foo bar baz
mumble frotz gronk
apple cider vinegar
doo de li do
jabba dabba ding dong
\define sorted() [$(filter)$sort[]]

<$select field="filter-field">
<option value="">All</option>
<option value="!is[system]">Non-System</option>
<option value="is[system]">System</option>
<option value="all[shadows]">Shadows</option>
</$select>

<$set name=filter value={{!!filter-field}}>
<$list filter=<<sorted>>>
<$link><$view field=title/></$link><br>
</$list>
</$set>
\define list-search(
filter:"[tags[]]",
search:"search:title",
state:"$:/temp/list-search", 
template:"$:/core/ui/ListItemTemplate",
placeholder:"Filter",
limit:100000
)
<div>
<$edit-text
tiddler="$state$"
type="search"
tag="input"
default=""
placeholder="$placeholder$"/>
</div>

<$reveal state="$state$" type="match" text="">
<$list filter="$filter$+[limit[$limit$]]" template="$template$"/>
</$reveal>

<$reveal state="$state$" type="nomatch" text="">
<$list filter="$filter$+[$search${$state$}]+[limit[$limit$]]" template="$template$"/>
</$reveal>
\end
\define source(source)
[[$source$]]:

<pre><$view tiddler="$source$" format="text"/></pre>
\end
\define static(tiddler:"HelloThere",height:"400px",scrolling:"no")
<div class="static pretty">
<iframe src="http://tiddlywiki.com/static/$tiddler$" style="height:$height$;" scrolling="$scrolling$"/>
</div>
\end
\define tagline(index)
<$tiddler tiddler="$:/.tb/macros/tagline/data"><$transclude field=prefix/><$reveal type=match default="" text="$index$"><$list filter="[<currentTiddler>indexes[]let:RANDOM[]]" variable=index><span class="tagline-text"><$transclude index=<<index>>/></span></$list></$reveal><$reveal type=nomatch default="" text="$index$"><span class="tagline-text"><$transclude index="$index$"/></span></$reveal><$transclude field=suffix/></$tiddler>
\end

; no parameter = random tagline
:`<<tagline>>`
:: <<tagline>>
; tagline at index 4
: `<<tagline 4>>`
:: <<tagline 4>>
1: Own It Like A Document. Use It Like A Website.
2: Your Information. Your way.
3: As Mighty As You Need. As Simple As You Dare.
4: Scattered Brains? Organize. Now. Free!



<table>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
<$list filter="[all[shadows]sort[title]prefix[$:/language/Docs/Fields/]]" variable=info>
<$list filter="[<info>removeprefix[$:/language/Docs/Fields/]]" variable=field>
<tr>
<td><$link to=<<info>>><<field>></$link></td>
<td><$transclude tiddler=<<info>>/></td>
</tr>
</$list>
</$list>
</table>
<ul>
<$list filter="[all[current]fields[]sort[title]]-[all[shadows]removeprefix[$:/language/Docs/Fields/]]" mode="block">
<li>{{!!title}}</li>
</$list>
</ul>
<ul>
<$list filter="[all[tiddlers]fields[]sort[title]] -[all[shadows]removeprefix[$:/language/Docs/Fields/]]" mode="block">
<li>{{!!title}}</li>
</$list>
</ul>
\define field-info(element) $:/language/Docs/Fields/$(field)$

<table>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
<$list filter="[[title]][[text]][[tags]][[modified]][[modifier]][[created]][[creator]][[list]]" variable=field>
<tr>
<td><$link to=<<field-info>>><<field>></$link></td>
<td><$transclude tiddler=<<field-info>>/></td>
</tr>
</$list>
</table>
<$link to=<<currentTiddler>>><$view field=title/></$link>
<$list filter="[all[current]tagging[]]">
<div class="operator-group">
<$link to=<<currentTiddler>>><$view field=title/></$link>
<$transclude tiddler="$:/.tb/template/list-tags" mode=inline/>
<pre><$view field=filter format=text/></pre>
</div>
</$list>
<$link to=<<currentTiddler>>><$view field=title/></$link>
<$transclude tiddler="$:/.tb/template/list-tags" mode=inline/><br>
<pre><$view field=filter format=text/></pre>
<$reveal type="nomatch" default="" text={{!!filter2}}>
<pre style="margin:-10px 0 0 15px" class="secondary"><$view field=filter2 format=text/></pre>
</$reveal>
<span class="tc-tags-wrapper" style="float:right;">
<$list
filter="[all[current]tags[]sort[title]] -Filters -Fields"
template="$:/core/ui/TagTemplate"
storyview="pop"/>
</span>
\define drop-values() $:/config/EditTemplateFields/Visibility/$(currentField)$

<$list filter="[title<currentTiddler>tag[Journal]]">
<div class="tc-edit-fields">
<table class="tc-edit-fields">
<tbody>
<$list filter="[list[$:/.tb/ui/EditTemplate/drop-fields!!fields]]" variable="currentField">
<tr class="tc-edit-field">
<td class="tc-edit-field-name">
<$text text=<<currentField>>/>:</td>
<td class="tc-edit-field-value">
<$select field=<<currentField>>>
<$list filter="[<drop-values>get[values]]">
<$list filter=<<currentTiddler>>>
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$list>
</$select>
</td>
</tr>
</$list>
</tbody>
</table>
</div>
</$list>
<$list filter="[all[current]tag[Filters]] [all[current]tag[FilterOperator]]">

<br><h3>[[« Back To Overview|Filter Examples]]</h3>
</$list>
<$list filter="[all[current]tag[Fields]]">

@@.info
[[See here|Fields]] for an overview of fields.
@@
</$list>
<$list filter="[all[current]has[filter]]">

''filter'': <code><$view field=filter format=text/></code>
<$reveal type="nomatch" default="" text={{!!filter2}}>
<br>@@margin:0 0 0 40px;—> <code><$view field=filter2 format=text/></code>@@
</$reveal>
</$list>
\define url()
[ext[FilterOperator: $(currentTiddler)$ @ tiddlywiki.com|http://tiddlywiki.com/#FilterOperator%3A%20$(currentTiddler)$]]
\end
\define static-filter() FilterOperator%253A%2520$(currentTiddler)$

<$list filter="[all[current]tag[FilterOperator]]">
<<url>>

<$macrocall $name=static tiddler=<<static-filter>> height={{!!height}} scrolling="yes"/>

<h2>Filter Examples</h2>
<dl class="overview">
<<list-search
"[all[current]tagging[]sort[title]]"
"search"
"$:/temp/list-search-list-examples"
"$:/.tb/template/list-examples"
placeholder:"Filter all examples..." >>
</dl>
</$list>
\define url()
[ext[FilterOperator: $(operator)$ @ tiddlywiki.com|http://tiddlywiki.com/#FilterOperator%3A%20$(operator)$]]
\end
\define static-filter()
FilterOperator%253A%2520$(operator)$
\end

<$list filter="[all[current]tag[FilterOperand]]">
<$list filter="[all[current]tag[AllOperand]]">
<$set name=operator value=all>
<<url>>
<$macrocall $name=static tiddler=<<static-filter>> height=550px scrolling="yes"/>
</$set>
</$list><$list filter="[all[current]tag[IsOperand]]">
<<url>>
<$set name=operator value=is>
<$macrocall $name=static tiddler=<<static-filter>> height=810px scrolling="yes"/>
</$set>
</$list>

<h2>Filter Examples</h2>
<dl class="overview">
<<list-search
"[all[current]tagging[]sort[title]]"
"search"
"$:/temp/list-search-list-examples"
"$:/.tb/template/list-examples"
placeholder:"Filter all examples..." >>
</dl>
</$list>
<$list filter="[all[current]has[static]]">

<$macrocall $name=static tiddler={{!!static}} height={{!!height}} scrolling=yes/>
</$list>
<$list filter="[all[current]has[summary]]">
@@color:grey; //<$transclude field="summary" mode="block"/> //@@
</$list>
<$list filter="[all[current]has[url]]">
<$transclude field="url" mode="block"/>
</$list>
{
    "tiddlers": {
        "$:/ak/plugins/TWCrossLinks/config/default": {
            "created": "20200429195808011",
            "creator": "akhater",
            "text": "{\n    \"DefaultFoldData\": \"show\",\n    \"DefaultTab\": \"$:/ak/plugins/TWCrossLinks/core/backlinks\",\n    \"TranscludeInboundLinks\": \"true\",\n    \"HideInboundTitle\": \"false\",\n    \"UseFullMatch4Freelinks\": \"false\"\n}",
            "bag": "default",
            "revision": "0",
            "type": "application/json",
            "title": "$:/ak/plugins/TWCrossLinks/config/default",
            "tags": "",
            "modified": "20200522132619441",
            "modifier": "akhater"
        },
        "$:/ak/plugins/TWCrossLinks/core/backlinks": {
            "created": "20200429182330136",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]backlinks[]!is[system]!is[shadow]!tag[hide]sort[title]] -[is[current]]\" emptyMessage=<<lingo References/Empty>> variable=result>\n    <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[TranscludeInboundLinks]] -[[true]]\" variable=conf>\n        <div class=\"tc-menu-list-item\"> <$link to=<<result>> ><$view tiddler=<<result>> field=title> </$view></$link> </div>  \n    </$list>\n    <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[TranscludeInboundLinks]] -[[false]]\" variable=conf>\n        <div class=\"tc-menu-list-item\">\n            <div class=\"trans-container\"> \n                <$link to=<<result>> ><$view tiddler=<<result>> field=title template=\"$:/core/ui/ListItemTemplate\"> </$view></$link>\n                <span class=\"trans-content\">  <$context term=<<currentTiddler>> tiddler= <<result>> />  </span> \n            </div>\n        </div>\n    </$list>\n</$list>",
            "bag": "default",
            "revision": "0",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/ak/plugins/TWCrossLinks/core/backlinks",
            "tags": "$:/tags/TWCrossLinks",
            "modified": "20200513143753383",
            "caption": "Backlinks"
        },
        "$:/ak/plugins/TWCrossLinks/core/freelinks": {
            "title": "$:/ak/plugins/TWCrossLinks/core/freelinks",
            "caption": "Freelinks",
            "created": "20200430051330741",
            "creator": "akhater",
            "modified": "20200522113718035",
            "modifier": "akhater",
            "tags": "$:/tags/TWCrossLinks",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define fullMatchPattern()\n\\b$(currentTiddler)$\\b(?i)\n\\end\n\n\\define PartialMatchPattern()\n$(currentTiddler)$(?i)\n\\end\n\n<$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[UseFullMatch4Freelinks]match[true]]\" variable=none>\n    <$set name=pattern value=<<fullMatchPattern>> >\n        <$list filter=\"[regexp:title<pattern>] [regexp:text<pattern>] -[all[current]backlinks[]] -[all[current]tagging[]] -[is[current]] -[tag[hide]] -[is[system]]\" emptyMessage=\"No freelinks to this tiddler\" variable=result>\n            <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[TranscludeInboundLinks]] -[[true]]\" variable=var1>\n                <div class=\"tc-menu-list-item\"> <$link to=<<result>> ><$view tiddler=<<result>> field=title> </$view></$link> </div> \n            </$list>\n            <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[TranscludeInboundLinks]] -[[false]]\" variable=var1>\n                <div class=\"tc-menu-list-item\">\n                    <div class=\"trans-container\">\n                        <$link to=<<result>> ><$view tiddler=<<result>> field=title> </$view></$link>\n                        <span class=\"trans-content\">  <$context term=<<currentTiddler>> tiddler=<<result>> /> </span>\n                    </div>\n                </div>\n            </$list>\n        </$list>\n    </$set>\n</$list>\n<$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[UseFullMatch4Freelinks]match[false]]\" variable=none>\n    <$set name=pattern value=<<PartialMatchPattern>> >\n        <$list filter=\"[regexp:title<pattern>] [regexp:text<pattern>] -[all[current]backlinks[]] -[all[current]tagging[]] -[is[current]] -[tag[hide]] -[is[system]]\" emptyMessage=\"No freelinks to this tiddler\" variable=result>\n            <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[TranscludeInboundLinks]] -[[true]]\" variable=var1>\n                <div class=\"tc-menu-list-item\"> <$link to=<<result>> ><$view tiddler=<<result>> field=title> </$view></$link> </div> \n            </$list>\n            <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[TranscludeInboundLinks]] -[[false]]\" variable=var1>\n                <div class=\"tc-menu-list-item\">\n                    <div class=\"trans-container\">\n                        <$link to=<<result>> ><$view tiddler=<<result>> field=title> </$view></$link>\n                        <span class=\"trans-content\">  <$context term=<<currentTiddler>> tiddler=<<result>> /> </span>\n                    </div>\n                </div>\n            </$list>\n        </$list>\n    </$set>\n</$list>",
            "revision": "0",
            "bag": "default"
        },
        "$:/ak/plugins/TWCrossLinks/core/keywords": {
            "title": "$:/ak/plugins/TWCrossLinks/core/keywords",
            "caption": "Keywords",
            "created": "20200429195123372",
            "creator": "akhater",
            "modified": "20200522105420967",
            "modifier": "akhater",
            "tags": "$:/tags/TWCrossLinks",
            "type": "text/vnd.tiddlywiki",
            "text": "\n<$list filter=\"[search:keywords<currentTiddler>!is[system]!is[shadow]sort[title]]\" emptyMessage=\"There are no tiddler having this one as keyword\" variable=result>\n    <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[TranscludeInboundLinks]] -[[true]]\" variable=conf>\n        <div class=\"tc-menu-list-item\"> <$link to=<<result>> ><$view tiddler=<<result>> field=title> </$view></$link> </div>\n    </$list>\n    <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[TranscludeInboundLinks]] -[[false]]\" variable=conf>\n        <div class=\"tc-menu-list-item\">\n            <div class=\"trans-container\"> \n                <$link to=<<result>> ><$view tiddler=<<result>> field=title template=\"$:/core/ui/ListItemTemplate\"> </$view></$link>\n                <span class=\"trans-content noContext\">  <$transclude tiddler= <<result>> />  </span> \n            </div>\n        </div>\n    </$list>\n</$list>",
            "revision": "0",
            "bag": "default"
        },
        "$:/ak/plugins/TWCrossLinks/core/tagging": {
            "title": "$:/ak/plugins/TWCrossLinks/core/tagging",
            "caption": "Tagged",
            "created": "20200429183952157",
            "creator": "akhater",
            "modified": "20200522113343160",
            "modifier": "akhater",
            "tags": "$:/tags/TWCrossLinks",
            "type": "text/vnd.tiddlywiki",
            "text": "\n\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]tagging[]!is[system]!is[shadow]]\" emptyMessage=<<lingo Tagging/Empty>> variable=result>\n    <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[TranscludeInboundLinks]] -[[true]]\" variable=conf>\n        <div class=\"tc-menu-list-item\"> <$link to=<<result>> ><$view tiddler=<<result>> field=title> </$view></$link> </div>\n    </$list>\n    <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[TranscludeInboundLinks]] -[[false]]\" variable=conf>\n        <div class=\"tc-menu-list-item\">\n            <div class=\"trans-container\"> \n                <$link to=<<result>> ><$view tiddler=<<result>> field=title template=\"$:/core/ui/ListItemTemplate\"> </$view></$link>\n                <span class=\"trans-content noContext\">  <$transclude tiddler= <<result>> />  </span> \n            </div>\n        </div>\n    </$list>\n</$list>\n",
            "revision": "0",
            "bag": "default"
        },
        "$:/ak/plugins/TWCrossLinks/ui/footer": {
            "created": "20200430143629582",
            "text": "\\define fullMatchPattern()\n\\b$(currentTiddler)$\\b(?i)\n\\end\n\n\\define PartialMatchPattern()\n$(currentTiddler)$(?i)\n\\end\n\n\\define showFooterTabs() \n<span class=\"TWCrossLinksFooter\">\n    <$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TWCrossLinksSegment]!has[draft.of]] [[$:/ak/plugins/TWCrossLinks/ui/tabs]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>> mode=\"block\"> </$list>\n</span>\n\\end\n\n<$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[UseFullMatch4Freelinks]match[true]]\" variable=none>\n    <$set name=\"text-pattern\" value=<<fullMatchPattern>>>\n        <$list filter=\"[all[current]tagging[]]  [search:keywords<currentTiddler>]  [regexp:text<text-pattern>] [regexp:title<text-pattern>] [all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]] +[limit[1]]\" variable=none>\n            <$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\">\n                <span class=\"hideprint\">\n                    <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[HideInboundTitle]] -[[true]]\" variable=conf>\n                        <hr />\n                        <span style=\"font-size:0.85em\" >\n                            //<$count filter=\"[all[current]tagging[]]  [search:keywords<currentTiddler>]  [regexp:text<text-pattern>] [regexp:title<text-pattern>] [all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]]\" />  References:// \n                        </span>\n                        <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[DefaultFoldData]]\" variable=DefaultFoldState>\n                            <$reveal type=\"nomatch\" stateTitle=\"$:/temp/TWCrossLinksFoldData\" stateIndex=<<currentTiddler>> text=\"show\" default=<<DefaultFoldState>> >\n                                <$button  class=<<tv-config-toolbar-class>> setTitle=\"$:/temp/TWCrossLinksFoldData\" setIndex=<<currentTiddler>> setTo=\"show\">{{$:/core/images/unfold-button}}</$button>    \n                            </$reveal>\n                            <$reveal type=\"match\" stateTitle=\"$:/temp/TWCrossLinksFoldData\" stateIndex=<<currentTiddler>> text=\"show\" default=<<DefaultFoldState>> >\n                                <$button class=<<tv-config-toolbar-class>> setTitle=\"$:/temp/TWCrossLinksFoldData\" setIndex=<<currentTiddler>> setTo=\"hide\" >{{$:/core/images/fold-button}}</$button> \n                                <<showFooterTabs>>\n                            </$reveal>\n                        </$list>\n                    </$list>\n                    <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[HideInboundTitle]] -[[false]]\" variable=conf>\n                        <<showFooterTabs>>\n                    </$list>\n                </span>\n            </$reveal>\n        </$list>\n    </$set>\n</$list>\n\n<$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[UseFullMatch4Freelinks]match[false]]\" variable=none>\n    <$set name=\"text-pattern\" value=<<PartialMatchPattern>>>\n        <$list filter=\"[all[current]tagging[]]  [search:keywords<currentTiddler>]  [regexp:text<text-pattern>] [regexp:title<text-pattern>] [all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]] +[limit[1]]\" variable=none>\n            <$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\">\n                <span class=\"hideprint\">\n                    <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[HideInboundTitle]] -[[true]]\" variable=conf>\n                        <hr />\n                        <span style=\"font-size:0.85em\" >\n                            //<$count filter=\"[all[current]tagging[]]  [search:keywords<currentTiddler>]  [regexp:text<text-pattern>] [regexp:title<text-pattern>] [all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]]\" />  References:// \n                        </span>\n                        <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[DefaultFoldData]]\" variable=DefaultFoldState>\n                            <$reveal type=\"nomatch\" stateTitle=\"$:/temp/TWCrossLinksFoldData\" stateIndex=<<currentTiddler>> text=\"show\" default=<<DefaultFoldState>> >\n                                <$button  class=<<tv-config-toolbar-class>> setTitle=\"$:/temp/TWCrossLinksFoldData\" setIndex=<<currentTiddler>> setTo=\"show\">{{$:/core/images/unfold-button}}</$button>    \n                            </$reveal>\n                            <$reveal type=\"match\" stateTitle=\"$:/temp/TWCrossLinksFoldData\" stateIndex=<<currentTiddler>> text=\"show\" default=<<DefaultFoldState>> >\n                                <$button class=<<tv-config-toolbar-class>> setTitle=\"$:/temp/TWCrossLinksFoldData\" setIndex=<<currentTiddler>> setTo=\"hide\" >{{$:/core/images/fold-button}}</$button> \n                                <<showFooterTabs>>\n                            </$reveal>\n                        </$list>\n                    </$list>\n                    <$list filter=\"[[$:/ak/plugins/TWCrossLinks/config/default]getindex[HideInboundTitle]] -[[false]]\" variable=conf>\n                        <<showFooterTabs>>\n                    </$list>\n                </span>\n            </$reveal>\n        </$list>\n    </$set>\n</$list>",
            "bag": "default",
            "revision": "0",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/ak/plugins/TWCrossLinks/ui/footer",
            "tags": "$:/tags/ViewTemplate",
            "modified": "20200518214521376"
        },
        "$:/ak/plugins/TWCrossLinks/ui/footer.kwd": {
            "created": "20200428214251454",
            "text": "<!--If  has keywords-->\n<$list filter=\"[all[current]has[keywords]]\">\n,,//See also//:\n<$list filter=\"[enlist{!!keywords}]\" template=\"$:/ak/plugins/TWCrossLinks/ui/footer.kwd.template\"></$list>,,\n</$list>\n<!--If reference field is not empty-->\n<$list filter=\"[is[current]!field:reference[]]\">\n <br />\n,,External ref: <a href={{!!url}} target=\"_blank\" class=\"tc-tiddlylink-external\"><$view field=\"reference\"}}/></a><br>,,\n</$list>\n\n\n\n",
            "bag": "default",
            "revision": "0",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/ak/plugins/TWCrossLinks/ui/footer.kwd",
            "tags": "$:/tags/ViewTemplate",
            "modified": "20200502090828057",
            "list-before": "$:/ak/plugins/TWCrossLinks/ui/footer"
        },
        "$:/ak/plugins/TWCrossLinks/ui/footer.kwd.css": {
            "created": "20200428212006657",
            "text": ".sl-header{\n  color: #383d41;\n  background-color: #e2e3e5;\n  border-color: #d6d8db;\n  padding: 0.75rem 1.25rem;\n  margin-bottom: 1rem;\n  border-radius: 0.25rem;\n}\n\n.sl-keywords {\n   display: inline-block;\n    padding: 0.16em 0.7em;\n    font-size: 0.9em;\n    font-weight: 400;\n    line-height: 1.2em;\n    color: #333333;\n    white-space: nowrap;\n    vertical-align: baseline;\n    border-radius: 1em;\n    background-color:#ffe7b3;\n}\n.sl-keywords {\n  outline:none;\n} /*remove the blue border on button focus */\n\n.TWCrossLinksFooter p { margin: 0;}",
            "bag": "default",
            "revision": "0",
            "type": "text/css",
            "title": "$:/ak/plugins/TWCrossLinks/ui/footer.kwd.css",
            "tags": "$:/tags/Stylesheet",
            "modified": "20200508045139340"
        },
        "$:/ak/plugins/TWCrossLinks/ui/footer.kwd.template": {
            "created": "20200428204919232",
            "text": "\\define keywords-body(kwd)\n<$list filter=\"[tag[$kwd$]] [search:keywords[$kwd$]]\" variable=\"itemTid\">\n<$link to=<<itemTid>> ><$text text=<<itemTid>>/></$link>\n</$list>\n\\end\n<!-- keywords-body lists all tiddler tagged with kwd or have kwd in their keywords field -->\n\n\n<$set name=\"transclusion\" value=<<qualify \"$:/state/popup/tag\">> >\n<$button class=\"tc-btn-invisible sl-keywords\" popup=<<transclusion>> >\n<$text text=<<currentTiddler>>/>\n</$button>\n<$reveal state=<<transclusion>> type=\"popup\" position=\"below\" animate=\"yes\" class=\"tc-drop-down\">\n<$link to=<<currentTiddler>> ><$text text=<<currentTiddler>>/></$link>\n<hr>\n<$macrocall $name=\"keywords-body\" kwd=<<currentTiddler>> />\n</$reveal>\n</$set>\n\n",
            "bag": "default",
            "revision": "0",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/ak/plugins/TWCrossLinks/ui/footer.kwd.template",
            "modified": "20200502091004582"
        },
        "$:/ak/plugins/TWCrossLinks/ui/tabs": {
            "title": "$:/ak/plugins/TWCrossLinks/ui/tabs",
            "created": "20200429182054776",
            "creator": "akhater",
            "modified": "20200522102012918",
            "modifier": "akhater",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define pattern()\n\\b$(currentTiddler)$\\b(?i)\n\\end\n\n\n<$vars  isBacklink={{{ [all[current]backlinks[]!is[system]!is[shadow]!tag[hide]sort[title]] -[is[current]] +[then[$:/ak/plugins/TWCrossLinks/core/backlinks]else[]] }}} \n        isKeyword={{{ [search:keywords<currentTiddler>!is[system]!is[shadow]sort[title]] +[then[$:/ak/plugins/TWCrossLinks/core/keywords]else[]] }}}\n        isTag = {{{ [all[current]tagging[]!is[system]!is[shadow]] +[then[$:/ak/plugins/TWCrossLinks/core/tagging]else[]] }}}\n        isFreelink = {{{ [regexp:title<pattern>] [regexp:text<pattern>] -[all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]] +[then[$:/ak/plugins/TWCrossLinks/core/freelinks]else[]] }}}\n>\n\n    <$set name=DefaultTab filter=\"[enlist<isBacklink>] [enlist<isKeyword>] [enlist<isTag>] [enlist<isFreelink>] +[sort[]first[]]\" >\n        <$macrocall $name=\"tabs\" tabsList=\"[enlist<isBacklink>] [enlist<isKeyword>] [enlist<isTag>] [enlist<isFreelink>] +[sort[]]\"  default=<<DefaultTab>> />\n    </$set>\n\n</$vars>",
            "revision": "0",
            "bag": "default"
        },
        "$:/ak/plugins/TWCrossLinks/change.log": {
            "created": "20200502091404523",
            "creator": "akhater",
            "text": "''2020-05-22'': v0.1.20\n\n* Empty tabs are not now hidden no need to look at empty spaces\n* Transclusion now works for keywords and tags, full Tiddler is transcluded\n* Change in the transclusion css to match the selected theme\n\n''2020-05-18'': v0.1.18\n\n* Bug fixes in freelinks\n* Added option to allow freelinks matching with \"full match\" or \"Partial Match\"\n\n''2020-05-18'': v0.1.17\n\n* System Tiddlers should now be hidden\n* Freelinks fixed to show only full word match (credits Scott Kingery)\n* Freelinks now search titles too  (credits Scott Kingery)\n* Performance tweak | More efficient coding \n* Bug fix in reference counter\n\n''2020-05-14'': v0.1.8\n\n* You can now exclude a tiddler from appearing in the references by tagging it with \"hide\" \n\n''2020-05-13'': v0.1.6\n\n* Bug fixes uncaught js error in transclusion code\n\n''2020-05-08'': v0.1.3\n\n* Added counter showing the number of inbound links\n* Fixed bug in Freelinks\n* Saved some screen real-estate in the footer \n* Added the possibility to remove the toggle and show the tabs by default saving even more screen estate try it \n**<$checkbox tiddler=\"$:/ak/plugins/TWCrossLinks/config/default\" index=\"HideInboundTitle\" checked=\"true\" unchecked=\"false\" default=\"false\"> ''Hide Inbound Links Title & display references''</$checkbox>\n\n''2020-05-05'': v0.1.0\n\n* Inbound links for \"//Backlinks//\" and \"//Freelinks//\" can now be transcluded in a pop-up, try it by enabling this feature from the [[TWCrosslinks|$:/ak/plugins/TWCrossLinks]] config panel\n\n\n''2020-05-03'': v0.0.7\n\n* Added configuration panel, can be found at $:/ak/plugins/TWCrossLinks\n** You can now set the Default state of the \"inbound links\" {Shown / Hidden}\n** You can now set the Default \"inbound links\" tab\n\n''2020-05-02'': v0.0.3\n\n* Initial packaging and release",
            "bag": "default",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/ak/plugins/TWCrossLinks/change.log",
            "tags": "",
            "modified": "20200522133028701",
            "revision": "32",
            "modifier": "akhater"
        },
        "$:/ak/plugins/TWCrossLinks/config": {
            "title": "$:/ak/plugins/TWCrossLinks/config",
            "created": "20200503100751953",
            "creator": "akhater",
            "modified": "20200522102100118",
            "modifier": "akhater",
            "type": "text/vnd.tiddlywiki",
            "text": "''By default the //inbound links// should be:'' <br />\n<$tiddler tiddler=\"$:/ak/plugins/TWCrossLinks/config/default\">\n<$radio index=\"DefaultFoldData\" value=\"show\"> Shown </$radio>\n<$radio index=\"DefaultFoldData\" value=\"hide\"> Hidden </$radio>\n</$tiddler>\n\n<!--\n''Select which Tab you want to be open by Default'' <br />\n<$tiddler tiddler=\"$:/ak/plugins/TWCrossLinks/config/default\">\n<$radio index=\"DefaultTab\" value=\"$:/ak/plugins/TWCrossLinks/core/backlinks\"> Backlinks </$radio>\n<$radio index=\"DefaultTab\" value=\"$:/ak/plugins/TWCrossLinks/core/freelinks\"> Freelinks </$radio>\n<$radio index=\"DefaultTab\" value=\"$:/ak/plugins/TWCrossLinks/core/keywords\"> Keywords </$radio>\n<$radio index=\"DefaultTab\" value=\"$:/ak/plugins/TWCrossLinks/core/tagging\"> Tagged </$radio>\n</$tiddler>\n-->\n\n<$checkbox tiddler=\"$:/ak/plugins/TWCrossLinks/config/default\" index=\"TranscludeInboundLinks\" checked=\"true\" unchecked=\"false\" default=\"false\"> ''Transclude //Backlinks// & //Freelinks// on hover''</$checkbox>\n\n<$checkbox tiddler=\"$:/ak/plugins/TWCrossLinks/config/default\" index=\"HideInboundTitle\" checked=\"true\" unchecked=\"false\" default=\"false\"> ''Make inbound links permanent (removes toggle option)''</$checkbox>\n\n<$checkbox tiddler=\"$:/ak/plugins/TWCrossLinks/config/default\" index=\"UseFullMatch4Freelinks\" checked=\"true\" unchecked=\"false\" default=\"false\"> ''Consider only Full match as //freelink//''</$checkbox>\n\n<div style=\"float: right;\">,,~TWCrossLinks version {{$:/ak/plugins/TWCrossLinks!!version}},,</div>",
            "revision": "0",
            "bag": "default"
        },
        "$:/ak/plugins/TWCrossLinks/readme": {
            "created": "20200503110056664",
            "text": "For feedback / suggestions / help please visit plugin page on [[Google Groups|https://groups.google.com/forum/#!topic/tiddlywiki/9ra0s9AEKl4]] or [[Github|https://github.com/akhater/TWCrossLinks]]",
            "tags": "",
            "title": "$:/ak/plugins/TWCrossLinks/readme",
            "modified": "20200503110556549"
        },
        "$:/ak/plugins/TWCrossLinks/daniello/context.js": {
            "text": "/*\\\\\ntitle: $:/core/modules/widgets/danielo/context-widget.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-text widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar contextWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\ncontextWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\ncontextWidget.prototype.render = function(parent,nextSibling) {\n   // Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n    \n  if(this.term && this.term.length>3){\n     \n      this.createRegexp();\n      var matches = this.executeRegexp();\n\t  if(matches.length > 0){ \n        this.domNode = this.document.createElement(this.element);\n        this.domNode.className=\"tw-context\";\n        this.composeResults( matches ); //this appends to domNode        \n      \t// Insert element\n      \tparent.insertBefore(this.domNode,nextSibling);\n      \tthis.renderChildren(this.domNode,null);\n\t  \tthis.domNodes.push(this.domNode);\n      }\n  }\n\t\n};\n\n/*\nCompute the internal state of the widget\n*/\ncontextWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n    this.matchedClass = this.getAttribute(\"matchClass\",\"matched\");\n\tthis.tiddler = this.getAttribute( \"tiddler\",this.getVariable(\"currentTiddler\") );\n    this.term =  this.getAttribute(\"term\",this.getAttribute(\"searchTerm\"));\n\tthis.contextLength = this.getAttribute(\"length\",50);\n    this.before = this.getAttribute(\"before\",this.contextLength);\n    this.after = this.getAttribute(\"after\",this.contextLength);\n    this.maxMatches = this.getAttribute(\"maxMatches\",10);\n    this.element = this.getAttribute(\"element\",\"pre\");\n\tthis.makeChildWidgets();\n};\n\n  /*Create the regular expression*/\ncontextWidget.prototype.createRegexp = function()\n{\n  var regString = \"(\\\\w+[\\\\s\\\\S]{0,#before#})?(#term#)([\\\\s\\\\S]{0,#after#}\\\\w+)?\";\n\n  var regString = regString.replace(\"#before#\",this.before).replace(\"#term#\", $tw.utils.escapeRegExp(this.term) ) .replace(\"#after#\",this.after);\n  this.regexp = new RegExp(regString,\"ig\");\n  //console.log(regString);\n};\n/*\nexecute the regular expresion\n*/\ncontextWidget.prototype.executeRegexp = function()\n{\n  var text = this.wiki.getTiddlerText(this.tiddler), match,results = new Array();\n  while( (match = this.regexp.exec( text ) ) && (results.length < this.maxMatches) )\n      { results.push(match) }\n  //console.log(\"matches\",results);\n  return results;\n};\n\n/*\ncompose the results\nmatches : array of match objects from regular expression execute\n*/\ncontextWidget.prototype.composeResults = function(matches){\n var result=[], self=this, node = this.domNode,\n dots = textNode(\"...\\n\"),\n span = matchedNode( this.term );\n\n  for(var i=0; i < matches.length; i++){\n   try {\n        processMatch( matches[i] );\n    }\n    catch (e) {\n        console.log(e);\n    }\n }\n  \n  function processMatch(match){\n    if( match.index !== 0) node.appendChild( dots.cloneNode(true) );\n    for( var i=1;i<match.length;i++ ) {//match[0] full matched text (all groups together)\n      if( match[i] ) {\n        if ( match[i].toLowerCase() == self.term.toLowerCase() ) \n          node.appendChild( match[i] == self.term ? span.cloneNode(true) : matchedNode( match[i] ) )\n          else\n            node.appendChild( textNode( match[i]) )\n      }\n    }\n    if( match.index + match[0].length < match.input.length) node.appendChild( dots.cloneNode(true) );\n  }\n  \n  function textNode(text){ return self.document.createTextNode(text) }\n  function matchedNode(text) { \n    var node = self.document.createElement(\"span\"); node.appendChild( textNode(text) );  node.className = self.matchedClass;\n    return node }\n  \n};\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\ncontextWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.term || changedAttributes.length || changedAttributes.matchedClass) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n    return this.refreshChildren(changedTiddlers);\n};\n\nexports.context = contextWidget;\n\n})();",
            "bag": "default",
            "revision": "1",
            "type": "application/javascript",
            "title": "$:/ak/plugins/TWCrossLinks/daniello/context.js",
            "module-type": "widget",
            "modifier": "danielo",
            "modified": "20200512135226172",
            "creator": "danielo",
            "created": "20140418153435777"
        },
        "$:/ak/plugins/TWCrossLinks/ui/context.css": {
            "title": "$:/ak/plugins/TWCrossLinks/ui/context.css",
            "created": "20140529162823729",
            "creator": "akhater",
            "modified": "20200522111912501",
            "modifier": "akhater",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": ".matched {background-color:#faed27; color:black;}\n\n\n.tw-context {\n    display: block;\n    padding: 10px 20px;\n    margin-top: 1em;\n    margin-bottom: 1em;\n    word-break: normal;\n    word-wrap: break-word;\n    white-space: pre;\n    white-space: pre-wrap;\n    background-color: <<colour page-background>>;\n    border: 1px solid #cccccc;\n    border-radius: 3px;\n}\n\n.tc-menu-list-item .trans-container {\n   padding-left: 5px;\n}",
            "revision": "0",
            "bag": "default"
        },
        "$:/ak/plugins/TWCrossLinks/ui/transclude.css": {
            "title": "$:/ak/plugins/TWCrossLinks/ui/transclude.css",
            "text": ".trans-container {\n  position: relative;\n  display: inline-block;\n}\n\n.trans-container .trans-content {\n  visibility: hidden;\n  overflow: hidden;\n  margin-top: -2em;\n  padding: 5px;\n  display: block;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 80;\n  \n  /*  \n  top: 20px;\n  left: 20px;  */\n\n  float: right;  \n  opacity: 0;\n  transition: opacity 0.3s; \n}\n\n.trans-container .trans-content::after {\n  position: relative;\n  overflow: hidden;\n  margin: 0;\n  padding: 0;\n  border: 1px;\n}\n\n.trans-content {\n   width: 90vw;\n   max-width: 32em;\n}\n\n\n.trans-container:hover > .trans-content {\n  margin-top:-5px;\n  visibility: visible;\n  opacity: 1;\n  transition: 0.25s all ease;\n  transition-delay: 0.75s;\n}\n\nspan.trans-content.noContext {\n\nbackground-color: <<colour page-background>>;\n\nborder-radius: 5px;\npadding: 1px 1em;\nborder: 1px solid #cccccc;\n}\n\n",
            "created": "20200505112617003",
            "creator": "akhater",
            "modified": "20200522112043494",
            "modifier": "akhater",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "revision": "0",
            "bag": "default"
        }
    }
}
{
    "DefaultFoldData": "show",
    "DefaultTab": "$:/ak/plugins/TWCrossLinks/core/backlinks",
    "TranscludeInboundLinks": "false",
    "HideInboundTitle": "false",
    "UseFullMatch4Freelinks": "false"
}
true
true
cmplus
$:/core/ui/MoreSideBar/Drafts
yes
codemirror
Kookma plugin library is a set of plugins, themes, and scripts, to extend functionality and add new features to Tiddlywiki. For detail information visit the library at [[GitHub|https://github.com/kookma]]. It is recommended to backup your data before installing any plugin, theme, or script. 

To use in other wikis, drag and drop this link to those wikis: [[Kookma Plugin Library|$:/config/KookmaPluginLibrary]]

reverse
text

above
no
show
show
show
show
yes
yes
no
show
hide
show
yes
show
100
show
show
show
hide
no
{
    "tiddlers": {
        "$:/core/copyright.txt": {
            "title": "$:/core/copyright.txt",
            "type": "text/plain",
            "text": "TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)\n\nCopyright (c) 2004-2007, Jeremy Ruston\nCopyright (c) 2007-2020, UnaMesa Association\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n  contributors may be used to endorse or promote products derived from\n  this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
        },
        "$:/core/icon": {
            "title": "$:/core/icon",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path d=\"M64 0l54.56 32v64L64 128 9.44 96V32L64 0zm21.127 95.408c-3.578-.103-5.15-.094-6.974-3.152l-1.42.042c-1.653-.075-.964-.04-2.067-.097-1.844-.07-1.548-1.86-1.873-2.8-.52-3.202.687-6.43.65-9.632-.014-1.14-1.593-5.17-2.157-6.61-1.768.34-3.546.406-5.34.497-4.134-.01-8.24-.527-12.317-1.183-.8 3.35-3.16 8.036-1.21 11.44 2.37 3.52 4.03 4.495 6.61 4.707 2.572.212 3.16 3.18 2.53 4.242-.55.73-1.52.864-2.346 1.04l-1.65.08c-1.296-.046-2.455-.404-3.61-.955-1.93-1.097-3.925-3.383-5.406-5.024.345.658.55 1.938.24 2.53-.878 1.27-4.665 1.26-6.4.47-1.97-.89-6.73-7.162-7.468-11.86 1.96-3.78 4.812-7.07 6.255-11.186-3.146-2.05-4.83-5.384-4.61-9.16l.08-.44c-3.097.59-1.49.37-4.82.628-10.608-.032-19.935-7.37-14.68-18.774.34-.673.664-1.287 1.243-.994.466.237.4 1.18.166 2.227-3.005 13.627 11.67 13.732 20.69 11.21.89-.25 2.67-1.936 3.905-2.495 2.016-.91 4.205-1.282 6.376-1.55 5.4-.63 11.893 2.276 15.19 2.37 3.3.096 7.99-.805 10.87-.615 2.09.098 4.143.483 6.16 1.03 1.306-6.49 1.4-11.27 4.492-12.38 1.814.293 3.213 2.818 4.25 4.167 2.112-.086 4.12.46 6.115 1.066 3.61-.522 6.642-2.593 9.833-4.203-3.234 2.69-3.673 7.075-3.303 11.127.138 2.103-.444 4.386-1.164 6.54-1.348 3.507-3.95 7.204-6.97 7.014-1.14-.036-1.805-.695-2.653-1.4-.164 1.427-.81 2.7-1.434 3.96-1.44 2.797-5.203 4.03-8.687 7.016-3.484 2.985 1.114 13.65 2.23 15.594 1.114 1.94 4.226 2.652 3.02 4.406-.37.58-.936.785-1.54 1.01l-.82.11zm-40.097-8.85l.553.14c.694-.27 2.09.15 2.83.353-1.363-1.31-3.417-3.24-4.897-4.46-.485-1.47-.278-2.96-.174-4.46l.02-.123c-.582 1.205-1.322 2.376-1.72 3.645-.465 1.71 2.07 3.557 3.052 4.615l.336.3z\" fill-rule=\"evenodd\"/></svg>"
        },
        "$:/Acknowledgements": {
            "title": "$:/Acknowledgements",
            "text": "TiddlyWiki incorporates code from these fine OpenSource projects:\n\n* [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]]\n* [[The Jasmine JavaScript Test Framework|http://pivotal.github.io/jasmine/]]\n* [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]]\n\nAnd media from these projects:\n\n* World flag icons from [[Wikipedia|http://commons.wikimedia.org/wiki/Category:SVG_flags_by_country]]\n"
        },
        "$:/core/readme": {
            "title": "$:/core/readme",
            "text": "This plugin contains TiddlyWiki's core components, comprising:\n\n* JavaScript code modules\n* Icons\n* Templates needed to create TiddlyWiki's user interface\n* British English (''en-GB'') translations of the localisable strings used by the core\n"
        },
        "$:/library/sjcl.js/license": {
            "title": "$:/library/sjcl.js/license",
            "type": "text/plain",
            "text": "SJCL is open. You can use, modify and redistribute it under a BSD\nlicense or under the GNU GPL, version 2.0.\n\n---------------------------------------------------------------------\n\nhttp://opensource.org/licenses/BSD-2-Clause\n\nCopyright (c) 2009-2015, Emily Stark, Mike Hamburg and Dan Boneh at\nStanford University. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\nIS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\nTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n---------------------------------------------------------------------\n\nhttp://opensource.org/licenses/GPL-2.0\n\nThe Stanford Javascript Crypto Library (hosted here on GitHub) is a\nproject by the Stanford Computer Security Lab to build a secure,\npowerful, fast, small, easy-to-use, cross-browser library for\ncryptography in Javascript.\n\nCopyright (c) 2009-2015, Emily Stark, Mike Hamburg and Dan Boneh at\nStanford University.\n\nThis program is free software; you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the\nFree Software Foundation; either version 2 of the License, or (at your\noption) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\nPublic License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
        },
        "$:/core/modules/commander.js": {
            "title": "$:/core/modules/commander.js",
            "text": "/*\\\ntitle: $:/core/modules/commander.js\ntype: application/javascript\nmodule-type: global\n\nThe $tw.Commander class is a command interpreter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParse a sequence of commands\n\tcommandTokens: an array of command string tokens\n\twiki: reference to the wiki store object\n\tstreams: {output:, error:}, each of which has a write(string) method\n\tcallback: a callback invoked as callback(err) where err is null if there was no error\n*/\nvar Commander = function(commandTokens,callback,wiki,streams) {\n\tvar path = require(\"path\");\n\tthis.commandTokens = commandTokens;\n\tthis.nextToken = 0;\n\tthis.callback = callback;\n\tthis.wiki = wiki;\n\tthis.streams = streams;\n\tthis.outputPath = path.resolve($tw.boot.wikiPath,$tw.config.wikiOutputSubDir);\n};\n\n/*\nLog a string if verbose flag is set\n*/\nCommander.prototype.log = function(str) {\n\tif(this.verbose) {\n\t\tthis.streams.output.write(str + \"\\n\");\n\t}\n};\n\n/*\nWrite a string if verbose flag is set\n*/\nCommander.prototype.write = function(str) {\n\tif(this.verbose) {\n\t\tthis.streams.output.write(str);\n\t}\n};\n\n/*\nAdd a string of tokens to the command queue\n*/\nCommander.prototype.addCommandTokens = function(commandTokens) {\n\tvar params = commandTokens.slice(0);\n\tparams.unshift(0);\n\tparams.unshift(this.nextToken);\n\tArray.prototype.splice.apply(this.commandTokens,params);\n};\n\n/*\nExecute the sequence of commands and invoke a callback on completion\n*/\nCommander.prototype.execute = function() {\n\tthis.executeNextCommand();\n};\n\n/*\nExecute the next command in the sequence\n*/\nCommander.prototype.executeNextCommand = function() {\n\tvar self = this;\n\t// Invoke the callback if there are no more commands\n\tif(this.nextToken >= this.commandTokens.length) {\n\t\tthis.callback(null);\n\t} else {\n\t\t// Get and check the command token\n\t\tvar commandName = this.commandTokens[this.nextToken++];\n\t\tif(commandName.substr(0,2) !== \"--\") {\n\t\t\tthis.callback(\"Missing command: \" + commandName);\n\t\t} else {\n\t\t\tcommandName = commandName.substr(2); // Trim off the --\n\t\t\t// Accumulate the parameters to the command\n\t\t\tvar params = [];\n\t\t\twhile(this.nextToken < this.commandTokens.length && \n\t\t\t\tthis.commandTokens[this.nextToken].substr(0,2) !== \"--\") {\n\t\t\t\tparams.push(this.commandTokens[this.nextToken++]);\n\t\t\t}\n\t\t\t// Get the command info\n\t\t\tvar command = $tw.commands[commandName],\n\t\t\t\tc,err;\n\t\t\tif(!command) {\n\t\t\t\tthis.callback(\"Unknown command: \" + commandName);\n\t\t\t} else {\n\t\t\t\tif(this.verbose) {\n\t\t\t\t\tthis.streams.output.write(\"Executing command: \" + commandName + \" \" + params.join(\" \") + \"\\n\");\n\t\t\t\t}\n\t\t\t\t// Parse named parameters if required\n\t\t\t\tif(command.info.namedParameterMode) {\n\t\t\t\t\tparams = this.extractNamedParameters(params,command.info.mandatoryParameters);\n\t\t\t\t\tif(typeof params === \"string\") {\n\t\t\t\t\t\treturn this.callback(params);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(command.info.synchronous) {\n\t\t\t\t\t// Synchronous command\n\t\t\t\t\tc = new command.Command(params,this);\n\t\t\t\t\terr = c.execute();\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\tthis.callback(err);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.executeNextCommand();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Asynchronous command\n\t\t\t\t\tc = new command.Command(params,this,function(err) {\n\t\t\t\t\t\tif(err) {\n\t\t\t\t\t\t\tself.callback(err);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself.executeNextCommand();\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t\terr = c.execute();\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\tthis.callback(err);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nGiven an array of parameter strings `params` in name:value format, and an array of mandatory parameter names in `mandatoryParameters`, returns a hashmap of values or a string if error\n*/\nCommander.prototype.extractNamedParameters = function(params,mandatoryParameters) {\n\tmandatoryParameters = mandatoryParameters || [];\n\tvar errors = [],\n\t\tparamsByName = Object.create(null);\n\t// Extract the parameters\n\t$tw.utils.each(params,function(param) {\n\t\tvar index = param.indexOf(\"=\");\n\t\tif(index < 1) {\n\t\t\terrors.push(\"malformed named parameter: '\" + param + \"'\");\n\t\t}\n\t\tparamsByName[param.slice(0,index)] = $tw.utils.trim(param.slice(index+1));\n\t});\n\t// Check the mandatory parameters are present\n\t$tw.utils.each(mandatoryParameters,function(mandatoryParameter) {\n\t\tif(!$tw.utils.hop(paramsByName,mandatoryParameter)) {\n\t\t\terrors.push(\"missing mandatory parameter: '\" + mandatoryParameter + \"'\");\n\t\t}\n\t});\n\t// Return any errors\n\tif(errors.length > 0) {\n\t\treturn errors.join(\" and\\n\");\n\t} else {\n\t\treturn paramsByName;\t\t\n\t}\n};\n\nCommander.initCommands = function(moduleType) {\n\tmoduleType = moduleType || \"command\";\n\t$tw.commands = {};\n\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\n\t\tvar c = $tw.commands[module.info.name] = {};\n\t\t// Add the methods defined by the module\n\t\tfor(var f in module) {\n\t\t\tif($tw.utils.hop(module,f)) {\n\t\t\t\tc[f] = module[f];\n\t\t\t}\n\t\t}\n\t});\n};\n\nexports.Commander = Commander;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/config.js": {
            "title": "$:/core/modules/config.js",
            "text": "/*\\\ntitle: $:/core/modules/config.js\ntype: application/javascript\nmodule-type: config\n\nCore configuration constants\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.preferences = {};\n\nexports.preferences.notificationDuration = 3 * 1000;\nexports.preferences.jsonSpaces = 4;\n\nexports.textPrimitives = {\n\tupperLetter: \"[A-Z\\u00c0-\\u00d6\\u00d8-\\u00de\\u0150\\u0170]\",\n\tlowerLetter: \"[a-z\\u00df-\\u00f6\\u00f8-\\u00ff\\u0151\\u0171]\",\n\tanyLetter:   \"[A-Za-z0-9\\u00c0-\\u00d6\\u00d8-\\u00de\\u00df-\\u00f6\\u00f8-\\u00ff\\u0150\\u0170\\u0151\\u0171]\",\n\tblockPrefixLetters:\t\"[A-Za-z0-9-_\\u00c0-\\u00d6\\u00d8-\\u00de\\u00df-\\u00f6\\u00f8-\\u00ff\\u0150\\u0170\\u0151\\u0171]\"\n};\n\nexports.textPrimitives.unWikiLink = \"~\";\nexports.textPrimitives.wikiLink = exports.textPrimitives.upperLetter + \"+\" +\n\texports.textPrimitives.lowerLetter + \"+\" +\n\texports.textPrimitives.upperLetter +\n\texports.textPrimitives.anyLetter + \"*\";\n\nexports.htmlEntities = {quot:34, amp:38, apos:39, lt:60, gt:62, nbsp:160, iexcl:161, cent:162, pound:163, curren:164, yen:165, brvbar:166, sect:167, uml:168, copy:169, ordf:170, laquo:171, not:172, shy:173, reg:174, macr:175, deg:176, plusmn:177, sup2:178, sup3:179, acute:180, micro:181, para:182, middot:183, cedil:184, sup1:185, ordm:186, raquo:187, frac14:188, frac12:189, frac34:190, iquest:191, Agrave:192, Aacute:193, Acirc:194, Atilde:195, Auml:196, Aring:197, AElig:198, Ccedil:199, Egrave:200, Eacute:201, Ecirc:202, Euml:203, Igrave:204, Iacute:205, Icirc:206, Iuml:207, ETH:208, Ntilde:209, Ograve:210, Oacute:211, Ocirc:212, Otilde:213, Ouml:214, times:215, Oslash:216, Ugrave:217, Uacute:218, Ucirc:219, Uuml:220, Yacute:221, THORN:222, szlig:223, agrave:224, aacute:225, acirc:226, atilde:227, auml:228, aring:229, aelig:230, ccedil:231, egrave:232, eacute:233, ecirc:234, euml:235, igrave:236, iacute:237, icirc:238, iuml:239, eth:240, ntilde:241, ograve:242, oacute:243, ocirc:244, otilde:245, ouml:246, divide:247, oslash:248, ugrave:249, uacute:250, ucirc:251, uuml:252, yacute:253, thorn:254, yuml:255, OElig:338, oelig:339, Scaron:352, scaron:353, Yuml:376, fnof:402, circ:710, tilde:732, Alpha:913, Beta:914, Gamma:915, Delta:916, Epsilon:917, Zeta:918, Eta:919, Theta:920, Iota:921, Kappa:922, Lambda:923, Mu:924, Nu:925, Xi:926, Omicron:927, Pi:928, Rho:929, Sigma:931, Tau:932, Upsilon:933, Phi:934, Chi:935, Psi:936, Omega:937, alpha:945, beta:946, gamma:947, delta:948, epsilon:949, zeta:950, eta:951, theta:952, iota:953, kappa:954, lambda:955, mu:956, nu:957, xi:958, omicron:959, pi:960, rho:961, sigmaf:962, sigma:963, tau:964, upsilon:965, phi:966, chi:967, psi:968, omega:969, thetasym:977, upsih:978, piv:982, ensp:8194, emsp:8195, thinsp:8201, zwnj:8204, zwj:8205, lrm:8206, rlm:8207, ndash:8211, mdash:8212, lsquo:8216, rsquo:8217, sbquo:8218, ldquo:8220, rdquo:8221, bdquo:8222, dagger:8224, Dagger:8225, bull:8226, hellip:8230, permil:8240, prime:8242, Prime:8243, lsaquo:8249, rsaquo:8250, oline:8254, frasl:8260, euro:8364, image:8465, weierp:8472, real:8476, trade:8482, alefsym:8501, larr:8592, uarr:8593, rarr:8594, darr:8595, harr:8596, crarr:8629, lArr:8656, uArr:8657, rArr:8658, dArr:8659, hArr:8660, forall:8704, part:8706, exist:8707, empty:8709, nabla:8711, isin:8712, notin:8713, ni:8715, prod:8719, sum:8721, minus:8722, lowast:8727, radic:8730, prop:8733, infin:8734, ang:8736, and:8743, or:8744, cap:8745, cup:8746, int:8747, there4:8756, sim:8764, cong:8773, asymp:8776, ne:8800, equiv:8801, le:8804, ge:8805, sub:8834, sup:8835, nsub:8836, sube:8838, supe:8839, oplus:8853, otimes:8855, perp:8869, sdot:8901, lceil:8968, rceil:8969, lfloor:8970, rfloor:8971, lang:9001, rang:9002, loz:9674, spades:9824, clubs:9827, hearts:9829, diams:9830 };\n\nexports.htmlVoidElements = \"area,base,br,col,command,embed,hr,img,input,keygen,link,meta,param,source,track,wbr\".split(\",\");\n\nexports.htmlBlockElements = \"address,article,aside,audio,blockquote,canvas,dd,div,dl,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,li,noscript,ol,output,p,pre,section,table,tfoot,ul,video\".split(\",\");\n\nexports.htmlUnsafeElements = \"script\".split(\",\");\n\n})();\n",
            "type": "application/javascript",
            "module-type": "config"
        },
        "$:/core/modules/deserializers.js": {
            "title": "$:/core/modules/deserializers.js",
            "text": "/*\\\ntitle: $:/core/modules/deserializers.js\ntype: application/javascript\nmodule-type: tiddlerdeserializer\n\nFunctions to deserialise tiddlers from a block of text\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nUtility function to parse an old-style tiddler DIV in a *.tid file. It looks like this:\n\n<div title=\"Title\" creator=\"JoeBloggs\" modifier=\"JoeBloggs\" created=\"201102111106\" modified=\"201102111310\" tags=\"myTag [[my long tag]]\">\n<pre>The text of the tiddler (without the expected HTML encoding).\n</pre>\n</div>\n\nNote that the field attributes are HTML encoded, but that the body of the <PRE> tag is not encoded.\n\nWhen these tiddler DIVs are encountered within a TiddlyWiki HTML file then the body is encoded in the usual way.\n*/\nvar parseTiddlerDiv = function(text /* [,fields] */) {\n\t// Slot together the default results\n\tvar result = {};\n\tif(arguments.length > 1) {\n\t\tfor(var f=1; f<arguments.length; f++) {\n\t\t\tvar fields = arguments[f];\n\t\t\tfor(var t in fields) {\n\t\t\t\tresult[t] = fields[t];\t\t\n\t\t\t}\n\t\t}\n\t}\n\t// Parse the DIV body\n\tvar startRegExp = /^\\s*<div\\s+([^>]*)>(\\s*<pre>)?/gi,\n\t\tendRegExp,\n\t\tmatch = startRegExp.exec(text);\n\tif(match) {\n\t\t// Old-style DIVs don't have the <pre> tag\n\t\tif(match[2]) {\n\t\t\tendRegExp = /<\\/pre>\\s*<\\/div>\\s*$/gi;\n\t\t} else {\n\t\t\tendRegExp = /<\\/div>\\s*$/gi;\n\t\t}\n\t\tvar endMatch = endRegExp.exec(text);\n\t\tif(endMatch) {\n\t\t\t// Extract the text\n\t\t\tresult.text = text.substring(match.index + match[0].length,endMatch.index);\n\t\t\t// Process the attributes\n\t\t\tvar attrRegExp = /\\s*([^=\\s]+)\\s*=\\s*(?:\"([^\"]*)\"|'([^']*)')/gi,\n\t\t\t\tattrMatch;\n\t\t\tdo {\n\t\t\t\tattrMatch = attrRegExp.exec(match[1]);\n\t\t\t\tif(attrMatch) {\n\t\t\t\t\tvar name = attrMatch[1];\n\t\t\t\t\tvar value = attrMatch[2] !== undefined ? attrMatch[2] : attrMatch[3];\n\t\t\t\t\tresult[name] = value;\n\t\t\t\t}\n\t\t\t} while(attrMatch);\n\t\t\treturn result;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports[\"application/x-tiddler-html-div\"] = function(text,fields) {\n\treturn [parseTiddlerDiv(text,fields)];\n};\n\nexports[\"application/json\"] = function(text,fields) {\n\tvar incoming,\n\t\tresults = [];\n\ttry {\n\t\tincoming = JSON.parse(text);\n\t} catch(e) {\n\t\tincoming = [{\n\t\t\ttitle: \"JSON error: \" + e,\n\t\t\ttext: \"\"\n\t\t}]\n\t}\n\tif(!$tw.utils.isArray(incoming)) {\n\t\tincoming = [incoming];\n\t}\n\tfor(var t=0; t<incoming.length; t++) {\n\t\tvar incomingFields = incoming[t],\n\t\t\tfields = {};\n\t\tfor(var f in incomingFields) {\n\t\t\tif(typeof incomingFields[f] === \"string\") {\n\t\t\t\tfields[f] = incomingFields[f];\n\t\t\t}\n\t\t}\n\t\tresults.push(fields);\n\t}\n\treturn results;\n};\n\n/*\nParse an HTML file into tiddlers. There are three possibilities:\n# A TiddlyWiki classic HTML file containing `text/x-tiddlywiki` tiddlers\n# A TiddlyWiki5 HTML file containing `text/vnd.tiddlywiki` tiddlers\n# An ordinary HTML file\n*/\nexports[\"text/html\"] = function(text,fields) {\n\t// Check if we've got a store area\n\tvar storeAreaMarkerRegExp = /<div id=[\"']?storeArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\tmatch = storeAreaMarkerRegExp.exec(text);\n\tif(match) {\n\t\t// If so, it's either a classic TiddlyWiki file or an unencrypted TW5 file\n\t\t// First read the normal tiddlers\n\t\tvar results = deserializeTiddlyWikiFile(text,storeAreaMarkerRegExp.lastIndex,!!match[1],fields);\n\t\t// Then any system tiddlers\n\t\tvar systemAreaMarkerRegExp = /<div id=[\"']?systemArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\t\tsysMatch = systemAreaMarkerRegExp.exec(text);\n\t\tif(sysMatch) {\n\t\t\tresults.push.apply(results,deserializeTiddlyWikiFile(text,systemAreaMarkerRegExp.lastIndex,!!sysMatch[1],fields));\n\t\t}\n\t\treturn results;\n\t} else {\n\t\t// Check whether we've got an encrypted file\n\t\tvar encryptedStoreArea = $tw.utils.extractEncryptedStoreArea(text);\n\t\tif(encryptedStoreArea) {\n\t\t\t// If so, attempt to decrypt it using the current password\n\t\t\treturn $tw.utils.decryptStoreArea(encryptedStoreArea);\n\t\t} else {\n\t\t\t// It's not a TiddlyWiki so we'll return the entire HTML file as a tiddler\n\t\t\treturn deserializeHtmlFile(text,fields);\n\t\t}\n\t}\n};\n\nfunction deserializeHtmlFile(text,fields) {\n\tvar result = {};\n\t$tw.utils.each(fields,function(value,name) {\n\t\tresult[name] = value;\n\t});\n\tresult.text = text;\n\tresult.type = \"text/html\";\n\treturn [result];\n}\n\nfunction deserializeTiddlyWikiFile(text,storeAreaEnd,isTiddlyWiki5,fields) {\n\tvar results = [],\n\t\tendOfDivRegExp = /(<\\/div>\\s*)/gi,\n\t\tstartPos = storeAreaEnd,\n\t\tdefaultType = isTiddlyWiki5 ? undefined : \"text/x-tiddlywiki\";\n\tendOfDivRegExp.lastIndex = startPos;\n\tvar match = endOfDivRegExp.exec(text);\n\twhile(match) {\n\t\tvar endPos = endOfDivRegExp.lastIndex,\n\t\t\ttiddlerFields = parseTiddlerDiv(text.substring(startPos,endPos),fields,{type: defaultType});\n\t\tif(!tiddlerFields) {\n\t\t\tbreak;\n\t\t}\n\t\t$tw.utils.each(tiddlerFields,function(value,name) {\n\t\t\tif(typeof value === \"string\") {\n\t\t\t\ttiddlerFields[name] = $tw.utils.htmlDecode(value);\n\t\t\t}\n\t\t});\n\t\tif(tiddlerFields.text !== null) {\n\t\t\tresults.push(tiddlerFields);\n\t\t}\n\t\tstartPos = endPos;\n\t\tmatch = endOfDivRegExp.exec(text);\n\t}\n\treturn results;\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "tiddlerdeserializer"
        },
        "$:/core/modules/filters.js": {
            "title": "$:/core/modules/filters.js",
            "text": "/*\\\ntitle: $:/core/modules/filters.js\ntype: application/javascript\nmodule-type: wikimethod\n\nAdds tiddler filtering methods to the $tw.Wiki object.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParses an operation (i.e. a run) within a filter string\n\toperators: Array of array of operator nodes into which results should be inserted\n\tfilterString: filter string\n\tp: start position within the string\nReturns the new start position, after the parsed operation\n*/\nfunction parseFilterOperation(operators,filterString,p) {\n\tvar nextBracketPos, operator;\n\t// Skip the starting square bracket\n\tif(filterString.charAt(p++) !== \"[\") {\n\t\tthrow \"Missing [ in filter expression\";\n\t}\n\t// Process each operator in turn\n\tdo {\n\t\toperator = {};\n\t\t// Check for an operator prefix\n\t\tif(filterString.charAt(p) === \"!\") {\n\t\t\toperator.prefix = filterString.charAt(p++);\n\t\t}\n\t\t// Get the operator name\n\t\tnextBracketPos = filterString.substring(p).search(/[\\[\\{<\\/]/);\n\t\tif(nextBracketPos === -1) {\n\t\t\tthrow \"Missing [ in filter expression\";\n\t\t}\n\t\tnextBracketPos += p;\n\t\tvar bracket = filterString.charAt(nextBracketPos);\n\t\toperator.operator = filterString.substring(p,nextBracketPos);\n\t\t// Any suffix?\n\t\tvar colon = operator.operator.indexOf(':');\n\t\tif(colon > -1) {\n\t\t\t// The raw suffix for older filters\n\t\t\toperator.suffix = operator.operator.substring(colon + 1);\n\t\t\toperator.operator = operator.operator.substring(0,colon) || \"field\";\n\t\t\t// The processed suffix for newer filters\n\t\t\toperator.suffixes = [];\n\t\t\t$tw.utils.each(operator.suffix.split(\":\"),function(subsuffix) {\n\t\t\t\toperator.suffixes.push([]);\n\t\t\t\t$tw.utils.each(subsuffix.split(\",\"),function(entry) {\n\t\t\t\t\tentry = $tw.utils.trim(entry);\n\t\t\t\t\tif(entry) {\n\t\t\t\t\t\toperator.suffixes[operator.suffixes.length - 1].push(entry); \n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t\t// Empty operator means: title\n\t\telse if(operator.operator === \"\") {\n\t\t\toperator.operator = \"title\";\n\t\t}\n\t\toperator.operands = [];\n\t\tfunction parseOperand(bracketType) {\n\t\t\tvar operand = {};\n\t\t\tswitch (bracketType) {\n\t\t\t\tcase \"{\": // Curly brackets\n\t\t\t\t\toperand.indirect = true;\n\t\t\t\t\tnextBracketPos = filterString.indexOf(\"}\",p);\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"[\": // Square brackets\n\t\t\t\t\tnextBracketPos = filterString.indexOf(\"]\",p);\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"<\": // Angle brackets\n\t\t\t\t\toperand.variable = true;\n\t\t\t\t\tnextBracketPos = filterString.indexOf(\">\",p);\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"/\": // regexp brackets\n\t\t\t\t\tvar rex = /^((?:[^\\\\\\/]*|\\\\.)*)\\/(?:\\(([mygi]+)\\))?/g,\n\t\t\t\t\t\trexMatch = rex.exec(filterString.substring(p));\n\t\t\t\t\tif(rexMatch) {\n\t\t\t\t\t\toperator.regexp = new RegExp(rexMatch[1], rexMatch[2]);\n\t// DEPRECATION WARNING\n\tconsole.log(\"WARNING: Filter\",operator.operator,\"has a deprecated regexp operand\",operator.regexp);\n\t\t\t\t\t\tnextBracketPos = p + rex.lastIndex - 1;\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthrow \"Unterminated regular expression in filter expression\";\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tif(nextBracketPos === -1) {\n\t\t\t\tthrow \"Missing closing bracket in filter expression\";\n\t\t\t}\n\t\t\tif(!operator.regexp) {\n\t\t\t\toperand.text = filterString.substring(p,nextBracketPos);\n\t\t\t\toperator.operands.push(operand);\n\t\t\t}\n\t\t\tp = nextBracketPos + 1;\n\t\t}\n\t\t\n\t\tp = nextBracketPos + 1;\n\t\tparseOperand(bracket);\n\t\t\n\t\t// Check for multiple operands\n\t\twhile(filterString.charAt(p) === \",\") {\n\t\t\tp++;\n\t\t\tif(/^[\\[\\{<\\/]/.test(filterString.substring(p))) {\n\t\t\t\tnextBracketPos = p;\n\t\t\t\tp++;\n\t\t\t\tparseOperand(filterString.charAt(nextBracketPos));\n\t\t\t} else {\n\t\t\t\tthrow \"Missing [ in filter expression\";\n\t\t\t}\n\t\t}\n\t\t\n\t\t// Push this operator\n\t\toperators.push(operator);\n\t} while(filterString.charAt(p) !== \"]\");\n\t// Skip the ending square bracket\n\tif(filterString.charAt(p++) !== \"]\") {\n\t\tthrow \"Missing ] in filter expression\";\n\t}\n\t// Return the parsing position\n\treturn p;\n}\n\n/*\nParse a filter string\n*/\nexports.parseFilter = function(filterString) {\n\tfilterString = filterString || \"\";\n\tvar results = [], // Array of arrays of operator nodes {operator:,operand:}\n\t\tp = 0, // Current position in the filter string\n\t\tmatch;\n\tvar whitespaceRegExp = /(\\s+)/mg,\n\t\toperandRegExp = /((?:\\+|\\-|~|=|\\:(\\w+))?)(?:(\\[)|(?:\"([^\"]*)\")|(?:'([^']*)')|([^\\s\\[\\]]+))/mg;\n\twhile(p < filterString.length) {\n\t\t// Skip any whitespace\n\t\twhitespaceRegExp.lastIndex = p;\n\t\tmatch = whitespaceRegExp.exec(filterString);\n\t\tif(match && match.index === p) {\n\t\t\tp = p + match[0].length;\n\t\t}\n\t\t// Match the start of the operation\n\t\tif(p < filterString.length) {\n\t\t\toperandRegExp.lastIndex = p;\n\t\t\tmatch = operandRegExp.exec(filterString);\n\t\t\tif(!match || match.index !== p) {\n\t\t\t\tthrow $tw.language.getString(\"Error/FilterSyntax\");\n\t\t\t}\n\t\t\tvar operation = {\n\t\t\t\tprefix: \"\",\n\t\t\t\toperators: []\n\t\t\t};\n\t\t\tif(match[1]) {\n\t\t\t\toperation.prefix = match[1];\n\t\t\t\tp = p + operation.prefix.length;\n\t\t\t\tif(match[2]) {\n\t\t\t\t\toperation.namedPrefix = match[2];\n\t\t\t\t}\n\t\t\t}\n\t\t\tif(match[3]) { // Opening square bracket\n\t\t\t\tp = parseFilterOperation(operation.operators,filterString,p);\n\t\t\t} else {\n\t\t\t\tp = match.index + match[0].length;\n\t\t\t}\n\t\t\tif(match[4] || match[5] || match[6]) { // Double quoted string, single quoted string or unquoted title\n\t\t\t\toperation.operators.push(\n\t\t\t\t\t{operator: \"title\", operands: [{text: match[4] || match[5] || match[6]}]}\n\t\t\t\t);\n\t\t\t}\n\t\t\tresults.push(operation);\n\t\t}\n\t}\n\treturn results;\n};\n\nexports.getFilterOperators = function() {\n\tif(!this.filterOperators) {\n\t\t$tw.Wiki.prototype.filterOperators = {};\n\t\t$tw.modules.applyMethods(\"filteroperator\",this.filterOperators);\n\t}\n\treturn this.filterOperators;\n};\n\nexports.getFilterRunPrefixes = function() {\n\tif(!this.filterRunPrefixes) {\n\t\t$tw.Wiki.prototype.filterRunPrefixes = {};\n\t\t$tw.modules.applyMethods(\"filterrunprefix\",this.filterRunPrefixes);\n\t}\n\treturn this.filterRunPrefixes;\n}\n\nexports.filterTiddlers = function(filterString,widget,source) {\n\tvar fn = this.compileFilter(filterString);\n\treturn fn.call(this,source,widget);\n};\n\n/*\nCompile a filter into a function with the signature fn(source,widget) where:\nsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\nwidget: an optional widget node for retrieving the current tiddler etc.\n*/\nexports.compileFilter = function(filterString) {\n\tvar filterParseTree;\n\ttry {\n\t\tfilterParseTree = this.parseFilter(filterString);\n\t} catch(e) {\n\t\treturn function(source,widget) {\n\t\t\treturn [$tw.language.getString(\"Error/Filter\") + \": \" + e];\n\t\t};\n\t}\n\t// Get the hashmap of filter operator functions\n\tvar filterOperators = this.getFilterOperators();\n\t// Assemble array of functions, one for each operation\n\tvar operationFunctions = [];\n\t// Step through the operations\n\tvar self = this;\n\t$tw.utils.each(filterParseTree,function(operation) {\n\t\t// Create a function for the chain of operators in the operation\n\t\tvar operationSubFunction = function(source,widget) {\n\t\t\tvar accumulator = source,\n\t\t\t\tresults = [],\n\t\t\t\tcurrTiddlerTitle = widget && widget.getVariable(\"currentTiddler\");\n\t\t\t$tw.utils.each(operation.operators,function(operator) {\n\t\t\t\tvar operands = [],\n\t\t\t\t\toperatorFunction;\n\t\t\t\tif(!operator.operator) {\n\t\t\t\t\toperatorFunction = filterOperators.title;\n\t\t\t\t} else if(!filterOperators[operator.operator]) {\n\t\t\t\t\toperatorFunction = filterOperators.field;\n\t\t\t\t} else {\n\t\t\t\t\toperatorFunction = filterOperators[operator.operator];\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$tw.utils.each(operator.operands,function(operand) {\n\t\t\t\t\tif(operand.indirect) {\n\t\t\t\t\t\toperand.value = self.getTextReference(operand.text,\"\",currTiddlerTitle);\n\t\t\t\t\t} else if(operand.variable) {\n\t\t\t\t\t\toperand.value = widget.getVariable(operand.text,{defaultValue: \"\"});\n\t\t\t\t\t} else {\n\t\t\t\t\t\toperand.value = operand.text;\n\t\t\t\t\t}\n\t\t\t\t\toperands.push(operand.value);\n\t\t\t\t});\n\n\t\t\t\t// Invoke the appropriate filteroperator module\n\t\t\t\tresults = operatorFunction(accumulator,{\n\t\t\t\t\t\t\toperator: operator.operator,\n\t\t\t\t\t\t\toperand: operands.length > 0 ? operands[0] : undefined,\n\t\t\t\t\t\t\toperands: operands,\n\t\t\t\t\t\t\tprefix: operator.prefix,\n\t\t\t\t\t\t\tsuffix: operator.suffix,\n\t\t\t\t\t\t\tsuffixes: operator.suffixes,\n\t\t\t\t\t\t\tregexp: operator.regexp\n\t\t\t\t\t\t},{\n\t\t\t\t\t\t\twiki: self,\n\t\t\t\t\t\t\twidget: widget\n\t\t\t\t\t\t});\n\t\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\t\taccumulator = self.makeTiddlerIterator(results);\n\t\t\t\t} else {\n\t\t\t\t\taccumulator = results;\n\t\t\t\t}\n\t\t\t});\n\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\treturn results;\n\t\t\t} else {\n\t\t\t\tvar resultArray = [];\n\t\t\t\tresults(function(tiddler,title) {\n\t\t\t\t\tresultArray.push(title);\n\t\t\t\t});\n\t\t\t\treturn resultArray;\n\t\t\t}\n\t\t};\n\t\tvar filterRunPrefixes = self.getFilterRunPrefixes();\n\t\t// Wrap the operator functions in a wrapper function that depends on the prefix\n\t\toperationFunctions.push((function() {\n\t\t\tvar options = {wiki: self};\n\t\t\tswitch(operation.prefix || \"\") {\n\t\t\t\tcase \"\": // No prefix means that the operation is unioned into the result\n\t\t\t\t\treturn filterRunPrefixes[\"or\"](operationSubFunction, options);\n\t\t\t\tcase \"=\": // The results of the operation are pushed into the result without deduplication\n\t\t\t\t\treturn filterRunPrefixes[\"all\"](operationSubFunction, options);\n\t\t\t\tcase \"-\": // The results of this operation are removed from the main result\n\t\t\t\t\treturn filterRunPrefixes[\"except\"](operationSubFunction, options);\n\t\t\t\tcase \"+\": // This operation is applied to the main results so far\n\t\t\t\t\treturn filterRunPrefixes[\"and\"](operationSubFunction, options);\n\t\t\t\tcase \"~\": // This operation is unioned into the result only if the main result so far is empty\n\t\t\t\t\treturn filterRunPrefixes[\"else\"](operationSubFunction, options);\n\t\t\t\tdefault: \n\t\t\t\t\tif(operation.namedPrefix && filterRunPrefixes[operation.namedPrefix]) {\n\t\t\t\t\t\treturn filterRunPrefixes[operation.namedPrefix](operationSubFunction, options);\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t\tresults.clear();\n\t\t\t\t\t\t\tresults.push($tw.language.getString(\"Error/FilterRunPrefix\"));\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\t\t\t}\n\t\t})());\n\t});\n\t// Return a function that applies the operations to a source iterator of tiddler titles\n\treturn $tw.perf.measure(\"filter: \" + filterString,function filterFunction(source,widget) {\n\t\tif(!source) {\n\t\t\tsource = self.each;\n\t\t} else if(typeof source === \"object\") { // Array or hashmap\n\t\t\tsource = self.makeTiddlerIterator(source);\n\t\t}\n\t\tvar results = new $tw.utils.LinkedList();\n\t\t$tw.utils.each(operationFunctions,function(operationFunction) {\n\t\t\toperationFunction(results,source,widget);\n\t\t});\n\t\treturn results.toArray();\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikimethod"
        },
        "$:/core/modules/keyboard.js": {
            "title": "$:/core/modules/keyboard.js",
            "text": "/*\\\ntitle: $:/core/modules/keyboard.js\ntype: application/javascript\nmodule-type: global\n\nKeyboard handling utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar namedKeys = {\n\t\"cancel\": 3,\n\t\"help\": 6,\n\t\"backspace\": 8,\n\t\"tab\": 9,\n\t\"clear\": 12,\n\t\"return\": 13,\n\t\"enter\": 13,\n\t\"pause\": 19,\n\t\"escape\": 27,\n\t\"space\": 32,\n\t\"page_up\": 33,\n\t\"page_down\": 34,\n\t\"end\": 35,\n\t\"home\": 36,\n\t\"left\": 37,\n\t\"up\": 38,\n\t\"right\": 39,\n\t\"down\": 40,\n\t\"printscreen\": 44,\n\t\"insert\": 45,\n\t\"delete\": 46,\n\t\"0\": 48,\n\t\"1\": 49,\n\t\"2\": 50,\n\t\"3\": 51,\n\t\"4\": 52,\n\t\"5\": 53,\n\t\"6\": 54,\n\t\"7\": 55,\n\t\"8\": 56,\n\t\"9\": 57,\n\t\"firefoxsemicolon\": 59,\n\t\"firefoxequals\": 61,\n\t\"a\": 65,\n\t\"b\": 66,\n\t\"c\": 67,\n\t\"d\": 68,\n\t\"e\": 69,\n\t\"f\": 70,\n\t\"g\": 71,\n\t\"h\": 72,\n\t\"i\": 73,\n\t\"j\": 74,\n\t\"k\": 75,\n\t\"l\": 76,\n\t\"m\": 77,\n\t\"n\": 78,\n\t\"o\": 79,\n\t\"p\": 80,\n\t\"q\": 81,\n\t\"r\": 82,\n\t\"s\": 83,\n\t\"t\": 84,\n\t\"u\": 85,\n\t\"v\": 86,\n\t\"w\": 87,\n\t\"x\": 88,\n\t\"y\": 89,\n\t\"z\": 90,\n\t\"numpad0\": 96,\n\t\"numpad1\": 97,\n\t\"numpad2\": 98,\n\t\"numpad3\": 99,\n\t\"numpad4\": 100,\n\t\"numpad5\": 101,\n\t\"numpad6\": 102,\n\t\"numpad7\": 103,\n\t\"numpad8\": 104,\n\t\"numpad9\": 105,\n\t\"multiply\": 106,\n\t\"add\": 107,\n\t\"separator\": 108,\n\t\"subtract\": 109,\n\t\"decimal\": 110,\n\t\"divide\": 111,\n\t\"f1\": 112,\n\t\"f2\": 113,\n\t\"f3\": 114,\n\t\"f4\": 115,\n\t\"f5\": 116,\n\t\"f6\": 117,\n\t\"f7\": 118,\n\t\"f8\": 119,\n\t\"f9\": 120,\n\t\"f10\": 121,\n\t\"f11\": 122,\n\t\"f12\": 123,\n\t\"f13\": 124,\n\t\"f14\": 125,\n\t\"f15\": 126,\n\t\"f16\": 127,\n\t\"f17\": 128,\n\t\"f18\": 129,\n\t\"f19\": 130,\n\t\"f20\": 131,\n\t\"f21\": 132,\n\t\"f22\": 133,\n\t\"f23\": 134,\n\t\"f24\": 135,\n\t\"firefoxminus\": 173,\n\t\"semicolon\": 186,\n\t\"equals\": 187,\n\t\"comma\": 188,\n\t\"dash\": 189,\n\t\"period\": 190,\n\t\"slash\": 191,\n\t\"backquote\": 192,\n\t\"openbracket\": 219,\n\t\"backslash\": 220,\n\t\"closebracket\": 221,\n\t\"quote\": 222\n};\n\nfunction KeyboardManager(options) {\n\tvar self = this;\n\toptions = options || \"\";\n\t// Save the named key hashmap\n\tthis.namedKeys = namedKeys;\n\t// Create a reverse mapping of code to keyname\n\tthis.keyNames = [];\n\t$tw.utils.each(namedKeys,function(keyCode,name) {\n\t\tself.keyNames[keyCode] = name.substr(0,1).toUpperCase() + name.substr(1);\n\t});\n\t// Save the platform-specific name of the \"meta\" key\n\tthis.metaKeyName = $tw.platform.isMac ? \"cmd-\" : \"win-\";\n\tthis.shortcutKeysList = [], // Stores the shortcut-key descriptors\n\tthis.shortcutActionList = [], // Stores the corresponding action strings\n\tthis.shortcutParsedList = []; // Stores the parsed key descriptors\n\tthis.lookupNames = [\"shortcuts\"];\n\tthis.lookupNames.push($tw.platform.isMac ? \"shortcuts-mac\" : \"shortcuts-not-mac\")\n\tthis.lookupNames.push($tw.platform.isWindows ? \"shortcuts-windows\" : \"shortcuts-not-windows\");\n\tthis.lookupNames.push($tw.platform.isLinux ? \"shortcuts-linux\" : \"shortcuts-not-linux\");\n\tthis.updateShortcutLists(this.getShortcutTiddlerList());\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tself.handleShortcutChanges(changes);\n\t});\n}\n\n/*\nReturn an array of keycodes for the modifier keys ctrl, shift, alt, meta\n*/\nKeyboardManager.prototype.getModifierKeys = function() {\n\treturn [\n\t\t16, // Shift\n\t\t17, // Ctrl\n\t\t18, // Alt\n\t\t20, // CAPS LOCK\n\t\t91, // Meta (left)\n\t\t93, // Meta (right)\n\t\t224 // Meta (Firefox)\n\t]\n};\n\n/*\nParses a key descriptor into the structure:\n{\n\tkeyCode: numeric keycode\n\tshiftKey: boolean\n\taltKey: boolean\n\tctrlKey: boolean\n\tmetaKey: boolean\n}\nKey descriptors have the following format:\n\tctrl+enter\n\tctrl+shift+alt+A\n*/\nKeyboardManager.prototype.parseKeyDescriptor = function(keyDescriptor) {\n\tvar components = keyDescriptor.split(/\\+|\\-/),\n\t\tinfo = {\n\t\t\tkeyCode: 0,\n\t\t\tshiftKey: false,\n\t\t\taltKey: false,\n\t\t\tctrlKey: false,\n\t\t\tmetaKey: false\n\t\t};\n\tfor(var t=0; t<components.length; t++) {\n\t\tvar s = components[t].toLowerCase(),\n\t\t\tc = s.charCodeAt(0);\n\t\t// Look for modifier keys\n\t\tif(s === \"ctrl\") {\n\t\t\tinfo.ctrlKey = true;\n\t\t} else if(s === \"shift\") {\n\t\t\tinfo.shiftKey = true;\n\t\t} else if(s === \"alt\") {\n\t\t\tinfo.altKey = true;\n\t\t} else if(s === \"meta\" || s === \"cmd\" || s === \"win\") {\n\t\t\tinfo.metaKey = true;\n\t\t}\n\t\t// Replace named keys with their code\n\t\tif(this.namedKeys[s]) {\n\t\t\tinfo.keyCode = this.namedKeys[s];\n\t\t}\n\t}\n\tif(info.keyCode) {\n\t\treturn info;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nParse a list of key descriptors into an array of keyInfo objects. The key descriptors can be passed as an array of strings or a space separated string\n*/\nKeyboardManager.prototype.parseKeyDescriptors = function(keyDescriptors,options) {\n\tvar self = this;\n\toptions = options || {};\n\toptions.stack = options.stack || [];\n\tvar wiki = options.wiki || $tw.wiki;\n\tif(typeof keyDescriptors === \"string\" && keyDescriptors === \"\") {\n\t\treturn [];\n\t}\n\tif(!$tw.utils.isArray(keyDescriptors)) {\n\t\tkeyDescriptors = keyDescriptors.split(\" \");\n\t}\n\tvar result = [];\n\t$tw.utils.each(keyDescriptors,function(keyDescriptor) {\n\t\t// Look for a named shortcut\n\t\tif(keyDescriptor.substr(0,2) === \"((\" && keyDescriptor.substr(-2,2) === \"))\") {\n\t\t\tif(options.stack.indexOf(keyDescriptor) === -1) {\n\t\t\t\toptions.stack.push(keyDescriptor);\n\t\t\t\tvar name = keyDescriptor.substring(2,keyDescriptor.length - 2),\n\t\t\t\t\tlookupName = function(configName) {\n\t\t\t\t\t\tvar keyDescriptors = wiki.getTiddlerText(\"$:/config/\" + configName + \"/\" + name);\n\t\t\t\t\t\tif(keyDescriptors) {\n\t\t\t\t\t\t\tresult.push.apply(result,self.parseKeyDescriptors(keyDescriptors,options));\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t$tw.utils.each(self.lookupNames,function(platformDescriptor) {\n\t\t\t\t\tlookupName(platformDescriptor);\n\t\t\t\t});\n\t\t\t}\n\t\t} else {\n\t\t\tresult.push(self.parseKeyDescriptor(keyDescriptor));\n\t\t}\n\t});\n\treturn result;\n};\n\nKeyboardManager.prototype.getPrintableShortcuts = function(keyInfoArray) {\n\tvar self = this,\n\t\tresult = [];\n\t$tw.utils.each(keyInfoArray,function(keyInfo) {\n\t\tif(keyInfo) {\n\t\t\tresult.push((keyInfo.ctrlKey ? \"ctrl-\" : \"\") + \n\t\t\t\t   (keyInfo.shiftKey ? \"shift-\" : \"\") + \n\t\t\t\t   (keyInfo.altKey ? \"alt-\" : \"\") + \n\t\t\t\t   (keyInfo.metaKey ? self.metaKeyName : \"\") + \n\t\t\t\t   (self.keyNames[keyInfo.keyCode]));\n\t\t}\n\t});\n\treturn result;\n}\n\nKeyboardManager.prototype.checkKeyDescriptor = function(event,keyInfo) {\n\treturn keyInfo &&\n\t\t\tevent.keyCode === keyInfo.keyCode && \n\t\t\tevent.shiftKey === keyInfo.shiftKey && \n\t\t\tevent.altKey === keyInfo.altKey && \n\t\t\tevent.ctrlKey === keyInfo.ctrlKey && \n\t\t\tevent.metaKey === keyInfo.metaKey;\n};\n\nKeyboardManager.prototype.checkKeyDescriptors = function(event,keyInfoArray) {\n\tfor(var t=0; t<keyInfoArray.length; t++) {\n\t\tif(this.checkKeyDescriptor(event,keyInfoArray[t])) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\nKeyboardManager.prototype.getEventModifierKeyDescriptor = function(event) {\n\treturn event.ctrlKey && !event.shiftKey && !event.altKey && !event.metaKey ? \"ctrl\" : \n\t\tevent.shiftKey && !event.ctrlKey && !event.altKey && !event.metaKey ? \"shift\" : \n\t\tevent.ctrlKey && event.shiftKey && !event.altKey && !event.metaKey ? \"ctrl-shift\" : \n\t\tevent.altKey && !event.shiftKey && !event.ctrlKey && !event.metaKey ? \"alt\" : \n\t\tevent.altKey && event.shiftKey && !event.ctrlKey && !event.metaKey ? \"alt-shift\" : \n\t\tevent.altKey && event.ctrlKey && !event.shiftKey && !event.metaKey ? \"ctrl-alt\" : \n\t\tevent.altKey && event.shiftKey && event.ctrlKey && !event.metaKey ? \"ctrl-alt-shift\" : \n\t\tevent.metaKey && !event.ctrlKey && !event.shiftKey && !event.altKey ? \"meta\" : \n\t\tevent.metaKey && event.ctrlKey && !event.shiftKey && !event.altKey ? \"meta-ctrl\" :\n\t\tevent.metaKey && event.ctrlKey && event.shiftKey && !event.altKey ? \"meta-ctrl-shift\" :\n\t\tevent.metaKey && event.ctrlKey & event.shiftKey && event.altKey ? \"meta-ctrl-alt-shift\" : \"normal\";\n};\n\nKeyboardManager.prototype.getShortcutTiddlerList = function() {\n\treturn $tw.wiki.getTiddlersWithTag(\"$:/tags/KeyboardShortcut\");\n};\n\nKeyboardManager.prototype.updateShortcutLists = function(tiddlerList) {\n\tthis.shortcutTiddlers = tiddlerList;\n\tfor(var i=0; i<tiddlerList.length; i++) {\n\t\tvar title = tiddlerList[i],\n\t\t\ttiddlerFields = $tw.wiki.getTiddler(title).fields;\n\t\tthis.shortcutKeysList[i] = tiddlerFields.key !== undefined ? tiddlerFields.key : undefined;\n\t\tthis.shortcutActionList[i] = tiddlerFields.text;\n\t\tthis.shortcutParsedList[i] = this.shortcutKeysList[i] !== undefined ? this.parseKeyDescriptors(this.shortcutKeysList[i]) : undefined;\n\t}\n};\n\nKeyboardManager.prototype.handleKeydownEvent = function(event) {\n\tvar key, action;\n\tfor(var i=0; i<this.shortcutTiddlers.length; i++) {\n\t\tif(this.shortcutParsedList[i] !== undefined && this.checkKeyDescriptors(event,this.shortcutParsedList[i])) {\n\t\t\tkey = this.shortcutParsedList[i];\n\t\t\taction = this.shortcutActionList[i];\n\t\t}\n\t}\n\tif(key !== undefined) {\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\t$tw.rootWidget.invokeActionString(action,$tw.rootWidget);\n\t\treturn true;\n\t}\n\treturn false;\n};\n\nKeyboardManager.prototype.detectNewShortcuts = function(changedTiddlers) {\n\tvar shortcutConfigTiddlers = [],\n\t\thandled = false;\n\t$tw.utils.each(this.lookupNames,function(platformDescriptor) {\n\t\tvar descriptorString = \"$:/config/\" + platformDescriptor + \"/\";\n\t\tObject.keys(changedTiddlers).forEach(function(configTiddler) {\n\t\t\tvar configString = configTiddler.substr(0, configTiddler.lastIndexOf(\"/\") + 1);\n\t\t\tif(configString === descriptorString) {\n\t\t\t\tshortcutConfigTiddlers.push(configTiddler);\n\t\t\t\thandled = true;\n\t\t\t}\n\t\t});\n\t});\n\tif(handled) {\n\t\treturn $tw.utils.hopArray(changedTiddlers,shortcutConfigTiddlers);\n\t} else {\n\t\treturn false;\n\t}\n};\n\nKeyboardManager.prototype.handleShortcutChanges = function(changedTiddlers) {\n\tvar newList = this.getShortcutTiddlerList();\n\tvar hasChanged = $tw.utils.hopArray(changedTiddlers,this.shortcutTiddlers) ? true :\n\t\t($tw.utils.hopArray(changedTiddlers,newList) ? true :\n\t\t(this.detectNewShortcuts(changedTiddlers))\n\t);\n\t// Re-cache shortcuts if something changed\n\tif(hasChanged) {\n\t\tthis.updateShortcutLists(newList);\n\t}\n};\n\nexports.KeyboardManager = KeyboardManager;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/language.js": {
            "title": "$:/core/modules/language.js",
            "text": "/*\\\ntitle: $:/core/modules/language.js\ntype: application/javascript\nmodule-type: global\n\nThe $tw.Language() manages translateable strings\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreate an instance of the language manager. Options include:\nwiki: wiki from which to retrieve translation tiddlers\n*/\nfunction Language(options) {\n\toptions = options || \"\";\n\tthis.wiki = options.wiki || $tw.wiki;\n}\n\n/*\nReturn a wikified translateable string. The title is automatically prefixed with \"$:/language/\"\nOptions include:\nvariables: optional hashmap of variables to supply to the language wikification\n*/\nLanguage.prototype.getString = function(title,options) {\n\toptions = options || {};\n\ttitle = \"$:/language/\" + title;\n\treturn this.wiki.renderTiddler(\"text/plain\",title,{variables: options.variables});\n};\n\n/*\nReturn a raw, unwikified translateable string. The title is automatically prefixed with \"$:/language/\"\n*/\nLanguage.prototype.getRawString = function(title) {\n\ttitle = \"$:/language/\" + title;\n\treturn this.wiki.getTiddlerText(title);\n};\n\nexports.Language = Language;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/pluginswitcher.js": {
            "title": "$:/core/modules/pluginswitcher.js",
            "text": "/*\\\ntitle: $:/core/modules/pluginswitcher.js\ntype: application/javascript\nmodule-type: global\n\nManages switching plugins for themes and languages.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\noptions:\nwiki: wiki store to be used\npluginType: type of plugin to be switched\ncontrollerTitle: title of tiddler used to control switching of this resource\ndefaultPlugins: array of default plugins to be used if nominated plugin isn't found\nonSwitch: callback when plugin is switched (single parameter is array of plugin titles)\n*/\nfunction PluginSwitcher(options) {\n\tthis.wiki = options.wiki;\n\tthis.pluginType = options.pluginType;\n\tthis.controllerTitle = options.controllerTitle;\n\tthis.defaultPlugins = options.defaultPlugins || [];\n\tthis.onSwitch = options.onSwitch;\n\t// Switch to the current plugin\n\tthis.switchPlugins();\n\t// Listen for changes to the selected plugin\n\tvar self = this;\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,self.controllerTitle)) {\n\t\t\tself.switchPlugins();\n\t\t}\n\t});\n}\n\nPluginSwitcher.prototype.switchPlugins = function() {\n\t// Get the name of the current theme\n\tvar selectedPluginTitle = this.wiki.getTiddlerText(this.controllerTitle);\n\t// If it doesn't exist, then fallback to one of the default themes\n\tvar index = 0;\n\twhile(!this.wiki.getTiddler(selectedPluginTitle) && index < this.defaultPlugins.length) {\n\t\tselectedPluginTitle = this.defaultPlugins[index++];\n\t}\n\t// Accumulate the titles of the plugins that we need to load\n\tvar plugins = [],\n\t\tself = this,\n\t\taccumulatePlugin = function(title) {\n\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\tif(tiddler && tiddler.isPlugin() && plugins.indexOf(title) === -1) {\n\t\t\t\tplugins.push(title);\n\t\t\t\tvar pluginInfo = JSON.parse(self.wiki.getTiddlerText(title)),\n\t\t\t\t\tdependents = $tw.utils.parseStringArray(tiddler.fields.dependents || \"\");\n\t\t\t\t$tw.utils.each(dependents,function(title) {\n\t\t\t\t\taccumulatePlugin(title);\n\t\t\t\t});\n\t\t\t}\n\t\t};\n\taccumulatePlugin(selectedPluginTitle);\n\t// Read the plugin info for the incoming plugins\n\tvar changes = $tw.wiki.readPluginInfo(plugins);\n\t// Unregister any existing theme tiddlers\n\tvar unregisteredTiddlers = $tw.wiki.unregisterPluginTiddlers(this.pluginType);\n\t// Register any new theme tiddlers\n\tvar registeredTiddlers = $tw.wiki.registerPluginTiddlers(this.pluginType,plugins);\n\t// Unpack the current theme tiddlers\n\t$tw.wiki.unpackPluginTiddlers();\n\t// Call the switch handler\n\tif(this.onSwitch) {\n\t\tthis.onSwitch(plugins);\n\t}\n};\n\nexports.PluginSwitcher = PluginSwitcher;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/story.js": {
            "title": "$:/core/modules/story.js",
            "text": "/*\\\ntitle: $:/core/modules/story.js\ntype: application/javascript\nmodule-type: global\n\nLightweight object for managing interactions with the story and history lists.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nConstruct Story object with options:\nwiki: reference to wiki object to use to resolve tiddler titles\nstoryTitle: title of story list tiddler\nhistoryTitle: title of history list tiddler\n*/\nfunction Story(options) {\n\toptions = options || {};\n\tthis.wiki = options.wiki || $tw.wiki;\n\tthis.storyTitle = options.storyTitle || \"$:/StoryList\";\n\tthis.historyTitle = options.historyTitle || \"$:/HistoryList\";\n};\n\nStory.prototype.navigateTiddler = function(navigateTo,navigateFromTitle,navigateFromClientRect) {\n\tthis.addToStory(navigateTo,navigateFromTitle);\n\tthis.addToHistory(navigateTo,navigateFromClientRect);\n};\n\nStory.prototype.getStoryList = function() {\n\treturn this.wiki.getTiddlerList(this.storyTitle) || [];\n};\n\nStory.prototype.addToStory = function(navigateTo,navigateFromTitle,options) {\n\toptions = options || {};\n\tvar storyList = this.getStoryList();\n\t// See if the tiddler is already there\n\tvar slot = storyList.indexOf(navigateTo);\n\t// Quit if it already exists in the story river\n\tif(slot >= 0) {\n\t\treturn;\n\t}\n\t// First we try to find the position of the story element we navigated from\n\tvar fromIndex = storyList.indexOf(navigateFromTitle);\n\tif(fromIndex >= 0) {\n\t\t// The tiddler is added from inside the river\n\t\t// Determine where to insert the tiddler; Fallback is \"below\"\n\t\tswitch(options.openLinkFromInsideRiver) {\n\t\t\tcase \"top\":\n\t\t\t\tslot = 0;\n\t\t\t\tbreak;\n\t\t\tcase \"bottom\":\n\t\t\t\tslot = storyList.length;\n\t\t\t\tbreak;\n\t\t\tcase \"above\":\n\t\t\t\tslot = fromIndex;\n\t\t\t\tbreak;\n\t\t\tcase \"below\": // Intentional fall-through\n\t\t\tdefault:\n\t\t\t\tslot = fromIndex + 1;\n\t\t\t\tbreak;\n\t\t}\n\t} else {\n\t\t// The tiddler is opened from outside the river. Determine where to insert the tiddler; default is \"top\"\n\t\tif(options.openLinkFromOutsideRiver === \"bottom\") {\n\t\t\t// Insert at bottom\n\t\t\tslot = storyList.length;\n\t\t} else {\n\t\t\t// Insert at top\n\t\t\tslot = 0;\n\t\t}\n\t}\n\t// Add the tiddler\n\tstoryList.splice(slot,0,navigateTo);\n\t// Save the story\n\tthis.saveStoryList(storyList);\n};\n\nStory.prototype.saveStoryList = function(storyList) {\n\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\tthis.wiki.getCreationFields(),\n\t\t{title: this.storyTitle},\n\t\tstoryTiddler,\n\t\t{list: storyList},\n\t\tthis.wiki.getModificationFields()\n\t));\n};\n\nStory.prototype.addToHistory = function(navigateTo,navigateFromClientRect) {\n\tvar titles = $tw.utils.isArray(navigateTo) ? navigateTo : [navigateTo];\n\t// Add a new record to the top of the history stack\n\tvar historyList = this.wiki.getTiddlerData(this.historyTitle,[]);\n\t$tw.utils.each(titles,function(title) {\n\t\thistoryList.push({title: title, fromPageRect: navigateFromClientRect});\n\t});\n\tthis.wiki.setTiddlerData(this.historyTitle,historyList,{\"current-tiddler\": titles[titles.length-1]});\n};\n\nStory.prototype.storyCloseTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyCloseAllTiddlers = function() {\n// TBD\n};\n\nStory.prototype.storyCloseOtherTiddlers = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyEditTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyDeleteTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storySaveTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyCancelTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyNewTiddler = function(targetTitle) {\n// TBD\n};\n\nexports.Story = Story;\n\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/tiddler.js": {
            "title": "$:/core/modules/tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/tiddler.js\ntype: application/javascript\nmodule-type: tiddlermethod\n\nExtension methods for the $tw.Tiddler object (constructor and methods required at boot time are in boot/boot.js)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.hasTag = function(tag) {\n\treturn this.fields.tags && this.fields.tags.indexOf(tag) !== -1;\n};\n\nexports.isPlugin = function() {\n\treturn this.fields.type === \"application/json\" && this.hasField(\"plugin-type\");\n};\n\nexports.isDraft = function() {\n\treturn this.hasField(\"draft.of\");\n};\n\nexports.getFieldString = function(field) {\n\tvar value = this.fields[field];\n\t// Check for a missing field\n\tif(value === undefined || value === null) {\n\t\treturn \"\";\n\t}\n\t// Parse the field with the associated module (if any)\n\tvar fieldModule = $tw.Tiddler.fieldModules[field];\n\tif(fieldModule && fieldModule.stringify) {\n\t\treturn fieldModule.stringify.call(this,value);\n\t} else {\n\t\treturn value.toString();\n\t}\n};\n\n/*\nGet the value of a field as a list\n*/\nexports.getFieldList = function(field) {\n\tvar value = this.fields[field];\n\t// Check for a missing field\n\tif(value === undefined || value === null) {\n\t\treturn [];\n\t}\n\treturn $tw.utils.parseStringArray(value);\n};\n\n/*\nGet all the fields as a hashmap of strings. Options:\n\texclude: an array of field names to exclude\n*/\nexports.getFieldStrings = function(options) {\n\toptions = options || {};\n\tvar exclude = options.exclude || [];\n\tvar fields = {};\n\tfor(var field in this.fields) {\n\t\tif($tw.utils.hop(this.fields,field)) {\n\t\t\tif(exclude.indexOf(field) === -1) {\n\t\t\t\tfields[field] = this.getFieldString(field);\n\t\t\t}\n\t\t}\n\t}\n\treturn fields;\n};\n\n/*\nGet all the fields as a name:value block. Options:\n\texclude: an array of field names to exclude\n*/\nexports.getFieldStringBlock = function(options) {\n\toptions = options || {};\n\tvar exclude = options.exclude || [],\n\t\tfields = Object.keys(this.fields).sort(),\n\t\tresult = [];\n\tfor(var t=0; t<fields.length; t++) {\n\t\tvar field = fields[t];\n\t\tif(exclude.indexOf(field) === -1) {\n\t\t\tresult.push(field + \": \" + this.getFieldString(field));\n\t\t}\n\t}\n\treturn result.join(\"\\n\");\n};\n\nexports.getFieldDay = function(field) {\n\tif(this.cache && this.cache.day && $tw.utils.hop(this.cache.day,field) ) {\n\t\treturn this.cache.day[field];\n\t}\n\tvar day = \"\";\n\tif(this.fields[field]) {\n\t\tday = (new Date($tw.utils.parseDate(this.fields[field]))).setHours(0,0,0,0);\n\t}\n\tthis.cache.day = this.cache.day || {};\n\tthis.cache.day[field] = day;\n\treturn day;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "tiddlermethod"
        },
        "$:/core/modules/syncer.js": {
            "title": "$:/core/modules/syncer.js",
            "text": "/*\\\ntitle: $:/core/modules/syncer.js\ntype: application/javascript\nmodule-type: global\n\nThe syncer tracks changes to the store and synchronises them to a remote data store represented as a \"sync adaptor\"\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDefaults\n*/\nSyncer.prototype.titleIsLoggedIn = \"$:/status/IsLoggedIn\";\nSyncer.prototype.titleIsAnonymous = \"$:/status/IsAnonymous\";\nSyncer.prototype.titleIsReadOnly = \"$:/status/IsReadOnly\";\nSyncer.prototype.titleUserName = \"$:/status/UserName\";\nSyncer.prototype.titleSyncFilter = \"$:/config/SyncFilter\";\nSyncer.prototype.titleSyncPollingInterval = \"$:/config/SyncPollingInterval\";\nSyncer.prototype.titleSyncDisableLazyLoading = \"$:/config/SyncDisableLazyLoading\";\nSyncer.prototype.titleSavedNotification = \"$:/language/Notifications/Save/Done\";\nSyncer.prototype.titleSyncThrottleInterval = \"$:/config/SyncThrottleInterval\";\nSyncer.prototype.taskTimerInterval = 1 * 1000; // Interval for sync timer\nSyncer.prototype.throttleInterval = 1 * 1000; // Defer saving tiddlers if they've changed in the last 1s...\nSyncer.prototype.errorRetryInterval = 5 * 1000; // Interval to retry after an error\nSyncer.prototype.fallbackInterval = 10 * 1000; // Unless the task is older than 10s\nSyncer.prototype.pollTimerInterval = 60 * 1000; // Interval for polling for changes from the adaptor\n\n/*\nInstantiate the syncer with the following options:\nsyncadaptor: reference to syncadaptor to be used\nwiki: wiki to be synced\n*/\nfunction Syncer(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\t// Save parameters\n\tthis.syncadaptor = options.syncadaptor;\n\tthis.disableUI = !!options.disableUI;\n\tthis.titleIsLoggedIn = options.titleIsLoggedIn || this.titleIsLoggedIn;\n\tthis.titleUserName = options.titleUserName || this.titleUserName;\n\tthis.titleSyncFilter = options.titleSyncFilter || this.titleSyncFilter;\n\tthis.titleSavedNotification = options.titleSavedNotification || this.titleSavedNotification;\n\tthis.taskTimerInterval = options.taskTimerInterval || this.taskTimerInterval;\n\tthis.throttleInterval = options.throttleInterval || parseInt(this.wiki.getTiddlerText(this.titleSyncThrottleInterval,\"\"),10) || this.throttleInterval;\n\tthis.errorRetryInterval = options.errorRetryInterval || this.errorRetryInterval;\n\tthis.fallbackInterval = options.fallbackInterval || this.fallbackInterval;\n\tthis.pollTimerInterval = options.pollTimerInterval || parseInt(this.wiki.getTiddlerText(this.titleSyncPollingInterval,\"\"),10) || this.pollTimerInterval;\n\tthis.logging = \"logging\" in options ? options.logging : true;\n\t// Make a logger\n\tthis.logger = new $tw.utils.Logger(\"syncer\" + ($tw.browser ? \"-browser\" : \"\") + ($tw.node ? \"-server\" : \"\")  + (this.syncadaptor.name ? (\"-\" + this.syncadaptor.name) : \"\"),{\n\t\tcolour: \"cyan\",\n\t\tenable: this.logging,\n\t\tsaveHistory: true\n\t});\n\t// Make another logger for connection errors\n\tthis.loggerConnection = new $tw.utils.Logger(\"syncer\" + ($tw.browser ? \"-browser\" : \"\") + ($tw.node ? \"-server\" : \"\")  + (this.syncadaptor.name ? (\"-\" + this.syncadaptor.name) : \"\") + \"-connection\",{\n\t\tcolour: \"cyan\",\n\t\tenable: this.logging\n\t});\n\t// Ask the syncadaptor to use the main logger\n\tif(this.syncadaptor.setLoggerSaveBuffer) {\n\t\tthis.syncadaptor.setLoggerSaveBuffer(this.logger);\n\t}\n\t// Compile the dirty tiddler filter\n\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\n\t// Record information for known tiddlers\n\tthis.readTiddlerInfo();\n\tthis.titlesToBeLoaded = {}; // Hashmap of titles of tiddlers that need loading from the server\n\tthis.titlesHaveBeenLazyLoaded = {}; // Hashmap of titles of tiddlers that have already been lazily loaded from the server\n\t// Timers\n\tthis.taskTimerId = null; // Timer for task dispatch\n\tthis.pollTimerId = null; // Timer for polling server\n\t// Number of outstanding requests\n\tthis.numTasksInProgress = 0;\n\t// Listen out for changes to tiddlers\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\t// Filter the changes to just include ones that are being synced\n\t\tvar filteredChanges = self.getSyncedTiddlers(function(callback) {\n\t\t\t$tw.utils.each(changes,function(change,title) {\n\t\t\t\tvar tiddler = self.wiki.tiddlerExists(title) && self.wiki.getTiddler(title);\n\t\t\t\tcallback(tiddler,title);\n\t\t\t});\n\t\t});\n\t\tif(filteredChanges.length > 0) {\n\t\t\tself.processTaskQueue();\n\t\t} else {\n\t\t\t// Look for deletions of tiddlers we're already syncing\t\n\t\t\tvar outstandingDeletion = false\n\t\t\t$tw.utils.each(changes,function(change,title,object) {\n\t\t\t\tif(change.deleted && $tw.utils.hop(self.tiddlerInfo,title)) {\n\t\t\t\t\toutstandingDeletion = true;\n\t\t\t\t}\n\t\t\t});\n\t\t\tif(outstandingDeletion) {\n\t\t\t\tself.processTaskQueue();\n\t\t\t}\n\t\t}\n\t});\n\t// Browser event handlers\n\tif($tw.browser && !this.disableUI) {\n\t\t// Set up our beforeunload handler\n\t\t$tw.addUnloadTask(function(event) {\n\t\t\tvar confirmationMessage;\n\t\t\tif(self.isDirty()) {\n\t\t\t\tconfirmationMessage = $tw.language.getString(\"UnsavedChangesWarning\");\n\t\t\t\tevent.returnValue = confirmationMessage; // Gecko\n\t\t\t}\n\t\t\treturn confirmationMessage;\n\t\t});\n\t\t// Listen out for login/logout/refresh events in the browser\n\t\t$tw.rootWidget.addEventListener(\"tm-login\",function(event) {\n\t\t\tvar username = event && event.paramObject && event.paramObject.username,\n\t\t\t\tpassword = event && event.paramObject && event.paramObject.password;\n\t\t\tif(username && password) {\n\t\t\t\t// Login with username and password\n\t\t\t\tself.login(username,password,function() {});\n\t\t\t} else {\n\t\t\t\t// No username and password, so we display a prompt\n\t\t\t\tself.handleLoginEvent();\t\t\t\t\n\t\t\t}\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-logout\",function() {\n\t\t\tself.handleLogoutEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-server-refresh\",function() {\n\t\t\tself.handleRefreshEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-copy-syncer-logs-to-clipboard\",function() {\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getSystemInfo() + \"\\n\\nLog:\\n\" + self.logger.getBuffer());\n\t\t});\n\t}\n\t// Listen out for lazyLoad events\n\tif(!this.disableUI && this.wiki.getTiddlerText(this.titleSyncDisableLazyLoading) !== \"yes\") {\n\t\tthis.wiki.addEventListener(\"lazyLoad\",function(title) {\n\t\t\tself.handleLazyLoadEvent(title);\n\t\t});\t\t\n\t}\n\t// Get the login status\n\tthis.getStatus(function(err,isLoggedIn) {\n\t\t// Do a sync from the server\n\t\tself.syncFromServer();\n\t});\n}\n\n/*\nShow a generic network error alert\n*/\nSyncer.prototype.displayError = function(msg,err) {\n\tif(err === ($tw.language.getString(\"Error/XMLHttpRequest\") + \": 0\")) {\n\t\tthis.loggerConnection.alert($tw.language.getString(\"Error/NetworkErrorAlert\"));\n\t\tthis.logger.log(msg + \":\",err);\n\t} else {\n\t\tthis.logger.alert(msg + \":\",err);\n\t}\n};\n\n/*\nReturn an array of the tiddler titles that are subjected to syncing\n*/\nSyncer.prototype.getSyncedTiddlers = function(source) {\n\treturn this.filterFn.call(this.wiki,source);\n};\n\n/*\nReturn an array of the tiddler titles that are subjected to syncing\n*/\nSyncer.prototype.getTiddlerRevision = function(title) {\n\tif(this.syncadaptor && this.syncadaptor.getTiddlerRevision) {\n\t\treturn this.syncadaptor.getTiddlerRevision(title);\n\t} else {\n\t\treturn this.wiki.getTiddler(title).fields.revision;\t\n\t} \n};\n\n/*\nRead (or re-read) the latest tiddler info from the store\n*/\nSyncer.prototype.readTiddlerInfo = function() {\n\t// Hashmap by title of {revision:,changeCount:,adaptorInfo:}\n\t// \"revision\" is the revision of the tiddler last seen on the server, and \"changecount\" is the corresponding local changecount\n\tthis.tiddlerInfo = {};\n\t// Record information for known tiddlers\n\tvar self = this,\n\t\ttiddlers = this.getSyncedTiddlers();\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\tif(tiddler) {\n\t\t\tself.tiddlerInfo[title] = {\n\t\t\t\trevision: self.getTiddlerRevision(title),\n\t\t\t\tadaptorInfo: self.syncadaptor && self.syncadaptor.getTiddlerInfo(tiddler),\n\t\t\t\tchangeCount: self.wiki.getChangeCount(title)\n\t\t\t};\n\t\t}\n\t});\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSyncer.prototype.isDirty = function() {\n\tthis.logger.log(\"Checking dirty status\");\n\t// Check tiddlers that are in the store and included in the filter function\n\tvar titles = this.getSyncedTiddlers();\n\tfor(var index=0; index<titles.length; index++) {\n\t\tvar title = titles[index],\n\t\t\ttiddlerInfo = this.tiddlerInfo[title];\n\t\tif(this.wiki.tiddlerExists(title)) {\n\t\t\tif(tiddlerInfo) {\n\t\t\t\t// If the tiddler is known on the server and has been modified locally then it needs to be saved to the server\n\t\t\t\tif(this.wiki.getChangeCount(title) > tiddlerInfo.changeCount) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// If the tiddler isn't known on the server then it needs to be saved to the server\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t}\n\t// Check tiddlers that are known from the server but not currently in the store\n\ttitles = Object.keys(this.tiddlerInfo);\n\tfor(index=0; index<titles.length; index++) {\n\t\tif(!this.wiki.tiddlerExists(titles[index])) {\n\t\t\t// There must be a pending delete\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nUpdate the document body with the class \"tc-dirty\" if the wiki has unsaved/unsynced changes\n*/\nSyncer.prototype.updateDirtyStatus = function() {\n\tif($tw.browser && !this.disableUI) {\n\t\tvar dirty = this.isDirty();\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",dirty);\n\t\tif(!dirty) {\n\t\t\tthis.loggerConnection.clearAlerts();\n\t\t}\n\t}\n};\n\n/*\nSave an incoming tiddler in the store, and updates the associated tiddlerInfo\n*/\nSyncer.prototype.storeTiddler = function(tiddlerFields) {\n\t// Save the tiddler\n\tvar tiddler = new $tw.Tiddler(tiddlerFields);\n\tthis.wiki.addTiddler(tiddler);\n\t// Save the tiddler revision and changeCount details\n\tthis.tiddlerInfo[tiddlerFields.title] = {\n\t\trevision: this.getTiddlerRevision(tiddlerFields.title),\n\t\tadaptorInfo: this.syncadaptor.getTiddlerInfo(tiddler),\n\t\tchangeCount: this.wiki.getChangeCount(tiddlerFields.title)\n\t};\n};\n\nSyncer.prototype.getStatus = function(callback) {\n\tvar self = this;\n\t// Check if the adaptor supports getStatus()\n\tif(this.syncadaptor && this.syncadaptor.getStatus) {\n\t\t// Mark us as not logged in\n\t\tthis.wiki.addTiddler({title: this.titleIsLoggedIn,text: \"no\"});\n\t\t// Get login status\n\t\tthis.syncadaptor.getStatus(function(err,isLoggedIn,username,isReadOnly,isAnonymous) {\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(err);\n\t\t\t} else {\n\t\t\t\t// Set the various status tiddlers\n\t\t\t\tself.wiki.addTiddler({title: self.titleIsReadOnly,text: isReadOnly ? \"yes\" : \"no\"});\n\t\t\t\tself.wiki.addTiddler({title: self.titleIsAnonymous,text: isAnonymous ? \"yes\" : \"no\"});\n\t\t\t\tself.wiki.addTiddler({title: self.titleIsLoggedIn,text: isLoggedIn ? \"yes\" : \"no\"});\n\t\t\t\tif(isLoggedIn) {\n\t\t\t\t\tself.wiki.addTiddler({title: self.titleUserName,text: username || \"\"});\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Invoke the callback\n\t\t\tif(callback) {\n\t\t\t\tcallback(err,isLoggedIn,username);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tcallback(null,true,\"UNAUTHENTICATED\");\n\t}\n};\n\n/*\nSynchronise from the server by reading the skinny tiddler list and queuing up loads for any tiddlers that we don't already have up to date\n*/\nSyncer.prototype.syncFromServer = function() {\n\tvar self = this,\n\t\tcancelNextSync = function() {\n\t\t\tif(self.pollTimerId) {\n\t\t\t\tclearTimeout(self.pollTimerId);\n\t\t\t\tself.pollTimerId = null;\n\t\t\t}\n\t\t},\n\t\ttriggerNextSync = function() {\n\t\t\tself.pollTimerId = setTimeout(function() {\n\t\t\t\tself.pollTimerId = null;\n\t\t\t\tself.syncFromServer.call(self);\n\t\t\t},self.pollTimerInterval);\n\t\t},\n\t\tsyncSystemFromServer = (self.wiki.getTiddlerText(\"$:/config/SyncSystemTiddlersFromServer\") === \"yes\" ? true : false);\n\tif(this.syncadaptor && this.syncadaptor.getUpdatedTiddlers) {\n\t\tthis.logger.log(\"Retrieving updated tiddler list\");\n\t\tcancelNextSync();\n\t\tthis.syncadaptor.getUpdatedTiddlers(self,function(err,updates) {\n\t\t\ttriggerNextSync();\n\t\t\tif(err) {\n\t\t\t\tself.displayError($tw.language.getString(\"Error/RetrievingSkinny\"),err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif(updates) {\n\t\t\t\t$tw.utils.each(updates.modifications,function(title) {\n\t\t\t\t\tself.titlesToBeLoaded[title] = true;\n\t\t\t\t});\n\t\t\t\t$tw.utils.each(updates.deletions,function(title) {\n\t\t\t\t\tif(syncSystemFromServer || !self.wiki.isSystemTiddler(title)) {\n\t\t\t\t\t\tdelete self.tiddlerInfo[title];\n\t\t\t\t\t\tself.logger.log(\"Deleting tiddler missing from server:\",title);\n\t\t\t\t\t\tself.wiki.deleteTiddler(title);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tif(updates.modifications.length > 0 || updates.deletions.length > 0) {\n\t\t\t\t\tself.processTaskQueue();\n\t\t\t\t}\t\t\t\t\n\t\t\t}\n\t\t});\n\t} else if(this.syncadaptor && this.syncadaptor.getSkinnyTiddlers) {\n\t\tthis.logger.log(\"Retrieving skinny tiddler list\");\n\t\tcancelNextSync();\n\t\tthis.syncadaptor.getSkinnyTiddlers(function(err,tiddlers) {\n\t\t\ttriggerNextSync();\n\t\t\t// Check for errors\n\t\t\tif(err) {\n\t\t\t\tself.displayError($tw.language.getString(\"Error/RetrievingSkinny\"),err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Keep track of which tiddlers we already know about have been reported this time\n\t\t\tvar previousTitles = Object.keys(self.tiddlerInfo);\n\t\t\t// Process each incoming tiddler\n\t\t\tfor(var t=0; t<tiddlers.length; t++) {\n\t\t\t\t// Get the incoming tiddler fields, and the existing tiddler\n\t\t\t\tvar tiddlerFields = tiddlers[t],\n\t\t\t\t\tincomingRevision = tiddlerFields.revision + \"\",\n\t\t\t\t\ttiddler = self.wiki.tiddlerExists(tiddlerFields.title) && self.wiki.getTiddler(tiddlerFields.title),\n\t\t\t\t\ttiddlerInfo = self.tiddlerInfo[tiddlerFields.title],\n\t\t\t\t\tcurrRevision = tiddlerInfo ? tiddlerInfo.revision : null,\n\t\t\t\t\tindexInPreviousTitles = previousTitles.indexOf(tiddlerFields.title);\n\t\t\t\tif(indexInPreviousTitles !== -1) {\n\t\t\t\t\tpreviousTitles.splice(indexInPreviousTitles,1);\n\t\t\t\t}\n\t\t\t\t// Ignore the incoming tiddler if it's the same as the revision we've already got\n\t\t\t\tif(currRevision !== incomingRevision) {\n\t\t\t\t\t// Only load the skinny version if we don't already have a fat version of the tiddler\n\t\t\t\t\tif(!tiddler || tiddler.fields.text === undefined) {\n\t\t\t\t\t\tself.storeTiddler(tiddlerFields);\n\t\t\t\t\t}\n\t\t\t\t\t// Do a full load of this tiddler\n\t\t\t\t\tself.titlesToBeLoaded[tiddlerFields.title] = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Delete any tiddlers that were previously reported but missing this time\n\t\t\t$tw.utils.each(previousTitles,function(title) {\n\t\t\t\tif(syncSystemFromServer || !self.wiki.isSystemTiddler(title)) {\n\t\t\t\t\tdelete self.tiddlerInfo[title];\n\t\t\t\t\tself.logger.log(\"Deleting tiddler missing from server:\",title);\n\t\t\t\t\tself.wiki.deleteTiddler(title);\n\t\t\t\t}\n\t\t\t});\n\t\t\tself.processTaskQueue();\n\t\t});\n\t}\n};\n\n/*\nForce load a tiddler from the server\n*/\nSyncer.prototype.enqueueLoadTiddler = function(title) {\n\tthis.titlesToBeLoaded[title] = true;\n\tthis.processTaskQueue();\n};\n\n/*\nLazily load a skinny tiddler if we can\n*/\nSyncer.prototype.handleLazyLoadEvent = function(title) {\n\t// Ignore if the syncadaptor doesn't handle it\n\tif(!this.syncadaptor.supportsLazyLoading) {\n\t\treturn;\n\t}\n\t// Don't lazy load the same tiddler twice\n\tif(!this.titlesHaveBeenLazyLoaded[title]) {\n\t\t// Don't lazy load if the tiddler isn't included in the sync filter\n\t\tif(this.getSyncedTiddlers().indexOf(title) !== -1) {\n\t\t\t// Mark the tiddler as needing loading, and having already been lazily loaded\n\t\t\tthis.titlesToBeLoaded[title] = true;\n\t\t\tthis.titlesHaveBeenLazyLoaded[title] = true;\n\t\t}\n\t}\n};\n\n/*\nDispay a password prompt and allow the user to login\n*/\nSyncer.prototype.handleLoginEvent = function() {\n\tvar self = this;\n\tthis.getStatus(function(err,isLoggedIn,username) {\n\t\tif(!err && !isLoggedIn) {\n\t\t\tif(self.syncadaptor && self.syncadaptor.displayLoginPrompt) {\n\t\t\t\tself.syncadaptor.displayLoginPrompt(self);\n\t\t\t} else {\n\t\t\t\tself.displayLoginPrompt();\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nDispay a password prompt\n*/\nSyncer.prototype.displayLoginPrompt = function() {\n\tvar self = this;\n\tvar promptInfo = $tw.passwordPrompt.createPrompt({\n\t\tserviceName: $tw.language.getString(\"LoginToTiddlySpace\"),\n\t\tcallback: function(data) {\n\t\t\tself.login(data.username,data.password,function(err,isLoggedIn) {\n\t\t\t\tself.syncFromServer();\n\t\t\t});\n\t\t\treturn true; // Get rid of the password prompt\n\t\t}\n\t});\n};\n\n/*\nAttempt to login to TiddlyWeb.\n\tusername: username\n\tpassword: password\n\tcallback: invoked with arguments (err,isLoggedIn)\n*/\nSyncer.prototype.login = function(username,password,callback) {\n\tthis.logger.log(\"Attempting to login as\",username);\n\tvar self = this;\n\tif(this.syncadaptor.login) {\n\t\tthis.syncadaptor.login(username,password,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tself.getStatus(function(err,isLoggedIn,username) {\n\t\t\t\tif(callback) {\n\t\t\t\t\tcallback(err,isLoggedIn);\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t} else {\n\t\tcallback(null,true);\n\t}\n};\n\n/*\nAttempt to log out of TiddlyWeb\n*/\nSyncer.prototype.handleLogoutEvent = function() {\n\tthis.logger.log(\"Attempting to logout\");\n\tvar self = this;\n\tif(this.syncadaptor.logout) {\n\t\tthis.syncadaptor.logout(function(err) {\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(err);\n\t\t\t} else {\n\t\t\t\tself.getStatus();\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nImmediately refresh from the server\n*/\nSyncer.prototype.handleRefreshEvent = function() {\n\tthis.syncFromServer();\n};\n\n/*\nProcess the next task\n*/\nSyncer.prototype.processTaskQueue = function() {\n\tvar self = this;\n\t// Only process a task if the sync adaptor is fully initialised and we're not already performing\n\t// a task. If we are already performing a task then we'll dispatch the next one when it completes\n\tif((!this.syncadaptor.isReady || this.syncadaptor.isReady()) && this.numTasksInProgress === 0) {\n\t\t// Choose the next task to perform\n\t\tvar task = this.chooseNextTask();\n\t\t// Perform the task if we had one\n\t\tif(typeof task === \"object\" && task !== null) {\n\t\t\tthis.numTasksInProgress += 1;\n\t\t\ttask.run(function(err) {\n\t\t\t\tself.numTasksInProgress -= 1;\n\t\t\t\tif(err) {\n\t\t\t\t\tself.displayError(\"Sync error while processing \" + task.type + \" of '\" + task.title + \"'\",err);\n\t\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t\tself.triggerTimeout(self.errorRetryInterval);\n\t\t\t\t} else {\n\t\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t\t// Process the next task\n\t\t\t\t\tself.processTaskQueue.call(self);\t\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\t// No task is ready so update the status\n\t\t\tthis.updateDirtyStatus();\n\t\t\t// And trigger a timeout if there is a pending task\n\t\t\tif(task === true) {\n\t\t\t\tthis.triggerTimeout();\t\t\t\t\n\t\t\t}\n\t\t}\n\t} else {\n\t\tthis.updateDirtyStatus();\t\t\n\t}\n};\n\nSyncer.prototype.triggerTimeout = function(interval) {\n\tvar self = this;\n\tif(!this.taskTimerId) {\n\t\tthis.taskTimerId = setTimeout(function() {\n\t\t\tself.taskTimerId = null;\n\t\t\tself.processTaskQueue.call(self);\n\t\t},interval || self.taskTimerInterval);\n\t}\n};\n\n/*\nChoose the next sync task. We prioritise saves, then deletes, then loads from the server\n\nReturns either a task object, null if there's no upcoming tasks, or the boolean true if there are pending tasks that aren't yet due\n*/\nSyncer.prototype.chooseNextTask = function() {\n\tvar thresholdLastSaved = (new Date()) - this.throttleInterval,\n\t\thavePending = null;\n\t// First we look for tiddlers that have been modified locally and need saving back to the server\n\tvar titles = this.getSyncedTiddlers();\n\tfor(var index=0; index<titles.length; index++) {\n\t\tvar title = titles[index],\n\t\t\ttiddler = this.wiki.tiddlerExists(title) && this.wiki.getTiddler(title),\n\t\t\ttiddlerInfo = this.tiddlerInfo[title];\n\t\tif(tiddler) {\n\t\t\t// If the tiddler is not known on the server, or has been modified locally no more recently than the threshold then it needs to be saved to the server\n\t\t\tvar hasChanged = !tiddlerInfo || this.wiki.getChangeCount(title) > tiddlerInfo.changeCount,\n\t\t\t\tisReadyToSave = !tiddlerInfo || !tiddlerInfo.timestampLastSaved || tiddlerInfo.timestampLastSaved < thresholdLastSaved;\n\t\t\tif(hasChanged) {\n\t\t\t\tif(isReadyToSave) {\n\t\t\t\t\treturn new SaveTiddlerTask(this,title); \t\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\thavePending = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t// Second, we check tiddlers that are known from the server but not currently in the store, and so need deleting on the server\n\ttitles = Object.keys(this.tiddlerInfo);\n\tfor(index=0; index<titles.length; index++) {\n\t\ttitle = titles[index];\n\t\ttiddlerInfo = this.tiddlerInfo[title];\n\t\ttiddler = this.wiki.tiddlerExists(title) && this.wiki.getTiddler(title);\n\t\tif(!tiddler) {\n\t\t\treturn new DeleteTiddlerTask(this,title);\n\t\t}\n\t}\n\t// Check for tiddlers that need loading\n\ttitle = Object.keys(this.titlesToBeLoaded)[0];\n\tif(title) {\n\t\tdelete this.titlesToBeLoaded[title];\n\t\treturn new LoadTiddlerTask(this,title);\n\t}\n\t// No tasks are ready\n\treturn havePending;\n};\n\nfunction SaveTiddlerTask(syncer,title) {\n\tthis.syncer = syncer;\n\tthis.title = title;\n\tthis.type = \"save\";\n}\n\nSaveTiddlerTask.prototype.run = function(callback) {\n\tvar self = this,\n\t\tchangeCount = this.syncer.wiki.getChangeCount(this.title),\n\t\ttiddler = this.syncer.wiki.tiddlerExists(this.title) && this.syncer.wiki.getTiddler(this.title);\n\tthis.syncer.logger.log(\"Dispatching 'save' task:\",this.title);\n\tif(tiddler) {\n\t\tthis.syncer.syncadaptor.saveTiddler(tiddler,function(err,adaptorInfo,revision) {\n\t\t\t// If there's an error, exit without changing any internal state\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\t// Adjust the info stored about this tiddler\n\t\t\tself.syncer.tiddlerInfo[self.title] = {\n\t\t\t\tchangeCount: changeCount,\n\t\t\t\tadaptorInfo: adaptorInfo,\n\t\t\t\trevision: revision,\n\t\t\t\ttimestampLastSaved: new Date()\n\t\t\t};\n\t\t\t// Invoke the callback\n\t\t\tcallback(null);\n\t\t},{\n\t\t\ttiddlerInfo: self.syncer.tiddlerInfo[self.title]\n\t\t});\n\t} else {\n\t\tthis.syncer.logger.log(\" Not Dispatching 'save' task:\",this.title,\"tiddler does not exist\");\n\t\t$tw.utils.nextTick(callback(null));\n\t}\n};\n\nfunction DeleteTiddlerTask(syncer,title) {\n\tthis.syncer = syncer;\n\tthis.title = title;\n\tthis.type = \"delete\";\n}\n\nDeleteTiddlerTask.prototype.run = function(callback) {\n\tvar self = this;\n\tthis.syncer.logger.log(\"Dispatching 'delete' task:\",this.title);\n\tthis.syncer.syncadaptor.deleteTiddler(this.title,function(err) {\n\t\t// If there's an error, exit without changing any internal state\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\n\t\t// Remove the info stored about this tiddler\n\t\tdelete self.syncer.tiddlerInfo[self.title];\n\t\tif($tw.boot.files){\n\t\t\t// Remove the tiddler from $tw.boot.files\n\t\t\tdelete $tw.boot.files[self.title];\n\t\t}\n\t\t// Invoke the callback\n\t\tcallback(null);\n\t},{\n\t\ttiddlerInfo: self.syncer.tiddlerInfo[this.title]\n\t});\n};\n\nfunction LoadTiddlerTask(syncer,title) {\n\tthis.syncer = syncer;\n\tthis.title = title;\n\tthis.type = \"load\";\n}\n\nLoadTiddlerTask.prototype.run = function(callback) {\n\tvar self = this;\n\tthis.syncer.logger.log(\"Dispatching 'load' task:\",this.title);\n\tthis.syncer.syncadaptor.loadTiddler(this.title,function(err,tiddlerFields) {\n\t\t// If there's an error, exit without changing any internal state\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\n\t\t// Update the info stored about this tiddler\n\t\tif(tiddlerFields) {\n\t\t\tself.syncer.storeTiddler(tiddlerFields);\n\t\t}\n\t\t// Invoke the callback\n\t\tcallback(null);\n\t});\n};\n\nexports.Syncer = Syncer;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/wiki-bulkops.js": {
            "title": "$:/core/modules/wiki-bulkops.js",
            "text": "/*\\\ntitle: $:/core/modules/wiki-bulkops.js\ntype: application/javascript\nmodule-type: wikimethod\n\nBulk tiddler operations such as rename.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRename a tiddler, and relink any tags or lists that reference it.\n*/\nfunction renameTiddler(fromTitle,toTitle,options) {\n\tfromTitle = (fromTitle || \"\").trim();\n\ttoTitle = (toTitle || \"\").trim();\n\toptions = options || {};\n\tif(fromTitle && toTitle && fromTitle !== toTitle) {\n\t\t// Rename the tiddler itself\n\t\tvar oldTiddler = this.getTiddler(fromTitle),\n\t\t\tnewTiddler = new $tw.Tiddler(oldTiddler,{title: toTitle},this.getModificationFields());\n\t\tnewTiddler = $tw.hooks.invokeHook(\"th-renaming-tiddler\",newTiddler,oldTiddler);\n\t\tthis.addTiddler(newTiddler);\n\t\tthis.deleteTiddler(fromTitle);\n\t\t// Rename any tags or lists that reference it\n\t\tthis.relinkTiddler(fromTitle,toTitle,options)\n\t}\n}\n\n/*\nRelink any tags or lists that reference a given tiddler\n*/\nfunction relinkTiddler(fromTitle,toTitle,options) {\n\tvar self = this;\n\tfromTitle = (fromTitle || \"\").trim();\n\ttoTitle = (toTitle || \"\").trim();\n\toptions = options || {};\n\tif(fromTitle && toTitle && fromTitle !== toTitle) {\n\t\tthis.each(function(tiddler,title) {\n\t\t\tvar type = tiddler.fields.type || \"\";\n\t\t\t// Don't touch plugins or JavaScript modules\n\t\t\tif(!tiddler.fields[\"plugin-type\"] && type !== \"application/javascript\") {\n\t\t\t\tvar tags = tiddler.fields.tags ? tiddler.fields.tags.slice(0) : undefined,\n\t\t\t\t\tlist = tiddler.fields.list ? tiddler.fields.list.slice(0) : undefined,\n\t\t\t\t\tisModified = false;\n\t\t\t\tif(!options.dontRenameInTags) {\n\t\t\t\t\t// Rename tags\n\t\t\t\t\t$tw.utils.each(tags,function (title,index) {\n\t\t\t\t\t\tif(title === fromTitle) {\nconsole.log(\"Renaming tag '\" + tags[index] + \"' to '\" + toTitle + \"' of tiddler '\" + tiddler.fields.title + \"'\");\n\t\t\t\t\t\t\ttags[index] = toTitle;\n\t\t\t\t\t\t\tisModified = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tif(!options.dontRenameInLists) {\n\t\t\t\t\t// Rename lists\n\t\t\t\t\t$tw.utils.each(list,function (title,index) {\n\t\t\t\t\t\tif(title === fromTitle) {\nconsole.log(\"Renaming list item '\" + list[index] + \"' to '\" + toTitle + \"' of tiddler '\" + tiddler.fields.title + \"'\");\n\t\t\t\t\t\t\tlist[index] = toTitle;\n\t\t\t\t\t\t\tisModified = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tif(isModified) {\n\t\t\t\t\tvar newTiddler = new $tw.Tiddler(tiddler,{tags: tags, list: list},self.getModificationFields())\n\t\t\t\t\tnewTiddler = $tw.hooks.invokeHook(\"th-relinking-tiddler\",newTiddler,tiddler);\n\t\t\t\t\tself.addTiddler(newTiddler);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\nexports.renameTiddler = renameTiddler;\nexports.relinkTiddler = relinkTiddler;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikimethod"
        },
        "$:/core/modules/wiki.js": {
            "title": "$:/core/modules/wiki.js",
            "text": "/*\\\ntitle: $:/core/modules/wiki.js\ntype: application/javascript\nmodule-type: wikimethod\n\nExtension methods for the $tw.Wiki object\n\nAdds the following properties to the wiki object:\n\n* `eventListeners` is a hashmap by type of arrays of listener functions\n* `changedTiddlers` is a hashmap describing changes to named tiddlers since wiki change events were last dispatched. Each entry is a hashmap containing two fields:\n\tmodified: true/false\n\tdeleted: true/false\n* `changeCount` is a hashmap by tiddler title containing a numerical index that starts at zero and is incremented each time a tiddler is created changed or deleted\n* `caches` is a hashmap by tiddler title containing a further hashmap of named cache objects. Caches are automatically cleared when a tiddler is modified or deleted\n* `globalCache` is a hashmap by cache name of cache objects that are cleared whenever any tiddler change occurs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar USER_NAME_TITLE = \"$:/status/UserName\",\n\tTIMESTAMP_DISABLE_TITLE = \"$:/config/TimestampDisable\";\n\n/*\nAdd available indexers to this wiki\n*/\nexports.addIndexersToWiki = function() {\n\tvar self = this;\n\t$tw.utils.each($tw.modules.applyMethods(\"indexer\"),function(Indexer,name) {\n\t\tself.addIndexer(new Indexer(self),name);\n\t});\n};\n\n/*\nGet the value of a text reference. Text references can have any of these forms:\n\t<tiddlertitle>\n\t<tiddlertitle>!!<fieldname>\n\t!!<fieldname> - specifies a field of the current tiddlers\n\t<tiddlertitle>##<index>\n*/\nexports.getTextReference = function(textRef,defaultText,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle = tr.title || currTiddlerTitle;\n\tif(tr.field) {\n\t\tvar tiddler = this.getTiddler(title);\n\t\tif(tr.field === \"title\") { // Special case so we can return the title of a non-existent tiddler\n\t\t\treturn title;\n\t\t} else if(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\n\t\t\treturn tiddler.getFieldString(tr.field);\n\t\t} else {\n\t\t\treturn defaultText;\n\t\t}\n\t} else if(tr.index) {\n\t\treturn this.extractTiddlerDataItem(title,tr.index,defaultText);\n\t} else {\n\t\treturn this.getTiddlerText(title,defaultText);\n\t}\n};\n\nexports.setTextReference = function(textRef,value,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle = tr.title || currTiddlerTitle;\n\tthis.setText(title,tr.field,tr.index,value);\n};\n\nexports.setText = function(title,field,index,value,options) {\n\toptions = options || {};\n\tvar creationFields = options.suppressTimestamp ? {} : this.getCreationFields(),\n\t\tmodificationFields = options.suppressTimestamp ? {} : this.getModificationFields();\n\t// Check if it is a reference to a tiddler field\n\tif(index) {\n\t\tvar data = this.getTiddlerData(title,Object.create(null));\n\t\tif(value !== undefined) {\n\t\t\tdata[index] = value;\n\t\t} else {\n\t\t\tdelete data[index];\n\t\t}\n\t\tthis.setTiddlerData(title,data,modificationFields);\n\t} else {\n\t\tvar tiddler = this.getTiddler(title),\n\t\t\tfields = {title: title};\n\t\tfields[field || \"text\"] = value;\n\t\tthis.addTiddler(new $tw.Tiddler(creationFields,tiddler,fields,modificationFields));\n\t}\n};\n\nexports.deleteTextReference = function(textRef,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle,tiddler,fields;\n\t// Check if it is a reference to a tiddler\n\tif(tr.title && !tr.field) {\n\t\tthis.deleteTiddler(tr.title);\n\t// Else check for a field reference\n\t} else if(tr.field) {\n\t\ttitle = tr.title || currTiddlerTitle;\n\t\ttiddler = this.getTiddler(title);\n\t\tif(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\n\t\t\tfields = Object.create(null);\n\t\t\tfields[tr.field] = undefined;\n\t\t\tthis.addTiddler(new $tw.Tiddler(tiddler,fields,this.getModificationFields()));\n\t\t}\n\t}\n};\n\nexports.addEventListener = function(type,listener) {\n\tthis.eventListeners = this.eventListeners || {};\n\tthis.eventListeners[type] = this.eventListeners[type]  || [];\n\tthis.eventListeners[type].push(listener);\t\n};\n\nexports.removeEventListener = function(type,listener) {\n\tvar listeners = this.eventListeners[type];\n\tif(listeners) {\n\t\tvar p = listeners.indexOf(listener);\n\t\tif(p !== -1) {\n\t\t\tlisteners.splice(p,1);\n\t\t}\n\t}\n};\n\nexports.dispatchEvent = function(type /*, args */) {\n\tvar args = Array.prototype.slice.call(arguments,1),\n\t\tlisteners = this.eventListeners[type];\n\tif(listeners) {\n\t\tfor(var p=0; p<listeners.length; p++) {\n\t\t\tvar listener = listeners[p];\n\t\t\tlistener.apply(listener,args);\n\t\t}\n\t}\n};\n\n/*\nCauses a tiddler to be marked as changed, incrementing the change count, and triggers event handlers.\nThis method should be called after the changes it describes have been made to the wiki.tiddlers[] array.\n\ttitle: Title of tiddler\n\tisDeleted: defaults to false (meaning the tiddler has been created or modified),\n\t\ttrue if the tiddler has been deleted\n*/\nexports.enqueueTiddlerEvent = function(title,isDeleted) {\n\t// Record the touch in the list of changed tiddlers\n\tthis.changedTiddlers = this.changedTiddlers || Object.create(null);\n\tthis.changedTiddlers[title] = this.changedTiddlers[title] || Object.create(null);\n\tthis.changedTiddlers[title][isDeleted ? \"deleted\" : \"modified\"] = true;\n\t// Increment the change count\n\tthis.changeCount = this.changeCount || Object.create(null);\n\tif($tw.utils.hop(this.changeCount,title)) {\n\t\tthis.changeCount[title]++;\n\t} else {\n\t\tthis.changeCount[title] = 1;\n\t}\n\t// Trigger events\n\tthis.eventListeners = this.eventListeners || {};\n\tif(!this.eventsTriggered) {\n\t\tvar self = this;\n\t\t$tw.utils.nextTick(function() {\n\t\t\tvar changes = self.changedTiddlers;\n\t\t\tself.changedTiddlers = Object.create(null);\n\t\t\tself.eventsTriggered = false;\n\t\t\tif($tw.utils.count(changes) > 0) {\n\t\t\t\tself.dispatchEvent(\"change\",changes);\n\t\t\t}\n\t\t});\n\t\tthis.eventsTriggered = true;\n\t}\n};\n\nexports.getSizeOfTiddlerEventQueue = function() {\n\treturn $tw.utils.count(this.changedTiddlers);\n};\n\nexports.clearTiddlerEventQueue = function() {\n\tthis.changedTiddlers = Object.create(null);\n\tthis.changeCount = Object.create(null);\n};\n\nexports.getChangeCount = function(title) {\n\tthis.changeCount = this.changeCount || Object.create(null);\n\tif($tw.utils.hop(this.changeCount,title)) {\n\t\treturn this.changeCount[title];\n\t} else {\n\t\treturn 0;\n\t}\n};\n\n/*\nGenerate an unused title from the specified base\n*/\nexports.generateNewTitle = function(baseTitle,options) {\n\toptions = options || {};\n\tvar c = 0,\n\t\ttitle = baseTitle;\n\twhile(this.tiddlerExists(title) || this.isShadowTiddler(title) || this.findDraft(title)) {\n\t\ttitle = baseTitle + \n\t\t\t(options.prefix || \" \") + \n\t\t\t(++c);\n\t}\n\treturn title;\n};\n\nexports.isSystemTiddler = function(title) {\n\treturn title && title.indexOf(\"$:/\") === 0;\n};\n\nexports.isTemporaryTiddler = function(title) {\n\treturn title && title.indexOf(\"$:/temp/\") === 0;\n};\n\nexports.isImageTiddler = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\t\t\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/vnd.tiddlywiki\"];\n\t\treturn !!contentTypeInfo && contentTypeInfo.flags.indexOf(\"image\") !== -1;\n\t} else {\n\t\treturn null;\n\t}\n};\n\nexports.isBinaryTiddler = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\t\t\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/vnd.tiddlywiki\"];\n\t\treturn !!contentTypeInfo && contentTypeInfo.encoding === \"base64\";\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLike addTiddler() except it will silently reject any plugin tiddlers that are older than the currently loaded version. Returns true if the tiddler was imported\n*/\nexports.importTiddler = function(tiddler) {\n\tvar existingTiddler = this.getTiddler(tiddler.fields.title);\n\t// Check if we're dealing with a plugin\n\tif(tiddler && tiddler.hasField(\"plugin-type\") && tiddler.hasField(\"version\") && existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t// Reject the incoming plugin if it is older\n\t\tif(!$tw.utils.checkVersions(tiddler.fields.version,existingTiddler.fields.version)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Fall through to adding the tiddler\n\tthis.addTiddler(tiddler);\n\treturn true;\n};\n\n/*\nReturn a hashmap of the fields that should be set when a tiddler is created\n*/\nexports.getCreationFields = function() {\n\tif(this.getTiddlerText(TIMESTAMP_DISABLE_TITLE,\"\").toLowerCase() !== \"yes\") {\n\t\tvar fields = {\n\t\t\t\tcreated: new Date()\n\t\t\t},\n\t\t\tcreator = this.getTiddlerText(USER_NAME_TITLE);\n\t\tif(creator) {\n\t\t\tfields.creator = creator;\n\t\t}\n\t\treturn fields;\n\t} else {\n\t\treturn {};\n\t}\n};\n\n/*\nReturn a hashmap of the fields that should be set when a tiddler is modified\n*/\nexports.getModificationFields = function() {\n\tif(this.getTiddlerText(TIMESTAMP_DISABLE_TITLE,\"\").toLowerCase() !== \"yes\") {\n\t\tvar fields = Object.create(null),\n\t\t\tmodifier = this.getTiddlerText(USER_NAME_TITLE);\n\t\tfields.modified = new Date();\n\t\tif(modifier) {\n\t\t\tfields.modifier = modifier;\n\t\t}\n\t\treturn fields;\n\t} else {\n\t\treturn {};\n\t}\n};\n\n/*\nReturn a sorted array of tiddler titles.  Options include:\nsortField: field to sort by\nexcludeTag: tag to exclude\nincludeSystem: whether to include system tiddlers (defaults to false)\n*/\nexports.getTiddlers = function(options) {\n\toptions = options || Object.create(null);\n\tvar self = this,\n\t\tsortField = options.sortField || \"title\",\n\t\ttiddlers = [], t, titles = [];\n\tthis.each(function(tiddler,title) {\n\t\tif(options.includeSystem || !self.isSystemTiddler(title)) {\n\t\t\tif(!options.excludeTag || !tiddler.hasTag(options.excludeTag)) {\n\t\t\t\ttiddlers.push(tiddler);\n\t\t\t}\n\t\t}\n\t});\n\ttiddlers.sort(function(a,b) {\n\t\tvar aa = a.fields[sortField].toLowerCase() || \"\",\n\t\t\tbb = b.fields[sortField].toLowerCase() || \"\";\n\t\tif(aa < bb) {\n\t\t\treturn -1;\n\t\t} else {\n\t\t\tif(aa > bb) {\n\t\t\t\treturn 1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t}\n\t});\n\tfor(t=0; t<tiddlers.length; t++) {\n\t\ttitles.push(tiddlers[t].fields.title);\n\t}\n\treturn titles;\n};\n\nexports.countTiddlers = function(excludeTag) {\n\tvar tiddlers = this.getTiddlers({excludeTag: excludeTag});\n\treturn $tw.utils.count(tiddlers);\n};\n\n/*\nReturns a function iterator(callback) that iterates through the specified titles, and invokes the callback with callback(tiddler,title)\n*/\nexports.makeTiddlerIterator = function(titles) {\n\tvar self = this;\n\tif(!$tw.utils.isArray(titles)) {\n\t\ttitles = Object.keys(titles);\n\t} else {\n\t\ttitles = titles.slice(0);\n\t}\n\treturn function(callback) {\n\t\ttitles.forEach(function(title) {\n\t\t\tcallback(self.getTiddler(title),title);\n\t\t});\n\t};\n};\n\n/*\nSort an array of tiddler titles by a specified field\n\ttitles: array of titles (sorted in place)\n\tsortField: name of field to sort by\n\tisDescending: true if the sort should be descending\n\tisCaseSensitive: true if the sort should consider upper and lower case letters to be different\n*/\nexports.sortTiddlers = function(titles,sortField,isDescending,isCaseSensitive,isNumeric,isAlphaNumeric) {\n\tvar self = this;\n\ttitles.sort(function(a,b) {\n\t\tvar x,y,\n\t\t\tcompareNumbers = function(x,y) {\n\t\t\t\tvar result = \n\t\t\t\t\tisNaN(x) && !isNaN(y) ? (isDescending ? -1 : 1) :\n\t\t\t\t\t!isNaN(x) && isNaN(y) ? (isDescending ? 1 : -1) :\n\t\t\t\t\t\t\t\t\t\t\t(isDescending ? y - x :  x - y);\n\t\t\t\treturn result;\n\t\t\t};\n\t\tif(sortField !== \"title\") {\n\t\t\tvar tiddlerA = self.getTiddler(a),\n\t\t\t\ttiddlerB = self.getTiddler(b);\n\t\t\tif(tiddlerA) {\n\t\t\t\ta = tiddlerA.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\ta = \"\";\n\t\t\t}\n\t\t\tif(tiddlerB) {\n\t\t\t\tb = tiddlerB.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\tb = \"\";\n\t\t\t}\n\t\t}\n\t\tx = Number(a);\n\t\ty = Number(b);\n\t\tif(isNumeric && (!isNaN(x) || !isNaN(y))) {\n\t\t\treturn compareNumbers(x,y);\n\t\t} else if($tw.utils.isDate(a) && $tw.utils.isDate(b)) {\n\t\t\treturn isDescending ? b - a : a - b;\n\t\t} else if(isAlphaNumeric) {\n\t\t\treturn isDescending ? b.localeCompare(a,undefined,{numeric: true,sensitivity: \"base\"}) : a.localeCompare(b,undefined,{numeric: true,sensitivity: \"base\"});\n\t\t} else {\n\t\t\ta = String(a);\n\t\t\tb = String(b);\n\t\t\tif(!isCaseSensitive) {\n\t\t\t\ta = a.toLowerCase();\n\t\t\t\tb = b.toLowerCase();\n\t\t\t}\n\t\t\treturn isDescending ? b.localeCompare(a) : a.localeCompare(b);\n\t\t}\n\t});\n};\n\n/*\nFor every tiddler invoke a callback(title,tiddler) with `this` set to the wiki object. Options include:\nsortField: field to sort by\nexcludeTag: tag to exclude\nincludeSystem: whether to include system tiddlers (defaults to false)\n*/\nexports.forEachTiddler = function(/* [options,]callback */) {\n\tvar arg = 0,\n\t\toptions = arguments.length >= 2 ? arguments[arg++] : {},\n\t\tcallback = arguments[arg++],\n\t\ttitles = this.getTiddlers(options),\n\t\tt, tiddler;\n\tfor(t=0; t<titles.length; t++) {\n\t\ttiddler = this.getTiddler(titles[t]);\n\t\tif(tiddler) {\n\t\t\tcallback.call(this,tiddler.fields.title,tiddler);\n\t\t}\n\t}\n};\n\n/*\nReturn an array of tiddler titles that are directly linked within the given parse tree\n */\nexports.extractLinks = function(parseTreeRoot) {\n\t// Count up the links\n\tvar links = [],\n\t\tcheckParseTree = function(parseTree) {\n\t\t\tfor(var t=0; t<parseTree.length; t++) {\n\t\t\t\tvar parseTreeNode = parseTree[t];\n\t\t\t\tif(parseTreeNode.type === \"link\" && parseTreeNode.attributes.to && parseTreeNode.attributes.to.type === \"string\") {\n\t\t\t\t\tvar value = parseTreeNode.attributes.to.value;\n\t\t\t\t\tif(links.indexOf(value) === -1) {\n\t\t\t\t\t\tlinks.push(value);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(parseTreeNode.children) {\n\t\t\t\t\tcheckParseTree(parseTreeNode.children);\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\tcheckParseTree(parseTreeRoot);\n\treturn links;\n};\n\n/*\nReturn an array of tiddler titles that are directly linked from the specified tiddler\n*/\nexports.getTiddlerLinks = function(title) {\n\tvar self = this;\n\t// We'll cache the links so they only get computed if the tiddler changes\n\treturn this.getCacheForTiddler(title,\"links\",function() {\n\t\t// Parse the tiddler\n\t\tvar parser = self.parseTiddler(title);\n\t\tif(parser) {\n\t\t\treturn self.extractLinks(parser.tree);\n\t\t}\n\t\treturn [];\n\t});\n};\n\n/*\nReturn an array of tiddler titles that link to the specified tiddler\n*/\nexports.getTiddlerBacklinks = function(targetTitle) {\n\tvar self = this,\n\t\tbacklinksIndexer = this.getIndexer(\"BacklinksIndexer\"),\n\t\tbacklinks = backlinksIndexer && backlinksIndexer.lookup(targetTitle);\n\n\tif(!backlinks) {\n\t\tbacklinks = [];\n\t\tthis.forEachTiddler(function(title,tiddler) {\n\t\t\tvar links = self.getTiddlerLinks(title);\n\t\t\tif(links.indexOf(targetTitle) !== -1) {\n\t\t\t\tbacklinks.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn backlinks;\n};\n\n/*\nReturn a hashmap of tiddler titles that are referenced but not defined. Each value is the number of times the missing tiddler is referenced\n*/\nexports.getMissingTitles = function() {\n\tvar self = this,\n\t\tmissing = [];\n// We should cache the missing tiddler list, even if we recreate it every time any tiddler is modified\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\t$tw.utils.each(links,function(link) {\n\t\t\tif((!self.tiddlerExists(link) && !self.isShadowTiddler(link)) && missing.indexOf(link) === -1) {\n\t\t\t\tmissing.push(link);\n\t\t\t}\n\t\t});\n\t});\n\treturn missing;\n};\n\nexports.getOrphanTitles = function() {\n\tvar self = this,\n\t\torphans = this.getTiddlers();\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\t$tw.utils.each(links,function(link) {\n\t\t\tvar p = orphans.indexOf(link);\n\t\t\tif(p !== -1) {\n\t\t\t\torphans.splice(p,1);\n\t\t\t}\n\t\t});\n\t});\n\treturn orphans; // Todo\n};\n\n/*\nRetrieves a list of the tiddler titles that are tagged with a given tag\n*/\nexports.getTiddlersWithTag = function(tag) {\n\t// Try to use the indexer\n\tvar self = this,\n\t\ttagIndexer = this.getIndexer(\"TagIndexer\"),\n\t\tresults = tagIndexer && tagIndexer.subIndexers[3].lookup(tag);\n\tif(!results) {\n\t\t// If not available, perform a manual scan\n\t\tresults = this.getGlobalCache(\"taglist-\" + tag,function() {\n\t\t\tvar tagmap = self.getTagMap();\n\t\t\treturn self.sortByList(tagmap[tag],tag);\n\t\t});\n\t}\n\treturn results;\n};\n\n/*\nGet a hashmap by tag of arrays of tiddler titles\n*/\nexports.getTagMap = function() {\n\tvar self = this;\n\treturn this.getGlobalCache(\"tagmap\",function() {\n\t\tvar tags = Object.create(null),\n\t\t\tstoreTags = function(tagArray,title) {\n\t\t\t\tif(tagArray) {\n\t\t\t\t\tfor(var index=0; index<tagArray.length; index++) {\n\t\t\t\t\t\tvar tag = tagArray[index];\n\t\t\t\t\t\tif($tw.utils.hop(tags,tag)) {\n\t\t\t\t\t\t\ttags[tag].push(title);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\ttags[tag] = [title];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\ttitle, tiddler;\n\t\t// Collect up all the tags\n\t\tself.eachShadow(function(tiddler,title) {\n\t\t\tif(!self.tiddlerExists(title)) {\n\t\t\t\ttiddler = self.getTiddler(title);\n\t\t\t\tstoreTags(tiddler.fields.tags,title);\n\t\t\t}\n\t\t});\n\t\tself.each(function(tiddler,title) {\n\t\t\tstoreTags(tiddler.fields.tags,title);\n\t\t});\n\t\treturn tags;\n\t});\n};\n\n/*\nLookup a given tiddler and return a list of all the tiddlers that include it in the specified list field\n*/\nexports.findListingsOfTiddler = function(targetTitle,fieldName) {\n\tfieldName = fieldName || \"list\";\n\tvar titles = [];\n\tthis.each(function(tiddler,title) {\n\t\tvar list = $tw.utils.parseStringArray(tiddler.fields[fieldName]);\n\t\tif(list && list.indexOf(targetTitle) !== -1) {\n\t\t\ttitles.push(title);\n\t\t}\n\t});\n\treturn titles;\n};\n\n/*\nSorts an array of tiddler titles according to an ordered list\n*/\nexports.sortByList = function(array,listTitle) {\n\tvar self = this,\n\t\treplacedTitles = Object.create(null);\n\t// Given a title, this function will place it in the correct location\n\t// within titles.\n\tfunction moveItemInList(title) {\n\t\tif(!$tw.utils.hop(replacedTitles, title)) {\n\t\t\treplacedTitles[title] = true;\n\t\t\tvar newPos = -1,\n\t\t\t\ttiddler = self.getTiddler(title);\n\t\t\tif(tiddler) {\n\t\t\t\tvar beforeTitle = tiddler.fields[\"list-before\"],\n\t\t\t\t\tafterTitle = tiddler.fields[\"list-after\"];\n\t\t\t\tif(beforeTitle === \"\") {\n\t\t\t\t\tnewPos = 0;\n\t\t\t\t} else if(afterTitle === \"\") {\n\t\t\t\t\tnewPos = titles.length;\n\t\t\t\t} else if(beforeTitle) {\n\t\t\t\t\t// if this title is placed relative\n\t\t\t\t\t// to another title, make sure that\n\t\t\t\t\t// title is placed before we place\n\t\t\t\t\t// this one.\n\t\t\t\t\tmoveItemInList(beforeTitle);\n\t\t\t\t\tnewPos = titles.indexOf(beforeTitle);\n\t\t\t\t} else if(afterTitle) {\n\t\t\t\t\t// Same deal\n\t\t\t\t\tmoveItemInList(afterTitle);\n\t\t\t\t\tnewPos = titles.indexOf(afterTitle);\n\t\t\t\t\tif(newPos >= 0) {\n\t\t\t\t\t\t++newPos;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// If a new position is specified, let's move it\n\t\t\t\tif (newPos !== -1) {\n\t\t\t\t\t// get its current Pos, and make sure\n\t\t\t\t\t// sure that it's _actually_ in the list\n\t\t\t\t\t// and that it would _actually_ move\n\t\t\t\t\t// (#4275) We don't bother calling\n\t\t\t\t\t//         indexOf unless we have a new\n\t\t\t\t\t//         position to work with\n\t\t\t\t\tvar currPos = titles.indexOf(title);\n\t\t\t\t\tif(currPos >= 0 && newPos !== currPos) {\n\t\t\t\t\t\t// move it!\n\t\t\t\t\t\ttitles.splice(currPos,1);\n\t\t\t\t\t\tif(newPos >= currPos) {\n\t\t\t\t\t\t\tnewPos--;\n\t\t\t\t\t\t}\n\t\t\t\t\t\ttitles.splice(newPos,0,title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tvar list = this.getTiddlerList(listTitle);\n\tif(!array || array.length === 0) {\n\t\treturn [];\n\t} else {\n\t\tvar titles = [], t, title;\n\t\t// First place any entries that are present in the list\n\t\tfor(t=0; t<list.length; t++) {\n\t\t\ttitle = list[t];\n\t\t\tif(array.indexOf(title) !== -1) {\n\t\t\t\ttitles.push(title);\n\t\t\t}\n\t\t}\n\t\t// Then place any remaining entries\n\t\tfor(t=0; t<array.length; t++) {\n\t\t\ttitle = array[t];\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\ttitles.push(title);\n\t\t\t}\n\t\t}\n\t\t// Finally obey the list-before and list-after fields of each tiddler in turn\n\t\tvar sortedTitles = titles.slice(0);\n\t\tfor(t=0; t<sortedTitles.length; t++) {\n\t\t\ttitle = sortedTitles[t];\n\t\t\tmoveItemInList(title);\n\t\t}\n\t\treturn titles;\n\t}\n};\n\nexports.getSubTiddler = function(title,subTiddlerTitle) {\n\tvar bundleInfo = this.getPluginInfo(title) || this.getTiddlerDataCached(title);\n\tif(bundleInfo && bundleInfo.tiddlers) {\n\t\tvar subTiddler = bundleInfo.tiddlers[subTiddlerTitle];\n\t\tif(subTiddler) {\n\t\t\treturn new $tw.Tiddler(subTiddler);\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRetrieve a tiddler as a JSON string of the fields\n*/\nexports.getTiddlerAsJson = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\n\t\tvar fields = Object.create(null);\n\t\t$tw.utils.each(tiddler.fields,function(value,name) {\n\t\t\tfields[name] = tiddler.getFieldString(name);\n\t\t});\n\t\treturn JSON.stringify(fields);\n\t} else {\n\t\treturn JSON.stringify({title: title});\n\t}\n};\n\nexports.getTiddlersAsJson = function(filter,spaces) {\n\tvar tiddlers = this.filterTiddlers(filter),\n\t\tspaces = (spaces === undefined) ? $tw.config.preferences.jsonSpaces : spaces,\n\t\tdata = [];\n\tfor(var t=0;t<tiddlers.length; t++) {\n\t\tvar tiddler = this.getTiddler(tiddlers[t]);\n\t\tif(tiddler) {\n\t\t\tvar fields = new Object();\n\t\t\tfor(var field in tiddler.fields) {\n\t\t\t\tfields[field] = tiddler.getFieldString(field);\n\t\t\t}\n\t\t\tdata.push(fields);\n\t\t}\n\t}\n\treturn JSON.stringify(data,null,spaces);\n};\n\n/*\nGet the content of a tiddler as a JavaScript object. How this is done depends on the type of the tiddler:\n\napplication/json: the tiddler JSON is parsed into an object\napplication/x-tiddler-dictionary: the tiddler is parsed as sequence of name:value pairs\n\nOther types currently just return null.\n\ntitleOrTiddler: string tiddler title or a tiddler object\ndefaultData: default data to be returned if the tiddler is missing or doesn't contain data\n\nNote that the same value is returned for repeated calls for the same tiddler data. The value is frozen to prevent modification; otherwise modifications would be visible to all callers\n*/\nexports.getTiddlerDataCached = function(titleOrTiddler,defaultData) {\n\tvar self = this,\n\t\ttiddler = titleOrTiddler;\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\ttiddler = this.getTiddler(tiddler);\t\n\t}\n\tif(tiddler) {\n\t\treturn this.getCacheForTiddler(tiddler.fields.title,\"data\",function() {\n\t\t\t// Return the frozen value\n\t\t\tvar value = self.getTiddlerData(tiddler.fields.title,undefined);\n\t\t\t$tw.utils.deepFreeze(value);\n\t\t\treturn value;\n\t\t}) || defaultData;\n\t} else {\n\t\treturn defaultData;\n\t}\n};\n\n/*\nAlternative, uncached version of getTiddlerDataCached(). The return value can be mutated freely and reused\n*/\nexports.getTiddlerData = function(titleOrTiddler,defaultData) {\n\tvar tiddler = titleOrTiddler,\n\t\tdata;\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\ttiddler = this.getTiddler(tiddler);\t\n\t}\n\tif(tiddler && tiddler.fields.text) {\n\t\tswitch(tiddler.fields.type) {\n\t\t\tcase \"application/json\":\n\t\t\t\t// JSON tiddler\n\t\t\t\ttry {\n\t\t\t\t\tdata = JSON.parse(tiddler.fields.text);\n\t\t\t\t} catch(ex) {\n\t\t\t\t\treturn defaultData;\n\t\t\t\t}\n\t\t\t\treturn data;\n\t\t\tcase \"application/x-tiddler-dictionary\":\n\t\t\t\treturn $tw.utils.parseFields(tiddler.fields.text);\n\t\t}\n\t}\n\treturn defaultData;\n};\n\n/*\nExtract an indexed field from within a data tiddler\n*/\nexports.extractTiddlerDataItem = function(titleOrTiddler,index,defaultText) {\n\tvar data = this.getTiddlerDataCached(titleOrTiddler,Object.create(null)),\n\t\ttext;\n\tif(data && $tw.utils.hop(data,index)) {\n\t\ttext = data[index];\n\t}\n\tif(typeof text === \"string\" || typeof text === \"number\") {\n\t\treturn text.toString();\n\t} else {\n\t\treturn defaultText;\n\t}\n};\n\n/*\nSet a tiddlers content to a JavaScript object. Currently this is done by setting the tiddler's type to \"application/json\" and setting the text to the JSON text of the data.\ntitle: title of tiddler\ndata: object that can be serialised to JSON\nfields: optional hashmap of additional tiddler fields to be set\n*/\nexports.setTiddlerData = function(title,data,fields) {\n\tvar existingTiddler = this.getTiddler(title),\n\t\tnewFields = {\n\t\t\ttitle: title\n\t};\n\tif(existingTiddler && existingTiddler.fields.type === \"application/x-tiddler-dictionary\") {\n\t\tnewFields.text = $tw.utils.makeTiddlerDictionary(data);\n\t} else {\n\t\tnewFields.type = \"application/json\";\n\t\tnewFields.text = JSON.stringify(data,null,$tw.config.preferences.jsonSpaces);\n\t}\n\tthis.addTiddler(new $tw.Tiddler(this.getCreationFields(),existingTiddler,fields,newFields,this.getModificationFields()));\n};\n\n/*\nReturn the content of a tiddler as an array containing each line\n*/\nexports.getTiddlerList = function(title,field,index) {\n\tif(index) {\n\t\treturn $tw.utils.parseStringArray(this.extractTiddlerDataItem(title,index,\"\"));\n\t}\n\tfield = field || \"list\";\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\n\t\treturn ($tw.utils.parseStringArray(tiddler.fields[field]) || []).slice(0);\n\t}\n\treturn [];\n};\n\n// Return a named global cache object. Global cache objects are cleared whenever a tiddler change occurs\nexports.getGlobalCache = function(cacheName,initializer) {\n\tthis.globalCache = this.globalCache || Object.create(null);\n\tif($tw.utils.hop(this.globalCache,cacheName)) {\n\t\treturn this.globalCache[cacheName];\n\t} else {\n\t\tthis.globalCache[cacheName] = initializer();\n\t\treturn this.globalCache[cacheName];\n\t}\n};\n\nexports.clearGlobalCache = function() {\n\tthis.globalCache = Object.create(null);\n};\n\n// Return the named cache object for a tiddler. If the cache doesn't exist then the initializer function is invoked to create it\nexports.getCacheForTiddler = function(title,cacheName,initializer) {\n\tthis.caches = this.caches || Object.create(null);\n\tvar caches = this.caches[title];\n\tif(caches && caches[cacheName]) {\n\t\treturn caches[cacheName];\n\t} else {\n\t\tif(!caches) {\n\t\t\tcaches = Object.create(null);\n\t\t\tthis.caches[title] = caches;\n\t\t}\n\t\tcaches[cacheName] = initializer();\n\t\treturn caches[cacheName];\n\t}\n};\n\n// Clear all caches associated with a particular tiddler, or, if the title is null, clear all the caches for all the tiddlers\nexports.clearCache = function(title) {\n\tif(title) {\n\t\tthis.caches = this.caches || Object.create(null);\n\t\tif($tw.utils.hop(this.caches,title)) {\n\t\t\tdelete this.caches[title];\n\t\t}\n\t} else {\n\t\tthis.caches = Object.create(null);\n\t}\n};\n\nexports.initParsers = function(moduleType) {\n\t// Install the parser modules\n\t$tw.Wiki.parsers = {};\n\tvar self = this;\n\t$tw.modules.forEachModuleOfType(\"parser\",function(title,module) {\n\t\tfor(var f in module) {\n\t\t\tif($tw.utils.hop(module,f)) {\n\t\t\t\t$tw.Wiki.parsers[f] = module[f]; // Store the parser class\n\t\t\t}\n\t\t}\n\t});\n\t// Use the generic binary parser for any binary types not registered so far\n\tif($tw.Wiki.parsers[\"application/octet-stream\"]) {\n\t\tObject.keys($tw.config.contentTypeInfo).forEach(function(type) {\n\t\t\tif(!$tw.utils.hop($tw.Wiki.parsers,type) && $tw.config.contentTypeInfo[type].encoding === \"base64\") {\n\t\t\t\t$tw.Wiki.parsers[type] = $tw.Wiki.parsers[\"application/octet-stream\"];\n\t\t\t}\n\t\t});\t\t\n\t}\n};\n\n/*\nParse a block of text of a specified MIME type\n\ttype: content type of text to be parsed\n\ttext: text\n\toptions: see below\nOptions include:\n\tparseAsInline: if true, the text of the tiddler will be parsed as an inline run\n\t_canonical_uri: optional string of the canonical URI of this content\n*/\nexports.parseText = function(type,text,options) {\n\ttext = text || \"\";\n\toptions = options || {};\n\t// Select a parser\n\tvar Parser = $tw.Wiki.parsers[type];\n\tif(!Parser && $tw.utils.getFileExtensionInfo(type)) {\n\t\tParser = $tw.Wiki.parsers[$tw.utils.getFileExtensionInfo(type).type];\n\t}\n\tif(!Parser) {\n\t\tParser = $tw.Wiki.parsers[options.defaultType || \"text/vnd.tiddlywiki\"];\n\t}\n\tif(!Parser) {\n\t\treturn null;\n\t}\n\t// Return the parser instance\n\treturn new Parser(type,text,{\n\t\tparseAsInline: options.parseAsInline,\n\t\twiki: this,\n\t\t_canonical_uri: options._canonical_uri\n\t});\n};\n\n/*\nParse a tiddler according to its MIME type\n*/\nexports.parseTiddler = function(title,options) {\n\toptions = $tw.utils.extend({},options);\n\tvar cacheType = options.parseAsInline ? \"inlineParseTree\" : \"blockParseTree\",\n\t\ttiddler = this.getTiddler(title),\n\t\tself = this;\n\treturn tiddler ? this.getCacheForTiddler(title,cacheType,function() {\n\t\t\tif(tiddler.hasField(\"_canonical_uri\")) {\n\t\t\t\toptions._canonical_uri = tiddler.fields._canonical_uri;\n\t\t\t}\n\t\t\treturn self.parseText(tiddler.fields.type,tiddler.fields.text,options);\n\t\t}) : null;\n};\n\nexports.parseTextReference = function(title,field,index,options) {\n\tvar tiddler,text;\n\tif(options.subTiddler) {\n\t\ttiddler = this.getSubTiddler(title,options.subTiddler);\n\t} else {\n\t\ttiddler = this.getTiddler(title);\n\t\tif(field === \"text\" || (!field && !index)) {\n\t\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\t\treturn this.parseTiddler(title,options);\n\t\t}\n\t}\n\tif(field === \"text\" || (!field && !index)) {\n\t\tif(tiddler && tiddler.fields) {\n\t\t\treturn this.parseText(tiddler.fields.type,tiddler.fields.text,options);\t\t\t\n\t\t} else {\n\t\t\treturn null;\n\t\t}\n\t} else if(field) {\n\t\tif(field === \"title\") {\n\t\t\ttext = title;\n\t\t} else {\n\t\t\tif(!tiddler || !tiddler.hasField(field)) {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t\ttext = tiddler.fields[field];\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text.toString(),options);\n\t} else if(index) {\n\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\ttext = this.extractTiddlerDataItem(tiddler,index,undefined);\n\t\tif(text === undefined) {\n\t\t\treturn null;\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text,options);\n\t}\n};\n\n/*\nMake a widget tree for a parse tree\nparser: parser object\noptions: see below\nOptions include:\ndocument: optional document to use\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.makeWidget = function(parser,options) {\n\toptions = options || {};\n\tvar widgetNode = {\n\t\t\ttype: \"widget\",\n\t\t\tchildren: []\n\t\t},\n\t\tcurrWidgetNode = widgetNode;\n\t// Create set variable widgets for each variable\n\t$tw.utils.each(options.variables,function(value,name) {\n\t\tvar setVariableWidget = {\n\t\t\ttype: \"set\",\n\t\t\tattributes: {\n\t\t\t\tname: {type: \"string\", value: name},\n\t\t\t\tvalue: {type: \"string\", value: value}\n\t\t\t},\n\t\t\tchildren: []\n\t\t};\n\t\tcurrWidgetNode.children = [setVariableWidget];\n\t\tcurrWidgetNode = setVariableWidget;\n\t});\n\t// Add in the supplied parse tree nodes\n\tcurrWidgetNode.children = parser ? parser.tree : [];\n\t// Create the widget\n\treturn new widget.widget(widgetNode,{\n\t\twiki: this,\n\t\tdocument: options.document || $tw.fakeDocument,\n\t\tparentWidget: options.parentWidget\n\t});\n};\n\n/*\nMake a widget tree for transclusion\ntitle: target tiddler title\noptions: as for wiki.makeWidget() plus:\noptions.field: optional field to transclude (defaults to \"text\")\noptions.mode: transclusion mode \"inline\" or \"block\"\noptions.recursionMarker : optional flag to set a recursion marker, defaults to \"yes\"\noptions.children: optional array of children for the transclude widget\noptions.importVariables: optional importvariables filter string for macros to be included\noptions.importPageMacros: optional boolean; if true, equivalent to passing \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\" to options.importVariables\n*/\nexports.makeTranscludeWidget = function(title,options) {\n\toptions = options || {};\n\tvar parseTreeDiv = {tree: [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"div\",\n\t\t\tchildren: []}]},\n\t\tparseTreeImportVariables = {\n\t\t\ttype: \"importvariables\",\n\t\t\tattributes: {\n\t\t\t\tfilter: {\n\t\t\t\t\tname: \"filter\",\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tisBlock: false,\n\t\t\tchildren: []},\n\t\tparseTreeTransclude = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\trecursionMarker: {\n\t\t\t\t\tname: \"recursionMarker\",\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: options.recursionMarker || \"yes\"\n\t\t\t\t\t},\n\t\t\t\ttiddler: {\n\t\t\t\t\tname: \"tiddler\",\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title\n\t\t\t\t}\n\t\t\t},\n\t\t\tisBlock: !options.parseAsInline};\n\tif(options.importVariables || options.importPageMacros) {\n\t\tif(options.importVariables) {\n\t\t\tparseTreeImportVariables.attributes.filter.value = options.importVariables;\n\t\t} else if(options.importPageMacros) {\n\t\t\tparseTreeImportVariables.attributes.filter.value = \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\";\n\t\t}\n\t\tparseTreeDiv.tree[0].children.push(parseTreeImportVariables);\n\t\tparseTreeImportVariables.children.push(parseTreeTransclude);\n\t} else {\n\t\tparseTreeDiv.tree[0].children.push(parseTreeTransclude);\n\t}\n\tif(options.field) {\n\t\tparseTreeTransclude.attributes.field = {type: \"string\", value: options.field};\n\t}\n\tif(options.mode) {\n\t\tparseTreeTransclude.attributes.mode = {type: \"string\", value: options.mode};\n\t}\n\tif(options.children) {\n\t\tparseTreeTransclude.children = options.children;\n\t}\n\treturn this.makeWidget(parseTreeDiv,options);\n};\n\n/*\nParse text in a specified format and render it into another format\n\toutputType: content type for the output\n\ttextType: content type of the input text\n\ttext: input text\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderText = function(outputType,textType,text,options) {\n\toptions = options || {};\n\tvar parser = this.parseText(textType,text,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : container.textContent;\n};\n\n/*\nParse text from a tiddler and render it into another format\n\toutputType: content type for the output\n\ttitle: title of the tiddler to be rendered\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderTiddler = function(outputType,title,options) {\n\toptions = options || {};\n\tvar parser = this.parseTiddler(title,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : (outputType === \"text/plain-formatted\" ? container.formattedTextContent : container.textContent);\n};\n\n/*\nReturn an array of tiddler titles that match a search string\n\ttext: The text string to search for\n\toptions: see below\nOptions available:\n\tsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\n\texclude: An array of tiddler titles to exclude from the search\n\tinvert: If true returns tiddlers that do not contain the specified string\n\tcaseSensitive: If true forces a case sensitive search\n\tfield: If specified, restricts the search to the specified field, or an array of field names\n\tanchored: If true, forces all but regexp searches to be anchored to the start of text\n\texcludeField: If true, the field options are inverted to specify the fields that are not to be searched\n\tThe search mode is determined by the first of these boolean flags to be true\n\t\tliteral: searches for literal string\n\t\twhitespace: same as literal except runs of whitespace are treated as a single space\n\t\tregexp: treats the search term as a regular expression\n\t\twords: (default) treats search string as a list of tokens, and matches if all tokens are found, regardless of adjacency or ordering\n*/\nexports.search = function(text,options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tt,\n\t\tinvert = !!options.invert;\n\t// Convert the search string into a regexp for each term\n\tvar terms, searchTermsRegExps,\n\t\tflags = options.caseSensitive ? \"\" : \"i\",\n\t\tanchor = options.anchored ? \"^\" : \"\";\n\tif(options.literal) {\n\t\tif(text.length === 0) {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + anchor + $tw.utils.escapeRegExp(text) + \")\",flags)];\n\t\t}\n\t} else if(options.whitespace) {\n\t\tterms = [];\n\t\t$tw.utils.each(text.split(/\\s+/g),function(term) {\n\t\t\tif(term) {\n\t\t\t\tterms.push($tw.utils.escapeRegExp(term));\n\t\t\t}\n\t\t});\n\t\tsearchTermsRegExps = [new RegExp(\"(\" + anchor + terms.join(\"\\\\s+\") + \")\",flags)];\n\t} else if(options.regexp) {\n\t\ttry {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + text + \")\",flags)];\t\t\t\n\t\t} catch(e) {\n\t\t\tsearchTermsRegExps = null;\n\t\t\tconsole.log(\"Regexp error parsing /(\" + text + \")/\" + flags + \": \",e);\n\t\t}\n\t} else {\n\t\tterms = text.split(/ +/);\n\t\tif(terms.length === 1 && terms[0] === \"\") {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [];\n\t\t\tfor(t=0; t<terms.length; t++) {\n\t\t\t\tsearchTermsRegExps.push(new RegExp(\"(\" + anchor + $tw.utils.escapeRegExp(terms[t]) + \")\",flags));\n\t\t\t}\n\t\t}\n\t}\n\t// Accumulate the array of fields to be searched or excluded from the search\n\tvar fields = [];\n\tif(options.field) {\n\t\tif($tw.utils.isArray(options.field)) {\n\t\t\t$tw.utils.each(options.field,function(fieldName) {\n\t\t\t\tif(fieldName) {\n\t\t\t\t\tfields.push(fieldName);\t\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tfields.push(options.field);\n\t\t}\n\t}\n\t// Use default fields if none specified and we're not excluding fields (excluding fields with an empty field array is the same as searching all fields)\n\tif(fields.length === 0 && !options.excludeField) {\n\t\tfields.push(\"title\");\n\t\tfields.push(\"tags\");\n\t\tfields.push(\"text\");\n\t}\n\t// Function to check a given tiddler for the search term\n\tvar searchTiddler = function(title) {\n\t\tif(!searchTermsRegExps) {\n\t\t\treturn true;\n\t\t}\n\t\tvar notYetFound = searchTermsRegExps.slice();\n\n\t\tvar tiddler = self.getTiddler(title);\n\t\tif(!tiddler) {\n\t\t\ttiddler = new $tw.Tiddler({title: title, text: \"\", type: \"text/vnd.tiddlywiki\"});\n\t\t}\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type] || $tw.config.contentTypeInfo[\"text/vnd.tiddlywiki\"],\n\t\t\tsearchFields;\n\t\t// Get the list of fields we're searching\n\t\tif(options.excludeField) {\n\t\t\tsearchFields = Object.keys(tiddler.fields);\n\t\t\t$tw.utils.each(fields,function(fieldName) {\n\t\t\t\tvar p = searchFields.indexOf(fieldName);\n\t\t\t\tif(p !== -1) {\n\t\t\t\t\tsearchFields.splice(p,1);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsearchFields = fields;\n\t\t}\n\t\tfor(var fieldIndex=0; notYetFound.length>0 && fieldIndex<searchFields.length; fieldIndex++) {\n\t\t\t// Don't search the text field if the content type is binary\n\t\t\tvar fieldName = searchFields[fieldIndex];\n\t\t\tif(fieldName === \"text\" && contentTypeInfo.encoding !== \"utf8\") {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tvar str = tiddler.fields[fieldName],\n\t\t\t\tt;\n\t\t\tif(str) {\n\t\t\t\tif($tw.utils.isArray(str)) {\n\t\t\t\t\t// If the field value is an array, test each regexp against each field array entry and fail if each regexp doesn't match at least one field array entry\n\t\t\t\t\tfor(var s=0; s<str.length; s++) {\n\t\t\t\t\t\tfor(t=0; t<notYetFound.length;) {\n\t\t\t\t\t\t\tif(notYetFound[t].test(str[s])) {\n\t\t\t\t\t\t\t\tnotYetFound.splice(t, 1);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tt++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// If the field isn't an array, force it to a string and test each regexp against it and fail if any do not match\n\t\t\t\t\tstr = tiddler.getFieldString(fieldName);\n\t\t\t\t\tfor(t=0; t<notYetFound.length;) {\n\t\t\t\t\t\tif(notYetFound[t].test(str)) {\n\t\t\t\t\t\t\tnotYetFound.splice(t, 1);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tt++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\treturn notYetFound.length == 0;\n\t};\n\t// Loop through all the tiddlers doing the search\n\tvar results = [],\n\t\tsource = options.source || this.each;\n\tsource(function(tiddler,title) {\n\t\tif(searchTiddler(title) !== options.invert) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\t// Remove any of the results we have to exclude\n\tif(options.exclude) {\n\t\tfor(t=0; t<options.exclude.length; t++) {\n\t\t\tvar p = results.indexOf(options.exclude[t]);\n\t\t\tif(p !== -1) {\n\t\t\t\tresults.splice(p,1);\n\t\t\t}\n\t\t}\n\t}\n\treturn results;\n};\n\n/*\nTrigger a load for a tiddler if it is skinny. Returns the text, or undefined if the tiddler is missing, null if the tiddler is being lazily loaded.\n*/\nexports.getTiddlerText = function(title,defaultText) {\n\tvar tiddler = this.getTiddler(title);\n\t// Return undefined if the tiddler isn't found\n\tif(!tiddler) {\n\t\treturn defaultText;\n\t}\n\tif(!tiddler.hasField(\"_is_skinny\")) {\n\t\t// Just return the text if we've got it\n\t\treturn tiddler.fields.text || \"\";\n\t} else {\n\t\t// Tell any listeners about the need to lazily load this tiddler\n\t\tthis.dispatchEvent(\"lazyLoad\",title);\n\t\t// Indicate that the text is being loaded\n\t\treturn null;\n\t}\n};\n\n/*\nCheck whether the text of a tiddler matches a given value. By default, the comparison is case insensitive, and any spaces at either end of the tiddler text is trimmed\n*/\nexports.checkTiddlerText = function(title,targetText,options) {\n\toptions = options || {};\n\tvar text = this.getTiddlerText(title,\"\");\n\tif(!options.noTrim) {\n\t\ttext = text.trim();\n\t}\n\tif(!options.caseSensitive) {\n\t\ttext = text.toLowerCase();\n\t\ttargetText = targetText.toLowerCase();\n\t}\n\treturn text === targetText;\n}\n\n/*\nRead an array of browser File objects, invoking callback(tiddlerFieldsArray) once they're all read\n*/\nexports.readFiles = function(files,options) {\n\tvar callback;\n\tif(typeof options === \"function\") {\n\t\tcallback = options;\n\t\toptions = {};\n\t} else {\n\t\tcallback = options.callback;\n\t}\n\tvar result = [],\n\t\toutstanding = files.length,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tresult.push.apply(result,tiddlerFieldsArray);\n\t\t\tif(--outstanding === 0) {\n\t\t\t\tcallback(result);\n\t\t\t}\n\t\t};\n\tfor(var f=0; f<files.length; f++) {\n\t\tthis.readFile(files[f],$tw.utils.extend({},options,{callback: readFileCallback}));\n\t}\n\treturn files.length;\n};\n\n/*\nRead a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\n*/\nexports.readFile = function(file,options) {\n\tvar callback;\n\tif(typeof options === \"function\") {\n\t\tcallback = options;\n\t\toptions = {};\n\t} else {\n\t\tcallback = options.callback;\n\t}\n\t// Get the type, falling back to the filename extension\n\tvar self = this,\n\t\ttype = file.type;\n\tif(type === \"\" || !type) {\n\t\tvar dotPos = file.name.lastIndexOf(\".\");\n\t\tif(dotPos !== -1) {\n\t\t\tvar fileExtensionInfo = $tw.utils.getFileExtensionInfo(file.name.substr(dotPos));\n\t\t\tif(fileExtensionInfo) {\n\t\t\t\ttype = fileExtensionInfo.type;\n\t\t\t}\n\t\t}\n\t}\n\t// Figure out if we're reading a binary file\n\tvar contentTypeInfo = $tw.config.contentTypeInfo[type],\n\t\tisBinary = contentTypeInfo ? contentTypeInfo.encoding === \"base64\" : false;\n\t// Log some debugging information\n\tif($tw.log.IMPORT) {\n\t\tconsole.log(\"Importing file '\" + file.name + \"', type: '\" + type + \"', isBinary: \" + isBinary);\n\t}\n\t// Give the hook a chance to process the drag\n\tif($tw.hooks.invokeHook(\"th-importing-file\",{\n\t\tfile: file,\n\t\ttype: type,\n\t\tisBinary: isBinary,\n\t\tcallback: callback\n\t}) !== true) {\n\t\tthis.readFileContent(file,type,isBinary,options.deserializer,callback);\n\t}\n};\n\n/*\nLower level utility to read the content of a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\n*/\nexports.readFileContent = function(file,type,isBinary,deserializer,callback) {\n\tvar self = this;\n\t// Create the FileReader\n\tvar reader = new FileReader();\n\t// Onload\n\treader.onload = function(event) {\n\t\tvar text = event.target.result,\n\t\t\ttiddlerFields = {title: file.name || \"Untitled\"};\n\t\tif(isBinary) {\n\t\t\tvar commaPos = text.indexOf(\",\");\n\t\t\tif(commaPos !== -1) {\n\t\t\t\ttext = text.substr(commaPos + 1);\n\t\t\t}\n\t\t}\n\t\t// Check whether this is an encrypted TiddlyWiki file\n\t\tvar encryptedJson = $tw.utils.extractEncryptedStoreArea(text);\n\t\tif(encryptedJson) {\n\t\t\t// If so, attempt to decrypt it with the current password\n\t\t\t$tw.utils.decryptStoreAreaInteractive(encryptedJson,function(tiddlers) {\n\t\t\t\tcallback(tiddlers);\n\t\t\t});\n\t\t} else {\n\t\t\t// Otherwise, just try to deserialise any tiddlers in the file\n\t\t\tcallback(self.deserializeTiddlers(type,text,tiddlerFields,{deserializer: deserializer}));\n\t\t}\n\t};\n\t// Kick off the read\n\tif(isBinary) {\n\t\treader.readAsDataURL(file);\n\t} else {\n\t\treader.readAsText(file);\n\t}\n};\n\n/*\nFind any existing draft of a specified tiddler\n*/\nexports.findDraft = function(targetTitle) {\n\tvar draftTitle = undefined;\n\tthis.forEachTiddler({includeSystem: true},function(title,tiddler) {\n\t\tif(tiddler.fields[\"draft.title\"] && tiddler.fields[\"draft.of\"] === targetTitle) {\n\t\t\tdraftTitle = title;\n\t\t}\n\t});\n\treturn draftTitle;\n}\n\n/*\nCheck whether the specified draft tiddler has been modified.\nIf the original tiddler doesn't exist, create  a vanilla tiddler variable,\nto check if additional fields have been added.\n*/\nexports.isDraftModified = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(!tiddler.isDraft()) {\n\t\treturn false;\n\t}\n\tvar ignoredFields = [\"created\", \"modified\", \"title\", \"draft.title\", \"draft.of\"],\n\t\torigTiddler = this.getTiddler(tiddler.fields[\"draft.of\"]) || new $tw.Tiddler({text:\"\", tags:[]}),\n\t\ttitleModified = tiddler.fields[\"draft.title\"] !== tiddler.fields[\"draft.of\"];\n\treturn titleModified || !tiddler.isEqual(origTiddler,ignoredFields);\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\nhistoryTitle: title of history tiddler (defaults to $:/HistoryList)\n*/\nexports.addToHistory = function(title,fromPageRect,historyTitle) {\n\tvar story = new $tw.Story({wiki: this, historyTitle: historyTitle});\n\tstory.addToHistory(title,fromPageRect);\t\n\tconsole.log(\"$tw.wiki.addToHistory() is deprecated since V5.1.23! Use the this.story.addToHistory() from the story-object!\")\n};\n\n/*\nAdd a new tiddler to the story river\ntitle: a title string or an array of title strings\nfromTitle: the title of the tiddler from which the navigation originated\nstoryTitle: title of story tiddler (defaults to $:/StoryList)\noptions: see story.js\n*/\nexports.addToStory = function(title,fromTitle,storyTitle,options) {\n\tvar story = new $tw.Story({wiki: this, storyTitle: storyTitle});\n\tstory.addToStory(title,fromTitle,options);\n\tconsole.log(\"$tw.wiki.addToStory() is deprecated since V5.1.23! Use the this.story.addToStory() from the story-object!\")\n};\n\n/*\nGenerate a title for the draft of a given tiddler\n*/\nexports.generateDraftTitle = function(title) {\n\tvar c = 0,\n\t\tdraftTitle,\n\t\tusername = this.getTiddlerText(\"$:/status/UserName\"),\n\t\tattribution = username ? \" by \" + username : \"\";\n\tdo {\n\t\tdraftTitle = \"Draft \" + (c ? (c + 1) + \" \" : \"\") + \"of '\" + title + \"'\" + attribution;\n\t\tc++;\n\t} while(this.tiddlerExists(draftTitle));\n\treturn draftTitle;\n};\n\n/*\nInvoke the available upgrader modules\ntitles: array of tiddler titles to be processed\ntiddlers: hashmap by title of tiddler fields of pending import tiddlers. These can be modified by the upgraders. An entry with no fields indicates a tiddler that was pending import has been suppressed. When entries are added to the pending import the tiddlers hashmap may have entries that are not present in the titles array\nReturns a hashmap of messages keyed by tiddler title.\n*/\nexports.invokeUpgraders = function(titles,tiddlers) {\n\t// Collect up the available upgrader modules\n\tvar self = this;\n\tif(!this.upgraderModules) {\n\t\tthis.upgraderModules = [];\n\t\t$tw.modules.forEachModuleOfType(\"upgrader\",function(title,module) {\n\t\t\tif(module.upgrade) {\n\t\t\t\tself.upgraderModules.push(module);\n\t\t\t}\n\t\t});\n\t}\n\t// Invoke each upgrader in turn\n\tvar messages = {};\n\tfor(var t=0; t<this.upgraderModules.length; t++) {\n\t\tvar upgrader = this.upgraderModules[t],\n\t\t\tupgraderMessages = upgrader.upgrade(this,titles,tiddlers);\n\t\t$tw.utils.extend(messages,upgraderMessages);\n\t}\n\treturn messages;\n};\n\n// Determine whether a plugin by title is dynamically loadable\nexports.doesPluginRequireReload = function(title) {\n\treturn this.doesPluginInfoRequireReload(this.getPluginInfo(title) || this.getTiddlerDataCached(title));\n};\n\n// Determine whether a plugin info structure is dynamically loadable\nexports.doesPluginInfoRequireReload = function(pluginInfo) {\n\tif(pluginInfo) {\n\t\tvar foundModule = false;\n\t\t$tw.utils.each(pluginInfo.tiddlers,function(tiddler) {\n\t\t\tif(tiddler.type === \"application/javascript\" && $tw.utils.hop(tiddler,\"module-type\")) {\n\t\t\t\tfoundModule = true;\n\t\t\t}\n\t\t});\n\t\treturn foundModule;\n\t} else {\n\t\treturn null;\n\t}\n};\n\nexports.slugify = function(title,options) {\n\tvar tiddler = this.getTiddler(title),\n\t\tslug;\n\tif(tiddler && tiddler.fields.slug) {\n\t\tslug = tiddler.fields.slug;\n\t} else {\n\t\tslug = $tw.utils.transliterate(title.toString().toLowerCase()) // Replace diacritics with basic lowercase ASCII\n\t\t\t.replace(/\\s+/g,\"-\")                                       // Replace spaces with -\n\t\t\t.replace(/[^\\w\\-\\.]+/g,\"\")                                 // Remove all non-word chars except dash and dot\n\t\t\t.replace(/\\-\\-+/g,\"-\")                                     // Replace multiple - with single -\n\t\t\t.replace(/^-+/,\"\")                                         // Trim - from start of text\n\t\t\t.replace(/-+$/,\"\");                                        // Trim - from end of text\n\t}\n\t// If the resulting slug is blank (eg because the title is just punctuation characters)\n\tif(!slug) {\n\t\t// ...then just use the character codes of the title\n\t\tvar result = [];\n\t\t$tw.utils.each(title.split(\"\"),function(char) {\n\t\t\tresult.push(char.charCodeAt(0).toString());\n\t\t});\n\t\tslug = result.join(\"-\");\n\t}\n\treturn slug;\n};\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "wikimethod"
        },
        "$:/core/modules/saver-handler.js": {
            "title": "$:/core/modules/saver-handler.js",
            "text": "/*\\\ntitle: $:/core/modules/saver-handler.js\ntype: application/javascript\nmodule-type: global\n\nThe saver handler tracks changes to the store and handles saving the entire wiki via saver modules.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInstantiate the saver handler with the following options:\nwiki: wiki to be synced\ndirtyTracking: true if dirty tracking should be performed\n*/\nfunction SaverHandler(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\tthis.dirtyTracking = options.dirtyTracking;\n\tthis.preloadDirty = options.preloadDirty || [];\n\tthis.pendingAutoSave = false;\n\t// Make a logger\n\tthis.logger = new $tw.utils.Logger(\"saver-handler\");\n\t// Initialise our savers\n\tif($tw.browser) {\n\t\tthis.initSavers();\n\t}\n\t// Only do dirty tracking if required\n\tif($tw.browser && this.dirtyTracking) {\n\t\t// Compile the dirty tiddler filter\n\t\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\n\t\t// Count of changes that have not yet been saved\n\t\tvar filteredChanges = self.filterFn.call(self.wiki,function(iterator) {\n\t\t\t\t$tw.utils.each(self.preloadDirty,function(title) {\n\t\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\t\titerator(tiddler,title);\n\t\t\t\t});\n\t\t});\n\t\tthis.numChanges = filteredChanges.length;\n\t\t// Listen out for changes to tiddlers\n\t\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\t\t// Filter the changes so that we only count changes to tiddlers that we care about\n\t\t\tvar filteredChanges = self.filterFn.call(self.wiki,function(iterator) {\n\t\t\t\t$tw.utils.each(changes,function(change,title) {\n\t\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\t\titerator(tiddler,title);\n\t\t\t\t});\n\t\t\t});\n\t\t\t// Adjust the number of changes\n\t\t\tself.numChanges += filteredChanges.length;\n\t\t\tself.updateDirtyStatus();\n\t\t\t// Do any autosave if one is pending and there's no more change events\n\t\t\tif(self.pendingAutoSave && self.wiki.getSizeOfTiddlerEventQueue() === 0) {\n\t\t\t\t// Check if we're dirty\n\t\t\t\tif(self.numChanges > 0) {\n\t\t\t\t\tself.saveWiki({\n\t\t\t\t\t\tmethod: \"autosave\",\n\t\t\t\t\t\tdownloadType: \"text/plain\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tself.pendingAutoSave = false;\n\t\t\t}\n\t\t});\n\t\t// Listen for the autosave event\n\t\t$tw.rootWidget.addEventListener(\"tm-auto-save-wiki\",function(event) {\n\t\t\t// Do the autosave unless there are outstanding tiddler change events\n\t\t\tif(self.wiki.getSizeOfTiddlerEventQueue() === 0) {\n\t\t\t\t// Check if we're dirty\n\t\t\t\tif(self.numChanges > 0) {\n\t\t\t\t\tself.saveWiki({\n\t\t\t\t\t\tmethod: \"autosave\",\n\t\t\t\t\t\tdownloadType: \"text/plain\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Otherwise put ourselves in the \"pending autosave\" state and wait for the change event before we do the autosave\n\t\t\t\tself.pendingAutoSave = true;\n\t\t\t}\n\t\t});\n\t\t// Set up our beforeunload handler\n\t\t$tw.addUnloadTask(function(event) {\n\t\t\tvar confirmationMessage;\n\t\t\tif(self.isDirty()) {\n\t\t\t\tconfirmationMessage = $tw.language.getString(\"UnsavedChangesWarning\");\n\t\t\t\tevent.returnValue = confirmationMessage; // Gecko\n\t\t\t}\n\t\t\treturn confirmationMessage;\n\t\t});\n\t}\n\t// Install the save action handlers\n\tif($tw.browser) {\n\t\t$tw.rootWidget.addEventListener(\"tm-save-wiki\",function(event) {\n\t\t\tself.saveWiki({\n\t\t\t\ttemplate: event.param,\n\t\t\t\tdownloadType: \"text/plain\",\n\t\t\t\tvariables: event.paramObject\n\t\t\t});\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-download-file\",function(event) {\n\t\t\tself.saveWiki({\n\t\t\t\tmethod: \"download\",\n\t\t\t\ttemplate: event.param,\n\t\t\t\tdownloadType: \"text/plain\",\n\t\t\t\tvariables: event.paramObject\n\t\t\t});\n\t\t});\n\t}\n}\n\nSaverHandler.prototype.titleSyncFilter = \"$:/config/SaverFilter\";\nSaverHandler.prototype.titleAutoSave = \"$:/config/AutoSave\";\nSaverHandler.prototype.titleSavedNotification = \"$:/language/Notifications/Save/Done\";\n\n/*\nSelect the appropriate saver modules and set them up\n*/\nSaverHandler.prototype.initSavers = function(moduleType) {\n\tmoduleType = moduleType || \"saver\";\n\t// Instantiate the available savers\n\tthis.savers = [];\n\tvar self = this;\n\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\n\t\tif(module.canSave(self)) {\n\t\t\tself.savers.push(module.create(self.wiki));\n\t\t}\n\t});\n\t// Sort the savers into priority order\n\tthis.savers.sort(function(a,b) {\n\t\tif(a.info.priority < b.info.priority) {\n\t\t\treturn -1;\n\t\t} else {\n\t\t\tif(a.info.priority > b.info.priority) {\n\t\t\t\treturn +1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nSave the wiki contents. Options are:\n\tmethod: \"save\", \"autosave\" or \"download\"\n\ttemplate: the tiddler containing the template to save\n\tdownloadType: the content type for the saved file\n*/\nSaverHandler.prototype.saveWiki = function(options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tmethod = options.method || \"save\";\n\t// Ignore autosave if disabled\n\tif(method === \"autosave\" && ($tw.config.disableAutoSave || this.wiki.getTiddlerText(this.titleAutoSave,\"yes\") !== \"yes\")) {\n\t\treturn false;\n\t}\n\tvar\tvariables = options.variables || {},\n\t\ttemplate = options.template || \"$:/core/save/all\",\n\t\tdownloadType = options.downloadType || \"text/plain\",\n\t\ttext = this.wiki.renderTiddler(downloadType,template,options),\n\t\tcallback = function(err) {\n\t\t\tif(err) {\n\t\t\t\talert($tw.language.getString(\"Error/WhileSaving\") + \":\\n\\n\" + err);\n\t\t\t} else {\n\t\t\t\t// Clear the task queue if we're saving (rather than downloading)\n\t\t\t\tif(method !== \"download\") {\n\t\t\t\t\tself.numChanges = 0;\n\t\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t}\n\t\t\t\t$tw.notifier.display(self.titleSavedNotification);\n\t\t\t\tif(options.callback) {\n\t\t\t\t\toptions.callback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t// Call the highest priority saver that supports this method\n\tfor(var t=this.savers.length-1; t>=0; t--) {\n\t\tvar saver = this.savers[t];\n\t\tif(saver.info.capabilities.indexOf(method) !== -1 && saver.save(text,method,callback,{variables: {filename: variables.filename}})) {\n\t\t\tthis.logger.log(\"Saving wiki with method\",method,\"through saver\",saver.info.name);\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSaverHandler.prototype.isDirty = function() {\n\treturn this.numChanges > 0;\n};\n\n/*\nUpdate the document body with the class \"tc-dirty\" if the wiki has unsaved/unsynced changes\n*/\nSaverHandler.prototype.updateDirtyStatus = function() {\n\tvar self = this;\n\tif($tw.browser) {\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",this.isDirty());\n\t\t$tw.utils.each($tw.windows,function(win) {\n\t\t\t$tw.utils.toggleClass(win.document.body,\"tc-dirty\",self.isDirty());\n\t\t});\n\t}\n};\n\nexports.SaverHandler = SaverHandler;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/commands/build.js": {
            "title": "$:/core/modules/commands/build.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/build.js\ntype: application/javascript\nmodule-type: command\n\nCommand to build a build target\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"build\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\t// Get the build targets defined in the wiki\n\tvar buildTargets = $tw.boot.wikiInfo.build;\n\tif(!buildTargets) {\n\t\treturn \"No build targets defined\";\n\t}\n\t// Loop through each of the specified targets\n\tvar targets;\n\tif(this.params.length > 0) {\n\t\ttargets = this.params;\n\t} else {\n\t\ttargets = Object.keys(buildTargets);\n\t}\n\tfor(var targetIndex=0; targetIndex<targets.length; targetIndex++) {\n\t\tvar target = targets[targetIndex],\n\t\t\tcommands = buildTargets[target];\n\t\tif(!commands) {\n\t\t\treturn \"Build target '\" + target + \"' not found\";\n\t\t}\n\t\t// Add the commands to the queue\n\t\tthis.commander.addCommandTokens(commands);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/clearpassword.js": {
            "title": "$:/core/modules/commands/clearpassword.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/clearpassword.js\ntype: application/javascript\nmodule-type: command\n\nClear password for crypto operations\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"clearpassword\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\t$tw.crypto.setPassword(null);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/editions.js": {
            "title": "$:/core/modules/commands/editions.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/editions.js\ntype: application/javascript\nmodule-type: command\n\nCommand to list the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"editions\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this;\n\t// Output the list\n\tthis.commander.streams.output.write(\"Available editions:\\n\\n\");\n\tvar editionInfo = $tw.utils.getEditionInfo();\n\t$tw.utils.each(editionInfo,function(info,name) {\n\t\tself.commander.streams.output.write(\"    \" + name + \": \" + info.description + \"\\n\");\n\t});\n\tthis.commander.streams.output.write(\"\\n\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/fetch.js": {
            "title": "$:/core/modules/commands/fetch.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/fetch.js\ntype: application/javascript\nmodule-type: command\n\nCommands to fetch external tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"fetch\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing subcommand and url\";\n\t}\n\tswitch(this.params[0]) {\n\t\tcase \"raw-file\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\traw: true,\n\t\t\t\turl: this.params[1],\n\t\t\t\ttransformFilter: this.params[2] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"file\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\turl: this.params[1],\n\t\t\t\timportFilter: this.params[2],\n\t\t\t\ttransformFilter: this.params[3] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"raw-files\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\traw: true,\n\t\t\t\turlFilter: this.params[1],\n\t\t\t\ttransformFilter: this.params[2] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"files\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\turlFilter: this.params[1],\n\t\t\t\timportFilter: this.params[2],\n\t\t\t\ttransformFilter: this.params[3] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t}\n\treturn null;\n};\n\nCommand.prototype.fetchFiles = function(options) {\n\tvar self = this;\n\t// Get the list of URLs\n\tvar urls;\n\tif(options.url) {\n\t\turls = [options.url]\n\t} else if(options.urlFilter) {\n\t\turls = this.commander.wiki.filterTiddlers(options.urlFilter);\n\t} else {\n\t\treturn \"Missing URL\";\n\t}\n\t// Process each URL in turn\n\tvar next = 0;\n\tvar getNextFile = function(err) {\n\t\tif(err) {\n\t\t\treturn options.callback(err);\n\t\t}\n\t\tif(next < urls.length) {\n\t\t\tself.fetchFile(urls[next++],options,getNextFile);\n\t\t} else {\n\t\t\toptions.callback(null);\n\t\t}\n\t};\n\tgetNextFile(null);\n\t// Success\n\treturn null;\n};\n\nCommand.prototype.fetchFile = function(url,options,callback,redirectCount) {\n\tif(redirectCount > 10) {\n\t\treturn callback(\"Error too many redirects retrieving \" + url);\n\t}\n\tvar self = this,\n\t\tlib = url.substr(0,8) === \"https://\" ? require(\"https\") : require(\"http\");\n\tlib.get(url).on(\"response\",function(response) {\n\t    var type = (response.headers[\"content-type\"] || \"\").split(\";\")[0],\n\t    \tdata = [];\n\t    self.commander.write(\"Reading \" + url + \": \");\n\t    response.on(\"data\",function(chunk) {\n\t        data.push(chunk);\n\t        self.commander.write(\".\");\n\t    });\n\t    response.on(\"end\",function() {\n\t        self.commander.write(\"\\n\");\n\t        if(response.statusCode === 200) {\n\t\t        self.processBody(Buffer.concat(data),type,options,url);\n\t\t        callback(null);\n\t        } else {\n\t        \tif(response.statusCode === 302 || response.statusCode === 303 || response.statusCode === 307) {\n\t        \t\treturn self.fetchFile(response.headers.location,options,callback,redirectCount + 1);\n\t        \t} else {\n\t\t        \treturn callback(\"Error \" + response.statusCode + \" retrieving \" + url)\t        \t\t\n\t        \t}\n\t        }\n\t   \t});\n\t   \tresponse.on(\"error\",function(e) {\n\t\t\tconsole.log(\"Error on GET request: \" + e);\n\t\t\tcallback(e);\n\t   \t});\n\t});\n\treturn null;\n};\n\nCommand.prototype.processBody = function(body,type,options,url) {\n\tvar self = this;\n\t// Collect the tiddlers in a wiki\n\tvar incomingWiki = new $tw.Wiki();\n\tif(options.raw) {\n\t\tvar typeInfo = type ? $tw.config.contentTypeInfo[type] : null,\n\t\t\tencoding = typeInfo ? typeInfo.encoding : \"utf8\";\n\t\tincomingWiki.addTiddler(new $tw.Tiddler({\n\t\t\ttitle: url,\n\t\t\ttype: type,\n\t\t\ttext: body.toString(encoding)\n\t\t}));\n\t} else {\n\t\t// Deserialise the file to extract the tiddlers\n\t\tvar tiddlers = this.commander.wiki.deserializeTiddlers(type || \"text/html\",body.toString(\"utf8\"),{});\n\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\tincomingWiki.addTiddler(new $tw.Tiddler(tiddler));\n\t\t});\n\t}\n\t// Filter the tiddlers to select the ones we want\n\tvar filteredTitles = incomingWiki.filterTiddlers(options.importFilter || \"[all[tiddlers]]\");\n\t// Import the selected tiddlers\n\tvar count = 0;\n\tincomingWiki.each(function(tiddler,title) {\n\t\tif(filteredTitles.indexOf(title) !== -1) {\n\t\t\tvar newTiddler;\n\t\t\tif(options.transformFilter) {\n\t\t\t\tvar transformedTitle = (incomingWiki.filterTiddlers(options.transformFilter,null,self.commander.wiki.makeTiddlerIterator([title])) || [\"\"])[0];\n\t\t\t\tif(transformedTitle) {\n\t\t\t\t\tself.commander.log(\"Importing \" + title + \" as \" + transformedTitle)\n\t\t\t\t\tnewTiddler = new $tw.Tiddler(tiddler,{title: transformedTitle});\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tself.commander.log(\"Importing \" + title)\n\t\t\t\tnewTiddler = tiddler;\n\t\t\t}\n\t\t\tself.commander.wiki.importTiddler(newTiddler);\n\t\t\tcount++;\n\t\t}\n\t});\n\tself.commander.log(\"Imported \" + count + \" tiddlers\")\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/help.js": {
            "title": "$:/core/modules/commands/help.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/help.js\ntype: application/javascript\nmodule-type: command\n\nHelp command\n\n\\*/\n(function(){\n\n/*jshint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"help\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar subhelp = this.params[0] || \"default\",\n\t\thelpBase = \"$:/language/Help/\",\n\t\ttext;\n\tif(!this.commander.wiki.getTiddler(helpBase + subhelp)) {\n\t\tsubhelp = \"notfound\";\n\t}\n\t// Wikify the help as formatted text (ie block elements generate newlines)\n\ttext = this.commander.wiki.renderTiddler(\"text/plain-formatted\",helpBase + subhelp);\n\t// Remove any leading linebreaks\n\ttext = text.replace(/^(\\r?\\n)*/g,\"\");\n\tthis.commander.streams.output.write(text);\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/init.js": {
            "title": "$:/core/modules/commands/init.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/init.js\ntype: application/javascript\nmodule-type: command\n\nCommand to initialise an empty wiki folder\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"init\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar fs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\t// Check that we don't already have a valid wiki folder\n\tif($tw.boot.wikiTiddlersPath || ($tw.utils.isDirectory($tw.boot.wikiPath) && !$tw.utils.isDirectoryEmpty($tw.boot.wikiPath))) {\n\t\treturn \"Wiki folder is not empty\";\n\t}\n\t// Loop through each of the specified editions\n\tvar editions = this.params.length > 0 ? this.params : [\"empty\"];\n\tfor(var editionIndex=0; editionIndex<editions.length; editionIndex++) {\n\t\tvar editionName = editions[editionIndex];\n\t\t// Check the edition exists\n\t\tvar editionPath = $tw.findLibraryItem(editionName,$tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar));\n\t\tif(!$tw.utils.isDirectory(editionPath)) {\n\t\t\treturn \"Edition '\" + editionName + \"' not found\";\n\t\t}\n\t\t// Copy the edition content\n\t\tvar err = $tw.utils.copyDirectory(editionPath,$tw.boot.wikiPath);\n\t\tif(!err) {\n\t\t\tthis.commander.streams.output.write(\"Copied edition '\" + editionName + \"' to \" + $tw.boot.wikiPath + \"\\n\");\n\t\t} else {\n\t\t\treturn err;\n\t\t}\n\t}\n\t// Tweak the tiddlywiki.info to remove any included wikis\n\tvar packagePath = $tw.boot.wikiPath + \"/tiddlywiki.info\",\n\t\tpackageJson = JSON.parse(fs.readFileSync(packagePath));\n\tdelete packageJson.includeWikis;\n\tfs.writeFileSync(packagePath,JSON.stringify(packageJson,null,$tw.config.preferences.jsonSpaces));\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/deletetiddlers.js": {
            "title": "$:/core/modules/commands/deletetiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/deletetiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to delete tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"deletetiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filter\";\n\t}\n\tvar self = this,\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\twiki.deleteTiddler(title);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/load.js": {
            "title": "$:/core/modules/commands/load.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/load.js\ntype: application/javascript\nmodule-type: command\n\nCommand to load tiddlers from a file or directory\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"load\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar tiddlers = $tw.loadTiddlersFromPath(self.params[0]),\n\t\tcount = 0;\n\t$tw.utils.each(tiddlers,function(tiddlerInfo) {\n\t\t$tw.utils.each(tiddlerInfo.tiddlers,function(tiddler) {\n\t\t\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddler));\n\t\t\tcount++;\n\t\t});\n\t});\n\tif(!count && self.params[1] !== \"noerror\") {\n\t\tself.callback(\"No tiddlers found in file \\\"\" + self.params[0] + \"\\\"\");\n\t} else {\n\t\tself.callback(null);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/makelibrary.js": {
            "title": "$:/core/modules/commands/makelibrary.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/makelibrary.js\ntype: application/javascript\nmodule-type: command\n\nCommand to pack all of the plugins in the library into a plugin tiddler of type \"library\"\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"makelibrary\",\n\tsynchronous: true\n};\n\nvar UPGRADE_LIBRARY_TITLE = \"$:/UpgradeLibrary\";\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar wiki = this.commander.wiki,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tupgradeLibraryTitle = this.params[0] || UPGRADE_LIBRARY_TITLE,\n\t\ttiddlers = {};\n\t// Collect up the library plugins\n\tvar collectPlugins = function(folder) {\n\t\t\tvar pluginFolders = $tw.utils.getSubdirectories(folder) || [];\n\t\t\tfor(var p=0; p<pluginFolders.length; p++) {\n\t\t\t\tif(!$tw.boot.excludeRegExp.test(pluginFolders[p])) {\n\t\t\t\t\tpluginFields = $tw.loadPluginFolder(path.resolve(folder,\"./\" + pluginFolders[p]));\n\t\t\t\t\tif(pluginFields && pluginFields.title) {\n\t\t\t\t\t\ttiddlers[pluginFields.title] = pluginFields;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tcollectPublisherPlugins = function(folder) {\n\t\t\tvar publisherFolders = $tw.utils.getSubdirectories(folder) || [];\n\t\t\tfor(var t=0; t<publisherFolders.length; t++) {\n\t\t\t\tif(!$tw.boot.excludeRegExp.test(publisherFolders[t])) {\n\t\t\t\t\tcollectPlugins(path.resolve(folder,\"./\" + publisherFolders[t]));\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t$tw.utils.each($tw.getLibraryItemSearchPaths($tw.config.pluginsPath,$tw.config.pluginsEnvVar),collectPublisherPlugins);\n\t$tw.utils.each($tw.getLibraryItemSearchPaths($tw.config.themesPath,$tw.config.themesEnvVar),collectPublisherPlugins);\n\t$tw.utils.each($tw.getLibraryItemSearchPaths($tw.config.languagesPath,$tw.config.languagesEnvVar),collectPlugins);\n\t// Save the upgrade library tiddler\n\tvar pluginFields = {\n\t\ttitle: upgradeLibraryTitle,\n\t\ttype: \"application/json\",\n\t\t\"plugin-type\": \"library\",\n\t\t\"text\": JSON.stringify({tiddlers: tiddlers})\n\t};\n\twiki.addTiddler(new $tw.Tiddler(pluginFields));\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/output.js": {
            "title": "$:/core/modules/commands/output.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/output.js\ntype: application/javascript\nmodule-type: command\n\nCommand to set the default output location (defaults to current working directory)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"output\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar fs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 1) {\n\t\treturn \"Missing output path\";\n\t}\n\tthis.commander.outputPath = path.resolve(process.cwd(),this.params[0]);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/render.js": {
            "title": "$:/core/modules/commands/render.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/render.js\ntype: application/javascript\nmodule-type: command\n\nRender individual tiddlers and save the results to the specified files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"render\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing tiddler filter\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\ttiddlerFilter = this.params[0],\n\t\tfilenameFilter = this.params[1] || \"[is[tiddler]addsuffix[.html]]\",\n\t\ttype = this.params[2] || \"text/html\",\n\t\ttemplate = this.params[3],\n\t\tvarName = this.params[4],\n\t\tvarValue = this.params[5],\n\t\ttiddlers = wiki.filterTiddlers(tiddlerFilter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(template || title),\n\t\t\tvariables = {currentTiddler: title};\n\t\tif(varName) {\n\t\t\tvariables[varName] = varValue || \"\";\n\t\t}\n\t\tvar widgetNode = wiki.makeWidget(parser,{variables: variables}),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\tvar text = type === \"text/html\" ? container.innerHTML : container.textContent,\n\t\t\tfilepath = path.resolve(self.commander.outputPath,wiki.filterTiddlers(filenameFilter,$tw.rootWidget,wiki.makeTiddlerIterator([title]))[0]);\n\t\tif(self.commander.verbose) {\n\t\t\tconsole.log(\"Rendering \\\"\" + title + \"\\\" to \\\"\" + filepath + \"\\\"\");\n\t\t}\n\t\t$tw.utils.createFileDirectories(filepath);\n\t\tfs.writeFileSync(filepath,text,\"utf8\");\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/password.js": {
            "title": "$:/core/modules/commands/password.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/password.js\ntype: application/javascript\nmodule-type: command\n\nSave password for crypto operations\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"password\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing password\";\n\t}\n\t$tw.crypto.setPassword(this.params[0]);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/rendertiddlers.js": {
            "title": "$:/core/modules/commands/rendertiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/rendertiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to render several tiddlers to a folder of files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"rendertiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\ttemplate = this.params[1],\n\t\toutputPath = this.commander.outputPath,\n\t\tpathname = path.resolve(outputPath,this.params[2]),\t\t\n\t\ttype = this.params[3] || \"text/html\",\n\t\textension = this.params[4] || \".html\",\n\t\tdeleteDirectory = (this.params[5] || \"\").toLowerCase() !== \"noclean\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\tif(deleteDirectory) {\n\t\t$tw.utils.deleteDirectory(pathname);\n\t}\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(template),\n\t\t\twidgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}}),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\tvar text = type === \"text/html\" ? container.innerHTML : container.textContent,\n\t\t\texportPath = null;\n\t\tif($tw.utils.hop($tw.macros,\"tv-get-export-path\")) {\n\t\t\tvar macroPath = $tw.macros[\"tv-get-export-path\"].run.apply(self,[title]);\n\t\t\tif(macroPath) {\n\t\t\t\texportPath = path.resolve(outputPath,macroPath + extension);\n\t\t\t}\n\t\t}\n\t\tvar finalPath = exportPath || path.resolve(pathname,encodeURIComponent(title) + extension);\n\t\t$tw.utils.createFileDirectories(finalPath);\n\t\tfs.writeFileSync(finalPath,text,\"utf8\");\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/save.js": {
            "title": "$:/core/modules/commands/save.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/save.js\ntype: application/javascript\nmodule-type: command\n\nSaves individual tiddlers in their raw text or binary format to the specified files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"save\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename filter\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\ttiddlerFilter = this.params[0],\n\t\tfilenameFilter = this.params[1] || \"[is[tiddler]]\",\n\t\ttiddlers = wiki.filterTiddlers(tiddlerFilter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.commander.wiki.getTiddler(title),\n\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"},\n\t\t\tfilepath = path.resolve(self.commander.outputPath,wiki.filterTiddlers(filenameFilter,$tw.rootWidget,wiki.makeTiddlerIterator([title]))[0]);\n\t\tif(self.commander.verbose) {\n\t\t\tconsole.log(\"Saving \\\"\" + title + \"\\\" to \\\"\" + filepath + \"\\\"\");\n\t\t}\n\t\t$tw.utils.createFileDirectories(filepath);\n\t\tfs.writeFileSync(filepath,tiddler.fields.text,contentTypeInfo.encoding);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/rendertiddler.js": {
            "title": "$:/core/modules/commands/rendertiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/rendertiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to render a tiddler and save it to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"rendertiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\ttitle = this.params[0],\n\t\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttype = this.params[2] || \"text/html\",\n\t\ttemplate = this.params[3],\n\t\tname = this.params[4],\n\t\tvalue = this.params[5],\n\t\tvariables = {};\n\t$tw.utils.createFileDirectories(filename);\n\tif(template) {\n\t\tvariables.currentTiddler = title;\n\t\ttitle = template;\n\t}\n\tif(name && value) {\n\t\tvariables[name] = value;\n\t}\n\tfs.writeFile(filename,this.commander.wiki.renderTiddler(type,title,{variables: variables}),\"utf8\",function(err) {\n\t\tself.callback(err);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/savelibrarytiddlers.js": {
            "title": "$:/core/modules/commands/savelibrarytiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/savelibrarytiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the subtiddlers of a bundle tiddler as a series of JSON files\n\n--savelibrarytiddlers <tiddler> <tiddler-filter> <pathname> <skinnylisting>\n\nThe tiddler identifies the bundle tiddler that contains the subtiddlers.\n\nThe tiddler filter specifies the plugins to be included.\n\nThe pathname specifies the pathname to the folder in which the JSON files should be saved. The filename is the URL encoded title of the subtiddler.\n\nThe skinnylisting specifies the title of the tiddler to which a JSON catalogue of the subtiddlers will be saved. The JSON file contains the same data as the bundle tiddler but with the `text` field removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savelibrarytiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tcontainerTitle = this.params[0],\n\t\tfilter = this.params[1],\n\t\tbasepath = this.params[2],\n\t\tskinnyListTitle = this.params[3];\n\t// Get the container tiddler as data\n\tvar containerData = self.commander.wiki.getTiddlerDataCached(containerTitle,undefined);\n\tif(!containerData) {\n\t\treturn \"'\" + containerTitle + \"' is not a tiddler bundle\";\n\t}\n\t// Filter the list of plugins\n\tvar pluginList = [];\n\t$tw.utils.each(containerData.tiddlers,function(tiddler,title) {\n\t\tpluginList.push(title);\n\t});\n\tvar filteredPluginList;\n\tif(filter) {\n\t\tfilteredPluginList = self.commander.wiki.filterTiddlers(filter,null,self.commander.wiki.makeTiddlerIterator(pluginList));\n\t} else {\n\t\tfilteredPluginList = pluginList;\n\t}\n\t// Iterate through the plugins\n\tvar skinnyList = [];\n\t$tw.utils.each(filteredPluginList,function(title) {\n\t\tvar tiddler = containerData.tiddlers[title];\n\t\t// Save each JSON file and collect the skinny data\n\t\tvar pathname = path.resolve(self.commander.outputPath,basepath + encodeURIComponent(title) + \".json\");\n\t\t$tw.utils.createFileDirectories(pathname);\n\t\tfs.writeFileSync(pathname,JSON.stringify(tiddler),\"utf8\");\n\t\t// Collect the skinny list data\n\t\tvar pluginTiddlers = JSON.parse(tiddler.text),\n\t\t\treadmeContent = (pluginTiddlers.tiddlers[title + \"/readme\"] || {}).text,\n\t\t\tdoesRequireReload = !!self.commander.wiki.doesPluginInfoRequireReload(pluginTiddlers),\n\t\t\ticonTiddler = pluginTiddlers.tiddlers[title + \"/icon\"] || {},\n\t\t\ticonType = iconTiddler.type,\n\t\t\ticonText = iconTiddler.text,\n\t\t\ticonContent;\n\t\tif(iconType && iconText) {\n\t\t\ticonContent = $tw.utils.makeDataUri(iconText,iconType);\n\t\t}\n\t\tskinnyList.push($tw.utils.extend({},tiddler,{\n\t\t\ttext: undefined,\n\t\t\treadme: readmeContent,\n\t\t\t\"requires-reload\": doesRequireReload ? \"yes\" : \"no\",\n\t\t\ticon: iconContent\n\t\t}));\n\t});\n\t// Save the catalogue tiddler\n\tif(skinnyListTitle) {\n\t\tself.commander.wiki.setTiddlerData(skinnyListTitle,skinnyList);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/savetiddler.js": {
            "title": "$:/core/modules/commands/savetiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/savetiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the content of a tiddler to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savetiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\ttitle = this.params[0],\n\t\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttiddler = this.commander.wiki.getTiddler(title);\n\tif(tiddler) {\n\t\tvar type = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"};\n\t\t$tw.utils.createFileDirectories(filename);\n\t\tfs.writeFile(filename,tiddler.fields.text,contentTypeInfo.encoding,function(err) {\n\t\t\tself.callback(err);\n\t\t});\n\t} else {\n\t\treturn \"Missing tiddler: \" + title;\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/savewikifolder.js": {
            "title": "$:/core/modules/commands/savewikifolder.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/savewikifolder.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the current wiki as a wiki folder\n\n--savewikifolder <wikifolderpath> [<filter>]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savewikifolder\",\n\tsynchronous: true\n};\n\nvar fs,path;\nif($tw.node) {\n\tfs = require(\"fs\");\n\tpath = require(\"path\");\n}\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing wiki folder path\";\n\t}\n\tvar wikifoldermaker = new WikiFolderMaker(this.params[0],this.params[1],this.commander);\n\treturn wikifoldermaker.save();\n};\n\nfunction WikiFolderMaker(wikiFolderPath,wikiFilter,commander) {\n\tthis.wikiFolderPath = wikiFolderPath;\n\tthis.wikiFilter = wikiFilter || \"[all[tiddlers]]\";\n\tthis.commander = commander;\n\tthis.wiki = commander.wiki;\n\tthis.savedPaths = []; // So that we can detect filename clashes\n}\n\nWikiFolderMaker.prototype.log = function(str) {\n\tif(this.commander.verbose) {\n\t\tconsole.log(str);\n\t}\n};\n\nWikiFolderMaker.prototype.tiddlersToIgnore = [\n\t\"$:/boot/boot.css\",\n\t\"$:/boot/boot.js\",\n\t\"$:/boot/bootprefix.js\",\n\t\"$:/core\",\n\t\"$:/library/sjcl.js\",\n\t\"$:/temp/info-plugin\"\n];\n\n/*\nReturns null if successful, or an error string if there was an error\n*/\nWikiFolderMaker.prototype.save = function() {\n\tvar self = this;\n\t// Check that the output directory doesn't exist\n\tif(fs.existsSync(this.wikiFolderPath) && !$tw.utils.isDirectoryEmpty(this.wikiFolderPath)) {\n\t\treturn \"The unpackwiki command requires that the output wiki folder be empty\";\n\t}\n\t// Get the tiddlers from the source wiki\n\tvar tiddlerTitles = this.wiki.filterTiddlers(this.wikiFilter);\n\t// Initialise a new tiddlwiki.info file\n\tvar newWikiInfo = {};\n\t// Process each incoming tiddler in turn\n\t$tw.utils.each(tiddlerTitles,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\tif(tiddler) {\n\t\t\tif(self.tiddlersToIgnore.indexOf(title) !== -1) {\n\t\t\t\t// Ignore the core plugin and the ephemeral info plugin\n\t\t\t\tself.log(\"Ignoring tiddler: \" + title);\n\t\t\t} else {\n\t\t\t\tvar type = tiddler.fields.type,\n\t\t\t\t\tpluginType = tiddler.fields[\"plugin-type\"];\n\t\t\t\tif(type === \"application/json\" && pluginType) {\n\t\t\t\t\t// Plugin tiddler\n\t\t\t\t\tvar libraryDetails = self.findPluginInLibrary(title);\n\t\t\t\t\tif(libraryDetails) {\n\t\t\t\t\t\t// A plugin from the core library\n\t\t\t\t\t\tself.log(\"Adding built-in plugin: \" + libraryDetails.name);\n\t\t\t\t\t\tnewWikiInfo[libraryDetails.type] = newWikiInfo[libraryDetails.type]  || [];\n\t\t\t\t\t\t$tw.utils.pushTop(newWikiInfo[libraryDetails.type],libraryDetails.name);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// A custom plugin\n\t\t\t\t\t\tself.log(\"Processing custom plugin: \" + title);\n\t\t\t\t\t\tself.saveCustomPlugin(tiddler);\n\t\t\t\t\t}\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\t// Ordinary tiddler\n\t\t\t\t\tself.saveTiddler(\"tiddlers\",tiddler);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\t// Save the tiddlywiki.info file\n\tthis.saveJSONFile(\"tiddlywiki.info\",newWikiInfo);\n\tself.log(\"Writing tiddlywiki.info: \" + JSON.stringify(newWikiInfo,null,$tw.config.preferences.jsonSpaces));\n\treturn null;\n};\n\n/*\nTest whether the specified tiddler is a plugin in the plugin library\n*/\nWikiFolderMaker.prototype.findPluginInLibrary = function(title) {\n\tvar parts = title.split(\"/\"),\n\t\tpluginPath, type, name;\n\tif(parts[0] === \"$:\") {\n\t\tif(parts[1] === \"languages\" && parts.length === 3) {\n\t\t\tpluginPath = \"languages\" + path.sep + parts[2];\n\t\t\ttype = parts[1];\n\t\t\tname = parts[2];\n\t\t} else if(parts[1] === \"plugins\" || parts[1] === \"themes\" && parts.length === 4) {\n\t\t\tpluginPath = parts[1] + path.sep + parts[2] + path.sep + parts[3];\n\t\t\ttype = parts[1];\n\t\t\tname = parts[2] + \"/\" + parts[3];\n\t\t}\n\t}\n\tif(pluginPath && type && name) {\n\t\tpluginPath = path.resolve($tw.boot.bootPath,\"..\",pluginPath);\n\t\tif(fs.existsSync(pluginPath)) {\n\t\t\treturn {\n\t\t\t\tpluginPath: pluginPath,\n\t\t\t\ttype: type,\n\t\t\t\tname: name\n\t\t\t};\n\t\t}\n\t}\n\treturn false;\n};\n\nWikiFolderMaker.prototype.saveCustomPlugin = function(pluginTiddler) {\n\tvar self = this,\n\t\tpluginTitle = pluginTiddler.fields.title,\n\t\ttitleParts = pluginTitle.split(\"/\"),\n\t\tdirectory = $tw.utils.generateTiddlerFilepath(titleParts[titleParts.length - 1],{\n\t\t\tdirectory: path.resolve(this.wikiFolderPath,pluginTiddler.fields[\"plugin-type\"] + \"s\")\n\t\t}),\n\t\tpluginInfo = pluginTiddler.getFieldStrings({exclude: [\"text\",\"type\"]});\n\tthis.saveJSONFile(directory + path.sep + \"plugin.info\",pluginInfo);\n\tself.log(\"Writing \" + directory + path.sep + \"plugin.info: \" + JSON.stringify(pluginInfo,null,$tw.config.preferences.jsonSpaces));\n\tvar pluginTiddlers = JSON.parse(pluginTiddler.fields.text).tiddlers; // A hashmap of tiddlers in the plugin\n\t$tw.utils.each(pluginTiddlers,function(tiddler) {\n\t\tself.saveTiddler(directory,new $tw.Tiddler(tiddler));\n\t});\n};\n\nWikiFolderMaker.prototype.saveTiddler = function(directory,tiddler) {\n\tvar fileInfo = $tw.utils.generateTiddlerFileInfo(tiddler,{\n\t\tdirectory: path.resolve(this.wikiFolderPath,directory),\n\t\twiki: this.wiki\n\t});\n\t$tw.utils.saveTiddlerToFileSync(tiddler,fileInfo);\n};\n\nWikiFolderMaker.prototype.saveJSONFile = function(filename,json) {\n\tthis.saveTextFile(filename,JSON.stringify(json,null,$tw.config.preferences.jsonSpaces));\n};\n\nWikiFolderMaker.prototype.saveTextFile = function(filename,data) {\n\tthis.saveFile(filename,\"utf8\",data);\n};\n\nWikiFolderMaker.prototype.saveFile = function(filename,encoding,data) {\n\tvar filepath = path.resolve(this.wikiFolderPath,filename);\n\t$tw.utils.createFileDirectories(filepath);\n\tfs.writeFileSync(filepath,data,encoding);\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/import.js": {
            "title": "$:/core/modules/commands/import.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/import.js\ntype: application/javascript\nmodule-type: command\n\nCommand to import tiddlers from a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"import\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 2) {\n\t\treturn \"Missing parameters\";\n\t}\n\tvar filename = self.params[0],\n\t\tdeserializer = self.params[1],\n\t\ttitle = self.params[2] || filename,\n\t\tencoding = self.params[3] || \"utf8\",\n\t\ttext = fs.readFileSync(filename,encoding),\n\t\ttiddlers = this.commander.wiki.deserializeTiddlers(null,text,{title: title},{deserializer: deserializer});\n\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddler));\n\t});\n\tthis.commander.log(tiddlers.length + \" tiddler(s) imported\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/listen.js": {
            "title": "$:/core/modules/commands/listen.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/listen.js\ntype: application/javascript\nmodule-type: command\n\nListen for HTTP requests and serve tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Server = require(\"$:/core/modules/server/server.js\").Server;\n\nexports.info = {\n\tname: \"listen\",\n\tsynchronous: true,\n\tnamedParameterMode: true,\n\tmandatoryParameters: [],\n};\n\nvar Command = function(params,commander,callback) {\n\tvar self = this;\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this;\n\tif(!$tw.boot.wikiTiddlersPath) {\n\t\t$tw.utils.warning(\"Warning: Wiki folder '\" + $tw.boot.wikiPath + \"' does not exist or is missing a tiddlywiki.info file\");\n\t}\n\t// Set up server\n\tthis.server = new Server({\n\t\twiki: this.commander.wiki,\n\t\tvariables: self.params\n\t});\n\tvar nodeServer = this.server.listen();\n\t$tw.hooks.invokeHook(\"th-server-command-post-start\",this.server,nodeServer,\"tiddlywiki\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/server.js": {
            "title": "$:/core/modules/commands/server.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/server.js\ntype: application/javascript\nmodule-type: command\n\nDeprecated legacy command for serving tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Server = require(\"$:/core/modules/server/server.js\").Server;\n\nexports.info = {\n\tname: \"server\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tvar self = this;\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(!$tw.boot.wikiTiddlersPath) {\n\t\t$tw.utils.warning(\"Warning: Wiki folder '\" + $tw.boot.wikiPath + \"' does not exist or is missing a tiddlywiki.info file\");\n\t}\n\t// Set up server\n\tthis.server = new Server({\n\t\twiki: this.commander.wiki,\n\t\tvariables: {\n\t\t\tport: this.params[0],\n\t\t\thost: this.params[6],\n\t\t\t\"root-tiddler\": this.params[1],\n\t\t\t\"root-render-type\": this.params[2],\n\t\t\t\"root-serve-type\": this.params[3],\n\t\t\tusername: this.params[4],\n\t\t\tpassword: this.params[5],\n\t\t\t\"path-prefix\": this.params[7],\n\t\t\t\"debug-level\": this.params[8]\n\t\t}\n\t});\n\tvar nodeServer = this.server.listen();\n\t$tw.hooks.invokeHook(\"th-server-command-post-start\",this.server,nodeServer,\"tiddlywiki\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/setfield.js": {
            "title": "$:/core/modules/commands/setfield.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/setfield.js\ntype: application/javascript\nmodule-type: command\n\nCommand to modify selected tiddlers to set a field to the text of a template tiddler that has been wikified with the selected tiddler as the current tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"setfield\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 4) {\n\t\treturn \"Missing parameters\";\n\t}\n\tvar self = this,\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\tfieldname = this.params[1] || \"text\",\n\t\ttemplatetitle = this.params[2],\n\t\trendertype = this.params[3] || \"text/plain\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(templatetitle),\n\t\t\tnewFields = {},\n\t\t\ttiddler = wiki.getTiddler(title);\n\t\tif(parser) {\n\t\t\tvar widgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}});\n\t\t\tvar container = $tw.fakeDocument.createElement(\"div\");\n\t\t\twidgetNode.render(container,null);\n\t\t\tnewFields[fieldname] = rendertype === \"text/html\" ? container.innerHTML : container.textContent;\n\t\t} else {\n\t\t\tnewFields[fieldname] = undefined;\n\t\t}\n\t\twiki.addTiddler(new $tw.Tiddler(tiddler,newFields));\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/unpackplugin.js": {
            "title": "$:/core/modules/commands/unpackplugin.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/unpackplugin.js\ntype: application/javascript\nmodule-type: command\n\nCommand to extract the shadow tiddlers from within a plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"unpackplugin\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing plugin name\";\n\t}\n\tvar self = this,\n\t\ttitle = this.params[0],\n\t\tpluginData = this.commander.wiki.getTiddlerDataCached(title);\n\tif(!pluginData) {\n\t\treturn \"Plugin '\" + title + \"' not found\";\n\t}\n\t$tw.utils.each(pluginData.tiddlers,function(tiddler) {\n\t\tself.commander.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/version.js": {
            "title": "$:/core/modules/commands/version.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/version.js\ntype: application/javascript\nmodule-type: command\n\nVersion command\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"version\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tthis.commander.streams.output.write($tw.version + \"\\n\");\n\treturn null; // No error\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/verbose.js": {
            "title": "$:/core/modules/commands/verbose.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/verbose.js\ntype: application/javascript\nmodule-type: command\n\nVerbose command\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"verbose\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tthis.commander.verbose = true;\n\t// Output the boot message log\n\tthis.commander.streams.output.write(\"Boot log:\\n  \" + $tw.boot.logMessages.join(\"\\n  \") + \"\\n\");\n\treturn null; // No error\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/savetiddlers.js": {
            "title": "$:/core/modules/commands/savetiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/savetiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save several tiddlers to a folder of files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"savetiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\tpathname = path.resolve(this.commander.outputPath,this.params[1]),\n\t\tdeleteDirectory = (this.params[2] || \"\").toLowerCase() !== \"noclean\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\tif(deleteDirectory) {\n\t\t$tw.utils.deleteDirectory(pathname);\n\t}\n\t$tw.utils.createDirectory(pathname);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.commander.wiki.getTiddler(title),\n\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"},\n\t\t\tfilename = path.resolve(pathname,encodeURIComponent(title));\n\t\tfs.writeFileSync(filename,tiddler.fields.text,contentTypeInfo.encoding);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/filterrunprefixes/and.js": {
            "title": "$:/core/modules/filterrunprefixes/and.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/and.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nIntersection of sets.\nEquivalent to + filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.and = function(operationSubFunction,options) {\n\treturn function(results,source,widget) {\n\t\t// This replaces all the elements of the array, but keeps the actual array so that references to it are preserved\n\t\tsource = options.wiki.makeTiddlerIterator(results.toArray());\n\t\tresults.clear();\n\t\tresults.pushTop(operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/else.js": {
            "title": "$:/core/modules/filterrunprefixes/else.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/else.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nEquivalent to ~ filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.else = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tif(results.length === 0) {\n\t\t\t// Main result so far is empty\n\t\t\tresults.pushTop(operationSubFunction(source,widget));\n\t\t}\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/all.js": {
            "title": "$:/core/modules/filterrunprefixes/all.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/all.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nUnion of sets without de-duplication.\nEquivalent to = filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.all = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tresults.push.apply(results, operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/except.js": {
            "title": "$:/core/modules/filterrunprefixes/except.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/except.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nDifference of sets.\nEquivalent to - filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.except = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tresults.remove(operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/filter.js": {
            "title": "$:/core/modules/filterrunprefixes/filter.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/filter.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.filter = function(operationSubFunction,options) {\n\treturn function(results,source,widget) {\n\t\tif(results.length > 0) {\n\t\t\tvar resultsToRemove = [];\n\t\t\tresults.each(function(result) {\n\t\t\t\tvar filtered = operationSubFunction(options.wiki.makeTiddlerIterator([result]),widget);\n\t\t\t\tif(filtered.length === 0) {\n\t\t\t\t\tresultsToRemove.push(result);\n\t\t\t\t}\n\t\t\t});\n\t\t\tresults.remove(resultsToRemove);\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/reduce.js": {
            "title": "$:/core/modules/filterrunprefixes/reduce.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/reduce.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.reduce = function(operationSubFunction,options) {\n\treturn function(results,source,widget) {\n\t\tif(results.length > 0) {\n\t\t\tvar accumulator = \"\";\n\t\t\tvar index = 0;\n\t\t\tresults.each(function(title) {\n\t\t\t\tvar list = operationSubFunction(options.wiki.makeTiddlerIterator([title]),{\n\t\t\t\t\t\tgetVariable: function(name) {\n\t\t\t\t\t\t\tswitch(name) {\n\t\t\t\t\t\t\t\tcase \"currentTiddler\":\n\t\t\t\t\t\t\t\t\treturn \"\" + title;\n\t\t\t\t\t\t\t\tcase \"accumulator\":\n\t\t\t\t\t\t\t\t\treturn \"\" + accumulator;\n\t\t\t\t\t\t\t\tcase \"index\":\n\t\t\t\t\t\t\t\t\treturn \"\" + index;\n\t\t\t\t\t\t\t\tcase \"revIndex\":\n\t\t\t\t\t\t\t\t\treturn \"\" +  (results.length - 1 - index);\n\t\t\t\t\t\t\t\tcase \"length\":\n\t\t\t\t\t\t\t\t\treturn \"\" + results.length;\n\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\treturn widget.getVariable(name);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\tif(list.length > 0) {\n\t\t\t\t\taccumulator = \"\" + list[0];\n\t\t\t\t}\n\t\t\t\t++index;\n\t\t\t});\n\t\t\tresults.clear();\n\t\t\tresults.push(accumulator);\t\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/intersection.js": {
            "title": "$:/core/modules/filterrunprefixes/intersection.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/intersection.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.intersection = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tif(results.length !== 0) {\n\t\t\tvar secondRunResults = operationSubFunction(source,widget);\n\t\t\tvar firstRunResults = results.toArray();\n\t\t\tresults.clear();\n\t\t\t$tw.utils.each(firstRunResults,function(title) {\n\t\t\t\tif(secondRunResults.indexOf(title) !== -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/or.js": {
            "title": "$:/core/modules/filterrunprefixes/or.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/or.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nEquivalent to a filter run with no prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.or = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tresults.pushTop(operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/editor/factory.js": {
            "title": "$:/core/modules/editor/factory.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/factory.js\ntype: application/javascript\nmodule-type: library\n\nFactory for constructing text editor widgets with specified engines for the toolbar and non-toolbar cases\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DEFAULT_MIN_TEXT_AREA_HEIGHT = \"100px\"; // Minimum height of textareas in pixels\n\n// Configuration tiddlers\nvar HEIGHT_MODE_TITLE = \"$:/config/TextEditor/EditorHeight/Mode\";\nvar ENABLE_TOOLBAR_TITLE = \"$:/config/TextEditor/EnableToolbar\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nfunction editTextWidgetFactory(toolbarEngine,nonToolbarEngine) {\n\n\tvar EditTextWidget = function(parseTreeNode,options) {\n\t\t// Initialise the editor operations if they've not been done already\n\t\tif(!this.editorOperations) {\n\t\t\tEditTextWidget.prototype.editorOperations = {};\n\t\t\t$tw.modules.applyMethods(\"texteditoroperation\",this.editorOperations);\n\t\t}\n\t\tthis.initialise(parseTreeNode,options);\n\t};\n\n\t/*\n\tInherit from the base widget class\n\t*/\n\tEditTextWidget.prototype = new Widget();\n\n\t/*\n\tRender this widget into the DOM\n\t*/\n\tEditTextWidget.prototype.render = function(parent,nextSibling) {\n\t\t// Save the parent dom node\n\t\tthis.parentDomNode = parent;\n\t\t// Compute our attributes\n\t\tthis.computeAttributes();\n\t\t// Execute our logic\n\t\tthis.execute();\n\t\t// Create the wrapper for the toolbar and render its content\n\t\tif(this.editShowToolbar) {\n\t\t\tthis.toolbarNode = this.document.createElement(\"div\");\n\t\t\tthis.toolbarNode.className = \"tc-editor-toolbar\";\n\t\t\tparent.insertBefore(this.toolbarNode,nextSibling);\n\t\t\tthis.renderChildren(this.toolbarNode,null);\n\t\t\tthis.domNodes.push(this.toolbarNode);\n\t\t}\n\t\t// Create our element\n\t\tvar editInfo = this.getEditInfo(),\n\t\t\tEngine = this.editShowToolbar ? toolbarEngine : nonToolbarEngine;\n\t\tthis.engine = new Engine({\n\t\t\t\twidget: this,\n\t\t\t\tvalue: editInfo.value,\n\t\t\t\ttype: editInfo.type,\n\t\t\t\tparentNode: parent,\n\t\t\t\tnextSibling: nextSibling\n\t\t\t});\n\t\t// Call the postRender hook\n\t\tif(this.postRender) {\n\t\t\tthis.postRender();\n\t\t}\n\t\t// Fix height\n\t\tthis.engine.fixHeight();\n\t\t// Focus if required\n\t\tif(this.editFocus === \"true\" || this.editFocus === \"yes\") {\n\t\t\tthis.engine.focus();\n\t\t}\n\t\t// Add widget message listeners\n\t\tthis.addEventListeners([\n\t\t\t{type: \"tm-edit-text-operation\", handler: \"handleEditTextOperationMessage\"}\n\t\t]);\n\t};\n\n\t/*\n\tGet the tiddler being edited and current value\n\t*/\n\tEditTextWidget.prototype.getEditInfo = function() {\n\t\t// Get the edit value\n\t\tvar self = this,\n\t\t\tvalue,\n\t\t\ttype = \"text/plain\",\n\t\t\tupdate;\n\t\tif(this.editIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(this.editTitle,this.editIndex,this.editDefault);\n\t\t\tupdate = function(value) {\n\t\t\t\tvar data = self.wiki.getTiddlerData(self.editTitle,{});\n\t\t\t\tif(data[self.editIndex] !== value) {\n\t\t\t\t\tdata[self.editIndex] = value;\n\t\t\t\t\tself.wiki.setTiddlerData(self.editTitle,data);\n\t\t\t\t}\n\t\t\t};\n\t\t} else {\n\t\t\t// Get the current tiddler and the field name\n\t\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\t\tif(tiddler) {\n\t\t\t\t// If we've got a tiddler, the value to display is the field string value\n\t\t\t\tvalue = tiddler.getFieldString(this.editField);\n\t\t\t\tif(this.editField === \"text\") {\n\t\t\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Otherwise, we need to construct a default value for the editor\n\t\t\t\tswitch(this.editField) {\n\t\t\t\t\tcase \"text\":\n\t\t\t\t\t\tvalue = \"Type the text for the tiddler '\" + this.editTitle + \"'\";\n\t\t\t\t\t\ttype = \"text/vnd.tiddlywiki\";\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"title\":\n\t\t\t\t\t\tvalue = this.editTitle;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tvalue = \"\";\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(this.editDefault !== undefined) {\n\t\t\t\t\tvalue = this.editDefault;\n\t\t\t\t}\n\t\t\t}\n\t\t\tupdate = function(value) {\n\t\t\t\tvar tiddler = self.wiki.getTiddler(self.editTitle),\n\t\t\t\t\tupdateFields = {\n\t\t\t\t\t\ttitle: self.editTitle\n\t\t\t\t\t};\n\t\t\t\tupdateFields[self.editField] = value;\n\t\t\t\tself.wiki.addTiddler(new $tw.Tiddler(self.wiki.getCreationFields(),tiddler,updateFields,self.wiki.getModificationFields()));\n\t\t\t};\n\t\t}\n\t\tif(this.editType) {\n\t\t\ttype = this.editType;\n\t\t}\n\t\treturn {value: value || \"\", type: type, update: update};\n\t};\n\n\t/*\n\tHandle an edit text operation message from the toolbar\n\t*/\n\tEditTextWidget.prototype.handleEditTextOperationMessage = function(event) {\n\t\t// Prepare information about the operation\n\t\tvar operation = this.engine.createTextOperation();\n\t\t// Invoke the handler for the selected operation\n\t\tvar handler = this.editorOperations[event.param];\n\t\tif(handler) {\n\t\t\thandler.call(this,event,operation);\n\t\t}\n\t\t// Execute the operation via the engine\n\t\tvar newText = this.engine.executeTextOperation(operation);\n\t\t// Fix the tiddler height and save changes\n\t\tthis.engine.fixHeight();\n\t\tthis.saveChanges(newText);\n\t};\n\n\t/*\n\tCompute the internal state of the widget\n\t*/\n\tEditTextWidget.prototype.execute = function() {\n\t\t// Get our parameters\n\t\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t\tthis.editField = this.getAttribute(\"field\",\"text\");\n\t\tthis.editIndex = this.getAttribute(\"index\");\n\t\tthis.editDefault = this.getAttribute(\"default\");\n\t\tthis.editClass = this.getAttribute(\"class\");\n\t\tthis.editPlaceholder = this.getAttribute(\"placeholder\");\n\t\tthis.editSize = this.getAttribute(\"size\");\n\t\tthis.editRows = this.getAttribute(\"rows\");\n\t\tthis.editAutoHeight = this.wiki.getTiddlerText(HEIGHT_MODE_TITLE,\"auto\");\n\t\tthis.editAutoHeight = this.getAttribute(\"autoHeight\",this.editAutoHeight === \"auto\" ? \"yes\" : \"no\") === \"yes\";\n\t\tthis.editMinHeight = this.getAttribute(\"minHeight\",DEFAULT_MIN_TEXT_AREA_HEIGHT);\n\t\tthis.editFocusPopup = this.getAttribute(\"focusPopup\");\n\t\tthis.editFocus = this.getAttribute(\"focus\");\n\t\tthis.editTabIndex = this.getAttribute(\"tabindex\");\n\t\tthis.editCancelPopups = this.getAttribute(\"cancelPopups\",\"\") === \"yes\";\n\t\tthis.editInputActions = this.getAttribute(\"inputActions\");\n\t\tthis.editRefreshTitle = this.getAttribute(\"refreshTitle\");\n\t\tthis.editAutoComplete = this.getAttribute(\"autocomplete\");\n\t\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t\t// Get the default editor element tag and type\n\t\tvar tag,type;\n\t\tif(this.editField === \"text\") {\n\t\t\ttag = \"textarea\";\n\t\t} else {\n\t\t\ttag = \"input\";\n\t\t\tvar fieldModule = $tw.Tiddler.fieldModules[this.editField];\n\t\t\tif(fieldModule && fieldModule.editTag) {\n\t\t\t\ttag = fieldModule.editTag;\n\t\t\t}\n\t\t\tif(fieldModule && fieldModule.editType) {\n\t\t\t\ttype = fieldModule.editType;\n\t\t\t}\n\t\t\ttype = type || \"text\";\n\t\t}\n\t\t// Get the rest of our parameters\n\t\tthis.editTag = this.getAttribute(\"tag\",tag) || \"input\";\n\t\tthis.editType = this.getAttribute(\"type\",type);\n\t\t// Make the child widgets\n\t\tthis.makeChildWidgets();\n\t\t// Determine whether to show the toolbar\n\t\tthis.editShowToolbar = this.wiki.getTiddlerText(ENABLE_TOOLBAR_TITLE,\"yes\");\n\t\tthis.editShowToolbar = (this.editShowToolbar === \"yes\") && !!(this.children && this.children.length > 0) && (!this.document.isTiddlyWikiFakeDom);\n\t};\n\n\t/*\n\tSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n\t*/\n\tEditTextWidget.prototype.refresh = function(changedTiddlers) {\n\t\tvar changedAttributes = this.computeAttributes();\n\t\t// Completely rerender if any of our attributes have changed\n\t\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.placeholder || changedAttributes.size || changedAttributes.autoHeight || changedAttributes.minHeight || changedAttributes.focusPopup ||  changedAttributes.rows || changedAttributes.tabindex || changedAttributes.cancelPopups || changedAttributes.inputActions || changedAttributes.refreshTitle || changedAttributes.autocomplete || changedTiddlers[HEIGHT_MODE_TITLE] || changedTiddlers[ENABLE_TOOLBAR_TITLE] || changedAttributes.disabled) {\n\t\t\tthis.refreshSelf();\n\t\t\treturn true;\n\t\t} else if (changedTiddlers[this.editRefreshTitle]) {\n\t\t\tthis.engine.updateDomNodeText(this.getEditInfo().value);\n\t\t} else if(changedTiddlers[this.editTitle]) {\n\t\t\tvar editInfo = this.getEditInfo();\n\t\t\tthis.updateEditor(editInfo.value,editInfo.type);\n\t\t}\n\t\tthis.engine.fixHeight();\n\t\tif(this.editShowToolbar) {\n\t\t\treturn this.refreshChildren(changedTiddlers);\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t};\n\n\t/*\n\tUpdate the editor with new text. This method is separate from updateEditorDomNode()\n\tso that subclasses can override updateEditor() and still use updateEditorDomNode()\n\t*/\n\tEditTextWidget.prototype.updateEditor = function(text,type) {\n\t\tthis.updateEditorDomNode(text,type);\n\t};\n\n\t/*\n\tUpdate the editor dom node with new text\n\t*/\n\tEditTextWidget.prototype.updateEditorDomNode = function(text,type) {\n\t\tthis.engine.setText(text,type);\n\t};\n\n\t/*\n\tSave changes back to the tiddler store\n\t*/\n\tEditTextWidget.prototype.saveChanges = function(text) {\n\t\tvar editInfo = this.getEditInfo();\n\t\tif(text !== editInfo.value) {\n\t\t\teditInfo.update(text);\n\t\t}\n\t};\n\n\t/*\n\tHandle a dom \"keydown\" event, which we'll bubble up to our container for the keyboard widgets benefit\n\t*/\n\tEditTextWidget.prototype.handleKeydownEvent = function(event) {\n\t\t// Check for a keyboard shortcut\n\t\tif(this.toolbarNode) {\n\t\t\tvar shortcutElements = this.toolbarNode.querySelectorAll(\"[data-tw-keyboard-shortcut]\");\n\t\t\tfor(var index=0; index<shortcutElements.length; index++) {\n\t\t\t\tvar el = shortcutElements[index],\n\t\t\t\t\tshortcutData = el.getAttribute(\"data-tw-keyboard-shortcut\"),\n\t\t\t\t\tkeyInfoArray = $tw.keyboardManager.parseKeyDescriptors(shortcutData,{\n\t\t\t\t\t\twiki: this.wiki\n\t\t\t\t\t});\n\t\t\t\tif($tw.keyboardManager.checkKeyDescriptors(event,keyInfoArray)) {\n\t\t\t\t\tvar clickEvent = this.document.createEvent(\"Events\");\n\t\t\t\t    clickEvent.initEvent(\"click\",true,false);\n\t\t\t\t    el.dispatchEvent(clickEvent);\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// Propogate the event to the container\n\t\tif(this.propogateKeydownEvent(event)) {\n\t\t\t// Ignore the keydown if it was already handled\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t\treturn true;\n\t\t}\n\t\t// Otherwise, process the keydown normally\n\t\treturn false;\n\t};\n\n\t/*\n\tPropogate keydown events to our container for the keyboard widgets benefit\n\t*/\n\tEditTextWidget.prototype.propogateKeydownEvent = function(event) {\n\t\tvar newEvent = this.document.createEventObject ? this.document.createEventObject() : this.document.createEvent(\"Events\");\n\t\tif(newEvent.initEvent) {\n\t\t\tnewEvent.initEvent(\"keydown\", true, true);\n\t\t}\n\t\tnewEvent.keyCode = event.keyCode;\n\t\tnewEvent.which = event.which;\n\t\tnewEvent.metaKey = event.metaKey;\n\t\tnewEvent.ctrlKey = event.ctrlKey;\n\t\tnewEvent.altKey = event.altKey;\n\t\tnewEvent.shiftKey = event.shiftKey;\n\t\treturn !this.parentDomNode.dispatchEvent(newEvent);\n\t};\n\n\treturn EditTextWidget;\n\n}\n\nexports.editTextWidgetFactory = editTextWidgetFactory;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/editor/engines/simple.js": {
            "title": "$:/core/modules/editor/engines/simple.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/engines/simple.js\ntype: application/javascript\nmodule-type: library\n\nText editor engine based on a simple input or textarea tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\nfunction SimpleEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.widget.document.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.widget.document.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editClass) {\n\t\tthis.domNode.className = this.widget.editClass;\n\t}\n\tif(this.widget.editTabIndex) {\n\t\tthis.domNode.setAttribute(\"tabindex\",this.widget.editTabIndex);\n\t}\n\tif(this.widget.editAutoComplete) {\n\t\tthis.domNode.setAttribute(\"autocomplete\",this.widget.editAutoComplete);\n\t}\n\tif(this.widget.isDisabled === \"yes\") {\n\t\tthis.domNode.setAttribute(\"disabled\",true);\n\t}\n\t// Add an input event handler\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"focus\", handlerObject: this, handlerMethod: \"handleFocusEvent\"},\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInputEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.parentNode.insertBefore(this.domNode,this.nextSibling);\n\tthis.widget.domNodes.push(this.domNode);\n}\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nSimpleEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode || text === \"\") {\n\t\t\tthis.updateDomNodeText(text);\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nUpdate the DomNode with the new text\n*/\nSimpleEngine.prototype.updateDomNodeText = function(text) {\n\tthis.domNode.value = text;\n};\n\n/*\nGet the text of the engine\n*/\nSimpleEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nSimpleEngine.prototype.fixHeight = function() {\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\t$tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nSimpleEngine.prototype.focus  = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nSimpleEngine.prototype.handleInputEvent = function(event) {\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\tif(this.widget.editInputActions) {\n\t\tthis.widget.invokeActionString(this.widget.editInputActions);\n\t}\n\treturn true;\n};\n\n/*\nHandle a dom \"focus\" event\n*/\nSimpleEngine.prototype.handleFocusEvent = function(event) {\n\tif(this.widget.editCancelPopups) {\n\t\t$tw.popup.cancel(0);\n\t}\n\tif(this.widget.editFocusPopup) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNode,\n\t\t\ttitle: this.widget.editFocusPopup,\n\t\t\twiki: this.widget.wiki,\n\t\t\tforce: true\n\t\t});\n\t}\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nSimpleEngine.prototype.createTextOperation = function() {\n\treturn null;\n};\n\n/*\nExecute a text operation\n*/\nSimpleEngine.prototype.executeTextOperation = function(operation) {\n};\n\nexports.SimpleEngine = SimpleEngine;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/editor/engines/framed.js": {
            "title": "$:/core/modules/editor/engines/framed.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/engines/framed.js\ntype: application/javascript\nmodule-type: library\n\nText editor engine based on a simple input or textarea within an iframe. This is done so that the selection is preserved even when clicking away from the textarea\n\n\\*/\n(function(){\n\n/*jslint node: true,browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\nfunction FramedEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\t// Create our hidden dummy text area for reading styles\n\tthis.dummyTextArea = this.widget.document.createElement(\"textarea\");\n\tif(this.widget.editClass) {\n\t\tthis.dummyTextArea.className = this.widget.editClass;\n\t}\n\tthis.dummyTextArea.setAttribute(\"hidden\",\"true\");\n\tthis.parentNode.insertBefore(this.dummyTextArea,this.nextSibling);\n\tthis.widget.domNodes.push(this.dummyTextArea);\n\t// Create the iframe\n\tthis.iframeNode = this.widget.document.createElement(\"iframe\");\n\tthis.parentNode.insertBefore(this.iframeNode,this.nextSibling);\n\tthis.iframeDoc = this.iframeNode.contentWindow.document;\n\t// (Firefox requires us to put some empty content in the iframe)\n\tthis.iframeDoc.open();\n\tthis.iframeDoc.write(\"\");\n\tthis.iframeDoc.close();\n\t// Style the iframe\n\tthis.iframeNode.className = this.dummyTextArea.className;\n\tthis.iframeNode.style.border = \"none\";\n\tthis.iframeNode.style.padding = \"0\";\n\tthis.iframeNode.style.resize = \"none\";\n\tthis.iframeDoc.body.style.margin = \"0\";\n\tthis.iframeDoc.body.style.padding = \"0\";\n\tthis.widget.domNodes.push(this.iframeNode);\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.iframeDoc.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.iframeDoc.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editTabIndex) {\n\t\tthis.iframeNode.setAttribute(\"tabindex\",this.widget.editTabIndex);\n\t}\n\tif(this.widget.editAutoComplete) {\n\t\tthis.domNode.setAttribute(\"autocomplete\",this.widget.editAutoComplete);\n\t}\n\tif(this.widget.isDisabled === \"yes\") {\n\t\tthis.domNode.setAttribute(\"disabled\",true);\n\t}\t\n\t// Copy the styles from the dummy textarea\n\tthis.copyStyles();\n\t// Add event listeners\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"click\",handlerObject: this,handlerMethod: \"handleClickEvent\"},\n\t\t{name: \"input\",handlerObject: this,handlerMethod: \"handleInputEvent\"},\n\t\t{name: \"keydown\",handlerObject: this.widget,handlerMethod: \"handleKeydownEvent\"},\n\t\t{name: \"focus\",handlerObject: this,handlerMethod: \"handleFocusEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.iframeDoc.body.appendChild(this.domNode);\n}\n\n/*\nCopy styles from the dummy text area to the textarea in the iframe\n*/\nFramedEngine.prototype.copyStyles = function() {\n\t// Copy all styles\n\t$tw.utils.copyStyles(this.dummyTextArea,this.domNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\tthis.domNode.style.display = \"block\";\n\tthis.domNode.style.width = \"100%\";\n\tthis.domNode.style.margin = \"0\";\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\tthis.domNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n};\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nFramedEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode) {\n\t\t\tthis.updateDomNodeText(text);\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nUpdate the DomNode with the new text\n*/\nFramedEngine.prototype.updateDomNodeText = function(text) {\n\tthis.domNode.value = text;\n};\n\n/*\nGet the text of the engine\n*/\nFramedEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nFramedEngine.prototype.fixHeight = function() {\n\t// Make sure styles are updated\n\tthis.copyStyles();\n\t// Adjust height\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\tvar newHeight = $tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t\tthis.iframeNode.style.height = (newHeight + 14) + \"px\"; // +14 for the border on the textarea\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t\tthis.iframeNode.style.height = (fixedHeight + 14) + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nFramedEngine.prototype.focus  = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a focus event\n*/\nFramedEngine.prototype.handleFocusEvent = function(event) {\n\tif(this.widget.editCancelPopups) {\n\t\t$tw.popup.cancel(0);\t\n\t}\n};\n\n/*\nHandle a click\n*/\nFramedEngine.prototype.handleClickEvent = function(event) {\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nFramedEngine.prototype.handleInputEvent = function(event) {\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\tif(this.widget.editInputActions) {\n\t\tthis.widget.invokeActionString(this.widget.editInputActions);\n\t}\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nFramedEngine.prototype.createTextOperation = function() {\n\tvar operation = {\n\t\ttext: this.domNode.value,\n\t\tselStart: this.domNode.selectionStart,\n\t\tselEnd: this.domNode.selectionEnd,\n\t\tcutStart: null,\n\t\tcutEnd: null,\n\t\treplacement: null,\n\t\tnewSelStart: null,\n\t\tnewSelEnd: null\n\t};\n\toperation.selection = operation.text.substring(operation.selStart,operation.selEnd);\n\treturn operation;\n};\n\n/*\nExecute a text operation\n*/\nFramedEngine.prototype.executeTextOperation = function(operation) {\n\t// Perform the required changes to the text area and the underlying tiddler\n\tvar newText = operation.text;\n\tif(operation.replacement !== null) {\n\t\tnewText = operation.text.substring(0,operation.cutStart) + operation.replacement + operation.text.substring(operation.cutEnd);\n\t\t// Attempt to use a execCommand to modify the value of the control\n\t\tif(this.iframeDoc.queryCommandSupported(\"insertText\") && this.iframeDoc.queryCommandSupported(\"delete\") && !$tw.browser.isFirefox) {\n\t\t\tthis.domNode.focus();\n\t\t\tthis.domNode.setSelectionRange(operation.cutStart,operation.cutEnd);\n\t\t\tif(operation.replacement === \"\") {\n\t\t\t\tthis.iframeDoc.execCommand(\"delete\",false,\"\");\n\t\t\t} else {\n\t\t\t\tthis.iframeDoc.execCommand(\"insertText\",false,operation.replacement);\n\t\t\t}\n\t\t} else {\n\t\t\tthis.domNode.value = newText;\n\t\t}\n\t\tthis.domNode.focus();\n\t\tthis.domNode.setSelectionRange(operation.newSelStart,operation.newSelEnd);\n\t}\n\tthis.domNode.focus();\n\treturn newText;\n};\n\nexports.FramedEngine = FramedEngine;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/editor/operations/bitmap/resize.js": {
            "title": "$:/core/modules/editor/operations/bitmap/resize.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/resize.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to resize the image\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"resize\"] = function(event) {\n\t// Get the new width\n\tvar newWidth = parseInt(event.paramObject.width || this.canvasDomNode.width,10),\n\t\tnewHeight = parseInt(event.paramObject.height || this.canvasDomNode.height,10);\n\t// Update if necessary\n\tif(newWidth > 0 && newHeight > 0 && !(newWidth === this.currCanvas.width && newHeight === this.currCanvas.height)) {\n\t\tthis.changeCanvasSize(newWidth,newHeight);\n\t}\n\t// Update the input controls\n\tthis.refreshToolbar();\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "bitmapeditoroperation"
        },
        "$:/core/modules/editor/operations/bitmap/clear.js": {
            "title": "$:/core/modules/editor/operations/bitmap/clear.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/clear.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to clear the image\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"clear\"] = function(event) {\n\tvar ctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.globalAlpha = 1;\n\tctx.fillStyle = event.paramObject.colour || \"white\";\n\tctx.fillRect(0,0,this.canvasDomNode.width,this.canvasDomNode.height);\n\t// Save changes\n\tthis.strokeEnd();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "bitmapeditoroperation"
        },
        "$:/core/modules/editor/operations/bitmap/rotate-left.js": {
            "title": "$:/core/modules/editor/operations/bitmap/rotate-left.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/rotate-left.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to rotate the image left by 90 degrees\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"rotate-left\"] = function(event) {\n\t// Rotate the canvas left by 90 degrees\n\tthis.rotateCanvasLeft();\n\t// Update the input controls\n\tthis.refreshToolbar();\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "bitmapeditoroperation"
        },
        "$:/core/modules/editor/operations/text/make-link.js": {
            "title": "$:/core/modules/editor/operations/text/make-link.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/make-link.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to make a link\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"make-link\"] = function(event,operation) {\n\tif(operation.selection) {\n\t\toperation.replacement = \"[[\" + operation.selection + \"|\" + event.paramObject.text + \"]]\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t} else {\n\t\toperation.replacement = \"[[\" + event.paramObject.text + \"]]\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t}\n\toperation.newSelStart = operation.selStart + operation.replacement.length;\n\toperation.newSelEnd = operation.newSelStart;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/prefix-lines.js": {
            "title": "$:/core/modules/editor/operations/text/prefix-lines.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/prefix-lines.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to add a prefix to the selected lines\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"prefix-lines\"] = function(event,operation) {\n\tvar targetCount = parseInt(event.paramObject.count + \"\",10);\n\t// Cut just past the preceding line break, or the start of the text\n\toperation.cutStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\t// Cut to just past the following line break, or to the end of the text\n\toperation.cutEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selEnd);\n\t// Compose the required prefix\n\tvar prefix = $tw.utils.repeat(event.paramObject.character,targetCount);\n\t// Process each line\n\tvar lines = operation.text.substring(operation.cutStart,operation.cutEnd).split(/\\r?\\n/mg);\n\t$tw.utils.each(lines,function(line,index) {\n\t\t// Remove and count any existing prefix characters\n\t\tvar count = 0;\n\t\twhile(line.charAt(0) === event.paramObject.character) {\n\t\t\tline = line.substring(1);\n\t\t\tcount++;\n\t\t}\n\t\t// Remove any whitespace\n\t\twhile(line.charAt(0) === \" \") {\n\t\t\tline = line.substring(1);\n\t\t}\n\t\t// We're done if we removed the exact required prefix, otherwise add it\n\t\tif(count !== targetCount) {\n\t\t\t// Apply the prefix\n\t\t\tline =  prefix + \" \" + line;\n\t\t}\n\t\t// Save the modified line\n\t\tlines[index] = line;\n\t});\n\t// Stitch the replacement text together and set the selection\n\toperation.replacement = lines.join(\"\\n\");\n\tif(lines.length === 1) {\n\t\toperation.newSelStart = operation.cutStart + operation.replacement.length;\n\t\toperation.newSelEnd = operation.newSelStart;\n\t} else {\n\t\toperation.newSelStart = operation.cutStart;\n\t\toperation.newSelEnd = operation.newSelStart + operation.replacement.length;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/replace-all.js": {
            "title": "$:/core/modules/editor/operations/text/replace-all.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/replace-all.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to replace the entire text\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"replace-all\"] = function(event,operation) {\n\toperation.cutStart = 0;\n\toperation.cutEnd = operation.text.length;\n\toperation.replacement = event.paramObject.text;\n\toperation.newSelStart = 0;\n\toperation.newSelEnd = operation.replacement.length;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/excise.js": {
            "title": "$:/core/modules/editor/operations/text/excise.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/excise.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to excise the selection to a new tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"excise\"] = function(event,operation) {\n\tvar editTiddler = this.wiki.getTiddler(this.editTitle),\n\t\teditTiddlerTitle = this.editTitle;\n\tif(editTiddler && editTiddler.fields[\"draft.of\"]) {\n\t\teditTiddlerTitle = editTiddler.fields[\"draft.of\"];\n\t}\n\tvar excisionTitle = event.paramObject.title || this.wiki.generateNewTitle(\"New Excision\");\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\tthis.wiki.getCreationFields(),\n\t\tthis.wiki.getModificationFields(),\n\t\t{\n\t\t\ttitle: excisionTitle,\n\t\t\ttext: operation.selection,\n\t\t\ttags: event.paramObject.tagnew === \"yes\" ?  [editTiddlerTitle] : []\n\t\t}\n\t));\n\toperation.replacement = excisionTitle;\n\tswitch(event.paramObject.type || \"transclude\") {\n\t\tcase \"transclude\":\n\t\t\toperation.replacement = \"{{\" + operation.replacement+ \"}}\";\n\t\t\tbreak;\n\t\tcase \"link\":\n\t\t\toperation.replacement = \"[[\" + operation.replacement+ \"]]\";\n\t\t\tbreak;\n\t\tcase \"macro\":\n\t\t\toperation.replacement = \"<<\" + (event.paramObject.macro || \"translink\") + \" \\\"\\\"\\\"\" + operation.replacement + \"\\\"\\\"\\\">>\";\n\t\t\tbreak;\n\t}\n\toperation.cutStart = operation.selStart;\n\toperation.cutEnd = operation.selEnd;\n\toperation.newSelStart = operation.selStart;\n\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/save-selection.js": {
            "title": "$:/core/modules/editor/operations/text/save-selection.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/save-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to save the current selection in a specified tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"save-selection\"] = function(event,operation) {\n\tvar tiddler = event.paramObject.tiddler,\n\t\tfield = event.paramObject.field || \"text\";\n\tif(tiddler && field) {\n\t\tthis.wiki.setText(tiddler,field,null,operation.text.substring(operation.selStart,operation.selEnd));\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/wrap-selection.js": {
            "title": "$:/core/modules/editor/operations/text/wrap-selection.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/wrap-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to wrap the selection with the specified prefix and suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"wrap-selection\"] = function(event,operation) {\n\tif(operation.selStart === operation.selEnd) {\n\t\t// No selection; check if we're within the prefix/suffix\n\t\tif(operation.text.substring(operation.selStart - event.paramObject.prefix.length,operation.selStart + event.paramObject.suffix.length) === event.paramObject.prefix + event.paramObject.suffix) {\n\t\t\t// Remove the prefix and suffix\n\t\t\toperation.cutStart = operation.selStart - event.paramObject.prefix.length;\n\t\t\toperation.cutEnd = operation.selEnd + event.paramObject.suffix.length;\n\t\t\toperation.replacement = \"\";\n\t\t\toperation.newSelStart = operation.cutStart;\n\t\t\toperation.newSelEnd = operation.newSelStart;\n\t\t} else {\n\t\t\t// Wrap the cursor instead\n\t\t\toperation.cutStart = operation.selStart;\n\t\t\toperation.cutEnd = operation.selEnd;\n\t\t\toperation.replacement = event.paramObject.prefix + event.paramObject.suffix;\n\t\t\toperation.newSelStart = operation.selStart + event.paramObject.prefix.length;\n\t\t\toperation.newSelEnd = operation.newSelStart;\n\t\t}\n\t} else if(operation.text.substring(operation.selStart,operation.selStart + event.paramObject.prefix.length) === event.paramObject.prefix && operation.text.substring(operation.selEnd - event.paramObject.suffix.length,operation.selEnd) === event.paramObject.suffix) {\n\t\t// Prefix and suffix are already present, so remove them\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.replacement = operation.selection.substring(event.paramObject.prefix.length,operation.selection.length - event.paramObject.suffix.length);\n\t\toperation.newSelStart = operation.selStart;\n\t\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n\t} else {\n\t\t// Add the prefix and suffix\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.replacement = event.paramObject.prefix + operation.selection + event.paramObject.suffix;\n\t\toperation.newSelStart = operation.selStart;\n\t\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/wrap-lines.js": {
            "title": "$:/core/modules/editor/operations/text/wrap-lines.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/wrap-lines.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to wrap the selected lines with a prefix and suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"wrap-lines\"] = function(event,operation) {\n\t// Cut just past the preceding line break, or the start of the text\n\toperation.cutStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\t// Cut to just past the following line break, or to the end of the text\n\toperation.cutEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selEnd);\n\t// Add the prefix and suffix\n\toperation.replacement = event.paramObject.prefix + \"\\n\" +\n\t\t\t\toperation.text.substring(operation.cutStart,operation.cutEnd) + \"\\n\" +\n\t\t\t\tevent.paramObject.suffix + \"\\n\";\n\toperation.newSelStart = operation.cutStart + event.paramObject.prefix.length + 1;\n\toperation.newSelEnd = operation.newSelStart + (operation.cutEnd - operation.cutStart);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/replace-selection.js": {
            "title": "$:/core/modules/editor/operations/text/replace-selection.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/replace-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to replace the selection\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"replace-selection\"] = function(event,operation) {\n\toperation.replacement = event.paramObject.text;\n\toperation.cutStart = operation.selStart;\n\toperation.cutEnd = operation.selEnd;\n\toperation.newSelStart = operation.selStart;\n\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/parsers/audioparser.js": {
            "title": "$:/core/modules/parsers/audioparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/audioparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe audio parser parses an audio tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar AudioParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"audio\",\n\t\t\tattributes: {\n\t\t\t\tcontrols: {type: \"string\", value: \"controls\"},\n\t\t\t\tstyle: {type: \"string\", value: \"width: 100%; object-fit: contain\"}\n\t\t\t}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"audio/ogg\"] = AudioParser;\nexports[\"audio/mpeg\"] = AudioParser;\nexports[\"audio/mp3\"] = AudioParser;\nexports[\"audio/mp4\"] = AudioParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/binaryparser.js": {
            "title": "$:/core/modules/parsers/binaryparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/binaryparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe binary parser parses a binary tiddler into a warning message and download link\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar BINARY_WARNING_MESSAGE = \"$:/core/ui/BinaryWarning\";\nvar EXPORT_BUTTON_IMAGE = \"$:/core/images/export-button\";\n\nvar BinaryParser = function(type,text,options) {\n\t// Transclude the binary data tiddler warning message\n\tvar warn = {\n\t\ttype: \"element\",\n\t\ttag: \"p\",\n\t\tchildren: [{\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: BINARY_WARNING_MESSAGE}\n\t\t\t}\n\t\t}]\n\t};\n\t// Create download link based on binary tiddler title\n\tvar link = {\n\t\ttype: \"element\",\n\t\ttag: \"a\",\n\t\tattributes: {\n\t\t\ttitle: {type: \"indirect\", textReference: \"!!title\"},\n\t\t\tdownload: {type: \"indirect\", textReference: \"!!title\"}\n\t\t},\n\t\tchildren: [{\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: EXPORT_BUTTON_IMAGE}\n\t\t\t}\n\t\t}]\n\t};\n\t// Set the link href to external or internal data URI\n\tif(options._canonical_uri) {\n\t\tlink.attributes.href = {\n\t\t\ttype: \"string\", \n\t\t\tvalue: options._canonical_uri\n\t\t};\n\t} else if(text) {\n\t\tlink.attributes.href = {\n\t\t\ttype: \"string\", \n\t\t\tvalue: \"data:\" + type + \";base64,\" + text\n\t\t};\n\t}\n\t// Combine warning message and download link in a div\n\tvar element = {\n\t\ttype: \"element\",\n\t\ttag: \"div\",\n\t\tattributes: {\n\t\t\tclass: {type: \"string\", value: \"tc-binary-warning\"}\n\t\t},\n\t\tchildren: [warn, link]\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"application/octet-stream\"] = BinaryParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/htmlparser.js": {
            "title": "$:/core/modules/parsers/htmlparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/htmlparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe HTML parser displays text as raw HTML\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HtmlParser = function(type,text,options) {\n\tvar src;\n\tif(options._canonical_uri) {\n\t\tsrc = options._canonical_uri;\n\t} else if(text) {\n\t\tsrc = \"data:text/html;charset=utf-8,\" + encodeURIComponent(text);\n\t}\n\tthis.tree = [{\n\t\ttype: \"element\",\n\t\ttag: \"iframe\",\n\t\tattributes: {\n\t\t\tsrc: {type: \"string\", value: src},\n\t\t\tsandbox: {type: \"string\", value: \"\"}\n\t\t}\n\t}];\n};\n\nexports[\"text/html\"] = HtmlParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/imageparser.js": {
            "title": "$:/core/modules/parsers/imageparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/imageparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe image parser parses an image into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ImageParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"img\",\n\t\t\tattributes: {}\n\t\t};\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\tif(type === \"image/svg+xml\" || type === \".svg\") {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:image/svg+xml,\" + encodeURIComponent(text)};\n\t\t} else {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t\t}\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"image/svg+xml\"] = ImageParser;\nexports[\"image/jpg\"] = ImageParser;\nexports[\"image/jpeg\"] = ImageParser;\nexports[\"image/png\"] = ImageParser;\nexports[\"image/gif\"] = ImageParser;\nexports[\"image/webp\"] = ImageParser;\nexports[\"image/heic\"] = ImageParser;\nexports[\"image/heif\"] = ImageParser;\nexports[\"image/x-icon\"] = ImageParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/utils/parseutils.js": {
            "title": "$:/core/modules/utils/parseutils.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/parseutils.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions concerned with parsing text into tokens.\n\nMost functions have the following pattern:\n\n* The parameters are:\n** `source`: the source string being parsed\n** `pos`: the current parse position within the string\n** Any further parameters are used to identify the token that is being parsed\n* The return value is:\n** null if the token was not found at the specified position\n** an object representing the token with the following standard fields:\n*** `type`: string indicating the type of the token\n*** `start`: start position of the token in the source string\n*** `end`: end position of the token in the source string\n*** Any further fields required to describe the token\n\nThe exception is `skipWhiteSpace`, which just returns the position after the whitespace.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for a whitespace token. Returns null if not found, otherwise returns {type: \"whitespace\", start:, end:,}\n*/\nexports.parseWhiteSpace = function(source,pos) {\n\tvar p = pos,c;\n\twhile(true) {\n\t\tc = source.charAt(p);\n\t\tif((c === \" \") || (c === \"\\f\") || (c === \"\\n\") || (c === \"\\r\") || (c === \"\\t\") || (c === \"\\v\") || (c === \"\\u00a0\")) { // Ignores some obscure unicode spaces\n\t\t\tp++;\n\t\t} else {\n\t\t\tbreak;\n\t\t}\n\t}\n\tif(p === pos) {\n\t\treturn null;\n\t} else {\n\t\treturn {\n\t\t\ttype: \"whitespace\",\n\t\t\tstart: pos,\n\t\t\tend: p\n\t\t}\n\t}\n};\n\n/*\nConvenience wrapper for parseWhiteSpace. Returns the position after the whitespace\n*/\nexports.skipWhiteSpace = function(source,pos) {\n\tvar c;\n\twhile(true) {\n\t\tc = source.charAt(pos);\n\t\tif((c === \" \") || (c === \"\\f\") || (c === \"\\n\") || (c === \"\\r\") || (c === \"\\t\") || (c === \"\\v\") || (c === \"\\u00a0\")) { // Ignores some obscure unicode spaces\n\t\t\tpos++;\n\t\t} else {\n\t\t\treturn pos;\n\t\t}\n\t}\n};\n\n/*\nLook for a given string token. Returns null if not found, otherwise returns {type: \"token\", value:, start:, end:,}\n*/\nexports.parseTokenString = function(source,pos,token) {\n\tvar match = source.indexOf(token,pos) === pos;\n\tif(match) {\n\t\treturn {\n\t\t\ttype: \"token\",\n\t\t\tvalue: token,\n\t\t\tstart: pos,\n\t\t\tend: pos + token.length\n\t\t};\n\t}\n\treturn null;\n};\n\n/*\nLook for a token matching a regex. Returns null if not found, otherwise returns {type: \"regexp\", match:, start:, end:,}\n*/\nexports.parseTokenRegExp = function(source,pos,reToken) {\n\tvar node = {\n\t\ttype: \"regexp\",\n\t\tstart: pos\n\t};\n\treToken.lastIndex = pos;\n\tnode.match = reToken.exec(source);\n\tif(node.match && node.match.index === pos) {\n\t\tnode.end = pos + node.match[0].length;\n\t\treturn node;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLook for a string literal. Returns null if not found, otherwise returns {type: \"string\", value:, start:, end:,}\n*/\nexports.parseStringLiteral = function(source,pos) {\n\tvar node = {\n\t\ttype: \"string\",\n\t\tstart: pos\n\t};\n\tvar reString = /(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\")|(?:'([^']*)')/g;\n\treString.lastIndex = pos;\n\tvar match = reString.exec(source);\n\tif(match && match.index === pos) {\n\t\tnode.value = match[1] !== undefined ? match[1] :(\n\t\t\tmatch[2] !== undefined ? match[2] : match[3] \n\t\t\t\t\t);\n\t\tnode.end = pos + match[0].length;\n\t\treturn node;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLook for a macro invocation parameter. Returns null if not found, or {type: \"macro-parameter\", name:, value:, start:, end:}\n*/\nexports.parseMacroParameter = function(source,pos) {\n\tvar node = {\n\t\ttype: \"macro-parameter\",\n\t\tstart: pos\n\t};\n\t// Define our regexp\n\tvar reMacroParameter = /(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\\s>\"'=]+)))/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the parameter\n\tvar token = $tw.utils.parseTokenRegExp(source,pos,reMacroParameter);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the parameter details\n\tnode.value = token.match[2] !== undefined ? token.match[2] : (\n\t\t\t\t\ttoken.match[3] !== undefined ? token.match[3] : (\n\t\t\t\t\t\ttoken.match[4] !== undefined ? token.match[4] : (\n\t\t\t\t\t\t\ttoken.match[5] !== undefined ? token.match[5] : (\n\t\t\t\t\t\t\t\ttoken.match[6] !== undefined ? token.match[6] : (\n\t\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t)\n\t\t\t\t\t)\n\t\t\t\t);\n\tif(token.match[1]) {\n\t\tnode.name = token.match[1];\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n/*\nLook for a macro invocation. Returns null if not found, or {type: \"macrocall\", name:, parameters:, start:, end:}\n*/\nexports.parseMacroInvocation = function(source,pos) {\n\tvar node = {\n\t\ttype: \"macrocall\",\n\t\tstart: pos,\n\t\tparams: []\n\t};\n\t// Define our regexps\n\tvar reMacroName = /([^\\s>\"'=]+)/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a double less than sign\n\tvar token = $tw.utils.parseTokenString(source,pos,\"<<\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the macro name\n\tvar name = $tw.utils.parseTokenRegExp(source,pos,reMacroName);\n\tif(!name) {\n\t\treturn null;\n\t}\n\tnode.name = name.match[1];\n\tpos = name.end;\n\t// Process parameters\n\tvar parameter = $tw.utils.parseMacroParameter(source,pos);\n\twhile(parameter) {\n\t\tnode.params.push(parameter);\n\t\tpos = parameter.end;\n\t\t// Get the next parameter\n\t\tparameter = $tw.utils.parseMacroParameter(source,pos);\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a double greater than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\">>\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n/*\nLook for an HTML attribute definition. Returns null if not found, otherwise returns {type: \"attribute\", name:, valueType: \"string|indirect|macro\", value:, start:, end:,}\n*/\nexports.parseAttribute = function(source,pos) {\n\tvar node = {\n\t\tstart: pos\n\t};\n\t// Define our regexps\n\tvar reAttributeName = /([^\\/\\s>\"'=]+)/g,\n\t\treUnquotedAttribute = /([^\\/\\s<>\"'=]+)/g,\n\t\treFilteredValue = /\\{\\{\\{(.+?)\\}\\}\\}/g,\n\t\treIndirectValue = /\\{\\{([^\\}]+)\\}\\}/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Get the attribute name\n\tvar name = $tw.utils.parseTokenRegExp(source,pos,reAttributeName);\n\tif(!name) {\n\t\treturn null;\n\t}\n\tnode.name = name.match[1];\n\tpos = name.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for an equals sign\n\tvar token = $tw.utils.parseTokenString(source,pos,\"=\");\n\tif(token) {\n\t\tpos = token.end;\n\t\t// Skip whitespace\n\t\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t\t// Look for a string literal\n\t\tvar stringLiteral = $tw.utils.parseStringLiteral(source,pos);\n\t\tif(stringLiteral) {\n\t\t\tpos = stringLiteral.end;\n\t\t\tnode.type = \"string\";\n\t\t\tnode.value = stringLiteral.value;\n\t\t} else {\n\t\t\t// Look for a filtered value\n\t\t\tvar filteredValue = $tw.utils.parseTokenRegExp(source,pos,reFilteredValue);\n\t\t\tif(filteredValue) {\n\t\t\t\tpos = filteredValue.end;\n\t\t\t\tnode.type = \"filtered\";\n\t\t\t\tnode.filter = filteredValue.match[1];\n\t\t\t} else {\n\t\t\t\t// Look for an indirect value\n\t\t\t\tvar indirectValue = $tw.utils.parseTokenRegExp(source,pos,reIndirectValue);\n\t\t\t\tif(indirectValue) {\n\t\t\t\t\tpos = indirectValue.end;\n\t\t\t\t\tnode.type = \"indirect\";\n\t\t\t\t\tnode.textReference = indirectValue.match[1];\n\t\t\t\t} else {\n\t\t\t\t\t// Look for a unquoted value\n\t\t\t\t\tvar unquotedValue = $tw.utils.parseTokenRegExp(source,pos,reUnquotedAttribute);\n\t\t\t\t\tif(unquotedValue) {\n\t\t\t\t\t\tpos = unquotedValue.end;\n\t\t\t\t\t\tnode.type = \"string\";\n\t\t\t\t\t\tnode.value = unquotedValue.match[1];\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// Look for a macro invocation value\n\t\t\t\t\t\tvar macroInvocation = $tw.utils.parseMacroInvocation(source,pos);\n\t\t\t\t\t\tif(macroInvocation) {\n\t\t\t\t\t\t\tpos = macroInvocation.end;\n\t\t\t\t\t\t\tnode.type = \"macro\";\n\t\t\t\t\t\t\tnode.value = macroInvocation;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tnode.type = \"string\";\n\t\t\t\t\t\t\tnode.value = \"true\";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} else {\n\t\tnode.type = \"string\";\n\t\tnode.value = \"true\";\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/parsers/csvparser.js": {
            "title": "$:/core/modules/parsers/csvparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/csvparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe CSV text parser processes CSV files into a table wrapped in a scrollable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar CsvParser = function(type,text,options) {\n\t// Table framework\n\tthis.tree = [{\n\t\t\"type\": \"scrollable\", \"children\": [{\n\t\t\t\"type\": \"element\", \"tag\": \"table\", \"children\": [{\n\t\t\t\t\"type\": \"element\", \"tag\": \"tbody\", \"children\": []\n\t\t\t}], \"attributes\": {\n\t\t\t\t\"class\": {\"type\": \"string\", \"value\": \"tc-csv-table\"}\n\t\t\t}\n\t\t}]\n\t}];\n\t// Split the text into lines\n\tvar lines = text.split(/\\r?\\n/mg),\n\t\ttag = \"th\";\n\tfor(var line=0; line<lines.length; line++) {\n\t\tvar lineText = lines[line];\n\t\tif(lineText) {\n\t\t\tvar row = {\n\t\t\t\t\t\"type\": \"element\", \"tag\": \"tr\", \"children\": []\n\t\t\t\t};\n\t\t\tvar columns = lineText.split(\",\");\n\t\t\tfor(var column=0; column<columns.length; column++) {\n\t\t\t\trow.children.push({\n\t\t\t\t\t\t\"type\": \"element\", \"tag\": tag, \"children\": [{\n\t\t\t\t\t\t\t\"type\": \"text\",\n\t\t\t\t\t\t\t\"text\": columns[column]\n\t\t\t\t\t\t}]\n\t\t\t\t\t});\n\t\t\t}\n\t\t\ttag = \"td\";\n\t\t\tthis.tree[0].children[0].children[0].children.push(row);\n\t\t}\n\t}\n};\n\nexports[\"text/csv\"] = CsvParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/pdfparser.js": {
            "title": "$:/core/modules/parsers/pdfparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/pdfparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe PDF parser embeds a PDF viewer\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ImageParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"embed\",\n\t\t\tattributes: {}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:application/pdf;base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"application/pdf\"] = ImageParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/textparser.js": {
            "title": "$:/core/modules/parsers/textparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/textparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe plain text parser processes blocks of source text into a degenerate parse tree consisting of a single text node\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar TextParser = function(type,text,options) {\n\tthis.tree = [{\n\t\ttype: \"codeblock\",\n\t\tattributes: {\n\t\t\tcode: {type: \"string\", value: text},\n\t\t\tlanguage: {type: \"string\", value: type}\n\t\t}\n\t}];\n};\n\nexports[\"text/plain\"] = TextParser;\nexports[\"text/x-tiddlywiki\"] = TextParser;\nexports[\"application/javascript\"] = TextParser;\nexports[\"application/json\"] = TextParser;\nexports[\"text/css\"] = TextParser;\nexports[\"application/x-tiddler-dictionary\"] = TextParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/videoparser.js": {
            "title": "$:/core/modules/parsers/videoparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/videoparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe video parser parses a video tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar VideoParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"video\",\n\t\t\tattributes: {\n\t\t\t\tcontrols: {type: \"string\", value: \"controls\"},\n\t\t\t\tstyle: {type: \"string\", value: \"width: 100%; object-fit: contain\"}\n\t\t\t}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"video/ogg\"] = VideoParser;\nexports[\"video/webm\"] = VideoParser;\nexports[\"video/mp4\"] = VideoParser;\nexports[\"video/quicktime\"] = VideoParser;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/wikiparser/wikiparser.js": {
            "title": "$:/core/modules/parsers/wikiparser/wikiparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/wikiparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe wiki text parser processes blocks of source text into a parse tree.\n\nThe parse tree is made up of nested arrays of these JavaScript objects:\n\n\t{type: \"element\", tag: <string>, attributes: {}, children: []} - an HTML element\n\t{type: \"text\", text: <string>} - a text node\n\t{type: \"entity\", value: <string>} - an entity\n\t{type: \"raw\", html: <string>} - raw HTML\n\nAttributes are stored as hashmaps of the following objects:\n\n\t{type: \"string\", value: <string>} - literal string\n\t{type: \"indirect\", textReference: <textReference>} - indirect through a text reference\n\t{type: \"macro\", macro: <TBD>} - indirect through a macro invocation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar WikiParser = function(type,text,options) {\n\tthis.wiki = options.wiki;\n\tvar self = this;\n\t// Check for an externally linked tiddler\n\tif($tw.browser && (text || \"\") === \"\" && options._canonical_uri) {\n\t\tthis.loadRemoteTiddler(options._canonical_uri);\n\t\ttext = $tw.language.getRawString(\"LazyLoadingWarning\");\n\t}\n\t// Initialise the classes if we don't have them already\n\tif(!this.pragmaRuleClasses) {\n\t\tWikiParser.prototype.pragmaRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"pragma\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.pragmaRuleClasses,\"$:/config/WikiParserRules/Pragmas/\");\n\t}\n\tif(!this.blockRuleClasses) {\n\t\tWikiParser.prototype.blockRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"block\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.blockRuleClasses,\"$:/config/WikiParserRules/Block/\");\n\t}\n\tif(!this.inlineRuleClasses) {\n\t\tWikiParser.prototype.inlineRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"inline\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.inlineRuleClasses,\"$:/config/WikiParserRules/Inline/\");\n\t}\n\t// Save the parse text\n\tthis.type = type || \"text/vnd.tiddlywiki\";\n\tthis.source = text || \"\";\n\tthis.sourceLength = this.source.length;\n\t// Flag for ignoring whitespace\n\tthis.configTrimWhiteSpace = false;\n\t// Set current parse position\n\tthis.pos = 0;\n\t// Instantiate the pragma parse rules\n\tthis.pragmaRules = this.instantiateRules(this.pragmaRuleClasses,\"pragma\",0);\n\t// Instantiate the parser block and inline rules\n\tthis.blockRules = this.instantiateRules(this.blockRuleClasses,\"block\",0);\n\tthis.inlineRules = this.instantiateRules(this.inlineRuleClasses,\"inline\",0);\n\t// Parse any pragmas\n\tthis.tree = [];\n\tvar topBranch = this.parsePragmas();\n\t// Parse the text into inline runs or blocks\n\tif(options.parseAsInline) {\n\t\ttopBranch.push.apply(topBranch,this.parseInlineRun());\n\t} else {\n\t\ttopBranch.push.apply(topBranch,this.parseBlocks());\n\t}\n\t// Return the parse tree\n};\n\n/*\n*/\nWikiParser.prototype.loadRemoteTiddler = function(url) {\n\tvar self = this;\n\t$tw.utils.httpRequest({\n\t\turl: url,\n\t\ttype: \"GET\",\n\t\tcallback: function(err,data) {\n\t\t\tif(!err) {\n\t\t\t\tvar tiddlers = self.wiki.deserializeTiddlers(\".tid\",data,self.wiki.getCreationFields());\n\t\t\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\t\t\ttiddler[\"_canonical_uri\"] = url;\n\t\t\t\t});\n\t\t\t\tif(tiddlers) {\n\t\t\t\t\tself.wiki.addTiddlers(tiddlers);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\n*/\nWikiParser.prototype.setupRules = function(proto,configPrefix) {\n\tvar self = this;\n\tif(!$tw.safemode) {\n\t\t$tw.utils.each(proto,function(object,name) {\n\t\t\tif(self.wiki.getTiddlerText(configPrefix + name,\"enable\") !== \"enable\") {\n\t\t\t\tdelete proto[name];\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nInstantiate an array of parse rules\n*/\nWikiParser.prototype.instantiateRules = function(classes,type,startPos) {\n\tvar rulesInfo = [],\n\t\tself = this;\n\t$tw.utils.each(classes,function(RuleClass) {\n\t\t// Instantiate the rule\n\t\tvar rule = new RuleClass(self);\n\t\trule.is = {};\n\t\trule.is[type] = true;\n\t\trule.init(self);\n\t\tvar matchIndex = rule.findNextMatch(startPos);\n\t\tif(matchIndex !== undefined) {\n\t\t\trulesInfo.push({\n\t\t\t\trule: rule,\n\t\t\t\tmatchIndex: matchIndex\n\t\t\t});\n\t\t}\n\t});\n\treturn rulesInfo;\n};\n\n/*\nSkip any whitespace at the current position. Options are:\n\ttreatNewlinesAsNonWhitespace: true if newlines are NOT to be treated as whitespace\n*/\nWikiParser.prototype.skipWhitespace = function(options) {\n\toptions = options || {};\n\tvar whitespaceRegExp = options.treatNewlinesAsNonWhitespace ? /([^\\S\\n]+)/mg : /(\\s+)/mg;\n\twhitespaceRegExp.lastIndex = this.pos;\n\tvar whitespaceMatch = whitespaceRegExp.exec(this.source);\n\tif(whitespaceMatch && whitespaceMatch.index === this.pos) {\n\t\tthis.pos = whitespaceRegExp.lastIndex;\n\t}\n};\n\n/*\nGet the next match out of an array of parse rule instances\n*/\nWikiParser.prototype.findNextMatch = function(rules,startPos) {\n\t// Find the best matching rule by finding the closest match position\n\tvar matchingRule,\n\t\tmatchingRulePos = this.sourceLength;\n\t// Step through each rule\n\tfor(var t=0; t<rules.length; t++) {\n\t\tvar ruleInfo = rules[t];\n\t\t// Ask the rule to get the next match if we've moved past the current one\n\t\tif(ruleInfo.matchIndex !== undefined  && ruleInfo.matchIndex < startPos) {\n\t\t\truleInfo.matchIndex = ruleInfo.rule.findNextMatch(startPos);\n\t\t}\n\t\t// Adopt this match if it's closer than the current best match\n\t\tif(ruleInfo.matchIndex !== undefined && ruleInfo.matchIndex <= matchingRulePos) {\n\t\t\tmatchingRule = ruleInfo;\n\t\t\tmatchingRulePos = ruleInfo.matchIndex;\n\t\t}\n\t}\n\treturn matchingRule;\n};\n\n/*\nParse any pragmas at the beginning of a block of parse text\n*/\nWikiParser.prototype.parsePragmas = function() {\n\tvar currentTreeBranch = this.tree;\n\twhile(true) {\n\t\t// Skip whitespace\n\t\tthis.skipWhitespace();\n\t\t// Check for the end of the text\n\t\tif(this.pos >= this.sourceLength) {\n\t\t\tbreak;\n\t\t}\n\t\t// Check if we've arrived at a pragma rule match\n\t\tvar nextMatch = this.findNextMatch(this.pragmaRules,this.pos);\n\t\t// If not, just exit\n\t\tif(!nextMatch || nextMatch.matchIndex !== this.pos) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the pragma rule\n\t\tvar subTree = nextMatch.rule.parse();\n\t\tif(subTree.length > 0) {\n\t\t\t// Quick hack; we only cope with a single parse tree node being returned, which is true at the moment\n\t\t\tcurrentTreeBranch.push.apply(currentTreeBranch,subTree);\n\t\t\tsubTree[0].children = [];\n\t\t\tcurrentTreeBranch = subTree[0].children;\n\t\t}\n\t}\n\treturn currentTreeBranch;\n};\n\n/*\nParse a block from the current position\n\tterminatorRegExpString: optional regular expression string that identifies the end of plain paragraphs. Must not include capturing parenthesis\n*/\nWikiParser.prototype.parseBlock = function(terminatorRegExpString) {\n\tvar terminatorRegExp = terminatorRegExpString ? new RegExp(\"(\" + terminatorRegExpString + \"|\\\\r?\\\\n\\\\r?\\\\n)\",\"mg\") : /(\\r?\\n\\r?\\n)/mg;\n\tthis.skipWhitespace();\n\tif(this.pos >= this.sourceLength) {\n\t\treturn [];\n\t}\n\t// Look for a block rule that applies at the current position\n\tvar nextMatch = this.findNextMatch(this.blockRules,this.pos);\n\tif(nextMatch && nextMatch.matchIndex === this.pos) {\n\t\treturn nextMatch.rule.parse();\n\t}\n\t// Treat it as a paragraph if we didn't find a block rule\n\treturn [{type: \"element\", tag: \"p\", children: this.parseInlineRun(terminatorRegExp)}];\n};\n\n/*\nParse a series of blocks of text until a terminating regexp is encountered or the end of the text\n\tterminatorRegExpString: terminating regular expression\n*/\nWikiParser.prototype.parseBlocks = function(terminatorRegExpString) {\n\tif(terminatorRegExpString) {\n\t\treturn this.parseBlocksTerminated(terminatorRegExpString);\n\t} else {\n\t\treturn this.parseBlocksUnterminated();\n\t}\n};\n\n/*\nParse a block from the current position to the end of the text\n*/\nWikiParser.prototype.parseBlocksUnterminated = function() {\n\tvar tree = [];\n\twhile(this.pos < this.sourceLength) {\n\t\ttree.push.apply(tree,this.parseBlock());\n\t}\n\treturn tree;\n};\n\n/*\nParse blocks of text until a terminating regexp is encountered\n*/\nWikiParser.prototype.parseBlocksTerminated = function(terminatorRegExpString) {\n\tvar terminatorRegExp = new RegExp(\"(\" + terminatorRegExpString + \")\",\"mg\"),\n\t\ttree = [];\n\t// Skip any whitespace\n\tthis.skipWhitespace();\n\t//  Check if we've got the end marker\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar match = terminatorRegExp.exec(this.source);\n\t// Parse the text into blocks\n\twhile(this.pos < this.sourceLength && !(match && match.index === this.pos)) {\n\t\tvar blocks = this.parseBlock(terminatorRegExpString);\n\t\ttree.push.apply(tree,blocks);\n\t\t// Skip any whitespace\n\t\tthis.skipWhitespace();\n\t\t//  Check if we've got the end marker\n\t\tterminatorRegExp.lastIndex = this.pos;\n\t\tmatch = terminatorRegExp.exec(this.source);\n\t}\n\tif(match && match.index === this.pos) {\n\t\tthis.pos = match.index + match[0].length;\n\t}\n\treturn tree;\n};\n\n/*\nParse a run of text at the current position\n\tterminatorRegExp: a regexp at which to stop the run\n\toptions: see below\nOptions available:\n\teatTerminator: move the parse position past any encountered terminator (default false)\n*/\nWikiParser.prototype.parseInlineRun = function(terminatorRegExp,options) {\n\tif(terminatorRegExp) {\n\t\treturn this.parseInlineRunTerminated(terminatorRegExp,options);\n\t} else {\n\t\treturn this.parseInlineRunUnterminated(options);\n\t}\n};\n\nWikiParser.prototype.parseInlineRunUnterminated = function(options) {\n\tvar tree = [];\n\t// Find the next occurrence of an inline rule\n\tvar nextMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around the matches until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && nextMatch) {\n\t\t// Process the text preceding the run rule\n\t\tif(nextMatch.matchIndex > this.pos) {\n\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,nextMatch.matchIndex));\n\t\t\tthis.pos = nextMatch.matchIndex;\n\t\t}\n\t\t// Process the run rule\n\t\ttree.push.apply(tree,nextMatch.rule.parse());\n\t\t// Look for the next run rule\n\t\tnextMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t}\n\t// Process the remaining text\n\tif(this.pos < this.sourceLength) {\n\t\tthis.pushTextWidget(tree,this.source.substr(this.pos));\n\t}\n\tthis.pos = this.sourceLength;\n\treturn tree;\n};\n\nWikiParser.prototype.parseInlineRunTerminated = function(terminatorRegExp,options) {\n\toptions = options || {};\n\tvar tree = [];\n\t// Find the next occurrence of the terminator\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar terminatorMatch = terminatorRegExp.exec(this.source);\n\t// Find the next occurrence of a inlinerule\n\tvar inlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && (terminatorMatch || inlineRuleMatch)) {\n\t\t// Return if we've found the terminator, and it precedes any inline rule match\n\t\tif(terminatorMatch) {\n\t\t\tif(!inlineRuleMatch || inlineRuleMatch.matchIndex >= terminatorMatch.index) {\n\t\t\t\tif(terminatorMatch.index > this.pos) {\n\t\t\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,terminatorMatch.index));\n\t\t\t\t}\n\t\t\t\tthis.pos = terminatorMatch.index;\n\t\t\t\tif(options.eatTerminator) {\n\t\t\t\t\tthis.pos += terminatorMatch[0].length;\n\t\t\t\t}\n\t\t\t\treturn tree;\n\t\t\t}\n\t\t}\n\t\t// Process any inline rule, along with the text preceding it\n\t\tif(inlineRuleMatch) {\n\t\t\t// Preceding text\n\t\t\tif(inlineRuleMatch.matchIndex > this.pos) {\n\t\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,inlineRuleMatch.matchIndex));\n\t\t\t\tthis.pos = inlineRuleMatch.matchIndex;\n\t\t\t}\n\t\t\t// Process the inline rule\n\t\t\ttree.push.apply(tree,inlineRuleMatch.rule.parse());\n\t\t\t// Look for the next inline rule\n\t\t\tinlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t\t\t// Look for the next terminator match\n\t\t\tterminatorRegExp.lastIndex = this.pos;\n\t\t\tterminatorMatch = terminatorRegExp.exec(this.source);\n\t\t}\n\t}\n\t// Process the remaining text\n\tif(this.pos < this.sourceLength) {\n\t\tthis.pushTextWidget(tree,this.source.substr(this.pos));\n\t}\n\tthis.pos = this.sourceLength;\n\treturn tree;\n};\n\n/*\nPush a text widget onto an array, respecting the configTrimWhiteSpace setting\n*/\nWikiParser.prototype.pushTextWidget = function(array,text) {\n\tif(this.configTrimWhiteSpace) {\n\t\ttext = $tw.utils.trim(text);\n\t}\n\tif(text) {\n\t\tarray.push({type: \"text\", text: text});\t\t\n\t}\n};\n\n/*\nParse zero or more class specifiers `.classname`\n*/\nWikiParser.prototype.parseClasses = function() {\n\tvar classRegExp = /\\.([^\\s\\.]+)/mg,\n\t\tclassNames = [];\n\tclassRegExp.lastIndex = this.pos;\n\tvar match = classRegExp.exec(this.source);\n\twhile(match && match.index === this.pos) {\n\t\tthis.pos = match.index + match[0].length;\n\t\tclassNames.push(match[1]);\n\t\tmatch = classRegExp.exec(this.source);\n\t}\n\treturn classNames;\n};\n\n/*\nAmend the rules used by this instance of the parser\n\ttype: `only` keeps just the named rules, `except` keeps all but the named rules\n\tnames: array of rule names\n*/\nWikiParser.prototype.amendRules = function(type,names) {\n\tnames = names || [];\n\t// Define the filter function\n\tvar target;\n\tif(type === \"only\") {\n\t\ttarget = true;\n\t} else if(type === \"except\") {\n\t\ttarget = false;\n\t} else {\n\t\treturn;\n\t}\n\t// Define a function to process each of our rule arrays\n\tvar processRuleArray = function(ruleArray) {\n\t\tfor(var t=ruleArray.length-1; t>=0; t--) {\n\t\t\tif((names.indexOf(ruleArray[t].rule.name) === -1) === target) {\n\t\t\t\truleArray.splice(t,1);\n\t\t\t}\n\t\t}\n\t};\n\t// Process each rule array\n\tprocessRuleArray(this.pragmaRules);\n\tprocessRuleArray(this.blockRules);\n\tprocessRuleArray(this.inlineRules);\n};\n\nexports[\"text/vnd.tiddlywiki\"] = WikiParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/wikiparser/rules/wikirulebase.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/wikirulebase.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikirulebase.js\ntype: application/javascript\nmodule-type: global\n\nBase class for wiki parser rules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nThis constructor is always overridden with a blank constructor, and so shouldn't be used\n*/\nvar WikiRuleBase = function() {\n};\n\n/*\nTo be overridden by individual rules\n*/\nWikiRuleBase.prototype.init = function(parser) {\n\tthis.parser = parser;\n};\n\n/*\nDefault implementation of findNextMatch uses RegExp matching\n*/\nWikiRuleBase.prototype.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\treturn this.match ? this.match.index : undefined;\n};\n\nexports.WikiRuleBase = WikiRuleBase;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/parsers/wikiparser/rules/codeblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/codeblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for code blocks. For example:\n\n```\n\t```\n\tThis text will not be //wikified//\n\t```\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"codeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match and get language if defined\n\tthis.matchRegExp = /```([\\w-]*)\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /(\\r?\\n```$)/mg;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Look for the end of the block\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the block\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\t// Return the $codeblock widget\n\treturn [{\n\t\t\ttype: \"codeblock\",\n\t\t\tattributes: {\n\t\t\t\t\tcode: {type: \"string\", value: text},\n\t\t\t\t\tlanguage: {type: \"string\", value: this.match[1]}\n\t\t\t}\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/codeinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/codeinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for code runs. For example:\n\n```\n\tThis is a `code run`.\n\tThis is another ``code run``\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"codeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(``?)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar reEnd = new RegExp(this.match[1], \"mg\");\n\t// Look for the end marker\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the text\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"code\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\ttext: text\n\t\t}]\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/commentinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/commentinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for HTML comments. For example:\n\n```\n<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" sequence and a closing \"-->\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"commentinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/mg;\n\tthis.endMatchRegExp = /-->/mg;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\tif(this.match) {\n\t\tthis.endMatchRegExp.lastIndex = startPos + this.match[0].length;\n\t\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\n\t\tif(this.endMatch) {\n\t\t\treturn this.match.index;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\t// Don't return any elements\n\treturn [];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/dash.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/dash.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/dash.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for dashes. For example:\n\n```\nThis is an en-dash: --\n\nThis is an em-dash: ---\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"dash\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /-{2,3}(?!-)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar dash = this.match[0].length === 2 ? \"&ndash;\" : \"&mdash;\";\n\treturn [{\n\t\ttype: \"entity\",\n\t\tentity: dash\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/commentblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/commentblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for HTML comments. For example:\n\n```\n<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" sequence and a closing \"-->\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"commentblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/mg;\n\tthis.endMatchRegExp = /-->/mg;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\tif(this.match) {\n\t\tthis.endMatchRegExp.lastIndex = startPos + this.match[0].length;\n\t\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\n\t\tif(this.endMatch) {\n\t\t\treturn this.match.index;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\t// Don't return any elements\n\treturn [];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for block-level filtered transclusion. For example:\n\n```\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"filteredtranscludeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{\\{([^\\|]+?)(?:\\|([^\\|\\{\\}]+))?(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}([^\\}]*)\\}(?:\\.(\\S+))?(?:\\r?\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar filter = this.match[1],\n\t\ttooltip = this.match[2],\n\t\ttemplate = $tw.utils.trim(this.match[3]),\n\t\tstyle = this.match[4],\n\t\tclasses = this.match[5];\n\t// Return the list widget\n\tvar node = {\n\t\ttype: \"list\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: filter}\n\t\t},\n\t\tisBlock: true\n\t};\n\tif(tooltip) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: tooltip};\n\t}\n\tif(template) {\n\t\tnode.attributes.template = {type: \"string\", value: template};\n\t}\n\tif(style) {\n\t\tnode.attributes.style = {type: \"string\", value: style};\n\t}\n\tif(classes) {\n\t\tnode.attributes.itemClass = {type: \"string\", value: classes.split(\".\").join(\" \")};\n\t}\n\treturn [node];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for marking areas with hard line breaks. For example:\n\n```\n\"\"\"\nThis is some text\nThat is set like\nIt is a Poem\nWhen it is\nClearly\nNot\n\"\"\"\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"hardlinebreaks\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\"\"\"(?:\\r?\\n)?/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /(\"\"\")|(\\r?\\n)/mg,\n\t\ttree = [],\n\t\tmatch;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tdo {\n\t\t// Parse the run up to the terminator\n\t\ttree.push.apply(tree,this.parser.parseInlineRun(reEnd,{eatTerminator: false}));\n\t\t// Redo the terminator match\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tmatch = reEnd.exec(this.parser.source);\n\t\tif(match) {\n\t\t\tthis.parser.pos = reEnd.lastIndex;\n\t\t\t// Add a line break if the terminator was a line break\n\t\t\tif(match[2]) {\n\t\t\t\ttree.push({type: \"element\", tag: \"br\"});\n\t\t\t}\n\t\t}\n\t} while(match && !match[1]);\n\t// Return the nodes\n\treturn tree;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/extlink.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/extlink.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/extlink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for external links. For example:\n\n```\nAn external link: https://www.tiddlywiki.com/\n\nA suppressed external link: ~http://www.tiddlyspace.com/\n```\n\nExternal links can be suppressed by preceding them with `~`.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"extlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\b)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Create the link unless it is suppressed\n\tif(this.match[0].substr(0,1) === \"~\") {\n\t\treturn [{type: \"text\", text: this.match[0].substr(1)}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tattributes: {\n\t\t\t\thref: {type: \"string\", value: this.match[0]},\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t\ttarget: {type: \"string\", value: \"_blank\"},\n\t\t\t\trel: {type: \"string\", value: \"noopener noreferrer\"}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: this.match[0]\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/heading.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/heading.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/heading.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for headings\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"heading\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(!{1,6})/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar headingLevel = this.match[1].length;\n\t// Move past the !s\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse any classes, whitespace and then the heading itself\n\tvar classes = this.parser.parseClasses();\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tvar tree = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// Return the heading\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"h\" + headingLevel, \n\t\tattributes: {\n\t\t\t\"class\": {type: \"string\", value: classes.join(\" \")}\n\t\t},\n\t\tchildren: tree\n\t}];\n};\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/html.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/html.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/html.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for HTML elements and widgets. For example:\n\n{{{\n<aside>\nThis is an HTML5 aside element\n</aside>\n\n<$slider target=\"MyTiddler\">\nThis is a widget invocation\n</$slider>\n\n}}}\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"html\";\nexports.types = {inline: true, block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextTag = this.findNextTag(this.parser.source,startPos,{\n\t\trequireLineBreak: this.is.block\n\t});\n\treturn this.nextTag ? this.nextTag.start : undefined;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Retrieve the most recent match so that recursive calls don't overwrite it\n\tvar tag = this.nextTag;\n\tthis.nextTag = null;\n\t// Advance the parser position to past the tag\n\tthis.parser.pos = tag.end;\n\t// Check for an immediately following double linebreak\n\tvar hasLineBreak = !tag.isSelfClosing && !!$tw.utils.parseTokenRegExp(this.parser.source,this.parser.pos,/([^\\S\\n\\r]*\\r?\\n(?:[^\\S\\n\\r]*\\r?\\n|$))/g);\n\t// Set whether we're in block mode\n\ttag.isBlock = this.is.block || hasLineBreak;\n\t// Parse the body if we need to\n\tif(!tag.isSelfClosing && $tw.config.htmlVoidElements.indexOf(tag.tag) === -1) {\n\t\t\tvar reEndString = \"</\" + $tw.utils.escapeRegExp(tag.tag) + \">\",\n\t\t\t\treEnd = new RegExp(\"(\" + reEndString + \")\",\"mg\");\n\t\tif(hasLineBreak) {\n\t\t\ttag.children = this.parser.parseBlocks(reEndString);\n\t\t} else {\n\t\t\ttag.children = this.parser.parseInlineRun(reEnd);\n\t\t}\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tvar endMatch = reEnd.exec(this.parser.source);\n\t\tif(endMatch && endMatch.index === this.parser.pos) {\n\t\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\n\t\t}\n\t}\n\t// Return the tag\n\treturn [tag];\n};\n\n/*\nLook for an HTML tag. Returns null if not found, otherwise returns {type: \"element\", name:, attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseTag = function(source,pos,options) {\n\toptions = options || {};\n\tvar token,\n\t\tnode = {\n\t\t\ttype: \"element\",\n\t\t\tstart: pos,\n\t\t\tattributes: {}\n\t\t};\n\t// Define our regexps\n\tvar reTagName = /([a-zA-Z0-9\\-\\$]+)/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a less than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\"<\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the tag name\n\ttoken = $tw.utils.parseTokenRegExp(source,pos,reTagName);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tnode.tag = token.match[1];\n\tif(node.tag.slice(1).indexOf(\"$\") !== -1) {\n\t\treturn null;\n\t}\n\tif(node.tag.charAt(0) === \"$\") {\n\t\tnode.type = node.tag.substr(1);\n\t}\n\tpos = token.end;\n\t// Check that the tag is terminated by a space, / or >\n\tif(!$tw.utils.parseWhiteSpace(source,pos) && !(source.charAt(pos) === \"/\") && !(source.charAt(pos) === \">\") ) {\n\t\treturn null;\n\t}\n\t// Process attributes\n\tvar attribute = $tw.utils.parseAttribute(source,pos);\n\twhile(attribute) {\n\t\tnode.attributes[attribute.name] = attribute;\n\t\tpos = attribute.end;\n\t\t// Get the next attribute\n\t\tattribute = $tw.utils.parseAttribute(source,pos);\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a closing slash\n\ttoken = $tw.utils.parseTokenString(source,pos,\"/\");\n\tif(token) {\n\t\tpos = token.end;\n\t\tnode.isSelfClosing = true;\n\t}\n\t// Look for a greater than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\">\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Check for a required line break\n\tif(options.requireLineBreak) {\n\t\ttoken = $tw.utils.parseTokenRegExp(source,pos,/([^\\S\\n\\r]*\\r?\\n(?:[^\\S\\n\\r]*\\r?\\n|$))/g);\n\t\tif(!token) {\n\t\t\treturn null;\n\t\t}\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\nexports.findNextTag = function(source,pos,options) {\n\t// A regexp for finding candidate HTML tags\n\tvar reLookahead = /<([a-zA-Z\\-\\$]+)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a tag\n\t\tvar tag = this.parseTag(source,match.index,options);\n\t\t// Return success\n\t\tif(tag && this.isLegalTag(tag)) {\n\t\t\treturn tag;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\nexports.isLegalTag = function(tag) {\n\t// Widgets are always OK\n\tif(tag.type !== \"element\") {\n\t\treturn true;\n\t// If it's an HTML tag that starts with a dash then it's not legal\n\t} else if(tag.tag.charAt(0) === \"-\") {\n\t\treturn false;\n\t} else {\n\t\t// Otherwise it's OK\n\t\treturn true;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for inline filtered transclusion. For example:\n\n```\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"filteredtranscludeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{\\{([^\\|]+?)(?:\\|([^\\|\\{\\}]+))?(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}([^\\}]*)\\}(?:\\.(\\S+))?/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar filter = this.match[1],\n\t\ttooltip = this.match[2],\n\t\ttemplate = $tw.utils.trim(this.match[3]),\n\t\tstyle = this.match[4],\n\t\tclasses = this.match[5];\n\t// Return the list widget\n\tvar node = {\n\t\ttype: \"list\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: filter}\n\t\t}\n\t};\n\tif(tooltip) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: tooltip};\n\t}\n\tif(template) {\n\t\tnode.attributes.template = {type: \"string\", value: template};\n\t}\n\tif(style) {\n\t\tnode.attributes.style = {type: \"string\", value: style};\n\t}\n\tif(classes) {\n\t\tnode.attributes.itemClass = {type: \"string\", value: classes.split(\".\").join(\" \")};\n\t}\n\treturn [node];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/image.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/image.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/image.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for embedding images. For example:\n\n```\n[img[https://tiddlywiki.com/fractalveg.jpg]]\n[img width=23 height=24 [https://tiddlywiki.com/fractalveg.jpg]]\n[img width={{!!width}} height={{!!height}} [https://tiddlywiki.com/fractalveg.jpg]]\n[img[Description of image|https://tiddlywiki.com/fractalveg.jpg]]\n[img[TiddlerTitle]]\n[img[Description of image|TiddlerTitle]]\n```\n\nGenerates the `<$image>` widget.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"image\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextImage = this.findNextImage(this.parser.source,startPos);\n\treturn this.nextImage ? this.nextImage.start : undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.nextImage.end;\n\tvar node = {\n\t\ttype: \"image\",\n\t\tattributes: this.nextImage.attributes\n\t};\n\treturn [node];\n};\n\n/*\nFind the next image from the current position\n*/\nexports.findNextImage = function(source,pos) {\n\t// A regexp for finding candidate HTML tags\n\tvar reLookahead = /(\\[img)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a tag\n\t\tvar tag = this.parseImage(source,match.index);\n\t\t// Return success\n\t\tif(tag) {\n\t\t\treturn tag;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\n/*\nLook for an image at the specified position. Returns null if not found, otherwise returns {type: \"image\", attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseImage = function(source,pos) {\n\tvar token,\n\t\tnode = {\n\t\t\ttype: \"image\",\n\t\t\tstart: pos,\n\t\t\tattributes: {}\n\t\t};\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[img`\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[img\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Process attributes\n\tif(source.charAt(pos) !== \"[\") {\n\t\tvar attribute = $tw.utils.parseAttribute(source,pos);\n\t\twhile(attribute) {\n\t\t\tnode.attributes[attribute.name] = attribute;\n\t\t\tpos = attribute.end;\n\t\t\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t\t\tif(source.charAt(pos) !== \"[\") {\n\t\t\t\t// Get the next attribute\n\t\t\t\tattribute = $tw.utils.parseAttribute(source,pos);\n\t\t\t} else {\n\t\t\t\tattribute = null;\n\t\t\t}\n\t\t}\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[` after the attributes\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Get the source up to the terminating `]]`\n\ttoken = $tw.utils.parseTokenRegExp(source,pos,/(?:([^|\\]]*?)\\|)?([^\\]]+?)\\]\\]/g);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\tif(token.match[1]) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: token.match[1].trim()};\n\t}\n\tnode.attributes.source = {type: \"string\", value: (token.match[2] || \"\").trim()};\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/import.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/import.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/import.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for importing variable definitions\n\n```\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"import\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\import[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\tvar self = this;\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the filter terminated by a line break\n\tvar reMatch = /(.*)(\\r?\\n)|$/mg;\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\tthis.parser.pos = reMatch.lastIndex;\n\t// Parse tree nodes to return\n\treturn [{\n\t\ttype: \"importvariables\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: match[1]}\n\t\t},\n\t\tchildren: []\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/horizrule.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/horizrule.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/horizrule.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for rules. For example:\n\n```\n---\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"horizrule\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /-{3,}\\r?(?:\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\treturn [{type: \"element\", tag: \"hr\"}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/macrocallinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/macrocallinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for macro calls\n\n```\n<<name value value2>>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrocallinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /<<([^\\s>]+)\\s*([\\s\\S]*?)>>/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5]|| paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/list.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/list.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/list.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for lists. For example:\n\n```\n* This is an unordered list\n* It has two items\n\n# This is a numbered list\n## With a subitem\n# And a third item\n\n; This is a term that is being defined\n: This is the definition of that term\n```\n\nNote that lists can be nested arbitrarily:\n\n```\n#** One\n#* Two\n#** Three\n#**** Four\n#**# Five\n#**## Six\n## Seven\n### Eight\n## Nine\n```\n\nA CSS class can be applied to a list item as follows:\n\n```\n* List item one\n*.active List item two has the class `active`\n* List item three\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"list\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /([\\*#;:>]+)/mg;\n};\n\nvar listTypes = {\n\t\"*\": {listTag: \"ul\", itemTag: \"li\"},\n\t\"#\": {listTag: \"ol\", itemTag: \"li\"},\n\t\";\": {listTag: \"dl\", itemTag: \"dt\"},\n\t\":\": {listTag: \"dl\", itemTag: \"dd\"},\n\t\">\": {listTag: \"blockquote\", itemTag: \"div\"}\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Array of parse tree nodes for the previous row of the list\n\tvar listStack = [];\n\t// Cycle through the items in the list\n\twhile(true) {\n\t\t// Match the list marker\n\t\tvar reMatch = /([\\*#;:>]+)/mg;\n\t\treMatch.lastIndex = this.parser.pos;\n\t\tvar match = reMatch.exec(this.parser.source);\n\t\tif(!match || match.index !== this.parser.pos) {\n\t\t\tbreak;\n\t\t}\n\t\t// Check whether the list type of the top level matches\n\t\tvar listInfo = listTypes[match[0].charAt(0)];\n\t\tif(listStack.length > 0 && listStack[0].tag !== listInfo.listTag) {\n\t\t\tbreak;\n\t\t}\n\t\t// Move past the list marker\n\t\tthis.parser.pos = match.index + match[0].length;\n\t\t// Walk through the list markers for the current row\n\t\tfor(var t=0; t<match[0].length; t++) {\n\t\t\tlistInfo = listTypes[match[0].charAt(t)];\n\t\t\t// Remove any stacked up element if we can't re-use it because the list type doesn't match\n\t\t\tif(listStack.length > t && listStack[t].tag !== listInfo.listTag) {\n\t\t\t\tlistStack.splice(t,listStack.length - t);\n\t\t\t}\n\t\t\t// Construct the list element or reuse the previous one at this level\n\t\t\tif(listStack.length <= t) {\n\t\t\t\tvar listElement = {type: \"element\", tag: listInfo.listTag, children: [\n\t\t\t\t\t{type: \"element\", tag: listInfo.itemTag, children: []}\n\t\t\t\t]};\n\t\t\t\t// Link this list element into the last child item of the parent list item\n\t\t\t\tif(t) {\n\t\t\t\t\tvar prevListItem = listStack[t-1].children[listStack[t-1].children.length-1];\n\t\t\t\t\tprevListItem.children.push(listElement);\n\t\t\t\t}\n\t\t\t\t// Save this element in the stack\n\t\t\t\tlistStack[t] = listElement;\n\t\t\t} else if(t === (match[0].length - 1)) {\n\t\t\t\tlistStack[t].children.push({type: \"element\", tag: listInfo.itemTag, children: []});\n\t\t\t}\n\t\t}\n\t\tif(listStack.length > match[0].length) {\n\t\t\tlistStack.splice(match[0].length,listStack.length - match[0].length);\n\t\t}\n\t\t// Process the body of the list item into the last list item\n\t\tvar lastListChildren = listStack[listStack.length-1].children,\n\t\t\tlastListItem = lastListChildren[lastListChildren.length-1],\n\t\t\tclasses = this.parser.parseClasses();\n\t\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\t\tvar tree = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t\tlastListItem.children.push.apply(lastListItem.children,tree);\n\t\tif(classes.length > 0) {\n\t\t\t$tw.utils.addClassToParseTreeNode(lastListItem,classes.join(\" \"));\n\t\t}\n\t\t// Consume any whitespace following the list item\n\t\tthis.parser.skipWhitespace();\n\t}\n\t// Return the root element of the list\n\treturn [listStack[0]];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/macrodef.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/macrodef.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrodef.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for macro definitions\n\n```\n\\define name(param:defaultvalue,param2:defaultvalue)\ndefinition text, including $param$ markers\n\\end\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrodef\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\define\\s+([^(\\s]+)\\(\\s*([^)]*)\\)(\\s*\\r?\\n)?/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Move past the macro name and parameters\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the parameters\n\tvar paramString = this.match[2],\n\t\tparams = [];\n\tif(paramString !== \"\") {\n\t\tvar reParam = /\\s*([A-Za-z0-9\\-_]+)(?:\\s*:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))?/mg,\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\twhile(paramMatch) {\n\t\t\t// Save the parameter details\n\t\t\tvar paramInfo = {name: paramMatch[1]},\n\t\t\t\tdefaultValue = paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6];\n\t\t\tif(defaultValue) {\n\t\t\t\tparamInfo[\"default\"] = defaultValue;\n\t\t\t}\n\t\t\tparams.push(paramInfo);\n\t\t\t// Look for the next parameter\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\t}\n\t}\n\t// Is this a multiline definition?\n\tvar reEnd;\n\tif(this.match[3]) {\n\t\t// If so, the end of the body is marked with \\end\n\t\treEnd = /(\\r?\\n\\\\end[^\\S\\n\\r]*(?:$|\\r?\\n))/mg;\n\t} else {\n\t\t// Otherwise, the end of the definition is marked by the end of the line\n\t\treEnd = /($|\\r?\\n)/mg;\n\t\t// Move past any whitespace\n\t\tthis.parser.pos = $tw.utils.skipWhiteSpace(this.parser.source,this.parser.pos);\n\t}\n\t// Find the end of the definition\n\treEnd.lastIndex = this.parser.pos;\n\tvar text,\n\t\tendMatch = reEnd.exec(this.parser.source);\n\tif(endMatch) {\n\t\ttext = this.parser.source.substring(this.parser.pos,endMatch.index);\n\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\n\t} else {\n\t\t// We didn't find the end of the definition, so we'll make it blank\n\t\ttext = \"\";\n\t}\n\t// Save the macro definition\n\treturn [{\n\t\ttype: \"set\",\n\t\tattributes: {\n\t\t\tname: {type: \"string\", value: this.match[1]},\n\t\t\tvalue: {type: \"string\", value: text}\n\t\t},\n\t\tchildren: [],\n\t\tparams: params,\n\t\tisMacroDefinition: true\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/prettyextlink.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/prettyextlink.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettyextlink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for external links. For example:\n\n```\n[ext[https://tiddlywiki.com/fractalveg.jpg]]\n[ext[Tooltip|https://tiddlywiki.com/fractalveg.jpg]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"prettyextlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextLink = this.findNextLink(this.parser.source,startPos);\n\treturn this.nextLink ? this.nextLink.start : undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.nextLink.end;\n\treturn [this.nextLink];\n};\n\n/*\nFind the next link from the current position\n*/\nexports.findNextLink = function(source,pos) {\n\t// A regexp for finding candidate links\n\tvar reLookahead = /(\\[ext\\[)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a link\n\t\tvar link = this.parseLink(source,match.index);\n\t\t// Return success\n\t\tif(link) {\n\t\t\treturn link;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\n/*\nLook for an link at the specified position. Returns null if not found, otherwise returns {type: \"element\", tag: \"a\", attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseLink = function(source,pos) {\n\tvar token,\n\t\ttextNode = {\n\t\t\ttype: \"text\"\n\t\t},\n\t\tnode = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tstart: pos,\n\t\t\tattributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t},\n\t\t\tchildren: [textNode]\n\t\t};\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[ext[`\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[ext[\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Look ahead for the terminating `]]`\n\tvar closePos = source.indexOf(\"]]\",pos);\n\tif(closePos === -1) {\n\t\treturn null;\n\t}\n\t// Look for a `|` separating the tooltip\n\tvar splitPos = source.indexOf(\"|\",pos);\n\tif(splitPos === -1 || splitPos > closePos) {\n\t\tsplitPos = null;\n\t}\n\t// Pull out the tooltip and URL\n\tvar tooltip, URL;\n\tif(splitPos) {\n\t\tURL = source.substring(splitPos + 1,closePos).trim();\n\t\ttextNode.text = source.substring(pos,splitPos).trim();\n\t} else {\n\t\tURL = source.substring(pos,closePos).trim();\n\t\ttextNode.text = URL;\n\t}\n\tnode.attributes.href = {type: \"string\", value: URL};\n\tnode.attributes.target = {type: \"string\", value: \"_blank\"};\n\tnode.attributes.rel = {type: \"string\", value: \"noopener noreferrer\"};\n\t// Update the end position\n\tnode.end = closePos + 2;\n\treturn node;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/prettylink.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/prettylink.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettylink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for pretty links. For example:\n\n```\n[[Introduction]]\n\n[[Link description|TiddlerTitle]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"prettylink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\[\\[(.*?)(?:\\|(.*?))?\\]\\]/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Process the link\n\tvar text = this.match[1],\n\t\tlink = this.match[2] || text;\n\tif($tw.utils.isLinkExternal(link)) {\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tattributes: {\n\t\t\t\thref: {type: \"string\", value: link},\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t\ttarget: {type: \"string\", value: \"_blank\"},\n\t\t\t\trel: {type: \"string\", value: \"noopener noreferrer\"}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: text\n\t\t\t}]\n\t\t}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"link\",\n\t\t\tattributes: {\n\t\t\t\tto: {type: \"string\", value: link}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: text\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/rules.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/rules.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/rules.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for rules specifications\n\n```\n\\rules except ruleone ruletwo rulethree\n\\rules only ruleone ruletwo rulethree\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"rules\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\rules[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse whitespace delimited tokens terminated by a line break\n\tvar reMatch = /[^\\S\\n]*(\\S+)|(\\r?\\n)/mg,\n\t\ttokens = [];\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\twhile(match && match.index === this.parser.pos) {\n\t\tthis.parser.pos = reMatch.lastIndex;\n\t\t// Exit if we've got the line break\n\t\tif(match[2]) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the token\n\t\tif(match[1]) {\n\t\t\ttokens.push(match[1]);\n\t\t}\n\t\t// Match the next token\n\t\tmatch = reMatch.exec(this.parser.source);\n\t}\n\t// Process the tokens\n\tif(tokens.length > 0) {\n\t\tthis.parser.amendRules(tokens[0],tokens.slice(1));\n\t}\n\t// No parse tree nodes to return\n\treturn [];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/quoteblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/quoteblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/quoteblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for quote blocks. For example:\n\n```\n\t<<<.optionalClass(es) optional cited from\n\ta quote\n\t<<<\n\t\n\t<<<.optionalClass(es)\n\ta quote\n\t<<< optional cited from\n```\n\nQuotes can be quoted by putting more <s\n\n```\n\t<<<\n\tQuote Level 1\n\t\n\t<<<<\n\tQuoteLevel 2\n\t<<<<\n\t\n\t<<<\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"quoteblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(<<<+)/mg;\n};\n\nexports.parse = function() {\n\tvar classes = [\"tc-quote\"];\n\t// Get all the details of the match\n\tvar reEndString = \"^\" + this.match[1] + \"(?!<)\";\n\t// Move past the <s\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t\n\t// Parse any classes, whitespace and then the optional cite itself\n\tclasses.push.apply(classes, this.parser.parseClasses());\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tvar cite = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// before handling the cite, parse the body of the quote\n\tvar tree= this.parser.parseBlocks(reEndString);\n\t// If we got a cite, put it before the text\n\tif(cite.length > 0) {\n\t\ttree.unshift({\n\t\t\ttype: \"element\",\n\t\t\ttag: \"cite\",\n\t\t\tchildren: cite\n\t\t});\n\t}\n\t// Parse any optional cite\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tcite = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// If we got a cite, push it\n\tif(cite.length > 0) {\n\t\ttree.push({\n\t\t\ttype: \"element\",\n\t\t\ttag: \"cite\",\n\t\t\tchildren: cite\n\t\t});\n\t}\n\t// Return the blockquote element\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"blockquote\",\n\t\tattributes: {\n\t\t\tclass: { type: \"string\", value: classes.join(\" \") },\n\t\t},\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/styleinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/styleinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for assigning styles and classes to inline runs. For example:\n\n```\n@@.myClass This is some text with a class@@\n@@background-color:red;This is some text with a background colour@@\n@@width:100px;.myClass This is some text with a class and a width@@\n```\n\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"styleinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /@@((?:[^\\.\\r\\n\\s:]+:[^\\r\\n;]+;)+)?(\\.(?:[^\\r\\n\\s]+)\\s+)?/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /@@/g;\n\t// Get the styles and class\n\tvar stylesString = this.match[1],\n\t\tclassString = this.match[2] ? this.match[2].split(\".\").join(\" \") : undefined;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the run up to the terminator\n\tvar tree = this.parser.parseInlineRun(reEnd,{eatTerminator: true});\n\t// Return the classed span\n\tvar node = {\n\t\ttype: \"element\",\n\t\ttag: \"span\",\n\t\tattributes: {\n\t\t\t\"class\": {type: \"string\", value: \"tc-inline-style\"}\n\t\t},\n\t\tchildren: tree\n\t};\n\tif(classString) {\n\t\t$tw.utils.addClassToParseTreeNode(node,classString);\n\t}\n\tif(stylesString) {\n\t\t$tw.utils.addAttributeToParseTreeNode(node,\"style\",stylesString);\n\t}\n\treturn [node];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/styleblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/styleblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for assigning styles and classes to paragraphs and other blocks. For example:\n\n```\n@@.myClass\n@@background-color:red;\nThis paragraph will have the CSS class `myClass`.\n\n* The `<ul>` around this list will also have the class `myClass`\n* List item 2\n\n@@\n```\n\nNote that classes and styles can be mixed subject to the rule that styles must precede classes. For example\n\n```\n@@.myFirstClass.mySecondClass\n@@width:100px;.myThirdClass\nThis is a paragraph\n@@\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"styleblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /@@((?:[^\\.\\r\\n\\s:]+:[^\\r\\n;]+;)+)?(?:\\.([^\\r\\n\\s]+))?\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEndString = \"^@@(?:\\\\r?\\\\n)?\";\n\tvar classes = [], styles = [];\n\tdo {\n\t\t// Get the class and style\n\t\tif(this.match[1]) {\n\t\t\tstyles.push(this.match[1]);\n\t\t}\n\t\tif(this.match[2]) {\n\t\t\tclasses.push(this.match[2].split(\".\").join(\" \"));\n\t\t}\n\t\t// Move past the match\n\t\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t\t// Look for another line of classes and styles\n\t\tthis.match = this.matchRegExp.exec(this.parser.source);\n\t} while(this.match && this.match.index === this.parser.pos);\n\t// Parse the body\n\tvar tree = this.parser.parseBlocks(reEndString);\n\tfor(var t=0; t<tree.length; t++) {\n\t\tif(classes.length > 0) {\n\t\t\t$tw.utils.addClassToParseTreeNode(tree[t],classes.join(\" \"));\n\t\t}\n\t\tif(styles.length > 0) {\n\t\t\t$tw.utils.addAttributeToParseTreeNode(tree[t],\"style\",styles.join(\"\"));\n\t\t}\n\t}\n\treturn tree;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/syslink.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/syslink.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/syslink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for system tiddler links.\nCan be suppressed preceding them with `~`.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"syslink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = new RegExp(\n\t\t\"~?\\\\$:\\\\/[\" +\n\t\t$tw.config.textPrimitives.anyLetter.substr(1,$tw.config.textPrimitives.anyLetter.length - 2) +\n\t\t\"\\/._-]+\",\n\t\t\"mg\"\n\t);\n};\n\nexports.parse = function() {\n\tvar match = this.match[0];\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Create the link unless it is suppressed\n\tif(match.substr(0,1) === \"~\") {\n\t\treturn [{type: \"text\", text: match.substr(1)}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"link\",\n\t\t\tattributes: {\n\t\t\t\tto: {type: \"string\", value: match}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\ttext: match\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/table.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/table.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/table.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for tables.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"table\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\|(?:[^\\n]*)\\|(?:[fhck]?)\\r?(?:\\n|$)/mg;\n};\n\nvar processRow = function(prevColumns) {\n\tvar cellRegExp = /(?:\\|([^\\n\\|]*)\\|)|(\\|[fhck]?\\r?(?:\\n|$))/mg,\n\t\tcellTermRegExp = /((?:\\x20*)\\|)/mg,\n\t\ttree = [],\n\t\tcol = 0,\n\t\tcolSpanCount = 1,\n\t\tprevCell,\n\t\tvAlign;\n\t// Match a single cell\n\tcellRegExp.lastIndex = this.parser.pos;\n\tvar cellMatch = cellRegExp.exec(this.parser.source);\n\twhile(cellMatch && cellMatch.index === this.parser.pos) {\n\t\tif(cellMatch[1] === \"~\") {\n\t\t\t// Rowspan\n\t\t\tvar last = prevColumns[col];\n\t\t\tif(last) {\n\t\t\t\tlast.rowSpanCount++;\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"rowspan\",last.rowSpanCount);\n\t\t\t\tvAlign = $tw.utils.getAttributeValueFromParseTreeNode(last.element,\"valign\",\"center\");\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"valign\",vAlign);\n\t\t\t\tif(colSpanCount > 1) {\n\t\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"colspan\",colSpanCount);\n\t\t\t\t\tcolSpanCount = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[1] === \">\") {\n\t\t\t// Colspan\n\t\t\tcolSpanCount++;\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[1] === \"<\" && prevCell) {\n\t\t\tcolSpanCount = 1 + $tw.utils.getAttributeValueFromParseTreeNode(prevCell,\"colspan\",1);\n\t\t\t$tw.utils.addAttributeToParseTreeNode(prevCell,\"colspan\",colSpanCount);\n\t\t\tcolSpanCount = 1;\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[2]) {\n\t\t\t// End of row\n\t\t\tif(prevCell && colSpanCount > 1) {\n\t\t\t\tif(prevCell.attributes && prevCell.attributes && prevCell.attributes.colspan) {\n\t\t\t\t\t\tcolSpanCount += prevCell.attributes.colspan.value;\n\t\t\t\t} else {\n\t\t\t\t\tcolSpanCount -= 1;\n\t\t\t\t}\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(prevCell,\"colspan\",colSpanCount);\n\t\t\t}\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t\tbreak;\n\t\t} else {\n\t\t\t// For ordinary cells, step beyond the opening `|`\n\t\t\tthis.parser.pos++;\n\t\t\t// Look for a space at the start of the cell\n\t\t\tvar spaceLeft = false;\n\t\t\tvAlign = null;\n\t\t\tif(this.parser.source.substr(this.parser.pos).search(/^\\^([^\\^]|\\^\\^)/) === 0) {\n\t\t\t\tvAlign = \"top\";\n\t\t\t} else if(this.parser.source.substr(this.parser.pos).search(/^,([^,]|,,)/) === 0) {\n\t\t\t\tvAlign = \"bottom\";\n\t\t\t}\n\t\t\tif(vAlign) {\n\t\t\t\tthis.parser.pos++;\n\t\t\t}\n\t\t\tvar chr = this.parser.source.substr(this.parser.pos,1);\n\t\t\twhile(chr === \" \") {\n\t\t\t\tspaceLeft = true;\n\t\t\t\tthis.parser.pos++;\n\t\t\t\tchr = this.parser.source.substr(this.parser.pos,1);\n\t\t\t}\n\t\t\t// Check whether this is a heading cell\n\t\t\tvar cell;\n\t\t\tif(chr === \"!\") {\n\t\t\t\tthis.parser.pos++;\n\t\t\t\tcell = {type: \"element\", tag: \"th\", children: []};\n\t\t\t} else {\n\t\t\t\tcell = {type: \"element\", tag: \"td\", children: []};\n\t\t\t}\n\t\t\ttree.push(cell);\n\t\t\t// Record information about this cell\n\t\t\tprevCell = cell;\n\t\t\tprevColumns[col] = {rowSpanCount:1,element:cell};\n\t\t\t// Check for a colspan\n\t\t\tif(colSpanCount > 1) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"colspan\",colSpanCount);\n\t\t\t\tcolSpanCount = 1;\n\t\t\t}\n\t\t\t// Parse the cell\n\t\t\tcell.children = this.parser.parseInlineRun(cellTermRegExp,{eatTerminator: true});\n\t\t\t// Set the alignment for the cell\n\t\t\tif(vAlign) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"valign\",vAlign);\n\t\t\t}\n\t\t\tif(this.parser.source.substr(this.parser.pos - 2,1) === \" \") { // spaceRight\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"align\",spaceLeft ? \"center\" : \"left\");\n\t\t\t} else if(spaceLeft) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"align\",\"right\");\n\t\t\t}\n\t\t\t// Move back to the closing `|`\n\t\t\tthis.parser.pos--;\n\t\t}\n\t\tcol++;\n\t\tcellRegExp.lastIndex = this.parser.pos;\n\t\tcellMatch = cellRegExp.exec(this.parser.source);\n\t}\n\treturn tree;\n};\n\nexports.parse = function() {\n\tvar rowContainerTypes = {\"c\":\"caption\", \"h\":\"thead\", \"\":\"tbody\", \"f\":\"tfoot\"},\n\t\ttable = {type: \"element\", tag: \"table\", children: []},\n\t\trowRegExp = /^\\|([^\\n]*)\\|([fhck]?)\\r?(?:\\n|$)/mg,\n\t\trowTermRegExp = /(\\|(?:[fhck]?)\\r?(?:\\n|$))/mg,\n\t\tprevColumns = [],\n\t\tcurrRowType,\n\t\trowContainer,\n\t\trowCount = 0;\n\t// Match the row\n\trowRegExp.lastIndex = this.parser.pos;\n\tvar rowMatch = rowRegExp.exec(this.parser.source);\n\twhile(rowMatch && rowMatch.index === this.parser.pos) {\n\t\tvar rowType = rowMatch[2];\n\t\t// Check if it is a class assignment\n\t\tif(rowType === \"k\") {\n\t\t\t$tw.utils.addClassToParseTreeNode(table,rowMatch[1]);\n\t\t\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\n\t\t} else {\n\t\t\t// Otherwise, create a new row if this one is of a different type\n\t\t\tif(rowType !== currRowType) {\n\t\t\t\trowContainer = {type: \"element\", tag: rowContainerTypes[rowType], children: []};\n\t\t\t\ttable.children.push(rowContainer);\n\t\t\t\tcurrRowType = rowType;\n\t\t\t}\n\t\t\t// Is this a caption row?\n\t\t\tif(currRowType === \"c\") {\n\t\t\t\t// If so, move past the opening `|` of the row\n\t\t\t\tthis.parser.pos++;\n\t\t\t\t// Move the caption to the first row if it isn't already\n\t\t\t\tif(table.children.length !== 1) {\n\t\t\t\t\ttable.children.pop(); // Take rowContainer out of the children array\n\t\t\t\t\ttable.children.splice(0,0,rowContainer); // Insert it at the bottom\t\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t// Set the alignment - TODO: figure out why TW did this\n//\t\t\t\trowContainer.attributes.align = rowCount === 0 ? \"top\" : \"bottom\";\n\t\t\t\t// Parse the caption\n\t\t\t\trowContainer.children = this.parser.parseInlineRun(rowTermRegExp,{eatTerminator: true});\n\t\t\t} else {\n\t\t\t\t// Create the row\n\t\t\t\tvar theRow = {type: \"element\", tag: \"tr\", children: []};\n\t\t\t\t$tw.utils.addClassToParseTreeNode(theRow,rowCount%2 ? \"oddRow\" : \"evenRow\");\n\t\t\t\trowContainer.children.push(theRow);\n\t\t\t\t// Process the row\n\t\t\t\ttheRow.children = processRow.call(this,prevColumns);\n\t\t\t\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\n\t\t\t\t// Increment the row count\n\t\t\t\trowCount++;\n\t\t\t}\n\t\t}\n\t\trowMatch = rowRegExp.exec(this.parser.source);\n\t}\n\treturn [table];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/transcludeinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/transcludeinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for inline-level transclusion. For example:\n\n```\n{{MyTiddler}}\n{{MyTiddler||TemplateTitle}}\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"transcludeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{([^\\{\\}\\|]*)(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar template = $tw.utils.trim(this.match[2]),\n\t\ttextRef = $tw.utils.trim(this.match[1]);\n\t// Prepare the transclude widget\n\tvar transcludeNode = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {}\n\t\t};\n\t// Prepare the tiddler widget\n\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\n\tif(textRef) {\n\t\ttr = $tw.utils.parseTextReference(textRef);\n\t\ttargetTitle = tr.title;\n\t\ttargetField = tr.field;\n\t\ttargetIndex = tr.index;\n\t\ttiddlerNode = {\n\t\t\ttype: \"tiddler\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: targetTitle}\n\t\t\t},\n\t\t\tchildren: [transcludeNode]\n\t\t};\n\t}\n\tif(template) {\n\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: template};\n\t\tif(textRef) {\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t} else {\n\t\tif(textRef) {\n\t\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: targetTitle};\n\t\t\tif(targetField) {\n\t\t\t\ttranscludeNode.attributes.field = {type: \"string\", value: targetField};\n\t\t\t}\n\t\t\tif(targetIndex) {\n\t\t\t\ttranscludeNode.attributes.index = {type: \"string\", value: targetIndex};\n\t\t\t}\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/transcludeblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/transcludeblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for block-level transclusion. For example:\n\n```\n{{MyTiddler}}\n{{MyTiddler||TemplateTitle}}\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"transcludeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{([^\\{\\}\\|]*)(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}(?:\\r?\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar template = $tw.utils.trim(this.match[2]),\n\t\ttextRef = $tw.utils.trim(this.match[1]);\n\t// Prepare the transclude widget\n\tvar transcludeNode = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {},\n\t\t\tisBlock: true\n\t\t};\n\t// Prepare the tiddler widget\n\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\n\tif(textRef) {\n\t\ttr = $tw.utils.parseTextReference(textRef);\n\t\ttargetTitle = tr.title;\n\t\ttargetField = tr.field;\n\t\ttargetIndex = tr.index;\n\t\ttiddlerNode = {\n\t\t\ttype: \"tiddler\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: targetTitle}\n\t\t\t},\n\t\t\tisBlock: true,\n\t\t\tchildren: [transcludeNode]\n\t\t};\n\t}\n\tif(template) {\n\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: template};\n\t\tif(textRef) {\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t} else {\n\t\tif(textRef) {\n\t\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: targetTitle};\n\t\t\tif(targetField) {\n\t\t\t\ttranscludeNode.attributes.field = {type: \"string\", value: targetField};\n\t\t\t}\n\t\t\tif(targetIndex) {\n\t\t\t\ttranscludeNode.attributes.index = {type: \"string\", value: targetIndex};\n\t\t\t}\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/typedblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/typedblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/typedblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for typed blocks. For example:\n\n```\n$$$.js\nThis will be rendered as JavaScript\n$$$\n\n$$$.svg\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"150\" height=\"100\">\n  <circle cx=\"100\" cy=\"50\" r=\"40\" stroke=\"black\" stroke-width=\"2\" fill=\"red\" />\n</svg>\n$$$\n\n$$$text/vnd.tiddlywiki>text/html\nThis will be rendered as an //HTML representation// of WikiText\n$$$\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.name = \"typedblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\$\\$\\$([^ >\\r\\n]*)(?: *> *([^ \\r\\n]+))?\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /\\r?\\n\\$\\$\\$\\r?(?:\\n|$)/mg;\n\t// Save the type\n\tvar parseType = this.match[1],\n\t\trenderType = this.match[2];\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Look for the end of the block\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the block\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\t// Parse the block according to the specified type\n\tvar parser = this.parser.wiki.parseText(parseType,text,{defaultType: \"text/plain\"});\n\t// If there's no render type, just return the parse tree\n\tif(!renderType) {\n\t\treturn parser.tree;\n\t} else {\n\t\t// Otherwise, render to the rendertype and return in a <PRE> tag\n\t\tvar widgetNode = this.parser.wiki.makeWidget(parser),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\ttext = renderType === \"text/html\" ? container.innerHTML : container.textContent;\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"pre\",\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\ttext: text\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/whitespace.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/whitespace.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/whitespace.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for whitespace specifications\n\n```\n\\whitespace trim\n\\whitespace notrim\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"whitespace\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\whitespace[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\tvar self = this;\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse whitespace delimited tokens terminated by a line break\n\tvar reMatch = /[^\\S\\n]*(\\S+)|(\\r?\\n)/mg,\n\t\ttokens = [];\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\twhile(match && match.index === this.parser.pos) {\n\t\tthis.parser.pos = reMatch.lastIndex;\n\t\t// Exit if we've got the line break\n\t\tif(match[2]) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the token\n\t\tif(match[1]) {\n\t\t\ttokens.push(match[1]);\n\t\t}\n\t\t// Match the next token\n\t\tmatch = reMatch.exec(this.parser.source);\n\t}\n\t// Process the tokens\n\t$tw.utils.each(tokens,function(token) {\n\t\tswitch(token) {\n\t\t\tcase \"trim\":\n\t\t\t\tself.parser.configTrimWhiteSpace = true;\n\t\t\t\tbreak;\n\t\t\tcase \"notrim\":\n\t\t\t\tself.parser.configTrimWhiteSpace = false;\n\t\t\t\tbreak;\n\t\t}\n\t});\n\t// No parse tree nodes to return\n\treturn [];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/entity.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/entity.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/entity.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for HTML entities. For example:\n\n```\n\tThis is a copyright symbol: &copy;\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"entity\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(&#?[a-zA-Z0-9]{2,8};)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar entityString = this.match[1];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Return the entity\n\treturn [{type: \"entity\", entity: this.match[0]}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/wikilink.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/wikilink.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikilink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for wiki links. For example:\n\n```\nAWikiLink\nAnotherLink\n~SuppressedLink\n```\n\nPrecede a camel case word with `~` to prevent it from being recognised as a link.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"wikilink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = new RegExp($tw.config.textPrimitives.unWikiLink + \"?\" + $tw.config.textPrimitives.wikiLink,\"mg\");\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get the details of the match\n\tvar linkText = this.match[0];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// If the link starts with the unwikilink character then just output it as plain text\n\tif(linkText.substr(0,1) === $tw.config.textPrimitives.unWikiLink) {\n\t\treturn [{type: \"text\", text: linkText.substr(1)}];\n\t}\n\t// If the link has been preceded with a blocked letter then don't treat it as a link\n\tif(this.match.index > 0) {\n\t\tvar preRegExp = new RegExp($tw.config.textPrimitives.blockPrefixLetters,\"mg\");\n\t\tpreRegExp.lastIndex = this.match.index-1;\n\t\tvar preMatch = preRegExp.exec(this.parser.source);\n\t\tif(preMatch && preMatch.index === this.match.index-1) {\n\t\t\treturn [{type: \"text\", text: linkText}];\n\t\t}\n\t}\n\treturn [{\n\t\ttype: \"link\",\n\t\tattributes: {\n\t\t\tto: {type: \"string\", value: linkText}\n\t\t},\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\ttext: linkText\n\t\t}]\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/macrocallblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/macrocallblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for block macro calls\n\n```\n<<name value value2>>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrocallblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /<<([^>\\s]+)(?:\\s*)((?:[^>]|(?:>(?!>)))*?)>>(?:\\r?\\n|$)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params,\n\t\tisBlock: true\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/bold.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - bold. For example:\n\n```\n\tThis is ''bold'' text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except bold \n\\rules only bold \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"bold\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /''/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/''/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"strong\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/italic.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - italic. For example:\n\n```\n\tThis is //italic// text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except italic\n\\rules only italic\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"italic\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\/\\//mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/\\/\\//mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"em\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - strikethrough. For example:\n\n```\n\tThis is ~~strikethrough~~ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except strikethrough \n\\rules only strikethrough \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"strikethrough\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~~/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/~~/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"strike\",\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - superscript. For example:\n\n```\n\tThis is ^^superscript^^ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except superscript \n\\rules only superscript \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"superscript\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\^\\^/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/\\^\\^/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"sup\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - subscript. For example:\n\n```\n\tThis is ,,subscript,, text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except subscript \n\\rules only subscript \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"subscript\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /,,/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/,,/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"sub\",\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - underscore. For example:\n\n```\n\tThis is __underscore__ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except underscore \n\\rules only underscore\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"underscore\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /__/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/__/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"u\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/macros/changecount.js": {
            "title": "$:/core/modules/macros/changecount.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/changecount.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return the changecount for the current tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"changecount\";\n\nexports.params = [];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\treturn this.wiki.getChangeCount(this.getVariable(\"currentTiddler\")) + \"\";\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/contrastcolour.js": {
            "title": "$:/core/modules/macros/contrastcolour.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/contrastcolour.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to choose which of two colours has the highest contrast with a base colour\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"contrastcolour\";\n\nexports.params = [\n\t{name: \"target\"},\n\t{name: \"fallbackTarget\"},\n\t{name: \"colourA\"},\n\t{name: \"colourB\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(target,fallbackTarget,colourA,colourB) {\n\tvar rgbTarget = $tw.utils.parseCSSColor(target) || $tw.utils.parseCSSColor(fallbackTarget);\n\tif(!rgbTarget) {\n\t\treturn colourA;\n\t}\n\tvar rgbColourA = $tw.utils.parseCSSColor(colourA),\n\t\trgbColourB = $tw.utils.parseCSSColor(colourB);\n\tif(rgbColourA && !rgbColourB) {\n\t\treturn rgbColourA;\n\t}\n\tif(rgbColourB && !rgbColourA) {\n\t\treturn rgbColourB;\n\t}\n\tif(!rgbColourA && !rgbColourB) {\n\t\t// If neither colour is readable, return a crude inverse of the target\n\t\treturn [255 - rgbTarget[0],255 - rgbTarget[1],255 - rgbTarget[2],rgbTarget[3]];\n\t}\n\t// Colour brightness formula derived from http://www.w3.org/WAI/ER/WD-AERT/#color-contrast\n\tvar brightnessTarget = rgbTarget[0] * 0.299 + rgbTarget[1] * 0.587 + rgbTarget[2] * 0.114,\n\t\tbrightnessA = rgbColourA[0] * 0.299 + rgbColourA[1] * 0.587 + rgbColourA[2] * 0.114,\n\t\tbrightnessB = rgbColourB[0] * 0.299 + rgbColourB[1] * 0.587 + rgbColourB[2] * 0.114;\n\treturn Math.abs(brightnessTarget - brightnessA) > Math.abs(brightnessTarget - brightnessB) ? colourA : colourB;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/csvtiddlers.js": {
            "title": "$:/core/modules/macros/csvtiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/csvtiddlers.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output tiddlers matching a filter to CSV\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"csvtiddlers\";\n\nexports.params = [\n\t{name: \"filter\"},\n\t{name: \"format\"},\n];\n\n/*\nRun the macro\n*/\nexports.run = function(filter,format) {\n\tvar self = this,\n\t\ttiddlers = this.wiki.filterTiddlers(filter),\n\t\ttiddler,\n\t\tfields = [],\n\t\tt,f;\n\t// Collect all the fields\n\tfor(t=0;t<tiddlers.length; t++) {\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\tfor(f in tiddler.fields) {\n\t\t\tif(fields.indexOf(f) === -1) {\n\t\t\t\tfields.push(f);\n\t\t\t}\n\t\t}\n\t}\n\t// Sort the fields and bring the standard ones to the front\n\tfields.sort();\n\t\"title text modified modifier created creator\".split(\" \").reverse().forEach(function(value,index) {\n\t\tvar p = fields.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tfields.splice(p,1);\n\t\t\tfields.unshift(value)\n\t\t}\n\t});\n\t// Output the column headings\n\tvar output = [], row = [];\n\tfields.forEach(function(value) {\n\t\trow.push(quoteAndEscape(value))\n\t});\n\toutput.push(row.join(\",\"));\n\t// Output each tiddler\n\tfor(var t=0;t<tiddlers.length; t++) {\n\t\trow = [];\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\t\tfor(f=0; f<fields.length; f++) {\n\t\t\t\trow.push(quoteAndEscape(tiddler ? tiddler.getFieldString(fields[f]) || \"\" : \"\"));\n\t\t\t}\n\t\toutput.push(row.join(\",\"));\n\t}\n\treturn output.join(\"\\n\");\n};\n\nfunction quoteAndEscape(value) {\n\treturn \"\\\"\" + value.replace(/\"/mg,\"\\\"\\\"\") + \"\\\"\";\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/jsontiddler.js": {
            "title": "$:/core/modules/macros/jsontiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/jsontiddler.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output a single tiddler to JSON\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"jsontiddler\";\n\nexports.params = [\n\t{name: \"title\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(title) {\n\ttitle = title || this.getVariable(\"currentTiddler\");\n\tvar tiddler = !!title && this.wiki.getTiddler(title),\n\t\tfields = new Object();\n\tif(tiddler) {\n\t\tfor(var field in tiddler.fields) {\n\t\t\tfields[field] = tiddler.getFieldString(field);\n\t\t}\n\t}\n\treturn JSON.stringify(fields,null,$tw.config.preferences.jsonSpaces);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/displayshortcuts.js": {
            "title": "$:/core/modules/macros/displayshortcuts.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/displayshortcuts.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to display a list of keyboard shortcuts in human readable form. Notably, it resolves named shortcuts like `((bold))` to the underlying keystrokes.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"displayshortcuts\";\n\nexports.params = [\n\t{name: \"shortcuts\"},\n\t{name: \"prefix\"},\n\t{name: \"separator\"},\n\t{name: \"suffix\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(shortcuts,prefix,separator,suffix) {\n\tvar shortcutArray = $tw.keyboardManager.getPrintableShortcuts($tw.keyboardManager.parseKeyDescriptors(shortcuts,{\n\t\twiki: this.wiki\n\t}));\n\tif(shortcutArray.length > 0) {\n\t\tshortcutArray.sort(function(a,b) {\n\t\t    return a.toLowerCase().localeCompare(b.toLowerCase());\n\t\t})\n\t\treturn prefix + shortcutArray.join(separator) + suffix;\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/now.js": {
            "title": "$:/core/modules/macros/now.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/now.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return a formatted version of the current time\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"now\";\n\nexports.params = [\n\t{name: \"format\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(format) {\n\treturn $tw.utils.formatDateString(new Date(),format || \"0hh:0mm, DDth MMM YYYY\");\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/qualify.js": {
            "title": "$:/core/modules/macros/qualify.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/qualify.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to qualify a state tiddler title according\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"qualify\";\n\nexports.params = [\n\t{name: \"title\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(title) {\n\treturn title + \"-\" + this.getStateQualifier();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/unusedtitle.js": {
            "title": "$:/core/modules/macros/unusedtitle.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/unusedtitle.js\ntype: application/javascript\nmodule-type: macro\nMacro to return a new title that is unused in the wiki. It can be given a name as a base.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"unusedtitle\";\n\nexports.params = [\n\t{name: \"baseName\"},\n\t{name: \"options\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(baseName, options) {\n\tif(!baseName) {\n\t\tbaseName = $tw.language.getString(\"DefaultNewTiddlerTitle\");\n\t}\n\treturn this.wiki.generateNewTitle(baseName, options);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/resolvepath.js": {
            "title": "$:/core/modules/macros/resolvepath.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/resolvepath.js\ntype: application/javascript\nmodule-type: macro\n\nResolves a relative path for an absolute rootpath.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"resolvepath\";\n\nexports.params = [\n\t{name: \"source\"},\n\t{name: \"root\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(source, root) {\n\treturn $tw.utils.resolvePath(source, root);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/version.js": {
            "title": "$:/core/modules/macros/version.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/version.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return the TiddlyWiki core version number\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"version\";\n\nexports.params = [];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\treturn $tw.version;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/jsontiddlers.js": {
            "title": "$:/core/modules/macros/jsontiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/jsontiddlers.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output tiddlers matching a filter to JSON\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"jsontiddlers\";\n\nexports.params = [\n\t{name: \"filter\"},\n\t{name: \"spaces\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(filter,spaces) {\n\treturn this.wiki.getTiddlersAsJson(filter,$tw.utils.parseInt(spaces));\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/makedatauri.js": {
            "title": "$:/core/modules/macros/makedatauri.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/makedatauri.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to convert a string of text to a data URI\n\n<<makedatauri text:\"Text to be converted\" type:\"text/vnd.tiddlywiki\">>\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"makedatauri\";\n\nexports.params = [\n\t{name: \"text\"},\n\t{name: \"type\"},\n\t{name: \"_canonical_uri\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(text,type,_canonical_uri) {\n\treturn $tw.utils.makeDataUri(text,type,_canonical_uri);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/info/platform.js": {
            "title": "$:/core/modules/info/platform.js",
            "text": "/*\\\ntitle: $:/core/modules/info/platform.js\ntype: application/javascript\nmodule-type: info\n\nInitialise basic platform $:/info/ tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.getInfoTiddlerFields = function(updateInfoTiddlersCallback) {\n\tvar mapBoolean = function(value) {return value ? \"yes\" : \"no\";},\n\t\tinfoTiddlerFields = [];\n\t// Basics\n\tinfoTiddlerFields.push({title: \"$:/info/browser\", text: mapBoolean(!!$tw.browser)});\n\tinfoTiddlerFields.push({title: \"$:/info/node\", text: mapBoolean(!!$tw.node)});\n\tinfoTiddlerFields.push({title: \"$:/info/startup-timestamp\", text: $tw.utils.stringifyDate(new Date())});\n\tif($tw.browser) {\n\t\t// Document location\n\t\tvar setLocationProperty = function(name,value) {\n\t\t\t\tinfoTiddlerFields.push({title: \"$:/info/url/\" + name, text: value});\t\t\t\n\t\t\t},\n\t\t\tlocation = document.location;\n\t\tsetLocationProperty(\"full\", (location.toString()).split(\"#\")[0]);\n\t\tsetLocationProperty(\"host\", location.host);\n\t\tsetLocationProperty(\"hostname\", location.hostname);\n\t\tsetLocationProperty(\"protocol\", location.protocol);\n\t\tsetLocationProperty(\"port\", location.port);\n\t\tsetLocationProperty(\"pathname\", location.pathname);\n\t\tsetLocationProperty(\"search\", location.search);\n\t\tsetLocationProperty(\"origin\", location.origin);\n\t\t// Screen size\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/screen/width\", text: window.screen.width.toString()});\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/screen/height\", text: window.screen.height.toString()});\n \t\t// Dark mode through event listener on MediaQueryList\n \t\tvar mqList = window.matchMedia(\"(prefers-color-scheme: dark)\"),\n \t\t\tgetDarkModeTiddler = function() {return {title: \"$:/info/darkmode\", text: mqList.matches ? \"yes\" : \"no\"};};\n \t\tinfoTiddlerFields.push(getDarkModeTiddler());\n \t\tmqList.addListener(function(event) {\n \t\t\tupdateInfoTiddlersCallback([getDarkModeTiddler()]);\n \t\t});\n\t\t// Language\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/language\", text: navigator.language || \"\"});\n\t}\n\treturn infoTiddlerFields;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "info"
        },
        "$:/core/modules/filters/all.js": {
            "title": "$:/core/modules/filters/all.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for selecting tiddlers\n\n[all[shadows+tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar allFilterOperators;\n\nfunction getAllFilterOperators() {\n\tif(!allFilterOperators) {\n\t\tallFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"allfilteroperator\",allFilterOperators);\n\t}\n\treturn allFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.all = function(source,operator,options) {\n\t// Get our suboperators\n\tvar allFilterOperators = getAllFilterOperators();\n\t// Cycle through the suboperators accumulating their results\n\tvar results = [],\n\t\tsubops = operator.operand.split(\"+\");\n\t// Check for common optimisations\n\tif(subops.length === 1 && subops[0] === \"\") {\n\t\treturn source;\n\t} else if(subops.length === 1 && subops[0] === \"tiddlers\") {\n\t\treturn options.wiki.each;\n\t} else if(subops.length === 1 && subops[0] === \"shadows\") {\n\t\treturn options.wiki.eachShadow;\n\t} else if(subops.length === 2 && subops[0] === \"tiddlers\" && subops[1] === \"shadows\") {\n\t\treturn options.wiki.eachTiddlerPlusShadows;\n\t} else if(subops.length === 2 && subops[0] === \"shadows\" && subops[1] === \"tiddlers\") {\n\t\treturn options.wiki.eachShadowPlusTiddlers;\n\t}\n\t// Do it the hard way\n\tfor(var t=0; t<subops.length; t++) {\n\t\tvar subop = allFilterOperators[subops[t]];\n\t\tif(subop) {\n\t\t\t$tw.utils.pushTop(results,subop(source,operator.prefix,options));\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/addsuffix.js": {
            "title": "$:/core/modules/filters/addsuffix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/addsuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a suffix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addsuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title + operator.operand);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/before.js": {
            "title": "$:/core/modules/filters/before.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/before.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is before the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.before = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index <= 0) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index - 1]];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/addprefix.js": {
            "title": "$:/core/modules/filters/addprefix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/addprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a prefix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(operator.operand + title);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/compare.js": {
            "title": "$:/core/modules/filters/compare.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/compare.js\ntype: application/javascript\nmodule-type: filteroperator\n\nGeneral purpose comparison operator\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.compare = function(source,operator,options) {\n\tvar suffixes = operator.suffixes || [],\n\t\ttype = (suffixes[0] || [])[0],\n\t\tmode = (suffixes[1] || [])[0],\n\t\ttypeFn = $tw.utils.makeCompareFunction(type,{defaultType: \"number\"}),\n\t\tmodeFn = modes[mode] || modes.eq,\n\t\tinvert = operator.prefix === \"!\",\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tif(modeFn(typeFn(title,operator.operand)) !== invert) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\nvar modes = {\n\t\"eq\": function(value) {return value === 0;},\n\t\"ne\": function(value) {return value !== 0;},\n\t\"gteq\": function(value) {return value >= 0;},\n\t\"gt\": function(value) {return value > 0;},\n\t\"lteq\": function(value) {return value <= 0;},\n\t\"lt\": function(value) {return value < 0;}\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/contains.js": {
            "title": "$:/core/modules/filters/contains.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/contains.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for finding values in array fields\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.contains = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || \"list\").toLowerCase();\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\tvar list = tiddler.getFieldList(fieldname);\n\t\t\t\tif(list.indexOf(operator.operand) === -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\tvar list = tiddler.getFieldList(fieldname);\n\t\t\t\tif(list.indexOf(operator.operand) !== -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/after.js": {
            "title": "$:/core/modules/filters/after.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/after.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is after the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.after = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index === -1 || index > (results.length - 2)) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index + 1]];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/commands.js": {
            "title": "$:/core/modules/filters/commands.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/commands.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the commands available in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.commands = function(source,operator,options) {\n\tvar results = [];\n\t$tw.utils.each($tw.commands,function(commandInfo,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/days.js": {
            "title": "$:/core/modules/filters/days.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/days.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects tiddlers with a specified date field within a specified date interval.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.days = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName = operator.suffix || \"modified\",\n\t\tdayInterval = (parseInt(operator.operand,10)||0),\n\t\tdayIntervalSign = $tw.utils.sign(dayInterval),\n\t\ttargetTimeStamp = (new Date()).setHours(0,0,0,0) + 1000*60*60*24*dayInterval,\n\t\tisWithinDays = function(dateField) {\n\t\t\tvar sign = $tw.utils.sign(targetTimeStamp - (new Date(dateField)).setHours(0,0,0,0));\n\t\t\treturn sign === 0 || sign === dayIntervalSign;\n\t\t};\n\n\tif(operator.prefix === \"!\") {\n\t\ttargetTimeStamp = targetTimeStamp - 1000*60*60*24*dayIntervalSign;\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\t\tif(!isWithinDays($tw.utils.parseDate(tiddler.fields[fieldName]))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\t\tif(isWithinDays($tw.utils.parseDate(tiddler.fields[fieldName]))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/each.js": {
            "title": "$:/core/modules/filters/each.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/each.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique value of the specified field.\nWith suffix \"list\", selects all tiddlers that are values in a specified list field.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.each = function(source,operator,options) {\n\tvar results =[] ,\n\tvalue,values = {},\n\tfield = operator.operand || \"title\";\n\tif(operator.suffix === \"value\" && field === \"title\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!$tw.utils.hop(values,title)) {\n\t\t\t\tvalues[title] = true;\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else if(operator.suffix !== \"list-item\") {\n\t\tif(field === \"title\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && !$tw.utils.hop(values,title)) {\n\t\t\t\t\tvalues[title] = true;\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvalue = tiddler.getFieldString(field);\n\t\t\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\t\t\tvalues[value] = true;\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\t$tw.utils.each(\n\t\t\t\t\toptions.wiki.getTiddlerList(title,field),\n\t\t\t\t\tfunction(value) {\n\t\t\t\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\t\t\t\tvalues[value] = true;\n\t\t\t\t\t\t\tresults.push(value);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/eachday.js": {
            "title": "$:/core/modules/filters/eachday.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/eachday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique day covered by the specified date field\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.eachday = function(source,operator,options) {\n\tvar results = [],\n\t\tvalues = [],\n\t\tfieldName = operator.operand || \"modified\";\n\t// Function to convert a date/time to a date integer\n\tvar toDate = function(value) {\n\t\tvalue = (new Date(value)).setHours(0,0,0,0);\n\t\treturn value+0;\n\t};\n\tsource(function(tiddler,title) {\n\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\tvar value = toDate($tw.utils.parseDate(tiddler.fields[fieldName]));\n\t\t\tif(values.indexOf(value) === -1) {\n\t\t\t\tvalues.push(value);\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/duplicateslugs.js": {
            "title": "$:/core/modules/filters/duplicateslugs.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/duplicateslugs.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter function for [duplicateslugs[]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.duplicateslugs = function(source,operator,options) {\n\tvar slugs = Object.create(null), // Hashmap by slug of title, replaced with \"true\" if the duplicate title has already been output\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tvar slug = options.wiki.slugify(title);\n\t\tif(slug in slugs) {\n\t\t\tif(slugs[slug] !== true) {\n\t\t\t\tresults.push(slugs[slug]);\n\t\t\t\tslugs[slug] = true;\n\t\t\t}\n\t\t\tresults.push(title);\n\t\t} else {\n\t\t\tslugs[slug] = title;\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/editiondescription.js": {
            "title": "$:/core/modules/filters/editiondescription.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/editiondescription.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the descriptions of the specified edition names\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editiondescription = function(source,operator,options) {\n\tvar results = [];\n\tif($tw.node) {\n\t\tvar editionInfo = $tw.utils.getEditionInfo();\n\t\tif(editionInfo) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif($tw.utils.hop(editionInfo,title)) {\n\t\t\t\t\tresults.push(editionInfo[title].description || \"\");\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/editions.js": {
            "title": "$:/core/modules/filters/editions.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/editions.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the available editions in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editions = function(source,operator,options) {\n\tvar results = [];\n\tif($tw.node) {\n\t\tvar editionInfo = $tw.utils.getEditionInfo();\n\t\tif(editionInfo) {\n\t\t\t$tw.utils.each(editionInfo,function(info,name) {\n\t\t\t\tresults.push(name);\n\t\t\t});\n\t\t}\n\t\tresults.sort();\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/decodeuricomponent.js": {
            "title": "$:/core/modules/filters/decodeuricomponent.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/decodeuricomponent.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for applying decodeURIComponent() to each item.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter functions\n*/\n\nexports.decodeuricomponent = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar value = title;\n\t\ttry {\n\t\t\tvalue = decodeURIComponent(title);\n\t\t} catch(e) {\n\t\t}\n\t\tresults.push(value);\n\t});\n\treturn results;\n};\n\nexports.encodeuricomponent = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(encodeURIComponent(title));\n\t});\n\treturn results;\n};\n\nexports.decodeuri = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar value = title;\n\t\ttry {\n\t\t\tvalue = decodeURI(title);\n\t\t} catch(e) {\n\t\t}\n\t\tresults.push(value);\n\t});\n\treturn results;\n};\n\nexports.encodeuri = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(encodeURI(title));\n\t});\n\treturn results;\n};\n\nexports.decodehtml = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.htmlDecode(title));\n\t});\n\treturn results;\n};\n\nexports.encodehtml = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.htmlEncode(title));\n\t});\n\treturn results;\n};\n\nexports.stringify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.stringify(title,(operator.suffix === \"rawunicode\")));\n\t});\n\treturn results;\n};\n\nexports.jsonstringify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.jsonStringify(title,(operator.suffix === \"rawunicode\")));\n\t});\n\treturn results;\n};\n\nexports.escaperegexp = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.escapeRegExp(title));\n\t});\n\treturn results;\n};\n\nexports.escapecss = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t// escape any character with a special meaning in CSS using CSS.escape()\n\t\tresults.push(CSS.escape(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/else.js": {
            "title": "$:/core/modules/filters/else.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/else.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing an empty input list with a constant, passing a non-empty input list straight through\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.else = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tif(results.length === 0) {\n\t\treturn [operator.operand];\n\t} else {\n\t\treturn results;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/enlist.js": {
            "title": "$:/core/modules/filters/enlist.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/enlist.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning its operand parsed as a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.enlist = function(source,operator,options) {\n\tvar allowDuplicates = false;\n\tswitch(operator.suffix) {\n\t\tcase \"raw\":\n\t\t\tallowDuplicates = true;\n\t\t\tbreak;\n\t\tcase \"dedupe\":\n\t\t\tallowDuplicates = false;\n\t\t\tbreak;\n\t}\n\tvar list = $tw.utils.parseStringArray(operator.operand,allowDuplicates);\n\tif(operator.prefix === \"!\") {\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t\treturn results;\n\t} else {\n\t\treturn list;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/fields.js": {
            "title": "$:/core/modules/filters/fields.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/fields.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the fields on the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.fields = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName,\n\t\tsuffixes = (operator.suffixes || [])[0] || [],\n\t\toperand = $tw.utils.parseStringArray(operator.operand);\n\t\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tif(suffixes.indexOf(\"include\") !== -1) {\n\t\t\t\tfor(fieldName in tiddler.fields) {\n\t\t\t\t\t(operand.indexOf(fieldName) !== -1) ? $tw.utils.pushTop(results,fieldName) : \"\";\n\t\t\t\t}\n\t\t\t} else if (suffixes.indexOf(\"exclude\") !== -1) {\n\t\t\t\tfor(fieldName in tiddler.fields) {\n\t\t\t\t\t(operand.indexOf(fieldName) !== -1) ? \"\" : $tw.utils.pushTop(results,fieldName);\n\t\t\t\t}\n\t\t\t} // else if\n\t\t\telse {\n\t\t\t\tfor(fieldName in tiddler.fields) {\n\t\t\t\t\t$tw.utils.pushTop(results,fieldName);\n\t\t\t\t}\n\t\t\t} // else\n\t\t} // if (tiddler)\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/filter.js": {
            "title": "$:/core/modules/filters/filter.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/filter.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning those input titles that pass a subfilter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.filter = function(source,operator,options) {\n\tvar filterFn = options.wiki.compileFilter(operator.operand),\n\t\tresults = [],\n\t\ttarget = operator.prefix !== \"!\";\n\tsource(function(tiddler,title) {\n\t\tvar list = filterFn.call(options.wiki,options.wiki.makeTiddlerIterator([title]));\n\t\tif((list.length > 0) === target) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/format.js": {
            "title": "$:/core/modules/filters/format.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/format.js\ntype: application/javascript\nmodule-type: filteroperator\nFilter operator for formatting strings\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar formatFilterOperators;\n\nfunction getFormatFilterOperators() {\n\tif(!formatFilterOperators) {\n\t\tformatFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"formatfilteroperator\",formatFilterOperators);\n\t}\n\treturn formatFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.format = function(source,operator,options) {\n\t// Dispatch to the correct formatfilteroperator\n\tvar formatFilterOperators = getFormatFilterOperators();\n\tif(operator.suffix) {\n\t\tvar formatFilterOperator = formatFilterOperators[operator.suffix];\n\t\tif(formatFilterOperator) {\n\t\t\treturn formatFilterOperator(source,operator.operand,options);\n\t\t} else {\n\t\t\treturn [$tw.language.getString(\"Error/FormatFilterOperator\")];\n\t\t}\n\t} else {\n\t\t// Return all unchanged if the suffix is missing\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t\treturn results;\n\t}\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/backlinks.js": {
            "title": "$:/core/modules/filters/backlinks.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/backlinks.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning all the backlinks from a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.backlinks = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerBacklinks(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/count.js": {
            "title": "$:/core/modules/filters/count.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/count.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the number of entries in the current list.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.count = function(source,operator,options) {\n\tvar count = 0;\n\tsource(function(tiddler,title) {\n\t\tcount++;\n\t});\n\treturn [count + \"\"];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/field.js": {
            "title": "$:/core/modules/filters/field.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/field.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for comparing fields for equality\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.field = function(source,operator,options) {\n\tvar results = [],indexedResults,\n\t\tfieldname = (operator.suffix || operator.operator || \"title\").toLowerCase();\n\tif(operator.prefix === \"!\") {\n\t\tif(operator.regexp) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && !operator.regexp.exec(text)) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && text !== operator.operand) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(operator.regexp) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && !!operator.regexp.exec(text)) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tif(source.byField && operator.operand) {\n\t\t\t\tindexedResults = source.byField(fieldname,operator.operand);\n\t\t\t\tif(indexedResults) {\n\t\t\t\t\treturn indexedResults\n\t\t\t\t}\n\t\t\t}\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && text === operator.operand) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/get.js": {
            "title": "$:/core/modules/filters/get.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/get.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing tiddler titles by the value of the field specified in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.get = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tvar value = tiddler.getFieldString(operator.operand);\n\t\t\tif(value) {\n\t\t\t\tresults.push(value);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/has.js": {
            "title": "$:/core/modules/filters/has.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/has.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a tiddler has the specified field or index\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.has = function(source,operator,options) {\n\tvar results = [],\n\t\tinvert = operator.prefix === \"!\";\n\n\tif(operator.suffix === \"field\") {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || (tiddler && (!$tw.utils.hop(tiddler.fields,operator.operand)))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\telse if(operator.suffix === \"index\") {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || (tiddler && (!$tw.utils.hop(options.wiki.getTiddlerDataCached(tiddler,Object.create(null)),operator.operand)))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(options.wiki.getTiddlerDataCached(tiddler,Object.create(null)),operator.operand)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\telse {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || !$tw.utils.hop(tiddler.fields,operator.operand) || (tiddler.fields[operator.operand].length === 0)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand) && (tiddler.fields[operator.operand].length !== 0)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\t\t\t\t\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/haschanged.js": {
            "title": "$:/core/modules/filters/haschanged.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/haschanged.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returns tiddlers from the list that have a non-zero changecount.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.haschanged = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.getChangeCount(title) === 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.getChangeCount(title) > 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/indexes.js": {
            "title": "$:/core/modules/filters/indexes.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/indexes.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the indexes of a data tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.indexes = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar data = options.wiki.getTiddlerDataCached(title);\n\t\tif(data) {\n\t\t\t$tw.utils.pushTop(results,Object.keys(data));\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/getindex.js": {
            "title": "$:/core/modules/filters/getindex.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/getindex.js\ntype: application/javascript\nmodule-type: filteroperator\n\nreturns the value at a given index of datatiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.getindex = function(source,operator,options) {\n\tvar data,title,results = [];\n\tif(operator.operand){\n\t\tsource(function(tiddler,title) {\n\t\t\ttitle = tiddler ? tiddler.fields.title : title;\n\t\t\tdata = options.wiki.extractTiddlerDataItem(tiddler,operator.operand);\n\t\t\tif(data) {\n\t\t\t\tresults.push(data);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/getvariable.js": {
            "title": "$:/core/modules/filters/getvariable.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/getvariable.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing input values by the value of the variable with the same name, or blank if the variable is missing\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.getvariable = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.widget.getVariable(title) || \"\");\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/is.js": {
            "title": "$:/core/modules/filters/is.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking tiddler properties\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar isFilterOperators;\n\nfunction getIsFilterOperators() {\n\tif(!isFilterOperators) {\n\t\tisFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"isfilteroperator\",isFilterOperators);\n\t}\n\treturn isFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.is = function(source,operator,options) {\n\t// Dispatch to the correct isfilteroperator\n\tvar isFilterOperators = getIsFilterOperators();\n\tif(operator.operand) {\n\t\tvar isFilterOperator = isFilterOperators[operator.operand];\n\t\tif(isFilterOperator) {\n\t\t\treturn isFilterOperator(source,operator.prefix,options);\n\t\t} else {\n\t\t\treturn [$tw.language.getString(\"Error/IsFilterOperator\")];\n\t\t}\n\t} else {\n\t\t// Return all tiddlers if the operand is missing\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t\treturn results;\n\t}\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/limit.js": {
            "title": "$:/core/modules/filters/limit.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/limit.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for chopping the results to a specified maximum number of entries\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.limit = function(source,operator,options) {\n\tvar results = [];\n\t// Convert to an array\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\t// Slice the array if necessary\n\tvar limit = Math.min(results.length,parseInt(operator.operand,10));\n\tif(operator.prefix === \"!\") {\n\t\tresults = results.slice(-limit);\n\t} else {\n\t\tresults = results.slice(0,limit);\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/listed.js": {
            "title": "$:/core/modules/filters/listed.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/listed.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all tiddlers that have the selected tiddlers in a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.listed = function(source,operator,options) {\n\tvar field = operator.operand || \"list\",\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.findListingsOfTiddler(title,field));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/insertbefore.js": {
            "title": "$:/core/modules/filters/insertbefore.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/insertbefore.js\ntype: application/javascript\nmodule-type: filteroperator\n\nInsert an item before another item in a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOrder a list\n*/\nexports.insertbefore = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar target = options.widget && options.widget.getVariable(operator.suffix || \"currentTiddler\");\n\tif(target !== operator.operand) {\n\t\t// Remove the entry from the list if it is present\n\t\tvar pos = results.indexOf(operator.operand);\n\t\tif(pos !== -1) {\n\t\t\tresults.splice(pos,1);\n\t\t}\n\t\t// Insert the entry before the target marker\n\t\tpos = results.indexOf(target);\n\t\tif(pos !== -1) {\n\t\t\tresults.splice(pos,0,operator.operand);\n\t\t} else {\n\t\t\tresults.push(operator.operand);\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/listops.js": {
            "title": "$:/core/modules/filters/listops.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/listops.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for manipulating the current selection list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOrder a list\n*/\nexports.order = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.operand.toLowerCase() === \"reverse\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.unshift(title);\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t}\n\treturn results;\n};\n\n/*\nReverse list\n*/\nexports.reverse = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.unshift(title);\n\t});\n\treturn results;\n};\n\n/*\nFirst entry/entries in list\n*/\nexports.first = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(0,count);\n};\n\n/*\nLast entry/entries in list\n*/\nexports.last = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(-count);\n};\n\n/*\nAll but the first entry/entries of the list\n*/\nexports.rest = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(count);\n};\nexports.butfirst = exports.rest;\nexports.bf = exports.rest;\n\n/*\nAll but the last entry/entries of the list\n*/\nexports.butlast = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(0,-count);\n};\nexports.bl = exports.butlast;\n\n/*\nThe nth member of the list\n*/\nexports.nth = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(count - 1,count);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/lookup.js": {
            "title": "$:/core/modules/filters/lookup.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/lookup.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that looks up values via a title prefix\n\n[lookup:<field>[<prefix>]]\n\nPrepends the prefix to the selected items and returns the specified field value\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.lookup = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.wiki.getTiddlerText(operator.operand + title) || operator.suffix);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/links.js": {
            "title": "$:/core/modules/filters/links.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/links.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning all the links from a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.links = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerLinks(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/match.js": {
            "title": "$:/core/modules/filters/match.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/match.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title matches a string\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.match = function(source,operator,options) {\n\tvar results = [],\n\t\tsuffixes = (operator.suffixes || [])[0] || [];\n\tif(suffixes.indexOf(\"caseinsensitive\") !== -1) {\n\t\tif(operator.prefix === \"!\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title.toLowerCase() !== (operator.operand || \"\").toLowerCase()) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title.toLowerCase() === (operator.operand || \"\").toLowerCase()) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(operator.prefix === \"!\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title !== operator.operand) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title === operator.operand) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/math.js": {
            "title": "$:/core/modules/filters/math.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/math.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for math. Unary/binary operators work on each item in turn, and return a new item list.\n\nSum/product/maxall/minall operate on the entire list, returning a single item.\n\nNote that strings are converted to numbers automatically. Trailing non-digits are ignored.\n\n* \"\" converts to 0\n* \"12kk\" converts to 12\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.negate = makeNumericBinaryOperator(\n\tfunction(a) {return -a}\n);\n\nexports.abs = makeNumericBinaryOperator(\n\tfunction(a) {return Math.abs(a)}\n);\n\nexports.ceil = makeNumericBinaryOperator(\n\tfunction(a) {return Math.ceil(a)}\n);\n\nexports.floor = makeNumericBinaryOperator(\n\tfunction(a) {return Math.floor(a)}\n);\n\nexports.round = makeNumericBinaryOperator(\n\tfunction(a) {return Math.round(a)}\n);\n\nexports.trunc = makeNumericBinaryOperator(\n\tfunction(a) {return Math.trunc(a)}\n);\n\nexports.untrunc = makeNumericBinaryOperator(\n\tfunction(a) {return Math.ceil(Math.abs(a)) * Math.sign(a)}\n);\n\nexports.sign = makeNumericBinaryOperator(\n\tfunction(a) {return Math.sign(a)}\n);\n\nexports.add = makeNumericBinaryOperator(\n\tfunction(a,b) {return a + b;}\n);\n\nexports.subtract = makeNumericBinaryOperator(\n\tfunction(a,b) {return a - b;}\n);\n\nexports.multiply = makeNumericBinaryOperator(\n\tfunction(a,b) {return a * b;}\n);\n\nexports.divide = makeNumericBinaryOperator(\n\tfunction(a,b) {return a / b;}\n);\n\nexports.remainder = makeNumericBinaryOperator(\n\tfunction(a,b) {return a % b;}\n);\n\nexports.max = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.max(a,b);}\n);\n\nexports.min = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.min(a,b);}\n);\n\nexports.fixed = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toFixed.call(a,Math.min(Math.max(b,0),100));}\n);\n\nexports.precision = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toPrecision.call(a,Math.min(Math.max(b,1),100));}\n);\n\nexports.exponential = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toExponential.call(a,Math.min(Math.max(b,0),100));}\n);\n\nexports.power = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.pow(a,b);}\n);\n\nexports.log = makeNumericBinaryOperator(\n\tfunction(a,b) {\n\t\tif(b) {\n\t\t\treturn Math.log(a)/Math.log(b);\n\t\t} else {\n\t\t\treturn Math.log(a);\n\t\t}\n\t}\n);\n\nexports.sum = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return accumulator + value},\n\t0 // Initial value\n);\n\nexports.product = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return accumulator * value},\n\t1 // Initial value\n);\n\nexports.maxall = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return Math.max(accumulator,value)},\n\t-Infinity // Initial value\n);\n\nexports.minall = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return Math.min(accumulator,value)},\n\tInfinity // Initial value\n);\n\nfunction makeNumericBinaryOperator(fnCalc) {\n\treturn function(source,operator,options) {\n\t\tvar result = [],\n\t\t\tnumOperand = $tw.utils.parseNumber(operator.operand);\n\t\tsource(function(tiddler,title) {\n\t\t\tresult.push($tw.utils.stringifyNumber(fnCalc($tw.utils.parseNumber(title),numOperand)));\n\t\t});\n\t\treturn result;\n\t};\n}\n\nfunction makeNumericReducingOperator(fnCalc,initialValue) {\n\tinitialValue = initialValue || 0;\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresult.push(title);\n\t\t});\n\t\treturn [$tw.utils.stringifyNumber(result.reduce(function(accumulator,currentValue) {\n\t\t\treturn fnCalc(accumulator,$tw.utils.parseNumber(currentValue));\n\t\t},initialValue))];\n\t};\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/list.js": {
            "title": "$:/core/modules/filters/list.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/list.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddlers whose title is listed in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.list = function(source,operator,options) {\n\tvar results = [],\n\t\ttr = $tw.utils.parseTextReference(operator.operand),\n\t\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\"),\n\t\tlist = options.wiki.getTiddlerList(tr.title || currTiddlerTitle,tr.field,tr.index);\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tresults = list;\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/minlength.js": {
            "title": "$:/core/modules/filters/minlength.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/minlength.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for filtering out titles that don't meet the minimum length in the operand\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.minlength = function(source,operator,options) {\n\tvar results = [],\n\t\tminLength = parseInt(operator.operand || \"\",10) || 0;\n\tsource(function(tiddler,title) {\n\t\tif(title.length >= minLength) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/plugintiddlers.js": {
            "title": "$:/core/modules/filters/plugintiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/plugintiddlers.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the titles of the shadow tiddlers within a plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.plugintiddlers = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar pluginInfo = options.wiki.getPluginInfo(title) || options.wiki.getTiddlerDataCached(title,{tiddlers:[]});\n\t\tif(pluginInfo && pluginInfo.tiddlers) {\n\t\t\t$tw.utils.each(pluginInfo.tiddlers,function(fields,title) {\n\t\t\t\tresults.push(title);\n\t\t\t});\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/modules.js": {
            "title": "$:/core/modules/filters/modules.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/modules.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the titles of the modules of a given type in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.modules = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.each($tw.modules.types[title],function(moduleInfo,moduleName) {\n\t\t\tresults.push(moduleName);\n\t\t});\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/prefix.js": {
            "title": "$:/core/modules/filters/prefix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/prefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title starts with a prefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.prefix = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(0,operator.operand.length) !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(0,operator.operand.length) === operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/range.js": {
            "title": "$:/core/modules/filters/range.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/range.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for generating a numeric range.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.range = function(source,operator,options) {\n\tvar results = [];\n\t// Split the operand into numbers delimited by these symbols\n\tvar parts = operator.operand.split(/[,:;]/g),\n\t\tbeg, end, inc, i, fixed = 0;\n\tfor (i=0; i<parts.length; i++) {\n\t\t// Validate real number\n\t\tif(!/^\\s*[+-]?((\\d+(\\.\\d*)?)|(\\.\\d+))\\s*$/.test(parts[i])) {\n\t\t\treturn [\"range: bad number \\\"\" + parts[i] + \"\\\"\"];\n\t\t}\n\t\t// Count digits; the most precise number determines decimal places in output.\n\t\tvar frac = /\\.\\d+/.exec(parts[i]);\n\t\tif(frac) {\n\t\t\tfixed = Math.max(fixed,frac[0].length-1);\n\t\t}\n\t\tparts[i] = parseFloat(parts[i]);\n\t}\n\tswitch(parts.length) {\n\t\tcase 1:\n\t\t\tend = parts[0];\n\t\t\tif (end >= 1) {\n\t\t\t\tbeg = 1;\n\t\t\t}\n\t\t\telse if (end <= -1) {\n\t\t\t\tbeg = -1;\n\t\t\t}\n\t\t\telse {\n\t\t\t\treturn [];\n\t\t\t}\n\t\t\tinc = 1;\n\t\t\tbreak;\n\t\tcase 2:\n\t\t\tbeg = parts[0];\n\t\t\tend = parts[1];\n\t\t\tinc = 1;\n\t\t\tbreak;\n\t\tcase 3:\n\t\t\tbeg = parts[0];\n\t\t\tend = parts[1];\n\t\t\tinc = Math.abs(parts[2]);\n\t\t\tbreak;\n\t}\n\tif(inc === 0) {\n\t\treturn [\"range: increment 0 causes infinite loop\"];\n\t}\n\t// May need to count backwards\n\tvar direction = ((end < beg) ? -1 : 1);\n\tinc *= direction;\n\t// Estimate number of resulting elements\n\tif((end - beg) / inc > 10000) {\n\t\treturn [\"range: too many steps (over 10K)\"];\n\t}\n\t// Avoid rounding error on last step\n\tend += direction * 0.5 * Math.pow(0.1,fixed);\n\tvar safety = 10010;\n\t// Enumerate the range\n\tif (end<beg) {\n\t\tfor(i=beg; i>end; i+=inc) {\n\t\t\tresults.push(i.toFixed(fixed));\n\t\t\tif(--safety<0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tfor(i=beg; i<end; i+=inc) {\n\t\t\tresults.push(i.toFixed(fixed));\n\t\t\tif(--safety<0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\tif(safety<0) {\n\t\treturn [\"range: unexpectedly large output\"];\n\t}\n\t// Reverse?\n\tif(operator.prefix === \"!\") {\n\t\tresults.reverse();\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/previous.js": {
            "title": "$:/core/modules/filters/previous.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/previous.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler whose title occurs immediately prior in the list supplied in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.previous = function(source,operator,options) {\n\tvar results = [],\n\t\tlist = options.wiki.getTiddlerList(operator.operand);\n\tsource(function(tiddler,title) {\n\t\tvar match = list.indexOf(title);\n\t\t// increment match and then test if result is in range\n\t\tmatch--;\n\t\tif(match >= 0) {\n\t\t\tresults.push(list[match]);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/reduce.js": {
            "title": "$:/core/modules/filters/reduce.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/reduce.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator evaluates a subfilter for each item, making the running total available in the variable `accumulator`, and the current index available in the variable `index`\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.reduce = function(source,operator,options) {\n\t// Accumulate the list\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\t// Run the filter over each item\n\tvar filterFn = options.wiki.compileFilter(operator.operand),\n\t\taccumulator = operator.operands[1] || \"\";\n\tfor(var index=0; index<results.length; index++) {\n\t\tvar title = results[index],\n\t\t\tlist = filterFn.call(options.wiki,options.wiki.makeTiddlerIterator([title]),{\n\t\t\t\tgetVariable: function(name) {\n\t\t\t\t\tswitch(name) {\n\t\t\t\t\t\tcase \"currentTiddler\":\n\t\t\t\t\t\t\treturn \"\" + title;\n\t\t\t\t\t\tcase \"accumulator\":\n\t\t\t\t\t\t\treturn \"\" + accumulator;\n\t\t\t\t\t\tcase \"index\":\n\t\t\t\t\t\t\treturn \"\" + index;\n\t\t\t\t\t\tcase \"revIndex\":\n\t\t\t\t\t\t\treturn \"\" + (results.length - 1 - index);\n\t\t\t\t\t\tcase \"length\":\n\t\t\t\t\t\t\treturn \"\" + results.length;\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\treturn options.widget.getVariable(name);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\tif(list.length > 0) {\n\t\t\taccumulator = \"\" +  list[0];\n\t\t}\n\t}\n\tif(results.length > 0) {\n\t\treturn [accumulator];\n\t} else {\n\t\treturn [];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/regexp.js": {
            "title": "$:/core/modules/filters/regexp.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/regexp.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for regexp matching\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.regexp = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || \"title\").toLowerCase(),\n\t\tregexpString, regexp, flags = \"\", match,\n\t\tgetFieldString = function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\treturn tiddler.getFieldString(fieldname);\n\t\t\t} else if(fieldname === \"title\") {\n\t\t\t\treturn title;\n\t\t\t} else {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t};\n\t// Process flags and construct regexp\n\tregexpString = operator.operand;\n\tmatch = /^\\(\\?([gim]+)\\)/.exec(regexpString);\n\tif(match) {\n\t\tflags = match[1];\n\t\tregexpString = regexpString.substr(match[0].length);\n\t} else {\n\t\tmatch = /\\(\\?([gim]+)\\)$/.exec(regexpString);\n\t\tif(match) {\n\t\t\tflags = match[1];\n\t\t\tregexpString = regexpString.substr(0,regexpString.length - match[0].length);\n\t\t}\n\t}\n\ttry {\n\t\tregexp = new RegExp(regexpString,flags);\n\t} catch(e) {\n\t\treturn [\"\" + e];\n\t}\n\t// Process the incoming tiddlers\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tvar text = getFieldString(tiddler,title);\n\t\t\tif(text !== null) {\n\t\t\t\tif(!regexp.exec(text)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tvar text = getFieldString(tiddler,title);\n\t\t\tif(text !== null) {\n\t\t\t\tif(!!regexp.exec(text)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/removeprefix.js": {
            "title": "$:/core/modules/filters/removeprefix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/removeprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for removing a prefix from each title in the list. Titles that do not start with the prefix are removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.removeprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(title.substr(0,operator.operand.length) === operator.operand) {\n\t\t\tresults.push(title.substr(operator.operand.length));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/removesuffix.js": {
            "title": "$:/core/modules/filters/removesuffix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/removesuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for removing a suffix from each title in the list. Titles that do not end with the suffix are removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.removesuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(title && title.substr(-operator.operand.length) === operator.operand) {\n\t\t\tresults.push(title.substr(0,title.length - operator.operand.length));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/search.js": {
            "title": "$:/core/modules/filters/search.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/search.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for searching for the text in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.search = function(source,operator,options) {\n\tvar invert = operator.prefix === \"!\";\n\tif(operator.suffixes) {\n\t\tvar hasFlag = function(flag) {\n\t\t\t\treturn (operator.suffixes[1] || []).indexOf(flag) !== -1;\n\t\t\t},\n\t\t\texcludeFields = false,\n\t\t\tfieldList = operator.suffixes[0] || [],\n\t\t\tfirstField = fieldList[0] || \"\", \n\t\t\tfirstChar = firstField.charAt(0),\n\t\t\tfields;\n\t\tif(firstChar === \"-\") {\n\t\t\tfields = [firstField.slice(1)].concat(fieldList.slice(1));\n\t\t\texcludeFields = true;\n\t\t} else if(fieldList[0] === \"*\"){\n\t\t\tfields = [];\n\t\t\texcludeFields = true;\n\t\t} else {\n\t\t\tfields = fieldList.slice(0);\n\t\t}\n\t\treturn options.wiki.search(operator.operand,{\n\t\t\tsource: source,\n\t\t\tinvert: invert,\n\t\t\tfield: fields,\n\t\t\texcludeField: excludeFields,\n\t\t\tcaseSensitive: hasFlag(\"casesensitive\"),\n\t\t\tliteral: hasFlag(\"literal\"),\n\t\t\twhitespace: hasFlag(\"whitespace\"),\n\t\t\tanchored: hasFlag(\"anchored\"),\n\t\t\tregexp: hasFlag(\"regexp\"),\n\t\t\twords: hasFlag(\"words\")\n\t\t});\n\t} else {\n\t\treturn options.wiki.search(operator.operand,{\n\t\t\tsource: source,\n\t\t\tinvert: invert\n\t\t});\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/sameday.js": {
            "title": "$:/core/modules/filters/sameday.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/sameday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects tiddlers with a modified date field on the same day as the provided value.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sameday = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName = operator.suffix || \"modified\",\n\t\ttargetDate = (new Date($tw.utils.parseDate(operator.operand))).setHours(0,0,0,0);\n\t// Function to convert a date/time to a date integer\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tif(tiddler.getFieldDay(fieldName) === targetDate) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/shadowsource.js": {
            "title": "$:/core/modules/filters/shadowsource.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/shadowsource.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the source plugins for shadow tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadowsource = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar source = options.wiki.getShadowSource(title);\n\t\tif(source) {\n\t\t\t$tw.utils.pushTop(results,source);\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/slugify.js": {
            "title": "$:/core/modules/filters/slugify.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/slugify.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for slugifying a tiddler title\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.slugify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.wiki.slugify(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/sort.js": {
            "title": "$:/core/modules/filters/sort.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/sort.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for sorting\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,false);\n\treturn results;\n};\n\nexports.nsort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,true);\n\treturn results;\n};\n\nexports.sortan = function(source, operator, options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results, operator.operand || \"title\", operator.prefix === \"!\",false,false,true);\n\treturn results;\n};\n\nexports.sortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,false);\n\treturn results;\n};\n\nexports.nsortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,true);\n\treturn results;\n};\n\nvar prepare_results = function (source) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/splitbefore.js": {
            "title": "$:/core/modules/filters/splitbefore.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/splitbefore.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that splits each result on the first occurance of the specified separator and returns the unique values.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.splitbefore = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar parts = title.split(operator.operand);\n\t\tif(parts.length === 1) {\n\t\t\t$tw.utils.pushTop(results,parts[0]);\n\t\t} else {\n\t\t\t$tw.utils.pushTop(results,parts[0] + operator.operand);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/storyviews.js": {
            "title": "$:/core/modules/filters/storyviews.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/storyviews.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the story views in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.storyviews = function(source,operator,options) {\n\tvar results = [],\n\t\tstoryviews = {};\n\t$tw.modules.applyMethods(\"storyview\",storyviews);\n\t$tw.utils.each(storyviews,function(info,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/strings.js": {
            "title": "$:/core/modules/filters/strings.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/strings.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for strings. Unary/binary operators work on each item in turn, and return a new item list.\n\nSum/product/maxall/minall operate on the entire list, returning a single item.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.length = makeStringBinaryOperator(\n\tfunction(a) {return [\"\" + (\"\" + a).length];}\n);\n\nexports.uppercase = makeStringBinaryOperator(\n\tfunction(a) {return [(\"\" + a).toUpperCase()];}\n);\n\nexports.lowercase = makeStringBinaryOperator(\n\tfunction(a) {return [(\"\" + a).toLowerCase()];}\n);\n\nexports.sentencecase = makeStringBinaryOperator(\n\tfunction(a) {return [$tw.utils.toSentenceCase(a)];}\n);\n\nexports.titlecase = makeStringBinaryOperator(\n\tfunction(a) {return [$tw.utils.toTitleCase(a)];}\n);\n\nexports.trim = function(source,operator,options) {\n\tvar result = [],\n\t\tsuffix = operator.suffix || \"\",\n\t\toperand = (operator.operand || \"\"),\n\t\tfnCalc;\n\tif(suffix === \"prefix\") {\n\t\tfnCalc = function(a,b) {return [$tw.utils.trimPrefix(a,b)];}\n\t} else if(suffix === \"suffix\") {\n\t\tfnCalc = function(a,b) {return [$tw.utils.trimSuffix(a,b)];}\n\t} else {\n\t\tif(operand === \"\") {\n\t\t\tfnCalc = function(a) {return [$tw.utils.trim(a)];}\n\t\t} else {\n\t\t\tfnCalc = function(a,b) {return [$tw.utils.trimSuffix($tw.utils.trimPrefix(a,b),b)];}\n\t\t}\n\t}\n\tsource(function(tiddler,title) {\n\t\tArray.prototype.push.apply(result,fnCalc(title,operand));\n\t});\n\treturn result;\n};\n\nexports.split = makeStringBinaryOperator(\n\tfunction(a,b) {return (\"\" + a).split(b);}\n);\n\nexports[\"enlist-input\"] = makeStringBinaryOperator(\n\tfunction(a,o,s) {return $tw.utils.parseStringArray(\"\" + a,(s === \"raw\"));}\n);\n\nexports.join = makeStringReducingOperator(\n\tfunction(accumulator,value,operand) {\n\t\tif(accumulator === null) {\n\t\t\treturn value;\n\t\t} else {\n\t\t\treturn accumulator + operand + value;\n\t\t}\n\t},null\n);\n\nfunction makeStringBinaryOperator(fnCalc) {\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tArray.prototype.push.apply(result,fnCalc(title,operator.operand || \"\",operator.suffix || \"\"));\n\t\t});\n\t\treturn result;\n\t};\n}\n\nfunction makeStringReducingOperator(fnCalc,initialValue) {\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresult.push(title);\n\t\t});\n\t\tif(result.length === 0) {\n\t\t\treturn [];\n\t\t}\n\t\treturn [result.reduce(function(accumulator,currentValue) {\n\t\t\treturn fnCalc(accumulator,currentValue,operator.operand || \"\");\n\t\t},initialValue) || \"\"];\n\t};\n}\n\nexports.splitregexp = function(source,operator,options) {\n\tvar result = [],\n\t\tsuffix = operator.suffix || \"\",\n\t\tflags = (suffix.indexOf(\"m\") !== -1 ? \"m\" : \"\") + (suffix.indexOf(\"i\") !== -1 ? \"i\" : \"\"),\n\t\tregExp;\n\ttry {\n\t\tregExp = new RegExp(operator.operand || \"\",flags);\t\t\n\t} catch(ex) {\n\t\treturn [\"RegExp error: \" + ex];\n\t}\n\tsource(function(tiddler,title) {\n\t\tArray.prototype.push.apply(result,title.split(regExp));\n\t});\t\t\n\treturn result;\n};\n\nexports[\"search-replace\"] = function(source,operator,options) {\n\tvar results = [],\n\t\tsuffixes = operator.suffixes || [],\n\t\tflagSuffix = (suffixes[0] ? (suffixes[0][0] || \"\") : \"\"),\n\t\tflags = (flagSuffix.indexOf(\"g\") !== -1 ? \"g\" : \"\") + (flagSuffix.indexOf(\"i\") !== -1 ? \"i\" : \"\"),\n\t\tisRegExp = (suffixes[1] && suffixes[1][0] === \"regexp\") ? true : false,\n\t\tsearchTerm,\n\t\tregExp;\n\t\n\tsource(function(tiddler,title) {\n\t\tif(title && (operator.operands.length > 1)) {\n\t\t\t//Escape regexp characters if the operand is not a regular expression\n\t\t\tsearchTerm = isRegExp ? operator.operand : $tw.utils.escapeRegExp(operator.operand);\n\t\t\ttry {\n\t\t\t\tregExp = new RegExp(searchTerm,flags);\n\t\t\t} catch(ex) {\n\t\t\t\treturn [\"RegExp error: \" + ex];\n\t\t\t}\n\t\t\tresults.push(\n\t\t\t\ttitle.replace(regExp,operator.operands[1])\n\t\t\t);\n\t\t} else {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\nexports.pad = function(source,operator,options) {\n\tvar results = [],\n\t\ttargetLength = operator.operand ? parseInt(operator.operand) : 0,\n\t\tfill = operator.operands[1] || \"0\";\n\n\tsource(function(tiddler,title) {\n\t\tif(title && title.length) {\n\t\t\tif(title.length >= targetLength) {\n\t\t\t\tresults.push(title);\n\t\t\t} else {\n\t\t\t\tvar padString = \"\",\n\t\t\t\t\tpadStringLength = targetLength - title.length;\n\t\t\t\twhile (padStringLength > padString.length) {\n\t\t\t\t\tpadString += fill;\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t//make sure we do not exceed the specified length\n\t\t\t\tpadString = padString.slice(0,padStringLength);\n\t\t\t\tif(operator.suffix && (operator.suffix === \"suffix\")) {\n\t\t\t\t\ttitle = title + padString;\n\t\t\t\t} else {\n\t\t\t\t\ttitle = padString + title;\n\t\t\t\t}\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/subfilter.js": {
            "title": "$:/core/modules/filters/subfilter.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/subfilter.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning its operand evaluated as a filter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.subfilter = function(source,operator,options) {\n\tvar list = options.wiki.filterTiddlers(operator.operand,options.widget,source);\n\tif(operator.prefix === \"!\") {\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t\treturn results;\n\t} else {\n\t\treturn list;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/subtiddlerfields.js": {
            "title": "$:/core/modules/filters/subtiddlerfields.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/subtiddlerfields.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the fields on the selected subtiddlers of the plugin named in the operand\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.subtiddlerfields = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar subtiddler = options.wiki.getSubTiddler(operator.operand,title);\n\t\tif(subtiddler) {\n\t\t\tfor(var fieldName in subtiddler.fields) {\n\t\t\t\t$tw.utils.pushTop(results,fieldName);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/suffix.js": {
            "title": "$:/core/modules/filters/suffix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/suffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title ends with a suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.suffix = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(-operator.operand.length) !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(-operator.operand.length) === operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/tag.js": {
            "title": "$:/core/modules/filters/tag.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/tag.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking for the presence of a tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tag = function(source,operator,options) {\n\tvar results = [],indexedResults;\n\tif((operator.suffix || \"\").toLowerCase() === \"strict\" && !operator.operand) {\n\t\t// New semantics:\n\t\t// Always return copy of input if operator.operand is missing\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t} else {\n\t\t// Old semantics:\n\t\tvar tiddlers;\n\t\tif(operator.prefix === \"!\") {\n\t\t\t// Returns a copy of the input if operator.operand is missing\n\t\t\ttiddlers = options.wiki.getTiddlersWithTag(operator.operand);\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddlers.indexOf(title) === -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\t// Returns empty results if operator.operand is missing\n\t\t\tif(source.byTag) {\n\t\t\t\tindexedResults = source.byTag(operator.operand);\n\t\t\t\tif(indexedResults) {\n\t\t\t\t\treturn indexedResults;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\ttiddlers = options.wiki.getTiddlersWithTag(operator.operand);\n\t\t\t\tsource(function(tiddler,title) {\n\t\t\t\t\tif(tiddlers.indexOf(title) !== -1) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tresults = options.wiki.sortByList(results,operator.operand);\n\t\t\t}\n\t\t}\t\t\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/tagging.js": {
            "title": "$:/core/modules/filters/tagging.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/tagging.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all tiddlers that are tagged with the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tagging = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlersWithTag(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/tags.js": {
            "title": "$:/core/modules/filters/tags.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/tags.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all the tags of the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tags = function(source,operator,options) {\n\tvar tags = {};\n\tsource(function(tiddler,title) {\n\t\tvar t, length;\n\t\tif(tiddler && tiddler.fields.tags) {\n\t\t\tfor(t=0, length=tiddler.fields.tags.length; t<length; t++) {\n\t\t\t\ttags[tiddler.fields.tags[t]] = true;\n\t\t\t}\n\t\t}\n\t});\n\treturn Object.keys(tags);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/then.js": {
            "title": "$:/core/modules/filters/then.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/then.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing any titles with a constant\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.then = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(operator.operand);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/title.js": {
            "title": "$:/core/modules/filters/title.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/title.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for comparing title fields for equality\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.title = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields.title !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tresults.push(operator.operand);\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/untagged.js": {
            "title": "$:/core/modules/filters/untagged.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/untagged.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all the selected tiddlers that are untagged\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.untagged = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && $tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length > 0) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler || !tiddler.hasField(\"tags\") || ($tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length === 0)) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/variables.js": {
            "title": "$:/core/modules/filters/variables.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/variables.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the active variables\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.variables = function(source,operator,options) {\n\tvar names = [];\n\tfor(var variable in options.widget.variables) {\n\t\tnames.push(variable);\n\t}\n\treturn names.sort();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/wikiparserrules.js": {
            "title": "$:/core/modules/filters/wikiparserrules.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/wikiparserrules.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the wiki parser rules in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.wikiparserrules = function(source,operator,options) {\n\tvar results = [],\n\t\toperand = operator.operand;\n\t$tw.utils.each($tw.modules.types.wikirule,function(mod) {\n\t\tvar exp = mod.exports;\n\t\tif(!operand || exp.types[operand]) {\n\t\t\tresults.push(exp.name);\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/x-listops.js": {
            "title": "$:/core/modules/filters/x-listops.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/x-listops.js\ntype: application/javascript\nmodule-type: filteroperator\n\nExtended filter operators to manipulate the current list.\n\n\\*/\n(function () {\n\n\t/*jslint node: true, browser: true */\n\t/*global $tw: false */\n\t\"use strict\";\n\n\t/*\n\tFetch titles from the current list\n\t*/\n\tvar prepare_results = function (source) {\n\tvar results = [];\n\t\tsource(function (tiddler, title) {\n\t\t\tresults.push(title);\n\t\t});\n\t\treturn results;\n\t};\n\n\t/*\n\tMoves a number of items from the tail of the current list before the item named in the operand\n\t*/\n\texports.putbefore = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn (index === -1) ?\n\t\t\tresults.slice(0, -1) :\n\t\t\tresults.slice(0, index).concat(results.slice(-count)).concat(results.slice(index, -count));\n\t};\n\n\t/*\n\tMoves a number of items from the tail of the current list after the item named in the operand\n\t*/\n\texports.putafter = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn (index === -1) ?\n\t\t\tresults.slice(0, -1) :\n\t\t\tresults.slice(0, index + 1).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n\t};\n\n\t/*\n\tReplaces the item named in the operand with a number of items from the tail of the current list\n\t*/\n\texports.replace = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn (index === -1) ?\n\t\t\tresults.slice(0, -count) :\n\t\t\tresults.slice(0, index).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n\t};\n\n\t/*\n\tMoves a number of items from the tail of the current list to the head of the list\n\t*/\n\texports.putfirst = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn results.slice(-count).concat(results.slice(0, -count));\n\t};\n\n\t/*\n\tMoves a number of items from the head of the current list to the tail of the list\n\t*/\n\texports.putlast = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn results.slice(count).concat(results.slice(0, count));\n\t};\n\n\t/*\n\tMoves the item named in the operand a number of places forward or backward in the list\n\t*/\n\texports.move = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1),\n\t\t\tmarker = results.splice(index, 1),\n\t\t\toffset =  (index + count) > 0 ? index + count : 0;\n\t\treturn results.slice(0, offset).concat(marker).concat(results.slice(offset));\n\t};\n\n\t/*\n\tReturns the items from the current list that are after the item named in the operand\n\t*/\n\texports.allafter = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand);\n\t\treturn (index === -1) ? [] :\n\t\t\t(operator.suffix) ? results.slice(index) :\n\t\t\tresults.slice(index + 1);\n\t};\n\n\t/*\n\tReturns the items from the current list that are before the item named in the operand\n\t*/\n\texports.allbefore = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand);\n\t\treturn (index === -1) ? [] :\n\t\t\t(operator.suffix) ? results.slice(0, index + 1) :\n\t\t\tresults.slice(0, index);\n\t};\n\n\t/*\n\tAppends the items listed in the operand array to the tail of the current list\n\t*/\n\texports.append = function (source, operator) {\n\t\tvar append = $tw.utils.parseStringArray(operator.operand, \"true\"),\n\t\t\tresults = prepare_results(source),\n\t\t\tcount = parseInt(operator.suffix) || append.length;\n\t\treturn (append.length === 0) ? results :\n\t\t\t(operator.prefix) ? results.concat(append.slice(-count)) :\n\t\t\tresults.concat(append.slice(0, count));\n\t};\n\n\t/*\n\tPrepends the items listed in the operand array to the head of the current list\n\t*/\n\texports.prepend = function (source, operator) {\n\t\tvar prepend = $tw.utils.parseStringArray(operator.operand, \"true\"),\n\t\t\tresults = prepare_results(source),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,prepend.length);\n\t\treturn (prepend.length === 0) ? results :\n\t\t\t(operator.prefix) ? prepend.slice(-count).concat(results) :\n\t\t\tprepend.slice(0, count).concat(results);\n\t};\n\n\t/*\n\tReturns all items from the current list except the items listed in the operand array\n\t*/\n\texports.remove = function (source, operator) {\n\t\tvar array = $tw.utils.parseStringArray(operator.operand, \"true\"),\n\t\t\tresults = prepare_results(source),\n\t\t\tcount = parseInt(operator.suffix) || array.length,\n\t\t\tp,\n\t\t\tlen,\n\t\t\tindex;\n\t\tlen = array.length - 1;\n\t\tfor (p = 0; p < count; ++p) {\n\t\t\tif (operator.prefix) {\n\t\t\t\tindex = results.indexOf(array[len - p]);\n\t\t\t} else {\n\t\t\t\tindex = results.indexOf(array[p]);\n\t\t\t}\n\t\t\tif (index !== -1) {\n\t\t\t\tresults.splice(index, 1);\n\t\t\t}\n\t\t}\n\t\treturn results;\n\t};\n\n\t/*\n\tReturns all items from the current list sorted in the order of the items in the operand array\n\t*/\n\texports.sortby = function (source, operator) {\n\t\tvar results = prepare_results(source);\n\t\tif (!results || results.length < 2) {\n\t\t\treturn results;\n\t\t}\n\t\tvar lookup = $tw.utils.parseStringArray(operator.operand, \"true\");\n\t\tresults.sort(function (a, b) {\n\t\t\treturn lookup.indexOf(a) - lookup.indexOf(b);\n\t\t});\n\t\treturn results;\n\t};\n\n\t/*\n\tRemoves all duplicate items from the current list\n\t*/\n\texports.unique = function (source, operator) {\n\t\tvar results = prepare_results(source);\n\t\tvar set = results.reduce(function (a, b) {\n\t\t\tif (a.indexOf(b) < 0) {\n\t\t\t\ta.push(b);\n\t\t\t}\n\t\t\treturn a;\n\t\t}, []);\n\t\treturn set;\n\t};\n\n\tvar cycleValueInArray = function(results,operands,stepSize) {\n\t\tvar resultsIndex,\n\t\t\tstep = stepSize || 1,\n\t\t\ti = 0,\n\t\t\topLength = operands.length,\n\t\t\tnextOperandIndex;\t\t\n\t\tfor(i; i < opLength; i++) {\n\t\t\tresultsIndex = results.indexOf(operands[i]);\n\t\t\tif(resultsIndex !== -1) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(resultsIndex !== -1) {\n\t\t\ti = i + step;\n\t\t\tnextOperandIndex = (i < opLength ? i : i - opLength);\n\t\t\tif(operands.length > 1) {\n\t\t\t\tresults.splice(resultsIndex,1,operands[nextOperandIndex]);\n\t\t\t} else {\n\t\t\t\tresults.splice(resultsIndex,1);\n\t\t\t}\n\t\t} else {\n\t\t\tresults.push(operands[0]);\n\t\t}\n\t\treturn results;\t\t\n\t}\n\n\t/*\n\tToggles an item in the current list.\n\t*/\t\n\texports.toggle = function(source,operator) {\n\t\treturn cycleValueInArray(prepare_results(source),operator.operands);\n\t}\n\n\texports.cycle = function(source,operator) {\n\t\tvar results = prepare_results(source),\n\t\t\toperands = (operator.operand.length ? $tw.utils.parseStringArray(operator.operand, \"true\") : [\"\"]),\n\t\t\tstep = $tw.utils.getInt(operator.operands[1]||\"\",1);\n\t\tif(step < 0) {\n\t\t\toperands.reverse();\n\t\t\tstep = Math.abs(step);\n\t\t}\t\n\t\treturn cycleValueInArray(results,operands,step);\n\t}\n\t\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/sortsub.js": {
            "title": "$:/core/modules/filters/sortsub.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/sortsub.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for sorting by a subfilter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sortsub = function(source,operator,options) {\n\t// Compile the subfilter\n\tvar filterFn = options.wiki.compileFilter(operator.operand);\n\t// Collect the input titles and the corresponding sort keys\n\tvar inputTitles = [],\n\t\tsortKeys = [];\n\tsource(function(tiddler,title) {\n\t\tinputTitles.push(title);\n\t\tvar r = filterFn.call(options.wiki,function(iterator) {\n\t\t\titerator(options.wiki.getTiddler(title),title);\n\t\t},{\n\t\t\tgetVariable: function(name) {\n\t\t\t\tif(name === \"currentTiddler\") {\n\t\t\t\t\treturn title;\n\t\t\t\t} else {\n\t\t\t\t\treturn options.widget.getVariable(name);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\tsortKeys.push(r[0] || \"\");\n\t});\n\t// Rather than sorting the titles array, we'll sort the indexes so that we can consult both arrays\n\tvar indexes = new Array(inputTitles.length);\n\tfor(var t=0; t<inputTitles.length; t++) {\n\t\tindexes[t] = t;\n\t}\n\t// Sort the indexes\n\tvar compareFn = $tw.utils.makeCompareFunction(operator.suffix,{defaultType: \"string\",invert: operator.prefix === \"!\"});\n\tindexes = indexes.sort(function(a,b) {\n\t\treturn compareFn(sortKeys[a],sortKeys[b]);\n\t});\n\t// Make the results array in order\n\tvar results = [];\n\t$tw.utils.each(indexes,function(index) {\n\t\tresults.push(inputTitles[index]);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/moduletypes.js": {
            "title": "$:/core/modules/filters/moduletypes.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/moduletypes.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the module types in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.moduletypes = function(source,operator,options) {\n\tvar results = [];\n\t$tw.utils.each($tw.modules.types,function(moduleInfo,type) {\n\t\tresults.push(type);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/next.js": {
            "title": "$:/core/modules/filters/next.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/next.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler whose title occurs next in the list supplied in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.next = function(source,operator,options) {\n\tvar results = [],\n\t\tlist = options.wiki.getTiddlerList(operator.operand);\n\tsource(function(tiddler,title) {\n\t\tvar match = list.indexOf(title);\n\t\t// increment match and then test if result is in range\n\t\tmatch++;\n\t\tif(match > 0 && match < list.length) {\n\t\t\tresults.push(list[match]);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/all/missing.js": {
            "title": "$:/core/modules/filters/all/missing.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/missing.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\treturn options.wiki.getMissingTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/current.js": {
            "title": "$:/core/modules/filters/all/current.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/current.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar currTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(currTiddlerTitle) {\n\t\treturn [currTiddlerTitle];\n\t} else {\n\t\treturn [];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/orphans.js": {
            "title": "$:/core/modules/filters/all/orphans.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/orphans.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[orphans]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphans = function(source,prefix,options) {\n\treturn options.wiki.getOrphanTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/tiddlers.js": {
            "title": "$:/core/modules/filters/all/tiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/tiddlers.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddlers = function(source,prefix,options) {\n\treturn options.wiki.allTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/tags.js": {
            "title": "$:/core/modules/filters/all/tags.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/tags.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tags]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tags = function(source,prefix,options) {\n\treturn Object.keys(options.wiki.getTagMap());\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/shadows.js": {
            "title": "$:/core/modules/filters/all/shadows.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/shadows.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[shadows]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadows = function(source,prefix,options) {\n\treturn options.wiki.allShadowTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/format/date.js": {
            "title": "$:/core/modules/filters/format/date.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/format/date.js\ntype: application/javascript\nmodule-type: formatfilteroperator\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.date = function(source,operand,options) {\n\tvar results = [];\t\n\tsource(function(tiddler,title) {\n\t\tvar value = $tw.utils.parseDate(title);\n\t\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\t\tresults.push($tw.utils.formatDateString(value,operand || \"YYYY MM DD 0hh:0mm\"));\n\t\t}\n\t});\t\n\treturn results;\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "formatfilteroperator"
        },
        "$:/core/modules/filters/format/relativedate.js": {
            "title": "$:/core/modules/filters/format/relativedate.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/format/relativedate.js\ntype: application/javascript\nmodule-type: formatfilteroperator\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.relativedate = function(source,operand,options) {\n\tvar results = [];\t\n\tsource(function(tiddler,title) {\n\t\tvar value = $tw.utils.parseDate(title);\n\t\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\t\tresults.push($tw.utils.getRelativeDate((new Date()) - (new Date(value))).description);\n\t\t}\n\t});\t\n\treturn results;\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "formatfilteroperator"
        },
        "$:/core/modules/filters/is/blank.js": {
            "title": "$:/core/modules/filters/is/blank.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/blank.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[blank]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.blank = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!title) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/binary.js": {
            "title": "$:/core/modules/filters/is/binary.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/binary.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[binary]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.binary = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isBinaryTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isBinaryTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/image.js": {
            "title": "$:/core/modules/filters/is/image.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/image.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[image]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.image = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isImageTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isImageTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/current.js": {
            "title": "$:/core/modules/filters/is/current.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/current.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar results = [],\n\t\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title !== currTiddlerTitle) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title === currTiddlerTitle) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/orphan.js": {
            "title": "$:/core/modules/filters/is/orphan.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/orphan.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[orphan]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphan = function(source,prefix,options) {\n\tvar results = [],\n\t\torphanTitles = options.wiki.getOrphanTitles();\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(orphanTitles.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(orphanTitles.indexOf(title) !== -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/shadow.js": {
            "title": "$:/core/modules/filters/is/shadow.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/shadow.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[shadow]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadow = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isShadowTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isShadowTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/system.js": {
            "title": "$:/core/modules/filters/is/system.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/system.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[system]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.system = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isSystemTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isSystemTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/tag.js": {
            "title": "$:/core/modules/filters/is/tag.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/tag.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[tag]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tag = function(source,prefix,options) {\n\tvar results = [],\n\t\ttagMap = options.wiki.getTagMap();\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!$tw.utils.hop(tagMap,title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif($tw.utils.hop(tagMap,title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/tiddler.js": {
            "title": "$:/core/modules/filters/is/tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/tiddler.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[tiddler]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddler = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/variable.js": {
            "title": "$:/core/modules/filters/is/variable.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/variable.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[variable]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.variable = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!(title in options.widget.variables)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title in options.widget.variables) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/missing.js": {
            "title": "$:/core/modules/filters/is/missing.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/missing.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/draft.js": {
            "title": "$:/core/modules/filters/is/draft.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/draft.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[draft]] analagous to [has[draft.of]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.draft = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler || !$tw.utils.hop(tiddler.fields,\"draft.of\")) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,\"draft.of\") && (tiddler.fields[\"draft.of\"].length !== 0)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\t\t\t\t\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/server/server.js": {
            "title": "$:/core/modules/server/server.js",
            "text": "/*\\\ntitle: $:/core/modules/server/server.js\ntype: application/javascript\nmodule-type: library\n\nServe tiddlers over http\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nif($tw.node) {\n\tvar util = require(\"util\"),\n\t\tfs = require(\"fs\"),\n\t\turl = require(\"url\"),\n\t\tpath = require(\"path\"),\n\t\tquerystring = require(\"querystring\");\n}\n\n/*\nA simple HTTP server with regexp-based routes\noptions: variables - optional hashmap of variables to set (a misnomer - they are really constant parameters)\n\t\t routes - optional array of routes to use\n\t\t wiki - reference to wiki object\n*/\nfunction Server(options) {\n\tvar self = this;\n\tthis.routes = options.routes || [];\n\tthis.authenticators = options.authenticators || [];\n\tthis.wiki = options.wiki;\n\tthis.boot = options.boot || $tw.boot;\n\tthis.servername = $tw.utils.transliterateToSafeASCII(this.wiki.getTiddlerText(\"$:/SiteTitle\") || \"TiddlyWiki5\");\n\t// Initialise the variables\n\tthis.variables = $tw.utils.extend({},this.defaultVariables);\n\tif(options.variables) {\n\t\tfor(var variable in options.variables) {\n\t\t\tif(options.variables[variable]) {\n\t\t\t\tthis.variables[variable] = options.variables[variable];\n\t\t\t}\n\t\t}\t\t\n\t}\n\t$tw.utils.extend({},this.defaultVariables,options.variables);\n\t// Initialise CSRF\n\tthis.csrfDisable = this.get(\"csrf-disable\") === \"yes\";\n\t// Initialize Gzip compression\n\tthis.enableGzip = this.get(\"gzip\") === \"yes\";\n\t// Initialise authorization\n\tvar authorizedUserName = (this.get(\"username\") && this.get(\"password\")) ? this.get(\"username\") : \"(anon)\";\n\tthis.authorizationPrincipals = {\n\t\treaders: (this.get(\"readers\") || authorizedUserName).split(\",\").map($tw.utils.trim),\n\t\twriters: (this.get(\"writers\") || authorizedUserName).split(\",\").map($tw.utils.trim)\n\t}\n\t// Load and initialise authenticators\n\t$tw.modules.forEachModuleOfType(\"authenticator\", function(title,authenticatorDefinition) {\n\t\t// console.log(\"Loading server route \" + title);\n\t\tself.addAuthenticator(authenticatorDefinition.AuthenticatorClass);\n\t});\n\t// Load route handlers\n\t$tw.modules.forEachModuleOfType(\"route\", function(title,routeDefinition) {\n\t\t// console.log(\"Loading server route \" + title);\n\t\tself.addRoute(routeDefinition);\n\t});\n\t// Initialise the http vs https\n\tthis.listenOptions = null;\n\tthis.protocol = \"http\";\n\tvar tlsKeyFilepath = this.get(\"tls-key\"),\n\t\ttlsCertFilepath = this.get(\"tls-cert\");\n\tif(tlsCertFilepath && tlsKeyFilepath) {\n\t\tthis.listenOptions = {\n\t\t\tkey: fs.readFileSync(path.resolve(this.boot.wikiPath,tlsKeyFilepath),\"utf8\"),\n\t\t\tcert: fs.readFileSync(path.resolve(this.boot.wikiPath,tlsCertFilepath),\"utf8\")\n\t\t};\n\t\tthis.protocol = \"https\";\n\t}\n\tthis.transport = require(this.protocol);\n}\n\nServer.prototype.defaultVariables = {\n\tport: \"8080\",\n\thost: \"127.0.0.1\",\n\t\"root-tiddler\": \"$:/core/save/all\",\n\t\"root-render-type\": \"text/plain\",\n\t\"root-serve-type\": \"text/html\",\n\t\"tiddler-render-type\": \"text/html\",\n\t\"tiddler-render-template\": \"$:/core/templates/server/static.tiddler.html\",\n\t\"system-tiddler-render-type\": \"text/plain\",\n\t\"system-tiddler-render-template\": \"$:/core/templates/wikified-tiddler\",\n\t\"debug-level\": \"none\",\n\t\"gzip\": \"no\"\n};\n\nServer.prototype.get = function(name) {\n\treturn this.variables[name];\n};\n\nServer.prototype.addRoute = function(route) {\n\tthis.routes.push(route);\n};\n\nServer.prototype.addAuthenticator = function(AuthenticatorClass) {\n\t// Instantiate and initialise the authenticator\n\tvar authenticator = new AuthenticatorClass(this),\n\t\tresult = authenticator.init();\n\tif(typeof result === \"string\") {\n\t\t$tw.utils.error(\"Error: \" + result);\n\t} else if(result) {\n\t\t// Only use the authenticator if it initialised successfully\n\t\tthis.authenticators.push(authenticator);\n\t}\n};\n\nServer.prototype.findMatchingRoute = function(request,state) {\n\tfor(var t=0; t<this.routes.length; t++) {\n\t\tvar potentialRoute = this.routes[t],\n\t\t\tpathRegExp = potentialRoute.path,\n\t\t\tpathname = state.urlInfo.pathname,\n\t\t\tmatch;\n\t\tif(state.pathPrefix) {\n\t\t\tif(pathname.substr(0,state.pathPrefix.length) === state.pathPrefix) {\n\t\t\t\tpathname = pathname.substr(state.pathPrefix.length) || \"/\";\n\t\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t\t} else {\n\t\t\t\tmatch = false;\n\t\t\t}\n\t\t} else {\n\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t}\n\t\tif(match && request.method === potentialRoute.method) {\n\t\t\tstate.params = [];\n\t\t\tfor(var p=1; p<match.length; p++) {\n\t\t\t\tstate.params.push(match[p]);\n\t\t\t}\n\t\t\treturn potentialRoute;\n\t\t}\n\t}\n\treturn null;\n};\n\nServer.prototype.methodMappings = {\n\t\"GET\": \"readers\",\n\t\"OPTIONS\": \"readers\",\n\t\"HEAD\": \"readers\",\n\t\"PUT\": \"writers\",\n\t\"POST\": \"writers\",\n\t\"DELETE\": \"writers\"\n};\n\n/*\nCheck whether a given user is authorized for the specified authorizationType (\"readers\" or \"writers\"). Pass null or undefined as the username to check for anonymous access\n*/\nServer.prototype.isAuthorized = function(authorizationType,username) {\n\tvar principals = this.authorizationPrincipals[authorizationType] || [];\n\treturn principals.indexOf(\"(anon)\") !== -1 || (username && (principals.indexOf(\"(authenticated)\") !== -1 || principals.indexOf(username) !== -1));\n}\n\nServer.prototype.requestHandler = function(request,response,options) {\n\toptions = options || {};\n\t// Compose the state object\n\tvar self = this;\n\tvar state = {};\n\tstate.wiki = options.wiki || self.wiki;\n\tstate.boot = options.boot || self.boot;\n\tstate.server = self;\n\tstate.urlInfo = url.parse(request.url);\n\tstate.queryParameters = querystring.parse(state.urlInfo.query);\n\tstate.pathPrefix = options.pathPrefix || this.get(\"path-prefix\") || \"\";\n\t// Get the principals authorized to access this resource\n\tvar authorizationType = this.methodMappings[request.method] || \"readers\";\n\t// Check for the CSRF header if this is a write\n\tif(!this.csrfDisable && authorizationType === \"writers\" && request.headers[\"x-requested-with\"] !== \"TiddlyWiki\") {\n\t\tresponse.writeHead(403,\"'X-Requested-With' header required to login to '\" + this.servername + \"'\");\n\t\tresponse.end();\n\t\treturn;\t\t\n\t}\n\t// Check whether anonymous access is granted\n\tstate.allowAnon = this.isAuthorized(authorizationType,null);\n\t// Authenticate with the first active authenticator\n\tif(this.authenticators.length > 0) {\n\t\tif(!this.authenticators[0].authenticateRequest(request,response,state)) {\n\t\t\t// Bail if we failed (the authenticator will have sent the response)\n\t\t\treturn;\n\t\t}\t\t\n\t}\n\t// Authorize with the authenticated username\n\tif(!this.isAuthorized(authorizationType,state.authenticatedUsername)) {\n\t\tresponse.writeHead(401,\"'\" + state.authenticatedUsername + \"' is not authorized to access '\" + this.servername + \"'\");\n\t\tresponse.end();\n\t\treturn;\n\t}\n\t// Find the route that matches this path\n\tvar route = self.findMatchingRoute(request,state);\n\t// Optionally output debug info\n\tif(self.get(\"debug-level\") !== \"none\") {\n\t\tconsole.log(\"Request path:\",JSON.stringify(state.urlInfo));\n\t\tconsole.log(\"Request headers:\",JSON.stringify(request.headers));\n\t\tconsole.log(\"authenticatedUsername:\",state.authenticatedUsername);\n\t}\n\t// Return a 404 if we didn't find a route\n\tif(!route) {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t\treturn;\n\t}\n\t// Receive the request body if necessary and hand off to the route handler\n\tif(route.bodyFormat === \"stream\" || request.method === \"GET\" || request.method === \"HEAD\") {\n\t\t// Let the route handle the request stream itself\n\t\troute.handler(request,response,state);\n\t} else if(route.bodyFormat === \"string\" || !route.bodyFormat) {\n\t\t// Set the encoding for the incoming request\n\t\trequest.setEncoding(\"utf8\");\n\t\tvar data = \"\";\n\t\trequest.on(\"data\",function(chunk) {\n\t\t\tdata += chunk.toString();\n\t\t});\n\t\trequest.on(\"end\",function() {\n\t\t\tstate.data = data;\n\t\t\troute.handler(request,response,state);\n\t\t});\n\t} else if(route.bodyFormat === \"buffer\") {\n\t\tvar data = [];\n\t\trequest.on(\"data\",function(chunk) {\n\t\t\tdata.push(chunk);\n\t\t});\n\t\trequest.on(\"end\",function() {\n\t\t\tstate.data = Buffer.concat(data);\n\t\t\troute.handler(request,response,state);\n\t\t})\n\t} else {\n\t\tresponse.writeHead(400,\"Invalid bodyFormat \" + route.bodyFormat + \" in route \" + route.method + \" \" + route.path.source);\n\t\tresponse.end();\n\t}\n};\n\n/*\nListen for requests\nport: optional port number (falls back to value of \"port\" variable)\nhost: optional host address (falls back to value of \"host\" variable)\nprefix: optional prefix (falls back to value of \"path-prefix\" variable)\n*/\nServer.prototype.listen = function(port,host,prefix) {\n\tvar self = this;\n\t// Handle defaults for port and host\n\tport = port || this.get(\"port\");\n\thost = host || this.get(\"host\");\n\tprefix = prefix || this.get(\"path-prefix\") || \"\";\n\t// Check for the port being a string and look it up as an environment variable\n\tif(parseInt(port,10).toString() !== port) {\n\t\tport = process.env[port] || 8080;\n\t}\n\t// Warn if required plugins are missing\n\tif(!this.wiki.getTiddler(\"$:/plugins/tiddlywiki/tiddlyweb\") || !this.wiki.getTiddler(\"$:/plugins/tiddlywiki/filesystem\")) {\n\t\t$tw.utils.warning(\"Warning: Plugins required for client-server operation (\\\"tiddlywiki/filesystem\\\" and \\\"tiddlywiki/tiddlyweb\\\") are missing from tiddlywiki.info file\");\n\t}\n\t// Create the server\n\tvar server;\n\tif(this.listenOptions) {\n\t\tserver = this.transport.createServer(this.listenOptions,this.requestHandler.bind(this));\n\t} else {\n\t\tserver = this.transport.createServer(this.requestHandler.bind(this));\n\t}\n\t// Display the port number after we've started listening (the port number might have been specified as zero, in which case we will get an assigned port)\n\tserver.on(\"listening\",function() {\n\t\tvar address = server.address();\n\t\t$tw.utils.log(\"Serving on \" + self.protocol + \"://\" + address.address + \":\" + address.port + prefix,\"brown/orange\");\n\t\t$tw.utils.log(\"(press ctrl-C to exit)\",\"red\");\n\t});\n\t// Listen\n\treturn server.listen(port,host);\n};\n\nexports.Server = Server;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/server/authenticators/basic.js": {
            "title": "$:/core/modules/server/authenticators/basic.js",
            "text": "/*\\\ntitle: $:/core/modules/server/authenticators/basic.js\ntype: application/javascript\nmodule-type: authenticator\n\nAuthenticator for WWW basic authentication\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nif($tw.node) {\n\tvar util = require(\"util\"),\n\t\tfs = require(\"fs\"),\n\t\turl = require(\"url\"),\n\t\tpath = require(\"path\");\n}\n\nfunction BasicAuthenticator(server) {\n\tthis.server = server;\n\tthis.credentialsData = [];\n}\n\n/*\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\n*/\nBasicAuthenticator.prototype.init = function() {\n\t// Read the credentials data\n\tthis.credentialsFilepath = this.server.get(\"credentials\");\n\tif(this.credentialsFilepath) {\n\t\tvar resolveCredentialsFilepath = path.resolve(this.server.boot.wikiPath,this.credentialsFilepath);\n\t\tif(fs.existsSync(resolveCredentialsFilepath) && !fs.statSync(resolveCredentialsFilepath).isDirectory()) {\n\t\t\tvar credentialsText = fs.readFileSync(resolveCredentialsFilepath,\"utf8\"),\n\t\t\t\tcredentialsData = $tw.utils.parseCsvStringWithHeader(credentialsText);\n\t\t\tif(typeof credentialsData === \"string\") {\n\t\t\t\treturn \"Error: \" + credentialsData + \" reading credentials from '\" + resolveCredentialsFilepath + \"'\";\n\t\t\t} else {\n\t\t\t\tthis.credentialsData = credentialsData;\n\t\t\t}\n\t\t} else {\n\t\t\treturn \"Error: Unable to load user credentials from '\" + resolveCredentialsFilepath + \"'\";\n\t\t}\n\t}\n\t// Add the hardcoded username and password if specified\n\tif(this.server.get(\"username\") && this.server.get(\"password\")) {\n\t\tthis.credentialsData = this.credentialsData || [];\n\t\tthis.credentialsData.push({\n\t\t\tusername: this.server.get(\"username\"),\n\t\t\tpassword: this.server.get(\"password\")\n\t\t});\n\t}\n\treturn this.credentialsData.length > 0;\n};\n\n/*\nReturns true if the request is authenticated and assigns the \"authenticatedUsername\" state variable.\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\n*/\nBasicAuthenticator.prototype.authenticateRequest = function(request,response,state) {\n\t// Extract the incoming username and password from the request\n\tvar header = request.headers.authorization || \"\";\n\tif(!header && state.allowAnon) {\n\t\t// If there's no header and anonymous access is allowed then we don't set authenticatedUsername\n\t\treturn true;\n\t}\n\tvar token = header.split(/\\s+/).pop() || \"\",\n\t\tauth = $tw.utils.base64Decode(token),\n\t\tparts = auth.split(/:/),\n\t\tincomingUsername = parts[0],\n\t\tincomingPassword = parts[1];\n\t// Check that at least one of the credentials matches\n\tvar matchingCredentials = this.credentialsData.find(function(credential) {\n\t\treturn credential.username === incomingUsername && credential.password === incomingPassword;\n\t});\n\tif(matchingCredentials) {\n\t\t// If so, add the authenticated username to the request state\n\t\tstate.authenticatedUsername = incomingUsername;\n\t\treturn true;\n\t} else {\n\t\t// If not, return an authentication challenge\n\t\tresponse.writeHead(401,\"Authentication required\",{\n\t\t\t\"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + state.server.servername + '\"'\n\t\t});\n\t\tresponse.end();\n\t\treturn false;\n\t}\n};\n\nexports.AuthenticatorClass = BasicAuthenticator;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "authenticator"
        },
        "$:/core/modules/server/authenticators/header.js": {
            "title": "$:/core/modules/server/authenticators/header.js",
            "text": "/*\\\ntitle: $:/core/modules/server/authenticators/header.js\ntype: application/javascript\nmodule-type: authenticator\n\nAuthenticator for trusted header authentication\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction HeaderAuthenticator(server) {\n\tthis.server = server;\n\tthis.header = server.get(\"authenticated-user-header\") ? server.get(\"authenticated-user-header\").toLowerCase() : undefined;\n}\n\n/*\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\n*/\nHeaderAuthenticator.prototype.init = function() {\n\treturn !!this.header;\n};\n\n/*\nReturns true if the request is authenticated and assigns the \"authenticatedUsername\" state variable.\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\n*/\nHeaderAuthenticator.prototype.authenticateRequest = function(request,response,state) {\n\t// Otherwise, authenticate as the username in the specified header\n\tvar username = request.headers[this.header];\n\tif(!username && !state.allowAnon) {\n\t\tresponse.writeHead(401,\"Authorization header required to login to '\" + state.server.servername + \"'\");\n\t\tresponse.end();\n\t\treturn false;\n\t} else {\n\t\t// authenticatedUsername will be undefined for anonymous users\n\t\tstate.authenticatedUsername = username;\n\t\treturn true;\n\t}\n};\n\nexports.AuthenticatorClass = HeaderAuthenticator;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "authenticator"
        },
        "$:/core/modules/server/routes/delete-tiddler.js": {
            "title": "$:/core/modules/server/routes/delete-tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/delete-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nDELETE /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"DELETE\";\n\nexports.path = /^\\/bags\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]);\n\tstate.wiki.deleteTiddler(title);\n\tresponse.writeHead(204, \"OK\", {\n\t\t\"Content-Type\": \"text/plain\"\n\t});\n\tresponse.end();\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-file.js": {
            "title": "$:/core/modules/server/routes/get-file.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-file.js\ntype: application/javascript\nmodule-type: route\n\nGET /files/:filepath\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/files\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar path = require(\"path\"),\n\t\tfs = require(\"fs\"),\n\t\tutil = require(\"util\"),\n\t\tsuppliedFilename = decodeURIComponent(state.params[0]),\n\t\tfilename = path.resolve(state.boot.wikiPath,\"files\",suppliedFilename),\n\t\textension = path.extname(filename);\n\tfs.readFile(filename,function(err,content) {\n\t\tvar status,content,type = \"text/plain\";\n\t\tif(err) {\n\t\t\tconsole.log(\"Error accessing file \" + filename + \": \" + err.toString());\n\t\t\tstatus = 404;\n\t\t\tcontent = \"File '\" + suppliedFilename + \"' not found\";\n\t\t} else {\n\t\t\tstatus = 200;\n\t\t\tcontent = content;\n\t\t\ttype = ($tw.config.fileExtensionInfo[extension] ? $tw.config.fileExtensionInfo[extension].type : \"application/octet-stream\");\n\t\t}\n\t\tresponse.writeHead(status,{\n\t\t\t\"Content-Type\": type\n\t\t});\n\t\tresponse.end(content);\n\t});\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-index.js": {
            "title": "$:/core/modules/server/routes/get-index.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-index.js\ntype: application/javascript\nmodule-type: route\n\nGET /\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar zlib = require(\"zlib\");\n\nexports.method = \"GET\";\n\nexports.path = /^\\/$/;\n\nexports.handler = function(request,response,state) {\n\tvar acceptEncoding = request.headers[\"accept-encoding\"];\n\tif(!acceptEncoding) {\n\t\tacceptEncoding = \"\";\n\t}\n\tvar text = state.wiki.renderTiddler(state.server.get(\"root-render-type\"),state.server.get(\"root-tiddler\")),\n\t\tresponseHeaders = {\n\t\t\"Content-Type\": state.server.get(\"root-serve-type\")\n\t};\n\t/*\n\tIf the gzip=yes flag for `listen` is set, check if the user agent permits\n\tcompression. If so, compress our response. Note that we use the synchronous\n\tfunctions from zlib to stay in the imperative style. The current `Server`\n\tdoesn't depend on this, and we may just as well use the async versions.\n\t*/\n\tif(state.server.enableGzip) {\n\t\tif (/\\bdeflate\\b/.test(acceptEncoding)) {\n\t\t\tresponseHeaders[\"Content-Encoding\"] = \"deflate\";\n\t\t\ttext = zlib.deflateSync(text);\n\t\t} else if (/\\bgzip\\b/.test(acceptEncoding)) {\n\t\t\tresponseHeaders[\"Content-Encoding\"] = \"gzip\";\n\t\t\ttext = zlib.gzipSync(text);\n\t\t}\n\t}\n\tresponse.writeHead(200,responseHeaders);\n\tresponse.end(text);\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-login-basic.js": {
            "title": "$:/core/modules/server/routes/get-login-basic.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-login-basic.js\ntype: application/javascript\nmodule-type: route\n\nGET /login-basic -- force a Basic Authentication challenge\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/login-basic$/;\n\nexports.handler = function(request,response,state) {\n\tif(!state.authenticatedUsername) {\n\t\t// Challenge if there's no username\n\t\tresponse.writeHead(401,{\n\t\t\t\"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + state.server.servername + '\"'\n\t\t});\n\t\tresponse.end();\t\t\n\t} else {\n\t\t// Redirect to the root wiki if login worked\n\t\tresponse.writeHead(302,{\n\t\t\tLocation: \"/\"\n\t\t});\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-status.js": {
            "title": "$:/core/modules/server/routes/get-status.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-status.js\ntype: application/javascript\nmodule-type: route\n\nGET /status\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/status$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\tvar text = JSON.stringify({\n\t\tusername: state.authenticatedUsername || state.server.get(\"anon-username\") || \"\",\n\t\tanonymous: !state.authenticatedUsername,\n\t\tread_only: !state.server.isAuthorized(\"writers\",state.authenticatedUsername),\n\t\tspace: {\n\t\t\trecipe: \"default\"\n\t\t},\n\t\ttiddlywiki_version: $tw.version\n\t});\n\tresponse.end(text,\"utf8\");\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-tiddler.js": {
            "title": "$:/core/modules/server/routes/get-tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nGET /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\t\ttiddler = state.wiki.getTiddler(title),\n\t\ttiddlerFields = {},\n\t\tknownFields = [\n\t\t\t\"bag\", \"created\", \"creator\", \"modified\", \"modifier\", \"permissions\", \"recipe\", \"revision\", \"tags\", \"text\", \"title\", \"type\", \"uri\"\n\t\t];\n\tif(tiddler) {\n\t\t$tw.utils.each(tiddler.fields,function(field,name) {\n\t\t\tvar value = tiddler.getFieldString(name);\n\t\t\tif(knownFields.indexOf(name) !== -1) {\n\t\t\t\ttiddlerFields[name] = value;\n\t\t\t} else {\n\t\t\t\ttiddlerFields.fields = tiddlerFields.fields || {};\n\t\t\t\ttiddlerFields.fields[name] = value;\n\t\t\t}\n\t\t});\n\t\ttiddlerFields.revision = state.wiki.getChangeCount(title);\n\t\ttiddlerFields.bag = \"default\";\n\t\ttiddlerFields.type = tiddlerFields.type || \"text/vnd.tiddlywiki\";\n\t\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\t\tresponse.end(JSON.stringify(tiddlerFields),\"utf8\");\n\t} else {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-favicon.js": {
            "title": "$:/core/modules/server/routes/get-favicon.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-favicon.js\ntype: application/javascript\nmodule-type: route\n\nGET /favicon.ico\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/favicon.ico$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": \"image/x-icon\"});\n\tvar buffer = state.wiki.getTiddlerText(\"$:/favicon.ico\",\"\");\n\tresponse.end(buffer,\"base64\");\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-tiddlers-json.js": {
            "title": "$:/core/modules/server/routes/get-tiddlers-json.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddlers-json.js\ntype: application/javascript\nmodule-type: route\n\nGET /recipes/default/tiddlers.json?filter=<filter>\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DEFAULT_FILTER = \"[all[tiddlers]!is[system]sort[title]]\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers.json$/;\n\nexports.handler = function(request,response,state) {\n\tvar filter = state.queryParameters.filter || DEFAULT_FILTER;\n\tif(state.wiki.getTiddlerText(\"$:/config/Server/AllowAllExternalFilters\") !== \"yes\") {\n\t\tif(state.wiki.getTiddlerText(\"$:/config/Server/ExternalFilters/\" + filter) !== \"yes\") {\n\t\t\tconsole.log(\"Blocked attempt to GET /recipes/default/tiddlers.json with filter: \" + filter);\n\t\t\tresponse.writeHead(403);\n\t\t\tresponse.end();\n\t\t\treturn;\n\t\t}\n\t}\n\tif(state.wiki.getTiddlerText(\"$:/config/SyncSystemTiddlersFromServer\") === \"no\") {\n\t\tfilter += \"+[!is[system]]\";\n\t}\n\tvar excludeFields = (state.queryParameters.exclude || \"text\").split(\",\"),\n\t\ttitles = state.wiki.filterTiddlers(filter);\n\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\tvar tiddlers = [];\n\t$tw.utils.each(titles,function(title) {\n\t\tvar tiddler = state.wiki.getTiddler(title);\n\t\tif(tiddler) {\n\t\t\tvar tiddlerFields = tiddler.getFieldStrings({exclude: excludeFields});\n\t\t\ttiddlerFields.revision = state.wiki.getChangeCount(title);\n\t\t\ttiddlerFields.type = tiddlerFields.type || \"text/vnd.tiddlywiki\";\n\t\t\ttiddlers.push(tiddlerFields);\n\t\t}\n\t});\n\tvar text = JSON.stringify(tiddlers);\n\tresponse.end(text,\"utf8\");\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-tiddler-html.js": {
            "title": "$:/core/modules/server/routes/get-tiddler-html.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddler-html.js\ntype: application/javascript\nmodule-type: route\n\nGET /:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/([^\\/]+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\t\ttiddler = state.wiki.getTiddler(title);\n\tif(tiddler) {\n\t\tvar renderType = tiddler.getFieldString(\"_render_type\"),\n\t\t\trenderTemplate = tiddler.getFieldString(\"_render_template\");\n\t\t// Tiddler fields '_render_type' and '_render_template' overwrite\n\t\t// system wide settings for render type and template\n\t\tif(state.wiki.isSystemTiddler(title)) {\n\t\t\trenderType = renderType || state.server.get(\"system-tiddler-render-type\");\n\t\t\trenderTemplate = renderTemplate || state.server.get(\"system-tiddler-render-template\");\n\t\t} else {\n\t\t\trenderType = renderType || state.server.get(\"tiddler-render-type\");\n\t\t\trenderTemplate = renderTemplate || state.server.get(\"tiddler-render-template\");\n\t\t}\n\t\tvar text = state.wiki.renderTiddler(renderType,renderTemplate,{parseAsInline: true, variables: {currentTiddler: title}});\n\t\t// Naughty not to set a content-type, but it's the easiest way to ensure the browser will see HTML pages as HTML, and accept plain text tiddlers as CSS or JS\n\t\tresponse.writeHead(200);\n\t\tresponse.end(text,\"utf8\");\n\t} else {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/put-tiddler.js": {
            "title": "$:/core/modules/server/routes/put-tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/put-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nPUT /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"PUT\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\tfields = JSON.parse(state.data);\n\t// Pull up any subfields in the `fields` object\n\tif(fields.fields) {\n\t\t$tw.utils.each(fields.fields,function(field,name) {\n\t\t\tfields[name] = field;\n\t\t});\n\t\tdelete fields.fields;\n\t}\n\t// Remove any revision field\n\tif(fields.revision) {\n\t\tdelete fields.revision;\n\t}\n\tstate.wiki.addTiddler(new $tw.Tiddler(state.wiki.getCreationFields(),fields,{title: title},state.wiki.getModificationFields()));\n\tvar changeCount = state.wiki.getChangeCount(title).toString();\n\tresponse.writeHead(204, \"OK\",{\n\t\tEtag: \"\\\"default/\" + encodeURIComponent(title) + \"/\" + changeCount + \":\\\"\",\n\t\t\"Content-Type\": \"text/plain\"\n\t});\n\tresponse.end();\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/indexers/backlinks-indexer.js": {
            "title": "$:/core/modules/indexers/backlinks-indexer.js",
            "text": "/*\\\ntitle: $:/core/modules/indexers/backlinks-indexer.js\ntype: application/javascript\nmodule-type: indexer\n\nIndexes the tiddlers' backlinks\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global modules: false */\n\"use strict\";\n\n\nfunction BacklinksIndexer(wiki) {\n\tthis.wiki = wiki;\n}\n\nBacklinksIndexer.prototype.init = function() {\n\tthis.index = null;\n}\n\nBacklinksIndexer.prototype.rebuild = function() {\n\tthis.index = null;\n}\n\nBacklinksIndexer.prototype._getLinks = function(tiddler) {\n\tvar parser =  this.wiki.parseText(tiddler.fields.type, tiddler.fields.text, {});\n\tif(parser) {\n\t\treturn this.wiki.extractLinks(parser.tree);\n\t}\n\treturn [];\n}\n\nBacklinksIndexer.prototype.update = function(updateDescriptor) {\n\tif(!this.index) {\n\t\treturn;\n\t}\n\tvar newLinks = [],\n\t    oldLinks = [],\n\t    self = this;\n\tif(updateDescriptor.old.exists) {\n\t\toldLinks = this._getLinks(updateDescriptor.old.tiddler);\n\t}\n\tif(updateDescriptor.new.exists) {\n\t\tnewLinks = this._getLinks(updateDescriptor.new.tiddler);\n\t}\n\n\t$tw.utils.each(oldLinks,function(link) {\n\t\tif(self.index[link]) {\n\t\t\tdelete self.index[link][updateDescriptor.old.tiddler.fields.title];\n\t\t}\n\t});\n\t$tw.utils.each(newLinks,function(link) {\n\t\tif(!self.index[link]) {\n\t\t\tself.index[link] = Object.create(null);\n\t\t}\n\t\tself.index[link][updateDescriptor.new.tiddler.fields.title] = true;\n\t});\n}\n\nBacklinksIndexer.prototype.lookup = function(title) {\n\tif(!this.index) {\n\t\tthis.index = Object.create(null);\n\t\tvar self = this;\n\t\tthis.wiki.forEachTiddler(function(title,tiddler) {\n\t\t\tvar links = self._getLinks(tiddler);\n\t\t\t$tw.utils.each(links, function(link) {\n\t\t\t\tif(!self.index[link]) {\n\t\t\t\t\tself.index[link] = Object.create(null);\n\t\t\t\t}\n\t\t\t\tself.index[link][title] = true;\n\t\t\t});\n\t\t});\n\t}\n\tif(this.index[title]) {\n\t\treturn Object.keys(this.index[title]);\n\t} else {\n\t\treturn [];\n\t}\n}\n\nexports.BacklinksIndexer = BacklinksIndexer;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "indexer"
        },
        "$:/core/modules/indexers/field-indexer.js": {
            "title": "$:/core/modules/indexers/field-indexer.js",
            "text": "/*\\\ntitle: $:/core/modules/indexers/field-indexer.js\ntype: application/javascript\nmodule-type: indexer\n\nIndexes the tiddlers with each field value\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global modules: false */\n\"use strict\";\n\nvar DEFAULT_MAXIMUM_INDEXED_VALUE_LENGTH = 128;\n\nfunction FieldIndexer(wiki) {\n\tthis.wiki = wiki;\n}\n\nFieldIndexer.prototype.init = function() {\n\tthis.index = null;\n\tthis.maxIndexedValueLength = DEFAULT_MAXIMUM_INDEXED_VALUE_LENGTH;\n\tthis.addIndexMethods();\n}\n\n// Provided for testing\nFieldIndexer.prototype.setMaxIndexedValueLength = function(length) {\n\tthis.index = null;\n\tthis.maxIndexedValueLength = length;\n};\n\nFieldIndexer.prototype.addIndexMethods = function() {\n\tvar self = this;\n\tthis.wiki.each.byField = function(name,value) {\n\t\tvar titles = self.wiki.allTitles(),\n\t\t\tlookup = self.lookup(name,value);\n\t\treturn lookup && lookup.filter(function(title) {\n\t\t\treturn titles.indexOf(title) !== -1;\n\t\t});\n\t};\n\tthis.wiki.eachShadow.byField = function(name,value) {\n\t\tvar titles = self.wiki.allShadowTitles(),\n\t\t\tlookup = self.lookup(name,value);\n\t\treturn lookup && lookup.filter(function(title) {\n\t\t\treturn titles.indexOf(title) !== -1;\n\t\t});\n\t};\n\tthis.wiki.eachTiddlerPlusShadows.byField = function(name,value) {\n\t\tvar lookup = self.lookup(name,value);\n\t\treturn lookup ? lookup.slice(0) : null;\n\t};\n\tthis.wiki.eachShadowPlusTiddlers.byField = function(name,value) {\n\t\tvar lookup = self.lookup(name,value);\n\t\treturn lookup ? lookup.slice(0) : null;\n\t};\n};\n\n/*\nTear down and then rebuild the index as if all tiddlers have changed\n*/\nFieldIndexer.prototype.rebuild = function() {\n\t// Invalidate the index so that it will be rebuilt when it is next used\n\tthis.index = null;\n};\n\n/*\nBuild the index for a particular field\n*/\nFieldIndexer.prototype.buildIndexForField = function(name) {\n\tvar self = this;\n\t// Hashmap by field name of hashmap by field value of array of tiddler titles\n\tthis.index = this.index || Object.create(null);\n\tthis.index[name] = Object.create(null);\n\tvar baseIndex = this.index[name];\n\t// Update the index for each tiddler\n\tthis.wiki.eachTiddlerPlusShadows(function(tiddler,title) {\n\t\tif(name in tiddler.fields) {\n\t\t\tvar value = tiddler.getFieldString(name);\n\t\t\t// Skip any values above the maximum length\n\t\t\tif(value.length < self.maxIndexedValueLength) {\n\t\t\t\tbaseIndex[value] = baseIndex[value] || [];\n\t\t\t\tbaseIndex[value].push(title);\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nUpdate the index in the light of a tiddler value changing; note that the title must be identical. (Renames are handled as a separate delete and create)\nupdateDescriptor: {old: {tiddler: <tiddler>, shadow: <boolean>, exists: <boolean>},new: {tiddler: <tiddler>, shadow: <boolean>, exists: <boolean>}}\n*/\nFieldIndexer.prototype.update = function(updateDescriptor) {\n\tvar self = this;\n\t// Don't do anything if the index hasn't been built yet\n\tif(this.index === null) {\n\t\treturn;\n\t}\n\t// Remove the old tiddler from the index\n\tif(updateDescriptor.old.tiddler) {\n\t\t$tw.utils.each(this.index,function(indexEntry,name) {\n\t\t\tif(name in updateDescriptor.old.tiddler.fields) {\n\t\t\t\tvar value = updateDescriptor.old.tiddler.getFieldString(name),\n\t\t\t\t\ttiddlerList = indexEntry[value];\n\t\t\t\tif(tiddlerList) {\n\t\t\t\t\tvar index = tiddlerList.indexOf(updateDescriptor.old.tiddler.fields.title);\n\t\t\t\t\tif(index !== -1) {\n\t\t\t\t\t\ttiddlerList.splice(index,1);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\t// Add the new tiddler to the index\n\tif(updateDescriptor[\"new\"].tiddler) {\n\t\t$tw.utils.each(this.index,function(indexEntry,name) {\n\t\t\tif(name in updateDescriptor[\"new\"].tiddler.fields) {\n\t\t\t\tvar value = updateDescriptor[\"new\"].tiddler.getFieldString(name);\n\t\t\t\tif(value.length < self.maxIndexedValueLength) {\n\t\t\t\t\tindexEntry[value] = indexEntry[value] || [];\n\t\t\t\t\tindexEntry[value].push(updateDescriptor[\"new\"].tiddler.fields.title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\t\t\n\t}\n};\n\n// Lookup the given field returning a list of tiddler titles\nFieldIndexer.prototype.lookup = function(name,value) {\n\t// Fail the lookup if the value is too long\n\tif(value.length >= this.maxIndexedValueLength) {\n\t\treturn null;\n\t}\n\t// Update the index if it has yet to be built\n\tif(this.index === null || !this.index[name]) {\n\t\tthis.buildIndexForField(name);\n\t}\n\treturn this.index[name][value] || [];\n};\n\nexports.FieldIndexer = FieldIndexer;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "indexer"
        },
        "$:/core/modules/indexers/tag-indexer.js": {
            "title": "$:/core/modules/indexers/tag-indexer.js",
            "text": "/*\\\ntitle: $:/core/modules/indexers/tag-indexer.js\ntype: application/javascript\nmodule-type: indexer\n\nIndexes the tiddlers with each tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global modules: false */\n\"use strict\";\n\nfunction TagIndexer(wiki) {\n\tthis.wiki = wiki;\n}\n\nTagIndexer.prototype.init = function() {\n\tthis.subIndexers = [\n\t\tnew TagSubIndexer(this,\"each\"),\n\t\tnew TagSubIndexer(this,\"eachShadow\"),\n\t\tnew TagSubIndexer(this,\"eachTiddlerPlusShadows\"),\n\t\tnew TagSubIndexer(this,\"eachShadowPlusTiddlers\")\n\t];\n\t$tw.utils.each(this.subIndexers,function(subIndexer) {\n\t\tsubIndexer.addIndexMethod();\n\t});\n};\n\nTagIndexer.prototype.rebuild = function() {\n\t$tw.utils.each(this.subIndexers,function(subIndexer) {\n\t\tsubIndexer.rebuild();\n\t});\n};\n\nTagIndexer.prototype.update = function(updateDescriptor) {\n\t$tw.utils.each(this.subIndexers,function(subIndexer) {\n\t\tsubIndexer.update(updateDescriptor);\n\t});\n};\n\nfunction TagSubIndexer(indexer,iteratorMethod) {\n\tthis.indexer = indexer;\n\tthis.iteratorMethod = iteratorMethod;\n\tthis.index = null; // Hashmap of tag title to {isSorted: bool, titles: [array]} or null if not yet initialised\n}\n\nTagSubIndexer.prototype.addIndexMethod = function() {\n\tvar self = this;\n\tthis.indexer.wiki[this.iteratorMethod].byTag = function(tag) {\n\t\treturn self.lookup(tag).slice(0);\n\t};\n};\n\nTagSubIndexer.prototype.rebuild = function() {\n\tvar self = this;\n\t// Hashmap by tag of array of {isSorted:, titles:[]}\n\tthis.index = Object.create(null);\n\t// Add all the tags\n\tthis.indexer.wiki[this.iteratorMethod](function(tiddler,title) {\n\t\t$tw.utils.each(tiddler.fields.tags,function(tag) {\n\t\t\tif(!self.index[tag]) {\n\t\t\t\tself.index[tag] = {isSorted: false, titles: [title]};\n\t\t\t} else {\n\t\t\t\tself.index[tag].titles.push(title);\n\t\t\t}\n\t\t});\t\t\n\t});\n};\n\nTagSubIndexer.prototype.update = function(updateDescriptor) {\n\tthis.index = null;\n};\n\nTagSubIndexer.prototype.lookup = function(tag) {\n\t// Update the index if it has yet to be built\n\tif(this.index === null) {\n\t\tthis.rebuild();\n\t}\n\tvar indexRecord = this.index[tag];\n\tif(indexRecord) {\n\t\tif(!indexRecord.isSorted) {\n\t\t\tif(this.indexer.wiki.sortByList) {\n\t\t\t\tindexRecord.titles = this.indexer.wiki.sortByList(indexRecord.titles,tag);\n\t\t\t}\t\t\t\n\t\t\tindexRecord.isSorted = true;\n\t\t}\n\t\treturn indexRecord.titles;\n\t} else {\n\t\treturn [];\n\t}\n};\n\n\nexports.TagIndexer = TagIndexer;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "indexer"
        },
        "$:/core/modules/browser-messaging.js": {
            "title": "$:/core/modules/browser-messaging.js",
            "text": "/*\\\ntitle: $:/core/modules/browser-messaging.js\ntype: application/javascript\nmodule-type: startup\n\nBrowser message handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"browser-messaging\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n/*\nLoad a specified url as an iframe and call the callback when it is loaded. If the url is already loaded then the existing iframe instance is used\n*/\nfunction loadIFrame(url,callback) {\n\t// Check if iframe already exists\n\tvar iframeInfo = $tw.browserMessaging.iframeInfoMap[url];\n\tif(iframeInfo) {\n\t\t// We've already got the iframe\n\t\tcallback(null,iframeInfo);\n\t} else {\n\t\t// Create the iframe and save it in the list\n\t\tvar iframe = document.createElement(\"iframe\");\n\t\tiframeInfo = {\n\t\t\turl: url,\n\t\t\tstatus: \"loading\",\n\t\t\tdomNode: iframe\n\t\t};\n\t\t$tw.browserMessaging.iframeInfoMap[url] = iframeInfo;\n\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t// Add the iframe to the DOM and hide it\n\t\tiframe.style.display = \"none\";\n\t\tiframe.setAttribute(\"library\",\"true\");\n\t\tdocument.body.appendChild(iframe);\n\t\t// Set up onload\n\t\tiframe.onload = function() {\n\t\t\tiframeInfo.status = \"loaded\";\n\t\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t\tcallback(null,iframeInfo);\n\t\t};\n\t\tiframe.onerror = function() {\n\t\t\tcallback(\"Cannot load iframe\");\n\t\t};\n\t\ttry {\n\t\t\tiframe.src = url;\n\t\t} catch(ex) {\n\t\t\tcallback(ex);\n\t\t}\n\t}\n}\n\n/*\nUnload library iframe for given url\n*/\nfunction unloadIFrame(url){\n\t$tw.utils.each(document.getElementsByTagName('iframe'), function(iframe) {\n\t\tif(iframe.getAttribute(\"library\") === \"true\" &&\n\t\t  iframe.getAttribute(\"src\") === url) {\n\t\t\tiframe.parentNode.removeChild(iframe);\n\t\t}\n\t});\n}\n\nfunction saveIFrameInfoTiddler(iframeInfo) {\n\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),{\n\t\ttitle: \"$:/temp/ServerConnection/\" + iframeInfo.url,\n\t\ttext: iframeInfo.status,\n\t\ttags: [\"$:/tags/ServerConnection\"],\n\t\turl: iframeInfo.url\n\t},$tw.wiki.getModificationFields()));\n}\n\nexports.startup = function() {\n\t// Initialise the store of iframes we've created\n\t$tw.browserMessaging = {\n\t\tiframeInfoMap: {} // Hashmap by URL of {url:,status:\"loading/loaded\",domNode:}\n\t};\n\t// Listen for widget messages to control loading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\tif(url) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert($tw.language.getString(\"Error/LoadingPluginLibrary\") + \": \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers.json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-info\",\n\t\t\t\t\t\t\tinfoTitlePrefix: paramObject.infoTitlePrefix || \"$:/temp/RemoteAssetInfo/\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for widget messages to control unloading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-unload-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\t$tw.browserMessaging.iframeInfoMap[url] = undefined;\n\t\tif(url) {\n\t\t\tunloadIFrame(url);\n\t\t\t$tw.utils.each(\n\t\t\t\t$tw.wiki.filterTiddlers(\"[[$:/temp/ServerConnection/\" + url + \"]] [prefix[$:/temp/RemoteAssetInfo/\" + url + \"/]]\"),\n\t\t\t\tfunction(title) {\n\t\t\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-from-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url,\n\t\t\ttitle = paramObject.title;\n\t\tif(url && title) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert($tw.language.getString(\"Error/LoadingPluginLibrary\") + \": \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers/\" + encodeURIComponent(title) + \".json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-tiddler\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for window messages from other windows\n\twindow.addEventListener(\"message\",function listener(event){\n\t\t// console.log(\"browser-messaging: \",document.location.toString())\n\t\t// console.log(\"browser-messaging: Received message from\",event.origin);\n\t\t// console.log(\"browser-messaging: Message content\",event.data);\n\t\tswitch(event.data.verb) {\n\t\t\tcase \"GET-RESPONSE\":\n\t\t\t\tif(event.data.status.charAt(0) === \"2\") {\n\t\t\t\t\tif(event.data.cookies) {\n\t\t\t\t\t\tif(event.data.cookies.type === \"save-info\") {\n\t\t\t\t\t\t\tvar tiddlers = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\t\t\t\t\ttitle: event.data.cookies.infoTitlePrefix + event.data.cookies.url + \"/\" + tiddler.title,\n\t\t\t\t\t\t\t\t\t\"original-title\": tiddler.title,\n\t\t\t\t\t\t\t\t\ttext: \"\",\n\t\t\t\t\t\t\t\t\ttype: \"text/vnd.tiddlywiki\",\n\t\t\t\t\t\t\t\t\t\"original-type\": tiddler.type,\n\t\t\t\t\t\t\t\t\t\"plugin-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-plugin-type\": tiddler[\"plugin-type\"],\n\t\t\t\t\t\t\t\t\t\"module-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-module-type\": tiddler[\"module-type\"],\n\t\t\t\t\t\t\t\t\ttags: [\"$:/tags/RemoteAssetInfo\"],\n\t\t\t\t\t\t\t\t\t\"original-tags\": $tw.utils.stringifyList(tiddler.tags || []),\n\t\t\t\t\t\t\t\t\t\"server-url\": event.data.cookies.url\n\t\t\t\t\t\t\t\t},$tw.wiki.getModificationFields()));\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t} else if(event.data.cookies.type === \"save-tiddler\") {\n\t\t\t\t\t\t\tvar tiddler = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\t},false);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/commands.js": {
            "title": "$:/core/modules/startup/commands.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/commands.js\ntype: application/javascript\nmodule-type: startup\n\nCommand processing\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"commands\";\nexports.platforms = [\"node\"];\nexports.after = [\"story\"];\nexports.synchronous = false;\n\nexports.startup = function(callback) {\n\t// On the server, start a commander with the command line arguments\n\tvar commander = new $tw.Commander(\n\t\t$tw.boot.argv,\n\t\tfunction(err) {\n\t\t\tif(err) {\n\t\t\t\treturn $tw.utils.error(\"Error: \" + err);\n\t\t\t}\n\t\t\tcallback();\n\t\t},\n\t\t$tw.wiki,\n\t\t{output: process.stdout, error: process.stderr}\n\t);\n\tcommander.execute();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/CSSescape.js": {
            "title": "$:/core/modules/startup/CSSescape.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/CSSescape.js\ntype: application/javascript\nmodule-type: startup\n\nPolyfill for CSS.escape()\n\n\\*/\n(function(root,factory){\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"css-escape\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n/*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */\n// https://github.com/umdjs/umd/blob/master/returnExports.js\nexports.startup = factory(root);\n}(typeof global != 'undefined' ? global : this, function(root) {\n\n\tif (root.CSS && root.CSS.escape) {\n\t\treturn;\n\t}\n\n\t// https://drafts.csswg.org/cssom/#serialize-an-identifier\n\tvar cssEscape = function(value) {\n\t\tif (arguments.length == 0) {\n\t\t\tthrow new TypeError('`CSS.escape` requires an argument.');\n\t\t}\n\t\tvar string = String(value);\n\t\tvar length = string.length;\n\t\tvar index = -1;\n\t\tvar codeUnit;\n\t\tvar result = '';\n\t\tvar firstCodeUnit = string.charCodeAt(0);\n\t\twhile (++index < length) {\n\t\t\tcodeUnit = string.charCodeAt(index);\n\t\t\t// Note: there’s no need to special-case astral symbols, surrogate\n\t\t\t// pairs, or lone surrogates.\n\n\t\t\t// If the character is NULL (U+0000), then the REPLACEMENT CHARACTER\n\t\t\t// (U+FFFD).\n\t\t\tif (codeUnit == 0x0000) {\n\t\t\t\tresult += '\\uFFFD';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is in the range [\\1-\\1F] (U+0001 to U+001F) or is\n\t\t\t\t// U+007F, […]\n\t\t\t\t(codeUnit >= 0x0001 && codeUnit <= 0x001F) || codeUnit == 0x007F ||\n\t\t\t\t// If the character is the first character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039), […]\n\t\t\t\t(index == 0 && codeUnit >= 0x0030 && codeUnit <= 0x0039) ||\n\t\t\t\t// If the character is the second character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039) and the first character is a `-` (U+002D), […]\n\t\t\t\t(\n\t\t\t\t\tindex == 1 &&\n\t\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 &&\n\t\t\t\t\tfirstCodeUnit == 0x002D\n\t\t\t\t)\n\t\t\t) {\n\t\t\t\t// https://drafts.csswg.org/cssom/#escape-a-character-as-code-point\n\t\t\t\tresult += '\\\\' + codeUnit.toString(16) + ' ';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is the first character and is a `-` (U+002D), and\n\t\t\t\t// there is no second character, […]\n\t\t\t\tindex == 0 &&\n\t\t\t\tlength == 1 &&\n\t\t\t\tcodeUnit == 0x002D\n\t\t\t) {\n\t\t\t\tresult += '\\\\' + string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If the character is not handled by one of the above rules and is\n\t\t\t// greater than or equal to U+0080, is `-` (U+002D) or `_` (U+005F), or\n\t\t\t// is in one of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to\n\t\t\t// U+005A), or [a-z] (U+0061 to U+007A), […]\n\t\t\tif (\n\t\t\t\tcodeUnit >= 0x0080 ||\n\t\t\t\tcodeUnit == 0x002D ||\n\t\t\t\tcodeUnit == 0x005F ||\n\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 ||\n\t\t\t\tcodeUnit >= 0x0041 && codeUnit <= 0x005A ||\n\t\t\t\tcodeUnit >= 0x0061 && codeUnit <= 0x007A\n\t\t\t) {\n\t\t\t\t// the character itself\n\t\t\t\tresult += string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Otherwise, the escaped character.\n\t\t\t// https://drafts.csswg.org/cssom/#escape-a-character\n\t\t\tresult += '\\\\' + string.charAt(index);\n\n\t\t}\n\t\treturn result;\n\t};\n\n\tif (!root.CSS) {\n\t\troot.CSS = {};\n\t}\n\n\troot.CSS.escape = cssEscape;\n\n}));\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/favicon.js": {
            "title": "$:/core/modules/startup/favicon.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/favicon.js\ntype: application/javascript\nmodule-type: startup\n\nFavicon handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"favicon\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\t\t\n// Favicon tiddler\nvar FAVICON_TITLE = \"$:/favicon.ico\";\n\nexports.startup = function() {\n\t// Set up the favicon\n\tsetFavicon();\n\t// Reset the favicon when the tiddler changes\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,FAVICON_TITLE)) {\n\t\t\tsetFavicon();\n\t\t}\n\t});\n};\n\nfunction setFavicon() {\n\tvar tiddler = $tw.wiki.getTiddler(FAVICON_TITLE);\n\tif(tiddler) {\n\t\tvar faviconLink = document.getElementById(\"faviconLink\");\n\t\tfaviconLink.setAttribute(\"href\",$tw.utils.makeDataUri(tiddler.fields.text,tiddler.fields.type,tiddler.fields._canonical_uri));\n\t}\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/info.js": {
            "title": "$:/core/modules/startup/info.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/info.js\ntype: application/javascript\nmodule-type: startup\n\nInitialise $:/info tiddlers via $:/temp/info-plugin pseudo-plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"info\";\nexports.before = [\"startup\"];\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\nvar TITLE_INFO_PLUGIN = \"$:/temp/info-plugin\";\n\nexports.startup = function() {\n\t// Function to bake the info plugin with new tiddlers\n\tvar updateInfoPlugin = function(tiddlerFieldsArray) {\n\t\t// Get the existing tiddlers\n\t\tvar json = $tw.wiki.getTiddlerData(TITLE_INFO_PLUGIN,{tiddlers: {}});\n\t\t// Add the new ones\n\t\t$tw.utils.each(tiddlerFieldsArray,function(fields) {\n\t\t\tif(fields && fields.title) {\n\t\t\t\tjson.tiddlers[fields.title] = fields;\n\t\t\t}\n\t\t});\n\t\t// Bake the info tiddlers into a plugin. We use the non-standard plugin-type \"info\" because ordinary plugins are only registered asynchronously after being loaded dynamically\n\t\tvar fields = {\n\t\t\ttitle: TITLE_INFO_PLUGIN,\n\t\t\ttype: \"application/json\",\n\t\t\t\"plugin-type\": \"info\",\n\t\t\ttext: JSON.stringify(json,null,$tw.config.preferences.jsonSpaces)\n\t\t};\n\t\t$tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\n\t};\n\t// Collect up the info tiddlers\n\tvar tiddlerFieldsArray = [];\n\t// Give each info module a chance to provide as many info tiddlers as they want as an array, and give them a callback for dynamically updating them\n\t$tw.modules.forEachModuleOfType(\"info\",function(title,moduleExports) {\n\t\tif(moduleExports && moduleExports.getInfoTiddlerFields) {\n\t\t\tArray.prototype.push.apply(tiddlerFieldsArray,moduleExports.getInfoTiddlerFields(updateInfoPlugin));\n\t\t}\n\t});\n\tupdateInfoPlugin(tiddlerFieldsArray);\n\tvar changes = $tw.wiki.readPluginInfo([TITLE_INFO_PLUGIN]);\n\t$tw.wiki.registerPluginTiddlers(\"info\",[TITLE_INFO_PLUGIN]);\n\t$tw.wiki.unpackPluginTiddlers();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/load-modules.js": {
            "title": "$:/core/modules/startup/load-modules.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/load-modules.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"load-modules\";\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Load modules\n\t$tw.modules.applyMethods(\"utils\",$tw.utils);\n\tif($tw.node) {\n\t\t$tw.modules.applyMethods(\"utils-node\",$tw.utils);\n\t}\n\t$tw.modules.applyMethods(\"global\",$tw);\n\t$tw.modules.applyMethods(\"config\",$tw.config);\n\t$tw.Tiddler.fieldModules = $tw.modules.getModulesByTypeAsHashmap(\"tiddlerfield\");\n\t$tw.modules.applyMethods(\"tiddlermethod\",$tw.Tiddler.prototype);\n\t$tw.modules.applyMethods(\"wikimethod\",$tw.Wiki.prototype);\n\t$tw.wiki.addIndexersToWiki();\n\t$tw.modules.applyMethods(\"tiddlerdeserializer\",$tw.Wiki.tiddlerDeserializerModules);\n\t$tw.macros = $tw.modules.getModulesByTypeAsHashmap(\"macro\");\n\t$tw.wiki.initParsers();\n\t$tw.Commander.initCommands();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/password.js": {
            "title": "$:/core/modules/startup/password.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/password.js\ntype: application/javascript\nmodule-type: startup\n\nPassword handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"password\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t$tw.rootWidget.addEventListener(\"tm-set-password\",function(event) {\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: $tw.language.getString(\"Encryption/PromptSetPassword\"),\n\t\t\tnoUserName: true,\n\t\t\tsubmitText: $tw.language.getString(\"Encryption/SetPassword\"),\n\t\t\tcanCancel: true,\n\t\t\trepeatPassword: true,\n\t\t\tcallback: function(data) {\n\t\t\t\tif(data) {\n\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t}\n\t\t\t\treturn true; // Get rid of the password prompt\n\t\t\t}\n\t\t});\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-clear-password\",function(event) {\n\t\tif($tw.browser) {\n\t\t\tif(!confirm($tw.language.getString(\"Encryption/ConfirmClearPassword\"))) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t$tw.crypto.setPassword(null);\n\t});\n\t// Ensure that $:/isEncrypted is maintained properly\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,\"$:/isEncrypted\")) {\n\t\t\t$tw.crypto.updateCryptoStateTiddler();\n\t\t}\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/plugins.js": {
            "title": "$:/core/modules/startup/plugins.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/plugins.js\ntype: application/javascript\nmodule-type: startup\n\nStartup logic concerned with managing plugins\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"plugins\";\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\nvar TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE = \"$:/status/RequireReloadDueToPluginChange\";\n\nvar PREFIX_CONFIG_REGISTER_PLUGIN_TYPE = \"$:/config/RegisterPluginType/\";\n\nexports.startup = function() {\n\t$tw.wiki.addTiddler({title: TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE,text: \"no\"});\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\t// Work out which of the changed tiddlers are plugins that we need to reregister\n\t\tvar changesToProcess = [],\n\t\t\trequireReloadDueToPluginChange = false;\n\t\t$tw.utils.each(Object.keys(changes),function(title) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title),\n\t\t\t\trequiresReload = $tw.wiki.doesPluginRequireReload(title);\n\t\t\tif(requiresReload) {\n\t\t\t\trequireReloadDueToPluginChange = true;\n\t\t\t} else if(tiddler) {\n\t\t\t\tvar pluginType = tiddler.fields[\"plugin-type\"];\n\t\t\t\tif($tw.wiki.getTiddlerText(PREFIX_CONFIG_REGISTER_PLUGIN_TYPE + (tiddler.fields[\"plugin-type\"] || \"\"),\"no\") === \"yes\") {\n\t\t\t\t\tchangesToProcess.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t// Issue warning if any of the tiddlers require a reload\n\t\tif(requireReloadDueToPluginChange) {\n\t\t\t$tw.wiki.addTiddler({title: TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE,text: \"yes\"});\n\t\t}\n\t\t// Read or delete the plugin info of the changed tiddlers\n\t\tif(changesToProcess.length > 0) {\n\t\t\tvar changes = $tw.wiki.readPluginInfo(changesToProcess);\n\t\t\tif(changes.modifiedPlugins.length > 0 || changes.deletedPlugins.length > 0) {\n\t\t\t\tvar changedShadowTiddlers = {};\n\t\t\t\t// Collect the shadow tiddlers of any deleted plugins\n\t\t\t\t$tw.utils.each(changes.deletedPlugins,function(pluginTitle) {\n\t\t\t\t\tvar pluginInfo = $tw.wiki.getPluginInfo(pluginTitle);\n\t\t\t\t\tif(pluginInfo) {\n\t\t\t\t\t\t$tw.utils.each(Object.keys(pluginInfo.tiddlers),function(title) {\n\t\t\t\t\t\t\tchangedShadowTiddlers[title] = true;\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t// Collect the shadow tiddlers of any modified plugins\n\t\t\t\t$tw.utils.each(changes.modifiedPlugins,function(pluginTitle) {\n\t\t\t\t\tvar pluginInfo = $tw.wiki.getPluginInfo(pluginTitle);\n\t\t\t\t\tif(pluginInfo) {\n\t\t\t\t\t\t$tw.utils.each(Object.keys(pluginInfo.tiddlers),function(title) {\n\t\t\t\t\t\t\tchangedShadowTiddlers[title] = false;\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t// (Re-)register any modified plugins\n\t\t\t\t$tw.wiki.registerPluginTiddlers(null,changes.modifiedPlugins);\n\t\t\t\t// Unregister any deleted plugins\n\t\t\t\t$tw.wiki.unregisterPluginTiddlers(null,changes.deletedPlugins);\n\t\t\t\t// Unpack the shadow tiddlers\n\t\t\t\t$tw.wiki.unpackPluginTiddlers();\n\t\t\t\t// Queue change events for the changed shadow tiddlers\n\t\t\t\t$tw.utils.each(Object.keys(changedShadowTiddlers),function(title) {\n\t\t\t\t\t$tw.wiki.enqueueTiddlerEvent(title,changedShadowTiddlers[title]);\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/render.js": {
            "title": "$:/core/modules/startup/render.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/render.js\ntype: application/javascript\nmodule-type: startup\n\nTitle, stylesheet and page rendering\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"render\";\nexports.platforms = [\"browser\"];\nexports.after = [\"story\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar PAGE_TITLE_TITLE = \"$:/core/wiki/title\";\nvar PAGE_STYLESHEET_TITLE = \"$:/core/ui/PageStylesheet\";\nvar PAGE_TEMPLATE_TITLE = \"$:/core/ui/RootTemplate\";\n\n// Time (in ms) that we defer refreshing changes to draft tiddlers\nvar DRAFT_TIDDLER_TIMEOUT_TITLE = \"$:/config/Drafts/TypingTimeout\";\nvar THROTTLE_REFRESH_TIMEOUT = 400;\n\nexports.startup = function() {\n\t// Set up the title\n\t$tw.titleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TITLE_TITLE,{document: $tw.fakeDocument, parseAsInline: true});\n\t$tw.titleContainer = $tw.fakeDocument.createElement(\"div\");\n\t$tw.titleWidgetNode.render($tw.titleContainer,null);\n\tdocument.title = $tw.titleContainer.textContent;\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.titleWidgetNode.refresh(changes,$tw.titleContainer,null)) {\n\t\t\tdocument.title = $tw.titleContainer.textContent;\n\t\t}\n\t});\n\t// Set up the styles\n\t$tw.styleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_STYLESHEET_TITLE,{document: $tw.fakeDocument});\n\t$tw.styleContainer = $tw.fakeDocument.createElement(\"style\");\n\t$tw.styleWidgetNode.render($tw.styleContainer,null);\n\t$tw.styleElement = document.createElement(\"style\");\n\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\tdocument.head.insertBefore($tw.styleElement,document.head.firstChild);\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"styleRefresh\",function(changes) {\n\t\tif($tw.styleWidgetNode.refresh(changes,$tw.styleContainer,null)) {\n\t\t\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\t\t}\n\t}));\n\t// Display the $:/core/ui/PageTemplate tiddler to kick off the display\n\t$tw.perf.report(\"mainRender\",function() {\n\t\t$tw.pageWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TEMPLATE_TITLE,{document: document, parentWidget: $tw.rootWidget, recursionMarker: \"no\"});\n\t\t$tw.pageContainer = document.createElement(\"div\");\n\t\t$tw.utils.addClass($tw.pageContainer,\"tc-page-container-wrapper\");\n\t\tdocument.body.insertBefore($tw.pageContainer,document.body.firstChild);\n\t\t$tw.pageWidgetNode.render($tw.pageContainer,null);\n   \t\t$tw.hooks.invokeHook(\"th-page-refreshed\");\n\t})();\n\t// Remove any splash screen elements\n\tvar removeList = document.querySelectorAll(\".tc-remove-when-wiki-loaded\");\n\t$tw.utils.each(removeList,function(removeItem) {\n\t\tif(removeItem.parentNode) {\n\t\t\tremoveItem.parentNode.removeChild(removeItem);\n\t\t}\n\t});\n\t// Prepare refresh mechanism\n\tvar deferredChanges = Object.create(null),\n\t\ttimerId;\n\tfunction refresh() {\n\t\t// Process the refresh\n\t\t$tw.hooks.invokeHook(\"th-page-refreshing\");\n\t\t$tw.pageWidgetNode.refresh(deferredChanges);\n\t\tdeferredChanges = Object.create(null);\n\t\t$tw.hooks.invokeHook(\"th-page-refreshed\");\n\t}\n\t// Add the change event handler\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"mainRefresh\",function(changes) {\n\t\t// Check if only tiddlers that are throttled have changed\n\t\tvar onlyThrottledTiddlersHaveChanged = true;\n\t\tfor(var title in changes) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\tif(!tiddler || !(tiddler.hasField(\"draft.of\") || tiddler.hasField(\"throttle.refresh\"))) {\n\t\t\t\tonlyThrottledTiddlersHaveChanged = false;\n\t\t\t}\n\t\t}\n\t\t// Defer the change if only drafts have changed\n\t\tif(timerId) {\n\t\t\tclearTimeout(timerId);\n\t\t}\n\t\ttimerId = null;\n\t\tif(onlyThrottledTiddlersHaveChanged) {\n\t\t\tvar timeout = parseInt($tw.wiki.getTiddlerText(DRAFT_TIDDLER_TIMEOUT_TITLE,\"\"),10);\n\t\t\tif(isNaN(timeout)) {\n\t\t\t\ttimeout = THROTTLE_REFRESH_TIMEOUT;\n\t\t\t}\n\t\t\ttimerId = setTimeout(refresh,timeout);\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t} else {\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t\trefresh();\n\t\t}\n\t}));\n\t// Fix up the link between the root widget and the page container\n\t$tw.rootWidget.domNodes = [$tw.pageContainer];\n\t$tw.rootWidget.children = [$tw.pageWidgetNode];\n\t// Run any post-render startup actions\n\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction/PostRender\");\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/rootwidget.js": {
            "title": "$:/core/modules/startup/rootwidget.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/rootwidget.js\ntype: application/javascript\nmodule-type: startup\n\nSetup the root widget and the core root widget handlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"rootwidget\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.before = [\"story\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Install the modal message mechanism\n\t$tw.modal = new $tw.utils.Modal($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-modal\",function(event) {\n\t\t$tw.modal.display(event.param,{variables: event.paramObject, event: event});\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-show-switcher\",function(event) {\n\t\t$tw.modal.display(\"$:/core/ui/SwitcherModal\",{variables: event.paramObject, event: event});\n\t});\t\n\t// Install the notification  mechanism\n\t$tw.notifier = new $tw.utils.Notifier($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-notify\",function(event) {\n\t\t$tw.notifier.display(event.param,{variables: event.paramObject});\n\t});\n\t// Install the copy-to-clipboard  mechanism\n\t$tw.rootWidget.addEventListener(\"tm-copy-to-clipboard\",function(event) {\n\t\t$tw.utils.copyToClipboard(event.param);\n\t});\n\t// Install the tm-focus-selector message\n\t$tw.rootWidget.addEventListener(\"tm-focus-selector\",function(event) {\n\t\tvar selector = event.param || \"\",\n\t\t\telement;\n\t\ttry {\n\t\t\telement = document.querySelector(selector);\n\t\t} catch(e) {\n\t\t\tconsole.log(\"Error in selector: \",selector)\n\t\t}\n\t\tif(element && element.focus) {\n\t\t\telement.focus(event.paramObject);\n\t\t}\n\t});\n\t// Install the scroller\n\t$tw.pageScroller = new $tw.utils.PageScroller();\n\t$tw.rootWidget.addEventListener(\"tm-scroll\",function(event) {\n\t\t$tw.pageScroller.handleEvent(event);\n\t});\n\tvar fullscreen = $tw.utils.getFullScreenApis();\n\tif(fullscreen) {\n\t\t$tw.rootWidget.addEventListener(\"tm-full-screen\",function(event) {\n\t\t\tvar fullScreenDocument = event.event ? event.event.target.ownerDocument : document;\n\t\t\tif(event.param === \"enter\") {\n\t\t\t\tfullScreenDocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\n\t\t\t} else if(event.param === \"exit\") {\n\t\t\t\tfullScreenDocument[fullscreen._exitFullscreen]();\n\t\t\t} else {\n\t\t\t\tif(fullScreenDocument[fullscreen._fullscreenElement]) {\n\t\t\t\t\tfullScreenDocument[fullscreen._exitFullscreen]();\n\t\t\t\t} else {\n\t\t\t\t\tfullScreenDocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\n\t\t\t\t}\t\t\t\t\n\t\t\t}\n\t\t});\n\t}\n\t// If we're being viewed on a data: URI then give instructions for how to save\n\tif(document.location.protocol === \"data:\") {\n\t\t$tw.rootWidget.dispatchEvent({\n\t\t\ttype: \"tm-modal\",\n\t\t\tparam: \"$:/language/Modals/SaveInstructions\"\n\t\t});\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup.js": {
            "title": "$:/core/modules/startup.js",
            "text": "/*\\\ntitle: $:/core/modules/startup.js\ntype: application/javascript\nmodule-type: startup\n\nMiscellaneous startup logic for both the client and server.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"startup\";\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\n// Set to `true` to enable performance instrumentation\nvar PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE = \"$:/config/Performance/Instrumentation\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.startup = function() {\n\tvar modules,n,m,f;\n\t// Minimal browser detection\n\tif($tw.browser) {\n\t\t$tw.browser.isIE = (/msie|trident/i.test(navigator.userAgent));\n\t\t$tw.browser.isFirefox = !!document.mozFullScreenEnabled;\n\t}\n\t// Platform detection\n\t$tw.platform = {};\n\tif($tw.browser) {\n\t\t$tw.platform.isMac = /Mac/.test(navigator.platform);\n\t\t$tw.platform.isWindows = /win/i.test(navigator.platform);\n\t\t$tw.platform.isLinux = /Linux/i.test(navigator.platform);\n\t} else {\n\t\tswitch(require(\"os\").platform()) {\n\t\t\tcase \"darwin\":\n\t\t\t\t$tw.platform.isMac = true;\n\t\t\t\tbreak;\n\t\t\tcase \"win32\":\n\t\t\t\t$tw.platform.isWindows = true;\n\t\t\t\tbreak;\n\t\t\tcase \"freebsd\":\n\t\t\t\t$tw.platform.isLinux = true;\n\t\t\t\tbreak;\n\t\t\tcase \"linux\":\n\t\t\t\t$tw.platform.isLinux = true;\n\t\t\t\tbreak;\n\t\t}\n\t}\n\t// Initialise version\n\t$tw.version = $tw.utils.extractVersionInfo();\n\t// Set up the performance framework\n\t$tw.perf = new $tw.Performance($tw.wiki.getTiddlerText(PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE,\"no\") === \"yes\");\n\t// Create a root widget for attaching event handlers. By using it as the parentWidget for another widget tree, one can reuse the event handlers\n\t$tw.rootWidget = new widget.widget({\n\t\ttype: \"widget\",\n\t\tchildren: []\n\t},{\n\t\twiki: $tw.wiki,\n\t\tdocument: $tw.browser ? document : $tw.fakeDocument\n\t});\n\t// Execute any startup actions\n\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction\");\n\tif($tw.browser) {\n\t\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction/Browser\");\t\t\n\t}\n\tif($tw.node) {\n\t\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction/Node\");\t\t\n\t}\n\t// Kick off the language manager and switcher\n\t$tw.language = new $tw.Language();\n\t$tw.languageSwitcher = new $tw.PluginSwitcher({\n\t\twiki: $tw.wiki,\n\t\tpluginType: \"language\",\n\t\tcontrollerTitle: \"$:/language\",\n\t\tdefaultPlugins: [\n\t\t\t\"$:/languages/en-GB\"\n\t\t],\n\t\tonSwitch: function(plugins) {\n\t\t\tif($tw.browser) {\n\t\t\t\tvar pluginTiddler = $tw.wiki.getTiddler(plugins[0]);\n\t\t\t\tif(pluginTiddler) {\n\t\t\t\t\tdocument.documentElement.setAttribute(\"dir\",pluginTiddler.getFieldString(\"text-direction\") || \"auto\");\n\t\t\t\t} else {\n\t\t\t\t\tdocument.documentElement.removeAttribute(\"dir\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\t// Kick off the theme manager\n\t$tw.themeManager = new $tw.PluginSwitcher({\n\t\twiki: $tw.wiki,\n\t\tpluginType: \"theme\",\n\t\tcontrollerTitle: \"$:/theme\",\n\t\tdefaultPlugins: [\n\t\t\t\"$:/themes/tiddlywiki/snowwhite\",\n\t\t\t\"$:/themes/tiddlywiki/vanilla\"\n\t\t]\n\t});\n\t// Kick off the keyboard manager\n\t$tw.keyboardManager = new $tw.KeyboardManager();\n\t// Listen for shortcuts\n\tif($tw.browser) {\n\t\t$tw.utils.addEventListeners(document,[{\n\t\t\tname: \"keydown\",\n\t\t\thandlerObject: $tw.keyboardManager,\n\t\t\thandlerMethod: \"handleKeydownEvent\"\n\t\t}]);\n\t}\n\t// Clear outstanding tiddler store change events to avoid an unnecessary refresh cycle at startup\n\t$tw.wiki.clearTiddlerEventQueue();\n\t// Find a working syncadaptor\n\t$tw.syncadaptor = undefined;\n\t$tw.modules.forEachModuleOfType(\"syncadaptor\",function(title,module) {\n\t\tif(!$tw.syncadaptor && module.adaptorClass) {\n\t\t\t$tw.syncadaptor = new module.adaptorClass({wiki: $tw.wiki});\n\t\t}\n\t});\n\t// Set up the syncer object if we've got a syncadaptor\n\tif($tw.syncadaptor) {\n\t\t$tw.syncer = new $tw.Syncer({wiki: $tw.wiki, syncadaptor: $tw.syncadaptor});\n\t}\n\t// Setup the saver handler\n\t$tw.saverHandler = new $tw.SaverHandler({\n\t\twiki: $tw.wiki,\n\t\tdirtyTracking: !$tw.syncadaptor,\n\t\tpreloadDirty: $tw.boot.preloadDirty || []\n\t});\n\t// Host-specific startup\n\tif($tw.browser) {\n\t\t// Install the popup manager\n\t\t$tw.popup = new $tw.utils.Popup();\n\t\t// Install the animator\n\t\t$tw.anim = new $tw.utils.Animator();\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/story.js": {
            "title": "$:/core/modules/startup/story.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/story.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"story\";\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar DEFAULT_STORY_TITLE = \"$:/StoryList\";\nvar DEFAULT_HISTORY_TITLE = \"$:/HistoryList\";\n\n// Default tiddlers\nvar DEFAULT_TIDDLERS_TITLE = \"$:/DefaultTiddlers\";\n\n// Config\nvar CONFIG_UPDATE_ADDRESS_BAR = \"$:/config/Navigation/UpdateAddressBar\"; // Can be \"no\", \"permalink\", \"permaview\"\nvar CONFIG_UPDATE_HISTORY = \"$:/config/Navigation/UpdateHistory\"; // Can be \"yes\" or \"no\"\nvar CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD = \"$:/config/Navigation/Permalinkview/CopyToClipboard\"; // Can be \"yes\" (default) or \"no\"\nvar CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR = \"$:/config/Navigation/Permalinkview/UpdateAddressBar\"; // Can be \"yes\" (default) or \"no\"\n\n\n// Links to help, if there is no param\nvar HELP_OPEN_EXTERNAL_WINDOW = \"http://tiddlywiki.com/#WidgetMessage%3A%20tm-open-external-window\";\n\nexports.startup = function() {\n\t// Open startup tiddlers\n\topenStartupTiddlers({\n\t\tdisableHistory: $tw.boot.disableStartupNavigation\n\t});\n\tif($tw.browser) {\n\t\t// Set up location hash update\n\t\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\t\tif($tw.utils.hop(changes,DEFAULT_STORY_TITLE) || $tw.utils.hop(changes,DEFAULT_HISTORY_TITLE)) {\n\t\t\t\tupdateLocationHash({\n\t\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_UPDATE_ADDRESS_BAR,\"permaview\").trim(),\n\t\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim()\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t\t// Listen for changes to the browser location hash\n\t\twindow.addEventListener(\"hashchange\",function() {\n\t\t\tvar hash = $tw.utils.getLocationHash();\n\t\t\tif(hash !== $tw.locationHash) {\n\t\t\t\t$tw.locationHash = hash;\n\t\t\t\topenStartupTiddlers({defaultToCurrentStory: true});\n\t\t\t}\n\t\t},false);\n\t\t// Listen for the tm-browser-refresh message\n\t\t$tw.rootWidget.addEventListener(\"tm-browser-refresh\",function(event) {\n\t\t\twindow.location.reload(true);\n\t\t});\n\t\t// Listen for tm-open-external-window message\n\t\t$tw.rootWidget.addEventListener(\"tm-open-external-window\",function(event) {\n\t\t\tvar paramObject = event.paramObject || {},\n\t\t\t\tstrUrl = event.param || HELP_OPEN_EXTERNAL_WINDOW,\n\t\t\t\tstrWindowName = paramObject.windowName,\n\t\t\t\tstrWindowFeatures = paramObject.windowFeatures;\n\t\t\twindow.open(strUrl, strWindowName, strWindowFeatures);\n\t\t});\n\t\t// Listen for the tm-print message\n\t\t$tw.rootWidget.addEventListener(\"tm-print\",function(event) {\n\t\t\t(event.event.view || window).print();\n\t\t});\n\t\t// Listen for the tm-home message\n\t\t$tw.rootWidget.addEventListener(\"tm-home\",function(event) {\n\t\t\twindow.location.hash = \"\";\n\t\t\tvar storyFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE),\n\t\t\t\tstoryList = $tw.wiki.filterTiddlers(storyFilter);\n\t\t\t//invoke any hooks that might change the default story list\n\t\t\tstoryList = $tw.hooks.invokeHook(\"th-opening-default-tiddlers-list\",storyList);\n\t\t\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \"\", list: storyList},$tw.wiki.getModificationFields());\n\t\t\tif(storyList[0]) {\n\t\t\t\t$tw.wiki.addToHistory(storyList[0]);\n\t\t\t}\n\t\t});\n\t\t// Listen for the tm-permalink message\n\t\t$tw.rootWidget.addEventListener(\"tm-permalink\",function(event) {\n\t\t\tupdateLocationHash({\n\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR,\"yes\").trim() === \"yes\" ? \"permalink\" : \"none\",\n\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim(),\n\t\t\t\ttargetTiddler: event.param || event.tiddlerTitle,\n\t\t\t\tcopyToClipboard: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD,\"yes\").trim() === \"yes\" ? \"permalink\" : \"none\"\n\t\t\t});\n\t\t});\n\t\t// Listen for the tm-permaview message\n\t\t$tw.rootWidget.addEventListener(\"tm-permaview\",function(event) {\n\t\t\tupdateLocationHash({\n\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR,\"yes\").trim() === \"yes\" ? \"permaview\" : \"none\",\n\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim(),\n\t\t\t\ttargetTiddler: event.param || event.tiddlerTitle,\n\t\t\t\tcopyToClipboard: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD,\"yes\").trim() === \"yes\" ? \"permaview\" : \"none\"\n\t\t\t});\t\t\t\t\n\t\t});\n\t}\n};\n\n/*\nProcess the location hash to open the specified tiddlers. Options:\ndisableHistory: if true $:/History is NOT updated\ndefaultToCurrentStory: If true, the current story is retained as the default, instead of opening the default tiddlers\n*/\nfunction openStartupTiddlers(options) {\n\toptions = options || {};\n\t// Work out the target tiddler and the story filter. \"null\" means \"unspecified\"\n\tvar target = null,\n\t\tstoryFilter = null;\n\tif($tw.locationHash.length > 1) {\n\t\tvar hash = $tw.locationHash.substr(1),\n\t\t\tsplit = hash.indexOf(\":\");\n\t\tif(split === -1) {\n\t\t\ttarget = decodeURIComponent(hash.trim());\n\t\t} else {\n\t\t\ttarget = decodeURIComponent(hash.substr(0,split).trim());\n\t\t\tstoryFilter = decodeURIComponent(hash.substr(split + 1).trim());\n\t\t}\n\t}\n\t// If the story wasn't specified use the current tiddlers or a blank story\n\tif(storyFilter === null) {\n\t\tif(options.defaultToCurrentStory) {\n\t\t\tvar currStoryList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE);\n\t\t\tstoryFilter = $tw.utils.stringifyList(currStoryList);\n\t\t} else {\n\t\t\tif(target && target !== \"\") {\n\t\t\t\tstoryFilter = \"\";\n\t\t\t} else {\n\t\t\t\tstoryFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE);\n\t\t\t}\n\t\t}\n\t}\n\t// Process the story filter to get the story list\n\tvar storyList = $tw.wiki.filterTiddlers(storyFilter);\n\t// Invoke any hooks that want to change the default story list\n\tstoryList = $tw.hooks.invokeHook(\"th-opening-default-tiddlers-list\",storyList);\n\t// If the target tiddler isn't included then splice it in at the top\n\tif(target && storyList.indexOf(target) === -1) {\n\t\tstoryList.unshift(target);\n\t}\n\t// Save the story list\n\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \"\", list: storyList},$tw.wiki.getModificationFields());\n\t// Update history\n\tvar story = new $tw.Story({\n\t\twiki: $tw.wiki,\n\t\tstoryTitle: DEFAULT_STORY_TITLE,\n\t\thistoryTitle: DEFAULT_HISTORY_TITLE\n\t});\n\tif(!options.disableHistory) {\n\t\t// If a target tiddler was specified add it to the history stack\n\t\tif(target && target !== \"\") {\n\t\t\t// The target tiddler doesn't need double square brackets, but we'll silently remove them if they're present\n\t\t\tif(target.indexOf(\"[[\") === 0 && target.substr(-2) === \"]]\") {\n\t\t\t\ttarget = target.substr(2,target.length - 4);\n\t\t\t}\n\t\t\tstory.addToHistory(target);\n\t\t} else if(storyList.length > 0) {\n\t\t\tstory.addToHistory(storyList[0]);\n\t\t}\t\t\n\t}\n}\n\n/*\noptions: See below\noptions.updateAddressBar: \"permalink\", \"permaview\" or \"no\" (defaults to \"permaview\")\noptions.updateHistory: \"yes\" or \"no\" (defaults to \"no\")\noptions.copyToClipboard: \"permalink\", \"permaview\" or \"no\" (defaults to \"no\")\noptions.targetTiddler: optional title of target tiddler for permalink\n*/\nfunction updateLocationHash(options) {\n\t// Get the story and the history stack\n\tvar storyList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE),\n\t\thistoryList = $tw.wiki.getTiddlerData(DEFAULT_HISTORY_TITLE,[]),\n\t\ttargetTiddler = \"\";\n\tif(options.targetTiddler) {\n\t\ttargetTiddler = options.targetTiddler;\n\t} else {\n\t\t// The target tiddler is the one at the top of the stack\n\t\tif(historyList.length > 0) {\n\t\t\ttargetTiddler = historyList[historyList.length-1].title;\n\t\t}\n\t\t// Blank the target tiddler if it isn't present in the story\n\t\tif(storyList.indexOf(targetTiddler) === -1) {\n\t\t\ttargetTiddler = \"\";\n\t\t}\n\t}\n\t// Assemble the location hash\n\tswitch(options.updateAddressBar) {\n\t\tcase \"permalink\":\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler);\n\t\t\tbreak;\n\t\tcase \"permaview\":\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList));\n\t\t\tbreak;\n\t}\n\t// Copy URL to the clipboard\n\tswitch(options.copyToClipboard) {\n\t\tcase \"permalink\":\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \"#\" + encodeURIComponent(targetTiddler));\n\t\t\tbreak;\n\t\tcase \"permaview\":\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList)));\n\t\t\tbreak;\n\t}\n\t// Only change the location hash if we must, thus avoiding unnecessary onhashchange events\n\tif($tw.utils.getLocationHash() !== $tw.locationHash) {\n\t\tif(options.updateHistory === \"yes\") {\n\t\t\t// Assign the location hash so that history is updated\n\t\t\twindow.location.hash = $tw.locationHash;\n\t\t} else {\n\t\t\t// We use replace so that browser history isn't affected\n\t\t\twindow.location.replace(window.location.toString().split(\"#\")[0] + $tw.locationHash);\n\t\t}\n\t}\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/windows.js": {
            "title": "$:/core/modules/startup/windows.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/windows.js\ntype: application/javascript\nmodule-type: startup\n\nSetup root widget handlers for the messages concerned with opening external browser windows\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"windows\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n// Global to keep track of open windows (hashmap by title)\n$tw.windows = {};\n\nexports.startup = function() {\n\t// Handle open window message\n\t$tw.rootWidget.addEventListener(\"tm-open-window\",function(event) {\n\t\t// Get the parameters\n\t\tvar refreshHandler,\n\t\t\ttitle = event.param || event.tiddlerTitle,\n\t\t\tparamObject = event.paramObject || {},\n\t\t\twindowTitle = paramObject.windowTitle || title,\n\t\t\ttemplate = paramObject.template || \"$:/core/templates/single.tiddler.window\",\n\t\t\twidth = paramObject.width || \"700\",\n\t\t\theight = paramObject.height || \"600\",\n\t\t\tvariables = $tw.utils.extend({},paramObject,{currentTiddler: title});\n\t\t// Open the window\n\t\tvar srcWindow,\n\t\t    srcDocument;\n\t\t// In case that popup blockers deny opening a new window\n\t\ttry {\n\t\t\tsrcWindow = window.open(\"\",\"external-\" + title,\"scrollbars,width=\" + width + \",height=\" + height),\n\t\t\tsrcDocument = srcWindow.document;\n\t\t}\n\t\tcatch(e) {\n\t\t\treturn;\n\t\t}\n\t\t$tw.windows[title] = srcWindow;\n\t\t// Check for reopening the same window\n\t\tif(srcWindow.haveInitialisedWindow) {\n\t\t\treturn;\n\t\t}\n\t\t// Initialise the document\n\t\tsrcDocument.write(\"<html><head></head><body class='tc-body tc-single-tiddler-window'></body></html>\");\n\t\tsrcDocument.close();\n\t\tsrcDocument.title = windowTitle;\n\t\tsrcWindow.addEventListener(\"beforeunload\",function(event) {\n\t\t\tdelete $tw.windows[title];\n\t\t\t$tw.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t},false);\n\t\t// Set up the styles\n\t\tvar styleWidgetNode = $tw.wiki.makeTranscludeWidget(\"$:/core/ui/PageStylesheet\",{\n\t\t\t\tdocument: $tw.fakeDocument,\n\t\t\t\tvariables: variables,\n\t\t\t\timportPageMacros: true}),\n\t\t\tstyleContainer = $tw.fakeDocument.createElement(\"style\");\n\t\tstyleWidgetNode.render(styleContainer,null);\n\t\tvar styleElement = srcDocument.createElement(\"style\");\n\t\tstyleElement.innerHTML = styleContainer.textContent;\n\t\tsrcDocument.head.insertBefore(styleElement,srcDocument.head.firstChild);\n\t\t// Render the text of the tiddler\n\t\tvar parser = $tw.wiki.parseTiddler(template),\n\t\t\twidgetNode = $tw.wiki.makeWidget(parser,{document: srcDocument, parentWidget: $tw.rootWidget, variables: variables});\n\t\twidgetNode.render(srcDocument.body,srcDocument.body.firstChild);\n\t\t// Function to handle refreshes\n\t\trefreshHandler = function(changes) {\n\t\t\tif(styleWidgetNode.refresh(changes,styleContainer,null)) {\n\t\t\t\tstyleElement.innerHTML = styleContainer.textContent;\n\t\t\t}\n\t\t\twidgetNode.refresh(changes);\n\t\t};\n\t\t$tw.wiki.addEventListener(\"change\",refreshHandler);\n\t\t// Listen for keyboard shortcuts\n\t\t$tw.utils.addEventListeners(srcDocument,[{\n\t\t\tname: \"keydown\",\n\t\t\thandlerObject: $tw.keyboardManager,\n\t\t\thandlerMethod: \"handleKeydownEvent\"\n\t\t}]);\n\t\tsrcWindow.document.documentElement.addEventListener(\"click\",$tw.popup,true);\n\t\tsrcWindow.haveInitialisedWindow = true;\n\t});\n\t// Close open windows when unloading main window\n\t$tw.addUnloadTask(function() {\n\t\t$tw.utils.each($tw.windows,function(win) {\n\t\t\twin.close();\n\t\t});\n\t});\n\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/savers/andtidwiki.js": {
            "title": "$:/core/modules/savers/andtidwiki.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/andtidwiki.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the AndTidWiki Android app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar AndTidWiki = function(wiki) {\n};\n\nAndTidWiki.prototype.save = function(text,method,callback,options) {\n\tvar filename = options && options.variables ? options.variables.filename : null;\n\tif (method === \"download\") {\n\t\t// Support download\n\t\tif (window.twi.saveDownload) {\n\t\t\ttry {\n\t\t\t\twindow.twi.saveDownload(text,filename);\n\t\t\t} catch(err) {\n\t\t\t\tif (err.message === \"Method not found\") {\n\t\t\t\t\twindow.twi.saveDownload(text);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tvar link = document.createElement(\"a\");\n\t\t\tlink.setAttribute(\"href\",\"data:text/plain,\" + encodeURIComponent(text));\n\t\t\tif (filename) {\n\t\t\t    link.setAttribute(\"download\",filename);\n\t\t\t}\n\t\t\tdocument.body.appendChild(link);\n\t\t\tlink.click();\n\t\t\tdocument.body.removeChild(link);\n\t\t}\n\t} else if (window.twi.saveWiki) {\n\t\t// Direct save in Tiddloid\n\t\twindow.twi.saveWiki(text);\n\t} else {\n\t\t// Get the pathname of this document\n\t\tvar pathname = decodeURIComponent(document.location.toString().split(\"#\")[0]);\n\t\t// Strip the file://\n\t\tif(pathname.indexOf(\"file://\") === 0) {\n\t\t\tpathname = pathname.substr(7);\n\t\t}\n\t\t// Strip any query or location part\n\t\tvar p = pathname.indexOf(\"?\");\n\t\tif(p !== -1) {\n\t\t\tpathname = pathname.substr(0,p);\n\t\t}\n\t\tp = pathname.indexOf(\"#\");\n\t\tif(p !== -1) {\n\t\t\tpathname = pathname.substr(0,p);\n\t\t}\n\t\t// Save the file\n\t\twindow.twi.saveFile(pathname,text);\n\t}\n\t// Call the callback\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nAndTidWiki.prototype.info = {\n\tname: \"andtidwiki\",\n\tpriority: 1600,\n\tcapabilities: [\"save\", \"autosave\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.twi && !!window.twi.saveFile;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new AndTidWiki(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/beaker.js": {
            "title": "$:/core/modules/savers/beaker.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/beaker.js\ntype: application/javascript\nmodule-type: saver\n\nSaves files using the Beaker browser's (https://beakerbrowser.com) Dat protocol (https://datproject.org/)\nCompatible with beaker >= V0.7.2\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet up the saver\n*/\nvar BeakerSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nBeakerSaver.prototype.save = function(text,method,callback) {\n\tvar dat = new DatArchive(\"\" + window.location),\n\t\tpathname = (\"\" + window.location.pathname).split(\"#\")[0];\n\tdat.stat(pathname).then(function(value) {\n\t\tif(value.isDirectory()) {\n\t\t\tpathname = pathname + \"/index.html\";\n\t\t}\n\t\tdat.writeFile(pathname,text,\"utf8\").then(function(value) {\n\t\t\tcallback(null);\n\t\t},function(reason) {\n\t\t\tcallback(\"Beaker Saver Write Error: \" + reason);\n\t\t});\n\t},function(reason) {\n\t\tcallback(\"Beaker Saver Stat Error: \" + reason);\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nBeakerSaver.prototype.info = {\n\tname: \"beaker\",\n\tpriority: 3000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.DatArchive && location.protocol===\"dat:\";\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new BeakerSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/download.js": {
            "title": "$:/core/modules/savers/download.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/download.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar DownloadSaver = function(wiki) {\n};\n\nDownloadSaver.prototype.save = function(text,method,callback,options) {\n\toptions = options || {};\n\t// Get the current filename\n\tvar filename = options.variables.filename;\n\tif(!filename) {\n\t\tvar p = document.location.pathname.lastIndexOf(\"/\");\n\t\tif(p !== -1) {\n\t\t\t// We decode the pathname because document.location is URL encoded by the browser\n\t\t\tfilename = decodeURIComponent(document.location.pathname.substr(p+1));\n\t\t}\n\t}\n\tif(!filename) {\n\t\tfilename = \"tiddlywiki.html\";\n\t}\n\t// Set up the link\n\tvar link = document.createElement(\"a\");\n\tif(Blob !== undefined) {\n\t\tvar blob = new Blob([text], {type: \"text/html\"});\n\t\tlink.setAttribute(\"href\", URL.createObjectURL(blob));\n\t} else {\n\t\tlink.setAttribute(\"href\",\"data:text/html,\" + encodeURIComponent(text));\n\t}\n\tlink.setAttribute(\"download\",filename);\n\tdocument.body.appendChild(link);\n\tlink.click();\n\tdocument.body.removeChild(link);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nDownloadSaver.prototype.info = {\n\tname: \"download\",\n\tpriority: 100\n};\n\nObject.defineProperty(DownloadSaver.prototype.info, \"capabilities\", {\n\tget: function() {\n\t\tvar capabilities = [\"save\", \"download\"];\n\t\tif(($tw.wiki.getTextReference(\"$:/config/DownloadSaver/AutoSave\") || \"\").toLowerCase() === \"yes\") {\n\t\t\tcapabilities.push(\"autosave\");\n\t\t}\n\t\treturn capabilities;\n\t}\n});\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn document.createElement(\"a\").download !== undefined;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new DownloadSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/fsosaver.js": {
            "title": "$:/core/modules/savers/fsosaver.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/fsosaver.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via MS FileSystemObject ActiveXObject\n\nNote: Since TiddlyWiki's markup contains the MOTW, the FileSystemObject normally won't be available. \nHowever, if the wiki is loaded as an .HTA file (Windows HTML Applications) then the FSO can be used.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar FSOSaver = function(wiki) {\n};\n\nFSOSaver.prototype.save = function(text,method,callback) {\n\t// Get the pathname of this document\n\tvar pathname = unescape(document.location.pathname);\n\t// Test for a Windows path of the form /x:\\blah...\n\tif(/^\\/[A-Z]\\:\\\\[^\\\\]+/i.test(pathname)) {\t// ie: ^/[a-z]:/[^/]+\n\t\t// Remove the leading slash\n\t\tpathname = pathname.substr(1);\n\t} else if(document.location.hostname !== \"\" && /^\\/\\\\[^\\\\]+\\\\[^\\\\]+/i.test(pathname)) {\t// test for \\\\server\\share\\blah... - ^/[^/]+/[^/]+\n\t\t// Remove the leading slash\n\t\tpathname = pathname.substr(1);\n\t\t// reconstruct UNC path\n\t\tpathname = \"\\\\\\\\\" + document.location.hostname + pathname;\n\t} else {\n\t\treturn false;\n\t}\n\t// Save the file (as UTF-16)\n\tvar fso = new ActiveXObject(\"Scripting.FileSystemObject\");\n\tvar file = fso.OpenTextFile(pathname,2,-1,-1);\n\tfile.Write(text);\n\tfile.Close();\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nFSOSaver.prototype.info = {\n\tname: \"FSOSaver\",\n\tpriority: 120,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\ttry {\n\t\treturn (window.location.protocol === \"file:\") && !!(new ActiveXObject(\"Scripting.FileSystemObject\"));\n\t} catch(e) { return false; }\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new FSOSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/gitea.js": {
            "title": "$:/core/modules/savers/gitea.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/gitea.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by pushing a commit to the gitea\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar GiteaSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nGiteaSaver.prototype.save = function(text,method,callback) {\n\tvar self = this,\n\t\tusername = this.wiki.getTiddlerText(\"$:/Gitea/Username\"),\n\t\tpassword = $tw.utils.getPassword(\"Gitea\"),\n\t\trepo = this.wiki.getTiddlerText(\"$:/Gitea/Repo\"),\n\t\tpath = this.wiki.getTiddlerText(\"$:/Gitea/Path\",\"\"),\n\t\tfilename = this.wiki.getTiddlerText(\"$:/Gitea/Filename\"),\n\t\tbranch = this.wiki.getTiddlerText(\"$:/Gitea/Branch\") || \"master\",\n\t\tendpoint = this.wiki.getTiddlerText(\"$:/Gitea/ServerURL\") || \"https://gitea\",\n\t\theaders = {\n\t\t\t\"Accept\": \"application/json\",\n\t\t\t\"Content-Type\": \"application/json;charset=UTF-8\",\n\t\t\t\"Authorization\": \"token \" + password\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !filename) {\n\t\treturn false;\n\t}\n\t// Make sure the path start and ends with a slash\n\tif(path.substring(0,1) !== \"/\") {\n\t\tpath = \"/\" + path;\n\t}\n\tif(path.substring(path.length - 1) !== \"/\") {\n\t\tpath = path + \"/\";\n\t}\n\t// Compose the base URI\n\tvar uri = endpoint + \"/repos/\" + repo + \"/contents\" + path;\n\t// Perform a get request to get the details (inc shas) of files in the same path as our file\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"GET\",\n\t\theaders: headers,\n\t\tdata: {\n\t\t\tref: branch\n\t\t},\n\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\tvar getResponseData,sha = \"\";\n\t\t\tif(err && xhr.status !== 404) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tvar use_put = true;\n\t\t\tif(xhr.status !== 404) {\n\t\t\t\tgetResponseData = JSON.parse(getResponseDataJson);\n\t\t\t\t$tw.utils.each(getResponseData,function(details) {\n\t\t\t\t\tif(details.name === filename) {\n\t\t\t\t\t\tsha = details.sha;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tif(sha === \"\"){\n\t\t\t\t\tuse_put = false;\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar data = {\n\t\t\t\tmessage: $tw.language.getRawString(\"ControlPanel/Saving/GitService/CommitMessage\"),\n\t\t\t\tcontent: $tw.utils.base64Encode(text),\n\t\t\t\tsha: sha\n\t\t\t};\n\t\t\t$tw.utils.httpRequest({\n\t\t\t\turl: endpoint + \"/repos/\" + repo + \"/branches/\" + branch,\n\t\t\t\ttype: \"GET\",\n\t\t\t\theaders: headers,\n\t\t\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\t\t\tif(xhr.status === 404) {\n\t\t\t\t\t\tcallback(\"Please ensure the branch in the Gitea repo exists\");\n\t\t\t\t\t}else{\n\t\t\t\t\t\tdata[\"branch\"] = branch;\n\t\t\t\t\t\tself.upload(uri + filename, use_put?\"PUT\":\"POST\", headers, data, callback);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\treturn true;\n};\n\nGiteaSaver.prototype.upload = function(uri,method,headers,data,callback) {\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: method,\n\t\theaders: headers,\n\t\tdata: JSON.stringify(data),\n\t\tcallback: function(err,putResponseDataJson,xhr) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tvar putResponseData = JSON.parse(putResponseDataJson);\n\t\t\tcallback(null);\n\t\t}\n\t});\n};\n\n/*\nInformation about this saver\n*/\nGiteaSaver.prototype.info = {\n\tname: \"Gitea\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new GiteaSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/github.js": {
            "title": "$:/core/modules/savers/github.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/github.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by pushing a commit to the GitHub v3 REST API\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar GitHubSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nGitHubSaver.prototype.save = function(text,method,callback) {\n\tvar self = this,\n\t\tusername = this.wiki.getTiddlerText(\"$:/GitHub/Username\"),\n\t\tpassword = $tw.utils.getPassword(\"github\"),\n\t\trepo = this.wiki.getTiddlerText(\"$:/GitHub/Repo\"),\n\t\tpath = this.wiki.getTiddlerText(\"$:/GitHub/Path\",\"\"),\n\t\tfilename = this.wiki.getTiddlerText(\"$:/GitHub/Filename\"),\n\t\tbranch = this.wiki.getTiddlerText(\"$:/GitHub/Branch\") || \"main\",\n\t\tendpoint = this.wiki.getTiddlerText(\"$:/GitHub/ServerURL\") || \"https://api.github.com\",\n\t\theaders = {\n\t\t\t\"Accept\": \"application/vnd.github.v3+json\",\n\t\t\t\"Content-Type\": \"application/json;charset=UTF-8\",\n\t\t\t\"Authorization\": \"Basic \" + window.btoa(username + \":\" + password),\n\t\t\t\"If-None-Match\": \"\"\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !filename) {\n\t\treturn false;\n\t}\n\t// Make sure the path start and ends with a slash\n\tif(path.substring(0,1) !== \"/\") {\n\t\tpath = \"/\" + path;\n\t}\n\tif(path.substring(path.length - 1) !== \"/\") {\n\t\tpath = path + \"/\";\n\t}\n\t// Compose the base URI\n\tvar uri = endpoint + \"/repos/\" + repo + \"/contents\" + path;\n\t// Perform a get request to get the details (inc shas) of files in the same path as our file\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"GET\",\n\t\theaders: headers,\n\t\tdata: {\n\t\t\tref: branch\n\t\t},\n\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\tvar getResponseData,sha = \"\";\n\t\t\tif(err && xhr.status !== 404) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tif(xhr.status !== 404) {\n\t\t\t\tgetResponseData = JSON.parse(getResponseDataJson);\n\t\t\t\t$tw.utils.each(getResponseData,function(details) {\n\t\t\t\t\tif(details.name === filename) {\n\t\t\t\t\t\tsha = details.sha;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\tvar data = {\n\t\t\t\tmessage: $tw.language.getRawString(\"ControlPanel/Saving/GitService/CommitMessage\"),\n\t\t\t\tcontent: $tw.utils.base64Encode(text),\n\t\t\t\tbranch: branch,\n\t\t\t\tsha: sha\n\t\t\t};\n\t\t\t// Perform a PUT request to save the file\n\t\t\t$tw.utils.httpRequest({\n\t\t\t\turl: uri + filename,\n\t\t\t\ttype: \"PUT\",\n\t\t\t\theaders: headers,\n\t\t\t\tdata: JSON.stringify(data),\n\t\t\t\tcallback: function(err,putResponseDataJson,xhr) {\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\treturn callback(err);\n\t\t\t\t\t}\n\t\t\t\t\tvar putResponseData = JSON.parse(putResponseDataJson);\n\t\t\t\t\tcallback(null);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nGitHubSaver.prototype.info = {\n\tname: \"github\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new GitHubSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/custom.js": {
            "title": "$:/core/modules/savers/custom.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/custom.js\ntype: application/javascript\nmodule-type: saver\n\nLooks for `window.$tw.customSaver` first on the current window, then\non the parent window (of an iframe). If present, the saver must define\n\tsave: function(text,method,callback) { ... }\nand the saver may define\n\tpriority: number\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar findSaver = function(window) {\n\ttry {\n\t\treturn window && window.$tw && window.$tw.customSaver;\n\t} catch (err) {\n\t\t// Catching the exception is the most reliable way to detect cross-origin iframe errors.\n\t\t// For example, instead of saying that `window.parent.$tw` is undefined, Firefox will throw\n\t\t//   Uncaught DOMException: Permission denied to access property \"$tw\" on cross-origin object\n\t\tconsole.log({ msg: \"custom saver is disabled\", reason: err });\n\t\treturn null;\n\t}\n}\nvar saver = findSaver(window) || findSaver(window.parent) || {};\n\nvar CustomSaver = function(wiki) {\n};\n\nCustomSaver.prototype.save = function(text,method,callback) {\n\treturn saver.save(text, method, callback);\n};\n\n/*\nInformation about this saver\n*/\nCustomSaver.prototype.info = {\n\tname: \"custom\",\n\tpriority: saver.priority || 4000,\n\tcapabilities: [\"save\",\"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!(saver.save);\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new CustomSaver(wiki);\n};\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/gitlab.js": {
            "title": "$:/core/modules/savers/gitlab.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/gitlab.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by pushing a commit to the GitLab REST API\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: true */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar GitLabSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nGitLabSaver.prototype.save = function(text,method,callback) {\n\t/* See https://docs.gitlab.com/ee/api/repository_files.html */\n\tvar self = this,\n\t\tusername = this.wiki.getTiddlerText(\"$:/GitLab/Username\"),\n\t\tpassword = $tw.utils.getPassword(\"gitlab\"),\n\t\trepo = this.wiki.getTiddlerText(\"$:/GitLab/Repo\"),\n\t\tpath = this.wiki.getTiddlerText(\"$:/GitLab/Path\",\"\"),\n\t\tfilename = this.wiki.getTiddlerText(\"$:/GitLab/Filename\"),\n\t\tbranch = this.wiki.getTiddlerText(\"$:/GitLab/Branch\") || \"master\",\n\t\tendpoint = this.wiki.getTiddlerText(\"$:/GitLab/ServerURL\") || \"https://gitlab.com/api/v4\",\n\t\theaders = {\n\t\t\t\"Content-Type\": \"application/json;charset=UTF-8\",\n\t\t\t\"Private-Token\": password\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !filename) {\n\t\treturn false;\n\t}\n\t// Make sure the path start and ends with a slash\n\tif(path.substring(0,1) !== \"/\") {\n\t\tpath = \"/\" + path;\n\t}\n\tif(path.substring(path.length - 1) !== \"/\") {\n\t\tpath = path + \"/\";\n\t}\n\t// Compose the base URI\n\tvar uri = endpoint + \"/projects/\" + encodeURIComponent(repo) + \"/repository/\";\n\t// Perform a get request to get the details (inc shas) of files in the same path as our file\n\t$tw.utils.httpRequest({\n\t\turl: uri + \"tree/?path=\" + encodeURIComponent(path.replace(/^\\/+|\\/$/g, '')) + \"&branch=\" + encodeURIComponent(branch.replace(/^\\/+|\\/$/g, '')),\n\t\ttype: \"GET\",\n\t\theaders: headers,\n\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\tvar getResponseData,sha = \"\";\n\t\t\tif(err && xhr.status !== 404) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tvar requestType = \"POST\";\n\t\t\tif(xhr.status !== 404) {\n\t\t\t\tgetResponseData = JSON.parse(getResponseDataJson);\n\t\t\t\t$tw.utils.each(getResponseData,function(details) {\n\t\t\t\t\tif(details.name === filename) {\n\t\t\t\t\t\trequestType = \"PUT\";\n\t\t\t\t\t\tsha = details.sha;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\tvar data = {\n\t\t\t\tcommit_message: $tw.language.getRawString(\"ControlPanel/Saving/GitService/CommitMessage\"),\n\t\t\t\tcontent: text,\n\t\t\t\tbranch: branch,\n\t\t\t\tsha: sha\n\t\t\t};\n\t\t\t// Perform a request to save the file\n\t\t\t$tw.utils.httpRequest({\n\t\t\t\turl: uri + \"files/\" + encodeURIComponent(path.replace(/^\\/+/, '') + filename),\n\t\t\t\ttype: requestType,\n\t\t\t\theaders: headers,\n\t\t\t\tdata: JSON.stringify(data),\n\t\t\t\tcallback: function(err,putResponseDataJson,xhr) {\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\treturn callback(err);\n\t\t\t\t\t}\n\t\t\t\t\tvar putResponseData = JSON.parse(putResponseDataJson);\n\t\t\t\t\tcallback(null);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nGitLabSaver.prototype.info = {\n\tname: \"gitlab\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new GitLabSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/manualdownload.js": {
            "title": "$:/core/modules/savers/manualdownload.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/manualdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Title of the tiddler containing the download message\nvar downloadInstructionsTitle = \"$:/language/Modals/Download\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar ManualDownloadSaver = function(wiki) {\n};\n\nManualDownloadSaver.prototype.save = function(text,method,callback) {\n\t$tw.modal.display(downloadInstructionsTitle,{\n\t\tdownloadLink: \"data:text/html,\" + encodeURIComponent(text)\n\t});\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nManualDownloadSaver.prototype.info = {\n\tname: \"manualdownload\",\n\tpriority: 0,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new ManualDownloadSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/msdownload.js": {
            "title": "$:/core/modules/savers/msdownload.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/msdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via window.navigator.msSaveBlob()\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar MsDownloadSaver = function(wiki) {\n};\n\nMsDownloadSaver.prototype.save = function(text,method,callback) {\n\t// Get the current filename\n\tvar filename = \"tiddlywiki.html\",\n\t\tp = document.location.pathname.lastIndexOf(\"/\");\n\tif(p !== -1) {\n\t\tfilename = document.location.pathname.substr(p+1);\n\t}\n\t// Set up the link\n\tvar blob = new Blob([text], {type: \"text/html\"});\n\twindow.navigator.msSaveBlob(blob,filename);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nMsDownloadSaver.prototype.info = {\n\tname: \"msdownload\",\n\tpriority: 110,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.navigator.msSaveBlob;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new MsDownloadSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/put.js": {
            "title": "$:/core/modules/savers/put.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/put.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by performing a PUT request to the server\n\nWorks with any server which accepts a PUT request\nto the current URL, such as a WebDAV server.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRetrieve ETag if available\n*/\nvar retrieveETag = function(self) {\n\tvar headers = {\n\t\tAccept: \"*/*;charset=UTF-8\"\n\t};\n\t$tw.utils.httpRequest({\n\t\turl: self.uri(),\n\t\ttype: \"HEAD\",\n\t\theaders: headers,\n\t\tcallback: function(err,data,xhr) {\n\t\t\tif(err) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tvar etag = xhr.getResponseHeader(\"ETag\");\n\t\t\tif(!etag) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tself.etag = etag.replace(/^W\\//,\"\");\n\t\t}\n\t});\n};\n\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar PutSaver = function(wiki) {\n\tthis.wiki = wiki;\n\tvar self = this;\n\tvar uri = this.uri();\n\t// Async server probe. Until probe finishes, save will fail fast\n\t// See also https://github.com/Jermolene/TiddlyWiki5/issues/2276\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"OPTIONS\",\n\t\tcallback: function(err,data,xhr) {\n\t\t\t// Check DAV header http://www.webdav.org/specs/rfc2518.html#rfc.section.9.1\n\t\t\tif(!err) {\n\t\t\t\tself.serverAcceptsPuts = xhr.status === 200 && !!xhr.getResponseHeader(\"dav\");\n\t\t\t}\n\t\t}\n\t});\n\tretrieveETag(this);\n};\n\nPutSaver.prototype.uri = function() {\n\treturn document.location.toString().split(\"#\")[0];\n};\n\n// TODO: in case of edit conflict\n// Prompt: Do you want to save over this? Y/N\n// Merging would be ideal, and may be possible using future generic merge flow\nPutSaver.prototype.save = function(text,method,callback) {\n\tif(!this.serverAcceptsPuts) {\n\t\treturn false;\n\t}\n\tvar self = this;\n\tvar headers = {\n\t\t\"Content-Type\": \"text/html;charset=UTF-8\"\n\t};\n\tif(this.etag) {\n\t\theaders[\"If-Match\"] = this.etag;\n\t}\n\t$tw.utils.httpRequest({\n\t\turl: this.uri(),\n\t\ttype: \"PUT\",\n\t\theaders: headers,\n\t\tdata: text,\n\t\tcallback: function(err,data,xhr) {\n\t\t\tif(err) {\n\t\t\t\t// response is textual: \"XMLHttpRequest error code: 412\"\n\t\t\t\tvar status = Number(err.substring(err.indexOf(':') + 2, err.length))\n\t\t\t\tif(status === 412) { // edit conflict\n\t\t\t\t\tvar message = $tw.language.getString(\"Error/EditConflict\");\n\t\t\t\t\tcallback(message);\n\t\t\t\t} else {\n\t\t\t\t\tcallback(err); // fail\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tself.etag = xhr.getResponseHeader(\"ETag\");\n\t\t\t\tif(self.etag == null) {\n\t\t\t\t\tretrieveETag(self);\n\t\t\t\t}\n\t\t\t\tcallback(null); // success\n\t\t\t}\n\t\t}\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nPutSaver.prototype.info = {\n\tname: \"put\",\n\tpriority: 2000,\n\tcapabilities: [\"save\",\"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn /^https?:/.test(location.protocol);\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new PutSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/hyperdrive.js": {
            "title": "$:/core/modules/savers/hyperdrive.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/hyperdrive.js\ntype: application/javascript\nmodule-type: saver\n\nSaves files using the Hyperdrive Protocol (https://hypercore-protocol.org/#hyperdrive) Beaker browser beta-1.0 and later (https://beakerbrowser.com)\nCompatible with beaker >= V1.0.0\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet up the saver\n*/\nvar HyperdriveSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nHyperdriveSaver.prototype.save = function(text,method,callback) {\n\tvar dat = beaker.hyperdrive.drive(\"\" + window.location),\n\t\tpathname = (\"\" + window.location.pathname).split(\"#\")[0];\n\tdat.stat(pathname).then(function(value) {\n\t\tif(value.isDirectory()) {\n\t\t\tpathname = pathname + \"/index.html\";\n\t\t}\n\t\tdat.writeFile(pathname,text,\"utf8\").then(function(value) {\n\t\t\tcallback(null);\n\t\t},function(reason) {\n\t\t\tcallback(\"Hyperdrive Saver Write Error: \" + reason);\n\t\t});\n\t},function(reason) {\n\t\tcallback(\"Hyperdrive Saver Stat Error: \" + reason);\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nHyperdriveSaver.prototype.info = {\n\tname: \"beaker-1.x\",\n\tpriority: 3000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.beaker && !!beaker.hyperdrive && location.protocol===\"hyper:\";\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new HyperdriveSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/tiddlyfox.js": {
            "title": "$:/core/modules/savers/tiddlyfox.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/tiddlyfox.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the TiddlyFox file extension\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar TiddlyFoxSaver = function(wiki) {\n};\n\nTiddlyFoxSaver.prototype.save = function(text,method,callback) {\n\tvar messageBox = document.getElementById(\"tiddlyfox-message-box\");\n\tif(messageBox) {\n\t\t// Get the pathname of this document\n\t\tvar pathname = document.location.toString().split(\"#\")[0];\n\t\t// Replace file://localhost/ with file:///\n\t\tif(pathname.indexOf(\"file://localhost/\") === 0) {\n\t\t\tpathname = \"file://\" + pathname.substr(16);\n\t\t}\n\t\t// Windows path file:///x:/blah/blah --> x:\\blah\\blah\n\t\tif(/^file\\:\\/\\/\\/[A-Z]\\:\\//i.test(pathname)) {\n\t\t\t// Remove the leading slash and convert slashes to backslashes\n\t\t\tpathname = pathname.substr(8).replace(/\\//g,\"\\\\\");\n\t\t// Firefox Windows network path file://///server/share/blah/blah --> //server/share/blah/blah\n\t\t} else if(pathname.indexOf(\"file://///\") === 0) {\n\t\t\tpathname = \"\\\\\\\\\" + unescape(pathname.substr(10)).replace(/\\//g,\"\\\\\");\n\t\t// Mac/Unix local path file:///path/path --> /path/path\n\t\t} else if(pathname.indexOf(\"file:///\") === 0) {\n\t\t\tpathname = unescape(pathname.substr(7));\n\t\t// Mac/Unix local path file:/path/path --> /path/path\n\t\t} else if(pathname.indexOf(\"file:/\") === 0) {\n\t\t\tpathname = unescape(pathname.substr(5));\n\t\t// Otherwise Windows networth path file://server/share/path/path --> \\\\server\\share\\path\\path\n\t\t} else {\n\t\t\tpathname = \"\\\\\\\\\" + unescape(pathname.substr(7)).replace(new RegExp(\"/\",\"g\"),\"\\\\\");\n\t\t}\n\t\t// Create the message element and put it in the message box\n\t\tvar message = document.createElement(\"div\");\n\t\tmessage.setAttribute(\"data-tiddlyfox-path\",decodeURIComponent(pathname));\n\t\tmessage.setAttribute(\"data-tiddlyfox-content\",text);\n\t\tmessageBox.appendChild(message);\n\t\t// Add an event handler for when the file has been saved\n\t\tmessage.addEventListener(\"tiddlyfox-have-saved-file\",function(event) {\n\t\t\tcallback(null);\n\t\t}, false);\n\t\t// Create and dispatch the custom event to the extension\n\t\tvar event = document.createEvent(\"Events\");\n\t\tevent.initEvent(\"tiddlyfox-save-file\",true,false);\n\t\tmessage.dispatchEvent(event);\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nInformation about this saver\n*/\nTiddlyFoxSaver.prototype.info = {\n\tname: \"tiddlyfox\",\n\tpriority: 1500,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TiddlyFoxSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/tiddlyie.js": {
            "title": "$:/core/modules/savers/tiddlyie.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/tiddlyie.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via Internet Explorer BHO extenion (TiddlyIE)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar TiddlyIESaver = function(wiki) {\n};\n\nTiddlyIESaver.prototype.save = function(text,method,callback) {\n\t// Check existence of TiddlyIE BHO extension (note: only works after document is complete)\n\tif(typeof(window.TiddlyIE) != \"undefined\") {\n\t\t// Get the pathname of this document\n\t\tvar pathname = unescape(document.location.pathname);\n\t\t// Test for a Windows path of the form /x:/blah...\n\t\tif(/^\\/[A-Z]\\:\\/[^\\/]+/i.test(pathname)) {\t// ie: ^/[a-z]:/[^/]+ (is this better?: ^/[a-z]:/[^/]+(/[^/]+)*\\.[^/]+ )\n\t\t\t// Remove the leading slash\n\t\t\tpathname = pathname.substr(1);\n\t\t\t// Convert slashes to backslashes\n\t\t\tpathname = pathname.replace(/\\//g,\"\\\\\");\n\t\t} else if(document.hostname !== \"\" && /^\\/[^\\/]+\\/[^\\/]+/i.test(pathname)) {\t// test for \\\\server\\share\\blah... - ^/[^/]+/[^/]+\n\t\t\t// Convert slashes to backslashes\n\t\t\tpathname = pathname.replace(/\\//g,\"\\\\\");\n\t\t\t// reconstruct UNC path\n\t\t\tpathname = \"\\\\\\\\\" + document.location.hostname + pathname;\n\t\t} else return false;\n\t\t// Prompt the user to save the file\n\t\twindow.TiddlyIE.save(pathname, text);\n\t\t// Callback that we succeeded\n\t\tcallback(null);\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nInformation about this saver\n*/\nTiddlyIESaver.prototype.info = {\n\tname: \"tiddlyiesaver\",\n\tpriority: 1500,\n\tcapabilities: [\"save\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn (window.location.protocol === \"file:\");\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TiddlyIESaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/upload.js": {
            "title": "$:/core/modules/savers/upload.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/upload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via upload to a server.\n\nDesigned to be compatible with BidiX's UploadPlugin at http://tiddlywiki.bidix.info/#UploadPlugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar UploadSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nUploadSaver.prototype.save = function(text,method,callback) {\n\t// Get the various parameters we need\n\tvar backupDir = this.wiki.getTextReference(\"$:/UploadBackupDir\") || \".\",\n\t\tusername = this.wiki.getTextReference(\"$:/UploadName\"),\n\t\tpassword = $tw.utils.getPassword(\"upload\"),\n\t\tuploadDir = this.wiki.getTextReference(\"$:/UploadDir\") || \".\",\n\t\tuploadFilename = this.wiki.getTextReference(\"$:/UploadFilename\") || \"index.html\",\n\t\turl = this.wiki.getTextReference(\"$:/UploadURL\");\n\t// Bail out if we don't have the bits we need\n\tif(!username || username.toString().trim() === \"\" || !password || password.toString().trim() === \"\") {\n\t\treturn false;\n\t}\n\t// Construct the url if not provided\n\tif(!url) {\n\t\turl = \"http://\" + username + \".tiddlyspot.com/store.cgi\";\n\t}\n\t// Assemble the header\n\tvar boundary = \"---------------------------\" + \"AaB03x\";\t\n\tvar uploadFormName = \"UploadPlugin\";\n\tvar head = [];\n\thead.push(\"--\" + boundary + \"\\r\\nContent-disposition: form-data; name=\\\"UploadPlugin\\\"\\r\\n\");\n\thead.push(\"backupDir=\" + backupDir + \";user=\" + username + \";password=\" + password + \";uploaddir=\" + uploadDir + \";;\"); \n\thead.push(\"\\r\\n\" + \"--\" + boundary);\n\thead.push(\"Content-disposition: form-data; name=\\\"userfile\\\"; filename=\\\"\" + uploadFilename + \"\\\"\");\n\thead.push(\"Content-Type: text/html;charset=UTF-8\");\n\thead.push(\"Content-Length: \" + text.length + \"\\r\\n\");\n\thead.push(\"\");\n\t// Assemble the tail and the data itself\n\tvar tail = \"\\r\\n--\" + boundary + \"--\\r\\n\",\n\t\tdata = head.join(\"\\r\\n\") + text + tail;\n\t// Do the HTTP post\n\tvar http = new XMLHttpRequest();\n\thttp.open(\"POST\",url,true,username,password);\n\thttp.setRequestHeader(\"Content-Type\",\"multipart/form-data; charset=UTF-8; boundary=\" + boundary);\n\thttp.onreadystatechange = function() {\n\t\tif(http.readyState == 4 && http.status == 200) {\n\t\t\tif(http.responseText.substr(0,4) === \"0 - \") {\n\t\t\t\tcallback(null);\n\t\t\t} else {\n\t\t\t\tcallback(http.responseText);\n\t\t\t}\n\t\t}\n\t};\n\ttry {\n\t\thttp.send(data);\n\t} catch(ex) {\n\t\treturn callback($tw.language.getString(\"Error/Caption\") + \":\" + ex);\n\t}\n\t$tw.notifier.display(\"$:/language/Notifications/Save/Starting\");\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nUploadSaver.prototype.info = {\n\tname: \"upload\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new UploadSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/twedit.js": {
            "title": "$:/core/modules/savers/twedit.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/twedit.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the TWEdit iOS app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar TWEditSaver = function(wiki) {\n};\n\nTWEditSaver.prototype.save = function(text,method,callback) {\n\t// Bail if we're not running under TWEdit\n\tif(typeof DeviceInfo !== \"object\") {\n\t\treturn false;\n\t}\n\t// Get the pathname of this document\n\tvar pathname = decodeURIComponent(document.location.pathname);\n\t// Strip any query or location part\n\tvar p = pathname.indexOf(\"?\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\tp = pathname.indexOf(\"#\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\t// Remove the leading \"/Documents\" from path\n\tvar prefix = \"/Documents\";\n\tif(pathname.indexOf(prefix) === 0) {\n\t\tpathname = pathname.substr(prefix.length);\n\t}\n\t// Error handler\n\tvar errorHandler = function(event) {\n\t\t// Error\n\t\tcallback($tw.language.getString(\"Error/SavingToTWEdit\") + \": \" + event.target.error.code);\n\t};\n\t// Get the file system\n\twindow.requestFileSystem(LocalFileSystem.PERSISTENT,0,function(fileSystem) {\n\t\t// Now we've got the filesystem, get the fileEntry\n\t\tfileSystem.root.getFile(pathname, {create: true}, function(fileEntry) {\n\t\t\t// Now we've got the fileEntry, create the writer\n\t\t\tfileEntry.createWriter(function(writer) {\n\t\t\t\twriter.onerror = errorHandler;\n\t\t\t\twriter.onwrite = function() {\n\t\t\t\t\tcallback(null);\n\t\t\t\t};\n\t\t\t\twriter.position = 0;\n\t\t\t\twriter.write(text);\n\t\t\t},errorHandler);\n\t\t}, errorHandler);\n\t}, errorHandler);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nTWEditSaver.prototype.info = {\n\tname: \"twedit\",\n\tpriority: 1600,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TWEditSaver(wiki);\n};\n\n/////////////////////////// Hack\n// HACK: This ensures that TWEdit recognises us as a TiddlyWiki document\nif($tw.browser) {\n\twindow.version = {title: \"TiddlyWiki\"};\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/storyviews/classic.js": {
            "title": "$:/core/modules/storyviews/classic.js",
            "text": "/*\\\ntitle: $:/core/modules/storyviews/classic.js\ntype: application/javascript\nmodule-type: storyview\n\nViews the story as a linear sequence\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ClassicStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nClassicStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar duration = $tw.utils.getAnimationDuration()\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\tif(duration) {\n\t\t// Scroll the node into view\n\t\tthis.listWidget.dispatchEvent({type: \"tm-scroll\", target: targetElement});\t\n\t} else {\n\t\ttargetElement.scrollIntoView();\n\t}\n};\n\nClassicStoryView.prototype.insert = function(widget) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\tif(duration) {\n\t\tvar targetElement = widget.findFirstDomNode();\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(targetElement instanceof Element)) {\n\t\t\treturn;\n\t\t}\n\t\t// Get the current height of the tiddler\n\t\tvar computedStyle = window.getComputedStyle(targetElement),\n\t\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\t\tcurrHeight = targetElement.offsetHeight + currMarginTop;\n\t\t// Reset the margin once the transition is over\n\t\tsetTimeout(function() {\n\t\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t\t{transition: \"none\"},\n\t\t\t\t{marginBottom: \"\"}\n\t\t\t]);\n\t\t},duration);\n\t\t// Set up the initial position of the element\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: (-currHeight) + \"px\"},\n\t\t\t{opacity: \"0.0\"}\n\t\t]);\n\t\t$tw.utils.forceLayout(targetElement);\n\t\t// Transition to the final position\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"opacity \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\t\"margin-bottom \" + duration + \"ms \" + easing},\n\t\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t\t{opacity: \"1.0\"}\n\t]);\n\t}\n};\n\nClassicStoryView.prototype.remove = function(widget) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\tif(duration) {\n\t\tvar targetElement = widget.findFirstDomNode(),\n\t\t\tremoveElement = function() {\n\t\t\t\twidget.removeChildDomNodes();\n\t\t\t};\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(targetElement instanceof Element)) {\n\t\t\tremoveElement();\n\t\t\treturn;\n\t\t}\n\t\t// Get the current height of the tiddler\n\t\tvar currWidth = targetElement.offsetWidth,\n\t\t\tcomputedStyle = window.getComputedStyle(targetElement),\n\t\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\t\tcurrHeight = targetElement.offsetHeight + currMarginTop;\n\t\t// Remove the dom nodes of the widget at the end of the transition\n\t\tsetTimeout(removeElement,duration);\n\t\t// Animate the closure\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{transform: \"translateX(0px)\"},\n\t\t\t{marginBottom:  currMarginBottom + \"px\"},\n\t\t\t{opacity: \"1.0\"}\n\t\t]);\n\t\t$tw.utils.forceLayout(targetElement);\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\t\"opacity \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\t\"margin-bottom \" + duration + \"ms \" + easing},\n\t\t\t{transform: \"translateX(-\" + currWidth + \"px)\"},\n\t\t\t{marginBottom: (-currHeight) + \"px\"},\n\t\t\t{opacity: \"0.0\"}\n\t\t]);\n\t} else {\n\t\twidget.removeChildDomNodes();\n\t}\n};\n\nexports.classic = ClassicStoryView;\n\n})();",
            "type": "application/javascript",
            "module-type": "storyview"
        },
        "$:/core/modules/storyviews/pop.js": {
            "title": "$:/core/modules/storyviews/pop.js",
            "text": "/*\\\ntitle: $:/core/modules/storyviews/pop.js\ntype: application/javascript\nmodule-type: storyview\n\nAnimates list insertions and removals\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar PopStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nPopStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Scroll the node into view\n\tthis.listWidget.dispatchEvent({type: \"tm-scroll\", target: targetElement});\n};\n\nPopStoryView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Reset once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{transform: \"none\"}\n\t\t]);\n\t\t$tw.utils.setStyle(widget.document.body,[\n\t\t\t{\"overflow-x\": \"\"}\n\t\t]);\n\t},duration);\n\t// Prevent the page from overscrolling due to the zoom factor\n\t$tw.utils.setStyle(widget.document.body,[\n\t\t{\"overflow-x\": \"hidden\"}\n\t]);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"scale(2)\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t// Transition to the final position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{transform: \"scale(1)\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n};\n\nPopStoryView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\tif(targetElement && targetElement.parentNode) {\n\t\t\t\twidget.removeChildDomNodes();\n\t\t\t}\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Remove the element at the end of the transition\n\tsetTimeout(removeElement,duration);\n\t// Animate the closure\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"scale(1)\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{transform: \"scale(0.1)\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n};\n\nexports.pop = PopStoryView;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "storyview"
        },
        "$:/core/modules/storyviews/zoomin.js": {
            "title": "$:/core/modules/storyviews/zoomin.js",
            "text": "/*\\\ntitle: $:/core/modules/storyviews/zoomin.js\ntype: application/javascript\nmodule-type: storyview\n\nZooms between individual tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ZoominListView = function(listWidget) {\n\tvar self = this;\n\tthis.listWidget = listWidget;\n\t// Get the index of the tiddler that is at the top of the history\n\tvar history = this.listWidget.wiki.getTiddlerDataCached(this.listWidget.historyTitle,[]),\n\t\ttargetTiddler;\n\tif(history.length > 0) {\n\t\ttargetTiddler = history[history.length-1].title;\n\t}\n\t// Make all the tiddlers position absolute, and hide all but the top (or first) one\n\t$tw.utils.each(this.listWidget.children,function(itemWidget,index) {\n\t\tvar domNode = itemWidget.findFirstDomNode();\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(domNode instanceof Element)) {\n\t\t\treturn;\n\t\t}\n\t\tif((targetTiddler && targetTiddler !== itemWidget.parseTreeNode.itemTitle) || (!targetTiddler && index)) {\n\t\t\tdomNode.style.display = \"none\";\n\t\t} else {\n\t\t\tself.currentTiddlerDomNode = domNode;\n\t\t}\n\t\t$tw.utils.addClass(domNode,\"tc-storyview-zoomin-tiddler\");\n\t});\n};\n\nZoominListView.prototype.navigateTo = function(historyInfo) {\n\tvar duration = $tw.utils.getAnimationDuration(),\n\t\tlistElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Make the new tiddler be position absolute and visible so that we can measure it\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"block\"},\n\t\t{transformOrigin: \"0 0\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{transition: \"none\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t// Get the position of the source node, or use the centre of the window as the source position\n\tvar sourceBounds = historyInfo.fromPageRect || {\n\t\t\tleft: window.innerWidth/2 - 2,\n\t\t\ttop: window.innerHeight/2 - 2,\n\t\t\twidth: window.innerWidth/8,\n\t\t\theight: window.innerHeight/8\n\t\t};\n\t// Try to find the title node in the target tiddler\n\tvar titleDomNode = findTitleDomNode(listItemWidget) || listItemWidget.findFirstDomNode(),\n\t\tzoomBounds = titleDomNode.getBoundingClientRect();\n\t// Compute the transform for the target tiddler to make the title lie over the source rectange\n\tvar targetBounds = targetElement.getBoundingClientRect(),\n\t\tscale = sourceBounds.width / zoomBounds.width,\n\t\tx = sourceBounds.left - targetBounds.left - (zoomBounds.left - targetBounds.left) * scale,\n\t\ty = sourceBounds.top - targetBounds.top - (zoomBounds.top - targetBounds.top) * scale;\n\t// Transform the target tiddler to its starting position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transform: \"translateX(\" + x + \"px) translateY(\" + y + \"px) scale(\" + scale + \")\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(targetElement);\n\t// Apply the ending transitions with a timeout to ensure that the previously applied transformations are applied first\n\tvar self = this,\n\t\tprevCurrentTiddler = this.currentTiddlerDomNode;\n\tthis.currentTiddlerDomNode = targetElement;\n\t// Transform the target tiddler to its natural size\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t{opacity: \"1.0\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{zIndex: \"500\"},\n\t]);\n\t// Transform the previous tiddler out of the way and then hide it\n\tif(prevCurrentTiddler && prevCurrentTiddler !== targetElement) {\n\t\tscale = zoomBounds.width / sourceBounds.width;\n\t\tx =  zoomBounds.left - targetBounds.left - (sourceBounds.left - targetBounds.left) * scale;\n\t\ty =  zoomBounds.top - targetBounds.top - (sourceBounds.top - targetBounds.top) * scale;\n\t\t$tw.utils.setStyle(prevCurrentTiddler,[\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t\t{opacity: \"0.0\"},\n\t\t\t{transformOrigin: \"0 0\"},\n\t\t\t{transform: \"translateX(\" + x + \"px) translateY(\" + y + \"px) scale(\" + scale + \")\"},\n\t\t\t{zIndex: \"0\"}\n\t\t]);\n\t\t// Hide the tiddler when the transition has finished\n\t\tsetTimeout(function() {\n\t\t\tif(self.currentTiddlerDomNode !== prevCurrentTiddler) {\n\t\t\t\tprevCurrentTiddler.style.display = \"none\";\n\t\t\t}\n\t\t},duration);\n\t}\n\t// Scroll the target into view\n//\t$tw.pageScroller.scrollIntoView(targetElement);\n};\n\n/*\nFind the first child DOM node of a widget that has the class \"tc-title\"\n*/\nfunction findTitleDomNode(widget,targetClass) {\n\ttargetClass = targetClass || \"tc-title\";\n\tvar domNode = widget.findFirstDomNode();\n\tif(domNode && domNode.querySelector) {\n\t\treturn domNode.querySelector(\".\" + targetClass);\n\t}\n\treturn null;\n}\n\nZoominListView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Make the newly inserted node position absolute and hidden\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"none\"}\n\t]);\n};\n\nZoominListView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\twidget.removeChildDomNodes();\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Abandon if hidden\n\tif(targetElement.style.display != \"block\" ) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Set up the tiddler that is being closed\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"block\"},\n\t\t{transformOrigin: \"50% 50%\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{transition: \"none\"},\n\t\t{zIndex: \"0\"}\n\t]);\n\t// We'll move back to the previous or next element in the story\n\tvar toWidget = widget.previousSibling();\n\tif(!toWidget) {\n\t\ttoWidget = widget.nextSibling();\n\t}\n\tvar toWidgetDomNode = toWidget && toWidget.findFirstDomNode();\n\t// Set up the tiddler we're moving back in\n\tif(toWidgetDomNode) {\n\t\t$tw.utils.addClass(toWidgetDomNode,\"tc-storyview-zoomin-tiddler\");\n\t\t$tw.utils.setStyle(toWidgetDomNode,[\n\t\t\t{display: \"block\"},\n\t\t\t{transformOrigin: \"50% 50%\"},\n\t\t\t{transform: \"translateX(0px) translateY(0px) scale(10)\"},\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t\t{opacity: \"0\"},\n\t\t\t{zIndex: \"500\"}\n\t\t]);\n\t\tthis.currentTiddlerDomNode = toWidgetDomNode;\n\t}\n\t// Animate them both\n\t// Force layout\n\t$tw.utils.forceLayout(this.listWidget.parentDomNode);\n\t// First, the tiddler we're closing\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transformOrigin: \"50% 50%\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(0.1)\"},\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t{opacity: \"0\"},\n\t\t{zIndex: \"0\"}\n\t]);\n\tsetTimeout(removeElement,duration);\n\t// Now the tiddler we're going back to\n\tif(toWidgetDomNode) {\n\t\t$tw.utils.setStyle(toWidgetDomNode,[\n\t\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t\t{opacity: \"1\"}\n\t\t]);\n\t}\n\treturn true; // Indicate that we'll delete the DOM node\n};\n\nexports.zoomin = ZoominListView;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "storyview"
        },
        "$:/core/modules/upgraders/plugins.js": {
            "title": "$:/core/modules/upgraders/plugins.js",
            "text": "/*\\\ntitle: $:/core/modules/upgraders/plugins.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that checks that plugins are newer than any already installed version\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar UPGRADE_LIBRARY_TITLE = \"$:/UpgradeLibrary\";\n\nvar BLOCKED_PLUGINS = {\n\t\"$:/themes/tiddlywiki/stickytitles\": {\n\t\tversions: [\"*\"]\n\t},\n\t\"$:/plugins/tiddlywiki/fullscreen\": {\n\t\tversions: [\"*\"]\n\t}\n};\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {},\n\t\tupgradeLibrary,\n\t\tgetLibraryTiddler = function(title) {\n\t\t\tif(!upgradeLibrary) {\n\t\t\t\tupgradeLibrary = wiki.getTiddlerData(UPGRADE_LIBRARY_TITLE,{});\n\t\t\t\tupgradeLibrary.tiddlers = upgradeLibrary.tiddlers || {};\n\t\t\t}\n\t\t\treturn upgradeLibrary.tiddlers[title];\n\t\t};\n\n\t// Go through all the incoming tiddlers\n\t$tw.utils.each(titles,function(title) {\n\t\tvar incomingTiddler = tiddlers[title];\n\t\t// Check if we're dealing with a plugin\n\t\tif(incomingTiddler && incomingTiddler[\"plugin-type\"]) {\n\t\t\t// Check whether the plugin contains JS modules\n\t\t\tvar requiresReload = wiki.doesPluginInfoRequireReload(JSON.parse(incomingTiddler.text)) ? (wiki.getTiddlerText(\"$:/language/ControlPanel/Plugins/PluginWillRequireReload\") + \" \") : \"\";\n\t\t\tmessages[title] = requiresReload;\n\t\t\tif(incomingTiddler.version) {\n\t\t\t\t// Upgrade the incoming plugin if it is in the upgrade library\n\t\t\t\tvar libraryTiddler = getLibraryTiddler(title);\n\t\t\t\tif(libraryTiddler && libraryTiddler[\"plugin-type\"] && libraryTiddler.version) {\n\t\t\t\t\ttiddlers[title] = libraryTiddler;\n\t\t\t\t\tmessages[title] = requiresReload + $tw.language.getString(\"Import/Upgrader/Plugins/Upgraded\",{variables: {incoming: incomingTiddler.version, upgraded: libraryTiddler.version}});\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\t// Suppress the incoming plugin if it is older than the currently installed one\n\t\t\t\tvar existingTiddler = wiki.getTiddler(title);\n\t\t\t\tif(existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t\t\t\t// Reject the incoming plugin by blanking all its fields\n\t\t\t\t\tif($tw.utils.checkVersions(existingTiddler.fields.version,incomingTiddler.version)) {\n\t\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Version\",{variables: {incoming: incomingTiddler.version, existing: existingTiddler.fields.version}});\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Check whether the plugin is on the blocked list\n\t\t\tvar blockInfo = BLOCKED_PLUGINS[title];\n\t\t\tif(blockInfo) {\n\t\t\t\tif(blockInfo.versions.indexOf(\"*\") !== -1 || (incomingTiddler.version && blockInfo.versions.indexOf(incomingTiddler.version) !== -1)) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Incompatible\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "upgrader"
        },
        "$:/core/modules/upgraders/themetweaks.js": {
            "title": "$:/core/modules/upgraders/themetweaks.js",
            "text": "/*\\\ntitle: $:/core/modules/upgraders/themetweaks.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that handles the change in theme tweak storage introduced in 5.0.14-beta.\n\nPreviously, theme tweaks were stored in two data tiddlers:\n\n* $:/themes/tiddlywiki/vanilla/metrics\n* $:/themes/tiddlywiki/vanilla/settings\n\nNow, each tweak is stored in its own separate tiddler.\n\nThis upgrader copies any values from the old format to the new. The old data tiddlers are not deleted in case they have been used to store additional indexes.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar MAPPINGS = {\n\t\"$:/themes/tiddlywiki/vanilla/metrics\": {\n\t\t\"fontsize\": \"$:/themes/tiddlywiki/vanilla/metrics/fontsize\",\n\t\t\"lineheight\": \"$:/themes/tiddlywiki/vanilla/metrics/lineheight\",\n\t\t\"storyleft\": \"$:/themes/tiddlywiki/vanilla/metrics/storyleft\",\n\t\t\"storytop\": \"$:/themes/tiddlywiki/vanilla/metrics/storytop\",\n\t\t\"storyright\": \"$:/themes/tiddlywiki/vanilla/metrics/storyright\",\n\t\t\"storywidth\": \"$:/themes/tiddlywiki/vanilla/metrics/storywidth\",\n\t\t\"tiddlerwidth\": \"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\"\n\t},\n\t\"$:/themes/tiddlywiki/vanilla/settings\": {\n\t\t\"fontfamily\": \"$:/themes/tiddlywiki/vanilla/settings/fontfamily\"\n\t}\n};\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {};\n\t// Check for tiddlers on our list\n\t$tw.utils.each(titles,function(title) {\n\t\tvar mapping = MAPPINGS[title];\n\t\tif(mapping) {\n\t\t\tvar tiddler = new $tw.Tiddler(tiddlers[title]),\n\t\t\t\ttiddlerData = wiki.getTiddlerDataCached(tiddler,{});\n\t\t\tfor(var index in mapping) {\n\t\t\t\tvar mappedTitle = mapping[index];\n\t\t\t\tif(!tiddlers[mappedTitle] || tiddlers[mappedTitle].title !== mappedTitle) {\n\t\t\t\t\ttiddlers[mappedTitle] = {\n\t\t\t\t\t\ttitle: mappedTitle,\n\t\t\t\t\t\ttext: tiddlerData[index]\n\t\t\t\t\t};\n\t\t\t\t\tmessages[mappedTitle] = $tw.language.getString(\"Import/Upgrader/ThemeTweaks/Created\",{variables: {\n\t\t\t\t\t\tfrom: title + \"##\" + index\n\t\t\t\t\t}});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "upgrader"
        },
        "$:/core/modules/upgraders/system.js": {
            "title": "$:/core/modules/upgraders/system.js",
            "text": "/*\\\ntitle: $:/core/modules/upgraders/system.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that suppresses certain system tiddlers that shouldn't be imported\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DONT_IMPORT_LIST = [\"$:/StoryList\",\"$:/HistoryList\"],\n\tDONT_IMPORT_PREFIX_LIST = [\"$:/temp/\",\"$:/state/\",\"$:/Import\"],\n\tWARN_IMPORT_PREFIX_LIST = [\"$:/core/modules/\"];\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {},\n\t\tshowAlert = false;\n\t// Check for tiddlers on our list\n\t$tw.utils.each(titles,function(title) {\n\t\tif(DONT_IMPORT_LIST.indexOf(title) !== -1) {\n\t\t\ttiddlers[title] = Object.create(null);\n\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/System/Suppressed\");\n\t\t} else {\n\t\t\tfor(var t=0; t<DONT_IMPORT_PREFIX_LIST.length; t++) {\n\t\t\t\tvar prefix = DONT_IMPORT_PREFIX_LIST[t];\n\t\t\t\tif(title.substr(0,prefix.length) === prefix) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/State/Suppressed\");\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor(var t=0; t<WARN_IMPORT_PREFIX_LIST.length; t++) {\n\t\t\t\tvar prefix = WARN_IMPORT_PREFIX_LIST[t];\n\t\t\t\tif(title.substr(0,prefix.length) === prefix && wiki.isShadowTiddler(title)) {\n\t\t\t\t\tshowAlert = true;\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/System/Warning\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\tif(showAlert) {\n\t\tvar logger = new $tw.utils.Logger(\"import\");\n\t\tlogger.alert($tw.language.getString(\"Import/Upgrader/System/Alert\"));\n\t}\n\treturn messages;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "upgrader"
        },
        "$:/core/modules/utils/crypto.js": {
            "title": "$:/core/modules/utils/crypto.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/crypto.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions related to crypto.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for an encrypted store area in the text of a TiddlyWiki file\n*/\nexports.extractEncryptedStoreArea = function(text) {\n\tvar encryptedStoreAreaStartMarker = \"<pre id=\\\"encryptedStoreArea\\\" type=\\\"text/plain\\\" style=\\\"display:none;\\\">\",\n\t\tencryptedStoreAreaStart = text.indexOf(encryptedStoreAreaStartMarker);\n\tif(encryptedStoreAreaStart !== -1) {\n\t\tvar encryptedStoreAreaEnd = text.indexOf(\"</pre>\",encryptedStoreAreaStart);\n\t\tif(encryptedStoreAreaEnd !== -1) {\n\t\t\treturn $tw.utils.htmlDecode(text.substring(encryptedStoreAreaStart + encryptedStoreAreaStartMarker.length,encryptedStoreAreaEnd-1));\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nAttempt to extract the tiddlers from an encrypted store area using the current password. If the password is not provided then the password in the password store will be used\n*/\nexports.decryptStoreArea = function(encryptedStoreArea,password) {\n\tvar decryptedText = $tw.crypto.decrypt(encryptedStoreArea,password);\n\tif(decryptedText) {\n\t\tvar json = JSON.parse(decryptedText),\n\t\t\ttiddlers = [];\n\t\tfor(var title in json) {\n\t\t\tif(title !== \"$:/isEncrypted\") {\n\t\t\t\ttiddlers.push(json[title]);\n\t\t\t}\n\t\t}\n\t\treturn tiddlers;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n\n/*\nAttempt to extract the tiddlers from an encrypted store area using the current password. If that fails, the user is prompted for a password.\nencryptedStoreArea: text of the TiddlyWiki encrypted store area\ncallback: function(tiddlers) called with the array of decrypted tiddlers\n\nThe following configuration settings are supported:\n\n$tw.config.usePasswordVault: causes any password entered by the user to also be put into the system password vault\n*/\nexports.decryptStoreAreaInteractive = function(encryptedStoreArea,callback,options) {\n\t// Try to decrypt with the current password\n\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea);\n\tif(tiddlers) {\n\t\tcallback(tiddlers);\n\t} else {\n\t\t// Prompt for a new password and keep trying\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: \"Enter a password to decrypt the imported TiddlyWiki\",\n\t\t\tnoUserName: true,\n\t\t\tcanCancel: true,\n\t\t\tsubmitText: \"Decrypt\",\n\t\t\tcallback: function(data) {\n\t\t\t\t// Exit if the user cancelled\n\t\t\t\tif(!data) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t\t// Attempt to decrypt the tiddlers\n\t\t\t\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea,data.password);\n\t\t\t\tif(tiddlers) {\n\t\t\t\t\tif($tw.config.usePasswordVault) {\n\t\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t\t}\n\t\t\t\t\tcallback(tiddlers);\n\t\t\t\t\t// Exit and remove the password prompt\n\t\t\t\t\treturn true;\n\t\t\t\t} else {\n\t\t\t\t\t// We didn't decrypt everything, so continue to prompt for password\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/csv.js": {
            "title": "$:/core/modules/utils/csv.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/csv.js\ntype: application/javascript\nmodule-type: utils\n\nA barebones CSV parser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParse a CSV string with a header row and return an array of hashmaps.\n*/\nexports.parseCsvStringWithHeader = function(text,options) {\n\toptions = options || {};\n\tvar separator = options.separator || \",\",\n\t\trows = text.split(/\\r?\\n/mg).map(function(row) {\n\t\t\treturn $tw.utils.trim(row);\n\t\t}).filter(function(row) {\n\t\t\treturn row !== \"\";\n\t\t});\n\tif(rows.length < 1) {\n\t\treturn \"Missing header row\";\n\t}\n\tvar headings = rows[0].split(separator),\n\t\tresults = [];\n\tfor(var row=1; row<rows.length; row++) {\n\t\tvar columns = rows[row].split(separator),\n\t\t\tcolumnResult = Object.create(null);\n\t\tif(columns.length !== headings.length) {\n\t\t\treturn \"Malformed CSV row '\" + rows[row] + \"'\";\n\t\t}\n\t\tfor(var column=0; column<columns.length; column++) {\n\t\t\tvar columnName = headings[column];\n\t\t\tcolumnResult[columnName] = $tw.utils.trim(columns[column] || \"\");\n\t\t}\n\t\tresults.push(columnResult);\t\t\t\n\t}\n\treturn results;\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/fakedom.js": {
            "title": "$:/core/modules/utils/fakedom.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/fakedom.js\ntype: application/javascript\nmodule-type: global\n\nA barebones implementation of DOM interfaces needed by the rendering mechanism.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Sequence number used to enable us to track objects for testing\nvar sequenceNumber = null;\n\nvar bumpSequenceNumber = function(object) {\n\tif(sequenceNumber !== null) {\n\t\tobject.sequenceNumber = sequenceNumber++;\n\t}\n};\n\nvar TW_Node = function (){\n\tthrow TypeError(\"Illegal constructor\");\n};\n\nObject.defineProperty(TW_Node.prototype, 'ELEMENT_NODE', {\n\tget: function() {\n\t\treturn 1;\n\t}\n});\n\nObject.defineProperty(TW_Node.prototype, 'TEXT_NODE', {\n\tget: function() {\n\t\treturn 3;\n\t}\n});\n\nvar TW_TextNode = function(text) {\n\tbumpSequenceNumber(this);\n\tthis.textContent = text + \"\";\n};\n\nTW_TextNode.prototype = Object.create(TW_Node.prototype);\n\nObject.defineProperty(TW_TextNode.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn this.TEXT_NODE;\n\t}\n});\n\nObject.defineProperty(TW_TextNode.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\treturn this.textContent.replace(/(\\r?\\n)/g,\"\");\n\t}\n});\n\nvar TW_Element = function(tag,namespace) {\n\tbumpSequenceNumber(this);\n\tthis.isTiddlyWikiFakeDom = true;\n\tthis.tag = tag;\n\tthis.attributes = {};\n\tthis.isRaw = false;\n\tthis.children = [];\n\tthis._style = {};\n\tthis.namespaceURI = namespace || \"http://www.w3.org/1999/xhtml\";\n};\n\nTW_Element.prototype = Object.create(TW_Node.prototype);\n\nObject.defineProperty(TW_Element.prototype, \"style\", {\n\tget: function() {\n\t\treturn this._style;\n\t},\n\tset: function(str) {\n\t\tvar self = this;\n\t\tstr = str || \"\";\n\t\t$tw.utils.each(str.split(\";\"),function(declaration) {\n\t\t\tvar parts = declaration.split(\":\"),\n\t\t\t\tname = $tw.utils.trim(parts[0]),\n\t\t\t\tvalue = $tw.utils.trim(parts[1]);\n\t\t\tif(name && value) {\n\t\t\t\tself._style[$tw.utils.convertStyleNameToPropertyName(name)] = value;\n\t\t\t}\n\t\t});\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn this.ELEMENT_NODE;\n\t}\n});\n\nTW_Element.prototype.getAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot getAttribute on a raw TW_Element\";\n\t}\n\treturn this.attributes[name];\n};\n\nTW_Element.prototype.setAttribute = function(name,value) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot setAttribute on a raw TW_Element\";\n\t}\n\tthis.attributes[name] = value + \"\";\n};\n\nTW_Element.prototype.setAttributeNS = function(namespace,name,value) {\n\tthis.setAttribute(name,value);\n};\n\nTW_Element.prototype.removeAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot removeAttribute on a raw TW_Element\";\n\t}\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\tdelete this.attributes[name];\n\t}\n};\n\nTW_Element.prototype.appendChild = function(node) {\n\tthis.children.push(node);\n\tnode.parentNode = this;\n};\n\nTW_Element.prototype.insertBefore = function(node,nextSibling) {\n\tif(nextSibling) {\n\t\tvar p = this.children.indexOf(nextSibling);\n\t\tif(p !== -1) {\n\t\t\tthis.children.splice(p,0,node);\n\t\t\tnode.parentNode = this;\n\t\t} else {\n\t\t\tthis.appendChild(node);\n\t\t}\n\t} else {\n\t\tthis.appendChild(node);\n\t}\n};\n\nTW_Element.prototype.removeChild = function(node) {\n\tvar p = this.children.indexOf(node);\n\tif(p !== -1) {\n\t\tthis.children.splice(p,1);\n\t}\n};\n\nTW_Element.prototype.hasChildNodes = function() {\n\treturn !!this.children.length;\n};\n\nObject.defineProperty(TW_Element.prototype, \"childNodes\", {\n\tget: function() {\n\t\treturn this.children;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"firstChild\", {\n\tget: function() {\n\t\treturn this.children[0];\n\t}\n});\n\nTW_Element.prototype.addEventListener = function(type,listener,useCapture) {\n\t// Do nothing\n};\n\nObject.defineProperty(TW_Element.prototype, \"tagName\", {\n\tget: function() {\n\t\treturn this.tag || \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"className\", {\n\tget: function() {\n\t\treturn this.attributes[\"class\"] || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes[\"class\"] = value + \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"value\", {\n\tget: function() {\n\t\treturn this.attributes.value || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes.value = value + \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"outerHTML\", {\n\tget: function() {\n\t\tvar output = [],attr,a,v;\n\t\toutput.push(\"<\",this.tag);\n\t\tif(this.attributes) {\n\t\t\tattr = [];\n\t\t\tfor(a in this.attributes) {\n\t\t\t\tattr.push(a);\n\t\t\t}\n\t\t\tattr.sort();\n\t\t\tfor(a=0; a<attr.length; a++) {\n\t\t\t\tv = this.attributes[attr[a]];\n\t\t\t\tif(v !== undefined) {\n\t\t\t\t\toutput.push(\" \",attr[a],\"=\\\"\",$tw.utils.htmlEncode(v),\"\\\"\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif(this._style) {\n\t\t\tvar style = [];\n\t\t\tfor(var s in this._style) {\n\t\t\t\tstyle.push($tw.utils.convertPropertyNameToStyleName(s) + \":\" + this._style[s] + \";\");\n\t\t\t}\n\t\t\tif(style.length > 0) {\n\t\t\t\toutput.push(\" style=\\\"\",style.join(\"\"),\"\\\"\");\n\t\t\t}\n\t\t}\n\t\toutput.push(\">\");\n\t\tif($tw.config.htmlVoidElements.indexOf(this.tag) === -1) {\n\t\t\toutput.push(this.innerHTML);\n\t\t\toutput.push(\"</\",this.tag,\">\");\n\t\t}\n\t\treturn output.join(\"\");\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"innerHTML\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\treturn this.rawHTML;\n\t\t} else {\n\t\t\tvar b = [];\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tif(node instanceof TW_Element) {\n\t\t\t\t\tb.push(node.outerHTML);\n\t\t\t\t} else if(node instanceof TW_TextNode) {\n\t\t\t\t\tb.push($tw.utils.htmlEncode(node.textContent));\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn b.join(\"\");\n\t\t}\n\t},\n\tset: function(value) {\n\t\tthis.isRaw = true;\n\t\tthis.rawHTML = value;\n\t\tthis.rawTextContent = null;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"textInnerHTML\", {\n\tset: function(value) {\n\t\tif(this.isRaw) {\n\t\t\tthis.rawTextContent = value;\n\t\t} else {\n\t\t\tthrow \"Cannot set textInnerHTML of a non-raw TW_Element\";\n\t\t}\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"textContent\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\tif(this.rawTextContent === null) {\n\t\t\t\treturn \"\";\n\t\t\t} else {\n\t\t\t\treturn this.rawTextContent;\n\t\t\t}\n\t\t} else {\n\t\t\tvar b = [];\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tb.push(node.textContent);\n\t\t\t});\n\t\t\treturn b.join(\"\");\n\t\t}\n\t},\n\tset: function(value) {\n\t\tthis.children = [new TW_TextNode(value)];\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\treturn \"\";\n\t\t} else {\n\t\t\tvar b = [],\n\t\t\t\tisBlock = $tw.config.htmlBlockElements.indexOf(this.tag) !== -1;\n\t\t\tif(isBlock) {\n\t\t\t\tb.push(\"\\n\");\n\t\t\t}\n\t\t\tif(this.tag === \"li\") {\n\t\t\t\tb.push(\"* \");\n\t\t\t}\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tb.push(node.formattedTextContent);\n\t\t\t});\n\t\t\tif(isBlock) {\n\t\t\t\tb.push(\"\\n\");\n\t\t\t}\n\t\t\treturn b.join(\"\");\n\t\t}\n\t}\n});\n\nvar document = {\n\tsetSequenceNumber: function(value) {\n\t\tsequenceNumber = value;\n\t},\n\tcreateElementNS: function(namespace,tag) {\n\t\treturn new TW_Element(tag,namespace);\n\t},\n\tcreateElement: function(tag) {\n\t\treturn new TW_Element(tag);\n\t},\n\tcreateTextNode: function(text) {\n\t\treturn new TW_TextNode(text);\n\t},\n\tcompatMode: \"CSS1Compat\", // For KaTeX to know that we're not a browser in quirks mode\n\tisTiddlyWikiFakeDom: true\n};\n\nexports.fakeDocument = document;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/utils/logger.js": {
            "title": "$:/core/modules/utils/logger.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/logger.js\ntype: application/javascript\nmodule-type: utils\n\nA basic logging implementation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ALERT_TAG = \"$:/tags/Alert\";\n\n/*\nMake a new logger\n*/\nfunction Logger(componentName,options) {\n\toptions = options || {};\n\tthis.componentName = componentName || \"\";\n\tthis.colour = options.colour || \"white\";\n\tthis.enable = \"enable\" in options ? options.enable : true;\n\tthis.save = \"save\" in options ? options.save : true;\n\tthis.saveLimit = options.saveLimit || 100 * 1024;\n\tthis.saveBufferLogger = this;\n\tthis.buffer = \"\";\n\tthis.alertCount = 0;\n}\n\nLogger.prototype.setSaveBuffer = function(logger) {\n\tthis.saveBufferLogger = logger;\n};\n\n/*\nLog a message\n*/\nLogger.prototype.log = function(/* args */) {\n\tvar self = this;\n\tif(this.enable) {\n\t\tif(this.saveBufferLogger.save) {\n\t\t\tthis.saveBufferLogger.buffer += $tw.utils.formatDateString(new Date(),\"YYYY MM DD 0hh:0mm:0ss.0XXX\") + \":\";\n\t\t\t$tw.utils.each(Array.prototype.slice.call(arguments,0),function(arg,index) {\n\t\t\t\tself.saveBufferLogger.buffer += \" \" + arg;\n\t\t\t});\n\t\t\tthis.saveBufferLogger.buffer += \"\\n\";\n\t\t\tthis.saveBufferLogger.buffer = this.saveBufferLogger.buffer.slice(-this.saveBufferLogger.saveLimit);\t\t\t\n\t\t}\n\t\tif(console !== undefined && console.log !== undefined) {\n\t\t\treturn Function.apply.call(console.log, console, [$tw.utils.terminalColour(this.colour),this.componentName + \":\"].concat(Array.prototype.slice.call(arguments,0)).concat($tw.utils.terminalColour()));\n\t\t}\n\t} \n};\n\n/*\nRead the message buffer\n*/\nLogger.prototype.getBuffer = function() {\n\treturn this.saveBufferLogger.buffer;\n};\n\n/*\nLog a structure as a table\n*/\nLogger.prototype.table = function(value) {\n\t(console.table || console.log)(value);\n};\n\n/*\nAlert a message\n*/\nLogger.prototype.alert = function(/* args */) {\n\tif(this.enable) {\n\t\t// Prepare the text of the alert\n\t\tvar text = Array.prototype.join.call(arguments,\" \");\n\t\t// Create alert tiddlers in the browser\n\t\tif($tw.browser) {\n\t\t\t// Check if there is an existing alert with the same text and the same component\n\t\t\tvar existingAlerts = $tw.wiki.getTiddlersWithTag(ALERT_TAG),\n\t\t\t\talertFields,\n\t\t\t\texistingCount,\n\t\t\t\tself = this;\n\t\t\t$tw.utils.each(existingAlerts,function(title) {\n\t\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\t\tif(tiddler.fields.text === text && tiddler.fields.component === self.componentName && tiddler.fields.modified && (!alertFields || tiddler.fields.modified < alertFields.modified)) {\n\t\t\t\t\t\talertFields = $tw.utils.extend({},tiddler.fields);\n\t\t\t\t}\n\t\t\t});\n\t\t\tif(alertFields) {\n\t\t\t\texistingCount = alertFields.count || 1;\n\t\t\t} else {\n\t\t\t\talertFields = {\n\t\t\t\t\ttitle: $tw.wiki.generateNewTitle(\"$:/temp/alerts/alert\",{prefix: \"\"}),\n\t\t\t\t\ttext: text,\n\t\t\t\t\ttags: [ALERT_TAG],\n\t\t\t\t\tcomponent: this.componentName\n\t\t\t\t};\n\t\t\t\texistingCount = 0;\n\t\t\t\tthis.alertCount += 1;\n\t\t\t}\n\t\t\talertFields.modified = new Date();\n\t\t\tif(++existingCount > 1) {\n\t\t\t\talertFields.count = existingCount;\n\t\t\t} else {\n\t\t\t\talertFields.count = undefined;\n\t\t\t}\n\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(alertFields));\n\t\t\t// Log the alert as well\n\t\t\tthis.log.apply(this,Array.prototype.slice.call(arguments,0));\n\t\t} else {\n\t\t\t// Print an orange message to the console if not in the browser\n\t\t\tconsole.error(\"\\x1b[1;33m\" + text + \"\\x1b[0m\");\n\t\t}\t\t\n\t}\n};\n\n/*\nClear outstanding alerts\n*/\nLogger.prototype.clearAlerts = function() {\n\tvar self = this;\n\tif($tw.browser && this.alertCount > 0) {\n\t\t$tw.utils.each($tw.wiki.getTiddlersWithTag(ALERT_TAG),function(title) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\tif(tiddler.fields.component === self.componentName) {\n\t\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t\t}\n\t\t});\n\t\tthis.alertCount = 0;\n\t}\n};\n\nexports.Logger = Logger;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/parsetree.js": {
            "title": "$:/core/modules/utils/parsetree.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/parsetree.js\ntype: application/javascript\nmodule-type: utils\n\nParse tree utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.addAttributeToParseTreeNode = function(node,name,value) {\n\tnode.attributes = node.attributes || {};\n\tnode.attributes[name] = {type: \"string\", value: value};\n};\n\nexports.getAttributeValueFromParseTreeNode = function(node,name,defaultValue) {\n\tif(node.attributes && node.attributes[name] && node.attributes[name].value !== undefined) {\n\t\treturn node.attributes[name].value;\n\t}\n\treturn defaultValue;\n};\n\nexports.addClassToParseTreeNode = function(node,classString) {\n\tvar classes = [];\n\tnode.attributes = node.attributes || {};\n\tnode.attributes[\"class\"] = node.attributes[\"class\"] || {type: \"string\", value: \"\"};\n\tif(node.attributes[\"class\"].type === \"string\") {\n\t\tif(node.attributes[\"class\"].value !== \"\") {\n\t\t\tclasses = node.attributes[\"class\"].value.split(\" \");\n\t\t}\n\t\tif(classString !== \"\") {\n\t\t\t$tw.utils.pushTop(classes,classString.split(\" \"));\n\t\t}\n\t\tnode.attributes[\"class\"].value = classes.join(\" \");\n\t}\n};\n\nexports.addStyleToParseTreeNode = function(node,name,value) {\n\t\tnode.attributes = node.attributes || {};\n\t\tnode.attributes.style = node.attributes.style || {type: \"string\", value: \"\"};\n\t\tif(node.attributes.style.type === \"string\") {\n\t\t\tnode.attributes.style.value += name + \":\" + value + \";\";\n\t\t}\n};\n\nexports.findParseTreeNode = function(nodeArray,search) {\n\tfor(var t=0; t<nodeArray.length; t++) {\n\t\tif(nodeArray[t].type === search.type && nodeArray[t].tag === search.tag) {\n\t\t\treturn nodeArray[t];\n\t\t}\n\t}\n\treturn undefined;\n};\n\n/*\nHelper to get the text of a parse tree node or array of nodes\n*/\nexports.getParseTreeText = function getParseTreeText(tree) {\n\tvar output = [];\n\tif($tw.utils.isArray(tree)) {\n\t\t$tw.utils.each(tree,function(node) {\n\t\t\toutput.push(getParseTreeText(node));\n\t\t});\n\t} else {\n\t\tif(tree.type === \"text\") {\n\t\t\toutput.push(tree.text);\n\t\t}\n\t\tif(tree.children) {\n\t\t\treturn getParseTreeText(tree.children);\n\t\t}\n\t}\n\treturn output.join(\"\");\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/performance.js": {
            "title": "$:/core/modules/utils/performance.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/performance.js\ntype: application/javascript\nmodule-type: global\n\nPerformance measurement.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction Performance(enabled) {\n\tthis.enabled = !!enabled;\n\tthis.measures = {}; // Hashmap by measurement name of {time:, invocations:}\n\tthis.logger = new $tw.utils.Logger(\"performance\");\n\tthis.showGreeting();\n}\n\nPerformance.prototype.showGreeting = function() {\n\tif($tw.browser) {\n\t\tthis.logger.log(\"Execute $tw.perf.log(); to see filter execution timings\");\t\t\n\t}\n};\n\n/*\nWrap performance reporting around a top level function\n*/\nPerformance.prototype.report = function(name,fn) {\n\tvar self = this;\n\tif(this.enabled) {\n\t\treturn function() {\n\t\t\tvar startTime = $tw.utils.timer(),\n\t\t\t\tresult = fn.apply(this,arguments);\n\t\t\tself.logger.log(name + \": \" + $tw.utils.timer(startTime).toFixed(2) + \"ms\");\n\t\t\treturn result;\n\t\t};\n\t} else {\n\t\treturn fn;\n\t}\n};\n\nPerformance.prototype.log = function() {\n\tvar self = this,\n\t\ttotalTime = 0,\n\t\torderedMeasures = Object.keys(this.measures).sort(function(a,b) {\n\t\t\tif(self.measures[a].time > self.measures[b].time) {\n\t\t\t\treturn -1;\n\t\t\t} else if (self.measures[a].time < self.measures[b].time) {\n\t\t\t\treturn + 1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t});\n\t$tw.utils.each(orderedMeasures,function(name) {\n\t\ttotalTime += self.measures[name].time;\n\t});\n\tvar results = []\n\t$tw.utils.each(orderedMeasures,function(name) {\n\t\tvar measure = self.measures[name];\n\t\tresults.push({name: name,invocations: measure.invocations, avgTime: measure.time / measure.invocations, totalTime: measure.time, percentTime: (measure.time / totalTime) * 100})\n\t});\n\tself.logger.table(results);\n};\n\n/*\nWrap performance measurements around a subfunction\n*/\nPerformance.prototype.measure = function(name,fn) {\n\tvar self = this;\n\tif(this.enabled) {\n\t\treturn function() {\n\t\t\tvar startTime = $tw.utils.timer(),\n\t\t\t\tresult = fn.apply(this,arguments);\n\t\t\tif(!(name in self.measures)) {\n\t\t\t\tself.measures[name] = {time: 0, invocations: 0};\n\t\t\t}\n\t\t\tself.measures[name].time += $tw.utils.timer(startTime);\n\t\t\tself.measures[name].invocations++;\n\t\t\treturn result;\n\t\t};\n\t} else {\n\t\treturn fn;\n\t}\n};\n\nexports.Performance = Performance;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/utils/pluginmaker.js": {
            "title": "$:/core/modules/utils/pluginmaker.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/pluginmaker.js\ntype: application/javascript\nmodule-type: utils\n\nA quick and dirty way to pack up plugins within the browser.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRepack a plugin, and then delete any non-shadow payload tiddlers\n*/\nexports.repackPlugin = function(title,additionalTiddlers,excludeTiddlers) {\n\tadditionalTiddlers = additionalTiddlers || [];\n\texcludeTiddlers = excludeTiddlers || [];\n\t// Get the plugin tiddler\n\tvar pluginTiddler = $tw.wiki.getTiddler(title);\n\tif(!pluginTiddler) {\n\t\tthrow \"No such tiddler as \" + title;\n\t}\n\t// Extract the JSON\n\tvar jsonPluginTiddler;\n\ttry {\n\t\tjsonPluginTiddler = JSON.parse(pluginTiddler.fields.text);\n\t} catch(e) {\n\t\tthrow \"Cannot parse plugin tiddler \" + title + \"\\n\" + $tw.language.getString(\"Error/Caption\") + \": \" + e;\n\t}\n\t// Get the list of tiddlers\n\tvar tiddlers = Object.keys(jsonPluginTiddler.tiddlers);\n\t// Add the additional tiddlers\n\t$tw.utils.pushTop(tiddlers,additionalTiddlers);\n\t// Remove any excluded tiddlers\n\tfor(var t=tiddlers.length-1; t>=0; t--) {\n\t\tif(excludeTiddlers.indexOf(tiddlers[t]) !== -1) {\n\t\t\ttiddlers.splice(t,1);\n\t\t}\n\t}\n\t// Pack up the tiddlers into a block of JSON\n\tvar plugins = {};\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = $tw.wiki.getTiddler(title),\n\t\t\tfields = {};\n\t\t$tw.utils.each(tiddler.fields,function (value,name) {\n\t\t\tfields[name] = tiddler.getFieldString(name);\n\t\t});\n\t\tplugins[title] = fields;\n\t});\n\t// Retrieve and bump the version number\n\tvar pluginVersion = $tw.utils.parseVersion(pluginTiddler.getFieldString(\"version\") || \"0.0.0\") || {\n\t\t\tmajor: \"0\",\n\t\t\tminor: \"0\",\n\t\t\tpatch: \"0\"\n\t\t};\n\tpluginVersion.patch++;\n\tvar version = pluginVersion.major + \".\" + pluginVersion.minor + \".\" + pluginVersion.patch;\n\tif(pluginVersion.prerelease) {\n\t\tversion += \"-\" + pluginVersion.prerelease;\n\t}\n\tif(pluginVersion.build) {\n\t\tversion += \"+\" + pluginVersion.build;\n\t}\n\t// Save the tiddler\n\t$tw.wiki.addTiddler(new $tw.Tiddler(pluginTiddler,{text: JSON.stringify({tiddlers: plugins},null,4), version: version}));\n\t// Delete any non-shadow constituent tiddlers\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tif($tw.wiki.tiddlerExists(title)) {\n\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t}\n\t});\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t// Return a heartwarming confirmation\n\treturn \"Plugin \" + title + \" successfully saved\";\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/transliterate.js": {
            "title": "$:/core/modules/utils/transliterate.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/transliterate.js\ntype: application/javascript\nmodule-type: utils\n\nTransliteration static utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nTransliterate string to ASCII\n\n(Some pairs taken from http://semplicewebsites.com/removing-accents-javascript)\n*/\nexports.transliterationPairs = {\n\t\"Á\":\"A\",\n\t\"Ă\":\"A\",\n\t\"Ắ\":\"A\",\n\t\"Ặ\":\"A\",\n\t\"Ằ\":\"A\",\n\t\"Ẳ\":\"A\",\n\t\"Ẵ\":\"A\",\n\t\"Ǎ\":\"A\",\n\t\"Â\":\"A\",\n\t\"Ấ\":\"A\",\n\t\"Ậ\":\"A\",\n\t\"Ầ\":\"A\",\n\t\"Ẩ\":\"A\",\n\t\"Ẫ\":\"A\",\n\t\"Ä\":\"A\",\n\t\"Ǟ\":\"A\",\n\t\"Ȧ\":\"A\",\n\t\"Ǡ\":\"A\",\n\t\"Ạ\":\"A\",\n\t\"Ȁ\":\"A\",\n\t\"À\":\"A\",\n\t\"Ả\":\"A\",\n\t\"Ȃ\":\"A\",\n\t\"Ā\":\"A\",\n\t\"Ą\":\"A\",\n\t\"Å\":\"A\",\n\t\"Ǻ\":\"A\",\n\t\"Ḁ\":\"A\",\n\t\"Ⱥ\":\"A\",\n\t\"Ã\":\"A\",\n\t\"Ꜳ\":\"AA\",\n\t\"Æ\":\"AE\",\n\t\"Ǽ\":\"AE\",\n\t\"Ǣ\":\"AE\",\n\t\"Ꜵ\":\"AO\",\n\t\"Ꜷ\":\"AU\",\n\t\"Ꜹ\":\"AV\",\n\t\"Ꜻ\":\"AV\",\n\t\"Ꜽ\":\"AY\",\n\t\"Ḃ\":\"B\",\n\t\"Ḅ\":\"B\",\n\t\"Ɓ\":\"B\",\n\t\"Ḇ\":\"B\",\n\t\"Ƀ\":\"B\",\n\t\"Ƃ\":\"B\",\n\t\"Ć\":\"C\",\n\t\"Č\":\"C\",\n\t\"Ç\":\"C\",\n\t\"Ḉ\":\"C\",\n\t\"Ĉ\":\"C\",\n\t\"Ċ\":\"C\",\n\t\"Ƈ\":\"C\",\n\t\"Ȼ\":\"C\",\n\t\"Ď\":\"D\",\n\t\"Ḑ\":\"D\",\n\t\"Ḓ\":\"D\",\n\t\"Ḋ\":\"D\",\n\t\"Ḍ\":\"D\",\n\t\"Ɗ\":\"D\",\n\t\"Ḏ\":\"D\",\n\t\"Dz\":\"D\",\n\t\"Dž\":\"D\",\n\t\"Đ\":\"D\",\n\t\"Ƌ\":\"D\",\n\t\"DZ\":\"DZ\",\n\t\"DŽ\":\"DZ\",\n\t\"É\":\"E\",\n\t\"Ĕ\":\"E\",\n\t\"Ě\":\"E\",\n\t\"Ȩ\":\"E\",\n\t\"Ḝ\":\"E\",\n\t\"Ê\":\"E\",\n\t\"Ế\":\"E\",\n\t\"Ệ\":\"E\",\n\t\"Ề\":\"E\",\n\t\"Ể\":\"E\",\n\t\"Ễ\":\"E\",\n\t\"Ḙ\":\"E\",\n\t\"Ë\":\"E\",\n\t\"Ė\":\"E\",\n\t\"Ẹ\":\"E\",\n\t\"Ȅ\":\"E\",\n\t\"È\":\"E\",\n\t\"Ẻ\":\"E\",\n\t\"Ȇ\":\"E\",\n\t\"Ē\":\"E\",\n\t\"Ḗ\":\"E\",\n\t\"Ḕ\":\"E\",\n\t\"Ę\":\"E\",\n\t\"Ɇ\":\"E\",\n\t\"Ẽ\":\"E\",\n\t\"Ḛ\":\"E\",\n\t\"Ꝫ\":\"ET\",\n\t\"Ḟ\":\"F\",\n\t\"Ƒ\":\"F\",\n\t\"Ǵ\":\"G\",\n\t\"Ğ\":\"G\",\n\t\"Ǧ\":\"G\",\n\t\"Ģ\":\"G\",\n\t\"Ĝ\":\"G\",\n\t\"Ġ\":\"G\",\n\t\"Ɠ\":\"G\",\n\t\"Ḡ\":\"G\",\n\t\"Ǥ\":\"G\",\n\t\"Ḫ\":\"H\",\n\t\"Ȟ\":\"H\",\n\t\"Ḩ\":\"H\",\n\t\"Ĥ\":\"H\",\n\t\"Ⱨ\":\"H\",\n\t\"Ḧ\":\"H\",\n\t\"Ḣ\":\"H\",\n\t\"Ḥ\":\"H\",\n\t\"Ħ\":\"H\",\n\t\"Í\":\"I\",\n\t\"Ĭ\":\"I\",\n\t\"Ǐ\":\"I\",\n\t\"Î\":\"I\",\n\t\"Ï\":\"I\",\n\t\"Ḯ\":\"I\",\n\t\"İ\":\"I\",\n\t\"Ị\":\"I\",\n\t\"Ȉ\":\"I\",\n\t\"Ì\":\"I\",\n\t\"Ỉ\":\"I\",\n\t\"Ȋ\":\"I\",\n\t\"Ī\":\"I\",\n\t\"Į\":\"I\",\n\t\"Ɨ\":\"I\",\n\t\"Ĩ\":\"I\",\n\t\"Ḭ\":\"I\",\n\t\"Ꝺ\":\"D\",\n\t\"Ꝼ\":\"F\",\n\t\"Ᵹ\":\"G\",\n\t\"Ꞃ\":\"R\",\n\t\"Ꞅ\":\"S\",\n\t\"Ꞇ\":\"T\",\n\t\"Ꝭ\":\"IS\",\n\t\"Ĵ\":\"J\",\n\t\"Ɉ\":\"J\",\n\t\"Ḱ\":\"K\",\n\t\"Ǩ\":\"K\",\n\t\"Ķ\":\"K\",\n\t\"Ⱪ\":\"K\",\n\t\"Ꝃ\":\"K\",\n\t\"Ḳ\":\"K\",\n\t\"Ƙ\":\"K\",\n\t\"Ḵ\":\"K\",\n\t\"Ꝁ\":\"K\",\n\t\"Ꝅ\":\"K\",\n\t\"Ĺ\":\"L\",\n\t\"Ƚ\":\"L\",\n\t\"Ľ\":\"L\",\n\t\"Ļ\":\"L\",\n\t\"Ḽ\":\"L\",\n\t\"Ḷ\":\"L\",\n\t\"Ḹ\":\"L\",\n\t\"Ⱡ\":\"L\",\n\t\"Ꝉ\":\"L\",\n\t\"Ḻ\":\"L\",\n\t\"Ŀ\":\"L\",\n\t\"Ɫ\":\"L\",\n\t\"Lj\":\"L\",\n\t\"Ł\":\"L\",\n\t\"LJ\":\"LJ\",\n\t\"Ḿ\":\"M\",\n\t\"Ṁ\":\"M\",\n\t\"Ṃ\":\"M\",\n\t\"Ɱ\":\"M\",\n\t\"Ń\":\"N\",\n\t\"Ň\":\"N\",\n\t\"Ņ\":\"N\",\n\t\"Ṋ\":\"N\",\n\t\"Ṅ\":\"N\",\n\t\"Ṇ\":\"N\",\n\t\"Ǹ\":\"N\",\n\t\"Ɲ\":\"N\",\n\t\"Ṉ\":\"N\",\n\t\"Ƞ\":\"N\",\n\t\"Nj\":\"N\",\n\t\"Ñ\":\"N\",\n\t\"NJ\":\"NJ\",\n\t\"Ó\":\"O\",\n\t\"Ŏ\":\"O\",\n\t\"Ǒ\":\"O\",\n\t\"Ô\":\"O\",\n\t\"Ố\":\"O\",\n\t\"Ộ\":\"O\",\n\t\"Ồ\":\"O\",\n\t\"Ổ\":\"O\",\n\t\"Ỗ\":\"O\",\n\t\"Ö\":\"O\",\n\t\"Ȫ\":\"O\",\n\t\"Ȯ\":\"O\",\n\t\"Ȱ\":\"O\",\n\t\"Ọ\":\"O\",\n\t\"Ő\":\"O\",\n\t\"Ȍ\":\"O\",\n\t\"Ò\":\"O\",\n\t\"Ỏ\":\"O\",\n\t\"Ơ\":\"O\",\n\t\"Ớ\":\"O\",\n\t\"Ợ\":\"O\",\n\t\"Ờ\":\"O\",\n\t\"Ở\":\"O\",\n\t\"Ỡ\":\"O\",\n\t\"Ȏ\":\"O\",\n\t\"Ꝋ\":\"O\",\n\t\"Ꝍ\":\"O\",\n\t\"Ō\":\"O\",\n\t\"Ṓ\":\"O\",\n\t\"Ṑ\":\"O\",\n\t\"Ɵ\":\"O\",\n\t\"Ǫ\":\"O\",\n\t\"Ǭ\":\"O\",\n\t\"Ø\":\"O\",\n\t\"Ǿ\":\"O\",\n\t\"Õ\":\"O\",\n\t\"Ṍ\":\"O\",\n\t\"Ṏ\":\"O\",\n\t\"Ȭ\":\"O\",\n\t\"Ƣ\":\"OI\",\n\t\"Ꝏ\":\"OO\",\n\t\"Ɛ\":\"E\",\n\t\"Ɔ\":\"O\",\n\t\"Ȣ\":\"OU\",\n\t\"Ṕ\":\"P\",\n\t\"Ṗ\":\"P\",\n\t\"Ꝓ\":\"P\",\n\t\"Ƥ\":\"P\",\n\t\"Ꝕ\":\"P\",\n\t\"Ᵽ\":\"P\",\n\t\"Ꝑ\":\"P\",\n\t\"Ꝙ\":\"Q\",\n\t\"Ꝗ\":\"Q\",\n\t\"Ŕ\":\"R\",\n\t\"Ř\":\"R\",\n\t\"Ŗ\":\"R\",\n\t\"Ṙ\":\"R\",\n\t\"Ṛ\":\"R\",\n\t\"Ṝ\":\"R\",\n\t\"Ȑ\":\"R\",\n\t\"Ȓ\":\"R\",\n\t\"Ṟ\":\"R\",\n\t\"Ɍ\":\"R\",\n\t\"Ɽ\":\"R\",\n\t\"Ꜿ\":\"C\",\n\t\"Ǝ\":\"E\",\n\t\"Ś\":\"S\",\n\t\"Ṥ\":\"S\",\n\t\"Š\":\"S\",\n\t\"Ṧ\":\"S\",\n\t\"Ş\":\"S\",\n\t\"Ŝ\":\"S\",\n\t\"Ș\":\"S\",\n\t\"Ṡ\":\"S\",\n\t\"Ṣ\":\"S\",\n\t\"Ṩ\":\"S\",\n\t\"Ť\":\"T\",\n\t\"Ţ\":\"T\",\n\t\"Ṱ\":\"T\",\n\t\"Ț\":\"T\",\n\t\"Ⱦ\":\"T\",\n\t\"Ṫ\":\"T\",\n\t\"Ṭ\":\"T\",\n\t\"Ƭ\":\"T\",\n\t\"Ṯ\":\"T\",\n\t\"Ʈ\":\"T\",\n\t\"Ŧ\":\"T\",\n\t\"Ɐ\":\"A\",\n\t\"Ꞁ\":\"L\",\n\t\"Ɯ\":\"M\",\n\t\"Ʌ\":\"V\",\n\t\"Ꜩ\":\"TZ\",\n\t\"Ú\":\"U\",\n\t\"Ŭ\":\"U\",\n\t\"Ǔ\":\"U\",\n\t\"Û\":\"U\",\n\t\"Ṷ\":\"U\",\n\t\"Ü\":\"U\",\n\t\"Ǘ\":\"U\",\n\t\"Ǚ\":\"U\",\n\t\"Ǜ\":\"U\",\n\t\"Ǖ\":\"U\",\n\t\"Ṳ\":\"U\",\n\t\"Ụ\":\"U\",\n\t\"Ű\":\"U\",\n\t\"Ȕ\":\"U\",\n\t\"Ù\":\"U\",\n\t\"Ủ\":\"U\",\n\t\"Ư\":\"U\",\n\t\"Ứ\":\"U\",\n\t\"Ự\":\"U\",\n\t\"Ừ\":\"U\",\n\t\"Ử\":\"U\",\n\t\"Ữ\":\"U\",\n\t\"Ȗ\":\"U\",\n\t\"Ū\":\"U\",\n\t\"Ṻ\":\"U\",\n\t\"Ų\":\"U\",\n\t\"Ů\":\"U\",\n\t\"Ũ\":\"U\",\n\t\"Ṹ\":\"U\",\n\t\"Ṵ\":\"U\",\n\t\"Ꝟ\":\"V\",\n\t\"Ṿ\":\"V\",\n\t\"Ʋ\":\"V\",\n\t\"Ṽ\":\"V\",\n\t\"Ꝡ\":\"VY\",\n\t\"Ẃ\":\"W\",\n\t\"Ŵ\":\"W\",\n\t\"Ẅ\":\"W\",\n\t\"Ẇ\":\"W\",\n\t\"Ẉ\":\"W\",\n\t\"Ẁ\":\"W\",\n\t\"Ⱳ\":\"W\",\n\t\"Ẍ\":\"X\",\n\t\"Ẋ\":\"X\",\n\t\"Ý\":\"Y\",\n\t\"Ŷ\":\"Y\",\n\t\"Ÿ\":\"Y\",\n\t\"Ẏ\":\"Y\",\n\t\"Ỵ\":\"Y\",\n\t\"Ỳ\":\"Y\",\n\t\"Ƴ\":\"Y\",\n\t\"Ỷ\":\"Y\",\n\t\"Ỿ\":\"Y\",\n\t\"Ȳ\":\"Y\",\n\t\"Ɏ\":\"Y\",\n\t\"Ỹ\":\"Y\",\n\t\"Ź\":\"Z\",\n\t\"Ž\":\"Z\",\n\t\"Ẑ\":\"Z\",\n\t\"Ⱬ\":\"Z\",\n\t\"Ż\":\"Z\",\n\t\"Ẓ\":\"Z\",\n\t\"Ȥ\":\"Z\",\n\t\"Ẕ\":\"Z\",\n\t\"Ƶ\":\"Z\",\n\t\"IJ\":\"IJ\",\n\t\"Œ\":\"OE\",\n\t\"ᴀ\":\"A\",\n\t\"ᴁ\":\"AE\",\n\t\"ʙ\":\"B\",\n\t\"ᴃ\":\"B\",\n\t\"ᴄ\":\"C\",\n\t\"ᴅ\":\"D\",\n\t\"ᴇ\":\"E\",\n\t\"ꜰ\":\"F\",\n\t\"ɢ\":\"G\",\n\t\"ʛ\":\"G\",\n\t\"ʜ\":\"H\",\n\t\"ɪ\":\"I\",\n\t\"ʁ\":\"R\",\n\t\"ᴊ\":\"J\",\n\t\"ᴋ\":\"K\",\n\t\"ʟ\":\"L\",\n\t\"ᴌ\":\"L\",\n\t\"ᴍ\":\"M\",\n\t\"ɴ\":\"N\",\n\t\"ᴏ\":\"O\",\n\t\"ɶ\":\"OE\",\n\t\"ᴐ\":\"O\",\n\t\"ᴕ\":\"OU\",\n\t\"ᴘ\":\"P\",\n\t\"ʀ\":\"R\",\n\t\"ᴎ\":\"N\",\n\t\"ᴙ\":\"R\",\n\t\"ꜱ\":\"S\",\n\t\"ᴛ\":\"T\",\n\t\"ⱻ\":\"E\",\n\t\"ᴚ\":\"R\",\n\t\"ᴜ\":\"U\",\n\t\"ᴠ\":\"V\",\n\t\"ᴡ\":\"W\",\n\t\"ʏ\":\"Y\",\n\t\"ᴢ\":\"Z\",\n\t\"á\":\"a\",\n\t\"ă\":\"a\",\n\t\"ắ\":\"a\",\n\t\"ặ\":\"a\",\n\t\"ằ\":\"a\",\n\t\"ẳ\":\"a\",\n\t\"ẵ\":\"a\",\n\t\"ǎ\":\"a\",\n\t\"â\":\"a\",\n\t\"ấ\":\"a\",\n\t\"ậ\":\"a\",\n\t\"ầ\":\"a\",\n\t\"ẩ\":\"a\",\n\t\"ẫ\":\"a\",\n\t\"ä\":\"a\",\n\t\"ǟ\":\"a\",\n\t\"ȧ\":\"a\",\n\t\"ǡ\":\"a\",\n\t\"ạ\":\"a\",\n\t\"ȁ\":\"a\",\n\t\"à\":\"a\",\n\t\"ả\":\"a\",\n\t\"ȃ\":\"a\",\n\t\"ā\":\"a\",\n\t\"ą\":\"a\",\n\t\"ᶏ\":\"a\",\n\t\"ẚ\":\"a\",\n\t\"å\":\"a\",\n\t\"ǻ\":\"a\",\n\t\"ḁ\":\"a\",\n\t\"ⱥ\":\"a\",\n\t\"ã\":\"a\",\n\t\"ꜳ\":\"aa\",\n\t\"æ\":\"ae\",\n\t\"ǽ\":\"ae\",\n\t\"ǣ\":\"ae\",\n\t\"ꜵ\":\"ao\",\n\t\"ꜷ\":\"au\",\n\t\"ꜹ\":\"av\",\n\t\"ꜻ\":\"av\",\n\t\"ꜽ\":\"ay\",\n\t\"ḃ\":\"b\",\n\t\"ḅ\":\"b\",\n\t\"ɓ\":\"b\",\n\t\"ḇ\":\"b\",\n\t\"ᵬ\":\"b\",\n\t\"ᶀ\":\"b\",\n\t\"ƀ\":\"b\",\n\t\"ƃ\":\"b\",\n\t\"ɵ\":\"o\",\n\t\"ć\":\"c\",\n\t\"č\":\"c\",\n\t\"ç\":\"c\",\n\t\"ḉ\":\"c\",\n\t\"ĉ\":\"c\",\n\t\"ɕ\":\"c\",\n\t\"ċ\":\"c\",\n\t\"ƈ\":\"c\",\n\t\"ȼ\":\"c\",\n\t\"ď\":\"d\",\n\t\"ḑ\":\"d\",\n\t\"ḓ\":\"d\",\n\t\"ȡ\":\"d\",\n\t\"ḋ\":\"d\",\n\t\"ḍ\":\"d\",\n\t\"ɗ\":\"d\",\n\t\"ᶑ\":\"d\",\n\t\"ḏ\":\"d\",\n\t\"ᵭ\":\"d\",\n\t\"ᶁ\":\"d\",\n\t\"đ\":\"d\",\n\t\"ɖ\":\"d\",\n\t\"ƌ\":\"d\",\n\t\"ı\":\"i\",\n\t\"ȷ\":\"j\",\n\t\"ɟ\":\"j\",\n\t\"ʄ\":\"j\",\n\t\"dz\":\"dz\",\n\t\"dž\":\"dz\",\n\t\"é\":\"e\",\n\t\"ĕ\":\"e\",\n\t\"ě\":\"e\",\n\t\"ȩ\":\"e\",\n\t\"ḝ\":\"e\",\n\t\"ê\":\"e\",\n\t\"ế\":\"e\",\n\t\"ệ\":\"e\",\n\t\"ề\":\"e\",\n\t\"ể\":\"e\",\n\t\"ễ\":\"e\",\n\t\"ḙ\":\"e\",\n\t\"ë\":\"e\",\n\t\"ė\":\"e\",\n\t\"ẹ\":\"e\",\n\t\"ȅ\":\"e\",\n\t\"è\":\"e\",\n\t\"ẻ\":\"e\",\n\t\"ȇ\":\"e\",\n\t\"ē\":\"e\",\n\t\"ḗ\":\"e\",\n\t\"ḕ\":\"e\",\n\t\"ⱸ\":\"e\",\n\t\"ę\":\"e\",\n\t\"ᶒ\":\"e\",\n\t\"ɇ\":\"e\",\n\t\"ẽ\":\"e\",\n\t\"ḛ\":\"e\",\n\t\"ꝫ\":\"et\",\n\t\"ḟ\":\"f\",\n\t\"ƒ\":\"f\",\n\t\"ᵮ\":\"f\",\n\t\"ᶂ\":\"f\",\n\t\"ǵ\":\"g\",\n\t\"ğ\":\"g\",\n\t\"ǧ\":\"g\",\n\t\"ģ\":\"g\",\n\t\"ĝ\":\"g\",\n\t\"ġ\":\"g\",\n\t\"ɠ\":\"g\",\n\t\"ḡ\":\"g\",\n\t\"ᶃ\":\"g\",\n\t\"ǥ\":\"g\",\n\t\"ḫ\":\"h\",\n\t\"ȟ\":\"h\",\n\t\"ḩ\":\"h\",\n\t\"ĥ\":\"h\",\n\t\"ⱨ\":\"h\",\n\t\"ḧ\":\"h\",\n\t\"ḣ\":\"h\",\n\t\"ḥ\":\"h\",\n\t\"ɦ\":\"h\",\n\t\"ẖ\":\"h\",\n\t\"ħ\":\"h\",\n\t\"ƕ\":\"hv\",\n\t\"í\":\"i\",\n\t\"ĭ\":\"i\",\n\t\"ǐ\":\"i\",\n\t\"î\":\"i\",\n\t\"ï\":\"i\",\n\t\"ḯ\":\"i\",\n\t\"ị\":\"i\",\n\t\"ȉ\":\"i\",\n\t\"ì\":\"i\",\n\t\"ỉ\":\"i\",\n\t\"ȋ\":\"i\",\n\t\"ī\":\"i\",\n\t\"į\":\"i\",\n\t\"ᶖ\":\"i\",\n\t\"ɨ\":\"i\",\n\t\"ĩ\":\"i\",\n\t\"ḭ\":\"i\",\n\t\"ꝺ\":\"d\",\n\t\"ꝼ\":\"f\",\n\t\"ᵹ\":\"g\",\n\t\"ꞃ\":\"r\",\n\t\"ꞅ\":\"s\",\n\t\"ꞇ\":\"t\",\n\t\"ꝭ\":\"is\",\n\t\"ǰ\":\"j\",\n\t\"ĵ\":\"j\",\n\t\"ʝ\":\"j\",\n\t\"ɉ\":\"j\",\n\t\"ḱ\":\"k\",\n\t\"ǩ\":\"k\",\n\t\"ķ\":\"k\",\n\t\"ⱪ\":\"k\",\n\t\"ꝃ\":\"k\",\n\t\"ḳ\":\"k\",\n\t\"ƙ\":\"k\",\n\t\"ḵ\":\"k\",\n\t\"ᶄ\":\"k\",\n\t\"ꝁ\":\"k\",\n\t\"ꝅ\":\"k\",\n\t\"ĺ\":\"l\",\n\t\"ƚ\":\"l\",\n\t\"ɬ\":\"l\",\n\t\"ľ\":\"l\",\n\t\"ļ\":\"l\",\n\t\"ḽ\":\"l\",\n\t\"ȴ\":\"l\",\n\t\"ḷ\":\"l\",\n\t\"ḹ\":\"l\",\n\t\"ⱡ\":\"l\",\n\t\"ꝉ\":\"l\",\n\t\"ḻ\":\"l\",\n\t\"ŀ\":\"l\",\n\t\"ɫ\":\"l\",\n\t\"ᶅ\":\"l\",\n\t\"ɭ\":\"l\",\n\t\"ł\":\"l\",\n\t\"lj\":\"lj\",\n\t\"ſ\":\"s\",\n\t\"ẜ\":\"s\",\n\t\"ẛ\":\"s\",\n\t\"ẝ\":\"s\",\n\t\"ḿ\":\"m\",\n\t\"ṁ\":\"m\",\n\t\"ṃ\":\"m\",\n\t\"ɱ\":\"m\",\n\t\"ᵯ\":\"m\",\n\t\"ᶆ\":\"m\",\n\t\"ń\":\"n\",\n\t\"ň\":\"n\",\n\t\"ņ\":\"n\",\n\t\"ṋ\":\"n\",\n\t\"ȵ\":\"n\",\n\t\"ṅ\":\"n\",\n\t\"ṇ\":\"n\",\n\t\"ǹ\":\"n\",\n\t\"ɲ\":\"n\",\n\t\"ṉ\":\"n\",\n\t\"ƞ\":\"n\",\n\t\"ᵰ\":\"n\",\n\t\"ᶇ\":\"n\",\n\t\"ɳ\":\"n\",\n\t\"ñ\":\"n\",\n\t\"nj\":\"nj\",\n\t\"ó\":\"o\",\n\t\"ŏ\":\"o\",\n\t\"ǒ\":\"o\",\n\t\"ô\":\"o\",\n\t\"ố\":\"o\",\n\t\"ộ\":\"o\",\n\t\"ồ\":\"o\",\n\t\"ổ\":\"o\",\n\t\"ỗ\":\"o\",\n\t\"ö\":\"o\",\n\t\"ȫ\":\"o\",\n\t\"ȯ\":\"o\",\n\t\"ȱ\":\"o\",\n\t\"ọ\":\"o\",\n\t\"ő\":\"o\",\n\t\"ȍ\":\"o\",\n\t\"ò\":\"o\",\n\t\"ỏ\":\"o\",\n\t\"ơ\":\"o\",\n\t\"ớ\":\"o\",\n\t\"ợ\":\"o\",\n\t\"ờ\":\"o\",\n\t\"ở\":\"o\",\n\t\"ỡ\":\"o\",\n\t\"ȏ\":\"o\",\n\t\"ꝋ\":\"o\",\n\t\"ꝍ\":\"o\",\n\t\"ⱺ\":\"o\",\n\t\"ō\":\"o\",\n\t\"ṓ\":\"o\",\n\t\"ṑ\":\"o\",\n\t\"ǫ\":\"o\",\n\t\"ǭ\":\"o\",\n\t\"ø\":\"o\",\n\t\"ǿ\":\"o\",\n\t\"õ\":\"o\",\n\t\"ṍ\":\"o\",\n\t\"ṏ\":\"o\",\n\t\"ȭ\":\"o\",\n\t\"ƣ\":\"oi\",\n\t\"ꝏ\":\"oo\",\n\t\"ɛ\":\"e\",\n\t\"ᶓ\":\"e\",\n\t\"ɔ\":\"o\",\n\t\"ᶗ\":\"o\",\n\t\"ȣ\":\"ou\",\n\t\"ṕ\":\"p\",\n\t\"ṗ\":\"p\",\n\t\"ꝓ\":\"p\",\n\t\"ƥ\":\"p\",\n\t\"ᵱ\":\"p\",\n\t\"ᶈ\":\"p\",\n\t\"ꝕ\":\"p\",\n\t\"ᵽ\":\"p\",\n\t\"ꝑ\":\"p\",\n\t\"ꝙ\":\"q\",\n\t\"ʠ\":\"q\",\n\t\"ɋ\":\"q\",\n\t\"ꝗ\":\"q\",\n\t\"ŕ\":\"r\",\n\t\"ř\":\"r\",\n\t\"ŗ\":\"r\",\n\t\"ṙ\":\"r\",\n\t\"ṛ\":\"r\",\n\t\"ṝ\":\"r\",\n\t\"ȑ\":\"r\",\n\t\"ɾ\":\"r\",\n\t\"ᵳ\":\"r\",\n\t\"ȓ\":\"r\",\n\t\"ṟ\":\"r\",\n\t\"ɼ\":\"r\",\n\t\"ᵲ\":\"r\",\n\t\"ᶉ\":\"r\",\n\t\"ɍ\":\"r\",\n\t\"ɽ\":\"r\",\n\t\"ↄ\":\"c\",\n\t\"ꜿ\":\"c\",\n\t\"ɘ\":\"e\",\n\t\"ɿ\":\"r\",\n\t\"ś\":\"s\",\n\t\"ṥ\":\"s\",\n\t\"š\":\"s\",\n\t\"ṧ\":\"s\",\n\t\"ş\":\"s\",\n\t\"ŝ\":\"s\",\n\t\"ș\":\"s\",\n\t\"ṡ\":\"s\",\n\t\"ṣ\":\"s\",\n\t\"ṩ\":\"s\",\n\t\"ʂ\":\"s\",\n\t\"ᵴ\":\"s\",\n\t\"ᶊ\":\"s\",\n\t\"ȿ\":\"s\",\n\t\"ɡ\":\"g\",\n\t\"ᴑ\":\"o\",\n\t\"ᴓ\":\"o\",\n\t\"ᴝ\":\"u\",\n\t\"ť\":\"t\",\n\t\"ţ\":\"t\",\n\t\"ṱ\":\"t\",\n\t\"ț\":\"t\",\n\t\"ȶ\":\"t\",\n\t\"ẗ\":\"t\",\n\t\"ⱦ\":\"t\",\n\t\"ṫ\":\"t\",\n\t\"ṭ\":\"t\",\n\t\"ƭ\":\"t\",\n\t\"ṯ\":\"t\",\n\t\"ᵵ\":\"t\",\n\t\"ƫ\":\"t\",\n\t\"ʈ\":\"t\",\n\t\"ŧ\":\"t\",\n\t\"ᵺ\":\"th\",\n\t\"ɐ\":\"a\",\n\t\"ᴂ\":\"ae\",\n\t\"ǝ\":\"e\",\n\t\"ᵷ\":\"g\",\n\t\"ɥ\":\"h\",\n\t\"ʮ\":\"h\",\n\t\"ʯ\":\"h\",\n\t\"ᴉ\":\"i\",\n\t\"ʞ\":\"k\",\n\t\"ꞁ\":\"l\",\n\t\"ɯ\":\"m\",\n\t\"ɰ\":\"m\",\n\t\"ᴔ\":\"oe\",\n\t\"ɹ\":\"r\",\n\t\"ɻ\":\"r\",\n\t\"ɺ\":\"r\",\n\t\"ⱹ\":\"r\",\n\t\"ʇ\":\"t\",\n\t\"ʌ\":\"v\",\n\t\"ʍ\":\"w\",\n\t\"ʎ\":\"y\",\n\t\"ꜩ\":\"tz\",\n\t\"ú\":\"u\",\n\t\"ŭ\":\"u\",\n\t\"ǔ\":\"u\",\n\t\"û\":\"u\",\n\t\"ṷ\":\"u\",\n\t\"ü\":\"u\",\n\t\"ǘ\":\"u\",\n\t\"ǚ\":\"u\",\n\t\"ǜ\":\"u\",\n\t\"ǖ\":\"u\",\n\t\"ṳ\":\"u\",\n\t\"ụ\":\"u\",\n\t\"ű\":\"u\",\n\t\"ȕ\":\"u\",\n\t\"ù\":\"u\",\n\t\"ủ\":\"u\",\n\t\"ư\":\"u\",\n\t\"ứ\":\"u\",\n\t\"ự\":\"u\",\n\t\"ừ\":\"u\",\n\t\"ử\":\"u\",\n\t\"ữ\":\"u\",\n\t\"ȗ\":\"u\",\n\t\"ū\":\"u\",\n\t\"ṻ\":\"u\",\n\t\"ų\":\"u\",\n\t\"ᶙ\":\"u\",\n\t\"ů\":\"u\",\n\t\"ũ\":\"u\",\n\t\"ṹ\":\"u\",\n\t\"ṵ\":\"u\",\n\t\"ᵫ\":\"ue\",\n\t\"ꝸ\":\"um\",\n\t\"ⱴ\":\"v\",\n\t\"ꝟ\":\"v\",\n\t\"ṿ\":\"v\",\n\t\"ʋ\":\"v\",\n\t\"ᶌ\":\"v\",\n\t\"ⱱ\":\"v\",\n\t\"ṽ\":\"v\",\n\t\"ꝡ\":\"vy\",\n\t\"ẃ\":\"w\",\n\t\"ŵ\":\"w\",\n\t\"ẅ\":\"w\",\n\t\"ẇ\":\"w\",\n\t\"ẉ\":\"w\",\n\t\"ẁ\":\"w\",\n\t\"ⱳ\":\"w\",\n\t\"ẘ\":\"w\",\n\t\"ẍ\":\"x\",\n\t\"ẋ\":\"x\",\n\t\"ᶍ\":\"x\",\n\t\"ý\":\"y\",\n\t\"ŷ\":\"y\",\n\t\"ÿ\":\"y\",\n\t\"ẏ\":\"y\",\n\t\"ỵ\":\"y\",\n\t\"ỳ\":\"y\",\n\t\"ƴ\":\"y\",\n\t\"ỷ\":\"y\",\n\t\"ỿ\":\"y\",\n\t\"ȳ\":\"y\",\n\t\"ẙ\":\"y\",\n\t\"ɏ\":\"y\",\n\t\"ỹ\":\"y\",\n\t\"ź\":\"z\",\n\t\"ž\":\"z\",\n\t\"ẑ\":\"z\",\n\t\"ʑ\":\"z\",\n\t\"ⱬ\":\"z\",\n\t\"ż\":\"z\",\n\t\"ẓ\":\"z\",\n\t\"ȥ\":\"z\",\n\t\"ẕ\":\"z\",\n\t\"ᵶ\":\"z\",\n\t\"ᶎ\":\"z\",\n\t\"ʐ\":\"z\",\n\t\"ƶ\":\"z\",\n\t\"ɀ\":\"z\",\n\t\"ff\":\"ff\",\n\t\"ffi\":\"ffi\",\n\t\"ffl\":\"ffl\",\n\t\"fi\":\"fi\",\n\t\"fl\":\"fl\",\n\t\"ij\":\"ij\",\n\t\"œ\":\"oe\",\n\t\"st\":\"st\",\n\t\"ₐ\":\"a\",\n\t\"ₑ\":\"e\",\n\t\"ᵢ\":\"i\",\n\t\"ⱼ\":\"j\",\n\t\"ₒ\":\"o\",\n\t\"ᵣ\":\"r\",\n\t\"ᵤ\":\"u\",\n\t\"ᵥ\":\"v\",\n\t\"ₓ\":\"x\",\n\t\"Ё\":\"YO\",\n\t\"Й\":\"I\",\n\t\"Ц\":\"TS\",\n\t\"У\":\"U\",\n\t\"К\":\"K\",\n\t\"Е\":\"E\",\n\t\"Н\":\"N\",\n\t\"Г\":\"G\",\n\t\"Ш\":\"SH\",\n\t\"Щ\":\"SCH\",\n\t\"З\":\"Z\",\n\t\"Х\":\"H\",\n\t\"Ъ\":\"'\",\n\t\"ё\":\"yo\",\n\t\"й\":\"i\",\n\t\"ц\":\"ts\",\n\t\"у\":\"u\",\n\t\"к\":\"k\",\n\t\"е\":\"e\",\n\t\"н\":\"n\",\n\t\"г\":\"g\",\n\t\"ш\":\"sh\",\n\t\"щ\":\"sch\",\n\t\"з\":\"z\",\n\t\"х\":\"h\",\n\t\"ъ\":\"'\",\n\t\"Ф\":\"F\",\n\t\"Ы\":\"I\",\n\t\"В\":\"V\",\n\t\"А\":\"a\",\n\t\"П\":\"P\",\n\t\"Р\":\"R\",\n\t\"О\":\"O\",\n\t\"Л\":\"L\",\n\t\"Д\":\"D\",\n\t\"Ж\":\"ZH\",\n\t\"Э\":\"E\",\n\t\"ф\":\"f\",\n\t\"ы\":\"i\",\n\t\"в\":\"v\",\n\t\"а\":\"a\",\n\t\"п\":\"p\",\n\t\"р\":\"r\",\n\t\"о\":\"o\",\n\t\"л\":\"l\",\n\t\"д\":\"d\",\n\t\"ж\":\"zh\",\n\t\"э\":\"e\",\n\t\"Я\":\"Ya\",\n\t\"Ч\":\"CH\",\n\t\"С\":\"S\",\n\t\"М\":\"M\",\n\t\"И\":\"I\",\n\t\"Т\":\"T\",\n\t\"Ь\":\"'\",\n\t\"Б\":\"B\",\n\t\"Ю\":\"YU\",\n\t\"я\":\"ya\",\n\t\"ч\":\"ch\",\n\t\"с\":\"s\",\n\t\"м\":\"m\",\n\t\"и\":\"i\",\n\t\"т\":\"t\",\n\t\"ь\":\"'\",\n\t\"б\":\"b\",\n\t\"ю\":\"yu\"\n};\n\nexports.transliterate = function(str) {\n\treturn str.replace(/[^A-Za-z0-9\\[\\] ]/g,function(ch) {\n\t\treturn exports.transliterationPairs[ch] || ch\n\t});\n};\n\nexports.transliterateToSafeASCII = function(str) {\n\treturn str.replace(/[^\\x00-\\x7F]/g,function(ch) {\n\t\treturn exports.transliterationPairs[ch] || \"\"\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/utils.js": {
            "title": "$:/core/modules/utils/utils.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/utils.js\ntype: application/javascript\nmodule-type: utils\n\nVarious static utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar base64utf8 = require(\"$:/core/modules/utils/base64-utf8/base64-utf8.module.js\");\n\n/*\nDisplay a message, in colour if we're on a terminal\n*/\nexports.log = function(text,colour) {\n\tconsole.log($tw.node ? exports.terminalColour(colour) + text + exports.terminalColour() : text);\n};\n\nexports.terminalColour = function(colour) {\n\tif(!$tw.browser && $tw.node && process.stdout.isTTY) {\n\t\tif(colour) {\n\t\t\tvar code = exports.terminalColourLookup[colour];\n\t\t\tif(code) {\n\t\t\t\treturn \"\\x1b[\" + code + \"m\";\n\t\t\t}\n\t\t} else {\n\t\t\treturn \"\\x1b[0m\"; // Cancel colour\n\t\t}\n\t}\n\treturn \"\";\n};\n\nexports.terminalColourLookup = {\n\t\"black\": \"0;30\",\n\t\"red\": \"0;31\",\n\t\"green\": \"0;32\",\n\t\"brown/orange\": \"0;33\",\n\t\"blue\": \"0;34\",\n\t\"purple\": \"0;35\",\n\t\"cyan\": \"0;36\",\n\t\"light gray\": \"0;37\"\n};\n\n/*\nDisplay a warning, in colour if we're on a terminal\n*/\nexports.warning = function(text) {\n\texports.log(text,\"brown/orange\");\n};\n\n/*\nLog a table of name: value pairs\n*/\nexports.logTable = function(data) {\n\tif(console.table) {\n\t\tconsole.table(data);\n\t} else {\n\t\t$tw.utils.each(data,function(value,name) {\n\t\t\tconsole.log(name + \": \" + value);\n\t\t});\n\t}\n}\n\n/*\nReturn the integer represented by the str (string).\nReturn the dflt (default) parameter if str is not a base-10 number.\n*/\nexports.getInt = function(str,deflt) {\n\tvar i = parseInt(str,10);\n\treturn isNaN(i) ? deflt : i;\n}\n\n/*\nRepeatedly replaces a substring within a string. Like String.prototype.replace, but without any of the default special handling of $ sequences in the replace string\n*/\nexports.replaceString = function(text,search,replace) {\n\treturn text.replace(search,function() {\n\t\treturn replace;\n\t});\n};\n\n/*\nRepeats a string\n*/\nexports.repeat = function(str,count) {\n\tvar result = \"\";\n\tfor(var t=0;t<count;t++) {\n\t\tresult += str;\n\t}\n\treturn result;\n};\n\n/*\nTrim whitespace from the start and end of a string\nThanks to Steven Levithan, http://blog.stevenlevithan.com/archives/faster-trim-javascript\n*/\nexports.trim = function(str) {\n\tif(typeof str === \"string\") {\n\t\treturn str.replace(/^\\s\\s*/, '').replace(/\\s\\s*$/, '');\n\t} else {\n\t\treturn str;\n\t}\n};\n\nexports.trimPrefix = function(str,unwanted) {\n\tif(typeof str === \"string\" && typeof unwanted === \"string\") {\n\t\tif(unwanted === \"\") {\n\t\t\treturn str.replace(/^\\s\\s*/, '');\n\t\t} else {\n\t\t\t// Safely regexp-escape the unwanted text\n\t\t\tunwanted = unwanted.replace(/[\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n\t\t\tvar regex = new RegExp('^(' + unwanted + ')+');\n\t\t\treturn str.replace(regex, '');\n\t\t}\n\t} else {\n\t\treturn str;\n\t}\n};\n\nexports.trimSuffix = function(str,unwanted) {\n\tif(typeof str === \"string\" && typeof unwanted === \"string\") {\n\t\tif(unwanted === \"\") {\n\t\t\treturn str.replace(/\\s\\s*$/, '');\n\t\t} else {\n\t\t\t// Safely regexp-escape the unwanted text\n\t\t\tunwanted = unwanted.replace(/[\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n\t\t\tvar regex = new RegExp('(' + unwanted + ')+$');\n\t\t\treturn str.replace(regex, '');\n\t\t}\n\t} else {\n\t\treturn str;\n\t}\n};\n\n/*\nConvert a string to sentence case (ie capitalise first letter)\n*/\nexports.toSentenceCase = function(str) {\n\treturn (str || \"\").replace(/^\\S/, function(c) {return c.toUpperCase();});\n}\n\n/*\nConvert a string to title case (ie capitalise each initial letter)\n*/\nexports.toTitleCase = function(str) {\n\treturn (str || \"\").replace(/(^|\\s)\\S/g, function(c) {return c.toUpperCase();});\n}\n\t\n/*\nFind the line break preceding a given position in a string\nReturns position immediately after that line break, or the start of the string\n*/\nexports.findPrecedingLineBreak = function(text,pos) {\n\tvar result = text.lastIndexOf(\"\\n\",pos - 1);\n\tif(result === -1) {\n\t\tresult = 0;\n\t} else {\n\t\tresult++;\n\t\tif(text.charAt(result) === \"\\r\") {\n\t\t\tresult++;\n\t\t}\n\t}\n\treturn result;\n};\n\n/*\nFind the line break following a given position in a string\n*/\nexports.findFollowingLineBreak = function(text,pos) {\n\t// Cut to just past the following line break, or to the end of the text\n\tvar result = text.indexOf(\"\\n\",pos);\n\tif(result === -1) {\n\t\tresult = text.length;\n\t} else {\n\t\tif(text.charAt(result) === \"\\r\") {\n\t\t\tresult++;\n\t\t}\n\t}\n\treturn result;\n};\n\n/*\nReturn the number of keys in an object\n*/\nexports.count = function(object) {\n\treturn Object.keys(object || {}).length;\n};\n\n/*\nDetermine whether an array-item is an object-property\n*/\nexports.hopArray = function(object,array) {\n\tfor(var i=0; i<array.length; i++) {\n\t\tif($tw.utils.hop(object,array[i])) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nRemove entries from an array\n\tarray: array to modify\n\tvalue: a single value to remove, or an array of values to remove\n*/\nexports.removeArrayEntries = function(array,value) {\n\tvar t,p;\n\tif($tw.utils.isArray(value)) {\n\t\tfor(t=0; t<value.length; t++) {\n\t\t\tp = array.indexOf(value[t]);\n\t\t\tif(p !== -1) {\n\t\t\t\tarray.splice(p,1);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tp = array.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tarray.splice(p,1);\n\t\t}\n\t}\n};\n\n/*\nCheck whether any members of a hashmap are present in another hashmap\n*/\nexports.checkDependencies = function(dependencies,changes) {\n\tvar hit = false;\n\t$tw.utils.each(changes,function(change,title) {\n\t\tif($tw.utils.hop(dependencies,title)) {\n\t\t\thit = true;\n\t\t}\n\t});\n\treturn hit;\n};\n\nexports.extend = function(object /* [, src] */) {\n\t$tw.utils.each(Array.prototype.slice.call(arguments, 1), function(source) {\n\t\tif(source) {\n\t\t\tfor(var property in source) {\n\t\t\t\tobject[property] = source[property];\n\t\t\t}\n\t\t}\n\t});\n\treturn object;\n};\n\nexports.deepCopy = function(object) {\n\tvar result,t;\n\tif($tw.utils.isArray(object)) {\n\t\t// Copy arrays\n\t\tresult = object.slice(0);\n\t} else if(typeof object === \"object\") {\n\t\tresult = {};\n\t\tfor(t in object) {\n\t\t\tif(object[t] !== undefined) {\n\t\t\t\tresult[t] = $tw.utils.deepCopy(object[t]);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tresult = object;\n\t}\n\treturn result;\n};\n\nexports.extendDeepCopy = function(object,extendedProperties) {\n\tvar result = $tw.utils.deepCopy(object),t;\n\tfor(t in extendedProperties) {\n\t\tif(extendedProperties[t] !== undefined) {\n\t\t\tresult[t] = $tw.utils.deepCopy(extendedProperties[t]);\n\t\t}\n\t}\n\treturn result;\n};\n\nexports.deepFreeze = function deepFreeze(object) {\n\tvar property, key;\n\tif(object) {\n\t\tObject.freeze(object);\n\t\tfor(key in object) {\n\t\t\tproperty = object[key];\n\t\t\tif($tw.utils.hop(object,key) && (typeof property === \"object\") && !Object.isFrozen(property)) {\n\t\t\t\tdeepFreeze(property);\n\t\t\t}\n\t\t}\n\t}\n};\n\nexports.slowInSlowOut = function(t) {\n\treturn (1 - ((Math.cos(t * Math.PI) + 1) / 2));\n};\n\nexports.formatDateString = function(date,template) {\n\tvar result = \"\",\n\t\tt = template,\n\t\tmatches = [\n\t\t\t[/^0hh12/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getHours12(date));\n\t\t\t}],\n\t\t\t[/^wYYYY/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getYearForWeekNo(date),4);\n\t\t\t}],\n\t\t\t[/^hh12/, function() {\n\t\t\t\treturn $tw.utils.getHours12(date);\n\t\t\t}],\n\t\t\t[/^DDth/, function() {\n\t\t\t\treturn date.getDate() + $tw.utils.getDaySuffix(date);\n\t\t\t}],\n\t\t\t[/^YYYY/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getFullYear(),4);\n\t\t\t}],\n\t\t\t[/^aYYYY/, function() {\n\t\t\t\treturn $tw.utils.pad(Math.abs(date.getFullYear()),4);\n\t\t\t}],\n\t\t\t[/^\\{era:([^,\\|}]*)\\|([^}\\|]*)\\|([^}]*)\\}/, function(match) {\n\t\t\t\tvar year = date.getFullYear();\n\t\t\t\treturn year === 0 ? match[2] : (year < 0 ? match[1] : match[3]);\n\t\t\t}],\n\t\t\t[/^0hh/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getHours());\n\t\t\t}],\n\t\t\t[/^0mm/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMinutes());\n\t\t\t}],\n\t\t\t[/^0ss/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getSeconds());\n\t\t\t}],\n\t\t\t[/^0XXX/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMilliseconds(),3);\n\t\t\t}],\n\t\t\t[/^0DD/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getDate());\n\t\t\t}],\n\t\t\t[/^0MM/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMonth()+1);\n\t\t\t}],\n\t\t\t[/^0WW/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getWeek(date));\n\t\t\t}],\n\t\t\t[/^ddd/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Short/Day/\" + date.getDay());\n\t\t\t}],\n\t\t\t[/^mmm/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Short/Month/\" + (date.getMonth() + 1));\n\t\t\t}],\n\t\t\t[/^DDD/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Long/Day/\" + date.getDay());\n\t\t\t}],\n\t\t\t[/^MMM/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Long/Month/\" + (date.getMonth() + 1));\n\t\t\t}],\n\t\t\t[/^TZD/, function() {\n\t\t\t\tvar tz = date.getTimezoneOffset(),\n\t\t\t\tatz = Math.abs(tz);\n\t\t\t\treturn (tz < 0 ? '+' : '-') + $tw.utils.pad(Math.floor(atz / 60)) + ':' + $tw.utils.pad(atz % 60);\n\t\t\t}],\n\t\t\t[/^wYY/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getYearForWeekNo(date) - 2000);\n\t\t\t}],\n\t\t\t[/^[ap]m/, function() {\n\t\t\t\treturn $tw.utils.getAmPm(date).toLowerCase();\n\t\t\t}],\n\t\t\t[/^hh/, function() {\n\t\t\t\treturn date.getHours();\n\t\t\t}],\n\t\t\t[/^mm/, function() {\n\t\t\t\treturn date.getMinutes();\n\t\t\t}],\n\t\t\t[/^ss/, function() {\n\t\t\t\treturn date.getSeconds();\n\t\t\t}],\n\t\t\t[/^XXX/, function() {\n\t\t\t\treturn date.getMilliseconds();\n\t\t\t}],\n\t\t\t[/^[AP]M/, function() {\n\t\t\t\treturn $tw.utils.getAmPm(date).toUpperCase();\n\t\t\t}],\n\t\t\t[/^DD/, function() {\n\t\t\t\treturn date.getDate();\n\t\t\t}],\n\t\t\t[/^MM/, function() {\n\t\t\t\treturn date.getMonth() + 1;\n\t\t\t}],\n\t\t\t[/^WW/, function() {\n\t\t\t\treturn $tw.utils.getWeek(date);\n\t\t\t}],\n\t\t\t[/^YY/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getFullYear() - 2000);\n\t\t\t}]\n\t\t];\n\t// If the user wants everything in UTC, shift the datestamp\n\t// Optimize for format string that essentially means\n\t// 'return raw UTC (tiddlywiki style) date string.'\n\tif(t.indexOf(\"[UTC]\") == 0 ) {\n\t\tif(t == \"[UTC]YYYY0MM0DD0hh0mm0ssXXX\")\n\t\t\treturn $tw.utils.stringifyDate(new Date());\n\t\tvar offset = date.getTimezoneOffset() ; // in minutes\n\t\tdate = new Date(date.getTime()+offset*60*1000) ;\n\t\tt = t.substr(5) ;\n\t}\n\twhile(t.length){\n\t\tvar matchString = \"\";\n\t\t$tw.utils.each(matches, function(m) {\n\t\t\tvar match = m[0].exec(t);\n\t\t\tif(match) {\n\t\t\t\tmatchString = m[1].call(null,match);\n\t\t\t\tt = t.substr(match[0].length);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\t\tif(matchString) {\n\t\t\tresult += matchString;\n\t\t} else {\n\t\t\tresult += t.charAt(0);\n\t\t\tt = t.substr(1);\n\t\t}\n\t}\n\tresult = result.replace(/\\\\(.)/g,\"$1\");\n\treturn result;\n};\n\nexports.getAmPm = function(date) {\n\treturn $tw.language.getString(\"Date/Period/\" + (date.getHours() >= 12 ? \"pm\" : \"am\"));\n};\n\nexports.getDaySuffix = function(date) {\n\treturn $tw.language.getString(\"Date/DaySuffix/\" + date.getDate());\n};\n\nexports.getWeek = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week to calculate weekNo\n\tvar x = new Date(dt.getFullYear(),0,1);\n\tvar n = Math.floor((dt.getTime() - x.getTime()) / 86400000);\n\treturn Math.floor(n / 7) + 1;\n};\n\nexports.getYearForWeekNo = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week\n\treturn dt.getFullYear();\n};\n\nexports.getHours12 = function(date) {\n\tvar h = date.getHours();\n\treturn h > 12 ? h-12 : ( h > 0 ? h : 12 );\n};\n\n/*\nConvert a date delta in milliseconds into a string representation of \"23 seconds ago\", \"27 minutes ago\" etc.\n\tdelta: delta in milliseconds\nReturns an object with these members:\n\tdescription: string describing the delta period\n\tupdatePeriod: time in millisecond until the string will be inaccurate\n*/\nexports.getRelativeDate = function(delta) {\n\tvar futurep = false;\n\tif(delta < 0) {\n\t\tdelta = -1 * delta;\n\t\tfuturep = true;\n\t}\n\tvar units = [\n\t\t{name: \"Years\",   duration:      365 * 24 * 60 * 60 * 1000},\n\t\t{name: \"Months\",  duration: (365/12) * 24 * 60 * 60 * 1000},\n\t\t{name: \"Days\",    duration:            24 * 60 * 60 * 1000},\n\t\t{name: \"Hours\",   duration:                 60 * 60 * 1000},\n\t\t{name: \"Minutes\", duration:                      60 * 1000},\n\t\t{name: \"Seconds\", duration:                           1000}\n\t];\n\tfor(var t=0; t<units.length; t++) {\n\t\tvar result = Math.floor(delta / units[t].duration);\n\t\tif(result >= 2) {\n\t\t\treturn {\n\t\t\t\tdelta: delta,\n\t\t\t\tdescription: $tw.language.getString(\n\t\t\t\t\t\"RelativeDate/\" + (futurep ? \"Future\" : \"Past\") + \"/\" + units[t].name,\n\t\t\t\t\t{variables:\n\t\t\t\t\t\t{period: result.toString()}\n\t\t\t\t\t}\n\t\t\t\t),\n\t\t\t\tupdatePeriod: units[t].duration\n\t\t\t};\n\t\t}\n\t}\n\treturn {\n\t\tdelta: delta,\n\t\tdescription: $tw.language.getString(\n\t\t\t\"RelativeDate/\" + (futurep ? \"Future\" : \"Past\") + \"/Second\",\n\t\t\t{variables:\n\t\t\t\t{period: \"1\"}\n\t\t\t}\n\t\t),\n\t\tupdatePeriod: 1000\n\t};\n};\n\n// Convert & to \"&amp;\", < to \"&lt;\", > to \"&gt;\", \" to \"&quot;\"\nexports.htmlEncode = function(s) {\n\tif(s) {\n\t\treturn s.toString().replace(/&/mg,\"&amp;\").replace(/</mg,\"&lt;\").replace(/>/mg,\"&gt;\").replace(/\\\"/mg,\"&quot;\");\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n// Converts all HTML entities to their character equivalents\nexports.entityDecode = function(s) {\n\tvar converter = String.fromCodePoint || String.fromCharCode,\n\t\te = s.substr(1,s.length-2), // Strip the & and the ;\n\t\tc;\n\tif(e.charAt(0) === \"#\") {\n\t\tif(e.charAt(1) === \"x\" || e.charAt(1) === \"X\") {\n\t\t\tc = parseInt(e.substr(2),16);\n\t\t} else {\n\t\t\tc = parseInt(e.substr(1),10);\n\t\t}\n\t\tif(isNaN(c)) {\n\t\t\treturn s;\n\t\t} else {\n\t\t\treturn converter(c);\n\t\t}\n\t} else {\n\t\tc = $tw.config.htmlEntities[e];\n\t\tif(c) {\n\t\t\treturn converter(c);\n\t\t} else {\n\t\t\treturn s; // Couldn't convert it as an entity, just return it raw\n\t\t}\n\t}\n};\n\nexports.unescapeLineBreaks = function(s) {\n\treturn s.replace(/\\\\n/mg,\"\\n\").replace(/\\\\b/mg,\" \").replace(/\\\\s/mg,\"\\\\\").replace(/\\r/mg,\"\");\n};\n\n/*\n * Returns an escape sequence for given character. Uses \\x for characters <=\n * 0xFF to save space, \\u for the rest.\n *\n * The code needs to be in sync with th code template in the compilation\n * function for \"action\" nodes.\n */\n// Copied from peg.js, thanks to David Majda\nexports.escape = function(ch) {\n\tvar charCode = ch.charCodeAt(0);\n\tif(charCode <= 0xFF) {\n\t\treturn '\\\\x' + $tw.utils.pad(charCode.toString(16).toUpperCase());\n\t} else {\n\t\treturn '\\\\u' + $tw.utils.pad(charCode.toString(16).toUpperCase(),4);\n\t}\n};\n\n// Turns a string into a legal JavaScript string\n// Copied from peg.js, thanks to David Majda\nexports.stringify = function(s, rawUnicode) {\n\t/*\n\t* ECMA-262, 5th ed., 7.8.4: All characters may appear literally in a string\n\t* literal except for the closing quote character, backslash, carriage return,\n\t* line separator, paragraph separator, and line feed. Any character may\n\t* appear in the form of an escape sequence.\n\t*\n\t* For portability, we also escape all non-ASCII characters.\n\t*/\n\tvar regex = rawUnicode ? /[\\x00-\\x1f]/g : /[\\x00-\\x1f\\x80-\\uFFFF]/g;\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\')            // backslash\n\t\t.replace(/\"/g, '\\\\\"')              // double quote character\n\t\t.replace(/'/g, \"\\\\'\")              // single quote character\n\t\t.replace(/\\r/g, '\\\\r')             // carriage return\n\t\t.replace(/\\n/g, '\\\\n')             // line feed\n\t\t.replace(regex, exports.escape);   // non-ASCII characters\n};\n\n// Turns a string into a legal JSON string\n// Derived from peg.js, thanks to David Majda\nexports.jsonStringify = function(s, rawUnicode) {\n\t// See http://www.json.org/\n\tvar regex = rawUnicode ? /[\\x00-\\x1f]/g : /[\\x00-\\x1f\\x80-\\uFFFF]/g;\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\')            // backslash\n\t\t.replace(/\"/g, '\\\\\"')              // double quote character\n\t\t.replace(/\\r/g, '\\\\r')             // carriage return\n\t\t.replace(/\\n/g, '\\\\n')             // line feed\n\t\t.replace(/\\x08/g, '\\\\b')           // backspace\n\t\t.replace(/\\x0c/g, '\\\\f')           // formfeed\n\t\t.replace(/\\t/g, '\\\\t')             // tab\n\t\t.replace(regex,function(s) {\n\t\t\treturn '\\\\u' + $tw.utils.pad(s.charCodeAt(0).toString(16).toUpperCase(),4);\n\t\t}); // non-ASCII characters\n};\n\n/*\nEscape the RegExp special characters with a preceding backslash\n*/\nexports.escapeRegExp = function(s) {\n    return s.replace(/[\\-\\/\\\\\\^\\$\\*\\+\\?\\.\\(\\)\\|\\[\\]\\{\\}]/g, '\\\\$&');\n};\n\n// Checks whether a link target is external, i.e. not a tiddler title\nexports.isLinkExternal = function(to) {\n\tvar externalRegExp = /^(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\b)/i;\n\treturn externalRegExp.test(to);\n};\n\nexports.nextTick = function(fn) {\n/*global window: false */\n\tif(typeof process === \"undefined\") {\n\t\t// Apparently it would be faster to use postMessage - http://dbaron.org/log/20100309-faster-timeouts\n\t\twindow.setTimeout(fn,4);\n\t} else {\n\t\tprocess.nextTick(fn);\n\t}\n};\n\n/*\nConvert a hyphenated CSS property name into a camel case one\n*/\nexports.unHyphenateCss = function(propName) {\n\treturn propName.replace(/-([a-z])/gi, function(match0,match1) {\n\t\treturn match1.toUpperCase();\n\t});\n};\n\n/*\nConvert a camelcase CSS property name into a dashed one (\"backgroundColor\" --> \"background-color\")\n*/\nexports.hyphenateCss = function(propName) {\n\treturn propName.replace(/([A-Z])/g, function(match0,match1) {\n\t\treturn \"-\" + match1.toLowerCase();\n\t});\n};\n\n/*\nParse a text reference of one of these forms:\n* title\n* !!field\n* title!!field\n* title##index\n* etc\nReturns an object with the following fields, all optional:\n* title: tiddler title\n* field: tiddler field name\n* index: JSON property index\n*/\nexports.parseTextReference = function(textRef) {\n\t// Separate out the title, field name and/or JSON indices\n\tvar reTextRef = /(?:(.*?)!!(.+))|(?:(.*?)##(.+))|(.*)/mg,\n\t\tmatch = reTextRef.exec(textRef),\n\t\tresult = {};\n\tif(match && reTextRef.lastIndex === textRef.length) {\n\t\t// Return the parts\n\t\tif(match[1]) {\n\t\t\tresult.title = match[1];\n\t\t}\n\t\tif(match[2]) {\n\t\t\tresult.field = match[2];\n\t\t}\n\t\tif(match[3]) {\n\t\t\tresult.title = match[3];\n\t\t}\n\t\tif(match[4]) {\n\t\t\tresult.index = match[4];\n\t\t}\n\t\tif(match[5]) {\n\t\t\tresult.title = match[5];\n\t\t}\n\t} else {\n\t\t// If we couldn't parse it\n\t\tresult.title = textRef\n\t}\n\treturn result;\n};\n\n/*\nChecks whether a string is a valid fieldname\n*/\nexports.isValidFieldName = function(name) {\n\tif(!name || typeof name !== \"string\") {\n\t\treturn false;\n\t}\n\tname = name.toLowerCase().trim();\n\tvar fieldValidatorRegEx = /^[a-z0-9\\-\\._]+$/mg;\n\treturn fieldValidatorRegEx.test(name);\n};\n\n/*\nExtract the version number from the meta tag or from the boot file\n*/\n\n// Browser version\nexports.extractVersionInfo = function() {\n\tif($tw.packageInfo) {\n\t\treturn $tw.packageInfo.version;\n\t} else {\n\t\tvar metatags = document.getElementsByTagName(\"meta\");\n\t\tfor(var t=0; t<metatags.length; t++) {\n\t\t\tvar m = metatags[t];\n\t\t\tif(m.name === \"tiddlywiki-version\") {\n\t\t\t\treturn m.content;\n\t\t\t}\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nGet the animation duration in ms\n*/\nexports.getAnimationDuration = function() {\n\treturn parseInt($tw.wiki.getTiddlerText(\"$:/config/AnimationDuration\",\"400\"),10) || 0;\n};\n\n/*\nHash a string to a number\nDerived from http://stackoverflow.com/a/15710692\n*/\nexports.hashString = function(str) {\n\treturn str.split(\"\").reduce(function(a,b) {\n\t\ta = ((a << 5) - a) + b.charCodeAt(0);\n\t\treturn a & a;\n\t},0);\n};\n\n/*\nDecode a base64 string\n*/\nexports.base64Decode = function(string64) {\n\treturn base64utf8.base64.decode.call(base64utf8,string64);\n};\n\n/*\nEncode a string to base64\n*/\nexports.base64Encode = function(string64) {\n\treturn base64utf8.base64.encode.call(base64utf8,string64);\n};\n\n/*\nConvert a hashmap into a tiddler dictionary format sequence of name:value pairs\n*/\nexports.makeTiddlerDictionary = function(data) {\n\tvar output = [];\n\tfor(var name in data) {\n\t\toutput.push(name + \": \" + data[name]);\n\t}\n\treturn output.join(\"\\n\");\n};\n\n/*\nHigh resolution microsecond timer for profiling\n*/\nexports.timer = function(base) {\n\tvar m;\n\tif($tw.node) {\n\t\tvar r = process.hrtime();\n\t\tm =  r[0] * 1e3 + (r[1] / 1e6);\n\t} else if(window.performance) {\n\t\tm = performance.now();\n\t} else {\n\t\tm = Date.now();\n\t}\n\tif(typeof base !== \"undefined\") {\n\t\tm = m - base;\n\t}\n\treturn m;\n};\n\n/*\nConvert text and content type to a data URI\n*/\nexports.makeDataUri = function(text,type,_canonical_uri) {\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar typeInfo = $tw.config.contentTypeInfo[type] || $tw.config.contentTypeInfo[\"text/plain\"],\n\t\tisBase64 = typeInfo.encoding === \"base64\",\n\t\tparts = [];\n\tif(_canonical_uri) {\n\t\tparts.push(_canonical_uri);\n\t} else {\n\t\tparts.push(\"data:\");\n\t\tparts.push(type);\n\t\tparts.push(isBase64 ? \";base64\" : \"\");\n\t\tparts.push(\",\");\n\t\tparts.push(isBase64 ? text : encodeURIComponent(text));\t\t\n\t}\n\treturn parts.join(\"\");\n};\n\n/*\nUseful for finding out the fully escaped CSS selector equivalent to a given tag. For example:\n\n$tw.utils.tagToCssSelector(\"$:/tags/Stylesheet\") --> tc-tagged-\\%24\\%3A\\%2Ftags\\%2FStylesheet\n*/\nexports.tagToCssSelector = function(tagName) {\n\treturn \"tc-tagged-\" + encodeURIComponent(tagName).replace(/[!\"#$%&'()*+,\\-./:;<=>?@[\\\\\\]^`{\\|}~,]/mg,function(c) {\n\t\treturn \"\\\\\" + c;\n\t});\n};\n\n/*\nIE does not have sign function\n*/\nexports.sign = Math.sign || function(x) {\n\tx = +x; // convert to a number\n\tif (x === 0 || isNaN(x)) {\n\t\treturn x;\n\t}\n\treturn x > 0 ? 1 : -1;\n};\n\n/*\nIE does not have an endsWith function\n*/\nexports.strEndsWith = function(str,ending,position) {\n\tif(str.endsWith) {\n\t\treturn str.endsWith(ending,position);\n\t} else {\n\t\tif (typeof position !== 'number' || !isFinite(position) || Math.floor(position) !== position || position > str.length) {\n\t\t\tposition = str.length;\n\t\t}\n\t\tposition -= ending.length;\n\t\tvar lastIndex = str.indexOf(ending, position);\n\t\treturn lastIndex !== -1 && lastIndex === position;\n\t}\n};\n\n/*\nReturn system information useful for debugging\n*/\nexports.getSystemInfo = function(str,ending,position) {\n\tvar results = [],\n\t\tsave = function(desc,value) {\n\t\t\tresults.push(desc + \": \" + value);\n\t\t};\n\tif($tw.browser) {\n\t\tsave(\"User Agent\",navigator.userAgent);\n\t\tsave(\"Online Status\",window.navigator.onLine);\n\t}\n\tif($tw.node) {\n\t\tsave(\"Node Version\",process.version);\n\t}\n\treturn results.join(\"\\n\");\n};\n\nexports.parseNumber = function(str) {\n\treturn parseFloat(str) || 0;\n};\n\nexports.parseInt = function(str) {\n\treturn parseInt(str,10) || 0;\n};\n\nexports.stringifyNumber = function(num) {\n\treturn num + \"\";\n};\n\nexports.makeCompareFunction = function(type,options) {\n\toptions = options || {};\n\tvar gt = options.invert ? -1 : +1,\n\t\tlt = options.invert ? +1 : -1,\n\t\tcompare = function(a,b) {\n\t\t\tif(a > b) {\n\t\t\t\treturn gt ;\n\t\t\t} else if(a < b) {\n\t\t\t\treturn lt;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t},\n\t\ttypes = {\n\t\t\t\"number\": function(a,b) {\n\t\t\t\treturn compare($tw.utils.parseNumber(a),$tw.utils.parseNumber(b));\n\t\t\t},\n\t\t\t\"integer\": function(a,b) {\n\t\t\t\treturn compare($tw.utils.parseInt(a),$tw.utils.parseInt(b));\n\t\t\t},\n\t\t\t\"string\": function(a,b) {\n\t\t\t\treturn compare(\"\" + a,\"\" +b);\n\t\t\t},\n\t\t\t\"date\": function(a,b) {\n\t\t\t\tvar dateA = $tw.utils.parseDate(a),\n\t\t\t\t\tdateB = $tw.utils.parseDate(b);\n\t\t\t\tif(!isFinite(dateA)) {\n\t\t\t\t\tdateA = new Date(0);\n\t\t\t\t}\n\t\t\t\tif(!isFinite(dateB)) {\n\t\t\t\t\tdateB = new Date(0);\n\t\t\t\t}\n\t\t\t\treturn compare(dateA,dateB);\n\t\t\t},\n\t\t\t\"version\": function(a,b) {\n\t\t\t\treturn $tw.utils.compareVersions(a,b);\n\t\t\t}\n\t\t};\n\treturn (types[type] || types[options.defaultType] || types.number);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/linkedlist.js": {
            "title": "$:/core/modules/utils/linkedlist.js",
            "text": "/*\\\nmodule-type: utils\ntitle: $:/core/modules/utils/linkedlist.js\ntype: application/javascript\n\nThis is a doubly-linked indexed list intended for manipulation, particularly\npushTop, which it does with significantly better performance than an array.\n\n\\*/\n(function(){\n\nfunction LinkedList() {\n\tthis.clear();\n};\n\nLinkedList.prototype.clear = function() {\n\tthis.index = Object.create(null);\n\t// LinkedList performs the duty of both the head and tail node\n\tthis.next = this;\n\tthis.prev = this;\n\tthis.length = 0;\n};\n\nLinkedList.prototype.remove = function(value) {\n\tif($tw.utils.isArray(value)) {\n\t\tfor(var t=0; t<value.length; t++) {\n\t\t\t_removeOne(this,value[t]);\n\t\t}\n\t} else {\n\t\t_removeOne(this,value);\n\t}\n};\n\nLinkedList.prototype.push = function(/* values */) {\n\tfor(var i = 0; i < arguments.length; i++) {\n\t\tvar value = arguments[i];\n\t\tvar node = {value: value};\n\t\tvar preexistingNode = this.index[value];\n\t\t_linkToEnd(this,node);\n\t\tif(preexistingNode) {\n\t\t\t// We want to keep pointing to the first instance, but we want\n\t\t\t// to have that instance (or chain of instances) point to the\n\t\t\t// new one.\n\t\t\twhile (preexistingNode.copy) {\n\t\t\t\tpreexistingNode = preexistingNode.copy;\n\t\t\t}\n\t\t\tpreexistingNode.copy = node;\n\t\t} else {\n\t\t\tthis.index[value] = node;\n\t\t}\n\t}\n};\n\nLinkedList.prototype.pushTop = function(value) {\n\tif($tw.utils.isArray(value)) {\n\t\tfor(var t=0; t<value.length; t++) {\n\t\t\t_removeOne(this,value[t]);\n\t\t}\n\t\tthis.push.apply(this,value);\n\t} else {\n\t\tvar node = _removeOne(this,value);\n\t\tif(!node) {\n\t\t\tnode = {value: value};\n\t\t\tthis.index[value] = node;\n\t\t} else {\n\t\t\t// Put this node at the end of the copy chain.\n\t\t\tvar preexistingNode = node;\n\t\t\twhile(preexistingNode.copy) {\n\t\t\t\tpreexistingNode = preexistingNode.copy;\n\t\t\t}\n\t\t\t// The order of these three statements is important,\n\t\t\t// because sometimes preexistingNode == node.\n\t\t\tpreexistingNode.copy = node;\n\t\t\tthis.index[value] = node.copy;\n\t\t\tnode.copy = undefined;\n\t\t}\n\t\t_linkToEnd(this,node);\n\t}\n};\n\nLinkedList.prototype.each = function(callback) {\n\tfor(var ptr = this.next; ptr !== this; ptr = ptr.next) {\n\t\tcallback(ptr.value);\n\t}\n};\n\nLinkedList.prototype.toArray = function() {\n\tvar output = [];\n\tfor(var ptr = this.next; ptr !== this; ptr = ptr.next) {\n\t\toutput.push(ptr.value);\n\t}\n\treturn output;\n};\n\nfunction _removeOne(list,value) {\n\tvar node = list.index[value];\n\tif(node) {\n\t\tnode.prev.next = node.next;\n\t\tnode.next.prev = node.prev;\n\t\tlist.length -= 1;\n\t\t// Point index to the next instance of the same value, maybe nothing.\n\t\tlist.index[value] = node.copy;\n\t}\n\treturn node;\n};\n\nfunction _linkToEnd(list,node) {\n\t// Sticks the given node onto the end of the list.\n\tlist.prev.next = node;\n\tnode.prev = list.prev;\n\tlist.prev = node;\n\tnode.next = list;\n\tlist.length += 1;\n};\n\nexports.LinkedList = LinkedList;\n\n})();\n",
            "module-type": "utils",
            "type": "application/javascript"
        },
        "$:/core/modules/utils/edition-info.js": {
            "title": "$:/core/modules/utils/edition-info.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/edition-info.js\ntype: application/javascript\nmodule-type: utils-node\n\nInformation about the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\nvar editionInfo;\n\nexports.getEditionInfo = function() {\n\tif(!editionInfo) {\n\t\t// Enumerate the edition paths\n\t\tvar editionPaths = $tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar);\n\t\teditionInfo = {};\n\t\tfor(var editionIndex=0; editionIndex<editionPaths.length; editionIndex++) {\n\t\t\tvar editionPath = editionPaths[editionIndex];\n\t\t\t// Enumerate the folders\n\t\t\tvar entries = fs.readdirSync(editionPath);\n\t\t\tfor(var entryIndex=0; entryIndex<entries.length; entryIndex++) {\n\t\t\t\tvar entry = entries[entryIndex];\n\t\t\t\t// Check if directories have a valid tiddlywiki.info\n\t\t\t\tif(!editionInfo[entry] && $tw.utils.isDirectory(path.resolve(editionPath,entry))) {\n\t\t\t\t\tvar info;\n\t\t\t\t\ttry {\n\t\t\t\t\t\tinfo = JSON.parse(fs.readFileSync(path.resolve(editionPath,entry,\"tiddlywiki.info\"),\"utf8\"));\n\t\t\t\t\t} catch(ex) {\n\t\t\t\t\t}\n\t\t\t\t\tif(info) {\n\t\t\t\t\t\teditionInfo[entry] = info;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn editionInfo;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils-node"
        },
        "$:/core/modules/utils/filesystem.js": {
            "title": "$:/core/modules/utils/filesystem.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/filesystem.js\ntype: application/javascript\nmodule-type: utils-node\n\nFile system utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\n/*\nReturn the subdirectories of a path\n*/\nexports.getSubdirectories = function(dirPath) {\n\tif(!$tw.utils.isDirectory(dirPath)) {\n\t\treturn null;\n\t}\n\tvar subdirs = [];\n\t$tw.utils.each(fs.readdirSync(dirPath),function(item) {\n\t\tif($tw.utils.isDirectory(path.resolve(dirPath,item))) {\n\t\t\tsubdirs.push(item);\n\t\t}\n\t});\n\treturn subdirs;\n}\n\n/*\nRecursively (and synchronously) copy a directory and all its content\n*/\nexports.copyDirectory = function(srcPath,dstPath) {\n\t// Remove any trailing path separators\n\tsrcPath = path.resolve($tw.utils.removeTrailingSeparator(srcPath));\n\tdstPath = path.resolve($tw.utils.removeTrailingSeparator(dstPath));\n\t// Check that neither director is within the other\n\tif(srcPath.substring(0,dstPath.length) === dstPath || dstPath.substring(0,srcPath.length) === srcPath) {\n\t\treturn \"Cannot copy nested directories\";\n\t}\n\t// Create the destination directory\n\tvar err = $tw.utils.createDirectory(dstPath);\n\tif(err) {\n\t\treturn err;\n\t}\n\t// Function to copy a folder full of files\n\tvar copy = function(srcPath,dstPath) {\n\t\tvar srcStats = fs.lstatSync(srcPath),\n\t\t\tdstExists = fs.existsSync(dstPath);\n\t\tif(srcStats.isFile()) {\n\t\t\t$tw.utils.copyFile(srcPath,dstPath);\n\t\t} else if(srcStats.isDirectory()) {\n\t\t\tvar items = fs.readdirSync(srcPath);\n\t\t\tfor(var t=0; t<items.length; t++) {\n\t\t\t\tvar item = items[t],\n\t\t\t\t\terr = copy(srcPath + path.sep + item,dstPath + path.sep + item);\n\t\t\t\tif(err) {\n\t\t\t\t\treturn err;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\tcopy(srcPath,dstPath);\n\treturn null;\n};\n\n/*\nCopy a file\n*/\nvar FILE_BUFFER_LENGTH = 64 * 1024,\n\tfileBuffer;\n\nexports.copyFile = function(srcPath,dstPath) {\n\t// Create buffer if required\n\tif(!fileBuffer) {\n\t\tfileBuffer = Buffer.alloc(FILE_BUFFER_LENGTH);\n\t}\n\t// Create any directories in the destination\n\t$tw.utils.createDirectory(path.dirname(dstPath));\n\t// Copy the file\n\tvar srcFile = fs.openSync(srcPath,\"r\"),\n\t\tdstFile = fs.openSync(dstPath,\"w\"),\n\t\tbytesRead = 1,\n\t\tpos = 0;\n\twhile (bytesRead > 0) {\n\t\tbytesRead = fs.readSync(srcFile,fileBuffer,0,FILE_BUFFER_LENGTH,pos);\n\t\tfs.writeSync(dstFile,fileBuffer,0,bytesRead);\n\t\tpos += bytesRead;\n\t}\n\tfs.closeSync(srcFile);\n\tfs.closeSync(dstFile);\n\treturn null;\n};\n\n/*\nRemove trailing path separator\n*/\nexports.removeTrailingSeparator = function(dirPath) {\n\tvar len = dirPath.length;\n\tif(dirPath.charAt(len-1) === path.sep) {\n\t\tdirPath = dirPath.substr(0,len-1);\n\t}\n\treturn dirPath;\n};\n\n/*\nRecursively create a directory\n*/\nexports.createDirectory = function(dirPath) {\n\tif(dirPath.substr(dirPath.length-1,1) !== path.sep) {\n\t\tdirPath = dirPath + path.sep;\n\t}\n\tvar pos = 1;\n\tpos = dirPath.indexOf(path.sep,pos);\n\twhile(pos !== -1) {\n\t\tvar subDirPath = dirPath.substr(0,pos);\n\t\tif(!$tw.utils.isDirectory(subDirPath)) {\n\t\t\ttry {\n\t\t\t\tfs.mkdirSync(subDirPath);\n\t\t\t} catch(e) {\n\t\t\t\treturn \"Error creating directory '\" + subDirPath + \"'\";\n\t\t\t}\n\t\t}\n\t\tpos = dirPath.indexOf(path.sep,pos + 1);\n\t}\n\treturn null;\n};\n\n/*\nRecursively create directories needed to contain a specified file\n*/\nexports.createFileDirectories = function(filePath) {\n\treturn $tw.utils.createDirectory(path.dirname(filePath));\n};\n\n/*\nRecursively delete a directory\n*/\nexports.deleteDirectory = function(dirPath) {\n\tif(fs.existsSync(dirPath)) {\n\t\tvar entries = fs.readdirSync(dirPath);\n\t\tfor(var entryIndex=0; entryIndex<entries.length; entryIndex++) {\n\t\t\tvar currPath = dirPath + path.sep + entries[entryIndex];\n\t\t\tif(fs.lstatSync(currPath).isDirectory()) {\n\t\t\t\t$tw.utils.deleteDirectory(currPath);\n\t\t\t} else {\n\t\t\t\tfs.unlinkSync(currPath);\n\t\t\t}\n\t\t}\n\tfs.rmdirSync(dirPath);\n\t}\n\treturn null;\n};\n\n/*\nCheck if a path identifies a directory\n*/\nexports.isDirectory = function(dirPath) {\n\treturn fs.existsSync(dirPath) && fs.statSync(dirPath).isDirectory();\n};\n\n/*\nCheck if a path identifies a directory that is empty\n*/\nexports.isDirectoryEmpty = function(dirPath) {\n\tif(!$tw.utils.isDirectory(dirPath)) {\n\t\treturn false;\n\t}\n\tvar files = fs.readdirSync(dirPath),\n\t\tempty = true;\n\t$tw.utils.each(files,function(file,index) {\n\t\tif(file.charAt(0) !== \".\") {\n\t\t\tempty = false;\n\t\t}\n\t});\n\treturn empty;\n};\n\n/*\nRecursively delete a tree of empty directories\n*/\nexports.deleteEmptyDirs = function(dirpath,callback) {\n\tvar self = this;\n\tfs.readdir(dirpath,function(err,files) {\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\n\t\tif(files.length > 0) {\n\t\t\treturn callback(null);\n\t\t}\n\t\tfs.rmdir(dirpath,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tself.deleteEmptyDirs(path.dirname(dirpath),callback);\n\t\t});\n\t});\n};\n\n/*\nCreate a fileInfo object for saving a tiddler:\n\tfilepath: the absolute path to the file containing the tiddler\n\ttype: the type of the tiddler file on disk (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\n\tisEditableFile: true if the tiddler was loaded via non-standard options & marked editable\nOptions include:\n\tdirectory: absolute path of root directory to which we are saving\n\tpathFilters: optional array of filters to be used to generate the base path\n\textFilters: optional array of filters to be used to generate the base path\n\twiki: optional wiki for evaluating the pathFilters,\n\tfileInfo: an existing fileInfo to check against\n\toriginalpath: a preferred filepath if no pathFilters match\n*/\nexports.generateTiddlerFileInfo = function(tiddler,options) {\n\tvar fileInfo = {}, metaExt;\n\t// Propagate the isEditableFile flag\n\tif(options.fileInfo) {\n\t\tfileInfo.isEditableFile = options.fileInfo.isEditableFile || false;\n\t}\n\t// Check if the tiddler has any unsafe fields that can't be expressed in a .tid or .meta file: containing control characters, or leading/trailing whitespace\n\tvar hasUnsafeFields = false;\n\t$tw.utils.each(tiddler.getFieldStrings(),function(value,fieldName) {\n\t\tif(fieldName !== \"text\") {\n\t\t\thasUnsafeFields = hasUnsafeFields || /[\\x00-\\x1F]/mg.test(value);\n\t\t\thasUnsafeFields = hasUnsafeFields || ($tw.utils.trim(value) !== value);\n\t\t}\n\t});\n\t// Check for field values \n\tif(hasUnsafeFields) {\n\t\t// Save as a JSON file\n\t\tfileInfo.type = \"application/json\";\n\t\tfileInfo.hasMetaFile = false;\n\t} else {\n\t\t// Save as a .tid or a text/binary file plus a .meta file\n\t\tvar tiddlerType = tiddler.fields.type || \"text/vnd.tiddlywiki\";\n\t\tif(tiddlerType === \"text/vnd.tiddlywiki\") {\n\t\t\t// Save as a .tid file\n\t\t\tfileInfo.type = \"application/x-tiddler\";\n\t\t\tfileInfo.hasMetaFile = false;\n\t\t} else {\n\t\t\t// Save as a text/binary file and a .meta file\n\t\t\tfileInfo.type = tiddlerType;\n\t\t\tfileInfo.hasMetaFile = true;\n\t\t}\n\t\tif(options.extFilters) {\n\t\t\t// Check for extension override\n\t\t\tmetaExt = $tw.utils.generateTiddlerExtension(tiddler.fields.title,{\n\t\t\t\textFilters: options.extFilters,\n\t\t\t\twiki: options.wiki\n\t\t\t});\n\t\t\tif(metaExt){\n\t\t\t\tif(metaExt === \".tid\") {\n\t\t\t\t\t// Overriding to the .tid extension needs special handling\n\t\t\t\t\tfileInfo.type = \"application/x-tiddler\";\n\t\t\t\t\tfileInfo.hasMetaFile = false;\n\t\t\t\t} else if (metaExt === \".json\") {\n\t\t\t\t\t// Overriding to the .json extension needs special handling\n\t\t\t\t\tfileInfo.type = \"application/json\";\n\t\t\t\t\tfileInfo.hasMetaFile = false;\n\t\t\t\t} else {\n\t\t\t\t\t//If the new type matches a known extention, use that MIME type's encoding\n\t\t\t\t\tvar extInfo = $tw.utils.getFileExtensionInfo(metaExt);\n\t\t\t\t\tfileInfo.type = extInfo ? extInfo.type : null;\n\t\t\t\t\tfileInfo.encoding = $tw.utils.getTypeEncoding(metaExt);\n\t\t\t\t\tfileInfo.hasMetaFile = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t// Take the file extension from the tiddler content type or metaExt\n\tvar contentTypeInfo = $tw.config.contentTypeInfo[fileInfo.type] || {extension: \"\"};\n\t// Generate the filepath\n\tfileInfo.filepath = $tw.utils.generateTiddlerFilepath(tiddler.fields.title,{\n\t\textension: metaExt || contentTypeInfo.extension,\n\t\tdirectory: options.directory,\n\t\tpathFilters: options.pathFilters,\n\t\twiki: options.wiki,\n\t\tfileInfo: options.fileInfo,\n\t\toriginalpath: options.originalpath\n\t});\n\treturn fileInfo;\n};\n\n/*\nGenerate the file extension for saving a tiddler\nOptions include:\n\textFilters: optional array of filters to be used to generate the extention\n\twiki: optional wiki for evaluating the extFilters\n*/\nexports.generateTiddlerExtension = function(title,options) {\n\tvar self = this,\n\t\textension;\n\t// Check if any of the extFilters applies\n\tif(options.extFilters && options.wiki) { \n\t\t$tw.utils.each(options.extFilters,function(filter) {\n\t\t\tif(!extension) {\n\t\t\t\tvar source = options.wiki.makeTiddlerIterator([title]),\n\t\t\t\t\tresult = options.wiki.filterTiddlers(filter,null,source);\n\t\t\t\tif(result.length > 0) {\n\t\t\t\t\textension = result[0];\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn extension;\n};\n\n/*\nGenerate the filepath for saving a tiddler\nOptions include:\n\textension: file extension to be added the finished filepath\n\tdirectory: absolute path of root directory to which we are saving\n\tpathFilters: optional array of filters to be used to generate the base path\n\twiki: optional wiki for evaluating the pathFilters\n\tfileInfo: an existing fileInfo object to check against\n*/\nexports.generateTiddlerFilepath = function(title,options) {\n\tvar self = this,\n\t\tdirectory = options.directory || \"\",\n\t\textension = options.extension || \"\",\n\t\toriginalpath = options.originalpath || \"\",\n\t\tfilepath;\t\n\t// Check if any of the pathFilters applies\n\tif(options.pathFilters && options.wiki) {\n\t\t$tw.utils.each(options.pathFilters,function(filter) {\n\t\t\tif(!filepath) {\n\t\t\t\tvar source = options.wiki.makeTiddlerIterator([title]),\n\t\t\t\t\tresult = options.wiki.filterTiddlers(filter,null,source);\n\t\t\t\tif(result.length > 0) {\n\t\t\t\t\tfilepath = result[0];\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\tif(!filepath && originalpath !== \"\") {\n\t\t//Use the originalpath without the extension\n\t\tvar ext = path.extname(originalpath);\n\t\tfilepath = originalpath.substring(0,originalpath.length - ext.length);\n\t} else if(!filepath) {\n\t\tfilepath = title;\n\t\t// If the filepath already ends in the extension then remove it\n\t\tif(filepath.substring(filepath.length - extension.length) === extension) {\n\t\t\tfilepath = filepath.substring(0,filepath.length - extension.length);\n\t\t}\n\t\t// Remove any forward or backward slashes so we don't create directories\n\t\tfilepath = filepath.replace(/\\/|\\\\/g,\"_\");\n\t}\n\t//If the path does not start with \".\" or \"..\" and a path seperator, then\n\tif(!/^\\.{1,2}[/\\\\]/g.test(filepath)) {\n\t\t// Don't let the filename start with any dots because such files are invisible on *nix\n\t\tfilepath = filepath.replace(/^\\.+/g,\"_\");\n\t}\n\t// Remove any characters that can't be used in cross-platform filenames\n\tfilepath = $tw.utils.transliterate(filepath.replace(/<|>|~|\\:|\\\"|\\||\\?|\\*|\\^/g,\"_\"));\n\t// Truncate the filename if it is too long\n\tif(filepath.length > 200) {\n\t\tfilepath = filepath.substr(0,200);\n\t}\n\t// If the resulting filename is blank (eg because the title is just punctuation characters)\n\tif(!filepath) {\n\t\t// ...then just use the character codes of the title\n\t\tfilepath = \"\";\t\n\t\t$tw.utils.each(title.split(\"\"),function(char) {\n\t\t\tif(filepath) {\n\t\t\t\tfilepath += \"-\";\n\t\t\t}\n\t\t\tfilepath += char.charCodeAt(0).toString();\n\t\t});\n\t}\n\t// Add a uniquifier if the file already exists\n\tvar fullPath, oldPath = (options.fileInfo) ? options.fileInfo.filepath : undefined,\n\t\tcount = 0;\n\tdo {\n\t\tfullPath = path.resolve(directory,filepath + (count ? \"_\" + count : \"\") + extension);\n\t\tif(oldPath && oldPath == fullPath) {\n\t\t\tbreak;\n\t\t}\n\t\tcount++;\n\t} while(fs.existsSync(fullPath));\n\t// If the last write failed with an error, or if path does not start with:\n\t//\tthe resolved options.directory, the resolved wikiPath directory, or the wikiTiddlersPath directory, \n\t//\tthen encodeURIComponent() and resolve to tiddler directory\n\tvar newPath = fullPath,\n\t\tencode = (options.fileInfo || {writeError: false}).writeError == true;\n\tif(!encode){\n\t\tencode = !(fullPath.indexOf(path.resolve(directory)) == 0 ||\n\t\t\tfullPath.indexOf(path.resolve($tw.boot.wikiPath)) == 0 ||\n\t\t\tfullPath.indexOf($tw.boot.wikiTiddlersPath) == 0);\n\t\t}\n\tif(encode){\n\t\tfullPath = path.resolve(directory, encodeURIComponent(fullPath));\n\t}\n\t// Call hook to allow plugins to modify the final path\n\tfullPath = $tw.hooks.invokeHook(\"th-make-tiddler-path\", newPath, fullPath);\n\t// Return the full path to the file\n\treturn fullPath;\n};\n\n/*\nSave a tiddler to a file described by the fileInfo:\n\tfilepath: the absolute path to the file containing the tiddler\n\ttype: the type of the tiddler file (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\n*/\nexports.saveTiddlerToFile = function(tiddler,fileInfo,callback) {\n\t$tw.utils.createDirectory(path.dirname(fileInfo.filepath));\n\tif(fileInfo.hasMetaFile) {\n\t\t// Save the tiddler as a separate body and meta file\n\t\tvar typeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/plain\"] || {encoding: \"utf8\"};\n\t\tfs.writeFile(fileInfo.filepath,tiddler.fields.text,typeInfo.encoding,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tfs.writeFile(fileInfo.filepath + \".meta\",tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}),\"utf8\",callback);\n\t\t});\n\t} else {\n\t\t// Save the tiddler as a self contained templated file\n\t\tif(fileInfo.type === \"application/x-tiddler\") {\n\t\t\tfs.writeFile(fileInfo.filepath,tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}) + (!!tiddler.fields.text ? \"\\n\\n\" + tiddler.fields.text : \"\"),\"utf8\",callback);\n\t\t} else {\n\t\t\tfs.writeFile(fileInfo.filepath,JSON.stringify([tiddler.getFieldStrings({exclude: [\"bag\"]})],null,$tw.config.preferences.jsonSpaces),\"utf8\",callback);\n\t\t}\n\t}\n};\n\n/*\nSave a tiddler to a file described by the fileInfo:\n\tfilepath: the absolute path to the file containing the tiddler\n\ttype: the type of the tiddler file (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\n*/\nexports.saveTiddlerToFileSync = function(tiddler,fileInfo) {\n\t$tw.utils.createDirectory(path.dirname(fileInfo.filepath));\n\tif(fileInfo.hasMetaFile) {\n\t\t// Save the tiddler as a separate body and meta file\n\t\tvar typeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/plain\"] || {encoding: \"utf8\"};\n\t\tfs.writeFileSync(fileInfo.filepath,tiddler.fields.text,typeInfo.encoding);\n\t\tfs.writeFileSync(fileInfo.filepath + \".meta\",tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}),\"utf8\");\n\t} else {\n\t\t// Save the tiddler as a self contained templated file\n\t\tif(fileInfo.type === \"application/x-tiddler\") {\n\t\t\tfs.writeFileSync(fileInfo.filepath,tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}) + (!!tiddler.fields.text ? \"\\n\\n\" + tiddler.fields.text : \"\"),\"utf8\");\n\t\t} else {\n\t\t\tfs.writeFileSync(fileInfo.filepath,JSON.stringify([tiddler.getFieldStrings({exclude: [\"bag\"]})],null,$tw.config.preferences.jsonSpaces),\"utf8\");\n\t\t}\n\t}\n};\n\n/*\nDelete a file described by the fileInfo if it exits\n*/\nexports.deleteTiddlerFile = function(fileInfo, callback) {\n\t//Only attempt to delete files that exist on disk\n\tif(!fileInfo.filepath || !fs.existsSync(fileInfo.filepath)) {\n\t\treturn callback(null);\n\t}\n\t// Delete the file\n\tfs.unlink(fileInfo.filepath,function(err) {\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\t\n\t\t// Delete the metafile if present\n\t\tif(fileInfo.hasMetaFile && fs.existsSync(fileInfo.filepath + \".meta\")) {\n\t\t\tfs.unlink(fileInfo.filepath + \".meta\",function(err) {\n\t\t\t\tif(err) {\n\t\t\t\t\treturn callback(err);\n\t\t\t\t}\n\t\t\t\treturn $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),callback);\n\t\t\t});\n\t\t} else {\n\t\t\treturn $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),callback);\n\t\t}\n\t});\n};\n\n/*\nCleanup old files on disk, by comparing the options values:\n\tadaptorInfo from $tw.syncer.tiddlerInfo\n\tbootInfo from $tw.boot.files\n*/\nexports.cleanupTiddlerFiles = function(options, callback) {\n\tvar adaptorInfo = options.adaptorInfo || {},\n\tbootInfo = options.bootInfo || {},\n\ttitle = options.title || \"undefined\";\n\tif(adaptorInfo.filepath && bootInfo.filepath && adaptorInfo.filepath !== bootInfo.filepath) {\n\t\treturn $tw.utils.deleteTiddlerFile(adaptorInfo, function(err){\n\t\t\tif(err) {\n\t\t\t\tif ((err.code == \"EPERM\" || err.code == \"EACCES\") && err.syscall == \"unlink\") {\n\t\t\t\t\t// Error deleting the previous file on disk, should fail gracefully\n\t\t\t\t\t$tw.syncer.displayError(\"Server desynchronized. Error cleaning up previous file for tiddler: \"+title, err);\n\t\t\t\t\treturn callback(null);\n\t\t\t\t} else {\n\t\t\t\t\treturn callback(err);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn callback(null);\n\t\t});\n\t} else {\n\t\treturn callback(null);\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils-node"
        },
        "$:/core/modules/utils/base64-utf8/base64-utf8.module.js": {
            "text": "(function(){// From https://gist.github.com/Nijikokun/5192472\n//\n// UTF8 Module\n//\n// Cleaner and modularized utf-8 encoding and decoding library for javascript.\n//\n// copyright: MIT\n// author: Nijiko Yonskai, @nijikokun, nijikokun@gmail.com\n!function(r,e,o,t){void 0!==o.module&&o.module.exports?o.module.exports=e.apply(o):void 0!==o.define&&\"function\"===o.define&&o.define.amd?define(\"utf8\",[],e):o.utf8=e.apply(o)}(0,function(){return{encode:function(r){if(\"string\"!=typeof r)return r;r=r.replace(/\\r\\n/g,\"\\n\");for(var e,o=\"\",t=0;t<r.length;t++)if((e=r.charCodeAt(t))<128)o+=String.fromCharCode(e);else if(e>127&&e<2048)o+=String.fromCharCode(e>>6|192),o+=String.fromCharCode(63&e|128);else if(e>55295&&e<57344&&r.length>t+1){var i=e,n=r.charCodeAt(t+1);t++;var d=65536+(i-55296<<10|n-56320);o+=String.fromCharCode(d>>18|240),o+=String.fromCharCode(d>>12&63|128),o+=String.fromCharCode(d>>6&63|128),o+=String.fromCharCode(63&d|128)}else o+=String.fromCharCode(e>>12|224),o+=String.fromCharCode(e>>6&63|128),o+=String.fromCharCode(63&e|128);return o},decode:function(r){if(\"string\"!=typeof r)return r;for(var e=\"\",o=0,t=0;o<r.length;)if((t=r.charCodeAt(o))<128)e+=String.fromCharCode(t),o++;else if(t>191&&t<224)e+=String.fromCharCode((31&t)<<6|63&r.charCodeAt(o+1)),o+=2;else if(t>223&&t<240)e+=String.fromCharCode((15&t)<<12|(63&r.charCodeAt(o+1))<<6|63&r.charCodeAt(o+2)),o+=3;else{var i=(7&t)<<18|(63&r.charCodeAt(o+1))<<12|(63&r.charCodeAt(o+2))<<6|63&r.charCodeAt(o+3);e+=String.fromCharCode(55296+(i-65536>>10))+String.fromCharCode(56320+(i-65536&1023)),o+=4}return e}}},this),function(r,e,o,t){if(void 0!==o.module&&o.module.exports){if(t&&o.require)for(var i=0;i<t.length;i++)o[t[i]]=o.require(t[i]);o.module.exports=e.apply(o)}else void 0!==o.define&&\"function\"===o.define&&o.define.amd?define(\"base64\",t||[],e):o.base64=e.apply(o)}(0,function(r){var e=r||this.utf8,o=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";return{encode:function(r){if(void 0===e)throw{error:\"MissingMethod\",message:\"UTF8 Module is missing.\"};if(\"string\"!=typeof r)return r;r=e.encode(r);for(var t,i,n,d,f,a,h,C=\"\",c=0;c<r.length;)d=(t=r.charCodeAt(c++))>>2,f=(3&t)<<4|(i=r.charCodeAt(c++))>>4,a=(15&i)<<2|(n=r.charCodeAt(c++))>>6,h=63&n,isNaN(i)?a=h=64:isNaN(n)&&(h=64),C+=o.charAt(d)+o.charAt(f)+o.charAt(a)+o.charAt(h);return C},decode:function(r){if(void 0===e)throw{error:\"MissingMethod\",message:\"UTF8 Module is missing.\"};if(\"string\"!=typeof r)return r;r=r.replace(/[^A-Za-z0-9\\+\\/\\=]/g,\"\");for(var t,i,n,d,f,a,h=\"\",C=0;C<r.length;)t=o.indexOf(r.charAt(C++))<<2|(d=o.indexOf(r.charAt(C++)))>>4,i=(15&d)<<4|(f=o.indexOf(r.charAt(C++)))>>2,n=(3&f)<<6|(a=o.indexOf(r.charAt(C++))),h+=String.fromCharCode(t),64!=f&&(h+=String.fromCharCode(i)),64!=a&&(h+=String.fromCharCode(n));return e.decode(h)}}},this,[\"utf8\"]);}).call(exports);",
            "type": "application/javascript",
            "title": "$:/core/modules/utils/base64-utf8/base64-utf8.module.js",
            "module-type": "library"
        },
        "$:/core/modules/utils/diff-match-patch/diff_match_patch.js": {
            "text": "(function(){function diff_match_patch(){this.Diff_Timeout=1;this.Diff_EditCost=4;this.Match_Threshold=.5;this.Match_Distance=1E3;this.Patch_DeleteThreshold=.5;this.Patch_Margin=4;this.Match_MaxBits=32}var DIFF_DELETE=-1,DIFF_INSERT=1,DIFF_EQUAL=0;\ndiff_match_patch.prototype.diff_main=function(a,b,c,d){\"undefined\"==typeof d&&(d=0>=this.Diff_Timeout?Number.MAX_VALUE:(new Date).getTime()+1E3*this.Diff_Timeout);if(null==a||null==b)throw Error(\"Null input. (diff_main)\");if(a==b)return a?[[DIFF_EQUAL,a]]:[];\"undefined\"==typeof c&&(c=!0);var e=c,f=this.diff_commonPrefix(a,b);c=a.substring(0,f);a=a.substring(f);b=b.substring(f);f=this.diff_commonSuffix(a,b);var g=a.substring(a.length-f);a=a.substring(0,a.length-f);b=b.substring(0,b.length-f);a=this.diff_compute_(a,\nb,e,d);c&&a.unshift([DIFF_EQUAL,c]);g&&a.push([DIFF_EQUAL,g]);this.diff_cleanupMerge(a);return a};\ndiff_match_patch.prototype.diff_compute_=function(a,b,c,d){if(!a)return[[DIFF_INSERT,b]];if(!b)return[[DIFF_DELETE,a]];var e=a.length>b.length?a:b,f=a.length>b.length?b:a,g=e.indexOf(f);return-1!=g?(c=[[DIFF_INSERT,e.substring(0,g)],[DIFF_EQUAL,f],[DIFF_INSERT,e.substring(g+f.length)]],a.length>b.length&&(c[0][0]=c[2][0]=DIFF_DELETE),c):1==f.length?[[DIFF_DELETE,a],[DIFF_INSERT,b]]:(e=this.diff_halfMatch_(a,b))?(b=e[1],f=e[3],a=e[4],e=this.diff_main(e[0],e[2],c,d),c=this.diff_main(b,f,c,d),e.concat([[DIFF_EQUAL,\na]],c)):c&&100<a.length&&100<b.length?this.diff_lineMode_(a,b,d):this.diff_bisect_(a,b,d)};\ndiff_match_patch.prototype.diff_lineMode_=function(a,b,c){var d=this.diff_linesToChars_(a,b);a=d.chars1;b=d.chars2;d=d.lineArray;a=this.diff_main(a,b,!1,c);this.diff_charsToLines_(a,d);this.diff_cleanupSemantic(a);a.push([DIFF_EQUAL,\"\"]);for(var e=d=b=0,f=\"\",g=\"\";b<a.length;){switch(a[b][0]){case DIFF_INSERT:e++;g+=a[b][1];break;case DIFF_DELETE:d++;f+=a[b][1];break;case DIFF_EQUAL:if(1<=d&&1<=e){a.splice(b-d-e,d+e);b=b-d-e;d=this.diff_main(f,g,!1,c);for(e=d.length-1;0<=e;e--)a.splice(b,0,d[e]);b+=\nd.length}d=e=0;g=f=\"\"}b++}a.pop();return a};\ndiff_match_patch.prototype.diff_bisect_=function(a,b,c){for(var d=a.length,e=b.length,f=Math.ceil((d+e)/2),g=2*f,h=Array(g),l=Array(g),k=0;k<g;k++)h[k]=-1,l[k]=-1;h[f+1]=0;l[f+1]=0;k=d-e;for(var m=0!=k%2,p=0,x=0,w=0,q=0,t=0;t<f&&!((new Date).getTime()>c);t++){for(var v=-t+p;v<=t-x;v+=2){var n=f+v;var r=v==-t||v!=t&&h[n-1]<h[n+1]?h[n+1]:h[n-1]+1;for(var y=r-v;r<d&&y<e&&a.charAt(r)==b.charAt(y);)r++,y++;h[n]=r;if(r>d)x+=2;else if(y>e)p+=2;else if(m&&(n=f+k-v,0<=n&&n<g&&-1!=l[n])){var u=d-l[n];if(r>=\nu)return this.diff_bisectSplit_(a,b,r,y,c)}}for(v=-t+w;v<=t-q;v+=2){n=f+v;u=v==-t||v!=t&&l[n-1]<l[n+1]?l[n+1]:l[n-1]+1;for(r=u-v;u<d&&r<e&&a.charAt(d-u-1)==b.charAt(e-r-1);)u++,r++;l[n]=u;if(u>d)q+=2;else if(r>e)w+=2;else if(!m&&(n=f+k-v,0<=n&&n<g&&-1!=h[n]&&(r=h[n],y=f+r-n,u=d-u,r>=u)))return this.diff_bisectSplit_(a,b,r,y,c)}}return[[DIFF_DELETE,a],[DIFF_INSERT,b]]};\ndiff_match_patch.prototype.diff_bisectSplit_=function(a,b,c,d,e){var f=a.substring(0,c),g=b.substring(0,d);a=a.substring(c);b=b.substring(d);f=this.diff_main(f,g,!1,e);e=this.diff_main(a,b,!1,e);return f.concat(e)};\ndiff_match_patch.prototype.diff_linesToChars_=function(a,b){function c(a){for(var b=\"\",c=0,f=-1,g=d.length;f<a.length-1;){f=a.indexOf(\"\\n\",c);-1==f&&(f=a.length-1);var h=a.substring(c,f+1);c=f+1;(e.hasOwnProperty?e.hasOwnProperty(h):void 0!==e[h])?b+=String.fromCharCode(e[h]):(b+=String.fromCharCode(g),e[h]=g,d[g++]=h)}return b}var d=[],e={};d[0]=\"\";var f=c(a),g=c(b);return{chars1:f,chars2:g,lineArray:d}};\ndiff_match_patch.prototype.diff_charsToLines_=function(a,b){for(var c=0;c<a.length;c++){for(var d=a[c][1],e=[],f=0;f<d.length;f++)e[f]=b[d.charCodeAt(f)];a[c][1]=e.join(\"\")}};diff_match_patch.prototype.diff_commonPrefix=function(a,b){if(!a||!b||a.charAt(0)!=b.charAt(0))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;c<e;)a.substring(f,e)==b.substring(f,e)?f=c=e:d=e,e=Math.floor((d-c)/2+c);return e};\ndiff_match_patch.prototype.diff_commonSuffix=function(a,b){if(!a||!b||a.charAt(a.length-1)!=b.charAt(b.length-1))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;c<e;)a.substring(a.length-e,a.length-f)==b.substring(b.length-e,b.length-f)?f=c=e:d=e,e=Math.floor((d-c)/2+c);return e};\ndiff_match_patch.prototype.diff_commonOverlap_=function(a,b){var c=a.length,d=b.length;if(0==c||0==d)return 0;c>d?a=a.substring(c-d):c<d&&(b=b.substring(0,c));c=Math.min(c,d);if(a==b)return c;d=0;for(var e=1;;){var f=a.substring(c-e);f=b.indexOf(f);if(-1==f)return d;e+=f;if(0==f||a.substring(c-e)==b.substring(0,e))d=e,e++}};\ndiff_match_patch.prototype.diff_halfMatch_=function(a,b){function c(a,b,c){for(var d=a.substring(c,c+Math.floor(a.length/4)),e=-1,g=\"\",h,k,l,m;-1!=(e=b.indexOf(d,e+1));){var p=f.diff_commonPrefix(a.substring(c),b.substring(e)),u=f.diff_commonSuffix(a.substring(0,c),b.substring(0,e));g.length<u+p&&(g=b.substring(e-u,e)+b.substring(e,e+p),h=a.substring(0,c-u),k=a.substring(c+p),l=b.substring(0,e-u),m=b.substring(e+p))}return 2*g.length>=a.length?[h,k,l,m,g]:null}if(0>=this.Diff_Timeout)return null;\nvar d=a.length>b.length?a:b,e=a.length>b.length?b:a;if(4>d.length||2*e.length<d.length)return null;var f=this,g=c(d,e,Math.ceil(d.length/4));d=c(d,e,Math.ceil(d.length/2));if(g||d)g=d?g?g[4].length>d[4].length?g:d:d:g;else return null;if(a.length>b.length){d=g[0];e=g[1];var h=g[2];var l=g[3]}else h=g[0],l=g[1],d=g[2],e=g[3];return[d,e,h,l,g[4]]};\ndiff_match_patch.prototype.diff_cleanupSemantic=function(a){for(var b=!1,c=[],d=0,e=null,f=0,g=0,h=0,l=0,k=0;f<a.length;)a[f][0]==DIFF_EQUAL?(c[d++]=f,g=l,h=k,k=l=0,e=a[f][1]):(a[f][0]==DIFF_INSERT?l+=a[f][1].length:k+=a[f][1].length,e&&e.length<=Math.max(g,h)&&e.length<=Math.max(l,k)&&(a.splice(c[d-1],0,[DIFF_DELETE,e]),a[c[d-1]+1][0]=DIFF_INSERT,d--,d--,f=0<d?c[d-1]:-1,k=l=h=g=0,e=null,b=!0)),f++;b&&this.diff_cleanupMerge(a);this.diff_cleanupSemanticLossless(a);for(f=1;f<a.length;){if(a[f-1][0]==\nDIFF_DELETE&&a[f][0]==DIFF_INSERT){b=a[f-1][1];c=a[f][1];d=this.diff_commonOverlap_(b,c);e=this.diff_commonOverlap_(c,b);if(d>=e){if(d>=b.length/2||d>=c.length/2)a.splice(f,0,[DIFF_EQUAL,c.substring(0,d)]),a[f-1][1]=b.substring(0,b.length-d),a[f+1][1]=c.substring(d),f++}else if(e>=b.length/2||e>=c.length/2)a.splice(f,0,[DIFF_EQUAL,b.substring(0,e)]),a[f-1][0]=DIFF_INSERT,a[f-1][1]=c.substring(0,c.length-e),a[f+1][0]=DIFF_DELETE,a[f+1][1]=b.substring(e),f++;f++}f++}};\ndiff_match_patch.prototype.diff_cleanupSemanticLossless=function(a){function b(a,b){if(!a||!b)return 6;var c=a.charAt(a.length-1),d=b.charAt(0),e=c.match(diff_match_patch.nonAlphaNumericRegex_),f=d.match(diff_match_patch.nonAlphaNumericRegex_),g=e&&c.match(diff_match_patch.whitespaceRegex_),h=f&&d.match(diff_match_patch.whitespaceRegex_);c=g&&c.match(diff_match_patch.linebreakRegex_);d=h&&d.match(diff_match_patch.linebreakRegex_);var k=c&&a.match(diff_match_patch.blanklineEndRegex_),l=d&&b.match(diff_match_patch.blanklineStartRegex_);\nreturn k||l?5:c||d?4:e&&!g&&h?3:g||h?2:e||f?1:0}for(var c=1;c<a.length-1;){if(a[c-1][0]==DIFF_EQUAL&&a[c+1][0]==DIFF_EQUAL){var d=a[c-1][1],e=a[c][1],f=a[c+1][1],g=this.diff_commonSuffix(d,e);if(g){var h=e.substring(e.length-g);d=d.substring(0,d.length-g);e=h+e.substring(0,e.length-g);f=h+f}g=d;h=e;for(var l=f,k=b(d,e)+b(e,f);e.charAt(0)===f.charAt(0);){d+=e.charAt(0);e=e.substring(1)+f.charAt(0);f=f.substring(1);var m=b(d,e)+b(e,f);m>=k&&(k=m,g=d,h=e,l=f)}a[c-1][1]!=g&&(g?a[c-1][1]=g:(a.splice(c-\n1,1),c--),a[c][1]=h,l?a[c+1][1]=l:(a.splice(c+1,1),c--))}c++}};diff_match_patch.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/;diff_match_patch.whitespaceRegex_=/\\s/;diff_match_patch.linebreakRegex_=/[\\r\\n]/;diff_match_patch.blanklineEndRegex_=/\\n\\r?\\n$/;diff_match_patch.blanklineStartRegex_=/^\\r?\\n\\r?\\n/;\ndiff_match_patch.prototype.diff_cleanupEfficiency=function(a){for(var b=!1,c=[],d=0,e=null,f=0,g=!1,h=!1,l=!1,k=!1;f<a.length;)a[f][0]==DIFF_EQUAL?(a[f][1].length<this.Diff_EditCost&&(l||k)?(c[d++]=f,g=l,h=k,e=a[f][1]):(d=0,e=null),l=k=!1):(a[f][0]==DIFF_DELETE?k=!0:l=!0,e&&(g&&h&&l&&k||e.length<this.Diff_EditCost/2&&3==g+h+l+k)&&(a.splice(c[d-1],0,[DIFF_DELETE,e]),a[c[d-1]+1][0]=DIFF_INSERT,d--,e=null,g&&h?(l=k=!0,d=0):(d--,f=0<d?c[d-1]:-1,l=k=!1),b=!0)),f++;b&&this.diff_cleanupMerge(a)};\ndiff_match_patch.prototype.diff_cleanupMerge=function(a){a.push([DIFF_EQUAL,\"\"]);for(var b=0,c=0,d=0,e=\"\",f=\"\",g;b<a.length;)switch(a[b][0]){case DIFF_INSERT:d++;f+=a[b][1];b++;break;case DIFF_DELETE:c++;e+=a[b][1];b++;break;case DIFF_EQUAL:1<c+d?(0!==c&&0!==d&&(g=this.diff_commonPrefix(f,e),0!==g&&(0<b-c-d&&a[b-c-d-1][0]==DIFF_EQUAL?a[b-c-d-1][1]+=f.substring(0,g):(a.splice(0,0,[DIFF_EQUAL,f.substring(0,g)]),b++),f=f.substring(g),e=e.substring(g)),g=this.diff_commonSuffix(f,e),0!==g&&(a[b][1]=f.substring(f.length-\ng)+a[b][1],f=f.substring(0,f.length-g),e=e.substring(0,e.length-g))),0===c?a.splice(b-d,c+d,[DIFF_INSERT,f]):0===d?a.splice(b-c,c+d,[DIFF_DELETE,e]):a.splice(b-c-d,c+d,[DIFF_DELETE,e],[DIFF_INSERT,f]),b=b-c-d+(c?1:0)+(d?1:0)+1):0!==b&&a[b-1][0]==DIFF_EQUAL?(a[b-1][1]+=a[b][1],a.splice(b,1)):b++,c=d=0,f=e=\"\"}\"\"===a[a.length-1][1]&&a.pop();c=!1;for(b=1;b<a.length-1;)a[b-1][0]==DIFF_EQUAL&&a[b+1][0]==DIFF_EQUAL&&(a[b][1].substring(a[b][1].length-a[b-1][1].length)==a[b-1][1]?(a[b][1]=a[b-1][1]+a[b][1].substring(0,\na[b][1].length-a[b-1][1].length),a[b+1][1]=a[b-1][1]+a[b+1][1],a.splice(b-1,1),c=!0):a[b][1].substring(0,a[b+1][1].length)==a[b+1][1]&&(a[b-1][1]+=a[b+1][1],a[b][1]=a[b][1].substring(a[b+1][1].length)+a[b+1][1],a.splice(b+1,1),c=!0)),b++;c&&this.diff_cleanupMerge(a)};\ndiff_match_patch.prototype.diff_xIndex=function(a,b){var c=0,d=0,e=0,f=0,g;for(g=0;g<a.length;g++){a[g][0]!==DIFF_INSERT&&(c+=a[g][1].length);a[g][0]!==DIFF_DELETE&&(d+=a[g][1].length);if(c>b)break;e=c;f=d}return a.length!=g&&a[g][0]===DIFF_DELETE?f:f+(b-e)};\ndiff_match_patch.prototype.diff_prettyHtml=function(a){for(var b=[],c=/&/g,d=/</g,e=/>/g,f=/\\n/g,g=0;g<a.length;g++){var h=a[g][0],l=a[g][1].replace(c,\"&amp;\").replace(d,\"&lt;\").replace(e,\"&gt;\").replace(f,\"&para;<br>\");switch(h){case DIFF_INSERT:b[g]='<ins style=\"background:#e6ffe6;\">'+l+\"</ins>\";break;case DIFF_DELETE:b[g]='<del style=\"background:#ffe6e6;\">'+l+\"</del>\";break;case DIFF_EQUAL:b[g]=\"<span>\"+l+\"</span>\"}}return b.join(\"\")};\ndiff_match_patch.prototype.diff_text1=function(a){for(var b=[],c=0;c<a.length;c++)a[c][0]!==DIFF_INSERT&&(b[c]=a[c][1]);return b.join(\"\")};diff_match_patch.prototype.diff_text2=function(a){for(var b=[],c=0;c<a.length;c++)a[c][0]!==DIFF_DELETE&&(b[c]=a[c][1]);return b.join(\"\")};\ndiff_match_patch.prototype.diff_levenshtein=function(a){for(var b=0,c=0,d=0,e=0;e<a.length;e++){var f=a[e][1];switch(a[e][0]){case DIFF_INSERT:c+=f.length;break;case DIFF_DELETE:d+=f.length;break;case DIFF_EQUAL:b+=Math.max(c,d),d=c=0}}return b+=Math.max(c,d)};\ndiff_match_patch.prototype.diff_toDelta=function(a){for(var b=[],c=0;c<a.length;c++)switch(a[c][0]){case DIFF_INSERT:b[c]=\"+\"+encodeURI(a[c][1]);break;case DIFF_DELETE:b[c]=\"-\"+a[c][1].length;break;case DIFF_EQUAL:b[c]=\"=\"+a[c][1].length}return b.join(\"\\t\").replace(/%20/g,\" \")};\ndiff_match_patch.prototype.diff_fromDelta=function(a,b){for(var c=[],d=0,e=0,f=b.split(/\\t/g),g=0;g<f.length;g++){var h=f[g].substring(1);switch(f[g].charAt(0)){case \"+\":try{c[d++]=[DIFF_INSERT,decodeURI(h)]}catch(k){throw Error(\"Illegal escape in diff_fromDelta: \"+h);}break;case \"-\":case \"=\":var l=parseInt(h,10);if(isNaN(l)||0>l)throw Error(\"Invalid number in diff_fromDelta: \"+h);h=a.substring(e,e+=l);\"=\"==f[g].charAt(0)?c[d++]=[DIFF_EQUAL,h]:c[d++]=[DIFF_DELETE,h];break;default:if(f[g])throw Error(\"Invalid diff operation in diff_fromDelta: \"+\nf[g]);}}if(e!=a.length)throw Error(\"Delta length (\"+e+\") does not equal source text length (\"+a.length+\").\");return c};diff_match_patch.prototype.match_main=function(a,b,c){if(null==a||null==b||null==c)throw Error(\"Null input. (match_main)\");c=Math.max(0,Math.min(c,a.length));return a==b?0:a.length?a.substring(c,c+b.length)==b?c:this.match_bitap_(a,b,c):-1};\ndiff_match_patch.prototype.match_bitap_=function(a,b,c){function d(a,d){var e=a/b.length,g=Math.abs(c-d);return f.Match_Distance?e+g/f.Match_Distance:g?1:e}if(b.length>this.Match_MaxBits)throw Error(\"Pattern too long for this browser.\");var e=this.match_alphabet_(b),f=this,g=this.Match_Threshold,h=a.indexOf(b,c);-1!=h&&(g=Math.min(d(0,h),g),h=a.lastIndexOf(b,c+b.length),-1!=h&&(g=Math.min(d(0,h),g)));var l=1<<b.length-1;h=-1;for(var k,m,p=b.length+a.length,x,w=0;w<b.length;w++){k=0;for(m=p;k<m;)d(w,\nc+m)<=g?k=m:p=m,m=Math.floor((p-k)/2+k);p=m;k=Math.max(1,c-m+1);var q=Math.min(c+m,a.length)+b.length;m=Array(q+2);for(m[q+1]=(1<<w)-1;q>=k;q--){var t=e[a.charAt(q-1)];m[q]=0===w?(m[q+1]<<1|1)&t:(m[q+1]<<1|1)&t|(x[q+1]|x[q])<<1|1|x[q+1];if(m[q]&l&&(t=d(w,q-1),t<=g))if(g=t,h=q-1,h>c)k=Math.max(1,2*c-h);else break}if(d(w+1,c)>g)break;x=m}return h};\ndiff_match_patch.prototype.match_alphabet_=function(a){for(var b={},c=0;c<a.length;c++)b[a.charAt(c)]=0;for(c=0;c<a.length;c++)b[a.charAt(c)]|=1<<a.length-c-1;return b};\ndiff_match_patch.prototype.patch_addContext_=function(a,b){if(0!=b.length){for(var c=b.substring(a.start2,a.start2+a.length1),d=0;b.indexOf(c)!=b.lastIndexOf(c)&&c.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)d+=this.Patch_Margin,c=b.substring(a.start2-d,a.start2+a.length1+d);d+=this.Patch_Margin;(c=b.substring(a.start2-d,a.start2))&&a.diffs.unshift([DIFF_EQUAL,c]);(d=b.substring(a.start2+a.length1,a.start2+a.length1+d))&&a.diffs.push([DIFF_EQUAL,d]);a.start1-=c.length;a.start2-=\nc.length;a.length1+=c.length+d.length;a.length2+=c.length+d.length}};\ndiff_match_patch.prototype.patch_make=function(a,b,c){if(\"string\"==typeof a&&\"string\"==typeof b&&\"undefined\"==typeof c){var d=a;b=this.diff_main(d,b,!0);2<b.length&&(this.diff_cleanupSemantic(b),this.diff_cleanupEfficiency(b))}else if(a&&\"object\"==typeof a&&\"undefined\"==typeof b&&\"undefined\"==typeof c)b=a,d=this.diff_text1(b);else if(\"string\"==typeof a&&b&&\"object\"==typeof b&&\"undefined\"==typeof c)d=a;else if(\"string\"==typeof a&&\"string\"==typeof b&&c&&\"object\"==typeof c)d=a,b=c;else throw Error(\"Unknown call format to patch_make.\");\nif(0===b.length)return[];c=[];a=new diff_match_patch.patch_obj;for(var e=0,f=0,g=0,h=d,l=0;l<b.length;l++){var k=b[l][0],m=b[l][1];e||k===DIFF_EQUAL||(a.start1=f,a.start2=g);switch(k){case DIFF_INSERT:a.diffs[e++]=b[l];a.length2+=m.length;d=d.substring(0,g)+m+d.substring(g);break;case DIFF_DELETE:a.length1+=m.length;a.diffs[e++]=b[l];d=d.substring(0,g)+d.substring(g+m.length);break;case DIFF_EQUAL:m.length<=2*this.Patch_Margin&&e&&b.length!=l+1?(a.diffs[e++]=b[l],a.length1+=m.length,a.length2+=m.length):\nm.length>=2*this.Patch_Margin&&e&&(this.patch_addContext_(a,h),c.push(a),a=new diff_match_patch.patch_obj,e=0,h=d,f=g)}k!==DIFF_INSERT&&(f+=m.length);k!==DIFF_DELETE&&(g+=m.length)}e&&(this.patch_addContext_(a,h),c.push(a));return c};\ndiff_match_patch.prototype.patch_deepCopy=function(a){for(var b=[],c=0;c<a.length;c++){var d=a[c],e=new diff_match_patch.patch_obj;e.diffs=[];for(var f=0;f<d.diffs.length;f++)e.diffs[f]=d.diffs[f].slice();e.start1=d.start1;e.start2=d.start2;e.length1=d.length1;e.length2=d.length2;b[c]=e}return b};\ndiff_match_patch.prototype.patch_apply=function(a,b){if(0==a.length)return[b,[]];a=this.patch_deepCopy(a);var c=this.patch_addPadding(a);b=c+b+c;this.patch_splitMax(a);for(var d=0,e=[],f=0;f<a.length;f++){var g=a[f].start2+d,h=this.diff_text1(a[f].diffs),l=-1;if(h.length>this.Match_MaxBits){var k=this.match_main(b,h.substring(0,this.Match_MaxBits),g);-1!=k&&(l=this.match_main(b,h.substring(h.length-this.Match_MaxBits),g+h.length-this.Match_MaxBits),-1==l||k>=l)&&(k=-1)}else k=this.match_main(b,h,\ng);if(-1==k)e[f]=!1,d-=a[f].length2-a[f].length1;else if(e[f]=!0,d=k-g,g=-1==l?b.substring(k,k+h.length):b.substring(k,l+this.Match_MaxBits),h==g)b=b.substring(0,k)+this.diff_text2(a[f].diffs)+b.substring(k+h.length);else if(g=this.diff_main(h,g,!1),h.length>this.Match_MaxBits&&this.diff_levenshtein(g)/h.length>this.Patch_DeleteThreshold)e[f]=!1;else{this.diff_cleanupSemanticLossless(g);h=0;var m;for(l=0;l<a[f].diffs.length;l++){var p=a[f].diffs[l];p[0]!==DIFF_EQUAL&&(m=this.diff_xIndex(g,h));p[0]===\nDIFF_INSERT?b=b.substring(0,k+m)+p[1]+b.substring(k+m):p[0]===DIFF_DELETE&&(b=b.substring(0,k+m)+b.substring(k+this.diff_xIndex(g,h+p[1].length)));p[0]!==DIFF_DELETE&&(h+=p[1].length)}}}b=b.substring(c.length,b.length-c.length);return[b,e]};\ndiff_match_patch.prototype.patch_addPadding=function(a){for(var b=this.Patch_Margin,c=\"\",d=1;d<=b;d++)c+=String.fromCharCode(d);for(d=0;d<a.length;d++)a[d].start1+=b,a[d].start2+=b;d=a[0];var e=d.diffs;if(0==e.length||e[0][0]!=DIFF_EQUAL)e.unshift([DIFF_EQUAL,c]),d.start1-=b,d.start2-=b,d.length1+=b,d.length2+=b;else if(b>e[0][1].length){var f=b-e[0][1].length;e[0][1]=c.substring(e[0][1].length)+e[0][1];d.start1-=f;d.start2-=f;d.length1+=f;d.length2+=f}d=a[a.length-1];e=d.diffs;0==e.length||e[e.length-\n1][0]!=DIFF_EQUAL?(e.push([DIFF_EQUAL,c]),d.length1+=b,d.length2+=b):b>e[e.length-1][1].length&&(f=b-e[e.length-1][1].length,e[e.length-1][1]+=c.substring(0,f),d.length1+=f,d.length2+=f);return c};\ndiff_match_patch.prototype.patch_splitMax=function(a){for(var b=this.Match_MaxBits,c=0;c<a.length;c++)if(!(a[c].length1<=b)){var d=a[c];a.splice(c--,1);for(var e=d.start1,f=d.start2,g=\"\";0!==d.diffs.length;){var h=new diff_match_patch.patch_obj,l=!0;h.start1=e-g.length;h.start2=f-g.length;\"\"!==g&&(h.length1=h.length2=g.length,h.diffs.push([DIFF_EQUAL,g]));for(;0!==d.diffs.length&&h.length1<b-this.Patch_Margin;){g=d.diffs[0][0];var k=d.diffs[0][1];g===DIFF_INSERT?(h.length2+=k.length,f+=k.length,h.diffs.push(d.diffs.shift()),\nl=!1):g===DIFF_DELETE&&1==h.diffs.length&&h.diffs[0][0]==DIFF_EQUAL&&k.length>2*b?(h.length1+=k.length,e+=k.length,l=!1,h.diffs.push([g,k]),d.diffs.shift()):(k=k.substring(0,b-h.length1-this.Patch_Margin),h.length1+=k.length,e+=k.length,g===DIFF_EQUAL?(h.length2+=k.length,f+=k.length):l=!1,h.diffs.push([g,k]),k==d.diffs[0][1]?d.diffs.shift():d.diffs[0][1]=d.diffs[0][1].substring(k.length))}g=this.diff_text2(h.diffs);g=g.substring(g.length-this.Patch_Margin);k=this.diff_text1(d.diffs).substring(0,\nthis.Patch_Margin);\"\"!==k&&(h.length1+=k.length,h.length2+=k.length,0!==h.diffs.length&&h.diffs[h.diffs.length-1][0]===DIFF_EQUAL?h.diffs[h.diffs.length-1][1]+=k:h.diffs.push([DIFF_EQUAL,k]));l||a.splice(++c,0,h)}}};diff_match_patch.prototype.patch_toText=function(a){for(var b=[],c=0;c<a.length;c++)b[c]=a[c];return b.join(\"\")};\ndiff_match_patch.prototype.patch_fromText=function(a){var b=[];if(!a)return b;a=a.split(\"\\n\");for(var c=0,d=/^@@ -(\\d+),?(\\d*) \\+(\\d+),?(\\d*) @@$/;c<a.length;){var e=a[c].match(d);if(!e)throw Error(\"Invalid patch string: \"+a[c]);var f=new diff_match_patch.patch_obj;b.push(f);f.start1=parseInt(e[1],10);\"\"===e[2]?(f.start1--,f.length1=1):\"0\"==e[2]?f.length1=0:(f.start1--,f.length1=parseInt(e[2],10));f.start2=parseInt(e[3],10);\"\"===e[4]?(f.start2--,f.length2=1):\"0\"==e[4]?f.length2=0:(f.start2--,f.length2=\nparseInt(e[4],10));for(c++;c<a.length;){e=a[c].charAt(0);try{var g=decodeURI(a[c].substring(1))}catch(h){throw Error(\"Illegal escape in patch_fromText: \"+g);}if(\"-\"==e)f.diffs.push([DIFF_DELETE,g]);else if(\"+\"==e)f.diffs.push([DIFF_INSERT,g]);else if(\" \"==e)f.diffs.push([DIFF_EQUAL,g]);else if(\"@\"==e)break;else if(\"\"!==e)throw Error('Invalid patch mode \"'+e+'\" in: '+g);c++}}return b};diff_match_patch.patch_obj=function(){this.diffs=[];this.start2=this.start1=null;this.length2=this.length1=0};\ndiff_match_patch.patch_obj.prototype.toString=function(){for(var a=[\"@@ -\"+(0===this.length1?this.start1+\",0\":1==this.length1?this.start1+1:this.start1+1+\",\"+this.length1)+\" +\"+(0===this.length2?this.start2+\",0\":1==this.length2?this.start2+1:this.start2+1+\",\"+this.length2)+\" @@\\n\"],b,c=0;c<this.diffs.length;c++){switch(this.diffs[c][0]){case DIFF_INSERT:b=\"+\";break;case DIFF_DELETE:b=\"-\";break;case DIFF_EQUAL:b=\" \"}a[c+1]=b+encodeURI(this.diffs[c][1])+\"\\n\"}return a.join(\"\").replace(/%20/g,\" \")};\nthis.diff_match_patch=diff_match_patch;this.DIFF_DELETE=DIFF_DELETE;this.DIFF_INSERT=DIFF_INSERT;this.DIFF_EQUAL=DIFF_EQUAL;\n}).call(exports);",
            "type": "application/javascript",
            "title": "$:/core/modules/utils/diff-match-patch/diff_match_patch.js",
            "module-type": "library"
        },
        "$:/core/modules/utils/dom/browser.js": {
            "title": "$:/core/modules/utils/dom/browser.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/browser.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser feature detection\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet style properties of an element\n\telement: dom node\n\tstyles: ordered array of {name: value} pairs\n*/\nexports.setStyle = function(element,styles) {\n\tif(element.nodeType === 1) { // Element.ELEMENT_NODE\n\t\tfor(var t=0; t<styles.length; t++) {\n\t\t\tfor(var styleName in styles[t]) {\n\t\t\t\telement.style[$tw.utils.convertStyleNameToPropertyName(styleName)] = styles[t][styleName];\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nConverts a standard CSS property name into the local browser-specific equivalent. For example:\n\t\"background-color\" --> \"backgroundColor\"\n\t\"transition\" --> \"webkitTransition\"\n*/\n\nvar styleNameCache = {}; // We'll cache the style name conversions\n\nexports.convertStyleNameToPropertyName = function(styleName) {\n\t// Return from the cache if we can\n\tif(styleNameCache[styleName]) {\n\t\treturn styleNameCache[styleName];\n\t}\n\t// Convert it by first removing any hyphens\n\tvar propertyName = $tw.utils.unHyphenateCss(styleName);\n\t// Then check if it needs a prefix\n\tif($tw.browser && document.body.style[propertyName] === undefined) {\n\t\tvar prefixes = [\"O\",\"MS\",\"Moz\",\"webkit\"];\n\t\tfor(var t=0; t<prefixes.length; t++) {\n\t\t\tvar prefixedName = prefixes[t] + propertyName.substr(0,1).toUpperCase() + propertyName.substr(1);\n\t\t\tif(document.body.style[prefixedName] !== undefined) {\n\t\t\t\tpropertyName = prefixedName;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\t// Put it in the cache too\n\tstyleNameCache[styleName] = propertyName;\n\treturn propertyName;\n};\n\n/*\nConverts a JS format CSS property name back into the dashed form used in CSS declarations. For example:\n\t\"backgroundColor\" --> \"background-color\"\n\t\"webkitTransform\" --> \"-webkit-transform\"\n*/\nexports.convertPropertyNameToStyleName = function(propertyName) {\n\t// Rehyphenate the name\n\tvar styleName = $tw.utils.hyphenateCss(propertyName);\n\t// If there's a webkit prefix, add a dash (other browsers have uppercase prefixes, and so get the dash automatically)\n\tif(styleName.indexOf(\"webkit\") === 0) {\n\t\tstyleName = \"-\" + styleName;\n\t} else if(styleName.indexOf(\"-m-s\") === 0) {\n\t\tstyleName = \"-ms\" + styleName.substr(4);\n\t}\n\treturn styleName;\n};\n\n/*\nRound trip a stylename to a property name and back again. For example:\n\t\"transform\" --> \"webkitTransform\" --> \"-webkit-transform\"\n*/\nexports.roundTripPropertyName = function(propertyName) {\n\treturn $tw.utils.convertPropertyNameToStyleName($tw.utils.convertStyleNameToPropertyName(propertyName));\n};\n\n/*\nConverts a standard event name into the local browser specific equivalent. For example:\n\t\"animationEnd\" --> \"webkitAnimationEnd\"\n*/\n\nvar eventNameCache = {}; // We'll cache the conversions\n\nvar eventNameMappings = {\n\t\"transitionEnd\": {\n\t\tcorrespondingCssProperty: \"transition\",\n\t\tmappings: {\n\t\t\ttransition: \"transitionend\",\n\t\t\tOTransition: \"oTransitionEnd\",\n\t\t\tMSTransition: \"msTransitionEnd\",\n\t\t\tMozTransition: \"transitionend\",\n\t\t\twebkitTransition: \"webkitTransitionEnd\"\n\t\t}\n\t},\n\t\"animationEnd\": {\n\t\tcorrespondingCssProperty: \"animation\",\n\t\tmappings: {\n\t\t\tanimation: \"animationend\",\n\t\t\tOAnimation: \"oAnimationEnd\",\n\t\t\tMSAnimation: \"msAnimationEnd\",\n\t\t\tMozAnimation: \"animationend\",\n\t\t\twebkitAnimation: \"webkitAnimationEnd\"\n\t\t}\n\t}\n};\n\nexports.convertEventName = function(eventName) {\n\tif(eventNameCache[eventName]) {\n\t\treturn eventNameCache[eventName];\n\t}\n\tvar newEventName = eventName,\n\t\tmappings = eventNameMappings[eventName];\n\tif(mappings) {\n\t\tvar convertedProperty = $tw.utils.convertStyleNameToPropertyName(mappings.correspondingCssProperty);\n\t\tif(mappings.mappings[convertedProperty]) {\n\t\t\tnewEventName = mappings.mappings[convertedProperty];\n\t\t}\n\t}\n\t// Put it in the cache too\n\teventNameCache[eventName] = newEventName;\n\treturn newEventName;\n};\n\n/*\nReturn the names of the fullscreen APIs\n*/\nexports.getFullScreenApis = function() {\n\tvar d = document,\n\t\tdb = d.body,\n\t\tresult = {\n\t\t\"_requestFullscreen\": db.webkitRequestFullscreen !== undefined ? \"webkitRequestFullscreen\" :\n\t\t\t\t\t\t\tdb.mozRequestFullScreen !== undefined ? \"mozRequestFullScreen\" :\n\t\t\t\t\t\t\tdb.msRequestFullscreen !== undefined ? \"msRequestFullscreen\" :\n\t\t\t\t\t\t\tdb.requestFullscreen !== undefined ? \"requestFullscreen\" : \"\",\n\t\t\"_exitFullscreen\": d.webkitExitFullscreen !== undefined ? \"webkitExitFullscreen\" :\n\t\t\t\t\t\t\td.mozCancelFullScreen !== undefined ? \"mozCancelFullScreen\" :\n\t\t\t\t\t\t\td.msExitFullscreen !== undefined ? \"msExitFullscreen\" :\n\t\t\t\t\t\t\td.exitFullscreen !== undefined ? \"exitFullscreen\" : \"\",\n\t\t\"_fullscreenElement\": d.webkitFullscreenElement !== undefined ? \"webkitFullscreenElement\" :\n\t\t\t\t\t\t\td.mozFullScreenElement !== undefined ? \"mozFullScreenElement\" :\n\t\t\t\t\t\t\td.msFullscreenElement !== undefined ? \"msFullscreenElement\" :\n\t\t\t\t\t\t\td.fullscreenElement !== undefined ? \"fullscreenElement\" : \"\",\n\t\t\"_fullscreenChange\": d.webkitFullscreenElement !== undefined ? \"webkitfullscreenchange\" :\n\t\t\t\t\t\t\td.mozFullScreenElement !== undefined ? \"mozfullscreenchange\" :\n\t\t\t\t\t\t\td.msFullscreenElement !== undefined ? \"MSFullscreenChange\" :\n\t\t\t\t\t\t\td.fullscreenElement !== undefined ? \"fullscreenchange\" : \"\"\n\t};\n\tif(!result._requestFullscreen || !result._exitFullscreen || !result._fullscreenElement || !result._fullscreenChange) {\n\t\treturn null;\n\t} else {\n\t\treturn result;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/csscolorparser.js": {
            "title": "$:/core/modules/utils/dom/csscolorparser.js",
            "text": "// (c) Dean McNamee <dean@gmail.com>, 2012.\n//\n// https://github.com/deanm/css-color-parser-js\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to\n// deal in the Software without restriction, including without limitation the\n// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n// sell copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n// IN THE SOFTWARE.\n\n// http://www.w3.org/TR/css3-color/\nvar kCSSColorTable = {\n  \"transparent\": [0,0,0,0], \"aliceblue\": [240,248,255,1],\n  \"antiquewhite\": [250,235,215,1], \"aqua\": [0,255,255,1],\n  \"aquamarine\": [127,255,212,1], \"azure\": [240,255,255,1],\n  \"beige\": [245,245,220,1], \"bisque\": [255,228,196,1],\n  \"black\": [0,0,0,1], \"blanchedalmond\": [255,235,205,1],\n  \"blue\": [0,0,255,1], \"blueviolet\": [138,43,226,1],\n  \"brown\": [165,42,42,1], \"burlywood\": [222,184,135,1],\n  \"cadetblue\": [95,158,160,1], \"chartreuse\": [127,255,0,1],\n  \"chocolate\": [210,105,30,1], \"coral\": [255,127,80,1],\n  \"cornflowerblue\": [100,149,237,1], \"cornsilk\": [255,248,220,1],\n  \"crimson\": [220,20,60,1], \"cyan\": [0,255,255,1],\n  \"darkblue\": [0,0,139,1], \"darkcyan\": [0,139,139,1],\n  \"darkgoldenrod\": [184,134,11,1], \"darkgray\": [169,169,169,1],\n  \"darkgreen\": [0,100,0,1], \"darkgrey\": [169,169,169,1],\n  \"darkkhaki\": [189,183,107,1], \"darkmagenta\": [139,0,139,1],\n  \"darkolivegreen\": [85,107,47,1], \"darkorange\": [255,140,0,1],\n  \"darkorchid\": [153,50,204,1], \"darkred\": [139,0,0,1],\n  \"darksalmon\": [233,150,122,1], \"darkseagreen\": [143,188,143,1],\n  \"darkslateblue\": [72,61,139,1], \"darkslategray\": [47,79,79,1],\n  \"darkslategrey\": [47,79,79,1], \"darkturquoise\": [0,206,209,1],\n  \"darkviolet\": [148,0,211,1], \"deeppink\": [255,20,147,1],\n  \"deepskyblue\": [0,191,255,1], \"dimgray\": [105,105,105,1],\n  \"dimgrey\": [105,105,105,1], \"dodgerblue\": [30,144,255,1],\n  \"firebrick\": [178,34,34,1], \"floralwhite\": [255,250,240,1],\n  \"forestgreen\": [34,139,34,1], \"fuchsia\": [255,0,255,1],\n  \"gainsboro\": [220,220,220,1], \"ghostwhite\": [248,248,255,1],\n  \"gold\": [255,215,0,1], \"goldenrod\": [218,165,32,1],\n  \"gray\": [128,128,128,1], \"green\": [0,128,0,1],\n  \"greenyellow\": [173,255,47,1], \"grey\": [128,128,128,1],\n  \"honeydew\": [240,255,240,1], \"hotpink\": [255,105,180,1],\n  \"indianred\": [205,92,92,1], \"indigo\": [75,0,130,1],\n  \"ivory\": [255,255,240,1], \"khaki\": [240,230,140,1],\n  \"lavender\": [230,230,250,1], \"lavenderblush\": [255,240,245,1],\n  \"lawngreen\": [124,252,0,1], \"lemonchiffon\": [255,250,205,1],\n  \"lightblue\": [173,216,230,1], \"lightcoral\": [240,128,128,1],\n  \"lightcyan\": [224,255,255,1], \"lightgoldenrodyellow\": [250,250,210,1],\n  \"lightgray\": [211,211,211,1], \"lightgreen\": [144,238,144,1],\n  \"lightgrey\": [211,211,211,1], \"lightpink\": [255,182,193,1],\n  \"lightsalmon\": [255,160,122,1], \"lightseagreen\": [32,178,170,1],\n  \"lightskyblue\": [135,206,250,1], \"lightslategray\": [119,136,153,1],\n  \"lightslategrey\": [119,136,153,1], \"lightsteelblue\": [176,196,222,1],\n  \"lightyellow\": [255,255,224,1], \"lime\": [0,255,0,1],\n  \"limegreen\": [50,205,50,1], \"linen\": [250,240,230,1],\n  \"magenta\": [255,0,255,1], \"maroon\": [128,0,0,1],\n  \"mediumaquamarine\": [102,205,170,1], \"mediumblue\": [0,0,205,1],\n  \"mediumorchid\": [186,85,211,1], \"mediumpurple\": [147,112,219,1],\n  \"mediumseagreen\": [60,179,113,1], \"mediumslateblue\": [123,104,238,1],\n  \"mediumspringgreen\": [0,250,154,1], \"mediumturquoise\": [72,209,204,1],\n  \"mediumvioletred\": [199,21,133,1], \"midnightblue\": [25,25,112,1],\n  \"mintcream\": [245,255,250,1], \"mistyrose\": [255,228,225,1],\n  \"moccasin\": [255,228,181,1], \"navajowhite\": [255,222,173,1],\n  \"navy\": [0,0,128,1], \"oldlace\": [253,245,230,1],\n  \"olive\": [128,128,0,1], \"olivedrab\": [107,142,35,1],\n  \"orange\": [255,165,0,1], \"orangered\": [255,69,0,1],\n  \"orchid\": [218,112,214,1], \"palegoldenrod\": [238,232,170,1],\n  \"palegreen\": [152,251,152,1], \"paleturquoise\": [175,238,238,1],\n  \"palevioletred\": [219,112,147,1], \"papayawhip\": [255,239,213,1],\n  \"peachpuff\": [255,218,185,1], \"peru\": [205,133,63,1],\n  \"pink\": [255,192,203,1], \"plum\": [221,160,221,1],\n  \"powderblue\": [176,224,230,1], \"purple\": [128,0,128,1],\n  \"red\": [255,0,0,1], \"rosybrown\": [188,143,143,1],\n  \"royalblue\": [65,105,225,1], \"saddlebrown\": [139,69,19,1],\n  \"salmon\": [250,128,114,1], \"sandybrown\": [244,164,96,1],\n  \"seagreen\": [46,139,87,1], \"seashell\": [255,245,238,1],\n  \"sienna\": [160,82,45,1], \"silver\": [192,192,192,1],\n  \"skyblue\": [135,206,235,1], \"slateblue\": [106,90,205,1],\n  \"slategray\": [112,128,144,1], \"slategrey\": [112,128,144,1],\n  \"snow\": [255,250,250,1], \"springgreen\": [0,255,127,1],\n  \"steelblue\": [70,130,180,1], \"tan\": [210,180,140,1],\n  \"teal\": [0,128,128,1], \"thistle\": [216,191,216,1],\n  \"tomato\": [255,99,71,1], \"turquoise\": [64,224,208,1],\n  \"violet\": [238,130,238,1], \"wheat\": [245,222,179,1],\n  \"white\": [255,255,255,1], \"whitesmoke\": [245,245,245,1],\n  \"yellow\": [255,255,0,1], \"yellowgreen\": [154,205,50,1]}\n\nfunction clamp_css_byte(i) {  // Clamp to integer 0 .. 255.\n  i = Math.round(i);  // Seems to be what Chrome does (vs truncation).\n  return i < 0 ? 0 : i > 255 ? 255 : i;\n}\n\nfunction clamp_css_float(f) {  // Clamp to float 0.0 .. 1.0.\n  return f < 0 ? 0 : f > 1 ? 1 : f;\n}\n\nfunction parse_css_int(str) {  // int or percentage.\n  if (str[str.length - 1] === '%')\n    return clamp_css_byte(parseFloat(str) / 100 * 255);\n  return clamp_css_byte(parseInt(str));\n}\n\nfunction parse_css_float(str) {  // float or percentage.\n  if (str[str.length - 1] === '%')\n    return clamp_css_float(parseFloat(str) / 100);\n  return clamp_css_float(parseFloat(str));\n}\n\nfunction css_hue_to_rgb(m1, m2, h) {\n  if (h < 0) h += 1;\n  else if (h > 1) h -= 1;\n\n  if (h * 6 < 1) return m1 + (m2 - m1) * h * 6;\n  if (h * 2 < 1) return m2;\n  if (h * 3 < 2) return m1 + (m2 - m1) * (2/3 - h) * 6;\n  return m1;\n}\n\nfunction parseCSSColor(css_str) {\n  // Remove all whitespace, not compliant, but should just be more accepting.\n  var str = css_str.replace(/ /g, '').toLowerCase();\n\n  // Color keywords (and transparent) lookup.\n  if (str in kCSSColorTable) return kCSSColorTable[str].slice();  // dup.\n\n  // #abc and #abc123 syntax.\n  if (str[0] === '#') {\n    if (str.length === 4) {\n      var iv = parseInt(str.substr(1), 16);  // TODO(deanm): Stricter parsing.\n      if (!(iv >= 0 && iv <= 0xfff)) return null;  // Covers NaN.\n      return [((iv & 0xf00) >> 4) | ((iv & 0xf00) >> 8),\n              (iv & 0xf0) | ((iv & 0xf0) >> 4),\n              (iv & 0xf) | ((iv & 0xf) << 4),\n              1];\n    } else if (str.length === 7) {\n      var iv = parseInt(str.substr(1), 16);  // TODO(deanm): Stricter parsing.\n      if (!(iv >= 0 && iv <= 0xffffff)) return null;  // Covers NaN.\n      return [(iv & 0xff0000) >> 16,\n              (iv & 0xff00) >> 8,\n              iv & 0xff,\n              1];\n    }\n\n    return null;\n  }\n\n  var op = str.indexOf('('), ep = str.indexOf(')');\n  if (op !== -1 && ep + 1 === str.length) {\n    var fname = str.substr(0, op);\n    var params = str.substr(op+1, ep-(op+1)).split(',');\n    var alpha = 1;  // To allow case fallthrough.\n    switch (fname) {\n      case 'rgba':\n        if (params.length !== 4) return null;\n        alpha = parse_css_float(params.pop());\n        // Fall through.\n      case 'rgb':\n        if (params.length !== 3) return null;\n        return [parse_css_int(params[0]),\n                parse_css_int(params[1]),\n                parse_css_int(params[2]),\n                alpha];\n      case 'hsla':\n        if (params.length !== 4) return null;\n        alpha = parse_css_float(params.pop());\n        // Fall through.\n      case 'hsl':\n        if (params.length !== 3) return null;\n        var h = (((parseFloat(params[0]) % 360) + 360) % 360) / 360;  // 0 .. 1\n        // NOTE(deanm): According to the CSS spec s/l should only be\n        // percentages, but we don't bother and let float or percentage.\n        var s = parse_css_float(params[1]);\n        var l = parse_css_float(params[2]);\n        var m2 = l <= 0.5 ? l * (s + 1) : l + s - l * s;\n        var m1 = l * 2 - m2;\n        return [clamp_css_byte(css_hue_to_rgb(m1, m2, h+1/3) * 255),\n                clamp_css_byte(css_hue_to_rgb(m1, m2, h) * 255),\n                clamp_css_byte(css_hue_to_rgb(m1, m2, h-1/3) * 255),\n                alpha];\n      default:\n        return null;\n    }\n  }\n\n  return null;\n}\n\ntry { exports.parseCSSColor = parseCSSColor } catch(e) { }\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom.js": {
            "title": "$:/core/modules/utils/dom.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom.js\ntype: application/javascript\nmodule-type: utils\n\nVarious static DOM-related utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDetermines whether element 'a' contains element 'b'\nCode thanks to John Resig, http://ejohn.org/blog/comparing-document-position/\n*/\nexports.domContains = function(a,b) {\n\treturn a.contains ?\n\t\ta !== b && a.contains(b) :\n\t\t!!(a.compareDocumentPosition(b) & 16);\n};\n\nexports.removeChildren = function(node) {\n\twhile(node.hasChildNodes()) {\n\t\tnode.removeChild(node.firstChild);\n\t}\n};\n\nexports.hasClass = function(el,className) {\n\treturn el && el.hasAttribute && el.hasAttribute(\"class\") && el.getAttribute(\"class\").split(\" \").indexOf(className) !== -1;\n};\n\nexports.addClass = function(el,className) {\n\tvar c = (el.getAttribute(\"class\") || \"\").split(\" \");\n\tif(c.indexOf(className) === -1) {\n\t\tc.push(className);\n\t\tel.setAttribute(\"class\",c.join(\" \"));\n\t}\n};\n\nexports.removeClass = function(el,className) {\n\tvar c = (el.getAttribute(\"class\") || \"\").split(\" \"),\n\t\tp = c.indexOf(className);\n\tif(p !== -1) {\n\t\tc.splice(p,1);\n\t\tel.setAttribute(\"class\",c.join(\" \"));\n\t}\n};\n\nexports.toggleClass = function(el,className,status) {\n\tif(status === undefined) {\n\t\tstatus = !exports.hasClass(el,className);\n\t}\n\tif(status) {\n\t\texports.addClass(el,className);\n\t} else {\n\t\texports.removeClass(el,className);\n\t}\n};\n\n/*\nGet the first parent element that has scrollbars or use the body as fallback.\n*/\nexports.getScrollContainer = function(el) {\n\tvar doc = el.ownerDocument;\n\twhile(el.parentNode) {\t\n\t\tel = el.parentNode;\n\t\tif(el.scrollTop) {\n\t\t\treturn el;\n\t\t}\n\t}\n\treturn doc.body;\n};\n\n/*\nGet the scroll position of the viewport\nReturns:\n\t{\n\t\tx: horizontal scroll position in pixels,\n\t\ty: vertical scroll position in pixels\n\t}\n*/\nexports.getScrollPosition = function(srcWindow) {\n\tvar scrollWindow = srcWindow || window;\n\tif(\"scrollX\" in scrollWindow) {\n\t\treturn {x: scrollWindow.scrollX, y: scrollWindow.scrollY};\n\t} else {\n\t\treturn {x: scrollWindow.document.documentElement.scrollLeft, y: scrollWindow.document.documentElement.scrollTop};\n\t}\n};\n\n/*\nAdjust the height of a textarea to fit its content, preserving scroll position, and return the height\n*/\nexports.resizeTextAreaToFit = function(domNode,minHeight) {\n\t// Get the scroll container and register the current scroll position\n\tvar container = $tw.utils.getScrollContainer(domNode),\n\t\tscrollTop = container.scrollTop;\n    // Measure the specified minimum height\n\tdomNode.style.height = minHeight;\n\tvar measuredHeight = domNode.offsetHeight || parseInt(minHeight,10);\n\t// Set its height to auto so that it snaps to the correct height\n\tdomNode.style.height = \"auto\";\n\t// Calculate the revised height\n\tvar newHeight = Math.max(domNode.scrollHeight + domNode.offsetHeight - domNode.clientHeight,measuredHeight);\n\t// Only try to change the height if it has changed\n\tif(newHeight !== domNode.offsetHeight) {\n\t\tdomNode.style.height = newHeight + \"px\";\n\t\t// Make sure that the dimensions of the textarea are recalculated\n\t\t$tw.utils.forceLayout(domNode);\n\t\t// Set the container to the position we registered at the beginning\n\t\tcontainer.scrollTop = scrollTop;\n\t}\n\treturn newHeight;\n};\n\n/*\nGets the bounding rectangle of an element in absolute page coordinates\n*/\nexports.getBoundingPageRect = function(element) {\n\tvar scrollPos = $tw.utils.getScrollPosition(element.ownerDocument.defaultView),\n\t\tclientRect = element.getBoundingClientRect();\n\treturn {\n\t\tleft: clientRect.left + scrollPos.x,\n\t\twidth: clientRect.width,\n\t\tright: clientRect.right + scrollPos.x,\n\t\ttop: clientRect.top + scrollPos.y,\n\t\theight: clientRect.height,\n\t\tbottom: clientRect.bottom + scrollPos.y\n\t};\n};\n\n/*\nSaves a named password in the browser\n*/\nexports.savePassword = function(name,password) {\n\tvar done = false;\n\ttry {\n\t\twindow.localStorage.setItem(\"tw5-password-\" + name,password);\n\t\tdone = true;\n\t} catch(e) {\n\t}\n\tif(!done) {\n\t\t$tw.savedPasswords = $tw.savedPasswords || Object.create(null);\n\t\t$tw.savedPasswords[name] = password;\n\t}\n};\n\n/*\nRetrieve a named password from the browser\n*/\nexports.getPassword = function(name) {\n\tvar value;\n\ttry {\n\t\tvalue = window.localStorage.getItem(\"tw5-password-\" + name);\n\t} catch(e) {\n\t}\n\tif(value !== undefined) {\n\t\treturn value;\n\t} else {\n\t\treturn ($tw.savedPasswords || Object.create(null))[name] || \"\";\n\t}\n};\n\n/*\nForce layout of a dom node and its descendents\n*/\nexports.forceLayout = function(element) {\n\tvar dummy = element.offsetWidth;\n};\n\n/*\nPulse an element for debugging purposes\n*/\nexports.pulseElement = function(element) {\n\t// Event handler to remove the class at the end\n\telement.addEventListener($tw.browser.animationEnd,function handler(event) {\n\t\telement.removeEventListener($tw.browser.animationEnd,handler,false);\n\t\t$tw.utils.removeClass(element,\"pulse\");\n\t},false);\n\t// Apply the pulse class\n\t$tw.utils.removeClass(element,\"pulse\");\n\t$tw.utils.forceLayout(element);\n\t$tw.utils.addClass(element,\"pulse\");\n};\n\n/*\nAttach specified event handlers to a DOM node\ndomNode: where to attach the event handlers\nevents: array of event handlers to be added (see below)\nEach entry in the events array is an object with these properties:\nhandlerFunction: optional event handler function\nhandlerObject: optional event handler object\nhandlerMethod: optionally specifies object handler method name (defaults to `handleEvent`)\n*/\nexports.addEventListeners = function(domNode,events) {\n\t$tw.utils.each(events,function(eventInfo) {\n\t\tvar handler;\n\t\tif(eventInfo.handlerFunction) {\n\t\t\thandler = eventInfo.handlerFunction;\n\t\t} else if(eventInfo.handlerObject) {\n\t\t\tif(eventInfo.handlerMethod) {\n\t\t\t\thandler = function(event) {\n\t\t\t\t\teventInfo.handlerObject[eventInfo.handlerMethod].call(eventInfo.handlerObject,event);\n\t\t\t\t};\t\n\t\t\t} else {\n\t\t\t\thandler = eventInfo.handlerObject;\n\t\t\t}\n\t\t}\n\t\tdomNode.addEventListener(eventInfo.name,handler,false);\n\t});\n};\n\n/*\nGet the computed styles applied to an element as an array of strings of individual CSS properties\n*/\nexports.getComputedStyles = function(domNode) {\n\tvar textAreaStyles = window.getComputedStyle(domNode,null),\n\t\tstyleDefs = [],\n\t\tname;\n\tfor(var t=0; t<textAreaStyles.length; t++) {\n\t\tname = textAreaStyles[t];\n\t\tstyleDefs.push(name + \": \" + textAreaStyles.getPropertyValue(name) + \";\");\n\t}\n\treturn styleDefs;\n};\n\n/*\nApply a set of styles passed as an array of strings of individual CSS properties\n*/\nexports.setStyles = function(domNode,styleDefs) {\n\tdomNode.style.cssText = styleDefs.join(\"\");\n};\n\n/*\nCopy the computed styles from a source element to a destination element\n*/\nexports.copyStyles = function(srcDomNode,dstDomNode) {\n\t$tw.utils.setStyles(dstDomNode,$tw.utils.getComputedStyles(srcDomNode));\n};\n\n/*\nCopy plain text to the clipboard on browsers that support it\n*/\nexports.copyToClipboard = function(text,options) {\n\toptions = options || {};\n\tvar textArea = document.createElement(\"textarea\");\n\ttextArea.style.position = \"fixed\";\n\ttextArea.style.top = 0;\n\ttextArea.style.left = 0;\n\ttextArea.style.fontSize = \"12pt\";\n\ttextArea.style.width = \"2em\";\n\ttextArea.style.height = \"2em\";\n\ttextArea.style.padding = 0;\n\ttextArea.style.border = \"none\";\n\ttextArea.style.outline = \"none\";\n\ttextArea.style.boxShadow = \"none\";\n\ttextArea.style.background = \"transparent\";\n\ttextArea.value = text;\n\tdocument.body.appendChild(textArea);\n\ttextArea.select();\n\ttextArea.setSelectionRange(0,text.length);\n\tvar succeeded = false;\n\ttry {\n\t\tsucceeded = document.execCommand(\"copy\");\n\t} catch (err) {\n\t}\n\tif(!options.doNotNotify) {\n\t\t$tw.notifier.display(succeeded ? \"$:/language/Notifications/CopiedToClipboard/Succeeded\" : \"$:/language/Notifications/CopiedToClipboard/Failed\");\n\t}\n\tdocument.body.removeChild(textArea);\n};\n\nexports.getLocationPath = function() {\n\treturn window.location.toString().split(\"#\")[0];\n};\n\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/animator.js": {
            "title": "$:/core/modules/utils/dom/animator.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/animator.js\ntype: application/javascript\nmodule-type: utils\n\nOrchestrates animations and transitions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction Animator() {\n\t// Get the registered animation modules\n\tthis.animations = {};\n\t$tw.modules.applyMethods(\"animation\",this.animations);\n}\n\nAnimator.prototype.perform = function(type,domNode,options) {\n\toptions = options || {};\n\t// Find an animation that can handle this type\n\tvar chosenAnimation;\n\t$tw.utils.each(this.animations,function(animation,name) {\n\t\tif($tw.utils.hop(animation,type)) {\n\t\t\tchosenAnimation = animation[type];\n\t\t}\n\t});\n\tif(!chosenAnimation) {\n\t\tchosenAnimation = function(domNode,options) {\n\t\t\tif(options.callback) {\n\t\t\t\toptions.callback();\n\t\t\t}\n\t\t};\n\t}\n\t// Call the animation\n\tchosenAnimation(domNode,options);\n};\n\nexports.Animator = Animator;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/http.js": {
            "title": "$:/core/modules/utils/dom/http.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/http.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser HTTP support\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nA quick and dirty HTTP function; to be refactored later. Options are:\n\turl: URL to retrieve\n\theaders: hashmap of headers to send\n\ttype: GET, PUT, POST etc\n\tcallback: function invoked with (err,data,xhr)\n\treturnProp: string name of the property to return as first argument of callback\n*/\nexports.httpRequest = function(options) {\n\tvar type = options.type || \"GET\",\n\t\turl = options.url,\n\t\theaders = options.headers || {accept: \"application/json\"},\n\t\thasHeader = function(targetHeader) {\n\t\t\ttargetHeader = targetHeader.toLowerCase();\n\t\t\tvar result = false;\n\t\t\t$tw.utils.each(headers,function(header,headerTitle,object) {\n\t\t\t\tif(headerTitle.toLowerCase() === targetHeader) {\n\t\t\t\t\tresult = true;\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn result;\n\t\t},\n\t\treturnProp = options.returnProp || \"responseText\",\n\t\trequest = new XMLHttpRequest(),\n\t\tdata = \"\",\n\t\tf,results;\n\t// Massage the data hashmap into a string\n\tif(options.data) {\n\t\tif(typeof options.data === \"string\") { // Already a string\n\t\t\tdata = options.data;\n\t\t} else { // A hashmap of strings\n\t\t\tresults = [];\n\t\t\t$tw.utils.each(options.data,function(dataItem,dataItemTitle) {\n\t\t\t\tresults.push(dataItemTitle + \"=\" + encodeURIComponent(dataItem));\n\t\t\t});\n\t\t\tif(type === \"GET\" || type === \"HEAD\") {\n\t\t\t\turl += \"?\" + results.join(\"&\");\n\t\t\t} else {\n\t\t\t\tdata = results.join(\"&\");\n\t\t\t}\n\t\t}\n\t}\n\t// Set up the state change handler\n\trequest.onreadystatechange = function() {\n\t\tif(this.readyState === 4) {\n\t\t\tif(this.status === 200 || this.status === 201 || this.status === 204) {\n\t\t\t\t// Success!\n\t\t\t\toptions.callback(null,this[returnProp],this);\n\t\t\t\treturn;\n\t\t\t}\n\t\t// Something went wrong\n\t\toptions.callback($tw.language.getString(\"Error/XMLHttpRequest\") + \": \" + this.status,null,this);\n\t\t}\n\t};\n\t// Make the request\n\trequest.open(type,url,true);\n\tif(headers) {\n\t\t$tw.utils.each(headers,function(header,headerTitle,object) {\n\t\t\trequest.setRequestHeader(headerTitle,header);\n\t\t});\n\t}\n\tif(data && !hasHeader(\"Content-Type\")) {\n\t\trequest.setRequestHeader(\"Content-Type\",\"application/x-www-form-urlencoded; charset=UTF-8\");\n\t}\n\tif(!hasHeader(\"X-Requested-With\")) {\n\t\trequest.setRequestHeader(\"X-Requested-With\",\"TiddlyWiki\");\n\t}\n\ttry {\n\t\trequest.send(data);\n\t} catch(e) {\n\t\toptions.callback(e,null,this);\n\t}\n\treturn request;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/dragndrop.js": {
            "title": "$:/core/modules/utils/dom/dragndrop.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/dragndrop.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser data transfer utilities, used with the clipboard and drag and drop\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOptions:\n\ndomNode: dom node to make draggable\ndragImageType: \"pill\" or \"dom\"\ndragTiddlerFn: optional function to retrieve the title of tiddler to drag\ndragFilterFn: optional function to retreive the filter defining a list of tiddlers to drag\nwidget: widget to use as the contect for the filter\n*/\nexports.makeDraggable = function(options) {\n\tvar dragImageType = options.dragImageType || \"dom\",\n\t\tdragImage,\n\t\tdomNode = options.domNode;\n\t// Make the dom node draggable (not necessary for anchor tags)\n\tif((domNode.tagName || \"\").toLowerCase() !== \"a\") {\n\t\tdomNode.setAttribute(\"draggable\",\"true\");\t\t\n\t}\n\t// Add event handlers\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"dragstart\", handlerFunction: function(event) {\n\t\t\tif(event.dataTransfer === undefined) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t// Collect the tiddlers being dragged\n\t\t\tvar dragTiddler = options.dragTiddlerFn && options.dragTiddlerFn(),\n\t\t\t\tdragFilter = options.dragFilterFn && options.dragFilterFn(),\n\t\t\t\ttitles = dragTiddler ? [dragTiddler] : [],\n\t\t\t    \tstartActions = options.startActions;\n\t\t\tif(dragFilter) {\n\t\t\t\ttitles.push.apply(titles,options.widget.wiki.filterTiddlers(dragFilter,options.widget));\n\t\t\t}\n\t\t\tvar titleString = $tw.utils.stringifyList(titles);\n\t\t\t// Check that we've something to drag\n\t\t\tif(titles.length > 0 && event.target === domNode) {\n\t\t\t\t// Mark the drag in progress\n\t\t\t\t$tw.dragInProgress = domNode;\n\t\t\t\t// Set the dragging class on the element being dragged\n\t\t\t\t$tw.utils.addClass(event.target,\"tc-dragging\");\n\t\t\t\t// Invoke drag-start actions if given\n\t\t\t\tif(startActions !== undefined) {\n\t\t\t\t\toptions.widget.invokeActionString(startActions,options.widget,event,{actionTiddler: titleString});\n\t\t\t\t}\n\t\t\t\t// Create the drag image elements\n\t\t\t\tdragImage = options.widget.document.createElement(\"div\");\n\t\t\t\tdragImage.className = \"tc-tiddler-dragger\";\n\t\t\t\tvar inner = options.widget.document.createElement(\"div\");\n\t\t\t\tinner.className = \"tc-tiddler-dragger-inner\";\n\t\t\t\tinner.appendChild(options.widget.document.createTextNode(\n\t\t\t\t\ttitles.length === 1 ? \n\t\t\t\t\t\ttitles[0] :\n\t\t\t\t\t\ttitles.length + \" tiddlers\"\n\t\t\t\t));\n\t\t\t\tdragImage.appendChild(inner);\n\t\t\t\toptions.widget.document.body.appendChild(dragImage);\n\t\t\t\t// Set the data transfer properties\n\t\t\t\tvar dataTransfer = event.dataTransfer;\n\t\t\t\t// Set up the image\n\t\t\t\tdataTransfer.effectAllowed = \"all\";\n\t\t\t\tif(dataTransfer.setDragImage) {\n\t\t\t\t\tif(dragImageType === \"pill\") {\n\t\t\t\t\t\tdataTransfer.setDragImage(dragImage.firstChild,-16,-16);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar r = domNode.getBoundingClientRect();\n\t\t\t\t\t\tdataTransfer.setDragImage(domNode,event.clientX-r.left,event.clientY-r.top);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// Set up the data transfer\n\t\t\t\tif(dataTransfer.clearData) {\n\t\t\t\t\tdataTransfer.clearData();\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\tvar jsonData = [];\n\t\t\t\tif(titles.length > 1) {\n\t\t\t\t\ttitles.forEach(function(title) {\n\t\t\t\t\t\tjsonData.push(options.widget.wiki.getTiddlerAsJson(title));\n\t\t\t\t\t});\n\t\t\t\t\tjsonData = \"[\" + jsonData.join(\",\") + \"]\";\n\t\t\t\t} else {\n\t\t\t\t\tjsonData = options.widget.wiki.getTiddlerAsJson(titles[0]);\n\t\t\t\t}\n\t\t\t\t// IE doesn't like these content types\n\t\t\t\tif(!$tw.browser.isIE) {\n\t\t\t\t\tdataTransfer.setData(\"text/vnd.tiddler\",jsonData);\n\t\t\t\t\tdataTransfer.setData(\"text/plain\",titleString);\n\t\t\t\t\tdataTransfer.setData(\"text/x-moz-url\",\"data:text/vnd.tiddler,\" + encodeURIComponent(jsonData));\n\t\t\t\t}\n\t\t\t\tdataTransfer.setData(\"URL\",\"data:text/vnd.tiddler,\" + encodeURIComponent(jsonData));\n\t\t\t\tdataTransfer.setData(\"Text\",titleString);\n\t\t\t\tevent.stopPropagation();\n\t\t\t}\n\t\t\treturn false;\n\t\t}},\n\t\t{name: \"dragend\", handlerFunction: function(event) {\n\t\t\tif(event.target === domNode) {\n\t\t\t\t// Collect the tiddlers being dragged\n\t\t\t\tvar dragTiddler = options.dragTiddlerFn && options.dragTiddlerFn(),\n\t\t\t\t\tdragFilter = options.dragFilterFn && options.dragFilterFn(),\n\t\t\t\t\ttitles = dragTiddler ? [dragTiddler] : [],\n\t\t\t    \t\tendActions = options.endActions;\n\t\t\t\tif(dragFilter) {\n\t\t\t\t\ttitles.push.apply(titles,options.widget.wiki.filterTiddlers(dragFilter,options.widget));\n\t\t\t\t}\n\t\t\t\tvar titleString = $tw.utils.stringifyList(titles);\n\t\t\t\t$tw.dragInProgress = null;\n\t\t\t\t// Invoke drag-end actions if given\n\t\t\t\tif(endActions !== undefined) {\n\t\t\t\t\toptions.widget.invokeActionString(endActions,options.widget,event,{actionTiddler: titleString});\n\t\t\t\t}\n\t\t\t\t// Remove the dragging class on the element being dragged\n\t\t\t\t$tw.utils.removeClass(event.target,\"tc-dragging\");\n\t\t\t\t// Delete the drag image element\n\t\t\t\tif(dragImage) {\n\t\t\t\t\tdragImage.parentNode.removeChild(dragImage);\n\t\t\t\t\tdragImage = null;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t}}\n\t]);\n};\n\nexports.importDataTransfer = function(dataTransfer,fallbackTitle,callback) {\n\t// Try each provided data type in turn\n\tif($tw.log.IMPORT) {\n\t\tconsole.log(\"Available data types:\");\n\t\tfor(var type=0; type<dataTransfer.types.length; type++) {\n\t\t\tconsole.log(\"type\",dataTransfer.types[type],dataTransfer.getData(dataTransfer.types[type]))\n\t\t}\n\t}\n\tfor(var t=0; t<importDataTypes.length; t++) {\n\t\tif(!$tw.browser.isIE || importDataTypes[t].IECompatible) {\n\t\t\t// Get the data\n\t\t\tvar dataType = importDataTypes[t];\n\t\t\t\tvar data = dataTransfer.getData(dataType.type);\n\t\t\t// Import the tiddlers in the data\n\t\t\tif(data !== \"\" && data !== null) {\n\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\tconsole.log(\"Importing data type '\" + dataType.type + \"', data: '\" + data + \"'\")\n\t\t\t\t}\n\t\t\t\tvar tiddlerFields = dataType.toTiddlerFieldsArray(data,fallbackTitle);\n\t\t\t\tcallback(tiddlerFields);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t}\n};\n\nvar importDataTypes = [\n\t{type: \"text/vnd.tiddler\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn parseJSONTiddlers(data,fallbackTitle);\n\t}},\n\t{type: \"URL\", IECompatible: true, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\t// Check for tiddler data URI\n\t\tvar match = decodeURIComponent(data).match(/^data\\:text\\/vnd\\.tiddler,(.*)/i);\n\t\tif(match) {\n\t\t\treturn parseJSONTiddlers(match[1],fallbackTitle);\n\t\t} else {\n\t\t\treturn [{title: fallbackTitle, text: data}]; // As URL string\n\t\t}\n\t}},\n\t{type: \"text/x-moz-url\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\t// Check for tiddler data URI\n\t\tvar match = decodeURIComponent(data).match(/^data\\:text\\/vnd\\.tiddler,(.*)/i);\n\t\tif(match) {\n\t\t\treturn parseJSONTiddlers(match[1],fallbackTitle);\n\t\t} else {\n\t\t\treturn [{title: fallbackTitle, text: data}]; // As URL string\n\t\t}\n\t}},\n\t{type: \"text/html\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"text/plain\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"Text\", IECompatible: true, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"text/uri-list\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}}\n];\n\nfunction parseJSONTiddlers(json,fallbackTitle) {\n\tvar data = JSON.parse(json);\n\tif(!$tw.utils.isArray(data)) {\n\t\tdata = [data];\n\t}\n\tdata.forEach(function(fields) {\n\t\tfields.title = fields.title || fallbackTitle;\n\t});\n\treturn data;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/keyboard.js": {
            "title": "$:/core/modules/utils/dom/keyboard.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/keyboard.js\ntype: application/javascript\nmodule-type: utils\n\nKeyboard utilities; now deprecated. Instead, use $tw.keyboardManager\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n[\"parseKeyDescriptor\",\"checkKeyDescriptor\"].forEach(function(method) {\n\texports[method] = function() {\n\t\tif($tw.keyboardManager) {\n\t\t\treturn $tw.keyboardManager[method].apply($tw.keyboardManager,Array.prototype.slice.call(arguments,0));\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t};\n});\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/modal.js": {
            "title": "$:/core/modules/utils/dom/modal.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/modal.js\ntype: application/javascript\nmodule-type: utils\n\nModal message mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\nvar navigator = require(\"$:/core/modules/widgets/navigator.js\");\n\nvar Modal = function(wiki) {\n\tthis.wiki = wiki;\n\tthis.modalCount = 0;\n};\n\n/*\nDisplay a modal dialogue\n\ttitle: Title of tiddler to display\n\toptions: see below\nOptions include:\n\tdownloadLink: Text of a big download link to include\n*/\nModal.prototype.display = function(title,options) {\n\toptions = options || {};\n\tthis.srcDocument = options.variables && (options.variables.rootwindow === \"true\" ||\n\t\t\t\toptions.variables.rootwindow === \"yes\") ? document :\n\t\t\t\t(options.event.event && options.event.event.target ? options.event.event.target.ownerDocument : document);\n\tthis.srcWindow = this.srcDocument.defaultView;\n\tvar self = this,\n\t\trefreshHandler,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\ttiddler = this.wiki.getTiddler(title);\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Create the variables\n\tvar variables = $tw.utils.extend({\n\t\t\tcurrentTiddler: title,\n\t\t\t\"tv-story-list\": (options.event && options.event.widget ? options.event.widget.getVariable(\"tv-story-list\") : \"\"),\n\t\t\t\"tv-history-list\": (options.event && options.event.widget ? options.event.widget.getVariable(\"tv-history-list\") : \"\")\n\t\t},options.variables);\n\n\t// Create the wrapper divs\n\tvar wrapper = this.srcDocument.createElement(\"div\"),\n\t\tmodalBackdrop = this.srcDocument.createElement(\"div\"),\n\t\tmodalWrapper = this.srcDocument.createElement(\"div\"),\n\t\tmodalHeader = this.srcDocument.createElement(\"div\"),\n\t\theaderTitle = this.srcDocument.createElement(\"h3\"),\n\t\tmodalBody = this.srcDocument.createElement(\"div\"),\n\t\tmodalLink = this.srcDocument.createElement(\"a\"),\n\t\tmodalFooter = this.srcDocument.createElement(\"div\"),\n\t\tmodalFooterHelp = this.srcDocument.createElement(\"span\"),\n\t\tmodalFooterButtons = this.srcDocument.createElement(\"span\");\n\t// Up the modal count and adjust the body class\n\tthis.modalCount++;\n\tthis.adjustPageClass();\n\t// Add classes\n\t$tw.utils.addClass(wrapper,\"tc-modal-wrapper\");\n\tif(tiddler.fields && tiddler.fields.class) {\n\t\t$tw.utils.addClass(wrapper,tiddler.fields.class);\n\t}\n\t$tw.utils.addClass(modalBackdrop,\"tc-modal-backdrop\");\n\t$tw.utils.addClass(modalWrapper,\"tc-modal\");\n\t$tw.utils.addClass(modalHeader,\"tc-modal-header\");\n\t$tw.utils.addClass(modalBody,\"tc-modal-body\");\n\t$tw.utils.addClass(modalFooter,\"tc-modal-footer\");\n\t// Join them together\n\twrapper.appendChild(modalBackdrop);\n\twrapper.appendChild(modalWrapper);\n\tmodalHeader.appendChild(headerTitle);\n\tmodalWrapper.appendChild(modalHeader);\n\tmodalWrapper.appendChild(modalBody);\n\tmodalFooter.appendChild(modalFooterHelp);\n\tmodalFooter.appendChild(modalFooterButtons);\n\tmodalWrapper.appendChild(modalFooter);\n\tvar navigatorTree = {\n\t\t\"type\": \"navigator\",\n\t\t\"attributes\": {\n\t\t\t\"story\": {\n\t\t\t\t\"name\": \"story\",\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"value\": variables[\"tv-story-list\"]\n\t\t\t},\n\t\t\t\"history\": {\n\t\t\t\t\"name\": \"history\",\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"value\": variables[\"tv-history-list\"]\n\t\t\t}\n\t\t},\n\t\t\"tag\": \"$navigator\",\n\t\t\"isBlock\": true,\n\t\t\"children\": []\n\t};\n\tvar navigatorWidgetNode = new navigator.navigator(navigatorTree, {\n\t\twiki: this.wiki,\n\t\tdocument : this.srcDocument,\n\t\tparentWidget: $tw.rootWidget\n\t});\n\tnavigatorWidgetNode.render(modalBody,null);\n\t\n\t// Render the title of the message\n\tvar headerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"subtitle\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\tattributes: {\n\t\t\t\ttext: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title\n\t\t}}}],\n\t\tparentWidget: navigatorWidgetNode,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\theaderWidgetNode.render(headerTitle,null);\n\t// Render the body of the message\n\tvar bodyWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tparentWidget: navigatorWidgetNode,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\n\tbodyWidgetNode.render(modalBody,null);\n\t// Setup the link if present\n\tif(options.downloadLink) {\n\t\tmodalLink.href = options.downloadLink;\n\t\tmodalLink.appendChild(this.srcDocument.createTextNode(\"Right-click to save changes\"));\n\t\tmodalBody.appendChild(modalLink);\n\t}\n\t// Render the footer of the message\n\tif(tiddler.fields && tiddler.fields.help) {\n\t\tvar link = this.srcDocument.createElement(\"a\");\n\t\tlink.setAttribute(\"href\",tiddler.fields.help);\n\t\tlink.setAttribute(\"target\",\"_blank\");\n\t\tlink.setAttribute(\"rel\",\"noopener noreferrer\");\n\t\tlink.appendChild(this.srcDocument.createTextNode(\"Help\"));\n\t\tmodalFooterHelp.appendChild(link);\n\t\tmodalFooterHelp.style.float = \"left\";\n\t}\n\tvar footerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"footer\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"button\",\n\t\t\tattributes: {\n\t\t\t\tmessage: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: \"tm-close-tiddler\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\tattributes: {\n\t\t\t\t\ttext: {\n\t\t\t\t\t\ttype: \"string\",\n\t\t\t\t\t\tvalue: $tw.language.getString(\"Buttons/Close/Caption\")\n\t\t\t}}}\n\t\t]}],\n\t\tparentWidget: navigatorWidgetNode,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\tfooterWidgetNode.render(modalFooterButtons,null);\n\t// Set up the refresh handler\n\trefreshHandler = function(changes) {\n\t\theaderWidgetNode.refresh(changes,modalHeader,null);\n\t\tbodyWidgetNode.refresh(changes,modalBody,null);\n\t\tfooterWidgetNode.refresh(changes,modalFooterButtons,null);\n\t};\n\tthis.wiki.addEventListener(\"change\",refreshHandler);\n\t// Add the close event handler\n\tvar closeHandler = function(event) {\n\t\t// Remove our refresh handler\n\t\tself.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t// Decrease the modal count and adjust the body class\n\t\tself.modalCount--;\n\t\tself.adjustPageClass();\n\t\t// Force layout and animate the modal message away\n\t\t$tw.utils.forceLayout(modalBackdrop);\n\t\t$tw.utils.forceLayout(modalWrapper);\n\t\t$tw.utils.setStyle(modalBackdrop,[\n\t\t\t{opacity: \"0\"}\n\t\t]);\n\t\t$tw.utils.setStyle(modalWrapper,[\n\t\t\t{transform: \"translateY(\" + self.srcWindow.innerHeight + \"px)\"}\n\t\t]);\n\t\t// Set up an event for the transition end\n\t\tself.srcWindow.setTimeout(function() {\n\t\t\tif(wrapper.parentNode) {\n\t\t\t\t// Remove the modal message from the DOM\n\t\t\t\tself.srcDocument.body.removeChild(wrapper);\n\t\t\t}\n\t\t},duration);\n\t\t// Don't let anyone else handle the tm-close-tiddler message\n\t\treturn false;\n\t};\n\theaderWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tbodyWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tfooterWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\t// Set the initial styles for the message\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-this.srcWindow.innerHeight) + \"px)\"}\n\t]);\n\t// Put the message into the document\n\tthis.srcDocument.body.appendChild(wrapper);\n\t// Set up animation for the styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{transition: \"opacity \" + duration + \"ms ease-out\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(modalBackdrop);\n\t$tw.utils.forceLayout(modalWrapper);\n\t// Set final animated styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0.7\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n};\n\nModal.prototype.adjustPageClass = function() {\n\tvar windowContainer = $tw.pageContainer ? ($tw.pageContainer === this.srcDocument.body.firstChild ? $tw.pageContainer : this.srcDocument.body.firstChild) : null;\n\tif(windowContainer) {\n\t\t$tw.utils.toggleClass(windowContainer,\"tc-modal-displayed\",this.modalCount > 0);\n\t}\n};\n\nexports.Modal = Modal;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/popup.js": {
            "title": "$:/core/modules/utils/dom/popup.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/popup.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Popup object prototype that manages popups in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreates a Popup object with these options:\n\trootElement: the DOM element to which the popup zapper should be attached\n*/\nvar Popup = function(options) {\n\toptions = options || {};\n\tthis.rootElement = options.rootElement || document.documentElement;\n\tthis.popups = []; // Array of {title:,wiki:,domNode:} objects\n};\n\n/*\nTrigger a popup open or closed. Parameters are in a hashmap:\n\ttitle: title of the tiddler where the popup details are stored\n\tdomNode: dom node to which the popup will be positioned (one of domNode or domNodeRect is required)\n\tdomNodeRect: rectangle to which the popup will be positioned\n\twiki: wiki\n\tforce: if specified, forces the popup state to true or false (instead of toggling it)\n\tfloating: if true, skips registering the popup, meaning that it will need manually clearing\n*/\nPopup.prototype.triggerPopup = function(options) {\n\t// Check if this popup is already active\n\tvar index = this.findPopup(options.title);\n\t// Compute the new state\n\tvar state = index === -1;\n\tif(options.force !== undefined) {\n\t\tstate = options.force;\n\t}\n\t// Show or cancel the popup according to the new state\n\tif(state) {\n\t\tthis.show(options);\n\t} else {\n\t\tthis.cancel(index);\n\t}\n};\n\nPopup.prototype.findPopup = function(title) {\n\tvar index = -1;\n\tfor(var t=0; t<this.popups.length; t++) {\n\t\tif(this.popups[t].title === title) {\n\t\t\tindex = t;\n\t\t}\n\t}\n\treturn index;\n};\n\nPopup.prototype.handleEvent = function(event) {\n\tif(event.type === \"click\") {\n\t\t// Find out what was clicked on\n\t\tvar info = this.popupInfo(event.target),\n\t\t\tcancelLevel = info.popupLevel - 1;\n\t\t// Don't remove the level that was clicked on if we clicked on a handle\n\t\tif(info.isHandle) {\n\t\t\tcancelLevel++;\n\t\t}\n\t\t// Cancel\n\t\tthis.cancel(cancelLevel);\n\t}\n};\n\n/*\nFind the popup level containing a DOM node. Returns:\npopupLevel: count of the number of nested popups containing the specified element\nisHandle: true if the specified element is within a popup handle\n*/\nPopup.prototype.popupInfo = function(domNode) {\n\tvar isHandle = false,\n\t\tpopupCount = 0,\n\t\tnode = domNode;\n\t// First check ancestors to see if we're within a popup handle\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup-handle\")) {\n\t\t\tisHandle = true;\n\t\t\tpopupCount++;\n\t\t}\n\t\tif($tw.utils.hasClass(node,\"tc-popup-keep\")) {\n\t\t\tisHandle = true;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\t// Then count the number of ancestor popups\n\tnode = domNode;\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup\")) {\n\t\t\tpopupCount++;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\tvar info = {\n\t\tpopupLevel: popupCount,\n\t\tisHandle: isHandle\n\t};\n\treturn info;\n};\n\n/*\nDisplay a popup by adding it to the stack\n*/\nPopup.prototype.show = function(options) {\n\t// Find out what was clicked on\n\tvar info = this.popupInfo(options.domNode);\n\t// Cancel any higher level popups\n\tthis.cancel(info.popupLevel);\n\n\t// Store the popup details if not already there\n\tif(!options.floating && this.findPopup(options.title) === -1) {\n\t\tthis.popups.push({\n\t\t\ttitle: options.title,\n\t\t\twiki: options.wiki,\n\t\t\tdomNode: options.domNode,\n\t\t\tnoStateReference: options.noStateReference\n\t\t});\n\t}\n\t// Set the state tiddler\n\tvar rect;\n\tif(options.domNodeRect) {\n\t\trect = options.domNodeRect;\n\t} else {\n\t\trect = {\n\t\t\tleft: options.domNode.offsetLeft,\n\t\t\ttop: options.domNode.offsetTop,\n\t\t\twidth: options.domNode.offsetWidth,\n\t\t\theight: options.domNode.offsetHeight\n\t\t};\n\t}\n\tvar popupRect = \"(\" + rect.left + \",\" + rect.top + \",\" + \n\t\t\t\trect.width + \",\" + rect.height + \")\";\n\tif(options.noStateReference) {\n\t\toptions.wiki.setText(options.title,\"text\",undefined,popupRect);\n\t} else {\n\t\toptions.wiki.setTextReference(options.title,popupRect);\n\t}\n\t// Add the click handler if we have any popups\n\tif(this.popups.length > 0) {\n\t\tthis.rootElement.addEventListener(\"click\",this,true);\t\t\n\t}\n};\n\n/*\nCancel all popups at or above a specified level or DOM node\nlevel: popup level to cancel (0 cancels all popups)\n*/\nPopup.prototype.cancel = function(level) {\n\tvar numPopups = this.popups.length;\n\tlevel = Math.max(0,Math.min(level,numPopups));\n\tfor(var t=level; t<numPopups; t++) {\n\t\tvar popup = this.popups.pop();\n\t\tif(popup.title) {\n\t\t\tif(popup.noStateReference) {\n\t\t\t\tpopup.wiki.deleteTiddler(popup.title);\n\t\t\t} else {\n\t\t\t\tpopup.wiki.deleteTiddler($tw.utils.parseTextReference(popup.title).title);\n        \t\t}\n\t\t}\n\t}\n\tif(this.popups.length === 0) {\n\t\tthis.rootElement.removeEventListener(\"click\",this,false);\n\t}\n};\n\n/*\nReturns true if the specified title and text identifies an active popup\n*/\nPopup.prototype.readPopupState = function(text) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/;\n\treturn popupLocationRegExp.test(text);\n};\n\nexports.Popup = Popup;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/scroller.js": {
            "title": "$:/core/modules/utils/dom/scroller.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/scroller.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Scroller object prototype that manages scrolling in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nEvent handler for when the `tm-scroll` event hits the document body\n*/\nvar PageScroller = function() {\n\tthis.idRequestFrame = null;\n\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\twindow.webkitRequestAnimationFrame ||\n\t\twindow.mozRequestAnimationFrame ||\n\t\tfunction(callback) {\n\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t};\n\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\twindow.webkitCancelAnimationFrame ||\n\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\twindow.mozCancelAnimationFrame ||\n\t\twindow.mozCancelRequestAnimationFrame ||\n\t\tfunction(id) {\n\t\t\twindow.clearTimeout(id);\n\t\t};\n};\n\nPageScroller.prototype.isScrolling = function() {\n\treturn this.idRequestFrame !== null;\n}\n\nPageScroller.prototype.cancelScroll = function(srcWindow) {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(srcWindow,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle an event\n*/\nPageScroller.prototype.handleEvent = function(event) {\n\tif(event.type === \"tm-scroll\") {\n\t\tif(event.paramObject && event.paramObject.selector) {\n\t\t\tthis.scrollSelectorIntoView(null,event.paramObject.selector);\n\t\t} else {\n\t\t\tthis.scrollIntoView(event.target);\t\t\t\n\t\t}\n\t\treturn false; // Event was handled\n\t}\n\treturn true;\n};\n\n/*\nHandle a scroll event hitting the page document\n*/\nPageScroller.prototype.scrollIntoView = function(element,callback) {\n\tvar self = this,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t    srcWindow = element ? element.ownerDocument.defaultView : window;\n\t// Now get ready to scroll the body\n\tthis.cancelScroll(srcWindow);\n\tthis.startTime = Date.now();\n\t// Get the height of any position:fixed toolbars\n\tvar toolbar = srcWindow.document.querySelector(\".tc-adjust-top-of-scroll\"),\n\t\toffset = 0;\n\tif(toolbar) {\n\t\toffset = toolbar.offsetHeight;\n\t}\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar getBounds = function() {\n\t\t\tvar clientBounds = typeof callback === 'function' ? callback() : element.getBoundingClientRect(),\n\t\t\t\tscrollPosition = $tw.utils.getScrollPosition(srcWindow);\n\t\t\treturn {\n\t\t\t\tleft: clientBounds.left + scrollPosition.x,\n\t\t\t\ttop: clientBounds.top + scrollPosition.y - offset,\n\t\t\t\twidth: clientBounds.width,\n\t\t\t\theight: clientBounds.height\n\t\t\t};\n\t\t},\n\t\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\t\t// targetPos/targetSize - position and size of the target element\n\t\t// currentPos/currentSize - position and size of the current scroll viewport\n\t\t// returns: new position of the scroll viewport\n\t\tgetEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\tvar newPos = targetPos;\n\t\t\t// If we are scrolling within 50 pixels of the top/left then snap to zero\n\t\t\tif(newPos < 50) {\n\t\t\t\tnewPos = 0;\n\t\t\t}\n\t\t\treturn newPos;\n\t\t},\n\t\tdrawFrame = function drawFrame() {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll(srcWindow);\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\tvar scrollPosition = $tw.utils.getScrollPosition(srcWindow),\n\t\t\t\tbounds = getBounds(),\n\t\t\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,srcWindow.innerWidth),\n\t\t\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,srcWindow.innerHeight);\n\t\t\tsrcWindow.scrollTo(scrollPosition.x + (endX - scrollPosition.x) * t,scrollPosition.y + (endY - scrollPosition.y) * t);\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(srcWindow,drawFrame);\n\t\t\t}\n\t\t};\n\tdrawFrame();\n};\n\nPageScroller.prototype.scrollSelectorIntoView = function(baseElement,selector,callback) {\n\tbaseElement = baseElement || document.body;\n\tvar element = baseElement.querySelector(selector);\n\tif(element) {\n\t\tthis.scrollIntoView(element,callback);\t\t\n\t}\n};\n\nexports.PageScroller = PageScroller;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/notifier.js": {
            "title": "$:/core/modules/utils/dom/notifier.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/notifier.js\ntype: application/javascript\nmodule-type: utils\n\nNotifier mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar Notifier = function(wiki) {\n\tthis.wiki = wiki;\n};\n\n/*\nDisplay a notification\n\ttitle: Title of tiddler containing the notification text\n\toptions: see below\nOptions include:\n*/\nNotifier.prototype.display = function(title,options) {\n\toptions = options || {};\n\t// Create the wrapper divs\n\tvar self = this,\n\t\tnotification = document.createElement(\"div\"),\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\trefreshHandler;\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Add classes\n\t$tw.utils.addClass(notification,\"tc-notification\");\n\t// Create the variables\n\tvar variables = $tw.utils.extend({currentTiddler: title},options.variables);\n\t// Render the body of the notification\n\tvar widgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: document,\n\t\tvariables: variables,\n\t\timportPageMacros: true});\n\twidgetNode.render(notification,null);\n\trefreshHandler = function(changes) {\n\t\twidgetNode.refresh(changes,notification,null);\n\t};\n\tthis.wiki.addEventListener(\"change\",refreshHandler);\n\t// Set the initial styles for the notification\n\t$tw.utils.setStyle(notification,[\n\t\t{opacity: \"0\"},\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-window.innerHeight) + \"px)\"},\n\t\t{transition: \"opacity \" + duration + \"ms ease-out, \" + $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Add the notification to the DOM\n\tdocument.body.appendChild(notification);\n\t// Force layout\n\t$tw.utils.forceLayout(notification);\n\t// Set final animated styles\n\t$tw.utils.setStyle(notification,[\n\t\t{opacity: \"1.0\"},\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n\t// Set a timer to remove the notification\n\twindow.setTimeout(function() {\n\t\t// Remove our change event handler\n\t\tself.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t// Force layout and animate the notification away\n\t\t$tw.utils.forceLayout(notification);\n\t\t$tw.utils.setStyle(notification,[\n\t\t\t{opacity: \"0.0\"},\n\t\t\t{transform: \"translateX(\" + (notification.offsetWidth) + \"px)\"}\n\t\t]);\n\t\t// Remove the modal message from the DOM once the transition ends\n\t\tsetTimeout(function() {\n\t\t\tif(notification.parentNode) {\n\t\t\t\tdocument.body.removeChild(notification);\n\t\t\t}\n\t\t},duration);\n\t},$tw.config.preferences.notificationDuration);\n};\n\nexports.Notifier = Notifier;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/animations/slide.js": {
            "title": "$:/core/modules/utils/dom/animations/slide.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/animations/slide.js\ntype: application/javascript\nmodule-type: animation\n\nA simple slide animation that varies the height of the element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction slideOpen(domNode,options) {\n\toptions = options || {};\n\tvar duration = options.duration || $tw.utils.getAnimationDuration();\n\t// Get the current height of the domNode\n\tvar computedStyle = window.getComputedStyle(domNode),\n\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\tcurrPaddingBottom = parseInt(computedStyle.paddingBottom,10),\n\t\tcurrPaddingTop = parseInt(computedStyle.paddingTop,10),\n\t\tcurrHeight = domNode.offsetHeight;\n\t// Reset the margin once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(domNode,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"},\n\t\t\t{marginTop: \"\"},\n\t\t\t{paddingBottom: \"\"},\n\t\t\t{paddingTop: \"\"},\n\t\t\t{height: \"auto\"},\n\t\t\t{opacity: \"\"}\n\t\t]);\n\t\tif(options.callback) {\n\t\t\toptions.callback();\n\t\t}\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"none\"},\n\t\t{marginTop: \"0px\"},\n\t\t{marginBottom: \"0px\"},\n\t\t{paddingTop: \"0px\"},\n\t\t{paddingBottom: \"0px\"},\n\t\t{height: \"0px\"},\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.forceLayout(domNode);\n\t// Transition to the final position\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"margin-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"height \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t{marginTop: currMarginTop + \"px\"},\n\t\t{paddingBottom: currPaddingBottom + \"px\"},\n\t\t{paddingTop: currPaddingTop + \"px\"},\n\t\t{height: currHeight + \"px\"},\n\t\t{opacity: \"1\"}\n\t]);\n}\n\nfunction slideClosed(domNode,options) {\n\toptions = options || {};\n\tvar duration = options.duration || $tw.utils.getAnimationDuration(),\n\t\tcurrHeight = domNode.offsetHeight;\n\t// Clear the properties we've set when the animation is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(domNode,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"},\n\t\t\t{marginTop: \"\"},\n\t\t\t{paddingBottom: \"\"},\n\t\t\t{paddingTop: \"\"},\n\t\t\t{height: \"auto\"},\n\t\t\t{opacity: \"\"}\n\t\t]);\n\t\tif(options.callback) {\n\t\t\toptions.callback();\n\t\t}\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(domNode,[\n\t\t{height: currHeight + \"px\"},\n\t\t{opacity: \"1\"}\n\t]);\n\t$tw.utils.forceLayout(domNode);\n\t// Transition to the final position\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"margin-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"height \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{marginTop: \"0px\"},\n\t\t{marginBottom: \"0px\"},\n\t\t{paddingTop: \"0px\"},\n\t\t{paddingBottom: \"0px\"},\n\t\t{height: \"0px\"},\n\t\t{opacity: \"0\"}\n\t]);\n}\n\nexports.slide = {\n\topen: slideOpen,\n\tclose: slideClosed\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "animation"
        },
        "$:/core/modules/widgets/action-confirm.js": {
            "title": "$:/core/modules/widgets/action-confirm.js",
            "text": "/*\\\n\ntitle: $:/core/modules/widgets/action-confirm.js\ntype: application/javascript\nmodule-type: widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ConfirmWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nConfirmWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nConfirmWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.parentDomNode = parent;\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nConfirmWidget.prototype.execute = function() {\n\tthis.message = this.getAttribute(\"$message\",$tw.language.getString(\"ConfirmAction\"));\n\tthis.prompt = (this.getAttribute(\"$prompt\",\"yes\") == \"no\" ? false : true);\n\tthis.makeChildWidgets();\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nConfirmWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$message\"] || changedAttributes[\"$prompt\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nConfirmWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar invokeActions = true,\n\t\thandled = true;\n\tif(this.prompt) {\n\t\tinvokeActions = confirm(this.message);\n\t}\n\tif(invokeActions) {\n\t\thandled = this.invokeActions(triggeringWidget,event);\n\t}\n\treturn handled;\n};\n\nConfirmWidget.prototype.allowActionPropagation = function() {\n\treturn false;\n};\n\nexports[\"action-confirm\"] = ConfirmWidget;\n\n})();",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-createtiddler.js": {
            "title": "$:/core/modules/widgets/action-createtiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-createtiddler.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to create a new tiddler with a unique name and specified fields.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw:false, require:false, exports:false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CreateTiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCreateTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCreateTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nCreateTiddlerWidget.prototype.execute = function() {\n\tthis.actionBaseTitle = this.getAttribute(\"$basetitle\");\n\tthis.hasBase = !!this.actionBaseTitle;\n\tthis.actionSaveTitle = this.getAttribute(\"$savetitle\");\n\tthis.actionSaveDraftTitle = this.getAttribute(\"$savedrafttitle\");\n\tthis.actionTimestamp = this.getAttribute(\"$timestamp\",\"yes\") === \"yes\";\n\t//Following params are new since 5.1.22\n\tthis.actionTemplate = this.getAttribute(\"$template\");\n\tthis.useTemplate = !!this.actionTemplate;\n\tthis.actionOverwrite = this.getAttribute(\"$overwrite\",\"no\");\n\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nCreateTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nCreateTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar title = this.wiki.getTiddlerText(\"$:/language/DefaultNewTiddlerTitle\"), // Get the initial new-tiddler title\n\t\tfields = {},\n\t\tcreationFields,\n\t\tmodificationFields;\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tfields[name] = attribute;\n\t\t}\n\t});\n\tif(this.actionTimestamp) {\n\t\tcreationFields = this.wiki.getCreationFields();\n\t\tmodificationFields = this.wiki.getModificationFields();\n\t}\n\tif(this.hasBase && this.actionOverwrite === \"no\") {\n\t\ttitle = this.wiki.generateNewTitle(this.actionBaseTitle);\n\t} else if (this.hasBase && this.actionOverwrite === \"yes\") {\n\t\ttitle = this.actionBaseTitle\n\t}\n\t// NO $basetitle BUT $template parameter is available\n\t// the title MUST be unique, otherwise the template would be overwritten\n\tif (!this.hasBase && this.useTemplate) {\n\t\ttitle = this.wiki.generateNewTitle(this.actionTemplate);\n\t} else if (!this.hasBase && !this.useTemplate) {\n\t\t// If NO $basetitle AND NO $template use initial title\n\t\t// DON'T overwrite any stuff\n\t\ttitle = this.wiki.generateNewTitle(title);\n\t}\n\tvar templateTiddler = this.wiki.getTiddler(this.actionTemplate) || {};\n\tvar tiddler = this.wiki.addTiddler(new $tw.Tiddler(templateTiddler.fields,creationFields,fields,modificationFields,{title: title}));\n\tif(this.actionSaveTitle) {\n\t\tthis.wiki.setTextReference(this.actionSaveTitle,title,this.getVariable(\"currentTiddler\"));\n\t}\n\tif(this.actionSaveDraftTitle) {\n\t\tthis.wiki.setTextReference(this.actionSaveDraftTitle,this.wiki.generateDraftTitle(title),this.getVariable(\"currentTiddler\"));\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-createtiddler\"] = CreateTiddlerWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-deletefield.js": {
            "title": "$:/core/modules/widgets/action-deletefield.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-deletefield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to delete fields of a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DeleteFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDeleteFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDeleteFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nDeleteFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nDeleteFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nDeleteFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this,\n\t\ttiddler = this.wiki.getTiddler(self.actionTiddler),\n\t\tremoveFields = {},\n\t\thasChanged = false;\n\tif(this.actionField && tiddler) {\n\t\tremoveFields[this.actionField] = undefined;\n\t\tif(this.actionField in tiddler.fields) {\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\tif(tiddler) {\n\t\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\t\tif(name.charAt(0) !== \"$\" && name !== \"title\") {\n\t\t\t\tremoveFields[name] = undefined;\n\t\t\t\thasChanged = true;\n\t\t\t}\n\t\t});\n\t\tif(hasChanged) {\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,removeFields,this.wiki.getModificationFields()));\t\t\t\n\t\t}\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-deletefield\"] = DeleteFieldWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-listops.js": {
            "title": "$:/core/modules/widgets/action-listops.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-listops.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to apply list operations to any tiddler field (defaults to the 'list' field of the current tiddler)\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar ActionListopsWidget = function(parseTreeNode, options) {\n\tthis.initialise(parseTreeNode, options);\n};\n/**\n * Inherit from the base widget class\n */\nActionListopsWidget.prototype = new Widget();\n/**\n * Render this widget into the DOM\n */\nActionListopsWidget.prototype.render = function(parent, nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n/**\n * Compute the internal state of the widget\n */\nActionListopsWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.target = this.getAttribute(\"$tiddler\", this.getVariable(\n\t\t\"currentTiddler\"));\n\tthis.filter = this.getAttribute(\"$filter\");\n\tthis.subfilter = this.getAttribute(\"$subfilter\");\n\tthis.listField = this.getAttribute(\"$field\", \"list\");\n\tthis.listIndex = this.getAttribute(\"$index\");\n\tthis.filtertags = this.getAttribute(\"$tags\");\n};\n/**\n * \tRefresh the widget by ensuring our attributes are up to date\n */\nActionListopsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.$tiddler || changedAttributes.$filter ||\n\t\tchangedAttributes.$subfilter || changedAttributes.$field ||\n\t\tchangedAttributes.$index || changedAttributes.$tags) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n/**\n * \tInvoke the action associated with this widget\n */\nActionListopsWidget.prototype.invokeAction = function(triggeringWidget,\n\tevent) {\n\t//Apply the specified filters to the lists\n\tvar field = this.listField,\n\t\tindex,\n\t\ttype = \"!!\",\n\t\tlist = this.listField;\n\tif(this.listIndex) {\n\t\tfield = undefined;\n\t\tindex = this.listIndex;\n\t\ttype = \"##\";\n\t\tlist = this.listIndex;\n\t}\n\tif(this.filter) {\n\t\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(\n\t\t\tthis.wiki\n\t\t\t.filterTiddlers(this.filter, this)));\n\t}\n\tif(this.subfilter) {\n\t\tvar subfilter = \"[list[\" + this.target + type + list + \"]] \" + this.subfilter;\n\t\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(\n\t\t\tthis.wiki\n\t\t\t.filterTiddlers(subfilter, this)));\n\t}\n\tif(this.filtertags) {\n\t\tvar tiddler = this.wiki.getTiddler(this.target),\n\t\t\toldtags = tiddler ? (tiddler.fields.tags || []).slice(0) : [],\n\t\t\ttagfilter = \"[list[\" + this.target + \"!!tags]] \" + this.filtertags,\n\t\t\tnewtags = this.wiki.filterTiddlers(tagfilter,this);\n\t\tif($tw.utils.stringifyList(oldtags.sort()) !== $tw.utils.stringifyList(newtags.sort())) {\n\t\t\tthis.wiki.setText(this.target,\"tags\",undefined,$tw.utils.stringifyList(newtags));\t\t\t\n\t\t}\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-listops\"] = ActionListopsWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-log.js": {
            "title": "$:/core/modules/widgets/action-log.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-log.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to log debug messages\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LogWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nLogWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLogWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\nLogWidget.prototype.execute = function(){\n\tthis.message = this.getAttribute(\"$$message\",\"debug\");\n\tthis.logAll = this.getAttribute(\"$$all\",\"no\") === \"yes\" ? true : false;\n\tthis.filter = this.getAttribute(\"$$filter\");\n}\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nLogWidget.prototype.refresh = function(changedTiddlers) {\n\tthis.refreshSelf();\n\treturn true;\n};\n\n/*\nInvoke the action associated with this widget\n*/\nLogWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tthis.log();\n\treturn true; // Action was invoked\n};\n\nLogWidget.prototype.log = function() {\n\tvar data = {},\n\t\tdataCount,\n\t\tallVars = {},\n\t\tfilteredVars;\n\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.substring(0,2) !== \"$$\") {\n\t\t\tdata[name] = attribute;\n\t\t}\t\t\n\t});\n\n\tfor(var v in this.variables) {\n\t\tallVars[v] = this.getVariable(v,{defaultValue:\"\"});\n\t}\t\n\tif(this.filter) {\n\t\tfilteredVars = this.wiki.compileFilter(this.filter).call(this.wiki,this.wiki.makeTiddlerIterator(allVars));\n\t\t$tw.utils.each(filteredVars,function(name) {\n\t\t\tdata[name] = allVars[name];\n\t\t});\t\t\n\t}\n\tdataCount = $tw.utils.count(data);\n\n\tconsole.group(this.message);\n\tif(dataCount > 0) {\n\t\t$tw.utils.logTable(data);\n\t}\n\tif(this.logAll || !dataCount) {\n\t\tconsole.groupCollapsed(\"All variables\");\n\t\t$tw.utils.logTable(allVars);\n\t\tconsole.groupEnd();\n\t}\n\tconsole.groupEnd();\n}\n\nexports[\"action-log\"] = LogWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-popup.js": {
            "title": "$:/core/modules/widgets/action-popup.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-popup.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to trigger a popup.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ActionPopupWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nActionPopupWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nActionPopupWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nActionPopupWidget.prototype.execute = function() {\n\tthis.actionState = this.getAttribute(\"$state\");\n\tthis.actionCoords = this.getAttribute(\"$coords\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nActionPopupWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$state\"] || changedAttributes[\"$coords\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nActionPopupWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\t// Trigger the popup\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/,\n\t\tmatch = popupLocationRegExp.exec(this.actionCoords || \"\");\n\tif(match) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: null,\n\t\t\tdomNodeRect: {\n\t\t\t\tleft: parseFloat(match[1]),\n\t\t\t\ttop: parseFloat(match[2]),\n\t\t\t\twidth: parseFloat(match[3]),\n\t\t\t\theight: parseFloat(match[4])\n\t\t\t},\n\t\t\ttitle: this.actionState,\n\t\t\twiki: this.wiki\n\t\t});\n\t} else {\n\t\t$tw.popup.cancel(0);\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-popup\"] = ActionPopupWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-sendmessage.js": {
            "title": "$:/core/modules/widgets/action-sendmessage.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-sendmessage.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to send a message\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SendMessageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSendMessageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSendMessageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSendMessageWidget.prototype.execute = function() {\n\tthis.actionMessage = this.getAttribute(\"$message\");\n\tthis.actionParam = this.getAttribute(\"$param\");\n\tthis.actionName = this.getAttribute(\"$name\");\n\tthis.actionValue = this.getAttribute(\"$value\",\"\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSendMessageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(Object.keys(changedAttributes).length) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSendMessageWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\t// Get the string parameter\n\tvar param = this.actionParam;\n\t// Assemble the attributes as a hashmap\n\tvar paramObject = Object.create(null);\n\tvar count = 0;\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparamObject[name] = attribute;\n\t\t\tcount++;\n\t\t}\n\t});\n\t// Add name/value pair if present\n\tif(this.actionName) {\n\t\tparamObject[this.actionName] = this.actionValue;\n\t}\n\t// Dispatch the message\n\tthis.dispatchEvent({\n\t\ttype: this.actionMessage,\n\t\tparam: param,\n\t\tparamObject: paramObject,\n\t\ttiddlerTitle: this.getVariable(\"currentTiddler\"),\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tevent: event\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-sendmessage\"] = SendMessageWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-navigate.js": {
            "title": "$:/core/modules/widgets/action-navigate.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-navigate.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to navigate to a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigateWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigateWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigateWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigateWidget.prototype.execute = function() {\n\tthis.actionTo = this.getAttribute(\"$to\");\n\tthis.actionScroll = this.getAttribute(\"$scroll\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nNavigateWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$to\"] || changedAttributes[\"$scroll\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nNavigateWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tevent = event || {};\n\tvar bounds = triggeringWidget && triggeringWidget.getBoundingClientRect && triggeringWidget.getBoundingClientRect(),\n\t\tsuppressNavigation = event.metaKey || event.ctrlKey || (event.button === 1);\n\tif(this.actionScroll === \"yes\") {\n\t\tsuppressNavigation = false;\n\t} else if(this.actionScroll === \"no\") {\n\t\tsuppressNavigation = true;\n\t}\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.actionTo === undefined ? this.getVariable(\"currentTiddler\") : this.actionTo,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: triggeringWidget,\n\t\tnavigateFromClientRect: bounds && { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: suppressNavigation\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-navigate\"] = NavigateWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/browse.js": {
            "title": "$:/core/modules/widgets/browse.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/browse.js\ntype: application/javascript\nmodule-type: widget\n\nBrowse widget for browsing for files to import\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar BrowseWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nBrowseWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nBrowseWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"file\");\n\tif(this.browseMultiple) {\n\t\tdomNode.setAttribute(\"multiple\",\"multiple\");\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\t// Nw.js supports \"nwsaveas\" to force a \"save as\" dialogue that allows a new or existing file to be selected\n\tif(this.nwsaveas) {\n\t\tdomNode.setAttribute(\"nwsaveas\",this.nwsaveas);\n\t}\n\tif(this.accept) {\n\t\tdomNode.setAttribute(\"accept\",this.accept);\n\t}\n\t// Nw.js supports \"webkitdirectory\" and \"nwdirectory\" to allow a directory to be selected\n\tif(this.webkitdirectory) {\n\t\tdomNode.setAttribute(\"webkitdirectory\",this.webkitdirectory);\n\t}\n\tif(this.nwdirectory) {\n\t\tdomNode.setAttribute(\"nwdirectory\",this.nwdirectory);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"change\",function (event) {\n\t\tif(self.message) {\n\t\t\tself.dispatchEvent({type: self.message, param: self.param, files: event.target.files});\n\t\t} else {\n\t\t\tself.wiki.readFiles(event.target.files,{\n\t\t\t\tcallback: function(tiddlerFieldsArray) {\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t\t\t},\n\t\t\t\tdeserializer: self.deserializer\n\t\t\t});\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nBrowseWidget.prototype.execute = function() {\n\tthis.browseMultiple = this.getAttribute(\"multiple\");\n\tthis.deserializer = this.getAttribute(\"deserializer\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.nwsaveas = this.getAttribute(\"nwsaveas\");\n\tthis.accept = this.getAttribute(\"accept\");\n\tthis.webkitdirectory = this.getAttribute(\"webkitdirectory\");\n\tthis.nwdirectory = this.getAttribute(\"nwdirectory\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nBrowseWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.browse = BrowseWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-setfield.js": {
            "title": "$:/core/modules/widgets/action-setfield.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-setfield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to set a single field or index on a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n\tthis.actionIndex = this.getAttribute(\"$index\");\n\tthis.actionValue = this.getAttribute(\"$value\");\n\tthis.actionTimestamp = this.getAttribute(\"$timestamp\",\"yes\") === \"yes\";\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSetFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"] || changedAttributes[\"$field\"] || changedAttributes[\"$index\"] || changedAttributes[\"$value\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSetFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this,\n\t\toptions = {};\n\toptions.suppressTimestamp = !this.actionTimestamp;\n\tif((typeof this.actionField == \"string\") || (typeof this.actionIndex == \"string\")  || (typeof this.actionValue == \"string\")) {\n\t\tthis.wiki.setText(this.actionTiddler,this.actionField,this.actionIndex,this.actionValue,options);\n\t}\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tself.wiki.setText(self.actionTiddler,name,undefined,attribute,options);\n\t\t}\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-setfield\"] = SetFieldWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/checkbox.js": {
            "title": "$:/core/modules/widgets/checkbox.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/checkbox.js\ntype: application/javascript\nmodule-type: widget\n\nCheckbox widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CheckboxWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCheckboxWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCheckboxWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",this.checkboxClass);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"checkbox\");\n\tif(this.getValue()) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tthis.inputDomNode.setAttribute(\"disabled\",true);\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nCheckboxWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.checkboxTitle);\n\tif(tiddler) {\n\t\tif(this.checkboxTag) {\n\t\t\tif(this.checkboxInvertTag) {\n\t\t\t\treturn !tiddler.hasTag(this.checkboxTag);\n\t\t\t} else {\n\t\t\t\treturn tiddler.hasTag(this.checkboxTag);\n\t\t\t}\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tvar value;\n\t\t\tif($tw.utils.hop(tiddler.fields,this.checkboxField)) {\n\t\t\t\tvalue = tiddler.fields[this.checkboxField] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = this.checkboxDefault || \"\";\n\t\t\t}\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\tif(this.checkboxIndex) {\n\t\t\tvar value = this.wiki.extractTiddlerDataItem(tiddler,this.checkboxIndex,this.checkboxDefault || \"\");\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tif(this.checkboxTag) {\n\t\t\treturn false;\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tif(this.checkboxDefault === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(this.checkboxDefault === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\nCheckboxWidget.prototype.handleChangeEvent = function(event) {\n\tvar checked = this.inputDomNode.checked,\n\t\ttiddler = this.wiki.getTiddler(this.checkboxTitle),\n\t\tfallbackFields = {text: \"\"},\n\t\tnewFields = {title: this.checkboxTitle},\n\t\thasChanged = false,\n\t\ttagCheck = false,\n\t\thasTag = tiddler && tiddler.hasTag(this.checkboxTag),\n\t\tvalue = checked ? this.checkboxChecked : this.checkboxUnchecked;\n\tif(this.checkboxTag && this.checkboxInvertTag === \"yes\") {\n\t\ttagCheck = hasTag === checked;\n\t} else {\n\t\ttagCheck = hasTag !== checked;\n\t}\n\t// Set the tag if specified\n\tif(this.checkboxTag && (!tiddler || tagCheck)) {\n\t\tnewFields.tags = tiddler ? (tiddler.fields.tags || []).slice(0) : [];\n\t\tvar pos = newFields.tags.indexOf(this.checkboxTag);\n\t\tif(pos !== -1) {\n\t\t\tnewFields.tags.splice(pos,1);\n\t\t}\n\t\tif(this.checkboxInvertTag === \"yes\" && !checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t} else if(this.checkboxInvertTag !== \"yes\" && checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t}\n\t\thasChanged = true;\n\t}\n\t// Set the field if specified\n\tif(this.checkboxField) {\n\t\tif(!tiddler || tiddler.fields[this.checkboxField] !== value) {\n\t\t\tnewFields[this.checkboxField] = value;\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\t// Set the index if specified\n\tif(this.checkboxIndex) {\n\t\tvar indexValue = this.wiki.extractTiddlerDataItem(this.checkboxTitle,this.checkboxIndex);\n\t\tif(!tiddler || indexValue !== value) {\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\tif(hasChanged) {\n\t\tif(this.checkboxIndex) {\n\t\t\tthis.wiki.setText(this.checkboxTitle,\"\",this.checkboxIndex,value);\n\t\t} else {\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),fallbackFields,tiddler,newFields,this.wiki.getModificationFields()));\n\t\t}\n\t}\n\t// Trigger actions\n\tif(this.checkboxActions) {\n\t\tthis.invokeActionString(this.checkboxActions,this,event);\n\t}\n\tif(this.checkboxCheckActions && checked) {\n\t\tthis.invokeActionString(this.checkboxCheckActions,this,event);\n\t}\n\tif(this.checkboxUncheckActions && !checked) {\n\t\tthis.invokeActionString(this.checkboxUncheckActions,this,event);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCheckboxWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.checkboxActions = this.getAttribute(\"actions\");\n\tthis.checkboxCheckActions = this.getAttribute(\"checkactions\");\n\tthis.checkboxUncheckActions = this.getAttribute(\"uncheckactions\");\n\tthis.checkboxTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.checkboxTag = this.getAttribute(\"tag\");\n\tthis.checkboxField = this.getAttribute(\"field\");\n\tthis.checkboxIndex = this.getAttribute(\"index\");\n\tthis.checkboxChecked = this.getAttribute(\"checked\");\n\tthis.checkboxUnchecked = this.getAttribute(\"unchecked\");\n\tthis.checkboxDefault = this.getAttribute(\"default\");\n\tthis.checkboxClass = this.getAttribute(\"class\",\"\");\n\tthis.checkboxInvertTag = this.getAttribute(\"invertTag\",\"\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCheckboxWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.tag || changedAttributes.invertTag || changedAttributes.field || changedAttributes.index || changedAttributes.checked || changedAttributes.unchecked || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.disabled) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.checkboxTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue();\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.checkbox = CheckboxWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/codeblock.js": {
            "title": "$:/core/modules/widgets/codeblock.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/codeblock.js\ntype: application/javascript\nmodule-type: widget\n\nCode block node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CodeBlockWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCodeBlockWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCodeBlockWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar codeNode = this.document.createElement(\"code\"),\n\t\tdomNode = this.document.createElement(\"pre\");\n\tcodeNode.appendChild(this.document.createTextNode(this.getAttribute(\"code\")));\n\tdomNode.appendChild(codeNode);\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n\tif(this.postRender) {\n\t\tthis.postRender();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCodeBlockWidget.prototype.execute = function() {\n\tthis.language = this.getAttribute(\"language\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCodeBlockWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.codeblock = CodeBlockWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/count.js": {
            "title": "$:/core/modules/widgets/count.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/count.js\ntype: application/javascript\nmodule-type: widget\n\nCount widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CountWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCountWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCountWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.currentCount);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nCountWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Execute the filter\n\tif(this.filter) {\n\t\tthis.currentCount = this.wiki.filterTiddlers(this.filter,this).length;\n\t} else {\n\t\tthis.currentCount = \"0\";\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCountWidget.prototype.refresh = function(changedTiddlers) {\n\t// Re-execute the filter to get the count\n\tthis.computeAttributes();\n\tvar oldCount = this.currentCount;\n\tthis.execute();\n\tif(this.currentCount !== oldCount) {\n\t\t// Regenerate and rerender the widget and replace the existing DOM node\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n\n};\n\nexports.count = CountWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/diff-text.js": {
            "title": "$:/core/modules/widgets/diff-text.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/diff-text.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to display a diff between two texts\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget,\n\tdmp = require(\"$:/core/modules/utils/diff-match-patch/diff_match_patch.js\");\n\nvar DiffTextWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDiffTextWidget.prototype = new Widget();\n\nDiffTextWidget.prototype.invisibleCharacters = {\n\t\"\\n\": \"↩︎\\n\",\n\t\"\\r\": \"⇠\",\n\t\"\\t\": \"⇥\\t\"\n};\n\n/*\nRender this widget into the DOM\n*/\nDiffTextWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create the diff\n\tvar dmpObject = new dmp.diff_match_patch(),\n\t\tdiffs = dmpObject.diff_main(this.getAttribute(\"source\"),this.getAttribute(\"dest\"));\n\t// Apply required cleanup\n\tswitch(this.getAttribute(\"cleanup\",\"semantic\")) {\n\t\tcase \"none\":\n\t\t\t// No cleanup\n\t\t\tbreak;\n\t\tcase \"efficiency\":\n\t\t\tdmpObject.diff_cleanupEfficiency(diffs);\n\t\t\tbreak;\n\t\tdefault: // case \"semantic\"\n\t\t\tdmpObject.diff_cleanupSemantic(diffs);\n\t\t\tbreak;\n\t}\n\t// Create the elements\n\tvar domContainer = this.document.createElement(\"div\"), \n\t\tdomDiff = this.createDiffDom(diffs);\n\tparent.insertBefore(domContainer,nextSibling);\n\t// Set variables\n\tthis.setVariable(\"diff-count\",diffs.reduce(function(acc,diff) {\n\t\tif(diff[0] !== dmp.DIFF_EQUAL) {\n\t\t\tacc++;\n\t\t}\n\t\treturn acc;\n\t},0).toString());\n\t// Render child widgets\n\tthis.renderChildren(domContainer,null);\n\t// Render the diff\n\tdomContainer.appendChild(domDiff);\n\t// Save our container\n\tthis.domNodes.push(domContainer);\n};\n\n/*\nCreate DOM elements representing a list of diffs\n*/\nDiffTextWidget.prototype.createDiffDom = function(diffs) {\n\tvar self = this;\n\t// Create the element and assign the attributes\n\tvar domPre = this.document.createElement(\"pre\"),\n\t\tdomCode = this.document.createElement(\"code\");\n\t$tw.utils.each(diffs,function(diff) {\n\t\tvar tag = diff[0] === dmp.DIFF_INSERT ? \"ins\" : (diff[0] === dmp.DIFF_DELETE ? \"del\" : \"span\"),\n\t\t\tclassName = diff[0] === dmp.DIFF_INSERT ? \"tc-diff-insert\" : (diff[0] === dmp.DIFF_DELETE ? \"tc-diff-delete\" : \"tc-diff-equal\"),\n\t\t\tdom = self.document.createElement(tag),\n\t\t\ttext = diff[1],\n\t\t\tcurrPos = 0,\n\t\t\tre = /([\\x00-\\x1F])/mg,\n\t\t\tmatch = re.exec(text),\n\t\t\tspan,\n\t\t\tprintable;\n\t\tdom.className = className;\n\t\twhile(match) {\n\t\t\tif(currPos < match.index) {\n\t\t\t\tdom.appendChild(self.document.createTextNode(text.slice(currPos,match.index)));\n\t\t\t}\n\t\t\tspan = self.document.createElement(\"span\");\n\t\t\tspan.className = \"tc-diff-invisible\";\n\t\t\tprintable = self.invisibleCharacters[match[0]] || (\"[0x\" + match[0].charCodeAt(0).toString(16) + \"]\");\n\t\t\tspan.appendChild(self.document.createTextNode(printable));\n\t\t\tdom.appendChild(span);\n\t\t\tcurrPos = match.index + match[0].length;\n\t\t\tmatch = re.exec(text);\n\t\t}\n\t\tif(currPos < text.length) {\n\t\t\tdom.appendChild(self.document.createTextNode(text.slice(currPos)));\n\t\t}\n\t\tdomCode.appendChild(dom);\n\t});\n\tdomPre.appendChild(domCode);\n\treturn domPre;\n};\n\n/*\nCompute the internal state of the widget\n*/\nDiffTextWidget.prototype.execute = function() {\n\t// Make child widgets\n\tvar parseTreeNodes;\n\tif(this.parseTreeNode && this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\tparseTreeNodes = this.parseTreeNode.children;\n\t} else {\n\t\tparseTreeNodes = [{\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: \"$:/language/Diffs/CountMessage\"}\n\t\t\t}\n\t\t}];\n\t}\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDiffTextWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.source || changedAttributes.dest || changedAttributes.cleanup) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports[\"diff-text\"] = DiffTextWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/draggable.js": {
            "title": "$:/core/modules/widgets/draggable.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/draggable.js\ntype: application/javascript\nmodule-type: widget\n\nDraggable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DraggableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDraggableWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDraggableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Sanitise the specified tag\n\tvar tag = this.draggableTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"div\";\n\t}\n\t// Create our element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = [\"tc-draggable\"];\n\tif(this.draggableClasses) {\n\t\tclasses.push(this.draggableClasses);\n\t}\n\tdomNode.setAttribute(\"class\",classes.join(\" \"));\n\t// Add event handlers\n\t$tw.utils.makeDraggable({\n\t\tdomNode: domNode,\n\t\tdragTiddlerFn: function() {return self.getAttribute(\"tiddler\");},\n\t\tdragFilterFn: function() {return self.getAttribute(\"filter\");},\n\t\tstartActions: self.startActions,\n\t\tendActions: self.endActions,\n\t\twidget: this\n\t});\n\t// Insert the link into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nDraggableWidget.prototype.execute = function() {\n\t// Pick up our attributes\n\tthis.draggableTag = this.getAttribute(\"tag\",\"div\");\n\tthis.draggableClasses = this.getAttribute(\"class\");\n\tthis.startActions = this.getAttribute(\"startactions\");\n\tthis.endActions = this.getAttribute(\"endactions\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDraggableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tag || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.draggable = DraggableWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/droppable.js": {
            "title": "$:/core/modules/widgets/droppable.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/droppable.js\ntype: application/javascript\nmodule-type: widget\n\nDroppable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DroppableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDroppableWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDroppableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this,\n\t\ttag = this.parseTreeNode.isBlock ? \"div\" : \"span\",\n\t\tdomNode;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\tif(this.droppableTag && $tw.config.htmlUnsafeElements.indexOf(this.droppableTag) === -1) {\n\t\ttag = this.droppableTag;\n\t}\n\t// Create element and assign classes\n\tdomNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\tthis.assignDomNodeClasses();\n\t// Add event handlers\n\tif(this.droppableEnable) {\n\t\t$tw.utils.addEventListeners(domNode,[\n\t\t\t{name: \"dragenter\", handlerObject: this, handlerMethod: \"handleDragEnterEvent\"},\n\t\t\t{name: \"dragover\", handlerObject: this, handlerMethod: \"handleDragOverEvent\"},\n\t\t\t{name: \"dragleave\", handlerObject: this, handlerMethod: \"handleDragLeaveEvent\"},\n\t\t\t{name: \"drop\", handlerObject: this, handlerMethod: \"handleDropEvent\"}\n\t\t]);\t\t\n\t} else {\n\t\t$tw.utils.addClass(this.domNode,this.disabledClass);\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n\t// Stack of outstanding enter/leave events\n\tthis.currentlyEntered = [];\n};\n\nDroppableWidget.prototype.enterDrag = function(event) {\n\tif(this.currentlyEntered.indexOf(event.target) === -1) {\n\t\tthis.currentlyEntered.push(event.target);\n\t}\n\t// If we're entering for the first time we need to apply highlighting\n\t$tw.utils.addClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDroppableWidget.prototype.leaveDrag = function(event) {\n\tvar pos = this.currentlyEntered.indexOf(event.target);\n\tif(pos !== -1) {\n\t\tthis.currentlyEntered.splice(pos,1);\n\t}\n\t// Remove highlighting if we're leaving externally. The hacky second condition is to resolve a problem with Firefox whereby there is an erroneous dragenter event if the node being dragged is within the dropzone\n\tif(this.currentlyEntered.length === 0 || (this.currentlyEntered.length === 1 && this.currentlyEntered[0] === $tw.dragInProgress)) {\n\t\tthis.currentlyEntered = [];\n\t\tif(this.domNodes[0]) {\n\t\t\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t\t}\n\t}\n};\n\nDroppableWidget.prototype.handleDragEnterEvent  = function(event) {\n\tthis.enterDrag(event);\n\t// Tell the browser that we're ready to handle the drop\n\tevent.preventDefault();\n\t// Tell the browser not to ripple the drag up to any parent drop handlers\n\tevent.stopPropagation();\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDragOverEvent  = function(event) {\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Tell the browser that we're still interested in the drop\n\tevent.preventDefault();\n\t// Set the drop effect\n\tevent.dataTransfer.dropEffect = this.droppableEffect;\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDragLeaveEvent  = function(event) {\n\tthis.leaveDrag(event);\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDropEvent  = function(event) {\n\tvar self = this;\n\tthis.leaveDrag(event);\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\tvar dataTransfer = event.dataTransfer;\n\t// Remove highlighting\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t// Try to import the various data types we understand\n\t$tw.utils.importDataTransfer(dataTransfer,null,function(fieldsArray) {\n\t\tfieldsArray.forEach(function(fields) {\n\t\t\tself.performActions(fields.title || fields.text,event);\n\t\t});\n\t});\n\t// Tell the browser that we handled the drop\n\tevent.preventDefault();\n\t// Stop the drop ripple up to any parent handlers\n\tevent.stopPropagation();\n\treturn false;\n};\n\nDroppableWidget.prototype.performActions = function(title,event) {\n\tif(this.droppableActions) {\n\t\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\tthis.invokeActionString(this.droppableActions,this,event,{actionTiddler: title, modifier: modifierKey});\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDroppableWidget.prototype.execute = function() {\n\tthis.droppableActions = this.getAttribute(\"actions\");\n\tthis.droppableEffect = this.getAttribute(\"effect\",\"copy\");\n\tthis.droppableTag = this.getAttribute(\"tag\");\n\tthis.droppableEnable = (this.getAttribute(\"enable\") || \"yes\") === \"yes\";\n\tthis.disabledClass = this.getAttribute(\"disabledClass\",\"\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\nDroppableWidget.prototype.assignDomNodeClasses = function() {\n\tvar classes = this.getAttribute(\"class\",\"\").split(\" \");\n\tclasses.push(\"tc-droppable\");\n\tthis.domNode.className = classes.join(\" \");\t\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDroppableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tag || changedAttributes.enable || changedAttributes.disabledClass || changedAttributes.actions || changedAttributes.effect) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedAttributes[\"class\"]) {\n\t\tthis.assignDomNodeClasses();\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.droppable = DroppableWidget;\n\n})();",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/dropzone.js": {
            "title": "$:/core/modules/widgets/dropzone.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/dropzone.js\ntype: application/javascript\nmodule-type: widget\n\nDropzone widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DropZoneWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDropZoneWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDropZoneWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"div\");\n\tdomNode.className = this.dropzoneClass || \"tc-dropzone\";\n\t// Add event handlers\n\tif(this.dropzoneEnable) {\n\t\t$tw.utils.addEventListeners(domNode,[\n\t\t\t{name: \"dragenter\", handlerObject: this, handlerMethod: \"handleDragEnterEvent\"},\n\t\t\t{name: \"dragover\", handlerObject: this, handlerMethod: \"handleDragOverEvent\"},\n\t\t\t{name: \"dragleave\", handlerObject: this, handlerMethod: \"handleDragLeaveEvent\"},\n\t\t\t{name: \"drop\", handlerObject: this, handlerMethod: \"handleDropEvent\"},\n\t\t\t{name: \"paste\", handlerObject: this, handlerMethod: \"handlePasteEvent\"},\n\t\t\t{name: \"dragend\", handlerObject: this, handlerMethod: \"handleDragEndEvent\"}\n\t\t]);\t\t\n\t}\n\tdomNode.addEventListener(\"click\",function (event) {\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n\t// Stack of outstanding enter/leave events\n\tthis.currentlyEntered = [];\n};\n\nDropZoneWidget.prototype.enterDrag = function(event) {\n\tif(this.currentlyEntered.indexOf(event.target) === -1) {\n\t\tthis.currentlyEntered.push(event.target);\n\t}\n\t// If we're entering for the first time we need to apply highlighting\n\t$tw.utils.addClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDropZoneWidget.prototype.leaveDrag = function(event) {\n\tvar pos = this.currentlyEntered.indexOf(event.target);\n\tif(pos !== -1) {\n\t\tthis.currentlyEntered.splice(pos,1);\n\t}\n\t// Remove highlighting if we're leaving externally\n\tif(this.currentlyEntered.length === 0) {\n\t\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t}\n};\n\nDropZoneWidget.prototype.handleDragEnterEvent  = function(event) {\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\tthis.enterDrag(event);\n\t// Tell the browser that we're ready to handle the drop\n\tevent.preventDefault();\n\t// Tell the browser not to ripple the drag up to any parent drop handlers\n\tevent.stopPropagation();\n};\n\nDropZoneWidget.prototype.handleDragOverEvent  = function(event) {\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\t// Tell the browser that we're still interested in the drop\n\tevent.preventDefault();\n\tevent.dataTransfer.dropEffect = \"copy\"; // Explicitly show this is a copy\n};\n\nDropZoneWidget.prototype.handleDragLeaveEvent  = function(event) {\n\tthis.leaveDrag(event);\n};\n\nDropZoneWidget.prototype.handleDragEndEvent = function(event) {\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDropZoneWidget.prototype.handleDropEvent  = function(event) {\n\tvar self = this,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray), autoOpenOnImport: self.autoOpenOnImport, importTitle: self.importTitle});\n\t\t};\n\tthis.leaveDrag(event);\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\tvar self = this,\n\t\tdataTransfer = event.dataTransfer;\n\t// Remove highlighting\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t// Import any files in the drop\n\tvar numFiles = 0;\n\tif(dataTransfer.files) {\n\t\tnumFiles = this.wiki.readFiles(dataTransfer.files,{\n\t\t\tcallback: readFileCallback,\n\t\t\tdeserializer: this.dropzoneDeserializer\n\t\t});\n\t}\n\t// Try to import the various data types we understand\n\tif(numFiles === 0) {\n\t\t$tw.utils.importDataTransfer(dataTransfer,this.wiki.generateNewTitle(\"Untitled\"),readFileCallback);\n\t}\n\t// Tell the browser that we handled the drop\n\tevent.preventDefault();\n\t// Stop the drop ripple up to any parent handlers\n\tevent.stopPropagation();\n};\n\nDropZoneWidget.prototype.handlePasteEvent  = function(event) {\n\tvar self = this,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray), autoOpenOnImport: self.autoOpenOnImport, importTitle: self.importTitle});\n\t\t};\n\t// Let the browser handle it if we're in a textarea or input box\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) == -1 && !event.target.isContentEditable) {\n\t\tvar self = this,\n\t\t\titems = event.clipboardData.items;\n\t\t// Enumerate the clipboard items\n\t\tfor(var t = 0; t<items.length; t++) {\n\t\t\tvar item = items[t];\n\t\t\tif(item.kind === \"file\") {\n\t\t\t\t// Import any files\n\t\t\t\tthis.wiki.readFile(item.getAsFile(),{\n\t\t\t\t\tcallback: readFileCallback,\n\t\t\t\t\tdeserializer: this.dropzoneDeserializer\n\t\t\t\t});\n\t\t\t} else if(item.kind === \"string\") {\n\t\t\t\t// Create tiddlers from string items\n\t\t\t\tvar type = item.type;\n\t\t\t\titem.getAsString(function(str) {\n\t\t\t\t\tvar tiddlerFields = {\n\t\t\t\t\t\ttitle: self.wiki.generateNewTitle(\"Untitled\"),\n\t\t\t\t\t\ttext: str,\n\t\t\t\t\t\ttype: type\n\t\t\t\t\t};\n\t\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\t\tconsole.log(\"Importing string '\" + str + \"', type: '\" + type + \"'\");\n\t\t\t\t\t}\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify([tiddlerFields]), autoOpenOnImport: self.autoOpenOnImport, importTitle: self.importTitle});\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t\t// Tell the browser that we've handled the paste\n\t\tevent.stopPropagation();\n\t\tevent.preventDefault();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDropZoneWidget.prototype.execute = function() {\n\tthis.dropzoneClass = this.getAttribute(\"class\");\n\tthis.dropzoneDeserializer = this.getAttribute(\"deserializer\");\n\tthis.dropzoneEnable = (this.getAttribute(\"enable\") || \"yes\") === \"yes\";\n\tthis.autoOpenOnImport = this.getAttribute(\"autoOpenOnImport\");\n\tthis.importTitle = this.getAttribute(\"importTitle\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDropZoneWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.enable || changedAttributes.autoOpenOnImport || changedAttributes.importTitle || changedAttributes.deserializer || changedAttributes.class) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.dropzone = DropZoneWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/edit-binary.js": {
            "title": "$:/core/modules/widgets/edit-binary.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/edit-binary.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-binary widget; placeholder for editing binary tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar BINARY_WARNING_MESSAGE = \"$:/core/ui/BinaryWarning\";\nvar EXPORT_BUTTON_IMAGE = \"$:/core/images/export-button\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditBinaryWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditBinaryWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditBinaryWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditBinaryWidget.prototype.execute = function() {\n\t// Get our parameters\n\tvar editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tvar tiddler = this.wiki.getTiddler(editTitle);\n\tvar type = tiddler.fields.type;\n\tvar text = tiddler.fields.text;\n\t// Transclude the binary data tiddler warning message\n\tvar warn = {\n\t\ttype: \"element\",\n\t\ttag: \"p\",\n\t\tchildren: [{\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: BINARY_WARNING_MESSAGE}\n\t\t\t}\n\t\t}]\n\t};\n\t// Create download link based on draft tiddler title\n\tvar link = {\n\t\ttype: \"element\",\n\t\ttag: \"a\",\n\t\tattributes: {\n\t\t\ttitle: {type: \"indirect\", textReference: \"!!draft.title\"},\n\t\t\tdownload: {type: \"indirect\", textReference: \"!!draft.title\"}\n\t\t},\n\t\tchildren: [{\n\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: EXPORT_BUTTON_IMAGE}\n\t\t\t}\n\t\t}]\n\t};\n\t// Set the link href to internal data URI (no external)\n\tif(text) {\n\t\tlink.attributes.href = {\n\t\t\ttype: \"string\", \n\t\t\tvalue: \"data:\" + type + \";base64,\" + text\n\t\t};\n\t}\n\t// Combine warning message and download link in a div\n\tvar element = {\n\t\ttype: \"element\",\n\t\ttag: \"div\",\n\t\tattributes: {\n\t\t\tclass: {type: \"string\", value: \"tc-binary-warning\"}\n\t\t},\n\t\tchildren: [warn, link]\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets([element]);\n};\n\n/*\nRefresh by refreshing our child widget\n*/\nEditBinaryWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports[\"edit-binary\"] = EditBinaryWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/edit-bitmap.js": {
            "title": "$:/core/modules/widgets/edit-bitmap.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/edit-bitmap.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-bitmap widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Default image sizes\nvar DEFAULT_IMAGE_WIDTH = 600,\n\tDEFAULT_IMAGE_HEIGHT = 370,\n\tDEFAULT_IMAGE_TYPE = \"image/png\";\n\n// Configuration tiddlers\nvar LINE_WIDTH_TITLE = \"$:/config/BitmapEditor/LineWidth\",\n\tLINE_COLOUR_TITLE = \"$:/config/BitmapEditor/Colour\",\n\tLINE_OPACITY_TITLE = \"$:/config/BitmapEditor/Opacity\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditBitmapWidget = function(parseTreeNode,options) {\n\t// Initialise the editor operations if they've not been done already\n\tif(!this.editorOperations) {\n\t\tEditBitmapWidget.prototype.editorOperations = {};\n\t\t$tw.modules.applyMethods(\"bitmapeditoroperation\",this.editorOperations);\n\t}\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditBitmapWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditBitmapWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create the wrapper for the toolbar and render its content\n\tthis.toolbarNode = this.document.createElement(\"div\");\n\tthis.toolbarNode.className = \"tc-editor-toolbar\";\n\tparent.insertBefore(this.toolbarNode,nextSibling);\n\tthis.domNodes.push(this.toolbarNode);\n\t// Create the on-screen canvas\n\tthis.canvasDomNode = $tw.utils.domMaker(\"canvas\",{\n\t\tdocument: this.document,\n\t\t\"class\":\"tc-edit-bitmapeditor\",\n\t\teventListeners: [{\n\t\t\tname: \"touchstart\", handlerObject: this, handlerMethod: \"handleTouchStartEvent\"\n\t\t},{\n\t\t\tname: \"touchmove\", handlerObject: this, handlerMethod: \"handleTouchMoveEvent\"\n\t\t},{\n\t\t\tname: \"touchend\", handlerObject: this, handlerMethod: \"handleTouchEndEvent\"\n\t\t},{\n\t\t\tname: \"mousedown\", handlerObject: this, handlerMethod: \"handleMouseDownEvent\"\n\t\t},{\n\t\t\tname: \"mousemove\", handlerObject: this, handlerMethod: \"handleMouseMoveEvent\"\n\t\t},{\n\t\t\tname: \"mouseup\", handlerObject: this, handlerMethod: \"handleMouseUpEvent\"\n\t\t}]\n\t});\n\t// Set the width and height variables\n\tthis.setVariable(\"tv-bitmap-editor-width\",this.canvasDomNode.width + \"px\");\n\tthis.setVariable(\"tv-bitmap-editor-height\",this.canvasDomNode.height + \"px\");\n\t// Render toolbar child widgets\n\tthis.renderChildren(this.toolbarNode,null);\n\t// // Insert the elements into the DOM\n\tparent.insertBefore(this.canvasDomNode,nextSibling);\n\tthis.domNodes.push(this.canvasDomNode);\n\t// Load the image into the canvas\n\tif($tw.browser) {\n\t\tthis.loadCanvas();\n\t}\n\t// Add widget message listeners\n\tthis.addEventListeners([\n\t\t{type: \"tm-edit-bitmap-operation\", handler: \"handleEditBitmapOperationMessage\"}\n\t]);\n};\n\n/*\nHandle an edit bitmap operation message from the toolbar\n*/\nEditBitmapWidget.prototype.handleEditBitmapOperationMessage = function(event) {\n\t// Invoke the handler\n\tvar handler = this.editorOperations[event.param];\n\tif(handler) {\n\t\thandler.call(this,event);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditBitmapWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nJust refresh the toolbar\n*/\nEditBitmapWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nSet the bitmap size variables and refresh the toolbar\n*/\nEditBitmapWidget.prototype.refreshToolbar = function() {\n\t// Set the width and height variables\n\tthis.setVariable(\"tv-bitmap-editor-width\",this.canvasDomNode.width + \"px\");\n\tthis.setVariable(\"tv-bitmap-editor-height\",this.canvasDomNode.height + \"px\");\n\t// Refresh each of our child widgets\n\t$tw.utils.each(this.children,function(childWidget) {\n\t\tchildWidget.refreshSelf();\n\t});\n};\n\nEditBitmapWidget.prototype.loadCanvas = function() {\n\tvar tiddler = this.wiki.getTiddler(this.editTitle),\n\t\tcurrImage = new Image();\n\t// Set up event handlers for loading the image\n\tvar self = this;\n\tcurrImage.onload = function() {\n\t\t// Copy the image to the on-screen canvas\n\t\tself.initCanvas(self.canvasDomNode,currImage.width,currImage.height,currImage);\n\t\t// And also copy the current bitmap to the off-screen canvas\n\t\tself.currCanvas = self.document.createElement(\"canvas\");\n\t\tself.initCanvas(self.currCanvas,currImage.width,currImage.height,currImage);\n\t\t// Set the width and height input boxes\n\t\tself.refreshToolbar();\n\t};\n\tcurrImage.onerror = function() {\n\t\t// Set the on-screen canvas size and clear it\n\t\tself.initCanvas(self.canvasDomNode,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\n\t\t// Set the off-screen canvas size and clear it\n\t\tself.currCanvas = self.document.createElement(\"canvas\");\n\t\tself.initCanvas(self.currCanvas,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\n\t\t// Set the width and height input boxes\n\t\tself.refreshToolbar();\n\t};\n\t// Get the current bitmap into an image object\n\tif(tiddler && tiddler.fields.type && tiddler.fields.text) {\n\t\tcurrImage.src = \"data:\" + tiddler.fields.type + \";base64,\" + tiddler.fields.text;\t\t\n\t} else {\n\t\tcurrImage.width = DEFAULT_IMAGE_WIDTH;\n\t\tcurrImage.height = DEFAULT_IMAGE_HEIGHT;\n\t\tcurrImage.onerror();\n\t}\n};\n\nEditBitmapWidget.prototype.initCanvas = function(canvas,width,height,image) {\n\tcanvas.width = width;\n\tcanvas.height = height;\n\tvar ctx = canvas.getContext(\"2d\");\n\tif(image) {\n\t\tctx.drawImage(image,0,0);\n\t} else {\n\t\tctx.fillStyle = \"#fff\";\n\t\tctx.fillRect(0,0,canvas.width,canvas.height);\n\t}\n};\n\n/*\n** Change the size of the canvas, preserving the current image\n*/\nEditBitmapWidget.prototype.changeCanvasSize = function(newWidth,newHeight) {\n\t// Create and size a new canvas\n\tvar newCanvas = this.document.createElement(\"canvas\");\n\tthis.initCanvas(newCanvas,newWidth,newHeight);\n\t// Copy the old image\n\tvar ctx = newCanvas.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n\t// Set the new canvas as the current one\n\tthis.currCanvas = newCanvas;\n\t// Set the size of the onscreen canvas\n\tthis.canvasDomNode.width = newWidth;\n\tthis.canvasDomNode.height = newHeight;\n\t// Paint the onscreen canvas with the offscreen canvas\n\tctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n};\n\n/*\n** Rotate the canvas left by 90 degrees\n*/\nEditBitmapWidget.prototype.rotateCanvasLeft = function() {\n\t// Get the current size of the image\n\tvar origWidth = this.currCanvas.width,\n\t\torigHeight = this.currCanvas.height;\n\t// Create and size a new canvas\n\tvar newCanvas = this.document.createElement(\"canvas\"),\n\t\tnewWidth = origHeight,\n\t\tnewHeight = origWidth;\n\tthis.initCanvas(newCanvas,newWidth,newHeight);\n\t// Copy the old image\n\tvar ctx = newCanvas.getContext(\"2d\");\n\tctx.save();\n\tctx.translate(newWidth / 2,newHeight / 2);\n\tctx.rotate(-Math.PI / 2);\n\tctx.drawImage(this.currCanvas,-origWidth / 2,-origHeight / 2);\n\tctx.restore();\n\t// Set the new canvas as the current one\n\tthis.currCanvas = newCanvas;\n\t// Set the size of the onscreen canvas\n\tthis.canvasDomNode.width = newWidth;\n\tthis.canvasDomNode.height = newHeight;\n\t// Paint the onscreen canvas with the offscreen canvas\n\tctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n};\n\nEditBitmapWidget.prototype.handleTouchStartEvent = function(event) {\n\tthis.brushDown = true;\n\tthis.strokeStart(event.touches[0].clientX,event.touches[0].clientY);\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleTouchMoveEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.strokeMove(event.touches[0].clientX,event.touches[0].clientY);\n\t}\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleTouchEndEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.brushDown = false;\n\t\tthis.strokeEnd();\n\t}\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleMouseDownEvent = function(event) {\n\tthis.strokeStart(event.clientX,event.clientY);\n\tthis.brushDown = true;\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleMouseMoveEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.strokeMove(event.clientX,event.clientY);\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n\treturn true;\n};\n\nEditBitmapWidget.prototype.handleMouseUpEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.brushDown = false;\n\t\tthis.strokeEnd();\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n\treturn true;\n};\n\nEditBitmapWidget.prototype.adjustCoordinates = function(x,y) {\n\tvar canvasRect = this.canvasDomNode.getBoundingClientRect(),\n\t\tscale = this.canvasDomNode.width/canvasRect.width;\n\treturn {x: (x - canvasRect.left) * scale, y: (y - canvasRect.top) * scale};\n};\n\nEditBitmapWidget.prototype.strokeStart = function(x,y) {\n\t// Start off a new stroke\n\tthis.stroke = [this.adjustCoordinates(x,y)];\n};\n\nEditBitmapWidget.prototype.strokeMove = function(x,y) {\n\tvar ctx = this.canvasDomNode.getContext(\"2d\"),\n\t\tt;\n\t// Add the new position to the end of the stroke\n\tthis.stroke.push(this.adjustCoordinates(x,y));\n\t// Redraw the previous image\n\tctx.drawImage(this.currCanvas,0,0);\n\t// Render the stroke\n\tctx.globalAlpha = parseFloat(this.wiki.getTiddlerText(LINE_OPACITY_TITLE,\"1.0\"));\n\tctx.strokeStyle = this.wiki.getTiddlerText(LINE_COLOUR_TITLE,\"#ff0\");\n\tctx.lineWidth = parseFloat(this.wiki.getTiddlerText(LINE_WIDTH_TITLE,\"3\"));\n\tctx.lineCap = \"round\";\n\tctx.lineJoin = \"round\";\n\tctx.beginPath();\n\tctx.moveTo(this.stroke[0].x,this.stroke[0].y);\n\tfor(t=1; t<this.stroke.length-1; t++) {\n\t\tvar s1 = this.stroke[t],\n\t\t\ts2 = this.stroke[t-1],\n\t\t\ttx = (s1.x + s2.x)/2,\n\t\t\tty = (s1.y + s2.y)/2;\n\t\tctx.quadraticCurveTo(s2.x,s2.y,tx,ty);\n\t}\n\tctx.stroke();\n};\n\nEditBitmapWidget.prototype.strokeEnd = function() {\n\t// Copy the bitmap to the off-screen canvas\n\tvar ctx = this.currCanvas.getContext(\"2d\");\n\tctx.drawImage(this.canvasDomNode,0,0);\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\nEditBitmapWidget.prototype.saveChanges = function() {\n\tvar tiddler = this.wiki.getTiddler(this.editTitle) || new $tw.Tiddler({title: this.editTitle,type: DEFAULT_IMAGE_TYPE});\n\t// data URIs look like \"data:<type>;base64,<text>\"\n\tvar dataURL = this.canvasDomNode.toDataURL(tiddler.fields.type),\n\t\tposColon = dataURL.indexOf(\":\"),\n\t\tposSemiColon = dataURL.indexOf(\";\"),\n\t\tposComma = dataURL.indexOf(\",\"),\n\t\ttype = dataURL.substring(posColon+1,posSemiColon),\n\t\ttext = dataURL.substring(posComma+1);\n\tvar update = {type: type, text: text};\n\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getModificationFields(),tiddler,update,this.wiki.getCreationFields()));\n};\n\nexports[\"edit-bitmap\"] = EditBitmapWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/edit-shortcut.js": {
            "title": "$:/core/modules/widgets/edit-shortcut.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/edit-shortcut.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to display an editable keyboard shortcut\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditShortcutWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditShortcutWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditShortcutWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.inputNode = this.document.createElement(\"input\");\n\t// Assign classes\n\tif(this.shortcutClass) {\n\t\tthis.inputNode.className = this.shortcutClass;\t\t\n\t}\n\t// Assign other attributes\n\tif(this.shortcutStyle) {\n\t\tthis.inputNode.setAttribute(\"style\",this.shortcutStyle);\n\t}\n\tif(this.shortcutTooltip) {\n\t\tthis.inputNode.setAttribute(\"title\",this.shortcutTooltip);\n\t}\n\tif(this.shortcutPlaceholder) {\n\t\tthis.inputNode.setAttribute(\"placeholder\",this.shortcutPlaceholder);\n\t}\n\tif(this.shortcutAriaLabel) {\n\t\tthis.inputNode.setAttribute(\"aria-label\",this.shortcutAriaLabel);\n\t}\n\t// Assign the current shortcut\n\tthis.updateInputNode();\n\t// Add event handlers\n\t$tw.utils.addEventListeners(this.inputNode,[\n\t\t{name: \"keydown\", handlerObject: this, handlerMethod: \"handleKeydownEvent\"}\n\t]);\n\t// Link into the DOM\n\tparent.insertBefore(this.inputNode,nextSibling);\n\tthis.domNodes.push(this.inputNode);\n\t// Focus the input Node if focus === \"yes\" or focus === \"true\"\n\tif(this.shortcutFocus === \"yes\" || this.shortcutFocus === \"true\") {\n\t\tthis.focus();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditShortcutWidget.prototype.execute = function() {\n\tthis.shortcutTiddler = this.getAttribute(\"tiddler\");\n\tthis.shortcutField = this.getAttribute(\"field\");\n\tthis.shortcutIndex = this.getAttribute(\"index\");\n\tthis.shortcutPlaceholder = this.getAttribute(\"placeholder\");\n\tthis.shortcutDefault = this.getAttribute(\"default\",\"\");\n\tthis.shortcutClass = this.getAttribute(\"class\");\n\tthis.shortcutStyle = this.getAttribute(\"style\");\n\tthis.shortcutTooltip = this.getAttribute(\"tooltip\");\n\tthis.shortcutAriaLabel = this.getAttribute(\"aria-label\");\n\tthis.shortcutFocus = this.getAttribute(\"focus\");\n};\n\n/*\nUpdate the value of the input node\n*/\nEditShortcutWidget.prototype.updateInputNode = function() {\n\tif(this.shortcutField) {\n\t\tvar tiddler = this.wiki.getTiddler(this.shortcutTiddler);\n\t\tif(tiddler && $tw.utils.hop(tiddler.fields,this.shortcutField)) {\n\t\t\tthis.inputNode.value = tiddler.getFieldString(this.shortcutField);\n\t\t} else {\n\t\t\tthis.inputNode.value = this.shortcutDefault;\n\t\t}\n\t} else if(this.shortcutIndex) {\n\t\tthis.inputNode.value = this.wiki.extractTiddlerDataItem(this.shortcutTiddler,this.shortcutIndex,this.shortcutDefault);\n\t} else {\n\t\tthis.inputNode.value = this.wiki.getTiddlerText(this.shortcutTiddler,this.shortcutDefault);\n\t}\n};\n\n/*\nHandle a dom \"keydown\" event\n*/\nEditShortcutWidget.prototype.handleKeydownEvent = function(event) {\n\t// Ignore shift, ctrl, meta, alt\n\tif(event.keyCode && $tw.keyboardManager.getModifierKeys().indexOf(event.keyCode) === -1) {\n\t\t// Get the shortcut text representation\n\t\tvar value = $tw.keyboardManager.getPrintableShortcuts([{\n\t\t\tctrlKey: event.ctrlKey,\n\t\t\tshiftKey: event.shiftKey,\n\t\t\taltKey: event.altKey,\n\t\t\tmetaKey: event.metaKey,\n\t\t\tkeyCode: event.keyCode\n\t\t}]);\n\t\tif(value.length > 0) {\n\t\t\tthis.wiki.setText(this.shortcutTiddler,this.shortcutField,this.shortcutIndex,value[0]);\n\t\t}\n\t\t// Ignore the keydown if it was already handled\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn true;\t\t\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nfocus the input node\n*/\nEditShortcutWidget.prototype.focus = function() {\n\tif(this.inputNode.focus && this.inputNode.select) {\n\t\tthis.inputNode.focus();\n\t\tthis.inputNode.select();\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget needed re-rendering\n*/\nEditShortcutWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.placeholder || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.style || changedAttributes.tooltip || changedAttributes[\"aria-label\"] || changedAttributes.focus) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedTiddlers[this.shortcutTiddler]) {\n\t\tthis.updateInputNode();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports[\"edit-shortcut\"] = EditShortcutWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/edit-text.js": {
            "title": "$:/core/modules/widgets/edit-text.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/edit-text.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-text widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar editTextWidgetFactory = require(\"$:/core/modules/editor/factory.js\").editTextWidgetFactory,\n\tFramedEngine = require(\"$:/core/modules/editor/engines/framed.js\").FramedEngine,\n\tSimpleEngine = require(\"$:/core/modules/editor/engines/simple.js\").SimpleEngine;\n\nexports[\"edit-text\"] = editTextWidgetFactory(FramedEngine,SimpleEngine);\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/element.js": {
            "title": "$:/core/modules/widgets/element.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/element.js\ntype: application/javascript\nmodule-type: widget\n\nElement widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ElementWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nElementWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nElementWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\t// Neuter blacklisted elements\n\tthis.tag = this.parseTreeNode.tag;\n\tif($tw.config.htmlUnsafeElements.indexOf(this.tag) !== -1) {\n\t\tthis.tag = \"safe-\" + this.tag;\n\t}\n\t// Adjust headings by the current base level\n\tvar headingLevel = [\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].indexOf(this.tag);\n\tif(headingLevel !== -1) {\n\t\tvar baseLevel = parseInt(this.getVariable(\"tv-adjust-heading-level\",\"0\"),10) || 0;\n\t\theadingLevel = Math.min(Math.max(headingLevel + 1 + baseLevel,1),6);\n\t\tthis.tag = \"h\" + headingLevel;\n\t}\n\t// Select the namespace for the tag\n\tvar tagNamespaces = {\n\t\t\tsvg: \"http://www.w3.org/2000/svg\",\n\t\t\tmath: \"http://www.w3.org/1998/Math/MathML\",\n\t\t\tbody: \"http://www.w3.org/1999/xhtml\"\n\t\t};\n\tthis.namespace = tagNamespaces[this.tag];\n\tif(this.namespace) {\n\t\tthis.setVariable(\"namespace\",this.namespace);\n\t} else {\n\t\tthis.namespace = this.getVariable(\"namespace\",{defaultValue: \"http://www.w3.org/1999/xhtml\"});\n\t}\n\t// Invoke the th-rendering-element hook\n\tvar parseTreeNodes = $tw.hooks.invokeHook(\"th-rendering-element\",null,this);\n\tthis.isReplaced = !!parseTreeNodes;\n\tif(parseTreeNodes) {\n\t\t// Use the parse tree nodes provided by the hook\n\t\tthis.makeChildWidgets(parseTreeNodes);\n\t\tthis.renderChildren(this.parentDomNode,null);\n\t\treturn;\n\t}\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n\t// Create the DOM node and render children\n\tvar domNode = this.document.createElementNS(this.namespace,this.tag);\n\tthis.assignAttributes(domNode,{excludeEventAttributes: true});\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nElementWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\thasChangedAttributes = $tw.utils.count(changedAttributes) > 0;\n\tif(hasChangedAttributes) {\n\t\tif(!this.isReplaced) {\n\t\t\t// Update our attributes\n\t\t\tthis.assignAttributes(this.domNodes[0],{excludeEventAttributes: true});\t\t\t\n\t\t} else {\n\t\t\t// If we were replaced then completely refresh ourselves\n\t\t\treturn this.refreshSelf();\n\t\t}\n\t}\n\treturn this.refreshChildren(changedTiddlers) || hasChangedAttributes;\n};\n\nexports.element = ElementWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/encrypt.js": {
            "title": "$:/core/modules/widgets/encrypt.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/encrypt.js\ntype: application/javascript\nmodule-type: widget\n\nEncrypt widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EncryptWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEncryptWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEncryptWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.encryptedText);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEncryptWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\",\"[!is[system]]\");\n\t// Encrypt the filtered tiddlers\n\tvar tiddlers = this.wiki.filterTiddlers(this.filter),\n\t\tjson = {},\n\t\tself = this;\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title),\n\t\t\tjsonTiddler = {};\n\t\tfor(var f in tiddler.fields) {\n\t\t\tjsonTiddler[f] = tiddler.getFieldString(f);\n\t\t}\n\t\tjson[title] = jsonTiddler;\n\t});\n\tthis.encryptedText = $tw.utils.htmlEncode($tw.crypto.encrypt(JSON.stringify(json)));\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEncryptWidget.prototype.refresh = function(changedTiddlers) {\n\t// We don't need to worry about refreshing because the encrypt widget isn't for interactive use\n\treturn false;\n};\n\nexports.encrypt = EncryptWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/entity.js": {
            "title": "$:/core/modules/widgets/entity.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/entity.js\ntype: application/javascript\nmodule-type: widget\n\nHTML entity widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EntityWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEntityWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEntityWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar entityString = this.getAttribute(\"entity\",this.parseTreeNode.entity || \"\"),\n\t\ttextNode = this.document.createTextNode($tw.utils.entityDecode(entityString));\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEntityWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEntityWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.entity) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.entity = EntityWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/eventcatcher.js": {
            "title": "$:/core/modules/widgets/eventcatcher.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/eventcatcher.js\ntype: application/javascript\nmodule-type: widget\n\nEvent handler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EventWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEventWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEventWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.elementTag && $tw.config.htmlUnsafeElements.indexOf(this.elementTag) === -1) {\n\t\ttag = this.elementTag;\n\t}\t\n\tvar domNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\t// Assign classes\n\tthis.assignDomNodeClasses();\t\n\t// Add our event handler\n\t$tw.utils.each(this.types,function(type) {\n\t\tdomNode.addEventListener(type,function(event) {\n\t\t\tvar selector = self.getAttribute(\"selector\"),\n\t\t\t\tactions = self.getAttribute(\"actions-\"+type),\n\t\t\t\tselectedNode = event.target,\n\t\t\t\tselectedNodeRect,\n\t\t\t\tcatcherNodeRect,\n\t\t\t\tvariables = {};\n\t\t\tif(selector) {\n\t\t\t\t// Search ancestors for a node that matches the selector\n\t\t\t\twhile(!selectedNode.matches(selector) && selectedNode !== domNode) {\n\t\t\t\t\tselectedNode = selectedNode.parentNode;\n\t\t\t\t}\n\t\t\t\t// If we found one, copy the attributes as variables, otherwise exit\n\t\t\t\tif(selectedNode.matches(selector)) {\n\t\t\t\t\t$tw.utils.each(selectedNode.attributes,function(attribute) {\n\t\t\t\t\t\tvariables[\"dom-\" + attribute.name] = attribute.value.toString();\n\t\t\t\t\t});\n\t\t\t\t\t//Add a variable with a popup coordinate string for the selected node\n\t\t\t\t\tvariables[\"tv-popup-coords\"] = \"(\" + selectedNode.offsetLeft + \",\" + selectedNode.offsetTop +\",\" + selectedNode.offsetWidth + \",\" + selectedNode.offsetHeight + \")\";\n\t\t\t\t\t\n\t\t\t\t\t//Add variables for offset of selected node\n\t\t\t\t\tvariables[\"tv-selectednode-posx\"] = selectedNode.offsetLeft.toString();\n\t\t\t\t\tvariables[\"tv-selectednode-posy\"] = selectedNode.offsetTop.toString();\n\t\t\t\t\tvariables[\"tv-selectednode-width\"] = selectedNode.offsetWidth.toString();\n\t\t\t\t\tvariables[\"tv-selectednode-height\"] = selectedNode.offsetHeight.toString();\n\n\t\t\t\t\t//Add variables for event X and Y position relative to selected node\n\t\t\t\t\tselectedNodeRect = selectedNode.getBoundingClientRect();\t\t\t\t\n\t\t\t\t\tvariables[\"event-fromselected-posx\"] = (event.clientX - selectedNodeRect.left).toString();\n\t\t\t\t\tvariables[\"event-fromselected-posy\"] = (event.clientY - selectedNodeRect.top).toString();\n\n\t\t\t\t\t//Add variables for event X and Y position relative to event catcher node\n\t\t\t\t\tcatcherNodeRect = self.domNode.getBoundingClientRect();\n\t\t\t\t\tvariables[\"event-fromcatcher-posx\"] = (event.clientX - catcherNodeRect.left).toString();\n\t\t\t\t\tvariables[\"event-fromcatcher-posy\"] = (event.clientY - catcherNodeRect.top).toString();\n\t\t\t\t} else {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Execute our actions with the variables\n\t\t\tif(actions) {\n\t\t\t\t// Add a variable for the modifier key\n\t\t\t\tvariables.modifier = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\t\t\t// Add a variable for the mouse button\n\t\t\t\tif(\"button\" in event) {\n\t\t\t\t\tif(event.button === 0) {\n\t\t\t\t\t\tvariables[\"event-mousebutton\"] = \"left\";\n\t\t\t\t\t} else if(event.button === 1) {\n\t\t\t\t\t\tvariables[\"event-mousebutton\"] = \"middle\";\n\t\t\t\t\t} else if(event.button === 2) {\n\t\t\t\t\t\tvariables[\"event-mousebutton\"] = \"right\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tvariables[\"event-type\"] = event.type.toString();\n\t\t\t\tif(typeof event.detail === \"object\" && !!event.detail) {\n\t\t\t\t\t$tw.utils.each(event.detail,function(detailValue,detail) {\n\t\t\t\t\t\tvariables[\"event-detail-\" + detail] = detailValue.toString();\n\t\t\t\t\t});\n\t\t\t\t} else if(!!event.detail) {\n\t\t\t\t\tvariables[\"event-detail\"] = event.detail.toString();\n\t\t\t\t}\n\t\t\t\tself.invokeActionString(actions,self,event,variables);\n\t\t\t\tevent.preventDefault();\n\t\t\t\tevent.stopPropagation();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},false);\n\t});\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEventWidget.prototype.execute = function() {\n\tvar self = this;\n\t// Get attributes that require a refresh on change\n\tthis.types = this.getAttribute(\"events\",\"\").split(\" \");\n\tthis.elementTag = this.getAttribute(\"tag\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\nEventWidget.prototype.assignDomNodeClasses = function() {\n\tvar classes = this.getAttribute(\"class\",\"\").split(\" \");\n\tclasses.push(\"tc-eventcatcher\");\n\tthis.domNode.className = classes.join(\" \");\t\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEventWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"events\"] || changedAttributes[\"tag\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedAttributes[\"class\"]) {\n\t\tthis.assignDomNodeClasses();\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.eventcatcher = EventWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/fieldmangler.js": {
            "title": "$:/core/modules/widgets/fieldmangler.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/fieldmangler.js\ntype: application/javascript\nmodule-type: widget\n\nField mangler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldManglerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-remove-field\", handler: \"handleRemoveFieldEvent\"},\n\t\t{type: \"tm-add-field\", handler: \"handleAddFieldEvent\"},\n\t\t{type: \"tm-remove-tag\", handler: \"handleRemoveTagEvent\"},\n\t\t{type: \"tm-add-tag\", handler: \"handleAddTagEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nFieldManglerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFieldManglerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nFieldManglerWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.mangleTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nFieldManglerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nFieldManglerWidget.prototype.handleRemoveFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tdeletion = {};\n\tdeletion[event.param] = undefined;\n\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,deletion));\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleAddFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\taddition = this.wiki.getModificationFields(),\n\t\thadInvalidFieldName = false,\n\t\taddField = function(name,value) {\n\t\t\tvar trimmedName = name.toLowerCase().trim();\n\t\t\tif(!$tw.utils.isValidFieldName(trimmedName)) {\n\t\t\t\tif(!hadInvalidFieldName) {\n\t\t\t\t\talert($tw.language.getString(\n\t\t\t\t\t\t\"InvalidFieldName\",\n\t\t\t\t\t\t{variables:\n\t\t\t\t\t\t\t{fieldName: trimmedName}\n\t\t\t\t\t\t}\n\t\t\t\t\t));\n\t\t\t\t\thadInvalidFieldName = true;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif(!value && tiddler) {\n\t\t\t\t\tvalue = tiddler.fields[trimmedName];\n\t\t\t\t}\n\t\t\t\taddition[trimmedName] = value || \"\";\n\t\t\t}\n\t\t\treturn;\n\t\t};\n\taddition.title = this.mangleTitle;\n\tif(typeof event.param === \"string\") {\n\t\taddField(event.param,\"\");\n\t}\n\tif(typeof event.paramObject === \"object\") {\n\t\tfor(var name in event.paramObject) {\n\t\t\taddField(name,event.paramObject[name]);\n\t\t}\n\t}\n\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,addition));\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleRemoveTagEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tmodification = this.wiki.getModificationFields();\n\tif(tiddler && tiddler.fields.tags) {\n\t\tvar p = tiddler.fields.tags.indexOf(event.param);\n\t\tif(p !== -1) {\n\t\t\tmodification.tags = (tiddler.fields.tags || []).slice(0);\n\t\t\tmodification.tags.splice(p,1);\n\t\t\tif(modification.tags.length === 0) {\n\t\t\t\tmodification.tags = undefined;\n\t\t\t}\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\n\t\t}\n\t}\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleAddTagEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tmodification = this.wiki.getModificationFields();\n\tif(tiddler && typeof event.param === \"string\") {\n\t\tvar tag = event.param.trim();\n\t\tif(tag !== \"\") {\n\t\t\tmodification.tags = (tiddler.fields.tags || []).slice(0);\n\t\t\t$tw.utils.pushTop(modification.tags,tag);\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\t\t\t\n\t\t}\n\t} else if(typeof event.param === \"string\" && event.param.trim() !== \"\" && this.mangleTitle.trim() !== \"\") {\n\t\tvar tag = [];\n\t\ttag.push(event.param.trim());\n\t\tthis.wiki.addTiddler(new $tw.Tiddler({title: this.mangleTitle, tags: tag},modification));\n\t}\n\treturn true;\n};\n\nexports.fieldmangler = FieldManglerWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/fields.js": {
            "title": "$:/core/modules/widgets/fields.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/fields.js\ntype: application/javascript\nmodule-type: widget\n\nFields widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldsWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nFieldsWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFieldsWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.text);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nFieldsWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.template = this.getAttribute(\"template\");\n\tthis.sort = this.getAttribute(\"sort\",\"yes\") === \"yes\";\n\tthis.sortReverse = this.getAttribute(\"sortReverse\",\"no\") === \"yes\";\n\tthis.exclude = this.getAttribute(\"exclude\");\n\tthis.include = this.getAttribute(\"include\",null);\n\tthis.stripTitlePrefix = this.getAttribute(\"stripTitlePrefix\",\"no\") === \"yes\";\n\t// Get the value to display\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\n\n\t// Get the inclusion and exclusion list\n\tvar excludeArr = (this.exclude) ? this.exclude.split(\" \") : [\"text\"];\n\t// Include takes precedence\n\tvar includeArr = (this.include) ? this.include.split(\" \") : null;\n\n\t// Compose the template\n\tvar text = [];\n\tif(this.template && tiddler) {\n\t\tvar fields = [];\n\t\tif (includeArr) { // Include takes precedence\n\t\t\tfor(var i=0; i<includeArr.length; i++) {\n\t\t\t\tif(tiddler.fields[includeArr[i]]) {\n\t\t\t\t\tfields.push(includeArr[i]);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor(var fieldName in tiddler.fields) {\n\t\t\t\tif(excludeArr.indexOf(fieldName) === -1) {\n\t\t\t\t\tfields.push(fieldName);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (this.sort) fields.sort();\n\t\tif (this.sortReverse) fields.reverse();\n\t\tfor(var f=0, fmax=fields.length; f<fmax; f++) {\n\t\t\tfieldName = fields[f];\n\t\t\tvar row = this.template,\n\t\t\t\tvalue = tiddler.getFieldString(fieldName);\n\t\t\tif(this.stripTitlePrefix && fieldName === \"title\") {\n\t\t\t\tvar reStrip = /^\\{[^\\}]+\\}(.+)/mg,\n\t\t\t\t\treMatch = reStrip.exec(value);\n\t\t\t\tif(reMatch) {\n\t\t\t\t\tvalue = reMatch[1];\n\t\t\t\t}\n\t\t\t}\n\t\t\trow = $tw.utils.replaceString(row,\"$name$\",fieldName);\n\t\t\trow = $tw.utils.replaceString(row,\"$value$\",value);\n\t\t\trow = $tw.utils.replaceString(row,\"$encoded_value$\",$tw.utils.htmlEncode(value));\n\t\t\ttext.push(row);\n\t\t}\n\t}\n\tthis.text = text.join(\"\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nFieldsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif( changedAttributes.tiddler || changedAttributes.template || changedAttributes.exclude ||\n\t\tchangedAttributes.include || changedAttributes.sort || changedAttributes.sortReverse ||\n\t\tchangedTiddlers[this.tiddlerTitle] || changedAttributes.stripTitlePrefix) {\n\t\t\tthis.refreshSelf();\n\t\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\nexports.fields = FieldsWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/image.js": {
            "title": "$:/core/modules/widgets/image.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/image.js\ntype: application/javascript\nmodule-type: widget\n\nThe image widget displays an image referenced with an external URI or with a local tiddler title.\n\n```\n<$image src=\"TiddlerTitle\" width=\"320\" height=\"400\" class=\"classnames\">\n```\n\nThe image source can be the title of an existing tiddler or the URL of an external image.\n\nExternal images always generate an HTML `<img>` tag.\n\nTiddlers that have a _canonical_uri field generate an HTML `<img>` tag with the src attribute containing the URI.\n\nTiddlers that contain image data generate an HTML `<img>` tag with the src attribute containing a base64 representation of the image.\n\nTiddlers that contain wikitext could be rendered to a DIV of the usual size of a tiddler, and then transformed to the size requested.\n\nThe width and height attributes are interpreted as a number of pixels, and do not need to include the \"px\" suffix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ImageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nImageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nImageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\t// Determine what type of image it is\n\tvar tag = \"img\", src = \"\",\n\t\ttiddler = this.wiki.getTiddler(this.imageSource);\n\tif(!tiddler) {\n\t\t// The source isn't the title of a tiddler, so we'll assume it's a URL\n\t\tsrc = this.getVariable(\"tv-get-export-image-link\",{params: [{name: \"src\",value: this.imageSource}],defaultValue: this.imageSource});\n\t} else {\n\t\t// Check if it is an image tiddler\n\t\tif(this.wiki.isImageTiddler(this.imageSource)) {\n\t\t\tvar type = tiddler.fields.type,\n\t\t\t\ttext = tiddler.fields.text,\n\t\t\t\t_canonical_uri = tiddler.fields._canonical_uri;\n\t\t\t// If the tiddler has body text then it doesn't need to be lazily loaded\n\t\t\tif(text) {\n\t\t\t\t// Render the appropriate element for the image type\n\t\t\t\tswitch(type) {\n\t\t\t\t\tcase \"application/pdf\":\n\t\t\t\t\t\ttag = \"embed\";\n\t\t\t\t\t\tsrc = \"data:application/pdf;base64,\" + text;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"image/svg+xml\":\n\t\t\t\t\t\tsrc = \"data:image/svg+xml,\" + encodeURIComponent(text);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tsrc = \"data:\" + type + \";base64,\" + text;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else if(_canonical_uri) {\n\t\t\t\tswitch(type) {\n\t\t\t\t\tcase \"application/pdf\":\n\t\t\t\t\t\ttag = \"embed\";\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"image/svg+xml\":\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\t\n\t\t\t} else {\n\t\t\t\t// Just trigger loading of the tiddler\n\t\t\t\tthis.wiki.getTiddlerText(this.imageSource);\n\t\t\t}\n\t\t}\n\t}\n\t// Create the element and assign the attributes\n\tvar domNode = this.document.createElement(tag);\n\tdomNode.setAttribute(\"src\",src);\n\tif(this.imageClass) {\n\t\tdomNode.setAttribute(\"class\",this.imageClass);\t\t\n\t}\n\tif(this.imageWidth) {\n\t\tdomNode.setAttribute(\"width\",this.imageWidth);\n\t}\n\tif(this.imageHeight) {\n\t\tdomNode.setAttribute(\"height\",this.imageHeight);\n\t}\n\tif(this.imageTooltip) {\n\t\tdomNode.setAttribute(\"title\",this.imageTooltip);\t\t\n\t}\n\tif(this.imageAlt) {\n\t\tdomNode.setAttribute(\"alt\",this.imageAlt);\t\t\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nImageWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.imageSource = this.getAttribute(\"source\");\n\tthis.imageWidth = this.getAttribute(\"width\");\n\tthis.imageHeight = this.getAttribute(\"height\");\n\tthis.imageClass = this.getAttribute(\"class\");\n\tthis.imageTooltip = this.getAttribute(\"tooltip\");\n\tthis.imageAlt = this.getAttribute(\"alt\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.source || changedAttributes.width || changedAttributes.height || changedAttributes[\"class\"] || changedAttributes.tooltip || changedTiddlers[this.imageSource]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\t\n\t}\n};\n\nexports.image = ImageWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/importvariables.js": {
            "title": "$:/core/modules/widgets/importvariables.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/importvariables.js\ntype: application/javascript\nmodule-type: widget\n\nImport variable definitions from other tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ImportVariablesWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nImportVariablesWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nImportVariablesWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nImportVariablesWidget.prototype.execute = function(tiddlerList) {\n\tvar widgetPointer = this;\n\t// Got to flush all the accumulated variables\n\tthis.variables = new this.variablesConstructor();\n\t// Get our parameters\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Compute the filter\n\tthis.tiddlerList = tiddlerList || this.wiki.filterTiddlers(this.filter,this);\n\t// Accumulate the <$set> widgets from each tiddler\n\t$tw.utils.each(this.tiddlerList,function(title) {\n\t\tvar parser = widgetPointer.wiki.parseTiddler(title);\n\t\tif(parser) {\n\t\t\tvar parseTreeNode = parser.tree[0];\n\t\t\twhile(parseTreeNode && parseTreeNode.type === \"set\") {\n\t\t\t\tvar node = {\n\t\t\t\t\ttype: \"set\",\n\t\t\t\t\tattributes: parseTreeNode.attributes,\n\t\t\t\t\tparams: parseTreeNode.params,\n\t\t\t\t\tisMacroDefinition: parseTreeNode.isMacroDefinition\n\t\t\t\t};\n\t\t\t\tif (parseTreeNode.isMacroDefinition) {\n\t\t\t\t\t// Macro definitions can be folded into\n\t\t\t\t\t// current widget instead of adding\n\t\t\t\t\t// another link to the chain.\n\t\t\t\t\tvar widget = widgetPointer.makeChildWidget(node);\n\t\t\t\t\twidget.computeAttributes();\n\t\t\t\t\twidget.execute();\n\t\t\t\t\t// We SHALLOW copy over all variables\n\t\t\t\t\t// in widget. We can't use\n\t\t\t\t\t// $tw.utils.assign, because that copies\n\t\t\t\t\t// up the prototype chain, which we\n\t\t\t\t\t// don't want.\n\t\t\t\t\t$tw.utils.each(Object.keys(widget.variables), function(key) {\n\t\t\t\t\t\twidgetPointer.variables[key] = widget.variables[key];\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\twidgetPointer.children = [widgetPointer.makeChildWidget(node)];\n\t\t\t\t\t// No more regenerating children for\n\t\t\t\t\t// this widget. If it needs to refresh,\n\t\t\t\t\t// it'll do so along with the the whole\n\t\t\t\t\t// importvariable tree.\n\t\t\t\t\tif (widgetPointer != this) {\n\t\t\t\t\t\twidgetPointer.makeChildWidgets = function(){};\n\t\t\t\t\t}\n\t\t\t\t\twidgetPointer = widgetPointer.children[0];\n\t\t\t\t}\n\t\t\t\tparseTreeNode = parseTreeNode.children && parseTreeNode.children[0];\n\t\t\t}\n\t\t} \n\t});\n\n\tif (widgetPointer != this) {\n\t\twidgetPointer.parseTreeNode.children = this.parseTreeNode.children;\n\t} else {\n\t\twidgetPointer.makeChildWidgets();\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImportVariablesWidget.prototype.refresh = function(changedTiddlers) {\n\t// Recompute our attributes and the filter list\n\tvar changedAttributes = this.computeAttributes(),\n\t\ttiddlerList = this.wiki.filterTiddlers(this.getAttribute(\"filter\"),this);\n\t// Refresh if the filter has changed, or the list of tiddlers has changed, or any of the tiddlers in the list has changed\n\tfunction haveListedTiddlersChanged() {\n\t\tvar changed = false;\n\t\ttiddlerList.forEach(function(title) {\n\t\t\tif(changedTiddlers[title]) {\n\t\t\t\tchanged = true;\n\t\t\t}\n\t\t});\n\t\treturn changed;\n\t}\n\tif(changedAttributes.filter || !$tw.utils.isArrayEqual(this.tiddlerList,tiddlerList) || haveListedTiddlersChanged()) {\n\t\t// Compute the filter\n\t\tthis.removeChildDomNodes();\n\t\tthis.execute(tiddlerList);\n\t\tthis.renderChildren(this.parentDomNode,this.findNextSiblingDomNode());\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.importvariables = ImportVariablesWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/keyboard.js": {
            "title": "$:/core/modules/widgets/keyboard.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/keyboard.js\ntype: application/javascript\nmodule-type: widget\n\nKeyboard shortcut widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar KeyboardWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nKeyboardWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nKeyboardWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.tag && $tw.config.htmlUnsafeElements.indexOf(this.tag) === -1) {\n\t\ttag = this.tag;\n\t}\n\t// Create element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = (this[\"class\"] || \"\").split(\" \");\n\tclasses.push(\"tc-keyboard\");\n\tdomNode.className = classes.join(\" \");\n\t// Add a keyboard event handler\n\tdomNode.addEventListener(\"keydown\",function (event) {\n\t\tif($tw.keyboardManager.checkKeyDescriptors(event,self.keyInfoArray)) {\n\t\t\tvar handled = self.invokeActions(self,event);\n\t\t\tif(self.actions) {\n\t\t\t\tself.invokeActionString(self.actions,self,event);\n\t\t\t}\n\t\t\tself.dispatchMessage(event);\n\t\t\tif(handled || self.actions || self.message) {\n\t\t\t\tevent.preventDefault();\n\t\t\t\tevent.stopPropagation();\n\t\t\t}\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nKeyboardWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\")});\n};\n\n/*\nCompute the internal state of the widget\n*/\nKeyboardWidget.prototype.execute = function() {\n\tvar self = this;\n\t// Get attributes\n\tthis.actions = this.getAttribute(\"actions\",\"\");\n\tthis.message = this.getAttribute(\"message\",\"\");\n\tthis.param = this.getAttribute(\"param\",\"\");\n\tthis.key = this.getAttribute(\"key\",\"\");\n\tthis.tag = this.getAttribute(\"tag\",\"\");\n\tthis.keyInfoArray = $tw.keyboardManager.parseKeyDescriptors(this.key);\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tif(this.key.substr(0,2) === \"((\" && this.key.substr(-2,2) === \"))\") {\n\t\tthis.shortcutTiddlers = [];\n\t\tvar name = this.key.substring(2,this.key.length -2);\n\t\t$tw.utils.each($tw.keyboardManager.lookupNames,function(platformDescriptor) {\n\t\t\tself.shortcutTiddlers.push(\"$:/config/\" + platformDescriptor + \"/\" + name);\n\t\t});\n\t}\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nKeyboardWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.message || changedAttributes.param || changedAttributes.key || changedAttributes[\"class\"] || changedAttributes.tag) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\t// Update the keyInfoArray if one of its shortcut-config-tiddlers has changed\n\tif(this.shortcutTiddlers && $tw.utils.hopArray(changedTiddlers,this.shortcutTiddlers)) {\n\t\tthis.keyInfoArray = $tw.keyboardManager.parseKeyDescriptors(this.key);\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.keyboard = KeyboardWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/link.js": {
            "title": "$:/core/modules/widgets/link.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/link.js\ntype: application/javascript\nmodule-type: widget\n\nLink widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nLinkWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLinkWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the value of the tv-wikilinks configuration macro\n\tvar wikiLinksMacro = this.getVariable(\"tv-wikilinks\"),\n\t\tuseWikiLinks = wikiLinksMacro ? (wikiLinksMacro.trim() !== \"no\") : true,\n\t\tmissingLinksEnabled = !(this.hideMissingLinks && this.isMissing && !this.isShadow);\n\t// Render the link if required\n\tif(useWikiLinks && missingLinksEnabled) {\n\t\tthis.renderLink(parent,nextSibling);\n\t} else {\n\t\t// Just insert the link text\n\t\tvar domNode = this.document.createElement(\"span\");\n\t\tparent.insertBefore(domNode,nextSibling);\n\t\tthis.renderChildren(domNode,null);\n\t\tthis.domNodes.push(domNode);\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nLinkWidget.prototype.renderLink = function(parent,nextSibling) {\n\tvar self = this;\n\t// Sanitise the specified tag\n\tvar tag = this.linkTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"a\";\n\t}\n\t// Create our element\n\tvar namespace = this.getVariable(\"namespace\",{defaultValue: \"http://www.w3.org/1999/xhtml\"}),\n\t\tdomNode = this.document.createElementNS(namespace,tag);\n\t// Assign classes\n\tvar classes = [];\n\tif(this.overrideClasses === undefined) {\n\t\tclasses.push(\"tc-tiddlylink\");\n\t\tif(this.isShadow) {\n\t\t\tclasses.push(\"tc-tiddlylink-shadow\");\n\t\t}\n\t\tif(this.isMissing && !this.isShadow) {\n\t\t\tclasses.push(\"tc-tiddlylink-missing\");\n\t\t} else {\n\t\t\tif(!this.isMissing) {\n\t\t\t\tclasses.push(\"tc-tiddlylink-resolves\");\n\t\t\t}\n\t\t}\n\t\tif(this.linkClasses) {\n\t\t\tclasses.push(this.linkClasses);\t\t\t\n\t\t}\n\t} else if(this.overrideClasses !== \"\") {\n\t\tclasses.push(this.overrideClasses)\n\t}\n\tif(classes.length > 0) {\n\t\tdomNode.setAttribute(\"class\",classes.join(\" \"));\n\t}\n\t// Set an href\n\tvar wikilinkTransformFilter = this.getVariable(\"tv-filter-export-link\"),\n\t\twikiLinkText;\n\tif(wikilinkTransformFilter) {\n\t\t// Use the filter to construct the href\n\t\twikiLinkText = this.wiki.filterTiddlers(wikilinkTransformFilter,this,function(iterator) {\n\t\t\titerator(self.wiki.getTiddler(self.to),self.to)\n\t\t})[0];\n\t} else {\n\t\t// Expand the tv-wikilink-template variable to construct the href\n\t\tvar wikiLinkTemplateMacro = this.getVariable(\"tv-wikilink-template\"),\n\t\t\twikiLinkTemplate = wikiLinkTemplateMacro ? wikiLinkTemplateMacro.trim() : \"#$uri_encoded$\";\n\t\twikiLinkText = $tw.utils.replaceString(wikiLinkTemplate,\"$uri_encoded$\",encodeURIComponent(this.to));\n\t\twikiLinkText = $tw.utils.replaceString(wikiLinkText,\"$uri_doubleencoded$\",encodeURIComponent(encodeURIComponent(this.to)));\n\t}\n\t// Override with the value of tv-get-export-link if defined\n\twikiLinkText = this.getVariable(\"tv-get-export-link\",{params: [{name: \"to\",value: this.to}],defaultValue: wikiLinkText});\n\tif(tag === \"a\") {\n\t\tvar namespaceHref = (namespace === \"http://www.w3.org/2000/svg\") ? \"http://www.w3.org/1999/xlink\" : undefined;\n\t\tdomNode.setAttributeNS(namespaceHref,\"href\",wikiLinkText);\n\t}\n\t// Set the tabindex\n\tif(this.tabIndex) {\n\t\tdomNode.setAttribute(\"tabindex\",this.tabIndex);\n\t}\n\t// Set the tooltip\n\t// HACK: Performance issues with re-parsing the tooltip prevent us defaulting the tooltip to \"<$transclude field='tooltip'><$transclude field='title'/></$transclude>\"\n\tvar tooltipWikiText = this.tooltip || this.getVariable(\"tv-wikilink-tooltip\");\n\tif(tooltipWikiText) {\n\t\tvar tooltipText = this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",tooltipWikiText,{\n\t\t\t\tparseAsInline: true,\n\t\t\t\tvariables: {\n\t\t\t\t\tcurrentTiddler: this.to\n\t\t\t\t},\n\t\t\t\tparentWidget: this\n\t\t\t});\n\t\tdomNode.setAttribute(\"title\",tooltipText);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"click\", handlerObject: this, handlerMethod: \"handleClickEvent\"},\n\t]);\n\t// Make the link draggable if required\n\tif(this.draggable === \"yes\") {\n\t\t$tw.utils.makeDraggable({\n\t\t\tdomNode: domNode,\n\t\t\tdragTiddlerFn: function() {return self.to;},\n\t\t\twidget: this\n\t\t});\n\t}\n\t// Insert the link into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nLinkWidget.prototype.handleClickEvent = function(event) {\n\t// Send the click on its way as a navigate event\n\tvar bounds = this.domNodes[0].getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\n\t\tmetaKey: event.metaKey,\n\t\tctrlKey: event.ctrlKey,\n\t\taltKey: event.altKey,\n\t\tshiftKey: event.shiftKey,\n\t\tevent: event\n\t});\n\tif(this.domNodes[0].hasAttribute(\"href\")) {\n\t\tevent.preventDefault();\n\t}\n\tevent.stopPropagation();\n\treturn false;\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkWidget.prototype.execute = function() {\n\t// Pick up our attributes\n\tthis.to = this.getAttribute(\"to\",this.getVariable(\"currentTiddler\"));\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.linkClasses = this.getAttribute(\"class\");\n\tthis.overrideClasses = this.getAttribute(\"overrideClass\");\n\tthis.tabIndex = this.getAttribute(\"tabindex\");\n\tthis.draggable = this.getAttribute(\"draggable\",\"yes\");\n\tthis.linkTag = this.getAttribute(\"tag\",\"a\");\n\t// Determine the link characteristics\n\tthis.isMissing = !this.wiki.tiddlerExists(this.to);\n\tthis.isShadow = this.wiki.isShadowTiddler(this.to);\n\tthis.hideMissingLinks = (this.getVariable(\"tv-show-missing-links\") || \"yes\") === \"no\";\n\t// Make the child widgets\n\tvar templateTree;\n\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\ttemplateTree = this.parseTreeNode.children;\n\t} else {\n\t\t// Default template is a link to the title\n\t\ttemplateTree = [{type: \"text\", text: this.to}];\n\t}\n\tthis.makeChildWidgets(templateTree);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedTiddlers[this.to] || changedAttributes[\"aria-label\"] || changedAttributes.tooltip) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.link = LinkWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/linkcatcher.js": {
            "title": "$:/core/modules/widgets/linkcatcher.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/linkcatcher.js\ntype: application/javascript\nmodule-type: widget\n\nLinkcatcher widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkCatcherWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nLinkCatcherWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLinkCatcherWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkCatcherWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.catchTo = this.getAttribute(\"to\");\n\tthis.catchMessage = this.getAttribute(\"message\");\n\tthis.catchSet = this.getAttribute(\"set\");\n\tthis.catchSetTo = this.getAttribute(\"setTo\");\n\tthis.catchActions = this.getAttribute(\"actions\");\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n\t// When executing actions we avoid trapping navigate events, so that we don't trigger ourselves recursively\n\tthis.executingActions = false;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkCatcherWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedAttributes.message || changedAttributes.set || changedAttributes.setTo) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\n/*\nHandle a tm-navigate event\n*/\nLinkCatcherWidget.prototype.handleNavigateEvent = function(event) {\n\tif(!this.executingActions) {\n\t\t// Execute the actions\n\t\tif(this.catchTo) {\n\t\t\tthis.wiki.setTextReference(this.catchTo,event.navigateTo,this.getVariable(\"currentTiddler\"));\n\t\t}\n\t\tif(this.catchMessage && this.parentWidget) {\n\t\t\tthis.parentWidget.dispatchEvent({\n\t\t\t\ttype: this.catchMessage,\n\t\t\t\tparam: event.navigateTo,\n\t\t\t\tnavigateTo: event.navigateTo\n\t\t\t});\n\t\t}\n\t\tif(this.catchSet) {\n\t\t\tvar tiddler = this.wiki.getTiddler(this.catchSet);\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,{title: this.catchSet, text: this.catchSetTo}));\n\t\t}\n\t\tif(this.catchActions) {\n\t\t\tthis.executingActions = true;\n\t\t\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\t\tthis.invokeActionString(this.catchActions,this,event,{navigateTo: event.navigateTo, modifier: modifierKey});\n\t\t\tthis.executingActions = false;\n\t\t}\n\t} else {\n\t\t// This is a navigate event generated by the actions of this linkcatcher, so we don't trap it again, but just pass it to the parent\n\t\tthis.parentWidget.dispatchEvent({\n\t\t\ttype: \"tm-navigate\",\n\t\t\tparam: event.navigateTo,\n\t\t\tnavigateTo: event.navigateTo\n\t\t});\n\t}\n\treturn false;\n};\n\nexports.linkcatcher = LinkCatcherWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/list.js": {
            "title": "$:/core/modules/widgets/list.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/list.js\ntype: application/javascript\nmodule-type: widget\n\nList and list item widgets\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\n/*\nThe list widget creates list element sub-widgets that reach back into the list widget for their configuration\n*/\n\nvar ListWidget = function(parseTreeNode,options) {\n\t// Initialise the storyviews if they've not been done already\n\tif(!this.storyViews) {\n\t\tListWidget.prototype.storyViews = {};\n\t\t$tw.modules.applyMethods(\"storyview\",this.storyViews);\n\t}\n\t// Main initialisation inherited from widget.js\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nListWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nListWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n\t// Construct the storyview\n\tvar StoryView = this.storyViews[this.storyViewName];\n\tif(this.storyViewName && !StoryView) {\n\t\tStoryView = this.storyViews[\"classic\"];\n\t}\n\tif(StoryView && !this.document.isTiddlyWikiFakeDom) {\n\t\tthis.storyview = new StoryView(this);\n\t} else {\n\t\tthis.storyview = null;\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nListWidget.prototype.execute = function() {\n\t// Get our attributes\n\tthis.template = this.getAttribute(\"template\");\n\tthis.editTemplate = this.getAttribute(\"editTemplate\");\n\tthis.variableName = this.getAttribute(\"variable\",\"currentTiddler\");\n\tthis.storyViewName = this.getAttribute(\"storyview\");\n\tthis.historyTitle = this.getAttribute(\"history\");\n\t// Compose the list elements\n\tthis.list = this.getTiddlerList();\n\tvar members = [],\n\t\tself = this;\n\t// Check for an empty list\n\tif(this.list.length === 0) {\n\t\tmembers = this.getEmptyMessage();\n\t} else {\n\t\t$tw.utils.each(this.list,function(title,index) {\n\t\t\tmembers.push(self.makeItemTemplate(title));\n\t\t});\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(members);\n\t// Clear the last history\n\tthis.history = [];\n};\n\nListWidget.prototype.getTiddlerList = function() {\n\tvar defaultFilter = \"[!is[system]sort[title]]\";\n\treturn this.wiki.filterTiddlers(this.getAttribute(\"filter\",defaultFilter),this);\n};\n\nListWidget.prototype.getEmptyMessage = function() {\n\tvar parser,\n\t\temptyMessage = this.getAttribute(\"emptyMessage\",\"\");\n\t// this.wiki.parseText() calls \n\t// new Parser(..), which should only be done, if needed, because it's heavy!\n\tif (emptyMessage === \"\") {\n\t\treturn [];\n\t}\n\tparser = this.wiki.parseText(\"text/vnd.tiddlywiki\",emptyMessage,{parseAsInline: true});\n\tif(parser) {\n\t\treturn parser.tree;\n\t} else {\n\t\treturn [];\n\t}\n};\n\n/*\nCompose the template for a list item\n*/\nListWidget.prototype.makeItemTemplate = function(title) {\n\t// Check if the tiddler is a draft\n\tvar tiddler = this.wiki.getTiddler(title),\n\t\tisDraft = tiddler && tiddler.hasField(\"draft.of\"),\n\t\ttemplate = this.template,\n\t\ttemplateTree;\n\tif(isDraft && this.editTemplate) {\n\t\ttemplate = this.editTemplate;\n\t}\n\t// Compose the transclusion of the template\n\tif(template) {\n\t\ttemplateTree = [{type: \"transclude\", attributes: {tiddler: {type: \"string\", value: template}}}];\n\t} else {\n\t\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\t\ttemplateTree = this.parseTreeNode.children;\n\t\t} else {\n\t\t\t// Default template is a link to the title\n\t\t\ttemplateTree = [{type: \"element\", tag: this.parseTreeNode.isBlock ? \"div\" : \"span\", children: [{type: \"link\", attributes: {to: {type: \"string\", value: title}}, children: [\n\t\t\t\t\t{type: \"text\", text: title}\n\t\t\t]}]}];\n\t\t}\n\t}\n\t// Return the list item\n\treturn {type: \"listitem\", itemTitle: title, variableName: this.variableName, children: templateTree};\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nListWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\tresult;\n\t// Call the storyview\n\tif(this.storyview && this.storyview.refreshStart) {\n\t\tthis.storyview.refreshStart(changedTiddlers,changedAttributes);\n\t}\n\t// Completely refresh if any of our attributes have changed\n\tif(changedAttributes.filter || changedAttributes.template || changedAttributes.editTemplate || changedAttributes.emptyMessage || changedAttributes.storyview || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\tresult = true;\n\t} else {\n\t\t// Handle any changes to the list\n\t\tresult = this.handleListChanges(changedTiddlers);\n\t\t// Handle any changes to the history stack\n\t\tif(this.historyTitle && changedTiddlers[this.historyTitle]) {\n\t\t\tthis.handleHistoryChanges();\n\t\t}\n\t}\n\t// Call the storyview\n\tif(this.storyview && this.storyview.refreshEnd) {\n\t\tthis.storyview.refreshEnd(changedTiddlers,changedAttributes);\n\t}\n\treturn result;\n};\n\n/*\nHandle any changes to the history list\n*/\nListWidget.prototype.handleHistoryChanges = function() {\n\t// Get the history data\n\tvar newHistory = this.wiki.getTiddlerDataCached(this.historyTitle,[]);\n\t// Ignore any entries of the history that match the previous history\n\tvar entry = 0;\n\twhile(entry < newHistory.length && entry < this.history.length && newHistory[entry].title === this.history[entry].title) {\n\t\tentry++;\n\t}\n\t// Navigate forwards to each of the new tiddlers\n\twhile(entry < newHistory.length) {\n\t\tif(this.storyview && this.storyview.navigateTo) {\n\t\t\tthis.storyview.navigateTo(newHistory[entry]);\n\t\t}\n\t\tentry++;\n\t}\n\t// Update the history\n\tthis.history = newHistory;\n};\n\n/*\nProcess any changes to the list\n*/\nListWidget.prototype.handleListChanges = function(changedTiddlers) {\n\t// Get the new list\n\tvar prevList = this.list;\n\tthis.list = this.getTiddlerList();\n\t// Check for an empty list\n\tif(this.list.length === 0) {\n\t\t// Check if it was empty before\n\t\tif(prevList.length === 0) {\n\t\t\t// If so, just refresh the empty message\n\t\t\treturn this.refreshChildren(changedTiddlers);\n\t\t} else {\n\t\t\t// Replace the previous content with the empty message\n\t\t\tfor(t=this.children.length-1; t>=0; t--) {\n\t\t\t\tthis.removeListItem(t);\n\t\t\t}\n\t\t\tvar nextSibling = this.findNextSiblingDomNode();\n\t\t\tthis.makeChildWidgets(this.getEmptyMessage());\n\t\t\tthis.renderChildren(this.parentDomNode,nextSibling);\n\t\t\treturn true;\n\t\t}\n\t} else {\n\t\t// If the list was empty then we need to remove the empty message\n\t\tif(prevList.length === 0) {\n\t\t\tthis.removeChildDomNodes();\n\t\t\tthis.children = [];\n\t\t}\n\t\t// Cycle through the list, inserting and removing list items as needed\n\t\tvar hasRefreshed = false;\n\t\tfor(var t=0; t<this.list.length; t++) {\n\t\t\tvar index = this.findListItem(t,this.list[t]);\n\t\t\tif(index === undefined) {\n\t\t\t\t// The list item must be inserted\n\t\t\t\tthis.insertListItem(t,this.list[t]);\n\t\t\t\thasRefreshed = true;\n\t\t\t} else {\n\t\t\t\t// There are intervening list items that must be removed\n\t\t\t\tfor(var n=index-1; n>=t; n--) {\n\t\t\t\t\tthis.removeListItem(n);\n\t\t\t\t\thasRefreshed = true;\n\t\t\t\t}\n\t\t\t\t// Refresh the item we're reusing\n\t\t\t\tvar refreshed = this.children[t].refresh(changedTiddlers);\n\t\t\t\thasRefreshed = hasRefreshed || refreshed;\n\t\t\t}\n\t\t}\n\t\t// Remove any left over items\n\t\tfor(t=this.children.length-1; t>=this.list.length; t--) {\n\t\t\tthis.removeListItem(t);\n\t\t\thasRefreshed = true;\n\t\t}\n\t\treturn hasRefreshed;\n\t}\n};\n\n/*\nFind the list item with a given title, starting from a specified position\n*/\nListWidget.prototype.findListItem = function(startIndex,title) {\n\twhile(startIndex < this.children.length) {\n\t\tif(this.children[startIndex].parseTreeNode.itemTitle === title) {\n\t\t\treturn startIndex;\n\t\t}\n\t\tstartIndex++;\n\t}\n\treturn undefined;\n};\n\n/*\nInsert a new list item at the specified index\n*/\nListWidget.prototype.insertListItem = function(index,title) {\n\t// Create, insert and render the new child widgets\n\tvar widget = this.makeChildWidget(this.makeItemTemplate(title));\n\twidget.parentDomNode = this.parentDomNode; // Hack to enable findNextSiblingDomNode() to work\n\tthis.children.splice(index,0,widget);\n\tvar nextSibling = widget.findNextSiblingDomNode();\n\twidget.render(this.parentDomNode,nextSibling);\n\t// Animate the insertion if required\n\tif(this.storyview && this.storyview.insert) {\n\t\tthis.storyview.insert(widget);\n\t}\n\treturn true;\n};\n\n/*\nRemove the specified list item\n*/\nListWidget.prototype.removeListItem = function(index) {\n\tvar widget = this.children[index];\n\t// Animate the removal if required\n\tif(this.storyview && this.storyview.remove) {\n\t\tthis.storyview.remove(widget);\n\t} else {\n\t\twidget.removeChildDomNodes();\n\t}\n\t// Remove the child widget\n\tthis.children.splice(index,1);\n};\n\nexports.list = ListWidget;\n\nvar ListItemWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nListItemWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nListItemWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nListItemWidget.prototype.execute = function() {\n\t// Set the current list item title\n\tthis.setVariable(this.parseTreeNode.variableName,this.parseTreeNode.itemTitle);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nListItemWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.listitem = ListItemWidget;\n\n})();",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/log.js": {
            "title": "$:/core/modules/widgets/log.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/log.js\ntype: application/javascript\nmodule-type: widget-subclass\n\nWidget to log debug messages\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.baseClass = \"action-log\";\n\nexports.name = \"log\";\n\nexports.constructor = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n}\n\nexports.prototype = {};\n\nexports.prototype.render = function(event) {\n\tObject.getPrototypeOf(Object.getPrototypeOf(this)).render.call(this,event);\t\n\tObject.getPrototypeOf(Object.getPrototypeOf(this)).log.call(this);\n}\n\n})();",
            "type": "application/javascript",
            "module-type": "widget-subclass"
        },
        "$:/core/modules/widgets/macrocall.js": {
            "title": "$:/core/modules/widgets/macrocall.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/macrocall.js\ntype: application/javascript\nmodule-type: widget\n\nMacrocall widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar MacroCallWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nMacroCallWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nMacroCallWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nMacroCallWidget.prototype.execute = function() {\n\t// Get the parse type if specified\n\tthis.parseType = this.getAttribute(\"$type\",\"text/vnd.tiddlywiki\");\n\tthis.renderOutput = this.getAttribute(\"$output\",\"text/html\");\n\t// Merge together the parameters specified in the parse tree with the specified attributes\n\tvar params = this.parseTreeNode.params ? this.parseTreeNode.params.slice(0) : [];\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparams.push({name: name, value: attribute});\t\t\t\n\t\t}\n\t});\n\t// Get the macro value\n\tvar macroName = this.parseTreeNode.name || this.getAttribute(\"$name\"),\n\t\tvariableInfo = this.getVariableInfo(macroName,{params: params}),\n\t\ttext = variableInfo.text,\n\t\tparseTreeNodes;\n\t// Are we rendering to HTML?\n\tif(this.renderOutput === \"text/html\") {\n\t\t// If so we'll return the parsed macro\n\t\t// Check if we've already cached parsing this macro\n\t\tvar mode = this.parseTreeNode.isBlock ? \"blockParser\" : \"inlineParser\",\n\t\t\tparser;\n\t\tif(variableInfo.srcVariable && variableInfo.srcVariable[mode]) {\n\t\t\tparser = variableInfo.srcVariable[mode];\n\t\t} else {\n\t\t\tparser = this.wiki.parseText(this.parseType,text,\n\t\t\t\t\t\t\t\t{parseAsInline: !this.parseTreeNode.isBlock});\n\t\t\tif(variableInfo.isCacheable && variableInfo.srcVariable) {\n\t\t\t\tvariableInfo.srcVariable[mode] = parser;\n\t\t\t}\n\t\t}\n\t\tvar parseTreeNodes = parser ? parser.tree : [];\n\t\t// Wrap the parse tree in a vars widget assigning the parameters to variables named \"__paramname__\"\n\t\tvar attributes = {};\n\t\t$tw.utils.each(variableInfo.params,function(param) {\n\t\t\tvar name = \"__\" + param.name + \"__\";\n\t\t\tattributes[name] = {\n\t\t\t\tname: name,\n\t\t\t\ttype: \"string\",\n\t\t\t\tvalue: param.value\n\t\t\t};\n\t\t});\n\t\tparseTreeNodes = [{\n\t\t\ttype: \"vars\",\n\t\t\tattributes: attributes,\n\t\t\tchildren: parseTreeNodes\n\t\t}];\n\t} else if(this.renderOutput === \"text/raw\") {\n\t\tparseTreeNodes = [{type: \"text\", text: text}];\n\t} else {\n\t\t// Otherwise, we'll render the text\n\t\tvar plainText = this.wiki.renderText(\"text/plain\",this.parseType,text,{parentWidget: this});\n\t\tparseTreeNodes = [{type: \"text\", text: plainText}];\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nMacroCallWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\t// Rerender ourselves\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.macrocall = MacroCallWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/password.js": {
            "title": "$:/core/modules/widgets/password.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/password.js\ntype: application/javascript\nmodule-type: widget\n\nPassword widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar PasswordWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nPasswordWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nPasswordWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the current password\n\tvar password = $tw.browser ? $tw.utils.getPassword(this.passwordName) || \"\" : \"\";\n\t// Create our element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"password\");\n\tdomNode.setAttribute(\"value\",password);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nPasswordWidget.prototype.handleChangeEvent = function(event) {\n\tvar password = this.domNodes[0].value;\n\treturn $tw.utils.savePassword(this.passwordName,password);\n};\n\n/*\nCompute the internal state of the widget\n*/\nPasswordWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.passwordName = this.getAttribute(\"name\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nPasswordWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.password = PasswordWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/qualify.js": {
            "title": "$:/core/modules/widgets/qualify.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/qualify.js\ntype: application/javascript\nmodule-type: widget\n\nQualify text to a variable \n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar QualifyWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nQualifyWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nQualifyWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nQualifyWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.qualifyName = this.getAttribute(\"name\");\n\tthis.qualifyTitle = this.getAttribute(\"title\");\n\t// Set context variable\n\tif(this.qualifyName) {\n\t\tthis.setVariable(this.qualifyName,this.qualifyTitle + \"-\" + this.getStateQualifier());\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nQualifyWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name || changedAttributes.title) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.qualify = QualifyWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/radio.js": {
            "title": "$:/core/modules/widgets/radio.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/radio.js\ntype: application/javascript\nmodule-type: widget\n\nSet a field or index at a given tiddler via radio buttons\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar RadioWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRadioWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRadioWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\tvar isChecked = this.getValue() === this.radioValue;\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",\n\t\t\"tc-radio \" + this.radioClass + (isChecked ? \" tc-radio-selected\" : \"\")\n\t);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"radio\");\n\tif(isChecked) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tthis.inputDomNode.setAttribute(\"disabled\",true);\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nRadioWidget.prototype.getValue = function() {\n\tvar value,\n\t\ttiddler = this.wiki.getTiddler(this.radioTitle);\n\tif (this.radioIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.radioTitle,this.radioIndex);\n\t} else {\n\t\tvalue = tiddler && tiddler.getFieldString(this.radioField);\n\t}\n\treturn value;\n};\n\nRadioWidget.prototype.setValue = function() {\n\tif(this.radioIndex) {\n\t\tthis.wiki.setText(this.radioTitle,\"\",this.radioIndex,this.radioValue);\n\t} else {\n\t\tvar tiddler = this.wiki.getTiddler(this.radioTitle),\n\t\t\taddition = {};\n\t\taddition[this.radioField] = this.radioValue;\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),{title: this.radioTitle},tiddler,addition,this.wiki.getModificationFields()));\n\t}\n};\n\nRadioWidget.prototype.handleChangeEvent = function(event) {\n\tif(this.inputDomNode.checked) {\n\t\tthis.setValue();\n\t}\n\t// Trigger actions\n\tif(this.radioActions) {\n\t\tthis.invokeActionString(this.radioActions,this,event,{\"actionValue\": this.radioValue});\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRadioWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.radioTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.radioField = this.getAttribute(\"field\",\"text\");\n\tthis.radioIndex = this.getAttribute(\"index\");\n\tthis.radioValue = this.getAttribute(\"value\");\n\tthis.radioClass = this.getAttribute(\"class\",\"\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\tthis.radioActions = this.getAttribute(\"actions\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRadioWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(($tw.utils.count(changedAttributes) > 0) || changedTiddlers[this.radioTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.radio = RadioWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/range.js": {
            "title": "$:/core/modules/widgets/range.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/range.js\ntype: application/javascript\nmodule-type: widget\n\nRange widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RangeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRangeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRangeWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"range\");\n\tthis.inputDomNode.setAttribute(\"class\",this.elementClass);\n\tif(this.minValue){\n\t\tthis.inputDomNode.setAttribute(\"min\", this.minValue);\n\t}\n\tif(this.maxValue){\n\t\tthis.inputDomNode.setAttribute(\"max\", this.maxValue);\n\t}\n\tif(this.increment){\n\t\tthis.inputDomNode.setAttribute(\"step\", this.increment);\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tthis.inputDomNode.setAttribute(\"disabled\",true);\n\t}\n\tthis.inputDomNode.value = this.getValue();\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name:\"mousedown\", handlerObject:this, handlerMethod:\"handleMouseDownEvent\"},\n\t\t{name:\"mouseup\",   handlerObject:this, handlerMethod:\"handleMouseUpEvent\"},\n\t\t{name:\"change\",    handlerObject:this, handlerMethod:\"handleChangeEvent\"},\n\t\t{name:\"input\",     handlerObject:this, handlerMethod:\"handleInputEvent\"},\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.inputDomNode,nextSibling);\n\tthis.domNodes.push(this.inputDomNode);\n};\n\nRangeWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle),\n\t\tfieldName = this.tiddlerField,\n\t\tvalue = this.defaultValue;\n\tif(tiddler) {\n\t\tif(this.tiddlerIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(tiddler,this.tiddlerIndex,this.defaultValue);\n\t\t} else {\n\t\t\tif($tw.utils.hop(tiddler.fields,fieldName)) {\n\t\t\t\tvalue = tiddler.fields[fieldName] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = this.defaultValue;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n\nRangeWidget.prototype.getActionVariables = function(options) {\n\toptions = options || {};\n\tvar hasChanged = (this.startValue !== this.inputDomNode.value) ? \"yes\" : \"no\";\n\t// Trigger actions. Use variables = {key:value, key:value ...}\n\t// the \"value\" is needed.\n\treturn $tw.utils.extend({\"actionValue\": this.inputDomNode.value, \"actionValueHasChanged\": hasChanged}, options);\n}\n\n// actionsStart\nRangeWidget.prototype.handleMouseDownEvent = function(event) {\n\tthis.mouseDown = true; // TODO remove once IE is gone.\n\tthis.startValue = this.inputDomNode.value; // TODO remove this line once IE is gone!\n\tthis.handleEvent(event);\n\t// Trigger actions\n\tif(this.actionsMouseDown) {\n\t\tvar variables = this.getActionVariables() // TODO this line will go into the function call below.\n\t\tthis.invokeActionString(this.actionsMouseDown,this,event,variables);\n\t}\n}\n\n// actionsStop\nRangeWidget.prototype.handleMouseUpEvent = function(event) {\n\tthis.mouseDown = false; // TODO remove once IE is gone.\n\tthis.handleEvent(event);\n\t// Trigger actions\n\tif(this.actionsMouseUp) {\n\t\tvar variables = this.getActionVariables()\n\t\tthis.invokeActionString(this.actionsMouseUp,this,event,variables);\n\t}\n\t// TODO remove the following if() once IE is gone!\n\tif ($tw.browser.isIE) {\n\t\tif (this.startValue !== this.inputDomNode.value) {\n\t\t\tthis.handleChangeEvent(event);\n\t\t\tthis.startValue = this.inputDomNode.value;\n\t\t}\n\t}\n}\n\nRangeWidget.prototype.handleChangeEvent = function(event) {\n\tif (this.mouseDown) {  // TODO refactor this function once IE is gone.\n\t\tthis.handleInputEvent(event);\n\t}\n};\n\nRangeWidget.prototype.handleInputEvent = function(event) {\n\tthis.handleEvent(event);\n\t// Trigger actions\n\tif(this.actionsInput) {\n\t\t// \"tiddler\" parameter may be missing. See .execute() below\n\t\tvar variables = this.getActionVariables({\"actionValueHasChanged\": \"yes\"}) // TODO this line will go into the function call below.\n\t\tthis.invokeActionString(this.actionsInput,this,event,variables);\n\t}\n};\n\nRangeWidget.prototype.handleEvent = function(event) {\n\tif(this.getValue() !== this.inputDomNode.value) {\n\t\tif(this.tiddlerIndex) {\n\t\t\tthis.wiki.setText(this.tiddlerTitle,\"\",this.tiddlerIndex,this.inputDomNode.value);\n\t\t} else {\n\t\t\tthis.wiki.setText(this.tiddlerTitle,this.tiddlerField,null,this.inputDomNode.value);\n\t\t}\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRangeWidget.prototype.execute = function() {\n\t// TODO remove the next 1 lines once IE is gone!\n\tthis.mouseUp = true; // Needed for IE10\n\t// Get the parameters from the attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.tiddlerField = this.getAttribute(\"field\",\"text\");\n\tthis.tiddlerIndex = this.getAttribute(\"index\");\n\tthis.minValue = this.getAttribute(\"min\");\n\tthis.maxValue = this.getAttribute(\"max\");\n\tthis.increment = this.getAttribute(\"increment\");\n\tthis.defaultValue = this.getAttribute(\"default\",\"\");\n\tthis.elementClass = this.getAttribute(\"class\",\"\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t// Actions since 5.1.23\n\t// Next 2 only fire once!\n\tthis.actionsMouseDown = this.getAttribute(\"actionsStart\",\"\");\n\tthis.actionsMouseUp = this.getAttribute(\"actionsStop\",\"\");\n\t// Input fires very often!\n\tthis.actionsInput = this.getAttribute(\"actions\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRangeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.tiddlerTitle]) {\n\t\t\tvar value = this.getValue();\n\t\t\tif(this.inputDomNode.value !== value) {\n\t\t\t\tthis.inputDomNode.value = value;\n\t\t\t}\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.range = RangeWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/navigator.js": {
            "title": "$:/core/modules/widgets/navigator.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/navigator.js\ntype: application/javascript\nmodule-type: widget\n\nNavigator widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar IMPORT_TITLE = \"$:/Import\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigatorWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"},\n\t\t{type: \"tm-edit-tiddler\", handler: \"handleEditTiddlerEvent\"},\n\t\t{type: \"tm-delete-tiddler\", handler: \"handleDeleteTiddlerEvent\"},\n\t\t{type: \"tm-save-tiddler\", handler: \"handleSaveTiddlerEvent\"},\n\t\t{type: \"tm-cancel-tiddler\", handler: \"handleCancelTiddlerEvent\"},\n\t\t{type: \"tm-close-tiddler\", handler: \"handleCloseTiddlerEvent\"},\n\t\t{type: \"tm-close-all-tiddlers\", handler: \"handleCloseAllTiddlersEvent\"},\n\t\t{type: \"tm-close-other-tiddlers\", handler: \"handleCloseOtherTiddlersEvent\"},\n\t\t{type: \"tm-new-tiddler\", handler: \"handleNewTiddlerEvent\"},\n\t\t{type: \"tm-import-tiddlers\", handler: \"handleImportTiddlersEvent\"},\n\t\t{type: \"tm-perform-import\", handler: \"handlePerformImportEvent\"},\n\t\t{type: \"tm-fold-tiddler\", handler: \"handleFoldTiddlerEvent\"},\n\t\t{type: \"tm-fold-other-tiddlers\", handler: \"handleFoldOtherTiddlersEvent\"},\n\t\t{type: \"tm-fold-all-tiddlers\", handler: \"handleFoldAllTiddlersEvent\"},\n\t\t{type: \"tm-unfold-all-tiddlers\", handler: \"handleUnfoldAllTiddlersEvent\"},\n\t\t{type: \"tm-rename-tiddler\", handler: \"handleRenameTiddlerEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigatorWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigatorWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigatorWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.storyTitle = this.getAttribute(\"story\");\n\tthis.historyTitle = this.getAttribute(\"history\");\n\tthis.setVariable(\"tv-story-list\",this.storyTitle);\n\tthis.setVariable(\"tv-history-list\",this.historyTitle);\n\tthis.story = new $tw.Story({\n\t\twiki: this.wiki,\n\t\tstoryTitle: this.storyTitle,\n\t\thistoryTitle: this.historyTitle\n\t});\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nNavigatorWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.story || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nNavigatorWidget.prototype.getStoryList = function() {\n\treturn this.storyTitle ? this.wiki.getTiddlerList(this.storyTitle) : null;\n};\n\nNavigatorWidget.prototype.saveStoryList = function(storyList) {\n\tif(this.storyTitle) {\n\t\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\t\t{title: this.storyTitle},\n\t\t\tstoryTiddler,\n\t\t\t{list: storyList}\n\t\t));\t\t\n\t}\n};\n\nNavigatorWidget.prototype.removeTitleFromStory = function(storyList,title) {\n\tif(storyList) {\n\t\tvar p = storyList.indexOf(title);\n\t\twhile(p !== -1) {\n\t\t\tstoryList.splice(p,1);\n\t\t\tp = storyList.indexOf(title);\n\t\t}\t\t\n\t}\n};\n\nNavigatorWidget.prototype.replaceFirstTitleInStory = function(storyList,oldTitle,newTitle) {\n\tif(storyList) {\n\t\tvar pos = storyList.indexOf(oldTitle);\n\t\tif(pos !== -1) {\n\t\t\tstoryList[pos] = newTitle;\n\t\t\tdo {\n\t\t\t\tpos = storyList.indexOf(oldTitle,pos + 1);\n\t\t\t\tif(pos !== -1) {\n\t\t\t\t\tstoryList.splice(pos,1);\n\t\t\t\t}\n\t\t\t} while(pos !== -1);\n\t\t} else {\n\t\t\tstoryList.splice(0,0,newTitle);\n\t\t}\t\t\n\t}\n};\n\nNavigatorWidget.prototype.addToStory = function(title,fromTitle) {\n\tif(this.storyTitle) {\n\t\tthis.story.addToStory(title,fromTitle,{\n\t\t\topenLinkFromInsideRiver: this.getAttribute(\"openLinkFromInsideRiver\",\"top\"),\n\t\t\topenLinkFromOutsideRiver: this.getAttribute(\"openLinkFromOutsideRiver\",\"top\")\n\t\t});\n\t}\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\n*/\nNavigatorWidget.prototype.addToHistory = function(title,fromPageRect) {\n\tthis.story.addToHistory(title,fromPageRect,this.historyTitle);\n};\n\n/*\nHandle a tm-navigate event\n*/\nNavigatorWidget.prototype.handleNavigateEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-navigating\",event);\n\tif(event.navigateTo) {\n\t\tthis.addToStory(event.navigateTo,event.navigateFromTitle);\n\t\tif(!event.navigateSuppressNavigation) {\n\t\t\tthis.addToHistory(event.navigateTo,event.navigateFromClientRect);\n\t\t}\n\t}\n\treturn false;\n};\n\n// Close a specified tiddler\nNavigatorWidget.prototype.handleCloseTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\tstoryList = this.getStoryList();\n\t// Look for tiddlers with this title to close\n\tthis.removeTitleFromStory(storyList,title);\n\tthis.saveStoryList(storyList);\n\treturn false;\n};\n\n// Close all tiddlers\nNavigatorWidget.prototype.handleCloseAllTiddlersEvent = function(event) {\n\tthis.saveStoryList([]);\n\treturn false;\n};\n\n// Close other tiddlers\nNavigatorWidget.prototype.handleCloseOtherTiddlersEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle;\n\tthis.saveStoryList([title]);\n\treturn false;\n};\n\n// Place a tiddler in edit mode\nNavigatorWidget.prototype.handleEditTiddlerEvent = function(event) {\n\tvar editTiddler = $tw.hooks.invokeHook(\"th-editing-tiddler\",event);\n\tif(!editTiddler) {\n\t\treturn false;\n\t}\n\tvar self = this;\n\tfunction isUnmodifiedShadow(title) {\n\t\treturn self.wiki.isShadowTiddler(title) && !self.wiki.tiddlerExists(title);\n\t}\n\tfunction confirmEditShadow(title) {\n\t\treturn confirm($tw.language.getString(\n\t\t\t\"ConfirmEditShadowTiddler\",\n\t\t\t{variables:\n\t\t\t\t{title: title}\n\t\t\t}\n\t\t));\n\t}\n\tvar title = event.param || event.tiddlerTitle;\n\tif(isUnmodifiedShadow(title) && !confirmEditShadow(title)) {\n\t\treturn false;\n\t}\n\t// Replace the specified tiddler with a draft in edit mode\n\tvar draftTiddler = this.makeDraftTiddler(title);\n\t// Update the story and history if required\n\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\tvar draftTitle = draftTiddler.fields.title,\n\t\t\tstoryList = this.getStoryList();\n\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\t\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\t\tthis.saveStoryList(storyList);\n\t\treturn false;\n\t}\n};\n\n// Delete a tiddler\nNavigatorWidget.prototype.handleDeleteTiddlerEvent = function(event) {\n\t// Get the tiddler we're deleting\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList(),\n\t\toriginalTitle = tiddler ? tiddler.fields[\"draft.of\"] : \"\",\n\t\toriginalTiddler = originalTitle ? this.wiki.getTiddler(originalTitle) : undefined,\n\t\tconfirmationTitle;\n\tif(!tiddler) {\n\t\treturn false;\n\t}\n\t// Check if the tiddler we're deleting is in draft mode\n\tif(originalTitle) {\n\t\t// If so, we'll prompt for confirmation referencing the original tiddler\n\t\tconfirmationTitle = originalTitle;\n\t} else {\n\t\t// If not a draft, then prompt for confirmation referencing the specified tiddler\n\t\tconfirmationTitle = title;\n\t}\n\t// Seek confirmation\n\tif((this.wiki.getTiddler(originalTitle) || (tiddler.fields.text || \"\") !== \"\") && !confirm($tw.language.getString(\n\t\t\t\t\"ConfirmDeleteTiddler\",\n\t\t\t\t{variables:\n\t\t\t\t\t{title: confirmationTitle}\n\t\t\t\t}\n\t\t\t))) {\n\t\treturn false;\n\t}\n\t// Delete the original tiddler\n\tif(originalTitle) {\n\t\tif(originalTiddler) {\n\t\t\t$tw.hooks.invokeHook(\"th-deleting-tiddler\",originalTiddler);\n\t\t}\n\t\tthis.wiki.deleteTiddler(originalTitle);\n\t\tthis.removeTitleFromStory(storyList,originalTitle);\n\t}\n\t// Invoke the hook function and delete this tiddler\n\t$tw.hooks.invokeHook(\"th-deleting-tiddler\",tiddler);\n\tthis.wiki.deleteTiddler(title);\n\t// Remove the closed tiddler from the story\n\tthis.removeTitleFromStory(storyList,title);\n\tthis.saveStoryList(storyList);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\treturn false;\n};\n\n/*\nCreate/reuse the draft tiddler for a given title\n*/\nNavigatorWidget.prototype.makeDraftTiddler = function(targetTitle) {\n\t// See if there is already a draft tiddler for this tiddler\n\tvar draftTitle = this.wiki.findDraft(targetTitle);\n\tif(draftTitle) {\n\t\treturn this.wiki.getTiddler(draftTitle);\n\t}\n\t// Get the current value of the tiddler we're editing\n\tvar tiddler = this.wiki.getTiddler(targetTitle);\n\t// Save the initial value of the draft tiddler\n\tdraftTitle = this.generateDraftTitle(targetTitle);\n\tvar draftTiddler = new $tw.Tiddler({\n\t\t\t\ttext: \"\",\n\t\t\t},\n\t\t\ttiddler,\n\t\t\t{\n\t\t\t\ttitle: draftTitle,\n\t\t\t\t\"draft.title\": targetTitle,\n\t\t\t\t\"draft.of\": targetTitle\n\t\t\t},\n\t\t\tthis.wiki.getModificationFields()\n\t\t);\n\tthis.wiki.addTiddler(draftTiddler);\n\treturn draftTiddler;\n};\n\n/*\nGenerate a title for the draft of a given tiddler\n*/\nNavigatorWidget.prototype.generateDraftTitle = function(title) {\n\treturn this.wiki.generateDraftTitle(title);\n};\n\n// Take a tiddler out of edit mode, saving the changes\nNavigatorWidget.prototype.handleSaveTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList();\n\t// Replace the original tiddler with the draft\n\tif(tiddler) {\n\t\tvar draftTitle = (tiddler.fields[\"draft.title\"] || \"\").trim(),\n\t\t\tdraftOf = (tiddler.fields[\"draft.of\"] || \"\").trim();\n\t\tif(draftTitle) {\n\t\t\tvar isRename = draftOf !== draftTitle,\n\t\t\t\tisConfirmed = true;\n\t\t\tif(isRename && this.wiki.tiddlerExists(draftTitle)) {\n\t\t\t\tisConfirmed = confirm($tw.language.getString(\n\t\t\t\t\t\"ConfirmOverwriteTiddler\",\n\t\t\t\t\t{variables:\n\t\t\t\t\t\t{title: draftTitle}\n\t\t\t\t\t}\n\t\t\t\t));\n\t\t\t}\n\t\t\tif(isConfirmed) {\n\t\t\t\t// Create the new tiddler and pass it through the th-saving-tiddler hook\n\t\t\t\tvar newTiddler = new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\ttitle: draftTitle,\n\t\t\t\t\t\"draft.title\": undefined,\n\t\t\t\t\t\"draft.of\": undefined\n\t\t\t\t},this.wiki.getModificationFields());\n\t\t\t\tnewTiddler = $tw.hooks.invokeHook(\"th-saving-tiddler\",newTiddler,tiddler);\n\t\t\t\tthis.wiki.addTiddler(newTiddler);\n\t\t\t\t// If enabled, relink references to renamed tiddler\n\t\t\t\tvar shouldRelink = this.getAttribute(\"relinkOnRename\",\"no\").toLowerCase().trim() === \"yes\";\n\t\t\t\tif(isRename && shouldRelink && this.wiki.tiddlerExists(draftOf)) {\n\t\t\t\t\tthis.wiki.relinkTiddler(draftOf,draftTitle);\n\t\t\t\t}\n\t\t\t\t// Remove the draft tiddler\n\t\t\t\tthis.wiki.deleteTiddler(title);\n\t\t\t\t// Remove the original tiddler if we're renaming it\n\t\t\t\tif(isRename) {\n\t\t\t\t\tthis.wiki.deleteTiddler(draftOf);\n\t\t\t\t}\n\t\t\t\t// #2381 always remove new title & old\n\t\t\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\t\t\tthis.removeTitleFromStory(storyList,draftOf);\n\t\t\t\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\t\t\t\t// Replace the draft in the story with the original\n\t\t\t\t\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\t\t\t\t\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\t\t\t\t\tif(draftTitle !== this.storyTitle) {\n\t\t\t\t\t\tthis.saveStoryList(storyList);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// Trigger an autosave\n\t\t\t\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\n// Take a tiddler out of edit mode without saving the changes\nNavigatorWidget.prototype.handleCancelTiddlerEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-cancelling-tiddler\", event);\n\t// Flip the specified tiddler from draft back to the original\n\tvar draftTitle = event.param || event.tiddlerTitle,\n\t\tdraftTiddler = this.wiki.getTiddler(draftTitle),\n\t\toriginalTitle = draftTiddler && draftTiddler.fields[\"draft.of\"];\n\tif(draftTiddler && originalTitle) {\n\t\t// Ask for confirmation if the tiddler text has changed\n\t\tvar isConfirmed = true,\n\t\t\toriginalTiddler = this.wiki.getTiddler(originalTitle),\n\t\t\tstoryList = this.getStoryList();\n\t\tif(this.wiki.isDraftModified(draftTitle)) {\n\t\t\tisConfirmed = confirm($tw.language.getString(\n\t\t\t\t\"ConfirmCancelTiddler\",\n\t\t\t\t{variables:\n\t\t\t\t\t{title: draftTitle}\n\t\t\t\t}\n\t\t\t));\n\t\t}\n\t\t// Remove the draft tiddler\n\t\tif(isConfirmed) {\n\t\t\tthis.wiki.deleteTiddler(draftTitle);\n\t\t\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\t\t\tif(originalTiddler) {\n\t\t\t\t\tthis.replaceFirstTitleInStory(storyList,draftTitle,originalTitle);\n\t\t\t\t\tthis.addToHistory(originalTitle,event.navigateFromClientRect);\n\t\t\t\t} else {\n\t\t\t\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\t\t\t}\n\t\t\t\tthis.saveStoryList(storyList);\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\n// Create a new draft tiddler\n// event.param can either be the title of a template tiddler, or a hashmap of fields.\n//\n// The title of the newly created tiddler follows these rules:\n// * If a hashmap was used and a title field was specified, use that title\n// * If a hashmap was used without a title field, use a default title, if necessary making it unique with a numeric suffix\n// * If a template tiddler was used, use the title of the template, if necessary making it unique with a numeric suffix\n//\n// If a draft of the target tiddler already exists then it is reused\nNavigatorWidget.prototype.handleNewTiddlerEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-new-tiddler\", event);\n\t// Get the story details\n\tvar storyList = this.getStoryList(),\n\t\ttemplateTiddler, additionalFields, title, draftTitle, existingTiddler;\n\t// Get the template tiddler (if any)\n\tif(typeof event.param === \"string\") {\n\t\t// Get the template tiddler\n\t\ttemplateTiddler = this.wiki.getTiddler(event.param);\n\t\t// Generate a new title\n\t\ttitle = this.wiki.generateNewTitle(event.param || $tw.language.getString(\"DefaultNewTiddlerTitle\"));\n\t}\n\t// Get the specified additional fields\n\tif(typeof event.paramObject === \"object\") {\n\t\tadditionalFields = event.paramObject;\n\t}\n\tif(typeof event.param === \"object\") { // Backwards compatibility with 5.1.3\n\t\tadditionalFields = event.param;\n\t}\n\tif(additionalFields && additionalFields.title) {\n\t\ttitle = additionalFields.title;\n\t}\n\t// Make a copy of the additional fields excluding any blank ones\n\tvar filteredAdditionalFields = $tw.utils.extend({},additionalFields);\n\tObject.keys(filteredAdditionalFields).forEach(function(fieldName) {\n\t\tif(filteredAdditionalFields[fieldName] === \"\") {\n\t\t\tdelete filteredAdditionalFields[fieldName];\n\t\t}\n\t});\n\t// Generate a title if we don't have one\n\ttitle = title || this.wiki.generateNewTitle($tw.language.getString(\"DefaultNewTiddlerTitle\"));\n\t// Find any existing draft for this tiddler\n\tdraftTitle = this.wiki.findDraft(title);\n\t// Pull in any existing tiddler\n\tif(draftTitle) {\n\t\texistingTiddler = this.wiki.getTiddler(draftTitle);\n\t} else {\n\t\tdraftTitle = this.generateDraftTitle(title);\n\t\texistingTiddler = this.wiki.getTiddler(title);\n\t}\n\t// Merge the tags\n\tvar mergedTags = [];\n\tif(existingTiddler && existingTiddler.fields.tags) {\n\t\t$tw.utils.pushTop(mergedTags,existingTiddler.fields.tags);\n\t}\n\tif(additionalFields && additionalFields.tags) {\n\t\t// Merge tags\n\t\tmergedTags = $tw.utils.pushTop(mergedTags,$tw.utils.parseStringArray(additionalFields.tags));\n\t}\n\tif(templateTiddler && templateTiddler.fields.tags) {\n\t\t// Merge tags\n\t\tmergedTags = $tw.utils.pushTop(mergedTags,templateTiddler.fields.tags);\n\t}\n\t// Save the draft tiddler\n\tvar draftTiddler = new $tw.Tiddler({\n\t\t\ttext: \"\",\n\t\t\t\"draft.title\": title\n\t\t},\n\t\ttemplateTiddler,\n\t\tadditionalFields,\n\t\tthis.wiki.getCreationFields(),\n\t\texistingTiddler,\n\t\tfilteredAdditionalFields,\n\t\t{\n\t\t\ttitle: draftTitle,\n\t\t\t\"draft.of\": title,\n\t\t\ttags: mergedTags\n\t\t},this.wiki.getModificationFields());\n\tthis.wiki.addTiddler(draftTiddler);\n\t// Update the story to insert the new draft at the top and remove any existing tiddler\n\tif(storyList && storyList.indexOf(draftTitle) === -1) {\n\t\tvar slot = storyList.indexOf(event.navigateFromTitle);\n\t\tif(slot === -1) {\n\t\t\tslot = this.getAttribute(\"openLinkFromOutsideRiver\",\"top\") === \"bottom\" ? storyList.length - 1 : slot;\n\t\t}\n\t\tstoryList.splice(slot + 1,0,draftTitle);\n\t}\n\tif(storyList && storyList.indexOf(title) !== -1) {\n\t\tstoryList.splice(storyList.indexOf(title),1);\n\t}\n\tthis.saveStoryList(storyList);\n\t// Add a new record to the top of the history stack\n\tthis.addToHistory(draftTitle);\n\treturn false;\n};\n\n// Import JSON tiddlers into a pending import tiddler\nNavigatorWidget.prototype.handleImportTiddlersEvent = function(event) {\n\t// Get the tiddlers\n\tvar tiddlers = [];\n\ttry {\n\t\ttiddlers = JSON.parse(event.param);\n\t} catch(e) {\n\t}\n\t// Get the current $:/Import tiddler\n\tvar importTitle = event.importTitle ? event.importTitle : IMPORT_TITLE,\n\t\timportTiddler = this.wiki.getTiddler(importTitle),\n\t\timportData = this.wiki.getTiddlerData(importTitle,{}),\n\t\tnewFields = new Object({\n\t\t\ttitle: importTitle,\n\t\t\ttype: \"application/json\",\n\t\t\t\"plugin-type\": \"import\",\n\t\t\t\"status\": \"pending\"\n\t\t}),\n\t\tincomingTiddlers = [];\n\t// Process each tiddler\n\timportData.tiddlers = importData.tiddlers || {};\n\t$tw.utils.each(tiddlers,function(tiddlerFields) {\n\t\ttiddlerFields.title = $tw.utils.trim(tiddlerFields.title);\n\t\tvar title = tiddlerFields.title;\n\t\tif(title) {\n\t\t\tincomingTiddlers.push(title);\n\t\t\timportData.tiddlers[title] = tiddlerFields;\n\t\t}\n\t});\n\t// Give the active upgrader modules a chance to process the incoming tiddlers\n\tvar messages = this.wiki.invokeUpgraders(incomingTiddlers,importData.tiddlers);\n\t$tw.utils.each(messages,function(message,title) {\n\t\tnewFields[\"message-\" + title] = message;\n\t});\n\t// Deselect any suppressed tiddlers\n\t$tw.utils.each(importData.tiddlers,function(tiddler,title) {\n\t\tif($tw.utils.count(tiddler) === 0) {\n\t\t\tnewFields[\"selection-\" + title] = \"unchecked\";\n\t\t\tnewFields[\"suppressed-\" + title] = \"yes\";\n\t\t}\n\t});\n\t// Save the $:/Import tiddler\n\tnewFields.text = JSON.stringify(importData,null,$tw.config.preferences.jsonSpaces);\n\tthis.wiki.addTiddler(new $tw.Tiddler(importTiddler,newFields));\n\t// Update the story and history details\n\tvar autoOpenOnImport = event.autoOpenOnImport ? event.autoOpenOnImport : this.getVariable(\"tv-auto-open-on-import\");  \n\tif(autoOpenOnImport !== \"no\") {\n\t\tvar storyList = this.getStoryList(),\n\t\t\thistory = [];\n\t\t// Add it to the story\n\t\tif(storyList && storyList.indexOf(importTitle) === -1) {\n\t\t\tstoryList.unshift(importTitle);\n\t\t}\n\t\t// And to history\n\t\thistory.push(importTitle);\n\t\t// Save the updated story and history\n\t\tthis.saveStoryList(storyList);\n\t\tthis.addToHistory(history);\n\t}\n\treturn false;\n};\n\n//\nNavigatorWidget.prototype.handlePerformImportEvent = function(event) {\n\tvar self = this,\n\t\timportTiddler = this.wiki.getTiddler(event.param),\n\t\timportData = this.wiki.getTiddlerDataCached(event.param,{tiddlers: {}}),\n\t\timportReport = [];\n\t// Add the tiddlers to the store\n\timportReport.push($tw.language.getString(\"Import/Imported/Hint\") + \"\\n\");\n\t$tw.utils.each(importData.tiddlers,function(tiddlerFields) {\n\t\tvar title = tiddlerFields.title;\n\t\tif(title && importTiddler && importTiddler.fields[\"selection-\" + title] !== \"unchecked\") {\n\t\t\tif($tw.utils.hop(importTiddler.fields,[\"rename-\" + title])) {\n\t\t\t\tvar tiddler = new $tw.Tiddler(tiddlerFields,{title : importTiddler.fields[\"rename-\" + title]});\n\t\t\t} else {\n\t\t\t\tvar tiddler = new $tw.Tiddler(tiddlerFields);\n\t\t\t}\n\t\t\ttiddler = $tw.hooks.invokeHook(\"th-importing-tiddler\",tiddler);\n\t\t\tself.wiki.addTiddler(tiddler);\n\t\t\timportReport.push(\"# [[\" + tiddler.fields.title + \"]]\");\n\t\t}\n\t});\n\t// Replace the $:/Import tiddler with an import report\n\tthis.wiki.addTiddler(new $tw.Tiddler({\n\t\ttitle: event.param,\n\t\ttext: importReport.join(\"\\n\"),\n\t\t\"status\": \"complete\"\n\t}));\n\t// Navigate to the $:/Import tiddler\n\tthis.addToHistory([event.param]);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n};\n\nNavigatorWidget.prototype.handleFoldTiddlerEvent = function(event) {\n\tvar paramObject = event.paramObject || {};\n\tif(paramObject.foldedState) {\n\t\tvar foldedState = this.wiki.getTiddlerText(paramObject.foldedState,\"show\") === \"show\" ? \"hide\" : \"show\";\n\t\tthis.wiki.setText(paramObject.foldedState,\"text\",null,foldedState);\n\t}\n};\n\nNavigatorWidget.prototype.handleFoldOtherTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,event.param === title ? \"show\" : \"hide\");\n\t});\n};\n\nNavigatorWidget.prototype.handleFoldAllTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix || \"$:/state/folded/\";\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,\"hide\");\n\t});\n};\n\nNavigatorWidget.prototype.handleUnfoldAllTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,\"show\");\n\t});\n};\n\nNavigatorWidget.prototype.handleRenameTiddlerEvent = function(event) {\n\tvar options = {},\n\t\tparamObject = event.paramObject || {},\n\t\tfrom = paramObject.from || event.tiddlerTitle,\n\t\tto = paramObject.to;\n\toptions.dontRenameInTags = (paramObject.renameInTags === \"false\" || paramObject.renameInTags === \"no\") ? true : false;\n\toptions.dontRenameInLists = (paramObject.renameInLists === \"false\" || paramObject.renameInLists === \"no\") ? true : false;\n\tthis.wiki.renameTiddler(from,to,options);\n};\n\nexports.navigator = NavigatorWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/edit.js": {
            "title": "$:/core/modules/widgets/edit.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/edit.js\ntype: application/javascript\nmodule-type: widget\n\nEdit widget is a meta-widget chooses the appropriate actual editting widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n// Mappings from content type to editor type are stored in tiddlers with this prefix\nvar EDITOR_MAPPING_PREFIX = \"$:/config/EditorTypeMappings/\";\n\n/*\nCompute the internal state of the widget\n*/\nEditWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.editField = this.getAttribute(\"field\",\"text\");\n\tthis.editIndex = this.getAttribute(\"index\");\n\tthis.editClass = this.getAttribute(\"class\");\n\tthis.editPlaceholder = this.getAttribute(\"placeholder\");\n\tthis.editTabIndex = this.getAttribute(\"tabindex\");\n\tthis.editFocus = this.getAttribute(\"focus\",\"\");\n\tthis.editCancelPopups = this.getAttribute(\"cancelPopups\",\"\");\n\tthis.editInputActions = this.getAttribute(\"inputActions\");\n\tthis.editRefreshTitle = this.getAttribute(\"refreshTitle\");\n\tthis.editAutoComplete = this.getAttribute(\"autocomplete\");\n\t// Choose the appropriate edit widget\n\tthis.editorType = this.getEditorType();\n\t// Make the child widgets\n\tthis.makeChildWidgets([{\n\t\ttype: \"edit-\" + this.editorType,\n\t\tattributes: this.parseTreeNode.attributes,\n\t\tchildren: this.parseTreeNode.children\n\t}]);\n};\n\nEditWidget.prototype.getEditorType = function() {\n\t// Get the content type of the thing we're editing\n\tvar type;\n\tif(this.editField === \"text\") {\n\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\tif(tiddler) {\n\t\t\ttype = tiddler.fields.type;\n\t\t}\n\t}\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar editorType = this.wiki.getTiddlerText(EDITOR_MAPPING_PREFIX + type);\n\tif(!editorType) {\n\t\tvar typeInfo = $tw.config.contentTypeInfo[type];\n\t\tif(typeInfo && typeInfo.encoding === \"base64\") {\n\t\t\teditorType = \"binary\";\n\t\t} else {\n\t\t\teditorType = \"text\";\n\t\t}\n\t}\n\treturn editorType;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEditWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Refresh if an attribute has changed, or the type associated with the target tiddler has changed\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.tabindex || changedAttributes.cancelPopups || changedAttributes.inputActions || changedAttributes.refreshTitle || changedAttributes.autocomplete || (changedTiddlers[this.editTitle] && this.getEditorType() !== this.editorType)) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.edit = EditWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/reveal.js": {
            "title": "$:/core/modules/widgets/reveal.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/reveal.js\ntype: application/javascript\nmodule-type: widget\n\nReveal widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RevealWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRevealWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRevealWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.revealTag && $tw.config.htmlUnsafeElements.indexOf(this.revealTag) === -1) {\n\t\ttag = this.revealTag;\n\t}\n\tvar domNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\tthis.assignDomNodeClasses();\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\t}\n\tif(!this.isOpen) {\n\t\tdomNode.setAttribute(\"hidden\",\"true\");\n\t}\n\tthis.domNodes.push(domNode);\n};\n\nRevealWidget.prototype.positionPopup = function(domNode) {\n\tdomNode.style.position = \"absolute\";\n\tdomNode.style.zIndex = \"1000\";\n\tvar left,top;\n\tswitch(this.position) {\n\t\tcase \"left\":\n\t\t\tleft = this.popup.left - domNode.offsetWidth;\n\t\t\ttop = this.popup.top;\n\t\t\tbreak;\n\t\tcase \"above\":\n\t\t\tleft = this.popup.left;\n\t\t\ttop = this.popup.top - domNode.offsetHeight;\n\t\t\tbreak;\n\t\tcase \"aboveright\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top + this.popup.height - domNode.offsetHeight;\n\t\t\tbreak;\n\t\tcase \"belowright\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\t\t\t\n\t\tcase \"right\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top;\n\t\t\tbreak;\n\t\tcase \"belowleft\":\n\t\t\tleft = this.popup.left + this.popup.width - domNode.offsetWidth;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\n\t\tcase \"aboveleft\":\n\t\t\tleft = this.popup.left - domNode.offsetWidth;\n\t\t\ttop = this.popup.top - domNode.offsetHeight;\n\t\t\tbreak;\t\t\t\n\t\tdefault: // Below\n\t\t\tleft = this.popup.left;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\n\t}\n\tif(!this.positionAllowNegative) {\n\t\tleft = Math.max(0,left);\n\t\ttop = Math.max(0,top);\n\t}\n\tdomNode.style.left = left + \"px\";\n\tdomNode.style.top = top + \"px\";\n};\n\n/*\nCompute the internal state of the widget\n*/\nRevealWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.state = this.getAttribute(\"state\");\n\tthis.revealTag = this.getAttribute(\"tag\");\n\tthis.type = this.getAttribute(\"type\");\n\tthis.text = this.getAttribute(\"text\");\n\tthis.position = this.getAttribute(\"position\");\n\tthis.positionAllowNegative = this.getAttribute(\"positionAllowNegative\") === \"yes\";\n\t// class attribute handled in assignDomNodeClasses()\n\tthis.style = this.getAttribute(\"style\",\"\");\n\tthis[\"default\"] = this.getAttribute(\"default\",\"\");\n\tthis.animate = this.getAttribute(\"animate\",\"no\");\n\tthis.retain = this.getAttribute(\"retain\",\"no\");\n\tthis.openAnimation = this.animate === \"no\" ? undefined : \"open\";\n\tthis.closeAnimation = this.animate === \"no\" ? undefined : \"close\";\n\tthis.updatePopupPosition = this.getAttribute(\"updatePopupPosition\",\"no\") === \"yes\";\n\t// Compute the title of the state tiddler and read it\n\tthis.stateTiddlerTitle = this.state;\n\tthis.stateTitle = this.getAttribute(\"stateTitle\");\n\tthis.stateField = this.getAttribute(\"stateField\");\n\tthis.stateIndex = this.getAttribute(\"stateIndex\");\n\tthis.readState();\n\t// Construct the child widgets\n\tvar childNodes = this.isOpen ? this.parseTreeNode.children : [];\n\tthis.hasChildNodes = this.isOpen;\n\tthis.makeChildWidgets(childNodes);\n};\n\n/*\nRead the state tiddler\n*/\nRevealWidget.prototype.readState = function() {\n\t// Read the information from the state tiddler\n\tvar state,\n\t    defaultState = this[\"default\"];\n\tif(this.stateTitle) {\n\t\tvar stateTitleTiddler = this.wiki.getTiddler(this.stateTitle);\n\t\tif(this.stateField) {\n\t\t\tstate = stateTitleTiddler ? stateTitleTiddler.getFieldString(this.stateField) || defaultState : defaultState;\n\t\t} else if(this.stateIndex) {\n\t\t\tstate = stateTitleTiddler ? this.wiki.extractTiddlerDataItem(this.stateTitle,this.stateIndex) || defaultState : defaultState;\n\t\t} else if(stateTitleTiddler) {\n\t\t\tstate = this.wiki.getTiddlerText(this.stateTitle) || defaultState;\n\t\t} else {\n\t\t\tstate = defaultState;\n\t\t}\n\t} else {\n\t\tstate = this.stateTiddlerTitle ? this.wiki.getTextReference(this.state,this[\"default\"],this.getVariable(\"currentTiddler\")) : this[\"default\"];\n\t}\n\tif(state === null) {\n\t\tstate = this[\"default\"];\n\t}\n\tswitch(this.type) {\n\t\tcase \"popup\":\n\t\t\tthis.readPopupState(state);\n\t\t\tbreak;\n\t\tcase \"match\":\n\t\t\tthis.isOpen = this.text === state;\n\t\t\tbreak;\n\t\tcase \"nomatch\":\n\t\t\tthis.isOpen = this.text !== state;\n\t\t\tbreak;\n\t\tcase \"lt\":\n\t\t\tthis.isOpen = !!(this.compareStateText(state) < 0);\n\t\t\tbreak;\n\t\tcase \"gt\":\n\t\t\tthis.isOpen = !!(this.compareStateText(state) > 0);\n\t\t\tbreak;\n\t\tcase \"lteq\":\n\t\t\tthis.isOpen = !(this.compareStateText(state) > 0);\n\t\t\tbreak;\n\t\tcase \"gteq\":\n\t\t\tthis.isOpen = !(this.compareStateText(state) < 0);\n\t\t\tbreak;\n\t}\n};\n\nRevealWidget.prototype.compareStateText = function(state) {\n\treturn state.localeCompare(this.text,undefined,{numeric: true,sensitivity: \"case\"});\n};\n\nRevealWidget.prototype.readPopupState = function(state) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/,\n\t\tmatch = popupLocationRegExp.exec(state);\n\t// Check if the state matches the location regexp\n\tif(match) {\n\t\t// If so, we're open\n\t\tthis.isOpen = true;\n\t\t// Get the location\n\t\tthis.popup = {\n\t\t\tleft: parseFloat(match[1]),\n\t\t\ttop: parseFloat(match[2]),\n\t\t\twidth: parseFloat(match[3]),\n\t\t\theight: parseFloat(match[4])\n\t\t};\n\t} else {\n\t\t// If not, we're closed\n\t\tthis.isOpen = false;\n\t}\n};\n\nRevealWidget.prototype.assignDomNodeClasses = function() {\n\tvar classes = this.getAttribute(\"class\",\"\").split(\" \");\n\tclasses.push(\"tc-reveal\");\n\tthis.domNode.className = classes.join(\" \");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRevealWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.state || changedAttributes.type || changedAttributes.text || changedAttributes.position || changedAttributes.positionAllowNegative || changedAttributes[\"default\"] || changedAttributes.animate || changedAttributes.stateTitle || changedAttributes.stateField || changedAttributes.stateIndex) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar currentlyOpen = this.isOpen;\n\t\tthis.readState();\n\t\tif(this.isOpen !== currentlyOpen) {\n\t\t\tif(this.retain === \"yes\") {\n\t\t\t\tthis.updateState();\n\t\t\t} else {\n\t\t\t\tthis.refreshSelf();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t} else if(this.type === \"popup\" && this.updatePopupPosition && (changedTiddlers[this.state] || changedTiddlers[this.stateTitle])) {\n\t\t\tthis.positionPopup(this.domNode);\n\t\t}\n\t\tif(changedAttributes.style) {\n\t\t\tthis.domNode.style = this.getAttribute(\"style\",\"\");\n\t\t}\n\t\tif(changedAttributes[\"class\"]) {\n\t\t\tthis.assignDomNodeClasses();\n\t\t}\t\t\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\n/*\nCalled by refresh() to dynamically show or hide the content\n*/\nRevealWidget.prototype.updateState = function() {\n\tvar self = this;\n\t// Read the current state\n\tthis.readState();\n\t// Construct the child nodes if needed\n\tvar domNode = this.domNodes[0];\n\tif(this.isOpen && !this.hasChildNodes) {\n\t\tthis.hasChildNodes = true;\n\t\tthis.makeChildWidgets(this.parseTreeNode.children);\n\t\tthis.renderChildren(domNode,null);\n\t}\n\t// Animate our DOM node\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\n\t}\n\tif(this.isOpen) {\n\t\tdomNode.removeAttribute(\"hidden\");\n        $tw.anim.perform(this.openAnimation,domNode);\n\t} else {\n\t\t$tw.anim.perform(this.closeAnimation,domNode,{callback: function() {\n\t\t\t//make sure that the state hasn't changed during the close animation\n\t\t\tself.readState()\n\t\t\tif(!self.isOpen) {\n\t\t\t\tdomNode.setAttribute(\"hidden\",\"true\");\n\t\t\t}\n\t\t}});\n\t}\n};\n\nexports.reveal = RevealWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/raw.js": {
            "title": "$:/core/modules/widgets/raw.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/raw.js\ntype: application/javascript\nmodule-type: widget\n\nRaw widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RawWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRawWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRawWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tvar div = this.document.createElement(\"div\");\n\tdiv.innerHTML=this.parseTreeNode.html;\n\tparent.insertBefore(div,nextSibling);\n\tthis.domNodes.push(div);\t\n};\n\n/*\nCompute the internal state of the widget\n*/\nRawWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRawWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.raw = RawWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/select.js": {
            "title": "$:/core/modules/widgets/select.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/select.js\ntype: application/javascript\nmodule-type: widget\n\nSelect widget:\n\n```\n<$select tiddler=\"MyTiddler\" field=\"text\">\n<$list filter=\"[tag[chapter]]\">\n<option value=<<currentTiddler>>>\n<$view field=\"description\"/>\n</option>\n</$list>\n</$select>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SelectWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSelectWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSelectWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n\tthis.setSelectValue();\n\t$tw.utils.addEventListeners(this.getSelectDomNode(),[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n};\n\n/*\nHandle a change event\n*/\nSelectWidget.prototype.handleChangeEvent = function(event) {\n\t// Get the new value and assign it to the tiddler\n\tif(this.selectMultiple == false) {\n\t\tvar value = this.getSelectDomNode().value;\n\t} else {\n\t\tvar value = this.getSelectValues()\n\t\t\t\tvalue = $tw.utils.stringifyList(value);\n\t}\n\tthis.wiki.setText(this.selectTitle,this.selectField,this.selectIndex,value);\n\t// Trigger actions\n\tif(this.selectActions) {\n\t\tthis.invokeActionString(this.selectActions,this,event);\n\t}\n};\n\n/*\nIf necessary, set the value of the select element to the current value\n*/\nSelectWidget.prototype.setSelectValue = function() {\n\tvar value = this.selectDefault;\n\t// Get the value\n\tif(this.selectIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.selectTitle,this.selectIndex,value);\n\t} else {\n\t\tvar tiddler = this.wiki.getTiddler(this.selectTitle);\n\t\tif(tiddler) {\n\t\t\tif(this.selectField === \"text\") {\n\t\t\t\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\n\t\t\t\tvalue = this.wiki.getTiddlerText(this.selectTitle);\n\t\t\t} else {\n\t\t\t\tif($tw.utils.hop(tiddler.fields,this.selectField)) {\n\t\t\t\t\tvalue = tiddler.getFieldString(this.selectField);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tif(this.selectField === \"title\") {\n\t\t\t\tvalue = this.selectTitle;\n\t\t\t}\n\t\t}\n\t}\n\t// Assign it to the select element if it's different than the current value\n\tif (this.selectMultiple) {\n\t\tvalue = value === undefined ? \"\" : value;\n\t\tvar select = this.getSelectDomNode();\n\t\tvar values = Array.isArray(value) ? value : $tw.utils.parseStringArray(value);\n\t\tfor(var i=0; i < select.children.length; i++){\n\t\t\tselect.children[i].selected = values.indexOf(select.children[i].value) !== -1\n\t\t}\n\t} else {\n\t\tvar domNode = this.getSelectDomNode();\n\t\tif(domNode.value !== value) {\n\t\t\tdomNode.value = value;\n\t\t}\n\t}\n};\n\n/*\nGet the DOM node of the select element\n*/\nSelectWidget.prototype.getSelectDomNode = function() {\n\treturn this.children[0].domNodes[0];\n};\n\n// Return an array of the selected opion values\n// select is an HTML select element\nSelectWidget.prototype.getSelectValues = function() {\n\tvar select, result, options, opt;\n\tselect = this.getSelectDomNode();\n\tresult = [];\n\toptions = select && select.options;\n\tfor (var i=0; i<options.length; i++) {\n\t\topt = options[i];\n\t\tif (opt.selected) {\n\t\t\tresult.push(opt.value || opt.text);\n\t\t}\n\t}\n\treturn result;\n}\n\n/*\nCompute the internal state of the widget\n*/\nSelectWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.selectActions = this.getAttribute(\"actions\");\n\tthis.selectTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.selectField = this.getAttribute(\"field\",\"text\");\n\tthis.selectIndex = this.getAttribute(\"index\");\n\tthis.selectClass = this.getAttribute(\"class\");\n\tthis.selectDefault = this.getAttribute(\"default\");\n\tthis.selectMultiple = this.getAttribute(\"multiple\", false);\n\tthis.selectSize = this.getAttribute(\"size\");\n\tthis.selectTooltip = this.getAttribute(\"tooltip\");\n\t// Make the child widgets\n\tvar selectNode = {\n\t\ttype: \"element\",\n\t\ttag: \"select\",\n\t\tchildren: this.parseTreeNode.children\n\t};\n\tif(this.selectClass) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"class\",this.selectClass);\n\t}\n\tif(this.selectMultiple) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"multiple\",\"multiple\");\n\t}\n\tif(this.selectSize) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"size\",this.selectSize);\n\t}\n\tif(this.selectTooltip) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"title\",this.selectTooltip);\n\t}\n\tthis.makeChildWidgets([selectNode]);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nSelectWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// If we're using a different tiddler/field/index then completely refresh ourselves\n\tif(changedAttributes.selectTitle || changedAttributes.selectField || changedAttributes.selectIndex || changedAttributes.selectTooltip) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t// If the target tiddler value has changed, just update setting and refresh the children\n\t} else {\n\t\tvar childrenRefreshed = this.refreshChildren(changedTiddlers);\n\t\tif(changedTiddlers[this.selectTitle] || childrenRefreshed) {\n\t\t\tthis.setSelectValue();\n\t\t} \n\t\treturn childrenRefreshed;\n\t}\n};\n\nexports.select = SelectWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/scrollable.js": {
            "title": "$:/core/modules/widgets/scrollable.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/scrollable.js\ntype: application/javascript\nmodule-type: widget\n\nScrollable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ScrollableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.scaleFactor = 1;\n\tthis.addEventListeners([\n\t\t{type: \"tm-scroll\", handler: \"handleScrollEvent\"}\n\t]);\n\tif($tw.browser) {\n\t\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\t\twindow.webkitRequestAnimationFrame ||\n\t\t\twindow.mozRequestAnimationFrame ||\n\t\t\tfunction(callback) {\n\t\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t\t};\n\t\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\t\twindow.webkitCancelAnimationFrame ||\n\t\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\t\twindow.mozCancelAnimationFrame ||\n\t\t\twindow.mozCancelRequestAnimationFrame ||\n\t\t\tfunction(id) {\n\t\t\t\twindow.clearTimeout(id);\n\t\t\t};\n\t}\n};\n\n/*\nInherit from the base widget class\n*/\nScrollableWidget.prototype = new Widget();\n\nScrollableWidget.prototype.cancelScroll = function() {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(window,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle a scroll event\n*/\nScrollableWidget.prototype.handleScrollEvent = function(event) {\n\t// Pass the scroll event through if our offsetsize is larger than our scrollsize\n\tif(this.outerDomNode.scrollWidth <= this.outerDomNode.offsetWidth && this.outerDomNode.scrollHeight <= this.outerDomNode.offsetHeight && this.fallthrough === \"yes\") {\n\t\treturn true;\n\t}\n\tif(event.paramObject && event.paramObject.selector) {\n\t\tthis.scrollSelectorIntoView(null,event.paramObject.selector);\n\t} else {\n\t\tthis.scrollIntoView(event.target);\t\t\t\n\t}\n\treturn false; // Handled event\n};\n\n/*\nScroll an element into view\n*/\nScrollableWidget.prototype.scrollIntoView = function(element) {\n\tvar duration = $tw.utils.getAnimationDuration(),\n\tsrcWindow = element ? element.ownerDocument.defaultView : window;\n\tthis.cancelScroll();\n\tthis.startTime = Date.now();\n\tvar scrollPosition = {\n\t\tx: this.outerDomNode.scrollLeft,\n\t\ty: this.outerDomNode.scrollTop\n\t};\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar scrollableBounds = this.outerDomNode.getBoundingClientRect(),\n\t\tclientTargetBounds = element.getBoundingClientRect(),\n\t\tbounds = {\n\t\t\tleft: clientTargetBounds.left + scrollPosition.x - scrollableBounds.left,\n\t\t\ttop: clientTargetBounds.top + scrollPosition.y - scrollableBounds.top,\n\t\t\twidth: clientTargetBounds.width,\n\t\t\theight: clientTargetBounds.height\n\t\t};\n\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\tvar getEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\t// If the target is already visible then stay where we are\n\t\t\tif(targetPos >= currentPos && (targetPos + targetSize) <= (currentPos + currentSize)) {\n\t\t\t\treturn currentPos;\n\t\t\t// If the target is above/left of the current view, then scroll to its top/left\n\t\t\t} else if(targetPos <= currentPos) {\n\t\t\t\treturn targetPos;\n\t\t\t// If the target is smaller than the window and the scroll position is too far up, then scroll till the target is at the bottom of the window\n\t\t\t} else if(targetSize < currentSize && currentPos < (targetPos + targetSize - currentSize)) {\n\t\t\t\treturn targetPos + targetSize - currentSize;\n\t\t\t// If the target is big, then just scroll to the top\n\t\t\t} else if(currentPos < targetPos) {\n\t\t\t\treturn targetPos;\n\t\t\t// Otherwise, stay where we are\n\t\t\t} else {\n\t\t\t\treturn currentPos;\n\t\t\t}\n\t\t},\n\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,this.outerDomNode.offsetWidth),\n\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,this.outerDomNode.offsetHeight);\n\t// Only scroll if necessary\n\tif(endX !== scrollPosition.x || endY !== scrollPosition.y) {\n\t\tvar self = this,\n\t\t\tdrawFrame;\n\t\tdrawFrame = function () {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll();\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\tself.outerDomNode.scrollLeft = scrollPosition.x + (endX - scrollPosition.x) * t;\n\t\t\tself.outerDomNode.scrollTop = scrollPosition.y + (endY - scrollPosition.y) * t;\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(srcWindow,drawFrame);\n\t\t\t}\n\t\t};\n\t\tdrawFrame();\n\t}\n};\n\nScrollableWidget.prototype.scrollSelectorIntoView = function(baseElement,selector,callback) {\n\tbaseElement = baseElement || document.body;\n\tvar element = baseElement.querySelector(selector);\n\tif(element) {\n\t\tthis.scrollIntoView(element,callback);\t\t\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nScrollableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create elements\n\tthis.outerDomNode = this.document.createElement(\"div\");\n\t$tw.utils.setStyle(this.outerDomNode,[\n\t\t{overflowY: \"auto\"},\n\t\t{overflowX: \"auto\"},\n\t\t{webkitOverflowScrolling: \"touch\"}\n\t]);\n\tthis.innerDomNode = this.document.createElement(\"div\");\n\tthis.outerDomNode.appendChild(this.innerDomNode);\n\t// Assign classes\n\tthis.outerDomNode.className = this[\"class\"] || \"\";\n\t// Insert element\n\tparent.insertBefore(this.outerDomNode,nextSibling);\n\tthis.renderChildren(this.innerDomNode,null);\n\tthis.domNodes.push(this.outerDomNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nScrollableWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.fallthrough = this.getAttribute(\"fallthrough\",\"yes\");\n\tthis[\"class\"] = this.getAttribute(\"class\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nScrollableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.scrollable = ScrollableWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/set.js": {
            "title": "$:/core/modules/widgets/set.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/set.js\ntype: application/javascript\nmodule-type: widget\n\nSet variable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.setName = this.getAttribute(\"name\",\"currentTiddler\");\n\tthis.setFilter = this.getAttribute(\"filter\");\n\tthis.setSelect = this.getAttribute(\"select\");\n\tthis.setTiddler = this.getAttribute(\"tiddler\");\n\tthis.setSubTiddler = this.getAttribute(\"subtiddler\");\n\tthis.setField = this.getAttribute(\"field\");\n\tthis.setIndex = this.getAttribute(\"index\");\n\tthis.setValue = this.getAttribute(\"value\");\n\tthis.setEmptyValue = this.getAttribute(\"emptyValue\");\n\t// Set context variable\n\tthis.setVariable(this.setName,this.getValue(),this.parseTreeNode.params,!!this.parseTreeNode.isMacroDefinition);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nGet the value to be assigned\n*/\nSetWidget.prototype.getValue = function() {\n\tvar value = this.setValue;\n\tif(this.setTiddler) {\n\t\tvar tiddler;\n\t\tif(this.setSubTiddler) {\n\t\t\ttiddler = this.wiki.getSubTiddler(this.setTiddler,this.setSubTiddler);\n\t\t} else {\n\t\t\ttiddler = this.wiki.getTiddler(this.setTiddler);\t\t\t\n\t\t}\n\t\tif(!tiddler) {\n\t\t\tvalue = this.setEmptyValue;\n\t\t} else if(this.setField) {\n\t\t\tvalue = tiddler.getFieldString(this.setField) || this.setEmptyValue;\n\t\t} else if(this.setIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(this.setTiddler,this.setIndex,this.setEmptyValue);\n\t\t} else {\n\t\t\tvalue = tiddler.fields.text || this.setEmptyValue ;\n\t\t}\n\t} else if(this.setFilter) {\n\t\tvar results = this.wiki.filterTiddlers(this.setFilter,this);\n\t\tif(this.setValue == null) {\n\t\t\tvar select;\n\t\t\tif(this.setSelect) {\n\t\t\t\tselect = parseInt(this.setSelect,10);\n\t\t\t}\n\t\t\tif(select !== undefined) {\n\t\t\t\tvalue = results[select] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = $tw.utils.stringifyList(results);\t\t\t\n\t\t\t}\n\t\t}\n\t\tif(results.length === 0 && this.setEmptyValue !== undefined) {\n\t\t\tvalue = this.setEmptyValue;\n\t\t}\n\t} else if(!value && this.setEmptyValue) {\n\t\tvalue = this.setEmptyValue;\n\t}\n\treturn value || \"\";\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nSetWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name || changedAttributes.filter || changedAttributes.select || changedAttributes.tiddler || (this.setTiddler && changedTiddlers[this.setTiddler]) || changedAttributes.field || changedAttributes.index || changedAttributes.value || changedAttributes.emptyValue ||\n\t   (this.setFilter && this.getValue() != this.variables[this.setName].value)) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.setvariable = SetWidget;\nexports.set = SetWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/text.js": {
            "title": "$:/core/modules/widgets/text.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/text.js\ntype: application/javascript\nmodule-type: widget\n\nText node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TextNodeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTextNodeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTextNodeWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar text = this.getAttribute(\"text\",this.parseTreeNode.text || \"\");\n\ttext = text.replace(/\\r/mg,\"\");\n\tvar textNode = this.document.createTextNode(text);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTextNodeWidget.prototype.execute = function() {\n\t// Nothing to do for a text node\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTextNodeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.text) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.text = TextNodeWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-deletetiddler.js": {
            "title": "$:/core/modules/widgets/action-deletetiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-deletetiddler.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to delete a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DeleteTiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDeleteTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDeleteTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nDeleteTiddlerWidget.prototype.execute = function() {\n\tthis.actionFilter = this.getAttribute(\"$filter\");\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nDeleteTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$filter\"] || changedAttributes[\"$tiddler\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nDeleteTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar tiddlers = [];\n\tif(this.actionFilter) {\n\t\ttiddlers = this.wiki.filterTiddlers(this.actionFilter,this);\n\t}\n\tif(this.actionTiddler) {\n\t\ttiddlers.push(this.actionTiddler);\n\t}\n\tfor(var t=0; t<tiddlers.length; t++) {\n\t\tthis.wiki.deleteTiddler(tiddlers[t]);\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-deletetiddler\"] = DeleteTiddlerWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/tiddler.js": {
            "title": "$:/core/modules/widgets/tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/tiddler.js\ntype: application/javascript\nmodule-type: widget\n\nTiddler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTiddlerWidget.prototype.execute = function() {\n\tthis.tiddlerState = this.computeTiddlerState();\n\tthis.setVariable(\"currentTiddler\",this.tiddlerState.currentTiddler);\n\tthis.setVariable(\"missingTiddlerClass\",this.tiddlerState.missingTiddlerClass);\n\tthis.setVariable(\"shadowTiddlerClass\",this.tiddlerState.shadowTiddlerClass);\n\tthis.setVariable(\"systemTiddlerClass\",this.tiddlerState.systemTiddlerClass);\n\tthis.setVariable(\"tiddlerTagClasses\",this.tiddlerState.tiddlerTagClasses);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nCompute the tiddler state flags\n*/\nTiddlerWidget.prototype.computeTiddlerState = function() {\n\t// Get our parameters\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Compute the state\n\tvar state = {\n\t\tcurrentTiddler: this.tiddlerTitle || \"\",\n\t\tmissingTiddlerClass: (this.wiki.tiddlerExists(this.tiddlerTitle) || this.wiki.isShadowTiddler(this.tiddlerTitle)) ? \"tc-tiddler-exists\" : \"tc-tiddler-missing\",\n\t\tshadowTiddlerClass: this.wiki.isShadowTiddler(this.tiddlerTitle) ? \"tc-tiddler-shadow\" : \"\",\n\t\tsystemTiddlerClass: this.wiki.isSystemTiddler(this.tiddlerTitle) ? \"tc-tiddler-system\" : \"\",\n\t\ttiddlerTagClasses: this.getTagClasses()\n\t};\n\t// Compute a simple hash to make it easier to detect changes\n\tstate.hash = state.currentTiddler + state.missingTiddlerClass + state.shadowTiddlerClass + state.systemTiddlerClass + state.tiddlerTagClasses;\n\treturn state;\n};\n\n/*\nCreate a string of CSS classes derived from the tags of the current tiddler\n*/\nTiddlerWidget.prototype.getTagClasses = function() {\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\n\tif(tiddler) {\n\t\tvar tags = [];\n\t\t$tw.utils.each(tiddler.fields.tags,function(tag) {\n\t\t\ttags.push(\"tc-tagged-\" + encodeURIComponent(tag));\n\t\t});\n\t\treturn tags.join(\" \");\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\tnewTiddlerState = this.computeTiddlerState();\n\tif(changedAttributes.tiddler || newTiddlerState.hash !== this.tiddlerState.hash) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.tiddler = TiddlerWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/transclude.js": {
            "title": "$:/core/modules/widgets/transclude.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/transclude.js\ntype: application/javascript\nmodule-type: widget\n\nTransclude widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TranscludeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTranscludeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTranscludeWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTranscludeWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.transcludeTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.transcludeSubTiddler = this.getAttribute(\"subtiddler\");\n\tthis.transcludeField = this.getAttribute(\"field\");\n\tthis.transcludeIndex = this.getAttribute(\"index\");\n\tthis.transcludeMode = this.getAttribute(\"mode\");\n\tthis.recursionMarker = this.getAttribute(\"recursionMarker\",\"yes\");\n\t// Parse the text reference\n\tvar parseAsInline = !this.parseTreeNode.isBlock;\n\tif(this.transcludeMode === \"inline\") {\n\t\tparseAsInline = true;\n\t} else if(this.transcludeMode === \"block\") {\n\t\tparseAsInline = false;\n\t}\n\tvar parser = this.wiki.parseTextReference(\n\t\t\t\t\t\tthis.transcludeTitle,\n\t\t\t\t\t\tthis.transcludeField,\n\t\t\t\t\t\tthis.transcludeIndex,\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tparseAsInline: parseAsInline,\n\t\t\t\t\t\t\tsubTiddler: this.transcludeSubTiddler\n\t\t\t\t\t\t}),\n\t\tparseTreeNodes = parser ? parser.tree : this.parseTreeNode.children;\n\t// Set context variables for recursion detection\n\tvar recursionMarker = this.makeRecursionMarker();\n\tif(this.recursionMarker === \"yes\") {\n\t\tthis.setVariable(\"transclusion\",recursionMarker);\n\t}\n\t// Check for recursion\n\tif(parser) {\n\t\tif(this.parentWidget && this.parentWidget.hasVariable(\"transclusion\",recursionMarker)) {\n\t\t\tparseTreeNodes = [{type: \"element\", tag: \"span\", attributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-error\"}\n\t\t\t}, children: [\n\t\t\t\t{type: \"text\", text: $tw.language.getString(\"Error/RecursiveTransclusion\")}\n\t\t\t]}];\n\t\t}\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nCompose a string comprising the title, field and/or index to identify this transclusion for recursion detection\n*/\nTranscludeWidget.prototype.makeRecursionMarker = function() {\n\tvar output = [];\n\toutput.push(\"{\");\n\toutput.push(this.getVariable(\"currentTiddler\",{defaultValue: \"\"}));\n\toutput.push(\"|\");\n\toutput.push(this.transcludeTitle || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeField || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeIndex || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeSubTiddler || \"\");\n\toutput.push(\"}\");\n\treturn output.join(\"\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTranscludeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedTiddlers[this.transcludeTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.transclude = TranscludeWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/vars.js": {
            "title": "$:/core/modules/widgets/vars.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/vars.js\ntype: application/javascript\nmodule-type: widget\n\nThis widget allows multiple variables to be set in one go:\n\n```\n\\define helloworld() Hello world!\n<$vars greeting=\"Hi\" me={{!!title}} sentence=<<helloworld>>>\n  <<greeting>>! I am <<me>> and I say: <<sentence>>\n</$vars>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar VarsWidget = function(parseTreeNode,options) {\n\t// Call the constructor\n\tWidget.call(this);\n\t// Initialise\t\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nVarsWidget.prototype = Object.create(Widget.prototype);\n\n/*\nRender this widget into the DOM\n*/\nVarsWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nVarsWidget.prototype.execute = function() {\n\t// Parse variables\n\tvar self = this;\n\t$tw.utils.each(this.attributes,function(val,key) {\n\t\tif(key.charAt(0) !== \"$\") {\n\t\t\tself.setVariable(key,val);\n\t\t}\n\t});\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nVarsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(Object.keys(changedAttributes).length) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports[\"vars\"] = VarsWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/view.js": {
            "title": "$:/core/modules/widgets/view.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/view.js\ntype: application/javascript\nmodule-type: widget\n\nView widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ViewWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nViewWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nViewWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tif(this.text) {\n\t\tvar textNode = this.document.createTextNode(this.text);\n\t\tparent.insertBefore(textNode,nextSibling);\n\t\tthis.domNodes.push(textNode);\n\t} else {\n\t\tthis.makeChildWidgets();\n\t\tthis.renderChildren(parent,nextSibling);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nViewWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.viewTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.viewSubtiddler = this.getAttribute(\"subtiddler\");\n\tthis.viewField = this.getAttribute(\"field\",\"text\");\n\tthis.viewIndex = this.getAttribute(\"index\");\n\tthis.viewFormat = this.getAttribute(\"format\",\"text\");\n\tthis.viewTemplate = this.getAttribute(\"template\",\"\");\n\tthis.viewMode = this.getAttribute(\"mode\",\"block\");\n\tswitch(this.viewFormat) {\n\t\tcase \"htmlwikified\":\n\t\t\tthis.text = this.getValueAsHtmlWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"plainwikified\":\n\t\t\tthis.text = this.getValueAsPlainWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"htmlencodedplainwikified\":\n\t\t\tthis.text = this.getValueAsHtmlEncodedPlainWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"htmlencoded\":\n\t\t\tthis.text = this.getValueAsHtmlEncoded();\n\t\t\tbreak;\n\t\tcase \"urlencoded\":\n\t\t\tthis.text = this.getValueAsUrlEncoded();\n\t\t\tbreak;\n\t\tcase \"doubleurlencoded\":\n\t\t\tthis.text = this.getValueAsDoubleUrlEncoded();\n\t\t\tbreak;\n\t\tcase \"date\":\n\t\t\tthis.text = this.getValueAsDate(this.viewTemplate);\n\t\t\tbreak;\n\t\tcase \"relativedate\":\n\t\t\tthis.text = this.getValueAsRelativeDate();\n\t\t\tbreak;\n\t\tcase \"stripcomments\":\n\t\t\tthis.text = this.getValueAsStrippedComments();\n\t\t\tbreak;\n\t\tcase \"jsencoded\":\n\t\t\tthis.text = this.getValueAsJsEncoded();\n\t\t\tbreak;\n\t\tdefault: // \"text\"\n\t\t\tthis.text = this.getValueAsText();\n\t\t\tbreak;\n\t}\n};\n\n/*\nThe various formatter functions are baked into this widget for the moment. Eventually they will be replaced by macro functions\n*/\n\n/*\nRetrieve the value of the widget. Options are:\nasString: Optionally return the value as a string\n*/\nViewWidget.prototype.getValue = function(options) {\n\toptions = options || {};\n\tvar value = options.asString ? \"\" : undefined;\n\tif(this.viewIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.viewTitle,this.viewIndex);\n\t} else {\n\t\tvar tiddler;\n\t\tif(this.viewSubtiddler) {\n\t\t\ttiddler = this.wiki.getSubTiddler(this.viewTitle,this.viewSubtiddler);\t\n\t\t} else {\n\t\t\ttiddler = this.wiki.getTiddler(this.viewTitle);\n\t\t}\n\t\tif(tiddler) {\n\t\t\tif(this.viewField === \"text\" && !this.viewSubtiddler) {\n\t\t\t\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\n\t\t\t\tvalue = this.wiki.getTiddlerText(this.viewTitle);\n\t\t\t} else {\n\t\t\t\tif($tw.utils.hop(tiddler.fields,this.viewField)) {\n\t\t\t\t\tif(options.asString) {\n\t\t\t\t\t\tvalue = tiddler.getFieldString(this.viewField);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvalue = tiddler.fields[this.viewField];\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tif(this.viewField === \"title\") {\n\t\t\t\tvalue = this.viewTitle;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n\nViewWidget.prototype.getValueAsText = function() {\n\treturn this.getValue({asString: true});\n};\n\nViewWidget.prototype.getValueAsHtmlWikified = function(mode) {\n\treturn this.wiki.renderText(\"text/html\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t});\n};\n\nViewWidget.prototype.getValueAsPlainWikified = function(mode) {\n\treturn this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t});\n};\n\nViewWidget.prototype.getValueAsHtmlEncodedPlainWikified = function(mode) {\n\treturn $tw.utils.htmlEncode(this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t}));\n};\n\nViewWidget.prototype.getValueAsHtmlEncoded = function() {\n\treturn $tw.utils.htmlEncode(this.getValueAsText());\n};\n\nViewWidget.prototype.getValueAsUrlEncoded = function() {\n\treturn encodeURIComponent(this.getValueAsText());\n};\n\nViewWidget.prototype.getValueAsDoubleUrlEncoded = function() {\n\treturn encodeURIComponent(encodeURIComponent(this.getValueAsText()));\n};\n\nViewWidget.prototype.getValueAsDate = function(format) {\n\tformat = format || \"YYYY MM DD 0hh:0mm\";\n\tvar value = $tw.utils.parseDate(this.getValue());\n\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\treturn $tw.utils.formatDateString(value,format);\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\nViewWidget.prototype.getValueAsRelativeDate = function(format) {\n\tvar value = $tw.utils.parseDate(this.getValue());\n\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\treturn $tw.utils.getRelativeDate((new Date()) - (new Date(value))).description;\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\nViewWidget.prototype.getValueAsStrippedComments = function() {\n\tvar lines = this.getValueAsText().split(\"\\n\"),\n\t\tout = [];\n\tfor(var line=0; line<lines.length; line++) {\n\t\tvar text = lines[line];\n\t\tif(!/^\\s*\\/\\/#/.test(text)) {\n\t\t\tout.push(text);\n\t\t}\n\t}\n\treturn out.join(\"\\n\");\n};\n\nViewWidget.prototype.getValueAsJsEncoded = function() {\n\treturn $tw.utils.stringify(this.getValueAsText());\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nViewWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.template || changedAttributes.format || changedTiddlers[this.viewTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.view = ViewWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/widget.js": {
            "title": "$:/core/modules/widgets/widget.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/widget.js\ntype: application/javascript\nmodule-type: widget\n\nWidget base class\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreate a widget object for a parse tree node\n\tparseTreeNode: reference to the parse tree node to be rendered\n\toptions: see below\nOptions include:\n\twiki: mandatory reference to wiki associated with this render tree\n\tparentWidget: optional reference to a parent renderer node for the context chain\n\tdocument: optional document object to use instead of global document\n*/\nvar Widget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInitialise widget properties. These steps are pulled out of the constructor so that we can reuse them in subclasses\n*/\nWidget.prototype.initialise = function(parseTreeNode,options) {\n\t// Bail if parseTreeNode is undefined, meaning  that the widget constructor was called without any arguments so that it can be subclassed\n\tif(parseTreeNode === undefined) {\n\t\treturn;\n\t}\n\toptions = options || {};\n\t// Save widget info\n\tthis.parseTreeNode = parseTreeNode;\n\tthis.wiki = options.wiki;\n\tthis.parentWidget = options.parentWidget;\n\tthis.variablesConstructor = function() {};\n\tthis.variablesConstructor.prototype = this.parentWidget ? this.parentWidget.variables : {};\n\tthis.variables = new this.variablesConstructor();\n\tthis.document = options.document;\n\tthis.attributes = {};\n\tthis.children = [];\n\tthis.domNodes = [];\n\tthis.eventListeners = {};\n\t// Hashmap of the widget classes\n\tif(!this.widgetClasses) {\n\t\t// Get widget classes\n\t\tWidget.prototype.widgetClasses = $tw.modules.applyMethods(\"widget\");\n\t\t// Process any subclasses\n\t\t$tw.modules.forEachModuleOfType(\"widget-subclass\",function(title,module) {\n\t\t\tif(module.baseClass) {\n\t\t\t\tvar baseClass = Widget.prototype.widgetClasses[module.baseClass];\n\t\t\t\tif(!baseClass) {\n\t\t\t\t\tthrow \"Module '\" + title + \"' is attemping to extend a non-existent base class '\" + module.baseClass + \"'\";\n\t\t\t\t}\n\t\t\t\tvar subClass = module.constructor;\n\t\t\t\tsubClass.prototype = new baseClass();\n\t\t\t\t$tw.utils.extend(subClass.prototype,module.prototype);\n\t\t\t\tWidget.prototype.widgetClasses[module.name || module.baseClass] = subClass;\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nWidget.prototype.execute = function() {\n\tthis.makeChildWidgets();\n};\n\n/*\nSet the value of a context variable\nname: name of the variable\nvalue: value of the variable\nparams: array of {name:, default:} for each parameter\nisMacroDefinition: true if the variable is set via a \\define macro pragma (and hence should have variable substitution performed)\n*/\nWidget.prototype.setVariable = function(name,value,params,isMacroDefinition) {\n\tthis.variables[name] = {value: value, params: params, isMacroDefinition: !!isMacroDefinition};\n};\n\n/*\nGet the prevailing value of a context variable\nname: name of variable\noptions: see below\nOptions include\nparams: array of {name:, value:} for each parameter\ndefaultValue: default value if the variable is not defined\n\nReturns an object with the following fields:\n\nparams: array of {name:,value:} of parameters passed to wikitext variables\ntext: text of variable, with parameters properly substituted\n*/\nWidget.prototype.getVariableInfo = function(name,options) {\n\toptions = options || {};\n\tvar actualParams = options.params || [],\n\t\tparentWidget = this.parentWidget;\n\t// Check for the variable defined in the parent widget (or an ancestor in the prototype chain)\n\tif(parentWidget && name in parentWidget.variables) {\n\t\tvar variable = parentWidget.variables[name],\n\t\t\toriginalValue = variable.value,\n\t\t\tvalue = originalValue,\n\t\t\tparams = this.resolveVariableParameters(variable.params,actualParams);\n\t\t// Substitute any parameters specified in the definition\n\t\t$tw.utils.each(params,function(param) {\n\t\t\tvalue = $tw.utils.replaceString(value,new RegExp(\"\\\\$\" + $tw.utils.escapeRegExp(param.name) + \"\\\\$\",\"mg\"),param.value);\n\t\t});\n\t\t// Only substitute variable references if this variable was defined with the \\define pragma\n\t\tif(variable.isMacroDefinition) {\n\t\t\tvalue = this.substituteVariableReferences(value);\t\t\t\n\t\t}\n\t\treturn {\n\t\t\ttext: value,\n\t\t\tparams: params,\n\t\t\tsrcVariable: variable,\n\t\t\tisCacheable: originalValue === value\n\t\t};\n\t}\n\t// If the variable doesn't exist in the parent widget then look for a macro module\n\treturn {\n\t\ttext: this.evaluateMacroModule(name,actualParams,options.defaultValue)\n\t};\n};\n\n/*\nSimplified version of getVariableInfo() that just returns the text\n*/\nWidget.prototype.getVariable = function(name,options) {\n\treturn this.getVariableInfo(name,options).text;\n};\n\nWidget.prototype.resolveVariableParameters = function(formalParams,actualParams) {\n\tformalParams = formalParams || [];\n\tactualParams = actualParams || [];\n\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\tparamInfo, paramValue,\n\t\tresults = [];\n\t// Step through each of the parameters in the macro definition\n\tfor(var p=0; p<formalParams.length; p++) {\n\t\t// Check if we've got a macro call parameter with the same name\n\t\tparamInfo = formalParams[p];\n\t\tparamValue = undefined;\n\t\tfor(var m=0; m<actualParams.length; m++) {\n\t\t\tif(actualParams[m].name === paramInfo.name) {\n\t\t\t\tparamValue = actualParams[m].value;\n\t\t\t}\n\t\t}\n\t\t// If not, use the next available anonymous macro call parameter\n\t\twhile(nextAnonParameter < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\tnextAnonParameter++;\n\t\t}\n\t\tif(paramValue === undefined && nextAnonParameter < actualParams.length) {\n\t\t\tparamValue = actualParams[nextAnonParameter++].value;\n\t\t}\n\t\t// If we've still not got a value, use the default, if any\n\t\tparamValue = paramValue || paramInfo[\"default\"] || \"\";\n\t\t// Store the parameter name and value\n\t\tresults.push({name: paramInfo.name, value: paramValue});\n\t}\n\treturn results;\n};\n\nWidget.prototype.substituteVariableReferences = function(text) {\n\tvar self = this;\n\treturn (text || \"\").replace(/\\$\\(([^\\)\\$]+)\\)\\$/g,function(match,p1,offset,string) {\n\t\treturn self.getVariable(p1,{defaultValue: \"\"});\n\t});\n};\n\nWidget.prototype.evaluateMacroModule = function(name,actualParams,defaultValue) {\n\tif($tw.utils.hop($tw.macros,name)) {\n\t\tvar macro = $tw.macros[name],\n\t\t\targs = [];\n\t\tif(macro.params.length > 0) {\n\t\t\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\t\t\tparamInfo, paramValue;\n\t\t\t// Step through each of the parameters in the macro definition\n\t\t\tfor(var p=0; p<macro.params.length; p++) {\n\t\t\t\t// Check if we've got a macro call parameter with the same name\n\t\t\t\tparamInfo = macro.params[p];\n\t\t\t\tparamValue = undefined;\n\t\t\t\tfor(var m=0; m<actualParams.length; m++) {\n\t\t\t\t\tif(actualParams[m].name === paramInfo.name) {\n\t\t\t\t\t\tparamValue = actualParams[m].value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// If not, use the next available anonymous macro call parameter\n\t\t\t\twhile(nextAnonParameter < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\t\t\tnextAnonParameter++;\n\t\t\t\t}\n\t\t\t\tif(paramValue === undefined && nextAnonParameter < actualParams.length) {\n\t\t\t\t\tparamValue = actualParams[nextAnonParameter++].value;\n\t\t\t\t}\n\t\t\t\t// If we've still not got a value, use the default, if any\n\t\t\t\tparamValue = paramValue || paramInfo[\"default\"] || \"\";\n\t\t\t\t// Save the parameter\n\t\t\t\targs.push(paramValue);\n\t\t\t}\n\t\t}\n\t\telse for(var i=0; i<actualParams.length; ++i) {\n\t\t\targs.push(actualParams[i].value);\n\t\t}\n\t\treturn (macro.run.apply(this,args) || \"\").toString();\n\t} else {\n\t\treturn defaultValue;\n\t}\n};\n\n/*\nCheck whether a given context variable value exists in the parent chain\n*/\nWidget.prototype.hasVariable = function(name,value) {\n\tvar node = this;\n\twhile(node) {\n\t\tif($tw.utils.hop(node.variables,name) && node.variables[name].value === value) {\n\t\t\treturn true;\n\t\t}\n\t\tnode = node.parentWidget;\n\t}\n\treturn false;\n};\n\n/*\nConstruct a qualifying string based on a hash of concatenating the values of a given variable in the parent chain\n*/\nWidget.prototype.getStateQualifier = function(name) {\n\tthis.qualifiers = this.qualifiers || Object.create(null);\n\tname = name || \"transclusion\";\n\tif(this.qualifiers[name]) {\n\t\treturn this.qualifiers[name];\n\t} else {\n\t\tvar output = [],\n\t\t\tnode = this;\n\t\twhile(node && node.parentWidget) {\n\t\t\tif($tw.utils.hop(node.parentWidget.variables,name)) {\n\t\t\t\toutput.push(node.getVariable(name));\n\t\t\t}\n\t\t\tnode = node.parentWidget;\n\t\t}\n\t\tvar value = $tw.utils.hashString(output.join(\"\"));\n\t\tthis.qualifiers[name] = value;\n\t\treturn value;\n\t}\n};\n\n/*\nCompute the current values of the attributes of the widget. Returns a hashmap of the names of the attributes that have changed\n*/\nWidget.prototype.computeAttributes = function() {\n\tvar changedAttributes = {},\n\t\tself = this,\n\t\tvalue;\n\t$tw.utils.each(this.parseTreeNode.attributes,function(attribute,name) {\n\t\tif(attribute.type === \"filtered\") {\n\t\t\tvalue = self.wiki.filterTiddlers(attribute.filter,self)[0] || \"\";\n\t\t} else if(attribute.type === \"indirect\") {\n\t\t\tvalue = self.wiki.getTextReference(attribute.textReference,\"\",self.getVariable(\"currentTiddler\"));\n\t\t} else if(attribute.type === \"macro\") {\n\t\t\tvalue = self.getVariable(attribute.value.name,{params: attribute.value.params});\n\t\t} else { // String attribute\n\t\t\tvalue = attribute.value;\n\t\t}\n\t\t// Check whether the attribute has changed\n\t\tif(self.attributes[name] !== value) {\n\t\t\tself.attributes[name] = value;\n\t\t\tchangedAttributes[name] = true;\n\t\t}\n\t});\n\treturn changedAttributes;\n};\n\n/*\nCheck for the presence of an attribute\n*/\nWidget.prototype.hasAttribute = function(name) {\n\treturn $tw.utils.hop(this.attributes,name);\n};\n\n/*\nGet the value of an attribute\n*/\nWidget.prototype.getAttribute = function(name,defaultText) {\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\treturn this.attributes[name];\n\t} else {\n\t\treturn defaultText;\n\t}\n};\n\n/*\nAssign the computed attributes of the widget to a domNode\noptions include:\nexcludeEventAttributes: ignores attributes whose name begins with \"on\"\n*/\nWidget.prototype.assignAttributes = function(domNode,options) {\n\toptions = options || {};\n\tvar self = this;\n\t$tw.utils.each(this.attributes,function(v,a) {\n\t\t// Check exclusions\n\t\tif(options.excludeEventAttributes && a.substr(0,2) === \"on\") {\n\t\t\tv = undefined;\n\t\t}\n\t\tif(v !== undefined) {\n\t\t\tvar b = a.split(\":\");\n\t\t\t// Setting certain attributes can cause a DOM error (eg xmlns on the svg element)\n\t\t\ttry {\n\t\t\t\tif (b.length == 2 && b[0] == \"xlink\"){\n\t\t\t\t\tdomNode.setAttributeNS(\"http://www.w3.org/1999/xlink\",b[1],v);\n\t\t\t\t} else {\n\t\t\t\t\tdomNode.setAttributeNS(null,a,v);\n\t\t\t\t}\n\t\t\t} catch(e) {\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nMake child widgets correspondng to specified parseTreeNodes\n*/\nWidget.prototype.makeChildWidgets = function(parseTreeNodes) {\n\tthis.children = [];\n\tvar self = this;\n\t$tw.utils.each(parseTreeNodes || (this.parseTreeNode && this.parseTreeNode.children),function(childNode) {\n\t\tself.children.push(self.makeChildWidget(childNode));\n\t});\n};\n\n/*\nConstruct the widget object for a parse tree node\n*/\nWidget.prototype.makeChildWidget = function(parseTreeNode) {\n\tvar WidgetClass = this.widgetClasses[parseTreeNode.type];\n\tif(!WidgetClass) {\n\t\tWidgetClass = this.widgetClasses.text;\n\t\tparseTreeNode = {type: \"text\", text: \"Undefined widget '\" + parseTreeNode.type + \"'\"};\n\t}\n\treturn new WidgetClass(parseTreeNode,{\n\t\twiki: this.wiki,\n\t\tvariables: {},\n\t\tparentWidget: this,\n\t\tdocument: this.document\n\t});\n};\n\n/*\nGet the next sibling of this widget\n*/\nWidget.prototype.nextSibling = function() {\n\tif(this.parentWidget) {\n\t\tvar index = this.parentWidget.children.indexOf(this);\n\t\tif(index !== -1 && index < this.parentWidget.children.length-1) {\n\t\t\treturn this.parentWidget.children[index+1];\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nGet the previous sibling of this widget\n*/\nWidget.prototype.previousSibling = function() {\n\tif(this.parentWidget) {\n\t\tvar index = this.parentWidget.children.indexOf(this);\n\t\tif(index !== -1 && index > 0) {\n\t\t\treturn this.parentWidget.children[index-1];\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRender the children of this widget into the DOM\n*/\nWidget.prototype.renderChildren = function(parent,nextSibling) {\n\tvar children = this.children;\n\tfor(var i = 0; i < children.length; i++) {\n\t\tchildren[i].render(parent,nextSibling);\n\t};\n};\n\n/*\nAdd a list of event listeners from an array [{type:,handler:},...]\n*/\nWidget.prototype.addEventListeners = function(listeners) {\n\tvar self = this;\n\t$tw.utils.each(listeners,function(listenerInfo) {\n\t\tself.addEventListener(listenerInfo.type,listenerInfo.handler);\n\t});\n};\n\n/*\nAdd an event listener\n*/\nWidget.prototype.addEventListener = function(type,handler) {\n\tvar self = this;\n\tif(typeof handler === \"string\") { // The handler is a method name on this widget\n\t\tthis.eventListeners[type] = function(event) {\n\t\t\treturn self[handler].call(self,event);\n\t\t};\n\t} else { // The handler is a function\n\t\tthis.eventListeners[type] = function(event) {\n\t\t\treturn handler.call(self,event);\n\t\t};\n\t}\n};\n\n/*\nDispatch an event to a widget. If the widget doesn't handle the event then it is also dispatched to the parent widget\n*/\nWidget.prototype.dispatchEvent = function(event) {\n\tevent.widget = event.widget || this;\n\t// Dispatch the event if this widget handles it\n\tvar listener = this.eventListeners[event.type];\n\tif(listener) {\n\t\t// Don't propagate the event if the listener returned false\n\t\tif(!listener(event)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Dispatch the event to the parent widget\n\tif(this.parentWidget) {\n\t\treturn this.parentWidget.dispatchEvent(event);\n\t}\n\treturn true;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nRebuild a previously rendered widget\n*/\nWidget.prototype.refreshSelf = function() {\n\tvar nextSibling = this.findNextSiblingDomNode();\n\tthis.removeChildDomNodes();\n\tthis.render(this.parentDomNode,nextSibling);\n};\n\n/*\nRefresh all the children of a widget\n*/\nWidget.prototype.refreshChildren = function(changedTiddlers) {\n\tvar children = this.children,\n\t\trefreshed = false;\n\tfor (var i = 0; i < children.length; i++) {\n\t\trefreshed = children[i].refresh(changedTiddlers) || refreshed;\n\t}\n\treturn refreshed;\n};\n\n/*\nFind the next sibling in the DOM to this widget. This is done by scanning the widget tree through all next siblings and their descendents that share the same parent DOM node\n*/\nWidget.prototype.findNextSiblingDomNode = function(startIndex) {\n\t// Refer to this widget by its index within its parents children\n\tvar parent = this.parentWidget,\n\t\tindex = startIndex !== undefined ? startIndex : parent.children.indexOf(this);\nif(index === -1) {\n\tthrow \"node not found in parents children\";\n}\n\t// Look for a DOM node in the later siblings\n\twhile(++index < parent.children.length) {\n\t\tvar domNode = parent.children[index].findFirstDomNode();\n\t\tif(domNode) {\n\t\t\treturn domNode;\n\t\t}\n\t}\n\t// Go back and look for later siblings of our parent if it has the same parent dom node\n\tvar grandParent = parent.parentWidget;\n\tif(grandParent && parent.parentDomNode === this.parentDomNode) {\n\t\tindex = grandParent.children.indexOf(parent);\n\t\tif(index !== -1) {\n\t\t\treturn parent.findNextSiblingDomNode(index);\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nFind the first DOM node generated by a widget or its children\n*/\nWidget.prototype.findFirstDomNode = function() {\n\t// Return the first dom node of this widget, if we've got one\n\tif(this.domNodes.length > 0) {\n\t\treturn this.domNodes[0];\n\t}\n\t// Otherwise, recursively call our children\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar domNode = this.children[t].findFirstDomNode();\n\t\tif(domNode) {\n\t\t\treturn domNode;\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRemove any DOM nodes created by this widget or its children\n*/\nWidget.prototype.removeChildDomNodes = function() {\n\t// If this widget has directly created DOM nodes, delete them and exit. This assumes that any child widgets are contained within the created DOM nodes, which would normally be the case\n\tif(this.domNodes.length > 0) {\n\t\t$tw.utils.each(this.domNodes,function(domNode) {\n\t\t\tdomNode.parentNode.removeChild(domNode);\n\t\t});\n\t\tthis.domNodes = [];\n\t} else {\n\t\t// Otherwise, ask the child widgets to delete their DOM nodes\n\t\t$tw.utils.each(this.children,function(childWidget) {\n\t\t\tchildWidget.removeChildDomNodes();\n\t\t});\n\t}\n};\n\n/*\nInvoke the action widgets that are descendents of the current widget.\n*/\nWidget.prototype.invokeActions = function(triggeringWidget,event) {\n\tvar handled = false;\n\t// For each child widget\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar child = this.children[t];\n\t\t// Invoke the child if it is an action widget\n\t\tif(child.invokeAction) {\n\t\t\tchild.refreshSelf();\n\t\t\tif(child.invokeAction(triggeringWidget,event)) {\n\t\t\t\thandled = true;\n\t\t\t}\n\t\t}\n\t\t// Propagate through through the child if it permits it\n\t\tif(child.allowActionPropagation() && child.invokeActions(triggeringWidget,event)) {\n\t\t\thandled = true;\n\t\t}\n\t}\n\treturn handled;\n};\n\n/*\nInvoke the action widgets defined in a string\n*/\nWidget.prototype.invokeActionString = function(actions,triggeringWidget,event,variables) {\n\tactions = actions || \"\";\n\tvar parser = this.wiki.parseText(\"text/vnd.tiddlywiki\",actions,{\n\t\t\tparentWidget: this,\n\t\t\tdocument: this.document\n\t\t}),\n\t\twidgetNode = this.wiki.makeWidget(parser,{\n\t\t\tparentWidget: this,\n\t\t\tdocument: this.document,\n\t\t\tvariables: variables\n\t\t});\n\tvar container = this.document.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn widgetNode.invokeActions(this,event);\n};\n\n/*\nExecute action tiddlers by tag\n*/\nWidget.prototype.invokeActionsByTag = function(tag,event,variables) {\n\tvar self = this;\n\t$tw.utils.each(self.wiki.filterTiddlers(\"[all[shadows+tiddlers]tag[\" + tag + \"]!has[draft.of]]\"),function(title) {\n\t\tself.invokeActionString(self.wiki.getTiddlerText(title),self,event,variables);\n\t});\n};\n\nWidget.prototype.allowActionPropagation = function() {\n\treturn true;\n};\n\nexports.widget = Widget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/wikify.js": {
            "title": "$:/core/modules/widgets/wikify.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/wikify.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to wikify text into a variable\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar WikifyWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nWikifyWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nWikifyWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nWikifyWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.wikifyName = this.getAttribute(\"name\");\n\tthis.wikifyText = this.getAttribute(\"text\");\n\tthis.wikifyType = this.getAttribute(\"type\");\n\tthis.wikifyMode = this.getAttribute(\"mode\",\"block\");\n\tthis.wikifyOutput = this.getAttribute(\"output\",\"text\");\n\t// Create the parse tree\n\tthis.wikifyParser = this.wiki.parseText(this.wikifyType,this.wikifyText,{\n\t\t\tparseAsInline: this.wikifyMode === \"inline\"\n\t\t});\n\t// Create the widget tree \n\tthis.wikifyWidgetNode = this.wiki.makeWidget(this.wikifyParser,{\n\t\t\tdocument: $tw.fakeDocument,\n\t\t\tparentWidget: this\n\t\t});\n\t// Render the widget tree to the container\n\tthis.wikifyContainer = $tw.fakeDocument.createElement(\"div\");\n\tthis.wikifyWidgetNode.render(this.wikifyContainer,null);\n\tthis.wikifyResult = this.getResult();\n\t// Set context variable\n\tthis.setVariable(this.wikifyName,this.wikifyResult);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nReturn the result string\n*/\nWikifyWidget.prototype.getResult = function() {\n\tvar result;\n\tswitch(this.wikifyOutput) {\n\t\tcase \"text\":\n\t\t\tresult = this.wikifyContainer.textContent;\n\t\t\tbreak;\n\t\tcase \"formattedtext\":\n\t\t\tresult = this.wikifyContainer.formattedTextContent;\n\t\t\tbreak;\n\t\tcase \"html\":\n\t\t\tresult = this.wikifyContainer.innerHTML;\n\t\t\tbreak;\n\t\tcase \"parsetree\":\n\t\t\tresult = JSON.stringify(this.wikifyParser.tree,0,$tw.config.preferences.jsonSpaces);\n\t\t\tbreak;\n\t\tcase \"widgettree\":\n\t\t\tresult = JSON.stringify(this.getWidgetTree(),0,$tw.config.preferences.jsonSpaces);\n\t\t\tbreak;\n\t}\n\treturn result;\n};\n\n/*\nReturn a string of the widget tree\n*/\nWikifyWidget.prototype.getWidgetTree = function() {\n\tvar copyNode = function(widgetNode,resultNode) {\n\t\t\tvar type = widgetNode.parseTreeNode.type;\n\t\t\tresultNode.type = type;\n\t\t\tswitch(type) {\n\t\t\t\tcase \"element\":\n\t\t\t\t\tresultNode.tag = widgetNode.parseTreeNode.tag;\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"text\":\n\t\t\t\t\tresultNode.text = widgetNode.parseTreeNode.text;\n\t\t\t\t\tbreak;\t\n\t\t\t}\n\t\t\tif(Object.keys(widgetNode.attributes || {}).length > 0) {\n\t\t\t\tresultNode.attributes = {};\n\t\t\t\t$tw.utils.each(widgetNode.attributes,function(attr,attrName) {\n\t\t\t\t\tresultNode.attributes[attrName] = widgetNode.getAttribute(attrName);\n\t\t\t\t});\n\t\t\t}\n\t\t\tif(Object.keys(widgetNode.children || {}).length > 0) {\n\t\t\t\tresultNode.children = [];\n\t\t\t\t$tw.utils.each(widgetNode.children,function(widgetChildNode) {\n\t\t\t\t\tvar node = {};\n\t\t\t\t\tresultNode.children.push(node);\n\t\t\t\t\tcopyNode(widgetChildNode,node);\n\t\t\t\t});\n\t\t\t}\n\t\t},\n\t\tresults = {};\n\tcopyNode(this.wikifyWidgetNode,results);\n\treturn results;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nWikifyWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Refresh ourselves entirely if any of our attributes have changed\n\tif(changedAttributes.name || changedAttributes.text || changedAttributes.type || changedAttributes.mode || changedAttributes.output) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\t// Refresh the widget tree\n\t\tif(this.wikifyWidgetNode.refresh(changedTiddlers)) {\n\t\t\t// Check if there was any change\n\t\t\tvar result = this.getResult();\n\t\t\tif(result !== this.wikifyResult) {\n\t\t\t\t// If so, save the change\n\t\t\t\tthis.wikifyResult = result;\n\t\t\t\tthis.setVariable(this.wikifyName,this.wikifyResult);\n\t\t\t\t// Refresh each of our child widgets\n\t\t\t\t$tw.utils.each(this.children,function(childWidget) {\n\t\t\t\t\tchildWidget.refreshSelf();\n\t\t\t\t});\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\t// Just refresh the children\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.wikify = WikifyWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/button.js": {
            "title": "$:/core/modules/widgets/button.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/button.js\ntype: application/javascript\nmodule-type: widget\n\nButton widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ButtonWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nButtonWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nButtonWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this,\n\t\ttag = \"button\",\n\t\tdomNode;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tif(this.buttonTag && $tw.config.htmlUnsafeElements.indexOf(this.buttonTag) === -1) {\n\t\ttag = this.buttonTag;\n\t}\n\tdomNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\t// Assign classes\n\tvar classes = this[\"class\"].split(\" \") || [],\n\t\tisPoppedUp = (this.popup || this.popupTitle) && this.isPoppedUp();\n\tif(this.selectedClass) {\n\t\tif((this.set || this.setTitle) && this.setTo && this.isSelected()) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t\tif(isPoppedUp) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t}\n\tif(isPoppedUp) {\n\t\t$tw.utils.pushTop(classes,\"tc-popup-handle\");\n\t}\n\tdomNode.className = classes.join(\" \");\n\t// Assign other attributes\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Set the tabindex\n\tif(this.tabIndex) {\n\t\tdomNode.setAttribute(\"tabindex\",this.tabIndex);\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tdomNode.setAttribute(\"disabled\",true);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"click\",function (event) {\n\t\tvar handled = false;\n\t\tif(self.invokeActions(self,event)) {\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.to) {\n\t\t\tself.navigateTo(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.message) {\n\t\t\tself.dispatchMessage(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.popup || self.popupTitle) {\n\t\t\tself.triggerPopup(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.set || self.setTitle) {\n\t\t\tself.setTiddler();\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.actions) {\n\t\t\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\t\tself.invokeActionString(self.actions,self,event,{modifier: modifierKey});\n\t\t}\n\t\tif(handled) {\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t}\n\t\treturn handled;\n\t},false);\n\t// Make it draggable if required\n\tif(this.dragTiddler || this.dragFilter) {\n\t\t$tw.utils.makeDraggable({\n\t\t\tdomNode: domNode,\n\t\t\tdragTiddlerFn: function() {return self.dragTiddler;},\n\t\t\tdragFilterFn: function() {return self.dragFilter;},\n\t\t\twidget: this\n\t\t});\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nWe don't allow actions to propagate because we trigger actions ourselves\n*/\nButtonWidget.prototype.allowActionPropagation = function() {\n\treturn false;\n};\n\nButtonWidget.prototype.getBoundingClientRect = function() {\n\treturn this.domNodes[0].getBoundingClientRect();\n};\n\nButtonWidget.prototype.isSelected = function() {\n    return this.setTitle ? (this.setField ? this.wiki.getTiddler(this.setTitle).getFieldString(this.setField) === this.setTo :\n\t\t(this.setIndex ? this.wiki.extractTiddlerDataItem(this.setTitle,this.setIndex) === this.setTo :\n\t\t\tthis.wiki.getTiddlerText(this.setTitle))) || this.defaultSetValue || this.getVariable(\"currentTiddler\") :\n\t\tthis.wiki.getTextReference(this.set,this.defaultSetValue,this.getVariable(\"currentTiddler\")) === this.setTo;\n};\n\nButtonWidget.prototype.isPoppedUp = function() {\n\tvar tiddler = this.popupTitle ? this.wiki.getTiddler(this.popupTitle) : this.wiki.getTiddler(this.popup);\n\tvar result = tiddler && tiddler.fields.text ? $tw.popup.readPopupState(tiddler.fields.text) : false;\n\treturn result;\n};\n\nButtonWidget.prototype.navigateTo = function(event) {\n\tvar bounds = this.getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\n\t\tevent: event\n\t});\n};\n\nButtonWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\"), event: event});\n};\n\nButtonWidget.prototype.triggerPopup = function(event) {\n\tif(this.popupTitle) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.popupTitle,\n\t\t\twiki: this.wiki,\n\t\t\tnoStateReference: true\n\t\t});\n\t} else {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.popup,\n\t\t\twiki: this.wiki\n\t\t});\n\t}\n};\n\nButtonWidget.prototype.setTiddler = function() {\n\tif(this.setTitle) {\n\t\tthis.setField ? this.wiki.setText(this.setTitle,this.setField,undefined,this.setTo) :\n\t\t\t\t(this.setIndex ? this.wiki.setText(this.setTitle,undefined,this.setIndex,this.setTo) :\n\t\t\t\tthis.wiki.setText(this.setTitle,\"text\",undefined,this.setTo));\n\t} else {\n\t\tthis.wiki.setTextReference(this.set,this.setTo,this.getVariable(\"currentTiddler\"));\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nButtonWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.actions = this.getAttribute(\"actions\");\n\tthis.to = this.getAttribute(\"to\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.set = this.getAttribute(\"set\");\n\tthis.setTo = this.getAttribute(\"setTo\");\n\tthis.popup = this.getAttribute(\"popup\");\n\tthis.hover = this.getAttribute(\"hover\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.style = this.getAttribute(\"style\");\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tthis.selectedClass = this.getAttribute(\"selectedClass\");\n\tthis.defaultSetValue = this.getAttribute(\"default\",\"\");\n\tthis.buttonTag = this.getAttribute(\"tag\");\n\tthis.dragTiddler = this.getAttribute(\"dragTiddler\");\n\tthis.dragFilter = this.getAttribute(\"dragFilter\");\n\tthis.setTitle = this.getAttribute(\"setTitle\");\n\tthis.setField = this.getAttribute(\"setField\");\n\tthis.setIndex = this.getAttribute(\"setIndex\");\n\tthis.popupTitle = this.getAttribute(\"popupTitle\");\n\tthis.tabIndex = this.getAttribute(\"tabindex\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\nButtonWidget.prototype.updateDomNodeClasses = function() {\n\tvar domNodeClasses = this.domNode.className.split(\" \"),\n\t\toldClasses = this.class.split(\" \"),\n\t\tnewClasses;\t\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tnewClasses = this.class.split(\" \");\n\t//Remove classes assigned from the old value of class attribute\n\t$tw.utils.each(oldClasses,function(oldClass){\n\t\tvar i = domNodeClasses.indexOf(oldClass);\n\t\tif(i !== -1) {\n\t\t\tdomNodeClasses.splice(i,1);\n\t\t}\n\t});\n\t//Add new classes from updated class attribute.\n\t$tw.utils.pushTop(domNodeClasses,newClasses);\n\tthis.domNode.className = domNodeClasses.join(\" \");\n}\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nButtonWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.actions || changedAttributes.to || changedAttributes.message || changedAttributes.param || changedAttributes.set || changedAttributes.setTo || changedAttributes.popup || changedAttributes.hover || changedAttributes.selectedClass || changedAttributes.style || changedAttributes.dragFilter || changedAttributes.dragTiddler || (this.set && changedTiddlers[this.set]) || (this.popup && changedTiddlers[this.popup]) || (this.popupTitle && changedTiddlers[this.popupTitle]) || changedAttributes.setTitle || changedAttributes.setField || changedAttributes.setIndex || changedAttributes.popupTitle || changedAttributes.disabled) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedAttributes[\"class\"]) {\n\t\tthis.updateDomNodeClasses();\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.button = ButtonWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/images/auto-height": {
            "title": "$:/core/images/auto-height",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-auto-height tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M67.987 114.356l-.029-14.477a4 4 0 00-2.067-3.494l-15.966-8.813-1.933 7.502H79.9c4.222 0 5.564-5.693 1.786-7.58L49.797 71.572 48.01 79.15h31.982c4.217 0 5.564-5.682 1.795-7.575L49.805 55.517l-1.795 7.575h31.982c4.212 0 5.563-5.67 1.805-7.57l-16.034-8.105 2.195 3.57V35.614l9.214 9.213a4 4 0 105.656-5.656l-16-16a4 4 0 00-5.656 0l-16 16a4 4 0 105.656 5.656l9.13-9.13v15.288a4 4 0 002.195 3.57l16.035 8.106 1.804-7.57H48.01c-4.217 0-5.564 5.682-1.795 7.574l31.982 16.059 1.795-7.575H48.01c-4.222 0-5.564 5.693-1.787 7.579l31.89 15.923 1.787-7.578H47.992c-4.133 0-5.552 5.504-1.933 7.501l15.966 8.813-2.067-3.494.029 14.436-9.159-9.158a4 4 0 00-5.656 5.656l16 16a4 4 0 005.656 0l16-16a4 4 0 10-5.656-5.656l-9.185 9.184zM16 20h96a4 4 0 100-8H16a4 4 0 100 8z\"/></svg>"
        },
        "$:/core/images/add-comment": {
            "title": "$:/core/images/add-comment",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-add-comment tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M56 56H36a8 8 0 100 16h20v20a8 8 0 1016 0V72h20a8 8 0 100-16H72V36a8 8 0 10-16 0v20zm-12.595 58.362c-6.683 7.659-20.297 12.903-36.006 12.903-2.196 0-4.35-.102-6.451-.3 9.652-3.836 17.356-12.24 21.01-22.874C8.516 94.28 0 79.734 0 63.5 0 33.953 28.206 10 63 10s63 23.953 63 53.5S97.794 117 63 117c-6.841 0-13.428-.926-19.595-2.638z\"/></svg>"
        },
        "$:/core/images/blank": {
            "title": "$:/core/images/blank",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-blank tc-image-button\" viewBox=\"0 0 128 128\"/>"
        },
        "$:/core/images/bold": {
            "title": "$:/core/images/bold",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-bold tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M41.146 51.81V21.87h26.353c2.51 0 4.93.21 7.26.628 2.33.418 4.392 1.165 6.185 2.24 1.793 1.076 3.227 2.57 4.302 4.482 1.076 1.913 1.614 4.363 1.614 7.35 0 5.379-1.613 9.263-4.84 11.653-3.227 2.39-7.35 3.586-12.37 3.586H41.146zM13 0v128h62.028a65.45 65.45 0 0016.762-2.151c5.438-1.434 10.278-3.645 14.52-6.633 4.244-2.988 7.62-6.842 10.13-11.563 2.51-4.721 3.764-10.308 3.764-16.762 0-8.008-1.942-14.85-5.826-20.527-3.884-5.677-9.77-9.65-17.658-11.921 5.737-2.75 10.069-6.275 12.997-10.577 2.928-4.303 4.392-9.681 4.392-16.135 0-5.976-.986-10.995-2.958-15.059-1.972-4.063-4.75-7.32-8.336-9.77-3.585-2.45-7.888-4.213-12.907-5.289C84.888.538 79.33 0 73.235 0H13zm28.146 106.129V70.992H71.8c6.095 0 10.995 1.404 14.7 4.212 3.705 2.81 5.558 7.5 5.558 14.073 0 3.347-.568 6.096-1.703 8.247-1.136 2.151-2.66 3.854-4.572 5.11-1.912 1.254-4.123 2.15-6.633 2.688-2.51.538-5.139.807-7.888.807H41.146z\"/></svg>"
        },
        "$:/core/images/cancel-button": {
            "title": "$:/core/images/cancel-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-cancel-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M64 76.314l-16.97 16.97a7.999 7.999 0 01-11.314 0c-3.118-3.118-3.124-8.19 0-11.313L52.686 65l-16.97-16.97a7.999 7.999 0 010-11.314c3.118-3.118 8.19-3.124 11.313 0L64 53.686l16.97-16.97a7.999 7.999 0 0111.314 0c3.118 3.118 3.124 8.19 0 11.313L75.314 65l16.97 16.97a7.999 7.999 0 010 11.314c-3.118 3.118-8.19 3.124-11.313 0L64 76.314zM64 129c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 1 0 29.654 0 65c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 17 64 17 16 38.49 16 65s21.49 48 48 48z\"/></svg>"
        },
        "$:/core/images/chevron-down": {
            "title": "$:/core/images/chevron-down",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-down tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M64.053 85.456a7.889 7.889 0 01-5.6-2.316L2.473 27.16a7.92 7.92 0 010-11.196c3.086-3.085 8.105-3.092 11.196 0L64.05 66.344l50.382-50.382a7.92 7.92 0 0111.195 0c3.085 3.086 3.092 8.105 0 11.196l-55.98 55.98a7.892 7.892 0 01-5.595 2.317z\"/><path d=\"M64.053 124.069a7.889 7.889 0 01-5.6-2.316l-55.98-55.98a7.92 7.92 0 010-11.196c3.086-3.085 8.105-3.092 11.196 0l50.382 50.382 50.382-50.382a7.92 7.92 0 0111.195 0c3.085 3.086 3.092 8.104 0 11.196l-55.98 55.98a7.892 7.892 0 01-5.595 2.316z\"/></g></svg>"
        },
        "$:/core/images/chevron-left": {
            "title": "$:/core/images/chevron-left",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-left tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M47.544 64.053c0-2.027.77-4.054 2.316-5.6l55.98-55.98a7.92 7.92 0 0111.196 0c3.085 3.086 3.092 8.105 0 11.196L66.656 64.05l50.382 50.382a7.92 7.92 0 010 11.195c-3.086 3.085-8.105 3.092-11.196 0l-55.98-55.98a7.892 7.892 0 01-2.317-5.595z\"/><path d=\"M8.931 64.053c0-2.027.77-4.054 2.316-5.6l55.98-55.98a7.92 7.92 0 0111.196 0c3.085 3.086 3.092 8.105 0 11.196L28.041 64.05l50.382 50.382a7.92 7.92 0 010 11.195c-3.086 3.085-8.104 3.092-11.196 0l-55.98-55.98a7.892 7.892 0 01-2.316-5.595z\"/></g></svg>"
        },
        "$:/core/images/chevron-right": {
            "title": "$:/core/images/chevron-right",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-right tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M83.456 63.947c0 2.027-.77 4.054-2.316 5.6l-55.98 55.98a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196L64.344 63.95 13.963 13.567a7.92 7.92 0 010-11.195c3.086-3.085 8.105-3.092 11.196 0l55.98 55.98a7.892 7.892 0 012.317 5.595z\"/><path d=\"M122.069 63.947c0 2.027-.77 4.054-2.316 5.6l-55.98 55.98a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196l50.382-50.382-50.382-50.382a7.92 7.92 0 010-11.195c3.086-3.085 8.104-3.092 11.196 0l55.98 55.98a7.892 7.892 0 012.316 5.595z\"/></g></svg>"
        },
        "$:/core/images/clone-button": {
            "title": "$:/core/images/clone-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-clone-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M32.265 96v24.002A7.996 7.996 0 0040.263 128h79.74a7.996 7.996 0 007.997-7.998v-79.74a7.996 7.996 0 00-7.998-7.997H96V48h12.859a2.99 2.99 0 012.994 2.994v57.865a2.99 2.99 0 01-2.994 2.994H50.994A2.99 2.99 0 0148 108.859V96H32.265z\"/><path d=\"M40 56h-7.993C27.588 56 24 52.418 24 48c0-4.41 3.585-8 8.007-8H40v-7.993C40 27.588 43.582 24 48 24c4.41 0 8 3.585 8 8.007V40h7.993C68.412 40 72 43.582 72 48c0 4.41-3.585 8-8.007 8H56v7.993C56 68.412 52.418 72 48 72c-4.41 0-8-3.585-8-8.007V56zM8 0C3.58 0 0 3.588 0 8v80c0 4.419 3.588 8 8 8h80c4.419 0 8-3.588 8-8V8c0-4.419-3.588-8-8-8H8zM19 16A2.997 2.997 0 0016 19.001v57.998A2.997 2.997 0 0019.001 80h57.998A2.997 2.997 0 0080 76.999V19.001A2.997 2.997 0 0076.999 16H19.001z\"/></g></svg>"
        },
        "$:/core/images/close-all-button": {
            "title": "$:/core/images/close-all-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-close-all-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M28 111.314l-14.144 14.143a8 8 0 01-11.313-11.313L16.686 100 2.543 85.856a8 8 0 0111.313-11.313L28 88.686l14.144-14.143a8 8 0 0111.313 11.313L39.314 100l14.143 14.144a8 8 0 01-11.313 11.313L28 111.314zM28 39.314L13.856 53.457A8 8 0 012.543 42.144L16.686 28 2.543 13.856A8 8 0 0113.856 2.543L28 16.686 42.144 2.543a8 8 0 0111.313 11.313L39.314 28l14.143 14.144a8 8 0 01-11.313 11.313L28 39.314zM100 39.314L85.856 53.457a8 8 0 01-11.313-11.313L88.686 28 74.543 13.856A8 8 0 0185.856 2.543L100 16.686l14.144-14.143a8 8 0 0111.313 11.313L111.314 28l14.143 14.144a8 8 0 01-11.313 11.313L100 39.314zM100 111.314l-14.144 14.143a8 8 0 01-11.313-11.313L88.686 100 74.543 85.856a8 8 0 0111.313-11.313L100 88.686l14.144-14.143a8 8 0 0111.313 11.313L111.314 100l14.143 14.144a8 8 0 01-11.313 11.313L100 111.314z\"/></g></svg>"
        },
        "$:/core/images/chevron-up": {
            "title": "$:/core/images/chevron-up",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-up tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M63.947 44.544c2.027 0 4.054.77 5.6 2.316l55.98 55.98a7.92 7.92 0 010 11.196c-3.086 3.085-8.105 3.092-11.196 0L63.95 63.656l-50.382 50.382a7.92 7.92 0 01-11.195 0c-3.085-3.086-3.092-8.105 0-11.196l55.98-55.98a7.892 7.892 0 015.595-2.317z\"/><path d=\"M63.947 5.931c2.027 0 4.054.77 5.6 2.316l55.98 55.98a7.92 7.92 0 010 11.196c-3.086 3.085-8.105 3.092-11.196 0L63.95 25.041 13.567 75.423a7.92 7.92 0 01-11.195 0c-3.085-3.086-3.092-8.104 0-11.196l55.98-55.98a7.892 7.892 0 015.595-2.316z\"/></g></svg>"
        },
        "$:/core/images/close-others-button": {
            "title": "$:/core/images/close-others-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-close-others-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M64 128c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 16 64 16 16 37.49 16 64s21.49 48 48 48zm0-16c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32zm0-16c8.837 0 16-7.163 16-16s-7.163-16-16-16-16 7.163-16 16 7.163 16 16 16z\"/></svg>"
        },
        "$:/core/images/close-button": {
            "title": "$:/core/images/close-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-close-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M65.086 75.41l-50.113 50.113c-3.121 3.121-8.192 3.126-11.316.002-3.118-3.118-3.123-8.19.002-11.316l50.114-50.114L3.659 13.982C.538 10.86.533 5.79 3.657 2.666c3.118-3.118 8.19-3.123 11.316.002l50.113 50.114L115.2 2.668c3.121-3.121 8.192-3.126 11.316-.002 3.118 3.118 3.123 8.19-.002 11.316L76.4 64.095l50.114 50.114c3.121 3.121 3.126 8.192.002 11.316-3.118 3.118-8.19 3.123-11.316-.002L65.086 75.409z\"/></svg>"
        },
        "$:/core/images/copy-clipboard": {
            "title": "$:/core/images/copy-clipboard",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-copy-clipboard tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"33\" height=\"8\" x=\"40\" y=\"40\" rx=\"4\"/><rect width=\"17\" height=\"8\" x=\"40\" y=\"82\" rx=\"4\"/><rect width=\"17\" height=\"8\" x=\"40\" y=\"54\" rx=\"4\"/><rect width=\"33\" height=\"8\" x=\"40\" y=\"96\" rx=\"4\"/><rect width=\"12\" height=\"8\" x=\"40\" y=\"68\" rx=\"4\"/><path d=\"M40 16H24c-4.419 0-8 3.59-8 8a8.031 8.031 0 000 .01v95.98a8.03 8.03 0 000 .01c0 4.41 3.581 8 8 8h80a7.975 7.975 0 005.652-2.34 7.958 7.958 0 002.348-5.652v-16.016c0-4.414-3.582-7.992-8-7.992-4.41 0-8 3.578-8 7.992V112H32V32h64v8.008C96 44.422 99.582 48 104 48c4.41 0 8-3.578 8-7.992V23.992a7.963 7.963 0 00-2.343-5.651A7.995 7.995 0 00104.001 16H88c0-4.41-3.585-8-8.007-8H48.007C43.588 8 40 11.582 40 16zm4-1.004A4.001 4.001 0 0148 11h32c2.21 0 4 1.797 4 3.996v4.008A4.001 4.001 0 0180 23H48c-2.21 0-4-1.797-4-3.996v-4.008z\"/><rect width=\"66\" height=\"16\" x=\"62\" y=\"64\" rx=\"8\"/><path d=\"M84.657 82.343l-16-16v11.314l16-16a8 8 0 10-11.314-11.314l-16 16a8 8 0 000 11.314l16 16a8 8 0 1011.314-11.314z\"/></g></svg>"
        },
        "$:/core/images/down-arrow": {
            "title": "$:/core/images/down-arrow",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-down-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M64.177 100.069a7.889 7.889 0 01-5.6-2.316l-55.98-55.98a7.92 7.92 0 010-11.196c3.086-3.085 8.105-3.092 11.196 0l50.382 50.382 50.382-50.382a7.92 7.92 0 0111.195 0c3.086 3.086 3.092 8.104 0 11.196l-55.98 55.98a7.892 7.892 0 01-5.595 2.316z\"/></svg>"
        },
        "$:/core/images/edit-button": {
            "title": "$:/core/images/edit-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-edit-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M95.627 10.059l-5.656 5.657 11.313 11.313 5.657-5.656-11.314-11.314zm5.657-5.657l1.966-1.966c3.123-3.122 8.194-3.129 11.319-.005 3.117 3.118 3.122 8.192-.005 11.32l-1.966 1.965-11.314-11.314zm-16.97 16.97l-60.25 60.25a8.12 8.12 0 00-.322.342c-.1.087-.198.179-.295.275-5.735 5.735-10.702 22.016-10.702 22.016s16.405-5.09 22.016-10.702c.095-.096.186-.193.272-.292a8.12 8.12 0 00.345-.325l60.25-60.25-11.314-11.313zM35.171 124.19c6.788-.577 13.898-2.272 23.689-5.348 1.825-.573 3.57-1.136 6.336-2.04 16-5.226 21.877-6.807 28.745-7.146 8.358-.413 13.854 2.13 17.58 8.699a4 4 0 006.959-3.946c-5.334-9.406-13.745-13.296-24.933-12.744-7.875.39-14.057 2.052-30.835 7.533-2.739.894-4.46 1.45-6.25 2.012-19.46 6.112-30.77 7.072-39.597 1.747a4 4 0 10-4.132 6.85c6.333 3.82 13.754 5.12 22.438 4.383z\"/></g></svg>"
        },
        "$:/core/images/download-button": {
            "title": "$:/core/images/download-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-download-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M64 128c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 16 64 16 16 37.49 16 64s21.49 48 48 48z\" class=\"tc-image-download-button-ring\"/><path d=\"M34.35 66.43l26.892 27.205a4.57 4.57 0 006.516 0L94.65 66.43a4.7 4.7 0 000-6.593 4.581 4.581 0 00-3.258-1.365h-8.46c-2.545 0-4.608-2.087-4.608-4.661v-15.15c0-2.575-2.063-4.662-4.608-4.662H55.284c-2.545 0-4.608 2.087-4.608 4.662v15.15c0 2.574-2.063 4.661-4.608 4.661h-8.46c-2.545 0-4.608 2.087-4.608 4.662a4.69 4.69 0 001.35 3.296z\"/></g></svg>"
        },
        "$:/core/images/erase": {
            "title": "$:/core/images/erase",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-erase tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M60.087 127.996l63.015-63.015c6.535-6.535 6.528-17.115-.003-23.646L99.466 17.702c-6.539-6.538-17.117-6.532-23.646-.003L4.898 88.62c-6.535 6.534-6.528 17.115.003 23.646l15.73 15.73h39.456zm-34.95-7.313l-14.324-14.325c-3.267-3.268-3.268-8.564-.008-11.824L46.269 59.07l35.462 35.462-26.15 26.15H25.137z\"/></svg>"
        },
        "$:/core/images/export-button": {
            "title": "$:/core/images/export-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-export-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M8.003 128H119.993a7.984 7.984 0 005.664-2.349v.007A7.975 7.975 0 00128 120V56c0-4.418-3.59-8-8-8-4.418 0-8 3.58-8 8v56H16V56c0-4.418-3.59-8-8-8-4.418 0-8 3.58-8 8v64c0 4.418 3.59 8 8 8h.003zm48.62-100.689l-8.965 8.966c-3.125 3.125-8.195 3.13-11.319.005-3.118-3.118-3.122-8.192.005-11.319L58.962 2.346A7.986 7.986 0 0164.625 0l-.006.002c2.05-.001 4.102.78 5.666 2.344l22.618 22.617c3.124 3.125 3.129 8.195.005 11.319-3.118 3.118-8.192 3.122-11.319-.005l-8.965-8.966v61.256c0 4.411-3.582 8-8 8-4.41 0-8-3.582-8-8V27.311z\"/></svg>"
        },
        "$:/core/images/excise": {
            "title": "$:/core/images/excise",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-excise tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M56 107.314l-2.343 2.343a8 8 0 11-11.314-11.314l16-16a8 8 0 0111.314 0l16 16a8 8 0 11-11.314 11.314L72 107.314v14.284c0 3.536-3.582 6.402-8 6.402s-8-2.866-8-6.402v-14.284zM0 40.007C0 35.585 3.59 32 8 32c4.418 0 8 3.588 8 8.007v31.986C16 76.415 12.41 80 8 80c-4.418 0-8-3.588-8-8.007V40.007zm32 0C32 35.585 35.59 32 40 32c4.418 0 8 3.588 8 8.007v31.986C48 76.415 44.41 80 40 80c-4.418 0-8-3.588-8-8.007V40.007zm48 0C80 35.585 83.59 32 88 32c4.418 0 8 3.588 8 8.007v31.986C96 76.415 92.41 80 88 80c-4.418 0-8-3.588-8-8.007V40.007zm-24-32C56 3.585 59.59 0 64 0c4.418 0 8 3.588 8 8.007v31.986C72 44.415 68.41 48 64 48c-4.418 0-8-3.588-8-8.007V8.007zm56 32c0-4.422 3.59-8.007 8-8.007 4.418 0 8 3.588 8 8.007v31.986c0 4.422-3.59 8.007-8 8.007-4.418 0-8-3.588-8-8.007V40.007z\"/></svg>"
        },
        "$:/core/images/file": {
            "title": "$:/core/images/file",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-file tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M111.968 30.5H112V120a8 8 0 01-8 8H24a8 8 0 01-8-8V8a8 8 0 018-8h57v.02a7.978 7.978 0 015.998 2.337l22.627 22.627a7.975 7.975 0 012.343 5.516zM81 8H24v112h80V30.5H89c-4.418 0-8-3.578-8-8V8z\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"36\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"52\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"68\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"84\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"100\" rx=\"4\"/><rect width=\"40\" height=\"8\" x=\"32\" y=\"20\" rx=\"4\"/></svg>"
        },
        "$:/core/images/fold-all-button": {
            "title": "$:/core/images/fold-all-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fold-all tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"64\" rx=\"8\"/><path d=\"M64.03 20.004c-2.05 0-4.102.78-5.667 2.344L35.746 44.966c-3.125 3.124-3.13 8.194-.005 11.318 3.118 3.118 8.192 3.122 11.319-.005l16.965-16.965 16.966 16.965c3.124 3.125 8.194 3.13 11.318.005 3.118-3.118 3.122-8.191-.005-11.318L69.687 22.348a7.986 7.986 0 00-5.663-2.346zM64.03 85.002c-2.05-.001-4.102.78-5.667 2.344l-22.617 22.617c-3.125 3.125-3.13 8.195-.005 11.319 3.118 3.118 8.192 3.122 11.319-.005l16.965-16.966 16.966 16.966c3.124 3.125 8.194 3.13 11.318.005 3.118-3.118 3.122-8.192-.005-11.319L69.687 87.346A7.986 7.986 0 0064.024 85z\"/></g></svg>"
        },
        "$:/core/images/fold-button": {
            "title": "$:/core/images/fold-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fold tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><path d=\"M64.03 25.004c-2.05 0-4.102.78-5.667 2.344L35.746 49.966c-3.125 3.124-3.13 8.194-.005 11.318 3.118 3.118 8.192 3.122 11.319-.005l16.965-16.965 16.966 16.965c3.124 3.125 8.194 3.13 11.318.005 3.118-3.118 3.122-8.191-.005-11.318L69.687 27.348a7.986 7.986 0 00-5.663-2.346zM64.005 67.379c-2.05 0-4.102.78-5.666 2.344L35.722 92.34c-3.125 3.125-3.13 8.195-.006 11.32 3.118 3.117 8.192 3.121 11.32-.006L64 86.69l16.965 16.965c3.125 3.125 8.195 3.13 11.319.005 3.118-3.118 3.122-8.192-.005-11.319L69.663 69.723A7.986 7.986 0 0064 67.377z\"/></g></svg>"
        },
        "$:/core/images/fixed-height": {
            "title": "$:/core/images/fixed-height",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fixed-height tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M60 35.657l-9.172 9.171a4 4 0 11-5.656-5.656l16-16a4 4 0 015.656 0l16 16a4 4 0 01-5.656 5.656L68 35.657v57.686l9.172-9.171a4 4 0 115.656 5.656l-16 16a4 4 0 01-5.656 0l-16-16a4 4 0 115.656-5.656L60 93.343V35.657zM16 116h96a4 4 0 100-8H16a4 4 0 100 8zm0-96h96a4 4 0 100-8H16a4 4 0 100 8z\"/></svg>"
        },
        "$:/core/images/fold-others-button": {
            "title": "$:/core/images/fold-others-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fold-others tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" y=\"56.031\" rx=\"8\"/><path d=\"M86.632 79.976c-2.05 0-4.102.78-5.666 2.345L64 99.286 47.034 82.321a7.986 7.986 0 00-5.662-2.346l.005.001c-2.05 0-4.102.78-5.666 2.345l-22.618 22.617c-3.124 3.125-3.129 8.195-.005 11.319 3.118 3.118 8.192 3.122 11.319-.005l16.966-16.966 16.965 16.966a7.986 7.986 0 005.663 2.346l-.005-.002c2.05 0 4.102-.78 5.666-2.344l16.965-16.966 16.966 16.966c3.125 3.124 8.194 3.129 11.319.005 3.118-3.118 3.122-8.192-.005-11.319L92.289 82.321a7.986 7.986 0 00-5.663-2.346zM86.7 48.024c-2.05 0-4.102-.78-5.666-2.345L64.07 28.714 47.103 45.679a7.986 7.986 0 01-5.663 2.346l.005-.001c-2.05 0-4.101-.78-5.666-2.345L13.162 23.062c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.192-3.122 11.319.005L41.44 28.714l16.966-16.966a7.986 7.986 0 015.662-2.346l-.005.002c2.05 0 4.102.78 5.666 2.344l16.966 16.966 16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L92.358 45.679a7.986 7.986 0 01-5.663 2.346z\"/></g></svg>"
        },
        "$:/core/images/folder": {
            "title": "$:/core/images/folder",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-folder tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M55.694 128H8C3.58 128 0 124.414 0 119.996V48.004C0 43.584 3.584 40 7.999 40H16v-8c0-4.418 3.578-8 8-8h32a8 8 0 018 8v8h40.001c4.418 0 7.999 3.586 7.999 8.004V59.83l-8-.082v-7.749A4 4 0 0099.997 48H56V36c0-2.21-1.793-4-4.004-4H28.004A4 4 0 0024 36v12H12.003A4 4 0 008 52v64a4 4 0 004.003 4h46.76l-3.069 8z\"/><path d=\"M23.873 55.5h96.003c4.417 0 7.004 4.053 5.774 9.063l-13.344 54.374c-1.228 5.005-5.808 9.063-10.223 9.063H6.08c-4.417 0-7.003-4.053-5.774-9.063L13.65 64.563c1.228-5.005 5.808-9.063 10.223-9.063zm1.78 8.5h87.994c2.211 0 3.504 2.093 2.891 4.666l-11.12 46.668c-.614 2.577-2.902 4.666-5.115 4.666H12.31c-2.211 0-3.504-2.093-2.891-4.666l11.12-46.668C21.152 66.09 23.44 64 25.653 64z\"/></g></svg>"
        },
        "$:/core/images/full-screen-button": {
            "title": "$:/core/images/full-screen-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-full-screen-button tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M0 8a8 8 0 018-8h32a8 8 0 110 16H16v24a8 8 0 11-16 0V8zM128 120a8 8 0 01-8 8H88a8 8 0 110-16h24V88a8 8 0 1116 0v32zM8 128a8 8 0 01-8-8V88a8 8 0 1116 0v24h24a8 8 0 110 16H8zM120 0a8 8 0 018 8v32a8 8 0 11-16 0V16H88a8 8 0 110-16h32z\"/></svg>"
        },
        "$:/core/images/github": {
            "title": "$:/core/images/github",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-github tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M63.938 1.607c-35.336 0-63.994 28.69-63.994 64.084 0 28.312 18.336 52.329 43.768 60.802 3.202.59 4.37-1.388 4.37-3.088 0-1.518-.056-5.55-.087-10.897-17.802 3.871-21.558-8.591-21.558-8.591-2.911-7.404-7.108-9.375-7.108-9.375-5.81-3.973.44-3.895.44-3.895 6.424.453 9.803 6.606 9.803 6.606 5.709 9.791 14.981 6.963 18.627 5.322.582-4.138 2.236-6.963 4.063-8.564-14.211-1.617-29.153-7.117-29.153-31.672 0-6.995 2.495-12.718 6.589-17.195-.66-1.621-2.856-8.14.629-16.96 0 0 5.37-1.722 17.597 6.57 5.104-1.424 10.58-2.132 16.022-2.16 5.438.028 10.91.736 16.022 2.16 12.22-8.292 17.582-6.57 17.582-6.57 3.493 8.82 1.297 15.339.64 16.96 4.102 4.477 6.578 10.2 6.578 17.195 0 24.618-14.966 30.035-29.22 31.62 2.295 1.98 4.342 5.89 4.342 11.87 0 8.564-.079 15.476-.079 17.576 0 1.715 1.155 3.71 4.4 3.084 25.413-8.493 43.733-32.494 43.733-60.798 0-35.394-28.657-64.084-64.006-64.084\"/></svg>"
        },
        "$:/core/images/gitter": {
            "title": "$:/core/images/gitter",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-gitter tc-image-button\" viewBox=\"0 0 18 25\"><path d=\"M15 5h2v10h-2zM10 5h2v20h-2zM5 5h2v20H5zM0 0h2v15H0z\"/></svg>"
        },
        "$:/core/images/advanced-search-button": {
            "title": "$:/core/images/advanced-search-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-advanced-search-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M74.565 87.985A47.776 47.776 0 0148 96C21.49 96 0 74.51 0 48S21.49 0 48 0s48 21.49 48 48c0 9.854-2.97 19.015-8.062 26.636l34.347 34.347a9.443 9.443 0 010 13.36 9.446 9.446 0 01-13.36 0l-34.36-34.358zM48 80c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32z\"/><circle cx=\"48\" cy=\"48\" r=\"8\"/><circle cx=\"28\" cy=\"48\" r=\"8\"/><circle cx=\"68\" cy=\"48\" r=\"8\"/></g></svg>"
        },
        "$:/core/images/done-button": {
            "title": "$:/core/images/done-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-done-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M42.26 111.032c-2.051.001-4.103-.78-5.668-2.345L2.662 74.758a8 8 0 01-.005-11.32c3.118-3.117 8.192-3.12 11.32.007l28.278 28.278 72.124-72.124a8.002 8.002 0 0111.314-.001c3.118 3.118 3.124 8.19 0 11.315l-77.78 77.78a7.978 7.978 0 01-5.658 2.343z\"/></svg>"
        },
        "$:/core/images/delete-button": {
            "title": "$:/core/images/delete-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-delete-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\" transform=\"translate(12)\"><rect width=\"105\" height=\"16\" y=\"11\" rx=\"8\"/><rect width=\"48\" height=\"16\" x=\"28\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"8\" y=\"16\" rx=\"8\"/><rect width=\"88\" height=\"16\" x=\"8\" y=\"112\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"80\" y=\"16\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"56\" y=\"16\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"32\" y=\"16\" rx=\"8\"/></g></svg>"
        },
        "$:/core/images/heading-3": {
            "title": "$:/core/images/heading-3",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-3 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm88.885 32.224c1.979.07 3.957-.07 5.936-.424 1.979-.353 3.745-.972 5.3-1.855a10.365 10.365 0 003.763-3.657c.954-1.555 1.431-3.463 1.431-5.724 0-3.18-1.078-5.724-3.233-7.632-2.155-1.908-4.929-2.862-8.32-2.862-2.12 0-3.958.424-5.513 1.272a11.318 11.318 0 00-3.869 3.445c-1.025 1.449-1.784 3.074-2.279 4.876a18.335 18.335 0 00-.636 5.565H75.381c.141-3.604.813-6.943 2.014-10.017 1.201-3.074 2.844-5.742 4.93-8.003 2.084-2.261 4.61-4.028 7.578-5.3C92.871 30.636 96.228 30 99.973 30a29.2 29.2 0 018.533 1.272c2.791.848 5.3 2.085 7.526 3.71s4.01 3.692 5.353 6.201c1.343 2.509 2.014 5.388 2.014 8.639 0 3.745-.848 7.014-2.544 9.805-1.696 2.791-4.346 4.823-7.95 6.095v.212c4.24.848 7.544 2.95 9.911 6.307s3.551 7.438 3.551 12.243c0 3.533-.707 6.696-2.12 9.487a21.538 21.538 0 01-5.724 7.102c-2.403 1.943-5.194 3.445-8.374 4.505-3.18 1.06-6.537 1.59-10.07 1.59-4.31 0-8.074-.618-11.289-1.855s-5.9-2.986-8.056-5.247c-2.155-2.261-3.798-4.982-4.929-8.162-1.13-3.18-1.731-6.713-1.802-10.6h12.084c-.141 4.523.972 8.286 3.34 11.289 2.366 3.003 5.917 4.505 10.652 4.505 4.028 0 7.402-1.148 10.123-3.445 2.72-2.297 4.081-5.565 4.081-9.805 0-2.897-.565-5.194-1.696-6.89a10.97 10.97 0 00-4.452-3.869c-1.837-.883-3.904-1.431-6.2-1.643a58.067 58.067 0 00-7.05-.212v-9.01z\"/></svg>"
        },
        "$:/core/images/heading-1": {
            "title": "$:/core/images/heading-1",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-1 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M14 30h13.25v30.104H61.7V30h13.25v75.684H61.7V71.552H27.25v34.132H14V30zm70.335 13.78c2.544 0 5.017-.212 7.42-.636 2.403-.424 4.576-1.13 6.52-2.12 1.942-.99 3.603-2.261 4.981-3.816 1.378-1.555 2.28-3.463 2.703-5.724h9.858v74.2h-13.25V53.32H84.335v-9.54z\"/></svg>"
        },
        "$:/core/images/heading-4": {
            "title": "$:/core/images/heading-4",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-4 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M8 30h13.25v30.104H55.7V30h13.25v75.684H55.7V71.552H21.25v34.132H8V30zm76.59 48.548h22.471V45.9h-.212L84.59 78.548zm43.46 9.54h-9.54v17.596H107.06V88.088h-31.8V76.11l31.8-44.626h11.448v47.064h9.54v9.54z\"/></svg>"
        },
        "$:/core/images/heading-6": {
            "title": "$:/core/images/heading-6",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-6 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm106.587 20.246c-.283-3.039-1.36-5.494-3.233-7.367-1.873-1.873-4.399-2.809-7.579-2.809-2.19 0-4.08.406-5.67 1.219a12.435 12.435 0 00-4.029 3.233c-1.095 1.343-1.979 2.88-2.65 4.611a37.696 37.696 0 00-1.643 5.459 46.08 46.08 0 00-.9 5.671 722.213 722.213 0 00-.478 5.247l.212.212c1.625-2.968 3.87-5.176 6.731-6.625 2.862-1.449 5.954-2.173 9.275-2.173 3.675 0 6.96.636 9.858 1.908 2.897 1.272 5.353 3.021 7.367 5.247 2.014 2.226 3.551 4.858 4.611 7.897 1.06 3.039 1.59 6.325 1.59 9.858 0 3.604-.583 6.943-1.749 10.017-1.166 3.074-2.844 5.76-5.035 8.056-2.19 2.297-4.805 4.081-7.844 5.353-3.039 1.272-6.395 1.908-10.07 1.908-5.441 0-9.91-1.007-13.409-3.021-3.498-2.014-6.254-4.77-8.268-8.268-2.014-3.498-3.41-7.597-4.187-12.296-.777-4.7-1.166-9.77-1.166-15.211 0-4.452.477-8.94 1.431-13.462.954-4.523 2.526-8.639 4.717-12.349 2.19-3.71 5.07-6.731 8.64-9.063C92.676 31.166 97.075 30 102.304 30c2.968 0 5.76.495 8.374 1.484 2.615.99 4.93 2.367 6.943 4.134 2.014 1.767 3.657 3.887 4.93 6.36 1.271 2.473 1.978 5.23 2.12 8.268h-12.085zm-11.66 46.852c2.19 0 4.099-.442 5.724-1.325a12.869 12.869 0 004.081-3.445c1.095-1.413 1.908-3.056 2.438-4.929.53-1.873.795-3.798.795-5.777s-.265-3.887-.795-5.724c-.53-1.837-1.343-3.445-2.438-4.823-1.095-1.378-2.456-2.491-4.08-3.339-1.626-.848-3.534-1.272-5.725-1.272-2.19 0-4.116.406-5.777 1.219-1.66.813-3.056 1.908-4.187 3.286-1.13 1.378-1.979 2.986-2.544 4.823-.565 1.837-.848 3.78-.848 5.83 0 2.05.283 3.993.848 5.83.565 1.837 1.413 3.48 2.544 4.929a12.39 12.39 0 004.187 3.445c1.66.848 3.586 1.272 5.777 1.272z\"/></svg>"
        },
        "$:/core/images/heading-5": {
            "title": "$:/core/images/heading-5",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-5 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm77.755 1.484h38.372v10.812H92.765L88.95 61.164l.212.212c1.625-1.837 3.692-3.233 6.201-4.187 2.509-.954 5-1.431 7.473-1.431 3.675 0 6.96.618 9.858 1.855 2.897 1.237 5.335 2.968 7.314 5.194s3.48 4.858 4.505 7.897c1.025 3.039 1.537 6.325 1.537 9.858 0 2.968-.477 6.024-1.43 9.169a25.161 25.161 0 01-4.559 8.586c-2.085 2.58-4.752 4.7-8.003 6.36-3.25 1.66-7.137 2.491-11.66 2.491-3.604 0-6.943-.477-10.017-1.431-3.074-.954-5.777-2.385-8.109-4.293-2.332-1.908-4.187-4.258-5.565-7.049-1.378-2.791-2.138-6.06-2.279-9.805h12.084c.353 4.028 1.731 7.12 4.134 9.275 2.403 2.155 5.583 3.233 9.54 3.233 2.544 0 4.7-.424 6.466-1.272 1.767-.848 3.198-2.014 4.293-3.498 1.095-1.484 1.873-3.215 2.332-5.194.46-1.979.69-4.099.69-6.36 0-2.05-.284-4.01-.849-5.883-.565-1.873-1.413-3.516-2.544-4.929-1.13-1.413-2.597-2.544-4.399-3.392-1.802-.848-3.904-1.272-6.307-1.272-2.544 0-4.929.477-7.155 1.431-2.226.954-3.834 2.738-4.823 5.353H75.805l7.95-40.598z\"/></svg>"
        },
        "$:/core/images/home-button": {
            "title": "$:/core/images/home-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-home-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M112.985 119.502c.01-.165.015-.331.015-.499V67.568c3.137 2.948 8.076 2.884 11.134-.174a7.999 7.999 0 00-.002-11.316L70.396 2.343A7.978 7.978 0 0064.734 0a7.957 7.957 0 00-5.656 2.343L33 28.42V8.007C33 3.585 29.41 0 25 0c-4.418 0-8 3.59-8 8.007V44.42L5.342 56.078c-3.125 3.125-3.12 8.198-.002 11.316a7.999 7.999 0 0011.316-.003l.344-.343v52.945a8.11 8.11 0 000 .007c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8a8.11 8.11 0 00-.015-.498zM97 112V51.574L64.737 19.31 33 51.048V112h64z\"/></svg>"
        },
        "$:/core/images/import-button": {
            "title": "$:/core/images/import-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-import-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M114.832 60.436s3.235-3.27 6.921.417c3.686 3.686.231 7.14.231 7.14l-42.153 42.92s-30.765 32.367-58.798 4.333C-7 87.213 24.59 55.623 24.59 55.623L67.363 12.85s22.725-24.6 43.587-3.738c20.862 20.862-3.96 43.09-3.96 43.09l-35.04 35.04S49.903 112.546 36.426 99.07c-13.476-13.477 11.83-35.523 11.83-35.523l35.04-35.04s3.902-3.902 7.78-.023c3.879 3.878.118 7.921.118 7.921l-35.04 35.04s-13.212 13.212-8.872 17.551c4.34 4.34 16.77-9.653 16.77-9.653l35.04-35.04s16.668-14.598 3.966-27.3c-13.893-13.892-27.565 3.702-27.565 3.702l-42.91 42.91s-23.698 23.698-3.658 43.738 43.012-4.385 43.012-4.385l42.895-42.533z\"/></svg>"
        },
        "$:/core/images/info-button": {
            "title": "$:/core/images/info-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-info-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\" transform=\"translate(.05)\"><path d=\"M64 128c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 16 64 16 16 37.49 16 64s21.49 48 48 48z\"/><circle cx=\"64\" cy=\"32\" r=\"8\"/><rect width=\"16\" height=\"56\" x=\"56\" y=\"48\" rx=\"8\"/></g></svg>"
        },
        "$:/core/images/heading-2": {
            "title": "$:/core/images/heading-2",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-2 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm119.52 75.684H74.85c.07-6.148 1.555-11.519 4.452-16.112 2.897-4.593 6.855-8.586 11.872-11.978a133.725 133.725 0 017.526-5.141 59.6 59.6 0 007.208-5.353c2.19-1.908 3.993-3.975 5.406-6.201 1.413-2.226 2.155-4.788 2.226-7.685 0-1.343-.159-2.774-.477-4.293a11.357 11.357 0 00-1.855-4.24c-.919-1.307-2.19-2.403-3.816-3.286-1.625-.883-3.745-1.325-6.36-1.325-2.403 0-4.399.477-5.989 1.431-1.59.954-2.862 2.261-3.816 3.922-.954 1.66-1.66 3.622-2.12 5.883-.46 2.261-.724 4.7-.795 7.314H76.23c0-4.099.548-7.897 1.643-11.395 1.095-3.498 2.738-6.519 4.93-9.063 2.19-2.544 4.857-4.54 8.002-5.989C93.95 30.724 97.606 30 101.775 30c4.523 0 8.303.742 11.342 2.226 3.039 1.484 5.494 3.357 7.367 5.618 1.873 2.261 3.198 4.717 3.975 7.367.777 2.65 1.166 5.176 1.166 7.579 0 2.968-.46 5.653-1.378 8.056a25.942 25.942 0 01-3.71 6.625 37.5 37.5 0 01-5.3 5.565 79.468 79.468 0 01-6.148 4.77 165.627 165.627 0 01-6.36 4.24 94.28 94.28 0 00-5.883 4.028c-1.802 1.343-3.374 2.738-4.717 4.187-1.343 1.449-2.261 2.986-2.756 4.611h36.146v10.812z\"/></svg>"
        },
        "$:/core/images/italic": {
            "title": "$:/core/images/italic",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-italic tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M66.711 0h22.41L62.408 128H40z\"/></svg>"
        },
        "$:/core/images/left-arrow": {
            "title": "$:/core/images/left-arrow",
            "created": "20150315234410875",
            "modified": "20150315235324760",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-left-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M0 64.177c0-2.026.771-4.054 2.317-5.6l55.98-55.98a7.92 7.92 0 0111.195.001c3.086 3.085 3.092 8.104.001 11.195L19.111 64.175l50.382 50.382a7.92 7.92 0 010 11.195c-3.086 3.086-8.105 3.092-11.196.001l-55.98-55.98A7.892 7.892 0 010 64.177z\"/></svg>"
        },
        "$:/core/images/link": {
            "title": "$:/core/images/link",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-link tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M42.263 69.38a31.919 31.919 0 006.841 10.13c12.5 12.5 32.758 12.496 45.255 0l22.627-22.628c12.502-12.501 12.497-32.758 0-45.255-12.5-12.5-32.758-12.496-45.254 0L49.104 34.255a32.333 32.333 0 00-2.666 3.019 36.156 36.156 0 0121.94.334l14.663-14.663c6.25-6.25 16.382-6.254 22.632-.004 6.248 6.249 6.254 16.373-.004 22.631l-22.62 22.62c-6.25 6.25-16.381 6.254-22.631.004a15.93 15.93 0 01-4.428-8.433 11.948 11.948 0 00-7.59 3.48l-6.137 6.137z\"/><path d=\"M86.35 59.234a31.919 31.919 0 00-6.84-10.13c-12.5-12.5-32.758-12.497-45.255 0L11.627 71.732c-12.501 12.5-12.496 32.758 0 45.254 12.5 12.5 32.758 12.497 45.255 0L79.51 94.36a32.333 32.333 0 002.665-3.02 36.156 36.156 0 01-21.94-.333l-14.663 14.663c-6.25 6.25-16.381 6.253-22.63.004-6.25-6.249-6.255-16.374.003-22.632l22.62-22.62c6.25-6.25 16.381-6.253 22.631-.003a15.93 15.93 0 014.428 8.432 11.948 11.948 0 007.59-3.48l6.137-6.136z\"/></g></svg>"
        },
        "$:/core/images/linkify": {
            "title": "$:/core/images/linkify",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-linkify-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M17.031 31.919H9.048V96.85h7.983v6.92H0V25h17.031v6.919zm24.66 0h-7.983V96.85h7.983v6.92H24.66V25h17.03v6.919zM67.77 56.422l11.975-3.903 2.306 7.096-12.063 3.903 7.628 10.379-6.12 4.435-7.63-10.467-7.45 10.2-5.943-4.523L58.1 63.518 45.95 59.35l2.306-7.096 12.064 4.17V43.825h7.45v12.596zM86.31 96.85h7.982V31.92H86.31V25h17.031v78.77H86.31v-6.92zm24.659 0h7.983V31.92h-7.983V25H128v78.77h-17.031v-6.92z\"/></svg>"
        },
        "$:/core/images/list-bullet": {
            "title": "$:/core/images/list-bullet",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-list-bullet tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M11.636 40.273c6.427 0 11.637-5.21 11.637-11.637C23.273 22.21 18.063 17 11.636 17 5.21 17 0 22.21 0 28.636c0 6.427 5.21 11.637 11.636 11.637zm0 34.909c6.427 0 11.637-5.21 11.637-11.637 0-6.426-5.21-11.636-11.637-11.636C5.21 51.91 0 57.12 0 63.545c0 6.427 5.21 11.637 11.636 11.637zm0 34.909c6.427 0 11.637-5.21 11.637-11.636 0-6.427-5.21-11.637-11.637-11.637C5.21 86.818 0 92.028 0 98.455c0 6.426 5.21 11.636 11.636 11.636zM34.91 22.818H128v11.637H34.91V22.818zm0 34.91H128v11.636H34.91V57.727zm0 34.908H128v11.637H34.91V92.636z\"/></svg>"
        },
        "$:/core/images/line-width": {
            "title": "$:/core/images/line-width",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-line-width tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M16 18h96a2 2 0 000-4H16a2 2 0 100 4zm0 17h96a4 4 0 100-8H16a4 4 0 100 8zm0 21h96a6 6 0 000-12H16a6 6 0 100 12zm0 29h96c5.523 0 10-4.477 10-10s-4.477-10-10-10H16c-5.523 0-10 4.477-10 10s4.477 10 10 10zm0 43h96c8.837 0 16-7.163 16-16s-7.163-16-16-16H16c-8.837 0-16 7.163-16 16s7.163 16 16 16z\"/></svg>"
        },
        "$:/core/images/list": {
            "title": "$:/core/images/list",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-list tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M87.748 128H23.999c-4.418 0-7.999-3.59-7.999-8.007V8.007C16 3.585 19.588 0 24 0h80c4.419 0 8 3.59 8 8.007V104H91.25c-.965 0-1.84.392-2.473 1.025a3.476 3.476 0 00-1.029 2.476V128zm8-.12l15.88-15.88h-15.88v15.88zM40 15.508A3.502 3.502 0 0143.5 12h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 20h-55a3.498 3.498 0 01-3.5-3.509v-.982zM32 22a6 6 0 100-12 6 6 0 000 12zm8 9.509A3.502 3.502 0 0143.5 28h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 36h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 44h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 52h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 60h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 68h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 76h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 84h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 92h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 100h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.505 3.505 0 0143.497 108h33.006A3.497 3.497 0 0180 111.509v.982A3.505 3.505 0 0176.503 116H43.497A3.497 3.497 0 0140 112.491v-.982zM32 38a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12z\"/></svg>"
        },
        "$:/core/images/locked-padlock": {
            "title": "$:/core/images/locked-padlock",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-locked-padlock tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M96.472 64H105v32.01C105 113.674 90.674 128 73.001 128H56C38.318 128 24 113.677 24 96.01V64h8c.003-15.723.303-47.731 32.16-47.731 31.794 0 32.305 32.057 32.312 47.731zm-15.897 0H48.44c.002-16.287.142-32 15.719-32 15.684 0 16.977 16.136 16.415 32zM67.732 92.364A8.503 8.503 0 0064.5 76a8.5 8.5 0 00-3.498 16.25l-5.095 22.77H72.8l-5.07-22.656z\"/></svg>"
        },
        "$:/core/images/menu-button": {
            "title": "$:/core/images/menu-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-menu-button tc-image-button\" viewBox=\"0 0 128 128\"><rect width=\"128\" height=\"16\" y=\"16\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"56\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"96\" rx=\"8\"/></svg>"
        },
        "$:/core/images/globe": {
            "title": "$:/core/images/globe",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-globe tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M72.811 37.128v2.554c0 2.196.978 6.881 0 8.832-1.466 2.928-4.65 3.54-6.394 5.867-1.182 1.577-4.618 10.601-3.69 12.92 3.969 9.922 11.534 3.187 17.962 9.293.864.821 2.887 2.273 3.296 3.296 3.29 8.223-7.576 15.009 3.757 26.3 1.245 1.24 3.813-3.817 4.079-4.614.852-2.563 6.725-5.45 9.088-7.053 2.02-1.37 4.873-2.667 6.328-4.745 2.27-3.244 1.48-7.514 3.098-10.745 2.139-4.274 3.828-9.635 5.998-13.966 3.898-7.781 4.721 2.093 5.067 2.439.358.357 1.011 0 1.517 0 .094 0 1.447.099 1.516 0 .65-.935-1.043-17.92-1.318-19.297-1.404-7.01-6.944-15.781-11.865-20.5-6.274-6.015-7.09-16.197-18.259-14.954-.204.022-5.084 10.148-7.777 13.512-3.728 4.657-2.47-4.153-6.526-4.153-.081 0-1.183-.103-1.253 0-.586.88-1.44 3.896-2.306 4.417-.265.16-1.722-.239-1.846 0-2.243 4.3 8.256 2.212 5.792 7.952-2.352 5.481-6.328-1.997-6.328 8.56M44.467 7.01c9.685 6.13.682 12.198 2.694 16.215 1.655 3.303 4.241 5.395 1.714 9.814-2.063 3.608-6.87 3.966-9.623 6.723-3.04 3.044-5.464 8.94-6.79 12.911-1.617 4.843 14.547 6.866 12.063 11.008-1.386 2.311-6.746 1.466-8.437.198-1.165-.873-3.593-.546-4.417-1.78-2.613-3.915-2.26-8.023-3.625-12.128-.938-2.822-6.313-2.12-7.844-.593-.523.522-.33 1.792-.33 2.505 0 5.285 7.12 3.316 7.12 6.46 0 14.636 3.927 6.534 11.14 11.336 10.036 6.683 7.844 7.303 14.946 14.404 3.673 3.673 7.741 3.686 9.425 9.294 1.602 5.331-9.327 5.339-11.716 7.448-1.123.991-2.813 4.146-4.219 4.615-1.792.598-3.234.496-4.944 1.78-2.427 1.82-3.9 4.932-4.02 4.81-2.148-2.147-3.52-15.479-3.89-18.257-.588-4.42-5.59-5.54-6.986-9.03-1.57-3.927 1.524-9.52-1.129-13.761-6.52-10.424-11.821-14.5-15.35-26.292-.942-3.148 3.342-6.529 4.877-8.833 1.877-2.816 2.662-5.854 4.746-8.635C22.147 24.19 40.855 9.461 43.857 8.635l.61-1.625z\"/><path d=\"M64 126c34.242 0 62-27.758 62-62 0-34.242-27.758-62-62-62C29.758 2 2 29.758 2 64c0 34.242 27.758 62 62 62zm0-6c30.928 0 56-25.072 56-56S94.928 8 64 8 8 33.072 8 64s25.072 56 56 56z\"/></g></svg>"
        },
        "$:/core/images/help": {
            "title": "$:/core/images/help",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-help tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M36.055 111.441c-5.24 4.396-15.168 7.362-26.555 7.362-1.635 0-3.24-.06-4.806-.179 7.919-2.64 14.062-8.6 16.367-16.014C8.747 92.845 1.05 78.936 1.05 63.5c0-29.547 28.206-53.5 63-53.5s63 23.953 63 53.5-28.206 53.5-63 53.5c-10.055 0-19.56-2-27.994-5.559zm35.35-33.843a536.471 536.471 0 00.018-4.682 199.02 199.02 0 00-.023-3.042c.008-1.357.595-2.087 3.727-4.235.112-.077 1.085-.74 1.386-.948 3.093-2.133 5.022-3.786 6.762-6.187 2.34-3.228 3.558-7.077 3.558-11.649 0-13.292-9.86-21.952-21.455-21.952-11.103 0-22.499 9.609-24.066 22.295a6.023 6.023 0 1011.956 1.477c.806-6.527 6.972-11.726 12.11-11.726 5.265 0 9.408 3.64 9.408 9.906 0 3.634-1.1 5.153-5.111 7.919l-1.362.93c-2.682 1.84-4.227 3.1-5.7 4.931-2.109 2.62-3.242 5.717-3.258 9.314.013.892.02 1.86.022 2.981a470.766 470.766 0 01-.022 4.943 6.023 6.023 0 1012.046.12l.003-.395zm-6.027 24.499a7.529 7.529 0 100-15.058 7.529 7.529 0 000 15.058z\"/></svg>"
        },
        "$:/core/images/new-button": {
            "title": "$:/core/images/new-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M56 72H8.007C3.591 72 0 68.418 0 64c0-4.41 3.585-8 8.007-8H56V8.007C56 3.591 59.582 0 64 0c4.41 0 8 3.585 8 8.007V56h47.993c4.416 0 8.007 3.582 8.007 8 0 4.41-3.585 8-8.007 8H72v47.993c0 4.416-3.582 8.007-8 8.007-4.41 0-8-3.585-8-8.007V72z\"/></svg>"
        },
        "$:/core/images/new-here-button": {
            "title": "$:/core/images/new-here-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-here-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M55.838 20.935l-3.572.938c-3.688.968-8.23 4.43-10.136 7.731L3.37 96.738c-1.905 3.3-.771 7.524 2.534 9.432l33.717 19.466c3.297 1.904 7.53.78 9.435-2.521l38.76-67.134c1.905-3.3 2.632-8.963 1.623-12.646L83.285 20.88c-1.009-3.68-4.821-5.884-8.513-4.915l-7.603 1.995.043.287c.524 3.394 2.053 7.498 4.18 11.55.418.163.829.36 1.23.59a8.864 8.864 0 014.438 8.169c.104.132.21.264.316.395l-.386.318a8.663 8.663 0 01-1.082 3.137c-2.42 4.192-7.816 5.608-12.051 3.163-4.12-2.379-5.624-7.534-3.476-11.671-2.177-4.394-3.788-8.874-4.543-12.964z\"/><path d=\"M69.554 44.76c-5.944-7.476-10.74-17.196-11.955-25.059-1.68-10.875 3.503-18.216 15.082-18.04 10.407.158 19.975 5.851 24.728 13.785 5.208 8.695 2.95 17.868-6.855 20.496l-2.037-7.601c4.232-1.134 4.999-4.248 2.24-8.853-3.37-5.626-10.465-9.848-18.146-9.965-6.392-.097-8.31 2.62-7.323 9.01.999 6.465 5.318 15.138 10.582 21.65l-.072.06c.559 1.553-4.17 6.44-5.938 4.888l-.005.004-.028-.034a1.323 1.323 0 01-.124-.135 2.618 2.618 0 01-.149-.205z\"/><rect width=\"16\" height=\"48\" x=\"96\" y=\"80\" rx=\"8\"/><rect width=\"48\" height=\"16\" x=\"80\" y=\"96\" rx=\"8\"/></g></svg>"
        },
        "$:/core/images/mono-block": {
            "title": "$:/core/images/mono-block",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-mono-block tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M23.965 32.967h.357c.755 0 1.328.192 1.72.577.39.384.586.947.586 1.688 0 .824-.206 1.418-.618 1.782-.413.363-1.094.545-2.045.545h-6.31c-.965 0-1.65-.178-2.056-.535-.405-.356-.608-.954-.608-1.792 0-.811.203-1.391.608-1.74.406-.35 1.09-.525 2.055-.525h.734l-.86-2.453H8.471l-.902 2.453h.734c.95 0 1.632.178 2.044.535.413.356.619.933.619 1.73 0 .824-.206 1.418-.619 1.782-.412.363-1.094.545-2.044.545h-5.41c-.964 0-1.649-.182-2.054-.545-.406-.364-.608-.958-.608-1.782 0-.741.195-1.304.587-1.688.391-.385.964-.577 1.719-.577h.356l5.62-15.641H6.835c-.95 0-1.632-.182-2.044-.546-.412-.363-.619-.95-.619-1.76 0-.825.207-1.42.619-1.783.412-.363 1.094-.545 2.044-.545h7.863c1.244 0 2.118.67 2.62 2.013v.063l6.647 18.2zM12.98 17.326l-3.04 8.848h6.08l-3.04-8.848zm22.402 9.372v6.395h3.145c2.223 0 3.788-.245 4.697-.734.908-.49 1.362-1.307 1.362-2.453 0-1.16-.433-1.985-1.3-2.474-.866-.49-2.383-.734-4.55-.734h-3.354zm10.693-2.327c1.524.559 2.642 1.324 3.355 2.295.713.972 1.07 2.212 1.07 3.722 0 1.272-.308 2.432-.923 3.48-.615 1.049-1.496 1.909-2.642 2.58a7.499 7.499 0 01-2.254.849c-.832.174-2.01.262-3.533.262H30.202c-.922 0-1.583-.182-1.981-.545-.399-.364-.598-.958-.598-1.782 0-.741.189-1.304.566-1.688.378-.385.93-.577 1.657-.577h.356V17.326h-.356c-.727 0-1.28-.196-1.657-.587-.377-.392-.566-.965-.566-1.72 0-.81.203-1.401.608-1.771.406-.37 1.062-.556 1.971-.556h9.645c2.95 0 5.19.573 6.72 1.72 1.53 1.145 2.296 2.823 2.296 5.031 0 1.09-.234 2.052-.703 2.883-.468.832-1.163 1.513-2.086 2.045zM35.381 17.2v5.284h2.83c1.72 0 2.932-.203 3.638-.609.706-.405 1.06-1.09 1.06-2.054 0-.909-.319-1.573-.955-1.992-.636-.42-1.667-.63-3.093-.63h-3.48zm35.863-3.816c.28-.503.566-.86.86-1.07.293-.21.664-.314 1.111-.314.685 0 1.17.182 1.457.545.287.364.43.986.43 1.866l.042 5.452c0 .964-.157 1.614-.472 1.95-.314.335-.884.503-1.709.503-.587 0-1.037-.14-1.352-.42-.314-.28-.584-.796-.807-1.551-.364-1.328-.944-2.282-1.74-2.862-.797-.58-1.901-.87-3.313-.87-2.153 0-3.802.727-4.948 2.18-1.147 1.454-1.72 3.558-1.72 6.311 0 2.74.58 4.844 1.74 6.311 1.16 1.468 2.817 2.202 4.97 2.202 1.467 0 3.085-.49 4.854-1.468 1.768-.978 2.883-1.467 3.344-1.467.545 0 1.003.23 1.373.692.37.46.556 1.034.556 1.719 0 1.23-1.084 2.39-3.25 3.48-2.167 1.09-4.606 1.636-7.318 1.636-3.662 0-6.625-1.21-8.89-3.627-2.264-2.419-3.396-5.578-3.396-9.478 0-3.76 1.146-6.884 3.438-9.372 2.293-2.488 5.2-3.732 8.723-3.732.992 0 1.97.112 2.935.335.964.224 1.992.574 3.082 1.049zm10.22 19.583V17.326h-.356c-.755 0-1.328-.196-1.72-.587-.39-.392-.586-.965-.586-1.72 0-.81.21-1.401.629-1.771.42-.37 1.097-.556 2.034-.556h5.178c2.922 0 5.06.126 6.416.377 1.356.252 2.51.671 3.46 1.258 1.691 1.007 2.988 2.443 3.89 4.31.9 1.865 1.352 4.021 1.352 6.467 0 2.586-.514 4.847-1.541 6.783-1.028 1.936-2.485 3.4-4.372 4.393-.853.447-1.852.772-2.998.975-1.147.203-2.852.304-5.116.304h-6.269c-.965 0-1.65-.178-2.055-.535-.406-.356-.608-.954-.608-1.792 0-.741.195-1.304.587-1.688.391-.385.964-.577 1.72-.577h.356zm5.41-15.725v15.725h1.195c2.642 0 4.592-.646 5.85-1.94 1.258-1.292 1.887-3.28 1.887-5.965 0-2.641-.64-4.612-1.918-5.912-1.28-1.3-3.205-1.95-5.777-1.95-.335 0-.59.003-.765.01a7.992 7.992 0 00-.472.032zm35.067-.126h-9.75v5.368h3.69v-.252c0-.797.175-1.39.524-1.782.35-.392.88-.587 1.594-.587.629 0 1.142.178 1.54.534.4.357.598.808.598 1.353 0 .028.007.118.021.272.014.154.021.308.021.462v4.34c0 .936-.167 1.607-.503 2.013-.335.405-.88.608-1.635.608-.713 0-1.251-.19-1.615-.567-.363-.377-.545-.936-.545-1.677v-.377h-3.69v6.269h9.75v-2.495c0-.937.178-1.608.534-2.013.357-.405.94-.608 1.75-.608.798 0 1.367.2 1.71.597.342.399.513 1.073.513 2.024v5.074c0 .755-.146 1.258-.44 1.51-.293.251-.873.377-1.74.377h-17.172c-.923 0-1.583-.182-1.982-.545-.398-.364-.597-.958-.597-1.782 0-.741.189-1.304.566-1.688.377-.385.93-.577 1.656-.577h.357V17.326h-.357c-.712 0-1.261-.2-1.646-.598-.384-.398-.576-.968-.576-1.709 0-.81.203-1.401.608-1.771.405-.37 1.062-.556 1.97-.556h17.173c.853 0 1.43.13 1.73.388.3.258.45.772.45 1.54v4.698c0 .95-.174 1.631-.524 2.044-.35.412-.915.618-1.698.618-.81 0-1.394-.21-1.75-.629-.357-.419-.535-1.097-.535-2.033v-2.202zM19.77 47.641c.267-.504.55-.86.85-1.07.3-.21.675-.314 1.122-.314.685 0 1.17.181 1.457.545.287.363.43.985.43 1.866l.042 5.451c0 .965-.157 1.615-.472 1.95-.314.336-.891.504-1.73.504-.587 0-1.045-.144-1.373-.43-.329-.287-.598-.8-.807-1.541-.378-1.342-.958-2.3-1.74-2.873-.783-.573-1.88-.86-3.292-.86-2.153 0-3.799.727-4.938 2.181-1.14 1.454-1.709 3.557-1.709 6.311s.598 4.882 1.793 6.385C10.599 67.248 12.294 68 14.488 68c.503 0 1.077-.06 1.72-.179a23.809 23.809 0 002.264-.555v-3.313h-2.37c-.95 0-1.624-.175-2.023-.524-.398-.35-.597-.93-.597-1.74 0-.84.199-1.437.597-1.793.399-.357 1.073-.535 2.024-.535h7.569c.978 0 1.667.175 2.065.524.398.35.598.937.598 1.762 0 .74-.2 1.31-.598 1.708-.398.399-.975.598-1.73.598h-.335v5.242c0 .447-.05.758-.147.933-.098.174-.293.353-.587.534-.797.476-2.062.895-3.795 1.258a25.576 25.576 0 01-5.263.546c-3.662 0-6.625-1.21-8.89-3.628-2.264-2.418-3.397-5.577-3.397-9.477 0-3.76 1.147-6.884 3.44-9.372 2.292-2.488 5.199-3.732 8.721-3.732.979 0 1.954.112 2.925.335.972.224 2.003.573 3.093 1.049zm15.84 3.941v4.823h6.857v-4.823h-.336c-.754 0-1.331-.195-1.73-.587-.398-.391-.597-.964-.597-1.719 0-.825.206-1.419.619-1.782.412-.364 1.093-.545 2.044-.545h5.41c.95 0 1.624.181 2.023.545.398.363.597.957.597 1.782 0 .755-.192 1.328-.576 1.72-.385.39-.947.586-1.688.586h-.357v15.642h.357c.755 0 1.328.192 1.719.576.391.385.587.947.587 1.688 0 .825-.203 1.419-.608 1.782-.405.364-1.09.546-2.055.546h-5.41c-.964 0-1.649-.179-2.054-.535-.405-.357-.608-.954-.608-1.793 0-.74.2-1.303.598-1.688.398-.384.975-.576 1.73-.576h.335v-6.186h-6.856v6.186h.335c.755 0 1.331.192 1.73.576.398.385.597.947.597 1.688 0 .825-.206 1.419-.618 1.782-.412.364-1.094.546-2.044.546h-5.41c-.964 0-1.65-.179-2.055-.535-.405-.357-.608-.954-.608-1.793 0-.74.196-1.303.587-1.688.392-.384.965-.576 1.72-.576h.356V51.582h-.356c-.741 0-1.304-.195-1.688-.587-.385-.391-.577-.964-.577-1.719 0-.825.2-1.419.598-1.782.398-.364 1.073-.545 2.023-.545h5.41c.936 0 1.614.181 2.033.545.42.363.63.957.63 1.782 0 .755-.2 1.328-.598 1.72-.399.39-.975.586-1.73.586h-.335zm31.754 0v15.642h3.523c.95 0 1.632.178 2.044.534.412.357.618.933.618 1.73 0 .811-.21 1.402-.629 1.772-.419.37-1.097.556-2.033.556H58.433c-.95 0-1.632-.182-2.044-.546-.412-.363-.619-.957-.619-1.782 0-.81.203-1.39.608-1.74.406-.35 1.09-.524 2.055-.524h3.523V51.582h-3.523c-.95 0-1.632-.181-2.044-.545-.412-.363-.619-.95-.619-1.761 0-.825.203-1.412.608-1.761.406-.35 1.09-.524 2.055-.524h12.455c.992 0 1.684.174 2.075.524.392.35.587.936.587 1.761 0 .81-.202 1.398-.608 1.761-.405.364-1.09.545-2.054.545h-3.523zm30.496 0v11.994c0 1.873-.122 3.228-.367 4.067a5.876 5.876 0 01-1.227 2.244c-.74.852-1.768 1.495-3.082 1.929-1.314.433-2.893.65-4.738.65-1.3 0-2.555-.126-3.764-.378a16.843 16.843 0 01-3.491-1.132c-.615-.28-1.017-.643-1.206-1.09-.188-.448-.283-1.175-.283-2.18v-4.32c0-1.202.175-2.04.525-2.516.349-.475.957-.713 1.824-.713 1.244 0 1.929.915 2.054 2.747.014.321.035.566.063.733.168 1.622.545 2.73 1.133 3.324.587.594 1.523.89 2.81.89 1.593 0 2.714-.422 3.364-1.268.65-.845.975-2.386.975-4.623V51.582H88.93c-.95 0-1.632-.181-2.044-.545-.413-.363-.619-.95-.619-1.761 0-.825.2-1.412.598-1.761.398-.35 1.086-.524 2.065-.524h10.693c.979 0 1.667.174 2.065.524.399.35.598.936.598 1.761 0 .81-.206 1.398-.619 1.761-.412.364-1.093.545-2.044.545h-1.761zm14.644 0v6.353l6.48-6.478c-.728-.084-1.238-.29-1.531-.619-.294-.328-.44-.85-.44-1.562 0-.825.198-1.419.597-1.782.398-.364 1.073-.545 2.023-.545h5.137c.95 0 1.625.181 2.023.545.399.363.598.957.598 1.782 0 .769-.2 1.345-.598 1.73-.398.384-.982.576-1.75.576h-.483l-6.101 6.06c1.132.839 2.167 1.94 3.103 3.302.937 1.363 2.034 3.456 3.292 6.28h.692c.825 0 1.44.188 1.845.566.405.377.608.943.608 1.698 0 .825-.206 1.419-.619 1.782-.412.364-1.093.546-2.044.546h-2.579c-1.132 0-2.048-.762-2.746-2.286-.126-.28-.224-.503-.294-.67-.923-1.958-1.768-3.467-2.537-4.53a16.616 16.616 0 00-2.705-2.914l-1.97 1.887v3.92h.335c.755 0 1.331.193 1.73.577.398.385.597.947.597 1.688 0 .825-.206 1.419-.618 1.782-.413.364-1.094.546-2.045.546h-5.41c-.964 0-1.649-.179-2.054-.535-.405-.357-.608-.954-.608-1.793 0-.74.196-1.303.587-1.688.391-.384.965-.576 1.72-.576h.356V51.582h-.357c-.74 0-1.303-.195-1.687-.587-.385-.391-.577-.964-.577-1.719 0-.825.2-1.419.598-1.782.398-.364 1.072-.545 2.023-.545h5.41c.936 0 1.614.181 2.033.545.42.363.63.957.63 1.782 0 .755-.2 1.328-.598 1.72-.399.39-.975.586-1.73.586h-.336zM13.44 96.326l4.005-11.889c.251-.782.6-1.352 1.048-1.709.447-.356 1.041-.534 1.782-.534h3.271c.95 0 1.632.182 2.044.545.413.363.619.957.619 1.782 0 .755-.2 1.328-.598 1.72-.398.39-.975.587-1.73.587h-.335l.587 15.641h.357c.754 0 1.32.192 1.698.577.377.384.566.947.566 1.687 0 .825-.2 1.42-.598 1.783-.398.363-1.072.545-2.023.545h-4.718c-.95 0-1.624-.178-2.023-.535-.398-.356-.597-.954-.597-1.793 0-.74.192-1.303.576-1.687.385-.385.954-.577 1.709-.577h.335l-.293-12.79-3.061 9.52c-.224.712-.542 1.226-.954 1.54-.413.315-.982.472-1.709.472-.727 0-1.303-.157-1.73-.472-.426-.314-.751-.828-.975-1.54l-3.04-9.52-.294 12.79h.336c.755 0 1.324.192 1.709.577.384.384.576.947.576 1.687 0 .825-.202 1.42-.608 1.783-.405.363-1.076.545-2.013.545H2.621c-.937 0-1.608-.182-2.013-.545-.405-.364-.608-.958-.608-1.783 0-.74.192-1.303.577-1.687.384-.385.954-.577 1.708-.577h.336l.608-15.641h-.336c-.754 0-1.331-.196-1.73-.588-.398-.39-.597-.964-.597-1.719 0-.825.206-1.419.619-1.782.412-.363 1.093-.545 2.044-.545h3.27c.728 0 1.311.175 1.752.524.44.35.8.923 1.08 1.72l4.109 11.888zm30.454 2.054V86.828H42.74c-.922 0-1.583-.182-1.981-.546-.398-.363-.598-.95-.598-1.76 0-.812.2-1.402.598-1.773.398-.37 1.059-.555 1.981-.555h5.955c.909 0 1.566.185 1.97.555.406.37.609.961.609 1.772 0 .741-.192 1.31-.577 1.709-.384.398-.933.598-1.646.598h-.356v19.038c0 .657-.07 1.069-.21 1.237-.14.167-.454.251-.943.251h-2.097c-.67 0-1.143-.07-1.415-.21-.273-.14-.507-.384-.703-.733l-8.722-15.327v11.385h1.216c.909 0 1.559.175 1.95.524.392.35.587.93.587 1.74 0 .825-.199 1.42-.597 1.783-.399.363-1.045.545-1.94.545h-6.017c-.909 0-1.566-.182-1.971-.545-.406-.364-.608-.958-.608-1.783 0-.74.188-1.303.566-1.687.377-.385.936-.577 1.677-.577h.336V86.828h-.336c-.713 0-1.265-.2-1.656-.598-.392-.398-.587-.968-.587-1.709 0-.81.206-1.401.618-1.772.413-.37 1.066-.555 1.96-.555h3.44c.824 0 1.383.108 1.677.325.293.216.622.653.985 1.31l7.989 14.551zM64.66 86.366c-1.803 0-3.218.727-4.245 2.18-1.028 1.455-1.541 3.474-1.541 6.06 0 2.586.517 4.613 1.551 6.08 1.034 1.468 2.446 2.202 4.235 2.202 1.804 0 3.222-.73 4.257-2.19 1.034-1.461 1.551-3.492 1.551-6.092 0-2.586-.513-4.605-1.54-6.06-1.028-1.453-2.45-2.18-4.268-2.18zm0-4.864c3.44 0 6.27 1.23 8.492 3.69 2.223 2.46 3.334 5.598 3.334 9.414 0 3.844-1.104 6.99-3.313 9.436-2.208 2.446-5.046 3.669-8.513 3.669-3.424 0-6.255-1.234-8.491-3.701-2.237-2.467-3.355-5.602-3.355-9.404 0-3.83 1.108-6.971 3.323-9.424 2.216-2.454 5.057-3.68 8.523-3.68zM87.461 98.17v4.298h2.16c.908 0 1.555.175 1.94.524.384.35.576.93.576 1.74 0 .825-.196 1.42-.587 1.783-.392.363-1.035.545-1.93.545h-7.254c-.922 0-1.583-.182-1.981-.545-.399-.364-.598-.958-.598-1.783 0-.74.189-1.303.566-1.687.378-.385.93-.577 1.657-.577h.356V86.828h-.356c-.713 0-1.262-.2-1.646-.598-.385-.398-.577-.968-.577-1.709 0-.81.203-1.401.608-1.772.406-.37 1.063-.555 1.971-.555h8.66c3.424 0 6.014.657 7.768 1.97 1.754 1.315 2.631 3.25 2.631 5.809 0 2.697-.873 4.738-2.62 6.122-1.748 1.384-4.34 2.076-7.78 2.076h-3.564zm0-11.343v6.625h2.977c1.65 0 2.89-.28 3.722-.839.832-.559 1.248-1.397 1.248-2.516 0-1.048-.43-1.855-1.29-2.421-.86-.566-2.086-.85-3.68-.85h-2.977zm27.267 20.568l-1.636 1.636a12.37 12.37 0 011.772-.44c.58-.098 1.15-.147 1.709-.147 1.104 0 2.268.164 3.491.492 1.223.329 1.967.493 2.233.493.447 0 1.03-.15 1.75-.45.72-.301 1.206-.452 1.458-.452.517 0 .947.2 1.29.598.342.398.513.898.513 1.5 0 .796-.472 1.474-1.415 2.033-.944.56-2.1.839-3.47.839-.937 0-2.139-.22-3.607-.66-1.467-.441-2.53-.661-3.187-.661-.992 0-2.11.272-3.354.817-1.244.546-2.013.818-2.307.818a2.14 2.14 0 01-1.53-.597c-.42-.399-.63-.878-.63-1.437 0-.391.134-.807.4-1.247.265-.44.733-1.01 1.404-1.709l2.118-2.139c-2.335-.852-4.194-2.386-5.578-4.602-1.384-2.215-2.075-4.763-2.075-7.642 0-3.802 1.104-6.909 3.312-9.32 2.209-2.411 5.053-3.617 8.534-3.617 3.467 0 6.304 1.209 8.513 3.627 2.208 2.418 3.312 5.522 3.312 9.31 0 3.774-1.097 6.884-3.291 9.33-2.195 2.446-4.977 3.67-8.345 3.67a22.5 22.5 0 01-1.384-.043zm1.195-21.03c-1.803 0-3.218.727-4.246 2.18-1.027 1.455-1.54 3.474-1.54 6.06 0 2.586.516 4.613 1.55 6.08 1.035 1.468 2.447 2.202 4.236 2.202 1.803 0 3.222-.73 4.256-2.19 1.035-1.461 1.552-3.492 1.552-6.092 0-2.586-.514-4.605-1.541-6.06-1.028-1.453-2.45-2.18-4.267-2.18z\"/></svg>"
        },
        "$:/core/images/new-journal-button": {
            "title": "$:/core/images/new-journal-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-journal-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M102.545 112.818v11.818c0 1.306 1.086 2.364 2.425 2.364h6.06c1.34 0 2.425-1.058 2.425-2.364v-11.818h12.12c1.34 0 2.425-1.058 2.425-2.363v-5.91c0-1.305-1.085-2.363-2.424-2.363h-12.121V90.364c0-1.306-1.086-2.364-2.425-2.364h-6.06c-1.34 0-2.425 1.058-2.425 2.364v11.818h-12.12c-1.34 0-2.425 1.058-2.425 2.363v5.91c0 1.305 1.085 2.363 2.424 2.363h12.121zM60.016 4.965c-4.781-2.76-10.897-1.118-13.656 3.66L5.553 79.305A9.993 9.993 0 009.21 92.963l51.04 29.468c4.78 2.76 10.897 1.118 13.655-3.66l40.808-70.681a9.993 9.993 0 00-3.658-13.656L60.016 4.965zm-3.567 27.963a6 6 0 106-10.393 6 6 0 00-6 10.393zm31.697 17.928a6 6 0 106-10.392 6 6 0 00-6 10.392z\"/><text class=\"tc-fill-background\" font-family=\"Helvetica\" font-size=\"47.172\" font-weight=\"bold\" transform=\"rotate(30 25.742 95.82)\"><tspan x=\"42\" y=\"77.485\" text-anchor=\"middle\"><<now \"DD\">></tspan></text></g></svg>"
        },
        "$:/core/images/mail": {
            "title": "$:/core/images/mail",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-mail tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M122.827 104.894a7.986 7.986 0 01-2.834.516H8.007c-.812 0-1.597-.12-2.335-.345l34.163-34.163 20.842 20.842a3.998 3.998 0 003.418 1.134 4.003 4.003 0 003.395-1.134L88.594 70.64c.075.09.155.176.24.26l33.993 33.994zm5.076-6.237c.064-.406.097-.823.097-1.247v-64c0-.669-.082-1.318-.237-1.94L94.23 65.006c.09.075.177.154.261.239l33.413 33.413zm-127.698.56A8.023 8.023 0 010 97.41v-64c0-.716.094-1.41.271-2.071l33.907 33.906L.205 99.218zM5.93 25.684a8.012 8.012 0 012.078-.273h111.986c.766 0 1.507.108 2.209.308L64.083 83.837 5.93 25.683z\"/></svg>"
        },
        "$:/core/images/open-window": {
            "title": "$:/core/images/open-window",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-open-window tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M16 112h88.994c3.87 0 7.006 3.59 7.006 8 0 4.418-3.142 8-7.006 8H7.006C3.136 128 0 124.41 0 120a9.321 9.321 0 010-.01V24.01C0 19.586 3.59 16 8 16c4.418 0 8 3.584 8 8.01V112z\"/><path d=\"M96 43.196V56a8 8 0 1016 0V24c0-4.41-3.585-8-8.007-8H72.007C67.588 16 64 19.582 64 24c0 4.41 3.585 8 8.007 8H84.57l-36.3 36.299a8 8 0 00-.001 11.316c3.117 3.117 8.19 3.123 11.316-.003L96 43.196zM32 7.999C32 3.581 35.588 0 40 0h80c4.419 0 8 3.588 8 8v80c0 4.419-3.588 8-8 8H40c-4.419 0-8-3.588-8-8V8z\"/></g></svg>"
        },
        "$:/core/images/mono-line": {
            "title": "$:/core/images/mono-line",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-mono-line tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M60.437 84.523h.908c1.922 0 3.381.489 4.378 1.468.997.979 1.495 2.411 1.495 4.298 0 2.1-.525 3.612-1.575 4.538-1.05.925-2.785 1.388-5.206 1.388h-16.07c-2.456 0-4.2-.454-5.232-1.361-1.032-.908-1.548-2.43-1.548-4.565 0-2.065.516-3.542 1.548-4.432 1.032-.89 2.776-1.334 5.232-1.334h1.869l-2.19-6.247H20.983l-2.296 6.247h1.87c2.42 0 4.155.453 5.205 1.361 1.05.908 1.575 2.376 1.575 4.405 0 2.1-.525 3.612-1.575 4.538-1.05.925-2.785 1.388-5.206 1.388H6.781c-2.456 0-4.2-.463-5.233-1.388C.516 93.9 0 92.389 0 90.289c0-1.887.498-3.32 1.495-4.298.997-.979 2.456-1.468 4.378-1.468h.908l14.308-39.83h-4.271c-2.42 0-4.156-.462-5.206-1.387-1.05-.926-1.575-2.42-1.575-4.485 0-2.1.525-3.613 1.575-4.538 1.05-.926 2.785-1.388 5.206-1.388h20.021c3.168 0 5.392 1.708 6.674 5.125v.16l16.924 46.343zm-27.976-39.83L24.72 67.225h15.483l-7.742-22.53zM89.506 68.56v16.284h8.008c5.66 0 9.646-.623 11.96-1.869 2.313-1.245 3.47-3.328 3.47-6.246 0-2.955-1.103-5.055-3.31-6.3-2.207-1.246-6.069-1.869-11.586-1.869h-8.542zm27.229-5.926c3.88 1.423 6.727 3.372 8.542 5.846 1.815 2.474 2.723 5.633 2.723 9.477 0 3.239-.783 6.193-2.35 8.862-1.565 2.67-3.808 4.859-6.726 6.567-1.709.997-3.622 1.718-5.74 2.163-2.118.445-5.116.667-8.996.667h-27.87c-2.349 0-4.03-.463-5.045-1.388-1.014-.926-1.521-2.438-1.521-4.538 0-1.887.48-3.32 1.441-4.298.961-.979 2.367-1.468 4.218-1.468h.907v-39.83h-.907c-1.851 0-3.257-.498-4.218-1.494-.961-.997-1.441-2.456-1.441-4.378 0-2.065.516-3.568 1.548-4.512 1.032-.943 2.705-1.414 5.018-1.414h24.56c7.51 0 13.214 1.459 17.111 4.377 3.898 2.92 5.847 7.19 5.847 12.814 0 2.776-.597 5.223-1.789 7.341-1.192 2.118-2.963 3.853-5.312 5.206zm-27.23-18.26v13.455h7.208c4.378 0 7.466-.516 9.264-1.549 1.797-1.032 2.696-2.776 2.696-5.232 0-2.313-.81-4.004-2.43-5.072-1.619-1.068-4.244-1.602-7.874-1.602h-8.863z\"/></svg>"
        },
        "$:/core/images/list-number": {
            "title": "$:/core/images/list-number",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-list-number tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M33.84 22.356H128v11.77H33.84v-11.77zm0 35.31H128v11.77H33.84v-11.77zm0 35.311H128v11.77H33.84v-11.77zM.38 42.631v-2.223h.998c.826 0 1.445-.14 1.858-.42.413-.28.619-.948.619-2.002V22.769c0-1.442-.193-2.336-.58-2.683-.385-.347-1.477-.52-3.275-.52v-2.143c3.502-.147 6.252-.955 8.25-2.423h2.117v22.865c0 .921.15 1.575.449 1.963.3.387.949.58 1.948.58h.998v2.223H.38zm-.3 35.356v-1.902c7.19-6.554 10.786-12.58 10.786-18.08 0-1.562-.326-2.81-.979-3.744-.652-.934-1.524-1.402-2.616-1.402-.893 0-1.655.317-2.287.952-.633.634-.95 1.364-.95 2.192 0 .974.247 1.829.74 2.563.106.16.16.28.16.36 0 .147-.16.28-.48.4-.213.08-.752.308-1.618.681-.839.374-1.358.561-1.558.561-.24 0-.512-.37-.819-1.111A6.2 6.2 0 010 57.064c0-1.949.849-3.544 2.547-4.785 1.698-1.242 3.798-1.862 6.302-1.862 2.463 0 4.53.67 6.202 2.012 1.67 1.341 2.506 3.093 2.506 5.256a8.644 8.644 0 01-.849 3.724c-.566 1.201-1.92 3.053-4.064 5.556a165.471 165.471 0 01-6.272 6.938h11.445l-1.019 5.726h-2.117c.08-.28.12-.534.12-.76 0-.388-.1-.631-.3-.731-.2-.1-.599-.15-1.198-.15H.08zm12.124 19.207c1.745.04 3.236.637 4.474 1.792 1.239 1.154 1.858 2.773 1.858 4.855 0 2.99-1.132 5.393-3.396 7.208-2.263 1.815-5 2.723-8.209 2.723-2.01 0-3.669-.384-4.974-1.151C.652 111.853 0 110.849 0 109.607c0-.774.27-1.398.809-1.872.54-.474 1.128-.71 1.768-.71.639 0 1.162.2 1.568.6.406.4.782 1.055 1.128 1.962.466 1.268 1.239 1.902 2.317 1.902 1.265 0 2.287-.477 3.066-1.431.78-.955 1.169-2.686 1.169-5.196 0-1.709-.12-3.023-.36-3.944-.24-.921-.792-1.382-1.658-1.382-.586 0-1.185.307-1.797.921-.493.494-.932.741-1.319.741-.333 0-.602-.147-.809-.44-.206-.294-.31-.574-.31-.841 0-.32.104-.594.31-.821.207-.227.69-.594 1.449-1.102 2.876-1.922 4.314-4.017 4.314-6.287 0-1.188-.306-2.092-.919-2.713a3.001 3.001 0 00-2.217-.93c-.799 0-1.525.263-2.177.79-.653.528-.979 1.158-.979 1.892 0 .641.253 1.235.76 1.782.172.2.259.367.259.5 0 .121-.57.428-1.708.922-1.139.494-1.854.74-2.147.74-.413 0-.75-.333-1.009-1-.26-.668-.39-1.282-.39-1.842 0-1.749.93-3.224 2.787-4.425 1.858-1.202 3.965-1.802 6.322-1.802 2.064 0 3.851.447 5.363 1.341 1.511.895 2.267 2.116 2.267 3.664 0 1.362-.57 2.623-1.708 3.784a13.387 13.387 0 01-3.945 2.784z\"/></svg>"
        },
        "$:/core/images/new-image-button": {
            "title": "$:/core/images/new-image-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-image-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M81.362 73.627l15.826-27.41a2.626 2.626 0 00-.962-3.59l-50.01-28.872a2.626 2.626 0 00-3.588.961L30.058 36.49l10.04-5.261c3.042-1.595 6.771.114 7.55 3.46l3.607 17.702 9.88.85a5.25 5.25 0 014.571 3.77c.034.115.1.344.199.671.165.553.353 1.172.562 1.843.595 1.914 1.23 3.85 1.872 5.678.207.588.412 1.156.614 1.701.625 1.685 1.209 3.114 1.725 4.207.255.54.485.977.726 1.427.214.212.547.425 1.011.622 1.141.482 2.784.74 4.657.758.864.008 1.71-.034 2.492-.11.448-.043.753-.085.871-.104.315-.053.625-.077.927-.076zM37.47 2.649A5.257 5.257 0 0144.649.725l63.645 36.746a5.257 5.257 0 011.923 7.178L73.47 108.294a5.257 5.257 0 01-7.177 1.923L2.649 73.47a5.257 5.257 0 01-1.924-7.177L37.471 2.649zm42.837 50.49a5.25 5.25 0 105.25-9.092 5.25 5.25 0 00-5.25 9.093zM96 112h-7.993c-4.419 0-8.007-3.582-8.007-8 0-4.41 3.585-8 8.007-8H96v-7.993C96 83.588 99.582 80 104 80c4.41 0 8 3.585 8 8.007V96h7.993c4.419 0 8.007 3.582 8.007 8 0 4.41-3.585 8-8.007 8H112v7.993c0 4.419-3.582 8.007-8 8.007-4.41 0-8-3.585-8-8.007V112zM33.347 51.791c7.428 7.948 9.01 10.69 7.449 13.394-1.56 2.703-13.838-2.328-16.094 1.58-2.256 3.908-.907 3.258-2.437 5.908l19.73 11.39s-5.605-8.255-4.235-10.628c2.515-4.356 8.77-1.256 10.365-4.019 2.414-4.181-5.103-9.639-14.778-17.625z\"/></svg>"
        },
        "$:/core/images/palette": {
            "title": "$:/core/images/palette",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-palette tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M80.247 39.182a93.52 93.52 0 00-16.228-1.4C28.662 37.781 0 57.131 0 81.002c0 9.642 4.676 18.546 12.58 25.735C23.504 91.19 26.34 72.395 36.89 63.562c15.183-12.713 26.538-7.828 26.538-7.828l16.82-16.552zm26.535 9.655c13.049 7.913 21.257 19.392 21.257 32.166 0 9.35.519 17.411-11.874 25.08-10.797 6.681-3.824-6.536-11.844-10.898s-19.946 1.308-18.213 7.906c3.2 12.181 19.422 11.455 6.314 16.658-13.107 5.202-18.202 4.476-28.403 4.476-7.821 0-15.315-.947-22.243-2.68 9.844-4.197 27.88-12.539 33.354-19.456C82.788 92.409 87.37 80 83.324 72.484c-.194-.359 11.215-11.668 23.458-23.647zM1.134 123.867l-.66.002c33.479-14.94 22.161-64.226 58.818-64.226.317 1.418.644 2.944 1.062 4.494-25.907-4.166-23.567 48.031-59.22 59.73zm.713-.007c38.872-.506 78.152-22.347 78.152-44.813-9.27 0-14.073-3.48-16.816-7.942-16.597-7.003-30.365 45.715-61.336 52.755zm65.351-64.008c-4.45 4.115 4.886 16.433 11.318 11.318l45.27-45.27c11.317-11.318 0-22.635-11.318-11.318-11.317 11.318-33.518 34.405-45.27 45.27z\"/></svg>"
        },
        "$:/core/images/permalink-button": {
            "title": "$:/core/images/permalink-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-permalink-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M80.483 48l-7.387 32h-25.58l7.388-32h25.58zm3.694-16l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L100.598 32h3.403c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8h-7.096l-7.387 32H104c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8H85.824l-5.624 24.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L69.402 96h-25.58L38.2 120.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L27.402 96h-3.403C19.59 96 16 92.418 16 88c0-4.41 3.581-8 8-8h7.096l7.387-32H24C19.59 48 16 44.418 16 40c0-4.41 3.581-8 8-8h18.177l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L58.598 32h25.58z\"/></svg>"
        },
        "$:/core/images/opacity": {
            "title": "$:/core/images/opacity",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-opacity tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M102.362 65a51.595 51.595 0 01-1.942 6H82.584a35.867 35.867 0 002.997-6h16.78zm.472-2c.423-1.961.734-3.963.929-6H87.656a35.78 35.78 0 01-1.368 6h16.546zm-3.249 10a51.847 51.847 0 01-3.135 6H75.812a36.205 36.205 0 005.432-6h18.341zm-4.416 8c-1.424 2.116-3 4.12-4.71 6H60.46a35.843 35.843 0 0012.874-6h21.834zm-7.513-34h16.107C101.247 20.627 79.033 0 52 0 23.281 0 0 23.281 0 52c0 25.228 17.965 46.26 41.8 51h20.4a51.66 51.66 0 0015.875-6H39v-2h42.25a52.257 52.257 0 007.288-6H39v-2h4.539C27.739 83.194 16 68.968 16 52c0-19.882 16.118-36 36-36 18.186 0 33.222 13.484 35.656 31zm.22 2h16.039a52.823 52.823 0 010 6H87.877a36.483 36.483 0 000-6z\"/><path d=\"M76 128c28.719 0 52-23.281 52-52s-23.281-52-52-52-52 23.281-52 52 23.281 52 52 52zm0-16c19.882 0 36-16.118 36-36S95.882 40 76 40 40 56.118 40 76s16.118 36 36 36z\"/><path d=\"M37 58h53v4H37v-4zm3-8h53v4H40v-4zm0-8h53v4H40v-4zm-8 24h53v4H32v-4zm-2 8h53v4H30v-4zm-3 8h53v4H27v-4z\"/></g></svg>"
        },
        "$:/core/images/permaview-button": {
            "title": "$:/core/images/permaview-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-permaview-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M81.483 48l-1.846 8h-5.58l1.847-8h5.58zm3.694-16l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L101.598 32h2.403c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8h-6.096l-1.847 8h7.944c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8H92.364l-1.846 8H104c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8H86.824l-5.624 24.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L70.402 96h-5.58L59.2 120.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L48.402 96h-5.58L37.2 120.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L26.402 96h-2.403C19.59 96 16 92.418 16 88c0-4.41 3.581-8 8-8h6.096l1.847-8h-7.944C19.59 72 16 68.418 16 64c0-4.41 3.581-8 8-8h11.637l1.846-8H24C19.59 48 16 44.418 16 40c0-4.41 3.581-8 8-8h17.177l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L57.598 32h5.58L68.8 7.642c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L79.598 32h5.58zM53.904 48l-1.847 8h5.58l1.846-8h-5.579zm22.039 24l-1.847 8h-5.58l1.847-8h5.58zm-27.58 0l-1.846 8h5.579l1.847-8h-5.58z\"/></svg>"
        },
        "$:/core/images/plugin-generic-language": {
            "title": "$:/core/images/plugin-generic-language",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M61.207 68.137c-4.324 2.795-6.999 6.656-6.999 10.921 0 7.906 9.19 14.424 21.042 15.336 2.162 3.902 8.598 6.785 16.318 7.01-5.126-1.125-9.117-3.742-10.62-7.01C92.805 93.487 102 86.967 102 79.059c0-8.53-10.699-15.445-23.896-15.445-6.599 0-12.572 1.729-16.897 4.524zm12.794-14.158c-4.324 2.795-10.298 4.524-16.897 4.524-2.619 0-5.14-.272-7.497-.775-3.312 2.25-8.383 3.69-14.067 3.69l-.255-.002c4.119-.892 7.511-2.747 9.478-5.13-6.925-2.704-11.555-7.617-11.555-13.228 0-8.53 10.699-15.445 23.896-15.445C70.301 27.613 81 34.528 81 43.058c0 4.265-2.675 8.126-6.999 10.921zM64 0l54.56 32v64L64 128 9.44 96V32L64 0z\"/></svg>"
        },
        "$:/core/images/picture": {
            "title": "$:/core/images/picture",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-picture tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M112 68.233v-48.23A4.001 4.001 0 00107.997 16H20.003A4.001 4.001 0 0016 20.003v38.31l9.241-14.593c2.8-4.422 9.023-5.008 12.6-1.186l18.247 20.613 13.687-6.407a8 8 0 018.903 1.492 264.97 264.97 0 002.92 2.739 249.44 249.44 0 006.798 6.066 166.5 166.5 0 002.106 1.778c2.108 1.747 3.967 3.188 5.482 4.237.748.518 1.383.92 2.044 1.33.444.117 1.046.144 1.809.05 1.873-.233 4.238-1.144 6.723-2.547a36.016 36.016 0 003.205-2.044c.558-.4.93-.686 1.07-.802.376-.31.765-.577 1.165-.806zM0 8.007A8.01 8.01 0 018.007 0h111.986A8.01 8.01 0 01128 8.007v111.986a8.01 8.01 0 01-8.007 8.007H8.007A8.01 8.01 0 010 119.993V8.007zM95 42a8 8 0 100-16 8 8 0 000 16zM32 76c15.859 4.83 20.035 7.244 20.035 12S32 95.471 32 102.347c0 6.876 1.285 4.99 1.285 9.653H68s-13.685-6.625-13.685-10.8c0-7.665 10.615-8.34 10.615-13.2 0-7.357-14.078-8.833-32.93-12z\"/></svg>"
        },
        "$:/core/images/plugin-generic-plugin": {
            "title": "$:/core/images/plugin-generic-plugin",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M40.397 76.446V95.34h14.12l-.001-.005a6.912 6.912 0 005.364-11.593l.046-.023a6.912 6.912 0 119.979.526l.086.055a6.914 6.914 0 004.408 10.948l-.023.092h21.32V75.568l-.15.038a6.912 6.912 0 00-11.593-5.364l-.022-.046a6.912 6.912 0 11.526-9.979l.055-.086a6.914 6.914 0 0010.948-4.408c.079.018.158.038.236.059v-15.74h-21.32l.023-.094a6.914 6.914 0 01-4.408-10.947 10.23 10.23 0 00-.086-.055 6.912 6.912 0 10-9.979-.526l-.046.023a6.912 6.912 0 01-5.364 11.593l.001.005h-14.12v12.847A6.912 6.912 0 0129.5 59.843l-.054.086a6.912 6.912 0 10-.526 9.979l.023.046a6.912 6.912 0 0111.455 6.492zM64 0l54.56 32v64L64 128 9.44 96V32L64 0z\"/></svg>"
        },
        "$:/core/images/preview-closed": {
            "title": "$:/core/images/preview-closed",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-preview-closed tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M.088 64a7.144 7.144 0 001.378 5.458C16.246 88.818 39.17 100.414 64 100.414c24.83 0 47.753-11.596 62.534-30.956A7.144 7.144 0 00127.912 64C110.582 78.416 88.304 87.086 64 87.086 39.696 87.086 17.418 78.416.088 64z\"/><rect width=\"4\" height=\"16\" x=\"62\" y=\"96\" rx=\"4\"/><rect width=\"4\" height=\"16\" x=\"78\" y=\"93\" rx=\"4\" transform=\"rotate(-5 80 101)\"/><rect width=\"4\" height=\"16\" x=\"46\" y=\"93\" rx=\"4\" transform=\"rotate(5 48 101)\"/><rect width=\"4\" height=\"16\" x=\"30\" y=\"88\" rx=\"4\" transform=\"rotate(10 32 96)\"/><rect width=\"4\" height=\"16\" x=\"94\" y=\"88\" rx=\"4\" transform=\"rotate(-10 96 96)\"/><rect width=\"4\" height=\"16\" x=\"110\" y=\"80\" rx=\"4\" transform=\"rotate(-20 112 88)\"/><rect width=\"4\" height=\"16\" x=\"14\" y=\"80\" rx=\"4\" transform=\"rotate(20 16 88)\"/></g></svg>"
        },
        "$:/core/images/preview-open": {
            "title": "$:/core/images/preview-open",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-preview-open tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M64.11 99.588c-24.83 0-47.754-11.596-62.534-30.957a7.148 7.148 0 010-8.675C16.356 40.596 39.28 29 64.11 29c24.83 0 47.753 11.596 62.534 30.956a7.148 7.148 0 010 8.675c-14.78 19.36-37.703 30.957-62.534 30.957zm46.104-32.007c1.44-1.524 1.44-3.638 0-5.162C99.326 50.9 82.439 44 64.147 44S28.968 50.9 18.08 62.42c-1.44 1.523-1.44 3.637 0 5.16C28.968 79.1 45.855 86 64.147 86s35.179-6.9 46.067-18.42z\"/><path d=\"M63.5 88C76.479 88 87 77.479 87 64.5S76.479 41 63.5 41 40 51.521 40 64.5 50.521 88 63.5 88z\"/></g></svg>"
        },
        "$:/core/images/print-button": {
            "title": "$:/core/images/print-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-print-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M112 71V30.5h-.032c-.035-2-.816-3.99-2.343-5.516L86.998 2.357A7.978 7.978 0 0081 .02V0H24a8 8 0 00-8 8v63h8V8h57v14.5c0 4.422 3.582 8 8 8h15V71h8z\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"36\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"52\" rx=\"4\"/><rect width=\"40\" height=\"8\" x=\"32\" y=\"20\" rx=\"4\"/><path d=\"M0 80.005C0 71.165 7.156 64 16 64h96c8.836 0 16 7.155 16 16.005v31.99c0 8.84-7.156 16.005-16 16.005H16c-8.836 0-16-7.155-16-16.005v-31.99zM104 96a8 8 0 100-16 8 8 0 000 16z\"/></g></svg>"
        },
        "$:/core/images/quote": {
            "title": "$:/core/images/quote",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-quote tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M51.219 117.713V62.199H27.427c0-8.891 1.683-16.401 5.047-22.53 3.365-6.127 9.613-10.754 18.745-13.878V2c-7.45.961-14.36 3.184-20.728 6.669-6.368 3.484-11.835 7.87-16.401 13.157C9.524 27.113 5.98 33.241 3.456 40.21.933 47.18-.21 54.63.03 62.56v55.153H51.22zm76.781 0V62.199h-23.791c0-8.891 1.682-16.401 5.046-22.53 3.365-6.127 9.613-10.754 18.745-13.878V2c-7.45.961-14.359 3.184-20.727 6.669-6.369 3.484-11.836 7.87-16.402 13.157-4.566 5.287-8.11 11.415-10.634 18.384-2.523 6.97-3.665 14.42-3.424 22.35v55.153H128z\"/></svg>"
        },
        "$:/core/images/plugin-generic-theme": {
            "title": "$:/core/images/plugin-generic-theme",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M29.408 91.472L51.469 69.41l-.004-.005a2.22 2.22 0 01.004-3.146c.87-.87 2.281-.872 3.147-.005l9.465 9.464a2.22 2.22 0 01-.005 3.147c-.87.87-2.28.871-3.147.005l-.005-.005-22.061 22.062a6.686 6.686 0 11-9.455-9.455zM60.802 66.38c-2.436-2.704-4.465-5.091-5.817-6.869-6.855-9.014-10.313-4.268-14.226 0-3.913 4.268 1.03 7.726-2.683 10.741-3.713 3.015-3.484 4.06-9.752-1.455-6.267-5.516-6.7-7.034-3.823-10.181 2.877-3.147 5.281 1.808 11.159-3.785 5.877-5.593.94-10.55.94-10.55s12.237-25.014 28.588-23.167c16.351 1.848-6.186-2.392-11.792 17.226-2.4 8.4.447 6.42 4.998 9.968 1.394 1.086 6.03 4.401 11.794 8.685l20.677-20.676 1.615-4.766 7.84-4.689 3.151 3.152-4.688 7.84-4.766 1.615-20.224 20.223c12.663 9.547 28.312 22.146 28.312 26.709 0 7.217-3.071 11.526-9.535 9.164-4.693-1.715-18.768-15.192-28.753-25.897l-2.893 2.893-3.151-3.152 3.029-3.029zM63.953 0l54.56 32v64l-54.56 32-54.56-32V32l54.56-32z\"/></svg>"
        },
        "$:/core/images/right-arrow": {
            "title": "$:/core/images/right-arrow",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-right-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M99.069 64.173c0 2.027-.77 4.054-2.316 5.6l-55.98 55.98a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196l50.382-50.382-50.382-50.382a7.92 7.92 0 010-11.195c3.086-3.085 8.104-3.092 11.196 0l55.98 55.98a7.892 7.892 0 012.316 5.595z\"/></svg>"
        },
        "$:/core/images/refresh-button": {
            "title": "$:/core/images/refresh-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-refresh-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M106.369 39.433c10.16 20.879 6.57 46.764-10.771 64.106-21.87 21.87-57.327 21.87-79.196 0-21.87-21.87-21.87-57.326 0-79.196a8 8 0 1111.314 11.314c-15.621 15.62-15.621 40.947 0 56.568 15.62 15.621 40.947 15.621 56.568 0C97.72 78.79 99.6 58.175 89.924 42.73l-6.44 12.264a8 8 0 11-14.166-7.437L84.435 18.76a8 8 0 0110.838-3.345l28.873 15.345a8 8 0 11-7.51 14.129l-10.267-5.457zm-8.222-12.368c-.167-.19-.336-.38-.506-.57l.96-.296-.454.866z\"/></svg>"
        },
        "$:/core/images/save-button": {
            "title": "$:/core/images/save-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-save-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M120.783 34.33c4.641 8.862 7.266 18.948 7.266 29.646 0 35.347-28.653 64-64 64-35.346 0-64-28.653-64-64 0-35.346 28.654-64 64-64 18.808 0 35.72 8.113 47.43 21.03l2.68-2.68c3.13-3.13 8.197-3.132 11.321-.008 3.118 3.118 3.121 8.193-.007 11.32l-4.69 4.691zm-12.058 12.058a47.876 47.876 0 013.324 17.588c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48c14.39 0 27.3 6.332 36.098 16.362L58.941 73.544 41.976 56.578c-3.127-3.127-8.201-3.123-11.32-.005-3.123 3.124-3.119 8.194.006 11.319l22.617 22.617a7.992 7.992 0 005.659 2.347c2.05 0 4.101-.783 5.667-2.349l44.12-44.12z\"/></svg>"
        },
        "$:/core/images/size": {
            "title": "$:/core/images/size",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-size tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M92.343 26l-9.171 9.172a4 4 0 105.656 5.656l16-16a4 4 0 000-5.656l-16-16a4 4 0 10-5.656 5.656L92.343 18H22a4 4 0 00-4 4v70.343l-9.172-9.171a4 4 0 10-5.656 5.656l16 16a4 4 0 005.656 0l16-16a4 4 0 10-5.656-5.656L26 92.343V22l-4 4h70.343zM112 52v64l4-4H52a4 4 0 100 8h64a4 4 0 004-4V52a4 4 0 10-8 0z\"/></svg>"
        },
        "$:/core/images/stamp": {
            "title": "$:/core/images/stamp",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-stamp tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M49.733 64H16.01C11.584 64 8 67.583 8 72.003V97h112V72.003A8 8 0 00111.99 64H78.267A22.813 22.813 0 0175.5 53.077c0-6.475 2.687-12.324 7.009-16.497A22.818 22.818 0 0087 22.952C87 10.276 76.703 0 64 0S41 10.276 41 22.952c0 5.103 1.669 9.817 4.491 13.628 4.322 4.173 7.009 10.022 7.009 16.497 0 3.954-1.002 7.675-2.767 10.923zM8 104h112v8H8v-8z\"/></svg>"
        },
        "$:/core/images/spiral": {
            "title": "$:/core/images/spiral",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-spiral tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M64.534 68.348c3.39 0 6.097-2.62 6.476-5.968l-4.755-.538 4.75.583c.377-3.07-1.194-6.054-3.89-7.78-2.757-1.773-6.34-2.01-9.566-.7-3.46 1.403-6.14 4.392-7.35 8.148l-.01.026c-1.3 4.08-.72 8.64 1.58 12.52 2.5 4.2 6.77 7.2 11.76 8.27 5.37 1.15 11.11-.05 15.83-3.31 5.04-3.51 8.46-9.02 9.45-15.3 1.05-6.7-.72-13.63-4.92-19.19l.02.02c-4.42-5.93-11.2-9.82-18.78-10.78-7.96-1.01-16.13 1.31-22.59 6.43-6.81 5.39-11.18 13.41-12.11 22.26-.98 9.27 1.87 18.65 7.93 26.02 6.32 7.69 15.6 12.56 25.74 13.48 10.54.96 21.15-2.42 29.45-9.4l.01-.01c8.58-7.25 13.94-17.78 14.86-29.21.94-11.84-2.96-23.69-10.86-32.9-8.19-9.5-19.95-15.36-32.69-16.27-13.16-.94-26.24 3.49-36.34 12.34l.01-.01c-10.41 9.08-16.78 22.1-17.68 36.15-.93 14.44 4.03 28.77 13.79 39.78 10.03 11.32 24.28 18.2 39.6 19.09 15.73.92 31.31-4.56 43.24-15.234 12.23-10.954 19.61-26.44 20.5-43.074a4.785 4.785 0 00-4.52-5.03 4.778 4.778 0 00-5.03 4.52c-.75 14.1-7 27.2-17.33 36.45-10.03 8.98-23.11 13.58-36.3 12.81-12.79-.75-24.67-6.48-33-15.89-8.07-9.11-12.17-20.94-11.41-32.827.74-11.52 5.942-22.15 14.43-29.54l.01-.01c8.18-7.17 18.74-10.75 29.35-9.998 10.21.726 19.6 5.41 26.11 12.96 6.24 7.273 9.32 16.61 8.573 25.894-.718 8.9-4.88 17.064-11.504 22.66l.01-.007c-6.36 5.342-14.44 7.92-22.425 7.19-7.604-.68-14.52-4.314-19.21-10.027-4.44-5.4-6.517-12.23-5.806-18.94.67-6.3 3.76-11.977 8.54-15.766 4.46-3.54 10.05-5.128 15.44-4.44 5.03.63 9.46 3.18 12.32 7.01l.02.024c2.65 3.5 3.75 7.814 3.1 11.92-.59 3.71-2.58 6.925-5.45 8.924-2.56 1.767-5.61 2.403-8.38 1.81-2.42-.516-4.42-1.92-5.53-3.79-.93-1.56-1.15-3.3-.69-4.75l-4.56-1.446L59.325 65c.36-1.12 1.068-1.905 1.84-2.22.25-.103.48-.14.668-.13.06.006.11.015.14.025.01 0 .01 0-.01-.01a1.047 1.047 0 01-.264-.332c-.15-.29-.23-.678-.18-1.11l-.005.04c.15-1.332 1.38-2.523 3.035-2.523-2.65 0-4.79 2.144-4.79 4.787s2.14 4.785 4.78 4.785z\"/></svg>"
        },
        "$:/core/images/star-filled": {
            "title": "$:/core/images/star-filled",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-star-filled tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M61.836 96.823l37.327 27.287c2.72 1.99 6.379-.69 5.343-3.912L90.29 75.988l-1.26 3.91 37.285-27.345c2.718-1.993 1.32-6.327-2.041-6.33l-46.113-.036 3.3 2.416L67.176 4.416c-1.04-3.221-5.563-3.221-6.604 0L46.29 48.603l3.3-2.416-46.113.036c-3.362.003-4.759 4.337-2.04 6.33L38.72 79.898l-1.26-3.91-14.216 44.21c-1.036 3.223 2.622 5.901 5.343 3.912l37.326-27.287h-4.078z\"/></svg>"
        },
        "$:/core/images/storyview-classic": {
            "title": "$:/core/images/storyview-classic",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-storyview-classic tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M8.007 0A8.01 8.01 0 000 8.007v111.986A8.01 8.01 0 008.007 128h111.986a8.01 8.01 0 008.007-8.007V8.007A8.01 8.01 0 00119.993 0H8.007zm15.992 16C19.581 16 16 19.578 16 23.992v16.016C16 44.422 19.588 48 24 48h80c4.419 0 8-3.578 8-7.992V23.992c0-4.414-3.588-7.992-8-7.992H24zm0 48C19.581 64 16 67.59 16 72c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24zm0 32C19.581 96 16 99.59 16 104c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24z\"/></svg>"
        },
        "$:/core/images/storyview-pop": {
            "title": "$:/core/images/storyview-pop",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-storyview-pop tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M8.007 0A8.01 8.01 0 000 8.007v111.986A8.01 8.01 0 008.007 128h111.986a8.01 8.01 0 008.007-8.007V8.007A8.01 8.01 0 00119.993 0H8.007zm15.992 16C19.581 16 16 19.578 16 23.992v16.016C16 44.422 19.588 48 24 48h80c4.419 0 8-3.578 8-7.992V23.992c0-4.414-3.588-7.992-8-7.992H24zm-7.99 40C11.587 56 8 59.578 8 63.992v16.016C8 84.422 11.584 88 16.01 88h95.98c4.424 0 8.01-3.578 8.01-7.992V63.992c0-4.414-3.584-7.992-8.01-7.992H16.01zM24 96C19.581 96 16 99.59 16 104c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24zm0-32C19.581 64 16 67.59 16 72c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24z\"/></svg>"
        },
        "$:/core/images/strikethrough": {
            "title": "$:/core/images/strikethrough",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-strikethrough tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M92.794 38.726h15.422c-.229-6.74-1.514-12.538-3.856-17.393-2.342-4.855-5.54-8.881-9.596-12.08-4.055-3.199-8.767-5.54-14.136-7.025C75.258.743 69.433 0 63.15 0a62.76 62.76 0 00-16.364 2.142C41.474 3.57 36.733 5.74 32.564 8.653c-4.17 2.913-7.511 6.626-10.025 11.138-2.513 4.512-3.77 9.853-3.77 16.022 0 5.597 1.115 10.252 3.342 13.965 2.228 3.712 5.198 6.74 8.91 9.081 3.713 2.342 7.911 4.227 12.595 5.655a194.641 194.641 0 0014.308 3.77c4.855 1.085 9.624 2.142 14.308 3.17 4.683 1.028 8.881 2.37 12.594 4.027 3.713 1.656 6.683 3.798 8.91 6.425 2.228 2.628 3.342 6.055 3.342 10.281 0 4.456-.914 8.111-2.742 10.967a19.953 19.953 0 01-7.197 6.768c-2.97 1.657-6.311 2.828-10.024 3.513a60.771 60.771 0 01-11.052 1.028c-4.57 0-9.025-.571-13.366-1.713-4.34-1.143-8.139-2.913-11.394-5.312-3.256-2.4-5.884-5.455-7.883-9.168-1.999-3.712-2.998-8.139-2.998-13.28H15c0 7.426 1.342 13.852 4.027 19.278 2.684 5.426 6.34 9.881 10.966 13.365 4.627 3.484 9.996 6.083 16.107 7.797 6.112 1.713 12.595 2.57 19.449 2.57 5.597 0 11.223-.657 16.878-1.97 5.655-1.314 10.767-3.428 15.336-6.34 4.57-2.914 8.31-6.683 11.224-11.31 2.913-4.626 4.37-10.195 4.37-16.707 0-6.054-1.115-11.08-3.342-15.079-2.228-3.998-5.198-7.31-8.91-9.938-3.713-2.627-7.911-4.712-12.595-6.254a170.83 170.83 0 00-14.308-4.027 549.669 549.669 0 00-14.308-3.17c-4.683-.971-8.881-2.2-12.594-3.684-3.713-1.485-6.683-3.399-8.91-5.74-2.228-2.342-3.342-5.398-3.342-9.168 0-3.998.771-7.34 2.313-10.024 1.543-2.685 3.599-4.826 6.17-6.426 2.57-1.599 5.51-2.741 8.824-3.427a49.767 49.767 0 0110.11-1.028c8.453 0 15.393 1.97 20.819 5.912 5.426 3.94 8.596 10.31 9.51 19.106z\"/><path d=\"M5 54h118v16H5z\"/></g></svg>"
        },
        "$:/core/images/subscript": {
            "title": "$:/core/images/subscript",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-subscript tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M2.272 16h19.91l21.649 33.675L66.414 16h18.708L53.585 61.969l33.809 49.443H67.082L43.296 74.93l-24.187 36.48H0L33.808 61.97 2.272 16zM127.91 128.412H85.328c.059-5.168 1.306-9.681 3.741-13.542 2.435-3.86 5.761-7.216 9.978-10.066a112.388 112.388 0 016.325-4.321 50.09 50.09 0 006.058-4.499c1.841-1.603 3.356-3.34 4.543-5.211 1.188-1.871 1.812-4.024 1.871-6.46 0-1.128-.133-2.33-.4-3.607a9.545 9.545 0 00-1.56-3.564c-.772-1.098-1.84-2.019-3.207-2.761-1.366-.743-3.148-1.114-5.345-1.114-2.02 0-3.697.4-5.033 1.203-1.337.801-2.406 1.9-3.208 3.296-.801 1.396-1.395 3.044-1.781 4.944-.386 1.9-.609 3.95-.668 6.147H86.486c0-3.445.46-6.637 1.38-9.577.921-2.94 2.302-5.478 4.143-7.617 1.841-2.138 4.083-3.815 6.726-5.033 2.643-1.217 5.716-1.826 9.22-1.826 3.802 0 6.979.623 9.533 1.87 2.554 1.248 4.617 2.822 6.191 4.722 1.574 1.9 2.688 3.965 3.341 6.192.653 2.227.98 4.35.98 6.37 0 2.494-.386 4.75-1.158 6.77a21.803 21.803 0 01-3.118 5.568 31.516 31.516 0 01-4.454 4.677 66.788 66.788 0 01-5.167 4.009 139.198 139.198 0 01-5.346 3.563 79.237 79.237 0 00-4.944 3.386c-1.514 1.128-2.836 2.3-3.964 3.518-1.129 1.218-1.9 2.51-2.317 3.876h30.379v9.087z\"/></svg>"
        },
        "$:/core/images/superscript": {
            "title": "$:/core/images/superscript",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-superscript tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M2.272 16h19.91l21.649 33.675L66.414 16h18.708L53.585 61.969l33.809 49.443H67.082L43.296 74.93l-24.187 36.48H0L33.808 61.97 2.272 16zM127.91 63.412H85.328c.059-5.168 1.306-9.681 3.741-13.542 2.435-3.86 5.761-7.216 9.978-10.066a112.388 112.388 0 016.325-4.321 50.09 50.09 0 006.058-4.499c1.841-1.603 3.356-3.34 4.543-5.211 1.188-1.871 1.812-4.024 1.871-6.46 0-1.128-.133-2.33-.4-3.607a9.545 9.545 0 00-1.56-3.564c-.772-1.098-1.84-2.019-3.207-2.761-1.366-.743-3.148-1.114-5.345-1.114-2.02 0-3.697.4-5.033 1.203-1.337.801-2.406 1.9-3.208 3.296-.801 1.396-1.395 3.044-1.781 4.944-.386 1.9-.609 3.95-.668 6.147H86.486c0-3.445.46-6.637 1.38-9.577.921-2.94 2.302-5.478 4.143-7.617 1.841-2.138 4.083-3.815 6.726-5.033 2.643-1.217 5.716-1.826 9.22-1.826 3.802 0 6.979.623 9.533 1.87 2.554 1.248 4.617 2.822 6.191 4.722 1.574 1.9 2.688 3.965 3.341 6.192.653 2.227.98 4.35.98 6.37 0 2.494-.386 4.75-1.158 6.77a21.803 21.803 0 01-3.118 5.568 31.516 31.516 0 01-4.454 4.677 66.788 66.788 0 01-5.167 4.009 139.198 139.198 0 01-5.346 3.563 79.237 79.237 0 00-4.944 3.386c-1.514 1.128-2.836 2.3-3.964 3.518-1.129 1.218-1.9 2.51-2.317 3.876h30.379v9.087z\"/></svg>"
        },
        "$:/core/images/tag-button": {
            "title": "$:/core/images/tag-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-tag-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M18.164 47.66l.004 4.105c.003 3.823 2.19 9.097 4.885 11.792l61.85 61.85c2.697 2.697 7.068 2.69 9.769-.01L125.767 94.3a6.903 6.903 0 00.01-9.77L63.928 22.683c-2.697-2.697-7.976-4.88-11.796-4.881l-27.076-.007a6.902 6.902 0 00-6.91 6.91l.008 9.96.287.033c3.73.411 8.489-.044 13.365-1.153a9.702 9.702 0 0111.14-3.662l.291-.13.128.285a9.7 9.7 0 013.3 2.17c3.796 3.796 3.801 9.945.012 13.734-3.618 3.618-9.386 3.777-13.204.482-5.365 1.122-10.674 1.596-15.309 1.237z\"/><path d=\"M47.633 39.532l.023.051c-9.689 4.356-21.584 6.799-30.396 5.828C5.273 44.089-1.028 36.43 2.443 24.078 5.562 12.976 14.3 4.361 24.047 1.548c10.68-3.083 19.749 1.968 19.749 13.225h-8.623c0-4.859-3.078-6.573-8.735-4.94-6.91 1.995-13.392 8.383-15.694 16.577-1.915 6.818.417 9.653 7.46 10.43 7.126.785 17.531-1.352 25.917-5.121l.027.06.036-.017c1.76-.758 6.266 6.549 3.524 7.74a2.8 2.8 0 01-.075.03z\"/></g></svg>"
        },
        "$:/core/images/theme-button": {
            "title": "$:/core/images/theme-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-theme-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M55.854 66.945a122.626 122.626 0 01-3.9-4.819c-11.064-14.548-16.645-6.888-22.96 0-6.315 6.888 1.664 12.47-4.33 17.335-5.993 4.866-5.623 6.552-15.737-2.35-10.115-8.9-10.815-11.351-6.172-16.43 4.644-5.08 8.524 2.918 18.01-6.108 9.485-9.026 1.517-17.026 1.517-17.026S42.03-2.824 68.42.157c26.39 2.982-9.984-3.86-19.031 27.801-3.874 13.556.72 10.362 8.066 16.087 1.707 1.33 6.428 4.732 12.671 9.318-6.129 5.879-11.157 10.669-14.273 13.582zm11.641 12.947c16.013 17.036 37.742 37.726 45.117 40.42 10.432 3.813 15.388-3.141 15.388-14.79 0-7.151-23.83-26.542-43.924-41.769-7.408 7.156-13.376 12.953-16.58 16.139z\"/><path d=\"M11.069 109.828L46.31 74.587a3.56 3.56 0 115.037-5.032l15.098 15.098a3.56 3.56 0 11-5.032 5.037l-35.24 35.241c-4.171 4.17-10.933 4.17-15.104 0-4.17-4.17-4.17-10.933 0-15.103zM124.344 6.622l5.034 5.034-7.49 12.524-7.613 2.58L61.413 79.62l-5.034-5.034 52.861-52.862 2.58-7.614 12.524-7.49z\"/></g></svg>"
        },
        "$:/core/images/storyview-zoomin": {
            "title": "$:/core/images/storyview-zoomin",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-storyview-zoomin tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M8.007 0A8.01 8.01 0 000 8.007v111.986A8.01 8.01 0 008.007 128h111.986a8.01 8.01 0 008.007-8.007V8.007A8.01 8.01 0 00119.993 0H8.007zm15.992 16A8 8 0 0016 24.009V71.99C16 76.414 19.588 80 24 80h80a8 8 0 008-8.009V24.01c0-4.423-3.588-8.009-8-8.009H24z\"/></svg>"
        },
        "$:/core/images/timestamp-on": {
            "title": "$:/core/images/timestamp-on",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-timestamp-on tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M58.25 11C26.08 11 0 37.082 0 69.25s26.08 58.25 58.25 58.25c32.175 0 58.25-26.082 58.25-58.25S90.425 11 58.25 11zm0 100.5C34.914 111.5 16 92.586 16 69.25 16 45.92 34.914 27 58.25 27s42.25 18.92 42.25 42.25c0 23.336-18.914 42.25-42.25 42.25zM49.704 10a5 5 0 010-10H66.69a5 5 0 015 5c.006 2.757-2.238 5-5 5H49.705z\"/><path d=\"M13.41 27.178a5.005 5.005 0 01-7.045-.613 5.008 5.008 0 01.616-7.047l9.95-8.348a5 5 0 016.429 7.661l-9.95 8.348zm89.573 0a5.005 5.005 0 007.045-.613 5.008 5.008 0 00-.616-7.047l-9.95-8.348a5 5 0 00-6.428 7.661l9.95 8.348zM65.097 71.072c0 3.826-3.09 6.928-6.897 6.928-3.804.006-6.9-3.102-6.903-6.928 0 0 4.76-39.072 6.903-39.072s6.897 39.072 6.897 39.072z\"/></g></svg>"
        },
        "$:/core/images/tip": {
            "title": "$:/core/images/tip",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-tip tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M64 128.242c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64-35.346 0-64 28.654-64 64 0 35.346 28.654 64 64 64zm11.936-36.789c-.624 4.129-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349C54.33 94.05 58.824 95.82 64 95.82c5.175 0 9.67-1.769 11.936-4.366zm0 4.492c-.624 4.13-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zm0 4.456c-.624 4.129-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zm0 4.492c-.624 4.13-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zM64.3 24.242c11.618 0 23.699 7.82 23.699 24.2S75.92 71.754 75.92 83.576c0 5.873-5.868 9.26-11.92 9.26s-12.027-3.006-12.027-9.26C51.973 71.147 40 65.47 40 48.442s12.683-24.2 24.301-24.2z\"/></svg>"
        },
        "$:/core/images/rotate-left": {
            "title": "$:/core/images/rotate-left",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-rotate-left tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"32\" height=\"80\" rx=\"8\"/><rect width=\"80\" height=\"32\" x=\"48\" y=\"96\" rx=\"8\"/><path d=\"M61.32 36.65c19.743 2.45 35.023 19.287 35.023 39.693a4 4 0 01-8 0c0-15.663-11.254-28.698-26.117-31.46l3.916 3.916a4 4 0 11-5.657 5.657L49.172 43.142a4 4 0 010-5.657l11.313-11.313a4 4 0 115.657 5.656l-4.821 4.822z\"/></g></svg>"
        },
        "$:/core/images/transcludify": {
            "title": "$:/core/images/transcludify",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-transcludify-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M0 59.482c.591 0 1.36-.089 2.306-.266a10.417 10.417 0 002.75-.932 6.762 6.762 0 002.306-1.907c.651-.828.976-1.863.976-3.104V35.709c0-2.01.414-3.74 1.242-5.19.828-1.448 1.833-2.66 3.016-3.636s2.425-1.7 3.726-2.173c1.3-.473 2.424-.71 3.37-.71h8.073v7.451h-4.88c-1.241 0-2.232.207-2.97.621-.74.414-1.302.932-1.686 1.552a4.909 4.909 0 00-.71 1.996c-.089.71-.133 1.39-.133 2.04v16.677c0 1.715-.325 3.134-.976 4.258-.65 1.123-1.434 2.025-2.35 2.705-.917.68-1.863 1.168-2.839 1.464-.976.296-1.818.473-2.528.532v.178c.71.059 1.552.207 2.528.443.976.237 1.922.68 2.839 1.33.916.651 1.7 1.583 2.35 2.795.65 1.212.976 2.853.976 4.923v16.144c0 .65.044 1.33.133 2.04.089.71.325 1.375.71 1.996.384.621.946 1.139 1.685 1.553.74.414 1.73.62 2.972.62h4.879v7.452h-8.073c-.946 0-2.07-.237-3.37-.71-1.301-.473-2.543-1.197-3.726-2.173-1.183-.976-2.188-2.188-3.016-3.637-.828-1.449-1.242-3.179-1.242-5.19V74.119c0-1.42-.325-2.572-.976-3.46-.65-.886-1.419-1.581-2.306-2.084a8.868 8.868 0 00-2.75-1.02C1.36 67.377.591 67.288 0 67.288v-7.806zm24.66 0c.591 0 1.36-.089 2.306-.266a10.417 10.417 0 002.75-.932 6.762 6.762 0 002.306-1.907c.65-.828.976-1.863.976-3.104V35.709c0-2.01.414-3.74 1.242-5.19.828-1.448 1.833-2.66 3.016-3.636s2.425-1.7 3.726-2.173c1.3-.473 2.424-.71 3.37-.71h8.073v7.451h-4.88c-1.241 0-2.232.207-2.97.621-.74.414-1.302.932-1.686 1.552a4.909 4.909 0 00-.71 1.996c-.089.71-.133 1.39-.133 2.04v16.677c0 1.715-.325 3.134-.976 4.258-.65 1.123-1.434 2.025-2.35 2.705-.917.68-1.863 1.168-2.839 1.464-.976.296-1.818.473-2.528.532v.178c.71.059 1.552.207 2.528.443.976.237 1.922.68 2.839 1.33.916.651 1.7 1.583 2.35 2.795.65 1.212.976 2.853.976 4.923v16.144c0 .65.044 1.33.133 2.04.089.71.325 1.375.71 1.996.384.621.946 1.139 1.685 1.553.74.414 1.73.62 2.972.62h4.879v7.452h-8.073c-.946 0-2.07-.237-3.37-.71-1.301-.473-2.543-1.197-3.726-2.173-1.183-.976-2.188-2.188-3.016-3.637-.828-1.449-1.242-3.179-1.242-5.19V74.119c0-1.42-.325-2.572-.976-3.46-.65-.886-1.419-1.581-2.306-2.084a8.868 8.868 0 00-2.75-1.02c-.946-.177-1.715-.266-2.306-.266v-7.806zm43.965-3.538L80.6 52.041l2.306 7.097-12.063 3.903 7.628 10.378-6.12 4.435-7.63-10.467-7.45 10.201-5.943-4.524 7.628-10.023-12.152-4.17 2.306-7.096 12.064 4.17V43.347h7.451v12.596zm34.425 11.344c-.65 0-1.449.089-2.395.266-.946.177-1.863.488-2.75.931a6.356 6.356 0 00-2.262 1.908c-.62.828-.931 1.862-.931 3.104v17.564c0 2.01-.414 3.74-1.242 5.189-.828 1.449-1.833 2.661-3.016 3.637s-2.425 1.7-3.726 2.173c-1.3.473-2.424.71-3.37.71h-8.073v-7.451h4.88c1.241 0 2.232-.207 2.97-.621.74-.414 1.302-.932 1.686-1.553a4.9 4.9 0 00.71-1.995c.089-.71.133-1.39.133-2.04V72.432c0-1.715.325-3.134.976-4.258.65-1.124 1.434-2.01 2.35-2.661.917-.65 1.863-1.124 2.839-1.42.976-.295 1.818-.502 2.528-.62v-.178c-.71-.059-1.552-.207-2.528-.443-.976-.237-1.922-.68-2.839-1.33-.916-.651-1.7-1.583-2.35-2.795-.65-1.212-.976-2.853-.976-4.923V37.66c0-.651-.044-1.331-.133-2.04a4.909 4.909 0 00-.71-1.997c-.384-.62-.946-1.138-1.685-1.552-.74-.414-1.73-.62-2.972-.62h-4.879V24h8.073c.946 0 2.07.237 3.37.71 1.301.473 2.543 1.197 3.726 2.173 1.183.976 2.188 2.188 3.016 3.637.828 1.449 1.242 3.178 1.242 5.189v16.943c0 1.419.31 2.572.931 3.46a6.897 6.897 0 002.262 2.084 8.868 8.868 0 002.75 1.02c.946.177 1.745.266 2.395.266v7.806zm24.66 0c-.65 0-1.449.089-2.395.266-.946.177-1.863.488-2.75.931a6.356 6.356 0 00-2.262 1.908c-.62.828-.931 1.862-.931 3.104v17.564c0 2.01-.414 3.74-1.242 5.189-.828 1.449-1.833 2.661-3.016 3.637s-2.425 1.7-3.726 2.173c-1.3.473-2.424.71-3.37.71h-8.073v-7.451h4.88c1.241 0 2.232-.207 2.97-.621.74-.414 1.302-.932 1.686-1.553a4.9 4.9 0 00.71-1.995c.089-.71.133-1.39.133-2.04V72.432c0-1.715.325-3.134.976-4.258.65-1.124 1.434-2.01 2.35-2.661.917-.65 1.863-1.124 2.839-1.42.976-.295 1.818-.502 2.528-.62v-.178c-.71-.059-1.552-.207-2.528-.443-.976-.237-1.922-.68-2.839-1.33-.916-.651-1.7-1.583-2.35-2.795-.65-1.212-.976-2.853-.976-4.923V37.66c0-.651-.044-1.331-.133-2.04a4.909 4.909 0 00-.71-1.997c-.384-.62-.946-1.138-1.685-1.552-.74-.414-1.73-.62-2.972-.62h-4.879V24h8.073c.946 0 2.07.237 3.37.71 1.301.473 2.543 1.197 3.726 2.173 1.183.976 2.188 2.188 3.016 3.637.828 1.449 1.242 3.178 1.242 5.189v16.943c0 1.419.31 2.572.931 3.46a6.897 6.897 0 002.262 2.084 8.868 8.868 0 002.75 1.02c.946.177 1.745.266 2.395.266v7.806z\"/></svg>"
        },
        "$:/core/images/underline": {
            "title": "$:/core/images/underline",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-underline tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M7 117.421h114.248V128H7v-10.579zm97.871-18.525V0h-16.26v55.856c0 4.463-.605 8.576-1.816 12.338-1.212 3.762-3.03 7.046-5.452 9.851-2.423 2.806-5.452 4.974-9.086 6.504-3.635 1.53-7.939 2.296-12.912 2.296-6.25 0-11.159-1.786-14.73-5.356-3.57-3.571-5.356-8.417-5.356-14.538V0H23v65.038c0 5.356.542 10.234 1.626 14.633 1.084 4.4 2.965 8.194 5.643 11.382 2.678 3.188 6.185 5.643 10.52 7.365 4.337 1.721 9.756 2.582 16.26 2.582 7.27 0 13.582-1.435 18.938-4.304 5.356-2.87 9.755-7.365 13.199-13.486h.382v15.686h15.303z\"/></svg>"
        },
        "$:/core/images/timestamp-off": {
            "title": "$:/core/images/timestamp-off",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-timestamp-off tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M58.25 11C26.08 11 0 37.082 0 69.25s26.08 58.25 58.25 58.25c32.175 0 58.25-26.082 58.25-58.25S90.425 11 58.25 11zm0 100.5C34.914 111.5 16 92.586 16 69.25 16 45.92 34.914 27 58.25 27s42.25 18.92 42.25 42.25c0 23.336-18.914 42.25-42.25 42.25zM49.704 10a5 5 0 010-10H66.69a5 5 0 015 5c.006 2.757-2.238 5-5 5H49.705z\"/><path d=\"M58.25 35.88c-18.777 0-33.998 15.224-33.998 33.998 0 18.773 15.22 34.002 33.998 34.002 18.784 0 34.002-15.23 34.002-34.002 0-18.774-15.218-33.998-34.002-33.998zm-3.03 50.123H44.196v-34H55.22v34zm16.976 0H61.17v-34h11.025v34z\"/></g></svg>"
        },
        "$:/core/images/unfold-all-button": {
            "title": "$:/core/images/unfold-all-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-unfold-all tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"64\" rx=\"8\"/><path d=\"M63.945 60.624c-2.05 0-4.101-.78-5.666-2.345L35.662 35.662c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.192-3.122 11.319.005L63.94 41.314l16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L69.603 58.279a7.986 7.986 0 01-5.663 2.346zM64.004 124.565c-2.05 0-4.102-.78-5.666-2.345L35.721 99.603c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.191-3.122 11.318.005L64 105.255l16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L69.662 122.22a7.986 7.986 0 01-5.663 2.346z\"/></g></svg>"
        },
        "$:/core/images/options-button": {
            "title": "$:/core/images/options-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-options-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M110.488 76a47.712 47.712 0 01-5.134 12.384l6.724 6.724c3.123 3.123 3.132 8.192.011 11.313l-5.668 5.668c-3.12 3.12-8.186 3.117-11.313-.01l-6.724-6.725c-3.82 2.258-7.98 4-12.384 5.134v9.505c0 4.417-3.578 8.007-7.992 8.007h-8.016C55.58 128 52 124.415 52 119.993v-9.505a47.712 47.712 0 01-12.384-5.134l-6.724 6.725c-3.123 3.122-8.192 3.131-11.313.01l-5.668-5.668c-3.12-3.12-3.116-8.186.01-11.313l6.725-6.724c-2.257-3.82-4-7.98-5.134-12.384H8.007C3.591 76 0 72.422 0 68.01v-8.017C0 55.58 3.585 52 8.007 52h9.505a47.712 47.712 0 015.134-12.383l-6.724-6.725c-3.123-3.122-3.132-8.191-.011-11.312l5.668-5.669c3.12-3.12 8.186-3.116 11.313.01l6.724 6.725c3.82-2.257 7.98-4 12.384-5.134V8.007C52 3.591 55.578 0 59.992 0h8.016C72.42 0 76 3.585 76 8.007v9.505a47.712 47.712 0 0112.384 5.134l6.724-6.724c3.123-3.123 8.192-3.132 11.313-.01l5.668 5.668c3.12 3.12 3.116 8.186-.01 11.312l-6.725 6.725c2.257 3.82 4 7.979 5.134 12.383h9.505c4.416 0 8.007 3.578 8.007 7.992v8.017c0 4.411-3.585 7.991-8.007 7.991h-9.505zM64 96c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32z\"/></svg>"
        },
        "$:/core/images/unlocked-padlock": {
            "title": "$:/core/images/unlocked-padlock",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-unlocked-padlock tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M48.627 64H105v32.01C105 113.674 90.674 128 73.001 128H56C38.318 128 24 113.677 24 96.01V64h6.136c-10.455-12.651-27.364-35.788-4.3-55.142 24.636-20.672 45.835 4.353 55.777 16.201 9.943 11.85-2.676 22.437-12.457 9.892-9.78-12.545-21.167-24.146-33.207-14.043-12.041 10.104-1.757 22.36 8.813 34.958 2.467 2.94 3.641 5.732 3.865 8.134zm19.105 28.364A8.503 8.503 0 0064.5 76a8.5 8.5 0 00-3.498 16.25l-5.095 22.77H72.8l-5.07-22.656z\"/></svg>"
        },
        "$:/core/images/twitter": {
            "title": "$:/core/images/twitter",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-twitter tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M41.626 115.803A73.376 73.376 0 012 104.235c2.022.238 4.08.36 6.166.36 12.111 0 23.258-4.117 32.105-11.023-11.312-.208-20.859-7.653-24.148-17.883a25.98 25.98 0 0011.674-.441C15.971 72.881 7.061 62.474 7.061 49.997c0-.108 0-.216.002-.323a25.824 25.824 0 0011.709 3.22c-6.936-4.617-11.5-12.5-11.5-21.433 0-4.719 1.274-9.142 3.5-12.945 12.75 15.579 31.797 25.83 53.281 26.904-.44-1.884-.67-3.85-.67-5.868 0-14.22 11.575-25.75 25.852-25.75a25.865 25.865 0 0118.869 8.132 51.892 51.892 0 0016.415-6.248c-1.93 6.012-6.029 11.059-11.366 14.246A51.844 51.844 0 00128 25.878a52.428 52.428 0 01-12.9 13.33c.05 1.104.075 2.214.075 3.33 0 34.028-26 73.265-73.549 73.265\"/></svg>"
        },
        "$:/core/images/up-arrow": {
            "title": "$:/core/images/up-arrow",
            "created": "20150316000544368",
            "modified": "20150316000831867",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-up-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M63.892.281c2.027 0 4.054.77 5.6 2.316l55.98 55.98a7.92 7.92 0 010 11.196c-3.086 3.085-8.104 3.092-11.196 0L63.894 19.393 13.513 69.774a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196l55.98-55.98A7.892 7.892 0 0163.893.28z\"/></svg>"
        },
        "$:/core/images/warning": {
            "title": "$:/core/images/warning",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-warning tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M57.072 11c3.079-5.333 10.777-5.333 13.856 0l55.426 96c3.079 5.333-.77 12-6.928 12H8.574c-6.158 0-10.007-6.667-6.928-12l55.426-96zM64 37c-4.418 0-8 3.582-8 7.994v28.012C56 77.421 59.59 81 64 81c4.418 0 8-3.582 8-7.994V44.994C72 40.579 68.41 37 64 37zm0 67a8 8 0 100-16 8 8 0 000 16z\"/></svg>"
        },
        "$:/core/images/unfold-button": {
            "title": "$:/core/images/unfold-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-unfold tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><path d=\"M63.945 63.624c-2.05 0-4.101-.78-5.666-2.345L35.662 38.662c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.192-3.122 11.319.005L63.94 44.314l16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L69.603 61.279a7.986 7.986 0 01-5.663 2.346zM64.004 105.682c-2.05.001-4.102-.78-5.666-2.344L35.721 80.721c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.191-3.122 11.318.005L64 86.373l16.966-16.966c3.124-3.125 8.194-3.13 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319l-22.617 22.617a7.986 7.986 0 01-5.663 2.346z\"/></g></svg>"
        },
        "$:/core/images/video": {
            "title": "$:/core/images/video",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-video tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M64 12c-34.91 0-55.273 2.917-58.182 5.833C2.91 20.75 0 41.167 0 64.5c0 23.333 2.91 43.75 5.818 46.667C8.728 114.083 29.091 117 64 117c34.91 0 55.273-2.917 58.182-5.833C125.09 108.25 128 87.833 128 64.5c0-23.333-2.91-43.75-5.818-46.667C119.272 14.917 98.909 12 64 12zm-9.084 32.618c-3.813-2.542-6.905-.879-6.905 3.698v31.368c0 4.585 3.099 6.235 6.905 3.698l22.168-14.779c3.813-2.542 3.806-6.669 0-9.206L54.916 44.618z\"/></svg>"
        },
        "$:/core/images/paint": {
            "title": "$:/core/images/paint",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-paint tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M83.527 76.19C90.43 69.287 91.892 59 87.91 50.665l37.903-37.902c2.919-2.92 2.913-7.659 0-10.572a7.474 7.474 0 00-10.572 0L77.338 40.093c-8.335-3.982-18.622-2.521-25.526 4.383l31.715 31.715zm-2.643 2.644L49.169 47.119S8.506 81.243 0 80.282c0 0 3.782 5.592 6.827 8.039 14.024-5.69 37.326-24.6 37.326-24.6l.661.66S19.45 90.222 9.18 92.047c1.222 1.44 4.354 4.053 6.247 5.776 5.417-1.488 34.733-28.57 34.733-28.57l.661.66-32.407 31.022 5.285 5.286L56.106 75.2l.662.66s-27.864 30.536-28.684 32.432c0 0 6.032 6.853 7.569 7.824.702-2.836 27.884-33.485 27.884-33.485l.661.66s-20.597 23.755-24.964 36.732c3.21 3.549 7.5 5.137 10.926 6.298-2.19-11.817 30.724-47.487 30.724-47.487z\"/></svg>"
        },
        "$:/palettes/Blue": {
            "title": "$:/palettes/Blue",
            "name": "Blue",
            "description": "A blue theme",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #fff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333353\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #ddddff\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #5959c0\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: #ccccdd\ntab-border-selected: #ccccdd\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #eeeeff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #666666\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #ffffff\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #ffffff\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #5959c0\ntoolbar-new-button: #5eb95e\ntoolbar-options-button: rgb(128, 88, 165)\ntoolbar-save-button: #0e90d2\ntoolbar-info-button: #0e90d2\ntoolbar-edit-button: rgb(243, 123, 29)\ntoolbar-close-button: #dd514c\ntoolbar-delete-button: #dd514c\ntoolbar-cancel-button: rgb(243, 123, 29)\ntoolbar-done-button: #5eb95e\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/Muted": {
            "title": "$:/palettes/Muted",
            "name": "Muted",
            "description": "Bright tiddlers on a muted background",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #6f6f70\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #29a6ee\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #c2c1c2\nsidebar-foreground-shadow: rgba(255,255,255,0)\nsidebar-foreground: #d3d2d4\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #6f6f70\nsidebar-tab-background: #666667\nsidebar-tab-border-selected: #999\nsidebar-tab-border: #515151\nsidebar-tab-divider: #999\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: #999\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #d1d0d2\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #d5ad34\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/ContrastLight": {
            "title": "$:/palettes/ContrastLight",
            "name": "Contrast (Light)",
            "description": "High contrast and unambiguous (light version)",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #f00\nalert-border: <<colour background>>\nalert-highlight: <<colour foreground>>\nalert-muted-foreground: #800\nbackground: #fff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: <<colour background>>\nbutton-foreground: <<colour foreground>>\nbutton-border: <<colour foreground>>\ncode-background: <<colour background>>\ncode-border: <<colour foreground>>\ncode-foreground: <<colour foreground>>\ndirty-indicator: #f00\ndownload-background: #080\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: <<colour foreground>>\ndropdown-tab-background: <<colour foreground>>\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #00a\nexternal-link-foreground: #00e\nforeground: #000\nmessage-background: <<colour foreground>>\nmessage-border: <<colour background>>\nmessage-foreground: <<colour background>>\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour foreground>>\nmodal-header-border: <<colour foreground>>\nmuted-foreground: <<colour foreground>>\nnotification-background: <<colour background>>\nnotification-border: <<colour foreground>>\npage-background: <<colour background>>\npre-background: <<colour background>>\npre-border: <<colour foreground>>\nprimary: #00f\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: <<colour background>>\nsidebar-controls-foreground: <<colour foreground>>\nsidebar-foreground-shadow: rgba(0,0,0, 0)\nsidebar-foreground: <<colour foreground>>\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: <<colour foreground>>\nsidebar-tab-background-selected: <<colour background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour foreground>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour foreground>>\nsidebar-tiddler-link-foreground: <<colour primary>>\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: <<colour foreground>>\ntab-border-selected: <<colour foreground>>\ntab-border: <<colour foreground>>\ntab-divider: <<colour foreground>>\ntab-foreground-selected: <<colour foreground>>\ntab-foreground: <<colour background>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #000\ntag-foreground: #fff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour foreground>>\ntiddler-controls-foreground-hover: #ddd\ntiddler-controls-foreground-selected: #fdd\ntiddler-controls-foreground: <<colour foreground>>\ntiddler-editor-background: <<colour background>>\ntiddler-editor-border-image: <<colour foreground>>\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: <<colour background>>\ntiddler-info-background: <<colour background>>\ntiddler-info-border: <<colour foreground>>\ntiddler-info-tab-background: <<colour background>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour foreground>>\ntiddler-title-foreground: <<colour foreground>>\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour foreground>>\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/ContrastDark": {
            "title": "$:/palettes/ContrastDark",
            "name": "Contrast (Dark)",
            "description": "High contrast and unambiguous (dark version)",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #f00\nalert-border: <<colour background>>\nalert-highlight: <<colour foreground>>\nalert-muted-foreground: #800\nbackground: #000\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: <<colour background>>\nbutton-foreground: <<colour foreground>>\nbutton-border: <<colour foreground>>\ncode-background: <<colour background>>\ncode-border: <<colour foreground>>\ncode-foreground: <<colour foreground>>\ndirty-indicator: #f00\ndownload-background: #080\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: <<colour foreground>>\ndropdown-tab-background: <<colour foreground>>\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #00a\nexternal-link-foreground: #00e\nforeground: #fff\nmessage-background: <<colour foreground>>\nmessage-border: <<colour background>>\nmessage-foreground: <<colour background>>\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour foreground>>\nmodal-header-border: <<colour foreground>>\nmuted-foreground: <<colour foreground>>\nnotification-background: <<colour background>>\nnotification-border: <<colour foreground>>\npage-background: <<colour background>>\npre-background: <<colour background>>\npre-border: <<colour foreground>>\nprimary: #00f\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: <<colour background>>\nsidebar-controls-foreground: <<colour foreground>>\nsidebar-foreground-shadow: rgba(0,0,0, 0)\nsidebar-foreground: <<colour foreground>>\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: <<colour foreground>>\nsidebar-tab-background-selected: <<colour background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour foreground>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour foreground>>\nsidebar-tiddler-link-foreground: <<colour primary>>\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: <<colour foreground>>\ntab-border-selected: <<colour foreground>>\ntab-border: <<colour foreground>>\ntab-divider: <<colour foreground>>\ntab-foreground-selected: <<colour foreground>>\ntab-foreground: <<colour background>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #fff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour foreground>>\ntiddler-controls-foreground-hover: #ddd\ntiddler-controls-foreground-selected: #fdd\ntiddler-controls-foreground: <<colour foreground>>\ntiddler-editor-background: <<colour background>>\ntiddler-editor-border-image: <<colour foreground>>\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: <<colour background>>\ntiddler-info-background: <<colour background>>\ntiddler-info-border: <<colour foreground>>\ntiddler-info-tab-background: <<colour background>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour foreground>>\ntiddler-title-foreground: <<colour foreground>>\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour foreground>>\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/CupertinoDark": {
            "title": "$:/palettes/CupertinoDark",
            "tags": "$:/tags/Palette",
            "name": "Cupertino Dark",
            "description": "A macOS inspired dark palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #FF453A\nalert-border: #FF453A\nalert-highlight: #FFD60A\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #282828\nblockquote-bar: <<colour page-background>>\nbutton-foreground: <<colour background>>\ncode-background: <<colour pre-background>>\ncode-border: <<colour pre-border>>\ncode-foreground: rgba(255, 255, 255, 0.54)\ndirty-indicator: #FF453A\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour tiddler-info-background>>\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: #3F638B\ndropdown-tab-background: #323232\ndropzone-background: #30D158\nexternal-link-background-hover: transparent\nexternal-link-background-visited: transparent\nexternal-link-background: transparent\nexternal-link-foreground-hover: \nexternal-link-foreground-visited: #BF5AF2\nexternal-link-foreground: #32D74B\nforeground: #FFFFFF\nmenubar-background: #464646\nmenubar-foreground: #ffffff\nmessage-background: <<colour background>>\nmessage-border: <<colour very-muted-foreground>>\nmessage-foreground: rgba(255, 255, 255, 0.54)\nmodal-backdrop: <<colour page-background>>\nmodal-background: <<colour background>>\nmodal-border: <<colour very-muted-foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour background>>\nmodal-header-border: <<colour very-muted-foreground>>\nmuted-foreground: #98989D\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #323232\npre-background: #464646\npre-border: transparent\nprimary: #0A84FF\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour background>>\nsidebar-controls-foreground-hover: #FF9F0A\nsidebar-controls-foreground: #8E8E93\nsidebar-foreground-shadow: transparent\nsidebar-foreground: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground-hover: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground: rgba(255, 255, 255, 0.38)\nsidebar-tab-background-selected: #3F638B\nsidebar-tab-background: <<colour background>>\nsidebar-tab-border-selected: <<colour background>>\nsidebar-tab-border: <<colour background>>\nsidebar-tab-divider: <<colour background>>\nsidebar-tab-foreground-selected: rgba(255, 255, 255, 0.87)\nsidebar-tab-foreground: rgba(255, 255, 255, 0.54)\nsidebar-tiddler-link-foreground-hover: rgba(255, 255, 255, 0.7)\nsidebar-tiddler-link-foreground: rgba(255, 255, 255, 0.54)\nsite-title-foreground: #ffffff\nstatic-alert-foreground: #B4B4B4\ntab-background-selected: #3F638B\ntab-background: <<colour page-background>>\ntab-border-selected: <<colour page-background>>\ntab-border: <<colour page-background>>\ntab-divider: <<colour page-background>>\ntab-foreground-selected: rgba(255, 255, 255, 0.87)\ntab-foreground: rgba(255, 255, 255, 0.54)\ntable-border: #464646\ntable-footer-background: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #48484A\ntag-foreground: #323232\ntiddler-background: <<colour background>>\ntiddler-border: transparent\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: #48484A\ntiddler-editor-background: transparent\ntiddler-editor-border-image: \ntiddler-editor-border: rgba(255, 255, 255, 0.08)\ntiddler-editor-fields-even: rgba(255, 255, 255, 0.1)\ntiddler-editor-fields-odd: rgba(255, 255, 255, 0.04)\ntiddler-info-background: #1E1E1E\ntiddler-info-border: #1E1E1E\ntiddler-info-tab-background: #3F638B\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour muted-foreground>>\ntiddler-title-foreground: #FFFFFF\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour very-muted-foreground>>\nvery-muted-foreground: #464646\nselection-background: #3F638B\nselection-foreground: #ffffff\nwikilist-background: <<colour page-background>>\nwikilist-button-background: #3F638B\nwikilist-button-foreground: <<colour foreground>>\nwikilist-button-open: #32D74B\nwikilist-button-open-hover: #32D74B\nwikilist-button-reveal: #0A84FF\nwikilist-button-reveal-hover: #0A84FF\nwikilist-button-remove: #FF453A\nwikilist-button-remove-hover: #FF453A\nwikilist-droplink-dragover: #32D74B\nwikilist-item: <<colour background>>\nwikilist-toolbar-background: <<colour background>>\nwikilist-title: <<colour foreground>>\nwikilist-title-svg: <<colour foreground>>\nwikilist-toolbar-foreground: <<colour foreground>>\nwikilist-url: <<colour muted-foreground>>\n"
        },
        "$:/palettes/GruvboxDark": {
            "title": "$:/palettes/GruvboxDark",
            "name": "Gruvbox Dark",
            "description": "Retro groove color scheme",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "license": "https://github.com/morhetz/gruvbox",
            "text": "alert-background: #cc241d\nalert-border: #cc241d\nalert-highlight: #d79921\nalert-muted-foreground: #504945\nbackground: #3c3836\nblockquote-bar: <<colour muted-foreground>>\nbutton-foreground: <<colour page-background>>\ncode-background: #504945\ncode-border: #504945\ncode-foreground: #fb4934\ndiff-delete-background: #fb4934\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #b8bb26\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #fb4934\ndownload-background: #b8bb26\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #665c54\ndropdown-border: <<colour background>>\ndropdown-tab-background-selected: #ebdbb2\ndropdown-tab-background: #665c54\ndropzone-background: #98971a\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #d3869b\nexternal-link-foreground: #8ec07c\nforeground: #fbf1c7\nmenubar-background: #504945\nmenubar-foreground: <<colour foreground>>\nmessage-background: #83a598\nmessage-border: #83a598\nmessage-foreground: #3c3836\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #504945\nmodal-footer-background: #3c3836\nmodal-footer-border: #3c3836\nmodal-header-border: #3c3836\nmuted-foreground: #d5c4a1\nnotification-background: <<colour primary>>\nnotification-border: <<colour primary>>\npage-background: #282828\npre-background: #504945\npre-border: #504945\nprimary: #d79921\nselect-tag-background: #665c54\nselect-tag-foreground: <<colour foreground>>\nselection-background: #458588\nselection-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour page-background>>\nsidebar-controls-foreground-hover: #7c6f64\nsidebar-controls-foreground: #504945\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #fbf1c7\nsidebar-muted-foreground-hover: #7c6f64\nsidebar-muted-foreground: #504945\nsidebar-tab-background-selected: #bdae93\nsidebar-tab-background: #3c3836\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: #bdae93\nsidebar-tab-divider: <<colour page-background>>\nsidebar-tab-foreground-selected: #282828\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #458588\nsidebar-tiddler-link-foreground: #98971a\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #B48EAD\ntab-background-selected: #ebdbb2\ntab-background: #665c54\ntab-border-selected: #665c54\ntab-border: #665c54\ntab-divider: #bdae93\ntab-foreground-selected: #282828\ntab-foreground: #ebdbb2\ntable-border: #7c6f64\ntable-footer-background: #665c54\ntable-header-background: #504945\ntag-background: #d3869b\ntag-foreground: #282828\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #7c6f64\ntiddler-controls-foreground-selected: <<colour primary>>\ntiddler-controls-foreground: #665c54\ntiddler-editor-background: #32302f\ntiddler-editor-border-image: #282828\ntiddler-editor-border: #282828\ntiddler-editor-fields-even: #504945\ntiddler-editor-fields-odd: #7c6f64\ntiddler-info-background: #32302f\ntiddler-info-border: #ebdbb2\ntiddler-info-tab-background: #ebdbb2\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #7c6f64\ntiddler-title-foreground: #a89984\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #504945\nvery-muted-foreground: #bdae93\nwikilist-background: <<colour page-background>>\nwikilist-button-background: #acacac\nwikilist-button-foreground: <<colour button-foreground>>\nwikilist-item: <<colour background>>\nwikilist-toolbar-background: <<colour background>>\nwikilist-toolbar-foreground: <<colour foreground>>\nwikilist-title: <<colour foreground>>\nwikilist-title-svg: <<colour wikilist-title>>\nwikilist-url: <<colour muted-foreground>>\nwikilist-button-open-hover: <<colour primary>>\nwikilist-button-open: <<colour dropzone-background>>\nwikilist-button-remove: <<colour dirty-indicator>>\nwikilist-button-remove-hover: <<colour alert-background>>\nwikilist-droplink-dragover: <<colour dropzone-background>>\nwikilist-button-reveal: <<colour sidebar-tiddler-link-foreground-hover>>\nwikilist-button-reveal-hover: <<colour message-background>>\n"
        },
        "$:/palettes/Nord": {
            "title": "$:/palettes/Nord",
            "name": "Nord",
            "description": "An arctic, north-bluish color palette.",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "license": "MIT, arcticicestudio, https://github.com/arcticicestudio/nord/blob/develop/LICENSE.md",
            "text": "alert-background: #D08770\nalert-border: #D08770\nalert-highlight: #B48EAD\nalert-muted-foreground: #4C566A\nbackground: #3b4252\nblockquote-bar: <<colour muted-foreground>>\nbutton-foreground: <<colour page-background>>\ncode-background: #2E3440\ncode-border: #2E3440\ncode-foreground: #BF616A\ndiff-delete-background: #BF616A\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #A3BE8C\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #BF616A\ndownload-background: #A3BE8C\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour background>>\ndropdown-tab-background-selected: #ECEFF4\ndropdown-tab-background: #4C566A\ndropzone-background: #A3BE8C\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #5E81AC\nexternal-link-foreground: #8FBCBB\nforeground: #d8dee9\nmenubar-background: #2E3440\nmenubar-foreground: #d8dee9\nmessage-background: #2E3440\nmessage-border: #2E3440\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #3b4252\nmodal-footer-background: #3b4252\nmodal-footer-border: #3b4252\nmodal-header-border: #3b4252\nmuted-foreground: #4C566A\nnotification-background: <<colour primary>>\nnotification-border: #EBCB8B\npage-background: #2e3440\npre-background: #2E3440\npre-border: #2E3440\nprimary: #5E81AC\nselect-tag-background: #3b4252\nselect-tag-foreground: <<colour foreground>>\nselection-background: #5E81AC\nselection-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour page-background>>\nsidebar-controls-foreground-hover: #D8DEE9\nsidebar-controls-foreground: #4C566A\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #D8DEE9\nsidebar-muted-foreground-hover: #4C566A\nsidebar-muted-foreground: #4C566A\nsidebar-tab-background-selected: #ECEFF4\nsidebar-tab-background: #4C566A\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: #4C566A\nsidebar-tab-divider: <<colour page-background>>\nsidebar-tab-foreground-selected: #4C566A\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #A3BE8C\nsidebar-tiddler-link-foreground: #81A1C1\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #B48EAD\ntab-background-selected: #ECEFF4\ntab-background: #4C566A\ntab-border-selected: #4C566A\ntab-border: #4C566A\ntab-divider: #4C566A\ntab-foreground-selected: #4C566A\ntab-foreground: #D8DEE9\ntable-border: #4C566A\ntable-footer-background: #2e3440\ntable-header-background: #2e3440\ntag-background: #A3BE8C\ntag-foreground: #4C566A\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: \ntiddler-controls-foreground-selected: #EBCB8B\ntiddler-controls-foreground: #4C566A\ntiddler-editor-background: #2e3440\ntiddler-editor-border-image: #2e3440\ntiddler-editor-border: #3b4252\ntiddler-editor-fields-even: #2e3440\ntiddler-editor-fields-odd: #2e3440\ntiddler-info-background: #2e3440\ntiddler-info-border: #2e3440\ntiddler-info-tab-background: #2e3440\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #4C566A\ntiddler-title-foreground: #81A1C1\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #2d3038\nvery-muted-foreground: #2d3038\nwikilist-background: <<colour page-background>>\nwikilist-toolbar-background: <<colour background>>\nwikilist-item: <<colour background>>\nwikilist-title: <<colour foreground>>\nwikilist-info: <<colour muted-foreground>>\nwikilist-button-open: #A3BE8C\nwikilist-button-open-hover: #A3BE8C\nwikilist-button-reveal: #81A1C1\nwikilist-button-reveal-hover: #81A1C1\nwikilist-button-remove: #B48EAD\nwikilist-button-remove-hover: #B48EAD\n"
        },
        "$:/palettes/DarkPhotos": {
            "title": "$:/palettes/DarkPhotos",
            "created": "20150402111612188",
            "description": "Good with dark photo backgrounds",
            "modified": "20150402112344080",
            "name": "DarkPhotos",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: \nbutton-foreground: \nbutton-border: \ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #ddd\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #336438\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #ccf\nsidebar-controls-foreground: #fff\nsidebar-foreground-shadow: rgba(0,0,0, 0.5)\nsidebar-foreground: #fff\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #eee\nsidebar-tab-background-selected: rgba(255,255,255, 0.8)\nsidebar-tab-background: rgba(255,255,255, 0.4)\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: rgba(255,255,255, 0.2)\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #aaf\nsidebar-tiddler-link-foreground: #ddf\nsite-title-foreground: #fff\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/SolarFlare": {
            "title": "$:/palettes/SolarFlare",
            "name": "Solar Flare",
            "description": "Warm, relaxing earth colours",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": ": Background Tones\n\nbase03: #002b36\nbase02: #073642\n\n: Content Tones\n\nbase01: #586e75\nbase00: #657b83\nbase0: #839496\nbase1: #93a1a1\n\n: Background Tones\n\nbase2: #eee8d5\nbase3: #fdf6e3\n\n: Accent Colors\n\nyellow: #b58900\norange: #cb4b16\nred: #dc322f\nmagenta: #d33682\nviolet: #6c71c4\nblue: #268bd2\ncyan: #2aa198\ngreen: #859900\n\n: Additional Tones (RA)\n\nbase10: #c0c4bb\nviolet-muted: #7c81b0\nblue-muted: #4e7baa\n\nyellow-hot: #ffcc44\norange-hot: #eb6d20\nred-hot: #ff2222\nblue-hot: #2298ee\ngreen-hot: #98ee22\n\n: Palette\n\n: Do not use colour macro for background and foreground\nbackground: #fdf6e3\n    download-foreground: <<colour background>>\n    dragger-foreground: <<colour background>>\n    dropdown-background: <<colour background>>\n    modal-background: <<colour background>>\n    sidebar-foreground-shadow: <<colour background>>\n    tiddler-background: <<colour background>>\n    tiddler-border: <<colour background>>\n    tiddler-link-background: <<colour background>>\n    tab-background-selected: <<colour background>>\n        dropdown-tab-background-selected: <<colour tab-background-selected>>\nforeground: #657b83\n    dragger-background: <<colour foreground>>\n    tab-foreground: <<colour foreground>>\n        tab-foreground-selected: <<colour tab-foreground>>\n            sidebar-tab-foreground-selected: <<colour tab-foreground-selected>>\n        sidebar-tab-foreground: <<colour tab-foreground>>\n    sidebar-button-foreground: <<colour foreground>>\n    sidebar-controls-foreground: <<colour foreground>>\n    sidebar-foreground: <<colour foreground>>\n: base03\n: base02\n: base01\n    alert-muted-foreground: <<colour base01>>\n: base00\n    code-foreground: <<colour base00>>\n    message-foreground: <<colour base00>>\n    tag-foreground: <<colour base00>>\n: base0\n    sidebar-tiddler-link-foreground: <<colour base0>>\n: base1\n    muted-foreground: <<colour base1>>\n        blockquote-bar: <<colour muted-foreground>>\n        dropdown-border: <<colour muted-foreground>>\n        sidebar-muted-foreground: <<colour muted-foreground>>\n        tiddler-title-foreground: <<colour muted-foreground>>\n            site-title-foreground: <<colour tiddler-title-foreground>>\n: base2\n    modal-footer-background: <<colour base2>>\n    page-background: <<colour base2>>\n        modal-backdrop: <<colour page-background>>\n        notification-background: <<colour page-background>>\n        code-background: <<colour page-background>>\n            code-border: <<colour code-background>>\n        pre-background: <<colour page-background>>\n            pre-border: <<colour pre-background>>\n        sidebar-tab-background-selected: <<colour page-background>>\n    table-header-background: <<colour base2>>\n    tag-background: <<colour base2>>\n    tiddler-editor-background: <<colour base2>>\n    tiddler-info-background: <<colour base2>>\n    tiddler-info-tab-background: <<colour base2>>\n    tab-background: <<colour base2>>\n        dropdown-tab-background: <<colour tab-background>>\n: base3\n    alert-background: <<colour base3>>\n    message-background: <<colour base3>>\n: yellow\n: orange\n: red\n: magenta\n    alert-highlight: <<colour magenta>>\n: violet\n    external-link-foreground: <<colour violet>>\n: blue\n: cyan\n: green\n: base10\n    tiddler-controls-foreground: <<colour base10>>\n: violet-muted\n    external-link-foreground-visited: <<colour violet-muted>>\n: blue-muted\n    primary: <<colour blue-muted>>\n        download-background: <<colour primary>>\n        tiddler-link-foreground: <<colour primary>>\n\nalert-border: #b99e2f\ndirty-indicator: #ff0000\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nmessage-border: #cfd6e6\nmodal-border: #999999\nselect-tag-background:\nselect-tag-foreground:\nsidebar-controls-foreground-hover:\nsidebar-muted-foreground-hover:\nsidebar-tab-background: #ded8c5\nsidebar-tiddler-link-foreground-hover:\nstatic-alert-foreground: #aaaaaa\ntab-border: #cccccc\n    modal-footer-border: <<colour tab-border>>\n    modal-header-border: <<colour tab-border>>\n    notification-border: <<colour tab-border>>\n    sidebar-tab-border: <<colour tab-border>>\n    tab-border-selected: <<colour tab-border>>\n        sidebar-tab-border-selected: <<colour tab-border-selected>>\ntab-divider: #d8d8d8\n    sidebar-tab-divider: <<colour tab-divider>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-border: #dddddd\ntiddler-subtitle-foreground: #c0c0c0\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/SolarizedDark": {
            "title": "$:/palettes/SolarizedDark",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Precision dark colors for machines and people",
            "license": "MIT, Ethan Schoonover, https://github.com/altercation/solarized/blob/master/LICENSE",
            "name": "SolarizedDark",
            "text": "alert-background: #073642\nalert-border: #93a1a1\nalert-highlight: #d33682\nalert-muted-foreground: #d33682\nbackground: #073642\nblockquote-bar: #d33682\nbutton-background: #073642\nbutton-border: #586e75\nbutton-foreground: #93a1a1\ncode-background: #073642\ncode-border: #586e75\ncode-foreground: #93a1a1\ndirty-indicator: inherit\ndownload-background: #859900\ndownload-foreground: #073642\ndragger-background: #073642\ndragger-foreground: #839496\ndropdown-background: #073642\ndropdown-border: #93a1a1\ndropdown-tab-background: #002b36\ndropdown-tab-background-selected: #073642\ndropzone-background: #859900\nexternal-link-background: inherit\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-foreground: #268bd2\nexternal-link-foreground-hover:\nexternal-link-foreground-visited: #268bd2\nforeground: #839496\nmessage-background: #002b36\nmessage-border: #586e75\nmessage-foreground: #839496\nmodal-backdrop: #657b83\nmodal-background: #002b36\nmodal-border: #586e75\nmodal-footer-background: #073642\nmodal-footer-border: #586e75\nmodal-header-border: #586e75\nmuted-foreground: #93a1a1\nnotification-background: #002b36\nnotification-border: #586e75\npage-background: #073642\npre-background: inherit\npre-border: #657b83\nprimary: #859900\nselect-tag-background: #002b36\nselect-tag-foreground: #839496\nsidebar-button-foreground: #93a1a1\nsidebar-controls-foreground: #93a1a1\nsidebar-controls-foreground-hover: #eee8d5\nsidebar-foreground: #93a1a1\nsidebar-foreground-shadow: transparent\nsidebar-muted-foreground: #839496\nsidebar-muted-foreground-hover: #93a1a1\nsidebar-tab-background: #002b36\nsidebar-tab-background-selected: #073642\nsidebar-tab-border: #073642\nsidebar-tab-border-selected: #839496\nsidebar-tab-divider: #002b36\nsidebar-tab-foreground: #657b83\nsidebar-tab-foreground-selected: #93a1a1\nsidebar-tiddler-link-foreground: #2aa198\nsidebar-tiddler-link-foreground-hover: #eee8d5\nsite-title-foreground: #d33682\nstatic-alert-foreground: #93a1a1\ntab-background: #073642\ntab-background-selected: #002b36\ntab-border: #586e75\ntab-border-selected: #93a1a1\ntab-divider: #93a1a1\ntab-foreground: #839496\ntab-foreground-selected: #93a1a1\ntable-border: #586e75\ntable-footer-background: #073642\ntable-header-background: #073642\ntag-background: #b58900\ntag-foreground: #002b36\ntiddler-background: #002b36\ntiddler-border: #586e75\ntiddler-controls-foreground: inherit\ntiddler-controls-foreground-hover: #d33682\ntiddler-controls-foreground-selected: #2aa198\ntiddler-editor-background: #002b36\ntiddler-editor-border: #073642\ntiddler-editor-border-image: #002b36\ntiddler-editor-fields-even: #002b36\ntiddler-editor-fields-odd: #073642\ntiddler-info-background: #073642\ntiddler-info-border: #657b83\ntiddler-info-tab-background: #002b36\ntiddler-link-background: #002b36\ntiddler-link-foreground: #2aa198\ntiddler-subtitle-foreground: #839496\ntiddler-title-foreground: #d33682\ntoolbar-cancel-button: #839496\ntoolbar-close-button: #839496\ntoolbar-delete-button: #dc322f\ntoolbar-done-button: #839496\ntoolbar-edit-button: #839496\ntoolbar-info-button: #839496\ntoolbar-new-button: #839496\ntoolbar-options-button: #839496\ntoolbar-save-button: inherit\nuntagged-background: #586e75\nvery-muted-foreground: #586e75\n"
        },
        "$:/palettes/Blanca": {
            "title": "$:/palettes/Blanca",
            "name": "Blanca",
            "description": "A clean white palette to let you focus",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #66cccc\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #ffffff\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #7897f3\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ccc\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #ffffff\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #7897f3\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #eeeeee\ntab-border-selected: #cccccc\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffeedd\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: #eee\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #ff9900\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/SolarizedLight": {
            "title": "$:/palettes/SolarizedLight",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Precision colors for machines and people",
            "license": "MIT, Ethan Schoonover, https://github.com/altercation/solarized/blob/master/LICENSE",
            "name": "SolarizedLight",
            "text": "alert-background: #eee8d5\nalert-border: #586e75\nalert-highlight: #d33682\nalert-muted-foreground: #d33682\nbackground: #eee8d5\nblockquote-bar: #d33682\nbutton-background: #eee8d5\nbutton-border: #93a1a1\nbutton-foreground: #586e75\ncode-background: #eee8d5\ncode-border: #93a1a1\ncode-foreground: #586e75\ndirty-indicator: inherit\ndownload-background: #859900\ndownload-foreground: #eee8d5\ndragger-background: #eee8d5\ndragger-foreground: #657b83\ndropdown-background: #eee8d5\ndropdown-border: #586e75\ndropdown-tab-background: #fdf6e3\ndropdown-tab-background-selected: #eee8d5\ndropzone-background: #859900\nexternal-link-background: inherit\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-foreground: #268bd2\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #268bd2\nforeground: #657b83\nmessage-background: #fdf6e3\nmessage-border: #93a1a1\nmessage-foreground: #657b83\nmodal-backdrop: #839496\nmodal-background: #fdf6e3\nmodal-border: #93a1a1\nmodal-footer-background: #eee8d5\nmodal-footer-border: #93a1a1\nmodal-header-border: #93a1a1\nmuted-foreground: #586e75\nnotification-background: #fdf6e3\nnotification-border: #93a1a1\npage-background: #eee8d5\npre-background: #eee8d5\npre-border: #839496\nprimary: #859900\nselect-tag-background: #fdf6e3\nselect-tag-foreground: #657b83\nsidebar-button-foreground: #586e75\nsidebar-controls-foreground: #586e75\nsidebar-controls-foreground-hover: #d33682\nsidebar-foreground: #586e75\nsidebar-foreground-shadow: transparent\nsidebar-muted-foreground: #657b83\nsidebar-muted-foreground-hover: #586e75\nsidebar-tab-background: #fdf6e3\nsidebar-tab-background-selected: #eee8d5\nsidebar-tab-border: #eee8d5\nsidebar-tab-border-selected: #657b83\nsidebar-tab-divider: #fdf6e3\nsidebar-tab-foreground: #839496\nsidebar-tab-foreground-selected: #586e75\nsidebar-tiddler-link-foreground: #2aa198\nsidebar-tiddler-link-foreground-hover: #002b36\nsite-title-foreground: #d33682\nstatic-alert-foreground: #586e75\ntab-background: #eee8d5\ntab-background-selected: #fdf6e3\ntab-border: #93a1a1\ntab-border-selected: #586e75\ntab-divider: #586e75\ntab-foreground: #657b83\ntab-foreground-selected: #586e75\ntable-border: #93a1a1\ntable-footer-background: #eee8d5\ntable-header-background: #eee8d5\ntag-background: #b58900\ntag-foreground: #fdf6e3\ntiddler-background: #fdf6e3\ntiddler-border: #93a1a1\ntiddler-controls-foreground: inherit\ntiddler-controls-foreground-hover: #d33682\ntiddler-controls-foreground-selected: #2aa198\ntiddler-editor-background: #fdf6e3\ntiddler-editor-border: #eee8d5\ntiddler-editor-border-image: #fdf6e3\ntiddler-editor-fields-even: #fdf6e3\ntiddler-editor-fields-odd: #eee8d5\ntiddler-info-background: #eee8d5\ntiddler-info-border: #839496\ntiddler-info-tab-background: #fdf6e3\ntiddler-link-background: #fdf6e3\ntiddler-link-foreground: #2aa198\ntiddler-subtitle-foreground: #657b83\ntiddler-title-foreground: #d33682\ntoolbar-cancel-button: #657b83\ntoolbar-close-button: #657b83\ntoolbar-delete-button: #dc322f\ntoolbar-done-button: #657b83\ntoolbar-edit-button: #657b83\ntoolbar-info-button: #657b83\ntoolbar-new-button: #657b83\ntoolbar-options-button: #657b83\ntoolbar-save-button: inherit\nuntagged-background: #586e75\nvery-muted-foreground: #93a1a1\n"
        },
        "$:/palettes/SpartanDay": {
            "title": "$:/palettes/SpartanDay",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Cold, spartan day colors",
            "name": "Spartan Day",
            "text": "alert-background: <<colour background>>\nalert-border: <<colour very-muted-foreground>>\nalert-highlight: <<colour very-muted-foreground>>\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #FAFAFA\nblockquote-bar: <<colour page-background>>\nbutton-background: transparent\nbutton-foreground: inherit\nbutton-border: <<colour tag-background>>\ncode-background: #ececec\ncode-border: #ececec\ncode-foreground: \ndirty-indicator: #c80000\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #FFFFFF\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: <<colour dropdown-background>>\ndropdown-tab-background: #F5F5F5\ndropzone-background: <<colour tag-background>>\nexternal-link-background-hover: transparent\nexternal-link-background-visited: transparent\nexternal-link-background: transparent\nexternal-link-foreground-hover: \nexternal-link-foreground-visited: \nexternal-link-foreground: \nforeground: rgba(0, 0, 0, 0.87)\nmessage-background: <<colour background>>\nmessage-border: <<colour very-muted-foreground>>\nmessage-foreground: rgba(0, 0, 0, 0.54)\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour very-muted-foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour very-muted-foreground>>\nmodal-header-border: <<colour very-muted-foreground>>\nmuted-foreground: rgba(0, 0, 0, 0.54)\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #f4f4f4\npre-background: #ececec\npre-border: #ececec\nprimary: #3949ab\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #aeaeae\nsidebar-controls-foreground: #c6c6c6\nsidebar-foreground-shadow: transparent\nsidebar-foreground: rgba(0, 0, 0, 0.54)\nsidebar-muted-foreground-hover: rgba(0, 0, 0, 0.54)\nsidebar-muted-foreground: rgba(0, 0, 0, 0.38)\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: transparent\nsidebar-tab-border-selected: <<colour table-border>>\nsidebar-tab-border: transparent\nsidebar-tab-divider: <<colour table-border>>\nsidebar-tab-foreground-selected: rgba(0, 0, 0, 0.87)\nsidebar-tab-foreground: rgba(0, 0, 0, 0.54)\nsidebar-tiddler-link-foreground-hover: rgba(0, 0, 0, 0.87)\nsidebar-tiddler-link-foreground: rgba(0, 0, 0, 0.54)\nsite-title-foreground: rgba(0, 0, 0, 0.87)\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: transparent\ntab-border-selected: <<colour table-border>>\ntab-border: transparent\ntab-divider: <<colour table-border>>\ntab-foreground-selected: rgba(0, 0, 0, 0.87)\ntab-foreground: rgba(0, 0, 0, 0.54)\ntable-border: #d8d8d8\ntable-footer-background: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #ec6\ntag-foreground: <<colour button-foreground>>\ntiddler-background: <<colour background>>\ntiddler-border: #f9f9f9\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: <<colour sidebar-controls-foreground>>\ntiddler-editor-background: transparent\ntiddler-editor-border-image: \ntiddler-editor-border: #e8e7e7\ntiddler-editor-fields-even: rgba(0, 0, 0, 0.1)\ntiddler-editor-fields-odd: rgba(0, 0, 0, 0.04)\ntiddler-info-background: #F5F5F5\ntiddler-info-border: #F5F5F5\ntiddler-info-tab-background: <<colour tiddler-editor-fields-odd>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour muted-foreground>>\ntiddler-title-foreground: #000000\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour very-muted-foreground>>\nvery-muted-foreground: rgba(0, 0, 0, 0.12)\n"
        },
        "$:/palettes/SpartanNight": {
            "title": "$:/palettes/SpartanNight",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Dark spartan colors",
            "name": "Spartan Night",
            "text": "alert-background: <<colour background>>\nalert-border: <<colour very-muted-foreground>>\nalert-highlight: <<colour very-muted-foreground>>\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #303030\nblockquote-bar: <<colour page-background>>\nbutton-background: transparent\nbutton-foreground: inherit\nbutton-border: <<colour tag-background>>\ncode-background: <<colour pre-background>>\ncode-border: <<colour pre-border>>\ncode-foreground: rgba(255, 255, 255, 0.54)\ndirty-indicator: #c80000\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #424242\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: <<colour dropdown-background>>\ndropdown-tab-background: #050505\ndropzone-background: <<colour tag-background>>\nexternal-link-background-hover: transparent\nexternal-link-background-visited: transparent\nexternal-link-background: transparent\nexternal-link-foreground-hover: \nexternal-link-foreground-visited: #7c318c\nexternal-link-foreground: #9e3eb3\nforeground: rgba(255, 255, 255, 0.7)\nmessage-background: <<colour background>>\nmessage-border: <<colour very-muted-foreground>>\nmessage-foreground: rgba(255, 255, 255, 0.54)\nmodal-backdrop: <<colour page-background>>\nmodal-background: <<colour background>>\nmodal-border: <<colour very-muted-foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour background>>\nmodal-header-border: <<colour very-muted-foreground>>\nmuted-foreground: rgba(255, 255, 255, 0.54)\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #212121\npre-background: #2a2a2a\npre-border: transparent\nprimary: #5656f3\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #494949\nsidebar-controls-foreground: #5d5d5d\nsidebar-foreground-shadow: transparent\nsidebar-foreground: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground-hover: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground: rgba(255, 255, 255, 0.38)\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: transparent\nsidebar-tab-border-selected: <<colour table-border>>\nsidebar-tab-border: transparent\nsidebar-tab-divider: <<colour table-border>>\nsidebar-tab-foreground-selected: rgba(255, 255, 255, 0.87)\nsidebar-tab-foreground: rgba(255, 255, 255, 0.54)\nsidebar-tiddler-link-foreground-hover: rgba(255, 255, 255, 0.7)\nsidebar-tiddler-link-foreground: rgba(255, 255, 255, 0.54)\nsite-title-foreground: rgba(255, 255, 255, 0.7)\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: transparent\ntab-border-selected: <<colour table-border>>\ntab-border: transparent\ntab-divider: <<colour table-border>>\ntab-foreground-selected: rgba(255, 255, 255, 0.87)\ntab-foreground: rgba(255, 255, 255, 0.54)\ntable-border: #3a3a3a\ntable-footer-background: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #ec6\ntag-foreground: <<colour button-foreground>>\ntiddler-background: <<colour background>>\ntiddler-border: rgb(55,55,55)\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: <<colour sidebar-controls-foreground>>\ntiddler-editor-background: transparent\ntiddler-editor-border-image: \ntiddler-editor-border: rgba(255, 255, 255, 0.08)\ntiddler-editor-fields-even: rgba(255, 255, 255, 0.1)\ntiddler-editor-fields-odd: rgba(255, 255, 255, 0.04)\ntiddler-info-background: #454545\ntiddler-info-border: #454545\ntiddler-info-tab-background: <<colour tiddler-editor-fields-odd>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour muted-foreground>>\ntiddler-title-foreground: #FFFFFF\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour very-muted-foreground>>\nvery-muted-foreground: rgba(255, 255, 255, 0.12)\n"
        },
        "$:/palettes/Vanilla": {
            "title": "$:/palettes/Vanilla",
            "name": "Vanilla",
            "description": "Pale and unobtrusive",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndiff-delete-background: #ffc9c9\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #aaefad\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #f4f4f4\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselection-background:\nselection-foreground:\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #aaaaaa\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #f4f4f4\nsidebar-tab-background: #e0e0e0\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: #e4e4e4\nsidebar-tab-foreground-selected:\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #999999\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\nwikilist-background: #e5e5e5\nwikilist-item: #fff\nwikilist-info: #000\nwikilist-title: #666\nwikilist-title-svg: <<colour wikilist-title>>\nwikilist-url: #aaa\nwikilist-button-open: #4fb82b\nwikilist-button-open-hover: green\nwikilist-button-reveal: #5778d8\nwikilist-button-reveal-hover: blue\nwikilist-button-remove: #d85778\nwikilist-button-remove-hover: red\nwikilist-toolbar-background: #d3d3d3\nwikilist-toolbar-foreground: #888\nwikilist-droplink-dragover: rgba(255,192,192,0.5)\nwikilist-button-background: #acacac\nwikilist-button-foreground: #000\n"
        },
        "$:/palettes/Twilight": {
            "title": "$:/palettes/Twilight",
            "tags": "$:/tags/Palette",
            "author": "Thomas Elmiger",
            "type": "application/x-tiddler-dictionary",
            "name": "Twilight",
            "description": "Delightful, soft darkness.",
            "text": "alert-background: rgb(255, 255, 102)\nalert-border: rgb(232, 232, 125)\nalert-highlight: rgb(255, 51, 51)\nalert-muted-foreground: rgb(224, 82, 82)\nbackground: rgb(38, 38, 38)\nblockquote-bar: rgba(240, 196, 117, 0.7)\nbutton-background: rgb(63, 63, 63)\nbutton-border: rgb(127, 127, 127)\nbutton-foreground: rgb(179, 179, 179)\ncode-background: rgba(0,0,0,0.03)\ncode-border: rgba(0,0,0,0.08)\ncode-foreground: rgb(255, 94, 94)\ndiff-delete-background: #ffc9c9\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #aaefad\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: rgb(255, 94, 94)\ndownload-background: #19a974\ndownload-foreground: rgb(38, 38, 38)\ndragger-background: rgb(179, 179, 179)\ndragger-foreground: rgb(38, 38, 38)\ndropdown-background: rgb(38, 38, 38)\ndropdown-border: rgb(255, 255, 255)\ndropdown-tab-background: rgba(0,0,0,.1)\ndropdown-tab-background-selected: rgba(255,255,255,1)\ndropzone-background: #9eebcf\nexternal-link-background: inherit\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-foreground: rgb(179, 179, 255)\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: rgb(153, 153, 255)\nforeground: rgb(179, 179, 179)\nmessage-background: <<colour tag-foreground>>\nmessage-border: #96ccff\nmessage-foreground: <<colour tag-background>>\nmodal-backdrop: rgb(179, 179, 179)\nmodal-background: rgb(38, 38, 38)\nmodal-border: rgba(0,0,0,.5)\nmodal-footer-background: #f4f4f4\nmodal-footer-border: rgba(0,0,0,.1)\nmodal-header-border: rgba(0,0,0,.2)\nmuted-foreground: rgb(255, 255, 255)\nnotification-background: <<colour tag-foreground>>\nnotification-border: <<colour tag-background>>\npage-background: rgb(26, 26, 26)\npre-background: rgb(25, 25, 25)\npre-border: rgba(0,0,0,.2)\nprimary: rgb(255, 201, 102)\nselect-tag-background: \nselect-tag-foreground: \nsidebar-button-foreground: rgb(179, 179, 179)\nsidebar-controls-foreground: rgb(153, 153, 153)\nsidebar-controls-foreground-hover: <<colour tiddler-controls-foreground-hover>>\nsidebar-foreground: rgb(141, 141, 141)\nsidebar-foreground-shadow: transparent\nsidebar-muted-foreground: rgba(0, 0, 0, 0.5)\nsidebar-muted-foreground-hover: rgb(141, 141, 141)\nsidebar-tab-background: rgba(141, 141, 141, 0.2)\nsidebar-tab-background-selected: rgb(26, 26, 26)\nsidebar-tab-border: rgb(127, 127, 127)\nsidebar-tab-border-selected: rgb(127, 127, 127)\nsidebar-tab-divider: rgb(127, 127, 127)\nsidebar-tab-foreground: rgb(179, 179, 179)\nsidebar-tab-foreground-selected: rgb(179, 179, 179)\nsidebar-tiddler-link-foreground: rgb(179, 179, 179)\nsidebar-tiddler-link-foreground-hover: rgb(115, 115, 115)\nsite-title-foreground: rgb(255, 201, 102)\nstatic-alert-foreground: rgba(0,0,0,.3)\ntab-background: rgba(0,0,0,0.125)\ntab-background-selected: rgb(38, 38, 38)\ntab-border: rgb(255, 201, 102)\ntab-border-selected: rgb(255, 201, 102)\ntab-divider: rgb(255, 201, 102)\ntab-foreground: rgb(179, 179, 179)\ntab-foreground-selected: rgb(179, 179, 179)\ntable-border: rgba(255,255,255,.3)\ntable-footer-background: rgba(0,0,0,.4)\ntable-header-background: rgba(0,0,0,.1)\ntag-background: rgb(255, 201, 102)\ntag-foreground: rgb(25, 25, 25)\ntiddler-background: rgb(38, 38, 38)\ntiddler-border: rgba(240, 196, 117, 0.7)\ntiddler-controls-foreground: rgb(128, 128, 128)\ntiddler-controls-foreground-hover: rgba(255, 255, 255, 0.8)\ntiddler-controls-foreground-selected: rgba(255, 255, 255, 0.9)\ntiddler-editor-background: rgb(33, 33, 33)\ntiddler-editor-border: rgb(63, 63, 63)\ntiddler-editor-border-image: rgb(25, 25, 25)\ntiddler-editor-fields-even: rgb(33, 33, 33)\ntiddler-editor-fields-odd: rgb(28, 28, 28)\ntiddler-info-background: rgb(43, 43, 43)\ntiddler-info-border: rgb(25, 25, 25)\ntiddler-info-tab-background: rgb(43, 43, 43)\ntiddler-link-background: rgb(38, 38, 38)\ntiddler-link-foreground: rgb(204, 204, 255)\ntiddler-subtitle-foreground: rgb(255, 255, 255)\ntiddler-title-foreground: rgb(255, 192, 76)\ntoolbar-cancel-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-done-button: \ntoolbar-edit-button: \ntoolbar-info-button: \ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \nuntagged-background: rgb(255, 255, 255)\nvery-muted-foreground: rgba(240, 196, 117, 0.7)\n"
        },
        "$:/palettes/Rocker": {
            "title": "$:/palettes/Rocker",
            "name": "Rocker",
            "description": "A dark theme",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #000\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #cc0000\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,255,255, 0.0)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #000\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #ffbb99\nsidebar-tiddler-link-foreground: #cc0000\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffbb99\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #cc0000\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/DesertSand": {
            "title": "$:/palettes/DesertSand",
            "tags": "$:/tags/Palette",
            "name": "Desert Sand",
            "description": "A desert sand palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #E9E0C7\nblockquote-bar: <<colour muted-foreground>>\nbutton-foreground: <<colour foreground>>\ncode-background: #F3EDDF\ncode-border: #C3BAA1\ncode-foreground: #ab3250\ndiff-delete-background: #bd8b8b\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #91c093\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #ad3434\ndownload-background: #6ca16c\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #E9E0C7\ndropdown-tab-background: #BAB29C\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #313163\nexternal-link-foreground: #555592\nforeground: #2D2A23\nmenubar-background: #CDC2A6\nmenubar-foreground: #5A5446\nmessage-background: #ECE5CF\nmessage-border: #D6CBAA\nmessage-foreground: #5f6e7d\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #8A8885\nmodal-footer-background: #CDC2A6\nmodal-footer-border: #9D998E\nmodal-header-border: #9D998E\nmuted-foreground: #9D998E\nnotification-background: #F0E9D7\nnotification-border: #939189\npage-background: #e0d3af\npre-background: #D6CBAA\npre-border: #CDC2A6\nprimary: #5B6F55\nselection-background: #9D947B\nselection-foreground: <<colour foreground>>\nselect-tag-background: #F0E9D7\nselect-tag-foreground: #2D2A23\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #2D2A23\nsidebar-controls-foreground: #867F69\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #867F69\nsidebar-muted-foreground-hover: #706A58\nsidebar-muted-foreground: #B3A98C\nsidebar-tab-background-selected: #e0d3af\nsidebar-tab-background: #A6A193\nsidebar-tab-border-selected: #C3BAA1\nsidebar-tab-border: #C3BAA1\nsidebar-tab-divider: #CDC2A6\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: #2D2A23\nsidebar-tiddler-link-foreground-hover: #433F35\nsidebar-tiddler-link-foreground: #706A58\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #A6A193\ntab-background-selected: #E9E0C7\ntab-background: #A6A193\ntab-border-selected: #C3BAA1\ntab-border: #C3BAA1\ntab-divider: #CDC2A6\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #2D2A23\ntable-border: #9D998E\ntable-footer-background: #8A8885\ntable-header-background: #B0AA98\ntag-background: #706A58\ntag-foreground: #E3D7B7\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #9D947B\ntiddler-controls-foreground-selected: #706A58\ntiddler-controls-foreground: #C3BAA1\ntiddler-editor-background: #E9E0C7\ntiddler-editor-border-image: #A6A193\ntiddler-editor-border: #A6A193\ntiddler-editor-fields-even: #D6CBAA\ntiddler-editor-fields-odd: #C3BAA1\ntiddler-info-background: #E3D7B7\ntiddler-info-border: #BAB29C\ntiddler-info-tab-background: #E9E0C7\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #867F69\ntiddler-title-foreground: #374464\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #8A8885\nvery-muted-foreground: #CDC2A6\nwikilist-background: <<colour page-background>>\nwikilist-item: #CDC2A6\nwikilist-info: #161512\nwikilist-title: #433F35\nwikilist-title-svg: <<colour wikilist-title>>\nwikilist-url: #706A58\nwikilist-button-open: #7db66a\nwikilist-button-open-hover: #56a556\nwikilist-button-reveal: #5a6c9e\nwikilist-button-reveal-hover: #454591\nwikilist-button-remove: #bc5972\nwikilist-button-remove-hover: #814040\nwikilist-toolbar-background: #CDC2A6\nwikilist-toolbar-foreground: #2D2A23\nwikilist-droplink-dragover: rgba(255,192,192,0.5)\nwikilist-button-background: #A6A193\nwikilist-button-foreground: #161512\n"
        },
        "$:/languages/en-GB": {
            "title": "$:/languages/en-GB",
            "name": "en-GB",
            "description": "English (British)",
            "author": "JeremyRuston",
            "core-version": ">=5.0.0\"",
            "text": "Stub pseudo-plugin for the default language"
        },
        "$:/language/Buttons/AdvancedSearch/Caption": {
            "title": "$:/language/Buttons/AdvancedSearch/Caption",
            "text": "advanced search"
        },
        "$:/language/Buttons/AdvancedSearch/Hint": {
            "title": "$:/language/Buttons/AdvancedSearch/Hint",
            "text": "Advanced search"
        },
        "$:/language/Buttons/Cancel/Caption": {
            "title": "$:/language/Buttons/Cancel/Caption",
            "text": "cancel"
        },
        "$:/language/Buttons/Cancel/Hint": {
            "title": "$:/language/Buttons/Cancel/Hint",
            "text": "Discard changes to this tiddler"
        },
        "$:/language/Buttons/Clone/Caption": {
            "title": "$:/language/Buttons/Clone/Caption",
            "text": "clone"
        },
        "$:/language/Buttons/Clone/Hint": {
            "title": "$:/language/Buttons/Clone/Hint",
            "text": "Clone this tiddler"
        },
        "$:/language/Buttons/Close/Caption": {
            "title": "$:/language/Buttons/Close/Caption",
            "text": "close"
        },
        "$:/language/Buttons/Close/Hint": {
            "title": "$:/language/Buttons/Close/Hint",
            "text": "Close this tiddler"
        },
        "$:/language/Buttons/CloseAll/Caption": {
            "title": "$:/language/Buttons/CloseAll/Caption",
            "text": "close all"
        },
        "$:/language/Buttons/CloseAll/Hint": {
            "title": "$:/language/Buttons/CloseAll/Hint",
            "text": "Close all tiddlers"
        },
        "$:/language/Buttons/CloseOthers/Caption": {
            "title": "$:/language/Buttons/CloseOthers/Caption",
            "text": "close others"
        },
        "$:/language/Buttons/CloseOthers/Hint": {
            "title": "$:/language/Buttons/CloseOthers/Hint",
            "text": "Close other tiddlers"
        },
        "$:/language/Buttons/ControlPanel/Caption": {
            "title": "$:/language/Buttons/ControlPanel/Caption",
            "text": "control panel"
        },
        "$:/language/Buttons/ControlPanel/Hint": {
            "title": "$:/language/Buttons/ControlPanel/Hint",
            "text": "Open control panel"
        },
        "$:/language/Buttons/CopyToClipboard/Caption": {
            "title": "$:/language/Buttons/CopyToClipboard/Caption",
            "text": "copy to clipboard"
        },
        "$:/language/Buttons/CopyToClipboard/Hint": {
            "title": "$:/language/Buttons/CopyToClipboard/Hint",
            "text": "Copy this text to the clipboard"
        },
        "$:/language/Buttons/Delete/Caption": {
            "title": "$:/language/Buttons/Delete/Caption",
            "text": "delete"
        },
        "$:/language/Buttons/Delete/Hint": {
            "title": "$:/language/Buttons/Delete/Hint",
            "text": "Delete this tiddler"
        },
        "$:/language/Buttons/Edit/Caption": {
            "title": "$:/language/Buttons/Edit/Caption",
            "text": "edit"
        },
        "$:/language/Buttons/Edit/Hint": {
            "title": "$:/language/Buttons/Edit/Hint",
            "text": "Edit this tiddler"
        },
        "$:/language/Buttons/Encryption/Caption": {
            "title": "$:/language/Buttons/Encryption/Caption",
            "text": "encryption"
        },
        "$:/language/Buttons/Encryption/Hint": {
            "title": "$:/language/Buttons/Encryption/Hint",
            "text": "Set or clear a password for saving this wiki"
        },
        "$:/language/Buttons/Encryption/ClearPassword/Caption": {
            "title": "$:/language/Buttons/Encryption/ClearPassword/Caption",
            "text": "clear password"
        },
        "$:/language/Buttons/Encryption/ClearPassword/Hint": {
            "title": "$:/language/Buttons/Encryption/ClearPassword/Hint",
            "text": "Clear the password and save this wiki without encryption"
        },
        "$:/language/Buttons/Encryption/SetPassword/Caption": {
            "title": "$:/language/Buttons/Encryption/SetPassword/Caption",
            "text": "set password"
        },
        "$:/language/Buttons/Encryption/SetPassword/Hint": {
            "title": "$:/language/Buttons/Encryption/SetPassword/Hint",
            "text": "Set a password for saving this wiki with encryption"
        },
        "$:/language/Buttons/ExportPage/Caption": {
            "title": "$:/language/Buttons/ExportPage/Caption",
            "text": "export all"
        },
        "$:/language/Buttons/ExportPage/Hint": {
            "title": "$:/language/Buttons/ExportPage/Hint",
            "text": "Export all tiddlers"
        },
        "$:/language/Buttons/ExportTiddler/Caption": {
            "title": "$:/language/Buttons/ExportTiddler/Caption",
            "text": "export tiddler"
        },
        "$:/language/Buttons/ExportTiddler/Hint": {
            "title": "$:/language/Buttons/ExportTiddler/Hint",
            "text": "Export tiddler"
        },
        "$:/language/Buttons/ExportTiddlers/Caption": {
            "title": "$:/language/Buttons/ExportTiddlers/Caption",
            "text": "export tiddlers"
        },
        "$:/language/Buttons/ExportTiddlers/Hint": {
            "title": "$:/language/Buttons/ExportTiddlers/Hint",
            "text": "Export tiddlers"
        },
        "$:/language/Buttons/SidebarSearch/Hint": {
            "title": "$:/language/Buttons/SidebarSearch/Hint",
            "text": "Select the sidebar search field"
        },
        "$:/language/Buttons/Fold/Caption": {
            "title": "$:/language/Buttons/Fold/Caption",
            "text": "fold tiddler"
        },
        "$:/language/Buttons/Fold/Hint": {
            "title": "$:/language/Buttons/Fold/Hint",
            "text": "Fold the body of this tiddler"
        },
        "$:/language/Buttons/Fold/FoldBar/Caption": {
            "title": "$:/language/Buttons/Fold/FoldBar/Caption",
            "text": "fold-bar"
        },
        "$:/language/Buttons/Fold/FoldBar/Hint": {
            "title": "$:/language/Buttons/Fold/FoldBar/Hint",
            "text": "Optional bars to fold and unfold tiddlers"
        },
        "$:/language/Buttons/Unfold/Caption": {
            "title": "$:/language/Buttons/Unfold/Caption",
            "text": "unfold tiddler"
        },
        "$:/language/Buttons/Unfold/Hint": {
            "title": "$:/language/Buttons/Unfold/Hint",
            "text": "Unfold the body of this tiddler"
        },
        "$:/language/Buttons/FoldOthers/Caption": {
            "title": "$:/language/Buttons/FoldOthers/Caption",
            "text": "fold other tiddlers"
        },
        "$:/language/Buttons/FoldOthers/Hint": {
            "title": "$:/language/Buttons/FoldOthers/Hint",
            "text": "Fold the bodies of other opened tiddlers"
        },
        "$:/language/Buttons/FoldAll/Caption": {
            "title": "$:/language/Buttons/FoldAll/Caption",
            "text": "fold all tiddlers"
        },
        "$:/language/Buttons/FoldAll/Hint": {
            "title": "$:/language/Buttons/FoldAll/Hint",
            "text": "Fold the bodies of all opened tiddlers"
        },
        "$:/language/Buttons/UnfoldAll/Caption": {
            "title": "$:/language/Buttons/UnfoldAll/Caption",
            "text": "unfold all tiddlers"
        },
        "$:/language/Buttons/UnfoldAll/Hint": {
            "title": "$:/language/Buttons/UnfoldAll/Hint",
            "text": "Unfold the bodies of all opened tiddlers"
        },
        "$:/language/Buttons/FullScreen/Caption": {
            "title": "$:/language/Buttons/FullScreen/Caption",
            "text": "full-screen"
        },
        "$:/language/Buttons/FullScreen/Hint": {
            "title": "$:/language/Buttons/FullScreen/Hint",
            "text": "Enter or leave full-screen mode"
        },
        "$:/language/Buttons/Help/Caption": {
            "title": "$:/language/Buttons/Help/Caption",
            "text": "help"
        },
        "$:/language/Buttons/Help/Hint": {
            "title": "$:/language/Buttons/Help/Hint",
            "text": "Show help panel"
        },
        "$:/language/Buttons/Import/Caption": {
            "title": "$:/language/Buttons/Import/Caption",
            "text": "import"
        },
        "$:/language/Buttons/Import/Hint": {
            "title": "$:/language/Buttons/Import/Hint",
            "text": "Import many types of file including text, image, TiddlyWiki or JSON"
        },
        "$:/language/Buttons/Info/Caption": {
            "title": "$:/language/Buttons/Info/Caption",
            "text": "info"
        },
        "$:/language/Buttons/Info/Hint": {
            "title": "$:/language/Buttons/Info/Hint",
            "text": "Show information for this tiddler"
        },
        "$:/language/Buttons/Home/Caption": {
            "title": "$:/language/Buttons/Home/Caption",
            "text": "home"
        },
        "$:/language/Buttons/Home/Hint": {
            "title": "$:/language/Buttons/Home/Hint",
            "text": "Open the default tiddlers"
        },
        "$:/language/Buttons/Language/Caption": {
            "title": "$:/language/Buttons/Language/Caption",
            "text": "language"
        },
        "$:/language/Buttons/Language/Hint": {
            "title": "$:/language/Buttons/Language/Hint",
            "text": "Choose the user interface language"
        },
        "$:/language/Buttons/Manager/Caption": {
            "title": "$:/language/Buttons/Manager/Caption",
            "text": "tiddler manager"
        },
        "$:/language/Buttons/Manager/Hint": {
            "title": "$:/language/Buttons/Manager/Hint",
            "text": "Open tiddler manager"
        },
        "$:/language/Buttons/More/Caption": {
            "title": "$:/language/Buttons/More/Caption",
            "text": "more"
        },
        "$:/language/Buttons/More/Hint": {
            "title": "$:/language/Buttons/More/Hint",
            "text": "More actions"
        },
        "$:/language/Buttons/NewHere/Caption": {
            "title": "$:/language/Buttons/NewHere/Caption",
            "text": "new here"
        },
        "$:/language/Buttons/NewHere/Hint": {
            "title": "$:/language/Buttons/NewHere/Hint",
            "text": "Create a new tiddler tagged with this one"
        },
        "$:/language/Buttons/NewJournal/Caption": {
            "title": "$:/language/Buttons/NewJournal/Caption",
            "text": "new journal"
        },
        "$:/language/Buttons/NewJournal/Hint": {
            "title": "$:/language/Buttons/NewJournal/Hint",
            "text": "Create a new journal tiddler"
        },
        "$:/language/Buttons/NewJournalHere/Caption": {
            "title": "$:/language/Buttons/NewJournalHere/Caption",
            "text": "new journal here"
        },
        "$:/language/Buttons/NewJournalHere/Hint": {
            "title": "$:/language/Buttons/NewJournalHere/Hint",
            "text": "Create a new journal tiddler tagged with this one"
        },
        "$:/language/Buttons/NewImage/Caption": {
            "title": "$:/language/Buttons/NewImage/Caption",
            "text": "new image"
        },
        "$:/language/Buttons/NewImage/Hint": {
            "title": "$:/language/Buttons/NewImage/Hint",
            "text": "Create a new image tiddler"
        },
        "$:/language/Buttons/NewMarkdown/Caption": {
            "title": "$:/language/Buttons/NewMarkdown/Caption",
            "text": "new Markdown tiddler"
        },
        "$:/language/Buttons/NewMarkdown/Hint": {
            "title": "$:/language/Buttons/NewMarkdown/Hint",
            "text": "Create a new Markdown tiddler"
        },
        "$:/language/Buttons/NewTiddler/Caption": {
            "title": "$:/language/Buttons/NewTiddler/Caption",
            "text": "new tiddler"
        },
        "$:/language/Buttons/NewTiddler/Hint": {
            "title": "$:/language/Buttons/NewTiddler/Hint",
            "text": "Create a new tiddler"
        },
        "$:/language/Buttons/OpenWindow/Caption": {
            "title": "$:/language/Buttons/OpenWindow/Caption",
            "text": "open in new window"
        },
        "$:/language/Buttons/OpenWindow/Hint": {
            "title": "$:/language/Buttons/OpenWindow/Hint",
            "text": "Open tiddler in new window"
        },
        "$:/language/Buttons/Palette/Caption": {
            "title": "$:/language/Buttons/Palette/Caption",
            "text": "palette"
        },
        "$:/language/Buttons/Palette/Hint": {
            "title": "$:/language/Buttons/Palette/Hint",
            "text": "Choose the colour palette"
        },
        "$:/language/Buttons/Permalink/Caption": {
            "title": "$:/language/Buttons/Permalink/Caption",
            "text": "permalink"
        },
        "$:/language/Buttons/Permalink/Hint": {
            "title": "$:/language/Buttons/Permalink/Hint",
            "text": "Set browser address bar to a direct link to this tiddler"
        },
        "$:/language/Buttons/Permaview/Caption": {
            "title": "$:/language/Buttons/Permaview/Caption",
            "text": "permaview"
        },
        "$:/language/Buttons/Permaview/Hint": {
            "title": "$:/language/Buttons/Permaview/Hint",
            "text": "Set browser address bar to a direct link to all the tiddlers in this story"
        },
        "$:/language/Buttons/Print/Caption": {
            "title": "$:/language/Buttons/Print/Caption",
            "text": "print page"
        },
        "$:/language/Buttons/Print/Hint": {
            "title": "$:/language/Buttons/Print/Hint",
            "text": "Print the current page"
        },
        "$:/language/Buttons/Refresh/Caption": {
            "title": "$:/language/Buttons/Refresh/Caption",
            "text": "refresh"
        },
        "$:/language/Buttons/Refresh/Hint": {
            "title": "$:/language/Buttons/Refresh/Hint",
            "text": "Perform a full refresh of the wiki"
        },
        "$:/language/Buttons/Save/Caption": {
            "title": "$:/language/Buttons/Save/Caption",
            "text": "ok"
        },
        "$:/language/Buttons/Save/Hint": {
            "title": "$:/language/Buttons/Save/Hint",
            "text": "Confirm changes to this tiddler"
        },
        "$:/language/Buttons/SaveWiki/Caption": {
            "title": "$:/language/Buttons/SaveWiki/Caption",
            "text": "save changes"
        },
        "$:/language/Buttons/SaveWiki/Hint": {
            "title": "$:/language/Buttons/SaveWiki/Hint",
            "text": "Save changes"
        },
        "$:/language/Buttons/StoryView/Caption": {
            "title": "$:/language/Buttons/StoryView/Caption",
            "text": "storyview"
        },
        "$:/language/Buttons/StoryView/Hint": {
            "title": "$:/language/Buttons/StoryView/Hint",
            "text": "Choose the story visualisation"
        },
        "$:/language/Buttons/HideSideBar/Caption": {
            "title": "$:/language/Buttons/HideSideBar/Caption",
            "text": "hide sidebar"
        },
        "$:/language/Buttons/HideSideBar/Hint": {
            "title": "$:/language/Buttons/HideSideBar/Hint",
            "text": "Hide sidebar"
        },
        "$:/language/Buttons/ShowSideBar/Caption": {
            "title": "$:/language/Buttons/ShowSideBar/Caption",
            "text": "show sidebar"
        },
        "$:/language/Buttons/ShowSideBar/Hint": {
            "title": "$:/language/Buttons/ShowSideBar/Hint",
            "text": "Show sidebar"
        },
        "$:/language/Buttons/TagManager/Caption": {
            "title": "$:/language/Buttons/TagManager/Caption",
            "text": "tag manager"
        },
        "$:/language/Buttons/TagManager/Hint": {
            "title": "$:/language/Buttons/TagManager/Hint",
            "text": "Open tag manager"
        },
        "$:/language/Buttons/Timestamp/Caption": {
            "title": "$:/language/Buttons/Timestamp/Caption",
            "text": "timestamps"
        },
        "$:/language/Buttons/Timestamp/Hint": {
            "title": "$:/language/Buttons/Timestamp/Hint",
            "text": "Choose whether modifications update timestamps"
        },
        "$:/language/Buttons/Timestamp/On/Caption": {
            "title": "$:/language/Buttons/Timestamp/On/Caption",
            "text": "timestamps are on"
        },
        "$:/language/Buttons/Timestamp/On/Hint": {
            "title": "$:/language/Buttons/Timestamp/On/Hint",
            "text": "Update timestamps when tiddlers are modified"
        },
        "$:/language/Buttons/Timestamp/Off/Caption": {
            "title": "$:/language/Buttons/Timestamp/Off/Caption",
            "text": "timestamps are off"
        },
        "$:/language/Buttons/Timestamp/Off/Hint": {
            "title": "$:/language/Buttons/Timestamp/Off/Hint",
            "text": "Don't update timestamps when tiddlers are modified"
        },
        "$:/language/Buttons/Theme/Caption": {
            "title": "$:/language/Buttons/Theme/Caption",
            "text": "theme"
        },
        "$:/language/Buttons/Theme/Hint": {
            "title": "$:/language/Buttons/Theme/Hint",
            "text": "Choose the display theme"
        },
        "$:/language/Buttons/Bold/Caption": {
            "title": "$:/language/Buttons/Bold/Caption",
            "text": "bold"
        },
        "$:/language/Buttons/Bold/Hint": {
            "title": "$:/language/Buttons/Bold/Hint",
            "text": "Apply bold formatting to selection"
        },
        "$:/language/Buttons/Clear/Caption": {
            "title": "$:/language/Buttons/Clear/Caption",
            "text": "clear"
        },
        "$:/language/Buttons/Clear/Hint": {
            "title": "$:/language/Buttons/Clear/Hint",
            "text": "Clear image to solid colour"
        },
        "$:/language/Buttons/EditorHeight/Caption": {
            "title": "$:/language/Buttons/EditorHeight/Caption",
            "text": "editor height"
        },
        "$:/language/Buttons/EditorHeight/Caption/Auto": {
            "title": "$:/language/Buttons/EditorHeight/Caption/Auto",
            "text": "Automatically adjust height to fit content"
        },
        "$:/language/Buttons/EditorHeight/Caption/Fixed": {
            "title": "$:/language/Buttons/EditorHeight/Caption/Fixed",
            "text": "Fixed height:"
        },
        "$:/language/Buttons/EditorHeight/Hint": {
            "title": "$:/language/Buttons/EditorHeight/Hint",
            "text": "Choose the height of the text editor"
        },
        "$:/language/Buttons/Excise/Caption": {
            "title": "$:/language/Buttons/Excise/Caption",
            "text": "excise"
        },
        "$:/language/Buttons/Excise/Caption/Excise": {
            "title": "$:/language/Buttons/Excise/Caption/Excise",
            "text": "Perform excision"
        },
        "$:/language/Buttons/Excise/Caption/MacroName": {
            "title": "$:/language/Buttons/Excise/Caption/MacroName",
            "text": "Macro name:"
        },
        "$:/language/Buttons/Excise/Caption/NewTitle": {
            "title": "$:/language/Buttons/Excise/Caption/NewTitle",
            "text": "Title of new tiddler:"
        },
        "$:/language/Buttons/Excise/Caption/Replace": {
            "title": "$:/language/Buttons/Excise/Caption/Replace",
            "text": "Replace excised text with:"
        },
        "$:/language/Buttons/Excise/Caption/Replace/Macro": {
            "title": "$:/language/Buttons/Excise/Caption/Replace/Macro",
            "text": "macro"
        },
        "$:/language/Buttons/Excise/Caption/Replace/Link": {
            "title": "$:/language/Buttons/Excise/Caption/Replace/Link",
            "text": "link"
        },
        "$:/language/Buttons/Excise/Caption/Replace/Transclusion": {
            "title": "$:/language/Buttons/Excise/Caption/Replace/Transclusion",
            "text": "transclusion"
        },
        "$:/language/Buttons/Excise/Caption/Tag": {
            "title": "$:/language/Buttons/Excise/Caption/Tag",
            "text": "Tag new tiddler with the title of this tiddler"
        },
        "$:/language/Buttons/Excise/Caption/TiddlerExists": {
            "title": "$:/language/Buttons/Excise/Caption/TiddlerExists",
            "text": "Warning: tiddler already exists"
        },
        "$:/language/Buttons/Excise/Hint": {
            "title": "$:/language/Buttons/Excise/Hint",
            "text": "Excise the selected text into a new tiddler"
        },
        "$:/language/Buttons/Heading1/Caption": {
            "title": "$:/language/Buttons/Heading1/Caption",
            "text": "heading 1"
        },
        "$:/language/Buttons/Heading1/Hint": {
            "title": "$:/language/Buttons/Heading1/Hint",
            "text": "Apply heading level 1 formatting to lines containing selection"
        },
        "$:/language/Buttons/Heading2/Caption": {
            "title": "$:/language/Buttons/Heading2/Caption",
            "text": "heading 2"
        },
        "$:/language/Buttons/Heading2/Hint": {
            "title": "$:/language/Buttons/Heading2/Hint",
            "text": "Apply heading level 2 formatting to lines containing selection"
        },
        "$:/language/Buttons/Heading3/Caption": {
            "title": "$:/language/Buttons/Heading3/Caption",
            "text": "heading 3"
        },
        "$:/language/Buttons/Heading3/Hint": {
            "title": "$:/language/Buttons/Heading3/Hint",
            "text": "Apply heading level 3 formatting to lines containing selection"
        },
        "$:/language/Buttons/Heading4/Caption": {
            "title": "$:/language/Buttons/Heading4/Caption",
            "text": "heading 4"
        },
        "$:/language/Buttons/Heading4/Hint": {
            "title": "$:/language/Buttons/Heading4/Hint",
            "text": "Apply heading level 4 formatting to lines containing selection"
        },
        "$:/language/Buttons/Heading5/Caption": {
            "title": "$:/language/Buttons/Heading5/Caption",
            "text": "heading 5"
        },
        "$:/language/Buttons/Heading5/Hint": {
            "title": "$:/language/Buttons/Heading5/Hint",
            "text": "Apply heading level 5 formatting to lines containing selection"
        },
        "$:/language/Buttons/Heading6/Caption": {
            "title": "$:/language/Buttons/Heading6/Caption",
            "text": "heading 6"
        },
        "$:/language/Buttons/Heading6/Hint": {
            "title": "$:/language/Buttons/Heading6/Hint",
            "text": "Apply heading level 6 formatting to lines containing selection"
        },
        "$:/language/Buttons/Italic/Caption": {
            "title": "$:/language/Buttons/Italic/Caption",
            "text": "italic"
        },
        "$:/language/Buttons/Italic/Hint": {
            "title": "$:/language/Buttons/Italic/Hint",
            "text": "Apply italic formatting to selection"
        },
        "$:/language/Buttons/LineWidth/Caption": {
            "title": "$:/language/Buttons/LineWidth/Caption",
            "text": "line width"
        },
        "$:/language/Buttons/LineWidth/Hint": {
            "title": "$:/language/Buttons/LineWidth/Hint",
            "text": "Set line width for painting"
        },
        "$:/language/Buttons/Link/Caption": {
            "title": "$:/language/Buttons/Link/Caption",
            "text": "link"
        },
        "$:/language/Buttons/Link/Hint": {
            "title": "$:/language/Buttons/Link/Hint",
            "text": "Create wikitext link"
        },
        "$:/language/Buttons/Linkify/Caption": {
            "title": "$:/language/Buttons/Linkify/Caption",
            "text": "wikilink"
        },
        "$:/language/Buttons/Linkify/Hint": {
            "title": "$:/language/Buttons/Linkify/Hint",
            "text": "Wrap selection in square brackets"
        },
        "$:/language/Buttons/ListBullet/Caption": {
            "title": "$:/language/Buttons/ListBullet/Caption",
            "text": "bulleted list"
        },
        "$:/language/Buttons/ListBullet/Hint": {
            "title": "$:/language/Buttons/ListBullet/Hint",
            "text": "Apply bulleted list formatting to lines containing selection"
        },
        "$:/language/Buttons/ListNumber/Caption": {
            "title": "$:/language/Buttons/ListNumber/Caption",
            "text": "numbered list"
        },
        "$:/language/Buttons/ListNumber/Hint": {
            "title": "$:/language/Buttons/ListNumber/Hint",
            "text": "Apply numbered list formatting to lines containing selection"
        },
        "$:/language/Buttons/MonoBlock/Caption": {
            "title": "$:/language/Buttons/MonoBlock/Caption",
            "text": "monospaced block"
        },
        "$:/language/Buttons/MonoBlock/Hint": {
            "title": "$:/language/Buttons/MonoBlock/Hint",
            "text": "Apply monospaced block formatting to lines containing selection"
        },
        "$:/language/Buttons/MonoLine/Caption": {
            "title": "$:/language/Buttons/MonoLine/Caption",
            "text": "monospaced"
        },
        "$:/language/Buttons/MonoLine/Hint": {
            "title": "$:/language/Buttons/MonoLine/Hint",
            "text": "Apply monospaced character formatting to selection"
        },
        "$:/language/Buttons/Opacity/Caption": {
            "title": "$:/language/Buttons/Opacity/Caption",
            "text": "opacity"
        },
        "$:/language/Buttons/Opacity/Hint": {
            "title": "$:/language/Buttons/Opacity/Hint",
            "text": "Set painting opacity"
        },
        "$:/language/Buttons/Paint/Caption": {
            "title": "$:/language/Buttons/Paint/Caption",
            "text": "paint colour"
        },
        "$:/language/Buttons/Paint/Hint": {
            "title": "$:/language/Buttons/Paint/Hint",
            "text": "Set painting colour"
        },
        "$:/language/Buttons/Picture/Caption": {
            "title": "$:/language/Buttons/Picture/Caption",
            "text": "picture"
        },
        "$:/language/Buttons/Picture/Hint": {
            "title": "$:/language/Buttons/Picture/Hint",
            "text": "Insert picture"
        },
        "$:/language/Buttons/Preview/Caption": {
            "title": "$:/language/Buttons/Preview/Caption",
            "text": "preview"
        },
        "$:/language/Buttons/Preview/Hint": {
            "title": "$:/language/Buttons/Preview/Hint",
            "text": "Show preview pane"
        },
        "$:/language/Buttons/PreviewType/Caption": {
            "title": "$:/language/Buttons/PreviewType/Caption",
            "text": "preview type"
        },
        "$:/language/Buttons/PreviewType/Hint": {
            "title": "$:/language/Buttons/PreviewType/Hint",
            "text": "Choose preview type"
        },
        "$:/language/Buttons/Quote/Caption": {
            "title": "$:/language/Buttons/Quote/Caption",
            "text": "quote"
        },
        "$:/language/Buttons/Quote/Hint": {
            "title": "$:/language/Buttons/Quote/Hint",
            "text": "Apply quoted text formatting to lines containing selection"
        },
        "$:/language/Buttons/RotateLeft/Caption": {
            "title": "$:/language/Buttons/RotateLeft/Caption",
            "text": "rotate left"
        },
        "$:/language/Buttons/RotateLeft/Hint": {
            "title": "$:/language/Buttons/RotateLeft/Hint",
            "text": "Rotate image left by 90 degrees"
        },
        "$:/language/Buttons/Size/Caption": {
            "title": "$:/language/Buttons/Size/Caption",
            "text": "image size"
        },
        "$:/language/Buttons/Size/Caption/Height": {
            "title": "$:/language/Buttons/Size/Caption/Height",
            "text": "Height:"
        },
        "$:/language/Buttons/Size/Caption/Resize": {
            "title": "$:/language/Buttons/Size/Caption/Resize",
            "text": "Resize image"
        },
        "$:/language/Buttons/Size/Caption/Width": {
            "title": "$:/language/Buttons/Size/Caption/Width",
            "text": "Width:"
        },
        "$:/language/Buttons/Size/Hint": {
            "title": "$:/language/Buttons/Size/Hint",
            "text": "Set image size"
        },
        "$:/language/Buttons/Stamp/Caption": {
            "title": "$:/language/Buttons/Stamp/Caption",
            "text": "stamp"
        },
        "$:/language/Buttons/Stamp/Caption/New": {
            "title": "$:/language/Buttons/Stamp/Caption/New",
            "text": "Add your own"
        },
        "$:/language/Buttons/Stamp/Hint": {
            "title": "$:/language/Buttons/Stamp/Hint",
            "text": "Insert a preconfigured snippet of text"
        },
        "$:/language/Buttons/Stamp/New/Title": {
            "title": "$:/language/Buttons/Stamp/New/Title",
            "text": "Name as shown in menu"
        },
        "$:/language/Buttons/Stamp/New/Text": {
            "title": "$:/language/Buttons/Stamp/New/Text",
            "text": "Text of snippet. (Remember to add a descriptive title in the caption field)."
        },
        "$:/language/Buttons/Strikethrough/Caption": {
            "title": "$:/language/Buttons/Strikethrough/Caption",
            "text": "strikethrough"
        },
        "$:/language/Buttons/Strikethrough/Hint": {
            "title": "$:/language/Buttons/Strikethrough/Hint",
            "text": "Apply strikethrough formatting to selection"
        },
        "$:/language/Buttons/Subscript/Caption": {
            "title": "$:/language/Buttons/Subscript/Caption",
            "text": "subscript"
        },
        "$:/language/Buttons/Subscript/Hint": {
            "title": "$:/language/Buttons/Subscript/Hint",
            "text": "Apply subscript formatting to selection"
        },
        "$:/language/Buttons/Superscript/Caption": {
            "title": "$:/language/Buttons/Superscript/Caption",
            "text": "superscript"
        },
        "$:/language/Buttons/Superscript/Hint": {
            "title": "$:/language/Buttons/Superscript/Hint",
            "text": "Apply superscript formatting to selection"
        },
        "$:/language/Buttons/ToggleSidebar/Hint": {
            "title": "$:/language/Buttons/ToggleSidebar/Hint",
            "text": "Toggle the sidebar visibility"
        },
        "$:/language/Buttons/Transcludify/Caption": {
            "title": "$:/language/Buttons/Transcludify/Caption",
            "text": "transclusion"
        },
        "$:/language/Buttons/Transcludify/Hint": {
            "title": "$:/language/Buttons/Transcludify/Hint",
            "text": "Wrap selection in curly brackets"
        },
        "$:/language/Buttons/Underline/Caption": {
            "title": "$:/language/Buttons/Underline/Caption",
            "text": "underline"
        },
        "$:/language/Buttons/Underline/Hint": {
            "title": "$:/language/Buttons/Underline/Hint",
            "text": "Apply underline formatting to selection"
        },
        "$:/language/ControlPanel/Advanced/Caption": {
            "title": "$:/language/ControlPanel/Advanced/Caption",
            "text": "Advanced"
        },
        "$:/language/ControlPanel/Advanced/Hint": {
            "title": "$:/language/ControlPanel/Advanced/Hint",
            "text": "Internal information about this TiddlyWiki"
        },
        "$:/language/ControlPanel/Appearance/Caption": {
            "title": "$:/language/ControlPanel/Appearance/Caption",
            "text": "Appearance"
        },
        "$:/language/ControlPanel/Appearance/Hint": {
            "title": "$:/language/ControlPanel/Appearance/Hint",
            "text": "Ways to customise the appearance of your TiddlyWiki."
        },
        "$:/language/ControlPanel/Basics/AnimDuration/Prompt": {
            "title": "$:/language/ControlPanel/Basics/AnimDuration/Prompt",
            "text": "Animation duration"
        },
        "$:/language/ControlPanel/Basics/AutoFocus/Prompt": {
            "title": "$:/language/ControlPanel/Basics/AutoFocus/Prompt",
            "text": "Default focus field for new tiddlers"
        },
        "$:/language/ControlPanel/Basics/Caption": {
            "title": "$:/language/ControlPanel/Basics/Caption",
            "text": "Basics"
        },
        "$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint": {
            "title": "$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint",
            "text": "Use &#91;&#91;double square brackets&#93;&#93; for titles with spaces. Or you can choose to <$button set=\"$:/DefaultTiddlers\" setTo=\"[list[$:/StoryList]]\">retain story ordering</$button>"
        },
        "$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt",
            "text": "Default tiddlers"
        },
        "$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint": {
            "title": "$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint",
            "text": "Choose which tiddlers are displayed at startup"
        },
        "$:/language/ControlPanel/Basics/Language/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Language/Prompt",
            "text": "Hello! Current language:"
        },
        "$:/language/ControlPanel/Basics/NewJournal/Title/Prompt": {
            "title": "$:/language/ControlPanel/Basics/NewJournal/Title/Prompt",
            "text": "Title of new journal tiddlers"
        },
        "$:/language/ControlPanel/Basics/NewJournal/Text/Prompt": {
            "title": "$:/language/ControlPanel/Basics/NewJournal/Text/Prompt",
            "text": "Text for new journal tiddlers"
        },
        "$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt": {
            "title": "$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt",
            "text": "Tags for new journal tiddlers"
        },
        "$:/language/ControlPanel/Basics/NewTiddler/Title/Prompt": {
            "title": "$:/language/ControlPanel/Basics/NewTiddler/Title/Prompt",
            "text": "Title of new tiddlers"
        },
        "$:/language/ControlPanel/Basics/NewTiddler/Tags/Prompt": {
            "title": "$:/language/ControlPanel/Basics/NewTiddler/Tags/Prompt",
            "text": "Tags for new tiddlers"
        },
        "$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt",
            "text": "Number of overridden shadow tiddlers"
        },
        "$:/language/ControlPanel/Basics/RemoveTags": {
            "title": "$:/language/ControlPanel/Basics/RemoveTags",
            "text": "Update to current format"
        },
        "$:/language/ControlPanel/Basics/RemoveTags/Hint": {
            "title": "$:/language/ControlPanel/Basics/RemoveTags/Hint",
            "text": "Update the tags configuration to the latest format"
        },
        "$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt",
            "text": "Number of shadow tiddlers"
        },
        "$:/language/ControlPanel/Basics/Subtitle/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Subtitle/Prompt",
            "text": "Subtitle"
        },
        "$:/language/ControlPanel/Basics/SystemTiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/SystemTiddlers/Prompt",
            "text": "Number of system tiddlers"
        },
        "$:/language/ControlPanel/Basics/Tags/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Tags/Prompt",
            "text": "Number of tags"
        },
        "$:/language/ControlPanel/Basics/Tiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Tiddlers/Prompt",
            "text": "Number of tiddlers"
        },
        "$:/language/ControlPanel/Basics/Title/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Title/Prompt",
            "text": "Title of this ~TiddlyWiki"
        },
        "$:/language/ControlPanel/Basics/Username/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Username/Prompt",
            "text": "Username for signing edits"
        },
        "$:/language/ControlPanel/Basics/Version/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Version/Prompt",
            "text": "~TiddlyWiki version"
        },
        "$:/language/ControlPanel/EditorTypes/Caption": {
            "title": "$:/language/ControlPanel/EditorTypes/Caption",
            "text": "Editor Types"
        },
        "$:/language/ControlPanel/EditorTypes/Editor/Caption": {
            "title": "$:/language/ControlPanel/EditorTypes/Editor/Caption",
            "text": "Editor"
        },
        "$:/language/ControlPanel/EditorTypes/Hint": {
            "title": "$:/language/ControlPanel/EditorTypes/Hint",
            "text": "These tiddlers determine which editor is used to edit specific tiddler types."
        },
        "$:/language/ControlPanel/EditorTypes/Type/Caption": {
            "title": "$:/language/ControlPanel/EditorTypes/Type/Caption",
            "text": "Type"
        },
        "$:/language/ControlPanel/Info/Caption": {
            "title": "$:/language/ControlPanel/Info/Caption",
            "text": "Info"
        },
        "$:/language/ControlPanel/Info/Hint": {
            "title": "$:/language/ControlPanel/Info/Hint",
            "text": "Information about this TiddlyWiki"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt",
            "text": "Type shortcut here"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Add/Caption": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Add/Caption",
            "text": "add shortcut"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Caption": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Caption",
            "text": "Keyboard Shortcuts"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Hint": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Hint",
            "text": "Manage keyboard shortcut assignments"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption",
            "text": "No keyboard shortcuts assigned"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint",
            "text": "remove keyboard shortcut"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/All": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/All",
            "text": "All platforms"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac",
            "text": "Macintosh platform only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac",
            "text": "Non-Macintosh platforms only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux",
            "text": "Linux platform only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux",
            "text": "Non-Linux platforms only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows",
            "text": "Windows platform only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows",
            "text": "Non-Windows platforms only"
        },
        "$:/language/ControlPanel/LayoutSwitcher/Caption": {
            "title": "$:/language/ControlPanel/LayoutSwitcher/Caption",
            "text": "Layout"
        },
        "$:/language/ControlPanel/LoadedModules/Caption": {
            "title": "$:/language/ControlPanel/LoadedModules/Caption",
            "text": "Loaded Modules"
        },
        "$:/language/ControlPanel/LoadedModules/Hint": {
            "title": "$:/language/ControlPanel/LoadedModules/Hint",
            "text": "These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process."
        },
        "$:/language/ControlPanel/Palette/Caption": {
            "title": "$:/language/ControlPanel/Palette/Caption",
            "text": "Palette"
        },
        "$:/language/ControlPanel/Palette/Editor/Clone/Caption": {
            "title": "$:/language/ControlPanel/Palette/Editor/Clone/Caption",
            "text": "clone"
        },
        "$:/language/ControlPanel/Palette/Editor/Clone/Prompt": {
            "title": "$:/language/ControlPanel/Palette/Editor/Clone/Prompt",
            "text": "It is recommended that you clone this shadow palette before editing it"
        },
        "$:/language/ControlPanel/Palette/Editor/Delete/Hint": {
            "title": "$:/language/ControlPanel/Palette/Editor/Delete/Hint",
            "text": "delete this entry from the current palette"
        },
        "$:/language/ControlPanel/Palette/Editor/Names/External/Show": {
            "title": "$:/language/ControlPanel/Palette/Editor/Names/External/Show",
            "text": "Show color names that are not part of the current palette"
        },
        "$:/language/ControlPanel/Palette/Editor/Prompt/Modified": {
            "title": "$:/language/ControlPanel/Palette/Editor/Prompt/Modified",
            "text": "This shadow palette has been modified"
        },
        "$:/language/ControlPanel/Palette/Editor/Prompt": {
            "title": "$:/language/ControlPanel/Palette/Editor/Prompt",
            "text": "Editing"
        },
        "$:/language/ControlPanel/Palette/Editor/Reset/Caption": {
            "title": "$:/language/ControlPanel/Palette/Editor/Reset/Caption",
            "text": "reset"
        },
        "$:/language/ControlPanel/Palette/HideEditor/Caption": {
            "title": "$:/language/ControlPanel/Palette/HideEditor/Caption",
            "text": "hide editor"
        },
        "$:/language/ControlPanel/Palette/Prompt": {
            "title": "$:/language/ControlPanel/Palette/Prompt",
            "text": "Current palette:"
        },
        "$:/language/ControlPanel/Palette/ShowEditor/Caption": {
            "title": "$:/language/ControlPanel/Palette/ShowEditor/Caption",
            "text": "show editor"
        },
        "$:/language/ControlPanel/Parsing/Caption": {
            "title": "$:/language/ControlPanel/Parsing/Caption",
            "text": "Parsing"
        },
        "$:/language/ControlPanel/Parsing/Hint": {
            "title": "$:/language/ControlPanel/Parsing/Hint",
            "text": "Here you can globally disable/enable wiki parser rules. For changes to take effect, save and reload your wiki. Disabling certain parser rules can prevent <$text text=\"TiddlyWiki\"/> from functioning correctly. Use [[safe mode|https://tiddlywiki.com/#SafeMode]] to restore normal operation."
        },
        "$:/language/ControlPanel/Parsing/Block/Caption": {
            "title": "$:/language/ControlPanel/Parsing/Block/Caption",
            "text": "Block Parse Rules"
        },
        "$:/language/ControlPanel/Parsing/Inline/Caption": {
            "title": "$:/language/ControlPanel/Parsing/Inline/Caption",
            "text": "Inline Parse Rules"
        },
        "$:/language/ControlPanel/Parsing/Pragma/Caption": {
            "title": "$:/language/ControlPanel/Parsing/Pragma/Caption",
            "text": "Pragma Parse Rules"
        },
        "$:/language/ControlPanel/Plugins/Add/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Add/Caption",
            "text": "Get more plugins"
        },
        "$:/language/ControlPanel/Plugins/Add/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Add/Hint",
            "text": "Install plugins from the official library"
        },
        "$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint": {
            "title": "$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint",
            "text": "This plugin is already installed at version <$text text=<<installedVersion>>/>"
        },
        "$:/language/ControlPanel/Plugins/AlsoRequires": {
            "title": "$:/language/ControlPanel/Plugins/AlsoRequires",
            "text": "Also requires:"
        },
        "$:/language/ControlPanel/Plugins/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Caption",
            "text": "Plugins"
        },
        "$:/language/ControlPanel/Plugins/Disable/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Disable/Caption",
            "text": "disable"
        },
        "$:/language/ControlPanel/Plugins/Disable/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Disable/Hint",
            "text": "Disable this plugin when reloading page"
        },
        "$:/language/ControlPanel/Plugins/Disabled/Status": {
            "title": "$:/language/ControlPanel/Plugins/Disabled/Status",
            "text": "(disabled)"
        },
        "$:/language/ControlPanel/Plugins/Downgrade/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Downgrade/Caption",
            "text": "downgrade"
        },
        "$:/language/ControlPanel/Plugins/Empty/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Empty/Hint",
            "text": "None"
        },
        "$:/language/ControlPanel/Plugins/Enable/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Enable/Caption",
            "text": "enable"
        },
        "$:/language/ControlPanel/Plugins/Enable/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Enable/Hint",
            "text": "Enable this plugin when reloading page"
        },
        "$:/language/ControlPanel/Plugins/Install/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Install/Caption",
            "text": "install"
        },
        "$:/language/ControlPanel/Plugins/Installed/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Installed/Hint",
            "text": "Currently installed plugins:"
        },
        "$:/language/ControlPanel/Plugins/Languages/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Languages/Caption",
            "text": "Languages"
        },
        "$:/language/ControlPanel/Plugins/Languages/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Languages/Hint",
            "text": "Language pack plugins"
        },
        "$:/language/ControlPanel/Plugins/NoInfoFound/Hint": {
            "title": "$:/language/ControlPanel/Plugins/NoInfoFound/Hint",
            "text": "No ''\"<$text text=<<currentTab>>/>\"'' found"
        },
        "$:/language/ControlPanel/Plugins/NotInstalled/Hint": {
            "title": "$:/language/ControlPanel/Plugins/NotInstalled/Hint",
            "text": "This plugin is not currently installed"
        },
        "$:/language/ControlPanel/Plugins/OpenPluginLibrary": {
            "title": "$:/language/ControlPanel/Plugins/OpenPluginLibrary",
            "text": "open plugin library"
        },
        "$:/language/ControlPanel/Plugins/ClosePluginLibrary": {
            "title": "$:/language/ControlPanel/Plugins/ClosePluginLibrary",
            "text": "close plugin library"
        },
        "$:/language/ControlPanel/Plugins/PluginWillRequireReload": {
            "title": "$:/language/ControlPanel/Plugins/PluginWillRequireReload",
            "text": "(requires reload)"
        },
        "$:/language/ControlPanel/Plugins/Plugins/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Plugins/Caption",
            "text": "Plugins"
        },
        "$:/language/ControlPanel/Plugins/Plugins/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Plugins/Hint",
            "text": "Plugins"
        },
        "$:/language/ControlPanel/Plugins/Reinstall/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Reinstall/Caption",
            "text": "reinstall"
        },
        "$:/language/ControlPanel/Plugins/Themes/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Themes/Caption",
            "text": "Themes"
        },
        "$:/language/ControlPanel/Plugins/Themes/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Themes/Hint",
            "text": "Theme plugins"
        },
        "$:/language/ControlPanel/Plugins/Update/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Update/Caption",
            "text": "update"
        },
        "$:/language/ControlPanel/Plugins/Updates/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Updates/Caption",
            "text": "Updates"
        },
        "$:/language/ControlPanel/Plugins/Updates/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Updates/Hint",
            "text": "Available updates to installed plugins"
        },
        "$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption",
            "text": "Update <<update-count>> plugins"
        },
        "$:/language/ControlPanel/Plugins/SubPluginPrompt": {
            "title": "$:/language/ControlPanel/Plugins/SubPluginPrompt",
            "text": "With <<count>> sub-plugins available"
        },
        "$:/language/ControlPanel/Saving/Caption": {
            "title": "$:/language/ControlPanel/Saving/Caption",
            "text": "Saving"
        },
        "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Description": {
            "title": "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Description",
            "text": "Permit automatic saving for the download saver"
        },
        "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Hint": {
            "title": "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Hint",
            "text": "Enable Autosave for Download Saver"
        },
        "$:/language/ControlPanel/Saving/DownloadSaver/Caption": {
            "title": "$:/language/ControlPanel/Saving/DownloadSaver/Caption",
            "text": "Download Saver"
        },
        "$:/language/ControlPanel/Saving/DownloadSaver/Hint": {
            "title": "$:/language/ControlPanel/Saving/DownloadSaver/Hint",
            "text": "These settings apply to the HTML5-compatible download saver"
        },
        "$:/language/ControlPanel/Saving/General/Caption": {
            "title": "$:/language/ControlPanel/Saving/General/Caption",
            "text": "General"
        },
        "$:/language/ControlPanel/Saving/General/Hint": {
            "title": "$:/language/ControlPanel/Saving/General/Hint",
            "text": "These settings apply to all the loaded savers"
        },
        "$:/language/ControlPanel/Saving/Hint": {
            "title": "$:/language/ControlPanel/Saving/Hint",
            "text": "Settings used for saving the entire TiddlyWiki as a single file via a saver module"
        },
        "$:/language/ControlPanel/Saving/GitService/Branch": {
            "title": "$:/language/ControlPanel/Saving/GitService/Branch",
            "text": "Target branch for saving"
        },
        "$:/language/ControlPanel/Saving/GitService/CommitMessage": {
            "title": "$:/language/ControlPanel/Saving/GitService/CommitMessage",
            "text": "Saved by TiddlyWiki"
        },
        "$:/language/ControlPanel/Saving/GitService/Description": {
            "title": "$:/language/ControlPanel/Saving/GitService/Description",
            "text": "These settings are only used when saving to <<service-name>>"
        },
        "$:/language/ControlPanel/Saving/GitService/Filename": {
            "title": "$:/language/ControlPanel/Saving/GitService/Filename",
            "text": "Filename of target file (e.g. `index.html`)"
        },
        "$:/language/ControlPanel/Saving/GitService/Path": {
            "title": "$:/language/ControlPanel/Saving/GitService/Path",
            "text": "Path to target file (e.g. `/wiki/`)"
        },
        "$:/language/ControlPanel/Saving/GitService/Repo": {
            "title": "$:/language/ControlPanel/Saving/GitService/Repo",
            "text": "Target repository (e.g. `Jermolene/TiddlyWiki5`)"
        },
        "$:/language/ControlPanel/Saving/GitService/ServerURL": {
            "title": "$:/language/ControlPanel/Saving/GitService/ServerURL",
            "text": "Server API URL"
        },
        "$:/language/ControlPanel/Saving/GitService/UserName": {
            "title": "$:/language/ControlPanel/Saving/GitService/UserName",
            "text": "Username"
        },
        "$:/language/ControlPanel/Saving/GitService/GitHub/Caption": {
            "title": "$:/language/ControlPanel/Saving/GitService/GitHub/Caption",
            "text": "~GitHub Saver"
        },
        "$:/language/ControlPanel/Saving/GitService/GitHub/Password": {
            "title": "$:/language/ControlPanel/Saving/GitService/GitHub/Password",
            "text": "Password, OAUTH token, or personal access token (see [[GitHub help page|https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line]] for details)"
        },
        "$:/language/ControlPanel/Saving/GitService/GitLab/Caption": {
            "title": "$:/language/ControlPanel/Saving/GitService/GitLab/Caption",
            "text": "~GitLab Saver"
        },
        "$:/language/ControlPanel/Saving/GitService/GitLab/Password": {
            "title": "$:/language/ControlPanel/Saving/GitService/GitLab/Password",
            "text": "Personal access token for API (see [[GitLab help page|https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html]] for details)"
        },
        "$:/language/ControlPanel/Saving/GitService/Gitea/Caption": {
            "title": "$:/language/ControlPanel/Saving/GitService/Gitea/Caption",
            "text": "Gitea Saver"
        },
        "$:/language/ControlPanel/Saving/GitService/Gitea/Password": {
            "title": "$:/language/ControlPanel/Saving/GitService/Gitea/Password",
            "text": "Personal access token for API (via Gitea’s web interface: `Settings | Applications | Generate New Token`)"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading",
            "text": "Advanced Settings"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/BackupDir": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/BackupDir",
            "text": "Backup Directory"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/ControlPanel": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/ControlPanel",
            "text": "~TiddlySpot Control Panel"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Backups": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Backups",
            "text": "Backups"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Caption": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Caption",
            "text": "~TiddlySpot Saver"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Description": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Description",
            "text": "These settings are only used when saving to http://tiddlyspot.com or a compatible remote server"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Filename": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Filename",
            "text": "Upload Filename"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Heading": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Heading",
            "text": "~TiddlySpot"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Hint": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Hint",
            "text": "//The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.//"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Password": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Password",
            "text": "Password"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/ReadOnly": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/ReadOnly",
            "text": "The ~TiddlySpot service is currently only available in read-only form. Please see http://tiddlyspot.com/ for the latest details. The ~TiddlySpot saver can still be used to save to compatible servers."
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/ServerURL": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/ServerURL",
            "text": "Server URL"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/UploadDir": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/UploadDir",
            "text": "Upload Directory"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/UserName": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/UserName",
            "text": "Wiki Name"
        },
        "$:/language/ControlPanel/Settings/AutoSave/Caption": {
            "title": "$:/language/ControlPanel/Settings/AutoSave/Caption",
            "text": "Autosave"
        },
        "$:/language/ControlPanel/Settings/AutoSave/Disabled/Description": {
            "title": "$:/language/ControlPanel/Settings/AutoSave/Disabled/Description",
            "text": "Do not save changes automatically"
        },
        "$:/language/ControlPanel/Settings/AutoSave/Enabled/Description": {
            "title": "$:/language/ControlPanel/Settings/AutoSave/Enabled/Description",
            "text": "Save changes automatically"
        },
        "$:/language/ControlPanel/Settings/AutoSave/Hint": {
            "title": "$:/language/ControlPanel/Settings/AutoSave/Hint",
            "text": "Attempt to automatically save changes during editing when using a supporting saver"
        },
        "$:/language/ControlPanel/Settings/CamelCase/Caption": {
            "title": "$:/language/ControlPanel/Settings/CamelCase/Caption",
            "text": "Camel Case Wiki Links"
        },
        "$:/language/ControlPanel/Settings/CamelCase/Hint": {
            "title": "$:/language/ControlPanel/Settings/CamelCase/Hint",
            "text": "You can globally disable automatic linking of ~CamelCase phrases. Requires reload to take effect"
        },
        "$:/language/ControlPanel/Settings/CamelCase/Description": {
            "title": "$:/language/ControlPanel/Settings/CamelCase/Description",
            "text": "Enable automatic ~CamelCase linking"
        },
        "$:/language/ControlPanel/Settings/Caption": {
            "title": "$:/language/ControlPanel/Settings/Caption",
            "text": "Settings"
        },
        "$:/language/ControlPanel/Settings/EditorToolbar/Caption": {
            "title": "$:/language/ControlPanel/Settings/EditorToolbar/Caption",
            "text": "Editor Toolbar"
        },
        "$:/language/ControlPanel/Settings/EditorToolbar/Hint": {
            "title": "$:/language/ControlPanel/Settings/EditorToolbar/Hint",
            "text": "Enable or disable the editor toolbar:"
        },
        "$:/language/ControlPanel/Settings/EditorToolbar/Description": {
            "title": "$:/language/ControlPanel/Settings/EditorToolbar/Description",
            "text": "Show editor toolbar"
        },
        "$:/language/ControlPanel/Settings/InfoPanelMode/Caption": {
            "title": "$:/language/ControlPanel/Settings/InfoPanelMode/Caption",
            "text": "Tiddler Info Panel Mode"
        },
        "$:/language/ControlPanel/Settings/InfoPanelMode/Hint": {
            "title": "$:/language/ControlPanel/Settings/InfoPanelMode/Hint",
            "text": "Control when the tiddler info panel closes:"
        },
        "$:/language/ControlPanel/Settings/InfoPanelMode/Popup/Description": {
            "title": "$:/language/ControlPanel/Settings/InfoPanelMode/Popup/Description",
            "text": "Tiddler info panel closes automatically"
        },
        "$:/language/ControlPanel/Settings/InfoPanelMode/Sticky/Description": {
            "title": "$:/language/ControlPanel/Settings/InfoPanelMode/Sticky/Description",
            "text": "Tiddler info panel stays open until explicitly closed"
        },
        "$:/language/ControlPanel/Settings/Hint": {
            "title": "$:/language/ControlPanel/Settings/Hint",
            "text": "These settings let you customise the behaviour of TiddlyWiki."
        },
        "$:/language/ControlPanel/Settings/NavigationAddressBar/Caption": {
            "title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Caption",
            "text": "Navigation Address Bar"
        },
        "$:/language/ControlPanel/Settings/NavigationAddressBar/Hint": {
            "title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Hint",
            "text": "Behaviour of the browser address bar when navigating to a tiddler:"
        },
        "$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description",
            "text": "Do not update the address bar"
        },
        "$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description",
            "text": "Include the target tiddler"
        },
        "$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description",
            "text": "Include the target tiddler and the current story sequence"
        },
        "$:/language/ControlPanel/Settings/NavigationHistory/Caption": {
            "title": "$:/language/ControlPanel/Settings/NavigationHistory/Caption",
            "text": "Navigation History"
        },
        "$:/language/ControlPanel/Settings/NavigationHistory/Hint": {
            "title": "$:/language/ControlPanel/Settings/NavigationHistory/Hint",
            "text": "Update browser history when navigating to a tiddler:"
        },
        "$:/language/ControlPanel/Settings/NavigationHistory/No/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationHistory/No/Description",
            "text": "Do not update history"
        },
        "$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description",
            "text": "Update history"
        },
        "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption": {
            "title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption",
            "text": "Permalink/permaview Mode"
        },
        "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Hint": {
            "title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Hint",
            "text": "Choose how permalink/permaview is handled:"
        },
        "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/CopyToClipboard/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/CopyToClipboard/Description",
            "text": "Copy permalink/permaview URL to clipboard"
        },
        "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description",
            "text": "Update address bar with permalink/permaview URL"
        },
        "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption": {
            "title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption",
            "text": "Performance Instrumentation"
        },
        "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Hint": {
            "title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Hint",
            "text": "Displays performance statistics in the browser developer console. Requires reload to take effect"
        },
        "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Description": {
            "title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Description",
            "text": "Enable performance instrumentation"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption",
            "text": "Toolbar Button Style"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Hint": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Hint",
            "text": "Choose the style for toolbar buttons:"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless",
            "text": "Borderless"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed",
            "text": "Boxed"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded",
            "text": "Rounded"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtons/Caption": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtons/Caption",
            "text": "Toolbar Buttons"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtons/Hint": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtons/Hint",
            "text": "Default toolbar button appearance:"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description",
            "text": "Include icon"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description",
            "text": "Include text"
        },
        "$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption": {
            "title": "$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption",
            "text": "Default Sidebar Tab"
        },
        "$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint": {
            "title": "$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint",
            "text": "Specify which sidebar tab is displayed by default"
        },
        "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption": {
            "title": "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption",
            "text": "Default More Sidebar Tab"
        },
        "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Hint": {
            "title": "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Hint",
            "text": "Specify which More sidebar tab is displayed by default"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/Caption": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/Caption",
            "text": "Tiddler Opening Behaviour"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/InsideRiver/Hint": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/InsideRiver/Hint",
            "text": "Navigation from //within// the story river"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/OutsideRiver/Hint": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OutsideRiver/Hint",
            "text": "Navigation from //outside// the story river"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAbove": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAbove",
            "text": "Open above the current tiddler"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenBelow": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenBelow",
            "text": "Open below the current tiddler"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtTop": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtTop",
            "text": "Open at the top of the story river"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtBottom": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtBottom",
            "text": "Open at the bottom of the story river"
        },
        "$:/language/ControlPanel/Settings/TitleLinks/Caption": {
            "title": "$:/language/ControlPanel/Settings/TitleLinks/Caption",
            "text": "Tiddler Titles"
        },
        "$:/language/ControlPanel/Settings/TitleLinks/Hint": {
            "title": "$:/language/ControlPanel/Settings/TitleLinks/Hint",
            "text": "Optionally display tiddler titles as links"
        },
        "$:/language/ControlPanel/Settings/TitleLinks/No/Description": {
            "title": "$:/language/ControlPanel/Settings/TitleLinks/No/Description",
            "text": "Do not display tiddler titles as links"
        },
        "$:/language/ControlPanel/Settings/TitleLinks/Yes/Description": {
            "title": "$:/language/ControlPanel/Settings/TitleLinks/Yes/Description",
            "text": "Display tiddler titles as links"
        },
        "$:/language/ControlPanel/Settings/MissingLinks/Caption": {
            "title": "$:/language/ControlPanel/Settings/MissingLinks/Caption",
            "text": "Wiki Links"
        },
        "$:/language/ControlPanel/Settings/MissingLinks/Hint": {
            "title": "$:/language/ControlPanel/Settings/MissingLinks/Hint",
            "text": "Choose whether to link to tiddlers that do not exist yet"
        },
        "$:/language/ControlPanel/Settings/MissingLinks/Description": {
            "title": "$:/language/ControlPanel/Settings/MissingLinks/Description",
            "text": "Enable links to missing tiddlers"
        },
        "$:/language/ControlPanel/StoryView/Caption": {
            "title": "$:/language/ControlPanel/StoryView/Caption",
            "text": "Story View"
        },
        "$:/language/ControlPanel/StoryView/Prompt": {
            "title": "$:/language/ControlPanel/StoryView/Prompt",
            "text": "Current view:"
        },
        "$:/language/ControlPanel/Stylesheets/Caption": {
            "title": "$:/language/ControlPanel/Stylesheets/Caption",
            "text": "Stylesheets"
        },
        "$:/language/ControlPanel/Stylesheets/Expand/Caption": {
            "title": "$:/language/ControlPanel/Stylesheets/Expand/Caption",
            "text": "Expand All"
        },
        "$:/language/ControlPanel/Stylesheets/Hint": {
            "title": "$:/language/ControlPanel/Stylesheets/Hint",
            "text": "This is the rendered CSS of the current stylesheet tiddlers tagged with <<tag \"$:/tags/Stylesheet\">>"
        },
        "$:/language/ControlPanel/Stylesheets/Restore/Caption": {
            "title": "$:/language/ControlPanel/Stylesheets/Restore/Caption",
            "text": "Restore"
        },
        "$:/language/ControlPanel/Theme/Caption": {
            "title": "$:/language/ControlPanel/Theme/Caption",
            "text": "Theme"
        },
        "$:/language/ControlPanel/Theme/Prompt": {
            "title": "$:/language/ControlPanel/Theme/Prompt",
            "text": "Current theme:"
        },
        "$:/language/ControlPanel/TiddlerFields/Caption": {
            "title": "$:/language/ControlPanel/TiddlerFields/Caption",
            "text": "Tiddler Fields"
        },
        "$:/language/ControlPanel/TiddlerFields/Hint": {
            "title": "$:/language/ControlPanel/TiddlerFields/Hint",
            "text": "This is the full set of TiddlerFields in use in this wiki (including system tiddlers but excluding shadow tiddlers)."
        },
        "$:/language/ControlPanel/Toolbars/Caption": {
            "title": "$:/language/ControlPanel/Toolbars/Caption",
            "text": "Toolbars"
        },
        "$:/language/ControlPanel/Toolbars/EditToolbar/Caption": {
            "title": "$:/language/ControlPanel/Toolbars/EditToolbar/Caption",
            "text": "Edit Toolbar"
        },
        "$:/language/ControlPanel/Toolbars/EditToolbar/Hint": {
            "title": "$:/language/ControlPanel/Toolbars/EditToolbar/Hint",
            "text": "Choose which buttons are displayed for tiddlers in edit mode. Drag and drop to change the ordering"
        },
        "$:/language/ControlPanel/Toolbars/Hint": {
            "title": "$:/language/ControlPanel/Toolbars/Hint",
            "text": "Select which toolbar buttons are displayed"
        },
        "$:/language/ControlPanel/Toolbars/PageControls/Caption": {
            "title": "$:/language/ControlPanel/Toolbars/PageControls/Caption",
            "text": "Page Toolbar"
        },
        "$:/language/ControlPanel/Toolbars/PageControls/Hint": {
            "title": "$:/language/ControlPanel/Toolbars/PageControls/Hint",
            "text": "Choose which buttons are displayed on the main page toolbar. Drag and drop to change the ordering"
        },
        "$:/language/ControlPanel/Toolbars/EditorToolbar/Caption": {
            "title": "$:/language/ControlPanel/Toolbars/EditorToolbar/Caption",
            "text": "Editor Toolbar"
        },
        "$:/language/ControlPanel/Toolbars/EditorToolbar/Hint": {
            "title": "$:/language/ControlPanel/Toolbars/EditorToolbar/Hint",
            "text": "Choose which buttons are displayed in the editor toolbar. Note that some buttons will only appear when editing tiddlers of a certain type. Drag and drop to change the ordering"
        },
        "$:/language/ControlPanel/Toolbars/ViewToolbar/Caption": {
            "title": "$:/language/ControlPanel/Toolbars/ViewToolbar/Caption",
            "text": "View Toolbar"
        },
        "$:/language/ControlPanel/Toolbars/ViewToolbar/Hint": {
            "title": "$:/language/ControlPanel/Toolbars/ViewToolbar/Hint",
            "text": "Choose which buttons are displayed for tiddlers in view mode. Drag and drop to change the ordering"
        },
        "$:/language/ControlPanel/Tools/Download/Full/Caption": {
            "title": "$:/language/ControlPanel/Tools/Download/Full/Caption",
            "text": "Download full wiki"
        },
        "$:/language/Date/DaySuffix/1": {
            "title": "$:/language/Date/DaySuffix/1",
            "text": "st"
        },
        "$:/language/Date/DaySuffix/2": {
            "title": "$:/language/Date/DaySuffix/2",
            "text": "nd"
        },
        "$:/language/Date/DaySuffix/3": {
            "title": "$:/language/Date/DaySuffix/3",
            "text": "rd"
        },
        "$:/language/Date/DaySuffix/4": {
            "title": "$:/language/Date/DaySuffix/4",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/5": {
            "title": "$:/language/Date/DaySuffix/5",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/6": {
            "title": "$:/language/Date/DaySuffix/6",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/7": {
            "title": "$:/language/Date/DaySuffix/7",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/8": {
            "title": "$:/language/Date/DaySuffix/8",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/9": {
            "title": "$:/language/Date/DaySuffix/9",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/10": {
            "title": "$:/language/Date/DaySuffix/10",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/11": {
            "title": "$:/language/Date/DaySuffix/11",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/12": {
            "title": "$:/language/Date/DaySuffix/12",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/13": {
            "title": "$:/language/Date/DaySuffix/13",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/14": {
            "title": "$:/language/Date/DaySuffix/14",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/15": {
            "title": "$:/language/Date/DaySuffix/15",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/16": {
            "title": "$:/language/Date/DaySuffix/16",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/17": {
            "title": "$:/language/Date/DaySuffix/17",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/18": {
            "title": "$:/language/Date/DaySuffix/18",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/19": {
            "title": "$:/language/Date/DaySuffix/19",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/20": {
            "title": "$:/language/Date/DaySuffix/20",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/21": {
            "title": "$:/language/Date/DaySuffix/21",
            "text": "st"
        },
        "$:/language/Date/DaySuffix/22": {
            "title": "$:/language/Date/DaySuffix/22",
            "text": "nd"
        },
        "$:/language/Date/DaySuffix/23": {
            "title": "$:/language/Date/DaySuffix/23",
            "text": "rd"
        },
        "$:/language/Date/DaySuffix/24": {
            "title": "$:/language/Date/DaySuffix/24",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/25": {
            "title": "$:/language/Date/DaySuffix/25",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/26": {
            "title": "$:/language/Date/DaySuffix/26",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/27": {
            "title": "$:/language/Date/DaySuffix/27",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/28": {
            "title": "$:/language/Date/DaySuffix/28",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/29": {
            "title": "$:/language/Date/DaySuffix/29",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/30": {
            "title": "$:/language/Date/DaySuffix/30",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/31": {
            "title": "$:/language/Date/DaySuffix/31",
            "text": "st"
        },
        "$:/language/Date/Long/Day/0": {
            "title": "$:/language/Date/Long/Day/0",
            "text": "Sunday"
        },
        "$:/language/Date/Long/Day/1": {
            "title": "$:/language/Date/Long/Day/1",
            "text": "Monday"
        },
        "$:/language/Date/Long/Day/2": {
            "title": "$:/language/Date/Long/Day/2",
            "text": "Tuesday"
        },
        "$:/language/Date/Long/Day/3": {
            "title": "$:/language/Date/Long/Day/3",
            "text": "Wednesday"
        },
        "$:/language/Date/Long/Day/4": {
            "title": "$:/language/Date/Long/Day/4",
            "text": "Thursday"
        },
        "$:/language/Date/Long/Day/5": {
            "title": "$:/language/Date/Long/Day/5",
            "text": "Friday"
        },
        "$:/language/Date/Long/Day/6": {
            "title": "$:/language/Date/Long/Day/6",
            "text": "Saturday"
        },
        "$:/language/Date/Long/Month/1": {
            "title": "$:/language/Date/Long/Month/1",
            "text": "January"
        },
        "$:/language/Date/Long/Month/2": {
            "title": "$:/language/Date/Long/Month/2",
            "text": "February"
        },
        "$:/language/Date/Long/Month/3": {
            "title": "$:/language/Date/Long/Month/3",
            "text": "March"
        },
        "$:/language/Date/Long/Month/4": {
            "title": "$:/language/Date/Long/Month/4",
            "text": "April"
        },
        "$:/language/Date/Long/Month/5": {
            "title": "$:/language/Date/Long/Month/5",
            "text": "May"
        },
        "$:/language/Date/Long/Month/6": {
            "title": "$:/language/Date/Long/Month/6",
            "text": "June"
        },
        "$:/language/Date/Long/Month/7": {
            "title": "$:/language/Date/Long/Month/7",
            "text": "July"
        },
        "$:/language/Date/Long/Month/8": {
            "title": "$:/language/Date/Long/Month/8",
            "text": "August"
        },
        "$:/language/Date/Long/Month/9": {
            "title": "$:/language/Date/Long/Month/9",
            "text": "September"
        },
        "$:/language/Date/Long/Month/10": {
            "title": "$:/language/Date/Long/Month/10",
            "text": "October"
        },
        "$:/language/Date/Long/Month/11": {
            "title": "$:/language/Date/Long/Month/11",
            "text": "November"
        },
        "$:/language/Date/Long/Month/12": {
            "title": "$:/language/Date/Long/Month/12",
            "text": "December"
        },
        "$:/language/Date/Period/am": {
            "title": "$:/language/Date/Period/am",
            "text": "am"
        },
        "$:/language/Date/Period/pm": {
            "title": "$:/language/Date/Period/pm",
            "text": "pm"
        },
        "$:/language/Date/Short/Day/0": {
            "title": "$:/language/Date/Short/Day/0",
            "text": "Sun"
        },
        "$:/language/Date/Short/Day/1": {
            "title": "$:/language/Date/Short/Day/1",
            "text": "Mon"
        },
        "$:/language/Date/Short/Day/2": {
            "title": "$:/language/Date/Short/Day/2",
            "text": "Tue"
        },
        "$:/language/Date/Short/Day/3": {
            "title": "$:/language/Date/Short/Day/3",
            "text": "Wed"
        },
        "$:/language/Date/Short/Day/4": {
            "title": "$:/language/Date/Short/Day/4",
            "text": "Thu"
        },
        "$:/language/Date/Short/Day/5": {
            "title": "$:/language/Date/Short/Day/5",
            "text": "Fri"
        },
        "$:/language/Date/Short/Day/6": {
            "title": "$:/language/Date/Short/Day/6",
            "text": "Sat"
        },
        "$:/language/Date/Short/Month/1": {
            "title": "$:/language/Date/Short/Month/1",
            "text": "Jan"
        },
        "$:/language/Date/Short/Month/2": {
            "title": "$:/language/Date/Short/Month/2",
            "text": "Feb"
        },
        "$:/language/Date/Short/Month/3": {
            "title": "$:/language/Date/Short/Month/3",
            "text": "Mar"
        },
        "$:/language/Date/Short/Month/4": {
            "title": "$:/language/Date/Short/Month/4",
            "text": "Apr"
        },
        "$:/language/Date/Short/Month/5": {
            "title": "$:/language/Date/Short/Month/5",
            "text": "May"
        },
        "$:/language/Date/Short/Month/6": {
            "title": "$:/language/Date/Short/Month/6",
            "text": "Jun"
        },
        "$:/language/Date/Short/Month/7": {
            "title": "$:/language/Date/Short/Month/7",
            "text": "Jul"
        },
        "$:/language/Date/Short/Month/8": {
            "title": "$:/language/Date/Short/Month/8",
            "text": "Aug"
        },
        "$:/language/Date/Short/Month/9": {
            "title": "$:/language/Date/Short/Month/9",
            "text": "Sep"
        },
        "$:/language/Date/Short/Month/10": {
            "title": "$:/language/Date/Short/Month/10",
            "text": "Oct"
        },
        "$:/language/Date/Short/Month/11": {
            "title": "$:/language/Date/Short/Month/11",
            "text": "Nov"
        },
        "$:/language/Date/Short/Month/12": {
            "title": "$:/language/Date/Short/Month/12",
            "text": "Dec"
        },
        "$:/language/RelativeDate/Future/Days": {
            "title": "$:/language/RelativeDate/Future/Days",
            "text": "<<period>> days from now"
        },
        "$:/language/RelativeDate/Future/Hours": {
            "title": "$:/language/RelativeDate/Future/Hours",
            "text": "<<period>> hours from now"
        },
        "$:/language/RelativeDate/Future/Minutes": {
            "title": "$:/language/RelativeDate/Future/Minutes",
            "text": "<<period>> minutes from now"
        },
        "$:/language/RelativeDate/Future/Months": {
            "title": "$:/language/RelativeDate/Future/Months",
            "text": "<<period>> months from now"
        },
        "$:/language/RelativeDate/Future/Second": {
            "title": "$:/language/RelativeDate/Future/Second",
            "text": "1 second from now"
        },
        "$:/language/RelativeDate/Future/Seconds": {
            "title": "$:/language/RelativeDate/Future/Seconds",
            "text": "<<period>> seconds from now"
        },
        "$:/language/RelativeDate/Future/Years": {
            "title": "$:/language/RelativeDate/Future/Years",
            "text": "<<period>> years from now"
        },
        "$:/language/RelativeDate/Past/Days": {
            "title": "$:/language/RelativeDate/Past/Days",
            "text": "<<period>> days ago"
        },
        "$:/language/RelativeDate/Past/Hours": {
            "title": "$:/language/RelativeDate/Past/Hours",
            "text": "<<period>> hours ago"
        },
        "$:/language/RelativeDate/Past/Minutes": {
            "title": "$:/language/RelativeDate/Past/Minutes",
            "text": "<<period>> minutes ago"
        },
        "$:/language/RelativeDate/Past/Months": {
            "title": "$:/language/RelativeDate/Past/Months",
            "text": "<<period>> months ago"
        },
        "$:/language/RelativeDate/Past/Second": {
            "title": "$:/language/RelativeDate/Past/Second",
            "text": "1 second ago"
        },
        "$:/language/RelativeDate/Past/Seconds": {
            "title": "$:/language/RelativeDate/Past/Seconds",
            "text": "<<period>> seconds ago"
        },
        "$:/language/RelativeDate/Past/Years": {
            "title": "$:/language/RelativeDate/Past/Years",
            "text": "<<period>> years ago"
        },
        "$:/language/Exporters/StaticRiver": {
            "title": "$:/language/Exporters/StaticRiver",
            "text": "Static HTML"
        },
        "$:/language/Exporters/JsonFile": {
            "title": "$:/language/Exporters/JsonFile",
            "text": "JSON file"
        },
        "$:/language/Exporters/CsvFile": {
            "title": "$:/language/Exporters/CsvFile",
            "text": "CSV file"
        },
        "$:/language/Exporters/TidFile": {
            "title": "$:/language/Exporters/TidFile",
            "text": "\".tid\" file"
        },
        "$:/language/Filters/AllTiddlers": {
            "title": "$:/language/Filters/AllTiddlers",
            "text": "All tiddlers except system tiddlers"
        },
        "$:/language/Filters/RecentSystemTiddlers": {
            "title": "$:/language/Filters/RecentSystemTiddlers",
            "text": "Recently modified tiddlers, including system tiddlers"
        },
        "$:/language/Filters/RecentTiddlers": {
            "title": "$:/language/Filters/RecentTiddlers",
            "text": "Recently modified tiddlers"
        },
        "$:/language/Filters/AllTags": {
            "title": "$:/language/Filters/AllTags",
            "text": "All tags except system tags"
        },
        "$:/language/Filters/Missing": {
            "title": "$:/language/Filters/Missing",
            "text": "Missing tiddlers"
        },
        "$:/language/Filters/Drafts": {
            "title": "$:/language/Filters/Drafts",
            "text": "Draft tiddlers"
        },
        "$:/language/Filters/Orphans": {
            "title": "$:/language/Filters/Orphans",
            "text": "Orphan tiddlers"
        },
        "$:/language/Filters/SystemTiddlers": {
            "title": "$:/language/Filters/SystemTiddlers",
            "text": "System tiddlers"
        },
        "$:/language/Filters/ShadowTiddlers": {
            "title": "$:/language/Filters/ShadowTiddlers",
            "text": "Shadow tiddlers"
        },
        "$:/language/Filters/OverriddenShadowTiddlers": {
            "title": "$:/language/Filters/OverriddenShadowTiddlers",
            "text": "Overridden shadow tiddlers"
        },
        "$:/language/Filters/SessionTiddlers": {
            "title": "$:/language/Filters/SessionTiddlers",
            "text": "Tiddlers modified since the wiki was loaded"
        },
        "$:/language/Filters/SystemTags": {
            "title": "$:/language/Filters/SystemTags",
            "text": "System tags"
        },
        "$:/language/Filters/StoryList": {
            "title": "$:/language/Filters/StoryList",
            "text": "Tiddlers in the story river, excluding <$text text=\"$:/AdvancedSearch\"/>"
        },
        "$:/language/Filters/TypedTiddlers": {
            "title": "$:/language/Filters/TypedTiddlers",
            "text": "Non wiki-text tiddlers"
        },
        "GettingStarted": {
            "title": "GettingStarted",
            "text": "\\define lingo-base() $:/language/ControlPanel/Basics/\nWelcome to ~TiddlyWiki and the ~TiddlyWiki community\n\nBefore you start storing important information in ~TiddlyWiki it is vital to make sure that you can reliably save changes. See https://tiddlywiki.com/#GettingStarted for details\n\n!! Set up this ~TiddlyWiki\n\n<div class=\"tc-control-panel\">\n\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n</div>\n\nSee the [[control panel|$:/ControlPanel]] for more options.\n"
        },
        "$:/language/Import/Imported/Hint": {
            "title": "$:/language/Import/Imported/Hint",
            "text": "The following tiddlers were imported:"
        },
        "$:/language/Import/Listing/Cancel/Caption": {
            "title": "$:/language/Import/Listing/Cancel/Caption",
            "text": "Cancel"
        },
        "$:/language/Import/Listing/Hint": {
            "title": "$:/language/Import/Listing/Hint",
            "text": "These tiddlers are ready to import:"
        },
        "$:/language/Import/Listing/Import/Caption": {
            "title": "$:/language/Import/Listing/Import/Caption",
            "text": "Import"
        },
        "$:/language/Import/Listing/Select/Caption": {
            "title": "$:/language/Import/Listing/Select/Caption",
            "text": "Select"
        },
        "$:/language/Import/Listing/Status/Caption": {
            "title": "$:/language/Import/Listing/Status/Caption",
            "text": "Status"
        },
        "$:/language/Import/Listing/Title/Caption": {
            "title": "$:/language/Import/Listing/Title/Caption",
            "text": "Title"
        },
        "$:/language/Import/Listing/Preview": {
            "title": "$:/language/Import/Listing/Preview",
            "text": "Preview:"
        },
        "$:/language/Import/Listing/Preview/Text": {
            "title": "$:/language/Import/Listing/Preview/Text",
            "text": "Text"
        },
        "$:/language/Import/Listing/Preview/TextRaw": {
            "title": "$:/language/Import/Listing/Preview/TextRaw",
            "text": "Text (Raw)"
        },
        "$:/language/Import/Listing/Preview/Fields": {
            "title": "$:/language/Import/Listing/Preview/Fields",
            "text": "Fields"
        },
        "$:/language/Import/Listing/Preview/Diff": {
            "title": "$:/language/Import/Listing/Preview/Diff",
            "text": "Diff"
        },
        "$:/language/Import/Listing/Preview/DiffFields": {
            "title": "$:/language/Import/Listing/Preview/DiffFields",
            "text": "Diff (Fields)"
        },
        "$:/language/Import/Listing/Rename/Tooltip": {
            "title": "$:/language/Import/Listing/Rename/Tooltip",
            "text": "Rename tiddler before importing"
        },
        "$:/language/Import/Listing/Rename/Prompt": {
            "title": "$:/language/Import/Listing/Rename/Prompt",
            "text": "Rename to:"
        },
        "$:/language/Import/Listing/Rename/ConfirmRename": {
            "title": "$:/language/Import/Listing/Rename/ConfirmRename",
            "text": "Rename tiddler"
        },
        "$:/language/Import/Listing/Rename/CancelRename": {
            "title": "$:/language/Import/Listing/Rename/CancelRename",
            "text": "Cancel"
        },
        "$:/language/Import/Listing/Rename/OverwriteWarning": {
            "title": "$:/language/Import/Listing/Rename/OverwriteWarning",
            "text": "A tiddler with this title already exists."
        },
        "$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible": {
            "title": "$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible",
            "text": "Blocked incompatible or obsolete plugin."
        },
        "$:/language/Import/Upgrader/Plugins/Suppressed/Version": {
            "title": "$:/language/Import/Upgrader/Plugins/Suppressed/Version",
            "text": "Blocked plugin (due to incoming <<incoming>> not being newer than existing <<existing>>)."
        },
        "$:/language/Import/Upgrader/Plugins/Upgraded": {
            "title": "$:/language/Import/Upgrader/Plugins/Upgraded",
            "text": "Upgraded plugin from <<incoming>> to <<upgraded>>."
        },
        "$:/language/Import/Upgrader/State/Suppressed": {
            "title": "$:/language/Import/Upgrader/State/Suppressed",
            "text": "Blocked temporary state tiddler."
        },
        "$:/language/Import/Upgrader/System/Suppressed": {
            "title": "$:/language/Import/Upgrader/System/Suppressed",
            "text": "Blocked system tiddler."
        },
        "$:/language/Import/Upgrader/System/Warning": {
            "title": "$:/language/Import/Upgrader/System/Warning",
            "text": "Core module tiddler."
        },
        "$:/language/Import/Upgrader/System/Alert": {
            "title": "$:/language/Import/Upgrader/System/Alert",
            "text": "You are about to import a tiddler that will overwrite a core module tiddler. This is not recommended as it may make the system unstable."
        },
        "$:/language/Import/Upgrader/ThemeTweaks/Created": {
            "title": "$:/language/Import/Upgrader/ThemeTweaks/Created",
            "text": "Migrated theme tweak from <$text text=<<from>>/>."
        },
        "$:/language/AboveStory/ClassicPlugin/Warning": {
            "title": "$:/language/AboveStory/ClassicPlugin/Warning",
            "text": "It looks like you are trying to load a plugin designed for ~TiddlyWiki Classic. Please note that [[these plugins do not work with TiddlyWiki version 5.x.x|https://tiddlywiki.com/#TiddlyWikiClassic]]. ~TiddlyWiki Classic plugins detected:"
        },
        "$:/language/BinaryWarning/Prompt": {
            "title": "$:/language/BinaryWarning/Prompt",
            "text": "This tiddler contains binary data"
        },
        "$:/language/ClassicWarning/Hint": {
            "title": "$:/language/ClassicWarning/Hint",
            "text": "This tiddler is written in TiddlyWiki Classic wiki text format, which is not fully compatible with TiddlyWiki version 5. See https://tiddlywiki.com/static/Upgrading.html for more details."
        },
        "$:/language/ClassicWarning/Upgrade/Caption": {
            "title": "$:/language/ClassicWarning/Upgrade/Caption",
            "text": "upgrade"
        },
        "$:/language/CloseAll/Button": {
            "title": "$:/language/CloseAll/Button",
            "text": "close all"
        },
        "$:/language/ColourPicker/Recent": {
            "title": "$:/language/ColourPicker/Recent",
            "text": "Recent:"
        },
        "$:/language/ConfirmCancelTiddler": {
            "title": "$:/language/ConfirmCancelTiddler",
            "text": "Do you wish to discard changes to the tiddler \"<$text text=<<title>>/>\"?"
        },
        "$:/language/ConfirmDeleteTiddler": {
            "title": "$:/language/ConfirmDeleteTiddler",
            "text": "Do you wish to delete the tiddler \"<$text text=<<title>>/>\"?"
        },
        "$:/language/ConfirmOverwriteTiddler": {
            "title": "$:/language/ConfirmOverwriteTiddler",
            "text": "Do you wish to overwrite the tiddler \"<$text text=<<title>>/>\"?"
        },
        "$:/language/ConfirmEditShadowTiddler": {
            "title": "$:/language/ConfirmEditShadowTiddler",
            "text": "You are about to edit a ShadowTiddler. Any changes will override the default system making future upgrades non-trivial. Are you sure you want to edit \"<$text text=<<title>>/>\"?"
        },
        "$:/language/ConfirmAction": {
            "title": "$:/language/ConfirmAction",
            "text": "Do you wish to proceed?"
        },
        "$:/language/Count": {
            "title": "$:/language/Count",
            "text": "count"
        },
        "$:/language/DefaultNewTiddlerTitle": {
            "title": "$:/language/DefaultNewTiddlerTitle",
            "text": "New Tiddler"
        },
        "$:/language/Diffs/CountMessage": {
            "title": "$:/language/Diffs/CountMessage",
            "text": "<<diff-count>> differences"
        },
        "$:/language/DropMessage": {
            "title": "$:/language/DropMessage",
            "text": "Drop here (or use the 'Escape' key to cancel)"
        },
        "$:/language/Encryption/Cancel": {
            "title": "$:/language/Encryption/Cancel",
            "text": "Cancel"
        },
        "$:/language/Encryption/ConfirmClearPassword": {
            "title": "$:/language/Encryption/ConfirmClearPassword",
            "text": "Do you wish to clear the password? This will remove the encryption applied when saving this wiki"
        },
        "$:/language/Encryption/PromptSetPassword": {
            "title": "$:/language/Encryption/PromptSetPassword",
            "text": "Set a new password for this TiddlyWiki"
        },
        "$:/language/Encryption/Username": {
            "title": "$:/language/Encryption/Username",
            "text": "Username"
        },
        "$:/language/Encryption/Password": {
            "title": "$:/language/Encryption/Password",
            "text": "Password"
        },
        "$:/language/Encryption/RepeatPassword": {
            "title": "$:/language/Encryption/RepeatPassword",
            "text": "Repeat password"
        },
        "$:/language/Encryption/PasswordNoMatch": {
            "title": "$:/language/Encryption/PasswordNoMatch",
            "text": "Passwords do not match"
        },
        "$:/language/Encryption/SetPassword": {
            "title": "$:/language/Encryption/SetPassword",
            "text": "Set password"
        },
        "$:/language/Error/Caption": {
            "title": "$:/language/Error/Caption",
            "text": "Error"
        },
        "$:/language/Error/EditConflict": {
            "title": "$:/language/Error/EditConflict",
            "text": "File changed on server"
        },
        "$:/language/Error/Filter": {
            "title": "$:/language/Error/Filter",
            "text": "Filter error"
        },
        "$:/language/Error/FilterSyntax": {
            "title": "$:/language/Error/FilterSyntax",
            "text": "Syntax error in filter expression"
        },
        "$:/language/Error/FilterRunPrefix": {
            "title": "$:/language/Error/FilterRunPrefix",
            "text": "Filter Error: Unknown prefix for filter run"
        },
        "$:/language/Error/IsFilterOperator": {
            "title": "$:/language/Error/IsFilterOperator",
            "text": "Filter Error: Unknown operand for the 'is' filter operator"
        },
        "$:/language/Error/FormatFilterOperator": {
            "title": "$:/language/Error/FormatFilterOperator",
            "text": "Filter Error: Unknown suffix for the 'format' filter operator"
        },
        "$:/language/Error/LoadingPluginLibrary": {
            "title": "$:/language/Error/LoadingPluginLibrary",
            "text": "Error loading plugin library"
        },
        "$:/language/Error/NetworkErrorAlert": {
            "title": "$:/language/Error/NetworkErrorAlert",
            "text": "`<h2>''Network Error''</h2>It looks like the connection to the server has been lost. This may indicate a problem with your network connection. Please attempt to restore network connectivity before continuing.<br><br>''Any unsaved changes will be automatically synchronised when connectivity is restored''.`"
        },
        "$:/language/Error/RecursiveTransclusion": {
            "title": "$:/language/Error/RecursiveTransclusion",
            "text": "Recursive transclusion error in transclude widget"
        },
        "$:/language/Error/RetrievingSkinny": {
            "title": "$:/language/Error/RetrievingSkinny",
            "text": "Error retrieving skinny tiddler list"
        },
        "$:/language/Error/SavingToTWEdit": {
            "title": "$:/language/Error/SavingToTWEdit",
            "text": "Error saving to TWEdit"
        },
        "$:/language/Error/WhileSaving": {
            "title": "$:/language/Error/WhileSaving",
            "text": "Error while saving"
        },
        "$:/language/Error/XMLHttpRequest": {
            "title": "$:/language/Error/XMLHttpRequest",
            "text": "XMLHttpRequest error code"
        },
        "$:/language/InternalJavaScriptError/Title": {
            "title": "$:/language/InternalJavaScriptError/Title",
            "text": "Internal JavaScript Error"
        },
        "$:/language/InternalJavaScriptError/Hint": {
            "title": "$:/language/InternalJavaScriptError/Hint",
            "text": "Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser"
        },
        "$:/language/InvalidFieldName": {
            "title": "$:/language/InvalidFieldName",
            "text": "Illegal characters in field name \"<$text text=<<fieldName>>/>\". Fields can only contain lowercase letters, digits and the characters underscore (`_`), hyphen (`-`) and period (`.`)"
        },
        "$:/language/LayoutSwitcher/Description": {
            "title": "$:/language/LayoutSwitcher/Description",
            "text": "Open the layout switcher"
        },
        "$:/language/LazyLoadingWarning": {
            "title": "$:/language/LazyLoadingWarning",
            "text": "<p>Trying to load external content from ''<$text text={{!!_canonical_uri}}/>''</p><p>If this message doesn't disappear, either the tiddler content type doesn't match the type of the external content, or you may be using a browser that doesn't support external content for wikis loaded as standalone files. See https://tiddlywiki.com/#ExternalText</p>"
        },
        "$:/language/LoginToTiddlySpace": {
            "title": "$:/language/LoginToTiddlySpace",
            "text": "Login to TiddlySpace"
        },
        "$:/language/Manager/Controls/FilterByTag/None": {
            "title": "$:/language/Manager/Controls/FilterByTag/None",
            "text": "(none)"
        },
        "$:/language/Manager/Controls/FilterByTag/Prompt": {
            "title": "$:/language/Manager/Controls/FilterByTag/Prompt",
            "text": "Filter by tag:"
        },
        "$:/language/Manager/Controls/Order/Prompt": {
            "title": "$:/language/Manager/Controls/Order/Prompt",
            "text": "Reverse order"
        },
        "$:/language/Manager/Controls/Search/Placeholder": {
            "title": "$:/language/Manager/Controls/Search/Placeholder",
            "text": "Search"
        },
        "$:/language/Manager/Controls/Search/Prompt": {
            "title": "$:/language/Manager/Controls/Search/Prompt",
            "text": "Search:"
        },
        "$:/language/Manager/Controls/Show/Option/Tags": {
            "title": "$:/language/Manager/Controls/Show/Option/Tags",
            "text": "tags"
        },
        "$:/language/Manager/Controls/Show/Option/Tiddlers": {
            "title": "$:/language/Manager/Controls/Show/Option/Tiddlers",
            "text": "tiddlers"
        },
        "$:/language/Manager/Controls/Show/Prompt": {
            "title": "$:/language/Manager/Controls/Show/Prompt",
            "text": "Show:"
        },
        "$:/language/Manager/Controls/Sort/Prompt": {
            "title": "$:/language/Manager/Controls/Sort/Prompt",
            "text": "Sort by:"
        },
        "$:/language/Manager/Item/Colour": {
            "title": "$:/language/Manager/Item/Colour",
            "text": "Colour"
        },
        "$:/language/Manager/Item/Fields": {
            "title": "$:/language/Manager/Item/Fields",
            "text": "Fields"
        },
        "$:/language/Manager/Item/Icon/None": {
            "title": "$:/language/Manager/Item/Icon/None",
            "text": "(none)"
        },
        "$:/language/Manager/Item/Icon": {
            "title": "$:/language/Manager/Item/Icon",
            "text": "Icon"
        },
        "$:/language/Manager/Item/RawText": {
            "title": "$:/language/Manager/Item/RawText",
            "text": "Raw text"
        },
        "$:/language/Manager/Item/Tags": {
            "title": "$:/language/Manager/Item/Tags",
            "text": "Tags"
        },
        "$:/language/Manager/Item/Tools": {
            "title": "$:/language/Manager/Item/Tools",
            "text": "Tools"
        },
        "$:/language/Manager/Item/WikifiedText": {
            "title": "$:/language/Manager/Item/WikifiedText",
            "text": "Wikified text"
        },
        "$:/language/MissingTiddler/Hint": {
            "title": "$:/language/MissingTiddler/Hint",
            "text": "Missing tiddler \"<$text text=<<currentTiddler>>/>\" -- click {{||$:/core/ui/Buttons/edit}} to create"
        },
        "$:/language/No": {
            "title": "$:/language/No",
            "text": "No"
        },
        "$:/language/OfficialPluginLibrary": {
            "title": "$:/language/OfficialPluginLibrary",
            "text": "Official ~TiddlyWiki Plugin Library"
        },
        "$:/language/OfficialPluginLibrary/Hint": {
            "title": "$:/language/OfficialPluginLibrary/Hint",
            "text": "The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team."
        },
        "$:/language/PageTemplate/Description": {
            "title": "$:/language/PageTemplate/Description",
            "text": "the default ~TiddlyWiki layout"
        },
        "$:/language/PageTemplate/Name": {
            "title": "$:/language/PageTemplate/Name",
            "text": "Default ~PageTemplate"
        },
        "$:/language/PluginReloadWarning": {
            "title": "$:/language/PluginReloadWarning",
            "text": "Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$:/core/ui/Buttons/refresh}} to allow changes to ~JavaScript plugins to take effect"
        },
        "$:/language/RecentChanges/DateFormat": {
            "title": "$:/language/RecentChanges/DateFormat",
            "text": "DDth MMM YYYY"
        },
        "$:/language/Shortcuts/Input/AdvancedSearch/Hint": {
            "title": "$:/language/Shortcuts/Input/AdvancedSearch/Hint",
            "text": "Open the ~AdvancedSearch panel from within the sidebar search field"
        },
        "$:/language/Shortcuts/Input/Accept/Hint": {
            "title": "$:/language/Shortcuts/Input/Accept/Hint",
            "text": "Accept the selected item"
        },
        "$:/language/Shortcuts/Input/AcceptVariant/Hint": {
            "title": "$:/language/Shortcuts/Input/AcceptVariant/Hint",
            "text": "Accept the selected item (variant)"
        },
        "$:/language/Shortcuts/Input/Cancel/Hint": {
            "title": "$:/language/Shortcuts/Input/Cancel/Hint",
            "text": "Clear the input field"
        },
        "$:/language/Shortcuts/Input/Down/Hint": {
            "title": "$:/language/Shortcuts/Input/Down/Hint",
            "text": "Select the next item"
        },
        "$:/language/Shortcuts/Input/Tab-Left/Hint": {
            "title": "$:/language/Shortcuts/Input/Tab-Left/Hint",
            "text": "Select the previous Tab"
        },
        "$:/language/Shortcuts/Input/Tab-Right/Hint": {
            "title": "$:/language/Shortcuts/Input/Tab-Right/Hint",
            "text": "Select the next Tab"
        },
        "$:/language/Shortcuts/Input/Up/Hint": {
            "title": "$:/language/Shortcuts/Input/Up/Hint",
            "text": "Select the previous item"
        },
        "$:/language/Shortcuts/SidebarLayout/Hint": {
            "title": "$:/language/Shortcuts/SidebarLayout/Hint",
            "text": "Change the sidebar layout"
        },
        "$:/language/Switcher/Subtitle/theme": {
            "title": "$:/language/Switcher/Subtitle/theme",
            "text": "Switch Theme"
        },
        "$:/language/Switcher/Subtitle/layout": {
            "title": "$:/language/Switcher/Subtitle/layout",
            "text": "Switch Layout"
        },
        "$:/language/Switcher/Subtitle/language": {
            "title": "$:/language/Switcher/Subtitle/language",
            "text": "Switch Language"
        },
        "$:/language/Switcher/Subtitle/palette": {
            "title": "$:/language/Switcher/Subtitle/palette",
            "text": "Switch Palette"
        },
        "$:/language/SystemTiddler/Tooltip": {
            "title": "$:/language/SystemTiddler/Tooltip",
            "text": "This is a system tiddler"
        },
        "$:/language/SystemTiddlers/Include/Prompt": {
            "title": "$:/language/SystemTiddlers/Include/Prompt",
            "text": "Include system tiddlers"
        },
        "$:/language/TagManager/Colour/Heading": {
            "title": "$:/language/TagManager/Colour/Heading",
            "text": "Colour"
        },
        "$:/language/TagManager/Count/Heading": {
            "title": "$:/language/TagManager/Count/Heading",
            "text": "Count"
        },
        "$:/language/TagManager/Icon/Heading": {
            "title": "$:/language/TagManager/Icon/Heading",
            "text": "Icon"
        },
        "$:/language/TagManager/Icons/None": {
            "title": "$:/language/TagManager/Icons/None",
            "text": "None"
        },
        "$:/language/TagManager/Info/Heading": {
            "title": "$:/language/TagManager/Info/Heading",
            "text": "Info"
        },
        "$:/language/TagManager/Tag/Heading": {
            "title": "$:/language/TagManager/Tag/Heading",
            "text": "Tag"
        },
        "$:/language/Tiddler/DateFormat": {
            "title": "$:/language/Tiddler/DateFormat",
            "text": "DDth MMM YYYY at hh12:0mmam"
        },
        "$:/language/UnsavedChangesWarning": {
            "title": "$:/language/UnsavedChangesWarning",
            "text": "You have unsaved changes in TiddlyWiki"
        },
        "$:/language/Yes": {
            "title": "$:/language/Yes",
            "text": "Yes"
        },
        "$:/config/NewJournal/Title": {
            "title": "$:/config/NewJournal/Title",
            "text": "DDth MMM YYYY"
        },
        "$:/config/NewJournal/Text": {
            "title": "$:/config/NewJournal/Text",
            "text": ""
        },
        "$:/config/NewJournal/Tags": {
            "title": "$:/config/NewJournal/Tags",
            "text": "Journal\n"
        },
        "$:/language/Notifications/Save/Done": {
            "title": "$:/language/Notifications/Save/Done",
            "text": "Saved wiki"
        },
        "$:/language/Notifications/Save/Starting": {
            "title": "$:/language/Notifications/Save/Starting",
            "text": "Starting to save wiki"
        },
        "$:/language/Notifications/CopiedToClipboard/Succeeded": {
            "title": "$:/language/Notifications/CopiedToClipboard/Succeeded",
            "text": "Copied to clipboard!"
        },
        "$:/language/Notifications/CopiedToClipboard/Failed": {
            "title": "$:/language/Notifications/CopiedToClipboard/Failed",
            "text": "Failed to copy to clipboard!"
        },
        "$:/language/Search/DefaultResults/Caption": {
            "title": "$:/language/Search/DefaultResults/Caption",
            "text": "List"
        },
        "$:/language/Search/Filter/Caption": {
            "title": "$:/language/Search/Filter/Caption",
            "text": "Filter"
        },
        "$:/language/Search/Filter/Hint": {
            "title": "$:/language/Search/Filter/Hint",
            "text": "Search via a [[filter expression|https://tiddlywiki.com/static/Filters.html]]"
        },
        "$:/language/Search/Filter/Matches": {
            "title": "$:/language/Search/Filter/Matches",
            "text": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/Search/Matches": {
            "title": "$:/language/Search/Matches",
            "text": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/Search/Matches/All": {
            "title": "$:/language/Search/Matches/All",
            "text": "All matches:"
        },
        "$:/language/Search/Matches/Title": {
            "title": "$:/language/Search/Matches/Title",
            "text": "Title matches:"
        },
        "$:/language/Search/Search": {
            "title": "$:/language/Search/Search",
            "text": "Search"
        },
        "$:/language/Search/Search/TooShort": {
            "title": "$:/language/Search/Search/TooShort",
            "text": "Search text too short"
        },
        "$:/language/Search/Shadows/Caption": {
            "title": "$:/language/Search/Shadows/Caption",
            "text": "Shadows"
        },
        "$:/language/Search/Shadows/Hint": {
            "title": "$:/language/Search/Shadows/Hint",
            "text": "Search for shadow tiddlers"
        },
        "$:/language/Search/Shadows/Matches": {
            "title": "$:/language/Search/Shadows/Matches",
            "text": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/Search/Standard/Caption": {
            "title": "$:/language/Search/Standard/Caption",
            "text": "Standard"
        },
        "$:/language/Search/Standard/Hint": {
            "title": "$:/language/Search/Standard/Hint",
            "text": "Search for standard tiddlers"
        },
        "$:/language/Search/Standard/Matches": {
            "title": "$:/language/Search/Standard/Matches",
            "text": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/Search/System/Caption": {
            "title": "$:/language/Search/System/Caption",
            "text": "System"
        },
        "$:/language/Search/System/Hint": {
            "title": "$:/language/Search/System/Hint",
            "text": "Search for system tiddlers"
        },
        "$:/language/Search/System/Matches": {
            "title": "$:/language/Search/System/Matches",
            "text": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/SideBar/All/Caption": {
            "title": "$:/language/SideBar/All/Caption",
            "text": "All"
        },
        "$:/language/SideBar/Contents/Caption": {
            "title": "$:/language/SideBar/Contents/Caption",
            "text": "Contents"
        },
        "$:/language/SideBar/Drafts/Caption": {
            "title": "$:/language/SideBar/Drafts/Caption",
            "text": "Drafts"
        },
        "$:/language/SideBar/Explorer/Caption": {
            "title": "$:/language/SideBar/Explorer/Caption",
            "text": "Explorer"
        },
        "$:/language/SideBar/Missing/Caption": {
            "title": "$:/language/SideBar/Missing/Caption",
            "text": "Missing"
        },
        "$:/language/SideBar/More/Caption": {
            "title": "$:/language/SideBar/More/Caption",
            "text": "More"
        },
        "$:/language/SideBar/Open/Caption": {
            "title": "$:/language/SideBar/Open/Caption",
            "text": "Open"
        },
        "$:/language/SideBar/Orphans/Caption": {
            "title": "$:/language/SideBar/Orphans/Caption",
            "text": "Orphans"
        },
        "$:/language/SideBar/Recent/Caption": {
            "title": "$:/language/SideBar/Recent/Caption",
            "text": "Recent"
        },
        "$:/language/SideBar/Shadows/Caption": {
            "title": "$:/language/SideBar/Shadows/Caption",
            "text": "Shadows"
        },
        "$:/language/SideBar/System/Caption": {
            "title": "$:/language/SideBar/System/Caption",
            "text": "System"
        },
        "$:/language/SideBar/Tags/Caption": {
            "title": "$:/language/SideBar/Tags/Caption",
            "text": "Tags"
        },
        "$:/language/SideBar/Tags/Untagged/Caption": {
            "title": "$:/language/SideBar/Tags/Untagged/Caption",
            "text": "untagged"
        },
        "$:/language/SideBar/Tools/Caption": {
            "title": "$:/language/SideBar/Tools/Caption",
            "text": "Tools"
        },
        "$:/language/SideBar/Types/Caption": {
            "title": "$:/language/SideBar/Types/Caption",
            "text": "Types"
        },
        "$:/SiteSubtitle": {
            "title": "$:/SiteSubtitle",
            "text": "a non-linear personal web notebook"
        },
        "$:/SiteTitle": {
            "title": "$:/SiteTitle",
            "text": "My ~TiddlyWiki"
        },
        "$:/language/ThemeTweaks/ThemeTweaks": {
            "title": "$:/language/ThemeTweaks/ThemeTweaks",
            "text": "Theme Tweaks"
        },
        "$:/language/ThemeTweaks/ThemeTweaks/Hint": {
            "title": "$:/language/ThemeTweaks/ThemeTweaks/Hint",
            "text": "You can tweak certain aspects of the ''Vanilla'' theme."
        },
        "$:/language/ThemeTweaks/Options": {
            "title": "$:/language/ThemeTweaks/Options",
            "text": "Options"
        },
        "$:/language/ThemeTweaks/Options/SidebarLayout": {
            "title": "$:/language/ThemeTweaks/Options/SidebarLayout",
            "text": "Sidebar layout"
        },
        "$:/language/ThemeTweaks/Options/SidebarLayout/Fixed-Fluid": {
            "title": "$:/language/ThemeTweaks/Options/SidebarLayout/Fixed-Fluid",
            "text": "Fixed story, fluid sidebar"
        },
        "$:/language/ThemeTweaks/Options/SidebarLayout/Fluid-Fixed": {
            "title": "$:/language/ThemeTweaks/Options/SidebarLayout/Fluid-Fixed",
            "text": "Fluid story, fixed sidebar"
        },
        "$:/language/ThemeTweaks/Options/StickyTitles": {
            "title": "$:/language/ThemeTweaks/Options/StickyTitles",
            "text": "Sticky titles"
        },
        "$:/language/ThemeTweaks/Options/StickyTitles/Hint": {
            "title": "$:/language/ThemeTweaks/Options/StickyTitles/Hint",
            "text": "Causes tiddler titles to \"stick\" to the top of the browser window"
        },
        "$:/language/ThemeTweaks/Options/CodeWrapping": {
            "title": "$:/language/ThemeTweaks/Options/CodeWrapping",
            "text": "Wrap long lines in code blocks"
        },
        "$:/language/ThemeTweaks/Settings": {
            "title": "$:/language/ThemeTweaks/Settings",
            "text": "Settings"
        },
        "$:/language/ThemeTweaks/Settings/FontFamily": {
            "title": "$:/language/ThemeTweaks/Settings/FontFamily",
            "text": "Font family"
        },
        "$:/language/ThemeTweaks/Settings/CodeFontFamily": {
            "title": "$:/language/ThemeTweaks/Settings/CodeFontFamily",
            "text": "Code font family"
        },
        "$:/language/ThemeTweaks/Settings/EditorFontFamily": {
            "title": "$:/language/ThemeTweaks/Settings/EditorFontFamily",
            "text": "Editor font family"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImage": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImage",
            "text": "Page background image"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment",
            "text": "Page background image attachment"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Scroll": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Scroll",
            "text": "Scroll with tiddlers"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Fixed": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Fixed",
            "text": "Fixed to window"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageSize": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize",
            "text": "Page background image size"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Auto": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Auto",
            "text": "Auto"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Cover": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Cover",
            "text": "Cover"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Contain": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Contain",
            "text": "Contain"
        },
        "$:/language/ThemeTweaks/Metrics": {
            "title": "$:/language/ThemeTweaks/Metrics",
            "text": "Sizes"
        },
        "$:/language/ThemeTweaks/Metrics/FontSize": {
            "title": "$:/language/ThemeTweaks/Metrics/FontSize",
            "text": "Font size"
        },
        "$:/language/ThemeTweaks/Metrics/LineHeight": {
            "title": "$:/language/ThemeTweaks/Metrics/LineHeight",
            "text": "Line height"
        },
        "$:/language/ThemeTweaks/Metrics/BodyFontSize": {
            "title": "$:/language/ThemeTweaks/Metrics/BodyFontSize",
            "text": "Font size for tiddler body"
        },
        "$:/language/ThemeTweaks/Metrics/BodyLineHeight": {
            "title": "$:/language/ThemeTweaks/Metrics/BodyLineHeight",
            "text": "Line height for tiddler body"
        },
        "$:/language/ThemeTweaks/Metrics/StoryLeft": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryLeft",
            "text": "Story left position"
        },
        "$:/language/ThemeTweaks/Metrics/StoryLeft/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryLeft/Hint",
            "text": "how far the left margin of the story river<br>(tiddler area) is from the left of the page"
        },
        "$:/language/ThemeTweaks/Metrics/StoryTop": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryTop",
            "text": "Story top position"
        },
        "$:/language/ThemeTweaks/Metrics/StoryTop/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryTop/Hint",
            "text": "how far the top margin of the story river<br>is from the top of the page"
        },
        "$:/language/ThemeTweaks/Metrics/StoryRight": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryRight",
            "text": "Story right"
        },
        "$:/language/ThemeTweaks/Metrics/StoryRight/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryRight/Hint",
            "text": "how far the left margin of the sidebar <br>is from the left of the page"
        },
        "$:/language/ThemeTweaks/Metrics/StoryWidth": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryWidth",
            "text": "Story width"
        },
        "$:/language/ThemeTweaks/Metrics/StoryWidth/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryWidth/Hint",
            "text": "the overall width of the story river"
        },
        "$:/language/ThemeTweaks/Metrics/TiddlerWidth": {
            "title": "$:/language/ThemeTweaks/Metrics/TiddlerWidth",
            "text": "Tiddler width"
        },
        "$:/language/ThemeTweaks/Metrics/TiddlerWidth/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/TiddlerWidth/Hint",
            "text": "within the story river"
        },
        "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint": {
            "title": "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint",
            "text": "Sidebar breakpoint"
        },
        "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint/Hint",
            "text": "the minimum page width at which the story<br>river and sidebar will appear side by side"
        },
        "$:/language/ThemeTweaks/Metrics/SidebarWidth": {
            "title": "$:/language/ThemeTweaks/Metrics/SidebarWidth",
            "text": "Sidebar width"
        },
        "$:/language/ThemeTweaks/Metrics/SidebarWidth/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/SidebarWidth/Hint",
            "text": "the width of the sidebar in fluid-fixed layout"
        },
        "$:/language/TiddlerInfo/Advanced/Caption": {
            "title": "$:/language/TiddlerInfo/Advanced/Caption",
            "text": "Advanced"
        },
        "$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint",
            "text": "none"
        },
        "$:/language/TiddlerInfo/Advanced/PluginInfo/Heading": {
            "title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Heading",
            "text": "Plugin Details"
        },
        "$:/language/TiddlerInfo/Advanced/PluginInfo/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Hint",
            "text": "This plugin contains the following shadow tiddlers:"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading",
            "text": "Shadow Status"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint",
            "text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is not a shadow tiddler"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint",
            "text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is a shadow tiddler"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source",
            "text": "It is defined in the plugin <$link to=<<pluginTiddler>>><$text text=<<pluginTiddler>>/></$link>"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint",
            "text": "It is overridden by an ordinary tiddler"
        },
        "$:/language/TiddlerInfo/Fields/Caption": {
            "title": "$:/language/TiddlerInfo/Fields/Caption",
            "text": "Fields"
        },
        "$:/language/TiddlerInfo/List/Caption": {
            "title": "$:/language/TiddlerInfo/List/Caption",
            "text": "List"
        },
        "$:/language/TiddlerInfo/List/Empty": {
            "title": "$:/language/TiddlerInfo/List/Empty",
            "text": "This tiddler does not have a list"
        },
        "$:/language/TiddlerInfo/Listed/Caption": {
            "title": "$:/language/TiddlerInfo/Listed/Caption",
            "text": "Listed"
        },
        "$:/language/TiddlerInfo/Listed/Empty": {
            "title": "$:/language/TiddlerInfo/Listed/Empty",
            "text": "This tiddler is not listed by any others"
        },
        "$:/language/TiddlerInfo/References/Caption": {
            "title": "$:/language/TiddlerInfo/References/Caption",
            "text": "Backlinks"
        },
        "$:/language/TiddlerInfo/References/Empty": {
            "title": "$:/language/TiddlerInfo/References/Empty",
            "text": "No tiddlers link to this one"
        },
        "$:/language/TiddlerInfo/Tagging/Caption": {
            "title": "$:/language/TiddlerInfo/Tagging/Caption",
            "text": "Tagging"
        },
        "$:/language/TiddlerInfo/Tagging/Empty": {
            "title": "$:/language/TiddlerInfo/Tagging/Empty",
            "text": "No tiddlers are tagged with this one"
        },
        "$:/language/TiddlerInfo/Tools/Caption": {
            "title": "$:/language/TiddlerInfo/Tools/Caption",
            "text": "Tools"
        },
        "$:/languages/en-GB/icon": {
            "title": "$:/languages/en-GB/icon",
            "type": "image/svg+xml",
            "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 30\" width=\"1200\" height=\"600\">\n<clipPath id=\"t\">\n\t<path d=\"M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z\"/>\n</clipPath>\n<path d=\"M0,0 v30 h60 v-30 z\" fill=\"#00247d\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" stroke=\"#fff\" stroke-width=\"6\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" clip-path=\"url(#t)\" stroke=\"#cf142b\" stroke-width=\"4\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#fff\" stroke-width=\"10\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#cf142b\" stroke-width=\"6\"/>\n</svg>\n"
        },
        "$:/language/Docs/Fields/_canonical_uri": {
            "title": "$:/language/Docs/Fields/_canonical_uri",
            "text": "The full URI of an external image tiddler"
        },
        "$:/language/Docs/Fields/bag": {
            "title": "$:/language/Docs/Fields/bag",
            "text": "The name of the bag from which a tiddler came"
        },
        "$:/language/Docs/Fields/caption": {
            "title": "$:/language/Docs/Fields/caption",
            "text": "The text to be displayed on a tab or button"
        },
        "$:/language/Docs/Fields/color": {
            "title": "$:/language/Docs/Fields/color",
            "text": "The CSS color value associated with a tiddler"
        },
        "$:/language/Docs/Fields/component": {
            "title": "$:/language/Docs/Fields/component",
            "text": "The name of the component responsible for an [[alert tiddler|AlertMechanism]]"
        },
        "$:/language/Docs/Fields/current-tiddler": {
            "title": "$:/language/Docs/Fields/current-tiddler",
            "text": "Used to cache the top tiddler in a [[history list|HistoryMechanism]]"
        },
        "$:/language/Docs/Fields/created": {
            "title": "$:/language/Docs/Fields/created",
            "text": "The date a tiddler was created"
        },
        "$:/language/Docs/Fields/creator": {
            "title": "$:/language/Docs/Fields/creator",
            "text": "The name of the person who created a tiddler"
        },
        "$:/language/Docs/Fields/dependents": {
            "title": "$:/language/Docs/Fields/dependents",
            "text": "For a plugin, lists the dependent plugin titles"
        },
        "$:/language/Docs/Fields/description": {
            "title": "$:/language/Docs/Fields/description",
            "text": "The descriptive text for a plugin, or a modal dialogue"
        },
        "$:/language/Docs/Fields/draft.of": {
            "title": "$:/language/Docs/Fields/draft.of",
            "text": "For draft tiddlers, contains the title of the tiddler of which this is a draft"
        },
        "$:/language/Docs/Fields/draft.title": {
            "title": "$:/language/Docs/Fields/draft.title",
            "text": "For draft tiddlers, contains the proposed new title of the tiddler"
        },
        "$:/language/Docs/Fields/footer": {
            "title": "$:/language/Docs/Fields/footer",
            "text": "The footer text for a wizard"
        },
        "$:/language/Docs/Fields/hide-body": {
            "title": "$:/language/Docs/Fields/hide-body",
            "text": "The view template will hide bodies of tiddlers if set to: ''yes''"
        },
        "$:/language/Docs/Fields/icon": {
            "title": "$:/language/Docs/Fields/icon",
            "text": "The title of the tiddler containing the icon associated with a tiddler"
        },
        "$:/language/Docs/Fields/library": {
            "title": "$:/language/Docs/Fields/library",
            "text": "Indicates that a tiddler should be saved as a JavaScript library if set to: ''yes''"
        },
        "$:/language/Docs/Fields/list": {
            "title": "$:/language/Docs/Fields/list",
            "text": "An ordered list of tiddler titles associated with a tiddler"
        },
        "$:/language/Docs/Fields/list-before": {
            "title": "$:/language/Docs/Fields/list-before",
            "text": "If set, the title of a tiddler before which this tiddler should be added to the ordered list of tiddler titles, or at the start of the list if this field is present but empty"
        },
        "$:/language/Docs/Fields/list-after": {
            "title": "$:/language/Docs/Fields/list-after",
            "text": "If set, the title of the tiddler after which this tiddler should be added to the ordered list of tiddler titles, or at the end of the list if this field is present but empty"
        },
        "$:/language/Docs/Fields/modified": {
            "title": "$:/language/Docs/Fields/modified",
            "text": "The date and time at which a tiddler was last modified"
        },
        "$:/language/Docs/Fields/modifier": {
            "title": "$:/language/Docs/Fields/modifier",
            "text": "The tiddler title associated with the person who last modified a tiddler"
        },
        "$:/language/Docs/Fields/name": {
            "title": "$:/language/Docs/Fields/name",
            "text": "The human readable name associated with a plugin tiddler"
        },
        "$:/language/Docs/Fields/plugin-priority": {
            "title": "$:/language/Docs/Fields/plugin-priority",
            "text": "A numerical value indicating the priority of a plugin tiddler"
        },
        "$:/language/Docs/Fields/plugin-type": {
            "title": "$:/language/Docs/Fields/plugin-type",
            "text": "The type of plugin in a plugin tiddler"
        },
        "$:/language/Docs/Fields/revision": {
            "title": "$:/language/Docs/Fields/revision",
            "text": "The revision of the tiddler held at the server"
        },
        "$:/language/Docs/Fields/released": {
            "title": "$:/language/Docs/Fields/released",
            "text": "Date of a TiddlyWiki release"
        },
        "$:/language/Docs/Fields/source": {
            "title": "$:/language/Docs/Fields/source",
            "text": "The source URL associated with a tiddler"
        },
        "$:/language/Docs/Fields/subtitle": {
            "title": "$:/language/Docs/Fields/subtitle",
            "text": "The subtitle text for a wizard"
        },
        "$:/language/Docs/Fields/tags": {
            "title": "$:/language/Docs/Fields/tags",
            "text": "A list of tags associated with a tiddler"
        },
        "$:/language/Docs/Fields/text": {
            "title": "$:/language/Docs/Fields/text",
            "text": "The body text of a tiddler"
        },
        "$:/language/Docs/Fields/throttle.refresh": {
            "title": "$:/language/Docs/Fields/throttle.refresh",
            "text": "If present, throttles refreshes of this tiddler"
        },
        "$:/language/Docs/Fields/title": {
            "title": "$:/language/Docs/Fields/title",
            "text": "The unique name of a tiddler"
        },
        "$:/language/Docs/Fields/toc-link": {
            "title": "$:/language/Docs/Fields/toc-link",
            "text": "Suppresses the tiddler's link in a Table of Contents tree if set to: ''no''"
        },
        "$:/language/Docs/Fields/type": {
            "title": "$:/language/Docs/Fields/type",
            "text": "The content type of a tiddler"
        },
        "$:/language/Docs/Fields/version": {
            "title": "$:/language/Docs/Fields/version",
            "text": "Version information for a plugin"
        },
        "$:/language/Docs/Fields/_is_skinny": {
            "title": "$:/language/Docs/Fields/_is_skinny",
            "text": "If present, indicates that the tiddler text field must be loaded from the server"
        },
        "$:/language/EditTemplate/Body/External/Hint": {
            "title": "$:/language/EditTemplate/Body/External/Hint",
            "text": "This tiddler shows content stored outside of the main TiddlyWiki file. You can edit the tags and fields but cannot directly edit the content itself"
        },
        "$:/language/EditTemplate/Body/Placeholder": {
            "title": "$:/language/EditTemplate/Body/Placeholder",
            "text": "Type the text for this tiddler"
        },
        "$:/language/EditTemplate/Body/Preview/Type/Output": {
            "title": "$:/language/EditTemplate/Body/Preview/Type/Output",
            "text": "output"
        },
        "$:/language/EditTemplate/Field/Remove/Caption": {
            "title": "$:/language/EditTemplate/Field/Remove/Caption",
            "text": "remove field"
        },
        "$:/language/EditTemplate/Field/Remove/Hint": {
            "title": "$:/language/EditTemplate/Field/Remove/Hint",
            "text": "Remove field"
        },
        "$:/language/EditTemplate/Field/Dropdown/Caption": {
            "title": "$:/language/EditTemplate/Field/Dropdown/Caption",
            "text": "field list"
        },
        "$:/language/EditTemplate/Field/Dropdown/Hint": {
            "title": "$:/language/EditTemplate/Field/Dropdown/Hint",
            "text": "Show field list"
        },
        "$:/language/EditTemplate/Fields/Add/Button": {
            "title": "$:/language/EditTemplate/Fields/Add/Button",
            "text": "add"
        },
        "$:/language/EditTemplate/Fields/Add/Button/Hint": {
            "title": "$:/language/EditTemplate/Fields/Add/Button/Hint",
            "text": "Add the new field to the tiddler"
        },
        "$:/language/EditTemplate/Fields/Add/Name/Placeholder": {
            "title": "$:/language/EditTemplate/Fields/Add/Name/Placeholder",
            "text": "field name"
        },
        "$:/language/EditTemplate/Fields/Add/Prompt": {
            "title": "$:/language/EditTemplate/Fields/Add/Prompt",
            "text": "Add a new field:"
        },
        "$:/language/EditTemplate/Fields/Add/Value/Placeholder": {
            "title": "$:/language/EditTemplate/Fields/Add/Value/Placeholder",
            "text": "field value"
        },
        "$:/language/EditTemplate/Fields/Add/Dropdown/System": {
            "title": "$:/language/EditTemplate/Fields/Add/Dropdown/System",
            "text": "System fields"
        },
        "$:/language/EditTemplate/Fields/Add/Dropdown/User": {
            "title": "$:/language/EditTemplate/Fields/Add/Dropdown/User",
            "text": "User fields"
        },
        "$:/language/EditTemplate/Shadow/Warning": {
            "title": "$:/language/EditTemplate/Shadow/Warning",
            "text": "This is a shadow tiddler. Any changes you make will override the default version from the plugin <<pluginLink>>"
        },
        "$:/language/EditTemplate/Shadow/OverriddenWarning": {
            "title": "$:/language/EditTemplate/Shadow/OverriddenWarning",
            "text": "This is a modified shadow tiddler. You can revert to the default version in the plugin <<pluginLink>> by deleting this tiddler"
        },
        "$:/language/EditTemplate/Tags/Add/Button": {
            "title": "$:/language/EditTemplate/Tags/Add/Button",
            "text": "add"
        },
        "$:/language/EditTemplate/Tags/Add/Button/Hint": {
            "title": "$:/language/EditTemplate/Tags/Add/Button/Hint",
            "text": "add tag"
        },
        "$:/language/EditTemplate/Tags/Add/Placeholder": {
            "title": "$:/language/EditTemplate/Tags/Add/Placeholder",
            "text": "tag name"
        },
        "$:/language/EditTemplate/Tags/ClearInput/Caption": {
            "title": "$:/language/EditTemplate/Tags/ClearInput/Caption",
            "text": "clear input"
        },
        "$:/language/EditTemplate/Tags/ClearInput/Hint": {
            "title": "$:/language/EditTemplate/Tags/ClearInput/Hint",
            "text": "Clear tag input"
        },
        "$:/language/EditTemplate/Tags/Dropdown/Caption": {
            "title": "$:/language/EditTemplate/Tags/Dropdown/Caption",
            "text": "tag list"
        },
        "$:/language/EditTemplate/Tags/Dropdown/Hint": {
            "title": "$:/language/EditTemplate/Tags/Dropdown/Hint",
            "text": "Show tag list"
        },
        "$:/language/EditTemplate/Title/BadCharacterWarning": {
            "title": "$:/language/EditTemplate/Title/BadCharacterWarning",
            "text": "Warning: avoid using any of the characters <<bad-chars>> in tiddler titles"
        },
        "$:/language/EditTemplate/Title/Exists/Prompt": {
            "title": "$:/language/EditTemplate/Title/Exists/Prompt",
            "text": "Target tiddler already exists"
        },
        "$:/language/EditTemplate/Title/Relink/Prompt": {
            "title": "$:/language/EditTemplate/Title/Relink/Prompt",
            "text": "Update ''<$text text=<<fromTitle>>/>'' to ''<$text text=<<toTitle>>/>'' in the //tags// and //list// fields of other tiddlers"
        },
        "$:/language/EditTemplate/Title/References/Prompt": {
            "title": "$:/language/EditTemplate/Title/References/Prompt",
            "text": "The following references to this tiddler will not be automatically updated:"
        },
        "$:/language/EditTemplate/Type/Dropdown/Caption": {
            "title": "$:/language/EditTemplate/Type/Dropdown/Caption",
            "text": "content type list"
        },
        "$:/language/EditTemplate/Type/Dropdown/Hint": {
            "title": "$:/language/EditTemplate/Type/Dropdown/Hint",
            "text": "Show content type list"
        },
        "$:/language/EditTemplate/Type/Delete/Caption": {
            "title": "$:/language/EditTemplate/Type/Delete/Caption",
            "text": "delete content type"
        },
        "$:/language/EditTemplate/Type/Delete/Hint": {
            "title": "$:/language/EditTemplate/Type/Delete/Hint",
            "text": "Delete content type"
        },
        "$:/language/EditTemplate/Type/Placeholder": {
            "title": "$:/language/EditTemplate/Type/Placeholder",
            "text": "content type"
        },
        "$:/language/EditTemplate/Type/Prompt": {
            "title": "$:/language/EditTemplate/Type/Prompt",
            "text": "Type:"
        },
        "$:/language/Docs/ModuleTypes/allfilteroperator": {
            "title": "$:/language/Docs/ModuleTypes/allfilteroperator",
            "text": "A sub-operator for the ''all'' filter operator."
        },
        "$:/language/Docs/ModuleTypes/animation": {
            "title": "$:/language/Docs/ModuleTypes/animation",
            "text": "Animations that may be used with the RevealWidget."
        },
        "$:/language/Docs/ModuleTypes/authenticator": {
            "title": "$:/language/Docs/ModuleTypes/authenticator",
            "text": "Defines how requests are authenticated by the built-in HTTP server."
        },
        "$:/language/Docs/ModuleTypes/bitmapeditoroperation": {
            "title": "$:/language/Docs/ModuleTypes/bitmapeditoroperation",
            "text": "A bitmap editor toolbar operation."
        },
        "$:/language/Docs/ModuleTypes/command": {
            "title": "$:/language/Docs/ModuleTypes/command",
            "text": "Commands that can be executed under Node.js."
        },
        "$:/language/Docs/ModuleTypes/config": {
            "title": "$:/language/Docs/ModuleTypes/config",
            "text": "Data to be inserted into `$tw.config`."
        },
        "$:/language/Docs/ModuleTypes/filteroperator": {
            "title": "$:/language/Docs/ModuleTypes/filteroperator",
            "text": "Individual filter operator methods."
        },
        "$:/language/Docs/ModuleTypes/global": {
            "title": "$:/language/Docs/ModuleTypes/global",
            "text": "Global data to be inserted into `$tw`."
        },
        "$:/language/Docs/ModuleTypes/info": {
            "title": "$:/language/Docs/ModuleTypes/info",
            "text": "Publishes system information via the [[$:/temp/info-plugin]] pseudo-plugin."
        },
        "$:/language/Docs/ModuleTypes/isfilteroperator": {
            "title": "$:/language/Docs/ModuleTypes/isfilteroperator",
            "text": "Operands for the ''is'' filter operator."
        },
        "$:/language/Docs/ModuleTypes/library": {
            "title": "$:/language/Docs/ModuleTypes/library",
            "text": "Generic module type for general purpose JavaScript modules."
        },
        "$:/language/Docs/ModuleTypes/macro": {
            "title": "$:/language/Docs/ModuleTypes/macro",
            "text": "JavaScript macro definitions."
        },
        "$:/language/Docs/ModuleTypes/parser": {
            "title": "$:/language/Docs/ModuleTypes/parser",
            "text": "Parsers for different content types."
        },
        "$:/language/Docs/ModuleTypes/route": {
            "title": "$:/language/Docs/ModuleTypes/route",
            "text": "Defines how individual URL patterns are handled by the built-in HTTP server."
        },
        "$:/language/Docs/ModuleTypes/saver": {
            "title": "$:/language/Docs/ModuleTypes/saver",
            "text": "Savers handle different methods for saving files from the browser."
        },
        "$:/language/Docs/ModuleTypes/startup": {
            "title": "$:/language/Docs/ModuleTypes/startup",
            "text": "Startup functions."
        },
        "$:/language/Docs/ModuleTypes/storyview": {
            "title": "$:/language/Docs/ModuleTypes/storyview",
            "text": "Story views customise the animation and behaviour of list widgets."
        },
        "$:/language/Docs/ModuleTypes/texteditoroperation": {
            "title": "$:/language/Docs/ModuleTypes/texteditoroperation",
            "text": "A text editor toolbar operation."
        },
        "$:/language/Docs/ModuleTypes/tiddlerdeserializer": {
            "title": "$:/language/Docs/ModuleTypes/tiddlerdeserializer",
            "text": "Converts different content types into tiddlers."
        },
        "$:/language/Docs/ModuleTypes/tiddlerfield": {
            "title": "$:/language/Docs/ModuleTypes/tiddlerfield",
            "text": "Defines the behaviour of an individual tiddler field."
        },
        "$:/language/Docs/ModuleTypes/tiddlermethod": {
            "title": "$:/language/Docs/ModuleTypes/tiddlermethod",
            "text": "Adds methods to the `$tw.Tiddler` prototype."
        },
        "$:/language/Docs/ModuleTypes/upgrader": {
            "title": "$:/language/Docs/ModuleTypes/upgrader",
            "text": "Applies upgrade processing to tiddlers during an upgrade/import."
        },
        "$:/language/Docs/ModuleTypes/utils": {
            "title": "$:/language/Docs/ModuleTypes/utils",
            "text": "Adds methods to `$tw.utils`."
        },
        "$:/language/Docs/ModuleTypes/utils-node": {
            "title": "$:/language/Docs/ModuleTypes/utils-node",
            "text": "Adds Node.js-specific methods to `$tw.utils`."
        },
        "$:/language/Docs/ModuleTypes/widget": {
            "title": "$:/language/Docs/ModuleTypes/widget",
            "text": "Widgets encapsulate DOM rendering and refreshing."
        },
        "$:/language/Docs/ModuleTypes/wikimethod": {
            "title": "$:/language/Docs/ModuleTypes/wikimethod",
            "text": "Adds methods to `$tw.Wiki`."
        },
        "$:/language/Docs/ModuleTypes/wikirule": {
            "title": "$:/language/Docs/ModuleTypes/wikirule",
            "text": "Individual parser rules for the main WikiText parser."
        },
        "$:/language/Docs/PaletteColours/alert-background": {
            "title": "$:/language/Docs/PaletteColours/alert-background",
            "text": "Alert background"
        },
        "$:/language/Docs/PaletteColours/alert-border": {
            "title": "$:/language/Docs/PaletteColours/alert-border",
            "text": "Alert border"
        },
        "$:/language/Docs/PaletteColours/alert-highlight": {
            "title": "$:/language/Docs/PaletteColours/alert-highlight",
            "text": "Alert highlight"
        },
        "$:/language/Docs/PaletteColours/alert-muted-foreground": {
            "title": "$:/language/Docs/PaletteColours/alert-muted-foreground",
            "text": "Alert muted foreground"
        },
        "$:/language/Docs/PaletteColours/background": {
            "title": "$:/language/Docs/PaletteColours/background",
            "text": "General background"
        },
        "$:/language/Docs/PaletteColours/blockquote-bar": {
            "title": "$:/language/Docs/PaletteColours/blockquote-bar",
            "text": "Blockquote bar"
        },
        "$:/language/Docs/PaletteColours/button-background": {
            "title": "$:/language/Docs/PaletteColours/button-background",
            "text": "Default button background"
        },
        "$:/language/Docs/PaletteColours/button-border": {
            "title": "$:/language/Docs/PaletteColours/button-border",
            "text": "Default button border"
        },
        "$:/language/Docs/PaletteColours/button-foreground": {
            "title": "$:/language/Docs/PaletteColours/button-foreground",
            "text": "Default button foreground"
        },
        "$:/language/Docs/PaletteColours/dirty-indicator": {
            "title": "$:/language/Docs/PaletteColours/dirty-indicator",
            "text": "Unsaved changes indicator"
        },
        "$:/language/Docs/PaletteColours/code-background": {
            "title": "$:/language/Docs/PaletteColours/code-background",
            "text": "Code background"
        },
        "$:/language/Docs/PaletteColours/code-border": {
            "title": "$:/language/Docs/PaletteColours/code-border",
            "text": "Code border"
        },
        "$:/language/Docs/PaletteColours/code-foreground": {
            "title": "$:/language/Docs/PaletteColours/code-foreground",
            "text": "Code foreground"
        },
        "$:/language/Docs/PaletteColours/download-background": {
            "title": "$:/language/Docs/PaletteColours/download-background",
            "text": "Download button background"
        },
        "$:/language/Docs/PaletteColours/download-foreground": {
            "title": "$:/language/Docs/PaletteColours/download-foreground",
            "text": "Download button foreground"
        },
        "$:/language/Docs/PaletteColours/dragger-background": {
            "title": "$:/language/Docs/PaletteColours/dragger-background",
            "text": "Dragger background"
        },
        "$:/language/Docs/PaletteColours/dragger-foreground": {
            "title": "$:/language/Docs/PaletteColours/dragger-foreground",
            "text": "Dragger foreground"
        },
        "$:/language/Docs/PaletteColours/dropdown-background": {
            "title": "$:/language/Docs/PaletteColours/dropdown-background",
            "text": "Dropdown background"
        },
        "$:/language/Docs/PaletteColours/dropdown-border": {
            "title": "$:/language/Docs/PaletteColours/dropdown-border",
            "text": "Dropdown border"
        },
        "$:/language/Docs/PaletteColours/dropdown-tab-background-selected": {
            "title": "$:/language/Docs/PaletteColours/dropdown-tab-background-selected",
            "text": "Dropdown tab background for selected tabs"
        },
        "$:/language/Docs/PaletteColours/dropdown-tab-background": {
            "title": "$:/language/Docs/PaletteColours/dropdown-tab-background",
            "text": "Dropdown tab background"
        },
        "$:/language/Docs/PaletteColours/dropzone-background": {
            "title": "$:/language/Docs/PaletteColours/dropzone-background",
            "text": "Dropzone background"
        },
        "$:/language/Docs/PaletteColours/external-link-background-hover": {
            "title": "$:/language/Docs/PaletteColours/external-link-background-hover",
            "text": "External link background hover"
        },
        "$:/language/Docs/PaletteColours/external-link-background-visited": {
            "title": "$:/language/Docs/PaletteColours/external-link-background-visited",
            "text": "External link background visited"
        },
        "$:/language/Docs/PaletteColours/external-link-background": {
            "title": "$:/language/Docs/PaletteColours/external-link-background",
            "text": "External link background"
        },
        "$:/language/Docs/PaletteColours/external-link-foreground-hover": {
            "title": "$:/language/Docs/PaletteColours/external-link-foreground-hover",
            "text": "External link foreground hover"
        },
        "$:/language/Docs/PaletteColours/external-link-foreground-visited": {
            "title": "$:/language/Docs/PaletteColours/external-link-foreground-visited",
            "text": "External link foreground visited"
        },
        "$:/language/Docs/PaletteColours/external-link-foreground": {
            "title": "$:/language/Docs/PaletteColours/external-link-foreground",
            "text": "External link foreground"
        },
        "$:/language/Docs/PaletteColours/foreground": {
            "title": "$:/language/Docs/PaletteColours/foreground",
            "text": "General foreground"
        },
        "$:/language/Docs/PaletteColours/menubar-background": {
            "title": "$:/language/Docs/PaletteColours/menubar-background",
            "text": "Menu bar background"
        },
        "$:/language/Docs/PaletteColours/menubar-foreground": {
            "title": "$:/language/Docs/PaletteColours/menubar-foreground",
            "text": "Menu bar foreground"
        },
        "$:/language/Docs/PaletteColours/message-background": {
            "title": "$:/language/Docs/PaletteColours/message-background",
            "text": "Message box background"
        },
        "$:/language/Docs/PaletteColours/message-border": {
            "title": "$:/language/Docs/PaletteColours/message-border",
            "text": "Message box border"
        },
        "$:/language/Docs/PaletteColours/message-foreground": {
            "title": "$:/language/Docs/PaletteColours/message-foreground",
            "text": "Message box foreground"
        },
        "$:/language/Docs/PaletteColours/modal-backdrop": {
            "title": "$:/language/Docs/PaletteColours/modal-backdrop",
            "text": "Modal backdrop"
        },
        "$:/language/Docs/PaletteColours/modal-background": {
            "title": "$:/language/Docs/PaletteColours/modal-background",
            "text": "Modal background"
        },
        "$:/language/Docs/PaletteColours/modal-border": {
            "title": "$:/language/Docs/PaletteColours/modal-border",
            "text": "Modal border"
        },
        "$:/language/Docs/PaletteColours/modal-footer-background": {
            "title": "$:/language/Docs/PaletteColours/modal-footer-background",
            "text": "Modal footer background"
        },
        "$:/language/Docs/PaletteColours/modal-footer-border": {
            "title": "$:/language/Docs/PaletteColours/modal-footer-border",
            "text": "Modal footer border"
        },
        "$:/language/Docs/PaletteColours/modal-header-border": {
            "title": "$:/language/Docs/PaletteColours/modal-header-border",
            "text": "Modal header border"
        },
        "$:/language/Docs/PaletteColours/muted-foreground": {
            "title": "$:/language/Docs/PaletteColours/muted-foreground",
            "text": "General muted foreground"
        },
        "$:/language/Docs/PaletteColours/notification-background": {
            "title": "$:/language/Docs/PaletteColours/notification-background",
            "text": "Notification background"
        },
        "$:/language/Docs/PaletteColours/notification-border": {
            "title": "$:/language/Docs/PaletteColours/notification-border",
            "text": "Notification border"
        },
        "$:/language/Docs/PaletteColours/page-background": {
            "title": "$:/language/Docs/PaletteColours/page-background",
            "text": "Page background"
        },
        "$:/language/Docs/PaletteColours/pre-background": {
            "title": "$:/language/Docs/PaletteColours/pre-background",
            "text": "Preformatted code background"
        },
        "$:/language/Docs/PaletteColours/pre-border": {
            "title": "$:/language/Docs/PaletteColours/pre-border",
            "text": "Preformatted code border"
        },
        "$:/language/Docs/PaletteColours/primary": {
            "title": "$:/language/Docs/PaletteColours/primary",
            "text": "General primary"
        },
        "$:/language/Docs/PaletteColours/select-tag-background": {
            "title": "$:/language/Docs/PaletteColours/select-tag-background",
            "text": "`<select>` element background"
        },
        "$:/language/Docs/PaletteColours/select-tag-foreground": {
            "title": "$:/language/Docs/PaletteColours/select-tag-foreground",
            "text": "`<select>` element text"
        },
        "$:/language/Docs/PaletteColours/sidebar-button-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-button-foreground",
            "text": "Sidebar button foreground"
        },
        "$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover": {
            "title": "$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover",
            "text": "Sidebar controls foreground hover"
        },
        "$:/language/Docs/PaletteColours/sidebar-controls-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-controls-foreground",
            "text": "Sidebar controls foreground"
        },
        "$:/language/Docs/PaletteColours/sidebar-foreground-shadow": {
            "title": "$:/language/Docs/PaletteColours/sidebar-foreground-shadow",
            "text": "Sidebar foreground shadow"
        },
        "$:/language/Docs/PaletteColours/sidebar-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-foreground",
            "text": "Sidebar foreground"
        },
        "$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover": {
            "title": "$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover",
            "text": "Sidebar muted foreground hover"
        },
        "$:/language/Docs/PaletteColours/sidebar-muted-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-muted-foreground",
            "text": "Sidebar muted foreground"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-background-selected": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-background-selected",
            "text": "Sidebar tab background for selected tabs"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-background": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-background",
            "text": "Sidebar tab background"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-border-selected": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-border-selected",
            "text": "Sidebar tab border for selected tabs"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-border": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-border",
            "text": "Sidebar tab border"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-divider": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-divider",
            "text": "Sidebar tab divider"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected",
            "text": "Sidebar tab foreground for selected tabs"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-foreground",
            "text": "Sidebar tab foreground"
        },
        "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover",
            "text": "Sidebar tiddler link foreground hover"
        },
        "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground",
            "text": "Sidebar tiddler link foreground"
        },
        "$:/language/Docs/PaletteColours/site-title-foreground": {
            "title": "$:/language/Docs/PaletteColours/site-title-foreground",
            "text": "Site title foreground"
        },
        "$:/language/Docs/PaletteColours/static-alert-foreground": {
            "title": "$:/language/Docs/PaletteColours/static-alert-foreground",
            "text": "Static alert foreground"
        },
        "$:/language/Docs/PaletteColours/tab-background-selected": {
            "title": "$:/language/Docs/PaletteColours/tab-background-selected",
            "text": "Tab background for selected tabs"
        },
        "$:/language/Docs/PaletteColours/tab-background": {
            "title": "$:/language/Docs/PaletteColours/tab-background",
            "text": "Tab background"
        },
        "$:/language/Docs/PaletteColours/tab-border-selected": {
            "title": "$:/language/Docs/PaletteColours/tab-border-selected",
            "text": "Tab border for selected tabs"
        },
        "$:/language/Docs/PaletteColours/tab-border": {
            "title": "$:/language/Docs/PaletteColours/tab-border",
            "text": "Tab border"
        },
        "$:/language/Docs/PaletteColours/tab-divider": {
            "title": "$:/language/Docs/PaletteColours/tab-divider",
            "text": "Tab divider"
        },
        "$:/language/Docs/PaletteColours/tab-foreground-selected": {
            "title": "$:/language/Docs/PaletteColours/tab-foreground-selected",
            "text": "Tab foreground for selected tabs"
        },
        "$:/language/Docs/PaletteColours/tab-foreground": {
            "title": "$:/language/Docs/PaletteColours/tab-foreground",
            "text": "Tab foreground"
        },
        "$:/language/Docs/PaletteColours/table-border": {
            "title": "$:/language/Docs/PaletteColours/table-border",
            "text": "Table border"
        },
        "$:/language/Docs/PaletteColours/table-footer-background": {
            "title": "$:/language/Docs/PaletteColours/table-footer-background",
            "text": "Table footer background"
        },
        "$:/language/Docs/PaletteColours/table-header-background": {
            "title": "$:/language/Docs/PaletteColours/table-header-background",
            "text": "Table header background"
        },
        "$:/language/Docs/PaletteColours/tag-background": {
            "title": "$:/language/Docs/PaletteColours/tag-background",
            "text": "Tag background"
        },
        "$:/language/Docs/PaletteColours/tag-foreground": {
            "title": "$:/language/Docs/PaletteColours/tag-foreground",
            "text": "Tag foreground"
        },
        "$:/language/Docs/PaletteColours/tiddler-background": {
            "title": "$:/language/Docs/PaletteColours/tiddler-background",
            "text": "Tiddler background"
        },
        "$:/language/Docs/PaletteColours/tiddler-border": {
            "title": "$:/language/Docs/PaletteColours/tiddler-border",
            "text": "Tiddler border"
        },
        "$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover": {
            "title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover",
            "text": "Tiddler controls foreground hover"
        },
        "$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected": {
            "title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected",
            "text": "Tiddler controls foreground for selected controls"
        },
        "$:/language/Docs/PaletteColours/tiddler-controls-foreground": {
            "title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground",
            "text": "Tiddler controls foreground"
        },
        "$:/language/Docs/PaletteColours/tiddler-editor-background": {
            "title": "$:/language/Docs/PaletteColours/tiddler-editor-background",
            "text": "Tiddler editor background"
        },
        "$:/language/Docs/PaletteColours/tiddler-editor-border-image": {
            "title": "$:/language/Docs/PaletteColours/tiddler-editor-border-image",
            "text": "Tiddler editor border image"
        },
        "$:/language/Docs/PaletteColours/tiddler-editor-border": {
            "title": "$:/language/Docs/PaletteColours/tiddler-editor-border",
            "text": "Tiddler editor border"
        },
        "$:/language/Docs/PaletteColours/tiddler-editor-fields-even": {
            "title": "$:/language/Docs/PaletteColours/tiddler-editor-fields-even",
            "text": "Tiddler editor background for even fields"
        },
        "$:/language/Docs/PaletteColours/tiddler-editor-fields-odd": {
            "title": "$:/language/Docs/PaletteColours/tiddler-editor-fields-odd",
            "text": "Tiddler editor background for odd fields"
        },
        "$:/language/Docs/PaletteColours/tiddler-info-background": {
            "title": "$:/language/Docs/PaletteColours/tiddler-info-background",
            "text": "Tiddler info panel background"
        },
        "$:/language/Docs/PaletteColours/tiddler-info-border": {
            "title": "$:/language/Docs/PaletteColours/tiddler-info-border",
            "text": "Tiddler info panel border"
        },
        "$:/language/Docs/PaletteColours/tiddler-info-tab-background": {
            "title": "$:/language/Docs/PaletteColours/tiddler-info-tab-background",
            "text": "Tiddler info panel tab background"
        },
        "$:/language/Docs/PaletteColours/tiddler-link-background": {
            "title": "$:/language/Docs/PaletteColours/tiddler-link-background",
            "text": "Tiddler link background"
        },
        "$:/language/Docs/PaletteColours/tiddler-link-foreground": {
            "title": "$:/language/Docs/PaletteColours/tiddler-link-foreground",
            "text": "Tiddler link foreground"
        },
        "$:/language/Docs/PaletteColours/tiddler-subtitle-foreground": {
            "title": "$:/language/Docs/PaletteColours/tiddler-subtitle-foreground",
            "text": "Tiddler subtitle foreground"
        },
        "$:/language/Docs/PaletteColours/tiddler-title-foreground": {
            "title": "$:/language/Docs/PaletteColours/tiddler-title-foreground",
            "text": "Tiddler title foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-new-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-new-button",
            "text": "Toolbar 'new tiddler' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-options-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-options-button",
            "text": "Toolbar 'options' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-save-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-save-button",
            "text": "Toolbar 'save' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-info-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-info-button",
            "text": "Toolbar 'info' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-edit-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-edit-button",
            "text": "Toolbar 'edit' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-close-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-close-button",
            "text": "Toolbar 'close' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-delete-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-delete-button",
            "text": "Toolbar 'delete' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-cancel-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-cancel-button",
            "text": "Toolbar 'cancel' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-done-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-done-button",
            "text": "Toolbar 'done' button foreground"
        },
        "$:/language/Docs/PaletteColours/untagged-background": {
            "title": "$:/language/Docs/PaletteColours/untagged-background",
            "text": "Untagged pill background"
        },
        "$:/language/Docs/PaletteColours/very-muted-foreground": {
            "title": "$:/language/Docs/PaletteColours/very-muted-foreground",
            "text": "Very muted foreground"
        },
        "$:/language/Help/clearpassword": {
            "title": "$:/language/Help/clearpassword",
            "description": "Clear a password for subsequent crypto operations",
            "text": "Clear the password for subsequent crypto operations\n\n```\n--clearpassword\n```\n"
        },
        "$:/language/Help/default": {
            "title": "$:/language/Help/default",
            "text": "\\define commandTitle()\n$:/language/Help/$(command)$\n\\end\n```\nusage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]\n```\n\nAvailable commands:\n\n<ul>\n<$list filter=\"[commands[]sort[title]]\" variable=\"command\">\n<li><$link to=<<commandTitle>>><$macrocall $name=\"command\" $type=\"text/plain\" $output=\"text/plain\"/></$link>: <$transclude tiddler=<<commandTitle>> field=\"description\"/></li>\n</$list>\n</ul>\n\nTo get detailed help on a command:\n\n```\ntiddlywiki --help <command>\n```\n"
        },
        "$:/language/Help/deletetiddlers": {
            "title": "$:/language/Help/deletetiddlers",
            "description": "Deletes a group of tiddlers",
            "text": "<<.from-version \"5.1.20\">> Deletes a group of tiddlers identified by a filter.\n\n```\n--deletetiddlers <filter>\n```\n"
        },
        "$:/language/Help/editions": {
            "title": "$:/language/Help/editions",
            "description": "Lists the available editions of TiddlyWiki",
            "text": "Lists the names and descriptions of the available editions. You can create a new wiki of a specified edition with the `--init` command.\n\n```\n--editions\n```\n"
        },
        "$:/language/Help/help": {
            "title": "$:/language/Help/help",
            "description": "Display help for TiddlyWiki commands",
            "text": "Displays help text for a command:\n\n```\n--help [<command>]\n```\n\nIf the command name is omitted then a list of available commands is displayed.\n"
        },
        "$:/language/Help/import": {
            "title": "$:/language/Help/import",
            "description": "Import tiddlers from a file",
            "text": "Import tiddlers from TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` or other local files. The deserializer must be explicitly specified, unlike the `load` command which infers the deserializer from the file extension.\n\n```\n--import <filepath> <deserializer> [<title>] [<encoding>]\n```\n\nThe deserializers in the core include:\n\n* application/javascript\n* application/json\n* application/x-tiddler\n* application/x-tiddler-html-div\n* application/x-tiddlers\n* text/html\n* text/plain\n\nThe title of the imported tiddler defaults to the filename.\n\nThe encoding defaults to \"utf8\", but can be \"base64\" for importing binary files.\n\nNote that TiddlyWiki will not import an older version of an already loaded plugin.\n"
        },
        "$:/language/Help/build": {
            "title": "$:/language/Help/build",
            "description": "Automatically run configured commands",
            "text": "Build the specified build targets for the current wiki. If no build targets are specified then all available targets will be built.\n\n```\n--build <target> [<target> ...]\n```\n\nBuild targets are defined in the `tiddlywiki.info` file of a wiki folder.\n\n"
        },
        "$:/language/Help/load": {
            "title": "$:/language/Help/load",
            "description": "Load tiddlers from a file",
            "text": "Load tiddlers from TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` or other local files. The processing applied to incoming files is determined by the file extension. Use the alternative `import` command if you need to specify the deserializer and encoding explicitly.\n\n```\n--load <filepath> [noerror]\n--load <dirpath> [noerror]\n```\n\nBy default, the load command raises an error if no tiddlers are found. The error can be suppressed by providing the optional \"noerror\" parameter.\n\nTo load tiddlers from an encrypted TiddlyWiki file you should first specify the password with the PasswordCommand. For example:\n\n```\ntiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html\n```\n\nNote that TiddlyWiki will not load an older version of an already loaded plugin.\n"
        },
        "$:/language/Help/makelibrary": {
            "title": "$:/language/Help/makelibrary",
            "description": "Construct library plugin required by upgrade process",
            "text": "Constructs the `$:/UpgradeLibrary` tiddler for the upgrade process.\n\nThe upgrade library is formatted as an ordinary plugin tiddler with the plugin type `library`. It contains a copy of each of the plugins, themes and language packs available within the TiddlyWiki5 repository.\n\nThis command is intended for internal use; it is only relevant to users constructing a custom upgrade procedure.\n\n```\n--makelibrary <title>\n```\n\nThe title argument defaults to `$:/UpgradeLibrary`.\n"
        },
        "$:/language/Help/output": {
            "title": "$:/language/Help/output",
            "description": "Set the base output directory for subsequent commands",
            "text": "Sets the base output directory for subsequent commands. The default output directory is the `output` subdirectory of the edition directory.\n\n```\n--output <pathname>\n```\n\nIf the specified pathname is relative then it is resolved relative to the current working directory. For example `--output .` sets the output directory to the current working directory.\n\n"
        },
        "$:/language/Help/notfound": {
            "title": "$:/language/Help/notfound",
            "text": "No such help item"
        },
        "$:/language/Help/password": {
            "title": "$:/language/Help/password",
            "description": "Set a password for subsequent crypto operations",
            "text": "Set a password for subsequent crypto operations\n\n```\n--password <password>\n```\n\n''Note'': This should not be used for serving TiddlyWiki with password protection. Instead, see the password option under the [[ServerCommand]].\n"
        },
        "$:/language/Help/fetch": {
            "title": "$:/language/Help/fetch",
            "description": "Fetch tiddlers from wiki by URL",
            "text": "Fetch one or more files over HTTP/HTTPS, and import the tiddlers matching a filter, optionally transforming the incoming titles.\n\n```\n--fetch file <url> <import-filter> <transform-filter>\n--fetch files <url-filter> <import-filter> <transform-filter>\n--fetch raw-file <url> <transform-filter>\n--fetch raw-files <url-filter> <transform-filter>\n```\n\nThe \"file\" and \"files\" variants fetch the specified files and attempt to import the tiddlers within them (the same processing as if the files were dragged into the browser window). The \"raw-file\" and \"raw-files\" variants fetch the specified files and then store the raw file data in tiddlers, without applying the import logic.\n\nWith the \"file\" and \"raw-file\" variants only a single file is fetched and the first parameter is the URL of the file to read.\n\nWith the \"files\" and \"raw-files\" variants, multiple files are fetched and the first parameter is a filter yielding a list of URLs of the files to read. For example, given a set of tiddlers tagged \"remote-server\" that have a field \"url\" the filter `[tag[remote-server]get[url]]` will retrieve all the available URLs.\n\nFor the \"file\" and \"files\" variants, the `<import-filter>` parameter specifies a filter determining which tiddlers are imported. It defaults to `[all[tiddlers]]` if not provided.\n\nFor all variants, the `<transform-filter>` parameter specifies an optional filter that transforms the titles of the imported tiddlers. For example, `[addprefix[$:/myimports/]]` would add the prefix `$:/myimports/` to each title.\n\nPreceding the `--fetch` command with `--verbose` will output progress information during the import.\n\nNote that TiddlyWiki will not fetch an older version of an already loaded plugin.\n\nThe following example retrieves all the non-system tiddlers from https://tiddlywiki.com and saves them to a JSON file:\n\n```\ntiddlywiki --verbose --fetch file \"https://tiddlywiki.com/\" \"[!is[system]]\" \"\" --rendertiddler \"$:/core/templates/exporters/JsonFile\" output.json text/plain \"\" exportFilter \"[!is[system]]\"\n```\n\nThe following example retrieves the \"favicon\" file from tiddlywiki.com and saves it in a file called \"output.ico\". Note that the intermediate tiddler \"Icon Tiddler\" is quoted in the \"--fetch\" command because it is being used as a transformation filter to replace the default title, while there are no quotes for the \"--savetiddler\" command because it is being used directly as a title.\n\n```\ntiddlywiki --verbose --fetch raw-file \"https://tiddlywiki.com/favicon.ico\" \"[[Icon Tiddler]]\" --savetiddler \"Icon Tiddler\" output.ico\n```\n\n"
        },
        "$:/language/Help/listen": {
            "title": "$:/language/Help/listen",
            "description": "Provides an HTTP server interface to TiddlyWiki",
            "text": "Serves a wiki over HTTP.\n\nThe listen command uses NamedCommandParameters:\n\n```\n--listen [<name>=<value>]...\n```\n\nAll parameters are optional with safe defaults, and can be specified in any order. The recognised parameters are:\n\n* ''host'' - optional hostname to serve from (defaults to \"127.0.0.1\" aka \"localhost\")\n* ''path-prefix'' - optional prefix for paths\n* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to \"8080\")\n* ''credentials'' - pathname of credentials CSV file (relative to wiki folder)\n* ''anon-username'' - the username for signing edits for anonymous users\n* ''username'' - optional username for basic authentication\n* ''password'' - optional password for basic authentication\n* ''authenticated-user-header'' - optional name of header to be used for trusted authentication\n* ''readers'' - comma separated list of principals allowed to read from this wiki\n* ''writers'' - comma separated list of principals allowed to write to this wiki\n* ''csrf-disable'' - set to \"yes\" to disable CSRF checks (defaults to \"no\")\n* ''root-tiddler'' - the tiddler to serve at the root (defaults to \"$:/core/save/all\")\n* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to \"text/plain\")\n* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to \"text/html\")\n* ''tls-cert'' - pathname of TLS certificate file (relative to wiki folder)\n* ''tls-key'' - pathname of TLS key file (relative to wiki folder)\n* ''debug-level'' - optional debug level; set to \"debug\" to view request details (defaults to \"none\")\n* ''gzip'' - set to \"yes\" to enable gzip compression for some http endpoints (defaults to \"no\")\n\nFor information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com.\n\n"
        },
        "$:/language/Help/init": {
            "title": "$:/language/Help/init",
            "description": "Initialise a new wiki folder",
            "text": "Initialise an empty [[WikiFolder|WikiFolders]] with a copy of the specified edition.\n\n```\n--init <edition> [<edition> ...]\n```\n\nFor example:\n\n```\ntiddlywiki ./MyWikiFolder --init empty\n```\n\nNote:\n\n* The wiki folder directory will be created if necessary\n* The \"edition\" defaults to ''empty''\n* The init command will fail if the wiki folder is not empty\n* The init command removes any `includeWikis` definitions in the edition's `tiddlywiki.info` file\n* When multiple editions are specified, editions initialised later will overwrite any files shared with earlier editions (so, the final `tiddlywiki.info` file will be copied from the last edition)\n* `--editions` returns a list of available editions\n"
        },
        "$:/language/Help/rendertiddler": {
            "title": "$:/language/Help/rendertiddler",
            "description": "Render an individual tiddler as a specified ContentType",
            "text": "(Note: The `--rendertiddler` command is deprecated in favour of the new, more flexible `--render` command)\n\nRender an individual tiddler as a specified ContentType, defaulting to `text/html` and save it to the specified filename.\n\nOptionally the title of a template tiddler can be specified, in which case the template tiddler is rendered with the \"currentTiddler\" variable set to the tiddler that is being rendered (the first parameter value).\n\nA name and value for an additional variable may optionally also be specified.\n\n```\n--rendertiddler <title> <filename> [<type>] [<template>] [<name>] [<value>]\n```\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the path to the filename are automatically created.\n\nFor example, the following command saves all tiddlers matching the filter `[tag[done]]` to a JSON file titled `output.json` by employing the core template `$:/core/templates/exporters/JsonFile`.\n\n```\n--rendertiddler \"$:/core/templates/exporters/JsonFile\" output.json text/plain \"\" exportFilter \"[tag[done]]\"\n```\n"
        },
        "$:/language/Help/render": {
            "title": "$:/language/Help/render",
            "description": "Renders individual tiddlers to files",
            "text": "Render individual tiddlers identified by a filter and save the results to the specified files.\n\nOptionally, the title of a template tiddler can be specified. In this case, instead of directly rendering each tiddler, the template tiddler is rendered with the \"currentTiddler\" variable set to the title of the tiddler that is being rendered.\n\nA name and value for an additional variable may optionally also be specified.\n\n```\n--render <tiddler-filter> [<filename-filter>] [<render-type>] [<template>] [<name>] [<value>]\n```\n\n* ''tiddler-filter'': A filter identifying the tiddler(s) to be rendered\n* ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]addsuffix[.html]]`, which uses the unchanged tiddler title as the filename\n* ''render-type'': Optional render type: `text/html` (the default) returns the full HTML text and `text/plain` just returns the text content (ie it ignores HTML tags and other unprintable material)\n* ''template'': Optional template through which each tiddler is rendered\n* ''name'': Name of optional variable\n* ''value'': Value of optional variable\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nNotes:\n\n* The output directory is not cleared of any existing files\n* Any missing directories in the path to the filename are automatically created.\n* When referring to a tiddler with spaces in its title, take care to use both the quotes required by your shell and also TiddlyWiki's double square brackets : `--render \"[[Motovun Jack.jpg]]\"`\n* The filename filter is evaluated with the selected items being set to the title of the tiddler currently being rendered, allowing the title to be used as the basis for computing the filename. For example `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`\n* The `--render` command is a more flexible replacement for both the `--rendertiddler` and `--rendertiddlers` commands, which are deprecated\n\nExamples:\n\n* `--render \"[!is[system]]\" \"[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]\"` -- renders all non-system tiddlers as files in the subdirectory \"tiddlers\" with URL-encoded titles and the extension HTML\n\n"
        },
        "$:/language/Help/rendertiddlers": {
            "title": "$:/language/Help/rendertiddlers",
            "description": "Render tiddlers matching a filter to a specified ContentType",
            "text": "(Note: The `--rendertiddlers` command is deprecated in favour of the new, more flexible `--render` command)\n\nRender a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).\n\n```\n--rendertiddlers '<filter>' <template> <pathname> [<type>] [<extension>] [\"noclean\"]\n```\n\nFor example:\n\n```\n--rendertiddlers '[!is[system]]' $:/core/templates/static.tiddler.html ./static text/plain\n```\n\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny files in the target directory are deleted unless the ''noclean'' flag is specified. The target directory is recursively created if it is missing.\n"
        },
        "$:/language/Help/savetiddlers": {
            "title": "$:/language/Help/savetiddlers",
            "description": "Saves a group of raw tiddlers to a directory",
            "text": "(Note: The `--savetiddlers` command is deprecated in favour of the new, more flexible `--save` command)\n\nSaves a group of tiddlers in their raw text or binary format to the specified directory.\n\n```\n--savetiddlers <filter> <pathname> [\"noclean\"]\n```\n\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nThe output directory is cleared of existing files before saving the specified files. The deletion can be disabled by specifying the ''noclean'' flag.\n\nAny missing directories in the pathname are automatically created.\n"
        },
        "$:/language/Help/save": {
            "title": "$:/language/Help/save",
            "description": "Saves individual raw tiddlers to files",
            "text": "Saves individual tiddlers identified by a filter in their raw text or binary format to the specified files.\n\n```\n--save <tiddler-filter> <filename-filter>\n```\n\n* ''tiddler-filter'': A filter identifying the tiddler(s) to be saved\n* ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]]`, which uses the unchanged tiddler title as the filename\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nNotes:\n\n* The output directory is not cleared of any existing files\n* Any missing directories in the path to the filename are automatically created.\n* When saving a tiddler with spaces in its title, take care to use both the quotes required by your shell and also TiddlyWiki's double square brackets : `--save \"[[Motovun Jack.jpg]]\"`\n* The filename filter is evaluated with the selected items being set to the title of the tiddler currently being saved, allowing the title to be used as the basis for computing the filename. For example `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`\n* The `--save` command is a more flexible replacement for both the `--savetiddler` and `--savetiddlers` commands, which are deprecated\n\nExamples:\n\n* `--save \"[!is[system]is[image]]\" \"[encodeuricomponent[]addprefix[tiddlers/]]\"` -- saves all non-system image tiddlers as files in the subdirectory \"tiddlers\" with URL-encoded titles\n"
        },
        "$:/language/Help/savetiddler": {
            "title": "$:/language/Help/savetiddler",
            "description": "Saves a raw tiddler to a file",
            "text": "(Note: The `--savetiddler` command is deprecated in favour of the new, more flexible `--save` command)\n\nSaves an individual tiddler in its raw text or binary format to the specified filename.\n\n```\n--savetiddler <title> <filename>\n```\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the path to the filename are automatically created.\n"
        },
        "$:/language/Help/savewikifolder": {
            "title": "$:/language/Help/savewikifolder",
            "description": "Saves a wiki to a new wiki folder",
            "text": "<<.from-version \"5.1.20\">> Saves the current wiki as a wiki folder, including tiddlers, plugins and configuration:\n\n```\n--savewikifolder <wikifolderpath> [<filter>]\n```\n\n* The target wiki folder must be empty or non-existent\n* The filter specifies which tiddlers should be included. It is optional, defaulting to `[all[tiddlers]]`\n* Plugins from the official plugin library are replaced with references to those plugins in the `tiddlywiki.info` file\n* Custom plugins are unpacked into their own folder\n\nA common usage is to convert a TiddlyWiki HTML file into a wiki folder:\n\n```\ntiddlywiki --load ./mywiki.html --savewikifolder ./mywikifolder\n```\n"
        },
        "$:/language/Help/server": {
            "title": "$:/language/Help/server",
            "description": "Provides an HTTP server interface to TiddlyWiki (deprecated in favour of the new listen command)",
            "text": "Legacy command to serve a wiki over HTTP.\n\n```\n--server <port> <root-tiddler> <root-render-type> <root-serve-type> <username> <password> <host> <path-prefix> <debug-level>\n```\n\nThe parameters are:\n\n* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to \"8080\")\n* ''root-tiddler'' - the tiddler to serve at the root (defaults to \"$:/core/save/all\")\n* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to \"text/plain\")\n* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to \"text/html\")\n* ''username'' - the default username for signing edits\n* ''password'' - optional password for basic authentication\n* ''host'' - optional hostname to serve from (defaults to \"127.0.0.1\" aka \"localhost\")\n* ''path-prefix'' - optional prefix for paths\n* ''debug-level'' - optional debug level; set to \"debug\" to view request details (defaults to \"none\")\n\nIf the password parameter is specified then the browser will prompt the user for the username and password. Note that the password is transmitted in plain text so this implementation should only be used on a trusted network or over HTTPS.\n\nFor example:\n\n```\n--server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd\n```\n\nThe username and password can be specified as empty strings if you need to set the hostname or pathprefix and don't want to require a password.\n\n\n```\n--server 8080 $:/core/save/all text/plain text/html \"\" \"\" 192.168.0.245\n```\n\nUsing an address like this exposes your system to the local network. For information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com.\n\nTo run multiple TiddlyWiki servers at the same time you'll need to put each one on a different port. It can be useful to use an environment variable to pass the port number to the Node.js process. This example references an environment variable called \"MY_PORT_NUMBER\":\n\n```\n--server MY_PORT_NUMBER $:/core/save/all text/plain text/html MyUserName passw0rd\n```\n"
        },
        "$:/language/Help/setfield": {
            "title": "$:/language/Help/setfield",
            "description": "Prepares external tiddlers for use",
            "text": "//Note that this command is experimental and may change or be replaced before being finalised//\n\nSets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.\n\n```\n--setfield <filter> <fieldname> <templatetitle> <rendertype>\n```\n\nThe parameters are:\n\n* ''filter'' - filter identifying the tiddlers to be affected\n* ''fieldname'' - the field to modify (defaults to \"text\")\n* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted\n* ''rendertype'' - the text type to render (defaults to \"text/plain\"; \"text/html\" can be used to include HTML tags)\n"
        },
        "$:/language/Help/unpackplugin": {
            "title": "$:/language/Help/unpackplugin",
            "description": "Unpack the payload tiddlers from a plugin",
            "text": "Extract the payload tiddlers from a plugin, creating them as ordinary tiddlers:\n\n```\n--unpackplugin <title>\n```\n"
        },
        "$:/language/Help/verbose": {
            "title": "$:/language/Help/verbose",
            "description": "Triggers verbose output mode",
            "text": "Triggers verbose output, useful for debugging\n\n```\n--verbose\n```\n"
        },
        "$:/language/Help/version": {
            "title": "$:/language/Help/version",
            "description": "Displays the version number of TiddlyWiki",
            "text": "Displays the version number of TiddlyWiki.\n\n```\n--version\n```\n"
        },
        "$:/language/Snippets/ListByTag": {
            "title": "$:/language/Snippets/ListByTag",
            "tags": "$:/tags/TextEditor/Snippet",
            "caption": "List of tiddlers by tag",
            "text": "<<list-links \"[tag[task]sort[title]]\">>\n"
        },
        "$:/language/Snippets/MacroDefinition": {
            "title": "$:/language/Snippets/MacroDefinition",
            "tags": "$:/tags/TextEditor/Snippet",
            "caption": "Macro definition",
            "text": "\\define macroName(param1:\"default value\",param2)\nText of the macro\n\\end\n"
        },
        "$:/language/Snippets/TableOfContents": {
            "title": "$:/language/Snippets/TableOfContents",
            "tags": "$:/tags/TextEditor/Snippet",
            "caption": "Table of Contents",
            "text": "<div class=\"tc-table-of-contents\">\n\n<<toc-selective-expandable 'TableOfContents'>>\n\n</div>"
        },
        "$:/language/Snippets/Table4x3": {
            "title": "$:/language/Snippets/Table4x3",
            "tags": "$:/tags/TextEditor/Snippet",
            "caption": "Table with 4 columns by 3 rows",
            "text": "|! |!Alpha |!Beta |!Gamma |!Delta |\n|!One | | | | |\n|!Two | | | | |\n|!Three | | | | |\n"
        },
        "$:/language/Modals/Download": {
            "title": "$:/language/Modals/Download",
            "subtitle": "Download changes",
            "footer": "<$button message=\"tm-close-tiddler\">Close</$button>",
            "help": "https://tiddlywiki.com/static/DownloadingChanges.html",
            "text": "Your browser only supports manual saving.\n\nTo save your modified wiki, right click on the download link below and select \"Download file\" or \"Save file\", and then choose the folder and filename.\n\n//You can marginally speed things up by clicking the link with the control key (Windows) or the options/alt key (Mac OS X). You will not be prompted for the folder or filename, but your browser is likely to give it an unrecognisable name -- you may need to rename the file to include an `.html` extension before you can do anything useful with it.//\n\nOn smartphones that do not allow files to be downloaded you can instead bookmark the link, and then sync your bookmarks to a desktop computer from where the wiki can be saved normally.\n"
        },
        "$:/language/Modals/SaveInstructions": {
            "title": "$:/language/Modals/SaveInstructions",
            "subtitle": "Save your work",
            "footer": "<$button message=\"tm-close-tiddler\">Close</$button>",
            "help": "https://tiddlywiki.com/static/SavingChanges.html",
            "text": "Your changes to this wiki need to be saved as a ~TiddlyWiki HTML file.\n\n!!! Desktop browsers\n\n# Select ''Save As'' from the ''File'' menu\n# Choose a filename and location\n#* Some browsers also require you to explicitly specify the file saving format as ''Webpage, HTML only'' or similar\n# Close this tab\n\n!!! Smartphone browsers\n\n# Create a bookmark to this page\n#* If you've got iCloud or Google Sync set up then the bookmark will automatically sync to your desktop where you can open it and save it as above\n# Close this tab\n\n//If you open the bookmark again in Mobile Safari you will see this message again. If you want to go ahead and use the file, just click the ''close'' button below//\n"
        },
        "$:/language/Docs/Types/application/javascript": {
            "title": "$:/language/Docs/Types/application/javascript",
            "description": "JavaScript code",
            "name": "application/javascript",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/application/json": {
            "title": "$:/language/Docs/Types/application/json",
            "description": "JSON data",
            "name": "application/json",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/application/x-tiddler-dictionary": {
            "title": "$:/language/Docs/Types/application/x-tiddler-dictionary",
            "description": "Data dictionary",
            "name": "application/x-tiddler-dictionary",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/image/gif": {
            "title": "$:/language/Docs/Types/image/gif",
            "description": "GIF image",
            "name": "image/gif",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/jpeg": {
            "title": "$:/language/Docs/Types/image/jpeg",
            "description": "JPEG image",
            "name": "image/jpeg",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/png": {
            "title": "$:/language/Docs/Types/image/png",
            "description": "PNG image",
            "name": "image/png",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/svg+xml": {
            "title": "$:/language/Docs/Types/image/svg+xml",
            "description": "Structured Vector Graphics image",
            "name": "image/svg+xml",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/text/css": {
            "title": "$:/language/Docs/Types/text/css",
            "description": "Static stylesheet",
            "name": "text/css",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/image/x-icon": {
            "title": "$:/language/Docs/Types/image/x-icon",
            "description": "ICO format icon file",
            "name": "image/x-icon",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/text/html": {
            "title": "$:/language/Docs/Types/text/html",
            "description": "HTML markup",
            "name": "text/html",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/language/Docs/Types/text/vnd.tiddlywiki": {
            "title": "$:/language/Docs/Types/text/vnd.tiddlywiki",
            "description": "TiddlyWiki 5",
            "name": "text/vnd.tiddlywiki",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/language/Docs/Types/text/x-tiddlywiki": {
            "title": "$:/language/Docs/Types/text/x-tiddlywiki",
            "description": "TiddlyWiki Classic",
            "name": "text/x-tiddlywiki",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/language/Docs/Types/text/plain": {
            "title": "$:/language/Docs/Types/text/plain",
            "description": "Plain text",
            "name": "text/plain",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/AdvancedSearch": {
            "title": "$:/AdvancedSearch",
            "icon": "$:/core/images/advanced-search-button",
            "color": "#bbb",
            "text": "<div class=\"tc-advanced-search\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]]\" default=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<currentTab>>/>\"\"\" explicitState=\"$:/state/tab--1498284803\"/>\n</div>\n"
        },
        "$:/core/ui/AlertTemplate": {
            "title": "$:/core/ui/AlertTemplate",
            "text": "<div class=\"tc-alert\">\n<div class=\"tc-alert-toolbar\">\n<$button class=\"tc-btn-invisible\"><$action-deletetiddler $tiddler=<<currentTiddler>>/>{{$:/core/images/cancel-button}}</$button>\n</div>\n<div class=\"tc-alert-subtitle\">\n<$wikify name=\"format\" text=<<lingo Tiddler/DateFormat>>>\n<$view field=\"component\"/> - <$view field=\"modified\" format=\"date\" template=<<format>>/> <$reveal type=\"nomatch\" state=\"!!count\" text=\"\"><span class=\"tc-alert-highlight\">({{$:/language/Count}}: <$view field=\"count\"/>)</span></$reveal>\n</$wikify>\n</div>\n<div class=\"tc-alert-body\">\n\n<$transclude/>\n\n</div>\n</div>\n"
        },
        "$:/core/ui/BinaryWarning": {
            "title": "$:/core/ui/BinaryWarning",
            "text": "\\define lingo-base() $:/language/BinaryWarning/\n<<lingo Prompt>>\n"
        },
        "$:/ControlPanel": {
            "title": "$:/ControlPanel",
            "icon": "$:/core/images/options-button",
            "color": "#bbb",
            "text": "<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Info\" explicitState=\"$:/state/tab-1749438307\"/>\n</div>\n"
        },
        "$:/core/ui/DefaultSearchResultList": {
            "title": "$:/core/ui/DefaultSearchResultList",
            "tags": "$:/tags/SearchResults",
            "caption": "{{$:/language/Search/DefaultResults/Caption}}",
            "first-search-filter": "[!is[system]search:title<userInput>sort[title]limit[250]]",
            "second-search-filter": "[!is[system]search<userInput>sort[title]limit[250]]",
            "text": "\\define searchResultList()\n//<small>{{$:/language/Search/Matches/Title}}</small>//\n\n<$list filter=\"[<userInput>minlength[1]]\" variable=\"ignore\">\n<$list filter={{{ [<configTiddler>get[first-search-filter]] }}}>\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[<searchListState>get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n</$list>\n\n//<small>{{$:/language/Search/Matches/All}}</small>//\n\n<$list filter=\"[<userInput>minlength[1]]\" variable=\"ignore\">\n<$list filter={{{ [<configTiddler>get[second-search-filter]] }}}>\n<span class={{{[<currentTiddler>addsuffix[-secondaryList]] -[<searchListState>get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n</$list>\n\n\\end\n<<searchResultList>>\n"
        },
        "$:/core/ui/EditTemplate": {
            "title": "$:/core/ui/EditTemplate",
            "text": "\\define delete-edittemplate-state-tiddlers() <$action-deletetiddler $filter=\"[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<newFieldNameInputTiddler>] [<newFieldNameSelectionTiddler>] [<newTagNameTiddler>] [<newTagNameInputTiddler>] [<newTagNameSelectionTiddler>] [<typeInputTiddler>] [<typeSelectionTiddler>]\"/>\n\\define save-tiddler-actions()\n<$action-sendmessage $message=\"tm-add-tag\" $param={{{ [<newTagNameTiddler>get[text]] }}}/>\n<$action-sendmessage $message=\"tm-add-field\" $name={{{ [<newFieldNameTiddler>get[text]] }}} $value={{{ [<newFieldValueTiddler>get[text]] }}}/>\n<<delete-edittemplate-state-tiddlers>>\n<$action-sendmessage $message=\"tm-save-tiddler\"/>\n\\end\n\\define cancel-delete-tiddler-actions(message)\n<<delete-edittemplate-state-tiddlers>>\n<$action-sendmessage $message=\"tm-$message$-tiddler\"/>\n\\end\n<div data-tiddler-title=<<currentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-edit-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}>\n<$fieldmangler>\n<$vars storyTiddler=<<currentTiddler>> newTagNameTiddler=<<qualify \"$:/temp/NewTagName\">> newFieldNameTiddler=<<qualify \"$:/temp/NewFieldName\">> newFieldValueTiddler=<<qualify \"$:/temp/NewFieldValue\">> newFieldNameInputTiddler=<<qualify \"$:/temp/NewFieldName/input\">> newFieldNameSelectionTiddler=<<qualify \"$:/temp/NewFieldName/selected-item\">> newTagNameInputTiddler=<<qualify \"$:/temp/NewTagName/input\">> newTagNameSelectionTiddler=<<qualify \"$:/temp/NewTagName/selected-item\">> typeInputTiddler=<<qualify \"$:/temp/Type/input\">> typeSelectionTiddler=<<qualify \"$:/temp/Type/selected-item\">>>\n<$keyboard key=\"((cancel-edit-tiddler))\" actions=<<cancel-delete-tiddler-actions \"cancel\">>>\n<$keyboard key=\"((save-tiddler))\" actions=<<save-tiddler-actions>>>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditTemplate]!has[draft.of]]\" variable=\"listItem\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>>/>\n</$set>\n</$list>\n</$keyboard>\n</$keyboard>\n</$vars>\n</$fieldmangler>\n</div>\n"
        },
        "$:/core/ui/ImportListing": {
            "title": "$:/core/ui/ImportListing",
            "text": "\\define lingo-base() $:/language/Import/\n\n\\define messageField() message-$(payloadTiddler)$\n\n\\define payloadTitleFilter() [<currentTiddler>get<renameField>minlength[1]else<payloadTiddler>]\n\n\\define overWriteWarning()\n<$list filter=\"[<currentTiddler>!has<suppressedField>]\">\n<$text text={{{[subfilter<payloadTitleFilter>!is[tiddler]then[]] ~[<lingo-base>addsuffix[Listing/Rename/OverwriteWarning]get[text]]}}}/>\n</$list>\n\\end\n\n\\define selectionField() selection-$(payloadTiddler)$\n\n\\define renameField() rename-$(payloadTiddler)$\n\n\\define suppressedField() suppressed-$(payloadTiddler)$\n\n\\define newImportTitleTiddler() $:/temp/NewImportTitle-$(payloadTiddler)$\n\n\\define previewPopupState() $(currentTiddler)$!!popup-$(payloadTiddler)$\n\n\\define renameFieldState() $(currentTiddler)$!!state-rename-$(payloadTiddler)$\n\n\\define select-all-actions()\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<$action-setfield $field={{{ [<payloadTiddler>addprefix[selection-]] }}} $value={{$:/state/import/select-all}}/>\n</$list>\n\\end\n\n<table class=\"tc-import-table\">\n<tbody>\n<tr>\n<th align=\"left\">\n<$checkbox tiddler=\"$:/state/import/select-all\" field=\"text\" checked=\"checked\" unchecked=\"unchecked\" default=\"checked\" actions=<<select-all-actions>>>\n<<lingo Listing/Select/Caption>>\n</$checkbox>\n</th>\n<th>\n<<lingo Listing/Title/Caption>>\n</th>\n<th>\n<<lingo Listing/Status/Caption>>\n</th>\n</tr>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<tr class={{{[<currentTiddler>has<suppressedField>then[tc-row-disabled]] ~[subfilter<payloadTitleFilter>is[tiddler]then[tc-row-warning]] }}}>\n<td>\n<$checkbox field=<<selectionField>> checked=\"checked\" unchecked=\"unchecked\" default=\"checked\" disabled={{{[<currentTiddler>has<suppressedField>then[yes]else[no]]}}}/>\n</td>\n<td>\n<$reveal type=\"nomatch\" state=<<renameFieldState>> text=\"yes\" tag=\"div\">\n<$reveal type=\"nomatch\" state=<<previewPopupState>> text=\"yes\" tag=\"div\" class=\"tc-flex\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown tc-flex-grow-1 tc-word-break\" set=<<previewPopupState>> setTo=\"yes\" disabled={{{[<currentTiddler>has<suppressedField>then[yes]else[no]]}}}>\n<span class=\"tc-small-gap-right\">{{$:/core/images/right-arrow}}</span><$text text={{{[subfilter<payloadTitleFilter>]}}}/>\n</$button>\n<$list filter=\"[<currentTiddler>!has<suppressedField>]\"><$button class=\"tc-btn-invisible\" set=<<renameFieldState>> setTo=\"yes\" tooltip={{{[<lingo-base>addsuffix[Listing/Rename/Tooltip]get[text]]}}}>{{$:/core/images/edit-button}}</$button></$list>\n</$reveal>\n<$reveal type=\"match\" state=<<previewPopupState>> text=\"yes\" tag=\"div\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<previewPopupState>> setTo=\"no\">\n<span class=\"tc-small-gap-right\">{{$:/core/images/down-arrow}}</span><$text text={{{[subfilter<payloadTitleFilter>]}}}/>\n</$button>\n</$reveal>\n</$reveal>\n<$reveal type=\"match\" state=<<renameFieldState>> text=\"yes\" tag=\"div\">\n<$text text={{{[<lingo-base>addsuffix[Listing/Rename/Prompt]get[text]]}}}/>\n</$reveal>\n</td>\n<td>\n<$view field=<<messageField>>/>\n<<overWriteWarning>>\n</td>\n</tr>\n<$reveal type=\"match\" state=<<renameFieldState>> text=\"yes\" tag=\"tr\">\n<td colspan=\"3\">\n<div class=\"tc-flex\">\n<$edit-text tiddler=<<newImportTitleTiddler>>  default={{{[subfilter<payloadTitleFilter>]}}} tag=\"input\" class=\"tc-import-rename tc-flex-grow-1\"/><span class=\"tc-small-gap-left\"><$button  class=\"tc-btn-invisible\" set=<<renameFieldState>> setTo=\"no\" tooltip={{{[<lingo-base>addsuffix[Listing/Rename/CancelRename]get[text]]}}}>{{$:/core/images/close-button}}<$action-deletetiddler $tiddler=<<newImportTitleTiddler>>/></$button><span class=\"tc-small-gap-right\"/></span><$button  class=\"tc-btn-invisible\" set=<<renameFieldState>> setTo=\"no\" tooltip={{{[<lingo-base>addsuffix[Listing/Rename/ConfirmRename]get[text]]}}}>{{$:/core/images/done-button}}<$action-setfield $field=<<renameField>> $value={{{[<newImportTitleTiddler>get[text]minlength[1]else<payloadTiddler>]}}} /><$action-deletetiddler $tiddler=<<newImportTitleTiddler>>/></$button>\n</div>\n</td>\n</$reveal>\n<tr>\n<td colspan=\"3\">\n<$reveal type=\"match\" text=\"yes\" state=<<previewPopupState>> tag=\"div\">\n<$list filter=\"[{$:/state/importpreviewtype}has[text]]\" variable=\"listItem\" emptyMessage={{$:/core/ui/ImportPreviews/Text}}>\n<$transclude tiddler={{$:/state/importpreviewtype}}/>\n</$list>\n</$reveal>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
        },
        "$:/snippets/LayoutSwitcher": {
            "title": "$:/snippets/LayoutSwitcher",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/LayoutSwitcher/Caption}}",
            "text": "<$linkcatcher to=\"$:/layout\">\n<div class=\"tc-chooser\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/Layout]] [[$:/core/ui/PageTemplate]] +[!is[draft]sort[name]]\">\n<$list filter=\"[{$:/layout}!has[text]]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$set name=\"cls\" filter=\"[all[current]field:title{$:/layout}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$transclude field=\"name\"/>'' - <$transclude field=\"description\"/></$link></div>\n</$set>\n\"\"\">\n<$set name=\"cls\" filter=\"[all[current]field:title[$:/core/ui/PageTemplate]]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$transclude field=\"name\"/>'' - <$transclude field=\"description\"/></$link></div>\n</$set>\n</$list>\n</$list>\n</div>\n</$linkcatcher>\n"
        },
        "$:/core/ui/ListItemTemplate": {
            "title": "$:/core/ui/ListItemTemplate",
            "text": "<div class=\"tc-menu-list-item\">\n<$link />\n</div>"
        },
        "$:/Manager": {
            "title": "$:/Manager",
            "icon": "$:/core/images/list",
            "color": "#bbb",
            "text": "\\define lingo-base() $:/language/Manager/\n\n\\define list-item-content-item()\n<div class=\"tc-manager-list-item-content-item\">\n\t<$vars state-title=\"\"\"$:/state/popup/manager/item/$(listItem)$\"\"\">\n\t\t<$reveal state=<<state-title>> type=\"match\" text=\"show\" default=\"show\" tag=\"div\">\n\t\t\t<$button set=<<state-title>> setTo=\"hide\" class=\"tc-btn-invisible tc-manager-list-item-content-item-heading\">\n\t\t\t\t{{$:/core/images/down-arrow}} <$transclude tiddler=<<listItem>> field=\"caption\"/>\n\t\t\t</$button>\n\t\t</$reveal>\n\t\t<$reveal state=<<state-title>> type=\"nomatch\" text=\"show\" default=\"show\" tag=\"div\">\n\t\t\t<$button set=<<state-title>> setTo=\"show\" class=\"tc-btn-invisible tc-manager-list-item-content-item-heading\">\n\t\t\t\t{{$:/core/images/right-arrow}} <$transclude tiddler=<<listItem>> field=\"caption\"/>\n\t\t\t</$button>\n\t\t</$reveal>\n\t\t<$reveal state=<<state-title>> type=\"match\" text=\"show\" default=\"show\" tag=\"div\" class=\"tc-manager-list-item-content-item-body\">\n\t\t\t<$transclude tiddler=<<listItem>>/>\n\t\t</$reveal>\n\t</$vars>\n</div>\n\\end\n\n<div class=\"tc-manager-wrapper\">\n\t<div class=\"tc-manager-controls\">\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Show/Prompt>> <$select tiddler=\"$:/config/Manager/Show\" default=\"tiddlers\">\n\t\t\t\t<option value=\"tiddlers\"><<lingo Controls/Show/Option/Tiddlers>></option>\n\t\t\t\t<option value=\"tags\"><<lingo Controls/Show/Option/Tags>></option>\n\t\t\t</$select>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Search/Prompt>> <$edit-text tiddler=\"$:/config/Manager/Filter\" tag=\"input\" default=\"\" placeholder={{$:/language/Manager/Controls/Search/Placeholder}}/>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/FilterByTag/Prompt>> <$select tiddler=\"$:/config/Manager/Tag\" default=\"\">\n\t\t\t\t<option value=\"\"><<lingo Controls/FilterByTag/None>></option>\n\t\t\t\t<$list filter=\"[!is{$:/config/Manager/System}tags[]!is[system]sort[title]]\" variable=\"tag\">\n\t\t\t\t\t<option value=<<tag>>><$text text=<<tag>>/></option>\n\t\t\t\t</$list>\n\t\t\t</$select>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Sort/Prompt>> <$select tiddler=\"$:/config/Manager/Sort\" default=\"title\">\n\t\t\t\t<optgroup label=\"Common\">\n\t\t\t\t\t<$list filter=\"title modified modifier created creator created\" variable=\"field\">\n\t\t\t\t\t\t<option value=<<field>>><$text text=<<field>>/></option>\n\t\t\t\t\t</$list>\n\t\t\t\t</optgroup>\n\t\t\t\t<optgroup label=\"All\">\n\t\t\t\t\t<$list filter=\"[all{$:/config/Manager/Show}!is{$:/config/Manager/System}fields[]sort[title]] -title -modified -modifier -created -creator -created\" variable=\"field\">\n\t\t\t\t\t\t<option value=<<field>>><$text text=<<field>>/></option>\n\t\t\t\t\t</$list>\n\t\t\t\t</optgroup>\n\t\t\t</$select>\n\t\t\t<$checkbox tiddler=\"$:/config/Manager/Order\" field=\"text\" checked=\"reverse\" unchecked=\"forward\" default=\"forward\">\n\t\t\t\t<<lingo Controls/Order/Prompt>>\n\t\t\t</$checkbox>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<$checkbox tiddler=\"$:/config/Manager/System\" field=\"text\" checked=\"\" unchecked=\"system\" default=\"system\">\n\t\t\t\t{{$:/language/SystemTiddlers/Include/Prompt}}\n\t\t\t</$checkbox>\n\t\t</div>\n\t</div>\n\t<div class=\"tc-manager-list\">\n\t\t<$list filter=\"[all{$:/config/Manager/Show}!is{$:/config/Manager/System}search{$:/config/Manager/Filter}tag:strict{$:/config/Manager/Tag}sort{$:/config/Manager/Sort}order{$:/config/Manager/Order}]\">\n\t\t\t<$vars transclusion=<<currentTiddler>>>\n\t\t\t\t<div style=\"tc-manager-list-item\">\n\t\t\t\t\t<$button popup=<<qualify \"$:/state/manager/popup\">> class=\"tc-btn-invisible tc-manager-list-item-heading\" selectedClass=\"tc-manager-list-item-heading-selected\">\n\t\t\t\t\t\t<$text text=<<currentTiddler>>/>\n\t\t\t\t\t</$button>\n\t\t\t\t\t<$reveal state=<<qualify \"$:/state/manager/popup\">> type=\"nomatch\" text=\"\" default=\"\" tag=\"div\" class=\"tc-manager-list-item-content tc-popup-handle\">\n\t\t\t\t\t\t<div class=\"tc-manager-list-item-content-tiddler\">\n\t\t\t\t\t\t\t<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemMain]!has[draft.of]]\" variable=\"listItem\">\n\t\t\t\t\t\t\t\t<<list-item-content-item>>\n\t\t\t\t\t\t\t</$list>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"tc-manager-list-item-content-sidebar\">\n\t\t\t\t\t\t\t<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemSidebar]!has[draft.of]]\" variable=\"listItem\">\n\t\t\t\t\t\t\t\t<<list-item-content-item>>\n\t\t\t\t\t\t\t</$list>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</$reveal>\n\t\t\t\t</div>\n\t\t\t</$vars>\n\t\t</$list>\n\t</div>\n</div>\n"
        },
        "$:/core/ui/PageTemplate/pagecontrols": {
            "title": "$:/core/ui/PageTemplate/pagecontrols",
            "text": "\\whitespace trim\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-page-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n<$set name=\"hidden\" value=<<config-title>>>\n<$list filter=\"[<hidden>!text[hide]]\" storyview=\"pop\" variable=\"ignore\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n</$set>\n</$list>\n</$set>\n</$list>\n</div>\n"
        },
        "$:/core/ui/MissingTemplate": {
            "title": "$:/core/ui/MissingTemplate",
            "text": "<div class=\"tc-tiddler-missing\">\n<$button popup=<<qualify \"$:/state/popup/missing\">> class=\"tc-btn-invisible tc-missing-tiddler-label\">\n<$view field=\"title\" format=\"text\" />\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/missing\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n<hr>\n<$list filter=\"[all[current]backlinks[]sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n</div>\n"
        },
        "$:/core/ui/PageStylesheet": {
            "title": "$:/core/ui/PageStylesheet",
            "text": "\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$set name=\"currentTiddler\" value={{$:/language}}>\n\n<$set name=\"languageTitle\" value={{!!name}}>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\n</$set>\n\n</$set>\n"
        },
        "$:/PaletteManager": {
            "title": "$:/PaletteManager",
            "text": "\\define lingo-base() $:/language/ControlPanel/Palette/Editor/\n\\define describePaletteColour(colour)\n<$transclude tiddler=\"$:/language/Docs/PaletteColours/$colour$\"><$text text=\"$colour$\"/></$transclude>\n\\end\n\\define edit-colour-placeholder()\n edit $(colourName)$\n\\end\n\\define colour-tooltip(showhide) $showhide$ editor for $(newColourName)$ \n\\define resolve-colour(macrocall)\n\\import $:/core/macros/utils\n\\whitespace trim\n<$wikify name=\"name\" text=\"\"\"$macrocall$\"\"\">\n<<name>>\n</$wikify>\n\\end\n\\define delete-colour-index-actions() <$action-setfield $index=<<colourName>>/>\n\\define palette-manager-colour-row-segment()\n\\whitespace trim\n<$edit-text index=<<colourName>> tag=\"input\" placeholder=<<edit-colour-placeholder>> default=\"\"/>\n<br>\n<$edit-text index=<<colourName>> type=\"color\" tag=\"input\" class=\"tc-palette-manager-colour-input\"/>\n<$list filter=\"[<currentTiddler>getindex<colourName>removeprefix[<<]removesuffix[>>]] [<currentTiddler>getindex<colourName>removeprefix[<$]removesuffix[/>]]\" variable=\"ignore\">\n<$set name=\"state\" value={{{ [[$:/state/palettemanager/]addsuffix<currentTiddler>addsuffix[/]addsuffix<colourName>] }}}>\n<$wikify name=\"newColourName\" text=\"\"\"<$macrocall $name=\"resolve-colour\" macrocall={{{ [<currentTiddler>getindex<colourName>] }}}/>\"\"\">\n<$reveal state=<<state>> type=\"nomatch\" text=\"show\">\n<$button tooltip=<<colour-tooltip show>> aria-label=<<colour-tooltip show>> class=\"tc-btn-invisible\" set=<<state>> setTo=\"show\">{{$:/core/images/down-arrow}}<$text text=<<newColourName>> class=\"tc-small-gap-left\"/></$button><br>\n</$reveal>\n<$reveal state=<<state>> type=\"match\" text=\"show\">\n<$button tooltip=<<colour-tooltip hide>> aria-label=<<colour-tooltip show>> class=\"tc-btn-invisible\" actions=\"\"\"<$action-deletetiddler $tiddler=<<state>>/>\"\"\">{{$:/core/images/up-arrow}}<$text text=<<newColourName>> class=\"tc-small-gap-left\"/></$button><br>\n</$reveal>\n<$reveal state=<<state>> type=\"match\" text=\"show\">\n<$set name=\"colourName\" value=<<newColourName>>>\n<br>\n<<palette-manager-colour-row-segment>>\n<br><br>\n</$set>\n</$reveal>\n</$wikify>\n</$set>\n</$list>\n\\end\n\\define palette-manager-colour-row()\n\\whitespace trim\n<tr>\n<td>\n<span style=\"float:right;\">\n<$button tooltip={{$:/language/ControlPanel/Palette/Editor/Delete/Hint}} aria-label=<<lingo Delete/Hint>> class=\"tc-btn-invisible\" actions=<<delete-colour-index-actions>>>\n{{$:/core/images/delete-button}}</$button>\n</span>\n''<$macrocall $name=\"describePaletteColour\" colour=<<colourName>>/>''<br/>\n<$macrocall $name=\"colourName\" $output=\"text/plain\"/>\n</td>\n<td>\n<<palette-manager-colour-row-segment>>\n</td>\n</tr>\n\\end\n\\define palette-manager-table()\n\\whitespace trim\n<table>\n<tbody>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Palette]indexes[]]\" variable=\"colourName\">\n<$list filter=\"[<currentTiddler>indexes[]removeprefix<colourName>suffix[]]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$list filter=\"[{$:/state/palettemanager/showexternal}removeprefix[yes]suffix[]]\" variable=\"ignore\">\n<<palette-manager-colour-row>>\n</$list>\n\"\"\">\n<<palette-manager-colour-row>>\n</$list>\n</$list>\n</tbody>\n</table>\n\\end\n<$set name=\"currentTiddler\" value={{$:/palette}}>\n\n<<lingo Prompt>> <$link to={{$:/palette}}><$macrocall $name=\"currentTiddler\" $output=\"text/plain\"/></$link>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\" variable=\"listItem\">\n<<lingo Prompt/Modified>>\n<$button message=\"tm-delete-tiddler\" param={{$:/palette}}><<lingo Reset/Caption>></$button>\n</$list>\n\n<$list filter=\"[all[current]is[shadow]!is[tiddler]]\" variable=\"listItem\">\n<<lingo Clone/Prompt>>\n</$list>\n\n<$button message=\"tm-new-tiddler\" param={{$:/palette}}><<lingo Clone/Caption>></$button>\n\n<$checkbox tiddler=\"$:/state/palettemanager/showexternal\" field=\"text\" checked=\"yes\" unchecked=\"no\"><span class=\"tc-small-gap-left\"><<lingo Names/External/Show>></span></$checkbox>\n\n<<palette-manager-table>>\n"
        },
        "$:/core/ui/PageTemplate": {
            "title": "$:/core/ui/PageTemplate",
            "name": "{{$:/language/PageTemplate/Name}}",
            "description": "{{$:/language/PageTemplate/Description}}",
            "text": "\\whitespace trim\n\\define containerClasses()\ntc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(languageTitle)$\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$vars\n\ttv-config-toolbar-icons={{$:/config/Toolbar/Icons}}\n\ttv-config-toolbar-text={{$:/config/Toolbar/Text}}\n\ttv-config-toolbar-class={{$:/config/Toolbar/ButtonClass}}\n\ttv-enable-drag-and-drop={{$:/config/DragAndDrop/Enable}}\n\ttv-show-missing-links={{$:/config/MissingLinks}}\n\tstoryviewTitle={{$:/view}}\n\tlanguageTitle={{{ [{$:/language}get[name]] }}}>\n\n<div class=<<containerClasses>>>\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n\n<$dropzone enable=<<tv-enable-drag-and-drop>>>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>>/>\n\n</$list>\n\n</$dropzone>\n\n</$navigator>\n\n</div>\n\n</$vars>\n"
        },
        "$:/core/ui/PluginInfo/Default/contents": {
            "title": "$:/core/ui/PluginInfo/Default/contents",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link />\n</li>\n</$list>\n</ul>\n"
        },
        "$:/core/ui/PluginInfo": {
            "title": "$:/core/ui/PluginInfo",
            "text": "\\define localised-info-tiddler-title()\n$(currentTiddler)$/$(languageTitle)$/$(currentTab)$\n\\end\n\\define info-tiddler-title()\n$(currentTiddler)$/$(currentTab)$\n\\end\n\\define default-tiddler-title()\n$:/core/ui/PluginInfo/Default/$(currentTab)$\n\\end\n<$transclude tiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<default-tiddler-title>> mode=\"block\">\n{{$:/language/ControlPanel/Plugin/NoInfoFound/Hint}}\n</$transclude>\n</$transclude>\n</$transclude>\n</$transclude>\n"
        },
        "$:/core/ui/PluginListItemTemplate": {
            "title": "$:/core/ui/PluginListItemTemplate",
            "text": "<div class=\"tc-menu-list-item\">\n<$link to={{!!title}}><$view field=\"description\"><$view field=\"title\"/></$view></$link>\n</div>"
        },
        "$:/core/ui/RootTemplate": {
            "title": "$:/core/ui/RootTemplate",
            "text": "<$transclude tiddler={{{ [{$:/layout}has[text]] ~[[$:/core/ui/PageTemplate]] }}} mode=\"inline\"/>\n\n"
        },
        "$:/core/ui/SearchResults": {
            "title": "$:/core/ui/SearchResults",
            "text": "<div class=\"tc-search-results\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\"\"\">\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/search/currentTab\" text=<<currentTab>>/>\"\"\" explicitState=\"$:/state/tab/search-results/sidebar\"/>\n\n</$list>\n\n</div>\n"
        },
        "$:/core/ui/SideBarLists": {
            "title": "$:/core/ui/SideBarLists",
            "text": "<$transclude tiddler=\"$:/core/ui/SideBarSegments/search\"/>\n\n<$transclude tiddler=\"$:/core/ui/SideBarSegments/tabs\"/>\n\n"
        },
        "$:/core/ui/SwitcherModal": {
            "title": "$:/core/ui/SwitcherModal",
            "subtitle": "<$text text={{{[<switch>lookup[$:/language/Switcher/Subtitle/]]}}}/>",
            "class": "tc-modal-centered",
            "text": "<$tiddler tiddler={{{[<switch>lookup[$:/config/SwitcherTargets/]]}}}>\n\n\n<$transclude/>\n\n\n</$tiddler>"
        },
        "$:/core/ui/TagPickerTagTemplate": {
            "title": "$:/core/ui/TagPickerTagTemplate",
            "text": "\\whitespace trim\n<$button class=<<button-classes>> tag=\"a\" tooltip={{$:/language/EditTemplate/Tags/Add/Button/Hint}}>\n<$list filter=\"[<saveTiddler>minlength[1]]\">\n<$action-listops $tiddler=<<saveTiddler>> $field=<<tagField>> $subfilter=\"[<tag>]\"/>\n</$list>\n<$set name=\"currentTiddlerCSSEscaped\" value={{{ [<saveTiddler>escapecss[]] }}}>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=<<get-tagpicker-focus-selector>> preventScroll=\"true\"/>\n</$set>\n<<delete-tag-state-tiddlers>>\n<$list filter=\"[<refreshTitle>minlength[1]]\">\n<$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n</$list>\n<<actions>>\n<$set name=\"backgroundColor\" value={{!!color}}>\n<$wikify name=\"foregroundColor\" text=\"\"\"<$macrocall $name=\"contrastcolour\" target={{!!color}} fallbackTarget=<<fallbackTarget>> colourA=<<colourA>> colourB=<<colourB>>/>\"\"\">\n<span class=\"tc-tag-label tc-btn-invisible\" style=<<tag-pill-styles>>>\n<$transclude tiddler={{!!icon}}/><$view field=\"title\" format=\"text\"/>\n</span>\n</$wikify>\n</$set>\n</$button>\n"
        },
        "$:/TagManager": {
            "title": "$:/TagManager",
            "icon": "$:/core/images/tag-button",
            "color": "#bbb",
            "text": "\\define lingo-base() $:/language/TagManager/\n\\define iconEditorTab(type)\n\\whitespace trim\n<$link to=\"\"><<lingo Icons/None>></$link>\n<$list filter=\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]\">\n<$link to={{!!title}}>\n<$transclude/> <$view field=\"title\"/>\n</$link>\n</$list>\n\\end\n\\define iconEditor(title)\n\\whitespace trim\n<div class=\"tc-drop-down-wrapper\">\n<$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$linkcatcher actions=\"\"\"<$action-setfield $tiddler=<<__title__>> icon=<<navigateTo>>/>\"\"\">\n<<iconEditorTab type:\"!\">>\n<hr/>\n<<iconEditorTab type:\"\">>\n</$linkcatcher>\n</div>\n</$reveal>\n</div>\n\\end\n\\define toggleButton(state)\n\\whitespace trim\n<$reveal stateTitle=<<__state__>> type=\"match\" text=\"closed\" default=\"closed\">\n<$button setTitle=<<__state__>> setTo=\"open\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n<$reveal stateTitle=<<__state__>> type=\"match\" text=\"open\" default=\"closed\">\n<$button setTitle=<<__state__>> setTo=\"closed\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n\\end\n\\whitespace trim\n<table class=\"tc-tag-manager-table\">\n<tbody>\n<tr>\n<th><<lingo Colour/Heading>></th>\n<th class=\"tc-tag-manager-tag\"><<lingo Tag/Heading>></th>\n<th><<lingo Count/Heading>></th>\n<th><<lingo Icon/Heading>></th>\n<th><<lingo Info/Heading>></th>\n</tr>\n<$list filter=\"[tags[]!is[system]sort[title]]\">\n<tr>\n<td><$edit-text field=\"color\" tag=\"input\" type=\"color\"/></td>\n<td>{{||$:/core/ui/TagTemplate}}</td>\n<td><$count filter=\"[all[current]tagging[]]\"/></td>\n<td>\n<$macrocall $name=\"iconEditor\" title={{!!title}}/>\n</td>\n<td>\n<$macrocall $name=\"toggleButton\" state={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} /> \n</td>\n</tr>\n<tr>\n<td></td>\n<td colspan=\"4\">\n<$reveal stateTitle={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} type=\"match\" text=\"open\" default=\"\">\n<table>\n<tbody>\n<tr><td><<lingo Colour/Heading>></td><td><$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/></td></tr>\n<tr><td><<lingo Icon/Heading>></td><td><$edit-text field=\"icon\" tag=\"input\" size=\"45\"/></td></tr>\n</tbody>\n</table>\n</$reveal>\n</td>\n</tr>\n</$list>\n<tr>\n<td></td>\n<td style=\"position:relative;\">\n{{$:/core/ui/UntaggedTemplate}}\n</td>\n<td>\n<small class=\"tc-menu-list-count\"><$count filter=\"[untagged[]!is[system]] -[tags[]]\"/></small>\n</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/TagTemplate": {
            "title": "$:/core/ui/TagTemplate",
            "text": "\\whitespace trim\n<span class=\"tc-tag-list-item\">\n<$set name=\"transclusion\" value=<<currentTiddler>>>\n<$macrocall $name=\"tag-pill-body\" tag=<<currentTiddler>> icon={{!!icon}} colour={{!!color}} palette={{$:/palette}} element-tag=\"\"\"$button\"\"\" element-attributes=\"\"\"popup=<<qualify \"$:/state/popup/tag\">> dragFilter='[all[current]tagging[]]' tag='span'\"\"\"/>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\" animate=\"yes\" class=\"tc-drop-down\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</$set>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]\" variable=\"listItem\"> \n<$transclude tiddler=<<listItem>>/> \n</$list>\n<hr>\n<$macrocall $name=\"list-tagged-draggable\" tag=<<currentTiddler>>/>\n</$reveal>\n</$set>\n</span>\n"
        },
        "$:/core/ui/TiddlerFieldTemplate": {
            "title": "$:/core/ui/TiddlerFieldTemplate",
            "text": "<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<listItem>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<listItem>>/>\n</td>\n</tr>"
        },
        "$:/core/ui/TiddlerFields": {
            "title": "$:/core/ui/TiddlerFields",
            "text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/TiddlerInfo": {
            "title": "$:/core/ui/TiddlerInfo",
            "text": "<div style=\"position:relative;\">\n<div class=\"tc-tiddler-controls\" style=\"position:absolute;right:0;\">\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"sticky\">\n<$button set=<<tiddlerInfoState>> setTo=\"\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=\"tc-btn-invisible\">\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n</div>\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]\" default={{$:/config/TiddlerInfo/Default}}/>\n"
        },
        "$:/core/ui/UntaggedTemplate": {
            "title": "$:/core/ui/UntaggedTemplate",
            "text": "\\define lingo-base() $:/language/SideBar/\n<$button popup=<<qualify \"$:/state/popup/tag\">> class=\"tc-btn-invisible tc-untagged-label tc-tag-label\">\n<<lingo Tags/Untagged/Caption>>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[untagged[]!is[system]] -[tags[]] +[sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate": {
            "title": "$:/core/ui/ViewTemplate",
            "text": "\\define folded-state()\n$:/state/folded/$(currentTiddler)$\n\\end\n\\define cancel-delete-tiddler-actions(message) <$action-sendmessage $message=\"tm-$message$-tiddler\"/>\n\\import [all[shadows+tiddlers]tag[$:/tags/Macro/View]!has[draft.of]]\n<$vars storyTiddler=<<currentTiddler>> tiddlerInfoState=<<qualify \"$:/state/popup/tiddler-info\">>><div data-tiddler-title=<<currentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-view-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[shadow]is[tiddler]then[tc-tiddler-overridden-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>>/></$list>\n</div>\n</$vars>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter": {
            "title": "$:/core/ui/AdvancedSearch/Filter",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/Filter/Caption}}",
            "text": "\\define lingo-base() $:/language/Search/\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch/input}!match{$:/temp/advancedsearch}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo Filter/Hint>>\n\n<div class=\"tc-search tc-advanced-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\" \n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\" type=\"search\" \n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\"[[$:/temp/advancedsearch]]\" firstSearchFilterField=\"text\" \n\t\tinputAcceptActions=<<input-accept-actions>> inputAcceptVariantActions=<<input-accept-variant-actions>> \n\t\tinputCancelActions=<<cancel-search-actions>>/>\n</$keyboard>\n</$keyboard>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch/FilterButton]!has[draft.of]]\"><$transclude/></$list>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\n<div class=\"tc-search-results\">\n<<lingo Filter/Matches>>\n<$list filter={{$:/temp/advancedsearch}}>\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n</div>\n</$set>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Shadows": {
            "title": "$:/core/ui/AdvancedSearch/Shadows",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/Shadows/Caption}}",
            "first-search-filter": "[all[shadows]search<userInput>sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]]",
            "text": "\\define lingo-base() $:/language/Search/\n\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\"/>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo Shadows/Hint>>\n\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\"\n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\" type=\"search\"\n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\"[[$:/core/ui/AdvancedSearch/Shadows]]\"\n\t\tinputCancelActions=<<cancel-search-actions>> inputAcceptActions=<<input-accept-actions>> \n\t\tinputAcceptVariantActions=<<input-accept-variant-actions>>  filterMinLength={{$:/config/Search/MinLength}}/>\n</$keyboard>\n</$keyboard>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[all[shadows]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo Shadows/Matches>>\n\n<$list filter=\"[all[shadows]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]]\">\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n\n</div>\n\n</$set>\n\n</$list>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Standard": {
            "title": "$:/core/ui/AdvancedSearch/Standard",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/Standard/Caption}}",
            "text": "\\define lingo-base() $:/language/Search/\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define next-search-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab/search-results/advancedsearch\" tag=\"$:/tags/SearchResults\" beforeafter=\"$beforeafter$\" defaultState={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/standard/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\"/>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo Standard/Hint>>\n\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$keyboard key=\"shift-alt-Right\" actions=<<next-search-tab>>>\n<$keyboard key=\"shift-alt-Left\" actions=<<next-search-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\"\n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\" type=\"search\"\n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} inputCancelActions=<<cancel-search-actions>> \n\t\tinputAcceptActions=<<input-accept-actions>> inputAcceptVariantActions=<<input-accept-variant-actions>> \n\t\tconfigTiddlerFilter=\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\"\n\t\tfilterMinLength={{$:/config/Search/MinLength}}/>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$vars userInput={{{ [[$:/temp/advancedsearch]get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}} searchListState=\"$:/temp/advancedsearch/selected-item\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude/>\n</$list>\n\"\"\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/standard/currentTab\" text=<<currentTab>>/>\"\"\" explicitState=\"$:/state/tab/search-results/advancedsearch\" />\n</$list>\n</$vars>\n</$list>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/System": {
            "title": "$:/core/ui/AdvancedSearch/System",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/System/Caption}}",
            "first-search-filter": "[is[system]search<userInput>sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]",
            "text": "\\define lingo-base() $:/language/Search/\n\\define set-next-input-tab(beforeafter:\"after\",stateTitle,tag,defaultState,currentTabTiddler) <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\"/>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo System/Hint>>\n\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\"\n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\"\n\t\ttype=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\"[[$:/core/ui/AdvancedSearch/System]]\"\n\t\tinputCancelActions=<<cancel-search-actions>> inputAcceptActions=<<input-accept-actions>> \n\t\tinputAcceptVariantActions=<<input-accept-variant-actions>> filterMinLength={{$:/config/Search/MinLength}}/>\n</$keyboard>\n</$keyboard>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[is[system]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo System/Matches>>\n\n<$list filter=\"[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]\">\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n\n</div>\n\n</$set>\n\n</$list>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\" />\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/filterDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</span>\n\n<$reveal state=<<qualify \"$:/state/filterDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher actions=\"\"\"<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text=<<navigateTo>>/><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text=<<navigateTo>>/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/><$action-sendmessage $message=\"tm-focus-selector\" $param='.tc-advanced-search input' />\"\"\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Filter]]\"><$link to={{!!filter}}><$transclude field=\"description\"/></$link>\n</$list>\n</div>\n</div>\n</$linkcatcher>\n</$set>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button popup=<<qualify \"$:/state/filterDeleteDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/delete-button}}\n</$button>\n</$reveal>\n\n<$reveal state=<<qualify \"$:/state/filterDeleteDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\nAre you sure you wish to delete <<resultCount>> tiddler(s)?\n</$set>\n</div>\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn\">\n<$action-deletetiddler $filter={{$:/temp/advancedsearch}}/>\nDelete these tiddlers\n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/export": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/export",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$macrocall $name=\"exportButton\" exportFilter={{$:/temp/advancedsearch}} lingoBase=\"$:/language/Buttons/ExportTiddlers/\"/>\n</$reveal>\n"
        },
        "$:/core/ui/Components/plugin-info": {
            "title": "$:/core/ui/Components/plugin-info",
            "text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n\\define popup-state-macro()\n$(qualified-state)$-$(currentTiddler)$\n\\end\n\n\\define tabs-state-macro()\n$(popup-state)$-$(pluginInfoType)$\n\\end\n\n\\define plugin-icon-title()\n$(currentTiddler)$/icon\n\\end\n\n\\define plugin-disable-title()\n$:/config/Plugins/Disabled/$(currentTiddler)$\n\\end\n\n\\define plugin-table-body(type,disabledMessage,default-popup-state)\n<div class=\"tc-plugin-info-chunk tc-plugin-info-toggle\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\" default=\"\"\"$default-popup-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/chevron-right}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\" default=\"\"\"$default-popup-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-icon\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<plugin-icon-title>>>\n<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\n</$transclude>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-description\">\n<h1>\n''<$text text={{{ [<currentTiddler>get[name]] ~[<currentTiddler>split[/]last[1]] }}}/>'': <$view field=\"description\"><$view field=\"title\"/></$view> $disabledMessage$\n</h1>\n<h2>\n<$view field=\"title\"/>\n</h2>\n<h2>\n<div><em><$view field=\"version\"/></em></div>\n</h2>\n</div>\n\\end\n\n\\define plugin-info(type,default-popup-state)\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info\">\n<<plugin-table-body type:\"$type$\" default-popup-state:\"\"\"$default-popup-state$\"\"\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info tc-plugin-info-disabled\">\n<<plugin-table-body type:\"$type$\" default-popup-state:\"\"\"$default-popup-state$\"\"\" disabledMessage:\"<$macrocall $name='lingo' title='Disabled/Status'/>\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>> default=\"\"\"$default-popup-state$\"\"\">\n<div class=\"tc-plugin-info-dropdown\">\n<div class=\"tc-plugin-info-dropdown-body\">\n<$list filter=\"[all[current]] -[[$:/core]]\">\n<div style=\"float:right;\">\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"yes\" tooltip={{$:/language/ControlPanel/Plugins/Disable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Disable/Caption}}>\n<<lingo Disable/Caption>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"no\" tooltip={{$:/language/ControlPanel/Plugins/Enable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Enable/Caption}}>\n<<lingo Enable/Caption>>\n</$button>\n</$reveal>\n</div>\n</$list>\n<$set name=\"tabsList\" filter=\"[<currentTiddler>list[]] contents\">\n<$macrocall $name=\"tabs\" state=<<tabs-state-macro>> tabsList=<<tabsList>> default={{{ [enlist<tabsList>] }}} template=\"$:/core/ui/PluginInfo\"/>\n</$set>\n</div>\n</div>\n</$reveal>\n</$set>\n\\end\n\n<$macrocall $name=\"plugin-info\" type=<<plugin-type>> default-popup-state=<<default-popup-state>>/>\n"
        },
        "$:/core/ui/Components/tag-link": {
            "title": "$:/core/ui/Components/tag-link",
            "text": "<$link>\n<$set name=\"backgroundColor\" value={{!!color}}>\n<span style=<<tag-styles>> class=\"tc-tag-label\">\n<$view field=\"title\" format=\"text\"/>\n</span>\n</$set>\n</$link>"
        },
        "$:/core/ui/AboveStory/tw2-plugin-check": {
            "title": "$:/core/ui/AboveStory/tw2-plugin-check",
            "tags": "$:/tags/AboveStory",
            "text": "\\define lingo-base() $:/language/AboveStory/ClassicPlugin/\n<$list filter=\"[all[system+tiddlers]tag[systemConfig]limit[1]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n<ul>\n\n<$list filter=\"[all[system+tiddlers]tag[systemConfig]]\">\n\n<li>\n\n<$link><$view field=\"title\"/></$link>\n\n</li>\n\n</$list>\n\n</ul>\n\n</div>\n\n</$list>\n"
        },
        "$:/core/ui/ControlPanel/Advanced": {
            "title": "$:/core/ui/ControlPanel/Advanced",
            "tags": "$:/tags/ControlPanel/Info",
            "caption": "{{$:/language/ControlPanel/Advanced/Caption}}",
            "text": "{{$:/language/ControlPanel/Advanced/Hint}}\n\n<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Advanced]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/TiddlerFields\" explicitState=\"$:/state/tab--959111941\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Appearance": {
            "title": "$:/core/ui/ControlPanel/Appearance",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Appearance/Caption}}",
            "text": "{{$:/language/ControlPanel/Appearance/Hint}}\n\n<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Appearance]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Theme\" explicitState=\"$:/state/tab--1963855381\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Basics": {
            "title": "$:/core/ui/ControlPanel/Basics",
            "tags": "$:/tags/ControlPanel/Info",
            "caption": "{{$:/language/ControlPanel/Basics/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Basics/\n\n\\define show-filter-count(filter)\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $value=\"\"\"$filter$\"\"\"/>\n<$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" $value=\"\"\"$filter$\"\"\"/>\n<$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/>\n<$action-setfield $tiddler=\"$:/state/tab--1498284803\" $value=\"$:/core/ui/AdvancedSearch/Filter\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=\".tc-advanced-search input\"/>\n''<$count filter=\"\"\"$filter$\"\"\"/>''\n{{$:/core/images/advanced-search-button}}\n</$button>\n\\end\n\n|<<lingo Version/Prompt>> |''<<version>>'' |\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/status/UserName\"><<lingo Username/Prompt>></$link> |<$edit-text tiddler=\"$:/status/UserName\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/AnimationDuration\"><<lingo AnimDuration/Prompt>></$link> |<$edit-text tiddler=\"$:/config/AnimationDuration\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\" class=\"tc-edit-texteditor\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n|<$link to=\"$:/language/DefaultNewTiddlerTitle\"><<lingo NewTiddler/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/language/DefaultNewTiddlerTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Title\"><<lingo NewJournal/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/config/NewJournal/Title\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Text\"><<lingo NewJournal/Text/Prompt>></$link> |<$edit tiddler=\"$:/config/NewJournal/Text\" tag=\"textarea\" class=\"tc-edit-texteditor\" default=\"\"/> |\n|<$link to=\"$:/config/NewTiddler/Tags\"><<lingo NewTiddler/Tags/Prompt>></$link> |<$vars currentTiddler=\"$:/config/NewTiddler/Tags\" tagField=\"text\">{{||$:/core/ui/EditTemplate/tags}}<$list filter=\"[<currentTiddler>tags[]] +[limit[1]]\" variable=\"ignore\"><$button tooltip={{$:/language/ControlPanel/Basics/RemoveTags/Hint}}><<lingo RemoveTags>><$action-listops $tiddler=<<currentTiddler>> $field=\"text\" $subfilter={{{ [<currentTiddler>get[tags]] }}}/><$action-setfield $tiddler=<<currentTiddler>> tags=\"\"/></$button></$list></$vars> |\n|<$link to=\"$:/config/NewJournal/Tags\"><<lingo NewJournal/Tags/Prompt>></$link> |<$vars currentTiddler=\"$:/config/NewJournal/Tags\" tagField=\"text\">{{||$:/core/ui/EditTemplate/tags}}<$list filter=\"[<currentTiddler>tags[]] +[limit[1]]\" variable=\"ignore\"><$button tooltip={{$:/language/ControlPanel/Basics/RemoveTags/Hint}}><<lingo RemoveTags>><$action-listops $tiddler=<<currentTiddler>> $field=\"text\" $subfilter={{{ [<currentTiddler>get[tags]] }}}/><$action-setfield $tiddler=<<currentTiddler>> tags=\"\"/></$button></$list></$vars> |\n|<$link to=\"$:/config/AutoFocus\"><<lingo AutoFocus/Prompt>></$link> |{{$:/snippets/minifocusswitcher}} |\n|<<lingo Language/Prompt>> |{{$:/snippets/minilanguageswitcher}} |\n|<<lingo Tiddlers/Prompt>> |<<show-filter-count \"[!is[system]sort[title]]\">> |\n|<<lingo Tags/Prompt>> |<<show-filter-count \"[tags[]sort[title]]\">> |\n|<<lingo SystemTiddlers/Prompt>> |<<show-filter-count \"[is[system]sort[title]]\">> |\n|<<lingo ShadowTiddlers/Prompt>> |<<show-filter-count \"[all[shadows]sort[title]]\">> |\n|<<lingo OverriddenShadowTiddlers/Prompt>> |<<show-filter-count \"[is[tiddler]is[shadow]sort[title]]\">> |\n"
        },
        "$:/core/ui/ControlPanel/Info": {
            "title": "$:/core/ui/ControlPanel/Info",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Info/Caption}}",
            "text": "{{$:/language/ControlPanel/Info/Hint}}\n\n<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Info]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Basics\" explicitState=\"$:/state/tab--2112689675\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/KeyboardShortcuts": {
            "title": "$:/core/ui/ControlPanel/KeyboardShortcuts",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/KeyboardShortcuts/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/KeyboardShortcuts/\n\n\\define new-shortcut(title)\n<div class=\"tc-dropdown-item-plain\">\n<$edit-shortcut tiddler=\"$title$\" placeholder={{$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt}} focus=\"true\" style=\"width:auto;\"/> <$button>\n<<lingo Add/Caption>>\n<$action-listops\n\t$tiddler=\"$(shortcutTitle)$\"\n\t$field=\"text\"\n\t$subfilter=\"[{$title$}]\"\n/>\n<$action-deletetiddler\n\t$tiddler=\"$title$\"\n/>\n</$button>\n</div>\n\\end\n\n\\define shortcut-list-item(caption)\n<td>\n</td>\n<td style=\"text-align:right;font-size:0.7em;\">\n<<lingo Platform/$caption$>>\n</td>\n<td>\n<div style=\"position:relative;\">\n<$button popup=<<qualify \"$:/state/dropdown/$(shortcutTitle)$\">> class=\"tc-btn-invisible\">\n{{$:/core/images/edit-button}}\n</$button>\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts={{$(shortcutTitle)$}} prefix=\"<kbd>\" separator=\"</kbd> <kbd>\" suffix=\"</kbd>\"/>\n\n<$reveal state=<<qualify \"$:/state/dropdown/$(shortcutTitle)$\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown tc-popup-keep\">\n<$list filter=\"[list[$(shortcutTitle)$!!text]sort[title]]\" variable=\"shortcut\" emptyMessage=\"\"\"\n<div class=\"tc-dropdown-item-plain\">\n//<<lingo NoShortcuts/Caption>>//\n</div>\n\"\"\">\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint}}>\n<$action-listops\n\t$tiddler=\"$(shortcutTitle)$\"\n\t$field=\"text\"\n\t$subfilter=\"+[remove<shortcut>]\"\n/>\n<small>{{$:/core/images/close-button}}</small>\n</$button>\n<kbd>\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts=<<shortcut>>/>\n</kbd>\n</div>\n</$list>\n<hr/>\n<$macrocall $name=\"new-shortcut\" title=<<qualify \"$:/state/new-shortcut/$(shortcutTitle)$\">>/>\n</div>\n</div>\n</$reveal>\n</div>\n</td>\n\\end\n\n\\define shortcut-list(caption,prefix)\n<tr>\n<$list filter=\"[[$prefix$$(shortcutName)$]]\" variable=\"shortcutTitle\">\n<<shortcut-list-item \"$caption$\">>\n</$list>\n</tr>\n\\end\n\n\\define shortcut-editor()\n<<shortcut-list \"All\" \"$:/config/shortcuts/\">>\n<<shortcut-list \"Mac\" \"$:/config/shortcuts-mac/\">>\n<<shortcut-list \"NonMac\" \"$:/config/shortcuts-not-mac/\">>\n<<shortcut-list \"Linux\" \"$:/config/shortcuts-linux/\">>\n<<shortcut-list \"NonLinux\" \"$:/config/shortcuts-not-linux/\">>\n<<shortcut-list \"Windows\" \"$:/config/shortcuts-windows/\">>\n<<shortcut-list \"NonWindows\" \"$:/config/shortcuts-not-windows/\">>\n\\end\n\n\\define shortcut-preview()\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts={{$(shortcutPrefix)$$(shortcutName)$}} prefix=\"<kbd>\" separator=\"</kbd> <kbd>\" suffix=\"</kbd>\"/>\n\\end\n\n\\define shortcut-item-inner()\n<tr>\n<td>\n<$reveal type=\"nomatch\" state=<<dropdownStateTitle>> text=\"open\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield\n\t$tiddler=<<dropdownStateTitle>>\n\t$value=\"open\"\n/>\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<dropdownStateTitle>> text=\"open\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield\n\t$tiddler=<<dropdownStateTitle>>\n\t$value=\"close\"\n/>\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n''<$text text=<<shortcutName>>/>''\n</td>\n<td>\n<$transclude tiddler=\"$:/config/ShortcutInfo/$(shortcutName)$\"/>\n</td>\n<td>\n<$list filter=\"$:/config/shortcuts/ $:/config/shortcuts-mac/ $:/config/shortcuts-not-mac/ $:/config/shortcuts-linux/ $:/config/shortcuts-not-linux/ $:/config/shortcuts-windows/ $:/config/shortcuts-not-windows/\" variable=\"shortcutPrefix\">\n<<shortcut-preview>>\n</$list>\n</td>\n</tr>\n<$set name=\"dropdownState\" value={{$(dropdownStateTitle)$}}>\n<$list filter=\"[<dropdownState>match[open]]\" variable=\"listItem\">\n<<shortcut-editor>>\n</$list>\n</$set>\n\\end\n\n\\define shortcut-item()\n<$set name=\"dropdownStateTitle\" value=<<qualify \"$:/state/dropdown/keyboardshortcut/$(shortcutName)$\">>>\n<<shortcut-item-inner>>\n</$set>\n\\end\n\n<table>\n<tbody>\n<$list filter=\"[all[shadows+tiddlers]removeprefix[$:/config/ShortcutInfo/]]\" variable=\"shortcutName\">\n<<shortcut-item>>\n</$list>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/ControlPanel/LoadedModules": {
            "title": "$:/core/ui/ControlPanel/LoadedModules",
            "tags": "$:/tags/ControlPanel/Advanced",
            "caption": "{{$:/language/ControlPanel/LoadedModules/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/\n<<lingo LoadedModules/Hint>>\n\n{{$:/snippets/modules}}\n"
        },
        "$:/core/ui/ControlPanel/Palette": {
            "title": "$:/core/ui/ControlPanel/Palette",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/Palette/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Palette/\n\n{{$:/snippets/paletteswitcher}}\n\n<$reveal type=\"nomatch\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"yes\"><<lingo ShowEditor/Caption>></$button>\n\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"no\"><<lingo HideEditor/Caption>></$button>\n{{$:/PaletteManager}}\n\n</$reveal>\n\n"
        },
        "$:/core/ui/ControlPanel/Parsing": {
            "title": "$:/core/ui/ControlPanel/Parsing",
            "tags": "$:/tags/ControlPanel/Advanced",
            "caption": "{{$:/language/ControlPanel/Parsing/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Parsing/\n\n\\define toggle(Type)\n<$checkbox\ntiddler=\"\"\"$:/config/WikiParserRules/$Type$/$(rule)$\"\"\"\nfield=\"text\"\nchecked=\"enable\"\nunchecked=\"disable\"\ndefault=\"enable\">\n<<rule>>\n</$checkbox>\n\\end\n\n\\define rules(type,Type)\n<$list filter=\"[wikiparserrules[$type$]]\" variable=\"rule\">\n<dd><<toggle $Type$>></dd>\n</$list>\n\\end\n\n<<lingo Hint>>\n\n<dl>\n<dt><<lingo Pragma/Caption>></dt>\n<<rules pragma Pragma>>\n<dt><<lingo Inline/Caption>></dt>\n<<rules inline Inline>>\n<dt><<lingo Block/Caption>></dt>\n<<rules block Block>>\n</dl>"
        },
        "$:/core/ui/ControlPanel/Plugins": {
            "title": "$:/core/ui/ControlPanel/Plugins",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Plugins/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n\\define plugin-table(type)\n<$set name=\"plugin-type\" value=\"\"\"$type$\"\"\">\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n<$list filter=\"[!has[draft.of]plugin-type[$type$]sort[name]]\" emptyMessage=<<lingo \"Empty/Hint\">> template=\"$:/core/ui/Components/plugin-info\"/>\n</$set>\n</$set>\n\\end\n\n{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}\n\n<<lingo Installed/Hint>>\n\n<$macrocall $name=\"tabs\" tabsList=\"[[$:/core/ui/ControlPanel/Plugins/Installed/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Installed/Themes]] [[$:/core/ui/ControlPanel/Plugins/Installed/Languages]]\" default=\"$:/core/ui/ControlPanel/Plugins/Installed/Plugins\" explicitState=\"$:/state/tab--86143343\"/>\n"
        },
        "$:/core/ui/ControlPanel/Saving": {
            "title": "$:/core/ui/ControlPanel/Saving",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Saving/Caption}}",
            "text": "{{$:/language/ControlPanel/Saving/Hint}}\n\n<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Saving]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Saving/General\" explicitState=\"$:/state/tab-2065006209\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Settings": {
            "title": "$:/core/ui/ControlPanel/Settings",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Settings/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/\n\n<<lingo Hint>>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]\">\n\n<div style=\"border-top:1px solid #eee;\">\n\n!! <$link><$transclude field=\"caption\"/></$link>\n\n<$transclude/>\n\n</div>\n\n</$list>\n"
        },
        "$:/core/ui/ControlPanel/StoryView": {
            "title": "$:/core/ui/ControlPanel/StoryView",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/StoryView/Caption}}",
            "text": "{{$:/snippets/viewswitcher}}\n"
        },
        "$:/core/ui/ControlPanel/Stylesheets": {
            "title": "$:/core/ui/ControlPanel/Stylesheets",
            "tags": "$:/tags/ControlPanel/Advanced",
            "caption": "{{$:/language/ControlPanel/Stylesheets/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/\n\n<<lingo Stylesheets/Hint>>\n\n{{$:/snippets/peek-stylesheets}}\n"
        },
        "$:/core/ui/ControlPanel/Theme": {
            "title": "$:/core/ui/ControlPanel/Theme",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/Theme/Caption}}",
            "text": "{{$:/snippets/themeswitcher}}\n"
        },
        "$:/core/ui/ControlPanel/TiddlerFields": {
            "title": "$:/core/ui/ControlPanel/TiddlerFields",
            "tags": "$:/tags/ControlPanel/Advanced",
            "caption": "{{$:/language/ControlPanel/TiddlerFields/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/\n\n<<lingo TiddlerFields/Hint>>\n\n{{$:/snippets/allfields}}"
        },
        "$:/core/ui/ControlPanel/Toolbars": {
            "title": "$:/core/ui/ControlPanel/Toolbars",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/Toolbars/Caption}}",
            "text": "{{$:/language/ControlPanel/Toolbars/Hint}}\n\n<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Toolbars]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Toolbars/ViewToolbar\" class=\"tc-vertical\" explicitState=\"$:/state/tabs/controlpanel/toolbars-1345989671\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/EditorTypes": {
            "title": "$:/core/ui/ControlPanel/EditorTypes",
            "tags": "$:/tags/ControlPanel/Advanced",
            "caption": "{{$:/language/ControlPanel/EditorTypes/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/EditorTypes/\n\n<<lingo Hint>>\n\n<table>\n<tbody>\n<tr>\n<th><<lingo Type/Caption>></th>\n<th><<lingo Editor/Caption>></th>\n</tr>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/config/EditorTypeMappings/]sort[title]]\">\n<tr>\n<td>\n<$link>\n<$list filter=\"[all[current]removeprefix[$:/config/EditorTypeMappings/]]\">\n<$text text={{!!title}}/>\n</$list>\n</$link>\n</td>\n<td>\n<$view field=\"text\"/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/ControlPanel/Modals/AddPlugins": {
            "title": "$:/core/ui/ControlPanel/Modals/AddPlugins",
            "subtitle": "{{$:/core/images/download-button}} {{$:/language/ControlPanel/Plugins/Add/Caption}}",
            "text": "\\define install-plugin-actions()\n<$action-sendmessage $message=\"tm-load-plugin-from-library\" url={{!!url}} title={{$(assetInfo)$!!original-title}}/>\n<$set name=\"url\" value={{!!url}}>\n<$set name=\"currentTiddler\" value=<<assetInfo>>>\n<$list filter=\"[enlist{!!dependents}] [{!!parent-plugin}] +[sort[name]]\" variable=\"dependency\">\n<$action-sendmessage $message=\"tm-load-plugin-from-library\" url=<<url>> title=<<dependency>>/>\n</$list>\n</$set>\n</$set>\n\\end\n\n\\define install-plugin-button()\n<div>\n<$set name=\"libraryVersion\" value={{{ [<assetInfo>get[version]] }}}>\n<$set name=\"installedVersion\" value={{{ [<assetInfo>get[original-title]get[version]] }}}>\n<$set name=\"reinstall-type\" value={{{ [<libraryVersion>compare:version:eq<installedVersion>then[tc-reinstall]] [<libraryVersion>compare:version:gt<installedVersion>then[tc-reinstall-upgrade]] [<libraryVersion>compare:version:lt<installedVersion>then[tc-reinstall-downgrade]] }}}>\n<$button actions=<<install-plugin-actions>> class={{{ [<assetInfo>get[original-title]has[version]then<reinstall-type>] tc-btn-invisible tc-install-plugin +[join[ ]] }}}>\n{{$:/core/images/download-button}}\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"ignore\" emptyMessage=\"{{$:/language/ControlPanel/Plugins/Install/Caption}}\">\n<$list filter=\"[<libraryVersion>compare:version:gt<installedVersion>]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$list filter=\"[<libraryVersion>compare:version:lt<installedVersion>]\" variable=\"ignore\" emptyMessage=\"{{$:/language/ControlPanel/Plugins/Reinstall/Caption}}\">\n{{$:/language/ControlPanel/Plugins/Downgrade/Caption}}\n</$list>\n\"\"\">\n{{$:/language/ControlPanel/Plugins/Update/Caption}}\n</$list>\n</$list>\n</$button>\n<div>\n</div>\n<$reveal stateTitle=<<assetInfo>> stateField=\"requires-reload\" type=\"match\" text=\"yes\">{{$:/language/ControlPanel/Plugins/PluginWillRequireReload}}</$reveal>\n</$set>\n</$set>\n</$set>\n</div>\n\\end\n\n\\define popup-state-macro()\n$:/state/add-plugin-info/$(connectionTiddler)$/$(assetInfo)$\n\\end\n\n\\define display-plugin-info(type)\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<div class=\"tc-plugin-info\">\n<div class=\"tc-plugin-info-chunk tc-plugin-info-toggle\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/chevron-right}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-icon\">\n<$list filter=\"[<assetInfo>has[icon]]\" emptyMessage=\"\"\"<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\"\"\">\n<img src={{$(assetInfo)$!!icon}}/>\n</$list>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-description\">\n<h1><strong><$text text={{{ [<assetInfo>get[name]] ~[<assetInfo>get[original-title]split[/]last[1]] }}}/></strong>: <$view tiddler=<<assetInfo>> field=\"description\"/></h1>\n<h2><$view tiddler=<<assetInfo>> field=\"original-title\"/></h2>\n<div><em><$view tiddler=<<assetInfo>> field=\"version\"/></em></div>\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"installedVersion\"><div><em>{{$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint}}</em></div></$list>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-buttons\">\n<<install-plugin-button>>\n</div>\n</div>\n<$set name=\"original-title\" value={{{ [<assetInfo>get[original-title]] }}}>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>>>\n<div class=\"tc-plugin-info-dropdown\">\n<$list filter=\"[enlist{!!dependents}] [<currentTiddler>get[parent-plugin]] +[limit[1]] ~[<assetInfo>get[original-title]!is[tiddler]]\" variable=\"ignore\">\n<div class=\"tc-plugin-info-dropdown-message\">\n<$list filter=\"[<assetInfo>get[original-title]!is[tiddler]]\">\n{{$:/language/ControlPanel/Plugins/NotInstalled/Hint}}\n</$list>\n<$set name=\"currentTiddler\" value=<<assetInfo>>>\n<$list filter=\"[enlist{!!dependents}] [<currentTiddler>get[parent-plugin]] +[limit[1]]\" variable=\"ignore\">\n<div>\n{{$:/language/ControlPanel/Plugins/AlsoRequires}}\n<$list filter=\"[enlist{!!dependents}] [{!!parent-plugin}] +[sort[name]]\" variable=\"dependency\">\n<$text text=<<dependency>>/>\n</$list>\n</div>\n</$list>\n</$set>\n</div>\n</$list>\n<div class=\"tc-plugin-info-dropdown-body\">\n<$transclude tiddler=<<assetInfo>> field=\"readme\" mode=\"block\"/>\n</div>\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>limit[1]]\" variable=\"ignore\">\n<div class=\"tc-plugin-info-sub-plugins\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>sort[name]]\" variable=\"assetInfo\">\n<<display-plugin-info \"$type$\">>\n</$list>\n</div>\n</$list>\n</div>\n</$reveal>\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>limit[1]]\" variable=\"ignore\">\n<$reveal type=\"nomatch\" text=\"yes\" state=<<popup-state>> tag=\"div\" class=\"tc-plugin-info-sub-plugin-indicator\">\n<$wikify name=\"count\" text=\"\"\"<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>]\"/>\"\"\">\n<$button class=\"tc-btn-invisible\" set=<<popup-state>> setTo=\"yes\">\n{{$:/language/ControlPanel/Plugins/SubPluginPrompt}}\n</$button>\n</$wikify>\n</$reveal>\n</$list>\n</$set>\n</$set>\n\\end\n\n\\define load-plugin-library-button()\n<$list filter=\"[<currentTiddler>get[enabled]else[yes]match[yes]]\" variable=\"ignore\">\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-load-plugin-library\" url={{!!url}} infoTitlePrefix=\"$:/temp/RemoteAssetInfo/\"/>\n{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Plugins/OpenPluginLibrary}}\n</$button>\n</$list>\n\\end\n\n\\define display-server-assets(type)\n{{$:/language/Search/Search}}: <$edit-text tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" default=\"\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n<div class=\"tc-plugin-library-listing\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]search:author,description,original-title,readme,title{$:/temp/RemoteAssetSearch/$(currentTiddler)$}sort[name]]\" variable=\"assetInfo\">\n<$list filter=\"[[$:/temp/RemoteAssetSearch/$(currentTiddler)$]has[text]] ~[<assetInfo>!has[parent-plugin]]\" variable=\"ignore\"><!-- Hide sub-plugins if we're not searching -->\n<<display-plugin-info \"$type$\">>\n</$list>\n</$list>\n</div>\n\\end\n\n\\define display-server-connection()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/ServerConnection]suffix{!!url}]\" variable=\"connectionTiddler\" emptyMessage=<<load-plugin-library-button>>>\n\n<$set name=\"transclusion\" value=<<connectionTiddler>>>\n\n<<tabs \"[[$:/core/ui/ControlPanel/Plugins/Add/Updates]] [[$:/core/ui/ControlPanel/Plugins/Add/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Add/Themes]] [[$:/core/ui/ControlPanel/Plugins/Add/Languages]]\" \"$:/core/ui/ControlPanel/Plugins/Add/Plugins\">>\n\n</$set>\n\n</$list>\n\\end\n\n\\define close-library-button()\n<$reveal type='nomatch' state='$:/temp/ServerConnection/$(PluginLibraryURL)$' text=''>\n<$button class='tc-btn-big-green'>\n<$action-sendmessage $message=\"tm-unload-plugin-library\" url={{!!url}}/>\n{{$:/core/images/chevron-left}} {{$:/language/ControlPanel/Plugins/ClosePluginLibrary}}\n<$action-deletetiddler $filter=\"[prefix[$:/temp/ServerConnection/$(PluginLibraryURL)$]][prefix[$:/temp/RemoteAssetInfo/$(PluginLibraryURL)$]]\"/>\n</$button>\n</$reveal>\n\\end\n\n\\define plugin-library-listing()\n<div class=\"tc-tab-set\">\n<$set name=\"defaultTab\" value={{{ [all[tiddlers+shadows]tag[$:/tags/PluginLibrary]] }}}>\n<div class=\"tc-tab-buttons\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\">\n<$button set=<<qualify \"$:/state/addplugins/tab\">> setTo=<<currentTiddler>> default=<<defaultTab>> selectedClass=\"tc-tab-selected\">\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude field=\"caption\"/>\n</$set>\n</$button>\n</$list>\n</div>\n<div class=\"tc-tab-divider\"/>\n<div class=\"tc-tab-content\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\">\n<$reveal type=\"match\" state=<<qualify \"$:/state/addplugins/tab\">> text=<<currentTiddler>> default=<<defaultTab>>>\n<h2><$link><$transclude field=\"caption\"><$view field=\"title\"/></$transclude></$link></h2>\n//<$view field=\"url\"/>//\n<$transclude mode=\"block\"/>\n<$set name=PluginLibraryURL value={{!!url}}>\n<<close-library-button>>\n</$set>\n<<display-server-connection>>\n</$reveal>\n</$list>\n</div>\n</$set>\n</div>\n\\end\n\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<div>\n<<plugin-library-listing>>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Saving/General": {
            "title": "$:/core/ui/ControlPanel/Saving/General",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/General/Caption}}",
            "list-before": "",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/\n\n{{$:/language/ControlPanel/Saving/General/Hint}}\n\n!! <$link to=\"$:/config/AutoSave\"><<lingo AutoSave/Caption>></$link>\n\n<<lingo AutoSave/Hint>>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"yes\"> <<lingo AutoSave/Enabled/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"no\"> <<lingo AutoSave/Disabled/Description>> </$radio>\n"
        },
        "$:/core/ui/ControlPanel/Saving/GitLab": {
            "title": "$:/core/ui/ControlPanel/Saving/GitLab",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/GitService/GitLab/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\n\\define service-name() ~GitLab\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/GitLab/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo GitLab/Password>> |<$password name=\"gitlab\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/GitLab/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/GitLab/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/GitLab/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/GitLab/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$edit-text tiddler=\"$:/GitLab/ServerURL\" default=\"https://gitlab.com/api/v4\" tag=\"input\"/> |"
        },
        "$:/core/ui/ControlPanel/Saving/TiddlySpot": {
            "title": "$:/core/ui/ControlPanel/Saving/TiddlySpot",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/TiddlySpot/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/TiddlySpot/\n\n\\define siteURL(path)\nhttp://$(userName)$.tiddlyspot.com/$path$/\n\\end\n\\define siteLink(path)\n<$reveal type=\"nomatch\" state=\"$:/UploadName\" text=\"\">\n<$set name=\"userName\" value={{$:/UploadName}}>\n<$reveal type=\"match\" state=\"$:/UploadURL\" text=\"\">\n<<siteURL $path$>>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/UploadURL\" text=\"\">\n<$macrocall $name=resolvePath source={{$:/UploadBackupDir}} root={{$:/UploadURL}}>>\n</$reveal>\n</$set>\n</$reveal>\n\\end\n\n<div class=\"tc-message-box\">\n\n<<lingo ReadOnly>>\n\n</div>\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/UploadName\" default=\"\" tag=\"input\"/> |\n|<<lingo Password>> |<$password name=\"upload\"/> |\n|<<lingo Backups>> |<<siteLink backup>> |\n|<<lingo ControlPanel>> |<<siteLink controlpanel>> |\n\n''<<lingo Advanced/Heading>>''\n\n|<<lingo ServerURL>>  |<$edit-text tiddler=\"$:/UploadURL\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/UploadFilename\" default=\"index.html\" tag=\"input\"/> |\n|<<lingo UploadDir>> |<$edit-text tiddler=\"$:/UploadDir\" default=\".\" tag=\"input\"/> |\n|<<lingo BackupDir>> |<$edit-text tiddler=\"$:/UploadBackupDir\" default=\".\" tag=\"input\"/> |\n\n<<lingo TiddlySpot/Hint>>\n"
        },
        "$:/core/ui/ControlPanel/Saving/Gitea": {
            "title": "$:/core/ui/ControlPanel/Saving/Gitea",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/GitService/Gitea/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\n\\define service-name() ~Gitea\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/Gitea/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo Gitea/Password>> |<$password name=\"Gitea\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/Gitea/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/Gitea/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/Gitea/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/Gitea/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$edit-text tiddler=\"$:/Gitea/ServerURL\" default=\"https://gitea/api/v1\" tag=\"input\"/> |\n"
        },
        "$:/core/ui/ControlPanel/Saving/DownloadSaver": {
            "title": "$:/core/ui/ControlPanel/Saving/DownloadSaver",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/DownloadSaver/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/DownloadSaver/\n\n<<lingo Hint>>\n\n!! <$link to=\"$:/config/DownloadSaver/AutoSave\"><<lingo AutoSave/Hint>></$link>\n\n<$checkbox tiddler=\"$:/config/DownloadSaver/AutoSave\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <<lingo AutoSave/Description>> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Saving/GitHub": {
            "title": "$:/core/ui/ControlPanel/Saving/GitHub",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/GitService/GitHub/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\n\\define service-name() ~GitHub\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/GitHub/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo GitHub/Password>> |<$password name=\"github\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/GitHub/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/GitHub/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/GitHub/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/GitHub/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$edit-text tiddler=\"$:/GitHub/ServerURL\" default=\"https://api.github.com\" tag=\"input\"/> |"
        },
        "$:/core/ui/ControlPanel/Plugins/AddPlugins": {
            "title": "$:/core/ui/ControlPanel/Plugins/AddPlugins",
            "text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n<$button message=\"tm-modal\" param=\"$:/core/ui/ControlPanel/Modals/AddPlugins\" tooltip={{$:/language/ControlPanel/Plugins/Add/Hint}} class=\"tc-btn-big-green tc-primary-btn\">\n{{$:/core/images/download-button}} <<lingo Add/Caption>>\n</$button>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Languages": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Languages",
            "caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[language]]\"/>)",
            "text": "<<display-server-assets language>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Plugins": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}}  (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[plugin]]\"/>)",
            "text": "<<display-server-assets plugin>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Themes": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Themes",
            "caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}}  (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[theme]]\"/>)",
            "text": "<<display-server-assets theme>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Updates": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Updates",
            "caption": "<$importvariables filter=\"$:/core/ui/ControlPanel/Plugins/Add/Updates\">{{$:/language/ControlPanel/Plugins/Updates/Caption}} (<<update-count>>)</$importvariables>",
            "text": "\\define each-updateable-plugin(body)\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}sort[title]]\" variable=\"assetInfo\">\n<$set name=\"libraryVersion\" value={{{ [<assetInfo>get[version]] }}}>\n<$list filter=\"[<assetInfo>get[original-title]has[version]!version<libraryVersion>]\" variable=\"ignore\">\n<$set name=\"installedVersion\" value={{{ [<assetInfo>get[original-title]get[version]] }}}>\n<$list filter=\"[<installedversion>!match<libraryVersion>]\" variable=\"ignore\">\n$body$\n</$list>\n</$set>\n</$list>\n</$set>\n</$list>\n\\end\n\n\\define update-all-actions()\n<$macrocall $name=\"each-updateable-plugin\" body=\"\"\"\n<<install-plugin-actions>>\n\"\"\"/>\n\\end\n\n\\define update-count()\n<$wikify name=\"count-filter\" text=<<each-updateable-plugin \"&#91;&#91;<$text text=<<assetInfo>>/>]]\">>><$count filter=<<count-filter>>/></$wikify>\n\\end\n\n<$button actions=<<update-all-actions>> class=\"tc-btn-invisible tc-install-plugin tc-reinstall-upgrade\">\n{{$:/core/images/download-button}} {{||$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption}}\n</$button>\n\n<div class=\"tc-plugin-library-listing\">\n<$macrocall $name=\"each-updateable-plugin\" body=\"\"\"\n<$macrocall $name=\"display-plugin-info\" type={{{ [<assetInfo>get[original-plugin-type]] }}}/>\n\"\"\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Installed/Languages": {
            "title": "$:/core/ui/ControlPanel/Plugins/Installed/Languages",
            "caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[language]]\"/>)",
            "text": "<<plugin-table language>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Installed/Plugins": {
            "title": "$:/core/ui/ControlPanel/Plugins/Installed/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[plugin]]\"/>)",
            "text": "<<plugin-table plugin>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Installed/Themes": {
            "title": "$:/core/ui/ControlPanel/Plugins/Installed/Themes",
            "caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[theme]]\"/>)",
            "text": "<<plugin-table theme>>\n"
        },
        "$:/core/ui/ControlPanel/Settings/CamelCase": {
            "title": "$:/core/ui/ControlPanel/Settings/CamelCase",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/CamelCase/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/CamelCase/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/WikiParserRules/Inline/wikilink\" field=\"text\" checked=\"enable\" unchecked=\"disable\" default=\"enable\"> <$link to=\"$:/config/WikiParserRules/Inline/wikilink\"><<lingo Description>></$link> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Settings/DefaultSidebarTab": {
            "title": "$:/core/ui/ControlPanel/Settings/DefaultSidebarTab",
            "caption": "{{$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption}}",
            "tags": "$:/tags/ControlPanel/Settings",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/DefaultSidebarTab/\n\n<$link to=\"$:/config/DefaultSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n"
        },
        "$:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab": {
            "title": "$:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab",
            "caption": "{{$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption}}",
            "tags": "$:/tags/ControlPanel/Settings",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/DefaultMoreSidebarTab/\n\n<$link to=\"$:/config/DefaultMoreSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultMoreSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n"
        },
        "$:/core/ui/ControlPanel/Settings/EditorToolbar": {
            "title": "$:/core/ui/ControlPanel/Settings/EditorToolbar",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/EditorToolbar/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/EditorToolbar/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/TextEditor/EnableToolbar\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/TextEditor/EnableToolbar\"><<lingo Description>></$link> </$checkbox>\n\n"
        },
        "$:/core/ui/ControlPanel/Settings/LinkToBehaviour": {
            "title": "$:/core/ui/ControlPanel/Settings/LinkToBehaviour",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/LinkToBehaviour/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/LinkToBehaviour/\n\n<$link to=\"$:/config/Navigation/openLinkFromInsideRiver\"><<lingo \"InsideRiver/Hint\">></$link>\n\n<$select tiddler=\"$:/config/Navigation/openLinkFromInsideRiver\">\n  <option value=\"above\"><<lingo \"OpenAbove\">></option>\n  <option value=\"below\"><<lingo \"OpenBelow\">></option>\n  <option value=\"top\"><<lingo \"OpenAtTop\">></option>\n  <option value=\"bottom\"><<lingo \"OpenAtBottom\">></option>\n</$select>\n\n<$link to=\"$:/config/Navigation/openLinkFromOutsideRiver\"><<lingo \"OutsideRiver/Hint\">></$link>\n\n<$select tiddler=\"$:/config/Navigation/openLinkFromOutsideRiver\">\n  <option value=\"top\"><<lingo \"OpenAtTop\">></option>\n  <option value=\"bottom\"><<lingo \"OpenAtBottom\">></option>\n</$select>\n"
        },
        "$:/core/ui/ControlPanel/Settings/MissingLinks": {
            "title": "$:/core/ui/ControlPanel/Settings/MissingLinks",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/MissingLinks/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/MissingLinks/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/MissingLinks\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/MissingLinks\"><<lingo Description>></$link> </$checkbox>\n\n"
        },
        "$:/core/ui/ControlPanel/Settings/NavigationAddressBar": {
            "title": "$:/core/ui/ControlPanel/Settings/NavigationAddressBar",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/NavigationAddressBar/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationAddressBar/\n\n<$link to=\"$:/config/Navigation/UpdateAddressBar\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permaview\"> <<lingo Permaview/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permalink\"> <<lingo Permalink/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
        },
        "$:/core/ui/ControlPanel/Settings/InfoPanelMode": {
            "title": "$:/core/ui/ControlPanel/Settings/InfoPanelMode",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/InfoPanelMode/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/InfoPanelMode/\n<$link to=\"$:/config/TiddlerInfo/Mode\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/TiddlerInfo/Mode\" value=\"popup\"> <<lingo Popup/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/TiddlerInfo/Mode\" value=\"sticky\"> <<lingo Sticky/Description>> </$radio>\n"
        },
        "$:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode": {
            "title": "$:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationPermalinkviewMode/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Navigation/Permalinkview/CopyToClipboard\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Navigation/Permalinkview/CopyToClipboard\"><<lingo CopyToClipboard/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Navigation/Permalinkview/UpdateAddressBar\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Navigation/Permalinkview/UpdateAddressBar\"><<lingo UpdateAddressBar/Description>></$link> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Settings/PerformanceInstrumentation": {
            "title": "$:/core/ui/ControlPanel/Settings/PerformanceInstrumentation",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/PerformanceInstrumentation/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Performance/Instrumentation\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Performance/Instrumentation\"><<lingo Description>></$link> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Settings/NavigationHistory": {
            "title": "$:/core/ui/ControlPanel/Settings/NavigationHistory",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/NavigationHistory/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationHistory/\n<$link to=\"$:/config/Navigation/UpdateHistory\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
        },
        "$:/core/ui/ControlPanel/Settings/TitleLinks": {
            "title": "$:/core/ui/ControlPanel/Settings/TitleLinks",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/TitleLinks/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/TitleLinks/\n<$link to=\"$:/config/Tiddlers/TitleLinks\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Tiddlers/TitleLinks\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Tiddlers/TitleLinks\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
        },
        "$:/core/ui/ControlPanel/Settings/ToolbarButtonStyle": {
            "title": "$:/core/ui/ControlPanel/Settings/ToolbarButtonStyle",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtonStyle/\n<$link to=\"$:/config/Toolbar/ButtonClass\"><<lingo \"Hint\">></$link>\n\n<$select tiddler=\"$:/config/Toolbar/ButtonClass\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ToolbarButtonStyle]]\">\n<option value={{!!text}}>{{!!caption}}</option>\n</$list>\n</$select>\n"
        },
        "$:/core/ui/ControlPanel/Settings/ToolbarButtons": {
            "title": "$:/core/ui/ControlPanel/Settings/ToolbarButtons",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/ToolbarButtons/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtons/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Icons\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Toolbar/Icons\"><<lingo Icons/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Text\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Toolbar/Text\"><<lingo Text/Description>></$link> </$checkbox>\n"
        },
        "$:/core/buttonstyles/Boxed": {
            "title": "$:/core/buttonstyles/Boxed",
            "tags": "$:/tags/ToolbarButtonStyle",
            "caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed}}",
            "text": "tc-btn-boxed"
        },
        "$:/core/buttonstyles/Rounded": {
            "title": "$:/core/buttonstyles/Rounded",
            "tags": "$:/tags/ToolbarButtonStyle",
            "caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded}}",
            "text": "tc-btn-rounded"
        },
        "$:/core/buttonstyles/Borderless": {
            "title": "$:/core/buttonstyles/Borderless",
            "tags": "$:/tags/ToolbarButtonStyle",
            "caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless}}",
            "text": "tc-btn-invisible"
        },
        "$:/core/ui/ControlPanel/Toolbars/EditToolbar": {
            "title": "$:/core/ui/ControlPanel/Toolbars/EditToolbar",
            "tags": "$:/tags/ControlPanel/Toolbars",
            "caption": "{{$:/language/ControlPanel/Toolbars/EditToolbar/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/EditToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/EditToolbar/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/EditToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>"
        },
        "$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate": {
            "title": "$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate",
            "text": "\\define config-title()\n$(config-base)$$(currentTiddler)$\n\\end\n\n<$draggable tiddler=<<currentTiddler>>>\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <span class=\"tc-icon-wrapper\"><$transclude tiddler={{!!icon}}/></span> <$transclude field=\"caption\"/> -- <i class=\"tc-muted\"><$transclude field=\"description\"/></i>\n</$draggable>\n"
        },
        "$:/core/ui/ControlPanel/Toolbars/EditorToolbar": {
            "title": "$:/core/ui/ControlPanel/Toolbars/EditorToolbar",
            "tags": "$:/tags/ControlPanel/Toolbars",
            "caption": "{{$:/language/ControlPanel/Toolbars/EditorToolbar/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/EditorToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/EditorToolbar/Hint}}\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/EditorToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate\"/>\n"
        },
        "$:/core/ui/ControlPanel/Toolbars/ItemTemplate": {
            "title": "$:/core/ui/ControlPanel/Toolbars/ItemTemplate",
            "text": "\\define config-title()\n$(config-base)$$(currentTiddler)$\n\\end\n\n<$draggable tiddler=<<currentTiddler>>>\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <span class=\"tc-icon-wrapper\"> <$transclude field=\"caption\"/> <i class=\"tc-muted\">-- <$transclude field=\"description\"/></i></span>\n</$draggable>\n"
        },
        "$:/core/ui/ControlPanel/Toolbars/PageControls": {
            "title": "$:/core/ui/ControlPanel/Toolbars/PageControls",
            "tags": "$:/tags/ControlPanel/Toolbars",
            "caption": "{{$:/language/ControlPanel/Toolbars/PageControls/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/PageControlButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/PageControls/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/PageControls\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/ControlPanel/Toolbars/ViewToolbar": {
            "title": "$:/core/ui/ControlPanel/Toolbars/ViewToolbar",
            "tags": "$:/tags/ControlPanel/Toolbars",
            "caption": "{{$:/language/ControlPanel/Toolbars/ViewToolbar/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/ViewToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/ViewToolbar/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/ViewToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/Actions/new-image": {
            "title": "$:/core/ui/Actions/new-image",
            "tags": "$:/tags/Actions",
            "description": "create a new image tiddler",
            "text": "\\define get-type()\nimage/$(imageType)$\n\\end\n\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\n<$vars imageType={{$:/config/NewImageType}} textFieldTags={{$:/config/NewJournal/Tags}} tagsFieldTags={{$:/config/NewJournal/Tags!!tags}}>\n<$action-sendmessage $message=\"tm-new-tiddler\" type=<<get-type>> tags=<<get-tags>>/>\n</$vars>\n"
        },
        "$:/core/ui/Actions/new-journal": {
            "title": "$:/core/ui/Actions/new-journal",
            "tags": "$:/tags/Actions",
            "description": "create a new journal tiddler",
            "text": "\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\n<$vars journalTitleTemplate={{$:/config/NewJournal/Title}} textFieldTags={{$:/config/NewJournal/Tags}} tagsFieldTags={{$:/config/NewJournal/Tags!!tags}} journalText={{$:/config/NewJournal/Text}}>\n<$wikify name=\"journalTitle\" text=\"\"\"<$macrocall $name=\"now\" format=<<journalTitleTemplate>>/>\"\"\">\n<$reveal type=\"nomatch\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<get-tags>> text={{{ [<journalTitle>get[]] }}}/>\n</$reveal>\n<$reveal type=\"match\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<get-tags>> text=<<journalText>>/>\n</$reveal>\n</$wikify>\n</$vars>\n"
        },
        "$:/core/ui/Actions/new-tiddler": {
            "title": "$:/core/ui/Actions/new-tiddler",
            "tags": "$:/tags/Actions",
            "description": "create a new empty tiddler",
            "text": "\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\n<$vars textFieldTags={{$:/config/NewTiddler/Tags}} tagsFieldTags={{$:/config/NewTiddler/Tags!!tags}}>\n<$action-sendmessage $message=\"tm-new-tiddler\" tags=<<get-tags>>/>\n</$vars>\n"
        },
        "$:/core/ui/Buttons/cancel": {
            "title": "$:/core/ui/Buttons/cancel",
            "tags": "$:/tags/EditToolbar",
            "caption": "{{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}",
            "description": "{{$:/language/Buttons/Cancel/Hint}}",
            "text": "\\whitespace trim\n<$button actions=<<cancel-delete-tiddler-actions \"cancel\">> tooltip={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/cancel-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Cancel/Caption}}/></span>\n</$list>\n</$button>\n"
        },
        "$:/core/ui/Buttons/delete": {
            "title": "$:/core/ui/Buttons/delete",
            "tags": "$:/tags/EditToolbar $:/tags/ViewToolbar",
            "caption": "{{$:/core/images/delete-button}} {{$:/language/Buttons/Delete/Caption}}",
            "description": "{{$:/language/Buttons/Delete/Hint}}",
            "text": "\\whitespace trim\n<$button actions=<<cancel-delete-tiddler-actions \"delete\">> tooltip={{$:/language/Buttons/Delete/Hint}} aria-label={{$:/language/Buttons/Delete/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/delete-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Delete/Caption}}/></span>\n</$list>\n</$button>\n"
        },
        "$:/core/ui/Buttons/save": {
            "title": "$:/core/ui/Buttons/save",
            "tags": "$:/tags/EditToolbar",
            "caption": "{{$:/core/images/done-button}} {{$:/language/Buttons/Save/Caption}}",
            "description": "{{$:/language/Buttons/Save/Hint}}",
            "text": "\\define save-tiddler-button()\n\\whitespace trim\n<$fieldmangler><$button tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<<tv-config-toolbar-class>>>\n<<save-tiddler-actions>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/done-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Save/Caption}}/></span>\n</$list>\n</$button></$fieldmangler>\n\\end\n<<save-tiddler-button>>\n"
        },
        "$:/core/ui/EditorToolbar/clear-dropdown": {
            "title": "$:/core/ui/EditorToolbar/clear-dropdown",
            "text": "''{{$:/language/Buttons/Clear/Hint}}''\n\n<div class=\"tc-colour-chooser\">\n\n<$macrocall $name=\"colour-picker\" actions=\"\"\"\n\n<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"clear\"\n\tcolour=<<colour-picker-value>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n\n</div>\n"
        },
        "$:/core/ui/EditorToolbar/bold": {
            "title": "$:/core/ui/EditorToolbar/bold",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/bold",
            "caption": "{{$:/language/Buttons/Bold/Caption}}",
            "description": "{{$:/language/Buttons/Bold/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((bold))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"''\"\n\tsuffix=\"''\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/clear": {
            "title": "$:/core/ui/EditorToolbar/clear",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/erase",
            "caption": "{{$:/language/Buttons/Clear/Caption}}",
            "description": "{{$:/language/Buttons/Clear/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/clear-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/editor-height-dropdown": {
            "title": "$:/core/ui/EditorToolbar/editor-height-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/EditorHeight/\n''<<lingo Hint>>''\n\n<$radio tiddler=\"$:/config/TextEditor/EditorHeight/Mode\" value=\"auto\"> {{$:/core/images/auto-height}} <<lingo Caption/Auto>></$radio>\n\n<$radio tiddler=\"$:/config/TextEditor/EditorHeight/Mode\" value=\"fixed\"> {{$:/core/images/fixed-height}} <<lingo Caption/Fixed>> <$edit-text tag=\"input\" tiddler=\"$:/config/TextEditor/EditorHeight/Height\" default=\"100px\"/></$radio>\n"
        },
        "$:/core/ui/EditorToolbar/editor-height": {
            "title": "$:/core/ui/EditorToolbar/editor-height",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/fixed-height",
            "custom-icon": "yes",
            "caption": "{{$:/language/Buttons/EditorHeight/Caption}}",
            "description": "{{$:/language/Buttons/EditorHeight/Hint}}",
            "condition": "[<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] [<targetTiddler>get[type]match[application/javascript]] [<targetTiddler>get[type]match[application/json]] [<targetTiddler>get[type]match[application/x-tiddler-dictionary]] [<targetTiddler>get[type]match[image/svg+xml]] +[first[]]",
            "dropdown": "$:/core/ui/EditorToolbar/editor-height-dropdown",
            "text": "<$reveal tag=\"span\" state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"fixed\">\n{{$:/core/images/fixed-height}}\n</$reveal>\n<$reveal tag=\"span\" state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"auto\">\n{{$:/core/images/auto-height}}\n</$reveal>\n"
        },
        "$:/core/ui/EditorToolbar/excise-dropdown": {
            "title": "$:/core/ui/EditorToolbar/excise-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/Excise/\n\n\\define body(config-title)\n''<<lingo Hint>>''\n\n<<lingo Caption/NewTitle>> <$edit-text tag=\"input\" tiddler=\"$config-title$/new-title\" default=\"\" focus=\"true\"/>\n\n<$set name=\"new-title\" value={{$config-title$/new-title}}>\n<$list filter=\"\"\"[<new-title>is[tiddler]]\"\"\">\n<div class=\"tc-error\">\n<<lingo Caption/TiddlerExists>>\n</div>\n</$list>\n</$set>\n\n<$checkbox tiddler=\"\"\"$config-title$/tagnew\"\"\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"false\"> <<lingo Caption/Tag>></$checkbox>\n\n<<lingo Caption/Replace>> <$select tiddler=\"\"\"$config-title$/type\"\"\" default=\"transclude\">\n<option value=\"link\"><<lingo Caption/Replace/Link>></option>\n<option value=\"transclude\"><<lingo Caption/Replace/Transclusion>></option>\n<option value=\"macro\"><<lingo Caption/Replace/Macro>></option>\n</$select>\n\n<$reveal state=\"\"\"$config-title$/type\"\"\" type=\"match\" text=\"macro\">\n<<lingo Caption/MacroName>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/macro-title\"\"\" default=\"translink\"/>\n</$reveal>\n\n<$button>\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"excise\"\n\ttitle={{$config-title$/new-title}}\n\ttype={{$config-title$/type}}\n\tmacro={{$config-title$/macro-title}}\n\ttagnew={{$config-title$/tagnew}}\n/>\n<$action-deletetiddler\n\t$tiddler=\"$config-title$/new-title\"\n/>\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n<<lingo Caption/Excise>>\n</$button>\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/state/Excise/\">>/>\n"
        },
        "$:/core/ui/EditorToolbar/excise": {
            "title": "$:/core/ui/EditorToolbar/excise",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/excise",
            "caption": "{{$:/language/Buttons/Excise/Caption}}",
            "description": "{{$:/language/Buttons/Excise/Hint}}",
            "condition": "[<targetTiddler>type[]] [<targetTiddler>type[text/vnd.tiddlywiki]] +[first[]]",
            "shortcuts": "((excise))",
            "dropdown": "$:/core/ui/EditorToolbar/excise-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/heading-2": {
            "title": "$:/core/ui/EditorToolbar/heading-2",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-2",
            "caption": "{{$:/language/Buttons/Heading2/Caption}}",
            "description": "{{$:/language/Buttons/Heading2/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-2))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"2\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/heading-3": {
            "title": "$:/core/ui/EditorToolbar/heading-3",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-3",
            "caption": "{{$:/language/Buttons/Heading3/Caption}}",
            "description": "{{$:/language/Buttons/Heading3/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-3))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"3\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/heading-4": {
            "title": "$:/core/ui/EditorToolbar/heading-4",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-4",
            "caption": "{{$:/language/Buttons/Heading4/Caption}}",
            "description": "{{$:/language/Buttons/Heading4/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-4))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"4\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/heading-5": {
            "title": "$:/core/ui/EditorToolbar/heading-5",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-5",
            "caption": "{{$:/language/Buttons/Heading5/Caption}}",
            "description": "{{$:/language/Buttons/Heading5/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-5))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"5\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/heading-6": {
            "title": "$:/core/ui/EditorToolbar/heading-6",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-6",
            "caption": "{{$:/language/Buttons/Heading6/Caption}}",
            "description": "{{$:/language/Buttons/Heading6/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-6))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"6\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/italic": {
            "title": "$:/core/ui/EditorToolbar/italic",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/italic",
            "caption": "{{$:/language/Buttons/Italic/Caption}}",
            "description": "{{$:/language/Buttons/Italic/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((italic))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"//\"\n\tsuffix=\"//\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/line-width-dropdown": {
            "title": "$:/core/ui/EditorToolbar/line-width-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/LineWidth/\n\n\\define toolbar-line-width-inner()\n<$button tag=\"a\" tooltip=\"\"\"$(line-width)$\"\"\">\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/LineWidth\"\n\t$value=\"$(line-width)$\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<div style=\"display: inline-block; margin: 4px calc(80px - $(line-width)$); background-color: #000; width: calc(100px + $(line-width)$ * 2); height: $(line-width)$; border-radius: 120px; vertical-align: middle;\"/>\n\n<span style=\"margin-left: 8px;\">\n\n<$text text=\"\"\"$(line-width)$\"\"\"/>\n\n<$reveal state=\"$:/config/BitmapEditor/LineWidth\" type=\"match\" text=\"\"\"$(line-width)$\"\"\" tag=\"span\">\n\n<$entity entity=\"&nbsp;\"/>\n\n<$entity entity=\"&#x2713;\"/>\n\n</$reveal>\n\n</span>\n\n</$button>\n\\end\n\n''<<lingo Hint>>''\n\n<$list filter={{$:/config/BitmapEditor/LineWidths}} variable=\"line-width\">\n\n<<toolbar-line-width-inner>>\n\n</$list>\n"
        },
        "$:/core/ui/EditorToolbar/line-width": {
            "title": "$:/core/ui/EditorToolbar/line-width",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/line-width",
            "caption": "{{$:/language/Buttons/LineWidth/Caption}}",
            "description": "{{$:/language/Buttons/LineWidth/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/line-width-dropdown",
            "text": "<$text text={{$:/config/BitmapEditor/LineWidth}}/>\n"
        },
        "$:/core/ui/EditorToolbar/link-dropdown": {
            "title": "$:/core/ui/EditorToolbar/link-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/Link/\n\n\\define add-link-actions()\n<$action-sendmessage $message=\"tm-edit-text-operation\" $param=\"make-link\" text={{$(linkTiddler)$}} />\n<$action-deletetiddler $filter=\"[<dropdown-state>] [<searchTiddler>] [<linkTiddler>] [<storeTitle>] [<searchListState>]\"/>\n\\end\n\n\\define get-focus-selector() [data-tiddler-title=\"$(cssEscapedTitle)$\"] .tc-create-wikitext-link input\n\n\\define cancel-search-actions-inner()\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}><$list filter=\"[<searchTiddler>get[text]!match<userInput>]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[<searchTiddler>] [<linkTiddler>] [<storeTitle>] [<searchListState>]\"/>\"\"\"><$action-setfield $tiddler=<<searchTiddler>> text=<<userInput>>/><$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/></$list></$set>\n\\end\n\n\\define cancel-search-actions() <$list filter=\"[<storeTitle>!has[text]] +[<searchTiddler>!has[text]]\" emptyMessage=\"\"\"<<cancel-search-actions-inner>>\"\"\"><$action-sendmessage $message=\"tm-edit-text-operation\" $param=\"wrap-selection\" prefix=\"\" suffix=\"\"/></$list>\n\n\\define external-link()\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\" actions=<<add-link-actions>>>\n{{$:/core/images/chevron-right}}\n</$button>\n\\end\n\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab/search-results/sidebar\" tag=\"$:/tags/SearchResults\" beforeafter=\"$beforeafter$\" defaultState={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/search/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define body(config-title)\n''<<lingo Hint>>''\n\n<$vars searchTiddler=\"\"\"$config-title$/search\"\"\" linkTiddler=\"\"\"$config-title$/link\"\"\" linktext=\"\" searchListState=<<qualify \"$:/temp/link-search/selected-item\">> refreshTitle=<<qualify \"$:/temp/link-search/refresh\">> storeTitle=<<qualify \"$:/temp/link-search/input\">>>\n\n<$vars linkTiddler=<<searchTiddler>>>\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">> class=\"tc-create-wikitext-link\">\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<searchTiddler>> storeTitle=<<storeTitle>>\n\t\tselectionStateTitle=<<searchListState>> refreshTitle=<<refreshTitle>> type=\"search\" filterMinLength=\"1\"\n\t\ttag=\"input\" focus=\"true\" class=\"tc-popup-handle\" inputCancelActions=<<cancel-search-actions>> \n\t\tinputAcceptActions=<<add-link-actions>> placeholder={{$:/language/Search/Search}} default=\"\" \n\t\tconfigTiddlerFilter=\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\" />\n</$keyboard>\n</$keyboard>\n<$reveal tag=\"span\" state=<<storeTitle>> type=\"nomatch\" text=\"\">\n<<external-link>>\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\">\n<<cancel-search-actions>><$set name=\"cssEscapedTitle\" value={{{ [<storyTiddler>escapecss[]] }}}><$action-sendmessage $message=\"tm-focus-selector\" $param=<<get-focus-selector>>/></$set>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</$vars>\n\n<$reveal tag=\"div\" state=<<storeTitle>> type=\"nomatch\" text=\"\">\n\n<$linkcatcher actions=<<add-link-actions>> to=<<linkTiddler>>>\n\n<$vars userInput={{{ [<storeTitle>get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}}>\n\n{{$:/core/ui/SearchResults}}\n\n</$vars>\n\n</$linkcatcher>\n\n</$reveal>\n\n</$vars>\n\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/state/Link/\">>/>\n"
        },
        "$:/core/ui/EditorToolbar/link": {
            "title": "$:/core/ui/EditorToolbar/link",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/link",
            "caption": "{{$:/language/Buttons/Link/Caption}}",
            "description": "{{$:/language/Buttons/Link/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((link))",
            "dropdown": "$:/core/ui/EditorToolbar/link-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/linkify": {
            "title": "$:/core/ui/EditorToolbar/linkify",
            "caption": "{{$:/language/Buttons/Linkify/Caption}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "description": "{{$:/language/Buttons/Linkify/Hint}}",
            "icon": "$:/core/images/linkify",
            "list-before": "$:/core/ui/EditorToolbar/mono-block",
            "shortcuts": "((linkify))",
            "tags": "$:/tags/EditorToolbar",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"[[\"\n\tsuffix=\"]]\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/list-bullet": {
            "title": "$:/core/ui/EditorToolbar/list-bullet",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/list-bullet",
            "caption": "{{$:/language/Buttons/ListBullet/Caption}}",
            "description": "{{$:/language/Buttons/ListBullet/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((list-bullet))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"*\"\n\tcount=\"1\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/list-number": {
            "title": "$:/core/ui/EditorToolbar/list-number",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/list-number",
            "caption": "{{$:/language/Buttons/ListNumber/Caption}}",
            "description": "{{$:/language/Buttons/ListNumber/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((list-number))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"1\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/mono-block": {
            "title": "$:/core/ui/EditorToolbar/mono-block",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/mono-block",
            "caption": "{{$:/language/Buttons/MonoBlock/Caption}}",
            "description": "{{$:/language/Buttons/MonoBlock/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((mono-block))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-lines\"\n\tprefix=\"\n```\"\n\tsuffix=\"```\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/mono-line": {
            "title": "$:/core/ui/EditorToolbar/mono-line",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/mono-line",
            "caption": "{{$:/language/Buttons/MonoLine/Caption}}",
            "description": "{{$:/language/Buttons/MonoLine/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((mono-line))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"`\"\n\tsuffix=\"`\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/more-dropdown": {
            "title": "$:/core/ui/EditorToolbar/more-dropdown",
            "text": "\\define config-title()\n$:/config/EditorToolbarButtons/Visibility/$(toolbarItem)$\n\\end\n\n\\define conditional-button()\n<$list filter={{$(toolbarItem)$!!condition}} variable=\"condition\">\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/toolbar/button\" mode=\"inline\"/> <$transclude tiddler=<<toolbarItem>> field=\"description\"/>\n</$list>\n\\end\n\n<div class=\"tc-text-editor-toolbar-more\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]] -[[$:/core/ui/EditorToolbar/more]]\">\n<$reveal type=\"match\" state=<<config-visibility-title>> text=\"hide\" tag=\"div\">\n<<conditional-button>>\n</$reveal>\n</$list>\n</div>\n"
        },
        "$:/core/ui/EditorToolbar/more": {
            "title": "$:/core/ui/EditorToolbar/more",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/down-arrow",
            "caption": "{{$:/language/Buttons/More/Caption}}",
            "description": "{{$:/language/Buttons/More/Hint}}",
            "condition": "[<targetTiddler>]",
            "dropdown": "$:/core/ui/EditorToolbar/more-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/opacity-dropdown": {
            "title": "$:/core/ui/EditorToolbar/opacity-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/Opacity/\n\n\\define toolbar-opacity-inner()\n<$button tag=\"a\" tooltip=\"\"\"$(opacity)$\"\"\">\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/Opacity\"\n\t$value=\"$(opacity)$\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<div style=\"display: inline-block; vertical-align: middle; background-color: $(current-paint-colour)$; opacity: $(opacity)$; width: 1em; height: 1em; border-radius: 50%;\"/>\n\n<span style=\"margin-left: 8px;\">\n\n<$text text=\"\"\"$(opacity)$\"\"\"/>\n\n<$reveal state=\"$:/config/BitmapEditor/Opacity\" type=\"match\" text=\"\"\"$(opacity)$\"\"\" tag=\"span\">\n\n<$entity entity=\"&nbsp;\"/>\n\n<$entity entity=\"&#x2713;\"/>\n\n</$reveal>\n\n</span>\n\n</$button>\n\\end\n\n\\define toolbar-opacity()\n''<<lingo Hint>>''\n\n<$list filter={{$:/config/BitmapEditor/Opacities}} variable=\"opacity\">\n\n<<toolbar-opacity-inner>>\n\n</$list>\n\\end\n\n<$set name=\"current-paint-colour\" value={{$:/config/BitmapEditor/Colour}}>\n\n<$set name=\"current-opacity\" value={{$:/config/BitmapEditor/Opacity}}>\n\n<<toolbar-opacity>>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/EditorToolbar/opacity": {
            "title": "$:/core/ui/EditorToolbar/opacity",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/opacity",
            "caption": "{{$:/language/Buttons/Opacity/Caption}}",
            "description": "{{$:/language/Buttons/Opacity/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/opacity-dropdown",
            "text": "<$text text={{$:/config/BitmapEditor/Opacity}}/>\n"
        },
        "$:/core/ui/EditorToolbar/paint-dropdown": {
            "title": "$:/core/ui/EditorToolbar/paint-dropdown",
            "text": "''{{$:/language/Buttons/Paint/Hint}}''\n\n<$macrocall $name=\"colour-picker\" actions=\"\"\"\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/Colour\"\n\t$value=<<colour-picker-value>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n"
        },
        "$:/core/ui/EditorToolbar/paint": {
            "title": "$:/core/ui/EditorToolbar/paint",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/paint",
            "caption": "{{$:/language/Buttons/Paint/Caption}}",
            "description": "{{$:/language/Buttons/Paint/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/paint-dropdown",
            "text": "\\define toolbar-paint()\n<div style=\"display: inline-block; vertical-align: middle; background-color: $(colour-picker-value)$; width: 1em; height: 1em; border-radius: 50%;\"/>\n\\end\n<$set name=\"colour-picker-value\" value={{$:/config/BitmapEditor/Colour}}>\n<<toolbar-paint>>\n</$set>\n"
        },
        "$:/core/ui/EditorToolbar/picture-dropdown": {
            "title": "$:/core/ui/EditorToolbar/picture-dropdown",
            "text": "\\define replacement-text()\n[img[$(imageTitle)$]]\n\\end\n\n''{{$:/language/Buttons/Picture/Hint}}''\n\n<$macrocall $name=\"image-picker\" actions=\"\"\"\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext=<<replacement-text>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n"
        },
        "$:/core/ui/EditorToolbar/preview-type-dropdown": {
            "title": "$:/core/ui/EditorToolbar/preview-type-dropdown",
            "text": "\\define preview-type-button()\n<$button tag=\"a\">\n\n<$action-setfield $tiddler=\"$:/state/editpreviewtype\" $value=\"$(previewType)$\"/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$transclude tiddler=<<previewType>> field=\"caption\" mode=\"inline\">\n\n<$view tiddler=<<previewType>> field=\"title\" mode=\"inline\"/>\n\n</$transclude> \n\n<$reveal tag=\"span\" state=\"$:/state/editpreviewtype\" type=\"match\" text=<<previewType>> default=\"$:/core/ui/EditTemplate/body/preview/output\">\n\n<$entity entity=\"&nbsp;\"/>\n\n<$entity entity=\"&#x2713;\"/>\n\n</$reveal>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]]\" variable=\"previewType\">\n\n<<preview-type-button>>\n\n</$list>\n"
        },
        "$:/core/ui/EditorToolbar/picture": {
            "title": "$:/core/ui/EditorToolbar/picture",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/picture",
            "caption": "{{$:/language/Buttons/Picture/Caption}}",
            "description": "{{$:/language/Buttons/Picture/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((picture))",
            "dropdown": "$:/core/ui/EditorToolbar/picture-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/preview-type": {
            "title": "$:/core/ui/EditorToolbar/preview-type",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/chevron-down",
            "caption": "{{$:/language/Buttons/PreviewType/Caption}}",
            "description": "{{$:/language/Buttons/PreviewType/Hint}}",
            "condition": "[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]butfirst[]limit[1]]",
            "button-classes": "tc-text-editor-toolbar-item-adjunct",
            "dropdown": "$:/core/ui/EditorToolbar/preview-type-dropdown"
        },
        "$:/core/ui/EditorToolbar/preview": {
            "title": "$:/core/ui/EditorToolbar/preview",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/preview-open",
            "custom-icon": "yes",
            "caption": "{{$:/language/Buttons/Preview/Caption}}",
            "description": "{{$:/language/Buttons/Preview/Hint}}",
            "condition": "[<targetTiddler>]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((preview))",
            "text": "<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\" tag=\"span\">\n{{$:/core/images/preview-open}}\n<$action-setfield $tiddler=\"$:/state/showeditpreview\" $value=\"no\"/>\n</$reveal>\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\" tag=\"span\">\n{{$:/core/images/preview-closed}}\n<$action-setfield $tiddler=\"$:/state/showeditpreview\" $value=\"yes\"/>\n</$reveal>\n"
        },
        "$:/core/ui/EditorToolbar/quote": {
            "title": "$:/core/ui/EditorToolbar/quote",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/quote",
            "caption": "{{$:/language/Buttons/Quote/Caption}}",
            "description": "{{$:/language/Buttons/Quote/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((quote))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-lines\"\n\tprefix=\"\n<<<\"\n\tsuffix=\"<<<\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/rotate-left": {
            "title": "$:/core/ui/EditorToolbar/rotate-left",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/rotate-left",
            "caption": "{{$:/language/Buttons/RotateLeft/Caption}}",
            "description": "{{$:/language/Buttons/RotateLeft/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"rotate-left\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/size-dropdown": {
            "title": "$:/core/ui/EditorToolbar/size-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/Size/\n\n\\define toolbar-button-size-preset(config-title)\n<$set name=\"width\" filter=\"$(sizePair)$ +[first[]]\">\n\n<$set name=\"height\" filter=\"$(sizePair)$ +[last[]]\">\n\n<$button tag=\"a\">\n\n<$action-setfield\n\t$tiddler=\"\"\"$config-title$/new-width\"\"\"\n\t$value=<<width>>\n/>\n\n<$action-setfield\n\t$tiddler=\"\"\"$config-title$/new-height\"\"\"\n\t$value=<<height>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/presets-popup\"\"\"\n/>\n\n<$text text=<<width>>/> &times; <$text text=<<height>>/>\n\n</$button>\n\n</$set>\n\n</$set>\n\\end\n\n\\define toolbar-button-size(config-title)\n''{{$:/language/Buttons/Size/Hint}}''\n\n<<lingo Caption/Width>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/new-width\"\"\" default=<<tv-bitmap-editor-width>> focus=\"true\" size=\"8\"/> <<lingo Caption/Height>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/new-height\"\"\" default=<<tv-bitmap-editor-height>> size=\"8\"/> <$button popup=\"\"\"$config-title$/presets-popup\"\"\" class=\"tc-btn-invisible tc-popup-keep\" style=\"width: auto; display: inline-block; background-colour: inherit;\" selectedClass=\"tc-selected\">\n{{$:/core/images/down-arrow}}\n</$button>\n\n<$reveal tag=\"span\" state=\"\"\"$config-title$/presets-popup\"\"\" type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down tc-popup-keep\">\n\n<$list filter={{$:/config/BitmapEditor/ImageSizes}} variable=\"sizePair\">\n\n<$macrocall $name=\"toolbar-button-size-preset\" config-title=\"$config-title$\"/>\n\n</$list>\n\n</div>\n\n</$reveal>\n\n<$button>\n<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"resize\"\n\twidth={{$config-title$/new-width}}\n\theight={{$config-title$/new-height}}\n/>\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/new-width\"\"\"\n/>\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/new-height\"\"\"\n/>\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n<<lingo Caption/Resize>>\n</$button>\n\\end\n\n<$macrocall $name=\"toolbar-button-size\" config-title=<<qualify \"$:/state/Size/\">>/>\n"
        },
        "$:/core/ui/EditorToolbar/size": {
            "title": "$:/core/ui/EditorToolbar/size",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/size",
            "caption": "{{$:/language/Buttons/Size/Caption}}",
            "description": "{{$:/language/Buttons/Size/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/size-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/stamp": {
            "title": "$:/core/ui/EditorToolbar/stamp",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/stamp",
            "caption": "{{$:/language/Buttons/Stamp/Caption}}",
            "description": "{{$:/language/Buttons/Stamp/Hint}}",
            "condition": "[<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] [<targetTiddler>get[type]match[application/javascript]] [<targetTiddler>get[type]match[application/json]] [<targetTiddler>get[type]match[application/x-tiddler-dictionary]] [<targetTiddler>get[type]match[image/svg+xml]] +[first[]]",
            "shortcuts": "((stamp))",
            "dropdown": "$:/core/ui/EditorToolbar/stamp-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/stamp-dropdown": {
            "title": "$:/core/ui/EditorToolbar/stamp-dropdown",
            "text": "\\define toolbar-button-stamp-inner()\n<$button tag=\"a\">\n\n<$list filter=\"[[$(snippetTitle)$]addsuffix[/prefix]is[missing]removesuffix[/prefix]addsuffix[/suffix]is[missing]]\">\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext={{$(snippetTitle)$}}\n/>\n\n</$list>\n\n\n<$list filter=\"[[$(snippetTitle)$]addsuffix[/prefix]is[missing]removesuffix[/prefix]addsuffix[/suffix]!is[missing]] [[$(snippetTitle)$]addsuffix[/prefix]!is[missing]removesuffix[/prefix]addsuffix[/suffix]is[missing]] [[$(snippetTitle)$]addsuffix[/prefix]!is[missing]removesuffix[/prefix]addsuffix[/suffix]!is[missing]]\">\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix={{{ [[$(snippetTitle)$]addsuffix[/prefix]get[text]] }}}\nsuffix={{{ [[$(snippetTitle)$]addsuffix[/suffix]get[text]] }}}\n/>\n\n</$list>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$transclude tiddler=<<snippetTitle>> field=\"caption\" mode=\"inline\">\n\n<$view tiddler=<<snippetTitle>> field=\"title\" />\n\n</$transclude>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TextEditor/Snippet]!has[draft.of]sort[caption]]\" variable=\"snippetTitle\">\n\n<<toolbar-button-stamp-inner>>\n\n</$list>\n\n----\n\n<$button tag=\"a\">\n\n<$action-sendmessage\n\t$message=\"tm-new-tiddler\"\n\ttags=\"$:/tags/TextEditor/Snippet\"\n\tcaption={{$:/language/Buttons/Stamp/New/Title}}\n\ttext={{$:/language/Buttons/Stamp/New/Text}}\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<em>\n\n<$text text={{$:/language/Buttons/Stamp/Caption/New}}/>\n\n</em>\n\n</$button>\n"
        },
        "$:/core/ui/EditorToolbar/strikethrough": {
            "title": "$:/core/ui/EditorToolbar/strikethrough",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/strikethrough",
            "caption": "{{$:/language/Buttons/Strikethrough/Caption}}",
            "description": "{{$:/language/Buttons/Strikethrough/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((strikethrough))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"~~\"\n\tsuffix=\"~~\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/subscript": {
            "title": "$:/core/ui/EditorToolbar/subscript",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/subscript",
            "caption": "{{$:/language/Buttons/Subscript/Caption}}",
            "description": "{{$:/language/Buttons/Subscript/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((subscript))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\",,\"\n\tsuffix=\",,\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/superscript": {
            "title": "$:/core/ui/EditorToolbar/superscript",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/superscript",
            "caption": "{{$:/language/Buttons/Superscript/Caption}}",
            "description": "{{$:/language/Buttons/Superscript/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((superscript))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"^^\"\n\tsuffix=\"^^\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/underline": {
            "title": "$:/core/ui/EditorToolbar/underline",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/underline",
            "caption": "{{$:/language/Buttons/Underline/Caption}}",
            "description": "{{$:/language/Buttons/Underline/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((underline))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"__\"\n\tsuffix=\"__\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/heading-1": {
            "title": "$:/core/ui/EditorToolbar/heading-1",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-1",
            "caption": "{{$:/language/Buttons/Heading1/Caption}}",
            "description": "{{$:/language/Buttons/Heading1/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((heading-1))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"1\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/transcludify": {
            "title": "$:/core/ui/EditorToolbar/transcludify",
            "caption": "{{$:/language/Buttons/Transcludify/Caption}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "description": "{{$:/language/Buttons/Transcludify/Hint}}",
            "icon": "$:/core/images/transcludify",
            "list-before": "$:/core/ui/EditorToolbar/mono-block",
            "shortcuts": "((transcludify))",
            "tags": "$:/tags/EditorToolbar",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"{{\"\n\tsuffix=\"}}\"\n/>\n"
        },
        "$:/core/ui/EditTemplate/body/editor": {
            "title": "$:/core/ui/EditTemplate/body/editor",
            "text": "<$edit\n\n  field=\"text\"\n  class=\"tc-edit-texteditor tc-edit-texteditor-body\"\n  placeholder={{$:/language/EditTemplate/Body/Placeholder}}\n  tabindex={{$:/config/EditTabIndex}}\n  focus={{{ [{$:/config/AutoFocus}match[text]then[true]] ~[[false]] }}}\n  cancelPopups=\"yes\"\n\n><$set\n\n  name=\"targetTiddler\"\n  value=<<currentTiddler>>\n\n><$list\n\n  filter=\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]\"\n\n><$reveal\n\n  type=\"nomatch\"\n  state=<<config-visibility-title>>\n  text=\"hide\"\n  class=\"tc-text-editor-toolbar-item-wrapper\"\n\n><$transclude\n\n  tiddler=\"$:/core/ui/EditTemplate/body/toolbar/button\"\n  mode=\"inline\"\n\n/></$reveal></$list></$set></$edit>\n"
        },
        "$:/core/ui/EditTemplate/body/toolbar/button": {
            "title": "$:/core/ui/EditTemplate/body/toolbar/button",
            "text": "\\define toolbar-button-icon()\n<$list\n\n  filter=\"[all[current]!has[custom-icon]]\"\n  variable=\"no-custom-icon\"\n\n><$transclude\n\n  tiddler={{!!icon}}\n\n/></$list>\n\\end\n\n\\define toolbar-button-tooltip()\n{{!!description}}<$macrocall $name=\"displayshortcuts\" $output=\"text/plain\" shortcuts={{!!shortcuts}} prefix=\"` - [\" separator=\"] [\" suffix=\"]`\"/>\n\\end\n\n\\define toolbar-button()\n<$list\n\n  filter={{!!condition}}\n  variable=\"list-condition\"\n\n><$wikify\n\n  name=\"tooltip-text\"\n  text=<<toolbar-button-tooltip>>\n  mode=\"inline\"\n  output=\"text\"\n\n><$list\n\n  filter=\"[all[current]!has[dropdown]]\"\n  variable=\"no-dropdown\"\n\n><$button\n\n  class=\"tc-btn-invisible $(buttonClasses)$\"\n  tooltip=<<tooltip-text>>\n  actions={{!!actions}}\n\n><span\n\n  data-tw-keyboard-shortcut={{!!shortcuts}}\n\n/><<toolbar-button-icon>><$transclude\n\n  tiddler=<<currentTiddler>>\n  field=\"text\"\n\n/></$button></$list><$list\n\n  filter=\"[all[current]has[dropdown]]\"\n  variable=\"dropdown\"\n\n><$set\n\n  name=\"dropdown-state\"\n  value=<<qualify \"$:/state/EditorToolbarDropdown\">>\n\n><$button\n\n  popup=<<dropdown-state>>\n  class=\"tc-popup-keep tc-btn-invisible $(buttonClasses)$\"\n  selectedClass=\"tc-selected\"\n  tooltip=<<tooltip-text>>\n  actions={{!!actions}}\n\n><span\n\n  data-tw-keyboard-shortcut={{!!shortcuts}}\n\n/><<toolbar-button-icon>><$transclude\n\n  tiddler=<<currentTiddler>>\n  field=\"text\"\n\n/></$button><$reveal\n\n  state=<<dropdown-state>>\n  type=\"popup\"\n  position=\"below\"\n  animate=\"yes\"\n  tag=\"span\"\n\n><div\n\n  class=\"tc-drop-down tc-popup-keep\"\n\n><$transclude\n\n  tiddler={{!!dropdown}}\n  mode=\"block\"\n\n/></div></$reveal></$set></$list></$wikify></$list>\n\\end\n\n\\define toolbar-button-outer()\n<$set\n\n  name=\"buttonClasses\"\n  value={{!!button-classes}}\n\n><<toolbar-button>></$set>\n\\end\n\n<<toolbar-button-outer>>"
        },
        "$:/core/ui/EditTemplate/body": {
            "title": "$:/core/ui/EditTemplate/body",
            "tags": "$:/tags/EditTemplate",
            "text": "\\define lingo-base() $:/language/EditTemplate/Body/\n\\define config-visibility-title()\n$:/config/EditorToolbarButtons/Visibility/$(currentTiddler)$\n\\end\n<$list filter=\"[all[current]has[_canonical_uri]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo External/Hint>>\n\n<a href={{!!_canonical_uri}}><$text text={{!!_canonical_uri}}/></a>\n\n<$edit-text field=\"_canonical_uri\" class=\"tc-edit-fields\" tabindex={{$:/config/EditTabIndex}} cancelPopups=\"yes\"></$edit-text>\n\n</div>\n\n</$list>\n\n<$list filter=\"[all[current]!has[_canonical_uri]]\">\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\">\n\n<div class=\"tc-tiddler-preview\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\" mode=\"inline\"/>\n\n<div class=\"tc-tiddler-preview-preview\">\n\n<$transclude tiddler={{$:/state/editpreviewtype}} mode=\"inline\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/preview/output\" mode=\"inline\"/>\n\n</$transclude>\n\n</div>\n\n</div>\n\n</$reveal>\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\" mode=\"inline\"/>\n\n</$reveal>\n\n</$list>\n"
        },
        "$:/core/ui/EditTemplate/controls": {
            "title": "$:/core/ui/EditTemplate/controls",
            "tags": "$:/tags/EditTemplate",
            "text": "\\define config-title()\n$:/config/EditToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title tc-tiddler-edit-title\">\n<$view field=\"title\"/>\n<span class=\"tc-tiddler-controls tc-titlebar\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>\n<div style=\"clear: both;\"></div>\n</div>\n"
        },
        "$:/core/ui/EditTemplate/fields": {
            "title": "$:/core/ui/EditTemplate/fields",
            "tags": "$:/tags/EditTemplate",
            "text": "\\define lingo-base() $:/language/EditTemplate/\n\\define config-title()\n$:/config/EditTemplateFields/Visibility/$(currentField)$\n\\end\n\n\\define config-filter()\n[[hide]] -[title{$(config-title)$}]\n\\end\n\n\\define current-tiddler-new-field-selector()\n[data-tiddler-title=\"$(currentTiddlerCSSescaped)$\"] .tc-edit-field-add-name-wrapper input\n\\end\n\n\\define new-field-actions()\n<$action-sendmessage $message=\"tm-add-field\" $name={{{ [<newFieldNameTiddler>get[text]] }}} $value={{{ [<newFieldValueTiddler>get[text]] }}}/>\n<$action-deletetiddler $filter=\"[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<storeTitle>] [<searchListState>]\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=<<current-tiddler-new-field-selector>>/>\n\\end\n\n\\define delete-state-tiddlers() <$action-deletetiddler $filter=\"[<newFieldNameTiddler>] [<storeTitle>] [<searchListState>]\"/>\n\n\\define cancel-search-actions-inner()\n<$list filter=\"[<storeTitle>has[text]] [<newFieldNameTiddler>has[text]]\" variable=\"ignore\" emptyMessage=\"\"\"<<cancel-delete-tiddler-actions \"cancel\">>\"\"\">\n<<delete-state-tiddlers>>\n</$list>\n\\end\n\n\\define cancel-search-actions()\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[<newFieldNameTiddler>get[text]!match<userInput>]\" emptyMessage=\"\"\"<<cancel-search-actions-inner>>\"\"\">\n<$action-setfield $tiddler=<<newFieldNameTiddler>> text=<<userInput>>/><$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n</$list>\n</$set>\n\\end\n\n\\define new-field()\n<$vars name={{{ [<newFieldNameTiddler>get[text]] }}}>\n<$reveal type=\"nomatch\" text=\"\" default=<<name>>>\n<$button tooltip=<<lingo Fields/Add/Button/Hint>>>\n<$action-sendmessage $message=\"tm-add-field\"\n$name=<<name>>\n$value={{{ [<newFieldValueTiddler>get[text]] }}}/>\n<$action-deletetiddler $filter=\"[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<storeTitle>] [<searchListState>]\"/>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" text=\"\" default=<<name>>>\n<$button>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n</$vars>\n\\end\n\\whitespace trim\n\n<div class=\"tc-edit-fields\">\n<table class={{{ [all[current]fields[]] :filter[lookup[$:/config/EditTemplateFields/Visibility/]!match[hide]] +[count[]!match[0]] +[then[tc-edit-fields]] ~[[tc-edit-fields tc-edit-fields-small]] }}}>\n<tbody>\n<$list filter=\"[all[current]fields[]] +[sort[title]]\" variable=\"currentField\" storyview=\"pop\">\n<$list filter=<<config-filter>> variable=\"temp\">\n<tr class=\"tc-edit-field\">\n<td class=\"tc-edit-field-name\">\n<$text text=<<currentField>>/>:</td>\n<td class=\"tc-edit-field-value\">\n<$keyboard key=\"((delete-field))\" actions=\"\"\"<$action-deletefield $field=<<currentField>>/><$set name=\"currentTiddlerCSSescaped\" value={{{ [<currentTiddler>escapecss[]] }}}><$action-sendmessage $message=\"tm-focus-selector\" $param=<<current-tiddler-new-field-selector>>/></$set>\"\"\">\n<$edit-text tiddler=<<currentTiddler>> field=<<currentField>> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} tabindex={{$:/config/EditTabIndex}} cancelPopups=\"yes\"/>\n</$keyboard>\n</td>\n<td class=\"tc-edit-field-remove\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Field/Remove/Hint}} aria-label={{$:/language/EditTemplate/Field/Remove/Caption}}>\n<$action-deletefield $field=<<currentField>>/><$set name=\"currentTiddlerCSSescaped\" value={{{ [<currentTiddler>escapecss[]] }}}><$action-sendmessage $message=\"tm-focus-selector\" $param=<<current-tiddler-new-field-selector>>/></$set>\n{{$:/core/images/delete-button}}\n</$button>\n</td>\n</tr>\n</$list>\n</$list>\n</tbody>\n</table>\n</div>\n\n<$fieldmangler>\n<div class=\"tc-edit-field-add\">\n<em class=\"tc-edit tc-big-gap-right\">\n<<lingo Fields/Add/Prompt>>\n</em>\n<$vars refreshTitle=<<qualify \"$:/temp/fieldname/refresh\">> storeTitle=<<newFieldNameInputTiddler>> searchListState=<<newFieldNameSelectionTiddler>>>\n<div class=\"tc-edit-field-add-name-wrapper\">\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<newFieldNameTiddler>> storeTitle=<<storeTitle>> refreshTitle=<<refreshTitle>>\n\t\tselectionStateTitle=<<searchListState>> tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Name/Placeholder}}\n\t\tfocusPopup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex={{$:/config/EditTabIndex}}\n\t\tfocus={{{ [{$:/config/AutoFocus}match[fields]then[true]] ~[[false]] }}} cancelPopups=\"yes\"\n\t\tconfigTiddlerFilter=\"[[$:/config/EditMode/fieldname-filter]]\" inputCancelActions=<<cancel-search-actions>> />\n<$button popup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown tc-small-gap\" tooltip={{$:/language/EditTemplate/Field/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Field/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/field-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher to=<<newFieldNameTiddler>>>\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/User>>\n</div>\n<$set name=\"newFieldName\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[!is[shadow]!is[system]fields[]search:title<newFieldName>sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type\"  variable=\"currentField\">\n<$list filter=\"[<currentField>addsuffix[-primaryList]] -[<searchListState>get[text]]\" emptyMessage=\"\"\"<$link to=<<currentField>> class=\"tc-list-item-selected\"><$text text=<<currentField>>/></$link>\"\"\">\n<$link to=<<currentField>>>\n<$text text=<<currentField>>/>\n</$link>\n</$list>\n</$list>\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/System>>\n</div>\n<$list filter=\"[fields[]search:title<newFieldName>sort[]] -[!is[shadow]!is[system]fields[]]\" variable=\"currentField\">\n<$list filter=\"[<currentField>addsuffix[-secondaryList]] -[<searchListState>get[text]]\" emptyMessage=\"\"\"<$link to=<<currentField>> class=\"tc-list-item-selected\"><$text text=<<currentField>>/></$link>\"\"\">\n<$link to=<<currentField>>>\n<$text text=<<currentField>>/>\n</$link>\n</$list>\n</$list>\n</$set>\n</$linkcatcher>\n</$set>\n</div>\n</$reveal>\n</div>\n<span class=\"tc-edit-field-add-value tc-small-gap-right\">\n<$set name=\"currentTiddlerCSSescaped\" value={{{ [<currentTiddler>escapecss[]] }}}>\n<$keyboard key=\"((add-field))\" actions=<<new-field-actions>>>\n<$edit-text tiddler=<<newFieldValueTiddler>> tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} class=\"tc-edit-texteditor\" tabindex={{$:/config/EditTabIndex}} cancelPopups=\"yes\"/>\n</$keyboard>\n</$set>\n</span>\n<span class=\"tc-edit-field-add-button\">\n<$macrocall $name=\"new-field\"/>\n</span>\n</$vars>\n</div>\n</$fieldmangler>\n"
        },
        "$:/core/ui/EditTemplate/shadow": {
            "title": "$:/core/ui/EditTemplate/shadow",
            "tags": "$:/tags/EditTemplate",
            "text": "\\define lingo-base() $:/language/EditTemplate/Shadow/\n\\define pluginLinkBody()\n<$link to=\"\"\"$(pluginTitle)$\"\"\">\n<$text text=\"\"\"$(pluginTitle)$\"\"\"/>\n</$link>\n\\end\n<$list filter=\"[all[current]get[draft.of]is[shadow]!is[tiddler]]\">\n\n<$list filter=\"[all[current]shadowsource[]]\" variable=\"pluginTitle\">\n\n<$set name=\"pluginLink\" value=<<pluginLinkBody>>>\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n</div>\n</$set>\n</$list>\n\n</$list>\n\n<$list filter=\"[all[current]get[draft.of]is[shadow]is[tiddler]]\">\n\n<$list filter=\"[all[current]shadowsource[]]\" variable=\"pluginTitle\">\n\n<$set name=\"pluginLink\" value=<<pluginLinkBody>>>\n<div class=\"tc-message-box\">\n\n<<lingo OverriddenWarning>>\n\n</div>\n</$set>\n</$list>\n\n</$list>"
        },
        "$:/core/ui/EditTemplate/tags": {
            "title": "$:/core/ui/EditTemplate/tags",
            "tags": "$:/tags/EditTemplate",
            "text": "\\whitespace trim\n\n\\define lingo-base() $:/language/EditTemplate/\n\n\\define tag-styles()\nbackground-color:$(backgroundColor)$;\nfill:$(foregroundColor)$;\ncolor:$(foregroundColor)$;\n\\end\n\n\\define tag-body-inner(colour,fallbackTarget,colourA,colourB,icon,tagField:\"tags\")\n\\whitespace trim\n<$vars foregroundColor=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n<span style=<<tag-styles>> class=\"tc-tag-label tc-tag-list-item\">\n<$transclude tiddler=\"\"\"$icon$\"\"\"/><$view field=\"title\" format=\"text\" />\n<$button class=\"tc-btn-invisible tc-remove-tag-button\"><$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"-[{!!title}]\"/>{{$:/core/images/close-button}}</$button>\n</span>\n</$vars>\n\\end\n\n\\define tag-body(colour,palette,icon,tagField:\"tags\")\n<$macrocall $name=\"tag-body-inner\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} icon=\"\"\"$icon$\"\"\" tagField=<<__tagField__>>/>\n\\end\n\n\\define edit-tags-template(tagField:\"tags\")\n\\whitespace trim\n<div class=\"tc-edit-tags\">\n<$list filter=\"[list[!!$tagField$]sort[title]]\" storyview=\"pop\">\n<$macrocall $name=\"tag-body\" colour={{!!color}} palette={{$:/palette}} icon={{!!icon}} tagField=<<__tagField__>>/>\n</$list>\n<$vars tabIndex={{$:/config/EditTabIndex}} cancelPopups=\"yes\">\n<$macrocall $name=\"tag-picker\" tagField=<<__tagField__>>/>\n</$vars>\n</div>\n\\end\n<$set name=\"saveTiddler\" value=<<currentTiddler>>>\n<$macrocall $name=\"edit-tags-template\" tagField=<<tagField>>/>\n</$set>\n"
        },
        "$:/core/ui/EditTemplate/title": {
            "title": "$:/core/ui/EditTemplate/title",
            "tags": "$:/tags/EditTemplate",
            "text": "<$edit-text field=\"draft.title\" class=\"tc-titlebar tc-edit-texteditor\" focus={{{ [{$:/config/AutoFocus}match[title]then[true]] ~[[false]] }}} tabindex={{$:/config/EditTabIndex}} cancelPopups=\"yes\"/>\n\n<$vars pattern=\"\"\"[\\|\\[\\]{}]\"\"\" bad-chars=\"\"\"`| [ ] { }`\"\"\">\n\n<$list filter=\"[all[current]regexp:draft.title<pattern>]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/BadCharacterWarning}}\n\n</div>\n\n</$list>\n\n</$vars>\n\n<$reveal state=\"!!draft.title\" type=\"nomatch\" text={{!!draft.of}} tag=\"div\">\n\n<$list filter=\"[{!!draft.title}!is[missing]]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/Exists/Prompt}}\n\n</div>\n\n</$list>\n\n<$list filter=\"[{!!draft.of}!is[missing]]\" variable=\"listItem\">\n\n<$vars fromTitle={{!!draft.of}} toTitle={{!!draft.title}}>\n\n<$checkbox tiddler=\"$:/config/RelinkOnRename\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> {{$:/language/EditTemplate/Title/Relink/Prompt}}</$checkbox>\n\n<$list filter=\"[title<fromTitle>backlinks[]limit[1]]\" variable=\"listItem\">\n\n<$vars stateTiddler=<<qualify \"$:/state/edit/references\">> >\n\n<$reveal type=\"nomatch\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"show\" class=\"tc-btn-invisible\">{{$:/core/images/right-arrow}} \n<<lingo EditTemplate/Title/References/Prompt>></$button>\n</$reveal>\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"hide\" class=\"tc-btn-invisible\">{{$:/core/images/down-arrow}} \n<<lingo EditTemplate/Title/References/Prompt>></$button>\n</$reveal>\n\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$tiddler tiddler=<<fromTitle>> >\n<$transclude tiddler=\"$:/core/ui/TiddlerInfo/References\"/>\n</$tiddler>\n</$reveal>\n\n</$vars>\n\n</$list>\n\n</$vars>\n\n</$list>\n\n</$reveal>\n"
        },
        "$:/core/ui/EditTemplate/type": {
            "title": "$:/core/ui/EditTemplate/type",
            "tags": "$:/tags/EditTemplate",
            "first-search-filter": "[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]sort[description]sort[group-sort]removeprefix[$:/language/Docs/Types/]search<userInput>]",
            "text": "\\define lingo-base() $:/language/EditTemplate/\n\\define input-cancel-actions() <$list filter=\"[<storeTitle>get[text]] [<currentTiddler>get[type]] +[limit[1]]\" emptyMessage=\"\"\"<<cancel-delete-tiddler-actions \"cancel\">>\"\"\"><$action-sendmessage $message=\"tm-remove-field\" $param=\"type\"/><$action-deletetiddler $filter=\"[<typeInputTiddler>] [<refreshTitle>] [<typeSelectionTiddler>]\"/></$list>\n\\whitespace trim\n<$set name=\"refreshTitle\" value=<<qualify \"$:/temp/type-search/refresh\">>>\n<div class=\"tc-edit-type-selector-wrapper\">\n<em class=\"tc-edit tc-big-gap-right\"><<lingo Type/Prompt>></em>\n<div class=\"tc-type-selector-dropdown-wrapper\">\n<div class=\"tc-type-selector\"><$fieldmangler>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<currentTiddler>> storeTitle=<<typeInputTiddler>> refreshTitle=<<refreshTitle>> selectionStateTitle=<<typeSelectionTiddler>> field=\"type\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-edit-typeeditor tc-edit-texteditor tc-popup-handle\" tabindex={{$:/config/EditTabIndex}} focus={{{ [{$:/config/AutoFocus}match[type]then[true]] ~[[false]] }}} cancelPopups=\"yes\" configTiddlerFilter=\"[[$:/core/ui/EditTemplate/type]]\" inputCancelActions=<<input-cancel-actions>>/><$button popup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown tc-small-gap\" tooltip={{$:/language/EditTemplate/Type/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Type/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button><$button message=\"tm-remove-field\" param=\"type\" class=\"tc-btn-invisible tc-btn-icon\" tooltip={{$:/language/EditTemplate/Type/Delete/Hint}} aria-label={{$:/language/EditTemplate/Type/Delete/Caption}}>{{$:/core/images/delete-button}}<$action-deletetiddler $filter=\"[<storeTitle>] [<refreshTitle>] [<selectionStateTitle>]\"/></$button>\n</$fieldmangler></div>\n\n<div class=\"tc-block-dropdown-wrapper\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$reveal state=<<qualify \"$:/state/popup/type-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$linkcatcher to=\"!!type\">\n<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group-sort]]'>\n<div class=\"tc-dropdown-item\">\n<$text text={{!!group}}/>\n</div>\n<$set name=\"userInput\" value={{{ [<typeInputTiddler>get[text]] }}}>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]group{!!group}] +[sort[description]] +[removeprefix[$:/language/Docs/Types/]] +[search<userInput>]\"><span class={{{ [<currentTiddler>addsuffix[-primaryList]] -[<typeSelectionTiddler>get[text]] +[then[]else[tc-list-item-selected]] }}}><$link to={{{ [<currentTiddler>addprefix[$:/language/Docs/Types/]get[name]] }}}><$view tiddler={{{ [<currentTiddler>addprefix[$:/language/Docs/Types/]] }}} field=\"description\"/> (<$view tiddler={{{ [<currentTiddler>addprefix[$:/language/Docs/Types/]] }}} field=\"name\"/>)</$link></span>\n</$list>\n</$set>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>\n</$set>\n</div>\n</div>\n</div>\n</$set>\n"
        },
        "$:/core/ui/EditTemplate/body/preview/diffs-current": {
            "title": "$:/core/ui/EditTemplate/body/preview/diffs-current",
            "tags": "$:/tags/EditPreview",
            "caption": "differences from current",
            "list-after": "$:/core/ui/EditTemplate/body/preview/output",
            "text": "<$list filter=\"[<currentTiddler>!is[image]]\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\n\n<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle={{!!draft.of}} destTiddlerTitle=<<currentTiddler>>/>\n\n</$list>\n\n"
        },
        "$:/core/ui/EditTemplate/body/preview/diffs-shadow": {
            "title": "$:/core/ui/EditTemplate/body/preview/diffs-shadow",
            "tags": "$:/tags/EditPreview",
            "caption": "differences from shadow (if any)",
            "list-after": "$:/core/ui/EditTemplate/body/preview/output",
            "text": "<$list filter=\"[<currentTiddler>!is[image]]\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\n\n<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle={{{ [{!!draft.of}shadowsource[]] }}} sourceSubTiddlerTitle={{!!draft.of}} destTiddlerTitle=<<currentTiddler>>/>\n\n</$list>\n\n"
        },
        "$:/core/ui/EditTemplate/body/preview/output": {
            "title": "$:/core/ui/EditTemplate/body/preview/output",
            "tags": "$:/tags/EditPreview",
            "caption": "{{$:/language/EditTemplate/Body/Preview/Type/Output}}",
            "text": "\\import [all[shadows+tiddlers]tag[$:/tags/Macro/View]!has[draft.of]]\n<$set name=\"tv-tiddler-preview\" value=\"yes\">\n\n<$transclude />\n\n</$set>\n"
        },
        "$:/state/showeditpreview": {
            "title": "$:/state/showeditpreview",
            "text": "no"
        },
        "$:/core/Filters/AllTags": {
            "title": "$:/core/Filters/AllTags",
            "tags": "$:/tags/Filter",
            "filter": "[tags[]!is[system]sort[title]]",
            "description": "{{$:/language/Filters/AllTags}}",
            "text": ""
        },
        "$:/core/Filters/AllTiddlers": {
            "title": "$:/core/Filters/AllTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[!is[system]sort[title]]",
            "description": "{{$:/language/Filters/AllTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/Drafts": {
            "title": "$:/core/Filters/Drafts",
            "tags": "$:/tags/Filter",
            "filter": "[has[draft.of]sort[title]]",
            "description": "{{$:/language/Filters/Drafts}}",
            "text": ""
        },
        "$:/core/Filters/Missing": {
            "title": "$:/core/Filters/Missing",
            "tags": "$:/tags/Filter",
            "filter": "[all[missing]sort[title]]",
            "description": "{{$:/language/Filters/Missing}}",
            "text": ""
        },
        "$:/core/Filters/Orphans": {
            "title": "$:/core/Filters/Orphans",
            "tags": "$:/tags/Filter",
            "filter": "[all[orphans]sort[title]]",
            "description": "{{$:/language/Filters/Orphans}}",
            "text": ""
        },
        "$:/core/Filters/OverriddenShadowTiddlers": {
            "title": "$:/core/Filters/OverriddenShadowTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[is[shadow]]",
            "description": "{{$:/language/Filters/OverriddenShadowTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/RecentSystemTiddlers": {
            "title": "$:/core/Filters/RecentSystemTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[has[modified]!sort[modified]limit[50]]",
            "description": "{{$:/language/Filters/RecentSystemTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/RecentTiddlers": {
            "title": "$:/core/Filters/RecentTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[!is[system]has[modified]!sort[modified]limit[50]]",
            "description": "{{$:/language/Filters/RecentTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/SessionTiddlers": {
            "title": "$:/core/Filters/SessionTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[haschanged[]]",
            "description": "{{$:/language/Filters/SessionTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/ShadowTiddlers": {
            "title": "$:/core/Filters/ShadowTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[all[shadows]sort[title]]",
            "description": "{{$:/language/Filters/ShadowTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/StoryList": {
            "title": "$:/core/Filters/StoryList",
            "tags": "$:/tags/Filter",
            "filter": "[list[$:/StoryList]] -$:/AdvancedSearch",
            "description": "{{$:/language/Filters/StoryList}}",
            "text": ""
        },
        "$:/core/Filters/SystemTiddlers": {
            "title": "$:/core/Filters/SystemTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[is[system]sort[title]]",
            "description": "{{$:/language/Filters/SystemTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/TypedTiddlers": {
            "title": "$:/core/Filters/TypedTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[!is[system]has[type]each[type]sort[type]] -[type[text/vnd.tiddlywiki]]",
            "description": "{{$:/language/Filters/TypedTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/SystemTags": {
            "title": "$:/core/Filters/SystemTags",
            "tags": "$:/tags/Filter",
            "filter": "[all[shadows+tiddlers]tags[]is[system]sort[title]]",
            "description": "{{$:/language/Filters/SystemTags}}",
            "text": ""
        },
        "$:/core/ui/KeyboardShortcuts/advanced-search": {
            "title": "$:/core/ui/KeyboardShortcuts/advanced-search",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((advanced-search))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\"[data-tiddler-title=\"$:/AdvancedSearch\"] .tc-search input\"\"\" preventScroll=\"true\"/>\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/change-sidebar-layout": {
            "title": "$:/core/ui/KeyboardShortcuts/change-sidebar-layout",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((change-sidebar-layout))",
            "text": "<$list filter=\"[{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fixed-fluid]]\" \nemptyMessage=\"\"\"<$action-setfield $tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" text=\"fixed-fluid\"/>\"\"\">\n<$action-setfield $tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" text=\"fluid-fixed\"/>\n</$list>\n"
        },
        "$:/core/ui/KeyboardShortcuts/new-image": {
            "title": "$:/core/ui/KeyboardShortcuts/new-image",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((new-image))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-image}}\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/new-tiddler": {
            "title": "$:/core/ui/KeyboardShortcuts/new-tiddler",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((new-tiddler))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-tiddler}}\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/save-wiki": {
            "title": "$:/core/ui/KeyboardShortcuts/save-wiki",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((save-wiki))",
            "text": "<$wikify name=\"site-title\" text={{$:/config/SaveWikiButton/Filename}}>\n<$action-sendmessage $message=\"tm-save-wiki\" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>\n</$wikify>\n"
        },
        "$:/core/ui/KeyboardShortcuts/sidebar-search": {
            "title": "$:/core/ui/KeyboardShortcuts/sidebar-search",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((sidebar-search))",
            "text": "<$action-sendmessage $message=\"tm-focus-selector\" $param=\".tc-search input\"/>\n"
        },
        "$:/core/ui/KeyboardShortcuts/switcher": {
            "title": "$:/core/ui/KeyboardShortcuts/switcher",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((layout-switcher))",
            "text": "<$action-sendmessage $message=\"tm-show-switcher\" switch=\"layout\"/>"
        },
        "$:/core/ui/KeyboardShortcuts/toggle-sidebar": {
            "title": "$:/core/ui/KeyboardShortcuts/toggle-sidebar",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((toggle-sidebar))",
            "text": "<$list filter=\"[[$:/state/sidebar]is[missing]] [{$:/state/sidebar}removeprefix[yes]]\" emptyMessage=\"\"\"\n<$action-setfield $tiddler=\"$:/state/sidebar\" text=\"yes\"/>\n\"\"\">\n<$action-setfield $tiddler=\"$:/state/sidebar\" text=\"no\"/>\n</$list>\n"
        },
        "$:/core/ui/KeyboardShortcuts/new-journal": {
            "title": "$:/core/ui/KeyboardShortcuts/new-journal",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((new-journal))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-journal}}\n</$navigator>\n"
        },
        "$:/core/ui/ImportPreviews/DiffFields": {
            "title": "$:/core/ui/ImportPreviews/DiffFields",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/DiffFields}}",
            "text": "<$macrocall $name=\"compareTiddlers\" sourceTiddlerTitle=<<payloadTiddler>> destTiddlerTitle=<<currentTiddler>> destSubTiddlerTitle=<<payloadTiddler>> exclude=\"text\"/>\n"
        },
        "$:/core/ui/ImportPreviews/Fields": {
            "title": "$:/core/ui/ImportPreviews/Fields",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/Fields}}",
            "text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[<payloadTiddler>subtiddlerfields<currentTiddler>sort[]] -text\" variable=\"fieldName\">\n<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<fieldName>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<fieldName>> tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>>/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/ImportPreviews/Text": {
            "title": "$:/core/ui/ImportPreviews/Text",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/Text}}",
            "text": "<$transclude tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> mode=\"block\"/>\n"
        },
        "$:/core/ui/ImportPreviews/TextRaw": {
            "title": "$:/core/ui/ImportPreviews/TextRaw",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/TextRaw}}",
            "text": "<pre><code><$view tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> /></code></pre>"
        },
        "$:/core/ui/ImportPreviews/Diff": {
            "title": "$:/core/ui/ImportPreviews/Diff",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/Diff}}",
            "text": "<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle=<<payloadTiddler>> destTiddlerTitle=<<currentTiddler>> destSubTiddlerTitle=<<payloadTiddler>>/>\n"
        },
        "$:/core/ui/SideBar/More": {
            "title": "$:/core/ui/SideBar/More",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/More/Caption}}",
            "text": "<div class=\"tc-more-sidebar\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\" default={{$:/config/DefaultMoreSidebarTab}} state=\"$:/state/tab/moresidebar\" class=\"tc-vertical tc-sidebar-tabs-more\" explicitState=\"$:/state/tab/moresidebar-1850697562\"/>\n</div>\n"
        },
        "$:/core/ui/SideBar/Open": {
            "title": "$:/core/ui/SideBar/Open",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/Open/Caption}}",
            "text": "\\whitespace trim\n\\define lingo-base() $:/language/CloseAll/\n\n\\define drop-actions()\n<$action-listops $tiddler=<<tv-story-list>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n\\define placeholder()\n<div class=\"tc-droppable-placeholder\"/>\n\\end\n\n\\define droppable-item(button)\n\\whitespace trim\n<$droppable actions=<<drop-actions>> enable=<<tv-allow-drag-and-drop>>>\n<<placeholder>>\n<div>\n$button$\n</div>\n</$droppable>\n\\end\n\n<div class=\"tc-sidebar-tab-open\">\n<$list filter=\"[list<tv-story-list>]\" history=<<tv-history-list>> storyview=\"pop\">\n<div class=\"tc-sidebar-tab-open-item\">\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=\"tc-btn-invisible tc-btn-mini tc-small-gap-right\">{{$:/core/images/close-button}}</$button><$link to={{!!title}}><$view field=\"title\"/></$link>\"\"\"/>\n</div>\n</$list>\n<$tiddler tiddler=\"\">\n<div>\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-all-tiddlers\" class=\"tc-btn-invisible tc-btn-mini\"><<lingo Button>></$button>\"\"\"/>\n</div>\n</$tiddler>\n</div>\n"
        },
        "$:/core/ui/SideBar/Recent": {
            "title": "$:/core/ui/SideBar/Recent",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/Recent/Caption}}",
            "text": "<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n"
        },
        "$:/core/ui/SideBar/Tools": {
            "title": "$:/core/ui/SideBar/Tools",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/Tools/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n\n<<lingo Basics/Version/Prompt>> <<version>>\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n\n<div style=\"position:relative;\" class={{{ [<listItem>encodeuricomponent[]addprefix[tc-btn-]] }}}>\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</div>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
        },
        "$:/Manager/ItemMain/Fields": {
            "title": "$:/Manager/ItemMain/Fields",
            "tags": "$:/tags/Manager/ItemMain",
            "caption": "{{$:/language/Manager/Item/Fields}}",
            "text": "<table>\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</table>\n"
        },
        "$:/Manager/ItemMain/RawText": {
            "title": "$:/Manager/ItemMain/RawText",
            "tags": "$:/tags/Manager/ItemMain",
            "caption": "{{$:/language/Manager/Item/RawText}}",
            "text": "<pre><code><$view/></code></pre>\n"
        },
        "$:/Manager/ItemMain/WikifiedText": {
            "title": "$:/Manager/ItemMain/WikifiedText",
            "tags": "$:/tags/Manager/ItemMain",
            "caption": "{{$:/language/Manager/Item/WikifiedText}}",
            "text": "<$transclude mode=\"block\"/>\n"
        },
        "$:/Manager/ItemSidebar/Icon": {
            "title": "$:/Manager/ItemSidebar/Icon",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Icon}}",
            "text": "<p>\n<div class=\"tc-manager-icon-editor\">\n<$button popup=<<qualify \"$:/state/popup/image-picker\">> class=\"tc-btn-invisible\">\n<$transclude tiddler={{!!icon}}>\n{{$:/language/Manager/Item/Icon/None}}\n</$transclude>\n</$button>\n<div class=\"tc-block-dropdown-wrapper\" style=\"position: static;\">\n<$reveal state=<<qualify \"$:/state/popup/image-picker\">> type=\"nomatch\" text=\"\" default=\"\" tag=\"div\" class=\"tc-popup\">\n<div class=\"tc-block-dropdown tc-popup-keep\" style=\"width: 80%; left: 10%; right: 10%; padding: 0.5em;\">\n<$macrocall $name=\"image-picker-include-tagged-images\" actions=\"\"\"\n<$action-setfield $field=\"icon\" $value=<<imageTitle>>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/image-picker\">>/>\n\"\"\"/>\n</div>\n</$reveal>\n</div>\n</div>\n</p>\n"
        },
        "$:/Manager/ItemSidebar/Tags": {
            "title": "$:/Manager/ItemSidebar/Tags",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Tags}}",
            "text": "\\whitespace trim\n\\define tag-checkbox-actions()\n<$action-listops\n\t$tiddler=\"$:/config/Manager/RecentTags\"\n\t$subfilter=\"[<tag>] [list[$:/config/Manager/RecentTags]] +[limit[12]]\"\n/>\n\\end\n\n\\define tag-picker-actions()\n<<tag-checkbox-actions>>\n\\end\n\n<p>\n<$list filter=\"[all[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] \" variable=\"tag\" storyview=\"pop\">\n<div>\n<$checkbox tiddler=<<currentTiddler>> tag=<<tag>> actions=<<tag-checkbox-actions>>>\n<$macrocall $name=\"tag-pill\" tag=<<tag>>/>\n</$checkbox>\n</div>\n</$list>\n</p>\n<p>\n<$fieldmangler>\n<$macrocall $name=\"tag-picker\" actions=<<tag-picker-actions>>/>\n</$fieldmangler>\n</p>\n"
        },
        "$:/Manager/ItemSidebar/Colour": {
            "title": "$:/Manager/ItemSidebar/Colour",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Colour}}",
            "text": "\\define swatch-styles()\nheight: 1em;\nbackground-color: $(colour)$\n\\end\n\n<$vars colour={{!!color}}>\n<p style=<<swatch-styles>>/>\n</$vars>\n<p>\n<$edit-text field=\"color\" tag=\"input\" type=\"color\"/> / <$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/>\n</p>\n"
        },
        "$:/Manager/ItemSidebar/Tools": {
            "title": "$:/Manager/ItemSidebar/Tools",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Tools}}",
            "text": "<p>\n<$button to=<<currentTiddler>>>{{$:/core/images/link}} open</$button>\n</p>\n<p>\n<$button message=\"tm-edit-tiddler\" param=<<currentTiddler>>>{{$:/core/images/edit-button}} edit</$button>\n</p>\n"
        },
        "$:/core/ui/MoreSideBar/All": {
            "title": "$:/core/ui/MoreSideBar/All",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/All/Caption}}",
            "text": "<$list filter={{$:/core/Filters/AllTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Drafts": {
            "title": "$:/core/ui/MoreSideBar/Drafts",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Drafts/Caption}}",
            "text": "<$list filter={{$:/core/Filters/Drafts!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Explorer": {
            "title": "$:/core/ui/MoreSideBar/Explorer",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Explorer/Caption}}",
            "text": "<<tree \"$:/\">>\n"
        },
        "$:/core/ui/MoreSideBar/Orphans": {
            "title": "$:/core/ui/MoreSideBar/Orphans",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Orphans/Caption}}",
            "text": "<$list filter={{$:/core/Filters/Orphans!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Missing": {
            "title": "$:/core/ui/MoreSideBar/Missing",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Missing/Caption}}",
            "text": "<$list filter={{$:/core/Filters/Missing!!filter}} template=\"$:/core/ui/MissingTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Plugins": {
            "title": "$:/core/ui/MoreSideBar/Plugins",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/ControlPanel/Plugins/Caption}}",
            "text": "\n{{$:/language/ControlPanel/Plugins/Installed/Hint}}\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar/Plugins]!has[draft.of]]\" default=\"$:/core/ui/MoreSideBar/Plugins/Plugins\" explicitState=\"$:/state/tab-1163638994\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Recent": {
            "title": "$:/core/ui/MoreSideBar/Recent",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Recent/Caption}}",
            "text": "<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n"
        },
        "$:/core/ui/MoreSideBar/Shadows": {
            "title": "$:/core/ui/MoreSideBar/Shadows",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Shadows/Caption}}",
            "text": "<$list filter={{$:/core/Filters/ShadowTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Tags": {
            "title": "$:/core/ui/MoreSideBar/Tags",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Tags/Caption}}",
            "text": "<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n{{$:/core/ui/Buttons/tag-manager}}\n\n</$set>\n\n</$set>\n\n</$set>\n\n<$list filter={{$:/core/Filters/AllTags!!filter}}>\n\n<$transclude tiddler=\"$:/core/ui/TagTemplate\"/>\n\n</$list>\n\n<hr class=\"tc-untagged-separator\">\n\n{{$:/core/ui/UntaggedTemplate}}\n"
        },
        "$:/core/ui/MoreSideBar/System": {
            "title": "$:/core/ui/MoreSideBar/System",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/System/Caption}}",
            "text": "<$list filter={{$:/core/Filters/SystemTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Types": {
            "title": "$:/core/ui/MoreSideBar/Types",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Types/Caption}}",
            "text": "<$list filter={{$:/core/Filters/TypedTiddlers!!filter}}>\n<div class=\"tc-menu-list-item\">\n<$view field=\"type\"/>\n<$list filter=\"[type{!!type}!is[system]sort[title]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}><$view field=\"title\"/></$link>\n</div>\n</$list>\n</div>\n</$list>\n"
        },
        "$:/core/ui/MoreSideBar/Plugins/Languages": {
            "title": "$:/core/ui/MoreSideBar/Plugins/Languages",
            "tags": "$:/tags/MoreSideBar/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}}",
            "text": "<$list filter=\"[!has[draft.of]plugin-type[language]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}/>\n"
        },
        "$:/core/ui/MoreSideBar/Plugins/Plugins": {
            "title": "$:/core/ui/MoreSideBar/Plugins/Plugins",
            "tags": "$:/tags/MoreSideBar/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}}",
            "text": "<$list filter=\"[!has[draft.of]plugin-type[plugin]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}>>/>\n"
        },
        "$:/core/ui/MoreSideBar/Plugins/Theme": {
            "title": "$:/core/ui/MoreSideBar/Plugins/Theme",
            "tags": "$:/tags/MoreSideBar/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}}",
            "text": "<$list filter=\"[!has[draft.of]plugin-type[theme]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}/>\n"
        },
        "$:/core/ui/PageTemplate/drafts": {
            "title": "$:/core/ui/PageTemplate/drafts",
            "tags": "$:/tags/PageTemplate",
            "text": "\\whitespace trim\n<$reveal state=\"$:/status/IsReadOnly\" type=\"nomatch\" text=\"yes\" tag=\"div\" class=\"tc-drafts-list\">\n<$list filter=\"[has[draft.of]!sort[modified]] -[list[$:/StoryList]]\">\n<$link>\n{{$:/core/images/edit-button}} <$text text=<<currentTiddler>>/>\n</$link>\n</$list>\n</$reveal>\n"
        },
        "$:/core/ui/PageTemplate/alerts": {
            "title": "$:/core/ui/PageTemplate/alerts",
            "tags": "$:/tags/PageTemplate",
            "text": "<div class=\"tc-alerts\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Alert]!has[draft.of]]\" template=\"$:/core/ui/AlertTemplate\" storyview=\"pop\"/>\n\n</div>\n"
        },
        "$:/core/ui/PageTemplate/pluginreloadwarning": {
            "title": "$:/core/ui/PageTemplate/pluginreloadwarning",
            "tags": "$:/tags/PageTemplate",
            "text": "\\define lingo-base() $:/language/\n\n<$list filter=\"[{$:/status/RequireReloadDueToPluginChange}match[yes]]\">\n\n<$reveal type=\"nomatch\" state=\"$:/temp/HidePluginWarning\" text=\"yes\">\n\n<div class=\"tc-plugin-reload-warning\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<<lingo PluginReloadWarning>> <$button set=\"$:/temp/HidePluginWarning\" setTo=\"yes\" class=\"tc-btn-invisible\">{{$:/core/images/close-button}}</$button>\n\n</$set>\n\n</div>\n\n</$reveal>\n\n</$list>\n"
        },
        "$:/core/ui/PageTemplate/sidebar": {
            "title": "$:/core/ui/PageTemplate/sidebar",
            "tags": "$:/tags/PageTemplate",
            "text": "\\whitespace trim\n\\define config-title()\n$:/config/SideBarSegments/Visibility/$(listItem)$\n\\end\n\n<$scrollable fallthrough=\"no\" class=\"tc-sidebar-scrollable\">\n\n<div class=\"tc-sidebar-header\">\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBarSegment]!has[draft.of]]\" variable=\"listItem\">\n\n<$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"  tag=\"div\">\n\n<$transclude tiddler=<<listItem>> mode=\"block\"/>\n\n</$reveal>\n\n</$list>\n\n</$reveal>\n\n</div>\n\n</$scrollable>\n"
        },
        "$:/core/ui/PageTemplate/story": {
            "title": "$:/core/ui/PageTemplate/story",
            "tags": "$:/tags/PageTemplate",
            "text": "\\whitespace trim\n<section class=\"tc-story-river\">\n\n<section class=\"story-backdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n<$list filter=\"[list[$:/StoryList]]\" history=\"$:/HistoryList\" template={{$:/config/ui/ViewTemplate}} editTemplate={{$:/config/ui/EditTemplate}} storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>\n\n<section class=\"story-frontdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n</section>\n"
        },
        "$:/core/ui/PageTemplate/topleftbar": {
            "title": "$:/core/ui/PageTemplate/topleftbar",
            "tags": "$:/tags/PageTemplate",
            "text": "<span class=\"tc-topbar tc-topbar-left\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]]\" variable=\"listItem\" storyview=\"pop\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
        },
        "$:/core/ui/PageTemplate/toprightbar": {
            "title": "$:/core/ui/PageTemplate/toprightbar",
            "tags": "$:/tags/PageTemplate",
            "text": "<span class=\"tc-topbar tc-topbar-right\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]]\" variable=\"listItem\" storyview=\"pop\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
        },
        "$:/core/ui/Buttons/advanced-search": {
            "title": "$:/core/ui/Buttons/advanced-search",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/advanced-search-button}} {{$:/language/Buttons/AdvancedSearch/Caption}}",
            "description": "{{$:/language/Buttons/AdvancedSearch/Hint}}",
            "text": "\\whitespace trim\n\\define advanced-search-button(class)\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/advanced-search-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/AdvancedSearch/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/AdvancedSearch]]\" emptyMessage=<<advanced-search-button>>>\n<<advanced-search-button \"tc-selected\">>\n</$list>\n"
        },
        "$:/core/ui/Buttons/close-all": {
            "title": "$:/core/ui/Buttons/close-all",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/close-all-button}} {{$:/language/Buttons/CloseAll/Caption}}",
            "description": "{{$:/language/Buttons/CloseAll/Hint}}",
            "text": "<$button message=\"tm-close-all-tiddlers\" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/CloseAll/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/control-panel": {
            "title": "$:/core/ui/Buttons/control-panel",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/options-button}} {{$:/language/Buttons/ControlPanel/Caption}}",
            "description": "{{$:/language/Buttons/ControlPanel/Hint}}",
            "text": "\\whitespace trim\n\\define control-panel-button(class)\n<$button to=\"$:/ControlPanel\" tooltip={{$:/language/Buttons/ControlPanel/Hint}} aria-label={{$:/language/Buttons/ControlPanel/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/options-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/ControlPanel/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/ControlPanel]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
        },
        "$:/core/ui/Buttons/export-page": {
            "title": "$:/core/ui/Buttons/export-page",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/export-button}} {{$:/language/Buttons/ExportPage/Caption}}",
            "description": "{{$:/language/Buttons/ExportPage/Hint}}",
            "text": "<$macrocall $name=\"exportButton\" exportFilter=\"[!is[system]sort[title]]\" lingoBase=\"$:/language/Buttons/ExportPage/\"/>"
        },
        "$:/core/ui/Buttons/fold-all": {
            "title": "$:/core/ui/Buttons/fold-all",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/fold-all-button}} {{$:/language/Buttons/FoldAll/Caption}}",
            "description": "{{$:/language/Buttons/FoldAll/Hint}}",
            "text": "<$button tooltip={{$:/language/Buttons/FoldAll/Hint}} aria-label={{$:/language/Buttons/FoldAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-all-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FoldAll/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/full-screen": {
            "title": "$:/core/ui/Buttons/full-screen",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/full-screen-button}} {{$:/language/Buttons/FullScreen/Caption}}",
            "description": "{{$:/language/Buttons/FullScreen/Hint}}",
            "text": "<$button message=\"tm-full-screen\" tooltip={{$:/language/Buttons/FullScreen/Hint}} aria-label={{$:/language/Buttons/FullScreen/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/full-screen-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FullScreen/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/home": {
            "title": "$:/core/ui/Buttons/home",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}",
            "description": "{{$:/language/Buttons/Home/Hint}}",
            "text": "<$button message=\"tm-home\" tooltip={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/home-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Home/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/import": {
            "title": "$:/core/ui/Buttons/import",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/import-button}} {{$:/language/Buttons/Import/Caption}}",
            "description": "{{$:/language/Buttons/Import/Hint}}",
            "text": "<div class=\"tc-file-input-wrapper\">\n<$button tooltip={{$:/language/Buttons/Import/Hint}} aria-label={{$:/language/Buttons/Import/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/import-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Import/Caption}}/></span>\n</$list>\n</$button>\n<$browse tooltip={{$:/language/Buttons/Import/Hint}}/>\n</div>"
        },
        "$:/core/ui/Buttons/language": {
            "title": "$:/core/ui/Buttons/language",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/globe}} {{$:/language/Buttons/Language/Caption}}",
            "description": "{{$:/language/Buttons/Language/Hint}}",
            "text": "\\whitespace trim\n\\define flag-title()\n$(languagePluginTitle)$/icon\n\\end\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/language\">> tooltip={{$:/language/Buttons/Language/Hint}} aria-label={{$:/language/Buttons/Language/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value={{$:/language}}>\n<$image source=<<flag-title>>/>\n</$set>\n</span>\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Language/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/language\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n{{$:/snippets/languageswitcher}}\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/encryption": {
            "title": "$:/core/ui/Buttons/encryption",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/locked-padlock}} {{$:/language/Buttons/Encryption/Caption}}",
            "description": "{{$:/language/Buttons/Encryption/Hint}}",
            "text": "\\whitespace trim\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-clear-password\" tooltip={{$:/language/Buttons/Encryption/ClearPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/ClearPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/locked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/ClearPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-set-password\" tooltip={{$:/language/Buttons/Encryption/SetPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/SetPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/unlocked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/SetPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/manager": {
            "title": "$:/core/ui/Buttons/manager",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/list}} {{$:/language/Buttons/Manager/Caption}}",
            "description": "{{$:/language/Buttons/Manager/Hint}}",
            "text": "\\whitespace trim\n\\define manager-button(class)\n<$button to=\"$:/Manager\" tooltip={{$:/language/Buttons/Manager/Hint}} aria-label={{$:/language/Buttons/Manager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/list}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Manager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/Manager]]\" emptyMessage=<<manager-button>>>\n<<manager-button \"tc-selected\">>\n</$list>\n"
        },
        "$:/core/ui/Buttons/more-page-actions": {
            "title": "$:/core/ui/Buttons/more-page-actions",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}",
            "description": "{{$:/language/Buttons/More/Hint}}",
            "text": "\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/More/Caption}}/></span>\n</$list>\n</$button><$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"below\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$reveal>"
        },
        "$:/core/ui/Buttons/new-image": {
            "title": "$:/core/ui/Buttons/new-image",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/new-image-button}} {{$:/language/Buttons/NewImage/Caption}}",
            "description": "{{$:/language/Buttons/NewImage/Hint}}",
            "text": "\\whitespace trim\n<$button tooltip={{$:/language/Buttons/NewImage/Hint}} aria-label={{$:/language/Buttons/NewImage/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-image}}>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-image-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewImage/Caption}}/></span>\n</$list>\n</$button>\n"
        },
        "$:/core/ui/Buttons/new-journal": {
            "title": "$:/core/ui/Buttons/new-journal",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournal/Caption}}",
            "description": "{{$:/language/Buttons/NewJournal/Hint}}",
            "text": "\\whitespace trim\n\\define journalButton()\n<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-journal}}>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewJournal/Caption}}/></span>\n</$list>\n</$button>\n\\end\n<<journalButton>>\n"
        },
        "$:/core/ui/Buttons/new-tiddler": {
            "title": "$:/core/ui/Buttons/new-tiddler",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/new-button}} {{$:/language/Buttons/NewTiddler/Caption}}",
            "description": "{{$:/language/Buttons/NewTiddler/Hint}}",
            "text": "\\whitespace trim\n<$button actions={{$:/core/ui/Actions/new-tiddler}} tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewTiddler/Caption}}/></span>\n</$list>\n</$button>\n"
        },
        "$:/core/ui/Buttons/palette": {
            "title": "$:/core/ui/Buttons/palette",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/palette}} {{$:/language/Buttons/Palette/Caption}}",
            "description": "{{$:/language/Buttons/Palette/Hint}}",
            "text": "\\whitespace trim\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/palette\">> tooltip={{$:/language/Buttons/Palette/Hint}} aria-label={{$:/language/Buttons/Palette/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/palette}}\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Palette/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/palette\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\" style=\"font-size:0.7em;\">\n{{$:/snippets/paletteswitcher}}\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/print": {
            "title": "$:/core/ui/Buttons/print",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/print-button}} {{$:/language/Buttons/Print/Caption}}",
            "description": "{{$:/language/Buttons/Print/Hint}}",
            "text": "<$button message=\"tm-print\" tooltip={{$:/language/Buttons/Print/Hint}} aria-label={{$:/language/Buttons/Print/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/print-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Print/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/refresh": {
            "title": "$:/core/ui/Buttons/refresh",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/refresh-button}} {{$:/language/Buttons/Refresh/Caption}}",
            "description": "{{$:/language/Buttons/Refresh/Hint}}",
            "text": "<$button message=\"tm-browser-refresh\" tooltip={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/refresh-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Refresh/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/save-wiki": {
            "title": "$:/core/ui/Buttons/save-wiki",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}",
            "description": "{{$:/language/Buttons/SaveWiki/Hint}}",
            "text": "<$button tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>\n<$wikify name=\"site-title\" text={{$:/config/SaveWikiButton/Filename}}>\n<$action-sendmessage $message=\"tm-save-wiki\" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>\n</$wikify>\n<span class=\"tc-dirty-indicator\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/save-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/SaveWiki/Caption}}/></span>\n</$list>\n</span>\n</$button>"
        },
        "$:/core/ui/Buttons/storyview": {
            "title": "$:/core/ui/Buttons/storyview",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/storyview-classic}} {{$:/language/Buttons/StoryView/Caption}}",
            "description": "{{$:/language/Buttons/StoryView/Hint}}",
            "text": "\\whitespace trim\n\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/storyview\">> tooltip={{$:/language/Buttons/StoryView/Hint}} aria-label={{$:/language/Buttons/StoryView/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n<$set name=\"storyview\" value={{$:/view}}>\n<$transclude tiddler=<<icon>>/>\n</$set>\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/StoryView/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/storyview\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n{{$:/snippets/viewswitcher}}\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/tag-manager": {
            "title": "$:/core/ui/Buttons/tag-manager",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/tag-button}} {{$:/language/Buttons/TagManager/Caption}}",
            "description": "{{$:/language/Buttons/TagManager/Hint}}",
            "text": "\\whitespace trim\n\\define control-panel-button(class)\n<$button to=\"$:/TagManager\" tooltip={{$:/language/Buttons/TagManager/Hint}} aria-label={{$:/language/Buttons/TagManager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/tag-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/TagManager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/TagManager]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
        },
        "$:/core/ui/Buttons/theme": {
            "title": "$:/core/ui/Buttons/theme",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/theme-button}} {{$:/language/Buttons/Theme/Caption}}",
            "description": "{{$:/language/Buttons/Theme/Hint}}",
            "text": "\\whitespace trim\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/theme\">> tooltip={{$:/language/Buttons/Theme/Hint}} aria-label={{$:/language/Buttons/Theme/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/theme-button}}\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Theme/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/theme\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$linkcatcher to=\"$:/theme\">\n{{$:/snippets/themeswitcher}}\n</$linkcatcher>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/timestamp": {
            "title": "$:/core/ui/Buttons/timestamp",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/timestamp-on}} {{$:/language/Buttons/Timestamp/Caption}}",
            "description": "{{$:/language/Buttons/Timestamp/Hint}}",
            "text": "\\whitespace trim\n<$reveal type=\"nomatch\" state=\"$:/config/TimestampDisable\" text=\"yes\">\n<$button tooltip={{$:/language/Buttons/Timestamp/On/Hint}} aria-label={{$:/language/Buttons/Timestamp/On/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-setfield $tiddler=\"$:/config/TimestampDisable\" $value=\"yes\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/timestamp-on}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Timestamp/On/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/config/TimestampDisable\" text=\"yes\">\n<$button tooltip={{$:/language/Buttons/Timestamp/Off/Hint}} aria-label={{$:/language/Buttons/Timestamp/Off/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-setfield $tiddler=\"$:/config/TimestampDisable\" $value=\"no\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/timestamp-off}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Timestamp/Off/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/unfold-all": {
            "title": "$:/core/ui/Buttons/unfold-all",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/unfold-all-button}} {{$:/language/Buttons/UnfoldAll/Caption}}",
            "description": "{{$:/language/Buttons/UnfoldAll/Hint}}",
            "text": "<$button tooltip={{$:/language/Buttons/UnfoldAll/Hint}} aria-label={{$:/language/Buttons/UnfoldAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-unfold-all-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/unfold-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/UnfoldAll/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/TiddlerInfo/Advanced": {
            "title": "$:/core/ui/TiddlerInfo/Advanced",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Advanced/Caption}}",
            "text": "<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo/Advanced]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>> mode=\"block\"/>\n</$list>\n"
        },
        "$:/core/ui/TiddlerInfo/Fields": {
            "title": "$:/core/ui/TiddlerInfo/Fields",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Fields/Caption}}",
            "text": "<$transclude tiddler=\"$:/core/ui/TiddlerFields\"/>\n"
        },
        "$:/core/ui/TiddlerInfo/List": {
            "title": "$:/core/ui/TiddlerInfo/List",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/List/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[list{!!title}]\" emptyMessage=<<lingo List/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/TiddlerInfo/Listed": {
            "title": "$:/core/ui/TiddlerInfo/Listed",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Listed/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]listed[]!is[system]]\" emptyMessage=<<lingo Listed/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/TiddlerInfo/References": {
            "title": "$:/core/ui/TiddlerInfo/References",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/References/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]backlinks[]sort[title]]\" emptyMessage=<<lingo References/Empty>> template=\"$:/core/ui/ListItemTemplate\">\n</$list>"
        },
        "$:/core/ui/TiddlerInfo/Tools": {
            "title": "$:/core/ui/TiddlerInfo/Tools",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Tools/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\">\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/TiddlerInfo/Tagging": {
            "title": "$:/core/ui/TiddlerInfo/Tagging",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Tagging/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]tagging[]]\" emptyMessage=<<lingo Tagging/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/TiddlerInfo/Advanced/PluginInfo": {
            "title": "$:/core/ui/TiddlerInfo/Advanced/PluginInfo",
            "tags": "$:/tags/TiddlerInfo/Advanced",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\n<$list filter=\"[all[current]has[plugin-type]]\">\n\n! <<lingo Heading>>\n\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</li>\n</$list>\n</ul>\n\n</$list>\n"
        },
        "$:/core/ui/TiddlerInfo/Advanced/ShadowInfo": {
            "title": "$:/core/ui/TiddlerInfo/Advanced/ShadowInfo",
            "tags": "$:/tags/TiddlerInfo/Advanced",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/ShadowInfo/\n<$set name=\"infoTiddler\" value=<<currentTiddler>>>\n\n''<<lingo Heading>>''\n\n<$list filter=\"[all[current]!is[shadow]]\">\n\n<<lingo NotShadow/Hint>>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]]\">\n\n<<lingo Shadow/Hint>>\n\n<$list filter=\"[all[current]shadowsource[]]\">\n\n<$set name=\"pluginTiddler\" value=<<currentTiddler>>>\n<<lingo Shadow/Source>>\n</$set>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\">\n\n<<lingo OverriddenShadow/Hint>>\n\n</$list>\n\n\n</$list>\n</$set>\n"
        },
        "$:/core/ui/SideBarSegments/page-controls": {
            "title": "$:/core/ui/SideBarSegments/page-controls",
            "tags": "$:/tags/SideBarSegment",
            "text": "{{||$:/core/ui/PageTemplate/pagecontrols}}\n"
        },
        "$:/core/ui/SideBarSegments/search": {
            "title": "$:/core/ui/SideBarSegments/search",
            "tags": "$:/tags/SideBarSegment",
            "text": "\\whitespace trim\n\n\\define count-popup-button()\n\\whitespace trim\n<$button popup=<<qualify \"$:/state/popup/search-dropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n<$list filter=\"[{$(searchTiddler)$}minlength{$:/config/Search/MinLength}limit[1]]\" variable=\"listItem\">\n<$vars userInput={{{ [<searchTiddler>get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}} replaceRegexp=\"limit\\[\\d+\\]\">\n<$vars primaryListFilter={{{ [<configTiddler>get[first-search-filter]search-replace:g:regexp<replaceRegexp>,[]] }}} secondaryListFilter={{{ [<configTiddler>get[second-search-filter]search-replace:g:regexp<replaceRegexp>,[]] }}}>\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[subfilter<primaryListFilter>] [subfilter<secondaryListFilter>]\"/>\"\"\">\n{{$:/language/Search/Matches}}\n</$set>\n</$vars>\n</$vars>\n</$list>\n</$button>\n\\end\n\n\\define search-results-list()\n\\whitespace trim\n<$vars userInput={{$(searchTiddler)$}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}}>\n<$list filter=\"[<userInput>minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$tiddler tiddler=<<configTiddler>>>\n\n{{$:/core/ui/SearchResults}}\n\n</$tiddler>\n\n</$list>\n</$vars>\n\\end\n\n\\define cancel-search-actions() <$list filter=\"[<searchTiddler>get[text]!match{$:/temp/search}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/search]] [<searchTiddler>] [<searchListState>]\"/>\"\"\"><$action-setfield $tiddler=\"$:/temp/search\" text={{{ [<searchTiddler>get[text]] }}}/><$action-setfield $tiddler=\"$:/temp/search/refresh\" text=\"yes\"/></$list>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab/search-results/sidebar\" tag=\"$:/tags/SearchResults\" beforeafter=\"$beforeafter$\" defaultState={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/search/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define advanced-search-actions() <$action-setfield $tiddler=\"$:/temp/advancedsearch\" text={{$:/temp/search/input}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/search/input}}/><<delete-state-tiddlers>><$action-navigate $to=\"$:/AdvancedSearch\"/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\"[data-tiddler-title=\"$:/AdvancedSearch\"] .tc-search input\"\"\" preventScroll=\"true\"/><$action-deletetiddler $filter=\"$:/temp/search $:/temp/search/input $:/temp/search/refresh [<searchListState>]\"/>\n\n<div class=\"tc-sidebar-lists tc-sidebar-search\">\n\n<$vars editTiddler=\"$:/temp/search\" searchTiddler=\"$:/temp/search/input\" searchListState=<<qualify \"$:/state/search-list/selected-item\">>>\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$keyboard key=\"((advanced-search-sidebar))\" actions=<<advanced-search-actions>>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<editTiddler>> storeTitle=<<searchTiddler>> \n\t\tselectionStateTitle=<<searchListState>> refreshTitle=\"$:/temp/search/refresh\" type=\"search\" \n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} focusPopup=<<qualify \"$:/state/popup/search-dropdown\">> \n\t\tclass=\"tc-popup-handle\" filterMinLength={{$:/config/Search/MinLength}} inputCancelActions=<<cancel-search-actions>> \n\t\tinputAcceptActions=<<input-accept-actions>> inputAcceptVariantActions=<<input-accept-variant-actions>> cancelPopups=\"yes\" \n\t\tconfigTiddlerFilter=\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\"/>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n<$reveal state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n<<advanced-search-actions>>\n{{$:/core/images/advanced-search-button}}\n</$button>\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>><$action-sendmessage $message=\"tm-focus-selector\" $param=\".tc-search input\"/>\n{{$:/core/images/close-button}}\n</$button>\n<<count-popup-button>>\n</$reveal>\n<$reveal state=<<searchTiddler>> type=\"match\" text=\"\">\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n{{$:/core/images/advanced-search-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal tag=\"div\" class=\"tc-block-dropdown-wrapper\" state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n\n<$reveal tag=\"div\" class=\"tc-block-dropdown tc-search-drop-down tc-popup-handle\" state=<<qualify \"$:/state/popup/search-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n\n<<search-results-list>>\n\n</$reveal>\n\n</$reveal>\n\n</$vars>\n\n</div>\n"
        },
        "$:/core/ui/SideBarSegments/site-subtitle": {
            "title": "$:/core/ui/SideBarSegments/site-subtitle",
            "tags": "$:/tags/SideBarSegment",
            "text": "<div class=\"tc-site-subtitle\">\n\n<$transclude tiddler=\"$:/SiteSubtitle\" mode=\"inline\"/>\n\n</div>\n"
        },
        "$:/core/ui/SideBarSegments/site-title": {
            "title": "$:/core/ui/SideBarSegments/site-title",
            "tags": "$:/tags/SideBarSegment",
            "text": "<h1 class=\"tc-site-title\">\n\n<$transclude tiddler=\"$:/SiteTitle\" mode=\"inline\"/>\n\n</h1>\n"
        },
        "$:/core/ui/SideBarSegments/tabs": {
            "title": "$:/core/ui/SideBarSegments/tabs",
            "tags": "$:/tags/SideBarSegment",
            "text": "<div class=\"tc-sidebar-lists tc-sidebar-tabs\">\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\" default={{$:/config/DefaultSidebarTab}} state=\"$:/state/tab/sidebar\" class=\"tc-sidebar-tabs-main\" explicitState=\"$:/state/tab/sidebar--595412856\"/>\n\n</div>\n"
        },
        "$:/core/ui/Buttons/clone": {
            "title": "$:/core/ui/Buttons/clone",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/clone-button}} {{$:/language/Buttons/Clone/Caption}}",
            "description": "{{$:/language/Buttons/Clone/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-new-tiddler\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/Clone/Hint}} aria-label={{$:/language/Buttons/Clone/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/clone-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Clone/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/close-others": {
            "title": "$:/core/ui/Buttons/close-others",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/close-others-button}} {{$:/language/Buttons/CloseOthers/Caption}}",
            "description": "{{$:/language/Buttons/CloseOthers/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-close-other-tiddlers\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/CloseOthers/Hint}} aria-label={{$:/language/Buttons/CloseOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/CloseOthers/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/close": {
            "title": "$:/core/ui/Buttons/close",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}",
            "description": "{{$:/language/Buttons/Close/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/Close/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/edit": {
            "title": "$:/core/ui/Buttons/edit",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/edit-button}} {{$:/language/Buttons/Edit/Caption}}",
            "description": "{{$:/language/Buttons/Edit/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-edit-tiddler\" tooltip={{$:/language/Buttons/Edit/Hint}} aria-label={{$:/language/Buttons/Edit/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/edit-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Edit/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/fold-bar": {
            "title": "$:/core/ui/Buttons/fold-bar",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/chevron-up}} {{$:/language/Buttons/Fold/FoldBar/Caption}}",
            "description": "{{$:/language/Buttons/Fold/FoldBar/Hint}}",
            "text": "<!-- This dummy toolbar button is here to allow visibility of the fold-bar to be controlled as if it were a toolbar button -->"
        },
        "$:/core/ui/Buttons/export-tiddler": {
            "title": "$:/core/ui/Buttons/export-tiddler",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/export-button}} {{$:/language/Buttons/ExportTiddler/Caption}}",
            "description": "{{$:/language/Buttons/ExportTiddler/Hint}}",
            "text": "\\define makeExportFilter()\n[[$(currentTiddler)$]]\n\\end\n<$macrocall $name=\"exportButton\" exportFilter=<<makeExportFilter>> lingoBase=\"$:/language/Buttons/ExportTiddler/\" baseFilename=<<currentTiddler>>/>"
        },
        "$:/core/ui/Buttons/fold-others": {
            "title": "$:/core/ui/Buttons/fold-others",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/fold-others-button}} {{$:/language/Buttons/FoldOthers/Caption}}",
            "description": "{{$:/language/Buttons/FoldOthers/Hint}}",
            "text": "\\whitespace trim\n<$button tooltip={{$:/language/Buttons/FoldOthers/Hint}} aria-label={{$:/language/Buttons/FoldOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-other-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/FoldOthers/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/fold": {
            "title": "$:/core/ui/Buttons/fold",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/fold-button}} {{$:/language/Buttons/Fold/Caption}}",
            "description": "{{$:/language/Buttons/Fold/Hint}}",
            "text": "\\whitespace trim\n<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\">\n<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Fold/Caption}}/>\n</span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\">\n<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/unfold-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Unfold/Caption}}/>\n</span>\n</$list>\n</$button>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/info": {
            "title": "$:/core/ui/Buttons/info",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/info-button}} {{$:/language/Buttons/Info/Caption}}",
            "description": "{{$:/language/Buttons/Info/Hint}}",
            "text": "\\whitespace trim\n\\define button-content()\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/info-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/Info/Caption}}/>\n</span>\n</$list>\n\\end\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"popup\">\n<$button popup=<<tiddlerInfoState>> tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"sticky\">\n<$reveal state=<<tiddlerInfoState>> type=\"match\" text=\"\" default=\"\">\n<$button set=<<tiddlerInfoState>> setTo=\"yes\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n<$reveal state=<<tiddlerInfoState>> type=\"nomatch\" text=\"\" default=\"\">\n<$button set=<<tiddlerInfoState>> setTo=\"\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n</$reveal>"
        },
        "$:/core/ui/Buttons/new-here": {
            "title": "$:/core/ui/Buttons/new-here",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/new-here-button}} {{$:/language/Buttons/NewHere/Caption}}",
            "description": "{{$:/language/Buttons/NewHere/Hint}}",
            "text": "\\whitespace trim\n\\define newHereActions()\n<$set name=\"tags\" filter=\"[<currentTiddler>] [{$:/config/NewTiddler/Tags}]\">\n<$action-sendmessage $message=\"tm-new-tiddler\" tags=<<tags>>/>\n</$set>\n\\end\n\\define newHereButton()\n<$button actions=<<newHereActions>> tooltip={{$:/language/Buttons/NewHere/Hint}} aria-label={{$:/language/Buttons/NewHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-here-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/NewHere/Caption}}/>\n</span>\n</$list>\n</$button>\n\\end\n<<newHereButton>>\n"
        },
        "$:/core/ui/Buttons/more-tiddler-actions": {
            "title": "$:/core/ui/Buttons/more-tiddler-actions",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}",
            "description": "{{$:/language/Buttons/More/Hint}}",
            "text": "\\whitespace trim\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/More/Caption}}/>\n</span>\n</$list>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]] -[[$:/core/ui/Buttons/more-tiddler-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$reveal>"
        },
        "$:/core/ui/Buttons/new-journal-here": {
            "title": "$:/core/ui/Buttons/new-journal-here",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournalHere/Caption}}",
            "description": "{{$:/language/Buttons/NewJournalHere/Hint}}",
            "text": "\\whitespace trim\n\\define journalButtonTags()\n[[$(currentTiddlerTag)$]] $(journalTags)$\n\\end\n\\define journalButton()\n<$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}} aria-label={{$:/language/Buttons/NewJournalHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$wikify name=\"journalTitle\" text=\"\"\"<$macrocall $name=\"now\" format=<<journalTitleTemplate>>/>\"\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalButtonTags>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/NewJournalHere/Caption}}/>\n</span>\n</$list>\n</$wikify>\n</$button>\n\\end\n<$set name=\"journalTitleTemplate\" value={{$:/config/NewJournal/Title}}>\n<$set name=\"journalTags\" value={{$:/config/NewJournal/Tags}}>\n<$set name=\"currentTiddlerTag\" value=<<currentTiddler>>>\n<<journalButton>>\n</$set>\n</$set>\n</$set>\n"
        },
        "$:/core/ui/Buttons/permalink": {
            "title": "$:/core/ui/Buttons/permalink",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/permalink-button}} {{$:/language/Buttons/Permalink/Caption}}",
            "description": "{{$:/language/Buttons/Permalink/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-permalink\" tooltip={{$:/language/Buttons/Permalink/Hint}} aria-label={{$:/language/Buttons/Permalink/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/permalink-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Permalink/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/open-window": {
            "title": "$:/core/ui/Buttons/open-window",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/open-window}} {{$:/language/Buttons/OpenWindow/Caption}}",
            "description": "{{$:/language/Buttons/OpenWindow/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-open-window\" tooltip={{$:/language/Buttons/OpenWindow/Hint}} aria-label={{$:/language/Buttons/OpenWindow/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/open-window}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/OpenWindow/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/permaview": {
            "title": "$:/core/ui/Buttons/permaview",
            "tags": "$:/tags/ViewToolbar $:/tags/PageControls",
            "caption": "{{$:/core/images/permaview-button}} {{$:/language/Buttons/Permaview/Caption}}",
            "description": "{{$:/language/Buttons/Permaview/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-permaview\" tooltip={{$:/language/Buttons/Permaview/Hint}} aria-label={{$:/language/Buttons/Permaview/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/permaview-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Permaview/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/TopBar/menu": {
            "title": "$:/core/ui/TopBar/menu",
            "tags": "$:/tags/TopRightBar",
            "text": "<$list filter=\"[[$:/state/sidebar]get[text]] +[else[yes]!match[no]]\" variable=\"ignore\">\n<$button set=\"$:/state/sidebar\" setTo=\"no\" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class=\"tc-btn-invisible tc-hide-sidebar-btn\">{{$:/core/images/chevron-right}}</$button>\n</$list>\n<$list filter=\"[[$:/state/sidebar]get[text]] +[else[yes]match[no]]\" variable=\"ignore\">\n<$button set=\"$:/state/sidebar\" setTo=\"yes\" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class=\"tc-btn-invisible tc-show-sidebar-btn\">{{$:/core/images/chevron-left}}</$button>\n</$list>\n"
        },
        "$:/core/ui/ViewTemplate/body": {
            "title": "$:/core/ui/ViewTemplate/body",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal tag=\"div\" class=\"tc-tiddler-body\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[current]!has[plugin-type]!field:hide-body[yes]]\">\n\n<$transclude>\n\n<$transclude tiddler=\"$:/language/MissingTiddler/Hint\"/>\n\n</$transclude>\n\n</$list>\n\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/import": {
            "title": "$:/core/ui/ViewTemplate/import",
            "tags": "$:/tags/ViewTemplate",
            "text": "\\define lingo-base() $:/language/Import/\n\n\\define buttons()\n<$button message=\"tm-delete-tiddler\" param=<<currentTiddler>>><<lingo Listing/Cancel/Caption>></$button>\n<$button message=\"tm-perform-import\" param=<<currentTiddler>>><<lingo Listing/Import/Caption>></$button>\n<<lingo Listing/Preview>> <$select tiddler=\"$:/state/importpreviewtype\" default=\"$:/core/ui/ImportPreviews/Text\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ImportPreview]!has[draft.of]]\">\n<option value=<<currentTiddler>>>{{!!caption}}</option>\n</$list>\n</$select>\n\\end\n\n<$list filter=\"[all[current]field:plugin-type[import]]\">\n\n<div class=\"tc-import\">\n\n<<lingo Listing/Hint>>\n\n<<buttons>>\n\n{{||$:/core/ui/ImportListing}}\n\n<<buttons>>\n\n</div>\n\n</$list>\n"
        },
        "$:/core/ui/ViewTemplate/classic": {
            "title": "$:/core/ui/ViewTemplate/classic",
            "tags": "$:/tags/ViewTemplate $:/tags/EditTemplate",
            "text": "\\define lingo-base() $:/language/ClassicWarning/\n<$list filter=\"[all[current]type[text/x-tiddlywiki]]\">\n<div class=\"tc-message-box\">\n\n<<lingo Hint>>\n\n<$button set=\"!!type\" setTo=\"text/vnd.tiddlywiki\"><<lingo Upgrade/Caption>></$button>\n\n</div>\n</$list>\n"
        },
        "$:/core/ui/ViewTemplate/plugin": {
            "title": "$:/core/ui/ViewTemplate/plugin",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal tag=\"div\" class=\"tc-tiddler-plugin-info\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[current]has[plugin-type]] -[all[current]field:plugin-type[import]]\">\n<$set name=\"plugin-type\" value={{!!plugin-type}}>\n<$set name=\"default-popup-state\" value=\"yes\">\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n{{||$:/core/ui/Components/plugin-info}}\n</$set>\n</$set>\n</$set>\n</$list>\n</$reveal>"
        },
        "$:/core/ui/ViewTemplate/subtitle": {
            "title": "$:/core/ui/ViewTemplate/subtitle",
            "tags": "$:/tags/ViewTemplate",
            "text": "\\whitespace trim\n<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n<div class=\"tc-subtitle\">\n<$link to={{!!modifier}} />\n<$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/tags": {
            "title": "$:/core/ui/ViewTemplate/tags",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n<div class=\"tc-tags-wrapper\"><$list filter=\"[all[current]tags[]sort[title]]\" template=\"$:/core/ui/TagTemplate\" storyview=\"pop\"/></div>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/unfold": {
            "title": "$:/core/ui/ViewTemplate/unfold",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal tag=\"div\" type=\"nomatch\" state=\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar\" text=\"hide\">\n<$reveal tag=\"div\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\" retain=\"yes\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=\"tc-fold-banner\">\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n{{$:/core/images/chevron-up}}\n</$button>\n</$reveal>\n<$reveal tag=\"div\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"show\" default=\"show\" retain=\"yes\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=\"tc-unfold-banner\">\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/title": {
            "title": "$:/core/ui/ViewTemplate/title",
            "tags": "$:/tags/ViewTemplate",
            "text": "\\whitespace trim\n\\define title-styles()\nfill:$(foregroundColor)$;\n\\end\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<span class=\"tc-tiddler-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\"><$transclude tiddler=<<listItem>>/></$set></$reveal></$list>\n</span>\n<$set name=\"tv-wikilinks\" value={{$:/config/Tiddlers/TitleLinks}}>\n<$link>\n<$set name=\"foregroundColor\" value={{!!color}}>\n<$list filter=\"[all[current]has[icon]]~[[$:/config/DefaultTiddlerIcon]has[text]]\">\n<span class=\"tc-tiddler-title-icon\" style=<<title-styles>>>\n<$transclude tiddler={{!!icon}}>\n<$transclude tiddler={{$:/config/DefaultTiddlerIcon}}/>\n</$transclude>\n</span>\n</$list>\n</$set>\n<$list filter=\"[all[current]removeprefix[$:/]]\">\n<h2 class=\"tc-title\" title={{$:/language/SystemTiddler/Tooltip}}>\n<span class=\"tc-system-title-prefix\">$:/</span><$text text=<<currentTiddler>>/>\n</h2>\n</$list>\n<$list filter=\"[all[current]!prefix[$:/]]\">\n<h2 class=\"tc-title\">\n<$view field=\"title\"/>\n</h2>\n</$list>\n</$link>\n</$set>\n</div>\n\n<$reveal type=\"nomatch\" text=\"\" default=\"\" state=<<tiddlerInfoState>> class=\"tc-tiddler-info tc-popup-handle\" animate=\"yes\" retain=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>> mode=\"block\"/></$list>\n\n</$reveal>\n</div>"
        },
        "$:/DefaultTiddlers": {
            "title": "$:/DefaultTiddlers",
            "text": "GettingStarted\n"
        },
        "$:/temp/advancedsearch": {
            "title": "$:/temp/advancedsearch",
            "text": ""
        },
        "$:/snippets/download-wiki-button": {
            "title": "$:/snippets/download-wiki-button",
            "text": "\\define lingo-base() $:/language/ControlPanel/Tools/Download/\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-download-file\" $param=\"$:/core/save/all\" filename=\"index.html\"/>\n<<lingo Full/Caption>> {{$:/core/images/save-button}}\n</$button>"
        },
        "$:/snippets/allfields": {
            "title": "$:/snippets/allfields",
            "text": "\\define renderfield(title)\n<tr class=\"tc-view-field\"><td class=\"tc-view-field-name\">''$title$'':</td><td class=\"tc-view-field-value\">//{{$:/language/Docs/Fields/$title$}}//</td></tr>\n\\end\n<table class=\"tc-view-field-table\"><tbody><$list filter=\"[fields[]sort[title]]\" variable=\"listItem\"><$macrocall $name=\"renderfield\" title=<<listItem>>/></$list>\n</tbody></table>\n"
        },
        "$:/language": {
            "title": "$:/language",
            "text": "$:/languages/en-GB"
        },
        "$:/snippets/languageswitcher": {
            "title": "$:/snippets/languageswitcher",
            "text": "\\define flag-title()\n$(languagePluginTitle)$/icon\n\\end\n\n<$linkcatcher to=\"$:/language\">\n<div class=\"tc-chooser tc-language-chooser\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[description]]\">\n<$set name=\"cls\" filter=\"[all[current]field:title{$:/language}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link>\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value=<<currentTiddler>>>\n<$transclude subtiddler=<<flag-title>>>\n<$list filter=\"[all[current]field:title[$:/languages/en-GB]]\">\n<$transclude tiddler=\"$:/languages/en-GB/icon\"/>\n</$list>\n</$transclude>\n</$set>\n</span>\n<$view field=\"description\">\n<$view field=\"name\">\n<$view field=\"title\"/>\n</$view>\n</$view>\n</$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
        },
        "$:/snippets/minifocusswitcher": {
            "title": "$:/snippets/minifocusswitcher",
            "text": "<$select tiddler=\"$:/config/AutoFocus\">\n<$list filter=\"title tags text type fields\">\n<option value=<<currentTiddler>>><<currentTiddler>></option>\n</$list>\n</$select>\n"
        },
        "$:/snippets/minilanguageswitcher": {
            "title": "$:/snippets/minilanguageswitcher",
            "text": "<$select tiddler=\"$:/language\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"description\"><$view field=\"name\"><$view field=\"title\"/></$view></$view></option>\n</$list>\n</$select>"
        },
        "$:/snippets/currpalettepreview": {
            "title": "$:/snippets/currpalettepreview",
            "text": "\\define resolve-colour(macrocall)\n\\import $:/core/macros/utils\n\\whitespace trim\n<$wikify name=\"name\" text=\"\"\"$macrocall$\"\"\">\n<<name>>\n</$wikify>\n\\end\n\\define swatchStyle()\nbackground-color: $(swatchColour)$;\n\\end\n\\define swatch-inner()\n<$set name=\"swatchColour\" value={{##$(colourResolved)$}}>\n<$list filter=\"[<swatchColour>!prefix[<<colour ]!suffix[>>]]\" variable=\"ignore\">\n<div class=\"tc-swatch\" style=<<swatchStyle>> title=<<swatchTitle>>/>\n</$list>\n<$list filter=\"[<swatchColour>prefix[<<colour ]suffix[>>]]\" variable=\"ignore\">\n<$wikify name=\"colourResolved\" text=\"\"\"<$macrocall $name=\"resolve-colour\" macrocall=<<swatchColour>>/>\"\"\">\n<<swatch-inner>>\n</$wikify>\n</$list>\n</$set>\n\\end\n\\define swatch()\n<$set name=\"swatchColour\" value={{##$(colour)$}}>\n<$set name=\"swatchTitle\" value=<<colour>>>\n<$list filter=\"[<swatchColour>!prefix[<<colour ]!suffix[>>]]\" variable=\"ignore\">\n<div class=\"tc-swatch\" style=<<swatchStyle>> title=<<swatchTitle>>/>\n</$list>\n<$list filter=\"[<swatchColour>prefix[<<colour ]suffix[>>]]\" variable=\"ignore\">\n<$wikify name=\"colourResolved\" text=\"\"\"<$macrocall $name=\"resolve-colour\" macrocall=<<swatchColour>>/>\"\"\">\n<<swatch-inner>>\n</$wikify>\n</$list>\n</$set>\n</$set>\n\\end\n<div class=\"tc-swatches-horiz\"><$list filter=\"\nforeground\nbackground\nmuted-foreground\nprimary\npage-background\ntab-background\ntiddler-info-background\n\" variable=\"colour\"><<swatch>></$list></div>\n"
        },
        "$:/snippets/minithemeswitcher": {
            "title": "$:/snippets/minithemeswitcher",
            "text": "\\define lingo-base() $:/language/ControlPanel/Theme/\n<<lingo Prompt>> <$select tiddler=\"$:/theme\">\n<$list filter=\"[plugin-type[theme]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"name\"><$view field=\"title\"/></$view></option>\n</$list>\n</$select>"
        },
        "$:/palette": {
            "title": "$:/palette",
            "text": "$:/palettes/Vanilla"
        },
        "$:/snippets/palettepreview": {
            "title": "$:/snippets/palettepreview",
            "text": "<$set name=\"currentTiddler\" value={{$:/palette}}>\n{{||$:/snippets/currpalettepreview}}\n</$set>\n"
        },
        "$:/snippets/paletteeditor": {
            "title": "$:/snippets/paletteeditor",
            "text": "<$transclude tiddler=\"$:/PaletteManager\"/>\n"
        },
        "$:/snippets/peek-stylesheets": {
            "title": "$:/snippets/peek-stylesheets",
            "text": "\\define expandable-stylesheets-list()\n<ol>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$vars state=<<qualify \"$:/state/peek-stylesheets/open/\">>>\n<$set name=\"state\" value={{{ [<state>addsuffix<currentTiddler>] }}}>\n<li>\n<$reveal type=\"match\" state=<<state>> text=\"yes\" tag=\"span\">\n<$button set=<<state>> setTo=\"no\" class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=<<state>> text=\"yes\" tag=\"span\">\n<$button set=<<state>> setTo=\"yes\" class=\"tc-btn-invisible\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$link>\n<$view field=\"title\"/>\n</$link>\n<$reveal type=\"match\" state=<<state>> text=\"yes\" tag=\"div\">\n<$set name=\"source\" tiddler=<<currentTiddler>>>\n<$wikify name=\"styles\" text=<<source>>>\n<pre>\n<code>\n<$text text=<<styles>>/>\n</code>\n</pre>\n</$wikify>\n</$set>\n</$reveal>\n</li>\n</$set>\n</$vars>\n</$list>\n</ol>\n\\end\n\n\\define stylesheets-list()\n<ol>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<li>\n<$link>\n<$view field=\"title\"/>\n</$link>\n<$set name=\"source\" tiddler=<<currentTiddler>>>\n<$wikify name=\"styles\" text=<<source>>>\n<pre>\n<code>\n<$text text=<<styles>>/>\n</code>\n</pre>\n</$wikify>\n</$set>\n</li>\n</$list>\n</ol>\n\\end\n\n<$vars modeState=<<qualify \"$:/state/peek-stylesheets/mode/\">>>\n\n<$reveal type=\"nomatch\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<$button set=<<modeState>> setTo=\"expanded\" class=\"tc-btn-invisible\">{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Stylesheets/Expand/Caption}}</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<$button set=<<modeState>> setTo=\"restored\" class=\"tc-btn-invisible\">{{$:/core/images/chevron-down}} {{$:/language/ControlPanel/Stylesheets/Restore/Caption}}</$button>\n</$reveal>\n\n<$reveal type=\"nomatch\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<<expandable-stylesheets-list>>\n</$reveal>\n<$reveal type=\"match\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<<stylesheets-list>>\n</$reveal>\n\n</$vars>\n"
        },
        "$:/temp/search": {
            "title": "$:/temp/search",
            "text": ""
        },
        "$:/snippets/paletteswitcher": {
            "title": "$:/snippets/paletteswitcher",
            "text": "<$linkcatcher to=\"$:/palette\">\n<div class=\"tc-chooser\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Palette]sort[name]]\"><$set name=\"cls\" filter=\"[all[current]prefix{$:/palette}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' - <$view field=\"description\" format=\"text\"/>{{||$:/snippets/currpalettepreview}}</$link>\n</div></$set>\n</$list>\n</div>\n</$linkcatcher>\n"
        },
        "$:/core/wiki/title": {
            "title": "$:/core/wiki/title",
            "text": "{{$:/SiteTitle}} --- {{$:/SiteSubtitle}}"
        },
        "$:/snippets/themeswitcher": {
            "title": "$:/snippets/themeswitcher",
            "text": "<$linkcatcher to=\"$:/theme\">\n<div class=\"tc-chooser\"><$list filter=\"[plugin-type[theme]sort[title]]\"><$set name=\"cls\" filter=\"[all[current]field:title{$:/theme}] [[$:/theme]!has[text]addsuffix[s/tiddlywiki/vanilla]field:title<currentTiddler>] +[limit[1]]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' <$view field=\"description\" format=\"text\"/></$link></div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
        },
        "$:/snippets/modules": {
            "title": "$:/snippets/modules",
            "text": "\\define describeModuleType(type)\n{{$:/language/Docs/ModuleTypes/$type$}}\n\\end\n<$list filter=\"[moduletypes[]]\">\n\n!! <$macrocall $name=\"currentTiddler\" $type=\"text/plain\" $output=\"text/plain\"/>\n\n<$macrocall $name=\"describeModuleType\" type=<<currentTiddler>>/>\n\n<ul><$list filter=\"[all[current]modules[]]\"><li><$link><<currentTiddler>></$link>\n</li>\n</$list>\n</ul>\n</$list>\n"
        },
        "$:/view": {
            "title": "$:/view",
            "text": "classic"
        },
        "$:/snippets/viewswitcher": {
            "title": "$:/snippets/viewswitcher",
            "text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<$linkcatcher to=\"$:/view\">\n<div class=\"tc-chooser tc-viewswitcher\">\n<$list filter=\"[storyviews[]]\" variable=\"storyview\">\n<$set name=\"cls\" filter=\"[<storyview>prefix{$:/view}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link to=<<storyview>>><$transclude tiddler=<<icon>>/><$text text=<<storyview>>/></$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
        },
        "$:/config/AnimationDuration": {
            "title": "$:/config/AnimationDuration",
            "text": "400"
        },
        "$:/config/AutoFocus": {
            "title": "$:/config/AutoFocus",
            "text": "title"
        },
        "$:/config/AutoSave": {
            "title": "$:/config/AutoSave",
            "text": "yes"
        },
        "$:/config/BitmapEditor/Colour": {
            "title": "$:/config/BitmapEditor/Colour",
            "text": "#444"
        },
        "$:/config/BitmapEditor/ImageSizes": {
            "title": "$:/config/BitmapEditor/ImageSizes",
            "text": "[[62px 100px]] [[100px 62px]] [[124px 200px]] [[200px 124px]] [[248px 400px]] [[371px 600px]] [[400px 248px]] [[556px 900px]] [[600px 371px]] [[742px 1200px]] [[900px 556px]] [[1200px 742px]]"
        },
        "$:/config/BitmapEditor/LineWidths": {
            "title": "$:/config/BitmapEditor/LineWidths",
            "text": "0.25px 0.5px 1px 2px 3px 4px 6px 8px 10px 16px 20px 28px 40px 56px 80px"
        },
        "$:/config/BitmapEditor/LineWidth": {
            "title": "$:/config/BitmapEditor/LineWidth",
            "text": "3px"
        },
        "$:/config/BitmapEditor/Opacities": {
            "title": "$:/config/BitmapEditor/Opacities",
            "text": "0.01 0.025 0.05 0.075 0.1 0.15 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0"
        },
        "$:/config/BitmapEditor/Opacity": {
            "title": "$:/config/BitmapEditor/Opacity",
            "text": "1.0"
        },
        "$:/config/DefaultSidebarTab": {
            "title": "$:/config/DefaultSidebarTab",
            "text": "$:/core/ui/SideBar/Open"
        },
        "$:/config/DefaultMoreSidebarTab": {
            "title": "$:/config/DefaultMoreSidebarTab",
            "text": "$:/core/ui/MoreSideBar/Tags"
        },
        "$:/config/Drafts/TypingTimeout": {
            "title": "$:/config/Drafts/TypingTimeout",
            "text": "400"
        },
        "$:/config/DownloadSaver/AutoSave": {
            "title": "$:/config/DownloadSaver/AutoSave",
            "text": "no"
        },
        "$:/config/EditTabIndex": {
            "title": "$:/config/EditTabIndex",
            "text": "1\n"
        },
        "$:/config/EditMode/fieldname-filter": {
            "title": "$:/config/EditMode/fieldname-filter",
            "first-search-filter": "[!is[shadow]!is[system]fields[]search:title<userInput>sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type",
            "second-search-filter": "[fields[]search:title<userInput>sort[]] -[!is[shadow]!is[system]fields[]]"
        },
        "$:/config/EditTemplateFields/Visibility/title": {
            "title": "$:/config/EditTemplateFields/Visibility/title",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/tags": {
            "title": "$:/config/EditTemplateFields/Visibility/tags",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/text": {
            "title": "$:/config/EditTemplateFields/Visibility/text",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/creator": {
            "title": "$:/config/EditTemplateFields/Visibility/creator",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/created": {
            "title": "$:/config/EditTemplateFields/Visibility/created",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/modified": {
            "title": "$:/config/EditTemplateFields/Visibility/modified",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/modifier": {
            "title": "$:/config/EditTemplateFields/Visibility/modifier",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/type": {
            "title": "$:/config/EditTemplateFields/Visibility/type",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/draft.title": {
            "title": "$:/config/EditTemplateFields/Visibility/draft.title",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/draft.of": {
            "title": "$:/config/EditTemplateFields/Visibility/draft.of",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/revision": {
            "title": "$:/config/EditTemplateFields/Visibility/revision",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/bag": {
            "title": "$:/config/EditTemplateFields/Visibility/bag",
            "text": "hide"
        },
        "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-4": {
            "title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-4",
            "text": "hide"
        },
        "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-5": {
            "title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-5",
            "text": "hide"
        },
        "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-6": {
            "title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-6",
            "text": "hide"
        },
        "$:/config/EditorTypeMappings/image/gif": {
            "title": "$:/config/EditorTypeMappings/image/gif",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/webp": {
            "title": "$:/config/EditorTypeMappings/image/webp",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/heic": {
            "title": "$:/config/EditorTypeMappings/image/heic",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/heif": {
            "title": "$:/config/EditorTypeMappings/image/heif",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/jpeg": {
            "title": "$:/config/EditorTypeMappings/image/jpeg",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/jpg": {
            "title": "$:/config/EditorTypeMappings/image/jpg",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/png": {
            "title": "$:/config/EditorTypeMappings/image/png",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/x-icon": {
            "title": "$:/config/EditorTypeMappings/image/x-icon",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/text/vnd.tiddlywiki": {
            "title": "$:/config/EditorTypeMappings/text/vnd.tiddlywiki",
            "text": "text"
        },
        "$:/config/Manager/Show": {
            "title": "$:/config/Manager/Show",
            "text": "tiddlers"
        },
        "$:/config/Manager/Filter": {
            "title": "$:/config/Manager/Filter",
            "text": ""
        },
        "$:/config/Manager/Order": {
            "title": "$:/config/Manager/Order",
            "text": "forward"
        },
        "$:/config/Manager/Sort": {
            "title": "$:/config/Manager/Sort",
            "text": "title"
        },
        "$:/config/Manager/System": {
            "title": "$:/config/Manager/System",
            "text": "system"
        },
        "$:/config/Manager/Tag": {
            "title": "$:/config/Manager/Tag",
            "text": ""
        },
        "$:/config/MissingLinks": {
            "title": "$:/config/MissingLinks",
            "text": "yes"
        },
        "$:/config/Navigation/UpdateAddressBar": {
            "title": "$:/config/Navigation/UpdateAddressBar",
            "text": "no"
        },
        "$:/config/Navigation/UpdateHistory": {
            "title": "$:/config/Navigation/UpdateHistory",
            "text": "no"
        },
        "$:/config/NewImageType": {
            "title": "$:/config/NewImageType",
            "text": "jpeg"
        },
        "$:/config/OfficialPluginLibrary": {
            "title": "$:/config/OfficialPluginLibrary",
            "tags": "$:/tags/PluginLibrary",
            "url": "https://tiddlywiki.com/library/v5.1.23/index.html",
            "caption": "{{$:/language/OfficialPluginLibrary}}",
            "text": "{{$:/language/OfficialPluginLibrary/Hint}}\n"
        },
        "$:/config/Navigation/openLinkFromInsideRiver": {
            "title": "$:/config/Navigation/openLinkFromInsideRiver",
            "text": "below"
        },
        "$:/config/Navigation/openLinkFromOutsideRiver": {
            "title": "$:/config/Navigation/openLinkFromOutsideRiver",
            "text": "top"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all",
            "text": "hide"
        },
        "$:/config/RegisterPluginType/plugin": {
            "title": "$:/config/RegisterPluginType/plugin",
            "text": "yes"
        },
        "$:/config/RegisterPluginType/theme": {
            "title": "$:/config/RegisterPluginType/theme",
            "text": "no"
        },
        "$:/config/RegisterPluginType/language": {
            "title": "$:/config/RegisterPluginType/language",
            "text": "no"
        },
        "$:/config/RegisterPluginType/info": {
            "title": "$:/config/RegisterPluginType/info",
            "text": "yes"
        },
        "$:/config/RegisterPluginType/import": {
            "title": "$:/config/RegisterPluginType/import",
            "text": "no"
        },
        "$:/config/Performance/Instrumentation": {
            "title": "$:/config/Performance/Instrumentation",
            "text": "no"
        },
        "$:/config/SaveWikiButton/Template": {
            "title": "$:/config/SaveWikiButton/Template",
            "text": "$:/core/save/all"
        },
        "$:/config/SaverFilter": {
            "title": "$:/config/SaverFilter",
            "text": "[all[]] -[prefix[$:/HistoryList]] -[prefix[$:/StoryList]] -[status[pending]plugin-type[import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state/]] -[prefix[$:/temp/]]\n"
        },
        "$:/config/Search/MinLength": {
            "title": "$:/config/Search/MinLength",
            "text": "3"
        },
        "$:/config/Search/AutoFocus": {
            "title": "$:/config/Search/AutoFocus",
            "text": "true"
        },
        "$:/config/SearchResults/Default": {
            "title": "$:/config/SearchResults/Default",
            "text": "$:/core/ui/DefaultSearchResultList"
        },
        "$:/config/Server/ExternalFilters/[all[tiddlers]!is[system]sort[title]]": {
            "title": "$:/config/Server/ExternalFilters/[all[tiddlers]!is[system]sort[title]]",
            "text": "yes"
        },
        "$:/config/SwitcherTargets/layout": {
            "title": "$:/config/SwitcherTargets/layout",
            "text": "$:/snippets/LayoutSwitcher"
        },
        "$:/config/SwitcherTargets/language": {
            "title": "$:/config/SwitcherTargets/language",
            "text": "$:/snippets/languageswitcher"
        },
        "$:/config/SwitcherTargets/palette": {
            "title": "$:/config/SwitcherTargets/palette",
            "text": "$:/core/ui/ControlPanel/Palette"
        },
        "$:/config/SwitcherTargets/theme": {
            "title": "$:/config/SwitcherTargets/theme",
            "text": "$:/core/ui/ControlPanel/Theme"
        },
        "$:/config/SyncFilter": {
            "title": "$:/config/SyncFilter",
            "text": "[is[tiddler]] -[[$:/core]] -[[$:/library/sjcl.js]] -[prefix[$:/boot/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]]\n"
        },
        "$:/config/SyncSystemTiddlersFromServer": {
            "title": "$:/config/SyncSystemTiddlersFromServer",
            "text": "no"
        },
        "$:/config/Tags/MinLength": {
            "title": "$:/config/Tags/MinLength",
            "text": "0"
        },
        "$:/config/TextEditor/EditorHeight/Height": {
            "title": "$:/config/TextEditor/EditorHeight/Height",
            "text": "400px"
        },
        "$:/config/TiddlerInfo/Default": {
            "title": "$:/config/TiddlerInfo/Default",
            "text": "$:/core/ui/TiddlerInfo/Fields"
        },
        "$:/config/TiddlerInfo/Mode": {
            "title": "$:/config/TiddlerInfo/Mode",
            "text": "popup"
        },
        "$:/config/Toolbar/ButtonClass": {
            "title": "$:/config/Toolbar/ButtonClass",
            "text": "tc-btn-invisible"
        },
        "$:/config/Tiddlers/TitleLinks": {
            "title": "$:/config/Tiddlers/TitleLinks",
            "text": "no"
        },
        "$:/config/TextEditor/EditorHeight/Mode": {
            "title": "$:/config/TextEditor/EditorHeight/Mode",
            "text": "auto"
        },
        "$:/config/Toolbar/Text": {
            "title": "$:/config/Toolbar/Text",
            "text": "no"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions",
            "text": "show"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others",
            "text": "hide"
        },
        "$:/config/WikiParserRules/Inline/wikilink": {
            "title": "$:/config/WikiParserRules/Inline/wikilink",
            "text": "enable"
        },
        "$:/state/popup/manager/item/$:/Manager/ItemMain/RawText": {
            "title": "$:/state/popup/manager/item/$:/Manager/ItemMain/RawText",
            "text": "hide"
        },
        "$:/config/Toolbar/Icons": {
            "title": "$:/config/Toolbar/Icons",
            "text": "yes"
        },
        "$:/config/ShortcutInfo/add-field": {
            "title": "$:/config/ShortcutInfo/add-field",
            "text": "{{$:/language/EditTemplate/Fields/Add/Button/Hint}}"
        },
        "$:/config/ShortcutInfo/advanced-search": {
            "title": "$:/config/ShortcutInfo/advanced-search",
            "text": "{{$:/language/Buttons/AdvancedSearch/Hint}}"
        },
        "$:/config/ShortcutInfo/advanced-search-sidebar": {
            "title": "$:/config/ShortcutInfo/advanced-search-sidebar",
            "text": "{{$:/language/Shortcuts/Input/AdvancedSearch/Hint}}"
        },
        "$:/config/ShortcutInfo/bold": {
            "title": "$:/config/ShortcutInfo/bold",
            "text": "{{$:/language/Buttons/Bold/Hint}}"
        },
        "$:/config/ShortcutInfo/cancel-edit-tiddler": {
            "title": "$:/config/ShortcutInfo/cancel-edit-tiddler",
            "text": "{{$:/language/Buttons/Cancel/Hint}}"
        },
        "$:/config/ShortcutInfo/change-sidebar-layout": {
            "title": "$:/config/ShortcutInfo/change-sidebar-layout",
            "text": "{{$:/language/Shortcuts/SidebarLayout/Hint}}"
        },
        "$:/config/ShortcutInfo/delete-field": {
            "title": "$:/config/ShortcutInfo/delete-field",
            "text": "{{$:/language/EditTemplate/Field/Remove/Hint}}"
        },
        "$:/config/ShortcutInfo/excise": {
            "title": "$:/config/ShortcutInfo/excise",
            "text": "{{$:/language/Buttons/Excise/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-1": {
            "title": "$:/config/ShortcutInfo/heading-1",
            "text": "{{$:/language/Buttons/Heading1/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-2": {
            "title": "$:/config/ShortcutInfo/heading-2",
            "text": "{{$:/language/Buttons/Heading2/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-3": {
            "title": "$:/config/ShortcutInfo/heading-3",
            "text": "{{$:/language/Buttons/Heading3/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-4": {
            "title": "$:/config/ShortcutInfo/heading-4",
            "text": "{{$:/language/Buttons/Heading4/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-5": {
            "title": "$:/config/ShortcutInfo/heading-5",
            "text": "{{$:/language/Buttons/Heading5/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-6": {
            "title": "$:/config/ShortcutInfo/heading-6",
            "text": "{{$:/language/Buttons/Heading6/Hint}}"
        },
        "$:/config/ShortcutInfo/input-accept": {
            "title": "$:/config/ShortcutInfo/input-accept",
            "text": "{{$:/language/Shortcuts/Input/Accept/Hint}}"
        },
        "$:/config/ShortcutInfo/input-accept-variant": {
            "title": "$:/config/ShortcutInfo/input-accept-variant",
            "text": "{{$:/language/Shortcuts/Input/AcceptVariant/Hint}}"
        },
        "$:/config/ShortcutInfo/input-cancel": {
            "title": "$:/config/ShortcutInfo/input-cancel",
            "text": "{{$:/language/Shortcuts/Input/Cancel/Hint}}"
        },
        "$:/config/ShortcutInfo/input-down": {
            "title": "$:/config/ShortcutInfo/input-down",
            "text": "{{$:/language/Shortcuts/Input/Down/Hint}}"
        },
        "$:/config/ShortcutInfo/input-tab-left": {
            "title": "$:/config/ShortcutInfo/input-tab-left",
            "text": "{{$:/language/Shortcuts/Input/Tab-Left/Hint}}"
        },
        "$:/config/ShortcutInfo/input-tab-right": {
            "title": "$:/config/ShortcutInfo/input-tab-right",
            "text": "{{$:/language/Shortcuts/Input/Tab-Right/Hint}}"
        },
        "$:/config/ShortcutInfo/input-up": {
            "title": "$:/config/ShortcutInfo/input-up",
            "text": "{{$:/language/Shortcuts/Input/Up/Hint}}"
        },
        "$:/config/ShortcutInfo/italic": {
            "title": "$:/config/ShortcutInfo/italic",
            "text": "{{$:/language/Buttons/Italic/Hint}}"
        },
        "$:/config/ShortcutInfo/layout-switcher": {
            "title": "$:/config/ShortcutInfo/layout-switcher",
            "text": "{{$:/language/LayoutSwitcher/Description}}"
        },
        "$:/config/ShortcutInfo/link": {
            "title": "$:/config/ShortcutInfo/link",
            "text": "{{$:/language/Buttons/Link/Hint}}"
        },
        "$:/config/ShortcutInfo/linkify": {
            "title": "$:/config/ShortcutInfo/linkify",
            "text": "{{$:/language/Buttons/Linkify/Hint}}"
        },
        "$:/config/ShortcutInfo/list-bullet": {
            "title": "$:/config/ShortcutInfo/list-bullet",
            "text": "{{$:/language/Buttons/ListBullet/Hint}}"
        },
        "$:/config/ShortcutInfo/list-number": {
            "title": "$:/config/ShortcutInfo/list-number",
            "text": "{{$:/language/Buttons/ListNumber/Hint}}"
        },
        "$:/config/ShortcutInfo/mono-block": {
            "title": "$:/config/ShortcutInfo/mono-block",
            "text": "{{$:/language/Buttons/MonoBlock/Hint}}"
        },
        "$:/config/ShortcutInfo/mono-line": {
            "title": "$:/config/ShortcutInfo/mono-line",
            "text": "{{$:/language/Buttons/MonoLine/Hint}}"
        },
        "$:/config/ShortcutInfo/new-image": {
            "title": "$:/config/ShortcutInfo/new-image",
            "text": "{{$:/language/Buttons/NewImage/Hint}}"
        },
        "$:/config/ShortcutInfo/new-journal": {
            "title": "$:/config/ShortcutInfo/new-journal",
            "text": "{{$:/language/Buttons/NewJournal/Hint}}"
        },
        "$:/config/ShortcutInfo/new-tiddler": {
            "title": "$:/config/ShortcutInfo/new-tiddler",
            "text": "{{$:/language/Buttons/NewTiddler/Hint}}"
        },
        "$:/config/ShortcutInfo/picture": {
            "title": "$:/config/ShortcutInfo/picture",
            "text": "{{$:/language/Buttons/Picture/Hint}}"
        },
        "$:/config/ShortcutInfo/preview": {
            "title": "$:/config/ShortcutInfo/preview",
            "text": "{{$:/language/Buttons/Preview/Hint}}"
        },
        "$:/config/ShortcutInfo/quote": {
            "title": "$:/config/ShortcutInfo/quote",
            "text": "{{$:/language/Buttons/Quote/Hint}}"
        },
        "$:/config/ShortcutInfo/save-tiddler": {
            "title": "$:/config/ShortcutInfo/save-tiddler",
            "text": "{{$:/language/Buttons/Save/Hint}}"
        },
        "$:/config/ShortcutInfo/save-wiki": {
            "title": "$:/config/ShortcutInfo/save-wiki",
            "text": "{{$:/language/Buttons/SaveWiki/Hint}}"
        },
        "$:/config/ShortcutInfo/sidebar-search": {
            "title": "$:/config/ShortcutInfo/sidebar-search",
            "text": "{{$:/language/Buttons/SidebarSearch/Hint}}"
        },
        "$:/config/ShortcutInfo/stamp": {
            "title": "$:/config/ShortcutInfo/stamp",
            "text": "{{$:/language/Buttons/Stamp/Hint}}"
        },
        "$:/config/ShortcutInfo/strikethrough": {
            "title": "$:/config/ShortcutInfo/strikethrough",
            "text": "{{$:/language/Buttons/Strikethrough/Hint}}"
        },
        "$:/config/ShortcutInfo/subscript": {
            "title": "$:/config/ShortcutInfo/subscript",
            "text": "{{$:/language/Buttons/Subscript/Hint}}"
        },
        "$:/config/ShortcutInfo/superscript": {
            "title": "$:/config/ShortcutInfo/superscript",
            "text": "{{$:/language/Buttons/Superscript/Hint}}"
        },
        "$:/config/ShortcutInfo/toggle-sidebar": {
            "title": "$:/config/ShortcutInfo/toggle-sidebar",
            "text": "{{$:/language/Buttons/ToggleSidebar/Hint}}"
        },
        "$:/config/ShortcutInfo/transcludify": {
            "title": "$:/config/ShortcutInfo/transcludify",
            "text": "{{$:/language/Buttons/Transcludify/Hint}}"
        },
        "$:/config/ShortcutInfo/underline": {
            "title": "$:/config/ShortcutInfo/underline",
            "text": "{{$:/language/Buttons/Underline/Hint}}"
        },
        "$:/config/ui/EditTemplate": {
            "title": "$:/config/ui/EditTemplate",
            "text": "$:/core/ui/EditTemplate"
        },
        "$:/config/ui/ViewTemplate": {
            "title": "$:/config/ui/ViewTemplate",
            "text": "$:/core/ui/ViewTemplate"
        },
        "$:/config/shortcuts-mac/bold": {
            "title": "$:/config/shortcuts-mac/bold",
            "text": "meta-B"
        },
        "$:/config/shortcuts-mac/input-tab-left": {
            "title": "$:/config/shortcuts-mac/input-tab-left",
            "text": "ctrl-Left"
        },
        "$:/config/shortcuts-mac/input-tab-right": {
            "title": "$:/config/shortcuts-mac/input-tab-right",
            "text": "ctrl-Right"
        },
        "$:/config/shortcuts-mac/italic": {
            "title": "$:/config/shortcuts-mac/italic",
            "text": "meta-I"
        },
        "$:/config/shortcuts-mac/underline": {
            "title": "$:/config/shortcuts-mac/underline",
            "text": "meta-U"
        },
        "$:/config/shortcuts-mac/new-image": {
            "title": "$:/config/shortcuts-mac/new-image",
            "text": "ctrl-I"
        },
        "$:/config/shortcuts-mac/new-journal": {
            "title": "$:/config/shortcuts-mac/new-journal",
            "text": "ctrl-J"
        },
        "$:/config/shortcuts-mac/new-tiddler": {
            "title": "$:/config/shortcuts-mac/new-tiddler",
            "text": "ctrl-N"
        },
        "$:/config/shortcuts-mac/save-wiki": {
            "title": "$:/config/shortcuts-mac/save-wiki",
            "text": "meta-S"
        },
        "$:/config/shortcuts-not-mac/bold": {
            "title": "$:/config/shortcuts-not-mac/bold",
            "text": "ctrl-B"
        },
        "$:/config/shortcuts-not-mac/italic": {
            "title": "$:/config/shortcuts-not-mac/italic",
            "text": "ctrl-I"
        },
        "$:/config/shortcuts-not-mac/underline": {
            "title": "$:/config/shortcuts-not-mac/underline",
            "text": "ctrl-U"
        },
        "$:/config/shortcuts-not-mac/new-image": {
            "title": "$:/config/shortcuts-not-mac/new-image",
            "text": "alt-I"
        },
        "$:/config/shortcuts-not-mac/new-journal": {
            "title": "$:/config/shortcuts-not-mac/new-journal",
            "text": "alt-J"
        },
        "$:/config/shortcuts-not-mac/new-tiddler": {
            "title": "$:/config/shortcuts-not-mac/new-tiddler",
            "text": "alt-N"
        },
        "$:/config/shortcuts/add-field": {
            "title": "$:/config/shortcuts/add-field",
            "text": "enter"
        },
        "$:/config/shortcuts/advanced-search": {
            "title": "$:/config/shortcuts/advanced-search",
            "text": "ctrl-shift-A"
        },
        "$:/config/shortcuts/advanced-search-sidebar": {
            "title": "$:/config/shortcuts/advanced-search-sidebar",
            "text": "alt-Enter"
        },
        "$:/config/shortcuts/cancel-edit-tiddler": {
            "title": "$:/config/shortcuts/cancel-edit-tiddler",
            "text": "escape"
        },
        "$:/config/shortcuts/change-sidebar-layout": {
            "title": "$:/config/shortcuts/change-sidebar-layout",
            "text": "shift-alt-Down"
        },
        "$:/config/shortcuts/delete-field": {
            "title": "$:/config/shortcuts/delete-field",
            "text": "shift-alt-D"
        },
        "$:/config/shortcuts/excise": {
            "title": "$:/config/shortcuts/excise",
            "text": "ctrl-E"
        },
        "$:/config/shortcuts/sidebar-search": {
            "title": "$:/config/shortcuts/sidebar-search",
            "text": "ctrl-shift-F"
        },
        "$:/config/shortcuts/heading-1": {
            "title": "$:/config/shortcuts/heading-1",
            "text": "ctrl-1"
        },
        "$:/config/shortcuts/heading-2": {
            "title": "$:/config/shortcuts/heading-2",
            "text": "ctrl-2"
        },
        "$:/config/shortcuts/heading-3": {
            "title": "$:/config/shortcuts/heading-3",
            "text": "ctrl-3"
        },
        "$:/config/shortcuts/heading-4": {
            "title": "$:/config/shortcuts/heading-4",
            "text": "ctrl-4"
        },
        "$:/config/shortcuts/heading-5": {
            "title": "$:/config/shortcuts/heading-5",
            "text": "ctrl-5"
        },
        "$:/config/shortcuts/heading-6": {
            "title": "$:/config/shortcuts/heading-6",
            "text": "ctrl-6"
        },
        "$:/config/shortcuts/input-accept": {
            "title": "$:/config/shortcuts/input-accept",
            "text": "Enter"
        },
        "$:/config/shortcuts/input-accept-variant": {
            "title": "$:/config/shortcuts/input-accept-variant",
            "text": "ctrl-Enter"
        },
        "$:/config/shortcuts/input-cancel": {
            "title": "$:/config/shortcuts/input-cancel",
            "text": "Escape"
        },
        "$:/config/shortcuts/input-down": {
            "title": "$:/config/shortcuts/input-down",
            "text": "Down"
        },
        "$:/config/shortcuts/input-tab-left": {
            "title": "$:/config/shortcuts/input-tab-left",
            "text": "alt-Left"
        },
        "$:/config/shortcuts/input-tab-right": {
            "title": "$:/config/shortcuts/input-tab-right",
            "text": "alt-Right"
        },
        "$:/config/shortcuts/input-up": {
            "title": "$:/config/shortcuts/input-up",
            "text": "Up"
        },
        "$:/config/shortcuts/layout-switcher": {
            "title": "$:/config/shortcuts/layout-switcher",
            "text": "ctrl-shift-L"
        },
        "$:/config/shortcuts/link": {
            "title": "$:/config/shortcuts/link",
            "text": "ctrl-L"
        },
        "$:/config/shortcuts/linkify": {
            "title": "$:/config/shortcuts/linkify",
            "text": "alt-shift-L"
        },
        "$:/config/shortcuts/list-bullet": {
            "title": "$:/config/shortcuts/list-bullet",
            "text": "ctrl-shift-L"
        },
        "$:/config/shortcuts/list-number": {
            "title": "$:/config/shortcuts/list-number",
            "text": "ctrl-shift-N"
        },
        "$:/config/shortcuts/mono-block": {
            "title": "$:/config/shortcuts/mono-block",
            "text": "ctrl-shift-M"
        },
        "$:/config/shortcuts/mono-line": {
            "title": "$:/config/shortcuts/mono-line",
            "text": "ctrl-M"
        },
        "$:/config/shortcuts/picture": {
            "title": "$:/config/shortcuts/picture",
            "text": "ctrl-shift-I"
        },
        "$:/config/shortcuts/preview": {
            "title": "$:/config/shortcuts/preview",
            "text": "alt-P"
        },
        "$:/config/shortcuts/quote": {
            "title": "$:/config/shortcuts/quote",
            "text": "ctrl-Q"
        },
        "$:/config/shortcuts/save-tiddler": {
            "title": "$:/config/shortcuts/save-tiddler",
            "text": "ctrl+enter"
        },
        "$:/config/shortcuts/save-wiki": {
            "title": "$:/config/shortcuts/save-wiki",
            "text": "ctrl-S"
        },
        "$:/config/shortcuts/stamp": {
            "title": "$:/config/shortcuts/stamp",
            "text": "ctrl-S"
        },
        "$:/config/shortcuts/strikethrough": {
            "title": "$:/config/shortcuts/strikethrough",
            "text": "ctrl-T"
        },
        "$:/config/shortcuts/subscript": {
            "title": "$:/config/shortcuts/subscript",
            "text": "ctrl-shift-B"
        },
        "$:/config/shortcuts/superscript": {
            "title": "$:/config/shortcuts/superscript",
            "text": "ctrl-shift-P"
        },
        "$:/config/shortcuts/toggle-sidebar": {
            "title": "$:/config/shortcuts/toggle-sidebar",
            "text": "alt-shift-S"
        },
        "$:/config/shortcuts/transcludify": {
            "title": "$:/config/shortcuts/transcludify",
            "text": "alt-shift-T"
        },
        "$:/core/macros/CSS": {
            "title": "$:/core/macros/CSS",
            "tags": "$:/tags/Macro",
            "text": "\\define colour(name)\n<$transclude tiddler={{$:/palette}} index=\"$name$\"><$transclude tiddler=\"$:/palettes/Vanilla\" index=\"$name$\"><$transclude tiddler=\"$:/config/DefaultColourMappings/$name$\"/></$transclude></$transclude>\n\\end\n\n\\define color(name)\n<<colour $name$>>\n\\end\n\n\\define box-shadow(shadow)\n``\n  -webkit-box-shadow: $shadow$;\n     -moz-box-shadow: $shadow$;\n          box-shadow: $shadow$;\n``\n\\end\n\n\\define filter(filter)\n``\n  -webkit-filter: $filter$;\n     -moz-filter: $filter$;\n          filter: $filter$;\n``\n\\end\n\n\\define transition(transition)\n``\n  -webkit-transition: $transition$;\n     -moz-transition: $transition$;\n          transition: $transition$;\n``\n\\end\n\n\\define transform-origin(origin)\n``\n  -webkit-transform-origin: $origin$;\n     -moz-transform-origin: $origin$;\n          transform-origin: $origin$;\n``\n\\end\n\n\\define background-linear-gradient(gradient)\n``\nbackground-image: linear-gradient($gradient$);\nbackground-image: -o-linear-gradient($gradient$);\nbackground-image: -moz-linear-gradient($gradient$);\nbackground-image: -webkit-linear-gradient($gradient$);\nbackground-image: -ms-linear-gradient($gradient$);\n``\n\\end\n\n\\define column-count(columns)\n``\n-moz-column-count: $columns$;\n-webkit-column-count: $columns$;\ncolumn-count: $columns$;\n``\n\\end\n\n\\define datauri(title)\n<$macrocall $name=\"makedatauri\" type={{$title$!!type}} text={{$title$}} _canonical_uri={{$title$!!_canonical_uri}}/>\n\\end\n\n\\define if-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-no-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-background-attachment(text)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" type=\"nomatch\" text=\"\">$text$</$reveal>\n\\end\n"
        },
        "$:/core/macros/colour-picker": {
            "title": "$:/core/macros/colour-picker",
            "tags": "$:/tags/Macro",
            "text": "\\define colour-picker-update-recent()\n<$action-listops\n\t$tiddler=\"$:/config/ColourPicker/Recent\"\n\t$subfilter=\"$(colour-picker-value)$ [list[$:/config/ColourPicker/Recent]remove[$(colour-picker-value)$]] +[limit[8]]\"\n/>\n\\end\n\n\\define colour-picker-inner(actions)\n<$button tag=\"a\" tooltip=\"\"\"$(colour-picker-value)$\"\"\">\n\n$(colour-picker-update-recent)$\n\n$actions$\n\n<span style=\"display:inline-block; background-color: $(colour-picker-value)$; width: 100%; height: 100%; border-radius: 50%;\"/>\n\n</$button>\n\\end\n\n\\define colour-picker-recent-inner(actions)\n<$set name=\"colour-picker-value\" value=\"$(recentColour)$\">\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$set>\n\\end\n\n\\define colour-picker-recent(actions)\n{{$:/language/ColourPicker/Recent}} <$list filter=\"[list[$:/config/ColourPicker/Recent]]\" variable=\"recentColour\">\n<$macrocall $name=\"colour-picker-recent-inner\" actions=\"\"\"$actions$\"\"\"/></$list>\n\\end\n\n\\define colour-picker(actions)\n<div class=\"tc-colour-chooser\">\n\n<$macrocall $name=\"colour-picker-recent\" actions=\"\"\"$actions$\"\"\"/>\n\n---\n\n<$list filter=\"LightPink Pink Crimson LavenderBlush PaleVioletRed HotPink DeepPink MediumVioletRed Orchid Thistle Plum Violet Magenta Fuchsia DarkMagenta Purple MediumOrchid DarkViolet DarkOrchid Indigo BlueViolet MediumPurple MediumSlateBlue SlateBlue DarkSlateBlue Lavender GhostWhite Blue MediumBlue MidnightBlue DarkBlue Navy RoyalBlue CornflowerBlue LightSteelBlue LightSlateGrey SlateGrey DodgerBlue AliceBlue SteelBlue LightSkyBlue SkyBlue DeepSkyBlue LightBlue PowderBlue CadetBlue Azure LightCyan PaleTurquoise Cyan Aqua DarkTurquoise DarkSlateGrey DarkCyan Teal MediumTurquoise LightSeaGreen Turquoise Aquamarine MediumAquamarine MediumSpringGreen MintCream SpringGreen MediumSeaGreen SeaGreen Honeydew LightGreen PaleGreen DarkSeaGreen LimeGreen Lime ForestGreen Green DarkGreen Chartreuse LawnGreen GreenYellow DarkOliveGreen YellowGreen OliveDrab Beige LightGoldenrodYellow Ivory LightYellow Yellow Olive DarkKhaki LemonChiffon PaleGoldenrod Khaki Gold Cornsilk Goldenrod DarkGoldenrod FloralWhite OldLace Wheat Moccasin Orange PapayaWhip BlanchedAlmond NavajoWhite AntiqueWhite Tan BurlyWood Bisque DarkOrange Linen Peru PeachPuff SandyBrown Chocolate SaddleBrown Seashell Sienna LightSalmon Coral OrangeRed DarkSalmon Tomato MistyRose Salmon Snow LightCoral RosyBrown IndianRed Red Brown FireBrick DarkRed Maroon White WhiteSmoke Gainsboro LightGrey Silver DarkGrey Grey DimGrey Black\" variable=\"colour-picker-value\">\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$list>\n\n---\n\n<$edit-text tiddler=\"$:/config/ColourPicker/New\" tag=\"input\" default=\"\" placeholder=\"\"/>\n<$edit-text tiddler=\"$:/config/ColourPicker/New\" type=\"color\" tag=\"input\"/>\n<$set name=\"colour-picker-value\" value={{$:/config/ColourPicker/New}}>\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$set>\n\n</div>\n\n\\end\n"
        },
        "$:/core/macros/diff": {
            "title": "$:/core/macros/diff",
            "tags": "$:/tags/Macro",
            "text": "\\define compareTiddlerText(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle)\n<$set name=\"source\" tiddler=<<__sourceTiddlerTitle__>> subtiddler=<<__sourceSubTiddlerTitle__>>>\n<$set name=\"dest\" tiddler=<<__destTiddlerTitle__>> subtiddler=<<__destSubTiddlerTitle__>>>\n<$diff-text source=<<source>> dest=<<dest>>/>\n</$set>\n</$set>\n\\end\n\n\\define compareTiddlers(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle,exclude)\n<table class=\"tc-diff-tiddlers\">\n<tbody>\n<$set name=\"sourceFields\" filter=\"[<__sourceTiddlerTitle__>fields[]sort[]]\">\n<$set name=\"destFields\" filter=\"[<__destSubTiddlerTitle__>subtiddlerfields<__destTiddlerTitle__>sort[]]\">\n<$list filter=\"[enlist<sourceFields>] [enlist<destFields>] -[enlist<__exclude__>] +[sort[]]\" variable=\"fieldName\">\n<tr>\n<th>\n<$text text=<<fieldName>>/> \n</th>\n<td>\n<$set name=\"source\" tiddler=<<__sourceTiddlerTitle__>> subtiddler=<<__sourceSubTiddlerTitle__>> field=<<fieldName>>>\n<$set name=\"dest\" tiddler=<<__destTiddlerTitle__>> subtiddler=<<__destSubTiddlerTitle__>> field=<<fieldName>>>\n<$diff-text source=<<source>> dest=<<dest>>>\n</$diff-text>\n</$set>\n</$set>\n</td>\n</tr>\n</$list>\n</$set>\n</$set>\n</tbody>\n</table>\n\\end\n"
        },
        "$:/core/macros/dumpvariables": {
            "title": "$:/core/macros/dumpvariables",
            "tags": "$:/tags/Macro",
            "text": "\\define dumpvariables()\n<ul>\n<$list filter=\"[variables[]]\" variable=\"varname\">\n<li>\n<strong><code><$text text=<<varname>>/></code></strong>:<br/>\n<$codeblock code={{{ [<varname>getvariable[]] }}}/>\n</li>\n</$list>\n</ul>\n\\end\n"
        },
        "$:/core/macros/image-picker": {
            "title": "$:/core/macros/image-picker",
            "created": "20170715180840889",
            "modified": "20170715180914005",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define image-picker-thumbnail(actions)\n<$button tag=\"a\" tooltip=\"\"\"$(imageTitle)$\"\"\">\n$actions$\n<$transclude tiddler=<<imageTitle>>/>\n</$button>\n\\end\n\n\\define image-picker-list(filter,actions)\n<$list filter=\"\"\"$filter$\"\"\" variable=\"imageTitle\">\n<$macrocall $name=\"image-picker-thumbnail\" actions=\"\"\"$actions$\"\"\"/>\n</$list>\n\\end\n\n\\define image-picker(actions,filter:\"[all[shadows+tiddlers]is[image]] -[type[application/pdf]] +[!has[draft.of]$subfilter$sort[title]]\",subfilter:\"\")\n<div class=\"tc-image-chooser\">\n<$vars state-system=<<qualify \"$:/state/image-picker/system\">>>\n<$checkbox tiddler=<<state-system>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"hide\">\n{{$:/language/SystemTiddlers/Include/Prompt}}\n</$checkbox>\n<$reveal state=<<state-system>> type=\"match\" text=\"hide\" default=\"hide\" tag=\"div\">\n<$macrocall $name=\"image-picker-list\" filter=\"\"\"$filter$ +[!is[system]]\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</$reveal>\n<$reveal state=<<state-system>> type=\"nomatch\" text=\"hide\" default=\"hide\" tag=\"div\">\n<$macrocall $name=\"image-picker-list\" filter=\"\"\"$filter$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</$reveal>\n</$vars>\n</div>\n\\end\n\n\\define image-picker-include-tagged-images(actions)\n<$macrocall $name=\"image-picker\" filter=\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[!has[draft.of]sort[title]]\" actions=\"\"\"$actions$\"\"\"/>\n\\end\n"
        },
        "$:/core/macros/keyboard-driven-input": {
            "title": "$:/core/macros/keyboard-driven-input",
            "tags": "$:/tags/Macro",
            "text": "\\define change-input-tab(stateTitle,tag,beforeafter,defaultState,actions)\n<$set name=\"tabsList\" filter=\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]]\">\n<$vars currentState={{{ [<__stateTitle__>!is[missing]get[text]] ~[<__defaultState__>] }}} firstTab={{{ [enlist<tabsList>nth[1]] }}} lastTab={{{ [enlist<tabsList>last[]] }}}>\n<$set name=\"nextTab\" value={{{ [all[shadows+tiddlers]tag<__tag__>!has[draft.of]$beforeafter$<currentState>] ~[[$beforeafter$]removeprefix[after]suffix[]addprefix<firstTab>] ~[[$beforeafter$]removeprefix[before]suffix[]addprefix<lastTab>] }}}>\n<$action-setfield $tiddler=<<__stateTitle__>> text=<<nextTab>>/>\n$actions$\n</$set>\n</$vars>\n</$set>\n\\end\n\n\\define keyboard-input-actions()\n<$list filter=\"[<__index__>match[]]\">\n<$action-setfield $tiddler=<<__storeTitle__>> text={{{ [<__tiddler__>get<__field__>] }}}/>\n</$list>\n<$list filter=\"[<__index__>!match[]]\">\n<$action-setfield $tiddler=<<__storeTitle__>> text={{{ [<__tiddler__>getindex<__index__>] }}}/>\n</$list>\n\\end\n\n\\define input-next-actions-inner()\n<$list filter=\"[<nextItem>minlength[1]]\" variable=\"ignore\">\n<$action-setfield $tiddler=<<__selectionStateTitle__>> text=<<nextItem>>/>\n<$list filter=\"[<__index__>match[]]\">\n<$action-setfield $tiddler=<<__tiddler__>> $field=<<__field__>> $value={{{ [<nextItem>] +[splitregexp[(?:.(?!-))+$]] }}}/>\n</$list>\n<$list filter=\"[<__index__>!match[]]\">\n<$action-setfield $tiddler=<<__tiddler__>> $index=<<__index__>> $value={{{ [<nextItem>] +[splitregexp[(?:.(?!-))+$]] }}}/>\n</$list>\n<$action-setfield $tiddler=<<__refreshTitle__>> text=\"yes\"/>\n</$list>\n\\end\n\n\\define input-next-actions(afterOrBefore:\"after\",reverse:\"\")\n<$list filter=\"[<__storeTitle__>get[text]minlength<__filterMinLength__>] [<__filterMinLength__>match[0]] +[limit[1]]\" variable=\"ignore\">\n<$vars userInput={{{ [<__storeTitle__>get[text]] }}} selectedItem={{{ [<__selectionStateTitle__>get[text]] }}}>\n<$set name=\"configTiddler\" value={{{ [subfilter<__configTiddlerFilter__>] }}}>\n<$vars primaryListFilter={{{ [<configTiddler>get<__firstSearchFilterField__>] }}} secondaryListFilter={{{ [<configTiddler>get<__secondSearchFilterField__>] }}}>\n<$set name=\"filteredList\" filter=\"[subfilter<primaryListFilter>addsuffix[-primaryList]] =[subfilter<secondaryListFilter>addsuffix[-secondaryList]]\">\n<$vars nextItem={{{ [enlist<filteredList>$afterOrBefore$<selectedItem>] ~[enlist<filteredList>$reverse$nth[1]] }}} firstItem={{{ [enlist<filteredList>nth[1]] }}} lastItem={{{ [enlist<filteredList>last[]] }}}>\n<$list filter=\"[<selectedItem>match<firstItem>!match<lastItem>]\" variable=\"ignore\">\n<$set name=\"nextItem\" value={{{ [[$afterOrBefore$]match[before]then<userInput>addsuffix[-userInput]] ~[<nextItem>] }}}>\n<<input-next-actions-inner>>\n</$set>\n</$list>\n<$list filter=\"[<selectedItem>match<lastItem>!match<firstItem>]\" variable=\"ignore\">\n<$set name=\"nextItem\" value={{{ [[$afterOrBefore$]match[after]then<userInput>addsuffix[-userInput]] ~[<nextItem>] }}}>\n<<input-next-actions-inner>>\n</$set>\n</$list>\n<$list filter=\"[<selectedItem>match<firstItem>match<lastItem>]\" variable=\"ignore\">\n<$set name=\"nextItem\" value={{{ [<userInput>addsuffix[-userInput]] }}}>\n<<input-next-actions-inner>>\n</$set>\n</$list>\n<$list filter=\"[<selectedItem>!match<firstItem>!match<lastItem>]\" variable=\"ignore\">\n<<input-next-actions-inner>>\n</$list>\n</$vars>\n</$set>\n</$vars>\n</$set>\n</$vars>\n</$list>\n\\end\n\n\\define keyboard-driven-input(tiddler,storeTitle,field:\"text\",index:\"\",tag:\"input\",type,focus:\"\",inputAcceptActions,inputAcceptVariantActions,inputCancelActions,placeholder:\"\",default:\"\",class,focusPopup,rows,minHeight,tabindex,size,autoHeight,filterMinLength:\"0\",refreshTitle,selectionStateTitle,cancelPopups:\"\",configTiddlerFilter,firstSearchFilterField:\"first-search-filter\",secondSearchFilterField:\"second-search-filter\")\n\\whitespace trim\n<$keyboard key=\"((input-accept))\" actions=<<__inputAcceptActions__>>>\n<$keyboard key=\"((input-accept-variant))\" actions=<<__inputAcceptVariantActions__>>>\n<$keyboard key=\"((input-up))\" actions=<<input-next-actions \"before\" \"reverse[]\">>>\n<$keyboard key=\"((input-down))\" actions=<<input-next-actions>>>\n<$keyboard key=\"((input-cancel))\" actions=<<__inputCancelActions__>>>\n<$edit-text tiddler=<<__tiddler__>> field=<<__field__>> index=<<__index__>> \n\t\tinputActions=<<keyboard-input-actions>> tag=<<__tag__>> class=<<__class__>> \n\t\tplaceholder=<<__placeholder__>> default=<<__default__>> focusPopup=<<__focusPopup__>> \n\t\tfocus=<<__focus__>> type=<<__type__>> rows=<<__rows__>> minHeight=<<__minHeight__>> \n\t\ttabindex=<<__tabindex__>> size=<<__size__>> autoHeight=<<__autoHeight__>> \n\t\trefreshTitle=<<__refreshTitle__>> cancelPopups=<<__cancelPopups__>>/>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n\\end\n"
        },
        "$:/core/macros/lingo": {
            "title": "$:/core/macros/lingo",
            "tags": "$:/tags/Macro",
            "text": "\\define lingo-base()\n$:/language/\n\\end\n\n\\define lingo(title)\n{{$(lingo-base)$$title$}}\n\\end\n"
        },
        "$:/core/macros/list": {
            "title": "$:/core/macros/list",
            "tags": "$:/tags/Macro",
            "text": "\\define list-links(filter,type:\"ul\",subtype:\"li\",class:\"\",emptyMessage)\n\\whitespace trim\n<$type$ class=\"$class$\">\n<$list filter=\"$filter$\" emptyMessage=<<__emptyMessage__>>>\n<$subtype$>\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$subtype$>\n</$list>\n</$type$>\n\\end\n\n\\define list-links-draggable-drop-actions()\n<$action-listops $tiddler=<<targetTiddler>> $field=<<targetField>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n\\define list-links-draggable(tiddler,field:\"list\",type:\"ul\",subtype:\"li\",class:\"\",itemTemplate)\n\\whitespace trim\n<span class=\"tc-links-draggable-list\">\n<$vars targetTiddler=\"\"\"$tiddler$\"\"\" targetField=\"\"\"$field$\"\"\">\n<$type$ class=\"$class$\">\n<$list filter=\"[list[$tiddler$!!$field$]]\">\n<$droppable actions=<<list-links-draggable-drop-actions>> tag=\"\"\"$subtype$\"\"\" enable=<<tv-enable-drag-and-drop>>>\n<div class=\"tc-droppable-placeholder\"/>\n<div>\n<$transclude tiddler=\"\"\"$itemTemplate$\"\"\">\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$transclude>\n</div>\n</$droppable>\n</$list>\n<$tiddler tiddler=\"\">\n<$droppable actions=<<list-links-draggable-drop-actions>> tag=\"div\" enable=<<tv-enable-drag-and-drop>>>\n<div class=\"tc-droppable-placeholder\">\n{{$:/core/images/blank}}\n</div>\n<div style=\"height:0.5em;\"/>\n</$droppable>\n</$tiddler>\n</$type$>\n</$vars>\n</span>\n\\end\n\n\\define list-tagged-draggable-drop-actions(tag)\n<!-- Save the current ordering of the tiddlers with this tag -->\n<$set name=\"order\" filter=\"[<__tag__>tagging[]]\">\n<!-- Remove any list-after or list-before fields from the tiddlers with this tag -->\n<$list filter=\"[<__tag__>tagging[]]\">\n<$action-deletefield $field=\"list-before\"/>\n<$action-deletefield $field=\"list-after\"/>\n</$list>\n<!-- Save the new order to the Tag Tiddler -->\n<$action-listops $tiddler=<<__tag__>> $field=\"list\" $filter=\"+[enlist<order>] +[insertbefore:currentTiddler<actionTiddler>]\"/>\n<!-- Make sure the newly added item has the right tag -->\n<!-- Removing this line makes dragging tags within the dropdown work as intended -->\n<!--<$action-listops $tiddler=<<actionTiddler>> $tags=<<__tag__>>/>-->\n<!-- Using the following 5 lines as replacement makes dragging titles from outside into the dropdown apply the tag -->\n<$list filter=\"[<actionTiddler>!contains:tags<__tag__>]\">\n<$fieldmangler tiddler=<<actionTiddler>>>\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<__tag__>>/>\n</$fieldmangler>\n</$list>\n</$set>\n\\end\n\n\\define list-tagged-draggable(tag,subFilter,emptyMessage,itemTemplate,elementTag:\"div\",storyview:\"\")\n\\whitespace trim\n<span class=\"tc-tagged-draggable-list\">\n<$set name=\"tag\" value=<<__tag__>>>\n<$list filter=\"[<__tag__>tagging[]$subFilter$]\" emptyMessage=<<__emptyMessage__>> storyview=<<__storyview__>>>\n<$elementTag$ class=\"tc-menu-list-item\">\n<$droppable actions=\"\"\"<$macrocall $name=\"list-tagged-draggable-drop-actions\" tag=<<__tag__>>/>\"\"\" enable=<<tv-enable-drag-and-drop>>>\n<$elementTag$ class=\"tc-droppable-placeholder\"/>\n<$elementTag$>\n<$transclude tiddler=\"\"\"$itemTemplate$\"\"\">\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</$transclude>\n</$elementTag$>\n</$droppable>\n</$elementTag$>\n</$list>\n<$tiddler tiddler=\"\">\n<$droppable actions=\"\"\"<$macrocall $name=\"list-tagged-draggable-drop-actions\" tag=<<__tag__>>/>\"\"\" enable=<<tv-enable-drag-and-drop>>>\n<$elementTag$ class=\"tc-droppable-placeholder\"/>\n<$elementTag$ style=\"height:0.5em;\">\n</$elementTag$>\n</$droppable>\n</$tiddler>\n</$set>\n</span>\n\\end\n"
        },
        "$:/core/macros/tabs": {
            "title": "$:/core/macros/tabs",
            "tags": "$:/tags/Macro",
            "text": "\\define tabs(tabsList,default,state:\"$:/state/tab\",class,template,buttonTemplate,retain,actions,explicitState)\n<$set name=\"qualifiedState\" value=<<qualify \"$state$\">>>\n<$vars tabsState={{{ [<__explicitState__>minlength[1]] ~[<qualifiedState>] }}}>\n<div class=\"tc-tab-set $class$\">\n<div class=\"tc-tab-buttons $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\" storyview=\"pop\"><$set name=\"save-currentTiddler\" value=<<currentTiddler>>><$tiddler tiddler=<<currentTab>>><$button set=<<tabsState>> setTo=<<currentTab>> default=\"$default$\" selectedClass=\"tc-tab-selected\" tooltip={{!!tooltip}}>\n<$tiddler tiddler=<<save-currentTiddler>>>\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude tiddler=\"$buttonTemplate$\" mode=\"inline\">\n<$transclude tiddler=<<currentTab>> field=\"caption\">\n<$macrocall $name=\"currentTab\" $type=\"text/plain\" $output=\"text/plain\"/>\n</$transclude>\n</$transclude>\n</$set></$tiddler>$actions$</$button></$tiddler></$set></$list>\n</div>\n<div class=\"tc-tab-divider $class$\"/>\n<div class=\"tc-tab-content $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\">\n\n<$reveal type=\"match\" state=<<tabsState>> text=<<currentTab>> default=\"$default$\" retain=\"\"\"$retain$\"\"\">\n\n<$transclude tiddler=\"$template$\" mode=\"block\">\n\n<$transclude tiddler=<<currentTab>> mode=\"block\"/>\n\n</$transclude>\n\n</$reveal>\n\n</$list>\n</div>\n</div>\n</$vars>\n</$set>\n\\end\n"
        },
        "$:/core/macros/tag-picker": {
            "title": "$:/core/macros/tag-picker",
            "tags": "$:/tags/Macro",
            "first-search-filter": "[tags[]!is[system]search:title<userInput>sort[]]",
            "second-search-filter": "[tags[]is[system]search:title<userInput>sort[]]",
            "text": "\\define get-tagpicker-focus-selector() [data-tiddler-title=\"$(currentTiddlerCSSEscaped)$\"] .tc-add-tag-name input\n\n\\define delete-tag-state-tiddlers() <$action-deletetiddler $filter=\"[<newTagNameTiddler>] [<storeTitle>] [<tagSelectionState>]\"/>\n\n\\define add-tag-actions(actions,tagField:\"tags\")\n<$set name=\"tag\" value={{{ [<__tiddler__>get[text]] }}}>\n<$list filter=\"[<saveTiddler>!contains:$tagField$<tag>!match[]]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"-[<tag>]\"/>\n\"\"\">\n<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"[<tag>]\"/>\n$actions$\n</$list>\n</$set>\n<<delete-tag-state-tiddlers>>\n<$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n\\end\n\n\\define clear-tags-actions-inner()\n<$list filter=\"[<storeTitle>has[text]] [<newTagNameTiddler>has[text]]\" variable=\"ignore\" emptyMessage=\"\"\"<<cancel-delete-tiddler-actions \"cancel\">>\"\"\">\n<<delete-tag-state-tiddlers>>\n</$list>\n\\end\n\n\\define clear-tags-actions()\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[<newTagNameTiddler>get[text]!match<userInput>]\" emptyMessage=\"\"\"<<clear-tags-actions-inner>>\"\"\">\n<$action-setfield $tiddler=<<newTagNameTiddler>> text=<<userInput>>/><$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n</$list>\n</$set>\n\\end\n\n\\define tag-picker-inner(actions,tagField:\"tags\")\n\\whitespace trim\n<$vars newTagNameInputTiddlerQualified=<<qualify \"$:/temp/NewTagName/input\">> newTagNameSelectionTiddlerQualified=<<qualify \"$:/temp/NewTagName/selected-item\">> fallbackTarget={{$(palette)$##tag-background}} colourA={{$(palette)$##foreground}} colourB={{$(palette)$##background}}>\n<$vars storeTitle={{{ [<newTagNameInputTiddler>!match[]] ~[<newTagNameInputTiddlerQualified>] }}} tagSelectionState={{{ [<newTagNameSelectionTiddler>!match[]] ~[<newTagNameSelectionTiddlerQualified>] }}}>\n<$vars refreshTitle=<<qualify \"$:/temp/NewTagName/refresh\">> nonSystemTagsFilter=\"[tags[]!is[system]search:title<userInput>sort[]]\" systemTagsFilter=\"[tags[]is[system]search:title<userInput>sort[]]\">\n<div class=\"tc-edit-add-tag\">\n<div>\n<span class=\"tc-add-tag-name tc-small-gap-right\">\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<newTagNameTiddler>> storeTitle=<<storeTitle>> refreshTitle=<<refreshTitle>>\n\t\tselectionStateTitle=<<tagSelectionState>> inputAcceptActions=\"\"\"<$macrocall $name=\"add-tag-actions\" actions=<<__actions__>> tagField=<<__tagField__>>/>\"\"\"\n\t\tinputCancelActions=<<clear-tags-actions>> tag=\"input\" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}}\n\t\tfocusPopup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex=<<tabIndex>> \n\t\tfocus={{{ [{$:/config/AutoFocus}match[tags]then[true]] ~[[false]] }}} filterMinLength={{$:/config/Tags/MinLength}} \n\t\tcancelPopups=<<cancelPopups>> configTiddlerFilter=\"[[$:/core/macros/tag-picker]]\"/>\n</span><$button popup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Tags/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Tags/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button><$reveal state=<<storeTitle>> type=\"nomatch\" text=\"\"><$button class=\"tc-btn-invisible tc-small-gap tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Tags/ClearInput/Hint}} aria-label={{$:/language/EditTemplate/Tags/ClearInput/Caption}}>{{$:/core/images/close-button}}<<delete-tag-state-tiddlers>></$button></$reveal><span class=\"tc-add-tag-button tc-small-gap-left\">\n<$set name=\"tag\" value={{{ [<newTagNameTiddler>get[text]] }}}>\n<$button set=<<newTagNameTiddler>> setTo=\"\" class=\"\">\n<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"[<tag>]\"/>\n$actions$\n<$set name=\"currentTiddlerCSSEscaped\" value={{{ [<saveTiddler>escapecss[]] }}}>\n<<delete-tag-state-tiddlers>><$action-sendmessage $message=\"tm-focus-selector\" $param=<<get-tagpicker-focus-selector>>/>\n</$set>\n{{$:/language/EditTemplate/Tags/Add/Button}}\n</$button>\n</$set>\n</span>\n</div>\n<div class=\"tc-block-dropdown-wrapper\">\n<$reveal state=<<qualify \"$:/state/popup/tags-auto-complete\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-block-tags-dropdown\">\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[<userInput>minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=<<nonSystemTagsFilter>> variable=\"tag\">\n<$list filter=\"[<tag>addsuffix[-primaryList]] -[<tagSelectionState>get[text]]\" emptyMessage=\"\"\"<$vars button-classes=\"tc-btn-invisible tc-tag-button-selected\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\"\"\">\n<$vars button-classes=\"tc-btn-invisible\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\n</$list>\n</$list></$list>\n<hr>\n<$list filter=\"[<userInput>minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=<<systemTagsFilter>> variable=\"tag\">\n<$list filter=\"[<tag>addsuffix[-secondaryList]] -[<tagSelectionState>get[text]]\" emptyMessage=\"\"\"<$vars button-classes=\"tc-btn-invisible tc-tag-button-selected\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\"\"\">\n<$vars button-classes=\"tc-btn-invisible\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\n</$list>\n</$list></$list>\n</$set>\n</div>\n</$reveal>\n</div>\n</div>\n</$vars>\n</$vars>\n</$vars>\n\\end\n\\define tag-picker(actions,tagField:\"tags\")\n\\whitespace trim\n<$vars saveTiddler=<<currentTiddler>> palette={{$:/palette}}>\n<$list filter=\"[<newTagNameTiddler>match[]]\" emptyMessage=\"\"\"<$macrocall $name=\"tag-picker-inner\" actions=<<__actions__>> tagField=<<__tagField__>>/>\"\"\">\n<$set name=\"newTagNameTiddler\" value=<<qualify \"$:/temp/NewTagName\">>>\n<$macrocall $name=\"tag-picker-inner\" actions=<<__actions__>> tagField=<<__tagField__>>/>\n</$set>\n</$list>\n</$vars>\n\\end\n"
        },
        "$:/core/macros/tag": {
            "title": "$:/core/macros/tag",
            "tags": "$:/tags/Macro",
            "text": "\\define tag-pill-styles()\nbackground-color:$(backgroundColor)$;\nfill:$(foregroundColor)$;\ncolor:$(foregroundColor)$;\n\\end\n\n\\define tag-pill-inner(tag,icon,colour,fallbackTarget,colourA,colourB,element-tag,element-attributes,actions)\n<$vars foregroundColor=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n<$element-tag$ $element-attributes$ class=\"tc-tag-label tc-btn-invisible\" style=<<tag-pill-styles>>>\n$actions$<$transclude tiddler=\"\"\"$icon$\"\"\"/><$view tiddler=<<__tag__>> field=\"title\" format=\"text\" />\n</$element-tag$>\n</$vars>\n\\end\n\n\\define tag-pill-body(tag,icon,colour,palette,element-tag,element-attributes,actions)\n<$macrocall $name=\"tag-pill-inner\" tag=<<__tag__>> icon=\"\"\"$icon$\"\"\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} element-tag=\"\"\"$element-tag$\"\"\" element-attributes=\"\"\"$element-attributes$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n\\end\n\n\\define tag-pill(tag,element-tag:\"span\",element-attributes:\"\",actions:\"\")\n<span class=\"tc-tag-list-item\">\n<$macrocall $name=\"tag-pill-body\" tag=<<__tag__>> icon={{{ [<__tag__>get[icon]] }}} colour={{{ [<__tag__>get[color]] }}} palette={{$:/palette}} element-tag=\"\"\"$element-tag$\"\"\" element-attributes=\"\"\"$element-attributes$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</span>\n\\end\n\n\\define tag(tag)\n{{$tag$||$:/core/ui/TagTemplate}}\n\\end\n"
        },
        "$:/core/macros/thumbnails": {
            "title": "$:/core/macros/thumbnails",
            "tags": "$:/tags/Macro",
            "text": "\\define thumbnail(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<$link to=\"\"\"$link$\"\"\"><div class=\"tc-thumbnail-wrapper\">\n<div class=\"tc-thumbnail-image\" style=\"width:$width$px;height:$height$px;\"><$reveal type=\"nomatch\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" style=\"width:$width$px;height:$height$px;\">\n[img[$image$]]\n</$reveal><$reveal type=\"match\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" class=\"tc-thumbnail-background\" style=\"width:$width$px;height:$height$px;background-color:$background-color$;\"></$reveal></div><div class=\"tc-thumbnail-icon\" style=\"fill:$color$;color:$color$;\">\n$icon$\n</div><div class=\"tc-thumbnail-caption\">\n$caption$\n</div>\n</div></$link>\n\\end\n\n\\define thumbnail-right(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<div class=\"tc-thumbnail-right-wrapper\"><<thumbnail \"\"\"$link$\"\"\" \"\"\"$icon$\"\"\" \"\"\"$color$\"\"\" \"\"\"$background-color$\"\"\" \"\"\"$image$\"\"\" \"\"\"$caption$\"\"\" \"\"\"$width$\"\"\" \"\"\"$height$\"\"\">></div>\n\\end\n\n\\define list-thumbnails(filter,width:\"280\",height:\"157\")\n<$list filter=\"\"\"$filter$\"\"\"><$macrocall $name=\"thumbnail\" link={{!!link}} icon={{!!icon}} color={{!!color}} background-color={{!!background-color}} image={{!!image}} caption={{!!caption}} width=\"\"\"$width$\"\"\" height=\"\"\"$height$\"\"\"/></$list>\n\\end\n"
        },
        "$:/core/macros/timeline": {
            "title": "$:/core/macros/timeline",
            "created": "20141212105914482",
            "modified": "20141212110330815",
            "tags": "$:/tags/Macro",
            "text": "\\define timeline-title()\n\\whitespace trim\n<!-- Override this macro with a global macro \n     of the same name if you need to change \n     how titles are displayed on the timeline \n     -->\n<$view field=\"title\"/>\n\\end\n\\define timeline(limit:\"100\",format:\"DDth MMM YYYY\",subfilter:\"\",dateField:\"modified\")\n<div class=\"tc-timeline\">\n<$list filter=\"[!is[system]$subfilter$has[$dateField$]!sort[$dateField$]limit[$limit$]eachday[$dateField$]]\">\n<div class=\"tc-menu-list-item\">\n<$view field=\"$dateField$\" format=\"date\" template=\"$format$\"/>\n<$list filter=\"[sameday:$dateField${!!$dateField$}!is[system]$subfilter$!sort[$dateField$]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}><<timeline-title>></$link>\n</div>\n</$list>\n</div>\n</$list>\n</div>\n\\end\n"
        },
        "$:/core/macros/toc": {
            "title": "$:/core/macros/toc",
            "tags": "$:/tags/Macro",
            "text": "\\define toc-caption()\n<$set name=\"tv-wikilinks\" value=\"no\">\n  <$transclude field=\"caption\">\n    <$view field=\"title\"/>\n  </$transclude>\n</$set>\n\\end\n\n\\define toc-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<ol class=\"tc-toc\">\n  <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n    <$vars item=<<currentTiddler>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n      <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n        <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n          <li class=<<toc-item-class>>>\n            <$list filter=\"[all[current]toc-link[no]]\" emptyMessage=\"<$link to={{{ [<currentTiddler>get[target]else<currentTiddler>] }}}><$view field='caption'><$view field='title'/></$view></$link>\">\n              <<toc-caption>>\n            </$list>\n            <$macrocall $name=\"toc-body\" tag=<<item>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>\n          </li>\n        </$set>\n      </$set>\n    </$vars>\n  </$list>\n</ol>\n\\end\n\n\\define toc(tag,sort:\"\",itemClassFilter:\"\")\n<$macrocall $name=\"toc-body\"  tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> />\n\\end\n\n\\define toc-linked-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<!-- helper function -->\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n    <li class=<<toc-item-class>>>\n    <$link to={{{ [<currentTiddler>get[target]else<currentTiddler>] }}}>\n      <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/right-arrow}}\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/down-arrow}}\n        </$button>\n      </$reveal>\n      <<toc-caption>>\n    </$link>\n    <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n      <$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n    </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-unlinked-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<!-- helper function -->\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n    <li class=<<toc-item-class>>>\n      <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/right-arrow}}\n          <<toc-caption>>\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/down-arrow}}\n          <<toc-caption>>\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n      </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-expandable-empty-message()\n<$macrocall $name=\"toc-linked-expandable-body\" tag=<<tag>> sort=<<sort>> itemClassFilter=<<itemClassFilter>> exclude=<<excluded>> path=<<path>>/>\n\\end\n\n\\define toc-expandable(tag,sort:\"\",itemClassFilter:\"\",exclude,path)\n<$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n  <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n    <ol class=\"tc-toc toc-expandable\">\n      <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n        <$list filter=\"[all[current]toc-link[no]]\" emptyMessage=<<toc-expandable-empty-message>> >\n          <$macrocall $name=\"toc-unlinked-expandable-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=\"\"\"itemClassFilter\"\"\" exclude=<<excluded>> path=<<path>> />\n        </$list>\n      </$list>\n    </ol>\n  </$set>\n</$vars>\n\\end\n\n\\define toc-linked-selective-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\" >\n    <li class=<<toc-item-class>>>\n      <$link to={{{ [<currentTiddler>get[target]else<currentTiddler>] }}}>\n          <$list filter=\"[all[current]tagging[]$sort$limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button>\">\n          <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n            <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n              {{$:/core/images/right-arrow}}\n            </$button>\n          </$reveal>\n          <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n            <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n              {{$:/core/images/down-arrow}}\n            </$button>\n          </$reveal>\n        </$list>\n        <<toc-caption>>\n      </$link>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n      </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-unlinked-selective-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n    <li class=<<toc-item-class>>>\n      <$list filter=\"[all[current]tagging[]$sort$limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button> <$view field='caption'><$view field='title'/></$view>\">\n        <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n          <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n            {{$:/core/images/right-arrow}}\n            <<toc-caption>>\n          </$button>\n        </$reveal>\n        <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n          <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n            {{$:/core/images/down-arrow}}\n            <<toc-caption>>\n          </$button>\n        </$reveal>\n      </$list>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n      </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-selective-expandable-empty-message()\n<$macrocall $name=\"toc-linked-selective-expandable-body\" tag=<<tag>> sort=<<sort>> itemClassFilter=<<itemClassFilter>> exclude=<<excluded>> path=<<path>>/>\n\\end\n\n\\define toc-selective-expandable(tag,sort:\"\",itemClassFilter,exclude,path)\n<$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n  <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n    <ol class=\"tc-toc toc-selective-expandable\">\n      <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n        <$list filter=\"[all[current]toc-link[no]]\" variable=\"ignore\" emptyMessage=<<toc-selective-expandable-empty-message>> >\n          <$macrocall $name=\"toc-unlinked-selective-expandable-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>\n        </$list>\n      </$list>\n    </ol>\n  </$set>\n</$vars>\n\\end\n\n\\define toc-tabbed-external-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$tiddler tiddler={{{ [<__selectedTiddler__>get[text]] }}}>\n  <div class=\"tc-tabbed-table-of-contents\">\n    <$linkcatcher to=<<__selectedTiddler__>>>\n      <div class=\"tc-table-of-contents\">\n        <$macrocall $name=\"toc-selective-expandable\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=\"[all[current]] -[<__selectedTiddler__>get[text]]\"/>\n      </div>\n    </$linkcatcher>\n    <div class=\"tc-tabbed-table-of-contents-content\">\n      <$reveal stateTitle=<<__selectedTiddler__>> type=\"nomatch\" text=\"\">\n        <$transclude mode=\"block\" tiddler=<<__template__>>>\n          <h1><<toc-caption>></h1>\n          <$transclude mode=\"block\">$missingText$</$transclude>\n        </$transclude>\n      </$reveal>\n      <$reveal stateTitle=<<__selectedTiddler__>> type=\"match\" text=\"\">\n        $unselectedText$\n      </$reveal>\n    </div>\n  </div>\n</$tiddler>\n\\end\n\n\\define toc-tabbed-internal-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$linkcatcher to=<<__selectedTiddler__>>>\n  <$macrocall $name=\"toc-tabbed-external-nav\" tag=<<__tag__>> sort=<<__sort__>> selectedTiddler=<<__selectedTiddler__>> unselectedText=<<__unselectedText__>> missingText=<<__missingText__>> template=<<__template__>>/>\n</$linkcatcher>\n\\end\n\n"
        },
        "$:/core/macros/translink": {
            "title": "$:/core/macros/translink",
            "tags": "$:/tags/Macro",
            "text": "\\define translink(title,mode:\"block\")\n<div style=\"border:1px solid #ccc; padding: 0.5em; background: black; foreground; white;\">\n<$link to=\"\"\"$title$\"\"\">\n<$text text=\"\"\"$title$\"\"\"/>\n</$link>\n<div style=\"border:1px solid #ccc; padding: 0.5em; background: white; foreground; black;\">\n<$transclude tiddler=\"\"\"$title$\"\"\" mode=\"$mode$\">\n\"<$text text=\"\"\"$title$\"\"\"/>\" is missing\n</$transclude>\n</div>\n</div>\n\\end\n"
        },
        "$:/core/macros/tree": {
            "title": "$:/core/macros/tree",
            "tags": "$:/tags/Macro",
            "text": "\\define leaf-link(full-title,chunk,separator: \"/\")\n<$link to=<<__full-title__>>><$text text=<<__chunk__>>/></$link>\n\\end\n\n\\define leaf-node(prefix,chunk)\n<li>\n<$list filter=\"[<__prefix__>addsuffix<__chunk__>is[shadow]] [<__prefix__>addsuffix<__chunk__>is[tiddler]]\" variable=\"full-title\">\n<$list filter=\"[<full-title>removeprefix<__prefix__>]\" variable=\"chunk\">\n<span>{{$:/core/images/file}}</span> <$macrocall $name=\"leaf-link\" full-title=<<full-title>> chunk=<<chunk>>/>\n</$list>\n</$list>\n</li>\n\\end\n\n\\define branch-node(prefix,chunk,separator: \"/\")\n<li>\n<$set name=\"reveal-state\" value={{{ [[$:/state/tree/]addsuffix<__prefix__>addsuffix<__chunk__>] }}}>\n<$reveal type=\"nomatch\" stateTitle=<<reveal-state>> text=\"show\">\n<$button setTitle=<<reveal-state>> setTo=\"show\" class=\"tc-btn-invisible\">\n{{$:/core/images/folder}} <$text text=<<__chunk__>>/>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<reveal-state>> text=\"show\">\n<$button setTitle=<<reveal-state>> setTo=\"hide\" class=\"tc-btn-invisible\">\n{{$:/core/images/folder}} <$text text=<<__chunk__>>/>\n</$button>\n</$reveal>\n<span>(<$count filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>removeprefix<__chunk__>] -[<__prefix__>addsuffix<__chunk__>]\"/>)</span>\n<$reveal type=\"match\" stateTitle=<<reveal-state>> text=\"show\">\n<$macrocall $name=\"tree-node\" prefix={{{ [<__prefix__>addsuffix<__chunk__>] }}} separator=<<__separator__>>/>\n</$reveal>\n</$set>\n</li>\n\\end\n\n\\define tree-node(prefix,separator: \"/\")\n<ol>\n<$list filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>splitbefore<__separator__>sort[]!suffix<__separator__>]\" variable=\"chunk\">\n<$macrocall $name=\"leaf-node\" prefix=<<__prefix__>> chunk=<<chunk>> separator=<<__separator__>>/>\n</$list>\n<$list filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>splitbefore<__separator__>sort[]suffix<__separator__>]\" variable=\"chunk\">\n<$macrocall $name=\"branch-node\" prefix=<<__prefix__>> chunk=<<chunk>> separator=<<__separator__>>/>\n</$list>\n</ol>\n\\end\n\n\\define tree(prefix: \"$:/\",separator: \"/\")\n<div class=\"tc-tree\">\n<span><$text text=<<__prefix__>>/></span>\n<div>\n<$macrocall $name=\"tree-node\" prefix=<<__prefix__>> separator=<<__separator__>>/>\n</div>\n</div>\n\\end\n"
        },
        "$:/core/macros/utils": {
            "title": "$:/core/macros/utils",
            "text": "\\define colour(colour)\n$colour$\n\\end\n"
        },
        "$:/core/macros/export": {
            "title": "$:/core/macros/export",
            "tags": "$:/tags/Macro",
            "text": "\\define exportButtonFilename(baseFilename)\n$baseFilename$$(extension)$\n\\end\n\n\\define exportButton(exportFilter:\"[!is[system]sort[title]]\",lingoBase,baseFilename:\"tiddlers\")\n<span class=\"tc-popup-keep\"><$button popup=<<qualify \"$:/state/popup/export\">> tooltip={{$lingoBase$Hint}} aria-label={{$lingoBase$Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/export-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$lingoBase$Caption}}/></span>\n</$list>\n</$button></span><$reveal state=<<qualify \"$:/state/popup/export\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$set name=\"count\" value={{{ [subfilter<__exportFilter__>count[]] }}}>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Exporter]]\">\n<$list filter=\"[<currentTiddler>has[condition]subfilter{!!condition}limit[1]] ~[<currentTiddler>!has[condition]then[true]]\" variable=\"ignore\">\n<$set name=\"extension\" value={{!!extension}}>\n<$button class=\"tc-btn-invisible\">\n<$action-sendmessage $message=\"tm-download-file\" $param=<<currentTiddler>> exportFilter=<<__exportFilter__>> filename=<<exportButtonFilename \"\"\"$baseFilename$\"\"\">>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/export\">>/>\n<$transclude field=\"description\"/>\n</$button>\n</$set>\n</$list>\n</$list>\n</$set>\n</div>\n</$reveal>\n\\end\n"
        },
        "$:/core/macros/copy-to-clipboard": {
            "title": "$:/core/macros/copy-to-clipboard",
            "tags": "$:/tags/Macro",
            "text": "\\define copy-to-clipboard(src,class:\"tc-btn-invisible\",style)\n<$button class=<<__class__>> style=<<__style__>> message=\"tm-copy-to-clipboard\" param=<<__src__>> tooltip={{$:/language/Buttons/CopyToClipboard/Hint}}>\n{{$:/core/images/copy-clipboard}} <$text text={{$:/language/Buttons/CopyToClipboard/Caption}}/>\n</$button>\n\\end\n\n\\define copy-to-clipboard-above-right(src,class:\"tc-btn-invisible\",style)\n<div style=\"position: relative;\">\n<div style=\"position: absolute; bottom: 0; right: 0;\">\n<$macrocall $name=\"copy-to-clipboard\" src=<<__src__>> class=<<__class__>> style=<<__style__>>/>\n</div>\n</div>\n\\end\n\n"
        },
        "$:/tags/AdvancedSearch": {
            "title": "$:/tags/AdvancedSearch",
            "list": "[[$:/core/ui/AdvancedSearch/Standard]] [[$:/core/ui/AdvancedSearch/System]] [[$:/core/ui/AdvancedSearch/Shadows]] [[$:/core/ui/AdvancedSearch/Filter]]"
        },
        "$:/tags/AdvancedSearch/FilterButton": {
            "title": "$:/tags/AdvancedSearch/FilterButton",
            "list": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown $:/core/ui/AdvancedSearch/Filter/FilterButtons/clear $:/core/ui/AdvancedSearch/Filter/FilterButtons/export $:/core/ui/AdvancedSearch/Filter/FilterButtons/delete"
        },
        "$:/tags/ControlPanel": {
            "title": "$:/tags/ControlPanel",
            "list": "$:/core/ui/ControlPanel/Info $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Settings $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals"
        },
        "$:/tags/ControlPanel/Info": {
            "title": "$:/tags/ControlPanel/Info",
            "list": "$:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Advanced"
        },
        "$:/tags/ControlPanel/Plugins": {
            "title": "$:/tags/ControlPanel/Plugins",
            "list": "[[$:/core/ui/ControlPanel/Plugins/Installed]] [[$:/core/ui/ControlPanel/Plugins/Add]]"
        },
        "$:/tags/EditTemplate": {
            "title": "$:/tags/EditTemplate",
            "list": "[[$:/core/ui/EditTemplate/controls]] [[$:/core/ui/EditTemplate/title]] [[$:/core/ui/EditTemplate/tags]] [[$:/core/ui/EditTemplate/shadow]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/EditTemplate/body]] [[$:/core/ui/EditTemplate/type]] [[$:/core/ui/EditTemplate/fields]]"
        },
        "$:/tags/EditorToolbar": {
            "title": "$:/tags/EditorToolbar",
            "list": "$:/core/ui/EditorToolbar/paint $:/core/ui/EditorToolbar/opacity $:/core/ui/EditorToolbar/line-width $:/core/ui/EditorToolbar/rotate-left $:/core/ui/EditorToolbar/clear $:/core/ui/EditorToolbar/bold $:/core/ui/EditorToolbar/italic $:/core/ui/EditorToolbar/strikethrough $:/core/ui/EditorToolbar/underline $:/core/ui/EditorToolbar/superscript $:/core/ui/EditorToolbar/subscript $:/core/ui/EditorToolbar/mono-line $:/core/ui/EditorToolbar/mono-block $:/core/ui/EditorToolbar/quote $:/core/ui/EditorToolbar/list-bullet $:/core/ui/EditorToolbar/list-number $:/core/ui/EditorToolbar/heading-1 $:/core/ui/EditorToolbar/heading-2 $:/core/ui/EditorToolbar/heading-3 $:/core/ui/EditorToolbar/heading-4 $:/core/ui/EditorToolbar/heading-5 $:/core/ui/EditorToolbar/heading-6 $:/core/ui/EditorToolbar/link $:/core/ui/EditorToolbar/excise $:/core/ui/EditorToolbar/picture $:/core/ui/EditorToolbar/stamp $:/core/ui/EditorToolbar/size $:/core/ui/EditorToolbar/editor-height $:/core/ui/EditorToolbar/more $:/core/ui/EditorToolbar/preview $:/core/ui/EditorToolbar/preview-type"
        },
        "$:/tags/Manager/ItemSidebar": {
            "title": "$:/tags/Manager/ItemSidebar",
            "list": "$:/Manager/ItemSidebar/Tags $:/Manager/ItemSidebar/Colour $:/Manager/ItemSidebar/Icon $:/Manager/ItemSidebar/Tools"
        },
        "$:/tags/EditToolbar": {
            "title": "$:/tags/EditToolbar",
            "list": "[[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/cancel]] [[$:/core/ui/Buttons/save]]"
        },
        "$:/tags/Manager/ItemMain": {
            "title": "$:/tags/Manager/ItemMain",
            "list": "$:/Manager/ItemMain/WikifiedText $:/Manager/ItemMain/RawText $:/Manager/ItemMain/Fields"
        },
        "$:/tags/MoreSideBar": {
            "title": "$:/tags/MoreSideBar",
            "list": "[[$:/core/ui/MoreSideBar/All]] [[$:/core/ui/MoreSideBar/Recent]] [[$:/core/ui/MoreSideBar/Tags]] [[$:/core/ui/MoreSideBar/Missing]] [[$:/core/ui/MoreSideBar/Drafts]] [[$:/core/ui/MoreSideBar/Orphans]] [[$:/core/ui/MoreSideBar/Types]] [[$:/core/ui/MoreSideBar/System]] [[$:/core/ui/MoreSideBar/Shadows]] [[$:/core/ui/MoreSideBar/Explorer]] [[$:/core/ui/MoreSideBar/Plugins]]",
            "text": ""
        },
        "$:/tags/PageControls": {
            "title": "$:/tags/PageControls",
            "list": "[[$:/core/ui/Buttons/home]] [[$:/core/ui/Buttons/close-all]] [[$:/core/ui/Buttons/fold-all]] [[$:/core/ui/Buttons/unfold-all]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/new-tiddler]] [[$:/core/ui/Buttons/new-journal]] [[$:/core/ui/Buttons/new-image]] [[$:/core/ui/Buttons/import]] [[$:/core/ui/Buttons/export-page]] [[$:/core/ui/Buttons/control-panel]] [[$:/core/ui/Buttons/advanced-search]] [[$:/core/ui/Buttons/manager]] [[$:/core/ui/Buttons/tag-manager]] [[$:/core/ui/Buttons/language]] [[$:/core/ui/Buttons/palette]] [[$:/core/ui/Buttons/theme]] [[$:/core/ui/Buttons/storyview]] [[$:/core/ui/Buttons/encryption]] [[$:/core/ui/Buttons/timestamp]] [[$:/core/ui/Buttons/full-screen]] [[$:/core/ui/Buttons/print]] [[$:/core/ui/Buttons/save-wiki]] [[$:/core/ui/Buttons/refresh]] [[$:/core/ui/Buttons/more-page-actions]]"
        },
        "$:/tags/PageTemplate": {
            "title": "$:/tags/PageTemplate",
            "list": "[[$:/core/ui/PageTemplate/topleftbar]] [[$:/core/ui/PageTemplate/toprightbar]] [[$:/core/ui/PageTemplate/sidebar]] [[$:/core/ui/PageTemplate/story]] [[$:/core/ui/PageTemplate/alerts]]",
            "text": ""
        },
        "$:/tags/PluginLibrary": {
            "title": "$:/tags/PluginLibrary",
            "list": "$:/config/OfficialPluginLibrary"
        },
        "$:/tags/SideBarSegment": {
            "title": "$:/tags/SideBarSegment",
            "list": "[[$:/core/ui/SideBarSegments/site-title]] [[$:/core/ui/SideBarSegments/site-subtitle]] [[$:/core/ui/SideBarSegments/page-controls]] [[$:/core/ui/SideBarSegments/search]] [[$:/core/ui/SideBarSegments/tabs]]"
        },
        "$:/tags/TiddlerInfo": {
            "title": "$:/tags/TiddlerInfo",
            "list": "[[$:/core/ui/TiddlerInfo/Tools]] [[$:/core/ui/TiddlerInfo/References]] [[$:/core/ui/TiddlerInfo/Tagging]] [[$:/core/ui/TiddlerInfo/List]] [[$:/core/ui/TiddlerInfo/Listed]] [[$:/core/ui/TiddlerInfo/Fields]]",
            "text": ""
        },
        "$:/tags/SideBar": {
            "title": "$:/tags/SideBar",
            "list": "[[$:/core/ui/SideBar/Open]] [[$:/core/ui/SideBar/Recent]] [[$:/core/ui/SideBar/Tools]] [[$:/core/ui/SideBar/More]]",
            "text": ""
        },
        "$:/tags/TiddlerInfo/Advanced": {
            "title": "$:/tags/TiddlerInfo/Advanced",
            "list": "[[$:/core/ui/TiddlerInfo/Advanced/ShadowInfo]] [[$:/core/ui/TiddlerInfo/Advanced/PluginInfo]]"
        },
        "$:/tags/ViewTemplate": {
            "title": "$:/tags/ViewTemplate",
            "list": "[[$:/core/ui/ViewTemplate/title]] [[$:/core/ui/ViewTemplate/unfold]] [[$:/core/ui/ViewTemplate/subtitle]] [[$:/core/ui/ViewTemplate/tags]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/ViewTemplate/body]]"
        },
        "$:/tags/ViewToolbar": {
            "title": "$:/tags/ViewToolbar",
            "list": "[[$:/core/ui/Buttons/more-tiddler-actions]] [[$:/core/ui/Buttons/info]] [[$:/core/ui/Buttons/new-here]] [[$:/core/ui/Buttons/new-journal-here]] [[$:/core/ui/Buttons/clone]] [[$:/core/ui/Buttons/export-tiddler]] [[$:/core/ui/Buttons/edit]] [[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/permalink]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/open-window]] [[$:/core/ui/Buttons/close-others]] [[$:/core/ui/Buttons/close]] [[$:/core/ui/Buttons/fold-others]] [[$:/core/ui/Buttons/fold]]"
        },
        "$:/core/templates/alltiddlers.template.html": {
            "title": "$:/core/templates/alltiddlers.template.html",
            "type": "text/vnd.tiddlywiki-html",
            "text": "<!-- This template is provided for backwards compatibility with older versions of TiddlyWiki -->\n\n<$set name=\"exportFilter\" value=\"[!is[system]sort[title]]\">\n\n{{$:/core/templates/exporters/StaticRiver}}\n\n</$set>\n"
        },
        "$:/core/templates/canonical-uri-external-raw": {
            "title": "$:/core/templates/canonical-uri-external-raw",
            "text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external raw files that are stored in the same directory\n\n-->\n<$view field=\"title\" format=\"doubleurlencoded\"/>"
        },
        "$:/core/templates/css-tiddler": {
            "title": "$:/core/templates/css-tiddler",
            "text": "<!--\n\nThis template is used for saving CSS tiddlers as a style tag with data attributes representing the tiddler fields.\n\n-->`<style`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/css\">`<$view field=\"text\" format=\"text\" />`</style>`"
        },
        "$:/core/templates/canonical-uri-external-image": {
            "title": "$:/core/templates/canonical-uri-external-image",
            "text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external images.\n\nChange the `./images/` part to a different base URI. The URI can be relative or absolute.\n\n-->\n./images/<$view field=\"title\" format=\"doubleurlencoded\"/>"
        },
        "$:/core/templates/MOTW.html": {
            "title": "$:/core/templates/MOTW.html",
            "text": "\\rules only filteredtranscludeinline transcludeinline entity\n<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->\n<!-- saved from url=(0021)https://tiddlywiki.com -->&#13;&#10;"
        },
        "$:/core/templates/canonical-uri-external-text": {
            "title": "$:/core/templates/canonical-uri-external-text",
            "text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external text files.\n\nChange the `./text/` part to a different base URI. The URI can be relative or absolute.\n\n-->\n./text/<$view field=\"title\" format=\"doubleurlencoded\"/>.tid"
        },
        "$:/core/templates/html-div-skinny-tiddler": {
            "title": "$:/core/templates/html-div-skinny-tiddler",
            "text": "<!--\n\nThis template is a variant of $:/core/templates/html-div-tiddler used for saving skinny tiddlers (with no text field)\n\n-->`<div`<$fields template=' $name$=\"$encoded_value$\"'></$fields>`>\n<pre></pre>\n</div>`\n"
        },
        "$:/core/templates/html-div-tiddler": {
            "title": "$:/core/templates/html-div-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields.\n\n-->`<div`<$fields template=' $name$=\"$encoded_value$\"'></$fields>`>\n<pre>`<$view field=\"text\" format=\"htmlencoded\" />`</pre>\n</div>`\n"
        },
        "$:/core/templates/html-tiddler": {
            "title": "$:/core/templates/html-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as raw HTML\n\n--><$view field=\"text\" format=\"htmlwikified\" />"
        },
        "$:/core/templates/javascript-tiddler": {
            "title": "$:/core/templates/javascript-tiddler",
            "text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields.\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\">`<$view field=\"text\" format=\"text\" />`</script>`"
        },
        "$:/core/templates/json-tiddler": {
            "title": "$:/core/templates/json-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as raw JSON\n\n--><$text text=<<jsontiddler>>/>"
        },
        "$:/core/templates/raw-static-tiddler": {
            "title": "$:/core/templates/raw-static-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as static HTML\n\n--><$view field=\"text\" format=\"plainwikified\" />"
        },
        "$:/core/templates/module-tiddler": {
            "title": "$:/core/templates/module-tiddler",
            "text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields. The body of the tiddler is wrapped in a call to the `$tw.modules.define` function in order to define the body of the tiddler as a module\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\" data-module=\"yes\">$tw.modules.define(\"`<$view field=\"title\" format=\"jsencoded\" />`\",\"`<$view field=\"module-type\" format=\"jsencoded\" />`\",function(module,exports,require) {`<$view field=\"text\" format=\"text\" />`});\n</script>`"
        },
        "$:/core/templates/plain-text-tiddler": {
            "title": "$:/core/templates/plain-text-tiddler",
            "text": "<$view field=\"text\" format=\"text\" />"
        },
        "$:/core/save/all": {
            "title": "$:/core/save/all",
            "text": "\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/save/empty": {
            "title": "$:/core/save/empty",
            "text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/save/lazy-all": {
            "title": "$:/core/save/lazy-all",
            "text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] \n\\end\n\\define skinnySaveTiddlerFilter()\n[!is[system]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/save/lazy-images": {
            "title": "$:/core/save/lazy-images",
            "text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[!is[system]is[image]] +[sort[title]] \n\\end\n\\define skinnySaveTiddlerFilter()\n[is[image]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/templates/single.tiddler.window": {
            "title": "$:/core/templates/single.tiddler.window",
            "text": "\\whitespace trim\n\\define containerClasses()\ntc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(languageTitle)$\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$vars\n\ttv-config-toolbar-icons={{$:/config/Toolbar/Icons}}\n\ttv-config-toolbar-text={{$:/config/Toolbar/Text}}\n\ttv-config-toolbar-class={{$:/config/Toolbar/ButtonClass}}\n\ttv-show-missing-links={{$:/config/MissingLinks}}\n\tstoryviewTitle={{$:/view}}\n\tlanguageTitle={{{ [{$:/language}get[name]] }}}>\n\n<div class=<<containerClasses>>>\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n\n<$transclude mode=\"block\"/>\n\n</$navigator>\n\n</div>\n\n</$vars>\n"
        },
        "$:/core/templates/split-recipe": {
            "title": "$:/core/templates/split-recipe",
            "text": "<$list filter=\"[!is[system]]\">\ntiddler: <$view field=\"title\" format=\"urlencoded\"/>.tid\n</$list>\n"
        },
        "$:/core/templates/static.area": {
            "title": "$:/core/templates/static.area",
            "text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawStaticContent]!has[draft.of]] ||$:/core/templates/raw-static-tiddler}}}\n{{$:/core/templates/static.content||$:/core/templates/html-tiddler}}\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\nThis file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted.\n</$reveal>\n<!-- ensure splash screen isn't shown when JS is disabled -->\n`<style>\n.tc-remove-when-wiki-loaded {display: none;}\n</style>`\n"
        },
        "$:/core/templates/static.content": {
            "title": "$:/core/templates/static.content",
            "text": "<!-- For Google, and people without JavaScript-->\nThis [[TiddlyWiki|https://tiddlywiki.com]] contains the following tiddlers:\n\n<ul>\n<$list filter=<<saveTiddlerFilter>>>\n<li><$view field=\"title\" format=\"text\"></$view></li>\n</$list>\n</ul>\n"
        },
        "$:/core/templates/static.template.css": {
            "title": "$:/core/templates/static.template.css",
            "text": "{{$:/boot/boot.css||$:/core/templates/plain-text-tiddler}}\n\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n"
        },
        "$:/core/templates/static.template.html": {
            "title": "$:/core/templates/static.template.html",
            "type": "text/vnd.tiddlywiki-html",
            "text": "\\define tv-wikilink-template() static/$uri_doubleencoded$.html\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}\n</body>\n</html>\n"
        },
        "$:/core/templates/store.area.template.html": {
            "title": "$:/core/templates/store.area.template.html",
            "text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n`<div id=\"storeArea\" style=\"display:none;\">`\n<$list filter=<<saveTiddlerFilter>> template=\"$:/core/templates/html-div-tiddler\"/>\n<$list filter={{{ [<skinnySaveTiddlerFilter>] }}} template=\"$:/core/templates/html-div-skinny-tiddler\"/>\n`</div>`\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n`<!--~~ Encrypted tiddlers ~~-->`\n`<pre id=\"encryptedStoreArea\" type=\"text/plain\" style=\"display:none;\">`\n<$encrypt filter=<<saveTiddlerFilter>>/>\n`</pre>`\n</$reveal>"
        },
        "$:/core/templates/static.tiddler.html": {
            "title": "$:/core/templates/static.tiddler.html",
            "text": "\\define tv-wikilink-template() $uri_doubleencoded$.html\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n`<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"`{{$:/core/templates/version}}`\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"static.css\">\n<title>`<$view field=\"caption\"><$view field=\"title\"/></$view>: {{$:/core/wiki/title}}`</title>\n</head>\n<body class=\"tc-body\">\n`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`\n<section class=\"tc-story-river tc-static-story-river\">\n`<$view tiddler=\"$:/core/ui/ViewTemplate\" format=\"htmlwikified\"/>`\n</section>\n</body>\n</html>\n`\n"
        },
        "$:/core/templates/tid-tiddler": {
            "title": "$:/core/templates/tid-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers in TiddlyWeb *.tid format\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>`\n`<$view field=\"text\" format=\"text\" />"
        },
        "$:/core/templates/tiddler-metadata": {
            "title": "$:/core/templates/tiddler-metadata",
            "text": "<!--\n\nThis template is used for saving tiddler metadata *.meta files\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>"
        },
        "$:/core/templates/version": {
            "title": "$:/core/templates/version",
            "text": "<<version>>"
        },
        "$:/core/templates/static-tiddler": {
            "title": "$:/core/templates/static-tiddler",
            "text": "<a name=<<currentTiddler>>>\n<$transclude tiddler=\"$:/core/ui/ViewTemplate\"/>\n</a>"
        },
        "$:/core/templates/wikified-tiddler": {
            "title": "$:/core/templates/wikified-tiddler",
            "text": "<$transclude />"
        },
        "$:/core/templates/tiddlywiki5.html": {
            "title": "$:/core/templates/tiddlywiki5.html",
            "text": "<$set name=\"saveTiddlerAndShadowsFilter\" filter=\"[subfilter<saveTiddlerFilter>] [subfilter<saveTiddlerFilter>plugintiddlers[]]\">\n`<!doctype html>\n`{{$:/core/templates/MOTW.html}}`<html lang=\"`<$text text={{{ [{$:/language}get[name]] }}}/>`\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<!--~~ Raw markup for the top of the head section ~~-->\n`{{{ [<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}`\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"`{{$:/core/templates/version}}`\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"`{{$:/core/copyright.txt}}`\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>`{{$:/core/wiki/title}}`</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ Raw markup ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/core/wiki/rawmarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}`\n</head>\n<body class=\"tc-body\">\n<!--~~ Raw markup for the top of the body section ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}`\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n`{{$:/boot/boot.css||$:/core/templates/css-tiddler}}`\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n`{{$:/core/templates/static.area}}`\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n`{{$:/core/templates/store.area.template.html}}`\n<!--~~ Library modules ~~-->\n<div id=\"libraryModules\" style=\"display:none;\">\n`{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}}`\n</div>\n<!--~~ Boot kernel prologue ~~-->\n<div id=\"bootKernelPrefix\" style=\"display:none;\">\n`{{ $:/boot/bootprefix.js ||$:/core/templates/javascript-tiddler}}`\n</div>\n<!--~~ Boot kernel ~~-->\n<div id=\"bootKernel\" style=\"display:none;\">\n`{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}}`\n</div>\n<!--~~ Raw markup for the bottom of the body section ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}`\n</body>\n</html>`\n"
        },
        "$:/core/templates/exporters/CsvFile": {
            "title": "$:/core/templates/exporters/CsvFile",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/CsvFile}}",
            "extension": ".csv",
            "text": "<$macrocall $name=\"csvtiddlers\" filter=<<exportFilter>> format=\"quoted-comma-sep\" $output=\"text/raw\"/>\n"
        },
        "$:/core/templates/exporters/JsonFile": {
            "title": "$:/core/templates/exporters/JsonFile",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/JsonFile}}",
            "extension": ".json",
            "text": "<$macrocall $name=\"jsontiddlers\" filter=<<exportFilter>> $output=\"text/raw\"/>\n"
        },
        "$:/core/templates/exporters/StaticRiver": {
            "title": "$:/core/templates/exporters/StaticRiver",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/StaticRiver}}",
            "extension": ".html",
            "text": "\\define tv-wikilink-template() #$uri_encoded$\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n<section class=\"tc-story-river tc-static-story-river\">\n{{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}}\n</section>\n</body>\n</html>\n"
        },
        "$:/core/templates/exporters/StaticRiver/Content": {
            "title": "$:/core/templates/exporters/StaticRiver/Content",
            "text": "\\define renderContent()\n{{{ $(exportFilter)$ ||$:/core/templates/static-tiddler}}}\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<<renderContent>>\n"
        },
        "$:/core/templates/exporters/TidFile": {
            "title": "$:/core/templates/exporters/TidFile",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/TidFile}}",
            "extension": ".tid",
            "condition": "[<count>compare:lte[1]]",
            "text": "\\define renderContent()\n{{{ $(exportFilter)$ +[limit[1]] ||$:/core/templates/tid-tiddler}}}\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<<renderContent>>"
        },
        "$:/core/save/all-external-js": {
            "title": "$:/core/save/all-external-js",
            "text": "\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\n{{$:/core/templates/tiddlywiki5-external-js.html}}\n"
        },
        "$:/core/templates/tiddlywiki5.js/tiddlers": {
            "title": "$:/core/templates/tiddlywiki5.js/tiddlers",
            "text": "`\n$tw.preloadTiddlerArray(`<$text text=<<jsontiddlers \"[[$:/core]]\">>/>`);\n`\n"
        },
        "$:/core/templates/tiddlywiki5-external-js.html": {
            "title": "$:/core/templates/tiddlywiki5-external-js.html",
            "text": "\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n{{$:/core/templates/MOTW.html}}<html lang=\"`<$text text={{{ [{$:/language}get[name]] }}}/>`\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<!--~~ Raw markup for the top of the head section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"{{$:/core/copyright.txt}}\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ Raw markup ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/core/wiki/rawmarkup]] [all[shadows+tiddlers]tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}\n</head>\n<body class=\"tc-body\">\n<!--~~ Raw markup for the top of the body section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n{{$:/core/templates/static.area}}\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n{{$:/core/templates/store.area.template.html}}\n<!--~~ Raw markup for the bottom of the body section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}\n</body>\n<script src=\"%24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js\" onerror=\"alert('Error: Cannot load tiddlywiki.js');\"></script>\n</html>\n"
        },
        "$:/core/templates/tiddlywiki5.js": {
            "title": "$:/core/templates/tiddlywiki5.js",
            "text": "\\rules only filteredtranscludeinline transcludeinline codeinline\n\n/*\n{{ $:/core/copyright.txt ||$:/core/templates/plain-text-tiddler}}\n`*/\n`<!--~~ Library modules ~~-->\n{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/plain-text-tiddler}}}\n<!--~~ Boot prefix ~~-->\n{{ $:/boot/bootprefix.js ||$:/core/templates/plain-text-tiddler}}\n<!--~~ Core plugin ~~-->\n{{$:/core/templates/tiddlywiki5.js/tiddlers}}\n<!--~~ Boot kernel ~~-->\n{{ $:/boot/boot.js ||$:/core/templates/plain-text-tiddler}}\n"
        },
        "$:/core/templates/server/static.sidebar.wikitext": {
            "title": "$:/core/templates/server/static.sidebar.wikitext",
            "text": "\\whitespace trim\n<div class=\"tc-sidebar-scrollable\" style=\"overflow: auto;\">\n<div class=\"tc-sidebar-header\">\n<h1 class=\"tc-site-title\">\n<$transclude tiddler=\"$:/SiteTitle\"/>\n</h1>\n<div class=\"tc-site-subtitle\">\n<$transclude tiddler=\"$:/SiteSubtitle\"/>\n</div>\n<h2>\n</h2>\n<div class=\"tc-sidebar-lists\">\n<$list filter={{$:/DefaultTiddlers}}>\n<div class=\"tc-menu-list-subitem\">\n<$link><$text text=<<currentTiddler>>/></$link>\n</div>\n</$list>\n</div>\n<!-- Currently disabled the recent list as it is unweildy when the responsive narrow view kicks in\n<h2>\n{{$:/language/SideBar/Recent/Caption}}\n</h2>\n<div class=\"tc-sidebar-lists\">\n<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n</div>\n</div>\n</div>\n-->\n"
        },
        "$:/core/templates/server/static.tiddler.html": {
            "title": "$:/core/templates/server/static.tiddler.html",
            "text": "\\whitespace trim\n\\define tv-wikilink-template() $uri_encoded$\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content={{$:/core/templates/version}} />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"%24%3A%2Fcore%2Ftemplates%2Fstatic.template.css\">\n<title><$view field=\"caption\" format=\"plainwikified\"><$view field=\"title\"/></$view>: <$view tiddler=\"$:/core/wiki/title\" format=\"plainwikified\"/></title>\n</head>\n<body class=\"tc-body\">\n<$transclude tiddler=\"$:/core/templates/server/static.sidebar.wikitext\" mode=\"inline\"/>\n<section class=\"tc-story-river\">\n<div class=\"tc-tiddler-frame\">\n<$transclude tiddler=\"$:/core/templates/server/static.tiddler.wikitext\" mode=\"inline\"/>\n</div>\n</section>\n</body>\n</html>"
        },
        "$:/core/templates/server/static.tiddler.wikitext": {
            "title": "$:/core/templates/server/static.tiddler.wikitext",
            "text": "\\whitespace trim\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<h2><$text text=<<currentTiddler>>/></h2>\n</div>\n</div>\n<div class=\"tc-subtitle\">\n<$link to={{!!modifier}}>\n<$view field=\"modifier\"/>\n</$link> <$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>\n<div class=\"tc-tags-wrapper\">\n<$list filter=\"[all[current]tags[]sort[title]]\">\n<a href={{{ [<currentTiddler>encodeuricomponent[]] }}}>\n<$macrocall $name=\"tag-pill\" tag=<<currentTiddler>>/>\n</a>\n</$list>\n</div>\n<div class=\"tc-tiddler-body\">\n<$transclude mode=\"block\"/>\n</div>\n"
        }
    }
}
[[Table Of Contents]]

main
index.html
/
wahidmounir/wahidmounir.github.io
wahidmounir
yes
yes
no
New Tiddler 
The plugin library for the latest and greatest plugins from [ext[infurnoape|https://github.com/Infurnoape/infurnoape.github.io.git]]; most recent released versions of plugins by [ext[Andrew|http://t5a.tiddlyspot.com/#Andrew%20Harrison]].
{
    "tiddlers": {
        "$:/config/codemirror/autocomplete": {
            "title": "$:/config/codemirror/autocomplete",
            "text": "{\n\t\"Ctrl-Space\": \"autocomplete\"\n}",
            "type": "json",
            "created": "20210328004023360",
            "extend": "extraKeys",
            "modified": "20210328004023360"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js": {
            "title": "$:/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js",
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n\n(function (mod) {\n\tif (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n\t\tmod(require(\"../../lib/codemirror\"));\n\telse if (typeof define == \"function\" && define.amd) // AMD\n\t\tdefine([\"../../lib/codemirror\"], mod);\n\telse // Plain browser env\n\t\tmod(CodeMirror);\n})(function (CodeMirror) {\n\t\"use strict\";\n\n\tCodeMirror.registerHelper('hint', 'anyword', function (editor) {\n\t\tvar cur = editor.getCursor();\n\t\tvar curLine = editor.getLine(cur.line);\n\t\tvar start = cur.ch;\n\t\tvar end = start;\n\t\tvar max_length = 30\n\n\t\tvar escapeChars = ['.', ']', '}', '>']\n\t\tvar stopChars = ['[', '{', '|', '\"']\n\n\t\twhile (start) {\n\t\t\tvar ch = curLine.charAt(start - 1)\n\t\t\tif (end - start > max_length || escapeChars.includes(ch)) {\n\t\t\t\treturn null\n\t\t\t}\n\t\t\tif (!(stopChars.includes(ch))) {\n\t\t\t\tstart--;\n\t\t\t} else {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tvar curWord = start !== end && curLine.slice(start, end);\n\t\tif (curLine.charAt(start) == '$') {\n\t\t\treturn {\n\t\t\t\tlist: $tw.wiki.filterTiddlers(`[all[tiddlers]search:title:literal[${curWord}]!prefix[$:/state]]`),\n\t\t\t\tfrom: CodeMirror.Pos(cur.line, start),\n\t\t\t\tto: CodeMirror.Pos(cur.line, end)\n\t\t\t}\n\t\t} else {\n\t\t\treturn {\n\t\t\t\tlist: $tw.wiki.filterTiddlers(`[all[tiddlers]!is[system]!is[shadow]search:title:literal[${curWord}]!prefix[$:/state]]`),\n\t\t\t\tfrom: CodeMirror.Pos(cur.line, start),\n\t\t\t\tto: CodeMirror.Pos(cur.line, end)\n\t\t\t}\n\t\t}\n\t})\n});",
            "created": "20210328004232522",
            "modified": "20210328010801763",
            "module-type": "codemirror",
            "type": "application/javascript"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.css": {
            "title": "$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.css",
            "text": ".CodeMirror-hints {\n  position: absolute;\n  z-index: 10;\n  overflow: hidden;\n  list-style: none;\n\n  margin: 0;\n  padding: 2px;\n\n  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);\n  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);\n  box-shadow: 2px 3px 5px rgba(0,0,0,.2);\n  border-radius: 3px;\n  border: 1px solid silver;\n\n  background: white;\n  font-size: 90%;\n  font-family: monospace;\n\n  max-height: 20em;\n  overflow-y: auto;\n}\n\n.CodeMirror-hint {\n  margin: 0;\n  padding: 0 4px;\n  border-radius: 2px;\n  white-space: pre;\n  color: black;\n  cursor: pointer;\n}\n\nli.CodeMirror-hint-active {\n  background: #08f;\n  color: white;\n}\n",
            "created": "20210328012141944",
            "modified": "20210328012141944",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.js": {
            "title": "$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.js",
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n! function (t) {\n    \"object\" == typeof exports && \"object\" == typeof module ? t(require(\"../../lib/codemirror\")) : \"function\" == typeof define && define.amd ? define([\"../../lib/codemirror\"], t) : t(CodeMirror)\n}(function (W) {\n    \"use strict\";\n    var I = \"CodeMirror-hint-active\";\n\n    function o(t, i) {\n        this.cm = t, this.options = i, this.widget = null, this.debounce = 0, this.tick = 0, this.startPos = this.cm.getCursor(\"start\"), this.startLen = this.cm.getLine(this.startPos.line).length - this.cm.getSelection().length;\n        var e = this;\n        t.on(\"cursorActivity\", this.activityFunc = function () {\n            e.cursorActivity()\n        })\n    }\n    W.showHint = function (t, i, e) {\n        if (!i) return t.showHint(e);\n        e && e.async && (i.async = !0);\n        var n = {\n            hint: i\n        };\n        if (e)\n            for (var o in e) n[o] = e[o];\n        return t.showHint(n)\n    }, W.defineExtension(\"showHint\", function (t) {\n        t = function (t, i, e) {\n            var n = t.options.hintOptions,\n                o = {};\n            for (var s in l) o[s] = l[s];\n            if (n)\n                for (var s in n) void 0 !== n[s] && (o[s] = n[s]);\n            if (e)\n                for (var s in e) void 0 !== e[s] && (o[s] = e[s]);\n            o.hint.resolve && (o.hint = o.hint.resolve(t, i));\n            return o\n        }(this, this.getCursor(\"start\"), t);\n        var i = this.listSelections();\n        if (!(1 < i.length)) {\n            if (this.somethingSelected()) {\n                if (!t.hint.supportsSelection) return;\n                for (var e = 0; e < i.length; e++)\n                    if (i[e].head.line != i[e].anchor.line) return\n            }\n            this.state.completionActive && this.state.completionActive.close();\n            var n = this.state.completionActive = new o(this, t);\n            n.options.hint && (W.signal(this, \"startCompletion\", this), n.update(!0))\n        }\n    }), W.defineExtension(\"closeHint\", function () {\n        this.state.completionActive && this.state.completionActive.close()\n    });\n    var s = window.requestAnimationFrame || function (t) {\n            return setTimeout(t, 1e3 / 60)\n        },\n        c = window.cancelAnimationFrame || clearTimeout;\n\n    function B(t) {\n        return \"string\" == typeof t ? t : t.text\n    }\n\n    function K(t, i) {\n        for (; i && i != t;) {\n            if (\"LI\" === i.nodeName.toUpperCase() && i.parentNode == t) return i;\n            i = i.parentNode\n        }\n    }\n\n    function n(o, t) {\n        this.completion = o, this.data = t, this.picked = !1;\n        var e = this,\n            s = o.cm,\n            c = s.getInputField().ownerDocument,\n            r = c.defaultView || c.parentWindow,\n            l = this.hints = c.createElement(\"ul\"),\n            i = o.cm.options.theme;\n        l.className = \"CodeMirror-hints \" + i, this.selectedHint = t.selectedHint || 0;\n        for (var n = t.list, h = 0; h < n.length; ++h) {\n            var a = l.appendChild(c.createElement(\"li\")),\n                u = n[h],\n                f = \"CodeMirror-hint\" + (h != this.selectedHint ? \"\" : \" \" + I);\n            null != u.className && (f = u.className + \" \" + f), a.className = f, u.render ? u.render(a, t, u) : a.appendChild(c.createTextNode(u.displayText || B(u))), a.hintId = h\n        }\n        var p, d, m, g = o.options.container || c.body,\n            v = s.cursorCoords(o.options.alignWithWord ? t.from : null),\n            y = v.left,\n            w = v.bottom,\n            H = !0,\n            C = 0,\n            b = 0;\n        g !== c.body && (d = (p = -1 !== [\"absolute\", \"relative\", \"fixed\"].indexOf(r.getComputedStyle(g).position) ? g : g.offsetParent).getBoundingClientRect(), m = c.body.getBoundingClientRect(), C = d.left - m.left - p.scrollLeft, b = d.top - m.top - p.scrollTop), l.style.left = y - C + \"px\", l.style.top = w - b + \"px\";\n        var k = r.innerWidth || Math.max(c.body.offsetWidth, c.documentElement.offsetWidth),\n            A = r.innerHeight || Math.max(c.body.offsetHeight, c.documentElement.offsetHeight);\n        g.appendChild(l);\n        var x, T, S = l.getBoundingClientRect(),\n            M = S.bottom - A,\n            N = l.scrollHeight > l.clientHeight + 1,\n            F = s.getScrollInfo();\n        0 < M && (x = S.bottom - S.top, 0 < v.top - (v.bottom - S.top) - x ? (l.style.top = (w = v.top - x - b) + \"px\", H = !1) : A < x && (l.style.height = A - 5 + \"px\", l.style.top = (w = v.bottom - S.top - b) + \"px\", T = s.getCursor(), t.from.ch != T.ch && (v = s.cursorCoords(T), l.style.left = (y = v.left - C) + \"px\", S = l.getBoundingClientRect())));\n        var E, O = S.right - k;\n        if (0 < O && (S.right - S.left > k && (l.style.width = k - 5 + \"px\", O -= S.right - S.left - k), l.style.left = (y = v.left - O - C) + \"px\"), N)\n            for (var P = l.firstChild; P; P = P.nextSibling) P.style.paddingRight = s.display.nativeBarWidth + \"px\";\n        return s.addKeyMap(this.keyMap = function (t, n) {\n            var o = {\n                Up: function () {\n                    n.moveFocus(-1)\n                },\n                Down: function () {\n                    n.moveFocus(1)\n                },\n                PageUp: function () {\n                    n.moveFocus(1 - n.menuSize(), !0)\n                },\n                PageDown: function () {\n                    n.moveFocus(n.menuSize() - 1, !0)\n                },\n                Home: function () {\n                    n.setFocus(0)\n                },\n                End: function () {\n                    n.setFocus(n.length - 1)\n                },\n                Enter: n.pick,\n                Tab: n.pick,\n                Esc: n.close\n            };\n            /Mac/.test(navigator.platform) && (o[\"Ctrl-P\"] = function () {\n                n.moveFocus(-1)\n            }, o[\"Ctrl-N\"] = function () {\n                n.moveFocus(1)\n            });\n            var i = t.options.customKeys,\n                s = i ? {} : o;\n\n            function e(t, i) {\n                var e = \"string\" != typeof i ? function (t) {\n                    return i(t, n)\n                } : o.hasOwnProperty(i) ? o[i] : i;\n                s[t] = e\n            }\n            if (i)\n                for (var c in i) i.hasOwnProperty(c) && e(c, i[c]);\n            var r = t.options.extraKeys;\n            if (r)\n                for (var c in r) r.hasOwnProperty(c) && e(c, r[c]);\n            return s\n        }(o, {\n            moveFocus: function (t, i) {\n                e.changeActive(e.selectedHint + t, i)\n            },\n            setFocus: function (t) {\n                e.changeActive(t)\n            },\n            menuSize: function () {\n                return e.screenAmount()\n            },\n            length: n.length,\n            close: function () {\n                o.close()\n            },\n            pick: function () {\n                e.pick()\n            },\n            data: t\n        })), o.options.closeOnUnfocus && (s.on(\"blur\", this.onBlur = function () {\n            E = setTimeout(function () {\n                o.close()\n            }, 100)\n        }), s.on(\"focus\", this.onFocus = function () {\n            clearTimeout(E)\n        })), s.on(\"scroll\", this.onScroll = function () {\n            var t = s.getScrollInfo(),\n                i = s.getWrapperElement().getBoundingClientRect(),\n                e = w + F.top - t.top,\n                n = e - (r.pageYOffset || (c.documentElement || c.body).scrollTop);\n            if (H || (n += l.offsetHeight), n <= i.top || n >= i.bottom) return o.close();\n            l.style.top = e + \"px\", l.style.left = y + F.left - t.left + \"px\"\n        }), W.on(l, \"dblclick\", function (t) {\n            var i = K(l, t.target || t.srcElement);\n            i && null != i.hintId && (e.changeActive(i.hintId), e.pick())\n        }), W.on(l, \"click\", function (t) {\n            var i = K(l, t.target || t.srcElement);\n            i && null != i.hintId && (e.changeActive(i.hintId), o.options.completeOnSingleClick && e.pick())\n        }), W.on(l, \"mousedown\", function () {\n            setTimeout(function () {\n                s.focus()\n            }, 20)\n        }), this.scrollToActive(), W.signal(t, \"select\", n[this.selectedHint], l.childNodes[this.selectedHint]), !0\n    }\n\n    function r(t, i, e, n) {\n        var o;\n        t.async ? t(i, n, e) : (o = t(i, e)) && o.then ? o.then(n) : n(o)\n    }\n    o.prototype = {\n        close: function () {\n            this.active() && (this.cm.state.completionActive = null, this.tick = null, this.cm.off(\"cursorActivity\", this.activityFunc), this.widget && this.data && W.signal(this.data, \"close\"), this.widget && this.widget.close(), W.signal(this.cm, \"endCompletion\", this.cm))\n        },\n        active: function () {\n            return this.cm.state.completionActive == this\n        },\n        pick: function (t, i) {\n            var e = t.list[i],\n                n = this;\n            this.cm.operation(function () {\n                e.hint ? e.hint(n.cm, t, e) : n.cm.replaceRange(B(e), e.from || t.from, e.to || t.to, \"complete\"), W.signal(t, \"pick\", e), n.cm.scrollIntoView()\n            }), this.close()\n        },\n        cursorActivity: function () {\n            this.debounce && (c(this.debounce), this.debounce = 0);\n            var t = this.startPos;\n            this.data && (t = this.data.from);\n            var i, e = this.cm.getCursor(),\n                n = this.cm.getLine(e.line);\n            e.line != this.startPos.line || n.length - e.ch != this.startLen - this.startPos.ch || e.ch < t.ch || this.cm.somethingSelected() || !e.ch || this.options.closeCharacters.test(n.charAt(e.ch - 1)) ? this.close() : ((i = this).debounce = s(function () {\n                i.update()\n            }), this.widget && this.widget.disable())\n        },\n        update: function (i) {\n            var e, n;\n            null != this.tick && (n = ++(e = this).tick, r(this.options.hint, this.cm, this.options, function (t) {\n                e.tick == n && e.finishUpdate(t, i)\n            }))\n        },\n        finishUpdate: function (t, i) {\n            this.data && W.signal(this.data, \"update\");\n            var e = this.widget && this.widget.picked || i && this.options.completeSingle;\n            this.widget && this.widget.close(), (this.data = t) && t.list.length && (e && 1 == t.list.length ? this.pick(t, 0) : (this.widget = new n(this, t), W.signal(t, \"shown\")))\n        }\n    }, n.prototype = {\n        close: function () {\n            var t;\n            this.completion.widget == this && (this.completion.widget = null, this.hints.parentNode.removeChild(this.hints), this.completion.cm.removeKeyMap(this.keyMap), t = this.completion.cm, this.completion.options.closeOnUnfocus && (t.off(\"blur\", this.onBlur), t.off(\"focus\", this.onFocus)), t.off(\"scroll\", this.onScroll))\n        },\n        disable: function () {\n            this.completion.cm.removeKeyMap(this.keyMap);\n            var t = this;\n            this.keyMap = {\n                Enter: function () {\n                    t.picked = !0\n                }\n            }, this.completion.cm.addKeyMap(this.keyMap)\n        },\n        pick: function () {\n            this.completion.pick(this.data, this.selectedHint)\n        },\n        changeActive: function (t, i) {\n            var e;\n            t >= this.data.list.length ? t = i ? this.data.list.length - 1 : 0 : t < 0 && (t = i ? 0 : this.data.list.length - 1), this.selectedHint != t && ((e = this.hints.childNodes[this.selectedHint]) && (e.className = e.className.replace(\" \" + I, \"\")), (e = this.hints.childNodes[this.selectedHint = t]).className += \" \" + I, this.scrollToActive(), W.signal(this.data, \"select\", this.data.list[this.selectedHint], e))\n        },\n        scrollToActive: function () {\n            var t = this.completion.options.scrollMargin || 0,\n                i = this.hints.childNodes[Math.max(0, this.selectedHint - t)],\n                e = this.hints.childNodes[Math.min(this.data.list.length - 1, this.selectedHint + t)],\n                n = this.hints.firstChild;\n            i.offsetTop < this.hints.scrollTop ? this.hints.scrollTop = i.offsetTop - n.offsetTop : e.offsetTop + e.offsetHeight > this.hints.scrollTop + this.hints.clientHeight && (this.hints.scrollTop = e.offsetTop + e.offsetHeight - this.hints.clientHeight + n.offsetTop)\n        },\n        screenAmount: function () {\n            return Math.floor(this.hints.clientHeight / this.hints.firstChild.offsetHeight) || 1\n        }\n    }, W.registerHelper(\"hint\", \"auto\", {\n        resolve: function (t, i) {\n            var e, c = t.getHelpers(i, \"hint\");\n            if (c.length) {\n                var n = function (t, n, o) {\n                    var s = function (t, i) {\n                        if (!t.somethingSelected()) return i;\n                        for (var e = [], n = 0; n < i.length; n++) i[n].supportsSelection && e.push(i[n]);\n                        return e\n                    }(t, c);\n                    ! function i(e) {\n                        if (e == s.length) return n(null);\n                        r(s[e], t, o, function (t) {\n                            t && 0 < t.list.length ? n(t) : i(e + 1)\n                        })\n                    }(0)\n                };\n                return n.async = !0, n.supportsSelection = !0, n\n            }\n            return (e = t.getHelper(t.getCursor(), \"hintWords\")) ? function (t) {\n                return W.hint.fromList(t, {\n                    words: e\n                })\n            } : W.hint.anyword ? function (t, i) {\n                return W.hint.anyword(t, i)\n            } : function () {}\n        }\n    }), W.registerHelper(\"hint\", \"fromList\", function (t, i) {\n        var e, n = t.getCursor(),\n            o = t.getTokenAt(n),\n            s = W.Pos(n.line, o.start),\n            c = n;\n        o.start < n.ch && /\\w/.test(o.string.charAt(n.ch - o.start - 1)) ? e = o.string.substr(0, n.ch - o.start) : (e = \"\", s = n);\n        for (var r = [], l = 0; l < i.words.length; l++) {\n            var h = i.words[l];\n            h.slice(0, e.length) == e && r.push(h)\n        }\n        if (r.length) return {\n            list: r,\n            from: s,\n            to: c\n        }\n    }), W.commands.autocomplete = W.showHint;\n    var l = {\n        hint: W.hint.auto,\n        completeSingle: !0,\n        alignWithWord: !0,\n        closeCharacters: /[\\s()\\[\\]{};:>,]/,\n        closeOnUnfocus: !0,\n        completeOnSingleClick: !0,\n        container: null,\n        customKeys: null,\n        extraKeys: null\n    };\n    W.defineOption(\"hintOptions\", null)\n});",
            "created": "20210328012150088",
            "modified": "20210328012150088",
            "module-type": "codemirror",
            "type": "application/javascript"
        },
        "$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css": {
            "title": "$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css",
            "created": "20200815103937889",
            "modified": "20210328054714579",
            "module-type": "codemirror-theme",
            "name": "cmplus",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "```\n/*\nTiddlywiki Metadata\n----\nName: $:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css\n\nAdditional Fields - \nmodule-type: codemirror-theme\nname: cmplus\n*/\n```\n\n.cm-s-cmplus{\n    line-height: 1.5em;\n    background: <<colour tiddler-editor-background>> !important;\n    color: <<colour foreground>> !important;\n}\n\n.cm-s-cmplus .CodeMirror-lines {\n    padding: 8px 0;\n}\n\n.cm-s-cmplus .CodeMirror-linenumber {\n    color: <<cmcolour linenumber>>;\n}\n\n.cm-s-cmplus .CodeMirror-gutters {\n    background-color: <<colour page-background>>;\n    padding-right: 10px;\n    z-index: 3;\n    border: none;\n}\n\n.cm-s-cmplus div.CodeMirror-cursor {\n    border-left: 3px solid <<colour very-muted-foreground>>;\n}\n\n.cm-s-cmplus .CodeMirror-activeline-background {\n    background: <<colour tiddler-editor-fields-even>>;\n}\n\n.cm-s-cmplus .CodeMirror-selected {\n    background: <<cmcolour selected>> !important;\n}\n\n.cm-s-cmplus .cm-comment {\n    font-style: italic;\n    color: <<colour muted-foreground>>;\n}\n\n.cm-s-cmplus .CodeMirror-matchingbracket {\n    text-decoration: underline;\n    color: <<cmcolour matching-bracket>> !important;\n}\n\n.cm-s-cmplus .cm-strikethrough {\n    text-decoration-color: <<colour very-muted-foreground>>;  \n}\n\n.cm-s-cmplus .cm-underlined {\n    text-decoration-line: underline;\n    text-decoration-style: solid;\n    text-decoration-color: <<colour very-muted-foreground>>;\n}\n\n.cm-s-cmplus .cm-superscript {\n    vertical-align: super;\n    font-size: 0.7em;\n    line-height: 0.1em;\n}\n\n.cm-s-cmplus .cm-subscript {\n    font-size: 0.7em;\n    line-height: 0.5;\n}\n\n.cm-s-cmplus .cm-macro {\n    color: <<cmcolour macro>>;\n    font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-cmplus .cm-keyword {\n    color: <<cmcolour keyword>>;\n    font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n    font-weight: 600;\n}\n\n.cm-s-cmplus .cm-quote {\n    font-style: italic;\n    padding-left: 0.6em;\n    border-left: <<cmcolour quote>> solid 0.2em;\n}\n\n.cm-s-cmplus .cm-hr {\n    color: <<cmcolour hr>>;\n}\n\n.cm-s-cmplus .cm-h1 {\n    color: <<cmcolour h1>>;\n    font-weight: 700;\n    font-size: 1.383em;\n    line-height: 1.802em;\n}\n\n.cm-s-cmplus .cm-h2 {\n    color: <<cmcolour h2>>;\n    font-weight: 600;\n    font-size: 1.296em;\n    line-height: 1.602em;\n}\n\n.cm-s-cmplus .cm-h3 {\n    color: <<cmcolour h3>>;\n    font-weight: 500;\n    font-size: 1.215em;\n    line-height: 1.424em;\n}\n\n.cm-s-cmplus .cm-h4 {\n    color: <<cmcolour h4>>;\n    font-weight: 400;\n    font-size: 1.138em;\n    line-height: 1.266em;\n}\n\n.cm-s-cmplus .cm-h5 {\n    color: <<cmcolour h5>>;\n    font-weight: 400;\n    font-size: 1.067em;\n    line-height: 1.125em;\n}\n\n.cm-s-cmplus .cm-h6 {\n    color: <<cmcolour h6>>;\n    font-weight: 400;\n}\n\n.cm-s-cmplus .cm-link {\n    color: <<cmcolour link>>;\n    text-decoration: none;\n    font-weight: 600;\n}\n\n.cm-s-cmplus .cm-internallink {\n    color: <<cmcolour internallink>>;\n    font-weight:600;\n}\n\n.cm-s-cmplus .cm-externallink {\n    color: <<cmcolour externallink>>;\n    text-decoration: underline;\n}\n\n.cm-s-cmplus .cm-transclude {\n    color: <<cmcolour transclude>>;\n}\n\n.cm-s-cmplus .cm-pre {\n    color: <<cmcolour pre>>;\t\t\n    font-family: {{$:/plugins/adithyab/cmplus/settings##monospace-font}};\n}\n\n.cm-s-cmplus .cm-monospace {\n    color: <<cmcolour monospace>>;\n    font-family: {{$:/plugins/adithyab/cmplus/settings##monospace-font}};\n}\n\n.cm-s-cmplus .cm-list1 {\n    color: <<cmcolour list1>>;\n    padding-left: 1em;\n    padding-right: 0.5em;\n    font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-cmplus .cm-list2 {\n    color: <<cmcolour list2>>;\n    padding-left: 2em;\n    padding-right: 0.5em;\n    font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-cmplus .cm-list3 {\n    color: <<cmcolour list3>>;\n    padding-left: 3em;\n    padding-right: 0.5em;\n    font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-cmplus .cm-list4 {\n    color: <<cmcolour list4>>;\n    padding-left: 4em;\n    padding-right: 0.5em;\n    font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-cmplus .cm-list5 {\n    color: <<cmcolour list5>>;\n    padding-left: 5em;\n    padding-right: 0.5em;\n    font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}"
        },
        "$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js": {
            "title": "$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js",
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n\n/***\n\n|''Name''|tw5.js|\n|''Description''|Enables TiddlyWikiy syntax highlighting using CodeMirror|\n|''Original Contributor''|PMario|\n|''Author''|[[adithya-badidey|https://github.com/adithya-badidey]]|\n|''Version''|0.1.8|\n|''Status''|''stable''|\n|''Source''|[[GitHub|https://github.com/adithya-badidey/TW5-codemirror-plus]]|\n|''Documentation''|https://codemirror.tiddlyspace.com/|\n|''License''|[[MIT License|http://www.opensource.org/licenses/mit-license.php]]|\n|''Requires''|codemirror.js|\n|''Keywords''|syntax highlighting color code mirror codemirror|\n\n!! Tiddlywiki Metadata\nName: $:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js\nType: application/javascript\nAdditional Field:\nmodule-type: codemirror\n \nInfo: CoreVersion parameter is needed for TiddlyWiki only!\n\n***/\n\n(function (mod) {\n    if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n        mod(require(\"../../lib/codemirror\"));\n    else if (typeof define == \"function\" && define.amd) // AMD\n        define([\"../../lib/codemirror\"], mod);\n    else // Plain browser env\n        mod(CodeMirror);\n})(function (CodeMirror) {\n    \"use strict\";\n\n    CodeMirror.defineMode(\"tiddlywiki5\", function () {\n        // Tokenizer\n        var textwords = {};\n\n        var keywords = {\n            \"changecount\": true, \"colour\": true,\n            \"colour-picker\": true, \"contrastcolour\": true,\n            \"copy-to-clipboard\": true, \"csvtiddlers\": true,\n            \"datauri\": true, \"dumpvariables\": true,\n            \"image-picker\": true, \"jsontiddler\": true,\n            \"jsontiddlers\": true, \"lingo\": true,\n            \"list-links\": true, \"list-links-draggable\": true,\n            \"list-tagged-draggable\": true, \"list-thumbnails\": true,\n            \"makedatauri\": true, \"now\": true,\n            \"qualify\": true, \"resolvepath\": true,\n            \"box-shadow\": true, \"filter\": true,\n            \"transition\": true, \"background-linear-gradient\": true,\n            \"transform-origin\": true, \"toc\": true,\n            \"toc-expandable\": true, \"toc-selective-expandable\": true,\n            \"toc-tabbed-internal-nav\": true, \"toc-tabbed-external-nav\": true,\n            \"tabs\": true, \"tag\": true,\n            \"tag-picker\": true, \"tag-pill\": true,\n            \"thumbnail\": true, \"timeline\": true,\n            \"tree\": true, \"unusedtitle\": true,\n            \"version\": true\n        };\n\n        var isSpaceName = /[\\w_\\-]/i,\n            reHR = /^\\-\\-\\-\\-+$/,                                 // <hr>\n            reBlockQuote = /^<<</,\n            rePreStart = /^```$/;\n\n        function chain(stream, state, f) {\n            state.tokenize = f;\n            return f(stream, state);\n        }\n\n        function tokenBase(stream, state) {\n            var sol = stream.sol(), // sol() -> Returns true only if the stream is at the start of the line.\n                ch = stream.peek(); // Returns the next character in the stream without advancing it. Will return a null at the end of the line.\n\n            // check start of  blocks\n            if (sol && /[<\\/\\*{}\\-`]/.test(ch)) { //is at the start of a line and the next char is not\n                if (stream.match(reBlockQuote)) {\n                    return chain(stream, state, twTokenQuote);\n                }\n                \n                if (stream.match(reHR))\n                    return 'hr';\n\n                if (stream.match(rePreStart))\n                    return chain(stream, state, twTokenPre);\n            }\n\n            stream.next();\n            if (sol && /[\\/\\*!#;:>|]/.test(ch)) {\n                if (ch == \"!\") { // tw header\n                    var count = 1;\n                    while (stream.eat('!'))\n                        count++;\n                    stream.skipToEnd();\n                    return \"h\" + count;\n                }\n\n                if (ch == \"*\" || ch == \"#\") { // tw list\n                    var count = 1;\n                    while (stream.eat('*') || stream.eat('#'))\n                        count++;\n                    return \"list\" + count;\n                }\n                if (ch == \";\") { // definition list, term\n                    stream.eatWhile(';');\n                    return \"list1\";\n                }\n                if (ch == \":\") { // definition list, description\n                    stream.eatWhile(':');\n                    return \"list2\";\n                }\n                if (ch == \">\") { // single line quote\n                    stream.eatWhile(\">\");\n                    return \"quote\";\n                }\n                if (ch == '|')\n                    return 'header';\n            }\n\n            // rudimentary html:// file:// link matching. TW knows much more ...\n            if (/[hf]/i.test(ch) &&\n                /[ti]/i.test(stream.peek()) &&\n                stream.match(/\\b(ttps?|tp|ile):\\/\\/[\\-A-Z0-9+&@#\\/%?=~_|$!:,.;]*[A-Z0-9+&@#\\/%=~_|$]/i, true))\n                return \"externallink\";\n\n            if (ch == '`') { //\n                return chain(stream, state, twTokenMonospace);\n            }\n\n            if (ch == \"/\" && stream.eat(\"/\")) { //\n                return chain(stream, state, twTokenEm);\n            }\n\n            if (ch == \"{\" && stream.eat(\"{\")) \n                return chain(stream, state, twTranslclude);\n\n            if (ch == \"[\" && stream.eat(\"[\")) // tw InternalLink\n                return chain(stream, state, twInternalLink);\n\n            if (ch == \"_\" && stream.eat(\"_\")) // tw underline\n                return chain(stream, state, twTokenUnderline);\n\n            if (ch == \"^\" && stream.eat(\"^\"))\n                return chain(stream, state, twSuperscript);\n\n            if (ch == \",\" && stream.eat(\",\")) // tw underline\n                return chain(stream, state, twSubscript);\n\n            // tw strikethrough\n            if (ch == \"~\" && stream.eat(\"~\")) {\n                return chain(stream, state, twTokenStrike);\n            }\n\n            if (ch == \"'\" && stream.eat(\"'\")) // tw bold\n                return chain(stream, state, twTokenStrong);\n\n            if (ch == \"<\" && stream.eat(\"<\")) // tw macro\n                return chain(stream, state, twTokenMacro);\n\n            return null\n        }\n\n        //   // tw invisible comment\n        //   function twTokenComment(stream, state) {\n        //     var maybeEnd = false, ch;\n        //     while (ch = stream.next()) {\n        //       if (ch == \"/\" && maybeEnd) {\n        //         state.tokenize = tokenBase;\n        //         break;\n        //       }\n        //       maybeEnd = (ch == \"%\");\n        //     }\n        //     return \"comment\";\n        //   }\n\n        // tw strong / bold\n        function twTokenStrong(stream, state) {\n            var maybeEnd = false,\n                ch;\n            while (ch = stream.next()) {\n                if (ch == \"'\" && maybeEnd) {\n                    state.tokenize = tokenBase;\n                    break;\n                }\n                maybeEnd = (ch == \"'\");\n            }\n            return \"strong\";\n        }\n\n        function twTokenMonospace(stream, state) {\n            var ch;\n            while (ch = stream.next()) {\n                if (ch == \"`\") {\n                    state.tokenize = tokenBase;\n                    break;\n                }\n            }\n            return \"monospace\";\n        }\n\n        // tw em / italic\n        function twTokenEm(stream, state) {\n            var maybeEnd = false,\n                ch;\n            while (ch = stream.next()) {\n                if (ch == \"/\" && maybeEnd) {\n                    state.tokenize = tokenBase;\n                    break;\n                }\n                maybeEnd = (ch == \"/\");\n            }\n            return \"em\";\n        }\n\n        // tw transclusions\n        function twTranslclude(stream, state) {\n            var maybeEnd = false,\n                ch;\n            while (ch = stream.next()) {\n                if (ch == \"}\" && maybeEnd) {\n                    state.tokenize = tokenBase;\n                    break;\n                }\n                maybeEnd = (ch == \"}\");\n            }\n            return \"transclude\";\n        }\n\n        // tw internal links\n        function twInternalLink(stream, state) {\n            if (stream.current() == '[[') {\n                state.pastDivider = false;\n                // console.log(\"Start of link\");\n                return 'link';\n            }\n            if (stream.peek() == ']') {\n                stream.next()\n                if(stream.next() == ']') {\n                    state.tokenize = tokenBase;\n                    // console.log(\"End of link\");\n                    return 'link';\n                }\n            }\n            var pastDivider = state.pastDivider,\n                ch;\n            while (ch = stream.peek()) {\n                // console.log(\"Peeking :\" + ch);\n                if (!pastDivider && ch=='|') {\n                    stream.next();\n                    state.pastDivider = true;\n                    // console.log(\"Past the divider\");\n                    return 'link';\n                }\n                if (ch == \"]\" && stream.peek() == \"]\") {\n                    // console.log(\"Found end of link\");\n                    return \"internallink\";\n                }\n                ch = stream.next();\n                if (/[hf]/i.test(ch) &&\n                        /[ti]/i.test(stream.peek()) &&\n                        stream.match(/\\b(ttps?|tp|ile):\\/\\/[\\-A-Z0-9+&@#\\/%?=~_|$!:,.;]*[A-Z0-9+&@#\\/%=~_|$]/i, true)) {\n                    // console.log(\"Found external link\");\n                    return \"externallink\";\n                }\n                stream.eatWhile(/[^|\\]]/);\n            }\n            return null;\n        }\n\n        // tw underlined text\n        function twTokenUnderline(stream, state) {\n            var maybeEnd = false,\n                ch;\n            while (ch = stream.next()) {\n                if (ch == \"_\" && maybeEnd) {\n                    state.tokenize = tokenBase;\n                    break;\n                }\n                maybeEnd = (ch == \"_\");\n            }\n            return \"underlined\";\n        }\n\n        function twSubscript(stream, state) {\n            var maybeEnd = false, ch;\n\n            while (ch = stream.next()) {\n                if (ch == \",\" && maybeEnd) {\n                    state.tokenize = tokenBase;\n                    break;\n                }\n                maybeEnd = (ch == \",\");\n            }\n            return \"subscript\";\n        }\n\n        function twSuperscript(stream, state) {\n            var maybeEnd = false, ch;\n\n            while (ch = stream.next()) {\n                if (ch == \"^\" && maybeEnd) {\n                    state.tokenize = tokenBase;\n                    break;\n                }\n                maybeEnd = (ch == \"^\");\n            }\n            return \"superscript\";\n        }\n\n        function twTokenStrike(stream, state) {\n            var maybeEnd = false, ch;\n\n            while (ch = stream.next()) {\n                if (ch == \"~\" && maybeEnd) {\n                    state.tokenize = tokenBase;\n                    break;\n                }\n                maybeEnd = (ch == \"~\");\n            }\n            return \"strikethrough\";\n        }\n\n        function twTokenPre(stream, state) {\n            var sol = stream.sol(), maybeEnd = false, surelyend = false, ch;\n            while (ch = stream.next()) {\n                if (ch == '`' && surelyend && stream.eol()) {\n                    stream.next();\n                    state.tokenize = tokenBase;\n                    return \"pre\";\n                }\n                surelyend = (maybeEnd && (ch == '`'));\n                maybeEnd = (sol && ch == '`');\n                sol = stream.sol();\n            }\n            return \"pre\";\n        }\n\n        function twTokenQuote(stream, state) {\n            var sol = stream.sol(), maybeEnd = false, surelyend = false, ch;\n            while (ch = stream.next()) {\n                if (ch == '<' && surelyend) {\n                    stream.skipToEnd();\n                    state.tokenize = tokenBase;\n                    return \"quote\";\n                }\n                surelyend = (maybeEnd && (ch == '<'));\n                maybeEnd = (sol && ch == '<');\n                sol = stream.sol();\n            }\n            return \"quote\";\n        }\n\n\n        function twTokenMacro(stream, state) {\n            if (stream.current() == '<<') {\n                return 'macro';\n            }\n\n            var ch = stream.next();\n            if (!ch) {\n                state.tokenize = tokenBase;\n                return null;\n            }\n            if (ch == \">\") {\n                if (stream.peek() == '>') {\n                    stream.next();\n                    state.tokenize = tokenBase;\n                    return \"macro\";\n                }\n            }\n\n            stream.eatWhile(/[\\w\\$_]/);\n            return keywords.propertyIsEnumerable(stream.current()) ? \"keyword\" : \"macro\"\n        }\n\n        // Interface\n        return {\n            startState: function () {\n                return { tokenize: tokenBase };\n            },\n\n            token: function (stream, state) {\n                if (stream.eatSpace()) return null;\n                var style = state.tokenize(stream, state);\n                return style;\n            }\n        };\n    });\n\n    CodeMirror.defineMIME(\"text/vnd.tiddlywiki\", \"tiddlywiki5\");\n});",
            "created": "20200818164318584",
            "modified": "20210327052450347",
            "module-type": "codemirror",
            "revision": "1",
            "type": "application/javascript"
        },
        "$:/plugins/adithyab/cmplus/macros": {
            "title": "$:/plugins/adithyab/cmplus/macros",
            "created": "20210328020051916",
            "modified": "20210328053732117",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define cmcolour(name)\n{{$:/plugins/adithyab/cmplus/settings##$name$}}\n\\end"
        },
        "$:/plugins/adithyab/cmplus/readme": {
            "title": "$:/plugins/adithyab/cmplus/readme",
            "created": "20210328060842133",
            "modified": "20210328060929665",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "!! TW5 CodeMirrorPlus\nTowards making a better editor for TiddlyWiki5.\n"
        },
        "$:/plugins/adithyab/cmplus/settings": {
            "title": "$:/plugins/adithyab/cmplus/settings",
            "text": "monospace-font:monospace,\"Courier New\"\nselected:rgba(100,100,100,0.3)\nlinenumber:<<colour primary>>\nkeyword:<<colour code-foreground>>\nmacro:<<colour code-foreground>>\nquote:<<colour primary>>\npre:<<colour foreground>>\nexternallink:<<colour external-link-foreground>>\ninternallink:<<colour tiddler-title-foreground>>\nlink:<<colour tiddler-title-foreground>>\ntransclude:<<colour tiddler-title-foreground>>\nmonospace:<<colour foreground>>\nlist1:<<colour primary>>\nlist2:<<colour primary>>\nlist3:<<colour primary>>\nlist4:<<colour primary>>\nlist5:<<colour primary>>\nlist6:<<colour primary>>\nh1:<<colour primary>>\nh2:<<colour primary>>\nh3:<<colour primary>>\nh4:<<colour primary>>\nh5:<<colour primary>>\nh6:<<colour primary>>\nhr:<<colour primary>>",
            "type": "application/x-tiddler-dictionary",
            "created": "20210328015904035",
            "modified": "20210328054754059",
            "tags": ""
        }
    }
}
!! TW5 CodeMirrorPlus
Towards making a better editor for TiddlyWiki5.

*Install the latest CodeMirror plugin from https://tiddlywiki.com/plugins/tiddlywiki/codemirror/
**Don't install the CodeMirror-Autocomplete plugin.
*Drag and drop [[$:/plugins/adithyab/cmplus]] into your TW
*Reload
*Go to Settings -> CodeMirror -> Set a Theme
**Set the theme to `cmplus`
{
    "tiddlers": {
        "$:/plugins/ahahn/tinka/docs/Help Tab": {
            "title": "$:/plugins/ahahn/tinka/docs/Help Tab",
            "type": "text/vnd.tiddlywiki",
            "text": "!!Using the Sidebar Tab\n\nWhen working on a plugin, it is often handy to be able to navigate quickly between the plugin tiddlers. That is what the Sidebar Tab is for.\r\nAfter enabling it in the \"Tinka Plugin Management\" tab for a specific plugin in the Control Panel, it gives you an additional sidebar tab, that contains a list of all the tiddlers that are contained in the plugin in question. Furthermore, it also shows you tiddlers that live in the same \"directory\" which are likely tiddlers that you want to add to the plugin eventually.\n\nIf you have tiddlers whose names aren't prefixed by the plugin path, you can use the Filter search included in the help tab to select those. For example, if the rest of your tiddlers is scattered somewhere in the wiki, but tagged with <span class=\"tc-tag-label\">myPlugin</span>, you could use the filter: `[tag[myPlugin]]` to select them.\n\nThe \"Quick Package\" button gives you the option of quickly integrating changes you made to individual tiddlers into the plugin. Note that the \"Quick Package\" Button will only integrate the changes you made to tiddlers already contained in the plugin into the plugin tiddler itself, you can't add new tiddlers to a plugin this way. For those tasks, you will still have to use the control panel menu.\r\n"
        },
        "$:/plugins/ahahn/tinka/docs/How to create a new plugin": {
            "title": "$:/plugins/ahahn/tinka/docs/How to create a new plugin",
            "type": "text/vnd.tiddlywiki",
            "text": "!! How to create a new plugin\n\nTo create a completely new plugin, first go to the Control Panel extension Tinka provides and click on the \"Create new Plugin\" button. Next enter the ''plugin type'' of the plugin you want to create or choose a type from the dropdown menu. Usually you will want to use either the value \"''plugin''\" or \"''theme''\", as this covers most cases of plugins.\n\nNext is the ''plugin path'': This is the name of the tiddler where the finished plugin is going to be stored in. TiddlyWiki uses a special naming theme for these, so you will mostly find that the actual tiddlers that contain a plugin are named in this scheme:\n\n`$:/plugins/myOrganisation/pluginName`. \n\nThis ensures that plugins can be not only immideately recognized, but are also separate from other tiddlers in the wiki.\n\nAfter also entering a title for your new plugin or theme, you are basically good to go. These three fields: ''plugin type'', ''plugin path'' and the ''plugin title'' are all the fields that are required for a functioning plugin. In theory, you could now go ahead and press the \"''Package Plugin''\" button, which will give you an empty plugin shell to which you can add tiddlers later.\n\nIn most cases however it is desired to also fill out the rest of the metadata fields. In detail, these are:\n\n* ''(Plugin-)Name:'' This will be the name of the plugin that is prominently displayed in the control panel.\r\n* ''(Plugin-)Description:'' This is a short description of the plugin's functionality that is displayed after the name in the control panel.\r\n* ''Author:'' Name of the plugin author.\r\n* ''Source:'' Website or URL of the plugin, also the place where updates are found.\r\n* ''Dependents:'' List of plugins this plugin depends on (usually empty, but e.g. `$:/core`)\r\n* ''List'': List of tiddlers contained in the plugin, that will serve as readme tiddlers, when inspecting a plugin via the control panel. (e.g. `$:/plugins/ahahn/tinka/readme`)\r\n* ''Version:'' Version of your plugin in the format: X.X.X\r\n* ''Core-Version:'' Usually the minimal TiddlyWiki version your plugin requires in order for it to work (e.g //>=5.1.8//)\n\nAfter entering the metadata, all that is left is to select the tiddlers you want to include in the plugin. You can search for these via the default search field, but you can also use a filter to find them (e.g. based on a tag). In most cases it is sufficient to enter the name of the plugin into the default search in order to find the tiddlers that belong to the plugin. Lastly, just click the \"''Package Plugin''\" button and you're done, you have now created your first plugin. A save&refresh will be required for it to be loaded into TiddlyWiki.\r\n"
        },
        "$:/plugins/ahahn/tinka/icon": {
            "title": "$:/plugins/ahahn/tinka/icon",
            "type": "image/svg+xml",
            "text": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\r\n<!-- Created with Inkscape (http://www.inkscape.org/) -->\n\n<svg\r\n   xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\r\n   xmlns:cc=\"http://creativecommons.org/ns#\"\r\n   xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\r\n   xmlns:svg=\"http://www.w3.org/2000/svg\"\r\n   xmlns=\"http://www.w3.org/2000/svg\"\r\n   xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\r\n   xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\r\n   width=\"28\"\r\n   height=\"28\"\r\n   id=\"svg2\"\r\n   version=\"1.1\"\r\n   inkscape:version=\"0.48.4 r9939\"\r\n   sodipodi:docname=\"tinka_logo.svg\">\r\n  <defs\r\n     id=\"defs4\" />\r\n  <sodipodi:namedview\r\n     id=\"base\"\r\n     pagecolor=\"#ffffff\"\r\n     bordercolor=\"#666666\"\r\n     borderopacity=\"1.0\"\r\n     inkscape:pageopacity=\"0.0\"\r\n     inkscape:pageshadow=\"2\"\r\n     inkscape:zoom=\"22.627417\"\r\n     inkscape:cx=\"12.192879\"\r\n     inkscape:cy=\"16.062665\"\r\n     inkscape:document-units=\"px\"\r\n     inkscape:current-layer=\"layer1\"\r\n     showgrid=\"false\"\r\n     inkscape:window-width=\"1920\"\r\n     inkscape:window-height=\"1137\"\r\n     inkscape:window-x=\"-8\"\r\n     inkscape:window-y=\"-8\"\r\n     inkscape:window-maximized=\"1\" />\r\n  <metadata\r\n     id=\"metadata7\">\r\n    <rdf:RDF>\r\n      <cc:Work\r\n         rdf:about=\"\">\r\n        <dc:format>image/svg+xml</dc:format>\r\n        <dc:type\r\n           rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />\r\n        <dc:title></dc:title>\r\n      </cc:Work>\r\n    </rdf:RDF>\r\n  </metadata>\r\n  <g\r\n     inkscape:label=\"Ebene 1\"\r\n     inkscape:groupmode=\"layer\"\r\n     id=\"layer1\"\r\n     transform=\"translate(0,-1024.3622)\">\r\n    <g\r\n       id=\"g2987\"\r\n       transform=\"matrix(0.21875,0,0,0.21875,-0.03334395,1024.3224)\"\r\n       style=\"fill-rule:evenodd\">\r\n      <path\r\n         id=\"path2989\"\r\n         d=\"m 40.397288,76.445699 0,18.894708 14.119729,0 0,0 c -4.64e-4,-0.0019 -9.28e-4,-0.0038 -0.0014,-0.0057 0.09369,0.0038 0.187859,0.0057 0.282472,0.0057 3.817607,0 6.912389,-3.094782 6.912389,-6.912389 0,-1.808236 -0.694317,-3.454305 -1.830894,-4.686151 l 0,0 c 0.0154,-0.0077 0.03082,-0.01536 0.04626,-0.02299 -1.041794,-1.210214 -1.671559,-2.785252 -1.671559,-4.50738 0,-3.817607 3.094781,-6.912389 6.912388,-6.912389 3.817607,0 6.912389,3.094782 6.912389,6.912389 0,1.983922 -0.835789,3.772635 -2.174474,5.033245 l 0,0 c 0.02875,0.01818 0.05739,0.0365 0.08594,0.05496 l 0,0 c -0.859106,1.151989 -1.367662,2.580762 -1.367662,4.128315 0,3.430479 2.498947,6.277297 5.775777,6.81939 -0.0073,0.03105 -0.01478,0.06205 -0.02239,0.093 l 21.320134,0 0,-19.772549 0,0 c -0.04975,0.013 -0.09964,0.02563 -0.149675,0.0379 0.0038,-0.09369 0.0057,-0.187859 0.0057,-0.282472 0,-3.817607 -3.094782,-6.912389 -6.912389,-6.912389 -1.808236,0 -3.454305,0.694317 -4.686152,1.830894 l 0,0 c -0.0077,-0.0154 -0.01536,-0.03082 -0.02299,-0.04626 -1.210214,1.041794 -2.785253,1.671559 -4.507381,1.671559 -3.817607,0 -6.912388,-3.094781 -6.912388,-6.912388 0,-3.817607 3.094781,-6.912389 6.912388,-6.912389 1.983923,0 3.772636,0.835789 5.033245,2.174474 l 0,0 c 0.01818,-0.02875 0.0365,-0.05739 0.05496,-0.08594 l 0,0 c 1.151989,0.859106 2.580762,1.367662 4.128315,1.367662 3.430479,0 6.277297,-2.498947 6.81939,-5.775777 0.07936,0.01871 0.158369,0.03834 0.237007,0.05889 l 0,-15.740322 -21.320134,0 0,0 c 0.0076,-0.03094 0.01507,-0.06194 0.02239,-0.093 l 0,0 c -3.27683,-0.542092 -5.775777,-3.388911 -5.775777,-6.81939 0,-1.547552 0.508556,-2.976326 1.367662,-4.128315 -0.02855,-0.01846 -0.0572,-0.03678 -0.08594,-0.05496 1.338685,-1.260609 2.174474,-3.049323 2.174474,-5.033245 C 72.07907,20.094782 68.984288,17 65.166681,17 c -3.817607,0 -6.912388,3.094782 -6.912388,6.912389 0,1.722128 0.629765,3.297167 1.671559,4.50738 l 0,0 c -0.01544,0.0076 -0.03086,0.01529 -0.04626,0.02299 1.136577,1.231846 1.830894,2.877915 1.830894,4.686151 0,3.817607 -3.094782,6.912389 -6.912389,6.912389 -0.09461,0 -0.188783,-0.0019 -0.282472,-0.0057 l 0,0 c 4.63e-4,0.0019 9.27e-4,0.0038 0.0014,0.0057 l -14.119729,0 0,12.846368 0,0 c 0.0944,0.455349 0.144008,0.927098 0.144008,1.410434 0,3.817607 -3.094782,6.912389 -6.912389,6.912389 -1.547552,0 -2.976326,-0.508556 -4.128315,-1.367663 -0.01846,0.02855 -0.03678,0.0572 -0.05496,0.08594 -1.260609,-1.338685 -3.049323,-2.174474 -5.033245,-2.174474 -3.817607,0 -6.912389,3.094781 -6.912389,6.912388 0,3.817607 3.094782,6.912389 6.912389,6.912389 1.722128,0 3.297167,-0.629765 4.50738,-1.671559 l 0,0 c 0.0076,0.01544 0.01529,0.03086 0.02299,0.04626 1.231846,-1.136577 2.877915,-1.830894 4.686151,-1.830894 3.817607,0 6.912389,3.094782 6.912389,6.912389 0,0.483335 -0.04961,0.955085 -0.144008,1.410434 z M 64,0 l 54.5596,32 0,64 L 64,128 9.4403996,96 l 0,-64 L 64,0 z\"\r\n         inkscape:connector-curvature=\"0\" />\r\n    </g>\r\n    <path\r\n       sodipodi:type=\"arc\"\r\n       style=\"fill:#630fb2;fill-opacity:1;fill-rule:nonzero;stroke:none\"\r\n       id=\"path2999\"\r\n       sodipodi:cx=\"456.42856\"\r\n       sodipodi:cy=\"165.93361\"\r\n       sodipodi:rx=\"162.14285\"\r\n       sodipodi:ry=\"162.14285\"\r\n       d=\"m 618.57141,165.93361 a 162.14285,162.14285 0 1 1 -0.002,-0.80734\"\r\n       sodipodi:start=\"0\"\r\n       sodipodi:end=\"6.2782061\"\r\n       sodipodi:open=\"true\"\r\n       transform=\"matrix(0.06593776,0,0,0.06593776,-16.215024,1027.2261)\" />\r\n    <path\r\n       style=\"fill:#3cff80;fill-opacity:1;fill-rule:nonzero;stroke:none\"\r\n       d=\"m 14.745406,1034.4667 -1.99638,3.2989 0,0.1196 0,7.1336 0,3.4185 1.99638,-3.299 0,-0.1195 0,-7.1336 0,-3.4185 z\"\r\n       id=\"rect3769\"\r\n       inkscape:connector-curvature=\"0\" />\r\n    <path\r\n       style=\"fill:#ffa600;fill-opacity:1;fill-rule:nonzero;stroke:none\"\r\n       d=\"m 7.3063061,1034.2471 3.2989499,-3.1032 0.11951,0 7.13365,0 3.41846,0 -3.29895,3.1032 -0.11951,0 -7.13365,0 -3.4184599,0 z\"\r\n       id=\"rect3769-0\"\r\n       inkscape:connector-curvature=\"0\" />\r\n  </g>\r\n</svg>\r\n"
        },
        "$:/plugins/ahahn/tinka/tinka-backupPlugin.js": {
            "title": "$:/plugins/ahahn/tinka/tinka-backupPlugin.js",
            "text": "/*\\\r\ntitle: $:/plugins/ahahn/tinka/tinka-backupPlugin.js\r\ntype: application/javascript\r\nmodule-type: widget\r\n\r\nTinka's backup action widget to backup a plugin.\r\n    \r\nBacks up the specified plugin tiddler and modifies the \r\n'plugin-type' and 'title' field accordingly.\r\n\r\n\\*/\r\n(function(){\r\n\r\n/*jslint node: true, browser: true */\r\n/*global $tw: false */\r\n\"use strict\";\r\n\r\nvar CommonAction = require(\"$:/plugins/ahahn/tinka/tinkaCommonAction.js\").tinkaCommonAction;\r\n\r\nvar BackupPluginWidget = function(parseTreeNode,options) {\r\n    this.initialise(parseTreeNode,options);\r\n    this.setup(false,false,{\r\n        \"$plugin\": \"\",\r\n        \"$restore\": \"no\"\r\n    },false);\r\n};\r\n\r\n/*\r\nInherit from the base widget class\r\n*/\r\nBackupPluginWidget.prototype = new CommonAction();\r\n\r\n/*\r\nSmall string table\r\n*/\r\nBackupPluginWidget.prototype.CONFIRM_OVERRIDE = \"You are about to restore a backup, but another version of this plugin is already active. Do you want to backup the current version (if not already existing) and restore this backup anyway ?\"; \r\n\r\n/*\r\nInvoke the action associated with this widget\r\n*/\r\nBackupPluginWidget.prototype.invokeAction = function(triggeringWidget,event) {\r\n    this.actionPlugin = this.param[\"$plugin\"];\r\n    this.actionRestore = this.param[\"$restore\"];\r\n\r\n    if(this.actionPlugin) {\r\n        if(this.actionRestore == \"yes\") {\r\n            var backupTiddler = this.wiki.getTiddler(this.actionPlugin);\r\n            var operationConfirmed = true;\r\n            if(backupTiddler instanceof $tw.Tiddler) {      \r\n                if(this.checkIfExists(backupTiddler.fields[\"original-title\"])) {\r\n                    operationConfirmed = false;\r\n                    operationConfirmed = confirm(this.CONFIRM_OVERRIDE);\r\n                    if(operationConfirmed) {\r\n                      // after backing up, delete current $original-title Tiddler\r\n                      this.backupPlugin(backupTiddler.fields[\"original-title\"]);\r\n                      this.wiki.deleteTiddler(backupTiddler.fields[\"original-title\"]);      \r\n                    }\r\n                }\r\n              \r\n                if(operationConfirmed) {\r\n                  var pluginType = this.determinePluginType(backupTiddler.fields[\"plugin-type\"]);\r\n                  this.wiki.addTiddler(new $tw.Tiddler(backupTiddler,{\r\n                      \"title\": backupTiddler.fields[\"original-title\"],\r\n                      \"original-title\": undefined,\r\n                      \"type\": \"application/json\",\r\n                      \"plugin-type\": pluginType\r\n                  }));\r\n                }\r\n            }\r\n        }\r\n        else {\r\n            this.backupPlugin(this.actionPlugin);\r\n        }\r\n    }\r\n    return true; // Action was invoked\r\n};\r\n\r\nBackupPluginWidget.prototype.determinePluginType = function(name) {\r\n    var reg = /(.*)-backup/;\r\n    var matches = name.match(reg);\r\n    \r\n    if(matches != null) {\r\n        return matches[1]; \r\n    }\r\n  \r\n    return \"plugin\";\r\n}\r\n\r\n\r\nBackupPluginWidget.prototype.backupPlugin = function(plugin) {\r\n    var pluginTiddler = this.wiki.getTiddler(plugin);\r\n    var didBackup = false;\r\n        if(pluginTiddler instanceof $tw.Tiddler) {\r\n            var backupTitle = this.getBackupTitle(pluginTiddler.fields.title,pluginTiddler.fields.version);\r\n            didBackup = true;\r\n          \r\n            //Don't make a backup if a backup already exists\r\n            if(!this.checkIfExists(backupTitle)) {\r\n              var backupTiddler = new $tw.Tiddler(pluginTiddler, {\r\n                  \"title\": backupTitle,\r\n                  \"original-title\": pluginTiddler.fields.title,\r\n                  \"plugin-type\": \"\" + pluginTiddler.fields[\"plugin-type\"] + \"-backup\",\r\n                  \"type\": \"text/plain\"\r\n              });\r\n\r\n              this.wiki.addTiddler(backupTiddler);           \r\n            }\r\n        }\r\n    return didBackup;\r\n}\r\n\r\nBackupPluginWidget.prototype.getBackupTitle = function(title,version) {\r\n    return \"\" + title + \"-\" + version + \"-backup\";\r\n};\r\n  \r\nBackupPluginWidget.prototype.checkIfExists = function(tiddler) {\r\n    return this.wiki.getTiddler(tiddler) != undefined;\r\n}\r\n\r\nexports[\"tinka-backupPlugin\"] = BackupPluginWidget;\r\n\r\n})();\r\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/ahahn/tinka/tinka-check.js": {
            "title": "$:/plugins/ahahn/tinka/tinka-check.js",
            "text": "/*\\\r\ntitle: $:/plugins/ahahn/tinka/tinka-check.js\r\ntype: application/javascript\r\nmodule-type: widget\r\n\r\nChecks param \"text\" for match with \"pattern\".\r\n\r\n\\*/\r\n(function(){\r\n\r\n/*jslint node: true, browser: true */\r\n/*global $tw: false */\r\n\"use strict\";\r\n\r\nvar TinkaCommonActionWidget = require(\"$:/plugins/ahahn/tinka/tinkaCommonAction.js\").tinkaCommonAction;\r\n\r\nvar CheckAction = function(parseTreeNode,options) {\r\n\tthis.initialise(parseTreeNode,options);\r\n\tthis.setup(false,true,[\"text\", \"pattern\"],true);\r\n};\r\n\r\nCheckAction.prototype = new TinkaCommonActionWidget();\r\n/*\r\nInvoke the action associated with this widget\r\n*/\r\nCheckAction.prototype.invokeAction = function(triggeringWidget,event) {\r\n\t//important: recompute Attributes\r\n\tthis.processAttributes();\r\n\tvar regexp = new RegExp(this.param[\"pattern\"]);\r\n\t\r\n\tif(regexp.test(this.param[\"text\"])) {\r\n\t\tvar ev = {};\r\n\t\tev.verb = \"pass\";\r\n\t\tev.data = event;\r\n\t\tthis.invokeActions(triggeringWidget,ev); \r\n\t}\r\n\telse {\r\n\t\tvar ev = {};\r\n\t\tev.verb = \"fail\";\r\n\t\tev.data = event;\r\n\t\tthis.invokeActions(triggeringWidget,ev);\r\n\t}\r\n\t\r\n\treturn true; // Action was invoked\r\n};\r\n\r\nexports[\"tinka-check\"] = CheckAction;\r\n\r\n})();\r\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/ahahn/tinka/tinka-filter.js": {
            "title": "$:/plugins/ahahn/tinka/tinka-filter.js",
            "text": "/*\\\r\ntitle: $:/plugins/ahahn/tinka/tinka-filter.js\r\ntype: application/javascript\r\nmodule-type: widget\r\n\r\nWidgets to filters actions according to their verb.\r\n\r\n\\*/\r\n(function(){\r\n\r\n/*jslint node: true, browser: true */\r\n/*global $tw: false */\r\n\"use strict\";\r\n\r\nvar TinkaCommonActionWidget = require(\"$:/plugins/ahahn/tinka/tinkaCommonAction.js\").tinkaCommonAction;\r\n\r\nvar FilterAction = function(parseTreeNode,options) {\r\n\tthis.initialise(parseTreeNode,options);\r\n\tthis.setup(false, true, [\"verb\"], true);\r\n};\r\n\r\nFilterAction.prototype = new TinkaCommonActionWidget();\r\n/*\r\nInvoke the action associated with this widget\r\n*/\r\nFilterAction.prototype.invokeAction = function(triggeringWidget,event) {\r\n\tif (event.verb === this.param[\"verb\"]) {\r\n\t\tthis.invokeActions(triggeringWidget, event);\r\n\t}\r\n\treturn true; // Action was invoked\r\n};\r\n\r\nexports[\"tinka-filter\"] = FilterAction;\r\n\r\n})();\r\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/ahahn/tinka/tinka-repackagePlugin.js": {
            "title": "$:/plugins/ahahn/tinka/tinka-repackagePlugin.js",
            "text": "/*\\\r\ntitle: $:/plugins/ahahn/tinka/tinka-repackagePlugin.js\r\ntype: application/javascript\r\nmodule-type: widget\r\n\r\nrepackagePlugin action widget\r\n\r\n<$repackagePlugin $plugin=<<target>> $repackage=\"yes\" $diff=<<qualified-modify-diff>> />\r\n\r\n\\*/\r\n(function(){\r\n\r\n/*jslint node: true, browser: true */\r\n/*global $tw: false */\r\n\"use strict\";\r\n\r\nvar CommonAction = require(\"$:/plugins/ahahn/tinka/tinkaCommonAction.js\").tinkaCommonAction;\r\n\r\n  \r\nvar repackagePluginWidget = function(parseTreeNode,options) {\r\n\tthis.initialise(parseTreeNode,options);\r\n    this.setup(false,false,[\"$plugin\",\"$create\",\"$diff\"],false);\r\n};\r\n\r\n/*\r\nInherit from the base widget class\r\n*/\r\nrepackagePluginWidget.prototype = new CommonAction();\r\n\r\n/*\r\nInvoke the action associated with this widget\r\n*/\r\nrepackagePluginWidget.prototype.invokeAction = function(triggeringWidget,event) {\r\n  \tvar diff = {};\r\n  \tvar title = \"\";\r\n\tthis.actionPlugin = this.param[\"$plugin\"];\r\n\tthis.actionCreate = this.param[\"$create\"];\r\n  \tthis.actionDiff = this.param[\"$diff\"];\r\n\r\n  \tif(this.actionPlugin) {\r\n      title = this.actionPlugin;\r\n      if(this.actionDiff) {\r\n     \tvar tid = this.wiki.getTiddler(this.actionDiff);\r\n        diff = tid || {};\r\n      }\r\n      \r\n      if(this.actionCreate == \"yes\") {\r\n        //create new plugin Tiddler with the data from the diff tiddler\r\n        var pluginTid = {};\r\n        \r\n        title = diff.fields[\"create-title\"] || this.actionPlugin;\r\n        pluginTid.title = title;\r\n        pluginTid[\"text\"] =\t\"{\\\"tiddlers\\\": {}}\";\r\n        pluginTid[\"type\"] = \"application/json\";\r\n        pluginTid[\"author\"] = diff.fields[\"create-author\"];\r\n        pluginTid[\"description\"] = diff.fields[\"create-description\"];\r\n\t\tpluginTid[\"name\"] = diff.fields[\"create-name\"];\r\n        pluginTid[\"list\"] = diff.fields[\"create-list\"];\r\n        pluginTid[\"plugin-type\"] = diff.fields[\"create-plugin-type\"];\r\n        pluginTid[\"dependents\"] = diff.fields[\"create-dependents\"];\r\n        pluginTid[\"version\"] = diff.fields[\"create-version\"];\r\n        pluginTid[\"core-version\"] = diff.fields[\"create-core-version\"];\r\n        this.wiki.addTiddler(new $tw.Tiddler(pluginTid));\r\n      }\r\n      \r\n      //execute repackaging\r\n      $tw.utils.repackPlugin(title,diff.fields.addTiddlers,diff.fields.removeTiddlers);\r\n  \t}\r\n};\r\n\r\nexports[\"tinka-repackagePlugin\"] = repackagePluginWidget;\r\n\r\n})();\r\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/ahahn/tinka/tinka-saveTaglistToField.js": {
            "title": "$:/plugins/ahahn/tinka/tinka-saveTaglistToField.js",
            "text": "/*\\\r\ntitle: $:/plugins/ahahn/tinka/tinka-saveTaglistToField.js\r\ntype: application/javascript\r\nmodule-type: widget\r\n\r\nSaves a tiddlers list of tags to a csv field.\r\n\r\n\\*/\r\n(function(){\r\n\r\n/*jslint node: true, browser: true */\r\n/*global $tw: false */\r\n\"use strict\";\r\n\r\nvar CommonAction = require(\"$:/plugins/ahahn/tinka/tinkaCommonAction.js\").tinkaCommonAction;\r\n\r\nvar SaveTaglistToFieldWidget = function(parseTreeNode,options) {\r\n\tthis.initialise(parseTreeNode,options);\r\n    this.setup(false,false,[\"$target\",\"$tiddler\",\"$field\"],false);\r\n};\r\n\r\n/*\r\nInherit from the base widget class\r\n*/\r\nSaveTaglistToFieldWidget.prototype = new CommonAction();\r\n\r\n/*\r\nInvoke the action associated with this widget\r\n*/\r\nSaveTaglistToFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\r\n\tvar taglist = [];\r\n  \tvar field = \"text\";\r\n  \r\n    if(this.param[\"$target\"]) {\r\n    \tvar targetTags = this.wiki.getTiddler(this.param[\"$target\"]);\r\n      \t\r\n      \tif(targetTags) {\r\n      \t\ttaglist = targetTags.fields.tags || [];\r\n      \t}\r\n    }\r\n  \r\n  \tif(this.param[\"$field\"]) {\r\n  \t\tfield = this.param[\"$field\"];\r\n  \t}\r\n  \r\n  \tif(this.param[\"$tiddler\"]) {\r\n  \t\t//save taglist in field on tiddler\r\n      \tthis.wiki.setTextReference(this.param[\"$tiddler\"]+ \"!!\" +field,taglist,this.getVariable(\"currentTiddler\")); \r\n \t}\r\n\r\n  return true; // Action was invoked\r\n};\r\n\r\nexports[\"tinka-saveTaglistToField\"] = SaveTaglistToFieldWidget;\r\n\r\n})();\r\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/ahahn/tinka/tinkaCommonAction.js": {
            "title": "$:/plugins/ahahn/tinka/tinkaCommonAction.js",
            "text": "/*\\\r\ntitle: $:/plugins/ahahn/tinka/tinkaCommonAction.js\r\ntype: application/javascript\r\nmodule-type: widget\r\n\r\nTinka common action widget\r\n\r\n\\*/\r\n(function(){\r\n\r\n/*jslint node: true, browser: true */\r\n/*global $tw: false */\r\n\"use strict\";\r\n\r\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\r\n\r\nvar CommonActionWidget = function(parseTreeNode,options) {\r\n\tthis.initialise(parseTreeNode,options);\r\n};\r\n\r\n/*\r\nInherit from the base widget class\r\n*/\r\nCommonActionWidget.prototype = new Widget();\r\n\r\n/*\r\nSetup an action widget with these properties\r\n*/\r\nCommonActionWidget.prototype.setup = function(allowPropagation,doRenderChildren,preparedParams,refreshOnAttributeChange) {\r\n\tthis.doRenderChildren = doRenderChildren;\r\n\tthis.preparedParams = preparedParams;\r\n\tthis.allowPropagation = allowPropagation;\r\n\tthis.refreshOnAttributeChange = refreshOnAttributeChange;\r\n};\r\n  \r\n  \r\n/*\r\nRender this widget into the DOM\r\n*/\r\nCommonActionWidget.prototype.render = function(parent,nextSibling) {\r\n\tthis.parentDomNode = parent;\r\n\tthis.computeAttributes();\r\n\tthis.execute();\r\n  \tif(this.doRenderChildren) {\r\n\t\tthis.renderChildren(parent,nextSibling);\r\n  \t}\r\n};\r\n\r\n/*\r\nCompute the internal state of the widget\r\n*/\r\nCommonActionWidget.prototype.execute = function() {\r\n    this.processAttributes();\r\n\t// Construct the child widgets\r\n\tif(this.doRenderChildren) {\r\n\t\tthis.makeChildWidgets();\r\n\t}\r\n};\r\n\t\r\n/*\r\nCompute the values of our attributes\r\n*/\r\nCommonActionWidget.prototype.processAttributes = function() {\r\n\tvar self = this;\r\n\tthis.computeAttributes();\r\n\tthis.param = {};\r\n\r\n    if(this.isObject(this.preparedParams) && !this.isArray(this.preparedParams)) {\r\n        $tw.utils.each(this.preparedParams,function(def, name) {\r\n            self.param[name] = self.getAttribute(name,def);\r\n        });\r\n    }\r\n    else {\r\n        $tw.utils.each(this.preparedParams,function(name) {\r\n            self.param[name] = self.getAttribute(name);\r\n        });\r\n    }\r\n};\r\n\r\nCommonActionWidget.prototype.allowActionPropagation = function() {\r\n\treturn this.allowPropagation;\t\r\n};\r\n\r\nCommonActionWidget.prototype.isEmptyObject = function(obj) {\r\n\tfor(var prop in obj) {\r\n        if(obj.hasOwnProperty(prop))\r\n            return false;\r\n    }\r\n\r\n    return true;\r\n};\r\n\r\nCommonActionWidget.prototype.isObject = function(obj) {\r\n    return ((obj !== null) && (typeof obj === 'object'));\r\n};\r\n\r\nCommonActionWidget.prototype.isArray = function(obj) {\r\n    return (Object.prototype.toString.call(obj) === '[object Array]');\r\n};\r\n\r\n/*\r\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\r\n*/\r\nCommonActionWidget.prototype.refresh = function(changedTiddlers) {\r\n  \tvar changedAttributes = this.computeAttributes();\r\n\t\t\r\n\tif(!this.isEmptyObject(changedAttributes) && this.refreshOnAttributeChange) {\r\n\t\tthis.refreshSelf();\r\n\t\treturn true;\r\n    }\r\n\telse if (!this.isEmptyObject(changedAttributes)) {\r\n\t\tthis.processAttributes();\r\n\t}\r\n\t\r\n\treturn this.refreshChildren(changedTiddlers);\t\t\r\n};\r\n\r\nexports.tinkaCommonAction = CommonActionWidget;\r\n\r\n})();\r\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/ahahn/tinka/license": {
            "title": "$:/plugins/ahahn/tinka/license",
            "type": "text/vnd.tiddlywiki",
            "caption": "license",
            "text": "Tinka Plugin for Tiddlywiki5\n\nCopyright (c) 2020 Andreas Hahn <tinka.plugin@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n"
        },
        "$:/plugins/ahahn/tinka/emptyDiff": {
            "title": "$:/plugins/ahahn/tinka/emptyDiff",
            "type": "text/vnd.tiddlywiki",
            "text": ""
        },
        "$:/plugins/ahahn/tinka/tinka-export": {
            "title": "$:/plugins/ahahn/tinka/tinka-export",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define tinkaExportButtonFilename(baseFilename)\r\n$baseFilename$$(extension)$\r\n\\end\n\n\\define tinkaExportQualifiedState()\r\n$:/state/popup/tinkaExport-$(currentTiddler)$\r\n\\end\n\n\\define tinkaExportButton(exportFilter:\"[!is[system]sort[title]]\",lingoBase,baseFilename:\"tiddlers\")\r\n<span class=\"tc-popup-keep\">\r\n<$button popup=<<tinkaExportQualifiedState>> tooltip={{$lingoBase$Hint}} aria-label={{$lingoBase$Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\r\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\r\n{{$:/core/images/export-button}}\r\n</$list>\r\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\r\n<span class=\"tc-btn-text\"><$text text={{$lingoBase$Caption}}/></span>\r\n</$list>\r\n</$button>\r\n</span>\r\n<$reveal state=<<tinkaExportQualifiedState>> type=\"popup\" position=\"below\" animate=\"yes\">\r\n<div class=\"tc-drop-down\">\r\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Exporter]]\">\r\n<$set name=\"extension\" value={{!!extension}}>\r\n<$button class=\"tc-btn-invisible\">\r\n<$action-sendmessage $message=\"tm-download-file\" $param=<<currentTiddler>> exportFilter=\"\"\"$exportFilter$\"\"\" filename=<<exportButtonFilename \"\"\"$baseFilename$\"\"\">>/>\r\n<$action-deletetiddler $tiddler=<<tinkaExportQualifiedState>>/>\r\n<$transclude field=\"description\"/>\r\n</$button>\r\n</$set>\r\n</$list>\r\n</div>\r\n</$reveal>\r\n\\end\r\n"
        },
        "$:/plugins/ahahn/tinka/readme": {
            "title": "$:/plugins/ahahn/tinka/readme",
            "type": "text/vnd.tiddlywiki",
            "text": "This is a Control Panel extension that aims to simplify the plugin creation and editing process. After installing, you will find a new tab in your control panel that makes creating and modifying plugins a little bit easier.\n\n<a target=\"blank\" href=\"http://tinkaplugin.github.io\">Project Homepage on tinkaplugin.github.io</a>\n\n!! Version History\n\n!!! 2020-08-03 Release of version 0.5.0\n\n''Changelog''\n\n* Fixed graphical glitches with newer versions of TW5\r\n* Reworked the interface for modifying plugins\r\n* Added the ability to select and unselect all search results when adding tiddlers to plugins\r\n* `name` and `description` field are now used for both plugins and themes\r\n* Added default filter to the search\r\n* You can now attach notes to backups\r\n* Renamed control panel tabs\r\n* The version will correctly be set when creating a new plugin\n\n!!! 2017-05-13 Release of version 0.4.0\n\nThis release fixes the following bugs:\n\n''Changelog''\n\n* Themes will now get the correct prefix `$:/themes/` when packaging\r\n* Fixed search results not linking properly\r\n* Added description field when creating a new theme\n\n\r\n!!! 2017-03-01 Release of version 0.3.0\n\nAfter more than a year, Tinka is now on <a target=\"blank\" href=\"http://tinkaplugin.github.io\">github</a> and also released under the [[MIT license|$:/plugins/ahahn/tinka/license]].\n\n''Changelog''\n\n* Packaging success now produces a modal that actively reminds the user to refresh the wiki.\r\n* The search tab state is now kept in a temporary system tiddler.\r\n* Added warning when repackaging themes that are not active.\r\n* The 'Help Tab' functionality is now also available for plugins that do not follow the `$:/plugins/...` naming convention. In particular this applies to themes and core plugins.\r\n* Fixed wrong headings for some modal dialogs.\r\n* Older action widgets remodeled to use the (new) CommonAction widget as a base.\r\n* Fixed error check that prevented users to enter a minimal core version dependency when creating a new plugin.\n\n!!! 2015-09-20 Release of version 0.2.0-beta\n\n''Changelog''\n\n* Added Help-Tab capabilities to quickly navigate between plugin tiddlers.\r\n* Moved Create-Plugin wizard to its own tab.\r\n* Redid Create-Plugin UI to be easier and more accessible.\r\n* Backups can now also be downloaded/exported.\r\n* Added more documentation.\n\n!!! 2015-05-18 Release of version 0.1.0\n\n''Changelog''\n\n* The metadata section now include edit fields for the `name` and `source` fields.\r\n* The //default search// box now only searches for title matches.\r\n* Backups can now be exported/downloaded.\r\n* <div>Backups can now be restored and made active again. If another version of the plugin is already active, the option is given to back it up,before restoring the backup.\n\n\r\n''Warning: For this mechanism to work, there has to be an 'original-title' field present in the backup tiddler. This is automatically added by Tinka, however earlier versions of Tinka did not add this field. If you want to restore a backup from an earlier version of Tinka, you will have to add the 'original-title' field manually and populate it with the former title of the plugin tiddler, in order for the restore function to work.''\r\n</div>\n\n!!! 2015-04-30 Release of version 0.0.2\n\n''Changelog''\n\n* The list of plugin tiddlers is now hidden by default, since some lists can get very long.\r\n* Added a different search option (default/filter)\r\n* Improved Documentation slightly\r\n* Added a backup option, so a plugin can be backed up before repackaging.\n\n   \r\n!!! 2015-04-29 Release of version 0.0.1\r\n"
        },
        "$:/plugins/ahahn/tinka/style": {
            "title": "$:/plugins/ahahn/tinka/style",
            "list-after": "$:/themes/tiddlywiki/vanilla/base",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "\r\n/* ==button styles== */\n\nbutton.tinka-blue, button.tinka-orange {\r\n  display: inline-block;\r\n  margin: 0.4em;\r\n  padding: 0.5em;\r\n  border: none;\r\n  border-radius: 0.1em; \r\n  font-weight: normal;\r\n  font-size: 1em;\r\n  cursor: pointer;\r\n  color: #fff;\r\n  fill: #fff;\r\n}\n\n.tinka-blue {\r\n  background-color: #5E9FCA;\r\n  box-shadow: 0.1em 0.1em 0.4em 0 #355;\r\n}\n\n.tinka-blue:active {\r\n  background-color: #6EAFDA;\r\n}\n\n.tinka-orange {\r\n  background-color: #FF8C19;\r\n  box-shadow: 0.1em 0.1em 0.4em 0 #841;\r\n}\n\n.tinka-orange:active {\r\n  background-color: #FF9C29;\r\n}\n\n.tinka-archive-buttons {\r\n  padding-left: 30px;\r\n  display: inline-block;\r\n}\n\nbutton.tinka-sidebar-button, button.tinka-invisible  {\r\n  color: #acacac;\r\n  fill: #acacac;\r\n}\n\n.tinka-enlarge {\r\n  font-size: 1.5em;\r\n  padding: 1.5em;\r\n}\n\n.tinka-enlarge svg {\r\n  font-size: 3em;\r\n}\n\n.tinka-orb {\r\n  border-radius: 10pt;\r\n}\n\n.tc-dirty .tinka-button-refresh {\r\n  display: none;\r\n}\n\n/* ==container styles== */\n\n.tinka-centered-container {\r\n  text-align: center;\r\n  padding: 1em;\r\n}\n\n.tinka-note {\r\n  display:block;\r\n  padding-left: 5px;\r\n  background-color: #FFF9B0;\r\n  color: #7F7A32;\r\n  border: 1px solid #7F7A32;\r\n  border-radius: 5px;\r\n  font-style: italic;\r\n  font-size: 0.8em;\r\n}\n\n.tinka-note-red {\r\n  display:block;\r\n  padding-left: 5px;\r\n  background-color: #E8DEE0;\r\n  color: #E82C0C;\r\n  border: 1px solid #E82C0C;\r\n  border-radius: 5px;\r\n  font-style: italic;\r\n  font-size: 0.8em;\r\n}\n\n.tinka-backup-info {\r\nflex-wrap: wrap;\r\n}\n\n.tinka-backup-info .tinka-backup-note {\r\nflex-basis: 100%;\r\n}\n\n/* ==text formatting== */\n\n.tinka-list-item {\r\n\tlist-style: none;\r\n}\n\n.tinka-saving {\r\n  display: none;\r\n}\n\n.tc-dirty .tinka-saving {\r\n  display: inline;\r\n}\n\n.tinka-success {\r\n  color: #26CC50;\r\n}\n\n.tinka-success .tc-image-done-button, .tinka-success .tc-image-save-button {\r\n  fill: #26CC50;\r\n}\n\n.tinka-error {\r\n  color: #F00;\r\n}\n\n.tinka-error .tc-image-close-button {\r\n  fill: #F00;\r\n}\n\ntable.tinka-meta-table tr td {\r\n  padding: 5px;\r\n}\n\n/* ==forms style== */\r\n.tc-control-panel input.tinka-inline-edit {\r\n  width: 30%;\r\n  min-width: 30pt;\r\n}\n\n.tinka-full-edit {\r\n  width: 100%;\r\n}\n\n.tc-control-panel input.tinka-full-edit,  input.tinka-full-edit {\r\n  width: 100%;\r\n}\r\n"
        },
        "$:/plugins/ahahn/tinka/backupList": {
            "title": "$:/plugins/ahahn/tinka/backupList",
            "caption": "Backups",
            "list-after": "$:/plugins/ahahn/tinka/pluginManagement",
            "tags": "$:/tags/tinka/ControlPanel",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define plugin-export()\r\n[title[$(currentTiddler)$]]\r\n\\end\n\n\\define plugin-icon-title()\r\n$(currentTiddler)$/icon\r\n\\end\n\n\\define plugin-disable-title()\r\n$:/config/Plugins/Disabled/$(currentTiddler)$\r\n\\end\n\n\\define plugin-table-body(type,disabledMessage)\r\n<div class=\"tc-plugin-info-chunk tc-plugin-info-icon\">\r\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<plugin-icon-title>>>\r\n<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\r\n</$transclude></div>\r\n<div class=\"tc-plugin-info-chunk tc-plugin-info-description\" style=\"flex-grow:1;\">\r\n<$link to={{!!title}}>\r\n<h1>''<$view field=\"description\"><$view field=\"title\"/></$view>'' $disabledMessage$\r\n</h1>\r\n<h2>\r\n<$view field=\"title\"/>\r\n</h2>\r\n<h2>\r\n<div><em><$view field=\"version\"/></em></div>\r\n</h2></$link></div>\r\n<div class=\"tinka-archive-buttons\">\r\n<$macrocall $name=\"tinkaExportButton\" exportFilter=<<plugin-export>> />\r\n<$button class=\"tc-btn-big-green tinka-blue\">\r\n<$tinka-backupPlugin $plugin=<<currentTiddler>> $restore=\"yes\"/>\r\n<$action-sendmessage $message=\"tm-modal\" $param=\"$:/plugins/ahahn/tinka/restoreSuccess\" />Restore</$button>\r\n</div>\r\n<div class=\"tinka-backup-note\">\r\n''Note'':\r\n<$edit-text tag=\"textarea\" field=\"note\" class=\"tinka-full-edit\"/>\r\n</div>\r\n\\end\n\n\\define plugin-table(type)\r\n<$list filter=\"[!has[draft.of]plugin-type[$type$]sort[description]]\" emptyMessage=<<lingo \"Empty/Hint\">>>\r\n<div class=\"tc-plugin-info tinka-backup-info\">\r\n<<plugin-table-body type:\"$type$\">>\r\n</div>\r\n</$list>\r\n\\end\n\n!!Backups\n\n<<plugin-table plugin-backup>>\r\n<<plugin-table theme-backup>>\r\n<<plugin-table language-backup>>\r\n"
        },
        "$:/plugins/ahahn/tinka/controlPanelExtension": {
            "title": "$:/plugins/ahahn/tinka/controlPanelExtension",
            "caption": "Tinka Plugin Management",
            "tags": "$:/tags/ControlPanel",
            "type": "text/vnd.tiddlywiki",
            "text": "<<tabs \"[[$:/plugins/ahahn/tinka/pluginManagement]] [[$:/plugins/ahahn/tinka/createDialog]] [[$:/plugins/ahahn/tinka/backupList]]\" \"$:/plugins/ahahn/tinka/pluginManagement\" \"$:/temp/tinka/cpTabs\">>\r\n"
        },
        "$:/plugins/ahahn/tinka/createDialog": {
            "title": "$:/plugins/ahahn/tinka/createDialog",
            "caption": "Create a new Plugin",
            "tags": "$:/tags/tinka/ControlPanel",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define plugin-tiddler-selection()\r\n[[$(target)$]plugintiddlers[]]\r\n\\end\n\n\\define qualified-modify-add()\r\n$(qualifiedTiddler)$-$(target)$-add\r\n\\end\n\n\\define qualified-modify-diff()\r\n$(qualifiedTiddler)$-$(target)$-diff\r\n\\end\n\n\\define diff-plugin-title()\r\n$(qualifiedTiddler)$-$(target)$-diff!!create-title\r\n\\end\n\n\\define added-filter()\r\n[[$(addedTiddlers)$]tags[]]\r\n\\end\n\n\\define concatPluginTitle(prefix, sep)\r\n$prefix$$(createTitleOrg)$$sep$$(createTitleName)$\r\n\\end\n\n\\define tiddlerReference(ref)\r\n$(currentTiddler)$$ref$\r\n\\end\n\n\\define varsReference(ref)\r\n$(TinkaVars)$$ref$\r\n\\end\n\n\r\n!! Create New Plugin\n\n<span class=\"tinka-note\">Usage: Enter the necessary metadata for your plugin and use the Filter selection below to pick the tiddlers that should be added to the plugin. After selecting the tiddlers, press 'Package Plugin'. Refer to the <span style=\"font-style:normal;\">[[Documentation|$:/plugins/ahahn/tinka/usage]]</span> for further help.</span>\n\n<$set name=\"target\" value=\"skeleton\">\r\n<$set name=\"qualifiedTiddler\" value=<<qualify \"$:/temp/tinka/modify\">> >\n\n!!! Step 1: Enter Metadata\n\n\r\n<$set name=\"currentTiddler\" value=<<qualified-modify-diff>>>\r\n\t<$transclude mode=\"block\" tiddler=\"$:/plugins/ahahn/tinka/createMetadata\"/>\r\n</$set>\n\n!!! Step 2: Add Tiddlers\n\nUse the search box below to select the tiddlers you want to add to the plugin.\n\n{{$:/plugins/ahahn/tinka/searchDisplay}}\n\n\r\n''Added Tiddlers''\n\n<$set name=\"addedTiddlers\" value=<<qualified-modify-add>> >\r\n<ul>\r\n<$list filter=<<added-filter>> emptyMessage=\"<i>No tiddlers added.</i>\">\r\n\t\t<li class=\"tinka-list-item\">\r\n        <$checkbox tiddler=<<qualified-modify-add>> tag={{!!title}} />\r\n        <$link to={{!!title}}>{{!!title}}</$link>\r\n        </li>\r\n</$list>\r\n</ul>\r\n</$set>\n\n\r\n<$button class=\"tc-btn-big-green tinka-orange\">\r\n<$set name=\"TinkaVars\" value=\"$:/temp/tinka/CreateVars\">\r\n<$set name=\"currentTiddler\" value=<<qualified-modify-diff>>>\r\n\t<$action-deletetiddler $tiddler=<<TinkaVars>> />\r\n\t<$action-setfield $tiddler=<<TinkaVars>> result=\"false\" />\n\n\t<!-- Check whether a plugin title was given -->\r\n\t<$tinka-check text={{!!create-title-org}} pattern=\"^[^\\s]+$\">\r\n\t\t<$tinka-filter verb=\"fail\">\r\n\t\t\t<$action-setfield $tiddler=<<TinkaVars>> result=\"true\"/>\r\n\t\t\t<$action-setfield $tiddler=<<TinkaVars>> errorTitle=\"The plugin title is not allowed to be empty or contain whitespaces.\"/>\r\n\t\t</$tinka-filter>\r\n\t</$tinka-check>\r\n\t\t\r\n\t<$tinka-check text={{!!create-title-name}} pattern=\"^[^\\s]+$\">\r\n\t\t<$tinka-filter verb=\"fail\">\r\n\t\t\t<$action-setfield $tiddler=<<TinkaVars>> result=\"true\"/>\r\n\t\t\t<$action-setfield $tiddler=<<TinkaVars>> errorTitle=\"The plugin path is not allowed to be empty or contain whitespaces.\"/>\r\n\t\t</$tinka-filter>\r\n\t</$tinka-check>\r\n\t\t\r\n\t<!-- Check whether a plugin type is set-->\r\n\t<$tinka-check text={{!!create-plugin-type}} pattern=\"^.+$\">\r\n\t\t<$tinka-filter verb=\"fail\">\r\n\t\t\t<$action-setfield $tiddler=<<TinkaVars>> result=\"true\"/>\r\n\t\t\t<$action-setfield $tiddler=<<TinkaVars>> errorType=\"You have to set a plugin type.\"/>\r\n\t\t</$tinka-filter>\r\n\t</$tinka-check>\r\n\t\t\r\n\t\t<!-- Check whether a name and a description was given-->\r\n\t\t<$tinka-check text={{!!create-description}} pattern=\"^.+$\">\r\n\t\t\t<$tinka-filter verb=\"fail\">\r\n\t\t\t\t<$action-setfield $tiddler=<<TinkaVars>> result=\"true\"/>\r\n\t\t\t\t<$action-setfield $tiddler=<<TinkaVars>> errorPlugin=\"You have to enter a plugin title.\"/>\r\n\t\t\t</$tinka-filter>\r\n\t\t</$tinka-check>\r\n\t\t<$tinka-check text={{!!create-name}} pattern=\"^.+$\">\r\n\t\t\t<$tinka-filter verb=\"fail\">\r\n\t\t\t\t<$action-setfield $tiddler=<<TinkaVars>> result=\"true\"/>\r\n\t\t\t\t<$action-setfield $tiddler=<<TinkaVars>> errorTheme=\"You have to enter a theme title.\"/>\r\n\t\t\t</$tinka-filter>\r\n\t\t</$tinka-check>\r\n\t\t\r\n\t\t<!--Check Version numbers, if entered-->\r\n\t\t<$reveal state=<<tiddlerReference \"!!create-version\">> type=\"nomatch\" text=\"\">\r\n\t\t\t<$tinka-check text={{!!create-version}} pattern=\"^(\\d)+\\.(\\d)+\\.(\\d)+(-\\w+)?$\">\r\n\t\t\t\t<$tinka-filter verb=\"fail\">\r\n\t\t\t\t\t<$action-setfield $tiddler=<<TinkaVars>> result=\"true\"/>\r\n\t\t\t\t\t<$action-setfield $tiddler=<<TinkaVars>> errorVersion=\"Version numbers must have the following format: X.X.X (e.g. 1.0.0).\"/>\r\n\t\t\t\t</$tinka-filter>\r\n\t\t\t</$tinka-check>\r\n\t\t</$reveal>\r\n\t\t\r\n\t\t<$reveal state=<<tiddlerReference \"!!create-core-version\">> type=\"nomatch\" text=\"\">\r\n\t\t\t<$tinka-check text={{!!create-core-version}} pattern=\"^(>|>=|<|<=)?(\\d)+\\.(\\d)+\\.(\\d)+(-\\w+)?$\">\r\n\t\t\t\t<$tinka-filter verb=\"fail\">\r\n\t\t\t\t\t<$action-setfield $tiddler=<<TinkaVars>> result=\"true\"/>\r\n\t\t\t\t\t<$action-setfield $tiddler=<<TinkaVars>> errorCoreVersion=\"The core version number must have the following format: [>|>=|<|<=|]X.X.X-AAAA (e.g. >=5.1.8).\"/>\r\n\t\t\t\t</$tinka-filter>\r\n\t\t\t</$tinka-check>\r\n\t\t</$reveal>\n\n\t<$set name=\"currentTiddler\" value=<<TinkaVars>> >\r\n\t<$tinka-check text={{!!result}} pattern=\"^false$\">\r\n\t<$set name=\"currentTiddler\" value=<<qualified-modify-diff>>>\r\n\t<$tinka-filter verb=\"pass\">\r\n\t<!--Compute the plugin title (create-title> from the create-title-org and create-title-name fields -->\n\n\t\t<$set name=\"createTitleOrg\" value={{!!create-title-org}}>\r\n\t\t\t<$set name=\"createTitleName\" value={{!!create-title-name}}>\r\n                <!--If the plugin is a theme, use a different plugin-prefix -->\r\n                <$reveal state=<<tiddlerReference \"!!create-plugin-type\">> type=\"match\" text=\"theme\">\r\n\t\t\t\t    <$action-setfield create-title=<<concatPluginTitle \"$:/themes/\" \"/\">> />\r\n                </$reveal>\n\n                <$reveal state=<<tiddlerReference \"!!create-plugin-type\">> type=\"nomatch\" text=\"theme\">\r\n\t\t\t\t    <$action-setfield create-title=<<concatPluginTitle \"$:/plugins/\" \"/\">> />\r\n                </$reveal>\r\n\t\t\t</$set>\r\n\t\t</$set>\r\n\t\r\n\t\t<$tinka-saveTaglistToField $target=<<qualified-modify-add>> $tiddler=<<qualified-modify-diff>> $field=\"addTiddlers\"/>\r\n\t\t<$tinka-repackagePlugin $plugin=\"$:/plugins/unknown/newPlugin\" $create=\"yes\" $diff=<<qualified-modify-diff>> />\r\n\t\t<!-- Adjust version number to not be increased -->\r\n\t\t<$reveal state=<<tiddlerReference \"!!create-version\">> type=\"nomatch\" text=\"\">\r\n\t\t\t<$action-setfield $tiddler={{!!create-title}} version={{!!create-version}} />\r\n\t\t</$reveal>\r\n\t\t<$action-deletetiddler $tiddler=<<qualified-modify-add>>/>\r\n\t\t<$action-deletetiddler $tiddler=<<qualified-modify-diff>>/>\r\n\t\t<$action-sendmessage $message=\"tm-modal\" $param=\"$:/plugins/ahahn/tinka/packageSuccess\" />\r\n\t</$tinka-filter>\r\n\t<$tinka-filter verb=\"fail\">\r\n\t\t<$action-sendmessage $message=\"tm-modal\" $param=\"$:/plugins/ahahn/tinka/packageErrors\" errorVars=<<TinkaVars>>/>\r\n\t</$tinka-filter>\r\n\t</$set>\r\n\t</$tinka-check>\r\n\t</$set>\r\n</$set>\r\n</$set>\r\nPackage plugin</$button>\n\n\r\n</$set>\r\n</$set>\r\n"
        },
        "$:/plugins/ahahn/tinka/createMetadata/noSpecialPluginType": {
            "title": "$:/plugins/ahahn/tinka/createMetadata/noSpecialPluginType",
            "type": "text/vnd.tiddlywiki",
            "text": "<tr>\r\n        <td>Name:</td>\r\n        <td><$edit-text tag=\"input\" type=\"text\" field=\"create-name\" placeholder=\"e.g. My Plugin\"/></td>\n\n    \t<td>Description:</td>\r\n        <td><$edit-text tag=\"input\" type=\"text\" placeholder=\"e.g. super cool plugin\" field=\"create-description\"/></td>\r\n</tr>\r\n"
        },
        "$:/plugins/ahahn/tinka/createMetadata/pluginPluginType": {
            "title": "$:/plugins/ahahn/tinka/createMetadata/pluginPluginType",
            "type": "text/vnd.tiddlywiki",
            "text": "<tr>\r\n        <td>''Plugin Name:''</td>\r\n        <td colspan=\"3\"><$edit-text class=\"tinka-full-edit\" tag=\"input\" type=\"text\" field=\"create-name\" placeholder=\"e.g. Tinka\"/></td>\r\n</tr>\r\n<tr>\r\n    \t<td>''Plugin Description:''</td>\r\n        <td colspan=\"3\"><$edit-text class=\"tinka-full-edit\" tag=\"input\" type=\"text\" placeholder=\"e.g. Tinka - Plugin Packer\" field=\"create-description\" placeholder=\"e.g. An easy plugin packer\"/></td>\r\n</tr>\r\n"
        },
        "$:/plugins/ahahn/tinka/createMetadata/tableEnd": {
            "title": "$:/plugins/ahahn/tinka/createMetadata/tableEnd",
            "type": "text/vnd.tiddlywiki",
            "text": "<tr>\r\n        <td>Version:</td>\r\n        <td><$edit-text tag=\"input\" type=\"text\" field=\"create-version\"/></td>\r\n        \r\n\t\t<td>Core-Version:</td>\r\n        <td><$edit-text type=\"text\" placeholder=\"e.g. >=5.1.8\" tag=\"input\" field=\"create-core-version\"/></td>\r\n\t</tr>\r\n"
        },
        "$:/plugins/ahahn/tinka/createMetadata/tableHead": {
            "title": "$:/plugins/ahahn/tinka/createMetadata/tableHead",
            "type": "text/vnd.tiddlywiki",
            "text": "\t<tr>\r\n\t\t<td>''Plugin Path:''</td>\r\n        <td colspan=\"3\">`$:/plugins/`<$edit-text class=\"tinka-inline-edit\" type=\"text\" placeholder=\"e.g. myName\" tag=\"input\" field=\"create-title-org\"/>`/`<$edit-text type=\"text\" class=\"tinka-inline-edit\" placeholder=\"e.g. myPlugin\" tag=\"input\" field=\"create-title-name\" /></td> \r\n\t</tr>\r\n    \r\n    <tr>\r\n\t\t<td>Author:</td>\r\n        <td><$edit-text type=\"text\" placeholder=\"e.g. John Doe\" tag=\"input\" field=\"create-author\"/></td>\r\n\t\t\r\n\t\t<td>Source:</td>\r\n        <td><$edit-text tag=\"input\" type=\"text\" placeholder=\"e.g. http://twguides.org\" field=\"source\"/></td>\r\n\t</tr>\n\n\t<tr>\r\n\t\t<td>Dependents:</td>\r\n        <td><$edit-text tag=\"input\" type=\"text\" field=\"create-dependents\"/></td>\r\n        \r\n        <td>List:</td>\r\n        <td><$edit-text tag=\"input\" type=\"text\" placeholder=\"e.g. readme usage\" field=\"create-list\"/></td>\r\n  \t</tr>\r\n"
        },
        "$:/plugins/ahahn/tinka/createMetadata/themePluginType": {
            "title": "$:/plugins/ahahn/tinka/createMetadata/themePluginType",
            "type": "text/vnd.tiddlywiki",
            "text": "<tr>\r\n    <td>''Theme Name:''</td>\r\n    <td colspan=\"3\"><$edit-text  class=\"tinka-full-edit\" tag=\"input\" type=\"text\" placeholder=\"e.g. My cool theme\" field=\"create-name\"/></td>\r\n</tr>\n\n<tr>\r\n        <td>''Theme Description:''</td>\r\n        <td colspan=\"3\"><$edit-text class=\"tinka-full-edit\" tag=\"input\" type=\"text\" placeholder=\"e.g. My description\" field=\"create-description\"/></td>\r\n</tr>\r\n"
        },
        "$:/plugins/ahahn/tinka/createMetadata": {
            "title": "$:/plugins/ahahn/tinka/createMetadata",
            "create-plugin-type": "plugin",
            "create-title": "",
            "created": "20150429174811520",
            "modified": "20170225181341996",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "''Plugin-Type:'' <$edit-text tag=\"input\" type=\"text\" field=\"create-plugin-type\"/>\r\n        <$button popup=\"$:/temp/tinka/NewPluginPopup\" class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\r\n\t\r\n\t\t<$reveal state=\"$:/temp/tinka/NewPluginPopup\" type=\"popup\" position=\"below\">\r\n\t\t<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\r\n\t\t<$linkcatcher to=\"!!create-plugin-type\">\r\n\t\t\t<$link to=\"plugin\">Plugin</$link>\r\n\t\t\t<$link to=\"theme\">Theme</$link>\r\n\t\t</$linkcatcher>\r\n\t\t</div>\r\n\t\t</$reveal>\n\n<$reveal state=\"!!create-plugin-type\" type=\"nomatch\" text=\"plugin\" >\r\n\t<$reveal state=\"!!create-plugin-type\" type=\"nomatch\" text=\"theme\" >\r\n\t\t<table class=\"tinka-meta-table\">\r\n\t\t<$transclude tiddler=\"$:/plugins/ahahn/tinka/createMetadata/tableHead\" />\r\n\t\t<$transclude tiddler=\"$:/plugins/ahahn/tinka/createMetadata/noSpecialPluginType\" />\r\n\t\t<$transclude tiddler=\"$:/plugins/ahahn/tinka/createMetadata/tableEnd\" />\r\n\t\t</table>\r\n\t</$reveal>\r\n</$reveal>\n\n<$reveal state=\"!!create-plugin-type\" type=\"match\" text=\"plugin\">\r\n\t\t<table class=\"tinka-meta-table\">\r\n\t\t<$transclude tiddler=\"$:/plugins/ahahn/tinka/createMetadata/tableHead\" />\r\n\t\t<$transclude tiddler=\"$:/plugins/ahahn/tinka/createMetadata/pluginPluginType\" />\r\n\t\t<$transclude tiddler=\"$:/plugins/ahahn/tinka/createMetadata/tableEnd\" />\r\n\t\t</table>\r\n</$reveal>\n\n<$reveal state=\"!!create-plugin-type\" type=\"match\" text=\"theme\">\r\n\t\t<table class=\"tinka-meta-table\">\r\n\t\t<$transclude tiddler=\"$:/plugins/ahahn/tinka/createMetadata/tableHead\" />\r\n\t\t<$transclude tiddler=\"$:/plugins/ahahn/tinka/createMetadata/themePluginType\" />\r\n\t\t<$transclude tiddler=\"$:/plugins/ahahn/tinka/createMetadata/tableEnd\" />\r\n\t\t</table>\r\n</$reveal>\n\n''bold'' = //required field//\r\n"
        },
        "$:/plugins/ahahn/tinka/dropdownManage": {
            "title": "$:/plugins/ahahn/tinka/dropdownManage",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define plugin-tiddler-selection()\r\n[[$(target)$]plugintiddlers[]]\r\n\\end\n\n\\define qualified-remove-popup()\r\n$:/state/popup/$(qualifiedTiddler)$-$(target)$-remove-popup\r\n\\end\n\n\\define qualified-modify-remove()\r\n$(qualifiedTiddler)$-$(target)$-remove\r\n\\end\n\n\\define qualified-modify-add()\r\n$(qualifiedTiddler)$-$(target)$-add\r\n\\end\n\n\\define qualified-modify-diff()\r\n$(qualifiedTiddler)$-$(target)$-diff\r\n\\end\n\n\\define target-type()\r\n$(target)$!!plugin-type\r\n\\end\n\n\\define added-filter()\r\n[[$(addedTiddlers)$]tags[]]\r\n\\end\n\n\\define pluginSuffixFilter()\r\n[[$(target)$]prefix[$:/plugins/]removeprefix[$:/plugins/]] [[$(target)$]!prefix[$:/plugins/]]\r\n\\end\n\n\\define sideTabNameBuilder()\r\n$:/plugins/ahahn/tinka/temp/$(pluginSuffix)$ - Help Tab\r\n\\end\n\n\\define helpTabCaption()\r\n$(pluginSuffix)$ - Help Tab\r\n\\end\n\n\\define helpTabText()\r\n<$set name=\"pluginPrefix\" value=\"$(target)$\" >\r\n<$set name=\"currentTiddler\" value=\"$(sideTabName)$\" >\n\n<$transclude tiddler=\"$:/plugins/ahahn/tinka/pluginSidePanel\" />\n\n</$set>\r\n</$set>\r\n\\end\n\n\\define buttonRow()\r\n<$reveal state=<<target-type>> type=\"match\" text=\"theme\">\r\n\t<span class=\"tinka-note-red\">Warning: Themes can only be repackaged if the theme is currently active or loaded as a dependant!</span>\r\n</$reveal>\n\n<$button class=\"tinka-orange\">Re-package plugin\r\n\t<$tinka-saveTaglistToField $target=<<qualified-modify-remove>> $tiddler=<<qualified-modify-diff>> $field=\"removeTiddlers\"/>\r\n\t<$tinka-saveTaglistToField $target=<<qualified-modify-add>> $tiddler=<<qualified-modify-diff>> $field=\"addTiddlers\"/>\r\n\t<$tinka-repackagePlugin $plugin=<<target>> $create=\"no\" $diff=<<qualified-modify-diff>> />\r\n\t<$action-deletetiddler $tiddler=<<qualified-modify-remove>>/>\r\n\t<$action-deletetiddler $tiddler=<<qualified-modify-add>>/>\r\n\t<$action-deletetiddler $tiddler=<<qualified-modify-diff>>/>\r\n\t<$action-sendmessage $message=\"tm-modal\" $param=\"$:/plugins/ahahn/tinka/packageSuccess\" />\r\n</$button>\r\n<$button class=\"tinka-blue\">Create Backup\r\n\t<$tinka-backupPlugin $plugin=<<target>> />\r\n\t<$action-sendmessage $message=\"tm-modal\" $param=\"$:/plugins/ahahn/tinka/backupSuccess\" />\r\n</$button>\r\n<$list filter=<<pluginSuffixFilter>> variable=\"pluginSuffix\">\r\n\t<$set name=\"sideTabName\" value=<<sideTabNameBuilder>> >\r\n\t<$reveal state=<<sideTabName>> type=\"match\" text=\"\">\r\n\t\t<$button class=\"tinka-blue\">Enable Sidebar-Tab\r\n\t\t\t<$action-setfield $tiddler=<<sideTabName>> text=<<helpTabText>> caption=<<helpTabCaption>> tags=\"$:/tags/SideBar\" />\r\n\t\t</$button>\r\n\t</$reveal>\r\n\t<$reveal state=<<sideTabName>> type=\"nomatch\" text=\"\">\r\n\t\t<$button class=\"tinka-blue\">Disable Sidebar-Tab\r\n\t\t<$action-deletetiddler $tiddler=<<sideTabName>> />\r\n\t\t</$button>\r\n\t</$reveal>\r\n\t</$set>\r\n</$list>\n\n\\end\n\n<$set name=\"qualifiedTiddler\" value=<<qualify \"$:/temp/tinka/modify\">> >\n\nIf you have edited the shadow tiddlers that belong to the plugin, just repackage without making any changes. That way the packaged plugin will incorporate the changes made to the individual tiddlers. Refer to the [[Documentation|$:/plugins/ahahn/tinka/usage]] for help.\n\n<<buttonRow>>\n\n<span class=\"tinka-note\">Note: It is recommended to create a backup before repackaging a plugin.</span>\n\n!!! Edit Metadata\r\n<span class=\"tinka-note\">Note: Changes will be committed immediately.</span>\n\n<$set name=\"currentTiddler\" value=<<target>>>\r\n\t<$transclude mode=\"block\" tiddler=\"$:/plugins/ahahn/tinka/editMetadata\"/>\r\n</$set>\n\n!!! Remove Tiddlers\r\n<span class=\"tinka-note\">Note: Re-packaging required for changes to take effect.</span>\n\n<$reveal type=\"match\" text=\"\" state=<<qualified-remove-popup>> ><$button set=<<qualified-remove-popup>> setTo=\"show\" class=\"tc-btn-invisible\">{{$:/core/images/right-arrow}} Show plugin tiddlers</$button></$reveal>\r\n<$reveal type=\"nomatch\" text=\"\" state=<<qualified-remove-popup>> >\r\n<$button set=<<qualified-remove-popup>> setTo=\"\" class=\"tc-btn-invisible\">{{$:/core/images/down-arrow}} Hide plugin tiddlers</$button>\r\n<ul>\r\n\t<$list filter=<<plugin-tiddler-selection>> emptyMessage=\"<i>No tiddlers in plugin.</i>\">\r\n\t\t<li class=\"tinka-list-item\">\r\n        <$checkbox tiddler=<<qualified-modify-remove>> tag={{!!title}} />\r\n        <$link to={{!!title}}><$text text={{!!title}} /></$link></li>\r\n\t</$list>\r\n</ul>\r\n</$reveal>\n\n!!! Add Tiddlers\r\n<span class=\"tinka-note\">Note: Re-packaging required for changes to take effect.</span>\n\nUse the search box below to select the tiddlers you want to add to the plugin.\n\n{{$:/plugins/ahahn/tinka/searchDisplay}}\n\n\r\n''Added Tiddlers''\n\n<$set name=\"addedTiddlers\" value=<<qualified-modify-add>> >\r\n<ul>\r\n<$list filter=<<added-filter>> emptyMessage=\"<i>No tiddlers added.</i>\">\r\n\t\t<li class=\"tinka-list-item\">\r\n        <$checkbox tiddler=<<qualified-modify-add>> tag={{!!title}} />\r\n        <$link to={{!!title}}>{{!!title}}</$link>\r\n        </li>\r\n</$list>\r\n</ul>\r\n</$set>\n\n<<buttonRow>>\n\n</$set>\r\n"
        },
        "$:/plugins/ahahn/tinka/editMetadata": {
            "title": "$:/plugins/ahahn/tinka/editMetadata",
            "type": "text/vnd.tiddlywiki",
            "text": "|tinka-meta-table|k\r\n|Name:|<$edit-text tag=\"input\" type=\"text\" field=\"name\"/>|Author:|<$edit-text type=\"text\" tag=\"input\" field=\"author\"/>|\r\n|Description:|<$edit-text tag=\"input\" type=\"text\" field=\"description\"/>|<|<|\r\n|Dependents:|<$edit-text tag=\"input\" type=\"text\" field=\"dependents\"/>|List:|<$edit-text tag=\"input\" type=\"text\" field=\"list\"/>|\r\n|Plugin-Type:|<$edit-text tag=\"input\" type=\"text\" field=\"plugin-type\"/>|Version:|<$edit-text tag=\"input\" type=\"text\" field=\"version\"/>|\r\n|Source:|<$edit-text tag=\"input\" type=\"text\" field=\"source\"/>|Core-Version:|<$edit-text tag=\"input\" type=\"text\" field=\"core-version\"/>|\r\n"
        },
        "$:/plugins/ahahn/tinka/backupSuccess": {
            "title": "$:/plugins/ahahn/tinka/backupSuccess",
            "caption": "Backup Success",
            "subtitle": "Backup Success",
            "type": "text/vnd.tiddlywiki",
            "text": "<div class=\"tinka-success\">\n\n!!{{$:/core/images/done-button}} Backup Success !\n\nA backup of the plugin was successfully created.\n\n</div>\r\n"
        },
        "$:/plugins/ahahn/tinka/packageErrors": {
            "title": "$:/plugins/ahahn/tinka/packageErrors",
            "caption": "Packaging Errors!",
            "subtitle": "Packaging Errors!",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define errorFilter()\r\n[[$(errorVars)$]fields[]prefix[error]]\r\n\\end\n\n\r\n<div class=\"tinka-error\">\n\n!!{{$:/core/images/close-button}} There were some errors !\n\nThe follwoing errors occured whilst processing your request:\n\n<ul>\r\n\t<$list filter=<<errorFilter>> variable=\"errorField\">\r\n\t\t<li><$view tiddler=<<errorVars>> field=<<errorField>> /></li>\r\n\t</$list>\r\n</ul>\r\n</div>\r\n"
        },
        "$:/plugins/ahahn/tinka/packageSuccess": {
            "title": "$:/plugins/ahahn/tinka/packageSuccess",
            "caption": "Packaging Success",
            "subtitle": "Packaging Success",
            "type": "text/vnd.tiddlywiki",
            "text": "<div class=\"tinka-success\">\n\n!!{{$:/core/images/done-button}} (Re-)Packaging Success !\n\nThe plugin was successfully (re-)packaged. It is recommended to <u>save and reload</u> the wiki now in order to avoid plugins to misbehave.\n\n    <div class=\"tinka-centered-container\">\r\n        <span class=\"tinka-saving\">{{$:/core/images/save-button}} Saving...<br/><sub>(If your wiki doesn't save automatically, please save&reload manually.)</sub></span>\r\n        <$button class=\"tc-btn-big-green tinka-enlarge tinka-orb tinka-button-refresh\">\r\n            <$action-sendmessage $message=\"tm-browser-refresh\" />\r\n            {{$:/core/images/refresh-button}}\r\n            <p>\r\n                <b>RELOAD NOW!</b>\r\n            </p>\r\n        </$button>\r\n    </div>\r\n</div>\r\n"
        },
        "$:/plugins/ahahn/tinka/restoreSuccess": {
            "title": "$:/plugins/ahahn/tinka/restoreSuccess",
            "caption": "Restore Successful",
            "subtitle": "Restore Successful",
            "type": "text/vnd.tiddlywiki",
            "text": "<div class=\"tinka-success\">\n\n!!{{$:/core/images/done-button}} Restore Success !\n\nThe backup was successfully restored!\n\n</div>\r\n"
        },
        "$:/plugins/ahahn/tinka/pluginManagement": {
            "title": "$:/plugins/ahahn/tinka/pluginManagement",
            "caption": "Modify Plugins",
            "tags": "$:/tags/tinka/ControlPanel",
            "type": "text/vnd.tiddlywiki",
            "text": "\r\n\\define plugin-dropdown(type)\r\n<$list filter=\"[!has[draft.of]plugin-type[$type$]sort[description]]\" emptyMessage=<<lingo \"Empty/Hint\">>>\n\n<$reveal type=\"match\" text=<<currentTiddler>> state=\"$:/temp/tinka/ModifyPluginSearch!!search\" >\r\n\t<div class=\"tc-plugin-info-dropdown\">\r\n\t<div class=\"tc-plugin-info-dropdown-body\">\r\n\t<$set name=\"target\" value=<<currentTiddler>> >\r\n\t<h2 style=\"text-align: center;\">''<$text text={{{ [<currentTiddler>get[name]] ~[<currentTiddler>split[/]last[1]] }}} />''</h2>\r\n\t<h3 style=\"text-align: center;\">Version: <$view field=\"version\" /> - <$view field=\"description\" /></h3>\n\n\t{{$:/plugins/ahahn/tinka/dropdownManage}}\n\n\t</$set>\r\n\t</div>\r\n\t</div>\r\n</$reveal>\n\n</$list>\r\n\\end\n\n''Choose Plugin to Modify:'' <$edit-text tag=\"input\" type=\"text\" placeholder=\"$:/plugins/myPlugin\" focusPopup=\"$:/temp/tinka/ModifyPluginPopup\" class=\"tc-popup-handle\" tiddler=\"$:/temp/tinka/ModifyPluginSearch\" field=\"search\" cancelPopups=\"yes\"/>\r\n<$button popup=\"$:/temp/tinka/ModifyPluginPopup\" class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n\n<$reveal state=\"$:/temp/tinka/ModifyPluginPopup\" type=\"popup\" position=\"below\">\r\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\r\n<$linkcatcher to=\"$:/temp/tinka/ModifyPluginSearch!!search\">\r\n<div class=\"tc-dropdown-item\">\r\nPlugins\r\n</div>\r\n<$list filter=\"[!has[draft.of]plugin-type[plugin]sort[description]]\" emptyMessage=<<lingo \"Empty/Hint\">>>\r\n\t<$link to=<<currentTiddler>> >''<$text text={{{ [<currentTiddler>get[name]] ~[<currentTiddler>split[/]last[1]] }}} />'' - <$view field=\"version\" /></$link>\r\n</$list>\r\n<div class=\"tc-dropdown-item\">\r\nThemes\r\n</div>\r\n<$list filter=\"[!has[draft.of]plugin-type[theme]sort[description]]\" emptyMessage=<<lingo \"Empty/Hint\">>>\r\n\t<$link to=<<currentTiddler>> >''<$text text={{{ [<currentTiddler>get[name]] ~[<currentTiddler>split[/]last[1]] }}} />'' - <$view field=\"version\" /></$link>\r\n</$list>\r\n</$linkcatcher>\r\n</div>\r\n</$reveal>\n\n\r\n<<plugin-dropdown plugin>>\r\n<<plugin-dropdown theme>>\n\n"
        },
        "$:/plugins/ahahn/tinka/pluginSidePanel": {
            "title": "$:/plugins/ahahn/tinka/pluginSidePanel",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define pluginFilter()\r\n[[$(pluginPrefix)$]plugintiddlers[]sort[]]\r\n\\end\n\n\\define pluginDirFilter()\r\n[all[tiddlers]prefix[$(pluginPrefix)$]sort[]]\r\n\\end\n\n!!!Shadow tiddlers contained in the plugin:\n\n<$list filter=<<pluginFilter>> template=\"$:/core/ui/ListItemTemplate\"/>\n\n!!!Normal tiddlers in the plugin directory:\r\n<$list filter=<<pluginDirFilter>> template=\"$:/core/ui/ListItemTemplate\"/>\n\n<$reveal state=\"!!extender\" type=\"nomatch\" text=\"open\">\r\n<$button set=\"!!extender\" setTo=\"open\" class=\"tc-btn-invisible tinka-sidebar-button\"><h3>{{$:/core/images/chevron-right}} Filter search</h3></$button>\r\n</$reveal>\r\n<$reveal state=\"!!extender\" type=\"match\" text=\"open\">\r\n<$button set=\"!!extender\" setTo=\"close\" class=\"tc-btn-invisible tinka-sidebar-button\"><h3>{{$:/core/images/chevron-down}} Filter search</h3></$button>\r\n<div>\r\n<$edit-text type=\"search\" tiddler=\"$:/plugins/ahahn/tinka/temp/helpTabSearch\" field=\"filterSearch\" />\r\n<$list filter={{$:/plugins/ahahn/tinka/temp/helpTabSearch!!filterSearch}} template=\"$:/core/ui/ListItemTemplate\"/>\r\n</div>\r\n</$reveal>\n\n<$button class=\"tinka-orange\">\r\n<$tinka-repackagePlugin $plugin=<<pluginPrefix>> $create=\"no\" $diff=\"$:/plugins/ahahn/tinka/emptyDiff\" />\r\n<$action-sendmessage $message=\"tm-modal\" $param=\"$:/plugins/ahahn/tinka/packageSuccess\" />Quick-Package</$button>\r\n<$button class=\"tc-btn-big-green tinka-blue\">\r\n<$action-deletetiddler $tiddler=<<currentTiddler>> />\r\nDisable Sidebar-Tab</$button>\r\n"
        },
        "$:/plugins/ahahn/tinka/search-default": {
            "title": "$:/plugins/ahahn/tinka/search-default",
            "caption": "Default search",
            "tags": "$:/tags/TinkaSearch",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define searchstring()\r\n[all[tiddlers]search:title{$(searchTiddler)$}sort[title]]\r\n\\end\n\nEnter search term: <$edit-text class=\"tinka-full-edit\" tiddler=\"$:/temp/tinka/search\" type=\"search\" default=\"\" tag=\"input\"/> <$reveal state=\"$:/temp/tinka/search\" type=\"nomatch\" text=\"\"><$button class=\"tc-btn-invisible\" set=\"$:/temp/tinka/search\" setTo=\"\">{{$:/core/images/close-button}}</$button></$reveal>\n\n<$reveal state=\"$:/temp/tinka/search\" type=\"nomatch\" text=\"\">\r\n    <$set name=\"searchTiddler\" value=\"$:/temp/tinka/search\">\r\n    <ul>\r\n    <$list filter=<<searchstring>> emptyMessage=\"<li class='tinka-list-item'><i>No Tiddlers selected.</i></li>\">\r\n            <li class=\"tinka-list-item\">\r\n            <$checkbox tiddler=<<qualified-modify-add>> tag={{!!title}} />\r\n            <$link to={{!!title}}><$text text={{!!title}} /></$link>\r\n            </li>\r\n    </$list>\r\n    </ul>\n\n\t<$macrocall $name=\"selectAllButtons\" sa_filter=<<searchstring>> />\r\n    </$set>\r\n</$reveal>\n\n<!--Empty search string would list all tiddlers-->\r\n<$reveal state=\"$:/temp/tinka/search\" type=\"match\" text=\"\">\r\n    <ul>\r\n        <li class=\"tinka-list-item\"><i>No Tiddlers selected.</i></li>\r\n    </ul>\r\n</$reveal>\n\n\r\n"
        },
        "$:/plugins/ahahn/tinka/search-filter": {
            "title": "$:/plugins/ahahn/tinka/search-filter",
            "caption": "Filter search",
            "list-after": "$:/plugins/ahahn/tinka/search-default",
            "tags": "$:/tags/TinkaSearch",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define defaultFilter()\r\n[prefix[$(target)$]]\r\n\\end\n\nEnter Filterstring to select tiddlers: <$edit-text class=\"tinka-full-edit\" tiddler=\"$:/temp/tinka/search\" type=\"search\" default=<<defaultFilter>> placeholder=<<defaultFilter>> tag=\"input\"/> <$reveal state=\"$:/temp/tinka/search\" type=\"nomatch\" text=\"\"><$button class=\"tc-btn-invisible\" set=\"$:/temp/tinka/search\" setTo=\"\">{{$:/core/images/close-button}}</$button></$reveal>\r\n<ul>\r\n<$reveal text=\"\" type=\"nomatch\" state=\"$:/temp/tinka/search\">\r\n<$list filter={{$:/temp/tinka/search}} emptyMessage=\"<li class='tinka-list-item'><i>No Tiddlers selected.</i></li>\">\r\n\t\t<li class=\"tinka-list-item\">\r\n        <$checkbox tiddler=<<qualified-modify-add>> tag={{!!title}} />\r\n        <$link to={{!!title}}><$text text={{!!title}} /></$link>\r\n        </li>\r\n</$list>\r\n<$macrocall $name=\"selectAllButtons\" sa_filter={{$:/temp/tinka/search}} />\r\n</$reveal>\r\n<$reveal text=\"\" type=\"match\" state=\"$:/temp/tinka/search\">\r\n<$list filter=<<defaultFilter>> emptyMessage=\"<li class='tinka-list-item'><i>No Tiddlers selected.</i></li>\">\r\n\t\t<li class=\"tinka-list-item\">\r\n        <$checkbox tiddler=<<qualified-modify-add>> tag={{!!title}} />\r\n        <$link to={{!!title}}><$text text={{!!title}} /></$link>\r\n        </li>\r\n</$list>\r\n<$macrocall $name=\"selectAllButtons\" sa_filter=<<defaultFilter>> />\r\n</$reveal>\r\n</ul>\r\n"
        },
        "$:/plugins/ahahn/tinka/searchDisplay": {
            "title": "$:/plugins/ahahn/tinka/searchDisplay",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define selectAllButtons(sa_filter)\r\n<$fieldmangler tiddler=<<qualified-modify-add>> >\r\n\t<$button>\r\n\t\tSelect All\r\n\t\t<$list filter=\"$sa_filter$\">\r\n\t\t\t<$action-sendmessage $message=\"tm-add-tag\" $param=<<currentTiddler>> />\r\n\t\t</$list>\r\n\t</$button>\r\n\t<$button>\r\n\t\tUnselect All\r\n\t\t<$list filter=\"$sa_filter$\">\r\n\t\t\t<$action-sendmessage $message=\"tm-remove-tag\" $param=<<currentTiddler>> />\r\n\t\t</$list>\r\n\t</$button>\r\n</$fieldmangler>\r\n\\end\n\n<<tabs \"[[$:/plugins/ahahn/tinka/search-default]] [[$:/plugins/ahahn/tinka/search-filter]]\" \"$:/plugins/ahahn/tinka/search-default\" \"$:/temp/tinka/searchTab\">>\r\n"
        },
        "$:/plugins/ahahn/tinka/usage": {
            "title": "$:/plugins/ahahn/tinka/usage",
            "caption": "Usage/Help",
            "created": "20150430092825762",
            "modified": "20170225181342015",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "{{$:/plugins/ahahn/tinka/docs/How to create a new plugin}}\n\n{{$:/plugins/ahahn/tinka/docs/Help Tab}}\n\n!! Notes\n\nWhen ''repackaging'' a plugin, the version number of the plugin is automatically increased. This might not be wanted in all cases and has to be manually corrected after packaging.\n\nAlso version suffixes such as:\n\n* -prerelease\r\n* -beta\n\nare supported and will be appended to the new version number when present.\n\n!! Adding items to the list field\n\nItems added to the `list` field will become tab entries in the generated plugin. Each item in the list should have a corresponding tiddler with the format:\n\n```\r\n$:/plugins/<author>/<plugin>/<tiddler>\r\n```\n\nwhere `<author>` is the name you provided as author, `<plugin>` is the name of the plugin you are creating, and `<tiddler>` is the same as the name that appears in the list entry.\n\nThe contents of the tab referenced in the `list` field will then be provided by the corresponding `$:/plugins/<author>/<plugin>/<tiddler>` tiddler.\n\n!! Plugin mechanism\r\nFor more information about how the plugin mechanism in TiddlyWiki works, see the official documentation: http://tiddlywiki.com/#PluginMechanism\n\n!! Filter language\r\nFilters are useful to select a subset of tiddlers from a wiki. If you are new to filters, learn more about them here: http://tiddlywiki.com/#Filters\r\n"
        }
    }
}
{
    "tiddlers": {
        "$:/core/modules/utils/dom/popup.js": {
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/popup.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Popup object prototype that manages popups in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreates a Popup object with these options:\n\trootElement: the DOM element to which the popup zapper should be attached\n*/\nvar Popup = function(options) {\n\toptions = options || {};\n\tthis.rootElement = options.rootElement || document.documentElement;\n\tthis.popups = []; // Array of {title:,wiki:,domNode:} objects\n};\n\n/*\nTrigger a popup open or closed. Parameters are in a hashmap:\n\ttitle: title of the tiddler where the popup details are stored\n\tdomNode: dom node to which the popup will be positioned\n\twiki: wiki\n\tforce: if specified, forces the popup state to true or false (instead of toggling it)\n*/\nPopup.prototype.triggerPopup = function(options) {\n\t// Check if this popup is already active\n\tvar index = this.findPopup(options.title);\n\t// Compute the new state\n\tvar state = index === -1;\n\tif(options.force !== undefined) {\n\t\tstate = options.force;\n\t}\n\t// Show or cancel the popup according to the new state\n\tif(state) {\n\t\tthis.show(options);\n\t} else {\n\t\tthis.cancel(index);\n\t}\n};\n\nPopup.prototype.findPopup = function(title) {\n\tvar index = -1;\n\tfor(var t=0; t<this.popups.length; t++) {\n\t\tif(this.popups[t].title === title) {\n\t\t\tindex = t;\n\t\t}\n\t}\n\treturn index;\n};\n\nPopup.prototype.handleEvent = function(event) {\n\tif(event.type === \"click\") {\n\t\t// Find out what was clicked on\n\t\tvar info = this.popupInfo(event.target),\n\t\t\tcancelLevel = info.popupLevel - 1;\n\t\t// Don't remove the level that was clicked on if we clicked on a handle\n\t\tif(info.isHandle) {\n\t\t\tcancelLevel++;\n\t\t}\n\t\t// Cancel\n\t\tthis.cancel(cancelLevel);\n\t}\n};\n\n/*\nFind the popup level containing a DOM node. Returns:\npopupLevel: count of the number of nested popups containing the specified element\nisHandle: true if the specified element is within a popup handle\n*/\nPopup.prototype.popupInfo = function(domNode) {\n\tvar isHandle = false,\n\t\tpopupCount = 0,\n\t\tnode = domNode;\n\t// First check ancestors to see if we're within a popup handle\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup-handle\")) {\n\t\t\tisHandle = true;\n\t\t\tpopupCount++;\n\t\t}\n\t\tif($tw.utils.hasClass(node,\"tc-popup-keep\")) {\n\t\t\tisHandle = true;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\t// Then count the number of ancestor popups\n\tnode = domNode;\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup\")) {\n\t\t\tpopupCount++;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\tvar info = {\n\t\tpopupLevel: popupCount,\n\t\tisHandle: isHandle\n\t};\n\treturn info;\n};\n\n/*\nDisplay a popup by adding it to the stack\n*/\nPopup.prototype.show = function(options) {\n\t// Find out what was clicked on\n\tvar info = this.popupInfo(options.domNode);\n\t// Cancel any higher level popups\n\tthis.cancel(info.popupLevel);\n\t// Store the popup details if not already there\n\tif(this.findPopup(options.title) === -1) {\n\t\tthis.popups.push({\n\t\t\ttitle: options.title,\n\t\t\twiki: options.wiki,\n\t\t\tdomNode: options.domNode\n\t\t});\n\t}\n\t// Set the state tiddler\n\toptions.wiki.setTextReference(options.title,\n\t\t\t\"(\" + options.domNode.offsetLeft + \",\" + options.domNode.offsetTop + \",\" + \n\t\t\t\toptions.domNode.offsetWidth + \",\" + options.domNode.offsetHeight + \")\");\n\t// Add the click handler if we have any popups\n\tif(this.popups.length > 0) {\n\t\tthis.rootElement.addEventListener(\"click\",this,true);\t\t\n\t}\n};\n\n/*\nCancel all popups at or above a specified level or DOM node\nlevel: popup level to cancel (0 cancels all popups)\n*/\nPopup.prototype.cancel = function(level) {\n\tvar numPopups = this.popups.length;\n\tlevel = Math.max(0,Math.min(level,numPopups));\n\tfor(var t=level; t<numPopups; t++) {\n\t\tvar popup = this.popups.pop();\n\t\tif(popup.title) {\n\t\t\tpopup.wiki.deleteTiddler(popup.title);\n\t\t}\n\t}\n\tif(this.popups.length === 0) {\n\t\tthis.rootElement.removeEventListener(\"click\",this,false);\n\t}\n};\n\n/*\nReturns true if the specified title and text identifies an active popup\n*/\nPopup.prototype.readPopupState = function(text) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/;\n\treturn popupLocationRegExp.test(text);\n};\n\nexports.Popup = Popup;\n\n})();\n",
            "title": "$:/core/modules/utils/dom/popup.js",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/scroller.js": {
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/scroller.js\ntype: application/javascript\nmodule-type: utils\n\nMonkey patch the scroller so that things don't get hidden by the toolbar\n\n\\*/\n\nconst TOOLBAR_HEIGHT = 56;\n\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nEvent handler for when the `tm-scroll` event hits the document body\n*/\nvar PageScroller = function() {\n\tthis.idRequestFrame = null;\n\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\twindow.webkitRequestAnimationFrame ||\n\t\twindow.mozRequestAnimationFrame ||\n\t\tfunction(callback) {\n\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t};\n\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\twindow.webkitCancelAnimationFrame ||\n\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\twindow.mozCancelAnimationFrame ||\n\t\twindow.mozCancelRequestAnimationFrame ||\n\t\tfunction(id) {\n\t\t\twindow.clearTimeout(id);\n\t\t};\n};\n\nPageScroller.prototype.cancelScroll = function() {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(window,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle an event\n*/\nPageScroller.prototype.handleEvent = function(event) {\n\tif(event.type === \"tm-scroll\") {\n\t\treturn this.scrollIntoView(event.target);\n\t}\n\treturn true;\n};\n\n/*\nHandle a scroll event hitting the page document\n*/\nPageScroller.prototype.scrollIntoView = function(element) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\t// Now get ready to scroll the body\n\tthis.cancelScroll();\n\tthis.startTime = Date.now();\n\tvar scrollPosition = $tw.utils.getScrollPosition();\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar clientBounds = element.getBoundingClientRect(),\n\t\tbounds = {\n\t\t\tleft: clientBounds.left + scrollPosition.x,\n\t\t\ttop: clientBounds.top + scrollPosition.y,\n\t\t\twidth: clientBounds.width,\n\t\t\theight: clientBounds.height\n\t\t};\n\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\t// targetPos/targetSize - position and size of the target element\n\t// currentPos/currentSize - position and size of the current scroll viewport\n\t// returns: new position of the scroll viewport\n\tvar getEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\tvar newPos = currentPos;\n\t\t\t// If the target is above/left of the current view, then scroll to it's top/left\n\t\t\tif(targetPos <= currentPos) {\n\t\t\t\tnewPos = targetPos;\n\t\t\t// If the target is smaller than the window and the scroll position is too far up, then scroll till the target is at the bottom of the window\n\t\t\t} else if(targetSize < currentSize && currentPos < (targetPos + targetSize - currentSize)) {\n\t\t\t\tnewPos = targetPos + targetSize - currentSize;\n\t\t\t// If the target is big, then just scroll to the top\n\t\t\t} else if(currentPos < targetPos) {\n\t\t\t\tnewPos = targetPos;\n\t\t\t// Otherwise, stay where we are\n\t\t\t} else {\n\t\t\t\tnewPos = currentPos;\n\t\t\t}\n\t\t\t// If we are scrolling within 50 pixels of the top/left then snap to zero\n\t\t\tif(newPos < 50 + TOOLBAR_HEIGHT) {\n\t\t\t\tnewPos = 0;\n\t\t\t}\n\t\t\treturn newPos;\n\t\t},\n\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,window.innerWidth),\n\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,window.innerHeight);\n\t// Only scroll if the position has changed\n\tif(endX !== scrollPosition.x || endY !== scrollPosition.y) {\n\t\tvar self = this,\n\t\t\tdrawFrame;\n\t\tdrawFrame = function () {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll();\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\tdocument.querySelector('.tc-story-river').scrollTo(scrollPosition.x + (endX - scrollPosition.x) * t,scrollPosition.y + (endY - scrollPosition.y) * t);\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(window,drawFrame);\n\t\t\t}\n\t\t};\n\t\tdrawFrame();\n\t}\n};\n\nexports.PageScroller = PageScroller;\n\n})();\n",
            "title": "$:/core/modules/utils/dom/scroller.js",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/plugins/anstosa/tw5-material/palette": {
            "title": "$:/plugins/anstosa/tw5-material/palette",
            "name": "Material",
            "description": "Default palette for Material theme",
            "type": "application/x-tiddler-dictionary",
            "tags": "$:/tags/Palette",
            "text": "primary: #2196f3\nforeground: rgba(0,0,0,0.87)\nbutton-background: #fff\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/bimlas/locator/README/CHANGELOG": {
            "title": "$:/plugins/bimlas/locator/README/CHANGELOG",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "!! 2.0.1\n\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v2.0.0...v2.0.1]]\n\n* Add MIT license\n\n!! 2.0.0\n\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.5.0...v2.0.0]]\n\n''ALMOST COMPLETE REWRITING, BACKWARDS INCOMPATIBLE CHANGES ARE INTRODUCED''\n\n* ''It does not require the `kin` filter operator at all''\n* ''You can filter to any field besides the tags''\n* You can use the standard search from any `locator-view`\n* You can use any field to link tiddlers (as \"tags\")\n* You can also navigate through tiddler links\n* You can use arbitrary templates to display context items and field values\n* ''INCOMPATIBLE CHANGES''<br />//Before upgrading to the new version, make a backup (as before upgrading any plugin) and make the following changes.//\n** Renamed `locator-tags` to `locator-fields`<br />//Change the macro call in your tiddlers//\n** `locator-view` does not supporting `finalFilter` and `tagFilter`<br />//Remove them from your macrocalls//\n** Removed `filter-grandchildren` filter<br />//Because it can no longer be passed through parameters.//\n** The \"Open in Locator sidebar\" toolbar button is moved from `$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar` to `$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar` and its code is changed as well<br />//Compare the old tiddler with the shadow and note the changes if any. Transfer them to the new tiddler and delete the old tiddler.//\n\n!! 1.5.0\n\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.4.0...v1.5.0]]\n\n* Move tiddler from current context to higher- or subtopic by drag-n-dropping in the Locator sidebar\n* Assign any tiddler to any of the titles in the Locator sidebar by drag-n-dropping\n* Show the (top-level) base tag to be able to move the tiddler titles there\n* Add button to open search results in advanced search\n* Show buttons using the Kin filter only when the filter operator is available\n* Fix related tag issue (not all of them were listed)\n* Fix whitespace issue\n* Refactor the code\n* Add tutorial to the demo\n\n!! 1.4.0\n\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.3.1...v1.4.0]]\n\n* When there was a space in the search string and \"new tiddler\" button is used from search, the tiddler title was encapsulated (`[[title with spaces]]`)\n* When there was a space in any of the breadcrumbs in sidebar and \"new tiddler\" button is used from it, the tiddler got all of the breadcrumb tags, the title with spaces was encapsulated (literally `[[title with spaces]]` tag)\n* Add more tips to [[$:/plugins/bimlas/locator/README/TIPS]]\n* Add descriptive tooltip to buttons\n\n!! 1.3.1\n\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.3.0...v1.3.1]]\n\n* Add base tag if there is no breadcrumbs when creating new tiddler in current context\n* Reword documentation\n\n!! 1.3.0\n\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.2.0...v1.3.0]]\n\n* Create new tiddler from search text\n\n!! 1.2.0\n\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.1.0...v1.2.0]]\n\n* Add button to create new tiddler in current context\n* Ability to use additional filter on tags\n\n!! 1.1.0\n\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.0.0...v1.1.0]]\n\n* ''I realized that most functions work without the `kin` filter''\n* Use the same \"style\" for breadcrumb- and list items\n* Show real tags instead of tag pills\n* Turn off filter of direct tag in the breadcrumbs by its tag icon\n* Ancestor tags in breadcrumbs of search are operating like direct labels, they can be removed one by one\n\n!! 1.0.0\n\n* First public release\n"
        },
        "$:/plugins/bimlas/locator/README/LICENSE": {
            "title": "$:/plugins/bimlas/locator/README/LICENSE",
            "text": "MIT License\n\nCopyright (c) since 2020 BimbaLaszlo <bimbalaszlo@gmail.com> (https://bimlas.gitlab.io/)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
        },
        "$:/plugins/bimlas/locator/README/README": {
            "title": "$:/plugins/bimlas/locator/README/README",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "! Locator\n\nLocator provides ''a universal interface for navigating between your tiddlers and searching, filtering them'' without the need to write [[filter expressions|https://tiddlywiki.com/#Filters]]. The plugin contains ''a table of contents widget and an enhanced search engine'' that contains a ''visual filter builder to filter results by tags and field values''. You can ''organize the tiddlers to any number of trees, even by custom fields or links in text''. Unlike [[classic Table of Contents|https://tiddlywiki.com/#Table-of-Contents%20Macros%20(Examples)]], [[standard search|$:/core/ui/AdvancedSearch/Standard]], [[filter search|$:/core/ui/AdvancedSearch/Filter]] and [[list of tags|$:/core/ui/MoreSideBar/Tags]], this plugin handles these functions organically.\n\n* https://bimlas.gitlab.io/tw5-locator (demo + install)\n* https://gitlab.com/bimlas/tw5-locator (main repository)\n* https://github.com/bimlas/tw5-locator (mirror, ''please star if you like the plugin'')\n\n! Benefits compared to built-in solutions\n\n* ''Shows field values''<br/>You can mark a tiddler with multiple tags and field values, but in the classic ToC you don't see them while browsing, in Locator you can apply them as filters.\n* ''Easy way to search for field values''<br/>Find tags, field values in the standard search based on part of their name or view the all fields of the search results at a glance.\n* ''Limit the scope of search''<br/>You don't have to store your recipes and family tree in a separate wiki just to make them easier to find: you can define the scope of your search with some clicks (without the need to write filters in [[$:/AdvancedSearch]]).\n* ''Reorder the hierarchy with drag-n-drop''<br />You can easily move tiddlers between topics by drag-n-dropping them.\n* ''Create mindmaps''<br />You can associate tiddlers with any field other than the tag, so you can create complex graphs that you can browse through text only user interface.\n* ''There is no need to include a table of contents in the main tiddler of each topic''<br/>Just press the \"Locator sidebar\" button on the tiddler's toolbar and you can browse it's children, links right away in the sidebar.\n* ''Create new tiddler in current scope''<br />The \"new tiddler\" button in Locator creates a new tiddler pre-filled with the currently selected field values and named by the search query (like a special \"new here\" button).\n* ''Phone friendlier''<br/>The width of the classic ToC is increasing and the size of the text is decrasing as we move down in the context, while Locator remains readable.\n\n! Usage\n\nSee the [[demo|https://bimlas.gitlab.io/tw5-locator]] for a complete tutorial\n\n! Installation instructions\n\n''The plugin consists of separate parts'', each of them can be used on its own, so ''it is possible to use only the parts you like'', but they can be used most effectively together because ''they interact with each other''.\n\nTo add the plugin to your own ~TiddlyWiki5, just drag this link to the browser window and ''create or drag the required tiddlers from the demo'':\n\n$:/plugins/bimlas/locator\n\nFor other installation options see the links above.\n\n//Select the next tab to continue.//\n"
        },
        "$:/plugins/bimlas/locator/README/TIPS": {
            "title": "$:/plugins/bimlas/locator/README/TIPS",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "! Tips\n\n!! Organic navigation\n\n* In `locator-fields`, look for a tag and apply it recursively; the `locator-search` only affects tiddlers associated with it at any depth\n* Click on the tag in `locator-fields` and open its tiddler, then click on the \"locator sidebar\" button; the `locator-view` sidebar will show it's hierarchy\n* Navigate in the hierarchy in `locator-view` sidebar then search for a term in `locator-search`; pressing the \"search in context\" button restricting the search to the context of `locator-view` sidebar\n* If you cannot find what you are searching for, then you may want to create a new tiddler, use the \"new tiddler\" button in one of the Locator macros\n\n!! Taking good habits\n\n''To get the least chance of writing the same note you wrote earlier, look for a new tiddler before creating a note. To force yourself'', hide the \"new tiddler\" button inside the Page Toolbar and ''use the \"new tiddler\" button inside the Locator search'', so if you want to create a new tiddler you must first look for it. If you are absolutely sure that there is no tiddler yet and you need to create a new tiddler, this solution is also useful because search text defines the default name of the new tiddler.\n\n!! Let the \"Locator sidebar\" button automatically focus to the Locator sidebar\n\nFor example, the More -> Tags sidebar is currently open when we use the \"Locator sidebar\" toolbar button on one of the tiddlers, but we do not see the effect because the Locator sidebar is not visible, thus we need to modify to let button automatically open the corresponding sidebar.\n\n* If we don't know exactly, look for the sidebar tiddler's title (used as `text` parameter in the code below)\n** Open the Advanced Search -> Filter and look for the sidebar name in the `caption` field, for example `[caption[Locator]]` will result [[Locator view]]\n* Find the state tiddler that contains the sidebar tiddler's title (used as `$tiddler` parameter in the code below)\n** Open the Advanced Search -> Filter and look for `[text[Locator view]]` for example\n** Switch between Locator sidebar and another sidebar to see which state tiddler is changing, this is what we are looking for ([[$:/state/tab/sidebar--595412856]] for example)\n* Use the name of the state tiddler and the title of the sidebar in the code below and add this line to [[$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar]] tiddler\n\n```\n<!-- Original code of the button... -->\n...\n<$button tooltip=\"Browse hierarchy of tag in Locator sidebar\" aria-label=\"locator sidebar\" class=<<tv-config-toolbar-class>>>\n<!-- ADD THIS LINE -->\n<$action-setfield $tiddler=\"$:/state/tab/sidebar--595412856\" text=\"Locator view\"/>\n```\n\nIf you rename the sidebar, you must also update this change! See [[this thread on Google Groups|https://groups.google.com/d/msg/tiddlywiki/xAe_fvhzoCY/UoKZc7ZZDQAJ]] for details.\n\n!! Speed up (on phones)\n\n!!! Conditional view\n\nBecause we don't look at the table of contents and search results at the same time, we can ''hide the Locator while we are using the standard search''.\n\nTo achieve this, place the Locator view in the following condition:\n\n```\n<$reveal type=\"match\" default=\"\" text={{{ [prefix[$:/state/popup/search-dropdown]] }}}>\n  <<locator-view baseTitle:\"TableOfContents\">>\n</$reveal>\n```\n\n''When you open TiddlyWiki'', the search entry is in focus by default, so ''the Locator sidebar is not visible''. To fix this, change the text of [[$:/config/Search/AutoFocus]] [[hidden setting|https://tiddlywiki.com/#Hidden%20Setting%3A%20Search%20AutoFocus]] to `false`.\n\n//Select the next tab to continue.//\n"
        },
        "$:/plugins/bimlas/locator/README/macros": {
            "title": "$:/plugins/bimlas/locator/README/macros",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "! Usage of the macros\n\n!! `locator-view`\n\nThis is ''a [[Table of Contents macro|https://tiddlywiki.com/#Table-of-Contents%20Macros%20(Examples)]] that lets you navigate the wiki'' just as you would with a file manager on the file system. The macro can be placed anywhere you want, for example put it in the sidebar.\n\n* Create a new tiddler\n* Add the [[$:/tags/SideBar]] tag\n* Add the `caption` field to change the title of the tab (\"Contents\" for example)\n* Call the macro by placing this text in the tiddler:\n\n```\n<<locator-view baseTitle:\"TableOfContents\">>\n```\n\nOptional parameters:\n\n; `fieldOfRelationship` (`tags` by default)\n: The default field which the tree is based on.\n\n; `templateOfContextItems` (`$:/plugins/bimlas/locator/field-templates/link` by default)\n: The default template to display the context items with.\n\n!! `locator-search` and `locator-fields`\n\nThe `locator-search` macro can be used in the same way as standard search, but ''you can narrow the scope of the search to the context by the fields filter'', in `locator-fields` you can `search for field values`.\n\n* Create a new tiddler\n* Add the [[$:/tags/SearchResults]] tag\n* Add the `caption` field to change the title of the tab (\"Locator\" for example)\n* Call the macro by placing this text in the tiddler:\n\n```\n<<locator-search>>\n```\n\nDo the same with `<<locator-fields>>` macro.\n\nIf you want to use `locator-fields` in the sidebar (like the sidebar -> More -> Tags tab) insted of standard search, you should also define the `searchTiddler` variable before the macro call:\n\n* Create a new tiddler\n* Add the [[$:/tags/SideBar]] tag\n* Add the `caption` field to change the title of the tab (\"Fields\" for example)\n* Call the macro by placing this text in the tiddler:\n\n```\n<$vars searchTiddler=\" \">\n  <<locator-fields>>\n</$vars>\n```\n\n//Select the next tab to continue.//\n"
        },
        "$:/plugins/bimlas/locator/actions/add-field-value": {
            "title": "$:/plugins/bimlas/locator/actions/add-field-value",
            "tags": "$:/tags/Actions",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define assign-value()\n  <$action-setfield $tiddler=<<actionTiddler>> $field=<<currentField>> $value=<<currentTiddler>>/>\n\\end\n\n\\define assign-list-item()\n  <$action-listops $tiddler=<<actionTiddler>> $field=<<currentField>> $subfilter=\"[all[current]]\"/>\n\\end\n\n<$list filter=\"[title<currentField>subfilter<filter-field-is-list>]\" emptyMessage=<<assign-value>> variable=\"null\">\n  <<assign-list-item>>\n</$list>\n"
        },
        "$:/plugins/bimlas/locator/actions/add-to-history": {
            "title": "$:/plugins/bimlas/locator/actions/add-to-history",
            "tags": "$:/tags/Actions",
            "type": "text/vnd.tiddlywiki",
            "text": "<$action-listops $tiddler=<<contextState>> $field=\"history\" $subfilter=\"[all[current]]\"/>\n{{$:/plugins/bimlas/locator/actions/remove-filters}}\n"
        },
        "$:/plugins/bimlas/locator/actions/move-to-another-context": {
            "title": "$:/plugins/bimlas/locator/actions/move-to-another-context",
            "tags": "$:/tags/Actions",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define add-action-tiddler-to-current-tiddler()\n  <$tiddler tiddler={{{ [subfilter<filter-history>last[]] }}}>\n    {{||$:/plugins/bimlas/locator/actions/remove-field-value}}\n  </$tiddler>\n  {{||$:/plugins/bimlas/locator/actions/add-field-value}}\n\\end\n\n\\define add-current-tiddler-to-action-tiddler()\n  <$vars originalCurrentTiddler=<<currentTiddler>>>\n    <$tiddler tiddler=<<actionTiddler>>>\n      <$vars actionTiddler={{{ [subfilter<filter-history>last[]] }}}>\n        {{||$:/plugins/bimlas/locator/actions/remove-field-value}}\n      </$vars>\n      <$vars actionTiddler=<<originalCurrentTiddler>>>\n        {{||$:/plugins/bimlas/locator/actions/add-field-value}}\n      </$vars>\n    </$tiddler>\n  </$vars>\n\\end\n\n<$list filter=\"[title<contextState>locator-direction-of-traverse<currentField>regexp[to]]\" emptyMessage=<<add-current-tiddler-to-action-tiddler>> variable=\"null\">\n  <<add-action-tiddler-to-current-tiddler>>\n</$list>\n"
        },
        "$:/plugins/bimlas/locator/actions/remove-field-value": {
            "title": "$:/plugins/bimlas/locator/actions/remove-field-value",
            "tags": "$:/tags/Actions",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define remove-value()\n  <$action-setfield $tiddler=<<actionTiddler>> $field=<<currentField>> $value=\"\"/>\n\\end\n\n\\define remove-list-item()\n  <$action-listops $tiddler=<<actionTiddler>> $field=<<currentField>> $subfilter=\"-[all[current]]\"/>\n\\end\n\n<$list filter=\"[title<currentField>subfilter<filter-field-is-list>]\" emptyMessage=<<remove-value>> variable=\"null\">\n  <<remove-list-item>>\n</$list>\n"
        },
        "$:/plugins/bimlas/locator/actions/remove-filters": {
            "title": "$:/plugins/bimlas/locator/actions/remove-filters",
            "tags": "$:/tags/Actions",
            "type": "text/vnd.tiddlywiki",
            "text": "<$action-deletetiddler $tiddler=<<intersectionState>>/>\n<$action-deletetiddler $tiddler=<<differenceState>>/>\n<$action-setfield $tiddler=<<contextState>> opened-fields-filters=\"\"/>"
        },
        "$:/plugins/bimlas/locator/buttons/clear-search-input": {
            "title": "$:/plugins/bimlas/locator/buttons/clear-search-input",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$button tooltip=\"Clear search text, show all results\" class=<<link-button-class>>>\n  <$action-setfield $tiddler=\"$:/temp/search\" text=\"   \"/>\n  {{$:/core/images/preview-open}}\n</$button>\n"
        },
        "$:/plugins/bimlas/locator/buttons/collapse-history": {
            "title": "$:/plugins/bimlas/locator/buttons/collapse-history",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$button tooltip=\"Collapse history\" class=<<link-button-class>>>\n  <$action-listops $tiddler=<<contextState>> $field=\"history\" $filter=\"[title<contextState>each:list-item[history]last[]]\"/>\n  {{$:/core/images/fold-button}}\n</$button>\n"
        },
        "$:/plugins/bimlas/locator/buttons/context-arrow": {
            "title": "$:/plugins/bimlas/locator/buttons/context-arrow",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[title<contextState>field:invert-direction[yes]]\" emptyMessage={{$:/core/images/right-arrow}}>\n  {{$:/core/images/left-arrow}}\n</$list>\n"
        },
        "$:/plugins/bimlas/locator/buttons/copy-filter-to-advanced-search": {
            "title": "$:/plugins/bimlas/locator/buttons/copy-filter-to-advanced-search",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<!--\nSince the search term may contain characters that affect the filter, I\ndo not copy the search term, I just refer to the tiddler.\n-->\n<$wikify name=\"filter\" text=\"<<filter-search-context>> +[search{<<searchTiddler>>}]\">\n  <$button tooltip=\"Continue filtering in advanced search\" class=<<link-button-class>>>\n    <$action-setfield $tiddler=\"$:/temp/advancedsearch\" text=<<filter>>/>\n    <$action-setfield $tiddler=\"$:/state/tab--1498284803\" text=\"$:/core/ui/AdvancedSearch/Filter\"/>\n    <$action-navigate $to=\"$:/AdvancedSearch\"/>\n    {{$:/core/images/advanced-search-button}}\n  </$button>\n</$wikify>\n"
        },
        "$:/plugins/bimlas/locator/buttons/create-new-tiddler": {
            "title": "$:/plugins/bimlas/locator/buttons/create-new-tiddler",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define add-as-list()\n  <$action-listops $tiddler=\"$:/temp/bimlas/locator/new-tiddler\" $field=<<field>> $subfilter=<<__valueAsFilter__>>/>\n\\end\n\n\\define add-as-value()\n  <$action-setfield $tiddler=\"$:/temp/bimlas/locator/new-tiddler\" $field=<<field>> $value={{{ [subfilter<__valueAsFilter__>] }}}/>\n\\end\n\n\\define add-field-value(valueAsFilter)\n  <$list filter=\"[title<field>subfilter<filter-field-is-list>]\" emptyMessage=<<add-as-value>>>\n    <<add-as-list>>\n  </$list>\n\\end\n\n\\define add-filters-as-field-values()\n  <$list filter=\"[title<intersectionState>indexes[]]\" variable=\"field\">\n    <$list filter=\"[title<intersectionState>locator-selected-field-values<field>first[]]\">\n      <<add-field-value \"[title<intersectionState>locator-selected-field-values<field>]\">>\n    </$list>\n  </$list>\n\\end\n\n\\define add-to-current-context()\n  <$set name=\"field\" filter=<<filter-field-of-relationship>>>\n    <<add-field-value \"[subfilter<filter-history>last[]]\">>\n  </$set>\n\\end\n\n<$button tooltip=\"Create new tiddler in the current context\" class=<<link-button-class>>>\n  <<add-filters-as-field-values>>\n  <<add-to-current-context>>\n  <$action-sendmessage $message=\"tm-new-tiddler\" $param=\"$:/temp/bimlas/locator/new-tiddler\" title={{{ [title<titleOfNewTiddler>] [title{$:/language/DefaultNewTiddlerTitle}] -[[]] +[first[]] }}}/>\n  <$action-deletetiddler $tiddler=\"$:/temp/bimlas/locator/new-tiddler\"/>\n  {{$:/core/images/new-button}}\n</$button>\n"
        },
        "$:/plugins/bimlas/locator/buttons/go-down-to-context": {
            "title": "$:/plugins/bimlas/locator/buttons/go-down-to-context",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define node()\n  <$button tooltip=\"Go to context, show chidlren of this tiddler\" class=<<link-button-class>> actions={{$:/plugins/bimlas/locator/actions/add-to-history}}>\n    {{$:/plugins/bimlas/locator/buttons/context-arrow}}\n  </$button>\n\\end\n\n\\define leaf()\n  <$button class=<<link-button-class>>>\n    {{$:/core/images/blank}}\n  </$button>\n\\end\n\n\\define go-down-to-context()\n  <!-- I have to use macro to use $(...)$ in filter expression -->\n  <$list filter=\"[all[current]locator-enlist-children:$(currentField)$<contextState>] [title<contextState>field:allow-to-open-leaves[yes]] +[first[]]\" emptyMessage=<<leaf>> variable=\"null\"><<node>></$list>\n\\end\n\n<<go-down-to-context>>\n"
        },
        "$:/plugins/bimlas/locator/buttons/go-up-to-context": {
            "title": "$:/plugins/bimlas/locator/buttons/go-up-to-context",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define actions()\n  <$action-listops $tiddler=<<contextState>> $field=\"history\" $filter=\"[subfilter<filter-history>allbefore<currentTiddler>] [all[current]]\"/>\n  {{$:/plugins/bimlas/locator/actions/remove-filters}}\n\\end\n\n<$button tooltip=\"Go to context, show chidlren of this tiddler\" class=<<link-button-class>> actions=<<actions>>>\n  {{$:/plugins/bimlas/locator/buttons/context-arrow}}\n</$button>\n"
        },
        "$:/plugins/bimlas/locator/buttons/open-field-settings": {
            "title": "$:/plugins/bimlas/locator/buttons/open-field-settings",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$button\n  to=\"$:/plugins/bimlas/locator/settings/settings\"\n  tooltip=\"Open field settings\"\n  class=<<link-button-class>>\n>\n  {{$:/core/images/options-button}}<$list filter=\"[title<contextState>!regexp[^\\$:/state/bimlas/locator/search/]]\" variable=\"null\"> Open field settings</$list>\n</$button>"
        },
        "$:/plugins/bimlas/locator/buttons/remove-filters-of-current-field": {
            "title": "$:/plugins/bimlas/locator/buttons/remove-filters-of-current-field",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define actions()\n  <$action-setfield $tiddler=<<intersectionState>> $index=<<currentField>> $value=\"\"/>\n  <$action-setfield $tiddler=<<differenceState>> $index=<<currentField>> $value=\"\"/>\n  <$action-listops $tiddler=<<contextState>> $field=\"opened-fields-filters\" $subfilter=\"-[<currentField>]\"/>\n  <$list filter=\"[<recursiveFilteringOfCurrentFieldAvailable>regexp[yes]]\" variable=\"null\">\n    <$action-setfield $tiddler=\"$:/state/bimlas/locator/search/recursive-filters/\" $index=<<currentField>> $value=\"\"/>\n  </$list>\n\\end\n\n<$list filter=\"[title<intersectionState>] [title<differenceState>] +[locator-selected-field-values<currentField>first[]]\" variable=\"null\">\n  <$button tooltip=\"Remove field filters\" class=<<link-button-class>> actions=<<actions>>>\n    {{$:/core/images/cancel-button}}\n  </$button>\n</$list>"
        },
        "$:/plugins/bimlas/locator/buttons/remove-filters": {
            "title": "$:/plugins/bimlas/locator/buttons/remove-filters",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[title<intersectionState>] [title<differenceState>] +[locator-selected-field-values[]first[]]\" variable=\"null\">\n  <$button tooltip=\"Remove field filters\" class=<<link-button-class>> actions={{$:/plugins/bimlas/locator/actions/remove-filters}}>\n    {{$:/core/images/cancel-button}}\n  </$button>\n</$list>"
        },
        "$:/plugins/bimlas/locator/buttons/search-in-context": {
            "title": "$:/plugins/bimlas/locator/buttons/search-in-context",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define copy-field(sourceTiddler destinationTiddler field)\n  <$set name=\"value\" tiddler=<<__sourceTiddler__>> field=<<__field__>>>\n    <$action-setfield $tiddler=<<__destinationTiddler__>> $field=<<__field__>> $value=<<value>>/>\n  </$set>\n\\end\n\n\\define clear-data-tiddler(tiddler)\n  <$action-deletetiddler $tiddler=<<__tiddler__>>/>\n  <$action-setfield $tiddler=<<__tiddler__>> type=\"application/json\"/>\n\\end\n\n\\define search-in-current-context()\n  <$action-listops $tiddler=\"$:/state/bimlas/locator/search/intersection/\" $index={{{ [subfilter<filter-field-of-relationship>] }}} $subfilter=\"[subfilter<filter-history>last[]]\"/>\n  <$action-listops $tiddler=\"$:/state/bimlas/locator/search/recursive-filters/\" $index={{{ [subfilter<filter-field-of-relationship>] }}} $filter=\"[subfilter<filter-history>last[]]\"/>\n\\end\n\n\\define copy-filters()\n  <$macrocall $name=\"copy-field\" sourceTiddler=<<intersectionState>> destinationTiddler=\"$:/state/bimlas/locator/search/intersection/\" field=\"text\"/>\n  <$macrocall $name=\"copy-field\" sourceTiddler=<<differenceState>> destinationTiddler=\"$:/state/bimlas/locator/search/difference/\" field=\"text\"/>\n\\end\n\n\\define reset-search-context()\n  <$action-deletetiddler $tiddler=\"$:/state/bimlas/locator/search/context/\"/>\n  <$list filter=\"[<recursiveFilteringAvailable>regexp[yes]]\" variable=\"null\">\n    <$macrocall $name=\"clear-data-tiddler\" tiddler=\"$:/state/bimlas/locator/search/recursive-filters/\"/>\n  </$list>\n  <$macrocall $name=\"clear-data-tiddler\" tiddler=\"$:/state/bimlas/locator/search/intersection/\"/>\n  <$macrocall $name=\"clear-data-tiddler\" tiddler=\"$:/state/bimlas/locator/search/difference/\"/>\n\\end\n\n<$button tooltip=\"Restrict search to this context (in full depth)\" class=<<link-button-class>>>\n  <<reset-search-context>>\n  <<copy-filters>>\n  <<search-in-current-context>>\n  {{$:/core/images/advanced-search-button}}\n</$button>\n"
        },
        "$:/plugins/bimlas/locator/buttons/toggle-context-settings": {
            "title": "$:/plugins/bimlas/locator/buttons/toggle-context-settings",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define opened()\n  <$button tooltip=\"Toggle context settings\" class=<<link-button-class additionalClasses:\"active\">>>\n    <$action-setfield $tiddler=<<contextState>> $field=\"context-settings-opened\" $value=\"\"/>\n    {{$:/core/images/options-button}}\n  </$button>\n\\end\n\n\\define closed()\n  <$button tooltip=\"Toggle context settings\" class=<<link-button-class>>>\n    <$action-setfield $tiddler=<<contextState>> $field=\"context-settings-opened\" $value=\"yes\"/>\n    {{$:/core/images/options-button}}\n  </$button>\n\\end\n\n<$list filter=\"[title<contextState>field:context-settings-opened[yes]]\" emptyMessage=<<closed>>><<opened>></$list>"
        },
        "$:/plugins/bimlas/locator/edit-template/locator-references": {
            "title": "$:/plugins/bimlas/locator/edit-template/locator-references",
            "list-after": "$:/core/ui/EditTemplate/title",
            "tags": "$:/tags/EditTemplate",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define prompt()\n  The following references to this tiddler in //<<__field__>>// [[Locator field|$:/plugins/bimlas/locator/settings/settings]] will not be automatically updated:\n\\end\n\n\\define children-by-field(field)\n  <$list filter=\"[title{!!draft.of}locator-enlist-children:$field$[]first[]]\" variable=\"null\">\n    <$vars stateTiddler=<<qualify \"$:/state/bimlas/locator/edit/references/$field$\">> >\n\n      <$reveal type=\"nomatch\" state=<<stateTiddler>> text=\"show\">\n        <$button set=<<stateTiddler>> setTo=\"show\" class=\"tc-btn-invisible\">\n          {{$:/core/images/right-arrow}}\n          <<prompt>>\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n        <$button set=<<stateTiddler>> setTo=\"hide\" class=\"tc-btn-invisible\">\n          {{$:/core/images/down-arrow}}\n          <<prompt>>\n        </$button>\n      </$reveal>\n\n      <$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n        <$list filter=\"[title{!!draft.of}locator-enlist-children:$field$[]]\" template=\"$:/core/ui/ListItemTemplate\">\n          <$link/>\n        </$list>\n      </$reveal>\n\n    </$vars>\n  </$list>\n\\end\n\n<$reveal state=\"!!draft.title\" type=\"nomatch\" text={{!!draft.of}} tag=\"div\">\n  <$list filter=\"[locator-enlist-relationship-fields[]] -[[tags]] -[[list]] -[[LINKS-IN-TEXT]]\" variable=\"currentField\">\n    <$macrocall $name=\"children-by-field\" field=<<currentField>>/>\n  </$list>\n</$reveal>"
        },
        "$:/plugins/bimlas/locator/field-templates/color": {
            "title": "$:/plugins/bimlas/locator/field-templates/color",
            "caption": "Color",
            "tags": "$:/tags/bimlas/locator/field-templates",
            "type": "text/vnd.tiddlywiki",
            "text": "<input type=\"color\" name=\"favcolor\" value=<<currentTiddler>> disabled> <$view field=\"title\"/>"
        },
        "$:/plugins/bimlas/locator/field-templates/edit-fields-plus-transclusion": {
            "title": "$:/plugins/bimlas/locator/field-templates/edit-fields-plus-transclusion",
            "caption": "Edit fields + Transclusion",
            "tags": "$:/tags/bimlas/locator/context-item-templates",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define frame-classes() tc-tiddler-frame tc-tiddler-edit-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$\n\n{{||$:/plugins/bimlas/locator/field-templates/link}}\n<div class=<<frame-classes>> data-tiddler-title=<<currentTiddler>>>\n  <$fieldmangler>\n    {{||$:/core/ui/EditTemplate/tags}}\n    {{||$:/core/ui/EditTemplate/fields}}\n  </$fieldmangler>\n</div>\n<$transclude mode=\"block\"/>\n<hr style=\"border-top: double\"/>"
        },
        "$:/plugins/bimlas/locator/field-templates/edit-fields": {
            "title": "$:/plugins/bimlas/locator/field-templates/edit-fields",
            "caption": "Edit fields",
            "tags": "$:/tags/bimlas/locator/context-item-templates",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define frame-classes() tc-tiddler-frame tc-tiddler-edit-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$\n\n{{||$:/plugins/bimlas/locator/field-templates/link}}\n<div class=<<frame-classes>> data-tiddler-title=<<currentTiddler>>>\n  <$fieldmangler>\n    {{||$:/core/ui/EditTemplate/tags}}\n    {{||$:/core/ui/EditTemplate/fields}}\n  </$fieldmangler>\n</div>\n<hr style=\"border-top: double\"/>"
        },
        "$:/plugins/bimlas/locator/field-templates/fields-plus-transclusion": {
            "title": "$:/plugins/bimlas/locator/field-templates/fields-plus-transclusion",
            "caption": "Fields + Transclusion",
            "tags": "$:/tags/bimlas/locator/context-item-templates",
            "type": "text/vnd.tiddlywiki",
            "text": "{{||$:/plugins/bimlas/locator/field-templates/link}}\n{{||$:/plugins/bimlas/locator/viewtemplate/field-list}}\n<$transclude mode=\"block\"/>\n<hr style=\"border-top: double\"/>"
        },
        "$:/plugins/bimlas/locator/field-templates/fields": {
            "title": "$:/plugins/bimlas/locator/field-templates/fields",
            "caption": "Fields",
            "tags": "$:/tags/bimlas/locator/context-item-templates",
            "type": "text/vnd.tiddlywiki",
            "text": "{{||$:/plugins/bimlas/locator/field-templates/link}}\n{{||$:/plugins/bimlas/locator/viewtemplate/field-list}}\n<hr style=\"border-top: double\"/>"
        },
        "$:/plugins/bimlas/locator/field-templates/icon": {
            "title": "$:/plugins/bimlas/locator/field-templates/icon",
            "caption": "Icon",
            "tags": "$:/tags/bimlas/locator/field-templates",
            "type": "text/vnd.tiddlywiki",
            "text": "<button class=\"tc-btn-invisible\" disabled><$transclude><<currentTiddler>></$transclude></button> {{||$:/plugins/bimlas/locator/field-templates/link}}"
        },
        "$:/plugins/bimlas/locator/field-templates/link": {
            "title": "$:/plugins/bimlas/locator/field-templates/link",
            "caption": "Link",
            "tags": "$:/tags/bimlas/locator/field-templates $:/tags/bimlas/locator/context-item-templates",
            "type": "text/vnd.tiddlywiki",
            "text": "<$link to=<<currentTiddler>>>\n  <$transclude field=\"caption\"><$view field=\"title\"/></$transclude>\n</$link>"
        },
        "$:/plugins/bimlas/locator/field-templates/tag": {
            "title": "$:/plugins/bimlas/locator/field-templates/tag",
            "caption": "Tag",
            "tags": "$:/tags/bimlas/locator/field-templates",
            "type": "text/vnd.tiddlywiki",
            "text": "<<tag>>"
        },
        "$:/plugins/bimlas/locator/field-templates/text": {
            "title": "$:/plugins/bimlas/locator/field-templates/text",
            "caption": "Text",
            "tags": "$:/tags/bimlas/locator/field-templates",
            "type": "text/vnd.tiddlywiki",
            "text": "<$view field=\"title\"/>"
        },
        "$:/plugins/bimlas/locator/field-templates/transclusion": {
            "title": "$:/plugins/bimlas/locator/field-templates/transclusion",
            "caption": "Transclusion",
            "tags": "$:/tags/bimlas/locator/context-item-templates",
            "type": "text/vnd.tiddlywiki",
            "text": "{{||$:/plugins/bimlas/locator/field-templates/link}}\n<br/>\n<$transclude mode=\"block\"/>\n<hr style=\"border-top: double\"/>"
        },
        "$:/plugins/bimlas/locator/macros/locator-fields": {
            "title": "$:/plugins/bimlas/locator/macros/locator-fields",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define locator-fields()\n  <!-- Hide internal macros, do not make them globally available -->\n  <$importvariables filter=\"[all[tiddlers+shadows]prefix[$:/plugins/bimlas/locator/macros/]]\">\n    <$vars\n      contextState=\"$:/state/bimlas/locator/search/context/\"\n      intersectionState=\"$:/state/bimlas/locator/search/intersection/\"\n      differenceState=\"$:/state/bimlas/locator/search/difference/\"\n      recursiveFilteringAvailable=\"yes\"\n    >\n\n      {{$:/plugins/bimlas/locator/templates/search-toolbar}} {{$:/plugins/bimlas/locator/buttons/remove-filters}}\n\n      <p><$checkbox tiddler=<<contextState>> field=\"limit-to-fields-of-filtered-tiddlers\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> Limit to fields of filtered tiddlers</$checkbox></p>\n\n      <$list filter=\"[subfilter<filter-selected-field-values>first[]]\" emptyMessage=\"\"\"<$list filter=\"0\" variable=\"resultCount\" template=\"$:/language/Search/Matches\"/>\"\"\">\n        <$list filter=\"[subfilter<filter-search-context>count[]]\" variable=\"resultCount\" template=\"$:/language/Search/Matches\"/>\n      </$list>\n\n      <!-- searchTiddler variable does not available in transcluded tiddlers by default -->\n      <$set name=\"filterContextItems\" filter=\"[<contextState>field:limit-to-fields-of-filtered-tiddlers[no]]\" value=\"[!is[system]]\" emptyValue=<<filter-search-context>>>\n        <$vars searchedFieldValue={{$(searchTiddler)$}}>\n          {{$:/plugins/bimlas/locator/templates/field-names}}\n        </$vars>\n      </$set>\n\n      <$list filter=\"[subfilter<filter-selected-field-values>first[]]\">\n        <$list filter=\"[subfilter<filter-search-context>limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n      </$list>\n\n    </$vars>\n  </$importvariables>\n\\end\n"
        },
        "$:/plugins/bimlas/locator/macros/locator-search": {
            "title": "$:/plugins/bimlas/locator/macros/locator-search",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define locator-search()\n  <!-- Hide internal macros, do not make them globally available -->\n  <$importvariables filter=\"[all[tiddlers+shadows]prefix[$:/plugins/bimlas/locator/macros/]]\">\n    <$vars\n      contextState=\"$:/state/bimlas/locator/search/context/\"\n      intersectionState=\"$:/state/bimlas/locator/search/intersection/\"\n      differenceState=\"$:/state/bimlas/locator/search/difference/\"\n      filterContextItems=\"[subfilter<filter-search-context>search{$(searchTiddler)$}]\"\n      recursiveFilteringAvailable=\"yes\"\n    >\n\n      {{$:/plugins/bimlas/locator/templates/search-toolbar}}\n\n      <$list filter=\"[subfilter<filterContextItems>count[]]\" variable=\"resultCount\" template=\"$:/language/Search/Matches\"/>\n\n      {{$:/plugins/bimlas/locator/templates/fields-filter}}\n\n      //<small>{{$:/language/Search/Matches/Title}}</small>//\n\n      <$list filter=\"[subfilter<filterContextItems>search:title{$(searchTiddler)$}limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n      //<small>{{$:/language/Search/Matches/All}}</small>//\n\n      <$list filter=\"[subfilter<filterContextItems>limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n    </$vars>\n  </$importvariables>\n\\end\n"
        },
        "$:/plugins/bimlas/locator/macros/locator-view": {
            "title": "$:/plugins/bimlas/locator/macros/locator-view",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define locator-view(baseTitle fieldOfRelationship:\"tags\" templateOfContextItems:\"$:/plugins/bimlas/locator/field-templates/link\")\n  <!-- Hide internal macros, do not make them globally available -->\n  <$importvariables filter=\"[all[tiddlers+shadows]prefix[$:/plugins/bimlas/locator/macros/]]\">\n    <$vars\n      contextState=\"$:/state/bimlas/locator/view/context/$(currentTiddler)$\"\n      intersectionState=\"$:/state/bimlas/locator/view/intersection/$(currentTiddler)$\"\n      differenceState=\"$:/state/bimlas/locator/view/difference/$(currentTiddler)$\"\n      defaultFieldOfRelationship=<<__fieldOfRelationship__>>\n    >\n      <!-- I have to create them nested because internal variables use external ones -->\n      <$vars currentField={{{ [subfilter<filter-field-of-relationship>] }}}>\n        <$vars filterContextItems=<<filter-view-context>>>\n          <div class=\"tc-table-of-contents\">\n\n            {{$:/plugins/bimlas/locator/templates/history}}\n\n            ---\n\n            {{$:/plugins/bimlas/locator/templates/context-settings}}\n            <div class=\"bimlas-locator right\">\n              {{||$:/plugins/bimlas/locator/templates/view-toolbar}}\n            </div>\n            {{$:/plugins/bimlas/locator/templates/fields-filter}}\n            <ol class=\"bimlas-locator\">\n              <$list filter=\"[subfilter<filter-field-of-relationship>regexp[^LINKS-IN-TEXT$]]\" emptyMessage={{$:/plugins/bimlas/locator/templates/list-of-context-items}}>\n                {{||$:/plugins/bimlas/locator/templates/list-of-links-in-text}}\n              </$list>\n            </ol>\n\n          </div>\n        </$vars>\n      </$vars>\n    </$vars>\n  </$importvariables>\n\\end\n"
        },
        "$:/plugins/bimlas/locator/macros/css-classes": {
            "title": "$:/plugins/bimlas/locator/macros/css-classes",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define link-button-class(additionalClasses) tc-btn-invisible tc-tiddlylink bimlas-locator $additionalClasses$\n\\define menu-list-item-class() tc-menu-list-item bimlas-locator"
        },
        "$:/plugins/bimlas/locator/macros/filters": {
            "title": "$:/plugins/bimlas/locator/macros/filters",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define filter-history() [<__baseTitle__>] [title<contextState>each:list-item[history]] -[[]]\n\\define filter-selected-field-values() [title<intersectionState>] [title<differenceState>] +[locator-selected-field-values<currentField>]\n\\define filter-field-is-list() [addprefix[$:/config/bimlas/locator/fields/]field:field-type[list]]\n\\define filter-unfiltered-view-context-items() [subfilter<filter-history>last[]locator-enlist-children:$(currentField)$<contextState>!has[draft.of]]\n\\define filter-view-context() [subfilter<filter-history>last[]locator-enlist-children:$(currentField)$<contextState>!has[draft.of]locator-fields-filter<intersectionState>!locator-fields-filter<differenceState>]\n\\define filter-search-context() [!is[system]locator-fields-filter:recursive[$(intersectionState)$]!locator-fields-filter:recursive[$(differenceState)$]]\n\\define filter-field-of-relationship() [title<contextState>get[field-of-relationship]] [<defaultFieldOfRelationship>] +[first[]]\n\n<!--\n I know that `filter-view-context` uses a code duplication of\n `filter-unfiltered-view-context-items`, but I have to do this way, becuse\n  $(variable)$ works only with variables defined in direct parent macro, thus\n  I cannot add another level to call chain\n-->"
        },
        "$:/plugins/bimlas/locator/macros/javascript-filters.js": {
            "title": "$:/plugins/bimlas/locator/macros/javascript-filters.js",
            "text": "/*\\\ntitle: $:/plugins/bimlas/locator/macros/javascript-filters.js\ntype: application/javascript\nmodule-type: filteroperator\n\nSpecial filters used by Locator\n\n\\*/\n(function() {\n\n\t/*jslint node: true, browser: true */\n\t/*global $tw: true */\n\t\"use strict\";\n\n\tfunction getFieldDefinition(options,field) {\n\t\tvar fieldOptionsTiddler = \"$:/config/bimlas/locator/fields/\" + field;\n\n\t\treturn options.wiki.getCacheForTiddler(fieldOptionsTiddler,\"fieldListingOperator\",function() {\n\t\t\tvar fieldOptions = options.wiki.getTiddler(fieldOptionsTiddler) || {fields: {}};\n\t\t\tvar filterOperators = options.wiki.getFilterOperators();\n\t\t\tvar fieldDefinitions = {\n\t\t\t\t\"value\": {\n\t\t\t\t\tfieldType: \"value\",\n\t\t\t\t\tdirection: fieldOptions.fields[\"field-direction\"],\n\t\t\t\t\tenlistChildren: {\n\t\t\t\t\t\t\"to\": function(title,input,prefix) {\n\t\t\t\t\t\t\treturn filterOperators[\"field\"](input,{operand: title,prefix: prefix,suffix: field},options);\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"from\": function(title,unusedInput,unusedPrefix) {\n\t\t\t\t\t\t\treturn (options.wiki.getTiddler(title) || {fields: {}}).fields[field] || []\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"list\": {\n\t\t\t\t\tfieldType: \"list\",\n\t\t\t\t\tdirection: fieldOptions.fields[\"field-direction\"],\n\t\t\t\t\tenlistChildren: {\n\t\t\t\t\t\t\"to\": function(title,input,prefix) {\n\t\t\t\t\t\t\treturn filterOperators[\"contains\"](input,{operand: title,prefix: prefix,suffix: field},options);\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"from\": function(title,unusedInput,unusedPrefix) {\n\t\t\t\t\t\t\treturn options.wiki.getTiddlerList(title,field) || [];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\t\tvar linksInTextDefinition = {\n\t\t\t\tfieldType: \"value\",\n\t\t\t\tdirection: fieldOptions.fields[\"field-direction\"],\n\t\t\t\tenlistChildren: {\n\t\t\t\t\t\"to\": function(title,unusedInput,unusedPrefix) {\n\t\t\t\t\t\treturn options.wiki.getTiddlerBacklinks(title);\n\t\t\t\t\t},\n\t\t\t\t\t\"from\": function(title,unusedInput,unusedPrefix) {\n\t\t\t\t\t\treturn options.wiki.getTiddlerLinks(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\n\t\t\treturn field === \"LINKS-IN-TEXT\"\n\t\t\t\t? linksInTextDefinition\n\t\t\t\t: fieldDefinitions[fieldOptions.fields[\"field-type\"] || \"value\"];\n\t\t});\n\t}\n\n\tfunction getActiveFilters(options,filterState) {\n\t\treturn options.wiki.getCacheForTiddler(filterState,\"activeFilters\",function() {\n\t\t\tvar filteredFields = options.wiki.getTiddlerDataCached(filterState,{});\n\t\t\tvar results = {};\n\n\t\t\t$tw.utils.each(filteredFields,function(valuesAsString,field) {\n\t\t\t\tvar values = $tw.utils.parseStringArray(valuesAsString) || [];\n\t\t\t\tif(values.length) {\n\t\t\t\t\tresults[field] = values;\n\t\t\t\t}\n\t\t\t});\n\n\t\t\treturn results;\n\t\t});\n\t}\n\n\tfunction applyFieldsFilters(source,options,filterState,filterFunc,prefix) {\n\t\tvar activeFilters = getActiveFilters(options,filterState);\n\t\tvar results = source;\n\n\t\tif(!Object.keys(activeFilters).length) return results;\n\n\t\t$tw.utils.each(activeFilters,function(values,field) {\n\t\t\t$tw.utils.each(values,function(value) {\n\t\t\t\tif(value === \"ANY-VALUE\") {\n\t\t\t\t\tvar filterOperators = options.wiki.getFilterOperators();\n\t\t\t\t\tresults = filterOperators[\"has\"](results,{operand: field,prefix: prefix},options);\n\t\t\t\t} else {\n\t\t\t\t\tresults = filterFunc(results,field,value,prefix);\n\t\t\t\t}\n\t\t\t\tresults = options.wiki.makeTiddlerIterator(results);\n\t\t\t});\n\t\t});\n\n\t\treturn results;\n\t}\n\n\tfunction getDirectionOfTraverse(options,contextState,fieldOfRelationship) {\n\t\tvar direction = getFieldDefinition(options,fieldOfRelationship).direction;\n\n\t\tif(isDirectionInverted(options,contextState)) {\n\t\t\tdirection = invertDirection(direction);\n\t\t}\n\n\t\treturn direction;\n\t}\n\n\tfunction isDirectionInverted(options,contextState) {\n\t\tvar contextStateTiddler = options.wiki.getTiddler(contextState) || {fields: []};\n\t\treturn contextStateTiddler.fields[\"invert-direction\"] === \"yes\"\n\t}\n\n\tfunction invertDirection(direction) {\n\t\treturn [\"from\",\"to\"][(direction === \"from\") + 0];\n\t}\n\n\tfunction enlistChildren(options,parentTitle,fieldOfRelationship,directionOfTraverse) {\n\t\treturn options.wiki.getGlobalCache(\"bimlas-locator-enlist-children-\" + parentTitle + \"-\" + fieldOfRelationship + \"-\" + directionOfTraverse, function() {\n\t\t\tvar fieldDefinition = getFieldDefinition(options, fieldOfRelationship);\n\t\t\tvar allTiddlers = options.wiki.makeTiddlerIterator(options.wiki.getTiddlers());\n\t\t\treturn fieldDefinition.enlistChildren[directionOfTraverse](parentTitle,allTiddlers);\n\t\t});\n\t}\n\n\t/*\n\tFilter titles matching to Locator fields filter\n\n\tInput: list of tiddlers\n\tParam: filterState\n\tPrefix: \"!\" to exclude matching tiddlers\n\tSuffix: \"recusive\" enables recursive filtering\n\t*/\n\texports[\"locator-fields-filter\"] = function(source,operator,options) {\n\t\tvar results = source;\n\t\tvar activeRecursiveFilters = getActiveFilters(options,\"$:/state/bimlas/locator/search/recursive-filters/\");\n\n\t\tif(operator.suffix === \"recursive\") {\n\t\t\tresults = applyFieldsFilters(results,options,operator.operand,recursiveFilterFunc,operator.prefix);\n\t\t} else {\n\t\t\tresults = applyFieldsFilters(results,options,operator.operand,directFilterFunc,operator.prefix);\n\t\t}\n\n\t\treturn results;\n\n\t\tfunction directFilterFunc(input,field,value,prefix) {\n\t\t\tvar fieldDefinition = getFieldDefinition(options,field);\n\t\t\treturn fieldDefinition.enlistChildren[\"to\"](value,input,prefix);\n\t\t}\n\n\t\tfunction recursiveFilterFunc(input,field,fieldValue,prefix) {\n\t\t\tvar isRecursiveFilteringActive = $tw.utils.hop(activeRecursiveFilters,field) && (activeRecursiveFilters[field].indexOf(fieldValue) >= 0);\n\t\t\tif(!isRecursiveFilteringActive) {\n\t\t\t\treturn directFilterFunc(input,field,fieldValue,prefix);\n\t\t\t}\n\n\t\t\tvar fieldDirection = getFieldDefinition(options,field).direction;\n\t\t\tvar children = [];\n\t\t\tcollectChildrenRecursively(fieldValue);\n\t\t\tvar compareFunc = (prefix !== \"!\")\n\t\t\t\t? function(index) { return index >= 0 }\n\t\t\t\t: function(index) { return index < 0 };\n\t\t\tvar results = [];\n\n\t\t\tinput(function(tiddler,title) {\n\t\t\t\tif(compareFunc(children.indexOf(title))) {\n\t\t\t\t\tresults = $tw.utils.pushTop(results, title);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\treturn results;\n\n\t\t\tfunction collectChildrenRecursively(parent) {\n\t\t\t\t$tw.utils.each(enlistChildren(options,parent,field,fieldDirection),function(child) {\n\t\t\t\t\tif(children.indexOf(child) < 0) {\n\t\t\t\t\t\t$tw.utils.pushTop(children, child);\n\t\t\t\t\t\t$tw.utils.pushTop(children, collectChildrenRecursively(child));\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t};\n\n\t/*\n\tFilter fields that are not disabled in Locator field options\n\n\tInput: list of fields\n\tParam (optional): if called from toggleable fields filter (`locator-view` and `locator-search`), set to \"nested\"\n\t*/\n\texports[\"locator-enabled-fields\"] = function(source,operator,options) {\n\t\tvar typeOfFieldsFilter = operator.operand || \"regular\";\n\t\tvar excludedFields = options.wiki.filterTiddlers(\"[all[tiddlers+shadows]field:hide-in-\" + typeOfFieldsFilter + \"-fields-filter[yes]removeprefix[$:/config/bimlas/locator/fields/]]\") || [];\n\t\tvar results = [];\n\n\t\tsource(function(tiddler,title) {\n\t\t\tif(excludedFields.indexOf(title) < 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\n\t\treturn results;\n\t};\n\n\t/*\n\tList fields which can be used to build tree (\"tags\" for example)\n\n\tInput: none\n\tParam (optional): field to check if it's a relationship field\n\t*/\n\texports[\"locator-enlist-relationship-fields\"] = function(source,operator,options) {\n\t\tvar relationshipFields = options.wiki.getGlobalCache(\"bimlas-locator-enlist-relationship-fields\",function() {\n\t\t\treturn options.wiki.filterTiddlers(\"[all[tiddlers+shadows]prefix[$:/config/bimlas/locator/fields/]has[field-direction]removeprefix[$:/config/bimlas/locator/fields/]]\");\n\t\t});\n\n\t\tif(operator.operand) {\n\t\t\treturn relationshipFields.indexOf(operator.operand) >= 0\n\t\t\t\t? [operator.operand]\n\t\t\t\t: [];\n\t\t}\n\n\t\treturn relationshipFields;\n\t};\n\n\t/*\n\tList field values according to Locator field settings\n\n\tInput: list of tiddlers\n\tParam: field\n\t*/\n\texports[\"locator-enlist-field-values\"] = function(source,operator,options) {\n\t\tvar fieldDefinition = getFieldDefinition(options,operator.operand);\n\t\tvar results = [];\n\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler) return;\n\n\t\t\tvar value = fieldDefinition.enlistChildren[\"from\"](title);\n\n\t\t\tif(!value) return;\n\n\t\t\tresults = $tw.utils.pushTop(results,value);\n\t\t});\n\n\t\treturn results;\n\t};\n\n\t/*\n\tList of active field filters\n\n\tInput: filterState\n\tParam (optional): field\n\t*/\n\texports[\"locator-selected-field-values\"] = function(source,operator,options) {\n\t\tvar activeFilters = {};\n\n\t\tsource(function(tiddler,title) {\n\t\t\t$tw.utils.each(getActiveFilters(options,title),function(value,key) {\n\t\t\t\tactiveFilters[key] = $tw.utils.pushTop(activeFilters[key] || [],value);\n\t\t\t});\n\t\t});\n\n\t\tif(!Object.keys(activeFilters).length) return [];\n\n\t\treturn operator.operand\n\t\t\t? activeFilters[operator.operand] || []\n\t\t\t: [\"TODO: Join active filter values (array of arrays)\"];\n\t};\n\n\t/*\n\tList of active field names\n\n\tInput: filterState\n\tParam (optional): none\n\t*/\n\texports[\"locator-selected-field-names\"] = function(source,operator,options) {\n\t\tvar fieldNames = [];\n\n\t\tsource(function(tiddler,title) {\n\t\t\tfieldNames = $tw.utils.pushTop(fieldNames,Object.keys(getActiveFilters(options,title)));\n\t\t});\n\n\t\treturn fieldNames;\n\t};\n\n\t/*\n\tList children of input elements based on selected relationship field\n\n\tInput: parent tiddlers\n\tParam (optional): contextState\n\tSuffix: field of relationship\n\t*/\n\texports[\"locator-enlist-children\"] = function(source,operator,options) {\n\t\tvar fieldOfRelationship = operator.suffix;\n\t\tvar directionOfTraverse = getDirectionOfTraverse(options,operator.operand,fieldOfRelationship);\n\t\tvar results = [];\n\n\t\tsource(function(tiddler,title) {\n\t\t\tresults = $tw.utils.pushTop(results, enlistChildren(options,title,fieldOfRelationship,directionOfTraverse));\n\t\t\tresults = options.wiki.sortByList(results,title);\n\t\t});\n\n\t\treturn results;\n\t};\n\n\t/*\n\tGet direction of traverse: field direction + optional invert direction\n\n\tInput: contextState\n\tParam: field of relationship\n\t*/\n\texports[\"locator-direction-of-traverse\"] = function(source,operator,options) {\n\t\tvar results = [];\n\n\t\tsource(function(tiddler,title) {\n\t\t\tresults = [getDirectionOfTraverse(options,title,operator.operand)];\n\t\t});\n\n\t\treturn results;\n\t};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/plugins/bimlas/locator/macros/template-macros": {
            "title": "$:/plugins/bimlas/locator/macros/template-macros",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define droppable-menu-list-item(content actions)\n  <$droppable actions=<<__actions__>>>\n    <div class=\"tc-droppable-placeholder\" style=\"display: block\">\n      <<__content__>>\n    </div>\n  </$droppable>\n\\end"
        },
        "$:/config/bimlas/locator/fields/LINKS-IN-TEXT": {
            "title": "$:/config/bimlas/locator/fields/LINKS-IN-TEXT",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "field-direction": "from",
            "text": "$:/plugins/bimlas/locator/field-templates/link"
        },
        "$:/config/bimlas/locator/fields/bag": {
            "title": "$:/config/bimlas/locator/fields/bag",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes"
        },
        "$:/config/bimlas/locator/fields/caption": {
            "title": "$:/config/bimlas/locator/fields/caption",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes"
        },
        "$:/config/bimlas/locator/fields/color": {
            "title": "$:/config/bimlas/locator/fields/color",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "$:/plugins/bimlas/locator/field-templates/color"
        },
        "$:/config/bimlas/locator/fields/created": {
            "title": "$:/config/bimlas/locator/fields/created",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes"
        },
        "$:/config/bimlas/locator/fields/draft.of": {
            "title": "$:/config/bimlas/locator/fields/draft.of",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes"
        },
        "$:/config/bimlas/locator/fields/draft.title": {
            "title": "$:/config/bimlas/locator/fields/draft.title",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes"
        },
        "$:/config/bimlas/locator/fields/icon": {
            "title": "$:/config/bimlas/locator/fields/icon",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "$:/plugins/bimlas/locator/field-templates/icon"
        },
        "$:/config/bimlas/locator/fields/list-after": {
            "title": "$:/config/bimlas/locator/fields/list-after",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes",
            "text": "$:/plugins/bimlas/locator/field-templates/link"
        },
        "$:/config/bimlas/locator/fields/list-before": {
            "title": "$:/config/bimlas/locator/fields/list-before",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes",
            "text": "$:/plugins/bimlas/locator/field-templates/link"
        },
        "$:/config/bimlas/locator/fields/list": {
            "title": "$:/config/bimlas/locator/fields/list",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "field-type": "list",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes",
            "text": "$:/plugins/bimlas/locator/field-templates/link"
        },
        "$:/config/bimlas/locator/fields/modified": {
            "title": "$:/config/bimlas/locator/fields/modified",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes"
        },
        "$:/config/bimlas/locator/fields/revision": {
            "title": "$:/config/bimlas/locator/fields/revision",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes"
        },
        "$:/config/bimlas/locator/fields/tags": {
            "title": "$:/config/bimlas/locator/fields/tags",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "field-type": "list",
            "field-direction": "to",
            "text": "$:/plugins/bimlas/locator/field-templates/tag"
        },
        "$:/config/bimlas/locator/fields/text": {
            "title": "$:/config/bimlas/locator/fields/text",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes"
        },
        "$:/config/bimlas/locator/fields/title": {
            "title": "$:/config/bimlas/locator/fields/title",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes",
            "hide-in-regular-fields-filter": "yes",
            "text": "$:/plugins/bimlas/locator/field-templates/link"
        },
        "$:/config/bimlas/locator/fields/type": {
            "title": "$:/config/bimlas/locator/fields/type",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "hide-in-nested-fields-filter": "yes"
        },
        "$:/plugins/bimlas/locator/settings/settings": {
            "title": "$:/plugins/bimlas/locator/settings/settings",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define show-in-fields()\n  <$select field=\"hide-in-nested-fields-filter\" default=\"\">\n    <option value=\"\">Show</option>\n    <option value=\"yes\">Hide</option>\n  </$select> in nested filter (`locator-view`, `locator-search`)<br/>\n  <$select field=\"hide-in-regular-fields-filter\" default=\"\">\n    <option value=\"\">Show</option>\n    <option value=\"yes\">Hide</option>\n  </$select> in regular filter (`locator-fields` and tiddler info)\n\\end\n\n\\define field-type()\n  <$select field=\"field-type\" default=\"\">\n    <option value=\"\">Value</option>\n    <option value=\"list\">List</option>\n  </$select>\n\\end\n\n\\define field-direction()\n  <$select field=\"field-direction\" default=\"\">\n    <option value=\"\">No</option>\n    <option value=\"to\">Yes</option>\n    <!--\n    I blocked it because a tree with children on top is difficult to handle:\n\n    For example, there is a tiddler named \"Father\" which has \"Kid\" in the \"children\" field\n\n    If you want to filter tiddlers by field values (for example, in the fields filter),\n    \"Father\" will be listed among those tiddlers that have \"Kid\" in the \"children\" field.\n    In fact, we wanted to children of \"Kid\".\n\n    Filtering \"Kid\" in the \"Fields\" search tab will list the tiddlers that have \"Kid\" in\n    their \"children\" field (for example, \"Father\"). If you turn on recursive filtering,\n    it will list all tiddlers starting with \"Kid\" (so \"Father\" will not be listed).\n\n    The \"Create tiddler in context\" button also has to be aware of the direction of the\n    field, which also complicates the code.\n\n    If you do make this option available, remember to tell the user that when renaming a\n    tiddler, he must rewrite the field values that refer to the current tiddler. If you\n    want to rewrite it automatically, make sure it works properly with the Relink plugin\n    (does not adding the new name more than once to the field).\n    -->\n    <!-- <option value=\"from\">From</option> -->\n  </$select>\n\\end\n\n\\define template()\n  <$select field=\"text\" default=\"$:/plugins/bimlas/locator/field-templates/text\">\n    <$list filter=\"[all[tiddlers+shadows]tag[$:/tags/bimlas/locator/field-templates]]\">\n      <option value=<<currentTiddler>>><$transclude field=\"caption\"><$view field=\"title\"/></$transclude></option>\n    </$list>\n  </$select>\n  <$transclude/>\n\\end\n\n\\define settings(field)\n  <$importvariables filter=\"[all[tiddlers+shadows]prefix[$:/plugins/bimlas/locator/macros/]]\">\n\n  <h3><$link to=\"$:/config/bimlas/locator/fields/$field$\"><$text text=<<__field__>>/></$link></h3>\n\n    <div class=\"tc-control-panel\">\n      <table>\n        <tbody>\n          <tr>\n            <td>Description</td>\n            <td>//{{$:/language/Docs/Fields/$field$}}//</td>\n          </tr>\n          <tr>\n            <td>Show in fields filter</td>\n            <td>\n              <<show-in-fields>>\n            </td>\n          </tr>\n          <tr>\n            <td>Field type</td>\n            <td>\n              <<field-type>>\n              <p>//Does the field contain a single value (for example `Franz Kafka`) or a list of values (`[[Franz Kafka]] [[Dostojevskij]]`)?//</p>\n            </td>\n          </tr>\n          <tr>\n            <td>Does the field represent a tree?</td>\n            <td>\n              <<field-direction>>\n              <p>//If the field contains the title(s) of other tiddler(s) (like \"tags\"), set it to \"Yes\".//</p>\n            </td>\n          </tr>\n          <tr>\n            <td>Template</td>\n            <td>\n              <<template>>\n              <p>//The template to display in the field filter.//</p>\n              <p>//You can create your own field template tiddlers by adding the// <<tag \"$:/tags/bimlas/locator/field-templates\">> //tag to them (click on this tag pill for examples).//</p>\n            </td>\n          </tr>\n        </tbody>\n      </table>\n    </div>\n\n  </$importvariables>\n\\end\n\n\\define option()\n  <option value=<<currentTiddler>>>\n    <$view field=\"title\"/>\n    <$list filter=\"[subfilter<settingsTiddler>is[tiddler]] [subfilter<settingsTiddler>is[shadow]] +[first[]]\">~</$list>\n    <$list filter=\"[subfilter<settingsTiddler>is[tiddler]]\">*</$list>\n  </option>\n\\end\n\n\\define settingsTiddler() [title<currentTiddler>addprefix[$:/config/bimlas/locator/fields/]]\n\nSelect field to edit its settings:\n<$select tiddler=\"$:/temp/bimlas/locator/settings-of-field\">\n  <optgroup label=\"Fields of regular tiddlers\">\n    <$list filter=\"[!is[system]fields[]sort[]]\">\n      <<option>>\n    </$list>\n  </optgroup>\n  <optgroup label=\"Fields of system tiddlers\">\n    <$list filter=\"[all[tiddlers+shadows]is[system]fields[]] -[!is[system]fields[]] +[sort[]]\">\n      <<option>>\n    </$list>\n  </optgroup>\n</$select>\n\n* //`~`: Has custom settings//\n* //`*`: Settings modified by user//\n\nTo set up a new field, first add it to at least one tiddler.\n\n<p>//You can create your own context item template tiddlers by adding the// <<tag \"$:/tags/bimlas/locator/context-item-templates\">> //tag to them (click on this tag pill for examples).//</p>\n\n<$list filter=\"[title{$:/temp/bimlas/locator/settings-of-field}] -[[]]\">\n  <$list filter=<<settingsTiddler>>>\n    <$macrocall $name=\"settings\" field={{$:/temp/bimlas/locator/settings-of-field}}/>\n  </$list>\n</$list>"
        },
        "$:/plugins/bimlas/locator/stylesheet": {
            "title": "$:/plugins/bimlas/locator/stylesheet",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": ".tc-tiddler-frame.bimlas-locator-explanation {\n  max-width: 400px;\n}\n.bimlas-locator-explanation svg {\n  width: 1rem;\n  height: 1rem;\n}\n.tc-drop-down button.bimlas-locator {\n  width: auto;\n  padding: 0;\n  display: inline-block;\n  background-color: inherit;\n}\nol.bimlas-locator {\n  list-style-type: none;\n  margin: 0;\n  padding-left: 0;\n}\nol.bimlas-locator ol {\n  margin-left: 0.75em;\n  padding-left: 0.3em;\n  border-left: 1px dashed;\n}\nli.toc-item.bimlas-locator, .tc-menu-list-item.bimlas-locator {\n  margin-top: 3px;\n  margin-bottom: 0;\n}\n.tc-menu-list-item.bimlas-locator > .tc-droppable {\n  display: inline-block;\n}\n.tc-block-dropdown.tc-search-drop-down .bimlas-locator a {\n  padding: 0;\n}\n.tc-block-dropdown.tc-search-drop-down .bimlas-locator a:hover {\n  background-color: initial;\n}\nbutton.bimlas-locator svg {\n  margin: 0 0.25em;\n}\nbutton.bimlas-locator.active svg {\n  fill: <<colour dirty-indicator>>;\n}\n.bimlas-locator.right {\n  float: right;\n  margin-right: 1em;\n}\n.bimlas-locator.context-settings {\n  border-width: 1px;\n  border-style: dashed;\n  padding: 0.5em;\n}"
        },
        "$:/plugins/bimlas/locator/templates/context-item": {
            "title": "$:/plugins/bimlas/locator/templates/context-item",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<li class=\"toc-item\">\n  {{||$:/plugins/bimlas/locator/buttons/go-down-to-context}}\n  <$list filter=\"[title<contextState>get[template-of-context-items]] [title<__templateOfContextItems__>] -[[]] +[first[]]\" variable=\"template\">\n    <$transclude tiddler=<<template>>/>\n  </$list>\n</li>"
        },
        "$:/plugins/bimlas/locator/templates/context-settings": {
            "title": "$:/plugins/bimlas/locator/templates/context-settings",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define field-of-relationship()\n  Tree is based on field:<br/>\n  <$select tiddler=<<contextState>> field=\"field-of-relationship\" default=<<defaultFieldOfRelationship>>>\n    <$list filter=\"[locator-enlist-relationship-fields[]]\" variable=\"currentField\">\n      <option value=<<currentField>>>\n        <$list filter=\"[subfilter<filter-unfiltered-view-context-items>count[]]\" variable=\"count\">\n          (<<count>>) <<currentField>>\n        </$list>\n      </option>\n    </$list>\n  </$select>\n\\end\n\n\\define template-of-context-items()\n  Template of context items:<br/>\n  <$select tiddler=<<contextState>> field=\"template-of-context-items\" default=<<__templateOfContextItems__>>>\n    <$list filter=\"[all[tiddlers+shadows]tag[$:/tags/bimlas/locator/context-item-templates]]\">\n      <option value=<<currentTiddler>>>\n        <$transclude field=\"caption\"><$view field=\"title\"/></$transclude>\n      </option>\n    </$list>\n  </$select>\n\\end\n\n<$list filter=\"[title<contextState>field:context-settings-opened[yes]]\">\n  <div class=\"bimlas-locator context-settings\">\n    <<field-of-relationship>><br/>\n    <<template-of-context-items>><br/>\n    <$checkbox\n      tiddler=<<contextState>>\n      field=\"invert-direction\"\n      checked=\"yes\"\n      unchecked=\"no\"\n      default=\"no\"\n    >\n      Invert direction\n    </$checkbox><br/>\n    <$checkbox\n      tiddler=<<contextState>>\n      field=\"allow-to-open-leaves\"\n      checked=\"yes\"\n      unchecked=\"no\"\n      default=\"no\"\n    >\n      Allow to open leaves\n    </$checkbox><br/>\n    {{$:/plugins/bimlas/locator/buttons/open-field-settings}}\n  </div>\n</$list>\n"
        },
        "$:/plugins/bimlas/locator/templates/field-names": {
            "title": "$:/plugins/bimlas/locator/templates/field-names",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define close-actions()\n  <$action-listops $tiddler=<<contextState>> $field=\"opened-fields-filters\" $subfilter=\"-[<currentField>]\"/>\n\\end\n\n\\define open-actions()\n  <$action-listops $tiddler=<<contextState>> $field=\"opened-fields-filters\" $subfilter=\"[<currentField>]\"/>\n\\end\n\n\\define closed()\n  <$button class=<<fieldButtonClass>> actions=<<open-actions>>>\n    {{$:/core/images/down-arrow}} <<currentField>>\n  </$button>\n  {{$:/plugins/bimlas/locator/buttons/remove-filters-of-current-field}}\n\\end\n\n\\define opened()\n  <$button class=<<fieldButtonClass>> actions=<<close-actions>>>\n    {{$:/core/images/up-arrow}} <<currentField>>\n  </$button>\n  {{$:/plugins/bimlas/locator/buttons/remove-filters-of-current-field}}\n  {{$:/plugins/bimlas/locator/templates/field-values}}\n\\end\n\n\\define field-names() [title<intersectionState>] [title<differenceState>] +[locator-selected-field-names[]] [subfilter<filterContextItems>fields[]locator-enabled-fields<typeOfFieldsFilter>] +[sort[]]\n\\define has-field-value-to-list() [subfilter<filterContextItems>has<currentField>search:$(currentField)$<searchedFieldValue>] [subfilter<filter-selected-field-values>] +[first[]]\n\n<ol class=\"bimlas-locator\">\n  <$list filter=<<field-names>> variable=\"currentField\">\n    <$list filter=<<has-field-value-to-list>> variable=\"null\">\n      <$set name=\"recursiveFilteringOfCurrentFieldAvailable\" filter=\"[<recursiveFilteringAvailable>regexp[yes]] [locator-enlist-relationship-fields<currentField>] +[count[]regexp[2]]\" value=\"yes\" emptyValue=\"no\">\n        <$set name=\"fieldButtonClass\" filter=\"[subfilter<filter-selected-field-values>first[]]\" value=<<link-button-class additionalClasses:\"active\">> emptyValue=<<link-button-class>>>\n          <li class=<<menu-list-item-class>>>\n            <$list filter=\"[title<contextState>contains:opened-fields-filters<currentField>]\" emptyMessage=<<closed>>><<opened>></$list>\n          </li>\n        </$set>\n      </$set>\n    </$list>\n  </$list>\n</ol>"
        },
        "$:/plugins/bimlas/locator/templates/field-value-template": {
            "title": "$:/plugins/bimlas/locator/templates/field-value-template",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[[$:/config/bimlas/locator/fields/]addsuffix<currentField>get[text]]\" emptyMessage={{$:/plugins/bimlas/locator/field-templates/text}} variable=\"template\">\n  <$transclude tiddler=<<template>>/>\n</$list>"
        },
        "$:/plugins/bimlas/locator/templates/field-values": {
            "title": "$:/plugins/bimlas/locator/templates/field-values",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define remove-filtering-of-current-field()\n  <$action-setfield $tiddler=<<intersectionState>> $index=<<currentField>> $value=\"\"/>\n  <$action-setfield $tiddler=<<differenceState>> $index=<<currentField>> $value=\"\"/>\n  <$list filter=\"[<recursiveFilteringOfCurrentFieldAvailable>regexp[yes]]\" variable=\"null\">\n    <$action-setfield $tiddler=\"$:/state/bimlas/locator/search/recursive-filters/\" $index=<<currentField>> $value=\"\"/>\n  </$list>\n\\end\n\n\\define remove-from-intersection-state()\n  <$action-listops $tiddler=<<intersectionState>> $index=<<currentField>> $subfilter=\"-[all[current]]\"/>\n\\end\n\n\\define remove-from-difference-state()\n  <$action-listops $tiddler=<<differenceState>> $index=<<currentField>> $subfilter=\"-[all[current]]\"/>\n\\end\n\n\\define activate-actions()\n  <<__beforeActivateActions__>>\n  <$action-listops $tiddler=<<__filterState__>> $index=<<currentField>> $subfilter=\"[all[current]]\"/>\n\\end\n\n\\define inactivate-actions()\n  <$action-listops $tiddler=<<__filterState__>> $index=<<currentField>> $subfilter=\"-[all[current]]\"/>\n  <$list filter=\"[<recursiveFilteringOfCurrentFieldAvailable>regexp[yes]]\" variable=\"null\">\n    <$action-listops $tiddler=\"$:/state/bimlas/locator/search/recursive-filters/\" $index=<<currentField>> $subfilter=\"-[all[current]]\"/>\n  </$list>\n\\end\n\n\\define button-inactive()\n  <$button tooltip=<<__tooltip__>> class=<<link-button-class>> actions=<<activate-actions>>>\n    <<__icon__>>\n  </$button>\n\\end\n\n\\define button-active()\n  <$button tooltip=<<__tooltip__>> class=<<link-button-class additionalClasses:\"active\">> actions=<<inactivate-actions>>>\n    <<__icon__>>\n  </$button>\n\\end\n\n\\define toggle-button(filterState icon beforeActivateActions tooltip)\n  <$list filter=\"[title<__filterState__>locator-selected-field-values<currentField>is[current]]\" emptyMessage=<<button-inactive>>>\n    <<button-active>>\n  </$list>\n\\end\n\n\\define field-values-of-context-items() [subfilter<filterContextItems>locator-enlist-field-values<currentField>search:title<searchedFieldValue>] [subfilter<filter-selected-field-values>] +[sort[]]\n\n<ol class=\"bimlas-locator\">\n  <li class=<<menu-list-item-class>>>\n    <$tiddler tiddler=\"ANY-VALUE\">\n      <$macrocall\n        $name=\"toggle-button\"\n        filterState=<<intersectionState>>\n        icon={{$:/core/images/new-button}}\n        beforeActivateActions=<<remove-filtering-of-current-field>>\n        tooltip=\"Toggle filtering to any value\"\n      />\n      <$macrocall\n        $name=\"toggle-button\"\n        filterState=<<differenceState>>\n        icon={{$:/core/images/close-button}}\n        beforeActivateActions=<<remove-filtering-of-current-field>>\n        tooltip=\"Toggle filtering to any value\"\n      />\n      __Any value__\n    </$tiddler>\n  </li>\n  <$list filter=\"[subfilter<field-values-of-context-items>regexp[^ANY-VALUE$]count[]] -[[1]]\" variable=\"null\">\n    <$list filter=<<field-values-of-context-items>>>\n      <li class=<<menu-list-item-class>>>\n        <$macrocall\n          $name=\"toggle-button\"\n          filterState=<<intersectionState>>\n          icon={{$:/core/images/new-button}}\n          beforeActivateActions=<<remove-from-difference-state>>\n          tooltip=\"Toggle filtering to this value\"\n        />\n        <$macrocall\n          $name=\"toggle-button\"\n          filterState=<<differenceState>>\n          icon={{$:/core/images/close-button}}\n          beforeActivateActions=<<remove-from-intersection-state>>\n          tooltip=\"Toggle filtering to this value\"\n        />\n        <$list filter=\"[<recursiveFilteringOfCurrentFieldAvailable>regexp[yes]]\" variable=\"null\">\n          <$macrocall\n            $name=\"toggle-button\"\n            filterState=\"$:/state/bimlas/locator/search/recursive-filters/\"\n            icon={{$:/core/images/link}}\n            tooltip=\"Toggle recursive filtering to this value\"\n          />\n        </$list>\n        <$macrocall\n          $name=\"droppable-menu-list-item\"\n          content={{$:/plugins/bimlas/locator/templates/field-value-template}}\n          actions={{$:/plugins/bimlas/locator/actions/add-field-value}}\n        />\n      </li>\n    </$list>\n  </$list>\n</ol>\n"
        },
        "$:/plugins/bimlas/locator/templates/fields-filter": {
            "title": "$:/plugins/bimlas/locator/templates/fields-filter",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define open-actions()\n  <$action-listops $tiddler=<<contextState>> $field=\"opened-fields-filters\" $subfilter=\"[[FIELDS-FILTER]]\"/>\n\\end\n\n\\define close-actions()\n  <$action-listops $tiddler=<<contextState>> $field=\"opened-fields-filters\" $subfilter=\"-[[FIELDS-FILTER]]\"/>\n\\end\n\n\\define opened()\n  <$button class=<<fieldsFilterButtonClass>> actions=<<close-actions>>>\n    {{$:/core/images/up-arrow}} __Filter by fields__\n  </$button>\n  {{$:/plugins/bimlas/locator/buttons/remove-filters}}\n  <ol class=\"bimlas-locator\">\n    {{$:/plugins/bimlas/locator/templates/field-names}}\n  </ol>\n\\end\n\n\\define closed()\n  <$button class=<<fieldsFilterButtonClass>> actions=<<open-actions>>>\n    {{$:/core/images/down-arrow}} __Filter by fields__\n  </$button>\n  {{$:/plugins/bimlas/locator/buttons/remove-filters}}\n\\end\n\n<$set name=\"fieldsFilterButtonClass\" filter=\"[subfilter<filter-selected-field-values>first[]]\" value=<<link-button-class additionalClasses:\"active\">> emptyValue=<<link-button-class>>>\n  <$vars typeOfFieldsFilter=\"nested\">\n    <$list filter=\"[title<contextState>contains:opened-fields-filters[FIELDS-FILTER]]\" emptyMessage=<<closed>>><<opened>></$list>\n  </$vars>\n</$set>"
        },
        "$:/plugins/bimlas/locator/templates/history-item": {
            "title": "$:/plugins/bimlas/locator/templates/history-item",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "{{||$:/plugins/bimlas/locator/buttons/go-up-to-context}}\n{{||$:/plugins/bimlas/locator/field-templates/link}}"
        },
        "$:/plugins/bimlas/locator/templates/history": {
            "title": "$:/plugins/bimlas/locator/templates/history",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=<<filter-history>>>\n  <$macrocall $name=\"droppable-menu-list-item\" content={{$:/plugins/bimlas/locator/templates/history-item}} actions={{$:/plugins/bimlas/locator/actions/move-to-another-context}}/>\n</$list>\n"
        },
        "$:/plugins/bimlas/locator/templates/list-of-context-items": {
            "title": "$:/plugins/bimlas/locator/templates/list-of-context-items",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=<<filterContextItems>>>\n  <$macrocall\n    $name=\"droppable-menu-list-item\"\n    content={{$:/plugins/bimlas/locator/templates/context-item}}\n    actions={{$:/plugins/bimlas/locator/actions/move-to-another-context}}\n  />\n</$list>"
        },
        "$:/plugins/bimlas/locator/templates/list-of-links-in-text": {
            "title": "$:/plugins/bimlas/locator/templates/list-of-links-in-text",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[subfilter<filterContextItems>sort[]]\">\n  {{||$:/plugins/bimlas/locator/templates/context-item}}\n</$list>"
        },
        "$:/plugins/bimlas/locator/templates/search-toolbar": {
            "title": "$:/plugins/bimlas/locator/templates/search-toolbar",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$vars\n  titleOfNewTiddler={{$:/temp/search}}\n>\n  {{$:/plugins/bimlas/locator/buttons/clear-search-input}}\n  {{$:/plugins/bimlas/locator/buttons/copy-filter-to-advanced-search}}\n  {{$:/plugins/bimlas/locator/buttons/create-new-tiddler}}\n  {{$:/plugins/bimlas/locator/buttons/open-field-settings}}\n</$vars>\n"
        },
        "$:/plugins/bimlas/locator/templates/view-toolbar": {
            "title": "$:/plugins/bimlas/locator/templates/view-toolbar",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[title<contextState>!field:invert-direction[yes]]\" variable=\"null\">\n  <$list filter=\"[subfilter<filter-field-of-relationship>!regexp[^LINKS-IN-TEXT$]]\">\n    {{||$:/plugins/bimlas/locator/buttons/create-new-tiddler}}\n  </$list>\n  {{$:/plugins/bimlas/locator/buttons/search-in-context}}\n</$list>\n{{$:/plugins/bimlas/locator/buttons/collapse-history}}\n{{$:/plugins/bimlas/locator/buttons/toggle-context-settings}}"
        },
        "$:/plugins/bimlas/locator/viewtemplate/field-list": {
            "title": "$:/plugins/bimlas/locator/viewtemplate/field-list",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<table class=\"tc-view-field-table\">\n  <tbody>\n    <$list filter=\"[all[current]fields[]locator-enabled-fields[]sort[title]] -text\" variable=\"currentField\">\n      <tr class=\"tc-view-field\">\n        <td class=\"tc-view-field-name\">\n          <$text text=<<currentField>>/>\n        </td>\n        <td class=\"tc-view-field-value\">\n          <$list filter=\"[all[current]locator-enlist-field-values<currentField>]\">\n            {{||$:/plugins/bimlas/locator/templates/field-value-template}}\n          </$list>\n        </td>\n      </tr>\n    </$list>\n  </tbody>\n</table>"
        },
        "$:/plugins/bimlas/locator/viewtemplate/fields-info": {
            "title": "$:/plugins/bimlas/locator/viewtemplate/fields-info",
            "caption": "{{$:/language/TiddlerInfo/Fields/Caption}} (Locator)",
            "list-after": "$:/core/ui/TiddlerInfo/Fields",
            "tags": "$:/tags/TiddlerInfo",
            "type": "text/vnd.tiddlywiki",
            "text": "{{||$:/plugins/bimlas/locator/viewtemplate/field-list}}\n\n{{$:/plugins/bimlas/locator/buttons/open-field-settings}}"
        },
        "$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar": {
            "title": "$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar",
            "tags": "$:/tags/ViewToolbar",
            "type": "text/vnd.tiddlywiki",
            "caption": "{{$:/core/images/chevron-right}} locator sidebar",
            "description": "Browse hierarchy of tag in Locator sidebar",
            "list-before": "$:/core/ui/Buttons/open-window",
            "text": "\\whitespace trim\n<$button tooltip=\"Browse hierarchy of tag in Locator sidebar\" aria-label=\"locator sidebar\" class=<<tv-config-toolbar-class>>>\n<$vars\n  contextState=\"$:/state/bimlas/locator/view/context/\"\n  intersectionState=\"$:/state/bimlas/locator/view/intersection/\"\n  differenceState=\"$:/state/bimlas/locator/view/difference/\"\n>\n  {{||$:/plugins/bimlas/locator/actions/add-to-history}}\n</$vars>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\" variable=\"listItem\">\n{{$:/core/images/chevron-right}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text=\"locator sidebar\"/>\n</span>\n</$list>\n</$button>\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/felixhayashi/hotzone/config.js": {
            "title": "$:/plugins/felixhayashi/hotzone/config.js",
            "text": "/*\\\n\ntitle: $:/plugins/felixhayashi/hotzone/config.js\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n(function(){\"use strict\";exports.config={classNames:{storyRiver:\"tc-story-river\",tiddlerFrame:\"tc-tiddler-frame\",tiddlerTitle:\"tc-title\"},references:{userConfig:\"$:/config/hotzone/focusOffset\",focussedTiddlerStore:\"$:/temp/focussedTiddler\"},checkbackTime:$tw.utils.getAnimationDuration()}})();",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/hotzone/hotzone.js": {
            "title": "$:/plugins/felixhayashi/hotzone/hotzone.js",
            "text": "/*\\\n\ntitle: $:/plugins/felixhayashi/hotzone/hotzone.js\ntype: application/javascript\nmodule-type: startup\n\n@preserve\n\n\\*/\n(function(){\"use strict\";exports.name=\"hotzone\";exports.platforms=[\"browser\"];exports.after=[\"story\"];exports.synchronous=true;exports.startup=function(){var t=require(\"$:/plugins/felixhayashi/hotzone/config.js\").config;var e=null;var i=document.getElementsByClassName(t.classNames.storyRiver)[0];var r=$tw.wiki.getTiddlerData(t.references.userConfig,{});var s=isNaN(parseInt(r.focusOffset))?150:parseInt(r.focusOffset);var a=function(e,i,r){if(!(e instanceof Element))return;if(!$tw.utils.hasClass(e,t.classNames.tiddlerFrame))return;var s=e.getElementsByClassName(t.classNames.tiddlerTitle)[0];if(s){var a=s.innerText||s.textContent;return a.trim()}};var n=function(e,i){$tw.wiki.addTiddler(new $tw.Tiddler({title:t.references.focussedTiddlerStore,text:e},$tw.wiki.getModificationFields()));if(i){var r=document.getElementsByClassName(\"hzone-focus\")[0];if(r){$tw.utils.removeClass(r,\"hzone-focus\")}$tw.utils.addClass(i,\"hzone-focus\")}};var l=function(){var r=$tw.wiki.getTiddler(\"$:/StoryList\");if(r&&r.fields.list.length){var l=null;var o=Number.MAX_VALUE;var f=i.children;var u=t.classNames.tiddlerFrame;for(var d=f.length;d--;){if($tw.utils.hasClass(f[d],u)){var c=f[d].getBoundingClientRect();var v=Math.min(Math.abs(s-c.top),Math.abs(s-c.bottom));if(v<o){l=f[d];o=v}}}var w=a(l);if(w!==e&&$tw.wiki.getTiddler(w)){e=w;n(e,l);return}}else if(e){e=\"\";n(e)}};var o=function(t){var e;var i=false;return function(r,s){var a=this;if(i&&!s){}else{i=s;if(e!=null){clearTimeout(e)}e=setTimeout((function(){e=null;i=false;t.apply(a)}),r)}}};var f=o(l);var u=function(t){if(t[\"$:/HistoryList\"]){if(!$tw.wiki.tiddlerExists(\"$:/HistoryList\"))return;var e=$tw.wiki.getTiddler(\"$:/HistoryList\").fields[\"current-tiddler\"];var i=$tw.wiki.getTiddlerList(\"$:/StoryList\");var r=i.indexOf(e)>=0;if(!r)return;f($tw.utils.getAnimationDuration()+10,true)}else if(t[\"$:/StoryList\"]){f($tw.utils.getAnimationDuration()+10,true)}};var d=function(t){f(300,false)};$tw.wiki.addEventListener(\"change\",u);window.addEventListener(\"scroll\",d,false);d()}})();",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/felixhayashi/hotzone/Configuration": {
            "title": "$:/plugins/felixhayashi/hotzone/Configuration",
            "text": "Please see the [[GitHub page|https://github.com/felixhayashi/TW5-HotZone]] for more information on the options.\n\nSave and reload the wiki to activate changes.\n\n<table>\n  <tr>\n    <th align=\"left\">Focus offset:</th>\n    <td><$edit-text tiddler=\"$:/config/hotzone/focusOffset\" tag=\"input\" default=\"71px\" /></td>\n  </tr>\n</table>"
        },
        "$:/temp/focussedTiddler": {
            "title": "$:/temp/focussedTiddler"
        },
        "$:/plugins/felixhayashi/hotzone/License": {
            "title": "$:/plugins/felixhayashi/hotzone/License",
            "text": "This code is released under the BSD license. For the exact terms visit:\n\nhttps://github.com/felixhayashi/TW5-HotZone/blob/master/LICENSE"
        },
        "$:/plugins/felixhayashi/hotzone/Readme": {
            "title": "$:/plugins/felixhayashi/hotzone/Readme",
            "text": "Please visit the [[GitHub page|https://github.com/felixhayashi/TW5-HotZone]] for more information."
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/felixhayashi/respawn/respawn.js": {
            "title": "$:/plugins/felixhayashi/respawn/respawn.js",
            "text": "/*\\\n\ntitle: $:/plugins/felixhayashi/respawn/respawn.js\ntype: application/javascript\nmodule-type: startup\n\n@preserve\n\n\\*/\n\n(function(){\n  \n  /*jslint node: true, browser: true */\n  /*global $tw: false */\n  \"use strict\";\n  \n  var configTRef = \"$:/plugins/felixhayashi/respawn/config\";\n  \n  var changeListener = function(changedTiddlers) {\n    \n    if(!changedTiddlers[\"$:/StoryList\"]) return;\n    \n    var tObj = $tw.wiki.getTiddler(\"$:/StoryList\");\n    if(tObj && !tObj.fields[\"list\"].length) {\n      \n      var confTObj = $tw.wiki.getTiddler(configTRef);\n      var config = confTObj ? confTObj.fields : {};\n      \n      window.setTimeout(function() {\n        $tw.rootWidget.dispatchEvent({\n          type: \"tm-home\"\n        });\n      }, parseInt(config.delay) || 500);\n    }\n    \n  };\n  \n  exports.name = \"respawn\";\n  exports.platforms = [\"browser\"];\n  exports.after = [\"story\"];\n  exports.synchronous = true;\n  \n  exports.startup = function() {\n        \n    $tw.wiki.addEventListener(\"change\", changeListener);\n    \n  };\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/felixhayashi/respawn/Configuration": {
            "title": "$:/plugins/felixhayashi/respawn/Configuration",
            "text": "<!-- The config output is not written to this tiddler! -->\n\nPlease see the [[GitHub page|https://github.com/felixhayashi/TW5-Respawn]] for more information on the options.\n\nYou may have to save and reload the wiki to activate changes.\n\n<table>\n  <tr>\n    <th align=\"left\">Delay (seconds):</th>\n    <td>\n      <$edit-text\n          tiddler=\"$:/plugins/felixhayashi/respawn/config\"\n          field=\"delay\"\n          tag=\"input\"\n          default=\"500\" />\n    </td>\n  </tr>\n</table>"
        },
        "$:/plugins/felixhayashi/respawn/License": {
            "title": "$:/plugins/felixhayashi/respawn/License",
            "text": "This code is released under the BSD license. For the exact terms visit:\n\nhttps://github.com/felixhayashi/TW5-Respawn/blob/master/LICENSE"
        },
        "$:/plugins/felixhayashi/respawn/Readme": {
            "title": "$:/plugins/felixhayashi/respawn/Readme",
            "text": "Please visit the [[GitHub page|https://github.com/felixhayashi/TW5-Respawn]] for more information."
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/felixhayashi/tiddlymap/layout": {
            "text": "\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline \n\nbody .tc-page-container-wrapper.tc-modal-displayed{-webkit-filter:inherit;-moz-filter:inherit;filter:inherit}body .tc-modal-wrapper{z-index:1010}body .tc-modal-wrapper .tc-modal-header svg{vertical-align:sub}body .tc-modal-wrapper .tc-modal-header h3{line-height:10px}body .tc-modal-wrapper .tc-modal-body{min-height:250px;max-height:70vh;padding-top:0px;padding-bottom:0px;overflow:auto}body .tc-modal-wrapper .tc-modal-footer{padding:8px}body .tc-modal-wrapper .tc-modal-footer .tmap-dialog-button{font-weight:bold}body .tc-modal-wrapper .tc-modal-footer .tmap-hidden-close-button{display:none}table.tmap-table tr:nth-child(odd),.tc-modal-body table.tmap-config-table tr:nth-child(odd){background-color:#F0F0F0}table.tmap-table tr:nth-child(even),.tc-modal-body table.tmap-config-table tr:nth-child(even){background-color:#FFFFFF}.tmap-save-canvas-preview{text-align:center;background:lightgray}.tmap-save-canvas-preview img{background-color:white;max-width:100%;max-height:100px;border:1px solid red}.tmap-list-separator{display:block;background-color:#efefef;margin:10px 0 5px 0;cursor:default;border-bottom:1px dotted gray;font-weight:bold;font-size:0.8em}.tmap-unicode-icon{width:1em;display:inline-block;text-align:center;color:black}html .tmap-link{color:#5778D8}html .tmap-link:hover{color:white;background:#5778D8}html .tmap-small-list,html .tmap-smaller-list,html .tmap-very-small-list{overflow:auto;min-height:2em;max-height:9em;display:block}html .tmap-smaller-list{max-height:7em}html .tmap-very-small-list{max-height:5empx}html .tc-tiddler-controls button.tmap-active-button svg{fill:#888888}html #tmap-node-filter-dialog #tmap-filter-tips{font-size:0.8em}html #tmap-node-filter-dialog textarea{height:100px;max-height:300px;overflow:auto;width:100%;font-size:11px;font-family:\"Courier New\", Courier, monospace}@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}){.tc-sidebar-scrollable .tmap-desktop-editor .tmap-widget:not(.tmap-fullscreen){display:none}}@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}){.tc-sidebar-scrollable .tmap-mobile-editor{display:none}.tc-modal-wrapper{z-index:1010}.tc-modal-wrapper .tc-modal{boder:1px solid #999999;left:calc(50% - 400px);width:802px}.tc-modal-wrapper .tc-modal-body{left:calc(50% - 400px);width:800px}}@-o-keyframes fadein-keyframes{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadein-keyframes{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadein-keyframes{0%{opacity:0}100%{opacity:1}}@keyframes flash fadein-keyframes{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeout-keyframes{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeout-keyframes{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeout-keyframes{0%{opacity:1}100%{opacity:0}}@keyframes flash fadeout-keyframes{0%{opacity:1}100%{opacity:0}}.tmap-config-widget{background:#F0F0F0;padding:5px;margin:5px 0;box-sizing:border-box;display:block}.tmap-config-widget .vis-network{display:none}.tmap-config-widget .vis-configuration-wrapper{width:100%}.tmap-config-widget .vis-configuration-wrapper .vis-config-rangeinput{height:inherit;margin-left:4px}.tmap-config-widget .vis-configuration-wrapper .vis-configuration.vis-config-item{width:100%;height:inherit;background:none;padding-left:0px;left:0}.tmap-config-widget .vis-configuration-wrapper .vis-configuration.vis-config-item.tmap-vis-config-item-active .vis-config-label::after{content:\"(inherited)\";position:absolute;display:inline-block;margin-left:10px;-o-animation:fadein-keyframes 1s;-moz-animation:fadein-keyframes 1s;-webkit-animation:fadein-keyframes 1s;animation:fadein-keyframes 1s;content:\"✔\";color:green;font-weight:bold;font-size:15px}.tmap-config-widget .vis-configuration-wrapper .vis-configuration.vis-config-item button.tmap-config-item-reset{vertical-align:top;margin-left:5px}.tmap-config-widget .vis-configuration-wrapper .vis-configuration.vis-config-item .vis-config-range{width:150px}.tmap-config-widget .vis-configuration-wrapper .vis-configuration.vis-config-item .vis-config-range::-moz-range-track{width:150px !important}.tmap-config-widget .vis-configuration-wrapper .vis-configuration.vis-config-item .vis-config-label{width:150px}.tmap-config-widget::after{clear:both;content:\"\";display:block}.tmap-flash-message{border:1px solid lightgray;padding:5px;margin:6px 0;display:block;color:#333333}.tmap-flash-message.tmap-info,.tmap-flash-message.tmap-plain,.tmap-flash-message.tmap-neutral{background:#F0F0F0}.tmap-flash-message.tmap-info::before,.tmap-flash-message.tmap-plain::before,.tmap-flash-message.tmap-neutral::before{content:\"i\";display:inline-block;border-radius:50%;width:0.8em;border:2px solid;font-family:serif;text-align:center;height:0.8em;font-weight:bold;line-height:0.8em;vertical-align:text-top;margin-right:2px}.tmap-flash-message.tmap-valid,.tmap-flash-message.tmap-success{background:#D1EED4}.tmap-flash-message.tmap-valid::before,.tmap-flash-message.tmap-success::before{content:\"i\";display:inline-block;border-radius:50%;width:0.8em;border:2px solid;font-family:serif;text-align:center;height:0.8em;font-weight:bold;line-height:0.8em;vertical-align:text-top;margin-right:2px}.tmap-flash-message.tmap-warning{background:#FFF6D1}.tmap-flash-message.tmap-warning::before{content:\"\";display:inline-block;background:url(<<tmap \"datauri\" \"$:/core/images/warning\" \"\">>);display:inline-block;width:1em;height:1em;background-size:100% 100%;vertical-align:text-top;margin-right:2px}.tmap-flash-message.tmap-malformed,.tmap-flash-message.tmap-invalid,.tmap-flash-message.tmap-danger{background:#EED5D1}.tmap-flash-message.tmap-malformed::before,.tmap-flash-message.tmap-invalid::before,.tmap-flash-message.tmap-danger::before{content:\"\";display:inline-block;background:url(<<tmap \"datauri\" \"$:/core/images/warning\" \"\">>);display:inline-block;width:1em;height:1em;background-size:100% 100%;vertical-align:text-top;margin-right:2px}.tmap-widget{background:#FFFFFF;width:auto;position:relative;border:1px dotted lightgray;padding:2px;color:#666;display:block}.tmap-widget .tmap-download-canvas{display:none}.tmap-widget.tmap-click-to-use:not(.tmap-fullscreen) .vis-network:not(.vis-active){cursor:pointer}.tmap-widget.tmap-click-to-use:not(.tmap-fullscreen) .vis-network:not(.vis-active) .vis-navigation{display:none}.tmap-widget.tmap-click-to-use:not(.tmap-fullscreen) .vis-network:not(.vis-active):hover:before{color:gray;background:white;content:\"Click to use\";font-size:14px;font-weight:bold;right:calc(50% - 65px - 5px);position:absolute;text-align:center;top:calc(50% - 14px - 5px);width:130px;z-index:2000;padding:5px;pointer-events:none;background-color:rgba(255,255,255,0.3)}.tmap-widget .tmap-loading-bar{display:none;position:absolute;text-align:center;font-size:2em;padding:10px;top:50%;background:rgba(245,245,245,0.5);z-index:1;width:250px;margin:auto;left:0px;right:0px}.tmap-widget .tmap-vis-graph{height:calc(100% - 35px)}.tmap-widget.tmap-no-buttons .vis-navigation{display:none}.tmap-widget.tmap-advanced-editor .tmap-topbar{background:#d6d9d8}.tmap-widget.tmap-advanced-editor .tmap-topbar .tmap-active-button{color:#488DCD}.tmap-widget.tmap-advanced-editor .tmap-topbar .tmap-active-button svg{fill:#488DCD}.tmap-widget.tmap-advanced-editor .tmap-topbar .tmap-unicode-button{font-size:1.5em;vertical-align:bottom;height:28px;fill:#555555}.tmap-widget.tmap-advanced-editor .tmap-topbar .tmap-unicode-button svg{vertical-align:baseline}.tmap-widget .tmap-menu-bar{width:100%}.tmap-widget .tmap-topbar{background:#F5F5F5;border-bottom:1px solid lightgray;padding:3px 5px;height:35px;position:relative}.tmap-widget .tmap-topbar .tmap-view-label{width:100%;text-align:center;font-weight:bold;padding-top:3px}.tmap-widget .tmap-topbar .tmap-focus-button{position:absolute;right:10px;top:6px}.tmap-widget .tmap-topbar .tmap-focus-button input{width:140px}.tmap-widget .tmap-topbar .tmap-search-dropdown{position:relative}.tmap-widget .tmap-topbar .tmap-search-dropdown .tc-drop-down{position:absolute;z-index:999;right:0px}.tmap-widget .tmap-topbar [hidden]{display:none}.tmap-widget .tmap-topbar select{width:30%;max-width:200px;word-wrap:initial;padding:0px;height:28px}.tmap-widget .tmap-topbar button{line-height:inherit;color:#666}.tmap-widget .tmap-topbar>*{display:inline-block}.tmap-widget .tmap-topbar .tmap-separator:after{color:#bdbdbd;margin:3px;content:\" | \"}.tmap-widget .tmap-topbar .tc-edit-add-tag .tc-add-tag-name input{width:70%}.tmap-widget .tmap-topbar .tc-sidebar-header{text-shadow:none}.tmap-widget .tmap-topbar .tc-edit-tags{border:none;padding:inherit;box-shadow:none}.tmap-widget.tmap-static-mode .tmap-topbar{height:initial}.tmap-widget.tmap-static-mode .tmap-vis-graph{text-align:center;cursor:not-allowed}.tmap-widget.tmap-static-mode .tmap-vis-graph:not(.tmap-graph-placeholder):hover::before{box-shadow:10px 10px 5px lightgray;color:gray;background:white;content:\"Static\";font-size:18px;font-weight:bold;left:50%;margin-left:-100px;position:absolute;text-align:center;top:50px;width:200px;z-index:2000;padding:5px;pointer-events:none}.tmap-widget.tmap-static-mode .tmap-vis-graph.tmap-graph-placeholder::before{content:\"No Preview\";display:block;text-align:center;padding:20px}.tmap-widget .tc-drop-down{min-width:170px;padding:5px;margin:5px 0}.tmap-widget .tc-drop-down button,.tmap-widget .tc-drop-down a{padding:0 2px;text-decoration:none}.tmap-widget .tc-drop-down button:hover,.tmap-widget .tc-drop-down a:hover{color:#ffffff}.tmap-widget .tc-drop-down button svg,.tmap-widget .tc-drop-down a svg{vertical-align:middle}.tmap-widget .tc-block-dropdown{width:370px;min-width:370px;padding:5px;margin:15px 0 0 -370px}.tmap-widget .tc-block-dropdown a{display:inline;padding:0px}.tmap-widget.tmap-plain-design{border:none;padding:0px}.tmap-widget.tmap-plain-design .tmap-topbar{display:none}.tc-sidebar-scrollable .tmap-widget{position:absolute;min-height:350px}.tmap-widget div.vis-network .vis-edit-mode{height:26px}.tmap-widget div.vis-network .vis-manipulation{height:34px;border-top:1px solid #d6d9d8;background:rgba(245,245,245,0.7)}.tmap-widget div.vis-network .vis-navigation .vis-button.tmap-button-enabled{right:15px}.tmap-widget div.vis-network .vis-navigation .vis-button.tmap-button-enabled.tmap-fullscreen-button{bottom:90px;background-image:url(<<tmap \"datauri\" \"$:/plugins/felixhayashi/tiddlymap/media/fullscreen.png\" \"\">>)}.tmap-widget div.vis-network .vis-navigation .vis-button.tmap-button-enabled.tmap-halfscreen-button{bottom:130px;background-image:url(<<tmap \"datauri\" \"$:/plugins/felixhayashi/tiddlymap/media/halfscreen.png\" \"\">>)}.tmap-widget div.vis-network .vis-navigation .vis-button:hover{box-shadow:0 0 3px 3px rgba(75,75,75,0.3)}.tmap-widget div.vis-network .vis-navigation .vis-button:hover:before{background:beige;display:block;color:black;padding:3px;position:relative;border:1px solid lightgray;width:80px;left:-100px;top:-50px;z-index:1000;text-align:center}.tmap-widget div.vis-network .vis-navigation .vis-button:hover.vis-up:before{left:30px;content:\"Scroll up\"}.tmap-widget div.vis-network .vis-navigation .vis-button:hover.vis-down:before{left:30px;content:\"Scroll down\"}.tmap-widget div.vis-network .vis-navigation .vis-button:hover.vis-right:before{left:30px;content:\"Scroll right\"}.tmap-widget div.vis-network .vis-navigation .vis-button:hover.vis-left:before{left:30px;content:\"Scroll left\"}.tmap-widget div.vis-network .vis-navigation .vis-button:hover.vis-zoomOut:before{content:\"Zoom out\"}.tmap-widget div.vis-network .vis-navigation .vis-button:hover.vis-zoomIn:before{content:\"Zoom in\"}.tmap-widget div.vis-network .vis-navigation .vis-button:hover.vis-zoomExtends:before{content:\"Fit whole graph\"}.tmap-widget div.vis-network .vis-navigation .vis-button:hover.tmap-fullscreen-button:before{content:\"Toggle Fullscreen\"}.tmap-widget div.vis-network .vis-navigation .vis-button:hover.tmap-halfscreen-button:before{content:\"Toggle Halfscreen\"}.tc-dropzone>.tc-story-river .tmap-widget .vis-navigation .tmap-halfscreen-button{display:none}.tc-dropzone>.tc-story-river .tmap-widget:not(.tmap-fullscreen) .vis-navigation .vis-button{display:none}.tc-dropzone>.tc-story-river .tmap-widget:hover .vis-navigation .vis-button.tmap-fullscreen-button{display:block}.tc-dropzone>.tc-story-river .tmap-widget:hover .vis-navigation .vis-button.vis-zoomExtends{display:block}body.tmap-has-fullscreen-widget{overflow:hidden}body.tmap-has-fullscreen-widget .tmap-widget.tmap-fullscreen{background:white !important;height:100% !important;width:100% !important;position:fixed !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;z-index:999 !important;border:none !important;margin:0 !important}body.tmap-has-fullscreen-widget .tc-dropzone>*.tmap-has-fullscreen-widget{background:white !important;height:100% !important;width:100% !important;position:fixed !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;z-index:999 !important;border:none !important;margin:0 !important}body.tmap-has-fullscreen-widget .tc-dropzone>*:not(.tmap-has-fullscreen-widget){display:none}body.tmap-has-halfscreen-widget .tmap-widget.tmap-halfscreen{background:white !important;height:100% !important;width:100% !important;position:fixed !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;z-index:999 !important;border:none !important;margin:0 !important;position:absolute !important;border-left:1px solid lightgray !important}.tc-modal-footer .tmap-hidden-close-button{display:none}.tmap-modal-content{position:relative;padding:1em 0;padding-top:0}.tmap-modal-content table tr td{vertical-align:top}.tmap-modal-content :not(pre)>code{padding:1px;font-size:0.9em;position:relative;top:-1px}.tmap-modal-content :not(pre)>code{color:#666}.tmap-modal-content .tc-tab-set .tc-tab-content{margin-top:0.5em}.tmap-modal-content .tc-image-button{font-size:14px}.tmap-modal-content fieldset{margin:0px}.tmap-modal-content fieldset legend{font-weight:bold}.tc-modal-body .tmap-modal-editor>p{margin:0px}.tc-modal-body .tmap-modal-editor .tmap-template-select select{width:50%}.tc-modal-body .tmap-modal-editor .tc-tiddler-frame{margin:auto;width:auto}.tc-modal-body .tmap-modal-editor .tc-tiddler-frame .tc-tiddler-controls{display:none}.tc-modal-body .tmap-modal-editor .tc-tiddler-frame .tc-tiddler-title{display:none}.tc-modal-body table{margin:6px 0;border:none;width:100%}.tc-modal-body table td,.tc-modal-body table th{border:1px solid lightgray}.tc-modal-body table.tmap-key-value-table th{width:30%;background-color:#F0F0F0}.tc-modal-body table.tmap-config-table.tmap-large-input tr td:last-child{width:20%}.tc-modal-body table.tmap-config-table.tmap-small-input tr td:last-child{width:60%}.tc-modal-body table.tmap-config-table tr td{border:none;vertical-align:top;padding:5px}.tc-modal-body table.tmap-config-table tr td:first-child{width:15%}.tc-modal-body table.tmap-config-table tr td:last-child{width:40%}.tc-modal-body table.tmap-config-table tr td input:not([type=radio]),.tc-modal-body table.tmap-config-table tr td textarea,.tc-modal-body table.tmap-config-table tr td select{width:100%;word-wrap:normal}.tc-modal-body table.tmap-config-table tr td textarea{height:100%}.tc-modal-body table.tmap-config-table tr td .tmap-no-stretch input,.tc-modal-body table.tmap-config-table tr td .tmap-no-stretch textarea,.tc-modal-body table.tmap-config-table tr td .tmap-no-stretch select{width:auto}.tc-modal-body table.tmap-config-table tr td div.tmap-button-wrapper{text-align:center}.tc-modal-body table.tmap-config-table tr td .tmap-note{margin-top:0.5em}.tc-modal-body table.tmap-config-table tr td .tmap-description{font-style:italic}#tmap-element-type-manager>div:first-child{height:50vh;float:left;width:21%;background:linear-gradient(90deg, #f5f5f5 0%, #fff 50%)}#tmap-element-type-manager>div:first-child .tmap-searchbar{padding:1em 0 0 0}#tmap-element-type-manager>div:first-child .tmap-searchbar input{width:calc(100% - 36px)}#tmap-element-type-manager>div:first-child .tmap-searchbar button{width:30px;float:right}#tmap-element-type-manager>div:first-child ul{height:calc(100% - 65px);overflow:auto;margin-top:1em;padding:0}#tmap-element-type-manager>div:first-child ul.no-bullets li{list-style:none}#tmap-element-type-manager>div:first-child ul li{white-space:nowrap}#tmap-element-type-manager>div:first-child ul li .tmap-ranking{width:30px;display:inline-block}#tmap-element-type-manager>div:last-child{height:100%;width:calc(79% - 15px);float:right}#tmap-element-type-manager>div:last-child .tc-tab-set .tc-tab-content{overflow:auto;height:50vh}.tmap-manage-node-types .tmap-edge-type-specific{display:none !important}.tmap-manage-edge-types .tmap-node-type-specific{display:none !important}.tmap-modal-fullscreen-editor .tc-tab-content p{margin:1em 0}.tmap-has-pending-template{background-color:#C1EDC4}#tmap-search-table td{border:none;padding-left:0px}#tmap-search-table td:first-child{width:30px}#tmap-search-table b{display:inline-block;width:40px;text-align:right}#tmap-search-table ul{padding-left:20px;margin:1em 0 0 0}#tmap-search-table ul li{list-style:inherit}#tmap-search-table ul button{text-align:left}button.tmap-go-back{margin-bottom:1em;font-weight:bold}.tmap-badges>span,.tmap-badge{background:gray;font-size:11px;color:white;padding:3px 4px;display:inline-block;font-weight:bold;border-radius:2px;line-height:1em;cursor:help}.tmap-badges>span.tmap-red-flag,.tmap-badge.tmap-red-flag{background:red}.tmap-popup{display:none;position:absolute;opacity:0;transition:opacity 0.3s ease}.tmap-popup.tmap-popup-active{opacity:1}.tmap-tooltip{box-shadow:3px 3px 10px rgba(0,0,0,0.2);min-width:100px;min-height:50px;max-width:<<tmap option config.sys.popups.width>>;max-height:<<tmap option config.sys.popups.height>>;padding:5px;resize:both;overflow:auto;cursor:auto;font-family:verdana;font-size:14px;background-color:#f5f4ed;border:1px solid #808074;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.tmap-tooltip[style*=\"height\"]{max-height:none !important}.tmap-tooltip[style*=\"width\"]{max-width:none !important}.tmap-quick-connect{font-size:0.7em}.tmap-quick-connect p{padding-left:0;padding-right:0}.tmap-quick-connect .tc-drop-down{padding:5px;width:250px;white-space:normal;line-height:1em;position:absolute;z-index:1000;right:50px;background:linear-gradient(45deg, #f5f5f5 0%, #fff 50%, #f5f5f5 100%)}.tmap-quick-connect .tc-drop-down:first-child{padding-top:0;margin-top:0}.tmap-quick-connect .tc-drop-down .title{margin:1.5em 0 0.5em 0;font-weight:bold;color:gray}.tmap-quick-connect .tc-drop-down select{width:80px;word-wrap:initial}.tmap-quick-connect .tc-drop-down table{width:100%;border:none;margin:0.5em 0}.tmap-quick-connect .tc-drop-down table td,.tmap-quick-connect .tc-drop-down table th{padding:3px 3px 3px 0;vertical-align:middle;font-weight:normal;border:none}.tmap-quick-connect .tc-drop-down table td table,.tmap-quick-connect .tc-drop-down table th table{margin:0}.tmap-quick-connect .tc-drop-down .tmap-quick-connect-search-bar,.tmap-quick-connect .tc-drop-down .tmap-quick-connect-existing-bar{background:#F1F1F1;margin-top:0;border-bottom:1px solid #D5D5D5;border-top:1px solid #D5D5D5}.tmap-quick-connect .tc-drop-down table.tmap-quick-connect-search-bar td,.tmap-quick-connect .tc-drop-down th{padding:5px}.tmap-quick-connect .tc-drop-down .tmap-quick-connect-existing-bar{padding:5px}.tmap-quick-connect .tc-drop-down .tmap-connection-table th,.tmap-quick-connect .tc-drop-down .tmap-connection-table td{text-align:left;padding:1px 1px 1px 0}.tmap-quick-connect .tc-drop-down .tmap-connection-table button{width:20px;padding:0px}.tmap-quick-connect .tc-drop-down .tmap-scroll-table{height:120px;overflow:auto;display:block}.tmap-quick-connect .tc-drop-down hr{border:0;height:0;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}.tmap-quick-connect .tc-drop-down a{display:inline;padding:0;color:#5778d8;background:transparent}.tmap-quick-connect .tc-drop-down a:hover{background:transparent;color:#5778d8;text-decoration:underline}.tmap-quick-connect .tc-drop-down button{display:inline-block;padding:0px 3px;text-align:center;color:#333333;line-height:1.0}.tmap-quick-connect .tc-drop-down button:hover{color:#ffffff}.tmap-quick-connect .tc-drop-down button svg{fill:inherit}.tmap-quick-connect .tc-drop-down button svg:hover{fill:#ffffff}\n",
            "title": "$:/plugins/felixhayashi/tiddlymap/layout",
            "type": "text/vnd.tiddlywiki",
            "tags": [
                "$:/tags/Stylesheet"
            ]
        },
        "$:/plugins/felixhayashi/tiddlymap/js/AbstractEdgeTypeSubscriber": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/AbstractEdgeTypeSubscriber",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _createClass=function(){function e(e,r){for(var t=0;t<r.length;t++){var i=r[t];i.enumerable=i.enumerable||false;i.configurable=true;if(\"value\"in i)i.writable=true;Object.defineProperty(e,i.key,i)}}return function(r,t,i){if(t)e(r.prototype,t);if(i)e(r,i);return r}}();/* @preserve TW-Guard */ /* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/AbstractEdgeTypeSubscriber\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */\n/* @preserve TW-Guard */var _EdgeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/EdgeType\");var _EdgeType2=_interopRequireDefault(_EdgeType);var _exception=require(\"$:/plugins/felixhayashi/tiddlymap/js/exception\");function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,r){if(!(e instanceof r)){throw new TypeError(\"Cannot call a class as a function\")}}var AbstractEdgeTypeSubscriber=function(){function e(r){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},i=t.priority,n=i===undefined?0:i,a=t.skipOthers,s=a===undefined?true:a,u=t.ignore,l=u===undefined?false:u;_classCallCheck(this,e);this.allEdgeTypes=r;this.priority=n;this.skipOthers=s;this.ignore=l}_createClass(e,[{key:\"setTracker\",value:function e(r){this.tracker=r}},{key:\"loadEdges\",value:function e(r,t,i){throw new _exception.MissingOverrideError(this,\"loadEdges\")}},{key:\"canHandle\",value:function e(r){throw new _exception.MissingOverrideError(this,\"canHandle\")}},{key:\"insertEdge\",value:function e(r,t,i){}},{key:\"deleteEdge\",value:function e(r,t,i){}}]);return e}();exports.default=AbstractEdgeTypeSubscriber;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/edgeTypeSubscriber/AbstractEdgeTypeSubscriber.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/AbstractMagicEdgeTypeSubscriber": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/AbstractMagicEdgeTypeSubscriber",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _createClass=function(){function e(e,r){for(var t=0;t<r.length;t++){var i=r[t];i.enumerable=i.enumerable||false;i.configurable=true;if(\"value\"in i)i.writable=true;Object.defineProperty(e,i.key,i)}}return function(r,t,i){if(t)e(r.prototype,t);if(i)e(r,i);return r}}();var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _Edge=require(\"$:/plugins/felixhayashi/tiddlymap/js/Edge\");var _Edge2=_interopRequireDefault(_Edge);var _exception=require(\"$:/plugins/felixhayashi/tiddlymap/js/exception\");var _AbstractRefEdgeTypeSubscriber=require(\"$:/plugins/felixhayashi/tiddlymap/js/AbstractRefEdgeTypeSubscriber\");var _AbstractRefEdgeTypeSubscriber2=_interopRequireDefault(_AbstractRefEdgeTypeSubscriber);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,r){if(!(e instanceof r)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,r){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return r&&(typeof r===\"object\"||typeof r===\"function\")?r:e}function _inherits(e,r){if(typeof r!==\"function\"&&r!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof r)}e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(r)Object.setPrototypeOf?Object.setPrototypeOf(e,r):e.__proto__=r}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/AbstractMagicEdgeTypeSubscriber\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var AbstractMagicEdgeTypeSubscriber=function(e){_inherits(r,e);function r(e,t){_classCallCheck(this,r);var i=_possibleConstructorReturn(this,(r.__proto__||Object.getPrototypeOf(r)).call(this,e,t));i.edgeTypesByFieldName=_utils2.default.makeHashMap();for(var a in e){var n=e[a];if(i.canHandle(n)){i.edgeTypesByFieldName[n.name]=n}}return i}_createClass(r,[{key:\"getReferencesFromField\",value:function e(r,t,i){throw new _exception.MissingOverrideError(this,\"getReferencesFromField\")}},{key:\"getReferences\",value:function e(r,t,i){var a=_utils2.default.makeHashMap();var n=r.fields;for(var s in n){var u=this.edgeTypesByFieldName[s];if(!u||i&&!i[u.id])continue;var o=this.getReferencesFromField(r,s,t);if(o&&o.length){a[u.id]=o}}return a}}]);return r}(_AbstractRefEdgeTypeSubscriber2.default);exports.default=AbstractMagicEdgeTypeSubscriber;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/edgeTypeSubscriber/AbstractMagicEdgeTypeSubscriber.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/AbstractRefEdgeTypeSubscriber": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/AbstractRefEdgeTypeSubscriber",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _createClass=function(){function e(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||false;i.configurable=true;if(\"value\"in i)i.writable=true;Object.defineProperty(e,i.key,i)}}return function(t,r,i){if(r)e(t.prototype,r);if(i)e(t,i);return t}}();var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _Edge=require(\"$:/plugins/felixhayashi/tiddlymap/js/Edge\");var _Edge2=_interopRequireDefault(_Edge);var _exception=require(\"$:/plugins/felixhayashi/tiddlymap/js/exception\");var _AbstractEdgeTypeSubscriber=require(\"$:/plugins/felixhayashi/tiddlymap/js/AbstractEdgeTypeSubscriber\");var _AbstractEdgeTypeSubscriber2=_interopRequireDefault(_AbstractEdgeTypeSubscriber);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/AbstractRefEdgeTypeSubscriber\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var AbstractRefEdgeTypeSubscriber=function(e){_inherits(t,e);function t(){_classCallCheck(this,t);return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}_createClass(t,[{key:\"loadEdges\",value:function e(t,r,i){var a=this.getReferences(t,r,i);if(!a||!_utils2.default.hasElements(a))return;var s=t.fields[\"tmap.id\"];var n=$tm.tracker.getIdsByTiddlers();var u=this.allEdgeTypes;var l=_utils2.default.getTiddlerRef(t);var o=_utils2.default.makeHashMap();for(var f in a){var c=a[f];if(!c){continue}var p=u[f];for(var d=c.length;d--;){var _=c[d];if(!_||!$tw.wiki.tiddlerExists(_)||_utils2.default.isSystemOrDraft(_)||r&&!r[_]){continue}var b=p.id+$tw.utils.hashString(l+_);o[b]=new _Edge2.default(s,n[_],p.id,b)}}return o}},{key:\"getReferences\",value:function e(t,r,i){throw new _exception.MissingOverrideError(this,\"getReferences\")}}]);return t}(_AbstractEdgeTypeSubscriber2.default);exports.default=AbstractRefEdgeTypeSubscriber;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/edgeTypeSubscriber/AbstractRefEdgeTypeSubscriber.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/EdgeTypeSubscriberRegistry": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/EdgeTypeSubscriberRegistry",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _createClass=function(){function e(e,r){for(var t=0;t<r.length;t++){var s=r[t];s.enumerable=s.enumerable||false;s.configurable=true;if(\"value\"in s)s.writable=true;Object.defineProperty(e,s.key,s)}}return function(r,t,s){if(t)e(r.prototype,t);if(s)e(r,s);return r}}();function _classCallCheck(e,r){if(!(e instanceof r)){throw new TypeError(\"Cannot call a class as a function\")}}\n/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/EdgeTypeSubscriberRegistry\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var EdgeTypeSubscriberRegistry=function(){function e(r,t,s){_classCallCheck(this,e);this.subscriberClasses=r;this.tracker=s;this.updateIndex(t)}_createClass(e,[{key:\"getAllForType\",value:function e(r){var t=this.allSubscribers;var s=[];for(var i=0,a=t.length;i<a;i++){if(t[i].canHandle(r)){s.push(t[i]);if(t[i].skipOthers){break}}}return s}},{key:\"getAll\",value:function e(){return this.allSubscribers}},{key:\"updateIndex\",value:function e(r){var t=[];var s=this.subscriberClasses;for(var i in s){var a=new s[i](r);a.setTracker(this.tracker);if(a.ignore===true){continue}t.push(a)}t.sort(function(e,r){return r.priority-e.priority});this.allSubscribers=t}}]);return e}();exports.default=EdgeTypeSubscriberRegistry;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/edgeTypeSubscriber/EdgeTypeSubscriberRegistry.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/tmap": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/tmap",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.TmapEdgeTypeSubscriber=undefined;var _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r){if(Object.prototype.hasOwnProperty.call(r,i)){e[i]=r[i]}}}return e};var _createClass=function(){function e(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||false;i.configurable=true;if(\"value\"in i)i.writable=true;Object.defineProperty(e,i.key,i)}}return function(t,r,i){if(r)e(t.prototype,r);if(i)e(t,i);return t}}();var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _Edge=require(\"$:/plugins/felixhayashi/tiddlymap/js/Edge\");var _Edge2=_interopRequireDefault(_Edge);var _AbstractEdgeTypeSubscriber=require(\"$:/plugins/felixhayashi/tiddlymap/js/AbstractEdgeTypeSubscriber\");var _AbstractEdgeTypeSubscriber2=_interopRequireDefault(_AbstractEdgeTypeSubscriber);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/tmap\ntype: application/javascript\nmodule-type: tmap.edgetypehandler\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var TmapEdgeTypeSubscriber=function(e){_inherits(t,e);function t(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,t);return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,_extends({priority:0},r)))}_createClass(t,[{key:\"loadEdges\",value:function e(t,r,i){var a=_utils2.default.parseFieldData(t,\"tmap.edges\");if(!a){return}var n=this.tracker.getTiddlersByIds();var u=t.fields[\"tmap.id\"];var s=_utils2.default.makeHashMap();for(var l in a){var o=a[l];var d=n[o.to];if(d&&(!r||r[d])&&(!i||i[o.type])){s[l]=new _Edge2.default(u,o.to,o.type,l)}}return s}},{key:\"insertEdge\",value:function e(t,r,i){var a=_utils2.default.parseFieldData(t,\"tmap.edges\",{});r.id=r.id||_utils2.default.genUUID();a[r.id]={to:r.to,type:i.id};_utils2.default.writeFieldData(t,\"tmap.edges\",a,$tm.config.sys.jsonIndentation);return r}},{key:\"deleteEdge\",value:function e(t,r,i){if(!r.id)return;var a=_utils2.default.parseFieldData(t,\"tmap.edges\",{});delete a[r.id];_utils2.default.writeFieldData(t,\"tmap.edges\",a,$tm.config.sys.jsonIndentation);return r}},{key:\"canHandle\",value:function e(t){return true}}]);return t}(_AbstractEdgeTypeSubscriber2.default);exports.TmapEdgeTypeSubscriber=TmapEdgeTypeSubscriber;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/edgeTypeSubscriber/TmapEdgeTypeSubscriber.js.map\n",
            "type": "application/javascript",
            "module-type": "tmap.edgetypehandler"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/field": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/field",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.FieldEdgeTypeSubscriber=undefined;var _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r){if(Object.prototype.hasOwnProperty.call(r,i)){e[i]=r[i]}}}return e};var _createClass=function(){function e(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||false;i.configurable=true;if(\"value\"in i)i.writable=true;Object.defineProperty(e,i.key,i)}}return function(t,r,i){if(r)e(t.prototype,r);if(i)e(t,i);return t}}();var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _AbstractMagicEdgeTypeSubscriber=require(\"$:/plugins/felixhayashi/tiddlymap/js/AbstractMagicEdgeTypeSubscriber\");var _AbstractMagicEdgeTypeSubscriber2=_interopRequireDefault(_AbstractMagicEdgeTypeSubscriber);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/field\ntype: application/javascript\nmodule-type: tmap.edgetypehandler\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var FieldEdgeTypeSubscriber=function(e){_inherits(t,e);function t(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,t);return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,_extends({priority:10},r)))}_createClass(t,[{key:\"canHandle\",value:function e(t){return t.namespace===\"tw-field\"}},{key:\"getReferencesFromField\",value:function e(t,r,i){return[t.fields[r]]}},{key:\"insertEdge\",value:function e(t,r,i){var n=this.tracker.getTiddlerById(r.to);if(n==null){return}_utils2.default.setField(t,i.name,n);return r}},{key:\"deleteEdge\",value:function e(t,r,i){var n=this.tracker.getTiddlerById(r.to);if(n==null){return}_utils2.default.setField(t,i.name,undefined);return r}}]);return t}(_AbstractMagicEdgeTypeSubscriber2.default);exports.FieldEdgeTypeSubscriber=FieldEdgeTypeSubscriber;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/edgeTypeSubscriber/magicEdgeTypeSubscriber/FieldEdgeTypeSubscriber.js.map\n",
            "type": "application/javascript",
            "module-type": "tmap.edgetypehandler"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/filter": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/filter",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.FilterEdgeTypeSubstriber=undefined;var _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r){if(Object.prototype.hasOwnProperty.call(r,i)){e[i]=r[i]}}}return e};var _createClass=function(){function e(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||false;i.configurable=true;if(\"value\"in i)i.writable=true;Object.defineProperty(e,i.key,i)}}return function(t,r,i){if(r)e(t.prototype,r);if(i)e(t,i);return t}}();var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _AbstractMagicEdgeTypeSubscriber=require(\"$:/plugins/felixhayashi/tiddlymap/js/AbstractMagicEdgeTypeSubscriber\");var _AbstractMagicEdgeTypeSubscriber2=_interopRequireDefault(_AbstractMagicEdgeTypeSubscriber);var _widget=require(\"$:/core/modules/widgets/widget.js\");var _widget2=_interopRequireDefault(_widget);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/filter\ntype: application/javascript\nmodule-type: tmap.edgetypehandler\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var FilterEdgeTypeSubstriber=function(e){_inherits(t,e);function t(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,t);return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,_extends({priority:10},r)))}_createClass(t,[{key:\"canHandle\",value:function e(t){return t.namespace===\"tw-filter\"}},{key:\"getReferencesFromField\",value:function e(t,r,i){var n=t.fields[r];var a=new _widget2.default.widget({});a.setVariable(\"currentTiddler\",t.fields.title);var u=new _widget2.default.widget({},{parentWidget:a});var s=_utils2.default.getMatches(n,i,u);return s}},{key:\"insertEdge\",value:function e(t,r,i){if(!r.to){return}var n=i.name;var a=t.fields[n]||\"\";var u=this.tracker.getTiddlerById(r.to);var s=$tw.utils.stringifyList([u]);if(a.length>0){s=\" \"+s}_utils2.default.setField(t,n,a+s);return r}}]);return t}(_AbstractMagicEdgeTypeSubscriber2.default);exports.FilterEdgeTypeSubstriber=FilterEdgeTypeSubstriber;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/edgeTypeSubscriber/magicEdgeTypeSubscriber/FilterEdgeTypeSubscriber.js.map\n",
            "type": "application/javascript",
            "module-type": "tmap.edgetypehandler"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/list": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/list",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.ListEdgeTypeSubscriber=undefined;var _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r){if(Object.prototype.hasOwnProperty.call(r,i)){e[i]=r[i]}}}return e};var _createClass=function(){function e(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||false;i.configurable=true;if(\"value\"in i)i.writable=true;Object.defineProperty(e,i.key,i)}}return function(t,r,i){if(r)e(t.prototype,r);if(i)e(t,i);return t}}();var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _AbstractMagicEdgeTypeSubscriber=require(\"$:/plugins/felixhayashi/tiddlymap/js/AbstractMagicEdgeTypeSubscriber\");var _AbstractMagicEdgeTypeSubscriber2=_interopRequireDefault(_AbstractMagicEdgeTypeSubscriber);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/list\ntype: application/javascript\nmodule-type: tmap.edgetypehandler\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var ListEdgeTypeSubscriber=function(e){_inherits(t,e);function t(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,t);return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,_extends({priority:10},r)))}_createClass(t,[{key:\"canHandle\",value:function e(t){return t.namespace===\"tw-list\"}},{key:\"getReferencesFromField\",value:function e(t,r,i){return $tw.utils.parseStringArray(t.fields[r])}},{key:\"insertEdge\",value:function e(t,r,i){if(!r.to){return}var n=i.name;var s=$tw.utils.parseStringArray(t.fields[n]);s=(s||[]).slice();var a=this.tracker.getTiddlerById(r.to);s.push(a);_utils2.default.setField(t,n,$tw.utils.stringifyList(s));return r}},{key:\"deleteEdge\",value:function e(t,r,i){var n=$tw.utils.parseStringArray(t.fields[i.name]);n=(n||[]).slice();var s=this.tracker.getTiddlerById(r.to);var a=n.indexOf(s);if(a>-1){n.splice(a,1)}var u=void 0;if(n.length>0){u=$tw.utils.stringifyList(n)}_utils2.default.setField(t,i.name,u);return r}}]);return t}(_AbstractMagicEdgeTypeSubscriber2.default);exports.ListEdgeTypeSubscriber=ListEdgeTypeSubscriber;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/edgeTypeSubscriber/magicEdgeTypeSubscriber/ListEdgeTypeSubscriber.js.map\n",
            "type": "application/javascript",
            "module-type": "tmap.edgetypehandler"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/body/link": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/body/link",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.LinkEdgeTypeSubscriber=undefined;var _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r){if(Object.prototype.hasOwnProperty.call(r,n)){e[n]=r[n]}}}return e};var _createClass=function(){function e(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||false;n.configurable=true;if(\"value\"in n)n.writable=true;Object.defineProperty(e,n.key,n)}}return function(t,r,n){if(r)e(t.prototype,r);if(n)e(t,n);return t}}();var _AbstractRefEdgeTypeSubscriber=require(\"$:/plugins/felixhayashi/tiddlymap/js/AbstractRefEdgeTypeSubscriber\");var _AbstractRefEdgeTypeSubscriber2=_interopRequireDefault(_AbstractRefEdgeTypeSubscriber);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/body/link\ntype: application/javascript\nmodule-type: tmap.edgetypehandler\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var LinkEdgeTypeSubscriber=function(e){_inherits(t,e);function t(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,t);return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,_extends({priority:20},r)))}_createClass(t,[{key:\"canHandle\",value:function e(t){return t.id===\"tw-body:link\"}},{key:\"getReferences\",value:function e(t,r,n){if(n&&!n[\"tw-body:link\"]){return}var i=$tw.wiki.getTiddlerLinks(t.fields.title);if(!i||!i.length){return}return{\"tw-body:link\":i}}}]);return t}(_AbstractRefEdgeTypeSubscriber2.default);exports.LinkEdgeTypeSubscriber=LinkEdgeTypeSubscriber;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/edgeTypeSubscriber/refEdgeTypeSubscriber/LinkEdgeTypeSubscriber.js.map\n",
            "type": "application/javascript",
            "module-type": "tmap.edgetypehandler"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/body/transclude": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/body/transclude",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.TranscludeEdgeTypeSubscriber=undefined;var _extends=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t){if(Object.prototype.hasOwnProperty.call(t,n)){e[n]=t[n]}}}return e};var _createClass=function(){function e(e,r){for(var t=0;t<r.length;t++){var n=r[t];n.enumerable=n.enumerable||false;n.configurable=true;if(\"value\"in n)n.writable=true;Object.defineProperty(e,n.key,n)}}return function(r,t,n){if(t)e(r.prototype,t);if(n)e(r,n);return r}}();var _AbstractRefEdgeTypeSubscriber=require(\"$:/plugins/felixhayashi/tiddlymap/js/AbstractRefEdgeTypeSubscriber\");var _AbstractRefEdgeTypeSubscriber2=_interopRequireDefault(_AbstractRefEdgeTypeSubscriber);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,r){if(!(e instanceof r)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,r){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return r&&(typeof r===\"object\"||typeof r===\"function\")?r:e}function _inherits(e,r){if(typeof r!==\"function\"&&r!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof r)}e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(r)Object.setPrototypeOf?Object.setPrototypeOf(e,r):e.__proto__=r}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/modules/edge-type-handler/body/transclude\ntype: application/javascript\nmodule-type: tmap.edgetypehandler\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var TranscludeEdgeTypeSubscriber=function(e){_inherits(r,e);function r(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,r);return _possibleConstructorReturn(this,(r.__proto__||Object.getPrototypeOf(r)).call(this,e,_extends({priority:20,ignore:typeof $tw.wiki.getTiddlerTranscludes!==\"function\"},t)))}_createClass(r,[{key:\"canHandle\",value:function e(r){return r.id===\"tw-body:transclude\"}},{key:\"getReferences\",value:function e(r,t,n){if(n&&!n[\"tw-body:transclude\"]){return}var i=$tw.wiki.getTiddlerTranscludes(r.fields.title);if(!i||!i.length){return}return{\"tw-body:transclude\":i}}}]);return r}(_AbstractRefEdgeTypeSubscriber2.default);exports.TranscludeEdgeTypeSubscriber=TranscludeEdgeTypeSubscriber;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/edgeTypeSubscriber/refEdgeTypeSubscriber/TranscludeEdgeTypeSubscriber.js.map\n",
            "type": "application/javascript",
            "module-type": "tmap.edgetypehandler"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/Edge": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/Edge",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/Edge\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var Edge=function e(t,i,s,l){_classCallCheck(this,e);this.from=t;this.to=i;this.type=s;this.id=l||_utils2.default.genUUID()};exports.default=Edge;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/graph/Edge.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/EdgeType": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/EdgeType",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _typeof=typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"?function(e){return typeof e}:function(e){return e&&typeof Symbol===\"function\"&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e};var _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r){if(Object.prototype.hasOwnProperty.call(r,n)){e[n]=r[n]}}}return e};var _createClass=function(){function e(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||false;n.configurable=true;if(\"value\"in n)n.writable=true;Object.defineProperty(e,n.key,n)}}return function(t,r,n){if(r)e(t.prototype,r);if(n)e(t,n);return t}}();var _MapElementType2=require(\"$:/plugins/felixhayashi/tiddlymap/js/MapElementType\");var _MapElementType3=_interopRequireDefault(_MapElementType2);var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _environment=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/environment\");var env=_interopRequireWildcard(_environment);function _interopRequireWildcard(e){if(e&&e.__esModule){return e}else{var t={};if(e!=null){for(var r in e){if(Object.prototype.hasOwnProperty.call(e,r))t[r]=e[r]}}t.default=e;return t}}function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/EdgeType\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var EdgeType=function(e){_inherits(t,e);function t(e,r){_classCallCheck(this,t);var n=t.getIdParts(e),o=n.marker,a=n.namespace,i=n.name;e=t.getId(o,a,i);var l=_possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,env.path.edgeTypes,t.fieldMeta,r));l.id=e;l.marker=o;l.name=i;l.namespace=a;var u=(l.style||{}).arrows;if(u){l.invertedArrow=isArrowEnabled(u,\"from\");l.toArrow=isArrowEnabled(u,\"to\")||isArrowEnabled(u,\"middle\");l.biArrow=l.invertedArrow===l.toArrow;if(l.biArrow){l.toArrow=true;l.invertedArrow=true}}else{l.toArrow=true}Object.freeze(l);return l}_createClass(t,[{key:\"getLabel\",value:function e(){return this.label||this.name}}],[{key:\"getIdParts\",value:function e(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:\"\";t=_utils2.default.getWithoutPrefix(t,env.path.edgeTypes+\"/\");var r=t.match(edgeTypeRegex)||[];return{marker:r[1]||\"\",namespace:r[3]&&r[2]||\"\",name:r[3]||r[2]||\"\"}}},{key:\"getId\",value:function e(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:\"\";var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:\"\";var n=arguments[2];return n?t+(r&&r+\":\")+n:\"tmap:unknown\"}}]);return t}(_MapElementType3.default);EdgeType.getInstance=function(e){return e instanceof EdgeType?e:new EdgeType(e)};EdgeType.fieldMeta=_extends({},_MapElementType3.default.fieldMeta,{label:{},\"show-label\":{}});var isArrowEnabled=function e(t,r){var n=t[r];if(n==null&&r===\"to\"){return true}return(typeof n===\"undefined\"?\"undefined\":_typeof(n))===\"object\"?n.enabled!==false:n===true};var edgeTypeRegex=new RegExp(\"^(_?)([^:_][^:]*):?([^:]*)\");exports.default=EdgeType;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/graph/EdgeType.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/MapElementType": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/MapElementType",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _typeof=typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"?function(t){return typeof t}:function(t){return t&&typeof Symbol===\"function\"&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t};var _createClass=function(){function t(t,e){for(var i=0;i<e.length;i++){var l=e[i];l.enumerable=l.enumerable||false;l.configurable=true;if(\"value\"in l)l.writable=true;Object.defineProperty(t,l.key,l)}}return function(e,i,l){if(i)t(e.prototype,i);if(l)t(e,l);return e}}();/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/MapElementType\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);function _interopRequireDefault(t){return t&&t.__esModule?t:{default:t}}function _classCallCheck(t,e){if(!(t instanceof e)){throw new TypeError(\"Cannot call a class as a function\")}}var MapElementType=function(){function t(e,i,l,s){_classCallCheck(this,t);this.id=e;this.root=i;this._fieldMeta=l;this.fullPath=this.root+\"/\"+this.id;this.isShipped=$tw.wiki.getSubTiddler($tm.path.pluginRoot,this.fullPath);this._load(s||this.fullPath)}_createClass(t,[{key:\"_load\",value:function t(e){if(!e){return}if(typeof e===\"string\"){var i=_utils2.default.startsWith(e,this.root);var l=i?e:this.root+\"/\"+e;this._loadFromTiddler(l)}else if(e instanceof $tw.Tiddler){this._loadFromTiddler(e)}else if((typeof e===\"undefined\"?\"undefined\":_typeof(e))===\"object\"){for(var s in this._fieldMeta){this[s]=e[s]}}}},{key:\"_loadFromTiddler\",value:function t(e){var i=_utils2.default.getTiddler(e);if(!i){return}var l=$tw.wiki.getSubTiddler($tm.path.pluginRoot,this.fullPath)||{};var s=$tw.utils.extend({},l.fields,i.fields);for(var r in this._fieldMeta){var a=this._fieldMeta[r].parse;var f=s[r];this[r]=a?a.call(this,f):f}}},{key:\"exists\",value:function t(){return _utils2.default.tiddlerExists(this.fullPath)}},{key:\"setStyle\",value:function t(e,i){if(typeof e===\"string\"){e=_utils2.default.parseJSON(e)}if((typeof e===\"undefined\"?\"undefined\":_typeof(e))===\"object\"){if(i){_utils2.default.merge(this.style,e)}else{this.style=e}}}},{key:\"save\",value:function t(e,i){if(!e){e=this.fullPath}else if(typeof e!==\"string\"){return}var l={title:e,text:\"\"};if(!_utils2.default.startsWith(e,this.root)){l.id=this.id}for(var s in this._fieldMeta){var r=this._fieldMeta[s].stringify;l[s]=r?r.call(this,this[s]):this[s]}if(!this.exists()){Object.assign(l,$tw.wiki.getCreationFields())}if(i!==true){Object.assign(l,$tw.wiki.getModificationFields())}$tw.wiki.addTiddler(new $tw.Tiddler(l))}}]);return t}();MapElementType.fieldMeta={description:{},style:{parse:_utils2.default.parseJSON,stringify:JSON.stringify},modified:{},created:{}};exports.default=MapElementType;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/graph/MapElementType.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/NodeType": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/NodeType",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r){if(Object.prototype.hasOwnProperty.call(r,n)){e[n]=r[n]}}}return e};var _createClass=function(){function e(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||false;n.configurable=true;if(\"value\"in n)n.writable=true;Object.defineProperty(e,n.key,n)}}return function(t,r,n){if(r)e(t.prototype,r);if(n)e(t,n);return t}}();var _MapElementType2=require(\"$:/plugins/felixhayashi/tiddlymap/js/MapElementType\");var _MapElementType3=_interopRequireDefault(_MapElementType2);var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/NodeType\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var NodeType=function(e){_inherits(t,e);function t(e,r){_classCallCheck(this,t);e=typeof e===\"string\"?_utils2.default.getWithoutPrefix(e,$tm.path.nodeTypes+\"/\"):\"tmap:unknown\";var n=_possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,$tm.path.nodeTypes,t.fieldMeta,r));Object.freeze(n);return n}_createClass(t,[{key:\"getInheritors\",value:function e(t){return this.scope?_utils2.default.getMatches(this.scope,t||$tw.wiki.allTitles()):[]}}]);return t}(_MapElementType3.default);NodeType.getInstance=function(e){return e instanceof NodeType?e:new NodeType(e)};NodeType.fieldMeta=_extends({},_MapElementType3.default.fieldMeta,{view:{},priority:{parse:function e(t){return isNaN(t)?1:parseInt(t)},stringify:function e(t){return _utils2.default.isInteger(t)?t.toString():\"1\"}},scope:{stringify:_utils2.default.getWithoutNewLines},\"fa-icon\":{},\"tw-icon\":{}});exports.default=NodeType;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/graph/NodeType.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/ViewAbstraction": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/ViewAbstraction",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var r in i){if(Object.prototype.hasOwnProperty.call(i,r)){e[r]=i[r]}}}return e};var _typeof=typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"?function(e){return typeof e}:function(e){return e&&typeof Symbol===\"function\"&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e};var _createClass=function(){function e(e,t){for(var i=0;i<t.length;i++){var r=t[i];r.enumerable=r.enumerable||false;r.configurable=true;if(\"value\"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}return function(t,i,r){if(i)e(t.prototype,i);if(r)e(t,r);return t}}();/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/ViewAbstraction\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _EdgeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/EdgeType\");var _EdgeType2=_interopRequireDefault(_EdgeType);var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _environment=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/environment\");var env=_interopRequireWildcard(_environment);var _exception=require(\"$:/plugins/felixhayashi/tiddlymap/js/exception\");function _interopRequireWildcard(e){if(e&&e.__esModule){return e}else{var t={};if(e!=null){for(var i in e){if(Object.prototype.hasOwnProperty.call(e,i))t[i]=e[i]}}t.default=e;return t}}function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}var ViewAbstraction=function(){function e(t){var i=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};_classCallCheck(this,e);if(t instanceof e){return t}this._registerPaths(t);if(i.isCreate){if(!this.configTRef){var r=_utils2.default.getRandomLabel({plural:true});this.configTRef=$tw.wiki.generateNewTitle($tm.path.views+\"/\"+r)}this._createView(i)}else if(!e.exists(this.getRoot())){throw new ResourceNotFoundException(\"ViewAbstraction\",t)}}_createClass(e,[{key:\"isLocked\",value:function e(){return $tw.wiki.isShadowTiddler(this.configTRef)}},{key:\"update\",value:function e(t){var i=t.changedTiddlers;if(t[env.path.edgeTypes]||_utils2.default.hasKeyWithPrefix(i,this.getRoot())){this._clearCaches();return true}return false}},{key:\"addPlaceholder\",value:function e(t){_utils2.default.cp(_utils2.default.getTiddlerRef(t),this.snapshotTRef,true)}},{key:\"exists\",value:function t(){return e.exists(this)}},{key:\"getRoot\",value:function e(){return this.configTRef}},{key:\"getCreationDate\",value:function e(t){var i=$tw.wiki.getTiddler(this.configTRef).fields[\"created\"];if(t){return i instanceof Date?$tw.utils.formatDateString(i,\"DDth MMM YYYY\"):\"\"}return i}},{key:\"getLabel\",value:function e(){return _utils2.default.getBasename(this.configTRef)}},{key:\"destroy\",value:function e(){_utils2.default.deleteTiddlers(_utils2.default.getMatches(\"[prefix[\"+this.configTRef+\"]]\"))}},{key:\"getOccurrences\",value:function e(){var t=\"[regexp:text[<\\\\$(tiddlymap|tmap).*?view=.\"+this.getLabel()+\"..*?>]]\";return _utils2.default.getMatches(t)}},{key:\"rename\",value:function t(i){if(typeof i!==\"string\"){return false}if(_utils2.default.inArray(\"/\",i)){$tm.notify('A view name must not contain any \"/\"');return false}var r=this.getLabel();var a=env.path.views+\"/\"+i;var n=this.getRoot();_utils2.default.mv(n,a,true);if($tm.config.sys.defaultView===r){_utils2.default.setEntry($tm.ref.sysUserConf,\"defaultView\",i)}if($tm.config.sys.liveTab.fallbackView===r){_utils2.default.setEntry($tm.ref.sysUserConf,\"liveTab.fallbackView\",i)}$tw.wiki.each(function(t,a){if(t.fields[\"tmap.open-view\"]===r){_utils2.default.setField(a,\"tmap.open-view\",i);return}if(e.exists(a)){var n=new e(a);var l=n.getNodeData();for(var s in l){if(l[s][\"open-view\"]===r){l[s][\"open-view\"]=i}}n.saveNodeData(l)}});this._clearCaches();this._registerPaths(i)}},{key:\"isEnabled\",value:function e(t){return _utils2.default.isTrue(this.getConfig(t),false)}},{key:\"getConfig\",value:function e(t){var i=this;var r=$tw.wiki.getCacheForTiddler(this.configTRef,\"tmap-config\",function(){var e=_utils2.default.getTiddler(i.configTRef).fields;return _utils2.default.getPropertiesByPrefix(e,\"config.\")});var a=t&&_utils2.default.startsWith(t,\"config.\")?t:\"config.\"+t;return t?r[a]:r}},{key:\"setConfig\",value:function e(){for(var t=arguments.length,i=Array(t),r=0;r<t;r++){i[r]=arguments[r]}if(i[0]==null){return}if(i.length===1&&_typeof(i[0])===\"object\"){for(var a in i[0]){this.setConfig(a,i[0][a])}}else if(i.length===2&&typeof i[0]===\"string\"){var n=_utils2.default.getWithoutPrefix(i[0],\"config.\");var l=i[1];if(l===undefined){return}var s=this.getConfig();if(l===null){$tm.logger(\"debug\",\"Removing config\",n);delete s[\"config.\"+n]}else{if(n===\"edge_type_namespace\"){var o=l.match(/[^:]+/);l=o?o[0]:\"\"}}$tm.logger(\"log\",\"Setting config\",n,l);s[\"config.\"+n]=l;$tw.wiki.addTiddler(new $tw.Tiddler(_utils2.default.getTiddler(this.configTRef),s))}else{throw new(Function.prototype.bind.apply(_exception.InvalidArgumentException,[null].concat(i)))}}},{key:\"isNodeIncludedById\",value:function t(i){var r=$tw.utils.escapeRegExp(e._getNodeIdFilterPart(i));return this.getNodeFilter(\"raw\").match(r)}},{key:\"setNodeFilter\",value:function e(t,i){t=t.replace(/[\\n\\r]/g,\" \");if(this.getNodeFilter(\"raw\")===t){return}_utils2.default.setField(this.nodeFilterTRef,\"filter\",t);$tm.logger(\"debug\",\"Node filter set to\",t)}},{key:\"setEdgeTypeFilter\",value:function e(t){t=t.replace(/[\\n\\r]/g,\" \");if(this.getEdgeTypeFilter(\"raw\")===t){return}_utils2.default.setField(this.edgeTypeFilterTRef,\"filter\",t);$tm.logger(\"debug\",\"Edge filter set to\",t)}},{key:\"addNode\",value:function t(i){if(!this.isNodeIncludedById(i)){if(_utils2.default.isTrue($tm.config.sys.alwaysAddNodeIdToViewFilter)||!_utils2.default.isMatch(i.tRef,this.getNodeFilter(\"compiled\"))){var r=e._getNodeIdFilterPart(i);var a=\" \";this.setNodeFilter(this.getNodeFilter(\"raw\")+a+r)}this.saveNodePosition(i)}}},{key:\"removeNode\",value:function t(i){if(!this.isNodeIncludedById(i)){return false}var r=e._getNodeIdFilterPart(i);var a=this.getNodeFilter(\"raw\").replace(r,\"\");this.setNodeFilter(a);return true}},{key:\"getEdgeTypeFilter\",value:function e(t){var i=this;var r=$tw.wiki.getCacheForTiddler(this.edgeTypeFilterTRef,\"tmap-edgeTypeFilter\",function(){var e=$tm.indeces.allETy;var t=Object.keys(e);var r=$tw.wiki.getTiddler(i.edgeTypeFilterTRef);var a={};a.raw=r&&r.fields.filter||\"\";a.pretty=_utils2.default.getPrettyFilter(a.raw);a.matches=_utils2.default.getEdgeTypeMatches(a.raw,e);a.whitelist=_utils2.default.getLookupTable(a.matches);return a});return t?r[t]:r}},{key:\"isEdgeTypeVisible\",value:function e(t){return _utils2.default.isEdgeTypeMatch(_EdgeType2.default.getInstance(t).id,this.getEdgeTypeFilter(\"raw\"))}},{key:\"getNodeFilter\",value:function e(t){var i=this;var r=$tw.wiki.getCacheForTiddler(this.nodeFilterTRef,\"tmap-nodeFilter\",function(){var e=_utils2.default.makeHashMap();var t=$tw.wiki.getTiddler(i.nodeFilterTRef);e.raw=t&&t.fields.filter||\"\";e.pretty=_utils2.default.getPrettyFilter(e.raw);e.compiled=$tw.wiki.compileFilter(e.raw);return e});return t?r[t]:r}},{key:\"getNodeData\",value:function e(t){var i=this;var r=$tw.wiki.getCacheForTiddler(this.mapTRef,\"tmap-map\",function(){return _utils2.default.parseFieldData(i.mapTRef,\"text\",{})});return t?r[t]:r}},{key:\"equals\",value:function t(i){return i===this||e.exists(i)&&new e(i).getRoot()===this.getRoot()}},{key:\"saveNodeData\",value:function e(){var t=this.getNodeData();for(var i=arguments.length,r=Array(i),a=0;a<i;a++){r[a]=arguments[a]}if(r.length===2){if(_typeof(r[1])===\"object\"){if(r[1]===null){delete t[r[0]]}else{t[r[0]]=Object.assign(t[r[0]]||{},r[1])}}}else if(r.length===1&&_typeof(r[0])===\"object\"){$tm.logger(\"log\",\"Storing data in\",this.mapTRef);Object.assign(t,r[0])}else{throw new(Function.prototype.bind.apply(_exception.InvalidArgumentException,[null].concat(r)))}_utils2.default.writeFieldData(this.mapTRef,\"text\",t,$tm.config.sys.jsonIndentation)}},{key:\"saveNodePosition\",value:function e(t){if(t.id&&t.x!=null&&t.y!=null){this.saveNodeData(t.id,{x:t.x,y:t.y})}}},{key:\"saveNodePositions\",value:function e(t){var i=this.getNodeData();for(var r in t){i[r]=i[r]||{};i[r].x=t[r].x;i[r].y=t[r].y}this.saveNodeData(i)}},{key:\"setCentralTopic\",value:function e(t){this.setConfig(\"central-topic\",t)}},{key:\"saveNodeStyle\",value:function e(t,i){var r=this.getNodeData(t)||{};var a={x:r.x,y:r.y};for(var n in r){delete r[n]}this.saveNodeData(t,_extends({},i,a))}},{key:\"_registerPaths\",value:function t(i,r){this.configTRef=e._getRootPath(i);this.mapTRef=this.configTRef+\"/map\";this.nodeFilterTRef=this.configTRef+\"/filter/nodes\";this.edgeTypeFilterTRef=this.configTRef+\"/filter/edges\";this.snapshotTRef=this.getRoot()+\"/snapshot\"}},{key:\"_clearCaches\",value:function e(){_utils2.default.getMatches(\"[prefix[\"+this.getRoot()+\"]]\").forEach(function(e){$tw.wiki.clearCache(e)})}},{key:\"_createView\",value:function t(){var i=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{},r=i.isForce,a=i.protoView,n=i.isHidden;if(e.exists(this)){if(!r){return}this.destroy()}if(e.exists(a)){_utils2.default.cp(new e(a).getRoot(),this.configTRef,true)}var l={title:this.configTRef,id:_utils2.default.genUUID()};if(!n){l[$tm.field.viewMarker]=true}$tw.wiki.addTiddler(new $tw.Tiddler(_utils2.default.getTiddler(this.configTRef),l));this.setEdgeTypeFilter(env.filter.defaultEdgeTypeFilter)}}],[{key:\"_getNodeIdFilterPart\",value:function e(t){var i=(typeof t===\"undefined\"?\"undefined\":_typeof(t))===\"object\"?t.id:t;return\"[field:tmap.id[\"+i+\"]]\"}},{key:\"_getRootPath\",value:function t(i){if(i instanceof e){return i.configTRef}if(i instanceof $tw.Tiddler){i=i.fields.title}if(typeof i===\"string\"){var r=_utils2.default.getWithoutPrefix(i,$tm.path.views+\"/\");if(r&&!_utils2.default.hasSubString(r,\"/\")){return $tm.path.views+\"/\"+r}}}},{key:\"exists\",value:function t(i){if(!i){return false}if(i instanceof e){i=i.configTRef}else{i=e._getRootPath(i)}return _utils2.default.tiddlerExists(i)}}]);return e}();exports.default=ViewAbstraction;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/graph/ViewAbstraction.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/Popup": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/Popup",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function Popup(e,t){t=t||{};this._parentDomNode=e;this._domNode=document.createElement(\"div\");this._domNode.style.display=\"none\";this._domNode.className=\"tmap-popup\";this._parentDomNode.appendChild(this._domNode);$tw.utils.addClass(this._domNode,t.className);this._isEnabled=true;this._isPreventShowOrHide=false;this._isHideOnClick=!!t.hideOnClick;this._timeoutShow=null;this._timeoutHide=null;this._isDisplayNoneAfterAnimation=true;var i=parseInt(t.leavingDelay);this._hideDelayLeavingPopup=_utils2.default.isInteger(i)?i:200;i=parseInt(t.hideDelay);this._hideDelay=_utils2.default.isInteger(i)?i:200;i=parseInt(t.showDelay);this._showDelay=_utils2.default.isInteger(i)?i:200;_utils2.default.bindTo(this,[\"_show\",\"_hide\",\"_handleEnter\",\"_handleLeave\",\"_handleAnimationEnd\",\"_handleClick\"]);this._listeners={mouseenter:this._handleEnter,mouseleave:this._handleLeave,click:[this._handleClick,true]};var s=this._handleAnimationEnd;this._listeners[$tw.utils.convertEventName(\"animationEnd\")]=s;this._listeners[$tw.utils.convertEventName(\"transitionEnd\")]=s;_utils2.default.setDomListeners(\"add\",this._domNode,this._listeners,false)}\n/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/Popup\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */Popup.prototype._handleEnter=function(e){this._isPreventShowOrHide=true};Popup.prototype._handleLeave=function(e){this._isPreventShowOrHide=false;this.hide(this._hideDelayLeavingPopup)};Popup.prototype._handleClick=function(e){if(this._isHideOnClick){this._hide(true)}};Popup.prototype._handleAnimationEnd=function(){if(this._isDisplayNoneAfterAnimation){this._domNode.style.display=\"none\"}};Popup.prototype._hide=function(e){if(!e&&this._isPreventShowOrHide)return;this._isDisplayNoneAfterAnimation=true;this._isPreventShowOrHide=false;$tw.utils.removeClass(this._domNode,\"tmap-popup-active\")};Popup.prototype._show=function(e,t){if(this._isPreventShowOrHide||$tm.mouse.ctrlKey||!this._isEnabled){return}this._domNode.style.display=\"none\";$tw.utils.removeClass(this._domNode,\"tmap-popup-active\");this._domNode.removeAttribute(\"style\");_utils2.default.removeDOMChildNodes(this._domNode);var i=this._domNode.appendChild(document.createElement(\"div\"));if(typeof t===\"function\"){t(e,i)}else{i.innerHTML=t}if(!i.childNodes.length)return;var s=this._parentDomNode.getBoundingClientRect();var o=$tm.mouse.clientX;var n=$tm.mouse.clientY;this._domNode.style.display=\"block\";var d=this._domNode.getBoundingClientRect();var l=s.right-(o+d.width);var h=o-d.width-s.left;var a=l>h;var u=s.bottom-(n+d.height);var r=n-d.height-s.top;var p=u>r;var _=a?-15:d.width+15;var m=p?-15:d.height+15;this._domNode.style.left=o-s.left-_+\"px\";this._domNode.style.top=n-s.top-m+\"px\";this._isDisplayNoneAfterAnimation=false;$tw.utils.addClass(this._domNode,\"tmap-popup-active\")};Popup.prototype.show=function(e,t,i){this._clearTimeouts();i=_utils2.default.isInteger(i)?i:this._showDelay;this._timeoutShow=setTimeout(this._show,i,e,t)};Popup.prototype.hide=function(e,t){this._clearTimeouts();e=_utils2.default.isInteger(e)?e:this._hideDelay;if(t||e===0){this._hide(t)}else{this._timeoutHide=setTimeout(this._hide,e,t)}};Popup.prototype.setEnabled=function(e){this._isEnabled=e};Popup.prototype.isShown=function(){return this._domNode.style.display===\"block\"};Popup.prototype._clearTimeouts=function(){clearTimeout(this._timeoutShow);clearTimeout(this._timeoutHide);this._timeoutShow=undefined;this._timeoutHide=undefined};exports.default=Popup;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/Popup.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/lib/SelectionRectangle": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/lib/SelectionRectangle",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _createClass=function(){function t(t,e){for(var i=0;i<e.length;i++){var n=e[i];n.enumerable=n.enumerable||false;n.configurable=true;if(\"value\"in n)n.writable=true;Object.defineProperty(t,n.key,n)}}return function(e,i,n){if(i)t(e.prototype,i);if(n)t(e,n);return e}}();function _classCallCheck(t,e){if(!(t instanceof e)){throw new TypeError(\"Cannot call a class as a function\")}}\n/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/lib/SelectionRectangle\ntype: application/SelectionRectangle\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var SelectionRectangle=function(){function t(e,i){_classCallCheck(this,t);this.x1=e;this.x2=e;this.y1=i;this.y2=i}_createClass(t,[{key:\"span\",value:function t(e,i){this.x2=e;this.y2=i}},{key:\"getWidth\",value:function t(){return this.x2-this.x1}},{key:\"getHeight\",value:function t(){return this.y2-this.y1}},{key:\"getRect\",value:function t(){return[this.x1,this.y1,this.getWidth(),this.getHeight()]}},{key:\"isPointWithin\",value:function t(e){var i=e.x,n=e.y;var a=this.x1,r=this.x2,s=this.y1,u=this.y2;var h=Math.min(a,r);var c=Math.max(a,r);var l=Math.min(s,u);var o=Math.max(s,u);return h<i&&i<c&&l<n&&n<o}}]);return t}();exports.default=SelectionRectangle;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/SelectionRectangle.js.map\n",
            "type": "application/SelectionRectangle",
            "module-type": "library"
        },
        "/home/felo/projects/Tiddlywiki/TiddlyWiki5/plugins/felixhayashi/tiddlymap/js/lib/TypeDefs.js": {
            "title": "/home/felo/projects/Tiddlywiki/TiddlyWiki5/plugins/felixhayashi/tiddlymap/js/lib/TypeDefs.js",
            "text": "\"use strict\";\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/TypeDefs.js.map\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/config/vis": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/config/vis",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});\n/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/config/vis\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var visConfig={locale:\"en_EN\",clickToUse:false,autoResize:false,height:\"100%\",width:\"100%\",configure:{enabled:false},interaction:{dragNodes:true,dragView:true,hideEdgesOnDrag:false,hideNodesOnDrag:false,hover:true,navigationButtons:true,multiselect:true,selectable:true,selectConnectedEdges:true,tooltipDelay:600,zoomView:false,keyboard:{enabled:false,speed:{x:10,y:10,zoom:.02},bindToWindow:false}},manipulation:{initiallyActive:true},nodes:{shape:\"box\",widthConstraint:{maximum:160},heightConstraint:{valign:\"center\"},shadow:{enabled:false},color:{border:\"#2B7CE9\",background:\"#97C2FC\"}},edges:{smooth:{enabled:true},color:{color:\"#848484\",inherit:false},arrows:{to:{enabled:true}}},layout:{hierarchical:{enabled:false,levelSeparation:200,nodeSpacing:170,treeSpacing:230,sortMethod:\"directed\",parentCentralization:true,edgeMinimization:true,blockShifting:true,direction:\"UD\"}},physics:{forceAtlas2Based:{gravitationalConstant:-300,springLength:0,springConstant:.2,centralGravity:.015,damping:.4},hierarchicalRepulsion:{nodeDistance:120,centralGravity:0,springLength:100,springConstant:.01,damping:.09},solver:\"forceAtlas2Based\",stabilization:{enabled:true,iterations:1e3,updateInterval:10,onlyDynamicEdges:false,fit:false}}};exports.default=visConfig;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/VisConfig.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/lib/environment": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/lib/environment",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _extends=Object.assign||function(e){for(var i=1;i<arguments.length;i++){var a=arguments[i];for(var l in a){if(Object.prototype.hasOwnProperty.call(a,l)){e[l]=a[l]}}}return e};\n/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/lib/environment\ntype: application/javascript\n module-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var path=exports.path={pluginRoot:\"$:/plugins/felixhayashi/tiddlymap\",edgeTypes:\"$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes\",nodeTypes:\"$:/plugins/felixhayashi/tiddlymap/graph/nodeTypes\",views:\"$:/plugins/felixhayashi/tiddlymap/graph/views\",options:\"$:/plugins/felixhayashi/tiddlymap/config\",dialogs:\"$:/plugins/felixhayashi/tiddlymap/dialog\",footers:\"$:/plugins/felixhayashi/tiddlymap/dialogFooter\",tempRoot:\"$:/temp/tmap\",tempStates:\"$:/temp/tmap/state\",tempPopups:\"$:/temp/tmap/state/popup\",localHolders:\"$:/temp/tmap/holders\"};var ref=exports.ref={defaultViewHolder:\"$:/plugins/felixhayashi/tiddlymap/misc/defaultViewHolder\",graphBar:\"$:/plugins/felixhayashi/tiddlymap/misc/advancedEditorBar\",sysUserConf:\"$:/plugins/felixhayashi/tiddlymap/config/sys/user\",visUserConf:\"$:/plugins/felixhayashi/tiddlymap/config/vis/user\",welcomeFlag:\"$:/plugins/felixhayashi/tiddlymap/flag/welcome\",focusButton:\"$:/plugins/felixhayashi/tiddlymap/misc/focusButton\",sysMeta:\"$:/plugins/felixhayashi/tiddlymap/misc/meta\",liveTab:\"$:/plugins/felixhayashi/tiddlymap/hook/liveTab\",mainEditor:\"$:/plugins/felixhayashi/tiddlymap/hook/editor\",sidebarBreakpoint:\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\"};var misc=exports.misc={unknownEdgeLabel:\"tmap:undefined\",liveViewLabel:\"Live View\",defaultViewLabel:\"Default\",mainEditorId:\"main_editor\",arrows:{in:\"⇦\",out:\"➡\",bi:\"⇄\"}};var config=exports.config={sys:{field:{nodeLabel:\"caption\",nodeIcon:\"icon\",nodeInfo:\"description\",viewMarker:\"isview\"},liveTab:{fallbackView:misc.liveViewLabel},suppressedDialogs:{},edgeClickBehaviour:\"manager\",debug:\"false\",notifications:\"true\",popups:{enabled:\"true\",delay:\"600\",width:\"240px\",height:\"140px\"},jsonIndentation:\"1\",alwaysAddNodeIdToViewFilter:\"true\",editNodeOnCreate:\"false\",singleClickMode:\"false\",nodeFilterNeighbours:\"false\",editorMenuBar:{showNeighScopeButton:\"true\",showRasterMenuButton:\"true\",showScreenshotButton:\"true\"}}};var filter=exports.filter={nodeTypes:\"[prefix[\"+path.nodeTypes+\"]]\",edgeTypes:\"[prefix[\"+path.edgeTypes+\"]]\",views:\"[\"+config.sys.field.viewMarker+\"[true]]\",defaultEdgeTypeFilter:\"-[prefix[_]] -[[tw-body:link]] -[[tw-list:tags]] -[[tw-list:list]]\"};var allSelector=\"[all[tiddlers+shadows]!has[draft.of]]\";var s={allEdgeTypes:allSelector+\" +\"+filter.edgeTypes,allNodeTypes:allSelector+\" +\"+filter.nodeTypes,allViews:allSelector+\" +\"+filter.views,allPotentialNodes:\"[all[tiddlers]!is[system]!has[draft.of]]\"};var selector=exports.selector=_extends({},s,{allEdgeTypesById:s.allEdgeTypes+\" +[removeprefix[\"+path.edgeTypes+\"/]]\",allNodeTypesById:s.allNodeTypes+\" +[removeprefix[\"+path.nodeTypes+\"/]]\",allViewsByLabel:s.allViews+\" +[removeprefix[\"+path.views+\"/]]\"});\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/environment.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/exception": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/exception",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _createClass=function(){function r(r,t){for(var e=0;e<t.length;e++){var o=t[e];o.enumerable=o.enumerable||false;o.configurable=true;if(\"value\"in o)o.writable=true;Object.defineProperty(r,o.key,o)}}return function(t,e,o){if(e)r(t.prototype,e);if(o)r(t,o);return t}}();function _classCallCheck(r,t){if(!(r instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(r,t){if(!r){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:r}function _inherits(r,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}r.prototype=Object.create(t&&t.prototype,{constructor:{value:r,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(r,t):r.__proto__=t}\n/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/exception\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var TiddlyMapError=function(r){_inherits(t,r);function t(r,e){_classCallCheck(this,t);var o=_possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,r));o.payload=e;return o}_createClass(t,[{key:\"getPayload\",value:function r(){return this.payload}}]);return t}(Error);var EnvironmentError=exports.EnvironmentError=function(r){_inherits(t,r);function t(r){_classCallCheck(this,t);return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,\"Critical parts of the underlying system changed: \"+r))}return t}(TiddlyMapError);var DependencyError=exports.DependencyError=function(r){_inherits(t,r);function t(r){_classCallCheck(this,t);return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,\"TiddlyMap cannot run without: : \"+r))}return t}(TiddlyMapError);var MissingOverrideError=exports.MissingOverrideError=function(r){_inherits(t,r);function t(r,e){_classCallCheck(this,t);return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,r.constructor.name+' does not override method \"'+e+'\"'))}return t}(TiddlyMapError);var ResourceNotFoundException=exports.ResourceNotFoundException=function(r){_inherits(t,r);function t(r){_classCallCheck(this,t);for(var e=arguments.length,o=Array(e>1?e-1:0),n=1;n<e;n++){o[n-1]=arguments[n]}return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,\"Cannot resolve \"+r,o))}return t}(TiddlyMapError);var InvalidArgumentException=exports.InvalidArgumentException=function(r){_inherits(t,r);function t(){_classCallCheck(this,t);for(var r=arguments.length,e=Array(r),o=0;o<r;o++){e[o]=arguments[o]}return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,\"Invalid or missing argument provided\",e))}return t}(TiddlyMapError);\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/exceptions.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/URL": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/URL",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});\n/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/URL\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */\n/**\n * <<<\n * Lightweight URL manipulation with JavaScript. This library is\n * independent of any other libraries and has pretty simple interface\n * and lightweight code-base. Some ideas of query string parsing\n * had been taken from Jan Wolter.\"\n *\n * @see http://unixpapa.com/js/querystring.html\n * @license MIT\n * @author Mykhailo Stadnyk <mikhus@gmail.com>\n * <<< https://github.com/Mikhus/jsurl\n *\n * @class\n * @param {string} url\n */function Url(t){this.paths=function(t){var e=\"\",r=0,o;if(t&&t.length&&t+\"\"!==t){if(this.isAbsolute()){e=\"/\"}for(o=t.length;r<o;r++){t[r]=encode(t[r])}this.path=e+t.join(\"/\")}t=(this.path.charAt(0)===\"/\"?this.path.slice(1):this.path).split(\"/\");for(r=0,o=t.length;r<o;r++){t[r]=decode(t[r])}return t};this.encode=encode;this.decode=decode;this.isAbsolute=function(){return this.protocol||this.path.charAt(0)===\"/\"};this.toString=function(){return(this.protocol&&this.protocol+\"://\")+(this.user&&encode(this.user)+(this.pass&&\":\"+encode(this.pass))+\"@\")+(this.host&&this.host)+(this.port&&\":\"+this.port)+(this.path&&this.path)+(this.query.toString()&&\"?\"+this.query)+(this.hash&&\"#\"+encode(this.hash))};parse(this,t)}var map={protocol:\"protocol\",host:\"hostname\",port:\"port\",path:\"pathname\",query:\"search\",hash:\"hash\"},defaultPorts={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},parse=function t(e,r){var o=document,s=o.createElement(\"a\"),r=r||o.location.href,i=r.match(/\\/\\/(.*?)(?::(.*?))?@/)||[],n;s.href=r;for(n in map){e[n]=s[map[n]]||\"\"}e.protocol=e.protocol.replace(/:$/,\"\");e.query=e.query.replace(/^\\?/,\"\");e.hash=decode(e.hash.replace(/^#/,\"\"));e.user=decode(i[1]||\"\");e.pass=decode(i[2]||\"\");e.port=defaultPorts[e.protocol]==e.port||e.port==0?\"\":e.port;if(!e.protocol&&!/^([a-z]+:)?\\/\\//.test(r)){var h=new Url(o.location.href.match(/(.*\\/)/)[0]),a=h.path.split(\"/\"),p=e.path.split(\"/\"),c=[\"protocol\",\"user\",\"pass\",\"host\",\"port\"],f=c.length;a.pop();for(n=0;n<f;n++){e[c[n]]=h[c[n]]}while(p[0]==\"..\"){a.pop();p.shift()}e.path=(r.charAt(0)!=\"/\"?a.join(\"/\"):\"\")+\"/\"+p.join(\"/\")}else{e.path=e.path.replace(/^\\/?/,\"/\")}e.paths((e.path.charAt(0)==\"/\"?e.path.slice(1):e.path).split(\"/\"));parseQs(e)},encode=function t(e){return encodeURIComponent(e).replace(/'/g,\"%27\")},decode=function t(e){e=e.replace(/\\+/g,\" \");e=e.replace(/%([ef][0-9a-f])%([89ab][0-9a-f])%([89ab][0-9a-f])/gi,function(t,e,r,o){var s=parseInt(e,16)-224,i=parseInt(r,16)-128;if(s==0&&i<32){return t}var n=parseInt(o,16)-128,h=(s<<12)+(i<<6)+n;if(h>65535){return t}return String.fromCharCode(h)});e=e.replace(/%([cd][0-9a-f])%([89ab][0-9a-f])/gi,function(t,e,r){var o=parseInt(e,16)-192;if(o<2){return t}var s=parseInt(r,16)-128;return String.fromCharCode((o<<6)+s)});e=e.replace(/%([0-7][0-9a-f])/gi,function(t,e){return String.fromCharCode(parseInt(e,16))});return e},parseQs=function t(e){var r=e.query;e.query=new function(t){var e=/([^=&]+)(=([^&]*))?/g,r;while(r=e.exec(t)){var o=decodeURIComponent(r[1].replace(/\\+/g,\" \")),s=r[3]?decode(r[3]):\"\";if(this[o]!=null){if(!(this[o]instanceof Array)){this[o]=[this[o]]}this[o].push(s)}else{this[o]=s}}this.clear=function(){for(var t in this){if(!(this[t]instanceof Function)){delete this[t]}}};this.count=function(){var t=0,e;for(e in this){if(!(this[e]instanceof Function)){t++}}return t};this.isEmpty=function(){return this.count()===0};this.toString=function(){var t=\"\",e=encode,r,o;for(r in this){if(this[r]instanceof Function){continue}if(this[r]instanceof Array){var s=this[r].length;if(s){for(o=0;o<s;o++){t+=t?\"&\":\"\";t+=e(r)+\"=\"+e(this[r][o])}}else{t+=(t?\"&\":\"\")+e(r)+\"=\"}}else{t+=t?\"&\":\"\";t+=e(r)+\"=\"+e(this[r])}}return t}}(r)};exports.default=Url;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/url.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/lib/utils/basic": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/lib/utils/basic",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.bindTo=exports.getNearestRasterPosition=exports.mod=exports.removeDOMChildNodes=exports.setDomListeners=exports.merge=exports.getRandomLabel=exports.getFirstElementByClassName=exports.pickRandom=exports.hasKeyWithPrefix=exports.getWithoutPrefix=exports.getPropertiesByPrefix=exports.removeArrayElement=exports.isTrue=exports.replaceAll=exports.isInteger=exports.findAndRemoveClassNames=exports.getAncestorWithClass=exports.makeHashMap=exports.getWithoutNewLines=exports.joinAndWrap=exports.parseJSON=exports.hasSubString=exports.inArray=exports.getRandomInt=exports.isEqual=exports.identity=exports.base64=exports.startsWith=exports.getBasename=exports.escapeRegex=exports.hasElements=exports.ucFirst=undefined;var _typeof=typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"?function(e){return typeof e}:function(e){return e&&typeof Symbol===\"function\"&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e};/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/lib/utils/basic\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _exception=require(\"$:/plugins/felixhayashi/tiddlymap/js/exception\");var ucFirst=exports.ucFirst=function e(t){return t&&t[0].toUpperCase()+t.slice(1)};var hasElements=exports.hasElements=function e(t){return Object.keys(t).length>0};var escapeRegex=exports.escapeRegex=function e(t){return t.replace(/[-$^?.+*[\\]\\\\(){}|]/g,\"\\\\$&\")};var getBasename=exports.getBasename=function e(t){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:\"/\";return t.substring(t.lastIndexOf(r)+1)};var startsWith=exports.startsWith=function e(t,r){return t.substring(0,r.length)===r};var base64=exports.base64=typeof window===\"undefined\"?function(e){return new Buffer(e).toString(\"base64\")}:window.btoa.bind(window);var identity=exports.identity=function e(t){return(typeof t===\"undefined\"?\"undefined\":_typeof(t))===\"object\"&&t!==null?JSON.stringify(Object.keys(t).sort().map(function(e){return[e,t[e]]})):null};var isEqual=exports.isEqual=function e(t,r){return identity(t)===identity(r)};var getRandomInt=exports.getRandomInt=function e(t,r){return Math.floor(Math.random()*(r-t)+t)};var inArray=exports.inArray=function e(t,r){return r.indexOf(t)!==-1};var hasSubString=exports.hasSubString=function e(t,r){return t.indexOf(r)!==-1};var parseJSON=exports.parseJSON=function e(t,r){try{return JSON.parse(t)}catch(e){return r}};var joinAndWrap=exports.joinAndWrap=function e(t,r,n){var o=arguments.length>3&&arguments[3]!==undefined?arguments[3]:\" \";return r+t.join(n+o+r)+n};var getWithoutNewLines=exports.getWithoutNewLines=function e(t){return typeof t===\"string\"?t.replace(/[\\n\\r]/g,\" \"):t};var makeHashMap=exports.makeHashMap=function e(t){var r=Object.create(null);Object.defineProperty(r,\"hasOwnProperty\",{enumerable:false,configurable:false,writable:false,value:Object.prototype.hasOwnProperty.bind(r)});if(t){for(var n in t){if(t.hasOwnProperty(n)){r[n]=t[n]}}}return r};var getAncestorWithClass=exports.getAncestorWithClass=function e(t,r){if((typeof t===\"undefined\"?\"undefined\":_typeof(t))!==\"object\"||typeof r!==\"string\"){return}while(t.parentNode&&t.parentNode!==document){t=t.parentNode;if(t.classList.contains(r)){return t}}};var findAndRemoveClassNames=exports.findAndRemoveClassNames=function e(t){for(var r=t.length;r--;){var n=document.getElementsByClassName(t[r]);for(var o=n.length;o--;){n[o].classList.remove(t[r])}}};var isInteger=exports.isInteger=Number.isInteger||function(e){return typeof e===\"number\"&&isFinite(e)&&Math.floor(e)===e};var replaceAll=exports.replaceAll=function e(t){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:\"\";var n=arguments[2];for(var o=n.length;o--;){var s=n[o];var i=r;if(Array.isArray(s)){i=s[1];s=s[0]}t=t.replace(s,i)}return t};var isTrue=exports.isTrue=function e(t,r){if(t==null){return!!r}else if(typeof t===\"string\"){var n=parseInt(t);return isNaN(n)?t===\"true\":n!==0}else if(typeof t===\"boolean\"){return t}else if(typeof t===\"number\"){return n!==0}return false};var removeArrayElement=exports.removeArrayElement=function e(t,r){var n=t.indexOf(r);if(n>-1){return t.splice(n,1)[0]}};var getPropertiesByPrefix=exports.getPropertiesByPrefix=function e(t,r,n){var o=makeHashMap();for(var s in t){if(startsWith(s,r)){o[n?s.substr(r.length):s]=t[s]}}return o};var getWithoutPrefix=exports.getWithoutPrefix=function e(t,r){return startsWith(t,r)?t.substr(r.length):t};var hasKeyWithPrefix=exports.hasKeyWithPrefix=function e(t,r){for(var n in t){if(startsWith(n,r)){return true}}return false};var pickRandom=exports.pickRandom=function e(t){return t[getRandomInt(0,t.length-1)]};var getFirstElementByClassName=exports.getFirstElementByClassName=function e(t,r,n){var o=(r||document).getElementsByClassName(t)[0];if(!o&&(typeof n===\"boolean\"?n:true)){var s='Missing element with class \"'+t+'\" inside '+r;throw new _exception.EnvironmentError(s)}return o};var getRandomLabel=exports.getRandomLabel=function e(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};var r=pickRandom([\"exciting\",\"notable\",\"epic\",\"new\",\"fancy\",\"great\",\"cool\",\"fresh\",\"funky\",\"clever\"]);var n=(t.object||pickRandom([\"concept\",\"idea\",\"thought\",\"topic\",\"subject\"]))+(t.plural?\"s\":\"\");return\"My \"+r+\" \"+n};var _merge=function e(t,r){if((typeof t===\"undefined\"?\"undefined\":_typeof(t))!==\"object\"){t={}}for(var n in r){if(r.hasOwnProperty(n)){if(r[n]!=null){t[n]=_typeof(r[n])===\"object\"?e(t[n],r[n]):r[n]}}}return t};var merge=exports.merge=function e(t){for(var r=arguments.length,n=Array(r>1?r-1:0),o=1;o<r;o++){n[o-1]=arguments[o]}for(var s=0,i=n.length;s<i;s++){var a=n[s];if(a!=null&&(typeof a===\"undefined\"?\"undefined\":_typeof(a))===\"object\"){t=_merge(t,a)}}return t};var setDomListeners=exports.setDomListeners=function e(t,r,n,o){o=typeof o===\"boolean\"?o:false;t=t+\"EventListener\";for(var s in n){var i=n[s];if(typeof i===\"function\"){r[t](s,i,o)}else{r[t](s,i[0],typeof i[1]===\"boolean\"?i[1]:o)}}};var removeDOMChildNodes=exports.removeDOMChildNodes=function e(t){for(var r=t.childNodes.length;r--;){t.removeChild(t.childNodes[r])}};var mod=exports.mod=function e(t,r){var n=t%r;return Math.floor(n>=0?n:n+r)};var getNearestRasterPosition=exports.getNearestRasterPosition=function e(t,r){var n=t.x,o=t.y;var s=r/2;var i=mod(n,r);var a=mod(o,r);return{x:i<s?n-i:n-i+r,y:a<s?o-a:o-a+r}};var bindTo=exports.bindTo=function e(t,r){for(var n=r.length;n--;){var o=t[r[n]];t[r[n]]=o.bind(t)}};\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/utils/basic.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/lib/utils/thirdParty": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/lib/utils/thirdParty",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});\n/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/lib/utils/thirdParty\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var generateDraftTitle=exports.generateDraftTitle=function e(n){var r=0,t=void 0;do{t=\"Draft \"+(r?r+1+\" \":\"\")+\"of '\"+n+\"'\";r++}while($tw.wiki.tiddlerExists(t));return t};var makeDraftTiddler=exports.makeDraftTiddler=function e(n){var r=$tw.wiki.findDraft(n);if(r){return $tw.wiki.getTiddler(r)}var t=$tw.wiki.getTiddler(n);r=generateDraftTitle(n);var l=new $tw.Tiddler(t,{title:r,\"draft.title\":n,\"draft.of\":n},$tw.wiki.getModificationFields());$tw.wiki.addTiddler(l);return l};var getFullScreenApis=exports.getFullScreenApis=function e(){var n=document,r=n.body,t={_requestFullscreen:r.webkitRequestFullscreen!==undefined?\"webkitRequestFullscreen\":r.mozRequestFullScreen!==undefined?\"mozRequestFullScreen\":r.msRequestFullscreen!==undefined?\"msRequestFullscreen\":r.requestFullscreen!==undefined?\"requestFullscreen\":\"\",_exitFullscreen:n.webkitExitFullscreen!==undefined?\"webkitExitFullscreen\":n.mozCancelFullScreen!==undefined?\"mozCancelFullScreen\":n.msExitFullscreen!==undefined?\"msExitFullscreen\":n.exitFullscreen!==undefined?\"exitFullscreen\":\"\",_fullscreenElement:n.webkitFullscreenElement!==undefined?\"webkitFullscreenElement\":n.mozFullScreenElement!==undefined?\"mozFullScreenElement\":n.msFullscreenElement!==undefined?\"msFullscreenElement\":n.fullscreenElement!==undefined?\"fullscreenElement\":\"\",_fullscreenChange:n.webkitFullscreenElement!==undefined?\"webkitfullscreenchange\":n.mozFullScreenElement!==undefined?\"mozfullscreenchange\":n.msFullscreenElement!==undefined?\"MSFullscreenChange\":n.fullscreenElement!==undefined?\"fullscreenchange\":\"\"};if(!t._requestFullscreen||!t._exitFullscreen||!t._fullscreenElement){return null}else{return t}};var flatten=exports.flatten=function e(n){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var t=r.delimiter||\".\";var l=r.prefix||\"\";var i={};function u(e,n){Object.keys(e).forEach(function(f){var s=e[f];var c=r.safe&&Array.isArray(s);var a=Object.prototype.toString.call(s);var d=a===\"[object Object]\"||a===\"[object Array]\";var o=n?n+t+f:l+f;if(!c&&d){return u(s,o)}i[o]=s})}u(n);return i};var unflatten=exports.unflatten=function e(n){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var t=r.delimiter||\".\";var l={};if(Object.prototype.toString.call(n)!==\"[object Object]\"){return n}function i(e){var n=Number(e);return isNaN(n)||e.indexOf(\".\")!==-1?e:n}Object.keys(n).forEach(function(u){var f=u.split(t);var s=i(f.shift());var c=i(f[0]);var a=l;while(c!==undefined){if(a[s]===undefined){a[s]=typeof c===\"number\"&&!r.object?[]:{}}a=a[s];if(f.length>0){s=i(f.shift());c=i(f[0])}}a[s]=e(n[u],r)});return l};var genUUID=exports.genUUID=function(){var e=\"0123456789abcdefghijklmnopqrstuvwxyz\".split(\"\");return function(){var n=e,r=new Array(36);var t=0,l;for(var i=0;i<36;i++){if(i==8||i==13||i==18||i==23){r[i]=\"-\"}else if(i==14){r[i]=\"4\"}else{if(t<=2)t=33554432+Math.random()*16777216|0;l=t&15;t=t>>4;r[i]=n[i==19?l&3|8:l]}}return r.join(\"\")}}();\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/utils/thirdParty.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/lib/utils/tmap": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/lib/utils/tmap",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.getArrayValuesAsHashmapKeys=exports.getLookupTable=exports.keyOfItemWithProperty=exports.keysOfItemsWithProperty=exports.getDublicates=exports.getId=exports.refreshDataSet=exports.drawRaster=exports.getPrettyFilter=exports.groupByProperty=exports.isEdgeTypeMatch=exports.getEdgeTypeMatches=exports.getDataUri=exports.convert=exports.getValues=exports.getIterableCollection=exports.getLabel=undefined;var _typeof=typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"?function(e){return typeof e}:function(e){return e&&typeof Symbol===\"function\"&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e};/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/lib/utils/tmap\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _vis=require(\"$:/plugins/felixhayashi/vis/vis.js\");var _vis2=_interopRequireDefault(_vis);var _exception=require(\"$:/plugins/felixhayashi/tiddlymap/js/exception\");var _basic=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/utils/basic\");var basicUtils=_interopRequireWildcard(_basic);var _wiki=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/utils/wiki\");var wikiUtils=_interopRequireWildcard(_wiki);function _interopRequireWildcard(e){if(e&&e.__esModule){return e}else{var t={};if(e!=null){for(var r in e){if(Object.prototype.hasOwnProperty.call(e,r))t[r]=e[r]}}t.default=e;return t}}function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var getLabel=exports.getLabel=function e(t,r){var i=wikiUtils.getTiddler(t);return(i&&i.fields[r]?i.fields[r]:i.fields.title).replace(\"\\\\n\",\"\\n\")};var getIterableCollection=exports.getIterableCollection=function e(t){return t instanceof _vis2.default.DataSet?t.get():t};var getValues=exports.getValues=function e(t){if(Array.isArray(t)){return t}else if(t instanceof _vis2.default.DataSet){return t.get({returnType:\"Array\"})}var r=[];var i=Object.keys(t);for(var a=i.length;a--;){r.push(t[i[a]])}return r};var convert=exports.convert=function e(t,r){if((typeof t===\"undefined\"?\"undefined\":_typeof(t))!==\"object\"){throw new _exception.InvalidArgumentException(t,r)}if(r===\"object\"){r=\"hashmap\"}var i={array:function e(t){return getValues(t)},hashmap:function e(t){return t instanceof _vis2.default.DataSet?t.get({returnType:\"Object\"}):t},dataset:function e(t){return t instanceof _vis2.default.DataSet?t:!Array.isArray(t)?getValues(t):new _vis2.default.DataSet(t)}};return i[r](t)};var getDataUri=exports.getDataUri=function e(t,r,i){var a=wikiUtils.getTiddler(t);r=r||a.fields.type||\"image/svg+xml\";var s=a.fields.text;var o=$tw.config.contentTypeInfo[r].encoding;if(r===\"image/svg+xml\"){s=s.replace(/\\r?\\n|\\r/g,\" \");if(!basicUtils.hasSubString(\"xmlns\",s)){s=s.replace(/<svg/,'<svg xmlns=\"http://www.w3.org/2000/svg\"')}}if(i&&o!==\"base64\"){o=\"base64\";s=basicUtils.base64(s)}return\"data:\"+r+\";\"+o+\",\"+s};var eTyFiltAutoPrefix=\"[all[]] \";var getEdgeTypeMatches=exports.getEdgeTypeMatches=function e(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:\"\";var r=arguments[1];if(!r){r=wikiUtils.getTiddlersByPrefix($tm.path.edgeTypes+\"/\",{iterator:\"eachTiddlerPlusShadows\",removePrefix:true})}if(r!=null&&!Array.isArray(r)){r=Object.keys(r)}return wikiUtils.getMatches(eTyFiltAutoPrefix+t,r)};var isEdgeTypeMatch=exports.isEdgeTypeMatch=function e(t){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:\"\";return wikiUtils.isMatch(t,eTyFiltAutoPrefix+r)};var groupByProperty=exports.groupByProperty=function e(t,r){t=getIterableCollection(t);var i=basicUtils.makeHashMap();var a=Object.keys(t);for(var s in a){var o=t[a[s]];var n=o[r];if(n==null){throw\"Cannot group by property \"+r}else{if(!Array.isArray(i[n])){i[n]=[]}i[n].push(o)}}return i};var getPrettyFilter=exports.getPrettyFilter=function e(t){t=t.trim().replace(\"][\",\"] [\");var r=/[+-]?\\[.+?[\\]\\}\\>]\\]/g;var i=t.match(r);t=t.replace(r,\" [] \").trim();var a=t.split(/\\s+/);var s=0;var o=[];for(var n=0,l=a.length;n<l;n++){o[n]=a[n]===\"[]\"?i[s++]:a[n]}return o.join(\"\\n\")};var drawRaster=exports.drawRaster=function e(t,r,i,a){var s=arguments.length>4&&arguments[4]!==undefined?arguments[4]:\"#D9D9D9\";var o=basicUtils.getNearestRasterPosition(i,a),n=o.x,l=o.y;var u=t.canvas.width/r;var p=t.canvas.height/r;var f=a*2;var v=Math.ceil(u/a/2)*a+f;var c=Math.ceil(p/a/2)*a+f;var y=n-v;var d=n+v;var g=l-c;var h=l+c;t.beginPath();for(var b=y;b<d;b+=a){t.moveTo(b,g);t.lineTo(b,h)}for(var x=g;x<=h;x+=a){t.moveTo(y,x);t.lineTo(d,x)}t.strokeStyle=s;t.fillStyle=s;t.stroke()};var refreshDataSet=exports.refreshDataSet=function e(t,r){var i=t.get({returnType:\"Object\"});var a=[];var s=[];var o=[];var n=[];for(var l in r){if(i[l]){if(basicUtils.isEqual(i[l],r[l])){continue}s.push(l);t.remove(l)}else{a.push(l)}if(r[l].x===undefined){o.push(l)}t.add(r[l])}for(var u in i){if(!r[u]){n.push(u);t.remove(u)}}return{withoutPosition:o,inserted:a,updated:s,removed:n}};var getId=exports.getId=function e(t){return wikiUtils.getTiddler(t).fields[\"tmap.id\"]};var getDublicates=exports.getDublicates=function e(t){var r=getId(t);if(!r){return[]}var i=wikiUtils.getTiddlersWithField(\"tmap.id\",r,{limit:2});delete i[wikiUtils.getTiddlerRef(t)];return Object.keys(i)};var keysOfItemsWithProperty=exports.keysOfItemsWithProperty=function e(t,r,i,a){t=getIterableCollection(t);var s=Object.keys(t);var o=[];a=typeof a===\"number\"?a:s.length;for(var n=0,l=s.length;n<l;n++){var u=s[n];if(_typeof(t[u])===\"object\"&&t[u][r]){if(!i||t[u][r]===i){o.push(u);if(o.length===a){break}}}}return o};var keyOfItemWithProperty=exports.keyOfItemWithProperty=function e(t,r,i){return keysOfItemsWithProperty(t,r,i,1)[0]};var getLookupTable=exports.getLookupTable=function e(t,r){t=getIterableCollection(t);var i=basicUtils.makeHashMap();var a=Object.keys(t);for(var s=0,o=a.length;s<o;s++){var n=a[s];var l=r?t[n][r]:t[n];var u=typeof l===\"undefined\"?\"undefined\":_typeof(l);if(u===\"string\"&&l!==\"\"||u===\"number\"){if(!i[l]){i[l]=r?t[n]:true;continue}}if(r){throw new Error('Cannot use \"'+l+'\" as lookup table index')}}return i};var getArrayValuesAsHashmapKeys=exports.getArrayValuesAsHashmapKeys=getLookupTable;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/utils/tmap.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/utils": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/utils",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.utils=undefined;var _extends=Object.assign||function(i){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var e in t){if(Object.prototype.hasOwnProperty.call(t,e)){i[e]=t[e]}}}return i};/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/utils\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _basic=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/utils/basic\");var basicUtils=_interopRequireWildcard(_basic);var _thirdParty=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/utils/thirdParty\");var thirdPartyUtils=_interopRequireWildcard(_thirdParty);var _wiki=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/utils/wiki\");var wikiUtils=_interopRequireWildcard(_wiki);var _tmap=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/utils/tmap\");var tMapUtils=_interopRequireWildcard(_tmap);function _interopRequireWildcard(i){if(i&&i.__esModule){return i}else{var r={};if(i!=null){for(var t in i){if(Object.prototype.hasOwnProperty.call(i,t))r[t]=i[t]}}r.default=i;return r}}var utils=exports.utils=_extends({},basicUtils,thirdPartyUtils,wikiUtils,tMapUtils);exports.default=utils;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/utils/utils.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/lib/utils/wiki": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/lib/utils/wiki",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.touch=exports.addTiddler=exports.getTiddlersByPrefix=exports.getTiddlerWithField=exports.getTiddlersWithField=exports.deleteByPrefix=exports.cp=exports.mv=exports.addTWlisteners=exports.getChildWidgetByProperty=exports.getMergedTiddlers=exports.isSystemOrDraft=exports.isDraft=exports.setText=exports.getText=exports.isLeftVersionGreater=exports.getEntry=exports.setEntry=exports.clone=exports.writeFieldData=exports.parseFieldData=exports.isPreviewed=exports.notify=exports.registerTransclude=exports.getElementNode=exports.getTiddlerNode=exports.getTranscludeNode=exports.isMatch=exports.getMatches=exports.moveFieldValues=exports.deleteTiddlers=exports.setField=exports.setSidebarTab=exports.tiddlerExists=exports.getField=exports.getTiddler=exports.getTiddlerRef=undefined;var _typeof=typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"?function(e){return typeof e}:function(e){return e&&typeof Symbol===\"function\"&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e};var _exception=require(\"$:/plugins/felixhayashi/tiddlymap/js/exception\");var _basic=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/utils/basic\");var basicUtils=_interopRequireWildcard(_basic);function _interopRequireWildcard(e){if(e&&e.__esModule){return e}else{var t={};if(e!=null){for(var r in e){if(Object.prototype.hasOwnProperty.call(e,r))t[r]=e[r]}}t.default=e;return t}}function _defineProperty(e,t,r){if(t in e){Object.defineProperty(e,t,{value:r,enumerable:true,configurable:true,writable:true})}else{e[t]=r}return e}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/lib/utils/wiki\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var getTiddlerRef=exports.getTiddlerRef=function e(t){if(t instanceof $tw.Tiddler){return t.fields.title}else if(typeof t===\"string\"){return t}else{throw new _exception.InvalidArgumentException(t)}};var getTiddler=exports.getTiddler=function e(t){return $tw.wiki.getTiddler(t instanceof $tw.Tiddler?t.fields.title:t)};var getField=exports.getField=function e(t,r){var i=arguments.length>2&&arguments[2]!==undefined?arguments[2]:\"\";var d=getTiddler(t);return!d?i:d.fields[r]||i};var tiddlerExists=exports.tiddlerExists=function e(t){if(!t){return false}var r=getTiddlerRef(t);return Boolean(r&&($tw.wiki.tiddlerExists(r)||$tw.wiki.isShadowTiddler(r)))};var setSidebarTab=exports.setSidebarTab=function e(t){setText(getTiddlersByPrefix(\"$:/state/tab/sidebar-\")[0],t)};var setField=exports.setField=function e(t,r,i){if(!t||!r){return}var d=getTiddlerRef(t);var s=_defineProperty({title:d},r,i);var n=$tw.wiki.getTiddler(d,true);if(r!==\"text\"&&n&&!n.fields.text){s.text=\"\"}n=new $tw.Tiddler(n,s);$tw.wiki.addTiddler(n);return n};var deleteTiddlers=exports.deleteTiddlers=function e(t){var r=Object.keys(t);var i=$tw.wiki.getTiddlerList(\"$:/StoryList\");for(var d=r.length;d--;){var s=getTiddlerRef(t[r[d]]);if(!$tw.wiki.tiddlerExists(t[r[d]])){continue}var n=i.indexOf(s);if(n!==-1){i.splice(n,1);setField(\"$:/StoryList\",\"list\",i)}$tw.wiki.deleteTiddler(s)}};var moveFieldValues=exports.moveFieldValues=function e(t,r,i,d,s){if(t===r)return;var n=s||$tw.wiki.allTitles();for(var l=n.length;l--;){var a=getTiddler(n[l]);if(a.isDraft()||!a.fields[t]){continue}if(!d&&$tw.wiki.isSystemTiddler(n[l])){continue}var o=_defineProperty({},r,a.fields[t]);if(i){o[t]=undefined}$tw.wiki.addTiddler(new $tw.Tiddler(a,o))}};var getMatches=exports.getMatches=function e(t,r,i){var d=undefined;var s=$tw.wiki;if(typeof t===\"string\"){t=s.compileFilter(t)}if(r!=null&&(typeof r===\"undefined\"?\"undefined\":_typeof(r))===\"object\"){if(!Array.isArray(r)){r=Object.keys(r)}d=function e(t){for(var i=r.length;i--;){var d=s.getTiddler(r[i]);t(d,r[i])}}}return t.call(s,d,i)};var isMatch=exports.isMatch=function e(t,r){return getTiddlerRef(t)===getMatches(r,[getTiddlerRef(t)])[0]};var getTranscludeNode=exports.getTranscludeNode=function e(t,r){return{type:\"transclude\",attributes:{tiddler:{type:\"string\",value:getTiddlerRef(t)}},children:[],isBlock:!!r}};var getTiddlerNode=exports.getTiddlerNode=function e(t){return{type:\"tiddler\",attributes:{tiddler:{type:\"string\",value:getTiddlerRef(t)}},children:[]}};var getElementNode=exports.getElementNode=function e(t,r,i){return{type:\"element\",tag:t,attributes:{class:{type:\"string\",value:r}},children:i?[{type:\"text\",text:i}]:[]}};var registerTransclude=exports.registerTransclude=function e(t,r,i){basicUtils.removeArrayElement(t.children,t[r]);t[r]=t.makeChildWidget(getTranscludeNode(i,true));t.children.push(t[r]);return t[r]};var notify=exports.notify=function e(t){var r=\"$:/temp/tiddlymap/notify\";$tw.wiki.addTiddler(new $tw.Tiddler({title:r,text:t}));$tw.notifier.display(r)};var isPreviewed=exports.isPreviewed=function e(t){if(!t){return false}if(t.domNode.isTiddlyWikiFakeDom){return true}if(t.getVariable(\"tv-tiddler-preview\")){return true}else{var r=\"tc-tiddler-preview-preview\";return!!basicUtils.getAncestorWithClass(t.parentDomNode,r)}};var parseFieldData=exports.parseFieldData=function e(t){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:\"text\";var i=arguments[2];var d=getTiddler(t);if(!d){return i}return basicUtils.parseJSON(d.fields[r],i)};var writeFieldData=exports.writeFieldData=function e(t,r,i,d){if((typeof i===\"undefined\"?\"undefined\":_typeof(i))!==\"object\"){return}d=parseInt(d);d=d>0&&r===\"text\"?d:0;setField(t,r,JSON.stringify(i,null,d))};var clone=exports.clone=function e(t,r){setField(t,\"title\",r)};var setEntry=exports.setEntry=function e(t,r,i){$tw.wiki.setText(getTiddlerRef(t),null,r,i)};var getEntry=exports.getEntry=function e(t,r,i){var d=$tw.wiki.getTiddlerData(getTiddlerRef(t),{});return d[r]==null?i:d[r]};var isLeftVersionGreater=exports.isLeftVersionGreater=function e(t,r){return t!==r&&$tw.utils.checkVersions(t,r)};var getText=exports.getText=function e(t,r){return getField(t,\"text\",r)};var setText=exports.setText=function e(t,r){setField(t,\"text\",r)};var isDraft=exports.isDraft=function e(t){var r=getTiddler(t);return r&&r.isDraft()};var isSystemOrDraft=exports.isSystemOrDraft=function e(t){return $tw.wiki.isSystemTiddler(getTiddlerRef(t))||isDraft(t)};var getMergedTiddlers=exports.getMergedTiddlers=function e(t,r){if(!Array.isArray(t)){return}for(var i=t.length;i--;){t[i]=getTiddler(t[i])}if(!t.length){return}t.push({title:r||t[0].fields.title},$tw.wiki.getModificationFields(),$tw.wiki.getCreationFields());t.unshift(null);return new(Function.prototype.bind.apply($tw.Tiddler,t))};var getChildWidgetByProperty=exports.getChildWidgetByProperty=function e(t,r,i){var d=t.children;for(var s=d.length;s--;){var n=d[s];if(n[r]===i){return n}else{n=e(n,r,i);if(n){return n}}}};var addTWlisteners=exports.addTWlisteners=function e(t,r,i){for(var d in t){r.addEventListener(d,t[d].bind(i))}};var mv=exports.mv=function e(t,r,i,d){if(t===r||!t||!r){return}i=typeof i===\"boolean\"?i:false;d=typeof d===\"boolean\"?d:true;var s=getTiddlersByPrefix(t);var n=basicUtils.makeHashMap();for(var l=s.length;l--;){var a=s[l];var o=a.replace(t,r);if($tw.wiki.tiddlerExists(o)&&!i){return}n[a]=o}for(var f in n){setField(f,\"title\",n[f]);if(d){$tw.wiki.deleteTiddler(f)}}return n};var cp=exports.cp=function e(t,r,i){return mv(t,r,i,false)};var deleteByPrefix=exports.deleteByPrefix=function e(t,r){if(!t){return}r=r||$tw.wiki.allTitles();var i=[];for(var d=r.length;d--;){if(basicUtils.startsWith(r[d],t)){$tw.wiki.deleteTiddler(r[d]);i.push(i[d])}}return i};var getTiddlersWithField=exports.getTiddlersWithField=function e(t,r){var i=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{};var d=i.tiddlers||$tw.wiki.allTitles();var s=i.isIncludeDrafts===true;var n=basicUtils.makeHashMap();var l=Object.keys(d);var a=$tw.utils.hop;var o=i.limit||0;for(var f=l.length;f--;){var u=getTiddler(d[l[f]]);var p=u.fields;if(a(p,t)&&(!a(p,\"draft.of\")||s)){if(!r||p[t]===r){n[p.title]=u;if(--o===0){break}}}}return n};var getTiddlerWithField=exports.getTiddlerWithField=function e(t,r){return Object.keys(getTiddlersWithField(t,r,{limit:1}))[0]};var getTiddlersByPrefix=exports.getTiddlersByPrefix=function e(t){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var i=r.removePrefix===true;var d=[];var s=$tw.wiki[r.iterator||\"each\"];s(function(e,r){if(basicUtils.startsWith(r,t)){d.push(i?basicUtils.getWithoutPrefix(r,t):r)}});return d};var addTiddler=exports.addTiddler=function e(t,r){var i=getTiddler(t);if(!r&&i){return i}i=new $tw.Tiddler({title:t,text:\"\"},$tw.wiki.getModificationFields(),$tw.wiki.getCreationFields());$tw.wiki.addTiddler(i);return i};var touch=exports.touch=function e(t){if(!t){return}var r=new $tw.Tiddler(getTiddler(t),$tw.wiki.getModificationFields());$tw.wiki.addTiddler(r)};\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/lib/utils/wiki.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/macro/tmap": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/macro/tmap",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.params=exports.name=exports.run=undefined;var _typeof=typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"?function(e){return typeof e}:function(e){return e&&typeof Symbol===\"function\"&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e};/* @preserve TW-Guard */\n/*\\\ntitle: $:/plugins/felixhayashi/tiddlymap/js/macro/tmap\ntype: application/javascript\nmodule-type: macro\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _EdgeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/EdgeType\");var _EdgeType2=_interopRequireDefault(_EdgeType);var _ViewAbstraction=require(\"$:/plugins/felixhayashi/tiddlymap/js/ViewAbstraction\");var _ViewAbstraction2=_interopRequireDefault(_ViewAbstraction);var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var name=\"tmap\";var params=getParamSlots(5);function run(){this.substVarRefs=this.substituteVariableReferences;var e=command[arguments[0]];var t=null;if(typeof e===\"function\"){var r=Array.prototype.slice.call(arguments,1);t=e.apply(this,r)}return typeof t===\"string\"?t:\"\"}function getParamSlots(e){var t=[];for(var r=0;r<e;r++){t.push({name:\"arg\"+r})}return t}var command=_utils2.default.makeHashMap();command.basename=function(e){var t=this.getVariable(\"currentTiddler\");return _utils2.default.getBasename(t,e)};command.datauri=function(e,t){return _utils2.default.getDataUri(e,t,true)};command.testJSON=function(e){var t=$tw.wiki.getTiddler(this.getVariable(\"currentTiddler\"));try{JSON.parse(t.fields[e]);return\"valid\"}catch(e){return\"malformed\"}};command.splitAndSelect=function(e,t){var r=this.getVariable(\"currentTiddler\");var a=r.split(e)[t];return a!=null?a:r};command.concat=function(){var e=\"\";for(var t=1,r=arguments.length;t<r;t++){e+=arguments[t]}return e};command.uuid=function(){return _utils2.default.genUUID()};command.regRepl=function(){var e=this.substVarRefs(arguments[0]);var t=arguments[1];var r=this.substVarRefs(arguments[2]);var a=this.substVarRefs(arguments[4]);return e.replace(new RegExp(t,a),r)};command.halfOfString=function(){var e=this.substVarRefs(arguments[0]);if(!e){return\"\"}return e.substr(0,Math.ceil(e.length/2))};command.isETyVisible=function(e,t){e=new _ViewAbstraction2.default(e);var r=command.getETyId.call(this,e,t);return\"\"+e.isEdgeTypeVisible(r)};command.getETyId=function(e,t){e=new _ViewAbstraction2.default(e);var r=_EdgeType2.default.getInstance(t||this.getVariable(\"currentTiddler\"));if(!r.namespace){var a=_EdgeType2.default.getIdParts(r.id),n=a.marker,i=a.name;var u=e.getConfig(\"edge_type_namespace\");r=_EdgeType2.default.getInstance(_EdgeType2.default.getId(n,u,i))}return r.id};command.scale=function(){var e=\"\";for(var t=1,r=parseInt(arguments[0]);t<r;t++){e+=\"[[\"+t+\"]]\"}return e};command.mergeFields=function(){var e=_utils2.default.getTiddler(arguments[0]);var t=arguments[1];var r=arguments[2]||\" \";if(!e)return;var a=_utils2.default.getPropertiesByPrefix(e.fields,t);var n=\"\";for(var i in a){if(typeof a[i]===\"string\"){n+=a[i]+r}}return n};command.option=function(e,t){if(typeof $tm==\"undefined\"){return\"\"}var r=$tm;var a=e.split(\".\");for(var n=0;n<a.length;n++){if((typeof r===\"undefined\"?\"undefined\":_typeof(r))==\"object\"&&r[a[n]]){r=r[a[n]]}}if(t&&typeof r===\"string\"&&_utils2.default.hasSubString(t)&&r.lastIndexOf(t)+t.length===r.length){r=r+t}return r};exports.run=run;exports.name=name;exports.params=params;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/macro/MapMacro.js.map\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/Adapter": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/Adapter",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _typeof=typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"?function(e){return typeof e}:function(e){return e&&typeof Symbol===\"function\"&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e};var _createClass=function(){function e(e,t){for(var i=0;i<t.length;i++){var r=t[i];r.enumerable=r.enumerable||false;r.configurable=true;if(\"value\"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}return function(t,i,r){if(i)e(t.prototype,i);if(r)e(t,r);return t}}();/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/Adapter\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _ViewAbstraction=require(\"$:/plugins/felixhayashi/tiddlymap/js/ViewAbstraction\");var _ViewAbstraction2=_interopRequireDefault(_ViewAbstraction);var _EdgeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/EdgeType\");var _EdgeType2=_interopRequireDefault(_EdgeType);var _NodeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/NodeType\");var _NodeType2=_interopRequireDefault(_NodeType);var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _Edge=require(\"$:/plugins/felixhayashi/tiddlymap/js/Edge\");var _Edge2=_interopRequireDefault(_Edge);var _vis=require(\"$:/plugins/felixhayashi/vis/vis.js\");var _vis2=_interopRequireDefault(_vis);var _environment=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/environment\");var env=_interopRequireWildcard(_environment);var _contrastcolour=require(\"$:/core/modules/macros/contrastcolour.js\");function _interopRequireWildcard(e){if(e&&e.__esModule){return e}else{var t={};if(e!=null){for(var i in e){if(Object.prototype.hasOwnProperty.call(e,i))t[i]=e[i]}}t.default=e;return t}}function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _defineProperty(e,t,i){if(t in e){Object.defineProperty(e,t,{value:i,enumerable:true,configurable:true,writable:true})}else{e[t]=i}return e}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}var Adapter=function(){function e(t,i){_classCallCheck(this,e);this.getTiddlerById=t.getTiddlerById.bind(t);this.getId=t.getIdByTiddler.bind(t);this.assignId=t.assignId.bind(t);this.edgeTypeSubscriberRegistry=i;this.indeces=$tm.indeces;this.wiki=$tw.wiki;this.visShapesWithTextInside=_utils2.default.getLookupTable([\"ellipse\",\"circle\",\"database\",\"box\",\"text\"])}_createClass(e,[{key:\"deleteEdge\",value:function e(t){return this._processEdge(t,\"delete\")}},{key:\"insertEdge\",value:function e(t){return this._processEdge(t,\"insert\")}},{key:\"deleteEdges\",value:function e(t){t=_utils2.default.convert(t,\"array\");for(var i=t.length;i--;){this.deleteEdge(t[i])}}},{key:\"_processEdge\",value:function e(t,i){$tm.logger(\"debug\",\"Edge\",i,t);var r=this.getTiddlerById(t.from);if(!r||!_utils2.default.tiddlerExists(r)){return}var a=_utils2.default.getTiddler(r);var s=this.indeces.allETy[t.type]||_EdgeType2.default.getInstance(t.type);var l=this.edgeTypeSubscriberRegistry.getAllForType(s);var n=i+\"Edge\";for(var d=l.length;d--;){l[d][n](a,t,s)}if(i===\"insert\"&&!s.exists()){s.save()}return t}},{key:\"getAdjacencyList\",value:function e(t){var i=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};$tm.start(\"Creating adjacency list\");if(!i.edges){var r=_utils2.default.getMatches(env.selector.allPotentialNodes);i.edges=this.getEdgesForSet(r,i.toWL,i.typeWL)}var a=_utils2.default.groupByProperty(i.edges,t||\"to\");$tm.stop(\"Creating adjacency list\");return a}},{key:\"getNeighbours\",value:function e(t){var i=this;var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};$tm.start(\"Get neighbours\");var a=r.addProperties,s=r.toWL,l=r.typeWL,n=r.steps;var d=this.indeces.allETy;var o=_utils2.default.getArrayValuesAsHashmapKeys(t);var u=_ViewAbstraction2.default.exists(r.view)?new _ViewAbstraction2.default(r.view):null;var f=_utils2.default.makeHashMap();var g=_utils2.default.makeHashMap();var c=parseInt(n)>0?n:1;var v=r.direction||u&&u.getConfig(\"neighbourhood_directions\");var y=!v||v===\"both\";var h=y||v===\"in\";var p=y||v===\"out\";var _=u&&\"[all[]] \"+u.getNodeFilter(\"raw\");var b=this.getAdjacencyList(\"to\",r);var m=function e(t,r,s){f[t.id]=t;var l=i.getTiddlerById(t[r]);if(u&&_utils2.default.isTrue($tm.config.sys.nodeFilterNeighbours)&&!_utils2.default.isMatch(l,_)){return}if(!o[l]){o[l]=true;var n=i.makeNode(l,a);if(n){g[n.id]=n;s.push(l)}}};var w=void 0;for(w=0;w<c&&t.length;w++){var T=[];for(var k=t.length;k--;){if(_utils2.default.isSystemOrDraft(t[k])){continue}var E=this.getEdges(t[k],s,l);for(var N in E){var A=d[E[N].type];if(y||p&&A.toArrow||h&&A.invertedArrow){m(E[N],\"to\",T)}}var I=b[this.getId(t[k])];if(!I){continue}for(var j=I.length;j--;){var x=d[I[j].type];if(y||h&&x.toArrow||p&&x.invertedArrow){m(I[j],\"from\",T)}}}t=T}var S={nodes:g,edges:f};$tm.logger(\"debug\",\"Retrieved neighbourhood\",S,\"steps\",w);$tm.stop(\"Get neighbours\");return S}},{key:\"getGraph\",value:function e(t){var i=t.view,r=t.matches,a=t.includeNeighboursOf;$tm.start(\"Assembling Graph\");i=new _ViewAbstraction2.default(i);r=r||_utils2.default.getMatches(i.getNodeFilter(\"compiled\"));var s=parseInt(i.getConfig(\"neighbourhood_scope\"));var l=i.getEdgeTypeFilter(\"whitelist\");var n=_utils2.default.getArrayValuesAsHashmapKeys(r);var d=this.getEdgesForSet(r,n,l);var o=void 0;if(i.isEnabled(\"filter_nodes_by_edge_types\")){o=new Set;Object.values(d).forEach(function(e){o.add(e.from);o.add(e.to)})}var u={edges:d,nodes:this.selectNodesByReferences(r,{view:i,outputType:\"hashmap\"})};if(s){var f=a?r.filter(a):r;var g=this.getNeighbours(f,{steps:s,view:i,typeWL:l,addProperties:{type:\"tmap:neighbour\"}});Object.assign(u.nodes,g.nodes);Object.assign(u.edges,g.edges);if(i&&i.isEnabled(\"show_inter_neighbour_edges\")){var c=this.getTiddlersByIds(g.nodes);var v=_utils2.default.getArrayValuesAsHashmapKeys(c);Object.assign(u.edges,this.getEdgesForSet(c,v))}}if(o){var y=_utils2.default.makeHashMap();Object.values(u.nodes).forEach(function(e){if(o.has(e.id)){y[e.id]=e}});u.nodes=y}this.attachStylesToNodes(u.nodes,i);$tm.stop(\"Assembling Graph\");$tm.logger(\"debug\",\"Assembled graph:\",u);return u}},{key:\"getEdges\",value:function e(t,i,r){var a=_utils2.default.getTiddler(t);if(!a||_utils2.default.isSystemOrDraft(a)){return}var s=this.indeces.allETy;var l=_utils2.default.makeHashMap();var n=this.edgeTypeSubscriberRegistry.getAll();for(var d=0,o=n.length;d<o;d++){Object.assign(l,n[d].loadEdges(a,i,r))}for(var u in l){var f=l[u];if(!f.from||!f.to){continue}var g=s[f.type]||_EdgeType2.default.getInstance(f.type);addStyleToEdge(l[u],g);l[u]=f}return l}},{key:\"getEdgesForSet\",value:function e(t,i,r){var a=_utils2.default.makeHashMap();for(var s=t.length;s--;){Object.assign(a,this.getEdges(t[s],i,r))}return a}},{key:\"selectEdgesByType\",value:function e(t){var i=_utils2.default.makeHashMap(_defineProperty({},_EdgeType2.default.getInstance(t).id,true));return this.getEdgesForSet(this.getAllPotentialNodes(),null,i)}},{key:\"getAllPotentialNodes\",value:function e(){return _utils2.default.getMatches($tm.selector.allPotentialNodes)}},{key:\"_processEdgesWithType\",value:function e(t,i){var r=i.action,a=i.newName;t=_EdgeType2.default.getInstance(t);$tm.logger(\"debug\",\"Processing edges\",t,r);var s=this.selectEdgesByType(t);if(r===\"rename\"){new _EdgeType2.default(a,t).save()}for(var l in s){this._processEdge(s[l],\"delete\");if(r===\"rename\"){s[l].type=a;this._processEdge(s[l],\"insert\")}}this.wiki.deleteTiddler(t.fullPath)}},{key:\"selectNodesByReferences\",value:function e(t){var i=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},r=i.addProperties,a=i.outputType;var s=_utils2.default.makeHashMap();var l=Object.keys(t);for(var n=l.length;n--;){var d=this.makeNode(t[l[n]],r);if(d){s[d.id]=d}}return _utils2.default.convert(s,a)}},{key:\"selectNodesByIds\",value:function e(t,i){var r=this.getTiddlersByIds(t);return this.selectNodesByReferences(r,i)}},{key:\"selectNodeById\",value:function e(t,i){i=Object.assign({},i,{outputType:\"hashmap\"});var r=this.selectNodesByIds([t],i);return r[t]}},{key:\"removeNodeType\",value:function e(t){t=_NodeType2.default.getInstance(t);this.wiki.deleteTiddler(t.fullPath)}},{key:\"makeNode\",value:function e(t,i){var r=_utils2.default.getTiddler(t);if(!r||_utils2.default.isSystemOrDraft(r))return;var a=_utils2.default.merge({},i);a.id=this.assignId(r);a.tRef=r.fields.title;var s=r.fields[$tm.field.nodeLabel];a.label=(s&&$tm.field.nodeLabel!==\"title\"?this.wiki.renderText(\"text/plain\",\"text/vnd-tiddlywiki\",s):r.fields.title).replace(\"\\\\n\",\"\\n\");return a}},{key:\"getInheritedNodeStyles\",value:function e(t){var i=this.getTiddlersByIds(t);var r={};var a=this.indeces.glNTy;for(var s=a.length;s--;){var l=a[s];var n=[];if(l.id===\"tmap:neighbour\"){for(var d in t){if(t[d].type===\"tmap:neighbour\"){n.push(this.getTiddlerById(d))}}}else{n=l.getInheritors(i)}for(var o=n.length;o--;){var u=n[o];var f=r[u]=r[u]||{};f.style=_utils2.default.merge(f.style||{},l.style);if(l[\"fa-icon\"]){f[\"fa-icon\"]=l[\"fa-icon\"]}else if(l[\"tw-icon\"]){f[\"tw-icon\"]=l[\"tw-icon\"]}}}return r}},{key:\"attachStylesToNodes\",value:function e(t,i){i=_ViewAbstraction2.default.exists(i)?new _ViewAbstraction2.default(i):null;var r=this.getInheritedNodeStyles(t);var a=i?i.getNodeData():_utils2.default.makeHashMap();var s=i&&!i.isEnabled(\"physics_mode\");for(var l in t){var n=this.getTiddlerById(l);var d=this.wiki.getTiddler(n);var o=d.fields;var u=t[l];var f=void 0;var g=r[n];if(g){_utils2.default.merge(u,g.style);f=getIcon(g[\"fa-icon\"],g[\"tw-icon\"])}if(o.color){u.color=o.color}if(o[\"tmap.style\"]){_utils2.default.merge(u,_utils2.default.parseJSON(o[\"tmap.style\"]))}f=getIcon(o[\"tmap.fa-icon\"],o[\"icon\"])||f;var c=a[l];if(c){_utils2.default.merge(u,c);if(s){u.fixed={x:u.x!=null,y:u.y!=null}}f=getIcon(c[\"fa-icon\"],c[\"tw-icon\"])||f}var v=u.color!==null&&_typeof(u.color)===\"object\";var y=v?u.color.background:u.color;u.color={background:y,border:v?u.color.border:undefined};addNodeIcon(u,f);u.font=u.font||{};if(u.shape&&!this.visShapesWithTextInside[u.shape]){u.font.color=\"black\"}else if(!u.font.color&&y){u.font.color=(0,_contrastcolour.run)(y,y,\"black\",\"white\")}if(u.shape===\"icon\"){u.label=\"\\n\"+u.label;if(_typeof(u.icon)===\"object\"){u.icon.color=y}}}if(i){var h=t[i.getConfig(\"central-topic\")];if(h){_utils2.default.merge(h,this.indeces.glNTyById[\"tmap:central-topic\"].style)}}}},{key:\"deleteNode\",value:function e(t){if(!t){return}var i=(typeof t===\"undefined\"?\"undefined\":_typeof(t))===\"object\"?t.id:t;var r=this.getTiddlerById(i);if(r){_utils2.default.deleteTiddlers([r])}var a=_utils2.default.getMatches(env.selector.allViews);for(var s=a.length;s--;){var l=new _ViewAbstraction2.default(a[s]);l.removeNode(i)}var n=this.getNeighbours([r]);this.deleteEdges(n.edges)}},{key:\"deleteNodes\",value:function e(t){for(var i=t.length;i--;){this.deleteNode(t[i])}}},{key:\"insertNode\",value:function e(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};var i=arguments[1];var r=arguments[2];t.label=this.wiki.generateNewTitle(t.label||_utils2.default.getRandomLabel());var a=new $tw.Tiddler({text:\"\"},r,{title:t.label,\"tmap.id\":null},this.wiki.getModificationFields(),this.wiki.getCreationFields());this.wiki.addTiddler(a);t=this.makeNode(a,t);if(_ViewAbstraction2.default.exists(i)){new _ViewAbstraction2.default(i).addNode(t)}return t}},{key:\"getTiddlersByIds\",value:function e(t){if(Array.isArray(t)){t=_utils2.default.getArrayValuesAsHashmapKeys(t)}else if(t instanceof _vis2.default.DataSet){t=_utils2.default.getLookupTable(t,\"id\")}var i=[];for(var r in t){var a=this.getTiddlerById(r);if(a){i.push(a)}}return i}}]);return e}();var getFAdigits=function e(t){return t.length===4?t:t.substr(3,4)};var addNodeIcon=function e(t,i){if(!i){return}if(i.fa){t.shape=\"icon\";t.icon={shape:\"icon\",face:\"FontAwesome\",color:t.color,code:String.fromCharCode(\"0x\"+getFAdigits(i.fa))};if(t.size){t.icon.size=t.size}return}if(i.tw){var r=_utils2.default.getTiddler(i.tw);if(!r){return}if(r.fields[\"_canonical_uri\"]){t.image=r.fields[\"_canonical_uri\"];t.shape=\"image\"}else if(r.fields.text){t.image=_utils2.default.getDataUri(r);t.shape=\"image\"}}};var removeObsoleteViewData=function e(t,i){if(!_ViewAbstraction2.default.exists(i)||!t){return}i=new _ViewAbstraction2.default(i);var r=i.getNodeData();var a=0;for(var s in r){if(t[s]===undefined&&r[s]!=null){r[s]=undefined;a++}}if(a){$tm.logger(\"debug\",\"[Cleanup]\",\"Removed obsolete node data:\",i.getLabel(),a);i.saveNodeData(r)}};var addStyleToEdge=function e(t,i){t=Object.assign(t,i.style);if(_utils2.default.isTrue(i[\"show-label\"],true)){t.label=i.getLabel()}};var getIcon=function e(t,i){return t&&{fa:t}||i&&{tw:i}};exports.default=Adapter;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/services/Adapter.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/CallbackManager": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/CallbackManager",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _createClass=function(){function e(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||false;l.configurable=true;if(\"value\"in l)l.writable=true;Object.defineProperty(e,l.key,l)}}return function(t,a,l){if(a)e(t.prototype,a);if(l)e(t,l);return t}}();/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/CallbackManager\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}var CallbackManager=function(){function e(){_classCallCheck(this,e);this.callbacks=_utils2.default.makeHashMap();this.logger=$tm.logger;this.wiki=$tw.wiki}_createClass(e,[{key:\"add\",value:function e(t,a){var l=arguments.length>2&&arguments[2]!==undefined?arguments[2]:true;this.logger(\"debug\",'A callback was registered for changes of \"'+t+'\"');this.callbacks[t]={execute:a,isDeleteOnCall:l}}},{key:\"remove\",value:function e(t){if(!t){return}if(typeof t===\"string\"){t=[t]}for(var a=t.length;a--;){var l=t[a];if(this.callbacks[l]){this.logger(\"debug\",'Deleting callback for \"'+l+'\"');delete this.callbacks[l]}}}},{key:\"refresh\",value:function e(t){if(this.callbacks.length==0){return}for(var a in t){if(!this.callbacks[a]){continue}if(this.wiki.getTiddler(a)){this.logger(\"debug\",\"Executing a callback for: \"+a);this.callbacks[a].execute(a);if(!this.callbacks.isDeleteOnCall){continue}}this.remove(a)}}}]);return e}();exports.default=CallbackManager;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/services/CallbackManager.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/startup/caretaker": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/startup/caretaker",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.startup=exports.synchronous=exports.before=exports.after=exports.platforms=exports.name=undefined;var _rebuilders;var _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r){if(Object.prototype.hasOwnProperty.call(r,i)){e[i]=r[i]}}}return e};/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/startup/caretaker\ntype: application/javascript\nmodule-type: startup\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _vis=require(\"$:/plugins/felixhayashi/tiddlymap/js/config/vis\");var _vis2=_interopRequireDefault(_vis);var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _Fixer=require(\"$:/plugins/felixhayashi/tiddlymap/js/Fixer\");var _Fixer2=_interopRequireDefault(_Fixer);var _Adapter=require(\"$:/plugins/felixhayashi/tiddlymap/js/Adapter\");var _Adapter2=_interopRequireDefault(_Adapter);var _tracker=require(\"$:/plugins/felixhayashi/tiddlymap/js/services/tracker\");var _tracker2=_interopRequireDefault(_tracker);var _EdgeTypeSubscriberRegistry=require(\"$:/plugins/felixhayashi/tiddlymap/js/EdgeTypeSubscriberRegistry\");var _EdgeTypeSubscriberRegistry2=_interopRequireDefault(_EdgeTypeSubscriberRegistry);var _DialogManager=require(\"$:/plugins/felixhayashi/tiddlymap/js/DialogManager\");var _DialogManager2=_interopRequireDefault(_DialogManager);var _CallbackManager=require(\"$:/plugins/felixhayashi/tiddlymap/js/CallbackManager\");var _CallbackManager2=_interopRequireDefault(_CallbackManager);var _ViewAbstraction=require(\"$:/plugins/felixhayashi/tiddlymap/js/ViewAbstraction\");var _ViewAbstraction2=_interopRequireDefault(_ViewAbstraction);var _EdgeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/EdgeType\");var _EdgeType2=_interopRequireDefault(_EdgeType);var _NodeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/NodeType\");var _NodeType2=_interopRequireDefault(_NodeType);var _vis3=require(\"$:/plugins/felixhayashi/vis/vis.js\");var _vis4=_interopRequireDefault(_vis3);var _environment=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/environment\");var env=_interopRequireWildcard(_environment);var _URL=require(\"$:/plugins/felixhayashi/tiddlymap/js/URL\");var _URL2=_interopRequireDefault(_URL);function _interopRequireWildcard(e){if(e&&e.__esModule){return e}else{var t={};if(e!=null){for(var r in e){if(Object.prototype.hasOwnProperty.call(e,r))t[r]=e[r]}}t.default=e;return t}}function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _defineProperty(e,t,r){if(t in e){Object.defineProperty(e,t,{value:r,enumerable:true,configurable:true,writable:true})}else{e[t]=r}return e}var init=function e(){window.$tm=_extends({},env,{utils:_utils2.default,url:new _URL2.default(window.location.href)});cleanup();registerPublicClasses($tm);updateGlobals($tm);createMetaFile($tm.logger);var t=attachIndeces($tm);var r=getInitializedServices(t);Object.assign($tm,r);loadDefaultView($tm.config.sys.defaultView);r.fixer.fix();$tm.registry=[];setInterval(routineCheck,5e3);registerChangeListener($tm.callbackManager);registerMousemoveListener();registerClickListener();if($tm.url.query[\"tmap-enlarged\"]){prepareFullscreenStart($tm.url)}$tm.logger(\"warn\",\"TiddlyMap's caretaker successfully started\")};var getInitializedServices=function e(t){var r=new _tracker2.default(d);var i=$tw.modules.applyMethods(\"tmap.edgetypehandler\");var a=new _EdgeTypeSubscriberRegistry2.default(i,t.allETy,r);var s=new _Adapter2.default(r,a);var l=new _CallbackManager2.default;var n=new _DialogManager2.default(l);var d=new _Fixer2.default(s,$tm.logger,t.glNTy);return{edgeTypeSubscriberRegistry:a,tracker:r,adapter:s,callbackManager:l,dialogManager:n,fixer:d}};var registerPublicClasses=function e(t){t.keycharm=_vis4.default.keycharm;t.NodeType=_NodeType2.default;t.EdgeType=_EdgeType2.default;t.ViewAbstraction=_ViewAbstraction2.default};var attachOptions=function e(t){var r=t;if(!r.config)r.config=_utils2.default.makeHashMap();r.config.sys=_utils2.default.merge(r.config.sys,_utils2.default.unflatten($tw.wiki.getTiddlerData(env.ref.sysUserConf)));r.config.vis=_utils2.default.merge({},_vis2.default,_utils2.default.parseFieldData(env.ref.visUserConf));if(!r.field)r.field=_utils2.default.makeHashMap();$tw.utils.extend(r.field,r.config.sys.field)};var attachIndeces=function e(t){$tm.start(\"Attaching Indeces\");t.indeces=t.indeces||{};updateNodeTypesIndeces(t.indeces);updateEdgeTypesIndeces(t.indeces);$tm.stop(\"Attaching Indeces\");return t.indeces};var updateNodeTypesIndeces=function e(t){t=t||$tm.indeces;var r=$tm.path.nodeTypes;var i=t.glNTy=[];var a=t.glNTyById=_utils2.default.makeHashMap();$tw.wiki.eachTiddlerPlusShadows(function(e,t){if(_utils2.default.startsWith(t,r)){var s=_NodeType2.default.getInstance(t);a[s.id]=s;i.push(s)}});i.sort(function(e,t){return e.priority-t.priority})};var updateEdgeTypesIndeces=function e(t){t=t||$tm.indeces;var r=$tm.path.edgeTypes;var i=t.allETy=_utils2.default.makeHashMap();$tw.wiki.eachTiddlerPlusShadows(function(e,t){if(_utils2.default.startsWith(t,r)){var a=_EdgeType2.default.getInstance(t);i[a.id]=a}});if($tm.edgeTypeSubscriberRegistry){$tm.edgeTypeSubscriberRegistry.updateIndex(i)}};var attachFunctions=function e(t){var r=t;var i=function e(){};if(_utils2.default.isTrue($tm.config.sys.debug,false)&&console){r.logger=function(){if(arguments.length<2)return;var e=Array.prototype.slice.call(arguments);var t=e.shift(e);var r=console.hasOwnProperty(t)?t:\"debug\";console[r].apply(console,e)};r.start=function(e){console.time(\"[timer] \"+e)};r.stop=function(e){console.timeEnd(\"[timer] \"+e)}}else{r.logger=r.start=r.stop=i}r.notify=_utils2.default.isTrue($tm.config.sys.notifications)?_utils2.default.notify:i};var routineCheck=function e(){for(var t=$tm.registry.length;t--;){var r=$tm.registry[t];if(!r.destruct||!r.isZombieWidget)return;if(r.isZombieWidget()){$tm.logger(\"warn\",\"a widget will be removed\");$tm.registry.splice(t,1);r.destruct()}}};var dispatchUpdates=function e(t){var r=$tm.registry;for(var i=r.length;i--;){var a=r[i];if(a.update&&a.isZombieWidget&&!a.isZombieWidget()){a.update(t)}}};var checkForClone=function e(t){var r=_utils2.default.getDublicates(t);if(!r.length){return}_utils2.default.setField(t,\"tmap.edges\",undefined);$tm.tracker.assignId(t,true);$tm.dialogManager.open(\"dublicateIdInfo\",{param:{changedTiddler:t.fields.title,filter:_utils2.default.joinAndWrap(r,\"[[\",\"]]\"),id:_utils2.default.getId(t)}})};var updateGlobals=function e(t){attachOptions($tm);attachFunctions($tm);$tm.logger(\"warn\",\"Rebuilt globals\")};var lastCurrentTiddler=null;var updateLiveViewTrigger=function e(t){if(t[\"$:/HistoryList\"]){var r=_utils2.default.getField(\"$:/HistoryList\",\"current-tiddler\")}else if(t[\"$:/temp/focussedTiddler\"]){var r=_utils2.default.getField(\"$:/temp/focussedTiddler\",\"text\")}if(r!=null&&lastCurrentTiddler!==r){lastCurrentTiddler=r;_utils2.default.setField(\"$:/temp/tmap/currentTiddler\",\"text\",r)}};var printChanges=function e(t,r){if(!_utils2.default.isTrue($tm.config.sys.debug,false))return;$tm.logger(\"warn\",\"=== Refresh \"+r+\" ===\");for(var i in t){var a=t[i].deleted?\"[Deleted]\":\"[Modified]\";$tm.logger(\"warn\",a,i,$tw.wiki.getTiddler(i))}};var registerMousemoveListener=function e(){$tm.mouse={};var t=function e(t){$tm.mouse=t};window.addEventListener(\"mousemove\",t,false)};var registerClickListener=function e(){var t=$tm.path.tempPopups;window.addEventListener(\"click\",function(e){var r=_utils2.default.getTiddlersByPrefix(t);for(var i=r.length;i--;){if(_utils2.default.getText(r[i]))break}if(i===-1)return;if(!$tw.utils.hasClass(e.target,\"tc-drop-down\")&&!_utils2.default.getAncestorWithClass(e.target,\"tc-drop-down\")){for(var i=r.length;i--;){_utils2.default.setText(r[i],\"\")}}},false)};var registerChangeListener=function e(t){var r=0;$tw.wiki.addEventListener(\"change\",function(e){$tm.start(\"Caretaker handling changes\");printChanges(e,r++);t.refresh(e);var i={changedTiddlers:{}};for(var a in e){var s=_utils2.default.getTiddler(a);if(s&&s.isDraft()){continue}var l=handleTiddlerChange(a,s,i);if(l){i.changedTiddlers[a]=e[a]}}dispatchUpdates(i);updateLiveViewTrigger(e);$tm.stop(\"Caretaker handling changes\")})};var rebuilders=(_rebuilders={},_defineProperty(_rebuilders,env.path.options,updateGlobals),_defineProperty(_rebuilders,env.path.nodeTypes,updateNodeTypesIndeces),_defineProperty(_rebuilders,env.path.edgeTypes,updateEdgeTypesIndeces),_rebuilders);var handleTiddlerChange=function e(t,r,i){if($tw.wiki.isSystemTiddler(t)){for(var a in rebuilders){if(_utils2.default.startsWith(t,a)&&!i[a]){$tm.logger(\"warn\",\"[System change]\",a);rebuilders[a]();i[a]=true}}}else if(r){if(r.fields.text===undefined){$tw.wiki.dispatchEvent(\"lazyLoad\",t);return false}checkForClone(r);$tm.tracker.assignId(r)}else{var s=$tm.tracker.getIdByTiddler(t);if(!s){return false}var l=_utils2.default.getTiddlerWithField(\"tmap.id\",s);if(l){$tm.logger(\"warn\",\"[Renamed]\",t,\"into\",l)}else{$tm.adapter.deleteNode(s)}}return true};var cleanup=function e(){_utils2.default.deleteByPrefix(\"$:/temp/felixhayashi\");_utils2.default.deleteByPrefix(\"$:/temp/tiddlymap\");_utils2.default.deleteByPrefix(\"$:/temp/tmap\")};var loadDefaultView=function e(t){if(!t){return}var r=_utils2.default.getTiddler(env.ref.defaultViewHolder);if(r.fields.text===$tm.config.sys.defaultView){return}_utils2.default.setText(env.ref.defaultViewHolder,$tm.config.sys.defaultView)};var prepareFullscreenStart=function e(t){var r=env.ref,i=r.mainEditor,a=r.defaultViewHolder;_utils2.default.setSidebarTab(i);if(_ViewAbstraction2.default.exists(t)){t=new _ViewAbstraction2.default(t);_utils2.default.setField(a,\"text\",t.getLabel())}};var createMetaFile=function e(t){if(_utils2.default.tiddlerExists(env.ref.sysMeta)){return}t(\"warn\",\"Creating meta file\");var r=$tw.wiki.getTiddler(env.path.pluginRoot);$tw.wiki.setTiddlerData(env.ref.sysMeta,{originalVersion:r.fields.version,dataStructureState:\"0.6.9\",showWelcomeMessage:true})};var name=exports.name=\"tmap.caretaker\";var platforms=exports.platforms=[\"browser\"];var after=exports.after=[\"startup\"];var before=exports.before=[\"rootwidget\"];var synchronous=exports.synchronous=true;var startup=exports.startup=init;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/services/Caretaker.js.map\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/DialogManager": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/DialogManager",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _createClass=function(){function e(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||false;l.configurable=true;if(\"value\"in l)l.writable=true;Object.defineProperty(e,l.key,l)}}return function(t,a,l){if(a)e(t.prototype,a);if(l)e(t,l);return t}}();/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/DialogManager\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _CallbackManager=require(\"$:/plugins/felixhayashi/tiddlymap/js/CallbackManager\");var _CallbackManager2=_interopRequireDefault(_CallbackManager);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}var DialogManager=function(){function e(t,a){_classCallCheck(this,e);this.callbackManager=t;this.context=a}_createClass(e,[{key:\"open\",value:function t(a){var l=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var i=arguments[2];if(_utils2.default.isTrue($tm.config.sys.suppressedDialogs[a],false)){$tm.logger(\"warning\",\"Suppressed dialog\",a);return}$tm.logger(\"debug\",\"Dialog param object\",l);if(typeof i===\"function\"&&this.context){i=i.bind(this.context)}var r=$tm.path.tempRoot+\"/dialog-\"+_utils2.default.genUUID();var n=_utils2.default.getTiddler($tm.path.dialogs+\"/\"+a);var u={title:r,buttons:n.fields[\"buttons\"]||\"ok_cancel\",classes:\"tmap-modal-content \"+n.fields[\"classes\"],output:r+\"/output\",result:r+\"/result\",temp:r+\"/temp\",template:n.fields.title,templateId:a,currentTiddler:r+\"/output\",text:_utils2.default.getText($tm.path.dialogs)};_utils2.default.touch(u.output);if(l.dialog){if(l.dialog.preselects){$tw.wiki.addTiddler(new $tw.Tiddler({title:u.output},_utils2.default.flatten(l.dialog.preselects)));delete l.dialog.preselects}_utils2.default.merge(u,l.dialog)}u.footer=_utils2.default.getText($tm.path.footers);u=_utils2.default.flatten(u);l=_utils2.default.flatten(l);var s=function t(a){e.getElement(\"hidden-close-button\").click();var l=$tw.wiki.getTiddler(a);var n=l.fields.text;var s=null;if(n){s=$tw.wiki.getTiddler(u.output)}else{$tm.notify(\"operation cancelled\")}if(typeof i===\"function\"){i(n,s)}_utils2.default.deleteByPrefix(r)};this.callbackManager.add(u.result,s,true);var o=new $tw.Tiddler(n,l,u);$tw.wiki.addTiddler(o);$tm.logger(\"debug\",\"Opening dialog\",o);$tw.rootWidget.dispatchEvent({type:\"tm-modal\",param:o.fields.title,paramObject:o.fields});e.addKeyBindings();return o}}],[{key:\"getElement\",value:function e(t){return _utils2.default.getFirstElementByClassName(\"tmap-\"+t)}},{key:\"addKeyBindings\",value:function t(){var a=$tm.keycharm({container:_utils2.default.getFirstElementByClassName(\"tc-modal\")});var l=/tmap-triggers-(.+?)-on-(.+?)(?:\\s|$)/;var i=document.getElementsByClassName(\"tmap-trigger-field\");var r=function t(r){var n=i[r].className.split(\" \");var u=function t(i){var r=n[i].match(l);if(!r){return\"continue\"}var u=r[1];var s=r[2];var o=e.getElement(u);if(!o){return\"continue\"}a.bind(s,function(){if(document.getElementsByClassName(n[i]).length){o.click()}})};for(var s=n.length;s--;){var o=u(s);if(o===\"continue\")continue}};for(var n=i.length;n--;){r(n)}}}]);return e}();exports.default=DialogManager;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/services/DialogManager.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/Fixer": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/Fixer",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _typeof=typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"?function(e){return typeof e}:function(e){return e&&typeof Symbol===\"function\"&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e};var _createClass=function(){function e(e,t){for(var i=0;i<t.length;i++){var r=t[i];r.enumerable=r.enumerable||false;r.configurable=true;if(\"value\"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}return function(t,i,r){if(i)e(t.prototype,i);if(r)e(t,r);return t}}();/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/Fixer\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _ViewAbstraction=require(\"$:/plugins/felixhayashi/tiddlymap/js/ViewAbstraction\");var _ViewAbstraction2=_interopRequireDefault(_ViewAbstraction);var _EdgeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/EdgeType\");var _EdgeType2=_interopRequireDefault(_EdgeType);var _NodeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/NodeType\");var _NodeType2=_interopRequireDefault(_NodeType);var _environment=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/environment\");var env=_interopRequireWildcard(_environment);function _interopRequireWildcard(e){if(e&&e.__esModule){return e}else{var t={};if(e!=null){for(var i in e){if(Object.prototype.hasOwnProperty.call(e,i))t[i]=e[i]}}t.default=e;return t}}function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}var Fixer=function(){function e(t,i,r){_classCallCheck(this,e);this.adapter=t;this.logger=i;this.wiki=$tw.wiki;this.glNTy=r}_createClass(e,[{key:\"moveEdges\",value:function e(t,i){var r=_utils2.default.getTiddlersByPrefix(t);for(var a=0;a<r.length;a++){var u=_utils2.default.getBasename(r[a]);if(u===\"__noname__\"){u=\"tmap:unknown\"}u=_EdgeType2.default.getInstance(u);if(!u.exists()){u.save()}var n=this.wiki.getTiddlerData(r[a]);for(var s=0;s<n.length;s++){n[s].type=(i?i+\":\":\"\")+u.id;this.adapter.insertEdge(n[s])}this.wiki.deleteTiddler(r[a])}}},{key:\"executeUpgrade\",value:function e(t,i,r){if(!_utils2.default.isLeftVersionGreater(t,i)){return}this.logger(\"debug\",\"Upgrading data structure to \"+t);var a=r();_utils2.default.setEntry(env.ref.sysMeta,\"dataStructureState\",t);return a}},{key:\"fixId\",value:function e(){var t=this.wiki.getTiddlerData(env.ref.sysMeta,{});this.executeUpgrade(\"0.9.2\",t.dataStructureState,function(){if(_utils2.default.isLeftVersionGreater(\"0.9.2\",t.originalVersion)){var e=\"$:/plugins/felixhayashi/tiddlymap/config/sys/user\";var i=_utils2.default.getEntry(e,\"field.nodeId\",\"tmap.id\");_utils2.default.moveFieldValues(i,\"tmap.id\",true,false)}})}},{key:\"fix\",value:function e(){var t=this;var i=this.wiki.getTiddlerData(env.ref.sysMeta,{});this.logger(\"debug\",\"Fixer is started\");this.logger(\"debug\",\"Data-structure currently in use: \",i.dataStructureState);this.executeUpgrade(\"0.7.0\",i.dataStructureState,function(){t.moveEdges(\"$:/plugins/felixhayashi/tiddlymap/graph/edges\",null);var e=env.selector.allViews;var i=_utils2.default.getMatches(e);for(var r=0;r<i.length;r++){var a=new _ViewAbstraction2.default(i[r]);t.moveEdges(a.getRoot()+\"/graph/edges\",a)}});this.executeUpgrade(\"0.7.32\",i.dataStructureState,function(){if(!_ViewAbstraction2.default.exists(\"Live View\")){return}var e=new _ViewAbstraction2.default(\"Live View\");e.setNodeFilter(\"[field:title{$:/temp/tmap/currentTiddler}]\",true);e.setConfig({\"refresh-trigger\":null,\"refresh-triggers\":$tw.utils.stringifyList([\"$:/temp/tmap/currentTiddler\"])})});this.executeUpgrade(\"0.9.0\",i.dataStructureState,function(){var e=env.ref.visUserConf;var i=_utils2.default.unflatten(t.wiki.getTiddlerData(e,{}));if(_typeof(i.groups)===\"object\"){var r=_NodeType2.default.getInstance(\"tmap:neighbour\");r.setStyle(i.groups[\"neighbours\"]);r.save();delete i.groups;t.wiki.setTiddlerData(e,i)}});this.fixId();this.executeUpgrade(\"0.9.16\",i.dataStructureState,function(){for(var e=t.glNTy.length;e--;){t.glNTy[e].save(null,true)}});this.executeUpgrade(\"0.10.3\",i.dataStructureState,function(){var e=env.ref.liveTab;if(_utils2.default.getTiddler(e).hasTag(\"$:/tags/SideBar\")){this.wiki.deleteTiddler(e);_utils2.default.setField(e,\"tags\",\"$:/tags/SideBar\")}});this.executeUpgrade(\"0.11.0\",i.dataStructureState,function(){var e=_utils2.default.getMatches(env.selector.allViews);for(var t=e.length;t--;){var i=new _ViewAbstraction2.default(e[t]);var r=i.getEdgeTypeFilter(\"raw\");var a=\"edge_type_namespace\";i.setConfig(a,i.getConfig(a));var u=env.filter.defaultEdgeTypeFilter;if(r){var n=env.path.edgeTypes;r=_utils2.default.replaceAll(r,\"\",[n,n+\"/\",\"[prefix[\"+n+\"]]\",\"[prefix[\"+n+\"/]]\",[\"[suffix[tw-body:link]]\",\"[[tw-body:link]]\"],[\"[suffix[tw-list:tags]]\",\"[[tw-list:tags]]\"],[\"[suffix[tw-list:list]]\",\"[[tw-body:list]]\"],[\"[suffix[tmap:unknown]]\",\"[[tmap:unknown]]\"],[\"[suffix[unknown]]\",\"[[tmap:unknown]]\"]]);u=\"-[prefix[_]] \"+r}i.setEdgeTypeFilter(u)}})}}]);return e}();exports.default=Fixer;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/services/Fixer.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/startup/listener": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/startup/listener",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.startup=exports.synchronous=exports.before=exports.after=exports.platforms=exports.name=undefined;var _NodeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/NodeType\");var _NodeType2=_interopRequireDefault(_NodeType);var _EdgeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/EdgeType\");var _EdgeType2=_interopRequireDefault(_EdgeType);var _Edge=require(\"$:/plugins/felixhayashi/tiddlymap/js/Edge\");var _Edge2=_interopRequireDefault(_Edge);var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _vis=require(\"$:/plugins/felixhayashi/tiddlymap/js/config/vis\");var _vis2=_interopRequireDefault(_vis);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var handleCancelDialog=function e(t){var a=t.param;_utils2.default.setField(a,\"text\",\"\")};\n/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/startup/listener\ntype: application/javascript\nmodule-type: startup\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var handleClearTiddler=function e(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{},a=t.paramObject;var r=a.title,d=a.keep;if(!r)return;var i=_utils2.default.getTiddler(r);var l=i?i.fields:{};var s=d?d.split():[];var n={title:r,text:\"\"};for(var p=s.length;p--;){var o=s[p];n[o]=l[o]}$tw.wiki.deleteTiddler(r);$tw.wiki.addTiddler(new $tw.Tiddler(n))};var handleMixTiddlers=function e(t){var a=t.paramObject,r=a===undefined?{}:a;var d=r.tiddlers,i=r.output;if(!d||!i)return;var l=$tw.utils.parseStringArray(d);var s=_utils2.default.getMergedTiddlers(l,i);$tw.wiki.addTiddler(s)};var handleConfirmDialog=function e(t){var a=t.param;_utils2.default.setField(a,\"text\",\"1\")};var handleSuppressDialog=function e(t){var a=t.paramObject;var r=a.dialog,d=a.suppress;if(_utils2.default.isTrue(d,false)){_utils2.default.setEntry($tm.ref.sysUserConf,\"suppressedDialogs.\"+r,true)}};var handleDownloadGraph=function e(t){var a=t.paramObject;var r=a.view;var d=$tm.adapter.getGraph({view:r});d.nodes=_utils2.default.convert(d.nodes,\"array\");d.edges=_utils2.default.convert(d.edges,\"array\");var i=\"$:/temp/tmap/export\";_utils2.default.setField(i,\"text\",JSON.stringify(d,null,2));$tw.rootWidget.dispatchEvent({type:\"tm-download-file\",param:i,paramObject:{filename:r+\".json\"}})};var handleConfigureSystem=function e(){var t=_utils2.default.getMatches($tm.selector.allPotentialNodes);var a=$tm.adapter.getEdgesForSet(t);var r=$tw.wiki.getTiddler($tm.path.pluginRoot).fields;var d=$tw.wiki.getTiddlerData($tm.ref.sysMeta);var i=_utils2.default.getTiddler($tm.ref.liveTab).hasTag(\"$:/tags/SideBar\");var l={numberOfNodes:\"\"+t.length,numberOfEdges:\"\"+Object.keys(a).length,pluginVersion:\"v\"+r.version,dataStructureVersion:\"v\"+d.dataStructureState,dialog:{preselects:{liveTab:\"\"+i,\"inherited-style\":JSON.stringify(_vis2.default),\"config.vis\":_utils2.default.getText($tm.ref.visUserConf),\"config.sys\":$tm.config.sys}}};$tm.dialogManager.open(\"globalConfig\",l,function(e,t){if(!e)return;var a=_utils2.default.getPropertiesByPrefix(t.fields,\"config.sys.\",true);$tw.wiki.setTiddlerData($tm.ref.sysUserConf,a);if(_utils2.default.isTrue(t.fields.liveTab,false)){_utils2.default.setField($tm.ref.liveTab,\"tags\",\"$:/tags/SideBar\")}else{$tw.wiki.deleteTiddler($tm.ref.liveTab)}_utils2.default.setField($tm.ref.visUserConf,\"text\",t.fields[\"config.vis\"])})};var handleGenerateWidget=function e(t){var a=t.paramObject,r=a===undefined?{}:a;var d={dialog:{preselects:{\"var.view\":r.view||$tm.misc.defaultViewLabel}}};$tm.dialogManager.open(\"widgetCodeGenerator\",d)};var handleRemoveEdge=function e(t){var a=t.paramObject;$tm.adapter.deleteEdge(a)};var handleCreateEdge=function e(t){var a=t.paramObject;var r=a.from,d=a.to,i=a.force;if(!r||!d)return;if(_utils2.default.tiddlerExists(r)&&_utils2.default.tiddlerExists(d)||i){_utils2.default.addTiddler(d);_utils2.default.addTiddler(r);var l=new _Edge2.default($tm.adapter.makeNode(r).id,$tm.adapter.makeNode(d).id,a.label,a.id);$tm.adapter.insertEdge(l);$tm.notify(\"Edge inserted\")}};var handleOpenTypeManager=function e(t){var a=t.type,r=t.paramObject,d=r===undefined?{}:r;var i=a.match(/tmap:tm-(.*)/)[1];if(i===\"manage-edge-types\"){var l=\"Edge-Type Manager\";var s=$tm.selector.allEdgeTypes;var n=$tm.path.edgeTypes}else{var l=\"Node-Type Manager\";var s=$tm.selector.allNodeTypes;var n=$tm.path.nodeTypes}var p={mode:i,topic:l,searchSelector:s,typeRootPath:n};var o=$tm.dialogManager.open(\"MapElementTypeManager\",p);if(d.type){handleLoadTypeForm({paramObject:{mode:i,id:d.type,output:o.fields[\"output\"]}})}};var handleLoadTypeForm=function e(t){var a=t.paramObject,r=a.mode,d=a.id,i=a.output;var l=i;var s=r===\"manage-edge-types\"?_EdgeType2.default.getInstance(d):_NodeType2.default.getInstance(d);s.save(l,true);if(r===\"manage-edge-types\"){var n=$tm.adapter.selectEdgesByType(s);var p=Object.keys(n).length;_utils2.default.setField(l,\"temp.usageCount\",p)}$tw.wiki.addTiddler(new $tw.Tiddler(_utils2.default.getTiddler(l),{typeTRef:s.fullPath,\"temp.idImmutable\":s.isShipped?\"true\":\"\",\"temp.newId\":s.id,\"inherited-style\":JSON.stringify((r===\"manage-edge-types\"?$tm.config.vis.edges:$tm.config.vis.nodes)||{})}));_utils2.default.deleteByPrefix(\"$:/state/tabs/MapElementTypeManager\")};var handleSaveTypeForm=function e(t){var a=t.paramObject;var r=_utils2.default.getTiddler(a.output);if(!r)return;var d=r.fields.id;var i=a.mode;if(_utils2.default.isTrue(r.fields[\"temp.deleteType\"],false)){deleteType(i,d,r)}else{saveType(i,d,r)}};var deleteType=function e(t,a,r){var d=t===\"manage-edge-types\"?_EdgeType2.default.getInstance(a):_NodeType2.default.getInstance(a);$tm.logger(\"debug\",\"Deleting type\",d);if(t===\"manage-edge-types\"){$tm.adapter._processEdgesWithType(d,{action:\"delete\"})}else{$tm.adapter.removeNodeType(d)}$tw.wiki.addTiddler(new $tw.Tiddler({title:_utils2.default.getTiddlerRef(r)}));$tm.notify(\"Deleted type\")};var saveType=function e(t,a,r){var d=_utils2.default.getTiddler(r);var i=t===\"manage-edge-types\"?_EdgeType2.default:_NodeType2.default;var l=new i(a,d);l.save();var s=d.fields[\"temp.newId\"];if(s&&s!==d.fields[\"id\"]){if(t===\"manage-edge-types\"){$tm.adapter._processEdgesWithType(l,{action:\"rename\",newName:s})}else{new _NodeType2.default(s,l).save();$tw.wiki.deleteTiddler(l.fullPath)}_utils2.default.setField(d,\"id\",s)}$tm.notify(\"Saved type data\")};var handleCreateType=function e(t){var a=t.paramObject,r=a.mode,d=a.id,i=d===undefined?\"New type\":d,l=a.output;var s=r===\"manage-edge-types\"?new _EdgeType2.default(i):new _NodeType2.default(i);s.save();handleLoadTypeForm({paramObject:{id:s.id,mode:r,output:l}})};var name=exports.name=\"tmap.listener\";var platforms=exports.platforms=[\"browser\"];var after=exports.after=[\"rootwidget\",\"tmap.caretaker\"];var before=exports.before=[\"story\"];var synchronous=exports.synchronous=true;var startup=exports.startup=function e(){_utils2.default.addTWlisteners({\"tmap:tm-remove-edge\":handleRemoveEdge,\"tmap:tm-load-type-form\":handleLoadTypeForm,\"tmap:tm-save-type-form\":handleSaveTypeForm,\"tmap:tm-create-type\":handleCreateType,\"tmap:tm-create-edge\":handleCreateEdge,\"tmap:tm-suppress-dialog\":handleSuppressDialog,\"tmap:tm-generate-widget\":handleGenerateWidget,\"tmap:tm-download-graph\":handleDownloadGraph,\"tmap:tm-configure-system\":handleConfigureSystem,\"tmap:tm-manage-edge-types\":handleOpenTypeManager,\"tmap:tm-manage-node-types\":handleOpenTypeManager,\"tmap:tm-cancel-dialog\":handleCancelDialog,\"tmap:tm-clear-tiddler\":handleClearTiddler,\"tmap:tm-merge-tiddlers\":handleMixTiddlers,\"tmap:tm-confirm-dialog\":handleConfirmDialog},$tw.rootWidget,undefined)};\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/services/Listener.js.map\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/services/tracker": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/services/tracker",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _createClass=function(){function e(e,t){for(var i=0;i<t.length;i++){var r=t[i];r.enumerable=r.enumerable||false;r.configurable=true;if(\"value\"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}return function(t,i,r){if(i)e(t.prototype,i);if(r)e(t,r);return t}}();/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/services/tracker\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}var Tracker=function(){function e(t){_classCallCheck(this,e);this.wiki=$tw.wiki;this.logger=$tm.logger;this._createIndex()}_createClass(e,[{key:\"_createIndex\",value:function e(){var t=this.tById={};var i=this.idByT={};this.wiki.each(function(e,r){if(_utils2.default.isSystemOrDraft(e)){return}var l=e.fields[\"tmap.id\"];if(!l){l=_utils2.default.genUUID();_utils2.default.setField(e,\"tmap.id\",l)}t[l]=r;i[r]=l})}},{key:\"assignId\",value:function e(t,i){var r=_utils2.default.getTiddler(t);if(!r){throw new ResourceNotFoundException(t)}var l=r.fields[\"tmap.id\"];if(!l||i){l=_utils2.default.genUUID();_utils2.default.setField(r,\"tmap.id\",l);this.logger(\"info\",\"Assigning new id to\",r.fields.title)}this.tById[l]=r.fields.title;this.idByT[r.fields.title]=l;return l}},{key:\"getIdByTiddler\",value:function e(t){return this.idByT[_utils2.default.getTiddlerRef(t)]}},{key:\"getIdsByTiddlers\",value:function e(){return this.idByT}},{key:\"getTiddlersByIds\",value:function e(){return this.tById}},{key:\"getTiddlerById\",value:function e(t){return this.tById[t]}}]);return e}();exports.default=Tracker;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/services/Tracker.js.map\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/widget/MapConfigWidget": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/widget/MapConfigWidget",
            "text": "\"use strict\";var _typeof=typeof Symbol===\"function\"&&typeof Symbol.iterator===\"symbol\"?function(e){return typeof e}:function(e){return e&&typeof Symbol===\"function\"&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e};/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/widget/MapConfigWidget\ntype: application/javascript\nmodule-type: widget\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _vis=require(\"$:/plugins/felixhayashi/vis/vis.js\");var _vis2=_interopRequireDefault(_vis);var _widget=require(\"$:/core/modules/widgets/widget.js\");function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function MapConfigWidget(e,t){_widget.widget.call(this);this.initialise(e,t);this.computeAttributes()}MapConfigWidget.prototype=Object.create(_widget.widget.prototype);MapConfigWidget.prototype.render=function(e,t){this.parentDomNode=e;if(!this.domNode){this.domNode=this.document.createElement(\"div\");$tw.utils.addClass(this.domNode,\"tmap-config-widget\");e.insertBefore(this.domNode,t)}if(this.network){this.network.destroy()}this.networkContainer=document.createElement(\"div\");this.domNode.appendChild(this.networkContainer);this.refreshTrigger=this.getAttribute(\"refresh-trigger\");this.pipeTRef=this.getVariable(\"currentTiddler\");this.inheritedFields=$tw.utils.parseStringArray(this.getAttribute(\"inherited\"));this.extensionTField=this.getAttribute(\"extension\");this.mode=this.getAttribute(\"mode\");for(var i=0;i<this.inheritedFields.length;i++){var s=this.inheritedFields[i];var n=_utils2.default.parseFieldData(this.pipeTRef,s,{});if(this.mode===\"manage-edge-types\"){n={edges:n}}else if(this.mode===\"manage-node-types\"){n={nodes:n}}this.inherited=_utils2.default.merge(this.inherited,n)}this.extension=_utils2.default.parseFieldData(this.pipeTRef,this.extensionTField,{});if(this.mode===\"manage-edge-types\"){if(!this.extension.edges){this.extension={edges:this.extension}}}else if(this.mode===\"manage-node-types\"){if(!this.extension.nodes){this.extension={nodes:this.extension}}}var r=_utils2.default.isTrue(this.getAttribute(\"save-only-changes\"));this.changes=r?{}:this.extension;var o={nodes:[],edges:[]};var a=_utils2.default.merge({},this.inherited,this.extension);$tw.utils.extend(a,{configure:{enabled:true,showButton:false,filter:this.getOptionFilter(this.mode)}});this.network=new _vis2.default.Network(this.networkContainer,o,a);this.network.on(\"configChange\",this.handleConfigChange.bind(this));var l=this.parentDomNode.getBoundingClientRect().height;this.parentDomNode.style[\"height\"]=l+\"px\";var h=this.handleResetEvent.bind(this);this.networkContainer.addEventListener(\"reset\",h,false);$tm.registry.push(this);this.enhanceConfigurator()};MapConfigWidget.prototype.handleResetEvent=function(e){var t={};t[e.detail.trigger.path]=null;this.handleConfigChange(t)};MapConfigWidget.prototype.handleConfigChange=function(e){var t=_utils2.default.flatten(this.changes);var i=_utils2.default.flatten(e);var s=Object.keys(_utils2.default.flatten(e))[0];var n=i[s]===null;if(n){t[s]=undefined;this.changes=_utils2.default.unflatten(t)}else{this.changes=_utils2.default.merge(this.changes,e)}var r=_utils2.default.merge({},this.changes);if(this.mode===\"manage-node-types\"){r=r[\"nodes\"]}if(this.mode===\"manage-edge-types\"){r=r[\"edges\"]}_utils2.default.writeFieldData(this.pipeTRef,this.extensionTField,r,$tm.config.sys.jsonIndentation);var o=\"vis-configuration-wrapper\";var a=this.networkContainer.getElementsByClassName(o)[0];a.style.height=a.getBoundingClientRect().height+\"px\";if(n){window.setTimeout(this.refresh.bind(this),0)}else{window.setTimeout(this.enhanceConfigurator.bind(this),50)}};MapConfigWidget.prototype.enhanceConfigurator=function(){var e=\"vis-configuration-wrapper\";var t=this.networkContainer.getElementsByClassName(e)[0].children;var i=[];var s=_utils2.default.flatten(this.changes);for(var n=0;n<t.length;n++){if(!t[n].classList.contains(\"vis-config-item\"))continue;var r=new VisConfElement(t[n],i,n);i.push(r);if(r.level===0)continue;r.setActive(!!s[r.path])}};function VisConfElement(e,t,i){var s=\"getElementsByClassName\";this.el=e;this.labelEl=e[s](\"vis-config-label\")[0]||e[s](\"vis-config-header\")[0]||e;var n=this.labelEl.innerText||this.labelEl.textContent;this.label=n&&n.match(/([a-zA-Z0-9]+)/)[1];this.level=parseInt(e.className.match(/.*vis-config-s(.).*/)[1])||0;this.path=this.label;if(this.level>0){for(var r=i;r--;){var o=t[r];if(o.level<this.level){this.path=o.path+\".\"+this.path;break}}}}VisConfElement.prototype.setActive=function(e){if(!e)return;var t=\"tmap-vis-config-item-\"+(e?\"active\":\"inactive\");$tw.utils.addClass(this.el,t);if(e){var i=document.createElement(\"button\");i.innerHTML=\"reset\";i.className=\"tmap-config-item-reset\";var s=this;i.addEventListener(\"click\",function(e){e.currentTarget.dispatchEvent(new CustomEvent(\"reset\",{detail:{trigger:s},bubbles:true,cancelable:true}))},false);this.el.appendChild(i)}};MapConfigWidget.prototype.getOptionFilter=function(e){var t={nodes:{borderWidth:true,borderWidthSelected:true,widthConstraint:true,heightConstraint:true,color:{background:true,border:true},font:{color:true,size:true},icon:true,labelHighlightBold:false,shadow:true,shape:true,shapeProperties:{borderDashes:true},size:true},edges:{arrows:true,color:true,dashes:true,font:true,labelHighlightBold:false,length:true,selfReferenceSize:false,shadow:true,smooth:true,width:true},interaction:{hideEdgesOnDrag:true,hideNodesOnDrag:true,tooltipDelay:true},layout:{hierarchical:true},manipulation:{initiallyActive:true},physics:{forceAtlas2Based:{gravitationalConstant:true,springLength:true,springConstant:true,damping:true,centralGravity:true}}};if(e===\"manage-edge-types\"){t={edges:t.edges}}else if(e===\"manage-node-types\"){t={nodes:t.nodes}}else{t.edges.arrows=false}return function(e,i){i=i.concat([e]);var s=t;for(var n=0,r=i.length;n<r;n++){if(s[i[n]]===true){return true}else if(s[i[n]]==null){return false}s=s[i[n]]}return false}};MapConfigWidget.prototype.isZombieWidget=function(){return!document.body.contains(this.parentDomNode)};MapConfigWidget.prototype.destruct=function(){if(this.network){this.network.destroy()}};MapConfigWidget.prototype.refresh=function(e){if(this.isZombieWidget()||!this.network)return;if(!e||e[this.refreshTrigger]){this.refreshSelf();return true}};MapConfigWidget.prototype.setNull=function(e){for(var t in e){if(_typeof(e[t])==\"object\"){this.setNull(e[t])}else{e[t]=undefined}}};exports[\"tmap-config\"]=MapConfigWidget;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/widget/ConfigurationWidget.js.map\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/widget/EdgeListWidgetItem": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/widget/EdgeListWidgetItem",
            "text": "\"use strict\";var _createClass=function(){function e(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||false;i.configurable=true;if(\"value\"in i)i.writable=true;Object.defineProperty(e,i.key,i)}}return function(t,r,i){if(r)e(t.prototype,r);if(i)e(t,i);return t}}();var _widget=require(\"$:/core/modules/widgets/widget.js\");var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/widget/EdgeListWidgetItem\ntype: application/javascript\nmodule-type: widget\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var EdgeListItemWidget=function(e){_inherits(t,e);function t(e,r){_classCallCheck(this,t);var i=_possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,r));i.arrows=$tm.misc.arrows;return i}_createClass(t,[{key:\"execute\",value:function e(){var t=this.parseTreeNode;var r=$tm.tracker.getTiddlerById(t.neighbour.id);var i=_utils2.default.flatten(t.edge);for(var o in i){if(typeof i[o]===\"string\"){this.setVariable(\"edge.\"+o,i[o])}}this.setVariable(\"currentTiddler\",r);this.setVariable(\"neighbour\",r);var n=$tm.indeces.allETy[i.type];var s=i.to===t.neighbour.id?\"to\":\"from\";var a=s;if(n.biArrow){a=\"bi\"}else{if(s===\"to\"&&n.invertedArrow){a=\"from\"}else if(s===\"from\"&&n.invertedArrow){a=\"to\"}}this.setVariable(\"direction\",a);this.setVariable(\"directionSymbol\",a===\"bi\"?this.arrows.bi:a===\"from\"?this.arrows.in:this.arrows.out);this.makeChildWidgets()}},{key:\"refresh\",value:function e(t){return this.refreshChildren(t)}}]);return t}(_widget.widget);exports[\"tmap-edgelistitem\"]=EdgeListItemWidget;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/widget/EdgeListItemWidget.js.map\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/widget/EdgeListWidget": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/widget/EdgeListWidget",
            "text": "\"use strict\";var _createClass=function(){function e(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||false;i.configurable=true;if(\"value\"in i)i.writable=true;Object.defineProperty(e,i.key,i)}}return function(t,r,i){if(r)e(t.prototype,r);if(i)e(t,i);return t}}();var _widget=require(\"$:/core/modules/widgets/widget.js\");var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/widget/EdgeListWidget\ntype: application/javascript\nmodule-type: widget\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var EdgeListWidget=function(e){_inherits(t,e);function t(e,r){_classCallCheck(this,t);return _possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,r))}_createClass(t,[{key:\"render\",value:function e(t,r){this.parentDomNode=t;this.computeAttributes();this.execute();this.renderChildren(t,r)}},{key:\"execute\",value:function e(){var t=[this.getVariable(\"currentTiddler\")];var r=this.getAttribute(\"filter\",\"\");var i=this.getAttribute(\"direction\",\"both\");var s=$tm.indeces.allETy;var n=_utils2.default.getEdgeTypeMatches(r,s);var u={typeWL:_utils2.default.getLookupTable(n),direction:i};var o=$tm.adapter.getNeighbours(t,u),a=o.nodes,l=o.edges;var f=[];for(var c in l){var h=l[c];var p=a[h.to]||a[h.from];if(!p){continue}f.push({type:\"tmap-edgelistitem\",edge:h,typeWL:u.typeWL,neighbour:p,children:this.parseTreeNode.children})}if(!f.length){this.wasEmpty=true;f=this.getEmptyMessage()}else if(this.wasEmpty){this.removeChildDomNodes()}this.makeChildWidgets(f)}},{key:\"getEmptyMessage\",value:function e(){var t=this.wiki.parseText(\"text/vnd.tiddlywiki\",this.getAttribute(\"emptyMessage\",\"\"),{parseAsInline:true});return t?t.tree:[]}},{key:\"refresh\",value:function e(t){var r=this.computeAttributes();if(_utils2.default.hasElements(r)){this.refreshSelf();return true}for(var i in t){if(!_utils2.default.isSystemOrDraft(i)){this.refreshSelf();return true}}return this.refreshChildren(t)}}]);return t}(_widget.widget);exports[\"tmap-connections\"]=EdgeListWidget;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/widget/EdgeListWidget.js.map\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/felixhayashi/tiddlymap/js/widget/MapWidget": {
            "title": "$:/plugins/felixhayashi/tiddlymap/js/widget/MapWidget",
            "text": "\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.tiddlymap=exports.tmap=undefined;var _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var a in i){if(Object.prototype.hasOwnProperty.call(i,a)){e[a]=i[a]}}}return e};var _createClass=function(){function e(e,t){for(var i=0;i<t.length;i++){var a=t[i];a.enumerable=a.enumerable||false;a.configurable=true;if(\"value\"in a)a.writable=true;Object.defineProperty(e,a.key,a)}}return function(t,i,a){if(i)e(t.prototype,i);if(a)e(t,a);return t}}();var _CallbackManager=require(\"$:/plugins/felixhayashi/tiddlymap/js/CallbackManager\");var _CallbackManager2=_interopRequireDefault(_CallbackManager);var _ViewAbstraction=require(\"$:/plugins/felixhayashi/tiddlymap/js/ViewAbstraction\");var _ViewAbstraction2=_interopRequireDefault(_ViewAbstraction);var _EdgeType=require(\"$:/plugins/felixhayashi/tiddlymap/js/EdgeType\");var _EdgeType2=_interopRequireDefault(_EdgeType);var _Popup=require(\"$:/plugins/felixhayashi/tiddlymap/js/Popup\");var _Popup2=_interopRequireDefault(_Popup);var _vis=require(\"$:/plugins/felixhayashi/vis/vis.js\");var _vis2=_interopRequireDefault(_vis);var _widget=require(\"$:/core/modules/widgets/widget.js\");var _utils=require(\"$:/plugins/felixhayashi/tiddlymap/js/utils\");var _utils2=_interopRequireDefault(_utils);var _SelectionRectangle=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/SelectionRectangle\");var _SelectionRectangle2=_interopRequireDefault(_SelectionRectangle);var _environment=require(\"$:/plugins/felixhayashi/tiddlymap/js/lib/environment\");var env=_interopRequireWildcard(_environment);function _interopRequireWildcard(e){if(e&&e.__esModule){return e}else{var t={};if(e!=null){for(var i in e){if(Object.prototype.hasOwnProperty.call(e,i))t[i]=e[i]}}t.default=e;return t}}function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _defineProperty(e,t,i){if(t in e){Object.defineProperty(e,t,{value:i,enumerable:true,configurable:true,writable:true})}else{e[t]=i}return e}function _toConsumableArray(e){if(Array.isArray(e)){for(var t=0,i=Array(e.length);t<e.length;t++){i[t]=e[t]}return i}else{return Array.from(e)}}function _classCallCheck(e,t){if(!(e instanceof t)){throw new TypeError(\"Cannot call a class as a function\")}}function _possibleConstructorReturn(e,t){if(!e){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return t&&(typeof t===\"object\"||typeof t===\"function\")?t:e}function _inherits(e,t){if(typeof t!==\"function\"&&t!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+typeof t)}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:false,writable:true,configurable:true}});if(t)Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t}/* @preserve TW-Guard */\n/*\\\n\ntitle: $:/plugins/felixhayashi/tiddlymap/js/widget/MapWidget\ntype: application/javascript\nmodule-type: widget\n\n@preserve\n\n\\*/\n/* @preserve TW-Guard */var MapWidget=function(e){_inherits(t,e);function t(e,i){_classCallCheck(this,t);var a=_possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,i));a.getAttr=a.getAttribute;a.isDebug=_utils2.default.isTrue($tm.config.sys.debug,false);_utils2.default.bindTo(a,[\"constructTooltip\",\"handleResizeEvent\",\"handleClickEvent\",\"handleCanvasKeyup\",\"handleCanvasKeydown\",\"handleCanvasScroll\",\"handleCanvasMouseMove\",\"handleWidgetKeyup\",\"handleWidgetKeydown\",\"handleTriggeredRefresh\",\"handleContextMenu\"]);a.callbackManager=new _CallbackManager2.default;a.computeAttributes();a.editorMode=a.getAttr(\"editor\");a.clickToUse=_utils2.default.isTrue(a.getAttr(\"click-to-use\"),false);a.id=a.getAttr(\"object-id\")||a.getStateQualifier();a.widgetPopupsPath=$tm.path.tempPopups+\"/\"+a.id;if(a.editorMode){_utils2.default.addTWlisteners({\"tmap:tm-create-view\":a.handleCreateView,\"tmap:tm-rename-view\":a.handleRenameView,\"tmap:tm-delete-view\":a.handleDeleteView,\"tmap:tm-delete-element\":a.handleDeleteElement,\"tmap:tm-edit-view\":a.handleEditView,\"tmap:tm-generate-widget\":a.handleGenerateWidget,\"tmap:tm-toggle-central-topic\":a.handleSetCentralTopic,\"tmap:tm-save-canvas\":a.handleSaveCanvas},a,a)}_utils2.default.addTWlisteners({\"tmap:tm-focus-node\":a.handleFocusNode,\"tmap:tm-reset-focus\":a.repaintGraph,\"tmap:tm-neighbourhood-reset-trace\":function e(){a.initAndRenderGraph(a.graphDomNode)}},a,a);a.visListeners={click:a.handleVisSingleClickEvent,doubleClick:a.handleVisDoubleClickEvent,stabilized:a.handleVisStabilizedEvent,selectNode:a.handleVisSelectNode,deselectNode:a.handleVisDeselectNode,dragStart:a.handleVisDragStart,dragEnd:a.handleVisDragEnd,hoverNode:a.handleVisHoverElement,hoverEdge:a.handleVisHoverElement,blurNode:a.handleVisBlurElement,blurEdge:a.handleVisBlurElement,beforeDrawing:a.handleVisBeforeDrawing,afterDrawing:a.handleVisAfterDrawing,stabilizationProgress:a.handleVisLoading,stabilizationIterationsDone:a.handleVisLoadingDone};a.windowDomListeners={resize:[a.handleResizeEvent,false],click:[a.handleClickEvent,false],mousemove:[a.handleCanvasMouseMove,true]};a.canvasDomListeners={keyup:[a.handleCanvasKeyup,true],keydown:[a.handleCanvasKeydown,true],mousewheel:[a.handleCanvasScroll,true],DOMMouseScroll:[a.handleCanvasScroll,true],contextmenu:[a.handleContextMenu,true],MozMousePixelScroll:[a.handleExtraCanvasScroll,true]};a.widgetDomListeners={keyup:[a.handleWidgetKeyup,true],keydown:[a.handleWidgetKeydown,true]};a.conVector={from:null,to:null};return a}_createClass(t,[{key:\"handleConnectionEvent\",value:function e(t,i){var a=this;var s=this.view.getEdgeTypeFilter();var r={fromLabel:$tm.adapter.selectNodeById(t.from).label,toLabel:$tm.adapter.selectNodeById(t.to).label,view:this.view.getLabel(),eTyFilter:s.raw};$tm.dialogManager.open(\"getEdgeType\",r,function(e,r){if(e){var n=_utils2.default.getText(r);var o=_EdgeType2.default.getInstance(n);if(!o.namespace){var l=_EdgeType2.default.getIdParts(o.id),d=l.marker,h=l.name;var u=a.view.getConfig(\"edge_type_namespace\");o=_EdgeType2.default.getInstance(_EdgeType2.default.getId(d,u,h))}if(!o.exists()){o.save()}t.type=o.id;$tm.adapter.insertEdge(t);a.isPreventZoomOnNextUpdate=true;if(!a.view.isEdgeTypeVisible(o)){$tm.dialogManager.open(\"edgeNotVisible\",{type:o.id,view:a.view.getLabel(),eTyFilter:s.pretty})}}if(typeof i===\"function\"){i(e)}})}},{key:\"checkForFreshInstall\",value:function e(){if(!_utils2.default.getEntry($tm.ref.sysMeta,\"showWelcomeMessage\",true)){return}_utils2.default.setEntry($tm.ref.sysMeta,\"showWelcomeMessage\",false);var t={dialog:{preselects:{\"config.storyview\":\"true\",\"config.navigation\":\"true\",\"config.sidebar\":\"true\",\"config.demo\":\"true\"}}};$tm.dialogManager.open(\"welcome\",t,function(e,t){var i=_utils2.default.getPropertiesByPrefix(t.fields,\"config.\",true);if(i[\"storyview\"]&&_utils2.default.tiddlerExists(\"$:/plugins/felixhayashi/topstoryview\")){_utils2.default.setText(\"$:/view\",\"top\")}if(i[\"navigation\"]){_utils2.default.setText(\"$:/config/Navigation/openLinkFromInsideRiver\",\"above\");_utils2.default.setText(\"$:/config/Navigation/openLinkFromOutsideRiver\",\"top\")}if(i[\"sidebar\"]){_utils2.default.setText(\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\",\"fixed-fluid\")}if(i[\"demo\"]){var a=$tm.misc.defaultViewLabel;var s=$tm.adapter.insertNode({label:\"Have fun with\",x:0,y:0},a);var r=$tm.adapter.insertNode({label:\"TiddlyMap!!\",x:100,y:100},a);$tm.adapter.insertEdge({from:s.id,to:r.id})}if(Object.keys(i).length){_utils2.default.touch(\"$:/plugins/felixhayashi/tiddlymap\")}})}},{key:\"openStandardConfirmDialog\",value:function e(t,i){var a={message:i};$tm.dialogManager.open(\"getConfirmation\",a,t)}},{key:\"logger\",value:function e(t,i){if(this.isDebug){var a=Array.prototype.slice.call(arguments,1);a.unshift(\"@\"+this.id);a.unshift(t);$tm.logger.apply(this,a)}}},{key:\"render\",value:function e(t,i){this.parentDomNode=t;this.domNode=this.document.createElement(\"div\");t.insertBefore(this.domNode,i);this.registerClassNames(this.domNode);this.viewHolderRef=this.getViewHolderRef();this.view=this.getView();this.graphBarDomNode=this.document.createElement(\"div\");$tw.utils.addClass(this.graphBarDomNode,\"tmap-topbar\");this.domNode.appendChild(this.graphBarDomNode);this.graphDomNode=this.document.createElement(\"div\");this.domNode.appendChild(this.graphDomNode);$tw.utils.addClass(this.graphDomNode,\"tmap-vis-graph\");if(_utils2.default.isPreviewed(this)){$tw.utils.addClass(this.domNode,\"tmap-static-mode\");this.renderPreview(this.graphBarDomNode,this.graphDomNode)}else{this.renderFullWidget(this.domNode,this.graphBarDomNode,this.graphDomNode);var a=this.document.createElement(\"canvas\");$tw.utils.addClass(a,\"tmap-download-canvas\");this.domNode.appendChild(a)}}},{key:\"renderPreview\",value:function e(t,i){var a=this.view.snapshotTRef;var s=_utils2.default.getTiddler(a);var r=this.document.createElement(\"span\");r.innerHTML=this.view.getLabel();r.className=\"tmap-view-label\";t.appendChild(r);if(s){var n=_utils2.default.getTiddlerNode(this.view.getRoot());n.children.push(_utils2.default.getTranscludeNode(a));this.makeChildWidgets([n]);this.renderChildren(i,i.firstChild)}else{$tw.utils.addClass(i,\"tmap-graph-placeholder\")}}},{key:\"renderFullWidget\",value:function e(t,i,a){_utils2.default.setDomListeners(\"add\",window,this.windowDomListeners);_utils2.default.setDomListeners(\"add\",t,this.widgetDomListeners);this.addLoadingBar(this.domNode);this.tooltip=new _Popup2.default(this.domNode,{className:\"tmap-tooltip\",showDelay:$tm.config.sys.popups.delay});this.contextMenu=new _Popup2.default(this.domNode,{className:\"tmap-context-menu\",showDelay:0,hideOnClick:true,leavingDelay:999999});this.sidebar=_utils2.default.getFirstElementByClassName(\"tc-sidebar-scrollable\");this.isInSidebar=this.sidebar&&!this.domNode.isTiddlyWikiFakeDom&&this.sidebar.contains(this.domNode);this.rebuildEditorBar(i);this.reloadRefreshTriggers();this.initAndRenderGraph(a);$tm.registry.push(this);this.checkForFreshInstall();if(this.id===$tm.misc.mainEditorId){var s=$tm.url;if(s&&s.query[\"tmap-enlarged\"]){this.toggleEnlargedMode(s.query[\"tmap-enlarged\"]);this.setView(s.query[\"tmap-view\"])}}}},{key:\"registerClassNames\",value:function e(t){var i=$tw.utils.addClass;i(t,\"tmap-widget\");if(this.clickToUse){i(t,\"tmap-click-to-use\")}if(this.getAttr(\"editor\")===\"advanced\"){i(t,\"tmap-advanced-editor\")}if(this.getAttr(\"design\")===\"plain\"){i(t,\"tmap-plain-design\")}if(!_utils2.default.isTrue(this.getAttr(\"show-buttons\"),true)){i(t,\"tmap-no-buttons\")}if(this.getAttr(\"class\")){i(t,this.getAttr(\"class\"))}}},{key:\"addLoadingBar\",value:function e(t){this.graphLoadingBarDomNode=this.document.createElement(\"progress\");$tw.utils.addClass(this.graphLoadingBarDomNode,\"tmap-loading-bar\");t.appendChild(this.graphLoadingBarDomNode)}},{key:\"rebuildEditorBar\",value:function e(){this.removeChildDomNodes();var t=this.view;var i=\"tmap-unicode-button\";var a=i+\" tmap-active-button\";var s={widgetQualifier:this.getStateQualifier(),widgetTempPath:this.widgetTempPath,widgetPopupsPath:this.widgetPopupsPath,isViewBound:String(this.isViewBound()),viewRoot:t.getRoot(),viewLabel:t.getLabel(),viewHolder:this.getViewHolderRef(),edgeTypeFilter:t.edgeTypeFilterTRef,allEdgesFilter:$tm.selector.allEdgeTypes,isShowNeighbourhood:String(t.isEnabled(\"neighbourhood_scope\")),tracingBtnClass:t.isEnabled(\"neighbourhood_trace_clicks\")?a:i,neighScopeBtnClass:t.isEnabled(\"neighbourhood_scope\")?a:i,rasterMenuBtnClass:t.isEnabled(\"raster\")?a:i};for(var r in s){this.setVariable(r,s[r])}var n=_utils2.default.getTiddlerNode(t.getRoot());if(this.editorMode===\"advanced\"){n.children.push(_utils2.default.getTranscludeNode($tm.ref.graphBar))}else{var o=_utils2.default.getElementNode(\"span\",\"tmap-view-label\",t.getLabel());n.children.push(o)}n.children.push(_utils2.default.getTranscludeNode($tm.ref.focusButton));this.makeChildWidgets([n]);this.renderChildren(this.graphBarDomNode,this.graphBarDomNode.firstChild)}},{key:\"refresh\",value:function e(t){return false}},{key:\"update\",value:function e(t){if(!this.network||this.isZombieWidget()||_utils2.default.isPreviewed(this)){return}var i=t.changedTiddlers;this.callbackManager.refresh(i);if(this.isViewSwitched(i)||this.hasChangedAttributes()||t[env.path.options]||i[this.view.getRoot()]){this.logger(\"warn\",\"View switched or config changed\");this.isPreventZoomOnNextUpdate=false;this.view=this.getView(true);this.reloadRefreshTriggers();this.trace=_utils2.default.makeHashMap();this.rebuildEditorBar();this.reloadBackgroundImage();this.initAndRenderGraph(this.graphDomNode)}else{var a=this.view.update(t);if(a){this.logger(\"warn\",\"View components modified\");this.rebuildGraph({resetFocus:{delay:1e3,duration:1e3}})}else{if(t[env.path.nodeTypes]||this.hasChangedElements(i)){this.rebuildGraph()}this.refreshChildren(i)}}}},{key:\"hidePopups\",value:function e(t,i){this.tooltip.hide(t,i);this.contextMenu.hide(0,true)}},{key:\"reloadRefreshTriggers\",value:function e(){this.callbackManager.remove(this.refreshTriggers);var t=this.getAttr(\"refresh-triggers\")||this.view.getConfig(\"refresh-triggers\");this.refreshTriggers=$tw.utils.parseStringArray(t)||[];this.logger(\"debug\",\"Registering refresh trigger\",this.refreshTriggers);for(var i=this.refreshTriggers.length;i--;){this.callbackManager.add(this.refreshTriggers[i],this.handleTriggeredRefresh,false)}}},{key:\"rebuildGraph\",value:function e(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{},i=t.resetFocus;if(_utils2.default.isPreviewed(this)){return}this.logger(\"debug\",\"Rebuilding graph\");this.hidePopups(0,true);this.hasNetworkStabilized=false;var a=this.rebuildGraphData();if(a.changedNodes.withoutPosition.length){i=i||{delay:1e3,duration:1e3};if(!this.view.isEnabled(\"physics_mode\")){var s=this.visOptions.physics;s[s.solver].centralGravity=.25;this.network.setOptions(this.visOptions)}}if(!_utils2.default.hasElements(this.graphData.nodesById)){return}if(i){var r=this.isPreventZoomOnNextUpdate==null?false:typeof this.isPreventZoomOnNextUpdate===\"number\"?this.isPreventZoomOnNextUpdate>Date.now():this.isPreventZoomOnNextUpdate;if(!r){this.network.stabilize();this.resetFocus=i}if(typeof this.isPreventZoomOnNextUpdate!==\"number\"){this.isPreventZoomOnNextUpdate=false}}}},{key:\"getContainer\",value:function e(){return this.domNode}},{key:\"rebuildGraphData\",value:function e(){var t=this;$tm.start(\"Reloading Network\");var i={view:this.view,matches:_utils2.default.getMatches(this.view.getNodeFilter(\"compiled\"))};if(this.view.isEnabled(\"neighbourhood_trace_clicks\")){var a=i.matches;var s=Object.keys(this.trace);var r=[].concat(_toConsumableArray(a.filter(function(e){return!t.trace[e]})),_toConsumableArray(s));i.matches=r;i.includeNeighboursOf=this.view.isEnabled(\"neighbourhood_include_traced_node_neighbours\")?function(e){return r.includes(e)}:function(e){return a.includes(e)}}var n=$tm.adapter.getGraph(i);var o=_utils2.default.refreshDataSet(this.graphData.nodes,n.nodes);var l=_utils2.default.refreshDataSet(this.graphData.edges,n.edges);this.graphData.nodesById=n.nodes;this.graphData.edgesById=n.edges;_utils2.default.setField(\"$:/temp/tmap/nodes/\"+this.view.getLabel(),\"list\",$tm.adapter.getTiddlersByIds(n.nodes));$tm.stop(\"Reloading Network\");return{changedEdges:l,changedNodes:o}}},{key:\"isViewBound\",value:function e(){return _utils2.default.startsWith(this.getViewHolderRef(),$tm.path.localHolders)}},{key:\"isViewSwitched\",value:function e(t){return!_ViewAbstraction2.default.exists(this.view)||t[this.getViewHolderRef()]}},{key:\"hasChangedAttributes\",value:function e(){return Object.keys(this.computeAttributes()).length}},{key:\"hasChangedElements\",value:function e(t){var i=[];var a=this.graphData.nodesById;var s=this.view.isEnabled(\"neighbourhood_scope\");for(var r in t){if(_utils2.default.isSystemOrDraft(r)){continue}if(a[$tm.adapter.getId(r)]||s){return true}if(t[r].modified){i.push(r)}}if(i.length){var n=this.view.getNodeFilter(\"compiled\");var o=_utils2.default.getMatches(n,i);return!!o.length}}},{key:\"initAndRenderGraph\",value:function e(t){var i=this;if(this.network){this._destructVis()}this.logger(\"info\",\"Initializing and rendering the graph\");if(!this.isInSidebar){this.callbackManager.add(\"$:/state/sidebar\",this.handleResizeEvent)}this.visOptions=this.getVisOptions();this.graphData={nodes:new _vis2.default.DataSet,edges:new _vis2.default.DataSet,nodesById:_utils2.default.makeHashMap(),edgesById:_utils2.default.makeHashMap()};this.tooltip.setEnabled(_utils2.default.isTrue($tm.config.sys.popups.enabled,true));this.trace=_utils2.default.makeHashMap();this.network=new _vis2.default.Network(t,this.graphData,this.visOptions);this.canvas=t.getElementsByTagName(\"canvas\")[0];this.networkDomNode=_utils2.default.getFirstElementByClassName(\"vis-network\",t,true);this.canvas.tabIndex=0;for(var a in this.visListeners){this.network.on(a,this.visListeners[a].bind(this))}this.addGraphButtons({\"fullscreen-button\":function e(){i.toggleEnlargedMode(\"fullscreen\")},\"halfscreen-button\":function e(){i.toggleEnlargedMode(\"halfscreen\")}});_utils2.default.setDomListeners(\"add\",this.canvas,this.canvasDomListeners);this.reloadBackgroundImage();this.rebuildGraph({resetFocus:{delay:0,duration:0}});this.handleResizeEvent();this.canvas.focus();if(this.isLiveView()&&this.view.isEnabled(\"neighbourhood_trace_clicks\")){this.trace[_utils2.default.getText(this.refreshTriggers[0])]=true}}},{key:\"handleCanvasKeyup\",value:function e(t){var i=this;var a=this.network.getSelectedNodes();if(t.ctrlKey){t.preventDefault();if(t.keyCode===88){if(this.editorMode){this.handleAddNodesToClipboard(\"move\")}else{$tm.notify(\"Map is read only!\")}}else if(t.keyCode===67){this.handleAddNodesToClipboard(\"copy\")}else if(t.keyCode===86){this.handlePasteNodesFromClipboard()}else if(t.keyCode===65){var s=Object.keys(this.graphData.nodesById);this.network.selectNodes(s)}else if(t.keyCode===49||t.keyCode===50){if(a.length!==1)return;var r=t.keyCode===49?\"from\":\"to\";$tm.notify(_utils2.default.ucFirst(r)+\"-part selected\");this.conVector[r]=a[0];if(this.conVector.from&&this.conVector.to){this.handleConnectionEvent(this.conVector,function(){i.conVector={from:null,to:null}})}}}else{if(t.keyCode===13){if(a.length!==1)return;this.openTiddlerWithId(a[0])}}}},{key:\"handleCanvasKeydown\",value:function e(t){if(t.altKey||t.metaKey){t.preventDefault();if(t.keyCode>=48&&t.keyCode<=57){var i=String.fromCharCode(t.keyCode);this.view.setConfig(\"neighbourhood_scope\",i)}}else{if(t.keyCode===46){t.preventDefault();this.handleRemoveElements(this.network.getSelection())}}}},{key:\"handleDeleteElement\",value:function e(t){var i=t.paramObject.id;var a=i?[i]:this.network.getSelectedNodes();this.handleRemoveElements({nodes:a})}},{key:\"handleCanvasMouseMove\",value:function e(t){var i=this.network;if(!(t.ctrlKey&&t.buttons)){if(this.selectRect){this.selectRect=null;var a=i.getSelectedNodes();$tm.notify(a.length+\" nodes selected\");i.redraw()}return}t.preventDefault();t.stopPropagation();if(!this.domNode.contains(t.target)){return}var s=i.DOMtoCanvas({x:t.offsetX,y:t.offsetY});if(!this.selectRect){this.selectRect=new _SelectionRectangle2.default(s.x,s.y)}this.selectRect.span(s.x,s.y);var r=i.getPositions();var n=i.getSelectedNodes();for(var o in r){if(this.selectRect.isPointWithin(r[o])&&!_utils2.default.inArray(o,n)){n.push(o)}}i.selectNodes(n);this.assignActiveStyle(n);i.redraw()}},{key:\"handleCanvasScroll\",value:function e(t){var i=!!(this.isInSidebar||t.ctrlKey||this.enlargedMode||this.clickToUse&&this.networkDomNode.classList.contains(\"vis-active\"));var a=this.visOptions.interaction;var s=i===a.zoomView;if(i||!s){t.preventDefault()}if(!s){t.stopPropagation();a.zoomView=i;this.network.setOptions({interaction:{zoomView:i}});return false}}},{key:\"handleExtraCanvasScroll\",value:function e(t){t.preventDefault()}},{key:\"handleContextMenu\",value:function e(t){var i=this;t.preventDefault();var a=this.network;this.hidePopups(0,true);var s=a.getNodeAt({x:t.offsetX,y:t.offsetY});if(!s)return;var r=a.getSelectedNodes();if(!_utils2.default.inArray(s,r)){r=[s];a.selectNodes(r)}this.contextMenu.show(r,function(e,t){var a=e.length>1?\"multi\":\"single\";var s=\"$:/plugins/felixhayashi/tiddlymap/editor/contextMenu/node\";_utils2.default.registerTransclude(i,\"contextMenuWidget\",s);i.contextMenuWidget.setVariable(\"mode\",a);i.contextMenuWidget.render(t)})}},{key:\"handleWidgetKeyup\",value:function e(t){}},{key:\"handleWidgetKeydown\",value:function e(t){if(t.ctrlKey){t.preventDefault();if(t.keyCode===70){t.preventDefault();var i=this.widgetPopupsPath+\"/focus\";_utils2.default.setText(i,_utils2.default.getText(i)?\"\":\"1\")}else{return}}else if(t.keyCode===120){t.preventDefault();this.toggleEnlargedMode(\"halfscreen\")}else if(t.keyCode===121){t.preventDefault();this.toggleEnlargedMode(\"fullscreen\")}else if(t.keyCode===27){t.preventDefault();_utils2.default.deleteByPrefix(this.widgetPopupsPath)}else{return}this.canvas.focus()}},{key:\"handlePasteNodesFromClipboard\",value:function e(){if(!this.editorMode){$tm.notify(\"Map is read only!\");return}if(!$tm.clipBoard||$tm.clipBoard.type!==\"nodes\"){$tm.notify(\"TiddlyMap clipboad is empty!\")}var t=$tm.clipBoard.nodes;var i=Object.keys(t);for(var a=i.length;a--;){var s=i[a];if(this.graphData.nodesById[s]){continue}this.view.addNode(t[s]);this.graphData.nodes.update({id:s})}this.network.selectNodes(i);this.rebuildGraph({resetFocus:{delay:0,duration:0}});$tm.notify(\"pasted \"+i.length+\" nodes into map.\")}},{key:\"handleAddNodesToClipboard\",value:function e(t){var i=this.network.getSelectedNodes();if(!i.length){return}$tm.clipBoard={type:\"nodes\",nodes:this.graphData.nodes.get(i,{returnType:\"Object\"})};$tm.notify(\"Copied \"+i.length+\" nodes to clipboard\");if(t===\"move\"){for(var a=i.length;a--;){this.view.removeNode(i[a])}}this.isPreventZoomOnNextUpdate=true}},{key:\"getVisOptions\",value:function e(){var t=this;var i=$tm.config.vis;var a=_utils2.default.parseJSON(this.view.getConfig(\"vis\"))||{};var s=a.layout||{},r=s.hierarchical;var n={layout:{hierarchical:{enabled:r===undefined||r===null?false:typeof r===\"boolean\"?r:r.enabled!==false}}};var o=_utils2.default.merge({},i,_utils2.default.merge(a,n));o.clickToUse=this.clickToUse;o.manipulation.enabled=!!this.editorMode;o.manipulation.deleteNode=function(e,i){t.handleRemoveElements(e);t.resetVisManipulationBar(i)};o.manipulation.deleteEdge=function(e,i){t.handleRemoveElements(e);t.resetVisManipulationBar(i)};o.manipulation.addEdge=function(e,i){t.handleConnectionEvent(e);t.resetVisManipulationBar(i)};o.manipulation.addNode=function(e,i){t.handleInsertNode(e);t.resetVisManipulationBar(i)};o.manipulation.editNode=function(e,i){t.handleEditNode(e);t.resetVisManipulationBar(i)};o.interaction.zoomView=!!(this.isInSidebar||this.enlargedMode);o.manipulation.editEdge=false;var l=o.physics;l[l.solver]=l[l.solver]||{};l.stabilization.iterations=1e3;this.logger(\"debug\",\"Loaded graph options\",o);return o}},{key:\"resetVisManipulationBar\",value:function e(t){if(t){t(null)}this.network.disableEditMode();this.network.enableEditMode()}},{key:\"isVisInEditMode\",value:function e(){return this.graphDomNode.getElementsByClassName(\"vis-button vis-back\").length>0}},{key:\"isLiveView\",value:function e(){return this.id===\"live_tab\"}},{key:\"handleCreateView\",value:function e(){var t=this;var i={view:this.view.getLabel()};$tm.dialogManager.open(\"createView\",i,function(e,i){if(!e)return;var a=_utils2.default.getField(i,\"name\");var s=_utils2.default.getField(i,\"clone\",false);if(_ViewAbstraction2.default.exists(a)){$tm.notify(\"Forbidden! View already exists!\");return}if(s&&t.isLiveView()){$tm.notify(\"Forbidden to clone the live view!\");return}var r=new _ViewAbstraction2.default(a,{isCreate:true,protoView:s?t.view:null});t.setView(r)})}},{key:\"handleRenameView\",value:function e(){var t=this;if(this.view.isLocked()){$tm.notify(\"Forbidden!\");return}var i=this.view.getOccurrences();var a={count:i.length.toString(),refFilter:_utils2.default.joinAndWrap(i,\"[[\",\"]]\")};$tm.dialogManager.open(\"renameView\",a,function(e,i){if(!e){return}var a=_utils2.default.getText(i);if(!a){$tm.notify(\"Invalid name!\")}else if(_ViewAbstraction2.default.exists(a)){$tm.notify(\"Forbidden! View already exists!\")}else{t.view.rename(a);t.setView(t.view)}})}},{key:\"handleEditView\",value:function e(){var t=this;var i=JSON.stringify($tm.config.vis);var a=this.graphData;var s=this.view.getConfig();var r={\"filter.prettyNodeFltr\":this.view.getNodeFilter(\"pretty\"),\"filter.prettyEdgeFltr\":this.view.getEdgeTypeFilter(\"pretty\"),\"inherited-style\":i};var n={view:this.view.getLabel(),createdOn:this.view.getCreationDate(true),numberOfNodes:Object.keys(a.nodesById).length.toString(),numberOfEdges:Object.keys(a.edgesById).length.toString(),dialog:{preselects:$tw.utils.extend({},s,r)}};$tm.dialogManager.open(\"configureView\",n,function(e,i){if(!e){return}var a=_utils2.default.getPropertiesByPrefix(i.fields,\"config.\",true);var s=t.view.getConfig(\"background_image\");t.view.setConfig(a);if(a[\"physics_mode\"]&&!t.view.isEnabled(\"physics_mode\")){t.view.saveNodePositions(t.network.getPositions())}var r=t.view.getConfig(\"background_image\");if(r&&r!==s){$tm.notify(\"Background changed! You may need to zoom out a bit.\")}var n=_utils2.default.getField(i,\"filter.prettyNodeFltr\",\"\");var o=_utils2.default.getField(i,\"filter.prettyEdgeFltr\",\"\");t.view.setNodeFilter(n);t.view.setEdgeTypeFilter(o)})}},{key:\"handleSaveCanvas\",value:function e(){var t=this;var i=\"$:/temp/tmap/snapshot\";this.createAndSaveSnapshot(100,100,i);var a=this.view.getLabel()+\".png\";var s={dialog:{snapshot:i,view:this.view.getLabel(),preselects:{width:this.canvas.width.toString(),height:this.canvas.height.toString(),name:a,action:\"download\"}}};$tm.dialogManager.open(\"saveCanvas\",s,function(e,a){if(!e)return;var r=a.fields.width||s.dialog.preselects.width;var n=a.fields.height||s.dialog.preselects.height;t.createAndSaveSnapshot(r,n,i);var o=a.fields.name||s.dialog.preselects.imageName;var l=a.fields.action;if(l===\"download\"){t.handleDownloadSnapshot(r,n,o)}else if(l===\"wiki\"){_utils2.default.cp(i,o,true);t.dispatchEvent({type:\"tm-navigate\",navigateTo:o})}else if(l===\"placeholder\"){t.view.addPlaceholder(i)}$tw.wiki.deleteTiddler(\"$:/temp/tmap/snapshot\")})}},{key:\"handleDownloadSnapshot\",value:function e(t,i,a){var s=this.document.createElement(\"a\");var r=this.view.getLabel();s.download=a;s.href=this.getCanvasAsBase64({size:{width:t,height:i}});var n=new MouseEvent(\"click\");s.dispatchEvent(n)}},{key:\"createAndSaveSnapshot\",value:function e(t,i,a,s){$tw.wiki.addTiddler(new $tw.Tiddler({title:s||a,type:\"image/png\",text:this.getCanvasAsBase64({size:{width:t,height:i},withoutPreamble:true})},$tw.wiki.getCreationFields(),$tw.wiki.getModificationFields()));return a}},{key:\"getCanvasAsBase64\",value:function e(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{},i=t.withoutPreamble,a=t.size;var s=this.graphDomNode.style.width;var r=this.graphDomNode.style.height;if(a){this.graphDomNode.style.width=a.width+\"px\";this.graphDomNode.style.height=a.height+\"px\";this.network.redraw()}var n=this.canvas.toDataURL(\"image/png\");if(a){this.graphDomNode.style.width=s;this.graphDomNode.style.height=r;this.network.redraw()}return i?_utils2.default.getWithoutPrefix(n,\"data:image/png;base64,\"):n}},{key:\"handleDeleteView\",value:function e(){var t=this;var i=this.view.getLabel();if(this.view.isLocked()){$tm.notify(\"Forbidden!\");return}var a=this.view.getOccurrences();if(a.length){var s={count:a.length.toString(),refFilter:_utils2.default.joinAndWrap(a,\"[[\",\"]]\")};$tm.dialogManager.open(\"cannotDeleteViewDialog\",s);return}var r=\"\\n        You are about to delete the view ''\"+i+\"''\\n        (no tiddler currently references this view).\\n     \";this.openStandardConfirmDialog(function(e){if(!e){return}t.view.destroy();t.setView($tm.misc.defaultViewLabel);var a='view \"'+i+\"' deleted\";t.logger(\"debug\",a);$tm.notify(a)},r)}},{key:\"handleTriggeredRefresh\",value:function e(t){this.logger(\"log\",t,\"Triggered a refresh\");var i=_utils2.default.getTiddler(_utils2.default.getText(t));if(this.isLiveView()){if(i){if(this.view.isEnabled(\"neighbourhood_trace_clicks\")){this.trace[i.fields.title]=true}var a=i.fields[\"tmap.open-view\"]||$tm.config.sys.liveTab.fallbackView;if(a&&a!==this.view.getLabel()){this.setView(a);return}}}this.rebuildGraph({resetFocus:{delay:1e3,duration:1e3}})}},{key:\"handleRemoveElements\",value:function e(t){var i=t.nodes,a=t.edges;if(i.length){this.handleRemoveNodes(i)}else if(a.length){this.handleRemoveEdges(a)}this.resetVisManipulationBar()}},{key:\"handleRemoveEdges\",value:function e(t){$tm.adapter.deleteEdges(this.graphData.edges.get(t));$tm.notify(\"edge\"+(t.length>1?\"s\":\"\")+\" removed\")}},{key:\"handleRemoveNodes\",value:function e(t){var i=this;var a=$tm.adapter.getTiddlersByIds(t);var s={count:t.length.toString(),tiddlers:$tw.utils.stringifyList(a),dialog:{preselects:{\"delete-from\":\"filter\"}}};$tm.dialogManager.open(\"deleteNodeDialog\",s,function(e,a){if(!e)return;var s=0;for(var r=t.length;r--;){var n=i.view.removeNode(t[r]);if(n){s++}}if(a.fields[\"delete-from\"]===\"system\"){$tm.adapter.deleteNodes(t);s=t.length}i.isPreventZoomOnNextUpdate=true;$tm.notify(\"\\n        Removed \"+s+\"\\n        of \"+t.length+\"\\n        from \"+a.fields[\"delete-from\"]+\"\\n      \")})}},{key:\"toggleEnlargedMode\",value:function e(t){if(!this.isInSidebar&&t===\"halfscreen\"){return}this.logger(\"log\",\"Toggled graph enlargement\");var i=this.enlargedMode;if(i){this.network.setOptions({clickToUse:this.clickToUse});_utils2.default.findAndRemoveClassNames([\"tmap-has-\"+i+\"-widget\",\"tmap-\"+i]);this.enlargedMode=null;document.body.scrollTop=this.scrollTop}if(!i||i!==t&&(t===\"fullscreen\"||t===\"halfscreen\"&&!this.isInSidebar)){this.scrollTop=document.body.scrollTop;this.enlargedMode=t;var a=this.isInSidebar?this.sidebar:_utils2.default.getFirstElementByClassName(\"tc-story-river\");$tw.utils.addClass(this.document.body,\"tmap-has-\"+t+\"-widget\");$tw.utils.addClass(a,\"tmap-has-\"+t+\"-widget\");$tw.utils.addClass(this.domNode,\"tmap-\"+t);this.network.setOptions({clickToUse:false});$tm.notify(\"Toggled \"+t+\" mode\")}this.handleResizeEvent()}},{key:\"handleGenerateWidget\",value:function e(t){$tw.rootWidget.dispatchEvent({type:\"tmap:tm-generate-widget\",paramObject:{view:this.view.getLabel()}})}},{key:\"handleSetCentralTopic\",value:function e(t){var i=t.paramObject;var a=i.id||this.network.getSelectedNodes()[0];if(a===this.view.getConfig(\"central-topic\")){a=\"\"}this.view.setCentralTopic(a)}},{key:\"handleVisStabilizedEvent\",value:function e(t){if(this.hasNetworkStabilized){return}this.hasNetworkStabilized=true;this.logger(\"log\",\"Network stabilized after\",t.iterations,\"iterations\");if(!this.view.isEnabled(\"physics_mode\")){var i=this.graphData.nodesById;var a=[];for(var s in i){if(i[s].x===undefined){a.push(s)}}if(a.length){this.setNodesMoveable(a,false);$tm.notify(a.length+\" nodes were added to the graph\")}var r=this.visOptions.physics;r[r.solver].centralGravity=0;this.network.setOptions(this.visOptions)}if(this.resetFocus){this.fitGraph(this.resetFocus.delay,this.resetFocus.duration);this.resetFocus=null}}},{key:\"handleFocusNode\",value:function e(t){var i=t.param;this.network.focus($tm.adapter.getId(i),{scale:1.5,animation:true})}},{key:\"isZombieWidget\",value:function e(){return this.domNode.isTiddlyWikiFakeDom===true||!this.document.body.contains(this.getContainer())}},{key:\"fitGraph\",value:function e(){var t=this;var i=arguments.length>0&&arguments[0]!==undefined?arguments[0]:0;var a=arguments.length>1&&arguments[1]!==undefined?arguments[1]:0;clearTimeout(this.activeFitTimeout);var s=function e(){if(t.isZombieWidget()){return}t.network.redraw();t.network.fit({animation:{duration:a,easingFunction:\"easeOutQuart\"}})};this.activeFitTimeout=setTimeout(s,i)}},{key:\"handleInsertNode\",value:function e(t){var i=this;$tm.dialogManager.open(\"addNodeToMap\",{},function(e,a){if(!e){return}var s=_utils2.default.getField(a,\"draft.title\").trim();if(_utils2.default.tiddlerExists(s)){if(_utils2.default.isMatch(s,i.view.getNodeFilter(\"compiled\"))){$tm.notify(\"Node already exists\");return}else{t=$tm.adapter.makeNode(s,t);i.view.addNode(t)}}else{var r=new $tw.Tiddler(a,{\"draft.title\":null});t.label=s;$tm.adapter.insertNode(t,i.view,r)}i.isPreventZoomOnNextUpdate=true})}},{key:\"handleEditNode\",value:function e(t){var i=this;var a=$tm.tracker.getTiddlerById(t.id);var s=_utils2.default.getTiddler(a);var r=$tm.config.vis.nodes;var n=_utils2.default.parseJSON(this.view.getConfig(\"vis\"),{}).nodes;var o={};o[t.id]=t;var l=$tm.adapter.getInheritedNodeStyles(o);var d=l[a];var h=_utils2.default.merge({},{color:s.fields[\"color\"]},_utils2.default.parseJSON(s.fields[\"tmap.style\"]));var u=this.view.getLabel();var g=_extends({},this.view.getNodeData(t.id));delete g.x;delete g.y;var f={view:u,tiddler:s.fields.title,tidColor:s.fields[\"color\"],tidIcon:s.fields[$tm.field.nodeIcon]||s.fields[\"tmap.fa-icon\"],tidLabelField:\"global.\"+$tm.field.nodeLabel,tidIconField:\"global.\"+$tm.field.nodeIcon,dialog:{preselects:{\"inherited-global-default-style\":JSON.stringify(r),\"inherited-local-default-style\":JSON.stringify(n),\"inherited-group-styles\":JSON.stringify(d),\"global.tmap.style\":JSON.stringify(h),\"local-individual-node-style\":JSON.stringify(g)}}};var v=function e(t,i,a){for(var s=a.length;s--;){f.dialog.preselects[t+\".\"+a[s]]=i[a[s]]||\"\"}};v(\"local\",g,[\"label\",\"tw-icon\",\"fa-icon\",\"open-view\"]);v(\"global\",s.fields,[$tm.field.nodeLabel,$tm.field.nodeIcon,\"tmap.fa-icon\",\"tmap.open-view\"]);$tm.dialogManager.open(\"editNode\",f,function(e,s){if(!e)return;var r=s.fields;var n=_utils2.default.getPropertiesByPrefix(r,\"global.\",true);for(var o in n){_utils2.default.setField(a,o,n[o]||undefined)}var l=_utils2.default.getPropertiesByPrefix(r,\"local.\",true);var d=_utils2.default.parseJSON(r[\"local-individual-node-style\"],{});for(var h in l){d[h]=l[h]||undefined}i.view.saveNodeStyle(t.id,d);i.isPreventZoomOnNextUpdate=true})}},{key:\"handleVisSingleClickEvent\",value:function e(t){var i=_utils2.default.isTrue($tm.config.sys.singleClickMode);if(i&&!this.editorMode){this.handleOpenMapElementEvent(t)}}},{key:\"handleVisDoubleClickEvent\",value:function e(t){if(t.nodes.length||t.edges.length){if(this.editorMode||!_utils2.default.isTrue($tm.config.sys.singleClickMode)){this.handleOpenMapElementEvent(t)}}else{if(this.editorMode){this.handleInsertNode(t.pointer.canvas)}}}},{key:\"handleOpenMapElementEvent\",value:function e(t){var i=this;var a=t.nodes,s=t.edges;if(a.length){var r=this.graphData.nodesById[a[0]];if(this.view.isEnabled(\"neighbourhood_trace_clicks\")){this.trace[$tm.adapter.getTiddlerById(r.id)]=true;this.isPreventZoomOnNextUpdate=Date.now()+500;this.rebuildGraph();if(this.view.isEnabled(\"neighbourhood_focus_newly_traced_node\")){setTimeout(function(){i.network.focus(r.id,{scale:1,animation:true})},1500)}}if(r[\"open-view\"]){$tm.notify(\"Switching view\");this.setView(r[\"open-view\"])}this.openTiddlerWithId(a[0])}else if(s.length){this.logger(\"debug\",\"Clicked on an Edge\");var n=this.graphData.edgesById[s[0]].type;this.handleEditEdgeType(n)}else{return}this.hidePopups(0,true)}},{key:\"handleEditEdgeType\",value:function e(t){if(!this.editorMode)return;var i=$tm.config.sys.edgeClickBehaviour;if(i!==\"manager\")return;$tw.rootWidget.dispatchEvent({type:\"tmap:tm-manage-edge-types\",paramObject:{type:t}})}},{key:\"handleResizeEvent\",value:function e(t){if(this.isZombieWidget())return;var i=this.getAttr(\"height\");var a=this.getAttr(\"width\");if(this.isInSidebar){var s=this.domNode.getBoundingClientRect();var r=15;a=document.body.clientWidth-s.left-r+\"px\";var n=parseInt(this.getAttr(\"bottom-spacing\"))||15;var o=window.innerHeight-s.top;i=o-n+\"px\"}this.domNode.style.height=i||\"300px\";this.domNode.style.width=a;this.repaintGraph()}},{key:\"handleClickEvent\",value:function e(t){if(this.isZombieWidget()||!this.network)return;if(!this.graphDomNode.contains(t.target)){var i=this.network.getSelection();if(i.nodes.length||i.edges.length){this.logger(\"debug\",\"Clicked outside; deselecting nodes/edges\");this.network.selectNodes([]);this.resetVisManipulationBar()}}else{this.canvas.focus()}if(t.button!==2){this.contextMenu.hide(0,true)}}},{key:\"handleVisSelectNode\",value:function e(t){var i=t.nodes;if(!this.isDraggingAllowed(i)){return}this.assignActiveStyle(i)}},{key:\"isDraggingAllowed\",value:function e(t){var i=t.nodes;return this.editorMode||this.view.isEnabled(\"physics_mode\")}},{key:\"assignActiveStyle\",value:function e(t){if(!Array.isArray(t))t=[t];var i=this.visOptions.nodes.color;for(var a=t.length;a--;){var s=t[a];var r=this.graphData.nodesById[s];var n=_utils2.default.merge({},i,r.color);this.graphData.nodes.update({id:s,color:{highlight:n,hover:n}})}}},{key:\"handleVisDeselectNode\",value:function e(t){}},{key:\"handleVisDragEnd\",value:function e(t){var i=t.nodes;if(!i.length){return}if(i.length===1&&this.view.isEnabled(\"raster\")){var a=this.network.getPositions()[i[0]];this.graphData.nodes.update(_extends({id:i[0]},_utils2.default.getNearestRasterPosition(a,parseInt(this.view.getConfig(\"raster\")))))}this.draggedNode=null;this.setNodesMoveable(i,false)}},{key:\"handleVisBeforeDrawing\",value:function e(t){var i=this.view,a=this.network,s=this.backgroundImage;if(s){t.drawImage(s,0,0)}if(i.isEnabled(\"raster\")){_utils2.default.drawRaster(t,a.getScale(),a.getViewPosition(),parseInt(i.getConfig(\"raster\")))}}},{key:\"handleVisAfterDrawing\",value:function e(t){if(this.selectRect){var i=this.selectRect.getRect();t.beginPath();t.globalAlpha=.5;t.fillStyle=\"#EAFFEF\";t.fillRect.apply(t,_toConsumableArray(i));t.beginPath();t.globalAlpha=1;t.strokeStyle=\"#B4D9BD\";t.strokeRect.apply(t,_toConsumableArray(i))}if(this.draggedNode&&this.view.isEnabled(\"raster\")){var a=this.network.getPositions()[this.draggedNode];var s=_utils2.default.getNearestRasterPosition(a,parseInt(this.view.getConfig(\"raster\")));t.strokeStyle=\"green\";t.fillStyle=\"green\";t.beginPath();t.moveTo(a.x,a.y);t.lineTo(s.x,s.y);t.stroke();t.beginPath();t.arc(s.x,s.y,5,0,Math.PI*2);t.fill()}}},{key:\"constructTooltip\",value:function e(t,i){var a=_utils2.default.parseJSON(t);var s=a.node||a.edge;var r=null;var n=\"text/html\";var o=\"text/vnd-tiddlywiki\";if(a.node){var l=$tm.tracker.getTiddlerById(s);var d=_utils2.default.getTiddler(l);var h=d.fields[$tm.field.nodeInfo];if(h){i.innerHTML=$tw.wiki.renderText(n,o,h)}else if(d.fields.text){_utils2.default.registerTransclude(this,\"tooltipWidget\",l);this.tooltipWidget.setVariable(\"tv-tiddler-preview\",\"yes\");this.tooltipWidget.render(i)}else{i.innerHTML=l}}else{var u=this.graphData.edgesById[s];var g=$tm.indeces.allETy[u.type];if(g.description){r=$tw.wiki.renderText(n,o,g.description)}i.innerHTML=r||g.label||g.id}}},{key:\"handleVisHoverElement\",value:function e(t){if($tm.mouse.buttons)return;var i=t.node||t.edge;var a=JSON.stringify(t);if(t.node){this.assignActiveStyle(i)}if(!this.isVisInEditMode()&&!this.contextMenu.isShown()){var s=this.constructTooltip;this.tooltip.show(a,s)}}},{key:\"handleVisBlurElement\",value:function e(t){this.tooltip.hide()}},{key:\"handleVisLoading\",value:function e(t){var i=t.total,a=t.iterations;this.graphLoadingBarDomNode.style.display=\"block\";this.graphLoadingBarDomNode.setAttribute(\"max\",i);this.graphLoadingBarDomNode.setAttribute(\"value\",a)}},{key:\"handleVisLoadingDone\",value:function e(t){this.graphLoadingBarDomNode.style.display=\"none\"}},{key:\"handleVisDragStart\",value:function e(t){var i=t.nodes;if(!i.length||!this.isDraggingAllowed(i)){return}this.hidePopups(0,true);this.assignActiveStyle(i);this.setNodesMoveable(i,true);if(i.length===1){this.draggedNode=i[0]}}},{key:\"destruct\",value:function e(){_utils2.default.setDomListeners(\"remove\",window,this.windowDomListeners);_utils2.default.setDomListeners(\"remove\",this.domNode,this.widgetDomListeners);this._destructVis()}},{key:\"_destructVis\",value:function e(){if(!this.network)return;_utils2.default.setDomListeners(\"remove\",this.canvas,this.canvasDomListeners);this.network.destroy();this.network=null}},{key:\"openTiddlerWithId\",value:function e(t){var i=this;var a=$tm.tracker.getTiddlerById(t);this.logger(\"debug\",\"Opening tiddler\",a,\"with id\",t);if(this.enlargedMode===\"fullscreen\"){var s=$tw.wiki.findDraft(a);var r=!!s;if(!r){var n=\"tm-edit-tiddler\";this.dispatchEvent({type:n,tiddlerTitle:a});s=$tw.wiki.findDraft(a)}var o={draftTRef:s,originalTRef:a};$tm.dialogManager.open(\"fullscreenTiddlerEditor\",o,function(e,t){if(e){var n=\"tm-save-tiddler\";i.dispatchEvent({type:n,tiddlerTitle:s})}else if(!r){_utils2.default.deleteTiddlers([s])}var o=\"tm-close-tiddler\";i.dispatchEvent({type:o,tiddlerTitle:a})})}else{var l=this.domNode.getBoundingClientRect();this.dispatchEvent({type:\"tm-navigate\",navigateTo:a,navigateFromTitle:this.getVariable(\"storyTiddler\"),navigateFromNode:this,navigateFromClientRect:{top:l.top,left:l.left,width:l.width,right:l.right,bottom:l.bottom,height:l.height}})}}},{key:\"getViewHolderRef\",value:function e(){if(this.viewHolderRef){return this.viewHolderRef}this.logger(\"info\",\"Retrieving or generating the view holder reference\");var t=this.getAttr(\"view\");var i=null;if(t){this.logger(\"log\",'User wants to bind view \"'+t+\"' to graph\");var a=$tm.path.views+\"/\"+t;if($tw.wiki.getTiddler(a)){i=$tm.path.localHolders+\"/\"+_utils2.default.genUUID();this.logger(\"log\",'Created an independent temporary view holder \"'+i+'\"');_utils2.default.setText(i,a);this.logger(\"log\",'View \"'+a+\"' inserted into independend holder\")}else{this.logger(\"log\",'View \"'+t+'\" does not exist')}}if(!i){this.logger(\"log\",\"Using default (global) view holder\");i=$tm.ref.defaultViewHolder}return i}},{key:\"setView\",value:function e(t,i){if(!_ViewAbstraction2.default.exists(t)){return}t=new _ViewAbstraction2.default(t);var a=t.getLabel();i=i||this.viewHolderRef;this.logger(\"info\",'Inserting view \"'+a+'\" into holder \"'+i+'\"');$tw.wiki.addTiddler(new $tw.Tiddler({title:i,text:a}));this.update({changedTiddlers:_defineProperty({},i,true)})}},{key:\"getView\",value:function e(t){if(!t&&this.view){return this.view}var i=this.getViewHolderRef();var a=_utils2.default.getText(i);this.logger(\"debug\",\"Retrieved view from holder\");var s=void 0;if(_ViewAbstraction2.default.exists(a)){s=new _ViewAbstraction2.default(a)}else{this.logger(\"debug\",'Warning: View \"'+a+\"\\\" doesn't exist. Default is used instead.\");s=new _ViewAbstraction2.default(\"Default\")}return s}},{key:\"reloadBackgroundImage\",value:function e(t){var i=this;this.backgroundImage=null;var a=this.view.getConfig(\"background_image\");var s=_utils2.default.getTiddler(a);if(!s&&!a)return;var r=new Image;r.onload=function(){i.backgroundImage=r;i.repaintGraph()};if(s){var n=s.fields[\"_canonical_uri\"];if(n){r.src=n}else if(s.fields.text){r.src=$tw.utils.makeDataUri(s.fields.text,s.fields.type)}}else if(a){r.src=a}}},{key:\"repaintGraph\",value:function e(){var t=$tw.utils.hasClass(this.document.body,\"tmap-has-fullscreen-widget\");if(this.network&&(!t||t&&this.enlargedMode)){this.logger(\"info\",\"Repainting the whole graph\");this.network.redraw();this.fitGraph(0,1e3)}}},{key:\"setGraphButtonEnabled\",value:function e(t,i){var a=\"vis-button tmap-\"+t;var s=_utils2.default.getFirstElementByClassName(a,this.domNode);$tw.utils.toggleClass(s,\"tmap-button-enabled\",i)}},{key:\"setNodesMoveable\",value:function e(t,i){if(!t||!t.length||this.view.isEnabled(\"physics_mode\")){return}var a=[];var s=!i;for(var r=t.length;r--;){a.push({id:t[r],fixed:{x:s,y:s}})}this.graphData.nodes.update(a);if(s){this.logger(\"debug\",\"Fixing\",a.length,\"nodes\");this.view.saveNodePositions(this.network.getPositions());this.isPreventZoomOnNextUpdate=true}}},{key:\"addGraphButtons\",value:function e(t){var i=_utils2.default.getFirstElementByClassName(\"vis-navigation\",this.domNode);for(var a in t){var s=this.document.createElement(\"div\");s.className=\"vis-button tmap-\"+a;s.addEventListener(\"click\",t[a].bind(this),false);i.appendChild(s);this.setGraphButtonEnabled(a,true)}}}]);return t}(_widget.widget);exports.tmap=MapWidget;exports.tiddlymap=MapWidget;\n//# sourceMappingURL=./maps/felixhayashi/tiddlymap/js/widget/MapWidget.js.map\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/felixhayashi/tiddlymap/license": {
            "title": "$:/plugins/felixhayashi/tiddlymap/license",
            "subtitle": "License",
            "caption": "License",
            "text": "\\rules except wikilink\n\n!! TiddlyMap\n\nCopyright (c) 2014, Felix Küppers\nAll rights reserved.\n\nTiddlyMap is licensed under the [[BSD 2-Clause License|http://opensource.org/licenses/BSD-2-Clause]]. For the exact license terms, please visit [[https://github.com/felixhayashi/TW5-TiddlyMap/blob/master/LICENSE]]. \n\n!! TiddlyWiki\n\nCreated by Jeremy Ruston, (jeremy [at] jermolene [dot] com)\n\nCopyright © Jeremy Ruston 2004-2007 Copyright © UnaMesa Association 2007-2014\n\nPublished under the following [licenses](https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses):\n\n# BSD 3-clause \"New\" or \"Revised\" License (including any right to adopt any future version of a license if permitted)\n# Creative Commons Attribution 3.0 (including any right to adopt any future version of a license if permitted)\n\n!! Vis.js\n\nCopyright (c) 2014 [Almende B.V.](https://github.com/almende/vis)\n\nPublished under the following licenses:\n\n# Apache License Version 2.0, January 2004 http://www.apache.org/licenses/\n# MIT License (MIT)\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/readme": {
            "title": "$:/plugins/felixhayashi/tiddlymap/readme",
            "text": "* Please refer to the project-readme hosted at [[https://github.com/felixhayashi/TW5-TiddlyMap]].\n* A demo with several examples and explanations can be found at [[http://tiddlymap.org]]."
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tmap:unknown": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tmap:unknown",
            "description": "Automatically assigned to an edge that does not have a type assigned",
            "style": "{\"color\":\"gray\"}",
            "show-label": "false"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-body:link": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-body:link",
            "description": "A link that is contained in the tiddler's body pointing to another resource.",
            "style": "{\"color\":\"orange\", \"dashes\":true}",
            "label": "links to",
            "text": ""
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-list:list": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-list:list",
            "description": "Contained in a list of this tiddler",
            "style": "{ \"color\": \"red\", \"dashes\":true}",
            "label": "listed in",
            "text": ""
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-list:tags": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-list:tags",
            "description": "A tag that refers to a tiddler of the same name.",
            "style": "{ \"color\": \"darkslategray\", \"dashes\":true}",
            "label": "tagged with"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/default": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/default",
            "caption": "Overview",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-flash-message tmap-plain\">\n  Please visit the [[online docs|http://tiddlymap.org/Documentation]]\n  for more information about the available global options.\n</div>\n<table class=\"tmap-key-value-table\">\n  <tr>\n    <th align=\"left\">Plugin version</th>\n    <td><<pluginVersion>></td>\n  </tr>\n<!--\n  <tr>\n    <th align=\"left\">Datastructure version</th>\n    <td><<dataStructureVersion>></td>\n  </tr>\n-->\n  <tr>\n    <th align=\"left\">Nodes in system</th>\n    <td><<numberOfNodes>></td>\n  </tr>\n  <tr>\n    <th align=\"left\">Edges in system</th>\n    <td><<numberOfEdges>></td>\n  </tr>\n</table>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/editor": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/editor",
            "caption": "Editor",
            "text": "\\rules except wikilink\n\n<table class=\"tmap-config-table\">\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Show Neighbour&shy;hood menu\"\n      field:\"config.sys.editorMenuBar.showNeighScopeButton\"\n      descr:\"Show or hide the neighbourhood menu button.\">>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Show Screen&shy;shot menu\"\n      field:\"config.sys.editorMenuBar.showScreenshotButton\"\n      descr:\"Show or hide the screenshot menu button.\">>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Show Raster&shy; menu\"\n      field:\"config.sys.editorMenuBar.showRasterMenuButton\"\n      descr:\"Show or hide the raster menu button.\">>\n</table>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/fields": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/fields",
            "caption": "Field settings",
            "text": "\\rules except wikilink\n\n<table class=\"tmap-config-table\">\n  <<tmap-row type:\"input-text\"\n      title:\"Node-icon field\"\n      field:\"config.sys.field.nodeIcon\" \n      descr:\"Local image used as node image in the graphs.\">>\n  <<tmap-row type:\"input-text\"\n      title:\"Node-label field\"\n      field:\"config.sys.field.nodeLabel\" \n      descr:\"Alternative node label to use instead of the title.\">>\n  <<tmap-row type:\"input-text\"\n      title:\"Node-info field\"\n      field:\"config.sys.field.nodeInfo\" \n      descr:\"Field used as tooltip when hovering over a node in a graph.\"\n      note:\"It is prohibited to use the text field here.\">>\n</table>   \n\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/interaction": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/interaction",
            "caption": "Interaction & behaviour",
            "text": "\\rules except wikilink\n\n<table class=\"tmap-config-table\">\n  <$macrocall type=\"input-select\"\n        $name=\"tmap-row\"\n        title=\"Default startup view\"\n        field=\"config.sys.defaultView\"\n        nochoice=\"Last view used at startup\"\n        selectFilter=<<tmap \"option\" \"selector.allViewsByLabel\">>\n        descr=\"The view to display at startup\" />\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Show popups\"\n      field:\"config.sys.popups.enabled\"\n      descr:\"Set this to true if you want to see automatic\n             popups in the map.\">>\n  <$list filter=\"[config.sys.popups.enabled[true]]\">\n  <<tmap-row type:\"input-text\"\n      title:\"Popup delay\"\n      field:\"config.sys.popups.delay\"\n      descr:\"The time in miliseconds that needs to pass after\n             a tooltip is triggered.\">>\n  <<tmap-row type:\"input-text\"\n      title:\"Popup width\"\n      field:\"config.sys.popups.width\"\n      descr:\"The default max-width of the popup.\"\n      note:\"Make sure you added the desired unit (e.g. `px`).\n            Requires a wiki refresh.\">>\n  <<tmap-row type:\"input-text\"\n      title:\"Popup height\"\n      field:\"config.sys.popups.height\"\n      descr:\"The default max-height of the popup.\"\n      note:\"Make sure you added desired the unit (e.g.  `px`).\n            Requires a wiki refresh.\">>\n  </$list>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Allow single click mode\"\n      field:\"config.sys.singleClickMode\"\n      descr:\"A single click on a node is sufficient to open the\n             corresponding tiddler.\"\n      note:\"Drag and drop will still work and does not cause a\n            tiddler to be opened. Single click is never active in\n            the map editor.\">>\n  <<tmap-row type:\"input-select\"\n      title:\"Edge click behaviour\"\n      field:\"config.sys.edgeClickBehaviour\"\n      selectFilter:\"[[nothing|Nothing]]\n                    [[manager|Open edge-type manager]]\"\n      descr:\"What should happen when you click on an edge?\">>\n  <<tmap-row type:\"input-select\" title:\"Raster size\" field:\"config.sys.raster\"\n      selectFilter:\"[[|disabled]] [[5|5px]] [[10|10px]] [[15|15px]] [[20|20px]] [[30|30px]] [[40|40px]]\"\n      descr:\"Snap nodes to an invisible raster of the given size after drag'n'drop.\"\n      note:\"Only works when the view is not in floating mode\">>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Apply node-filter to neighbours\"\n      field:\"config.sys.nodeFilterNeighbours\"\n      descr:\"If checked, neighbours displayed in the map will be filtered\n      by the view's node-filter. Otherwise the node-filter will only be used\n      to filter the original set of nodes in the map\">>\n</table>\n\n!! Suppressed dialogs\n\n<div class=\"tmap-flash-message tmap-plain\">\n  Dialogs that you decided to suppress in the past are listed here.\n  Remove the checkmark to enable dialogs again.\n</div>\n\n<table class=\"tmap-config-table\">\n  <$list\n      filter=\"[<output>fields[]prefix[config.sys.suppressedDialogs]]\"\n      emptyMessage=\"–\">\n      <$set name=\"dialogName\" value=<<tmap basename \".\">>>\n      <$macrocall $name=\"tmap-row\"\n            type=\"input-checkbox\"\n            title=\"Suppress '$(dialogName)$' dialog\"\n            field=<<currentTiddler>> />\n      </$set>\n    <br />\n  </$list>\n</table>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/liveTab": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/liveTab",
            "caption": "Live tab",
            "text": "\\rules except wikilink\n\n<table class=\"tmap-config-table\">\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Show Live tab\"\n      field:\"liveTab\" \n      descr:\"Show or hide the live tab in the sidebar.\">>\n  <$macrocall type=\"input-select\"\n      $name=\"tmap-row\"\n      title=\"Fallback view\"\n      field=\"config.sys.liveTab.fallbackView\" \n      selectFilter=<<tmap \"option\" \"selector.allViewsByLabel\">>\n      descr=\"The view to display in the sidebar's live tab in\n             case the current tiddler did not specify a view\n             to open.\" />\n</table>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig",
            "subtitle": "{{$:/core/images/options-button}} Global configuration of TiddlyMap",
            "classes": "tmap-remove-top-space",
            "text": "\\rules except wikilink\n\n<$macrocall $name=\"tabs\"\n  default=<<concat \"$(template)$/default\">>\n  tabsList=\"[all[shadows]prefix<template>] -[<template>]\"\n/>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/verbosity": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/verbosity",
            "caption": "Verbosity",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-flash-message tmap-plain\">\n  Here you can restrict the system's talkativeness.\n</div>\n\n<table class=\"tmap-config-table\">\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Debug output\"\n      field:\"config.sys.debug\" \n      descr:\"Set this to true if you want debug information to be\n             displayed in the browser console.\">>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Show notifications\"\n      field:\"config.sys.notifications\" \n      descr:\"Set this to true if you want to receive fade-out\n             notifications for important events.\">>\n</table> "
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/vis": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/globalConfig/vis",
            "classes": "tmap-remove-top-space",
            "caption": "Graph",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-flash-message tmap-info\">\n  The global vis configurations will affect all views and their\n  elements (nodes and edges) unless they are overridden on a lower\n  level. All options below are documented at\n  [[vis.js.org|http://visjs.org/docs/network]].\n</div>\n<div class=\"tmap-flash-message tmap-info\">\n  Only config items that you actually changed have an effect on\n  the graph. Other options are visible, yet, inactive.\n</div>\n<$tmap-config\n    mode=\"manage-config\"\n    inherited=\"inherited-style\"\n    extension=\"config.vis\" />\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/configureView/default": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/configureView/default",
            "caption": "Overview",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-flash-message tmap-info\">\n   All configurations __only__ affect this view.\n</div>\n\n<table class=\"tmap-key-value-table\">\n  <tr>\n    <th align=\"left\">Created on</th>\n    <td><<createdOn>></td>\n  </tr>\n  <tr>\n    <th align=\"left\">Nodes contained in graph</th>\n    <td><<numberOfNodes>></td>\n  </tr>\n  <tr>\n    <th align=\"left\">Edges contained in graph</th>\n    <td><<numberOfEdges>></td>\n  </tr>\n</table>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/configureView/editFilters": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/configureView/editFilters",
            "caption": "Edit filters",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-flash-message tmap-info\">\n  Completely new to filters? Please read\n  [[Introduction to filter notation|http://tiddlywiki.com/#Introduction%20to%20filter%20notation]]\n  first.\n</div>\n\n<fieldset>\n  <legend>Filters <sup>[1]</sup></legend>\n  <table class=\"tmap-config-table tmap-large-input\">\n    <<tmap-row type:\"input-textarea\"\n        title:\"Node filter\"\n        field:\"filter.prettyNodeFltr\"\n        descr:\"In the map, only those tiddlers that match this filter\n               are shown. Drafts and system tiddlers are automatically\n               excluded.\">>\n    <<tmap-row type:\"input-textarea\"\n        title:\"Edge-type filter\"\n        field:\"filter.prettyEdgeFltr\" \n        descr:\"Only edges with a type that matches the filter are shown.\">>\n  </table>   \n</fieldset>\n\n---\n\n<sup>[1]</sup> In the editors above, a new line is equivalent to a space symbol.<br />\n<sup>[2]</sup> It is suggested to read\n[[Node and edge-type filters|http://tiddlymap.org#Node%20and%20edge-type%20filters]]\nand [[Edge-type namespaces|http://tiddlymap.org#Node%20and%20edge-type%20filters]]\nbefore using Tiddlymap's filter editor."
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/configureView/layout": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/configureView/layout",
            "caption": "Layout",
            "text": "\\rules except wikilink\n\n<table class=\"tmap-config-table\">\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Floating nodes\"\n      field:\"config.physics_mode\"\n      descr:\"Set this to true if you want your nodes to freely\n             swirl around.\">>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Filter nodes by edge types\"\n      field:\"config.filter_nodes_by_edge_types\"\n      descr:\"Only display nodes having edges matching the edge-type filter.\">>\n  <<tmap-row type:\"input-text\"\n      title:\"Background image\"\n      field:\"config.background_image\"\n      descr:\"The title of an image tiddler to be used as background\n             in the view.\"\n      note:\"You can also use an image url directly, however, the\n            image needs be stored under the same domain as your wiki.\n            Otherwise, it won't be displayed!\">>\n</table>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/configureView/namespace": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/configureView/namespace",
            "caption": "Namespace",
            "text": "\\rules except wikilink\n\n<table class=\"tmap-config-table tmap-small-input\">\n  <<tmap-row type:\"input-text\"\n      title:\"Edge-type namespace\"\n      field:\"config.edge_type_namespace\" \n      descr:\"A namespace (like `foaf` in `foaf:knows`) that will be\n             automatically added to all edge types you create in\n             this view. The namespace is only added if the types\n             do not exist yet and do not have a namespace assigned yet.\n             Namespaces are always hidden in the graph.\"\n      note:\"Most likely, you don't want the edges created with this\n            namespace to leak into other views, moreover, you don't\n            want edges that do not possess the namespace ever to be\n            shown here. In this case, use a private marker (`_`)\n            in front of your namespace, e.g. `_mynamespace` and use\n            an appropriate edge type filter, i.e. `+[prefix[_mynamespace]]`\n            For further information see:\n            \n            * [[Edge-type namespaces|http://tiddlymap.org/#Edge-type%20namespaces]]\n            * [[Private edge types|http://tiddlymap.org/#Private%20edge%20types]]\n            \">>\n</table>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/configureView": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/configureView",
            "subtitle": "{{$:/core/images/options-button}} View configuration -- <<view>>",
            "text": "\\rules except wikilink\n\n\\define privateEdgeTypes() [[private edge-types|http://tiddlymap.org/#Private%20edge%20types]]\n\n<$macrocall $name=\"tabs\"\n  default=<<concat \"$(template)$/default\">>\n  tabsList=\"[all[shadows]prefix<template>] -[<template>]\"\n/>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/configureView/vis": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/configureView/vis",
            "caption": "Graph",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-flash-message tmap-info\">\n   The local vis configurations will affect all\n   elements (nodes and edges) of this view, unless they are\n   overridden on a lower level. All options below are documented at\n   [[vis.js.org|http://visjs.org/docs/network]].\n</div>\n<div class=\"tmap-flash-message tmap-info\">\n  Only config items that you actually changed have an effect on the\n  graph. Other options are visible, yet, inactive.\n</div>\n<$tmap-config\n    mode=\"manage-config\"\n    inherited=\"inherited-style\"\n    extension=\"config.vis\" />\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/getEdgeType": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/getEdgeType",
            "subtitle": "{{$:/plugins/felixhayashi/tiddlymap/icon}} Edge type specification",
            "text": "\\rules except wikilink\n\\rules except underscore\n\n\\define filter() $(allEdgeTypes)$ +[search:title[$(term)$]]\n\n\\define badge(color, label, tooltip)\n<span style=\"background: $color$\" title=\"$tooltip$\">$label$</span>\n\\end\n\n\\define badges()\n<$tiddler tiddler={{!!text}}>\n<$set name=\"id\" value=<<tmap \"getETyId\" \"$(view)$\">>>\n<$set name=\"isVisible\" value=<<tmap \"isETyVisible\" \"$(view)$\">>>\n<div class=\"tmap-badges\">\n  <span\n      style=\"background: darkslategray\"\n      title=\"Your input translates into this id.\">\n  <<id>>\n  </span>\n  <$list filter=\"[<isVisible>regexp[true]]\">\n    <<badge \"green\" \"visible\" \"Matches your view's filter\">>\n  </$list>\n  <$list filter=\"[<isVisible>regexp[false]]\">\n    <<badge \"red\" \"not visible\" \"Doesn't match your view's filter\">>\n  </$list>\n  <$list filter=\"[<id>!regexp[^tmap:unknown$]]\" variable=\"item\">\n    <$list filter=\"[<id>regexp[^_]]\">\n      <<badge \"purple\" \"private\" \"Not shown in other views per default\">>\n    </$list>\n    <$list filter=\"[<id>regexp[.+:.+]]\">\n      <<badge \"orange\" \"namespace\" \"This type is prefixed with a proper namespace\">>\n    </$list>\n  </$list>\n</div>\n</$set>\n</$set>\n</$tiddler>\n\\end\n\n\\define search()\n<p>\n  You are about to connect \"<$text text=\"$(fromLabel)$\" />\"\n  with \"<$text text=\"$(toLabel)$\" />\". Please specify a type.\n</p>\n<table id=\"tmap-search-table\">\n  <tr>\n    <td><b>Type:</b></td>\n    <td>\n      <$edit-text\n          focus=\"true\"\n          field=\"text\"\n          type=\"text\"\n          tag=\"input\"\n          default=\"\"\n          class=\"tmap-trigger-field\n                 tmap-triggers-ok-button-on-enter\n                 tmap-triggers-cancel-button-on-esc\" />\n      <<badges>>\n    </td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>\n      <$set name=\"term\" value={{!!text}}>\n      <$set name=\"allEdgeTypes\" value=<<tmap \"option\" \"selector.allEdgeTypesById\">>>\n      <ul class=\"tmap-small-list\">\n        <$list filter=<<filter>>>\n        <li>\n          <$button class=\"tc-btn-invisible tmap-link\">\n            <$view field=\"title\" />\n            <$action-setfield $tiddler=<<output>> text={{!!title}} />\n          </$button>\n        </li>\n        </$list>\n      </ul>\n      </$set>\n      </$set>\n    </td>\n  </tr>\n</table>\n\\end\n\n<$list filter=\"[<temp>!has[more]]\" variable=\"item\"><<search>></$list>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/addNodeToMap": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/addNodeToMap",
            "subtitle": "{{$:/core/images/tag-button}} Add node",
            "classes": "tmap-modal-add-node",
            "text": "\\rules except wikilink\n\n\\define backButtonText() back to list\n\\define outputAndTemplate() [[$(output)$]] [[$(template)$]]\n\n\\define editor()\n  <$button class=\"tmap-go-back tc-btn-invisible\">\n    {{$:/core/images/chevron-left}} <<backButtonText>>\n    <$action-deletefield $tiddler=<<temp>> more template />\n    <$action-sendmessage\n        $message=\"tmap:tm-clear-tiddler\"\n        keep=\"draft.title\"\n        title=<<output>> />\n  </$button>\n\n  <$list filter=\"[<output>get[draft.title]is[tiddler]]\">\n  <div class=\"tmap-flash-message tmap-warning\">\n   Tiddler already exists! Use another title or click\n   \"<<backButtonText>>\" to cancel your edit.\n  </div>\n  </$list>\n\n  <div class=\"tmap-modal-editor\">\n    <table class=\"tmap-config-table\">\n      <tr class=\"tmap-template-select\">\n        <td>Template</td>\n        <td>\n          <$select\n              tiddler=<<temp>>\n              field=\"template\">\n            <option value=\"\"></option>\n            <$list filter=<<tmap \"option\" \"selector.allPotentialNodes\">>>\n            <option><$view field=\"title\" /></option>\n            </$list>\n          </$select>\n          <$button>Load\n            <$action-sendmessage\n                $message=\"tmap:tm-clear-tiddler\"\n                keep=\"draft.title\"\n                title=<<output>> />\n            <$list filter=\"[<temp>get[template]]\" variable=\"template\">\n            <$action-sendmessage\n                $message=\"tmap:tm-merge-tiddlers\"\n                tiddlers=<<outputAndTemplate>>\n                output=<<output>> />\n            <$action-deletefield $tiddler=<<output>> tmap.id tmap.edges />\n            </$list>\n          </$button>\n       </td>\n       <td>Press the \"load\" button to activate the template.</td>\n      </tr>\n    </table>\n    <$importvariables filter=\"[all[tiddlers+shadows]prefix[$:/core/macros/]]\">\n      <$set name=\"currentTiddler\" value=<<output>>>\n        <$transclude tiddler=\"$:/core/ui/EditTemplate\" mode=\"block\" />\n      </$set>\n    </$importvariables>\n  </div>\n\\end\n\n\\define search()\n<p>Add an existing tiddler to the map or create a new one.</p>\n<table id=\"tmap-search-table\">\n  <tr>\n    <td><b>Title:</b></td>\n    <td>\n      <$edit-text\n          tiddler=<<output>>\n          field=\"draft.title\"\n          focus=\"true\"\n          type=\"text\"\n          tag=\"input\"\n          default=\"\"\n          class=\"tmap-trigger-field\n                 tmap-triggers-ok-button-on-enter\n                 tmap-triggers-cancel-button-on-esc\" />\n      <$list filter=\"[<output>get[draft.title]!is[tiddler]]\">\n      <$button\n          tooltip=\"The tiddler does not exist yet and you may edit it\n                   before it is added to the map\">\n        {{$:/core/images/edit-button}}\n        <$action-setfield $tiddler=<<temp>> more=\"true\" />\n      </$button> <sup>[1]</sup>\n      </$list>\n    </td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>\n      <$set name=\"term\" value={{!!draft.title}}>\n      <ul class=\"tmap-small-list\">\n        <$list filter=\"[search:title<term>!is[system]!has[draft.of]]\">\n        <li>\n          <$button class=\"tc-btn-invisible tmap-link\">\n            <$view field=\"title\" />\n            <$action-setfield $tiddler=<<output>> draft.title={{!!title}} />\n          </$button>\n        </li>\n        </$list>\n      </ul>\n      </$set>\n    </td>\n  </tr>\n</table>\n\n<$list filter=\"[<output>get[draft.title]!is[tiddler]]\">\n<hr />\n<sup>[1]</sup>\n<small>\n  The tiddler does not exist yet and you may edit it\n  before it is added to the map\n</small>\n</$list>\n\\end\n\n<$list filter=\"[<temp>!has[more]]\" variable=\"item\"><<search>></$list>\n<$list filter=\"[<temp>has[more]]\" variable=\"item\"><<editor>></$list>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/cannotDeleteViewDialog": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/cannotDeleteViewDialog",
            "subtitle": "{{$:/core/images/locked-padlock}} You cannot delete this view!",
            "buttons": "ok",
            "text": "\\rules except wikilink\n\nIt is not possible to delete the current view as ''<<count>>'' tiddlers\nare referencing it. To delete the view you must first remove the tiddlymap\nwidgets in the tiddlers listed below or change their view attributes.\n\n''References''\n\n<ul>\n<$list filter=<<refFilter>> variable=\"item\">\n  <li><$link><<item>></$link></li>\n</$list>\n</ul>\n\nAfter the references are removed, you may delete the view.\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/getConfirmation": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/getConfirmation",
            "subtitle": "{{$:/core/images/import-button}} You must confirm in order to proceed!",
            "text": "\\rules except wikilink\n\n<<message>>\n\n''Are you really sure you want to do this?''"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/createView": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/createView",
            "subtitle": "{{$:/core/images/new-button}} Creating a new view",
            "text": "\\rules except wikilink\n\n<table class=\"tmap-config-table\">\n  <<tmap-row type:\"input-text\"\n      title:\"View name\"\n      field:\"name\"\n      focus:\"true\"\n      class:\"tmap-trigger-field\n             tmap-triggers-ok-button-on-enter\n             tmap-triggers-cancel-button-on-esc\"\n      descr:\"The name for the new view. If no name is entered,\n             the program will invent one for you.\"\n      note:\"You cannot override an existing view. In this case,\n            you need to delete the old view first! You must no use\n            slashes (`/`) in the name.\">>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Clone view\"\n      field:\"clone\"\n      descr:\"Use the view that is currently displayed in the\n             editor as blueprint. The view will be an __exact__\n             clone of the current one, only with a different\n             name.\">>\n</table>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/deleteNodeDialog": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/deleteNodeDialog",
            "subtitle": "{{$:/core/images/delete-button}} You are about to delete <<count>> nodes",
            "text": "\\rules except wikilink\n\n''Please choose an option or abort:''\n\n<$radio tiddler=<<output>> field=\"delete-from\" value=\"system\">\n  Delete nodes from system <sup>[1]</sup>\n</$radio><br />\n<$radio tiddler=<<output>> field=\"delete-from\" value=\"filter\">\n  Delete nodes from graph's filter <sup>[2]</sup>\n</$radio>\n\nThe following nodes will be deleted:\n\n<ul>\n<$list filter=<<tiddlers>>>\n  <li><$view tiddler={{!!title}} field=\"title\" /></li>\n</$list>\n</ul>\n\n---\n\n<sup>[1]</sup>\n<small>This will delete all nodes, their corresponding tiddlers and all connected edges.</small><br/>\n<sup>[2]</sup>\n<small>''Important:'' Removing a node from the graph's filter only works, if the node has been added in the map editor per double click or via \"Add Node\". If the node hasn't been added as mentioned above, you need to change the underlying tiddler in a way that it doesn't match your filter anymore, if you don't want it to be displayed in the graph.</small>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/dublicateIdInfo": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/dublicateIdInfo",
            "subtitle": "{{$:/core/images/info-button}} Dublicate id detected",
            "buttons": "ok_suppress",
            "text": "\\rules except wikilink\n\nTiddlyMap requires the value of the id field (\"tmap.id\") to be\nunique in order to correctly identify nodes and tiddlers.\n\nThe id of the \"<<param.changedTiddler>>\" already exists for these tiddlers:\n\n<ul>\n<$list filter=<<param.filter>> variable=\"item\">\n  <li><$link><<item>></$link></li>\n</$list>\n</ul>\n\nTherefore TiddlyMap\n\n* assigned a new id to tiddler \"<<param.changedTiddler>>\"\n* removed all edges from \"<<param.changedTiddler>>\"\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/edgeNotVisible": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/edgeNotVisible",
            "subtitle": "{{$:/core/images/info-button}} Edge will not be visible in view \"<<view>>\"",
            "buttons": "ok_suppress",
            "text": "\\rules except wikilink\n\nYou just created an edge of type\n<code><$text text=<<type>> /></code> that will not be\nvisible in this view because it doesn't match your\nedge-type filter settings.\n\nThe current edge-type filter of view \"<<view>>\" looks like this:\n\n<pre><code><$text text=<<eTyFilter>> /></code></pre>\n\nTo have the newly added type displayed in your view, adjust your\nedge-type filter accordingly. \n\nSome suggestions:\n\n<ul>\n  <li>\n    Explicitly add the type to the filter:\n    <code><$text text=\"[[\" /><$text text=<<type>> /><$text text=\"]]\" /></code>\n  </li>\n  <li>\n  <$set\n      filter=\"[<type>regexp[:]splitbefore[:]]\"\n      name=\"prefix\"\n      emptyValue=<<tmap halfOfString \"$(type)$\">>>\n  Add a filter rule (e.g. a prefix filter) that will match\n  your type: <code>[prefix[<<prefix>>]]</code>\n  </$set>\n  </li>\n  <li>Make your current view-filter less restrictive.</li>\n</ul>\n\nFor further information, please see:\n[[Node and edge-type filters|http://tiddlymap.org#Node%20and%20edge-type%20filters]]."
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/editNode/default": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/editNode/default",
            "caption": "Global node style",
            "classes": "tmap-remove-top-space",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-flash-message tmap-info\">\n  A node's ''global configuration''\n  (also referred to as //global individual config//) defines its\n  individual appearance and behaviour in all views.\n</div>\n<<maybeShowTidColorWarning>>\n\n<$macrocall $name=\"sharedSettings\"\n    twIconField=<<tidIconField>>\n    faIconField=\"global.tmap.fa-icon\"\n    labelField=<<tidLabelField>> />\n\n<$macrocall $name=\"visConfiguration\"\n    mode=\"manage-node-types\"\n    extensionField=\"global.tmap.style\"\n    styleName=\"node's global style\"\n    inheritedList=\"[[inherited-global-default-style]]\n                   [[inherited-local-default-style]]\n                   [[inherited-group-styles]]\" />\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/editNode/local": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/editNode/local",
            "caption": "Local node style",
            "classes": "tmap-remove-top-space",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-flash-message tmap-info\">\n  The ''local node configuration''\n  (also referred to as //view-specific node configuration//)\n  overrides the //global individual configuration// and only affects\n  the node's appearance and behaviour in the current view.\n</div>\n<<maybeShowTidColorWarning>>\n\n<fieldset>\n  <legend>Behaviour</legend>\n  <table class=\"tmap-config-table\">\n    <$macrocall type=\"input-select\"\n        $name=\"tmap-row\"\n        title=\"Open view\"\n        field=\"local.open-view\"\n        nochoice=\"Disabled\"\n        selectFilter=<<tmap \"option\" \"selector.allViewsByLabel\">>\n        descr=\"Clicking on this node will open the specified\n               view instead of the tiddler represented by this node.\" />\n  </table>\n</fieldset>\n\n<$macrocall $name=\"sharedSettings\"\n    twIconField=\"local.tw-icon\"\n    faIconField=\"local.fa-icon\"\n    labelField=\"local.label\" />\n\n<$macrocall $name=\"visConfiguration\"\n    mode=\"manage-node-types\"\n    extensionField=\"local-individual-node-style\"\n    styleName=\"node's local style\"\n    inheritedList=\"[[inherited-global-default-style]]\n                   [[inherited-local-default-style]]\n                   [[inherited-group-styles]]\n                   [[global.tmap.style]]\" />\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/editNode": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/editNode",
            "subtitle": "{{$:/core/images/edit-button}} Editing style of node \"<<tiddler>>\"",
            "classes": "tmap-remove-top-space",
            "text": "\\rules except wikilink\n\n\\define maybeShowTidColorWarning()\n  <$list filter=\"[<tidColor>regexp[.+]]\">\n  <div class=\"tmap-flash-message tmap-warning\">\n    You have set the tiddler's color\n    field to \"<<tidColor>>\". This value will be completely ignored\n    when you change node's color properties in the vis editor below.\n  </div>\n  </$list>\n\\end\n\n\\define iconSettings(twIconField, faIconField)\n  <fieldset>\n    <legend>Icon Settings</legend>\n    <table class=\"tmap-config-table\">\n      <<tmap-row type:\"input-text\"\n          title:\"TW-icon\"\n          field:\"$twIconField$\"\n          descr:\"A tiddlywiki image reference.\n                 For example '$:/core/icon' for Movotun Jack.\">>\n      <<tmap-row type:\"input-text\"\n          title:\"FA-icon\"\n          field:\"$faIconField$\"\n          descr:\"A Font Awesome icon code.\n                 For example 'f206' for the bicycle symbol.\">>\n    </table>\n  </fieldset>\n\\end\n\n\\define sharedSettings(twIconField, faIconField, labelField)\n  <fieldset>\n    <legend>General Settings</legend>\n    <table class=\"tmap-config-table\">\n      <<tmap-row type:\"input-text\"\n          title:\"Label\"\n          field:\"$labelField$\"\n          descr:\"Use this value as node label.\">>\n    </table>\n  </fieldset>\n  <!-- display icon fieldset -->\n  <<iconSettings \"$twIconField$\" \"$faIconField$\">>  \n\\end\n\n<$macrocall\n  $name=\"tabs\"\n  default=<<concat \"$(template)$/default\">>\n  tabsList=\"[all[shadows]prefix<template>] -[<template>]\"\n/>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/fullscreenTiddlerEditor/draft": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/fullscreenTiddlerEditor/draft",
            "caption": "Draft",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-modal-editor\">\n  <$importvariables filter=\"[all[tiddlers+shadows]prefix[$:/core/macros/]]\">\n    <$set name=\"currentTiddler\" value=<<draftTRef>> >\n      <$transclude tiddler=\"$:/core/ui/EditTemplate\" field=\"text\" mode=\"block\" />\n    </$set>\n  </$importvariables>\n</div>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/fullscreenTiddlerEditor/original": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/fullscreenTiddlerEditor/original",
            "caption": "Current Version",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-modal-editor\">\n  <$importvariables filter=\"[all[tiddlers+shadows]prefix[$:/core/macros/]]\">\n    <$set name=\"currentTiddler\" value=<<originalTRef>> >\n      <$transclude tiddler=\"$:/core/ui/ViewTemplate\" field=\"text\" mode=\"block\" />\n    </$set>\n  </$importvariables>\n</div>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/fullscreenTiddlerEditor": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/fullscreenTiddlerEditor",
            "subtitle": "{{$:/core/images/edit-button}} <<originalTRef>>",
            "classes": "tmap-modal-fullscreen-editor tmap-remove-top-space",
            "text": "\\rules except wikilink\n\n\\define defaultTab() $:/plugins/felixhayashi/tiddlymap/dialog/fullscreenTiddlerEditor/original\n\n<$macrocall $name=\"tabs\"\n    default=<<defaultTab>>\n    tabsList=\"[all[shadows]prefix[$:/plugins/felixhayashi/tiddlymap/dialog/fullscreenTiddlerEditor/]]\" />"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/fieldChanged": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/fieldChanged",
            "subtitle": "{{$:/core/images/info-button}} The field \"<<name>>\" changed",
            "text": "\\rules except wikilink\n\nYou changed the field \"<<name>>\" from \"<<oldValue>>\" to \"<<newValue>>\".\n\nIt is recommended to let TiddlyMap copy all values from the former field \"<<oldValue>>\" to the new field \"<<newValue>>\" so the data stored in \"<<oldValue>>\" is not lost. This operation has to be done now or never.\n\nDo you want to move each tiddler's existing \"<<oldValue>>\" value to \"<<newValue>>\"? Please note that any value currently stored in \"<<newValue>>\" would consequently be overridden and the old field \"<<oldValue>>\" would be eventually removed!"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/fullscreenNotSupported": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/fullscreenNotSupported",
            "subtitle": "{{$:/core/images/info-button}} Your machine does not support fullscreen",
            "buttons": "ok_suppress",
            "text": "\\rules except wikilink\n\nPlease have a look [[here|http://caniuse.com/#feat=fullscreen]] to see a list of supported devices/browsers.\n\nSorry for this :("
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/renameView": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/renameView",
            "subtitle": "{{$:/core/images/tag-button}} Please specify a view name",
            "text": "\\rules except wikilink\n\n''Name:''\n<$edit-text focus=\"true\" tiddler=<<output>> field=\"text\" type=\"text\" tag=\"input\" default=\"\"\n            class=\"tmap-trigger-field tmap-triggers-ok-button-on-enter\" />\n\nNote that ''<<count>>'' tiddlers are referencing this view.\n\n<$reveal type=\"nomatch\" text=\"0\" default=<<count>>>\n\nRenaming the view will cause the reference to be invalid.\nIt is recommended to first remove the tiddlymap widgets in\nthe tiddlers listed below or change their view attributes\naccordingly.\n\n''References''\n\n<ul>\n<$list filter=<<refFilter>> variable=\"item\">\n  <li><$text text=<<item>> /></li>\n</$list>\n</ul>\n\n</$reveal>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/saveCanvas": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/saveCanvas",
            "subtitle": "{{$:/core/images/options-button}} Save a snapshot image of view \"<<view>>\"",
            "text": "\\rules except wikilink\n\n\\define preview()\n<div class=\"tmap-save-canvas-preview\">\n  <$transclude tiddler=<<snapshot>> /><br />\n</div>\n\\end\n\n<table class=\"tmap-config-table\">\n  <$macrocall $name=\"tmap-row\"\n    type=\"input-text\"\n    title=\"Name\"\n    field=\"name\"\n    descr=<<preview>> />\n  <<tmap-row type:\"input-text\"\n      title:\"Width\"\n      field:\"width\"\n      descr:\"Scales the image to match this new width (unit: px)\">>\n  <<tmap-row type:\"input-text\"\n      title:\"height\"\n      field:\"height\"\n      descr:\"Scales the image to match this new height (unit: px)\">>\n  <<tmap-row type:\"input-radio\"\n      title:\"Action\"\n      field:\"action\"\n      selectFilter:\"[[download|Download]]\n                    [[wiki|Save in wiki]]\n                    [[placeholder|Use as placeholder for this view]]\"\n      descr:\"Save the image by downloading it to your computer or\n              save it as a tiddler in your wiki.<br /><br />\n              A third option is to make TiddlyMap use this image as\n              placeholder for the current view. Placeholders are useful\n              when the wiki is exported as static html\n              or when editing a tiddler while having the preview\n              shown. In this case the title input is ignored.\">>\n</table>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog",
            "text": "\\rules except wikilink\n\n<div class=<<classes>>>\n<$importvariables\n    filter=\"[[$:/plugins/felixhayashi/tiddlymap/misc/macros]]\n            [[$:/core/macros/tabs]]\">\n<$transclude tiddler=<<template>> mode=\"block\" />\n</$importvariables>\n</div>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/welcome": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/welcome",
            "subtitle": "{{$:/core/images/info-button }} Welcome",
            "buttons": "ok",
            "text": "\\rules except wikilink\n\nIt seems that you freshly installed TiddlyMap.\n\n* In case you need any help, please consult the [[online docs|http://tiddlymap.org#Documentation]] first.\n* You are welcome to create an [[issue|https://github.com/felixhayashi/TW5-TiddlyMap/issues]] at GitHub for any bug you discover.\n* Make sure to revisit the [[demo site|http://tiddlymap.org]] to see whether your version is up-to-date.\n* If you like TiddlyMap, please give it a star at [[GitHub|https://github.com/felixhayashi/TW5-TiddlyMap]] or tell your friends about it :)\n* ''Please note:'' TiddlyMap is distributed under the [[BSD 2-Clause License|http://opensource.org/licenses/BSD-2-Clause]], which belongs to the same license family, as the license used by TiddlyWiki. By using this plugin you agree to the product's [[License Terms|https://github.com/felixhayashi/TW5-TiddlyMap/blob/master/LICENSE]].\n\nEnjoy!\n\n---\n\nTiddlyMap will configure your wiki for optimal use. Everything can be changed back later by you, via the TiddlyWiki configurations panel, so no worries. If you checked some of the options below, please save &amp; restart after closing this dialog.\n\n<table class=\"tmap-config-table\">\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Optimize storyview\"\n      field:\"config.storyview\"\n      descr:\"Sets the storyview to 'top' for optimal scrolling.\">>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Optimize sidebar\"\n      field:\"config.sidebar\"\n      descr:\"Sets sidebar layout to 'fixed-fluid' for larger editor.\">>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Optimize navigation\"\n      field:\"config.navigation\"\n      descr:\"Sets navigation style to open tiddlers at top for better map navigation.\">>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Create demo welcome map\"\n      field:\"config.demo\"\n      descr:\"Creates a little hello world welcome map for you.\">>\n</table>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/widgetCodeGenerator": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/widgetCodeGenerator",
            "subtitle": "{{$:/core/images/permalink-button}} Widget Code Generator",
            "buttons": "close",
            "text": "\\rules except wikilink\n\n<div class=\"tmap-flash-message tmap-info\">\n  Use the code below to embed a view in a tiddler.\n</div>\n\n<pre style=\"white-space: normal;\">\n&lt;$tmap\n\n<$list filter=\"[<output>has[var.view]]\">\n  view=\"<$view field='var.view' />\"</$list>\n<$list filter=\"[<output>field:var.click-to-use[true]]\">\n  click-to-use=\"true\"</$list>\n<$list filter=\"[<output>has[var.editor]]\">\n  editor=\"<$view field='var.editor' />\"</$list>\n<$list filter=\"[<output>has[var.width]]\">\n  width=\"<$view field='var.width' />\"</$list>\n<$list filter=\"[<output>has[var.height]]\">\n  height=\"<$view field='var.height' />\"</$list>\n<$list filter=\"[<output>has[var.class]]\">\n  class=\"<$view field='var.class' />\"</$list>\n<$list filter=\"[<output>field:var.show-buttons[false]]\">\n  show-buttons=\"false\"</$list>\n<$list filter=\"[<output>has[var.design]]\">\n  design=\"<$view field='var.design' />\"</$list>&gt;&lt;/$tmap&gt;\n</pre>\n\n<fieldset>\n  <legend>Parameters</legend> \n  <table class=\"tmap-config-table\">\n      <$macrocall type=\"input-select\"\n          $name=\"tmap-row\"\n          title=\"View\"\n          field=\"var.view\"\n          nochoice=\" \"\n          selectFilter=<<tmap \"option\" \"selector.allViewsByLabel\">>\n          descr=\"The view to bind the wiedget to\" />\n      <<tmap-row type:\"input-select\"\n          title:\"Editor bar\"\n          field:\"var.editor\"\n          selectFilter:\"[[|Hidden]]\n                        [[vis|Simple]]\n                        [[advanced|Advanced]]\"\n          descr:\"Whether the widget should act as an editor or not.\">>\n      <<tmap-row type:\"input-select\"\n          title:\"Design\"\n          field:\"var.design\"\n          selectFilter:\"[[|Normal]]\n                        [[plain|Plain]]\"\n          descr:\"Usually a header is displayed and borders. Plain\n                 design will only show the mere graph.\">>\n      <<tmap-row type:\"input-text\"\n          title:\"Height\"\n          field:\"var.height\"\n          descr:\"Graph's height in css units. Defaults to '300px'.\">>\n      <<tmap-row type:\"input-text\"\n          title:\"Width\"\n          field:\"var.width\"\n          descr:\"Graph's width in css units. Defaults to '100%'.\">>\n      <<tmap-row type:\"input-text\"\n          title:\"Class\"\n          field:\"var.class\"\n          descr:\"A custom class to apply your own css.\">>\n      <<tmap-row type:\"input-checkbox\"\n          title:\"Click to use\"\n          field:\"var.click-to-use\"\n          default:\"false\"\n          descr:\"A click is needed to enable the graph.\">>\n      <<tmap-row type:\"input-checkbox\"\n          title:\"Show buttons\"\n          field:\"var.show-buttons\"\n          default:\"true\"\n          descr:\"Show or hide the graph's navigation buttons.\">>\n  </table>\n</fieldset>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialogFooter/close": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialogFooter/close",
            "text": "\\rules except wikilink\n\n<$button class=\"tmap-dialog-button tmap-close-button\" tooltip=\"Close this dialog\">Close\n\n  <!-- trigger dialog callback -->\n  <$action-setfield $tiddler=<<result>> text=\"1\" />\n                       \n</$button>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialogFooter/ok": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialogFooter/ok",
            "text": "\\rules except wikilink\n\n<$button class=\"tmap-dialog-button tmap-ok-button\" tooltip=\"Confirm dialog\">OK\n\n  <!-- trigger dialog callback -->\n  <$action-setfield $tiddler=<<result>> text=\"1\" />\n                       \n</$button>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialogFooter/ok_cancel": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialogFooter/ok_cancel",
            "text": "\\rules except wikilink\n\n<$transclude tiddler=\"$:/plugins/felixhayashi/tiddlymap/dialogFooter/ok\" mode=\"inline\" />\n<$button class=\"tmap-dialog-button tmap-cancel-button\" tooltip=\"Close dialog without saving\">Cancel\n  <!-- trigger dialog callback -->\n  <$action-setfield $tiddler=<<result>> text=\"\" />\n</$button>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialogFooter/ok_suppress": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialogFooter/ok_suppress",
            "text": "\\rules except wikilink\n\n<$set name=\"currentTiddler\" value=<<title>> >\n\n<$checkbox field=\"suppress\" checked=\"1\" unchecked=\"0\" default=\"0\"> Do not show this dialog again</$checkbox>\n<$button class=\"tmap-dialog-button tmap-ok-button\" tooltip=\"Confirm this dialog\">OK\n\n  <!-- trigger dialog callback -->\n  <$action-setfield $tiddler=<<result>> text=\"1\" />\n  \n  <!-- suppress dialog in the future -->\n  <$action-sendmessage $message=\"tmap:tm-suppress-dialog\"\n                       dialog=<<templateId>>\n                       suppress={{!!suppress}} />\n                       \n</$button>\n\n</$set>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialogFooter": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialogFooter",
            "text": "\\rules except wikilink\n\n\\define footer() $:/plugins/felixhayashi/tiddlymap/dialogFooter/$(buttons)$\n\n<$transclude tiddler=<<footer>> />\n\n<!-- we need this button to be able to close a tiddler from outside programmatically -->\n<$button class=\"tmap-hidden-close-button\" message=\"tm-close-tiddler\" />"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialogFooter/element_type_manager": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialogFooter/element_type_manager",
            "text": "\\rules except wikilink\n\n<$button\n    class=\"tmap-dialog-button tmap-save-button\"\n    tooltip=\"Save the current changes\">Save\n  <$action-sendmessage\n      $message=\"tmap:tm-save-type-form\"\n      mode=<<mode>>\n      output=<<output>> />\n</$button>\n<$button\n    class=\"tmap-dialog-button tmap-cancel-button\"\n    tooltip=\"Cancel the most resent changes and exit\">Quit\n  <$action-setfield $tiddler=<<result>> text=\"1\" />\n</$button>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/deleteType": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/deleteType",
            "caption": "Removal",
            "text": "\\rules except wikilink\n\n\\define manage-edge-types()\n  <$macrocall $name=\"tmap-row\"\n      type=\"input-checkbox\"\n      title=\"Delete type\"\n      field=\"temp.deleteType\"\n      default={{!id}}\n      readonly={{!!temp.idImmutable}}\n      descr=\"If you want to delete this type, set this to true\n             and click the save button afterwards. Predefined system\n             types cannot be deleted.\" note=\"Consequently, all edges\n             of this type will be deleted.\" />\n\\end\n\n\\define manage-node-types()\n  <$macrocall $name=\"tmap-row\"\n      type=\"input-checkbox\"\n      title=\"Delete type\"\n      field=\"temp.deleteType\"\n      default={{!id}}\n      readonly={{!!temp.idImmutable}}\n      descr=\"If you want to delete this type, set this to true and\n             click the save button afterwards. Predefined system\n             types cannot be deleted.\" />\n\\end\n\n<table class=\"tmap-config-table\"><$macrocall $name=<<mode>> /></table>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/description": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/description",
            "caption": "Description",
            "text": "\\rules except wikilink\n\n\\define manage-edge-types()\n  <<tmap-row type:\"input-textarea\"\n      title:\"Description\"\n      field:\"description\"\n      descr:\"An optional description for this type. The\n             description will be displayed as tooltip when\n             moving the mouse over an edge of this type.\">>\n\\end\n\n\\define manage-node-types()\n  <<tmap-row type:\"input-textarea\"\n      title:\"Description\"\n      field:\"description\" \n      descr:\"An optional description for this type.\">>\n\\end\n\n<table class=\"tmap-config-table\">\n  <$macrocall $name=<<mode>> />\n</table>\n\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/generalSettings": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/generalSettings",
            "caption": "General",
            "text": "\\rules except wikilink\n\n\\define manage-edge-types()\n  <<tmap-row type:\"input-text\"\n      title:\"Label\"\n      field:\"label\"\n      descr:\"An optional alias used as edge-label.\">>\n  <<tmap-row type:\"input-checkbox\"\n      title:\"Show label\"\n      field:\"show-label\"\n      default:\"true\"\n      descr:\"If unchecked, no edge label will be displayed.\">>\n\\end\n\\define manage-node-types()\n  <$list filter=\"[<currentTiddler>!regexp:id[tmap:]]\">\n  <<tmap-row type:\"input-textarea\"\n      title:\"Scope\"\n      field:\"scope\"\n      descr:\"A filter expression that defines, which nodes inherit\n             this node-type and its style.\">>\n  </$list>\n  <$macrocall type=\"input-select\"\n      $name=\"tmap-row\"\n      title=\"Priority\"\n      field=\"priority\"\n      selectFilter=<<tmap \"scale\" \"100\">>\n      descr=\"When a type has a a higher priority than another type,\n             its style will override the other style\" />\n\\end\n\n<table class=\"tmap-config-table\">\n  <$macrocall\n    $name=\"tmap-row\"\n    title=\"Identifier\"\n    field=\"temp.newId\"\n    type=\"input-text\"\n    default={{!!id}}\n    readonly={{!!temp.idImmutable}}\n    descr=\"A unique identifier\"\n  />\n  <$macrocall $name=<<mode>> />\n</table>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/overview": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/overview",
            "caption": "Overview",
            "text": "\\rules except wikilink\n\n\\define date(f) <$view field=$f$ format=\"date\" template=\"DDth mmm hh:mm:ss\"/>\n\n! <$link to={{!!typeTRef}}><$view field=\"id\" /></$link>\n\n<table class=\"tmap-key-value-table\">\n  <tr>\n    <th align=\"left\">Created on</th>\n    <td>\n      <<date \"created\">>\n    </td>\n  </tr>\n  <tr>\n    <th align=\"left\">Modified on</th>\n    <td><<date \"modified\">></td>\n  </tr>\n  <tr>\n    <th align=\"left\">Usage count</th>\n    <td>\n      <span class=\"tmap-edge-type-specific\">\n        <$view field=\"temp.usageCount\" />\n      </span>\n      <span class=\"tmap-node-type-specific\">\n        <$count filter={{!!scope}}>0</$count>\n      </span>\n    </td>\n  </tr>\n</table>\n\n<$view field=\"description\">//No description available//</$view>"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/styling": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/styling",
            "caption": "Styling",
            "text": "\\rules except wikilink\n\n\\define url()\n  <$set\n      filter=\"[<mode>prefix[manage-edge-types]]\"\n      name=\"module\"\n      value=\"edges\"\n      emptyValue=\"nodes\">\n    [[visjs.org|http://visjs.org/docs/network/$(module)$]]\n  </$set>\n\\end\n\n<fieldset class=\"tmap-node-type-specific\">\n  <legend>Icon Settings</legend>\n  <table class=\"tmap-config-table\">\n    <<tmap-row type:\"input-text\"\n        title:\"TW-icon\"\n        field:\"tw-icon\"\n        descr:\"A tiddlywiki image reference.\n               For example '$:/core/icon' for Movotun Jack.\">>\n    <<tmap-row type:\"input-text\"\n        title:\"FA-icon\"\n        field:\"fa-icon\"\n        descr:\"A Font Awesome icon code.\n               For example 'f206' for the bicycle symbol.\">>\n  </table>\n</fieldset>\n\n<fieldset><legend>Visjs styles</legend>\n  <div class=\"tmap-flash-message tmap-info\">\n     All visjs options below are documented at <<url>>.\n  </div>\n  <div class=\"tmap-flash-message tmap-info\">\n     Only config items that you actually changed have an effect on\n     the graph. Other options are visible, yet, inactive.\n  </div>\n  <$tmap-config\n      mode=<<mode>>\n      inherited=\"inherited-style\"\n      extension=\"style\" />\n</fieldset>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager": {
            "title": "$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager",
            "subtitle": "{{$:/core/images/tag-button}} <<topic>>",
            "buttons": "element_type_manager",
            "classes": "tmap-remove-top-space",
            "text": "\\rules except wikilink\n\n\\define defaultTab()\n$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/overview\n\\end\n\n\\define settingsTab()\n$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/generalSettings\n\\end\n\n\\define tabsFilter()\n[all[shadows]prefix[$:/plugins/felixhayashi/tiddlymap/dialog/MapElementTypeManager/]]\n\\end\n\n\\define searchFilter()\n$(searchSelector)$\n+[sort[title]nsort[priority]]\n+[removeprefix<typeRootPath>removeprefix[/]]\n+[search:title{$:/temp/tmap/MapElementTypeSearch}]\n\\end\n\n\\define managerClass() tmap-$(mode)$\n\n\\define typePath() $(typeRootPath)$/$(id)$\n\n<div id=\"tmap-element-type-manager\" class=<<managerClass>>>\n  <div>\n    <div class=\"tmap-searchbar\">\n      <$edit-text\n          focus=\"true\"\n          tiddler=\"$:/temp/tmap/MapElementTypeSearch\"\n          type=\"text\"\n          tag=\"input\"\n          default=\"\" />\n      <$list filter=\"[{$:/temp/tmap/MapElementTypeSearch}regexp[.+]]\n                     +[addprefix[/]]\n                     +[addprefix<typeRootPath>]\n                     +[!is[tiddler]!is[shadow]]\">\n      <$button tooltip=\"Create a new type of this name\">\n      {{$:/core/images/new-button}}\n        <$action-sendmessage\n            $message=\"tmap:tm-create-type\"\n            mode=<<mode>>\n            id={{$:/temp/tmap/MapElementTypeSearch}}\n            output=<<output>> />\n        <$action-setfield $tiddler=\"$:/temp/tmap/MapElementTypeSearch\" text=\"\" />\n      </$button>\n      </$list>\n\n    </div>\n    <ul>\n      <$list\n          filter=<<searchFilter>>\n          emptyMessage=<<noTypeFound>>\n          variable=\"id\">\n      <li>\n        <span class=\"tmap-ranking tmap-node-type-specific\">\n          # <$view tiddler=<<typePath>> field=\"priority\">1</$view>\n        </span>\n        <$button class=\"tc-btn-invisible tmap-link\"><<id>>\n          <$action-setfield\n              $tiddler=<<qualify \"$:/state/tabs/MapElementTypeManager\">>\n              text=<<defaultTab>> />\n          <$action-sendmessage\n              $message=\"tmap:tm-load-type-form\"\n              id=<<id>>\n              mode=<<mode>>\n              output=<<output>> />\n        </$button>\n      </li>\n      </$list>\n    </ul>\n  </div>\n  <div>\n    <$reveal type=\"nomatch\" text=\"\" default={{!!id}} >\n      <$macrocall\n          $name=\"tabs\"\n          default=<<defaultTab>>\n          state=\"$:/state/tabs/MapElementTypeManager\"\n          tabsList=<<tabsFilter>> />\n    </$reveal>\n    <$reveal type=\"match\" text=\"\" default={{!!id}} >\n      <div class=\"tmap-flash-message tmap-info\">\n        Please select a type from the list or create a new one by\n        entering the type name in the search field on the left.\n      </div>\n      <div class=\"tmap-flash-message tmap-info tmap-node-type-specific\">\n        The number next to the node-type label represents it's priority.\n      </div>\n    </$reveal>\n  </div>\n</div>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/editor/contextMenu/node": {
            "title": "$:/plugins/felixhayashi/tiddlymap/editor/contextMenu/node",
            "text": "\\define single()\n  <$list filter=\"\n      [[tmap:tm-toggle-central-topic, $:/core/images/star-filled, Toggle central topic]]\n      [[tmap:tm-delete-element, $:/core/images/delete-button, Delete node]]\">\n    <$button class=\"tc-btn-invisible\">\n      <$action-sendmessage $message=<<tmap \"splitAndSelect\" \", \" \"0\">> />\n      <$transclude tiddler=<<tmap \"splitAndSelect\" \", \" \"1\">> />\n      <<tmap \"splitAndSelect\" \", \" \"2\">>\n    </$button>\n  </$list>\n\\end\n\n\\define multi()\n  <$list filter=\"\n      [[tmap:tm-delete-element, $:/core/images/delete-button, Delete selected nodes]]\">\n    <$button class=\"tc-btn-invisible\">\n      <$action-sendmessage $message=<<tmap \"splitAndSelect\" \", \" \"0\">> />\n      <$transclude tiddler=<<tmap \"splitAndSelect\" \", \" \"1\">> />\n      <<tmap \"splitAndSelect\" \", \" \"2\">>\n    </$button>\n  </$list>\n\\end\n\n<div class=\"tc-drop-down\">\n  <$macrocall $name=<<mode>> />\n</div>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/misc/advancedEditorBar": {
            "title": "$:/plugins/felixhayashi/tiddlymap/misc/advancedEditorBar",
            "text": "\\rules except wikilink\n\\define showEdgeField() show-$(curEdgeId)$\n\n<!-- === View Switcher ========================================== -->\n\n<div class=\"tmap-menu-bar\">\n  View:\n  <$reveal type=\"match\" text=\"false\" default=<<isViewBound>> >\n    <$select\n        tiddler=<<viewHolder>>\n        field=\"text\"\n        default=<<viewLabel>> >\n      <$list filter=<<tmap \"option\" \"selector.allViewsByLabel\">> >\n        <option value={{!!title}}>\n          <$view tiddler={{!!title}} field=\"title\" />\n        </option>\n      </$list>\n    </$select>\n  </$reveal>\n  <$reveal type=\"match\" text=\"true\" default=<<isViewBound>> >\n    <b><<viewLabel>></b>\n  </$reveal>\n\n<!-- === Menu =================================================== -->\n\n  <$button\n      popup=<<qualify \"$:/temp/menu\">>\n      class=\"tmap-unicode-button\"\n      tooltip=\"Open the Menu\">{{$:/core/images/menu-button}}\n  </$button>\n\n  <$reveal type=\"popup\" position=\"below\" state=<<qualify \"$:/temp/menu\">> >\n    <div class=\"tc-drop-down\">\n      <a href=\"http://tiddlymap.org#Documentation\" target=\"_blank\">\n        {{$:/core/images/info-button}} Open online help\n      </a>\n      <$button class=\"tc-btn-invisible\" message=\"tmap:tm-create-view\">\n        {{$:/core/images/new-button}} Create new view\n      </$button>\n      <$button class=\"tc-btn-invisible\" message=\"tmap:tm-generate-widget\">\n        {{$:/core/images/permalink-button}} Grab widget code\n      </$button>\n      <div class=\"tmap-list-separator\">Global configurations:</div>\n      <$button class=\"tc-btn-invisible\" message=\"tmap:tm-configure-system\">\n        {{$:/core/images/options-button}} Configure TiddlyMap\n      </$button>\n      <$button class=\"tc-btn-invisible\" message=\"tmap:tm-manage-edge-types\">\n        <span class=\"tmap-unicode-icon\">◭</span> Manage edge-types\n      </$button>\n      <$button class=\"tc-btn-invisible\" message=\"tmap:tm-manage-node-types\">\n        <span class=\"tmap-unicode-icon\">▢</span> Manage node-types\n      </$button>\n      <div class=\"tmap-view-actions\">\n        <div class=\"tmap-list-separator\">Actions for this view:</div>\n        <$button class=\"tc-btn-invisible\" message=\"tmap:tm-edit-view\">\n          {{$:/core/images/options-button}} Configure view\n        </$button>\n        <$button class=\"tc-btn-invisible\" message=\"tmap:tm-rename-view\">\n          {{$:/core/images/tag-button}} Rename view\n        </$button>\n        <$button class=\"tc-btn-invisible\" message=\"tmap:tm-delete-view\">\n          {{$:/core/images/delete-button}} Delete view\n        </$button>\n      </div>\n    </div>\n  </$reveal>\n\n<!-- === Neighbourhood menu ===================================== -->\n\n  <$reveal\n      type=\"match\"\n      text=\"true\"\n      default=<<tmap \"option\"\n                     \"config.sys.editorMenuBar.showNeighScopeButton\">>>\n    <$button\n        class=<<neighScopeBtnClass>>\n        tooltip=\"Change the neighbourhood scope\"\n        popup=<<qualify \"$:/temp/neighScope\">>>\n      {{$:/core/images/preview-open}}\n    </$button>\n  </$reveal>\n\n  <$reveal type=\"popup\" position=\"below\" state=<<qualify \"$:/temp/neighScope\">> >\n    <div class=\"tc-drop-down\">\n      <div class=\"tmap-list-separator\">Neighbourhood scope</div>\n      <$button class=\"tc-btn-invisible\">None\n        <$action-setfield\n            $tiddler=<<viewRoot>>\n            config.neighbourhood_scope=\"\" />\n      </$button>\n      <$list filter=\"[[1|1 step distance]]\n                     [[2|2 step distance]]\n                     [[3|3 step distance]]\n                     [[4|4 step distance]]\n                     [[5|5 step distance]]\">\n        <$button class=\"tc-btn-invisible\">\n          <<tmap \"splitAndSelect\" \"|\" \"1\">>\n          <$action-setfield\n              $tiddler=<<viewRoot>>\n              config.neighbourhood_scope=<<tmap \"splitAndSelect\" \"|\" \"0\">> />\n        </$button>\n      </$list>\n      <$button class=\"tc-btn-invisible\">No limit\n        <$action-setfield\n            $tiddler=<<viewRoot>>\n            config.neighbourhood_scope=\"100\" />\n      </$button>\n\n      <div class=\"tmap-list-separator\">Neighbourhood traversal</div>\n\n      <$radio field=\"config.neighbourhood_directions\" value=\"in\"> Incoming</$radio><br />\n      <$radio field=\"config.neighbourhood_directions\" value=\"out\"> Outgoing</$radio><br />\n      <$radio field=\"config.neighbourhood_directions\" value=\"\"> Both</$radio>\n\n      <div class=\"tmap-list-separator\">Other</div>\n\n      <$checkbox field=\"config.show_inter_neighbour_edges\"\n          checked=\"true\" unchecked=\"false\"> Inter-neighbour edges</$checkbox>\n\n    </div>\n  </$reveal>\n\n<!-- === Tracing ===================================== -->\n\n  <$reveal\n      type=\"match\"\n      text=\"true\"\n      default=<<isShowNeighbourhood>>>\n    <$button\n        class=<<tracingBtnClass>>\n        tooltip=\"Trace your clicks on neighbouring nodes.\"\n        popup=<<qualify \"$:/temp/tmap-tracing\">>>\n      {{$:/core/images/timestamp-on}}\n    </$button>\n  </$reveal>\n\n  <$reveal type=\"popup\" position=\"below\" state=<<qualify \"$:/temp/tmap-tracing\">> >\n    <div class=\"tc-drop-down\">\n      <$button message=\"tmap:tm-neighbourhood-reset-trace\">\n        {{$:/core/images/erase}} Restart\n      </$button>\n      <span\n        title=\"\n          Enable this option to trace your clicks on neighbouring nodes.\n          Traced neighbours are temporarily added to the map (until the map is closed)\n          as if they where regular nodes of the map\"\n      >\n        <$checkbox\n          field=\"config.neighbourhood_trace_clicks\"\n          checked=\"true\"\n          unchecked=\"false\"\n        >\n          Trace clicked nodes\n        </$checkbox>\n      </span>\n      <br />\n      <span title=\"Will focus an zoom on the latest traced node\">\n        <$checkbox\n          field=\"config.neighbourhood_focus_newly_traced_node\"\n          checked=\"true\"\n          unchecked=\"false\"\n        >\n          Focus traced nodes\n        </$checkbox>\n      </span>\n      <br />\n      <span title=\"Per default, only neighbours of nodes matching the node filter are displayed. Enable this option to also show neighbours of traced nodes.\">\n        <$checkbox field=\"config.neighbourhood_include_traced_node_neighbours\"\n            checked=\"true\" unchecked=\"false\"> Show neighbours of all traced nodes</$checkbox>\n      </span>\n    </div>\n  </$reveal>\n\n<!-- === Export menu ============================================ -->\n\n  <$reveal\n      type=\"match\"\n      text=\"true\"\n      default=<<tmap \"option\" \"config.sys.editorMenuBar.showScreenshotButton\">>>\n    <$button class=\"tmap-unicode-button\" tooltip=\"Open the map-export menu\" popup=<<qualify \"$:/temp/mapExport\">>>\n      {{$:/core/images/download-button}}\n    </$button>\n  </$reveal>\n\n  <$reveal type=\"popup\" position=\"below\" state=<<qualify \"$:/temp/mapExport\">>>\n    <div class=\"tc-drop-down\">\n    <$button\n        class=\"tc-btn-invisible\"\n        tooltip=\"Export the graph and all its elements\n                 in form of a JSON file\">\n        {{$:/core/images/permalink-button}} Save as JSON file\n      <$action-sendmessage\n          $message=\"tmap:tm-download-graph\"\n          view=<<viewLabel>> />\n    </$button>\n    <$button\n        class=\"tc-btn-invisible\"\n        tooltip=\"Create a png image to download or save it\n                 as image or view-placeholder in your wiki\">\n        {{$:/core/images/palette}} Save as png image\n      <$action-sendmessage $message=\"tmap:tm-save-canvas\" />\n    </$button>\n    </div>\n  </$reveal>\n\n<!-- === Raster menu ============================================ -->\n\n  <$reveal\n      type=\"match\"\n      text=\"true\"\n      default=<<tmap \"option\" \"config.sys.editorMenuBar.showRasterMenuButton\">>>\n    <$button\n      tooltip=\"Change the raster of your map\"\n      class=\"tmap-unicode-button\"\n      popup=<<qualify \"$:/temp/rasterMenu\">>>\n      {{$:/core/images/line-width}}\n    </$button>\n  </$reveal>\n\n  <$reveal type=\"popup\" position=\"below\" state=<<qualify \"$:/temp/rasterMenu\">>>\n    <div class=\"tc-drop-down\">\n    <$button class=\"tc-btn-invisible\">Disable raster\n      <$action-setfield\n          $tiddler=<<viewRoot>>\n          config.raster=\"\" />\n    </$button>\n    <div class=\"tmap-list-separator\">Raster sizes</div>\n    <$list filter=\"[[50|50px]]\n                   [[75|75px]]\n                   [[100|100px]]\n                   [[150|150px]]\">\n      <$button class=\"tc-btn-invisible\">\n        <<tmap \"splitAndSelect\" \"|\" \"1\">>\n        <$action-setfield\n            $tiddler=<<viewRoot>>\n            config.raster=<<tmap \"splitAndSelect\" \"|\" \"0\">> />\n      </$button>\n    </$list>\n    </div>\n  </$reveal>\n\n</div>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/misc/focusButton": {
            "title": "$:/plugins/felixhayashi/tiddlymap/misc/focusButton",
            "text": "\\define filter() [list[$:/temp/tmap/nodes/$(viewLabel)$]search:title{$:/temp/tmap/bar/search}]\n\\define concat(str) $str$\n\n\\define state() $(widgetPopupsPath)$/focus\n\n<div class=\"tmap-focus-button\">\n  <$reveal type=\"match\" state=<<state>> text=\"\">\n    <$button\n        tooltip=\"Zoom on a specific node\"\n        class=<<tv-config-toolbar-class>>>{{$:/core/images/advanced-search-button}}\n     <$action-setfield $tiddler=\"$:/temp/tmap/bar/search\" text=\"\" />\n     <$action-setfield $tiddler=<<state>> text=\"1\" />\n    </$button>\n  </$reveal>\n  <$reveal type=\"nomatch\" state=<<state>> text=\"\">\n    <$button\n        tooltip=\"Close zoom popup\"\n        class=<<tv-config-toolbar-class>>>{{$:/core/images/advanced-search-button}}\n     <$action-setfield $tiddler=<<state>> text=\"\" />\n    </$button>\n    <div class=\"tmap-search-dropdown\">\n      <div class=\"tc-drop-down\">\n        <$edit-text\n            focus=\"true\"\n            tiddler=\"$:/temp/tmap/bar/search\"\n            field=\"text\"\n            type=\"text\"\n            tag=\"input\"\n            default=\"\" />\n        <small><$count filter=<<filter>> /> results</small>\n        <hr />\n        <div class=\"tmap-very-small-list\">\n          <$list filter=<<filter>>\n              variable=\"item\"\n              emptyMessage=\"//No results//\">\n            <$button\n                class=\"tc-btn-invisible\"\n                message=\"tmap:tm-focus-node\"\n                param=<<item>>>\n              <$view tiddler=<<item>> field=\"title\" />\n            </$button>\n          </$list>\n        </div>\n      </div>\n    </div>\n  </$reveal>\n</div>"
        },
        "$:/plugins/felixhayashi/tiddlymap/hook/editor": {
            "title": "$:/plugins/felixhayashi/tiddlymap/hook/editor",
            "caption": "Map",
            "tags": "$:/tags/SideBar",
            "text": "\\define width() calc(100% - 15px)\n\n<div class=\"tmap-mobile-editor\">\n  <div class=\"tmap-flash-message tmap-warning\">\n    The editor is not displayed in mobile mode.\n  </div>\n</div>\n<div class=\"tmap-desktop-editor\">\n  <$tiddlymap\n    class=\"tmap-sidebar-map-editor\"\n    editor=\"advanced\"\n    object-id=\"main_editor\"\n    click-to-use=\"false\">\n  </$tiddlymap>\n</div>"
        },
        "$:/plugins/felixhayashi/tiddlymap/hook/liveTab": {
            "title": "$:/plugins/felixhayashi/tiddlymap/hook/liveTab",
            "caption": "Live",
            "text": "\\define width() calc(100% - 15px)\n\n<div class=\"tmap-mobile-editor\">\n  <div class=\"tmap-flash-message tmap-warning\">\n    The live tab is not displayed in mobile mode.\n  </div>\n</div>\n<div class=\"tmap-desktop-editor\">\n  <$set name=\"view\"\n      filter=\"[{$:/temp/tmap/currentTiddler}get[tmap.open-view]]\"\n      emptyValue=<<tmap \"option\" \"config.sys.liveTab.fallbackView\">>>\n  <div>\n    <$tiddlymap\n        view=<<view>>\n        click-to-use=\"false\"\n        refresh-triggers=\"$:/temp/tmap/currentTiddler\"\n        object-id=\"live_tab\">\n    </$tiddlymap>\n  </div>\n  </$set> \n</div>"
        },
        "$:/plugins/felixhayashi/tiddlymap/misc/quickConnectButton": {
            "title": "$:/plugins/felixhayashi/tiddlymap/misc/quickConnectButton",
            "tags": "$:/tags/ViewToolbar",
            "description": "{{$:/language/Buttons/TiddlyMap/Hint}}",
            "caption": "{{$:/plugins/felixhayashi/tiddlymap/icon}} {{$:/language/Buttons/TiddlyMap/Caption}}",
            "text": "\\define buttonClass() $(tv-config-toolbar-class)$ $(additional-classes)$\n\n\\define nonExistentItem()\n<<item>> <span style=\"color: #9E9E9E\">(will be created)</span>\n\\end\n\n\\define noConnectionsMsg()\n<tr><td colspan=\"4\">//No connections found!//</td></tr>\n\\end\n\n\\define normalSearchFilter()\n[!is[system]!has[draft.of]search:title{$:/temp/quickConnectSearch}sortcs[title]limit[50]]\n\\end\n\n\\define regexSearchFilter()\n[!is[system]!has[draft.of]regexp{$:/temp/quickConnectSearch}sortcs[title]limit[50]]\n\\end\n\n\\define showButton(state)\n<$button set=\"$:/temp/tmap/state/popup/quickConnect\"\n         setTo=\"$state$\" tooltip={{$:/language/Buttons/TiddlyMap/Hint}} \n         aria-label={{$:/language/Buttons/TiddlyMap/Caption}}\n         class=<<buttonClass>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">{{$:/plugins/felixhayashi/tiddlymap/icon}}</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/TiddlyMap/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n\\define searchResults()\n<td>\n  <$button tooltip=\"Create incoming edge\">\n    <<tmap \"option\" \"misc.arrows.in\">>\n    <$action-sendmessage $message=\"tmap:tm-create-edge\"\n                         from=<<item>>\n                         to=<<currentTiddler>>\n                         force=\"true\"\n                         label={{$:/temp/quickConnectSearch/type}}\n                         view={{$:/temp/quickConnectSearch/view}} />\n  </$button>\n</td>\n<td>\n  <$button tooltip=\"Create outgoing edge\">\n    <<tmap \"option\" \"misc.arrows.out\">>\n    <$action-sendmessage $message=\"tmap:tm-create-edge\"\n                         from=<<currentTiddler>>\n                         to=<<item>>\n                         force=\"true\"\n                         label={{$:/temp/quickConnectSearch/type}}\n                         view={{$:/temp/quickConnectSearch/view}} />\n  </$button>\n</td>\n<td>\n  <$list\n      filter=\"[<item>is[tiddler]]\"\n      emptyMessage=<<nonExistentItem>>>\n    <$view tiddler=<<item>> field=\"title\" />\n  </$list>\n</td>\n\\end\n\n\\define hidePopup()\n<$macrocall $name=\"showButton\" state=<<qualify>> />\n\\end\n\n\\define showPopup()\n<$set name=\"additional-classes\" value=\"tmap-active-button\">\n  <$macrocall $name=\"showButton\" state=\"\" />\n</$set>\n<$set\n    name=\"searchFilter\"\n    filter=\"[field:title[$:/state/tmap/tid-toolbar]has[re-filter]]\"\n    value=<<regexSearchFilter>>\n    emptyValue=<<normalSearchFilter>>>\n<div class=\"tmap-quick-connect tc-reveal tc-popup\">\n  <div class=\"tc-drop-down\">\n    <div class=\"title\">Create connection</div>\n    <table class=\"tmap-quick-connect-search-bar\">\n      <tr>\n        <td>Type:</td>\n        <td>\n          <$edit-text\n              tiddler=\"$:/temp/quickConnectSearch/type\"\n              field=\"text\"\n              type=\"text\"\n              tag=\"input\"\n              default=\"\" />\n          <$select tiddler=\"$:/temp/quickConnectSearch/type\" default=\"\">\n            <option></option>\n            <$list filter=<<tmap \"option\" \"selector.allEdgeTypesById\">>>\n              <option>{{!!title}}</option>\n            </$list>\n          </$select>\n        </td>\n      </tr>\n      <tr>\n        <td>Search:</td>\n        <td>\n          <$edit-text tiddler=\"$:/temp/quickConnectSearch\" type=\"text\" tag=\"input\" default=\"\"></$edit-text>\n          <$checkbox\n              tiddler=\"$:/state/tmap/tid-toolbar\"\n              field=\"re-filter\"\n              checked=\"1\"\n              unchecked=\"\"\n              default=\"\"> regexp\n          </$checkbox>\n<!--\n          <small>(<$count filter=<<searchFilter>> /> results)</small>\n-->\n        </td>\n      </tr>\n      </table>\n      <table class=\"tmap-create-connection-table\">\n      <tr>\n        <td colspan=\"2\">\n          <table class=\"tmap-very-small-list\">\n            <$list\n                filter=<<searchFilter>>\n                variable=\"item\">\n            <tr><<searchResults>></tr>\n            </$list>\n            <tr>\n            <$list filter=\"[{$:/temp/quickConnectSearch}regexp[.+]] -[is[tiddler]]\" variable=\"item\">\n              <<searchResults>>\n            </$list>\n            </tr>\n          </table>\n        </td>\n      </tr>\n    </table>\n    <div class=\"title\">Existing Connections</div>\n    <div class=\"tmap-quick-connect-existing-bar\">\n      <$select\n          tiddler=\"$:/state/tmap/tid-toolbar\"\n          field=\"direction\"\n          default=\"both\">\n          <option value=\"both\">both</option>\n          <option value=\"in\">incoming</option>\n          <option value=\"out\">outgoing</option>\n      </$select>\n      <$checkbox\n          tiddler=\"$:/state/tmap/tid-toolbar\"\n          field=\"filter.links\"\n          checked=\"-[[tw-body:link]]\"\n          unchecked=\"\"\n          default=\"\"> hide links\n      </$checkbox>\n    </div>\n    <table class=\"tmap-connection-table\">\n<!--\n    <tr>\n      <th></th>\n      <th>Tiddler</th>\n      <th>Type</th>\n      <th></th>\n    </tr>\n-->\n    \n    <$tmap-connections\n        filter=<<tmap mergeFields \"$:/state/tmap/tid-toolbar\" \"filter.\">>\n        direction={{$:/state/tmap/tid-toolbar!!direction}}\n        emptyMessage=<<noConnectionsMsg>>>\n      <tr>\n        <td title=<<direction>>><<directionSymbol>></td>\n        <td><$link to=<<neighbour>>><$view field=\"title\" /></$link></td>\n        <td><<edge.type>></td>\n        <td>\n          <$button\n              tooltip=\"Delete this connection\"\n              class=\"tc-btn-invisible\">{{$:/core/images/close-button}}\n            <$action-sendmessage $message=\"tmap:tm-remove-edge\"\n                id=<<edge.id>>\n                from=<<edge.from>>\n                to=<<edge.to>>\n                type=<<edge.type>> />\n          </$button>\n        </td>\n      </tr>\n    </$tmap-connections>\n    </table>   \n  </div>\n</div>\n</$set>\n\\end\n\n<$list filter=\"[all[current]is[tiddler]]\"><$list filter=\"[{$:/temp/tmap/state/popup/quickConnect}prefix<qualify>]\" variable=\"item\" emptyMessage=<<hidePopup>>><<showPopup>></$list></$list>"
        },
        "$:/plugins/felixhayashi/tiddlymap/media/fullscreen.png": {
            "title": "$:/plugins/felixhayashi/tiddlymap/media/fullscreen.png",
            "type": "image/png",
            "text": "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"
        },
        "$:/plugins/felixhayashi/tiddlymap/media/halfscreen.png": {
            "title": "$:/plugins/felixhayashi/tiddlymap/media/halfscreen.png",
            "type": "image/png",
            "text": "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"
        },
        "$:/plugins/felixhayashi/tiddlymap/icon": {
            "title": "$:/plugins/felixhayashi/tiddlymap/icon",
            "tags": "$:/tags/Image",
            "text": "<svg\n   xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n   xmlns:cc=\"http://creativecommons.org/ns#\"\n   xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n   xmlns:svg=\"http://www.w3.org/2000/svg\"\n   xmlns=\"http://www.w3.org/2000/svg\"\n   xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n   class=\"tc-image-tiddlymap-button tc-image-button\"\n   version=\"1.1\"\n   width=\"22pt\"\n   height=\"22pt\"\n   viewBox=\"0 0 128 128\">\n  <defs\n     id=\"defs4\">\n    <marker\n       refX=\"0\"\n       refY=\"0\"\n       orient=\"auto\"\n       id=\"Arrow1Lend\"\n       style=\"overflow:visible\">\n      <path\n         d=\"M 0,0 5,-5 -12.5,0 5,5 0,0 z\"\n         transform=\"matrix(-0.8,0,0,-0.8,-10,0)\"\n         id=\"path3850\"\n         style=\"fill-rule:evenodd;stroke:#000000;stroke-width:1pt\" />\n    </marker>\n    <marker\n       refX=\"0\"\n       refY=\"0\"\n       orient=\"auto\"\n       id=\"Arrow1Lstart\"\n       style=\"overflow:visible\">\n      <path\n         d=\"M 0,0 5,-5 -12.5,0 5,5 0,0 z\"\n         transform=\"matrix(0.8,0,0,0.8,10,0)\"\n         id=\"path3847\"\n         style=\"fill-rule:evenodd;stroke:#000000;stroke-width:1pt\" />\n    </marker>\n    <inkscape:path-effect\n       effect=\"skeletal\"\n       id=\"path-effect4329\" />\n    <inkscape:path-effect\n       effect=\"skeletal\"\n       id=\"path-effect4321\" />\n    <inkscape:path-effect\n       effect=\"skeletal\"\n       id=\"path-effect4315\" />\n    <inkscape:path-effect\n       effect=\"skeletal\"\n       id=\"path-effect4307\" />\n    <inkscape:path-effect\n       effect=\"skeletal\"\n       id=\"path-effect4299\" />\n    <inkscape:path-effect\n       effect=\"skeletal\"\n       id=\"path-effect4293\" />\n  </defs>\n  <g\n     transform=\"translate(0,-1024.5289)\"\n     id=\"layer1\">\n    <path\n       d=\"m 17.867073,4.5821643 a 3.7249374,3.7249374 0 1 1 -7.449875,0 3.7249374,3.7249374 0 1 1 7.449875,0 z\"\n       transform=\"matrix(-6.3328802,0,0,6.2775831,193.9581,1100.3667)\"\n       id=\"path4139-1-14\"\n       style=\"fill-opacity:1;fill-rule:nonzero\" />\n    <path\n       d=\"M 77.450496,1064.5069 C 58.849552,1025.9634 15.704158,1023.3858 2.8821873e-7,1034.558 L 0.02388589,1035.2674 C 24.502636,1022.2072 44.810725,1042.1507 60.163934,1074.112 z\"\n       id=\"path4337\"\n       style=\"fill-opacity:1;stroke-width:0.58181816;stroke-miterlimit:4;stroke-dasharray:none;marker-start:none;marker-end:none\" />\n    <path\n       d=\"m 12.878637,11.280739 4.75937,-2.7478243 4.759371,-2.7478236 0,5.4956479 0,5.495648 -4.759371,-2.747824 z\"\n       transform=\"matrix(4.6545455,0,0,4.6545455,-13.580429,1027.7638)\"\n       id=\"path3004\"\n       style=\"fill-opacity:1;fill-rule:nonzero\" />\n  </g>\n  <metadata\n     id=\"metadata3772\">\n    <rdf:RDF>\n      <cc:Work\n         rdf:about=\"\">\n        <dc:title></dc:title>\n        <dc:format>image/svg+xml</dc:format>\n        <dc:type\n           rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />\n      </cc:Work>\n    </rdf:RDF>\n  </metadata>\n</svg>\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/media/surface.png": {
            "title": "$:/plugins/felixhayashi/tiddlymap/media/surface.png",
            "type": "image/png",
            "text": "iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAGYktHRAAmALMAAQfdEQQAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfeDBYVBDLiNMeiAAAFvUlEQVRIx7WXbUxTZxTH/+c8VwQLlAKuEotF2mJRlMFEqeCUiMzojH7YEjMSlM1EY2Z04vbBbUrcZqbOTZfFOKMOcWRuZMyoS4xUN16EMUVUMkAFJ6VQkdFSoOIL9O5DBREFX/l/vOf+z+88z715znkITyMZZMjDTLfEC0iWE0hAD0DlZhkC7HCDagWoxA0cvzq/uwgE+UkpachoJjhiCta6mXYwATLfN7AnM923MzGIuC8hARn/lN3ZiUy4nxlsyEM6QAcgPECdb6TNFDTbMn10UnOkMsap9dE5AMDSVaeqdlYoz9qL1WftReOuuS6HMDHcshsEfrdyXscPTw3W/cabieRPmYAEdcrltLD3q2ar32x4mq9S2HIi9LBl78QzracnMDEI9FlFin3jE8G6PN5JLK9hAt4Zv6ps0+TvyvAc+rLmo+m5DfungwhEvKs8uWVt/7h4CPorb2VJzmACPpy01bzO+MUFPKcSg+c2+kijOs85zoQTKF6TplA0ZrvyHwEb8pAOgW0kgE8m7zyZHr6uGi+o6IDpLQEjAp1/tZ7WMUkJY5f6WRqzOy48AP8CETSCylkAS3VrS1YbNl7CS9IkZcx/rm5XT1XHxVBBvCh+gfPzqlzIDAD6kVgDBhJGp1z+OPLrc3jJWhOx6ZwpKKmGiGEL1q4BAIYMYqYdBCBt/OoqDJPeGpteJZEEiUfsgAxi/TG8DgAG/yjb7FcWNAwXOD5oljVcMcEmSELSH/rXmYjngwnTgmZZHmeIPaFcPlTCJ8UH/GwWIoYkjZzPRDSDQJgWNKt54Is513drb3W7vIdK5uru9BkslnN9t3amWZPaB/aPaxYQYBImBsFAxJiojHEONB6u/z5mpPC+N1jihQXRi72Fz92hCrPfaQnIub5bCwB6/ygnEYNBEczEKiLGuPtnb3/dvN2o8mbvQRO33WtVyPLgjWhP7ZbEcF9jY74tzwAAY701DokkCJJU7KmAHzEtK01OjvR/tcFLeN/trXjganUKY7PSS9X5uPiMk2PSetzdYol2RUWdq0b94JD2dDKGDAcRw9pVp+pvAoAsk9m8Ur+heE/tlsSB367tXqsiy2Q26xTG5t4V9fdH+EU1laTcyE4NW1Xffq/Nd2FB9GLbbatKIgFBwiEJ4qtMrK5uv6TU+OgcM82aVIPfpKYsk9kMAKlhq+pTw1bVx55QLldIfl06hbG5zlWjLkq25vQWN9OsSV1YEL14iXZFRb4tzxDhF9XnB4CYgPg6ALjmqlF61oorDOZSAqPcUaoGgJX6DcUHTafMA7fu/DznvpX6DcUyZPRCe1WUbM0J9Aru3FO7JVGGjP7Q3uKyTGZzVUelmjxbXUqTT/rOkmTpT51vpC13RkkuhlHrK5e93XCrPkR298zmyrmdhTIR/r1VG3KmJV8zXNCKtjJNU5c1RJDAJNOcIgZBJlAGg/Czdf/E4QKbbx6dyCQgwBmZlOn2dKc2+y4AOGsvMn57ZfPUlw3NseydeslZbiQQ7tQH7Orrx1W5kEPTfBuIeFF158XQwJHBbUa/6NaXAT118/iEvKZDSUwCIHn5TylHyx+aQBoPuSpC05QKJk4osxfqVV7BbUa/Ka0vCs1p2PsGEwPg7dlxv2977MxlzW7PH7dMpSJQ/Fl7of5Wj6snLjCx6Xmgh60Hph5pykliYshw78qKO5Yx6LAHAJaDbSfC0gMVTFJCTcel0MsdlQF+kv/dsT7a9qcBXnT+HfqjZY+pzF4Q4xlvsf3A1IehQw70cwoi3yPQPkECRIzxowy2aOW0+skBsc3higntY7w1DgC4cbtRZem65l/dflFd01GpvXnHFkIgeMZaWr4v9sj+Z77CZMrg0sKoD4jFV17sBYAgSAITQ5Dk2TLP2QuA+p4TaP2412K/yaTMZ7/CDCzgfElcIhEvJNAMiSQdEasESSBiB4PrBIsSctOx8XHTiocC9up/PG8QrAaKLngAAAAASUVORK5CYII="
        },
        "$:/config/EditTemplateFields/Visibility/tmap.id": {
            "title": "$:/config/EditTemplateFields/Visibility/tmap.id",
            "text": "hide"
        },
        "$:/language/Buttons/TiddlyMap/Caption": {
            "title": "$:/language/Buttons/TiddlyMap/Caption",
            "text": "tiddlymap"
        },
        "$:/language/Buttons/TiddlyMap/Hint": {
            "title": "$:/language/Buttons/TiddlyMap/Hint",
            "text": "Toggle TiddlyMap actions"
        },
        "$:/plugins/felixhayashi/tiddlymap/misc/macros": {
            "title": "$:/plugins/felixhayashi/tiddlymap/misc/macros",
            "text": "\\define concat(str) $str$\n\n\\define input-text(field, index, default, readonly, class, focus)\n  <$reveal type=\"match\" text=\"\" default=\"$readonly$\">\n    <$edit-text\n        tiddler=<<output>>\n        field=\"$field$\"\n        index=\"$index$\"\n        type=\"text\"\n        tag=\"input\"\n        default=\"$default$\"\n        focus=\"$focus$\"\n        class=\"$class$\" />\n  </$reveal>\n  <$reveal type=\"nomatch\" text=\"\" default=\"$readonly$\">\n    <input type=\"text\" value=\"$default$\" readonly=\"true\" disabled=\"true\" />\n  </$reveal>\n\\end\n\n\\define input-button(field, index, default, default, label:\"Proceed\")\n  <div class=\"tmap-button-wrapper\">\n  <$button>$label$\n    <$action-setfield $tiddler=<<output>> $field=\"$field$\" index=\"$index$\" $value=\"$default$\" />\n  </$button>\n  </div>\n\\end\n\n\\define input-textarea(field, index, default, default, class, focus)\n  <$edit-text\n      tiddler=<<output>>\n      field=\"$field$\"\n      index=\"$index$\"\n      autoHeight=\"no\"\n      type=\"text\"\n      tag=\"textarea\"\n      default=\"$default$\"\n      class=\"$class$\"\n      focus=\"$focus$\" />\n\\end\n\n\\define input-checkbox(field, index, readonly, default)\n  <$reveal type=\"match\" text=\"\" default=\"$readonly$\">\n    <$checkbox\n        tiddler=<<output>>\n        field=\"$field$\"\n        index=\"$index$\"\n        checked=\"true\"\n        unchecked=\"false\"\n        default=\"$default$\" />\n  </$reveal>\n  <$reveal type=\"nomatch\" text=\"\" default=\"$readonly$\">\n    <input type=\"checkbox\" value=\"$default$\" readonly=\"true\" disabled=\"true\" />\n  </$reveal>\n\\end\n\n\\define input-multi-checkbox(selectFilter, invert:\"no\", default)\n  <div class=\"tmap-no-stretch\">\n  <$list\n      filter=\"$selectFilter$\"\n      emptyMessage=\"– This list contains no items –\">\n    <$checkbox\n        tiddler=<<output>>\n        tag=<<tmap \"splitAndSelect\" \"|\" \"0\">>>\n      <$view\n          tiddler=<<tmap \"splitAndSelect\" \"|\" \"1\">>\n          field=\"title\" />\n    </$checkbox><br />\n  </$list>\n  </div>\n\\end\n\n\\define input-select(field, index, selectFilter, default, nochoice)\n  <$select\n      tiddler=<<output>>\n      field=\"$field$\"\n      index=\"$index$\"\n      default=\"$default$\">\n    <$set name=\"nochoice\" value=\"$nochoice$\">\n      <$list filter=\"[<nochoice>regexp[.+]]\">\n        <option value=\"\"><b><<nochoice>></b></option>\n      </$list>\n    </$set>\n    <$list filter=\"$selectFilter$\">\n      <option value=<<tmap \"splitAndSelect\" \"|\" \"0\">> >\n        <$view tiddler=<<tmap \"splitAndSelect\" \"|\" \"1\">> field=\"title\" />\n      </option>\n    </$list>\n  </$select>\n\\end\n\n\\define input-radio(field, index, selectFilter, default)\n  <$list filter=\"$selectFilter$\">\n    <$radio\n        tiddler=<<output>>\n        field=\"$field$\"\n        index=\"$index$\"\n        value=<<tmap \"splitAndSelect\" \"|\" \"0\">>>\n      <<tmap \"splitAndSelect\" \"|\" \"1\">>\n    </$radio><br />\n  </$list>\n\\end\n\n\\define tmap-row(title, field, index, type, descr, note, label, default, readonly, reset, selectFilter, nochoice, invert, class, focus)\n  <tr>\n    <td class=\"tmap-title\">$title$:</td>\n    <td>\n        <<$type$\n          field:\"$field$\"\n          index:\"$index$\"\n          readonly:\"$readonly$\"\n          default:\"$default$\"\n          label:\"$label$\"\n          invert:\"$invert$\"\n          selectFilter:\"$selectFilter$\"\n          nochoice:\"$nochoice$\"\n          focus:\"$focus$\"\n          class:\"$class$\">>\n        <$reveal type=\"match\" text=\"true\" default=\"$reset$\">\n          <$button>reset\n            <$action-setfield $tiddler=<<output>> $field=\"$field$\" $index=\"$index$\" $value=\"$default$\" />\n          </$button>\n        </$reveal>\n    </td>\n    <td>\n      <span class=\"tmap-description\">$descr$</span>\n      <$reveal type=\"nomatch\" text=\"\" default=\"$note$\">\n        <div class=\"tmap-note\">''Note:'' $note$</div>\n      </$reveal>\n    </td>\n  </tr>\n\\end\n\n\\define visConfiguration(inheritedList, extensionField, styleName:\"style\")\n  <fieldset><legend>Visjs configurations ($styleName$)</legend>\n    <div class=\"tmap-flash-message tmap-info\">\n      Only config items that you actually changed have an effect on\n      the graph. Other options are visible, yet, inactive.\n    </div>\n    <$tmap-config\n        mode=\"manage-node-types\"\n        inherited=\"$inheritedList$\"\n        extension=\"$extensionField$\" />\n  </fieldset>\n\\end\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/misc/defaultViewHolder": {
            "title": "$:/plugins/felixhayashi/tiddlymap/misc/defaultViewHolder",
            "text": "Default"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/nodeTypes/tmap:central-topic": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/nodeTypes/tmap:central-topic",
            "description": "The style is applied to the node that you marked as central topic in a map.",
            "style": "{\"font\":{\"size\":22,\"color\":\"rgba(0,0,0,1)\"},\"shape\":\"star\"}"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/nodeTypes/tmap:neighbour": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/nodeTypes/tmap:neighbour",
            "description": "Neighbours are all nodes that are not part of the original set of nodes (\"matches\") but are connected (either outgoing or incoming) to a node of the original set.",
            "style": "{\"color\":\"#565656\"}"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/views/Default/filter/edges": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/views/Default/filter/edges"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/views/Default/filter/nodes": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/views/Default/filter/nodes"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/views/Default": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/views/Default",
            "config.physics_mode": "false",
            "isview": "true"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/views/Live View/filter/edges": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/views/Live View/filter/edges",
            "filter": "[prefix[$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes]]",
            "text": "\n\n"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/views/Live View/filter/nodes": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/views/Live View/filter/nodes",
            "filter": "[field:title{$:/temp/tmap/currentTiddler}]"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/views/Live View": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/views/Live View",
            "config.refresh-triggers": "$:/temp/tmap/currentTiddler",
            "config.physics_mode": "true",
            "config.vis": "{\"physics\":{\"forceAtlas2Based\":{\"springConstant\":0.09}}}",
            "config.neighbourhood_scope": "1",
            "created": "20150331114808577",
            "modified": "20200509212547688",
            "type": "text/vnd.tiddlywiki",
            "isview": "true"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/views/Graph search/filter/nodes": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/views/Graph search/filter/nodes",
            "filter": "[!is[system]search{$:/temp/search}] [!is[system]search:tags{$:/temp/search}] [!is[system]search:text{$:/temp/search}limit[10]]"
        },
        "$:/plugins/felixhayashi/tiddlymap/graph/views/Graph search": {
            "title": "$:/plugins/felixhayashi/tiddlymap/graph/views/Graph search",
            "config.refresh-triggers": "$:/temp/search",
            "config.neighbourhood_scope": "1",
            "config.physics_mode": "true"
        }
    }
}
{
    "field.nodeLabel": "caption",
    "field.nodeIcon": "icon",
    "field.nodeInfo": "description",
    "field.viewMarker": "isview",
    "liveTab.fallbackView": "Live View",
    "edgeClickBehaviour": "manager",
    "debug": "false",
    "notifications": "true",
    "popups.enabled": "true",
    "popups.delay": "600",
    "popups.width": "240px",
    "popups.height": "140px",
    "jsonIndentation": "1",
    "alwaysAddNodeIdToViewFilter": "true",
    "editNodeOnCreate": "false",
    "singleClickMode": "false",
    "nodeFilterNeighbours": "false",
    "editorMenuBar.showNeighScopeButton": "true",
    "editorMenuBar.showRasterMenuButton": "true",
    "editorMenuBar.showScreenshotButton": "true",
    "suppressedDialogs.dublicateIdInfo": true
}





{
 "d37ddd6c-c2e2-4d83-9dd9-a09681ede2d3": {
  "x": 2,
  "y": 12
 },
 "a5fe52ad-a2d5-4567-8bc6-1571f291e162": {
  "x": 20,
  "y": -30
 },
 "1f3839e6-8bc8-4143-b1f1-04990e871d6d": {
  "x": -19,
  "y": 31
 }
}


\define width() calc(100% - 15px)

<div class="tmap-mobile-editor">
  <div class="tmap-flash-message tmap-warning">
    The live tab is not displayed in mobile mode.
  </div>
</div>
<div class="tmap-desktop-editor">
  <$set name="view"
      filter="[{$:/temp/tmap/currentTiddler}get[tmap.open-view]]"
      emptyValue=<<tmap "option" "config.sys.liveTab.fallbackView">>>
  <div>
    <$tiddlymap
        view=<<view>>
        click-to-use="false"
        refresh-triggers="$:/temp/tmap/currentTiddler"
        object-id="live_tab">
    </$tiddlymap>
  </div>
  </$set> 
</div>
Live View
{
    "originalVersion": "0.17.8+10010",
    "dataStructureState": "0.11.0",
    "showWelcomeMessage": false
}
{
    "tiddlers": {
        "$:/plugins/felixhayashi/topstoryview/config.js": {
            "title": "$:/plugins/felixhayashi/topstoryview/config.js",
            "text": "/*\\\n\ntitle: $:/plugins/felixhayashi/topstoryview/config.js\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\n\\*/\n(function(){\"use strict\";exports.config={classNames:{storyRiver:\"tc-story-river\",backDrop:\"story-backdrop\",tiddlerFrame:\"tc-tiddler-frame\",tiddlerTitle:\"tc-title\"},references:{userConfig:\"$:/config/topStoryView\",focussedTiddlerStore:\"$:/temp/focussedTiddler\",refreshTrigger:\"$:/temp/focussedTiddler/refresh\"},checkbackTime:$tw.utils.getAnimationDuration()}})();",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/felixhayashi/topstoryview/layout": {
            "text": "html .tc-story-river:after {\n  content: \"\";\n  display: block; }\n",
            "title": "$:/plugins/felixhayashi/topstoryview/layout",
            "type": "text/vnd.tiddlywiki",
            "tags": [
                "$:/tags/Stylesheet"
            ]
        },
        "$:/plugins/felixhayashi/topstoryview/Configuration": {
            "title": "$:/plugins/felixhayashi/topstoryview/Configuration",
            "text": "Please see the [[GitHub page|https://github.com/felixhayashi/TW5-TopStoryView]] for more information on the options.\n\nSave and reload the wiki to activate changes.\n\n<table>\n  <tr>\n    <th align=\"left\">Scroll offset:</th>\n    <td><$edit-text tiddler=\"$:/config/topStoryView\" field=\"scroll-offset\" tag=\"input\" default=\"150px\" /></td>\n  </tr>\n</table>"
        },
        "$:/plugins/felixhayashi/topstoryview/License": {
            "title": "$:/plugins/felixhayashi/topstoryview/License",
            "text": "This code is released under the BSD license. For the exact terms visit:\n\nhttps://github.com/felixhayashi/TW5-TopStoryView/blob/master/LICENSE"
        },
        "$:/plugins/felixhayashi/topstoryview/Readme": {
            "title": "$:/plugins/felixhayashi/topstoryview/Readme",
            "text": "Please visit the [[GitHub page|https://github.com/felixhayashi/TW5-TopStoryView]] for more information."
        },
        "$:/plugins/felixhayashi/topstoryview/top.js": {
            "title": "$:/plugins/felixhayashi/topstoryview/top.js",
            "text": "/*\\\ntitle: $:/plugins/felixhayashi/topstoryview/top.js\ntype: application/javascript\nmodule-type: storyview\n\nViews the story as a linear sequence\n\n@preserve\n\n\\*/\n(function(){\"use strict\";var t=require(\"$:/plugins/felixhayashi/topstoryview/config.js\").config;var e=\"cubic-bezier(0.645, 0.045, 0.355, 1)\";var i=function(e){this.listWidget=e;this.pageScroller=new $tw.utils.PageScroller;this.pageScroller.scrollIntoView=this.scrollIntoView;this.pageScroller.storyRiverDomNode=document.getElementsByClassName(t.classNames.storyRiver)[0];var i=$tw.wiki.getTiddler(t.references.userConfig);var o=i?i.fields:{};$tw.hooks.addHook(\"th-opening-default-tiddlers-list\",this.hookOpenDefaultTiddlers);var r=parseInt(o[\"scroll-offset\"]);this.pageScroller.scrollOffset=isNaN(r)?71:r;this.recalculateBottomSpace()};i.prototype.refreshStart=function(t,e){};i.prototype.refreshEnd=function(t,e){};i.prototype.hookOpenDefaultTiddlers=function(t){return t};i.prototype.navigateTo=function(t){var e=this.listWidget.findListItem(0,t.title);if(e===undefined)return;var i=this.listWidget.children[e];var o=i.findFirstDomNode();if(!(o instanceof Element))return;this.pageScroller.scrollIntoView(o)};i.prototype.insert=function(t){if(!t)return;var e=t.findFirstDomNode();if(!(e instanceof Element))return;this.startInsertAnimation(e,function(){this.recalculateBottomSpace()}.bind(this))};i.prototype.remove=function(t){if(!t)return;var e=t.findFirstDomNode();if(!(e instanceof Element)){t.removeChildDomNodes();return}var i=this.getLastFrame()===e;this.startRemoveAnimation(t,e,function(){t.removeChildDomNodes();this.recalculateBottomSpace();if(i){this.pageScroller.scrollIntoView(this.getLastFrame())}}.bind(this))};i.prototype.getLastFrame=function(){var t=this.listWidget.children[this.listWidget.children.length-1];return t?t.findFirstDomNode():null};i.prototype.recalculateBottomSpace=function(){var t=this.pageScroller.storyRiverDomNode;if(this.getLastFrame()){var e=this.getLastFrame().getBoundingClientRect();var i=window.innerHeight;if(e.height<i){t.style[\"paddingBottom\"]=i-e.height+\"px\";return}}t.style[\"paddingBottom\"]=\"\"};i.prototype.scrollIntoView=function(t){if(this.preventNextScrollAttempt){this.preventNextScrollAttempt=false}if(!t)return;var e=$tw.utils.getAnimationDuration();this.cancelScroll();this.startTime=Date.now();var i=$tw.utils.getScrollPosition();var o=t.getBoundingClientRect(),r={left:o.left+i.x,top:o.top+i.y,width:o.width,height:o.height};var n=function(t,e,i,o){if(t<=i){return t}else if(e<o&&i<t+e-o){return t+e-o}else if(i<t){return t}else{return i}},s=n(r.left,r.width,i.x,window.innerWidth),a=r.top-this.scrollOffset;if(s!==i.x||a!==i.y){var l=this,c;c=function(){var t;if(e<=0){t=1}else{t=(Date.now()-l.startTime)/e}if(t>=1){l.cancelScroll();t=1}t=$tw.utils.slowInSlowOut(t);window.scrollTo(i.x+(s-i.x)*t,i.y+(a-i.y)*t);if(t<1){l.idRequestFrame=l.requestAnimationFrame.call(window,c)}};c()}};i.prototype.startInsertAnimation=function(t,i){var o=$tw.utils.getAnimationDuration();var r=window.getComputedStyle(t),n=parseInt(r.marginBottom,10),s=parseInt(r.marginTop,10),a=t.offsetHeight+s;setTimeout((function(){$tw.utils.setStyle(t,[{transition:\"none\"},{marginBottom:\"\"}]);i()}),o);$tw.utils.setStyle(t,[{transition:\"none\"},{marginBottom:-a+\"px\"},{opacity:\"0.0\"}]);$tw.utils.forceLayout(t);$tw.utils.setStyle(t,[{transition:\"opacity \"+o+\"ms \"+e+\", \"+\"margin-bottom \"+o+\"ms \"+e},{marginBottom:n+\"px\"},{opacity:\"1.0\"}])};i.prototype.startRemoveAnimation=function(t,i,o){var r=$tw.utils.getAnimationDuration();var n=i.offsetWidth,s=window.getComputedStyle(i),a=parseInt(s.marginBottom,10),l=parseInt(s.marginTop,10),c=i.offsetHeight+l;setTimeout(o,r);$tw.utils.setStyle(i,[{transition:\"none\"},{transform:\"translateX(0px)\"},{marginBottom:a+\"px\"},{opacity:\"1.0\"}]);$tw.utils.forceLayout(i);$tw.utils.setStyle(i,[{transition:$tw.utils.roundTripPropertyName(\"transform\")+\" \"+r+\"ms \"+e+\", \"+\"opacity \"+r+\"ms \"+e+\", \"+\"margin-bottom \"+r+\"ms \"+e},{transform:\"translateX(-\"+n+\"px)\"},{marginBottom:-c+\"px\"},{opacity:\"0.0\"}])};exports.top=i})();",
            "type": "application/javascript",
            "module-type": "storyview"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/felixhayashi/vis/img/network/acceptDeleteIcon.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/acceptDeleteIcon.png",
            "type": "image/png",
            "text": "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/GMzLdsAAEEOaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNC0wMi0wNVQxNjo0NTowOCswMTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTQtMDItMDVUMTY6NDU6MDgrMDE6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjBmYzFjNjhhLTcwZTYtMGY0Ni05ZDk4LWFhNDVjNjYxYThjODwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6RUE2MEEyNEUxOTg0RTMxMUFEQUZFRkU2RUMzMzNFMDM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDEtMjNUMTk6MTg6MDcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpiYzZmYmUxNi1mOTBkLWI1NDQtODUzOC05MjFkNjBiZjU0ZWI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDItMDVUMTY6NDU6MDgrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jb252ZXJ0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+ZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjBmYzFjNjhhLTcwZTYtMGY0Ni05ZDk4LWFhNDVjNjYxYThjODwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNC0wMi0wNVQxNjo0NTowOCswMTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOmJjNmZiZTE2LWY5MGQtYjU0NC04NTM4LTkyMWQ2MGJmNTRlYjwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDA5MC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDkwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz450LuoAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAATUSURBVHjajJZtTJVlGMd/13U/z+F4sBQOCiovZiMt8YiKZrMtypdh09StbLOtzA1RUmuTkppzIilJOB0Oa21tbaV+6UP5Mlnm5heVkfhyQJ1ONITAkAMqcTDonNOHA6g9qF3b/eF5/vf18r/u676uWwoLC3G73QCoKiICgIhQeGejVw3LMOTIP0xGdRQAFi1E9DyGSkLsKxtWEmAQuXfvHrJlyxZiYmIQkQHjeac/jjfKBsJ8YlnRzQKIgBoIh8ByaRSICAilRCjdk1UeAIhEIogIPT09SFFRER6PZ4DByqr1+WpRoYAquKYuqCPz9SZeeCVA4vggAC2XPVw54eXi0WTOH8yIslIIs+bryTsq+hl0d3cjxcXFuN1uVJVVp9dvEigSwP3iYj9vfV7L6IldPE5uXvZwcKuPsz/7+qLc/I1vexFAMBjEzJ49G9u2WV1TsEaVUhOBmJxVVeR9X8NTI3t5kgxN6GXakia67/bSeC4ZkexprccCZxLnVodCIRRgdU1BgsBuBVzz8qt49yv/oMb2f5TJd7kzBsXeLPHzal4VaiAmZnfupY0JIoKqKqoUGAHX9MV+llf4HxmtMaDyaDZLtvqZushPWEHsAlVFP/3rswSNsEEt4O0v/E9MCebx8PxCP5YNlr3hg7+/TFBEl6mClflGHUl9VdIvGycuJdDgvm/bAtu6j3c0uSmZufQhnRHPBsnIqcOyQGSZAjlEgCkLGh3RDHk6yJWTCQCUZi+gav8Mzh3KpGzeQgCuV3sZEhd06D2f3QgCas9XIuozCjw3q92xMXF8O8218QDM/fAMGLAsmLO2Jnof6rwkpjv10rLaURtEJimWJomtMDLdGUlyRhuBei8AU5Y0M2ZCMyPSW8hc2AxAW4OXUeOdbcKbFsQ2YKwkizCg1uAH9kxWOzU/+ga+X8s/Q/iBKur4w8tL79c69ESiTFXFQvQmyhhu1XsYNeHhW5s2o4OuwDB6ug2uISF8fZED9HQbgh1PM3Zah8PB7UYPGBBalDB+MFB/Kt6x0e0JMSzpDr9XxzmwprNxDB95F9eQkANrrI3HssFQq4hWAnDxaMqgaUoYF6DJ73X8b74Qz/C0Qds016tSUANqVypG92EMnD+SwZ9XPc5KSg/QWu900HotgRHjnA5uN3m4diojmiKzV3cNL25DdTvGwJESn0NhzMR2Ohqc6etoiidpgrNET3zrix6yKf3Bld8WLZ8IZcAG6ip9/LQpyOIt91vG2BltHCwezbbpKzEKYoFodKVO+fUh48f3+Lh20oexIBQqExFk586dxMbGkntp41rELscozFpRxaLN/6Mv/cf4hcMzCYdAzboDKXm7Ozs7MTk5ObhcLs4lzqmeeus4GCublgvJtF61Sc1qxR0beqzh7g4Xx3ZN5/KxaagCsvlASl4pQG9vb5TB0KFDibZtZfmlonxcVgVhAcuGjJxa0l9uImVKO3GpXahA4EYsjbXx3PgtmYbTk1CiKYM1h1LzKvrncmdnJ1JeXo7b7cYYQ9+A4L2r21IJR9ZhXOuxXGAZBvKv/Uui8wELVHYgUn44bdWNfmKRSIRgMIiUlJQQGxs78Krof7oYY8jt2TUCy3oH0XmI+MAejW0gYpoxxg/mF4zu3a8rbvXrPuigq6uLfwcA6IKAIsDf9kIAAAAASUVORK5CYII="
        },
        "$:/plugins/felixhayashi/vis/img/network/addNodeIcon.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/addNodeIcon.png",
            "type": "image/png",
            "text": "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/GMzLdsAAEEOaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNC0wMi0wNFQxNDo0MDoyOSswMTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTQtMDItMDRUMTQ6NDA6MjkrMDE6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjVkNWIwNmQwLTVmMjAtOGE0NC1hMzIwLWZmMTEzMzQwNDc0YjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6RUE2MEEyNEUxOTg0RTMxMUFEQUZFRkU2RUMzMzNFMDM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDEtMjNUMTk6MTg6MDcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo2OWVmYWE1NS01ZTI5LTIzNGUtYTUzMy0xNDkxYjM1NDNmYmE8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDItMDRUMTQ6NDA6MjkrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jb252ZXJ0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+ZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjVkNWIwNmQwLTVmMjAtOGE0NC1hMzIwLWZmMTEzMzQwNDc0Yjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNC0wMi0wNFQxNDo0MDoyOSswMTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOjY5ZWZhYTU1LTVlMjktMjM0ZS1hNTMzLTE0OTFiMzU0M2ZiYTwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDA5MC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDkwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz5WKqp9AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAYXSURBVHjafFZtUFTXGX7e9z27sveuMCwYV8ElrA7YSFYHtJUPkaaI0aRqG8wP00zUzljDINNSA/2ROtpO24SxnahlxjYd7SSjmUkymcxYlDhQPzHGisEVp8HwYWCVVVgEsrsuLnL74+5uqTF9Z+7cO/d8PO95zvO851BlZSV0XQcAMDOYGQBARDhX3JRmMDYZwLPMWAzGHACYIgwS46oBNBNwtOL8CwE8EkSEUCgE2rJlC2w2G4go8Zwo/bMDgnoG6gxLfAAAYvPDMCCszKTAMIAGAhrWnf15AAAMwwARIRKJgDZv3gy73Q4iAjPjxIr9VVOMRhbAYKB8zvrO0llrfEsdKwLZek6YAPSFvtSu3GtLawu0ZJ6625SHGBQB1T88t6MxvopgMAjaunUrdF0HM+P4yv27DMYeJmB1RqW3Jnf3tQX2p0L4P9EXuqEd7PmDp+XuMU9sRbvXnnt1TxxACgoKYLVacbzsQDUJGkSATe6qi28uPtzusM6Kxie6NHLGUX3lxVUNX9StPHnn4wy3njuUYcu6n2pNi66avcEXnByP/nv8aiaIyrqz2gO5A9+9FI1GIfn5+WhZdTAdjFMkwMvZOy7uWnTAOz3L4Yk71m3t69fdfTDoUGTBeHTUfiHQ6lo7Z2OXJvpDAChKe+aOCdKRKWxZ2+1qb3yyd3GYmRkQ7GQBVs99wfv6on3eR2k4PdTkDEbH7IuS8/svld/561PJS/pDk1/bzwx94pze7xc5v/H+YPY6r5BAkdrJzODTK46lE6PeYEJt7u+8j+OZwCBiEAgAoNgKJoEQf6PvNvdrXgtZoNhSf7q0KZ3B2AQmVMze0Jmt54S/DcDCVig2NcvEUGxJAE4Pl+YOr0iv6BRSIPAmBeBZAmHlE2sH4p1uhrq1s0MnnEQMBsf8wRASAICQQCCITN1X7/sOuc0kgOVp3/fPs2WHv+coG7gQOJUnLGsUCTxEjPzUohEA+NfIWUdtx0+efzA1kSSkIGyBAQNCKgHAEBAJ3u79U7kiAcWoem/gb5Fd33nrH3kp+SMWtuAB+GllMJxMjCx9QRgA3uiqL5kwHiTlpxb3smlfMDGYGPP1hcMAkJvs8ScpfdJspdj+MK6Pf+5+u29vyb4lR4+BGEziVESAkEpw6Av1OhUpHCz4qOXbzFWz4Ncdj/v/o08Lt92ODDgZDCEFJYoUGH4mzugP92puPTf0pD3H7wvfdFZdqSxnMtWjoGAAmG9fOLxjwesdjT2/XzIQ7ks3sycYMSEwGHNtWf5bkX5NkYCJBxUBXiGV0XHvosOt54Zey33j/K+8P33++vjnbiGJbbLE+J9SANAb6nJ2B79wcUwETAwQQ7fMjPzMvfP8ja87HUIKMOiaAqMZhrGmLdAy78eZrwwsTS0eObTs+IdtgVanxBUExqGbb5VzrIISGIoUXsmqbgEhJldCQWqRf27SvPAn/o8XmgLhZsUkR4ll37mhk3n94Z4OlzY/7NLcYZfm7o1z2zT4vsvUNSXqprBCkmiTFbPX90/fh8GIT2sf+zTPdDMf4dVnNg4z+E0ixsGeBs9jd5ViSgLHjCb/peaR+MD3d4/ZJg2llyuG2Vwy7QWAs8PNnn1f7vkGSGxAzE6mk+kxkx/p/4unffSCR0hAoL1EBCYiPNdWNcwkNQTCR7feWX6g+7f/A7I8rcw/U6UEe0Ndrhc/W7mtL9ztmqlSgstSS/zTJ28dalpOpkRryrwbhwBACgsLMWPGDOT4ll3qyeqAkJTdCF7P/CrUY/GkLL1rE+2hTbSH8+0Lb/WEuhzhyaA905blf9Vd/895WnZwLHrPevir/cvOB1oLYpTtLrm6oYGIMDExAaqtrUVKSgqYGSKCk0WHq5ikkWEWtNL0imv5qUW+RclLRjJsrhBAuH1/QL8R7HR4xy5nescuP23E6hOA6mLv+sb4uTw6Ogqqq6uDpmkQkcStorX4XRcM1FjZ+kvFFjCJKU1WpkNJJUqIMtX1RyLeX3JtQ0JRhmGYZ/L27duRnJycuFGISOJ9pqh5lrB6iYgqGOxRrOaa54DcZmKvkJxk8JHC9rKh+KVhOsD4+Dj+MwADIf8n5m4xGwAAAABJRU5ErkJggg=="
        },
        "$:/plugins/felixhayashi/vis/img/network/backIcon.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/backIcon.png",
            "type": "image/png",
            "text": "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/GMzLdsAAEEOaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNC0wMi0wNFQxNTowMTowOSswMTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTQtMDItMDRUMTU6MDE6MDkrMDE6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmI2YjQwMjVkLTAxNjQtMzU0OC1hOTdlLTQ4ZmYxMWM3NTYzMzwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6RUE2MEEyNEUxOTg0RTMxMUFEQUZFRkU2RUMzMzNFMDM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDEtMjNUMTk6MTg6MDcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpmOWQ3OGY4ZC1lNzY0LTc1NDgtODZiNy1iNmQ1OGMzZDg2OTc8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDItMDRUMTU6MDE6MDkrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jb252ZXJ0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+ZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmI2YjQwMjVkLTAxNjQtMzU0OC1hOTdlLTQ4ZmYxMWM3NTYzMzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNC0wMi0wNFQxNTowMTowOSswMTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOmY5ZDc4ZjhkLWU3NjQtNzU0OC04NmI3LWI2ZDU4YzNkODY5Nzwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDA5MC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDkwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz4jq1U/AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAVTSURBVHjanFVfTFNnFP+d77ve8qeVFbBrpcVgRrCRFikFByLxwSAaE32oRCHD6JMxxhhn8G2RxxH3MsOTbyYsmCAxPMmMMYtkIUYmK60OO0qAK23BFlNob0uh3x7WS5jLZPpLbm6+k/P9zrm5v9855PF4UFhYCABgjIExBgAgIqRSqRIi6gDQRkQ1RGTB3wgR0e8AHgH4Sa/XR/EBiAiJRAJ04cIF5Ofng4g2n0gkUkxENwF0c843LzHGQEQQQkCLExEA9ALotVgsUQAQQmgNQhJCbF5kjCEUCl0moj4t5na7fTU1NUpVVVXUYrEkASAcDhe8efOmxOfzWScmJqoBdBNR99LS0hWz2dynNSSEAF28eBGFhYVgjCEcDn9HRD1EhIMHD3o9Hs9kWVlZAh9BKBQqGB4edr58+dKZ+6JbJpOpBwBWV1fB6+rqIMsyIpHIFcZYL2MMra2tY5cuXRrfuXNnBtvAYDBk3G63oqpqZm5uzgrgSDKZjBoMhueZTAbc5XIhFouVEtFTxhiOHTs2dv78eS8+Efv374+oqpqZnZ21cs5PJJPJPlmWkyynnBuMMTQ0NHi7uro+mVyDx+Pxulwu71ZOlkqlSonoJhGhvb39s8k1nDx50ss5hyRJN9PpdKlERB2aWjSVaEilUvzBgwcORVEs5eXloXPnzk1sV8BkMiUdDofP7/dXZ7PZDilnIhw4cGBeS1pbW2P37t1zBwKBikQiUUREWFhYsHHO0d7evm0Ru90+/+rVq2rO+XGJiJxEhMrKyhgAjI6OWoeHh5tWVla+4JzDZrO9bW5unhwcHGzz+/32np4e+xaDbfoHAMxmc6ijo2O0oqIiJkkSNjY2HBIRmRljMJvNyWfPnln7+/tPMMZQXl6+0NbW9qK2tjYcj8floaEhqKpq+HCkbD3PzMwYBgYG0NXV9UuusFna2kEgELAQEQ4dOvSis7PzN41Ar9dnrl27NqCNkv/C3bt3zy4tLVmICJxzEBFJRBQmorLFxcWCqqqq0Pj4eO3Y2JhbUZTdra2tL2pra8OJRGLHnTt3zkqS9K+huHU4EhHMZnMoGo0W5OIh7nK5jjLGKq1W69vDhw8rRqMxMjc3t2t5eXnX5ORklc/nM+fl5SWnpqa+0uv1K/n5+Ws6nW5NluXNd15e3ppOp1uz2WyzZ86cGQ0Gg6ZAIFCZzWZ/lYjokRDiuN/vt7W0tMw3NTUpbrd78P79++5gMFgRiUTKHj58WMYYQ3V19etTp05tq6Lp6Wkb5xxCiEfc7XZPM8a6FxcXTfX19a/1en2Gcy5qamreNjY2/qGq6joRZe12+9Tp06e3JY/FYgWPHz8+mhvr3/CWlpbk+vp6PmOseWVlBS6XS9GSJUkSdrs93NDQ8Oe+ffvC/8fJIyMjddFo9Esi6pVleVjT2m0A8Hq9zqGhIefnjoknT544A4GAM/eDbxMReFNTE0pKSpKqqsaI6Pj8/LxVVdWM3W6PfCr5xMTE1zllXS0uLn6aSqXAGxsbodPpoNfrn6uqCs75EUVRrJFIZMfevXsXdTrdxseIE4mEPDIyUu/3++tynd8yGo29RIR0Og26fv06ioqKwBgD5xzv3r27zBjrIyJIkgSHwzFZWVmp7NmzJ1ZaWpoAgGg0WqgoSvHMzIw1GAw6tvjhitFo7NPW5fv370Hd3d0oKCgA53zTQMvLy+VCiKuSJH0rSdLmztZytIWv5RPRD0T0Y3Fx8dzWfby6ugopHo//w4mcc8iyPMc5v5FOp7/PZrOdQohWInIC2C2EgBBigYi8Qoifs9lsv06nWyIiaFxagXg8jr8GAGxuIe7LBeWhAAAAAElFTkSuQmCC"
        },
        "$:/plugins/felixhayashi/vis/img/network/connectIcon.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/connectIcon.png",
            "type": "image/png",
            "text": "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/GMzLdsAAEEOaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNC0wMi0wNFQxNDozODo1NyswMTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTQtMDItMDRUMTQ6Mzg6NTcrMDE6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjlmYjUwMDU0LWE3ODEtMWQ0OC05ZTllLTU2ZWQ5YzhlYjdjNjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6RUE2MEEyNEUxOTg0RTMxMUFEQUZFRkU2RUMzMzNFMDM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDEtMjNUMTk6MTg6MDcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo3ZWRhMjI0MC0yYTQxLTNlNDQtYWM2My1iNzNiYTE5OWI3Y2E8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDItMDRUMTQ6Mzg6NTcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jb252ZXJ0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+ZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjlmYjUwMDU0LWE3ODEtMWQ0OC05ZTllLTU2ZWQ5YzhlYjdjNjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNC0wMi0wNFQxNDozODo1NyswMTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOjdlZGEyMjQwLTJhNDEtM2U0NC1hYzYzLWI3M2JhMTk5YjdjYTwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDA5MC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDkwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz4ubxs+AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAUtSURBVHjajJZ/bNT1Gcdfz/P53PV6B4W7VltLqdAaplIOiMOoyxxJCSs/Gv/yB4gzJroAosmmDklwkYWR0bQsdmkykoojTpcsWYLxD/lRZdMQkTHRtkLZRqG0tIVe7662vTu43n32x/VKZ/jh89cn38/zvN7P5/l88zwf2blzJz6fDwARQUSm1n8s31CM0/VAnbNmsUPuAsDpgEO+Bg4C7//iyv5hvmMiQiqVQpqamvB6vVNwEeG1JZtCBrYi/MrkAwDNgjhwAlbzICBLA0rDb0+/839C6XQaaWxspLCw8Dp86cbNmqVFJQddE6KzdjZ9D89g+B6fSyCOcyn1nxil+O9xKg5HqWFSHGXLjrP7W/ICqVQK2bNnDz6fDxFh65KNvxbHDhF4rJj2bXPo+IGfcW5h5xL4f99P+FCEMIAob75x9t0dAMlkElNXV4e1lteXbNqiQoMaeOFOjrdU868SD2luYyEP6dUh+sYmSHeOU6GO5Z8VLx5+NNZxIpPJ5AS2L3upROCoCvz8Lo7vnkf77cAHhpiz/zIL9vWz8L8p/NvupmM0Q7pjnAoLqz8tDrc8MnQqYVUVhVdF4LEg7b+rvDn8wDDlH0WoPpukLJImSBaMwjcJqmwWts2jPZLG/8kwYVFeVdXXZcFf4yVDc2cNKfBFmD9X+0ncCP58F48eG+Feo2CAUkvs4dl0V/uJvdXLiiV+ut++n7YLSfxPfMMG54ChzB3WIesVWB2i82bw1AR6fJR7C4VsfYiv6u/k3A9nEgP4zXke8DiYHyAOMK+QxPIgnZ9GqSHr1itQJ8DK2fTerDQ+S/bHRXQJaHSCwNIZ2Xh+7+S3VAmwNMBA/tuPZtErgKquUmdMWIFlRURvdamRNEXGwIWrlP47pTMzLiunxghGMwTLvcTWlHAp77s4QNSrYMQtss6ZMgWqCm5cHoDHO1nbk6K8zEN8+3zatv2Hn1b59EqJZdxmYUERg9P9KwpIiAOTdWUWBXuLzB/vZG3P1Un4PNp2d1MbmyD45TWCxuCsQm0x56bHGHFYEZwxok7toAA9Sfw3hCcoL/NOwi9QO5wmWO1j4JEgZxTkodmcWRGkf3pcX0r8xoAaBixKu4U5/xwndM+0tpAvS6mP+PZK2nb1UBvPEKwKMLDvPj4ESGc55lGy303sdJKQdZB2rkMdctAB/4gzN+/Q2ENNd4LyUi/xN+bTtquX2thk5nk4wI3gAF+OMNcA1nFQDfK+BY5GqbkwWabTY5QZhXWlnNx1ntrY1Rz87fuvw29m/Sn8J+PUGAFj5T19baA1IspuBZp7cx1x4SwG1cEf+lgRSROs8jGwb+Ht4QB/GSSsAhYano39LWIBxNEIbP14hPDuiyS2VtJuHXQlKKvxM/jiXDq/D/xPlwifGMkJZB2NIoKpr69nxeiZxLHicFSFVWfGqBidIP3LSjrWltD94CyufF/4kQgPuVz2Lz93+dDRa9eu5QQ8Hg8/iXee+Dy4CKMs7xqn4nwKz9IirhQqmVuB42m8ey+x7LMoD6iAON782eChhqmRuXfvXgKBAKqKqtI0/8nNKrQI4BVYXkzHgzPpC88gWuHL/caXrhLoGiN0apSKr0ZZRBZM7q2w5ZnLR1oAnHOMjY0hra2tFBQUYIyZmstvVT1Z6eDlAuEVq7merxmwueNPDXy9PvybjKP5mctHLk4/XTKZRJqbm/H7/VNw1VyEMYbW4FN3WNWnnchKoy5sHeVGBRX6VWi3ymFx7r11Ix8MTX/y5C2RSPC/AQB61erowbpqSwAAAABJRU5ErkJggg=="
        },
        "$:/plugins/felixhayashi/vis/img/network/cross.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/cross.png",
            "type": "image/png",
            "text": "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/GMzLdsAADvGaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTQtMDItMTRUMTE6NTU6MzUrMDE6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE0LTAyLTE0VDEyOjA1OjE3KzAxOjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNC0wMi0xNFQxMjowNToxNyswMTowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6NjU0YmM5YmQtMWI2Yi1jYjRhLTllOWQtNWY2MzgxNDVjZjk0PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjk4MmM2MGIwLWUzZjMtMDk0MC04MjU0LTFiZTliNWE0ZTE4MzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjk4MmM2MGIwLWUzZjMtMDk0MC04MjU0LTFiZTliNWE0ZTE4MzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo5ODJjNjBiMC1lM2YzLTA5NDAtODI1NC0xYmU5YjVhNGUxODM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDItMTRUMTE6NTU6MzUrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjIxODYxNmM2LTM1MWMtNDI0OS04YWFkLWJkZDQ2ZTczNWE0NDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNC0wMi0xNFQxMTo1NTozNSswMTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NjU0YmM5YmQtMWI2Yi1jYjRhLTllOWQtNWY2MzgxNDVjZjk0PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE0LTAyLTE0VDEyOjA1OjE3KzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjc8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+NzwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+cZUZMwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAA2ElEQVR42gDLADT/AS0tLUQFBQUVFxcXtPHx8fPl5eUNCAgITCkpKesEHx8fGgYGBjH+/v4a+Pj4qgQEBFU6OjodMTExzwQUFBSvEBAQEfX19SD19fVqNDQ0CElJSd/9/f2vAwEBAfrn5+fkBwcHLRYWFgsXFxfz29vbo9LS0uwDDQ0NDfPz81orKysXIyMj+ODg4Avh4eEa/f391gMkJCRYPz8/KUhISOMCAgKh8fHxHRsbGx4UFBQQBDk5OeY7Ozv7CAgItPb29vMEBASaJSUlTQ0NDesDAEwpT0Ko8Ri2AAAAAElFTkSuQmCC"
        },
        "$:/plugins/felixhayashi/vis/img/network/cross2.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/cross2.png",
            "type": "image/png",
            "text": "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/GMzLdsAADoRaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTQtMDItMTRUMTE6NTY6MTUrMDE6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE0LTAyLTE0VDExOjU2OjE1KzAxOjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNC0wMi0xNFQxMTo1NjoxNSswMTowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6OWIwNjRhODctYWNlZi1jMjQ5LTg5MWUtNDAxOTVmMWJjMTNkPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjlmYTI2M2QyLTljOWMtNWY0OC1iYjNiLThmYmQ5NmI5ZTBhMjwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjlmYTI2M2QyLTljOWMtNWY0OC1iYjNiLThmYmQ5NmI5ZTBhMjwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo5ZmEyNjNkMi05YzljLTVmNDgtYmIzYi04ZmJkOTZiOWUwYTI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDItMTRUMTE6NTY6MTUrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjliMDY0YTg3LWFjZWYtYzI0OS04OTFlLTQwMTk1ZjFiYzEzZDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNC0wMi0xNFQxMTo1NjoxNSswMTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4zPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8cGhvdG9zaG9wOklDQ1Byb2ZpbGU+c1JHQiBJRUM2MTk2Ni0yLjE8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj41PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjU8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvQ0yV0AAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAHZJREFUeNoAaQCW/wE1NTWrERER3+3t7Xbp6emKOTk5IgQtLS3kBAQEdfLy8ipOTk5LQ0NDkAE0NDQAEhISxiEhITkTExPH9PT0OgMGBgaPMzMzVS8vL7XU1NRC7+/vEQNfX19lUFBQtfPz82EEBAQMNTU1HwMAMI4nIAoe9RQAAAAASUVORK5CYII="
        },
        "$:/plugins/felixhayashi/vis/img/network/deleteIcon.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/deleteIcon.png",
            "type": "image/png",
            "text": "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/GMzLdsAAEEOaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNC0wMi0wNFQxNDo0MTowNCswMTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTQtMDItMDRUMTQ6NDE6MDQrMDE6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjc3NDkzYmUxLTEyZGItOTg0NC1iNDYyLTg2NGVmNGIzMzM3MTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6RUE2MEEyNEUxOTg0RTMxMUFEQUZFRkU2RUMzMzNFMDM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDEtMjNUMTk6MTg6MDcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowNmE3NWYwMy04MDdhLWUzNGYtYjk1Zi1jZGU2MjM0Mzg4OGY8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDItMDRUMTQ6NDE6MDQrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jb252ZXJ0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+ZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjc3NDkzYmUxLTEyZGItOTg0NC1iNDYyLTg2NGVmNGIzMzM3MTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNC0wMi0wNFQxNDo0MTowNCswMTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOjA2YTc1ZjAzLTgwN2EtZTM0Zi1iOTVmLWNkZTYyMzQzODg4Zjwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDA5MC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDkwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz4aYJzYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAYGSURBVHjalJZ7UJTnFcZ/73m/72PdJY1RbhoQp6lkXRAvmIYxdCUadLVOozPNtGObap1JsKipjiShbdoRbeKEiQHpQK3xj0xa03aamTbaTGyAYV1QGeqFi+JyiZFLAlmESBkWRmS3fyzslGkmnZ5/v/M873Oe75zzvqqoqAibzQaAiKCUAkApRdHIK/NFsx2NR91nOSILADDoJyzNaM4xxbtvPHh0iC+JiYkJ1OHDh4mJiUEpFSXPv/ziPC28TIiXDCOSrAClQDSEpsCwJPIhrEBRQpiSytXlQwDhcBilFPfu3UMVFxdjt9ujFTzfcLBADCoEEAFr1ZbrrNjch2vtEImPBgHob7fTcWE+bVXJNJ/NiFQlEGLvieXHKmYqGB8fRx05cgSbzYaIsPvywV8pKFaA7fGtLTzz61YWpo/xVTHQbufsq5lcez9zWuWhk5mvFwMEg0H0+vXrMU2Tn1wp3CtCiQ5DjGd3A/m/v8IDCZP8r4iNmyRrWx/j/5qktykZpXKzAjVDVxPzGqemptDr1q1jX3NRnIJarcDKK2hgR2ULXRfncv7UYv7xpovhnhiW5Mz+kefeSKO6LJ1A1xzEuk/Ojm4mRibpuZaMZW3OCtRUND60NmiICCIUShisx7a2sLMiQn4s77uEQgIabnqdfHIlgT1/qQeg8vs5dHhdCNB1wYn3RIiC995j26stjAbsNH+YiZJCESnS1Y/XxIXu8r4YIPv/VkVs3CTnTy2ms34xro1+sp9po6sxlTu34ultmsPVvy6is86FCHgO+DDs49zpjufBpCG+seYOC9OHaTidieicb9ouVAhKtouAseI710ma7pLuqwmgYfHqAFt+6WdLoQ/LBl11Lm7VudAa8vb72PCin9TlAWIsGGhLACD+kSAZnusYBii1XQAPYWDllt6ov2lrBkDBR2+6Ofuak2//3M+G/T4wAAPW7fPhKfRTVeqk9qQbFKRmDUTxS3N7QYGYmwzCkqklBGlPDEcTNv+sg9tNCbTXuvBWujE0bHrZj9JE1B/wU1Pm5PwJN6YBS9a2kVvQEcWnrh5GTFD3lxkYkqRMgYQlwVldUvDnen73LHTUuqitdKM0eAr9AFQfd1J/yo2aJn+2sn4Wdn5qEFODJskgBIjx5T0uCrQA08pnIjS9PERDjPnfOKXAMEBECUoGEIHBj+2zkt76UQ6dXheGAev3+cg74Kf6uJPqcicbfuond7cPy4SOiy7+tD9nFvZurx00KOk3CNEC+mE+vjSPBc7IWqgqTaPT60IMcO/xsXGa3HfKjRgRdbl7/KDg0jtubje6aHj7c7J3dgLQ2zoPwwQ91SooOQdAW1VKVMHty0kA5Bb48BycJn/LjWFGbLv4thvvb53kFvjJ+XEdWkPfjQVR/CcNKYgGMc8JWt5Fa2j+MIPPuyI2pa4IoHSkt6vLIuRaQ9q32khzt4GCxtNu6k46GeiIR2lIfDQQsafPzq1LGRGL9Gk9d+vrwewvfHPQOoexQVjxdB/auk/zmaUMdsfz6bVUtIalT7bxveP1ZHh6GPDPYeSzeD69kcpIfxymFWLNrka+ljhBTWkWwz2JiJT84YHnz2iPx0P20PkmRF5i6HYiwZFJsn/YzdezbzE3cQibY5xV266z6RfXohakb+xB9CjanCD9qTbW7Grk4WV38VZm0l6dhQiEw9taHSuDqrS0FIfDwXM3X9mHMsvRAk/sauDpQy38P+GtzOTGB9mEpkD0C2dS8n8zOjqK9ng8WJZFU+JTjasGvaCNXPpvJBPoMlm0OoDNMfWVxONfWNSUPUZ7TUQ56tCZlPwSgMnJSVRpaSmxsbFE1raw82ZxAZZRQUiBYUKGp5UlOX2krBzmoUVjiIKhHge9rfPo+Wcy3ZeXIYASgL1/X5RfMXMvj46OosrLy7HZbGitUUohIuzoem0RofALaOsghgWGjky0MiJTL8b0lOvI8hN1DKXKP0jd3TNTWDgcJhgMoo4ePYrD4Yi+KmaeLlprnrtXFo9h/AAlG1AqE8yFmBrC+jO0bgH9EVpO/1F2Dc5g//OAsbEx/j0Af+USsQynL1UAAAAASUVORK5CYII="
        },
        "$:/plugins/felixhayashi/vis/img/network/downArrow.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/downArrow.png",
            "type": "image/png",
            "text": "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"
        },
        "$:/plugins/felixhayashi/vis/img/network/editIcon.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/editIcon.png",
            "type": "image/png",
            "text": "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/GMzLdsAAEEOaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNC0wMi0wNVQxNDoxMjoyNSswMTowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTQtMDItMDVUMTQ6MTI6MjUrMDE6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjY5OTM3ZGZjLTJjNzQtYTU0YS05OTIzLTQyMmZhNDNkMjljNDwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE0LTAxLTIyVDE5OjI0OjUxKzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6RUE2MEEyNEUxOTg0RTMxMUFEQUZFRkU2RUMzMzNFMDM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDEtMjNUMTk6MTg6MDcrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDozOWNhNzE5ZC03YzNlLTUyNGEtYmY1NS03NGVmMmM1MzE0YTc8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTQtMDItMDVUMTQ6MTI6MjUrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jb252ZXJ0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+ZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY5OTM3ZGZjLTJjNzQtYTU0YS05OTIzLTQyMmZhNDNkMjljNDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNC0wMi0wNVQxNDoxMjoyNSswMTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOjM5Y2E3MTlkLTdjM2UtNTI0YS1iZjU1LTc0ZWYyYzUzMTRhNzwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDpFQTc2MkY5Njc0ODNFMzExOTQ4QkQxM0UyQkU3OTlBMTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjczQjYyQUFEOTE4M0UzMTE5NDhCRDEzRTJCRTc5OUExPC9zdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDA5MC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDkwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjI0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz4ykninAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAYpSURBVHjafFZtTFvnFX7Oea+NudiY2Hwam4CBlgQwXdKREDKUoYg0jbRJ29RJ2VZ1mjRFUxSpA3VTfkzJfkQbS7spU6rtx5Z2UtppScjaHxvLuiatWi2jLEoMIUDCh23g2gbj7+tPuPvhOurawPl1dc99n+c55z33fV46ceIEZFkGADAziAgAQERoe/9ZK4GPM/AcgbsIXAcABCgMvkfAqAa89eDoJyF8LogIqqqChoaGYDAYHr8kItS8uc8iIH6iAa9IkAo5EAQX8pqmgUVBCBggYFgDhv0/GAsBgKZpICJkMhnQ4OAgZFkGEYGZUXmp+0cS+CKBwWA0DVRPOg5Zl2q6zaHyJlnVAMQXVTkwHrUqH0Xsvn+tdQAAMQDgpPLS2MViFY8rkGUZzIzaS/t/xqCzGggtz9e697zsnKhoLUtim4jOq/LE6x7X0nsh16dEZ5a/O3a2SCAOHjwInU6Hujd6ThJ4mCDQ+b2G232v7v6vwarPbQn8MGlMr+X0kpE3Wr5Zt5hL5HPhqYSdQIfKJ+yhxDPKWC6Xg+jt7UXD5b5KBt1kCHS85Ljd8/On3NupfnhFaZj4rWff1B98B1R/hnUmKd36bdtCNl4g0en4edNE/cXwLq8qMTMIPAQwmo/WuHvObA8+9c58k/dKtD0TyZWXN5YGA7ej7epKxspM//7SoNOdWc/Jyq2wiwhDzPxT8cP0jys3VMM7OmL0/77zn4Ydui3b8uiK0jD7RrA77c9Wd57cefPpF+2T6bWsFPWkaiPTCWvTsZpHFU+XrS+8G3AR08F6X+1FJvBxQQzHQOWk2SmrW4FPX/U2LVwPuDZj+fJKl2khPpeyAqA9rzR/YqwuiWXX8taN/CabGkrVuq9YJlkQQDjOAJ5jAhz9Vt9W4N5/rNp8I+vtMV/aZm4zLnUNNt0urdYnF68HWoJj4Wo1mLGUNRr8LEgDgNqeCh8xQIKOsgC7iAjVe83rT9zQa8uNM28u70kspessu8q8zq/V3NcZpVzb9+0zmVhOvvvrhaMVzrJg0zeq7xMVCCwdpnWSGBqjUyJwLTFgbvxie3w31uoWR1Y74r60rdxZqrR8q85t2W2MGCp12bm/KC3hyaSTiMhxuGrKcahqpbjOaDOoEhOEoFqJQCCJvqA85I6bfTdDjQlf2lbxVNlS6wt19yy7jRHZZlDnrinNj/6sHMhnNw2Ogco7O79e5fm/xQywRBBCEAuwn4gQ96bkYj4Vyuq9N1Z3Bj4Od5bs0MXt/dZZ21ctiqFan174q985P+Lfp+U1g7XDON/1ctP458WlVjLyJhOISZE0wM0S1QfuRC3lTjkJAKKEtNC9eIOhSh9xHLZOJRZTFuXDsEoStLkR/768ummsaJG9Pb9oe+9J+xaeSVokiQDSJphAo5uaBuWjiKP4QTqS1cUWU7ayesN66wu22frD1vmVW6GW6T8u9eVjGyZzs+w78Nqu0a2mbvVu1KEJQAgeZRL0liQYyx+GOmKeQpu0rMYsAJPNEFGD2dLodLIy6c9Ys7G8yeSUl3tf2/X3rcBVJSOv34l3sCBogi7z1LH/rBHjl4IJ93/ncQFAnjeImJD0Z8zuCwu9q3djDXqTlAKID5xv+9t2R8n8VcUFBljQ8Gyfe40BYBM4DwDLt8Kue79ZcFkbzfEdbUbv+oN4c9KTtsfm1MbYQqqh+2zrVZYKs/7Ef+byimt1POYiJhDhPBFBIiIEXhxfs7/dfYoIF+auBfYTE/pebx/V8hqBP2ODvD34yvuh/WCAmU75Bx6sIgaI/v5+6PV6JLqUsYr7dpDAoehs0h73pHTWrvKgThYbRSt9UmSjef3MpaUvBz4O72UmADgTOPJguGiZor+/HyUlJWBmJFz+D8xTtlUiOpbwpmrmrweeSXrT+g11k4SBN3RGKUcAVCVdFhyP1nreDbY//NPyEXUlU/Pp4XYycGT6V0Ux2WwWdO7cOZSWlkII8diX7SPPNgDaKdbxoNAxwATBAEkEEgSWCEQAqPAMwqvMdCEwMO0tVqZpWsGTT58+DaPR+PhGIYQAAAgh0P7B3ioW/B0iGiCGiwXbCuOHFSJys6AbYFye2T+xWhT3WYJEIoH/DQBMw3kes8OJPgAAAABJRU5ErkJggg=="
        },
        "$:/plugins/felixhayashi/vis/img/network/leftArrow.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/leftArrow.png",
            "type": "image/png",
            "text": "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"
        },
        "$:/plugins/felixhayashi/vis/img/network/minus.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/minus.png",
            "type": "image/png",
            "text": "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"
        },
        "$:/plugins/felixhayashi/vis/img/network/plus.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/plus.png",
            "type": "image/png",
            "text": "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"
        },
        "$:/plugins/felixhayashi/vis/img/network/rightArrow.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/rightArrow.png",
            "type": "image/png",
            "text": "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"
        },
        "$:/plugins/felixhayashi/vis/img/network/upArrow.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/upArrow.png",
            "type": "image/png",
            "text": "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"
        },
        "$:/plugins/felixhayashi/vis/img/network/zoomExtends.png": {
            "title": "$:/plugins/felixhayashi/vis/img/network/zoomExtends.png",
            "type": "image/png",
            "text": "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"
        },
        "$:/plugins/felixhayashi/vis/img/timeline/delete.png": {
            "title": "$:/plugins/felixhayashi/vis/img/timeline/delete.png",
            "type": "image/png",
            "text": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAl2cEFnAAAAEAAAABAAXMatwwAAAVRJREFUOMt108FKG1EUBuBvYtxbRGwxiGBXeYCW0mVpDSKVvIJ0F/syJsFdn6GCkaZ9gro3G1u0ILQgheJKRUwXPQNnxvTAcGf+c/7/nPvfO8UEKLCFJg5w31aNqGtgG3c4xLSZyP0QgI8Tpu0quQhyPwTgsBnkAVYD3MM9DibVId5GbiW+B+VIt7hJha1IdhPWDayVsBvcFtHlDYZ4mgou8D7e+zXyN/TwuUhjbkSXLHIZ61KNvItxaYyayBDrZsf36DyGdilQE+ngA57UyD+xg08luTSxHvP/wRuRewDm7uV9WJ4hsBy5rczJJm7G/tcS6VesjxN2Hj4c5S10Qj2Tz/AunrOEr0VtB+Z6vMJ+zfkfcVQjnMbRvcRC5B/hBU4auMbVjBFHCRsFdp6wK1yXHjz37xItRuejfFQ1nwb4HXVfs4nPYsQv0p+oKlLgNf7gGP4Cw4ZUK7kMJVEAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDExLTA1LTE2VDExOjM1OjIxKzAyOjAw9uVF5gAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxMS0wNS0xNlQxMTozNToyMSswMjowMIe4/VoAAAAASUVORK5CYII="
        },
        "$:/plugins/felixhayashi/vis/readme": {
            "title": "$:/plugins/felixhayashi/vis/readme",
            "text": "! TW5-Vis.js\n\nA tiddlywiki plugin for the vis.js library.\n\n---\n\n! Notes on Copyright\n\n!! TiddlyWiki\n\nCreated by Jeremy Ruston, (jeremy [at] jermolene [dot] com)\n\nCopyright © Jeremy Ruston 2004-2007 Copyright © UnaMesa Association 2007-2014\n\nPublished under the following [licenses](https://github.com/Jermolene/TiddlyWiki5/tree/master/licenses):\n\n1. BSD 3-clause \"New\" or \"Revised\" License (including any right to adopt any future version of a license if permitted)\n2. Creative Commons Attribution 3.0 (including any right to adopt any future version of a license if permitted)\n\n!! The **vis.js** library\n\nCopyright (c) 2014 [Almende B.V.](https://github.com/almende/vis)\n\nPublished under the following licenses:\n\n1. Apache License Version 2.0, January 2004 http://www.apache.org/licenses/\n2. MIT License (MIT)\n"
        },
        "$:/plugins/felixhayashi/vis/vis.css": {
            "title": "$:/plugins/felixhayashi/vis/vis.css",
            "type": "text/vnd.tiddlywiki",
            "tags": "$:/tags/Stylesheet",
            "text": "\\rules except list\n\n\\define datauri(title)\n<$macrocall $name=\"makedatauri\" type={{$title$!!type}} text={{$title$}}/>\n\\end\n\n.vis .overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.vis-active{box-shadow:0 0 10px #86d5f8}.vis [class*=\"span\"]{min-height:0;width:auto}div.vis-configuration{position:relative;display:block;float:left;font-size:12px}div.vis-configuration-wrapper{display:block;width:700px}div.vis-configuration-wrapper::after{clear:both;content:\"\";display:block}div.vis-configuration.vis-config-option-container{display:block;width:495px;background-color:#fff;border:2px solid #f7f8fa;border-radius:4px;margin-top:20px;left:10px;padding-left:5px}div.vis-configuration.vis-config-button{display:block;width:495px;height:25px;vertical-align:middle;line-height:25px;background-color:#f7f8fa;border:2px solid #ceced0;border-radius:4px;margin-top:20px;left:10px;padding-left:5px;cursor:pointer;margin-bottom:30px}div.vis-configuration.vis-config-button.hover{background-color:#4588e6;border:2px solid #214373;color:#fff}div.vis-configuration.vis-config-item{display:block;float:left;width:495px;height:25px;vertical-align:middle;line-height:25px}div.vis-configuration.vis-config-item.vis-config-s2{left:10px;background-color:#f7f8fa;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-item.vis-config-s3{left:20px;background-color:#e4e9f0;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-item.vis-config-s4{left:30px;background-color:#cfd8e6;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-header{font-size:18px;font-weight:bold}div.vis-configuration.vis-config-label{width:120px;height:25px;line-height:25px}div.vis-configuration.vis-config-label.vis-config-s3{width:110px}div.vis-configuration.vis-config-label.vis-config-s4{width:100px}div.vis-configuration.vis-config-colorBlock{top:1px;width:30px;height:19px;border:1px solid #444;border-radius:2px;padding:0;margin:0;cursor:pointer}input.vis-configuration.vis-config-checkbox{left:-5px}input.vis-configuration.vis-config-rangeinput{position:relative;top:-5px;width:60px;padding:1px;margin:0;pointer-events:none}input.vis-configuration.vis-config-range{-webkit-appearance:none;border:0 solid white;background-color:rgba(0,0,0,0);width:300px;height:20px}input.vis-configuration.vis-config-range::-webkit-slider-runnable-track{width:300px;height:5px;background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(to bottom,#dedede 0,#c8c8c8 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede',endColorstr='#c8c8c8',GradientType=0);border:1px solid #999;box-shadow:#aaa 0 0 3px 0;border-radius:3px}input.vis-configuration.vis-config-range::-webkit-slider-thumb{-webkit-appearance:none;border:1px solid #14334b;height:17px;width:17px;border-radius:50%;background:#3876c2;background:-moz-linear-gradient(top,#3876c2 0,#385380 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3876c2),color-stop(100%,#385380));background:-webkit-linear-gradient(top,#3876c2 0,#385380 100%);background:-o-linear-gradient(top,#3876c2 0,#385380 100%);background:-ms-linear-gradient(top,#3876c2 0,#385380 100%);background:linear-gradient(to bottom,#3876c2 0,#385380 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3876c2',endColorstr='#385380',GradientType=0);box-shadow:#111927 0 0 1px 0;margin-top:-7px}input.vis-configuration.vis-config-range:focus{outline:0}input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track{background:#9d9d9d;background:-moz-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#9d9d9d),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-o-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:linear-gradient(to bottom,#9d9d9d 0,#c8c8c8 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d9d9d',endColorstr='#c8c8c8',GradientType=0)}input.vis-configuration.vis-config-range::-moz-range-track{width:300px;height:10px;background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(to bottom,#dedede 0,#c8c8c8 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede',endColorstr='#c8c8c8',GradientType=0);border:1px solid #999;box-shadow:#aaa 0 0 3px 0;border-radius:3px}input.vis-configuration.vis-config-range::-moz-range-thumb{border:0;height:16px;width:16px;border-radius:50%;background:#385380}input.vis-configuration.vis-config-range:-moz-focusring{outline:1px solid white;outline-offset:-1px}input.vis-configuration.vis-config-range::-ms-track{width:300px;height:5px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}input.vis-configuration.vis-config-range::-ms-fill-lower{background:#777;border-radius:10px}input.vis-configuration.vis-config-range::-ms-fill-upper{background:#ddd;border-radius:10px}input.vis-configuration.vis-config-range::-ms-thumb{border:0;height:16px;width:16px;border-radius:50%;background:#385380}input.vis-configuration.vis-config-range:focus::-ms-fill-lower{background:#888}input.vis-configuration.vis-config-range:focus::-ms-fill-upper{background:#ccc}.vis-configuration-popup{position:absolute;background:rgba(57,76,89,0.85);border:2px solid #f2faff;line-height:30px;height:30px;width:150px;text-align:center;color:#fff;font-size:14px;border-radius:4px;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.vis-configuration-popup:after,.vis-configuration-popup:before{left:100%;top:50%;border:solid transparent;content:\" \";height:0;width:0;position:absolute;pointer-events:none}.vis-configuration-popup:after{border-color:rgba(136,183,213,0);border-left-color:rgba(57,76,89,0.85);border-width:8px;margin-top:-8px}.vis-configuration-popup:before{border-color:rgba(194,225,245,0);border-left-color:#f2faff;border-width:12px;margin-top:-12px}div.vis-tooltip{position:absolute;visibility:hidden;padding:5px;white-space:nowrap;font-family:verdana;font-size:14px;color:#000;background-color:#f5f4ed;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #808074;box-shadow:3px 3px 10px rgba(0,0,0,0.2);pointer-events:none;z-index:5}div.vis-color-picker{position:absolute;top:0;left:30px;margin-top:-140px;margin-left:30px;width:310px;height:444px;z-index:1;padding:10px;border-radius:15px;background-color:#fff;display:none;box-shadow:rgba(0,0,0,0.5) 0 0 10px 0}div.vis-color-picker div.vis-arrow{position:absolute;top:147px;left:5px}div.vis-color-picker div.vis-arrow::after,div.vis-color-picker div.vis-arrow::before{right:100%;top:50%;border:solid transparent;content:\" \";height:0;width:0;position:absolute;pointer-events:none}div.vis-color-picker div.vis-arrow:after{border-color:rgba(255,255,255,0);border-right-color:#fff;border-width:30px;margin-top:-30px}div.vis-color-picker div.vis-color{position:absolute;width:289px;height:289px;cursor:pointer}div.vis-color-picker div.vis-brightness{position:absolute;top:313px}div.vis-color-picker div.vis-opacity{position:absolute;top:350px}div.vis-color-picker div.vis-selector{position:absolute;top:137px;left:137px;width:15px;height:15px;border-radius:15px;border:1px solid #fff;background:#4c4c4c;background:-moz-linear-gradient(top,#4c4c4c 0,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4c4c4c),color-stop(12%,#595959),color-stop(25%,#666),color-stop(39%,#474747),color-stop(50%,#2c2c2c),color-stop(51%,#000),color-stop(60%,#111),color-stop(76%,#2b2b2b),color-stop(91%,#1c1c1c),color-stop(100%,#131313));background:-webkit-linear-gradient(top,#4c4c4c 0,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);background:-o-linear-gradient(top,#4c4c4c 0,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);background:-ms-linear-gradient(top,#4c4c4c 0,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);background:linear-gradient(to bottom,#4c4c4c 0,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c',endColorstr='#131313',GradientType=0)}div.vis-color-picker div.vis-new-color{position:absolute;width:140px;height:20px;border:1px solid rgba(0,0,0,0.1);border-radius:5px;top:380px;left:159px;text-align:right;padding-right:2px;font-size:10px;color:rgba(0,0,0,0.4);vertical-align:middle;line-height:20px}div.vis-color-picker div.vis-initial-color{position:absolute;width:140px;height:20px;border:1px solid rgba(0,0,0,0.1);border-radius:5px;top:380px;left:10px;text-align:left;padding-left:2px;font-size:10px;color:rgba(0,0,0,0.4);vertical-align:middle;line-height:20px}div.vis-color-picker div.vis-label{position:absolute;width:300px;left:10px}div.vis-color-picker div.vis-label.vis-brightness{top:300px}div.vis-color-picker div.vis-label.vis-opacity{top:338px}div.vis-color-picker div.vis-button{position:absolute;width:68px;height:25px;border-radius:10px;vertical-align:middle;text-align:center;line-height:25px;top:410px;border:2px solid #d9d9d9;background-color:#f7f7f7;cursor:pointer}div.vis-color-picker div.vis-button.vis-cancel{left:5px}div.vis-color-picker div.vis-button.vis-load{left:82px}div.vis-color-picker div.vis-button.vis-apply{left:159px}div.vis-color-picker div.vis-button.vis-save{left:236px}div.vis-color-picker input.vis-range{width:290px;height:20px}div.vis-network div.vis-manipulation{box-sizing:content-box;border-width:0;border-bottom:1px;border-style:solid;border-color:#d6d9d8;background:#fff;background:-moz-linear-gradient(top,#fff 0,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(48%,#fcfcfc),color-stop(50%,#fafafa),color-stop(100%,#fcfcfc));background:-webkit-linear-gradient(top,#fff 0,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);background:-o-linear-gradient(top,#fff 0,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);background:-ms-linear-gradient(top,#fff 0,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);background:linear-gradient(to bottom,#fff 0,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fcfcfc',GradientType=0);padding-top:4px;position:absolute;left:0;top:0;width:100%;height:28px}div.vis-network div.vis-edit-mode{position:absolute;left:0;top:5px;height:30px}div.vis-network div.vis-close{position:absolute;right:0;top:0;width:30px;height:30px;background-position:20px 3px;background-repeat:no-repeat;background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/cross.png\">>);cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.vis-network div.vis-close:hover{opacity:.6}div.vis-network div.vis-manipulation div.vis-button,div.vis-network div.vis-edit-mode div.vis-button{float:left;font-family:verdana;font-size:12px;-moz-border-radius:15px;border-radius:15px;display:inline-block;background-position:0 0;background-repeat:no-repeat;height:24px;margin-left:10px;cursor:pointer;padding:0 8px 0 8px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.vis-network div.vis-manipulation div.vis-button:hover{box-shadow:1px 1px 8px rgba(0,0,0,0.20)}div.vis-network div.vis-manipulation div.vis-button:active{box-shadow:1px 1px 8px rgba(0,0,0,0.50)}div.vis-network div.vis-manipulation div.vis-button.vis-back{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/backIcon.png\">>)}div.vis-network div.vis-manipulation div.vis-button.vis-none:hover{box-shadow:1px 1px 8px rgba(0,0,0,0.0);cursor:default}div.vis-network div.vis-manipulation div.vis-button.vis-none:active{box-shadow:1px 1px 8px rgba(0,0,0,0.0)}div.vis-network div.vis-manipulation div.vis-button.vis-none{padding:0}div.vis-network div.vis-manipulation div.notification{margin:2px;font-weight:bold}div.vis-network div.vis-manipulation div.vis-button.vis-add{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/addNodeIcon.png\">>)}div.vis-network div.vis-manipulation div.vis-button.vis-edit,div.vis-network div.vis-edit-mode div.vis-button.vis-edit{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/editIcon.png\">>)}div.vis-network div.vis-edit-mode div.vis-button.vis-edit.vis-edit-mode{background-color:#fcfcfc;border:1px solid #ccc}div.vis-network div.vis-manipulation div.vis-button.vis-connect{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/connectIcon.png\">>)}div.vis-network div.vis-manipulation div.vis-button.vis-delete{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/deleteIcon.png\">>)}div.vis-network div.vis-manipulation div.vis-label,div.vis-network div.vis-edit-mode div.vis-label{margin:0 0 0 23px;line-height:25px}div.vis-network div.vis-manipulation div.vis-separator-line{float:left;display:inline-block;width:1px;height:21px;background-color:#bdbdbd;margin:0 7px 0 15px}div.vis-network div.vis-navigation div.vis-button{width:34px;height:34px;-moz-border-radius:17px;border-radius:17px;position:absolute;display:inline-block;background-position:2px 2px;background-repeat:no-repeat;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.vis-network div.vis-navigation div.vis-button:hover{box-shadow:0 0 3px 3px rgba(56,207,21,0.30)}div.vis-network div.vis-navigation div.vis-button:active{box-shadow:0 0 1px 3px rgba(56,207,21,0.95)}div.vis-network div.vis-navigation div.vis-button.vis-up{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/upArrow.png\">>);bottom:50px;left:55px}div.vis-network div.vis-navigation div.vis-button.vis-down{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/downArrow.png\">>);bottom:10px;left:55px}div.vis-network div.vis-navigation div.vis-button.vis-left{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/leftArrow.png\">>);bottom:10px;left:15px}div.vis-network div.vis-navigation div.vis-button.vis-right{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/rightArrow.png\">>);bottom:10px;left:95px}div.vis-network div.vis-navigation div.vis-button.vis-zoomIn{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/plus.png\">>);bottom:10px;right:15px}div.vis-network div.vis-navigation div.vis-button.vis-zoomOut{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/minus.png\">>);bottom:10px;right:55px}div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends{background-image:url(<<datauri \"$:/plugins/felixhayashi/vis/img/network/zoomExtends.png\">>);bottom:50px;right:15px}.vis-current-time{background-color:#ff7f6e;width:2px;z-index:1;pointer-events:none}.vis-rolling-mode-btn{height:40px;width:40px;position:absolute;top:7px;right:20px;border-radius:50%;font-size:28px;cursor:pointer;opacity:.8;color:white;font-weight:bold;text-align:center;background:#3876c2}.vis-rolling-mode-btn:before{content:\"\\26F6\"}.vis-rolling-mode-btn:hover{opacity:1}.vis-custom-time{background-color:#6e94ff;width:2px;cursor:move;z-index:1}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal{position:absolute;width:100%;height:0;border-bottom:1px solid}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor{border-color:#e5e5e5}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major{border-color:#bfbfbf}.vis-data-axis .vis-y-axis.vis-major{width:100%;position:absolute;color:#4d4d4d;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-major.vis-measure{padding:0;margin:0;border:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-minor{position:absolute;width:100%;color:#bebebe;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-minor.vis-measure{padding:0;margin:0;border:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title{position:absolute;color:#4d4d4d;white-space:nowrap;bottom:20px;text-align:center}.vis-data-axis .vis-y-axis.vis-title.vis-measure{padding:0;margin:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title.vis-left{bottom:0;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.vis-data-axis .vis-y-axis.vis-title.vis-right{bottom:0;-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-ms-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.vis-legend{background-color:rgba(247,252,255,0.65);padding:5px;border:1px solid #b3b3b3;box-shadow:2px 2px 10px rgba(154,154,154,0.55)}.vis-legend-text{white-space:nowrap;display:inline-block}.vis-item{position:absolute;color:#1a1a1a;border-color:#97b0f8;border-width:1px;background-color:#d5ddf6;display:inline-block;z-index:1}.vis-item.vis-selected{border-color:#ffc200;background-color:#fff785;z-index:2}.vis-editable.vis-selected{cursor:move}.vis-item.vis-point.vis-selected{background-color:#fff785}.vis-item.vis-box{text-align:center;border-style:solid;border-radius:2px}.vis-item.vis-point{background:0}.vis-item.vis-dot{position:absolute;padding:0;border-width:4px;border-style:solid;border-radius:4px}.vis-item.vis-range{border-style:solid;border-radius:2px;box-sizing:border-box}.vis-item.vis-background{border:0;background-color:rgba(213,221,246,0.4);box-sizing:border-box;padding:0;margin:0}.vis-item .vis-item-overflow{position:relative;width:100%;height:100%;padding:0;margin:0;overflow:hidden}.vis-item-visible-frame{white-space:nowrap}.vis-item.vis-range .vis-item-content{position:relative;display:inline-block}.vis-item.vis-background .vis-item-content{position:absolute;display:inline-block}.vis-item.vis-line{padding:0;position:absolute;width:0;border-left-width:1px;border-left-style:solid}.vis-item .vis-item-content{white-space:nowrap;box-sizing:border-box;padding:5px}.vis-item .vis-onUpdateTime-tooltip{position:absolute;background:#4f81bd;color:white;width:200px;text-align:center;white-space:nowrap;padding:5px;border-radius:1px;transition:.4s;-o-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s}.vis-item .vis-delete,.vis-item .vis-delete-rtl{position:absolute;top:0;width:24px;height:24px;box-sizing:border-box;padding:0 5px;cursor:pointer;-webkit-transition:background .2s linear;-moz-transition:background .2s linear;-ms-transition:background .2s linear;-o-transition:background .2s linear;transition:background .2s linear}.vis-item .vis-delete{right:-24px}.vis-item .vis-delete-rtl{left:-24px}.vis-item .vis-delete:after,.vis-item .vis-delete-rtl:after{content:\"\\00D7\";color:red;font-family:arial,sans-serif;font-size:22px;font-weight:bold;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-ms-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.vis-item .vis-delete:hover,.vis-item .vis-delete-rtl:hover{background:red}.vis-item .vis-delete:hover:after,.vis-item .vis-delete-rtl:hover:after{color:white}.vis-item .vis-drag-center{position:absolute;width:100%;height:100%;top:0;left:0;cursor:move}.vis-item.vis-range .vis-drag-left{position:absolute;width:24px;max-width:20%;min-width:2px;height:100%;top:0;left:-4px;cursor:w-resize}.vis-item.vis-range .vis-drag-right{position:absolute;width:24px;max-width:20%;min-width:2px;height:100%;top:0;right:-4px;cursor:e-resize}.vis-range.vis-item.vis-readonly .vis-drag-left,.vis-range.vis-item.vis-readonly .vis-drag-right{cursor:auto}.vis-itemset{position:relative;padding:0;margin:0;box-sizing:border-box}.vis-itemset .vis-background,.vis-itemset .vis-foreground{position:absolute;width:100%;height:100%;overflow:visible}.vis-axis{position:absolute;width:100%;height:0;left:0;z-index:1}.vis-foreground .vis-group{position:relative;box-sizing:border-box;border-bottom:1px solid #bfbfbf}.vis-foreground .vis-group:last-child{border-bottom:0}.vis-nesting-group{cursor:pointer}.vis-nested-group{background:#f5f5f5}.vis-label.vis-nesting-group.expanded:before{content:\"\\25BC\"}.vis-label.vis-nesting-group.collapsed-rtl:before{content:\"\\25C0\"}.vis-label.vis-nesting-group.collapsed:before{content:\"\\25B6\"}.vis-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.vis-labelset{position:relative;overflow:hidden;box-sizing:border-box}.vis-labelset .vis-label{position:relative;left:0;top:0;width:100%;color:#4d4d4d;box-sizing:border-box}.vis-labelset .vis-label{border-bottom:1px solid #bfbfbf}.vis-labelset .vis-label.draggable{cursor:pointer}.vis-labelset .vis-label:last-child{border-bottom:0}.vis-labelset .vis-label .vis-inner{display:inline-block;padding:5px}.vis-labelset .vis-label .vis-inner.vis-hidden{padding:0}.vis-panel{position:absolute;padding:0;margin:0;box-sizing:border-box}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right,.vis-panel.vis-top,.vis-panel.vis-bottom{border:1px #bfbfbf}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right{border-top-style:solid;border-bottom-style:solid;overflow:hidden}.vis-left.vis-panel.vis-vertical-scroll,.vis-right.vis-panel.vis-vertical-scroll{height:100%;overflow-x:hidden;overflow-y:scroll}.vis-left.vis-panel.vis-vertical-scroll{direction:rtl}.vis-left.vis-panel.vis-vertical-scroll .vis-content{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll .vis-content{direction:rtl}.vis-panel.vis-center,.vis-panel.vis-top,.vis-panel.vis-bottom{border-left-style:solid;border-right-style:solid}.vis-background{overflow:hidden}.vis-panel>.vis-content{position:relative}.vis-panel .vis-shadow{position:absolute;width:100%;height:1px;box-shadow:0 0 10px rgba(0,0,0,0.8)}.vis-panel .vis-shadow.vis-top{top:-1px;left:0}.vis-panel .vis-shadow.vis-bottom{bottom:-1px;left:0}.vis-graph-group0{fill:#4f81bd;fill-opacity:0;stroke-width:2px;stroke:#4f81bd}.vis-graph-group1{fill:#f79646;fill-opacity:0;stroke-width:2px;stroke:#f79646}.vis-graph-group2{fill:#8c51cf;fill-opacity:0;stroke-width:2px;stroke:#8c51cf}.vis-graph-group3{fill:#75c841;fill-opacity:0;stroke-width:2px;stroke:#75c841}.vis-graph-group4{fill:#ff0100;fill-opacity:0;stroke-width:2px;stroke:#ff0100}.vis-graph-group5{fill:#37d8e6;fill-opacity:0;stroke-width:2px;stroke:#37d8e6}.vis-graph-group6{fill:#042662;fill-opacity:0;stroke-width:2px;stroke:#042662}.vis-graph-group7{fill:#00ff26;fill-opacity:0;stroke-width:2px;stroke:#00ff26}.vis-graph-group8{fill:#f0f;fill-opacity:0;stroke-width:2px;stroke:#f0f}.vis-graph-group9{fill:#8f3938;fill-opacity:0;stroke-width:2px;stroke:#8f3938}.vis-timeline .vis-fill{fill-opacity:.1;stroke:none}.vis-timeline .vis-bar{fill-opacity:.5;stroke-width:1px}.vis-timeline .vis-point{stroke-width:2px;fill-opacity:1.0}.vis-timeline .vis-legend-background{stroke-width:1px;fill-opacity:.9;fill:#fff;stroke:#c2c2c2}.vis-timeline .vis-outline{stroke-width:1px;fill-opacity:1;fill:#fff;stroke:#e5e5e5}.vis-timeline .vis-icon-fill{fill-opacity:.3;stroke:none}.vis-time-axis{position:relative;overflow:hidden}.vis-time-axis.vis-foreground{top:0;left:0;width:100%}.vis-time-axis.vis-background{position:absolute;top:0;left:0;width:100%;height:100%}.vis-time-axis .vis-text{position:absolute;color:#4d4d4d;padding:3px;overflow:hidden;box-sizing:border-box;white-space:nowrap}.vis-time-axis .vis-text.vis-measure{position:absolute;padding-left:0;padding-right:0;margin-left:0;margin-right:0;visibility:hidden}.vis-time-axis .vis-grid.vis-vertical{position:absolute;border-left:1px solid}.vis-time-axis .vis-grid.vis-vertical-rtl{position:absolute;border-right:1px solid}.vis-time-axis .vis-grid.vis-minor{border-color:#e5e5e5}.vis-time-axis .vis-grid.vis-major{border-color:#bfbfbf}.vis-timeline{position:relative;border:1px solid #bfbfbf;overflow:hidden;padding:0;margin:0;box-sizing:border-box}"
        },
        "$:/plugins/felixhayashi/vis/vis.js": {
            "title": "$:/plugins/felixhayashi/vis/vis.js",
            "text": "/*\\\ntitle: $:/plugins/felixhayashi/vis/vis.js\ntype: application/javascript\nmodule-type: library\n\n@preserve\n\\*/\n\n/*** TO AVOID STRANGE LIB ERRORS FROM BUBBLING UP *****************/\n\nif($tw.boot.tasks.trapErrors) {\n\n  var defaultHandler = window.onerror;\n  window.onerror = function(errorMsg, url, lineNumber) {\n    \n    if(errorMsg.indexOf(\"NS_ERROR_NOT_AVAILABLE\") !== -1\n       && url == \"$:/plugins/felixhayashi/vis/vis.js\") {\n         \n      var text = \"Strange firefox related vis.js error (see #125)\";\n      console.error(text, arguments);\n      \n    } else if(errorMsg.indexOf(\"Permission denied to access property\") !== -1) {\n      \n      var text = \"Strange firefox related vis.js error (see #163)\";\n      console.error(text, arguments);\n      \n    } else if(defaultHandler) {\n      \n      defaultHandler.apply(this, arguments);\n      \n    }\n    \n  }\n  \n}\n\n/******************************************************************/\n\n/**\n * vis.js\n * https://github.com/almende/vis\n *\n * A dynamic, browser-based visualization library.\n *\n * @version 4.21.0\n * @date    2017-10-12\n *\n * @license\n * Copyright (C) 2011-2017 Almende B.V, http://almende.com\n *\n * Vis.js is dual licensed under both\n *\n * * The Apache 2.0 License\n *   http://www.apache.org/licenses/LICENSE-2.0\n *\n * and\n *\n * * The MIT License\n *   http://opensource.org/licenses/MIT\n *\n * Vis.js may be distributed under either license.\n */\n\"use strict\";(function webpackUniversalModuleDefinition(root,factory){if(typeof exports===\"object\"&&typeof module===\"object\")module.exports=factory();else if(typeof define===\"function\"&&define.amd)define([],factory);else if(typeof exports===\"object\")exports[\"vis\"]=factory();else root[\"vis\"]=factory()})(this,function(){return function(modules){var installedModules={};function __webpack_require__(moduleId){if(installedModules[moduleId]){return installedModules[moduleId].exports}var module=installedModules[moduleId]={i:moduleId,l:false,exports:{}};modules[moduleId].call(module.exports,module,module.exports,__webpack_require__);module.l=true;return module.exports}__webpack_require__.m=modules;__webpack_require__.c=installedModules;__webpack_require__.d=function(exports,name,getter){if(!__webpack_require__.o(exports,name)){Object.defineProperty(exports,name,{configurable:false,enumerable:true,get:getter})}};__webpack_require__.n=function(module){var getter=module&&module.__esModule?function getDefault(){return module[\"default\"]}:function getModuleExports(){return module};__webpack_require__.d(getter,\"a\",getter);return getter};__webpack_require__.o=function(object,property){return Object.prototype.hasOwnProperty.call(object,property)};__webpack_require__.p=\"\";return __webpack_require__(__webpack_require__.s=123)}([function(module,exports,__webpack_require__){\"use strict\";exports.__esModule=true;exports.default=function(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError(\"Cannot call a class as a function\")}}},function(module,exports,__webpack_require__){\"use strict\";exports.__esModule=true;var _defineProperty=__webpack_require__(169);var _defineProperty2=_interopRequireDefault(_defineProperty);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}exports.default=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if(\"value\"in descriptor)descriptor.writable=true;(0,_defineProperty2.default)(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){if(protoProps)defineProperties(Constructor.prototype,protoProps);if(staticProps)defineProperties(Constructor,staticProps);return Constructor}}()},function(module,exports,__webpack_require__){\"use strict\";var _getIterator2=__webpack_require__(77);var _getIterator3=_interopRequireDefault(_getIterator2);var _create=__webpack_require__(29);var _create2=_interopRequireDefault(_create);var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var moment=__webpack_require__(9);var uuid=__webpack_require__(157);exports.isNumber=function(object){return object instanceof Number||typeof object==\"number\"};exports.recursiveDOMDelete=function(DOMobject){if(DOMobject){while(DOMobject.hasChildNodes()===true){exports.recursiveDOMDelete(DOMobject.firstChild);DOMobject.removeChild(DOMobject.firstChild)}}};exports.giveRange=function(min,max,total,value){if(max==min){return.5}else{var scale=1/(max-min);return Math.max(0,(value-min)*scale)}};exports.isString=function(object){return object instanceof String||typeof object==\"string\"};exports.isDate=function(object){if(object instanceof Date){return true}else if(exports.isString(object)){var match=ASPDateRegex.exec(object);if(match){return true}else if(!isNaN(Date.parse(object))){return true}}return false};exports.randomUUID=function(){return uuid.v4()};exports.assignAllKeys=function(obj,value){for(var prop in obj){if(obj.hasOwnProperty(prop)){if((0,_typeof3[\"default\"])(obj[prop])!==\"object\"){obj[prop]=value}}}};function copyOrDelete(a,b,prop,allowDeletion){var doDeletion=false;if(allowDeletion===true){doDeletion=b[prop]===null&&a[prop]!==undefined}if(doDeletion){delete a[prop]}else{a[prop]=b[prop]}}exports.fillIfDefined=function(a,b){var allowDeletion=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;for(var prop in a){if(b[prop]!==undefined){if(b[prop]===null||(0,_typeof3[\"default\"])(b[prop])!==\"object\"){copyOrDelete(a,b,prop,allowDeletion)}else{if((0,_typeof3[\"default\"])(a[prop])===\"object\"){exports.fillIfDefined(a[prop],b[prop],allowDeletion)}}}}};exports.extend=function(a,b){for(var i=1;i<arguments.length;i++){var other=arguments[i];for(var prop in other){if(other.hasOwnProperty(prop)){a[prop]=other[prop]}}}return a};exports.selectiveExtend=function(props,a,b){if(!Array.isArray(props)){throw new Error(\"Array with property names expected as first argument\")}for(var i=2;i<arguments.length;i++){var other=arguments[i];for(var p=0;p<props.length;p++){var prop=props[p];if(other&&other.hasOwnProperty(prop)){a[prop]=other[prop]}}}return a};exports.selectiveDeepExtend=function(props,a,b){var allowDeletion=arguments.length>3&&arguments[3]!==undefined?arguments[3]:false;if(Array.isArray(b)){throw new TypeError(\"Arrays are not supported by deepExtend\")}for(var p=0;p<props.length;p++){var prop=props[p];if(b.hasOwnProperty(prop)){if(b[prop]&&b[prop].constructor===Object){if(a[prop]===undefined){a[prop]={}}if(a[prop].constructor===Object){exports.deepExtend(a[prop],b[prop],false,allowDeletion)}else{copyOrDelete(a,b,prop,allowDeletion)}}else if(Array.isArray(b[prop])){throw new TypeError(\"Arrays are not supported by deepExtend\")}else{copyOrDelete(a,b,prop,allowDeletion)}}}return a};exports.selectiveNotDeepExtend=function(propsToExclude,a,b){var allowDeletion=arguments.length>3&&arguments[3]!==undefined?arguments[3]:false;if(Array.isArray(b)){throw new TypeError(\"Arrays are not supported by deepExtend\")}for(var prop in b){if(!b.hasOwnProperty(prop))continue;if(propsToExclude.indexOf(prop)!==-1)continue;if(b[prop]&&b[prop].constructor===Object){if(a[prop]===undefined){a[prop]={}}if(a[prop].constructor===Object){exports.deepExtend(a[prop],b[prop])}else{copyOrDelete(a,b,prop,allowDeletion)}}else if(Array.isArray(b[prop])){a[prop]=[];for(var i=0;i<b[prop].length;i++){a[prop].push(b[prop][i])}}else{copyOrDelete(a,b,prop,allowDeletion)}}return a};exports.deepExtend=function(a,b){var protoExtend=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var allowDeletion=arguments.length>3&&arguments[3]!==undefined?arguments[3]:false;for(var prop in b){if(b.hasOwnProperty(prop)||protoExtend===true){if(b[prop]&&b[prop].constructor===Object){if(a[prop]===undefined){a[prop]={}}if(a[prop].constructor===Object){exports.deepExtend(a[prop],b[prop],protoExtend)}else{copyOrDelete(a,b,prop,allowDeletion)}}else if(Array.isArray(b[prop])){a[prop]=[];for(var i=0;i<b[prop].length;i++){a[prop].push(b[prop][i])}}else{copyOrDelete(a,b,prop,allowDeletion)}}}return a};exports.equalArray=function(a,b){if(a.length!=b.length)return false;for(var i=0,len=a.length;i<len;i++){if(a[i]!=b[i])return false}return true};exports.convert=function(object,type){var match;if(object===undefined){return undefined}if(object===null){return null}if(!type){return object}if(!(typeof type===\"string\")&&!(type instanceof String)){throw new Error(\"Type must be a string\")}switch(type){case\"boolean\":case\"Boolean\":return Boolean(object);case\"number\":case\"Number\":if(exports.isString(object)&&!isNaN(Date.parse(object))){return moment(object).valueOf()}else{return Number(object.valueOf())}case\"string\":case\"String\":return String(object);case\"Date\":if(exports.isNumber(object)){return new Date(object)}if(object instanceof Date){return new Date(object.valueOf())}else if(moment.isMoment(object)){return new Date(object.valueOf())}if(exports.isString(object)){match=ASPDateRegex.exec(object);if(match){return new Date(Number(match[1]))}else{return moment(new Date(object)).toDate()}}else{throw new Error(\"Cannot convert object of type \"+exports.getType(object)+\" to type Date\")}case\"Moment\":if(exports.isNumber(object)){return moment(object)}if(object instanceof Date){return moment(object.valueOf())}else if(moment.isMoment(object)){return moment(object)}if(exports.isString(object)){match=ASPDateRegex.exec(object);if(match){return moment(Number(match[1]))}else{return moment(object)}}else{throw new Error(\"Cannot convert object of type \"+exports.getType(object)+\" to type Date\")}case\"ISODate\":if(exports.isNumber(object)){return new Date(object)}else if(object instanceof Date){return object.toISOString()}else if(moment.isMoment(object)){return object.toDate().toISOString()}else if(exports.isString(object)){match=ASPDateRegex.exec(object);if(match){return new Date(Number(match[1])).toISOString()}else{return moment(object).format()}}else{throw new Error(\"Cannot convert object of type \"+exports.getType(object)+\" to type ISODate\")}case\"ASPDate\":if(exports.isNumber(object)){return\"/Date(\"+object+\")/\"}else if(object instanceof Date){return\"/Date(\"+object.valueOf()+\")/\"}else if(exports.isString(object)){match=ASPDateRegex.exec(object);var value;if(match){value=new Date(Number(match[1])).valueOf()}else{value=new Date(object).valueOf()}return\"/Date(\"+value+\")/\"}else{throw new Error(\"Cannot convert object of type \"+exports.getType(object)+\" to type ASPDate\")}default:throw new Error('Unknown type \"'+type+'\"')}};var ASPDateRegex=/^\\/?Date\\((\\-?\\d+)/i;exports.getType=function(object){var type=typeof object===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(object);if(type==\"object\"){if(object===null){return\"null\"}if(object instanceof Boolean){return\"Boolean\"}if(object instanceof Number){return\"Number\"}if(object instanceof String){return\"String\"}if(Array.isArray(object)){return\"Array\"}if(object instanceof Date){return\"Date\"}return\"Object\"}else if(type==\"number\"){return\"Number\"}else if(type==\"boolean\"){return\"Boolean\"}else if(type==\"string\"){return\"String\"}else if(type===undefined){return\"undefined\"}return type};exports.copyAndExtendArray=function(arr,newValue){var newArr=[];for(var i=0;i<arr.length;i++){newArr.push(arr[i])}newArr.push(newValue);return newArr};exports.copyArray=function(arr){var newArr=[];for(var i=0;i<arr.length;i++){newArr.push(arr[i])}return newArr};exports.getAbsoluteLeft=function(elem){return elem.getBoundingClientRect().left};exports.getAbsoluteRight=function(elem){return elem.getBoundingClientRect().right};exports.getAbsoluteTop=function(elem){return elem.getBoundingClientRect().top};exports.addClassName=function(elem,classNames){var classes=elem.className.split(\" \");var newClasses=classNames.split(\" \");classes=classes.concat(newClasses.filter(function(className){return classes.indexOf(className)<0}));elem.className=classes.join(\" \")};exports.removeClassName=function(elem,classNames){var classes=elem.className.split(\" \");var oldClasses=classNames.split(\" \");classes=classes.filter(function(className){return oldClasses.indexOf(className)<0});elem.className=classes.join(\" \")};exports.forEach=function(object,callback){var i,len;if(Array.isArray(object)){for(i=0,len=object.length;i<len;i++){callback(object[i],i,object)}}else{for(i in object){if(object.hasOwnProperty(i)){callback(object[i],i,object)}}}};exports.toArray=function(object){var array=[];for(var prop in object){if(object.hasOwnProperty(prop))array.push(object[prop])}return array};exports.updateProperty=function(object,key,value){if(object[key]!==value){object[key]=value;return true}else{return false}};exports.throttle=function(fn){var scheduled=false;return function throttled(){if(!scheduled){scheduled=true;requestAnimationFrame(function(){scheduled=false;fn()})}}};exports.addEventListener=function(element,action,listener,useCapture){if(element.addEventListener){if(useCapture===undefined)useCapture=false;if(action===\"mousewheel\"&&navigator.userAgent.indexOf(\"Firefox\")>=0){action=\"DOMMouseScroll\"}element.addEventListener(action,listener,useCapture)}else{element.attachEvent(\"on\"+action,listener)}};exports.removeEventListener=function(element,action,listener,useCapture){if(element.removeEventListener){if(useCapture===undefined)useCapture=false;if(action===\"mousewheel\"&&navigator.userAgent.indexOf(\"Firefox\")>=0){action=\"DOMMouseScroll\"}element.removeEventListener(action,listener,useCapture)}else{element.detachEvent(\"on\"+action,listener)}};exports.preventDefault=function(event){if(!event)event=window.event;if(event.preventDefault){event.preventDefault()}else{event.returnValue=false}};exports.getTarget=function(event){if(!event){event=window.event}var target;if(event.target){target=event.target}else if(event.srcElement){target=event.srcElement}if(target.nodeType!=undefined&&target.nodeType==3){target=target.parentNode}return target};exports.hasParent=function(element,parent){var e=element;while(e){if(e===parent){return true}e=e.parentNode}return false};exports.option={};exports.option.asBoolean=function(value,defaultValue){if(typeof value==\"function\"){value=value()}if(value!=null){return value!=false}return defaultValue||null};exports.option.asNumber=function(value,defaultValue){if(typeof value==\"function\"){value=value()}if(value!=null){return Number(value)||defaultValue||null}return defaultValue||null};exports.option.asString=function(value,defaultValue){if(typeof value==\"function\"){value=value()}if(value!=null){return String(value)}return defaultValue||null};exports.option.asSize=function(value,defaultValue){if(typeof value==\"function\"){value=value()}if(exports.isString(value)){return value}else if(exports.isNumber(value)){return value+\"px\"}else{return defaultValue||null}};exports.option.asElement=function(value,defaultValue){if(typeof value==\"function\"){value=value()}return value||defaultValue||null};exports.hexToRGB=function(hex){var shorthandRegex=/^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;hex=hex.replace(shorthandRegex,function(m,r,g,b){return r+r+g+g+b+b});var result=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex);return result?{r:parseInt(result[1],16),g:parseInt(result[2],16),b:parseInt(result[3],16)}:null};exports.overrideOpacity=function(color,opacity){var rgb;if(color.indexOf(\"rgba\")!=-1){return color}else if(color.indexOf(\"rgb\")!=-1){rgb=color.substr(color.indexOf(\"(\")+1).replace(\")\",\"\").split(\",\");return\"rgba(\"+rgb[0]+\",\"+rgb[1]+\",\"+rgb[2]+\",\"+opacity+\")\"}else{rgb=exports.hexToRGB(color);if(rgb==null){return color}else{return\"rgba(\"+rgb.r+\",\"+rgb.g+\",\"+rgb.b+\",\"+opacity+\")\"}}};exports.RGBToHex=function(red,green,blue){return\"#\"+((1<<24)+(red<<16)+(green<<8)+blue).toString(16).slice(1)};exports.parseColor=function(color){var c;if(exports.isString(color)===true){if(exports.isValidRGB(color)===true){var rgb=color.substr(4).substr(0,color.length-5).split(\",\").map(function(value){return parseInt(value)});color=exports.RGBToHex(rgb[0],rgb[1],rgb[2])}if(exports.isValidHex(color)===true){var hsv=exports.hexToHSV(color);var lighterColorHSV={h:hsv.h,s:hsv.s*.8,v:Math.min(1,hsv.v*1.02)};var darkerColorHSV={h:hsv.h,s:Math.min(1,hsv.s*1.25),v:hsv.v*.8};var darkerColorHex=exports.HSVToHex(darkerColorHSV.h,darkerColorHSV.s,darkerColorHSV.v);var lighterColorHex=exports.HSVToHex(lighterColorHSV.h,lighterColorHSV.s,lighterColorHSV.v);c={background:color,border:darkerColorHex,highlight:{background:lighterColorHex,border:darkerColorHex},hover:{background:lighterColorHex,border:darkerColorHex}}}else{c={background:color,border:color,highlight:{background:color,border:color},hover:{background:color,border:color}}}}else{c={};c.background=color.background||undefined;c.border=color.border||undefined;if(exports.isString(color.highlight)){c.highlight={border:color.highlight,background:color.highlight}}else{c.highlight={};c.highlight.background=color.highlight&&color.highlight.background||undefined;c.highlight.border=color.highlight&&color.highlight.border||undefined}if(exports.isString(color.hover)){c.hover={border:color.hover,background:color.hover}}else{c.hover={};c.hover.background=color.hover&&color.hover.background||undefined;c.hover.border=color.hover&&color.hover.border||undefined}}return c};exports.RGBToHSV=function(red,green,blue){red=red/255;green=green/255;blue=blue/255;var minRGB=Math.min(red,Math.min(green,blue));var maxRGB=Math.max(red,Math.max(green,blue));if(minRGB==maxRGB){return{h:0,s:0,v:minRGB}}var d=red==minRGB?green-blue:blue==minRGB?red-green:blue-red;var h=red==minRGB?3:blue==minRGB?1:5;var hue=60*(h-d/(maxRGB-minRGB))/360;var saturation=(maxRGB-minRGB)/maxRGB;var value=maxRGB;return{h:hue,s:saturation,v:value}};var cssUtil={split:function split(cssText){var styles={};cssText.split(\";\").forEach(function(style){if(style.trim()!=\"\"){var parts=style.split(\":\");var key=parts[0].trim();var value=parts[1].trim();styles[key]=value}});return styles},join:function join(styles){return(0,_keys2[\"default\"])(styles).map(function(key){return key+\": \"+styles[key]}).join(\"; \")}};exports.addCssText=function(element,cssText){var currentStyles=cssUtil.split(element.style.cssText);var newStyles=cssUtil.split(cssText);var styles=exports.extend(currentStyles,newStyles);element.style.cssText=cssUtil.join(styles)};exports.removeCssText=function(element,cssText){var styles=cssUtil.split(element.style.cssText);var removeStyles=cssUtil.split(cssText);for(var key in removeStyles){if(removeStyles.hasOwnProperty(key)){delete styles[key]}}element.style.cssText=cssUtil.join(styles)};exports.HSVToRGB=function(h,s,v){var r,g,b;var i=Math.floor(h*6);var f=h*6-i;var p=v*(1-s);var q=v*(1-f*s);var t=v*(1-(1-f)*s);switch(i%6){case 0:r=v,g=t,b=p;break;case 1:r=q,g=v,b=p;break;case 2:r=p,g=v,b=t;break;case 3:r=p,g=q,b=v;break;case 4:r=t,g=p,b=v;break;case 5:r=v,g=p,b=q;break}return{r:Math.floor(r*255),g:Math.floor(g*255),b:Math.floor(b*255)}};exports.HSVToHex=function(h,s,v){var rgb=exports.HSVToRGB(h,s,v);return exports.RGBToHex(rgb.r,rgb.g,rgb.b)};exports.hexToHSV=function(hex){var rgb=exports.hexToRGB(hex);return exports.RGBToHSV(rgb.r,rgb.g,rgb.b)};exports.isValidHex=function(hex){var isOk=/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(hex);return isOk};exports.isValidRGB=function(rgb){rgb=rgb.replace(\" \",\"\");var isOk=/rgb\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3})\\)/i.test(rgb);return isOk};exports.isValidRGBA=function(rgba){rgba=rgba.replace(\" \",\"\");var isOk=/rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(.{1,3})\\)/i.test(rgba);return isOk};exports.selectiveBridgeObject=function(fields,referenceObject){if(referenceObject!==null&&(typeof referenceObject===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(referenceObject))===\"object\"){var objectTo=(0,_create2[\"default\"])(referenceObject);for(var i=0;i<fields.length;i++){if(referenceObject.hasOwnProperty(fields[i])){if((0,_typeof3[\"default\"])(referenceObject[fields[i]])==\"object\"){objectTo[fields[i]]=exports.bridgeObject(referenceObject[fields[i]])}}}return objectTo}else{return null}};exports.bridgeObject=function(referenceObject){if(referenceObject!==null&&(typeof referenceObject===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(referenceObject))===\"object\"){var objectTo=(0,_create2[\"default\"])(referenceObject);if(referenceObject instanceof Element){objectTo=referenceObject}else{objectTo=(0,_create2[\"default\"])(referenceObject);for(var i in referenceObject){if(referenceObject.hasOwnProperty(i)){if((0,_typeof3[\"default\"])(referenceObject[i])==\"object\"){objectTo[i]=exports.bridgeObject(referenceObject[i])}}}}return objectTo}else{return null}};exports.insertSort=function(a,compare){for(var i=0;i<a.length;i++){var k=a[i];for(var j=i;j>0&&compare(k,a[j-1])<0;j--){a[j]=a[j-1]}a[j]=k}return a};exports.mergeOptions=function(mergeTarget,options,option){var globalOptions=arguments.length>3&&arguments[3]!==undefined?arguments[3]:{};var isPresent=function isPresent(obj){return obj!==null&&obj!==undefined};var isObject=function isObject(obj){return obj!==null&&(typeof obj===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(obj))===\"object\"};var isEmpty=function isEmpty(obj){for(var x in obj){if(obj.hasOwnProperty(x))return false}return true};if(!isObject(mergeTarget)){throw new Error(\"Parameter mergeTarget must be an object\")}if(!isObject(options)){throw new Error(\"Parameter options must be an object\")}if(!isPresent(option)){throw new Error(\"Parameter option must have a value\")}if(!isObject(globalOptions)){throw new Error(\"Parameter globalOptions must be an object\")}var doMerge=function doMerge(target,options,option){if(!isObject(target[option])){target[option]={}}var src=options[option];var dst=target[option];for(var prop in src){if(src.hasOwnProperty(prop)){dst[prop]=src[prop]}}};var srcOption=options[option];var globalPassed=isObject(globalOptions)&&!isEmpty(globalOptions);var globalOption=globalPassed?globalOptions[option]:undefined;var globalEnabled=globalOption?globalOption.enabled:undefined;if(srcOption===undefined){return}if(typeof srcOption===\"boolean\"){if(!isObject(mergeTarget[option])){mergeTarget[option]={}}mergeTarget[option].enabled=srcOption;return}if(srcOption===null&&!isObject(mergeTarget[option])){if(isPresent(globalOption)){mergeTarget[option]=(0,_create2[\"default\"])(globalOption)}else{return}}if(!isObject(srcOption)){return}var enabled=true;if(srcOption.enabled!==undefined){enabled=srcOption.enabled}else{if(globalEnabled!==undefined){enabled=globalOption.enabled}}doMerge(mergeTarget,options,option);mergeTarget[option].enabled=enabled};exports.binarySearchCustom=function(orderedItems,comparator,field,field2){var maxIterations=1e4;var iteration=0;var low=0;var high=orderedItems.length-1;while(low<=high&&iteration<maxIterations){var middle=Math.floor((low+high)/2);var item=orderedItems[middle];var value=field2===undefined?item[field]:item[field][field2];var searchResult=comparator(value);if(searchResult==0){return middle}else if(searchResult==-1){low=middle+1}else{high=middle-1}iteration++}return-1};exports.binarySearchValue=function(orderedItems,target,field,sidePreference,comparator){var maxIterations=1e4;var iteration=0;var low=0;var high=orderedItems.length-1;var prevValue,value,nextValue,middle;comparator=comparator!=undefined?comparator:function(a,b){return a==b?0:a<b?-1:1};while(low<=high&&iteration<maxIterations){middle=Math.floor(.5*(high+low));prevValue=orderedItems[Math.max(0,middle-1)][field];value=orderedItems[middle][field];nextValue=orderedItems[Math.min(orderedItems.length-1,middle+1)][field];if(comparator(value,target)==0){return middle}else if(comparator(prevValue,target)<0&&comparator(value,target)>0){return sidePreference==\"before\"?Math.max(0,middle-1):middle}else if(comparator(value,target)<0&&comparator(nextValue,target)>0){return sidePreference==\"before\"?middle:Math.min(orderedItems.length-1,middle+1)}else{if(comparator(value,target)<0){low=middle+1}else{high=middle-1}}iteration++}return-1};exports.easingFunctions={linear:function linear(t){return t},easeInQuad:function easeInQuad(t){return t*t},easeOutQuad:function easeOutQuad(t){return t*(2-t)},easeInOutQuad:function easeInOutQuad(t){return t<.5?2*t*t:-1+(4-2*t)*t},easeInCubic:function easeInCubic(t){return t*t*t},easeOutCubic:function easeOutCubic(t){return--t*t*t+1},easeInOutCubic:function easeInOutCubic(t){return t<.5?4*t*t*t:(t-1)*(2*t-2)*(2*t-2)+1},easeInQuart:function easeInQuart(t){return t*t*t*t},easeOutQuart:function easeOutQuart(t){return 1- --t*t*t*t},easeInOutQuart:function easeInOutQuart(t){return t<.5?8*t*t*t*t:1-8*--t*t*t*t},easeInQuint:function easeInQuint(t){return t*t*t*t*t},easeOutQuint:function easeOutQuint(t){return 1+--t*t*t*t*t},easeInOutQuint:function easeInOutQuint(t){return t<.5?16*t*t*t*t*t:1+16*--t*t*t*t*t}};exports.getScrollBarWidth=function(){var inner=document.createElement(\"p\");inner.style.width=\"100%\";inner.style.height=\"200px\";var outer=document.createElement(\"div\");outer.style.position=\"absolute\";outer.style.top=\"0px\";outer.style.left=\"0px\";outer.style.visibility=\"hidden\";outer.style.width=\"200px\";outer.style.height=\"150px\";outer.style.overflow=\"hidden\";outer.appendChild(inner);document.body.appendChild(outer);var w1=inner.offsetWidth;outer.style.overflow=\"scroll\";var w2=inner.offsetWidth;if(w1==w2)w2=outer.clientWidth;document.body.removeChild(outer);return w1-w2};exports.topMost=function(pile,accessors){var candidate=void 0;if(!Array.isArray(accessors)){accessors=[accessors]}var _iteratorNormalCompletion=true;var _didIteratorError=false;var _iteratorError=undefined;try{for(var _iterator=(0,_getIterator3[\"default\"])(pile),_step;!(_iteratorNormalCompletion=(_step=_iterator.next()).done);_iteratorNormalCompletion=true){var member=_step.value;if(member){candidate=member[accessors[0]];for(var i=1;i<accessors.length;i++){if(candidate){candidate=candidate[accessors[i]]}else{continue}}if(typeof candidate!=\"undefined\"){break}}}}catch(err){_didIteratorError=true;_iteratorError=err}finally{try{if(!_iteratorNormalCompletion&&_iterator[\"return\"]){_iterator[\"return\"]()}}finally{if(_didIteratorError){throw _iteratorError}}}return candidate}},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(194),__esModule:true}},function(module,exports,__webpack_require__){\"use strict\";exports.__esModule=true;var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}exports.default=function(self,call){if(!self){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return call&&((typeof call===\"undefined\"?\"undefined\":(0,_typeof3.default)(call))===\"object\"||typeof call===\"function\")?call:self}},function(module,exports,__webpack_require__){\"use strict\";exports.__esModule=true;var _setPrototypeOf=__webpack_require__(196);var _setPrototypeOf2=_interopRequireDefault(_setPrototypeOf);var _create=__webpack_require__(29);var _create2=_interopRequireDefault(_create);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}exports.default=function(subClass,superClass){if(typeof superClass!==\"function\"&&superClass!==null){throw new TypeError(\"Super expression must either be null or a function, not \"+(typeof superClass===\"undefined\"?\"undefined\":(0,_typeof3.default)(superClass)))}subClass.prototype=(0,_create2.default)(superClass&&superClass.prototype,{constructor:{value:subClass,enumerable:false,writable:true,configurable:true}});if(superClass)_setPrototypeOf2.default?(0,_setPrototypeOf2.default)(subClass,superClass):subClass.__proto__=superClass}},function(module,exports,__webpack_require__){\"use strict\";exports.__esModule=true;var _iterator=__webpack_require__(142);var _iterator2=_interopRequireDefault(_iterator);var _symbol=__webpack_require__(144);var _symbol2=_interopRequireDefault(_symbol);var _typeof=typeof _symbol2.default===\"function\"&&typeof _iterator2.default===\"symbol\"?function(obj){return typeof obj}:function(obj){return obj&&typeof _symbol2.default===\"function\"&&obj.constructor===_symbol2.default&&obj!==_symbol2.default.prototype?\"symbol\":typeof obj};function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}exports.default=typeof _symbol2.default===\"function\"&&_typeof(_iterator2.default)===\"symbol\"?function(obj){return typeof obj===\"undefined\"?\"undefined\":_typeof(obj)}:function(obj){return obj&&typeof _symbol2.default===\"function\"&&obj.constructor===_symbol2.default&&obj!==_symbol2.default.prototype?\"symbol\":typeof obj===\"undefined\"?\"undefined\":_typeof(obj)}},function(module,exports){var core=module.exports={version:\"2.5.1\"};if(typeof __e==\"number\")__e=core},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(140),__esModule:true}},function(module,exports,__webpack_require__){\"use strict\";module.exports=typeof window!==\"undefined\"&&window[\"moment\"]||__webpack_require__(154)},function(module,exports,__webpack_require__){\"use strict\";function hammerMock(){var noop=function noop(){};return{on:noop,off:noop,destroy:noop,emit:noop,get:function get(m){return{set:noop}}}}if(typeof window!==\"undefined\"){var propagating=__webpack_require__(175);var Hammer=window[\"Hammer\"]||__webpack_require__(176);module.exports=propagating(Hammer,{preventDefault:\"mouse\"})}else{module.exports=function(){return hammerMock()}}},function(module,exports,__webpack_require__){\"use strict\";var _stringify=__webpack_require__(19);var _stringify2=_interopRequireDefault(_stringify);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var Queue=__webpack_require__(43);function DataSet(data,options){if(data&&!Array.isArray(data)){options=data;data=null}this._options=options||{};this._data={};this.length=0;this._fieldId=this._options.fieldId||\"id\";this._type={};if(this._options.type){var fields=(0,_keys2[\"default\"])(this._options.type);for(var i=0,len=fields.length;i<len;i++){var field=fields[i];var value=this._options.type[field];if(value==\"Date\"||value==\"ISODate\"||value==\"ASPDate\"){this._type[field]=\"Date\"}else{this._type[field]=value}}}this._subscribers={};if(data){this.add(data)}this.setOptions(options)}DataSet.prototype.setOptions=function(options){if(options&&options.queue!==undefined){if(options.queue===false){if(this._queue){this._queue.destroy();delete this._queue}}else{if(!this._queue){this._queue=Queue.extend(this,{replace:[\"add\",\"update\",\"remove\"]})}if((0,_typeof3[\"default\"])(options.queue)===\"object\"){this._queue.setOptions(options.queue)}}}};DataSet.prototype.on=function(event,callback){var subscribers=this._subscribers[event];if(!subscribers){subscribers=[];this._subscribers[event]=subscribers}subscribers.push({callback:callback})};DataSet.prototype.off=function(event,callback){var subscribers=this._subscribers[event];if(subscribers){this._subscribers[event]=subscribers.filter(function(listener){return listener.callback!=callback})}};DataSet.prototype._trigger=function(event,params,senderId){if(event==\"*\"){throw new Error(\"Cannot trigger event *\")}var subscribers=[];if(event in this._subscribers){subscribers=subscribers.concat(this._subscribers[event])}if(\"*\"in this._subscribers){subscribers=subscribers.concat(this._subscribers[\"*\"])}for(var i=0,len=subscribers.length;i<len;i++){var subscriber=subscribers[i];if(subscriber.callback){subscriber.callback(event,params,senderId||null)}}};DataSet.prototype.add=function(data,senderId){var addedIds=[],id,me=this;if(Array.isArray(data)){for(var i=0,len=data.length;i<len;i++){id=me._addItem(data[i]);addedIds.push(id)}}else if(data&&(typeof data===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(data))===\"object\"){id=me._addItem(data);addedIds.push(id)}else{throw new Error(\"Unknown dataType\")}if(addedIds.length){this._trigger(\"add\",{items:addedIds},senderId)}return addedIds};DataSet.prototype.update=function(data,senderId){var addedIds=[];var updatedIds=[];var oldData=[];var updatedData=[];var me=this;var fieldId=me._fieldId;var addOrUpdate=function addOrUpdate(item){var id=item[fieldId];if(me._data[id]){var oldItem=util.extend({},me._data[id]);id=me._updateItem(item);updatedIds.push(id);updatedData.push(item);oldData.push(oldItem)}else{id=me._addItem(item);addedIds.push(id)}};if(Array.isArray(data)){for(var i=0,len=data.length;i<len;i++){if(data[i]&&(0,_typeof3[\"default\"])(data[i])===\"object\"){addOrUpdate(data[i])}else{console.warn(\"Ignoring input item, which is not an object at index \"+i)}}}else if(data&&(typeof data===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(data))===\"object\"){addOrUpdate(data)}else{throw new Error(\"Unknown dataType\")}if(addedIds.length){this._trigger(\"add\",{items:addedIds},senderId)}if(updatedIds.length){var props={items:updatedIds,oldData:oldData,data:updatedData};this._trigger(\"update\",props,senderId)}return addedIds.concat(updatedIds)};DataSet.prototype.get=function(args){var me=this;var id,ids,options;var firstType=util.getType(arguments[0]);if(firstType==\"String\"||firstType==\"Number\"){id=arguments[0];options=arguments[1]}else if(firstType==\"Array\"){\nids=arguments[0];options=arguments[1]}else{options=arguments[0]}var returnType;if(options&&options.returnType){var allowedValues=[\"Array\",\"Object\"];returnType=allowedValues.indexOf(options.returnType)==-1?\"Array\":options.returnType}else{returnType=\"Array\"}var type=options&&options.type||this._options.type;var filter=options&&options.filter;var items=[],item,itemIds,itemId,i,len;if(id!=undefined){item=me._getItem(id,type);if(item&&filter&&!filter(item)){item=null}}else if(ids!=undefined){for(i=0,len=ids.length;i<len;i++){item=me._getItem(ids[i],type);if(!filter||filter(item)){items.push(item)}}}else{itemIds=(0,_keys2[\"default\"])(this._data);for(i=0,len=itemIds.length;i<len;i++){itemId=itemIds[i];item=me._getItem(itemId,type);if(!filter||filter(item)){items.push(item)}}}if(options&&options.order&&id==undefined){this._sort(items,options.order)}if(options&&options.fields){var fields=options.fields;if(id!=undefined){item=this._filterFields(item,fields)}else{for(i=0,len=items.length;i<len;i++){items[i]=this._filterFields(items[i],fields)}}}if(returnType==\"Object\"){var result={},resultant;for(i=0,len=items.length;i<len;i++){resultant=items[i];result[resultant.id]=resultant}return result}else{if(id!=undefined){return item}else{return items}}};DataSet.prototype.getIds=function(options){var data=this._data,filter=options&&options.filter,order=options&&options.order,type=options&&options.type||this._options.type,itemIds=(0,_keys2[\"default\"])(data),i,len,id,item,items,ids=[];if(filter){if(order){items=[];for(i=0,len=itemIds.length;i<len;i++){id=itemIds[i];item=this._getItem(id,type);if(filter(item)){items.push(item)}}this._sort(items,order);for(i=0,len=items.length;i<len;i++){ids.push(items[i][this._fieldId])}}else{for(i=0,len=itemIds.length;i<len;i++){id=itemIds[i];item=this._getItem(id,type);if(filter(item)){ids.push(item[this._fieldId])}}}}else{if(order){items=[];for(i=0,len=itemIds.length;i<len;i++){id=itemIds[i];items.push(data[id])}this._sort(items,order);for(i=0,len=items.length;i<len;i++){ids.push(items[i][this._fieldId])}}else{for(i=0,len=itemIds.length;i<len;i++){id=itemIds[i];item=data[id];ids.push(item[this._fieldId])}}}return ids};DataSet.prototype.getDataSet=function(){return this};DataSet.prototype.forEach=function(callback,options){var filter=options&&options.filter,type=options&&options.type||this._options.type,data=this._data,itemIds=(0,_keys2[\"default\"])(data),i,len,item,id;if(options&&options.order){var items=this.get(options);for(i=0,len=items.length;i<len;i++){item=items[i];id=item[this._fieldId];callback(item,id)}}else{for(i=0,len=itemIds.length;i<len;i++){id=itemIds[i];item=this._getItem(id,type);if(!filter||filter(item)){callback(item,id)}}}};DataSet.prototype.map=function(callback,options){var filter=options&&options.filter,type=options&&options.type||this._options.type,mappedItems=[],data=this._data,itemIds=(0,_keys2[\"default\"])(data),i,len,id,item;for(i=0,len=itemIds.length;i<len;i++){id=itemIds[i];item=this._getItem(id,type);if(!filter||filter(item)){mappedItems.push(callback(item,id))}}if(options&&options.order){this._sort(mappedItems,options.order)}return mappedItems};DataSet.prototype._filterFields=function(item,fields){if(!item){return item}var filteredItem={},itemFields=(0,_keys2[\"default\"])(item),len=itemFields.length,i,field;if(Array.isArray(fields)){for(i=0;i<len;i++){field=itemFields[i];if(fields.indexOf(field)!=-1){filteredItem[field]=item[field]}}}else{for(i=0;i<len;i++){field=itemFields[i];if(fields.hasOwnProperty(field)){filteredItem[fields[field]]=item[field]}}}return filteredItem};DataSet.prototype._sort=function(items,order){if(util.isString(order)){var name=order;items.sort(function(a,b){var av=a[name];var bv=b[name];return av>bv?1:av<bv?-1:0})}else if(typeof order===\"function\"){items.sort(order)}else{throw new TypeError(\"Order must be a function or a string\")}};DataSet.prototype.remove=function(id,senderId){var removedIds=[],removedItems=[],ids=[],i,len,itemId,item;ids=Array.isArray(id)?id:[id];for(i=0,len=ids.length;i<len;i++){item=this._remove(ids[i]);if(item){itemId=item[this._fieldId];if(itemId!=undefined){removedIds.push(itemId);removedItems.push(item)}}}if(removedIds.length){this._trigger(\"remove\",{items:removedIds,oldData:removedItems},senderId)}return removedIds};DataSet.prototype._remove=function(id){var item,ident;if(util.isNumber(id)||util.isString(id)){ident=id}else if(id&&(typeof id===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(id))===\"object\"){ident=id[this._fieldId]}if(ident!==undefined&&this._data[ident]){item=this._data[ident];delete this._data[ident];this.length--;return item}return null};DataSet.prototype.clear=function(senderId){var i,len;var ids=(0,_keys2[\"default\"])(this._data);var items=[];for(i=0,len=ids.length;i<len;i++){items.push(this._data[ids[i]])}this._data={};this.length=0;this._trigger(\"remove\",{items:ids,oldData:items},senderId);return ids};DataSet.prototype.max=function(field){var data=this._data,itemIds=(0,_keys2[\"default\"])(data),max=null,maxField=null,i,len;for(i=0,len=itemIds.length;i<len;i++){var id=itemIds[i];var item=data[id];var itemField=item[field];if(itemField!=null&&(!max||itemField>maxField)){max=item;maxField=itemField}}return max};DataSet.prototype.min=function(field){var data=this._data,itemIds=(0,_keys2[\"default\"])(data),min=null,minField=null,i,len;for(i=0,len=itemIds.length;i<len;i++){var id=itemIds[i];var item=data[id];var itemField=item[field];if(itemField!=null&&(!min||itemField<minField)){min=item;minField=itemField}}return min};DataSet.prototype.distinct=function(field){var data=this._data;var itemIds=(0,_keys2[\"default\"])(data);var values=[];var fieldType=this._options.type&&this._options.type[field]||null;var count=0;var i,j,len;for(i=0,len=itemIds.length;i<len;i++){var id=itemIds[i];var item=data[id];var value=item[field];var exists=false;for(j=0;j<count;j++){if(values[j]==value){exists=true;break}}if(!exists&&value!==undefined){values[count]=value;count++}}if(fieldType){for(i=0,len=values.length;i<len;i++){values[i]=util.convert(values[i],fieldType)}}return values};DataSet.prototype._addItem=function(item){var id=item[this._fieldId];if(id!=undefined){if(this._data[id]){throw new Error(\"Cannot add item: item with id \"+id+\" already exists\")}}else{id=util.randomUUID();item[this._fieldId]=id}var d={},fields=(0,_keys2[\"default\"])(item),i,len;for(i=0,len=fields.length;i<len;i++){var field=fields[i];var fieldType=this._type[field];d[field]=util.convert(item[field],fieldType)}this._data[id]=d;this.length++;return id};DataSet.prototype._getItem=function(id,types){var field,value,i,len;var raw=this._data[id];if(!raw){return null}var converted={},fields=(0,_keys2[\"default\"])(raw);if(types){for(i=0,len=fields.length;i<len;i++){field=fields[i];value=raw[field];converted[field]=util.convert(value,types[field])}}else{for(i=0,len=fields.length;i<len;i++){field=fields[i];value=raw[field];converted[field]=value}}if(!converted[this._fieldId]){converted[this._fieldId]=raw.id}return converted};DataSet.prototype._updateItem=function(item){var id=item[this._fieldId];if(id==undefined){throw new Error(\"Cannot update item: item has no id (item: \"+(0,_stringify2[\"default\"])(item)+\")\")}var d=this._data[id];if(!d){throw new Error(\"Cannot update item: no item with id \"+id+\" found\")}var fields=(0,_keys2[\"default\"])(item);for(var i=0,len=fields.length;i<len;i++){var field=fields[i];var fieldType=this._type[field];d[field]=util.convert(item[field],fieldType)}return id};module.exports=DataSet},function(module,exports,__webpack_require__){\"use strict\";var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var DataSet=__webpack_require__(11);function DataView(data,options){this._data=null;this._ids={};this.length=0;this._options=options||{};this._fieldId=\"id\";this._subscribers={};var me=this;this.listener=function(){me._onEvent.apply(me,arguments)};this.setData(data)}DataView.prototype.setData=function(data){var ids,id,i,len,items;if(this._data){if(this._data.off){this._data.off(\"*\",this.listener)}ids=this._data.getIds({filter:this._options&&this._options.filter});items=[];for(i=0,len=ids.length;i<len;i++){items.push(this._data._data[ids[i]])}this._ids={};this.length=0;this._trigger(\"remove\",{items:ids,oldData:items})}this._data=data;if(this._data){this._fieldId=this._options.fieldId||this._data&&this._data.options&&this._data.options.fieldId||\"id\";ids=this._data.getIds({filter:this._options&&this._options.filter});for(i=0,len=ids.length;i<len;i++){id=ids[i];this._ids[id]=true}this.length=ids.length;this._trigger(\"add\",{items:ids});if(this._data.on){this._data.on(\"*\",this.listener)}}};DataView.prototype.refresh=function(){var id,i,len;var ids=this._data.getIds({filter:this._options&&this._options.filter}),oldIds=(0,_keys2[\"default\"])(this._ids),newIds={},addedIds=[],removedIds=[],removedItems=[];for(i=0,len=ids.length;i<len;i++){id=ids[i];newIds[id]=true;if(!this._ids[id]){addedIds.push(id);this._ids[id]=true}}for(i=0,len=oldIds.length;i<len;i++){id=oldIds[i];if(!newIds[id]){removedIds.push(id);removedItems.push(this._data._data[id]);delete this._ids[id]}}this.length+=addedIds.length-removedIds.length;if(addedIds.length){this._trigger(\"add\",{items:addedIds})}if(removedIds.length){this._trigger(\"remove\",{items:removedIds,oldData:removedItems})}};DataView.prototype.get=function(args){var me=this;var ids,options,data;var firstType=util.getType(arguments[0]);if(firstType==\"String\"||firstType==\"Number\"||firstType==\"Array\"){ids=arguments[0];options=arguments[1];data=arguments[2]}else{options=arguments[0];data=arguments[1]}var viewOptions=util.extend({},this._options,options);if(this._options.filter&&options&&options.filter){viewOptions.filter=function(item){return me._options.filter(item)&&options.filter(item)}}var getArguments=[];if(ids!=undefined){getArguments.push(ids)}getArguments.push(viewOptions);getArguments.push(data);return this._data&&this._data.get.apply(this._data,getArguments)};DataView.prototype.getIds=function(options){var ids;if(this._data){var defaultFilter=this._options.filter;var filter;if(options&&options.filter){if(defaultFilter){filter=function filter(item){return defaultFilter(item)&&options.filter(item)}}else{filter=options.filter}}else{filter=defaultFilter}ids=this._data.getIds({filter:filter,order:options&&options.order})}else{ids=[]}return ids};DataView.prototype.map=function(callback,options){var mappedItems=[];if(this._data){var defaultFilter=this._options.filter;var filter;if(options&&options.filter){if(defaultFilter){filter=function filter(item){return defaultFilter(item)&&options.filter(item)}}else{filter=options.filter}}else{filter=defaultFilter}mappedItems=this._data.map(callback,{filter:filter,order:options&&options.order})}else{mappedItems=[]}return mappedItems};DataView.prototype.getDataSet=function(){var dataSet=this;while(dataSet instanceof DataView){dataSet=dataSet._data}return dataSet||null};DataView.prototype._onEvent=function(event,params,senderId){var i,len,id,item;var ids=params&&params.items;var addedIds=[],updatedIds=[],removedIds=[],oldItems=[],updatedItems=[],removedItems=[];if(ids&&this._data){switch(event){case\"add\":for(i=0,len=ids.length;i<len;i++){id=ids[i];item=this.get(id);if(item){this._ids[id]=true;addedIds.push(id)}}break;case\"update\":for(i=0,len=ids.length;i<len;i++){id=ids[i];item=this.get(id);if(item){if(this._ids[id]){updatedIds.push(id);updatedItems.push(params.data[i]);oldItems.push(params.oldData[i])}else{this._ids[id]=true;addedIds.push(id)}}else{if(this._ids[id]){delete this._ids[id];removedIds.push(id);removedItems.push(params.oldData[i])}else{}}}break;case\"remove\":for(i=0,len=ids.length;i<len;i++){id=ids[i];if(this._ids[id]){delete this._ids[id];removedIds.push(id);removedItems.push(params.oldData[i])}}break}this.length+=addedIds.length-removedIds.length;if(addedIds.length){this._trigger(\"add\",{items:addedIds},senderId)}if(updatedIds.length){this._trigger(\"update\",{items:updatedIds,oldData:oldItems,data:updatedItems},senderId)}if(removedIds.length){this._trigger(\"remove\",{items:removedIds,oldData:removedItems},senderId)}}};DataView.prototype.on=DataSet.prototype.on;DataView.prototype.off=DataSet.prototype.off;DataView.prototype._trigger=DataSet.prototype._trigger;DataView.prototype.subscribe=DataView.prototype.on;DataView.prototype.unsubscribe=DataView.prototype.off;module.exports=DataView},function(module,exports,__webpack_require__){var store=__webpack_require__(57)(\"wks\");var uid=__webpack_require__(40);var Symbol=__webpack_require__(18).Symbol;var USE_SYMBOL=typeof Symbol==\"function\";var $exports=module.exports=function(name){return store[name]||(store[name]=USE_SYMBOL&&Symbol[name]||(USE_SYMBOL?Symbol:uid)(\"Symbol.\"+name))};$exports.store=store},function(module,exports,__webpack_require__){\"use strict\";exports.prepareElements=function(JSONcontainer){for(var elementType in JSONcontainer){if(JSONcontainer.hasOwnProperty(elementType)){JSONcontainer[elementType].redundant=JSONcontainer[elementType].used;JSONcontainer[elementType].used=[]}}};exports.cleanupElements=function(JSONcontainer){for(var elementType in JSONcontainer){if(JSONcontainer.hasOwnProperty(elementType)){if(JSONcontainer[elementType].redundant){for(var i=0;i<JSONcontainer[elementType].redundant.length;i++){JSONcontainer[elementType].redundant[i].parentNode.removeChild(JSONcontainer[elementType].redundant[i])}JSONcontainer[elementType].redundant=[]}}}};exports.resetElements=function(JSONcontainer){exports.prepareElements(JSONcontainer);exports.cleanupElements(JSONcontainer);exports.prepareElements(JSONcontainer)};exports.getSVGElement=function(elementType,JSONcontainer,svgContainer){var element;if(JSONcontainer.hasOwnProperty(elementType)){if(JSONcontainer[elementType].redundant.length>0){element=JSONcontainer[elementType].redundant[0];JSONcontainer[elementType].redundant.shift()}else{element=document.createElementNS(\"http://www.w3.org/2000/svg\",elementType);svgContainer.appendChild(element)}}else{element=document.createElementNS(\"http://www.w3.org/2000/svg\",elementType);JSONcontainer[elementType]={used:[],redundant:[]};svgContainer.appendChild(element)}JSONcontainer[elementType].used.push(element);return element};exports.getDOMElement=function(elementType,JSONcontainer,DOMContainer,insertBefore){var element;if(JSONcontainer.hasOwnProperty(elementType)){if(JSONcontainer[elementType].redundant.length>0){element=JSONcontainer[elementType].redundant[0];JSONcontainer[elementType].redundant.shift()}else{element=document.createElement(elementType);if(insertBefore!==undefined){DOMContainer.insertBefore(element,insertBefore)}else{DOMContainer.appendChild(element)}}}else{element=document.createElement(elementType);JSONcontainer[elementType]={used:[],redundant:[]};if(insertBefore!==undefined){DOMContainer.insertBefore(element,insertBefore)}else{DOMContainer.appendChild(element)}}JSONcontainer[elementType].used.push(element);return element};exports.drawPoint=function(x,y,groupTemplate,JSONcontainer,svgContainer,labelObj){var point;if(groupTemplate.style==\"circle\"){point=exports.getSVGElement(\"circle\",JSONcontainer,svgContainer);point.setAttributeNS(null,\"cx\",x);point.setAttributeNS(null,\"cy\",y);point.setAttributeNS(null,\"r\",.5*groupTemplate.size)}else{point=exports.getSVGElement(\"rect\",JSONcontainer,svgContainer);point.setAttributeNS(null,\"x\",x-.5*groupTemplate.size);point.setAttributeNS(null,\"y\",y-.5*groupTemplate.size);point.setAttributeNS(null,\"width\",groupTemplate.size);point.setAttributeNS(null,\"height\",groupTemplate.size)}if(groupTemplate.styles!==undefined){point.setAttributeNS(null,\"style\",groupTemplate.styles)}point.setAttributeNS(null,\"class\",groupTemplate.className+\" vis-point\");if(labelObj){var label=exports.getSVGElement(\"text\",JSONcontainer,svgContainer);if(labelObj.xOffset){x=x+labelObj.xOffset}if(labelObj.yOffset){y=y+labelObj.yOffset}if(labelObj.content){label.textContent=labelObj.content}if(labelObj.className){label.setAttributeNS(null,\"class\",labelObj.className+\" vis-label\")}label.setAttributeNS(null,\"x\",x);label.setAttributeNS(null,\"y\",y)}return point};exports.drawBar=function(x,y,width,height,className,JSONcontainer,svgContainer,style){if(height!=0){if(height<0){height*=-1;y-=height}var rect=exports.getSVGElement(\"rect\",JSONcontainer,svgContainer);rect.setAttributeNS(null,\"x\",x-.5*width);rect.setAttributeNS(null,\"y\",y);rect.setAttributeNS(null,\"width\",width);rect.setAttributeNS(null,\"height\",height);rect.setAttributeNS(null,\"class\",className);if(style){rect.setAttributeNS(null,\"style\",style)}}}},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.printStyle=undefined;var _stringify=__webpack_require__(19);var _stringify2=_interopRequireDefault(_stringify);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var errorFound=false;var allOptions=void 0;var printStyle=\"background: #FFeeee; color: #dd0000\";var Validator=function(){function Validator(){(0,_classCallCheck3[\"default\"])(this,Validator)}(0,_createClass3[\"default\"])(Validator,null,[{key:\"validate\",value:function validate(options,referenceOptions,subObject){errorFound=false;allOptions=referenceOptions;var usedOptions=referenceOptions;if(subObject!==undefined){usedOptions=referenceOptions[subObject]}Validator.parse(options,usedOptions,[]);return errorFound}},{key:\"parse\",value:function parse(options,referenceOptions,path){for(var option in options){if(options.hasOwnProperty(option)){Validator.check(option,options,referenceOptions,path)}}}},{key:\"check\",value:function check(option,options,referenceOptions,path){if(referenceOptions[option]===undefined&&referenceOptions.__any__===undefined){Validator.getSuggestion(option,referenceOptions,path);return}var referenceOption=option;var is_object=true;if(referenceOptions[option]===undefined&&referenceOptions.__any__!==undefined){referenceOption=\"__any__\";is_object=Validator.getType(options[option])===\"object\"}else{}var refOptionObj=referenceOptions[referenceOption];if(is_object&&refOptionObj.__type__!==undefined){refOptionObj=refOptionObj.__type__}Validator.checkFields(option,options,referenceOptions,referenceOption,refOptionObj,path)}},{key:\"checkFields\",value:function checkFields(option,options,referenceOptions,referenceOption,refOptionObj,path){var log=function log(message){console.log(\"%c\"+message+Validator.printLocation(path,option),printStyle)};var optionType=Validator.getType(options[option]);var refOptionType=refOptionObj[optionType];if(refOptionType!==undefined){if(Validator.getType(refOptionType)===\"array\"&&refOptionType.indexOf(options[option])===-1){log('Invalid option detected in \"'+option+'\".'+\" Allowed values are:\"+Validator.print(refOptionType)+' not \"'+options[option]+'\". ');errorFound=true}else if(optionType===\"object\"&&referenceOption!==\"__any__\"){path=util.copyAndExtendArray(path,option);Validator.parse(options[option],referenceOptions[referenceOption],path)}}else if(refOptionObj[\"any\"]===undefined){log('Invalid type received for \"'+option+'\". Expected: '+Validator.print((0,_keys2[\"default\"])(refOptionObj))+\". Received [\"+optionType+'] \"'+options[option]+'\"');errorFound=true}}},{key:\"getType\",value:function getType(object){var type=typeof object===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(object);if(type===\"object\"){if(object===null){return\"null\"}if(object instanceof Boolean){return\"boolean\"}if(object instanceof Number){return\"number\"}if(object instanceof String){return\"string\"}if(Array.isArray(object)){return\"array\"}if(object instanceof Date){return\"date\"}if(object.nodeType!==undefined){return\"dom\"}if(object._isAMomentObject===true){return\"moment\"}return\"object\"}else if(type===\"number\"){return\"number\"}else if(type===\"boolean\"){return\"boolean\"}else if(type===\"string\"){return\"string\"}else if(type===undefined){return\"undefined\"}return type}},{key:\"getSuggestion\",value:function getSuggestion(option,options,path){var localSearch=Validator.findInOptions(option,options,path,false);var globalSearch=Validator.findInOptions(option,allOptions,[],true);var localSearchThreshold=8;var globalSearchThreshold=4;var msg=void 0;if(localSearch.indexMatch!==undefined){msg=\" in \"+Validator.printLocation(localSearch.path,option,\"\")+'Perhaps it was incomplete? Did you mean: \"'+localSearch.indexMatch+'\"?\\n\\n'}else if(globalSearch.distance<=globalSearchThreshold&&localSearch.distance>globalSearch.distance){msg=\" in \"+Validator.printLocation(localSearch.path,option,\"\")+\"Perhaps it was misplaced? Matching option found at: \"+Validator.printLocation(globalSearch.path,globalSearch.closestMatch,\"\")}else if(localSearch.distance<=localSearchThreshold){msg='. Did you mean \"'+localSearch.closestMatch+'\"?'+Validator.printLocation(localSearch.path,option)}else{msg=\". Did you mean one of these: \"+Validator.print((0,_keys2[\"default\"])(options))+Validator.printLocation(path,option)}console.log('%cUnknown option detected: \"'+option+'\"'+msg,printStyle);errorFound=true}},{key:\"findInOptions\",value:function findInOptions(option,options,path){var recursive=arguments.length>3&&arguments[3]!==undefined?arguments[3]:false;var min=1e9;var closestMatch=\"\";var closestMatchPath=[];var lowerCaseOption=option.toLowerCase();var indexMatch=undefined;for(var op in options){var distance=void 0;if(options[op].__type__!==undefined&&recursive===true){var result=Validator.findInOptions(option,options[op],util.copyAndExtendArray(path,op));if(min>result.distance){closestMatch=result.closestMatch;closestMatchPath=result.path;min=result.distance;indexMatch=result.indexMatch}}else{if(op.toLowerCase().indexOf(lowerCaseOption)!==-1){indexMatch=op}distance=Validator.levenshteinDistance(option,op);if(min>distance){closestMatch=op;closestMatchPath=util.copyArray(path);min=distance}}}return{closestMatch:closestMatch,path:closestMatchPath,distance:min,indexMatch:indexMatch}}},{key:\"printLocation\",value:function printLocation(path,option){var prefix=arguments.length>2&&arguments[2]!==undefined?arguments[2]:\"Problem value found at: \\n\";var str=\"\\n\\n\"+prefix+\"options = {\\n\";for(var i=0;i<path.length;i++){for(var j=0;j<i+1;j++){str+=\"  \"}str+=path[i]+\": {\\n\"}for(var _j=0;_j<path.length+1;_j++){str+=\"  \"}str+=option+\"\\n\";for(var _i=0;_i<path.length+1;_i++){for(var _j2=0;_j2<path.length-_i;_j2++){str+=\"  \"}str+=\"}\\n\"}return str+\"\\n\\n\"}},{key:\"print\",value:function print(options){return(0,_stringify2[\"default\"])(options).replace(/(\\\")|(\\[)|(\\])|(,\"__type__\")/g,\"\").replace(/(\\,)/g,\", \")}},{key:\"levenshteinDistance\",value:function levenshteinDistance(a,b){if(a.length===0)return b.length;if(b.length===0)return a.length;var matrix=[];var i;for(i=0;i<=b.length;i++){matrix[i]=[i]}var j;for(j=0;j<=a.length;j++){matrix[0][j]=j}for(i=1;i<=b.length;i++){for(j=1;j<=a.length;j++){if(b.charAt(i-1)==a.charAt(j-1)){matrix[i][j]=matrix[i-1][j-1]}else{matrix[i][j]=Math.min(matrix[i-1][j-1]+1,Math.min(matrix[i][j-1]+1,matrix[i-1][j]+1))}}}return matrix[b.length][a.length]}}]);return Validator}();exports[\"default\"]=Validator;exports.printStyle=printStyle},function(module,exports,__webpack_require__){\"use strict\";var util=__webpack_require__(2);function Component(body,options){this.options=null;this.props=null}Component.prototype.setOptions=function(options){if(options){util.extend(this.options,options)}};Component.prototype.redraw=function(){return false};Component.prototype.destroy=function(){};Component.prototype._isResized=function(){var resized=this.props._previousWidth!==this.props.width||this.props._previousHeight!==this.props.height;this.props._previousWidth=this.props.width;this.props._previousHeight=this.props.height;return resized};module.exports=Component},function(module,exports,__webpack_require__){var global=__webpack_require__(18);var core=__webpack_require__(7);var ctx=__webpack_require__(80);var hide=__webpack_require__(26);var PROTOTYPE=\"prototype\";var $export=function(type,name,source){var IS_FORCED=type&$export.F;var IS_GLOBAL=type&$export.G;var IS_STATIC=type&$export.S;var IS_PROTO=type&$export.P;var IS_BIND=type&$export.B;var IS_WRAP=type&$export.W;var exports=IS_GLOBAL?core:core[name]||(core[name]={});var expProto=exports[PROTOTYPE];var target=IS_GLOBAL?global:IS_STATIC?global[name]:(global[name]||{})[PROTOTYPE];var key,own,out;if(IS_GLOBAL)source=name;for(key in source){own=!IS_FORCED&&target&&target[key]!==undefined;if(own&&key in exports)continue;out=own?target[key]:source[key];exports[key]=IS_GLOBAL&&typeof target[key]!=\"function\"?source[key]:IS_BIND&&own?ctx(out,global):IS_WRAP&&target[key]==out?function(C){var F=function(a,b,c){if(this instanceof C){switch(arguments.length){case 0:return new C;case 1:return new C(a);case 2:return new C(a,b)}return new C(a,b,c)}return C.apply(this,arguments)};F[PROTOTYPE]=C[PROTOTYPE];return F}(out):IS_PROTO&&typeof out==\"function\"?ctx(Function.call,out):out;if(IS_PROTO){(exports.virtual||(exports.virtual={}))[key]=out;if(type&$export.R&&expProto&&!expProto[key])hide(expProto,key,out)}}};$export.F=1;$export.G=2;$export.S=4;$export.P=8;$export.B=16;$export.W=32;$export.U=64;$export.R=128;module.exports=$export},function(module,exports){var global=module.exports=typeof window!=\"undefined\"&&window.Math==Math?window:typeof self!=\"undefined\"&&self.Math==Math?self:Function(\"return this\")();if(typeof __g==\"number\")__g=global},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(160),__esModule:true}},function(module,exports,__webpack_require__){var anObject=__webpack_require__(27);var IE8_DOM_DEFINE=__webpack_require__(81);var toPrimitive=__webpack_require__(53);var dP=Object.defineProperty;exports.f=__webpack_require__(21)?Object.defineProperty:function defineProperty(O,P,Attributes){anObject(O);P=toPrimitive(P,true);anObject(Attributes);if(IE8_DOM_DEFINE)try{return dP(O,P,Attributes)}catch(e){}if(\"get\"in Attributes||\"set\"in Attributes)throw TypeError(\"Accessors not supported!\");if(\"value\"in Attributes)O[P]=Attributes.value;return O}},function(module,exports,__webpack_require__){module.exports=!__webpack_require__(28)(function(){return Object.defineProperty({},\"a\",{get:function(){return 7}}).a!=7})},function(module,exports){var hasOwnProperty={}.hasOwnProperty;module.exports=function(it,key){return hasOwnProperty.call(it,key)}},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var NodeBase=function(){function NodeBase(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,NodeBase);this.body=body;this.labelModule=labelModule;this.setOptions(options);this.top=undefined;this.left=undefined;this.height=undefined;this.width=undefined;this.radius=undefined;this.margin=undefined;this.refreshNeeded=true;this.boundingBox={top:0,left:0,right:0,bottom:0}}(0,_createClass3[\"default\"])(NodeBase,[{key:\"setOptions\",value:function setOptions(options){this.options=options}},{key:\"_setMargins\",value:function _setMargins(labelModule){this.margin={};if(this.options.margin){if((0,_typeof3[\"default\"])(this.options.margin)==\"object\"){this.margin.top=this.options.margin.top;this.margin.right=this.options.margin.right;this.margin.bottom=this.options.margin.bottom;this.margin.left=this.options.margin.left}else{this.margin.top=this.options.margin;this.margin.right=this.options.margin;this.margin.bottom=this.options.margin;this.margin.left=this.options.margin}}labelModule.adjustSizes(this.margin)}},{key:\"_distanceToBorder\",value:function _distanceToBorder(ctx,angle){var borderWidth=this.options.borderWidth;this.resize(ctx);return Math.min(Math.abs(this.width/2/Math.cos(angle)),Math.abs(this.height/2/Math.sin(angle)))+borderWidth}},{key:\"enableShadow\",value:function enableShadow(ctx,values){if(values.shadow){ctx.shadowColor=values.shadowColor;ctx.shadowBlur=values.shadowSize;ctx.shadowOffsetX=values.shadowX;ctx.shadowOffsetY=values.shadowY}}},{key:\"disableShadow\",value:function disableShadow(ctx,values){if(values.shadow){ctx.shadowColor=\"rgba(0,0,0,0)\";ctx.shadowBlur=0;ctx.shadowOffsetX=0;ctx.shadowOffsetY=0}}},{key:\"enableBorderDashes\",value:function enableBorderDashes(ctx,values){if(values.borderDashes!==false){if(ctx.setLineDash!==undefined){var dashes=values.borderDashes;if(dashes===true){dashes=[5,15]}ctx.setLineDash(dashes)}else{console.warn(\"setLineDash is not supported in this browser. The dashed borders cannot be used.\");this.options.shapeProperties.borderDashes=false;values.borderDashes=false}}}},{key:\"disableBorderDashes\",value:function disableBorderDashes(ctx,values){if(values.borderDashes!==false){if(ctx.setLineDash!==undefined){ctx.setLineDash([0])}else{console.warn(\"setLineDash is not supported in this browser. The dashed borders cannot be used.\");this.options.shapeProperties.borderDashes=false;values.borderDashes=false}}}},{key:\"needsRefresh\",value:function needsRefresh(selected,hover){if(this.refreshNeeded===true){this.refreshNeeded=false;return true}return this.width===undefined||this.labelModule.differentState(selected,hover)}},{key:\"initContextForDraw\",value:function initContextForDraw(ctx,values){var borderWidth=values.borderWidth/this.body.view.scale;ctx.lineWidth=Math.min(this.width,borderWidth);ctx.strokeStyle=values.borderColor;ctx.fillStyle=values.color}},{key:\"performStroke\",value:function performStroke(ctx,values){var borderWidth=values.borderWidth/this.body.view.scale;ctx.save();if(borderWidth>0){this.enableBorderDashes(ctx,values);ctx.stroke();this.disableBorderDashes(ctx,values)}ctx.restore()}},{key:\"performFill\",value:function performFill(ctx,values){this.enableShadow(ctx,values);ctx.fill();this.disableShadow(ctx,values);this.performStroke(ctx,values)}},{key:\"_addBoundingBoxMargin\",value:function _addBoundingBoxMargin(margin){this.boundingBox.left-=margin;this.boundingBox.top-=margin;this.boundingBox.bottom+=margin;this.boundingBox.right+=margin}},{key:\"_updateBoundingBox\",value:function _updateBoundingBox(x,y,ctx,selected,hover){if(ctx!==undefined){this.resize(ctx,selected,hover)}this.left=x-this.width/2;this.top=y-this.height/2;this.boundingBox.left=this.left;this.boundingBox.top=this.top;this.boundingBox.bottom=this.top+this.height;this.boundingBox.right=this.left+this.width}},{key:\"updateBoundingBox\",value:function updateBoundingBox(x,y,ctx,selected,hover){this._updateBoundingBox(x,y,ctx,selected,hover)}},{key:\"getDimensionsFromLabel\",value:function getDimensionsFromLabel(ctx,selected,hover){this.textSize=this.labelModule.getTextSize(ctx,selected,hover);var width=this.textSize.width;var height=this.textSize.height;var DEFAULT_SIZE=14;if(width===0){width=DEFAULT_SIZE;height=DEFAULT_SIZE}return{width:width,height:height}}}]);return NodeBase}();exports[\"default\"]=NodeBase},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2)\n;var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _NodeBase2=__webpack_require__(23);var _NodeBase3=_interopRequireDefault(_NodeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var ShapeBase=function(_NodeBase){(0,_inherits3[\"default\"])(ShapeBase,_NodeBase);function ShapeBase(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,ShapeBase);return(0,_possibleConstructorReturn3[\"default\"])(this,(ShapeBase.__proto__||(0,_getPrototypeOf2[\"default\"])(ShapeBase)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(ShapeBase,[{key:\"resize\",value:function resize(ctx){var selected=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this.selected;var hover=arguments.length>2&&arguments[2]!==undefined?arguments[2]:this.hover;var values=arguments.length>3&&arguments[3]!==undefined?arguments[3]:{size:this.options.size};if(this.needsRefresh(selected,hover)){this.labelModule.getTextSize(ctx,selected,hover);var size=2*values.size;this.width=size;this.height=size;this.radius=.5*this.width}}},{key:\"_drawShape\",value:function _drawShape(ctx,shape,sizeMultiplier,x,y,selected,hover,values){this.resize(ctx,selected,hover,values);this.left=x-this.width/2;this.top=y-this.height/2;this.initContextForDraw(ctx,values);ctx[shape](x,y,values.size);this.performFill(ctx,values);if(this.options.label!==undefined){this.labelModule.calculateLabelSize(ctx,selected,hover,x,y,\"hanging\");var yLabel=y+.5*this.height+.5*this.labelModule.size.height;this.labelModule.draw(ctx,x,yLabel,selected,hover,\"hanging\")}this.updateBoundingBox(x,y)}},{key:\"updateBoundingBox\",value:function updateBoundingBox(x,y){this.boundingBox.top=y-this.options.size;this.boundingBox.left=x-this.options.size;this.boundingBox.right=x+this.options.size;this.boundingBox.bottom=y+this.options.size;if(this.options.label!==undefined&&this.labelModule.size.width>0){this.boundingBox.left=Math.min(this.boundingBox.left,this.labelModule.size.left);this.boundingBox.right=Math.max(this.boundingBox.right,this.labelModule.size.left+this.labelModule.size.width);this.boundingBox.bottom=Math.max(this.boundingBox.bottom,this.boundingBox.bottom+this.labelModule.size.height)}}}]);return ShapeBase}(_NodeBase3[\"default\"]);exports[\"default\"]=ShapeBase},function(module,exports,__webpack_require__){var IObject=__webpack_require__(78);var defined=__webpack_require__(51);module.exports=function(it){return IObject(defined(it))}},function(module,exports,__webpack_require__){var dP=__webpack_require__(20);var createDesc=__webpack_require__(39);module.exports=__webpack_require__(21)?function(object,key,value){return dP.f(object,key,createDesc(1,value))}:function(object,key,value){object[key]=value;return object}},function(module,exports,__webpack_require__){var isObject=__webpack_require__(32);module.exports=function(it){if(!isObject(it))throw TypeError(it+\" is not an object!\");return it}},function(module,exports){module.exports=function(exec){try{return!!exec()}catch(e){return true}}},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(138),__esModule:true}},function(module,exports,__webpack_require__){\"use strict\";exports.__esModule=true;var _isIterable2=__webpack_require__(188);var _isIterable3=_interopRequireDefault(_isIterable2);var _getIterator2=__webpack_require__(77);var _getIterator3=_interopRequireDefault(_getIterator2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}exports.default=function(){function sliceIterator(arr,i){var _arr=[];var _n=true;var _d=false;var _e=undefined;try{for(var _i=(0,_getIterator3.default)(arr),_s;!(_n=(_s=_i.next()).done);_n=true){_arr.push(_s.value);if(i&&_arr.length===i)break}}catch(err){_d=true;_e=err}finally{try{if(!_n&&_i[\"return\"])_i[\"return\"]()}finally{if(_d)throw _e}}return _arr}return function(arr,i){if(Array.isArray(arr)){return arr}else if((0,_isIterable3.default)(Object(arr))){return sliceIterator(arr,i)}else{throw new TypeError(\"Invalid attempt to destructure non-iterable instance\")}}}()},function(module,exports){module.exports={}},function(module,exports){module.exports=function(it){return typeof it===\"object\"?it!==null:typeof it===\"function\"}},function(module,exports,__webpack_require__){var $keys=__webpack_require__(84);var enumBugKeys=__webpack_require__(58);module.exports=Object.keys||function keys(O){return $keys(O,enumBugKeys)}},function(module,exports,__webpack_require__){\"use strict\";function Point3d(x,y,z){this.x=x!==undefined?x:0;this.y=y!==undefined?y:0;this.z=z!==undefined?z:0}Point3d.subtract=function(a,b){var sub=new Point3d;sub.x=a.x-b.x;sub.y=a.y-b.y;sub.z=a.z-b.z;return sub};Point3d.add=function(a,b){var sum=new Point3d;sum.x=a.x+b.x;sum.y=a.y+b.y;sum.z=a.z+b.z;return sum};Point3d.avg=function(a,b){return new Point3d((a.x+b.x)/2,(a.y+b.y)/2,(a.z+b.z)/2)};Point3d.crossProduct=function(a,b){var crossproduct=new Point3d;crossproduct.x=a.y*b.z-a.z*b.y;crossproduct.y=a.z*b.x-a.x*b.z;crossproduct.z=a.x*b.y-a.y*b.x;return crossproduct};Point3d.prototype.length=function(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)};module.exports=Point3d},function(module,exports,__webpack_require__){\"use strict\";var __WEBPACK_AMD_DEFINE_FACTORY__,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;(function(root,factory){if(true){!(__WEBPACK_AMD_DEFINE_ARRAY__=[],__WEBPACK_AMD_DEFINE_FACTORY__=factory,__WEBPACK_AMD_DEFINE_RESULT__=typeof __WEBPACK_AMD_DEFINE_FACTORY__===\"function\"?__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports,__WEBPACK_AMD_DEFINE_ARRAY__):__WEBPACK_AMD_DEFINE_FACTORY__,__WEBPACK_AMD_DEFINE_RESULT__!==undefined&&(module.exports=__WEBPACK_AMD_DEFINE_RESULT__))}else if(typeof exports===\"object\"){module.exports=factory()}else{root.keycharm=factory()}})(this,function(){function keycharm(options){var preventDefault=options&&options.preventDefault||false;var container=options&&options.container||window;var _exportFunctions={};var _bound={keydown:{},keyup:{}};var _keys={};var i;for(i=97;i<=122;i++){_keys[String.fromCharCode(i)]={code:65+(i-97),shift:false}}for(i=65;i<=90;i++){_keys[String.fromCharCode(i)]={code:i,shift:true}}for(i=0;i<=9;i++){_keys[\"\"+i]={code:48+i,shift:false}}for(i=1;i<=12;i++){_keys[\"F\"+i]={code:111+i,shift:false}}for(i=0;i<=9;i++){_keys[\"num\"+i]={code:96+i,shift:false}}_keys[\"num*\"]={code:106,shift:false};_keys[\"num+\"]={code:107,shift:false};_keys[\"num-\"]={code:109,shift:false};_keys[\"num/\"]={code:111,shift:false};_keys[\"num.\"]={code:110,shift:false};_keys[\"left\"]={code:37,shift:false};_keys[\"up\"]={code:38,shift:false};_keys[\"right\"]={code:39,shift:false};_keys[\"down\"]={code:40,shift:false};_keys[\"space\"]={code:32,shift:false};_keys[\"enter\"]={code:13,shift:false};_keys[\"shift\"]={code:16,shift:undefined};_keys[\"esc\"]={code:27,shift:false};_keys[\"backspace\"]={code:8,shift:false};_keys[\"tab\"]={code:9,shift:false};_keys[\"ctrl\"]={code:17,shift:false};_keys[\"alt\"]={code:18,shift:false};_keys[\"delete\"]={code:46,shift:false};_keys[\"pageup\"]={code:33,shift:false};_keys[\"pagedown\"]={code:34,shift:false};_keys[\"=\"]={code:187,shift:false};_keys[\"-\"]={code:189,shift:false};_keys[\"]\"]={code:221,shift:false};_keys[\"[\"]={code:219,shift:false};var down=function(event){handleEvent(event,\"keydown\")};var up=function(event){handleEvent(event,\"keyup\")};var handleEvent=function(event,type){if(_bound[type][event.keyCode]!==undefined){var bound=_bound[type][event.keyCode];for(var i=0;i<bound.length;i++){if(bound[i].shift===undefined){bound[i].fn(event)}else if(bound[i].shift==true&&event.shiftKey==true){bound[i].fn(event)}else if(bound[i].shift==false&&event.shiftKey==false){bound[i].fn(event)}}if(preventDefault==true){event.preventDefault()}}};_exportFunctions.bind=function(key,callback,type){if(type===undefined){type=\"keydown\"}if(_keys[key]===undefined){throw new Error(\"unsupported key: \"+key)}if(_bound[type][_keys[key].code]===undefined){_bound[type][_keys[key].code]=[]}_bound[type][_keys[key].code].push({fn:callback,shift:_keys[key].shift})};_exportFunctions.bindAll=function(callback,type){if(type===undefined){type=\"keydown\"}for(var key in _keys){if(_keys.hasOwnProperty(key)){_exportFunctions.bind(key,callback,type)}}};_exportFunctions.getKey=function(event){for(var key in _keys){if(_keys.hasOwnProperty(key)){if(event.shiftKey==true&&_keys[key].shift==true&&event.keyCode==_keys[key].code){return key}else if(event.shiftKey==false&&_keys[key].shift==false&&event.keyCode==_keys[key].code){return key}else if(event.keyCode==_keys[key].code&&key==\"shift\"){return key}}}return\"unknown key, currently not supported\"};_exportFunctions.unbind=function(key,callback,type){if(type===undefined){type=\"keydown\"}if(_keys[key]===undefined){throw new Error(\"unsupported key: \"+key)}if(callback!==undefined){var newBindings=[];var bound=_bound[type][_keys[key].code];if(bound!==undefined){for(var i=0;i<bound.length;i++){if(!(bound[i].fn==callback&&bound[i].shift==_keys[key].shift)){newBindings.push(_bound[type][_keys[key].code][i])}}}_bound[type][_keys[key].code]=newBindings}else{_bound[type][_keys[key].code]=[]}};_exportFunctions.reset=function(){_bound={keydown:{},keyup:{}}};_exportFunctions.destroy=function(){_bound={keydown:{},keyup:{}};container.removeEventListener(\"keydown\",down,true);container.removeEventListener(\"keyup\",up,true)};container.addEventListener(\"keydown\",down,true);container.addEventListener(\"keyup\",up,true);return _exportFunctions}return keycharm})},function(module,exports,__webpack_require__){\"use strict\";exports.convertHiddenOptions=function(moment,body,hiddenDates){if(hiddenDates&&!Array.isArray(hiddenDates)){return exports.convertHiddenOptions(moment,body,[hiddenDates])}body.hiddenDates=[];if(hiddenDates){if(Array.isArray(hiddenDates)==true){for(var i=0;i<hiddenDates.length;i++){if(hiddenDates[i].repeat===undefined){var dateItem={};dateItem.start=moment(hiddenDates[i].start).toDate().valueOf();dateItem.end=moment(hiddenDates[i].end).toDate().valueOf();body.hiddenDates.push(dateItem)}}body.hiddenDates.sort(function(a,b){return a.start-b.start})}}};exports.updateHiddenDates=function(moment,body,hiddenDates){if(hiddenDates&&!Array.isArray(hiddenDates)){return exports.updateHiddenDates(moment,body,[hiddenDates])}if(hiddenDates&&body.domProps.centerContainer.width!==undefined){exports.convertHiddenOptions(moment,body,hiddenDates);var start=moment(body.range.start);var end=moment(body.range.end);var totalRange=body.range.end-body.range.start;var pixelTime=totalRange/body.domProps.centerContainer.width;for(var i=0;i<hiddenDates.length;i++){if(hiddenDates[i].repeat!==undefined){var startDate=moment(hiddenDates[i].start);var endDate=moment(hiddenDates[i].end);if(startDate._d==\"Invalid Date\"){throw new Error(\"Supplied start date is not valid: \"+hiddenDates[i].start)}if(endDate._d==\"Invalid Date\"){throw new Error(\"Supplied end date is not valid: \"+hiddenDates[i].end)}var duration=endDate-startDate;if(duration>=4*pixelTime){var offset=0;var runUntil=end.clone();switch(hiddenDates[i].repeat){case\"daily\":if(startDate.day()!=endDate.day()){offset=1}startDate.dayOfYear(start.dayOfYear());startDate.year(start.year());startDate.subtract(7,\"days\");endDate.dayOfYear(start.dayOfYear());endDate.year(start.year());endDate.subtract(7-offset,\"days\");runUntil.add(1,\"weeks\");break;case\"weekly\":var dayOffset=endDate.diff(startDate,\"days\");var day=startDate.day();startDate.date(start.date());startDate.month(start.month());startDate.year(start.year());endDate=startDate.clone();startDate.day(day);endDate.day(day);endDate.add(dayOffset,\"days\");startDate.subtract(1,\"weeks\");endDate.subtract(1,\"weeks\");runUntil.add(1,\"weeks\");break;case\"monthly\":if(startDate.month()!=endDate.month()){offset=1}startDate.month(start.month());startDate.year(start.year());startDate.subtract(1,\"months\");endDate.month(start.month());endDate.year(start.year());endDate.subtract(1,\"months\");endDate.add(offset,\"months\");runUntil.add(1,\"months\");break;case\"yearly\":if(startDate.year()!=endDate.year()){offset=1}startDate.year(start.year());startDate.subtract(1,\"years\");endDate.year(start.year());endDate.subtract(1,\"years\");endDate.add(offset,\"years\");runUntil.add(1,\"years\");break;default:console.log(\"Wrong repeat format, allowed are: daily, weekly, monthly, yearly. Given:\",hiddenDates[i].repeat);return}while(startDate<runUntil){body.hiddenDates.push({start:startDate.valueOf(),end:endDate.valueOf()});switch(hiddenDates[i].repeat){case\"daily\":startDate.add(1,\"days\");endDate.add(1,\"days\");break;case\"weekly\":startDate.add(1,\"weeks\");endDate.add(1,\"weeks\");break;case\"monthly\":startDate.add(1,\"months\");endDate.add(1,\"months\");break;case\"yearly\":startDate.add(1,\"y\");endDate.add(1,\"y\");break;default:console.log(\"Wrong repeat format, allowed are: daily, weekly, monthly, yearly. Given:\",hiddenDates[i].repeat);return}}body.hiddenDates.push({start:startDate.valueOf(),end:endDate.valueOf()})}}}exports.removeDuplicates(body);var startHidden=exports.isHidden(body.range.start,body.hiddenDates);var endHidden=exports.isHidden(body.range.end,body.hiddenDates);var rangeStart=body.range.start;var rangeEnd=body.range.end;if(startHidden.hidden==true){rangeStart=body.range.startToFront==true?startHidden.startDate-1:startHidden.endDate+1}if(endHidden.hidden==true){rangeEnd=body.range.endToFront==true?endHidden.startDate-1:endHidden.endDate+1}if(startHidden.hidden==true||endHidden.hidden==true){body.range._applyRange(rangeStart,rangeEnd)}}};exports.removeDuplicates=function(body){var hiddenDates=body.hiddenDates;var safeDates=[];for(var i=0;i<hiddenDates.length;i++){for(var j=0;j<hiddenDates.length;j++){if(i!=j&&hiddenDates[j].remove!=true&&hiddenDates[i].remove!=true){if(hiddenDates[j].start>=hiddenDates[i].start&&hiddenDates[j].end<=hiddenDates[i].end){hiddenDates[j].remove=true}else if(hiddenDates[j].start>=hiddenDates[i].start&&hiddenDates[j].start<=hiddenDates[i].end){hiddenDates[i].end=hiddenDates[j].end;hiddenDates[j].remove=true}else if(hiddenDates[j].end>=hiddenDates[i].start&&hiddenDates[j].end<=hiddenDates[i].end){hiddenDates[i].start=hiddenDates[j].start;hiddenDates[j].remove=true}}}}for(i=0;i<hiddenDates.length;i++){if(hiddenDates[i].remove!==true){safeDates.push(hiddenDates[i])}}body.hiddenDates=safeDates;body.hiddenDates.sort(function(a,b){return a.start-b.start})};exports.printDates=function(dates){for(var i=0;i<dates.length;i++){console.log(i,new Date(dates[i].start),new Date(dates[i].end),dates[i].start,dates[i].end,dates[i].remove)}};exports.stepOverHiddenDates=function(moment,timeStep,previousTime){var stepInHidden=false;var currentValue=timeStep.current.valueOf();for(var i=0;i<timeStep.hiddenDates.length;i++){var startDate=timeStep.hiddenDates[i].start;var endDate=timeStep.hiddenDates[i].end;if(currentValue>=startDate&&currentValue<endDate){stepInHidden=true;break}}if(stepInHidden==true&&currentValue<timeStep._end.valueOf()&&currentValue!=previousTime){var prevValue=moment(previousTime);var newValue=moment(endDate);if(prevValue.year()!=newValue.year()){timeStep.switchedYear=true}else if(prevValue.month()!=newValue.month()){timeStep.switchedMonth=true}else if(prevValue.dayOfYear()!=newValue.dayOfYear()){timeStep.switchedDay=true}timeStep.current=newValue}};exports.toScreen=function(Core,time,width){var conversion;if(Core.body.hiddenDates.length==0){conversion=Core.range.conversion(width);return(time.valueOf()-conversion.offset)*conversion.scale}else{var hidden=exports.isHidden(time,Core.body.hiddenDates);if(hidden.hidden==true){time=hidden.startDate}var duration=exports.getHiddenDurationBetween(Core.body.hiddenDates,Core.range.start,Core.range.end);if(time<Core.range.start){conversion=Core.range.conversion(width,duration);var hiddenBeforeStart=exports.getHiddenDurationBeforeStart(Core.body.hiddenDates,time,conversion.offset);time=Core.options.moment(time).toDate().valueOf();time=time+hiddenBeforeStart;return-(conversion.offset-time.valueOf())*conversion.scale}else if(time>Core.range.end){var rangeAfterEnd={start:Core.range.start,end:time};time=exports.correctTimeForHidden(Core.options.moment,Core.body.hiddenDates,rangeAfterEnd,time);conversion=Core.range.conversion(width,duration);return(time.valueOf()-conversion.offset)*conversion.scale}else{time=exports.correctTimeForHidden(Core.options.moment,Core.body.hiddenDates,Core.range,time);conversion=Core.range.conversion(width,duration);return(time.valueOf()-conversion.offset)*conversion.scale}}};exports.toTime=function(Core,x,width){if(Core.body.hiddenDates.length==0){var conversion=Core.range.conversion(width);return new Date(x/conversion.scale+conversion.offset)}else{var hiddenDuration=exports.getHiddenDurationBetween(Core.body.hiddenDates,Core.range.start,Core.range.end);var totalDuration=Core.range.end-Core.range.start-hiddenDuration;var partialDuration=totalDuration*x/width;var accumulatedHiddenDuration=exports.getAccumulatedHiddenDuration(Core.body.hiddenDates,Core.range,partialDuration);return new Date(accumulatedHiddenDuration+partialDuration+Core.range.start)}};exports.getHiddenDurationBetween=function(hiddenDates,start,end){var duration=0;for(var i=0;i<hiddenDates.length;i++){var startDate=hiddenDates[i].start;var endDate=hiddenDates[i].end;if(startDate>=start&&endDate<end){duration+=endDate-startDate}}return duration};exports.getHiddenDurationBeforeStart=function(hiddenDates,start,end){var duration=0;for(var i=0;i<hiddenDates.length;i++){var startDate=hiddenDates[i].start;var endDate=hiddenDates[i].end;if(startDate>=start&&endDate<=end){duration+=endDate-startDate}}return duration};exports.correctTimeForHidden=function(moment,hiddenDates,range,time){time=moment(time).toDate().valueOf();time-=exports.getHiddenDurationBefore(moment,hiddenDates,range,time);return time};exports.getHiddenDurationBefore=function(moment,hiddenDates,range,time){var timeOffset=0;time=moment(time).toDate().valueOf();for(var i=0;i<hiddenDates.length;i++){var startDate=hiddenDates[i].start;var endDate=hiddenDates[i].end;if(startDate>=range.start&&endDate<range.end){if(time>=endDate){timeOffset+=endDate-startDate}}}return timeOffset};exports.getAccumulatedHiddenDuration=function(hiddenDates,range,requiredDuration){var hiddenDuration=0;var duration=0;var previousPoint=range.start;for(var i=0;i<hiddenDates.length;i++){var startDate=hiddenDates[i].start;var endDate=hiddenDates[i].end;if(startDate>=range.start&&endDate<range.end){duration+=startDate-previousPoint;previousPoint=endDate;if(duration>=requiredDuration){break}else{hiddenDuration+=endDate-startDate}}}return hiddenDuration};exports.snapAwayFromHidden=function(hiddenDates,time,direction,correctionEnabled){var isHidden=exports.isHidden(time,hiddenDates);if(isHidden.hidden==true){if(direction<0){if(correctionEnabled==true){return isHidden.startDate-(isHidden.endDate-time)-1}else{return isHidden.startDate-1}}else{if(correctionEnabled==true){return isHidden.endDate+(time-isHidden.startDate)+1}else{return isHidden.endDate+1}}}else{return time}};exports.isHidden=function(time,hiddenDates){for(var i=0;i<hiddenDates.length;i++){var startDate=hiddenDates[i].start;var endDate=hiddenDates[i].end;if(time>=startDate&&time<endDate){return{hidden:true,startDate:startDate,endDate:endDate}}}return{hidden:false,startDate:startDate,endDate:endDate}}},function(module,exports,__webpack_require__){\"use strict\";exports.onTouch=function(hammer,callback){callback.inputHandler=function(event){if(event.isFirst){callback(event)}};hammer.on(\"hammer.input\",callback.inputHandler)};exports.onRelease=function(hammer,callback){callback.inputHandler=function(event){if(event.isFinal){callback(event)}};return hammer.on(\"hammer.input\",callback.inputHandler)};exports.offTouch=function(hammer,callback){hammer.off(\"hammer.input\",callback.inputHandler)};exports.offRelease=exports.offTouch;exports.disablePreventDefaultVertically=function(pinchRecognizer){var TOUCH_ACTION_PAN_Y=\"pan-y\";pinchRecognizer.getTouchAction=function(){return[TOUCH_ACTION_PAN_Y]};return pinchRecognizer}},function(module,exports,__webpack_require__){\"use strict\";var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Hammer=__webpack_require__(10);var util=__webpack_require__(2);var moment=__webpack_require__(9);function Item(data,conversion,options){this.id=null;this.parent=null;this.data=data;this.dom=null;this.conversion=conversion||{};this.options=options||{};this.selected=false;this.displayed=false;this.groupShowing=true;this.dirty=true;this.top=null;this.right=null;this.left=null;this.width=null;this.height=null;this.editable=null;this._updateEditStatus()}Item.prototype.stack=true;Item.prototype.select=function(){this.selected=true;this.dirty=true;if(this.displayed)this.redraw()};Item.prototype.unselect=function(){this.selected=false;this.dirty=true;if(this.displayed)this.redraw()};Item.prototype.setData=function(data){var groupChanged=data.group!=undefined&&this.data.group!=data.group;if(groupChanged&&this.parent!=null){this.parent.itemSet._moveToGroup(this,data.group)}if(this.parent){this.parent.stackDirty=true}var subGroupChanged=data.subgroup!=undefined&&this.data.subgroup!=data.subgroup;if(subGroupChanged&&this.parent!=null){this.parent.changeSubgroup(this,this.data.subgroup,data.subgroup)}this.data=data;this._updateEditStatus();this.dirty=true;if(this.displayed)this.redraw()};Item.prototype.setParent=function(parent){if(this.displayed){this.hide();this.parent=parent;if(this.parent){this.show()}}else{this.parent=parent}};Item.prototype.isVisible=function(range){return false};Item.prototype.show=function(){return false};Item.prototype.hide=function(){return false};Item.prototype.redraw=function(){};Item.prototype.repositionX=function(){};Item.prototype.repositionY=function(){};Item.prototype._repaintDragCenter=function(){if(this.selected&&this.options.editable.updateTime&&!this.dom.dragCenter){var me=this;var dragCenter=document.createElement(\"div\");dragCenter.className=\"vis-drag-center\";dragCenter.dragCenterItem=this;var hammer=new Hammer(dragCenter);hammer.on(\"tap\",function(event){me.parent.itemSet.body.emitter.emit(\"click\",{event:event,item:me.id})});hammer.on(\"doubletap\",function(event){event.stopPropagation();me.parent.itemSet._onUpdateItem(me);me.parent.itemSet.body.emitter.emit(\"doubleClick\",{event:event,item:me.id})});if(this.dom.box){if(this.dom.dragLeft){this.dom.box.insertBefore(dragCenter,this.dom.dragLeft)}else{this.dom.box.appendChild(dragCenter)}}else if(this.dom.point){this.dom.point.appendChild(dragCenter)}this.dom.dragCenter=dragCenter}else if(!this.selected&&this.dom.dragCenter){if(this.dom.dragCenter.parentNode){this.dom.dragCenter.parentNode.removeChild(this.dom.dragCenter)}this.dom.dragCenter=null}};Item.prototype._repaintDeleteButton=function(anchor){var editable=(this.options.editable.overrideItems||this.editable==null)&&this.options.editable.remove||!this.options.editable.overrideItems&&this.editable!=null&&this.editable.remove;if(this.selected&&editable&&!this.dom.deleteButton){var me=this;var deleteButton=document.createElement(\"div\");if(this.options.rtl){deleteButton.className=\"vis-delete-rtl\"}else{deleteButton.className=\"vis-delete\"}deleteButton.title=\"Delete this item\";new Hammer(deleteButton).on(\"tap\",function(event){event.stopPropagation();me.parent.removeFromDataSet(me)});anchor.appendChild(deleteButton);this.dom.deleteButton=deleteButton}else if(!this.selected&&this.dom.deleteButton){if(this.dom.deleteButton.parentNode){this.dom.deleteButton.parentNode.removeChild(this.dom.deleteButton)}this.dom.deleteButton=null}};Item.prototype._repaintOnItemUpdateTimeTooltip=function(anchor){if(!this.options.tooltipOnItemUpdateTime)return;var editable=(this.options.editable.updateTime||this.data.editable===true)&&this.data.editable!==false;if(this.selected&&editable&&!this.dom.onItemUpdateTimeTooltip){var onItemUpdateTimeTooltip=document.createElement(\"div\");onItemUpdateTimeTooltip.className=\"vis-onUpdateTime-tooltip\";anchor.appendChild(onItemUpdateTimeTooltip);this.dom.onItemUpdateTimeTooltip=onItemUpdateTimeTooltip}else if(!this.selected&&this.dom.onItemUpdateTimeTooltip){if(this.dom.onItemUpdateTimeTooltip.parentNode){this.dom.onItemUpdateTimeTooltip.parentNode.removeChild(this.dom.onItemUpdateTimeTooltip)}this.dom.onItemUpdateTimeTooltip=null}if(this.dom.onItemUpdateTimeTooltip){this.dom.onItemUpdateTimeTooltip.style.visibility=this.parent.itemSet.touchParams.itemIsDragging?\"visible\":\"hidden\";if(this.options.rtl){this.dom.onItemUpdateTimeTooltip.style.right=this.dom.content.style.right}else{this.dom.onItemUpdateTimeTooltip.style.left=this.dom.content.style.left}var tooltipOffset=50;var scrollTop=this.parent.itemSet.body.domProps.scrollTop;var itemDistanceFromTop;if(this.options.orientation.item==\"top\"){itemDistanceFromTop=this.top}else{itemDistanceFromTop=this.parent.height-this.top-this.height}var isCloseToTop=itemDistanceFromTop+this.parent.top-tooltipOffset<-scrollTop;if(isCloseToTop){this.dom.onItemUpdateTimeTooltip.style.bottom=\"\";this.dom.onItemUpdateTimeTooltip.style.top=this.height+2+\"px\"}else{this.dom.onItemUpdateTimeTooltip.style.top=\"\";this.dom.onItemUpdateTimeTooltip.style.bottom=this.height+2+\"px\"}var content;var templateFunction;if(this.options.tooltipOnItemUpdateTime&&this.options.tooltipOnItemUpdateTime.template){templateFunction=this.options.tooltipOnItemUpdateTime.template.bind(this);content=templateFunction(this.data)}else{content=\"start: \"+moment(this.data.start).format(\"MM/DD/YYYY hh:mm\");if(this.data.end){content+=\"<br> end: \"+moment(this.data.end).format(\"MM/DD/YYYY hh:mm\")}}this.dom.onItemUpdateTimeTooltip.innerHTML=content}};Item.prototype._updateContents=function(element){var content;var changed;var templateFunction;var itemVisibleFrameContent;var visibleFrameTemplateFunction;var itemData=this.parent.itemSet.itemsData.get(this.id);var frameElement=this.dom.box||this.dom.point;var itemVisibleFrameContentElement=frameElement.getElementsByClassName(\"vis-item-visible-frame\")[0];if(this.options.visibleFrameTemplate){visibleFrameTemplateFunction=this.options.visibleFrameTemplate.bind(this);itemVisibleFrameContent=visibleFrameTemplateFunction(itemData,frameElement)}else{itemVisibleFrameContent=\"\"}if(itemVisibleFrameContentElement){if(itemVisibleFrameContent instanceof Object&&!(itemVisibleFrameContent instanceof Element)){visibleFrameTemplateFunction(itemData,itemVisibleFrameContentElement)}else{changed=this._contentToString(this.itemVisibleFrameContent)!==this._contentToString(itemVisibleFrameContent);if(changed){if(itemVisibleFrameContent instanceof Element){itemVisibleFrameContentElement.innerHTML=\"\";itemVisibleFrameContentElement.appendChild(itemVisibleFrameContent)}else if(itemVisibleFrameContent!=undefined){itemVisibleFrameContentElement.innerHTML=itemVisibleFrameContent}else{if(!(this.data.type==\"background\"&&this.data.content===undefined)){throw new Error('Property \"content\" missing in item '+this.id)}}this.itemVisibleFrameContent=itemVisibleFrameContent}}}if(this.options.template){templateFunction=this.options.template.bind(this);content=templateFunction(itemData,element,this.data)}else{content=this.data.content}if(content instanceof Object&&!(content instanceof Element)){templateFunction(itemData,element)}else{changed=this._contentToString(this.content)!==this._contentToString(content);if(changed){if(content instanceof Element){element.innerHTML=\"\";element.appendChild(content)}else if(content!=undefined){element.innerHTML=content}else{if(!(this.data.type==\"background\"&&this.data.content===undefined)){throw new Error('Property \"content\" missing in item '+this.id)}}this.content=content}}};Item.prototype._updateDataAttributes=function(element){if(this.options.dataAttributes&&this.options.dataAttributes.length>0){var attributes=[];if(Array.isArray(this.options.dataAttributes)){attributes=this.options.dataAttributes}else if(this.options.dataAttributes==\"all\"){attributes=(0,_keys2[\"default\"])(this.data)}else{return}for(var i=0;i<attributes.length;i++){var name=attributes[i];var value=this.data[name];if(value!=null){element.setAttribute(\"data-\"+name,value)}else{element.removeAttribute(\"data-\"+name)}}}};Item.prototype._updateStyle=function(element){if(this.style){util.removeCssText(element,this.style);this.style=null}if(this.data.style){util.addCssText(element,this.data.style);this.style=this.data.style}};Item.prototype._contentToString=function(content){if(typeof content===\"string\")return content;if(content&&\"outerHTML\"in content)return content.outerHTML;return content};Item.prototype._updateEditStatus=function(){if(this.options){if(typeof this.options.editable===\"boolean\"){this.editable={updateTime:this.options.editable,updateGroup:this.options.editable,remove:this.options.editable}}else if((0,_typeof3[\"default\"])(this.options.editable)===\"object\"){this.editable={};util.selectiveExtend([\"updateTime\",\"updateGroup\",\"remove\"],this.editable,this.options.editable)}}if(!this.options||!this.options.editable||this.options.editable.overrideItems!==true){if(this.data){if(typeof this.data.editable===\"boolean\"){this.editable={updateTime:this.data.editable,updateGroup:this.data.editable,remove:this.data.editable}}else if((0,_typeof3[\"default\"])(this.data.editable)===\"object\"){this.editable={};util.selectiveExtend([\"updateTime\",\"updateGroup\",\"remove\"],this.editable,this.data.editable)}}}};Item.prototype.getWidthLeft=function(){return 0};Item.prototype.getWidthRight=function(){return 0};Item.prototype.getTitle=function(){return this.data.title};module.exports=Item},function(module,exports){module.exports=function(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value:value}}},function(module,exports){var id=0;var px=Math.random();module.exports=function(key){return\"Symbol(\".concat(key===undefined?\"\":key,\")_\",(++id+px).toString(36))}},function(module,exports,__webpack_require__){var defined=__webpack_require__(51);module.exports=function(it){return Object(defined(it))}},function(module,exports){exports.f={}.propertyIsEnumerable},function(module,exports,__webpack_require__){\"use strict\";function Queue(options){this.delay=null;this.max=Infinity;this._queue=[];this._timeout=null;this._extended=null;this.setOptions(options)}Queue.prototype.setOptions=function(options){if(options&&typeof options.delay!==\"undefined\"){this.delay=options.delay}if(options&&typeof options.max!==\"undefined\"){this.max=options.max}this._flushIfNeeded()};Queue.extend=function(object,options){var queue=new Queue(options);if(object.flush!==undefined){throw new Error(\"Target object already has a property flush\")}object.flush=function(){queue.flush()};var methods=[{name:\"flush\",original:undefined}];if(options&&options.replace){for(var i=0;i<options.replace.length;i++){var name=options.replace[i];methods.push({name:name,original:object[name]});queue.replace(object,name)}}queue._extended={object:object,methods:methods};return queue};Queue.prototype.destroy=function(){this.flush();if(this._extended){var object=this._extended.object;var methods=this._extended.methods;for(var i=0;i<methods.length;i++){var method=methods[i];if(method.original){object[method.name]=method.original}else{delete object[method.name]}}this._extended=null}};Queue.prototype.replace=function(object,method){var me=this;var original=object[method];if(!original){throw new Error(\"Method \"+method+\" undefined\")}object[method]=function(){var args=[];for(var i=0;i<arguments.length;i++){args[i]=arguments[i]}me.queue({args:args,fn:original,context:this})}};Queue.prototype.queue=function(entry){if(typeof entry===\"function\"){this._queue.push({fn:entry})}else{this._queue.push(entry)}this._flushIfNeeded()};Queue.prototype._flushIfNeeded=function(){\nif(this._queue.length>this.max){this.flush()}clearTimeout(this._timeout);if(this.queue.length>0&&typeof this.delay===\"number\"){var me=this;this._timeout=setTimeout(function(){me.flush()},this.delay)}};Queue.prototype.flush=function(){while(this._queue.length>0){var entry=this._queue.shift();entry.fn.apply(entry.context||entry.fn,entry.args||[])}};module.exports=Queue},function(module,exports){module.exports=Emitter;function Emitter(obj){if(obj)return mixin(obj)}function mixin(obj){for(var key in Emitter.prototype){obj[key]=Emitter.prototype[key]}return obj}Emitter.prototype.on=Emitter.prototype.addEventListener=function(event,fn){this._callbacks=this._callbacks||{};(this._callbacks[event]=this._callbacks[event]||[]).push(fn);return this};Emitter.prototype.once=function(event,fn){var self=this;this._callbacks=this._callbacks||{};function on(){self.off(event,on);fn.apply(this,arguments)}on.fn=fn;this.on(event,on);return this};Emitter.prototype.off=Emitter.prototype.removeListener=Emitter.prototype.removeAllListeners=Emitter.prototype.removeEventListener=function(event,fn){this._callbacks=this._callbacks||{};if(0==arguments.length){this._callbacks={};return this}var callbacks=this._callbacks[event];if(!callbacks)return this;if(1==arguments.length){delete this._callbacks[event];return this}var cb;for(var i=0;i<callbacks.length;i++){cb=callbacks[i];if(cb===fn||cb.fn===fn){callbacks.splice(i,1);break}}return this};Emitter.prototype.emit=function(event){this._callbacks=this._callbacks||{};var args=[].slice.call(arguments,1),callbacks=this._callbacks[event];if(callbacks){callbacks=callbacks.slice(0);for(var i=0,len=callbacks.length;i<len;++i){callbacks[i].apply(this,args)}}return this};Emitter.prototype.listeners=function(event){this._callbacks=this._callbacks||{};return this._callbacks[event]||[]};Emitter.prototype.hasListeners=function(event){return!!this.listeners(event).length}},function(module,exports,__webpack_require__){\"use strict\";var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var Component=__webpack_require__(16);var TimeStep=__webpack_require__(66);var DateUtil=__webpack_require__(36);var moment=__webpack_require__(9);function TimeAxis(body,options){this.dom={foreground:null,lines:[],majorTexts:[],minorTexts:[],redundant:{lines:[],majorTexts:[],minorTexts:[]}};this.props={range:{start:0,end:0,minimumStep:0},lineTop:0};this.defaultOptions={orientation:{axis:\"bottom\"},showMinorLabels:true,showMajorLabels:true,maxMinorChars:7,format:TimeStep.FORMAT,moment:moment,timeAxis:null};this.options=util.extend({},this.defaultOptions);this.body=body;this._create();this.setOptions(options)}TimeAxis.prototype=new Component;TimeAxis.prototype.setOptions=function(options){if(options){util.selectiveExtend([\"showMinorLabels\",\"showMajorLabels\",\"maxMinorChars\",\"hiddenDates\",\"timeAxis\",\"moment\",\"rtl\"],this.options,options);util.selectiveDeepExtend([\"format\"],this.options,options);if(\"orientation\"in options){if(typeof options.orientation===\"string\"){this.options.orientation.axis=options.orientation}else if((0,_typeof3[\"default\"])(options.orientation)===\"object\"&&\"axis\"in options.orientation){this.options.orientation.axis=options.orientation.axis}}if(\"locale\"in options){if(typeof moment.locale===\"function\"){moment.locale(options.locale)}else{moment.lang(options.locale)}}}};TimeAxis.prototype._create=function(){this.dom.foreground=document.createElement(\"div\");this.dom.background=document.createElement(\"div\");this.dom.foreground.className=\"vis-time-axis vis-foreground\";this.dom.background.className=\"vis-time-axis vis-background\"};TimeAxis.prototype.destroy=function(){if(this.dom.foreground.parentNode){this.dom.foreground.parentNode.removeChild(this.dom.foreground)}if(this.dom.background.parentNode){this.dom.background.parentNode.removeChild(this.dom.background)}this.body=null};TimeAxis.prototype.redraw=function(){var props=this.props;var foreground=this.dom.foreground;var background=this.dom.background;var parent=this.options.orientation.axis==\"top\"?this.body.dom.top:this.body.dom.bottom;var parentChanged=foreground.parentNode!==parent;this._calculateCharSize();var showMinorLabels=this.options.showMinorLabels&&this.options.orientation.axis!==\"none\";var showMajorLabels=this.options.showMajorLabels&&this.options.orientation.axis!==\"none\";props.minorLabelHeight=showMinorLabels?props.minorCharHeight:0;props.majorLabelHeight=showMajorLabels?props.majorCharHeight:0;props.height=props.minorLabelHeight+props.majorLabelHeight;props.width=foreground.offsetWidth;props.minorLineHeight=this.body.domProps.root.height-props.majorLabelHeight-(this.options.orientation.axis==\"top\"?this.body.domProps.bottom.height:this.body.domProps.top.height);props.minorLineWidth=1;props.majorLineHeight=props.minorLineHeight+props.majorLabelHeight;props.majorLineWidth=1;var foregroundNextSibling=foreground.nextSibling;var backgroundNextSibling=background.nextSibling;foreground.parentNode&&foreground.parentNode.removeChild(foreground);background.parentNode&&background.parentNode.removeChild(background);foreground.style.height=this.props.height+\"px\";this._repaintLabels();if(foregroundNextSibling){parent.insertBefore(foreground,foregroundNextSibling)}else{parent.appendChild(foreground)}if(backgroundNextSibling){this.body.dom.backgroundVertical.insertBefore(background,backgroundNextSibling)}else{this.body.dom.backgroundVertical.appendChild(background)}return this._isResized()||parentChanged};TimeAxis.prototype._repaintLabels=function(){var orientation=this.options.orientation.axis;var start=util.convert(this.body.range.start,\"Number\");var end=util.convert(this.body.range.end,\"Number\");var timeLabelsize=this.body.util.toTime((this.props.minorCharWidth||10)*this.options.maxMinorChars).valueOf();var minimumStep=timeLabelsize-DateUtil.getHiddenDurationBefore(this.options.moment,this.body.hiddenDates,this.body.range,timeLabelsize);minimumStep-=this.body.util.toTime(0).valueOf();var step=new TimeStep(new Date(start),new Date(end),minimumStep,this.body.hiddenDates,this.options);step.setMoment(this.options.moment);if(this.options.format){step.setFormat(this.options.format)}if(this.options.timeAxis){step.setScale(this.options.timeAxis)}this.step=step;var dom=this.dom;dom.redundant.lines=dom.lines;dom.redundant.majorTexts=dom.majorTexts;dom.redundant.minorTexts=dom.minorTexts;dom.lines=[];dom.majorTexts=[];dom.minorTexts=[];var current;var next;var x;var xNext;var isMajor;var nextIsMajor;var showMinorGrid;var width=0,prevWidth;var line;var labelMinor;var xFirstMajorLabel=undefined;var count=0;var MAX=1e3;var className;step.start();next=step.getCurrent();xNext=this.body.util.toScreen(next);while(step.hasNext()&&count<MAX){count++;isMajor=step.isMajor();className=step.getClassName();labelMinor=step.getLabelMinor();current=next;x=xNext;step.next();next=step.getCurrent();nextIsMajor=step.isMajor();xNext=this.body.util.toScreen(next);prevWidth=width;width=xNext-x;switch(step.scale){case\"week\":showMinorGrid=true;break;default:showMinorGrid=width>=prevWidth*.4;break}if(this.options.showMinorLabels&&showMinorGrid){var label=this._repaintMinorText(x,labelMinor,orientation,className);label.style.width=width+\"px\"}if(isMajor&&this.options.showMajorLabels){if(x>0){if(xFirstMajorLabel==undefined){xFirstMajorLabel=x}label=this._repaintMajorText(x,step.getLabelMajor(),orientation,className)}line=this._repaintMajorLine(x,width,orientation,className)}else{if(showMinorGrid){line=this._repaintMinorLine(x,width,orientation,className)}else{if(line){line.style.width=parseInt(line.style.width)+width+\"px\"}}}}if(count===MAX&&!warnedForOverflow){console.warn(\"Something is wrong with the Timeline scale. Limited drawing of grid lines to \"+MAX+\" lines.\");warnedForOverflow=true}if(this.options.showMajorLabels){var leftTime=this.body.util.toTime(0),leftText=step.getLabelMajor(leftTime),widthText=leftText.length*(this.props.majorCharWidth||10)+10;if(xFirstMajorLabel==undefined||widthText<xFirstMajorLabel){this._repaintMajorText(0,leftText,orientation,className)}}util.forEach(this.dom.redundant,function(arr){while(arr.length){var elem=arr.pop();if(elem&&elem.parentNode){elem.parentNode.removeChild(elem)}}})};TimeAxis.prototype._repaintMinorText=function(x,text,orientation,className){var label=this.dom.redundant.minorTexts.shift();if(!label){var content=document.createTextNode(\"\");label=document.createElement(\"div\");label.appendChild(content);this.dom.foreground.appendChild(label)}this.dom.minorTexts.push(label);label.innerHTML=text;label.style.top=orientation==\"top\"?this.props.majorLabelHeight+\"px\":\"0\";if(this.options.rtl){label.style.left=\"\";label.style.right=x+\"px\"}else{label.style.left=x+\"px\"}label.className=\"vis-text vis-minor \"+className;return label};TimeAxis.prototype._repaintMajorText=function(x,text,orientation,className){var label=this.dom.redundant.majorTexts.shift();if(!label){var content=document.createElement(\"div\");label=document.createElement(\"div\");label.appendChild(content);this.dom.foreground.appendChild(label)}label.childNodes[0].innerHTML=text;label.className=\"vis-text vis-major \"+className;label.style.top=orientation==\"top\"?\"0\":this.props.minorLabelHeight+\"px\";if(this.options.rtl){label.style.left=\"\";label.style.right=x+\"px\"}else{label.style.left=x+\"px\"}this.dom.majorTexts.push(label);return label};TimeAxis.prototype._repaintMinorLine=function(x,width,orientation,className){var line=this.dom.redundant.lines.shift();if(!line){line=document.createElement(\"div\");this.dom.background.appendChild(line)}this.dom.lines.push(line);var props=this.props;if(orientation==\"top\"){line.style.top=props.majorLabelHeight+\"px\"}else{line.style.top=this.body.domProps.top.height+\"px\"}line.style.height=props.minorLineHeight+\"px\";if(this.options.rtl){line.style.left=\"\";line.style.right=x-props.minorLineWidth/2+\"px\";line.className=\"vis-grid vis-vertical-rtl vis-minor \"+className}else{line.style.left=x-props.minorLineWidth/2+\"px\";line.className=\"vis-grid vis-vertical vis-minor \"+className}line.style.width=width+\"px\";return line};TimeAxis.prototype._repaintMajorLine=function(x,width,orientation,className){var line=this.dom.redundant.lines.shift();if(!line){line=document.createElement(\"div\");this.dom.background.appendChild(line)}this.dom.lines.push(line);var props=this.props;if(orientation==\"top\"){line.style.top=\"0\"}else{line.style.top=this.body.domProps.top.height+\"px\"}if(this.options.rtl){line.style.left=\"\";line.style.right=x-props.majorLineWidth/2+\"px\";line.className=\"vis-grid vis-vertical-rtl vis-major \"+className}else{line.style.left=x-props.majorLineWidth/2+\"px\";line.className=\"vis-grid vis-vertical vis-major \"+className}line.style.height=props.majorLineHeight+\"px\";line.style.width=width+\"px\";return line};TimeAxis.prototype._calculateCharSize=function(){if(!this.dom.measureCharMinor){this.dom.measureCharMinor=document.createElement(\"DIV\");this.dom.measureCharMinor.className=\"vis-text vis-minor vis-measure\";this.dom.measureCharMinor.style.position=\"absolute\";this.dom.measureCharMinor.appendChild(document.createTextNode(\"0\"));this.dom.foreground.appendChild(this.dom.measureCharMinor)}this.props.minorCharHeight=this.dom.measureCharMinor.clientHeight;this.props.minorCharWidth=this.dom.measureCharMinor.clientWidth;if(!this.dom.measureCharMajor){this.dom.measureCharMajor=document.createElement(\"DIV\");this.dom.measureCharMajor.className=\"vis-text vis-major vis-measure\";this.dom.measureCharMajor.style.position=\"absolute\";this.dom.measureCharMajor.appendChild(document.createTextNode(\"0\"));this.dom.foreground.appendChild(this.dom.measureCharMajor)}this.props.majorCharHeight=this.dom.measureCharMajor.clientHeight;this.props.majorCharWidth=this.dom.measureCharMajor.clientWidth};var warnedForOverflow=false;module.exports=TimeAxis},function(module,exports,__webpack_require__){\"use strict\";var Hammer=__webpack_require__(10);var util=__webpack_require__(2);var Component=__webpack_require__(16);var moment=__webpack_require__(9);var locales=__webpack_require__(98);function CustomTime(body,options){this.body=body;this.defaultOptions={moment:moment,locales:locales,locale:\"en\",id:undefined,title:undefined};this.options=util.extend({},this.defaultOptions);if(options&&options.time){this.customTime=options.time}else{this.customTime=new Date}this.eventParams={};this.setOptions(options);this._create()}CustomTime.prototype=new Component;CustomTime.prototype.setOptions=function(options){if(options){util.selectiveExtend([\"moment\",\"locale\",\"locales\",\"id\"],this.options,options)}};CustomTime.prototype._create=function(){var bar=document.createElement(\"div\");bar[\"custom-time\"]=this;bar.className=\"vis-custom-time \"+(this.options.id||\"\");bar.style.position=\"absolute\";bar.style.top=\"0px\";bar.style.height=\"100%\";this.bar=bar;var drag=document.createElement(\"div\");drag.style.position=\"relative\";drag.style.top=\"0px\";drag.style.left=\"-10px\";drag.style.height=\"100%\";drag.style.width=\"20px\";function onMouseWheel(e){this.body.range._onMouseWheel(e)}if(drag.addEventListener){drag.addEventListener(\"mousewheel\",onMouseWheel.bind(this),false);drag.addEventListener(\"DOMMouseScroll\",onMouseWheel.bind(this),false)}else{drag.attachEvent(\"onmousewheel\",onMouseWheel.bind(this))}bar.appendChild(drag);this.hammer=new Hammer(drag);this.hammer.on(\"panstart\",this._onDragStart.bind(this));this.hammer.on(\"panmove\",this._onDrag.bind(this));this.hammer.on(\"panend\",this._onDragEnd.bind(this));this.hammer.get(\"pan\").set({threshold:5,direction:Hammer.DIRECTION_HORIZONTAL})};CustomTime.prototype.destroy=function(){this.hide();this.hammer.destroy();this.hammer=null;this.body=null};CustomTime.prototype.redraw=function(){var parent=this.body.dom.backgroundVertical;if(this.bar.parentNode!=parent){if(this.bar.parentNode){this.bar.parentNode.removeChild(this.bar)}parent.appendChild(this.bar)}var x=this.body.util.toScreen(this.customTime);var locale=this.options.locales[this.options.locale];if(!locale){if(!this.warned){console.log(\"WARNING: options.locales['\"+this.options.locale+\"'] not found. See http://visjs.org/docs/timeline/#Localization\");this.warned=true}locale=this.options.locales[\"en\"]}var title=this.options.title;if(title===undefined){title=locale.time+\": \"+this.options.moment(this.customTime).format(\"dddd, MMMM Do YYYY, H:mm:ss\");title=title.charAt(0).toUpperCase()+title.substring(1)}else if(typeof title===\"function\"){title=title.call(this.customTime)}this.bar.style.left=x+\"px\";this.bar.title=title;return false};CustomTime.prototype.hide=function(){if(this.bar.parentNode){this.bar.parentNode.removeChild(this.bar)}};CustomTime.prototype.setCustomTime=function(time){this.customTime=util.convert(time,\"Date\");this.redraw()};CustomTime.prototype.getCustomTime=function(){return new Date(this.customTime.valueOf())};CustomTime.prototype.setCustomTitle=function(title){this.options.title=title};CustomTime.prototype._onDragStart=function(event){this.eventParams.dragging=true;this.eventParams.customTime=this.customTime;event.stopPropagation()};CustomTime.prototype._onDrag=function(event){if(!this.eventParams.dragging)return;var x=this.body.util.toScreen(this.eventParams.customTime)+event.deltaX;var time=this.body.util.toTime(x);this.setCustomTime(time);this.body.emitter.emit(\"timechange\",{id:this.options.id,time:new Date(this.customTime.valueOf()),event:event});event.stopPropagation()};CustomTime.prototype._onDragEnd=function(event){if(!this.eventParams.dragging)return;this.body.emitter.emit(\"timechanged\",{id:this.options.id,time:new Date(this.customTime.valueOf()),event:event});event.stopPropagation()};CustomTime.customTimeFromTarget=function(event){var target=event.target;while(target){if(target.hasOwnProperty(\"custom-time\")){return target[\"custom-time\"]}target=target.parentNode}return null};module.exports=CustomTime},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var Label=__webpack_require__(117)[\"default\"];var ComponentUtil=__webpack_require__(48)[\"default\"];var Box=__webpack_require__(193)[\"default\"];var Circle=__webpack_require__(200)[\"default\"];var CircularImage=__webpack_require__(201)[\"default\"];var Database=__webpack_require__(202)[\"default\"];var Diamond=__webpack_require__(203)[\"default\"];var Dot=__webpack_require__(204)[\"default\"];var Ellipse=__webpack_require__(205)[\"default\"];var Icon=__webpack_require__(206)[\"default\"];var Image=__webpack_require__(207)[\"default\"];var Square=__webpack_require__(208)[\"default\"];var Hexagon=__webpack_require__(209)[\"default\"];var Star=__webpack_require__(210)[\"default\"];var Text=__webpack_require__(211)[\"default\"];var Triangle=__webpack_require__(212)[\"default\"];var TriangleDown=__webpack_require__(213)[\"default\"];var _require=__webpack_require__(15),printStyle=_require.printStyle;var Node=function(){function Node(options,body,imagelist,grouplist,globalOptions,defaultOptions){(0,_classCallCheck3[\"default\"])(this,Node);this.options=util.bridgeObject(globalOptions);this.globalOptions=globalOptions;this.defaultOptions=defaultOptions;this.body=body;this.edges=[];this.id=undefined;this.imagelist=imagelist;this.grouplist=grouplist;this.x=undefined;this.y=undefined;this.baseSize=this.options.size;this.baseFontSize=this.options.font.size;this.predefinedPosition=false;this.selected=false;this.hover=false;this.labelModule=new Label(this.body,this.options,false);this.setOptions(options)}(0,_createClass3[\"default\"])(Node,[{key:\"attachEdge\",value:function attachEdge(edge){if(this.edges.indexOf(edge)===-1){this.edges.push(edge)}}},{key:\"detachEdge\",value:function detachEdge(edge){var index=this.edges.indexOf(edge);if(index!=-1){this.edges.splice(index,1)}}},{key:\"setOptions\",value:function setOptions(options){var currentShape=this.options.shape;if(!options){return}if(options.id!==undefined){this.id=options.id}if(this.id===undefined){throw new Error(\"Node must have an id\")}Node.checkMass(options,this.id);if(options.x!==undefined){if(options.x===null){this.x=undefined;this.predefinedPosition=false}else{this.x=parseInt(options.x);this.predefinedPosition=true}}if(options.y!==undefined){if(options.y===null){this.y=undefined;this.predefinedPosition=false}else{this.y=parseInt(options.y);this.predefinedPosition=true}}if(options.size!==undefined){this.baseSize=options.size}if(options.value!==undefined){options.value=parseFloat(options.value)}Node.parseOptions(this.options,options,true,this.globalOptions,this.grouplist);var pile=[options,this.options,this.defaultOptions];this.chooser=ComponentUtil.choosify(\"node\",pile);this._load_images();this.updateLabelModule(options);this.updateShape(currentShape);return options.hidden!==undefined||options.physics!==undefined}},{key:\"_load_images\",value:function _load_images(){if(this.options.shape!==\"circularImage\"&&this.options.shape!==\"image\"){return}if(this.options.image===undefined){throw new Error(\"Option image must be defined for node type '\"+this.options.shape+\"'\")}if(this.imagelist===undefined){throw new Error(\"Internal Error: No images provided\")}if(typeof this.options.image===\"string\"){this.imageObj=this.imagelist.load(this.options.image,this.options.brokenImage,this.id)}else{if(this.options.image.unselected===undefined){throw new Error(\"No unselected image provided\")}this.imageObj=this.imagelist.load(this.options.image.unselected,this.options.brokenImage,this.id);if(this.options.image.selected!==undefined){this.imageObjAlt=this.imagelist.load(this.options.image.selected,this.options.brokenImage,this.id)}else{this.imageObjAlt=undefined}}}},{key:\"getFormattingValues\",value:function getFormattingValues(){var values={color:this.options.color.background,borderWidth:this.options.borderWidth,borderColor:this.options.color.border,size:this.options.size,borderDashes:this.options.shapeProperties.borderDashes,borderRadius:this.options.shapeProperties.borderRadius,shadow:this.options.shadow.enabled,shadowColor:this.options.shadow.color,shadowSize:this.options.shadow.size,shadowX:this.options.shadow.x,shadowY:this.options.shadow.y};if(this.selected||this.hover){if(this.chooser===true){if(this.selected){values.borderWidth*=2;values.color=this.options.color.highlight.background;values.borderColor=this.options.color.highlight.border;values.shadow=this.options.shadow.enabled}else if(this.hover){values.color=this.options.color.hover.background;values.borderColor=this.options.color.hover.border;values.shadow=this.options.shadow.enabled}}else if(typeof this.chooser===\"function\"){this.chooser(values,this.options.id,this.selected,this.hover);if(values.shadow===false){if(values.shadowColor!==this.options.shadow.color||values.shadowSize!==this.options.shadow.size||values.shadowX!==this.options.shadow.x||values.shadowY!==this.options.shadow.y){values.shadow=true}}}}else{values.shadow=this.options.shadow.enabled}return values}},{key:\"updateLabelModule\",value:function updateLabelModule(options){if(this.options.label===undefined||this.options.label===null){this.options.label=\"\"}Node.updateGroupOptions(this.options,options,this.grouplist);var currentGroup=this.grouplist.get(this.options.group,false);var pile=[options,this.options,currentGroup,this.globalOptions,this.defaultOptions];this.labelModule.update(this.options,pile);if(this.labelModule.baseSize!==undefined){this.baseFontSize=this.labelModule.baseSize}}},{key:\"updateShape\",value:function updateShape(currentShape){if(currentShape===this.options.shape&&this.shape){this.shape.setOptions(this.options,this.imageObj,this.imageObjAlt)}else{switch(this.options.shape){case\"box\":this.shape=new Box(this.options,this.body,this.labelModule);break;case\"circle\":this.shape=new Circle(this.options,this.body,this.labelModule);break;case\"circularImage\":this.shape=new CircularImage(this.options,this.body,this.labelModule,this.imageObj,this.imageObjAlt);break;case\"database\":this.shape=new Database(this.options,this.body,this.labelModule);break;case\"diamond\":this.shape=new Diamond(this.options,this.body,this.labelModule);break;case\"dot\":this.shape=new Dot(this.options,this.body,this.labelModule);break;case\"ellipse\":this.shape=new Ellipse(this.options,this.body,this.labelModule);break;case\"icon\":this.shape=new Icon(this.options,this.body,this.labelModule);break;case\"image\":this.shape=new Image(this.options,this.body,this.labelModule,this.imageObj,this.imageObjAlt);break;case\"square\":this.shape=new Square(this.options,this.body,this.labelModule);break;case\"hexagon\":this.shape=new Hexagon(this.options,this.body,this.labelModule);break;case\"star\":this.shape=new Star(this.options,this.body,this.labelModule);break;case\"text\":this.shape=new Text(this.options,this.body,this.labelModule);break;case\"triangle\":this.shape=new Triangle(this.options,this.body,this.labelModule);break;case\"triangleDown\":this.shape=new TriangleDown(this.options,this.body,this.labelModule);break;default:this.shape=new Ellipse(this.options,this.body,this.labelModule);break}}this.needsRefresh()}},{key:\"select\",value:function select(){this.selected=true;this.needsRefresh()}},{key:\"unselect\",value:function unselect(){this.selected=false;this.needsRefresh()}},{key:\"needsRefresh\",value:function needsRefresh(){this.shape.refreshNeeded=true}},{key:\"getTitle\",value:function getTitle(){return this.options.title}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this.shape.distanceToBorder(ctx,angle)}},{key:\"isFixed\",value:function isFixed(){return this.options.fixed.x&&this.options.fixed.y}},{key:\"isSelected\",value:function isSelected(){return this.selected}},{key:\"getValue\",value:function getValue(){return this.options.value}},{key:\"getLabelSize\",value:function getLabelSize(){return this.labelModule.size()}},{key:\"setValueRange\",value:function setValueRange(min,max,total){if(this.options.value!==undefined){var scale=this.options.scaling.customScalingFunction(min,max,total,this.options.value);var sizeDiff=this.options.scaling.max-this.options.scaling.min;if(this.options.scaling.label.enabled===true){var fontDiff=this.options.scaling.label.max-this.options.scaling.label.min;this.options.font.size=this.options.scaling.label.min+scale*fontDiff}this.options.size=this.options.scaling.min+scale*sizeDiff}else{this.options.size=this.baseSize;this.options.font.size=this.baseFontSize}this.updateLabelModule()}},{key:\"draw\",value:function draw(ctx){var values=this.getFormattingValues();this.shape.draw(ctx,this.x,this.y,this.selected,this.hover,values)}},{key:\"updateBoundingBox\",value:function updateBoundingBox(ctx){this.shape.updateBoundingBox(this.x,this.y,ctx)}},{key:\"resize\",value:function resize(ctx){var values=this.getFormattingValues();this.shape.resize(ctx,this.selected,this.hover,values)}},{key:\"getItemsOnPoint\",value:function getItemsOnPoint(point){var ret=[];if(this.labelModule.visible()){if(ComponentUtil.pointInRect(this.labelModule.getSize(),point)){ret.push({nodeId:this.id,labelId:0})}}if(ComponentUtil.pointInRect(this.shape.boundingBox,point)){ret.push({nodeId:this.id})}return ret}},{key:\"isOverlappingWith\",value:function isOverlappingWith(obj){return this.shape.left<obj.right&&this.shape.left+this.shape.width>obj.left&&this.shape.top<obj.bottom&&this.shape.top+this.shape.height>obj.top}},{key:\"isBoundingBoxOverlappingWith\",value:function isBoundingBoxOverlappingWith(obj){return this.shape.boundingBox.left<obj.right&&this.shape.boundingBox.right>obj.left&&this.shape.boundingBox.top<obj.bottom&&this.shape.boundingBox.bottom>obj.top}}],[{key:\"updateGroupOptions\",value:function updateGroupOptions(parentOptions,newOptions,groupList){if(groupList===undefined)return;var group=parentOptions.group;if(newOptions!==undefined&&newOptions.group!==undefined&&group!==newOptions.group){throw new Error(\"updateGroupOptions: group values in options don't match.\")}var hasGroup=typeof group===\"number\"||typeof group===\"string\"&&group!=\"\";if(!hasGroup)return;var groupObj=groupList.get(group);util.selectiveNotDeepExtend([\"font\"],parentOptions,groupObj);parentOptions.color=util.parseColor(parentOptions.color)}},{key:\"parseOptions\",value:function parseOptions(parentOptions,newOptions){var allowDeletion=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var globalOptions=arguments.length>3&&arguments[3]!==undefined?arguments[3]:{};var groupList=arguments[4];var fields=[\"color\",\"fixed\",\"shadow\"];util.selectiveNotDeepExtend(fields,parentOptions,newOptions,allowDeletion);Node.checkMass(newOptions);util.mergeOptions(parentOptions,newOptions,\"shadow\",globalOptions);if(newOptions.color!==undefined&&newOptions.color!==null){var parsedColor=util.parseColor(newOptions.color);util.fillIfDefined(parentOptions.color,parsedColor)}else if(allowDeletion===true&&newOptions.color===null){parentOptions.color=util.bridgeObject(globalOptions.color)}if(newOptions.fixed!==undefined&&newOptions.fixed!==null){if(typeof newOptions.fixed===\"boolean\"){parentOptions.fixed.x=newOptions.fixed;parentOptions.fixed.y=newOptions.fixed}else{if(newOptions.fixed.x!==undefined&&typeof newOptions.fixed.x===\"boolean\"){parentOptions.fixed.x=newOptions.fixed.x}if(newOptions.fixed.y!==undefined&&typeof newOptions.fixed.y===\"boolean\"){parentOptions.fixed.y=newOptions.fixed.y}}}if(allowDeletion===true&&newOptions.font===null){parentOptions.font=util.bridgeObject(globalOptions.font)}Node.updateGroupOptions(parentOptions,newOptions,groupList);if(newOptions.scaling!==undefined){util.mergeOptions(parentOptions.scaling,newOptions.scaling,\"label\",globalOptions.scaling)}}},{key:\"checkMass\",value:function checkMass(options,id){if(options.mass!==undefined&&options.mass<=0){var strId=\"\";if(id!==undefined){strId=\" in node id: \"+id}console.log(\"%cNegative or zero mass disallowed\"+strId+\", setting mass to 1.\",printStyle);options.mass=1}}}]);return Node}();exports[\"default\"]=Node},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var ComponentUtil=function(){function ComponentUtil(){(0,_classCallCheck3[\"default\"])(this,ComponentUtil)}(0,_createClass3[\"default\"])(ComponentUtil,null,[{key:\"choosify\",value:function choosify(subOption,pile){var allowed=[\"node\",\"edge\",\"label\"];var value=true;var chosen=util.topMost(pile,\"chosen\");if(typeof chosen===\"boolean\"){value=chosen}else if((typeof chosen===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(chosen))===\"object\"){if(allowed.indexOf(subOption)===-1){throw new Error(\"choosify: subOption '\"+subOption+\"' should be one of \"+\"'\"+allowed.join(\"', '\")+\"'\")}var chosenEdge=util.topMost(pile,[\"chosen\",subOption]);if(typeof chosenEdge===\"boolean\"||typeof chosenEdge===\"function\"){value=chosenEdge}}return value}},{key:\"pointInRect\",value:function pointInRect(rect,point,rotationPoint){if(rect.width<=0||rect.height<=0){return false}if(rotationPoint!==undefined){var tmp={x:point.x-rotationPoint.x,y:point.y-rotationPoint.y};if(rotationPoint.angle!==0){var angle=-rotationPoint.angle;var tmp2={x:Math.cos(angle)*tmp.x-Math.sin(angle)*tmp.y,y:Math.sin(angle)*tmp.x+Math.cos(angle)*tmp.y};point=tmp2}else{point=tmp}}var right=rect.x+rect.width;var bottom=rect.y+rect.width;return rect.left<point.x&&right>point.x&&rect.top<point.y&&bottom>point.y}},{key:\"isValidLabel\",value:function isValidLabel(text){return typeof text===\"string\"&&text!==\"\"}}]);return ComponentUtil}();exports[\"default\"]=ComponentUtil},function(module,exports,__webpack_require__){__webpack_require__(125);var global=__webpack_require__(18);var hide=__webpack_require__(26);var Iterators=__webpack_require__(31);var TO_STRING_TAG=__webpack_require__(13)(\"toStringTag\");var DOMIterables=(\"CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,\"+\"DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,\"+\"MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,\"+\"SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,\"+\"TextTrackList,TouchList\").split(\",\");for(var i=0;i<DOMIterables.length;i++){var NAME=DOMIterables[i];var Collection=global[NAME];var proto=Collection&&Collection.prototype;if(proto&&!proto[TO_STRING_TAG])hide(proto,TO_STRING_TAG,NAME);Iterators[NAME]=Iterators.Array}},function(module,exports){var toString={}.toString;module.exports=function(it){return toString.call(it).slice(8,-1)}},function(module,exports){module.exports=function(it){if(it==undefined)throw TypeError(\"Can't call method on  \"+it);return it}},function(module,exports){module.exports=true},function(module,exports,__webpack_require__){var isObject=__webpack_require__(32);module.exports=function(it,S){if(!isObject(it))return it;var fn,val;if(S&&typeof(fn=it.toString)==\"function\"&&!isObject(val=fn.call(it)))return val;if(typeof(fn=it.valueOf)==\"function\"&&!isObject(val=fn.call(it)))return val;if(!S&&typeof(fn=it.toString)==\"function\"&&!isObject(val=fn.call(it)))return val;throw TypeError(\"Can't convert object to primitive value\")}},function(module,exports,__webpack_require__){var anObject=__webpack_require__(27);var dPs=__webpack_require__(130);var enumBugKeys=__webpack_require__(58);var IE_PROTO=__webpack_require__(56)(\"IE_PROTO\")\n;var Empty=function(){};var PROTOTYPE=\"prototype\";var createDict=function(){var iframe=__webpack_require__(82)(\"iframe\");var i=enumBugKeys.length;var lt=\"<\";var gt=\">\";var iframeDocument;iframe.style.display=\"none\";__webpack_require__(134).appendChild(iframe);iframe.src=\"javascript:\";iframeDocument=iframe.contentWindow.document;iframeDocument.open();iframeDocument.write(lt+\"script\"+gt+\"document.F=Object\"+lt+\"/script\"+gt);iframeDocument.close();createDict=iframeDocument.F;while(i--)delete createDict[PROTOTYPE][enumBugKeys[i]];return createDict()};module.exports=Object.create||function create(O,Properties){var result;if(O!==null){Empty[PROTOTYPE]=anObject(O);result=new Empty;Empty[PROTOTYPE]=null;result[IE_PROTO]=O}else result=createDict();return Properties===undefined?result:dPs(result,Properties)}},function(module,exports){var ceil=Math.ceil;var floor=Math.floor;module.exports=function(it){return isNaN(it=+it)?0:(it>0?floor:ceil)(it)}},function(module,exports,__webpack_require__){var shared=__webpack_require__(57)(\"keys\");var uid=__webpack_require__(40);module.exports=function(key){return shared[key]||(shared[key]=uid(key))}},function(module,exports,__webpack_require__){var global=__webpack_require__(18);var SHARED=\"__core-js_shared__\";var store=global[SHARED]||(global[SHARED]={});module.exports=function(key){return store[key]||(store[key]={})}},function(module,exports){module.exports=\"constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf\".split(\",\")},function(module,exports,__webpack_require__){var def=__webpack_require__(20).f;var has=__webpack_require__(22);var TAG=__webpack_require__(13)(\"toStringTag\");module.exports=function(it,tag,stat){if(it&&!has(it=stat?it:it.prototype,TAG))def(it,TAG,{configurable:true,value:tag})}},function(module,exports,__webpack_require__){\"use strict\";var $at=__webpack_require__(135)(true);__webpack_require__(79)(String,\"String\",function(iterated){this._t=String(iterated);this._i=0},function(){var O=this._t;var index=this._i;var point;if(index>=O.length)return{value:undefined,done:true};point=$at(O,index);this._i+=point.length;return{value:point,done:false}})},function(module,exports,__webpack_require__){exports.f=__webpack_require__(13)},function(module,exports,__webpack_require__){var global=__webpack_require__(18);var core=__webpack_require__(7);var LIBRARY=__webpack_require__(52);var wksExt=__webpack_require__(61);var defineProperty=__webpack_require__(20).f;module.exports=function(name){var $Symbol=core.Symbol||(core.Symbol=LIBRARY?{}:global.Symbol||{});if(name.charAt(0)!=\"_\"&&!(name in $Symbol))defineProperty($Symbol,name,{value:wksExt.f(name)})}},function(module,exports){exports.f=Object.getOwnPropertySymbols},function(module,exports,__webpack_require__){\"use strict\";var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);var _stringify=__webpack_require__(19);var _stringify2=_interopRequireDefault(_stringify);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var moment=__webpack_require__(9);var Component=__webpack_require__(16);var DateUtil=__webpack_require__(36);function Range(body,options){var now=moment().hours(0).minutes(0).seconds(0).milliseconds(0);var start=now.clone().add(-3,\"days\").valueOf();var end=now.clone().add(3,\"days\").valueOf();this.millisecondsPerPixelCache=undefined;if(options===undefined){this.start=start;this.end=end}else{this.start=options.start||start;this.end=options.end||end}this.rolling=false;this.body=body;this.deltaDifference=0;this.scaleOffset=0;this.startToFront=false;this.endToFront=true;this.defaultOptions={rtl:false,start:null,end:null,moment:moment,direction:\"horizontal\",moveable:true,zoomable:true,min:null,max:null,zoomMin:10,zoomMax:1e3*60*60*24*365*1e4,rollingMode:{follow:false,offset:.5}};this.options=util.extend({},this.defaultOptions);this.props={touch:{}};this.animationTimer=null;this.body.emitter.on(\"panstart\",this._onDragStart.bind(this));this.body.emitter.on(\"panmove\",this._onDrag.bind(this));this.body.emitter.on(\"panend\",this._onDragEnd.bind(this));this.body.emitter.on(\"mousewheel\",this._onMouseWheel.bind(this));this.body.emitter.on(\"touch\",this._onTouch.bind(this));this.body.emitter.on(\"pinch\",this._onPinch.bind(this));this.body.dom.rollingModeBtn.addEventListener(\"click\",this.startRolling.bind(this));this.setOptions(options)}Range.prototype=new Component;Range.prototype.setOptions=function(options){if(options){var fields=[\"animation\",\"direction\",\"min\",\"max\",\"zoomMin\",\"zoomMax\",\"moveable\",\"zoomable\",\"moment\",\"activate\",\"hiddenDates\",\"zoomKey\",\"rtl\",\"showCurrentTime\",\"rollingMode\",\"horizontalScroll\"];util.selectiveExtend(fields,this.options,options);if(options.rollingMode&&options.rollingMode.follow){this.startRolling()}if(\"start\"in options||\"end\"in options){this.setRange(options.start,options.end)}}};function validateDirection(direction){if(direction!=\"horizontal\"&&direction!=\"vertical\"){throw new TypeError('Unknown direction \"'+direction+'\". '+'Choose \"horizontal\" or \"vertical\".')}}Range.prototype.startRolling=function(){var me=this;function update(){me.stopRolling();me.rolling=true;var interval=me.end-me.start;var t=util.convert(new Date,\"Date\").valueOf();var start=t-interval*me.options.rollingMode.offset;var end=t+interval*(1-me.options.rollingMode.offset);var options={animation:false};me.setRange(start,end,options);var scale=me.conversion(me.body.domProps.center.width).scale;interval=1/scale/10;if(interval<30)interval=30;if(interval>1e3)interval=1e3;me.body.dom.rollingModeBtn.style.visibility=\"hidden\";me.currentTimeTimer=setTimeout(update,interval)}update()};Range.prototype.stopRolling=function(){if(this.currentTimeTimer!==undefined){clearTimeout(this.currentTimeTimer);this.rolling=false;this.body.dom.rollingModeBtn.style.visibility=\"visible\"}};Range.prototype.setRange=function(start,end,options,callback,frameCallback){if(!options){options={}}if(options.byUser!==true){options.byUser=false}var me=this;var finalStart=start!=undefined?util.convert(start,\"Date\").valueOf():null;var finalEnd=end!=undefined?util.convert(end,\"Date\").valueOf():null;this._cancelAnimation();this.millisecondsPerPixelCache=undefined;if(options.animation){var initStart=this.start;var initEnd=this.end;var duration=(0,_typeof3[\"default\"])(options.animation)===\"object\"&&\"duration\"in options.animation?options.animation.duration:500;var easingName=(0,_typeof3[\"default\"])(options.animation)===\"object\"&&\"easingFunction\"in options.animation?options.animation.easingFunction:\"easeInOutQuad\";var easingFunction=util.easingFunctions[easingName];if(!easingFunction){throw new Error(\"Unknown easing function \"+(0,_stringify2[\"default\"])(easingName)+\". \"+\"Choose from: \"+(0,_keys2[\"default\"])(util.easingFunctions).join(\", \"))}var initTime=(new Date).valueOf();var anyChanged=false;var next=function next(){if(!me.props.touch.dragging){var now=(new Date).valueOf();var time=now-initTime;var ease=easingFunction(time/duration);var done=time>duration;var s=done||finalStart===null?finalStart:initStart+(finalStart-initStart)*ease;var e=done||finalEnd===null?finalEnd:initEnd+(finalEnd-initEnd)*ease;changed=me._applyRange(s,e);DateUtil.updateHiddenDates(me.options.moment,me.body,me.options.hiddenDates);anyChanged=anyChanged||changed;var params={start:new Date(me.start),end:new Date(me.end),byUser:options.byUser,event:options.event};if(frameCallback){frameCallback(ease,changed,done)}if(changed){me.body.emitter.emit(\"rangechange\",params)}if(done){if(anyChanged){me.body.emitter.emit(\"rangechanged\",params);if(callback){return callback()}}}else{me.animationTimer=setTimeout(next,20)}}};return next()}else{var changed=this._applyRange(finalStart,finalEnd);DateUtil.updateHiddenDates(this.options.moment,this.body,this.options.hiddenDates);if(changed){var params={start:new Date(this.start),end:new Date(this.end),byUser:options.byUser,event:options.event};this.body.emitter.emit(\"rangechange\",params);clearTimeout(me.timeoutID);me.timeoutID=setTimeout(function(){me.body.emitter.emit(\"rangechanged\",params)},200);if(callback){return callback()}}}};Range.prototype.getMillisecondsPerPixel=function(){if(this.millisecondsPerPixelCache===undefined){this.millisecondsPerPixelCache=(this.end-this.start)/this.body.dom.center.clientWidth}return this.millisecondsPerPixelCache};Range.prototype._cancelAnimation=function(){if(this.animationTimer){clearTimeout(this.animationTimer);this.animationTimer=null}};Range.prototype._applyRange=function(start,end){var newStart=start!=null?util.convert(start,\"Date\").valueOf():this.start,newEnd=end!=null?util.convert(end,\"Date\").valueOf():this.end,max=this.options.max!=null?util.convert(this.options.max,\"Date\").valueOf():null,min=this.options.min!=null?util.convert(this.options.min,\"Date\").valueOf():null,diff;if(isNaN(newStart)||newStart===null){throw new Error('Invalid start \"'+start+'\"')}if(isNaN(newEnd)||newEnd===null){throw new Error('Invalid end \"'+end+'\"')}if(newEnd<newStart){newEnd=newStart}if(min!==null){if(newStart<min){diff=min-newStart;newStart+=diff;newEnd+=diff;if(max!=null){if(newEnd>max){newEnd=max}}}}if(max!==null){if(newEnd>max){diff=newEnd-max;newStart-=diff;newEnd-=diff;if(min!=null){if(newStart<min){newStart=min}}}}if(this.options.zoomMin!==null){var zoomMin=parseFloat(this.options.zoomMin);if(zoomMin<0){zoomMin=0}if(newEnd-newStart<zoomMin){var compensation=.5;if(this.end-this.start===zoomMin&&newStart>=this.start-compensation&&newEnd<=this.end){newStart=this.start;newEnd=this.end}else{diff=zoomMin-(newEnd-newStart);newStart-=diff/2;newEnd+=diff/2}}}if(this.options.zoomMax!==null){var zoomMax=parseFloat(this.options.zoomMax);if(zoomMax<0){zoomMax=0}if(newEnd-newStart>zoomMax){if(this.end-this.start===zoomMax&&newStart<this.start&&newEnd>this.end){newStart=this.start;newEnd=this.end}else{diff=newEnd-newStart-zoomMax;newStart+=diff/2;newEnd-=diff/2}}}var changed=this.start!=newStart||this.end!=newEnd;if(!(newStart>=this.start&&newStart<=this.end||newEnd>=this.start&&newEnd<=this.end)&&!(this.start>=newStart&&this.start<=newEnd||this.end>=newStart&&this.end<=newEnd)){this.body.emitter.emit(\"checkRangedItems\")}this.start=newStart;this.end=newEnd;return changed};Range.prototype.getRange=function(){return{start:this.start,end:this.end}};Range.prototype.conversion=function(width,totalHidden){return Range.conversion(this.start,this.end,width,totalHidden)};Range.conversion=function(start,end,width,totalHidden){if(totalHidden===undefined){totalHidden=0}if(width!=0&&end-start!=0){return{offset:start,scale:width/(end-start-totalHidden)}}else{return{offset:0,scale:1}}};Range.prototype._onDragStart=function(event){this.deltaDifference=0;this.previousDelta=0;if(!this.options.moveable)return;if(!this._isInsideRange(event))return;if(!this.props.touch.allowDragging)return;this.stopRolling();this.props.touch.start=this.start;this.props.touch.end=this.end;this.props.touch.dragging=true;if(this.body.dom.root){this.body.dom.root.style.cursor=\"move\"}};Range.prototype._onDrag=function(event){if(!event)return;if(!this.props.touch.dragging)return;if(!this.options.moveable)return;if(!this.props.touch.allowDragging)return;var direction=this.options.direction;validateDirection(direction);var delta=direction==\"horizontal\"?event.deltaX:event.deltaY;delta-=this.deltaDifference;var interval=this.props.touch.end-this.props.touch.start;var duration=DateUtil.getHiddenDurationBetween(this.body.hiddenDates,this.start,this.end);interval-=duration;var width=direction==\"horizontal\"?this.body.domProps.center.width:this.body.domProps.center.height;var diffRange;if(this.options.rtl){diffRange=delta/width*interval}else{diffRange=-delta/width*interval}var newStart=this.props.touch.start+diffRange;var newEnd=this.props.touch.end+diffRange;var safeStart=DateUtil.snapAwayFromHidden(this.body.hiddenDates,newStart,this.previousDelta-delta,true);var safeEnd=DateUtil.snapAwayFromHidden(this.body.hiddenDates,newEnd,this.previousDelta-delta,true);if(safeStart!=newStart||safeEnd!=newEnd){this.deltaDifference+=delta;this.props.touch.start=safeStart;this.props.touch.end=safeEnd;this._onDrag(event);return}this.previousDelta=delta;this._applyRange(newStart,newEnd);var startDate=new Date(this.start);var endDate=new Date(this.end);this.body.emitter.emit(\"rangechange\",{start:startDate,end:endDate,byUser:true,event:event});this.body.emitter.emit(\"panmove\")};Range.prototype._onDragEnd=function(event){if(!this.props.touch.dragging)return;if(!this.options.moveable)return;if(!this.props.touch.allowDragging)return;this.props.touch.dragging=false;if(this.body.dom.root){this.body.dom.root.style.cursor=\"auto\"}this.body.emitter.emit(\"rangechanged\",{start:new Date(this.start),end:new Date(this.end),byUser:true,event:event})};Range.prototype._onMouseWheel=function(event){var delta=0;if(event.wheelDelta){delta=event.wheelDelta/120}else if(event.detail){delta=-event.detail/3}if(this.options.zoomKey&&!event[this.options.zoomKey]&&this.options.zoomable||!this.options.zoomable&&this.options.moveable){return}if(!(this.options.zoomable&&this.options.moveable))return;if(!this._isInsideRange(event))return;if(delta){var scale;if(delta<0){scale=1-delta/5}else{scale=1/(1+delta/5)}var pointerDate;if(this.rolling){pointerDate=this.start+(this.end-this.start)*this.options.rollingMode.offset}else{var pointer=this.getPointer({x:event.clientX,y:event.clientY},this.body.dom.center);pointerDate=this._pointerToDate(pointer)}this.zoom(scale,pointerDate,delta,event);event.preventDefault()}};Range.prototype._onTouch=function(event){this.props.touch.start=this.start;this.props.touch.end=this.end;this.props.touch.allowDragging=true;this.props.touch.center=null;this.scaleOffset=0;this.deltaDifference=0;util.preventDefault(event)};Range.prototype._onPinch=function(event){if(!(this.options.zoomable&&this.options.moveable))return;util.preventDefault(event);this.props.touch.allowDragging=false;if(!this.props.touch.center){this.props.touch.center=this.getPointer(event.center,this.body.dom.center)}this.stopRolling();var scale=1/(event.scale+this.scaleOffset);var centerDate=this._pointerToDate(this.props.touch.center);var hiddenDuration=DateUtil.getHiddenDurationBetween(this.body.hiddenDates,this.start,this.end);var hiddenDurationBefore=DateUtil.getHiddenDurationBefore(this.options.moment,this.body.hiddenDates,this,centerDate);var hiddenDurationAfter=hiddenDuration-hiddenDurationBefore;var newStart=centerDate-hiddenDurationBefore+(this.props.touch.start-(centerDate-hiddenDurationBefore))*scale;var newEnd=centerDate+hiddenDurationAfter+(this.props.touch.end-(centerDate+hiddenDurationAfter))*scale;this.startToFront=1-scale<=0;this.endToFront=scale-1<=0;var safeStart=DateUtil.snapAwayFromHidden(this.body.hiddenDates,newStart,1-scale,true);var safeEnd=DateUtil.snapAwayFromHidden(this.body.hiddenDates,newEnd,scale-1,true);if(safeStart!=newStart||safeEnd!=newEnd){this.props.touch.start=safeStart;this.props.touch.end=safeEnd;this.scaleOffset=1-event.scale;newStart=safeStart;newEnd=safeEnd}var options={animation:false,byUser:true,event:event};this.setRange(newStart,newEnd,options);this.startToFront=false;this.endToFront=true};Range.prototype._isInsideRange=function(event){var clientX=event.center?event.center.x:event.clientX;var x;if(this.options.rtl){x=clientX-util.getAbsoluteLeft(this.body.dom.centerContainer)}else{x=util.getAbsoluteRight(this.body.dom.centerContainer)-clientX}var time=this.body.util.toTime(x);return time>=this.start&&time<=this.end};Range.prototype._pointerToDate=function(pointer){var conversion;var direction=this.options.direction;validateDirection(direction);if(direction==\"horizontal\"){return this.body.util.toTime(pointer.x).valueOf()}else{var height=this.body.domProps.center.height;conversion=this.conversion(height);return pointer.y/conversion.scale+conversion.offset}};Range.prototype.getPointer=function(touch,element){if(this.options.rtl){return{x:util.getAbsoluteRight(element)-touch.x,y:touch.y-util.getAbsoluteTop(element)}}else{return{x:touch.x-util.getAbsoluteLeft(element),y:touch.y-util.getAbsoluteTop(element)}}};Range.prototype.zoom=function(scale,center,delta,event){if(center==null){center=(this.start+this.end)/2}var hiddenDuration=DateUtil.getHiddenDurationBetween(this.body.hiddenDates,this.start,this.end);var hiddenDurationBefore=DateUtil.getHiddenDurationBefore(this.options.moment,this.body.hiddenDates,this,center);var hiddenDurationAfter=hiddenDuration-hiddenDurationBefore;var newStart=center-hiddenDurationBefore+(this.start-(center-hiddenDurationBefore))*scale;var newEnd=center+hiddenDurationAfter+(this.end-(center+hiddenDurationAfter))*scale;this.startToFront=delta>0?false:true;this.endToFront=-delta>0?false:true;var safeStart=DateUtil.snapAwayFromHidden(this.body.hiddenDates,newStart,delta,true);var safeEnd=DateUtil.snapAwayFromHidden(this.body.hiddenDates,newEnd,-delta,true);if(safeStart!=newStart||safeEnd!=newEnd){newStart=safeStart;newEnd=safeEnd}var options={animation:false,byUser:true,event:event};this.setRange(newStart,newEnd,options);this.startToFront=false;this.endToFront=true};Range.prototype.move=function(delta){var diff=this.end-this.start;var newStart=this.start+diff*delta;var newEnd=this.end+diff*delta;this.start=newStart;this.end=newEnd};Range.prototype.moveTo=function(moveTo){var center=(this.start+this.end)/2;var diff=center-moveTo;var newStart=this.start-diff;var newEnd=this.end-diff;var options={animation:false,byUser:true,event:null};this.setRange(newStart,newEnd,options)};module.exports=Range},function(module,exports,__webpack_require__){\"use strict\";var _stringify=__webpack_require__(19);var _stringify2=_interopRequireDefault(_stringify);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Emitter=__webpack_require__(44);var Hammer=__webpack_require__(10);var hammerUtil=__webpack_require__(37);var util=__webpack_require__(2);var TimeAxis=__webpack_require__(45);var Activator=__webpack_require__(97);var DateUtil=__webpack_require__(36);var CustomTime=__webpack_require__(46);function Core(){}Emitter(Core.prototype);Core.prototype._create=function(container){this.dom={};this.dom.container=container;this.dom.root=document.createElement(\"div\");this.dom.background=document.createElement(\"div\");this.dom.backgroundVertical=document.createElement(\"div\");this.dom.backgroundHorizontal=document.createElement(\"div\");this.dom.centerContainer=document.createElement(\"div\");this.dom.leftContainer=document.createElement(\"div\");this.dom.rightContainer=document.createElement(\"div\");this.dom.center=document.createElement(\"div\");this.dom.left=document.createElement(\"div\");this.dom.right=document.createElement(\"div\");this.dom.top=document.createElement(\"div\");this.dom.bottom=document.createElement(\"div\");this.dom.shadowTop=document.createElement(\"div\");this.dom.shadowBottom=document.createElement(\"div\");this.dom.shadowTopLeft=document.createElement(\"div\");this.dom.shadowBottomLeft=document.createElement(\"div\");this.dom.shadowTopRight=document.createElement(\"div\");this.dom.shadowBottomRight=document.createElement(\"div\");this.dom.rollingModeBtn=document.createElement(\"div\");this.dom.root.className=\"vis-timeline\";this.dom.background.className=\"vis-panel vis-background\";this.dom.backgroundVertical.className=\"vis-panel vis-background vis-vertical\";this.dom.backgroundHorizontal.className=\"vis-panel vis-background vis-horizontal\";this.dom.centerContainer.className=\"vis-panel vis-center\";this.dom.leftContainer.className=\"vis-panel vis-left\";this.dom.rightContainer.className=\"vis-panel vis-right\";this.dom.top.className=\"vis-panel vis-top\";this.dom.bottom.className=\"vis-panel vis-bottom\";this.dom.left.className=\"vis-content\";this.dom.center.className=\"vis-content\";this.dom.right.className=\"vis-content\";this.dom.shadowTop.className=\"vis-shadow vis-top\";this.dom.shadowBottom.className=\"vis-shadow vis-bottom\";this.dom.shadowTopLeft.className=\"vis-shadow vis-top\";this.dom.shadowBottomLeft.className=\"vis-shadow vis-bottom\";this.dom.shadowTopRight.className=\"vis-shadow vis-top\";this.dom.shadowBottomRight.className=\"vis-shadow vis-bottom\";this.dom.rollingModeBtn.className=\"vis-rolling-mode-btn\";this.dom.root.appendChild(this.dom.background);this.dom.root.appendChild(this.dom.backgroundVertical);this.dom.root.appendChild(this.dom.backgroundHorizontal);this.dom.root.appendChild(this.dom.centerContainer);this.dom.root.appendChild(this.dom.leftContainer);this.dom.root.appendChild(this.dom.rightContainer);this.dom.root.appendChild(this.dom.top);this.dom.root.appendChild(this.dom.bottom);this.dom.root.appendChild(this.dom.bottom);this.dom.root.appendChild(this.dom.rollingModeBtn);this.dom.centerContainer.appendChild(this.dom.center);this.dom.leftContainer.appendChild(this.dom.left);this.dom.rightContainer.appendChild(this.dom.right);this.dom.centerContainer.appendChild(this.dom.shadowTop);this.dom.centerContainer.appendChild(this.dom.shadowBottom);this.dom.leftContainer.appendChild(this.dom.shadowTopLeft);this.dom.leftContainer.appendChild(this.dom.shadowBottomLeft);this.dom.rightContainer.appendChild(this.dom.shadowTopRight);this.dom.rightContainer.appendChild(this.dom.shadowBottomRight);this.props={root:{},background:{},centerContainer:{},leftContainer:{},rightContainer:{},center:{},left:{},right:{},top:{},bottom:{},border:{},scrollTop:0,scrollTopMin:0};this.on(\"rangechange\",function(){if(this.initialDrawDone===true){this._redraw()}}.bind(this));this.on(\"rangechanged\",function(){if(!this.initialRangeChangeDone){this.initialRangeChangeDone=true}}.bind(this));this.on(\"touch\",this._onTouch.bind(this));this.on(\"panmove\",this._onDrag.bind(this));var me=this;this._origRedraw=this._redraw.bind(this);this._redraw=util.throttle(this._origRedraw);this.on(\"_change\",function(properties){if(me.itemSet&&me.itemSet.initialItemSetDrawn&&properties&&properties.queue==true){me._redraw()}else{me._origRedraw()}});this.hammer=new Hammer(this.dom.root);var pinchRecognizer=this.hammer.get(\"pinch\").set({enable:true});hammerUtil.disablePreventDefaultVertically(pinchRecognizer);this.hammer.get(\"pan\").set({threshold:5,direction:Hammer.DIRECTION_HORIZONTAL});this.listeners={};var events=[\"tap\",\"doubletap\",\"press\",\"pinch\",\"pan\",\"panstart\",\"panmove\",\"panend\"];events.forEach(function(type){var listener=function listener(event){if(me.isActive()){me.emit(type,event)}};me.hammer.on(type,listener);me.listeners[type]=listener});hammerUtil.onTouch(this.hammer,function(event){me.emit(\"touch\",event)}.bind(this));hammerUtil.onRelease(this.hammer,function(event){me.emit(\"release\",event)}.bind(this));function onMouseWheel(event){if(this.isActive()){this.emit(\"mousewheel\",event)}var deltaX=0;var deltaY=0;if(\"detail\"in event){deltaY=event.detail*-1}if(\"wheelDelta\"in event){deltaY=event.wheelDelta}if(\"wheelDeltaY\"in event){deltaY=event.wheelDeltaY}if(\"wheelDeltaX\"in event){deltaX=event.wheelDeltaX*-1}if(\"axis\"in event&&event.axis===event.HORIZONTAL_AXIS){deltaX=deltaY*-1;deltaY=0}if(\"deltaY\"in event){deltaY=event.deltaY*-1}if(\"deltaX\"in event){deltaX=event.deltaX}if(!this.options.zoomKey||event[this.options.zoomKey])return;event.preventDefault();if(this.options.verticalScroll&&Math.abs(deltaY)>=Math.abs(deltaX)){var current=this.props.scrollTop;var adjusted=current+deltaY;if(this.isActive()){this._setScrollTop(adjusted);this._redraw();this.emit(\"scroll\",event)}}else if(this.options.horizontalScroll){var delta=Math.abs(deltaX)>=Math.abs(deltaY)?deltaX:deltaY;var diff=delta/120*(this.range.end-this.range.start)/20;var newStart=this.range.start+diff;var newEnd=this.range.end+diff;var options={animation:false,byUser:true,event:event};this.range.setRange(newStart,newEnd,options)}}if(this.dom.centerContainer.addEventListener){this.dom.centerContainer.addEventListener(\"mousewheel\",onMouseWheel.bind(this),false);this.dom.centerContainer.addEventListener(\"DOMMouseScroll\",onMouseWheel.bind(this),false)}else{this.dom.centerContainer.attachEvent(\"onmousewheel\",onMouseWheel.bind(this))}function onMouseScrollSide(event){if(!me.options.verticalScroll)return;event.preventDefault();if(me.isActive()){var adjusted=-event.target.scrollTop;me._setScrollTop(adjusted);me._redraw();me.emit(\"scrollSide\",event)}}this.dom.left.parentNode.addEventListener(\"scroll\",onMouseScrollSide.bind(this));this.dom.right.parentNode.addEventListener(\"scroll\",onMouseScrollSide.bind(this));var itemAddedToTimeline=false;function handleDragOver(event){if(event.preventDefault){event.preventDefault()}if(!event.target.className.indexOf(\"vis\")>-1)return;if(itemAddedToTimeline)return;event.dataTransfer.dropEffect=\"move\";itemAddedToTimeline=true;return false}function handleDrop(event){if(event.preventDefault){event.preventDefault()}if(event.stopPropagation){event.stopPropagation()}try{var itemData=JSON.parse(event.dataTransfer.getData(\"text\"));if(!itemData||!itemData.content)return}catch(err){return false}itemAddedToTimeline=false;event.center={x:event.clientX,y:event.clientY};if(itemData.target!==\"item\"){me.itemSet._onAddItem(event)}else{me.itemSet._onDropObjectOnItem(event)}me.emit(\"drop\",me.getEventProperties(event));return false}this.dom.center.addEventListener(\"dragover\",handleDragOver.bind(this),false);this.dom.center.addEventListener(\"drop\",handleDrop.bind(this),false);this.customTimes=[];this.touch={};this.redrawCount=0;this.initialDrawDone=false;this.initialRangeChangeDone=false;if(!container)throw new Error(\"No container provided\");container.appendChild(this.dom.root)};Core.prototype.setOptions=function(options){if(options){var fields=[\"width\",\"height\",\"minHeight\",\"maxHeight\",\"autoResize\",\"start\",\"end\",\"clickToUse\",\"dataAttributes\",\"hiddenDates\",\"locale\",\"locales\",\"moment\",\"rtl\",\"zoomKey\",\"horizontalScroll\",\"verticalScroll\"];util.selectiveExtend(fields,this.options,options);this.dom.rollingModeBtn.style.visibility=\"hidden\";if(this.options.rtl){this.dom.container.style.direction=\"rtl\";this.dom.backgroundVertical.className=\"vis-panel vis-background vis-vertical-rtl\"}if(this.options.verticalScroll){if(this.options.rtl){this.dom.rightContainer.className=\"vis-panel vis-right vis-vertical-scroll\"}else{this.dom.leftContainer.className=\"vis-panel vis-left vis-vertical-scroll\"}}if((0,_typeof3[\"default\"])(this.options.orientation)!==\"object\"){this.options.orientation={item:undefined,axis:undefined}}if(\"orientation\"in options){if(typeof options.orientation===\"string\"){this.options.orientation={item:options.orientation,axis:options.orientation}}else if((0,_typeof3[\"default\"])(options.orientation)===\"object\"){if(\"item\"in options.orientation){this.options.orientation.item=options.orientation.item}if(\"axis\"in options.orientation){this.options.orientation.axis=options.orientation.axis}}}if(this.options.orientation.axis===\"both\"){if(!this.timeAxis2){var timeAxis2=this.timeAxis2=new TimeAxis(this.body);timeAxis2.setOptions=function(options){var _options=options?util.extend({},options):{};_options.orientation=\"top\";TimeAxis.prototype.setOptions.call(timeAxis2,_options)};this.components.push(timeAxis2)}}else{if(this.timeAxis2){var index=this.components.indexOf(this.timeAxis2);if(index!==-1){this.components.splice(index,1)}this.timeAxis2.destroy();this.timeAxis2=null}}if(typeof options.drawPoints==\"function\"){options.drawPoints={onRender:options.drawPoints}}if(\"hiddenDates\"in this.options){DateUtil.convertHiddenOptions(this.options.moment,this.body,this.options.hiddenDates)}if(\"clickToUse\"in options){if(options.clickToUse){if(!this.activator){this.activator=new Activator(this.dom.root)}}else{if(this.activator){this.activator.destroy();delete this.activator}}}if(\"showCustomTime\"in options){throw new Error(\"Option `showCustomTime` is deprecated. Create a custom time bar via timeline.addCustomTime(time [, id])\")}this._initAutoResize()}this.components.forEach(function(component){return component.setOptions(options)});if(\"configure\"in options){if(!this.configurator){this.configurator=this._createConfigurator()}this.configurator.setOptions(options.configure);var appliedOptions=util.deepExtend({},this.options);this.components.forEach(function(component){util.deepExtend(appliedOptions,component.options)});this.configurator.setModuleOptions({global:appliedOptions})}this._redraw()};Core.prototype.isActive=function(){return!this.activator||this.activator.active};Core.prototype.destroy=function(){this.setItems(null);this.setGroups(null);this.off();this._stopAutoResize();if(this.dom.root.parentNode){this.dom.root.parentNode.removeChild(this.dom.root)}this.dom=null;if(this.activator){this.activator.destroy();delete this.activator}for(var event in this.listeners){if(this.listeners.hasOwnProperty(event)){delete this.listeners[event]}}this.listeners=null;this.hammer=null;this.components.forEach(function(component){return component.destroy()});this.body=null};Core.prototype.setCustomTime=function(time,id){var customTimes=this.customTimes.filter(function(component){return id===component.options.id});if(customTimes.length===0){throw new Error(\"No custom time bar found with id \"+(0,_stringify2[\"default\"])(id))}if(customTimes.length>0){customTimes[0].setCustomTime(time)}};Core.prototype.getCustomTime=function(id){var customTimes=this.customTimes.filter(function(component){return component.options.id===id});if(customTimes.length===0){throw new Error(\"No custom time bar found with id \"+(0,_stringify2[\"default\"])(id))}return customTimes[0].getCustomTime()};Core.prototype.setCustomTimeTitle=function(title,id){var customTimes=this.customTimes.filter(function(component){return component.options.id===id});if(customTimes.length===0){throw new Error(\"No custom time bar found with id \"+(0,_stringify2[\"default\"])(id))}if(customTimes.length>0){return customTimes[0].setCustomTitle(title)}};Core.prototype.getEventProperties=function(event){return{event:event}};Core.prototype.addCustomTime=function(time,id){var timestamp=time!==undefined?util.convert(time,\"Date\").valueOf():new Date;var exists=this.customTimes.some(function(customTime){return customTime.options.id===id});if(exists){throw new Error(\"A custom time with id \"+(0,_stringify2[\"default\"])(id)+\" already exists\")}var customTime=new CustomTime(this.body,util.extend({},this.options,{time:timestamp,id:id}));this.customTimes.push(customTime);this.components.push(customTime);this._redraw();return id};Core.prototype.removeCustomTime=function(id){var customTimes=this.customTimes.filter(function(bar){return bar.options.id===id});if(customTimes.length===0){throw new Error(\"No custom time bar found with id \"+(0,_stringify2[\"default\"])(id))}customTimes.forEach(function(customTime){this.customTimes.splice(this.customTimes.indexOf(customTime),1);this.components.splice(this.components.indexOf(customTime),1);customTime.destroy()}.bind(this))};Core.prototype.getVisibleItems=function(){return this.itemSet&&this.itemSet.getVisibleItems()||[]};Core.prototype.fit=function(options,callback){var range=this.getDataRange();if(range.min===null&&range.max===null){return}var interval=range.max-range.min;var min=new Date(range.min.valueOf()-interval*.01);var max=new Date(range.max.valueOf()+interval*.01);var animation=options&&options.animation!==undefined?options.animation:true;this.range.setRange(min,max,{animation:animation},callback)};Core.prototype.getDataRange=function(){throw new Error(\"Cannot invoke abstract method getDataRange\")};Core.prototype.setWindow=function(start,end,options,callback){if(typeof arguments[2]==\"function\"){callback=arguments[2];options={}}var animation;var range;if(arguments.length==1){range=arguments[0];animation=range.animation!==undefined?range.animation:true;this.range.setRange(range.start,range.end,{animation:animation})}else if(arguments.length==2&&typeof arguments[1]==\"function\"){range=arguments[0];callback=arguments[1];animation=range.animation!==undefined?range.animation:true\n;this.range.setRange(range.start,range.end,{animation:animation},callback)}else{animation=options&&options.animation!==undefined?options.animation:true;this.range.setRange(start,end,{animation:animation},callback)}};Core.prototype.moveTo=function(time,options,callback){if(typeof arguments[1]==\"function\"){callback=arguments[1];options={}}var interval=this.range.end-this.range.start;var t=util.convert(time,\"Date\").valueOf();var start=t-interval/2;var end=t+interval/2;var animation=options&&options.animation!==undefined?options.animation:true;this.range.setRange(start,end,{animation:animation},callback)};Core.prototype.getWindow=function(){var range=this.range.getRange();return{start:new Date(range.start),end:new Date(range.end)}};Core.prototype.zoomIn=function(percentage,options,callback){if(!percentage||percentage<0||percentage>1)return;if(typeof arguments[1]==\"function\"){callback=arguments[1];options={}}var range=this.getWindow();var start=range.start.valueOf();var end=range.end.valueOf();var interval=end-start;var newInterval=interval/(1+percentage);var distance=(interval-newInterval)/2;var newStart=start+distance;var newEnd=end-distance;this.setWindow(newStart,newEnd,options,callback)};Core.prototype.zoomOut=function(percentage,options,callback){if(!percentage||percentage<0||percentage>1)return;if(typeof arguments[1]==\"function\"){callback=arguments[1];options={}}var range=this.getWindow();var start=range.start.valueOf();var end=range.end.valueOf();var interval=end-start;var newStart=start-interval*percentage/2;var newEnd=end+interval*percentage/2;this.setWindow(newStart,newEnd,options,callback)};Core.prototype.redraw=function(){this._redraw()};Core.prototype._redraw=function(){this.redrawCount++;var resized=false;var options=this.options;var props=this.props;var dom=this.dom;if(!dom||!dom.container||dom.root.offsetWidth==0)return;DateUtil.updateHiddenDates(this.options.moment,this.body,this.options.hiddenDates);if(options.orientation==\"top\"){util.addClassName(dom.root,\"vis-top\");util.removeClassName(dom.root,\"vis-bottom\")}else{util.removeClassName(dom.root,\"vis-top\");util.addClassName(dom.root,\"vis-bottom\")}dom.root.style.maxHeight=util.option.asSize(options.maxHeight,\"\");dom.root.style.minHeight=util.option.asSize(options.minHeight,\"\");dom.root.style.width=util.option.asSize(options.width,\"\");props.border.left=(dom.centerContainer.offsetWidth-dom.centerContainer.clientWidth)/2;props.border.right=props.border.left;props.border.top=(dom.centerContainer.offsetHeight-dom.centerContainer.clientHeight)/2;props.border.bottom=props.border.top;props.borderRootHeight=dom.root.offsetHeight-dom.root.clientHeight;props.borderRootWidth=dom.root.offsetWidth-dom.root.clientWidth;if(dom.centerContainer.clientHeight===0){props.border.left=props.border.top;props.border.right=props.border.left}if(dom.root.clientHeight===0){props.borderRootWidth=props.borderRootHeight}props.center.height=dom.center.offsetHeight;props.left.height=dom.left.offsetHeight;props.right.height=dom.right.offsetHeight;props.top.height=dom.top.clientHeight||-props.border.top;props.bottom.height=dom.bottom.clientHeight||-props.border.bottom;var contentHeight=Math.max(props.left.height,props.center.height,props.right.height);var autoHeight=props.top.height+contentHeight+props.bottom.height+props.borderRootHeight+props.border.top+props.border.bottom;dom.root.style.height=util.option.asSize(options.height,autoHeight+\"px\");props.root.height=dom.root.offsetHeight;props.background.height=props.root.height-props.borderRootHeight;var containerHeight=props.root.height-props.top.height-props.bottom.height-props.borderRootHeight;props.centerContainer.height=containerHeight;props.leftContainer.height=containerHeight;props.rightContainer.height=props.leftContainer.height;props.root.width=dom.root.offsetWidth;props.background.width=props.root.width-props.borderRootWidth;if(!this.initialDrawDone){props.scrollbarWidth=util.getScrollBarWidth()}if(options.verticalScroll){if(options.rtl){props.left.width=dom.leftContainer.clientWidth||-props.border.left;props.right.width=dom.rightContainer.clientWidth+props.scrollbarWidth||-props.border.right}else{props.left.width=dom.leftContainer.clientWidth+props.scrollbarWidth||-props.border.left;props.right.width=dom.rightContainer.clientWidth||-props.border.right}}else{props.left.width=dom.leftContainer.clientWidth||-props.border.left;props.right.width=dom.rightContainer.clientWidth||-props.border.right}this._setDOM();var offset=this._updateScrollTop();if(options.orientation.item!=\"top\"){offset+=Math.max(props.centerContainer.height-props.center.height-props.border.top-props.border.bottom,0)}dom.center.style.top=offset+\"px\";var visibilityTop=props.scrollTop==0?\"hidden\":\"\";var visibilityBottom=props.scrollTop==props.scrollTopMin?\"hidden\":\"\";dom.shadowTop.style.visibility=visibilityTop;dom.shadowBottom.style.visibility=visibilityBottom;dom.shadowTopLeft.style.visibility=visibilityTop;dom.shadowBottomLeft.style.visibility=visibilityBottom;dom.shadowTopRight.style.visibility=visibilityTop;dom.shadowBottomRight.style.visibility=visibilityBottom;if(options.verticalScroll){dom.rightContainer.className=\"vis-panel vis-right vis-vertical-scroll\";dom.leftContainer.className=\"vis-panel vis-left vis-vertical-scroll\";dom.shadowTopRight.style.visibility=\"hidden\";dom.shadowBottomRight.style.visibility=\"hidden\";dom.shadowTopLeft.style.visibility=\"hidden\";dom.shadowBottomLeft.style.visibility=\"hidden\";dom.left.style.top=\"0px\";dom.right.style.top=\"0px\"}if(!options.verticalScroll||props.center.height<props.centerContainer.height){dom.left.style.top=offset+\"px\";dom.right.style.top=offset+\"px\";dom.rightContainer.className=dom.rightContainer.className.replace(new RegExp(\"(?:^|\\\\s)\"+\"vis-vertical-scroll\"+\"(?:\\\\s|$)\"),\" \");dom.leftContainer.className=dom.leftContainer.className.replace(new RegExp(\"(?:^|\\\\s)\"+\"vis-vertical-scroll\"+\"(?:\\\\s|$)\"),\" \");props.left.width=dom.leftContainer.clientWidth||-props.border.left;props.right.width=dom.rightContainer.clientWidth||-props.border.right;this._setDOM()}var contentsOverflow=props.center.height>props.centerContainer.height;this.hammer.get(\"pan\").set({direction:contentsOverflow?Hammer.DIRECTION_ALL:Hammer.DIRECTION_HORIZONTAL});this.components.forEach(function(component){resized=component.redraw()||resized});var MAX_REDRAW=5;if(resized){if(this.redrawCount<MAX_REDRAW){this.body.emitter.emit(\"_change\");return}else{console.log(\"WARNING: infinite loop in redraw?\")}}else{this.redrawCount=0}this.body.emitter.emit(\"changed\")};Core.prototype._setDOM=function(){var props=this.props;var dom=this.dom;props.leftContainer.width=props.left.width;props.rightContainer.width=props.right.width;var centerWidth=props.root.width-props.left.width-props.right.width-props.borderRootWidth;props.center.width=centerWidth;props.centerContainer.width=centerWidth;props.top.width=centerWidth;props.bottom.width=centerWidth;dom.background.style.height=props.background.height+\"px\";dom.backgroundVertical.style.height=props.background.height+\"px\";dom.backgroundHorizontal.style.height=props.centerContainer.height+\"px\";dom.centerContainer.style.height=props.centerContainer.height+\"px\";dom.leftContainer.style.height=props.leftContainer.height+\"px\";dom.rightContainer.style.height=props.rightContainer.height+\"px\";dom.background.style.width=props.background.width+\"px\";dom.backgroundVertical.style.width=props.centerContainer.width+\"px\";dom.backgroundHorizontal.style.width=props.background.width+\"px\";dom.centerContainer.style.width=props.center.width+\"px\";dom.top.style.width=props.top.width+\"px\";dom.bottom.style.width=props.bottom.width+\"px\";dom.background.style.left=\"0\";dom.background.style.top=\"0\";dom.backgroundVertical.style.left=props.left.width+props.border.left+\"px\";dom.backgroundVertical.style.top=\"0\";dom.backgroundHorizontal.style.left=\"0\";dom.backgroundHorizontal.style.top=props.top.height+\"px\";dom.centerContainer.style.left=props.left.width+\"px\";dom.centerContainer.style.top=props.top.height+\"px\";dom.leftContainer.style.left=\"0\";dom.leftContainer.style.top=props.top.height+\"px\";dom.rightContainer.style.left=props.left.width+props.center.width+\"px\";dom.rightContainer.style.top=props.top.height+\"px\";dom.top.style.left=props.left.width+\"px\";dom.top.style.top=\"0\";dom.bottom.style.left=props.left.width+\"px\";dom.bottom.style.top=props.top.height+props.centerContainer.height+\"px\";dom.center.style.left=\"0\";dom.left.style.left=\"0\";dom.right.style.left=\"0\"};Core.prototype.repaint=function(){throw new Error(\"Function repaint is deprecated. Use redraw instead.\")};Core.prototype.setCurrentTime=function(time){if(!this.currentTime){throw new Error(\"Option showCurrentTime must be true\")}this.currentTime.setCurrentTime(time)};Core.prototype.getCurrentTime=function(){if(!this.currentTime){throw new Error(\"Option showCurrentTime must be true\")}return this.currentTime.getCurrentTime()};Core.prototype._toTime=function(x){return DateUtil.toTime(this,x,this.props.center.width)};Core.prototype._toGlobalTime=function(x){return DateUtil.toTime(this,x,this.props.root.width)};Core.prototype._toScreen=function(time){return DateUtil.toScreen(this,time,this.props.center.width)};Core.prototype._toGlobalScreen=function(time){return DateUtil.toScreen(this,time,this.props.root.width)};Core.prototype._initAutoResize=function(){if(this.options.autoResize==true){this._startAutoResize()}else{this._stopAutoResize()}};Core.prototype._startAutoResize=function(){var me=this;this._stopAutoResize();this._onResize=function(){if(me.options.autoResize!=true){me._stopAutoResize();return}if(me.dom.root){if(me.dom.root.offsetWidth!=me.props.lastWidth||me.dom.root.offsetHeight!=me.props.lastHeight){me.props.lastWidth=me.dom.root.offsetWidth;me.props.lastHeight=me.dom.root.offsetHeight;me.props.scrollbarWidth=util.getScrollBarWidth();me.body.emitter.emit(\"_change\")}}};util.addEventListener(window,\"resize\",this._onResize);if(me.dom.root){me.props.lastWidth=me.dom.root.offsetWidth;me.props.lastHeight=me.dom.root.offsetHeight}this.watchTimer=setInterval(this._onResize,1e3)};Core.prototype._stopAutoResize=function(){if(this.watchTimer){clearInterval(this.watchTimer);this.watchTimer=undefined}if(this._onResize){util.removeEventListener(window,\"resize\",this._onResize);this._onResize=null}};Core.prototype._onTouch=function(event){this.touch.allowDragging=true;this.touch.initialScrollTop=this.props.scrollTop};Core.prototype._onPinch=function(event){this.touch.allowDragging=false};Core.prototype._onDrag=function(event){if(!event)return;if(!this.touch.allowDragging)return;var delta=event.deltaY;var oldScrollTop=this._getScrollTop();var newScrollTop=this._setScrollTop(this.touch.initialScrollTop+delta);if(this.options.verticalScroll){this.dom.left.parentNode.scrollTop=-this.props.scrollTop;this.dom.right.parentNode.scrollTop=-this.props.scrollTop}if(newScrollTop!=oldScrollTop){this.emit(\"verticalDrag\")}};Core.prototype._setScrollTop=function(scrollTop){this.props.scrollTop=scrollTop;this._updateScrollTop();return this.props.scrollTop};Core.prototype._updateScrollTop=function(){var scrollTopMin=Math.min(this.props.centerContainer.height-this.props.center.height,0);if(scrollTopMin!=this.props.scrollTopMin){if(this.options.orientation.item!=\"top\"){this.props.scrollTop+=scrollTopMin-this.props.scrollTopMin}this.props.scrollTopMin=scrollTopMin}if(this.props.scrollTop>0)this.props.scrollTop=0;if(this.props.scrollTop<scrollTopMin)this.props.scrollTop=scrollTopMin;if(this.options.verticalScroll){this.dom.left.parentNode.scrollTop=-this.props.scrollTop;this.dom.right.parentNode.scrollTop=-this.props.scrollTop}return this.props.scrollTop};Core.prototype._getScrollTop=function(){return this.props.scrollTop};Core.prototype._createConfigurator=function(){throw new Error(\"Cannot invoke abstract method _createConfigurator\")};module.exports=Core},function(module,exports,__webpack_require__){\"use strict\";var moment=__webpack_require__(9);var DateUtil=__webpack_require__(36);var util=__webpack_require__(2);function TimeStep(start,end,minimumStep,hiddenDates,options){this.moment=moment;this.current=this.moment();this._start=this.moment();this._end=this.moment();this.autoScale=true;this.scale=\"day\";this.step=1;this.setRange(start,end,minimumStep);this.switchedDay=false;this.switchedMonth=false;this.switchedYear=false;if(Array.isArray(hiddenDates)){this.hiddenDates=hiddenDates}else if(hiddenDates!=undefined){this.hiddenDates=[hiddenDates]}else{this.hiddenDates=[]}this.format=TimeStep.FORMAT;this.options=options?options:{}}TimeStep.FORMAT={minorLabels:{millisecond:\"SSS\",second:\"s\",minute:\"HH:mm\",hour:\"HH:mm\",weekday:\"ddd D\",day:\"D\",week:\"w\",month:\"MMM\",year:\"YYYY\"},majorLabels:{millisecond:\"HH:mm:ss\",second:\"D MMMM HH:mm\",minute:\"ddd D MMMM\",hour:\"ddd D MMMM\",weekday:\"MMMM YYYY\",day:\"MMMM YYYY\",week:\"MMMM YYYY\",month:\"YYYY\",year:\"\"}};TimeStep.prototype.setMoment=function(moment){this.moment=moment;this.current=this.moment(this.current.valueOf());this._start=this.moment(this._start.valueOf());this._end=this.moment(this._end.valueOf())};TimeStep.prototype.setFormat=function(format){var defaultFormat=util.deepExtend({},TimeStep.FORMAT);this.format=util.deepExtend(defaultFormat,format)};TimeStep.prototype.setRange=function(start,end,minimumStep){if(!(start instanceof Date)||!(end instanceof Date)){throw\"No legal start or end date in method setRange\"}this._start=start!=undefined?this.moment(start.valueOf()):new Date;this._end=end!=undefined?this.moment(end.valueOf()):new Date;if(this.autoScale){this.setMinimumStep(minimumStep)}};TimeStep.prototype.start=function(){this.current=this._start.clone();this.roundToMinor()};TimeStep.prototype.roundToMinor=function(){if(this.scale==\"week\"){this.current.weekday(0)}switch(this.scale){case\"year\":this.current.year(this.step*Math.floor(this.current.year()/this.step));this.current.month(0);case\"month\":this.current.date(1);case\"week\":case\"day\":case\"weekday\":this.current.hours(0);case\"hour\":this.current.minutes(0);case\"minute\":this.current.seconds(0);case\"second\":this.current.milliseconds(0)}if(this.step!=1){switch(this.scale){case\"millisecond\":this.current.subtract(this.current.milliseconds()%this.step,\"milliseconds\");break;case\"second\":this.current.subtract(this.current.seconds()%this.step,\"seconds\");break;case\"minute\":this.current.subtract(this.current.minutes()%this.step,\"minutes\");break;case\"hour\":this.current.subtract(this.current.hours()%this.step,\"hours\");break;case\"weekday\":case\"day\":this.current.subtract((this.current.date()-1)%this.step,\"day\");break;case\"week\":this.current.subtract(this.current.week()%this.step,\"week\");break;case\"month\":this.current.subtract(this.current.month()%this.step,\"month\");break;case\"year\":this.current.subtract(this.current.year()%this.step,\"year\");break;default:break}}};TimeStep.prototype.hasNext=function(){return this.current.valueOf()<=this._end.valueOf()};TimeStep.prototype.next=function(){var prev=this.current.valueOf();switch(this.scale){case\"millisecond\":this.current.add(this.step,\"millisecond\");break;case\"second\":this.current.add(this.step,\"second\");break;case\"minute\":this.current.add(this.step,\"minute\");break;case\"hour\":this.current.add(this.step,\"hour\");if(this.current.month()<6){this.current.subtract(this.current.hours()%this.step,\"hour\")}else{if(this.current.hours()%this.step!==0){this.current.add(this.step-this.current.hours()%this.step,\"hour\")}}break;case\"weekday\":case\"day\":this.current.add(this.step,\"day\");break;case\"week\":if(this.current.weekday()!==0){this.current.weekday(0);this.current.add(this.step,\"week\")}else if(this.options.showMajorLabels===false){this.current.add(this.step,\"week\")}else{var nextWeek=this.current.clone();nextWeek.add(1,\"week\");if(nextWeek.isSame(this.current,\"month\")){this.current.add(this.step,\"week\")}else{this.current.add(this.step,\"week\");this.current.date(1)}}break;case\"month\":this.current.add(this.step,\"month\");break;case\"year\":this.current.add(this.step,\"year\");break;default:break}if(this.step!=1){switch(this.scale){case\"millisecond\":if(this.current.milliseconds()>0&&this.current.milliseconds()<this.step)this.current.milliseconds(0);break;case\"second\":if(this.current.seconds()>0&&this.current.seconds()<this.step)this.current.seconds(0);break;case\"minute\":if(this.current.minutes()>0&&this.current.minutes()<this.step)this.current.minutes(0);break;case\"hour\":if(this.current.hours()>0&&this.current.hours()<this.step)this.current.hours(0);break;case\"weekday\":case\"day\":if(this.current.date()<this.step+1)this.current.date(1);break;case\"week\":if(this.current.week()<this.step)this.current.week(1);break;case\"month\":if(this.current.month()<this.step)this.current.month(0);break;case\"year\":break;default:break}}if(this.current.valueOf()==prev){this.current=this._end.clone()}this.switchedDay=false;this.switchedMonth=false;this.switchedYear=false;DateUtil.stepOverHiddenDates(this.moment,this,prev)};TimeStep.prototype.getCurrent=function(){return this.current};TimeStep.prototype.setScale=function(params){if(params&&typeof params.scale==\"string\"){this.scale=params.scale;this.step=params.step>0?params.step:1;this.autoScale=false}};TimeStep.prototype.setAutoScale=function(enable){this.autoScale=enable};TimeStep.prototype.setMinimumStep=function(minimumStep){if(minimumStep==undefined){return}var stepYear=1e3*60*60*24*30*12;var stepMonth=1e3*60*60*24*30;var stepDay=1e3*60*60*24;var stepHour=1e3*60*60;var stepMinute=1e3*60;var stepSecond=1e3;var stepMillisecond=1;if(stepYear*1e3>minimumStep){this.scale=\"year\";this.step=1e3}if(stepYear*500>minimumStep){this.scale=\"year\";this.step=500}if(stepYear*100>minimumStep){this.scale=\"year\";this.step=100}if(stepYear*50>minimumStep){this.scale=\"year\";this.step=50}if(stepYear*10>minimumStep){this.scale=\"year\";this.step=10}if(stepYear*5>minimumStep){this.scale=\"year\";this.step=5}if(stepYear>minimumStep){this.scale=\"year\";this.step=1}if(stepMonth*3>minimumStep){this.scale=\"month\";this.step=3}if(stepMonth>minimumStep){this.scale=\"month\";this.step=1}if(stepDay*5>minimumStep){this.scale=\"day\";this.step=5}if(stepDay*2>minimumStep){this.scale=\"day\";this.step=2}if(stepDay>minimumStep){this.scale=\"day\";this.step=1}if(stepDay/2>minimumStep){this.scale=\"weekday\";this.step=1}if(stepHour*4>minimumStep){this.scale=\"hour\";this.step=4}if(stepHour>minimumStep){this.scale=\"hour\";this.step=1}if(stepMinute*15>minimumStep){this.scale=\"minute\";this.step=15}if(stepMinute*10>minimumStep){this.scale=\"minute\";this.step=10}if(stepMinute*5>minimumStep){this.scale=\"minute\";this.step=5}if(stepMinute>minimumStep){this.scale=\"minute\";this.step=1}if(stepSecond*15>minimumStep){this.scale=\"second\";this.step=15}if(stepSecond*10>minimumStep){this.scale=\"second\";this.step=10}if(stepSecond*5>minimumStep){this.scale=\"second\";this.step=5}if(stepSecond>minimumStep){this.scale=\"second\";this.step=1}if(stepMillisecond*200>minimumStep){this.scale=\"millisecond\";this.step=200}if(stepMillisecond*100>minimumStep){this.scale=\"millisecond\";this.step=100}if(stepMillisecond*50>minimumStep){this.scale=\"millisecond\";this.step=50}if(stepMillisecond*10>minimumStep){this.scale=\"millisecond\";this.step=10}if(stepMillisecond*5>minimumStep){this.scale=\"millisecond\";this.step=5}if(stepMillisecond>minimumStep){this.scale=\"millisecond\";this.step=1}};TimeStep.snap=function(date,scale,step){var clone=moment(date);if(scale==\"year\"){var year=clone.year()+Math.round(clone.month()/12);clone.year(Math.round(year/step)*step);clone.month(0);clone.date(0);clone.hours(0);clone.minutes(0);clone.seconds(0);clone.milliseconds(0)}else if(scale==\"month\"){if(clone.date()>15){clone.date(1);clone.add(1,\"month\")}else{clone.date(1)}clone.hours(0);clone.minutes(0);clone.seconds(0);clone.milliseconds(0)}else if(scale==\"week\"){if(clone.weekday()>2){clone.weekday(0);clone.add(1,\"week\")}else{clone.weekday(0)}clone.hours(0);clone.minutes(0);clone.seconds(0);clone.milliseconds(0)}else if(scale==\"day\"){switch(step){case 5:case 2:clone.hours(Math.round(clone.hours()/24)*24);break;default:clone.hours(Math.round(clone.hours()/12)*12);break}clone.minutes(0);clone.seconds(0);clone.milliseconds(0)}else if(scale==\"weekday\"){switch(step){case 5:case 2:clone.hours(Math.round(clone.hours()/12)*12);break;default:clone.hours(Math.round(clone.hours()/6)*6);break}clone.minutes(0);clone.seconds(0);clone.milliseconds(0)}else if(scale==\"hour\"){switch(step){case 4:clone.minutes(Math.round(clone.minutes()/60)*60);break;default:clone.minutes(Math.round(clone.minutes()/30)*30);break}clone.seconds(0);clone.milliseconds(0)}else if(scale==\"minute\"){switch(step){case 15:case 10:clone.minutes(Math.round(clone.minutes()/5)*5);clone.seconds(0);break;case 5:clone.seconds(Math.round(clone.seconds()/60)*60);break;default:clone.seconds(Math.round(clone.seconds()/30)*30);break}clone.milliseconds(0)}else if(scale==\"second\"){switch(step){case 15:case 10:clone.seconds(Math.round(clone.seconds()/5)*5);clone.milliseconds(0);break;case 5:clone.milliseconds(Math.round(clone.milliseconds()/1e3)*1e3);break;default:clone.milliseconds(Math.round(clone.milliseconds()/500)*500);break}}else if(scale==\"millisecond\"){var _step=step>5?step/2:1;clone.milliseconds(Math.round(clone.milliseconds()/_step)*_step)}return clone};TimeStep.prototype.isMajor=function(){if(this.switchedYear==true){switch(this.scale){case\"year\":case\"month\":case\"week\":case\"weekday\":case\"day\":case\"hour\":case\"minute\":case\"second\":case\"millisecond\":return true;default:return false}}else if(this.switchedMonth==true){switch(this.scale){case\"week\":case\"weekday\":case\"day\":case\"hour\":case\"minute\":case\"second\":case\"millisecond\":return true;default:return false}}else if(this.switchedDay==true){switch(this.scale){case\"millisecond\":case\"second\":case\"minute\":case\"hour\":return true;default:return false}}var date=this.moment(this.current);switch(this.scale){case\"millisecond\":return date.milliseconds()==0;case\"second\":return date.seconds()==0;case\"minute\":return date.hours()==0&&date.minutes()==0;case\"hour\":return date.hours()==0;case\"weekday\":case\"day\":return date.date()==1;case\"week\":return date.date()==1;case\"month\":return date.month()==0;case\"year\":return false;default:return false}};TimeStep.prototype.getLabelMinor=function(date){if(date==undefined){date=this.current}if(date instanceof Date){date=this.moment(date)}if(typeof this.format.minorLabels===\"function\"){return this.format.minorLabels(date,this.scale,this.step)}var format=this.format.minorLabels[this.scale];switch(this.scale){case\"week\":if(this.isMajor()&&date.weekday()!==0){return\"\"}default:return format&&format.length>0?this.moment(date).format(format):\"\"}};TimeStep.prototype.getLabelMajor=function(date){if(date==undefined){date=this.current}if(date instanceof Date){date=this.moment(date)}if(typeof this.format.majorLabels===\"function\"){return this.format.majorLabels(date,this.scale,this.step)}var format=this.format.majorLabels[this.scale];return format&&format.length>0?this.moment(date).format(format):\"\"};TimeStep.prototype.getClassName=function(){var _moment=this.moment;var m=this.moment(this.current);var current=m.locale?m.locale(\"en\"):m.lang(\"en\");var step=this.step;var classNames=[];function even(value){return value/step%2==0?\" vis-even\":\" vis-odd\"}function today(date){if(date.isSame(new Date,\"day\")){return\" vis-today\"}if(date.isSame(_moment().add(1,\"day\"),\"day\")){return\" vis-tomorrow\"}if(date.isSame(_moment().add(-1,\"day\"),\"day\")){return\" vis-yesterday\"}return\"\"}function currentWeek(date){return date.isSame(new Date,\"week\")?\" vis-current-week\":\"\"}function currentMonth(date){return date.isSame(new Date,\"month\")?\" vis-current-month\":\"\"}function currentYear(date){return date.isSame(new Date,\"year\")?\" vis-current-year\":\"\"}switch(this.scale){case\"millisecond\":classNames.push(today(current));classNames.push(even(current.milliseconds()));break;case\"second\":classNames.push(today(current));classNames.push(even(current.seconds()));break;case\"minute\":classNames.push(today(current));classNames.push(even(current.minutes()));break;case\"hour\":classNames.push(\"vis-h\"+current.hours()+(this.step==4?\"-h\"+(current.hours()+4):\"\"));classNames.push(today(current));classNames.push(even(current.hours()));break;case\"weekday\":classNames.push(\"vis-\"+current.format(\"dddd\").toLowerCase());classNames.push(today(current));classNames.push(currentWeek(current));classNames.push(even(current.date()));break;case\"day\":classNames.push(\"vis-day\"+current.date());classNames.push(\"vis-\"+current.format(\"MMMM\").toLowerCase());classNames.push(today(current));classNames.push(currentMonth(current));classNames.push(this.step<=2?today(current):\"\");classNames.push(this.step<=2?\"vis-\"+current.format(\"dddd\").toLowerCase():\"\");classNames.push(even(current.date()-1));break;case\"week\":classNames.push(\"vis-week\"+current.format(\"w\"));classNames.push(currentWeek(current));classNames.push(even(current.week()));break;case\"month\":classNames.push(\"vis-\"+current.format(\"MMMM\").toLowerCase());classNames.push(currentMonth(current));classNames.push(even(current.month()));break;case\"year\":classNames.push(\"vis-year\"+current.year());classNames.push(currentYear(current));classNames.push(even(current.year()));break}return classNames.filter(String).join(\" \")};module.exports=TimeStep},function(module,exports,__webpack_require__){\"use strict\";var util=__webpack_require__(2);var Component=__webpack_require__(16);var moment=__webpack_require__(9);var locales=__webpack_require__(98);function CurrentTime(body,options){this.body=body;this.defaultOptions={rtl:false,showCurrentTime:true,moment:moment,locales:locales,locale:\"en\"};this.options=util.extend({},this.defaultOptions);this.offset=0;this._create();this.setOptions(options)}CurrentTime.prototype=new Component;CurrentTime.prototype._create=function(){var bar=document.createElement(\"div\");bar.className=\"vis-current-time\";bar.style.position=\"absolute\";bar.style.top=\"0px\";bar.style.height=\"100%\";this.bar=bar};CurrentTime.prototype.destroy=function(){this.options.showCurrentTime=false;this.redraw();this.body=null};CurrentTime.prototype.setOptions=function(options){if(options){util.selectiveExtend([\"rtl\",\"showCurrentTime\",\"moment\",\"locale\",\"locales\"],this.options,options)}};CurrentTime.prototype.redraw=function(){if(this.options.showCurrentTime){var parent=this.body.dom.backgroundVertical;if(this.bar.parentNode!=parent){if(this.bar.parentNode){this.bar.parentNode.removeChild(this.bar)}parent.appendChild(this.bar);this.start()}var now=this.options.moment((new Date).valueOf()+this.offset);var x=this.body.util.toScreen(now);var locale=this.options.locales[this.options.locale];if(!locale){if(!this.warned){console.log(\"WARNING: options.locales['\"+this.options.locale+\"'] not found. See http://visjs.org/docs/timeline/#Localization\");this.warned=true}locale=this.options.locales[\"en\"]}var title=locale.current+\" \"+locale.time+\": \"+now.format(\"dddd, MMMM Do YYYY, H:mm:ss\");title=title.charAt(0).toUpperCase()+title.substring(1);if(this.options.rtl){this.bar.style.right=x+\"px\"}else{this.bar.style.left=x+\"px\"}this.bar.title=title}else{if(this.bar.parentNode){this.bar.parentNode.removeChild(this.bar)}this.stop()}return false};CurrentTime.prototype.start=function(){var me=this;function update(){me.stop();var scale=me.body.range.conversion(me.body.domProps.center.width).scale;var interval=1/scale/10;if(interval<30)interval=30;if(interval>1e3)interval=1e3;me.redraw();me.body.emitter.emit(\"currentTimeTick\");me.currentTimeTimer=setTimeout(update,interval)}update()};CurrentTime.prototype.stop=function(){if(this.currentTimeTimer!==undefined){clearTimeout(this.currentTimeTimer);delete this.currentTimeTimer}};CurrentTime.prototype.setCurrentTime=function(time){var t=util.convert(time,\"Date\").valueOf();var now=(new Date).valueOf();this.offset=t-now;this.redraw()};CurrentTime.prototype.getCurrentTime=function(){return new Date((new Date).valueOf()+this.offset)};module.exports=CurrentTime},function(module,exports,__webpack_require__){\"use strict\";var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var stack=__webpack_require__(100);function Group(groupId,data,itemSet){this.groupId=groupId;this.subgroups={};this.subgroupStack={};this.subgroupStackAll=false;this.doInnerStack=false;this.subgroupIndex=0;this.subgroupOrderer=data&&data.subgroupOrder;this.itemSet=itemSet;this.isVisible=null;this.stackDirty=true;if(data&&data.nestedGroups){this.nestedGroups=data.nestedGroups;if(data.showNested==false){this.showNested=false}else{this.showNested=true}}if(data&&data.subgroupStack){if(typeof data.subgroupStack===\"boolean\"){this.doInnerStack=data.subgroupStack;this.subgroupStackAll=data.subgroupStack}else{for(var key in data.subgroupStack){this.subgroupStack[key]=data.subgroupStack[key];this.doInnerStack=this.doInnerStack||data.subgroupStack[key]}}}this.nestedInGroup=null;this.dom={};this.props={label:{width:0,height:0}};this.className=null;this.items={};this.visibleItems=[];this.itemsInRange=[];this.orderedItems={byStart:[],byEnd:[]};this.checkRangedItems=false;var me=this;this.itemSet.body.emitter.on(\"checkRangedItems\",function(){me.checkRangedItems=true});this._create();this.setData(data)}Group.prototype._create=function(){var label=document.createElement(\"div\");if(this.itemSet.options.groupEditable.order){label.className=\"vis-label draggable\"}else{label.className=\"vis-label\"}this.dom.label=label;var inner=document.createElement(\"div\");inner.className=\"vis-inner\";label.appendChild(inner);this.dom.inner=inner;var foreground=document.createElement(\"div\");foreground.className=\"vis-group\";foreground[\"timeline-group\"]=this;this.dom.foreground=foreground;this.dom.background=document.createElement(\"div\");this.dom.background.className=\"vis-group\";this.dom.axis=document.createElement(\"div\");this.dom.axis.className=\"vis-group\";this.dom.marker=document.createElement(\"div\");this.dom.marker.style.visibility=\"hidden\";this.dom.marker.style.position=\"absolute\";this.dom.marker.innerHTML=\"\";this.dom.background.appendChild(this.dom.marker)};Group.prototype.setData=function(data){var content;var templateFunction;if(this.itemSet.options&&this.itemSet.options.groupTemplate){templateFunction=this.itemSet.options.groupTemplate.bind(this);content=templateFunction(data,this.dom.inner)}else{content=data&&data.content}if(content instanceof Element){this.dom.inner.appendChild(content);while(this.dom.inner.firstChild){this.dom.inner.removeChild(this.dom.inner.firstChild)}this.dom.inner.appendChild(content)}else if(content instanceof Object){templateFunction(data,this.dom.inner)}else if(content!==undefined&&content!==null){this.dom.inner.innerHTML=content}else{this.dom.inner.innerHTML=this.groupId||\"\"}this.dom.label.title=data&&data.title||\"\";if(!this.dom.inner.firstChild){util.addClassName(this.dom.inner,\"vis-hidden\")}else{util.removeClassName(this.dom.inner,\"vis-hidden\")}if(data&&data.nestedGroups){if(!this.nestedGroups||this.nestedGroups!=data.nestedGroups){this.nestedGroups=data.nestedGroups}if(data.showNested!==undefined||this.showNested===undefined){if(data.showNested==false){this.showNested=false}else{this.showNested=true}}util.addClassName(this.dom.label,\"vis-nesting-group\");var collapsedDirClassName=this.itemSet.options.rtl?\"collapsed-rtl\":\"collapsed\";if(this.showNested){util.removeClassName(this.dom.label,collapsedDirClassName);util.addClassName(this.dom.label,\"expanded\")}else{util.removeClassName(this.dom.label,\"expanded\");util.addClassName(this.dom.label,collapsedDirClassName)}}else if(this.nestedGroups){this.nestedGroups=null;collapsedDirClassName=this.itemSet.options.rtl?\"collapsed-rtl\":\"collapsed\";util.removeClassName(this.dom.label,collapsedDirClassName);util.removeClassName(this.dom.label,\"expanded\");util.removeClassName(this.dom.label,\"vis-nesting-group\")}if(data&&data.nestedInGroup){util.addClassName(this.dom.label,\"vis-nested-group\");if(this.itemSet.options&&this.itemSet.options.rtl){this.dom.inner.style.paddingRight=\"30px\"}else{\nthis.dom.inner.style.paddingLeft=\"30px\"}}var className=data&&data.className||null;if(className!=this.className){if(this.className){util.removeClassName(this.dom.label,this.className);util.removeClassName(this.dom.foreground,this.className);util.removeClassName(this.dom.background,this.className);util.removeClassName(this.dom.axis,this.className)}util.addClassName(this.dom.label,className);util.addClassName(this.dom.foreground,className);util.addClassName(this.dom.background,className);util.addClassName(this.dom.axis,className);this.className=className}if(this.style){util.removeCssText(this.dom.label,this.style);this.style=null}if(data&&data.style){util.addCssText(this.dom.label,data.style);this.style=data.style}};Group.prototype.getLabelWidth=function(){return this.props.label.width};Group.prototype._didMarkerHeightChange=function(){var markerHeight=this.dom.marker.clientHeight;if(markerHeight!=this.lastMarkerHeight){this.lastMarkerHeight=markerHeight;var redrawQueue={};var redrawQueueLength=0;util.forEach(this.items,function(item,key){item.dirty=true;if(item.displayed){var returnQueue=true;redrawQueue[key]=item.redraw(returnQueue);redrawQueueLength=redrawQueue[key].length}});var needRedraw=redrawQueueLength>0;if(needRedraw){for(var i=0;i<redrawQueueLength;i++){util.forEach(redrawQueue,function(fns){fns[i]()})}}return true}};Group.prototype._calculateGroupSizeAndPosition=function(){var offsetTop=this.dom.foreground.offsetTop;var offsetLeft=this.dom.foreground.offsetLeft;var offsetWidth=this.dom.foreground.offsetWidth;this.top=offsetTop;this.right=offsetLeft;this.width=offsetWidth};Group.prototype._redrawItems=function(forceRestack,lastIsVisible,margin,range){var restack=forceRestack||this.stackDirty||this.isVisible&&!lastIsVisible;if(restack){var visibleSubgroups={};var subgroup=null;if(typeof this.itemSet.options.order===\"function\"){var me=this;var limitSize=false;var redrawQueue={};var redrawQueueLength=0;util.forEach(this.items,function(item,key){if(!item.displayed){var returnQueue=true;redrawQueue[key]=item.redraw(returnQueue);redrawQueueLength=redrawQueue[key].length;me.visibleItems.push(item)}});var needRedraw=redrawQueueLength>0;if(needRedraw){for(var i=0;i<redrawQueueLength;i++){util.forEach(redrawQueue,function(fns){fns[i]()})}}util.forEach(this.items,function(item){item.repositionX(limitSize)});if(this.doInnerStack&&this.itemSet.options.stackSubgroups){for(subgroup in this.subgroups){visibleSubgroups[subgroup]=this.subgroups[subgroup].items.slice().sort(function(a,b){return me.itemSet.options.order(a.data,b.data)})}stack.stackSubgroupsWithInnerStack(visibleSubgroups,margin,this.subgroups)}else{var customOrderedItems=this.orderedItems.byStart.slice().sort(function(a,b){return me.itemSet.options.order(a.data,b.data)});stack.stack(customOrderedItems,margin,true)}this.visibleItems=this._updateItemsInRange(this.orderedItems,this.visibleItems,range)}else{this.visibleItems=this._updateItemsInRange(this.orderedItems,this.visibleItems,range);if(this.itemSet.options.stack){if(this.doInnerStack&&this.itemSet.options.stackSubgroups){for(subgroup in this.subgroups){visibleSubgroups[subgroup]=this.subgroups[subgroup].items}stack.stackSubgroupsWithInnerStack(visibleSubgroups,margin,this.subgroups)}else{stack.stack(this.visibleItems,margin,true)}}else{stack.nostack(this.visibleItems,margin,this.subgroups,this.itemSet.options.stackSubgroups)}}this.stackDirty=false}};Group.prototype._didResize=function(resized,height){resized=util.updateProperty(this,\"height\",height)||resized;var labelWidth=this.dom.inner.clientWidth;var labelHeight=this.dom.inner.clientHeight;resized=util.updateProperty(this.props.label,\"width\",labelWidth)||resized;resized=util.updateProperty(this.props.label,\"height\",labelHeight)||resized;return resized};Group.prototype._applyGroupHeight=function(height){this.dom.background.style.height=height+\"px\";this.dom.foreground.style.height=height+\"px\";this.dom.label.style.height=height+\"px\"};Group.prototype._updateItemsVerticalPosition=function(margin){for(var i=0,ii=this.visibleItems.length;i<ii;i++){var item=this.visibleItems[i];item.repositionY(margin);if(!this.isVisible&&this.groupId!=\"__background__\"){if(item.displayed)item.hide()}}};Group.prototype.redraw=function(range,margin,forceRestack,returnQueue){var resized=false;var lastIsVisible=this.isVisible;var height;var queue=[function(){forceRestack=this._didMarkerHeightChange.bind(this)}.bind(this),this._updateSubGroupHeights.bind(this,margin),this._calculateGroupSizeAndPosition.bind(this),function(){this.isVisible=this._isGroupVisible.bind(this)(range,margin)}.bind(this),function(){this._redrawItems.bind(this)(forceRestack,lastIsVisible,margin,range)}.bind(this),this._updateSubgroupsSizes.bind(this),function(){height=this._calculateHeight.bind(this)(margin)}.bind(this),this._calculateGroupSizeAndPosition.bind(this),function(){resized=this._didResize.bind(this)(resized,height)}.bind(this),function(){this._applyGroupHeight.bind(this)(height)}.bind(this),function(){this._updateItemsVerticalPosition.bind(this)(margin)}.bind(this),function(){if(!this.isVisible&&this.height){resized=false}return resized}];if(returnQueue){return queue}else{var result;queue.forEach(function(fn){result=fn()});return result}};Group.prototype._updateSubGroupHeights=function(margin){if((0,_keys2[\"default\"])(this.subgroups).length>0){var me=this;this.resetSubgroups();util.forEach(this.visibleItems,function(item){if(item.data.subgroup!==undefined){me.subgroups[item.data.subgroup].height=Math.max(me.subgroups[item.data.subgroup].height,item.height+margin.item.vertical);me.subgroups[item.data.subgroup].visible=true}})}};Group.prototype._isGroupVisible=function(range,margin){return this.top<=range.body.domProps.centerContainer.height-range.body.domProps.scrollTop+margin.axis&&this.top+this.height+margin.axis>=-range.body.domProps.scrollTop};Group.prototype._calculateHeight=function(margin){var height;var itemsInRange=this.visibleItems;if(itemsInRange.length>0){var min=itemsInRange[0].top;var max=itemsInRange[0].top+itemsInRange[0].height;util.forEach(itemsInRange,function(item){min=Math.min(min,item.top);max=Math.max(max,item.top+item.height)});if(min>margin.axis){var offset=min-margin.axis;max-=offset;util.forEach(itemsInRange,function(item){item.top-=offset})}height=max+margin.item.vertical/2}else{height=0}height=Math.max(height,this.props.label.height);return height};Group.prototype.show=function(){if(!this.dom.label.parentNode){this.itemSet.dom.labelSet.appendChild(this.dom.label)}if(!this.dom.foreground.parentNode){this.itemSet.dom.foreground.appendChild(this.dom.foreground)}if(!this.dom.background.parentNode){this.itemSet.dom.background.appendChild(this.dom.background)}if(!this.dom.axis.parentNode){this.itemSet.dom.axis.appendChild(this.dom.axis)}};Group.prototype.hide=function(){var label=this.dom.label;if(label.parentNode){label.parentNode.removeChild(label)}var foreground=this.dom.foreground;if(foreground.parentNode){foreground.parentNode.removeChild(foreground)}var background=this.dom.background;if(background.parentNode){background.parentNode.removeChild(background)}var axis=this.dom.axis;if(axis.parentNode){axis.parentNode.removeChild(axis)}};Group.prototype.add=function(item){this.items[item.id]=item;item.setParent(this);this.stackDirty=true;if(item.data.subgroup!==undefined){this._addToSubgroup(item);this.orderSubgroups()}if(this.visibleItems.indexOf(item)==-1){var range=this.itemSet.body.range;this._checkIfVisible(item,this.visibleItems,range)}};Group.prototype._addToSubgroup=function(item,subgroupId){subgroupId=subgroupId||item.data.subgroup;if(subgroupId!=undefined&&this.subgroups[subgroupId]===undefined){this.subgroups[subgroupId]={height:0,top:0,start:item.data.start,end:item.data.end||item.data.start,visible:false,index:this.subgroupIndex,items:[],stack:this.subgroupStackAll||this.subgroupStack[subgroupId]||false};this.subgroupIndex++}if(new Date(item.data.start)<new Date(this.subgroups[subgroupId].start)){this.subgroups[subgroupId].start=item.data.start}var itemEnd=item.data.end||item.data.start;if(new Date(itemEnd)>new Date(this.subgroups[subgroupId].end)){this.subgroups[subgroupId].end=itemEnd}this.subgroups[subgroupId].items.push(item)};Group.prototype._updateSubgroupsSizes=function(){var me=this;if(me.subgroups){for(var subgroup in me.subgroups){var initialEnd=me.subgroups[subgroup].items[0].data.end||me.subgroups[subgroup].items[0].data.start;var newStart=me.subgroups[subgroup].items[0].data.start;var newEnd=initialEnd-1;me.subgroups[subgroup].items.forEach(function(item){if(new Date(item.data.start)<new Date(newStart)){newStart=item.data.start}var itemEnd=item.data.end||item.data.start;if(new Date(itemEnd)>new Date(newEnd)){newEnd=itemEnd}});me.subgroups[subgroup].start=newStart;me.subgroups[subgroup].end=new Date(newEnd-1)}}};Group.prototype.orderSubgroups=function(){if(this.subgroupOrderer!==undefined){var sortArray=[];var subgroup;if(typeof this.subgroupOrderer==\"string\"){for(subgroup in this.subgroups){sortArray.push({subgroup:subgroup,sortField:this.subgroups[subgroup].items[0].data[this.subgroupOrderer]})}sortArray.sort(function(a,b){return a.sortField-b.sortField})}else if(typeof this.subgroupOrderer==\"function\"){for(subgroup in this.subgroups){sortArray.push(this.subgroups[subgroup].items[0].data)}sortArray.sort(this.subgroupOrderer)}if(sortArray.length>0){for(var i=0;i<sortArray.length;i++){this.subgroups[sortArray[i].subgroup].index=i}}}};Group.prototype.resetSubgroups=function(){for(var subgroup in this.subgroups){if(this.subgroups.hasOwnProperty(subgroup)){this.subgroups[subgroup].visible=false;this.subgroups[subgroup].height=0}}};Group.prototype.remove=function(item){delete this.items[item.id];item.setParent(null);this.stackDirty=true;var index=this.visibleItems.indexOf(item);if(index!=-1)this.visibleItems.splice(index,1);if(item.data.subgroup!==undefined){this._removeFromSubgroup(item);this.orderSubgroups()}};Group.prototype._removeFromSubgroup=function(item,subgroupId){subgroupId=subgroupId||item.data.subgroup;if(subgroupId!=undefined){var subgroup=this.subgroups[subgroupId];if(subgroup){var itemIndex=subgroup.items.indexOf(item);if(itemIndex>=0){subgroup.items.splice(itemIndex,1);if(!subgroup.items.length){delete this.subgroups[subgroupId]}else{this._updateSubgroupsSizes()}}}}};Group.prototype.removeFromDataSet=function(item){this.itemSet.removeItem(item.id)};Group.prototype.order=function(){var array=util.toArray(this.items);var startArray=[];var endArray=[];for(var i=0;i<array.length;i++){if(array[i].data.end!==undefined){endArray.push(array[i])}startArray.push(array[i])}this.orderedItems={byStart:startArray,byEnd:endArray};stack.orderByStart(this.orderedItems.byStart);stack.orderByEnd(this.orderedItems.byEnd)};Group.prototype._updateItemsInRange=function(orderedItems,oldVisibleItems,range){var visibleItems=[];var visibleItemsLookup={};var interval=(range.end-range.start)/4;var lowerBound=range.start-interval;var upperBound=range.end+interval;var searchFunction=function searchFunction(value){if(value<lowerBound){return-1}else if(value<=upperBound){return 0}else{return 1}};if(oldVisibleItems.length>0){for(var i=0;i<oldVisibleItems.length;i++){this._checkIfVisibleWithReference(oldVisibleItems[i],visibleItems,visibleItemsLookup,range)}}var initialPosByStart=util.binarySearchCustom(orderedItems.byStart,searchFunction,\"data\",\"start\");this._traceVisible(initialPosByStart,orderedItems.byStart,visibleItems,visibleItemsLookup,function(item){return item.data.start<lowerBound||item.data.start>upperBound});if(this.checkRangedItems==true){this.checkRangedItems=false;for(i=0;i<orderedItems.byEnd.length;i++){this._checkIfVisibleWithReference(orderedItems.byEnd[i],visibleItems,visibleItemsLookup,range)}}else{var initialPosByEnd=util.binarySearchCustom(orderedItems.byEnd,searchFunction,\"data\",\"end\");this._traceVisible(initialPosByEnd,orderedItems.byEnd,visibleItems,visibleItemsLookup,function(item){return item.data.end<lowerBound||item.data.end>upperBound})}var redrawQueue={};var redrawQueueLength=0;for(i=0;i<visibleItems.length;i++){var item=visibleItems[i];if(!item.displayed){var returnQueue=true;redrawQueue[i]=item.redraw(returnQueue);redrawQueueLength=redrawQueue[i].length}}var needRedraw=redrawQueueLength>0;if(needRedraw){for(var j=0;j<redrawQueueLength;j++){util.forEach(redrawQueue,function(fns){fns[j]()})}}for(i=0;i<visibleItems.length;i++){visibleItems[i].repositionX()}return visibleItems};Group.prototype._traceVisible=function(initialPos,items,visibleItems,visibleItemsLookup,breakCondition){if(initialPos!=-1){var i,item;for(i=initialPos;i>=0;i--){item=items[i];if(breakCondition(item)){break}else{if(visibleItemsLookup[item.id]===undefined){visibleItemsLookup[item.id]=true;visibleItems.push(item)}}}for(i=initialPos+1;i<items.length;i++){item=items[i];if(breakCondition(item)){break}else{if(visibleItemsLookup[item.id]===undefined){visibleItemsLookup[item.id]=true;visibleItems.push(item)}}}}};Group.prototype._checkIfVisible=function(item,visibleItems,range){if(item.isVisible(range)){if(!item.displayed)item.show();item.repositionX();visibleItems.push(item)}else{if(item.displayed)item.hide()}};Group.prototype._checkIfVisibleWithReference=function(item,visibleItems,visibleItemsLookup,range){if(item.isVisible(range)){if(visibleItemsLookup[item.id]===undefined){visibleItemsLookup[item.id]=true;visibleItems.push(item)}}else{if(item.displayed)item.hide()}};Group.prototype.changeSubgroup=function(item,oldSubgroup,newSubgroup){this._removeFromSubgroup(item,oldSubgroup);this._addToSubgroup(item,newSubgroup);this.orderSubgroups()};module.exports=Group},function(module,exports,__webpack_require__){\"use strict\";var _create=__webpack_require__(29);var _create2=_interopRequireDefault(_create);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Group=__webpack_require__(68);function BackgroundGroup(groupId,data,itemSet){Group.call(this,groupId,data,itemSet);this.width=0;this.height=0;this.top=0;this.left=0}BackgroundGroup.prototype=(0,_create2[\"default\"])(Group.prototype);BackgroundGroup.prototype.redraw=function(range,margin,forceRestack){var resized=false;this.visibleItems=this._updateItemsInRange(this.orderedItems,this.visibleItems,range);this.width=this.dom.background.offsetWidth;this.dom.background.style.height=\"0\";for(var i=0,ii=this.visibleItems.length;i<ii;i++){var item=this.visibleItems[i];item.repositionY(margin)}return resized};BackgroundGroup.prototype.show=function(){if(!this.dom.background.parentNode){this.itemSet.dom.background.appendChild(this.dom.background)}};module.exports=BackgroundGroup},function(module,exports,__webpack_require__){\"use strict\";var Item=__webpack_require__(38);function RangeItem(data,conversion,options){this.props={content:{width:0}};this.overflow=false;this.options=options;if(data){if(data.start==undefined){throw new Error('Property \"start\" missing in item '+data.id)}if(data.end==undefined){throw new Error('Property \"end\" missing in item '+data.id)}}Item.call(this,data,conversion,options)}RangeItem.prototype=new Item(null,null,null);RangeItem.prototype.baseClassName=\"vis-item vis-range\";RangeItem.prototype.isVisible=function(range){return this.data.start<range.end&&this.data.end>range.start};RangeItem.prototype._createDomElement=function(){if(!this.dom){this.dom={};this.dom.box=document.createElement(\"div\");this.dom.frame=document.createElement(\"div\");this.dom.frame.className=\"vis-item-overflow\";this.dom.box.appendChild(this.dom.frame);this.dom.visibleFrame=document.createElement(\"div\");this.dom.visibleFrame.className=\"vis-item-visible-frame\";this.dom.box.appendChild(this.dom.visibleFrame);this.dom.content=document.createElement(\"div\");this.dom.content.className=\"vis-item-content\";this.dom.frame.appendChild(this.dom.content);this.dom.box[\"timeline-item\"]=this;this.dirty=true}};RangeItem.prototype._appendDomElement=function(){if(!this.parent){throw new Error(\"Cannot redraw item: no parent attached\")}if(!this.dom.box.parentNode){var foreground=this.parent.dom.foreground;if(!foreground){throw new Error(\"Cannot redraw item: parent has no foreground container element\")}foreground.appendChild(this.dom.box)}this.displayed=true};RangeItem.prototype._updateDirtyDomComponents=function(){if(this.dirty){this._updateContents(this.dom.content);this._updateDataAttributes(this.dom.box);this._updateStyle(this.dom.box);var editable=this.editable.updateTime||this.editable.updateGroup;var className=(this.data.className?\" \"+this.data.className:\"\")+(this.selected?\" vis-selected\":\"\")+(editable?\" vis-editable\":\" vis-readonly\");this.dom.box.className=this.baseClassName+className;this.dom.content.style.maxWidth=\"none\"}};RangeItem.prototype._getDomComponentsSizes=function(){this.overflow=window.getComputedStyle(this.dom.frame).overflow!==\"hidden\";return{content:{width:this.dom.content.offsetWidth},box:{height:this.dom.box.offsetHeight}}};RangeItem.prototype._updateDomComponentsSizes=function(sizes){this.props.content.width=sizes.content.width;this.height=sizes.box.height;this.dom.content.style.maxWidth=\"\";this.dirty=false};RangeItem.prototype._repaintDomAdditionals=function(){this._repaintOnItemUpdateTimeTooltip(this.dom.box);this._repaintDeleteButton(this.dom.box);this._repaintDragCenter();this._repaintDragLeft();this._repaintDragRight()};RangeItem.prototype.redraw=function(returnQueue){var sizes;var queue=[this._createDomElement.bind(this),this._appendDomElement.bind(this),this._updateDirtyDomComponents.bind(this),function(){if(this.dirty){sizes=this._getDomComponentsSizes.bind(this)()}}.bind(this),function(){if(this.dirty){this._updateDomComponentsSizes.bind(this)(sizes)}}.bind(this),this._repaintDomAdditionals.bind(this)];if(returnQueue){return queue}else{var result;queue.forEach(function(fn){result=fn()});return result}};RangeItem.prototype.show=function(){if(!this.displayed){this.redraw()}};RangeItem.prototype.hide=function(){if(this.displayed){var box=this.dom.box;if(box.parentNode){box.parentNode.removeChild(box)}this.displayed=false}};RangeItem.prototype.repositionX=function(limitSize){var parentWidth=this.parent.width;var start=this.conversion.toScreen(this.data.start);var end=this.conversion.toScreen(this.data.end);var align=this.data.align===undefined?this.options.align:this.data.align;var contentStartPosition;var contentWidth;if(this.data.limitSize!==false&&(limitSize===undefined||limitSize===true)){if(start<-parentWidth){start=-parentWidth}if(end>2*parentWidth){end=2*parentWidth}}var boxWidth=Math.max(end-start+.5,1);if(this.overflow){if(this.options.rtl){this.right=start}else{this.left=start}this.width=boxWidth+this.props.content.width;contentWidth=this.props.content.width}else{if(this.options.rtl){this.right=start}else{this.left=start}this.width=boxWidth;contentWidth=Math.min(end-start,this.props.content.width)}if(this.options.rtl){this.dom.box.style.right=this.right+\"px\"}else{this.dom.box.style.left=this.left+\"px\"}this.dom.box.style.width=boxWidth+\"px\";switch(align){case\"left\":if(this.options.rtl){this.dom.content.style.right=\"0\"}else{this.dom.content.style.left=\"0\"}break;case\"right\":if(this.options.rtl){this.dom.content.style.right=Math.max(boxWidth-contentWidth,0)+\"px\"}else{this.dom.content.style.left=Math.max(boxWidth-contentWidth,0)+\"px\"}break;case\"center\":if(this.options.rtl){this.dom.content.style.right=Math.max((boxWidth-contentWidth)/2,0)+\"px\"}else{this.dom.content.style.left=Math.max((boxWidth-contentWidth)/2,0)+\"px\"}break;default:if(this.overflow){if(end>0){contentStartPosition=Math.max(-start,0)}else{contentStartPosition=-contentWidth}}else{if(start<0){contentStartPosition=-start}else{contentStartPosition=0}}if(this.options.rtl){this.dom.content.style.right=contentStartPosition+\"px\"}else{this.dom.content.style.left=contentStartPosition+\"px\";this.dom.content.style.width=\"calc(100% - \"+contentStartPosition+\"px)\"}}};RangeItem.prototype.repositionY=function(){var orientation=this.options.orientation.item;var box=this.dom.box;if(orientation==\"top\"){box.style.top=this.top+\"px\"}else{box.style.top=this.parent.height-this.top-this.height+\"px\"}};RangeItem.prototype._repaintDragLeft=function(){if((this.selected||this.options.itemsAlwaysDraggable.range)&&this.options.editable.updateTime&&!this.dom.dragLeft){var dragLeft=document.createElement(\"div\");dragLeft.className=\"vis-drag-left\";dragLeft.dragLeftItem=this;this.dom.box.appendChild(dragLeft);this.dom.dragLeft=dragLeft}else if(!this.selected&&!this.options.itemsAlwaysDraggable.range&&this.dom.dragLeft){if(this.dom.dragLeft.parentNode){this.dom.dragLeft.parentNode.removeChild(this.dom.dragLeft)}this.dom.dragLeft=null}};RangeItem.prototype._repaintDragRight=function(){if((this.selected||this.options.itemsAlwaysDraggable.range)&&this.options.editable.updateTime&&!this.dom.dragRight){var dragRight=document.createElement(\"div\");dragRight.className=\"vis-drag-right\";dragRight.dragRightItem=this;this.dom.box.appendChild(dragRight);this.dom.dragRight=dragRight}else if(!this.selected&&!this.options.itemsAlwaysDraggable.range&&this.dom.dragRight){if(this.dom.dragRight.parentNode){this.dom.dragRight.parentNode.removeChild(this.dom.dragRight)}this.dom.dragRight=null}};module.exports=RangeItem},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _stringify=__webpack_require__(19);var _stringify2=_interopRequireDefault(_stringify);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var ColorPicker=__webpack_require__(179)[\"default\"];var Configurator=function(){function Configurator(parentModule,defaultContainer,configureOptions){var pixelRatio=arguments.length>3&&arguments[3]!==undefined?arguments[3]:1;(0,_classCallCheck3[\"default\"])(this,Configurator);this.parent=parentModule;this.changedOptions=[];this.container=defaultContainer;this.allowCreation=false;this.options={};this.initialized=false;this.popupCounter=0;this.defaultOptions={enabled:false,filter:true,container:undefined,showButton:true};util.extend(this.options,this.defaultOptions);this.configureOptions=configureOptions;this.moduleOptions={};this.domElements=[];this.popupDiv={};this.popupLimit=5;this.popupHistory={};this.colorPicker=new ColorPicker(pixelRatio);this.wrapper=undefined}(0,_createClass3[\"default\"])(Configurator,[{key:\"setOptions\",value:function setOptions(options){if(options!==undefined){this.popupHistory={};this._removePopup();var enabled=true;if(typeof options===\"string\"){this.options.filter=options}else if(options instanceof Array){this.options.filter=options.join()}else if((typeof options===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(options))===\"object\"){if(options.container!==undefined){this.options.container=options.container}if(options.filter!==undefined){this.options.filter=options.filter}if(options.showButton!==undefined){this.options.showButton=options.showButton}if(options.enabled!==undefined){enabled=options.enabled}}else if(typeof options===\"boolean\"){this.options.filter=true;enabled=options}else if(typeof options===\"function\"){this.options.filter=options;enabled=true}if(this.options.filter===false){enabled=false}this.options.enabled=enabled}this._clean()}},{key:\"setModuleOptions\",value:function setModuleOptions(moduleOptions){this.moduleOptions=moduleOptions;if(this.options.enabled===true){this._clean();if(this.options.container!==undefined){this.container=this.options.container}this._create()}}},{key:\"_create\",value:function _create(){var _this=this;this._clean();this.changedOptions=[];var filter=this.options.filter;var counter=0;var show=false;for(var option in this.configureOptions){if(this.configureOptions.hasOwnProperty(option)){this.allowCreation=false;show=false;if(typeof filter===\"function\"){show=filter(option,[]);show=show||this._handleObject(this.configureOptions[option],[option],true)}else if(filter===true||filter.indexOf(option)!==-1){show=true}if(show!==false){this.allowCreation=true;if(counter>0){this._makeItem([])}this._makeHeader(option);this._handleObject(this.configureOptions[option],[option])}counter++}}if(this.options.showButton===true){var generateButton=document.createElement(\"div\");generateButton.className=\"vis-configuration vis-config-button\";generateButton.innerHTML=\"generate options\";generateButton.onclick=function(){_this._printOptions()};generateButton.onmouseover=function(){generateButton.className=\"vis-configuration vis-config-button hover\"};generateButton.onmouseout=function(){generateButton.className=\"vis-configuration vis-config-button\"};this.optionsContainer=document.createElement(\"div\");this.optionsContainer.className=\"vis-configuration vis-config-option-container\";this.domElements.push(this.optionsContainer);this.domElements.push(generateButton)}this._push()}},{key:\"_push\",value:function _push(){this.wrapper=document.createElement(\"div\");this.wrapper.className=\"vis-configuration-wrapper\";this.container.appendChild(this.wrapper);for(var i=0;i<this.domElements.length;i++){this.wrapper.appendChild(this.domElements[i])}this._showPopupIfNeeded()}},{key:\"_clean\",value:function _clean(){for(var i=0;i<this.domElements.length;i++){this.wrapper.removeChild(this.domElements[i])}if(this.wrapper!==undefined){this.container.removeChild(this.wrapper);this.wrapper=undefined}this.domElements=[];this._removePopup()}},{key:\"_getValue\",value:function _getValue(path){var base=this.moduleOptions;for(var i=0;i<path.length;i++){if(base[path[i]]!==undefined){base=base[path[i]]}else{base=undefined;break}}return base}},{key:\"_makeItem\",value:function _makeItem(path){if(this.allowCreation===true){var item=document.createElement(\"div\");item.className=\"vis-configuration vis-config-item vis-config-s\"+path.length;for(var _len=arguments.length,domElements=Array(_len>1?_len-1:0),_key=1;_key<_len;_key++){domElements[_key-1]=arguments[_key]}domElements.forEach(function(element){item.appendChild(element)});this.domElements.push(item);return this.domElements.length}return 0}},{key:\"_makeHeader\",value:function _makeHeader(name){var div=document.createElement(\"div\");div.className=\"vis-configuration vis-config-header\";div.innerHTML=name;this._makeItem([],div)}},{key:\"_makeLabel\",value:function _makeLabel(name,path){var objectLabel=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var div=document.createElement(\"div\");div.className=\"vis-configuration vis-config-label vis-config-s\"+path.length;if(objectLabel===true){div.innerHTML=\"<i><b>\"+name+\":</b></i>\"}else{div.innerHTML=name+\":\"}return div}},{key:\"_makeDropdown\",value:function _makeDropdown(arr,value,path){var select=document.createElement(\"select\");select.className=\"vis-configuration vis-config-select\";var selectedValue=0;if(value!==undefined){if(arr.indexOf(value)!==-1){selectedValue=arr.indexOf(value)}}for(var i=0;i<arr.length;i++){var option=document.createElement(\"option\");option.value=arr[i];if(i===selectedValue){option.selected=\"selected\"}option.innerHTML=arr[i];select.appendChild(option)}var me=this;select.onchange=function(){me._update(this.value,path)};var label=this._makeLabel(path[path.length-1],path);this._makeItem(path,label,select)}},{key:\"_makeRange\",value:function _makeRange(arr,value,path){var defaultValue=arr[0];var min=arr[1];var max=arr[2];var step=arr[3];var range=document.createElement(\"input\");range.className=\"vis-configuration vis-config-range\";try{range.type=\"range\";range.min=min;range.max=max}catch(err){}range.step=step;var popupString=\"\";var popupValue=0;if(value!==undefined){var factor=1.2;if(value<0&&value*factor<min){range.min=Math.ceil(value*factor);popupValue=range.min;popupString=\"range increased\"}else if(value/factor<min){range.min=Math.ceil(value/factor);popupValue=range.min;popupString=\"range increased\"}if(value*factor>max&&max!==1){range.max=Math.ceil(value*factor);popupValue=range.max;popupString=\"range increased\"}range.value=value}else{range.value=defaultValue}var input=document.createElement(\"input\");input.className=\"vis-configuration vis-config-rangeinput\";input.value=range.value;var me=this;range.onchange=function(){input.value=this.value;me._update(Number(this.value),path)};range.oninput=function(){input.value=this.value};var label=this._makeLabel(path[path.length-1],path);var itemIndex=this._makeItem(path,label,range,input);if(popupString!==\"\"&&this.popupHistory[itemIndex]!==popupValue){this.popupHistory[itemIndex]=popupValue;this._setupPopup(popupString,itemIndex)}}},{key:\"_setupPopup\",value:function _setupPopup(string,index){var _this2=this;if(this.initialized===true&&this.allowCreation===true&&this.popupCounter<this.popupLimit){var div=document.createElement(\"div\");div.id=\"vis-configuration-popup\";div.className=\"vis-configuration-popup\";div.innerHTML=string;div.onclick=function(){_this2._removePopup()};this.popupCounter+=1;this.popupDiv={html:div,index:index}}}},{key:\"_removePopup\",value:function _removePopup(){if(this.popupDiv.html!==undefined){this.popupDiv.html.parentNode.removeChild(this.popupDiv.html);clearTimeout(this.popupDiv.hideTimeout);clearTimeout(this.popupDiv.deleteTimeout);this.popupDiv={}}}},{key:\"_showPopupIfNeeded\",value:function _showPopupIfNeeded(){var _this3=this;if(this.popupDiv.html!==undefined){var correspondingElement=this.domElements[this.popupDiv.index];var rect=correspondingElement.getBoundingClientRect();this.popupDiv.html.style.left=rect.left+\"px\";this.popupDiv.html.style.top=rect.top-30+\"px\";document.body.appendChild(this.popupDiv.html);this.popupDiv.hideTimeout=setTimeout(function(){_this3.popupDiv.html.style.opacity=0},1500);this.popupDiv.deleteTimeout=setTimeout(function(){_this3._removePopup()},1800)}}},{key:\"_makeCheckbox\",value:function _makeCheckbox(defaultValue,value,path){var checkbox=document.createElement(\"input\");checkbox.type=\"checkbox\";checkbox.className=\"vis-configuration vis-config-checkbox\";checkbox.checked=defaultValue;if(value!==undefined){checkbox.checked=value;if(value!==defaultValue){if((typeof defaultValue===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(defaultValue))===\"object\"){if(value!==defaultValue.enabled){this.changedOptions.push({path:path,value:value})}}else{this.changedOptions.push({path:path,value:value})}}}var me=this;checkbox.onchange=function(){me._update(this.checked,path)};var label=this._makeLabel(path[path.length-1],path);this._makeItem(path,label,checkbox)}},{key:\"_makeTextInput\",value:function _makeTextInput(defaultValue,value,path){var checkbox=document.createElement(\"input\");checkbox.type=\"text\";checkbox.className=\"vis-configuration vis-config-text\";checkbox.value=value;if(value!==defaultValue){this.changedOptions.push({path:path,value:value})}var me=this;checkbox.onchange=function(){me._update(this.value,path)};var label=this._makeLabel(path[path.length-1],path);this._makeItem(path,label,checkbox)}},{key:\"_makeColorField\",value:function _makeColorField(arr,value,path){var _this4=this;var defaultColor=arr[1];var div=document.createElement(\"div\");value=value===undefined?defaultColor:value;if(value!==\"none\"){div.className=\"vis-configuration vis-config-colorBlock\";div.style.backgroundColor=value}else{div.className=\"vis-configuration vis-config-colorBlock none\"}value=value===undefined?defaultColor:value;div.onclick=function(){_this4._showColorPicker(value,div,path)};var label=this._makeLabel(path[path.length-1],path);this._makeItem(path,label,div)}},{key:\"_showColorPicker\",value:function _showColorPicker(value,div,path){var _this5=this;div.onclick=function(){};this.colorPicker.insertTo(div);this.colorPicker.show();this.colorPicker.setColor(value);this.colorPicker.setUpdateCallback(function(color){\nvar colorString=\"rgba(\"+color.r+\",\"+color.g+\",\"+color.b+\",\"+color.a+\")\";div.style.backgroundColor=colorString;_this5._update(colorString,path)});this.colorPicker.setCloseCallback(function(){div.onclick=function(){_this5._showColorPicker(value,div,path)}})}},{key:\"_handleObject\",value:function _handleObject(obj){var path=arguments.length>1&&arguments[1]!==undefined?arguments[1]:[];var checkOnly=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var show=false;var filter=this.options.filter;var visibleInSet=false;for(var subObj in obj){if(obj.hasOwnProperty(subObj)){show=true;var item=obj[subObj];var newPath=util.copyAndExtendArray(path,subObj);if(typeof filter===\"function\"){show=filter(subObj,path);if(show===false){if(!(item instanceof Array)&&typeof item!==\"string\"&&typeof item!==\"boolean\"&&item instanceof Object){this.allowCreation=false;show=this._handleObject(item,newPath,true);this.allowCreation=checkOnly===false}}}if(show!==false){visibleInSet=true;var value=this._getValue(newPath);if(item instanceof Array){this._handleArray(item,value,newPath)}else if(typeof item===\"string\"){this._makeTextInput(item,value,newPath)}else if(typeof item===\"boolean\"){this._makeCheckbox(item,value,newPath)}else if(item instanceof Object){var draw=true;if(path.indexOf(\"physics\")!==-1){if(this.moduleOptions.physics.solver!==subObj){draw=false}}if(draw===true){if(item.enabled!==undefined){var enabledPath=util.copyAndExtendArray(newPath,\"enabled\");var enabledValue=this._getValue(enabledPath);if(enabledValue===true){var label=this._makeLabel(subObj,newPath,true);this._makeItem(newPath,label);visibleInSet=this._handleObject(item,newPath)||visibleInSet}else{this._makeCheckbox(item,enabledValue,newPath)}}else{var _label=this._makeLabel(subObj,newPath,true);this._makeItem(newPath,_label);visibleInSet=this._handleObject(item,newPath)||visibleInSet}}}else{console.error(\"dont know how to handle\",item,subObj,newPath)}}}}return visibleInSet}},{key:\"_handleArray\",value:function _handleArray(arr,value,path){if(typeof arr[0]===\"string\"&&arr[0]===\"color\"){this._makeColorField(arr,value,path);if(arr[1]!==value){this.changedOptions.push({path:path,value:value})}}else if(typeof arr[0]===\"string\"){this._makeDropdown(arr,value,path);if(arr[0]!==value){this.changedOptions.push({path:path,value:value})}}else if(typeof arr[0]===\"number\"){this._makeRange(arr,value,path);if(arr[0]!==value){this.changedOptions.push({path:path,value:Number(value)})}}}},{key:\"_update\",value:function _update(value,path){var options=this._constructOptions(value,path);if(this.parent.body&&this.parent.body.emitter&&this.parent.body.emitter.emit){this.parent.body.emitter.emit(\"configChange\",options)}this.initialized=true;this.parent.setOptions(options)}},{key:\"_constructOptions\",value:function _constructOptions(value,path){var optionsObj=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{};var pointer=optionsObj;value=value===\"true\"?true:value;value=value===\"false\"?false:value;for(var i=0;i<path.length;i++){if(path[i]!==\"global\"){if(pointer[path[i]]===undefined){pointer[path[i]]={}}if(i!==path.length-1){pointer=pointer[path[i]]}else{pointer[path[i]]=value}}}return optionsObj}},{key:\"_printOptions\",value:function _printOptions(){var options=this.getOptions();this.optionsContainer.innerHTML=\"<pre>var options = \"+(0,_stringify2[\"default\"])(options,null,2)+\"</pre>\"}},{key:\"getOptions\",value:function getOptions(){var options={};for(var i=0;i<this.changedOptions.length;i++){this._constructOptions(this.changedOptions[i].value,this.changedOptions[i].path,options)}return options}}]);return Configurator}();exports[\"default\"]=Configurator},function(module,exports,__webpack_require__){\"use strict\";var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var DOMutil=__webpack_require__(14);function Points(groupId,options){}Points.draw=function(dataset,group,framework,offset){offset=offset||0;var callback=getCallback(framework,group);for(var i=0;i<dataset.length;i++){if(!callback){DOMutil.drawPoint(dataset[i].screen_x+offset,dataset[i].screen_y,getGroupTemplate(group),framework.svgElements,framework.svg,dataset[i].label)}else{var callbackResult=callback(dataset[i],group);if(callbackResult===true||(typeof callbackResult===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(callbackResult))===\"object\"){DOMutil.drawPoint(dataset[i].screen_x+offset,dataset[i].screen_y,getGroupTemplate(group,callbackResult),framework.svgElements,framework.svg,dataset[i].label)}}}};Points.drawIcon=function(group,x,y,iconWidth,iconHeight,framework){var fillHeight=iconHeight*.5;var outline=DOMutil.getSVGElement(\"rect\",framework.svgElements,framework.svg);outline.setAttributeNS(null,\"x\",x);outline.setAttributeNS(null,\"y\",y-fillHeight);outline.setAttributeNS(null,\"width\",iconWidth);outline.setAttributeNS(null,\"height\",2*fillHeight);outline.setAttributeNS(null,\"class\",\"vis-outline\");DOMutil.drawPoint(x+.5*iconWidth,y,getGroupTemplate(group),framework.svgElements,framework.svg)};function getGroupTemplate(group,callbackResult){callbackResult=typeof callbackResult===\"undefined\"?{}:callbackResult;return{style:callbackResult.style||group.options.drawPoints.style,styles:callbackResult.styles||group.options.drawPoints.styles,size:callbackResult.size||group.options.drawPoints.size,className:callbackResult.className||group.className}}function getCallback(framework,group){var callback=undefined;if(framework.options&&framework.options.drawPoints&&framework.options.drawPoints.onRender&&typeof framework.options.drawPoints.onRender==\"function\"){callback=framework.options.drawPoints.onRender}if(group.group.options&&group.group.options.drawPoints&&group.group.options.drawPoints.onRender&&typeof group.group.options.drawPoints.onRender==\"function\"){callback=group.group.options.drawPoints.onRender}return callback}module.exports=Points},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _NodeBase2=__webpack_require__(23);var _NodeBase3=_interopRequireDefault(_NodeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var CircleImageBase=function(_NodeBase){(0,_inherits3[\"default\"])(CircleImageBase,_NodeBase);function CircleImageBase(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,CircleImageBase);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(CircleImageBase.__proto__||(0,_getPrototypeOf2[\"default\"])(CircleImageBase)).call(this,options,body,labelModule));_this.labelOffset=0;_this.selected=false;return _this}(0,_createClass3[\"default\"])(CircleImageBase,[{key:\"setOptions\",value:function setOptions(options,imageObj,imageObjAlt){this.options=options;if(!(imageObj===undefined&&imageObjAlt===undefined)){this.setImages(imageObj,imageObjAlt)}}},{key:\"setImages\",value:function setImages(imageObj,imageObjAlt){if(imageObjAlt&&this.selected){this.imageObj=imageObjAlt;this.imageObjAlt=imageObj}else{this.imageObj=imageObj;this.imageObjAlt=imageObjAlt}}},{key:\"switchImages\",value:function switchImages(selected){var selection_changed=selected&&!this.selected||!selected&&this.selected;this.selected=selected;if(this.imageObjAlt!==undefined&&selection_changed){var imageTmp=this.imageObj;this.imageObj=this.imageObjAlt;this.imageObjAlt=imageTmp}}},{key:\"_resizeImage\",value:function _resizeImage(){var width,height;if(this.options.shapeProperties.useImageSize===false){var ratio_width=1;var ratio_height=1;if(this.imageObj.width&&this.imageObj.height){if(this.imageObj.width>this.imageObj.height){ratio_width=this.imageObj.width/this.imageObj.height}else{ratio_height=this.imageObj.height/this.imageObj.width}}width=this.options.size*2*ratio_width;height=this.options.size*2*ratio_height}else{width=this.imageObj.width;height=this.imageObj.height}this.width=width;this.height=height;this.radius=.5*this.width}},{key:\"_drawRawCircle\",value:function _drawRawCircle(ctx,x,y,values){this.initContextForDraw(ctx,values);ctx.circle(x,y,values.size);this.performFill(ctx,values)}},{key:\"_drawImageAtPosition\",value:function _drawImageAtPosition(ctx,values){if(this.imageObj.width!=0){ctx.globalAlpha=1;this.enableShadow(ctx,values);var factor=1;if(this.options.shapeProperties.interpolation===true){factor=this.imageObj.width/this.width/this.body.view.scale}this.imageObj.drawImageAtPosition(ctx,factor,this.left,this.top,this.width,this.height);this.disableShadow(ctx,values)}}},{key:\"_drawImageLabel\",value:function _drawImageLabel(ctx,x,y,selected,hover){var yLabel;var offset=0;if(this.height!==undefined){offset=this.height*.5;var labelDimensions=this.labelModule.getTextSize(ctx,selected,hover);if(labelDimensions.lineCount>=1){offset+=labelDimensions.height/2}}yLabel=y+offset;if(this.options.label){this.labelOffset=offset}this.labelModule.draw(ctx,x,yLabel,selected,hover,\"hanging\")}}]);return CircleImageBase}(_NodeBase3[\"default\"]);exports[\"default\"]=CircleImageBase},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _stringify=__webpack_require__(19);var _stringify2=_interopRequireDefault(_stringify);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _create=__webpack_require__(29);var _create2=_interopRequireDefault(_create);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var Label=__webpack_require__(117)[\"default\"];var ComponentUtil=__webpack_require__(48)[\"default\"];var CubicBezierEdge=__webpack_require__(215)[\"default\"];var BezierEdgeDynamic=__webpack_require__(217)[\"default\"];var BezierEdgeStatic=__webpack_require__(218)[\"default\"];var StraightEdge=__webpack_require__(219)[\"default\"];var Edge=function(){function Edge(options,body,globalOptions,defaultOptions){(0,_classCallCheck3[\"default\"])(this,Edge);if(body===undefined){throw new Error(\"No body provided\")}this.options=util.bridgeObject(globalOptions);this.globalOptions=globalOptions;this.defaultOptions=defaultOptions;this.body=body;this.id=undefined;this.fromId=undefined;this.toId=undefined;this.selected=false;this.hover=false;this.labelDirty=true;this.baseWidth=this.options.width;this.baseFontSize=this.options.font.size;this.from=undefined;this.to=undefined;this.edgeType=undefined;this.connected=false;this.labelModule=new Label(this.body,this.options,true);this.setOptions(options)}(0,_createClass3[\"default\"])(Edge,[{key:\"setOptions\",value:function setOptions(options){if(!options){return}Edge.parseOptions(this.options,options,true,this.globalOptions);if(options.id!==undefined){this.id=options.id}if(options.from!==undefined){this.fromId=options.from}if(options.to!==undefined){this.toId=options.to}if(options.title!==undefined){this.title=options.title}if(options.value!==undefined){options.value=parseFloat(options.value)}var pile=[options,this.options,this.defaultOptions];this.chooser=ComponentUtil.choosify(\"edge\",pile);this.updateLabelModule(options);var dataChanged=this.updateEdgeType();this._setInteractionWidths();this.connect();if(options.hidden!==undefined||options.physics!==undefined){dataChanged=true}return dataChanged}},{key:\"getFormattingValues\",value:function getFormattingValues(){var toArrow=this.options.arrows.to===true||this.options.arrows.to.enabled===true;var fromArrow=this.options.arrows.from===true||this.options.arrows.from.enabled===true;var middleArrow=this.options.arrows.middle===true||this.options.arrows.middle.enabled===true;var inheritsColor=this.options.color.inherit;var values={toArrow:toArrow,toArrowScale:this.options.arrows.to.scaleFactor,toArrowType:this.options.arrows.to.type,middleArrow:middleArrow,middleArrowScale:this.options.arrows.middle.scaleFactor,middleArrowType:this.options.arrows.middle.type,fromArrow:fromArrow,fromArrowScale:this.options.arrows.from.scaleFactor,fromArrowType:this.options.arrows.from.type,arrowStrikethrough:this.options.arrowStrikethrough,color:inheritsColor?undefined:this.options.color.color,inheritsColor:inheritsColor,opacity:this.options.color.opacity,hidden:this.options.hidden,length:this.options.length,shadow:this.options.shadow.enabled,shadowColor:this.options.shadow.color,shadowSize:this.options.shadow.size,shadowX:this.options.shadow.x,shadowY:this.options.shadow.y,dashes:this.options.dashes,width:this.options.width};if(this.selected||this.hover){if(this.chooser===true){if(this.selected){var selectedWidth=this.options.selectionWidth;if(typeof selectedWidth===\"function\"){values.width=selectedWidth(values.width)}else if(typeof selectedWidth===\"number\"){values.width+=selectedWidth}values.width=Math.max(values.width,.3/this.body.view.scale);values.color=this.options.color.highlight;values.shadow=this.options.shadow.enabled}else if(this.hover){var hoverWidth=this.options.hoverWidth;if(typeof hoverWidth===\"function\"){values.width=hoverWidth(values.width)}else if(typeof hoverWidth===\"number\"){values.width+=hoverWidth}values.width=Math.max(values.width,.3/this.body.view.scale);values.color=this.options.color.hover;values.shadow=this.options.shadow.enabled}}else if(typeof this.chooser===\"function\"){this.chooser(values,this.options.id,this.selected,this.hover);if(values.color!==undefined){values.inheritsColor=false}if(values.shadow===false){if(values.shadowColor!==this.options.shadow.color||values.shadowSize!==this.options.shadow.size||values.shadowX!==this.options.shadow.x||values.shadowY!==this.options.shadow.y){values.shadow=true}}}}else{values.shadow=this.options.shadow.enabled;values.width=Math.max(values.width,.3/this.body.view.scale)}return values}},{key:\"updateLabelModule\",value:function updateLabelModule(options){var pile=[options,this.options,this.globalOptions,this.defaultOptions];this.labelModule.update(this.options,pile);if(this.labelModule.baseSize!==undefined){this.baseFontSize=this.labelModule.baseSize}}},{key:\"updateEdgeType\",value:function updateEdgeType(){var smooth=this.options.smooth;var dataChanged=false;var changeInType=true;if(this.edgeType!==undefined){if(this.edgeType instanceof BezierEdgeDynamic&&smooth.enabled===true&&smooth.type===\"dynamic\"||this.edgeType instanceof CubicBezierEdge&&smooth.enabled===true&&smooth.type===\"cubicBezier\"||this.edgeType instanceof BezierEdgeStatic&&smooth.enabled===true&&smooth.type!==\"dynamic\"&&smooth.type!==\"cubicBezier\"||this.edgeType instanceof StraightEdge&&smooth.type.enabled===false){changeInType=false}if(changeInType===true){dataChanged=this.cleanup()}}if(changeInType===true){if(smooth.enabled===true){if(smooth.type===\"dynamic\"){dataChanged=true;this.edgeType=new BezierEdgeDynamic(this.options,this.body,this.labelModule)}else if(smooth.type===\"cubicBezier\"){this.edgeType=new CubicBezierEdge(this.options,this.body,this.labelModule)}else{this.edgeType=new BezierEdgeStatic(this.options,this.body,this.labelModule)}}else{this.edgeType=new StraightEdge(this.options,this.body,this.labelModule)}}else{this.edgeType.setOptions(this.options)}return dataChanged}},{key:\"connect\",value:function connect(){this.disconnect();this.from=this.body.nodes[this.fromId]||undefined;this.to=this.body.nodes[this.toId]||undefined;this.connected=this.from!==undefined&&this.to!==undefined;if(this.connected===true){this.from.attachEdge(this);this.to.attachEdge(this)}else{if(this.from){this.from.detachEdge(this)}if(this.to){this.to.detachEdge(this)}}this.edgeType.connect()}},{key:\"disconnect\",value:function disconnect(){if(this.from){this.from.detachEdge(this);this.from=undefined}if(this.to){this.to.detachEdge(this);this.to=undefined}this.connected=false}},{key:\"getTitle\",value:function getTitle(){return this.title}},{key:\"isSelected\",value:function isSelected(){return this.selected}},{key:\"getValue\",value:function getValue(){return this.options.value}},{key:\"setValueRange\",value:function setValueRange(min,max,total){if(this.options.value!==undefined){var scale=this.options.scaling.customScalingFunction(min,max,total,this.options.value);var widthDiff=this.options.scaling.max-this.options.scaling.min;if(this.options.scaling.label.enabled===true){var fontDiff=this.options.scaling.label.max-this.options.scaling.label.min;this.options.font.size=this.options.scaling.label.min+scale*fontDiff}this.options.width=this.options.scaling.min+scale*widthDiff}else{this.options.width=this.baseWidth;this.options.font.size=this.baseFontSize}this._setInteractionWidths();this.updateLabelModule()}},{key:\"_setInteractionWidths\",value:function _setInteractionWidths(){if(typeof this.options.hoverWidth===\"function\"){this.edgeType.hoverWidth=this.options.hoverWidth(this.options.width)}else{this.edgeType.hoverWidth=this.options.hoverWidth+this.options.width}if(typeof this.options.selectionWidth===\"function\"){this.edgeType.selectionWidth=this.options.selectionWidth(this.options.width)}else{this.edgeType.selectionWidth=this.options.selectionWidth+this.options.width}}},{key:\"draw\",value:function draw(ctx){var values=this.getFormattingValues();if(values.hidden){return}var viaNode=this.edgeType.getViaNode();var arrowData={};this.edgeType.fromPoint=this.edgeType.from;this.edgeType.toPoint=this.edgeType.to;if(values.fromArrow){arrowData.from=this.edgeType.getArrowData(ctx,\"from\",viaNode,this.selected,this.hover,values);if(values.arrowStrikethrough===false)this.edgeType.fromPoint=arrowData.from.core}if(values.toArrow){arrowData.to=this.edgeType.getArrowData(ctx,\"to\",viaNode,this.selected,this.hover,values);if(values.arrowStrikethrough===false)this.edgeType.toPoint=arrowData.to.core}if(values.middleArrow){arrowData.middle=this.edgeType.getArrowData(ctx,\"middle\",viaNode,this.selected,this.hover,values)}this.edgeType.drawLine(ctx,values,this.selected,this.hover,viaNode);this.drawArrows(ctx,arrowData,values);this.drawLabel(ctx,viaNode)}},{key:\"drawArrows\",value:function drawArrows(ctx,arrowData,values){if(values.fromArrow){this.edgeType.drawArrowHead(ctx,values,this.selected,this.hover,arrowData.from)}if(values.middleArrow){this.edgeType.drawArrowHead(ctx,values,this.selected,this.hover,arrowData.middle)}if(values.toArrow){this.edgeType.drawArrowHead(ctx,values,this.selected,this.hover,arrowData.to)}}},{key:\"drawLabel\",value:function drawLabel(ctx,viaNode){if(this.options.label!==undefined){var node1=this.from;var node2=this.to;if(this.labelModule.differentState(this.selected,this.hover)){this.labelModule.getTextSize(ctx,this.selected,this.hover)}if(node1.id!=node2.id){this.labelModule.pointToSelf=false;var point=this.edgeType.getPoint(.5,viaNode);ctx.save();var rotationPoint=this._getRotation(ctx);if(rotationPoint.angle!=0){ctx.translate(rotationPoint.x,rotationPoint.y);ctx.rotate(rotationPoint.angle)}this.labelModule.draw(ctx,point.x,point.y,this.selected,this.hover);ctx.restore()}else{this.labelModule.pointToSelf=true;var x,y;var radius=this.options.selfReferenceSize;if(node1.shape.width>node1.shape.height){x=node1.x+node1.shape.width*.5;y=node1.y-radius}else{x=node1.x+radius;y=node1.y-node1.shape.height*.5}point=this._pointOnCircle(x,y,radius,.125);this.labelModule.draw(ctx,point.x,point.y,this.selected,this.hover)}}}},{key:\"getItemsOnPoint\",value:function getItemsOnPoint(point){var ret=[];if(this.labelModule.visible()){var rotationPoint=this._getRotation();if(ComponentUtil.pointInRect(this.labelModule.getSize(),point,rotationPoint)){ret.push({edgeId:this.id,labelId:0})}}var obj={left:point.x,top:point.y};if(this.isOverlappingWith(obj)){ret.push({edgeId:this.id})}return ret}},{key:\"isOverlappingWith\",value:function isOverlappingWith(obj){if(this.connected){var distMax=10;var xFrom=this.from.x;var yFrom=this.from.y;var xTo=this.to.x;var yTo=this.to.y;var xObj=obj.left;var yObj=obj.top;var dist=this.edgeType.getDistanceToEdge(xFrom,yFrom,xTo,yTo,xObj,yObj);return dist<distMax}else{return false}}},{key:\"_getRotation\",value:function _getRotation(ctx){var viaNode=this.edgeType.getViaNode();var point=this.edgeType.getPoint(.5,viaNode);if(ctx!==undefined){this.labelModule.calculateLabelSize(ctx,this.selected,this.hover,point.x,point.y)}var ret={x:point.x,y:this.labelModule.size.yLine,angle:0};if(!this.labelModule.visible()){return ret}if(this.options.font.align===\"horizontal\"){return ret}var dy=this.from.y-this.to.y;var dx=this.from.x-this.to.x;var angle=Math.atan2(dy,dx);if(angle<-1&&dx<0||angle>0&&dx<0){angle+=Math.PI}ret.angle=angle;return ret}},{key:\"_pointOnCircle\",value:function _pointOnCircle(x,y,radius,percentage){var angle=percentage*2*Math.PI;return{x:x+radius*Math.cos(angle),y:y-radius*Math.sin(angle)}}},{key:\"select\",value:function select(){this.selected=true}},{key:\"unselect\",value:function unselect(){this.selected=false}},{key:\"cleanup\",value:function cleanup(){return this.edgeType.cleanup()}},{key:\"remove\",value:function remove(){this.cleanup();this.disconnect();delete this.body.edges[this.id]}},{key:\"endPointsValid\",value:function endPointsValid(){return this.body.nodes[this.fromId]!==undefined&&this.body.nodes[this.toId]!==undefined}}],[{key:\"parseOptions\",value:function parseOptions(parentOptions,newOptions){var allowDeletion=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var globalOptions=arguments.length>3&&arguments[3]!==undefined?arguments[3]:{};var copyFromGlobals=arguments.length>4&&arguments[4]!==undefined?arguments[4]:false;var fields=[\"arrowStrikethrough\",\"id\",\"from\",\"hidden\",\"hoverWidth\",\"labelHighlightBold\",\"length\",\"line\",\"opacity\",\"physics\",\"scaling\",\"selectionWidth\",\"selfReferenceSize\",\"to\",\"title\",\"value\",\"width\",\"font\",\"chosen\",\"widthConstraint\"];util.selectiveDeepExtend(fields,parentOptions,newOptions,allowDeletion);if(ComponentUtil.isValidLabel(newOptions.label)){parentOptions.label=newOptions.label}else{parentOptions.label=undefined}util.mergeOptions(parentOptions,newOptions,\"smooth\",globalOptions);util.mergeOptions(parentOptions,newOptions,\"shadow\",globalOptions);if(newOptions.dashes!==undefined&&newOptions.dashes!==null){parentOptions.dashes=newOptions.dashes}else if(allowDeletion===true&&newOptions.dashes===null){parentOptions.dashes=(0,_create2[\"default\"])(globalOptions.dashes)}if(newOptions.scaling!==undefined&&newOptions.scaling!==null){if(newOptions.scaling.min!==undefined){parentOptions.scaling.min=newOptions.scaling.min}if(newOptions.scaling.max!==undefined){parentOptions.scaling.max=newOptions.scaling.max}util.mergeOptions(parentOptions.scaling,newOptions.scaling,\"label\",globalOptions.scaling)}else if(allowDeletion===true&&newOptions.scaling===null){parentOptions.scaling=(0,_create2[\"default\"])(globalOptions.scaling)}if(newOptions.arrows!==undefined&&newOptions.arrows!==null){if(typeof newOptions.arrows===\"string\"){var arrows=newOptions.arrows.toLowerCase();parentOptions.arrows.to.enabled=arrows.indexOf(\"to\")!=-1;parentOptions.arrows.middle.enabled=arrows.indexOf(\"middle\")!=-1;parentOptions.arrows.from.enabled=arrows.indexOf(\"from\")!=-1}else if((0,_typeof3[\"default\"])(newOptions.arrows)===\"object\"){util.mergeOptions(parentOptions.arrows,newOptions.arrows,\"to\",globalOptions.arrows);util.mergeOptions(parentOptions.arrows,newOptions.arrows,\"middle\",globalOptions.arrows);util.mergeOptions(parentOptions.arrows,newOptions.arrows,\"from\",globalOptions.arrows)}else{throw new Error(\"The arrow newOptions can only be an object or a string. Refer to the documentation. You used:\"+(0,_stringify2[\"default\"])(newOptions.arrows))}}else if(allowDeletion===true&&newOptions.arrows===null){parentOptions.arrows=(0,_create2[\"default\"])(globalOptions.arrows)}if(newOptions.color!==undefined&&newOptions.color!==null){var fromColor=newOptions.color;var toColor=parentOptions.color;if(copyFromGlobals){util.deepExtend(toColor,globalOptions.color,false,allowDeletion)}else{for(var i in toColor){if(toColor.hasOwnProperty(i)){delete toColor[i]}}}if(util.isString(toColor)){toColor.color=toColor;toColor.highlight=toColor;toColor.hover=toColor;toColor.inherit=false;if(fromColor.opacity===undefined){toColor.opacity=1}}else{var colorsDefined=false;if(fromColor.color!==undefined){toColor.color=fromColor.color;colorsDefined=true}if(fromColor.highlight!==undefined){toColor.highlight=fromColor.highlight;colorsDefined=true}if(fromColor.hover!==undefined){toColor.hover=fromColor.hover;colorsDefined=true}if(fromColor.inherit!==undefined){toColor.inherit=fromColor.inherit}if(fromColor.opacity!==undefined){toColor.opacity=Math.min(1,Math.max(0,fromColor.opacity))}if(colorsDefined===true){toColor.inherit=false}else{if(toColor.inherit===undefined){toColor.inherit=\"from\"}}}}else if(allowDeletion===true&&newOptions.color===null){parentOptions.color=util.bridgeObject(globalOptions.color)}if(allowDeletion===true&&newOptions.font===null){parentOptions.font=util.bridgeObject(globalOptions.font)}}}]);return Edge}();exports[\"default\"]=Edge},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _EdgeBase2=__webpack_require__(118);var _EdgeBase3=_interopRequireDefault(_EdgeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var BezierEdgeBase=function(_EdgeBase){(0,_inherits3[\"default\"])(BezierEdgeBase,_EdgeBase);function BezierEdgeBase(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,BezierEdgeBase);return(0,_possibleConstructorReturn3[\"default\"])(this,(BezierEdgeBase.__proto__||(0,_getPrototypeOf2[\"default\"])(BezierEdgeBase)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(BezierEdgeBase,[{key:\"_findBorderPositionBezier\",value:function _findBorderPositionBezier(nearNode,ctx){var viaNode=arguments.length>2&&arguments[2]!==undefined?arguments[2]:this._getViaCoordinates();var maxIterations=10;var iteration=0;var low=0;var high=1;var pos,angle,distanceToBorder,distanceToPoint,difference;var threshold=.2;var node=this.to;var from=false;if(nearNode.id===this.from.id){node=this.from;from=true}while(low<=high&&iteration<maxIterations){var middle=(low+high)*.5;pos=this.getPoint(middle,viaNode);angle=Math.atan2(node.y-pos.y,node.x-pos.x);distanceToBorder=node.distanceToBorder(ctx,angle);distanceToPoint=Math.sqrt(Math.pow(pos.x-node.x,2)+Math.pow(pos.y-node.y,2));difference=distanceToBorder-distanceToPoint;if(Math.abs(difference)<threshold){break}else if(difference<0){if(from===false){low=middle}else{high=middle}}else{if(from===false){high=middle}else{low=middle}}iteration++}pos.t=middle;return pos}},{key:\"_getDistanceToBezierEdge\",value:function _getDistanceToBezierEdge(x1,y1,x2,y2,x3,y3,via){var minDistance=1e9;var distance=void 0;var i=void 0,t=void 0,x=void 0,y=void 0;var lastX=x1;var lastY=y1;for(i=1;i<10;i++){t=.1*i;x=Math.pow(1-t,2)*x1+2*t*(1-t)*via.x+Math.pow(t,2)*x2;y=Math.pow(1-t,2)*y1+2*t*(1-t)*via.y+Math.pow(t,2)*y2;if(i>0){distance=this._getDistanceToLine(lastX,lastY,x,y,x3,y3);minDistance=distance<minDistance?distance:minDistance}lastX=x;lastY=y}return minDistance}},{key:\"_bezierCurve\",value:function _bezierCurve(ctx,values,viaNode1,viaNode2){var hasNode1=viaNode1!==undefined&&viaNode1.x!==undefined;var hasNode2=viaNode2!==undefined&&viaNode2.x!==undefined;ctx.beginPath();ctx.moveTo(this.fromPoint.x,this.fromPoint.y);if(hasNode1&&hasNode2){ctx.bezierCurveTo(viaNode1.x,viaNode1.y,viaNode2.x,viaNode2.y,this.toPoint.x,this.toPoint.y)}else if(hasNode1){ctx.quadraticCurveTo(viaNode1.x,viaNode1.y,this.toPoint.x,this.toPoint.y)}else{ctx.lineTo(this.toPoint.x,this.toPoint.y)}this.enableShadow(ctx,values);ctx.stroke();this.disableShadow(ctx,values)}},{key:\"getViaNode\",value:function getViaNode(){return this._getViaCoordinates()}}]);return BezierEdgeBase}(_EdgeBase3[\"default\"]);exports[\"default\"]=BezierEdgeBase},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var NetworkUtil=function(){function NetworkUtil(){(0,_classCallCheck3[\"default\"])(this,NetworkUtil)}(0,_createClass3[\"default\"])(NetworkUtil,null,[{key:\"getRange\",value:function getRange(allNodes){var specificNodes=arguments.length>1&&arguments[1]!==undefined?arguments[1]:[];var minY=1e9,maxY=-1e9,minX=1e9,maxX=-1e9,node;if(specificNodes.length>0){for(var i=0;i<specificNodes.length;i++){node=allNodes[specificNodes[i]];if(minX>node.shape.boundingBox.left){minX=node.shape.boundingBox.left}if(maxX<node.shape.boundingBox.right){maxX=node.shape.boundingBox.right}if(minY>node.shape.boundingBox.top){minY=node.shape.boundingBox.top}if(maxY<node.shape.boundingBox.bottom){maxY=node.shape.boundingBox.bottom}}}if(minX===1e9&&maxX===-1e9&&minY===1e9&&maxY===-1e9){minY=0,maxY=0,minX=0,maxX=0}return{minX:minX,maxX:maxX,minY:minY,maxY:maxY}}},{key:\"getRangeCore\",value:function getRangeCore(allNodes){var specificNodes=arguments.length>1&&arguments[1]!==undefined?arguments[1]:[];var minY=1e9,maxY=-1e9,minX=1e9,maxX=-1e9,node;if(specificNodes.length>0){for(var i=0;i<specificNodes.length;i++){node=allNodes[specificNodes[i]];if(minX>node.x){minX=node.x}if(maxX<node.x){maxX=node.x}if(minY>node.y){minY=node.y}if(maxY<node.y){maxY=node.y}}}if(minX===1e9&&maxX===-1e9&&minY===1e9&&maxY===-1e9){minY=0,maxY=0,minX=0,maxX=0}return{minX:minX,maxX:maxX,minY:minY,maxY:maxY}}},{key:\"findCenter\",value:function findCenter(range){return{x:.5*(range.maxX+range.minX),y:.5*(range.maxY+range.minY)}}},{key:\"cloneOptions\",value:function cloneOptions(item,type){var clonedOptions={};if(type===undefined||type===\"node\"){util.deepExtend(clonedOptions,item.options,true);clonedOptions.x=item.x;clonedOptions.y=item.y;clonedOptions.amountOfConnections=item.edges.length}else{util.deepExtend(clonedOptions,item.options,true)}return clonedOptions}}]);return NetworkUtil}();exports[\"default\"]=NetworkUtil},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(124),__esModule:true}},function(module,exports,__webpack_require__){var cof=__webpack_require__(50);module.exports=Object(\"z\").propertyIsEnumerable(0)?Object:function(it){return cof(it)==\"String\"?it.split(\"\"):Object(it)}},function(module,exports,__webpack_require__){\"use strict\";var LIBRARY=__webpack_require__(52);var $export=__webpack_require__(17);var redefine=__webpack_require__(83);var hide=__webpack_require__(26);var has=__webpack_require__(22);var Iterators=__webpack_require__(31);var $iterCreate=__webpack_require__(129);var setToStringTag=__webpack_require__(59);var getPrototypeOf=__webpack_require__(85);var ITERATOR=__webpack_require__(13)(\"iterator\");var BUGGY=!([].keys&&\"next\"in[].keys())\n;var FF_ITERATOR=\"@@iterator\";var KEYS=\"keys\";var VALUES=\"values\";var returnThis=function(){return this};module.exports=function(Base,NAME,Constructor,next,DEFAULT,IS_SET,FORCED){$iterCreate(Constructor,NAME,next);var getMethod=function(kind){if(!BUGGY&&kind in proto)return proto[kind];switch(kind){case KEYS:return function keys(){return new Constructor(this,kind)};case VALUES:return function values(){return new Constructor(this,kind)}}return function entries(){return new Constructor(this,kind)}};var TAG=NAME+\" Iterator\";var DEF_VALUES=DEFAULT==VALUES;var VALUES_BUG=false;var proto=Base.prototype;var $native=proto[ITERATOR]||proto[FF_ITERATOR]||DEFAULT&&proto[DEFAULT];var $default=$native||getMethod(DEFAULT);var $entries=DEFAULT?!DEF_VALUES?$default:getMethod(\"entries\"):undefined;var $anyNative=NAME==\"Array\"?proto.entries||$native:$native;var methods,key,IteratorPrototype;if($anyNative){IteratorPrototype=getPrototypeOf($anyNative.call(new Base));if(IteratorPrototype!==Object.prototype&&IteratorPrototype.next){setToStringTag(IteratorPrototype,TAG,true);if(!LIBRARY&&!has(IteratorPrototype,ITERATOR))hide(IteratorPrototype,ITERATOR,returnThis)}}if(DEF_VALUES&&$native&&$native.name!==VALUES){VALUES_BUG=true;$default=function values(){return $native.call(this)}}if((!LIBRARY||FORCED)&&(BUGGY||VALUES_BUG||!proto[ITERATOR])){hide(proto,ITERATOR,$default)}Iterators[NAME]=$default;Iterators[TAG]=returnThis;if(DEFAULT){methods={values:DEF_VALUES?$default:getMethod(VALUES),keys:IS_SET?$default:getMethod(KEYS),entries:$entries};if(FORCED)for(key in methods){if(!(key in proto))redefine(proto,key,methods[key])}else $export($export.P+$export.F*(BUGGY||VALUES_BUG),NAME,methods)}return methods}},function(module,exports,__webpack_require__){var aFunction=__webpack_require__(128);module.exports=function(fn,that,length){aFunction(fn);if(that===undefined)return fn;switch(length){case 1:return function(a){return fn.call(that,a)};case 2:return function(a,b){return fn.call(that,a,b)};case 3:return function(a,b,c){return fn.call(that,a,b,c)}}return function(){return fn.apply(that,arguments)}}},function(module,exports,__webpack_require__){module.exports=!__webpack_require__(21)&&!__webpack_require__(28)(function(){return Object.defineProperty(__webpack_require__(82)(\"div\"),\"a\",{get:function(){return 7}}).a!=7})},function(module,exports,__webpack_require__){var isObject=__webpack_require__(32);var document=__webpack_require__(18).document;var is=isObject(document)&&isObject(document.createElement);module.exports=function(it){return is?document.createElement(it):{}}},function(module,exports,__webpack_require__){module.exports=__webpack_require__(26)},function(module,exports,__webpack_require__){var has=__webpack_require__(22);var toIObject=__webpack_require__(25);var arrayIndexOf=__webpack_require__(131)(false);var IE_PROTO=__webpack_require__(56)(\"IE_PROTO\");module.exports=function(object,names){var O=toIObject(object);var i=0;var result=[];var key;for(key in O)if(key!=IE_PROTO)has(O,key)&&result.push(key);while(names.length>i)if(has(O,key=names[i++])){~arrayIndexOf(result,key)||result.push(key)}return result}},function(module,exports,__webpack_require__){var has=__webpack_require__(22);var toObject=__webpack_require__(41);var IE_PROTO=__webpack_require__(56)(\"IE_PROTO\");var ObjectProto=Object.prototype;module.exports=Object.getPrototypeOf||function(O){O=toObject(O);if(has(O,IE_PROTO))return O[IE_PROTO];if(typeof O.constructor==\"function\"&&O instanceof O.constructor){return O.constructor.prototype}return O instanceof Object?ObjectProto:null}},function(module,exports,__webpack_require__){var cof=__webpack_require__(50);var TAG=__webpack_require__(13)(\"toStringTag\");var ARG=cof(function(){return arguments}())==\"Arguments\";var tryGet=function(it,key){try{return it[key]}catch(e){}};module.exports=function(it){var O,T,B;return it===undefined?\"Undefined\":it===null?\"Null\":typeof(T=tryGet(O=Object(it),TAG))==\"string\"?T:ARG?cof(O):(B=cof(O))==\"Object\"&&typeof O.callee==\"function\"?\"Arguments\":B}},function(module,exports,__webpack_require__){var $export=__webpack_require__(17);var core=__webpack_require__(7);var fails=__webpack_require__(28);module.exports=function(KEY,exec){var fn=(core.Object||{})[KEY]||Object[KEY];var exp={};exp[KEY]=exec(fn);$export($export.S+$export.F*fails(function(){fn(1)}),\"Object\",exp)}},function(module,exports,__webpack_require__){var $keys=__webpack_require__(84);var hiddenKeys=__webpack_require__(58).concat(\"length\",\"prototype\");exports.f=Object.getOwnPropertyNames||function getOwnPropertyNames(O){return $keys(O,hiddenKeys)}},function(module,exports,__webpack_require__){var pIE=__webpack_require__(42);var createDesc=__webpack_require__(39);var toIObject=__webpack_require__(25);var toPrimitive=__webpack_require__(53);var has=__webpack_require__(22);var IE8_DOM_DEFINE=__webpack_require__(81);var gOPD=Object.getOwnPropertyDescriptor;exports.f=__webpack_require__(21)?gOPD:function getOwnPropertyDescriptor(O,P){O=toIObject(O);P=toPrimitive(P,true);if(IE8_DOM_DEFINE)try{return gOPD(O,P)}catch(e){}if(has(O,P))return createDesc(!pIE.f.call(O,P),O[P])}},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(162),__esModule:true}},function(module,exports,__webpack_require__){\"use strict\";function Point2d(x,y){this.x=x!==undefined?x:0;this.y=y!==undefined?y:0}module.exports=Point2d},function(module,exports,__webpack_require__){\"use strict\";var util=__webpack_require__(2);function Slider(container,options){if(container===undefined){throw new Error(\"No container element defined\")}this.container=container;this.visible=options&&options.visible!=undefined?options.visible:true;if(this.visible){this.frame=document.createElement(\"DIV\");this.frame.style.width=\"100%\";this.frame.style.position=\"relative\";this.container.appendChild(this.frame);this.frame.prev=document.createElement(\"INPUT\");this.frame.prev.type=\"BUTTON\";this.frame.prev.value=\"Prev\";this.frame.appendChild(this.frame.prev);this.frame.play=document.createElement(\"INPUT\");this.frame.play.type=\"BUTTON\";this.frame.play.value=\"Play\";this.frame.appendChild(this.frame.play);this.frame.next=document.createElement(\"INPUT\");this.frame.next.type=\"BUTTON\";this.frame.next.value=\"Next\";this.frame.appendChild(this.frame.next);this.frame.bar=document.createElement(\"INPUT\");this.frame.bar.type=\"BUTTON\";this.frame.bar.style.position=\"absolute\";this.frame.bar.style.border=\"1px solid red\";this.frame.bar.style.width=\"100px\";this.frame.bar.style.height=\"6px\";this.frame.bar.style.borderRadius=\"2px\";this.frame.bar.style.MozBorderRadius=\"2px\";this.frame.bar.style.border=\"1px solid #7F7F7F\";this.frame.bar.style.backgroundColor=\"#E5E5E5\";this.frame.appendChild(this.frame.bar);this.frame.slide=document.createElement(\"INPUT\");this.frame.slide.type=\"BUTTON\";this.frame.slide.style.margin=\"0px\";this.frame.slide.value=\" \";this.frame.slide.style.position=\"relative\";this.frame.slide.style.left=\"-100px\";this.frame.appendChild(this.frame.slide);var me=this;this.frame.slide.onmousedown=function(event){me._onMouseDown(event)};this.frame.prev.onclick=function(event){me.prev(event)};this.frame.play.onclick=function(event){me.togglePlay(event)};this.frame.next.onclick=function(event){me.next(event)}}this.onChangeCallback=undefined;this.values=[];this.index=undefined;this.playTimeout=undefined;this.playInterval=1e3;this.playLoop=true}Slider.prototype.prev=function(){var index=this.getIndex();if(index>0){index--;this.setIndex(index)}};Slider.prototype.next=function(){var index=this.getIndex();if(index<this.values.length-1){index++;this.setIndex(index)}};Slider.prototype.playNext=function(){var start=new Date;var index=this.getIndex();if(index<this.values.length-1){index++;this.setIndex(index)}else if(this.playLoop){index=0;this.setIndex(index)}var end=new Date;var diff=end-start;var interval=Math.max(this.playInterval-diff,0);var me=this;this.playTimeout=setTimeout(function(){me.playNext()},interval)};Slider.prototype.togglePlay=function(){if(this.playTimeout===undefined){this.play()}else{this.stop()}};Slider.prototype.play=function(){if(this.playTimeout)return;this.playNext();if(this.frame){this.frame.play.value=\"Stop\"}};Slider.prototype.stop=function(){clearInterval(this.playTimeout);this.playTimeout=undefined;if(this.frame){this.frame.play.value=\"Play\"}};Slider.prototype.setOnChangeCallback=function(callback){this.onChangeCallback=callback};Slider.prototype.setPlayInterval=function(interval){this.playInterval=interval};Slider.prototype.getPlayInterval=function(){return this.playInterval};Slider.prototype.setPlayLoop=function(doLoop){this.playLoop=doLoop};Slider.prototype.onChange=function(){if(this.onChangeCallback!==undefined){this.onChangeCallback()}};Slider.prototype.redraw=function(){if(this.frame){this.frame.bar.style.top=this.frame.clientHeight/2-this.frame.bar.offsetHeight/2+\"px\";this.frame.bar.style.width=this.frame.clientWidth-this.frame.prev.clientWidth-this.frame.play.clientWidth-this.frame.next.clientWidth-30+\"px\";var left=this.indexToLeft(this.index);this.frame.slide.style.left=left+\"px\"}};Slider.prototype.setValues=function(values){this.values=values;if(this.values.length>0)this.setIndex(0);else this.index=undefined};Slider.prototype.setIndex=function(index){if(index<this.values.length){this.index=index;this.redraw();this.onChange()}else{throw new Error(\"Index out of range\")}};Slider.prototype.getIndex=function(){return this.index};Slider.prototype.get=function(){return this.values[this.index]};Slider.prototype._onMouseDown=function(event){var leftButtonDown=event.which?event.which===1:event.button===1;if(!leftButtonDown)return;this.startClientX=event.clientX;this.startSlideX=parseFloat(this.frame.slide.style.left);this.frame.style.cursor=\"move\";var me=this;this.onmousemove=function(event){me._onMouseMove(event)};this.onmouseup=function(event){me._onMouseUp(event)};util.addEventListener(document,\"mousemove\",this.onmousemove);util.addEventListener(document,\"mouseup\",this.onmouseup);util.preventDefault(event)};Slider.prototype.leftToIndex=function(left){var width=parseFloat(this.frame.bar.style.width)-this.frame.slide.clientWidth-10;var x=left-3;var index=Math.round(x/width*(this.values.length-1));if(index<0)index=0;if(index>this.values.length-1)index=this.values.length-1;return index};Slider.prototype.indexToLeft=function(index){var width=parseFloat(this.frame.bar.style.width)-this.frame.slide.clientWidth-10;var x=index/(this.values.length-1)*width;var left=x+3;return left};Slider.prototype._onMouseMove=function(event){var diff=event.clientX-this.startClientX;var x=this.startSlideX+diff;var index=this.leftToIndex(x);this.setIndex(index);util.preventDefault()};Slider.prototype._onMouseUp=function(event){this.frame.style.cursor=\"auto\";util.removeEventListener(document,\"mousemove\",this.onmousemove);util.removeEventListener(document,\"mouseup\",this.onmouseup);util.preventDefault()};module.exports=Slider},function(module,exports,__webpack_require__){\"use strict\";function StepNumber(start,end,step,prettyStep){this._start=0;this._end=0;this._step=1;this.prettyStep=true;this.precision=5;this._current=0;this.setRange(start,end,step,prettyStep)}StepNumber.prototype.isNumeric=function(n){return!isNaN(parseFloat(n))&&isFinite(n)};StepNumber.prototype.setRange=function(start,end,step,prettyStep){if(!this.isNumeric(start)){throw new Error(\"Parameter 'start' is not numeric; value: \"+start)}if(!this.isNumeric(end)){throw new Error(\"Parameter 'end' is not numeric; value: \"+start)}if(!this.isNumeric(step)){throw new Error(\"Parameter 'step' is not numeric; value: \"+start)}this._start=start?start:0;this._end=end?end:0;this.setStep(step,prettyStep)};StepNumber.prototype.setStep=function(step,prettyStep){if(step===undefined||step<=0)return;if(prettyStep!==undefined)this.prettyStep=prettyStep;if(this.prettyStep===true)this._step=StepNumber.calculatePrettyStep(step);else this._step=step};StepNumber.calculatePrettyStep=function(step){var log10=function log10(x){return Math.log(x)/Math.LN10};var step1=Math.pow(10,Math.round(log10(step))),step2=2*Math.pow(10,Math.round(log10(step/2))),step5=5*Math.pow(10,Math.round(log10(step/5)));var prettyStep=step1;if(Math.abs(step2-step)<=Math.abs(prettyStep-step))prettyStep=step2;if(Math.abs(step5-step)<=Math.abs(prettyStep-step))prettyStep=step5;if(prettyStep<=0){prettyStep=1}return prettyStep};StepNumber.prototype.getCurrent=function(){return parseFloat(this._current.toPrecision(this.precision))};StepNumber.prototype.getStep=function(){return this._step};StepNumber.prototype.start=function(checkFirst){if(checkFirst===undefined){checkFirst=false}this._current=this._start-this._start%this._step;if(checkFirst){if(this.getCurrent()<this._start){this.next()}}};StepNumber.prototype.next=function(){this._current+=this._step};StepNumber.prototype.end=function(){return this._current>this._end};module.exports=StepNumber},function(module,exports,__webpack_require__){\"use strict\";var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var Camera=__webpack_require__(95);var Point3d=__webpack_require__(34);var STYLE={BAR:0,BARCOLOR:1,BARSIZE:2,DOT:3,DOTLINE:4,DOTCOLOR:5,DOTSIZE:6,GRID:7,LINE:8,SURFACE:9};var STYLENAME={dot:STYLE.DOT,\"dot-line\":STYLE.DOTLINE,\"dot-color\":STYLE.DOTCOLOR,\"dot-size\":STYLE.DOTSIZE,line:STYLE.LINE,grid:STYLE.GRID,surface:STYLE.SURFACE,bar:STYLE.BAR,\"bar-color\":STYLE.BARCOLOR,\"bar-size\":STYLE.BARSIZE};var OPTIONKEYS=[\"width\",\"height\",\"filterLabel\",\"legendLabel\",\"xLabel\",\"yLabel\",\"zLabel\",\"xValueLabel\",\"yValueLabel\",\"zValueLabel\",\"showXAxis\",\"showYAxis\",\"showZAxis\",\"showGrid\",\"showPerspective\",\"showShadow\",\"keepAspectRatio\",\"verticalRatio\",\"dotSizeRatio\",\"dotSizeMinFraction\",\"dotSizeMaxFraction\",\"showAnimationControls\",\"animationInterval\",\"animationPreload\",\"animationAutoStart\",\"axisColor\",\"gridColor\",\"xCenter\",\"yCenter\"];var PREFIXEDOPTIONKEYS=[\"xBarWidth\",\"yBarWidth\",\"valueMin\",\"valueMax\",\"xMin\",\"xMax\",\"xStep\",\"yMin\",\"yMax\",\"yStep\",\"zMin\",\"zMax\",\"zStep\"];var DEFAULTS=undefined;function isEmpty(obj){for(var prop in obj){if(obj.hasOwnProperty(prop))return false}return true}function capitalize(str){if(str===undefined||str===\"\"||typeof str!=\"string\"){return str}return str.charAt(0).toUpperCase()+str.slice(1)}function prefixFieldName(prefix,fieldName){if(prefix===undefined||prefix===\"\"){return fieldName}return prefix+capitalize(fieldName)}function forceCopy(src,dst,fields,prefix){var srcKey;var dstKey;for(var i=0;i<fields.length;++i){srcKey=fields[i];dstKey=prefixFieldName(prefix,srcKey);dst[dstKey]=src[srcKey]}}function safeCopy(src,dst,fields,prefix){var srcKey;var dstKey;for(var i=0;i<fields.length;++i){srcKey=fields[i];if(src[srcKey]===undefined)continue;dstKey=prefixFieldName(prefix,srcKey);dst[dstKey]=src[srcKey]}}function setDefaults(src,dst){if(src===undefined||isEmpty(src)){throw new Error(\"No DEFAULTS passed\")}if(dst===undefined){throw new Error(\"No dst passed\")}DEFAULTS=src;forceCopy(src,dst,OPTIONKEYS);forceCopy(src,dst,PREFIXEDOPTIONKEYS,\"default\");setSpecialSettings(src,dst);dst.margin=10;dst.showGrayBottom=false;dst.showTooltip=false;dst.onclick_callback=null;dst.eye=new Point3d(0,0,-1)}function setOptions(options,dst){if(options===undefined){return}if(dst===undefined){throw new Error(\"No dst passed\")}if(DEFAULTS===undefined||isEmpty(DEFAULTS)){throw new Error(\"DEFAULTS not set for module Settings\")}safeCopy(options,dst,OPTIONKEYS);safeCopy(options,dst,PREFIXEDOPTIONKEYS,\"default\");setSpecialSettings(options,dst)}function setSpecialSettings(src,dst){if(src.backgroundColor!==undefined){setBackgroundColor(src.backgroundColor,dst)}setDataColor(src.dataColor,dst);setStyle(src.style,dst);setShowLegend(src.showLegend,dst);setCameraPosition(src.cameraPosition,dst);if(src.tooltip!==undefined){dst.showTooltip=src.tooltip}if(src.onclick!=undefined){dst.onclick_callback=src.onclick}if(src.tooltipStyle!==undefined){util.selectiveDeepExtend([\"tooltipStyle\"],dst,src)}}function setShowLegend(showLegend,dst){if(showLegend===undefined){var isAutoByDefault=DEFAULTS.showLegend===undefined;if(isAutoByDefault){var isLegendGraphStyle=dst.style===STYLE.DOTCOLOR||dst.style===STYLE.DOTSIZE;dst.showLegend=isLegendGraphStyle}else{}}else{dst.showLegend=showLegend}}function getStyleNumberByName(styleName){var number=STYLENAME[styleName];if(number===undefined){return-1}return number}function checkStyleNumber(style){var valid=false;for(var n in STYLE){if(STYLE[n]===style){valid=true;break}}return valid}function setStyle(style,dst){if(style===undefined){return}var styleNumber;if(typeof style===\"string\"){styleNumber=getStyleNumberByName(style);if(styleNumber===-1){throw new Error(\"Style '\"+style+\"' is invalid\")}}else{if(!checkStyleNumber(style)){throw new Error(\"Style '\"+style+\"' is invalid\")}styleNumber=style}dst.style=styleNumber}function setBackgroundColor(backgroundColor,dst){var fill=\"white\";var stroke=\"gray\";var strokeWidth=1;if(typeof backgroundColor===\"string\"){fill=backgroundColor;stroke=\"none\";strokeWidth=0}else if((typeof backgroundColor===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(backgroundColor))===\"object\"){if(backgroundColor.fill!==undefined)fill=backgroundColor.fill;if(backgroundColor.stroke!==undefined)stroke=backgroundColor.stroke;if(backgroundColor.strokeWidth!==undefined)strokeWidth=backgroundColor.strokeWidth}else{throw new Error(\"Unsupported type of backgroundColor\")}dst.frame.style.backgroundColor=fill;dst.frame.style.borderColor=stroke;dst.frame.style.borderWidth=strokeWidth+\"px\";dst.frame.style.borderStyle=\"solid\"}function setDataColor(dataColor,dst){if(dataColor===undefined){return}if(dst.dataColor===undefined){dst.dataColor={}}if(typeof dataColor===\"string\"){dst.dataColor.fill=dataColor;dst.dataColor.stroke=dataColor}else{if(dataColor.fill){dst.dataColor.fill=dataColor.fill}if(dataColor.stroke){dst.dataColor.stroke=dataColor.stroke}if(dataColor.strokeWidth!==undefined){dst.dataColor.strokeWidth=dataColor.strokeWidth}}}function setCameraPosition(cameraPosition,dst){var camPos=cameraPosition;if(camPos===undefined){return}if(dst.camera===undefined){dst.camera=new Camera}dst.camera.setArmRotation(camPos.horizontal,camPos.vertical);dst.camera.setArmLength(camPos.distance)}module.exports.STYLE=STYLE;module.exports.setDefaults=setDefaults;module.exports.setOptions=setOptions;module.exports.setCameraPosition=setCameraPosition},function(module,exports,__webpack_require__){\"use strict\";var _sign=__webpack_require__(165);var _sign2=_interopRequireDefault(_sign);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Point3d=__webpack_require__(34);function Camera(){this.armLocation=new Point3d;this.armRotation={};this.armRotation.horizontal=0;this.armRotation.vertical=0;this.armLength=1.7;this.cameraOffset=new Point3d;this.offsetMultiplier=.6;this.cameraLocation=new Point3d;this.cameraRotation=new Point3d(.5*Math.PI,0,0);this.calculateCameraOrientation()}Camera.prototype.setOffset=function(x,y){var abs=Math.abs,sign=_sign2[\"default\"],mul=this.offsetMultiplier,border=this.armLength*mul;if(abs(x)>border){x=sign(x)*border}if(abs(y)>border){y=sign(y)*border}this.cameraOffset.x=x;this.cameraOffset.y=y;this.calculateCameraOrientation()};Camera.prototype.getOffset=function(){return this.cameraOffset};Camera.prototype.setArmLocation=function(x,y,z){this.armLocation.x=x;this.armLocation.y=y;this.armLocation.z=z;this.calculateCameraOrientation()};Camera.prototype.setArmRotation=function(horizontal,vertical){if(horizontal!==undefined){this.armRotation.horizontal=horizontal}if(vertical!==undefined){this.armRotation.vertical=vertical;if(this.armRotation.vertical<0)this.armRotation.vertical=0;if(this.armRotation.vertical>.5*Math.PI)this.armRotation.vertical=.5*Math.PI}if(horizontal!==undefined||vertical!==undefined){this.calculateCameraOrientation()}};Camera.prototype.getArmRotation=function(){var rot={};rot.horizontal=this.armRotation.horizontal;rot.vertical=this.armRotation.vertical;return rot};Camera.prototype.setArmLength=function(length){if(length===undefined)return;this.armLength=length;if(this.armLength<.71)this.armLength=.71;if(this.armLength>5)this.armLength=5;this.setOffset(this.cameraOffset.x,this.cameraOffset.y);this.calculateCameraOrientation()};Camera.prototype.getArmLength=function(){return this.armLength};Camera.prototype.getCameraLocation=function(){return this.cameraLocation};Camera.prototype.getCameraRotation=function(){return this.cameraRotation};Camera.prototype.calculateCameraOrientation=function(){this.cameraLocation.x=this.armLocation.x-this.armLength*Math.sin(this.armRotation.horizontal)*Math.cos(this.armRotation.vertical);this.cameraLocation.y=this.armLocation.y-this.armLength*Math.cos(this.armRotation.horizontal)*Math.cos(this.armRotation.vertical);this.cameraLocation.z=this.armLocation.z+this.armLength*Math.sin(this.armRotation.vertical);this.cameraRotation.x=Math.PI/2-this.armRotation.vertical;this.cameraRotation.y=0;this.cameraRotation.z=-this.armRotation.horizontal;var xa=this.cameraRotation.x;var za=this.cameraRotation.z;var dx=this.cameraOffset.x;var dy=this.cameraOffset.y;var sin=Math.sin,cos=Math.cos;this.cameraLocation.x=this.cameraLocation.x+dx*cos(za)+dy*-sin(za)*cos(xa);this.cameraLocation.y=this.cameraLocation.y+dx*sin(za)+dy*cos(za)*cos(xa);this.cameraLocation.z=this.cameraLocation.z+dy*sin(xa)};module.exports=Camera},function(module,exports,__webpack_require__){\"use strict\";var DataView=__webpack_require__(12);function Filter(dataGroup,column,graph){this.dataGroup=dataGroup;this.column=column;this.graph=graph;this.index=undefined;this.value=undefined;this.values=dataGroup.getDistinctValues(this.column);if(this.values.length>0){this.selectValue(0)}this.dataPoints=[];this.loaded=false;this.onLoadCallback=undefined;if(graph.animationPreload){this.loaded=false;this.loadInBackground()}else{this.loaded=true}}Filter.prototype.isLoaded=function(){return this.loaded};Filter.prototype.getLoadedProgress=function(){var len=this.values.length;var i=0;while(this.dataPoints[i]){i++}return Math.round(i/len*100)};Filter.prototype.getLabel=function(){return this.graph.filterLabel};Filter.prototype.getColumn=function(){return this.column};Filter.prototype.getSelectedValue=function(){if(this.index===undefined)return undefined;return this.values[this.index]};Filter.prototype.getValues=function(){return this.values};Filter.prototype.getValue=function(index){if(index>=this.values.length)throw new Error(\"Index out of range\");return this.values[index]};Filter.prototype._getDataPoints=function(index){if(index===undefined)index=this.index;if(index===undefined)return[];var dataPoints;if(this.dataPoints[index]){dataPoints=this.dataPoints[index]}else{var f={};f.column=this.column;f.value=this.values[index];var dataView=new DataView(this.dataGroup.getDataSet(),{filter:function filter(item){return item[f.column]==f.value}}).get();dataPoints=this.dataGroup._getDataPoints(dataView);this.dataPoints[index]=dataPoints}return dataPoints};Filter.prototype.setOnLoadCallback=function(callback){this.onLoadCallback=callback};Filter.prototype.selectValue=function(index){if(index>=this.values.length)throw new Error(\"Index out of range\");this.index=index;this.value=this.values[index]};Filter.prototype.loadInBackground=function(index){if(index===undefined)index=0;var frame=this.graph.frame;if(index<this.values.length){if(frame.progress===undefined){frame.progress=document.createElement(\"DIV\");frame.progress.style.position=\"absolute\";frame.progress.style.color=\"gray\";frame.appendChild(frame.progress)}var progress=this.getLoadedProgress();frame.progress.innerHTML=\"Loading animation... \"+progress+\"%\";frame.progress.style.bottom=60+\"px\";frame.progress.style.left=10+\"px\";var me=this;setTimeout(function(){me.loadInBackground(index+1)},10);this.loaded=false}else{this.loaded=true;if(frame.progress!==undefined){frame.removeChild(frame.progress);frame.progress=undefined}if(this.onLoadCallback)this.onLoadCallback()}};module.exports=Filter},function(module,exports,__webpack_require__){\"use strict\";var keycharm=__webpack_require__(35);var Emitter=__webpack_require__(44);var Hammer=__webpack_require__(10);var util=__webpack_require__(2);function Activator(container){this.active=false;this.dom={container:container};this.dom.overlay=document.createElement(\"div\");this.dom.overlay.className=\"vis-overlay\";this.dom.container.appendChild(this.dom.overlay);this.hammer=Hammer(this.dom.overlay);this.hammer.on(\"tap\",this._onTapOverlay.bind(this));var me=this;var events=[\"tap\",\"doubletap\",\"press\",\"pinch\",\"pan\",\"panstart\",\"panmove\",\"panend\"];events.forEach(function(event){me.hammer.on(event,function(event){event.stopPropagation()})});if(document&&document.body){this.onClick=function(event){if(!_hasParent(event.target,container)){me.deactivate()}};document.body.addEventListener(\"click\",this.onClick)}if(this.keycharm!==undefined){this.keycharm.destroy()}this.keycharm=keycharm();this.escListener=this.deactivate.bind(this)}Emitter(Activator.prototype);Activator.current=null;Activator.prototype.destroy=function(){this.deactivate();this.dom.overlay.parentNode.removeChild(this.dom.overlay);if(this.onClick){document.body.removeEventListener(\"click\",this.onClick)}this.hammer.destroy();this.hammer=null};Activator.prototype.activate=function(){if(Activator.current){Activator.current.deactivate()}Activator.current=this;this.active=true;this.dom.overlay.style.display=\"none\";util.addClassName(this.dom.container,\"vis-active\");this.emit(\"change\");this.emit(\"activate\");this.keycharm.bind(\"esc\",this.escListener)};Activator.prototype.deactivate=function(){this.active=false;this.dom.overlay.style.display=\"\";util.removeClassName(this.dom.container,\"vis-active\");this.keycharm.unbind(\"esc\",this.escListener);this.emit(\"change\");this.emit(\"deactivate\")};Activator.prototype._onTapOverlay=function(event){this.activate();event.stopPropagation()};function _hasParent(element,parent){while(element){if(element===parent){return true}element=element.parentNode}return false}module.exports=Activator},function(module,exports,__webpack_require__){\"use strict\";exports[\"en\"]={current:\"current\",time:\"time\"};exports[\"en_EN\"]=exports[\"en\"];exports[\"en_US\"]=exports[\"en\"];exports[\"it\"]={current:\"attuale\",time:\"tempo\"};exports[\"it_IT\"]=exports[\"it\"];exports[\"it_CH\"]=exports[\"it\"];exports[\"nl\"]={current:\"huidige\",time:\"tijd\"};exports[\"nl_NL\"]=exports[\"nl\"];exports[\"nl_BE\"]=exports[\"nl\"];exports[\"de\"]={current:\"Aktuelle\",time:\"Zeit\"};exports[\"de_DE\"]=exports[\"de\"];exports[\"fr\"]={current:\"actuel\",time:\"heure\"};exports[\"fr_FR\"]=exports[\"fr\"];exports[\"fr_CA\"]=exports[\"fr\"];exports[\"fr_BE\"]=exports[\"fr\"];exports[\"es\"]={current:\"corriente\",time:\"hora\"};exports[\"es_ES\"]=exports[\"es\"]},function(module,exports,__webpack_require__){\"use strict\";var _create=__webpack_require__(29);var _create2=_interopRequireDefault(_create);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Hammer=__webpack_require__(10);var util=__webpack_require__(2);var DataSet=__webpack_require__(11);var DataView=__webpack_require__(12);var TimeStep=__webpack_require__(66);var Component=__webpack_require__(16);var Group=__webpack_require__(68);var BackgroundGroup=__webpack_require__(69);var BoxItem=__webpack_require__(101);var PointItem=__webpack_require__(102);var RangeItem=__webpack_require__(70);var BackgroundItem=__webpack_require__(103);var Popup=__webpack_require__(104)[\"default\"];var UNGROUPED=\"__ungrouped__\";var BACKGROUND=\"__background__\";function ItemSet(body,options){this.body=body;this.defaultOptions={type:null,orientation:{item:\"bottom\"},align:\"auto\",stack:true,stackSubgroups:true,groupOrderSwap:function groupOrderSwap(fromGroup,toGroup,groups){var targetOrder=toGroup.order;toGroup.order=fromGroup.order;fromGroup.order=targetOrder},groupOrder:\"order\",selectable:true,multiselect:false,itemsAlwaysDraggable:{item:false,range:false},editable:{updateTime:false,updateGroup:false,add:false,remove:false,overrideItems:false},groupEditable:{order:false,add:false,remove:false},snap:TimeStep.snap,onDropObjectOnItem:function onDropObjectOnItem(objectData,item,callback){callback(item)},onAdd:function onAdd(item,callback){callback(item)},onUpdate:function onUpdate(item,callback){callback(item)},onMove:function onMove(item,callback){callback(item)},onRemove:function onRemove(item,callback){callback(item)},onMoving:function onMoving(item,callback){callback(item)},onAddGroup:function onAddGroup(item,callback){callback(item)},onMoveGroup:function onMoveGroup(item,callback){callback(item)},onRemoveGroup:function onRemoveGroup(item,callback){callback(item)},margin:{item:{horizontal:10,vertical:10},axis:20},showTooltips:true,tooltip:{followMouse:false,overflowMethod:\"flip\"},tooltipOnItemUpdateTime:false};this.options=util.extend({},this.defaultOptions);this.options.rtl=options.rtl;this.itemOptions={type:{start:\"Date\",end:\"Date\"}};this.conversion={toScreen:body.util.toScreen,toTime:body.util.toTime};this.dom={};this.props={};this.hammer=null;var me=this;this.itemsData=null;this.groupsData=null;this.itemListeners={add:function add(event,params,senderId){me._onAdd(params.items)},update:function update(event,params,senderId){me._onUpdate(params.items)},remove:function remove(event,params,senderId){me._onRemove(params.items)}};this.groupListeners={add:function add(event,params,senderId){me._onAddGroups(params.items);if(me.groupsData&&me.groupsData.length>0){var groupsData=me.groupsData.getDataSet();groupsData.get().forEach(function(groupData){if(groupData.nestedGroups){if(groupData.showNested!=false){groupData.showNested=true}var updatedGroups=[];groupData.nestedGroups.forEach(function(nestedGroupId){var updatedNestedGroup=groupsData.get(nestedGroupId);if(!updatedNestedGroup){return}updatedNestedGroup.nestedInGroup=groupData.id;if(groupData.showNested==false){updatedNestedGroup.visible=false}updatedGroups=updatedGroups.concat(updatedNestedGroup)});groupsData.update(updatedGroups,senderId)}})}},update:function update(event,params,senderId){me._onUpdateGroups(params.items)},remove:function remove(event,params,senderId){me._onRemoveGroups(params.items)}};this.items={};this.groups={};this.groupIds=[];this.selection=[];this.popup=null;this.touchParams={};this.groupTouchParams={};this._create();this.setOptions(options)}ItemSet.prototype=new Component;ItemSet.types={background:BackgroundItem,box:BoxItem,range:RangeItem,point:PointItem};ItemSet.prototype._create=function(){var frame=document.createElement(\"div\");frame.className=\"vis-itemset\";frame[\"timeline-itemset\"]=this;this.dom.frame=frame;var background=document.createElement(\"div\");background.className=\"vis-background\";frame.appendChild(background);this.dom.background=background;var foreground=document.createElement(\"div\");foreground.className=\"vis-foreground\";frame.appendChild(foreground);this.dom.foreground=foreground;var axis=document.createElement(\"div\");axis.className=\"vis-axis\";this.dom.axis=axis;var labelSet=document.createElement(\"div\");labelSet.className=\"vis-labelset\";this.dom.labelSet=labelSet;this._updateUngrouped();var backgroundGroup=new BackgroundGroup(BACKGROUND,null,this);backgroundGroup.show();this.groups[BACKGROUND]=backgroundGroup;this.hammer=new Hammer(this.body.dom.centerContainer);this.hammer.on(\"hammer.input\",function(event){if(event.isFirst){this._onTouch(event)}}.bind(this));this.hammer.on(\"panstart\",this._onDragStart.bind(this));this.hammer.on(\"panmove\",this._onDrag.bind(this));this.hammer.on(\"panend\",this._onDragEnd.bind(this));this.hammer.get(\"pan\").set({threshold:5,direction:Hammer.DIRECTION_HORIZONTAL});this.hammer.on(\"tap\",this._onSelectItem.bind(this));this.hammer.on(\"press\",this._onMultiSelectItem.bind(this));this.hammer.on(\"doubletap\",this._onAddItem.bind(this));if(this.options.rtl){\nthis.groupHammer=new Hammer(this.body.dom.rightContainer)}else{this.groupHammer=new Hammer(this.body.dom.leftContainer)}this.groupHammer.on(\"tap\",this._onGroupClick.bind(this));this.groupHammer.on(\"panstart\",this._onGroupDragStart.bind(this));this.groupHammer.on(\"panmove\",this._onGroupDrag.bind(this));this.groupHammer.on(\"panend\",this._onGroupDragEnd.bind(this));this.groupHammer.get(\"pan\").set({threshold:5,direction:Hammer.DIRECTION_VERTICAL});this.body.dom.centerContainer.addEventListener(\"mouseover\",this._onMouseOver.bind(this));this.body.dom.centerContainer.addEventListener(\"mouseout\",this._onMouseOut.bind(this));this.body.dom.centerContainer.addEventListener(\"mousemove\",this._onMouseMove.bind(this));this.body.dom.centerContainer.addEventListener(\"contextmenu\",this._onDragEnd.bind(this));this.body.dom.centerContainer.addEventListener(\"mousewheel\",this._onMouseWheel.bind(this));this.show()};ItemSet.prototype.setOptions=function(options){if(options){var fields=[\"type\",\"rtl\",\"align\",\"order\",\"stack\",\"stackSubgroups\",\"selectable\",\"multiselect\",\"multiselectPerGroup\",\"groupOrder\",\"dataAttributes\",\"template\",\"groupTemplate\",\"visibleFrameTemplate\",\"hide\",\"snap\",\"groupOrderSwap\",\"showTooltips\",\"tooltip\",\"tooltipOnItemUpdateTime\"];util.selectiveExtend(fields,this.options,options);if(\"itemsAlwaysDraggable\"in options){if(typeof options.itemsAlwaysDraggable===\"boolean\"){this.options.itemsAlwaysDraggable.item=options.itemsAlwaysDraggable;this.options.itemsAlwaysDraggable.range=false}else if((0,_typeof3[\"default\"])(options.itemsAlwaysDraggable)===\"object\"){util.selectiveExtend([\"item\",\"range\"],this.options.itemsAlwaysDraggable,options.itemsAlwaysDraggable);if(!this.options.itemsAlwaysDraggable.item){this.options.itemsAlwaysDraggable.range=false}}}if(\"orientation\"in options){if(typeof options.orientation===\"string\"){this.options.orientation.item=options.orientation===\"top\"?\"top\":\"bottom\"}else if((0,_typeof3[\"default\"])(options.orientation)===\"object\"&&\"item\"in options.orientation){this.options.orientation.item=options.orientation.item}}if(\"margin\"in options){if(typeof options.margin===\"number\"){this.options.margin.axis=options.margin;this.options.margin.item.horizontal=options.margin;this.options.margin.item.vertical=options.margin}else if((0,_typeof3[\"default\"])(options.margin)===\"object\"){util.selectiveExtend([\"axis\"],this.options.margin,options.margin);if(\"item\"in options.margin){if(typeof options.margin.item===\"number\"){this.options.margin.item.horizontal=options.margin.item;this.options.margin.item.vertical=options.margin.item}else if((0,_typeof3[\"default\"])(options.margin.item)===\"object\"){util.selectiveExtend([\"horizontal\",\"vertical\"],this.options.margin.item,options.margin.item)}}}}if(\"editable\"in options){if(typeof options.editable===\"boolean\"){this.options.editable.updateTime=options.editable;this.options.editable.updateGroup=options.editable;this.options.editable.add=options.editable;this.options.editable.remove=options.editable;this.options.editable.overrideItems=false}else if((0,_typeof3[\"default\"])(options.editable)===\"object\"){util.selectiveExtend([\"updateTime\",\"updateGroup\",\"add\",\"remove\",\"overrideItems\"],this.options.editable,options.editable)}}if(\"groupEditable\"in options){if(typeof options.groupEditable===\"boolean\"){this.options.groupEditable.order=options.groupEditable;this.options.groupEditable.add=options.groupEditable;this.options.groupEditable.remove=options.groupEditable}else if((0,_typeof3[\"default\"])(options.groupEditable)===\"object\"){util.selectiveExtend([\"order\",\"add\",\"remove\"],this.options.groupEditable,options.groupEditable)}}var addCallback=function(name){var fn=options[name];if(fn){if(!(fn instanceof Function)){throw new Error(\"option \"+name+\" must be a function \"+name+\"(item, callback)\")}this.options[name]=fn}}.bind(this);[\"onDropObjectOnItem\",\"onAdd\",\"onUpdate\",\"onRemove\",\"onMove\",\"onMoving\",\"onAddGroup\",\"onMoveGroup\",\"onRemoveGroup\"].forEach(addCallback);this.markDirty()}};ItemSet.prototype.markDirty=function(options){this.groupIds=[];if(options&&options.refreshItems){util.forEach(this.items,function(item){item.dirty=true;if(item.displayed)item.redraw()})}};ItemSet.prototype.destroy=function(){this.hide();this.setItems(null);this.setGroups(null);this.hammer=null;this.body=null;this.conversion=null};ItemSet.prototype.hide=function(){if(this.dom.frame.parentNode){this.dom.frame.parentNode.removeChild(this.dom.frame)}if(this.dom.axis.parentNode){this.dom.axis.parentNode.removeChild(this.dom.axis)}if(this.dom.labelSet.parentNode){this.dom.labelSet.parentNode.removeChild(this.dom.labelSet)}};ItemSet.prototype.show=function(){if(!this.dom.frame.parentNode){this.body.dom.center.appendChild(this.dom.frame)}if(!this.dom.axis.parentNode){this.body.dom.backgroundVertical.appendChild(this.dom.axis)}if(!this.dom.labelSet.parentNode){if(this.options.rtl){this.body.dom.right.appendChild(this.dom.labelSet)}else{this.body.dom.left.appendChild(this.dom.labelSet)}}};ItemSet.prototype.setSelection=function(ids){var i,ii,id,item;if(ids==undefined)ids=[];if(!Array.isArray(ids))ids=[ids];for(i=0,ii=this.selection.length;i<ii;i++){id=this.selection[i];item=this.items[id];if(item)item.unselect()}this.selection=[];for(i=0,ii=ids.length;i<ii;i++){id=ids[i];item=this.items[id];if(item){this.selection.push(id);item.select()}}};ItemSet.prototype.getSelection=function(){return this.selection.concat([])};ItemSet.prototype.getVisibleItems=function(){var range=this.body.range.getRange();var right,left;if(this.options.rtl){right=this.body.util.toScreen(range.start);left=this.body.util.toScreen(range.end)}else{left=this.body.util.toScreen(range.start);right=this.body.util.toScreen(range.end)}var ids=[];for(var groupId in this.groups){if(this.groups.hasOwnProperty(groupId)){var group=this.groups[groupId];var rawVisibleItems=group.isVisible?group.visibleItems:[];for(var i=0;i<rawVisibleItems.length;i++){var item=rawVisibleItems[i];if(this.options.rtl){if(item.right<left&&item.right+item.width>right){ids.push(item.id)}}else{if(item.left<right&&item.left+item.width>left){ids.push(item.id)}}}}}return ids};ItemSet.prototype._deselect=function(id){var selection=this.selection;for(var i=0,ii=selection.length;i<ii;i++){if(selection[i]==id){selection.splice(i,1);break}}};ItemSet.prototype.redraw=function(){var margin=this.options.margin,range=this.body.range,asSize=util.option.asSize,options=this.options,orientation=options.orientation.item,resized=false,frame=this.dom.frame;this.props.top=this.body.domProps.top.height+this.body.domProps.border.top;if(this.options.rtl){this.props.right=this.body.domProps.right.width+this.body.domProps.border.right}else{this.props.left=this.body.domProps.left.width+this.body.domProps.border.left}frame.className=\"vis-itemset\";resized=this._orderGroups()||resized;var visibleInterval=range.end-range.start;var zoomed=visibleInterval!=this.lastVisibleInterval||this.props.width!=this.props.lastWidth;var scrolled=range.start!=this.lastRangeStart;var changedStackOption=options.stack!=this.lastStack;var changedStackSubgroupsOption=options.stackSubgroups!=this.lastStackSubgroups;var forceRestack=zoomed||scrolled||changedStackOption||changedStackSubgroupsOption;this.lastVisibleInterval=visibleInterval;this.lastRangeStart=range.start;this.lastStack=options.stack;this.lastStackSubgroups=options.stackSubgroups;this.props.lastWidth=this.props.width;var firstGroup=this._firstGroup();var firstMargin={item:margin.item,axis:margin.axis};var nonFirstMargin={item:margin.item,axis:margin.item.vertical/2};var height=0;var minHeight=margin.axis+margin.item.vertical;this.groups[BACKGROUND].redraw(range,nonFirstMargin,forceRestack);var redrawQueue={};var redrawQueueLength=0;util.forEach(this.groups,function(group,key){if(key===BACKGROUND)return;var groupMargin=group==firstGroup?firstMargin:nonFirstMargin;var returnQueue=true;redrawQueue[key]=group.redraw(range,groupMargin,forceRestack,returnQueue);redrawQueueLength=redrawQueue[key].length});var needRedraw=redrawQueueLength>0;if(needRedraw){var redrawResults={};for(var i=0;i<redrawQueueLength;i++){util.forEach(redrawQueue,function(fns,key){redrawResults[key]=fns[i]()})}util.forEach(this.groups,function(group,key){if(key===BACKGROUND)return;var groupResized=redrawResults[key];resized=groupResized||resized;height+=group.height});height=Math.max(height,minHeight)}height=Math.max(height,minHeight);frame.style.height=asSize(height);this.props.width=frame.offsetWidth;this.props.height=height;this.dom.axis.style.top=asSize(orientation==\"top\"?this.body.domProps.top.height+this.body.domProps.border.top:this.body.domProps.top.height+this.body.domProps.centerContainer.height);if(this.options.rtl){this.dom.axis.style.right=\"0\"}else{this.dom.axis.style.left=\"0\"}this.initialItemSetDrawn=true;resized=this._isResized()||resized;return resized};ItemSet.prototype._firstGroup=function(){var firstGroupIndex=this.options.orientation.item==\"top\"?0:this.groupIds.length-1;var firstGroupId=this.groupIds[firstGroupIndex];var firstGroup=this.groups[firstGroupId]||this.groups[UNGROUPED];return firstGroup||null};ItemSet.prototype._updateUngrouped=function(){var ungrouped=this.groups[UNGROUPED];var item,itemId;if(this.groupsData){if(ungrouped){ungrouped.hide();delete this.groups[UNGROUPED];for(itemId in this.items){if(this.items.hasOwnProperty(itemId)){item=this.items[itemId];item.parent&&item.parent.remove(item);var groupId=this._getGroupId(item.data);var group=this.groups[groupId];group&&group.add(item)||item.hide()}}}}else{if(!ungrouped){var id=null;var data=null;ungrouped=new Group(id,data,this);this.groups[UNGROUPED]=ungrouped;for(itemId in this.items){if(this.items.hasOwnProperty(itemId)){item=this.items[itemId];ungrouped.add(item)}}ungrouped.show()}}};ItemSet.prototype.getLabelSet=function(){return this.dom.labelSet};ItemSet.prototype.setItems=function(items){var me=this,ids,oldItemsData=this.itemsData;if(!items){this.itemsData=null}else if(items instanceof DataSet||items instanceof DataView){this.itemsData=items}else{throw new TypeError(\"Data must be an instance of DataSet or DataView\")}if(oldItemsData){util.forEach(this.itemListeners,function(callback,event){oldItemsData.off(event,callback)});ids=oldItemsData.getIds();this._onRemove(ids)}if(this.itemsData){var id=this.id;util.forEach(this.itemListeners,function(callback,event){me.itemsData.on(event,callback,id)});ids=this.itemsData.getIds();this._onAdd(ids);this._updateUngrouped()}this.body.emitter.emit(\"_change\",{queue:true})};ItemSet.prototype.getItems=function(){return this.itemsData};ItemSet.prototype.setGroups=function(groups){var me=this,ids;if(this.groupsData){util.forEach(this.groupListeners,function(callback,event){me.groupsData.off(event,callback)});ids=this.groupsData.getIds();this.groupsData=null;this._onRemoveGroups(ids)}if(!groups){this.groupsData=null}else if(groups instanceof DataSet||groups instanceof DataView){this.groupsData=groups}else{throw new TypeError(\"Data must be an instance of DataSet or DataView\")}if(this.groupsData){var groupsData=this.groupsData;if(this.groupsData instanceof DataView){groupsData=this.groupsData.getDataSet()}groupsData.get().forEach(function(group){if(group.nestedGroups){group.nestedGroups.forEach(function(nestedGroupId){var updatedNestedGroup=groupsData.get(nestedGroupId);updatedNestedGroup.nestedInGroup=group.id;if(group.showNested==false){updatedNestedGroup.visible=false}groupsData.update(updatedNestedGroup)})}});var id=this.id;util.forEach(this.groupListeners,function(callback,event){me.groupsData.on(event,callback,id)});ids=this.groupsData.getIds();this._onAddGroups(ids)}this._updateUngrouped();this._order();this.body.emitter.emit(\"_change\",{queue:true})};ItemSet.prototype.getGroups=function(){return this.groupsData};ItemSet.prototype.removeItem=function(id){var item=this.itemsData.get(id),dataset=this.itemsData.getDataSet();if(item){this.options.onRemove(item,function(item){if(item){dataset.remove(id)}})}};ItemSet.prototype._getType=function(itemData){return itemData.type||this.options.type||(itemData.end?\"range\":\"box\")};ItemSet.prototype._getGroupId=function(itemData){var type=this._getType(itemData);if(type==\"background\"&&itemData.group==undefined){return BACKGROUND}else{return this.groupsData?itemData.group:UNGROUPED}};ItemSet.prototype._onUpdate=function(ids){var me=this;ids.forEach(function(id){var itemData=me.itemsData.get(id,me.itemOptions);var item=me.items[id];var type=itemData?me._getType(itemData):null;var constructor=ItemSet.types[type];var selected;if(item){if(!constructor||!(item instanceof constructor)){selected=item.selected;me._removeItem(item);item=null}else{me._updateItem(item,itemData)}}if(!item&&itemData){if(constructor){item=new constructor(itemData,me.conversion,me.options);item.id=id;me._addItem(item);if(selected){this.selection.push(id);item.select()}}else if(type==\"rangeoverflow\"){throw new TypeError('Item type \"rangeoverflow\" is deprecated. Use css styling instead: '+\".vis-item.vis-range .vis-item-content {overflow: visible;}\")}else{throw new TypeError('Unknown item type \"'+type+'\"')}}}.bind(this));this._order();this.body.emitter.emit(\"_change\",{queue:true})};ItemSet.prototype._onAdd=ItemSet.prototype._onUpdate;ItemSet.prototype._onRemove=function(ids){var count=0;var me=this;ids.forEach(function(id){var item=me.items[id];if(item){count++;me._removeItem(item)}});if(count){this._order();this.body.emitter.emit(\"_change\",{queue:true})}};ItemSet.prototype._order=function(){util.forEach(this.groups,function(group){group.order()})};ItemSet.prototype._onUpdateGroups=function(ids){this._onAddGroups(ids)};ItemSet.prototype._onAddGroups=function(ids){var me=this;ids.forEach(function(id){var groupData=me.groupsData.get(id);var group=me.groups[id];if(!group){if(id==UNGROUPED||id==BACKGROUND){throw new Error(\"Illegal group id. \"+id+\" is a reserved id.\")}var groupOptions=(0,_create2[\"default\"])(me.options);util.extend(groupOptions,{height:null});group=new Group(id,groupData,me);me.groups[id]=group;for(var itemId in me.items){if(me.items.hasOwnProperty(itemId)){var item=me.items[itemId];if(item.data.group==id){group.add(item)}}}group.order();group.show()}else{group.setData(groupData)}});this.body.emitter.emit(\"_change\",{queue:true})};ItemSet.prototype._onRemoveGroups=function(ids){var groups=this.groups;ids.forEach(function(id){var group=groups[id];if(group){group.hide();delete groups[id]}});this.markDirty();this.body.emitter.emit(\"_change\",{queue:true})};ItemSet.prototype._orderGroups=function(){if(this.groupsData){var groupIds=this.groupsData.getIds({order:this.options.groupOrder});groupIds=this._orderNestedGroups(groupIds);var changed=!util.equalArray(groupIds,this.groupIds);if(changed){var groups=this.groups;groupIds.forEach(function(groupId){groups[groupId].hide()});groupIds.forEach(function(groupId){groups[groupId].show()});this.groupIds=groupIds}return changed}else{return false}};ItemSet.prototype._orderNestedGroups=function(groupIds){var newGroupIdsOrder=[];groupIds.forEach(function(groupId){var groupData=this.groupsData.get(groupId);if(!groupData.nestedInGroup){newGroupIdsOrder.push(groupId)}if(groupData.nestedGroups){var nestedGroups=this.groupsData.get({filter:function filter(nestedGroup){return nestedGroup.nestedInGroup==groupId},order:this.options.groupOrder});var nestedGroupIds=nestedGroups.map(function(nestedGroup){return nestedGroup.id});newGroupIdsOrder=newGroupIdsOrder.concat(nestedGroupIds)}},this);return newGroupIdsOrder};ItemSet.prototype._addItem=function(item){this.items[item.id]=item;var groupId=this._getGroupId(item.data);var group=this.groups[groupId];if(!group){item.groupShowing=false}else if(group&&group.data&&group.data.showNested){item.groupShowing=true}if(group)group.add(item)};ItemSet.prototype._updateItem=function(item,itemData){item.setData(itemData);var groupId=this._getGroupId(item.data);var group=this.groups[groupId];if(!group){item.groupShowing=false}else if(group&&group.data&&group.data.showNested){item.groupShowing=true}};ItemSet.prototype._removeItem=function(item){item.hide();delete this.items[item.id];var index=this.selection.indexOf(item.id);if(index!=-1)this.selection.splice(index,1);item.parent&&item.parent.remove(item)};ItemSet.prototype._constructByEndArray=function(array){var endArray=[];for(var i=0;i<array.length;i++){if(array[i]instanceof RangeItem){endArray.push(array[i])}}return endArray};ItemSet.prototype._onTouch=function(event){this.touchParams.item=this.itemFromTarget(event);this.touchParams.dragLeftItem=event.target.dragLeftItem||false;this.touchParams.dragRightItem=event.target.dragRightItem||false;this.touchParams.itemProps=null};ItemSet.prototype._getGroupIndex=function(groupId){for(var i=0;i<this.groupIds.length;i++){if(groupId==this.groupIds[i])return i}};ItemSet.prototype._onDragStart=function(event){if(this.touchParams.itemIsDragging){return}var item=this.touchParams.item||null;var me=this;var props;if(item&&(item.selected||this.options.itemsAlwaysDraggable.item)){if(this.options.editable.overrideItems&&!this.options.editable.updateTime&&!this.options.editable.updateGroup){return}if(item.editable!=null&&!item.editable.updateTime&&!item.editable.updateGroup&&!this.options.editable.overrideItems){return}var dragLeftItem=this.touchParams.dragLeftItem;var dragRightItem=this.touchParams.dragRightItem;this.touchParams.itemIsDragging=true;this.touchParams.selectedItem=item;if(dragLeftItem){props={item:dragLeftItem,initialX:event.center.x,dragLeft:true,data:this._cloneItemData(item.data)};this.touchParams.itemProps=[props]}else if(dragRightItem){props={item:dragRightItem,initialX:event.center.x,dragRight:true,data:this._cloneItemData(item.data)};this.touchParams.itemProps=[props]}else if(this.options.editable.add&&(event.srcEvent.ctrlKey||event.srcEvent.metaKey)){this._onDragStartAddItem(event)}else{if(this.groupIds.length<1){this.redraw()}var baseGroupIndex=this._getGroupIndex(item.data.group);var itemsToDrag=this.options.itemsAlwaysDraggable.item&&!item.selected?[item.id]:this.getSelection();this.touchParams.itemProps=itemsToDrag.map(function(id){var item=me.items[id];var groupIndex=me._getGroupIndex(item.data.group);return{item:item,initialX:event.center.x,groupOffset:baseGroupIndex-groupIndex,data:this._cloneItemData(item.data)}}.bind(this))}event.stopPropagation()}else if(this.options.editable.add&&(event.srcEvent.ctrlKey||event.srcEvent.metaKey)){this._onDragStartAddItem(event)}};ItemSet.prototype._onDragStartAddItem=function(event){var xAbs;var x;var snap=this.options.snap||null;if(this.options.rtl){xAbs=util.getAbsoluteRight(this.dom.frame);x=xAbs-event.center.x+10}else{xAbs=util.getAbsoluteLeft(this.dom.frame);x=event.center.x-xAbs-10}var time=this.body.util.toTime(x);var scale=this.body.util.getScale();var step=this.body.util.getStep();var start=snap?snap(time,scale,step):time;var end=start;var itemData={type:\"range\",start:start,end:end,content:\"new item\"};var id=util.randomUUID();itemData[this.itemsData._fieldId]=id;var group=this.groupFromTarget(event);if(group){itemData.group=group.groupId}var newItem=new RangeItem(itemData,this.conversion,this.options);newItem.id=id;newItem.data=this._cloneItemData(itemData);this._addItem(newItem);this.touchParams.selectedItem=newItem;var props={item:newItem,initialX:event.center.x,data:newItem.data};if(this.options.rtl){props.dragLeft=true}else{props.dragRight=true}this.touchParams.itemProps=[props];event.stopPropagation()};ItemSet.prototype._onDrag=function(event){if(this.touchParams.itemProps){event.stopPropagation();var me=this;var snap=this.options.snap||null;var xOffset;if(this.options.rtl){xOffset=this.body.dom.root.offsetLeft+this.body.domProps.right.width}else{xOffset=this.body.dom.root.offsetLeft+this.body.domProps.left.width}var scale=this.body.util.getScale();var step=this.body.util.getStep();var selectedItem=this.touchParams.selectedItem;var updateGroupAllowed=(this.options.editable.overrideItems||selectedItem.editable==null)&&this.options.editable.updateGroup||!this.options.editable.overrideItems&&selectedItem.editable!=null&&selectedItem.editable.updateGroup;var newGroupBase=null;if(updateGroupAllowed&&selectedItem){if(selectedItem.data.group!=undefined){var group=me.groupFromTarget(event);if(group){newGroupBase=this._getGroupIndex(group.groupId)}}}this.touchParams.itemProps.forEach(function(props){var current=me.body.util.toTime(event.center.x-xOffset);var initial=me.body.util.toTime(props.initialX-xOffset);var offset;var initialStart;var initialEnd;var start;var end;if(this.options.rtl){offset=-(current-initial)}else{offset=current-initial}var itemData=this._cloneItemData(props.item.data);if(props.item.editable!=null&&!props.item.editable.updateTime&&!props.item.editable.updateGroup&&!me.options.editable.overrideItems){return}var updateTimeAllowed=(this.options.editable.overrideItems||selectedItem.editable==null)&&this.options.editable.updateTime||!this.options.editable.overrideItems&&selectedItem.editable!=null&&selectedItem.editable.updateTime;if(updateTimeAllowed){if(props.dragLeft){if(this.options.rtl){if(itemData.end!=undefined){initialEnd=util.convert(props.data.end,\"Date\");end=new Date(initialEnd.valueOf()+offset);itemData.end=snap?snap(end,scale,step):end}}else{if(itemData.start!=undefined){initialStart=util.convert(props.data.start,\"Date\");start=new Date(initialStart.valueOf()+offset);itemData.start=snap?snap(start,scale,step):start}}}else if(props.dragRight){if(this.options.rtl){if(itemData.start!=undefined){initialStart=util.convert(props.data.start,\"Date\");start=new Date(initialStart.valueOf()+offset);itemData.start=snap?snap(start,scale,step):start}}else{if(itemData.end!=undefined){initialEnd=util.convert(props.data.end,\"Date\");end=new Date(initialEnd.valueOf()+offset);itemData.end=snap?snap(end,scale,step):end}}}else{if(itemData.start!=undefined){initialStart=util.convert(props.data.start,\"Date\").valueOf();start=new Date(initialStart+offset);if(itemData.end!=undefined){initialEnd=util.convert(props.data.end,\"Date\");var duration=initialEnd.valueOf()-initialStart.valueOf();itemData.start=snap?snap(start,scale,step):start;itemData.end=new Date(itemData.start.valueOf()+duration)}else{itemData.start=snap?snap(start,scale,step):start}}}}if(updateGroupAllowed&&!props.dragLeft&&!props.dragRight&&newGroupBase!=null){if(itemData.group!=undefined){var newOffset=newGroupBase-props.groupOffset;newOffset=Math.max(0,newOffset);newOffset=Math.min(me.groupIds.length-1,newOffset);itemData.group=me.groupIds[newOffset]}}itemData=this._cloneItemData(itemData);me.options.onMoving(itemData,function(itemData){if(itemData){props.item.setData(this._cloneItemData(itemData,\"Date\"))}}.bind(this))}.bind(this));this.body.emitter.emit(\"_change\")}};ItemSet.prototype._moveToGroup=function(item,groupId){var group=this.groups[groupId];if(group&&group.groupId!=item.data.group){var oldGroup=item.parent;oldGroup.remove(item);oldGroup.order();item.data.group=group.groupId;group.add(item);group.order()}};ItemSet.prototype._onDragEnd=function(event){this.touchParams.itemIsDragging=false;if(this.touchParams.itemProps){event.stopPropagation();var me=this;var dataset=this.itemsData.getDataSet();var itemProps=this.touchParams.itemProps;this.touchParams.itemProps=null;itemProps.forEach(function(props){var id=props.item.id;var exists=me.itemsData.get(id,me.itemOptions)!=null;if(!exists){me.options.onAdd(props.item.data,function(itemData){me._removeItem(props.item);if(itemData){me.itemsData.getDataSet().add(itemData)}me.body.emitter.emit(\"_change\")})}else{var itemData=this._cloneItemData(props.item.data);me.options.onMove(itemData,function(itemData){if(itemData){itemData[dataset._fieldId]=id;dataset.update(itemData)}else{props.item.setData(props.data);me.body.emitter.emit(\"_change\")}})}}.bind(this))}};ItemSet.prototype._onGroupClick=function(event){var group=this.groupFromTarget(event);if(!group||!group.nestedGroups)return;var groupsData=this.groupsData.getDataSet();var nestingGroup=groupsData.get(group.groupId);if(nestingGroup.showNested==undefined){nestingGroup.showNested=true}nestingGroup.showNested=!nestingGroup.showNested;var nestedGroups=groupsData.get(group.nestedGroups).map(function(nestedGroup){nestedGroup.visible=nestingGroup.showNested;return nestedGroup});groupsData.update(nestedGroups.concat(nestingGroup));if(nestingGroup.showNested){util.removeClassName(group.dom.label,\"collapsed\");util.addClassName(group.dom.label,\"expanded\")}else{util.removeClassName(group.dom.label,\"expanded\");var collapsedDirClassName=this.options.rtl?\"collapsed-rtl\":\"collapsed\";util.addClassName(group.dom.label,collapsedDirClassName)}};ItemSet.prototype._onGroupDragStart=function(event){if(this.options.groupEditable.order){this.groupTouchParams.group=this.groupFromTarget(event);if(this.groupTouchParams.group){event.stopPropagation();this.groupTouchParams.originalOrder=this.groupsData.getIds({order:this.options.groupOrder})}}};ItemSet.prototype._onGroupDrag=function(event){if(this.options.groupEditable.order&&this.groupTouchParams.group){event.stopPropagation();var groupsData=this.groupsData;if(this.groupsData instanceof DataView){groupsData=this.groupsData.getDataSet()}var group=this.groupFromTarget(event);if(group&&group.height!=this.groupTouchParams.group.height){var movingUp=group.top<this.groupTouchParams.group.top;var clientY=event.center?event.center.y:event.clientY;var targetGroupTop=util.getAbsoluteTop(group.dom.foreground);var draggedGroupHeight=this.groupTouchParams.group.height;if(movingUp){if(targetGroupTop+draggedGroupHeight<clientY){return}}else{var targetGroupHeight=group.height;if(targetGroupTop+targetGroupHeight-draggedGroupHeight>clientY){return}}}if(group&&group!=this.groupTouchParams.group){var targetGroup=groupsData.get(group.groupId);var draggedGroup=groupsData.get(this.groupTouchParams.group.groupId);if(draggedGroup&&targetGroup){this.options.groupOrderSwap(draggedGroup,targetGroup,groupsData);groupsData.update(draggedGroup);groupsData.update(targetGroup)}var newOrder=groupsData.getIds({order:this.options.groupOrder});if(!util.equalArray(newOrder,this.groupTouchParams.originalOrder)){var origOrder=this.groupTouchParams.originalOrder;var draggedId=this.groupTouchParams.group.groupId;var numGroups=Math.min(origOrder.length,newOrder.length);var curPos=0;var newOffset=0;var orgOffset=0;while(curPos<numGroups){while(curPos+newOffset<numGroups&&curPos+orgOffset<numGroups&&newOrder[curPos+newOffset]==origOrder[curPos+orgOffset]){curPos++}if(curPos+newOffset>=numGroups){break}if(newOrder[curPos+newOffset]==draggedId){newOffset=1}else if(origOrder[curPos+orgOffset]==draggedId){orgOffset=1}else{var slippedPosition=newOrder.indexOf(origOrder[curPos+orgOffset]);var switchGroup=groupsData.get(newOrder[curPos+newOffset]);var shouldBeGroup=groupsData.get(origOrder[curPos+orgOffset]);this.options.groupOrderSwap(switchGroup,shouldBeGroup,groupsData);groupsData.update(switchGroup);groupsData.update(shouldBeGroup);var switchGroupId=newOrder[curPos+newOffset];newOrder[curPos+newOffset]=origOrder[curPos+orgOffset];newOrder[slippedPosition]=switchGroupId;curPos++}}}}}};ItemSet.prototype._onGroupDragEnd=function(event){if(this.options.groupEditable.order&&this.groupTouchParams.group){event.stopPropagation();var me=this;var id=me.groupTouchParams.group.groupId;var dataset=me.groupsData.getDataSet();var groupData=util.extend({},dataset.get(id));me.options.onMoveGroup(groupData,function(groupData){if(groupData){groupData[dataset._fieldId]=id;dataset.update(groupData)}else{var newOrder=dataset.getIds({order:me.options.groupOrder});if(!util.equalArray(newOrder,me.groupTouchParams.originalOrder)){var origOrder=me.groupTouchParams.originalOrder;var numGroups=Math.min(origOrder.length,newOrder.length);var curPos=0;while(curPos<numGroups){while(curPos<numGroups&&newOrder[curPos]==origOrder[curPos]){curPos++}if(curPos>=numGroups){break}var slippedPosition=newOrder.indexOf(origOrder[curPos]);var switchGroup=dataset.get(newOrder[curPos]);var shouldBeGroup=dataset.get(origOrder[curPos]);me.options.groupOrderSwap(switchGroup,shouldBeGroup,dataset);dataset.update(switchGroup);dataset.update(shouldBeGroup);var switchGroupId=newOrder[curPos];newOrder[curPos]=origOrder[curPos];newOrder[slippedPosition]=switchGroupId;curPos++}}}});me.body.emitter.emit(\"groupDragged\",{groupId:id})}};ItemSet.prototype._onSelectItem=function(event){if(!this.options.selectable)return;var ctrlKey=event.srcEvent&&(event.srcEvent.ctrlKey||event.srcEvent.metaKey);var shiftKey=event.srcEvent&&event.srcEvent.shiftKey;if(ctrlKey||shiftKey){this._onMultiSelectItem(event);return}var oldSelection=this.getSelection();var item=this.itemFromTarget(event);var selection=item?[item.id]:[];this.setSelection(selection);var newSelection=this.getSelection();if(newSelection.length>0||oldSelection.length>0){this.body.emitter.emit(\"select\",{items:newSelection,event:event})}};ItemSet.prototype._onMouseOver=function(event){var item=this.itemFromTarget(event);if(!item)return;var related=this.itemFromRelatedTarget(event);if(item===related){return}var title=item.getTitle();if(this.options.showTooltips&&title){if(this.popup==null){this.popup=new Popup(this.body.dom.root,this.options.tooltip.overflowMethod||\"flip\")}this.popup.setText(title);var container=this.body.dom.centerContainer;this.popup.setPosition(event.clientX-util.getAbsoluteLeft(container)+container.offsetLeft,event.clientY-util.getAbsoluteTop(container)+container.offsetTop);this.popup.show()}else{if(this.popup!=null){this.popup.hide()}}this.body.emitter.emit(\"itemover\",{item:item.id,event:event})};ItemSet.prototype._onMouseOut=function(event){var item=this.itemFromTarget(event);if(!item)return;var related=this.itemFromRelatedTarget(event);if(item===related){return}if(this.popup!=null){this.popup.hide()}this.body.emitter.emit(\"itemout\",{item:item.id,event:event})};ItemSet.prototype._onMouseMove=function(event){var item=this.itemFromTarget(event);if(!item)return;if(this.options.showTooltips&&this.options.tooltip.followMouse){if(this.popup){if(!this.popup.hidden){var container=this.body.dom.centerContainer;this.popup.setPosition(event.clientX-util.getAbsoluteLeft(container)+container.offsetLeft,event.clientY-util.getAbsoluteTop(container)+container.offsetTop);this.popup.show()}}}};ItemSet.prototype._onMouseWheel=function(event){if(this.touchParams.itemIsDragging){this._onDragEnd(event)}};ItemSet.prototype._onUpdateItem=function(item){if(!this.options.selectable)return;if(!this.options.editable.add)return;var me=this;if(item){var itemData=me.itemsData.get(item.id);this.options.onUpdate(itemData,function(itemData){if(itemData){me.itemsData.getDataSet().update(itemData)}})}};ItemSet.prototype._onDropObjectOnItem=function(event){var item=this.itemFromTarget(event);var objectData=JSON.parse(event.dataTransfer.getData(\"text\"));this.options.onDropObjectOnItem(objectData,item)};ItemSet.prototype._onAddItem=function(event){if(!this.options.selectable)return;if(!this.options.editable.add)return;var me=this;var snap=this.options.snap||null;var xAbs;var x;if(this.options.rtl){xAbs=util.getAbsoluteRight(this.dom.frame);x=xAbs-event.center.x}else{xAbs=util.getAbsoluteLeft(this.dom.frame);x=event.center.x-xAbs}var start=this.body.util.toTime(x);var scale=this.body.util.getScale();var step=this.body.util.getStep();var end;var newItemData;if(event.type==\"drop\"){newItemData=JSON.parse(event.dataTransfer.getData(\"text\"));newItemData.content=newItemData.content?newItemData.content:\"new item\";newItemData.start=newItemData.start?newItemData.start:snap?snap(start,scale,step):start;newItemData.type=newItemData.type||\"box\";newItemData[this.itemsData._fieldId]=newItemData.id||util.randomUUID();if(newItemData.type==\"range\"&&!newItemData.end){end=this.body.util.toTime(x+this.props.width/5);newItemData.end=snap?snap(end,scale,step):end}}else{newItemData={start:snap?snap(start,scale,step):start,content:\"new item\"};newItemData[this.itemsData._fieldId]=util.randomUUID();if(this.options.type===\"range\"){\nend=this.body.util.toTime(x+this.props.width/5);newItemData.end=snap?snap(end,scale,step):end}}var group=this.groupFromTarget(event);if(group){newItemData.group=group.groupId}newItemData=this._cloneItemData(newItemData);this.options.onAdd(newItemData,function(item){if(item){me.itemsData.getDataSet().add(item);if(event.type==\"drop\"){me.setSelection([item.id])}}})};ItemSet.prototype._onMultiSelectItem=function(event){if(!this.options.selectable)return;var item=this.itemFromTarget(event);if(item){var selection=this.options.multiselect?this.getSelection():[];var shiftKey=event.srcEvent&&event.srcEvent.shiftKey||false;if(shiftKey&&this.options.multiselect){var itemGroup=this.itemsData.get(item.id).group;var lastSelectedGroup=undefined;if(this.options.multiselectPerGroup){if(selection.length>0){lastSelectedGroup=this.itemsData.get(selection[0]).group}}if(!this.options.multiselectPerGroup||lastSelectedGroup==undefined||lastSelectedGroup==itemGroup){selection.push(item.id)}var range=ItemSet._getItemRange(this.itemsData.get(selection,this.itemOptions));if(!this.options.multiselectPerGroup||lastSelectedGroup==itemGroup){selection=[];for(var id in this.items){if(this.items.hasOwnProperty(id)){var _item=this.items[id];var start=_item.data.start;var end=_item.data.end!==undefined?_item.data.end:start;if(start>=range.min&&end<=range.max&&(!this.options.multiselectPerGroup||lastSelectedGroup==this.itemsData.get(_item.id).group)&&!(_item instanceof BackgroundItem)){selection.push(_item.id)}}}}}else{var index=selection.indexOf(item.id);if(index==-1){selection.push(item.id)}else{selection.splice(index,1)}}this.setSelection(selection);this.body.emitter.emit(\"select\",{items:this.getSelection(),event:event})}};ItemSet._getItemRange=function(itemsData){var max=null;var min=null;itemsData.forEach(function(data){if(min==null||data.start<min){min=data.start}if(data.end!=undefined){if(max==null||data.end>max){max=data.end}}else{if(max==null||data.start>max){max=data.start}}});return{min:min,max:max}};ItemSet.prototype.itemFromElement=function(element){var cur=element;while(cur){if(cur.hasOwnProperty(\"timeline-item\")){return cur[\"timeline-item\"]}cur=cur.parentNode}return null};ItemSet.prototype.itemFromTarget=function(event){return this.itemFromElement(event.target)};ItemSet.prototype.itemFromRelatedTarget=function(event){return this.itemFromElement(event.relatedTarget)};ItemSet.prototype.groupFromTarget=function(event){var clientY=event.center?event.center.y:event.clientY;var groupIds=this.groupIds;if(groupIds.length<=0&&this.groupsData){groupIds=this.groupsData.getIds({order:this.options.groupOrder})}for(var i=0;i<groupIds.length;i++){var groupId=groupIds[i];var group=this.groups[groupId];var foreground=group.dom.foreground;var top=util.getAbsoluteTop(foreground);if(clientY>top&&clientY<top+foreground.offsetHeight){return group}if(this.options.orientation.item===\"top\"){if(i===this.groupIds.length-1&&clientY>top){return group}}else{if(i===0&&clientY<top+foreground.offset){return group}}}return null};ItemSet.itemSetFromTarget=function(event){var target=event.target;while(target){if(target.hasOwnProperty(\"timeline-itemset\")){return target[\"timeline-itemset\"]}target=target.parentNode}return null};ItemSet.prototype._cloneItemData=function(itemData,type){var clone=util.extend({},itemData);if(!type){type=this.itemsData.getDataSet()._options.type}if(clone.start!=undefined){clone.start=util.convert(clone.start,type&&type.start||\"Date\")}if(clone.end!=undefined){clone.end=util.convert(clone.end,type&&type.end||\"Date\")}return clone};module.exports=ItemSet},function(module,exports,__webpack_require__){\"use strict\";var EPSILON=.001;exports.orderByStart=function(items){items.sort(function(a,b){return a.data.start-b.data.start})};exports.orderByEnd=function(items){items.sort(function(a,b){var aTime=\"end\"in a.data?a.data.end:a.data.start,bTime=\"end\"in b.data?b.data.end:b.data.start;return aTime-bTime})};exports.stack=function(items,margin,force){if(force){for(var i=0;i<items.length;i++){items[i].top=null}}for(var i=0;i<items.length;i++){var item=items[i];if(item.stack&&item.top===null){item.top=margin.axis;do{var collidingItem=null;for(var j=0,jj=items.length;j<jj;j++){var other=items[j];if(other.top!==null&&other!==item&&other.stack&&exports.collision(item,other,margin.item,other.options.rtl)){collidingItem=other;break}}if(collidingItem!=null){item.top=collidingItem.top+collidingItem.height+margin.item.vertical}}while(collidingItem)}}};exports.substack=function(items,margin,subgroup){for(var i=0;i<items.length;i++){items[i].top=null}var subgroupHeight=subgroup.height;for(i=0;i<items.length;i++){var item=items[i];if(item.stack&&item.top===null){item.top=item.baseTop;do{var collidingItem=null;for(var j=0,jj=items.length;j<jj;j++){var other=items[j];if(other.top!==null&&other!==item&&exports.collision(item,other,margin.item,other.options.rtl)){collidingItem=other;break}}if(collidingItem!=null){item.top=collidingItem.top+collidingItem.height+margin.item.vertical}if(item.top+item.height>subgroupHeight){subgroupHeight=item.top+item.height}}while(collidingItem)}}subgroup.height=subgroupHeight-subgroup.top+.5*margin.item.vertical};exports.nostack=function(items,margin,subgroups,stackSubgroups){for(var i=0;i<items.length;i++){if(items[i].data.subgroup==undefined){items[i].top=margin.item.vertical}else if(items[i].data.subgroup!==undefined&&stackSubgroups){var newTop=0;for(var subgroup in subgroups){if(subgroups.hasOwnProperty(subgroup)){if(subgroups[subgroup].visible==true&&subgroups[subgroup].index<subgroups[items[i].data.subgroup].index){newTop+=subgroups[subgroup].height;subgroups[items[i].data.subgroup].top=newTop}}}items[i].top=newTop+.5*margin.item.vertical}}if(!stackSubgroups){exports.stackSubgroups(items,margin,subgroups)}};exports.stackSubgroups=function(items,margin,subgroups){for(var subgroup in subgroups){if(subgroups.hasOwnProperty(subgroup)){subgroups[subgroup].top=0;do{var collidingItem=null;for(var otherSubgroup in subgroups){if(subgroups[otherSubgroup].top!==null&&otherSubgroup!==subgroup&&subgroups[subgroup].index>subgroups[otherSubgroup].index&&exports.collisionByTimes(subgroups[subgroup],subgroups[otherSubgroup])){collidingItem=subgroups[otherSubgroup];break}}if(collidingItem!=null){subgroups[subgroup].top=collidingItem.top+collidingItem.height}}while(collidingItem)}}for(var i=0;i<items.length;i++){if(items[i].data.subgroup!==undefined){items[i].top=subgroups[items[i].data.subgroup].top+.5*margin.item.vertical}}};exports.stackSubgroupsWithInnerStack=function(subgroupItems,margin,subgroups){var doSubStack=false;var subgroupOrder=[];for(var subgroup in subgroups){if(subgroups[subgroup].hasOwnProperty(\"index\")){subgroupOrder[subgroups[subgroup].index]=subgroup}else{subgroupOrder.push(subgroup)}}for(var j=0;j<subgroupOrder.length;j++){subgroup=subgroupOrder[j];if(subgroups.hasOwnProperty(subgroup)){doSubStack=doSubStack||subgroups[subgroup].stack;subgroups[subgroup].top=0;for(var otherSubgroup in subgroups){if(subgroups[otherSubgroup].visible&&subgroups[subgroup].index>subgroups[otherSubgroup].index){subgroups[subgroup].top+=subgroups[otherSubgroup].height}}var items=subgroupItems[subgroup];for(var i=0;i<items.length;i++){if(items[i].data.subgroup!==undefined){items[i].top=subgroups[items[i].data.subgroup].top+.5*margin.item.vertical;if(subgroups[subgroup].stack){items[i].baseTop=items[i].top}}}if(doSubStack&&subgroups[subgroup].stack){exports.substack(subgroupItems[subgroup],margin,subgroups[subgroup])}}}};exports.collision=function(a,b,margin,rtl){if(rtl){return a.right-margin.horizontal+EPSILON<b.right+b.width&&a.right+a.width+margin.horizontal-EPSILON>b.right&&a.top-margin.vertical+EPSILON<b.top+b.height&&a.top+a.height+margin.vertical-EPSILON>b.top}else{return a.left-margin.horizontal+EPSILON<b.left+b.width&&a.left+a.width+margin.horizontal-EPSILON>b.left&&a.top-margin.vertical+EPSILON<b.top+b.height&&a.top+a.height+margin.vertical-EPSILON>b.top}};exports.collisionByTimes=function(a,b){return a.start<=b.start&&a.end>=b.start&&a.top<b.top+b.height&&a.top+a.height>b.top||b.start<=a.start&&b.end>=a.start&&b.top<a.top+a.height&&b.top+b.height>a.top}},function(module,exports,__webpack_require__){\"use strict\";var Item=__webpack_require__(38);function BoxItem(data,conversion,options){this.props={dot:{width:0,height:0},line:{width:0,height:0}};this.options=options;if(data){if(data.start==undefined){throw new Error('Property \"start\" missing in item '+data)}}Item.call(this,data,conversion,options)}BoxItem.prototype=new Item(null,null,null);BoxItem.prototype.isVisible=function(range){var isVisible;var align=this.options.align;var widthInMs=this.width*range.getMillisecondsPerPixel();if(align==\"right\"){isVisible=this.data.start.getTime()>range.start&&this.data.start.getTime()-widthInMs<range.end}else if(align==\"left\"){isVisible=this.data.start.getTime()+widthInMs>range.start&&this.data.start.getTime()<range.end}else{isVisible=this.data.start.getTime()+widthInMs/2>range.start&&this.data.start.getTime()-widthInMs/2<range.end}return isVisible};BoxItem.prototype._createDomElement=function(){if(!this.dom){this.dom={};this.dom.box=document.createElement(\"DIV\");this.dom.content=document.createElement(\"DIV\");this.dom.content.className=\"vis-item-content\";this.dom.box.appendChild(this.dom.content);this.dom.line=document.createElement(\"DIV\");this.dom.line.className=\"vis-line\";this.dom.dot=document.createElement(\"DIV\");this.dom.dot.className=\"vis-dot\";this.dom.box[\"timeline-item\"]=this;this.dirty=true}};BoxItem.prototype._appendDomElement=function(){if(!this.parent){throw new Error(\"Cannot redraw item: no parent attached\")}if(!this.dom.box.parentNode){var foreground=this.parent.dom.foreground;if(!foreground)throw new Error(\"Cannot redraw item: parent has no foreground container element\");foreground.appendChild(this.dom.box)}if(!this.dom.line.parentNode){var background=this.parent.dom.background;if(!background)throw new Error(\"Cannot redraw item: parent has no background container element\");background.appendChild(this.dom.line)}if(!this.dom.dot.parentNode){var axis=this.parent.dom.axis;if(!background)throw new Error(\"Cannot redraw item: parent has no axis container element\");axis.appendChild(this.dom.dot)}this.displayed=true};BoxItem.prototype._updateDirtyDomComponents=function(){if(this.dirty){this._updateContents(this.dom.content);this._updateDataAttributes(this.dom.box);this._updateStyle(this.dom.box);var editable=this.editable.updateTime||this.editable.updateGroup;var className=(this.data.className?\" \"+this.data.className:\"\")+(this.selected?\" vis-selected\":\"\")+(editable?\" vis-editable\":\" vis-readonly\");this.dom.box.className=\"vis-item vis-box\"+className;this.dom.line.className=\"vis-item vis-line\"+className;this.dom.dot.className=\"vis-item vis-dot\"+className}};BoxItem.prototype._getDomComponentsSizes=function(){return{previous:{right:this.dom.box.style.right,left:this.dom.box.style.left},dot:{height:this.dom.dot.offsetHeight,width:this.dom.dot.offsetWidth},line:{width:this.dom.line.offsetWidth},box:{width:this.dom.box.offsetWidth,height:this.dom.box.offsetHeight}}};BoxItem.prototype._updateDomComponentsSizes=function(sizes){if(this.options.rtl){this.dom.box.style.right=\"0px\"}else{this.dom.box.style.left=\"0px\"}this.props.dot.height=sizes.dot.height;this.props.dot.width=sizes.dot.width;this.props.line.width=sizes.line.width;this.width=sizes.box.width;this.height=sizes.box.height;if(this.options.rtl){this.dom.box.style.right=sizes.previous.right}else{this.dom.box.style.left=sizes.previous.left}this.dirty=false};BoxItem.prototype._repaintDomAdditionals=function(){this._repaintOnItemUpdateTimeTooltip(this.dom.box);this._repaintDragCenter();this._repaintDeleteButton(this.dom.box)};BoxItem.prototype.redraw=function(returnQueue){var sizes;var queue=[this._createDomElement.bind(this),this._appendDomElement.bind(this),this._updateDirtyDomComponents.bind(this),function(){if(this.dirty){sizes=this._getDomComponentsSizes()}}.bind(this),function(){if(this.dirty){this._updateDomComponentsSizes.bind(this)(sizes)}}.bind(this),this._repaintDomAdditionals.bind(this)];if(returnQueue){return queue}else{var result;queue.forEach(function(fn){result=fn()});return result}};BoxItem.prototype.show=function(){if(!this.displayed){this.redraw()}};BoxItem.prototype.hide=function(){if(this.displayed){var dom=this.dom;if(dom.box.parentNode)dom.box.parentNode.removeChild(dom.box);if(dom.line.parentNode)dom.line.parentNode.removeChild(dom.line);if(dom.dot.parentNode)dom.dot.parentNode.removeChild(dom.dot);this.displayed=false}};BoxItem.prototype.repositionX=function(){var start=this.conversion.toScreen(this.data.start);var align=this.options.align;if(align==\"right\"){if(this.options.rtl){this.right=start-this.width;this.dom.box.style.right=this.right+\"px\";this.dom.line.style.right=start-this.props.line.width+\"px\";this.dom.dot.style.right=start-this.props.line.width/2-this.props.dot.width/2+\"px\"}else{this.left=start-this.width;this.dom.box.style.left=this.left+\"px\";this.dom.line.style.left=start-this.props.line.width+\"px\";this.dom.dot.style.left=start-this.props.line.width/2-this.props.dot.width/2+\"px\"}}else if(align==\"left\"){if(this.options.rtl){this.right=start;this.dom.box.style.right=this.right+\"px\";this.dom.line.style.right=start+\"px\";this.dom.dot.style.right=start+this.props.line.width/2-this.props.dot.width/2+\"px\"}else{this.left=start;this.dom.box.style.left=this.left+\"px\";this.dom.line.style.left=start+\"px\";this.dom.dot.style.left=start+this.props.line.width/2-this.props.dot.width/2+\"px\"}}else{if(this.options.rtl){this.right=start-this.width/2;this.dom.box.style.right=this.right+\"px\";this.dom.line.style.right=start-this.props.line.width+\"px\";this.dom.dot.style.right=start-this.props.dot.width/2+\"px\"}else{this.left=start-this.width/2;this.dom.box.style.left=this.left+\"px\";this.dom.line.style.left=start-this.props.line.width/2+\"px\";this.dom.dot.style.left=start-this.props.dot.width/2+\"px\"}}};BoxItem.prototype.repositionY=function(){var orientation=this.options.orientation.item;var box=this.dom.box;var line=this.dom.line;var dot=this.dom.dot;if(orientation==\"top\"){box.style.top=(this.top||0)+\"px\";line.style.top=\"0\";line.style.height=this.parent.top+this.top+1+\"px\";line.style.bottom=\"\"}else{var itemSetHeight=this.parent.itemSet.props.height;var lineHeight=itemSetHeight-this.parent.top-this.parent.height+this.top;box.style.top=(this.parent.height-this.top-this.height||0)+\"px\";line.style.top=itemSetHeight-lineHeight+\"px\";line.style.bottom=\"0\"}dot.style.top=-this.props.dot.height/2+\"px\"};BoxItem.prototype.getWidthLeft=function(){return this.width/2};BoxItem.prototype.getWidthRight=function(){return this.width/2};module.exports=BoxItem},function(module,exports,__webpack_require__){\"use strict\";var Item=__webpack_require__(38);function PointItem(data,conversion,options){this.props={dot:{top:0,width:0,height:0},content:{height:0,marginLeft:0,marginRight:0}};this.options=options;if(data){if(data.start==undefined){throw new Error('Property \"start\" missing in item '+data)}}Item.call(this,data,conversion,options)}PointItem.prototype=new Item(null,null,null);PointItem.prototype.isVisible=function(range){var widthInMs=this.width*range.getMillisecondsPerPixel();return this.data.start.getTime()+widthInMs>range.start&&this.data.start<range.end};PointItem.prototype._createDomElement=function(){if(!this.dom){this.dom={};this.dom.point=document.createElement(\"div\");this.dom.content=document.createElement(\"div\");this.dom.content.className=\"vis-item-content\";this.dom.point.appendChild(this.dom.content);this.dom.dot=document.createElement(\"div\");this.dom.point.appendChild(this.dom.dot);this.dom.point[\"timeline-item\"]=this;this.dirty=true}};PointItem.prototype._appendDomElement=function(){if(!this.parent){throw new Error(\"Cannot redraw item: no parent attached\")}if(!this.dom.point.parentNode){var foreground=this.parent.dom.foreground;if(!foreground){throw new Error(\"Cannot redraw item: parent has no foreground container element\")}foreground.appendChild(this.dom.point)}this.displayed=true};PointItem.prototype._updateDirtyDomComponents=function(){if(this.dirty){this._updateContents(this.dom.content);this._updateDataAttributes(this.dom.point);this._updateStyle(this.dom.point);var editable=this.editable.updateTime||this.editable.updateGroup;var className=(this.data.className?\" \"+this.data.className:\"\")+(this.selected?\" vis-selected\":\"\")+(editable?\" vis-editable\":\" vis-readonly\");this.dom.point.className=\"vis-item vis-point\"+className;this.dom.dot.className=\"vis-item vis-dot\"+className}};PointItem.prototype._getDomComponentsSizes=function(){return{dot:{width:this.dom.dot.offsetWidth,height:this.dom.dot.offsetHeight},content:{width:this.dom.content.offsetWidth,height:this.dom.content.offsetHeight},point:{width:this.dom.point.offsetWidth,height:this.dom.point.offsetHeight}}};PointItem.prototype._updateDomComponentsSizes=function(sizes){this.props.dot.width=sizes.dot.width;this.props.dot.height=sizes.dot.height;this.props.content.height=sizes.content.height;if(this.options.rtl){this.dom.content.style.marginRight=2*this.props.dot.width+\"px\"}else{this.dom.content.style.marginLeft=2*this.props.dot.width+\"px\"}this.width=sizes.point.width;this.height=sizes.point.height;this.dom.dot.style.top=(this.height-this.props.dot.height)/2+\"px\";if(this.options.rtl){this.dom.dot.style.right=this.props.dot.width/2+\"px\"}else{this.dom.dot.style.left=this.props.dot.width/2+\"px\"}this.dirty=false};PointItem.prototype._repaintDomAdditionals=function(){this._repaintOnItemUpdateTimeTooltip(this.dom.point);this._repaintDragCenter();this._repaintDeleteButton(this.dom.point)};PointItem.prototype.redraw=function(returnQueue){var sizes;var queue=[this._createDomElement.bind(this),this._appendDomElement.bind(this),this._updateDirtyDomComponents.bind(this),function(){if(this.dirty){sizes=this._getDomComponentsSizes()}}.bind(this),function(){if(this.dirty){this._updateDomComponentsSizes.bind(this)(sizes)}}.bind(this),this._repaintDomAdditionals.bind(this)];if(returnQueue){return queue}else{var result;queue.forEach(function(fn){result=fn()});return result}};PointItem.prototype.show=function(){if(!this.displayed){this.redraw()}};PointItem.prototype.hide=function(){if(this.displayed){if(this.dom.point.parentNode){this.dom.point.parentNode.removeChild(this.dom.point)}this.displayed=false}};PointItem.prototype.repositionX=function(){var start=this.conversion.toScreen(this.data.start);if(this.options.rtl){this.right=start-this.props.dot.width;this.dom.point.style.right=this.right+\"px\"}else{this.left=start-this.props.dot.width;this.dom.point.style.left=this.left+\"px\"}};PointItem.prototype.repositionY=function(){var orientation=this.options.orientation.item;var point=this.dom.point;if(orientation==\"top\"){point.style.top=this.top+\"px\"}else{point.style.top=this.parent.height-this.top-this.height+\"px\"}};PointItem.prototype.getWidthLeft=function(){return this.props.dot.width};PointItem.prototype.getWidthRight=function(){return this.props.dot.width};module.exports=PointItem},function(module,exports,__webpack_require__){\"use strict\";var Item=__webpack_require__(38);var BackgroundGroup=__webpack_require__(69);var RangeItem=__webpack_require__(70);function BackgroundItem(data,conversion,options){this.props={content:{width:0}};this.overflow=false;if(data){if(data.start==undefined){throw new Error('Property \"start\" missing in item '+data.id)}if(data.end==undefined){throw new Error('Property \"end\" missing in item '+data.id)}}Item.call(this,data,conversion,options)}BackgroundItem.prototype=new Item(null,null,null);BackgroundItem.prototype.baseClassName=\"vis-item vis-background\";BackgroundItem.prototype.stack=false;BackgroundItem.prototype.isVisible=function(range){return this.data.start<range.end&&this.data.end>range.start};BackgroundItem.prototype._createDomElement=function(){if(!this.dom){this.dom={};this.dom.box=document.createElement(\"div\");this.dom.frame=document.createElement(\"div\");this.dom.frame.className=\"vis-item-overflow\";this.dom.box.appendChild(this.dom.frame);this.dom.content=document.createElement(\"div\");this.dom.content.className=\"vis-item-content\";this.dom.frame.appendChild(this.dom.content);this.dirty=true}};BackgroundItem.prototype._appendDomElement=function(){if(!this.parent){throw new Error(\"Cannot redraw item: no parent attached\")}if(!this.dom.box.parentNode){var background=this.parent.dom.background;if(!background){throw new Error(\"Cannot redraw item: parent has no background container element\")}background.appendChild(this.dom.box)}this.displayed=true};BackgroundItem.prototype._updateDirtyDomComponents=function(){if(this.dirty){this._updateContents(this.dom.content);this._updateDataAttributes(this.dom.content);this._updateStyle(this.dom.box);var className=(this.data.className?\" \"+this.data.className:\"\")+(this.selected?\" vis-selected\":\"\");this.dom.box.className=this.baseClassName+className}};BackgroundItem.prototype._getDomComponentsSizes=function(){this.overflow=window.getComputedStyle(this.dom.content).overflow!==\"hidden\";return{content:{width:this.dom.content.offsetWidth}}};BackgroundItem.prototype._updateDomComponentsSizes=function(sizes){this.props.content.width=sizes.content.width;this.height=0;this.dirty=false};BackgroundItem.prototype._repaintDomAdditionals=function(){};BackgroundItem.prototype.redraw=function(returnQueue){var sizes;var queue=[this._createDomElement.bind(this),this._appendDomElement.bind(this),this._updateDirtyDomComponents.bind(this),function(){if(this.dirty){sizes=this._getDomComponentsSizes.bind(this)()}}.bind(this),function(){if(this.dirty){this._updateDomComponentsSizes.bind(this)(sizes)}}.bind(this),this._repaintDomAdditionals.bind(this)];if(returnQueue){return queue}else{var result;queue.forEach(function(fn){result=fn()});return result}};BackgroundItem.prototype.show=RangeItem.prototype.show;BackgroundItem.prototype.hide=RangeItem.prototype.hide;BackgroundItem.prototype.repositionX=RangeItem.prototype.repositionX;BackgroundItem.prototype.repositionY=function(margin){var height;var orientation=this.options.orientation.item;if(this.data.subgroup!==undefined){var itemSubgroup=this.data.subgroup;this.dom.box.style.height=this.parent.subgroups[itemSubgroup].height+\"px\";if(orientation==\"top\"){this.dom.box.style.top=this.parent.top+this.parent.subgroups[itemSubgroup].top+\"px\"}else{this.dom.box.style.top=this.parent.top+this.parent.height-this.parent.subgroups[itemSubgroup].top-this.parent.subgroups[itemSubgroup].height+\"px\"}this.dom.box.style.bottom=\"\"}else{if(this.parent instanceof BackgroundGroup){height=Math.max(this.parent.height,this.parent.itemSet.body.domProps.center.height,this.parent.itemSet.body.domProps.centerContainer.height);this.dom.box.style.bottom=orientation==\"bottom\"?\"0\":\"\";this.dom.box.style.top=orientation==\"top\"?\"0\":\"\"}else{height=this.parent.height;this.dom.box.style.top=this.parent.top+\"px\";this.dom.box.style.bottom=\"\"}}this.dom.box.style.height=height+\"px\"};module.exports=BackgroundItem},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Popup=function(){function Popup(container,overflowMethod){(0,_classCallCheck3[\"default\"])(this,Popup);this.container=container;this.overflowMethod=overflowMethod||\"cap\";this.x=0;this.y=0;this.padding=5;this.hidden=false;this.frame=document.createElement(\"div\");this.frame.className=\"vis-tooltip\";this.container.appendChild(this.frame)}(0,_createClass3[\"default\"])(Popup,[{key:\"setPosition\",value:function setPosition(x,y){this.x=parseInt(x);this.y=parseInt(y)}},{key:\"setText\",value:function setText(content){if(content instanceof Element){this.frame.innerHTML=\"\";this.frame.appendChild(content)}else{this.frame.innerHTML=content}}},{key:\"show\",value:function show(doShow){if(doShow===undefined){doShow=true}if(doShow===true){var height=this.frame.clientHeight;var width=this.frame.clientWidth;var maxHeight=this.frame.parentNode.clientHeight;var maxWidth=this.frame.parentNode.clientWidth;var left=0,top=0;if(this.overflowMethod==\"flip\"){var isLeft=false,isTop=true;if(this.y-height<this.padding){isTop=false}if(this.x+width>maxWidth-this.padding){isLeft=true}if(isLeft){left=this.x-width}else{left=this.x}if(isTop){top=this.y-height}else{top=this.y}}else{top=this.y-height;if(top+height+this.padding>maxHeight){top=maxHeight-height-this.padding}if(top<this.padding){top=this.padding}left=this.x;if(left+width+this.padding>maxWidth){left=maxWidth-width-this.padding}if(left<this.padding){left=this.padding}}this.frame.style.left=left+\"px\";this.frame.style.top=top+\"px\";this.frame.style.visibility=\"visible\";this.hidden=false}else{this.hide()}}},{key:\"hide\",value:function hide(){this.hidden=true;this.frame.style.left=\"0\";this.frame.style.top=\"0\";this.frame.style.visibility=\"hidden\"}},{key:\"destroy\",value:function destroy(){this.frame.parentNode.removeChild(this.frame)}}]);return Popup}();exports[\"default\"]=Popup},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var string=\"string\";var bool=\"boolean\";var number=\"number\";var array=\"array\";var date=\"date\";var object=\"object\";var dom=\"dom\";var moment=\"moment\";var any=\"any\";var allOptions={configure:{enabled:{boolean:bool},filter:{boolean:bool,function:\"function\"},container:{dom:dom},__type__:{object:object,boolean:bool,function:\"function\"}},align:{string:string},rtl:{boolean:bool,undefined:\"undefined\"},rollingMode:{follow:{boolean:bool},offset:{number:number,undefined:\"undefined\"},__type__:{object:object}},verticalScroll:{boolean:bool,undefined:\"undefined\"},horizontalScroll:{boolean:bool,undefined:\"undefined\"},autoResize:{boolean:bool},throttleRedraw:{number:number},clickToUse:{boolean:bool},dataAttributes:{string:string,array:array},editable:{add:{boolean:bool,undefined:\"undefined\"},remove:{boolean:bool,undefined:\"undefined\"},updateGroup:{boolean:bool,undefined:\"undefined\"},updateTime:{boolean:bool,undefined:\"undefined\"},overrideItems:{boolean:bool,undefined:\"undefined\"},__type__:{boolean:bool,object:object}},end:{number:number,date:date,string:string,moment:moment},format:{minorLabels:{millisecond:{string:string,undefined:\"undefined\"},second:{string:string,undefined:\"undefined\"},minute:{string:string,undefined:\"undefined\"},hour:{string:string,undefined:\"undefined\"},weekday:{string:string,undefined:\"undefined\"},day:{string:string,undefined:\"undefined\"},week:{string:string,undefined:\"undefined\"},month:{string:string,undefined:\"undefined\"},year:{string:string,undefined:\"undefined\"},__type__:{object:object,function:\"function\"}},majorLabels:{millisecond:{string:string,undefined:\"undefined\"},second:{string:string,undefined:\"undefined\"},minute:{string:string,undefined:\"undefined\"},hour:{string:string,undefined:\"undefined\"},weekday:{string:string,undefined:\"undefined\"},day:{string:string,undefined:\"undefined\"},week:{string:string,undefined:\"undefined\"},month:{string:string,undefined:\"undefined\"},year:{string:string,undefined:\"undefined\"},__type__:{object:object,function:\"function\"}},__type__:{object:object}},moment:{function:\"function\"},groupOrder:{string:string,function:\"function\"},groupEditable:{add:{boolean:bool,undefined:\"undefined\"},remove:{boolean:bool,undefined:\"undefined\"},order:{boolean:bool,undefined:\"undefined\"},__type__:{boolean:bool,object:object}},groupOrderSwap:{function:\"function\"},height:{string:string,number:number},hiddenDates:{start:{date:date,number:number,string:string,moment:moment},end:{date:date,number:number,string:string,moment:moment},repeat:{string:string},__type__:{object:object,array:array}},itemsAlwaysDraggable:{item:{boolean:bool,undefined:\"undefined\"},range:{boolean:bool,undefined:\"undefined\"},__type__:{boolean:bool,object:object}},limitSize:{boolean:bool},locale:{string:string},locales:{__any__:{any:any},__type__:{object:object}},margin:{axis:{number:number},item:{horizontal:{number:number,undefined:\"undefined\"},vertical:{number:number,undefined:\"undefined\"},__type__:{object:object,number:number}},__type__:{object:object,number:number}},max:{date:date,number:number,string:string,moment:moment},maxHeight:{number:number,string:string},maxMinorChars:{number:number},min:{date:date,number:number,string:string,moment:moment},minHeight:{number:number,string:string},moveable:{boolean:bool},multiselect:{boolean:bool},multiselectPerGroup:{boolean:bool},onAdd:{function:\"function\"},onDropObjectOnItem:{function:\"function\"},onUpdate:{function:\"function\"},onMove:{function:\"function\"},onMoving:{function:\"function\"},onRemove:{function:\"function\"},onAddGroup:{function:\"function\"},onMoveGroup:{function:\"function\"},onRemoveGroup:{function:\"function\"},onInitialDrawComplete:{function:\"function\"},order:{function:\"function\"},orientation:{axis:{string:string,undefined:\"undefined\"},item:{string:string,undefined:\"undefined\"},__type__:{string:string,object:object}},selectable:{boolean:bool},showCurrentTime:{boolean:bool},showMajorLabels:{boolean:bool},showMinorLabels:{boolean:bool},stack:{boolean:bool},stackSubgroups:{boolean:bool},snap:{function:\"function\",null:\"null\"},start:{date:date,number:number,string:string,moment:moment},template:{function:\"function\"},groupTemplate:{function:\"function\"},visibleFrameTemplate:{string:string,function:\"function\"},showTooltips:{boolean:bool},tooltip:{followMouse:{boolean:bool},overflowMethod:{string:[\"cap\",\"flip\"]},__type__:{object:object}},tooltipOnItemUpdateTime:{template:{function:\"function\"},__type__:{boolean:bool,object:object}},timeAxis:{scale:{string:string,undefined:\"undefined\"},step:{number:number,undefined:\"undefined\"},__type__:{object:object}},type:{string:string},width:{string:string,number:number},zoomable:{boolean:bool},zoomKey:{string:[\"ctrlKey\",\"altKey\",\"metaKey\",\"\"]},zoomMax:{number:number},zoomMin:{number:number},__type__:{object:object}};var configureOptions={global:{align:[\"center\",\"left\",\"right\"],direction:false,autoResize:true,clickToUse:false,editable:{add:false,remove:false,updateGroup:false,updateTime:false},end:\"\",format:{minorLabels:{millisecond:\"SSS\",second:\"s\",minute:\"HH:mm\",hour:\"HH:mm\",weekday:\"ddd D\",day:\"D\",week:\"w\",month:\"MMM\",year:\"YYYY\"},majorLabels:{millisecond:\"HH:mm:ss\",second:\"D MMMM HH:mm\",minute:\"ddd D MMMM\",hour:\"ddd D MMMM\",weekday:\"MMMM YYYY\",day:\"MMMM YYYY\",week:\"MMMM YYYY\",month:\"YYYY\",year:\"\"}},groupsDraggable:false,height:\"\",locale:\"\",margin:{axis:[20,0,100,1],item:{horizontal:[10,0,100,1],vertical:[10,0,100,1]}},max:\"\",maxHeight:\"\",maxMinorChars:[7,0,20,1],min:\"\",minHeight:\"\",moveable:false,multiselect:false,multiselectPerGroup:false,orientation:{axis:[\"both\",\"bottom\",\"top\"],item:[\"bottom\",\"top\"]},selectable:true,showCurrentTime:false,showMajorLabels:true,showMinorLabels:true,stack:true,stackSubgroups:true,start:\"\",showTooltips:true,tooltip:{followMouse:false,overflowMethod:\"flip\"},tooltipOnItemUpdateTime:false,type:[\"box\",\"point\",\"range\",\"background\"],width:\"100%\",zoomable:true,zoomKey:[\"ctrlKey\",\"altKey\",\"metaKey\",\"\"],zoomMax:[31536e10,10,31536e10,1],zoomMin:[10,10,31536e10,1]}};exports.allOptions=allOptions;exports.configureOptions=configureOptions},function(module,exports,__webpack_require__){\"use strict\";var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var DOMutil=__webpack_require__(14);var DataSet=__webpack_require__(11);var DataView=__webpack_require__(12);var Component=__webpack_require__(16);var DataAxis=__webpack_require__(107);var GraphGroup=__webpack_require__(109);var Legend=__webpack_require__(112);var Bars=__webpack_require__(110)\n;var Lines=__webpack_require__(111);var Points=__webpack_require__(72);var UNGROUPED=\"__ungrouped__\";function LineGraph(body,options){this.id=util.randomUUID();this.body=body;this.defaultOptions={yAxisOrientation:\"left\",defaultGroup:\"default\",sort:true,sampling:true,stack:false,graphHeight:\"400px\",shaded:{enabled:false,orientation:\"bottom\"},style:\"line\",barChart:{width:50,sideBySide:false,align:\"center\"},interpolation:{enabled:true,parametrization:\"centripetal\",alpha:.5},drawPoints:{enabled:true,size:6,style:\"square\"},dataAxis:{},legend:{},groups:{visibility:{}}};this.options=util.extend({},this.defaultOptions);this.dom={};this.props={};this.hammer=null;this.groups={};this.abortedGraphUpdate=false;this.updateSVGheight=false;this.updateSVGheightOnResize=false;this.forceGraphUpdate=true;var me=this;this.itemsData=null;this.groupsData=null;this.itemListeners={add:function add(event,params,senderId){me._onAdd(params.items)},update:function update(event,params,senderId){me._onUpdate(params.items)},remove:function remove(event,params,senderId){me._onRemove(params.items)}};this.groupListeners={add:function add(event,params,senderId){me._onAddGroups(params.items)},update:function update(event,params,senderId){me._onUpdateGroups(params.items)},remove:function remove(event,params,senderId){me._onRemoveGroups(params.items)}};this.items={};this.selection=[];this.lastStart=this.body.range.start;this.touchParams={};this.svgElements={};this.setOptions(options);this.groupsUsingDefaultStyles=[0];this.body.emitter.on(\"rangechanged\",function(){me.lastStart=me.body.range.start;me.svg.style.left=util.option.asSize(-me.props.width);me.forceGraphUpdate=true;me.redraw.call(me)});this._create();this.framework={svg:this.svg,svgElements:this.svgElements,options:this.options,groups:this.groups}}LineGraph.prototype=new Component;LineGraph.prototype._create=function(){var frame=document.createElement(\"div\");frame.className=\"vis-line-graph\";this.dom.frame=frame;this.svg=document.createElementNS(\"http://www.w3.org/2000/svg\",\"svg\");this.svg.style.position=\"relative\";this.svg.style.height=(\"\"+this.options.graphHeight).replace(\"px\",\"\")+\"px\";this.svg.style.display=\"block\";frame.appendChild(this.svg);this.options.dataAxis.orientation=\"left\";this.yAxisLeft=new DataAxis(this.body,this.options.dataAxis,this.svg,this.options.groups);this.options.dataAxis.orientation=\"right\";this.yAxisRight=new DataAxis(this.body,this.options.dataAxis,this.svg,this.options.groups);delete this.options.dataAxis.orientation;this.legendLeft=new Legend(this.body,this.options.legend,\"left\",this.options.groups);this.legendRight=new Legend(this.body,this.options.legend,\"right\",this.options.groups);this.show()};LineGraph.prototype.setOptions=function(options){if(options){var fields=[\"sampling\",\"defaultGroup\",\"stack\",\"height\",\"graphHeight\",\"yAxisOrientation\",\"style\",\"barChart\",\"dataAxis\",\"sort\",\"groups\"];if(options.graphHeight===undefined&&options.height!==undefined){this.updateSVGheight=true;this.updateSVGheightOnResize=true}else if(this.body.domProps.centerContainer.height!==undefined&&options.graphHeight!==undefined){if(parseInt((options.graphHeight+\"\").replace(\"px\",\"\"))<this.body.domProps.centerContainer.height){this.updateSVGheight=true}}util.selectiveDeepExtend(fields,this.options,options);util.mergeOptions(this.options,options,\"interpolation\");util.mergeOptions(this.options,options,\"drawPoints\");util.mergeOptions(this.options,options,\"shaded\");util.mergeOptions(this.options,options,\"legend\");if(options.interpolation){if((0,_typeof3[\"default\"])(options.interpolation)==\"object\"){if(options.interpolation.parametrization){if(options.interpolation.parametrization==\"uniform\"){this.options.interpolation.alpha=0}else if(options.interpolation.parametrization==\"chordal\"){this.options.interpolation.alpha=1}else{this.options.interpolation.parametrization=\"centripetal\";this.options.interpolation.alpha=.5}}}}if(this.yAxisLeft){if(options.dataAxis!==undefined){this.yAxisLeft.setOptions(this.options.dataAxis);this.yAxisRight.setOptions(this.options.dataAxis)}}if(this.legendLeft){if(options.legend!==undefined){this.legendLeft.setOptions(this.options.legend);this.legendRight.setOptions(this.options.legend)}}if(this.groups.hasOwnProperty(UNGROUPED)){this.groups[UNGROUPED].setOptions(options)}}if(this.dom.frame){this.forceGraphUpdate=true;this.body.emitter.emit(\"_change\",{queue:true})}};LineGraph.prototype.hide=function(){if(this.dom.frame.parentNode){this.dom.frame.parentNode.removeChild(this.dom.frame)}};LineGraph.prototype.show=function(){if(!this.dom.frame.parentNode){this.body.dom.center.appendChild(this.dom.frame)}};LineGraph.prototype.setItems=function(items){var me=this,ids,oldItemsData=this.itemsData;if(!items){this.itemsData=null}else if(items instanceof DataSet||items instanceof DataView){this.itemsData=items}else{throw new TypeError(\"Data must be an instance of DataSet or DataView\")}if(oldItemsData){util.forEach(this.itemListeners,function(callback,event){oldItemsData.off(event,callback)});ids=oldItemsData.getIds();this._onRemove(ids)}if(this.itemsData){var id=this.id;util.forEach(this.itemListeners,function(callback,event){me.itemsData.on(event,callback,id)});ids=this.itemsData.getIds();this._onAdd(ids)}};LineGraph.prototype.setGroups=function(groups){var me=this;var ids;if(this.groupsData){util.forEach(this.groupListeners,function(callback,event){me.groupsData.off(event,callback)});ids=this.groupsData.getIds();this.groupsData=null;for(var i=0;i<ids.length;i++){this._removeGroup(ids[i])}}if(!groups){this.groupsData=null}else if(groups instanceof DataSet||groups instanceof DataView){this.groupsData=groups}else{throw new TypeError(\"Data must be an instance of DataSet or DataView\")}if(this.groupsData){var id=this.id;util.forEach(this.groupListeners,function(callback,event){me.groupsData.on(event,callback,id)});ids=this.groupsData.getIds();this._onAddGroups(ids)}};LineGraph.prototype._onUpdate=function(ids){this._updateAllGroupData(ids)};LineGraph.prototype._onAdd=function(ids){this._onUpdate(ids)};LineGraph.prototype._onRemove=function(ids){this._onUpdate(ids)};LineGraph.prototype._onUpdateGroups=function(groupIds){this._updateAllGroupData(null,groupIds)};LineGraph.prototype._onAddGroups=function(groupIds){this._onUpdateGroups(groupIds)};LineGraph.prototype._onRemoveGroups=function(groupIds){for(var i=0;i<groupIds.length;i++){this._removeGroup(groupIds[i])}this.forceGraphUpdate=true;this.body.emitter.emit(\"_change\",{queue:true})};LineGraph.prototype._removeGroup=function(groupId){if(this.groups.hasOwnProperty(groupId)){if(this.groups[groupId].options.yAxisOrientation==\"right\"){this.yAxisRight.removeGroup(groupId);this.legendRight.removeGroup(groupId);this.legendRight.redraw()}else{this.yAxisLeft.removeGroup(groupId);this.legendLeft.removeGroup(groupId);this.legendLeft.redraw()}delete this.groups[groupId]}};LineGraph.prototype._updateGroup=function(group,groupId){if(!this.groups.hasOwnProperty(groupId)){this.groups[groupId]=new GraphGroup(group,groupId,this.options,this.groupsUsingDefaultStyles);if(this.groups[groupId].options.yAxisOrientation==\"right\"){this.yAxisRight.addGroup(groupId,this.groups[groupId]);this.legendRight.addGroup(groupId,this.groups[groupId])}else{this.yAxisLeft.addGroup(groupId,this.groups[groupId]);this.legendLeft.addGroup(groupId,this.groups[groupId])}}else{this.groups[groupId].update(group);if(this.groups[groupId].options.yAxisOrientation==\"right\"){this.yAxisRight.updateGroup(groupId,this.groups[groupId]);this.legendRight.updateGroup(groupId,this.groups[groupId]);this.yAxisLeft.removeGroup(groupId);this.legendLeft.removeGroup(groupId)}else{this.yAxisLeft.updateGroup(groupId,this.groups[groupId]);this.legendLeft.updateGroup(groupId,this.groups[groupId]);this.yAxisRight.removeGroup(groupId);this.legendRight.removeGroup(groupId)}}this.legendLeft.redraw();this.legendRight.redraw()};LineGraph.prototype._updateAllGroupData=function(ids,groupIds){if(this.itemsData!=null){var groupsContent={};var items=this.itemsData.get();var fieldId=this.itemsData._fieldId;var idMap={};if(ids){ids.map(function(id){idMap[id]=id})}var groupCounts={};for(var i=0;i<items.length;i++){var item=items[i];var groupId=item.group;if(groupId===null||groupId===undefined){groupId=UNGROUPED}groupCounts.hasOwnProperty(groupId)?groupCounts[groupId]++:groupCounts[groupId]=1}var existingItemsMap={};if(!groupIds&&ids){for(groupId in this.groups){if(this.groups.hasOwnProperty(groupId)){group=this.groups[groupId];var existing_items=group.getItems();groupsContent[groupId]=existing_items.filter(function(item){existingItemsMap[item[fieldId]]=item[fieldId];return item[fieldId]!==idMap[item[fieldId]]});var newLength=groupCounts[groupId];groupCounts[groupId]-=groupsContent[groupId].length;if(groupsContent[groupId].length<newLength){groupsContent[groupId][newLength-1]={}}}}}for(i=0;i<items.length;i++){item=items[i];groupId=item.group;if(groupId===null||groupId===undefined){groupId=UNGROUPED}if(!groupIds&&ids&&item[fieldId]!==idMap[item[fieldId]]&&existingItemsMap.hasOwnProperty(item[fieldId])){continue}if(!groupsContent.hasOwnProperty(groupId)){groupsContent[groupId]=new Array(groupCounts[groupId])}var extended=util.bridgeObject(item);extended.x=util.convert(item.x,\"Date\");extended.end=util.convert(item.end,\"Date\");extended.orginalY=item.y;extended.y=Number(item.y);extended[fieldId]=item[fieldId];var index=groupsContent[groupId].length-groupCounts[groupId]--;groupsContent[groupId][index]=extended}for(groupId in this.groups){if(this.groups.hasOwnProperty(groupId)){if(!groupsContent.hasOwnProperty(groupId)){groupsContent[groupId]=new Array(0)}}}for(groupId in groupsContent){if(groupsContent.hasOwnProperty(groupId)){if(groupsContent[groupId].length==0){if(this.groups.hasOwnProperty(groupId)){this._removeGroup(groupId)}}else{var group=undefined;if(this.groupsData!=undefined){group=this.groupsData.get(groupId)}if(group==undefined){group={id:groupId,content:this.options.defaultGroup+groupId}}this._updateGroup(group,groupId);this.groups[groupId].setItems(groupsContent[groupId])}}}this.forceGraphUpdate=true;this.body.emitter.emit(\"_change\",{queue:true})}};LineGraph.prototype.redraw=function(){var resized=false;this.props.width=this.dom.frame.offsetWidth;this.props.height=this.body.domProps.centerContainer.height-this.body.domProps.border.top-this.body.domProps.border.bottom;resized=this._isResized()||resized;var visibleInterval=this.body.range.end-this.body.range.start;var zoomed=visibleInterval!=this.lastVisibleInterval;this.lastVisibleInterval=visibleInterval;if(resized==true){this.svg.style.width=util.option.asSize(3*this.props.width);this.svg.style.left=util.option.asSize(-this.props.width);if((this.options.height+\"\").indexOf(\"%\")!=-1||this.updateSVGheightOnResize==true){this.updateSVGheight=true}}if(this.updateSVGheight==true){if(this.options.graphHeight!=this.props.height+\"px\"){this.options.graphHeight=this.props.height+\"px\";this.svg.style.height=this.props.height+\"px\"}this.updateSVGheight=false}else{this.svg.style.height=(\"\"+this.options.graphHeight).replace(\"px\",\"\")+\"px\"}if(resized==true||zoomed==true||this.abortedGraphUpdate==true||this.forceGraphUpdate==true){resized=this._updateGraph()||resized;this.forceGraphUpdate=false}else{if(this.lastStart!=0){var offset=this.body.range.start-this.lastStart;var range=this.body.range.end-this.body.range.start;if(this.props.width!=0){var rangePerPixelInv=this.props.width/range;var xOffset=offset*rangePerPixelInv;this.svg.style.left=-this.props.width-xOffset+\"px\"}}}this.legendLeft.redraw();this.legendRight.redraw();return resized};LineGraph.prototype._getSortedGroupIds=function(){var grouplist=[];for(var groupId in this.groups){if(this.groups.hasOwnProperty(groupId)){var group=this.groups[groupId];if(group.visible==true&&(this.options.groups.visibility[groupId]===undefined||this.options.groups.visibility[groupId]==true)){grouplist.push({id:groupId,zIndex:group.options.zIndex})}}}util.insertSort(grouplist,function(a,b){var az=a.zIndex;var bz=b.zIndex;if(az===undefined)az=0;if(bz===undefined)bz=0;return az==bz?0:az<bz?-1:1});var groupIds=new Array(grouplist.length);for(var i=0;i<grouplist.length;i++){groupIds[i]=grouplist[i].id}return groupIds};LineGraph.prototype._updateGraph=function(){DOMutil.prepareElements(this.svgElements);if(this.props.width!=0&&this.itemsData!=null){var group,i;var groupRanges={};var changeCalled=false;var minDate=this.body.util.toGlobalTime(-this.body.domProps.root.width);var maxDate=this.body.util.toGlobalTime(2*this.body.domProps.root.width);var groupIds=this._getSortedGroupIds();if(groupIds.length>0){var groupsData={};this._getRelevantData(groupIds,groupsData,minDate,maxDate);this._applySampling(groupIds,groupsData);for(i=0;i<groupIds.length;i++){this._convertXcoordinates(groupsData[groupIds[i]])}this._getYRanges(groupIds,groupsData,groupRanges);changeCalled=this._updateYAxis(groupIds,groupRanges);if(changeCalled==true){DOMutil.cleanupElements(this.svgElements);this.abortedGraphUpdate=true;return true}this.abortedGraphUpdate=false;var below=undefined;for(i=0;i<groupIds.length;i++){group=this.groups[groupIds[i]];if(this.options.stack===true&&this.options.style===\"line\"){if(group.options.excludeFromStacking==undefined||!group.options.excludeFromStacking){if(below!=undefined){this._stack(groupsData[group.id],groupsData[below.id]);if(group.options.shaded.enabled==true&&group.options.shaded.orientation!==\"group\"){if(group.options.shaded.orientation==\"top\"&&below.options.shaded.orientation!==\"group\"){below.options.shaded.orientation=\"group\";below.options.shaded.groupId=group.id}else{group.options.shaded.orientation=\"group\";group.options.shaded.groupId=below.id}}}below=group}}this._convertYcoordinates(groupsData[groupIds[i]],group)}var paths={};for(i=0;i<groupIds.length;i++){group=this.groups[groupIds[i]];if(group.options.style===\"line\"&&group.options.shaded.enabled==true){var dataset=groupsData[groupIds[i]];if(dataset==null||dataset.length==0){continue}if(!paths.hasOwnProperty(groupIds[i])){paths[groupIds[i]]=Lines.calcPath(dataset,group)}if(group.options.shaded.orientation===\"group\"){var subGroupId=group.options.shaded.groupId;if(groupIds.indexOf(subGroupId)===-1){console.log(group.id+\": Unknown shading group target given:\"+subGroupId);continue}if(!paths.hasOwnProperty(subGroupId)){paths[subGroupId]=Lines.calcPath(groupsData[subGroupId],this.groups[subGroupId])}Lines.drawShading(paths[groupIds[i]],group,paths[subGroupId],this.framework)}else{Lines.drawShading(paths[groupIds[i]],group,undefined,this.framework)}}}Bars.draw(groupIds,groupsData,this.framework);for(i=0;i<groupIds.length;i++){group=this.groups[groupIds[i]];if(groupsData[groupIds[i]].length>0){switch(group.options.style){case\"line\":if(!paths.hasOwnProperty(groupIds[i])){paths[groupIds[i]]=Lines.calcPath(groupsData[groupIds[i]],group)}Lines.draw(paths[groupIds[i]],group,this.framework);case\"point\":case\"points\":if(group.options.style==\"point\"||group.options.style==\"points\"||group.options.drawPoints.enabled==true){Points.draw(groupsData[groupIds[i]],group,this.framework)}break;case\"bar\":default:}}}}}DOMutil.cleanupElements(this.svgElements);return false};LineGraph.prototype._stack=function(data,subData){var index,dx,dy,subPrevPoint,subNextPoint;index=0;for(var j=0;j<data.length;j++){subPrevPoint=undefined;subNextPoint=undefined;for(var k=index;k<subData.length;k++){if(subData[k].x===data[j].x){subPrevPoint=subData[k];subNextPoint=subData[k];index=k;break}else if(subData[k].x>data[j].x){subNextPoint=subData[k];if(k==0){subPrevPoint=subNextPoint}else{subPrevPoint=subData[k-1]}index=k;break}}if(subNextPoint===undefined){subPrevPoint=subData[subData.length-1];subNextPoint=subData[subData.length-1]}dx=subNextPoint.x-subPrevPoint.x;dy=subNextPoint.y-subPrevPoint.y;if(dx==0){data[j].y=data[j].orginalY+subNextPoint.y}else{data[j].y=data[j].orginalY+dy/dx*(data[j].x-subPrevPoint.x)+subPrevPoint.y}}};LineGraph.prototype._getRelevantData=function(groupIds,groupsData,minDate,maxDate){var group,i,j,item;if(groupIds.length>0){for(i=0;i<groupIds.length;i++){group=this.groups[groupIds[i]];var itemsData=group.getItems();if(group.options.sort==true){var dateComparator=function dateComparator(a,b){return a.getTime()==b.getTime()?0:a<b?-1:1};var first=Math.max(0,util.binarySearchValue(itemsData,minDate,\"x\",\"before\",dateComparator));var last=Math.min(itemsData.length,util.binarySearchValue(itemsData,maxDate,\"x\",\"after\",dateComparator)+1);if(last<=0){last=itemsData.length}var dataContainer=new Array(last-first);for(j=first;j<last;j++){item=group.itemsData[j];dataContainer[j-first]=item}groupsData[groupIds[i]]=dataContainer}else{groupsData[groupIds[i]]=group.itemsData}}}};LineGraph.prototype._applySampling=function(groupIds,groupsData){var group;if(groupIds.length>0){for(var i=0;i<groupIds.length;i++){group=this.groups[groupIds[i]];if(group.options.sampling==true){var dataContainer=groupsData[groupIds[i]];if(dataContainer.length>0){var increment=1;var amountOfPoints=dataContainer.length;var xDistance=this.body.util.toGlobalScreen(dataContainer[dataContainer.length-1].x)-this.body.util.toGlobalScreen(dataContainer[0].x);var pointsPerPixel=amountOfPoints/xDistance;increment=Math.min(Math.ceil(.2*amountOfPoints),Math.max(1,Math.round(pointsPerPixel)));var sampledData=new Array(amountOfPoints);for(var j=0;j<amountOfPoints;j+=increment){var idx=Math.round(j/increment);sampledData[idx]=dataContainer[j]}groupsData[groupIds[i]]=sampledData.splice(0,Math.round(amountOfPoints/increment))}}}}};LineGraph.prototype._getYRanges=function(groupIds,groupsData,groupRanges){var groupData,group,i;var combinedDataLeft=[];var combinedDataRight=[];var options;if(groupIds.length>0){for(i=0;i<groupIds.length;i++){groupData=groupsData[groupIds[i]];options=this.groups[groupIds[i]].options;if(groupData.length>0){group=this.groups[groupIds[i]];if(options.stack===true&&options.style===\"bar\"){if(options.yAxisOrientation===\"left\"){combinedDataLeft=combinedDataLeft.concat(groupData)}else{combinedDataRight=combinedDataRight.concat(groupData)}}else{groupRanges[groupIds[i]]=group.getYRange(groupData,groupIds[i])}}}Bars.getStackedYRange(combinedDataLeft,groupRanges,groupIds,\"__barStackLeft\",\"left\");Bars.getStackedYRange(combinedDataRight,groupRanges,groupIds,\"__barStackRight\",\"right\")}};LineGraph.prototype._updateYAxis=function(groupIds,groupRanges){var resized=false;var yAxisLeftUsed=false;var yAxisRightUsed=false;var minLeft=1e9,minRight=1e9,maxLeft=-1e9,maxRight=-1e9,minVal,maxVal;if(groupIds.length>0){for(var i=0;i<groupIds.length;i++){var group=this.groups[groupIds[i]];if(group&&group.options.yAxisOrientation!=\"right\"){yAxisLeftUsed=true;minLeft=1e9;maxLeft=-1e9}else if(group&&group.options.yAxisOrientation){yAxisRightUsed=true;minRight=1e9;maxRight=-1e9}}for(i=0;i<groupIds.length;i++){if(groupRanges.hasOwnProperty(groupIds[i])){if(groupRanges[groupIds[i]].ignore!==true){minVal=groupRanges[groupIds[i]].min;maxVal=groupRanges[groupIds[i]].max;if(groupRanges[groupIds[i]].yAxisOrientation!=\"right\"){yAxisLeftUsed=true;minLeft=minLeft>minVal?minVal:minLeft;maxLeft=maxLeft<maxVal?maxVal:maxLeft}else{yAxisRightUsed=true;minRight=minRight>minVal?minVal:minRight;maxRight=maxRight<maxVal?maxVal:maxRight}}}}if(yAxisLeftUsed==true){this.yAxisLeft.setRange(minLeft,maxLeft)}if(yAxisRightUsed==true){this.yAxisRight.setRange(minRight,maxRight)}}resized=this._toggleAxisVisiblity(yAxisLeftUsed,this.yAxisLeft)||resized;resized=this._toggleAxisVisiblity(yAxisRightUsed,this.yAxisRight)||resized;if(yAxisRightUsed==true&&yAxisLeftUsed==true){this.yAxisLeft.drawIcons=true;this.yAxisRight.drawIcons=true}else{this.yAxisLeft.drawIcons=false;this.yAxisRight.drawIcons=false}this.yAxisRight.master=!yAxisLeftUsed;this.yAxisRight.masterAxis=this.yAxisLeft;if(this.yAxisRight.master==false){if(yAxisRightUsed==true){this.yAxisLeft.lineOffset=this.yAxisRight.width}else{this.yAxisLeft.lineOffset=0}resized=this.yAxisLeft.redraw()||resized;resized=this.yAxisRight.redraw()||resized}else{resized=this.yAxisRight.redraw()||resized}var tempGroups=[\"__barStackLeft\",\"__barStackRight\",\"__lineStackLeft\",\"__lineStackRight\"];for(i=0;i<tempGroups.length;i++){if(groupIds.indexOf(tempGroups[i])!=-1){groupIds.splice(groupIds.indexOf(tempGroups[i]),1)}}return resized};LineGraph.prototype._toggleAxisVisiblity=function(axisUsed,axis){var changed=false;if(axisUsed==false){if(axis.dom.frame.parentNode&&axis.hidden==false){axis.hide();changed=true}}else{if(!axis.dom.frame.parentNode&&axis.hidden==true){axis.show();changed=true}}return changed};LineGraph.prototype._convertXcoordinates=function(datapoints){var toScreen=this.body.util.toScreen;for(var i=0;i<datapoints.length;i++){datapoints[i].screen_x=toScreen(datapoints[i].x)+this.props.width;datapoints[i].screen_y=datapoints[i].y;if(datapoints[i].end!=undefined){datapoints[i].screen_end=toScreen(datapoints[i].end)+this.props.width}else{datapoints[i].screen_end=undefined}}};LineGraph.prototype._convertYcoordinates=function(datapoints,group){var axis=this.yAxisLeft;var svgHeight=Number(this.svg.style.height.replace(\"px\",\"\"));if(group.options.yAxisOrientation==\"right\"){axis=this.yAxisRight}for(var i=0;i<datapoints.length;i++){datapoints[i].screen_y=Math.round(axis.convertValue(datapoints[i].y))}group.setZeroPosition(Math.min(svgHeight,axis.convertValue(0)))};module.exports=LineGraph},function(module,exports,__webpack_require__){\"use strict\";var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var DOMutil=__webpack_require__(14);var Component=__webpack_require__(16);var DataScale=__webpack_require__(108);function DataAxis(body,options,svg,linegraphOptions){this.id=util.randomUUID();this.body=body;this.defaultOptions={orientation:\"left\",showMinorLabels:true,showMajorLabels:true,icons:false,majorLinesOffset:7,minorLinesOffset:4,labelOffsetX:10,labelOffsetY:2,iconWidth:20,width:\"40px\",visible:true,alignZeros:true,left:{range:{min:undefined,max:undefined},format:function format(value){return\"\"+parseFloat(value.toPrecision(3))},title:{text:undefined,style:undefined}},right:{range:{min:undefined,max:undefined},format:function format(value){return\"\"+parseFloat(value.toPrecision(3))},title:{text:undefined,style:undefined}}};this.linegraphOptions=linegraphOptions;this.linegraphSVG=svg;this.props={};this.DOMelements={lines:{},labels:{},title:{}};this.dom={};this.scale=undefined;this.range={start:0,end:0};this.options=util.extend({},this.defaultOptions);this.conversionFactor=1;this.setOptions(options);this.width=Number((\"\"+this.options.width).replace(\"px\",\"\"));this.minWidth=this.width;this.height=this.linegraphSVG.getBoundingClientRect().height;this.hidden=false;this.stepPixels=25;this.zeroCrossing=-1;this.amountOfSteps=-1;this.lineOffset=0;this.master=true;this.masterAxis=null;this.svgElements={};this.iconsRemoved=false;this.groups={};this.amountOfGroups=0;this._create();this.framework={svg:this.svg,svgElements:this.svgElements,options:this.options,groups:this.groups};var me=this;this.body.emitter.on(\"verticalDrag\",function(){me.dom.lineContainer.style.top=me.body.domProps.scrollTop+\"px\"})}DataAxis.prototype=new Component;DataAxis.prototype.addGroup=function(label,graphOptions){if(!this.groups.hasOwnProperty(label)){this.groups[label]=graphOptions}this.amountOfGroups+=1};DataAxis.prototype.updateGroup=function(label,graphOptions){if(!this.groups.hasOwnProperty(label)){this.amountOfGroups+=1}this.groups[label]=graphOptions};DataAxis.prototype.removeGroup=function(label){if(this.groups.hasOwnProperty(label)){delete this.groups[label];this.amountOfGroups-=1}};DataAxis.prototype.setOptions=function(options){if(options){var redraw=false;if(this.options.orientation!=options.orientation&&options.orientation!==undefined){redraw=true}var fields=[\"orientation\",\"showMinorLabels\",\"showMajorLabels\",\"icons\",\"majorLinesOffset\",\"minorLinesOffset\",\"labelOffsetX\",\"labelOffsetY\",\"iconWidth\",\"width\",\"visible\",\"left\",\"right\",\"alignZeros\"];util.selectiveDeepExtend(fields,this.options,options);this.minWidth=Number((\"\"+this.options.width).replace(\"px\",\"\"));if(redraw===true&&this.dom.frame){this.hide();this.show()}}};DataAxis.prototype._create=function(){this.dom.frame=document.createElement(\"div\");this.dom.frame.style.width=this.options.width;this.dom.frame.style.height=this.height;this.dom.lineContainer=document.createElement(\"div\");this.dom.lineContainer.style.width=\"100%\";this.dom.lineContainer.style.height=this.height;this.dom.lineContainer.style.position=\"relative\";this.svg=document.createElementNS(\"http://www.w3.org/2000/svg\",\"svg\");this.svg.style.position=\"absolute\";this.svg.style.top=\"0px\";this.svg.style.height=\"100%\";this.svg.style.width=\"100%\";this.svg.style.display=\"block\";this.dom.frame.appendChild(this.svg)};DataAxis.prototype._redrawGroupIcons=function(){DOMutil.prepareElements(this.svgElements);var x;var iconWidth=this.options.iconWidth;var iconHeight=15;var iconOffset=4;var y=iconOffset+.5*iconHeight;if(this.options.orientation===\"left\"){x=iconOffset}else{x=this.width-iconWidth-iconOffset}var groupArray=(0,_keys2[\"default\"])(this.groups);groupArray.sort(function(a,b){return a<b?-1:1});for(var i=0;i<groupArray.length;i++){var groupId=groupArray[i];if(this.groups[groupId].visible===true&&(this.linegraphOptions.visibility[groupId]===undefined||this.linegraphOptions.visibility[groupId]===true)){this.groups[groupId].getLegend(iconWidth,iconHeight,this.framework,x,y);y+=iconHeight+iconOffset}}DOMutil.cleanupElements(this.svgElements);this.iconsRemoved=false};DataAxis.prototype._cleanupIcons=function(){if(this.iconsRemoved===false){DOMutil.prepareElements(this.svgElements);DOMutil.cleanupElements(this.svgElements);this.iconsRemoved=true}};DataAxis.prototype.show=function(){this.hidden=false;if(!this.dom.frame.parentNode){if(this.options.orientation===\"left\"){this.body.dom.left.appendChild(this.dom.frame)}else{this.body.dom.right.appendChild(this.dom.frame)}}if(!this.dom.lineContainer.parentNode){this.body.dom.backgroundHorizontal.appendChild(this.dom.lineContainer)}};DataAxis.prototype.hide=function(){this.hidden=true;if(this.dom.frame.parentNode){this.dom.frame.parentNode.removeChild(this.dom.frame)}if(this.dom.lineContainer.parentNode){this.dom.lineContainer.parentNode.removeChild(this.dom.lineContainer)}};DataAxis.prototype.setRange=function(start,end){this.range.start=start;this.range.end=end};DataAxis.prototype.redraw=function(){var resized=false;var activeGroups=0;this.dom.lineContainer.style.top=this.body.domProps.scrollTop+\"px\";for(var groupId in this.groups){if(this.groups.hasOwnProperty(groupId)){if(this.groups[groupId].visible===true&&(this.linegraphOptions.visibility[groupId]===undefined||this.linegraphOptions.visibility[groupId]===true)){activeGroups++}}}if(this.amountOfGroups===0||activeGroups===0){this.hide()}else{this.show();this.height=Number(this.linegraphSVG.style.height.replace(\"px\",\"\"));this.dom.lineContainer.style.height=this.height+\"px\";this.width=this.options.visible===true?Number((\"\"+this.options.width).replace(\"px\",\"\")):0;var props=this.props;var frame=this.dom.frame;frame.className=\"vis-data-axis\";this._calculateCharSize();var orientation=this.options.orientation;var showMinorLabels=this.options.showMinorLabels;var showMajorLabels=this.options.showMajorLabels;props.minorLabelHeight=showMinorLabels?props.minorCharHeight:0;props.majorLabelHeight=showMajorLabels?props.majorCharHeight:0;props.minorLineWidth=this.body.dom.backgroundHorizontal.offsetWidth-this.lineOffset-this.width+2*this.options.minorLinesOffset;props.minorLineHeight=1;props.majorLineWidth=this.body.dom.backgroundHorizontal.offsetWidth-this.lineOffset-this.width+2*this.options.majorLinesOffset;props.majorLineHeight=1;if(orientation===\"left\"){frame.style.top=\"0\";frame.style.left=\"0\";frame.style.bottom=\"\";frame.style.width=this.width+\"px\";frame.style.height=this.height+\"px\";this.props.width=this.body.domProps.left.width;this.props.height=this.body.domProps.left.height}else{frame.style.top=\"\";frame.style.bottom=\"0\";frame.style.left=\"0\";frame.style.width=this.width+\"px\";frame.style.height=this.height+\"px\";this.props.width=this.body.domProps.right.width;this.props.height=this.body.domProps.right.height}resized=this._redrawLabels();resized=this._isResized()||resized;if(this.options.icons===true){this._redrawGroupIcons()}else{this._cleanupIcons()}this._redrawTitle(orientation)}return resized};DataAxis.prototype._redrawLabels=function(){var _this=this;var resized=false;DOMutil.prepareElements(this.DOMelements.lines);DOMutil.prepareElements(this.DOMelements.labels);var orientation=this.options[\"orientation\"];var customRange=this.options[orientation].range!=undefined?this.options[orientation].range:{};var autoScaleEnd=true;if(customRange.max!=undefined){this.range.end=customRange.max;autoScaleEnd=false}var autoScaleStart=true;if(customRange.min!=undefined){this.range.start=customRange.min;autoScaleStart=false}this.scale=new DataScale(this.range.start,this.range.end,autoScaleStart,autoScaleEnd,this.dom.frame.offsetHeight,this.props.majorCharHeight,this.options.alignZeros,this.options[orientation].format);if(this.master===false&&this.masterAxis!=undefined){this.scale.followScale(this.masterAxis.scale)}this.maxLabelSize=0;var lines=this.scale.getLines();lines.forEach(function(line){var y=line.y;var isMajor=line.major;if(_this.options[\"showMinorLabels\"]&&isMajor===false){_this._redrawLabel(y-2,line.val,orientation,\"vis-y-axis vis-minor\",_this.props.minorCharHeight)}if(isMajor){if(y>=0){_this._redrawLabel(y-2,line.val,orientation,\"vis-y-axis vis-major\",_this.props.majorCharHeight)}}if(_this.master===true){if(isMajor){_this._redrawLine(y,orientation,\"vis-grid vis-horizontal vis-major\",_this.options.majorLinesOffset,_this.props.majorLineWidth)}else{_this._redrawLine(y,orientation,\"vis-grid vis-horizontal vis-minor\",_this.options.minorLinesOffset,_this.props.minorLineWidth)}}});var titleWidth=0;if(this.options[orientation].title!==undefined&&this.options[orientation].title.text!==undefined){titleWidth=this.props.titleCharHeight}var offset=this.options.icons===true?Math.max(this.options.iconWidth,titleWidth)+this.options.labelOffsetX+15:titleWidth+this.options.labelOffsetX+15;if(this.maxLabelSize>this.width-offset&&this.options.visible===true){this.width=this.maxLabelSize+offset;this.options.width=this.width+\"px\";DOMutil.cleanupElements(this.DOMelements.lines);DOMutil.cleanupElements(this.DOMelements.labels);this.redraw();resized=true}else if(this.maxLabelSize<this.width-offset&&this.options.visible===true&&this.width>this.minWidth){this.width=Math.max(this.minWidth,this.maxLabelSize+offset);this.options.width=this.width+\"px\";DOMutil.cleanupElements(this.DOMelements.lines);DOMutil.cleanupElements(this.DOMelements.labels);this.redraw();resized=true}else{DOMutil.cleanupElements(this.DOMelements.lines);DOMutil.cleanupElements(this.DOMelements.labels);resized=false}return resized};DataAxis.prototype.convertValue=function(value){return this.scale.convertValue(value)};DataAxis.prototype.screenToValue=function(x){return this.scale.screenToValue(x)};DataAxis.prototype._redrawLabel=function(y,text,orientation,className,characterHeight){var label=DOMutil.getDOMElement(\"div\",this.DOMelements.labels,this.dom.frame);label.className=className;label.innerHTML=text;if(orientation===\"left\"){label.style.left=\"-\"+this.options.labelOffsetX+\"px\";label.style.textAlign=\"right\"}else{label.style.right=\"-\"+this.options.labelOffsetX+\"px\";label.style.textAlign=\"left\"}label.style.top=y-.5*characterHeight+this.options.labelOffsetY+\"px\";text+=\"\";var largestWidth=Math.max(this.props.majorCharWidth,this.props.minorCharWidth);if(this.maxLabelSize<text.length*largestWidth){this.maxLabelSize=text.length*largestWidth}};DataAxis.prototype._redrawLine=function(y,orientation,className,offset,width){if(this.master===true){\nvar line=DOMutil.getDOMElement(\"div\",this.DOMelements.lines,this.dom.lineContainer);line.className=className;line.innerHTML=\"\";if(orientation===\"left\"){line.style.left=this.width-offset+\"px\"}else{line.style.right=this.width-offset+\"px\"}line.style.width=width+\"px\";line.style.top=y+\"px\"}};DataAxis.prototype._redrawTitle=function(orientation){DOMutil.prepareElements(this.DOMelements.title);if(this.options[orientation].title!==undefined&&this.options[orientation].title.text!==undefined){var title=DOMutil.getDOMElement(\"div\",this.DOMelements.title,this.dom.frame);title.className=\"vis-y-axis vis-title vis-\"+orientation;title.innerHTML=this.options[orientation].title.text;if(this.options[orientation].title.style!==undefined){util.addCssText(title,this.options[orientation].title.style)}if(orientation===\"left\"){title.style.left=this.props.titleCharHeight+\"px\"}else{title.style.right=this.props.titleCharHeight+\"px\"}title.style.width=this.height+\"px\"}DOMutil.cleanupElements(this.DOMelements.title)};DataAxis.prototype._calculateCharSize=function(){if(!(\"minorCharHeight\"in this.props)){var textMinor=document.createTextNode(\"0\");var measureCharMinor=document.createElement(\"div\");measureCharMinor.className=\"vis-y-axis vis-minor vis-measure\";measureCharMinor.appendChild(textMinor);this.dom.frame.appendChild(measureCharMinor);this.props.minorCharHeight=measureCharMinor.clientHeight;this.props.minorCharWidth=measureCharMinor.clientWidth;this.dom.frame.removeChild(measureCharMinor)}if(!(\"majorCharHeight\"in this.props)){var textMajor=document.createTextNode(\"0\");var measureCharMajor=document.createElement(\"div\");measureCharMajor.className=\"vis-y-axis vis-major vis-measure\";measureCharMajor.appendChild(textMajor);this.dom.frame.appendChild(measureCharMajor);this.props.majorCharHeight=measureCharMajor.clientHeight;this.props.majorCharWidth=measureCharMajor.clientWidth;this.dom.frame.removeChild(measureCharMajor)}if(!(\"titleCharHeight\"in this.props)){var textTitle=document.createTextNode(\"0\");var measureCharTitle=document.createElement(\"div\");measureCharTitle.className=\"vis-y-axis vis-title vis-measure\";measureCharTitle.appendChild(textTitle);this.dom.frame.appendChild(measureCharTitle);this.props.titleCharHeight=measureCharTitle.clientHeight;this.props.titleCharWidth=measureCharTitle.clientWidth;this.dom.frame.removeChild(measureCharTitle)}};module.exports=DataAxis},function(module,exports,__webpack_require__){\"use strict\";function DataScale(start,end,autoScaleStart,autoScaleEnd,containerHeight,majorCharHeight){var zeroAlign=arguments.length>6&&arguments[6]!==undefined?arguments[6]:false;var formattingFunction=arguments.length>7&&arguments[7]!==undefined?arguments[7]:false;this.majorSteps=[1,2,5,10];this.minorSteps=[.25,.5,1,2];this.customLines=null;this.containerHeight=containerHeight;this.majorCharHeight=majorCharHeight;this._start=start;this._end=end;this.scale=1;this.minorStepIdx=-1;this.magnitudefactor=1;this.determineScale();this.zeroAlign=zeroAlign;this.autoScaleStart=autoScaleStart;this.autoScaleEnd=autoScaleEnd;this.formattingFunction=formattingFunction;if(autoScaleStart||autoScaleEnd){var me=this;var roundToMinor=function roundToMinor(value){var rounded=value-value%(me.magnitudefactor*me.minorSteps[me.minorStepIdx]);if(value%(me.magnitudefactor*me.minorSteps[me.minorStepIdx])>.5*(me.magnitudefactor*me.minorSteps[me.minorStepIdx])){return rounded+me.magnitudefactor*me.minorSteps[me.minorStepIdx]}else{return rounded}};if(autoScaleStart){this._start-=this.magnitudefactor*2*this.minorSteps[this.minorStepIdx];this._start=roundToMinor(this._start)}if(autoScaleEnd){this._end+=this.magnitudefactor*this.minorSteps[this.minorStepIdx];this._end=roundToMinor(this._end)}this.determineScale()}}DataScale.prototype.setCharHeight=function(majorCharHeight){this.majorCharHeight=majorCharHeight};DataScale.prototype.setHeight=function(containerHeight){this.containerHeight=containerHeight};DataScale.prototype.determineScale=function(){var range=this._end-this._start;this.scale=this.containerHeight/range;var minimumStepValue=this.majorCharHeight/this.scale;var orderOfMagnitude=range>0?Math.round(Math.log(range)/Math.LN10):0;this.minorStepIdx=-1;this.magnitudefactor=Math.pow(10,orderOfMagnitude);var start=0;if(orderOfMagnitude<0){start=orderOfMagnitude}var solutionFound=false;for(var l=start;Math.abs(l)<=Math.abs(orderOfMagnitude);l++){this.magnitudefactor=Math.pow(10,l);for(var j=0;j<this.minorSteps.length;j++){var stepSize=this.magnitudefactor*this.minorSteps[j];if(stepSize>=minimumStepValue){solutionFound=true;this.minorStepIdx=j;break}}if(solutionFound===true){break}}};DataScale.prototype.is_major=function(value){return value%(this.magnitudefactor*this.majorSteps[this.minorStepIdx])===0};DataScale.prototype.getStep=function(){return this.magnitudefactor*this.minorSteps[this.minorStepIdx]};DataScale.prototype.getFirstMajor=function(){var majorStep=this.magnitudefactor*this.majorSteps[this.minorStepIdx];return this.convertValue(this._start+(majorStep-this._start%majorStep)%majorStep)};DataScale.prototype.formatValue=function(current){var returnValue=current.toPrecision(5);if(typeof this.formattingFunction===\"function\"){returnValue=this.formattingFunction(current)}if(typeof returnValue===\"number\"){return\"\"+returnValue}else if(typeof returnValue===\"string\"){return returnValue}else{return current.toPrecision(5)}};DataScale.prototype.getLines=function(){var lines=[];var step=this.getStep();var bottomOffset=(step-this._start%step)%step;for(var i=this._start+bottomOffset;this._end-i>1e-5;i+=step){if(i!=this._start){lines.push({major:this.is_major(i),y:this.convertValue(i),val:this.formatValue(i)})}}return lines};DataScale.prototype.followScale=function(other){var oldStepIdx=this.minorStepIdx;var oldStart=this._start;var oldEnd=this._end;var me=this;var increaseMagnitude=function increaseMagnitude(){me.magnitudefactor*=2};var decreaseMagnitude=function decreaseMagnitude(){me.magnitudefactor/=2};if(other.minorStepIdx<=1&&this.minorStepIdx<=1||other.minorStepIdx>1&&this.minorStepIdx>1){}else if(other.minorStepIdx<this.minorStepIdx){this.minorStepIdx=1;if(oldStepIdx==2){increaseMagnitude()}else{increaseMagnitude();increaseMagnitude()}}else{this.minorStepIdx=2;if(oldStepIdx==1){decreaseMagnitude()}else{decreaseMagnitude();decreaseMagnitude()}}var otherZero=other.convertValue(0);var otherStep=other.getStep()*other.scale;var done=false;var count=0;while(!done&&count++<5){this.scale=otherStep/(this.minorSteps[this.minorStepIdx]*this.magnitudefactor);var newRange=this.containerHeight/this.scale;this._start=oldStart;this._end=this._start+newRange;var myOriginalZero=this._end*this.scale;var majorStep=this.magnitudefactor*this.majorSteps[this.minorStepIdx];var majorOffset=this.getFirstMajor()-other.getFirstMajor();if(this.zeroAlign){var zeroOffset=otherZero-myOriginalZero;this._end+=zeroOffset/this.scale;this._start=this._end-newRange}else{if(!this.autoScaleStart){this._start+=majorStep-majorOffset/this.scale;this._end=this._start+newRange}else{this._start-=majorOffset/this.scale;this._end=this._start+newRange}}if(!this.autoScaleEnd&&this._end>oldEnd+1e-5){decreaseMagnitude();done=false;continue}if(!this.autoScaleStart&&this._start<oldStart-1e-5){if(this.zeroAlign&&oldStart>=0){console.warn(\"Can't adhere to given 'min' range, due to zeroalign\")}else{decreaseMagnitude();done=false;continue}}if(this.autoScaleStart&&this.autoScaleEnd&&newRange<oldEnd-oldStart){increaseMagnitude();done=false;continue}done=true}};DataScale.prototype.convertValue=function(value){return this.containerHeight-(value-this._start)*this.scale};DataScale.prototype.screenToValue=function(pixels){return(this.containerHeight-pixels)/this.scale+this._start};module.exports=DataScale},function(module,exports,__webpack_require__){\"use strict\";var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var Bars=__webpack_require__(110);var Lines=__webpack_require__(111);var Points=__webpack_require__(72);function GraphGroup(group,groupId,options,groupsUsingDefaultStyles){this.id=groupId;var fields=[\"sampling\",\"style\",\"sort\",\"yAxisOrientation\",\"barChart\",\"drawPoints\",\"shaded\",\"interpolation\",\"zIndex\",\"excludeFromStacking\",\"excludeFromLegend\"];this.options=util.selectiveBridgeObject(fields,options);this.usingDefaultStyle=group.className===undefined;this.groupsUsingDefaultStyles=groupsUsingDefaultStyles;this.zeroPosition=0;this.update(group);if(this.usingDefaultStyle==true){this.groupsUsingDefaultStyles[0]+=1}this.itemsData=[];this.visible=group.visible===undefined?true:group.visible}GraphGroup.prototype.setItems=function(items){if(items!=null){this.itemsData=items;if(this.options.sort==true){util.insertSort(this.itemsData,function(a,b){return a.x>b.x?1:-1})}}else{this.itemsData=[]}};GraphGroup.prototype.getItems=function(){return this.itemsData};GraphGroup.prototype.setZeroPosition=function(pos){this.zeroPosition=pos};GraphGroup.prototype.setOptions=function(options){if(options!==undefined){var fields=[\"sampling\",\"style\",\"sort\",\"yAxisOrientation\",\"barChart\",\"zIndex\",\"excludeFromStacking\",\"excludeFromLegend\"];util.selectiveDeepExtend(fields,this.options,options);if(typeof options.drawPoints==\"function\"){options.drawPoints={onRender:options.drawPoints}}util.mergeOptions(this.options,options,\"interpolation\");util.mergeOptions(this.options,options,\"drawPoints\");util.mergeOptions(this.options,options,\"shaded\");if(options.interpolation){if((0,_typeof3[\"default\"])(options.interpolation)==\"object\"){if(options.interpolation.parametrization){if(options.interpolation.parametrization==\"uniform\"){this.options.interpolation.alpha=0}else if(options.interpolation.parametrization==\"chordal\"){this.options.interpolation.alpha=1}else{this.options.interpolation.parametrization=\"centripetal\";this.options.interpolation.alpha=.5}}}}}};GraphGroup.prototype.update=function(group){this.group=group;this.content=group.content||\"graph\";this.className=group.className||this.className||\"vis-graph-group\"+this.groupsUsingDefaultStyles[0]%10;this.visible=group.visible===undefined?true:group.visible;this.style=group.style;this.setOptions(group.options)};GraphGroup.prototype.getLegend=function(iconWidth,iconHeight,framework,x,y){if(framework==undefined||framework==null){var svg=document.createElementNS(\"http://www.w3.org/2000/svg\",\"svg\");framework={svg:svg,svgElements:{},options:this.options,groups:[this]}}if(x==undefined||x==null){x=0}if(y==undefined||y==null){y=.5*iconHeight}switch(this.options.style){case\"line\":Lines.drawIcon(this,x,y,iconWidth,iconHeight,framework);break;case\"points\":case\"point\":Points.drawIcon(this,x,y,iconWidth,iconHeight,framework);break;case\"bar\":Bars.drawIcon(this,x,y,iconWidth,iconHeight,framework);break}return{icon:framework.svg,label:this.content,orientation:this.options.yAxisOrientation}};GraphGroup.prototype.getYRange=function(groupData){var yMin=groupData[0].y;var yMax=groupData[0].y;for(var j=0;j<groupData.length;j++){yMin=yMin>groupData[j].y?groupData[j].y:yMin;yMax=yMax<groupData[j].y?groupData[j].y:yMax}return{min:yMin,max:yMax,yAxisOrientation:this.options.yAxisOrientation}};module.exports=GraphGroup},function(module,exports,__webpack_require__){\"use strict\";var DOMutil=__webpack_require__(14);var Points=__webpack_require__(72);function Bargraph(groupId,options){}Bargraph.drawIcon=function(group,x,y,iconWidth,iconHeight,framework){var fillHeight=iconHeight*.5;var outline=DOMutil.getSVGElement(\"rect\",framework.svgElements,framework.svg);outline.setAttributeNS(null,\"x\",x);outline.setAttributeNS(null,\"y\",y-fillHeight);outline.setAttributeNS(null,\"width\",iconWidth);outline.setAttributeNS(null,\"height\",2*fillHeight);outline.setAttributeNS(null,\"class\",\"vis-outline\");var barWidth=Math.round(.3*iconWidth);var originalWidth=group.options.barChart.width;var scale=originalWidth/barWidth;var bar1Height=Math.round(.4*iconHeight);var bar2Height=Math.round(.75*iconHeight);var offset=Math.round((iconWidth-2*barWidth)/3);DOMutil.drawBar(x+.5*barWidth+offset,y+fillHeight-bar1Height-1,barWidth,bar1Height,group.className+\" vis-bar\",framework.svgElements,framework.svg,group.style);DOMutil.drawBar(x+1.5*barWidth+offset+2,y+fillHeight-bar2Height-1,barWidth,bar2Height,group.className+\" vis-bar\",framework.svgElements,framework.svg,group.style);if(group.options.drawPoints.enabled==true){var groupTemplate={style:group.options.drawPoints.style,styles:group.options.drawPoints.styles,size:group.options.drawPoints.size/scale,className:group.className};DOMutil.drawPoint(x+.5*barWidth+offset,y+fillHeight-bar1Height-1,groupTemplate,framework.svgElements,framework.svg);DOMutil.drawPoint(x+1.5*barWidth+offset+2,y+fillHeight-bar2Height-1,groupTemplate,framework.svgElements,framework.svg)}};Bargraph.draw=function(groupIds,processedGroupData,framework){var combinedData=[];var intersections={};var coreDistance;var key,drawData;var group;var i,j;var barPoints=0;for(i=0;i<groupIds.length;i++){group=framework.groups[groupIds[i]];if(group.options.style===\"bar\"){if(group.visible===true&&(framework.options.groups.visibility[groupIds[i]]===undefined||framework.options.groups.visibility[groupIds[i]]===true)){for(j=0;j<processedGroupData[groupIds[i]].length;j++){combinedData.push({screen_x:processedGroupData[groupIds[i]][j].screen_x,screen_end:processedGroupData[groupIds[i]][j].screen_end,screen_y:processedGroupData[groupIds[i]][j].screen_y,x:processedGroupData[groupIds[i]][j].x,end:processedGroupData[groupIds[i]][j].end,y:processedGroupData[groupIds[i]][j].y,groupId:groupIds[i],label:processedGroupData[groupIds[i]][j].label});barPoints+=1}}}}if(barPoints===0){return}combinedData.sort(function(a,b){if(a.screen_x===b.screen_x){return a.groupId<b.groupId?-1:1}else{return a.screen_x-b.screen_x}});Bargraph._getDataIntersections(intersections,combinedData);for(i=0;i<combinedData.length;i++){group=framework.groups[combinedData[i].groupId];var minWidth=group.options.barChart.minWidth!=undefined?group.options.barChart.minWidth:.1*group.options.barChart.width;key=combinedData[i].screen_x;var heightOffset=0;if(intersections[key]===undefined){if(i+1<combinedData.length){coreDistance=Math.abs(combinedData[i+1].screen_x-key)}drawData=Bargraph._getSafeDrawData(coreDistance,group,minWidth)}else{var nextKey=i+(intersections[key].amount-intersections[key].resolved);if(nextKey<combinedData.length){coreDistance=Math.abs(combinedData[nextKey].screen_x-key)}drawData=Bargraph._getSafeDrawData(coreDistance,group,minWidth);intersections[key].resolved+=1;if(group.options.stack===true&&group.options.excludeFromStacking!==true){if(combinedData[i].screen_y<group.zeroPosition){heightOffset=intersections[key].accumulatedNegative;intersections[key].accumulatedNegative+=group.zeroPosition-combinedData[i].screen_y}else{heightOffset=intersections[key].accumulatedPositive;intersections[key].accumulatedPositive+=group.zeroPosition-combinedData[i].screen_y}}else if(group.options.barChart.sideBySide===true){drawData.width=drawData.width/intersections[key].amount;drawData.offset+=intersections[key].resolved*drawData.width-.5*drawData.width*(intersections[key].amount+1)}}var dataWidth=drawData.width;var start=combinedData[i].screen_x;if(combinedData[i].screen_end!=undefined){dataWidth=combinedData[i].screen_end-combinedData[i].screen_x;start+=dataWidth*.5}else{start+=drawData.offset}DOMutil.drawBar(start,combinedData[i].screen_y-heightOffset,dataWidth,group.zeroPosition-combinedData[i].screen_y,group.className+\" vis-bar\",framework.svgElements,framework.svg,group.style);if(group.options.drawPoints.enabled===true){var pointData={screen_x:combinedData[i].screen_x,screen_y:combinedData[i].screen_y-heightOffset,x:combinedData[i].x,y:combinedData[i].y,groupId:combinedData[i].groupId,label:combinedData[i].label};Points.draw([pointData],group,framework,drawData.offset)}}};Bargraph._getDataIntersections=function(intersections,combinedData){var coreDistance;for(var i=0;i<combinedData.length;i++){if(i+1<combinedData.length){coreDistance=Math.abs(combinedData[i+1].screen_x-combinedData[i].screen_x)}if(i>0){coreDistance=Math.min(coreDistance,Math.abs(combinedData[i-1].screen_x-combinedData[i].screen_x))}if(coreDistance===0){if(intersections[combinedData[i].screen_x]===undefined){intersections[combinedData[i].screen_x]={amount:0,resolved:0,accumulatedPositive:0,accumulatedNegative:0}}intersections[combinedData[i].screen_x].amount+=1}}};Bargraph._getSafeDrawData=function(coreDistance,group,minWidth){var width,offset;if(coreDistance<group.options.barChart.width&&coreDistance>0){width=coreDistance<minWidth?minWidth:coreDistance;offset=0;if(group.options.barChart.align===\"left\"){offset-=.5*coreDistance}else if(group.options.barChart.align===\"right\"){offset+=.5*coreDistance}}else{width=group.options.barChart.width;offset=0;if(group.options.barChart.align===\"left\"){offset-=.5*group.options.barChart.width}else if(group.options.barChart.align===\"right\"){offset+=.5*group.options.barChart.width}}return{width:width,offset:offset}};Bargraph.getStackedYRange=function(combinedData,groupRanges,groupIds,groupLabel,orientation){if(combinedData.length>0){combinedData.sort(function(a,b){if(a.screen_x===b.screen_x){return a.groupId<b.groupId?-1:1}else{return a.screen_x-b.screen_x}});var intersections={};Bargraph._getDataIntersections(intersections,combinedData);groupRanges[groupLabel]=Bargraph._getStackedYRange(intersections,combinedData);groupRanges[groupLabel].yAxisOrientation=orientation;groupIds.push(groupLabel)}};Bargraph._getStackedYRange=function(intersections,combinedData){var key;var yMin=combinedData[0].screen_y;var yMax=combinedData[0].screen_y;for(var i=0;i<combinedData.length;i++){key=combinedData[i].screen_x;if(intersections[key]===undefined){yMin=yMin>combinedData[i].screen_y?combinedData[i].screen_y:yMin;yMax=yMax<combinedData[i].screen_y?combinedData[i].screen_y:yMax}else{if(combinedData[i].screen_y<0){intersections[key].accumulatedNegative+=combinedData[i].screen_y}else{intersections[key].accumulatedPositive+=combinedData[i].screen_y}}}for(var xpos in intersections){if(intersections.hasOwnProperty(xpos)){yMin=yMin>intersections[xpos].accumulatedNegative?intersections[xpos].accumulatedNegative:yMin;yMin=yMin>intersections[xpos].accumulatedPositive?intersections[xpos].accumulatedPositive:yMin;yMax=yMax<intersections[xpos].accumulatedNegative?intersections[xpos].accumulatedNegative:yMax;yMax=yMax<intersections[xpos].accumulatedPositive?intersections[xpos].accumulatedPositive:yMax}}return{min:yMin,max:yMax}};module.exports=Bargraph},function(module,exports,__webpack_require__){\"use strict\";var DOMutil=__webpack_require__(14);function Line(groupId,options){}Line.calcPath=function(dataset,group){if(dataset!=null){if(dataset.length>0){var d=[];if(group.options.interpolation.enabled==true){d=Line._catmullRom(dataset,group)}else{d=Line._linear(dataset)}return d}}};Line.drawIcon=function(group,x,y,iconWidth,iconHeight,framework){var fillHeight=iconHeight*.5;var path,fillPath;var outline=DOMutil.getSVGElement(\"rect\",framework.svgElements,framework.svg);outline.setAttributeNS(null,\"x\",x);outline.setAttributeNS(null,\"y\",y-fillHeight);outline.setAttributeNS(null,\"width\",iconWidth);outline.setAttributeNS(null,\"height\",2*fillHeight);outline.setAttributeNS(null,\"class\",\"vis-outline\");path=DOMutil.getSVGElement(\"path\",framework.svgElements,framework.svg);path.setAttributeNS(null,\"class\",group.className);if(group.style!==undefined){path.setAttributeNS(null,\"style\",group.style)}path.setAttributeNS(null,\"d\",\"M\"+x+\",\"+y+\" L\"+(x+iconWidth)+\",\"+y+\"\");if(group.options.shaded.enabled==true){fillPath=DOMutil.getSVGElement(\"path\",framework.svgElements,framework.svg);if(group.options.shaded.orientation==\"top\"){fillPath.setAttributeNS(null,\"d\",\"M\"+x+\", \"+(y-fillHeight)+\"L\"+x+\",\"+y+\" L\"+(x+iconWidth)+\",\"+y+\" L\"+(x+iconWidth)+\",\"+(y-fillHeight))}else{fillPath.setAttributeNS(null,\"d\",\"M\"+x+\",\"+y+\" \"+\"L\"+x+\",\"+(y+fillHeight)+\" \"+\"L\"+(x+iconWidth)+\",\"+(y+fillHeight)+\"L\"+(x+iconWidth)+\",\"+y)}fillPath.setAttributeNS(null,\"class\",group.className+\" vis-icon-fill\");if(group.options.shaded.style!==undefined&&group.options.shaded.style!==\"\"){fillPath.setAttributeNS(null,\"style\",group.options.shaded.style)}}if(group.options.drawPoints.enabled==true){var groupTemplate={style:group.options.drawPoints.style,styles:group.options.drawPoints.styles,size:group.options.drawPoints.size,className:group.className};DOMutil.drawPoint(x+.5*iconWidth,y,groupTemplate,framework.svgElements,framework.svg)}};Line.drawShading=function(pathArray,group,subPathArray,framework){if(group.options.shaded.enabled==true){var svgHeight=Number(framework.svg.style.height.replace(\"px\",\"\"));var fillPath=DOMutil.getSVGElement(\"path\",framework.svgElements,framework.svg);var type=\"L\";if(group.options.interpolation.enabled==true){type=\"C\"}var dFill;var zero=0;if(group.options.shaded.orientation==\"top\"){zero=0}else if(group.options.shaded.orientation==\"bottom\"){zero=svgHeight}else{zero=Math.min(Math.max(0,group.zeroPosition),svgHeight)}if(group.options.shaded.orientation==\"group\"&&subPathArray!=null&&subPathArray!=undefined){dFill=\"M\"+pathArray[0][0]+\",\"+pathArray[0][1]+\" \"+this.serializePath(pathArray,type,false)+\" L\"+subPathArray[subPathArray.length-1][0]+\",\"+subPathArray[subPathArray.length-1][1]+\" \"+this.serializePath(subPathArray,type,true)+subPathArray[0][0]+\",\"+subPathArray[0][1]+\" Z\"}else{dFill=\"M\"+pathArray[0][0]+\",\"+pathArray[0][1]+\" \"+this.serializePath(pathArray,type,false)+\" V\"+zero+\" H\"+pathArray[0][0]+\" Z\"}fillPath.setAttributeNS(null,\"class\",group.className+\" vis-fill\");if(group.options.shaded.style!==undefined){fillPath.setAttributeNS(null,\"style\",group.options.shaded.style)}fillPath.setAttributeNS(null,\"d\",dFill)}};Line.draw=function(pathArray,group,framework){if(pathArray!=null&&pathArray!=undefined){var path=DOMutil.getSVGElement(\"path\",framework.svgElements,framework.svg);path.setAttributeNS(null,\"class\",group.className);if(group.style!==undefined){path.setAttributeNS(null,\"style\",group.style)}var type=\"L\";if(group.options.interpolation.enabled==true){type=\"C\"}path.setAttributeNS(null,\"d\",\"M\"+pathArray[0][0]+\",\"+pathArray[0][1]+\" \"+this.serializePath(pathArray,type,false))}};Line.serializePath=function(pathArray,type,inverse){if(pathArray.length<2){return\"\"}var d=type;var i;if(inverse){for(i=pathArray.length-2;i>0;i--){d+=pathArray[i][0]+\",\"+pathArray[i][1]+\" \"}}else{for(i=1;i<pathArray.length;i++){d+=pathArray[i][0]+\",\"+pathArray[i][1]+\" \"}}return d};Line._catmullRomUniform=function(data){var p0,p1,p2,p3,bp1,bp2;var d=[];d.push([Math.round(data[0].screen_x),Math.round(data[0].screen_y)]);var normalization=1/6;var length=data.length;for(var i=0;i<length-1;i++){p0=i==0?data[0]:data[i-1];p1=data[i];p2=data[i+1];p3=i+2<length?data[i+2]:p2;bp1={screen_x:(-p0.screen_x+6*p1.screen_x+p2.screen_x)*normalization,screen_y:(-p0.screen_y+6*p1.screen_y+p2.screen_y)*normalization};bp2={screen_x:(p1.screen_x+6*p2.screen_x-p3.screen_x)*normalization,screen_y:(p1.screen_y+6*p2.screen_y-p3.screen_y)*normalization};d.push([bp1.screen_x,bp1.screen_y]);d.push([bp2.screen_x,bp2.screen_y]);d.push([p2.screen_x,p2.screen_y])}return d};Line._catmullRom=function(data,group){var alpha=group.options.interpolation.alpha;if(alpha==0||alpha===undefined){return this._catmullRomUniform(data)}else{var p0,p1,p2,p3,bp1,bp2,d1,d2,d3,A,B,N,M;var d3powA,d2powA,d3pow2A,d2pow2A,d1pow2A,d1powA;var d=[];d.push([Math.round(data[0].screen_x),Math.round(data[0].screen_y)]);var length=data.length;for(var i=0;i<length-1;i++){p0=i==0?data[0]:data[i-1];p1=data[i];p2=data[i+1];p3=i+2<length?data[i+2]:p2;d1=Math.sqrt(Math.pow(p0.screen_x-p1.screen_x,2)+Math.pow(p0.screen_y-p1.screen_y,2));d2=Math.sqrt(Math.pow(p1.screen_x-p2.screen_x,2)+Math.pow(p1.screen_y-p2.screen_y,2));d3=Math.sqrt(Math.pow(p2.screen_x-p3.screen_x,2)+Math.pow(p2.screen_y-p3.screen_y,2));d3powA=Math.pow(d3,alpha);d3pow2A=Math.pow(d3,2*alpha);d2powA=Math.pow(d2,alpha);d2pow2A=Math.pow(d2,2*alpha);d1powA=Math.pow(d1,alpha);d1pow2A=Math.pow(d1,2*alpha);A=2*d1pow2A+3*d1powA*d2powA+d2pow2A;B=2*d3pow2A+3*d3powA*d2powA+d2pow2A;N=3*d1powA*(d1powA+d2powA);if(N>0){N=1/N}M=3*d3powA*(d3powA+d2powA);if(M>0){M=1/M}bp1={screen_x:(-d2pow2A*p0.screen_x+A*p1.screen_x+d1pow2A*p2.screen_x)*N,screen_y:(-d2pow2A*p0.screen_y+A*p1.screen_y+d1pow2A*p2.screen_y)*N};bp2={screen_x:(d3pow2A*p1.screen_x+B*p2.screen_x-d2pow2A*p3.screen_x)*M,screen_y:(d3pow2A*p1.screen_y+B*p2.screen_y-d2pow2A*p3.screen_y)*M};if(bp1.screen_x==0&&bp1.screen_y==0){bp1=p1}if(bp2.screen_x==0&&bp2.screen_y==0){bp2=p2}d.push([bp1.screen_x,bp1.screen_y]);d.push([bp2.screen_x,bp2.screen_y]);d.push([p2.screen_x,p2.screen_y])}return d}};Line._linear=function(data){var d=[];for(var i=0;i<data.length;i++){d.push([data[i].screen_x,data[i].screen_y])}return d};module.exports=Line},function(module,exports,__webpack_require__){\"use strict\";var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var DOMutil=__webpack_require__(14);var Component=__webpack_require__(16);function Legend(body,options,side,linegraphOptions){this.body=body;this.defaultOptions={enabled:false,icons:true,iconSize:20,iconSpacing:6,left:{visible:true,position:\"top-left\"},right:{visible:true,position:\"top-right\"}};this.side=side;this.options=util.extend({},this.defaultOptions);this.linegraphOptions=linegraphOptions;this.svgElements={};this.dom={};this.groups={};this.amountOfGroups=0;this._create();this.framework={svg:this.svg,svgElements:this.svgElements,options:this.options,groups:this.groups};this.setOptions(options)}Legend.prototype=new Component;Legend.prototype.clear=function(){this.groups={};this.amountOfGroups=0};Legend.prototype.addGroup=function(label,graphOptions){if(graphOptions.options.excludeFromLegend!=true){if(!this.groups.hasOwnProperty(label)){this.groups[label]=graphOptions}this.amountOfGroups+=1}};Legend.prototype.updateGroup=function(label,graphOptions){this.groups[label]=graphOptions};Legend.prototype.removeGroup=function(label){if(this.groups.hasOwnProperty(label)){delete this.groups[label];this.amountOfGroups-=1}};Legend.prototype._create=function(){this.dom.frame=document.createElement(\"div\");this.dom.frame.className=\"vis-legend\";this.dom.frame.style.position=\"absolute\";this.dom.frame.style.top=\"10px\";this.dom.frame.style.display=\"block\";this.dom.textArea=document.createElement(\"div\");this.dom.textArea.className=\"vis-legend-text\";this.dom.textArea.style.position=\"relative\";this.dom.textArea.style.top=\"0px\";this.svg=document.createElementNS(\"http://www.w3.org/2000/svg\",\"svg\");this.svg.style.position=\"absolute\";this.svg.style.top=0+\"px\";this.svg.style.width=this.options.iconSize+5+\"px\";this.svg.style.height=\"100%\";this.dom.frame.appendChild(this.svg);this.dom.frame.appendChild(this.dom.textArea)};Legend.prototype.hide=function(){if(this.dom.frame.parentNode){this.dom.frame.parentNode.removeChild(this.dom.frame)}};Legend.prototype.show=function(){if(!this.dom.frame.parentNode){this.body.dom.center.appendChild(this.dom.frame)}};Legend.prototype.setOptions=function(options){var fields=[\"enabled\",\"orientation\",\"icons\",\"left\",\"right\"];util.selectiveDeepExtend(fields,this.options,options)};Legend.prototype.redraw=function(){var activeGroups=0;var groupArray=(0,_keys2[\"default\"])(this.groups);groupArray.sort(function(a,b){return a<b?-1:1});for(var i=0;i<groupArray.length;i++){var groupId=groupArray[i];if(this.groups[groupId].visible==true&&(this.linegraphOptions.visibility[groupId]===undefined||this.linegraphOptions.visibility[groupId]==true)){activeGroups++}}if(this.options[this.side].visible==false||this.amountOfGroups==0||this.options.enabled==false||activeGroups==0){this.hide()}else{this.show();if(this.options[this.side].position==\"top-left\"||this.options[this.side].position==\"bottom-left\"){this.dom.frame.style.left=\"4px\";this.dom.frame.style.textAlign=\"left\";this.dom.textArea.style.textAlign=\"left\";this.dom.textArea.style.left=this.options.iconSize+15+\"px\";this.dom.textArea.style.right=\"\";this.svg.style.left=0+\"px\";this.svg.style.right=\"\"}else{this.dom.frame.style.right=\"4px\";this.dom.frame.style.textAlign=\"right\";this.dom.textArea.style.textAlign=\"right\";this.dom.textArea.style.right=this.options.iconSize+15+\"px\";this.dom.textArea.style.left=\"\";this.svg.style.right=0+\"px\";this.svg.style.left=\"\"}if(this.options[this.side].position==\"top-left\"||this.options[this.side].position==\"top-right\"){this.dom.frame.style.top=4-Number(this.body.dom.center.style.top.replace(\"px\",\"\"))+\"px\";this.dom.frame.style.bottom=\"\"}else{var scrollableHeight=this.body.domProps.center.height-this.body.domProps.centerContainer.height;this.dom.frame.style.bottom=4+scrollableHeight+Number(this.body.dom.center.style.top.replace(\"px\",\"\"))+\"px\";this.dom.frame.style.top=\"\"}if(this.options.icons==false){this.dom.frame.style.width=this.dom.textArea.offsetWidth+10+\"px\";this.dom.textArea.style.right=\"\";this.dom.textArea.style.left=\"\";this.svg.style.width=\"0px\"}else{this.dom.frame.style.width=this.options.iconSize+15+this.dom.textArea.offsetWidth+10+\"px\";this.drawLegendIcons()}var content=\"\";for(i=0;i<groupArray.length;i++){groupId=groupArray[i];if(this.groups[groupId].visible==true&&(this.linegraphOptions.visibility[groupId]===undefined||this.linegraphOptions.visibility[groupId]==true)){content+=this.groups[groupId].content+\"<br />\"}}this.dom.textArea.innerHTML=content;this.dom.textArea.style.lineHeight=.75*this.options.iconSize+this.options.iconSpacing+\"px\"}};Legend.prototype.drawLegendIcons=function(){if(this.dom.frame.parentNode){var groupArray=(0,_keys2[\"default\"])(this.groups);groupArray.sort(function(a,b){return a<b?-1:1});DOMutil.resetElements(this.svgElements);var padding=window.getComputedStyle(this.dom.frame).paddingTop;var iconOffset=Number(padding.replace(\"px\",\"\"));var x=iconOffset;var iconWidth=this.options.iconSize;var iconHeight=.75*this.options.iconSize;var y=iconOffset+.5*iconHeight+3;this.svg.style.width=iconWidth+5+iconOffset+\"px\";for(var i=0;i<groupArray.length;i++){var groupId=groupArray[i];if(this.groups[groupId].visible==true&&(this.linegraphOptions.visibility[groupId]===undefined||this.linegraphOptions.visibility[groupId]==true)){this.groups[groupId].getLegend(iconWidth,iconHeight,this.framework,x,y);y+=iconHeight+this.options.iconSpacing}}}};module.exports=Legend},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var string=\"string\";var bool=\"boolean\";var number=\"number\";var array=\"array\";var date=\"date\";var object=\"object\";var dom=\"dom\";var moment=\"moment\";var any=\"any\";var allOptions={configure:{enabled:{boolean:bool},filter:{boolean:bool,function:\"function\"},container:{dom:dom},__type__:{object:object,boolean:bool,function:\"function\"}},yAxisOrientation:{string:[\"left\",\"right\"]},defaultGroup:{string:string},sort:{boolean:bool},sampling:{boolean:bool},stack:{boolean:bool},graphHeight:{string:string,number:number},shaded:{enabled:{boolean:bool},orientation:{string:[\"bottom\",\"top\",\"zero\",\"group\"]},groupId:{object:object},__type__:{boolean:bool,object:object}},style:{string:[\"line\",\"bar\",\"points\"]},barChart:{width:{number:number},minWidth:{number:number},sideBySide:{boolean:bool},align:{string:[\"left\",\"center\",\"right\"]},__type__:{object:object}},interpolation:{enabled:{boolean:bool},parametrization:{string:[\"centripetal\",\"chordal\",\"uniform\"]},alpha:{number:number},__type__:{object:object,boolean:bool}},drawPoints:{enabled:{boolean:bool},onRender:{function:\"function\"},size:{number:number},style:{string:[\"square\",\"circle\"]},__type__:{object:object,boolean:bool,function:\"function\"}},dataAxis:{showMinorLabels:{boolean:bool},showMajorLabels:{boolean:bool},icons:{boolean:bool},width:{string:string,number:number},visible:{boolean:bool},alignZeros:{boolean:bool},left:{range:{min:{\nnumber:number,undefined:\"undefined\"},max:{number:number,undefined:\"undefined\"},__type__:{object:object}},format:{function:\"function\"},title:{text:{string:string,number:number,undefined:\"undefined\"},style:{string:string,undefined:\"undefined\"},__type__:{object:object}},__type__:{object:object}},right:{range:{min:{number:number,undefined:\"undefined\"},max:{number:number,undefined:\"undefined\"},__type__:{object:object}},format:{function:\"function\"},title:{text:{string:string,number:number,undefined:\"undefined\"},style:{string:string,undefined:\"undefined\"},__type__:{object:object}},__type__:{object:object}},__type__:{object:object}},legend:{enabled:{boolean:bool},icons:{boolean:bool},left:{visible:{boolean:bool},position:{string:[\"top-right\",\"bottom-right\",\"top-left\",\"bottom-left\"]},__type__:{object:object}},right:{visible:{boolean:bool},position:{string:[\"top-right\",\"bottom-right\",\"top-left\",\"bottom-left\"]},__type__:{object:object}},__type__:{object:object,boolean:bool}},groups:{visibility:{any:any},__type__:{object:object}},autoResize:{boolean:bool},throttleRedraw:{number:number},clickToUse:{boolean:bool},end:{number:number,date:date,string:string,moment:moment},format:{minorLabels:{millisecond:{string:string,undefined:\"undefined\"},second:{string:string,undefined:\"undefined\"},minute:{string:string,undefined:\"undefined\"},hour:{string:string,undefined:\"undefined\"},weekday:{string:string,undefined:\"undefined\"},day:{string:string,undefined:\"undefined\"},month:{string:string,undefined:\"undefined\"},year:{string:string,undefined:\"undefined\"},__type__:{object:object}},majorLabels:{millisecond:{string:string,undefined:\"undefined\"},second:{string:string,undefined:\"undefined\"},minute:{string:string,undefined:\"undefined\"},hour:{string:string,undefined:\"undefined\"},weekday:{string:string,undefined:\"undefined\"},day:{string:string,undefined:\"undefined\"},month:{string:string,undefined:\"undefined\"},year:{string:string,undefined:\"undefined\"},__type__:{object:object}},__type__:{object:object}},moment:{function:\"function\"},height:{string:string,number:number},hiddenDates:{start:{date:date,number:number,string:string,moment:moment},end:{date:date,number:number,string:string,moment:moment},repeat:{string:string},__type__:{object:object,array:array}},locale:{string:string},locales:{__any__:{any:any},__type__:{object:object}},max:{date:date,number:number,string:string,moment:moment},maxHeight:{number:number,string:string},maxMinorChars:{number:number},min:{date:date,number:number,string:string,moment:moment},minHeight:{number:number,string:string},moveable:{boolean:bool},multiselect:{boolean:bool},orientation:{string:string},showCurrentTime:{boolean:bool},showMajorLabels:{boolean:bool},showMinorLabels:{boolean:bool},start:{date:date,number:number,string:string,moment:moment},timeAxis:{scale:{string:string,undefined:\"undefined\"},step:{number:number,undefined:\"undefined\"},__type__:{object:object}},width:{string:string,number:number},zoomable:{boolean:bool},zoomKey:{string:[\"ctrlKey\",\"altKey\",\"metaKey\",\"\"]},zoomMax:{number:number},zoomMin:{number:number},zIndex:{number:number},__type__:{object:object}};var configureOptions={global:{sort:true,sampling:true,stack:false,shaded:{enabled:false,orientation:[\"zero\",\"top\",\"bottom\",\"group\"]},style:[\"line\",\"bar\",\"points\"],barChart:{width:[50,5,100,5],minWidth:[50,5,100,5],sideBySide:false,align:[\"left\",\"center\",\"right\"]},interpolation:{enabled:true,parametrization:[\"centripetal\",\"chordal\",\"uniform\"]},drawPoints:{enabled:true,size:[6,2,30,1],style:[\"square\",\"circle\"]},dataAxis:{showMinorLabels:true,showMajorLabels:true,icons:false,width:[40,0,200,1],visible:true,alignZeros:true,left:{title:{text:\"\",style:\"\"}},right:{title:{text:\"\",style:\"\"}}},legend:{enabled:false,icons:true,left:{visible:true,position:[\"top-right\",\"bottom-right\",\"top-left\",\"bottom-left\"]},right:{visible:true,position:[\"top-right\",\"bottom-right\",\"top-left\",\"bottom-left\"]}},autoResize:true,clickToUse:false,end:\"\",format:{minorLabels:{millisecond:\"SSS\",second:\"s\",minute:\"HH:mm\",hour:\"HH:mm\",weekday:\"ddd D\",day:\"D\",month:\"MMM\",year:\"YYYY\"},majorLabels:{millisecond:\"HH:mm:ss\",second:\"D MMMM HH:mm\",minute:\"ddd D MMMM\",hour:\"ddd D MMMM\",weekday:\"MMMM YYYY\",day:\"MMMM YYYY\",month:\"YYYY\",year:\"\"}},height:\"\",locale:\"\",max:\"\",maxHeight:\"\",maxMinorChars:[7,0,20,1],min:\"\",minHeight:\"\",moveable:true,orientation:[\"both\",\"bottom\",\"top\"],showCurrentTime:false,showMajorLabels:true,showMinorLabels:true,start:\"\",width:\"100%\",zoomable:true,zoomKey:[\"ctrlKey\",\"altKey\",\"metaKey\",\"\"],zoomMax:[31536e10,10,31536e10,1],zoomMin:[10,10,31536e10,1],zIndex:0}};exports.allOptions=allOptions;exports.configureOptions=configureOptions},function(module,exports,__webpack_require__){\"use strict\";var _create=__webpack_require__(29);var _create2=_interopRequireDefault(_create);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}function parseDOT(data){dot=data;return parseGraph()}var NODE_ATTR_MAPPING={fontsize:\"font.size\",fontcolor:\"font.color\",labelfontcolor:\"font.color\",fontname:\"font.face\",color:[\"color.border\",\"color.background\"],fillcolor:\"color.background\",tooltip:\"title\",labeltooltip:\"title\"};var EDGE_ATTR_MAPPING=(0,_create2[\"default\"])(NODE_ATTR_MAPPING);EDGE_ATTR_MAPPING.color=\"color.color\";EDGE_ATTR_MAPPING.style=\"dashes\";var TOKENTYPE={NULL:0,DELIMITER:1,IDENTIFIER:2,UNKNOWN:3};var DELIMITERS={\"{\":true,\"}\":true,\"[\":true,\"]\":true,\";\":true,\"=\":true,\",\":true,\"->\":true,\"--\":true};var dot=\"\";var index=0;var c=\"\";var token=\"\";var tokenType=TOKENTYPE.NULL;function first(){index=0;c=dot.charAt(0)}function next(){index++;c=dot.charAt(index)}function nextPreview(){return dot.charAt(index+1)}var regexAlphaNumeric=/[a-zA-Z_0-9.:#]/;function isAlphaNumeric(c){return regexAlphaNumeric.test(c)}function merge(a,b){if(!a){a={}}if(b){for(var name in b){if(b.hasOwnProperty(name)){a[name]=b[name]}}}return a}function setValue(obj,path,value){var keys=path.split(\".\");var o=obj;while(keys.length){var key=keys.shift();if(keys.length){if(!o[key]){o[key]={}}o=o[key]}else{o[key]=value}}}function addNode(graph,node){var i,len;var current=null;var graphs=[graph];var root=graph;while(root.parent){graphs.push(root.parent);root=root.parent}if(root.nodes){for(i=0,len=root.nodes.length;i<len;i++){if(node.id===root.nodes[i].id){current=root.nodes[i];break}}}if(!current){current={id:node.id};if(graph.node){current.attr=merge(current.attr,graph.node)}}for(i=graphs.length-1;i>=0;i--){var g=graphs[i];if(!g.nodes){g.nodes=[]}if(g.nodes.indexOf(current)===-1){g.nodes.push(current)}}if(node.attr){current.attr=merge(current.attr,node.attr)}}function addEdge(graph,edge){if(!graph.edges){graph.edges=[]}graph.edges.push(edge);if(graph.edge){var attr=merge({},graph.edge);edge.attr=merge(attr,edge.attr)}}function createEdge(graph,from,to,type,attr){var edge={from:from,to:to,type:type};if(graph.edge){edge.attr=merge({},graph.edge)}edge.attr=merge(edge.attr||{},attr);return edge}function getToken(){tokenType=TOKENTYPE.NULL;token=\"\";while(c===\" \"||c===\"\\t\"||c===\"\\n\"||c===\"\\r\"){next()}do{var isComment=false;if(c===\"#\"){var i=index-1;while(dot.charAt(i)===\" \"||dot.charAt(i)===\"\\t\"){i--}if(dot.charAt(i)===\"\\n\"||dot.charAt(i)===\"\"){while(c!=\"\"&&c!=\"\\n\"){next()}isComment=true}}if(c===\"/\"&&nextPreview()===\"/\"){while(c!=\"\"&&c!=\"\\n\"){next()}isComment=true}if(c===\"/\"&&nextPreview()===\"*\"){while(c!=\"\"){if(c===\"*\"&&nextPreview()===\"/\"){next();next();break}else{next()}}isComment=true}while(c===\" \"||c===\"\\t\"||c===\"\\n\"||c===\"\\r\"){next()}}while(isComment);if(c===\"\"){tokenType=TOKENTYPE.DELIMITER;return}var c2=c+nextPreview();if(DELIMITERS[c2]){tokenType=TOKENTYPE.DELIMITER;token=c2;next();next();return}if(DELIMITERS[c]){tokenType=TOKENTYPE.DELIMITER;token=c;next();return}if(isAlphaNumeric(c)||c===\"-\"){token+=c;next();while(isAlphaNumeric(c)){token+=c;next()}if(token===\"false\"){token=false}else if(token===\"true\"){token=true}else if(!isNaN(Number(token))){token=Number(token)}tokenType=TOKENTYPE.IDENTIFIER;return}if(c==='\"'){next();while(c!=\"\"&&(c!='\"'||c==='\"'&&nextPreview()==='\"')){if(c==='\"'){token+=c;next()}else if(c===\"\\\\\"&&nextPreview()===\"n\"){token+=\"\\n\";next()}else{token+=c}next()}if(c!='\"'){throw newSyntaxError('End of string \" expected')}next();tokenType=TOKENTYPE.IDENTIFIER;return}tokenType=TOKENTYPE.UNKNOWN;while(c!=\"\"){token+=c;next()}throw new SyntaxError('Syntax error in part \"'+chop(token,30)+'\"')}function parseGraph(){var graph={};first();getToken();if(token===\"strict\"){graph.strict=true;getToken()}if(token===\"graph\"||token===\"digraph\"){graph.type=token;getToken()}if(tokenType===TOKENTYPE.IDENTIFIER){graph.id=token;getToken()}if(token!=\"{\"){throw newSyntaxError(\"Angle bracket { expected\")}getToken();parseStatements(graph);if(token!=\"}\"){throw newSyntaxError(\"Angle bracket } expected\")}getToken();if(token!==\"\"){throw newSyntaxError(\"End of file expected\")}getToken();delete graph.node;delete graph.edge;delete graph.graph;return graph}function parseStatements(graph){while(token!==\"\"&&token!=\"}\"){parseStatement(graph);if(token===\";\"){getToken()}}}function parseStatement(graph){var subgraph=parseSubgraph(graph);if(subgraph){parseEdge(graph,subgraph);return}var attr=parseAttributeStatement(graph);if(attr){return}if(tokenType!=TOKENTYPE.IDENTIFIER){throw newSyntaxError(\"Identifier expected\")}var id=token;getToken();if(token===\"=\"){getToken();if(tokenType!=TOKENTYPE.IDENTIFIER){throw newSyntaxError(\"Identifier expected\")}graph[id]=token;getToken()}else{parseNodeStatement(graph,id)}}function parseSubgraph(graph){var subgraph=null;if(token===\"subgraph\"){subgraph={};subgraph.type=\"subgraph\";getToken();if(tokenType===TOKENTYPE.IDENTIFIER){subgraph.id=token;getToken()}}if(token===\"{\"){getToken();if(!subgraph){subgraph={}}subgraph.parent=graph;subgraph.node=graph.node;subgraph.edge=graph.edge;subgraph.graph=graph.graph;parseStatements(subgraph);if(token!=\"}\"){throw newSyntaxError(\"Angle bracket } expected\")}getToken();delete subgraph.node;delete subgraph.edge;delete subgraph.graph;delete subgraph.parent;if(!graph.subgraphs){graph.subgraphs=[]}graph.subgraphs.push(subgraph)}return subgraph}function parseAttributeStatement(graph){if(token===\"node\"){getToken();graph.node=parseAttributeList();return\"node\"}else if(token===\"edge\"){getToken();graph.edge=parseAttributeList();return\"edge\"}else if(token===\"graph\"){getToken();graph.graph=parseAttributeList();return\"graph\"}return null}function parseNodeStatement(graph,id){var node={id:id};var attr=parseAttributeList();if(attr){node.attr=attr}addNode(graph,node);parseEdge(graph,id)}function parseEdge(graph,from){while(token===\"->\"||token===\"--\"){var to;var type=token;getToken();var subgraph=parseSubgraph(graph);if(subgraph){to=subgraph}else{if(tokenType!=TOKENTYPE.IDENTIFIER){throw newSyntaxError(\"Identifier or subgraph expected\")}to=token;addNode(graph,{id:to});getToken()}var attr=parseAttributeList();var edge=createEdge(graph,from,to,type,attr);addEdge(graph,edge);from=to}}function parseAttributeList(){var attr=null;var edgeStyles={dashed:true,solid:false,dotted:[1,5]};while(token===\"[\"){getToken();attr={};while(token!==\"\"&&token!=\"]\"){if(tokenType!=TOKENTYPE.IDENTIFIER){throw newSyntaxError(\"Attribute name expected\")}var name=token;getToken();if(token!=\"=\"){throw newSyntaxError(\"Equal sign = expected\")}getToken();if(tokenType!=TOKENTYPE.IDENTIFIER){throw newSyntaxError(\"Attribute value expected\")}var value=token;if(name===\"style\"){value=edgeStyles[value]}setValue(attr,name,value);getToken();if(token==\",\"){getToken()}}if(token!=\"]\"){throw newSyntaxError(\"Bracket ] expected\")}getToken()}return attr}function newSyntaxError(message){return new SyntaxError(message+', got \"'+chop(token,30)+'\" (char '+index+\")\")}function chop(text,maxLength){return text.length<=maxLength?text:text.substr(0,27)+\"...\"}function forEach2(array1,array2,fn){if(Array.isArray(array1)){array1.forEach(function(elem1){if(Array.isArray(array2)){array2.forEach(function(elem2){fn(elem1,elem2)})}else{fn(elem1,array2)}})}else{if(Array.isArray(array2)){array2.forEach(function(elem2){fn(array1,elem2)})}else{fn(array1,array2)}}}function setProp(object,path,value){var names=path.split(\".\");var prop=names.pop();var obj=object;for(var i=0;i<names.length;i++){var name=names[i];if(!(name in obj)){obj[name]={}}obj=obj[name]}obj[prop]=value;return object}function convertAttr(attr,mapping){var converted={};for(var prop in attr){if(attr.hasOwnProperty(prop)){var visProp=mapping[prop];if(Array.isArray(visProp)){visProp.forEach(function(visPropI){setProp(converted,visPropI,attr[prop])})}else if(typeof visProp===\"string\"){setProp(converted,visProp,attr[prop])}else{setProp(converted,prop,attr[prop])}}}return converted}function DOTToGraph(data){var dotData=parseDOT(data);var graphData={nodes:[],edges:[],options:{}};if(dotData.nodes){dotData.nodes.forEach(function(dotNode){var graphNode={id:dotNode.id,label:String(dotNode.label||dotNode.id)};merge(graphNode,convertAttr(dotNode.attr,NODE_ATTR_MAPPING));if(graphNode.image){graphNode.shape=\"image\"}graphData.nodes.push(graphNode)})}if(dotData.edges){var convertEdge=function convertEdge(dotEdge){var graphEdge={from:dotEdge.from,to:dotEdge.to};merge(graphEdge,convertAttr(dotEdge.attr,EDGE_ATTR_MAPPING));graphEdge.arrows=dotEdge.type===\"->\"?\"to\":undefined;return graphEdge};dotData.edges.forEach(function(dotEdge){var from,to;if(dotEdge.from instanceof Object){from=dotEdge.from.nodes}else{from={id:dotEdge.from}}if(dotEdge.to instanceof Object){to=dotEdge.to.nodes}else{to={id:dotEdge.to}}if(dotEdge.from instanceof Object&&dotEdge.from.edges){dotEdge.from.edges.forEach(function(subEdge){var graphEdge=convertEdge(subEdge);graphData.edges.push(graphEdge)})}forEach2(from,to,function(from,to){var subEdge=createEdge(graphData,from.id,to.id,dotEdge.type,dotEdge.attr);var graphEdge=convertEdge(subEdge);graphData.edges.push(graphEdge)});if(dotEdge.to instanceof Object&&dotEdge.to.edges){dotEdge.to.edges.forEach(function(subEdge){var graphEdge=convertEdge(subEdge);graphData.edges.push(graphEdge)})}})}if(dotData.attr){graphData.options=dotData.attr}return graphData}exports.parseDOT=parseDOT;exports.DOTToGraph=DOTToGraph},function(module,exports,__webpack_require__){\"use strict\";function parseGephi(gephiJSON,optionsObj){var edges=[];var nodes=[];var options={edges:{inheritColor:false},nodes:{fixed:false,parseColor:false}};if(optionsObj!==undefined){if(optionsObj.fixed!==undefined){options.nodes.fixed=optionsObj.fixed}if(optionsObj.parseColor!==undefined){options.nodes.parseColor=optionsObj.parseColor}if(optionsObj.inheritColor!==undefined){options.edges.inheritColor=optionsObj.inheritColor}}var gEdges=gephiJSON.edges;var gNodes=gephiJSON.nodes;for(var i=0;i<gEdges.length;i++){var edge={};var gEdge=gEdges[i];edge[\"id\"]=gEdge.id;edge[\"from\"]=gEdge.source;edge[\"to\"]=gEdge.target;edge[\"attributes\"]=gEdge.attributes;edge[\"label\"]=gEdge.label;edge[\"title\"]=gEdge.attributes!==undefined?gEdge.attributes.title:undefined;if(gEdge[\"type\"]===\"Directed\"){edge[\"arrows\"]=\"to\"}if(gEdge.color&&options.inheritColor===false){edge[\"color\"]=gEdge.color}edges.push(edge)}for(var j=0;j<gNodes.length;j++){var node={};var gNode=gNodes[j];node[\"id\"]=gNode.id;node[\"attributes\"]=gNode.attributes;node[\"x\"]=gNode.x;node[\"y\"]=gNode.y;node[\"label\"]=gNode.label;node[\"title\"]=gNode.attributes!==undefined?gNode.attributes.title:gNode.title;if(options.nodes.parseColor===true){node[\"color\"]=gNode.color}else{node[\"color\"]=gNode.color!==undefined?{background:gNode.color,border:gNode.color,highlight:{background:gNode.color,border:gNode.color},hover:{background:gNode.color,border:gNode.color}}:undefined}node[\"size\"]=gNode.size;node[\"fixed\"]=options.nodes.fixed&&gNode.x!==undefined&&gNode.y!==undefined;nodes.push(node)}return{nodes:nodes,edges:edges}}exports.parseGephi=parseGephi},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _CachedImage=__webpack_require__(185);var _CachedImage2=_interopRequireDefault(_CachedImage);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Images=function(){function Images(callback){(0,_classCallCheck3[\"default\"])(this,Images);this.images={};this.imageBroken={};this.callback=callback}(0,_createClass3[\"default\"])(Images,[{key:\"_tryloadBrokenUrl\",value:function _tryloadBrokenUrl(url,brokenUrl,imageToLoadBrokenUrlOn){if(url===undefined||imageToLoadBrokenUrlOn===undefined)return;if(brokenUrl===undefined){console.warn(\"No broken url image defined\");return}imageToLoadBrokenUrlOn.onerror=function(){console.error(\"Could not load brokenImage:\",brokenUrl)};imageToLoadBrokenUrlOn.image.src=brokenUrl}},{key:\"_redrawWithImage\",value:function _redrawWithImage(imageToRedrawWith){if(this.callback){this.callback(imageToRedrawWith)}}},{key:\"load\",value:function load(url,brokenUrl){var _this=this;var cachedImage=this.images[url];if(cachedImage)return cachedImage;var img=new _CachedImage2[\"default\"];this.images[url]=img;img.image.onload=function(){_this._fixImageCoordinates(img.image);img.init();_this._redrawWithImage(img)};img.image.onerror=function(){console.error(\"Could not load image:\",url);_this._tryloadBrokenUrl(url,brokenUrl,img)};img.image.src=url;return img}},{key:\"_fixImageCoordinates\",value:function _fixImageCoordinates(imageToCache){if(imageToCache.width===0){document.body.appendChild(imageToCache);imageToCache.width=imageToCache.offsetWidth;imageToCache.height=imageToCache.offsetHeight;document.body.removeChild(imageToCache)}}}]);return Images}();exports[\"default\"]=Images},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _slicedToArray2=__webpack_require__(30);var _slicedToArray3=_interopRequireDefault(_slicedToArray2);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var ComponentUtil=__webpack_require__(48)[\"default\"];var LabelSplitter=__webpack_require__(191)[\"default\"];var multiFontStyle=[\"bold\",\"ital\",\"boldital\",\"mono\"];var Label=function(){function Label(body,options){var edgelabel=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;(0,_classCallCheck3[\"default\"])(this,Label);this.body=body;this.pointToSelf=false;this.baseSize=undefined;this.fontOptions={};this.setOptions(options);this.size={top:0,left:0,width:0,height:0,yLine:0};this.isEdgeLabel=edgelabel}(0,_createClass3[\"default\"])(Label,[{key:\"setOptions\",value:function setOptions(options){this.elementOptions=options;this.initFontOptions(options.font);if(ComponentUtil.isValidLabel(options.label)){this.labelDirty=true}else{options.label=\"\"}if(options.font!==undefined&&options.font!==null){if(typeof options.font===\"string\"){this.baseSize=this.fontOptions.size}else if((0,_typeof3[\"default\"])(options.font)===\"object\"){var size=options.font.size;if(size!==undefined){this.baseSize=size}}}}},{key:\"initFontOptions\",value:function initFontOptions(newFontOptions){var _this=this;util.forEach(multiFontStyle,function(style){_this.fontOptions[style]={}});if(Label.parseFontString(this.fontOptions,newFontOptions)){this.fontOptions.vadjust=0;return}util.forEach(newFontOptions,function(prop,n){if(prop!==undefined&&prop!==null&&(typeof prop===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(prop))!==\"object\"){_this.fontOptions[n]=prop}})}},{key:\"constrain\",value:function constrain(pile){var fontOptions={constrainWidth:false,maxWdt:-1,minWdt:-1,constrainHeight:false,minHgt:-1,valign:\"middle\"};var widthConstraint=util.topMost(pile,\"widthConstraint\");if(typeof widthConstraint===\"number\"){fontOptions.maxWdt=Number(widthConstraint);fontOptions.minWdt=Number(widthConstraint)}else if((typeof widthConstraint===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(widthConstraint))===\"object\"){var widthConstraintMaximum=util.topMost(pile,[\"widthConstraint\",\"maximum\"]);if(typeof widthConstraintMaximum===\"number\"){fontOptions.maxWdt=Number(widthConstraintMaximum)}var widthConstraintMinimum=util.topMost(pile,[\"widthConstraint\",\"minimum\"]);if(typeof widthConstraintMinimum===\"number\"){fontOptions.minWdt=Number(widthConstraintMinimum)}}var heightConstraint=util.topMost(pile,\"heightConstraint\");if(typeof heightConstraint===\"number\"){fontOptions.minHgt=Number(heightConstraint)}else if((typeof heightConstraint===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(heightConstraint))===\"object\"){var heightConstraintMinimum=util.topMost(pile,[\"heightConstraint\",\"minimum\"]);if(typeof heightConstraintMinimum===\"number\"){fontOptions.minHgt=Number(heightConstraintMinimum)}var heightConstraintValign=util.topMost(pile,[\"heightConstraint\",\"valign\"]);if(typeof heightConstraintValign===\"string\"){if(heightConstraintValign===\"top\"||heightConstraintValign===\"bottom\"){fontOptions.valign=heightConstraintValign}}}return fontOptions}},{key:\"update\",value:function update(options,pile){this.setOptions(options,true);this.propagateFonts(pile);util.deepExtend(this.fontOptions,this.constrain(pile));this.fontOptions.chooser=ComponentUtil.choosify(\"label\",pile)}},{key:\"adjustSizes\",value:function adjustSizes(margins){var widthBias=margins?margins.right+margins.left:0;if(this.fontOptions.constrainWidth){this.fontOptions.maxWdt-=widthBias;this.fontOptions.minWdt-=widthBias}var heightBias=margins?margins.top+margins.bottom:0;if(this.fontOptions.constrainHeight){this.fontOptions.minHgt-=heightBias}}},{key:\"addFontOptionsToPile\",value:function addFontOptionsToPile(dstPile,srcPile){for(var i=0;i<srcPile.length;++i){this.addFontToPile(dstPile,srcPile[i])}}},{key:\"addFontToPile\",value:function addFontToPile(pile,options){if(options===undefined)return;if(options.font===undefined||options.font===null)return;var item=options.font;pile.push(item)}},{key:\"getBasicOptions\",value:function getBasicOptions(pile){var ret={};for(var n=0;n<pile.length;++n){var fontOptions=pile[n];var tmpShorthand={};if(Label.parseFontString(tmpShorthand,fontOptions)){fontOptions=tmpShorthand}util.forEach(fontOptions,function(opt,name){if(opt===undefined)return;if(ret.hasOwnProperty(name))return;if(multiFontStyle.indexOf(name)!==-1){ret[name]={}}else{ret[name]=opt}})}return ret}},{key:\"getFontOption\",value:function getFontOption(pile,multiName,option){var multiFont=void 0;for(var n=0;n<pile.length;++n){var fontOptions=pile[n];if(fontOptions.hasOwnProperty(multiName)){multiFont=fontOptions[multiName];if(multiFont===undefined||multiFont===null)continue;var tmpShorthand={};if(Label.parseFontString(tmpShorthand,multiFont)){multiFont=tmpShorthand}if(multiFont.hasOwnProperty(option)){return multiFont[option]}}}if(this.fontOptions.hasOwnProperty(option)){return this.fontOptions[option]}throw new Error(\"Did not find value for multi-font for property: '\"+option+\"'\")}},{key:\"getFontOptions\",value:function getFontOptions(pile,multiName){var result={};var optionNames=[\"color\",\"size\",\"face\",\"mod\",\"vadjust\"];for(var i=0;i<optionNames.length;++i){var mod=optionNames[i];result[mod]=this.getFontOption(pile,multiName,mod)}return result}},{key:\"propagateFonts\",value:function propagateFonts(pile){var _this2=this;var fontPile=[];this.addFontOptionsToPile(fontPile,pile);this.fontOptions=this.getBasicOptions(fontPile);var _loop=function _loop(i){var mod=multiFontStyle[i];var modOptions=_this2.fontOptions[mod];var tmpMultiFontOptions=_this2.getFontOptions(fontPile,mod);util.forEach(tmpMultiFontOptions,function(option,n){modOptions[n]=option});modOptions.size=Number(modOptions.size);modOptions.vadjust=Number(modOptions.vadjust)};for(var i=0;i<multiFontStyle.length;++i){_loop(i)}}},{key:\"draw\",value:function draw(ctx,x,y,selected,hover){var baseline=arguments.length>5&&arguments[5]!==undefined?arguments[5]:\"middle\";if(this.elementOptions.label===undefined)return;var viewFontSize=this.fontOptions.size*this.body.view.scale;if(this.elementOptions.label&&viewFontSize<this.elementOptions.scaling.label.drawThreshold-1)return;if(viewFontSize>=this.elementOptions.scaling.label.maxVisible){viewFontSize=Number(this.elementOptions.scaling.label.maxVisible)/this.body.view.scale}this.calculateLabelSize(ctx,selected,hover,x,y,baseline);this._drawBackground(ctx);this._drawText(ctx,x,this.size.yLine,baseline,viewFontSize)}},{key:\"_drawBackground\",value:function _drawBackground(ctx){if(this.fontOptions.background!==undefined&&this.fontOptions.background!==\"none\"){ctx.fillStyle=this.fontOptions.background;var size=this.getSize();ctx.fillRect(size.left,size.top,size.width,size.height)}}},{key:\"_drawText\",value:function _drawText(ctx,x,y){var baseline=arguments.length>3&&arguments[3]!==undefined?arguments[3]:\"middle\";var viewFontSize=arguments[4];var _setAlignment2=this._setAlignment(ctx,x,y,baseline);var _setAlignment3=(0,_slicedToArray3[\"default\"])(_setAlignment2,2);x=_setAlignment3[0];y=_setAlignment3[1];ctx.textAlign=\"left\";x=x-this.size.width/2;if(this.fontOptions.valign&&this.size.height>this.size.labelHeight){if(this.fontOptions.valign===\"top\"){y-=(this.size.height-this.size.labelHeight)/2}if(this.fontOptions.valign===\"bottom\"){y+=(this.size.height-this.size.labelHeight)/2}}for(var i=0;i<this.lineCount;i++){var line=this.lines[i];if(line&&line.blocks){var width=0;if(this.isEdgeLabel||this.fontOptions.align===\"center\"){width+=(this.size.width-line.width)/2}else if(this.fontOptions.align===\"right\"){width+=this.size.width-line.width}for(var j=0;j<line.blocks.length;j++){var block=line.blocks[j];ctx.font=block.font;var _getColor2=this._getColor(block.color,viewFontSize,block.strokeColor),_getColor3=(0,_slicedToArray3[\"default\"])(_getColor2,2),fontColor=_getColor3[0],strokeColor=_getColor3[1];if(block.strokeWidth>0){ctx.lineWidth=block.strokeWidth;ctx.strokeStyle=strokeColor;ctx.lineJoin=\"round\"}ctx.fillStyle=fontColor;if(block.strokeWidth>0){ctx.strokeText(block.text,x+width,y+block.vadjust)}ctx.fillText(block.text,x+width,y+block.vadjust);width+=block.width}y+=line.height}}}},{key:\"_setAlignment\",value:function _setAlignment(ctx,x,y,baseline){if(this.isEdgeLabel&&this.fontOptions.align!==\"horizontal\"&&this.pointToSelf===false){x=0;y=0;var lineMargin=2;if(this.fontOptions.align===\"top\"){ctx.textBaseline=\"alphabetic\";y-=2*lineMargin}else if(this.fontOptions.align===\"bottom\"){ctx.textBaseline=\"hanging\";y+=2*lineMargin}else{ctx.textBaseline=\"middle\"}}else{ctx.textBaseline=baseline}return[x,y]}},{key:\"_getColor\",value:function _getColor(color,viewFontSize,initialStrokeColor){var fontColor=color||\"#000000\";var strokeColor=initialStrokeColor||\"#ffffff\";if(viewFontSize<=this.elementOptions.scaling.label.drawThreshold){var opacity=Math.max(0,Math.min(1,1-(this.elementOptions.scaling.label.drawThreshold-viewFontSize)));fontColor=util.overrideOpacity(fontColor,opacity);strokeColor=util.overrideOpacity(strokeColor,opacity)}return[fontColor,strokeColor]}},{key:\"getTextSize\",value:function getTextSize(ctx){var selected=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;var hover=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;this._processLabel(ctx,selected,hover);return{width:this.size.width,height:this.size.height,lineCount:this.lineCount}}},{key:\"getSize\",value:function getSize(){var lineMargin=2;var x=this.size.left;var y=this.size.top-.5*lineMargin;if(this.isEdgeLabel){var x2=-this.size.width*.5;switch(this.fontOptions.align){case\"middle\":x=x2;y=-this.size.height*.5;break;case\"top\":x=x2;y=-(this.size.height+lineMargin);break;case\"bottom\":x=x2;y=lineMargin;break}}var ret={left:x,top:y,width:this.size.width,height:this.size.height};return ret}},{key:\"calculateLabelSize\",value:function calculateLabelSize(ctx,selected,hover){var x=arguments.length>3&&arguments[3]!==undefined?arguments[3]:0;var y=arguments.length>4&&arguments[4]!==undefined?arguments[4]:0;var baseline=arguments.length>5&&arguments[5]!==undefined?arguments[5]:\"middle\";this._processLabel(ctx,selected,hover);this.size.left=x-this.size.width*.5;this.size.top=y-this.size.height*.5;this.size.yLine=y+(1-this.lineCount)*.5*this.fontOptions.size;if(baseline===\"hanging\"){this.size.top+=.5*this.fontOptions.size;this.size.top+=4;this.size.yLine+=4}}},{key:\"getFormattingValues\",value:function getFormattingValues(ctx,selected,hover,mod){var getValue=function getValue(fontOptions,mod,option){if(mod===\"normal\"){if(option===\"mod\")return\"\";return fontOptions[option]}if(fontOptions[mod][option]!==undefined){return fontOptions[mod][option]}else{return fontOptions[option]}};var values={color:getValue(this.fontOptions,mod,\"color\"),size:getValue(this.fontOptions,mod,\"size\"),face:getValue(this.fontOptions,mod,\"face\"),mod:getValue(this.fontOptions,mod,\"mod\"),vadjust:getValue(this.fontOptions,mod,\"vadjust\"),strokeWidth:this.fontOptions.strokeWidth,strokeColor:this.fontOptions.strokeColor};if(selected||hover){if(mod===\"normal\"&&this.fontOptions.chooser===true&&this.elementOptions.labelHighlightBold){values.mod=\"bold\"}else{if(typeof this.fontOptions.chooser===\"function\"){this.fontOptions.chooser(values,this.elementOptions.id,selected,hover)}}}var fontString=\"\";if(values.mod!==undefined&&values.mod!==\"\"){fontString+=values.mod+\" \"}fontString+=values.size+\"px \"+values.face;ctx.font=fontString.replace(/\"/g,\"\");values.font=ctx.font;values.height=values.size;return values}},{key:\"differentState\",value:function differentState(selected,hover){return selected!==this.selectedState||hover!==this.hoverState}},{key:\"_processLabelText\",value:function _processLabelText(ctx,selected,hover,inText){var splitter=new LabelSplitter(ctx,this,selected,hover);return splitter.process(inText)}},{key:\"_processLabel\",value:function _processLabel(ctx,selected,hover){if(this.labelDirty===false&&!this.differentState(selected,hover))return;var state=this._processLabelText(ctx,selected,hover,this.elementOptions.label);if(this.fontOptions.minWdt>0&&state.width<this.fontOptions.minWdt){state.width=this.fontOptions.minWdt}this.size.labelHeight=state.height;if(this.fontOptions.minHgt>0&&state.height<this.fontOptions.minHgt){state.height=this.fontOptions.minHgt}this.lines=state.lines;this.lineCount=state.lines.length;this.size.width=state.width;this.size.height=state.height;this.selectedState=selected;this.hoverState=hover;this.labelDirty=false}},{key:\"visible\",value:function visible(){if(this.size.width===0||this.size.height===0||this.elementOptions.label===undefined){return false}var viewFontSize=this.fontOptions.size*this.body.view.scale;if(viewFontSize<this.elementOptions.scaling.label.drawThreshold-1){return false}return true}}],[{key:\"parseFontString\",value:function parseFontString(outOptions,inOptions){if(!inOptions||typeof inOptions!==\"string\")return false;var newOptionsArray=inOptions.split(\" \");outOptions.size=newOptionsArray[0].replace(\"px\",\"\");outOptions.face=newOptionsArray[1];outOptions.color=newOptionsArray[2];return true}}]);return Label}();exports[\"default\"]=Label},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _slicedToArray2=__webpack_require__(30);var _slicedToArray3=_interopRequireDefault(_slicedToArray2);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var EndPoints=__webpack_require__(119)[\"default\"];var EdgeBase=function(){function EdgeBase(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,EdgeBase);this.body=body;this.labelModule=labelModule\n;this.options={};this.setOptions(options);this.colorDirty=true;this.color={};this.selectionWidth=2;this.hoverWidth=1.5;this.fromPoint=this.from;this.toPoint=this.to}(0,_createClass3[\"default\"])(EdgeBase,[{key:\"connect\",value:function connect(){this.from=this.body.nodes[this.options.from];this.to=this.body.nodes[this.options.to]}},{key:\"cleanup\",value:function cleanup(){return false}},{key:\"setOptions\",value:function setOptions(options){this.options=options;this.from=this.body.nodes[this.options.from];this.to=this.body.nodes[this.options.to];this.id=this.options.id}},{key:\"drawLine\",value:function drawLine(ctx,values,selected,hover,viaNode){ctx.strokeStyle=this.getColor(ctx,values,selected,hover);ctx.lineWidth=values.width;if(values.dashes!==false){this._drawDashedLine(ctx,values,viaNode)}else{this._drawLine(ctx,values,viaNode)}}},{key:\"_drawLine\",value:function _drawLine(ctx,values,viaNode,fromPoint,toPoint){if(this.from!=this.to){this._line(ctx,values,viaNode,fromPoint,toPoint)}else{var _getCircleData2=this._getCircleData(ctx),_getCircleData3=(0,_slicedToArray3[\"default\"])(_getCircleData2,3),x=_getCircleData3[0],y=_getCircleData3[1],radius=_getCircleData3[2];this._circle(ctx,values,x,y,radius)}}},{key:\"_drawDashedLine\",value:function _drawDashedLine(ctx,values,viaNode,fromPoint,toPoint){ctx.lineCap=\"round\";var pattern=[5,5];if(Array.isArray(values.dashes)===true){pattern=values.dashes}if(ctx.setLineDash!==undefined){ctx.save();ctx.setLineDash(pattern);ctx.lineDashOffset=0;if(this.from!=this.to){this._line(ctx,values,viaNode)}else{var _getCircleData4=this._getCircleData(ctx),_getCircleData5=(0,_slicedToArray3[\"default\"])(_getCircleData4,3),x=_getCircleData5[0],y=_getCircleData5[1],radius=_getCircleData5[2];this._circle(ctx,values,x,y,radius)}ctx.setLineDash([0]);ctx.lineDashOffset=0;ctx.restore()}else{if(this.from!=this.to){ctx.dashedLine(this.from.x,this.from.y,this.to.x,this.to.y,pattern)}else{var _getCircleData6=this._getCircleData(ctx),_getCircleData7=(0,_slicedToArray3[\"default\"])(_getCircleData6,3),_x=_getCircleData7[0],_y=_getCircleData7[1],_radius=_getCircleData7[2];this._circle(ctx,values,_x,_y,_radius)}this.enableShadow(ctx,values);ctx.stroke();this.disableShadow(ctx,values)}}},{key:\"findBorderPosition\",value:function findBorderPosition(nearNode,ctx,options){if(this.from!=this.to){return this._findBorderPosition(nearNode,ctx,options)}else{return this._findBorderPositionCircle(nearNode,ctx,options)}}},{key:\"findBorderPositions\",value:function findBorderPositions(ctx){var from={};var to={};if(this.from!=this.to){from=this._findBorderPosition(this.from,ctx);to=this._findBorderPosition(this.to,ctx)}else{var _getCircleData$slice=this._getCircleData(ctx).slice(0,2),_getCircleData$slice2=(0,_slicedToArray3[\"default\"])(_getCircleData$slice,2),x=_getCircleData$slice2[0],y=_getCircleData$slice2[1];from=this._findBorderPositionCircle(this.from,ctx,{x:x,y:y,low:.25,high:.6,direction:-1});to=this._findBorderPositionCircle(this.from,ctx,{x:x,y:y,low:.6,high:.8,direction:1})}return{from:from,to:to}}},{key:\"_getCircleData\",value:function _getCircleData(ctx){var x=void 0,y=void 0;var node=this.from;var radius=this.options.selfReferenceSize;if(ctx!==undefined){if(node.shape.width===undefined){node.shape.resize(ctx)}}if(node.shape.width>node.shape.height){x=node.x+node.shape.width*.5;y=node.y-radius}else{x=node.x+radius;y=node.y-node.shape.height*.5}return[x,y,radius]}},{key:\"_pointOnCircle\",value:function _pointOnCircle(x,y,radius,percentage){var angle=percentage*2*Math.PI;return{x:x+radius*Math.cos(angle),y:y-radius*Math.sin(angle)}}},{key:\"_findBorderPositionCircle\",value:function _findBorderPositionCircle(node,ctx,options){var x=options.x;var y=options.y;var low=options.low;var high=options.high;var direction=options.direction;var maxIterations=10;var iteration=0;var radius=this.options.selfReferenceSize;var pos=void 0,angle=void 0,distanceToBorder=void 0,distanceToPoint=void 0,difference=void 0;var threshold=.05;var middle=(low+high)*.5;while(low<=high&&iteration<maxIterations){middle=(low+high)*.5;pos=this._pointOnCircle(x,y,radius,middle);angle=Math.atan2(node.y-pos.y,node.x-pos.x);distanceToBorder=node.distanceToBorder(ctx,angle);distanceToPoint=Math.sqrt(Math.pow(pos.x-node.x,2)+Math.pow(pos.y-node.y,2));difference=distanceToBorder-distanceToPoint;if(Math.abs(difference)<threshold){break}else if(difference>0){if(direction>0){low=middle}else{high=middle}}else{if(direction>0){high=middle}else{low=middle}}iteration++}pos.t=middle;return pos}},{key:\"getLineWidth\",value:function getLineWidth(selected,hover){if(selected===true){return Math.max(this.selectionWidth,.3/this.body.view.scale)}else{if(hover===true){return Math.max(this.hoverWidth,.3/this.body.view.scale)}else{return Math.max(this.options.width,.3/this.body.view.scale)}}}},{key:\"getColor\",value:function getColor(ctx,values,selected,hover){if(values.inheritsColor!==false){if(values.inheritsColor===\"both\"&&this.from.id!==this.to.id){var grd=ctx.createLinearGradient(this.from.x,this.from.y,this.to.x,this.to.y);var fromColor=void 0,toColor=void 0;fromColor=this.from.options.color.highlight.border;toColor=this.to.options.color.highlight.border;if(this.from.selected===false&&this.to.selected===false){fromColor=util.overrideOpacity(this.from.options.color.border,values.opacity);toColor=util.overrideOpacity(this.to.options.color.border,values.opacity)}else if(this.from.selected===true&&this.to.selected===false){toColor=this.to.options.color.border}else if(this.from.selected===false&&this.to.selected===true){fromColor=this.from.options.color.border}grd.addColorStop(0,fromColor);grd.addColorStop(1,toColor);return grd}if(values.inheritsColor===\"to\"){return util.overrideOpacity(this.to.options.color.border,values.opacity)}else{return util.overrideOpacity(this.from.options.color.border,values.opacity)}}else{return util.overrideOpacity(values.color,values.opacity)}}},{key:\"_circle\",value:function _circle(ctx,values,x,y,radius){this.enableShadow(ctx,values);ctx.beginPath();ctx.arc(x,y,radius,0,2*Math.PI,false);ctx.stroke();this.disableShadow(ctx,values)}},{key:\"getDistanceToEdge\",value:function getDistanceToEdge(x1,y1,x2,y2,x3,y3,via,values){var returnValue=0;if(this.from!=this.to){returnValue=this._getDistanceToEdge(x1,y1,x2,y2,x3,y3,via)}else{var _getCircleData8=this._getCircleData(undefined),_getCircleData9=(0,_slicedToArray3[\"default\"])(_getCircleData8,3),x=_getCircleData9[0],y=_getCircleData9[1],radius=_getCircleData9[2];var dx=x-x3;var dy=y-y3;returnValue=Math.abs(Math.sqrt(dx*dx+dy*dy)-radius)}return returnValue}},{key:\"_getDistanceToLine\",value:function _getDistanceToLine(x1,y1,x2,y2,x3,y3){var px=x2-x1;var py=y2-y1;var something=px*px+py*py;var u=((x3-x1)*px+(y3-y1)*py)/something;if(u>1){u=1}else if(u<0){u=0}var x=x1+u*px;var y=y1+u*py;var dx=x-x3;var dy=y-y3;return Math.sqrt(dx*dx+dy*dy)}},{key:\"getArrowData\",value:function getArrowData(ctx,position,viaNode,selected,hover,values){var angle=void 0;var arrowPoint=void 0;var node1=void 0;var node2=void 0;var guideOffset=void 0;var scaleFactor=void 0;var type=void 0;var lineWidth=values.width;if(position===\"from\"){node1=this.from;node2=this.to;guideOffset=.1;scaleFactor=values.fromArrowScale;type=values.fromArrowType}else if(position===\"to\"){node1=this.to;node2=this.from;guideOffset=-.1;scaleFactor=values.toArrowScale;type=values.toArrowType}else{node1=this.to;node2=this.from;scaleFactor=values.middleArrowScale;type=values.middleArrowType}if(node1!=node2){if(position!==\"middle\"){if(this.options.smooth.enabled===true){arrowPoint=this.findBorderPosition(node1,ctx,{via:viaNode});var guidePos=this.getPoint(Math.max(0,Math.min(1,arrowPoint.t+guideOffset)),viaNode);angle=Math.atan2(arrowPoint.y-guidePos.y,arrowPoint.x-guidePos.x)}else{angle=Math.atan2(node1.y-node2.y,node1.x-node2.x);arrowPoint=this.findBorderPosition(node1,ctx)}}else{angle=Math.atan2(node1.y-node2.y,node1.x-node2.x);arrowPoint=this.getPoint(.5,viaNode)}}else{var _getCircleData10=this._getCircleData(ctx),_getCircleData11=(0,_slicedToArray3[\"default\"])(_getCircleData10,3),x=_getCircleData11[0],y=_getCircleData11[1],radius=_getCircleData11[2];if(position===\"from\"){arrowPoint=this.findBorderPosition(this.from,ctx,{x:x,y:y,low:.25,high:.6,direction:-1});angle=arrowPoint.t*-2*Math.PI+1.5*Math.PI+.1*Math.PI}else if(position===\"to\"){arrowPoint=this.findBorderPosition(this.from,ctx,{x:x,y:y,low:.6,high:1,direction:1});angle=arrowPoint.t*-2*Math.PI+1.5*Math.PI-1.1*Math.PI}else{arrowPoint=this._pointOnCircle(x,y,radius,.175);angle=3.9269908169872414}}if(position===\"middle\"&&scaleFactor<0)lineWidth*=-1;var length=15*scaleFactor+3*lineWidth;var xi=arrowPoint.x-length*.9*Math.cos(angle);var yi=arrowPoint.y-length*.9*Math.sin(angle);var arrowCore={x:xi,y:yi};return{point:arrowPoint,core:arrowCore,angle:angle,length:length,type:type}}},{key:\"drawArrowHead\",value:function drawArrowHead(ctx,values,selected,hover,arrowData){ctx.strokeStyle=this.getColor(ctx,values,selected,hover);ctx.fillStyle=ctx.strokeStyle;ctx.lineWidth=values.width;EndPoints.draw(ctx,arrowData);this.enableShadow(ctx,values);ctx.fill();this.disableShadow(ctx,values)}},{key:\"enableShadow\",value:function enableShadow(ctx,values){if(values.shadow===true){ctx.shadowColor=values.shadowColor;ctx.shadowBlur=values.shadowSize;ctx.shadowOffsetX=values.shadowX;ctx.shadowOffsetY=values.shadowY}}},{key:\"disableShadow\",value:function disableShadow(ctx,values){if(values.shadow===true){ctx.shadowColor=\"rgba(0,0,0,0)\";ctx.shadowBlur=0;ctx.shadowOffsetX=0;ctx.shadowOffsetY=0}}}]);return EdgeBase}();exports[\"default\"]=EdgeBase},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var EndPoint=function(){function EndPoint(){(0,_classCallCheck3[\"default\"])(this,EndPoint)}(0,_createClass3[\"default\"])(EndPoint,null,[{key:\"transform\",value:function transform(points,arrowData){if(!(points instanceof Array)){points=[points]}var x=arrowData.point.x;var y=arrowData.point.y;var angle=arrowData.angle;var length=arrowData.length;for(var i=0;i<points.length;++i){var p=points[i];var xt=p.x*Math.cos(angle)-p.y*Math.sin(angle);var yt=p.x*Math.sin(angle)+p.y*Math.cos(angle);p.x=x+length*xt;p.y=y+length*yt}}},{key:\"drawPath\",value:function drawPath(ctx,points){ctx.beginPath();ctx.moveTo(points[0].x,points[0].y);for(var i=1;i<points.length;++i){ctx.lineTo(points[i].x,points[i].y)}ctx.closePath()}}]);return EndPoint}();var Arrow=function(_EndPoint){(0,_inherits3[\"default\"])(Arrow,_EndPoint);function Arrow(){(0,_classCallCheck3[\"default\"])(this,Arrow);return(0,_possibleConstructorReturn3[\"default\"])(this,(Arrow.__proto__||(0,_getPrototypeOf2[\"default\"])(Arrow)).apply(this,arguments))}(0,_createClass3[\"default\"])(Arrow,null,[{key:\"draw\",value:function draw(ctx,arrowData){var points=[{x:0,y:0},{x:-1,y:.3},{x:-.9,y:0},{x:-1,y:-.3}];EndPoint.transform(points,arrowData);EndPoint.drawPath(ctx,points)}}]);return Arrow}(EndPoint);var Circle=function(){function Circle(){(0,_classCallCheck3[\"default\"])(this,Circle)}(0,_createClass3[\"default\"])(Circle,null,[{key:\"draw\",value:function draw(ctx,arrowData){var point={x:-.4,y:0};EndPoint.transform(point,arrowData);ctx.circle(point.x,point.y,arrowData.length*.4)}}]);return Circle}();var Bar=function(){function Bar(){(0,_classCallCheck3[\"default\"])(this,Bar)}(0,_createClass3[\"default\"])(Bar,null,[{key:\"draw\",value:function draw(ctx,arrowData){var points=[{x:0,y:.5},{x:0,y:-.5},{x:-.15,y:-.5},{x:-.15,y:.5}];EndPoint.transform(points,arrowData);EndPoint.drawPath(ctx,points)}}]);return Bar}();var EndPoints=function(){function EndPoints(){(0,_classCallCheck3[\"default\"])(this,EndPoints)}(0,_createClass3[\"default\"])(EndPoints,null,[{key:\"draw\",value:function draw(ctx,arrowData){var type;if(arrowData.type){type=arrowData.type.toLowerCase()}switch(type){case\"circle\":Circle.draw(ctx,arrowData);break;case\"bar\":Bar.draw(ctx,arrowData);break;case\"arrow\":default:Arrow.draw(ctx,arrowData)}}}]);return EndPoints}();exports[\"default\"]=EndPoints},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var BarnesHutSolver=function(){function BarnesHutSolver(body,physicsBody,options){(0,_classCallCheck3[\"default\"])(this,BarnesHutSolver);this.body=body;this.physicsBody=physicsBody;this.barnesHutTree;this.setOptions(options);this.randomSeed=5}(0,_createClass3[\"default\"])(BarnesHutSolver,[{key:\"setOptions\",value:function setOptions(options){this.options=options;this.thetaInversed=1/this.options.theta;this.overlapAvoidanceFactor=1-Math.max(0,Math.min(1,this.options.avoidOverlap))}},{key:\"seededRandom\",value:function seededRandom(){var x=Math.sin(this.randomSeed++)*1e4;return x-Math.floor(x)}},{key:\"solve\",value:function solve(){if(this.options.gravitationalConstant!==0&&this.physicsBody.physicsNodeIndices.length>0){var node=void 0;var nodes=this.body.nodes;var nodeIndices=this.physicsBody.physicsNodeIndices;var nodeCount=nodeIndices.length;var barnesHutTree=this._formBarnesHutTree(nodes,nodeIndices);this.barnesHutTree=barnesHutTree;for(var i=0;i<nodeCount;i++){node=nodes[nodeIndices[i]];if(node.options.mass>0){this._getForceContributions(barnesHutTree.root,node)}}}}},{key:\"_getForceContributions\",value:function _getForceContributions(parentBranch,node){this._getForceContribution(parentBranch.children.NW,node);this._getForceContribution(parentBranch.children.NE,node);this._getForceContribution(parentBranch.children.SW,node);this._getForceContribution(parentBranch.children.SE,node)}},{key:\"_getForceContribution\",value:function _getForceContribution(parentBranch,node){if(parentBranch.childrenCount>0){var dx=void 0,dy=void 0,distance=void 0;dx=parentBranch.centerOfMass.x-node.x;dy=parentBranch.centerOfMass.y-node.y;distance=Math.sqrt(dx*dx+dy*dy);if(distance*parentBranch.calcSize>this.thetaInversed){this._calculateForces(distance,dx,dy,node,parentBranch)}else{if(parentBranch.childrenCount===4){this._getForceContributions(parentBranch,node)}else{if(parentBranch.children.data.id!=node.id){this._calculateForces(distance,dx,dy,node,parentBranch)}}}}}},{key:\"_calculateForces\",value:function _calculateForces(distance,dx,dy,node,parentBranch){if(distance===0){distance=.1;dx=distance}if(this.overlapAvoidanceFactor<1&&node.shape.radius){distance=Math.max(.1+this.overlapAvoidanceFactor*node.shape.radius,distance-node.shape.radius)}var gravityForce=this.options.gravitationalConstant*parentBranch.mass*node.options.mass/Math.pow(distance,3);var fx=dx*gravityForce;var fy=dy*gravityForce;this.physicsBody.forces[node.id].x+=fx;this.physicsBody.forces[node.id].y+=fy}},{key:\"_formBarnesHutTree\",value:function _formBarnesHutTree(nodes,nodeIndices){var node=void 0;var nodeCount=nodeIndices.length;var minX=nodes[nodeIndices[0]].x;var minY=nodes[nodeIndices[0]].y;var maxX=nodes[nodeIndices[0]].x;var maxY=nodes[nodeIndices[0]].y;for(var i=1;i<nodeCount;i++){var _node=nodes[nodeIndices[i]];var x=_node.x;var y=_node.y;if(_node.options.mass>0){if(x<minX){minX=x}if(x>maxX){maxX=x}if(y<minY){minY=y}if(y>maxY){maxY=y}}}var sizeDiff=Math.abs(maxX-minX)-Math.abs(maxY-minY);if(sizeDiff>0){minY-=.5*sizeDiff;maxY+=.5*sizeDiff}else{minX+=.5*sizeDiff;maxX-=.5*sizeDiff}var minimumTreeSize=1e-5;var rootSize=Math.max(minimumTreeSize,Math.abs(maxX-minX));var halfRootSize=.5*rootSize;var centerX=.5*(minX+maxX),centerY=.5*(minY+maxY);var barnesHutTree={root:{centerOfMass:{x:0,y:0},mass:0,range:{minX:centerX-halfRootSize,maxX:centerX+halfRootSize,minY:centerY-halfRootSize,maxY:centerY+halfRootSize},size:rootSize,calcSize:1/rootSize,children:{data:null},maxWidth:0,level:0,childrenCount:4}};this._splitBranch(barnesHutTree.root);for(var _i=0;_i<nodeCount;_i++){node=nodes[nodeIndices[_i]];if(node.options.mass>0){this._placeInTree(barnesHutTree.root,node)}}return barnesHutTree}},{key:\"_updateBranchMass\",value:function _updateBranchMass(parentBranch,node){var centerOfMass=parentBranch.centerOfMass;var totalMass=parentBranch.mass+node.options.mass;var totalMassInv=1/totalMass;centerOfMass.x=centerOfMass.x*parentBranch.mass+node.x*node.options.mass;centerOfMass.x*=totalMassInv;centerOfMass.y=centerOfMass.y*parentBranch.mass+node.y*node.options.mass;centerOfMass.y*=totalMassInv;parentBranch.mass=totalMass;var biggestSize=Math.max(Math.max(node.height,node.radius),node.width);parentBranch.maxWidth=parentBranch.maxWidth<biggestSize?biggestSize:parentBranch.maxWidth}},{key:\"_placeInTree\",value:function _placeInTree(parentBranch,node,skipMassUpdate){if(skipMassUpdate!=true||skipMassUpdate===undefined){this._updateBranchMass(parentBranch,node)}var range=parentBranch.children.NW.range;var region=void 0;if(range.maxX>node.x){if(range.maxY>node.y){region=\"NW\"}else{region=\"SW\"}}else{if(range.maxY>node.y){region=\"NE\"}else{region=\"SE\"}}this._placeInRegion(parentBranch,node,region)}},{key:\"_placeInRegion\",value:function _placeInRegion(parentBranch,node,region){var children=parentBranch.children[region];switch(children.childrenCount){case 0:children.children.data=node;children.childrenCount=1;this._updateBranchMass(children,node);break;case 1:if(children.children.data.x===node.x&&children.children.data.y===node.y){node.x+=this.seededRandom();node.y+=this.seededRandom()}else{this._splitBranch(children);this._placeInTree(children,node)}break;case 4:this._placeInTree(children,node);break}}},{key:\"_splitBranch\",value:function _splitBranch(parentBranch){var containedNode=null;if(parentBranch.childrenCount===1){containedNode=parentBranch.children.data;parentBranch.mass=0;parentBranch.centerOfMass.x=0;parentBranch.centerOfMass.y=0}parentBranch.childrenCount=4;parentBranch.children.data=null;this._insertRegion(parentBranch,\"NW\");this._insertRegion(parentBranch,\"NE\");this._insertRegion(parentBranch,\"SW\");this._insertRegion(parentBranch,\"SE\");if(containedNode!=null){this._placeInTree(parentBranch,containedNode)}}},{key:\"_insertRegion\",value:function _insertRegion(parentBranch,region){var minX=void 0,maxX=void 0,minY=void 0,maxY=void 0;var childSize=.5*parentBranch.size;switch(region){case\"NW\":minX=parentBranch.range.minX;maxX=parentBranch.range.minX+childSize;minY=parentBranch.range.minY;maxY=parentBranch.range.minY+childSize;break;case\"NE\":minX=parentBranch.range.minX+childSize;maxX=parentBranch.range.maxX;minY=parentBranch.range.minY;maxY=parentBranch.range.minY+childSize;break;case\"SW\":minX=parentBranch.range.minX;maxX=parentBranch.range.minX+childSize;minY=parentBranch.range.minY+childSize;maxY=parentBranch.range.maxY;break;case\"SE\":minX=parentBranch.range.minX+childSize;maxX=parentBranch.range.maxX;minY=parentBranch.range.minY+childSize;maxY=parentBranch.range.maxY;break}parentBranch.children[region]={centerOfMass:{x:0,y:0},mass:0,range:{minX:minX,maxX:maxX,minY:minY,maxY:maxY},size:.5*parentBranch.size,calcSize:2*parentBranch.calcSize,children:{data:null},maxWidth:0,level:parentBranch.level+1,childrenCount:0}}},{key:\"_debug\",value:function _debug(ctx,color){if(this.barnesHutTree!==undefined){ctx.lineWidth=1;this._drawBranch(this.barnesHutTree.root,ctx,color)}}},{key:\"_drawBranch\",value:function _drawBranch(branch,ctx,color){if(color===undefined){color=\"#FF0000\"}if(branch.childrenCount===4){this._drawBranch(branch.children.NW,ctx);this._drawBranch(branch.children.NE,ctx);this._drawBranch(branch.children.SE,ctx);this._drawBranch(branch.children.SW,ctx)}ctx.strokeStyle=color;ctx.beginPath();ctx.moveTo(branch.range.minX,branch.range.minY);ctx.lineTo(branch.range.maxX,branch.range.minY);ctx.stroke();ctx.beginPath();ctx.moveTo(branch.range.maxX,branch.range.minY);ctx.lineTo(branch.range.maxX,branch.range.maxY);ctx.stroke();ctx.beginPath();ctx.moveTo(branch.range.maxX,branch.range.maxY);ctx.lineTo(branch.range.minX,branch.range.maxY);ctx.stroke();ctx.beginPath();ctx.moveTo(branch.range.minX,branch.range.maxY);ctx.lineTo(branch.range.minX,branch.range.minY);ctx.stroke()}}]);return BarnesHutSolver}();exports[\"default\"]=BarnesHutSolver},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var CentralGravitySolver=function(){function CentralGravitySolver(body,physicsBody,options){(0,_classCallCheck3[\"default\"])(this,CentralGravitySolver);this.body=body;this.physicsBody=physicsBody;this.setOptions(options)}(0,_createClass3[\"default\"])(CentralGravitySolver,[{key:\"setOptions\",value:function setOptions(options){this.options=options}},{key:\"solve\",value:function solve(){var dx=void 0,dy=void 0,distance=void 0,node=void 0;var nodes=this.body.nodes;var nodeIndices=this.physicsBody.physicsNodeIndices;var forces=this.physicsBody.forces;for(var i=0;i<nodeIndices.length;i++){var nodeId=nodeIndices[i];node=nodes[nodeId];dx=-node.x;dy=-node.y;distance=Math.sqrt(dx*dx+dy*dy);this._calculateForces(distance,dx,dy,forces,node)}}},{key:\"_calculateForces\",value:function _calculateForces(distance,dx,dy,forces,node){var gravityForce=distance===0?0:this.options.centralGravity/distance;forces[node.id].x=dx*gravityForce;forces[node.id].y=dy*gravityForce}}]);return CentralGravitySolver}();exports[\"default\"]=CentralGravitySolver},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var string=\"string\";var bool=\"boolean\";var number=\"number\";var array=\"array\";var object=\"object\";var dom=\"dom\";var any=\"any\";var endPoints=[\"arrow\",\"circle\",\"bar\"];var allOptions={configure:{enabled:{boolean:bool},filter:{boolean:bool,string:string,array:array,function:\"function\"},container:{dom:dom},showButton:{boolean:bool},__type__:{object:object,boolean:bool,string:string,array:array,function:\"function\"}},edges:{arrows:{to:{enabled:{boolean:bool},scaleFactor:{number:number},type:{string:endPoints},__type__:{object:object,boolean:bool}},middle:{enabled:{boolean:bool},scaleFactor:{number:number},type:{string:endPoints},__type__:{object:object,boolean:bool}},from:{enabled:{boolean:bool},scaleFactor:{number:number},type:{string:endPoints},__type__:{object:object,boolean:bool}},__type__:{string:[\"from\",\"to\",\"middle\"],object:object}},arrowStrikethrough:{boolean:bool},chosen:{label:{boolean:bool,function:\"function\"},edge:{boolean:bool,function:\"function\"},__type__:{object:object,boolean:bool}},color:{color:{string:string},highlight:{string:string},hover:{string:string},inherit:{string:[\"from\",\"to\",\"both\"],boolean:bool},opacity:{number:number},__type__:{object:object,string:string}},dashes:{boolean:bool,array:array},font:{color:{string:string},size:{number:number},face:{string:string},background:{string:string},strokeWidth:{number:number},strokeColor:{string:string},align:{string:[\"horizontal\",\"top\",\"middle\",\"bottom\"]},vadjust:{number:number},multi:{boolean:bool,string:string},bold:{color:{string:string},size:{number:number},face:{string:string},mod:{string:string},vadjust:{number:number},__type__:{object:object,string:string}},boldital:{color:{string:string},size:{number:number},face:{string:string},mod:{string:string},vadjust:{number:number},__type__:{object:object,string:string}},ital:{color:{string:string},size:{number:number},face:{string:string},mod:{string:string},vadjust:{number:number},__type__:{object:object,string:string}},mono:{color:{string:string},size:{number:number},face:{string:string},mod:{string:string},vadjust:{number:number},__type__:{object:object,string:string}},__type__:{object:object,string:string}},hidden:{boolean:bool},hoverWidth:{function:\"function\",number:number},label:{string:string,undefined:\"undefined\"},labelHighlightBold:{boolean:bool},length:{number:number,undefined:\"undefined\"},physics:{boolean:bool},scaling:{min:{number:number},max:{number:number},label:{enabled:{boolean:bool},min:{number:number},max:{number:number},maxVisible:{number:number},drawThreshold:{number:number},__type__:{object:object,boolean:bool}},customScalingFunction:{function:\"function\"},__type__:{object:object}},selectionWidth:{function:\"function\",number:number},selfReferenceSize:{number:number},shadow:{enabled:{boolean:bool},color:{string:string},size:{number:number},x:{number:number},y:{number:number},__type__:{object:object,boolean:bool}},smooth:{enabled:{boolean:bool},type:{string:[\"dynamic\",\"continuous\",\"discrete\",\"diagonalCross\",\"straightCross\",\"horizontal\",\"vertical\",\"curvedCW\",\"curvedCCW\",\"cubicBezier\"]},roundness:{number:number},forceDirection:{string:[\"horizontal\",\"vertical\",\"none\"],boolean:bool},__type__:{object:object,boolean:bool}},title:{string:string,undefined:\"undefined\"},width:{number:number},widthConstraint:{maximum:{number:number},__type__:{object:object,boolean:bool,number:number}},value:{number:number,undefined:\"undefined\"},__type__:{object:object}},groups:{useDefaultGroups:{boolean:bool},__any__:\"get from nodes, will be overwritten below\",__type__:{object:object}},interaction:{dragNodes:{boolean:bool},dragView:{boolean:bool},hideEdgesOnDrag:{boolean:bool},hideNodesOnDrag:{boolean:bool},hover:{boolean:bool},keyboard:{enabled:{boolean:bool},speed:{x:{number:number},y:{number:number},zoom:{number:number},__type__:{object:object}},bindToWindow:{boolean:bool},__type__:{object:object,boolean:bool}},multiselect:{boolean:bool},navigationButtons:{boolean:bool},selectable:{boolean:bool},selectConnectedEdges:{boolean:bool},hoverConnectedEdges:{boolean:bool},tooltipDelay:{number:number},zoomView:{boolean:bool},__type__:{object:object}},layout:{randomSeed:{undefined:\"undefined\",number:number},improvedLayout:{boolean:bool},hierarchical:{enabled:{boolean:bool},levelSeparation:{number:number},nodeSpacing:{number:number},treeSpacing:{number:number},blockShifting:{boolean:bool},edgeMinimization:{boolean:bool},parentCentralization:{boolean:bool},direction:{string:[\"UD\",\"DU\",\"LR\",\"RL\"]},sortMethod:{string:[\"hubsize\",\"directed\"]},__type__:{object:object,boolean:bool}},__type__:{object:object}},manipulation:{enabled:{boolean:bool},initiallyActive:{boolean:bool},addNode:{boolean:bool,function:\"function\"},addEdge:{boolean:bool,function:\"function\"},editNode:{function:\"function\"},editEdge:{editWithoutDrag:{function:\"function\"},__type__:{object:object,boolean:bool,function:\"function\"}},deleteNode:{boolean:bool,function:\"function\"},deleteEdge:{boolean:bool,function:\"function\"},controlNodeStyle:\"get from nodes, will be overwritten below\",__type__:{object:object,boolean:bool}},nodes:{borderWidth:{number:number},borderWidthSelected:{number:number,undefined:\"undefined\"},brokenImage:{string:string,undefined:\"undefined\"},chosen:{label:{boolean:bool,function:\"function\"},node:{boolean:bool,function:\"function\"},__type__:{object:object,boolean:bool}},color:{border:{string:string},background:{string:string},highlight:{border:{string:string},background:{string:string},__type__:{object:object,string:string}},hover:{border:{string:string},background:{string:string},__type__:{object:object,string:string}},__type__:{object:object,string:string}},fixed:{x:{boolean:bool},y:{boolean:bool},__type__:{object:object,boolean:bool}},font:{align:{string:string},color:{string:string},size:{number:number},face:{string:string},background:{string:string},strokeWidth:{number:number},strokeColor:{string:string},vadjust:{number:number},multi:{boolean:bool,string:string},bold:{color:{string:string},size:{number:number},face:{string:string},mod:{string:string},vadjust:{number:number},__type__:{object:object,string:string}},boldital:{color:{string:string},size:{number:number},face:{string:string},mod:{string:string},vadjust:{number:number},__type__:{object:object,string:string}},ital:{color:{string:string},size:{number:number},face:{string:string},mod:{string:string},vadjust:{number:number},__type__:{object:object,string:string}},mono:{color:{string:string},size:{number:number},face:{string:string},mod:{string:string},vadjust:{number:number},__type__:{object:object,string:string}},__type__:{object:object,string:string}},group:{string:string,number:number,undefined:\"undefined\"},heightConstraint:{minimum:{number:number},valign:{string:string},__type__:{object:object,boolean:bool,number:number}},hidden:{boolean:bool},icon:{face:{string:string},code:{string:string},size:{number:number},color:{string:string},__type__:{object:object}},id:{string:string,number:number},image:{selected:{string:string,undefined:\"undefined\"},unselected:{string:string,undefined:\"undefined\"},__type__:{object:object,string:string}},label:{string:string,undefined:\"undefined\"},labelHighlightBold:{boolean:bool},level:{number:number,undefined:\"undefined\"},margin:{top:{number:number},right:{number:number},bottom:{number:number},left:{number:number},__type__:{object:object,number:number}},mass:{number:number},physics:{boolean:bool},scaling:{min:{number:number},max:{number:number},label:{enabled:{boolean:bool},min:{number:number},max:{number:number},maxVisible:{number:number},drawThreshold:{number:number},__type__:{object:object,boolean:bool}},customScalingFunction:{function:\"function\"},__type__:{object:object}},shadow:{enabled:{boolean:bool},color:{string:string},size:{number:number},x:{number:number},y:{number:number},__type__:{object:object,boolean:bool}},shape:{string:[\"ellipse\",\"circle\",\"database\",\"box\",\"text\",\"image\",\"circularImage\",\"diamond\",\"dot\",\"star\",\"triangle\",\"triangleDown\",\"square\",\"icon\",\"hexagon\"]},shapeProperties:{borderDashes:{boolean:bool,array:array},borderRadius:{number:number},interpolation:{boolean:bool},useImageSize:{boolean:bool},useBorderWithImage:{boolean:bool},__type__:{object:object}},size:{number:number},title:{string:string,dom:dom,undefined:\"undefined\"},value:{number:number,undefined:\"undefined\"},widthConstraint:{minimum:{number:number},maximum:{number:number},__type__:{object:object,boolean:bool,number:number}},x:{number:number},y:{number:number},__type__:{object:object}},physics:{enabled:{boolean:bool},barnesHut:{gravitationalConstant:{number:number},centralGravity:{number:number},springLength:{number:number},springConstant:{number:number},damping:{number:number},avoidOverlap:{number:number},__type__:{object:object}},forceAtlas2Based:{gravitationalConstant:{number:number},centralGravity:{number:number},springLength:{number:number},springConstant:{number:number},damping:{number:number},avoidOverlap:{number:number},__type__:{object:object}},repulsion:{centralGravity:{number:number},springLength:{number:number},springConstant:{number:number},nodeDistance:{number:number},damping:{number:number},__type__:{object:object}},hierarchicalRepulsion:{centralGravity:{number:number},springLength:{number:number},springConstant:{number:number},nodeDistance:{number:number},damping:{number:number},__type__:{object:object}},maxVelocity:{number:number},minVelocity:{number:number},solver:{string:[\"barnesHut\",\"repulsion\",\"hierarchicalRepulsion\",\"forceAtlas2Based\"]},stabilization:{enabled:{boolean:bool},iterations:{number:number},updateInterval:{number:number},onlyDynamicEdges:{boolean:bool},\nfit:{boolean:bool},__type__:{object:object,boolean:bool}},timestep:{number:number},adaptiveTimestep:{boolean:bool},__type__:{object:object,boolean:bool}},autoResize:{boolean:bool},clickToUse:{boolean:bool},locale:{string:string},locales:{__any__:{any:any},__type__:{object:object}},height:{string:string},width:{string:string},__type__:{object:object}};allOptions.groups.__any__=allOptions.nodes;allOptions.manipulation.controlNodeStyle=allOptions.nodes;var configureOptions={nodes:{borderWidth:[1,0,10,1],borderWidthSelected:[2,0,10,1],color:{border:[\"color\",\"#2B7CE9\"],background:[\"color\",\"#97C2FC\"],highlight:{border:[\"color\",\"#2B7CE9\"],background:[\"color\",\"#D2E5FF\"]},hover:{border:[\"color\",\"#2B7CE9\"],background:[\"color\",\"#D2E5FF\"]}},fixed:{x:false,y:false},font:{color:[\"color\",\"#343434\"],size:[14,0,100,1],face:[\"arial\",\"verdana\",\"tahoma\"],background:[\"color\",\"none\"],strokeWidth:[0,0,50,1],strokeColor:[\"color\",\"#ffffff\"]},hidden:false,labelHighlightBold:true,physics:true,scaling:{min:[10,0,200,1],max:[30,0,200,1],label:{enabled:false,min:[14,0,200,1],max:[30,0,200,1],maxVisible:[30,0,200,1],drawThreshold:[5,0,20,1]}},shadow:{enabled:false,color:\"rgba(0,0,0,0.5)\",size:[10,0,20,1],x:[5,-30,30,1],y:[5,-30,30,1]},shape:[\"ellipse\",\"box\",\"circle\",\"database\",\"diamond\",\"dot\",\"square\",\"star\",\"text\",\"triangle\",\"triangleDown\",\"hexagon\"],shapeProperties:{borderDashes:false,borderRadius:[6,0,20,1],interpolation:true,useImageSize:false},size:[25,0,200,1]},edges:{arrows:{to:{enabled:false,scaleFactor:[1,0,3,.05],type:\"arrow\"},middle:{enabled:false,scaleFactor:[1,0,3,.05],type:\"arrow\"},from:{enabled:false,scaleFactor:[1,0,3,.05],type:\"arrow\"}},arrowStrikethrough:true,color:{color:[\"color\",\"#848484\"],highlight:[\"color\",\"#848484\"],hover:[\"color\",\"#848484\"],inherit:[\"from\",\"to\",\"both\",true,false],opacity:[1,0,1,.05]},dashes:false,font:{color:[\"color\",\"#343434\"],size:[14,0,100,1],face:[\"arial\",\"verdana\",\"tahoma\"],background:[\"color\",\"none\"],strokeWidth:[2,0,50,1],strokeColor:[\"color\",\"#ffffff\"],align:[\"horizontal\",\"top\",\"middle\",\"bottom\"]},hidden:false,hoverWidth:[1.5,0,5,.1],labelHighlightBold:true,physics:true,scaling:{min:[1,0,100,1],max:[15,0,100,1],label:{enabled:true,min:[14,0,200,1],max:[30,0,200,1],maxVisible:[30,0,200,1],drawThreshold:[5,0,20,1]}},selectionWidth:[1.5,0,5,.1],selfReferenceSize:[20,0,200,1],shadow:{enabled:false,color:\"rgba(0,0,0,0.5)\",size:[10,0,20,1],x:[5,-30,30,1],y:[5,-30,30,1]},smooth:{enabled:true,type:[\"dynamic\",\"continuous\",\"discrete\",\"diagonalCross\",\"straightCross\",\"horizontal\",\"vertical\",\"curvedCW\",\"curvedCCW\",\"cubicBezier\"],forceDirection:[\"horizontal\",\"vertical\",\"none\"],roundness:[.5,0,1,.05]},width:[1,0,30,1]},layout:{hierarchical:{enabled:false,levelSeparation:[150,20,500,5],nodeSpacing:[100,20,500,5],treeSpacing:[200,20,500,5],blockShifting:true,edgeMinimization:true,parentCentralization:true,direction:[\"UD\",\"DU\",\"LR\",\"RL\"],sortMethod:[\"hubsize\",\"directed\"]}},interaction:{dragNodes:true,dragView:true,hideEdgesOnDrag:false,hideNodesOnDrag:false,hover:false,keyboard:{enabled:false,speed:{x:[10,0,40,1],y:[10,0,40,1],zoom:[.02,0,.1,.005]},bindToWindow:true},multiselect:false,navigationButtons:false,selectable:true,selectConnectedEdges:true,hoverConnectedEdges:true,tooltipDelay:[300,0,1e3,25],zoomView:true},manipulation:{enabled:false,initiallyActive:false},physics:{enabled:true,barnesHut:{gravitationalConstant:[-2e3,-3e4,0,50],centralGravity:[.3,0,10,.05],springLength:[95,0,500,5],springConstant:[.04,0,1.2,.005],damping:[.09,0,1,.01],avoidOverlap:[0,0,1,.01]},forceAtlas2Based:{gravitationalConstant:[-50,-500,0,1],centralGravity:[.01,0,1,.005],springLength:[95,0,500,5],springConstant:[.08,0,1.2,.005],damping:[.4,0,1,.01],avoidOverlap:[0,0,1,.01]},repulsion:{centralGravity:[.2,0,10,.05],springLength:[200,0,500,5],springConstant:[.05,0,1.2,.005],nodeDistance:[100,0,500,5],damping:[.09,0,1,.01]},hierarchicalRepulsion:{centralGravity:[.2,0,10,.05],springLength:[100,0,500,5],springConstant:[.01,0,1.2,.005],nodeDistance:[120,0,500,5],damping:[.09,0,1,.01]},maxVelocity:[50,0,150,1],minVelocity:[.1,.01,.5,.01],solver:[\"barnesHut\",\"forceAtlas2Based\",\"repulsion\",\"hierarchicalRepulsion\"],timestep:[.5,.01,1,.01]}};exports.allOptions=allOptions;exports.configureOptions=configureOptions},function(module,exports,__webpack_require__){\"use strict\";var util=__webpack_require__(2);util.extend(exports,__webpack_require__(159));util.extend(exports,__webpack_require__(177));util.extend(exports,__webpack_require__(181))},function(module,exports,__webpack_require__){__webpack_require__(49);__webpack_require__(60);module.exports=__webpack_require__(136)},function(module,exports,__webpack_require__){\"use strict\";var addToUnscopables=__webpack_require__(126);var step=__webpack_require__(127);var Iterators=__webpack_require__(31);var toIObject=__webpack_require__(25);module.exports=__webpack_require__(79)(Array,\"Array\",function(iterated,kind){this._t=toIObject(iterated);this._i=0;this._k=kind},function(){var O=this._t;var kind=this._k;var index=this._i++;if(!O||index>=O.length){this._t=undefined;return step(1)}if(kind==\"keys\")return step(0,index);if(kind==\"values\")return step(0,O[index]);return step(0,[index,O[index]])},\"values\");Iterators.Arguments=Iterators.Array;addToUnscopables(\"keys\");addToUnscopables(\"values\");addToUnscopables(\"entries\")},function(module,exports){module.exports=function(){}},function(module,exports){module.exports=function(done,value){return{value:value,done:!!done}}},function(module,exports){module.exports=function(it){if(typeof it!=\"function\")throw TypeError(it+\" is not a function!\");return it}},function(module,exports,__webpack_require__){\"use strict\";var create=__webpack_require__(54);var descriptor=__webpack_require__(39);var setToStringTag=__webpack_require__(59);var IteratorPrototype={};__webpack_require__(26)(IteratorPrototype,__webpack_require__(13)(\"iterator\"),function(){return this});module.exports=function(Constructor,NAME,next){Constructor.prototype=create(IteratorPrototype,{next:descriptor(1,next)});setToStringTag(Constructor,NAME+\" Iterator\")}},function(module,exports,__webpack_require__){var dP=__webpack_require__(20);var anObject=__webpack_require__(27);var getKeys=__webpack_require__(33);module.exports=__webpack_require__(21)?Object.defineProperties:function defineProperties(O,Properties){anObject(O);var keys=getKeys(Properties);var length=keys.length;var i=0;var P;while(length>i)dP.f(O,P=keys[i++],Properties[P]);return O}},function(module,exports,__webpack_require__){var toIObject=__webpack_require__(25);var toLength=__webpack_require__(132);var toAbsoluteIndex=__webpack_require__(133);module.exports=function(IS_INCLUDES){return function($this,el,fromIndex){var O=toIObject($this);var length=toLength(O.length);var index=toAbsoluteIndex(fromIndex,length);var value;if(IS_INCLUDES&&el!=el)while(length>index){value=O[index++];if(value!=value)return true}else for(;length>index;index++)if(IS_INCLUDES||index in O){if(O[index]===el)return IS_INCLUDES||index||0}return!IS_INCLUDES&&-1}}},function(module,exports,__webpack_require__){var toInteger=__webpack_require__(55);var min=Math.min;module.exports=function(it){return it>0?min(toInteger(it),9007199254740991):0}},function(module,exports,__webpack_require__){var toInteger=__webpack_require__(55);var max=Math.max;var min=Math.min;module.exports=function(index,length){index=toInteger(index);return index<0?max(index+length,0):min(index,length)}},function(module,exports,__webpack_require__){var document=__webpack_require__(18).document;module.exports=document&&document.documentElement},function(module,exports,__webpack_require__){var toInteger=__webpack_require__(55);var defined=__webpack_require__(51);module.exports=function(TO_STRING){return function(that,pos){var s=String(defined(that));var i=toInteger(pos);var l=s.length;var a,b;if(i<0||i>=l)return TO_STRING?\"\":undefined;a=s.charCodeAt(i);return a<55296||a>56319||i+1===l||(b=s.charCodeAt(i+1))<56320||b>57343?TO_STRING?s.charAt(i):a:TO_STRING?s.slice(i,i+2):(a-55296<<10)+(b-56320)+65536}}},function(module,exports,__webpack_require__){var anObject=__webpack_require__(27);var get=__webpack_require__(137);module.exports=__webpack_require__(7).getIterator=function(it){var iterFn=get(it);if(typeof iterFn!=\"function\")throw TypeError(it+\" is not iterable!\");return anObject(iterFn.call(it))}},function(module,exports,__webpack_require__){var classof=__webpack_require__(86);var ITERATOR=__webpack_require__(13)(\"iterator\");var Iterators=__webpack_require__(31);module.exports=__webpack_require__(7).getIteratorMethod=function(it){if(it!=undefined)return it[ITERATOR]||it[\"@@iterator\"]||Iterators[classof(it)]}},function(module,exports,__webpack_require__){__webpack_require__(139);var $Object=__webpack_require__(7).Object;module.exports=function create(P,D){return $Object.create(P,D)}},function(module,exports,__webpack_require__){var $export=__webpack_require__(17);$export($export.S,\"Object\",{create:__webpack_require__(54)})},function(module,exports,__webpack_require__){__webpack_require__(141);module.exports=__webpack_require__(7).Object.keys},function(module,exports,__webpack_require__){var toObject=__webpack_require__(41);var $keys=__webpack_require__(33);__webpack_require__(87)(\"keys\",function(){return function keys(it){return $keys(toObject(it))}})},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(143),__esModule:true}},function(module,exports,__webpack_require__){__webpack_require__(60);__webpack_require__(49);module.exports=__webpack_require__(61).f(\"iterator\")},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(145),__esModule:true}},function(module,exports,__webpack_require__){__webpack_require__(146);__webpack_require__(151);__webpack_require__(152);__webpack_require__(153);module.exports=__webpack_require__(7).Symbol},function(module,exports,__webpack_require__){\"use strict\";var global=__webpack_require__(18);var has=__webpack_require__(22);var DESCRIPTORS=__webpack_require__(21);var $export=__webpack_require__(17);var redefine=__webpack_require__(83);var META=__webpack_require__(147).KEY;var $fails=__webpack_require__(28);var shared=__webpack_require__(57);var setToStringTag=__webpack_require__(59);var uid=__webpack_require__(40);var wks=__webpack_require__(13);var wksExt=__webpack_require__(61);var wksDefine=__webpack_require__(62);var enumKeys=__webpack_require__(148);var isArray=__webpack_require__(149);var anObject=__webpack_require__(27);var toIObject=__webpack_require__(25);var toPrimitive=__webpack_require__(53);var createDesc=__webpack_require__(39);var _create=__webpack_require__(54);var gOPNExt=__webpack_require__(150);var $GOPD=__webpack_require__(89);var $DP=__webpack_require__(20);var $keys=__webpack_require__(33);var gOPD=$GOPD.f;var dP=$DP.f;var gOPN=gOPNExt.f;var $Symbol=global.Symbol;var $JSON=global.JSON;var _stringify=$JSON&&$JSON.stringify;var PROTOTYPE=\"prototype\";var HIDDEN=wks(\"_hidden\");var TO_PRIMITIVE=wks(\"toPrimitive\");var isEnum={}.propertyIsEnumerable;var SymbolRegistry=shared(\"symbol-registry\");var AllSymbols=shared(\"symbols\");var OPSymbols=shared(\"op-symbols\");var ObjectProto=Object[PROTOTYPE];var USE_NATIVE=typeof $Symbol==\"function\";var QObject=global.QObject;var setter=!QObject||!QObject[PROTOTYPE]||!QObject[PROTOTYPE].findChild;var setSymbolDesc=DESCRIPTORS&&$fails(function(){return _create(dP({},\"a\",{get:function(){return dP(this,\"a\",{value:7}).a}})).a!=7})?function(it,key,D){var protoDesc=gOPD(ObjectProto,key);if(protoDesc)delete ObjectProto[key];dP(it,key,D);if(protoDesc&&it!==ObjectProto)dP(ObjectProto,key,protoDesc)}:dP;var wrap=function(tag){var sym=AllSymbols[tag]=_create($Symbol[PROTOTYPE]);sym._k=tag;return sym};var isSymbol=USE_NATIVE&&typeof $Symbol.iterator==\"symbol\"?function(it){return typeof it==\"symbol\"}:function(it){return it instanceof $Symbol};var $defineProperty=function defineProperty(it,key,D){if(it===ObjectProto)$defineProperty(OPSymbols,key,D);anObject(it);key=toPrimitive(key,true);anObject(D);if(has(AllSymbols,key)){if(!D.enumerable){if(!has(it,HIDDEN))dP(it,HIDDEN,createDesc(1,{}));it[HIDDEN][key]=true}else{if(has(it,HIDDEN)&&it[HIDDEN][key])it[HIDDEN][key]=false;D=_create(D,{enumerable:createDesc(0,false)})}return setSymbolDesc(it,key,D)}return dP(it,key,D)};var $defineProperties=function defineProperties(it,P){anObject(it);var keys=enumKeys(P=toIObject(P));var i=0;var l=keys.length;var key;while(l>i)$defineProperty(it,key=keys[i++],P[key]);return it};var $create=function create(it,P){return P===undefined?_create(it):$defineProperties(_create(it),P)};var $propertyIsEnumerable=function propertyIsEnumerable(key){var E=isEnum.call(this,key=toPrimitive(key,true));if(this===ObjectProto&&has(AllSymbols,key)&&!has(OPSymbols,key))return false;return E||!has(this,key)||!has(AllSymbols,key)||has(this,HIDDEN)&&this[HIDDEN][key]?E:true};var $getOwnPropertyDescriptor=function getOwnPropertyDescriptor(it,key){it=toIObject(it);key=toPrimitive(key,true);if(it===ObjectProto&&has(AllSymbols,key)&&!has(OPSymbols,key))return;var D=gOPD(it,key);if(D&&has(AllSymbols,key)&&!(has(it,HIDDEN)&&it[HIDDEN][key]))D.enumerable=true;return D};var $getOwnPropertyNames=function getOwnPropertyNames(it){var names=gOPN(toIObject(it));var result=[];var i=0;var key;while(names.length>i){if(!has(AllSymbols,key=names[i++])&&key!=HIDDEN&&key!=META)result.push(key)}return result};var $getOwnPropertySymbols=function getOwnPropertySymbols(it){var IS_OP=it===ObjectProto;var names=gOPN(IS_OP?OPSymbols:toIObject(it));var result=[];var i=0;var key;while(names.length>i){if(has(AllSymbols,key=names[i++])&&(IS_OP?has(ObjectProto,key):true))result.push(AllSymbols[key])}return result};if(!USE_NATIVE){$Symbol=function Symbol(){if(this instanceof $Symbol)throw TypeError(\"Symbol is not a constructor!\");var tag=uid(arguments.length>0?arguments[0]:undefined);var $set=function(value){if(this===ObjectProto)$set.call(OPSymbols,value);if(has(this,HIDDEN)&&has(this[HIDDEN],tag))this[HIDDEN][tag]=false;setSymbolDesc(this,tag,createDesc(1,value))};if(DESCRIPTORS&&setter)setSymbolDesc(ObjectProto,tag,{configurable:true,set:$set});return wrap(tag)};redefine($Symbol[PROTOTYPE],\"toString\",function toString(){return this._k});$GOPD.f=$getOwnPropertyDescriptor;$DP.f=$defineProperty;__webpack_require__(88).f=gOPNExt.f=$getOwnPropertyNames;__webpack_require__(42).f=$propertyIsEnumerable;__webpack_require__(63).f=$getOwnPropertySymbols;if(DESCRIPTORS&&!__webpack_require__(52)){redefine(ObjectProto,\"propertyIsEnumerable\",$propertyIsEnumerable,true)}wksExt.f=function(name){return wrap(wks(name))}}$export($export.G+$export.W+$export.F*!USE_NATIVE,{Symbol:$Symbol});for(var es6Symbols=\"hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables\".split(\",\"),j=0;es6Symbols.length>j;)wks(es6Symbols[j++]);for(var wellKnownSymbols=$keys(wks.store),k=0;wellKnownSymbols.length>k;)wksDefine(wellKnownSymbols[k++]);$export($export.S+$export.F*!USE_NATIVE,\"Symbol\",{for:function(key){return has(SymbolRegistry,key+=\"\")?SymbolRegistry[key]:SymbolRegistry[key]=$Symbol(key)},keyFor:function keyFor(sym){if(!isSymbol(sym))throw TypeError(sym+\" is not a symbol!\");for(var key in SymbolRegistry)if(SymbolRegistry[key]===sym)return key},useSetter:function(){setter=true},useSimple:function(){setter=false}});$export($export.S+$export.F*!USE_NATIVE,\"Object\",{create:$create,defineProperty:$defineProperty,defineProperties:$defineProperties,getOwnPropertyDescriptor:$getOwnPropertyDescriptor,getOwnPropertyNames:$getOwnPropertyNames,getOwnPropertySymbols:$getOwnPropertySymbols});$JSON&&$export($export.S+$export.F*(!USE_NATIVE||$fails(function(){var S=$Symbol();return _stringify([S])!=\"[null]\"||_stringify({a:S})!=\"{}\"||_stringify(Object(S))!=\"{}\"})),\"JSON\",{stringify:function stringify(it){if(it===undefined||isSymbol(it))return;var args=[it];var i=1;var replacer,$replacer;while(arguments.length>i)args.push(arguments[i++]);replacer=args[1];if(typeof replacer==\"function\")$replacer=replacer;if($replacer||!isArray(replacer))replacer=function(key,value){if($replacer)value=$replacer.call(this,key,value);if(!isSymbol(value))return value};args[1]=replacer;return _stringify.apply($JSON,args)}});$Symbol[PROTOTYPE][TO_PRIMITIVE]||__webpack_require__(26)($Symbol[PROTOTYPE],TO_PRIMITIVE,$Symbol[PROTOTYPE].valueOf);setToStringTag($Symbol,\"Symbol\");setToStringTag(Math,\"Math\",true);setToStringTag(global.JSON,\"JSON\",true)},function(module,exports,__webpack_require__){var META=__webpack_require__(40)(\"meta\");var isObject=__webpack_require__(32);var has=__webpack_require__(22);var setDesc=__webpack_require__(20).f;var id=0;var isExtensible=Object.isExtensible||function(){return true};var FREEZE=!__webpack_require__(28)(function(){return isExtensible(Object.preventExtensions({}))});var setMeta=function(it){setDesc(it,META,{value:{i:\"O\"+ ++id,w:{}}})};var fastKey=function(it,create){if(!isObject(it))return typeof it==\"symbol\"?it:(typeof it==\"string\"?\"S\":\"P\")+it;if(!has(it,META)){if(!isExtensible(it))return\"F\";if(!create)return\"E\";setMeta(it)}return it[META].i};var getWeak=function(it,create){if(!has(it,META)){if(!isExtensible(it))return true;if(!create)return false;setMeta(it)}return it[META].w};var onFreeze=function(it){if(FREEZE&&meta.NEED&&isExtensible(it)&&!has(it,META))setMeta(it);return it};var meta=module.exports={KEY:META,NEED:false,fastKey:fastKey,getWeak:getWeak,onFreeze:onFreeze}},function(module,exports,__webpack_require__){var getKeys=__webpack_require__(33);var gOPS=__webpack_require__(63);var pIE=__webpack_require__(42);module.exports=function(it){var result=getKeys(it);var getSymbols=gOPS.f;if(getSymbols){var symbols=getSymbols(it);var isEnum=pIE.f;var i=0;var key;while(symbols.length>i)if(isEnum.call(it,key=symbols[i++]))result.push(key)}return result}},function(module,exports,__webpack_require__){var cof=__webpack_require__(50);module.exports=Array.isArray||function isArray(arg){return cof(arg)==\"Array\"}},function(module,exports,__webpack_require__){var toIObject=__webpack_require__(25);var gOPN=__webpack_require__(88).f;var toString={}.toString;var windowNames=typeof window==\"object\"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];var getWindowNames=function(it){try{return gOPN(it)}catch(e){return windowNames.slice()}};module.exports.f=function getOwnPropertyNames(it){return windowNames&&toString.call(it)==\"[object Window]\"?getWindowNames(it):gOPN(toIObject(it))}},function(module,exports){},function(module,exports,__webpack_require__){__webpack_require__(62)(\"asyncIterator\")},function(module,exports,__webpack_require__){__webpack_require__(62)(\"observable\")},function(module,exports,__webpack_require__){(function(module){var require;(function(global,factory){true?module.exports=factory():typeof define===\"function\"&&define.amd?define(factory):global.moment=factory()})(this,function(){\"use strict\";var hookCallback;function hooks(){return hookCallback.apply(null,arguments)}function setHookCallback(callback){hookCallback=callback}function isArray(input){return input instanceof Array||Object.prototype.toString.call(input)===\"[object Array]\"}function isObject(input){return input!=null&&Object.prototype.toString.call(input)===\"[object Object]\"}function isObjectEmpty(obj){if(Object.getOwnPropertyNames){return Object.getOwnPropertyNames(obj).length===0}else{var k;for(k in obj){if(obj.hasOwnProperty(k)){return false}}return true}}function isUndefined(input){return input===void 0}function isNumber(input){return typeof input===\"number\"||Object.prototype.toString.call(input)===\"[object Number]\"}function isDate(input){return input instanceof Date||Object.prototype.toString.call(input)===\"[object Date]\"}function map(arr,fn){var res=[],i;for(i=0;i<arr.length;++i){res.push(fn(arr[i],i))}return res}function hasOwnProp(a,b){return Object.prototype.hasOwnProperty.call(a,b)}function extend(a,b){for(var i in b){if(hasOwnProp(b,i)){a[i]=b[i]}}if(hasOwnProp(b,\"toString\")){a.toString=b.toString}if(hasOwnProp(b,\"valueOf\")){a.valueOf=b.valueOf}return a}function createUTC(input,format,locale,strict){return createLocalOrUTC(input,format,locale,strict,true).utc()}function defaultParsingFlags(){return{empty:false,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:false,invalidMonth:null,invalidFormat:false,userInvalidated:false,iso:false,parsedDateParts:[],meridiem:null,rfc2822:false,weekdayMismatch:false}}function getParsingFlags(m){if(m._pf==null){m._pf=defaultParsingFlags()}return m._pf}var some;if(Array.prototype.some){some=Array.prototype.some}else{some=function(fun){var t=Object(this);var len=t.length>>>0;for(var i=0;i<len;i++){if(i in t&&fun.call(this,t[i],i,t)){return true}}return false}}function isValid(m){if(m._isValid==null){var flags=getParsingFlags(m);var parsedParts=some.call(flags.parsedDateParts,function(i){return i!=null});var isNowValid=!isNaN(m._d.getTime())&&flags.overflow<0&&!flags.empty&&!flags.invalidMonth&&!flags.invalidWeekday&&!flags.weekdayMismatch&&!flags.nullInput&&!flags.invalidFormat&&!flags.userInvalidated&&(!flags.meridiem||flags.meridiem&&parsedParts);if(m._strict){isNowValid=isNowValid&&flags.charsLeftOver===0&&flags.unusedTokens.length===0&&flags.bigHour===undefined}if(Object.isFrozen==null||!Object.isFrozen(m)){m._isValid=isNowValid}else{return isNowValid}}return m._isValid}function createInvalid(flags){var m=createUTC(NaN);if(flags!=null){extend(getParsingFlags(m),flags)}else{getParsingFlags(m).userInvalidated=true}return m}var momentProperties=hooks.momentProperties=[];function copyConfig(to,from){var i,prop,val;if(!isUndefined(from._isAMomentObject)){to._isAMomentObject=from._isAMomentObject}if(!isUndefined(from._i)){to._i=from._i}if(!isUndefined(from._f)){to._f=from._f}if(!isUndefined(from._l)){to._l=from._l}if(!isUndefined(from._strict)){to._strict=from._strict}if(!isUndefined(from._tzm)){to._tzm=from._tzm}if(!isUndefined(from._isUTC)){to._isUTC=from._isUTC}if(!isUndefined(from._offset)){to._offset=from._offset}if(!isUndefined(from._pf)){to._pf=getParsingFlags(from)}if(!isUndefined(from._locale)){to._locale=from._locale}if(momentProperties.length>0){for(i=0;i<momentProperties.length;i++){prop=momentProperties[i];val=from[prop];if(!isUndefined(val)){to[prop]=val}}}return to}var updateInProgress=false;function Moment(config){copyConfig(this,config);this._d=new Date(config._d!=null?config._d.getTime():NaN);if(!this.isValid()){this._d=new Date(NaN)}if(updateInProgress===false){updateInProgress=true;hooks.updateOffset(this);updateInProgress=false}}function isMoment(obj){return obj instanceof Moment||obj!=null&&obj._isAMomentObject!=null}function absFloor(number){if(number<0){return Math.ceil(number)||0}else{return Math.floor(number)}}function toInt(argumentForCoercion){var coercedNumber=+argumentForCoercion,value=0;if(coercedNumber!==0&&isFinite(coercedNumber)){value=absFloor(coercedNumber)}return value}function compareArrays(array1,array2,dontConvert){var len=Math.min(array1.length,array2.length),lengthDiff=Math.abs(array1.length-array2.length),diffs=0,i;for(i=0;i<len;i++){if(dontConvert&&array1[i]!==array2[i]||!dontConvert&&toInt(array1[i])!==toInt(array2[i])){diffs++}}return diffs+lengthDiff}function warn(msg){if(hooks.suppressDeprecationWarnings===false&&typeof console!==\"undefined\"&&console.warn){console.warn(\"Deprecation warning: \"+msg)}}function deprecate(msg,fn){var firstTime=true;return extend(function(){if(hooks.deprecationHandler!=null){hooks.deprecationHandler(null,msg)}if(firstTime){var args=[];var arg;for(var i=0;i<arguments.length;i++){arg=\"\";if(typeof arguments[i]===\"object\"){arg+=\"\\n[\"+i+\"] \";for(var key in arguments[0]){arg+=key+\": \"+arguments[0][key]+\", \"}arg=arg.slice(0,-2)}else{arg=arguments[i]}args.push(arg)}warn(msg+\"\\nArguments: \"+Array.prototype.slice.call(args).join(\"\")+\"\\n\"+(new Error).stack);firstTime=false}return fn.apply(this,arguments)},fn)}var deprecations={};function deprecateSimple(name,msg){if(hooks.deprecationHandler!=null){hooks.deprecationHandler(name,msg)}if(!deprecations[name]){warn(msg);deprecations[name]=true}}hooks.suppressDeprecationWarnings=false;hooks.deprecationHandler=null;function isFunction(input){return input instanceof Function||Object.prototype.toString.call(input)===\"[object Function]\"}function set(config){var prop,i;for(i in config){prop=config[i];if(isFunction(prop)){this[i]=prop}else{this[\"_\"+i]=prop}}this._config=config;this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+\"|\"+/\\d{1,2}/.source)}function mergeConfigs(parentConfig,childConfig){var res=extend({},parentConfig),prop;for(prop in childConfig){if(hasOwnProp(childConfig,prop)){if(isObject(parentConfig[prop])&&isObject(childConfig[prop])){res[prop]={};extend(res[prop],parentConfig[prop]);extend(res[prop],childConfig[prop])}else if(childConfig[prop]!=null){res[prop]=childConfig[prop]}else{delete res[prop]}}}for(prop in parentConfig){if(hasOwnProp(parentConfig,prop)&&!hasOwnProp(childConfig,prop)&&isObject(parentConfig[prop])){res[prop]=extend({},res[prop])}}return res}function Locale(config){if(config!=null){this.set(config)}}var keys;if(Object.keys){keys=Object.keys}else{keys=function(obj){var i,res=[];for(i in obj){if(hasOwnProp(obj,i)){res.push(i)}}return res}}var defaultCalendar={sameDay:\"[Today at] LT\",nextDay:\"[Tomorrow at] LT\",nextWeek:\"dddd [at] LT\",lastDay:\"[Yesterday at] LT\",lastWeek:\"[Last] dddd [at] LT\",sameElse:\"L\"};function calendar(key,mom,now){var output=this._calendar[key]||this._calendar[\"sameElse\"];return isFunction(output)?output.call(mom,now):output}var defaultLongDateFormat={LTS:\"h:mm:ss A\",LT:\"h:mm A\",L:\"MM/DD/YYYY\",LL:\"MMMM D, YYYY\",LLL:\"MMMM D, YYYY h:mm A\",LLLL:\"dddd, MMMM D, YYYY h:mm A\"};function longDateFormat(key){var format=this._longDateFormat[key],formatUpper=this._longDateFormat[key.toUpperCase()];if(format||!formatUpper){return format}this._longDateFormat[key]=formatUpper.replace(/MMMM|MM|DD|dddd/g,function(val){return val.slice(1)});return this._longDateFormat[key]}var defaultInvalidDate=\"Invalid date\";function invalidDate(){return this._invalidDate}var defaultOrdinal=\"%d\";var defaultDayOfMonthOrdinalParse=/\\d{1,2}/;function ordinal(number){return this._ordinal.replace(\"%d\",number)}var defaultRelativeTime={future:\"in %s\",past:\"%s ago\",s:\"a few seconds\",ss:\"%d seconds\",m:\"a minute\",mm:\"%d minutes\",h:\"an hour\",hh:\"%d hours\",d:\"a day\",dd:\"%d days\",M:\"a month\",MM:\"%d months\",y:\"a year\",yy:\"%d years\"};function relativeTime(number,withoutSuffix,string,isFuture){var output=this._relativeTime[string];return isFunction(output)?output(number,withoutSuffix,string,isFuture):output.replace(/%d/i,number)}function pastFuture(diff,output){var format=this._relativeTime[diff>0?\"future\":\"past\"];return isFunction(format)?format(output):format.replace(/%s/i,output)}var aliases={};function addUnitAlias(unit,shorthand){var lowerCase=unit.toLowerCase();aliases[lowerCase]=aliases[lowerCase+\"s\"]=aliases[shorthand]=unit}function normalizeUnits(units){return typeof units===\"string\"?aliases[units]||aliases[units.toLowerCase()]:undefined}function normalizeObjectUnits(inputObject){var normalizedInput={},normalizedProp,prop;for(prop in inputObject){if(hasOwnProp(inputObject,prop)){normalizedProp=normalizeUnits(prop);if(normalizedProp){normalizedInput[normalizedProp]=inputObject[prop]}}}return normalizedInput}var priorities={};function addUnitPriority(unit,priority){priorities[unit]=priority}function getPrioritizedUnits(unitsObj){var units=[];for(var u in unitsObj){units.push({unit:u,priority:priorities[u]})}units.sort(function(a,b){return a.priority-b.priority});return units}function zeroFill(number,targetLength,forceSign){var absNumber=\"\"+Math.abs(number),zerosToFill=targetLength-absNumber.length,sign=number>=0;return(sign?forceSign?\"+\":\"\":\"-\")+Math.pow(10,Math.max(0,zerosToFill)).toString().substr(1)+absNumber}var formattingTokens=/(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g;var localFormattingTokens=/(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g;var formatFunctions={};var formatTokenFunctions={};function addFormatToken(token,padded,ordinal,callback){var func=callback;if(typeof callback===\"string\"){func=function(){return this[callback]()}}if(token){formatTokenFunctions[token]=func}if(padded){formatTokenFunctions[padded[0]]=function(){return zeroFill(func.apply(this,arguments),padded[1],padded[2])}}if(ordinal){formatTokenFunctions[ordinal]=function(){return this.localeData().ordinal(func.apply(this,arguments),token)}}}function removeFormattingTokens(input){if(input.match(/\\[[\\s\\S]/)){return input.replace(/^\\[|\\]$/g,\"\")}return input.replace(/\\\\/g,\"\")}function makeFormatFunction(format){var array=format.match(formattingTokens),i,length;for(i=0,length=array.length;i<length;i++){if(formatTokenFunctions[array[i]]){array[i]=formatTokenFunctions[array[i]]}else{array[i]=removeFormattingTokens(array[i])}}return function(mom){var output=\"\",i;for(i=0;i<length;i++){output+=isFunction(array[i])?array[i].call(mom,format):array[i]}return output}}function formatMoment(m,format){if(!m.isValid()){return m.localeData().invalidDate()}format=expandFormat(format,m.localeData());formatFunctions[format]=formatFunctions[format]||makeFormatFunction(format);return formatFunctions[format](m)}function expandFormat(format,locale){var i=5;function replaceLongDateFormatTokens(input){return locale.longDateFormat(input)||input}localFormattingTokens.lastIndex=0;while(i>=0&&localFormattingTokens.test(format)){format=format.replace(localFormattingTokens,replaceLongDateFormatTokens);localFormattingTokens.lastIndex=0;i-=1}return format}var match1=/\\d/;var match2=/\\d\\d/;var match3=/\\d{3}/;var match4=/\\d{4}/;var match6=/[+-]?\\d{6}/;var match1to2=/\\d\\d?/;var match3to4=/\\d\\d\\d\\d?/;var match5to6=/\\d\\d\\d\\d\\d\\d?/;var match1to3=/\\d{1,3}/;var match1to4=/\\d{1,4}/;var match1to6=/[+-]?\\d{1,6}/;var matchUnsigned=/\\d+/;var matchSigned=/[+-]?\\d+/;var matchOffset=/Z|[+-]\\d\\d:?\\d\\d/gi;var matchShortOffset=/Z|[+-]\\d\\d(?::?\\d\\d)?/gi;var matchTimestamp=/[+-]?\\d+(\\.\\d{1,3})?/;var matchWord=/[0-9]*['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]+|[\\u0600-\\u06FF\\/]+(\\s*?[\\u0600-\\u06FF]+){1,2}/i;var regexes={};function addRegexToken(token,regex,strictRegex){regexes[token]=isFunction(regex)?regex:function(isStrict,localeData){return isStrict&&strictRegex?strictRegex:regex}}function getParseRegexForToken(token,config){if(!hasOwnProp(regexes,token)){return new RegExp(unescapeFormat(token))}return regexes[token](config._strict,config._locale)}function unescapeFormat(s){return regexEscape(s.replace(\"\\\\\",\"\").replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g,function(matched,p1,p2,p3,p4){return p1||p2||p3||p4}))}function regexEscape(s){return s.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g,\"\\\\$&\")}var tokens={};function addParseToken(token,callback){var i,func=callback;if(typeof token===\"string\"){token=[token]}if(isNumber(callback)){func=function(input,array){array[callback]=toInt(input)}}for(i=0;i<token.length;i++){tokens[token[i]]=func}}function addWeekParseToken(token,callback){addParseToken(token,function(input,array,config,token){config._w=config._w||{};callback(input,config._w,config,token)})}function addTimeToArrayFromToken(token,input,config){if(input!=null&&hasOwnProp(tokens,token)){tokens[token](input,config._a,config,token)}}var YEAR=0;var MONTH=1;var DATE=2;var HOUR=3;var MINUTE=4;var SECOND=5;var MILLISECOND=6;var WEEK=7;var WEEKDAY=8;addFormatToken(\"Y\",0,0,function(){var y=this.year();return y<=9999?\"\"+y:\"+\"+y});addFormatToken(0,[\"YY\",2],0,function(){return this.year()%100});addFormatToken(0,[\"YYYY\",4],0,\"year\");addFormatToken(0,[\"YYYYY\",5],0,\"year\");addFormatToken(0,[\"YYYYYY\",6,true],0,\"year\");addUnitAlias(\"year\",\"y\");addUnitPriority(\"year\",1);addRegexToken(\"Y\",matchSigned)\n;addRegexToken(\"YY\",match1to2,match2);addRegexToken(\"YYYY\",match1to4,match4);addRegexToken(\"YYYYY\",match1to6,match6);addRegexToken(\"YYYYYY\",match1to6,match6);addParseToken([\"YYYYY\",\"YYYYYY\"],YEAR);addParseToken(\"YYYY\",function(input,array){array[YEAR]=input.length===2?hooks.parseTwoDigitYear(input):toInt(input)});addParseToken(\"YY\",function(input,array){array[YEAR]=hooks.parseTwoDigitYear(input)});addParseToken(\"Y\",function(input,array){array[YEAR]=parseInt(input,10)});function daysInYear(year){return isLeapYear(year)?366:365}function isLeapYear(year){return year%4===0&&year%100!==0||year%400===0}hooks.parseTwoDigitYear=function(input){return toInt(input)+(toInt(input)>68?1900:2e3)};var getSetYear=makeGetSet(\"FullYear\",true);function getIsLeapYear(){return isLeapYear(this.year())}function makeGetSet(unit,keepTime){return function(value){if(value!=null){set$1(this,unit,value);hooks.updateOffset(this,keepTime);return this}else{return get(this,unit)}}}function get(mom,unit){return mom.isValid()?mom._d[\"get\"+(mom._isUTC?\"UTC\":\"\")+unit]():NaN}function set$1(mom,unit,value){if(mom.isValid()&&!isNaN(value)){if(unit===\"FullYear\"&&isLeapYear(mom.year())){mom._d[\"set\"+(mom._isUTC?\"UTC\":\"\")+unit](value,mom.month(),daysInMonth(value,mom.month()))}else{mom._d[\"set\"+(mom._isUTC?\"UTC\":\"\")+unit](value)}}}function stringGet(units){units=normalizeUnits(units);if(isFunction(this[units])){return this[units]()}return this}function stringSet(units,value){if(typeof units===\"object\"){units=normalizeObjectUnits(units);var prioritized=getPrioritizedUnits(units);for(var i=0;i<prioritized.length;i++){this[prioritized[i].unit](units[prioritized[i].unit])}}else{units=normalizeUnits(units);if(isFunction(this[units])){return this[units](value)}}return this}function mod(n,x){return(n%x+x)%x}var indexOf;if(Array.prototype.indexOf){indexOf=Array.prototype.indexOf}else{indexOf=function(o){var i;for(i=0;i<this.length;++i){if(this[i]===o){return i}}return-1}}function daysInMonth(year,month){if(isNaN(year)||isNaN(month)){return NaN}var modMonth=mod(month,12);year+=(month-modMonth)/12;return modMonth===1?isLeapYear(year)?29:28:31-modMonth%7%2}addFormatToken(\"M\",[\"MM\",2],\"Mo\",function(){return this.month()+1});addFormatToken(\"MMM\",0,0,function(format){return this.localeData().monthsShort(this,format)});addFormatToken(\"MMMM\",0,0,function(format){return this.localeData().months(this,format)});addUnitAlias(\"month\",\"M\");addUnitPriority(\"month\",8);addRegexToken(\"M\",match1to2);addRegexToken(\"MM\",match1to2,match2);addRegexToken(\"MMM\",function(isStrict,locale){return locale.monthsShortRegex(isStrict)});addRegexToken(\"MMMM\",function(isStrict,locale){return locale.monthsRegex(isStrict)});addParseToken([\"M\",\"MM\"],function(input,array){array[MONTH]=toInt(input)-1});addParseToken([\"MMM\",\"MMMM\"],function(input,array,config,token){var month=config._locale.monthsParse(input,token,config._strict);if(month!=null){array[MONTH]=month}else{getParsingFlags(config).invalidMonth=input}});var MONTHS_IN_FORMAT=/D[oD]?(\\[[^\\[\\]]*\\]|\\s)+MMMM?/;var defaultLocaleMonths=\"January_February_March_April_May_June_July_August_September_October_November_December\".split(\"_\");function localeMonths(m,format){if(!m){return isArray(this._months)?this._months:this._months[\"standalone\"]}return isArray(this._months)?this._months[m.month()]:this._months[(this._months.isFormat||MONTHS_IN_FORMAT).test(format)?\"format\":\"standalone\"][m.month()]}var defaultLocaleMonthsShort=\"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec\".split(\"_\");function localeMonthsShort(m,format){if(!m){return isArray(this._monthsShort)?this._monthsShort:this._monthsShort[\"standalone\"]}return isArray(this._monthsShort)?this._monthsShort[m.month()]:this._monthsShort[MONTHS_IN_FORMAT.test(format)?\"format\":\"standalone\"][m.month()]}function handleStrictParse(monthName,format,strict){var i,ii,mom,llc=monthName.toLocaleLowerCase();if(!this._monthsParse){this._monthsParse=[];this._longMonthsParse=[];this._shortMonthsParse=[];for(i=0;i<12;++i){mom=createUTC([2e3,i]);this._shortMonthsParse[i]=this.monthsShort(mom,\"\").toLocaleLowerCase();this._longMonthsParse[i]=this.months(mom,\"\").toLocaleLowerCase()}}if(strict){if(format===\"MMM\"){ii=indexOf.call(this._shortMonthsParse,llc);return ii!==-1?ii:null}else{ii=indexOf.call(this._longMonthsParse,llc);return ii!==-1?ii:null}}else{if(format===\"MMM\"){ii=indexOf.call(this._shortMonthsParse,llc);if(ii!==-1){return ii}ii=indexOf.call(this._longMonthsParse,llc);return ii!==-1?ii:null}else{ii=indexOf.call(this._longMonthsParse,llc);if(ii!==-1){return ii}ii=indexOf.call(this._shortMonthsParse,llc);return ii!==-1?ii:null}}}function localeMonthsParse(monthName,format,strict){var i,mom,regex;if(this._monthsParseExact){return handleStrictParse.call(this,monthName,format,strict)}if(!this._monthsParse){this._monthsParse=[];this._longMonthsParse=[];this._shortMonthsParse=[]}for(i=0;i<12;i++){mom=createUTC([2e3,i]);if(strict&&!this._longMonthsParse[i]){this._longMonthsParse[i]=new RegExp(\"^\"+this.months(mom,\"\").replace(\".\",\"\")+\"$\",\"i\");this._shortMonthsParse[i]=new RegExp(\"^\"+this.monthsShort(mom,\"\").replace(\".\",\"\")+\"$\",\"i\")}if(!strict&&!this._monthsParse[i]){regex=\"^\"+this.months(mom,\"\")+\"|^\"+this.monthsShort(mom,\"\");this._monthsParse[i]=new RegExp(regex.replace(\".\",\"\"),\"i\")}if(strict&&format===\"MMMM\"&&this._longMonthsParse[i].test(monthName)){return i}else if(strict&&format===\"MMM\"&&this._shortMonthsParse[i].test(monthName)){return i}else if(!strict&&this._monthsParse[i].test(monthName)){return i}}}function setMonth(mom,value){var dayOfMonth;if(!mom.isValid()){return mom}if(typeof value===\"string\"){if(/^\\d+$/.test(value)){value=toInt(value)}else{value=mom.localeData().monthsParse(value);if(!isNumber(value)){return mom}}}dayOfMonth=Math.min(mom.date(),daysInMonth(mom.year(),value));mom._d[\"set\"+(mom._isUTC?\"UTC\":\"\")+\"Month\"](value,dayOfMonth);return mom}function getSetMonth(value){if(value!=null){setMonth(this,value);hooks.updateOffset(this,true);return this}else{return get(this,\"Month\")}}function getDaysInMonth(){return daysInMonth(this.year(),this.month())}var defaultMonthsShortRegex=matchWord;function monthsShortRegex(isStrict){if(this._monthsParseExact){if(!hasOwnProp(this,\"_monthsRegex\")){computeMonthsParse.call(this)}if(isStrict){return this._monthsShortStrictRegex}else{return this._monthsShortRegex}}else{if(!hasOwnProp(this,\"_monthsShortRegex\")){this._monthsShortRegex=defaultMonthsShortRegex}return this._monthsShortStrictRegex&&isStrict?this._monthsShortStrictRegex:this._monthsShortRegex}}var defaultMonthsRegex=matchWord;function monthsRegex(isStrict){if(this._monthsParseExact){if(!hasOwnProp(this,\"_monthsRegex\")){computeMonthsParse.call(this)}if(isStrict){return this._monthsStrictRegex}else{return this._monthsRegex}}else{if(!hasOwnProp(this,\"_monthsRegex\")){this._monthsRegex=defaultMonthsRegex}return this._monthsStrictRegex&&isStrict?this._monthsStrictRegex:this._monthsRegex}}function computeMonthsParse(){function cmpLenRev(a,b){return b.length-a.length}var shortPieces=[],longPieces=[],mixedPieces=[],i,mom;for(i=0;i<12;i++){mom=createUTC([2e3,i]);shortPieces.push(this.monthsShort(mom,\"\"));longPieces.push(this.months(mom,\"\"));mixedPieces.push(this.months(mom,\"\"));mixedPieces.push(this.monthsShort(mom,\"\"))}shortPieces.sort(cmpLenRev);longPieces.sort(cmpLenRev);mixedPieces.sort(cmpLenRev);for(i=0;i<12;i++){shortPieces[i]=regexEscape(shortPieces[i]);longPieces[i]=regexEscape(longPieces[i])}for(i=0;i<24;i++){mixedPieces[i]=regexEscape(mixedPieces[i])}this._monthsRegex=new RegExp(\"^(\"+mixedPieces.join(\"|\")+\")\",\"i\");this._monthsShortRegex=this._monthsRegex;this._monthsStrictRegex=new RegExp(\"^(\"+longPieces.join(\"|\")+\")\",\"i\");this._monthsShortStrictRegex=new RegExp(\"^(\"+shortPieces.join(\"|\")+\")\",\"i\")}function createDate(y,m,d,h,M,s,ms){var date=new Date(y,m,d,h,M,s,ms);if(y<100&&y>=0&&isFinite(date.getFullYear())){date.setFullYear(y)}return date}function createUTCDate(y){var date=new Date(Date.UTC.apply(null,arguments));if(y<100&&y>=0&&isFinite(date.getUTCFullYear())){date.setUTCFullYear(y)}return date}function firstWeekOffset(year,dow,doy){var fwd=7+dow-doy,fwdlw=(7+createUTCDate(year,0,fwd).getUTCDay()-dow)%7;return-fwdlw+fwd-1}function dayOfYearFromWeeks(year,week,weekday,dow,doy){var localWeekday=(7+weekday-dow)%7,weekOffset=firstWeekOffset(year,dow,doy),dayOfYear=1+7*(week-1)+localWeekday+weekOffset,resYear,resDayOfYear;if(dayOfYear<=0){resYear=year-1;resDayOfYear=daysInYear(resYear)+dayOfYear}else if(dayOfYear>daysInYear(year)){resYear=year+1;resDayOfYear=dayOfYear-daysInYear(year)}else{resYear=year;resDayOfYear=dayOfYear}return{year:resYear,dayOfYear:resDayOfYear}}function weekOfYear(mom,dow,doy){var weekOffset=firstWeekOffset(mom.year(),dow,doy),week=Math.floor((mom.dayOfYear()-weekOffset-1)/7)+1,resWeek,resYear;if(week<1){resYear=mom.year()-1;resWeek=week+weeksInYear(resYear,dow,doy)}else if(week>weeksInYear(mom.year(),dow,doy)){resWeek=week-weeksInYear(mom.year(),dow,doy);resYear=mom.year()+1}else{resYear=mom.year();resWeek=week}return{week:resWeek,year:resYear}}function weeksInYear(year,dow,doy){var weekOffset=firstWeekOffset(year,dow,doy),weekOffsetNext=firstWeekOffset(year+1,dow,doy);return(daysInYear(year)-weekOffset+weekOffsetNext)/7}addFormatToken(\"w\",[\"ww\",2],\"wo\",\"week\");addFormatToken(\"W\",[\"WW\",2],\"Wo\",\"isoWeek\");addUnitAlias(\"week\",\"w\");addUnitAlias(\"isoWeek\",\"W\");addUnitPriority(\"week\",5);addUnitPriority(\"isoWeek\",5);addRegexToken(\"w\",match1to2);addRegexToken(\"ww\",match1to2,match2);addRegexToken(\"W\",match1to2);addRegexToken(\"WW\",match1to2,match2);addWeekParseToken([\"w\",\"ww\",\"W\",\"WW\"],function(input,week,config,token){week[token.substr(0,1)]=toInt(input)});function localeWeek(mom){return weekOfYear(mom,this._week.dow,this._week.doy).week}var defaultLocaleWeek={dow:0,doy:6};function localeFirstDayOfWeek(){return this._week.dow}function localeFirstDayOfYear(){return this._week.doy}function getSetWeek(input){var week=this.localeData().week(this);return input==null?week:this.add((input-week)*7,\"d\")}function getSetISOWeek(input){var week=weekOfYear(this,1,4).week;return input==null?week:this.add((input-week)*7,\"d\")}addFormatToken(\"d\",0,\"do\",\"day\");addFormatToken(\"dd\",0,0,function(format){return this.localeData().weekdaysMin(this,format)});addFormatToken(\"ddd\",0,0,function(format){return this.localeData().weekdaysShort(this,format)});addFormatToken(\"dddd\",0,0,function(format){return this.localeData().weekdays(this,format)});addFormatToken(\"e\",0,0,\"weekday\");addFormatToken(\"E\",0,0,\"isoWeekday\");addUnitAlias(\"day\",\"d\");addUnitAlias(\"weekday\",\"e\");addUnitAlias(\"isoWeekday\",\"E\");addUnitPriority(\"day\",11);addUnitPriority(\"weekday\",11);addUnitPriority(\"isoWeekday\",11);addRegexToken(\"d\",match1to2);addRegexToken(\"e\",match1to2);addRegexToken(\"E\",match1to2);addRegexToken(\"dd\",function(isStrict,locale){return locale.weekdaysMinRegex(isStrict)});addRegexToken(\"ddd\",function(isStrict,locale){return locale.weekdaysShortRegex(isStrict)});addRegexToken(\"dddd\",function(isStrict,locale){return locale.weekdaysRegex(isStrict)});addWeekParseToken([\"dd\",\"ddd\",\"dddd\"],function(input,week,config,token){var weekday=config._locale.weekdaysParse(input,token,config._strict);if(weekday!=null){week.d=weekday}else{getParsingFlags(config).invalidWeekday=input}});addWeekParseToken([\"d\",\"e\",\"E\"],function(input,week,config,token){week[token]=toInt(input)});function parseWeekday(input,locale){if(typeof input!==\"string\"){return input}if(!isNaN(input)){return parseInt(input,10)}input=locale.weekdaysParse(input);if(typeof input===\"number\"){return input}return null}function parseIsoWeekday(input,locale){if(typeof input===\"string\"){return locale.weekdaysParse(input)%7||7}return isNaN(input)?null:input}var defaultLocaleWeekdays=\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\".split(\"_\");function localeWeekdays(m,format){if(!m){return isArray(this._weekdays)?this._weekdays:this._weekdays[\"standalone\"]}return isArray(this._weekdays)?this._weekdays[m.day()]:this._weekdays[this._weekdays.isFormat.test(format)?\"format\":\"standalone\"][m.day()]}var defaultLocaleWeekdaysShort=\"Sun_Mon_Tue_Wed_Thu_Fri_Sat\".split(\"_\");function localeWeekdaysShort(m){return m?this._weekdaysShort[m.day()]:this._weekdaysShort}var defaultLocaleWeekdaysMin=\"Su_Mo_Tu_We_Th_Fr_Sa\".split(\"_\");function localeWeekdaysMin(m){return m?this._weekdaysMin[m.day()]:this._weekdaysMin}function handleStrictParse$1(weekdayName,format,strict){var i,ii,mom,llc=weekdayName.toLocaleLowerCase();if(!this._weekdaysParse){this._weekdaysParse=[];this._shortWeekdaysParse=[];this._minWeekdaysParse=[];for(i=0;i<7;++i){mom=createUTC([2e3,1]).day(i);this._minWeekdaysParse[i]=this.weekdaysMin(mom,\"\").toLocaleLowerCase();this._shortWeekdaysParse[i]=this.weekdaysShort(mom,\"\").toLocaleLowerCase();this._weekdaysParse[i]=this.weekdays(mom,\"\").toLocaleLowerCase()}}if(strict){if(format===\"dddd\"){ii=indexOf.call(this._weekdaysParse,llc);return ii!==-1?ii:null}else if(format===\"ddd\"){ii=indexOf.call(this._shortWeekdaysParse,llc);return ii!==-1?ii:null}else{ii=indexOf.call(this._minWeekdaysParse,llc);return ii!==-1?ii:null}}else{if(format===\"dddd\"){ii=indexOf.call(this._weekdaysParse,llc);if(ii!==-1){return ii}ii=indexOf.call(this._shortWeekdaysParse,llc);if(ii!==-1){return ii}ii=indexOf.call(this._minWeekdaysParse,llc);return ii!==-1?ii:null}else if(format===\"ddd\"){ii=indexOf.call(this._shortWeekdaysParse,llc);if(ii!==-1){return ii}ii=indexOf.call(this._weekdaysParse,llc);if(ii!==-1){return ii}ii=indexOf.call(this._minWeekdaysParse,llc);return ii!==-1?ii:null}else{ii=indexOf.call(this._minWeekdaysParse,llc);if(ii!==-1){return ii}ii=indexOf.call(this._weekdaysParse,llc);if(ii!==-1){return ii}ii=indexOf.call(this._shortWeekdaysParse,llc);return ii!==-1?ii:null}}}function localeWeekdaysParse(weekdayName,format,strict){var i,mom,regex;if(this._weekdaysParseExact){return handleStrictParse$1.call(this,weekdayName,format,strict)}if(!this._weekdaysParse){this._weekdaysParse=[];this._minWeekdaysParse=[];this._shortWeekdaysParse=[];this._fullWeekdaysParse=[]}for(i=0;i<7;i++){mom=createUTC([2e3,1]).day(i);if(strict&&!this._fullWeekdaysParse[i]){this._fullWeekdaysParse[i]=new RegExp(\"^\"+this.weekdays(mom,\"\").replace(\".\",\".?\")+\"$\",\"i\");this._shortWeekdaysParse[i]=new RegExp(\"^\"+this.weekdaysShort(mom,\"\").replace(\".\",\".?\")+\"$\",\"i\");this._minWeekdaysParse[i]=new RegExp(\"^\"+this.weekdaysMin(mom,\"\").replace(\".\",\".?\")+\"$\",\"i\")}if(!this._weekdaysParse[i]){regex=\"^\"+this.weekdays(mom,\"\")+\"|^\"+this.weekdaysShort(mom,\"\")+\"|^\"+this.weekdaysMin(mom,\"\");this._weekdaysParse[i]=new RegExp(regex.replace(\".\",\"\"),\"i\")}if(strict&&format===\"dddd\"&&this._fullWeekdaysParse[i].test(weekdayName)){return i}else if(strict&&format===\"ddd\"&&this._shortWeekdaysParse[i].test(weekdayName)){return i}else if(strict&&format===\"dd\"&&this._minWeekdaysParse[i].test(weekdayName)){return i}else if(!strict&&this._weekdaysParse[i].test(weekdayName)){return i}}}function getSetDayOfWeek(input){if(!this.isValid()){return input!=null?this:NaN}var day=this._isUTC?this._d.getUTCDay():this._d.getDay();if(input!=null){input=parseWeekday(input,this.localeData());return this.add(input-day,\"d\")}else{return day}}function getSetLocaleDayOfWeek(input){if(!this.isValid()){return input!=null?this:NaN}var weekday=(this.day()+7-this.localeData()._week.dow)%7;return input==null?weekday:this.add(input-weekday,\"d\")}function getSetISODayOfWeek(input){if(!this.isValid()){return input!=null?this:NaN}if(input!=null){var weekday=parseIsoWeekday(input,this.localeData());return this.day(this.day()%7?weekday:weekday-7)}else{return this.day()||7}}var defaultWeekdaysRegex=matchWord;function weekdaysRegex(isStrict){if(this._weekdaysParseExact){if(!hasOwnProp(this,\"_weekdaysRegex\")){computeWeekdaysParse.call(this)}if(isStrict){return this._weekdaysStrictRegex}else{return this._weekdaysRegex}}else{if(!hasOwnProp(this,\"_weekdaysRegex\")){this._weekdaysRegex=defaultWeekdaysRegex}return this._weekdaysStrictRegex&&isStrict?this._weekdaysStrictRegex:this._weekdaysRegex}}var defaultWeekdaysShortRegex=matchWord;function weekdaysShortRegex(isStrict){if(this._weekdaysParseExact){if(!hasOwnProp(this,\"_weekdaysRegex\")){computeWeekdaysParse.call(this)}if(isStrict){return this._weekdaysShortStrictRegex}else{return this._weekdaysShortRegex}}else{if(!hasOwnProp(this,\"_weekdaysShortRegex\")){this._weekdaysShortRegex=defaultWeekdaysShortRegex}return this._weekdaysShortStrictRegex&&isStrict?this._weekdaysShortStrictRegex:this._weekdaysShortRegex}}var defaultWeekdaysMinRegex=matchWord;function weekdaysMinRegex(isStrict){if(this._weekdaysParseExact){if(!hasOwnProp(this,\"_weekdaysRegex\")){computeWeekdaysParse.call(this)}if(isStrict){return this._weekdaysMinStrictRegex}else{return this._weekdaysMinRegex}}else{if(!hasOwnProp(this,\"_weekdaysMinRegex\")){this._weekdaysMinRegex=defaultWeekdaysMinRegex}return this._weekdaysMinStrictRegex&&isStrict?this._weekdaysMinStrictRegex:this._weekdaysMinRegex}}function computeWeekdaysParse(){function cmpLenRev(a,b){return b.length-a.length}var minPieces=[],shortPieces=[],longPieces=[],mixedPieces=[],i,mom,minp,shortp,longp;for(i=0;i<7;i++){mom=createUTC([2e3,1]).day(i);minp=this.weekdaysMin(mom,\"\");shortp=this.weekdaysShort(mom,\"\");longp=this.weekdays(mom,\"\");minPieces.push(minp);shortPieces.push(shortp);longPieces.push(longp);mixedPieces.push(minp);mixedPieces.push(shortp);mixedPieces.push(longp)}minPieces.sort(cmpLenRev);shortPieces.sort(cmpLenRev);longPieces.sort(cmpLenRev);mixedPieces.sort(cmpLenRev);for(i=0;i<7;i++){shortPieces[i]=regexEscape(shortPieces[i]);longPieces[i]=regexEscape(longPieces[i]);mixedPieces[i]=regexEscape(mixedPieces[i])}this._weekdaysRegex=new RegExp(\"^(\"+mixedPieces.join(\"|\")+\")\",\"i\");this._weekdaysShortRegex=this._weekdaysRegex;this._weekdaysMinRegex=this._weekdaysRegex;this._weekdaysStrictRegex=new RegExp(\"^(\"+longPieces.join(\"|\")+\")\",\"i\");this._weekdaysShortStrictRegex=new RegExp(\"^(\"+shortPieces.join(\"|\")+\")\",\"i\");this._weekdaysMinStrictRegex=new RegExp(\"^(\"+minPieces.join(\"|\")+\")\",\"i\")}function hFormat(){return this.hours()%12||12}function kFormat(){return this.hours()||24}addFormatToken(\"H\",[\"HH\",2],0,\"hour\");addFormatToken(\"h\",[\"hh\",2],0,hFormat);addFormatToken(\"k\",[\"kk\",2],0,kFormat);addFormatToken(\"hmm\",0,0,function(){return\"\"+hFormat.apply(this)+zeroFill(this.minutes(),2)});addFormatToken(\"hmmss\",0,0,function(){return\"\"+hFormat.apply(this)+zeroFill(this.minutes(),2)+zeroFill(this.seconds(),2)});addFormatToken(\"Hmm\",0,0,function(){return\"\"+this.hours()+zeroFill(this.minutes(),2)});addFormatToken(\"Hmmss\",0,0,function(){return\"\"+this.hours()+zeroFill(this.minutes(),2)+zeroFill(this.seconds(),2)});function meridiem(token,lowercase){addFormatToken(token,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),lowercase)})}meridiem(\"a\",true);meridiem(\"A\",false);addUnitAlias(\"hour\",\"h\");addUnitPriority(\"hour\",13);function matchMeridiem(isStrict,locale){return locale._meridiemParse}addRegexToken(\"a\",matchMeridiem);addRegexToken(\"A\",matchMeridiem);addRegexToken(\"H\",match1to2);addRegexToken(\"h\",match1to2);addRegexToken(\"k\",match1to2);addRegexToken(\"HH\",match1to2,match2);addRegexToken(\"hh\",match1to2,match2);addRegexToken(\"kk\",match1to2,match2);addRegexToken(\"hmm\",match3to4);addRegexToken(\"hmmss\",match5to6);addRegexToken(\"Hmm\",match3to4);addRegexToken(\"Hmmss\",match5to6);addParseToken([\"H\",\"HH\"],HOUR);addParseToken([\"k\",\"kk\"],function(input,array,config){var kInput=toInt(input);array[HOUR]=kInput===24?0:kInput});addParseToken([\"a\",\"A\"],function(input,array,config){config._isPm=config._locale.isPM(input);config._meridiem=input});addParseToken([\"h\",\"hh\"],function(input,array,config){array[HOUR]=toInt(input);getParsingFlags(config).bigHour=true});addParseToken(\"hmm\",function(input,array,config){var pos=input.length-2;array[HOUR]=toInt(input.substr(0,pos));array[MINUTE]=toInt(input.substr(pos));getParsingFlags(config).bigHour=true});addParseToken(\"hmmss\",function(input,array,config){var pos1=input.length-4;var pos2=input.length-2;array[HOUR]=toInt(input.substr(0,pos1));array[MINUTE]=toInt(input.substr(pos1,2));array[SECOND]=toInt(input.substr(pos2));getParsingFlags(config).bigHour=true});addParseToken(\"Hmm\",function(input,array,config){var pos=input.length-2;array[HOUR]=toInt(input.substr(0,pos));array[MINUTE]=toInt(input.substr(pos))});addParseToken(\"Hmmss\",function(input,array,config){var pos1=input.length-4;var pos2=input.length-2;array[HOUR]=toInt(input.substr(0,pos1));array[MINUTE]=toInt(input.substr(pos1,2));array[SECOND]=toInt(input.substr(pos2))});function localeIsPM(input){return(input+\"\").toLowerCase().charAt(0)===\"p\"}var defaultLocaleMeridiemParse=/[ap]\\.?m?\\.?/i;function localeMeridiem(hours,minutes,isLower){if(hours>11){return isLower?\"pm\":\"PM\"}else{return isLower?\"am\":\"AM\"}}var getSetHour=makeGetSet(\"Hours\",true);var baseConfig={calendar:defaultCalendar,longDateFormat:defaultLongDateFormat,invalidDate:defaultInvalidDate,ordinal:defaultOrdinal,dayOfMonthOrdinalParse:defaultDayOfMonthOrdinalParse,relativeTime:defaultRelativeTime,months:defaultLocaleMonths,monthsShort:defaultLocaleMonthsShort,week:defaultLocaleWeek,weekdays:defaultLocaleWeekdays,weekdaysMin:defaultLocaleWeekdaysMin,weekdaysShort:defaultLocaleWeekdaysShort,meridiemParse:defaultLocaleMeridiemParse};var locales={};var localeFamilies={};var globalLocale;function normalizeLocale(key){return key?key.toLowerCase().replace(\"_\",\"-\"):key}function chooseLocale(names){var i=0,j,next,locale,split;while(i<names.length){split=normalizeLocale(names[i]).split(\"-\");j=split.length;next=normalizeLocale(names[i+1]);next=next?next.split(\"-\"):null;while(j>0){locale=loadLocale(split.slice(0,j).join(\"-\"));if(locale){return locale}if(next&&next.length>=j&&compareArrays(split,next,true)>=j-1){break}j--}i++}return null}function loadLocale(name){var oldLocale=null;if(!locales[name]&&typeof module!==\"undefined\"&&module&&module.exports){try{oldLocale=globalLocale._abbr;var aliasedRequire=require;!function webpackMissingModule(){var e=new Error('Cannot find module \"./locale\"');e.code=\"MODULE_NOT_FOUND\";throw e}();getSetGlobalLocale(oldLocale)}catch(e){}}return locales[name]}function getSetGlobalLocale(key,values){var data;if(key){if(isUndefined(values)){data=getLocale(key)}else{data=defineLocale(key,values)}if(data){globalLocale=data}}return globalLocale._abbr}function defineLocale(name,config){if(config!==null){var parentConfig=baseConfig;config.abbr=name;if(locales[name]!=null){deprecateSimple(\"defineLocaleOverride\",\"use moment.updateLocale(localeName, config) to change \"+\"an existing locale. moment.defineLocale(localeName, \"+\"config) should only be used for creating a new locale \"+\"See http://momentjs.com/guides/#/warnings/define-locale/ for more info.\");parentConfig=locales[name]._config}else if(config.parentLocale!=null){if(locales[config.parentLocale]!=null){parentConfig=locales[config.parentLocale]._config}else{if(!localeFamilies[config.parentLocale]){localeFamilies[config.parentLocale]=[]}localeFamilies[config.parentLocale].push({name:name,config:config});return null}}locales[name]=new Locale(mergeConfigs(parentConfig,config));if(localeFamilies[name]){localeFamilies[name].forEach(function(x){defineLocale(x.name,x.config)})}getSetGlobalLocale(name);return locales[name]}else{delete locales[name];return null}}function updateLocale(name,config){if(config!=null){var locale,parentConfig=baseConfig;if(locales[name]!=null){parentConfig=locales[name]._config}config=mergeConfigs(parentConfig,config);locale=new Locale(config);locale.parentLocale=locales[name];locales[name]=locale;getSetGlobalLocale(name)}else{if(locales[name]!=null){if(locales[name].parentLocale!=null){locales[name]=locales[name].parentLocale}else if(locales[name]!=null){delete locales[name]}}}return locales[name]}function getLocale(key){var locale;if(key&&key._locale&&key._locale._abbr){key=key._locale._abbr}if(!key){return globalLocale}if(!isArray(key)){locale=loadLocale(key);if(locale){return locale}key=[key]}return chooseLocale(key)}function listLocales(){return keys(locales)}function checkOverflow(m){var overflow;var a=m._a;if(a&&getParsingFlags(m).overflow===-2){overflow=a[MONTH]<0||a[MONTH]>11?MONTH:a[DATE]<1||a[DATE]>daysInMonth(a[YEAR],a[MONTH])?DATE:a[HOUR]<0||a[HOUR]>24||a[HOUR]===24&&(a[MINUTE]!==0||a[SECOND]!==0||a[MILLISECOND]!==0)?HOUR:a[MINUTE]<0||a[MINUTE]>59?MINUTE:a[SECOND]<0||a[SECOND]>59?SECOND:a[MILLISECOND]<0||a[MILLISECOND]>999?MILLISECOND:-1;if(getParsingFlags(m)._overflowDayOfYear&&(overflow<YEAR||overflow>DATE)){overflow=DATE}if(getParsingFlags(m)._overflowWeeks&&overflow===-1){overflow=WEEK}if(getParsingFlags(m)._overflowWeekday&&overflow===-1){overflow=WEEKDAY}getParsingFlags(m).overflow=overflow}return m}function defaults(a,b,c){if(a!=null){return a}if(b!=null){return b}return c}function currentDateArray(config){var nowValue=new Date(hooks.now());if(config._useUTC){return[nowValue.getUTCFullYear(),nowValue.getUTCMonth(),nowValue.getUTCDate()]}return[nowValue.getFullYear(),nowValue.getMonth(),nowValue.getDate()]}function configFromArray(config){var i,date,input=[],currentDate,yearToUse;if(config._d){return}currentDate=currentDateArray(config);if(config._w&&config._a[DATE]==null&&config._a[MONTH]==null){dayOfYearFromWeekInfo(config)}if(config._dayOfYear!=null){yearToUse=defaults(config._a[YEAR],currentDate[YEAR]);if(config._dayOfYear>daysInYear(yearToUse)||config._dayOfYear===0){getParsingFlags(config)._overflowDayOfYear=true}date=createUTCDate(yearToUse,0,config._dayOfYear);config._a[MONTH]=date.getUTCMonth();config._a[DATE]=date.getUTCDate()}for(i=0;i<3&&config._a[i]==null;++i){config._a[i]=input[i]=currentDate[i]}for(;i<7;i++){config._a[i]=input[i]=config._a[i]==null?i===2?1:0:config._a[i]}if(config._a[HOUR]===24&&config._a[MINUTE]===0&&config._a[SECOND]===0&&config._a[MILLISECOND]===0){config._nextDay=true;config._a[HOUR]=0}config._d=(config._useUTC?createUTCDate:createDate).apply(null,input);if(config._tzm!=null){config._d.setUTCMinutes(config._d.getUTCMinutes()-config._tzm)}if(config._nextDay){config._a[HOUR]=24}if(config._w&&typeof config._w.d!==\"undefined\"&&config._w.d!==config._d.getDay()){getParsingFlags(config).weekdayMismatch=true}}function dayOfYearFromWeekInfo(config){var w,weekYear,week,weekday,dow,doy,temp,weekdayOverflow;w=config._w;if(w.GG!=null||w.W!=null||w.E!=null){dow=1;doy=4;weekYear=defaults(w.GG,config._a[YEAR],weekOfYear(createLocal(),1,4).year);week=defaults(w.W,1);weekday=defaults(w.E,1);if(weekday<1||weekday>7){weekdayOverflow=true}}else{dow=config._locale._week.dow;doy=config._locale._week.doy;var curWeek=weekOfYear(createLocal(),dow,doy);weekYear=defaults(w.gg,config._a[YEAR],curWeek.year);week=defaults(w.w,curWeek.week);if(w.d!=null){weekday=w.d;if(weekday<0||weekday>6){weekdayOverflow=true}}else if(w.e!=null){weekday=w.e+dow;if(w.e<0||w.e>6){weekdayOverflow=true}}else{weekday=dow}}if(week<1||week>weeksInYear(weekYear,dow,doy)){getParsingFlags(config)._overflowWeeks=true}else if(weekdayOverflow!=null){getParsingFlags(config)._overflowWeekday=true}else{temp=dayOfYearFromWeeks(weekYear,week,weekday,dow,doy);config._a[YEAR]=temp.year;config._dayOfYear=temp.dayOfYear}}var extendedIsoRegex=/^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([\\+\\-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/;var basicIsoRegex=/^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([\\+\\-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?$/;var tzRegex=/Z|[+-]\\d\\d(?::?\\d\\d)?/;var isoDates=[[\"YYYYYY-MM-DD\",/[+-]\\d{6}-\\d\\d-\\d\\d/],[\"YYYY-MM-DD\",/\\d{4}-\\d\\d-\\d\\d/],[\"GGGG-[W]WW-E\",/\\d{4}-W\\d\\d-\\d/],[\"GGGG-[W]WW\",/\\d{4}-W\\d\\d/,false],[\"YYYY-DDD\",/\\d{4}-\\d{3}/],[\"YYYY-MM\",/\\d{4}-\\d\\d/,false],[\"YYYYYYMMDD\",/[+-]\\d{10}/],[\"YYYYMMDD\",/\\d{8}/],[\"GGGG[W]WWE\",/\\d{4}W\\d{3}/],[\"GGGG[W]WW\",/\\d{4}W\\d{2}/,false],[\"YYYYDDD\",/\\d{7}/]];var isoTimes=[[\"HH:mm:ss.SSSS\",/\\d\\d:\\d\\d:\\d\\d\\.\\d+/],[\"HH:mm:ss,SSSS\",/\\d\\d:\\d\\d:\\d\\d,\\d+/],[\"HH:mm:ss\",/\\d\\d:\\d\\d:\\d\\d/],[\"HH:mm\",/\\d\\d:\\d\\d/],[\"HHmmss.SSSS\",/\\d\\d\\d\\d\\d\\d\\.\\d+/],[\"HHmmss,SSSS\",/\\d\\d\\d\\d\\d\\d,\\d+/],[\"HHmmss\",/\\d\\d\\d\\d\\d\\d/],[\"HHmm\",/\\d\\d\\d\\d/],[\"HH\",/\\d\\d/]];var aspNetJsonRegex=/^\\/?Date\\((\\-?\\d+)/i;function configFromISO(config){var i,l,string=config._i,match=extendedIsoRegex.exec(string)||basicIsoRegex.exec(string),allowTime,dateFormat,timeFormat,tzFormat;if(match){getParsingFlags(config).iso=true;for(i=0,l=isoDates.length;i<l;i++){if(isoDates[i][1].exec(match[1])){dateFormat=isoDates[i][0];allowTime=isoDates[i][2]!==false;break}}if(dateFormat==null){config._isValid=false;return}if(match[3]){for(i=0,l=isoTimes.length;i<l;i++){if(isoTimes[i][1].exec(match[3])){timeFormat=(match[2]||\" \")+isoTimes[i][0];break}}if(timeFormat==null){config._isValid=false;return}}if(!allowTime&&timeFormat!=null){config._isValid=false;return}if(match[4]){if(tzRegex.exec(match[4])){tzFormat=\"Z\"}else{config._isValid=false;return}}config._f=dateFormat+(timeFormat||\"\")+(tzFormat||\"\");configFromStringAndFormat(config)}else{config._isValid=false}}var rfc2822=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\s)?(\\d{1,2})\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s(\\d{2,4})\\s(\\d\\d):(\\d\\d)(?::(\\d\\d))?\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\d{4}))$/;function extractFromRFC2822Strings(yearStr,monthStr,dayStr,hourStr,minuteStr,secondStr){var result=[untruncateYear(yearStr),defaultLocaleMonthsShort.indexOf(monthStr),parseInt(dayStr,10),parseInt(hourStr,10),parseInt(minuteStr,10)];if(secondStr){result.push(parseInt(secondStr,10))}return result}function untruncateYear(yearStr){var year=parseInt(yearStr,10);if(year<=49){return 2e3+year}else if(year<=999){return 1900+year}return year}function preprocessRFC2822(s){return s.replace(/\\([^)]*\\)|[\\n\\t]/g,\" \").replace(/(\\s\\s+)/g,\" \").trim()}function checkWeekday(weekdayStr,parsedInput,config){if(weekdayStr){var weekdayProvided=defaultLocaleWeekdaysShort.indexOf(weekdayStr),weekdayActual=new Date(parsedInput[0],parsedInput[1],parsedInput[2]).getDay();if(weekdayProvided!==weekdayActual){getParsingFlags(config).weekdayMismatch=true;config._isValid=false;return false}}return true}var obsOffsets={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function calculateOffset(obsOffset,militaryOffset,numOffset){if(obsOffset){return obsOffsets[obsOffset]}else if(militaryOffset){return 0}else{var hm=parseInt(numOffset,10);var m=hm%100,h=(hm-m)/100;return h*60+m}}function configFromRFC2822(config){var match=rfc2822.exec(preprocessRFC2822(config._i));if(match){var parsedArray=extractFromRFC2822Strings(match[4],match[3],match[2],match[5],match[6],match[7]);if(!checkWeekday(match[1],parsedArray,config)){return}config._a=parsedArray;config._tzm=calculateOffset(match[8],match[9],match[10]);config._d=createUTCDate.apply(null,config._a);config._d.setUTCMinutes(config._d.getUTCMinutes()-config._tzm);getParsingFlags(config).rfc2822=true}else{config._isValid=false}}function configFromString(config){var matched=aspNetJsonRegex.exec(config._i);if(matched!==null){config._d=new Date(+matched[1]);return}configFromISO(config);if(config._isValid===false){delete config._isValid}else{return}configFromRFC2822(config);if(config._isValid===false){delete config._isValid}else{return}hooks.createFromInputFallback(config)}hooks.createFromInputFallback=deprecate(\"value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), \"+\"which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are \"+\"discouraged and will be removed in an upcoming major release. Please refer to \"+\"http://momentjs.com/guides/#/warnings/js-date/ for more info.\",function(config){config._d=new Date(config._i+(config._useUTC?\" UTC\":\"\"))});hooks.ISO_8601=function(){};hooks.RFC_2822=function(){};function configFromStringAndFormat(config){if(config._f===hooks.ISO_8601){configFromISO(config);return}if(config._f===hooks.RFC_2822){configFromRFC2822(config);return}config._a=[];getParsingFlags(config).empty=true\n;var string=\"\"+config._i,i,parsedInput,tokens,token,skipped,stringLength=string.length,totalParsedInputLength=0;tokens=expandFormat(config._f,config._locale).match(formattingTokens)||[];for(i=0;i<tokens.length;i++){token=tokens[i];parsedInput=(string.match(getParseRegexForToken(token,config))||[])[0];if(parsedInput){skipped=string.substr(0,string.indexOf(parsedInput));if(skipped.length>0){getParsingFlags(config).unusedInput.push(skipped)}string=string.slice(string.indexOf(parsedInput)+parsedInput.length);totalParsedInputLength+=parsedInput.length}if(formatTokenFunctions[token]){if(parsedInput){getParsingFlags(config).empty=false}else{getParsingFlags(config).unusedTokens.push(token)}addTimeToArrayFromToken(token,parsedInput,config)}else if(config._strict&&!parsedInput){getParsingFlags(config).unusedTokens.push(token)}}getParsingFlags(config).charsLeftOver=stringLength-totalParsedInputLength;if(string.length>0){getParsingFlags(config).unusedInput.push(string)}if(config._a[HOUR]<=12&&getParsingFlags(config).bigHour===true&&config._a[HOUR]>0){getParsingFlags(config).bigHour=undefined}getParsingFlags(config).parsedDateParts=config._a.slice(0);getParsingFlags(config).meridiem=config._meridiem;config._a[HOUR]=meridiemFixWrap(config._locale,config._a[HOUR],config._meridiem);configFromArray(config);checkOverflow(config)}function meridiemFixWrap(locale,hour,meridiem){var isPm;if(meridiem==null){return hour}if(locale.meridiemHour!=null){return locale.meridiemHour(hour,meridiem)}else if(locale.isPM!=null){isPm=locale.isPM(meridiem);if(isPm&&hour<12){hour+=12}if(!isPm&&hour===12){hour=0}return hour}else{return hour}}function configFromStringAndArray(config){var tempConfig,bestMoment,scoreToBeat,i,currentScore;if(config._f.length===0){getParsingFlags(config).invalidFormat=true;config._d=new Date(NaN);return}for(i=0;i<config._f.length;i++){currentScore=0;tempConfig=copyConfig({},config);if(config._useUTC!=null){tempConfig._useUTC=config._useUTC}tempConfig._f=config._f[i];configFromStringAndFormat(tempConfig);if(!isValid(tempConfig)){continue}currentScore+=getParsingFlags(tempConfig).charsLeftOver;currentScore+=getParsingFlags(tempConfig).unusedTokens.length*10;getParsingFlags(tempConfig).score=currentScore;if(scoreToBeat==null||currentScore<scoreToBeat){scoreToBeat=currentScore;bestMoment=tempConfig}}extend(config,bestMoment||tempConfig)}function configFromObject(config){if(config._d){return}var i=normalizeObjectUnits(config._i);config._a=map([i.year,i.month,i.day||i.date,i.hour,i.minute,i.second,i.millisecond],function(obj){return obj&&parseInt(obj,10)});configFromArray(config)}function createFromConfig(config){var res=new Moment(checkOverflow(prepareConfig(config)));if(res._nextDay){res.add(1,\"d\");res._nextDay=undefined}return res}function prepareConfig(config){var input=config._i,format=config._f;config._locale=config._locale||getLocale(config._l);if(input===null||format===undefined&&input===\"\"){return createInvalid({nullInput:true})}if(typeof input===\"string\"){config._i=input=config._locale.preparse(input)}if(isMoment(input)){return new Moment(checkOverflow(input))}else if(isDate(input)){config._d=input}else if(isArray(format)){configFromStringAndArray(config)}else if(format){configFromStringAndFormat(config)}else{configFromInput(config)}if(!isValid(config)){config._d=null}return config}function configFromInput(config){var input=config._i;if(isUndefined(input)){config._d=new Date(hooks.now())}else if(isDate(input)){config._d=new Date(input.valueOf())}else if(typeof input===\"string\"){configFromString(config)}else if(isArray(input)){config._a=map(input.slice(0),function(obj){return parseInt(obj,10)});configFromArray(config)}else if(isObject(input)){configFromObject(config)}else if(isNumber(input)){config._d=new Date(input)}else{hooks.createFromInputFallback(config)}}function createLocalOrUTC(input,format,locale,strict,isUTC){var c={};if(locale===true||locale===false){strict=locale;locale=undefined}if(isObject(input)&&isObjectEmpty(input)||isArray(input)&&input.length===0){input=undefined}c._isAMomentObject=true;c._useUTC=c._isUTC=isUTC;c._l=locale;c._i=input;c._f=format;c._strict=strict;return createFromConfig(c)}function createLocal(input,format,locale,strict){return createLocalOrUTC(input,format,locale,strict,false)}var prototypeMin=deprecate(\"moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/\",function(){var other=createLocal.apply(null,arguments);if(this.isValid()&&other.isValid()){return other<this?this:other}else{return createInvalid()}});var prototypeMax=deprecate(\"moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/\",function(){var other=createLocal.apply(null,arguments);if(this.isValid()&&other.isValid()){return other>this?this:other}else{return createInvalid()}});function pickBy(fn,moments){var res,i;if(moments.length===1&&isArray(moments[0])){moments=moments[0]}if(!moments.length){return createLocal()}res=moments[0];for(i=1;i<moments.length;++i){if(!moments[i].isValid()||moments[i][fn](res)){res=moments[i]}}return res}function min(){var args=[].slice.call(arguments,0);return pickBy(\"isBefore\",args)}function max(){var args=[].slice.call(arguments,0);return pickBy(\"isAfter\",args)}var now=function(){return Date.now?Date.now():+new Date};var ordering=[\"year\",\"quarter\",\"month\",\"week\",\"day\",\"hour\",\"minute\",\"second\",\"millisecond\"];function isDurationValid(m){for(var key in m){if(!(indexOf.call(ordering,key)!==-1&&(m[key]==null||!isNaN(m[key])))){return false}}var unitHasDecimal=false;for(var i=0;i<ordering.length;++i){if(m[ordering[i]]){if(unitHasDecimal){return false}if(parseFloat(m[ordering[i]])!==toInt(m[ordering[i]])){unitHasDecimal=true}}}return true}function isValid$1(){return this._isValid}function createInvalid$1(){return createDuration(NaN)}function Duration(duration){var normalizedInput=normalizeObjectUnits(duration),years=normalizedInput.year||0,quarters=normalizedInput.quarter||0,months=normalizedInput.month||0,weeks=normalizedInput.week||0,days=normalizedInput.day||0,hours=normalizedInput.hour||0,minutes=normalizedInput.minute||0,seconds=normalizedInput.second||0,milliseconds=normalizedInput.millisecond||0;this._isValid=isDurationValid(normalizedInput);this._milliseconds=+milliseconds+seconds*1e3+minutes*6e4+hours*1e3*60*60;this._days=+days+weeks*7;this._months=+months+quarters*3+years*12;this._data={};this._locale=getLocale();this._bubble()}function isDuration(obj){return obj instanceof Duration}function absRound(number){if(number<0){return Math.round(-1*number)*-1}else{return Math.round(number)}}function offset(token,separator){addFormatToken(token,0,0,function(){var offset=this.utcOffset();var sign=\"+\";if(offset<0){offset=-offset;sign=\"-\"}return sign+zeroFill(~~(offset/60),2)+separator+zeroFill(~~offset%60,2)})}offset(\"Z\",\":\");offset(\"ZZ\",\"\");addRegexToken(\"Z\",matchShortOffset);addRegexToken(\"ZZ\",matchShortOffset);addParseToken([\"Z\",\"ZZ\"],function(input,array,config){config._useUTC=true;config._tzm=offsetFromString(matchShortOffset,input)});var chunkOffset=/([\\+\\-]|\\d\\d)/gi;function offsetFromString(matcher,string){var matches=(string||\"\").match(matcher);if(matches===null){return null}var chunk=matches[matches.length-1]||[];var parts=(chunk+\"\").match(chunkOffset)||[\"-\",0,0];var minutes=+(parts[1]*60)+toInt(parts[2]);return minutes===0?0:parts[0]===\"+\"?minutes:-minutes}function cloneWithOffset(input,model){var res,diff;if(model._isUTC){res=model.clone();diff=(isMoment(input)||isDate(input)?input.valueOf():createLocal(input).valueOf())-res.valueOf();res._d.setTime(res._d.valueOf()+diff);hooks.updateOffset(res,false);return res}else{return createLocal(input).local()}}function getDateOffset(m){return-Math.round(m._d.getTimezoneOffset()/15)*15}hooks.updateOffset=function(){};function getSetOffset(input,keepLocalTime,keepMinutes){var offset=this._offset||0,localAdjust;if(!this.isValid()){return input!=null?this:NaN}if(input!=null){if(typeof input===\"string\"){input=offsetFromString(matchShortOffset,input);if(input===null){return this}}else if(Math.abs(input)<16&&!keepMinutes){input=input*60}if(!this._isUTC&&keepLocalTime){localAdjust=getDateOffset(this)}this._offset=input;this._isUTC=true;if(localAdjust!=null){this.add(localAdjust,\"m\")}if(offset!==input){if(!keepLocalTime||this._changeInProgress){addSubtract(this,createDuration(input-offset,\"m\"),1,false)}else if(!this._changeInProgress){this._changeInProgress=true;hooks.updateOffset(this,true);this._changeInProgress=null}}return this}else{return this._isUTC?offset:getDateOffset(this)}}function getSetZone(input,keepLocalTime){if(input!=null){if(typeof input!==\"string\"){input=-input}this.utcOffset(input,keepLocalTime);return this}else{return-this.utcOffset()}}function setOffsetToUTC(keepLocalTime){return this.utcOffset(0,keepLocalTime)}function setOffsetToLocal(keepLocalTime){if(this._isUTC){this.utcOffset(0,keepLocalTime);this._isUTC=false;if(keepLocalTime){this.subtract(getDateOffset(this),\"m\")}}return this}function setOffsetToParsedOffset(){if(this._tzm!=null){this.utcOffset(this._tzm,false,true)}else if(typeof this._i===\"string\"){var tZone=offsetFromString(matchOffset,this._i);if(tZone!=null){this.utcOffset(tZone)}else{this.utcOffset(0,true)}}return this}function hasAlignedHourOffset(input){if(!this.isValid()){return false}input=input?createLocal(input).utcOffset():0;return(this.utcOffset()-input)%60===0}function isDaylightSavingTime(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function isDaylightSavingTimeShifted(){if(!isUndefined(this._isDSTShifted)){return this._isDSTShifted}var c={};copyConfig(c,this);c=prepareConfig(c);if(c._a){var other=c._isUTC?createUTC(c._a):createLocal(c._a);this._isDSTShifted=this.isValid()&&compareArrays(c._a,other.toArray())>0}else{this._isDSTShifted=false}return this._isDSTShifted}function isLocal(){return this.isValid()?!this._isUTC:false}function isUtcOffset(){return this.isValid()?this._isUTC:false}function isUtc(){return this.isValid()?this._isUTC&&this._offset===0:false}var aspNetRegex=/^(\\-|\\+)?(?:(\\d*)[. ])?(\\d+)\\:(\\d+)(?:\\:(\\d+)(\\.\\d*)?)?$/;var isoRegex=/^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function createDuration(input,key){var duration=input,match=null,sign,ret,diffRes;if(isDuration(input)){duration={ms:input._milliseconds,d:input._days,M:input._months}}else if(isNumber(input)){duration={};if(key){duration[key]=input}else{duration.milliseconds=input}}else if(!!(match=aspNetRegex.exec(input))){sign=match[1]===\"-\"?-1:1;duration={y:0,d:toInt(match[DATE])*sign,h:toInt(match[HOUR])*sign,m:toInt(match[MINUTE])*sign,s:toInt(match[SECOND])*sign,ms:toInt(absRound(match[MILLISECOND]*1e3))*sign}}else if(!!(match=isoRegex.exec(input))){sign=match[1]===\"-\"?-1:match[1]===\"+\"?1:1;duration={y:parseIso(match[2],sign),M:parseIso(match[3],sign),w:parseIso(match[4],sign),d:parseIso(match[5],sign),h:parseIso(match[6],sign),m:parseIso(match[7],sign),s:parseIso(match[8],sign)}}else if(duration==null){duration={}}else if(typeof duration===\"object\"&&(\"from\"in duration||\"to\"in duration)){diffRes=momentsDifference(createLocal(duration.from),createLocal(duration.to));duration={};duration.ms=diffRes.milliseconds;duration.M=diffRes.months}ret=new Duration(duration);if(isDuration(input)&&hasOwnProp(input,\"_locale\")){ret._locale=input._locale}return ret}createDuration.fn=Duration.prototype;createDuration.invalid=createInvalid$1;function parseIso(inp,sign){var res=inp&&parseFloat(inp.replace(\",\",\".\"));return(isNaN(res)?0:res)*sign}function positiveMomentsDifference(base,other){var res={milliseconds:0,months:0};res.months=other.month()-base.month()+(other.year()-base.year())*12;if(base.clone().add(res.months,\"M\").isAfter(other)){--res.months}res.milliseconds=+other-+base.clone().add(res.months,\"M\");return res}function momentsDifference(base,other){var res;if(!(base.isValid()&&other.isValid())){return{milliseconds:0,months:0}}other=cloneWithOffset(other,base);if(base.isBefore(other)){res=positiveMomentsDifference(base,other)}else{res=positiveMomentsDifference(other,base);res.milliseconds=-res.milliseconds;res.months=-res.months}return res}function createAdder(direction,name){return function(val,period){var dur,tmp;if(period!==null&&!isNaN(+period)){deprecateSimple(name,\"moment().\"+name+\"(period, number) is deprecated. Please use moment().\"+name+\"(number, period). \"+\"See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.\");tmp=val;val=period;period=tmp}val=typeof val===\"string\"?+val:val;dur=createDuration(val,period);addSubtract(this,dur,direction);return this}}function addSubtract(mom,duration,isAdding,updateOffset){var milliseconds=duration._milliseconds,days=absRound(duration._days),months=absRound(duration._months);if(!mom.isValid()){return}updateOffset=updateOffset==null?true:updateOffset;if(months){setMonth(mom,get(mom,\"Month\")+months*isAdding)}if(days){set$1(mom,\"Date\",get(mom,\"Date\")+days*isAdding)}if(milliseconds){mom._d.setTime(mom._d.valueOf()+milliseconds*isAdding)}if(updateOffset){hooks.updateOffset(mom,days||months)}}var add=createAdder(1,\"add\");var subtract=createAdder(-1,\"subtract\");function getCalendarFormat(myMoment,now){var diff=myMoment.diff(now,\"days\",true);return diff<-6?\"sameElse\":diff<-1?\"lastWeek\":diff<0?\"lastDay\":diff<1?\"sameDay\":diff<2?\"nextDay\":diff<7?\"nextWeek\":\"sameElse\"}function calendar$1(time,formats){var now=time||createLocal(),sod=cloneWithOffset(now,this).startOf(\"day\"),format=hooks.calendarFormat(this,sod)||\"sameElse\";var output=formats&&(isFunction(formats[format])?formats[format].call(this,now):formats[format]);return this.format(output||this.localeData().calendar(format,this,createLocal(now)))}function clone(){return new Moment(this)}function isAfter(input,units){var localInput=isMoment(input)?input:createLocal(input);if(!(this.isValid()&&localInput.isValid())){return false}units=normalizeUnits(!isUndefined(units)?units:\"millisecond\");if(units===\"millisecond\"){return this.valueOf()>localInput.valueOf()}else{return localInput.valueOf()<this.clone().startOf(units).valueOf()}}function isBefore(input,units){var localInput=isMoment(input)?input:createLocal(input);if(!(this.isValid()&&localInput.isValid())){return false}units=normalizeUnits(!isUndefined(units)?units:\"millisecond\");if(units===\"millisecond\"){return this.valueOf()<localInput.valueOf()}else{return this.clone().endOf(units).valueOf()<localInput.valueOf()}}function isBetween(from,to,units,inclusivity){inclusivity=inclusivity||\"()\";return(inclusivity[0]===\"(\"?this.isAfter(from,units):!this.isBefore(from,units))&&(inclusivity[1]===\")\"?this.isBefore(to,units):!this.isAfter(to,units))}function isSame(input,units){var localInput=isMoment(input)?input:createLocal(input),inputMs;if(!(this.isValid()&&localInput.isValid())){return false}units=normalizeUnits(units||\"millisecond\");if(units===\"millisecond\"){return this.valueOf()===localInput.valueOf()}else{inputMs=localInput.valueOf();return this.clone().startOf(units).valueOf()<=inputMs&&inputMs<=this.clone().endOf(units).valueOf()}}function isSameOrAfter(input,units){return this.isSame(input,units)||this.isAfter(input,units)}function isSameOrBefore(input,units){return this.isSame(input,units)||this.isBefore(input,units)}function diff(input,units,asFloat){var that,zoneDelta,delta,output;if(!this.isValid()){return NaN}that=cloneWithOffset(input,this);if(!that.isValid()){return NaN}zoneDelta=(that.utcOffset()-this.utcOffset())*6e4;units=normalizeUnits(units);switch(units){case\"year\":output=monthDiff(this,that)/12;break;case\"month\":output=monthDiff(this,that);break;case\"quarter\":output=monthDiff(this,that)/3;break;case\"second\":output=(this-that)/1e3;break;case\"minute\":output=(this-that)/6e4;break;case\"hour\":output=(this-that)/36e5;break;case\"day\":output=(this-that-zoneDelta)/864e5;break;case\"week\":output=(this-that-zoneDelta)/6048e5;break;default:output=this-that}return asFloat?output:absFloor(output)}function monthDiff(a,b){var wholeMonthDiff=(b.year()-a.year())*12+(b.month()-a.month()),anchor=a.clone().add(wholeMonthDiff,\"months\"),anchor2,adjust;if(b-anchor<0){anchor2=a.clone().add(wholeMonthDiff-1,\"months\");adjust=(b-anchor)/(anchor-anchor2)}else{anchor2=a.clone().add(wholeMonthDiff+1,\"months\");adjust=(b-anchor)/(anchor2-anchor)}return-(wholeMonthDiff+adjust)||0}hooks.defaultFormat=\"YYYY-MM-DDTHH:mm:ssZ\";hooks.defaultFormatUtc=\"YYYY-MM-DDTHH:mm:ss[Z]\";function toString(){return this.clone().locale(\"en\").format(\"ddd MMM DD YYYY HH:mm:ss [GMT]ZZ\")}function toISOString(){if(!this.isValid()){return null}var m=this.clone().utc();if(m.year()<0||m.year()>9999){return formatMoment(m,\"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]\")}if(isFunction(Date.prototype.toISOString)){return this.toDate().toISOString()}return formatMoment(m,\"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]\")}function inspect(){if(!this.isValid()){return\"moment.invalid(/* \"+this._i+\" */)\"}var func=\"moment\";var zone=\"\";if(!this.isLocal()){func=this.utcOffset()===0?\"moment.utc\":\"moment.parseZone\";zone=\"Z\"}var prefix=\"[\"+func+'(\"]';var year=0<=this.year()&&this.year()<=9999?\"YYYY\":\"YYYYYY\";var datetime=\"-MM-DD[T]HH:mm:ss.SSS\";var suffix=zone+'[\")]';return this.format(prefix+year+datetime+suffix)}function format(inputString){if(!inputString){inputString=this.isUtc()?hooks.defaultFormatUtc:hooks.defaultFormat}var output=formatMoment(this,inputString);return this.localeData().postformat(output)}function from(time,withoutSuffix){if(this.isValid()&&(isMoment(time)&&time.isValid()||createLocal(time).isValid())){return createDuration({to:this,from:time}).locale(this.locale()).humanize(!withoutSuffix)}else{return this.localeData().invalidDate()}}function fromNow(withoutSuffix){return this.from(createLocal(),withoutSuffix)}function to(time,withoutSuffix){if(this.isValid()&&(isMoment(time)&&time.isValid()||createLocal(time).isValid())){return createDuration({from:this,to:time}).locale(this.locale()).humanize(!withoutSuffix)}else{return this.localeData().invalidDate()}}function toNow(withoutSuffix){return this.to(createLocal(),withoutSuffix)}function locale(key){var newLocaleData;if(key===undefined){return this._locale._abbr}else{newLocaleData=getLocale(key);if(newLocaleData!=null){this._locale=newLocaleData}return this}}var lang=deprecate(\"moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.\",function(key){if(key===undefined){return this.localeData()}else{return this.locale(key)}});function localeData(){return this._locale}function startOf(units){units=normalizeUnits(units);switch(units){case\"year\":this.month(0);case\"quarter\":case\"month\":this.date(1);case\"week\":case\"isoWeek\":case\"day\":case\"date\":this.hours(0);case\"hour\":this.minutes(0);case\"minute\":this.seconds(0);case\"second\":this.milliseconds(0)}if(units===\"week\"){this.weekday(0)}if(units===\"isoWeek\"){this.isoWeekday(1)}if(units===\"quarter\"){this.month(Math.floor(this.month()/3)*3)}return this}function endOf(units){units=normalizeUnits(units);if(units===undefined||units===\"millisecond\"){return this}if(units===\"date\"){units=\"day\"}return this.startOf(units).add(1,units===\"isoWeek\"?\"week\":units).subtract(1,\"ms\")}function valueOf(){return this._d.valueOf()-(this._offset||0)*6e4}function unix(){return Math.floor(this.valueOf()/1e3)}function toDate(){return new Date(this.valueOf())}function toArray(){var m=this;return[m.year(),m.month(),m.date(),m.hour(),m.minute(),m.second(),m.millisecond()]}function toObject(){var m=this;return{years:m.year(),months:m.month(),date:m.date(),hours:m.hours(),minutes:m.minutes(),seconds:m.seconds(),milliseconds:m.milliseconds()}}function toJSON(){return this.isValid()?this.toISOString():null}function isValid$2(){return isValid(this)}function parsingFlags(){return extend({},getParsingFlags(this))}function invalidAt(){return getParsingFlags(this).overflow}function creationData(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}addFormatToken(0,[\"gg\",2],0,function(){return this.weekYear()%100});addFormatToken(0,[\"GG\",2],0,function(){return this.isoWeekYear()%100});function addWeekYearFormatToken(token,getter){addFormatToken(0,[token,token.length],0,getter)}addWeekYearFormatToken(\"gggg\",\"weekYear\");addWeekYearFormatToken(\"ggggg\",\"weekYear\");addWeekYearFormatToken(\"GGGG\",\"isoWeekYear\");addWeekYearFormatToken(\"GGGGG\",\"isoWeekYear\");addUnitAlias(\"weekYear\",\"gg\");addUnitAlias(\"isoWeekYear\",\"GG\");addUnitPriority(\"weekYear\",1);addUnitPriority(\"isoWeekYear\",1);addRegexToken(\"G\",matchSigned);addRegexToken(\"g\",matchSigned);addRegexToken(\"GG\",match1to2,match2);addRegexToken(\"gg\",match1to2,match2);addRegexToken(\"GGGG\",match1to4,match4);addRegexToken(\"gggg\",match1to4,match4);addRegexToken(\"GGGGG\",match1to6,match6);addRegexToken(\"ggggg\",match1to6,match6);addWeekParseToken([\"gggg\",\"ggggg\",\"GGGG\",\"GGGGG\"],function(input,week,config,token){week[token.substr(0,2)]=toInt(input)});addWeekParseToken([\"gg\",\"GG\"],function(input,week,config,token){week[token]=hooks.parseTwoDigitYear(input)});function getSetWeekYear(input){return getSetWeekYearHelper.call(this,input,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function getSetISOWeekYear(input){return getSetWeekYearHelper.call(this,input,this.isoWeek(),this.isoWeekday(),1,4)}function getISOWeeksInYear(){return weeksInYear(this.year(),1,4)}function getWeeksInYear(){var weekInfo=this.localeData()._week;return weeksInYear(this.year(),weekInfo.dow,weekInfo.doy)}function getSetWeekYearHelper(input,week,weekday,dow,doy){var weeksTarget;if(input==null){return weekOfYear(this,dow,doy).year}else{weeksTarget=weeksInYear(input,dow,doy);if(week>weeksTarget){week=weeksTarget}return setWeekAll.call(this,input,week,weekday,dow,doy)}}function setWeekAll(weekYear,week,weekday,dow,doy){var dayOfYearData=dayOfYearFromWeeks(weekYear,week,weekday,dow,doy),date=createUTCDate(dayOfYearData.year,0,dayOfYearData.dayOfYear);this.year(date.getUTCFullYear());this.month(date.getUTCMonth());this.date(date.getUTCDate());return this}addFormatToken(\"Q\",0,\"Qo\",\"quarter\");addUnitAlias(\"quarter\",\"Q\");addUnitPriority(\"quarter\",7);addRegexToken(\"Q\",match1);addParseToken(\"Q\",function(input,array){array[MONTH]=(toInt(input)-1)*3});function getSetQuarter(input){return input==null?Math.ceil((this.month()+1)/3):this.month((input-1)*3+this.month()%3)}addFormatToken(\"D\",[\"DD\",2],\"Do\",\"date\");addUnitAlias(\"date\",\"D\");addUnitPriority(\"date\",9);addRegexToken(\"D\",match1to2);addRegexToken(\"DD\",match1to2,match2);addRegexToken(\"Do\",function(isStrict,locale){return isStrict?locale._dayOfMonthOrdinalParse||locale._ordinalParse:locale._dayOfMonthOrdinalParseLenient});addParseToken([\"D\",\"DD\"],DATE);addParseToken(\"Do\",function(input,array){array[DATE]=toInt(input.match(match1to2)[0],10)});var getSetDayOfMonth=makeGetSet(\"Date\",true);addFormatToken(\"DDD\",[\"DDDD\",3],\"DDDo\",\"dayOfYear\");addUnitAlias(\"dayOfYear\",\"DDD\");addUnitPriority(\"dayOfYear\",4);addRegexToken(\"DDD\",match1to3);addRegexToken(\"DDDD\",match3);addParseToken([\"DDD\",\"DDDD\"],function(input,array,config){config._dayOfYear=toInt(input)});function getSetDayOfYear(input){var dayOfYear=Math.round((this.clone().startOf(\"day\")-this.clone().startOf(\"year\"))/864e5)+1;return input==null?dayOfYear:this.add(input-dayOfYear,\"d\")}addFormatToken(\"m\",[\"mm\",2],0,\"minute\");addUnitAlias(\"minute\",\"m\");addUnitPriority(\"minute\",14);addRegexToken(\"m\",match1to2);addRegexToken(\"mm\",match1to2,match2);addParseToken([\"m\",\"mm\"],MINUTE);var getSetMinute=makeGetSet(\"Minutes\",false);addFormatToken(\"s\",[\"ss\",2],0,\"second\");addUnitAlias(\"second\",\"s\");addUnitPriority(\"second\",15);addRegexToken(\"s\",match1to2);addRegexToken(\"ss\",match1to2,match2);addParseToken([\"s\",\"ss\"],SECOND);var getSetSecond=makeGetSet(\"Seconds\",false);addFormatToken(\"S\",0,0,function(){return~~(this.millisecond()/100)});addFormatToken(0,[\"SS\",2],0,function(){return~~(this.millisecond()/10)});addFormatToken(0,[\"SSS\",3],0,\"millisecond\");addFormatToken(0,[\"SSSS\",4],0,function(){return this.millisecond()*10});addFormatToken(0,[\"SSSSS\",5],0,function(){return this.millisecond()*100});addFormatToken(0,[\"SSSSSS\",6],0,function(){return this.millisecond()*1e3});addFormatToken(0,[\"SSSSSSS\",7],0,function(){return this.millisecond()*1e4});addFormatToken(0,[\"SSSSSSSS\",8],0,function(){return this.millisecond()*1e5});addFormatToken(0,[\"SSSSSSSSS\",9],0,function(){return this.millisecond()*1e6});addUnitAlias(\"millisecond\",\"ms\");addUnitPriority(\"millisecond\",16);addRegexToken(\"S\",match1to3,match1);addRegexToken(\"SS\",match1to3,match2);addRegexToken(\"SSS\",match1to3,match3);var token;for(token=\"SSSS\";token.length<=9;token+=\"S\"){addRegexToken(token,matchUnsigned)}function parseMs(input,array){array[MILLISECOND]=toInt((\"0.\"+input)*1e3)}for(token=\"S\";token.length<=9;token+=\"S\"){addParseToken(token,parseMs)}var getSetMillisecond=makeGetSet(\"Milliseconds\",false);addFormatToken(\"z\",0,0,\"zoneAbbr\");addFormatToken(\"zz\",0,0,\"zoneName\");function getZoneAbbr(){return this._isUTC?\"UTC\":\"\"}function getZoneName(){return this._isUTC?\"Coordinated Universal Time\":\"\"}var proto=Moment.prototype;proto.add=add;proto.calendar=calendar$1;proto.clone=clone;proto.diff=diff;proto.endOf=endOf;proto.format=format;proto.from=from;proto.fromNow=fromNow;proto.to=to;proto.toNow=toNow;proto.get=stringGet;proto.invalidAt=invalidAt;proto.isAfter=isAfter;proto.isBefore=isBefore;proto.isBetween=isBetween;proto.isSame=isSame;proto.isSameOrAfter=isSameOrAfter;proto.isSameOrBefore=isSameOrBefore;proto.isValid=isValid$2;proto.lang=lang;proto.locale=locale;proto.localeData=localeData;proto.max=prototypeMax;proto.min=prototypeMin;proto.parsingFlags=parsingFlags;proto.set=stringSet;proto.startOf=startOf;proto.subtract=subtract;proto.toArray=toArray;proto.toObject=toObject;proto.toDate=toDate;proto.toISOString=toISOString;proto.inspect=inspect;proto.toJSON=toJSON;proto.toString=toString;proto.unix=unix;proto.valueOf=valueOf;proto.creationData=creationData;proto.year=getSetYear;proto.isLeapYear=getIsLeapYear;proto.weekYear=getSetWeekYear;proto.isoWeekYear=getSetISOWeekYear;proto.quarter=proto.quarters=getSetQuarter;proto.month=getSetMonth;proto.daysInMonth=getDaysInMonth;proto.week=proto.weeks=getSetWeek;proto.isoWeek=proto.isoWeeks=getSetISOWeek;proto.weeksInYear=getWeeksInYear;proto.isoWeeksInYear=getISOWeeksInYear;proto.date=getSetDayOfMonth;proto.day=proto.days=getSetDayOfWeek;proto.weekday=getSetLocaleDayOfWeek;proto.isoWeekday=getSetISODayOfWeek;proto.dayOfYear=getSetDayOfYear;proto.hour=proto.hours=getSetHour;proto.minute=proto.minutes=getSetMinute;proto.second=proto.seconds=getSetSecond;proto.millisecond=proto.milliseconds=getSetMillisecond;proto.utcOffset=getSetOffset;proto.utc=setOffsetToUTC;proto.local=setOffsetToLocal;proto.parseZone=setOffsetToParsedOffset;proto.hasAlignedHourOffset=hasAlignedHourOffset;proto.isDST=isDaylightSavingTime;proto.isLocal=isLocal;proto.isUtcOffset=isUtcOffset;proto.isUtc=isUtc;proto.isUTC=isUtc;proto.zoneAbbr=getZoneAbbr;proto.zoneName=getZoneName;proto.dates=deprecate(\"dates accessor is deprecated. Use date instead.\",getSetDayOfMonth);proto.months=deprecate(\"months accessor is deprecated. Use month instead\",getSetMonth);proto.years=deprecate(\"years accessor is deprecated. Use year instead\",getSetYear);proto.zone=deprecate(\"moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/\",getSetZone);proto.isDSTShifted=deprecate(\"isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information\",isDaylightSavingTimeShifted);function createUnix(input){return createLocal(input*1e3)}function createInZone(){return createLocal.apply(null,arguments).parseZone()}function preParsePostFormat(string){return string}var proto$1=Locale.prototype;proto$1.calendar=calendar;proto$1.longDateFormat=longDateFormat;proto$1.invalidDate=invalidDate;proto$1.ordinal=ordinal;proto$1.preparse=preParsePostFormat;proto$1.postformat=preParsePostFormat;proto$1.relativeTime=relativeTime;proto$1.pastFuture=pastFuture;proto$1.set=set;proto$1.months=localeMonths;proto$1.monthsShort=localeMonthsShort;proto$1.monthsParse=localeMonthsParse;proto$1.monthsRegex=monthsRegex;proto$1.monthsShortRegex=monthsShortRegex;proto$1.week=localeWeek;proto$1.firstDayOfYear=localeFirstDayOfYear;proto$1.firstDayOfWeek=localeFirstDayOfWeek;proto$1.weekdays=localeWeekdays;proto$1.weekdaysMin=localeWeekdaysMin;proto$1.weekdaysShort=localeWeekdaysShort;proto$1.weekdaysParse=localeWeekdaysParse;proto$1.weekdaysRegex=weekdaysRegex;proto$1.weekdaysShortRegex=weekdaysShortRegex;proto$1.weekdaysMinRegex=weekdaysMinRegex;proto$1.isPM=localeIsPM;proto$1.meridiem=localeMeridiem;function get$1(format,index,field,setter){var locale=getLocale();var utc=createUTC().set(setter,index);return locale[field](utc,format)}function listMonthsImpl(format,index,field){if(isNumber(format)){index=format;format=undefined}format=format||\"\";if(index!=null){return get$1(format,index,field,\"month\")}var i;var out=[];for(i=0;i<12;i++){out[i]=get$1(format,i,field,\"month\")}return out}function listWeekdaysImpl(localeSorted,format,index,field){if(typeof localeSorted===\"boolean\"){if(isNumber(format)){index=format;format=undefined}format=format||\"\"}else{format=localeSorted;index=format;localeSorted=false;if(isNumber(format)){index=format;format=undefined}format=format||\"\"}var locale=getLocale(),shift=localeSorted?locale._week.dow:0;if(index!=null){return get$1(format,(index+shift)%7,field,\"day\")}var i;var out=[];for(i=0;i<7;i++){out[i]=get$1(format,(i+shift)%7,field,\"day\")}return out}function listMonths(format,index){return listMonthsImpl(format,index,\"months\")}function listMonthsShort(format,index){return listMonthsImpl(format,index,\"monthsShort\")}function listWeekdays(localeSorted,format,index){return listWeekdaysImpl(localeSorted,format,index,\"weekdays\")}function listWeekdaysShort(localeSorted,format,index){return listWeekdaysImpl(localeSorted,format,index,\"weekdaysShort\")}function listWeekdaysMin(localeSorted,format,index){return listWeekdaysImpl(localeSorted,format,index,\"weekdaysMin\")}getSetGlobalLocale(\"en\",{dayOfMonthOrdinalParse:/\\d{1,2}(th|st|nd|rd)/,ordinal:function(number){var b=number%10,output=toInt(number%100/10)===1?\"th\":b===1?\"st\":b===2?\"nd\":b===3?\"rd\":\"th\";return number+output}});hooks.lang=deprecate(\"moment.lang is deprecated. Use moment.locale instead.\",getSetGlobalLocale);hooks.langData=deprecate(\"moment.langData is deprecated. Use moment.localeData instead.\",getLocale);var mathAbs=Math.abs;function abs(){var data=this._data;this._milliseconds=mathAbs(this._milliseconds);this._days=mathAbs(this._days);this._months=mathAbs(this._months);data.milliseconds=mathAbs(data.milliseconds);data.seconds=mathAbs(data.seconds);data.minutes=mathAbs(data.minutes);data.hours=mathAbs(data.hours);data.months=mathAbs(data.months);data.years=mathAbs(data.years);return this}function addSubtract$1(duration,input,value,direction){var other=createDuration(input,value);duration._milliseconds+=direction*other._milliseconds;duration._days+=direction*other._days;duration._months+=direction*other._months;return duration._bubble()}function add$1(input,value){return addSubtract$1(this,input,value,1)}function subtract$1(input,value){return addSubtract$1(this,input,value,-1)}function absCeil(number){if(number<0){return Math.floor(number)}else{return Math.ceil(number)}}function bubble(){var milliseconds=this._milliseconds;var days=this._days;var months=this._months;var data=this._data;var seconds,minutes,hours,years,monthsFromDays;if(!(milliseconds>=0&&days>=0&&months>=0||milliseconds<=0&&days<=0&&months<=0)){milliseconds+=absCeil(monthsToDays(months)+days)*864e5;days=0;months=0}data.milliseconds=milliseconds%1e3;seconds=absFloor(milliseconds/1e3);data.seconds=seconds%60;minutes=absFloor(seconds/60)\n;data.minutes=minutes%60;hours=absFloor(minutes/60);data.hours=hours%24;days+=absFloor(hours/24);monthsFromDays=absFloor(daysToMonths(days));months+=monthsFromDays;days-=absCeil(monthsToDays(monthsFromDays));years=absFloor(months/12);months%=12;data.days=days;data.months=months;data.years=years;return this}function daysToMonths(days){return days*4800/146097}function monthsToDays(months){return months*146097/4800}function as(units){if(!this.isValid()){return NaN}var days;var months;var milliseconds=this._milliseconds;units=normalizeUnits(units);if(units===\"month\"||units===\"year\"){days=this._days+milliseconds/864e5;months=this._months+daysToMonths(days);return units===\"month\"?months:months/12}else{days=this._days+Math.round(monthsToDays(this._months));switch(units){case\"week\":return days/7+milliseconds/6048e5;case\"day\":return days+milliseconds/864e5;case\"hour\":return days*24+milliseconds/36e5;case\"minute\":return days*1440+milliseconds/6e4;case\"second\":return days*86400+milliseconds/1e3;case\"millisecond\":return Math.floor(days*864e5)+milliseconds;default:throw new Error(\"Unknown unit \"+units)}}}function valueOf$1(){if(!this.isValid()){return NaN}return this._milliseconds+this._days*864e5+this._months%12*2592e6+toInt(this._months/12)*31536e6}function makeAs(alias){return function(){return this.as(alias)}}var asMilliseconds=makeAs(\"ms\");var asSeconds=makeAs(\"s\");var asMinutes=makeAs(\"m\");var asHours=makeAs(\"h\");var asDays=makeAs(\"d\");var asWeeks=makeAs(\"w\");var asMonths=makeAs(\"M\");var asYears=makeAs(\"y\");function clone$1(){return createDuration(this)}function get$2(units){units=normalizeUnits(units);return this.isValid()?this[units+\"s\"]():NaN}function makeGetter(name){return function(){return this.isValid()?this._data[name]:NaN}}var milliseconds=makeGetter(\"milliseconds\");var seconds=makeGetter(\"seconds\");var minutes=makeGetter(\"minutes\");var hours=makeGetter(\"hours\");var days=makeGetter(\"days\");var months=makeGetter(\"months\");var years=makeGetter(\"years\");function weeks(){return absFloor(this.days()/7)}var round=Math.round;var thresholds={ss:44,s:45,m:45,h:22,d:26,M:11};function substituteTimeAgo(string,number,withoutSuffix,isFuture,locale){return locale.relativeTime(number||1,!!withoutSuffix,string,isFuture)}function relativeTime$1(posNegDuration,withoutSuffix,locale){var duration=createDuration(posNegDuration).abs();var seconds=round(duration.as(\"s\"));var minutes=round(duration.as(\"m\"));var hours=round(duration.as(\"h\"));var days=round(duration.as(\"d\"));var months=round(duration.as(\"M\"));var years=round(duration.as(\"y\"));var a=seconds<=thresholds.ss&&[\"s\",seconds]||seconds<thresholds.s&&[\"ss\",seconds]||minutes<=1&&[\"m\"]||minutes<thresholds.m&&[\"mm\",minutes]||hours<=1&&[\"h\"]||hours<thresholds.h&&[\"hh\",hours]||days<=1&&[\"d\"]||days<thresholds.d&&[\"dd\",days]||months<=1&&[\"M\"]||months<thresholds.M&&[\"MM\",months]||years<=1&&[\"y\"]||[\"yy\",years];a[2]=withoutSuffix;a[3]=+posNegDuration>0;a[4]=locale;return substituteTimeAgo.apply(null,a)}function getSetRelativeTimeRounding(roundingFunction){if(roundingFunction===undefined){return round}if(typeof roundingFunction===\"function\"){round=roundingFunction;return true}return false}function getSetRelativeTimeThreshold(threshold,limit){if(thresholds[threshold]===undefined){return false}if(limit===undefined){return thresholds[threshold]}thresholds[threshold]=limit;if(threshold===\"s\"){thresholds.ss=limit-1}return true}function humanize(withSuffix){if(!this.isValid()){return this.localeData().invalidDate()}var locale=this.localeData();var output=relativeTime$1(this,!withSuffix,locale);if(withSuffix){output=locale.pastFuture(+this,output)}return locale.postformat(output)}var abs$1=Math.abs;function sign(x){return(x>0)-(x<0)||+x}function toISOString$1(){if(!this.isValid()){return this.localeData().invalidDate()}var seconds=abs$1(this._milliseconds)/1e3;var days=abs$1(this._days);var months=abs$1(this._months);var minutes,hours,years;minutes=absFloor(seconds/60);hours=absFloor(minutes/60);seconds%=60;minutes%=60;years=absFloor(months/12);months%=12;var Y=years;var M=months;var D=days;var h=hours;var m=minutes;var s=seconds?seconds.toFixed(3).replace(/\\.?0+$/,\"\"):\"\";var total=this.asSeconds();if(!total){return\"P0D\"}var totalSign=total<0?\"-\":\"\";var ymSign=sign(this._months)!==sign(total)?\"-\":\"\";var daysSign=sign(this._days)!==sign(total)?\"-\":\"\";var hmsSign=sign(this._milliseconds)!==sign(total)?\"-\":\"\";return totalSign+\"P\"+(Y?ymSign+Y+\"Y\":\"\")+(M?ymSign+M+\"M\":\"\")+(D?daysSign+D+\"D\":\"\")+(h||m||s?\"T\":\"\")+(h?hmsSign+h+\"H\":\"\")+(m?hmsSign+m+\"M\":\"\")+(s?hmsSign+s+\"S\":\"\")}var proto$2=Duration.prototype;proto$2.isValid=isValid$1;proto$2.abs=abs;proto$2.add=add$1;proto$2.subtract=subtract$1;proto$2.as=as;proto$2.asMilliseconds=asMilliseconds;proto$2.asSeconds=asSeconds;proto$2.asMinutes=asMinutes;proto$2.asHours=asHours;proto$2.asDays=asDays;proto$2.asWeeks=asWeeks;proto$2.asMonths=asMonths;proto$2.asYears=asYears;proto$2.valueOf=valueOf$1;proto$2._bubble=bubble;proto$2.clone=clone$1;proto$2.get=get$2;proto$2.milliseconds=milliseconds;proto$2.seconds=seconds;proto$2.minutes=minutes;proto$2.hours=hours;proto$2.days=days;proto$2.weeks=weeks;proto$2.months=months;proto$2.years=years;proto$2.humanize=humanize;proto$2.toISOString=toISOString$1;proto$2.toString=toISOString$1;proto$2.toJSON=toISOString$1;proto$2.locale=locale;proto$2.localeData=localeData;proto$2.toIsoString=deprecate(\"toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)\",toISOString$1);proto$2.lang=lang;addFormatToken(\"X\",0,0,\"unix\");addFormatToken(\"x\",0,0,\"valueOf\");addRegexToken(\"x\",matchSigned);addRegexToken(\"X\",matchTimestamp);addParseToken(\"X\",function(input,array,config){config._d=new Date(parseFloat(input,10)*1e3)});addParseToken(\"x\",function(input,array,config){config._d=new Date(toInt(input))});hooks.version=\"2.19.1\";setHookCallback(createLocal);hooks.fn=proto;hooks.min=min;hooks.max=max;hooks.now=now;hooks.utc=createUTC;hooks.unix=createUnix;hooks.months=listMonths;hooks.isDate=isDate;hooks.locale=getSetGlobalLocale;hooks.invalid=createInvalid;hooks.duration=createDuration;hooks.isMoment=isMoment;hooks.weekdays=listWeekdays;hooks.parseZone=createInZone;hooks.localeData=getLocale;hooks.isDuration=isDuration;hooks.monthsShort=listMonthsShort;hooks.weekdaysMin=listWeekdaysMin;hooks.defineLocale=defineLocale;hooks.updateLocale=updateLocale;hooks.locales=listLocales;hooks.weekdaysShort=listWeekdaysShort;hooks.normalizeUnits=normalizeUnits;hooks.relativeTimeRounding=getSetRelativeTimeRounding;hooks.relativeTimeThreshold=getSetRelativeTimeThreshold;hooks.calendarFormat=getCalendarFormat;hooks.prototype=proto;return hooks})}).call(exports,__webpack_require__(155)(module))},function(module,exports){module.exports=function(module){if(!module.webpackPolyfill){module.deprecate=function(){};module.paths=[];if(!module.children)module.children=[];Object.defineProperty(module,\"loaded\",{enumerable:true,get:function(){return module.l}});Object.defineProperty(module,\"id\",{enumerable:true,get:function(){return module.i}});module.webpackPolyfill=1}return module}},function(module,exports){function webpackEmptyContext(req){throw new Error(\"Cannot find module '\"+req+\"'.\")}webpackEmptyContext.keys=function(){return[]};webpackEmptyContext.resolve=webpackEmptyContext;module.exports=webpackEmptyContext;webpackEmptyContext.id=156},function(module,exports,__webpack_require__){\"use strict\";(function(global){var _rng;var globalVar=typeof window!==\"undefined\"?window:typeof global!==\"undefined\"?global:null;if(globalVar&&globalVar.crypto&&crypto.getRandomValues){var _rnds8=new Uint8Array(16);_rng=function whatwgRNG(){crypto.getRandomValues(_rnds8);return _rnds8}}if(!_rng){var _rnds=new Array(16);_rng=function _rng(){for(var i=0,r;i<16;i++){if((i&3)===0)r=Math.random()*4294967296;_rnds[i]=r>>>((i&3)<<3)&255}return _rnds}}var _byteToHex=[];var _hexToByte={};for(var i=0;i<256;i++){_byteToHex[i]=(i+256).toString(16).substr(1);_hexToByte[_byteToHex[i]]=i}function parse(s,buf,offset){var i=buf&&offset||0,ii=0;buf=buf||[];s.toLowerCase().replace(/[0-9a-f]{2}/g,function(oct){if(ii<16){buf[i+ii++]=_hexToByte[oct]}});while(ii<16){buf[i+ii++]=0}return buf}function unparse(buf,offset){var i=offset||0,bth=_byteToHex;return bth[buf[i++]]+bth[buf[i++]]+bth[buf[i++]]+bth[buf[i++]]+\"-\"+bth[buf[i++]]+bth[buf[i++]]+\"-\"+bth[buf[i++]]+bth[buf[i++]]+\"-\"+bth[buf[i++]]+bth[buf[i++]]+\"-\"+bth[buf[i++]]+bth[buf[i++]]+bth[buf[i++]]+bth[buf[i++]]+bth[buf[i++]]+bth[buf[i++]]}var _seedBytes=_rng();var _nodeId=[_seedBytes[0]|1,_seedBytes[1],_seedBytes[2],_seedBytes[3],_seedBytes[4],_seedBytes[5]];var _clockseq=(_seedBytes[6]<<8|_seedBytes[7])&16383;var _lastMSecs=0,_lastNSecs=0;function v1(options,buf,offset){var i=buf&&offset||0;var b=buf||[];options=options||{};var clockseq=options.clockseq!==undefined?options.clockseq:_clockseq;var msecs=options.msecs!==undefined?options.msecs:(new Date).getTime();var nsecs=options.nsecs!==undefined?options.nsecs:_lastNSecs+1;var dt=msecs-_lastMSecs+(nsecs-_lastNSecs)/1e4;if(dt<0&&options.clockseq===undefined){clockseq=clockseq+1&16383}if((dt<0||msecs>_lastMSecs)&&options.nsecs===undefined){nsecs=0}if(nsecs>=1e4){throw new Error(\"uuid.v1(): Can't create more than 10M uuids/sec\")}_lastMSecs=msecs;_lastNSecs=nsecs;_clockseq=clockseq;msecs+=122192928e5;var tl=((msecs&268435455)*1e4+nsecs)%4294967296;b[i++]=tl>>>24&255;b[i++]=tl>>>16&255;b[i++]=tl>>>8&255;b[i++]=tl&255;var tmh=msecs/4294967296*1e4&268435455;b[i++]=tmh>>>8&255;b[i++]=tmh&255;b[i++]=tmh>>>24&15|16;b[i++]=tmh>>>16&255;b[i++]=clockseq>>>8|128;b[i++]=clockseq&255;var node=options.node||_nodeId;for(var n=0;n<6;n++){b[i+n]=node[n]}return buf?buf:unparse(b)}function v4(options,buf,offset){var i=buf&&offset||0;if(typeof options==\"string\"){buf=options==\"binary\"?new Array(16):null;options=null}options=options||{};var rnds=options.random||(options.rng||_rng)();rnds[6]=rnds[6]&15|64;rnds[8]=rnds[8]&63|128;if(buf){for(var ii=0;ii<16;ii++){buf[i+ii]=rnds[ii]}}return buf||unparse(rnds)}var uuid=v4;uuid.v1=v1;uuid.v4=v4;uuid.parse=parse;uuid.unparse=unparse;module.exports=uuid}).call(exports,__webpack_require__(158))},function(module,exports){var g;g=function(){return this}();try{g=g||Function(\"return this\")()||(1,eval)(\"this\")}catch(e){if(typeof window===\"object\")g=window}module.exports=g},function(module,exports,__webpack_require__){\"use strict\";exports.util=__webpack_require__(2);exports.DOMutil=__webpack_require__(14);exports.DataSet=__webpack_require__(11);exports.DataView=__webpack_require__(12);exports.Queue=__webpack_require__(43);exports.Graph3d=__webpack_require__(161);exports.graph3d={Camera:__webpack_require__(95),Filter:__webpack_require__(96),Point2d:__webpack_require__(91),Point3d:__webpack_require__(34),Slider:__webpack_require__(92),StepNumber:__webpack_require__(93)};exports.moment=__webpack_require__(9);exports.Hammer=__webpack_require__(10);exports.keycharm=__webpack_require__(35)},function(module,exports,__webpack_require__){var core=__webpack_require__(7);var $JSON=core.JSON||(core.JSON={stringify:JSON.stringify});module.exports=function stringify(it){return $JSON.stringify.apply($JSON,arguments)}},function(module,exports,__webpack_require__){\"use strict\";var _assign=__webpack_require__(90);var _assign2=_interopRequireDefault(_assign);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Emitter=__webpack_require__(44);var util=__webpack_require__(2);var Point3d=__webpack_require__(34);var Point2d=__webpack_require__(91);var Slider=__webpack_require__(92);var StepNumber=__webpack_require__(93);var Settings=__webpack_require__(94);var Validator=__webpack_require__(15)[\"default\"];var _require=__webpack_require__(15),printStyle=_require.printStyle;var _require2=__webpack_require__(172),allOptions=_require2.allOptions;var DataGroup=__webpack_require__(173);Graph3d.STYLE=Settings.STYLE;var autoByDefault=undefined;Graph3d.DEFAULTS={width:\"400px\",height:\"400px\",filterLabel:\"time\",legendLabel:\"value\",xLabel:\"x\",yLabel:\"y\",zLabel:\"z\",xValueLabel:function xValueLabel(v){return v},yValueLabel:function yValueLabel(v){return v},zValueLabel:function zValueLabel(v){return v},showXAxis:true,showYAxis:true,showZAxis:true,showGrid:true,showPerspective:true,showShadow:false,keepAspectRatio:true,verticalRatio:.5,dotSizeRatio:.02,dotSizeMinFraction:.5,dotSizeMaxFraction:2.5,showAnimationControls:autoByDefault,animationInterval:1e3,animationPreload:false,animationAutoStart:autoByDefault,axisColor:\"#4D4D4D\",gridColor:\"#D3D3D3\",xCenter:\"55%\",yCenter:\"50%\",style:Graph3d.STYLE.DOT,tooltip:false,tooltipStyle:{content:{padding:\"10px\",border:\"1px solid #4d4d4d\",color:\"#1a1a1a\",background:\"rgba(255,255,255,0.7)\",borderRadius:\"2px\",boxShadow:\"5px 5px 10px rgba(128,128,128,0.5)\"},line:{height:\"40px\",width:\"0\",borderLeft:\"1px solid #4d4d4d\"},dot:{height:\"0\",width:\"0\",border:\"5px solid #4d4d4d\",borderRadius:\"5px\"}},dataColor:{fill:\"#7DC1FF\",stroke:\"#3267D2\",strokeWidth:1},cameraPosition:{horizontal:1,vertical:.5,distance:1.7},showLegend:autoByDefault,backgroundColor:autoByDefault,xBarWidth:autoByDefault,yBarWidth:autoByDefault,valueMin:autoByDefault,valueMax:autoByDefault,xMin:autoByDefault,xMax:autoByDefault,xStep:autoByDefault,yMin:autoByDefault,yMax:autoByDefault,yStep:autoByDefault,zMin:autoByDefault,zMax:autoByDefault,zStep:autoByDefault};function Graph3d(container,data,options){if(!(this instanceof Graph3d)){throw new SyntaxError(\"Constructor must be called with the new operator\")}this.containerElement=container;this.dataGroup=new DataGroup;this.dataPoints=null;this.create();Settings.setDefaults(Graph3d.DEFAULTS,this);this.colX=undefined;this.colY=undefined;this.colZ=undefined;this.colValue=undefined;this.setOptions(options);this.setData(data)}Emitter(Graph3d.prototype);Graph3d.prototype._setScale=function(){this.scale=new Point3d(1/this.xRange.range(),1/this.yRange.range(),1/this.zRange.range());if(this.keepAspectRatio){if(this.scale.x<this.scale.y){this.scale.y=this.scale.x}else{this.scale.x=this.scale.y}}this.scale.z*=this.verticalRatio;if(this.valueRange!==undefined){this.scale.value=1/this.valueRange.range()}var xCenter=this.xRange.center()*this.scale.x;var yCenter=this.yRange.center()*this.scale.y;var zCenter=this.zRange.center()*this.scale.z;this.camera.setArmLocation(xCenter,yCenter,zCenter)};Graph3d.prototype._convert3Dto2D=function(point3d){var translation=this._convertPointToTranslation(point3d);return this._convertTranslationToScreen(translation)};Graph3d.prototype._convertPointToTranslation=function(point3d){var cameraLocation=this.camera.getCameraLocation(),cameraRotation=this.camera.getCameraRotation(),ax=point3d.x*this.scale.x,ay=point3d.y*this.scale.y,az=point3d.z*this.scale.z,cx=cameraLocation.x,cy=cameraLocation.y,cz=cameraLocation.z,sinTx=Math.sin(cameraRotation.x),cosTx=Math.cos(cameraRotation.x),sinTy=Math.sin(cameraRotation.y),cosTy=Math.cos(cameraRotation.y),sinTz=Math.sin(cameraRotation.z),cosTz=Math.cos(cameraRotation.z),dx=cosTy*(sinTz*(ay-cy)+cosTz*(ax-cx))-sinTy*(az-cz),dy=sinTx*(cosTy*(az-cz)+sinTy*(sinTz*(ay-cy)+cosTz*(ax-cx)))+cosTx*(cosTz*(ay-cy)-sinTz*(ax-cx)),dz=cosTx*(cosTy*(az-cz)+sinTy*(sinTz*(ay-cy)+cosTz*(ax-cx)))-sinTx*(cosTz*(ay-cy)-sinTz*(ax-cx));return new Point3d(dx,dy,dz)};Graph3d.prototype._convertTranslationToScreen=function(translation){var ex=this.eye.x,ey=this.eye.y,ez=this.eye.z,dx=translation.x,dy=translation.y,dz=translation.z;var bx;var by;if(this.showPerspective){bx=(dx-ex)*(ez/dz);by=(dy-ey)*(ez/dz)}else{bx=dx*-(ez/this.camera.getArmLength());by=dy*-(ez/this.camera.getArmLength())}return new Point2d(this.currentXCenter+bx*this.frame.canvas.clientWidth,this.currentYCenter-by*this.frame.canvas.clientWidth)};Graph3d.prototype._calcTranslations=function(points){for(var i=0;i<points.length;i++){var point=points[i];point.trans=this._convertPointToTranslation(point.point);point.screen=this._convertTranslationToScreen(point.trans);var transBottom=this._convertPointToTranslation(point.bottom);point.dist=this.showPerspective?transBottom.length():-transBottom.z}var sortDepth=function sortDepth(a,b){return b.dist-a.dist};points.sort(sortDepth)};Graph3d.prototype._initializeRanges=function(){var dg=this.dataGroup;this.xRange=dg.xRange;this.yRange=dg.yRange;this.zRange=dg.zRange;this.valueRange=dg.valueRange;this.xStep=dg.xStep;this.yStep=dg.yStep;this.zStep=dg.zStep;this.xBarWidth=dg.xBarWidth;this.yBarWidth=dg.yBarWidth;this.colX=dg.colX;this.colY=dg.colY;this.colZ=dg.colZ;this.colValue=dg.colValue;this._setScale()};Graph3d.prototype.getDataPoints=function(data){var dataPoints=[];for(var i=0;i<data.length;i++){var point=new Point3d;point.x=data[i][this.colX]||0;point.y=data[i][this.colY]||0;point.z=data[i][this.colZ]||0;point.data=data[i];if(this.colValue!==undefined){point.value=data[i][this.colValue]||0}var obj={};obj.point=point;obj.bottom=new Point3d(point.x,point.y,this.zRange.min);obj.trans=undefined;obj.screen=undefined;dataPoints.push(obj)}return dataPoints};Graph3d.prototype._getDataPoints=function(data){var x,y,i,obj;var dataPoints=[];if(this.style===Graph3d.STYLE.GRID||this.style===Graph3d.STYLE.SURFACE){var dataX=this.dataGroup.getDistinctValues(this.colX,data);var dataY=this.dataGroup.getDistinctValues(this.colY,data);dataPoints=this.getDataPoints(data);var dataMatrix=[];for(i=0;i<dataPoints.length;i++){obj=dataPoints[i];var xIndex=dataX.indexOf(obj.point.x);var yIndex=dataY.indexOf(obj.point.y);if(dataMatrix[xIndex]===undefined){dataMatrix[xIndex]=[]}dataMatrix[xIndex][yIndex]=obj}for(x=0;x<dataMatrix.length;x++){for(y=0;y<dataMatrix[x].length;y++){if(dataMatrix[x][y]){dataMatrix[x][y].pointRight=x<dataMatrix.length-1?dataMatrix[x+1][y]:undefined;dataMatrix[x][y].pointTop=y<dataMatrix[x].length-1?dataMatrix[x][y+1]:undefined;dataMatrix[x][y].pointCross=x<dataMatrix.length-1&&y<dataMatrix[x].length-1?dataMatrix[x+1][y+1]:undefined}}}}else{this._checkValueField(data);dataPoints=this.getDataPoints(data);if(this.style===Graph3d.STYLE.LINE){for(i=0;i<dataPoints.length;i++){if(i>0){dataPoints[i-1].pointNext=dataPoints[i]}}}}return dataPoints};Graph3d.prototype.create=function(){while(this.containerElement.hasChildNodes()){this.containerElement.removeChild(this.containerElement.firstChild)}this.frame=document.createElement(\"div\");this.frame.style.position=\"relative\";this.frame.style.overflow=\"hidden\";this.frame.canvas=document.createElement(\"canvas\");this.frame.canvas.style.position=\"relative\";this.frame.appendChild(this.frame.canvas);{var noCanvas=document.createElement(\"DIV\");noCanvas.style.color=\"red\";noCanvas.style.fontWeight=\"bold\";noCanvas.style.padding=\"10px\";noCanvas.innerHTML=\"Error: your browser does not support HTML canvas\";this.frame.canvas.appendChild(noCanvas)}this.frame.filter=document.createElement(\"div\");this.frame.filter.style.position=\"absolute\";this.frame.filter.style.bottom=\"0px\";this.frame.filter.style.left=\"0px\";this.frame.filter.style.width=\"100%\";this.frame.appendChild(this.frame.filter);var me=this;var onmousedown=function onmousedown(event){me._onMouseDown(event)};var ontouchstart=function ontouchstart(event){me._onTouchStart(event)};var onmousewheel=function onmousewheel(event){me._onWheel(event)};var ontooltip=function ontooltip(event){me._onTooltip(event)};var onclick=function onclick(event){me._onClick(event)};util.addEventListener(this.frame.canvas,\"mousedown\",onmousedown);util.addEventListener(this.frame.canvas,\"touchstart\",ontouchstart);util.addEventListener(this.frame.canvas,\"mousewheel\",onmousewheel);util.addEventListener(this.frame.canvas,\"mousemove\",ontooltip);util.addEventListener(this.frame.canvas,\"click\",onclick);this.containerElement.appendChild(this.frame)};Graph3d.prototype._setSize=function(width,height){this.frame.style.width=width;this.frame.style.height=height;this._resizeCanvas()};Graph3d.prototype._resizeCanvas=function(){this.frame.canvas.style.width=\"100%\";this.frame.canvas.style.height=\"100%\";this.frame.canvas.width=this.frame.canvas.clientWidth;this.frame.canvas.height=this.frame.canvas.clientHeight;this.frame.filter.style.width=this.frame.canvas.clientWidth-2*10+\"px\"};Graph3d.prototype.animationStart=function(){if(!this.animationAutoStart||!this.dataGroup.dataFilter)return;if(!this.frame.filter||!this.frame.filter.slider)throw new Error(\"No animation available\");this.frame.filter.slider.play()};Graph3d.prototype.animationStop=function(){if(!this.frame.filter||!this.frame.filter.slider)return;this.frame.filter.slider.stop()};Graph3d.prototype._resizeCenter=function(){if(this.xCenter.charAt(this.xCenter.length-1)===\"%\"){this.currentXCenter=parseFloat(this.xCenter)/100*this.frame.canvas.clientWidth}else{this.currentXCenter=parseFloat(this.xCenter)}if(this.yCenter.charAt(this.yCenter.length-1)===\"%\"){this.currentYCenter=parseFloat(this.yCenter)/100*(this.frame.canvas.clientHeight-this.frame.filter.clientHeight)}else{this.currentYCenter=parseFloat(this.yCenter)}};Graph3d.prototype.getCameraPosition=function(){var pos=this.camera.getArmRotation();pos.distance=this.camera.getArmLength();return pos};Graph3d.prototype._readData=function(data){this.dataPoints=this.dataGroup.initializeData(this,data,this.style);this._initializeRanges();this._redrawFilter()};Graph3d.prototype.setData=function(data){if(data===undefined||data===null)return;this._readData(data);this.redraw();this.animationStart()};Graph3d.prototype.setOptions=function(options){if(options===undefined)return;var errorFound=Validator.validate(options,allOptions);if(errorFound===true){console.log(\"%cErrors have been found in the supplied options object.\",printStyle)}this.animationStop();Settings.setOptions(options,this);this.setPointDrawingMethod();this._setSize(this.width,this.height);this.setData(this.dataGroup.getDataTable());this.animationStart()};Graph3d.prototype.setPointDrawingMethod=function(){var method=undefined;switch(this.style){case Graph3d.STYLE.BAR:method=Graph3d.prototype._redrawBarGraphPoint;break;case Graph3d.STYLE.BARCOLOR:method=Graph3d.prototype._redrawBarColorGraphPoint;break;case Graph3d.STYLE.BARSIZE:method=Graph3d.prototype._redrawBarSizeGraphPoint;break;case Graph3d.STYLE.DOT:method=Graph3d.prototype._redrawDotGraphPoint;break;case Graph3d.STYLE.DOTLINE:method=Graph3d.prototype._redrawDotLineGraphPoint;break;case Graph3d.STYLE.DOTCOLOR:method=Graph3d.prototype._redrawDotColorGraphPoint;break;case Graph3d.STYLE.DOTSIZE:method=Graph3d.prototype._redrawDotSizeGraphPoint;break;case Graph3d.STYLE.SURFACE:method=Graph3d.prototype._redrawSurfaceGraphPoint;break;case Graph3d.STYLE.GRID:method=Graph3d.prototype._redrawGridGraphPoint;break;case Graph3d.STYLE.LINE:method=Graph3d.prototype._redrawLineGraphPoint;break;default:throw new Error(\"Can not determine point drawing method \"+\"for graph style '\"+this.style+\"'\")}this._pointDrawingMethod=method};Graph3d.prototype.redraw=function(){if(this.dataPoints===undefined){throw new Error(\"Graph data not initialized\")}this._resizeCanvas();this._resizeCenter();this._redrawSlider();this._redrawClear();this._redrawAxis();this._redrawDataGraph();this._redrawInfo();this._redrawLegend()};Graph3d.prototype._getContext=function(){var canvas=this.frame.canvas;var ctx=canvas.getContext(\"2d\");ctx.lineJoin=\"round\";ctx.lineCap=\"round\";return ctx};Graph3d.prototype._redrawClear=function(){var canvas=this.frame.canvas;var ctx=canvas.getContext(\"2d\");ctx.clearRect(0,0,canvas.width,canvas.height)};Graph3d.prototype._dotSize=function(){return this.frame.clientWidth*this.dotSizeRatio};Graph3d.prototype._getLegendWidth=function(){var width;if(this.style===Graph3d.STYLE.DOTSIZE){var dotSize=this._dotSize();width=dotSize*this.dotSizeMaxFraction}else if(this.style===Graph3d.STYLE.BARSIZE){width=this.xBarWidth}else{width=20}return width};Graph3d.prototype._redrawLegend=function(){if(this.showLegend!==true){return}if(this.style===Graph3d.STYLE.LINE||this.style===Graph3d.STYLE.BARSIZE){return}var isSizeLegend=this.style===Graph3d.STYLE.BARSIZE||this.style===Graph3d.STYLE.DOTSIZE;var isValueLegend=this.style===Graph3d.STYLE.DOTSIZE||this.style===Graph3d.STYLE.DOTCOLOR||this.style===Graph3d.STYLE.BARCOLOR;var height=Math.max(this.frame.clientHeight*.25,100);var top=this.margin;var width=this._getLegendWidth();var right=this.frame.clientWidth-this.margin;var left=right-width;var bottom=top+height;var ctx=this._getContext();ctx.lineWidth=1;ctx.font=\"14px arial\";if(isSizeLegend===false){var ymin=0;var ymax=height;var y;for(y=ymin;y<ymax;y++){var f=(y-ymin)/(ymax-ymin);var hue=f*240;var color=this._hsv2rgb(hue,1,1);ctx.strokeStyle=color;ctx.beginPath();ctx.moveTo(left,top+y);ctx.lineTo(right,top+y);ctx.stroke()}ctx.strokeStyle=this.axisColor;ctx.strokeRect(left,top,width,height)}else{var widthMin;if(this.style===Graph3d.STYLE.DOTSIZE){widthMin=width*(this.dotSizeMinFraction/this.dotSizeMaxFraction)}else if(this.style===Graph3d.STYLE.BARSIZE){}ctx.strokeStyle=this.axisColor;ctx.fillStyle=this.dataColor.fill;ctx.beginPath();ctx.moveTo(left,top);ctx.lineTo(right,top);ctx.lineTo(left+widthMin,bottom);ctx.lineTo(left,bottom);ctx.closePath();ctx.fill();ctx.stroke()}var gridLineLen=5;var legendMin=isValueLegend?this.valueRange.min:this.zRange.min;var legendMax=isValueLegend?this.valueRange.max:this.zRange.max;var step=new StepNumber(legendMin,legendMax,(legendMax-legendMin)/5,true);step.start(true);var from;var to;while(!step.end()){y=bottom-(step.getCurrent()-legendMin)/(legendMax-legendMin)*height;from=new Point2d(left-gridLineLen,y);to=new Point2d(left,y);this._line(ctx,from,to);ctx.textAlign=\"right\";ctx.textBaseline=\"middle\";ctx.fillStyle=this.axisColor;ctx.fillText(step.getCurrent(),left-2*gridLineLen,y);step.next()}ctx.textAlign=\"right\";ctx.textBaseline=\"top\";var label=this.legendLabel;ctx.fillText(label,right,bottom+this.margin)};Graph3d.prototype._redrawFilter=function(){var dataFilter=this.dataGroup.dataFilter;var filter=this.frame.filter;filter.innerHTML=\"\";if(!dataFilter){filter.slider=undefined;return}var options={visible:this.showAnimationControls};var slider=new Slider(filter,options);filter.slider=slider;filter.style.padding=\"10px\";slider.setValues(dataFilter.values);slider.setPlayInterval(this.animationInterval);var me=this;var onchange=function onchange(){var dataFilter=me.dataGroup.dataFilter;var index=slider.getIndex();dataFilter.selectValue(index);me.dataPoints=dataFilter._getDataPoints();me.redraw()};slider.setOnChangeCallback(onchange)};Graph3d.prototype._redrawSlider=function(){if(this.frame.filter.slider!==undefined){this.frame.filter.slider.redraw()}};Graph3d.prototype._redrawInfo=function(){var info=this.dataGroup.getInfo();if(info===undefined)return;var ctx=this._getContext();ctx.font=\"14px arial\";ctx.lineStyle=\"gray\";ctx.fillStyle=\"gray\";ctx.textAlign=\"left\";ctx.textBaseline=\"top\";var x=this.margin;var y=this.margin;ctx.fillText(info,x,y)};Graph3d.prototype._line=function(ctx,from,to,strokeStyle){if(strokeStyle!==undefined){ctx.strokeStyle=strokeStyle}ctx.beginPath();ctx.moveTo(from.x,from.y);ctx.lineTo(to.x,to.y);ctx.stroke()};Graph3d.prototype.drawAxisLabelX=function(ctx,point3d,text,armAngle,yMargin){if(yMargin===undefined){yMargin=0}var point2d=this._convert3Dto2D(point3d);if(Math.cos(armAngle*2)>0){ctx.textAlign=\"center\";ctx.textBaseline=\"top\";point2d.y+=yMargin}else if(Math.sin(armAngle*2)<0){ctx.textAlign=\"right\";ctx.textBaseline=\"middle\"}else{ctx.textAlign=\"left\";ctx.textBaseline=\"middle\"}ctx.fillStyle=this.axisColor;ctx.fillText(text,point2d.x,point2d.y)};Graph3d.prototype.drawAxisLabelY=function(ctx,point3d,text,armAngle,yMargin){if(yMargin===undefined){yMargin=0}var point2d=this._convert3Dto2D(point3d);if(Math.cos(armAngle*2)<0){ctx.textAlign=\"center\";ctx.textBaseline=\"top\";point2d.y+=yMargin}else if(Math.sin(armAngle*2)>0){ctx.textAlign=\"right\";ctx.textBaseline=\"middle\"}else{ctx.textAlign=\"left\";ctx.textBaseline=\"middle\"}ctx.fillStyle=this.axisColor;ctx.fillText(text,point2d.x,point2d.y)};Graph3d.prototype.drawAxisLabelZ=function(ctx,point3d,text,offset){if(offset===undefined){offset=0}var point2d=this._convert3Dto2D(point3d);ctx.textAlign=\"right\";ctx.textBaseline=\"middle\";ctx.fillStyle=this.axisColor;ctx.fillText(text,point2d.x-offset,point2d.y)};Graph3d.prototype._line3d=function(ctx,from,to,strokeStyle){var from2d=this._convert3Dto2D(from);var to2d=this._convert3Dto2D(to);this._line(ctx,from2d,to2d,strokeStyle)};Graph3d.prototype._redrawAxis=function(){var ctx=this._getContext(),from,to,step,prettyStep,text,xText,yText,zText,offset,xOffset,yOffset;ctx.font=24/this.camera.getArmLength()+\"px arial\";var gridLenX=.025/this.scale.x;var gridLenY=.025/this.scale.y;var textMargin=5/this.camera.getArmLength();var armAngle=this.camera.getArmRotation().horizontal;var armVector=new Point2d(Math.cos(armAngle),Math.sin(armAngle));var xRange=this.xRange;var yRange=this.yRange;var zRange=this.zRange;var point3d;ctx.lineWidth=1;prettyStep=this.defaultXStep===undefined;step=new StepNumber(xRange.min,xRange.max,this.xStep,prettyStep);step.start(true);while(!step.end()){var x=step.getCurrent();if(this.showGrid){from=new Point3d(x,yRange.min,zRange.min);to=new Point3d(x,yRange.max,zRange.min);this._line3d(ctx,from,to,this.gridColor)}else if(this.showXAxis){from=new Point3d(x,yRange.min,zRange.min);to=new Point3d(x,yRange.min+gridLenX,zRange.min);this._line3d(ctx,from,to,this.axisColor);from=new Point3d(x,yRange.max,zRange.min);to=new Point3d(x,yRange.max-gridLenX,zRange.min);this._line3d(ctx,from,to,this.axisColor)}if(this.showXAxis){yText=armVector.x>0?yRange.min:yRange.max;point3d=new Point3d(x,yText,zRange.min);var msg=\"  \"+this.xValueLabel(x)+\"  \";this.drawAxisLabelX(ctx,point3d,msg,armAngle,textMargin)}step.next()}ctx.lineWidth=1;prettyStep=this.defaultYStep===undefined;step=new StepNumber(yRange.min,yRange.max,this.yStep,prettyStep);step.start(true);while(!step.end()){var y=step.getCurrent();if(this.showGrid){from=new Point3d(xRange.min,y,zRange.min);to=new Point3d(xRange.max,y,zRange.min);this._line3d(ctx,from,to,this.gridColor)}else if(this.showYAxis){from=new Point3d(xRange.min,y,zRange.min);to=new Point3d(xRange.min+gridLenY,y,zRange.min);this._line3d(ctx,from,to,this.axisColor);from=new Point3d(xRange.max,y,zRange.min);to=new Point3d(xRange.max-gridLenY,y,zRange.min);this._line3d(ctx,from,to,this.axisColor)}if(this.showYAxis){xText=armVector.y>0?xRange.min:xRange.max;point3d=new Point3d(xText,y,zRange.min);var _msg=\"  \"+this.yValueLabel(y)+\"  \";this.drawAxisLabelY(ctx,point3d,_msg,armAngle,textMargin)}step.next()}if(this.showZAxis){ctx.lineWidth=1;prettyStep=this.defaultZStep===undefined;step=new StepNumber(zRange.min,zRange.max,this.zStep,prettyStep);step.start(true);xText=armVector.x>0?xRange.min:xRange.max;yText=armVector.y<0?yRange.min:yRange.max;while(!step.end()){var z=step.getCurrent();var from3d=new Point3d(xText,yText,z);var from2d=this._convert3Dto2D(from3d);to=new Point2d(from2d.x-textMargin,from2d.y);this._line(ctx,from2d,to,this.axisColor);var _msg2=this.zValueLabel(z)+\" \";this.drawAxisLabelZ(ctx,from3d,_msg2,5);step.next()}ctx.lineWidth=1;from=new Point3d(xText,yText,zRange.min);to=new Point3d(xText,yText,zRange.max);this._line3d(ctx,from,to,this.axisColor)}if(this.showXAxis){var xMin2d;var xMax2d;ctx.lineWidth=1;xMin2d=new Point3d(xRange.min,yRange.min,zRange.min);xMax2d=new Point3d(xRange.max,yRange.min,zRange.min);this._line3d(ctx,xMin2d,xMax2d,this.axisColor);xMin2d=new Point3d(xRange.min,yRange.max,zRange.min);xMax2d=new Point3d(xRange.max,yRange.max,zRange.min);this._line3d(ctx,xMin2d,xMax2d,this.axisColor)}if(this.showYAxis){ctx.lineWidth=1;from=new Point3d(xRange.min,yRange.min,zRange.min);to=new Point3d(xRange.min,yRange.max,zRange.min);this._line3d(ctx,from,to,this.axisColor);from=new Point3d(xRange.max,yRange.min,zRange.min);to=new Point3d(xRange.max,yRange.max,zRange.min);this._line3d(ctx,from,to,this.axisColor)}var xLabel=this.xLabel;if(xLabel.length>0&&this.showXAxis){yOffset=.1/this.scale.y;xText=(xRange.max+3*xRange.min)/4;yText=armVector.x>0?yRange.min-yOffset:yRange.max+yOffset\n;text=new Point3d(xText,yText,zRange.min);this.drawAxisLabelX(ctx,text,xLabel,armAngle)}var yLabel=this.yLabel;if(yLabel.length>0&&this.showYAxis){xOffset=.1/this.scale.x;xText=armVector.y>0?xRange.min-xOffset:xRange.max+xOffset;yText=(yRange.max+3*yRange.min)/4;text=new Point3d(xText,yText,zRange.min);this.drawAxisLabelY(ctx,text,yLabel,armAngle)}var zLabel=this.zLabel;if(zLabel.length>0&&this.showZAxis){offset=30;xText=armVector.x>0?xRange.min:xRange.max;yText=armVector.y<0?yRange.min:yRange.max;zText=(zRange.max+3*zRange.min)/4;text=new Point3d(xText,yText,zText);this.drawAxisLabelZ(ctx,text,zLabel,offset)}};Graph3d.prototype._hsv2rgb=function(H,S,V){var R,G,B,C,Hi,X;C=V*S;Hi=Math.floor(H/60);X=C*(1-Math.abs(H/60%2-1));switch(Hi){case 0:R=C;G=X;B=0;break;case 1:R=X;G=C;B=0;break;case 2:R=0;G=C;B=X;break;case 3:R=0;G=X;B=C;break;case 4:R=X;G=0;B=C;break;case 5:R=C;G=0;B=X;break;default:R=0;G=0;B=0;break}return\"RGB(\"+parseInt(R*255)+\",\"+parseInt(G*255)+\",\"+parseInt(B*255)+\")\"};Graph3d.prototype._getStrokeWidth=function(point){if(point!==undefined){if(this.showPerspective){return 1/-point.trans.z*this.dataColor.strokeWidth}else{return-(this.eye.z/this.camera.getArmLength())*this.dataColor.strokeWidth}}return this.dataColor.strokeWidth};Graph3d.prototype._redrawBar=function(ctx,point,xWidth,yWidth,color,borderColor){var surface;var me=this;var point3d=point.point;var zMin=this.zRange.min;var top=[{point:new Point3d(point3d.x-xWidth,point3d.y-yWidth,point3d.z)},{point:new Point3d(point3d.x+xWidth,point3d.y-yWidth,point3d.z)},{point:new Point3d(point3d.x+xWidth,point3d.y+yWidth,point3d.z)},{point:new Point3d(point3d.x-xWidth,point3d.y+yWidth,point3d.z)}];var bottom=[{point:new Point3d(point3d.x-xWidth,point3d.y-yWidth,zMin)},{point:new Point3d(point3d.x+xWidth,point3d.y-yWidth,zMin)},{point:new Point3d(point3d.x+xWidth,point3d.y+yWidth,zMin)},{point:new Point3d(point3d.x-xWidth,point3d.y+yWidth,zMin)}];top.forEach(function(obj){obj.screen=me._convert3Dto2D(obj.point)});bottom.forEach(function(obj){obj.screen=me._convert3Dto2D(obj.point)});var surfaces=[{corners:top,center:Point3d.avg(bottom[0].point,bottom[2].point)},{corners:[top[0],top[1],bottom[1],bottom[0]],center:Point3d.avg(bottom[1].point,bottom[0].point)},{corners:[top[1],top[2],bottom[2],bottom[1]],center:Point3d.avg(bottom[2].point,bottom[1].point)},{corners:[top[2],top[3],bottom[3],bottom[2]],center:Point3d.avg(bottom[3].point,bottom[2].point)},{corners:[top[3],top[0],bottom[0],bottom[3]],center:Point3d.avg(bottom[0].point,bottom[3].point)}];point.surfaces=surfaces;for(var j=0;j<surfaces.length;j++){surface=surfaces[j];var transCenter=this._convertPointToTranslation(surface.center);surface.dist=this.showPerspective?transCenter.length():-transCenter.z}surfaces.sort(function(a,b){var diff=b.dist-a.dist;if(diff)return diff;if(a.corners===top)return 1;if(b.corners===top)return-1;return 0});ctx.lineWidth=this._getStrokeWidth(point);ctx.strokeStyle=borderColor;ctx.fillStyle=color;for(var _j=2;_j<surfaces.length;_j++){surface=surfaces[_j];this._polygon(ctx,surface.corners)}};Graph3d.prototype._polygon=function(ctx,points,fillStyle,strokeStyle){if(points.length<2){return}if(fillStyle!==undefined){ctx.fillStyle=fillStyle}if(strokeStyle!==undefined){ctx.strokeStyle=strokeStyle}ctx.beginPath();ctx.moveTo(points[0].screen.x,points[0].screen.y);for(var i=1;i<points.length;++i){var point=points[i];ctx.lineTo(point.screen.x,point.screen.y)}ctx.closePath();ctx.fill();ctx.stroke()};Graph3d.prototype._drawCircle=function(ctx,point,color,borderColor,size){var radius=this._calcRadius(point,size);ctx.lineWidth=this._getStrokeWidth(point);ctx.strokeStyle=borderColor;ctx.fillStyle=color;ctx.beginPath();ctx.arc(point.screen.x,point.screen.y,radius,0,Math.PI*2,true);ctx.fill();ctx.stroke()};Graph3d.prototype._getColorsRegular=function(point){var hue=(1-(point.point.z-this.zRange.min)*this.scale.z/this.verticalRatio)*240;var color=this._hsv2rgb(hue,1,1);var borderColor=this._hsv2rgb(hue,1,.8);return{fill:color,border:borderColor}};Graph3d.prototype._getColorsColor=function(point){var color,borderColor;if(typeof point.point.value===\"string\"){color=point.point.value;borderColor=point.point.value}else{var hue=(1-(point.point.value-this.valueRange.min)*this.scale.value)*240;color=this._hsv2rgb(hue,1,1);borderColor=this._hsv2rgb(hue,1,.8)}return{fill:color,border:borderColor}};Graph3d.prototype._getColorsSize=function(){return{fill:this.dataColor.fill,border:this.dataColor.stroke}};Graph3d.prototype._calcRadius=function(point,size){if(size===undefined){size=this._dotSize()}var radius;if(this.showPerspective){radius=size/-point.trans.z}else{radius=size*-(this.eye.z/this.camera.getArmLength())}if(radius<0){radius=0}return radius};Graph3d.prototype._redrawBarGraphPoint=function(ctx,point){var xWidth=this.xBarWidth/2;var yWidth=this.yBarWidth/2;var colors=this._getColorsRegular(point);this._redrawBar(ctx,point,xWidth,yWidth,colors.fill,colors.border)};Graph3d.prototype._redrawBarColorGraphPoint=function(ctx,point){var xWidth=this.xBarWidth/2;var yWidth=this.yBarWidth/2;var colors=this._getColorsColor(point);this._redrawBar(ctx,point,xWidth,yWidth,colors.fill,colors.border)};Graph3d.prototype._redrawBarSizeGraphPoint=function(ctx,point){var fraction=(point.point.value-this.valueRange.min)/this.valueRange.range();var xWidth=this.xBarWidth/2*(fraction*.8+.2);var yWidth=this.yBarWidth/2*(fraction*.8+.2);var colors=this._getColorsSize();this._redrawBar(ctx,point,xWidth,yWidth,colors.fill,colors.border)};Graph3d.prototype._redrawDotGraphPoint=function(ctx,point){var colors=this._getColorsRegular(point);this._drawCircle(ctx,point,colors.fill,colors.border)};Graph3d.prototype._redrawDotLineGraphPoint=function(ctx,point){var from=this._convert3Dto2D(point.bottom);ctx.lineWidth=1;this._line(ctx,from,point.screen,this.gridColor);this._redrawDotGraphPoint(ctx,point)};Graph3d.prototype._redrawDotColorGraphPoint=function(ctx,point){var colors=this._getColorsColor(point);this._drawCircle(ctx,point,colors.fill,colors.border)};Graph3d.prototype._redrawDotSizeGraphPoint=function(ctx,point){var dotSize=this._dotSize();var fraction=(point.point.value-this.valueRange.min)/this.valueRange.range();var sizeMin=dotSize*this.dotSizeMinFraction;var sizeRange=dotSize*this.dotSizeMaxFraction-sizeMin;var size=sizeMin+sizeRange*fraction;var colors=this._getColorsSize();this._drawCircle(ctx,point,colors.fill,colors.border,size)};Graph3d.prototype._redrawSurfaceGraphPoint=function(ctx,point){var right=point.pointRight;var top=point.pointTop;var cross=point.pointCross;if(point===undefined||right===undefined||top===undefined||cross===undefined){return}var topSideVisible=true;var fillStyle;var strokeStyle;if(this.showGrayBottom||this.showShadow){var aDiff=Point3d.subtract(cross.trans,point.trans);var bDiff=Point3d.subtract(top.trans,right.trans);var crossproduct=Point3d.crossProduct(aDiff,bDiff);var len=crossproduct.length();topSideVisible=crossproduct.z>0}if(topSideVisible){var zAvg=(point.point.z+right.point.z+top.point.z+cross.point.z)/4;var h=(1-(zAvg-this.zRange.min)*this.scale.z/this.verticalRatio)*240;var s=1;var v;if(this.showShadow){v=Math.min(1+crossproduct.x/len/2,1);fillStyle=this._hsv2rgb(h,s,v);strokeStyle=fillStyle}else{v=1;fillStyle=this._hsv2rgb(h,s,v);strokeStyle=this.axisColor}}else{fillStyle=\"gray\";strokeStyle=this.axisColor}ctx.lineWidth=this._getStrokeWidth(point);var points=[point,right,cross,top];this._polygon(ctx,points,fillStyle,strokeStyle)};Graph3d.prototype._drawGridLine=function(ctx,from,to){if(from===undefined||to===undefined){return}var zAvg=(from.point.z+to.point.z)/2;var h=(1-(zAvg-this.zRange.min)*this.scale.z/this.verticalRatio)*240;ctx.lineWidth=this._getStrokeWidth(from)*2;ctx.strokeStyle=this._hsv2rgb(h,1,1);this._line(ctx,from.screen,to.screen)};Graph3d.prototype._redrawGridGraphPoint=function(ctx,point){this._drawGridLine(ctx,point,point.pointRight);this._drawGridLine(ctx,point,point.pointTop)};Graph3d.prototype._redrawLineGraphPoint=function(ctx,point){if(point.pointNext===undefined){return}ctx.lineWidth=this._getStrokeWidth(point);ctx.strokeStyle=this.dataColor.stroke;this._line(ctx,point.screen,point.pointNext.screen)};Graph3d.prototype._redrawDataGraph=function(){var ctx=this._getContext();var i;if(this.dataPoints===undefined||this.dataPoints.length<=0)return;this._calcTranslations(this.dataPoints);for(i=0;i<this.dataPoints.length;i++){var point=this.dataPoints[i];this._pointDrawingMethod.call(this,ctx,point)}};Graph3d.prototype._storeMousePosition=function(event){this.startMouseX=getMouseX(event);this.startMouseY=getMouseY(event);this._startCameraOffset=this.camera.getOffset()};Graph3d.prototype._onMouseDown=function(event){event=event||window.event;if(this.leftButtonDown){this._onMouseUp(event)}this.leftButtonDown=event.which?event.which===1:event.button===1;if(!this.leftButtonDown&&!this.touchDown)return;this._storeMousePosition(event);this.startStart=new Date(this.start);this.startEnd=new Date(this.end);this.startArmRotation=this.camera.getArmRotation();this.frame.style.cursor=\"move\";var me=this;this.onmousemove=function(event){me._onMouseMove(event)};this.onmouseup=function(event){me._onMouseUp(event)};util.addEventListener(document,\"mousemove\",me.onmousemove);util.addEventListener(document,\"mouseup\",me.onmouseup);util.preventDefault(event)};Graph3d.prototype._onMouseMove=function(event){this.moving=true;event=event||window.event;var diffX=parseFloat(getMouseX(event))-this.startMouseX;var diffY=parseFloat(getMouseY(event))-this.startMouseY;if(event&&event.ctrlKey===true){var scaleX=this.frame.clientWidth*.5;var scaleY=this.frame.clientHeight*.5;var offXNew=(this._startCameraOffset.x||0)-diffX/scaleX*this.camera.armLength*.8;var offYNew=(this._startCameraOffset.y||0)+diffY/scaleY*this.camera.armLength*.8;this.camera.setOffset(offXNew,offYNew);this._storeMousePosition(event)}else{var horizontalNew=this.startArmRotation.horizontal+diffX/200;var verticalNew=this.startArmRotation.vertical+diffY/200;var snapAngle=4;var snapValue=Math.sin(snapAngle/360*2*Math.PI);if(Math.abs(Math.sin(horizontalNew))<snapValue){horizontalNew=Math.round(horizontalNew/Math.PI)*Math.PI-.001}if(Math.abs(Math.cos(horizontalNew))<snapValue){horizontalNew=(Math.round(horizontalNew/Math.PI-.5)+.5)*Math.PI-.001}if(Math.abs(Math.sin(verticalNew))<snapValue){verticalNew=Math.round(verticalNew/Math.PI)*Math.PI}if(Math.abs(Math.cos(verticalNew))<snapValue){verticalNew=(Math.round(verticalNew/Math.PI-.5)+.5)*Math.PI}this.camera.setArmRotation(horizontalNew,verticalNew)}this.redraw();var parameters=this.getCameraPosition();this.emit(\"cameraPositionChange\",parameters);util.preventDefault(event)};Graph3d.prototype._onMouseUp=function(event){this.frame.style.cursor=\"auto\";this.leftButtonDown=false;util.removeEventListener(document,\"mousemove\",this.onmousemove);util.removeEventListener(document,\"mouseup\",this.onmouseup);util.preventDefault(event)};Graph3d.prototype._onClick=function(event){if(!this.onclick_callback)return;if(!this.moving){var boundingRect=this.frame.getBoundingClientRect();var mouseX=getMouseX(event)-boundingRect.left;var mouseY=getMouseY(event)-boundingRect.top;var dataPoint=this._dataPointFromXY(mouseX,mouseY);if(dataPoint)this.onclick_callback(dataPoint.point.data)}else{this.moving=false}util.preventDefault(event)};Graph3d.prototype._onTooltip=function(event){var delay=300;var boundingRect=this.frame.getBoundingClientRect();var mouseX=getMouseX(event)-boundingRect.left;var mouseY=getMouseY(event)-boundingRect.top;if(!this.showTooltip){return}if(this.tooltipTimeout){clearTimeout(this.tooltipTimeout)}if(this.leftButtonDown){this._hideTooltip();return}if(this.tooltip&&this.tooltip.dataPoint){var dataPoint=this._dataPointFromXY(mouseX,mouseY);if(dataPoint!==this.tooltip.dataPoint){if(dataPoint){this._showTooltip(dataPoint)}else{this._hideTooltip()}}}else{var me=this;this.tooltipTimeout=setTimeout(function(){me.tooltipTimeout=null;var dataPoint=me._dataPointFromXY(mouseX,mouseY);if(dataPoint){me._showTooltip(dataPoint)}},delay)}};Graph3d.prototype._onTouchStart=function(event){this.touchDown=true;var me=this;this.ontouchmove=function(event){me._onTouchMove(event)};this.ontouchend=function(event){me._onTouchEnd(event)};util.addEventListener(document,\"touchmove\",me.ontouchmove);util.addEventListener(document,\"touchend\",me.ontouchend);this._onMouseDown(event)};Graph3d.prototype._onTouchMove=function(event){this._onMouseMove(event)};Graph3d.prototype._onTouchEnd=function(event){this.touchDown=false;util.removeEventListener(document,\"touchmove\",this.ontouchmove);util.removeEventListener(document,\"touchend\",this.ontouchend);this._onMouseUp(event)};Graph3d.prototype._onWheel=function(event){if(!event)event=window.event;var delta=0;if(event.wheelDelta){delta=event.wheelDelta/120}else if(event.detail){delta=-event.detail/3}if(delta){var oldLength=this.camera.getArmLength();var newLength=oldLength*(1-delta/10);this.camera.setArmLength(newLength);this.redraw();this._hideTooltip()}var parameters=this.getCameraPosition();this.emit(\"cameraPositionChange\",parameters);util.preventDefault(event)};Graph3d.prototype._insideTriangle=function(point,triangle){var a=triangle[0],b=triangle[1],c=triangle[2];function sign(x){return x>0?1:x<0?-1:0}var as=sign((b.x-a.x)*(point.y-a.y)-(b.y-a.y)*(point.x-a.x));var bs=sign((c.x-b.x)*(point.y-b.y)-(c.y-b.y)*(point.x-b.x));var cs=sign((a.x-c.x)*(point.y-c.y)-(a.y-c.y)*(point.x-c.x));return(as==0||bs==0||as==bs)&&(bs==0||cs==0||bs==cs)&&(as==0||cs==0||as==cs)};Graph3d.prototype._dataPointFromXY=function(x,y){var i,distMax=100,dataPoint=null,closestDataPoint=null,closestDist=null,center=new Point2d(x,y);if(this.style===Graph3d.STYLE.BAR||this.style===Graph3d.STYLE.BARCOLOR||this.style===Graph3d.STYLE.BARSIZE){for(i=this.dataPoints.length-1;i>=0;i--){dataPoint=this.dataPoints[i];var surfaces=dataPoint.surfaces;if(surfaces){for(var s=surfaces.length-1;s>=0;s--){var surface=surfaces[s];var corners=surface.corners;var triangle1=[corners[0].screen,corners[1].screen,corners[2].screen];var triangle2=[corners[2].screen,corners[3].screen,corners[0].screen];if(this._insideTriangle(center,triangle1)||this._insideTriangle(center,triangle2)){return dataPoint}}}}}else{for(i=0;i<this.dataPoints.length;i++){dataPoint=this.dataPoints[i];var point=dataPoint.screen;if(point){var distX=Math.abs(x-point.x);var distY=Math.abs(y-point.y);var dist=Math.sqrt(distX*distX+distY*distY);if((closestDist===null||dist<closestDist)&&dist<distMax){closestDist=dist;closestDataPoint=dataPoint}}}}return closestDataPoint};Graph3d.prototype.hasBars=function(style){return style==Graph3d.STYLE.BAR||style==Graph3d.STYLE.BARCOLOR||style==Graph3d.STYLE.BARSIZE};Graph3d.prototype._showTooltip=function(dataPoint){var content,line,dot;if(!this.tooltip){content=document.createElement(\"div\");(0,_assign2[\"default\"])(content.style,{},this.tooltipStyle.content);content.style.position=\"absolute\";line=document.createElement(\"div\");(0,_assign2[\"default\"])(line.style,{},this.tooltipStyle.line);line.style.position=\"absolute\";dot=document.createElement(\"div\");(0,_assign2[\"default\"])(dot.style,{},this.tooltipStyle.dot);dot.style.position=\"absolute\";this.tooltip={dataPoint:null,dom:{content:content,line:line,dot:dot}}}else{content=this.tooltip.dom.content;line=this.tooltip.dom.line;dot=this.tooltip.dom.dot}this._hideTooltip();this.tooltip.dataPoint=dataPoint;if(typeof this.showTooltip===\"function\"){content.innerHTML=this.showTooltip(dataPoint.point)}else{content.innerHTML=\"<table>\"+\"<tr><td>\"+this.xLabel+\":</td><td>\"+dataPoint.point.x+\"</td></tr>\"+\"<tr><td>\"+this.yLabel+\":</td><td>\"+dataPoint.point.y+\"</td></tr>\"+\"<tr><td>\"+this.zLabel+\":</td><td>\"+dataPoint.point.z+\"</td></tr>\"+\"</table>\"}content.style.left=\"0\";content.style.top=\"0\";this.frame.appendChild(content);this.frame.appendChild(line);this.frame.appendChild(dot);var contentWidth=content.offsetWidth;var contentHeight=content.offsetHeight;var lineHeight=line.offsetHeight;var dotWidth=dot.offsetWidth;var dotHeight=dot.offsetHeight;var left=dataPoint.screen.x-contentWidth/2;left=Math.min(Math.max(left,10),this.frame.clientWidth-10-contentWidth);line.style.left=dataPoint.screen.x+\"px\";line.style.top=dataPoint.screen.y-lineHeight+\"px\";content.style.left=left+\"px\";content.style.top=dataPoint.screen.y-lineHeight-contentHeight+\"px\";dot.style.left=dataPoint.screen.x-dotWidth/2+\"px\";dot.style.top=dataPoint.screen.y-dotHeight/2+\"px\"};Graph3d.prototype._hideTooltip=function(){if(this.tooltip){this.tooltip.dataPoint=null;for(var prop in this.tooltip.dom){if(this.tooltip.dom.hasOwnProperty(prop)){var elem=this.tooltip.dom[prop];if(elem&&elem.parentNode){elem.parentNode.removeChild(elem)}}}}};function getMouseX(event){if(\"clientX\"in event)return event.clientX;return event.targetTouches[0]&&event.targetTouches[0].clientX||0}function getMouseY(event){if(\"clientY\"in event)return event.clientY;return event.targetTouches[0]&&event.targetTouches[0].clientY||0}Graph3d.prototype.setCameraPosition=function(pos){Settings.setCameraPosition(pos,this);this.redraw()};Graph3d.prototype.setSize=function(width,height){this._setSize(width,height);this.redraw()};module.exports=Graph3d},function(module,exports,__webpack_require__){__webpack_require__(163);module.exports=__webpack_require__(7).Object.assign},function(module,exports,__webpack_require__){var $export=__webpack_require__(17);$export($export.S+$export.F,\"Object\",{assign:__webpack_require__(164)})},function(module,exports,__webpack_require__){\"use strict\";var getKeys=__webpack_require__(33);var gOPS=__webpack_require__(63);var pIE=__webpack_require__(42);var toObject=__webpack_require__(41);var IObject=__webpack_require__(78);var $assign=Object.assign;module.exports=!$assign||__webpack_require__(28)(function(){var A={};var B={};var S=Symbol();var K=\"abcdefghijklmnopqrst\";A[S]=7;K.split(\"\").forEach(function(k){B[k]=k});return $assign({},A)[S]!=7||Object.keys($assign({},B)).join(\"\")!=K})?function assign(target,source){var T=toObject(target);var aLen=arguments.length;var index=1;var getSymbols=gOPS.f;var isEnum=pIE.f;while(aLen>index){var S=IObject(arguments[index++]);var keys=getSymbols?getKeys(S).concat(getSymbols(S)):getKeys(S);var length=keys.length;var j=0;var key;while(length>j)if(isEnum.call(S,key=keys[j++]))T[key]=S[key]}return T}:$assign},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(166),__esModule:true}},function(module,exports,__webpack_require__){__webpack_require__(167);module.exports=__webpack_require__(7).Math.sign},function(module,exports,__webpack_require__){var $export=__webpack_require__(17);$export($export.S,\"Math\",{sign:__webpack_require__(168)})},function(module,exports){module.exports=Math.sign||function sign(x){return(x=+x)==0||x!=x?x:x<0?-1:1}},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(170),__esModule:true}},function(module,exports,__webpack_require__){__webpack_require__(171);var $Object=__webpack_require__(7).Object;module.exports=function defineProperty(it,key,desc){return $Object.defineProperty(it,key,desc)}},function(module,exports,__webpack_require__){var $export=__webpack_require__(17);$export($export.S+$export.F*!__webpack_require__(21),\"Object\",{defineProperty:__webpack_require__(20).f})},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var string=\"string\";var bool=\"boolean\";var number=\"number\";var object=\"object\";var colorOptions={fill:{string:string},stroke:{string:string},strokeWidth:{number:number},__type__:{string:string,object:object,undefined:\"undefined\"}};var allOptions={animationAutoStart:{boolean:bool,undefined:\"undefined\"},animationInterval:{number:number},animationPreload:{boolean:bool},axisColor:{string:string},backgroundColor:colorOptions,xBarWidth:{number:number,undefined:\"undefined\"},yBarWidth:{number:number,undefined:\"undefined\"},cameraPosition:{distance:{number:number},horizontal:{number:number},vertical:{number:number},__type__:{object:object}},xCenter:{string:string},yCenter:{string:string},dataColor:colorOptions,dotSizeMinFraction:{number:number},dotSizeMaxFraction:{number:number},dotSizeRatio:{number:number},filterLabel:{string:string},gridColor:{string:string},onclick:{function:\"function\"},keepAspectRatio:{boolean:bool},xLabel:{string:string},yLabel:{string:string},zLabel:{string:string},legendLabel:{string:string},xMin:{number:number,undefined:\"undefined\"},yMin:{number:number,undefined:\"undefined\"},zMin:{number:number,undefined:\"undefined\"},xMax:{number:number,undefined:\"undefined\"},yMax:{number:number,undefined:\"undefined\"},zMax:{number:number,undefined:\"undefined\"},showAnimationControls:{boolean:bool,undefined:\"undefined\"},showGrid:{boolean:bool},showLegend:{boolean:bool,undefined:\"undefined\"},showPerspective:{boolean:bool},showShadow:{boolean:bool},showXAxis:{boolean:bool},showYAxis:{boolean:bool},showZAxis:{boolean:bool},xStep:{number:number,undefined:\"undefined\"},yStep:{number:number,undefined:\"undefined\"},zStep:{number:number,undefined:\"undefined\"},style:{number:number,string:[\"bar\",\"bar-color\",\"bar-size\",\"dot\",\"dot-line\",\"dot-color\",\"dot-size\",\"line\",\"grid\",\"surface\"]},tooltip:{boolean:bool,function:\"function\"},tooltipStyle:{content:{color:{string:string},background:{string:string},border:{string:string},borderRadius:{string:string},boxShadow:{string:string},padding:{string:string},__type__:{object:object}},line:{borderLeft:{string:string},height:{string:string},width:{string:string},__type__:{object:object}},dot:{border:{string:string},borderRadius:{string:string},height:{string:string},width:{string:string},__type__:{object:object}},__type__:{object:object}},xValueLabel:{function:\"function\"},yValueLabel:{function:\"function\"},zValueLabel:{function:\"function\"},valueMax:{number:number,undefined:\"undefined\"},valueMin:{number:number,undefined:\"undefined\"},verticalRatio:{number:number},height:{string:string},width:{string:string},__type__:{object:object}};exports.allOptions=allOptions},function(module,exports,__webpack_require__){\"use strict\";var DataSet=__webpack_require__(11);var DataView=__webpack_require__(12);var Range=__webpack_require__(174);var Filter=__webpack_require__(96);var Settings=__webpack_require__(94);var Point3d=__webpack_require__(34);function DataGroup(){this.dataTable=null}DataGroup.prototype.initializeData=function(graph3d,rawData,style){if(rawData===undefined)return;if(Array.isArray(rawData)){rawData=new DataSet(rawData)}var data;if(rawData instanceof DataSet||rawData instanceof DataView){data=rawData.get()}else{throw new Error(\"Array, DataSet, or DataView expected\")}if(data.length==0)return;this.style=style;if(this.dataSet){this.dataSet.off(\"*\",this._onChange)}this.dataSet=rawData;this.dataTable=data;var me=this;this._onChange=function(){graph3d.setData(me.dataSet)};this.dataSet.on(\"*\",this._onChange);this.colX=\"x\";this.colY=\"y\";this.colZ=\"z\";var withBars=graph3d.hasBars(style);if(withBars){if(graph3d.defaultXBarWidth!==undefined){this.xBarWidth=graph3d.defaultXBarWidth}else{this.xBarWidth=this.getSmallestDifference(data,this.colX)||1}if(graph3d.defaultYBarWidth!==undefined){this.yBarWidth=graph3d.defaultYBarWidth}else{this.yBarWidth=this.getSmallestDifference(data,this.colY)||1}}this._initializeRange(data,this.colX,graph3d,withBars);this._initializeRange(data,this.colY,graph3d,withBars);this._initializeRange(data,this.colZ,graph3d,false);if(data[0].hasOwnProperty(\"style\")){this.colValue=\"style\";var valueRange=this.getColumnRange(data,this.colValue);this._setRangeDefaults(valueRange,graph3d.defaultValueMin,graph3d.defaultValueMax);this.valueRange=valueRange}var table=this.getDataTable();if(table[0].hasOwnProperty(\"filter\")){if(this.dataFilter===undefined){this.dataFilter=new Filter(this,\"filter\",graph3d);this.dataFilter.setOnLoadCallback(function(){graph3d.redraw()})}}var dataPoints;if(this.dataFilter){dataPoints=this.dataFilter._getDataPoints()}else{dataPoints=this._getDataPoints(this.getDataTable())}return dataPoints};DataGroup.prototype._collectRangeSettings=function(column,graph3d){var index=[\"x\",\"y\",\"z\"].indexOf(column);if(index==-1){throw new Error(\"Column '\"+column+\"' invalid\")}var upper=column.toUpperCase();return{barWidth:this[column+\"BarWidth\"],min:graph3d[\"default\"+upper+\"Min\"],max:graph3d[\"default\"+upper+\"Max\"],step:graph3d[\"default\"+upper+\"Step\"],range_label:column+\"Range\",step_label:column+\"Step\"}};DataGroup.prototype._initializeRange=function(data,column,graph3d,withBars){var NUMSTEPS=5;var settings=this._collectRangeSettings(column,graph3d);var range=this.getColumnRange(data,column);if(withBars&&column!=\"z\"){range.expand(settings.barWidth/2)}this._setRangeDefaults(range,settings.min,settings.max);this[settings.range_label]=range;this[settings.step_label]=settings.step!==undefined?settings.step:range.range()/NUMSTEPS};DataGroup.prototype.getDistinctValues=function(column,data){if(data===undefined){data=this.dataTable}var values=[];for(var i=0;i<data.length;i++){var value=data[i][column]||0;if(values.indexOf(value)===-1){values.push(value)}}return values.sort(function(a,b){return a-b})};DataGroup.prototype.getSmallestDifference=function(data,column){var values=this.getDistinctValues(data,column);var smallest_diff=null;for(var i=1;i<values.length;i++){var diff=values[i]-values[i-1];if(smallest_diff==null||smallest_diff>diff){smallest_diff=diff}}return smallest_diff};DataGroup.prototype.getColumnRange=function(data,column){var range=new Range;for(var i=0;i<data.length;i++){var item=data[i][column];range.adjust(item)}return range};DataGroup.prototype.getNumberOfRows=function(){return this.dataTable.length};DataGroup.prototype._setRangeDefaults=function(range,defaultMin,defaultMax){if(defaultMin!==undefined){range.min=defaultMin}if(defaultMax!==undefined){range.max=defaultMax}if(range.max<=range.min)range.max=range.min+1};DataGroup.prototype.getDataTable=function(){return this.dataTable};DataGroup.prototype.getDataSet=function(){return this.dataSet};DataGroup.prototype.getDataPoints=function(data){var dataPoints=[];for(var i=0;i<data.length;i++){var point=new Point3d;point.x=data[i][this.colX]||0;point.y=data[i][this.colY]||0;point.z=data[i][this.colZ]||0;point.data=data[i];if(this.colValue!==undefined){point.value=data[i][this.colValue]||0}var obj={};obj.point=point;obj.bottom=new Point3d(point.x,point.y,this.zRange.min);obj.trans=undefined;obj.screen=undefined;dataPoints.push(obj)}return dataPoints};DataGroup.prototype.initDataAsMatrix=function(data){var x,y,i,obj;var dataX=this.getDistinctValues(this.colX,data);var dataY=this.getDistinctValues(this.colY,data);var dataPoints=this.getDataPoints(data);var dataMatrix=[];for(i=0;i<dataPoints.length;i++){obj=dataPoints[i];var xIndex=dataX.indexOf(obj.point.x);var yIndex=dataY.indexOf(obj.point.y);if(dataMatrix[xIndex]===undefined){dataMatrix[xIndex]=[]}dataMatrix[xIndex][yIndex]=obj}for(x=0;x<dataMatrix.length;x++){for(y=0;y<dataMatrix[x].length;y++){if(dataMatrix[x][y]){dataMatrix[x][y].pointRight=x<dataMatrix.length-1?dataMatrix[x+1][y]:undefined;dataMatrix[x][y].pointTop=y<dataMatrix[x].length-1?dataMatrix[x][y+1]:undefined;dataMatrix[x][y].pointCross=x<dataMatrix.length-1&&y<dataMatrix[x].length-1?dataMatrix[x+1][y+1]:undefined}}}return dataPoints};DataGroup.prototype.getInfo=function(){var dataFilter=this.dataFilter;if(!dataFilter)return undefined;return dataFilter.getLabel()+\": \"+dataFilter.getSelectedValue()};DataGroup.prototype.reload=function(){if(this.dataTable){this.setData(this.dataTable)}};DataGroup.prototype._getDataPoints=function(data){var dataPoints=[];if(this.style===Settings.STYLE.GRID||this.style===Settings.STYLE.SURFACE){dataPoints=this.initDataAsMatrix(data)}else{this._checkValueField(data);dataPoints=this.getDataPoints(data);if(this.style===Settings.STYLE.LINE){for(var i=0;i<dataPoints.length;i++){if(i>0){dataPoints[i-1].pointNext=dataPoints[i]}}}}return dataPoints};DataGroup.prototype._checkValueField=function(data){var hasValueField=this.style===Settings.STYLE.BARCOLOR||this.style===Settings.STYLE.BARSIZE||this.style===Settings.STYLE.DOTCOLOR||this.style===Settings.STYLE.DOTSIZE;if(!hasValueField){return}if(this.colValue===undefined){throw new Error(\"Expected data to have \"+\" field 'style' \"+\" for graph style '\"+this.style+\"'\")}if(data[0][this.colValue]===undefined){throw new Error(\"Expected data to have \"+\" field '\"+this.colValue+\"' \"+\" for graph style '\"+this.style+\"'\")}};module.exports=DataGroup},function(module,exports,__webpack_require__){\"use strict\";function Range(){this.min=undefined;this.max=undefined}Range.prototype.adjust=function(value){if(value===undefined)return;if(this.min===undefined||this.min>value){this.min=value}if(this.max===undefined||this.max<value){this.max=value}};Range.prototype.combine=function(range){this.add(range.min);this.add(range.max)};Range.prototype.expand=function(val){if(val===undefined){return}var newMin=this.min-val;var newMax=this.max+val;if(newMin>newMax){throw new Error(\"Passed expansion value makes range invalid\")}this.min=newMin;this.max=newMax};Range.prototype.range=function(){return this.max-this.min};Range.prototype.center=function(){return(this.min+this.max)/2};module.exports=Range},function(module,exports,__webpack_require__){\"use strict\";var __WEBPACK_AMD_DEFINE_FACTORY__,__WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;(function(factory){if(true){!(__WEBPACK_AMD_DEFINE_ARRAY__=[],__WEBPACK_AMD_DEFINE_FACTORY__=factory,__WEBPACK_AMD_DEFINE_RESULT__=typeof __WEBPACK_AMD_DEFINE_FACTORY__===\"function\"?__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports,__WEBPACK_AMD_DEFINE_ARRAY__):__WEBPACK_AMD_DEFINE_FACTORY__,__WEBPACK_AMD_DEFINE_RESULT__!==undefined&&(module.exports=__WEBPACK_AMD_DEFINE_RESULT__))}else if(typeof exports===\"object\"){module.exports=factory()}else{window.propagating=factory()}})(function(){var _firstTarget=null;return function propagating(hammer,options){var _options=options||{preventDefault:false};if(hammer.Manager){var Hammer=hammer;var PropagatingHammer=function(element,options){var o=Object.create(_options);if(options)Hammer.assign(o,options);return propagating(new Hammer(element,o),o)};Hammer.assign(PropagatingHammer,Hammer);PropagatingHammer.Manager=function(element,options){var o=Object.create(_options);if(options)Hammer.assign(o,options);return propagating(new Hammer.Manager(element,o),o)};return PropagatingHammer}var wrapper=Object.create(hammer);var element=hammer.element;if(!element.hammer)element.hammer=[];element.hammer.push(wrapper);hammer.on(\"hammer.input\",function(event){if(_options.preventDefault===true||_options.preventDefault===event.pointerType){event.preventDefault()}if(event.isFirst){_firstTarget=event.target}});wrapper._handlers={};wrapper.on=function(events,handler){split(events).forEach(function(event){var _handlers=wrapper._handlers[event];if(!_handlers){wrapper._handlers[event]=_handlers=[];hammer.on(event,propagatedHandler)}_handlers.push(handler)});return wrapper};wrapper.off=function(events,handler){split(events).forEach(function(event){var _handlers=wrapper._handlers[event];if(_handlers){_handlers=handler?_handlers.filter(function(h){return h!==handler}):[];if(_handlers.length>0){wrapper._handlers[event]=_handlers}else{hammer.off(event,propagatedHandler);delete wrapper._handlers[event]}}});return wrapper};wrapper.emit=function(eventType,event){_firstTarget=event.target;hammer.emit(eventType,event)};wrapper.destroy=function(){var hammers=hammer.element.hammer;var idx=hammers.indexOf(wrapper);if(idx!==-1)hammers.splice(idx,1);if(!hammers.length)delete hammer.element.hammer;wrapper._handlers={};hammer.destroy()};function split(events){return events.match(/[^ ]+/g)}function propagatedHandler(event){if(event.type!==\"hammer.input\"){if(!event.srcEvent._handled){event.srcEvent._handled={}}if(event.srcEvent._handled[event.type]){return}else{event.srcEvent._handled[event.type]=true}}var stopped=false\n;event.stopPropagation=function(){stopped=true};var srcStop=event.srcEvent.stopPropagation.bind(event.srcEvent);if(typeof srcStop==\"function\"){event.srcEvent.stopPropagation=function(){srcStop();event.stopPropagation()}}event.firstTarget=_firstTarget;var elem=_firstTarget;while(elem&&!stopped){var elemHammer=elem.hammer;if(elemHammer){var _handlers;for(var k=0;k<elemHammer.length;k++){_handlers=elemHammer[k]._handlers[event.type];if(_handlers)for(var i=0;i<_handlers.length&&!stopped;i++){_handlers[i](event)}}}elem=elem.parentNode}}return wrapper}})},function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_RESULT__;(function(window,document,exportName,undefined){\"use strict\";var VENDOR_PREFIXES=[\"\",\"webkit\",\"Moz\",\"MS\",\"ms\",\"o\"];var TEST_ELEMENT=document.createElement(\"div\");var TYPE_FUNCTION=\"function\";var round=Math.round;var abs=Math.abs;var now=Date.now;function setTimeoutContext(fn,timeout,context){return setTimeout(bindFn(fn,context),timeout)}function invokeArrayArg(arg,fn,context){if(Array.isArray(arg)){each(arg,context[fn],context);return true}return false}function each(obj,iterator,context){var i;if(!obj){return}if(obj.forEach){obj.forEach(iterator,context)}else if(obj.length!==undefined){i=0;while(i<obj.length){iterator.call(context,obj[i],i,obj);i++}}else{for(i in obj){obj.hasOwnProperty(i)&&iterator.call(context,obj[i],i,obj)}}}function deprecate(method,name,message){var deprecationMessage=\"DEPRECATED METHOD: \"+name+\"\\n\"+message+\" AT \\n\";return function(){var e=new Error(\"get-stack-trace\");var stack=e&&e.stack?e.stack.replace(/^[^\\(]+?[\\n$]/gm,\"\").replace(/^\\s+at\\s+/gm,\"\").replace(/^Object.<anonymous>\\s*\\(/gm,\"{anonymous}()@\"):\"Unknown Stack Trace\";var log=window.console&&(window.console.warn||window.console.log);if(log){log.call(window.console,deprecationMessage,stack)}return method.apply(this,arguments)}}var assign;if(typeof Object.assign!==\"function\"){assign=function assign(target){if(target===undefined||target===null){throw new TypeError(\"Cannot convert undefined or null to object\")}var output=Object(target);for(var index=1;index<arguments.length;index++){var source=arguments[index];if(source!==undefined&&source!==null){for(var nextKey in source){if(source.hasOwnProperty(nextKey)){output[nextKey]=source[nextKey]}}}}return output}}else{assign=Object.assign}var extend=deprecate(function extend(dest,src,merge){var keys=Object.keys(src);var i=0;while(i<keys.length){if(!merge||merge&&dest[keys[i]]===undefined){dest[keys[i]]=src[keys[i]]}i++}return dest},\"extend\",\"Use `assign`.\");var merge=deprecate(function merge(dest,src){return extend(dest,src,true)},\"merge\",\"Use `assign`.\");function inherit(child,base,properties){var baseP=base.prototype,childP;childP=child.prototype=Object.create(baseP);childP.constructor=child;childP._super=baseP;if(properties){assign(childP,properties)}}function bindFn(fn,context){return function boundFn(){return fn.apply(context,arguments)}}function boolOrFn(val,args){if(typeof val==TYPE_FUNCTION){return val.apply(args?args[0]||undefined:undefined,args)}return val}function ifUndefined(val1,val2){return val1===undefined?val2:val1}function addEventListeners(target,types,handler){each(splitStr(types),function(type){target.addEventListener(type,handler,false)})}function removeEventListeners(target,types,handler){each(splitStr(types),function(type){target.removeEventListener(type,handler,false)})}function hasParent(node,parent){while(node){if(node==parent){return true}node=node.parentNode}return false}function inStr(str,find){return str.indexOf(find)>-1}function splitStr(str){return str.trim().split(/\\s+/g)}function inArray(src,find,findByKey){if(src.indexOf&&!findByKey){return src.indexOf(find)}else{var i=0;while(i<src.length){if(findByKey&&src[i][findByKey]==find||!findByKey&&src[i]===find){return i}i++}return-1}}function toArray(obj){return Array.prototype.slice.call(obj,0)}function uniqueArray(src,key,sort){var results=[];var values=[];var i=0;while(i<src.length){var val=key?src[i][key]:src[i];if(inArray(values,val)<0){results.push(src[i])}values[i]=val;i++}if(sort){if(!key){results=results.sort()}else{results=results.sort(function sortUniqueArray(a,b){return a[key]>b[key]})}}return results}function prefixed(obj,property){var prefix,prop;var camelProp=property[0].toUpperCase()+property.slice(1);var i=0;while(i<VENDOR_PREFIXES.length){prefix=VENDOR_PREFIXES[i];prop=prefix?prefix+camelProp:property;if(prop in obj){return prop}i++}return undefined}var _uniqueId=1;function uniqueId(){return _uniqueId++}function getWindowForElement(element){var doc=element.ownerDocument||element;return doc.defaultView||doc.parentWindow||window}var MOBILE_REGEX=/mobile|tablet|ip(ad|hone|od)|android/i;var SUPPORT_TOUCH=\"ontouchstart\"in window;var SUPPORT_POINTER_EVENTS=prefixed(window,\"PointerEvent\")!==undefined;var SUPPORT_ONLY_TOUCH=SUPPORT_TOUCH&&MOBILE_REGEX.test(navigator.userAgent);var INPUT_TYPE_TOUCH=\"touch\";var INPUT_TYPE_PEN=\"pen\";var INPUT_TYPE_MOUSE=\"mouse\";var INPUT_TYPE_KINECT=\"kinect\";var COMPUTE_INTERVAL=25;var INPUT_START=1;var INPUT_MOVE=2;var INPUT_END=4;var INPUT_CANCEL=8;var DIRECTION_NONE=1;var DIRECTION_LEFT=2;var DIRECTION_RIGHT=4;var DIRECTION_UP=8;var DIRECTION_DOWN=16;var DIRECTION_HORIZONTAL=DIRECTION_LEFT|DIRECTION_RIGHT;var DIRECTION_VERTICAL=DIRECTION_UP|DIRECTION_DOWN;var DIRECTION_ALL=DIRECTION_HORIZONTAL|DIRECTION_VERTICAL;var PROPS_XY=[\"x\",\"y\"];var PROPS_CLIENT_XY=[\"clientX\",\"clientY\"];function Input(manager,callback){var self=this;this.manager=manager;this.callback=callback;this.element=manager.element;this.target=manager.options.inputTarget;this.domHandler=function(ev){if(boolOrFn(manager.options.enable,[manager])){self.handler(ev)}};this.init()}Input.prototype={handler:function(){},init:function(){this.evEl&&addEventListeners(this.element,this.evEl,this.domHandler);this.evTarget&&addEventListeners(this.target,this.evTarget,this.domHandler);this.evWin&&addEventListeners(getWindowForElement(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&removeEventListeners(this.element,this.evEl,this.domHandler);this.evTarget&&removeEventListeners(this.target,this.evTarget,this.domHandler);this.evWin&&removeEventListeners(getWindowForElement(this.element),this.evWin,this.domHandler)}};function createInputInstance(manager){var Type;var inputClass=manager.options.inputClass;if(inputClass){Type=inputClass}else if(SUPPORT_POINTER_EVENTS){Type=PointerEventInput}else if(SUPPORT_ONLY_TOUCH){Type=TouchInput}else if(!SUPPORT_TOUCH){Type=MouseInput}else{Type=TouchMouseInput}return new Type(manager,inputHandler)}function inputHandler(manager,eventType,input){var pointersLen=input.pointers.length;var changedPointersLen=input.changedPointers.length;var isFirst=eventType&INPUT_START&&pointersLen-changedPointersLen===0;var isFinal=eventType&(INPUT_END|INPUT_CANCEL)&&pointersLen-changedPointersLen===0;input.isFirst=!!isFirst;input.isFinal=!!isFinal;if(isFirst){manager.session={}}input.eventType=eventType;computeInputData(manager,input);manager.emit(\"hammer.input\",input);manager.recognize(input);manager.session.prevInput=input}function computeInputData(manager,input){var session=manager.session;var pointers=input.pointers;var pointersLength=pointers.length;if(!session.firstInput){session.firstInput=simpleCloneInputData(input)}if(pointersLength>1&&!session.firstMultiple){session.firstMultiple=simpleCloneInputData(input)}else if(pointersLength===1){session.firstMultiple=false}var firstInput=session.firstInput;var firstMultiple=session.firstMultiple;var offsetCenter=firstMultiple?firstMultiple.center:firstInput.center;var center=input.center=getCenter(pointers);input.timeStamp=now();input.deltaTime=input.timeStamp-firstInput.timeStamp;input.angle=getAngle(offsetCenter,center);input.distance=getDistance(offsetCenter,center);computeDeltaXY(session,input);input.offsetDirection=getDirection(input.deltaX,input.deltaY);var overallVelocity=getVelocity(input.deltaTime,input.deltaX,input.deltaY);input.overallVelocityX=overallVelocity.x;input.overallVelocityY=overallVelocity.y;input.overallVelocity=abs(overallVelocity.x)>abs(overallVelocity.y)?overallVelocity.x:overallVelocity.y;input.scale=firstMultiple?getScale(firstMultiple.pointers,pointers):1;input.rotation=firstMultiple?getRotation(firstMultiple.pointers,pointers):0;input.maxPointers=!session.prevInput?input.pointers.length:input.pointers.length>session.prevInput.maxPointers?input.pointers.length:session.prevInput.maxPointers;computeIntervalInputData(session,input);var target=manager.element;if(hasParent(input.srcEvent.target,target)){target=input.srcEvent.target}input.target=target}function computeDeltaXY(session,input){var center=input.center;var offset=session.offsetDelta||{};var prevDelta=session.prevDelta||{};var prevInput=session.prevInput||{};if(input.eventType===INPUT_START||prevInput.eventType===INPUT_END){prevDelta=session.prevDelta={x:prevInput.deltaX||0,y:prevInput.deltaY||0};offset=session.offsetDelta={x:center.x,y:center.y}}input.deltaX=prevDelta.x+(center.x-offset.x);input.deltaY=prevDelta.y+(center.y-offset.y)}function computeIntervalInputData(session,input){var last=session.lastInterval||input,deltaTime=input.timeStamp-last.timeStamp,velocity,velocityX,velocityY,direction;if(input.eventType!=INPUT_CANCEL&&(deltaTime>COMPUTE_INTERVAL||last.velocity===undefined)){var deltaX=input.deltaX-last.deltaX;var deltaY=input.deltaY-last.deltaY;var v=getVelocity(deltaTime,deltaX,deltaY);velocityX=v.x;velocityY=v.y;velocity=abs(v.x)>abs(v.y)?v.x:v.y;direction=getDirection(deltaX,deltaY);session.lastInterval=input}else{velocity=last.velocity;velocityX=last.velocityX;velocityY=last.velocityY;direction=last.direction}input.velocity=velocity;input.velocityX=velocityX;input.velocityY=velocityY;input.direction=direction}function simpleCloneInputData(input){var pointers=[];var i=0;while(i<input.pointers.length){pointers[i]={clientX:round(input.pointers[i].clientX),clientY:round(input.pointers[i].clientY)};i++}return{timeStamp:now(),pointers:pointers,center:getCenter(pointers),deltaX:input.deltaX,deltaY:input.deltaY}}function getCenter(pointers){var pointersLength=pointers.length;if(pointersLength===1){return{x:round(pointers[0].clientX),y:round(pointers[0].clientY)}}var x=0,y=0,i=0;while(i<pointersLength){x+=pointers[i].clientX;y+=pointers[i].clientY;i++}return{x:round(x/pointersLength),y:round(y/pointersLength)}}function getVelocity(deltaTime,x,y){return{x:x/deltaTime||0,y:y/deltaTime||0}}function getDirection(x,y){if(x===y){return DIRECTION_NONE}if(abs(x)>=abs(y)){return x<0?DIRECTION_LEFT:DIRECTION_RIGHT}return y<0?DIRECTION_UP:DIRECTION_DOWN}function getDistance(p1,p2,props){if(!props){props=PROPS_XY}var x=p2[props[0]]-p1[props[0]],y=p2[props[1]]-p1[props[1]];return Math.sqrt(x*x+y*y)}function getAngle(p1,p2,props){if(!props){props=PROPS_XY}var x=p2[props[0]]-p1[props[0]],y=p2[props[1]]-p1[props[1]];return Math.atan2(y,x)*180/Math.PI}function getRotation(start,end){return getAngle(end[1],end[0],PROPS_CLIENT_XY)+getAngle(start[1],start[0],PROPS_CLIENT_XY)}function getScale(start,end){return getDistance(end[0],end[1],PROPS_CLIENT_XY)/getDistance(start[0],start[1],PROPS_CLIENT_XY)}var MOUSE_INPUT_MAP={mousedown:INPUT_START,mousemove:INPUT_MOVE,mouseup:INPUT_END};var MOUSE_ELEMENT_EVENTS=\"mousedown\";var MOUSE_WINDOW_EVENTS=\"mousemove mouseup\";function MouseInput(){this.evEl=MOUSE_ELEMENT_EVENTS;this.evWin=MOUSE_WINDOW_EVENTS;this.pressed=false;Input.apply(this,arguments)}inherit(MouseInput,Input,{handler:function MEhandler(ev){var eventType=MOUSE_INPUT_MAP[ev.type];if(eventType&INPUT_START&&ev.button===0){this.pressed=true}if(eventType&INPUT_MOVE&&ev.which!==1){eventType=INPUT_END}if(!this.pressed){return}if(eventType&INPUT_END){this.pressed=false}this.callback(this.manager,eventType,{pointers:[ev],changedPointers:[ev],pointerType:INPUT_TYPE_MOUSE,srcEvent:ev})}});var POINTER_INPUT_MAP={pointerdown:INPUT_START,pointermove:INPUT_MOVE,pointerup:INPUT_END,pointercancel:INPUT_CANCEL,pointerout:INPUT_CANCEL};var IE10_POINTER_TYPE_ENUM={2:INPUT_TYPE_TOUCH,3:INPUT_TYPE_PEN,4:INPUT_TYPE_MOUSE,5:INPUT_TYPE_KINECT};var POINTER_ELEMENT_EVENTS=\"pointerdown\";var POINTER_WINDOW_EVENTS=\"pointermove pointerup pointercancel\";if(window.MSPointerEvent&&!window.PointerEvent){POINTER_ELEMENT_EVENTS=\"MSPointerDown\";POINTER_WINDOW_EVENTS=\"MSPointerMove MSPointerUp MSPointerCancel\"}function PointerEventInput(){this.evEl=POINTER_ELEMENT_EVENTS;this.evWin=POINTER_WINDOW_EVENTS;Input.apply(this,arguments);this.store=this.manager.session.pointerEvents=[]}inherit(PointerEventInput,Input,{handler:function PEhandler(ev){var store=this.store;var removePointer=false;var eventTypeNormalized=ev.type.toLowerCase().replace(\"ms\",\"\");var eventType=POINTER_INPUT_MAP[eventTypeNormalized];var pointerType=IE10_POINTER_TYPE_ENUM[ev.pointerType]||ev.pointerType;var isTouch=pointerType==INPUT_TYPE_TOUCH;var storeIndex=inArray(store,ev.pointerId,\"pointerId\");if(eventType&INPUT_START&&(ev.button===0||isTouch)){if(storeIndex<0){store.push(ev);storeIndex=store.length-1}}else if(eventType&(INPUT_END|INPUT_CANCEL)){removePointer=true}if(storeIndex<0){return}store[storeIndex]=ev;this.callback(this.manager,eventType,{pointers:store,changedPointers:[ev],pointerType:pointerType,srcEvent:ev});if(removePointer){store.splice(storeIndex,1)}}});var SINGLE_TOUCH_INPUT_MAP={touchstart:INPUT_START,touchmove:INPUT_MOVE,touchend:INPUT_END,touchcancel:INPUT_CANCEL};var SINGLE_TOUCH_TARGET_EVENTS=\"touchstart\";var SINGLE_TOUCH_WINDOW_EVENTS=\"touchstart touchmove touchend touchcancel\";function SingleTouchInput(){this.evTarget=SINGLE_TOUCH_TARGET_EVENTS;this.evWin=SINGLE_TOUCH_WINDOW_EVENTS;this.started=false;Input.apply(this,arguments)}inherit(SingleTouchInput,Input,{handler:function TEhandler(ev){var type=SINGLE_TOUCH_INPUT_MAP[ev.type];if(type===INPUT_START){this.started=true}if(!this.started){return}var touches=normalizeSingleTouches.call(this,ev,type);if(type&(INPUT_END|INPUT_CANCEL)&&touches[0].length-touches[1].length===0){this.started=false}this.callback(this.manager,type,{pointers:touches[0],changedPointers:touches[1],pointerType:INPUT_TYPE_TOUCH,srcEvent:ev})}});function normalizeSingleTouches(ev,type){var all=toArray(ev.touches);var changed=toArray(ev.changedTouches);if(type&(INPUT_END|INPUT_CANCEL)){all=uniqueArray(all.concat(changed),\"identifier\",true)}return[all,changed]}var TOUCH_INPUT_MAP={touchstart:INPUT_START,touchmove:INPUT_MOVE,touchend:INPUT_END,touchcancel:INPUT_CANCEL};var TOUCH_TARGET_EVENTS=\"touchstart touchmove touchend touchcancel\";function TouchInput(){this.evTarget=TOUCH_TARGET_EVENTS;this.targetIds={};Input.apply(this,arguments)}inherit(TouchInput,Input,{handler:function MTEhandler(ev){var type=TOUCH_INPUT_MAP[ev.type];var touches=getTouches.call(this,ev,type);if(!touches){return}this.callback(this.manager,type,{pointers:touches[0],changedPointers:touches[1],pointerType:INPUT_TYPE_TOUCH,srcEvent:ev})}});function getTouches(ev,type){var allTouches=toArray(ev.touches);var targetIds=this.targetIds;if(type&(INPUT_START|INPUT_MOVE)&&allTouches.length===1){targetIds[allTouches[0].identifier]=true;return[allTouches,allTouches]}var i,targetTouches,changedTouches=toArray(ev.changedTouches),changedTargetTouches=[],target=this.target;targetTouches=allTouches.filter(function(touch){return hasParent(touch.target,target)});if(type===INPUT_START){i=0;while(i<targetTouches.length){targetIds[targetTouches[i].identifier]=true;i++}}i=0;while(i<changedTouches.length){if(targetIds[changedTouches[i].identifier]){changedTargetTouches.push(changedTouches[i])}if(type&(INPUT_END|INPUT_CANCEL)){delete targetIds[changedTouches[i].identifier]}i++}if(!changedTargetTouches.length){return}return[uniqueArray(targetTouches.concat(changedTargetTouches),\"identifier\",true),changedTargetTouches]}var DEDUP_TIMEOUT=2500;var DEDUP_DISTANCE=25;function TouchMouseInput(){Input.apply(this,arguments);var handler=bindFn(this.handler,this);this.touch=new TouchInput(this.manager,handler);this.mouse=new MouseInput(this.manager,handler);this.primaryTouch=null;this.lastTouches=[]}inherit(TouchMouseInput,Input,{handler:function TMEhandler(manager,inputEvent,inputData){var isTouch=inputData.pointerType==INPUT_TYPE_TOUCH,isMouse=inputData.pointerType==INPUT_TYPE_MOUSE;if(isMouse&&inputData.sourceCapabilities&&inputData.sourceCapabilities.firesTouchEvents){return}if(isTouch){recordTouches.call(this,inputEvent,inputData)}else if(isMouse&&isSyntheticEvent.call(this,inputData)){return}this.callback(manager,inputEvent,inputData)},destroy:function destroy(){this.touch.destroy();this.mouse.destroy()}});function recordTouches(eventType,eventData){if(eventType&INPUT_START){this.primaryTouch=eventData.changedPointers[0].identifier;setLastTouch.call(this,eventData)}else if(eventType&(INPUT_END|INPUT_CANCEL)){setLastTouch.call(this,eventData)}}function setLastTouch(eventData){var touch=eventData.changedPointers[0];if(touch.identifier===this.primaryTouch){var lastTouch={x:touch.clientX,y:touch.clientY};this.lastTouches.push(lastTouch);var lts=this.lastTouches;var removeLastTouch=function(){var i=lts.indexOf(lastTouch);if(i>-1){lts.splice(i,1)}};setTimeout(removeLastTouch,DEDUP_TIMEOUT)}}function isSyntheticEvent(eventData){var x=eventData.srcEvent.clientX,y=eventData.srcEvent.clientY;for(var i=0;i<this.lastTouches.length;i++){var t=this.lastTouches[i];var dx=Math.abs(x-t.x),dy=Math.abs(y-t.y);if(dx<=DEDUP_DISTANCE&&dy<=DEDUP_DISTANCE){return true}}return false}var PREFIXED_TOUCH_ACTION=prefixed(TEST_ELEMENT.style,\"touchAction\");var NATIVE_TOUCH_ACTION=PREFIXED_TOUCH_ACTION!==undefined;var TOUCH_ACTION_COMPUTE=\"compute\";var TOUCH_ACTION_AUTO=\"auto\";var TOUCH_ACTION_MANIPULATION=\"manipulation\";var TOUCH_ACTION_NONE=\"none\";var TOUCH_ACTION_PAN_X=\"pan-x\";var TOUCH_ACTION_PAN_Y=\"pan-y\";var TOUCH_ACTION_MAP=getTouchActionProps();function TouchAction(manager,value){this.manager=manager;this.set(value)}TouchAction.prototype={set:function(value){if(value==TOUCH_ACTION_COMPUTE){value=this.compute()}if(NATIVE_TOUCH_ACTION&&this.manager.element.style&&TOUCH_ACTION_MAP[value]){this.manager.element.style[PREFIXED_TOUCH_ACTION]=value}this.actions=value.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var actions=[];each(this.manager.recognizers,function(recognizer){if(boolOrFn(recognizer.options.enable,[recognizer])){actions=actions.concat(recognizer.getTouchAction())}});return cleanTouchActions(actions.join(\" \"))},preventDefaults:function(input){var srcEvent=input.srcEvent;var direction=input.offsetDirection;if(this.manager.session.prevented){srcEvent.preventDefault();return}var actions=this.actions;var hasNone=inStr(actions,TOUCH_ACTION_NONE)&&!TOUCH_ACTION_MAP[TOUCH_ACTION_NONE];var hasPanY=inStr(actions,TOUCH_ACTION_PAN_Y)&&!TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_Y];var hasPanX=inStr(actions,TOUCH_ACTION_PAN_X)&&!TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_X];if(hasNone){var isTapPointer=input.pointers.length===1;var isTapMovement=input.distance<2;var isTapTouchTime=input.deltaTime<250;if(isTapPointer&&isTapMovement&&isTapTouchTime){return}}if(hasPanX&&hasPanY){return}if(hasNone||hasPanY&&direction&DIRECTION_HORIZONTAL||hasPanX&&direction&DIRECTION_VERTICAL){return this.preventSrc(srcEvent)}},preventSrc:function(srcEvent){this.manager.session.prevented=true;srcEvent.preventDefault()}};function cleanTouchActions(actions){if(inStr(actions,TOUCH_ACTION_NONE)){return TOUCH_ACTION_NONE}var hasPanX=inStr(actions,TOUCH_ACTION_PAN_X);var hasPanY=inStr(actions,TOUCH_ACTION_PAN_Y);if(hasPanX&&hasPanY){return TOUCH_ACTION_NONE}if(hasPanX||hasPanY){return hasPanX?TOUCH_ACTION_PAN_X:TOUCH_ACTION_PAN_Y}if(inStr(actions,TOUCH_ACTION_MANIPULATION)){return TOUCH_ACTION_MANIPULATION}return TOUCH_ACTION_AUTO}function getTouchActionProps(){if(!NATIVE_TOUCH_ACTION){return false}var touchMap={};var cssSupports=window.CSS&&window.CSS.supports;[\"auto\",\"manipulation\",\"pan-y\",\"pan-x\",\"pan-x pan-y\",\"none\"].forEach(function(val){touchMap[val]=cssSupports?window.CSS.supports(\"touch-action\",val):true});return touchMap}var STATE_POSSIBLE=1;var STATE_BEGAN=2;var STATE_CHANGED=4;var STATE_ENDED=8;var STATE_RECOGNIZED=STATE_ENDED;var STATE_CANCELLED=16;var STATE_FAILED=32;function Recognizer(options){this.options=assign({},this.defaults,options||{});this.id=uniqueId();this.manager=null;this.options.enable=ifUndefined(this.options.enable,true);this.state=STATE_POSSIBLE;this.simultaneous={};this.requireFail=[]}Recognizer.prototype={defaults:{},set:function(options){assign(this.options,options);this.manager&&this.manager.touchAction.update();return this},recognizeWith:function(otherRecognizer){if(invokeArrayArg(otherRecognizer,\"recognizeWith\",this)){return this}var simultaneous=this.simultaneous;otherRecognizer=getRecognizerByNameIfManager(otherRecognizer,this);if(!simultaneous[otherRecognizer.id]){simultaneous[otherRecognizer.id]=otherRecognizer;otherRecognizer.recognizeWith(this)}return this},dropRecognizeWith:function(otherRecognizer){if(invokeArrayArg(otherRecognizer,\"dropRecognizeWith\",this)){return this}otherRecognizer=getRecognizerByNameIfManager(otherRecognizer,this);delete this.simultaneous[otherRecognizer.id];return this},requireFailure:function(otherRecognizer){if(invokeArrayArg(otherRecognizer,\"requireFailure\",this)){return this}var requireFail=this.requireFail;otherRecognizer=getRecognizerByNameIfManager(otherRecognizer,this);if(inArray(requireFail,otherRecognizer)===-1){requireFail.push(otherRecognizer);otherRecognizer.requireFailure(this)}return this},dropRequireFailure:function(otherRecognizer){if(invokeArrayArg(otherRecognizer,\"dropRequireFailure\",this)){return this}otherRecognizer=getRecognizerByNameIfManager(otherRecognizer,this);var index=inArray(this.requireFail,otherRecognizer);if(index>-1){this.requireFail.splice(index,1)}return this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(otherRecognizer){return!!this.simultaneous[otherRecognizer.id]},emit:function(input){var self=this;var state=this.state;function emit(event){self.manager.emit(event,input)}if(state<STATE_ENDED){emit(self.options.event+stateStr(state))}emit(self.options.event);if(input.additionalEvent){emit(input.additionalEvent)}if(state>=STATE_ENDED){emit(self.options.event+stateStr(state))}},tryEmit:function(input){if(this.canEmit()){return this.emit(input)}this.state=STATE_FAILED},canEmit:function(){var i=0;while(i<this.requireFail.length){if(!(this.requireFail[i].state&(STATE_FAILED|STATE_POSSIBLE))){return false}i++}return true},recognize:function(inputData){var inputDataClone=assign({},inputData);if(!boolOrFn(this.options.enable,[this,inputDataClone])){this.reset();this.state=STATE_FAILED;return}if(this.state&(STATE_RECOGNIZED|STATE_CANCELLED|STATE_FAILED)){this.state=STATE_POSSIBLE}this.state=this.process(inputDataClone);if(this.state&(STATE_BEGAN|STATE_CHANGED|STATE_ENDED|STATE_CANCELLED)){this.tryEmit(inputDataClone)}},process:function(inputData){},getTouchAction:function(){},reset:function(){}};function stateStr(state){if(state&STATE_CANCELLED){return\"cancel\"}else if(state&STATE_ENDED){return\"end\"}else if(state&STATE_CHANGED){return\"move\"}else if(state&STATE_BEGAN){return\"start\"}return\"\"}function directionStr(direction){if(direction==DIRECTION_DOWN){return\"down\"}else if(direction==DIRECTION_UP){return\"up\"}else if(direction==DIRECTION_LEFT){return\"left\"}else if(direction==DIRECTION_RIGHT){return\"right\"}return\"\"}function getRecognizerByNameIfManager(otherRecognizer,recognizer){var manager=recognizer.manager;if(manager){return manager.get(otherRecognizer)}return otherRecognizer}function AttrRecognizer(){Recognizer.apply(this,arguments)}inherit(AttrRecognizer,Recognizer,{defaults:{pointers:1},attrTest:function(input){var optionPointers=this.options.pointers;return optionPointers===0||input.pointers.length===optionPointers},process:function(input){var state=this.state;var eventType=input.eventType;var isRecognized=state&(STATE_BEGAN|STATE_CHANGED);var isValid=this.attrTest(input);if(isRecognized&&(eventType&INPUT_CANCEL||!isValid)){return state|STATE_CANCELLED}else if(isRecognized||isValid){if(eventType&INPUT_END){return state|STATE_ENDED}else if(!(state&STATE_BEGAN)){return STATE_BEGAN}return state|STATE_CHANGED}return STATE_FAILED}});function PanRecognizer(){AttrRecognizer.apply(this,arguments);this.pX=null;this.pY=null}inherit(PanRecognizer,AttrRecognizer,{defaults:{event:\"pan\",threshold:10,pointers:1,direction:DIRECTION_ALL},getTouchAction:function(){var direction=this.options.direction;var actions=[];if(direction&DIRECTION_HORIZONTAL){actions.push(TOUCH_ACTION_PAN_Y)}if(direction&DIRECTION_VERTICAL){actions.push(TOUCH_ACTION_PAN_X)}return actions},directionTest:function(input){var options=this.options;var hasMoved=true;var distance=input.distance;var direction=input.direction;var x=input.deltaX;var y=input.deltaY;if(!(direction&options.direction)){if(options.direction&DIRECTION_HORIZONTAL){direction=x===0?DIRECTION_NONE:x<0?DIRECTION_LEFT:DIRECTION_RIGHT;hasMoved=x!=this.pX;distance=Math.abs(input.deltaX)}else{direction=y===0?DIRECTION_NONE:y<0?DIRECTION_UP:DIRECTION_DOWN;hasMoved=y!=this.pY;distance=Math.abs(input.deltaY)}}input.direction=direction;return hasMoved&&distance>options.threshold&&direction&options.direction},attrTest:function(input){return AttrRecognizer.prototype.attrTest.call(this,input)&&(this.state&STATE_BEGAN||!(this.state&STATE_BEGAN)&&this.directionTest(input))},emit:function(input){this.pX=input.deltaX;this.pY=input.deltaY;var direction=directionStr(input.direction);if(direction){input.additionalEvent=this.options.event+direction}this._super.emit.call(this,input)}});function PinchRecognizer(){AttrRecognizer.apply(this,arguments)}inherit(PinchRecognizer,AttrRecognizer,{defaults:{event:\"pinch\",threshold:0,pointers:2},getTouchAction:function(){return[TOUCH_ACTION_NONE]},attrTest:function(input){return this._super.attrTest.call(this,input)&&(Math.abs(input.scale-1)>this.options.threshold||this.state&STATE_BEGAN)},emit:function(input){if(input.scale!==1){var inOut=input.scale<1?\"in\":\"out\";input.additionalEvent=this.options.event+inOut}this._super.emit.call(this,input)}});function PressRecognizer(){Recognizer.apply(this,arguments);this._timer=null;this._input=null}inherit(PressRecognizer,Recognizer,{defaults:{event:\"press\",pointers:1,time:251,threshold:9},getTouchAction:function(){return[TOUCH_ACTION_AUTO]},process:function(input){var options=this.options;var validPointers=input.pointers.length===options.pointers;var validMovement=input.distance<options.threshold;var validTime=input.deltaTime>options.time;this._input=input;if(!validMovement||!validPointers||input.eventType&(INPUT_END|INPUT_CANCEL)&&!validTime){this.reset()}else if(input.eventType&INPUT_START){this.reset();this._timer=setTimeoutContext(function(){this.state=STATE_RECOGNIZED;this.tryEmit()},options.time,this)}else if(input.eventType&INPUT_END){return STATE_RECOGNIZED}return STATE_FAILED},reset:function(){clearTimeout(this._timer)},emit:function(input){if(this.state!==STATE_RECOGNIZED){return}if(input&&input.eventType&INPUT_END){this.manager.emit(this.options.event+\"up\",input)}else{this._input.timeStamp=now();this.manager.emit(this.options.event,this._input)}}});function RotateRecognizer(){AttrRecognizer.apply(this,arguments)}inherit(RotateRecognizer,AttrRecognizer,{defaults:{event:\"rotate\",threshold:0,pointers:2},getTouchAction:function(){return[TOUCH_ACTION_NONE]},attrTest:function(input){return this._super.attrTest.call(this,input)&&(Math.abs(input.rotation)>this.options.threshold||this.state&STATE_BEGAN)}});function SwipeRecognizer(){AttrRecognizer.apply(this,arguments)}inherit(SwipeRecognizer,AttrRecognizer,{defaults:{event:\"swipe\",threshold:10,velocity:.3,direction:DIRECTION_HORIZONTAL|DIRECTION_VERTICAL,pointers:1},getTouchAction:function(){return PanRecognizer.prototype.getTouchAction.call(this)},attrTest:function(input){var direction=this.options.direction;var velocity;if(direction&(DIRECTION_HORIZONTAL|DIRECTION_VERTICAL)){velocity=input.overallVelocity}else if(direction&DIRECTION_HORIZONTAL){velocity=input.overallVelocityX}else if(direction&DIRECTION_VERTICAL){velocity=input.overallVelocityY}return this._super.attrTest.call(this,input)&&direction&input.offsetDirection&&input.distance>this.options.threshold&&input.maxPointers==this.options.pointers&&abs(velocity)>this.options.velocity&&input.eventType&INPUT_END},emit:function(input){var direction=directionStr(input.offsetDirection);if(direction){this.manager.emit(this.options.event+direction,input)}this.manager.emit(this.options.event,input)}});function TapRecognizer(){Recognizer.apply(this,arguments);this.pTime=false;this.pCenter=false;this._timer=null;this._input=null;this.count=0}inherit(TapRecognizer,Recognizer,{defaults:{event:\"tap\",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[TOUCH_ACTION_MANIPULATION]},process:function(input){var options=this.options;var validPointers=input.pointers.length===options.pointers;var validMovement=input.distance<options.threshold;var validTouchTime=input.deltaTime<options.time;this.reset();if(input.eventType&INPUT_START&&this.count===0){return this.failTimeout()}if(validMovement&&validTouchTime&&validPointers){if(input.eventType!=INPUT_END){return this.failTimeout()}var validInterval=this.pTime?input.timeStamp-this.pTime<options.interval:true;var validMultiTap=!this.pCenter||getDistance(this.pCenter,input.center)<options.posThreshold;this.pTime=input.timeStamp;this.pCenter=input.center;if(!validMultiTap||!validInterval){this.count=1}else{this.count+=1}this._input=input;var tapCount=this.count%options.taps;if(tapCount===0){if(!this.hasRequireFailures()){return STATE_RECOGNIZED}else{this._timer=setTimeoutContext(function(){this.state=STATE_RECOGNIZED;this.tryEmit()},options.interval,this);return STATE_BEGAN}}}return STATE_FAILED},failTimeout:function(){this._timer=setTimeoutContext(function(){this.state=STATE_FAILED},this.options.interval,this);return STATE_FAILED},reset:function(){clearTimeout(this._timer)},emit:function(){if(this.state==STATE_RECOGNIZED){this._input.tapCount=this.count;this.manager.emit(this.options.event,this._input)}}});function Hammer(element,options){options=options||{};options.recognizers=ifUndefined(options.recognizers,Hammer.defaults.preset);return new Manager(element,options)}Hammer.VERSION=\"2.0.7\";Hammer.defaults={domEvents:false,touchAction:TOUCH_ACTION_COMPUTE,enable:true,inputTarget:null,inputClass:null,preset:[[RotateRecognizer,{enable:false}],[PinchRecognizer,{enable:false},[\"rotate\"]],[SwipeRecognizer,{direction:DIRECTION_HORIZONTAL}],[PanRecognizer,{direction:DIRECTION_HORIZONTAL},[\"swipe\"]],[TapRecognizer],[TapRecognizer,{event:\"doubletap\",taps:2},[\"tap\"]],[PressRecognizer]],cssProps:{userSelect:\"none\",touchSelect:\"none\",touchCallout:\"none\",contentZooming:\"none\",userDrag:\"none\",tapHighlightColor:\"rgba(0,0,0,0)\"}};var STOP=1;var FORCED_STOP=2;function Manager(element,options){this.options=assign({},Hammer.defaults,options||{});this.options.inputTarget=this.options.inputTarget||element;this.handlers={};this.session={};this.recognizers=[];this.oldCssProps={};this.element=element;this.input=createInputInstance(this);this.touchAction=new TouchAction(this,this.options.touchAction);toggleCssProps(this,true);each(this.options.recognizers,function(item){var recognizer=this.add(new item[0](item[1]));item[2]&&recognizer.recognizeWith(item[2]);item[3]&&recognizer.requireFailure(item[3])},this)}Manager.prototype={set:function(options){assign(this.options,options);if(options.touchAction){this.touchAction.update()}if(options.inputTarget){this.input.destroy();this.input.target=options.inputTarget;this.input.init()}return this},stop:function(force){this.session.stopped=force?FORCED_STOP:STOP},recognize:function(inputData){var session=this.session;if(session.stopped){return}this.touchAction.preventDefaults(inputData)\n;var recognizer;var recognizers=this.recognizers;var curRecognizer=session.curRecognizer;if(!curRecognizer||curRecognizer&&curRecognizer.state&STATE_RECOGNIZED){curRecognizer=session.curRecognizer=null}var i=0;while(i<recognizers.length){recognizer=recognizers[i];if(session.stopped!==FORCED_STOP&&(!curRecognizer||recognizer==curRecognizer||recognizer.canRecognizeWith(curRecognizer))){recognizer.recognize(inputData)}else{recognizer.reset()}if(!curRecognizer&&recognizer.state&(STATE_BEGAN|STATE_CHANGED|STATE_ENDED)){curRecognizer=session.curRecognizer=recognizer}i++}},get:function(recognizer){if(recognizer instanceof Recognizer){return recognizer}var recognizers=this.recognizers;for(var i=0;i<recognizers.length;i++){if(recognizers[i].options.event==recognizer){return recognizers[i]}}return null},add:function(recognizer){if(invokeArrayArg(recognizer,\"add\",this)){return this}var existing=this.get(recognizer.options.event);if(existing){this.remove(existing)}this.recognizers.push(recognizer);recognizer.manager=this;this.touchAction.update();return recognizer},remove:function(recognizer){if(invokeArrayArg(recognizer,\"remove\",this)){return this}recognizer=this.get(recognizer);if(recognizer){var recognizers=this.recognizers;var index=inArray(recognizers,recognizer);if(index!==-1){recognizers.splice(index,1);this.touchAction.update()}}return this},on:function(events,handler){if(events===undefined){return}if(handler===undefined){return}var handlers=this.handlers;each(splitStr(events),function(event){handlers[event]=handlers[event]||[];handlers[event].push(handler)});return this},off:function(events,handler){if(events===undefined){return}var handlers=this.handlers;each(splitStr(events),function(event){if(!handler){delete handlers[event]}else{handlers[event]&&handlers[event].splice(inArray(handlers[event],handler),1)}});return this},emit:function(event,data){if(this.options.domEvents){triggerDomEvent(event,data)}var handlers=this.handlers[event]&&this.handlers[event].slice();if(!handlers||!handlers.length){return}data.type=event;data.preventDefault=function(){data.srcEvent.preventDefault()};var i=0;while(i<handlers.length){handlers[i](data);i++}},destroy:function(){this.element&&toggleCssProps(this,false);this.handlers={};this.session={};this.input.destroy();this.element=null}};function toggleCssProps(manager,add){var element=manager.element;if(!element.style){return}var prop;each(manager.options.cssProps,function(value,name){prop=prefixed(element.style,name);if(add){manager.oldCssProps[prop]=element.style[prop];element.style[prop]=value}else{element.style[prop]=manager.oldCssProps[prop]||\"\"}});if(!add){manager.oldCssProps={}}}function triggerDomEvent(event,data){var gestureEvent=document.createEvent(\"Event\");gestureEvent.initEvent(event,true,true);gestureEvent.gesture=data;data.target.dispatchEvent(gestureEvent)}assign(Hammer,{INPUT_START:INPUT_START,INPUT_MOVE:INPUT_MOVE,INPUT_END:INPUT_END,INPUT_CANCEL:INPUT_CANCEL,STATE_POSSIBLE:STATE_POSSIBLE,STATE_BEGAN:STATE_BEGAN,STATE_CHANGED:STATE_CHANGED,STATE_ENDED:STATE_ENDED,STATE_RECOGNIZED:STATE_RECOGNIZED,STATE_CANCELLED:STATE_CANCELLED,STATE_FAILED:STATE_FAILED,DIRECTION_NONE:DIRECTION_NONE,DIRECTION_LEFT:DIRECTION_LEFT,DIRECTION_RIGHT:DIRECTION_RIGHT,DIRECTION_UP:DIRECTION_UP,DIRECTION_DOWN:DIRECTION_DOWN,DIRECTION_HORIZONTAL:DIRECTION_HORIZONTAL,DIRECTION_VERTICAL:DIRECTION_VERTICAL,DIRECTION_ALL:DIRECTION_ALL,Manager:Manager,Input:Input,TouchAction:TouchAction,TouchInput:TouchInput,MouseInput:MouseInput,PointerEventInput:PointerEventInput,TouchMouseInput:TouchMouseInput,SingleTouchInput:SingleTouchInput,Recognizer:Recognizer,AttrRecognizer:AttrRecognizer,Tap:TapRecognizer,Pan:PanRecognizer,Swipe:SwipeRecognizer,Pinch:PinchRecognizer,Rotate:RotateRecognizer,Press:PressRecognizer,on:addEventListeners,off:removeEventListeners,each:each,merge:merge,extend:extend,assign:assign,inherit:inherit,bindFn:bindFn,prefixed:prefixed});var freeGlobal=typeof window!==\"undefined\"?window:typeof self!==\"undefined\"?self:{};freeGlobal.Hammer=Hammer;if(true){!(__WEBPACK_AMD_DEFINE_RESULT__=function(){return Hammer}.call(exports,__webpack_require__,exports,module),__WEBPACK_AMD_DEFINE_RESULT__!==undefined&&(module.exports=__WEBPACK_AMD_DEFINE_RESULT__))}else if(typeof module!=\"undefined\"&&module.exports){module.exports=Hammer}else{window[exportName]=Hammer}})(window,document,\"Hammer\")},function(module,exports,__webpack_require__){\"use strict\";exports.util=__webpack_require__(2);exports.DOMutil=__webpack_require__(14);exports.DataSet=__webpack_require__(11);exports.DataView=__webpack_require__(12);exports.Queue=__webpack_require__(43);exports.Timeline=__webpack_require__(178);exports.Graph2d=__webpack_require__(180);exports.timeline={Core:__webpack_require__(65),DateUtil:__webpack_require__(36),Range:__webpack_require__(64),stack:__webpack_require__(100),TimeStep:__webpack_require__(66),components:{items:{Item:__webpack_require__(38),BackgroundItem:__webpack_require__(103),BoxItem:__webpack_require__(101),PointItem:__webpack_require__(102),RangeItem:__webpack_require__(70)},BackgroundGroup:__webpack_require__(69),Component:__webpack_require__(16),CurrentTime:__webpack_require__(67),CustomTime:__webpack_require__(46),DataAxis:__webpack_require__(107),DataScale:__webpack_require__(108),GraphGroup:__webpack_require__(109),Group:__webpack_require__(68),ItemSet:__webpack_require__(99),Legend:__webpack_require__(112),LineGraph:__webpack_require__(106),TimeAxis:__webpack_require__(45)}};exports.moment=__webpack_require__(9);exports.Hammer=__webpack_require__(10);exports.keycharm=__webpack_require__(35)},function(module,exports,__webpack_require__){\"use strict\";var moment=__webpack_require__(9);var util=__webpack_require__(2);var DataSet=__webpack_require__(11);var DataView=__webpack_require__(12);var Range=__webpack_require__(64);var Core=__webpack_require__(65);var TimeAxis=__webpack_require__(45);var CurrentTime=__webpack_require__(67);var CustomTime=__webpack_require__(46);var ItemSet=__webpack_require__(99);var printStyle=__webpack_require__(15).printStyle;var allOptions=__webpack_require__(105).allOptions;var configureOptions=__webpack_require__(105).configureOptions;var Configurator=__webpack_require__(71)[\"default\"];var Validator=__webpack_require__(15)[\"default\"];function Timeline(container,items,groups,options){if(!(this instanceof Timeline)){throw new SyntaxError(\"Constructor must be called with the new operator\")}if(!(Array.isArray(groups)||groups instanceof DataSet||groups instanceof DataView)&&groups instanceof Object){var forthArgument=options;options=groups;groups=forthArgument}if(options&&options.throttleRedraw){console.warn('Timeline option \"throttleRedraw\" is DEPRICATED and no longer supported. It will be removed in the next MAJOR release.')}var me=this;this.defaultOptions={start:null,end:null,autoResize:true,orientation:{axis:\"bottom\",item:\"bottom\"},moment:moment,width:null,height:null,maxHeight:null,minHeight:null};this.options=util.deepExtend({},this.defaultOptions);this._create(container);if(!options||options&&typeof options.rtl==\"undefined\"){this.dom.root.style.visibility=\"hidden\";var directionFromDom,domNode=this.dom.root;while(!directionFromDom&&domNode){directionFromDom=window.getComputedStyle(domNode,null).direction;domNode=domNode.parentElement}this.options.rtl=directionFromDom&&directionFromDom.toLowerCase()==\"rtl\"}else{this.options.rtl=options.rtl}this.options.rollingMode=options&&options.rollingMode;this.options.onInitialDrawComplete=options&&options.onInitialDrawComplete;this.components=[];this.body={dom:this.dom,domProps:this.props,emitter:{on:this.on.bind(this),off:this.off.bind(this),emit:this.emit.bind(this)},hiddenDates:[],util:{getScale:function getScale(){return me.timeAxis.step.scale},getStep:function getStep(){return me.timeAxis.step.step},toScreen:me._toScreen.bind(me),toGlobalScreen:me._toGlobalScreen.bind(me),toTime:me._toTime.bind(me),toGlobalTime:me._toGlobalTime.bind(me)}};this.range=new Range(this.body,this.options);this.components.push(this.range);this.body.range=this.range;this.timeAxis=new TimeAxis(this.body,this.options);this.timeAxis2=null;this.components.push(this.timeAxis);this.currentTime=new CurrentTime(this.body,this.options);this.components.push(this.currentTime);this.itemSet=new ItemSet(this.body,this.options);this.components.push(this.itemSet);this.itemsData=null;this.groupsData=null;this.dom.root.onclick=function(event){me.emit(\"click\",me.getEventProperties(event))};this.dom.root.ondblclick=function(event){me.emit(\"doubleClick\",me.getEventProperties(event))};this.dom.root.oncontextmenu=function(event){me.emit(\"contextmenu\",me.getEventProperties(event))};this.dom.root.onmouseover=function(event){me.emit(\"mouseOver\",me.getEventProperties(event))};if(window.PointerEvent){this.dom.root.onpointerdown=function(event){me.emit(\"mouseDown\",me.getEventProperties(event))};this.dom.root.onpointermove=function(event){me.emit(\"mouseMove\",me.getEventProperties(event))};this.dom.root.onpointerup=function(event){me.emit(\"mouseUp\",me.getEventProperties(event))}}else{this.dom.root.onmousemove=function(event){me.emit(\"mouseMove\",me.getEventProperties(event))};this.dom.root.onmousedown=function(event){me.emit(\"mouseDown\",me.getEventProperties(event))};this.dom.root.onmouseup=function(event){me.emit(\"mouseUp\",me.getEventProperties(event))}}this.initialFitDone=false;this.on(\"changed\",function(){if(this.itemsData==null||this.options.rollingMode)return;if(!me.initialFitDone){me.initialFitDone=true;if(me.options.start!=undefined||me.options.end!=undefined){if(me.options.start==undefined||me.options.end==undefined){var range=me.getItemRange()}var start=me.options.start!=undefined?me.options.start:range.min;var end=me.options.end!=undefined?me.options.end:range.max;me.setWindow(start,end,{animation:false})}else{me.fit({animation:false})}}if(!me.initialDrawDone&&me.initialRangeChangeDone){me.initialDrawDone=true;me.dom.root.style.visibility=\"visible\";if(me.options.onInitialDrawComplete){setTimeout(function(){return me.options.onInitialDrawComplete()},0)}}});if(options){this.setOptions(options)}if(groups){this.setGroups(groups)}if(items){this.setItems(items)}this._redraw()}Timeline.prototype=new Core;Timeline.prototype._createConfigurator=function(){return new Configurator(this,this.dom.container,configureOptions)};Timeline.prototype.redraw=function(){this.itemSet&&this.itemSet.markDirty({refreshItems:true});this._redraw()};Timeline.prototype.setOptions=function(options){var errorFound=Validator.validate(options,allOptions);if(errorFound===true){console.log(\"%cErrors have been found in the supplied options object.\",printStyle)}Core.prototype.setOptions.call(this,options);if(\"type\"in options){if(options.type!==this.options.type){this.options.type=options.type;var itemsData=this.itemsData;if(itemsData){var selection=this.getSelection();this.setItems(null);this.setItems(itemsData);this.setSelection(selection)}}}};Timeline.prototype.setItems=function(items){var newDataSet;if(!items){newDataSet=null}else if(items instanceof DataSet||items instanceof DataView){newDataSet=items}else{newDataSet=new DataSet(items,{type:{start:\"Date\",end:\"Date\"}})}this.itemsData=newDataSet;this.itemSet&&this.itemSet.setItems(newDataSet)};Timeline.prototype.setGroups=function(groups){var newDataSet;if(!groups){newDataSet=null}else{var filter=function filter(group){return group.visible!==false};if(groups instanceof DataSet||groups instanceof DataView){newDataSet=new DataView(groups,{filter:filter})}else{newDataSet=new DataSet(groups.filter(filter))}}this.groupsData=newDataSet;this.itemSet.setGroups(newDataSet)};Timeline.prototype.setData=function(data){if(data&&data.groups){this.setGroups(data.groups)}if(data&&data.items){this.setItems(data.items)}};Timeline.prototype.setSelection=function(ids,options){this.itemSet&&this.itemSet.setSelection(ids);if(options&&options.focus){this.focus(ids,options)}};Timeline.prototype.getSelection=function(){return this.itemSet&&this.itemSet.getSelection()||[]};Timeline.prototype.focus=function(id,options){if(!this.itemsData||id==undefined)return;var ids=Array.isArray(id)?id:[id];var itemsData=this.itemsData.getDataSet().get(ids,{type:{start:\"Date\",end:\"Date\"}});var start=null;var end=null;itemsData.forEach(function(itemData){var s=itemData.start.valueOf();var e=\"end\"in itemData?itemData.end.valueOf():itemData.start.valueOf();if(start===null||s<start){start=s}if(end===null||e>end){end=e}});if(start!==null&&end!==null){var me=this;var item=this.itemSet.items[ids[0]];var startPos=this._getScrollTop()*-1;var initialVerticalScroll=null;var verticalAnimationFrame=function verticalAnimationFrame(ease,willDraw,done){var verticalScroll=getItemVerticalScroll(me,item);if(!initialVerticalScroll){initialVerticalScroll=verticalScroll}if(initialVerticalScroll.itemTop==verticalScroll.itemTop&&!initialVerticalScroll.shouldScroll){return}else if(initialVerticalScroll.itemTop!=verticalScroll.itemTop&&verticalScroll.shouldScroll){initialVerticalScroll=verticalScroll;startPos=me._getScrollTop()*-1}var from=startPos;var to=initialVerticalScroll.scrollOffset;var scrollTop=done?to:from+(to-from)*ease;me._setScrollTop(-scrollTop);if(!willDraw){me._redraw()}};var setFinalVerticalPosition=function setFinalVerticalPosition(){var finalVerticalScroll=getItemVerticalScroll(me,item);if(finalVerticalScroll.shouldScroll&&finalVerticalScroll.itemTop!=initialVerticalScroll.itemTop){me._setScrollTop(-finalVerticalScroll.scrollOffset);me._redraw()}};var finalVerticalCallback=function finalVerticalCallback(){setFinalVerticalPosition();setTimeout(setFinalVerticalPosition,100)};var middle=(start+end)/2;var interval=Math.max(this.range.end-this.range.start,(end-start)*1.1);var animation=options&&options.animation!==undefined?options.animation:true;if(!animation){initialVerticalScroll={shouldScroll:false,scrollOffset:-1,itemTop:-1}}this.range.setRange(middle-interval/2,middle+interval/2,{animation:animation},finalVerticalCallback,verticalAnimationFrame)}};Timeline.prototype.fit=function(options,callback){var animation=options&&options.animation!==undefined?options.animation:true;var range;var dataset=this.itemsData&&this.itemsData.getDataSet();if(dataset.length===1&&dataset.get()[0].end===undefined){range=this.getDataRange();this.moveTo(range.min.valueOf(),{animation:animation},callback)}else{range=this.getItemRange();this.range.setRange(range.min,range.max,{animation:animation},callback)}};function getStart(item){return util.convert(item.data.start,\"Date\").valueOf()}function getEnd(item){var end=item.data.end!=undefined?item.data.end:item.data.start;return util.convert(end,\"Date\").valueOf()}function getItemVerticalScroll(timeline,item){var leftHeight=timeline.props.leftContainer.height;var contentHeight=timeline.props.left.height;var group=item.parent;var offset=group.top;var shouldScroll=true;var orientation=timeline.timeAxis.options.orientation.axis;var itemTop=function itemTop(){if(orientation==\"bottom\"){return group.height-item.top-item.height}else{return item.top}};var currentScrollHeight=timeline._getScrollTop()*-1;var targetOffset=offset+itemTop();var height=item.height;if(targetOffset<currentScrollHeight){if(offset+leftHeight<=offset+itemTop()+height){offset+=itemTop()-timeline.itemSet.options.margin.item.vertical}}else if(targetOffset+height>currentScrollHeight+leftHeight){offset+=itemTop()+height-leftHeight+timeline.itemSet.options.margin.item.vertical}else{shouldScroll=false}offset=Math.min(offset,contentHeight-leftHeight);return{shouldScroll:shouldScroll,scrollOffset:offset,itemTop:targetOffset}}Timeline.prototype.getItemRange=function(){var range=this.getDataRange();var min=range.min!==null?range.min.valueOf():null;var max=range.max!==null?range.max.valueOf():null;var minItem=null;var maxItem=null;if(min!=null&&max!=null){var interval=max-min;if(interval<=0){interval=10}var factor=interval/this.props.center.width;var redrawQueue={};var redrawQueueLength=0;util.forEach(this.itemSet.items,function(item,key){if(item.groupShowing){var returnQueue=true;redrawQueue[key]=item.redraw(returnQueue);redrawQueueLength=redrawQueue[key].length}});var needRedraw=redrawQueueLength>0;if(needRedraw){for(var i=0;i<redrawQueueLength;i++){util.forEach(redrawQueue,function(fns){fns[i]()})}}util.forEach(this.itemSet.items,function(item){var start=getStart(item);var end=getEnd(item);var startSide;var endSide;if(this.options.rtl){startSide=start-(item.getWidthRight()+10)*factor;endSide=end+(item.getWidthLeft()+10)*factor}else{startSide=start-(item.getWidthLeft()+10)*factor;endSide=end+(item.getWidthRight()+10)*factor}if(startSide<min){min=startSide;minItem=item}if(endSide>max){max=endSide;maxItem=item}}.bind(this));if(minItem&&maxItem){var lhs=minItem.getWidthLeft()+10;var rhs=maxItem.getWidthRight()+10;var delta=this.props.center.width-lhs-rhs;if(delta>0){if(this.options.rtl){min=getStart(minItem)-rhs*interval/delta;max=getEnd(maxItem)+lhs*interval/delta}else{min=getStart(minItem)-lhs*interval/delta;max=getEnd(maxItem)+rhs*interval/delta}}}}return{min:min!=null?new Date(min):null,max:max!=null?new Date(max):null}};Timeline.prototype.getDataRange=function(){var min=null;var max=null;var dataset=this.itemsData&&this.itemsData.getDataSet();if(dataset){dataset.forEach(function(item){var start=util.convert(item.start,\"Date\").valueOf();var end=util.convert(item.end!=undefined?item.end:item.start,\"Date\").valueOf();if(min===null||start<min){min=start}if(max===null||end>max){max=end}})}return{min:min!=null?new Date(min):null,max:max!=null?new Date(max):null}};Timeline.prototype.getEventProperties=function(event){var clientX=event.center?event.center.x:event.clientX;var clientY=event.center?event.center.y:event.clientY;var x;if(this.options.rtl){x=util.getAbsoluteRight(this.dom.centerContainer)-clientX}else{x=clientX-util.getAbsoluteLeft(this.dom.centerContainer)}var y=clientY-util.getAbsoluteTop(this.dom.centerContainer);var item=this.itemSet.itemFromTarget(event);var group=this.itemSet.groupFromTarget(event);var customTime=CustomTime.customTimeFromTarget(event);var snap=this.itemSet.options.snap||null;var scale=this.body.util.getScale();var step=this.body.util.getStep();var time=this._toTime(x);var snappedTime=snap?snap(time,scale,step):time;var element=util.getTarget(event);var what=null;if(item!=null){what=\"item\"}else if(customTime!=null){what=\"custom-time\"}else if(util.hasParent(element,this.timeAxis.dom.foreground)){what=\"axis\"}else if(this.timeAxis2&&util.hasParent(element,this.timeAxis2.dom.foreground)){what=\"axis\"}else if(util.hasParent(element,this.itemSet.dom.labelSet)){what=\"group-label\"}else if(util.hasParent(element,this.currentTime.bar)){what=\"current-time\"}else if(util.hasParent(element,this.dom.center)){what=\"background\"}return{event:event,item:item?item.id:null,group:group?group.groupId:null,what:what,pageX:event.srcEvent?event.srcEvent.pageX:event.pageX,pageY:event.srcEvent?event.srcEvent.pageY:event.pageY,x:x,y:y,time:time,snappedTime:snappedTime}};Timeline.prototype.toggleRollingMode=function(){if(this.range.rolling){this.range.stopRolling()}else{if(this.options.rollingMode==undefined){this.setOptions(this.options)}this.range.startRolling()}};module.exports=Timeline},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _stringify=__webpack_require__(19);var _stringify2=_interopRequireDefault(_stringify);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Hammer=__webpack_require__(10);var hammerUtil=__webpack_require__(37);var util=__webpack_require__(2);var ColorPicker=function(){function ColorPicker(){var pixelRatio=arguments.length>0&&arguments[0]!==undefined?arguments[0]:1;(0,_classCallCheck3[\"default\"])(this,ColorPicker);this.pixelRatio=pixelRatio;this.generated=false;this.centerCoordinates={x:289/2,y:289/2};this.r=289*.49;this.color={r:255,g:255,b:255,a:1};this.hueCircle=undefined;this.initialColor={r:255,g:255,b:255,a:1};this.previousColor=undefined;this.applied=false;this.updateCallback=function(){};this.closeCallback=function(){};this._create()}(0,_createClass3[\"default\"])(ColorPicker,[{key:\"insertTo\",value:function insertTo(container){if(this.hammer!==undefined){this.hammer.destroy();this.hammer=undefined}this.container=container;this.container.appendChild(this.frame);this._bindHammer();this._setSize()}},{key:\"setUpdateCallback\",value:function setUpdateCallback(callback){if(typeof callback===\"function\"){this.updateCallback=callback}else{throw new Error(\"Function attempted to set as colorPicker update callback is not a function.\")}}},{key:\"setCloseCallback\",value:function setCloseCallback(callback){if(typeof callback===\"function\"){this.closeCallback=callback}else{throw new Error(\"Function attempted to set as colorPicker closing callback is not a function.\")}}},{key:\"_isColorString\",value:function _isColorString(color){var htmlColors={black:\"#000000\",navy:\"#000080\",darkblue:\"#00008B\",mediumblue:\"#0000CD\",blue:\"#0000FF\",darkgreen:\"#006400\",green:\"#008000\",teal:\"#008080\",darkcyan:\"#008B8B\",deepskyblue:\"#00BFFF\",darkturquoise:\"#00CED1\",mediumspringgreen:\"#00FA9A\",lime:\"#00FF00\",springgreen:\"#00FF7F\",aqua:\"#00FFFF\",cyan:\"#00FFFF\",midnightblue:\"#191970\",dodgerblue:\"#1E90FF\",lightseagreen:\"#20B2AA\",forestgreen:\"#228B22\",seagreen:\"#2E8B57\",darkslategray:\"#2F4F4F\",limegreen:\"#32CD32\",mediumseagreen:\"#3CB371\",turquoise:\"#40E0D0\",royalblue:\"#4169E1\",steelblue:\"#4682B4\",darkslateblue:\"#483D8B\",mediumturquoise:\"#48D1CC\",indigo:\"#4B0082\",darkolivegreen:\"#556B2F\",cadetblue:\"#5F9EA0\",cornflowerblue:\"#6495ED\",mediumaquamarine:\"#66CDAA\",dimgray:\"#696969\",slateblue:\"#6A5ACD\",olivedrab:\"#6B8E23\",slategray:\"#708090\",lightslategray:\"#778899\",mediumslateblue:\"#7B68EE\",lawngreen:\"#7CFC00\",chartreuse:\"#7FFF00\",aquamarine:\"#7FFFD4\",maroon:\"#800000\",purple:\"#800080\",olive:\"#808000\",gray:\"#808080\",skyblue:\"#87CEEB\",lightskyblue:\"#87CEFA\",blueviolet:\"#8A2BE2\",darkred:\"#8B0000\",darkmagenta:\"#8B008B\",saddlebrown:\"#8B4513\",darkseagreen:\"#8FBC8F\",lightgreen:\"#90EE90\",mediumpurple:\"#9370D8\",darkviolet:\"#9400D3\",palegreen:\"#98FB98\",darkorchid:\"#9932CC\",yellowgreen:\"#9ACD32\",sienna:\"#A0522D\",brown:\"#A52A2A\",darkgray:\"#A9A9A9\",lightblue:\"#ADD8E6\",greenyellow:\"#ADFF2F\",paleturquoise:\"#AFEEEE\",lightsteelblue:\"#B0C4DE\",powderblue:\"#B0E0E6\",firebrick:\"#B22222\",darkgoldenrod:\"#B8860B\",mediumorchid:\"#BA55D3\",rosybrown:\"#BC8F8F\",darkkhaki:\"#BDB76B\",silver:\"#C0C0C0\",mediumvioletred:\"#C71585\",indianred:\"#CD5C5C\",peru:\"#CD853F\",chocolate:\"#D2691E\",tan:\"#D2B48C\",lightgrey:\"#D3D3D3\",palevioletred:\"#D87093\",thistle:\"#D8BFD8\",orchid:\"#DA70D6\",goldenrod:\"#DAA520\",crimson:\"#DC143C\",gainsboro:\"#DCDCDC\",plum:\"#DDA0DD\",burlywood:\"#DEB887\",lightcyan:\"#E0FFFF\",lavender:\"#E6E6FA\",darksalmon:\"#E9967A\",violet:\"#EE82EE\",palegoldenrod:\"#EEE8AA\",lightcoral:\"#F08080\",khaki:\"#F0E68C\",aliceblue:\"#F0F8FF\",honeydew:\"#F0FFF0\",azure:\"#F0FFFF\",sandybrown:\"#F4A460\",wheat:\"#F5DEB3\",beige:\"#F5F5DC\",whitesmoke:\"#F5F5F5\",mintcream:\"#F5FFFA\",ghostwhite:\"#F8F8FF\",salmon:\"#FA8072\",antiquewhite:\"#FAEBD7\",linen:\"#FAF0E6\",lightgoldenrodyellow:\"#FAFAD2\",oldlace:\"#FDF5E6\",red:\"#FF0000\",fuchsia:\"#FF00FF\",magenta:\"#FF00FF\",deeppink:\"#FF1493\",orangered:\"#FF4500\",tomato:\"#FF6347\",hotpink:\"#FF69B4\",coral:\"#FF7F50\",darkorange:\"#FF8C00\",lightsalmon:\"#FFA07A\",orange:\"#FFA500\",lightpink:\"#FFB6C1\",pink:\"#FFC0CB\",gold:\"#FFD700\",peachpuff:\"#FFDAB9\",navajowhite:\"#FFDEAD\",moccasin:\"#FFE4B5\",bisque:\"#FFE4C4\",mistyrose:\"#FFE4E1\",blanchedalmond:\"#FFEBCD\",papayawhip:\"#FFEFD5\",lavenderblush:\"#FFF0F5\",seashell:\"#FFF5EE\",cornsilk:\"#FFF8DC\",lemonchiffon:\"#FFFACD\",floralwhite:\"#FFFAF0\",snow:\"#FFFAFA\",yellow:\"#FFFF00\",lightyellow:\"#FFFFE0\",ivory:\"#FFFFF0\",white:\"#FFFFFF\"};if(typeof color===\"string\"){return htmlColors[color]}}},{key:\"setColor\",value:function setColor(color){var setInitial=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;if(color===\"none\"){return}var rgba=void 0;var htmlColor=this._isColorString(color);if(htmlColor!==undefined){color=htmlColor}if(util.isString(color)===true){if(util.isValidRGB(color)===true){var rgbaArray=color.substr(4).substr(0,color.length-5).split(\",\");rgba={r:rgbaArray[0],g:rgbaArray[1],b:rgbaArray[2],a:1}}else if(util.isValidRGBA(color)===true){var _rgbaArray=color.substr(5).substr(0,color.length-6).split(\",\");rgba={r:_rgbaArray[0],g:_rgbaArray[1],b:_rgbaArray[2],a:_rgbaArray[3]}}else if(util.isValidHex(color)===true){var rgbObj=util.hexToRGB(color);rgba={r:rgbObj.r,g:rgbObj.g,b:rgbObj.b,a:1}}}else{if(color instanceof Object){if(color.r!==undefined&&color.g!==undefined&&color.b!==undefined){var alpha=color.a!==undefined?color.a:\"1.0\";rgba={r:color.r,g:color.g,b:color.b,a:alpha}}}}if(rgba===undefined){throw new Error(\"Unknown color passed to the colorPicker. Supported are strings: rgb, hex, rgba. Object: rgb ({r:r,g:g,b:b,[a:a]}). Supplied: \"+(0,_stringify2[\"default\"])(color))}else{this._setColor(rgba,setInitial)}}},{key:\"show\",value:function show(){if(this.closeCallback!==undefined){this.closeCallback();this.closeCallback=undefined}this.applied=false;this.frame.style.display=\"block\";this._generateHueCircle()}},{key:\"_hide\",value:function _hide(){var _this=this;var storePrevious=arguments.length>0&&arguments[0]!==undefined?arguments[0]:true;if(storePrevious===true){this.previousColor=util.extend({},this.color)}if(this.applied===true){this.updateCallback(this.initialColor)}this.frame.style.display=\"none\";setTimeout(function(){if(_this.closeCallback!==undefined){_this.closeCallback();_this.closeCallback=undefined}},0)}},{key:\"_save\",value:function _save(){this.updateCallback(this.color);this.applied=false;this._hide()}},{key:\"_apply\",value:function _apply(){this.applied=true;this.updateCallback(this.color);this._updatePicker(this.color)}},{key:\"_loadLast\",value:function _loadLast(){if(this.previousColor!==undefined){this.setColor(this.previousColor,false)}else{alert(\"There is no last color to load...\")}}},{key:\"_setColor\",value:function _setColor(rgba){var setInitial=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;if(setInitial===true){this.initialColor=util.extend({},rgba)}this.color=rgba;var hsv=util.RGBToHSV(rgba.r,rgba.g,rgba.b);var angleConvert=2*Math.PI;var radius=this.r*hsv.s;var x=this.centerCoordinates.x+radius*Math.sin(angleConvert*hsv.h);var y=this.centerCoordinates.y+radius*Math.cos(angleConvert*hsv.h);this.colorPickerSelector.style.left=x-.5*this.colorPickerSelector.clientWidth+\"px\";this.colorPickerSelector.style.top=y-.5*this.colorPickerSelector.clientHeight+\"px\";this._updatePicker(rgba)}},{key:\"_setOpacity\",value:function _setOpacity(value){this.color.a=value/100;this._updatePicker(this.color)}},{key:\"_setBrightness\",value:function _setBrightness(value){var hsv=util.RGBToHSV(this.color.r,this.color.g,this.color.b);hsv.v=value/100;var rgba=util.HSVToRGB(hsv.h,hsv.s,hsv.v);rgba[\"a\"]=this.color.a;this.color=rgba;this._updatePicker()}},{key:\"_updatePicker\",value:function _updatePicker(){var rgba=arguments.length>0&&arguments[0]!==undefined?arguments[0]:this.color;var hsv=util.RGBToHSV(rgba.r,rgba.g,rgba.b);var ctx=this.colorPickerCanvas.getContext(\"2d\");if(this.pixelRation===undefined){this.pixelRatio=(window.devicePixelRatio||1)/(ctx.webkitBackingStorePixelRatio||ctx.mozBackingStorePixelRatio||ctx.msBackingStorePixelRatio||ctx.oBackingStorePixelRatio||ctx.backingStorePixelRatio||1)}ctx.setTransform(this.pixelRatio,0,0,this.pixelRatio,0,0);var w=this.colorPickerCanvas.clientWidth;var h=this.colorPickerCanvas.clientHeight;ctx.clearRect(0,0,w,h);ctx.putImageData(this.hueCircle,0,0);ctx.fillStyle=\"rgba(0,0,0,\"+(1-hsv.v)+\")\";ctx.circle(this.centerCoordinates.x,this.centerCoordinates.y,this.r);ctx.fill();this.brightnessRange.value=100*hsv.v;this.opacityRange.value=100*rgba.a;this.initialColorDiv.style.backgroundColor=\"rgba(\"+this.initialColor.r+\",\"+this.initialColor.g+\",\"+this.initialColor.b+\",\"+this.initialColor.a+\")\";this.newColorDiv.style.backgroundColor=\"rgba(\"+this.color.r+\",\"+this.color.g+\",\"+this.color.b+\",\"+this.color.a+\")\"}},{key:\"_setSize\",value:function _setSize(){this.colorPickerCanvas.style.width=\"100%\";this.colorPickerCanvas.style.height=\"100%\";this.colorPickerCanvas.width=289*this.pixelRatio;this.colorPickerCanvas.height=289*this.pixelRatio}},{key:\"_create\",value:function _create(){this.frame=document.createElement(\"div\");this.frame.className=\"vis-color-picker\";this.colorPickerDiv=document.createElement(\"div\");this.colorPickerSelector=document.createElement(\"div\");this.colorPickerSelector.className=\"vis-selector\";this.colorPickerDiv.appendChild(this.colorPickerSelector);this.colorPickerCanvas=document.createElement(\"canvas\");this.colorPickerDiv.appendChild(this.colorPickerCanvas);if(!this.colorPickerCanvas.getContext){var noCanvas=document.createElement(\"DIV\");noCanvas.style.color=\"red\";noCanvas.style.fontWeight=\"bold\";noCanvas.style.padding=\"10px\";noCanvas.innerHTML=\"Error: your browser does not support HTML canvas\";this.colorPickerCanvas.appendChild(noCanvas)}else{var ctx=this.colorPickerCanvas.getContext(\"2d\");this.pixelRatio=(window.devicePixelRatio||1)/(ctx.webkitBackingStorePixelRatio||ctx.mozBackingStorePixelRatio||ctx.msBackingStorePixelRatio||ctx.oBackingStorePixelRatio||ctx.backingStorePixelRatio||1);this.colorPickerCanvas.getContext(\"2d\").setTransform(this.pixelRatio,0,0,this.pixelRatio,0,0)}this.colorPickerDiv.className=\"vis-color\";this.opacityDiv=document.createElement(\"div\");this.opacityDiv.className=\"vis-opacity\";this.brightnessDiv=document.createElement(\"div\");this.brightnessDiv.className=\"vis-brightness\";this.arrowDiv=document.createElement(\"div\");this.arrowDiv.className=\"vis-arrow\";this.opacityRange=document.createElement(\"input\");try{this.opacityRange.type=\"range\";this.opacityRange.min=\"0\";this.opacityRange.max=\"100\"}catch(err){}this.opacityRange.value=\"100\";this.opacityRange.className=\"vis-range\";this.brightnessRange=document.createElement(\"input\");try{this.brightnessRange.type=\"range\";this.brightnessRange.min=\"0\";this.brightnessRange.max=\"100\"}catch(err){}this.brightnessRange.value=\"100\";this.brightnessRange.className=\"vis-range\";this.opacityDiv.appendChild(this.opacityRange);this.brightnessDiv.appendChild(this.brightnessRange);var me=this;this.opacityRange.onchange=function(){me._setOpacity(this.value)};this.opacityRange.oninput=function(){me._setOpacity(this.value)};this.brightnessRange.onchange=function(){me._setBrightness(this.value)};this.brightnessRange.oninput=function(){me._setBrightness(this.value)};this.brightnessLabel=document.createElement(\"div\");this.brightnessLabel.className=\"vis-label vis-brightness\";this.brightnessLabel.innerHTML=\"brightness:\";this.opacityLabel=document.createElement(\"div\");this.opacityLabel.className=\"vis-label vis-opacity\";this.opacityLabel.innerHTML=\"opacity:\";this.newColorDiv=document.createElement(\"div\");this.newColorDiv.className=\"vis-new-color\";this.newColorDiv.innerHTML=\"new\";this.initialColorDiv=document.createElement(\"div\");this.initialColorDiv.className=\"vis-initial-color\";this.initialColorDiv.innerHTML=\"initial\";this.cancelButton=document.createElement(\"div\");this.cancelButton.className=\"vis-button vis-cancel\";this.cancelButton.innerHTML=\"cancel\";this.cancelButton.onclick=this._hide.bind(this,false);this.applyButton=document.createElement(\"div\");this.applyButton.className=\"vis-button vis-apply\";this.applyButton.innerHTML=\"apply\";this.applyButton.onclick=this._apply.bind(this);this.saveButton=document.createElement(\"div\");this.saveButton.className=\"vis-button vis-save\";this.saveButton.innerHTML=\"save\";this.saveButton.onclick=this._save.bind(this);this.loadButton=document.createElement(\"div\");this.loadButton.className=\"vis-button vis-load\";this.loadButton.innerHTML=\"load last\";this.loadButton.onclick=this._loadLast.bind(this)\n;this.frame.appendChild(this.colorPickerDiv);this.frame.appendChild(this.arrowDiv);this.frame.appendChild(this.brightnessLabel);this.frame.appendChild(this.brightnessDiv);this.frame.appendChild(this.opacityLabel);this.frame.appendChild(this.opacityDiv);this.frame.appendChild(this.newColorDiv);this.frame.appendChild(this.initialColorDiv);this.frame.appendChild(this.cancelButton);this.frame.appendChild(this.applyButton);this.frame.appendChild(this.saveButton);this.frame.appendChild(this.loadButton)}},{key:\"_bindHammer\",value:function _bindHammer(){var _this2=this;this.drag={};this.pinch={};this.hammer=new Hammer(this.colorPickerCanvas);this.hammer.get(\"pinch\").set({enable:true});hammerUtil.onTouch(this.hammer,function(event){_this2._moveSelector(event)});this.hammer.on(\"tap\",function(event){_this2._moveSelector(event)});this.hammer.on(\"panstart\",function(event){_this2._moveSelector(event)});this.hammer.on(\"panmove\",function(event){_this2._moveSelector(event)});this.hammer.on(\"panend\",function(event){_this2._moveSelector(event)})}},{key:\"_generateHueCircle\",value:function _generateHueCircle(){if(this.generated===false){var ctx=this.colorPickerCanvas.getContext(\"2d\");if(this.pixelRation===undefined){this.pixelRatio=(window.devicePixelRatio||1)/(ctx.webkitBackingStorePixelRatio||ctx.mozBackingStorePixelRatio||ctx.msBackingStorePixelRatio||ctx.oBackingStorePixelRatio||ctx.backingStorePixelRatio||1)}ctx.setTransform(this.pixelRatio,0,0,this.pixelRatio,0,0);var w=this.colorPickerCanvas.clientWidth;var h=this.colorPickerCanvas.clientHeight;ctx.clearRect(0,0,w,h);var x=void 0,y=void 0,hue=void 0,sat=void 0;this.centerCoordinates={x:w*.5,y:h*.5};this.r=.49*w;var angleConvert=2*Math.PI/360;var hfac=1/360;var sfac=1/this.r;var rgb=void 0;for(hue=0;hue<360;hue++){for(sat=0;sat<this.r;sat++){x=this.centerCoordinates.x+sat*Math.sin(angleConvert*hue);y=this.centerCoordinates.y+sat*Math.cos(angleConvert*hue);rgb=util.HSVToRGB(hue*hfac,sat*sfac,1);ctx.fillStyle=\"rgb(\"+rgb.r+\",\"+rgb.g+\",\"+rgb.b+\")\";ctx.fillRect(x-.5,y-.5,2,2)}}ctx.strokeStyle=\"rgba(0,0,0,1)\";ctx.circle(this.centerCoordinates.x,this.centerCoordinates.y,this.r);ctx.stroke();this.hueCircle=ctx.getImageData(0,0,w,h)}this.generated=true}},{key:\"_moveSelector\",value:function _moveSelector(event){var rect=this.colorPickerDiv.getBoundingClientRect();var left=event.center.x-rect.left;var top=event.center.y-rect.top;var centerY=.5*this.colorPickerDiv.clientHeight;var centerX=.5*this.colorPickerDiv.clientWidth;var x=left-centerX;var y=top-centerY;var angle=Math.atan2(x,y);var radius=.98*Math.min(Math.sqrt(x*x+y*y),centerX);var newTop=Math.cos(angle)*radius+centerY;var newLeft=Math.sin(angle)*radius+centerX;this.colorPickerSelector.style.top=newTop-.5*this.colorPickerSelector.clientHeight+\"px\";this.colorPickerSelector.style.left=newLeft-.5*this.colorPickerSelector.clientWidth+\"px\";var h=angle/(2*Math.PI);h=h<0?h+1:h;var s=radius/this.r;var hsv=util.RGBToHSV(this.color.r,this.color.g,this.color.b);hsv.h=h;hsv.s=s;var rgba=util.HSVToRGB(hsv.h,hsv.s,hsv.v);rgba[\"a\"]=this.color.a;this.color=rgba;this.initialColorDiv.style.backgroundColor=\"rgba(\"+this.initialColor.r+\",\"+this.initialColor.g+\",\"+this.initialColor.b+\",\"+this.initialColor.a+\")\";this.newColorDiv.style.backgroundColor=\"rgba(\"+this.color.r+\",\"+this.color.g+\",\"+this.color.b+\",\"+this.color.a+\")\"}}]);return ColorPicker}();exports[\"default\"]=ColorPicker},function(module,exports,__webpack_require__){\"use strict\";var moment=__webpack_require__(9);var util=__webpack_require__(2);var DataSet=__webpack_require__(11);var DataView=__webpack_require__(12);var Range=__webpack_require__(64);var Core=__webpack_require__(65);var TimeAxis=__webpack_require__(45);var CurrentTime=__webpack_require__(67);var CustomTime=__webpack_require__(46);var LineGraph=__webpack_require__(106);var printStyle=__webpack_require__(15).printStyle;var allOptions=__webpack_require__(113).allOptions;var configureOptions=__webpack_require__(113).configureOptions;var Configurator=__webpack_require__(71)[\"default\"];var Validator=__webpack_require__(15)[\"default\"];function Graph2d(container,items,groups,options){if(!(Array.isArray(groups)||groups instanceof DataSet||groups instanceof DataView)&&groups instanceof Object){var forthArgument=options;options=groups;groups=forthArgument}if(options&&options.throttleRedraw){console.warn('Graph2d option \"throttleRedraw\" is DEPRICATED and no longer supported. It will be removed in the next MAJOR release.')}var me=this;this.defaultOptions={start:null,end:null,autoResize:true,orientation:{axis:\"bottom\",item:\"bottom\"},moment:moment,width:null,height:null,maxHeight:null,minHeight:null};this.options=util.deepExtend({},this.defaultOptions);this._create(container);this.components=[];this.body={dom:this.dom,domProps:this.props,emitter:{on:this.on.bind(this),off:this.off.bind(this),emit:this.emit.bind(this)},hiddenDates:[],util:{toScreen:me._toScreen.bind(me),toGlobalScreen:me._toGlobalScreen.bind(me),toTime:me._toTime.bind(me),toGlobalTime:me._toGlobalTime.bind(me)}};this.range=new Range(this.body);this.components.push(this.range);this.body.range=this.range;this.timeAxis=new TimeAxis(this.body);this.components.push(this.timeAxis);this.currentTime=new CurrentTime(this.body);this.components.push(this.currentTime);this.linegraph=new LineGraph(this.body);this.components.push(this.linegraph);this.itemsData=null;this.groupsData=null;this.on(\"tap\",function(event){me.emit(\"click\",me.getEventProperties(event))});this.on(\"doubletap\",function(event){me.emit(\"doubleClick\",me.getEventProperties(event))});this.dom.root.oncontextmenu=function(event){me.emit(\"contextmenu\",me.getEventProperties(event))};if(options){this.setOptions(options)}if(groups){this.setGroups(groups)}if(items){this.setItems(items)}this._redraw()}Graph2d.prototype=new Core;Graph2d.prototype.setOptions=function(options){var errorFound=Validator.validate(options,allOptions);if(errorFound===true){console.log(\"%cErrors have been found in the supplied options object.\",printStyle)}Core.prototype.setOptions.call(this,options)};Graph2d.prototype.setItems=function(items){var initialLoad=this.itemsData==null;var newDataSet;if(!items){newDataSet=null}else if(items instanceof DataSet||items instanceof DataView){newDataSet=items}else{newDataSet=new DataSet(items,{type:{start:\"Date\",end:\"Date\"}})}this.itemsData=newDataSet;this.linegraph&&this.linegraph.setItems(newDataSet);if(initialLoad){if(this.options.start!=undefined||this.options.end!=undefined){var start=this.options.start!=undefined?this.options.start:null;var end=this.options.end!=undefined?this.options.end:null;this.setWindow(start,end,{animation:false})}else{this.fit({animation:false})}}};Graph2d.prototype.setGroups=function(groups){var newDataSet;if(!groups){newDataSet=null}else if(groups instanceof DataSet||groups instanceof DataView){newDataSet=groups}else{newDataSet=new DataSet(groups)}this.groupsData=newDataSet;this.linegraph.setGroups(newDataSet)};Graph2d.prototype.getLegend=function(groupId,width,height){if(width===undefined){width=15}if(height===undefined){height=15}if(this.linegraph.groups[groupId]!==undefined){return this.linegraph.groups[groupId].getLegend(width,height)}else{return\"cannot find group:'\"+groupId+\"'\"}};Graph2d.prototype.isGroupVisible=function(groupId){if(this.linegraph.groups[groupId]!==undefined){return this.linegraph.groups[groupId].visible&&(this.linegraph.options.groups.visibility[groupId]===undefined||this.linegraph.options.groups.visibility[groupId]==true)}else{return false}};Graph2d.prototype.getDataRange=function(){var min=null;var max=null;for(var groupId in this.linegraph.groups){if(this.linegraph.groups.hasOwnProperty(groupId)){if(this.linegraph.groups[groupId].visible==true){for(var i=0;i<this.linegraph.groups[groupId].itemsData.length;i++){var item=this.linegraph.groups[groupId].itemsData[i];var value=util.convert(item.x,\"Date\").valueOf();min=min==null?value:min>value?value:min;max=max==null?value:max<value?value:max}}}}return{min:min!=null?new Date(min):null,max:max!=null?new Date(max):null}};Graph2d.prototype.getEventProperties=function(event){var clientX=event.center?event.center.x:event.clientX;var clientY=event.center?event.center.y:event.clientY;var x=clientX-util.getAbsoluteLeft(this.dom.centerContainer);var y=clientY-util.getAbsoluteTop(this.dom.centerContainer);var time=this._toTime(x);var customTime=CustomTime.customTimeFromTarget(event);var element=util.getTarget(event);var what=null;if(util.hasParent(element,this.timeAxis.dom.foreground)){what=\"axis\"}else if(this.timeAxis2&&util.hasParent(element,this.timeAxis2.dom.foreground)){what=\"axis\"}else if(util.hasParent(element,this.linegraph.yAxisLeft.dom.frame)){what=\"data-axis\"}else if(util.hasParent(element,this.linegraph.yAxisRight.dom.frame)){what=\"data-axis\"}else if(util.hasParent(element,this.linegraph.legendLeft.dom.frame)){what=\"legend\"}else if(util.hasParent(element,this.linegraph.legendRight.dom.frame)){what=\"legend\"}else if(customTime!=null){what=\"custom-time\"}else if(util.hasParent(element,this.currentTime.bar)){what=\"current-time\"}else if(util.hasParent(element,this.dom.center)){what=\"background\"}var value=[];var yAxisLeft=this.linegraph.yAxisLeft;var yAxisRight=this.linegraph.yAxisRight;if(!yAxisLeft.hidden&&this.itemsData.length>0){value.push(yAxisLeft.screenToValue(y))}if(!yAxisRight.hidden&&this.itemsData.length>0){value.push(yAxisRight.screenToValue(y))}return{event:event,what:what,pageX:event.srcEvent?event.srcEvent.pageX:event.pageX,pageY:event.srcEvent?event.srcEvent.pageY:event.pageY,x:x,y:y,time:time,value:value}};Graph2d.prototype._createConfigurator=function(){return new Configurator(this,this.dom.container,configureOptions)};module.exports=Graph2d},function(module,exports,__webpack_require__){\"use strict\";exports.util=__webpack_require__(2);exports.DOMutil=__webpack_require__(14);exports.DataSet=__webpack_require__(11);exports.DataView=__webpack_require__(12);exports.Queue=__webpack_require__(43);exports.Network=__webpack_require__(182);exports.network={Images:__webpack_require__(116),dotparser:__webpack_require__(114),gephiParser:__webpack_require__(115),allOptions:__webpack_require__(122)};exports.network.convertDot=function(input){return exports.network.dotparser.DOTToGraph(input)};exports.network.convertGephi=function(input,options){return exports.network.gephiParser.parseGephi(input,options)};exports.moment=__webpack_require__(9);exports.Hammer=__webpack_require__(10);exports.keycharm=__webpack_require__(35)},function(module,exports,__webpack_require__){\"use strict\";__webpack_require__(183);var Emitter=__webpack_require__(44);var util=__webpack_require__(2);var dotparser=__webpack_require__(114);var gephiParser=__webpack_require__(115);var Activator=__webpack_require__(97);var locales=__webpack_require__(184);var Images=__webpack_require__(116)[\"default\"];var Groups=__webpack_require__(186)[\"default\"];var NodesHandler=__webpack_require__(187)[\"default\"];var EdgesHandler=__webpack_require__(214)[\"default\"];var PhysicsEngine=__webpack_require__(220)[\"default\"];var ClusterEngine=__webpack_require__(227)[\"default\"];var CanvasRenderer=__webpack_require__(229)[\"default\"];var Canvas=__webpack_require__(230)[\"default\"];var View=__webpack_require__(231)[\"default\"];var InteractionHandler=__webpack_require__(232)[\"default\"];var SelectionHandler=__webpack_require__(234)[\"default\"];var LayoutEngine=__webpack_require__(235)[\"default\"];var ManipulationSystem=__webpack_require__(237)[\"default\"];var Configurator=__webpack_require__(71)[\"default\"];var Validator=__webpack_require__(15)[\"default\"];var _require=__webpack_require__(15),printStyle=_require.printStyle;var _require2=__webpack_require__(122),allOptions=_require2.allOptions,configureOptions=_require2.configureOptions;var KamadaKawai=__webpack_require__(238)[\"default\"];function Network(container,data,options){var _this=this;if(!(this instanceof Network)){throw new SyntaxError(\"Constructor must be called with the new operator\")}this.options={};this.defaultOptions={locale:\"en\",locales:locales,clickToUse:false};util.extend(this.options,this.defaultOptions);this.body={container:container,nodes:{},nodeIndices:[],edges:{},edgeIndices:[],emitter:{on:this.on.bind(this),off:this.off.bind(this),emit:this.emit.bind(this),once:this.once.bind(this)},eventListeners:{onTap:function onTap(){},onTouch:function onTouch(){},onDoubleTap:function onDoubleTap(){},onHold:function onHold(){},onDragStart:function onDragStart(){},onDrag:function onDrag(){},onDragEnd:function onDragEnd(){},onMouseWheel:function onMouseWheel(){},onPinch:function onPinch(){},onMouseMove:function onMouseMove(){},onRelease:function onRelease(){},onContext:function onContext(){}},data:{nodes:null,edges:null},functions:{createNode:function createNode(){},createEdge:function createEdge(){},getPointer:function getPointer(){}},modules:{},view:{scale:1,translation:{x:0,y:0}}};this.bindEventListeners();this.images=new Images(function(){return _this.body.emitter.emit(\"_requestRedraw\")});this.groups=new Groups;this.canvas=new Canvas(this.body);this.selectionHandler=new SelectionHandler(this.body,this.canvas);this.interactionHandler=new InteractionHandler(this.body,this.canvas,this.selectionHandler);this.view=new View(this.body,this.canvas);this.renderer=new CanvasRenderer(this.body,this.canvas);this.physics=new PhysicsEngine(this.body);this.layoutEngine=new LayoutEngine(this.body);this.clustering=new ClusterEngine(this.body);this.manipulation=new ManipulationSystem(this.body,this.canvas,this.selectionHandler);this.nodesHandler=new NodesHandler(this.body,this.images,this.groups,this.layoutEngine);this.edgesHandler=new EdgesHandler(this.body,this.images,this.groups);this.body.modules[\"kamadaKawai\"]=new KamadaKawai(this.body,150,.05);this.body.modules[\"clustering\"]=this.clustering;this.canvas._create();this.setOptions(options);this.setData(data)}Emitter(Network.prototype);Network.prototype.setOptions=function(options){var _this2=this;if(options!==undefined){var errorFound=Validator.validate(options,allOptions);if(errorFound===true){console.log(\"%cErrors have been found in the supplied options object.\",printStyle)}var fields=[\"locale\",\"locales\",\"clickToUse\"];util.selectiveDeepExtend(fields,this.options,options);options=this.layoutEngine.setOptions(options.layout,options);this.canvas.setOptions(options);this.groups.setOptions(options.groups);this.nodesHandler.setOptions(options.nodes);this.edgesHandler.setOptions(options.edges);this.physics.setOptions(options.physics);this.manipulation.setOptions(options.manipulation,options,this.options);this.interactionHandler.setOptions(options.interaction);this.renderer.setOptions(options.interaction);this.selectionHandler.setOptions(options.interaction);if(options.groups!==undefined){this.body.emitter.emit(\"refreshNodes\")}if(\"configure\"in options){if(!this.configurator){this.configurator=new Configurator(this,this.body.container,configureOptions,this.canvas.pixelRatio)}this.configurator.setOptions(options.configure)}if(this.configurator&&this.configurator.options.enabled===true){var networkOptions={nodes:{},edges:{},layout:{},interaction:{},manipulation:{},physics:{},global:{}};util.deepExtend(networkOptions.nodes,this.nodesHandler.options);util.deepExtend(networkOptions.edges,this.edgesHandler.options);util.deepExtend(networkOptions.layout,this.layoutEngine.options);util.deepExtend(networkOptions.interaction,this.selectionHandler.options);util.deepExtend(networkOptions.interaction,this.renderer.options);util.deepExtend(networkOptions.interaction,this.interactionHandler.options);util.deepExtend(networkOptions.manipulation,this.manipulation.options);util.deepExtend(networkOptions.physics,this.physics.options);util.deepExtend(networkOptions.global,this.canvas.options);util.deepExtend(networkOptions.global,this.options);this.configurator.setModuleOptions(networkOptions)}if(options.clickToUse!==undefined){if(options.clickToUse===true){if(this.activator===undefined){this.activator=new Activator(this.canvas.frame);this.activator.on(\"change\",function(){_this2.body.emitter.emit(\"activate\")})}}else{if(this.activator!==undefined){this.activator.destroy();delete this.activator}this.body.emitter.emit(\"activate\")}}else{this.body.emitter.emit(\"activate\")}this.canvas.setSize();this.body.emitter.emit(\"startSimulation\")}};Network.prototype._updateVisibleIndices=function(){var nodes=this.body.nodes;var edges=this.body.edges;this.body.nodeIndices=[];this.body.edgeIndices=[];for(var nodeId in nodes){if(nodes.hasOwnProperty(nodeId)){if(!this.clustering._isClusteredNode(nodeId)&&nodes[nodeId].options.hidden===false){this.body.nodeIndices.push(nodes[nodeId].id)}}}for(var edgeId in edges){if(edges.hasOwnProperty(edgeId)){var edge=edges[edgeId];var fromNode=nodes[edge.fromId];var toNode=nodes[edge.toId];var edgeNodesPresent=fromNode!==undefined&&toNode!==undefined;var isVisible=!this.clustering._isClusteredEdge(edgeId)&&edge.options.hidden===false&&edgeNodesPresent&&fromNode.options.hidden===false&&toNode.options.hidden===false;if(isVisible){this.body.edgeIndices.push(edge.id)}}}};Network.prototype.bindEventListeners=function(){var _this3=this;this.body.emitter.on(\"_dataChanged\",function(){_this3.edgesHandler._updateState();_this3.body.emitter.emit(\"_dataUpdated\")});this.body.emitter.on(\"_dataUpdated\",function(){_this3.clustering._updateState();_this3._updateVisibleIndices();_this3._updateValueRange(_this3.body.nodes);_this3._updateValueRange(_this3.body.edges);_this3.body.emitter.emit(\"startSimulation\");_this3.body.emitter.emit(\"_requestRedraw\")})};Network.prototype.setData=function(data){this.body.emitter.emit(\"resetPhysics\");this.body.emitter.emit(\"_resetData\");this.selectionHandler.unselectAll();if(data&&data.dot&&(data.nodes||data.edges)){throw new SyntaxError('Data must contain either parameter \"dot\" or '+' parameter pair \"nodes\" and \"edges\", but not both.')}this.setOptions(data&&data.options);if(data&&data.dot){console.log(\"The dot property has been deprecated. Please use the static convertDot method to convert DOT into vis.network format and use the normal data format with nodes and edges. This converter is used like this: var data = vis.network.convertDot(dotString);\");var dotData=dotparser.DOTToGraph(data.dot);this.setData(dotData);return}else if(data&&data.gephi){console.log(\"The gephi property has been deprecated. Please use the static convertGephi method to convert gephi into vis.network format and use the normal data format with nodes and edges. This converter is used like this: var data = vis.network.convertGephi(gephiJson);\");var gephiData=gephiParser.parseGephi(data.gephi);this.setData(gephiData);return}else{this.nodesHandler.setData(data&&data.nodes,true);this.edgesHandler.setData(data&&data.edges,true)}this.body.emitter.emit(\"_dataChanged\");this.body.emitter.emit(\"_dataLoaded\");this.body.emitter.emit(\"initPhysics\")};Network.prototype.destroy=function(){this.body.emitter.emit(\"destroy\");this.body.emitter.off();this.off();delete this.groups;delete this.canvas;delete this.selectionHandler;delete this.interactionHandler;delete this.view;delete this.renderer;delete this.physics;delete this.layoutEngine;delete this.clustering;delete this.manipulation;delete this.nodesHandler;delete this.edgesHandler;delete this.configurator;delete this.images;for(var nodeId in this.body.nodes){if(!this.body.nodes.hasOwnProperty(nodeId))continue;delete this.body.nodes[nodeId]}for(var edgeId in this.body.edges){if(!this.body.edges.hasOwnProperty(edgeId))continue;delete this.body.edges[edgeId]}util.recursiveDOMDelete(this.body.container)};Network.prototype._updateValueRange=function(obj){var id;var valueMin=undefined;var valueMax=undefined;var valueTotal=0;for(id in obj){if(obj.hasOwnProperty(id)){var value=obj[id].getValue();if(value!==undefined){valueMin=valueMin===undefined?value:Math.min(value,valueMin);valueMax=valueMax===undefined?value:Math.max(value,valueMax);valueTotal+=value}}}if(valueMin!==undefined&&valueMax!==undefined){for(id in obj){if(obj.hasOwnProperty(id)){obj[id].setValueRange(valueMin,valueMax,valueTotal)}}}};Network.prototype.isActive=function(){return!this.activator||this.activator.active};Network.prototype.setSize=function(){return this.canvas.setSize.apply(this.canvas,arguments)};Network.prototype.canvasToDOM=function(){return this.canvas.canvasToDOM.apply(this.canvas,arguments)};Network.prototype.DOMtoCanvas=function(){return this.canvas.DOMtoCanvas.apply(this.canvas,arguments)};Network.prototype.findNode=function(){return this.clustering.findNode.apply(this.clustering,arguments)};Network.prototype.isCluster=function(){return this.clustering.isCluster.apply(this.clustering,arguments)};Network.prototype.openCluster=function(){return this.clustering.openCluster.apply(this.clustering,arguments)};Network.prototype.cluster=function(){return this.clustering.cluster.apply(this.clustering,arguments)};Network.prototype.getNodesInCluster=function(){return this.clustering.getNodesInCluster.apply(this.clustering,arguments)};Network.prototype.clusterByConnection=function(){return this.clustering.clusterByConnection.apply(this.clustering,arguments)};Network.prototype.clusterByHubsize=function(){return this.clustering.clusterByHubsize.apply(this.clustering,arguments)};Network.prototype.clusterOutliers=function(){return this.clustering.clusterOutliers.apply(this.clustering,arguments)};Network.prototype.getSeed=function(){return this.layoutEngine.getSeed.apply(this.layoutEngine,arguments)};Network.prototype.enableEditMode=function(){return this.manipulation.enableEditMode.apply(this.manipulation,arguments)};Network.prototype.disableEditMode=function(){return this.manipulation.disableEditMode.apply(this.manipulation,arguments)};Network.prototype.addNodeMode=function(){return this.manipulation.addNodeMode.apply(this.manipulation,arguments)};Network.prototype.editNode=function(){return this.manipulation.editNode.apply(this.manipulation,arguments)};Network.prototype.editNodeMode=function(){console.log(\"Deprecated: Please use editNode instead of editNodeMode.\");return this.manipulation.editNode.apply(this.manipulation,arguments)};Network.prototype.addEdgeMode=function(){return this.manipulation.addEdgeMode.apply(this.manipulation,arguments)};Network.prototype.editEdgeMode=function(){return this.manipulation.editEdgeMode.apply(this.manipulation,arguments)};Network.prototype.deleteSelected=function(){return this.manipulation.deleteSelected.apply(this.manipulation,arguments)};Network.prototype.getPositions=function(){return this.nodesHandler.getPositions.apply(this.nodesHandler,arguments)};Network.prototype.storePositions=function(){return this.nodesHandler.storePositions.apply(this.nodesHandler,arguments)};Network.prototype.moveNode=function(){return this.nodesHandler.moveNode.apply(this.nodesHandler,arguments)};Network.prototype.getBoundingBox=function(){return this.nodesHandler.getBoundingBox.apply(this.nodesHandler,arguments)};Network.prototype.getConnectedNodes=function(objectId){if(this.body.nodes[objectId]!==undefined){return this.nodesHandler.getConnectedNodes.apply(this.nodesHandler,arguments)}else{return this.edgesHandler.getConnectedNodes.apply(this.edgesHandler,arguments)}};Network.prototype.getConnectedEdges=function(){return this.nodesHandler.getConnectedEdges.apply(this.nodesHandler,arguments)};Network.prototype.startSimulation=function(){return this.physics.startSimulation.apply(this.physics,arguments)};Network.prototype.stopSimulation=function(){return this.physics.stopSimulation.apply(this.physics,arguments)};Network.prototype.stabilize=function(){return this.physics.stabilize.apply(this.physics,arguments)};Network.prototype.getSelection=function(){return this.selectionHandler.getSelection.apply(this.selectionHandler,arguments)};Network.prototype.setSelection=function(){return this.selectionHandler.setSelection.apply(this.selectionHandler,arguments)};Network.prototype.getSelectedNodes=function(){return this.selectionHandler.getSelectedNodes.apply(this.selectionHandler,arguments)};Network.prototype.getSelectedEdges=function(){return this.selectionHandler.getSelectedEdges.apply(this.selectionHandler,arguments)};Network.prototype.getNodeAt=function(){var node=this.selectionHandler.getNodeAt.apply(this.selectionHandler,arguments);if(node!==undefined&&node.id!==undefined){return node.id}return node};Network.prototype.getEdgeAt=function(){var edge=this.selectionHandler.getEdgeAt.apply(this.selectionHandler,arguments);if(edge!==undefined&&edge.id!==undefined){return edge.id}return edge};Network.prototype.selectNodes=function(){return this.selectionHandler.selectNodes.apply(this.selectionHandler,arguments)};Network.prototype.selectEdges=function(){return this.selectionHandler.selectEdges.apply(this.selectionHandler,arguments)};Network.prototype.unselectAll=function(){this.selectionHandler.unselectAll.apply(this.selectionHandler,arguments);this.redraw()};Network.prototype.redraw=function(){return this.renderer.redraw.apply(this.renderer,arguments)};Network.prototype.getScale=function(){return this.view.getScale.apply(this.view,arguments)};Network.prototype.getViewPosition=function(){return this.view.getViewPosition.apply(this.view,arguments)};Network.prototype.fit=function(){return this.view.fit.apply(this.view,arguments)};Network.prototype.moveTo=function(){return this.view.moveTo.apply(this.view,arguments)};Network.prototype.focus=function(){return this.view.focus.apply(this.view,arguments)};Network.prototype.releaseNode=function(){return this.view.releaseNode.apply(this.view,arguments)};Network.prototype.getOptionsFromConfigurator=function(){var options={};if(this.configurator){options=this.configurator.getOptions.apply(this.configurator)}return options};module.exports=Network},function(module,exports,__webpack_require__){\"use strict\";if(typeof CanvasRenderingContext2D!==\"undefined\"){CanvasRenderingContext2D.prototype.circle=function(x,y,r){this.beginPath();this.arc(x,y,r,0,2*Math.PI,false);this.closePath()};CanvasRenderingContext2D.prototype.square=function(x,y,r){this.beginPath();this.rect(x-r,y-r,r*2,r*2);this.closePath()};CanvasRenderingContext2D.prototype.triangle=function(x,y,r){this.beginPath();r*=1.15;y+=.275*r;var s=r*2;var s2=s/2;var ir=Math.sqrt(3)/6*s;var h=Math.sqrt(s*s-s2*s2);this.moveTo(x,y-(h-ir));this.lineTo(x+s2,y+ir);this.lineTo(x-s2,y+ir);this.lineTo(x,y-(h-ir));this.closePath()};CanvasRenderingContext2D.prototype.triangleDown=function(x,y,r){this.beginPath();r*=1.15;y-=.275*r;var s=r*2;var s2=s/2;var ir=Math.sqrt(3)/6*s;var h=Math.sqrt(s*s-s2*s2);this.moveTo(x,y+(h-ir));this.lineTo(x+s2,y-ir);this.lineTo(x-s2,y-ir);this.lineTo(x,y+(h-ir));this.closePath()};CanvasRenderingContext2D.prototype.star=function(x,y,r){this.beginPath();r*=.82;y+=.1*r;for(var n=0;n<10;n++){var radius=n%2===0?r*1.3:r*.5;this.lineTo(x+radius*Math.sin(n*2*Math.PI/10),y-radius*Math.cos(n*2*Math.PI/10))}this.closePath()};CanvasRenderingContext2D.prototype.diamond=function(x,y,r){this.beginPath();this.lineTo(x,y+r);this.lineTo(x+r,y);this.lineTo(x,y-r);this.lineTo(x-r,y);this.closePath()};CanvasRenderingContext2D.prototype.roundRect=function(x,y,w,h,r){var r2d=Math.PI/180;if(w-2*r<0){r=w/2}if(h-2*r<0){r=h/2}this.beginPath();this.moveTo(x+r,y);this.lineTo(x+w-r,y);this.arc(x+w-r,y+r,r,r2d*270,r2d*360,false);this.lineTo(x+w,y+h-r);this.arc(x+w-r,y+h-r,r,0,r2d*90,false);this.lineTo(x+r,y+h);this.arc(x+r,y+h-r,r,r2d*90,r2d*180,false);this.lineTo(x,y+r);this.arc(x+r,y+r,r,r2d*180,r2d*270,false);this.closePath()};CanvasRenderingContext2D.prototype.ellipse_vis=function(x,y,w,h){var kappa=.5522848,ox=w/2*kappa,oy=h/2*kappa,xe=x+w,ye=y+h,xm=x+w/2,ym=y+h/2;this.beginPath();this.moveTo(x,ym);this.bezierCurveTo(x,ym-oy,xm-ox,y,xm,y);this.bezierCurveTo(xm+ox,y,xe,ym-oy,xe,ym);this.bezierCurveTo(xe,ym+oy,xm+ox,ye,xm,ye);this.bezierCurveTo(xm-ox,ye,x,ym+oy,x,ym);this.closePath()};CanvasRenderingContext2D.prototype.database=function(x,y,w,h){var f=1/3;var wEllipse=w;var hEllipse=h*f;var kappa=.5522848,ox=wEllipse/2*kappa,oy=hEllipse/2*kappa,xe=x+wEllipse,ye=y+hEllipse,xm=x+wEllipse/2,ym=y+hEllipse/2,ymb=y+(h-hEllipse/2),yeb=y+h;this.beginPath();this.moveTo(xe,ym);this.bezierCurveTo(xe,ym+oy,xm+ox,ye,xm,ye);this.bezierCurveTo(xm-ox,ye,x,ym+oy,x,ym);this.bezierCurveTo(x,ym-oy,xm-ox,y,xm,y);this.bezierCurveTo(xm+ox,y,xe,ym-oy,xe,ym);this.lineTo(xe,ymb);this.bezierCurveTo(xe,ymb+oy,xm+ox,yeb,xm,yeb);this.bezierCurveTo(xm-ox,yeb,x,ymb+oy,x,ymb);this.lineTo(x,ym)};CanvasRenderingContext2D.prototype.dashedLine=function(x,y,x2,y2,pattern){this.beginPath();this.moveTo(x,y);var patternLength=pattern.length;var dx=x2-x;var dy=y2-y;var slope=dy/dx;var distRemaining=Math.sqrt(dx*dx+dy*dy);var patternIndex=0;var draw=true;var xStep=0;var dashLength=pattern[0];while(distRemaining>=.1){dashLength=pattern[patternIndex++%patternLength];if(dashLength>distRemaining){dashLength=distRemaining}xStep=Math.sqrt(dashLength*dashLength/(1+slope*slope));xStep=dx<0?-xStep:xStep;x+=xStep;y+=slope*xStep;if(draw===true){this.lineTo(x,y)}else{this.moveTo(x,y)}distRemaining-=dashLength;draw=!draw}};CanvasRenderingContext2D.prototype.hexagon=function(x,y,r){this.beginPath();var sides=6;var a=Math.PI*2/sides;this.moveTo(x+r,y);for(var i=1;i<sides;i++){this.lineTo(x+r*Math.cos(a*i),y+r*Math.sin(a*i))}this.closePath()}}},function(module,exports,__webpack_require__){\"use strict\";exports[\"en\"]={edit:\"Edit\",del:\"Delete selected\",back:\"Back\",addNode:\"Add Node\",addEdge:\"Add Edge\",editNode:\"Edit Node\",editEdge:\"Edit Edge\",addDescription:\"Click in an empty space to place a new node.\",edgeDescription:\"Click on a node and drag the edge to another node to connect them.\",editEdgeDescription:\"Click on the control points and drag them to a node to connect to it.\",createEdgeError:\"Cannot link edges to a cluster.\",deleteClusterError:\"Clusters cannot be deleted.\",editClusterError:\"Clusters cannot be edited.\"};exports[\"en_EN\"]=exports[\"en\"];exports[\"en_US\"]=exports[\"en\"];exports[\"de\"]={edit:\"Editieren\",del:\"Lösche Auswahl\",back:\"Zurück\",addNode:\"Knoten hinzufügen\",addEdge:\"Kante hinzufügen\",editNode:\"Knoten editieren\",editEdge:\"Kante editieren\",addDescription:\"Klicke auf eine freie Stelle, um einen neuen Knoten zu plazieren.\",edgeDescription:\"Klicke auf einen Knoten und ziehe die Kante zu einem anderen Knoten, um diese zu verbinden.\",editEdgeDescription:\"Klicke auf die Verbindungspunkte und ziehe diese auf einen Knoten, um sie zu verbinden.\",createEdgeError:\"Es ist nicht möglich, Kanten mit Clustern zu verbinden.\",deleteClusterError:\"Cluster können nicht gelöscht werden.\",editClusterError:\"Cluster können nicht editiert werden.\"};exports[\"de_DE\"]=exports[\"de\"];exports[\"es\"]={edit:\"Editar\",del:\"Eliminar selección\",back:\"Átras\",addNode:\"Añadir nodo\",addEdge:\"Añadir arista\",editNode:\"Editar nodo\",editEdge:\"Editar arista\",addDescription:\"Haga clic en un lugar vacío para colocar un nuevo nodo.\",edgeDescription:\"Haga clic en un nodo y arrastre la arista hacia otro nodo para conectarlos.\",editEdgeDescription:\"Haga clic en un punto de control y arrastrelo a un nodo para conectarlo.\",createEdgeError:\"No se puede conectar una arista a un grupo.\",deleteClusterError:\"No es posible eliminar grupos.\",editClusterError:\"No es posible editar grupos.\"};exports[\"es_ES\"]=exports[\"es\"];exports[\"it\"]={edit:\"Modifica\",del:\"Cancella la selezione\",back:\"Indietro\",addNode:\"Aggiungi un nodo\",addEdge:\"Aggiungi un vertice\",editNode:\"Modifica il nodo\",editEdge:\"Modifica il vertice\",addDescription:\"Clicca per aggiungere un nuovo nodo\",edgeDescription:\"Clicca su un nodo e trascinalo ad un altro nodo per connetterli.\",editEdgeDescription:\"Clicca sui Punti di controllo e trascinali ad un nodo per connetterli.\",createEdgeError:\"Non si possono collegare vertici ad un cluster\",deleteClusterError:\"I cluster non possono essere cancellati\",editClusterError:\"I clusters non possono essere modificati.\"};exports[\"it_IT\"]=exports[\"it\"];exports[\"nl\"]={edit:\"Wijzigen\",del:\"Selectie verwijderen\",\nback:\"Terug\",addNode:\"Node toevoegen\",addEdge:\"Link toevoegen\",editNode:\"Node wijzigen\",editEdge:\"Link wijzigen\",addDescription:\"Klik op een leeg gebied om een nieuwe node te maken.\",edgeDescription:\"Klik op een node en sleep de link naar een andere node om ze te verbinden.\",editEdgeDescription:\"Klik op de verbindingspunten en sleep ze naar een node om daarmee te verbinden.\",createEdgeError:\"Kan geen link maken naar een cluster.\",deleteClusterError:\"Clusters kunnen niet worden verwijderd.\",editClusterError:\"Clusters kunnen niet worden aangepast.\"};exports[\"nl_NL\"]=exports[\"nl\"];exports[\"nl_BE\"]=exports[\"nl\"];exports[\"pt-br\"]={edit:\"Editar\",del:\"Remover selecionado\",back:\"Voltar\",addNode:\"Adicionar nó\",addEdge:\"Adicionar aresta\",editNode:\"Editar nó\",editEdge:\"Editar aresta\",addDescription:\"Clique em um espaço em branco para adicionar um novo nó\",edgeDescription:\"Clique em um nó e arraste a aresta até outro nó para conectá-los\",editEdgeDescription:\"Clique nos pontos de controle e os arraste para um nó para conectá-los\",createEdgeError:\"Não foi possível linkar arestas a um cluster.\",deleteClusterError:\"Clusters não puderam ser removidos.\",editClusterError:\"Clusters não puderam ser editados.\"};exports[\"pt-BR\"]=exports[\"pt-br\"];exports[\"pt_BR\"]=exports[\"pt-br\"];exports[\"pt_br\"]=exports[\"pt-br\"];exports[\"ru\"]={edit:\"Редактировать\",del:\"Удалить выбранное\",back:\"Назад\",addNode:\"Добавить узел\",addEdge:\"Добавить ребро\",editNode:\"Редактировать узел\",editEdge:\"Редактировать ребро\",addDescription:\"Кликните в свободное место, чтобы добавить новый узел.\",edgeDescription:\"Кликните на узел и протяните ребро к другому узлу, чтобы соединить их.\",editEdgeDescription:\"Кликните на контрольные точки и перетащите их в узел, чтобы подключиться к нему.\",createEdgeError:\"Невозможно соединить ребра в кластер.\",deleteClusterError:\"Кластеры не могут быть удалены\",editClusterError:\"Кластеры недоступны для редактирования.\"};exports[\"ru_RU\"]=exports[\"ru\"];exports[\"cn\"]={edit:\"编辑\",del:\"删除选定\",back:\"返回\",addNode:\"添加节点\",addEdge:\"添加连接线\",editNode:\"编辑节点\",editEdge:\"编辑连接线\",addDescription:\"单击空白处放置新节点。\",edgeDescription:\"单击某个节点并将该连接线拖动到另一个节点以连接它们。\",editEdgeDescription:\"单击控制节点并将它们拖到节点上连接。\",createEdgeError:\"无法将连接线连接到群集。\",deleteClusterError:\"无法删除群集。\",editClusterError:\"无法编辑群集。\"};exports[\"zh_CN\"]=exports[\"cn\"]},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var CachedImage=function(){function CachedImage(){(0,_classCallCheck3[\"default\"])(this,CachedImage);this.NUM_ITERATIONS=4;this.image=new Image;this.canvas=document.createElement(\"canvas\")}(0,_createClass3[\"default\"])(CachedImage,[{key:\"init\",value:function init(){if(this.initialized())return;this.src=this.image.src;var w=this.image.width;var h=this.image.height;this.width=w;this.height=h;var h2=Math.floor(h/2);var h4=Math.floor(h/4);var h8=Math.floor(h/8);var h16=Math.floor(h/16);var w2=Math.floor(w/2);var w4=Math.floor(w/4);var w8=Math.floor(w/8);var w16=Math.floor(w/16);this.canvas.width=3*w4;this.canvas.height=h2;this.coordinates=[[0,0,w2,h2],[w2,0,w4,h4],[w2,h4,w8,h8],[5*w8,h4,w16,h16]];this._fillMipMap()}},{key:\"initialized\",value:function initialized(){return this.coordinates!==undefined}},{key:\"_fillMipMap\",value:function _fillMipMap(){var ctx=this.canvas.getContext(\"2d\");var to=this.coordinates[0];ctx.drawImage(this.image,to[0],to[1],to[2],to[3]);for(var iterations=1;iterations<this.NUM_ITERATIONS;iterations++){var from=this.coordinates[iterations-1];var _to=this.coordinates[iterations];ctx.drawImage(this.canvas,from[0],from[1],from[2],from[3],_to[0],_to[1],_to[2],_to[3])}}},{key:\"drawImageAtPosition\",value:function drawImageAtPosition(ctx,factor,left,top,width,height){if(!this.initialized())return;if(factor>2){factor*=.5;var iterations=0;while(factor>2&&iterations<this.NUM_ITERATIONS){factor*=.5;iterations+=1}if(iterations>=this.NUM_ITERATIONS){iterations=this.NUM_ITERATIONS-1}var from=this.coordinates[iterations];ctx.drawImage(this.canvas,from[0],from[1],from[2],from[3],left,top,width,height)}else{ctx.drawImage(this.image,left,top,width,height)}}}]);return CachedImage}();exports[\"default\"]=CachedImage},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var Groups=function(){function Groups(){(0,_classCallCheck3[\"default\"])(this,Groups);this.clear();this.defaultIndex=0;this.groupsArray=[];this.groupIndex=0;this.defaultGroups=[{border:\"#2B7CE9\",background:\"#97C2FC\",highlight:{border:\"#2B7CE9\",background:\"#D2E5FF\"},hover:{border:\"#2B7CE9\",background:\"#D2E5FF\"}},{border:\"#FFA500\",background:\"#FFFF00\",highlight:{border:\"#FFA500\",background:\"#FFFFA3\"},hover:{border:\"#FFA500\",background:\"#FFFFA3\"}},{border:\"#FA0A10\",background:\"#FB7E81\",highlight:{border:\"#FA0A10\",background:\"#FFAFB1\"},hover:{border:\"#FA0A10\",background:\"#FFAFB1\"}},{border:\"#41A906\",background:\"#7BE141\",highlight:{border:\"#41A906\",background:\"#A1EC76\"},hover:{border:\"#41A906\",background:\"#A1EC76\"}},{border:\"#E129F0\",background:\"#EB7DF4\",highlight:{border:\"#E129F0\",background:\"#F0B3F5\"},hover:{border:\"#E129F0\",background:\"#F0B3F5\"}},{border:\"#7C29F0\",background:\"#AD85E4\",highlight:{border:\"#7C29F0\",background:\"#D3BDF0\"},hover:{border:\"#7C29F0\",background:\"#D3BDF0\"}},{border:\"#C37F00\",background:\"#FFA807\",highlight:{border:\"#C37F00\",background:\"#FFCA66\"},hover:{border:\"#C37F00\",background:\"#FFCA66\"}},{border:\"#4220FB\",background:\"#6E6EFD\",highlight:{border:\"#4220FB\",background:\"#9B9BFD\"},hover:{border:\"#4220FB\",background:\"#9B9BFD\"}},{border:\"#FD5A77\",background:\"#FFC0CB\",highlight:{border:\"#FD5A77\",background:\"#FFD1D9\"},hover:{border:\"#FD5A77\",background:\"#FFD1D9\"}},{border:\"#4AD63A\",background:\"#C2FABC\",highlight:{border:\"#4AD63A\",background:\"#E6FFE3\"},hover:{border:\"#4AD63A\",background:\"#E6FFE3\"}},{border:\"#990000\",background:\"#EE0000\",highlight:{border:\"#BB0000\",background:\"#FF3333\"},hover:{border:\"#BB0000\",background:\"#FF3333\"}},{border:\"#FF6000\",background:\"#FF6000\",highlight:{border:\"#FF6000\",background:\"#FF6000\"},hover:{border:\"#FF6000\",background:\"#FF6000\"}},{border:\"#97C2FC\",background:\"#2B7CE9\",highlight:{border:\"#D2E5FF\",background:\"#2B7CE9\"},hover:{border:\"#D2E5FF\",background:\"#2B7CE9\"}},{border:\"#399605\",background:\"#255C03\",highlight:{border:\"#399605\",background:\"#255C03\"},hover:{border:\"#399605\",background:\"#255C03\"}},{border:\"#B70054\",background:\"#FF007E\",highlight:{border:\"#B70054\",background:\"#FF007E\"},hover:{border:\"#B70054\",background:\"#FF007E\"}},{border:\"#AD85E4\",background:\"#7C29F0\",highlight:{border:\"#D3BDF0\",background:\"#7C29F0\"},hover:{border:\"#D3BDF0\",background:\"#7C29F0\"}},{border:\"#4557FA\",background:\"#000EA1\",highlight:{border:\"#6E6EFD\",background:\"#000EA1\"},hover:{border:\"#6E6EFD\",background:\"#000EA1\"}},{border:\"#FFC0CB\",background:\"#FD5A77\",highlight:{border:\"#FFD1D9\",background:\"#FD5A77\"},hover:{border:\"#FFD1D9\",background:\"#FD5A77\"}},{border:\"#C2FABC\",background:\"#74D66A\",highlight:{border:\"#E6FFE3\",background:\"#74D66A\"},hover:{border:\"#E6FFE3\",background:\"#74D66A\"}},{border:\"#EE0000\",background:\"#990000\",highlight:{border:\"#FF3333\",background:\"#BB0000\"},hover:{border:\"#FF3333\",background:\"#BB0000\"}}];this.options={};this.defaultOptions={useDefaultGroups:true};util.extend(this.options,this.defaultOptions)}(0,_createClass3[\"default\"])(Groups,[{key:\"setOptions\",value:function setOptions(options){var optionFields=[\"useDefaultGroups\"];if(options!==undefined){for(var groupName in options){if(options.hasOwnProperty(groupName)){if(optionFields.indexOf(groupName)===-1){var group=options[groupName];this.add(groupName,group)}}}}}},{key:\"clear\",value:function clear(){this.groups={};this.groupsArray=[]}},{key:\"get\",value:function get(groupname){var shouldCreate=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;var group=this.groups[groupname];if(group===undefined&&shouldCreate){if(this.options.useDefaultGroups===false&&this.groupsArray.length>0){var index=this.groupIndex%this.groupsArray.length;this.groupIndex++;group={};group.color=this.groups[this.groupsArray[index]];this.groups[groupname]=group}else{var _index=this.defaultIndex%this.defaultGroups.length;this.defaultIndex++;group={};group.color=this.defaultGroups[_index];this.groups[groupname]=group}}return group}},{key:\"add\",value:function add(groupName,style){this.groups[groupName]=style;this.groupsArray.push(groupName);return style}}]);return Groups}();exports[\"default\"]=Groups},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var DataSet=__webpack_require__(11);var DataView=__webpack_require__(12);var Node=__webpack_require__(47)[\"default\"];var NodesHandler=function(){function NodesHandler(body,images,groups,layoutEngine){var _this=this;(0,_classCallCheck3[\"default\"])(this,NodesHandler);this.body=body;this.images=images;this.groups=groups;this.layoutEngine=layoutEngine;this.body.functions.createNode=this.create.bind(this);this.nodesListeners={add:function add(event,params){_this.add(params.items)},update:function update(event,params){_this.update(params.items,params.data,params.oldData)},remove:function remove(event,params){_this.remove(params.items)}};this.defaultOptions={borderWidth:1,borderWidthSelected:2,brokenImage:undefined,color:{border:\"#2B7CE9\",background:\"#97C2FC\",highlight:{border:\"#2B7CE9\",background:\"#D2E5FF\"},hover:{border:\"#2B7CE9\",background:\"#D2E5FF\"}},fixed:{x:false,y:false},font:{color:\"#343434\",size:14,face:\"arial\",background:\"none\",strokeWidth:0,strokeColor:\"#ffffff\",align:\"center\",vadjust:0,multi:false,bold:{mod:\"bold\"},boldital:{mod:\"bold italic\"},ital:{mod:\"italic\"},mono:{mod:\"\",size:15,face:\"monospace\",vadjust:2}},group:undefined,hidden:false,icon:{face:\"FontAwesome\",code:undefined,size:50,color:\"#2B7CE9\"},image:undefined,label:undefined,labelHighlightBold:true,level:undefined,margin:{top:5,right:5,bottom:5,left:5},mass:1,physics:true,scaling:{min:10,max:30,label:{enabled:false,min:14,max:30,maxVisible:30,drawThreshold:5},customScalingFunction:function customScalingFunction(min,max,total,value){if(max===min){return.5}else{var scale=1/(max-min);return Math.max(0,(value-min)*scale)}}},shadow:{enabled:false,color:\"rgba(0,0,0,0.5)\",size:10,x:5,y:5},shape:\"ellipse\",shapeProperties:{borderDashes:false,borderRadius:6,interpolation:true,useImageSize:false,useBorderWithImage:false},size:25,title:undefined,value:undefined,x:undefined,y:undefined};if(this.defaultOptions.mass<=0){throw\"Internal error: mass in defaultOptions of NodesHandler may not be zero or negative\"}this.options=util.bridgeObject(this.defaultOptions);this.bindEventListeners()}(0,_createClass3[\"default\"])(NodesHandler,[{key:\"bindEventListeners\",value:function bindEventListeners(){var _this2=this;this.body.emitter.on(\"refreshNodes\",this.refresh.bind(this));this.body.emitter.on(\"refresh\",this.refresh.bind(this));this.body.emitter.on(\"destroy\",function(){util.forEach(_this2.nodesListeners,function(callback,event){if(_this2.body.data.nodes)_this2.body.data.nodes.off(event,callback)});delete _this2.body.functions.createNode;delete _this2.nodesListeners.add;delete _this2.nodesListeners.update;delete _this2.nodesListeners.remove;delete _this2.nodesListeners})}},{key:\"setOptions\",value:function setOptions(options){if(options!==undefined){Node.parseOptions(this.options,options);if(options.shape!==undefined){for(var nodeId in this.body.nodes){if(this.body.nodes.hasOwnProperty(nodeId)){this.body.nodes[nodeId].updateShape()}}}if(options.font!==undefined){for(var _nodeId in this.body.nodes){if(this.body.nodes.hasOwnProperty(_nodeId)){this.body.nodes[_nodeId].updateLabelModule();this.body.nodes[_nodeId].needsRefresh()}}}if(options.size!==undefined){for(var _nodeId2 in this.body.nodes){if(this.body.nodes.hasOwnProperty(_nodeId2)){this.body.nodes[_nodeId2].needsRefresh()}}}if(options.hidden!==undefined||options.physics!==undefined){this.body.emitter.emit(\"_dataChanged\")}}}},{key:\"setData\",value:function setData(nodes){var doNotEmit=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;var oldNodesData=this.body.data.nodes;if(nodes instanceof DataSet||nodes instanceof DataView){this.body.data.nodes=nodes}else if(Array.isArray(nodes)){this.body.data.nodes=new DataSet;this.body.data.nodes.add(nodes)}else if(!nodes){this.body.data.nodes=new DataSet}else{throw new TypeError(\"Array or DataSet expected\")}if(oldNodesData){util.forEach(this.nodesListeners,function(callback,event){oldNodesData.off(event,callback)})}this.body.nodes={};if(this.body.data.nodes){var me=this;util.forEach(this.nodesListeners,function(callback,event){me.body.data.nodes.on(event,callback)});var ids=this.body.data.nodes.getIds();this.add(ids,true)}if(doNotEmit===false){this.body.emitter.emit(\"_dataChanged\")}}},{key:\"add\",value:function add(ids){var doNotEmit=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;var id=void 0;var newNodes=[];for(var i=0;i<ids.length;i++){id=ids[i];var properties=this.body.data.nodes.get(id);var node=this.create(properties);newNodes.push(node);this.body.nodes[id]=node}this.layoutEngine.positionInitially(newNodes);if(doNotEmit===false){this.body.emitter.emit(\"_dataChanged\")}}},{key:\"update\",value:function update(ids,changedData,oldData){var nodes=this.body.nodes;var dataChanged=false;for(var i=0;i<ids.length;i++){var id=ids[i];var node=nodes[id];var data=changedData[i];if(node!==undefined){if(node.setOptions(data)){dataChanged=true}}else{dataChanged=true;node=this.create(data);nodes[id]=node}}if(!dataChanged&&oldData!==undefined){dataChanged=changedData.some(function(newValue,index){var oldValue=oldData[index];return oldValue&&oldValue.level!==newValue.level})}if(dataChanged===true){this.body.emitter.emit(\"_dataChanged\")}else{this.body.emitter.emit(\"_dataUpdated\")}}},{key:\"remove\",value:function remove(ids){var nodes=this.body.nodes;for(var i=0;i<ids.length;i++){var id=ids[i];delete nodes[id]}this.body.emitter.emit(\"_dataChanged\")}},{key:\"create\",value:function create(properties){var constructorClass=arguments.length>1&&arguments[1]!==undefined?arguments[1]:Node;return new constructorClass(properties,this.body,this.images,this.groups,this.options,this.defaultOptions)}},{key:\"refresh\",value:function refresh(){var _this3=this;var clearPositions=arguments.length>0&&arguments[0]!==undefined?arguments[0]:false;util.forEach(this.body.nodes,function(node,nodeId){var data=_this3.body.data.nodes.get(nodeId);if(data!==undefined){if(clearPositions===true){node.setOptions({x:null,y:null})}node.setOptions({fixed:false});node.setOptions(data)}})}},{key:\"getPositions\",value:function getPositions(ids){var dataArray={};if(ids!==undefined){if(Array.isArray(ids)===true){for(var i=0;i<ids.length;i++){if(this.body.nodes[ids[i]]!==undefined){var node=this.body.nodes[ids[i]];dataArray[ids[i]]={x:Math.round(node.x),y:Math.round(node.y)}}}}else{if(this.body.nodes[ids]!==undefined){var _node=this.body.nodes[ids];dataArray[ids]={x:Math.round(_node.x),y:Math.round(_node.y)}}}}else{for(var _i=0;_i<this.body.nodeIndices.length;_i++){var _node2=this.body.nodes[this.body.nodeIndices[_i]];dataArray[this.body.nodeIndices[_i]]={x:Math.round(_node2.x),y:Math.round(_node2.y)}}}return dataArray}},{key:\"storePositions\",value:function storePositions(){var dataArray=[];var dataset=this.body.data.nodes.getDataSet();for(var nodeId in dataset._data){if(dataset._data.hasOwnProperty(nodeId)){var node=this.body.nodes[nodeId];if(dataset._data[nodeId].x!=Math.round(node.x)||dataset._data[nodeId].y!=Math.round(node.y)){dataArray.push({id:node.id,x:Math.round(node.x),y:Math.round(node.y)})}}}dataset.update(dataArray)}},{key:\"getBoundingBox\",value:function getBoundingBox(nodeId){if(this.body.nodes[nodeId]!==undefined){return this.body.nodes[nodeId].shape.boundingBox}}},{key:\"getConnectedNodes\",value:function getConnectedNodes(nodeId,direction){var nodeList=[];if(this.body.nodes[nodeId]!==undefined){var node=this.body.nodes[nodeId];var nodeObj={};for(var i=0;i<node.edges.length;i++){var edge=node.edges[i];if(direction!==\"to\"&&edge.toId==node.id){if(nodeObj[edge.fromId]===undefined){nodeList.push(edge.fromId);nodeObj[edge.fromId]=true}}else if(direction!==\"from\"&&edge.fromId==node.id){if(nodeObj[edge.toId]===undefined){nodeList.push(edge.toId);nodeObj[edge.toId]=true}}}}return nodeList}},{key:\"getConnectedEdges\",value:function getConnectedEdges(nodeId){var edgeList=[];if(this.body.nodes[nodeId]!==undefined){var node=this.body.nodes[nodeId];for(var i=0;i<node.edges.length;i++){edgeList.push(node.edges[i].id)}}else{console.log(\"NodeId provided for getConnectedEdges does not exist. Provided: \",nodeId)}return edgeList}},{key:\"moveNode\",value:function moveNode(nodeId,x,y){var _this4=this;if(this.body.nodes[nodeId]!==undefined){this.body.nodes[nodeId].x=Number(x);this.body.nodes[nodeId].y=Number(y);setTimeout(function(){_this4.body.emitter.emit(\"startSimulation\")},0)}else{console.log(\"Node id supplied to moveNode does not exist. Provided: \",nodeId)}}}]);return NodesHandler}();exports[\"default\"]=NodesHandler},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(189),__esModule:true}},function(module,exports,__webpack_require__){__webpack_require__(49);__webpack_require__(60);module.exports=__webpack_require__(190)},function(module,exports,__webpack_require__){var classof=__webpack_require__(86);var ITERATOR=__webpack_require__(13)(\"iterator\");var Iterators=__webpack_require__(31);module.exports=__webpack_require__(7).isIterable=function(it){var O=Object(it);return O[ITERATOR]!==undefined||\"@@iterator\"in O||Iterators.hasOwnProperty(classof(O))}},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var LabelAccumulator=__webpack_require__(192)[\"default\"];var ComponentUtil=__webpack_require__(48)[\"default\"];var LabelSplitter=function(){function LabelSplitter(ctx,parent,selected,hover){var _this=this;(0,_classCallCheck3[\"default\"])(this,LabelSplitter);this.ctx=ctx;this.parent=parent;var textWidth=function textWidth(text,mod){if(text===undefined)return 0;var values=_this.parent.getFormattingValues(ctx,selected,hover,mod);var width=0;if(text!==\"\"){var measure=_this.ctx.measureText(text);width=measure.width}return{width:width,values:values}};this.lines=new LabelAccumulator(textWidth)}(0,_createClass3[\"default\"])(LabelSplitter,[{key:\"process\",value:function process(text){if(!ComponentUtil.isValidLabel(text)){return this.lines.finalize()}var font=this.parent.fontOptions;text=text.replace(/\\r\\n/g,\"\\n\");text=text.replace(/\\r/g,\"\\n\");var nlLines=String(text).split(\"\\n\");var lineCount=nlLines.length;if(font.multi){for(var i=0;i<lineCount;i++){var blocks=this.splitBlocks(nlLines[i],font.multi);if(blocks===undefined)continue;if(blocks.length===0){this.lines.newLine(\"\");continue}if(font.maxWdt>0){for(var j=0;j<blocks.length;j++){var mod=blocks[j].mod;var _text=blocks[j].text;this.splitStringIntoLines(_text,mod,true)}}else{for(var _j=0;_j<blocks.length;_j++){var _mod=blocks[_j].mod;var _text2=blocks[_j].text;this.lines.append(_text2,_mod)}}this.lines.newLine()}}else{if(font.maxWdt>0){for(var _i=0;_i<lineCount;_i++){this.splitStringIntoLines(nlLines[_i])}}else{for(var _i2=0;_i2<lineCount;_i2++){this.lines.newLine(nlLines[_i2])}}}return this.lines.finalize()}},{key:\"decodeMarkupSystem\",value:function decodeMarkupSystem(markupSystem){var system=\"none\";if(markupSystem===\"markdown\"||markupSystem===\"md\"){system=\"markdown\"}else if(markupSystem===true||markupSystem===\"html\"){system=\"html\"}return system}},{key:\"splitHtmlBlocks\",value:function splitHtmlBlocks(text){var blocks=[];var s={bold:false,ital:false,mono:false,spacing:false,position:0,buffer:\"\",modStack:[]};s.mod=function(){return this.modStack.length===0?\"normal\":this.modStack[0]};s.modName=function(){if(this.modStack.length===0)return\"normal\";else if(this.modStack[0]===\"mono\")return\"mono\";else{if(s.bold&&s.ital){return\"boldital\"}else if(s.bold){return\"bold\"}else if(s.ital){return\"ital\"}}};s.emitBlock=function(){var override=arguments.length>0&&arguments[0]!==undefined?arguments[0]:false;if(this.spacing){this.add(\" \");this.spacing=false}if(this.buffer.length>0){blocks.push({text:this.buffer,mod:this.modName()});this.buffer=\"\"}};s.add=function(text){if(text===\" \"){s.spacing=true}if(s.spacing){this.buffer+=\" \";this.spacing=false}if(text!=\" \"){this.buffer+=text}};while(s.position<text.length){var ch=text.charAt(s.position);if(/[ \\t]/.test(ch)){if(!s.mono){s.spacing=true}else{s.add(ch)}}else if(/</.test(ch)){if(!s.mono&&!s.bold&&/<b>/.test(text.substr(s.position,3))){s.emitBlock();s.bold=true;s.modStack.unshift(\"bold\");s.position+=2}else if(!s.mono&&!s.ital&&/<i>/.test(text.substr(s.position,3))){s.emitBlock();s.ital=true;s.modStack.unshift(\"ital\");s.position+=2}else if(!s.mono&&/<code>/.test(text.substr(s.position,6))){s.emitBlock();s.mono=true;s.modStack.unshift(\"mono\");s.position+=5}else if(!s.mono&&s.mod()===\"bold\"&&/<\\/b>/.test(text.substr(s.position,4))){s.emitBlock();s.bold=false;s.modStack.shift();s.position+=3}else if(!s.mono&&s.mod()===\"ital\"&&/<\\/i>/.test(text.substr(s.position,4))){s.emitBlock();s.ital=false;s.modStack.shift();s.position+=3}else if(s.mod()===\"mono\"&&/<\\/code>/.test(text.substr(s.position,7))){s.emitBlock();s.mono=false;s.modStack.shift();s.position+=6}else{s.add(ch)}}else if(/&/.test(ch)){if(/&lt;/.test(text.substr(s.position,4))){s.add(\"<\");s.position+=3}else if(/&amp;/.test(text.substr(s.position,5))){s.add(\"&\");s.position+=4}else{s.add(\"&\")}}else{s.add(ch)}s.position++}s.emitBlock();return blocks}},{key:\"splitMarkdownBlocks\",value:function splitMarkdownBlocks(text){var blocks=[];var s={bold:false,ital:false,mono:false,beginable:true,spacing:false,position:0,buffer:\"\",modStack:[]};s.mod=function(){return this.modStack.length===0?\"normal\":this.modStack[0]};s.modName=function(){if(this.modStack.length===0)return\"normal\";else if(this.modStack[0]===\"mono\")return\"mono\";else{if(s.bold&&s.ital){return\"boldital\"}else if(s.bold){return\"bold\"}else if(s.ital){return\"ital\"}}};s.emitBlock=function(){var override=arguments.length>0&&arguments[0]!==undefined?arguments[0]:false;if(this.spacing){this.add(\" \");this.spacing=false}if(this.buffer.length>0){blocks.push({text:this.buffer,mod:this.modName()});this.buffer=\"\"}};s.add=function(text){if(text===\" \"){s.spacing=true}if(s.spacing){this.buffer+=\" \";this.spacing=false}if(text!=\" \"){this.buffer+=text}};while(s.position<text.length){var ch=text.charAt(s.position);if(/[ \\t]/.test(ch)){if(!s.mono){s.spacing=true}else{s.add(ch)}s.beginable=true}else if(/\\\\/.test(ch)){if(s.position<text.length+1){s.position++;ch=text.charAt(s.position);if(/ \\t/.test(ch)){s.spacing=true}else{s.add(ch);s.beginable=false}}}else if(!s.mono&&!s.bold&&(s.beginable||s.spacing)&&/\\*/.test(ch)){s.emitBlock();s.bold=true;s.modStack.unshift(\"bold\")}else if(!s.mono&&!s.ital&&(s.beginable||s.spacing)&&/\\_/.test(ch)){s.emitBlock();s.ital=true;s.modStack.unshift(\"ital\")}else if(!s.mono&&(s.beginable||s.spacing)&&/`/.test(ch)){s.emitBlock();s.mono=true;s.modStack.unshift(\"mono\")}else if(!s.mono&&s.mod()===\"bold\"&&/\\*/.test(ch)){if(s.position===text.length-1||/[.,_` \\t\\n]/.test(text.charAt(s.position+1))){s.emitBlock();s.bold=false;s.modStack.shift()}else{s.add(ch)}}else if(!s.mono&&s.mod()===\"ital\"&&/\\_/.test(ch)){if(s.position===text.length-1||/[.,*` \\t\\n]/.test(text.charAt(s.position+1))){s.emitBlock();s.ital=false;s.modStack.shift()}else{s.add(ch)}}else if(s.mono&&s.mod()===\"mono\"&&/`/.test(ch)){if(s.position===text.length-1||/[.,*_ \\t\\n]/.test(text.charAt(s.position+1))){s.emitBlock();s.mono=false;s.modStack.shift()}else{s.add(ch)}}else{s.add(ch);s.beginable=false}s.position++}s.emitBlock();return blocks}},{key:\"splitBlocks\",value:function splitBlocks(text,markupSystem){var system=this.decodeMarkupSystem(markupSystem);if(system===\"none\"){return[{text:text,mod:\"normal\"}]}else if(system===\"markdown\"){return this.splitMarkdownBlocks(text)}else if(system===\"html\"){return this.splitHtmlBlocks(text)}}},{key:\"overMaxWidth\",value:function overMaxWidth(text){var width=this.ctx.measureText(text).width;return this.lines.curWidth()+width>this.parent.fontOptions.maxWdt}},{key:\"getLongestFit\",value:function getLongestFit(words){var text=\"\";var w=0;while(w<words.length){var pre=text===\"\"?\"\":\" \";var newText=text+pre+words[w];if(this.overMaxWidth(newText))break;text=newText;w++}return w}},{key:\"getLongestFitWord\",value:function getLongestFitWord(words){var w=0;while(w<words.length){if(this.overMaxWidth(words.slice(0,w)))break;w++}return w}},{key:\"splitStringIntoLines\",value:function splitStringIntoLines(str){var mod=arguments.length>1&&arguments[1]!==undefined?arguments[1]:\"normal\";var appendLast=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;str=str.replace(/^( +)/g,\"$1\\r\");str=str.replace(/([^\\r][^ ]*)( +)/g,\"$1\\r$2\\r\");var words=str.split(\"\\r\");while(words.length>0){var w=this.getLongestFit(words);if(w===0){var word=words[0];var x=this.getLongestFitWord(word);this.lines.newLine(word.slice(0,x),mod);words[0]=word.slice(x)}else{var newW=w;if(words[w-1]===\" \"){w--}else if(words[newW]===\" \"){newW++}var text=words.slice(0,w).join(\"\");if(w==words.length&&appendLast){this.lines.append(text,mod)}else{this.lines.newLine(text,mod)}words=words.slice(newW)}}}}]);return LabelSplitter}();exports[\"default\"]=LabelSplitter},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _assign=__webpack_require__(90);var _assign2=_interopRequireDefault(_assign);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var LabelAccumulator=function(){function LabelAccumulator(measureText){(0,_classCallCheck3[\"default\"])(this,LabelAccumulator);this.measureText=measureText;this.current=0;this.width=0;this.height=0;this.lines=[]}(0,_createClass3[\"default\"])(LabelAccumulator,[{key:\"_add\",value:function _add(l,text){var mod=arguments.length>2&&arguments[2]!==undefined?arguments[2]:\"normal\";if(this.lines[l]===undefined){this.lines[l]={width:0,height:0,blocks:[]}}var tmpText=text;if(text===undefined||text===\"\")tmpText=\" \";var result=this.measureText(tmpText,mod);var block=(0,_assign2[\"default\"])({},result.values);block.text=text;block.width=result.width;block.mod=mod;if(text===undefined||text===\"\"){block.width=0}this.lines[l].blocks.push(block);this.lines[l].width+=block.width}},{key:\"curWidth\",value:function curWidth(){var line=this.lines[this.current];if(line===undefined)return 0;return line.width}},{key:\"append\",value:function append(text){var mod=arguments.length>1&&arguments[1]!==undefined?arguments[1]:\"normal\";this._add(this.current,text,mod)}},{key:\"newLine\",value:function newLine(text){var mod=arguments.length>1&&arguments[1]!==undefined?arguments[1]:\"normal\";this._add(this.current,text,mod);this.current++}},{key:\"determineLineHeights\",value:function determineLineHeights(){for(var k=0;k<this.lines.length;k++){var line=this.lines[k];var height=0;if(line.blocks!==undefined){for(var l=0;l<line.blocks.length;l++){var block=line.blocks[l];if(height<block.height){height=block.height}}}line.height=height}}},{key:\"determineLabelSize\",value:function determineLabelSize(){var width=0;var height=0;for(var k=0;k<this.lines.length;k++){var line=this.lines[k];if(line.width>width){width=line.width}height+=line.height}this.width=width;this.height=height}},{key:\"removeEmptyBlocks\",value:function removeEmptyBlocks(){var tmpLines=[];for(var k=0;k<this.lines.length;k++){var line=this.lines[k];if(line.blocks.length===0)continue;if(k===this.lines.length-1){if(line.width===0)continue}var tmpLine={};(0,_assign2[\"default\"])(tmpLine,line);tmpLine.blocks=[];var firstEmptyBlock=void 0;var tmpBlocks=[];for(var l=0;l<line.blocks.length;l++){var block=line.blocks[l];if(block.width!==0){tmpBlocks.push(block)}else{if(firstEmptyBlock===undefined){firstEmptyBlock=block}}}if(tmpBlocks.length===0&&firstEmptyBlock!==undefined){tmpBlocks.push(firstEmptyBlock)}tmpLine.blocks=tmpBlocks;tmpLines.push(tmpLine)}return tmpLines}},{key:\"finalize\",value:function finalize(){this.determineLineHeights();this.determineLabelSize();var tmpLines=this.removeEmptyBlocks();return{width:this.width,height:this.height,lines:tmpLines}}}]);return LabelAccumulator}();exports[\"default\"]=LabelAccumulator},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _NodeBase2=__webpack_require__(23);var _NodeBase3=_interopRequireDefault(_NodeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Box=function(_NodeBase){(0,_inherits3[\"default\"])(Box,_NodeBase);function Box(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Box);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(Box.__proto__||(0,_getPrototypeOf2[\"default\"])(Box)).call(this,options,body,labelModule));_this._setMargins(labelModule);return _this}(0,_createClass3[\"default\"])(Box,[{key:\"resize\",value:function resize(ctx){var selected=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this.selected;var hover=arguments.length>2&&arguments[2]!==undefined?arguments[2]:this.hover;if(this.needsRefresh(selected,hover)){var dimensions=this.getDimensionsFromLabel(ctx,selected,hover);this.width=dimensions.width+this.margin.right+this.margin.left;this.height=dimensions.height+this.margin.top+this.margin.bottom;this.radius=this.width/2}}},{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this.resize(ctx,selected,hover);this.left=x-this.width/2;this.top=y-this.height/2;this.initContextForDraw(ctx,values);ctx.roundRect(this.left,this.top,this.width,this.height,values.borderRadius);this.performFill(ctx,values);this.updateBoundingBox(x,y,ctx,selected,hover);this.labelModule.draw(ctx,this.left+this.textSize.width/2+this.margin.left,this.top+this.textSize.height/2+this.margin.top,selected,hover)}},{key:\"updateBoundingBox\",value:function updateBoundingBox(x,y,ctx,selected,hover){this._updateBoundingBox(x,y,ctx,selected,hover)\n;var borderRadius=this.options.shapeProperties.borderRadius;this._addBoundingBoxMargin(borderRadius)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){this.resize(ctx);var borderWidth=this.options.borderWidth;return Math.min(Math.abs(this.width/2/Math.cos(angle)),Math.abs(this.height/2/Math.sin(angle)))+borderWidth}}]);return Box}(_NodeBase3[\"default\"]);exports[\"default\"]=Box},function(module,exports,__webpack_require__){__webpack_require__(195);module.exports=__webpack_require__(7).Object.getPrototypeOf},function(module,exports,__webpack_require__){var toObject=__webpack_require__(41);var $getPrototypeOf=__webpack_require__(85);__webpack_require__(87)(\"getPrototypeOf\",function(){return function getPrototypeOf(it){return $getPrototypeOf(toObject(it))}})},function(module,exports,__webpack_require__){module.exports={default:__webpack_require__(197),__esModule:true}},function(module,exports,__webpack_require__){__webpack_require__(198);module.exports=__webpack_require__(7).Object.setPrototypeOf},function(module,exports,__webpack_require__){var $export=__webpack_require__(17);$export($export.S,\"Object\",{setPrototypeOf:__webpack_require__(199).set})},function(module,exports,__webpack_require__){var isObject=__webpack_require__(32);var anObject=__webpack_require__(27);var check=function(O,proto){anObject(O);if(!isObject(proto)&&proto!==null)throw TypeError(proto+\": can't set as prototype!\")};module.exports={set:Object.setPrototypeOf||(\"__proto__\"in{}?function(test,buggy,set){try{set=__webpack_require__(80)(Function.call,__webpack_require__(89).f(Object.prototype,\"__proto__\").set,2);set(test,[]);buggy=!(test instanceof Array)}catch(e){buggy=true}return function setPrototypeOf(O,proto){check(O,proto);if(buggy)O.__proto__=proto;else set(O,proto);return O}}({},false):undefined),check:check}},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _CircleImageBase2=__webpack_require__(73);var _CircleImageBase3=_interopRequireDefault(_CircleImageBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Circle=function(_CircleImageBase){(0,_inherits3[\"default\"])(Circle,_CircleImageBase);function Circle(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Circle);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(Circle.__proto__||(0,_getPrototypeOf2[\"default\"])(Circle)).call(this,options,body,labelModule));_this._setMargins(labelModule);return _this}(0,_createClass3[\"default\"])(Circle,[{key:\"resize\",value:function resize(ctx){var selected=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this.selected;var hover=arguments.length>2&&arguments[2]!==undefined?arguments[2]:this.hover;if(this.needsRefresh(selected,hover)){var dimensions=this.getDimensionsFromLabel(ctx,selected,hover);var diameter=Math.max(dimensions.width+this.margin.right+this.margin.left,dimensions.height+this.margin.top+this.margin.bottom);this.options.size=diameter/2;this.width=diameter;this.height=diameter;this.radius=this.width/2}}},{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this.resize(ctx,selected,hover);this.left=x-this.width/2;this.top=y-this.height/2;this._drawRawCircle(ctx,x,y,values);this.updateBoundingBox(x,y);this.labelModule.draw(ctx,this.left+this.textSize.width/2+this.margin.left,y,selected,hover)}},{key:\"updateBoundingBox\",value:function updateBoundingBox(x,y){this.boundingBox.top=y-this.options.size;this.boundingBox.left=x-this.options.size;this.boundingBox.right=x+this.options.size;this.boundingBox.bottom=y+this.options.size}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){this.resize(ctx);return this.width*.5}}]);return Circle}(_CircleImageBase3[\"default\"]);exports[\"default\"]=Circle},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _CircleImageBase2=__webpack_require__(73);var _CircleImageBase3=_interopRequireDefault(_CircleImageBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var CircularImage=function(_CircleImageBase){(0,_inherits3[\"default\"])(CircularImage,_CircleImageBase);function CircularImage(options,body,labelModule,imageObj,imageObjAlt){(0,_classCallCheck3[\"default\"])(this,CircularImage);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(CircularImage.__proto__||(0,_getPrototypeOf2[\"default\"])(CircularImage)).call(this,options,body,labelModule));_this.setImages(imageObj,imageObjAlt);return _this}(0,_createClass3[\"default\"])(CircularImage,[{key:\"resize\",value:function resize(ctx){var selected=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this.selected;var hover=arguments.length>2&&arguments[2]!==undefined?arguments[2]:this.hover;var imageAbsent=this.imageObj.src===undefined||this.imageObj.width===undefined||this.imageObj.height===undefined;if(imageAbsent){var diameter=this.options.size*2;this.width=diameter;this.height=diameter;this.radius=.5*this.width;return}if(this.needsRefresh(selected,hover)){this._resizeImage()}}},{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this.switchImages(selected);this.resize();this.left=x-this.width/2;this.top=y-this.height/2;this._drawRawCircle(ctx,x,y,values);ctx.save();ctx.clip();this._drawImageAtPosition(ctx,values);ctx.restore();this._drawImageLabel(ctx,x,y,selected,hover);this.updateBoundingBox(x,y)}},{key:\"updateBoundingBox\",value:function updateBoundingBox(x,y){this.boundingBox.top=y-this.options.size;this.boundingBox.left=x-this.options.size;this.boundingBox.right=x+this.options.size;this.boundingBox.bottom=y+this.options.size;this.boundingBox.left=Math.min(this.boundingBox.left,this.labelModule.size.left);this.boundingBox.right=Math.max(this.boundingBox.right,this.labelModule.size.left+this.labelModule.size.width);this.boundingBox.bottom=Math.max(this.boundingBox.bottom,this.boundingBox.bottom+this.labelOffset)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){this.resize(ctx);return this.width*.5}}]);return CircularImage}(_CircleImageBase3[\"default\"]);exports[\"default\"]=CircularImage},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _NodeBase2=__webpack_require__(23);var _NodeBase3=_interopRequireDefault(_NodeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Database=function(_NodeBase){(0,_inherits3[\"default\"])(Database,_NodeBase);function Database(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Database);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(Database.__proto__||(0,_getPrototypeOf2[\"default\"])(Database)).call(this,options,body,labelModule));_this._setMargins(labelModule);return _this}(0,_createClass3[\"default\"])(Database,[{key:\"resize\",value:function resize(ctx,selected,hover){if(this.needsRefresh(selected,hover)){var dimensions=this.getDimensionsFromLabel(ctx,selected,hover);var size=dimensions.width+this.margin.right+this.margin.left;this.width=size;this.height=size;this.radius=this.width/2}}},{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this.resize(ctx,selected,hover);this.left=x-this.width/2;this.top=y-this.height/2;this.initContextForDraw(ctx,values);ctx.database(x-this.width/2,y-this.height/2,this.width,this.height);this.performFill(ctx,values);this.updateBoundingBox(x,y,ctx,selected,hover);this.labelModule.draw(ctx,this.left+this.textSize.width/2+this.margin.left,this.top+this.textSize.height/2+this.margin.top,selected,hover)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this._distanceToBorder(ctx,angle)}}]);return Database}(_NodeBase3[\"default\"]);exports[\"default\"]=Database},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _ShapeBase2=__webpack_require__(24);var _ShapeBase3=_interopRequireDefault(_ShapeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Diamond=function(_ShapeBase){(0,_inherits3[\"default\"])(Diamond,_ShapeBase);function Diamond(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Diamond);return(0,_possibleConstructorReturn3[\"default\"])(this,(Diamond.__proto__||(0,_getPrototypeOf2[\"default\"])(Diamond)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(Diamond,[{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this._drawShape(ctx,\"diamond\",4,x,y,selected,hover,values)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this._distanceToBorder(ctx,angle)}}]);return Diamond}(_ShapeBase3[\"default\"]);exports[\"default\"]=Diamond},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _ShapeBase2=__webpack_require__(24);var _ShapeBase3=_interopRequireDefault(_ShapeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Dot=function(_ShapeBase){(0,_inherits3[\"default\"])(Dot,_ShapeBase);function Dot(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Dot);return(0,_possibleConstructorReturn3[\"default\"])(this,(Dot.__proto__||(0,_getPrototypeOf2[\"default\"])(Dot)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(Dot,[{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this._drawShape(ctx,\"circle\",2,x,y,selected,hover,values)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){this.resize(ctx);return this.options.size}}]);return Dot}(_ShapeBase3[\"default\"]);exports[\"default\"]=Dot},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _NodeBase2=__webpack_require__(23);var _NodeBase3=_interopRequireDefault(_NodeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Ellipse=function(_NodeBase){(0,_inherits3[\"default\"])(Ellipse,_NodeBase);function Ellipse(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Ellipse);return(0,_possibleConstructorReturn3[\"default\"])(this,(Ellipse.__proto__||(0,_getPrototypeOf2[\"default\"])(Ellipse)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(Ellipse,[{key:\"resize\",value:function resize(ctx){var selected=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this.selected;var hover=arguments.length>2&&arguments[2]!==undefined?arguments[2]:this.hover;if(this.needsRefresh(selected,hover)){var dimensions=this.getDimensionsFromLabel(ctx,selected,hover);this.height=dimensions.height*2;this.width=dimensions.width+dimensions.height;this.radius=.5*this.width}}},{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this.resize(ctx,selected,hover);this.left=x-this.width*.5;this.top=y-this.height*.5;this.initContextForDraw(ctx,values);ctx.ellipse_vis(this.left,this.top,this.width,this.height);this.performFill(ctx,values);this.updateBoundingBox(x,y,ctx,selected,hover);this.labelModule.draw(ctx,x,y,selected,hover)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){this.resize(ctx);var a=this.width*.5;var b=this.height*.5;var w=Math.sin(angle)*a;var h=Math.cos(angle)*b;return a*b/Math.sqrt(w*w+h*h)}}]);return Ellipse}(_NodeBase3[\"default\"]);exports[\"default\"]=Ellipse},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _NodeBase2=__webpack_require__(23);var _NodeBase3=_interopRequireDefault(_NodeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Icon=function(_NodeBase){(0,_inherits3[\"default\"])(Icon,_NodeBase);function Icon(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Icon);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(Icon.__proto__||(0,_getPrototypeOf2[\"default\"])(Icon)).call(this,options,body,labelModule));_this._setMargins(labelModule);return _this}(0,_createClass3[\"default\"])(Icon,[{key:\"resize\",value:function resize(ctx,selected,hover){if(this.needsRefresh(selected,hover)){this.iconSize={width:Number(this.options.icon.size),height:Number(this.options.icon.size)};this.width=this.iconSize.width+this.margin.right+this.margin.left;this.height=this.iconSize.height+this.margin.top+this.margin.bottom;this.radius=.5*this.width}}},{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this.resize(ctx,selected,hover);this.options.icon.size=this.options.icon.size||50;this.left=x-this.width/2;this.top=y-this.height/2;this._icon(ctx,x,y,selected,hover,values);if(this.options.label!==undefined){var iconTextSpacing=5;this.labelModule.draw(ctx,this.left+this.iconSize.width/2+this.margin.left,y+this.height/2+iconTextSpacing,selected)}this.updateBoundingBox(x,y)}},{key:\"updateBoundingBox\",value:function updateBoundingBox(x,y){this.boundingBox.top=y-this.options.icon.size*.5;this.boundingBox.left=x-this.options.icon.size*.5;this.boundingBox.right=x+this.options.icon.size*.5;this.boundingBox.bottom=y+this.options.icon.size*.5;if(this.options.label!==undefined&&this.labelModule.size.width>0){var iconTextSpacing=5;this.boundingBox.left=Math.min(this.boundingBox.left,this.labelModule.size.left);this.boundingBox.right=Math.max(this.boundingBox.right,this.labelModule.size.left+this.labelModule.size.width);this.boundingBox.bottom=Math.max(this.boundingBox.bottom,this.boundingBox.bottom+this.labelModule.size.height+iconTextSpacing)}}},{key:\"_icon\",value:function _icon(ctx,x,y,selected,hover,values){var iconSize=Number(this.options.icon.size);if(this.options.icon.code!==undefined){ctx.font=(selected?\"bold \":\"\")+iconSize+\"px \"+this.options.icon.face;ctx.fillStyle=this.options.icon.color||\"black\";ctx.textAlign=\"center\";ctx.textBaseline=\"middle\";this.enableShadow(ctx,values);ctx.fillText(this.options.icon.code,x,y);this.disableShadow(ctx,values)}else{console.error(\"When using the icon shape, you need to define the code in the icon options object. This can be done per node or globally.\")}}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this._distanceToBorder(ctx,angle)}}]);return Icon}(_NodeBase3[\"default\"]);exports[\"default\"]=Icon},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _CircleImageBase2=__webpack_require__(73);var _CircleImageBase3=_interopRequireDefault(_CircleImageBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Image=function(_CircleImageBase){(0,_inherits3[\"default\"])(Image,_CircleImageBase);function Image(options,body,labelModule,imageObj,imageObjAlt){(0,_classCallCheck3[\"default\"])(this,Image);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(Image.__proto__||(0,_getPrototypeOf2[\"default\"])(Image)).call(this,options,body,labelModule));_this.setImages(imageObj,imageObjAlt);return _this}(0,_createClass3[\"default\"])(Image,[{key:\"resize\",value:function resize(ctx){var selected=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this.selected;var hover=arguments.length>2&&arguments[2]!==undefined?arguments[2]:this.hover;var imageAbsent=this.imageObj.src===undefined||this.imageObj.width===undefined||this.imageObj.height===undefined;if(imageAbsent){var side=this.options.size*2;this.width=side;this.height=side;return}if(this.needsRefresh(selected,hover)){this._resizeImage()}}},{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this.switchImages(selected);this.resize();this.left=x-this.width/2;this.top=y-this.height/2;if(this.options.shapeProperties.useBorderWithImage===true){var neutralborderWidth=this.options.borderWidth;var selectionLineWidth=this.options.borderWidthSelected||2*this.options.borderWidth;var borderWidth=(selected?selectionLineWidth:neutralborderWidth)/this.body.view.scale;ctx.lineWidth=Math.min(this.width,borderWidth);ctx.beginPath();ctx.strokeStyle=selected?this.options.color.highlight.border:hover?this.options.color.hover.border:this.options.color.border;ctx.fillStyle=selected?this.options.color.highlight.background:hover?this.options.color.hover.background:this.options.color.background;ctx.rect(this.left-.5*ctx.lineWidth,this.top-.5*ctx.lineWidth,this.width+ctx.lineWidth,this.height+ctx.lineWidth);ctx.fill();this.performStroke(ctx,values);ctx.closePath()}this._drawImageAtPosition(ctx,values);this._drawImageLabel(ctx,x,y,selected,hover);this.updateBoundingBox(x,y)}},{key:\"updateBoundingBox\",value:function updateBoundingBox(x,y){this.resize();this._updateBoundingBox(x,y);if(this.options.label!==undefined&&this.labelModule.size.width>0){this.boundingBox.left=Math.min(this.boundingBox.left,this.labelModule.size.left);this.boundingBox.right=Math.max(this.boundingBox.right,this.labelModule.size.left+this.labelModule.size.width);this.boundingBox.bottom=Math.max(this.boundingBox.bottom,this.boundingBox.bottom+this.labelOffset)}}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this._distanceToBorder(ctx,angle)}}]);return Image}(_CircleImageBase3[\"default\"]);exports[\"default\"]=Image},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _ShapeBase2=__webpack_require__(24);var _ShapeBase3=_interopRequireDefault(_ShapeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Square=function(_ShapeBase){(0,_inherits3[\"default\"])(Square,_ShapeBase);function Square(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Square);return(0,_possibleConstructorReturn3[\"default\"])(this,(Square.__proto__||(0,_getPrototypeOf2[\"default\"])(Square)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(Square,[{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this._drawShape(ctx,\"square\",2,x,y,selected,hover,values)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this._distanceToBorder(ctx,angle)}}]);return Square}(_ShapeBase3[\"default\"]);exports[\"default\"]=Square},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _ShapeBase2=__webpack_require__(24);var _ShapeBase3=_interopRequireDefault(_ShapeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Hexagon=function(_ShapeBase){(0,_inherits3[\"default\"])(Hexagon,_ShapeBase);function Hexagon(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Hexagon);return(0,_possibleConstructorReturn3[\"default\"])(this,(Hexagon.__proto__||(0,_getPrototypeOf2[\"default\"])(Hexagon)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(Hexagon,[{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this._drawShape(ctx,\"hexagon\",4,x,y,selected,hover,values)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this._distanceToBorder(ctx,angle)}}]);return Hexagon}(_ShapeBase3[\"default\"]);exports[\"default\"]=Hexagon},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _ShapeBase2=__webpack_require__(24);var _ShapeBase3=_interopRequireDefault(_ShapeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Star=function(_ShapeBase){(0,_inherits3[\"default\"])(Star,_ShapeBase);function Star(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Star);return(0,_possibleConstructorReturn3[\"default\"])(this,(Star.__proto__||(0,_getPrototypeOf2[\"default\"])(Star)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(Star,[{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this._drawShape(ctx,\"star\",4,x,y,selected,hover,values)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this._distanceToBorder(ctx,angle)}}]);return Star}(_ShapeBase3[\"default\"]);exports[\"default\"]=Star},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _NodeBase2=__webpack_require__(23);var _NodeBase3=_interopRequireDefault(_NodeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Text=function(_NodeBase){(0,_inherits3[\"default\"])(Text,_NodeBase);function Text(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Text);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(Text.__proto__||(0,_getPrototypeOf2[\"default\"])(Text)).call(this,options,body,labelModule));_this._setMargins(labelModule);return _this}(0,_createClass3[\"default\"])(Text,[{key:\"resize\",value:function resize(ctx,selected,hover){if(this.needsRefresh(selected,hover)){this.textSize=this.labelModule.getTextSize(ctx,selected,hover);this.width=this.textSize.width+this.margin.right+this.margin.left;this.height=this.textSize.height+this.margin.top+this.margin.bottom;this.radius=.5*this.width}}},{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this.resize(ctx,selected,hover);this.left=x-this.width/2;this.top=y-this.height/2;this.enableShadow(ctx,values);this.labelModule.draw(ctx,this.left+this.textSize.width/2+this.margin.left,this.top+this.textSize.height/2+this.margin.top,selected,hover);this.disableShadow(ctx,values);this.updateBoundingBox(x,y,ctx,selected,hover)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this._distanceToBorder(ctx,angle)}}]);return Text}(_NodeBase3[\"default\"]);exports[\"default\"]=Text},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _ShapeBase2=__webpack_require__(24);var _ShapeBase3=_interopRequireDefault(_ShapeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Triangle=function(_ShapeBase){(0,_inherits3[\"default\"])(Triangle,_ShapeBase);function Triangle(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,Triangle);return(0,_possibleConstructorReturn3[\"default\"])(this,(Triangle.__proto__||(0,_getPrototypeOf2[\"default\"])(Triangle)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(Triangle,[{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this._drawShape(ctx,\"triangle\",3,x,y,selected,hover,values)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this._distanceToBorder(ctx,angle)}}]);return Triangle}(_ShapeBase3[\"default\"]);exports[\"default\"]=Triangle},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _ShapeBase2=__webpack_require__(24);var _ShapeBase3=_interopRequireDefault(_ShapeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var TriangleDown=function(_ShapeBase){(0,_inherits3[\"default\"])(TriangleDown,_ShapeBase);function TriangleDown(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,TriangleDown);return(0,_possibleConstructorReturn3[\"default\"])(this,(TriangleDown.__proto__||(0,_getPrototypeOf2[\"default\"])(TriangleDown)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(TriangleDown,[{key:\"draw\",value:function draw(ctx,x,y,selected,hover,values){this._drawShape(ctx,\"triangleDown\",3,x,y,selected,hover,values)}},{key:\"distanceToBorder\",value:function distanceToBorder(ctx,angle){return this._distanceToBorder(ctx,angle)}}]);return TriangleDown}(_ShapeBase3[\"default\"]);exports[\"default\"]=TriangleDown},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var DataSet=__webpack_require__(11);var DataView=__webpack_require__(12);var Edge=__webpack_require__(74)[\"default\"];var EdgesHandler=function(){function EdgesHandler(body,images,groups){var _this=this;(0,_classCallCheck3[\"default\"])(this,EdgesHandler);this.body=body;this.images=images;this.groups=groups;this.body.functions.createEdge=this.create.bind(this);this.edgesListeners={add:function add(event,params){_this.add(params.items)},update:function update(event,params){_this.update(params.items)},remove:function remove(event,params){_this.remove(params.items)}};this.options={};this.defaultOptions={arrows:{to:{enabled:false,\nscaleFactor:1,type:\"arrow\"},middle:{enabled:false,scaleFactor:1,type:\"arrow\"},from:{enabled:false,scaleFactor:1,type:\"arrow\"}},arrowStrikethrough:true,color:{color:\"#848484\",highlight:\"#848484\",hover:\"#848484\",inherit:\"from\",opacity:1},dashes:false,font:{color:\"#343434\",size:14,face:\"arial\",background:\"none\",strokeWidth:2,strokeColor:\"#ffffff\",align:\"horizontal\",multi:false,vadjust:0,bold:{mod:\"bold\"},boldital:{mod:\"bold italic\"},ital:{mod:\"italic\"},mono:{mod:\"\",size:15,face:\"courier new\",vadjust:2}},hidden:false,hoverWidth:1.5,label:undefined,labelHighlightBold:true,length:undefined,physics:true,scaling:{min:1,max:15,label:{enabled:true,min:14,max:30,maxVisible:30,drawThreshold:5},customScalingFunction:function customScalingFunction(min,max,total,value){if(max===min){return.5}else{var scale=1/(max-min);return Math.max(0,(value-min)*scale)}}},selectionWidth:1.5,selfReferenceSize:20,shadow:{enabled:false,color:\"rgba(0,0,0,0.5)\",size:10,x:5,y:5},smooth:{enabled:true,type:\"dynamic\",forceDirection:\"none\",roundness:.5},title:undefined,width:1,value:undefined};util.deepExtend(this.options,this.defaultOptions);this.bindEventListeners()}(0,_createClass3[\"default\"])(EdgesHandler,[{key:\"bindEventListeners\",value:function bindEventListeners(){var _this2=this;this.body.emitter.on(\"_forceDisableDynamicCurves\",function(type){var emit=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;if(type===\"dynamic\"){type=\"continuous\"}var dataChanged=false;for(var edgeId in _this2.body.edges){if(_this2.body.edges.hasOwnProperty(edgeId)){var edge=_this2.body.edges[edgeId];var edgeData=_this2.body.data.edges._data[edgeId];if(edgeData!==undefined){var smoothOptions=edgeData.smooth;if(smoothOptions!==undefined){if(smoothOptions.enabled===true&&smoothOptions.type===\"dynamic\"){if(type===undefined){edge.setOptions({smooth:false})}else{edge.setOptions({smooth:{type:type}})}dataChanged=true}}}}}if(emit===true&&dataChanged===true){_this2.body.emitter.emit(\"_dataChanged\")}});this.body.emitter.on(\"_dataUpdated\",function(){_this2.reconnectEdges()});this.body.emitter.on(\"refreshEdges\",this.refresh.bind(this));this.body.emitter.on(\"refresh\",this.refresh.bind(this));this.body.emitter.on(\"destroy\",function(){util.forEach(_this2.edgesListeners,function(callback,event){if(_this2.body.data.edges)_this2.body.data.edges.off(event,callback)});delete _this2.body.functions.createEdge;delete _this2.edgesListeners.add;delete _this2.edgesListeners.update;delete _this2.edgesListeners.remove;delete _this2.edgesListeners})}},{key:\"setOptions\",value:function setOptions(options){if(options!==undefined){Edge.parseOptions(this.options,options,true,this.defaultOptions,true);var dataChanged=false;if(options.smooth!==undefined){for(var edgeId in this.body.edges){if(this.body.edges.hasOwnProperty(edgeId)){dataChanged=this.body.edges[edgeId].updateEdgeType()||dataChanged}}}if(options.font!==undefined){for(var _edgeId in this.body.edges){if(this.body.edges.hasOwnProperty(_edgeId)){this.body.edges[_edgeId].updateLabelModule()}}}if(options.hidden!==undefined||options.physics!==undefined||dataChanged===true){this.body.emitter.emit(\"_dataChanged\")}}}},{key:\"setData\",value:function setData(edges){var _this3=this;var doNotEmit=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;var oldEdgesData=this.body.data.edges;if(edges instanceof DataSet||edges instanceof DataView){this.body.data.edges=edges}else if(Array.isArray(edges)){this.body.data.edges=new DataSet;this.body.data.edges.add(edges)}else if(!edges){this.body.data.edges=new DataSet}else{throw new TypeError(\"Array or DataSet expected\")}if(oldEdgesData){util.forEach(this.edgesListeners,function(callback,event){oldEdgesData.off(event,callback)})}this.body.edges={};if(this.body.data.edges){util.forEach(this.edgesListeners,function(callback,event){_this3.body.data.edges.on(event,callback)});var ids=this.body.data.edges.getIds();this.add(ids,true)}this.body.emitter.emit(\"_adjustEdgesForHierarchicalLayout\");if(doNotEmit===false){this.body.emitter.emit(\"_dataChanged\")}}},{key:\"add\",value:function add(ids){var doNotEmit=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;var edges=this.body.edges;var edgesData=this.body.data.edges;for(var i=0;i<ids.length;i++){var id=ids[i];var oldEdge=edges[id];if(oldEdge){oldEdge.disconnect()}var data=edgesData.get(id,{showInternalIds:true});edges[id]=this.create(data)}this.body.emitter.emit(\"_adjustEdgesForHierarchicalLayout\");if(doNotEmit===false){this.body.emitter.emit(\"_dataChanged\")}}},{key:\"update\",value:function update(ids){var edges=this.body.edges;var edgesData=this.body.data.edges;var dataChanged=false;for(var i=0;i<ids.length;i++){var id=ids[i];var data=edgesData.get(id);var edge=edges[id];if(edge!==undefined){edge.disconnect();dataChanged=edge.setOptions(data)||dataChanged;edge.connect()}else{this.body.edges[id]=this.create(data);dataChanged=true}}if(dataChanged===true){this.body.emitter.emit(\"_adjustEdgesForHierarchicalLayout\");this.body.emitter.emit(\"_dataChanged\")}else{this.body.emitter.emit(\"_dataUpdated\")}}},{key:\"remove\",value:function remove(ids){var emit=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;if(ids.length===0)return;var edges=this.body.edges;util.forEach(ids,function(id){var edge=edges[id];if(edge!==undefined){edge.remove()}});if(emit){this.body.emitter.emit(\"_dataChanged\")}}},{key:\"refresh\",value:function refresh(){var _this4=this;util.forEach(this.body.edges,function(edge,edgeId){var data=_this4.body.data.edges._data[edgeId];if(data!==undefined){edge.setOptions(data)}})}},{key:\"create\",value:function create(properties){return new Edge(properties,this.body,this.options,this.defaultOptions)}},{key:\"reconnectEdges\",value:function reconnectEdges(){var id;var nodes=this.body.nodes;var edges=this.body.edges;for(id in nodes){if(nodes.hasOwnProperty(id)){nodes[id].edges=[]}}for(id in edges){if(edges.hasOwnProperty(id)){var edge=edges[id];edge.from=null;edge.to=null;edge.connect()}}}},{key:\"getConnectedNodes\",value:function getConnectedNodes(edgeId){var nodeList=[];if(this.body.edges[edgeId]!==undefined){var edge=this.body.edges[edgeId];if(edge.fromId!==undefined){nodeList.push(edge.fromId)}if(edge.toId!==undefined){nodeList.push(edge.toId)}}return nodeList}},{key:\"_updateState\",value:function _updateState(){this._addMissingEdges();this._removeInvalidEdges()}},{key:\"_removeInvalidEdges\",value:function _removeInvalidEdges(){var _this5=this;var edgesToDelete=[];util.forEach(this.body.edges,function(edge,id){var toNode=_this5.body.nodes[edge.toId];var fromNode=_this5.body.nodes[edge.fromId];if(toNode!==undefined&&toNode.isCluster===true||fromNode!==undefined&&fromNode.isCluster===true){return}if(toNode===undefined||fromNode===undefined){edgesToDelete.push(id)}});this.remove(edgesToDelete,false)}},{key:\"_addMissingEdges\",value:function _addMissingEdges(){var edges=this.body.edges;var edgesData=this.body.data.edges;var addIds=[];edgesData.forEach(function(edgeData,edgeId){var edge=edges[edgeId];if(edge===undefined){addIds.push(edgeId)}});this.add(addIds,true)}}]);return EdgesHandler}();exports[\"default\"]=EdgesHandler},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _slicedToArray2=__webpack_require__(30);var _slicedToArray3=_interopRequireDefault(_slicedToArray2);var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _CubicBezierEdgeBase2=__webpack_require__(216);var _CubicBezierEdgeBase3=_interopRequireDefault(_CubicBezierEdgeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var CubicBezierEdge=function(_CubicBezierEdgeBase){(0,_inherits3[\"default\"])(CubicBezierEdge,_CubicBezierEdgeBase);function CubicBezierEdge(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,CubicBezierEdge);return(0,_possibleConstructorReturn3[\"default\"])(this,(CubicBezierEdge.__proto__||(0,_getPrototypeOf2[\"default\"])(CubicBezierEdge)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(CubicBezierEdge,[{key:\"_line\",value:function _line(ctx,values,viaNodes){var via1=viaNodes[0];var via2=viaNodes[1];this._bezierCurve(ctx,values,via1,via2)}},{key:\"_getViaCoordinates\",value:function _getViaCoordinates(){var dx=this.from.x-this.to.x;var dy=this.from.y-this.to.y;var x1=void 0,y1=void 0,x2=void 0,y2=void 0;var roundness=this.options.smooth.roundness;if((Math.abs(dx)>Math.abs(dy)||this.options.smooth.forceDirection===true||this.options.smooth.forceDirection===\"horizontal\")&&this.options.smooth.forceDirection!==\"vertical\"){y1=this.from.y;y2=this.to.y;x1=this.from.x-roundness*dx;x2=this.to.x+roundness*dx}else{y1=this.from.y-roundness*dy;y2=this.to.y+roundness*dy;x1=this.from.x;x2=this.to.x}return[{x:x1,y:y1},{x:x2,y:y2}]}},{key:\"getViaNode\",value:function getViaNode(){return this._getViaCoordinates()}},{key:\"_findBorderPosition\",value:function _findBorderPosition(nearNode,ctx){return this._findBorderPositionBezier(nearNode,ctx)}},{key:\"_getDistanceToEdge\",value:function _getDistanceToEdge(x1,y1,x2,y2,x3,y3){var _ref=arguments.length>6&&arguments[6]!==undefined?arguments[6]:this._getViaCoordinates(),_ref2=(0,_slicedToArray3[\"default\"])(_ref,2),via1=_ref2[0],via2=_ref2[1];return this._getDistanceToBezierEdge(x1,y1,x2,y2,x3,y3,via1,via2)}},{key:\"getPoint\",value:function getPoint(percentage){var _ref3=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this._getViaCoordinates(),_ref4=(0,_slicedToArray3[\"default\"])(_ref3,2),via1=_ref4[0],via2=_ref4[1];var t=percentage;var vec=[];vec[0]=Math.pow(1-t,3);vec[1]=3*t*Math.pow(1-t,2);vec[2]=3*Math.pow(t,2)*(1-t);vec[3]=Math.pow(t,3);var x=vec[0]*this.fromPoint.x+vec[1]*via1.x+vec[2]*via2.x+vec[3]*this.toPoint.x;var y=vec[0]*this.fromPoint.y+vec[1]*via1.y+vec[2]*via2.y+vec[3]*this.toPoint.y;return{x:x,y:y}}}]);return CubicBezierEdge}(_CubicBezierEdgeBase3[\"default\"]);exports[\"default\"]=CubicBezierEdge},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _BezierEdgeBase2=__webpack_require__(75);var _BezierEdgeBase3=_interopRequireDefault(_BezierEdgeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var CubicBezierEdgeBase=function(_BezierEdgeBase){(0,_inherits3[\"default\"])(CubicBezierEdgeBase,_BezierEdgeBase);function CubicBezierEdgeBase(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,CubicBezierEdgeBase);return(0,_possibleConstructorReturn3[\"default\"])(this,(CubicBezierEdgeBase.__proto__||(0,_getPrototypeOf2[\"default\"])(CubicBezierEdgeBase)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(CubicBezierEdgeBase,[{key:\"_getDistanceToBezierEdge\",value:function _getDistanceToBezierEdge(x1,y1,x2,y2,x3,y3,via1,via2){var minDistance=1e9;var distance=void 0;var i=void 0,t=void 0,x=void 0,y=void 0;var lastX=x1;var lastY=y1;var vec=[0,0,0,0];for(i=1;i<10;i++){t=.1*i;vec[0]=Math.pow(1-t,3);vec[1]=3*t*Math.pow(1-t,2);vec[2]=3*Math.pow(t,2)*(1-t);vec[3]=Math.pow(t,3);x=vec[0]*x1+vec[1]*via1.x+vec[2]*via2.x+vec[3]*x2;y=vec[0]*y1+vec[1]*via1.y+vec[2]*via2.y+vec[3]*y2;if(i>0){distance=this._getDistanceToLine(lastX,lastY,x,y,x3,y3);minDistance=distance<minDistance?distance:minDistance}lastX=x;lastY=y}return minDistance}}]);return CubicBezierEdgeBase}(_BezierEdgeBase3[\"default\"]);exports[\"default\"]=CubicBezierEdgeBase},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _slicedToArray2=__webpack_require__(30);var _slicedToArray3=_interopRequireDefault(_slicedToArray2);var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _BezierEdgeBase2=__webpack_require__(75);var _BezierEdgeBase3=_interopRequireDefault(_BezierEdgeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var BezierEdgeDynamic=function(_BezierEdgeBase){(0,_inherits3[\"default\"])(BezierEdgeDynamic,_BezierEdgeBase);function BezierEdgeDynamic(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,BezierEdgeDynamic);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(BezierEdgeDynamic.__proto__||(0,_getPrototypeOf2[\"default\"])(BezierEdgeDynamic)).call(this,options,body,labelModule));_this._boundFunction=function(){_this.positionBezierNode()};_this.body.emitter.on(\"_repositionBezierNodes\",_this._boundFunction);return _this}(0,_createClass3[\"default\"])(BezierEdgeDynamic,[{key:\"setOptions\",value:function setOptions(options){var physicsChange=false;if(this.options.physics!==options.physics){physicsChange=true}this.options=options;this.id=this.options.id;this.from=this.body.nodes[this.options.from];this.to=this.body.nodes[this.options.to];this.setupSupportNode();this.connect();if(physicsChange===true){this.via.setOptions({physics:this.options.physics});this.positionBezierNode()}}},{key:\"connect\",value:function connect(){this.from=this.body.nodes[this.options.from];this.to=this.body.nodes[this.options.to];if(this.from===undefined||this.to===undefined||this.options.physics===false){this.via.setOptions({physics:false})}else{if(this.from.id===this.to.id){this.via.setOptions({physics:false})}else{this.via.setOptions({physics:true})}}}},{key:\"cleanup\",value:function cleanup(){this.body.emitter.off(\"_repositionBezierNodes\",this._boundFunction);if(this.via!==undefined){delete this.body.nodes[this.via.id];this.via=undefined;return true}return false}},{key:\"setupSupportNode\",value:function setupSupportNode(){if(this.via===undefined){var nodeId=\"edgeId:\"+this.id;var node=this.body.functions.createNode({id:nodeId,shape:\"circle\",physics:true,hidden:true});this.body.nodes[nodeId]=node;this.via=node;this.via.parentEdgeId=this.id;this.positionBezierNode()}}},{key:\"positionBezierNode\",value:function positionBezierNode(){if(this.via!==undefined&&this.from!==undefined&&this.to!==undefined){this.via.x=.5*(this.from.x+this.to.x);this.via.y=.5*(this.from.y+this.to.y)}else if(this.via!==undefined){this.via.x=0;this.via.y=0}}},{key:\"_line\",value:function _line(ctx,values,viaNode){this._bezierCurve(ctx,values,viaNode)}},{key:\"getViaNode\",value:function getViaNode(){return this.via}},{key:\"getPoint\",value:function getPoint(percentage){var viaNode=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this.via;var t=percentage;var x=void 0,y=void 0;if(this.from===this.to){var _getCircleData=this._getCircleData(this.from),_getCircleData2=(0,_slicedToArray3[\"default\"])(_getCircleData,3),cx=_getCircleData2[0],cy=_getCircleData2[1],cr=_getCircleData2[2];var a=2*Math.PI*(1-t);x=cx+cr*Math.sin(a);y=cy+cr-cr*(1-Math.cos(a))}else{x=Math.pow(1-t,2)*this.fromPoint.x+2*t*(1-t)*viaNode.x+Math.pow(t,2)*this.toPoint.x;y=Math.pow(1-t,2)*this.fromPoint.y+2*t*(1-t)*viaNode.y+Math.pow(t,2)*this.toPoint.y}return{x:x,y:y}}},{key:\"_findBorderPosition\",value:function _findBorderPosition(nearNode,ctx){return this._findBorderPositionBezier(nearNode,ctx,this.via)}},{key:\"_getDistanceToEdge\",value:function _getDistanceToEdge(x1,y1,x2,y2,x3,y3){return this._getDistanceToBezierEdge(x1,y1,x2,y2,x3,y3,this.via)}}]);return BezierEdgeDynamic}(_BezierEdgeBase3[\"default\"]);exports[\"default\"]=BezierEdgeDynamic},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _BezierEdgeBase2=__webpack_require__(75);var _BezierEdgeBase3=_interopRequireDefault(_BezierEdgeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var BezierEdgeStatic=function(_BezierEdgeBase){(0,_inherits3[\"default\"])(BezierEdgeStatic,_BezierEdgeBase);function BezierEdgeStatic(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,BezierEdgeStatic);return(0,_possibleConstructorReturn3[\"default\"])(this,(BezierEdgeStatic.__proto__||(0,_getPrototypeOf2[\"default\"])(BezierEdgeStatic)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(BezierEdgeStatic,[{key:\"_line\",value:function _line(ctx,values,viaNode){this._bezierCurve(ctx,values,viaNode)}},{key:\"getViaNode\",value:function getViaNode(){return this._getViaCoordinates()}},{key:\"_getViaCoordinates\",value:function _getViaCoordinates(){var xVia=undefined;var yVia=undefined;var factor=this.options.smooth.roundness;var type=this.options.smooth.type;var dx=Math.abs(this.from.x-this.to.x);var dy=Math.abs(this.from.y-this.to.y);if(type===\"discrete\"||type===\"diagonalCross\"){var stepX=void 0;var stepY=void 0;if(dx<=dy){stepX=stepY=factor*dy}else{stepX=stepY=factor*dx}if(this.from.x>this.to.x)stepX=-stepX;if(this.from.y>=this.to.y)stepY=-stepY;xVia=this.from.x+stepX;yVia=this.from.y+stepY;if(type===\"discrete\"){if(dx<=dy){xVia=dx<factor*dy?this.from.x:xVia}else{yVia=dy<factor*dx?this.from.y:yVia}}}else if(type===\"straightCross\"){var _stepX=(1-factor)*dx;var _stepY=(1-factor)*dy;if(dx<=dy){_stepX=0;if(this.from.y<this.to.y)_stepY=-_stepY}else{if(this.from.x<this.to.x)_stepX=-_stepX;_stepY=0}xVia=this.to.x+_stepX;yVia=this.to.y+_stepY}else if(type===\"horizontal\"){var _stepX2=(1-factor)*dx;if(this.from.x<this.to.x)_stepX2=-_stepX2;xVia=this.to.x+_stepX2;yVia=this.from.y}else if(type===\"vertical\"){var _stepY2=(1-factor)*dy;if(this.from.y<this.to.y)_stepY2=-_stepY2;xVia=this.from.x;yVia=this.to.y+_stepY2}else if(type===\"curvedCW\"){dx=this.to.x-this.from.x;dy=this.from.y-this.to.y;var radius=Math.sqrt(dx*dx+dy*dy);var pi=Math.PI;var originalAngle=Math.atan2(dy,dx);var myAngle=(originalAngle+(factor*.5+.5)*pi)%(2*pi);xVia=this.from.x+(factor*.5+.5)*radius*Math.sin(myAngle);yVia=this.from.y+(factor*.5+.5)*radius*Math.cos(myAngle)}else if(type===\"curvedCCW\"){dx=this.to.x-this.from.x;dy=this.from.y-this.to.y;var _radius=Math.sqrt(dx*dx+dy*dy);var _pi=Math.PI;var _originalAngle=Math.atan2(dy,dx);var _myAngle=(_originalAngle+(-factor*.5+.5)*_pi)%(2*_pi);xVia=this.from.x+(factor*.5+.5)*_radius*Math.sin(_myAngle);yVia=this.from.y+(factor*.5+.5)*_radius*Math.cos(_myAngle)}else{var _stepX3=void 0;var _stepY3=void 0;if(dx<=dy){_stepX3=_stepY3=factor*dy}else{_stepX3=_stepY3=factor*dx}if(this.from.x>this.to.x)_stepX3=-_stepX3;if(this.from.y>=this.to.y)_stepY3=-_stepY3;xVia=this.from.x+_stepX3;yVia=this.from.y+_stepY3;if(dx<=dy){if(this.from.x<=this.to.x){xVia=this.to.x<xVia?this.to.x:xVia}else{xVia=this.to.x>xVia?this.to.x:xVia}}else{if(this.from.y>=this.to.y){yVia=this.to.y>yVia?this.to.y:yVia}else{yVia=this.to.y<yVia?this.to.y:yVia}}}return{x:xVia,y:yVia}}},{key:\"_findBorderPosition\",value:function _findBorderPosition(nearNode,ctx){var options=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{};return this._findBorderPositionBezier(nearNode,ctx,options.via)}},{key:\"_getDistanceToEdge\",value:function _getDistanceToEdge(x1,y1,x2,y2,x3,y3){var viaNode=arguments.length>6&&arguments[6]!==undefined?arguments[6]:this._getViaCoordinates();return this._getDistanceToBezierEdge(x1,y1,x2,y2,x3,y3,viaNode)}},{key:\"getPoint\",value:function getPoint(percentage){var viaNode=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this._getViaCoordinates();var t=percentage;var x=Math.pow(1-t,2)*this.fromPoint.x+2*t*(1-t)*viaNode.x+Math.pow(t,2)*this.toPoint.x;var y=Math.pow(1-t,2)*this.fromPoint.y+2*t*(1-t)*viaNode.y+Math.pow(t,2)*this.toPoint.y;return{x:x,y:y}}}]);return BezierEdgeStatic}(_BezierEdgeBase3[\"default\"]);exports[\"default\"]=BezierEdgeStatic},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _EdgeBase2=__webpack_require__(118);var _EdgeBase3=_interopRequireDefault(_EdgeBase2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var StraightEdge=function(_EdgeBase){(0,_inherits3[\"default\"])(StraightEdge,_EdgeBase);function StraightEdge(options,body,labelModule){(0,_classCallCheck3[\"default\"])(this,StraightEdge);return(0,_possibleConstructorReturn3[\"default\"])(this,(StraightEdge.__proto__||(0,_getPrototypeOf2[\"default\"])(StraightEdge)).call(this,options,body,labelModule))}(0,_createClass3[\"default\"])(StraightEdge,[{key:\"_line\",value:function _line(ctx,values){ctx.beginPath();ctx.moveTo(this.fromPoint.x,this.fromPoint.y);ctx.lineTo(this.toPoint.x,this.toPoint.y);this.enableShadow(ctx,values);ctx.stroke();this.disableShadow(ctx,values)}},{key:\"getViaNode\",value:function getViaNode(){return undefined}},{key:\"getPoint\",value:function getPoint(percentage){return{x:(1-percentage)*this.fromPoint.x+percentage*this.toPoint.x,y:(1-percentage)*this.fromPoint.y+percentage*this.toPoint.y}}},{key:\"_findBorderPosition\",value:function _findBorderPosition(nearNode,ctx){var node1=this.to;var node2=this.from;if(nearNode.id===this.from.id){node1=this.from;node2=this.to}var angle=Math.atan2(node1.y-node2.y,node1.x-node2.x);var dx=node1.x-node2.x;var dy=node1.y-node2.y;var edgeSegmentLength=Math.sqrt(dx*dx+dy*dy);var toBorderDist=nearNode.distanceToBorder(ctx,angle);var toBorderPoint=(edgeSegmentLength-toBorderDist)/edgeSegmentLength;var borderPos={};borderPos.x=(1-toBorderPoint)*node2.x+toBorderPoint*node1.x;borderPos.y=(1-toBorderPoint)*node2.y+toBorderPoint*node1.y;return borderPos}},{key:\"_getDistanceToEdge\",value:function _getDistanceToEdge(x1,y1,x2,y2,x3,y3){return this._getDistanceToLine(x1,y1,x2,y2,x3,y3)}}]);return StraightEdge}(_EdgeBase3[\"default\"]);exports[\"default\"]=StraightEdge},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var BarnesHutSolver=__webpack_require__(120)[\"default\"];var Repulsion=__webpack_require__(221)[\"default\"];var HierarchicalRepulsion=__webpack_require__(222)[\"default\"];var SpringSolver=__webpack_require__(223)[\"default\"];var HierarchicalSpringSolver=__webpack_require__(224)[\"default\"];var CentralGravitySolver=__webpack_require__(121)[\"default\"];var ForceAtlas2BasedRepulsionSolver=__webpack_require__(225)[\"default\"];var ForceAtlas2BasedCentralGravitySolver=__webpack_require__(226)[\"default\"];var util=__webpack_require__(2);var EndPoints=__webpack_require__(119)[\"default\"];var PhysicsEngine=function(){function PhysicsEngine(body){(0,_classCallCheck3[\"default\"])(this,PhysicsEngine);this.body=body;this.physicsBody={physicsNodeIndices:[],physicsEdgeIndices:[],forces:{},velocities:{}};this.physicsEnabled=true;this.simulationInterval=1e3/60;this.requiresTimeout=true;this.previousStates={};this.referenceState={};this.freezeCache={};this.renderTimer=undefined;this.adaptiveTimestep=false;this.adaptiveTimestepEnabled=false;this.adaptiveCounter=0;this.adaptiveInterval=3;this.stabilized=false;this.startedStabilization=false;this.stabilizationIterations=0;this.ready=false;this.options={};this.defaultOptions={enabled:true,barnesHut:{theta:.5,gravitationalConstant:-2e3,centralGravity:.3,springLength:95,springConstant:.04,damping:.09,avoidOverlap:0},forceAtlas2Based:{theta:.5,gravitationalConstant:-50,centralGravity:.01,springConstant:.08,springLength:100,damping:.4,avoidOverlap:0},repulsion:{centralGravity:.2,springLength:200,springConstant:.05,nodeDistance:100,damping:.09,avoidOverlap:0},hierarchicalRepulsion:{centralGravity:0,springLength:100,springConstant:.01,nodeDistance:120,damping:.09},maxVelocity:50,minVelocity:.75,solver:\"barnesHut\",stabilization:{enabled:true,iterations:1e3,updateInterval:50,onlyDynamicEdges:false,fit:true},timestep:.5,adaptiveTimestep:true};util.extend(this.options,this.defaultOptions);this.timestep=.5;this.layoutFailed=false;this.bindEventListeners()}(0,_createClass3[\"default\"])(PhysicsEngine,[{key:\"bindEventListeners\",value:function bindEventListeners(){var _this=this;this.body.emitter.on(\"initPhysics\",function(){_this.initPhysics()});this.body.emitter.on(\"_layoutFailed\",function(){_this.layoutFailed=true});this.body.emitter.on(\"resetPhysics\",function(){_this.stopSimulation();_this.ready=false});this.body.emitter.on(\"disablePhysics\",function(){_this.physicsEnabled=false;_this.stopSimulation()});this.body.emitter.on(\"restorePhysics\",function(){_this.setOptions(_this.options);if(_this.ready===true){_this.startSimulation()}});this.body.emitter.on(\"startSimulation\",function(){if(_this.ready===true){_this.startSimulation()}});this.body.emitter.on(\"stopSimulation\",function(){_this.stopSimulation()});this.body.emitter.on(\"destroy\",function(){_this.stopSimulation(false);_this.body.emitter.off()});this.body.emitter.on(\"_dataChanged\",function(){_this.updatePhysicsData()})}},{key:\"setOptions\",value:function setOptions(options){if(options!==undefined){if(options===false){this.options.enabled=false;this.physicsEnabled=false;this.stopSimulation()}else if(options===true){this.options.enabled=true;this.physicsEnabled=true;this.startSimulation()}else{this.physicsEnabled=true;util.selectiveNotDeepExtend([\"stabilization\"],this.options,options);util.mergeOptions(this.options,options,\"stabilization\");if(options.enabled===undefined){this.options.enabled=true}if(this.options.enabled===false){this.physicsEnabled=false;this.stopSimulation()}this.timestep=this.options.timestep}}this.init()}},{key:\"init\",value:function init(){var options;if(this.options.solver===\"forceAtlas2Based\"){options=this.options.forceAtlas2Based;this.nodesSolver=new ForceAtlas2BasedRepulsionSolver(this.body,this.physicsBody,options);this.edgesSolver=new SpringSolver(this.body,this.physicsBody,options);this.gravitySolver=new ForceAtlas2BasedCentralGravitySolver(this.body,this.physicsBody,options)}else if(this.options.solver===\"repulsion\"){options=this.options.repulsion;this.nodesSolver=new Repulsion(this.body,this.physicsBody,options);this.edgesSolver=new SpringSolver(this.body,this.physicsBody,options);this.gravitySolver=new CentralGravitySolver(this.body,this.physicsBody,options)}else if(this.options.solver===\"hierarchicalRepulsion\"){options=this.options.hierarchicalRepulsion;this.nodesSolver=new HierarchicalRepulsion(this.body,this.physicsBody,options);this.edgesSolver=new HierarchicalSpringSolver(this.body,this.physicsBody,options);this.gravitySolver=new CentralGravitySolver(this.body,this.physicsBody,options)}else{options=this.options.barnesHut;this.nodesSolver=new BarnesHutSolver(this.body,this.physicsBody,options);this.edgesSolver=new SpringSolver(this.body,this.physicsBody,options);this.gravitySolver=new CentralGravitySolver(this.body,this.physicsBody,options)}this.modelOptions=options}},{key:\"initPhysics\",value:function initPhysics(){if(this.physicsEnabled===true&&this.options.enabled===true){if(this.options.stabilization.enabled===true){this.stabilize()}else{this.stabilized=false;this.ready=true;this.body.emitter.emit(\"fit\",{},this.layoutFailed);this.startSimulation()}}else{this.ready=true;this.body.emitter.emit(\"fit\")}}},{key:\"startSimulation\",value:function startSimulation(){if(this.physicsEnabled===true&&this.options.enabled===true){this.stabilized=false;this.adaptiveTimestep=false;this.body.emitter.emit(\"_resizeNodes\");if(this.viewFunction===undefined){this.viewFunction=this.simulationStep.bind(this);this.body.emitter.on(\"initRedraw\",this.viewFunction);this.body.emitter.emit(\"_startRendering\")}}else{this.body.emitter.emit(\"_redraw\")}}},{key:\"stopSimulation\",value:function stopSimulation(){var emit=arguments.length>0&&arguments[0]!==undefined?arguments[0]:true;this.stabilized=true;if(emit===true){this._emitStabilized()}if(this.viewFunction!==undefined){this.body.emitter.off(\"initRedraw\",this.viewFunction);this.viewFunction=undefined;if(emit===true){this.body.emitter.emit(\"_stopRendering\")}}}},{key:\"simulationStep\",value:function simulationStep(){var startTime=Date.now();this.physicsTick();var physicsTime=Date.now()-startTime;if((physicsTime<.4*this.simulationInterval||this.runDoubleSpeed===true)&&this.stabilized===false){this.physicsTick();this.runDoubleSpeed=true}if(this.stabilized===true){this.stopSimulation()}}},{key:\"_emitStabilized\",value:function _emitStabilized(){var _this2=this;var amountOfIterations=arguments.length>0&&arguments[0]!==undefined?arguments[0]:this.stabilizationIterations;if(this.stabilizationIterations>1||this.startedStabilization===true){setTimeout(function(){_this2.body.emitter.emit(\"stabilized\",{iterations:amountOfIterations});_this2.startedStabilization=false;_this2.stabilizationIterations=0},0)}}},{key:\"physicsStep\",value:function physicsStep(){this.gravitySolver.solve();this.nodesSolver.solve();this.edgesSolver.solve();this.moveNodes()}},{key:\"adjustTimeStep\",value:function adjustTimeStep(){var factor=1.2;if(this._evaluateStepQuality()===true){this.timestep=factor*this.timestep}else{if(this.timestep/factor<this.options.timestep){this.timestep=this.options.timestep}else{this.adaptiveCounter=-1;this.timestep=Math.max(this.options.timestep,this.timestep/factor)}}}},{key:\"physicsTick\",value:function physicsTick(){this._startStabilizing();if(this.stabilized===true)return;if(this.adaptiveTimestep===true&&this.adaptiveTimestepEnabled===true){var doAdaptive=this.adaptiveCounter%this.adaptiveInterval===0;if(doAdaptive){this.timestep=2*this.timestep;this.physicsStep();this.revert();this.timestep=.5*this.timestep;this.physicsStep();this.physicsStep();this.adjustTimeStep()}else{this.physicsStep()}this.adaptiveCounter+=1}else{this.timestep=this.options.timestep;this.physicsStep()}\nif(this.stabilized===true)this.revert();this.stabilizationIterations++}},{key:\"updatePhysicsData\",value:function updatePhysicsData(){this.physicsBody.forces={};this.physicsBody.physicsNodeIndices=[];this.physicsBody.physicsEdgeIndices=[];var nodes=this.body.nodes;var edges=this.body.edges;for(var nodeId in nodes){if(nodes.hasOwnProperty(nodeId)){if(nodes[nodeId].options.physics===true){this.physicsBody.physicsNodeIndices.push(nodes[nodeId].id)}}}for(var edgeId in edges){if(edges.hasOwnProperty(edgeId)){if(edges[edgeId].options.physics===true){this.physicsBody.physicsEdgeIndices.push(edges[edgeId].id)}}}for(var i=0;i<this.physicsBody.physicsNodeIndices.length;i++){var _nodeId=this.physicsBody.physicsNodeIndices[i];this.physicsBody.forces[_nodeId]={x:0,y:0};if(this.physicsBody.velocities[_nodeId]===undefined){this.physicsBody.velocities[_nodeId]={x:0,y:0}}}for(var _nodeId2 in this.physicsBody.velocities){if(nodes[_nodeId2]===undefined){delete this.physicsBody.velocities[_nodeId2]}}}},{key:\"revert\",value:function revert(){var nodeIds=(0,_keys2[\"default\"])(this.previousStates);var nodes=this.body.nodes;var velocities=this.physicsBody.velocities;this.referenceState={};for(var i=0;i<nodeIds.length;i++){var nodeId=nodeIds[i];if(nodes[nodeId]!==undefined){if(nodes[nodeId].options.physics===true){this.referenceState[nodeId]={positions:{x:nodes[nodeId].x,y:nodes[nodeId].y}};velocities[nodeId].x=this.previousStates[nodeId].vx;velocities[nodeId].y=this.previousStates[nodeId].vy;nodes[nodeId].x=this.previousStates[nodeId].x;nodes[nodeId].y=this.previousStates[nodeId].y}}else{delete this.previousStates[nodeId]}}}},{key:\"_evaluateStepQuality\",value:function _evaluateStepQuality(){var dx=void 0,dy=void 0,dpos=void 0;var nodes=this.body.nodes;var reference=this.referenceState;var posThreshold=.3;for(var nodeId in this.referenceState){if(this.referenceState.hasOwnProperty(nodeId)&&nodes[nodeId]!==undefined){dx=nodes[nodeId].x-reference[nodeId].positions.x;dy=nodes[nodeId].y-reference[nodeId].positions.y;dpos=Math.sqrt(Math.pow(dx,2)+Math.pow(dy,2));if(dpos>posThreshold){return false}}}return true}},{key:\"moveNodes\",value:function moveNodes(){var nodeIndices=this.physicsBody.physicsNodeIndices;var maxNodeVelocity=0;var averageNodeVelocity=0;var velocityAdaptiveThreshold=5;for(var i=0;i<nodeIndices.length;i++){var nodeId=nodeIndices[i];var nodeVelocity=this._performStep(nodeId);maxNodeVelocity=Math.max(maxNodeVelocity,nodeVelocity);averageNodeVelocity+=nodeVelocity}this.adaptiveTimestepEnabled=averageNodeVelocity/nodeIndices.length<velocityAdaptiveThreshold;this.stabilized=maxNodeVelocity<this.options.minVelocity}},{key:\"calculateComponentVelocity\",value:function calculateComponentVelocity(v,f,m){var df=this.modelOptions.damping*v;var a=(f-df)/m;v+=a*this.timestep;var maxV=this.options.maxVelocity||1e9;if(Math.abs(v)>maxV){v=v>0?maxV:-maxV}return v}},{key:\"_performStep\",value:function _performStep(nodeId){var node=this.body.nodes[nodeId];var force=this.physicsBody.forces[nodeId];var velocity=this.physicsBody.velocities[nodeId];this.previousStates[nodeId]={x:node.x,y:node.y,vx:velocity.x,vy:velocity.y};if(node.options.fixed.x===false){velocity.x=this.calculateComponentVelocity(velocity.x,force.x,node.options.mass);node.x+=velocity.x*this.timestep}else{force.x=0;velocity.x=0}if(node.options.fixed.y===false){velocity.y=this.calculateComponentVelocity(velocity.y,force.y,node.options.mass);node.y+=velocity.y*this.timestep}else{force.y=0;velocity.y=0}var totalVelocity=Math.sqrt(Math.pow(velocity.x,2)+Math.pow(velocity.y,2));return totalVelocity}},{key:\"_freezeNodes\",value:function _freezeNodes(){var nodes=this.body.nodes;for(var id in nodes){if(nodes.hasOwnProperty(id)){if(nodes[id].x&&nodes[id].y){var fixed=nodes[id].options.fixed;this.freezeCache[id]={x:fixed.x,y:fixed.y};fixed.x=true;fixed.y=true}}}}},{key:\"_restoreFrozenNodes\",value:function _restoreFrozenNodes(){var nodes=this.body.nodes;for(var id in nodes){if(nodes.hasOwnProperty(id)){if(this.freezeCache[id]!==undefined){nodes[id].options.fixed.x=this.freezeCache[id].x;nodes[id].options.fixed.y=this.freezeCache[id].y}}}this.freezeCache={}}},{key:\"stabilize\",value:function stabilize(){var _this3=this;var iterations=arguments.length>0&&arguments[0]!==undefined?arguments[0]:this.options.stabilization.iterations;if(typeof iterations!==\"number\"){iterations=this.options.stabilization.iterations;console.log(\"The stabilize method needs a numeric amount of iterations. Switching to default: \",iterations)}if(this.physicsBody.physicsNodeIndices.length===0){this.ready=true;return}this.adaptiveTimestep=true&&this.options.adaptiveTimestep;this.body.emitter.emit(\"_resizeNodes\");this.stopSimulation();this.stabilized=false;this.body.emitter.emit(\"_blockRedraw\");this.targetIterations=iterations;if(this.options.stabilization.onlyDynamicEdges===true){this._freezeNodes()}this.stabilizationIterations=0;setTimeout(function(){return _this3._stabilizationBatch()},0)}},{key:\"_startStabilizing\",value:function _startStabilizing(){if(this.startedStabilization===true)return false;this.body.emitter.emit(\"startStabilizing\");this.startedStabilization=true;return true}},{key:\"_stabilizationBatch\",value:function _stabilizationBatch(){var _this4=this;var running=function running(){return _this4.stabilized===false&&_this4.stabilizationIterations<_this4.targetIterations};var sendProgress=function sendProgress(){_this4.body.emitter.emit(\"stabilizationProgress\",{iterations:_this4.stabilizationIterations,total:_this4.targetIterations})};if(this._startStabilizing()){sendProgress()}var count=0;while(running()&&count<this.options.stabilization.updateInterval){this.physicsTick();count++}sendProgress();if(running()){setTimeout(this._stabilizationBatch.bind(this),0)}else{this._finalizeStabilization()}}},{key:\"_finalizeStabilization\",value:function _finalizeStabilization(){this.body.emitter.emit(\"_allowRedraw\");if(this.options.stabilization.fit===true){this.body.emitter.emit(\"fit\")}if(this.options.stabilization.onlyDynamicEdges===true){this._restoreFrozenNodes()}this.body.emitter.emit(\"stabilizationIterationsDone\");this.body.emitter.emit(\"_requestRedraw\");if(this.stabilized===true){this._emitStabilized()}else{this.startSimulation()}this.ready=true}},{key:\"_drawForces\",value:function _drawForces(ctx){for(var i=0;i<this.physicsBody.physicsNodeIndices.length;i++){var index=this.physicsBody.physicsNodeIndices[i];var node=this.body.nodes[index];var force=this.physicsBody.forces[index];var factor=20;var colorFactor=.03;var forceSize=Math.sqrt(Math.pow(force.x,2)+Math.pow(force.x,2));var size=Math.min(Math.max(5,forceSize),15);var arrowSize=3*size;var color=util.HSVToHex((180-Math.min(1,Math.max(0,colorFactor*forceSize))*180)/360,1,1);var point={x:node.x+factor*force.x,y:node.y+factor*force.y};ctx.lineWidth=size;ctx.strokeStyle=color;ctx.beginPath();ctx.moveTo(node.x,node.y);ctx.lineTo(point.x,point.y);ctx.stroke();var angle=Math.atan2(force.y,force.x);ctx.fillStyle=color;EndPoints.draw(ctx,{type:\"arrow\",point:point,angle:angle,length:arrowSize});ctx.fill()}}}]);return PhysicsEngine}();exports[\"default\"]=PhysicsEngine},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var RepulsionSolver=function(){function RepulsionSolver(body,physicsBody,options){(0,_classCallCheck3[\"default\"])(this,RepulsionSolver);this.body=body;this.physicsBody=physicsBody;this.setOptions(options)}(0,_createClass3[\"default\"])(RepulsionSolver,[{key:\"setOptions\",value:function setOptions(options){this.options=options}},{key:\"solve\",value:function solve(){var dx,dy,distance,fx,fy,repulsingForce,node1,node2;var nodes=this.body.nodes;var nodeIndices=this.physicsBody.physicsNodeIndices;var forces=this.physicsBody.forces;var nodeDistance=this.options.nodeDistance;var a=-2/3/nodeDistance;var b=4/3;for(var i=0;i<nodeIndices.length-1;i++){node1=nodes[nodeIndices[i]];for(var j=i+1;j<nodeIndices.length;j++){node2=nodes[nodeIndices[j]];dx=node2.x-node1.x;dy=node2.y-node1.y;distance=Math.sqrt(dx*dx+dy*dy);if(distance===0){distance=.1*Math.random();dx=distance}if(distance<2*nodeDistance){if(distance<.5*nodeDistance){repulsingForce=1}else{repulsingForce=a*distance+b}repulsingForce=repulsingForce/distance;fx=dx*repulsingForce;fy=dy*repulsingForce;forces[node1.id].x-=fx;forces[node1.id].y-=fy;forces[node2.id].x+=fx;forces[node2.id].y+=fy}}}}}]);return RepulsionSolver}();exports[\"default\"]=RepulsionSolver},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var HierarchicalRepulsionSolver=function(){function HierarchicalRepulsionSolver(body,physicsBody,options){(0,_classCallCheck3[\"default\"])(this,HierarchicalRepulsionSolver);this.body=body;this.physicsBody=physicsBody;this.setOptions(options)}(0,_createClass3[\"default\"])(HierarchicalRepulsionSolver,[{key:\"setOptions\",value:function setOptions(options){this.options=options}},{key:\"solve\",value:function solve(){var dx,dy,distance,fx,fy,repulsingForce,node1,node2,i,j;var nodes=this.body.nodes;var nodeIndices=this.physicsBody.physicsNodeIndices;var forces=this.physicsBody.forces;var nodeDistance=this.options.nodeDistance;for(i=0;i<nodeIndices.length-1;i++){node1=nodes[nodeIndices[i]];for(j=i+1;j<nodeIndices.length;j++){node2=nodes[nodeIndices[j]];if(node1.level===node2.level){dx=node2.x-node1.x;dy=node2.y-node1.y;distance=Math.sqrt(dx*dx+dy*dy);var steepness=.05;if(distance<nodeDistance){repulsingForce=-Math.pow(steepness*distance,2)+Math.pow(steepness*nodeDistance,2)}else{repulsingForce=0}if(distance===0){distance=.01}else{repulsingForce=repulsingForce/distance}fx=dx*repulsingForce;fy=dy*repulsingForce;forces[node1.id].x-=fx;forces[node1.id].y-=fy;forces[node2.id].x+=fx;forces[node2.id].y+=fy}}}}}]);return HierarchicalRepulsionSolver}();exports[\"default\"]=HierarchicalRepulsionSolver},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var SpringSolver=function(){function SpringSolver(body,physicsBody,options){(0,_classCallCheck3[\"default\"])(this,SpringSolver);this.body=body;this.physicsBody=physicsBody;this.setOptions(options)}(0,_createClass3[\"default\"])(SpringSolver,[{key:\"setOptions\",value:function setOptions(options){this.options=options}},{key:\"solve\",value:function solve(){var edgeLength=void 0,edge=void 0;var edgeIndices=this.physicsBody.physicsEdgeIndices;var edges=this.body.edges;var node1=void 0,node2=void 0,node3=void 0;for(var i=0;i<edgeIndices.length;i++){edge=edges[edgeIndices[i]];if(edge.connected===true&&edge.toId!==edge.fromId){if(this.body.nodes[edge.toId]!==undefined&&this.body.nodes[edge.fromId]!==undefined){if(edge.edgeType.via!==undefined){edgeLength=edge.options.length===undefined?this.options.springLength:edge.options.length;node1=edge.to;node2=edge.edgeType.via;node3=edge.from;this._calculateSpringForce(node1,node2,.5*edgeLength);this._calculateSpringForce(node2,node3,.5*edgeLength)}else{edgeLength=edge.options.length===undefined?this.options.springLength*1.5:edge.options.length;this._calculateSpringForce(edge.from,edge.to,edgeLength)}}}}}},{key:\"_calculateSpringForce\",value:function _calculateSpringForce(node1,node2,edgeLength){var dx=node1.x-node2.x;var dy=node1.y-node2.y;var distance=Math.max(Math.sqrt(dx*dx+dy*dy),.01);var springForce=this.options.springConstant*(edgeLength-distance)/distance;var fx=dx*springForce;var fy=dy*springForce;if(this.physicsBody.forces[node1.id]!==undefined){this.physicsBody.forces[node1.id].x+=fx;this.physicsBody.forces[node1.id].y+=fy}if(this.physicsBody.forces[node2.id]!==undefined){this.physicsBody.forces[node2.id].x-=fx;this.physicsBody.forces[node2.id].y-=fy}}}]);return SpringSolver}();exports[\"default\"]=SpringSolver},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var HierarchicalSpringSolver=function(){function HierarchicalSpringSolver(body,physicsBody,options){(0,_classCallCheck3[\"default\"])(this,HierarchicalSpringSolver);this.body=body;this.physicsBody=physicsBody;this.setOptions(options)}(0,_createClass3[\"default\"])(HierarchicalSpringSolver,[{key:\"setOptions\",value:function setOptions(options){this.options=options}},{key:\"solve\",value:function solve(){var edgeLength,edge;var dx,dy,fx,fy,springForce,distance;var edges=this.body.edges;var factor=.5;var edgeIndices=this.physicsBody.physicsEdgeIndices;var nodeIndices=this.physicsBody.physicsNodeIndices;var forces=this.physicsBody.forces;for(var i=0;i<nodeIndices.length;i++){var nodeId=nodeIndices[i];forces[nodeId].springFx=0;forces[nodeId].springFy=0}for(var _i=0;_i<edgeIndices.length;_i++){edge=edges[edgeIndices[_i]];if(edge.connected===true){edgeLength=edge.options.length===undefined?this.options.springLength:edge.options.length;dx=edge.from.x-edge.to.x;dy=edge.from.y-edge.to.y;distance=Math.sqrt(dx*dx+dy*dy);distance=distance===0?.01:distance;springForce=this.options.springConstant*(edgeLength-distance)/distance;fx=dx*springForce;fy=dy*springForce;if(edge.to.level!=edge.from.level){if(forces[edge.toId]!==undefined){forces[edge.toId].springFx-=fx;forces[edge.toId].springFy-=fy}if(forces[edge.fromId]!==undefined){forces[edge.fromId].springFx+=fx;forces[edge.fromId].springFy+=fy}}else{if(forces[edge.toId]!==undefined){forces[edge.toId].x-=factor*fx;forces[edge.toId].y-=factor*fy}if(forces[edge.fromId]!==undefined){forces[edge.fromId].x+=factor*fx;forces[edge.fromId].y+=factor*fy}}}}springForce=1;var springFx,springFy;for(var _i2=0;_i2<nodeIndices.length;_i2++){var _nodeId=nodeIndices[_i2];springFx=Math.min(springForce,Math.max(-springForce,forces[_nodeId].springFx));springFy=Math.min(springForce,Math.max(-springForce,forces[_nodeId].springFy));forces[_nodeId].x+=springFx;forces[_nodeId].y+=springFy}var totalFx=0;var totalFy=0;for(var _i3=0;_i3<nodeIndices.length;_i3++){var _nodeId2=nodeIndices[_i3];totalFx+=forces[_nodeId2].x;totalFy+=forces[_nodeId2].y}var correctionFx=totalFx/nodeIndices.length;var correctionFy=totalFy/nodeIndices.length;for(var _i4=0;_i4<nodeIndices.length;_i4++){var _nodeId3=nodeIndices[_i4];forces[_nodeId3].x-=correctionFx;forces[_nodeId3].y-=correctionFy}}}]);return HierarchicalSpringSolver}();exports[\"default\"]=HierarchicalSpringSolver},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _BarnesHutSolver2=__webpack_require__(120);var _BarnesHutSolver3=_interopRequireDefault(_BarnesHutSolver2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var ForceAtlas2BasedRepulsionSolver=function(_BarnesHutSolver){(0,_inherits3[\"default\"])(ForceAtlas2BasedRepulsionSolver,_BarnesHutSolver);function ForceAtlas2BasedRepulsionSolver(body,physicsBody,options){(0,_classCallCheck3[\"default\"])(this,ForceAtlas2BasedRepulsionSolver);return(0,_possibleConstructorReturn3[\"default\"])(this,(ForceAtlas2BasedRepulsionSolver.__proto__||(0,_getPrototypeOf2[\"default\"])(ForceAtlas2BasedRepulsionSolver)).call(this,body,physicsBody,options))}(0,_createClass3[\"default\"])(ForceAtlas2BasedRepulsionSolver,[{key:\"_calculateForces\",value:function _calculateForces(distance,dx,dy,node,parentBranch){if(distance===0){distance=.1*Math.random();dx=distance}if(this.overlapAvoidanceFactor<1&&node.shape.radius){distance=Math.max(.1+this.overlapAvoidanceFactor*node.shape.radius,distance-node.shape.radius)}var degree=node.edges.length+1;var gravityForce=this.options.gravitationalConstant*parentBranch.mass*node.options.mass*degree/Math.pow(distance,2);var fx=dx*gravityForce;var fy=dy*gravityForce;this.physicsBody.forces[node.id].x+=fx;this.physicsBody.forces[node.id].y+=fy}}]);return ForceAtlas2BasedRepulsionSolver}(_BarnesHutSolver3[\"default\"]);exports[\"default\"]=ForceAtlas2BasedRepulsionSolver},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _CentralGravitySolver2=__webpack_require__(121);var _CentralGravitySolver3=_interopRequireDefault(_CentralGravitySolver2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var ForceAtlas2BasedCentralGravitySolver=function(_CentralGravitySolver){(0,_inherits3[\"default\"])(ForceAtlas2BasedCentralGravitySolver,_CentralGravitySolver);function ForceAtlas2BasedCentralGravitySolver(body,physicsBody,options){(0,_classCallCheck3[\"default\"])(this,ForceAtlas2BasedCentralGravitySolver);return(0,_possibleConstructorReturn3[\"default\"])(this,(ForceAtlas2BasedCentralGravitySolver.__proto__||(0,_getPrototypeOf2[\"default\"])(ForceAtlas2BasedCentralGravitySolver)).call(this,body,physicsBody,options))}(0,_createClass3[\"default\"])(ForceAtlas2BasedCentralGravitySolver,[{key:\"_calculateForces\",value:function _calculateForces(distance,dx,dy,forces,node){if(distance>0){var degree=node.edges.length+1;var gravityForce=this.options.centralGravity*degree*node.options.mass;forces[node.id].x=dx*gravityForce;forces[node.id].y=dy*gravityForce}}}]);return ForceAtlas2BasedCentralGravitySolver}(_CentralGravitySolver3[\"default\"]);exports[\"default\"]=ForceAtlas2BasedCentralGravitySolver},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var NetworkUtil=__webpack_require__(76)[\"default\"];var Cluster=__webpack_require__(228)[\"default\"];var Edge=__webpack_require__(74)[\"default\"];var Node=__webpack_require__(47)[\"default\"];var ClusterEngine=function(){function ClusterEngine(body){var _this=this;(0,_classCallCheck3[\"default\"])(this,ClusterEngine);this.body=body;this.clusteredNodes={};this.clusteredEdges={};this.options={};this.defaultOptions={};util.extend(this.options,this.defaultOptions);this.body.emitter.on(\"_resetData\",function(){_this.clusteredNodes={};_this.clusteredEdges={}})}(0,_createClass3[\"default\"])(ClusterEngine,[{key:\"clusterByHubsize\",value:function clusterByHubsize(hubsize,options){if(hubsize===undefined){hubsize=this._getHubSize()}else if((typeof hubsize===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(hubsize))===\"object\"){options=this._checkOptions(hubsize);hubsize=this._getHubSize()}var nodesToCluster=[];for(var i=0;i<this.body.nodeIndices.length;i++){var node=this.body.nodes[this.body.nodeIndices[i]];if(node.edges.length>=hubsize){nodesToCluster.push(node.id)}}for(var _i=0;_i<nodesToCluster.length;_i++){this.clusterByConnection(nodesToCluster[_i],options,true)}this.body.emitter.emit(\"_dataChanged\")}},{key:\"cluster\",value:function cluster(){var _this2=this;var options=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};var refreshData=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;if(options.joinCondition===undefined){throw new Error(\"Cannot call clusterByNodeData without a joinCondition function in the options.\")}options=this._checkOptions(options);var childNodesObj={};var childEdgesObj={};util.forEach(this.body.nodes,function(node,nodeId){var clonedOptions=NetworkUtil.cloneOptions(node);if(options.joinCondition(clonedOptions)===true){childNodesObj[nodeId]=node;util.forEach(node.edges,function(edge){if(_this2.clusteredEdges[edge.id]===undefined){childEdgesObj[edge.id]=edge}})}});this._cluster(childNodesObj,childEdgesObj,options,refreshData)}},{key:\"clusterByEdgeCount\",value:function clusterByEdgeCount(edgeCount,options){var _this3=this;var refreshData=arguments.length>2&&arguments[2]!==undefined?arguments[2]:true;options=this._checkOptions(options);var clusters=[];var usedNodes={};var edge=void 0,edges=void 0,relevantEdgeCount=void 0;var _loop=function _loop(i){var childNodesObj={};var childEdgesObj={};var nodeId=_this3.body.nodeIndices[i];var node=_this3.body.nodes[nodeId];if(usedNodes[nodeId]===undefined){relevantEdgeCount=0;edges=[];for(var j=0;j<node.edges.length;j++){edge=node.edges[j];if(_this3.clusteredEdges[edge.id]===undefined){if(edge.toId!==edge.fromId){relevantEdgeCount++}edges.push(edge)}}if(relevantEdgeCount===edgeCount){checkJoinCondition=function checkJoinCondition(node){if(options.joinCondition===undefined||options.joinCondition===null){return true}var clonedOptions=NetworkUtil.cloneOptions(node);return options.joinCondition(clonedOptions)};var gatheringSuccessful=true;for(var _j=0;_j<edges.length;_j++){edge=edges[_j];var childNodeId=_this3._getConnectedId(edge,nodeId);if(checkJoinCondition(node)){childEdgesObj[edge.id]=edge;childNodesObj[nodeId]=node;childNodesObj[childNodeId]=_this3.body.nodes[childNodeId];usedNodes[nodeId]=true}else{gatheringSuccessful=false;break}}if((0,_keys2[\"default\"])(childNodesObj).length>0&&(0,_keys2[\"default\"])(childEdgesObj).length>0&&gatheringSuccessful===true){findClusterData=function findClusterData(){for(var n=0;n<clusters.length;++n){for(var m in childNodesObj){if(clusters[n].nodes[m]!==undefined){return clusters[n]}}}return undefined};foundCluster=findClusterData();if(foundCluster!==undefined){for(var m in childNodesObj){if(foundCluster.nodes[m]===undefined){foundCluster.nodes[m]=childNodesObj[m]}}for(var _m in childEdgesObj){if(foundCluster.edges[_m]===undefined){foundCluster.edges[_m]=childEdgesObj[_m]}}}else{clusters.push({nodes:childNodesObj,edges:childEdgesObj})}}}}};for(var i=0;i<this.body.nodeIndices.length;i++){var checkJoinCondition;var findClusterData;var foundCluster;_loop(i)}for(var i=0;i<clusters.length;i++){this._cluster(clusters[i].nodes,clusters[i].edges,options,false)}if(refreshData===true){this.body.emitter.emit(\"_dataChanged\")}}},{key:\"clusterOutliers\",value:function clusterOutliers(options){var refreshData=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;this.clusterByEdgeCount(1,options,refreshData)}},{key:\"clusterBridges\",value:function clusterBridges(options){var refreshData=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;this.clusterByEdgeCount(2,options,refreshData)}},{key:\"clusterByConnection\",value:function clusterByConnection(nodeId,options){var refreshData=arguments.length>2&&arguments[2]!==undefined?arguments[2]:true;if(nodeId===undefined){throw new Error(\"No nodeId supplied to clusterByConnection!\")}if(this.body.nodes[nodeId]===undefined){throw new Error(\"The nodeId given to clusterByConnection does not exist!\")}var node=this.body.nodes[nodeId];options=this._checkOptions(options,node);if(options.clusterNodeProperties.x===undefined){options.clusterNodeProperties.x=node.x}if(options.clusterNodeProperties.y===undefined){options.clusterNodeProperties.y=node.y}if(options.clusterNodeProperties.fixed===undefined){options.clusterNodeProperties.fixed={};options.clusterNodeProperties.fixed.x=node.options.fixed.x;options.clusterNodeProperties.fixed.y=node.options.fixed.y}var childNodesObj={};var childEdgesObj={};var parentNodeId=node.id;var parentClonedOptions=NetworkUtil.cloneOptions(node);childNodesObj[parentNodeId]=node;for(var i=0;i<node.edges.length;i++){var edge=node.edges[i];if(this.clusteredEdges[edge.id]===undefined){var childNodeId=this._getConnectedId(edge,parentNodeId);if(this.clusteredNodes[childNodeId]===undefined){if(childNodeId!==parentNodeId){if(options.joinCondition===undefined){childEdgesObj[edge.id]=edge;childNodesObj[childNodeId]=this.body.nodes[childNodeId]}else{var childClonedOptions=NetworkUtil.cloneOptions(this.body.nodes[childNodeId]);if(options.joinCondition(parentClonedOptions,childClonedOptions)===true){childEdgesObj[edge.id]=edge;childNodesObj[childNodeId]=this.body.nodes[childNodeId]}}}else{childEdgesObj[edge.id]=edge}}}}var childNodeIDs=(0,_keys2[\"default\"])(childNodesObj).map(function(childNode){return childNodesObj[childNode].id});for(childNode in childNodesObj){if(!childNodesObj.hasOwnProperty(childNode))continue;var childNode=childNodesObj[childNode];for(var y=0;y<childNode.edges.length;y++){var childEdge=childNode.edges[y];if(childNodeIDs.indexOf(this._getConnectedId(childEdge,childNode.id))>-1){childEdgesObj[childEdge.id]=childEdge}}}this._cluster(childNodesObj,childEdgesObj,options,refreshData)}},{key:\"_createClusterEdges\",value:function _createClusterEdges(childNodesObj,childEdgesObj,clusterNodeProperties,clusterEdgeProperties){var edge=void 0,childNodeId=void 0,childNode=void 0,toId=void 0,fromId=void 0,otherNodeId=void 0;var childKeys=(0,_keys2[\"default\"])(childNodesObj);var createEdges=[];for(var i=0;i<childKeys.length;i++){childNodeId=childKeys[i];childNode=childNodesObj[childNodeId];for(var j=0;j<childNode.edges.length;j++){edge=childNode.edges[j];if(this.clusteredEdges[edge.id]===undefined){if(edge.toId==edge.fromId){childEdgesObj[edge.id]=edge}else{if(edge.toId==childNodeId){toId=clusterNodeProperties.id;fromId=edge.fromId;otherNodeId=fromId}else{toId=edge.toId;fromId=clusterNodeProperties.id;otherNodeId=toId}}if(childNodesObj[otherNodeId]===undefined){createEdges.push({edge:edge,fromId:fromId,toId:toId})}}}}var newEdges=[];var getNewEdge=function getNewEdge(createdEdge){for(var _j2=0;_j2<newEdges.length;_j2++){var newEdge=newEdges[_j2];var matchToDirection=createdEdge.fromId===newEdge.fromId&&createdEdge.toId===newEdge.toId;var matchFromDirection=createdEdge.fromId===newEdge.toId&&createdEdge.toId===newEdge.fromId;if(matchToDirection||matchFromDirection){return newEdge}}return null};for(var _j3=0;_j3<createEdges.length;_j3++){var createdEdge=createEdges[_j3];var _edge=createdEdge.edge;var newEdge=getNewEdge(createdEdge);if(newEdge===null){newEdge=this._createClusteredEdge(createdEdge.fromId,createdEdge.toId,_edge,clusterEdgeProperties);newEdges.push(newEdge)}else{newEdge.clusteringEdgeReplacingIds.push(_edge.id)}this.body.edges[_edge.id].edgeReplacedById=newEdge.id;this._backupEdgeOptions(_edge);_edge.setOptions({physics:false})}}},{key:\"_checkOptions\",value:function _checkOptions(){var options=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};if(options.clusterEdgeProperties===undefined){options.clusterEdgeProperties={}}if(options.clusterNodeProperties===undefined){options.clusterNodeProperties={}}return options}},{key:\"_cluster\",value:function _cluster(childNodesObj,childEdgesObj,options){var refreshData=arguments.length>3&&arguments[3]!==undefined?arguments[3]:true;var tmpNodesToRemove=[];for(var _nodeId in childNodesObj){if(childNodesObj.hasOwnProperty(_nodeId)){if(this.clusteredNodes[_nodeId]!==undefined){tmpNodesToRemove.push(_nodeId)}}}for(var n=0;n<tmpNodesToRemove.length;++n){delete childNodesObj[tmpNodesToRemove[n]]}if((0,_keys2[\"default\"])(childNodesObj).length==0){return}if((0,_keys2[\"default\"])(childNodesObj).length==1&&options.clusterNodeProperties.allowSingleNodeCluster!=true){return}var clusterNodeProperties=util.deepExtend({},options.clusterNodeProperties);if(options.processProperties!==undefined){var childNodesOptions=[];for(var _nodeId2 in childNodesObj){if(childNodesObj.hasOwnProperty(_nodeId2)){var clonedOptions=NetworkUtil.cloneOptions(childNodesObj[_nodeId2]);childNodesOptions.push(clonedOptions)}}var childEdgesOptions=[];for(var edgeId in childEdgesObj){if(childEdgesObj.hasOwnProperty(edgeId)){if(edgeId.substr(0,12)!==\"clusterEdge:\"){var _clonedOptions=NetworkUtil.cloneOptions(childEdgesObj[edgeId],\"edge\");childEdgesOptions.push(_clonedOptions)}}}clusterNodeProperties=options.processProperties(clusterNodeProperties,childNodesOptions,childEdgesOptions);if(!clusterNodeProperties){throw new Error(\"The processProperties function does not return properties!\")}}if(clusterNodeProperties.id===undefined){clusterNodeProperties.id=\"cluster:\"+util.randomUUID()}var clusterId=clusterNodeProperties.id;if(clusterNodeProperties.label===undefined){clusterNodeProperties.label=\"cluster\"}var pos=undefined;if(clusterNodeProperties.x===undefined){pos=this._getClusterPosition(childNodesObj);clusterNodeProperties.x=pos.x}if(clusterNodeProperties.y===undefined){if(pos===undefined){pos=this._getClusterPosition(childNodesObj)}clusterNodeProperties.y=pos.y}clusterNodeProperties.id=clusterId;var clusterNode=this.body.functions.createNode(clusterNodeProperties,Cluster);clusterNode.containedNodes=childNodesObj;clusterNode.containedEdges=childEdgesObj;clusterNode.clusterEdgeProperties=options.clusterEdgeProperties;this.body.nodes[clusterNodeProperties.id]=clusterNode;this._clusterEdges(childNodesObj,childEdgesObj,clusterNodeProperties,options.clusterEdgeProperties);clusterNodeProperties.id=undefined;if(refreshData===true){this.body.emitter.emit(\"_dataChanged\")}}},{key:\"_backupEdgeOptions\",value:function _backupEdgeOptions(edge){if(this.clusteredEdges[edge.id]===undefined){this.clusteredEdges[edge.id]={physics:edge.options.physics}}}},{key:\"_restoreEdge\",value:function _restoreEdge(edge){var originalOptions=this.clusteredEdges[edge.id];if(originalOptions!==undefined){edge.setOptions({physics:originalOptions.physics});delete this.clusteredEdges[edge.id]}}},{key:\"isCluster\",value:function isCluster(nodeId){if(this.body.nodes[nodeId]!==undefined){return this.body.nodes[nodeId].isCluster===true}else{console.log(\"Node does not exist.\");return false}}},{key:\"_getClusterPosition\",value:function _getClusterPosition(childNodesObj){var childKeys=(0,_keys2[\"default\"])(childNodesObj);var minX=childNodesObj[childKeys[0]].x;var maxX=childNodesObj[childKeys[0]].x;var minY=childNodesObj[childKeys[0]].y;var maxY=childNodesObj[childKeys[0]].y;var node=void 0;for(var i=1;i<childKeys.length;i++){node=childNodesObj[childKeys[i]];minX=node.x<minX?node.x:minX;maxX=node.x>maxX?node.x:maxX\n;minY=node.y<minY?node.y:minY;maxY=node.y>maxY?node.y:maxY}return{x:.5*(minX+maxX),y:.5*(minY+maxY)}}},{key:\"openCluster\",value:function openCluster(clusterNodeId,options){var refreshData=arguments.length>2&&arguments[2]!==undefined?arguments[2]:true;if(clusterNodeId===undefined){throw new Error(\"No clusterNodeId supplied to openCluster.\")}var clusterNode=this.body.nodes[clusterNodeId];if(clusterNode===undefined){throw new Error(\"The clusterNodeId supplied to openCluster does not exist.\")}if(clusterNode.isCluster!==true||clusterNode.containedNodes===undefined||clusterNode.containedEdges===undefined){throw new Error(\"The node:\"+clusterNodeId+\" is not a valid cluster.\")}var stack=this.findNode(clusterNodeId);var parentIndex=stack.indexOf(clusterNodeId)-1;if(parentIndex>=0){var parentClusterNodeId=stack[parentIndex];var parentClusterNode=this.body.nodes[parentClusterNodeId];parentClusterNode._openChildCluster(clusterNodeId);delete this.body.nodes[clusterNodeId];if(refreshData===true){this.body.emitter.emit(\"_dataChanged\")}return}var containedNodes=clusterNode.containedNodes;var containedEdges=clusterNode.containedEdges;if(options!==undefined&&options.releaseFunction!==undefined&&typeof options.releaseFunction===\"function\"){var positions={};var clusterPosition={x:clusterNode.x,y:clusterNode.y};for(var _nodeId3 in containedNodes){if(containedNodes.hasOwnProperty(_nodeId3)){var containedNode=this.body.nodes[_nodeId3];positions[_nodeId3]={x:containedNode.x,y:containedNode.y}}}var newPositions=options.releaseFunction(clusterPosition,positions);for(var _nodeId4 in containedNodes){if(containedNodes.hasOwnProperty(_nodeId4)){var _containedNode=this.body.nodes[_nodeId4];if(newPositions[_nodeId4]!==undefined){_containedNode.x=newPositions[_nodeId4].x===undefined?clusterNode.x:newPositions[_nodeId4].x;_containedNode.y=newPositions[_nodeId4].y===undefined?clusterNode.y:newPositions[_nodeId4].y}}}}else{util.forEach(containedNodes,function(containedNode){if(containedNode.options.fixed.x===false){containedNode.x=clusterNode.x}if(containedNode.options.fixed.y===false){containedNode.y=clusterNode.y}})}for(var _nodeId5 in containedNodes){if(containedNodes.hasOwnProperty(_nodeId5)){var _containedNode2=this.body.nodes[_nodeId5];_containedNode2.vx=clusterNode.vx;_containedNode2.vy=clusterNode.vy;_containedNode2.setOptions({physics:true});delete this.clusteredNodes[_nodeId5]}}var edgesToBeDeleted=[];for(var i=0;i<clusterNode.edges.length;i++){edgesToBeDeleted.push(clusterNode.edges[i])}for(var _i2=0;_i2<edgesToBeDeleted.length;_i2++){var edge=edgesToBeDeleted[_i2];var otherNodeId=this._getConnectedId(edge,clusterNodeId);var otherNode=this.clusteredNodes[otherNodeId];for(var j=0;j<edge.clusteringEdgeReplacingIds.length;j++){var transferId=edge.clusteringEdgeReplacingIds[j];var transferEdge=this.body.edges[transferId];if(transferEdge===undefined)continue;if(otherNode!==undefined){var otherCluster=this.body.nodes[otherNode.clusterId];otherCluster.containedEdges[transferEdge.id]=transferEdge;delete containedEdges[transferEdge.id];var fromId=transferEdge.fromId;var toId=transferEdge.toId;if(transferEdge.toId==otherNodeId){toId=otherNode.clusterId}else{fromId=otherNode.clusterId}this._createClusteredEdge(fromId,toId,transferEdge,otherCluster.clusterEdgeProperties,{hidden:false,physics:true})}else{this._restoreEdge(transferEdge)}}edge.remove()}for(var edgeId in containedEdges){if(containedEdges.hasOwnProperty(edgeId)){this._restoreEdge(containedEdges[edgeId])}}delete this.body.nodes[clusterNodeId];if(refreshData===true){this.body.emitter.emit(\"_dataChanged\")}}},{key:\"getNodesInCluster\",value:function getNodesInCluster(clusterId){var nodesArray=[];if(this.isCluster(clusterId)===true){var containedNodes=this.body.nodes[clusterId].containedNodes;for(var _nodeId6 in containedNodes){if(containedNodes.hasOwnProperty(_nodeId6)){nodesArray.push(this.body.nodes[_nodeId6].id)}}}return nodesArray}},{key:\"findNode\",value:function findNode(nodeId){var stack=[];var max=100;var counter=0;var node=void 0;while(this.clusteredNodes[nodeId]!==undefined&&counter<max){node=this.body.nodes[nodeId];if(node===undefined)return[];stack.push(node.id);nodeId=this.clusteredNodes[nodeId].clusterId;counter++}node=this.body.nodes[nodeId];if(node===undefined)return[];stack.push(node.id);stack.reverse();return stack}},{key:\"updateClusteredNode\",value:function updateClusteredNode(clusteredNodeId,newOptions){if(clusteredNodeId===undefined){throw new Error(\"No clusteredNodeId supplied to updateClusteredNode.\")}if(newOptions===undefined){throw new Error(\"No newOptions supplied to updateClusteredNode.\")}if(this.body.nodes[clusteredNodeId]===undefined){throw new Error(\"The clusteredNodeId supplied to updateClusteredNode does not exist.\")}this.body.nodes[clusteredNodeId].setOptions(newOptions);this.body.emitter.emit(\"_dataChanged\")}},{key:\"updateEdge\",value:function updateEdge(startEdgeId,newOptions){if(startEdgeId===undefined){throw new Error(\"No startEdgeId supplied to updateEdge.\")}if(newOptions===undefined){throw new Error(\"No newOptions supplied to updateEdge.\")}if(this.body.edges[startEdgeId]===undefined){throw new Error(\"The startEdgeId supplied to updateEdge does not exist.\")}var allEdgeIds=this.getClusteredEdges(startEdgeId);for(var i=0;i<allEdgeIds.length;i++){var edge=this.body.edges[allEdgeIds[i]];edge.setOptions(newOptions)}this.body.emitter.emit(\"_dataChanged\")}},{key:\"getClusteredEdges\",value:function getClusteredEdges(edgeId){var stack=[];var max=100;var counter=0;while(edgeId!==undefined&&this.body.edges[edgeId]!==undefined&&counter<max){stack.push(this.body.edges[edgeId].id);edgeId=this.body.edges[edgeId].edgeReplacedById;counter++}stack.reverse();return stack}},{key:\"getBaseEdge\",value:function getBaseEdge(clusteredEdgeId){return this.getBaseEdges(clusteredEdgeId)[0]}},{key:\"getBaseEdges\",value:function getBaseEdges(clusteredEdgeId){var IdsToHandle=[clusteredEdgeId];var doneIds=[];var foundIds=[];var max=100;var counter=0;while(IdsToHandle.length>0&&counter<max){var nextId=IdsToHandle.pop();if(nextId===undefined)continue;var nextEdge=this.body.edges[nextId];if(nextEdge===undefined)continue;counter++;var replacingIds=nextEdge.clusteringEdgeReplacingIds;if(replacingIds===undefined){foundIds.push(nextId)}else{for(var i=0;i<replacingIds.length;++i){var replacingId=replacingIds[i];if(IdsToHandle.indexOf(replacingIds)!==-1||doneIds.indexOf(replacingIds)!==-1){continue}IdsToHandle.push(replacingId)}}doneIds.push(nextId)}return foundIds}},{key:\"_getConnectedId\",value:function _getConnectedId(edge,nodeId){if(edge.toId!=nodeId){return edge.toId}else if(edge.fromId!=nodeId){return edge.fromId}else{return edge.fromId}}},{key:\"_getHubSize\",value:function _getHubSize(){var average=0;var averageSquared=0;var hubCounter=0;var largestHub=0;for(var i=0;i<this.body.nodeIndices.length;i++){var _node=this.body.nodes[this.body.nodeIndices[i]];if(_node.edges.length>largestHub){largestHub=_node.edges.length}average+=_node.edges.length;averageSquared+=Math.pow(_node.edges.length,2);hubCounter+=1}average=average/hubCounter;averageSquared=averageSquared/hubCounter;var variance=averageSquared-Math.pow(average,2);var standardDeviation=Math.sqrt(variance);var hubThreshold=Math.floor(average+2*standardDeviation);if(hubThreshold>largestHub){hubThreshold=largestHub}return hubThreshold}},{key:\"_createClusteredEdge\",value:function _createClusteredEdge(fromId,toId,baseEdge,clusterEdgeProperties,extraOptions){var clonedOptions=NetworkUtil.cloneOptions(baseEdge,\"edge\");util.deepExtend(clonedOptions,clusterEdgeProperties);clonedOptions.from=fromId;clonedOptions.to=toId;clonedOptions.id=\"clusterEdge:\"+util.randomUUID();if(extraOptions!==undefined){util.deepExtend(clonedOptions,extraOptions)}var newEdge=this.body.functions.createEdge(clonedOptions);newEdge.clusteringEdgeReplacingIds=[baseEdge.id];newEdge.connect();this.body.edges[newEdge.id]=newEdge;return newEdge}},{key:\"_clusterEdges\",value:function _clusterEdges(childNodes,childEdges,clusterNode,clusterEdgeProperties){if(childEdges instanceof Edge){var edge=childEdges;var obj={};obj[edge.id]=edge;childEdges=obj}if(childNodes instanceof Node){var _node2=childNodes;var _obj={};_obj[_node2.id]=_node2;childNodes=_obj}if(clusterNode===undefined||clusterNode===null){throw new Error(\"_clusterEdges: parameter clusterNode required\")}if(clusterEdgeProperties===undefined){clusterEdgeProperties=clusterNode.clusterEdgeProperties}this._createClusterEdges(childNodes,childEdges,clusterNode,clusterEdgeProperties);for(var edgeId in childEdges){if(childEdges.hasOwnProperty(edgeId)){if(this.body.edges[edgeId]!==undefined){var _edge2=this.body.edges[edgeId];this._backupEdgeOptions(_edge2);_edge2.setOptions({physics:false})}}}for(var _nodeId7 in childNodes){if(childNodes.hasOwnProperty(_nodeId7)){this.clusteredNodes[_nodeId7]={clusterId:clusterNode.id,node:this.body.nodes[_nodeId7]};this.body.nodes[_nodeId7].setOptions({physics:false})}}}},{key:\"_getClusterNodeForNode\",value:function _getClusterNodeForNode(nodeId){if(nodeId===undefined)return undefined;var clusteredNode=this.clusteredNodes[nodeId];if(clusteredNode===undefined)return undefined;var clusterId=clusteredNode.clusterId;if(clusterId===undefined)return undefined;return this.body.nodes[clusterId]}},{key:\"_filter\",value:function _filter(arr,callback){var ret=[];util.forEach(arr,function(item){if(callback(item)){ret.push(item)}});return ret}},{key:\"_updateState\",value:function _updateState(){var _this4=this;var nodeId=void 0;var deletedNodeIds=[];var deletedEdgeIds=[];var eachClusterNode=function eachClusterNode(callback){util.forEach(_this4.body.nodes,function(node){if(node.isCluster===true){callback(node)}})};for(nodeId in this.clusteredNodes){if(!this.clusteredNodes.hasOwnProperty(nodeId))continue;var _node3=this.body.nodes[nodeId];if(_node3===undefined){deletedNodeIds.push(nodeId)}}eachClusterNode(function(clusterNode){for(var n=0;n<deletedNodeIds.length;n++){delete clusterNode.containedNodes[deletedNodeIds[n]]}});for(var n=0;n<deletedNodeIds.length;n++){delete this.clusteredNodes[deletedNodeIds[n]]}util.forEach(this.clusteredEdges,function(edgeId){var edge=_this4.body.edges[edgeId];if(edge===undefined||!edge.endPointsValid()){deletedEdgeIds.push(edgeId)}});eachClusterNode(function(clusterNode){util.forEach(clusterNode.containedEdges,function(edge,edgeId){if(!edge.endPointsValid()&&deletedEdgeIds.indexOf(edgeId)===-1){deletedEdgeIds.push(edgeId)}})});util.forEach(this.body.edges,function(edge,edgeId){var isValid=true;var replacedIds=edge.clusteringEdgeReplacingIds;if(replacedIds!==undefined){var numValid=0;util.forEach(replacedIds,function(containedEdgeId){var containedEdge=_this4.body.edges[containedEdgeId];if(containedEdge!==undefined&&containedEdge.endPointsValid()){numValid+=1}});isValid=numValid>0}if(!edge.endPointsValid()||!isValid){deletedEdgeIds.push(edgeId)}});eachClusterNode(function(clusterNode){util.forEach(deletedEdgeIds,function(deletedEdgeId){delete clusterNode.containedEdges[deletedEdgeId];util.forEach(clusterNode.edges,function(edge,m){if(edge.id===deletedEdgeId){clusterNode.edges[m]=null;return}edge.clusteringEdgeReplacingIds=_this4._filter(edge.clusteringEdgeReplacingIds,function(id){return deletedEdgeIds.indexOf(id)===-1})});clusterNode.edges=_this4._filter(clusterNode.edges,function(item){return item!==null})})});util.forEach(deletedEdgeIds,function(edgeId){delete _this4.clusteredEdges[edgeId]});util.forEach(deletedEdgeIds,function(edgeId){delete _this4.body.edges[edgeId]});var ids=(0,_keys2[\"default\"])(this.body.edges);util.forEach(ids,function(edgeId){var edge=_this4.body.edges[edgeId];var shouldBeClustered=_this4._isClusteredNode(edge.fromId)||_this4._isClusteredNode(edge.toId);if(shouldBeClustered===_this4._isClusteredEdge(edge.id)){return}if(shouldBeClustered){var clusterFrom=_this4._getClusterNodeForNode(edge.fromId);if(clusterFrom!==undefined){_this4._clusterEdges(_this4.body.nodes[edge.fromId],edge,clusterFrom)}var clusterTo=_this4._getClusterNodeForNode(edge.toId);if(clusterTo!==undefined){_this4._clusterEdges(_this4.body.nodes[edge.toId],edge,clusterTo)}}else{throw new Error(\"remove edge from clustering not implemented!\")}});var changed=false;var continueLoop=true;var _loop2=function _loop2(){var clustersToOpen=[];eachClusterNode(function(clusterNode){var numNodes=(0,_keys2[\"default\"])(clusterNode.containedNodes).length;var allowSingle=clusterNode.options.allowSingleNodeCluster===true;if(allowSingle&&numNodes<1||!allowSingle&&numNodes<2){clustersToOpen.push(clusterNode.id)}});for(var _n=0;_n<clustersToOpen.length;++_n){_this4.openCluster(clustersToOpen[_n],{},false)}continueLoop=clustersToOpen.length>0;changed=changed||continueLoop};while(continueLoop){_loop2()}if(changed){this._updateState()}}},{key:\"_isClusteredNode\",value:function _isClusteredNode(nodeId){return this.clusteredNodes[nodeId]!==undefined}},{key:\"_isClusteredEdge\",value:function _isClusteredEdge(edgeId){return this.clusteredEdges[edgeId]!==undefined}}]);return ClusterEngine}();exports[\"default\"]=ClusterEngine},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var Node=__webpack_require__(47)[\"default\"];var Cluster=function(_Node){(0,_inherits3[\"default\"])(Cluster,_Node);function Cluster(options,body,imagelist,grouplist,globalOptions,defaultOptions){(0,_classCallCheck3[\"default\"])(this,Cluster);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(Cluster.__proto__||(0,_getPrototypeOf2[\"default\"])(Cluster)).call(this,options,body,imagelist,grouplist,globalOptions,defaultOptions));_this.isCluster=true;_this.containedNodes={};_this.containedEdges={};return _this}(0,_createClass3[\"default\"])(Cluster,[{key:\"_openChildCluster\",value:function _openChildCluster(childClusterId){var _this2=this;var childCluster=this.body.nodes[childClusterId];if(this.containedNodes[childClusterId]===undefined){throw new Error(\"node with id: \"+childClusterId+\" not in current cluster\")}if(!childCluster.isCluster){throw new Error(\"node with id: \"+childClusterId+\" is not a cluster\")}delete this.containedNodes[childClusterId];util.forEach(childCluster.edges,function(edge){delete _this2.containedEdges[edge.id]});util.forEach(childCluster.containedNodes,function(node,nodeId){_this2.containedNodes[nodeId]=node});childCluster.containedNodes={};util.forEach(childCluster.containedEdges,function(edge,edgeId){_this2.containedEdges[edgeId]=edge});childCluster.containedEdges={};util.forEach(childCluster.edges,function(clusterEdge){util.forEach(_this2.edges,function(parentClusterEdge){var index=parentClusterEdge.clusteringEdgeReplacingIds.indexOf(clusterEdge.id);if(index===-1)return;util.forEach(clusterEdge.clusteringEdgeReplacingIds,function(srcId){parentClusterEdge.clusteringEdgeReplacingIds.push(srcId);_this2.body.edges[srcId].edgeReplacedById=parentClusterEdge.id});parentClusterEdge.clusteringEdgeReplacingIds.splice(index,1)})});childCluster.edges=[]}}]);return Cluster}(Node);exports[\"default\"]=Cluster},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}function _initRequestAnimationFrame(){var func;if(window!==undefined){func=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame}if(func===undefined){window.requestAnimationFrame=function(callback){callback()}}else{window.requestAnimationFrame=func}}var util=__webpack_require__(2);var CanvasRenderer=function(){function CanvasRenderer(body,canvas){(0,_classCallCheck3[\"default\"])(this,CanvasRenderer);_initRequestAnimationFrame();this.body=body;this.canvas=canvas;this.redrawRequested=false;this.renderTimer=undefined;this.requiresTimeout=true;this.renderingActive=false;this.renderRequests=0;this.allowRedraw=true;this.dragging=false;this.options={};this.defaultOptions={hideEdgesOnDrag:false,hideNodesOnDrag:false};util.extend(this.options,this.defaultOptions);this._determineBrowserMethod();this.bindEventListeners()}(0,_createClass3[\"default\"])(CanvasRenderer,[{key:\"bindEventListeners\",value:function bindEventListeners(){var _this=this;this.body.emitter.on(\"dragStart\",function(){_this.dragging=true});this.body.emitter.on(\"dragEnd\",function(){_this.dragging=false});this.body.emitter.on(\"_resizeNodes\",function(){_this._resizeNodes()});this.body.emitter.on(\"_redraw\",function(){if(_this.renderingActive===false){_this._redraw()}});this.body.emitter.on(\"_blockRedraw\",function(){_this.allowRedraw=false});this.body.emitter.on(\"_allowRedraw\",function(){_this.allowRedraw=true;_this.redrawRequested=false});this.body.emitter.on(\"_requestRedraw\",this._requestRedraw.bind(this));this.body.emitter.on(\"_startRendering\",function(){_this.renderRequests+=1;_this.renderingActive=true;_this._startRendering()});this.body.emitter.on(\"_stopRendering\",function(){_this.renderRequests-=1;_this.renderingActive=_this.renderRequests>0;_this.renderTimer=undefined});this.body.emitter.on(\"destroy\",function(){_this.renderRequests=0;_this.allowRedraw=false;_this.renderingActive=false;if(_this.requiresTimeout===true){clearTimeout(_this.renderTimer)}else{window.cancelAnimationFrame(_this.renderTimer)}_this.body.emitter.off()})}},{key:\"setOptions\",value:function setOptions(options){if(options!==undefined){var fields=[\"hideEdgesOnDrag\",\"hideNodesOnDrag\"];util.selectiveDeepExtend(fields,this.options,options)}}},{key:\"_requestNextFrame\",value:function _requestNextFrame(callback,delay){if(typeof window===\"undefined\")return;var timer=void 0;var myWindow=window;if(this.requiresTimeout===true){timer=myWindow.setTimeout(callback,delay)}else{if(myWindow.requestAnimationFrame){timer=myWindow.requestAnimationFrame(callback)}}return timer}},{key:\"_startRendering\",value:function _startRendering(){if(this.renderingActive===true){if(this.renderTimer===undefined){this.renderTimer=this._requestNextFrame(this._renderStep.bind(this),this.simulationInterval)}}}},{key:\"_renderStep\",value:function _renderStep(){if(this.renderingActive===true){this.renderTimer=undefined;if(this.requiresTimeout===true){this._startRendering()}this._redraw();if(this.requiresTimeout===false){this._startRendering()}}}},{key:\"redraw\",value:function redraw(){this.body.emitter.emit(\"setSize\");this._redraw()}},{key:\"_requestRedraw\",value:function _requestRedraw(){var _this2=this;if(this.redrawRequested!==true&&this.renderingActive===false&&this.allowRedraw===true){this.redrawRequested=true;this._requestNextFrame(function(){_this2._redraw(false)},0)}}},{key:\"_redraw\",value:function _redraw(){var hidden=arguments.length>0&&arguments[0]!==undefined?arguments[0]:false;if(this.allowRedraw===true){this.body.emitter.emit(\"initRedraw\");this.redrawRequested=false;if(this.canvas.frame.canvas.width===0||this.canvas.frame.canvas.height===0){this.canvas.setSize()}this.canvas.setTransform();var ctx=this.canvas.getContext();var w=this.canvas.frame.canvas.clientWidth;var h=this.canvas.frame.canvas.clientHeight;ctx.clearRect(0,0,w,h);if(this.canvas.frame.clientWidth===0){return}ctx.save();ctx.translate(this.body.view.translation.x,this.body.view.translation.y);ctx.scale(this.body.view.scale,this.body.view.scale);ctx.beginPath();this.body.emitter.emit(\"beforeDrawing\",ctx);ctx.closePath();if(hidden===false){if(this.dragging===false||this.dragging===true&&this.options.hideEdgesOnDrag===false){this._drawEdges(ctx)}}if(this.dragging===false||this.dragging===true&&this.options.hideNodesOnDrag===false){this._drawNodes(ctx,hidden)}ctx.beginPath();this.body.emitter.emit(\"afterDrawing\",ctx);ctx.closePath();ctx.restore();if(hidden===true){ctx.clearRect(0,0,w,h)}}}},{key:\"_resizeNodes\",value:function _resizeNodes(){this.canvas.setTransform();var ctx=this.canvas.getContext();ctx.save();ctx.translate(this.body.view.translation.x,this.body.view.translation.y);ctx.scale(this.body.view.scale,this.body.view.scale);var nodes=this.body.nodes;var node=void 0;for(var nodeId in nodes){if(nodes.hasOwnProperty(nodeId)){node=nodes[nodeId];node.resize(ctx);node.updateBoundingBox(ctx,node.selected)}}ctx.restore()}},{key:\"_drawNodes\",value:function _drawNodes(ctx){var alwaysShow=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;var nodes=this.body.nodes;var nodeIndices=this.body.nodeIndices;var node=void 0;var selected=[];var margin=20;var topLeft=this.canvas.DOMtoCanvas({x:-margin,y:-margin});var bottomRight=this.canvas.DOMtoCanvas({x:this.canvas.frame.canvas.clientWidth+margin,y:this.canvas.frame.canvas.clientHeight+margin});var viewableArea={top:topLeft.y,left:topLeft.x,bottom:bottomRight.y,right:bottomRight.x};for(var i=0;i<nodeIndices.length;i++){node=nodes[nodeIndices[i]];if(node.isSelected()){selected.push(nodeIndices[i])}else{if(alwaysShow===true){node.draw(ctx)}else if(node.isBoundingBoxOverlappingWith(viewableArea)===true){node.draw(ctx)}else{node.updateBoundingBox(ctx,node.selected)}}}for(var _i=0;_i<selected.length;_i++){node=nodes[selected[_i]];node.draw(ctx)}}},{key:\"_drawEdges\",value:function _drawEdges(ctx){var edges=this.body.edges;var edgeIndices=this.body.edgeIndices;var edge=void 0;for(var i=0;i<edgeIndices.length;i++){edge=edges[edgeIndices[i]];if(edge.connected===true){edge.draw(ctx)}}}},{key:\"_determineBrowserMethod\",value:function _determineBrowserMethod(){if(typeof window!==\"undefined\"){var browserType=navigator.userAgent.toLowerCase();this.requiresTimeout=false;if(browserType.indexOf(\"msie 9.0\")!=-1){this.requiresTimeout=true}else if(browserType.indexOf(\"safari\")!=-1){if(browserType.indexOf(\"chrome\")<=-1){this.requiresTimeout=true}}}else{this.requiresTimeout=true}}}]);return CanvasRenderer}();exports[\"default\"]=CanvasRenderer},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Hammer=__webpack_require__(10);var hammerUtil=__webpack_require__(37);var util=__webpack_require__(2);var Canvas=function(){function Canvas(body){(0,_classCallCheck3[\"default\"])(this,Canvas);this.body=body;this.pixelRatio=1;this.resizeTimer=undefined;this.resizeFunction=this._onResize.bind(this);this.cameraState={};this.initialized=false;this.canvasViewCenter={};this.options={};this.defaultOptions={autoResize:true,height:\"100%\",width:\"100%\"};util.extend(this.options,this.defaultOptions);this.bindEventListeners()}(0,_createClass3[\"default\"])(Canvas,[{key:\"bindEventListeners\",value:function bindEventListeners(){var _this=this;this.body.emitter.once(\"resize\",function(obj){if(obj.width!==0){_this.body.view.translation.x=obj.width*.5}if(obj.height!==0){_this.body.view.translation.y=obj.height*.5}});this.body.emitter.on(\"setSize\",this.setSize.bind(this));this.body.emitter.on(\"destroy\",function(){_this.hammerFrame.destroy();_this.hammer.destroy();_this._cleanUp()})}},{key:\"setOptions\",value:function setOptions(options){var _this2=this;if(options!==undefined){var fields=[\"width\",\"height\",\"autoResize\"];util.selectiveDeepExtend(fields,this.options,options)}if(this.options.autoResize===true){this._cleanUp();this.resizeTimer=setInterval(function(){var changed=_this2.setSize();if(changed===true){_this2.body.emitter.emit(\"_requestRedraw\")}},1e3);this.resizeFunction=this._onResize.bind(this);util.addEventListener(window,\"resize\",this.resizeFunction)}}},{key:\"_cleanUp\",value:function _cleanUp(){if(this.resizeTimer!==undefined){clearInterval(this.resizeTimer)}util.removeEventListener(window,\"resize\",this.resizeFunction);this.resizeFunction=undefined}},{key:\"_onResize\",value:function _onResize(){this.setSize();this.body.emitter.emit(\"_redraw\")}},{key:\"_getCameraState\",value:function _getCameraState(){var pixelRatio=arguments.length>0&&arguments[0]!==undefined?arguments[0]:this.pixelRatio;if(this.initialized===true){this.cameraState.previousWidth=this.frame.canvas.width/pixelRatio;this.cameraState.previousHeight=this.frame.canvas.height/pixelRatio;this.cameraState.scale=this.body.view.scale;this.cameraState.position=this.DOMtoCanvas({x:.5*this.frame.canvas.width/pixelRatio,y:.5*this.frame.canvas.height/pixelRatio})}}},{key:\"_setCameraState\",value:function _setCameraState(){if(this.cameraState.scale!==undefined&&this.frame.canvas.clientWidth!==0&&this.frame.canvas.clientHeight!==0&&this.pixelRatio!==0&&this.cameraState.previousWidth>0){var widthRatio=this.frame.canvas.width/this.pixelRatio/this.cameraState.previousWidth;var heightRatio=this.frame.canvas.height/this.pixelRatio/this.cameraState.previousHeight;var newScale=this.cameraState.scale;if(widthRatio!=1&&heightRatio!=1){newScale=this.cameraState.scale*.5*(widthRatio+heightRatio)}else if(widthRatio!=1){newScale=this.cameraState.scale*widthRatio}else if(heightRatio!=1){newScale=this.cameraState.scale*heightRatio}this.body.view.scale=newScale;var currentViewCenter=this.DOMtoCanvas({x:.5*this.frame.canvas.clientWidth,y:.5*this.frame.canvas.clientHeight});var distanceFromCenter={x:currentViewCenter.x-this.cameraState.position.x,y:currentViewCenter.y-this.cameraState.position.y};this.body.view.translation.x+=distanceFromCenter.x*this.body.view.scale;this.body.view.translation.y+=distanceFromCenter.y*this.body.view.scale}}},{key:\"_prepareValue\",value:function _prepareValue(value){if(typeof value===\"number\"){return value+\"px\"}else if(typeof value===\"string\"){if(value.indexOf(\"%\")!==-1||value.indexOf(\"px\")!==-1){return value}else if(value.indexOf(\"%\")===-1){return value+\"px\"}}throw new Error(\"Could not use the value supplied for width or height:\"+value)}},{key:\"_create\",value:function _create(){while(this.body.container.hasChildNodes()){this.body.container.removeChild(this.body.container.firstChild)}this.frame=document.createElement(\"div\");this.frame.className=\"vis-network\";this.frame.style.position=\"relative\";this.frame.style.overflow=\"hidden\";this.frame.tabIndex=900;this.frame.canvas=document.createElement(\"canvas\");this.frame.canvas.style.position=\"relative\";this.frame.appendChild(this.frame.canvas);if(!this.frame.canvas.getContext){var noCanvas=document.createElement(\"DIV\");noCanvas.style.color=\"red\";noCanvas.style.fontWeight=\"bold\";noCanvas.style.padding=\"10px\";noCanvas.innerHTML=\"Error: your browser does not support HTML canvas\";this.frame.canvas.appendChild(noCanvas)}else{this._setPixelRatio();this.setTransform()}this.body.container.appendChild(this.frame);this.body.view.scale=1;this.body.view.translation={x:.5*this.frame.canvas.clientWidth,y:.5*this.frame.canvas.clientHeight};this._bindHammer()}},{key:\"_bindHammer\",value:function _bindHammer(){var _this3=this;if(this.hammer!==undefined){this.hammer.destroy()}this.drag={};this.pinch={};this.hammer=new Hammer(this.frame.canvas);this.hammer.get(\"pinch\").set({enable:true});this.hammer.get(\"pan\").set({threshold:5,direction:Hammer.DIRECTION_ALL});hammerUtil.onTouch(this.hammer,function(event){_this3.body.eventListeners.onTouch(event)});this.hammer.on(\"tap\",function(event){_this3.body.eventListeners.onTap(event)});this.hammer.on(\"doubletap\",function(event){_this3.body.eventListeners.onDoubleTap(event)});this.hammer.on(\"press\",function(event){_this3.body.eventListeners.onHold(event)});this.hammer.on(\"panstart\",function(event){_this3.body.eventListeners.onDragStart(event)});this.hammer.on(\"panmove\",function(event){_this3.body.eventListeners.onDrag(event)});this.hammer.on(\"panend\",function(event){_this3.body.eventListeners.onDragEnd(event)});this.hammer.on(\"pinch\",function(event){_this3.body.eventListeners.onPinch(event)});this.frame.canvas.addEventListener(\"mousewheel\",function(event){_this3.body.eventListeners.onMouseWheel(event)});this.frame.canvas.addEventListener(\"DOMMouseScroll\",function(event){_this3.body.eventListeners.onMouseWheel(event)});this.frame.canvas.addEventListener(\"mousemove\",function(event){_this3.body.eventListeners.onMouseMove(event)});this.frame.canvas.addEventListener(\"contextmenu\",function(event){_this3.body.eventListeners.onContext(event)});this.hammerFrame=new Hammer(this.frame);hammerUtil.onRelease(this.hammerFrame,function(event){_this3.body.eventListeners.onRelease(event)})}},{key:\"setSize\",value:function setSize(){var width=arguments.length>0&&arguments[0]!==undefined?arguments[0]:this.options.width;var height=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this.options.height;width=this._prepareValue(width);height=this._prepareValue(height);var emitEvent=false;var oldWidth=this.frame.canvas.width;var oldHeight=this.frame.canvas.height;var previousRatio=this.pixelRatio;this._setPixelRatio();if(width!=this.options.width||height!=this.options.height||this.frame.style.width!=width||this.frame.style.height!=height){this._getCameraState(previousRatio);this.frame.style.width=width;this.frame.style.height=height;this.frame.canvas.style.width=\"100%\";this.frame.canvas.style.height=\"100%\";this.frame.canvas.width=Math.round(this.frame.canvas.clientWidth*this.pixelRatio);this.frame.canvas.height=Math.round(this.frame.canvas.clientHeight*this.pixelRatio);this.options.width=width;this.options.height=height;this.canvasViewCenter={x:.5*this.frame.clientWidth,y:.5*this.frame.clientHeight};emitEvent=true}else{var newWidth=Math.round(this.frame.canvas.clientWidth*this.pixelRatio);var newHeight=Math.round(this.frame.canvas.clientHeight*this.pixelRatio);if(this.frame.canvas.width!==newWidth||this.frame.canvas.height!==newHeight){this._getCameraState(previousRatio)}if(this.frame.canvas.width!==newWidth){this.frame.canvas.width=newWidth;emitEvent=true}if(this.frame.canvas.height!==newHeight){this.frame.canvas.height=newHeight;emitEvent=true}}if(emitEvent===true){this.body.emitter.emit(\"resize\",{width:Math.round(this.frame.canvas.width/this.pixelRatio),height:Math.round(this.frame.canvas.height/this.pixelRatio),oldWidth:Math.round(oldWidth/this.pixelRatio),oldHeight:Math.round(oldHeight/this.pixelRatio)});this._setCameraState()}this.initialized=true;return emitEvent}},{key:\"getContext\",value:function getContext(){return this.frame.canvas.getContext(\"2d\")}},{key:\"_determinePixelRatio\",value:function _determinePixelRatio(){var ctx=this.getContext();if(ctx===undefined){throw new Error(\"Could not get canvax context\")}var numerator=1;if(typeof window!==\"undefined\"){numerator=window.devicePixelRatio||1}var denominator=ctx.webkitBackingStorePixelRatio||ctx.mozBackingStorePixelRatio||ctx.msBackingStorePixelRatio||ctx.oBackingStorePixelRatio||ctx.backingStorePixelRatio||1;return numerator/denominator}},{key:\"_setPixelRatio\",value:function _setPixelRatio(){this.pixelRatio=this._determinePixelRatio()}},{key:\"setTransform\",value:function setTransform(){var ctx=this.getContext();if(ctx===undefined){throw new Error(\"Could not get canvax context\")}ctx.setTransform(this.pixelRatio,0,0,this.pixelRatio,0,0)}},{key:\"_XconvertDOMtoCanvas\",value:function _XconvertDOMtoCanvas(x){return(x-this.body.view.translation.x)/this.body.view.scale}},{\nkey:\"_XconvertCanvasToDOM\",value:function _XconvertCanvasToDOM(x){return x*this.body.view.scale+this.body.view.translation.x}},{key:\"_YconvertDOMtoCanvas\",value:function _YconvertDOMtoCanvas(y){return(y-this.body.view.translation.y)/this.body.view.scale}},{key:\"_YconvertCanvasToDOM\",value:function _YconvertCanvasToDOM(y){return y*this.body.view.scale+this.body.view.translation.y}},{key:\"canvasToDOM\",value:function canvasToDOM(pos){return{x:this._XconvertCanvasToDOM(pos.x),y:this._YconvertCanvasToDOM(pos.y)}}},{key:\"DOMtoCanvas\",value:function DOMtoCanvas(pos){return{x:this._XconvertDOMtoCanvas(pos.x),y:this._YconvertDOMtoCanvas(pos.y)}}}]);return Canvas}();exports[\"default\"]=Canvas},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var NetworkUtil=__webpack_require__(76)[\"default\"];var View=function(){function View(body,canvas){var _this=this;(0,_classCallCheck3[\"default\"])(this,View);this.body=body;this.canvas=canvas;this.animationSpeed=1/this.renderRefreshRate;this.animationEasingFunction=\"easeInOutQuint\";this.easingTime=0;this.sourceScale=0;this.targetScale=0;this.sourceTranslation=0;this.targetTranslation=0;this.lockedOnNodeId=undefined;this.lockedOnNodeOffset=undefined;this.touchTime=0;this.viewFunction=undefined;this.body.emitter.on(\"fit\",this.fit.bind(this));this.body.emitter.on(\"animationFinished\",function(){_this.body.emitter.emit(\"_stopRendering\")});this.body.emitter.on(\"unlockNode\",this.releaseNode.bind(this))}(0,_createClass3[\"default\"])(View,[{key:\"setOptions\",value:function setOptions(){var options=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};this.options=options}},{key:\"fit\",value:function fit(){var options=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{nodes:[]};var initialZoom=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;var range=void 0;var zoomLevel=void 0;if(options.nodes===undefined||options.nodes.length===0){options.nodes=this.body.nodeIndices}if(initialZoom===true){var positionDefined=0;for(var nodeId in this.body.nodes){if(this.body.nodes.hasOwnProperty(nodeId)){var node=this.body.nodes[nodeId];if(node.predefinedPosition===true){positionDefined+=1}}}if(positionDefined>.5*this.body.nodeIndices.length){this.fit(options,false);return}range=NetworkUtil.getRange(this.body.nodes,options.nodes);var numberOfNodes=this.body.nodeIndices.length;zoomLevel=12.662/(numberOfNodes+7.4147)+.0964822;var factor=Math.min(this.canvas.frame.canvas.clientWidth/600,this.canvas.frame.canvas.clientHeight/600);zoomLevel*=factor}else{this.body.emitter.emit(\"_resizeNodes\");range=NetworkUtil.getRange(this.body.nodes,options.nodes);var xDistance=Math.abs(range.maxX-range.minX)*1.1;var yDistance=Math.abs(range.maxY-range.minY)*1.1;var xZoomLevel=this.canvas.frame.canvas.clientWidth/xDistance;var yZoomLevel=this.canvas.frame.canvas.clientHeight/yDistance;zoomLevel=xZoomLevel<=yZoomLevel?xZoomLevel:yZoomLevel}if(zoomLevel>1){zoomLevel=1}else if(zoomLevel===0){zoomLevel=1}var center=NetworkUtil.findCenter(range);var animationOptions={position:center,scale:zoomLevel,animation:options.animation};this.moveTo(animationOptions)}},{key:\"focus\",value:function focus(nodeId){var options=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};if(this.body.nodes[nodeId]!==undefined){var nodePosition={x:this.body.nodes[nodeId].x,y:this.body.nodes[nodeId].y};options.position=nodePosition;options.lockedOnNode=nodeId;this.moveTo(options)}else{console.log(\"Node: \"+nodeId+\" cannot be found.\")}}},{key:\"moveTo\",value:function moveTo(options){if(options===undefined){options={};return}if(options.offset===undefined){options.offset={x:0,y:0}}if(options.offset.x===undefined){options.offset.x=0}if(options.offset.y===undefined){options.offset.y=0}if(options.scale===undefined){options.scale=this.body.view.scale}if(options.position===undefined){options.position=this.getViewPosition()}if(options.animation===undefined){options.animation={duration:0}}if(options.animation===false){options.animation={duration:0}}if(options.animation===true){options.animation={}}if(options.animation.duration===undefined){options.animation.duration=1e3}if(options.animation.easingFunction===undefined){options.animation.easingFunction=\"easeInOutQuad\"}this.animateView(options)}},{key:\"animateView\",value:function animateView(options){if(options===undefined){return}this.animationEasingFunction=options.animation.easingFunction;this.releaseNode();if(options.locked===true){this.lockedOnNodeId=options.lockedOnNode;this.lockedOnNodeOffset=options.offset}if(this.easingTime!=0){this._transitionRedraw(true)}this.sourceScale=this.body.view.scale;this.sourceTranslation=this.body.view.translation;this.targetScale=options.scale;this.body.view.scale=this.targetScale;var viewCenter=this.canvas.DOMtoCanvas({x:.5*this.canvas.frame.canvas.clientWidth,y:.5*this.canvas.frame.canvas.clientHeight});var distanceFromCenter={x:viewCenter.x-options.position.x,y:viewCenter.y-options.position.y};this.targetTranslation={x:this.sourceTranslation.x+distanceFromCenter.x*this.targetScale+options.offset.x,y:this.sourceTranslation.y+distanceFromCenter.y*this.targetScale+options.offset.y};if(options.animation.duration===0){if(this.lockedOnNodeId!=undefined){this.viewFunction=this._lockedRedraw.bind(this);this.body.emitter.on(\"initRedraw\",this.viewFunction)}else{this.body.view.scale=this.targetScale;this.body.view.translation=this.targetTranslation;this.body.emitter.emit(\"_requestRedraw\")}}else{this.animationSpeed=1/(60*options.animation.duration*.001)||1/60;this.animationEasingFunction=options.animation.easingFunction;this.viewFunction=this._transitionRedraw.bind(this);this.body.emitter.on(\"initRedraw\",this.viewFunction);this.body.emitter.emit(\"_startRendering\")}}},{key:\"_lockedRedraw\",value:function _lockedRedraw(){var nodePosition={x:this.body.nodes[this.lockedOnNodeId].x,y:this.body.nodes[this.lockedOnNodeId].y};var viewCenter=this.canvas.DOMtoCanvas({x:.5*this.canvas.frame.canvas.clientWidth,y:.5*this.canvas.frame.canvas.clientHeight});var distanceFromCenter={x:viewCenter.x-nodePosition.x,y:viewCenter.y-nodePosition.y};var sourceTranslation=this.body.view.translation;var targetTranslation={x:sourceTranslation.x+distanceFromCenter.x*this.body.view.scale+this.lockedOnNodeOffset.x,y:sourceTranslation.y+distanceFromCenter.y*this.body.view.scale+this.lockedOnNodeOffset.y};this.body.view.translation=targetTranslation}},{key:\"releaseNode\",value:function releaseNode(){if(this.lockedOnNodeId!==undefined&&this.viewFunction!==undefined){this.body.emitter.off(\"initRedraw\",this.viewFunction);this.lockedOnNodeId=undefined;this.lockedOnNodeOffset=undefined}}},{key:\"_transitionRedraw\",value:function _transitionRedraw(){var finished=arguments.length>0&&arguments[0]!==undefined?arguments[0]:false;this.easingTime+=this.animationSpeed;this.easingTime=finished===true?1:this.easingTime;var progress=util.easingFunctions[this.animationEasingFunction](this.easingTime);this.body.view.scale=this.sourceScale+(this.targetScale-this.sourceScale)*progress;this.body.view.translation={x:this.sourceTranslation.x+(this.targetTranslation.x-this.sourceTranslation.x)*progress,y:this.sourceTranslation.y+(this.targetTranslation.y-this.sourceTranslation.y)*progress};if(this.easingTime>=1){this.body.emitter.off(\"initRedraw\",this.viewFunction);this.easingTime=0;if(this.lockedOnNodeId!=undefined){this.viewFunction=this._lockedRedraw.bind(this);this.body.emitter.on(\"initRedraw\",this.viewFunction)}this.body.emitter.emit(\"animationFinished\")}}},{key:\"getScale\",value:function getScale(){return this.body.view.scale}},{key:\"getViewPosition\",value:function getViewPosition(){return this.canvas.DOMtoCanvas({x:.5*this.canvas.frame.canvas.clientWidth,y:.5*this.canvas.frame.canvas.clientHeight})}}]);return View}();exports[\"default\"]=View},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var NavigationHandler=__webpack_require__(233)[\"default\"];var Popup=__webpack_require__(104)[\"default\"];var InteractionHandler=function(){function InteractionHandler(body,canvas,selectionHandler){(0,_classCallCheck3[\"default\"])(this,InteractionHandler);this.body=body;this.canvas=canvas;this.selectionHandler=selectionHandler;this.navigationHandler=new NavigationHandler(body,canvas);this.body.eventListeners.onTap=this.onTap.bind(this);this.body.eventListeners.onTouch=this.onTouch.bind(this);this.body.eventListeners.onDoubleTap=this.onDoubleTap.bind(this);this.body.eventListeners.onHold=this.onHold.bind(this);this.body.eventListeners.onDragStart=this.onDragStart.bind(this);this.body.eventListeners.onDrag=this.onDrag.bind(this);this.body.eventListeners.onDragEnd=this.onDragEnd.bind(this);this.body.eventListeners.onMouseWheel=this.onMouseWheel.bind(this);this.body.eventListeners.onPinch=this.onPinch.bind(this);this.body.eventListeners.onMouseMove=this.onMouseMove.bind(this);this.body.eventListeners.onRelease=this.onRelease.bind(this);this.body.eventListeners.onContext=this.onContext.bind(this);this.touchTime=0;this.drag={};this.pinch={};this.popup=undefined;this.popupObj=undefined;this.popupTimer=undefined;this.body.functions.getPointer=this.getPointer.bind(this);this.options={};this.defaultOptions={dragNodes:true,dragView:true,hover:false,keyboard:{enabled:false,speed:{x:10,y:10,zoom:.02},bindToWindow:true},navigationButtons:false,tooltipDelay:300,zoomView:true};util.extend(this.options,this.defaultOptions);this.bindEventListeners()}(0,_createClass3[\"default\"])(InteractionHandler,[{key:\"bindEventListeners\",value:function bindEventListeners(){var _this=this;this.body.emitter.on(\"destroy\",function(){clearTimeout(_this.popupTimer);delete _this.body.functions.getPointer})}},{key:\"setOptions\",value:function setOptions(options){if(options!==undefined){var fields=[\"hideEdgesOnDrag\",\"hideNodesOnDrag\",\"keyboard\",\"multiselect\",\"selectable\",\"selectConnectedEdges\"];util.selectiveNotDeepExtend(fields,this.options,options);util.mergeOptions(this.options,options,\"keyboard\");if(options.tooltip){util.extend(this.options.tooltip,options.tooltip);if(options.tooltip.color){this.options.tooltip.color=util.parseColor(options.tooltip.color)}}}this.navigationHandler.setOptions(this.options)}},{key:\"getPointer\",value:function getPointer(touch){return{x:touch.x-util.getAbsoluteLeft(this.canvas.frame.canvas),y:touch.y-util.getAbsoluteTop(this.canvas.frame.canvas)}}},{key:\"onTouch\",value:function onTouch(event){if((new Date).valueOf()-this.touchTime>50){this.drag.pointer=this.getPointer(event.center);this.drag.pinched=false;this.pinch.scale=this.body.view.scale;this.touchTime=(new Date).valueOf()}}},{key:\"onTap\",value:function onTap(event){var pointer=this.getPointer(event.center);var multiselect=this.selectionHandler.options.multiselect&&(event.changedPointers[0].ctrlKey||event.changedPointers[0].metaKey);this.checkSelectionChanges(pointer,event,multiselect);this.selectionHandler._generateClickEvent(\"click\",event,pointer)}},{key:\"onDoubleTap\",value:function onDoubleTap(event){var pointer=this.getPointer(event.center);this.selectionHandler._generateClickEvent(\"doubleClick\",event,pointer)}},{key:\"onHold\",value:function onHold(event){var pointer=this.getPointer(event.center);var multiselect=this.selectionHandler.options.multiselect;this.checkSelectionChanges(pointer,event,multiselect);this.selectionHandler._generateClickEvent(\"click\",event,pointer);this.selectionHandler._generateClickEvent(\"hold\",event,pointer)}},{key:\"onRelease\",value:function onRelease(event){if((new Date).valueOf()-this.touchTime>10){var pointer=this.getPointer(event.center);this.selectionHandler._generateClickEvent(\"release\",event,pointer);this.touchTime=(new Date).valueOf()}}},{key:\"onContext\",value:function onContext(event){var pointer=this.getPointer({x:event.clientX,y:event.clientY});this.selectionHandler._generateClickEvent(\"oncontext\",event,pointer)}},{key:\"checkSelectionChanges\",value:function checkSelectionChanges(pointer,event){var add=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var previousSelection=this.selectionHandler.getSelection();var selected=false;if(add===true){selected=this.selectionHandler.selectAdditionalOnPoint(pointer)}else{selected=this.selectionHandler.selectOnPoint(pointer)}var currentSelection=this.selectionHandler.getSelection();var deselectedItems=this._determineDifference(previousSelection,currentSelection);var selectedItems=this._determineDifference(currentSelection,previousSelection);if(deselectedItems.edges.length>0){this.selectionHandler._generateClickEvent(\"deselectEdge\",event,pointer,previousSelection);selected=true}if(deselectedItems.nodes.length>0){this.selectionHandler._generateClickEvent(\"deselectNode\",event,pointer,previousSelection);selected=true}if(selectedItems.nodes.length>0){this.selectionHandler._generateClickEvent(\"selectNode\",event,pointer);selected=true}if(selectedItems.edges.length>0){this.selectionHandler._generateClickEvent(\"selectEdge\",event,pointer);selected=true}if(selected===true){this.selectionHandler._generateClickEvent(\"select\",event,pointer)}}},{key:\"_determineDifference\",value:function _determineDifference(firstSet,secondSet){var arrayDiff=function arrayDiff(firstArr,secondArr){var result=[];for(var i=0;i<firstArr.length;i++){var value=firstArr[i];if(secondArr.indexOf(value)===-1){result.push(value)}}return result};return{nodes:arrayDiff(firstSet.nodes,secondSet.nodes),edges:arrayDiff(firstSet.edges,secondSet.edges)}}},{key:\"onDragStart\",value:function onDragStart(event){if(this.drag.pointer===undefined){this.onTouch(event)}var node=this.selectionHandler.getNodeAt(this.drag.pointer);this.drag.dragging=true;this.drag.selection=[];this.drag.translation=util.extend({},this.body.view.translation);this.drag.nodeId=undefined;if(node!==undefined&&this.options.dragNodes===true){this.drag.nodeId=node.id;if(node.isSelected()===false){this.selectionHandler.unselectAll();this.selectionHandler.selectObject(node)}this.selectionHandler._generateClickEvent(\"dragStart\",event,this.drag.pointer);var selection=this.selectionHandler.selectionObj.nodes;for(var nodeId in selection){if(selection.hasOwnProperty(nodeId)){var object=selection[nodeId];var s={id:object.id,node:object,x:object.x,y:object.y,xFixed:object.options.fixed.x,yFixed:object.options.fixed.y};object.options.fixed.x=true;object.options.fixed.y=true;this.drag.selection.push(s)}}}else{this.selectionHandler._generateClickEvent(\"dragStart\",event,this.drag.pointer,undefined,true)}}},{key:\"onDrag\",value:function onDrag(event){var _this2=this;if(this.drag.pinched===true){return}this.body.emitter.emit(\"unlockNode\");var pointer=this.getPointer(event.center);var selection=this.drag.selection;if(selection&&selection.length&&this.options.dragNodes===true){this.selectionHandler._generateClickEvent(\"dragging\",event,pointer);var deltaX=pointer.x-this.drag.pointer.x;var deltaY=pointer.y-this.drag.pointer.y;selection.forEach(function(selection){var node=selection.node;if(selection.xFixed===false){node.x=_this2.canvas._XconvertDOMtoCanvas(_this2.canvas._XconvertCanvasToDOM(selection.x)+deltaX)}if(selection.yFixed===false){node.y=_this2.canvas._YconvertDOMtoCanvas(_this2.canvas._YconvertCanvasToDOM(selection.y)+deltaY)}});this.body.emitter.emit(\"startSimulation\")}else{if(this.options.dragView===true){this.selectionHandler._generateClickEvent(\"dragging\",event,pointer,undefined,true);if(this.drag.pointer===undefined){this.onDragStart(event);return}var diffX=pointer.x-this.drag.pointer.x;var diffY=pointer.y-this.drag.pointer.y;this.body.view.translation={x:this.drag.translation.x+diffX,y:this.drag.translation.y+diffY};this.body.emitter.emit(\"_requestRedraw\")}}}},{key:\"onDragEnd\",value:function onDragEnd(event){this.drag.dragging=false;var selection=this.drag.selection;if(selection&&selection.length){selection.forEach(function(s){s.node.options.fixed.x=s.xFixed;s.node.options.fixed.y=s.yFixed});this.selectionHandler._generateClickEvent(\"dragEnd\",event,this.getPointer(event.center));this.body.emitter.emit(\"startSimulation\")}else{this.selectionHandler._generateClickEvent(\"dragEnd\",event,this.getPointer(event.center),undefined,true);this.body.emitter.emit(\"_requestRedraw\")}}},{key:\"onPinch\",value:function onPinch(event){var pointer=this.getPointer(event.center);this.drag.pinched=true;if(this.pinch[\"scale\"]===undefined){this.pinch.scale=1}var scale=this.pinch.scale*event.scale;this.zoom(scale,pointer)}},{key:\"zoom\",value:function zoom(scale,pointer){if(this.options.zoomView===true){var scaleOld=this.body.view.scale;if(scale<1e-5){scale=1e-5}if(scale>10){scale=10}var preScaleDragPointer=undefined;if(this.drag!==undefined){if(this.drag.dragging===true){preScaleDragPointer=this.canvas.DOMtoCanvas(this.drag.pointer)}}var translation=this.body.view.translation;var scaleFrac=scale/scaleOld;var tx=(1-scaleFrac)*pointer.x+translation.x*scaleFrac;var ty=(1-scaleFrac)*pointer.y+translation.y*scaleFrac;this.body.view.scale=scale;this.body.view.translation={x:tx,y:ty};if(preScaleDragPointer!=undefined){var postScaleDragPointer=this.canvas.canvasToDOM(preScaleDragPointer);this.drag.pointer.x=postScaleDragPointer.x;this.drag.pointer.y=postScaleDragPointer.y}this.body.emitter.emit(\"_requestRedraw\");if(scaleOld<scale){this.body.emitter.emit(\"zoom\",{direction:\"+\",scale:this.body.view.scale,pointer:pointer})}else{this.body.emitter.emit(\"zoom\",{direction:\"-\",scale:this.body.view.scale,pointer:pointer})}}}},{key:\"onMouseWheel\",value:function onMouseWheel(event){if(this.options.zoomView===true){var delta=0;if(event.wheelDelta){delta=event.wheelDelta/120}else if(event.detail){delta=-event.detail/3}if(delta!==0){var scale=this.body.view.scale;var zoom=delta/10;if(delta<0){zoom=zoom/(1-zoom)}scale*=1+zoom;var pointer=this.getPointer({x:event.clientX,y:event.clientY});this.zoom(scale,pointer)}event.preventDefault()}}},{key:\"onMouseMove\",value:function onMouseMove(event){var _this3=this;var pointer=this.getPointer({x:event.clientX,y:event.clientY});var popupVisible=false;if(this.popup!==undefined){if(this.popup.hidden===false){this._checkHidePopup(pointer)}if(this.popup.hidden===false){popupVisible=true;this.popup.setPosition(pointer.x+3,pointer.y-5);this.popup.show()}}if(this.options.keyboard.bindToWindow===false&&this.options.keyboard.enabled===true){this.canvas.frame.focus()}if(popupVisible===false){if(this.popupTimer!==undefined){clearInterval(this.popupTimer);this.popupTimer=undefined}if(!this.drag.dragging){this.popupTimer=setTimeout(function(){return _this3._checkShowPopup(pointer)},this.options.tooltipDelay)}}if(this.options.hover===true){this.selectionHandler.hoverObject(event,pointer)}}},{key:\"_checkShowPopup\",value:function _checkShowPopup(pointer){var x=this.canvas._XconvertDOMtoCanvas(pointer.x);var y=this.canvas._YconvertDOMtoCanvas(pointer.y);var pointerObj={left:x,top:y,right:x,bottom:y};var previousPopupObjId=this.popupObj===undefined?undefined:this.popupObj.id;var nodeUnderCursor=false;var popupType=\"node\";if(this.popupObj===undefined){var nodeIndices=this.body.nodeIndices;var nodes=this.body.nodes;var node=void 0;var overlappingNodes=[];for(var i=0;i<nodeIndices.length;i++){node=nodes[nodeIndices[i]];if(node.isOverlappingWith(pointerObj)===true){if(node.getTitle()!==undefined){overlappingNodes.push(nodeIndices[i])}}}if(overlappingNodes.length>0){this.popupObj=nodes[overlappingNodes[overlappingNodes.length-1]];nodeUnderCursor=true}}if(this.popupObj===undefined&&nodeUnderCursor===false){var edgeIndices=this.body.edgeIndices;var edges=this.body.edges;var edge=void 0;var overlappingEdges=[];for(var _i=0;_i<edgeIndices.length;_i++){edge=edges[edgeIndices[_i]];if(edge.isOverlappingWith(pointerObj)===true){if(edge.connected===true&&edge.getTitle()!==undefined){overlappingEdges.push(edgeIndices[_i])}}}if(overlappingEdges.length>0){this.popupObj=edges[overlappingEdges[overlappingEdges.length-1]];popupType=\"edge\"}}if(this.popupObj!==undefined){if(this.popupObj.id!==previousPopupObjId){if(this.popup===undefined){this.popup=new Popup(this.canvas.frame)}this.popup.popupTargetType=popupType;this.popup.popupTargetId=this.popupObj.id;this.popup.setPosition(pointer.x+3,pointer.y-5);this.popup.setText(this.popupObj.getTitle());this.popup.show();this.body.emitter.emit(\"showPopup\",this.popupObj.id)}}else{if(this.popup!==undefined){this.popup.hide();this.body.emitter.emit(\"hidePopup\")}}}},{key:\"_checkHidePopup\",value:function _checkHidePopup(pointer){var pointerObj=this.selectionHandler._pointerToPositionObject(pointer);var stillOnObj=false;if(this.popup.popupTargetType===\"node\"){if(this.body.nodes[this.popup.popupTargetId]!==undefined){stillOnObj=this.body.nodes[this.popup.popupTargetId].isOverlappingWith(pointerObj);if(stillOnObj===true){var overNode=this.selectionHandler.getNodeAt(pointer);stillOnObj=overNode===undefined?false:overNode.id===this.popup.popupTargetId}}}else{if(this.selectionHandler.getNodeAt(pointer)===undefined){if(this.body.edges[this.popup.popupTargetId]!==undefined){stillOnObj=this.body.edges[this.popup.popupTargetId].isOverlappingWith(pointerObj)}}}if(stillOnObj===false){this.popupObj=undefined;this.popup.hide();this.body.emitter.emit(\"hidePopup\")}}}]);return InteractionHandler}();exports[\"default\"]=InteractionHandler},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Hammer=__webpack_require__(10);var hammerUtil=__webpack_require__(37);var keycharm=__webpack_require__(35);var NavigationHandler=function(){function NavigationHandler(body,canvas){var _this=this;(0,_classCallCheck3[\"default\"])(this,NavigationHandler);this.body=body;this.canvas=canvas;this.iconsCreated=false;this.navigationHammers=[];this.boundFunctions={};this.touchTime=0;this.activated=false;this.body.emitter.on(\"activate\",function(){_this.activated=true;_this.configureKeyboardBindings()});this.body.emitter.on(\"deactivate\",function(){_this.activated=false;_this.configureKeyboardBindings()});this.body.emitter.on(\"destroy\",function(){if(_this.keycharm!==undefined){_this.keycharm.destroy()}});this.options={}}(0,_createClass3[\"default\"])(NavigationHandler,[{key:\"setOptions\",value:function setOptions(options){if(options!==undefined){this.options=options;this.create()}}},{key:\"create\",value:function create(){if(this.options.navigationButtons===true){if(this.iconsCreated===false){this.loadNavigationElements()}}else if(this.iconsCreated===true){this.cleanNavigation()}this.configureKeyboardBindings()}},{key:\"cleanNavigation\",value:function cleanNavigation(){if(this.navigationHammers.length!=0){for(var i=0;i<this.navigationHammers.length;i++){this.navigationHammers[i].destroy()}this.navigationHammers=[]}if(this.navigationDOM&&this.navigationDOM[\"wrapper\"]&&this.navigationDOM[\"wrapper\"].parentNode){this.navigationDOM[\"wrapper\"].parentNode.removeChild(this.navigationDOM[\"wrapper\"])}this.iconsCreated=false}},{key:\"loadNavigationElements\",value:function loadNavigationElements(){var _this2=this;this.cleanNavigation();this.navigationDOM={};var navigationDivs=[\"up\",\"down\",\"left\",\"right\",\"zoomIn\",\"zoomOut\",\"zoomExtends\"];var navigationDivActions=[\"_moveUp\",\"_moveDown\",\"_moveLeft\",\"_moveRight\",\"_zoomIn\",\"_zoomOut\",\"_fit\"];this.navigationDOM[\"wrapper\"]=document.createElement(\"div\");this.navigationDOM[\"wrapper\"].className=\"vis-navigation\";this.canvas.frame.appendChild(this.navigationDOM[\"wrapper\"]);for(var i=0;i<navigationDivs.length;i++){this.navigationDOM[navigationDivs[i]]=document.createElement(\"div\");this.navigationDOM[navigationDivs[i]].className=\"vis-button vis-\"+navigationDivs[i];this.navigationDOM[\"wrapper\"].appendChild(this.navigationDOM[navigationDivs[i]]);var hammer=new Hammer(this.navigationDOM[navigationDivs[i]]);if(navigationDivActions[i]===\"_fit\"){hammerUtil.onTouch(hammer,this._fit.bind(this))}else{hammerUtil.onTouch(hammer,this.bindToRedraw.bind(this,navigationDivActions[i]))}this.navigationHammers.push(hammer)}var hammerFrame=new Hammer(this.canvas.frame);hammerUtil.onRelease(hammerFrame,function(){_this2._stopMovement()});this.navigationHammers.push(hammerFrame);this.iconsCreated=true}},{key:\"bindToRedraw\",value:function bindToRedraw(action){if(this.boundFunctions[action]===undefined){this.boundFunctions[action]=this[action].bind(this);this.body.emitter.on(\"initRedraw\",this.boundFunctions[action]);this.body.emitter.emit(\"_startRendering\")}}},{key:\"unbindFromRedraw\",value:function unbindFromRedraw(action){if(this.boundFunctions[action]!==undefined){this.body.emitter.off(\"initRedraw\",this.boundFunctions[action]);this.body.emitter.emit(\"_stopRendering\");delete this.boundFunctions[action]}}},{key:\"_fit\",value:function _fit(){if((new Date).valueOf()-this.touchTime>700){this.body.emitter.emit(\"fit\",{duration:700});this.touchTime=(new Date).valueOf()}}},{key:\"_stopMovement\",value:function _stopMovement(){for(var boundAction in this.boundFunctions){if(this.boundFunctions.hasOwnProperty(boundAction)){this.body.emitter.off(\"initRedraw\",this.boundFunctions[boundAction]);this.body.emitter.emit(\"_stopRendering\")}}this.boundFunctions={}}},{key:\"_moveUp\",value:function _moveUp(){this.body.view.translation.y+=this.options.keyboard.speed.y}},{key:\"_moveDown\",value:function _moveDown(){this.body.view.translation.y-=this.options.keyboard.speed.y}},{key:\"_moveLeft\",value:function _moveLeft(){this.body.view.translation.x+=this.options.keyboard.speed.x}},{key:\"_moveRight\",value:function _moveRight(){this.body.view.translation.x-=this.options.keyboard.speed.x}},{key:\"_zoomIn\",value:function _zoomIn(){var scaleOld=this.body.view.scale;var scale=this.body.view.scale*(1+this.options.keyboard.speed.zoom);var translation=this.body.view.translation;var scaleFrac=scale/scaleOld;var tx=(1-scaleFrac)*this.canvas.canvasViewCenter.x+translation.x*scaleFrac;var ty=(1-scaleFrac)*this.canvas.canvasViewCenter.y+translation.y*scaleFrac;this.body.view.scale=scale;this.body.view.translation={x:tx,y:ty};this.body.emitter.emit(\"zoom\",{direction:\"+\",scale:this.body.view.scale,pointer:null})}},{key:\"_zoomOut\",value:function _zoomOut(){var scaleOld=this.body.view.scale;var scale=this.body.view.scale/(1+this.options.keyboard.speed.zoom);var translation=this.body.view.translation;var scaleFrac=scale/scaleOld;var tx=(1-scaleFrac)*this.canvas.canvasViewCenter.x+translation.x*scaleFrac;var ty=(1-scaleFrac)*this.canvas.canvasViewCenter.y+translation.y*scaleFrac;this.body.view.scale=scale;this.body.view.translation={x:tx,y:ty};this.body.emitter.emit(\"zoom\",{direction:\"-\",scale:this.body.view.scale,pointer:null})}},{key:\"configureKeyboardBindings\",value:function configureKeyboardBindings(){var _this3=this;if(this.keycharm!==undefined){this.keycharm.destroy()}if(this.options.keyboard.enabled===true){if(this.options.keyboard.bindToWindow===true){this.keycharm=keycharm({container:window,preventDefault:true})}else{this.keycharm=keycharm({container:this.canvas.frame,preventDefault:true})}this.keycharm.reset();if(this.activated===true){this.keycharm.bind(\"up\",function(){_this3.bindToRedraw(\"_moveUp\")},\"keydown\");this.keycharm.bind(\"down\",function(){_this3.bindToRedraw(\"_moveDown\")},\"keydown\");this.keycharm.bind(\"left\",function(){_this3.bindToRedraw(\"_moveLeft\")},\"keydown\");this.keycharm.bind(\"right\",function(){_this3.bindToRedraw(\"_moveRight\")},\"keydown\");this.keycharm.bind(\"=\",function(){_this3.bindToRedraw(\"_zoomIn\")},\"keydown\");this.keycharm.bind(\"num+\",function(){_this3.bindToRedraw(\"_zoomIn\")},\"keydown\");this.keycharm.bind(\"num-\",function(){_this3.bindToRedraw(\"_zoomOut\")},\"keydown\");this.keycharm.bind(\"-\",function(){_this3.bindToRedraw(\"_zoomOut\")},\"keydown\");this.keycharm.bind(\"[\",function(){_this3.bindToRedraw(\"_zoomOut\")},\"keydown\");this.keycharm.bind(\"]\",function(){_this3.bindToRedraw(\"_zoomIn\")},\"keydown\");this.keycharm.bind(\"pageup\",function(){_this3.bindToRedraw(\"_zoomIn\")},\"keydown\");this.keycharm.bind(\"pagedown\",function(){_this3.bindToRedraw(\"_zoomOut\")},\"keydown\");this.keycharm.bind(\"up\",function(){_this3.unbindFromRedraw(\"_moveUp\")},\"keyup\");this.keycharm.bind(\"down\",function(){_this3.unbindFromRedraw(\"_moveDown\")},\"keyup\");this.keycharm.bind(\"left\",function(){_this3.unbindFromRedraw(\"_moveLeft\")},\"keyup\");this.keycharm.bind(\"right\",function(){_this3.unbindFromRedraw(\"_moveRight\")},\"keyup\");this.keycharm.bind(\"=\",function(){_this3.unbindFromRedraw(\"_zoomIn\")},\"keyup\");this.keycharm.bind(\"num+\",function(){_this3.unbindFromRedraw(\"_zoomIn\")},\"keyup\");this.keycharm.bind(\"num-\",function(){_this3.unbindFromRedraw(\"_zoomOut\")},\"keyup\");this.keycharm.bind(\"-\",function(){_this3.unbindFromRedraw(\"_zoomOut\")},\"keyup\");this.keycharm.bind(\"[\",function(){_this3.unbindFromRedraw(\"_zoomOut\")},\"keyup\");this.keycharm.bind(\"]\",function(){_this3.unbindFromRedraw(\"_zoomIn\")},\"keyup\");this.keycharm.bind(\"pageup\",function(){_this3.unbindFromRedraw(\"_zoomIn\")},\"keyup\");this.keycharm.bind(\"pagedown\",function(){_this3.unbindFromRedraw(\"_zoomOut\")},\"keyup\")}}}}]);return NavigationHandler}();exports[\"default\"]=NavigationHandler},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var Node=__webpack_require__(47)[\"default\"];var Edge=__webpack_require__(74)[\"default\"];var util=__webpack_require__(2);var SelectionHandler=function(){function SelectionHandler(body,canvas){var _this=this;(0,_classCallCheck3[\"default\"])(this,SelectionHandler);this.body=body;this.canvas=canvas;this.selectionObj={nodes:[],edges:[]};this.hoverObj={nodes:{},edges:{}};this.options={};this.defaultOptions={multiselect:false,selectable:true,selectConnectedEdges:true,hoverConnectedEdges:true};util.extend(this.options,this.defaultOptions);this.body.emitter.on(\"_dataChanged\",function(){_this.updateSelection()})}(0,_createClass3[\"default\"])(SelectionHandler,[{key:\"setOptions\",value:function setOptions(options){if(options!==undefined){var fields=[\"multiselect\",\"hoverConnectedEdges\",\"selectable\",\"selectConnectedEdges\"];util.selectiveDeepExtend(fields,this.options,options)}}},{key:\"selectOnPoint\",value:function selectOnPoint(pointer){var selected=false;if(this.options.selectable===true){var obj=this.getNodeAt(pointer)||this.getEdgeAt(pointer);this.unselectAll();if(obj!==undefined){selected=this.selectObject(obj)}this.body.emitter.emit(\"_requestRedraw\")}return selected}},{key:\"selectAdditionalOnPoint\",value:function selectAdditionalOnPoint(pointer){var selectionChanged=false;if(this.options.selectable===true){var obj=this.getNodeAt(pointer)||this.getEdgeAt(pointer);if(obj!==undefined){selectionChanged=true;if(obj.isSelected()===true){this.deselectObject(obj)}else{this.selectObject(obj)}this.body.emitter.emit(\"_requestRedraw\")}}return selectionChanged}},{key:\"_initBaseEvent\",value:function _initBaseEvent(event,pointer){var properties={};properties[\"pointer\"]={DOM:{\nx:pointer.x,y:pointer.y},canvas:this.canvas.DOMtoCanvas(pointer)};properties[\"event\"]=event;return properties}},{key:\"_generateClickEvent\",value:function _generateClickEvent(eventType,event,pointer,oldSelection){var emptySelection=arguments.length>4&&arguments[4]!==undefined?arguments[4]:false;var properties=this._initBaseEvent(event,pointer);if(emptySelection===true){properties.nodes=[];properties.edges=[]}else{var tmp=this.getSelection();properties.nodes=tmp.nodes;properties.edges=tmp.edges}if(oldSelection!==undefined){properties[\"previousSelection\"]=oldSelection}if(eventType==\"click\"){properties.items=this.getClickedItems(pointer)}this.body.emitter.emit(eventType,properties)}},{key:\"selectObject\",value:function selectObject(obj){var highlightEdges=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this.options.selectConnectedEdges;if(obj!==undefined){if(obj instanceof Node){if(highlightEdges===true){this._selectConnectedEdges(obj)}}obj.select();this._addToSelection(obj);return true}return false}},{key:\"deselectObject\",value:function deselectObject(obj){if(obj.isSelected()===true){obj.selected=false;this._removeFromSelection(obj)}}},{key:\"_getAllNodesOverlappingWith\",value:function _getAllNodesOverlappingWith(object){var overlappingNodes=[];var nodes=this.body.nodes;for(var i=0;i<this.body.nodeIndices.length;i++){var nodeId=this.body.nodeIndices[i];if(nodes[nodeId].isOverlappingWith(object)){overlappingNodes.push(nodeId)}}return overlappingNodes}},{key:\"_pointerToPositionObject\",value:function _pointerToPositionObject(pointer){var canvasPos=this.canvas.DOMtoCanvas(pointer);return{left:canvasPos.x-1,top:canvasPos.y+1,right:canvasPos.x+1,bottom:canvasPos.y-1}}},{key:\"getNodeAt\",value:function getNodeAt(pointer){var returnNode=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;var positionObject=this._pointerToPositionObject(pointer);var overlappingNodes=this._getAllNodesOverlappingWith(positionObject);if(overlappingNodes.length>0){if(returnNode===true){return this.body.nodes[overlappingNodes[overlappingNodes.length-1]]}else{return overlappingNodes[overlappingNodes.length-1]}}else{return undefined}}},{key:\"_getEdgesOverlappingWith\",value:function _getEdgesOverlappingWith(object,overlappingEdges){var edges=this.body.edges;for(var i=0;i<this.body.edgeIndices.length;i++){var edgeId=this.body.edgeIndices[i];if(edges[edgeId].isOverlappingWith(object)){overlappingEdges.push(edgeId)}}}},{key:\"_getAllEdgesOverlappingWith\",value:function _getAllEdgesOverlappingWith(object){var overlappingEdges=[];this._getEdgesOverlappingWith(object,overlappingEdges);return overlappingEdges}},{key:\"getEdgeAt\",value:function getEdgeAt(pointer){var returnEdge=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;var canvasPos=this.canvas.DOMtoCanvas(pointer);var mindist=10;var overlappingEdge=null;var edges=this.body.edges;for(var i=0;i<this.body.edgeIndices.length;i++){var edgeId=this.body.edgeIndices[i];var edge=edges[edgeId];if(edge.connected){var xFrom=edge.from.x;var yFrom=edge.from.y;var xTo=edge.to.x;var yTo=edge.to.y;var dist=edge.edgeType.getDistanceToEdge(xFrom,yFrom,xTo,yTo,canvasPos.x,canvasPos.y);if(dist<mindist){overlappingEdge=edgeId;mindist=dist}}}if(overlappingEdge!==null){if(returnEdge===true){return this.body.edges[overlappingEdge]}else{return overlappingEdge}}else{return undefined}}},{key:\"_addToSelection\",value:function _addToSelection(obj){if(obj instanceof Node){this.selectionObj.nodes[obj.id]=obj}else{this.selectionObj.edges[obj.id]=obj}}},{key:\"_addToHover\",value:function _addToHover(obj){if(obj instanceof Node){this.hoverObj.nodes[obj.id]=obj}else{this.hoverObj.edges[obj.id]=obj}}},{key:\"_removeFromSelection\",value:function _removeFromSelection(obj){if(obj instanceof Node){delete this.selectionObj.nodes[obj.id];this._unselectConnectedEdges(obj)}else{delete this.selectionObj.edges[obj.id]}}},{key:\"unselectAll\",value:function unselectAll(){for(var nodeId in this.selectionObj.nodes){if(this.selectionObj.nodes.hasOwnProperty(nodeId)){this.selectionObj.nodes[nodeId].unselect()}}for(var edgeId in this.selectionObj.edges){if(this.selectionObj.edges.hasOwnProperty(edgeId)){this.selectionObj.edges[edgeId].unselect()}}this.selectionObj={nodes:{},edges:{}}}},{key:\"_getSelectedNodeCount\",value:function _getSelectedNodeCount(){var count=0;for(var nodeId in this.selectionObj.nodes){if(this.selectionObj.nodes.hasOwnProperty(nodeId)){count+=1}}return count}},{key:\"_getSelectedNode\",value:function _getSelectedNode(){for(var nodeId in this.selectionObj.nodes){if(this.selectionObj.nodes.hasOwnProperty(nodeId)){return this.selectionObj.nodes[nodeId]}}return undefined}},{key:\"_getSelectedEdge\",value:function _getSelectedEdge(){for(var edgeId in this.selectionObj.edges){if(this.selectionObj.edges.hasOwnProperty(edgeId)){return this.selectionObj.edges[edgeId]}}return undefined}},{key:\"_getSelectedEdgeCount\",value:function _getSelectedEdgeCount(){var count=0;for(var edgeId in this.selectionObj.edges){if(this.selectionObj.edges.hasOwnProperty(edgeId)){count+=1}}return count}},{key:\"_getSelectedObjectCount\",value:function _getSelectedObjectCount(){var count=0;for(var nodeId in this.selectionObj.nodes){if(this.selectionObj.nodes.hasOwnProperty(nodeId)){count+=1}}for(var edgeId in this.selectionObj.edges){if(this.selectionObj.edges.hasOwnProperty(edgeId)){count+=1}}return count}},{key:\"_selectionIsEmpty\",value:function _selectionIsEmpty(){for(var nodeId in this.selectionObj.nodes){if(this.selectionObj.nodes.hasOwnProperty(nodeId)){return false}}for(var edgeId in this.selectionObj.edges){if(this.selectionObj.edges.hasOwnProperty(edgeId)){return false}}return true}},{key:\"_clusterInSelection\",value:function _clusterInSelection(){for(var nodeId in this.selectionObj.nodes){if(this.selectionObj.nodes.hasOwnProperty(nodeId)){if(this.selectionObj.nodes[nodeId].clusterSize>1){return true}}}return false}},{key:\"_selectConnectedEdges\",value:function _selectConnectedEdges(node){for(var i=0;i<node.edges.length;i++){var edge=node.edges[i];edge.select();this._addToSelection(edge)}}},{key:\"_hoverConnectedEdges\",value:function _hoverConnectedEdges(node){for(var i=0;i<node.edges.length;i++){var edge=node.edges[i];edge.hover=true;this._addToHover(edge)}}},{key:\"_unselectConnectedEdges\",value:function _unselectConnectedEdges(node){for(var i=0;i<node.edges.length;i++){var edge=node.edges[i];edge.unselect();this._removeFromSelection(edge)}}},{key:\"emitBlurEvent\",value:function emitBlurEvent(event,pointer,object){var properties=this._initBaseEvent(event,pointer);if(object.hover===true){object.hover=false;if(object instanceof Node){properties.node=object.id;this.body.emitter.emit(\"blurNode\",properties)}else{properties.edge=object.id;this.body.emitter.emit(\"blurEdge\",properties)}}}},{key:\"emitHoverEvent\",value:function emitHoverEvent(event,pointer,object){var properties=this._initBaseEvent(event,pointer);var hoverChanged=false;if(object.hover===false){object.hover=true;this._addToHover(object);hoverChanged=true;if(object instanceof Node){properties.node=object.id;this.body.emitter.emit(\"hoverNode\",properties)}else{properties.edge=object.id;this.body.emitter.emit(\"hoverEdge\",properties)}}return hoverChanged}},{key:\"hoverObject\",value:function hoverObject(event,pointer){var object=this.getNodeAt(pointer);if(object===undefined){object=this.getEdgeAt(pointer)}var hoverChanged=false;for(var nodeId in this.hoverObj.nodes){if(this.hoverObj.nodes.hasOwnProperty(nodeId)){if(object===undefined||object instanceof Node&&object.id!=nodeId||object instanceof Edge){this.emitBlurEvent(event,pointer,this.hoverObj.nodes[nodeId]);delete this.hoverObj.nodes[nodeId];hoverChanged=true}}}for(var edgeId in this.hoverObj.edges){if(this.hoverObj.edges.hasOwnProperty(edgeId)){if(hoverChanged===true){this.hoverObj.edges[edgeId].hover=false;delete this.hoverObj.edges[edgeId]}else if(object===undefined||object instanceof Edge&&object.id!=edgeId||object instanceof Node&&!object.hover){this.emitBlurEvent(event,pointer,this.hoverObj.edges[edgeId]);delete this.hoverObj.edges[edgeId];hoverChanged=true}}}if(object!==undefined){hoverChanged=hoverChanged||this.emitHoverEvent(event,pointer,object);if(object instanceof Node&&this.options.hoverConnectedEdges===true){this._hoverConnectedEdges(object)}}if(hoverChanged===true){this.body.emitter.emit(\"_requestRedraw\")}}},{key:\"getSelection\",value:function getSelection(){var nodeIds=this.getSelectedNodes();var edgeIds=this.getSelectedEdges();return{nodes:nodeIds,edges:edgeIds}}},{key:\"getSelectedNodes\",value:function getSelectedNodes(){var idArray=[];if(this.options.selectable===true){for(var nodeId in this.selectionObj.nodes){if(this.selectionObj.nodes.hasOwnProperty(nodeId)){idArray.push(this.selectionObj.nodes[nodeId].id)}}}return idArray}},{key:\"getSelectedEdges\",value:function getSelectedEdges(){var idArray=[];if(this.options.selectable===true){for(var edgeId in this.selectionObj.edges){if(this.selectionObj.edges.hasOwnProperty(edgeId)){idArray.push(this.selectionObj.edges[edgeId].id)}}}return idArray}},{key:\"setSelection\",value:function setSelection(selection){var options=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var i=void 0,id=void 0;if(!selection||!selection.nodes&&!selection.edges)throw\"Selection must be an object with nodes and/or edges properties\";if(options.unselectAll||options.unselectAll===undefined){this.unselectAll()}if(selection.nodes){for(i=0;i<selection.nodes.length;i++){id=selection.nodes[i];var node=this.body.nodes[id];if(!node){throw new RangeError('Node with id \"'+id+'\" not found')}this.selectObject(node,options.highlightEdges)}}if(selection.edges){for(i=0;i<selection.edges.length;i++){id=selection.edges[i];var edge=this.body.edges[id];if(!edge){throw new RangeError('Edge with id \"'+id+'\" not found')}this.selectObject(edge)}}this.body.emitter.emit(\"_requestRedraw\")}},{key:\"selectNodes\",value:function selectNodes(selection){var highlightEdges=arguments.length>1&&arguments[1]!==undefined?arguments[1]:true;if(!selection||selection.length===undefined)throw\"Selection must be an array with ids\";this.setSelection({nodes:selection},{highlightEdges:highlightEdges})}},{key:\"selectEdges\",value:function selectEdges(selection){if(!selection||selection.length===undefined)throw\"Selection must be an array with ids\";this.setSelection({edges:selection})}},{key:\"updateSelection\",value:function updateSelection(){for(var nodeId in this.selectionObj.nodes){if(this.selectionObj.nodes.hasOwnProperty(nodeId)){if(!this.body.nodes.hasOwnProperty(nodeId)){delete this.selectionObj.nodes[nodeId]}}}for(var edgeId in this.selectionObj.edges){if(this.selectionObj.edges.hasOwnProperty(edgeId)){if(!this.body.edges.hasOwnProperty(edgeId)){delete this.selectionObj.edges[edgeId]}}}}},{key:\"getClickedItems\",value:function getClickedItems(pointer){var point=this.canvas.DOMtoCanvas(pointer);var items=[];var nodeIndices=this.body.nodeIndices;var nodes=this.body.nodes;for(var i=nodeIndices.length-1;i>=0;i--){var node=nodes[nodeIndices[i]];var ret=node.getItemsOnPoint(point);items.push.apply(items,ret)}var edgeIndices=this.body.edgeIndices;var edges=this.body.edges;for(var _i=edgeIndices.length-1;_i>=0;_i--){var edge=edges[edgeIndices[_i]];var _ret=edge.getItemsOnPoint(point);items.push.apply(items,_ret)}return items}}]);return SelectionHandler}();exports[\"default\"]=SelectionHandler},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _slicedToArray2=__webpack_require__(30);var _slicedToArray3=_interopRequireDefault(_slicedToArray2);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var NetworkUtil=__webpack_require__(76)[\"default\"];var _require=__webpack_require__(236),HorizontalStrategy=_require.HorizontalStrategy,VerticalStrategy=_require.VerticalStrategy;var HierarchicalStatus=function(){function HierarchicalStatus(){(0,_classCallCheck3[\"default\"])(this,HierarchicalStatus);this.childrenReference={};this.parentReference={};this.trees={};this.distributionOrdering={};this.levels={};this.distributionIndex={};this.isTree=false;this.treeIndex=-1}(0,_createClass3[\"default\"])(HierarchicalStatus,[{key:\"addRelation\",value:function addRelation(parentNodeId,childNodeId){if(this.childrenReference[parentNodeId]===undefined){this.childrenReference[parentNodeId]=[]}this.childrenReference[parentNodeId].push(childNodeId);if(this.parentReference[childNodeId]===undefined){this.parentReference[childNodeId]=[]}this.parentReference[childNodeId].push(parentNodeId)}},{key:\"checkIfTree\",value:function checkIfTree(){for(var i in this.parentReference){if(this.parentReference[i].length>1){this.isTree=false;return}}this.isTree=true}},{key:\"numTrees\",value:function numTrees(){return this.treeIndex+1}},{key:\"setTreeIndex\",value:function setTreeIndex(node,treeId){if(treeId===undefined)return;if(this.trees[node.id]===undefined){this.trees[node.id]=treeId;this.treeIndex=Math.max(treeId,this.treeIndex)}}},{key:\"ensureLevel\",value:function ensureLevel(nodeId){if(this.levels[nodeId]===undefined){this.levels[nodeId]=0}}},{key:\"getMaxLevel\",value:function getMaxLevel(nodeId){var _this=this;var accumulator={};var _getMaxLevel=function _getMaxLevel(nodeId){if(accumulator[nodeId]!==undefined){return accumulator[nodeId]}var level=_this.levels[nodeId];if(_this.childrenReference[nodeId]){var children=_this.childrenReference[nodeId];if(children.length>0){for(var i=0;i<children.length;i++){level=Math.max(level,_getMaxLevel(children[i]))}}}accumulator[nodeId]=level;return level};return _getMaxLevel(nodeId)}},{key:\"levelDownstream\",value:function levelDownstream(nodeA,nodeB){if(this.levels[nodeB.id]===undefined){if(this.levels[nodeA.id]===undefined){this.levels[nodeA.id]=0}this.levels[nodeB.id]=this.levels[nodeA.id]+1}}},{key:\"setMinLevelToZero\",value:function setMinLevelToZero(nodes){var minLevel=1e9;for(var nodeId in nodes){if(nodes.hasOwnProperty(nodeId)){if(this.levels[nodeId]!==undefined){minLevel=Math.min(this.levels[nodeId],minLevel)}}}for(var _nodeId in nodes){if(nodes.hasOwnProperty(_nodeId)){if(this.levels[_nodeId]!==undefined){this.levels[_nodeId]-=minLevel}}}}},{key:\"getTreeSize\",value:function getTreeSize(nodes,index){var min_x=1e9;var max_x=-1e9;var min_y=1e9;var max_y=-1e9;for(var nodeId in this.trees){if(this.trees.hasOwnProperty(nodeId)){if(this.trees[nodeId]===index){var node=nodes[nodeId];min_x=Math.min(node.x,min_x);max_x=Math.max(node.x,max_x);min_y=Math.min(node.y,min_y);max_y=Math.max(node.y,max_y)}}}return{min_x:min_x,max_x:max_x,min_y:min_y,max_y:max_y}}},{key:\"hasSameParent\",value:function hasSameParent(node1,node2){var parents1=this.parentReference[node1.id];var parents2=this.parentReference[node2.id];if(parents1===undefined||parents2===undefined){return false}for(var i=0;i<parents1.length;i++){for(var j=0;j<parents2.length;j++){if(parents1[i]==parents2[j]){return true}}}return false}},{key:\"inSameSubNetwork\",value:function inSameSubNetwork(node1,node2){return this.trees[node1.id]===this.trees[node2.id]}},{key:\"getLevels\",value:function getLevels(){return(0,_keys2[\"default\"])(this.distributionOrdering)}},{key:\"addToOrdering\",value:function addToOrdering(node,level){if(this.distributionOrdering[level]===undefined){this.distributionOrdering[level]=[]}var isPresent=false;var curLevel=this.distributionOrdering[level];for(var n in curLevel){if(curLevel[n]===node){isPresent=true;break}}if(!isPresent){this.distributionOrdering[level].push(node);this.distributionIndex[node.id]=this.distributionOrdering[level].length-1}}}]);return HierarchicalStatus}();var LayoutEngine=function(){function LayoutEngine(body){(0,_classCallCheck3[\"default\"])(this,LayoutEngine);this.body=body;this.initialRandomSeed=Math.round(Math.random()*1e6);this.randomSeed=this.initialRandomSeed;this.setPhysics=false;this.options={};this.optionsBackup={physics:{}};this.defaultOptions={randomSeed:undefined,improvedLayout:true,hierarchical:{enabled:false,levelSeparation:150,nodeSpacing:100,treeSpacing:200,blockShifting:true,edgeMinimization:true,parentCentralization:true,direction:\"UD\",sortMethod:\"hubsize\"}};util.extend(this.options,this.defaultOptions);this.bindEventListeners()}(0,_createClass3[\"default\"])(LayoutEngine,[{key:\"bindEventListeners\",value:function bindEventListeners(){var _this2=this;this.body.emitter.on(\"_dataChanged\",function(){_this2.setupHierarchicalLayout()});this.body.emitter.on(\"_dataLoaded\",function(){_this2.layoutNetwork()});this.body.emitter.on(\"_resetHierarchicalLayout\",function(){_this2.setupHierarchicalLayout()});this.body.emitter.on(\"_adjustEdgesForHierarchicalLayout\",function(){if(_this2.options.hierarchical.enabled!==true){return}var type=_this2.direction.curveType();_this2.body.emitter.emit(\"_forceDisableDynamicCurves\",type,false)})}},{key:\"setOptions\",value:function setOptions(options,allOptions){if(options!==undefined){var hierarchical=this.options.hierarchical;var prevHierarchicalState=hierarchical.enabled;util.selectiveDeepExtend([\"randomSeed\",\"improvedLayout\"],this.options,options);util.mergeOptions(this.options,options,\"hierarchical\");if(options.randomSeed!==undefined){this.initialRandomSeed=options.randomSeed}if(hierarchical.enabled===true){if(prevHierarchicalState===true){this.body.emitter.emit(\"refresh\",true)}if(hierarchical.direction===\"RL\"||hierarchical.direction===\"DU\"){if(hierarchical.levelSeparation>0){hierarchical.levelSeparation*=-1}}else{if(hierarchical.levelSeparation<0){hierarchical.levelSeparation*=-1}}this.setDirectionStrategy();this.body.emitter.emit(\"_resetHierarchicalLayout\");return this.adaptAllOptionsForHierarchicalLayout(allOptions)}else{if(prevHierarchicalState===true){this.body.emitter.emit(\"refresh\");return util.deepExtend(allOptions,this.optionsBackup)}}}return allOptions}},{key:\"adaptAllOptionsForHierarchicalLayout\",value:function adaptAllOptionsForHierarchicalLayout(allOptions){if(this.options.hierarchical.enabled===true){var backupPhysics=this.optionsBackup.physics;if(allOptions.physics===undefined||allOptions.physics===true){allOptions.physics={enabled:backupPhysics.enabled===undefined?true:backupPhysics.enabled,solver:\"hierarchicalRepulsion\"};backupPhysics.enabled=backupPhysics.enabled===undefined?true:backupPhysics.enabled;backupPhysics.solver=backupPhysics.solver||\"barnesHut\"}else if((0,_typeof3[\"default\"])(allOptions.physics)===\"object\"){backupPhysics.enabled=allOptions.physics.enabled===undefined?true:allOptions.physics.enabled;backupPhysics.solver=allOptions.physics.solver||\"barnesHut\";allOptions.physics.solver=\"hierarchicalRepulsion\"}else if(allOptions.physics!==false){backupPhysics.solver=\"barnesHut\";allOptions.physics={solver:\"hierarchicalRepulsion\"}}var type=this.direction.curveType();if(allOptions.edges===undefined){this.optionsBackup.edges={smooth:{enabled:true,type:\"dynamic\"}};allOptions.edges={smooth:false}}else if(allOptions.edges.smooth===undefined){this.optionsBackup.edges={smooth:{enabled:true,type:\"dynamic\"}};allOptions.edges.smooth=false}else{if(typeof allOptions.edges.smooth===\"boolean\"){this.optionsBackup.edges={smooth:allOptions.edges.smooth};allOptions.edges.smooth={enabled:allOptions.edges.smooth,type:type}}else{var smooth=allOptions.edges.smooth;if(smooth.type!==undefined&&smooth.type!==\"dynamic\"){type=smooth.type}this.optionsBackup.edges={smooth:smooth.enabled===undefined?true:smooth.enabled,type:smooth.type===undefined?\"dynamic\":smooth.type,roundness:smooth.roundness===undefined?.5:smooth.roundness,forceDirection:smooth.forceDirection===undefined?false:smooth.forceDirection};allOptions.edges.smooth={enabled:smooth.enabled===undefined?true:smooth.enabled,type:type,roundness:smooth.roundness===undefined?.5:smooth.roundness,forceDirection:smooth.forceDirection===undefined?false:smooth.forceDirection}}}this.body.emitter.emit(\"_forceDisableDynamicCurves\",type)}return allOptions}},{key:\"seededRandom\",value:function seededRandom(){var x=Math.sin(this.randomSeed++)*1e4;return x-Math.floor(x)}},{key:\"positionInitially\",value:function positionInitially(nodesArray){if(this.options.hierarchical.enabled!==true){this.randomSeed=this.initialRandomSeed;var radius=nodesArray.length+50;for(var i=0;i<nodesArray.length;i++){var node=nodesArray[i];var angle=2*Math.PI*this.seededRandom();if(node.x===undefined){node.x=radius*Math.cos(angle)}if(node.y===undefined){node.y=radius*Math.sin(angle)}}}}},{key:\"layoutNetwork\",value:function layoutNetwork(){if(this.options.hierarchical.enabled!==true&&this.options.improvedLayout===true){var indices=this.body.nodeIndices;var positionDefined=0;for(var i=0;i<indices.length;i++){var node=this.body.nodes[indices[i]];if(node.predefinedPosition===true){positionDefined+=1}}if(positionDefined<.5*indices.length){var MAX_LEVELS=10;var level=0;var clusterThreshold=150;var clusterOptions={clusterNodeProperties:{shape:\"ellipse\",label:\"\",group:\"\",font:{multi:false}},clusterEdgeProperties:{label:\"\",font:{multi:false},smooth:{enabled:false}}};if(indices.length>clusterThreshold){var startLength=indices.length;while(indices.length>clusterThreshold&&level<=MAX_LEVELS){level+=1;var before=indices.length;if(level%3===0){this.body.modules.clustering.clusterBridges(clusterOptions)}else{this.body.modules.clustering.clusterOutliers(clusterOptions)}var after=indices.length;if(before==after&&level%3!==0){this._declusterAll();this.body.emitter.emit(\"_layoutFailed\");console.info(\"This network could not be positioned by this version of the improved layout algorithm.\"+\" Please disable improvedLayout for better performance.\");return}}this.body.modules.kamadaKawai.setOptions({springLength:Math.max(150,2*startLength)})}if(level>MAX_LEVELS){console.info(\"The clustering didn't succeed within the amount of interations allowed,\"+\" progressing with partial result.\")}this.body.modules.kamadaKawai.solve(indices,this.body.edgeIndices,true);this._shiftToCenter();var offset=70;for(var _i=0;_i<indices.length;_i++){var _node=this.body.nodes[indices[_i]];if(_node.predefinedPosition===false){_node.x+=(.5-this.seededRandom())*offset;_node.y+=(.5-this.seededRandom())*offset}}this._declusterAll();this.body.emitter.emit(\"_repositionBezierNodes\")}}}},{key:\"_shiftToCenter\",value:function _shiftToCenter(){var range=NetworkUtil.getRangeCore(this.body.nodes,this.body.nodeIndices);var center=NetworkUtil.findCenter(range);for(var i=0;i<this.body.nodeIndices.length;i++){var node=this.body.nodes[this.body.nodeIndices[i]];node.x-=center.x;node.y-=center.y}}},{key:\"_declusterAll\",value:function _declusterAll(){var clustersPresent=true;while(clustersPresent===true){clustersPresent=false;for(var i=0;i<this.body.nodeIndices.length;i++){if(this.body.nodes[this.body.nodeIndices[i]].isCluster===true){clustersPresent=true;this.body.modules.clustering.openCluster(this.body.nodeIndices[i],{},false)}}if(clustersPresent===true){this.body.emitter.emit(\"_dataChanged\")}}}},{key:\"getSeed\",value:function getSeed(){return this.initialRandomSeed}},{key:\"setupHierarchicalLayout\",value:function setupHierarchicalLayout(){if(this.options.hierarchical.enabled===true&&this.body.nodeIndices.length>0){var node=void 0,nodeId=void 0;var definedLevel=false;var undefinedLevel=false;this.lastNodeOnLevel={};this.hierarchical=new HierarchicalStatus;for(nodeId in this.body.nodes){if(this.body.nodes.hasOwnProperty(nodeId)){node=this.body.nodes[nodeId];if(node.options.level!==undefined){definedLevel=true;this.hierarchical.levels[nodeId]=node.options.level}else{undefinedLevel=true}}}if(undefinedLevel===true&&definedLevel===true){throw new Error(\"To use the hierarchical layout, nodes require either no predefined levels\"+\" or levels have to be defined for all nodes.\")}else{if(undefinedLevel===true){var sortMethod=this.options.hierarchical.sortMethod;if(sortMethod===\"hubsize\"){this._determineLevelsByHubsize()}else if(sortMethod===\"directed\"){this._determineLevelsDirected()}else if(sortMethod===\"custom\"){this._determineLevelsCustomCallback()}}for(var _nodeId2 in this.body.nodes){if(this.body.nodes.hasOwnProperty(_nodeId2)){this.hierarchical.ensureLevel(_nodeId2)}}var distribution=this._getDistribution();this._generateMap();this._placeNodesByHierarchy(distribution);this._condenseHierarchy();this._shiftToCenter()}}}},{key:\"_condenseHierarchy\",value:function _condenseHierarchy(){var _this3=this;var stillShifting=false;var branches={};var shiftTrees=function shiftTrees(){var treeSizes=getTreeSizes();var shiftBy=0;for(var i=0;i<treeSizes.length-1;i++){var diff=treeSizes[i].max-treeSizes[i+1].min;shiftBy+=diff+_this3.options.hierarchical.treeSpacing;shiftTree(i+1,shiftBy)}};var shiftTree=function shiftTree(index,offset){var trees=_this3.hierarchical.trees;for(var nodeId in trees){if(trees.hasOwnProperty(nodeId)){if(trees[nodeId]===index){_this3.direction.shift(nodeId,offset)}}}};var getTreeSizes=function getTreeSizes(){var treeWidths=[];for(var i=0;i<_this3.hierarchical.numTrees();i++){treeWidths.push(_this3.direction.getTreeSize(i))}return treeWidths};var getBranchNodes=function getBranchNodes(source,map){if(map[source.id]){return}map[source.id]=true;if(_this3.hierarchical.childrenReference[source.id]){var children=_this3.hierarchical.childrenReference[source.id];if(children.length>0){for(var i=0;i<children.length;i++){getBranchNodes(_this3.body.nodes[children[i]],map)}}}};var getBranchBoundary=function getBranchBoundary(branchMap){var maxLevel=arguments.length>1&&arguments[1]!==undefined?arguments[1]:1e9;var minSpace=1e9;var maxSpace=1e9;var min=1e9;var max=-1e9;for(var branchNode in branchMap){if(branchMap.hasOwnProperty(branchNode)){var node=_this3.body.nodes[branchNode];var level=_this3.hierarchical.levels[node.id];var position=_this3.direction.getPosition(node);var _getSpaceAroundNode2=_this3._getSpaceAroundNode(node,branchMap),_getSpaceAroundNode3=(0,_slicedToArray3[\"default\"])(_getSpaceAroundNode2,2),minSpaceNode=_getSpaceAroundNode3[0],maxSpaceNode=_getSpaceAroundNode3[1];minSpace=Math.min(minSpaceNode,minSpace);maxSpace=Math.min(maxSpaceNode,maxSpace);if(level<=maxLevel){min=Math.min(position,min);max=Math.max(position,max)}}}return[min,max,minSpace,maxSpace]};var getCollisionLevel=function getCollisionLevel(node1,node2){var maxLevel1=_this3.hierarchical.getMaxLevel(node1.id);var maxLevel2=_this3.hierarchical.getMaxLevel(node2.id);return Math.min(maxLevel1,maxLevel2)};var shiftElementsCloser=function shiftElementsCloser(callback,levels,centerParents){var hier=_this3.hierarchical;for(var i=0;i<levels.length;i++){var level=levels[i];var levelNodes=hier.distributionOrdering[level];if(levelNodes.length>1){for(var j=0;j<levelNodes.length-1;j++){var node1=levelNodes[j];var node2=levelNodes[j+1];if(hier.hasSameParent(node1,node2)&&hier.inSameSubNetwork(node1,node2)){callback(node1,node2,centerParents)}}}}};var branchShiftCallback=function branchShiftCallback(node1,node2){var centerParent=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var pos1=_this3.direction.getPosition(node1);var pos2=_this3.direction.getPosition(node2);var diffAbs=Math.abs(pos2-pos1);var nodeSpacing=_this3.options.hierarchical.nodeSpacing;if(diffAbs>nodeSpacing){var branchNodes1={};var branchNodes2={};getBranchNodes(node1,branchNodes1);getBranchNodes(node2,branchNodes2);var maxLevel=getCollisionLevel(node1,node2);var branchNodeBoundary1=getBranchBoundary(branchNodes1,maxLevel);var branchNodeBoundary2=getBranchBoundary(branchNodes2,maxLevel);var max1=branchNodeBoundary1[1];var min2=branchNodeBoundary2[0];var minSpace2=branchNodeBoundary2[2];var diffBranch=Math.abs(max1-min2);if(diffBranch>nodeSpacing){var offset=max1-min2+nodeSpacing;if(offset<-minSpace2+nodeSpacing){offset=-minSpace2+nodeSpacing}if(offset<0){_this3._shiftBlock(node2.id,offset);stillShifting=true;if(centerParent===true)_this3._centerParent(node2)}}}};var minimizeEdgeLength=function minimizeEdgeLength(iterations,node){var nodeId=node.id;var allEdges=node.edges;var nodeLevel=_this3.hierarchical.levels[node.id];var C2=_this3.options.hierarchical.levelSeparation*_this3.options.hierarchical.levelSeparation;var referenceNodes={};var aboveEdges=[];for(var i=0;i<allEdges.length;i++){var edge=allEdges[i];if(edge.toId!=edge.fromId){var otherNode=edge.toId==nodeId?edge.from:edge.to;referenceNodes[allEdges[i].id]=otherNode;if(_this3.hierarchical.levels[otherNode.id]<nodeLevel){aboveEdges.push(edge)}}}var getFx=function getFx(point,edges){var sum=0;for(var _i2=0;_i2<edges.length;_i2++){if(referenceNodes[edges[_i2].id]!==undefined){var a=_this3.direction.getPosition(referenceNodes[edges[_i2].id])-point;sum+=a/Math.sqrt(a*a+C2)}}return sum};var getDFx=function getDFx(point,edges){var sum=0;for(var _i3=0;_i3<edges.length;_i3++){if(referenceNodes[edges[_i3].id]!==undefined){var a=_this3.direction.getPosition(referenceNodes[edges[_i3].id])-point;sum-=C2*Math.pow(a*a+C2,-1.5)}}return sum};var getGuess=function getGuess(iterations,edges){var guess=_this3.direction.getPosition(node);var guessMap={};for(var _i4=0;_i4<iterations;_i4++){var fx=getFx(guess,edges);var dfx=getDFx(guess,edges);var limit=40;var ratio=Math.max(-limit,Math.min(limit,Math.round(fx/dfx)));guess=guess-ratio;if(guessMap[guess]!==undefined){break}guessMap[guess]=_i4}return guess};var moveBranch=function moveBranch(guess){var nodePosition=_this3.direction.getPosition(node);if(branches[node.id]===undefined){var branchNodes={};getBranchNodes(node,branchNodes);branches[node.id]=branchNodes}var branchBoundary=getBranchBoundary(branches[node.id]);var minSpaceBranch=branchBoundary[2];var maxSpaceBranch=branchBoundary[3];var diff=guess-nodePosition;var branchOffset=0;if(diff>0){branchOffset=Math.min(diff,maxSpaceBranch-_this3.options.hierarchical.nodeSpacing)}else if(diff<0){branchOffset=-Math.min(-diff,minSpaceBranch-_this3.options.hierarchical.nodeSpacing)}if(branchOffset!=0){_this3._shiftBlock(node.id,branchOffset);stillShifting=true}};var moveNode=function moveNode(guess){var nodePosition=_this3.direction.getPosition(node);var _getSpaceAroundNode4=_this3._getSpaceAroundNode(node),_getSpaceAroundNode5=(0,_slicedToArray3[\"default\"])(_getSpaceAroundNode4,2),minSpace=_getSpaceAroundNode5[0],maxSpace=_getSpaceAroundNode5[1];var diff=guess-nodePosition;var newPosition=nodePosition;if(diff>0){newPosition=Math.min(nodePosition+(maxSpace-_this3.options.hierarchical.nodeSpacing),guess)}else if(diff<0){newPosition=Math.max(nodePosition-(minSpace-_this3.options.hierarchical.nodeSpacing),guess)}if(newPosition!==nodePosition){_this3.direction.setPosition(node,newPosition);stillShifting=true}};var guess=getGuess(iterations,aboveEdges);moveBranch(guess);guess=getGuess(iterations,allEdges);moveNode(guess)};var minimizeEdgeLengthBottomUp=function minimizeEdgeLengthBottomUp(iterations){var levels=_this3.hierarchical.getLevels();levels=levels.reverse();for(var i=0;i<iterations;i++){stillShifting=false;for(var j=0;j<levels.length;j++){var level=levels[j];var levelNodes=_this3.hierarchical.distributionOrdering[level];for(var k=0;k<levelNodes.length;k++){minimizeEdgeLength(1e3,levelNodes[k])}}if(stillShifting!==true){break}}};var shiftBranchesCloserBottomUp=function shiftBranchesCloserBottomUp(iterations){var levels=_this3.hierarchical.getLevels();levels=levels.reverse();for(var i=0;i<iterations;i++){stillShifting=false;shiftElementsCloser(branchShiftCallback,levels,true);if(stillShifting!==true){break}}};var centerAllParents=function centerAllParents(){for(var nodeId in _this3.body.nodes){if(_this3.body.nodes.hasOwnProperty(nodeId))_this3._centerParent(_this3.body.nodes[nodeId])}};var centerAllParentsBottomUp=function centerAllParentsBottomUp(){var levels=_this3.hierarchical.getLevels()\n;levels=levels.reverse();for(var i=0;i<levels.length;i++){var level=levels[i];var levelNodes=_this3.hierarchical.distributionOrdering[level];for(var j=0;j<levelNodes.length;j++){_this3._centerParent(levelNodes[j])}}};if(this.options.hierarchical.blockShifting===true){shiftBranchesCloserBottomUp(5);centerAllParents()}if(this.options.hierarchical.edgeMinimization===true){minimizeEdgeLengthBottomUp(20)}if(this.options.hierarchical.parentCentralization===true){centerAllParentsBottomUp()}shiftTrees()}},{key:\"_getSpaceAroundNode\",value:function _getSpaceAroundNode(node,map){var useMap=true;if(map===undefined){useMap=false}var level=this.hierarchical.levels[node.id];if(level!==undefined){var index=this.hierarchical.distributionIndex[node.id];var position=this.direction.getPosition(node);var ordering=this.hierarchical.distributionOrdering[level];var minSpace=1e9;var maxSpace=1e9;if(index!==0){var prevNode=ordering[index-1];if(useMap===true&&map[prevNode.id]===undefined||useMap===false){var prevPos=this.direction.getPosition(prevNode);minSpace=position-prevPos}}if(index!=ordering.length-1){var nextNode=ordering[index+1];if(useMap===true&&map[nextNode.id]===undefined||useMap===false){var nextPos=this.direction.getPosition(nextNode);maxSpace=Math.min(maxSpace,nextPos-position)}}return[minSpace,maxSpace]}else{return[0,0]}}},{key:\"_centerParent\",value:function _centerParent(node){if(this.hierarchical.parentReference[node.id]){var parents=this.hierarchical.parentReference[node.id];for(var i=0;i<parents.length;i++){var parentId=parents[i];var parentNode=this.body.nodes[parentId];var children=this.hierarchical.childrenReference[parentId];if(children!==undefined){var newPosition=this._getCenterPosition(children);var position=this.direction.getPosition(parentNode);var _getSpaceAroundNode6=this._getSpaceAroundNode(parentNode),_getSpaceAroundNode7=(0,_slicedToArray3[\"default\"])(_getSpaceAroundNode6,2),minSpace=_getSpaceAroundNode7[0],maxSpace=_getSpaceAroundNode7[1];var diff=position-newPosition;if(diff<0&&Math.abs(diff)<maxSpace-this.options.hierarchical.nodeSpacing||diff>0&&Math.abs(diff)<minSpace-this.options.hierarchical.nodeSpacing){this.direction.setPosition(parentNode,newPosition)}}}}}},{key:\"_placeNodesByHierarchy\",value:function _placeNodesByHierarchy(distribution){this.positionedNodes={};for(var level in distribution){if(distribution.hasOwnProperty(level)){var nodeArray=(0,_keys2[\"default\"])(distribution[level]);nodeArray=this._indexArrayToNodes(nodeArray);this.direction.sort(nodeArray);var handledNodeCount=0;for(var i=0;i<nodeArray.length;i++){var node=nodeArray[i];if(this.positionedNodes[node.id]===undefined){var spacing=this.options.hierarchical.nodeSpacing;var pos=spacing*handledNodeCount;if(handledNodeCount>0){pos=this.direction.getPosition(nodeArray[i-1])+spacing}this.direction.setPosition(node,pos,level);this._validatePositionAndContinue(node,level,pos);handledNodeCount++}}}}}},{key:\"_placeBranchNodes\",value:function _placeBranchNodes(parentId,parentLevel){var childRef=this.hierarchical.childrenReference[parentId];if(childRef===undefined){return}var childNodes=[];for(var i=0;i<childRef.length;i++){childNodes.push(this.body.nodes[childRef[i]])}this.direction.sort(childNodes);for(var _i5=0;_i5<childNodes.length;_i5++){var childNode=childNodes[_i5];var childNodeLevel=this.hierarchical.levels[childNode.id];if(childNodeLevel>parentLevel&&this.positionedNodes[childNode.id]===undefined){var spacing=this.options.hierarchical.nodeSpacing;var pos=void 0;if(_i5===0){pos=this.direction.getPosition(this.body.nodes[parentId])}else{pos=this.direction.getPosition(childNodes[_i5-1])+spacing}this.direction.setPosition(childNode,pos,childNodeLevel);this._validatePositionAndContinue(childNode,childNodeLevel,pos)}else{return}}var center=this._getCenterPosition(childNodes);this.direction.setPosition(this.body.nodes[parentId],center,parentLevel)}},{key:\"_validatePositionAndContinue\",value:function _validatePositionAndContinue(node,level,pos){if(!this.hierarchical.isTree)return;if(this.lastNodeOnLevel[level]!==undefined){var previousPos=this.direction.getPosition(this.body.nodes[this.lastNodeOnLevel[level]]);if(pos-previousPos<this.options.hierarchical.nodeSpacing){var diff=previousPos+this.options.hierarchical.nodeSpacing-pos;var sharedParent=this._findCommonParent(this.lastNodeOnLevel[level],node.id);this._shiftBlock(sharedParent.withChild,diff)}}this.lastNodeOnLevel[level]=node.id;this.positionedNodes[node.id]=true;this._placeBranchNodes(node.id,level)}},{key:\"_indexArrayToNodes\",value:function _indexArrayToNodes(idArray){var array=[];for(var i=0;i<idArray.length;i++){array.push(this.body.nodes[idArray[i]])}return array}},{key:\"_getDistribution\",value:function _getDistribution(){var distribution={};var nodeId=void 0,node=void 0;for(nodeId in this.body.nodes){if(this.body.nodes.hasOwnProperty(nodeId)){node=this.body.nodes[nodeId];var level=this.hierarchical.levels[nodeId]===undefined?0:this.hierarchical.levels[nodeId];this.direction.fix(node,level);if(distribution[level]===undefined){distribution[level]={}}distribution[level][nodeId]=node}}return distribution}},{key:\"_getActiveEdges\",value:function _getActiveEdges(node){var _this4=this;var result=[];util.forEach(node.edges,function(edge){if(_this4.body.edgeIndices.indexOf(edge.id)!==-1){result.push(edge)}});return result}},{key:\"_getHubSizes\",value:function _getHubSizes(){var _this5=this;var hubSizes={};var nodeIds=this.body.nodeIndices;util.forEach(nodeIds,function(nodeId){var node=_this5.body.nodes[nodeId];var hubSize=_this5._getActiveEdges(node).length;hubSizes[hubSize]=true});var result=[];util.forEach(hubSizes,function(size){result.push(Number(size))});result.sort(function(a,b){return b-a});return result}},{key:\"_determineLevelsByHubsize\",value:function _determineLevelsByHubsize(){var _this6=this;var levelDownstream=function levelDownstream(nodeA,nodeB){_this6.hierarchical.levelDownstream(nodeA,nodeB)};var hubSizes=this._getHubSizes();var _loop=function _loop(i){var hubSize=hubSizes[i];if(hubSize===0)return\"break\";util.forEach(_this6.body.nodeIndices,function(nodeId){var node=_this6.body.nodes[nodeId];if(hubSize===_this6._getActiveEdges(node).length){_this6._crawlNetwork(levelDownstream,nodeId)}})};for(var i=0;i<hubSizes.length;++i){var _ret=_loop(i);if(_ret===\"break\")break}}},{key:\"_determineLevelsCustomCallback\",value:function _determineLevelsCustomCallback(){var _this7=this;var minLevel=1e5;var customCallback=function customCallback(nodeA,nodeB,edge){};var levelByDirection=function levelByDirection(nodeA,nodeB,edge){var levelA=_this7.hierarchical.levels[nodeA.id];if(levelA===undefined){levelA=_this7.hierarchical.levels[nodeA.id]=minLevel}var diff=customCallback(NetworkUtil.cloneOptions(nodeA,\"node\"),NetworkUtil.cloneOptions(nodeB,\"node\"),NetworkUtil.cloneOptions(edge,\"edge\"));_this7.hierarchical.levels[nodeB.id]=levelA+diff};this._crawlNetwork(levelByDirection);this.hierarchical.setMinLevelToZero(this.body.nodes)}},{key:\"_determineLevelsDirected\",value:function _determineLevelsDirected(){var _this8=this;var minLevel=1e4;var isBidirectional=function isBidirectional(edge){util.forEach(_this8.body.edges,function(otherEdge){if(otherEdge.toId===edge.fromId&&otherEdge.fromId===edge.toId){return true}});return false};var levelByDirection=function levelByDirection(nodeA,nodeB,edge){var levelA=_this8.hierarchical.levels[nodeA.id];var levelB=_this8.hierarchical.levels[nodeB.id];if(isBidirectional(edge)&&levelA!==undefined&&levelB!==undefined){return}if(levelA===undefined){levelA=_this8.hierarchical.levels[nodeA.id]=minLevel}if(edge.toId==nodeB.id){_this8.hierarchical.levels[nodeB.id]=levelA+1}else{_this8.hierarchical.levels[nodeB.id]=levelA-1}};this._crawlNetwork(levelByDirection);this.hierarchical.setMinLevelToZero(this.body.nodes)}},{key:\"_generateMap\",value:function _generateMap(){var _this9=this;var fillInRelations=function fillInRelations(parentNode,childNode){if(_this9.hierarchical.levels[childNode.id]>_this9.hierarchical.levels[parentNode.id]){_this9.hierarchical.addRelation(parentNode.id,childNode.id)}};this._crawlNetwork(fillInRelations);this.hierarchical.checkIfTree()}},{key:\"_crawlNetwork\",value:function _crawlNetwork(){var _this10=this;var callback=arguments.length>0&&arguments[0]!==undefined?arguments[0]:function(){};var startingNodeId=arguments[1];var progress={};var crawler=function crawler(node,tree){if(progress[node.id]===undefined){_this10.hierarchical.setTreeIndex(node,tree);progress[node.id]=true;var childNode=void 0;var edges=_this10._getActiveEdges(node);for(var i=0;i<edges.length;i++){var edge=edges[i];if(edge.connected===true){if(edge.toId==node.id){childNode=edge.from}else{childNode=edge.to}if(node.id!=childNode.id){callback(node,childNode,edge);crawler(childNode,tree)}}}}};if(startingNodeId===undefined){var treeIndex=0;for(var i=0;i<this.body.nodeIndices.length;i++){var nodeId=this.body.nodeIndices[i];if(progress[nodeId]===undefined){var node=this.body.nodes[nodeId];crawler(node,treeIndex);treeIndex+=1}}}else{var _node2=this.body.nodes[startingNodeId];if(_node2===undefined){console.error(\"Node not found:\",startingNodeId);return}crawler(_node2)}}},{key:\"_shiftBlock\",value:function _shiftBlock(parentId,diff){var _this11=this;var progress={};var shifter=function shifter(parentId){if(progress[parentId]){return}progress[parentId]=true;_this11.direction.shift(parentId,diff);var childRef=_this11.hierarchical.childrenReference[parentId];if(childRef!==undefined){for(var i=0;i<childRef.length;i++){shifter(childRef[i])}}};shifter(parentId)}},{key:\"_findCommonParent\",value:function _findCommonParent(childA,childB){var _this12=this;var parents={};var iterateParents=function iterateParents(parents,child){var parentRef=_this12.hierarchical.parentReference[child];if(parentRef!==undefined){for(var i=0;i<parentRef.length;i++){var parent=parentRef[i];parents[parent]=true;iterateParents(parents,parent)}}};var findParent=function findParent(parents,child){var parentRef=_this12.hierarchical.parentReference[child];if(parentRef!==undefined){for(var i=0;i<parentRef.length;i++){var parent=parentRef[i];if(parents[parent]!==undefined){return{foundParent:parent,withChild:child}}var branch=findParent(parents,parent);if(branch.foundParent!==null){return branch}}}return{foundParent:null,withChild:child}};iterateParents(parents,childA);return findParent(parents,childB)}},{key:\"setDirectionStrategy\",value:function setDirectionStrategy(){var isVertical=this.options.hierarchical.direction===\"UD\"||this.options.hierarchical.direction===\"DU\";if(isVertical){this.direction=new VerticalStrategy(this)}else{this.direction=new HorizontalStrategy(this)}}},{key:\"_getCenterPosition\",value:function _getCenterPosition(childNodes){var minPos=1e9;var maxPos=-1e9;for(var i=0;i<childNodes.length;i++){var childNode=void 0;if(childNodes[i].id!==undefined){childNode=childNodes[i]}else{var childNodeId=childNodes[i];childNode=this.body.nodes[childNodeId]}var position=this.direction.getPosition(childNode);minPos=Math.min(minPos,position);maxPos=Math.max(maxPos,position)}return.5*(minPos+maxPos)}}]);return LayoutEngine}();exports[\"default\"]=LayoutEngine},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});exports.VerticalStrategy=exports.HorizontalStrategy=undefined;var _getPrototypeOf=__webpack_require__(3);var _getPrototypeOf2=_interopRequireDefault(_getPrototypeOf);var _possibleConstructorReturn2=__webpack_require__(4);var _possibleConstructorReturn3=_interopRequireDefault(_possibleConstructorReturn2);var _inherits2=__webpack_require__(5);var _inherits3=_interopRequireDefault(_inherits2);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var DirectionInterface=function(){function DirectionInterface(){(0,_classCallCheck3[\"default\"])(this,DirectionInterface)}(0,_createClass3[\"default\"])(DirectionInterface,[{key:\"abstract\",value:function abstract(){throw new Error(\"Can't instantiate abstract class!\")}},{key:\"fake_use\",value:function fake_use(){}},{key:\"curveType\",value:function curveType(){return this.abstract()}},{key:\"getPosition\",value:function getPosition(node){this.fake_use(node);return this.abstract()}},{key:\"setPosition\",value:function setPosition(node,position){var level=arguments.length>2&&arguments[2]!==undefined?arguments[2]:undefined;this.fake_use(node,position,level);this.abstract()}},{key:\"getTreeSize\",value:function getTreeSize(index){this.fake_use(index);return this.abstract()}},{key:\"sort\",value:function sort(nodeArray){this.fake_use(nodeArray);this.abstract()}},{key:\"fix\",value:function fix(node,level){this.fake_use(node,level);this.abstract()}},{key:\"shift\",value:function shift(nodeId,diff){this.fake_use(nodeId,diff);this.abstract()}}]);return DirectionInterface}();var VerticalStrategy=function(_DirectionInterface){(0,_inherits3[\"default\"])(VerticalStrategy,_DirectionInterface);function VerticalStrategy(layout){(0,_classCallCheck3[\"default\"])(this,VerticalStrategy);var _this=(0,_possibleConstructorReturn3[\"default\"])(this,(VerticalStrategy.__proto__||(0,_getPrototypeOf2[\"default\"])(VerticalStrategy)).call(this));_this.layout=layout;return _this}(0,_createClass3[\"default\"])(VerticalStrategy,[{key:\"curveType\",value:function curveType(){return\"horizontal\"}},{key:\"getPosition\",value:function getPosition(node){return node.x}},{key:\"setPosition\",value:function setPosition(node,position){var level=arguments.length>2&&arguments[2]!==undefined?arguments[2]:undefined;if(level!==undefined){this.layout.hierarchical.addToOrdering(node,level)}node.x=position}},{key:\"getTreeSize\",value:function getTreeSize(index){var res=this.layout.hierarchical.getTreeSize(this.layout.body.nodes,index);return{min:res.min_x,max:res.max_x}}},{key:\"sort\",value:function sort(nodeArray){nodeArray.sort(function(a,b){if(a.x===undefined||b.x===undefined)return 0;return a.x-b.x})}},{key:\"fix\",value:function fix(node,level){node.y=this.layout.options.hierarchical.levelSeparation*level;node.options.fixed.y=true}},{key:\"shift\",value:function shift(nodeId,diff){this.layout.body.nodes[nodeId].x+=diff}}]);return VerticalStrategy}(DirectionInterface);var HorizontalStrategy=function(_DirectionInterface2){(0,_inherits3[\"default\"])(HorizontalStrategy,_DirectionInterface2);function HorizontalStrategy(layout){(0,_classCallCheck3[\"default\"])(this,HorizontalStrategy);var _this2=(0,_possibleConstructorReturn3[\"default\"])(this,(HorizontalStrategy.__proto__||(0,_getPrototypeOf2[\"default\"])(HorizontalStrategy)).call(this));_this2.layout=layout;return _this2}(0,_createClass3[\"default\"])(HorizontalStrategy,[{key:\"curveType\",value:function curveType(){return\"vertical\"}},{key:\"getPosition\",value:function getPosition(node){return node.y}},{key:\"setPosition\",value:function setPosition(node,position){var level=arguments.length>2&&arguments[2]!==undefined?arguments[2]:undefined;if(level!==undefined){this.layout.hierarchical.addToOrdering(node,level)}node.y=position}},{key:\"getTreeSize\",value:function getTreeSize(index){var res=this.layout.hierarchical.getTreeSize(this.layout.body.nodes,index);return{min:res.min_y,max:res.max_y}}},{key:\"sort\",value:function sort(nodeArray){nodeArray.sort(function(a,b){if(a.y===undefined||b.y===undefined)return 0;return a.y-b.y})}},{key:\"fix\",value:function fix(node,level){node.x=this.layout.options.hierarchical.levelSeparation*level;node.options.fixed.x=true}},{key:\"shift\",value:function shift(nodeId,diff){this.layout.body.nodes[nodeId].y+=diff}}]);return HorizontalStrategy}(DirectionInterface);exports.HorizontalStrategy=HorizontalStrategy;exports.VerticalStrategy=VerticalStrategy},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _keys=__webpack_require__(8);var _keys2=_interopRequireDefault(_keys);var _stringify=__webpack_require__(19);var _stringify2=_interopRequireDefault(_stringify);var _typeof2=__webpack_require__(6);var _typeof3=_interopRequireDefault(_typeof2);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var util=__webpack_require__(2);var Hammer=__webpack_require__(10);var hammerUtil=__webpack_require__(37);var ManipulationSystem=function(){function ManipulationSystem(body,canvas,selectionHandler){var _this=this;(0,_classCallCheck3[\"default\"])(this,ManipulationSystem);this.body=body;this.canvas=canvas;this.selectionHandler=selectionHandler;this.editMode=false;this.manipulationDiv=undefined;this.editModeDiv=undefined;this.closeDiv=undefined;this.manipulationHammers=[];this.temporaryUIFunctions={};this.temporaryEventFunctions=[];this.touchTime=0;this.temporaryIds={nodes:[],edges:[]};this.guiEnabled=false;this.inMode=false;this.selectedControlNode=undefined;this.options={};this.defaultOptions={enabled:false,initiallyActive:false,addNode:true,addEdge:true,editNode:undefined,editEdge:true,deleteNode:true,deleteEdge:true,controlNodeStyle:{shape:\"dot\",size:6,color:{background:\"#ff0000\",border:\"#3c3c3c\",highlight:{background:\"#07f968\",border:\"#3c3c3c\"}},borderWidth:2,borderWidthSelected:2}};util.extend(this.options,this.defaultOptions);this.body.emitter.on(\"destroy\",function(){_this._clean()});this.body.emitter.on(\"_dataChanged\",this._restore.bind(this));this.body.emitter.on(\"_resetData\",this._restore.bind(this))}(0,_createClass3[\"default\"])(ManipulationSystem,[{key:\"_restore\",value:function _restore(){if(this.inMode!==false){if(this.options.initiallyActive===true){this.enableEditMode()}else{this.disableEditMode()}}}},{key:\"setOptions\",value:function setOptions(options,allOptions,globalOptions){if(allOptions!==undefined){if(allOptions.locale!==undefined){this.options.locale=allOptions.locale}else{this.options.locale=globalOptions.locale}if(allOptions.locales!==undefined){this.options.locales=allOptions.locales}else{this.options.locales=globalOptions.locales}}if(options!==undefined){if(typeof options===\"boolean\"){this.options.enabled=options}else{this.options.enabled=true;util.deepExtend(this.options,options)}if(this.options.initiallyActive===true){this.editMode=true}this._setup()}}},{key:\"toggleEditMode\",value:function toggleEditMode(){if(this.editMode===true){this.disableEditMode()}else{this.enableEditMode()}}},{key:\"enableEditMode\",value:function enableEditMode(){this.editMode=true;this._clean();if(this.guiEnabled===true){this.manipulationDiv.style.display=\"block\";this.closeDiv.style.display=\"block\";this.editModeDiv.style.display=\"none\";this.showManipulatorToolbar()}}},{key:\"disableEditMode\",value:function disableEditMode(){this.editMode=false;this._clean();if(this.guiEnabled===true){this.manipulationDiv.style.display=\"none\";this.closeDiv.style.display=\"none\";this.editModeDiv.style.display=\"block\";this._createEditButton()}}},{key:\"showManipulatorToolbar\",value:function showManipulatorToolbar(){this._clean();this.manipulationDOM={};if(this.guiEnabled===true){this.editMode=true;this.manipulationDiv.style.display=\"block\";this.closeDiv.style.display=\"block\";var selectedNodeCount=this.selectionHandler._getSelectedNodeCount();var selectedEdgeCount=this.selectionHandler._getSelectedEdgeCount();var selectedTotalCount=selectedNodeCount+selectedEdgeCount;var locale=this.options.locales[this.options.locale];var needSeperator=false;if(this.options.addNode!==false){this._createAddNodeButton(locale);needSeperator=true}if(this.options.addEdge!==false){if(needSeperator===true){this._createSeperator(1)}else{needSeperator=true}this._createAddEdgeButton(locale)}if(selectedNodeCount===1&&typeof this.options.editNode===\"function\"){if(needSeperator===true){this._createSeperator(2)}else{needSeperator=true}this._createEditNodeButton(locale)}else if(selectedEdgeCount===1&&selectedNodeCount===0&&this.options.editEdge!==false){if(needSeperator===true){this._createSeperator(3)}else{needSeperator=true}this._createEditEdgeButton(locale)}if(selectedTotalCount!==0){if(selectedNodeCount>0&&this.options.deleteNode!==false){if(needSeperator===true){this._createSeperator(4)}this._createDeleteButton(locale)}else if(selectedNodeCount===0&&this.options.deleteEdge!==false){if(needSeperator===true){this._createSeperator(4)}this._createDeleteButton(locale)}}this._bindHammerToDiv(this.closeDiv,this.toggleEditMode.bind(this));this._temporaryBindEvent(\"select\",this.showManipulatorToolbar.bind(this))}this.body.emitter.emit(\"_redraw\")}},{key:\"addNodeMode\",value:function addNodeMode(){if(this.editMode!==true){this.enableEditMode()}this._clean();this.inMode=\"addNode\";if(this.guiEnabled===true){var locale=this.options.locales[this.options.locale];this.manipulationDOM={};this._createBackButton(locale);this._createSeperator();this._createDescription(locale[\"addDescription\"]||this.options.locales[\"en\"][\"addDescription\"]);this._bindHammerToDiv(this.closeDiv,this.toggleEditMode.bind(this))}this._temporaryBindEvent(\"click\",this._performAddNode.bind(this))}},{key:\"editNode\",value:function editNode(){var _this2=this;if(this.editMode!==true){this.enableEditMode()}this._clean();var node=this.selectionHandler._getSelectedNode();if(node!==undefined){this.inMode=\"editNode\";if(typeof this.options.editNode===\"function\"){if(node.isCluster!==true){var data=util.deepExtend({},node.options,false);data.x=node.x;data.y=node.y;if(this.options.editNode.length===2){this.options.editNode(data,function(finalizedData){if(finalizedData!==null&&finalizedData!==undefined&&_this2.inMode===\"editNode\"){_this2.body.data.nodes.getDataSet().update(finalizedData)}_this2.showManipulatorToolbar()})}else{throw new Error(\"The function for edit does not support two arguments (data, callback)\")}}else{alert(this.options.locales[this.options.locale][\"editClusterError\"]||this.options.locales[\"en\"][\"editClusterError\"])}}else{throw new Error(\"No function has been configured to handle the editing of nodes.\")}}else{this.showManipulatorToolbar()}}},{key:\"addEdgeMode\",value:function addEdgeMode(){if(this.editMode!==true){this.enableEditMode()}this._clean();this.inMode=\"addEdge\";if(this.guiEnabled===true){var locale=this.options.locales[this.options.locale];this.manipulationDOM={};this._createBackButton(locale);this._createSeperator();this._createDescription(locale[\"edgeDescription\"]||this.options.locales[\"en\"][\"edgeDescription\"]);this._bindHammerToDiv(this.closeDiv,this.toggleEditMode.bind(this))}this._temporaryBindUI(\"onTouch\",this._handleConnect.bind(this));this._temporaryBindUI(\"onDragEnd\",this._finishConnect.bind(this));this._temporaryBindUI(\"onDrag\",this._dragControlNode.bind(this));this._temporaryBindUI(\"onRelease\",this._finishConnect.bind(this));this._temporaryBindUI(\"onDragStart\",this._dragStartEdge.bind(this));this._temporaryBindUI(\"onHold\",function(){})}},{key:\"editEdgeMode\",value:function editEdgeMode(){if(this.editMode!==true){this.enableEditMode()}this._clean();this.inMode=\"editEdge\";if((0,_typeof3[\"default\"])(this.options.editEdge)===\"object\"&&typeof this.options.editEdge.editWithoutDrag===\"function\"){this.edgeBeingEditedId=this.selectionHandler.getSelectedEdges()[0];if(this.edgeBeingEditedId!==undefined){var edge=this.body.edges[this.edgeBeingEditedId];this._performEditEdge(edge.from,edge.to);return}}if(this.guiEnabled===true){var locale=this.options.locales[this.options.locale];this.manipulationDOM={};this._createBackButton(locale);this._createSeperator();this._createDescription(locale[\"editEdgeDescription\"]||this.options.locales[\"en\"][\"editEdgeDescription\"]);this._bindHammerToDiv(this.closeDiv,this.toggleEditMode.bind(this))}this.edgeBeingEditedId=this.selectionHandler.getSelectedEdges()[0];if(this.edgeBeingEditedId!==undefined){var _edge=this.body.edges[this.edgeBeingEditedId];var controlNodeFrom=this._getNewTargetNode(_edge.from.x,_edge.from.y);var controlNodeTo=this._getNewTargetNode(_edge.to.x,_edge.to.y);this.temporaryIds.nodes.push(controlNodeFrom.id);this.temporaryIds.nodes.push(controlNodeTo.id);this.body.nodes[controlNodeFrom.id]=controlNodeFrom;this.body.nodeIndices.push(controlNodeFrom.id);this.body.nodes[controlNodeTo.id]=controlNodeTo;this.body.nodeIndices.push(controlNodeTo.id);this._temporaryBindUI(\"onTouch\",this._controlNodeTouch.bind(this));this._temporaryBindUI(\"onTap\",function(){});this._temporaryBindUI(\"onHold\",function(){});this._temporaryBindUI(\"onDragStart\",this._controlNodeDragStart.bind(this));this._temporaryBindUI(\"onDrag\",this._controlNodeDrag.bind(this));this._temporaryBindUI(\"onDragEnd\",this._controlNodeDragEnd.bind(this));this._temporaryBindUI(\"onMouseMove\",function(){});this._temporaryBindEvent(\"beforeDrawing\",function(ctx){var positions=_edge.edgeType.findBorderPositions(ctx);if(controlNodeFrom.selected===false){controlNodeFrom.x=positions.from.x;controlNodeFrom.y=positions.from.y}if(controlNodeTo.selected===false){controlNodeTo.x=positions.to.x;controlNodeTo.y=positions.to.y}});this.body.emitter.emit(\"_redraw\")}else{this.showManipulatorToolbar()}}},{key:\"deleteSelected\",value:function deleteSelected(){var _this3=this;if(this.editMode!==true){this.enableEditMode()}this._clean();this.inMode=\"delete\";var selectedNodes=this.selectionHandler.getSelectedNodes();var selectedEdges=this.selectionHandler.getSelectedEdges();var deleteFunction=undefined;if(selectedNodes.length>0){for(var i=0;i<selectedNodes.length;i++){if(this.body.nodes[selectedNodes[i]].isCluster===true){alert(this.options.locales[this.options.locale][\"deleteClusterError\"]||this.options.locales[\"en\"][\"deleteClusterError\"]);return}}if(typeof this.options.deleteNode===\"function\"){deleteFunction=this.options.deleteNode}}else if(selectedEdges.length>0){if(typeof this.options.deleteEdge===\"function\"){deleteFunction=this.options.deleteEdge}}if(typeof deleteFunction===\"function\"){var data={nodes:selectedNodes,edges:selectedEdges};if(deleteFunction.length===2){deleteFunction(data,function(finalizedData){if(finalizedData!==null&&finalizedData!==undefined&&_this3.inMode===\"delete\"){_this3.body.data.edges.getDataSet().remove(finalizedData.edges);_this3.body.data.nodes.getDataSet().remove(finalizedData.nodes);_this3.body.emitter.emit(\"startSimulation\");_this3.showManipulatorToolbar()}else{_this3.body.emitter.emit(\"startSimulation\");_this3.showManipulatorToolbar()}})}else{throw new Error(\"The function for delete does not support two arguments (data, callback)\")}}else{this.body.data.edges.getDataSet().remove(selectedEdges);this.body.data.nodes.getDataSet().remove(selectedNodes);this.body.emitter.emit(\"startSimulation\");this.showManipulatorToolbar()}}},{key:\"_setup\",value:function _setup(){if(this.options.enabled===true){this.guiEnabled=true;this._createWrappers();if(this.editMode===false){this._createEditButton()}else{this.showManipulatorToolbar()}}else{this._removeManipulationDOM();this.guiEnabled=false}}},{key:\"_createWrappers\",value:function _createWrappers(){if(this.manipulationDiv===undefined){this.manipulationDiv=document.createElement(\"div\");this.manipulationDiv.className=\"vis-manipulation\";if(this.editMode===true){this.manipulationDiv.style.display=\"block\"}else{this.manipulationDiv.style.display=\"none\"}this.canvas.frame.appendChild(this.manipulationDiv)}if(this.editModeDiv===undefined){this.editModeDiv=document.createElement(\"div\");this.editModeDiv.className=\"vis-edit-mode\";if(this.editMode===true){this.editModeDiv.style.display=\"none\"}else{this.editModeDiv.style.display=\"block\"}this.canvas.frame.appendChild(this.editModeDiv)}if(this.closeDiv===undefined){this.closeDiv=document.createElement(\"div\");this.closeDiv.className=\"vis-close\";this.closeDiv.style.display=this.manipulationDiv.style.display;this.canvas.frame.appendChild(this.closeDiv)}}},{key:\"_getNewTargetNode\",value:function _getNewTargetNode(x,y){var controlNodeStyle=util.deepExtend({},this.options.controlNodeStyle);controlNodeStyle.id=\"targetNode\"+util.randomUUID();controlNodeStyle.hidden=false;controlNodeStyle.physics=false;controlNodeStyle.x=x;controlNodeStyle.y=y;var node=this.body.functions.createNode(controlNodeStyle);node.shape.boundingBox={left:x,right:x,top:y,bottom:y};return node}},{key:\"_createEditButton\",value:function _createEditButton(){this._clean();this.manipulationDOM={};util.recursiveDOMDelete(this.editModeDiv);var locale=this.options.locales[this.options.locale];var button=this._createButton(\"editMode\",\"vis-button vis-edit vis-edit-mode\",locale[\"edit\"]||this.options.locales[\"en\"][\"edit\"]);this.editModeDiv.appendChild(button);this._bindHammerToDiv(button,this.toggleEditMode.bind(this))}},{key:\"_clean\",value:function _clean(){this.inMode=false;if(this.guiEnabled===true){util.recursiveDOMDelete(this.editModeDiv);util.recursiveDOMDelete(this.manipulationDiv);this._cleanManipulatorHammers()}this._cleanupTemporaryNodesAndEdges();this._unbindTemporaryUIs();this._unbindTemporaryEvents();this.body.emitter.emit(\"restorePhysics\")}},{key:\"_cleanManipulatorHammers\",value:function _cleanManipulatorHammers(){if(this.manipulationHammers.length!=0){for(var i=0;i<this.manipulationHammers.length;i++){this.manipulationHammers[i].destroy()}this.manipulationHammers=[]}}},{key:\"_removeManipulationDOM\",value:function _removeManipulationDOM(){this._clean();util.recursiveDOMDelete(this.manipulationDiv);util.recursiveDOMDelete(this.editModeDiv);util.recursiveDOMDelete(this.closeDiv);if(this.manipulationDiv){this.canvas.frame.removeChild(this.manipulationDiv)}if(this.editModeDiv){this.canvas.frame.removeChild(this.editModeDiv)}if(this.closeDiv){this.canvas.frame.removeChild(this.closeDiv)}this.manipulationDiv=undefined;this.editModeDiv=undefined;this.closeDiv=undefined}},{key:\"_createSeperator\",value:function _createSeperator(){var index=arguments.length>0&&arguments[0]!==undefined?arguments[0]:1;this.manipulationDOM[\"seperatorLineDiv\"+index]=document.createElement(\"div\");this.manipulationDOM[\"seperatorLineDiv\"+index].className=\"vis-separator-line\";this.manipulationDiv.appendChild(this.manipulationDOM[\"seperatorLineDiv\"+index])}},{key:\"_createAddNodeButton\",value:function _createAddNodeButton(locale){var button=this._createButton(\"addNode\",\"vis-button vis-add\",locale[\"addNode\"]||this.options.locales[\"en\"][\"addNode\"]);this.manipulationDiv.appendChild(button);this._bindHammerToDiv(button,this.addNodeMode.bind(this))}},{key:\"_createAddEdgeButton\",value:function _createAddEdgeButton(locale){var button=this._createButton(\"addEdge\",\"vis-button vis-connect\",locale[\"addEdge\"]||this.options.locales[\"en\"][\"addEdge\"]);this.manipulationDiv.appendChild(button);this._bindHammerToDiv(button,this.addEdgeMode.bind(this))}},{key:\"_createEditNodeButton\",value:function _createEditNodeButton(locale){var button=this._createButton(\"editNode\",\"vis-button vis-edit\",locale[\"editNode\"]||this.options.locales[\"en\"][\"editNode\"]);this.manipulationDiv.appendChild(button);this._bindHammerToDiv(button,this.editNode.bind(this))}},{key:\"_createEditEdgeButton\",value:function _createEditEdgeButton(locale){var button=this._createButton(\"editEdge\",\"vis-button vis-edit\",locale[\"editEdge\"]||this.options.locales[\"en\"][\"editEdge\"]);this.manipulationDiv.appendChild(button);this._bindHammerToDiv(button,this.editEdgeMode.bind(this))}},{key:\"_createDeleteButton\",value:function _createDeleteButton(locale){var deleteBtnClass;if(this.options.rtl){deleteBtnClass=\"vis-button vis-delete-rtl\"}else{deleteBtnClass=\"vis-button vis-delete\"}var button=this._createButton(\"delete\",deleteBtnClass,locale[\"del\"]||this.options.locales[\"en\"][\"del\"]);this.manipulationDiv.appendChild(button);this._bindHammerToDiv(button,this.deleteSelected.bind(this))}},{key:\"_createBackButton\",value:function _createBackButton(locale){\nvar button=this._createButton(\"back\",\"vis-button vis-back\",locale[\"back\"]||this.options.locales[\"en\"][\"back\"]);this.manipulationDiv.appendChild(button);this._bindHammerToDiv(button,this.showManipulatorToolbar.bind(this))}},{key:\"_createButton\",value:function _createButton(id,className,label){var labelClassName=arguments.length>3&&arguments[3]!==undefined?arguments[3]:\"vis-label\";this.manipulationDOM[id+\"Div\"]=document.createElement(\"div\");this.manipulationDOM[id+\"Div\"].className=className;this.manipulationDOM[id+\"Label\"]=document.createElement(\"div\");this.manipulationDOM[id+\"Label\"].className=labelClassName;this.manipulationDOM[id+\"Label\"].innerHTML=label;this.manipulationDOM[id+\"Div\"].appendChild(this.manipulationDOM[id+\"Label\"]);return this.manipulationDOM[id+\"Div\"]}},{key:\"_createDescription\",value:function _createDescription(label){this.manipulationDiv.appendChild(this._createButton(\"description\",\"vis-button vis-none\",label))}},{key:\"_temporaryBindEvent\",value:function _temporaryBindEvent(event,newFunction){this.temporaryEventFunctions.push({event:event,boundFunction:newFunction});this.body.emitter.on(event,newFunction)}},{key:\"_temporaryBindUI\",value:function _temporaryBindUI(UIfunctionName,newFunction){if(this.body.eventListeners[UIfunctionName]!==undefined){this.temporaryUIFunctions[UIfunctionName]=this.body.eventListeners[UIfunctionName];this.body.eventListeners[UIfunctionName]=newFunction}else{throw new Error(\"This UI function does not exist. Typo? You tried: \"+UIfunctionName+\" possible are: \"+(0,_stringify2[\"default\"])((0,_keys2[\"default\"])(this.body.eventListeners)))}}},{key:\"_unbindTemporaryUIs\",value:function _unbindTemporaryUIs(){for(var functionName in this.temporaryUIFunctions){if(this.temporaryUIFunctions.hasOwnProperty(functionName)){this.body.eventListeners[functionName]=this.temporaryUIFunctions[functionName];delete this.temporaryUIFunctions[functionName]}}this.temporaryUIFunctions={}}},{key:\"_unbindTemporaryEvents\",value:function _unbindTemporaryEvents(){for(var i=0;i<this.temporaryEventFunctions.length;i++){var eventName=this.temporaryEventFunctions[i].event;var boundFunction=this.temporaryEventFunctions[i].boundFunction;this.body.emitter.off(eventName,boundFunction)}this.temporaryEventFunctions=[]}},{key:\"_bindHammerToDiv\",value:function _bindHammerToDiv(domElement,boundFunction){var hammer=new Hammer(domElement,{});hammerUtil.onTouch(hammer,boundFunction);this.manipulationHammers.push(hammer)}},{key:\"_cleanupTemporaryNodesAndEdges\",value:function _cleanupTemporaryNodesAndEdges(){for(var i=0;i<this.temporaryIds.edges.length;i++){this.body.edges[this.temporaryIds.edges[i]].disconnect();delete this.body.edges[this.temporaryIds.edges[i]];var indexTempEdge=this.body.edgeIndices.indexOf(this.temporaryIds.edges[i]);if(indexTempEdge!==-1){this.body.edgeIndices.splice(indexTempEdge,1)}}for(var _i=0;_i<this.temporaryIds.nodes.length;_i++){delete this.body.nodes[this.temporaryIds.nodes[_i]];var indexTempNode=this.body.nodeIndices.indexOf(this.temporaryIds.nodes[_i]);if(indexTempNode!==-1){this.body.nodeIndices.splice(indexTempNode,1)}}this.temporaryIds={nodes:[],edges:[]}}},{key:\"_controlNodeTouch\",value:function _controlNodeTouch(event){this.selectionHandler.unselectAll();this.lastTouch=this.body.functions.getPointer(event.center);this.lastTouch.translation=util.extend({},this.body.view.translation)}},{key:\"_controlNodeDragStart\",value:function _controlNodeDragStart(event){var pointer=this.lastTouch;var pointerObj=this.selectionHandler._pointerToPositionObject(pointer);var from=this.body.nodes[this.temporaryIds.nodes[0]];var to=this.body.nodes[this.temporaryIds.nodes[1]];var edge=this.body.edges[this.edgeBeingEditedId];this.selectedControlNode=undefined;var fromSelect=from.isOverlappingWith(pointerObj);var toSelect=to.isOverlappingWith(pointerObj);if(fromSelect===true){this.selectedControlNode=from;edge.edgeType.from=from}else if(toSelect===true){this.selectedControlNode=to;edge.edgeType.to=to}if(this.selectedControlNode!==undefined){this.selectionHandler.selectObject(this.selectedControlNode)}this.body.emitter.emit(\"_redraw\")}},{key:\"_controlNodeDrag\",value:function _controlNodeDrag(event){this.body.emitter.emit(\"disablePhysics\");var pointer=this.body.functions.getPointer(event.center);var pos=this.canvas.DOMtoCanvas(pointer);if(this.selectedControlNode!==undefined){this.selectedControlNode.x=pos.x;this.selectedControlNode.y=pos.y}else{var diffX=pointer.x-this.lastTouch.x;var diffY=pointer.y-this.lastTouch.y;this.body.view.translation={x:this.lastTouch.translation.x+diffX,y:this.lastTouch.translation.y+diffY}}this.body.emitter.emit(\"_redraw\")}},{key:\"_controlNodeDragEnd\",value:function _controlNodeDragEnd(event){var pointer=this.body.functions.getPointer(event.center);var pointerObj=this.selectionHandler._pointerToPositionObject(pointer);var edge=this.body.edges[this.edgeBeingEditedId];if(this.selectedControlNode===undefined){return}this.selectionHandler.unselectAll();var overlappingNodeIds=this.selectionHandler._getAllNodesOverlappingWith(pointerObj);var node=undefined;for(var i=overlappingNodeIds.length-1;i>=0;i--){if(overlappingNodeIds[i]!==this.selectedControlNode.id){node=this.body.nodes[overlappingNodeIds[i]];break}}if(node!==undefined&&this.selectedControlNode!==undefined){if(node.isCluster===true){alert(this.options.locales[this.options.locale][\"createEdgeError\"]||this.options.locales[\"en\"][\"createEdgeError\"])}else{var from=this.body.nodes[this.temporaryIds.nodes[0]];if(this.selectedControlNode.id===from.id){this._performEditEdge(node.id,edge.to.id)}else{this._performEditEdge(edge.from.id,node.id)}}}else{edge.updateEdgeType();this.body.emitter.emit(\"restorePhysics\")}this.body.emitter.emit(\"_redraw\")}},{key:\"_handleConnect\",value:function _handleConnect(event){if((new Date).valueOf()-this.touchTime>100){this.lastTouch=this.body.functions.getPointer(event.center);this.lastTouch.translation=util.extend({},this.body.view.translation);var pointer=this.lastTouch;var node=this.selectionHandler.getNodeAt(pointer);if(node!==undefined){if(node.isCluster===true){alert(this.options.locales[this.options.locale][\"createEdgeError\"]||this.options.locales[\"en\"][\"createEdgeError\"])}else{var targetNode=this._getNewTargetNode(node.x,node.y);this.body.nodes[targetNode.id]=targetNode;this.body.nodeIndices.push(targetNode.id);var connectionEdge=this.body.functions.createEdge({id:\"connectionEdge\"+util.randomUUID(),from:node.id,to:targetNode.id,physics:false,smooth:{enabled:true,type:\"continuous\",roundness:.5}});this.body.edges[connectionEdge.id]=connectionEdge;this.body.edgeIndices.push(connectionEdge.id);this.temporaryIds.nodes.push(targetNode.id);this.temporaryIds.edges.push(connectionEdge.id)}}this.touchTime=(new Date).valueOf()}}},{key:\"_dragControlNode\",value:function _dragControlNode(event){var pointer=this.body.functions.getPointer(event.center);if(this.temporaryIds.nodes[0]!==undefined){var targetNode=this.body.nodes[this.temporaryIds.nodes[0]];targetNode.x=this.canvas._XconvertDOMtoCanvas(pointer.x);targetNode.y=this.canvas._YconvertDOMtoCanvas(pointer.y);this.body.emitter.emit(\"_redraw\")}else{var diffX=pointer.x-this.lastTouch.x;var diffY=pointer.y-this.lastTouch.y;this.body.view.translation={x:this.lastTouch.translation.x+diffX,y:this.lastTouch.translation.y+diffY}}}},{key:\"_finishConnect\",value:function _finishConnect(event){var pointer=this.body.functions.getPointer(event.center);var pointerObj=this.selectionHandler._pointerToPositionObject(pointer);var connectFromId=undefined;if(this.temporaryIds.edges[0]!==undefined){connectFromId=this.body.edges[this.temporaryIds.edges[0]].fromId}var overlappingNodeIds=this.selectionHandler._getAllNodesOverlappingWith(pointerObj);var node=undefined;for(var i=overlappingNodeIds.length-1;i>=0;i--){if(this.temporaryIds.nodes.indexOf(overlappingNodeIds[i])===-1){node=this.body.nodes[overlappingNodeIds[i]];break}}this._cleanupTemporaryNodesAndEdges();if(node!==undefined){if(node.isCluster===true){alert(this.options.locales[this.options.locale][\"createEdgeError\"]||this.options.locales[\"en\"][\"createEdgeError\"])}else{if(this.body.nodes[connectFromId]!==undefined&&this.body.nodes[node.id]!==undefined){this._performAddEdge(connectFromId,node.id)}}}this.body.emitter.emit(\"_redraw\")}},{key:\"_dragStartEdge\",value:function _dragStartEdge(event){var pointer=this.lastTouch;this.selectionHandler._generateClickEvent(\"dragStart\",event,pointer,undefined,true)}},{key:\"_performAddNode\",value:function _performAddNode(clickData){var _this4=this;var defaultData={id:util.randomUUID(),x:clickData.pointer.canvas.x,y:clickData.pointer.canvas.y,label:\"new\"};if(typeof this.options.addNode===\"function\"){if(this.options.addNode.length===2){this.options.addNode(defaultData,function(finalizedData){if(finalizedData!==null&&finalizedData!==undefined&&_this4.inMode===\"addNode\"){_this4.body.data.nodes.getDataSet().add(finalizedData);_this4.showManipulatorToolbar()}})}else{this.showManipulatorToolbar();throw new Error(\"The function for add does not support two arguments (data,callback)\")}}else{this.body.data.nodes.getDataSet().add(defaultData);this.showManipulatorToolbar()}}},{key:\"_performAddEdge\",value:function _performAddEdge(sourceNodeId,targetNodeId){var _this5=this;var defaultData={from:sourceNodeId,to:targetNodeId};if(typeof this.options.addEdge===\"function\"){if(this.options.addEdge.length===2){this.options.addEdge(defaultData,function(finalizedData){if(finalizedData!==null&&finalizedData!==undefined&&_this5.inMode===\"addEdge\"){_this5.body.data.edges.getDataSet().add(finalizedData);_this5.selectionHandler.unselectAll();_this5.showManipulatorToolbar()}})}else{throw new Error(\"The function for connect does not support two arguments (data,callback)\")}}else{this.body.data.edges.getDataSet().add(defaultData);this.selectionHandler.unselectAll();this.showManipulatorToolbar()}}},{key:\"_performEditEdge\",value:function _performEditEdge(sourceNodeId,targetNodeId){var _this6=this;var defaultData={id:this.edgeBeingEditedId,from:sourceNodeId,to:targetNodeId,label:this.body.data.edges._data[this.edgeBeingEditedId].label};var eeFunct=this.options.editEdge;if((typeof eeFunct===\"undefined\"?\"undefined\":(0,_typeof3[\"default\"])(eeFunct))===\"object\"){eeFunct=eeFunct.editWithoutDrag}if(typeof eeFunct===\"function\"){if(eeFunct.length===2){eeFunct(defaultData,function(finalizedData){if(finalizedData===null||finalizedData===undefined||_this6.inMode!==\"editEdge\"){_this6.body.edges[defaultData.id].updateEdgeType();_this6.body.emitter.emit(\"_redraw\");_this6.showManipulatorToolbar()}else{_this6.body.data.edges.getDataSet().update(finalizedData);_this6.selectionHandler.unselectAll();_this6.showManipulatorToolbar()}})}else{throw new Error(\"The function for edit does not support two arguments (data, callback)\")}}else{this.body.data.edges.getDataSet().update(defaultData);this.selectionHandler.unselectAll();this.showManipulatorToolbar()}}}]);return ManipulationSystem}();exports[\"default\"]=ManipulationSystem},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _slicedToArray2=__webpack_require__(30);var _slicedToArray3=_interopRequireDefault(_slicedToArray2);var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);var _FloydWarshall=__webpack_require__(239);var _FloydWarshall2=_interopRequireDefault(_FloydWarshall);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var KamadaKawai=function(){function KamadaKawai(body,edgeLength,edgeStrength){(0,_classCallCheck3[\"default\"])(this,KamadaKawai);this.body=body;this.springLength=edgeLength;this.springConstant=edgeStrength;this.distanceSolver=new _FloydWarshall2[\"default\"]}(0,_createClass3[\"default\"])(KamadaKawai,[{key:\"setOptions\",value:function setOptions(options){if(options){if(options.springLength){this.springLength=options.springLength}if(options.springConstant){this.springConstant=options.springConstant}}}},{key:\"solve\",value:function solve(nodesArray,edgesArray){var ignoreClusters=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var D_matrix=this.distanceSolver.getDistances(this.body,nodesArray,edgesArray);this._createL_matrix(D_matrix);this._createK_matrix(D_matrix);this._createE_matrix();var threshold=.01;var innerThreshold=1;var iterations=0;var maxIterations=Math.max(1e3,Math.min(10*this.body.nodeIndices.length,6e3));var maxInnerIterations=5;var maxEnergy=1e9;var highE_nodeId=0,dE_dx=0,dE_dy=0,delta_m=0,subIterations=0;while(maxEnergy>threshold&&iterations<maxIterations){iterations+=1;var _getHighestEnergyNode2=this._getHighestEnergyNode(ignoreClusters);var _getHighestEnergyNode3=(0,_slicedToArray3[\"default\"])(_getHighestEnergyNode2,4);highE_nodeId=_getHighestEnergyNode3[0];maxEnergy=_getHighestEnergyNode3[1];dE_dx=_getHighestEnergyNode3[2];dE_dy=_getHighestEnergyNode3[3];delta_m=maxEnergy;subIterations=0;while(delta_m>innerThreshold&&subIterations<maxInnerIterations){subIterations+=1;this._moveNode(highE_nodeId,dE_dx,dE_dy);var _getEnergy2=this._getEnergy(highE_nodeId);var _getEnergy3=(0,_slicedToArray3[\"default\"])(_getEnergy2,3);delta_m=_getEnergy3[0];dE_dx=_getEnergy3[1];dE_dy=_getEnergy3[2]}}}},{key:\"_getHighestEnergyNode\",value:function _getHighestEnergyNode(ignoreClusters){var nodesArray=this.body.nodeIndices;var nodes=this.body.nodes;var maxEnergy=0;var maxEnergyNodeId=nodesArray[0];var dE_dx_max=0,dE_dy_max=0;for(var nodeIdx=0;nodeIdx<nodesArray.length;nodeIdx++){var m=nodesArray[nodeIdx];if(nodes[m].predefinedPosition===false||nodes[m].isCluster===true&&ignoreClusters===true||nodes[m].options.fixed.x===true||nodes[m].options.fixed.y===true){var _getEnergy4=this._getEnergy(m),_getEnergy5=(0,_slicedToArray3[\"default\"])(_getEnergy4,3),delta_m=_getEnergy5[0],dE_dx=_getEnergy5[1],dE_dy=_getEnergy5[2];if(maxEnergy<delta_m){maxEnergy=delta_m;maxEnergyNodeId=m;dE_dx_max=dE_dx;dE_dy_max=dE_dy}}}return[maxEnergyNodeId,maxEnergy,dE_dx_max,dE_dy_max]}},{key:\"_getEnergy\",value:function _getEnergy(m){var _E_sums$m=(0,_slicedToArray3[\"default\"])(this.E_sums[m],2),dE_dx=_E_sums$m[0],dE_dy=_E_sums$m[1];var delta_m=Math.sqrt(Math.pow(dE_dx,2)+Math.pow(dE_dy,2));return[delta_m,dE_dx,dE_dy]}},{key:\"_moveNode\",value:function _moveNode(m,dE_dx,dE_dy){var nodesArray=this.body.nodeIndices;var nodes=this.body.nodes;var d2E_dx2=0;var d2E_dxdy=0;var d2E_dy2=0;var x_m=nodes[m].x;var y_m=nodes[m].y;var km=this.K_matrix[m];var lm=this.L_matrix[m];for(var iIdx=0;iIdx<nodesArray.length;iIdx++){var i=nodesArray[iIdx];if(i!==m){var x_i=nodes[i].x;var y_i=nodes[i].y;var kmat=km[i];var lmat=lm[i];var denominator=1/Math.pow(Math.pow(x_m-x_i,2)+Math.pow(y_m-y_i,2),1.5);d2E_dx2+=kmat*(1-lmat*Math.pow(y_m-y_i,2)*denominator);d2E_dxdy+=kmat*(lmat*(x_m-x_i)*(y_m-y_i)*denominator);d2E_dy2+=kmat*(1-lmat*Math.pow(x_m-x_i,2)*denominator)}}var A=d2E_dx2,B=d2E_dxdy,C=dE_dx,D=d2E_dy2,E=dE_dy;var dy=(C/A+E/B)/(B/A-D/B);var dx=-(B*dy+C)/A;nodes[m].x+=dx;nodes[m].y+=dy;this._updateE_matrix(m)}},{key:\"_createL_matrix\",value:function _createL_matrix(D_matrix){var nodesArray=this.body.nodeIndices;var edgeLength=this.springLength;this.L_matrix=[];for(var i=0;i<nodesArray.length;i++){this.L_matrix[nodesArray[i]]={};for(var j=0;j<nodesArray.length;j++){this.L_matrix[nodesArray[i]][nodesArray[j]]=edgeLength*D_matrix[nodesArray[i]][nodesArray[j]]}}}},{key:\"_createK_matrix\",value:function _createK_matrix(D_matrix){var nodesArray=this.body.nodeIndices;var edgeStrength=this.springConstant;this.K_matrix=[];for(var i=0;i<nodesArray.length;i++){this.K_matrix[nodesArray[i]]={};for(var j=0;j<nodesArray.length;j++){this.K_matrix[nodesArray[i]][nodesArray[j]]=edgeStrength*Math.pow(D_matrix[nodesArray[i]][nodesArray[j]],-2)}}}},{key:\"_createE_matrix\",value:function _createE_matrix(){var nodesArray=this.body.nodeIndices;var nodes=this.body.nodes;this.E_matrix={};this.E_sums={};for(var mIdx=0;mIdx<nodesArray.length;mIdx++){this.E_matrix[nodesArray[mIdx]]=[]}for(var _mIdx=0;_mIdx<nodesArray.length;_mIdx++){var m=nodesArray[_mIdx];var x_m=nodes[m].x;var y_m=nodes[m].y;var dE_dx=0;var dE_dy=0;for(var iIdx=_mIdx;iIdx<nodesArray.length;iIdx++){var i=nodesArray[iIdx];if(i!==m){var x_i=nodes[i].x;var y_i=nodes[i].y;var denominator=1/Math.sqrt(Math.pow(x_m-x_i,2)+Math.pow(y_m-y_i,2));this.E_matrix[m][iIdx]=[this.K_matrix[m][i]*(x_m-x_i-this.L_matrix[m][i]*(x_m-x_i)*denominator),this.K_matrix[m][i]*(y_m-y_i-this.L_matrix[m][i]*(y_m-y_i)*denominator)];this.E_matrix[i][_mIdx]=this.E_matrix[m][iIdx];dE_dx+=this.E_matrix[m][iIdx][0];dE_dy+=this.E_matrix[m][iIdx][1]}}this.E_sums[m]=[dE_dx,dE_dy]}}},{key:\"_updateE_matrix\",value:function _updateE_matrix(m){var nodesArray=this.body.nodeIndices;var nodes=this.body.nodes;var colm=this.E_matrix[m];var kcolm=this.K_matrix[m];var lcolm=this.L_matrix[m];var x_m=nodes[m].x;var y_m=nodes[m].y;var dE_dx=0;var dE_dy=0;for(var iIdx=0;iIdx<nodesArray.length;iIdx++){var i=nodesArray[iIdx];if(i!==m){var cell=colm[iIdx];var oldDx=cell[0];var oldDy=cell[1];var x_i=nodes[i].x;var y_i=nodes[i].y;var denominator=1/Math.sqrt(Math.pow(x_m-x_i,2)+Math.pow(y_m-y_i,2));var dx=kcolm[i]*(x_m-x_i-lcolm[i]*(x_m-x_i)*denominator);var dy=kcolm[i]*(y_m-y_i-lcolm[i]*(y_m-y_i)*denominator);colm[iIdx]=[dx,dy];dE_dx+=dx;dE_dy+=dy;var sum=this.E_sums[i];sum[0]+=dx-oldDx;sum[1]+=dy-oldDy}}this.E_sums[m]=[dE_dx,dE_dy]}}]);return KamadaKawai}();exports[\"default\"]=KamadaKawai},function(module,exports,__webpack_require__){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});var _classCallCheck2=__webpack_require__(0);var _classCallCheck3=_interopRequireDefault(_classCallCheck2);var _createClass2=__webpack_require__(1);var _createClass3=_interopRequireDefault(_createClass2);function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}var FloydWarshall=function(){function FloydWarshall(){(0,_classCallCheck3[\"default\"])(this,FloydWarshall)}(0,_createClass3[\"default\"])(FloydWarshall,[{key:\"getDistances\",value:function getDistances(body,nodesArray,edgesArray){var D_matrix={};var edges=body.edges;for(var i=0;i<nodesArray.length;i++){var node=nodesArray[i];var cell={};D_matrix[node]=cell;for(var j=0;j<nodesArray.length;j++){cell[nodesArray[j]]=i==j?0:1e9}}for(var _i=0;_i<edgesArray.length;_i++){var edge=edges[edgesArray[_i]];if(edge.connected===true&&D_matrix[edge.fromId]!==undefined&&D_matrix[edge.toId]!==undefined){D_matrix[edge.fromId][edge.toId]=1;D_matrix[edge.toId][edge.fromId]=1}}var nodeCount=nodesArray.length;for(var k=0;k<nodeCount;k++){var knode=nodesArray[k];var kcolm=D_matrix[knode];for(var _i2=0;_i2<nodeCount-1;_i2++){var inode=nodesArray[_i2];var icolm=D_matrix[inode];for(var _j=_i2+1;_j<nodeCount;_j++){var jnode=nodesArray[_j];var jcolm=D_matrix[jnode];var val=Math.min(icolm[jnode],icolm[knode]+kcolm[jnode]);icolm[jnode]=val;jcolm[inode]=val}}}return D_matrix}}]);return FloydWarshall}();exports[\"default\"]=FloydWarshall}])});\n",
            "type": "application/javascript",
            "module-type": "library"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/flibbles/relink/js/fieldtypes/markdown.js": {
            "title": "$:/plugins/flibbles/relink/js/fieldtypes/markdown.js",
            "text": "/*\\\nmodule-type: relinkfieldtype\ntitle: $:/plugins/flibbles/relink/js/fieldtypes/markdown.js\ntype: application/javascript\n\nThis relinks tiddlers which contain markdown. It tries to be agnostic to\nwhichever markdown plugin you're using.\n\n\\*/\n\nvar EntryNode = require('$:/plugins/flibbles/relink/js/utils/entry');\nvar Rebuilder = require(\"$:/plugins/flibbles/relink/js/utils/rebuilder.js\");\nvar utils = require(\"$:/plugins/flibbles/relink/js/utils/markdown.js\");\nvar WikiParser = require(\"$:/core/modules/parsers/wikiparser/wikiparser.js\")['text/vnd.tiddlywiki'];\n\nvar MarkdownEntry = EntryNode.newType(\"markdown\");\n\nfunction MarkdownRelinker(text, fromTitle, toTitle, options) {\n\tthis.wiki = options.wiki;\n\tthis.entry = new MarkdownEntry();\n\tthis.builder = new Rebuilder(text);\n\tthis.fromTitle = fromTitle;\n\tthis.toTitle = toTitle;\n\tthis.options = options;\n\tif(!this.mdInlineRuleClasses) {\n\t\tMarkdownRelinker.prototype.mdInlineRuleClasses = $tw.modules.createClassesFromModules(\"relinkmarkdownrule\",\"inline\",$tw.MarkdownRuleBase);\n\t}\n\tif(!this.mdBlockRuleClasses) {\n\t\tMarkdownRelinker.prototype.mdBlockRuleClasses = $tw.modules.createClassesFromModules(\"relinkmarkdownrule\",\"block\",$tw.MarkdownRuleBase);\n\t}\n\tthis.source = text || \"\";\n\tthis.sourceLength = this.source.length;\n\t// Set current parse position\n\tthis.pos = 0;\n\t// Instantiate the parser block and inline rules\n\tthis.blockRules = this.instantiateRules(this.mdBlockRuleClasses,\"block\",0);\n\tthis.inlineRules = this.instantiateRules(this.mdInlineRuleClasses,\"inline\",0);\n\t// instantiateRules first with indent==undefined so we can match regardless\n\t// of tabdepth. Now we need to be strict about it.\n\tthis.indent = 0;\n\tthis.parseBlocks();\n};\n\nMarkdownRelinker.prototype = Object.create(WikiParser.prototype);\n\nmodule.exports\n\nMarkdownRelinker.prototype.parseBlock = function(terminatorRegExpString) {\n\tvar terminatorRegExp = /([^\\S\\n]*\\r?\\n)/mg;\n\tthis.skipEmptyLines();\n\tif(this.pos >= this.sourceLength) {\n\t\treturn [];\n\t}\n\t// Look for a block rule that applies at the current position\n\tvar nextMatch = this.findNextMatch(this.blockRules, this.pos);\n\tif(nextMatch && nextMatch.matchIndex === this.pos) {\n\t\treturn this.relinkRule(nextMatch);\n\t}\n\treturn this.parseInlineRun(terminatorRegExp);\n};\n\nMarkdownRelinker.prototype.relinkRule = function(ruleInfo) {\n\tvar newEntry = ruleInfo.rule.relink(this.source, this.fromTitle, this.toTitle, this.options);\n\tif (newEntry !== undefined) {\n\t\tthis.entry.add(newEntry);\n\t\tif (newEntry.output) {\n\t\t\tthis.builder.add(newEntry.output, ruleInfo.matchIndex, this.pos);\n\t\t}\n\t}\n};\n\nMarkdownRelinker.prototype.parseInlineRunTerminated = function(terminatorRegExp,options) {\n\toptions = options || {};\n\tvar tree = [];\n\t// Find the next occurrence of the terminator\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar terminatorMatch = terminatorRegExp.exec(this.source);\n\t// Find the next occurrence of a inlinerule\n\tvar inlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && (terminatorMatch || inlineRuleMatch)) {\n\t\t// Return if we've found the terminator, and it precedes any inline rule match\n\t\tif(terminatorMatch) {\n\t\t\tif(!inlineRuleMatch || inlineRuleMatch.matchIndex >= terminatorMatch.index) {\n\t\t\t\tthis.relinkWikitext(this.pos, terminatorMatch.index);\n\t\t\t\t//if(options.eatTerminator) {\n\t\t\t\t\tthis.pos += terminatorMatch[0].length;\n\t\t\t\t//}\n\t\t\t\treturn tree;\n\t\t\t}\n\t\t}\n\t\t// Process any inline rule, along with the text preceding it\n\t\tif(inlineRuleMatch) {\n\t\t\t// Preceding text\n\t\t\tthis.relinkWikitext(this.pos, inlineRuleMatch.matchIndex);\n\t\t\tthis.relinkRule(inlineRuleMatch);\n\t\t\t// Look for the next inline rule\n\t\t\tinlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t\t\t// Look for the next terminator match\n\t\t\tterminatorRegExp.lastIndex = this.pos;\n\t\t\tterminatorMatch = terminatorRegExp.exec(this.source);\n\t\t}\n\t}\n\t// Process the remaining text\n\tthis.relinkWikitext(this.pos, this.sourceLength);\n\treturn tree;\n};\n\nMarkdownRelinker.prototype.skipEmptyLines = function() {\n\tvar emptyRegExp = /(?:[^\\S\\n]*\\n)+/mg;\n\temptyRegExp.lastIndex = this.pos;\n\tvar emptyMatch = emptyRegExp.exec(this.source);\n\tif(emptyMatch && emptyMatch.index === this.pos) {\n\t\tthis.pos = emptyRegExp.lastIndex;\n\t}\n};\n\nMarkdownRelinker.prototype.relinkWikitext = function(startPos, end) {\n\tif (startPos < end) {\n\t\tvar config = utils.getSettings(this.wiki);\n\t\tif (config.wikitext) {\n\t\t\tvar substr = this.source.substring(this.pos, end);\n\n\t\t\tvar pragma = config.wikitextPragma;\n\t\t\tvar wikitextHandler = this.options.settings.getType('wikitext');\n\t\t\tvar wikiEntry = wikitextHandler.relink(pragma + substr, this.fromTitle, this.toTitle, this.options);\n\t\t\tif (wikiEntry != undefined) {\n\t\t\t\tthis.entry.add(wikiEntry);\n\t\t\t\tif (wikiEntry.output) {\n\t\t\t\t\tthis.builder.add(wikiEntry.output.slice(pragma.length), startPos, end);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tthis.pos = end;\n}\n\nexports.name = \"markdown\";\n\nexports.relink = function(markdowntext, fromTitle, toTitle, options) {\n\tvar relinker = new MarkdownRelinker(markdowntext, fromTitle, toTitle, options);\n\tvar entry = relinker.entry;\n\tif (entry.children.length > 0) {\n\t\tentry.output = relinker.builder.results();\n\t\treturn entry;\n\t}\n\treturn undefined;\n};\n",
            "module-type": "relinkfieldtype",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/codeblock.js": {
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/codeblock.js",
            "text": "/*\\\nmodule-type: relinkmarkdownrule\ntitle: $:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/codeblock.js\ntype: application/javascript\n\n```javascript\ncode\n```\n\n\\*/\n\nvar utils = require(\"$:/plugins/flibbles/relink/js/utils/markdown\");\n\nexports.name = \"codeblock\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /(```+)[^\\n`]*(?:\\n|$)/mg;\n\tthis.maxIndent = 3;\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar endRegExp = new RegExp(\"^ {0,3}\" + this.match[1] + \"+[^\\\\S\\\\n]*\\\\n\", \"mg\");\n\tendRegExp.lastIndex = this.matchRegExp.lastIndex;\n\tvar endMatch = endRegExp.exec(this.parser.source);\n\tif (endMatch) {\n\t\tthis.parser.pos = endRegExp.lastIndex;\n\t} else {\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\treturn undefined;\n};\n",
            "module-type": "relinkmarkdownrule",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/codeinline.js": {
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/codeinline.js",
            "text": "/*\\\nmodule-type: relinkmarkdownrule\ntitle: $:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/codeinline.js\ntype: application/javascript\n\nHandles markdown `code` and ``code``.\n\n\\*/\n\nvar utils = require(\"$:/plugins/flibbles/relink/js/utils/markdown\");\n\nexports.name = \"codeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\tvar match, matchRegExp = /`+/mg;\n\tmatchRegExp.lastIndex = startPos;\n\twhile (match = matchRegExp.exec(this.parser.source)) {\n\t\tvar next = this.parser.source.indexOf(match[0], matchRegExp.lastIndex);\n\t\t// make sure we find the corresponding ticks\n\t\tif (next >= 0) {\n\t\t\t// Make sure it's the right length\n\t\t\tvar end = next + match[0].length;\n\t\t\tif (match[0].length < 3 || !isLineStart(this.parser.source, next)) {\n\t\t\t\tif (this.parser.source.charAt(end) !== '`') {\n\t\t\t\t\t// make sure there aren't paragraph breaks between the points\n\t\t\t\t\tvar nextGraph = utils.indexOfParagraph(this.parser.source, matchRegExp.lastIndex);\n\t\t\t\t\tif (nextGraph < 0 || nextGraph > next) {\n\t\t\t\t\t\tthis.end = end;\n\t\t\t\t\t\treturn match.index;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn undefined;\n};\n\nfunction isLineStart(text, pos) {\n\t// if 3 or less spaces precede it, it's a line start.\n\tvar p = text.lastIndexOf('\\n', pos);\n\tif (pos - p > 3) {\n\t\treturn false;\n\t}\n\twhile (++p < pos) {\n\t\tif (text.charAt(p) !== ' ') {\n\t\t\treturn false;\n\t\t}\n\t}\n\treturn true;\n};\n\nexports.relink = function() {\n\tthis.parser.pos = this.end;\n\treturn undefined;\n};\n",
            "module-type": "relinkmarkdownrule",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/footnote.js": {
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/footnote.js",
            "text": "/*\\\nmodule-type: relinkmarkdownrule\ntitle: $:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/footnote.js\ntype: application/javascript\n\nHandles markdown footnotes\n\n[1]: #link\n\n\\*/\n\nvar utils = require(\"$:/plugins/flibbles/relink/js/utils/markdown\");\n\nfunction FootnoteEntry() {};\nFootnoteEntry.prototype.name = \"markdownfootnote\";\nFootnoteEntry.prototype.report = function() {\n\treturn [\"[\" + utils.abridge(this.caption) + \"]:\"];\n};\n\nexports.name = \"markdownfootnote\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /\\[((?:[^\\\\\\]]|\\\\.)*)\\]:(\\s*)(#?)(\\S+)([^\\S\\n]*(?:\\n|$))/mg;\n\tthis.maxIndent = 3;\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar m = this.match,\n\t\tlink = m[4],\n\t\tentry;\n\tthis.parser.pos = m.index + m[0].length;\n\tif (m[1].charAt(0) !== \"^\"\n\t && (m[3] === \"#\" || options.wiki.isImageTiddler(toTitle))\n\t && decodeURIComponent(link) === fromTitle) {\n\t\tentry = new FootnoteEntry();\n\t\tentry.caption = m[1];\n\t\tentry.output = this.indentString + \"[\" + m[1] + \"]:\" + m[2] + m[3] + utils.encodeLink(toTitle) + m[5];\n\t}\n\treturn entry;\n};\n",
            "module-type": "relinkmarkdownrule",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/link.js": {
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/link.js",
            "text": "/*\\\nmodule-type: relinkmarkdownrule\ntitle: $:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/link.js\ntype: application/javascript\n\nHandles markdown links\n\n[caption](#link)\n\n\\*/\n\nvar utils = require(\"$:/plugins/flibbles/relink/js/utils/markdown\");\nvar settings = require(\"$:/plugins/flibbles/relink/js/settings\");\nvar markdown = settings.getType('markdown');\n\nfunction LinkEntry() {};\nLinkEntry.prototype.name = \"markdownlink\";\nLinkEntry.prototype.report = function() {\n\tvar output = [];\n\tvar hash = '#';\n\tif (this.prefix) {\n\t\thash = '';\n\t}\n\tif (this.captionEntry) {\n\t\tvar self = this;\n\t\t$tw.utils.each(this.captionEntry.report(), function(report) {\n\t\t\toutput.push(self.prefix+\"[\" + (report || '') + \"](\" + hash + self.link + \")\");\n\t\t});\n\t};\n\tif (this.linkChanged) {\n\t\tvar safeCaption = utils.abridge(this.caption);\n\t\toutput.push(this.prefix+\"[\" + safeCaption + \"](\" + hash + \")\");\n\t}\n\treturn output;\n};\n\nLinkEntry.prototype.eachChild = function(method) {\n\tif (this.captionEntry) {\n\t\tmethod(this.captionEntry);\n\t}\n};\n\nexports.name = \"markdownlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.endMatch = this.matchLink(this.parser.source, startPos);\n\treturn this.endMatch ? this.endMatch.index : undefined;\n};\n\nexports.survey = function(text) {\n\treturn this.matchLink(text, 0);\n};\n\n/**A zero side-effect method which returns a regexp which pretended to match\n * the whole link, caption and all. I do this instead of just using a\n * regexp to begin with, because markdown links require context-free grammar\n * matching.\n * Currently, it doesn't properly set match[0]. No need as of yet.\n * 1. \"!\"\n * 2. caption\n * 3. \"\\s*#?\"\n * 4. \"link\"\n * 5. \"\\s*'tooltip'\"\n */\nexports.matchLink = function(text, pos) {\n\tpos = pos-1;\n\tvar match = undefined;\n\tdo {\n\t\tpos = text.indexOf('[', pos+1);\n\t\tif (pos < 0) {\n\t\t\treturn undefined;\n\t\t}\n\t\tvar caption = this.getEnclosed(text, pos, '[', ']');\n\t\tif (caption === undefined) {\n\t\t\tcontinue;\n\t\t}\n\t\tvar linkStart = pos + caption.length+2;\n\t\tif (text.charAt(linkStart) !== '(') {\n\t\t\tcontinue;\n\t\t}\n\t\t// match[1] and match[2] are the \"!\" and \"caption\", filled in later.\n\t\tvar regExp = /\\(()()(\\s*#?)((?:[^\\s\\(\\)]|\\([^\\s\\(\\)]*\\))+)((?:\\s+(?:'(?:[^'\\\\]|\\\\.)*'|\"(?:[^\"\\\\]|\\\\.)*\"|\\([^)]*\\)))?\\s*)\\)/g;\n\t\tregExp.lastIndex = linkStart;\n\t\tmatch = regExp.exec(text);\n\t\tif (match && match.index === linkStart && utils.indexOfParagraph(match[0]) < 0) {\n\t\t\tmatch[2] = caption;\n\t\t\tif (text.charAt(pos-1) === \"!\") {\n\t\t\t\tmatch.index = pos-1;\n\t\t\t\tmatch[1] = \"!\";\n\t\t\t} else {\n\t\t\t\tmatch.index = pos;\n\t\t\t}\n\t\t} else {\n\t\t\tmatch = undefined;\n\t\t}\n\t} while (!match);\n\treturn match;\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar entry = new LinkEntry(),\n\t\tem = this.endMatch,\n\t\tmodified = false,\n\t\tcaption = em[2],\n\t\timage = (em[1] === '!'),\n\t\tlink = em[4];\n\tthis.parser.pos = em.index + em[1].length + caption.length + em[0].length + 2;\n\tif (!image) {\n\t\tvar newCaption = markdown.relink(caption, fromTitle, toTitle, options);\n\t\tif (newCaption) {\n\t\t\tmodified = true;\n\t\t\tentry.captionEntry = newCaption;\n\t\t\tif (newCaption.output) {\n\t\t\t\tif (this.canBeCaption(newCaption.output)) {\n\t\t\t\t\tcaption = newCaption.output;\n\t\t\t\t} else {\n\t\t\t\t\tnewCaption.impossible = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t// I don't know why internal images links don't use the '#', but links\n\t// do, but that's just how it is.\n\tif (image !== (em[3].lastIndexOf('#') >=0)) {\n\t\ttry {\n\t\t\tif (decodeURIComponent(link) === fromTitle) {\n\t\t\t\tmodified = true;\n\t\t\t\tentry.linkChanged = true;\n\t\t\t\tlink = utils.encodeLink(toTitle);\n\t\t\t}\n\t\t} catch (e) {\n\t\t\t// It must be a malformed link. Not our problem.\n\t\t\t// Keep going in case the caption needs relinking.\n\t\t}\n\t}\n\tif (modified) {\n\t\tentry.link = link;\n\t\tentry.caption = caption;\n\t\tentry.prefix = em[1];\n\t\t// This way preserves whitespace\n\t\tentry.output = em[1]+\"[\"+caption+\"](\"+em[3]+link+em[5]+\")\";\n\t\treturn entry;\n\t}\n\treturn undefined;\n};\n\nexports.canBeCaption = function(caption) {\n\treturn this.indexOfClose(caption+']', -1, '[', ']') === caption.length;\n};\n\nexports.getEnclosed = function(text, pos, openChar, closeChar) {\n\tvar capEnd = this.indexOfClose(text, pos, openChar, closeChar);\n\tif (capEnd < 0) {\n\t\treturn undefined;\n\t}\n\tvar enclosed = text.substring(pos+1, capEnd);\n\tif (enclosed.match(/\\n\\s*\\n/)) {\n\t\t// Paragraph breaks are not allowed\n\t\treturn undefined;\n\t}\n\treturn enclosed;\n};\n\nexports.indexOfClose = function(text, pos, openChar, closeChar) {\n\tvar close = pos-1,\n\t\topen = pos; // First char is open\n\tdo {\n\t\tclose = text.indexOf(closeChar, close+1);\n\t\tif (close < 0) {\n\t\t\treturn -1;\n\t\t}\n\t\topen = text.indexOf(openChar, open+1);\n\t} while (open >= 0 && open <= close);\n\treturn close;\n};\n",
            "module-type": "relinkmarkdownrule",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/markdownrulebase.js": {
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/markdownrulebase.js",
            "text": "/*\\\ntitle: $:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext/markdownrulebase.js\ntype: application/javascript\nmodule-type: global\n\nBase class for markdown parser rules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar utils = require(\"$:/plugins/flibbles/relink/js/utils/markdown\");\n\nvar MarkdownRuleBase = function() {};\n\nMarkdownRuleBase.prototype.init = function(parser) {\n\tthis.parser = parser;\n};\n\nMarkdownRuleBase.prototype.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\twhile (this.match = this.matchRegExp.exec(this.parser.source)) {\n\t\tif (utils.indexOfParagraph(this.match[0]) >= 0) {\n\t\t\tcontinue;\n\t\t}\n\t\tif (this.maxIndent !== undefined) {\n\t\t\tvar indent = utils.indentation(this.parser.source,this.match.index);\n\t\t\tif (indent < 0\n\t\t\t || (this.parser.indent !== undefined\n\t\t\t  && (indent > this.parser.indent + this.maxIndent))) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tvar nl = this.parser.source.lastIndexOf('\\n', this.match.index-1)+1;\n\t\t\tthis.indentString = this.parser.source.substring(nl, this.match.index);\n\t\t\treturn nl < startPos ? startPos : nl;\n\t\t}\n\t\treturn this.match.index;\n\t}\n\treturn undefined;\n};\n\n\nexports.MarkdownRuleBase = MarkdownRuleBase;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext.js": {
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext.js",
            "text": "/*\\\nmodule-type: relinktextoperator\ntitle: $:/plugins/flibbles/relink/js/relinkoperations/text/markdowntext.js\ntype: application/javascript\n\nThis relinks tiddlers which contain markdown. It tries to be agnostic to\nwhichever markdown plugin you're using.\n\n\\*/\n\n/*jslint node: false, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Placeholder = require(\"$:/plugins/flibbles/relink/js/utils/placeholder.js\");\nvar settings = require('$:/plugins/flibbles/relink/js/settings.js');\nvar markdownHandler = settings.getType('markdown');\n\nexports[\"text/x-markdown\"] = function(tiddler, fromTitle, toTitle, options) {\n\tvar placeholder = new Placeholder();\n\tvar extraOptions = $tw.utils.extend(\n\t\t{\n\t\t\tcurrentTiddler: tiddler.fields.title,\n\t\t\tplaceholder: placeholder\n\t\t}, options);\n\tvar entry = markdownHandler.relink(tiddler.fields.text, fromTitle, toTitle, extraOptions);\n\tif (entry && entry.output) {\n\t\t// If there's output, we've also got to prepend any macros\n\t\t// that the placeholder defined.\n\t\tvar preamble = placeholder.getPreamble();\n\t\tentry.output = preamble + entry.output\n\t}\n\treturn entry;\n};\n\n",
            "module-type": "relinktextoperator",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/utils/markdown.js": {
            "title": "$:/plugins/flibbles/relink/js/utils/markdown.js",
            "text": "/*\\\nmodule-type: library\ntitle: $:/plugins/flibbles/relink/js/utils/markdown.js\ntype: application/javascript\n\nMethods used in markdown parsing.\n\n\\*/\n\n// tiddlywiki/markdown can't handle having these characters escaped, so we\n// need to unescape them.\nvar problemChars = {\n\t\"23\": \"#\",\n\t\"24\": \"$\",\n\t\"26\": \"&\",\n\t\"2B\": \"+\",\n\t\"2C\": \",\",\n\t\"2F\": \"/\",\n\t\"3A\": \":\",\n\t\"3B\": \";\",\n\t\"3D\": \"=\",\n\t\"3F\": \"?\",\n\t\"40\": \"@\",\n};\n\nexports.encodeLink = function(title) {\n\tvar encoded = encodeURIComponent(title),\n\t\tbalance = 0;\n\tencoded = encoded.replace(/[\\(\\)]/g, function(p) {\n\t\tif (p === '(') {\n\t\t\tif (balance >=1) {\n\t\t\t\treturn '%28';\n\t\t\t} else {\n\t\t\t\tbalance++;\n\t\t\t}\n\t\t} else {\n\t\t\tif (balance <= 0) {\n\t\t\t\treturn '%29';\n\t\t\t}\n\t\t\tbalance--;\n\t\t}\n\t\treturn p;\n\t});\n\twhile (balance--) {\n\t\tvar i = encoded.lastIndexOf('(');\n\t\tencoded = encoded.substr(0, i) + '%28' + encoded.substr(i+1);\n\t}\n\t// tiddlywiki/markdown can't handle these characters escaped\n\treturn encoded.replace(/%([0-9A-F]{2})/g, function(str, code) {\n\t\treturn problemChars[code] || str;\n\t});\n};\n\n// Returns index of next paragraph, or -1\nexports.indexOfParagraph = function(text, startPos) {\n\tvar regExp = /\\n\\s*\\n/mg;\n\tregExp.lastIndex = startPos || 0;\n\tvar match = regExp.exec(text);\n\treturn match ? regExp.lastIndex : -1;\n};\n\n/** Returns how much indentation there is between pos and the previous\n * newline (or other char).\n * tabs are counted as 4 chars.\n */\nexports.indentation = function(text, pos, startChar) {\n\tvar p = text.lastIndexOf(startChar || '\\n', pos-1);\n\tvar count = 0;\n\twhile (++p < pos) {\n\t\tvar c = text.charAt(p);\n\t\tif (c === ' ') {\n\t\t\tcount++;\n\t\t} else if (c === '\\t') {\n\t\t\tcount = count + 4 - (count%4);\n\t\t} else {\n\t\t\treturn -1;\n\t\t}\n\t}\n\treturn count;\n};\n\n\nexports.getSettings = function(wiki) {\n\t// Stored here so it's only calculated once, but also so it's different\n\t// per tiddler for testing\n\tif (wiki._markdownSettings === undefined) {\n\t\tvar settings = Object.create(null);\n\t\tvar text = wiki.getTiddlerText(\"$:/config/markdown/renderWikiText\");\n\t\tsettings.wikitext =  (text === undefined || text.toLowerCase() === \"true\");\n\t\ttext = wiki.getTiddlerText(\"$:/config/markdown/renderWikiTextPragma\");\n\t\tif (text) {\n\t\t\ttext = text.trim() + '\\n';\n\t\t} else {\n\t\t\ttext = '';\n\t\t}\n\t\tsettings.wikitextPragma = text;\n\t\twiki._markdownSettings = settings;\n\t}\n\treturn wiki._markdownSettings;\n};\n\n// This is the maximum length a reported caption may be\nexports.captionLength = 15;\n\n/** Abridges a string to one that is more log-friendly.\n */\nexports.abridge = function(string) {\n\tvar safe = string.replace(/\\s+/mg, ' ');\n\tif (safe.length > this.captionLength) {\n\t\tsafe = safe.substr(0, this.captionLength) + \"...\";\n\t}\n\treturn safe;\n};\n\n/**I don't actually use this, but I've kept the code around anyway.\n * The only time this plugin is installed and markdown isn't enabled would\n * be if the user forgot to install a markdown plugin, or they disabled it.\n * I GUESS Relink should still be Relinking markdown in that case.\n */\nexports.markdownEnabled = function() {\n\tif (_enabled === undefined) {\n\t\tvar test = $tw.wiki.renderText(\"text/html\", \"text/x-markdown\", \"[test](#test)\");\n\t\t_enabled = (test.indexOf(\"<a\") >= 0);\n\t}\n\treturn _enabled;\n};\nvar _enabled;\n",
            "module-type": "library",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink-markdown/readme": {
            "title": "$:/plugins/flibbles/relink-markdown/readme",
            "text": "Markdown support for Relink.\n\n...or Relink support for Markdown.\n\nThis supplimental plugin allows ''text/x-markdown'' files to be relinked. This means markdown linking syntax like `[Caption](#MyTiddler)` is supported. If your markdown supports wikitext markup as well, this will handle that too.\n\nThis plugin is designed for `tiddlywiki/markdown`, but it will also work for `anstosa/tw5-markdown` and others.\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/flibbles/relink-titles/configuration": {
            "title": "$:/plugins/flibbles/relink-titles/configuration",
            "caption": "{{$:/plugins/flibbles/relink-titles/language/Caption}}",
            "tags": "$:/tags/flibbles/relink/Configuration",
            "text": "\\define lingo-base() $:/plugins/flibbles/relink-titles/language/\n\\define prefix() $:/config/flibbles/relink-titles/relink/\n\n<<lingo Help>>\n\n<table>\n<tbody>\n<$list filter=\"[[relinktitlesrule]modules[]]\">\n<tr>\n<td>\n<$checkbox\n\ttiddler={{{ [all[current]addprefix<prefix>] }}}\n\tfield=\"text\"\n\tchecked=\"enabled\"\n\tunchecked=\"disabled\"\n\tdefault=\"enabled\"\n> ''{{!!caption}}''</$checkbox></td><td>\n\n<$transclude field='description' />\n\n</td></tr></$list>\n</tbody></table>\n"
        },
        "$:/plugins/flibbles/relink-titles/language/Caption": {
            "title": "$:/plugins/flibbles/relink-titles/language/Caption",
            "text": "Titles"
        },
        "$:/plugins/flibbles/relink-titles/language/Directory/Caption": {
            "title": "$:/plugins/flibbles/relink-titles/language/Directory/Caption",
            "text": "Rename subdirectories"
        },
        "$:/plugins/flibbles/relink-titles/language/Directory/Description": {
            "title": "$:/plugins/flibbles/relink-titles/language/Directory/Description",
            "text": "For wikis set up hierarchically using `/`, like a filesystem. This option will update all tiddlers nested inside the target tiddler. i.e. `fromTiddler/path/file` becomes `toTiddler/path/file`."
        },
        "$:/plugins/flibbles/relink-titles/language/Help": {
            "title": "$:/plugins/flibbles/relink-titles/language/Help",
            "text": "See the <a href={{{ [{$:/plugins/flibbles/relink-titles!!demo}addsuffix[#Plugins/Titles]] }}}>//Relink-titles// documentation page</a> for details."
        },
        "$:/plugins/flibbles/relink-titles/readme": {
            "title": "$:/plugins/flibbles/relink-titles/readme",
            "text": "Highly customizable relinking of tiddler titles //related// to the renamed tiddler.\n\n* Rename a hierarchy of subtiddlers when renaming a root tiddler.\n* Make custom filter rules to rename other tiddlers the way you want when Relinking.\n* Integrates with other plugins for plugin-specific rules.\n\nSee <a href={{$:/plugins/flibbles/relink-titles!!source}}>the tw5-relink website</a> for more details and examples.\n\n{{$:/core/images/warning}} ''Warning:'' You must use //Relink// v1.10.2 or greater with this, or this plugin may delete some tiddler bodies while trying to relink titles.\n"
        },
        "$:/plugins/flibbles/relink-titles/relinkoperations/title.js": {
            "title": "$:/plugins/flibbles/relink-titles/relinkoperations/title.js",
            "text": "/*\\\nmodule-type: relinkoperator\ntitle: $:/plugins/flibbles/relink-titles/relinkoperations/title.js\ntype: application/javascript\n\nRenames tiddlers which have titles derived from fromTitle. Then it makes\nsure that those tiddlers are properly relinked too.\n\n\\*/\n\n/*jslint node: false, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar configPrefix = \"$:/config/flibbles/relink-titles/relink/\";\nvar utils = require('$:/plugins/flibbles/relink/js/utils.js');\nutils.getContext('whitelist').hotDirectories.push(configPrefix);\n\nvar titleRules = Object.create(null);\n$tw.modules.forEachModuleOfType('relinktitlesrule', function(title, module) {\n\ttitleRules[title] = module;\n});\n\nexports.name = 'title';\n\nexports.report = function(tiddler, callback, options) {\n\tvar cache = getCache(options),\n\t\trules = cache.rules;\n\tfor (var i = 0; i < rules.length; i++) {\n\t\trules[i].report(tiddler.fields.title, function(title, blurb) {\n\t\t\tcallback(title, blurb ? ('title: ' + blurb) : 'title');\n\t\t}, options);\n\t}\n};\n\nexports.relink = function(tiddler, fromTitle, toTitle, changes, options) {\n\tvar cache = getCache(options),\n\t\ttitle = tiddler.fields.title;\n\tif (!cache.touched[title]) {\n\t\tvar rules = cache.rules;\n\t\tfor (var i = 0; i < rules.length; i++) {\n\t\t\tvar rule = rules[i];\n\t\t\tvar entry = rule.relink(title, fromTitle, toTitle, options);\n\t\t\tif (entry) {\n\t\t\t\tvar result = entry.output;\n\t\t\t\tif (result && (result !== title)) {\n\t\t\t\t\tif (options.wiki.getTiddler(result) || cache.touched[result]) {\n\t\t\t\t\t\t// There's already a tiddler there. We won't clobber it.\n\t\t\t\t\t\tentry.impossible = true;\n\t\t\t\t\t\tentry.output = undefined;\n\t\t\t\t\t}\n\t\t\t\t\tcache.touched[result] = true;\n\t\t\t\t}\n\t\t\t\t// Record that we've touched this one, so we only touch it once.\n\t\t\t\t// Both its prior and latter. Neither should be touched again.\n\t\t\t\tcache.touched[title] = true;\n\t\t\t\tchanges.title = entry;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n};\n\nfunction getCache(options) {\n\treturn utils.getCacheForRun(options, 'titles', function() {\n\t\treturn {\n\t\t\trules: getRules(options.wiki),\n\t\t\ttouched: Object.create(null)\n\t\t};\n\t});\n};\n\nfunction getRules(wiki) {\n\tvar activeRules = [];\n\tfor (var rule in titleRules) {\n\t\tvar configTiddler = wiki.getTiddler(configPrefix + rule);\n\t\tif (!configTiddler || configTiddler.fields.text !== \"disabled\") {\n\t\t\tactiveRules.push(titleRules[rule]);\n\t\t}\n\t}\n\treturn activeRules;\n};\n",
            "module-type": "relinkoperator",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink-titles/rules/directory": {
            "title": "$:/plugins/flibbles/relink-titles/rules/directory",
            "text": "/*\\\ncaption: {{$:/plugins/flibbles/relink-titles/language/Directory/Caption}}\ndescription: {{$:/plugins/flibbles/relink-titles/language/Directory/Description}}\nmodule-type: relinktitlesrule\ntitle: $:/plugins/flibbles/relink-titles/rules/directory\ntype: application/javascript\n\nHandles subdirectory renaming.\n\n\\*/\n\n/*jslint node: false, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = 'directory';\n\n/**The report returns all parent directories of a given title which exist.\n */\nexports.report = function(title, callback, options) {\n\tvar index = -1;\n\twhile ((index = title.indexOf('/', index+1)) >= 0) {\n\t\tvar dir = title.substr(0, index);\n\t\tcallback(dir, '.' + title.substr(index));\n\t}\n};\n\n/**The relink returns the new title (if any) derived from title for a given\n * rename of fromTitle to toTitle.\n */\nexports.relink = function(title, fromTitle, toTitle, options) {\n\tvar length = fromTitle.length;\n\tif (title.charAt(length) === '/' && title.substr(0, length) === fromTitle) {\n\t\treturn {output: toTitle + title.substr(length)};\n\t}\n\treturn undefined;\n};\n",
            "caption": "{{$:/plugins/flibbles/relink-titles/language/Directory/Caption}}",
            "description": "{{$:/plugins/flibbles/relink-titles/language/Directory/Description}}",
            "module-type": "relinktitlesrule",
            "type": "application/javascript"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/jd/mobvsimp/config": {
            "created": "20171029115120346",
            "creator": "JD",
            "text": "\\define jdconf() $:/plugins/jd/mobvsimp/config/config\n\\define jdconfont() $:/temp/jd/mob/font/\n\\define jdconfig(config:\"\" choice:\"\")\n<$action-setfield $tiddler=<<jdconf>> $index=\"$config$\" $value=$choice$/>\n\\end\n\\define jdfont(font-title:\"\" font-body:\"\" lineheight:\"\" font-tab:\"\" font-button:\"\")\n<$action-setfield $tiddler=\"$(jdconfont)$font-title\" text=\"$font-title$\"/>\n<$action-setfield $tiddler=\"$(jdconfont)$font-body\" text=\"$font-body$\"/>\n<$action-setfield $tiddler=\"$(jdconfont)$lineheight\" text=\"$lineheight$\"/>\n<$action-setfield $tiddler=\"$(jdconfont)$font-tab-button\" text=\"$font-tab$\"/>\n<$action-setfield $tiddler=\"$(jdconfont)$font-button\" text=\"$font-button$\"/>\n\\end\n\\define jdradbut(config:\"\" choice:\"\")\n<$reveal type=\"match\" state=\"$(jdconf)$##$config$\" text=\"$choice$\"><div class=\"radbutton\"></div></$reveal>\n<$reveal type=\"nomatch\" state=\"$(jdconf)$##$config$\" text=\"$choice$\"><div class=\"radbuttoff\"></div></$reveal>\n\\end\n\n<style>\n.tc-btn-invisible { text-align: left; }\n.texte { width: calc(100% - 60px); }\n</style>\n\n<h2>Fonts and heights presets</h2>\n\n<$button class=\"tc-btn-invisible\">\n<<jdfont 38px 30px 38px 28px 20px>>\n<<jdconfig fontsize largest>>\n<<jdradbut fontsize largest>>\n</$button> Largest\n<br>\n<$button class=\"tc-btn-invisible\">\n<<jdfont 34px 26px 34px 24px 20px>>\n<<jdconfig fontsize larger>>\n<<jdradbut fontsize larger>>\n</$button> Larger\n<br>\n<$button class=\"tc-btn-invisible\">\n<<jdfont 30px 22px 30px 20px 20px>>\n<<jdconfig fontsize large>>\n<<jdradbut fontsize large>>\n</$button> Large\n<br>\n<$button class=\"tc-btn-invisible\">\n<<jdfont 26px 18px 26px 16px 20px>>\n<<jdconfig fontsize medium>>\n<<jdradbut fontsize medium>>\n</$button> Medium\n<br>\n<$button class=\"tc-btn-invisible\">\n<<jdfont 22px 14px 20px 12px 20px>>\n<<jdconfig fontsize small>>\n<<jdradbut fontsize small>>\n</$button> Small\n<br>\n<$button class=\"tc-btn-invisible\">\n<<jdfont 18px 10px 16px 8px 20px>>\n<<jdconfig fontsize smaller>>\n<<jdradbut fontsize smaller>>\n</$button> Smaller\n<br>\n<$button class=\"tc-btn-invisible\">\n<<jdfont>>\n<<jdconfig fontsize default>>\n<<jdradbut fontsize default>>\n</$button> TW5 default\n<br>\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/jd/mob/font/font-title\" caption=\"Title\" list-before=\"$:/temp/jd/mob/font/font-body\"/>\n<$action-setfield $tiddler=\"$:/temp/jd/mob/font/font-body\" caption=\"Body, text buttons\" list-after=\"$:/temp/jd/mob/font/font-title\"/>\n<$action-setfield $tiddler=\"$:/temp/jd/mob/font/lineheight\" caption=\"Lineheight\"/>\n<$action-setfield $tiddler=\"$:/temp/jd/mob/font/font-tab-button\" caption=\"Tab buttons\"/>\n<$action-setfield $tiddler=\"$:/temp/jd/mob/font/font-button\" caption=\"Image buttons\"/>\n<<jdconfig fontsize custom>>\n<<jdradbut fontsize custom>>\n</$button> Custom\n\n<$reveal type=\"match\" state=\"$:/plugins/jd/mobvsimp/config/config##fontsize\" text=\"custom\">\n\nInclude unit (''px'' or ''em'') when entering custom values\n\n<table style=\"width:100%\">\n<tr>\n<th style=\"width:40%\">Element</th>\n<th style=\"width:60%\">Adjust</th>\n</tr>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/temp/jd/mob/font/]!suffix[sitetitle]]\">\n<tr>\n<td><$view field=\"caption\"/></td>\n<td><$edit-text tiddler={{!!title}} field=\"temp\" placeholder={{!!text}} class=\"texte\"/>\n<$reveal type=\"match\" state=!!temp text=\"\">\n<$button class=\"tc-btn-invisible\" style=\"color:grey; cursor:not-allowed;\">✓</$button>\n<$button class=\"tc-btn-invisible\" style=\"color:grey; cursor:not-allowed;\">✕</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=!!temp text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler={{!!title}} text={{!!temp}}/>\n<$action-setfield $tiddler={{!!title}} temp=\"\"/>✓</$button>\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler={{!!title}} temp=\"\"/>✕</$button>\n</$reveal>\n</td>\n</tr>\n</$list>\n</table>\n</$reveal>\n\n<h3>Search bar</h3>\n\n<$button class=\"tc-btn-invisible\">\n<<jdconfig searchbarchoice simple>>\n<<jdconfig searchbar yes>>\n<$action-setfield $tiddler=\"$:/state/jdmobbasic\" text=\"yes\"/>\n<<jdradbut searchbarchoice simple>>\n</$button> Simple (list standard search results only)\n<br>\n<$button class=\"tc-btn-invisible\">\n<<jdconfig searchbarchoice combined>>\n<<jdconfig searchbar yes>>\n<$action-setfield $tiddler=\"$:/state/jdmobbasic\" text=\"no\"/>\n<<jdradbut searchbarchoice combined>>\n</$button> Combined (list all search results; slow on some devices)\n<br>\n<$button class=\"tc-btn-invisible\">\n<<jdconfig searchbarchoice hide>>\n<<jdconfig searchbutton none>>\n<$action-setfield $tiddler=\"$:/state/jdmobbasic\" text=\"no\"/>\n<$action-setfield $tiddler=\"$:/config/jd/mobbutton/visibility/$:/plugins/jd/mobvsimp/button/search\" text=\"hide\"/>\n<<jdradbut searchbarchoice hide>>\n</$button> Hide (will also hide toggle button)\n<br>\n\n<h3>Choose search button</h3>\n\n<$button class=\"tc-btn-invisible\">\n<<jdconfig searchbutton simple>>\n<$action-setfield $tiddler=\"$:/config/jd/mobbutton/visibility/$:/plugins/jd/mobvsimp/button/search\" text=\"show\"/>\n<$action-setfield $tiddler=\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search\" text=\"hide\"/>\n<<jdradbut searchbutton simple>>\n</$button> Searchbar toggle\n<br>\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/config/jd/mobbutton/visibility/$:/plugins/jd/mobvsimp/button/search\" text=\"hide\"/>\n<$action-setfield $tiddler=\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search\" text=\"show\"/>\n<<jdconfig searchbutton core>>\n<<jdradbut searchbutton core>>\n</$button> Button to core search\n<br>\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/config/jd/mobbutton/visibility/$:/plugins/jd/mobvsimp/button/search\" text=\"hide\"/>\n<$action-setfield $tiddler=\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search\" text=\"hide\"/>\n<<jdconfig searchbutton none>>\n<<jdradbut searchbutton none>>\n</$button> Hide",
            "title": "$:/plugins/jd/mobvsimp/config",
            "tags": "$:/tags/ControlPanel/Appearance",
            "modifier": "JD",
            "modified": "20171122114700452",
            "caption": "JD Mob"
        },
        "$:/plugins/jd/mobvsimp/readme": {
            "created": "20171030143047925",
            "creator": "JD",
            "text": "<b>This plugin is incompatible with <a target=\"blank\" href=\"http://j.d.simplemobile.tiddlyspot.com\">JD Mob</a>, please don't use them at the same time.</b>\n\nThis is a mobile layout that applies to narrow screens. It introduces the following:\n\n# A Searchbar\n\n# A Bottombar containing ''Top Left Bar'', ''Page Control'', ''Mob-only'', and ''Top Right Bar'' buttons (in that order)\n#**  ''Top Left Bar'' >> buttons tagged ''~$:/tags/TopLeftBar''\n#**  ''Page control'' >> buttons tagged ''~$:/tags/PageControls''\n#**  ''Mob-only'' >> other buttons tagged ''~$:/tags/jd/mobbutton''\n#**  ''Top Right Bar'' >> buttons tagged ''~$:/tags/TopRightBar''\n#**  Buttons you don't want to appear here should be tagged ''~$:/tags/jd/mobno'' \n#*** For example, you can use this on page control buttons you want to appear in desktop layout but not in mobile layout\n\n//Note:// \n\nThis layout is tied to the ''Sidebar Breakpoint'' set at ''Control Panel'' >> ''Appearance'' >> ''Theme Tweaks''.\n\nThis layout is compatible with any core theme as of release date.\n\n<a target=\"blank\" href=\"http://j.d.simplemobile.tiddlyspot.com\">Project Homepage on Tiddlyspot</a>\n\n!! Version History\n\n!!! 2017-11-22 Release of version 1.0.0",
            "title": "$:/plugins/jd/mobvsimp/readme",
            "tags": "",
            "modifier": "JD",
            "modified": "20171122095059930"
        },
        "$:/plugins/jd/mobvsimp/config/config": {
            "created": "20171109145547252",
            "creator": "JD",
            "text": "fontsize: default\nsearchbutton: simple\nsearchbar: yes\nsearchbarchoice: simple",
            "type": "application/x-tiddler-dictionary",
            "title": "$:/plugins/jd/mobvsimp/config/config",
            "modifier": "JD",
            "modified": "20171122114821583"
        },
        "$:/plugins/jd/mobvsimp/button/search": {
            "created": "20171110170140186",
            "creator": "JD",
            "text": "<$reveal type=\"nomatch\" state=\"$:/plugins/jd/mobvsimp/config/config##searchbar\" text=\"yes\">\n<$button class=\"tc-btn-invisible\" tooltip=\"Show searchbar\" set=\"$:/plugins/jd/mobvsimp/config/config##searchbar\" setTo=\"yes\">\n{{$:/core/images/advanced-search-button}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/plugins/jd/mobvsimp/config/config##searchbar\" text=\"yes\">\n<$button class=\"tc-btn-invisible\" tooltip=\"Hide searchbar\" set=\"$:/plugins/jd/mobvsimp/config/config##searchbar\" setTo=\"no\">\n{{$:/core/images/advanced-search-button}}\n</$button>\n</$reveal>",
            "title": "$:/plugins/jd/mobvsimp/button/search",
            "tags": "$:/tags/jd/mobbutton",
            "modifier": "JD",
            "modified": "20171122102701250",
            "description": "Toggle simple searchbar visibility",
            "caption": "{{$:/core/images/advanced-search-button}} search"
        },
        "$:/plugins/jd/mobvsimp/template/topbar": {
            "created": "20171018115714311",
            "creator": "JD",
            "text": "\\define lingo-base() $:/language/Search/\n<$reveal state=\"$:/plugins/jd/mobvsimp/config/config##searchbar\" type=\"match\" text=\"yes\" default=\"yes\" retain=\"yes\" animate=\"yes\">\n\n<$reveal state=\"$:/plugins/jd/mobvsimp/config/config##searchbarchoice\" type=\"match\" text=\"simple\">\n<div class=\"jd-search\">\n<div class=\"jd-searchwrapper\">\n<$edit-text tiddler=\"$:/temp/search\" type=\"search\" tag=\"input\" placeholder={{$:/language/Search/Search}} class=\"jd-searchbar\"/>\n</div>\n<div class=\"jd-search-buttons\">\n<$reveal state=\"$:/temp/search\" type=\"nomatch\" text=\"\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text={{$:/temp/search}}/>\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n{{$:/core/images/advanced-search-button}}\n</$button>\n<$button class=\"tc-btn-invisible\" tooltip=\"Clear and hide searchbar\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text=\"\"/>\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n<div class=\"jd-search-results\">\n<$reveal state=\"$:/temp/search\" type=\"nomatch\" text=\"\">\n<$scrollable fallthrough=\"no\" class=\"results\">\n<$set name=\"searchTiddler\" value=\"$:/temp/search\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude/>\n</$list>\n\"\"\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n</$list>\n</$set>\n</$scrollable>\n</$reveal>\n</div>\n</div>\n</$reveal>\n\n<$reveal state=\"$:/plugins/jd/mobvsimp/config/config##searchbarchoice\" type=\"match\" text=\"combined\">\n<div class=\"jd-search\">\n<div class=\"jd-searchwrapper\">\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\" placeholder={{$:/language/Search/Search}} class=\"jd-searchbar\"/>\n</$linkcatcher>\n</div>\n<div class=\"jd-search-buttons\">\n{{$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete}}\n{{$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown}}\n{{$:/core/ui/AdvancedSearch/Filter/FilterButtons/export}}\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n{{$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear}} \n</$reveal>\n</div>\n<div class=\"jd-search-results\">\n<!--STANDARD-->\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<br>\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"{{$:/language/Search/Search/TooShort}}\"\"\" variable=\"listItem\">\n<$set name=\"searchTiddler\" value=\"$:/temp/advancedsearch\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude/>\n</$list>\n\"\"\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n</$list>\n</$set>\n</$list>\n</$reveal>\n<!--STANDARD-->\n<!--FILTER-->\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<br><br>\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\nFilter search: <<lingo Filter/Matches>>\n<$list filter={{$:/temp/advancedsearch}} template=\"$:/core/ui/ListItemTemplate\"/>\n</$set>\n</$reveal>\n<!--FILTER-->\n<!--SYSTEM-->\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<br>\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" variable=\"listItem\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[is[system]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]\"/>\"\"\">\nSystem search: <<lingo System/Matches>>\n<$list filter=\"[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</$set>\n</$list>\n</$reveal>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n</$reveal>\n<!--SYSTEM-->\n<!--SHADOWS-->\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<br>\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" variable=\"listItem\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[all[shadows]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]\"/>\"\"\">\nShadows search: <<lingo Shadows/Matches>>\n<$list filter=\"[all[shadows]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</$set>\n</$list>\n</$reveal>\n<!--SHADOWS-->\n</div>\n</div>\n</$reveal>",
            "title": "$:/plugins/jd/mobvsimp/template/topbar",
            "tags": "$:/tags/PageTemplate",
            "modifier": "JD",
            "modified": "20171122105806622"
        },
        "$:/plugins/jd/mobvsimp/template/bottombar": {
            "created": "20171115114644869",
            "creator": "JD",
            "text": "\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n\\define config-mobtitle()\n$:/config/jd/mobbutton/visibility/$(listItem)$\n\\end\n<div class=\"jd-bottombar\">\n\n<div class=\"tc-page-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]!tag[$:/tags/jd/mobno]]\">\n<$transclude/>\n</$list>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]!tag[$:/tags/jd/mobno]]\" variable=\"listItem\">\n<$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\">\n<$transclude tiddler=<<listItem>>/>\n</$reveal>\n</$list>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/jd/mobbutton]!has[draft.of]]\" variable=\"listItem\">\n<$reveal type=\"nomatch\" state=<<config-mobtitle>> text=\"hide\">\n<$transclude tiddler=<<listItem>>/>\n</$reveal>\n</$list>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]!tag[$:/tags/jd/mobno]]\">\n<$transclude/>\n</$list>\n</div>\n</div>",
            "title": "$:/plugins/jd/mobvsimp/template/bottombar",
            "tags": "$:/tags/PageTemplate",
            "modifier": "JD",
            "modified": "20171121171507652"
        },
        "$:/plugins/jd/mobvsimp/stylesheet": {
            "created": "20171016123229521",
            "creator": "JD",
            "text": "/**  CONFIG RADIO BUTTONS  **/\n\n.radbutton, .radbuttoff { \n    display: inline-block; \n    height: 12px; \n    width: 12px; \n    border: 2px solid <<colour muted-foreground>>; \n    -webkit-transition-duration: {{$:/config/AnimationDuration}}ms;\n    -moz-transition-duration: {{$:/config/AnimationDuration}}ms;\n    -ms-transition-duration: {{$:/config/AnimationDuration}}ms;\n    -o-transition-duration: {{$:/config/AnimationDuration}}ms;\n    transition-duration: {{$:/config/AnimationDuration}}ms;\n}\n\n.radbutton { background: <<colour primary>>; }\n.radbuttoff { background: <<colour muted-foreground>>; }\n.radbutton:hover, .radbuttoff:hover { \n    border: 2px solid <<colour primary>>;\n    background: <<colour primary>>; \n}\n\n.jd-bq {\n    margin: 5px;\n    padding: 5px;\n    border: 1px solid <<colour tab-border>>;\n}\n\n.jd-bq, .radbutton, .radbuttoff {\n    -webkit-border-radius: 6px;\n    -moz-border-radius: 6px;\n    -ms-border-radius: 6px;\n    -o-border-radius: 6px;\n    border-radius: 6px;\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) { \n.jd-bottombar,\n.jd-search { display: none; }\n} \n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) { \n\n.tc-topbar { display: none !important; } \n\n.tc-tags-wrapper { margin: 5px 0 !important; }\n\n\n/**  NOTIFICATIONS  **/\n\n.tc-notification {\n    position: fixed; \n    top: 60px !important;\n    right: 10px !important;\n    z-index: {{!!z-bar}} !important;\n}\n\n.tc-modal {\n    top: 50px !important;\n    left: 50px !important;\n    right: 50px !important;\n}\n\n.tc-modal-body { max-height: calc(100vh - 200px) !important; }\n\n.tc-modal-wrapper,\n.tc-plugin-reload-warning { z-index: {{!!z-notif}} !important; }\n\n\n/**  STORY RIVER  **/\n\n.tc-story-river { \n    margin: 0 !important;\n    margin-bottom: 50px !important;\n    padding-top: 0 !important;\n}\n\n<$reveal type=\"nomatch\" state=\"$:/plugins/jd/mobvsimp/config/config##searchbarchoice\" text=\"hide\">\n\n<$reveal type=\"match\" state=\"$:/plugins/jd/mobvsimp/config/config##searchbar\" text=\"yes\">\n.tc-story-river { margin-top: 50px !important; }\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/plugins/jd/mobvsimp/config/config##searchbar\" text=\"no\">\n.tc-story-river { margin-top: 0 !important; }\n</$reveal>\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/plugins/jd/mobvsimp/config/config##searchbarchoice\" text=\"hide\">\n.tc-story-river { margin-top: 0 !important; }\n</$reveal>\n\n.tc-tiddler-frame {\n    margin-bottom: 2px !important;\n    padding: 15px 10px;\n    overflow: auto;\n}\n\n\n/**  POPUPS AND DROPDOWNS INSIDE VIEW AREA  **/\n\n.tc-drop-down,\n.tc-block-dropdown {\n    position: fixed !important;\n    top: 50% !important;\n    left: 50% !important;\n    text-align: left;\n    white-space: normal !important;\n    max-height: calc(100% - 160px) !important;\n    min-width: calc(100% - 90px) !important;\n    max-width: calc(100% - 60px) !important;\n   -webkit-transform: translate(-50%, -50%) !important;\n   -moz-transform: translate(-50%, -50%) !important;\n   -ms-transform: translate(-50%, -50%) !important;\n   -o-transform: translate(-50%, -50%) !important;\n    transform: translate(-50%, -50%) !important;\n    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);\n    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);\n    -ms-box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);\n    -o-box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);\n    box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);\n    overflow: auto !important;\n    z-index: {{!!z-dropdown}} !important;\n}\n\n.tc-menu-list-item {\n    padding-left: 5px;\n    text-indent: -5px;\n    white-space: normal !important;\n    word-wrap: break-word !important;\n    -webkit-word-break: break-all !important;\n    -moz-word-break: break-all !important;\n    -ms-word-break: break-all !important;\n    -o-word-break: break-all !important;\n    word-break: break-all !important;\n}\n\n.tc-edit-type-dropdown { overflow: auto; }\n\n\n/**  SCROLLBARS  **/\n\nbody { \n   -ms-overflow-style: -ms-autohiding-scrollbar;\n}\n\ndiv::-webkit-scrollbar,\n.tc-edit-type-dropdown::-webkit-scrollbar,\n.tc-block-dropdown::-webkit-scrollbar,\n.tc-drop-down::-webkit-scrollbar,\n.jd-search-results::-webkit-scrollbar,\n.tc-story-river::-webkit-scrollbar,\n.tc-sidebar-scrollable::-webkit-scrollbar {\n    background: transparent;\n    width: 0;\n}\n\n/**  TOPBAR & BOTTOMBAR  **/\n\n.jd-bottombar {\n    width: 100%;\n    position: fixed;\n    left: 0;\n    background: <<colour page-background>>;\n    overflow: hidden;\n    z-index: {{!!z-bar}};\n}\n\n.jd-bottombar { bottom: 0; }\n\n\n/**  SEARCH  **/\n\n.jd-search { \n    z-index: {{!!z-search}}; \n}\n\n.jd-search-results {\n    background: <<colour page-background>>;\n    width: 100%;\n    max-height: calc(100% - 100px);\n    position: fixed;\n    top: 50px;\n    left: 0;\n    margin: 0;\n    padding: 0 10px;\n    overflow-y: auto;\n    z-index: {{!!z-searchwrapper}};\n}\n\n.jd-searchwrapper {\n    background: <<colour page-background>>;\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 50px;\n    z-index: {{!!z-searchwrapper}};\n}\n\n.jd-searchbar {\n    width: calc(100% - 20px);\n    height: 30px; \n    position: fixed;\n    top: 0;\n    left: 0;\n    font-size: 16px !important;\n    background: transparent !important;\n    border: none;\n    border-bottom: 2px solid<<colour primary>>;\n    padding: 0 140px 0 10px;\n    z-index: {{!!z-searchwrapper}};\n    margin: 10px;\n}\n\n.jd-search-buttons {\n    width: 140px; \n    position: fixed; \n    top: 12px;\n    right: 0; \n    background: transparent;\n    border: transparent;\n    margin-right: 20px; \n    text-align: right;\n    vertical-align: middle;\n}\n\n.jd-search .jd-search-buttons {\n    z-index: {{!!z-searchbuttons}};\n}\n\n.jd-search-buttons .tc-popup-keep,\n.jd-search-buttons .tc-btn-invisible {\n    font-size: 18px;\n    background: transparent;\n    border: transparent;\n    cursor: pointer;\n}\n\n.jd-search-buttons .tc-btn-invisible { margin-left: 8px; }\n\n\n/**  CONTROLS **/\n\n.jd-title-controls {\n    display: flex;\n    justify-content: space-between;\n    margin: 10px;\n}\n\n.jd-search-buttons button,\n.jd-title-controls button {\n    fill: <<colour sidebar-controls-foreground>>;\n    font-size: 1.6em;\n    -webkit-transition-duration: {{$:/config/AnimationDuration}}ms;\n    -moz-transition-duration: {{$:/config/AnimationDuration}}ms;\n    -ms-transition-duration: {{$:/config/AnimationDuration}}ms;\n    -o-transition-duration: {{$:/config/AnimationDuration}}ms;\n    transition-duration: {{$:/config/AnimationDuration}}ms;\n}\n\n.jd-search-buttons button:hover,\n.jd-title-controls button:hover {\n    fill: <<colour sidebar-controls-foreground-hover>>;\n}\n\n.jd-bottombar .tc-page-controls {\n    display: flex;\n    justify-content: space-between;\n    margin: 0 10px;\n}\n\n.tc-page-controls button { margin: 0 !important;}\n\n\n/**  SIDEBAR LISTS  **/\n\n.tc-sidebar-scrollable .tc-site-title,\n.tc-sidebar-scrollable .tc-site-subtitle,\n.tc-sidebar-scrollable .tc-page-controls,\n.tc-sidebar-scrollable .tc-search\n { display: none; }\n\n.tc-sidebar-header { padding: 0 !important; }\n.tc-sidebar-scrollable .tc-tab-buttons { top: 50px; }\n\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"no\">\n.tc-sidebar-scrollable {\n    background: <<colour background>>;\n    width: 100%;\n    position: fixed;\n    left: 0; \n    z-index: {{!!z-sidebar}};\n    overflow: auto !important;\n}\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/state/sidebar\" text=\"no\">\n.tc-sidebar-scrollable { display:none; }\n.tc-tab-set { overflow-y: auto !important; }\n</$reveal>\n\n<$reveal type=\"nomatch\" state=\"$:/plugins/jd/mobvsimp/config/config##searchbarchoice\" text=\"hide\">\n<$reveal type=\"match\" state=\"$:/plugins/jd/mobvsimp/config/config##searchbar\" text=\"no\">\n.tc-sidebar-scrollable { \n    top: 0 !important;\n    height: calc(100% - 50px) !important;\n}\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/plugins/jd/mobvsimp/config/config##searchbar\" text=\"yes\">\n.tc-sidebar-scrollable { \n    top: 50px !important;\n    height: calc(100% - 100px) !important;\n}\n</$reveal>\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/plugins/jd/mobvsimp/config/config##searchbarchoice\" text=\"hide\">\n.tc-sidebar-scrollable { \n    top: 0 !important;\n    height: calc(100% - 50px) !important;\n}\n</$reveal>\n\n\n/**  SIDEBAR LISTS BUTTONS  **/\n\n.tc-sidebar-scrollable .tc-tab-buttons { margin: 10px; }\n\n.tc-sidebar-scrollable .tc-tab-content { \n    margin: 10px !important; \n    border: 0 !important;\n}\n\n\n/**  ADJUSTABLE  FONTS AND HEIGHTS  **/\n\n<$reveal type=\"nomatch\" state=\"$:/plugins/jd/mobvsimp/config/config##fontsize\" text=\"default\">\n\n.tc-tiddler-view-frame h2.tc-title,\ninput.tc-titlebar.tc-edit-texteditor { \n    font-size: {{!!font-title}} !important; \n}\n\n.tc-tiddler-view-frame .tc-subtitle { \n    font-size: calc({{!!font-body}} - 4px) !important; \n}\n\nh1, h1 a { \n    font-size: calc({{!!font-body}} + 6px) !important; \n}\n\nh2, h2 a { \n    font-size: calc({{!!font-body}} + 4px) !important; \n}\n\nh3, h3 a { \n    font-size: calc({{!!font-body}} + 2px) !important; \n}\n\nh4, a, li, table,\ninput, textarea, select,\n.tc-tiddler-preview-preview p,\n.tc-tiddler-view-frame p,\n.tc-modal p,\n.tc-btn-text,\n.jd-search-results,\n.tc-tab-content,\n.tc-modal-header h3 { \n    font-size: {{!!font-body}} !important; \n    line-height: {{!!lineheight}} !important;\n}\n\nbutton.tc-btn-invisible.tc-remove-tag-button,\n.tc-tag-label.tc-btn-invisible { \n    font-size: calc({{!!font-body}} - 4px) !important; \n}\n\n.tc-tab-buttons button,\n.tc-tab-buttons.tc-vertical button,\n.tc-sidebar-scrollable .tc-tab-buttons button,\n.tc-sidebar-scrollable .tc-tab-buttons.tc-vertical button {\n    font-size: {{!!font-tab-button}} !important;\n}\n\n.tc-btn-invisible,\n.tc-tiddler-controls button, \n.tc-tiddler-controls button svg, \n.tc-tiddler-controls button img,\n.tc-image-buttons,\n.tc-page-controls { \n    font-size: {{!!font-button}} !important; \n}\n\n.tc-tiddler-controls button svg, \n.tc-tiddler-controls button img,\n.tc-image-buttons { \n    height: {{!!font-button}} !important; \n    width: {{!!font-button}} !important; \n}\n\n</$reveal>\n\n}",
            "z-searchbuttons": "4100",
            "z-search": "4000",
            "z-sidebar": "1500",
            "z-searchwrapper": "2500",
            "z-notif": "9000",
            "z-dropdown": "4000",
            "z-bar": "2000",
            "title": "$:/plugins/jd/mobvsimp/stylesheet",
            "tags": "$:/tags/Stylesheet",
            "modifier": "JD",
            "modified": "20171122112814031",
            "lineheight": "{{$:/temp/jd/mob/font/lineheight}}",
            "font-title": "{{$:/temp/jd/mob/font/font-title}}",
            "font-tab-button": "{{$:/temp/jd/mob/font/font-tab-button}}",
            "font-button": "{{$:/temp/jd/mob/font/font-button}}",
            "font-body": "{{$:/temp/jd/mob/font/font-body}}"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/kookma/commander/buttons/pagecontrol": {
            "title": "$:/plugins/kookma/commander/buttons/pagecontrol",
            "caption": "{{$:/plugins/kookma/commander/images/file-alt}} {{$:/language/Buttons/Commander/Caption}}",
            "created": "20190724145015836",
            "description": "Open tiddler commander",
            "list-after": "$:/core/ui/Buttons/advanced-search",
            "modified": "20210102140141074",
            "tags": "$:/tags/PageControls",
            "type": "text/vnd.tiddlywiki",
            "text": "\\whitespace trim\n\\define commander-button(class)\n<$button to=\"$:/Commander\" tooltip={{$:/language/Buttons/Commander/Hint}} aria-label={{$:/language/Buttons/Commander/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/plugins/kookma/commander/images/commander.svg}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Commander/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/Commander]]\" emptyMessage=<<commander-button>>>\n<<commander-button \"tc-selected\">>\n</$list>\n"
        },
        "$:/Commander": {
            "title": "$:/Commander",
            "created": "20190212051316149",
            "icon": "$:/plugins/kookma/commander/images/file-alt",
            "modified": "20200324074719052",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import [all[shadows+tiddlers]tag[$:/tags/Commander/Macro]]\n{{$:/plugins/kookma/commander/search/ui}}\n<!-- Create the search filter based on searchbox and selective operation (if active) -->\n<$vars searchTerms={{{ [<searchboxTid>get[text]minlength{$:/plugins/kookma/commander/config/minlength}]~[[$:/errorCode:-23500]] }}}  pattern=\"^\\[\"><!-- this part checks the combo search and selective ops-->\n<$set name=\"filtertext\"   filter=\"[<searchTerms>regexp<pattern>]\" value=\"[subfilter<searchTerms>]\" emptyValue=\"[!is[system]search<searchTerms>]\">\n<$set name=\"searchfilter\" filter=\"[<selectiveOpsTid>get[text]match[yes]]\"  \n\tvalue=\"[subfilter<filtertext>!prefix[$:/temp/commander]]+[tag<workingTag>]\" emptyValue=\"[subfilter<filtertext>!prefix[$:/temp/commander]]\" >\n<small style=\"margin-left:17ch;\"><i><$count filter=\"[subfilter<filtertext>!prefix[$:/temp/commander]!is[missing]]\" /> matches </i></small>\n\n<!-- Display search results and let selective operation -->\n<<commander-slider title:\"$:/plugins/kookma/commander/search/selection\" default:\"open\">>\n\n<!-- Display operation UIs-->\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/Commander]!has[draft.of]]\" default:\"$:/plugins/kookma/commander/tiddler/ui\">>\n\n</$set>\n</$set>\n<$vars>\n\n---\n\n<<commander-slider title:\"$:/plugins/kookma/commander/log/ui\">>\n"
        },
        "$:/plugins/kookma/commander/config/AutoFocus": {
            "title": "$:/plugins/kookma/commander/config/AutoFocus",
            "created": "20190212055413944",
            "modified": "20200324070652337",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "yes"
        },
        "$:/plugins/kookma/commander/config/commonfields": {
            "title": "$:/plugins/kookma/commander/config/commonfields",
            "created": "20200114192650891",
            "modified": "20200324070652345",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "created creator modified modifier revision bag"
        },
        "$:/plugins/kookma/commander/config/minlength": {
            "title": "$:/plugins/kookma/commander/config/minlength",
            "created": "20200110122842113",
            "modified": "20200324070652355",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "3"
        },
        "$:/plugins/kookma/commander/config/relink": {
            "title": "$:/plugins/kookma/commander/config/relink",
            "created": "20190911153159143",
            "modified": "20200324070652362",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define relink-plugin-notExisted() Update title in //tags// and //list// fields of other tiddlers\n<$checkbox tiddler=\"$:/config/RelinkOnRename\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\">\n<$list filter=\"[[$:/plugins/flibbles/relink]] +[has[title]]\" emptyMessage=<<relink-plugin-notExisted>> >\nUse //Relink// to update title across all other tiddlers\n</$list>\n</$checkbox>"
        },
        "$:/plugins/kookma/commander/config/systemfields": {
            "title": "$:/plugins/kookma/commander/config/systemfields",
            "created": "20200106164439016",
            "modified": "20200324070652372",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "title text tags \ncreated modified craetor modifier \ntype bag revision\nlist caption"
        },
        "$:/plugins/kookma/commander/field/macros/add": {
            "title": "$:/plugins/kookma/commander/field/macros/add",
            "created": "20200112073000701",
            "modified": "20200325055206697",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define add-new-field-bulk(datafieldsTid:\"\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<<create-log-tiddler \"add-new-field-bulk\">>\n<$vars datafieldsTid=<<__datafieldsTid__>> >\n<$list filter=\"[subfilter<searchfilter>]\" variable=\"newTitle\">\n<<add-bulk-fields>>\n<$wikify name=newFields text=<<getFieldsname>> >\n<$macrocall $name=\"log-add-single-operation\" msg={{{[<newFields>addprefix[new fields:]addsuffix[added]]}}} tidItem=<<newTitle>> />\n</$wikify>\n</$list>\n</$vars>\n</$list>\n\\end\n\n\\define getFieldsname()\n<$list filter=\"[<__datafieldsTid__>indexes[]prefix[fldn]]\" variable=item>\n{{{ [<__datafieldsTid__>getindex<item>trim[]lowercase[]split[ ]join[_]]  }}} \n</$list>\n\\end"
        },
        "$:/plugins/kookma/commander/field/macros/bulkfields": {
            "title": "$:/plugins/kookma/commander/field/macros/bulkfields",
            "created": "20200109104450902",
            "modified": "20200913180532516",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define numfilter()     [range[1,$(flt)$]]\n\\define id_fldName()    fldn$(cnt)$\n\\define id_fldValue()   fldv$(cnt)$\n\n\\define add-bulk-fields()\n<$set name=\"flt\" tiddler=<<datafieldsTid>> field=\"counter\" emptyValue=\"1\"><!-- when the datafieldsTid is not exist, there is at least one field row -->\n<$list filter=<<numfilter>> variable=\"cnt\">\n<$list filter=\"[<datafieldsTid>getindex<id_fldName>]\" variable=\"newField\">\n<$action-setfield $tiddler=<<newTitle>> \n $field={{{ [<newField>trim[]lowercase[]split[ ]join[_]]  }}}\n $value={{{ [<datafieldsTid>getindex<id_fldValue>] }}} />\n</$list>\n</$list>\n</$set>\n\\end\n\n\\define getInputs()\n<$edit-text tiddler=<<datafieldsTid>> index=<<id_fldName>>  tag=input  default=\"\" placeholder=\"field name\" />\n<$edit-text tiddler=<<datafieldsTid>> index=<<id_fldValue>> tag=input  default=\"\" placeholder=\"field value\"/>\n\\end\n\n\\define add-reset()\n<$button>insert\n<$action-setfield $tiddler=<<datafieldsTid>> counter={{{[<datafieldsTid>get[counter]add[1]]~[[2]]}}}/>\n</$button>\n<$button>reset\n<$action-setfield $tiddler=<<datafieldsTid>> counter=\"1\"/>\n<$action-setfield $tiddler=<<datafieldsTid>> text=\"\"/>\n</$button>\n\\end\n\n\\define create-field-inputbox()\n<$wikify name=flt text={{{ [<datafieldsTid>get[counter]]~[[1]] }}} >\n<$list filter=<<numfilter>> variable=cnt>\n\n<<getInputs>>\n</$list>\n</$wikify>\n\\end\n\n\\define add-more-fields-ui(datafieldsTid:\"\")\n<$vars datafieldsTid=<<__datafieldsTid__>> >\n<<add-reset>>\n<<create-field-inputbox>>\n</$vars>\n\\end\n\n\\define add-more-fields-selective-ui(datafieldsTid:\"\", stateTiddler:\"$:/state/commander/tiddler-addfields-status\")\n<$checkbox \n tiddler=<<__stateTiddler__>>\n field=\"text\" \n checked=\"addfields\"  unchecked=\"nofields\"\n default=\"nofields\" > \n Add fields\n</$checkbox>\n<$reveal type=\"match\" state=<<__stateTiddler__>> text=\"addfields\" default=\"nofields\" >\n<$vars datafieldsTid=<<__datafieldsTid__>> >\n<<add-reset>>\n<div style=\"padding-left:88px;\">\n<<create-field-inputbox>>\n</div>\n</$vars>\n</$reveal>\n\\end"
        },
        "$:/plugins/kookma/commander/field/macros/remove": {
            "title": "$:/plugins/kookma/commander/field/macros/remove",
            "created": "20200109083928203",
            "modified": "20200325055328423",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define xx-add-new-field-bulk(newField:\"\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<$list filter=\"[<__newField__>!is[blank]]\">\n<<create-log-tiddler \"add-new-field-bulk\">>\n<$list filter=\"[subfilter<searchfilter>]+[!is[missing]]-[has:field[$newField$]]\">\n<$fieldmangler>\n<$action-sendmessage $message=\"tm-add-field\" $param=<<__newField__>> />\n</$fieldmangler>\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"new field `$newField$` added\"\"\" tidItem=<<currentTiddler>> />\n</$list>\n</$list>\n</$list>\n\\end\n\n\n\\define remove-old-field-bulk(oldField:\"\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<$list filter=\"[<__oldField__>!is[blank]]\">\n<<create-log-tiddler \"remove-old-field-bulk\">>\n<$list filter=\"[subfilter<searchfilter>]+[!is[missing]]+[has:field[$oldField$]]\">\n<$fieldmangler>\n<$action-sendmessage $message=\"tm-remove-field\" $param=<<__oldField__>> />\n</$fieldmangler>\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"old field `$oldField$` removed\"\"\" tidItem=<<currentTiddler>> />\n</$list>\n</$list>\n</$list>\n\\end\n\n\\define set-field-value-bulk(fieldName:\"Empty\", fieldValue:\"Empty\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<$list filter=\"[<__fieldName__>!is[blank]]\"  variable=null>\n<$list filter=\"[<__fieldValue__>!is[blank]]\" variable=null>\n<<create-log-tiddler \"set-field-value-create-bulk\">>\n<$list filter=\"[subfilter<searchfilter>]-[$fieldName$[$fieldValue$]]\">\n<$list filter=\"[<currentTiddler>has:field[$fieldName$]]\" variable=ignore \nemptyMessage=\"\"\"<$macrocall $name=\"log-add-single-operation\" msg=\"//has not `$fieldName$` field. Operation ignored//\" tidItem=<<currentTiddler>> />\"\"\" >\n<$action-setfield $field=<<__fieldName__>> $value=<<__fieldValue__>> />\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"field `$fieldName$` got a value\"\"\" tidItem=<<currentTiddler>> />\n</$list>\n</$list>\n</$list>\n</$list>\n</$list>\n\\end\n\n"
        },
        "$:/plugins/kookma/commander/field/macros/rename": {
            "title": "$:/plugins/kookma/commander/field/macros/rename",
            "created": "20200107051937869",
            "modified": "20200325055328448",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define rename-field-bulk(oldField:\"\", newField:\"\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore>\n<$list filter=\"[<__oldField__>!is[blank]]\" variable=null>\n<$list filter=\"[<__newField__>!is[blank]]\" variable=null>\n<<create-log-tiddler \"rename-field-bulk\">>\n<$list filter=\"[subfilter<searchfilter>]\">\n<$list filter=\"[<currentTiddler>has:field[$oldField$]]\" variable=ignore\n  emptyMessage=\"\"\"<$macrocall $name=\"log-add-single-operation\" msg=\"//has not field `$oldField$`. Operation ignored.//\" tidItem=<<currentTiddler>> /> \"\"\">\n<$set name=oldValue tiddler=<<currentTiddler>> field=<<__oldField__>> >\t\n<$action-setfield $tiddler=<<currentTiddler>> $field=<<__newField__>> $value=<<oldValue>>/>\n</$set>\n<$action-deletefield $tiddler=<<currentTiddler>> $field=<<__oldField__>> />\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"fied `$oldField$` renamed to `$newField$`\"\"\" tidItem=<<currentTiddler>> />\n</$list>\n</$list>\n</$list>\n</$list>\n</$list>\n\\end\n"
        },
        "$:/plugins/kookma/commander/field/macros/set": {
            "title": "$:/plugins/kookma/commander/field/macros/set",
            "created": "20190212101155537",
            "modified": "20200325055328470",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define set-field-value-bulk(fieldName:\"\", fieldValue:\"\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<$list filter=\"[<__fieldName__>!is[blank]]\"  variable=null>\n<$list filter=\"[<__fieldValue__>!is[blank]]\" variable=null>\n<<create-log-tiddler \"set-field-value-create-bulk\">>\n<$list filter=\"[subfilter<searchfilter>]-[$fieldName$[$fieldValue$]]\">\n<$list filter=\"[<currentTiddler>has:field[$fieldName$]]\" variable=ignore \nemptyMessage=\"\"\"<$macrocall $name=\"log-add-single-operation\" msg=\"//has not `$fieldName$` field. Operation ignored//\" tidItem=<<currentTiddler>> />\"\"\" >\n<$action-setfield $field=<<__fieldName__>> $value=<<__fieldValue__>> />\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"field `$fieldName$` got a value\"\"\" tidItem=<<currentTiddler>> />\n</$list>\n</$list>\n</$list>\n</$list>\n</$list>\n\\end\n\n"
        },
        "$:/plugins/kookma/commander/field/ui": {
            "title": "$:/plugins/kookma/commander/field/ui",
            "caption": "Field",
            "created": "20190212061551615",
            "list-after": "$:/plugins/kookma/commander/tag/ui",
            "modified": "20200324070652439",
            "tags": "$:/tags/Commander",
            "type": "text/vnd.tiddlywiki",
            "text": "<<tabs \ntabsList:\"[all[shadows+tiddlers]tag[$:/tags/Commander/FieldOps]!has[draft.of]]\"\ndefault:\"$:/plugins/kookma/commander/field/uicomp/add-fields\" \nclass:\"tc-vertical cmd-tab-colorful cmd-tab-wd\"\n>>\n\n"
        },
        "$:/plugins/kookma/commander/field/uicomp/add-fields": {
            "title": "$:/plugins/kookma/commander/field/uicomp/add-fields",
            "caption": "Add fields",
            "created": "20200109083519146",
            "modified": "20200325055328482",
            "tags": "$:/tags/Commander/FieldOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<!-- create the interface-->\n<$macrocall $name=\"add-more-fields-ui\" datafieldsTid=\"$:/temp/commander/tiddler/datafields/addfield\" />\n\n\n<!-- call action macro -->\n<$button class=\"cmd-btn cmd-btn-wd\"> Add new fields\n<$macrocall $name=\"add-new-field-bulk\" \n  datafieldsTid=\"$:/temp/commander/tiddler/datafields/addfield\" />\n</$button><br>\n,,Note: This will overwrite the existing fileds!,,"
        },
        "$:/plugins/kookma/commander/field/uicomp/remove-fields": {
            "title": "$:/plugins/kookma/commander/field/uicomp/remove-fields",
            "caption": "Remove fields",
            "created": "20190314051054548",
            "list-after": "$:/plugins/kookma/commander/field/uicomp/add-fields",
            "modified": "20200325055328489",
            "tags": "$:/tags/Commander/FieldOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<label class=\"kk-cmd-label\">Old field</label><$select class=\"cmd-select-wd\" tiddler=\"$:/temp/commander/field-remove\" default=\"\">\n<$list filter=\"[subfilter<searchfilter>fields[]sort[]] -title -tags\" >\n<option><$view field=\"title\"/></option>\n</$list>\n</$select>\n<$button class=\"cmd-btn cmd-btn-wd\"> Remove old field\n<$macrocall $name=\"remove-old-field-bulk\" oldField={{$:/temp/commander/field-remove}} />\n</$button>"
        },
        "$:/plugins/kookma/commander/field/uicomp/rename-fields": {
            "title": "$:/plugins/kookma/commander/field/uicomp/rename-fields",
            "caption": "Rename fields",
            "created": "20200107052908832",
            "list-after": "$:/plugins/kookma/commander/field/uicomp/remove-fields",
            "modified": "20200325055328499",
            "tags": "$:/tags/Commander/FieldOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<label class=\"kk-cmd-label\">Old field</label><$select class=\"cmd-select-wd\" \n tiddler=\"$:/temp/commander/rename-field/old\" default=\"\" >\n<$list filter=\"[subfilter<searchfilter>fields[]sort[]] -[<systemFieldsTid>get[text]split[ ]]\" > \n<option><$view field=\"title\"/></option>\n</$list>\n</$select>\n\n<label class=\"kk-cmd-label\">New field</label><$edit-text\ntiddler=\"$:/temp/commander/rename-field/new\"\ntag=\"input\"\ndefault=\"\"\nclass=\"cmd-txt-area\"\nplaceholder=\" new field name\"\n/>\n<$button class=\"cmd-btn cmd-btn-wd\"> Rename field\n<$macrocall $name=\"rename-field-bulk\" \noldField={{$:/temp/commander/rename-field/old}} \nnewField={{{ [[$:/temp/commander/rename-field/new]get[text]lowercase[]trim[]split[ ]join[_]] }}} />\n</$button>\n\n<!-- new field name is checked to be lowecase and leading and trailing spaces are removed and space between words replaced by underscore (_).\n-->"
        },
        "$:/plugins/kookma/commander/field/uicomp/set-field-value": {
            "title": "$:/plugins/kookma/commander/field/uicomp/set-field-value",
            "caption": "Set field value",
            "created": "20190212120609737",
            "list-after": "$:/plugins/kookma/commander/field/uicomp/rename-fields",
            "modified": "20200325055328506",
            "tags": "$:/tags/Commander/FieldOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<label class=\"kk-cmd-label\">Field name</label><$select class=\"cmd-select-wd\" \n tiddler=\"$:/temp/commander/field-name\" default=\"\" >\n<$list filter=\"[subfilter<searchfilter>fields[]sort[]] -[<systemFieldsTid>get[text]split[ ]]\" >\n<option><$view field=\"title\"/></option>\n</$list>\n</$select>\n\n<label class=\"kk-cmd-label\">Field value</label><$edit-text\ntiddler=\"$:/temp/commander/field-value\"\ntag=\"input\" default=\"\"\nclass=\"cmd-txt-area\" placeholder=\" field value\"/>\n<$button class=\"cmd-btn cmd-btn-wd\"> Set field value\n<$macrocall \n $name=\"set-field-value-bulk\" \n fieldName={{$:/temp/commander/field-name}} \n fieldValue={{$:/temp/commander/field-value}} \n/>\n</$button>"
        },
        "$:/plugins/kookma/commander/filters/Drafts": {
            "title": "$:/plugins/kookma/commander/filters/Drafts",
            "created": "20190214135512125",
            "description": "{{$:/language/Filters/Drafts}}",
            "filter": "[has[draft.of]sort[title]]",
            "modified": "20200324070652476",
            "tags": "$:/tags/Commander/Filter",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/commander/filters/geneal": {
            "title": "$:/plugins/kookma/commander/filters/geneal",
            "created": "20190725091830350",
            "description": "General filter",
            "filter": "[all[shadows+tiddlers]search[your keywrods]]",
            "modified": "20200324070652484",
            "tags": "$:/tags/Commander/Filter",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/commander/filters/Missing": {
            "title": "$:/plugins/kookma/commander/filters/Missing",
            "created": "20190214140029091",
            "description": "{{$:/language/Filters/Missing}}",
            "filter": "[all[missing]sort[title]]",
            "modified": "20200324070652492",
            "tags": "$:/tags/Commander/Filter",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/commander/filters/Orphans": {
            "title": "$:/plugins/kookma/commander/filters/Orphans",
            "created": "20190214135426497",
            "description": "{{$:/language/Filters/Orphans}}",
            "filter": "[all[orphans]sort[title]]",
            "modified": "20200324070652498",
            "tags": "$:/tags/Commander/Filter",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/commander/filters/RecentSystemTiddlers": {
            "title": "$:/plugins/kookma/commander/filters/RecentSystemTiddlers",
            "created": "20190214135950458",
            "description": "{{$:/language/Filters/RecentSystemTiddlers}}",
            "filter": "[has[modified]!sort[modified]limit[50]]",
            "modified": "20200324070652508",
            "tags": "$:/tags/Commander/Filter",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/commander/filters/RecentTiddlers": {
            "title": "$:/plugins/kookma/commander/filters/RecentTiddlers",
            "created": "20190214135912493",
            "description": "{{$:/language/Filters/RecentTiddlers}}",
            "filter": "[!is[system]has[modified]!sort[modified]limit[50]]",
            "modified": "20200324070652513",
            "tags": "$:/tags/Commander/Filter",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/commander/filters/SessionTiddlers": {
            "title": "$:/plugins/kookma/commander/filters/SessionTiddlers",
            "created": "20190214135831279",
            "description": "Tiddlers modified since the wiki was loaded",
            "filter": "[haschanged[]]",
            "modified": "20200324070652525",
            "tags": "$:/tags/Commander/Filter",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/commander/filters/StoryList": {
            "title": "$:/plugins/kookma/commander/filters/StoryList",
            "created": "20190214135246552",
            "description": "{{$:/language/Filters/StoryList}}",
            "filter": "[list[$:/StoryList]] -$:/AdvancedSearch",
            "modified": "20200324070652532",
            "tags": "$:/tags/Commander/Filter",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/commander/filters/temp-and-state": {
            "title": "$:/plugins/kookma/commander/filters/temp-and-state",
            "created": "20190214141452091",
            "description": "Temporary and state tiddlers",
            "filter": "[prefix[$:/temp]] [prefix[$:/state]]",
            "modified": "20200324070652542",
            "tags": "$:/tags/Commander/Filter",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/commander/help/ui": {
            "title": "$:/plugins/kookma/commander/help/ui",
            "caption": "Help",
            "created": "20190314050052494",
            "icon": "$:/core/images/help",
            "list-after": "$:/plugins/kookma/commander/setting/ui",
            "modified": "20200324070652550",
            "tags": "$:/tags/Commander",
            "type": "text/vnd.tiddlywiki",
            "text": "<<tabs \ntabsList:\"[all[shadows+tiddlers]tag[$:/tags/Commander/Help]!has[draft.of]]\" \ndefault:\"$:/plugins/kookma/commander/help/uicomp/quick-tutorial\"\nclass:\"tc-vertical cmd-tab-colorful cmd-tab-wd\">>\n\n\n"
        },
        "$:/plugins/kookma/commander/help/uicomp/quick-tutorial": {
            "title": "$:/plugins/kookma/commander/help/uicomp/quick-tutorial",
            "caption": "Quick tutorial",
            "created": "20190314050138754",
            "modified": "20200325092740142",
            "tags": "$:/tags/Commander/Help",
            "type": "text/vnd.tiddlywiki",
            "text": "# Use ''Combo search'' to list possible tiddlers\n#* example: `concept` performs a standard search and find all matches in title, text, and tags\n#* example: `[tag[xx]]` finds all tiddlers tagged with //xx//\n#* example: `[prefix[tt]` finds all tiddlers have title started with //tt//\n#* example: `[has[draft.of]sort[title]]` finds all draft tiddlers\n\n# Use ''Select tiddlers'' for the resulting list to identify which specific tiddlers to do a batch operation on\n#* this step lets you to do a batch operation on selected tiddlers NOT all items by ''Combo search''!\n#* it is possible to select/deselect all tiddlers from ''Combo search'' result at once! Note that, by default all tiddlers are considered for bulk operation until  selective operation is activated!\n# From ''Batch operations tabs'' select the batch operation you wish to perform on selected tiddlers\n#* example: title, tag, and field operations\n#* example: Snr operation\n#* Inspect tab can be used to inspect tiddlers before or after performing operations\n\n* Notes:\n** Multiple batch operations can be done on the same set (unless you change something in the search criteria)\n** Sometimes it is useful to use an intermediate batch to help, like tag tiddlers with a \"working\" tag, using multiple searches, then then use the \"working\" tag to apply a batch operation to\n\n<div class=\"commander-alert\">''Note'': For good operation a tiddler width of 800px is recommended. You can also use //Sidebar layout// as `Fluid story`.</div>\n\n\nFor detailed docummention go to [[Demo page|https://kookma.github.io/TW-Commander/]]\n\n!!! Footenote\n# [[Use filter expression|https://tiddlywiki.com/prerelease/#Filters:Filters%20%5B%5BFilter%20Expression%5D%5D%20%5B%5BFilter%20Syntax%5D%5D%20%5B%5BFilter%20Operators%5D%5D%20%5B%5BFilter%20Parameter%5D%5D%20%5B%5BFilter%20Run%5D%5D%20%5B%5BFilter%20Step%5D%5D%20%5B%5BFilter%20Whitespace%5D%5D]]"
        },
        "$:/plugins/kookma/commander/help/uicomp/regular-expression": {
            "title": "$:/plugins/kookma/commander/help/uicomp/regular-expression",
            "caption": "Regular expressions",
            "created": "20190314084511720",
            "list-after": "$:/plugins/kookma/commander/help/uicomp/snr",
            "modified": "20200325093450357",
            "tags": "$:/tags/Commander/Help",
            "type": "text/vnd.tiddlywiki",
            "text": "!! Regular Expressions Quick Reference\n\n|''FLAGS'' |<|<|h\n| i |ignore case|case insensitive matching|\n|   |whole words|match strings of a-z, 0-9 and _|\n| g |global|field start=^, field end=$, all matches|\n| m |multi-line|line start=^, line end=$, first match|\n|   |first match|field start=^, field end=$, first match|\n|''MATCH'' |<|<|h\n|''Anchors''|<|<|\n| ^ |start of scope|see Flags, match is zero length|\n| $ |end of scope|see Flags, match is zero length|\n| \\b |word boundary|anchor to edge of word, zero length|\n| \\B |not word boundary|anchor inside word, zero length|\n|''Character Classes''|<|<|\n| [c] |class of characters|any one matches, e.g. [abc123]|\n| [^c] |negated class of characters|any one doesn't match, e.g. [^abc123]|\n|''Shorthand Character Classes''|<|<|\n| . |any character except newline|same as [^\\n]|\n| \\d |decimal|same as [0-9]|\n| \\D |not decimal|same as [^0-9]|\n| \\s |white-space|same as [\\ \\t\\n]|\n| \\S |not white-space|same as [^\\ \\t\\n]|\n| \\t |tab|same as [\\t]|\n| \\n |newline|same as [\\n]|\n| \\w |word character|same as [a-zA-Z0-9_]|\n| \\W |not word character|same as [^a-zA-Z0-9_]|\n|''Capturing Groups''|<|<|\n| (match) |match placed in variable $x|can be used in Replace|\n| (\\x) |repeats match pattern of $x|can be used in Replace|\n|''Quantifiers''|<|<|\n| ? |single match|match 0 or 1 time|\n| * |greedy match 0+|match 0 or as many times as possible|\n| *? |lazy match 0+|match 0 or as few times as possible|\n| + |greedy match 1+|match 1 or as many times as possible|\n| +? |lazy match 1+|match 1 or as few times as possible|\n| {x} |match x times|match x times|\n| {x,y} |match x to y times|match x times to exactly y times|\n| {x,} |match x or more times|match x times or as many as possible|\n|''Escapes''|<|<|\n| \\ |escape special characters|add to \\ [  ] ( ) { } ^ $ . ?  *  + for literals|\n|''REPLACE'' |<|<|h\n| $& |return the full match|<|\n| $x |return $x where x is the numeric index of a Capturing Group|<|\n|''NOTE'' |<|<|h\n|This Reference supports most ordinary uses of regular expressions.<br> For advanced options: [[MDN Reference|https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#Using_simple_patterns]]; examples: [[regular-expressions.info|https://www.regular-expressions.info/tutorial.html]].|<|<|\n\n"
        },
        "$:/plugins/kookma/commander/help/uicomp/relink": {
            "title": "$:/plugins/kookma/commander/help/uicomp/relink",
            "caption": "Relink on rename",
            "created": "20190912052826269",
            "list-after": "$:/plugins/kookma/commander/help/uicomp/regular-expression",
            "modified": "20200325093202388",
            "tags": "$:/tags/Commander/Help",
            "type": "text/vnd.tiddlywiki",
            "text": "!! Relink on rename\nWhen Tiddler Commander is used to rename bulk tiddlers in operation like\n\n* Title operation\n** add/remove prefix\n** add/remove suffix\n** remove chars from the begining or end of title\n* ~SnR\n** Search and replace in tiddlers title\n\nIt is possible to update all links to title. This includes //tags// and //list//. If [[Relink|https://flibbles.github.io/tw5-relink/]] plugin is installed, then not only title will be updated in //tags// and //list// field, but also in all filters, transclusions, text field and evrywhere.\n\n<div class=\"commander-alert\"> ''Note'': Relink does not update all forms of title e.g those created from different segments, but it will update any occurances</div>\n\n\n!! How to integrate with ''Relink''?\n\nSimply install the [[Relink|https://flibbles.github.io/tw5-relink/]] plugin and it will be appeared as an option when Tiddler Commander title operations including ~SnR are performed!\n"
        },
        "$:/plugins/kookma/commander/help/uicomp/snr": {
            "title": "$:/plugins/kookma/commander/help/uicomp/snr",
            "caption": "Search-n-Replace",
            "created": "20190307104654008",
            "list-after": "$:/plugins/kookma/commander/help/uicomp/quick-tutorial",
            "modified": "20200925143424505",
            "tags": "$:/tags/Commander/Help",
            "type": "text/vnd.tiddlywiki",
            "text": "!! Search and replace using Snr\nSnr stands for search and replace, is a powerful tool uses regular expression for searching all fields and lets replace chars, words, phrases with new values.\n\n!! How to use\n* Enter a search filter or keywords in ''Combo search'' box like `[tag[myTag]]` or `concept`\n* Use ''Select tiddlers'' for the resulting list to identify which specific tiddlers to do a Snr operation on\n** If selective operation is unchecked, all tiddlers from step one will be included in Snr operation.\n* From ''Tiddler title'' drop down menu select a tiddler\n* From ''Field name'' drop down menu select a tiddler field like `text`\n** all fileds even `title` can be selected\n* In the ''Search text'' type the search term for example `this`\n* In the ''Replace with'' type the term you want to replace with like `that`\n* Check the ''Differences'' and if you are satisfied with the result, press the `Replace?` button\n* You can press `Replace all?` if you want to search and replace in all selected tiddlers\n\n;Remarks\n: The `Replace all?` lets you to search and replace in all selected tiddlers at once! It is possible to search and replace even in `title` field!\n\n<$list filter=\"[[snr.png]is[tiddler]]\"><<image-pretty img:\"snr.png\" width:\"60%\" align:\"center\" caption:\"Fig 1. Search and replace using regular expression\">></$list>\n\n!! Special characters\n<<<\nAs `SNR` uses ''regexp'' pattern to make search and replace, when special characters are used in the ''Search text'' box, they shall be escaped among them are `*`, `+`, `[]`, `?` ...\nTo use these characters do like below\n\n```\n\\[ \\] \\( \\) \\{ \\} \\. \\* \\+ \\? \\^ \\$ \\\\ \\|\n```\n<<<\n\n!! Warning\n<<<\n* SNR replace the contents of tiddlers.<br> ''//The action can not be undone//''. So always make a backup before performing any replace action\n<<<"
        },
        "$:/plugins/kookma/commander/help/uicomp/warning": {
            "title": "$:/plugins/kookma/commander/help/uicomp/warning",
            "caption": "Warning",
            "created": "20200325092841002",
            "list-after": "$:/plugins/kookma/commander/help/uicomp/relink",
            "modified": "20200325093538187",
            "tags": "$:/tags/Commander/Help",
            "type": "text/vnd.tiddlywiki",
            "text": ";Note i\n:Tiddler Commander is a very powerful tool, it can change any field in any tiddler.// Make sure what you are doing//!\n\n;Note ii\n:Tiddler Commander uses two steps tiddler selection. It uses a combo search box to screen (using standard or filter search) possible tiddlers and then uses a selective list of tiddlers from first step for batch operation!\n:# If selective operation is unchecked, then all tiddlers from step one are used for batch operation\n:# If selective operation is checked, then user has to manually select among tiddlers, and the selected ones are used for batch operation \n\n;Note iii\n://Commander do not perform operation on shadow tiddlers//, unless they are overriden. Because shadow tiddlers aren’t stored as ''real'' tiddlers. They are intentionally excluded from most operations by default so that they don’t clutter filters made by users unless explicitly required. \n\n<div class=\"commander-alert\">''Warning''\nBefore using Tiddler commander for bulk operation on your own valuable, irreplaceable data, ''backup them''.\n</div>"
        },
        "$:/plugins/kookma/commander/history": {
            "title": "$:/plugins/kookma/commander/history",
            "created": "20200324061906253",
            "modified": "20210102152245874",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Full change log  https://kookma.github.io/TW-Commander/#ChangeLog\n\n* ''2.1.2'' -- 2021.01.02 -- Saq Imtiaz release\n* ''2.1.0'' -- 2020.03.25 -- stable release\n* ''0.1.0'' -- 2019.02.12 -- mature public release\n"
        },
        "$:/plugins/kookma/commander/images/commander.svg": {
            "title": "$:/plugins/kookma/commander/images/commander.svg",
            "caption": "file-alt (Regular)",
            "created": "20190724144859943",
            "modified": "20210102140141641",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg class=\"tc-image-file-alt tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 384 512\"><path d=\"M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z\"/></svg>"
        },
        "$:/plugins/kookma/commander/inspect/comp/edit-fileds": {
            "title": "$:/plugins/kookma/commander/inspect/comp/edit-fileds",
            "created": "20190313061511585",
            "modified": "20200325055328517",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define lingo-base() $:/language/EditTemplate/\n\\define config-title()\n$:/config/EditTemplateFields/Visibility/$(currentField)$\n\\end\n\n\\define config-filter()\n[[hide]] -[title{$(config-title)$}] \n\\end\n\n\\define new-field()\n<$vars name={{$:/temp/newfieldname}}>\n<$reveal type=\"nomatch\" text=\"\" default=<<name>>>\n<$button class=\"cmd-btn\">\n<$action-sendmessage $message=\"tm-add-field\"\n$name=<<name>>\n$value={{$:/temp/newfieldvalue}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldname\"/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldvalue\"/>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" text=\"\" default=<<name>>>\n<$button class=\"cmd-btn\">\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n</$vars>\n\\end\n\n\\define compInspect-edit-fileds(commonFields:\"\")\n\n<div class=\"tc-edit-fields\">\n<table class=\"tc-edit-fields\">\n<tbody>\n<$list filter=\"[all[current]fields[]] +[sort[title]]\" variable=\"currentField\">\n<$list filter=<<config-filter>> variable=\"temp\">\n<tr class=\"tc-edit-field\">\n<td class=\"tc-edit-field-name\">\n<$text text=<<currentField>>/>:</td>\n<td class=\"tc-edit-field-value\">\n<$edit-text tiddler=<<currentTiddler>> field=<<currentField>> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}}/>\n</td>\n<td class=\"tc-edit-field-remove\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Field/Remove/Hint}} aria-label={{$:/language/EditTemplate/Field/Remove/Caption}}>\n<$action-deletefield $field=<<currentField>>/>\n{{$:/core/images/delete-button}}\n</$button>\n</td>\n</tr>\n</$list>\n</$list>\n\n\n<$list filter=\"created creator modified modifier -[enlist<__commonFields__>]\" variable=\"currentField\">\n<tr class=\"tc-edit-field\">\n<td class=\"tc-edit-field-name\">\n<$text text=<<currentField>>/>:</td>\n<td class=\"tc-edit-field-value\">\n<$edit-text tiddler=<<currentTiddler>> field=<<currentField>> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}}/>\n</td>\n<td class=\"tc-edit-field-remove\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Field/Remove/Hint}} aria-label={{$:/language/EditTemplate/Field/Remove/Caption}}>\n<$action-deletefield $field=<<currentField>>/>\n{{$:/core/images/delete-button}}\n</$button>\n</td>\n</tr>\n</$list>\n\n\n\n\n</tbody>\n</table>\n</div>\n\n<$fieldmangler>\n<div class=\"tc-edit-field-add\">\n<em class=\"tc-edit\">\n<<lingo Fields/Add/Prompt>>\n</em>\n<span class=\"tc-edit-field-add-name\">\n<$edit-text tiddler=\"$:/temp/newfieldname\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Name/Placeholder}} focusPopup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-edit-texteditor tc-popup-handle\"/>\n</span>\n<$button popup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Field/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Field/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/field-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$linkcatcher to=\"$:/temp/newfieldname\">\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/User>>\n</div>\n<$list filter=\"[!is[shadow]!is[system]fields[]search:title{$:/temp/newfieldname}sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type\"  variable=\"currentField\">\n<$link to=<<currentField>>>\n<<currentField>>\n</$link>\n</$list>\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/System>>\n</div>\n<$list filter=\"[fields[]search:title{$:/temp/newfieldname}sort[]] -[!is[shadow]!is[system]fields[]]\" variable=\"currentField\">\n<$link to=<<currentField>>>\n<<currentField>>\n</$link>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>\n<span class=\"tc-edit-field-add-value\">\n<$edit-text tiddler=\"$:/temp/newfieldvalue\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} class=\"tc-edit-texteditor\"/>\n</span>\n<span class=\"tc-edit-field-add-button\">\n<$macrocall $name=\"new-field\"/>\n</span>\n</div>\n</$fieldmangler>\n\\end"
        },
        "$:/plugins/kookma/commander/inspect/comp/edit-preview": {
            "title": "$:/plugins/kookma/commander/inspect/comp/edit-preview",
            "created": "20200115050859257",
            "modified": "20200325055328524",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define compInspect-edit-preview(tiddler, commonFields:\"\")\n<div class=\"tc-edit-fields\">\n<table class=\"tc-edit-fields\">\n<tbody>\n<tr class=\"tc-edit-field\"><td class=\"tc-edit-field-name\">title:</td>\n<td class=\"tc-edit-field-value\"><$link to=<<__tiddler__>> ><$text text=<<__tiddler__>> /></$link></td>\n</tr>\n<tr class=\"tc-edit-field\"><td class=\"tc-edit-field-name\">tags:</td>\n<td class=\"tc-edit-field-value\">{{$tiddler$||$:/core/ui/EditTemplate/tags}}</td>\n</tr>\n<tr class=\"tc-edit-field\"><td class=\"tc-edit-field-name\">text:</td>\n<td class=\"tc-edit-field-value\"><$macrocall $name=compInspect-get-field tiddler=<<__tiddler__>>  field=\"text\" tag=\"textarea\" /></td>\n</tr>\n</tbody>\n</table>\n</div>\n\n<$tiddler tiddler=<<__tiddler__>> >\n<$macrocall $name=\"compInspect-edit-fileds\" commonFields=<<__commonFields__>> />\n</$tiddler>\n\\end\n\n\\define compInspect-get-field(tiddler, field, tag:\"input\") \n<$edit-text class=\"tc-edit-texteditor\" tiddler=<<__tiddler__>> field=<<__field__>> tag=<<__tag__>> default=\"\" placeholder={{$:/language/EditTemplate/Body/Placeholder}}/>\n\\end"
        },
        "$:/plugins/kookma/commander/inspect/comp/main": {
            "title": "$:/plugins/kookma/commander/inspect/comp/main",
            "created": "20190308151331101",
            "modified": "20200325055328536",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define compInspect(filter, stateTiddler:\"thisTiddler\")\n<$set name=\"state\" \n      value={{{ [[$:/state/compInspect/]addsuffix<__stateTiddler__>]    }}} >\n<$vars\n   slStateTid={{{ [<state>addsuffix[/]addsuffix[selectState-tiddler]]   }}}\n   rvStateTid={{{ [<state>addsuffix[/]addsuffix[revealState-tiddler]]   }}}\n   chStateTid={{{ [<state>addsuffix[/]addsuffix[checkboxState-tiddler]] }}} >\n\nSelect tiddler &nbsp;<$macrocall $name=compSelect filter=<<__filter__>> stateTiddler=<<slStateTid>> />\n&nbsp;&nbsp;\n<$macrocall $name=\"check-common-fields\" stateTiddler=<<chStateTid>> />\n&nbsp;&nbsp;\n<$reveal stateTitle=<<rvStateTid>> type=\"nomatch\" text=\"edit\">\n<$button class=\"tc-btn-invisible\" setTitle=<<rvStateTid>> setTo=\"edit\" tooltip=\"edit tiddler\">{{$:/core/images/edit-button}}</$button>\n<$macrocall $name=compInspect-show-preview tiddler={{{ [<slStateTid>get[text]]+[subfilter<__filter__>] }}}  commonFields={{{ [<chStateTid>get[text]] }}}/>\n</$reveal>\n<$reveal stateTitle=<<rvStateTid>> type=\"match\" text=\"edit\">\n<$button class=\"tc-btn-invisible\" setTitle=<<rvStateTid>> setTo=\"\" tooltip=\"confirm changes\">{{$:/core/images/done-button}}</$button>\n<$macrocall $name=compInspect-edit-preview tiddler={{{ [<slStateTid>get[text]]+[subfilter<__filter__>] }}}  commonFields={{{ [<chStateTid>get[text]] }}}/>\n</$reveal>\n\n</$vars>\n</$set>\n\\end\n\n\\define check-common-fields(stateTiddler)\n<$vars commonFields={{{[<commonFieldsTid>get[text]]}}}>\n<$checkbox \n tiddler=<<__stateTiddler__>>\n field=\"text\" \n checked=<<commonFields>>\n unchecked=\"\"\n default=\"\"\n> Exclude common fields?</$checkbox>\n</$vars>\n\\end"
        },
        "$:/plugins/kookma/commander/inspect/comp/select": {
            "title": "$:/plugins/kookma/commander/inspect/comp/select",
            "created": "20190308070713468",
            "modified": "20200325055328546",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define compSelect(filter:\"\", stateTiddler:\"\", default:\"\", class:\"\", showButtons:\"show\")\n<$select tiddler=<<__stateTiddler__>> default=<<__default__>> class=<<__class__>> >\n<option value=\"\">None</option>\n<$list filter=<<__filter__>> variable=item>\n<option value=<<item>>><$text text=<<item>> /></option>\n</$list>\n</$select>\n<$reveal type=\"match\" text=\"show\" default=<<__showButtons__>> >\n<$vars myfilter=<<__filter__>> mystateTiddler=<<__stateTiddler__>> myitem={{{ [<__stateTiddler__>get[text]] }}} >\n<$button actions=<<cs-prev-item>> class=\"cmd-btn\"> prev </$button>\n<$button actions=<<cs-next-item>> class=\"cmd-btn\"> next </$button>\n</$vars>\n</$reveal>\n\\end\n\n\\define cs-prev-item()\n<$list filter=\"[subfilter<myfilter>] +[before<myitem>]\" variable=\"prev-item\" >\n<$action-setfield $tiddler=<<mystateTiddler>> text=<<prev-item>> />\n</$list>\n\\end\n\n\\define cs-next-item()\n<$list filter=\"[subfilter<myfilter>] +[after<myitem>]\" variable=\"next-item\" >\n<$action-setfield $tiddler=<<mystateTiddler>> text=<<next-item>> />\n</$list>\n\\end\n\n<!-- used by\n - $:/plugins/kookma/commander/compInspect/main\n-->"
        },
        "$:/plugins/kookma/commander/inspect/comp/show-preview": {
            "title": "$:/plugins/kookma/commander/inspect/comp/show-preview",
            "created": "20190308070953891",
            "modified": "20200325055328553",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define compInspect-show-preview(tiddler, commonFields:\"\")\n<$vars mainFields=\"title tags text\">\n<table class=\"cmd-ci-table\">\n<tr><td class=\"leftcol\">title</td>\n<td class=\"rightcol\"><$link to=<<__tiddler__>> ><$text text=<<__tiddler__>> /></$link></td>\n</tr>\n\n<tr><td class=\"leftcol\">tags</td>\n<td style=\"padding:3px;\"><$macrocall $name=showTags tiddler=<<__tiddler__>> /></td>\n</tr>\n<tr><td class=\"leftcol\">text</td>\n<td><$transclude tiddler=<<__tiddler__>> field=\"text\" mode=\"block\"/></td>\n</tr>\n<$list filter=\"[<__tiddler__>fields[]] -[enlist<mainFields>] -[enlist<__commonFields__>]\" variable=\"otherFld\">\n<tr><td class=\"leftcol\"><<otherFld>></td>\n<td class=\"rightcol\"><$transclude tiddler=<<__tiddler__>> field=<<otherFld>> mode=\"inline\"/></td>\n</tr>\n</$list>\n</table>\n</$vars>\n\\end\n\n\\define showTags(tiddler)\n<$list filter=\"[<__tiddler__>tags[]]\" variable=tagItem >\n<$macrocall $name=tag tag=<<tagItem>> />\n</$list>\n\\end\n"
        },
        "$:/plugins/kookma/commander/inspect/ui": {
            "title": "$:/plugins/kookma/commander/inspect/ui",
            "caption": "Inspect",
            "created": "20190313075823496",
            "list-after": "$:/plugins/kookma/commander/field/ui",
            "modified": "20200325055328564",
            "tags": "$:/tags/Commander",
            "type": "text/vnd.tiddlywiki",
            "text": "<<tabs \ntabsList:\"[all[shadows+tiddlers]tag[$:/tags/Commander/InspectOps]!has[draft.of]]\" \ndefault:\"$:/plugins/kookma/commander/inspect/uicomp/Inspection\"\nclass:\"tc-vertical cmd-tab-wd\">>\n"
        },
        "$:/plugins/kookma/commander/inspect/uicomp/Inspection": {
            "title": "$:/plugins/kookma/commander/inspect/uicomp/Inspection",
            "caption": "Inspect",
            "created": "20190313080119081",
            "modified": "20200325055328571",
            "tags": "$:/tags/Commander/InspectOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<$macrocall \n $name=compInspect\n filter=<<searchfilter>>\n stateTiddler=\"commander\"\n/>"
        },
        "$:/language/Buttons/Commander/Caption": {
            "title": "$:/language/Buttons/Commander/Caption",
            "created": "20190725032131129",
            "modified": "20200324080437929",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "commander"
        },
        "$:/language/Buttons/Commander/Hint": {
            "title": "$:/language/Buttons/Commander/Hint",
            "created": "20190725032106026",
            "modified": "20200324080437905",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Tiddler Commander"
        },
        "$:/plugins/kookma/commander/license": {
            "title": "$:/plugins/kookma/commander/license",
            "created": "20200324061906254",
            "modified": "20200324061959559",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Distributed under an MIT license.\n\nCopyright (c) 2018-2020 [[Mohammad Rahmani|https://github.com/kookma]]\n\n<<<\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n<<<"
        },
        "$:/plugins/kookma/commander/log/ui": {
            "title": "$:/plugins/kookma/commander/log/ui",
            "caption": "Log status",
            "created": "20190221152805807",
            "modified": "20200324070652656",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<div class=\"commander-alert\" style=\"padding:5px;font-size:0.90em;\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" actions=<<delete-all-log-tiddlers>>>Clear log</$button>\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[tag[$:/tags/Commander/LogOps]]\" />\"\"\">\n<div class=\"tc-search-results\">\n<span class=\"kk-commander-log-note\">Recent number of operations: <<resultCount>></span><br>\n<$list filter=\"[tag[$:/tags/Commander/LogOps]] +[!sort[created]]\" variable=\"logTid\">\n<b><$view tiddler=<<logTid>> field=\"created\" format=\"date\" template=\"YYYY-0MM-0DD 0hh:0mm:0ss\"/>  \n<$view tiddler=<<logTid>> field=\"caption\">\n   <$view tiddler=<<logTid>> field=\"title\"></$view>\n</$view>\n</b>\n<ol><$list filter=\"[<logTid>indexes[]]\" variable=\"item\">\n<li><$link to=<<item>>><<item>></$link>\n<$set name=\"myItem\" tiddler=<<logTid>> index=<<item>> >\n<$list filter=\"[<myItem>!search[existed]]\" variable=\"ignore\" \n  emptyMessage=\"\"\"<span style=\"color:red;\"><<myItem>></span>\"\"\" >\n<span class=\"kk-commander-log-item\"><<myItem>></span>\n</$list>\n</$set>\n</li>\n</$list></ol>\n</$list>\n</div>\n</$set>\n</div>"
        },
        "$:/plugins/kookma/commander/macros/compConfirmAction": {
            "title": "$:/plugins/kookma/commander/macros/compConfirmAction",
            "created": "20190301145916990",
            "modified": "20200324070652662",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define compConfirmAction(\nbtnLabel:\"Delete these tiddlers\", \nconfirmMessage:\"Are you sure you wish to delete\", \nstateTiddler:\"\"\ncountFilter:\"\", \nactionMacro:\"\")\n<$set name=resultCount value={{{ [subfilter<__countFilter__>count[]] }}} >\n<$reveal type=\"gt\" text=\"0\" default=<<resultCount>> >\n<$button popup=<<qualify \"\"\"$stateTiddler$\"\"\">> class=\"cmd-btn\">$btnLabel$</$button>\n</$reveal>\n<$reveal state=<<qualify \"\"\"$stateTiddler$\"\"\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\n$confirmMessage$ <<resultCount>> tiddler(s)?\n</div>\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"cmd-btn\"> $btnLabel$\n<$macrocall $name=<<__actionMacro__>> />\n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n</$set>\n\\end"
        },
        "$:/plugins/kookma/commander/macros/definition": {
            "title": "$:/plugins/kookma/commander/macros/definition",
            "created": "20200102195320611",
            "description": "some macro are not used REMOVE THEM",
            "modified": "20200325055328579",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define tempPath()        $:/temp/commander\n\n\\define searchboxTid()    $(tempPath)$/search-box\n\\define selectiveOpsTid() $(tempPath)$/selective-operation\n\n\n\\define workingTag()      $:/tags/Commander/Working\n\\define exportTagTid()    $:/temp/commander/exportTag\n\\define systemFieldsTid() $:/plugins/kookma/commander/config/systemfields\n\\define commonFieldsTid() $:/plugins/kookma/commander/config/commonfields"
        },
        "$:/plugins/kookma/commander/macros/logging": {
            "title": "$:/plugins/kookma/commander/macros/logging",
            "created": "20190221163406469",
            "modified": "20200325055356563",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define set-title() $:/temp/commander/logs/tid-{{{[tag[$:/tags/Commander/LogOps]count[]add[1]]}}}\n\n\\define create-log-tiddler(msg)\n<$wikify name=\"myTitle\" text=\"\"\"<<set-title>>\"\"\">\n<$wikify name=\"myCaption\" text=\"\"\"<$macrocall $name=\"set-caption\" msg=<<__msg__>> />\"\"\">\n<$action-createtiddler $basetitle=<<myTitle>>\n$savetitle=\"$:/state/commander/log-tiddler\"\ntags=\"$:/tags/Commander/LogOps\"\ntype=\"application/json\"\ncaption=<<__msg__>>\n/>\n</$wikify>\n</$wikify>\n\\end\n\n\\define log-add-single-operation(msg:\"commander operation\", tidItem:\"no item\")\n<$action-setfield $tiddler={{$:/state/commander/log-tiddler}} $index=<<__tidItem__>> $value=<<__msg__>> />\n\\end\n\n\n\\define delete-all-log-tiddlers()\n<$action-deletetiddler $filter=\"[tag[$:/tags/Commander/LogOps]]\" />\n\\end"
        },
        "$:/plugins/kookma/commander/macros/remove-workingtag": {
            "title": "$:/plugins/kookma/commander/macros/remove-workingtag",
            "created": "20200103172259595",
            "modified": "20200325055328597",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define remove-working-tag(oldTag)\n<$list filter=\"[all[shadows+tiddlers]tag<workingTag>limit[1]]\" variable=ignore>\n<<create-log-tiddler \"remove-workingTag\">>\n<$list filter=\"[all[shadows+tiddlers]tag<workingTag>]\">\n<$fieldmangler>\n<$action-sendmessage $message=\"tm-remove-tag\" $param=<<__oldTag__>> />\n</$fieldmangler>\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"working tag `$oldTag$` removed\"\"\" tidItem=<<currentTiddler>> />\n</$list>\n</$list>\n\\end\n\n\n"
        },
        "$:/plugins/kookma/commander/macros/slider": {
            "title": "$:/plugins/kookma/commander/macros/slider",
            "created": "20200105085554618",
            "modified": "20200325065829776",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define commander-slider(title, default:\"closed\")\n<$set name=\"revealState\" value=<<qualify \"$:/state/commander/reveal/$title$\">>>\n<h2>\n  <$reveal type=\"nomatch\" state=<<revealState>> text=\"open\" default=\"$default$\">\n    <$button class=\"tc-btn-invisible tc-tiddlylink\" set=<<revealState>> setTo=\"open\">\n      {{$:/core/images/right-arrow}}\n    </$button>\n  </$reveal>\n  <$reveal type=\"match\" state=<<revealState>> text=\"open\" default=\"$default$\">\n    <$button class=\"tc-btn-invisible tc-tiddlylink\" set=<<revealState>> setTo=\"closed\">\n      {{$:/core/images/down-arrow}}\n    </$button>\n  </$reveal>\n  <$view tiddler=\"$title$\" field=\"caption\">\n    <$view tiddler=\"$title$\" field=\"title\"></$view>\n  </$view>\n  \n</h2>\n\n<$reveal type=\"match\" state=<<revealState>> text=\"open\" default=\"$default$\">\n<$transclude tiddler=\"$title$\" mode=\"block\" />\n</$reveal>\n</$set>\n\\end"
        },
        "$:/plugins/kookma/commander/macros/utility": {
            "title": "$:/plugins/kookma/commander/macros/utility",
            "created": "20190315092752816",
            "modified": "20200325055356631",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define display(label,text)\n<$set name=\"stateTid\" value=\"$:/temp/commander/display/popup/$label$\" >\n<$button popup=<<stateTid>> class=\"tc-btn-invisible\"><span style=\"text-decoration: underline\">$label$</span></$button>\n<$reveal type=\"nomatch\" text=\"\" default=\"\" state=<<stateTid>> animate=\"yes\">\n<span style=\"color:blue;\"><$text text=<<__text__>> /></span></$reveal>\n</$set>\n\\end\n\n\\define is-filterSeearch-newer-than-selectedTitles(TidA, TidB)\n<$set name=\"tidAMod\" value={{{ [[$TidA$]get[modified]] }}}>\n<$set name=\"tidBMod\" value={{{ [[$TidB$]get[modified]] }}}>\n<$set name=\"tidAText\" value={{{ [[$TidA$]get[text]] }}}>\n<$set name=\"tidBText\" value={{{ [[$TidB$]get[text]] }}}>\n<$list filter=\"[<__TidB__>get[text]minlength[1]]\" variable=ignore>\n<$reveal type=\"nomatch\" default=<<tidAText>> text=<<tidBText>>>\n<$list filter=\"[<tidAMod>] [<tidBMod>] +[nsort[]last[1]removesuffix<tidBMod>]\">\nA new filter search has been detected, click on the search button to apply it.\n</$list>\n</$reveal>\n</$list>\n</$set>\n</$set>\n</$set>\n</$set>\n\\end\n\n!!Remarks\n;is-filterSeearch-newer-than-selectedTitles\n* Checks `TidA` and `TidB` for modified date and text\n* If They are not empty, then\n** checks if the text of two are equal, if not\n** checks to see if `TidB` is newer or not\n** if newer shows a message, to apply the new search filter\n* Note\n** `TidA=\"$:/temp/commander\"`\n** `TidB=\"$:/temp/commander/search-box\"`\n* is-filterSeearch-newer-than-selectedTitles is called from $:/plugins/kookma/commander/search/ui\n\n;display\n* gets a label and a text\n* create an inline label\n* on click label, the text is displayed as temporary popup\n* losing focus, the text goes hidden\n* this macro is used in customized compSelective to show the active filter"
        },
        "$:/plugins/kookma/commander/readme": {
            "title": "$:/plugins/kookma/commander/readme",
            "created": "20200324061906254",
            "modified": "20210102142228008",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "; Tiddler Commander\nTiddler Commander, in short ''Commander'' is a unique tool for batch operations on tiddlers. Commander has the below features\n\n* Bulk tiddler creation/deletion\n* Combo search to filter and select tiddlers\n* Title operation: add, remove prefixes and suffixes, also remove cahras form begining and end of title (on renaming tiddlers, [[relink|$:/plugins/kookma/commander/help/uicomp/relink]] can be used to update title in other tiddlers)\n* Tag operation: add, remove, replace\n* Field operation: add, remove, rename, and set field value\n* SNR, search and replace in all fields including text, tags, //title//, and common fields\n* Inspect, to review and inspect tiddlers in one place, scroll among them and edit all fields (including common fields), tags, text (title is an exception!)\n* Log, create logs of all operations\n* Search, //save and load// any combination of filter search\n\n; Start Commander\n* Normally Commander adds its icon: <span class=\"cmd-doc\">{{$:/plugins/kookma/commander/images/commander.svg}}</span> to page controls.\n* Open the right sidebar and click on the  <span class=\"cmd-doc\">{{$:/plugins/kookma/commander/images/commander.svg}}</span> Commander is started\n*  In standard Tiddlywiki, control buttons are shown on the right sidebar under site title.\n\n; Code and demo\nFor learning plugin features, syntax, tutorial and examples see the plugin demo and code pages\n\n* Demo: https://kookma.github.io/TW-Commander/\n* Code: https://github.com/kookma/TW-Commander\n\n<style>\n.cmd-doc svg{\nwidth: 1.2em;\nheight: 1.2em;\nvertical-align: middle;}\n</style>"
        },
        "$:/plugins/kookma/commander/search/filter-button/clear": {
            "title": "$:/plugins/kookma/commander/search/filter-button/clear",
            "created": "20190214132946159",
            "list-after": "$:/plugins/kookma/commander/search/filter-button/search",
            "modified": "20200325055356645",
            "tags": "$:/tags/Commander/Search/FilterButton",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/commander/macros/definition\n\n<$reveal  type=\"nomatch\" stateTitle=<<searchboxTid>> stateField=\"text\" text=\"\">\n<$button class=\"tc-btn-invisible\" tooltip=\"clear search box and selected tiddlers\">\n<$action-setfield $tiddler=<<searchboxTid>> $field=\"text\" $value=\"\"/>\n<$action-setfield $tiddler=\"$:/temp/commander\" $field=\"text\" $value=\"\"/>\n<$action-setfield $tiddler=\"$:/state/commander/snr/select-tiddler\" $field=\"text\" $value=\"\"/><!-- SNR selection -->\n<$action-setfield $tiddler=\"$:/state/compInspect/temp/commander/selectState-tiddler\" $field=\"text\" $value=\"\"/> <!-- Inspect selection -->\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n\n<!--\nthere is extra action should be removed\n-->"
        },
        "$:/plugins/kookma/commander/search/filter-button/dropdown": {
            "title": "$:/plugins/kookma/commander/search/filter-button/dropdown",
            "created": "20190214133424013",
            "modified": "20200325055328632",
            "tags": "$:/tags/Commander/Search/FilterButton",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/commander/macros/definition\n\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/commander/filterDropdown\">> class=\"tc-btn-invisible\" tooltip=\"select a search filter\">\n{{$:/core/images/down-arrow}}\n</$button>\n</span>\n\n<$reveal state=<<qualify \"$:/state/commander/filterDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher to=<<searchboxTid>> >\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Commander/Filter]]\"><$link to={{!!filter}}><$transclude field=\"description\"/></$link>\n</$list>\n</div>\n</div>\n</$linkcatcher>\n</$set>\n</$reveal>"
        },
        "$:/plugins/kookma/commander/search/filter-button/save": {
            "title": "$:/plugins/kookma/commander/search/filter-button/save",
            "created": "20190214141644228",
            "list-after": "$:/plugins/kookma/commander/search/filter-button/clear",
            "modified": "20200325055356657",
            "tags": "$:/tags/Commander/Search/FilterButton",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/commander/macros/definition\n\n<$reveal  type=\"nomatch\" stateTitle=<<searchboxTid>> stateField=\"text\" text=\"\">\n<$button class=\"tc-btn-invisible\" tooltip=\"save current search\" popup=<<qualify \"$:/state/commander/SaveDropdown\">> >\n{{$:/core/images/file}}\n</$button>\n</$reveal>\n\n<$reveal state=<<qualify \"$:/state/commander/SaveDropdown\">> type=\"popup\" class=\"tc-popup-keep\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\nSave new search filter<br><br>\n<$edit-text\ntiddler=\"$:/temp/commander/save-new-filter\"\ntag=\"input\"\ndefault=\"\"\nclass=\"cmd-txt-area\"\nplaceholder=\"description for new filter\"\n/> <br><br>\n\n<$button class=\"tc-btn\"> Save new filter\n<$macrocall $name=\"create-new-filter\" \n  description={{$:/temp/commander/save-new-filter}} \n\tbasetitle=\"$:/plugins/kookma/commander/filters/yourFilter\"  \n\tfilter={{{[<searchboxTid>get[text]]}}} \t/>\n<$action-deletetiddler $tiddler=\"$:/temp/commander/save-new-filter\"/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/commander/SaveDropdown\">> />\n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n\n<!-- ToDO\ncorrect classes for textbox\n-->"
        },
        "$:/plugins/kookma/commander/search/macros/create-new-filter": {
            "title": "$:/plugins/kookma/commander/search/macros/create-new-filter",
            "created": "20190214142032323",
            "modified": "20200325055356665",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define create-new-filter(description:\"\", basetitle:\"\", filter:\"\")\n<$list filter=\"[<__description__>!is[blank]]\" variable=\"ignore\">\n<$action-createtiddler \n    $basetitle=\"\"\"$basetitle$\"\"\"\n    tags=\"$:/tags/Commander/Filter\"\n    description=<<__description__>>\n    filter=\"\"\"$filter$\"\"\"\n  /> \n</$list>\n\\end\n"
        },
        "$:/plugins/kookma/commander/search/macros/select-deselect": {
            "title": "$:/plugins/kookma/commander/search/macros/select-deselect",
            "created": "20200106121946448",
            "modified": "20200325055328657",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define select-all()\n<$list filter=\"[subfilter<filtertext>!is[missing]!tag<workingTag>]\">\n<$fieldmangler>\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<workingTag>> />\n</$fieldmangler>\n\\end\n\n\\define deselect-all()\n<$list filter=\"[tag<workingTag>]\">\n<$fieldmangler>\n<$action-sendmessage $message=\"tm-remove-tag\" $param=<<workingTag>> />\n</$fieldmangler>\n\\end"
        },
        "$:/plugins/kookma/commander/search/macros/warning": {
            "title": "$:/plugins/kookma/commander/search/macros/warning",
            "created": "20200106143244633",
            "modified": "20200325055328672",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define warn-for-selectedTids-from-previous-operation()\n<$list filter=\"[tag<workingTag>]-[subfilter<filtertext>]+[count[]!match[0]] \">\n<span style=\"color:red;font-size:0.85em\">There are remained selected tiddlers from previous search! Remove them by pressing ''deselect all''!</span>\n</$list>\n\\end"
        },
        "$:/plugins/kookma/commander/search/selection": {
            "title": "$:/plugins/kookma/commander/search/selection",
            "caption": "Select tiddlers",
            "created": "20190725144912018",
            "modified": "20200325055328684",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/commander/macros/definition\n<$checkbox tiddler=<<selectiveOpsTid>> field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\" uncheckactions=<<deselect-all>> > Selective operation?</$checkbox>\n\n<$reveal type=\"nomatch\" stateTitle=<<selectiveOpsTid>> stateField=\"text\" text=\"yes\" tag=\"div\" class=\"kk-commander-tiddler-list  kk-commander-columns3\">\n<$list filter=\"[subfilter<filtertext>!prefix[$:/temp/commander]!is[missing]]\"><$link/><br></$list>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<selectiveOpsTid>> stateField=\"text\" text=\"yes\" tag=\"div\">\n<$button actions=<<select-all>> > Select all</$button> <$button actions=<<deselect-all>> > Deselect all</$button>\n<small style=\"margin-left:10px;\">Number of tiddlers selected: <$count filter=\"[tag<workingTag>]\" /></small><br>\n<<warn-for-selectedTids-from-previous-operation>>\n</$reveal>\n\n\n<$reveal type=\"match\" stateTitle=<<selectiveOpsTid>> stateField=\"text\" text=\"yes\" tag=\"div\" class=\"kk-commander-tiddler-list  kk-commander-columns3\">\n<$list filter=\"[subfilter<filtertext>!prefix[$:/temp/commander]!is[missing]]\">\n<$checkbox tag=<<workingTag>>> <$link/></$checkbox><br>\n</$list>\n</$reveal>\n\n<!-- Description\nThis tiddler implement interface to selectivly add tiddlers for commander operations.\nEach selected tiddler gets a working tag\n-->"
        },
        "$:/plugins/kookma/commander/search/ui": {
            "title": "$:/plugins/kookma/commander/search/ui",
            "caption": "Commander filter search",
            "created": "20190212055219117",
            "modified": "20200325055356672",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/commander/macros/definition\n<!-- above statement is not required and only prevent this tiddler overwritten when this is opened by its own -->\n<div class=\"tc-search tc-advanced-search\" style=\"margin-bottom:-12px;\"><!-- negative margin for displaying matches -->\nCombo search &nbsp;<$edit-text tiddler=<<searchboxTid>> type=\"search\" tag=\"input\" default=\"\" placeholder=\"enter keywords or make a filter search e.g. [tag[myTag]]\" focus={{$:/plugins/kookma/commander/config/AutoFocus}}/>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Commander/Search/FilterButton]!has[draft.of]]\"><$transclude/></$list>\n</div>"
        },
        "$:/plugins/kookma/commander/setting/ui": {
            "title": "$:/plugins/kookma/commander/setting/ui",
            "caption": "Setting",
            "created": "20190214140835173",
            "icon": "$:/core/images/options-button",
            "list-after": "$:/plugins/kookma/commander/inspect/ui",
            "modified": "20200324070652760",
            "tags": "$:/tags/Commander",
            "type": "text/vnd.tiddlywiki",
            "text": "<<tabs \ntabsList:\"[all[shadows+tiddlers]tag[$:/tags/Commander/Setting]!has[draft.of]]\" \ndefault:\"$:/plugins/kookma/commander/setting/uicomp/snr\"\nclass:\"tc-vertical cmd-tab-colorful cmd-tab-wd\">>\n"
        },
        "$:/plugins/kookma/commander/setting/uicomp/delete-all-temp-tiddlers": {
            "title": "$:/plugins/kookma/commander/setting/uicomp/delete-all-temp-tiddlers",
            "caption": "Temporary tiddlers",
            "created": "20190301184304348",
            "list-after": "$:/plugins/kookma/commander/setting/uicomp/relink",
            "modified": "20200325055328690",
            "tags": "$:/tags/Commander/Setting",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define delete-all-temps()\n<$action-deletetiddler $filter=\"[search:title[$:/temp/commander/]]\" />\n\\end\n\n<$set name=numTids value={{{ [search:title[$:/temp/commander/]count[]] }}}>\n<$reveal type=\"match\" text=\"0\" default=<<numTids>> >\nNo temporary tiddlers is existed to delete!\n</$reveal>\n<$reveal type=\"gt\" text=\"0\" default=<<numTids>> >\nNumber of temporary tiddlers (including log tiddlers): <<numTids>><br>\n</$reveal>\n</$set>\n\n<$macrocall $name=\"compConfirmAction\"\nbtnLabel=\"Delete temp tiddlers\" \nconfirmMessage=\"Are you sure you wish to delete\"\nstateTiddler=\"$:/state/commander/setting/delete-temps\"\ncountFilter=\"[search:title[$:/temp/commander/]]\"\nactionMacro=\"delete-all-temps\"/>"
        },
        "$:/plugins/kookma/commander/setting/uicomp/minlength": {
            "title": "$:/plugins/kookma/commander/setting/uicomp/minlength",
            "caption": "Search minimum length",
            "created": "20200110132540295",
            "modified": "20200324070652774",
            "tags": "$:/tags/Commander/Setting",
            "type": "text/vnd.tiddlywiki",
            "text": "Controls the minimum length of a search string before results are displayed.\n\n<label class=\"kk-cmd-label\">Minlength</label><$edit-text tiddler=\"$:/plugins/kookma/commander/config/minlength\" field=text default=3 placeholder=\"enter a number\" tag=input/>"
        },
        "$:/plugins/kookma/commander/setting/uicomp/search-filters": {
            "title": "$:/plugins/kookma/commander/setting/uicomp/search-filters",
            "caption": "Search filter",
            "created": "20200116114041370",
            "modified": "20200325055328703",
            "tags": "$:/tags/Commander/Setting",
            "type": "text/vnd.tiddlywiki",
            "text": "The below list shows the Commander search filter. To edit click on the link and edit tiddler for filter syntax or description\n\n<details>\n<summary>Commander saved filter search</summary>\n<dl>\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/Commander/Filter]]\" >\n<dt><$link/></dt>\n<dd><span style=\"display:inline-block;font-weight:700;width:100px\">Description:</span><$view field=\"description\"/></dd>\n<dd><span style=\"display:inline-block;font-weight:700;width:100px\">Filter:</span><$view field=\"filter\"/></dd>\n</$list>\n</dl>\n</details>"
        },
        "$:/plugins/kookma/commander/setting/uicomp/snr": {
            "title": "$:/plugins/kookma/commander/setting/uicomp/snr",
            "caption": "Snr setting",
            "created": "20190324051157188",
            "modified": "20200324070652789",
            "tags": "$:/tags/Commander/Setting",
            "type": "text/vnd.tiddlywiki",
            "text": "<<snr-difftext-cleanup>>\n<div style=\"padding-left:25px;font-size:0.9em\">\n\nThe cleanup attribute determines which optional post-processing should be applied to the diffs:\n\n* none: no cleanup is performed\n* semantic (default): rewrites the diffs for human readability\n* efficient: rewrites the diffs to minimise the number of operations for subsequent processing\n</div>"
        },
        "$:/plugins/kookma/commander/snr/macros/actions": {
            "title": "$:/plugins/kookma/commander/snr/macros/actions",
            "created": "20190307164924193",
            "modified": "20200325055328711",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define regexp-flags()\n{{$:/state/commander/snr/gm}}{{$:/state/commander/snr/case-sensitive}}{{$:/state/commander/snr/unicode}}\n\\end\n\n\\define snr-ui-show-diffs()\n<form class=\"cmd-snr-form\" style=\"width:100%;\">\n  <fieldset>\n   <legend style=\"color:#FF0000;\">Differences</legend>\nTiddler: <$link to={{$:/state/commander/snr/select-tiddler}}><$text text={{$:/state/commander/snr/select-tiddler}}/></$link>\n\n<$wikify name=flags text=<<regexp-flags>> >\n\n<$macrocall $name=\"replace-text-diff\" \n tiddler={{$:/state/commander/snr/select-tiddler}} \n field={{$:/state/commander/snr/select-tiddler/field}} \n replace={{$:/state/commander/snr/replace-text}} \n replaceWith={{$:/state/commander/snr/replace-text-with}} \n flags=<<flags>> \n wholeWords={{$:/state/commander/snr/whole-words}}\n/>\n\n</$wikify>\n</fieldset>\n</form>\n\\end\n\n\\define snr-check-diffs(tiddler:\"\", field:\"\")\n\\whitespace trim\n<$wikify name=flags text=<<regexp-flags>> >\n<$wikify name=\"result\" text=\"\"\"\n<$macrocall $name=\"replace-text\" \n tiddler=<<__tiddler__>>\n field=<<__field__>>\n replace={{$:/state/commander/snr/replace-text}} \n replaceWith={{$:/state/commander/snr/replace-text-with}} \n flags=<<flags>> \n wholeWords={{$:/state/commander/snr/whole-words}}\n/>\"\"\">\n<$reveal type=\"match\" text={{{ [<__tiddler__>get<__field__>] }}} default=<<result>> >\nsame\n</$reveal>\n<$reveal type=\"nomatch\" text={{{ [<__tiddler__>get<__field__>] }}} default=<<result>> >\ndifferent\n</$reveal>\n</$wikify>\n</$wikify>\n\\end\n\n\\define search-replace-in-tiddler-field(tiddler:\"\",field:\"\",replace:\"\",replaceWith:\"\")\n<$wikify name=ss text=<<snr-check-diffs \"\"\"$tiddler$\"\"\" \"\"\"$field$\"\"\">> >\n<$list filter=\"[<ss>] -same\" variable=ignore>\n<$list filter=\"[<__tiddler__>has[title]]\" variable=\"ignore\">\n<$wikify name=flags text=<<regexp-flags>> >\n<$macrocall $name=\"replace-text-button\" \n tiddler=<<__tiddler__>> \n field=<<__field__>>\n replace=<<__replace__>>\n replaceWith=<<__replaceWith__>> \n flags=<<flags>> \n wholeWords={{$:/state/commander/snr/whole-words}}\n/>\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"`$field$` field has been changed\"\"\" tidItem=<<__tiddler__>> />\n<$macrocall $name=\"clear-select-tiddler-if-field-is-title\" tiddler=<<__tiddler__>>  field=<<__field__>> />\n</$wikify>\n</$list>\n</$list>\n</$wikify>\n\\end\n\n\\define clear-select-tiddler-if-field-is-title(tiddler, field)\n<$list filter=\"[<__field__>] +[search[title]]\" variable=\"ignore\">\n<$action-setfield $tiddler=\"$:/state/commander/snr/select-tiddler\" text=\"\"/>\n<$action-setfield $tiddler=\"$:/temp/commander/selected-titles\" $index=<<__tiddler__>> />\n</$list>\n\\end\n\n\\define search-replace-in-field-bulk()\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<<create-log-tiddler \"SNR operation\">>\n<$list filter=\"[subfilter<searchfilter>!is[missing]]\" >\n  <$macrocall \n    $name=\"search-replace-in-tiddler-field\"\n    tiddler=<<currentTiddler>> \n    field={{$:/state/commander/snr/select-tiddler/field}} \n    replace={{$:/state/commander/snr/replace-text}} \n    replaceWith={{$:/state/commander/snr/replace-text-with}}   \n  />\n</$list>\n</$list>\n\\end\n\n\\define search-replace-in-field-single-tiddler()\n<<create-log-tiddler \"SNR operation\">>\n  <$macrocall \n    $name=\"search-replace-in-tiddler-field\"\n    tiddler={{$:/state/commander/snr/select-tiddler}}\n    field={{$:/state/commander/snr/select-tiddler/field}} \n    replace={{$:/state/commander/snr/replace-text}} \n    replaceWith={{$:/state/commander/snr/replace-text-with}}   \n  />\n\\end\n\n\\define snr-actions()\n<$button actions=<<search-replace-in-field-single-tiddler>> tooltip=\"search and replace in a single tiddler\" class=\"cmd-btn\">\nReplace?\n</$button>&nbsp;\n<!-- replace in bulk tiddler with confirmation -->\n<$macrocall $name=\"compConfirmAction\"\ncountFilter=<<searchfilter>>\nactionMacro=\"search-replace-in-field-bulk\"\nstateTiddler=\"$:/state/commander/SelectiveReplaceAllDropdown\"\nconfirmMessage=\"Are you sure you wish to replace text in\" \nbtnLabel=\"Replace all?\"/>\n\\end"
        },
        "$:/plugins/kookma/commander/snr/macros/inputs": {
            "title": "$:/plugins/kookma/commander/snr/macros/inputs",
            "created": "20190306203626597",
            "modified": "20200325055328720",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define snr-ui-inputs()\n<form class=\"cmd-snr-form\">\n  <fieldset>\n   <legend>Search and Replace</legend>\n\n<div class=\"item\">\n<label>Tiddler title</label>\n<$select tiddler=\"$:/state/commander/snr/select-tiddler\" default=\"\" class=\"cmd-snr-textbox\">\n<option value=\"\">None</option>\n<$list filter=\"[subfilter<searchfilter>]\" >\n<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>\n</$list>\n</$select>\n</div>\n\n<div class=\"item\">\n<label>Field name</label>\n<$select tiddler=\"$:/state/commander/snr/select-tiddler/field\" default=\"text\">\n<$list filter=\"[subfilter<searchfilter>fields[]]\">\n<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>\n</$list>\n</$select>\n</div>\n\n<div class=\"item\">\n<label>Search text</label>\n<$edit-text \n   tiddler=\"$:/state/commander/snr/replace-text\" \n   tag=\"input\" \n   default=\"\" \n   placeholder=\" text to replace\"\n class=\"cmd-snr-textbox\"/>\n</div>\n\n<div class=\"item\">\n<label>Replace with </label>\n<$edit-text \n   tiddler=\"$:/state/commander/snr/replace-text-with\" \n   tag=\"input\" \n   default=\"\" \n   placeholder=\" new text\"\n   class=\"cmd-snr-textbox\"/>\n</div>\n<!-- Use relink to update titles -->\n<$list filter=\"[[$:/state/commander/snr/select-tiddler/field]get[text]match[title]]\" variable=ignore>\n<div class=\"item-relink\">{{$:/plugins/kookma/commander/config/relink}}</div>\n</$list>\n</fieldset>\n</form>\n\n\n\\end"
        },
        "$:/plugins/kookma/commander/snr/macros/regexp-flags": {
            "title": "$:/plugins/kookma/commander/snr/macros/regexp-flags",
            "created": "20190306182052441",
            "modified": "20200325055328730",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define snr-regexp-flags()\n\n<form class=\"cmd-snr-form\">\n<fieldset>\n<legend>Search flags</legend>\n\n<$checkbox \n  tiddler=\"$:/state/commander/snr/case-sensitive\" \n  field=\"text\" \n  checked=\"i\" \n  unchecked=\"\"\n/>&nbsp; ignore case<br>\n\n<$checkbox \n  tiddler=\"$:/state/commander/snr/whole-words\" \n  field=\"text\" \n  checked=\"words\" \n  unchecked=\"characters\"\n/>&nbsp; whole words<br>\n\n<$checkbox \n  tiddler=\"$:/state/commander/snr/unicode\" \n  field=\"text\" \n  checked=\"u\" \n  unchecked=\"\"\n/>&nbsp; unicode<br>\n\n<br>\n\n<$radio\n  tiddler=\"$:/state/commander/snr/gm\" \n  field=\"text\" \n  value=\"\">&nbsp; first match \n</$radio><br>\n\n<$radio\n  tiddler=\"$:/state/commander/snr/gm\" \n  field=\"text\" \n  value=\"g\">&nbsp; global match\n</$radio><br>\n\n<$radio\n  tiddler=\"$:/state/commander/snr/gm\" \n  field=\"text\" \n  value=\"m\">&nbsp; multiline mode\n</$radio><br>\n\n<$radio\n  tiddler=\"$:/state/commander/snr/gm\" \n  field=\"text\" \n  value=\"mg\">&nbsp; global multiline mode\n</$radio>\n\n</fieldset>\n</form>\n\\end"
        },
        "$:/plugins/kookma/commander/snr/macros/regexpsub.js": {
            "title": "$:/plugins/kookma/commander/snr/macros/regexpsub.js",
            "text": "/*\\\ncreated: 20190214160253135\ntype: application/javascript\ntitle: $:/plugins/kookma/commander/snr/macros/regexpsub.js\nmodified: 20200307092210323\nmodule-type: macro\n\nMake regular expression substitutions\nDeveloped by Mark S\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n\"use strict\";\n\nexports.name = \"regexpsub\";\n\nexports.params = [\n\t{name: \"searchValue\"},\n\t{name: \"replaceValue\"},\n\t{name: \"sourceText\"},\n\t{name: \"flags\"},\n  {name: \"wholeWords\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(searchValue, replaceValue, sourceText, flags = \"gi\", wholeWords = \"characters\") {\n  \n  try {\n  \n\tvar searchText;\n    if(wholeWords.toLowerCase() === 'words'){\n    searchText = \"\\\\b\" + searchValue + \"\\\\b\";\n    } else{\n    searchText = searchValue;\n    }\n\t\t\n    searchText = new RegExp(searchText, flags);\n    return sourceText.replace(searchText,replaceValue);\n\n  } \n  catch(err) { \n    return \"ERROR IN REG EXPRESSION. YOU MAY NEED TO ESCAPE VALUES\"; \n  }\n  \n  };\n\n})();\n",
            "created": "20190214160253135",
            "type": "application/javascript",
            "modified": "20200324070652819",
            "module-type": "macro"
        },
        "$:/plugins/kookma/commander/snr/macros/replace-text": {
            "title": "$:/plugins/kookma/commander/snr/macros/replace-text",
            "created": "20190227134610136",
            "modified": "20200325055328737",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define nothing-to-replace(tiddler, field:\"text\")  \n<$diff-text source={{{ [<__tiddler__>get<__field__>] }}} dest={{{ [<__tiddler__>get<__field__>] }}} />\n\\end\n\n\\define replace-text(tiddler:\"\",field:\"text\",replace:\"\",replaceWith:\"\",flags:\"\", wholeWords:\"\")\n\\whitespace trim\n<$wikify name=\"source\" text=\"\"\"<$view tiddler=<<__tiddler__>> field=<<__field__>> mode=\"block\" format=\"text\"/>\"\"\">\n<$wikify name=\"result\" \n  text=\"\"\"<$macrocall $name=\"regexpsub\" $type=\"text/plain\" \n     sourceText=<<source>> \n     searchValue=<<__replace__>> \n     replaceValue=<<__replaceWith__>> \n     flags=<<__flags__>> \n     wholeWords=<<__wholeWords__>> />\"\"\" \n     >\n<$text text=<<result>>/>\n</$wikify>\n</$wikify>\n\\end\n\n\\define replace-text-diff(tiddler:\"\", field:\"text\", replace, replaceWith, flags:\"\", wholeWords:\"\")\n<$list filter=\"[<__tiddler__>get<__field__>minlength[1]]\" variable=null emptyMessage=\"No tiddler is selected, or tiddler is empty.\">\n<$list filter=\"[<__replace__>minlength[1]]\" variable=null emptyMessage=<<nothing-to-replace \"\"\"$tiddler$\"\"\" \"\"\"$field$\"\"\">> >\n\n<$wikify name=\"result\" \n  text=\"\"\"<$macrocall $name=\"replace-text\" \n     tiddler=<<__tiddler__>> field=<<__field__>> \n     replace=<<__replace__>> \n     replaceWith=<<__replaceWith__>> \n     flags=<<__flags__>>\n     wholeWords=<<__wholeWords__>> />\"\"\"\n  >\n<$diff-text source={{{ [<__tiddler__>get<__field__>] }}} dest=<<result>> cleanup={{$:/state/commander/snr/setting/cleanup}}/>\n</$wikify>\n\n</$list>\n</$list>\n\\end\n\n\\define replace-text-button(tiddler:\"\", field:\"text\", replace:\"\", replaceWith:\"\", flags:\"\", wholeWords:\"\")\n\\whitespace trim\n<$list filter=\"[<__tiddler__>get<__field__>minlength[1]]\" variable=null>\n<$list filter=\"[<__replace__>minlength[1]]\" variable=null>\n<$wikify name=\"result\" \n  text=\"\"\"<$macrocall $name=\"replace-text\" \n     tiddler=<<__tiddler__>> \n     field=<<__field__>> \n     replace=<<__replace__>> \n     replaceWith=<<__replaceWith__>> \n     flags=<<__flags__>>\n     wholeWords=<<__wholeWords__>> />\"\"\"\n  >\n<$reveal type=\"nomatch\" default=\"title\" text=<<__field__>> >\n <$action-setfield $tiddler=<<__tiddler__>> $field=<<__field__>> $value=<<result>>/>\n</$reveal>\n<$reveal type=\"match\" default=\"title\" text=<<__field__>> >\n <$action-sendmessage $message=\"tm-rename-tiddler\" from=<<__tiddler__>> to=<<result>> />\n</$reveal>\n</$wikify>\n</$list>\n</$list>\n\\end\n"
        },
        "$:/plugins/kookma/commander/snr/ui": {
            "title": "$:/plugins/kookma/commander/snr/ui",
            "caption": "Snr",
            "created": "20190220210055713",
            "icon": "$:/core/images/gitter",
            "list-after": "$:/plugins/kookma/commander/inspect/ui",
            "modified": "20200324070652833",
            "tags": "$:/tags/Commander",
            "type": "text/vnd.tiddlywiki",
            "text": "Search and replcae in tiddler fields!\n\n<<tabs \ntabsList:\"[all[shadows+tiddlers]tag[$:/tags/Commander/SnrOps]!has[draft.of]]\" \ndefault:\"$:/plugins/kookma/commander/snr/uicomp/replace-text\"\nclass:\"tc-vertical cmd-tab-colorful cmd-tab-wd\">>\n\n"
        },
        "$:/plugins/kookma/commander/snr/uicomp/replace-text": {
            "title": "$:/plugins/kookma/commander/snr/uicomp/replace-text",
            "caption": "Search and replace",
            "created": "20190220211138573",
            "icon": "$:/core/images/gitter",
            "modified": "20200325055328748",
            "tags": "$:/tags/Commander/SnrOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<div class=\"cmd-snr-row\">\n<div class=\"cmd-snr-double-column\">\n<<snr-ui-inputs>>\n</div>\n<div class=\"cmd-snr-column\">\n<<snr-regexp-flags>>   \n</div>\n</div>\n<<snr-ui-show-diffs>>\n<<snr-actions>>"
        },
        "$:/plugins/kookma/commander/stylesheet/alert": {
            "title": "$:/plugins/kookma/commander/stylesheet/alert",
            "text": ".commander-alert {\n  padding: 0.75rem 1.25rem;\n  margin-bottom: 1rem;\n  border: 1px dotted gray;\n  border-radius: 0.25rem;\n  color: #0c5460;\n  background-color: #d1ecf1;\n  border-color: #bee5eb;\n\t\n}",
            "created": "20190725161822490",
            "modified": "20200325092557277",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/commander/stylesheet/buttons": {
            "title": "$:/plugins/kookma/commander/stylesheet/buttons",
            "text": "/**\n.cmd-btn{\n font-size:0.85em;\n font-size:300;\n color: #666666;\n background-color: #d8d8d8;\n padding: 3px 8px 3px 8px;\n border: 1px solid #a1a1a1;\n}\n**/\n\n.cmd-btn-wd{\n\twidth:20ch;\n}",
            "created": "20190317080436103",
            "modified": "20200324070652859",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/commander/stylesheet/compInspect/table": {
            "title": "$:/plugins/kookma/commander/stylesheet/compInspect/table",
            "text": "/*compInspect table*/\n.cmd-ci-table\n{border-collapse: collapse;}\n\n.cmd-ci-table .leftcol{\nwidth:20%;\nvertical-align: top;\ntext-align: right;\nbackground-color:#f0f0f0;\n}\n.cmd-ci-table .rightcol{\nwidth:650px;\n}\n",
            "created": "20190308134702363",
            "modified": "20200324070652871",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/commander/stylesheet/new": {
            "title": "$:/plugins/kookma/commander/stylesheet/new",
            "text": ".kk-commander-log-note{\n\tfont-style:italic; font-size:small;\n}\n.kk-commander-log-item {\n\tcolor:green;\n}\n\n/* This is missing and I added it */\n.cmd-txt-area{\n\tmin-width:25ch;\n}\n\n.cmd-txt-area2{\n\tmin-width:50ch;\n}\n\n/* Correct this later*/\n.kk-cmd-label{\n\tdisplay:inline-block;\n\twidth:85px;\n}\n\n.kk-cmd-label2{\n\tdisplay:inline-block;\n\twidth:120px;\n}",
            "created": "20200105140038538",
            "modified": "20200324070652878",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/commander/stylesheet/select-width": {
            "title": "$:/plugins/kookma/commander/stylesheet/select-width",
            "text": ".cmd-sl{\n  width:8ch;\n}\n\n.cmd-select-wd{\n  min-width:25ch;\n}\n",
            "created": "20190218214027079",
            "modified": "20200324070652887",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/commander/stylesheet/snr/flexbox": {
            "title": "$:/plugins/kookma/commander/stylesheet/snr/flexbox",
            "text": ".cmd-snr-row {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n  width: 100%;\n}\n.cmd-snr-column {\n  display: flex;\n  flex-direction: column;\n  flex-basis: 100%;\n  flex: 1\n}\n\n.cmd-snr-double-column {\n  display: flex;\n  flex-direction: column;\n  flex-basis: 100%;\n  flex: 2\n}\n\n@media screen and (min-width: 800px) {\n  .cmd-snr-column {\n    flex: 1\n  }\n\n  .cmd-snr-double-column {\n    flex: 2\n  }\n}",
            "created": "20190306203517655",
            "modified": "20200324070652893",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/commander/stylesheet/snr/form": {
            "title": "$:/plugins/kookma/commander/stylesheet/snr/form",
            "text": ".cmd-snr-form{\n  width:100%;\n}\n\n.cmd-snr-textbox {\n  width:100%;\n  box-sizing: border-box;\n  max-width:40ch;\n  }\n\n.cmd-snr-form select, .cmd-snr-form input{\n  margin: 0.2rem;\n}\n.cmd-snr-form legend{\n  background: #f5f5f5;\n  padding: 3px 6px;\n}\n\n.cmd-snr-form { padding:20px; }\n.cmd-snr-form .item { padding: 2px; margin:2px; }\n.cmd-snr-form .item label { display:inline-block; width:100px; margin-left:5px; }\n.cmd-snr-form .item input { display:inline-block; }\n.cmd-snr-form .item select { display:inline-block; }\n\n/* only for relink checkbox on renaming tiddler */\n.cmd-snr-form .item-relink { padding: 2px; margin:2px; }\n\n     ",
            "created": "20190306191714819",
            "modified": "20200324070652907",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/commander/stylesheet/tiddler-list": {
            "title": "$:/plugins/kookma/commander/stylesheet/tiddler-list",
            "text": ".kk-commander-tiddler-list {\n  font-size:small; \n\tborder-left:0.5px \n\tdotted grey;\n\tpadding-left:10px;\n\toverflow-y:auto;\n\tmax-width:100%;\n\tmax-height:$(height)$;\n}\n\n.kk-commander-columns1   { display:block; column-count:1; column-gap:1em; }\n.kk-commander-columns2   { display:block; column-count:2; column-gap:1em; }\n.kk-commander-columns3   { display:block; column-count:3; column-gap:1em; }\n.kk-commander-columns4   { display:block; column-count:4; column-gap:1em; }\n.kk-commander-columns5   { display:block; column-count:5; column-gap:1em; }",
            "created": "20200103165931672",
            "modified": "20200324070652922",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/commander/tag/macros/add-remove-replace": {
            "title": "$:/plugins/kookma/commander/tag/macros/add-remove-replace",
            "created": "20190212063435548",
            "modified": "20200325055328754",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define add-new-tag-bulk(newTag:\"\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<$list filter=\"[<__newTag__>!is[blank]]\" variable=null>\n<<create-log-tiddler \"add-new-tag-bulk\">>\n<$list filter=\"[subfilter<searchfilter>!tag<__newTag__>]\">\n<$fieldmangler>\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<__newTag__>> />\n</$fieldmangler>\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"new tag `$newTag$` added\"\"\" tidItem=<<currentTiddler>> />\n</$list>\n</$list>\n</$list>\n\\end\n\n\\define remove-old-tag-bulk(oldTag:\"\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore>\n<$list filter=\"[<__oldTag__>!is[blank]]\" variable=null>\n<<create-log-tiddler \"remove-old-tag-bulk\">>\n<$list filter=\"[subfilter<searchfilter>tag<__oldTag__>]\">\n<$fieldmangler>\n<$action-sendmessage $message=\"tm-remove-tag\" $param=<<__oldTag__>> />\n</$fieldmangler>\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"old tag `$oldTag$` removed\"\"\" tidItem=<<currentTiddler>> />\n</$list>\n</$list>\n</$list>\n\\end\n\n\n\\define replace-tag-bulk(oldTag:\"\", newTag:\"\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore>\n<$list filter=\"[<__oldTag__>!is[blank]]\" variable=null>\n<$list filter=\"[<__newTag__>!is[blank]]\" variable=null>\n<<create-log-tiddler \"replace-tag-bulk\">>\n<$list filter=\"[subfilter<searchfilter>]\">\n<$list filter=\"[<currentTiddler>tag<__oldTag__>]\" variable=ignore\n  emptyMessage=\"\"\"<$macrocall $name=\"log-add-single-operation\" msg=\"//has not tag `$oldTag$`. Operation ignored.//\" tidItem=<<currentTiddler>> /> \"\"\">\n<$fieldmangler>\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<__newTag__>> />\n<$action-sendmessage $message=\"tm-remove-tag\" $param=<<__oldTag__>>  />\n</$fieldmangler>\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"tag `$oldTag$` replaced with `$newTag$`\"\"\" tidItem=<<currentTiddler>> />\n</$list>\n</$list>\n</$list>\n</$list>\n</$list>\n\\end\n\n"
        },
        "$:/plugins/kookma/commander/tag/ui": {
            "title": "$:/plugins/kookma/commander/tag/ui",
            "caption": "Tag",
            "created": "20190212051852003",
            "list-after": "$:/plugins/kookma/commander/title/ui",
            "modified": "20200325055328765",
            "tags": "$:/tags/Commander",
            "type": "text/vnd.tiddlywiki",
            "text": "<<tabs \ntabsList:\"[all[shadows+tiddlers]tag[$:/tags/Commander/TagOps]!has[draft.of]]\" default:\"$:/plugins/kookma/commander/tag/uicomp/add-remove-tags\" \nclass:\"tc-vertical cmd-tab-wd\">>\n\n"
        },
        "$:/plugins/kookma/commander/tag/uicomp/add-remove-tags": {
            "title": "$:/plugins/kookma/commander/tag/uicomp/add-remove-tags",
            "caption": "Add remove tags",
            "created": "20190212063924640",
            "modified": "20200325055328771",
            "tags": "$:/tags/Commander/TagOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<label class=\"kk-cmd-label\">New tag</label><$edit-text\ntiddler=\"$:/temp/commander/tag-add-remove/new\"\ntag=\"input\"\ndefault=\"\"\nclass=\"cmd-txt-area\"\nplaceholder=\" new tag\"/>\n<$button class=\"cmd-btn cmd-btn-wd\"> Add new tag\n<$macrocall $name=\"add-new-tag-bulk\" newTag={{$:/temp/commander/tag-add-remove/new}} />\n</$button>\n\n<label class=\"kk-cmd-label\">Old tag</label><$select class=\"cmd-select-wd\" tiddler=\"$:/temp/commander/tag-add-remove/old\" default=\"\" >\n<$list filter=\"[subfilter<searchfilter>!is[missing]tags[]sort[]]-[<workingTag>]\" >\n<option><$view field=\"title\"/></option>\n</$list>\n</$select>\n<$button class=\"cmd-btn cmd-btn-wd\"> Remove old tag\n<$macrocall $name=\"remove-old-tag-bulk\" oldTag={{$:/temp/commander/tag-add-remove/old}} />\n</$button>\n\n"
        },
        "$:/plugins/kookma/commander/tag/uicomp/replace-tags": {
            "title": "$:/plugins/kookma/commander/tag/uicomp/replace-tags",
            "caption": "Replace tags",
            "created": "20190212080523588",
            "list-after": "$:/plugins/kookma/commander/tag/uicomp/add-remove-tags",
            "modified": "20200325055328782",
            "tags": "$:/tags/Commander/TagOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<label class=\"kk-cmd-label\">Old tag</label><$select class=\"cmd-select-wd\" tiddler=\"$:/temp/commander/replace-tags/old\" default=\"\">\n<$list filter=\"[subfilter<searchfilter>!is[missing]tags[]sort[]]-[<workingTag>]\" >\n<option><$view field=\"title\"/></option>\n</$list>\n</$select>\n\n<label class=\"kk-cmd-label\">New tag</label><$edit-text\ntiddler=\"$:/temp/commander/replace-tags/new\"\ntag=\"input\"\ndefault=\"\"\nclass=\"cmd-txt-area\"\nplaceholder=\" new tag\"\n/>\n<$button class=\"cmd-btn cmd-btn-wd\"> Replace tag\n<$macrocall $name=\"replace-tag-bulk\" \noldTag={{$:/temp/commander/replace-tags/old}} \nnewTag={{$:/temp/commander/replace-tags/new}} />\n</$button>\n\n"
        },
        "$:/plugins/kookma/commander/template/base": {
            "title": "$:/plugins/kookma/commander/template/base",
            "caption": "base",
            "created": "20190213200622605",
            "modified": "20200324070652960",
            "tags": "$:/tags/Commander/Template",
            "type": "text/vnd.tiddlywiki",
            "text": "This is a simple one!"
        },
        "$:/plugins/kookma/commander/template/doc": {
            "title": "$:/plugins/kookma/commander/template/doc",
            "caption": "documentation",
            "created": "20190213200338381",
            "modified": "20200324070652969",
            "tags": "$:/tags/Commander/Template",
            "type": "text/vnd.tiddlywiki",
            "version": "beta",
            "text": "!! Introduction\n<<<\nshort introduction\n<<<\n\n!! Content and parameters\n<<<\nThe content, attributes and parameters\n\n|!Parameter |!Description |\n|par1 |description |\n|par2 |description |\n<<<\n\n!! Example i\n<<<\nexample here\n<<<\n\n!! Example ii\n<<<\nanother example here\n<<<\n\n!! References\n<<<\n# one\n# Two\n<<<"
        },
        "$:/plugins/kookma/commander/template/simple": {
            "title": "$:/plugins/kookma/commander/template/simple",
            "caption": "simple",
            "created": "20190213200258460",
            "modified": "20200324070652975",
            "tags": "$:/tags/Commander/Template",
            "type": "text/vnd.tiddlywiki",
            "version": "beta",
            "text": "! Heading one\nThis is sunsection i\n\n!! Heading two\nThis is subsection ii.\n\n* one\n* two\n* three\n\n!!! Heading three\nThis is subsction iii\n\n```\nA sample code\n```\n\n!! Sample table\n|Table 1. This is caption|c\n|Heading one|Heading Two|Heading Three|h\n|r1|100|200|\n|r2|02|03|\n|r3|-1|-2|\n"
        },
        "$:/plugins/kookma/commander/tiddler/macros/create": {
            "title": "$:/plugins/kookma/commander/tiddler/macros/create",
            "created": "20190212125920722",
            "modified": "20200325055328790",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define log-create(msg:\"Tiddler existed, operation ignored\")\n<$action-setfield $tiddler={{$:/state/commander/log-tiddler}} $index=\"$(newTitle)$\" $value=\"$msg$\" />\n\\end\n\n\\define bulk-tiddler-creator(baseTitle, baseTags, datafieldsTid, numberTiddler:\"1\")\n<$list filter=\"[<__baseTitle__>!is[blank]]\" variable=ignore>\n<<create-log-tiddler \"bulk-tiddler-creator\">>\n<$list filter=\"[range[9]addprefix[00]] [range[10,99]addprefix[0]] [range[100,500]] +[limit<__numberTiddler__>]\"  variable=\"L1\">\n<$list filter=\"[<__baseTitle__>addsuffix<L1>]\" variable=\"newTitle\">\n<$list filter=\"[<newTitle>]  -[has[title]]\" variable=\"ignore\" emptyMessage=<<log-create>> >\n<$action-createtiddler $basetitle=<<newTitle>>   tags=<<__baseTags__>>  /> \n<$vars datafieldsTid=<<__datafieldsTid__>> >\n<<add-bulk-fields>>\n</$vars>\n<<log-create \"Tiddler created\">>\n</$list>\n</$list>\n</$list>\n</$list>\n\\end\n\n\\define oneTid-with-template()\n<$tiddler tiddler=<<newTitle>> >\n <$action-setfield  $tiddler=<<myTemplate>> title=<<currentTiddler>> />   \n <$fieldmangler>\n  <$list filter=\"[enlist<myTags>]\" variable=newTag>\n    <$action-sendmessage $message=\"tm-add-tag\" $param=<<newTag>> />\n  </$list><!--next remove extra tag used by template from new created tiddler-->\n  <$action-sendmessage $message=\"tm-remove-tag\" $param=\"$:/tags/Commander/Template\" />\n</$fieldmangler>\n</$tiddler>\n\\end\n\n\n\\define bulk-tiddler-with-template-creator(baseTitle, baseTags, datafieldsTid, numberTiddler:\"1\", template:\"\")\n<$list filter=\"[<__baseTitle__>!is[blank]]\" variable=ignore>\n<<create-log-tiddler \"bulk-tiddler-creator with template\">>\n<$vars datafieldsTid=<<__datafieldsTid__>>\n       myTags=<<__baseTags__>> \n       myTemplate=<<__template__>> >\n<$list filter=\"[range[9]addprefix[00]] [range[10,99]addprefix[0]] [range[100,500]] +[limit<__numberTiddler__>]\"  variable=\"L1\">\n<$list filter=\"[<__baseTitle__>addsuffix<L1>]\" variable=\"newTitle\">\n<$list filter=\"[<newTitle>!has[title]]\" variable=\"ignore\" emptyMessage=<<log-create>> >\n <<oneTid-with-template>>\n <<add-bulk-fields>>\n <<log-create \"Tiddler created\">>\n</$list>\n</$list>\n</$list>\n</$vars>\n</$list>\n\\end\n\n"
        },
        "$:/plugins/kookma/commander/tiddler/macros/delete": {
            "title": "$:/plugins/kookma/commander/tiddler/macros/delete",
            "created": "20190215195221625",
            "modified": "20200325055328801",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define log-delete-selectively(item, msg:\"Tiddler deleted\")\n<$action-setfield $tiddler={{$:/state/commander/log-tiddler}} $index=<<__item__>> $value=\"$msg$\" />\n\\end\n\n\\define delete-tiddlers-selective-bulk()\n<$list filter=\"[subfilter<searchfilter>limit[1]]\" variable=\"ignore\"><!-- at least searchfilter shall return one tiddler-->\n<<create-log-tiddler \"delete-tiddler-selectively\">>\n<$list filter=\"[subfilter<searchfilter>]\" variable=\"Item\">\n<$action-deletetiddler $tiddler=<<Item>> />\n<$macrocall $name=\"log-delete-selectively\" item=<<Item>> />\n</$list>\n</$list>\n\\end"
        },
        "$:/plugins/kookma/commander/tiddler/macros/export": {
            "title": "$:/plugins/kookma/commander/tiddler/macros/export",
            "created": "20200113101003510",
            "modified": "20200325055328808",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define add-export-tag()\n<$list filter=<<searchfilter>> >\n<$fieldmangler>\n<$list filter=\"[enlist{$(exportTagTid)$}]~[[exported]]\" variable=\"exportTag\" ><!-- add all export tags-->\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<exportTag>> />\n</$list>\n<$action-sendmessage $message=\"tm-remove-tag\" $param=<<workingTag>> />\n</$fieldmangler>\n</$list>\n\\end\n\n\\define remove-export-tag()\n<$list filter=<<searchfilter>> >\n<$fieldmangler>\n<$list filter=\"[<selectiveOpsTid>get[text]match[yes]]\"  variable=ignore>\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<workingTag>> />\n</$list>\n<$list filter=\"[enlist{$(exportTagTid)$}]~[[exported]]\" variable=\"exportTag\" ><!-- remove all export tags-->\n<$action-sendmessage $message=\"tm-remove-tag\" $param=<<exportTag>> />\n</$list>\n</$fieldmangler>\n</$list>\n\\end\n\n\\define log-export-selectively(msg:\"Tiddler exported\")\n<$list filter=\"[subfilter<searchfilter>]\" variable=\"item\">\n<$action-setfield $tiddler={{$:/state/commander/log-tiddler}} $index=<<item>> $value=\"$msg$\" />\n</$list>\n\\end\n\n\n\\define commander-exportButton(exportFilter:\"[!is[system]sort[title]]\",lingoBase,baseFilename:\"tiddlers\")\n<span class=\"tc-popup-keep\"><$button popup=<<qualify \"$:/state/popup/export\">> tooltip={{$lingoBase$Hint}} aria-label={{$lingoBase$Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/export-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$lingoBase$Caption}}/></span>\n</$list>\n</$button></span><$reveal state=<<qualify \"$:/state/popup/export\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Exporter]]\">\n<$set name=\"extension\" value={{!!extension}}>\n<$button class=\"tc-btn-invisible\">\n<<create-log-tiddler \"exportButton: bulk tiddlers exported\">>\n<$macrocall $name=\"log-export-selectively\"/><!--log any tiddler exported-->\n<<add-export-tag>><!-- by Mohammad-->\n<$action-sendmessage $message=\"tm-download-file\" $param=<<currentTiddler>> exportFilter=\"\"\"$exportFilter$\"\"\" filename=<<exportButtonFilename \"\"\"$baseFilename$\"\"\">>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/export\">>/>\n<$transclude field=\"description\"/>\n<<remove-export-tag>><!-- by Mohammad-->\n</$button>\n</$set>\n</$list>\n</div>\n</$reveal>\n\\end"
        },
        "$:/plugins/kookma/commander/tiddler/ui": {
            "title": "$:/plugins/kookma/commander/tiddler/ui",
            "caption": "Tiddler",
            "created": "20190212125319261",
            "list-before": "$:/plugins/kookma/commander/title/ui",
            "modified": "20200325055328821",
            "tags": "$:/tags/Commander",
            "type": "text/vnd.tiddlywiki",
            "text": "<<tabs \ntabsList:\"[all[shadows+tiddlers]tag[$:/tags/Commander/TiddlerOps]!has[draft.of]]\"\ndefault:\"$:/plugins/kookma/commander/tiddler/uicomp/create-tiddlers\"\nclass:\"tc-vertical cmd-tab-colorful cmd-tab-wd\">>\n"
        },
        "$:/plugins/kookma/commander/tiddler/uicomp/create-tiddlers": {
            "title": "$:/plugins/kookma/commander/tiddler/uicomp/create-tiddlers",
            "caption": "Create tiddlers",
            "created": "20190213193004029",
            "modified": "20200325055328832",
            "tags": "$:/tags/Commander/TiddlerOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<label class=\"kk-cmd-label\">Base title</label>\n<$edit-text \n tiddler=\"$:/temp/commander/tiddler-base-title\" \n tag=\"input\" default=\"\"\n placeholder=\" base title\" \n class=\"cmd-txt-area\"/><br>\n\n<label class=\"kk-cmd-label\">Tags</label>\n<$edit-text \n tiddler=\"$:/temp/commander/tiddler-base-tags\" \n tag=\"input\" default=\"\"\n placeholder=\" tags\" \n class=\"cmd-txt-area\"\n/> \n\n<!-- add interface for adding fields -->\n<$macrocall $name=\"add-more-fields-selective-ui\"\n  datafieldsTid=\"$:/temp/commander/tiddler/datafields/createTiddler\"\n  stateTiddler=\"$:/state/commander/tiddler-addfields-status\" />\n\n\n<$checkbox \n tiddler=\"$:/state/commander/tiddler-template-status\" \n field=\"text\" \n checked=\"use-template\" unchecked=\"no-template\"\n default=\"no-template\"> \n Use template?\n</$checkbox>\n\n<$reveal type=\"match\" state=\"$:/state/commander/tiddler-template-status\" text=\"use-template\" default=\"no-template\" >\nTemplate\n<$select tiddler=\"$:/temp/commander/template-newtiddler\"  \n default=\"$:/plugins/kookma/commander/template/base\">\n<$list filter='[all[shadows+tiddlers]tag[$:/tags/Commander/Template]]'>\n<option value=<<currentTiddler>> >\n<$view field=\"caption\"><$view field=\"title\"/></$view>\n</option>\n</$list>\n</$select>\n<$button class=\"tc-btn-invisible\"> {{$:/core/images/edit-button}}\n <$action-sendmessage $message=\"tm-edit-tiddler\" \n   $param={{{ [[$:/temp/commander/template-newtiddler]get[text]]~[[$:/plugins/kookma/commander/template/base]] }}}   />\n</$button>\n\n</$reveal>\n\nNumber of tiddlers  &nbsp;\n<$select tiddler=\"$:/temp/commander/tiddler-base-number\"  default='1'>\n<$list filter='[range[1,19, 1]] [range[20,50, 5]] [range[60,100,10]] [range[200,500,100]]'>\n<option value=<<currentTiddler>>><$view field='title'/></option>\n</$list>\n</$select>\n\n<!-- call macros for create tiddlers -->\n<$reveal type=\"nomatch\" state=\"$:/state/commander/tiddler-template-status\" text=\"use-template\" default=\"no-template\">\n <$button class=\"cmd-btn cmd-btn-wd\"> Create tiddlers\n  <$macrocall $name=\"bulk-tiddler-creator\"\n   baseTitle={{$:/temp/commander/tiddler-base-title}}\n   baseTags={{$:/temp/commander/tiddler-base-tags}}\n   datafieldsTid=\"$:/temp/commander/tiddler/datafields/createTiddler\"\n   numberTiddler={{$:/temp/commander/tiddler-base-number}} />\n </$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/state/commander/tiddler-template-status\" text=\"use-template\" default=\"no-template\">\n <$button class=\"cmd-btn cmd-btn-wd\"> Create tiddlers\n  <$macrocall $name=\"bulk-tiddler-with-template-creator\"\n   baseTitle={{$:/temp/commander/tiddler-base-title}}\n   baseTags={{$:/temp/commander/tiddler-base-tags}}\n   datafieldsTid=\"$:/temp/commander/tiddler/datafields/createTiddler\"\n   numberTiddler={{$:/temp/commander/tiddler-base-number}}\n   template={{$:/temp/commander/template-newtiddler}}/>\n </$button>\n</$reveal>\n"
        },
        "$:/plugins/kookma/commander/tiddler/uicomp/delete-tiddlers": {
            "title": "$:/plugins/kookma/commander/tiddler/uicomp/delete-tiddlers",
            "caption": "Delete tiddlers",
            "created": "20190301144408502",
            "list-after": "$:/plugins/kookma/commander/tiddler/uicomp/create-tiddlers",
            "modified": "20200325055328839",
            "tags": "$:/tags/Commander/TiddlerOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<$set name=numTids value={{{[subfilter<searchfilter>!is[missing]count[]] }}}>\n<$reveal type=\"match\" text=\"0\" default=<<numTids>> >\nNo tiddlers is selected for deleteion!\n</$reveal>\n<$reveal type=\"gt\" text=\"0\" default=<<numTids>> >\n\nNumber of tiddlers selected for deletion: <<numTids>><br>\nNote that, the delete operation cannot be undone!!\n<br>\n\n<$macrocall $name=\"compConfirmAction\"\ncountFilter=\"[subfilter<searchfilter>]\"\nactionMacro=\"delete-tiddlers-selective-bulk\"\nstateTiddler=\"$:/state/commander/SelectiveDeleteDropdown\"\n/>\n\n</$reveal>\n</$set>\n\n\n"
        },
        "$:/plugins/kookma/commander/tiddler/uicomp/export-tiddlers": {
            "title": "$:/plugins/kookma/commander/tiddler/uicomp/export-tiddlers",
            "caption": "Export tiddlers",
            "created": "20200112093148417",
            "list-after": "$:/plugins/kookma/commander/tiddler/uicomp/delete-tiddlers",
            "modified": "20200325055328851",
            "tags": "$:/tags/Commander/TiddlerOps",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define export-tiddler-ui(baseFilename)\n<$set name=\"exportList\" filter=<<searchfilter>> ><!-- without this $SetWidget the exportButton does not work -->\n<$vars tv-config-toolbar-text=\"yes\" tv-config-toolbar-class=\"tc-button tt-button\">\n<$macrocall $name=\"commander-exportButton\" exportFilter=<<exportList>> lingoBase=\"$:/language/Buttons/ExportTiddlers/\" baseFilename=\"\"\"$baseFilename$\"\"\"/>\n</$vars>\n</$set>\n\\end\n\n\\define exportFileName-and-Tags-ui() \n<label class=\"kk-cmd-label2\">Export filename</label><$edit-text tiddler=\"$:/temp/commander/exportFilename\" tag=input default=\"tiddlers\" placeholder=\"tiddlers\" class=\"cmd-txt-area\"/>\n<br>\n\n<label class=\"kk-cmd-label2\">Export tags</label><$edit-text tiddler=\"$:/temp/commander/exportTag\" tag=input default=\"exported\" placeholder=\"exported\" class=\"cmd-txt-area\"/><br>\n\\end\n\n<$set name=numTids value={{{[subfilter<searchfilter>!is[missing]count[]] }}}>\n<$reveal type=\"match\" text=\"0\" default=<<numTids>> >\nNo tiddlers is selected for export!\n</$reveal>\n\n<$reveal type=\"gt\" text=\"0\" default=<<numTids>> >\n\nNumber of tiddlers selected for export: <<numTids>><br>\n\n<<exportFileName-and-Tags-ui>>\n<$macrocall $name=\"export-tiddler-ui\" baseFilename={{{[[$:/temp/commander/exportFilename]get[text]]~[[tiddlers]]}}} />\n</$reveal>\n</$set>\n\n"
        },
        "$:/plugins/kookma/commander/title/macros/prefix": {
            "title": "$:/plugins/kookma/commander/title/macros/prefix",
            "created": "20190212122742891",
            "modified": "20200325055328857",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define log-changePrefix(message, oldTitle, newTitle)\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"$message$. New title [[$newTitle$]]\"\"\" tidItem=<<__oldTitle__>> />\n\\end\n\n\\define addPrefix-to-tiltle-bulk(prefix:\"\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<$list filter=\"[<__prefix__>!is[blank]]\" variable=null>\n<<create-log-tiddler \"addPrefix-to-tiltle-bulk\">>\n<$list filter=\"[subfilter<searchfilter>]\">\n<$list filter=\"\"\"[<currentTiddler>addprefix[$prefix$]] -[<currentTiddler>]\"\"\" variable=\"newTitle\">\n<$list filter=\"[<newTitle>]  -[has[title]]\" variable=\"ignore\">\n  <$action-sendmessage $message=\"tm-rename-tiddler\" from=<<currentTiddler>> to=<<newTitle>> />\n  <$macrocall $name=log-changePrefix message=\"title prefix: `$prefix$` added\" oldTitle=<<currentTiddler>> newTitle=<<newTitle>> />\n</$list>\n</$list>\n</$list>\n</$list>\n</$list>\n\\end\n\n\\define removePrefix-from-tiltle-bulk(prefix:\"\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<$list filter=\"[<__prefix__>!is[blank]]\" variable=null>\n<<create-log-tiddler \"removePrefix-from-tiltle-bulk\">>\n<$list filter=\"[subfilter<searchfilter>]\">\n<$list filter=\"\"\"[<currentTiddler>removeprefix[$prefix$]]   -[<currentTiddler>]\"\"\" variable=\"newTitle\">\n<$list filter=\"[<newTitle>]  -[has[title]]\" variable=\"ignore\">\n  <$action-sendmessage $message=\"tm-rename-tiddler\" from=<<currentTiddler>> to=<<newTitle>> />\n  <$macrocall $name=log-changePrefix message=\"title prefix: `$prefix$` removed\" oldTitle=<<currentTiddler>> newTitle=<<newTitle>> />\n</$list>  \n</$list>\n</$list>\n</$list>\n</$list>\n\\end\n"
        },
        "$:/plugins/kookma/commander/title/macros/remove-cahrs-end": {
            "title": "$:/plugins/kookma/commander/title/macros/remove-cahrs-end",
            "created": "20190218190318901",
            "modified": "20200325055328869",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define suffix-actions2()\n<$list filter=\"[subfilter<searchfilter>]+[prefix<sfx>]\" variable=\"item\">\n  <$action-sendmessage $message=\"tm-rename-tiddler\" from=<<item>> to=<<sfx>> />\n  <$macrocall $name=\"log-add-single-operation\" msg=\"\"\"characters removed from end. New title [[$(sfx)$]]\"\"\" tidItem=<<item>> />\n</$list>\n\\end\n\n\n\\define makelink2() [[$(newTitle)$]]\n\n\\define generate-suffixes2(n:\"0\")\n<$list filter=\"[<__n__>] -0\" variable=null>\n<$list filter=\"[subfilter<searchfilter>]\" variable=\"item\">\n<$list filter=\"\"\"[<item>split[]butlast[$n$]join[]trim[]]\"\"\" variable=\"newTitle\">\n<$text text=<<makelink2>>/>\n</$list>\n</$list>\n</$list>\n\\end\n\n\\define remove-chars-from-end-tiltle-bulk(num:\"0\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<$list filter=\"[<__num__>] -0\" variable=null>\n<<create-log-tiddler \"remove-chars-from-end-tiltle-bulk\">>\n<$vars n=<<__num__>> >\n<$wikify text=\"\"\"<<generate-suffixes2 n:\"$num$\">>\"\"\" name=\"outputs\">\n <$list filter=\"[subfilter<outputs>]\" variable=\"sfx\">\n<$list filter=\"[subfilter<searchfilter>]+[prefix<sfx>limit[2]count[]regexp[2]]\" emptyMessage=<<suffix-actions2>> variable=\"cnt\">\n</$list>\n</$list>\n</$wikify>\n</$vars>\n</$list>\n</$list>\n\\end\n"
        },
        "$:/plugins/kookma/commander/title/macros/remove-cahrs-start": {
            "title": "$:/plugins/kookma/commander/title/macros/remove-cahrs-start",
            "created": "20190218214608685",
            "modified": "20200325055328877",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define suffix-actions()\n<$list filter=\"[subfilter<searchfilter>]+[suffix<sfx>]\" variable=\"item\">\n  <$action-sendmessage $message=\"tm-rename-tiddler\" from=<<item>> to=<<sfx>> />\n  <$macrocall $name=\"log-add-single-operation\" msg=\"\"\"characters removed from start. New title [[$(sfx)$]]\"\"\" tidItem=<<item>> />\n</$list>\n\\end\n\n\n\\define makelink() [[$(newTitle)$]]\n\n\\define generate-suffixes(n:\"0\")\n<$list filter=\"[<__n__>] -0\" variable=null>\n<$list filter=\"[subfilter<searchfilter>has[title]]\" variable=\"item\">\n<$list filter=\"\"\"[<item>split[]rest[$n$]join[]trim[]]\"\"\" variable=\"newTitle\">\n<$text text=<<makelink>>/>\n</$list>\n</$list>\n</$list>\n\\end\n\n\\define remove-chars-from-begining-tiltle-bulk(num:\"0\")\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<$list filter=\"[<__num__>] -0\" variable=null>\n<<create-log-tiddler \"remove-chars-from-begining-tiltle-bulk\">>\n<$vars n=<<__num__>> >\n<$wikify text=\"\"\"<<generate-suffixes n:\"$num$\">>\"\"\" name=\"outputs\">\n <$list filter=\"[subfilter<outputs>]\" variable=\"sfx\">\n <$list filter=\"[subfilter<searchfilter>]+[suffix<sfx>limit[2]count[]regexp[2]]\" \n    emptyMessage=<<suffix-actions>> variable=\"cnt\">\n </$list>\n </$list>\n</$wikify>\n</$vars>\n</$list>\n</$list>\n\\end\n"
        },
        "$:/plugins/kookma/commander/title/macros/suffix": {
            "title": "$:/plugins/kookma/commander/title/macros/suffix",
            "created": "20190212143639636",
            "modified": "20200325055328886",
            "tags": "$:/tags/Commander/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define log-changeSuffix(message, oldTitle, newTitle)\n<$macrocall $name=\"log-add-single-operation\" msg=\"\"\"$message$. New title [[$newTitle$]]\"\"\" tidItem=<<__oldTitle__>> />\n\\end\n\n\\define addSuffix-to-tiltle-bulk(suffix:\"\")\n<$list filter=\"[<__suffix__>!is[blank]]\" variable=null>\n<$list filter=\"[subfilter<searchfilter>limit[1]]\" variable=ignore><!--check if filter is empty -->\n<<create-log-tiddler \"addSufffix-to-tiltle-bulk\">>\n<$list filter=\"[subfilter<searchfilter>]\">\n<$list filter=\"\"\"[<currentTiddler>addsuffix[$suffix$]] -[<currentTiddler>]\"\"\" variable=\"newTitle\">\n<$list filter=\"[<newTitle>]  -[has[title]]\" variable=\"ignore\">\n  <$action-sendmessage $message=\"tm-rename-tiddler\" from=<<currentTiddler>> to=<<newTitle>> />\n  <$macrocall $name=log-changeSuffix message=\"title suffix: `$suffix$` added\" oldTitle=<<currentTiddler>> newTitle=<<newTitle>> />\n</$list>\n</$list>\n</$list>\n</$list>\n</$list>\n\\end\n\n\\define removeSuffix-from-tiltle-bulk(suffix:\"\")\n<$list filter=\"[<__suffix__>!is[blank]]\" variable=null>\n<$list filter=\"[subfilter<searchfilter>!is[missing]limit[1]]\" variable=ignore><!--check if filter is empty -->\n<<create-log-tiddler \"removeSuffix-from-tiltle-bulk\">>\n<$list filter=\"[subfilter<searchfilter>]\">\n<$list filter=\"\"\"[<currentTiddler>removesuffix[$suffix$]] -[<currentTiddler>]\"\"\" variable=\"newTitle\">\n<$list filter=\"[<newTitle>]  -[has[title]]\" variable=\"ignore\">\n  <$action-sendmessage $message=\"tm-rename-tiddler\" from=<<currentTiddler>> to=<<newTitle>> />\n  <$macrocall $name=log-changeSuffix message=\"title suffix: `$suffix$` removed\" oldTitle=<<currentTiddler>> newTitle=<<newTitle>> />\n</$list>\n</$list>\n</$list>\n</$list>\n</$list>\n\\end\n"
        },
        "$:/plugins/kookma/commander/title/ui": {
            "title": "$:/plugins/kookma/commander/title/ui",
            "caption": "Title",
            "created": "20190212051704536",
            "list-after": "$:/plugins/kookma/commander/tiddler/ui",
            "modified": "20200324070653068",
            "tags": "$:/tags/Commander",
            "type": "text/vnd.tiddlywiki",
            "text": "<<tabs \ntabsList:\"[all[shadows+tiddlers]tag[$:/tags/Commander/TitleOps]!has[draft.of]]\" \ndefault:\"$:/plugins/kookma/commander/title/uicomp/add-remove-prefix\"\nclass:\"tc-vertical cmd-tab-colorful cmd-tab-wd\">>\n\n<!-- relink checkbox for renaming title -->\n{{$:/plugins/kookma/commander/config/relink}}"
        },
        "$:/plugins/kookma/commander/title/uicomp/add-remove-chars": {
            "title": "$:/plugins/kookma/commander/title/uicomp/add-remove-chars",
            "caption": "Remove chars",
            "created": "20190217092719245",
            "list-after": "$:/plugins/kookma/commander/title/uicomp/add-remove-suffix",
            "modified": "20200325055328894",
            "tags": "$:/tags/Commander/TitleOps",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define rngcat() [range[0,$(minchars)$]] -0 \n\n<label style=\"width:30ch;\">Number of chars</label>\n<$select tiddler=\"$:/temp/commander/title-remove-chars\"  default=\"0\" class=\"cmd-sl\">\n<$list filter=\"[subfilter<searchfilter>length[]minall[]subtract[1]] -Infinity\" variable=\"minchars\">\n<$list filter=<<rngcat>> >\n<option value=<<currentTiddler>>><$view field='title'/></option>\n</$list>\n</$list>\n</$select><br>\n\n<$button class=\"cmd-btn cmd-btn-wd\"> First n characters\n<$macrocall \n $name=\"remove-chars-from-begining-tiltle-bulk\" \n num={{$:/temp/commander/title-remove-chars}} />\n</$button>\n\n<$button class=\"cmd-btn cmd-btn-wd\"> Last n characters\n<$macrocall \n $name=\"remove-chars-from-end-tiltle-bulk\" \n num={{$:/temp/commander/title-remove-chars}} />\n</$button>\n\n\n"
        },
        "$:/plugins/kookma/commander/title/uicomp/add-remove-prefix": {
            "title": "$:/plugins/kookma/commander/title/uicomp/add-remove-prefix",
            "caption": "Add remove prefix",
            "created": "20190212141758567",
            "modified": "20200325055328903",
            "tags": "$:/tags/Commander/TitleOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<$edit-text\ntiddler=\"$:/temp/commander/title-prefix\"\ntag=\"input\"\ndefault=\"\"\nclass=\"cmd-txt-area\"\nplaceholder=\" prefix\"\n/> <br>\n\n<$button class=\"cmd-btn cmd-btn-wd\"> Add prefix\n<$macrocall \n $name=\"addPrefix-to-tiltle-bulk\" \n prefix={{$:/temp/commander/title-prefix}} \n/>\n</$button>\n\n<$button class=\"cmd-btn cmd-btn-wd\"> Remove prefix\n<$macrocall \n $name=\"removePrefix-from-tiltle-bulk\" \n prefix={{$:/temp/commander/title-prefix}} \n/>\n</$button>\n\n"
        },
        "$:/plugins/kookma/commander/title/uicomp/add-remove-suffix": {
            "title": "$:/plugins/kookma/commander/title/uicomp/add-remove-suffix",
            "caption": "Add remove suffix",
            "created": "20190212143434676",
            "list-after": "$:/plugins/kookma/commander/title/uicomp/add-remove-prefix",
            "modified": "20200325055328912",
            "tags": "$:/tags/Commander/TitleOps",
            "type": "text/vnd.tiddlywiki",
            "text": "<$edit-text\ntiddler=\"$:/temp/commander/title-suffix\"\ntag=\"input\" default=\"\"\nclass=\"cmd-txt-area\" placeholder=\" suffix\" /><br>\n\n<$button class=\"cmd-btn cmd-btn-wd\"> Add suffix\n<$macrocall \n $name=\"addSuffix-to-tiltle-bulk\" \n suffix={{$:/temp/commander/title-suffix}} />\n</$button>\n\n<$button class=\"cmd-btn cmd-btn-wd\"> Remove suffix\n<$macrocall \n $name=\"removeSuffix-from-tiltle-bulk\" \n suffix={{$:/temp/commander/title-suffix}} \n/>\n</$button>\n\n"
        },
        "$:/plugins/kookma/commander/viewtemplate/import": {
            "title": "$:/plugins/kookma/commander/viewtemplate/import",
            "created": "20210102093753666",
            "modified": "20210102140349092",
            "tags": "$:/tags/ViewTemplate",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[all[current]match[$:/Import]status[complete]]\" variable=\"null\">\n<$button actions=\"\"\"<$action-setfield $tiddler=\"$:/temp/commander/search-box\" text=\"[[$:/Import]links[]]\"/><$action-navigate $to=\"$:/Commander\"/>\"\"\">\n{{$:/plugins/kookma/commander/images/commander.svg}} Batch edit\n</$button>\n</$list>"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/kookma/favorites/frozen-list": {
            "title": "$:/plugins/kookma/favorites/frozen-list",
            "caption": "Favorites",
            "created": "20191228192318272",
            "list-after": "$:/core/ui/SideBar/Open",
            "modified": "20200326083226904",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/favorites/macros/definition\n\\import $:/plugins/kookma/favorites/macros/slider\n\n\\define contents()\n<div style=\"padding-left:20px;\">\n<$list filter=\"[list<currentTiddler>]\">\n<$transclude tiddler=\"$:/plugins/kookma/favorites/templates/show-link\" field=text/>\n</$list>\n</div>\n\\end\n\n\n<$list filter=<<recentlyAdded>> >\n<div><<contents>>\n</div>\n</$list>\n\n\n<$list filter=\"[subfilter<folders>]-[<recentlyAdded>]\" >\n<div>\n<$macrocall $name=favslider\ntitle=<<currentTiddler>>\ncontent=<<contents>>\n/></div>\n</$list>"
        },
        "$:/plugins/kookma/favorites/history": {
            "title": "$:/plugins/kookma/favorites/history",
            "created": "20200326073607951",
            "modified": "20200326080816159",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Full change log  https://kookma.github.io/TW-Favorites/#ChangeLog\n\n* ''4.4.0 '' -- 2020.03.26 -- moved to new Thirdflow development platform \n* ''4.3.0 '' -- 2019.11.19 -- correct caption when caption filed has wikitext\n* ''4.0.0 '' -- 2019.12.17 -- a rewrite of old favorite plugin\n* ''3.0.12'' -- 2018.11.01 -- released by Mohammad Rahmani\n* ''3.0.5 '' -- 2017.08.03 -- released by Andrew Harrison"
        },
        "$:/plugins/kookma/favorites/image": {
            "title": "$:/plugins/kookma/favorites/image",
            "created": "20181010141333403",
            "modified": "20200326185558195",
            "path": "c-3.3-16.6-15.1-27.3-30.3-27.3-8.5,0-17.7,3.5-26.7,10.1-9.1-6.8-18.3-10.3-26.9-10.3-15.2,0-27.1,10.8-30.3,27.6-4.8,24.9 10.6,58 55.7,76 0.5,0.2 1,0.3 1.5,0.3 0.5,0 1-0.1 1.5-0.3 45-18.4 60.3-51.4 55.5-76.1zm-57,67.9c-39.6-16.4-53.3-45-49.2-66.3 2.4-12.7 11.2-21 22.3-21 7.5,0 15.9,3.6 24.3,10.5 1.5,1.2 3.6,1.2 5.1,0 8.4-6.7 16.7-10.2 24.2-10.2 11.1,0 19.8,8.1 22.3,20.7 4.1,21.1-9.5,49.6-49,66.3z",
            "tags": "$:/tags/Image",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define favorites-svg()\n<svg class='tc-image-favorites-button tc-image-button' width='22pt' height='22pt' viewBox=\"0 0 129 129\"><g><path stroke-width=\"6px\"   d='m$(m)$$(path)$'/></g></svg>\n\\end\n\n<$vars m='121.6,40.1' path={{!!path}}>\n<<favorites-svg>>\n</$vars>"
        },
        "$:/language/Buttons/Favorites/Caption/Add": {
            "title": "$:/language/Buttons/Favorites/Caption/Add",
            "created": "20191216200037937",
            "modified": "20200326193233403",
            "type": "text/vnd.tiddlywiki",
            "text": "favorites"
        },
        "$:/language/Buttons/Favorites/Caption/Remove": {
            "title": "$:/language/Buttons/Favorites/Caption/Remove",
            "created": "20191216200037793",
            "modified": "20200326193156596",
            "type": "text/vnd.tiddlywiki",
            "text": "Caption/Remove"
        },
        "$:/language/Buttons/Favorites/Hint/Add": {
            "title": "$:/language/Buttons/Favorites/Hint/Add",
            "created": "20191216200037919",
            "modified": "20200326193116928",
            "type": "text/vnd.tiddlywiki",
            "text": "Add to favorites"
        },
        "$:/language/Buttons/Favorites/Hint/Remove": {
            "title": "$:/language/Buttons/Favorites/Hint/Remove",
            "created": "20200326193045794",
            "modified": "20200326193104571",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Remove from favorites"
        },
        "$:/plugins/kookma/favorites/license": {
            "title": "$:/plugins/kookma/favorites/license",
            "created": "20200326073607952",
            "modified": "20200326080900832",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Distributed under an MIT license.\n\nCopyright (c) 2018-2020 [[Mohammad Rahmani|https://github.com/kookma]]<br>\nCopyright (c) 2017-2018 [[Andrew Harrison|http://favorites.tiddlyspot.com/]]\n\n<<<\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n<<<\n"
        },
        "$:/plugins/kookma/favorites/macros/combo-search": {
            "title": "$:/plugins/kookma/favorites/macros/combo-search",
            "created": "20191219070911471",
            "description": "do not delete, part of example 103",
            "modified": "20200326190600963",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define standardSearch() [list<favlistTid>search<searchTerms>]\n\\define filterSearch()   [list<favlistTid>]+[subfilter<searchTerms>]\n\n\\define displayResult(filter)\n<!-- other folders -->\n<$list filter=\"[<recentlyAdded>]\" variable=folder>\n<b><$view tiddler=<<folder>> field=caption/></b><br>\n<$list filter=<<__filter__>> variable=item >\n<$list filter=\"[<folder>search:list<item>]\">\n<span style=\"margin-left:8px;\"><$link to=<<item>>/></span><br>\n</$list>\n</$list>\n</$list>\n\n<!-- other folders -->\n<$list filter=\"[subfilter<folders>]-[<recentlyAdded>]\" variable=folder>\n<b><$view tiddler=<<folder>> field=caption/></b><br>\n<$list filter=<<__filter__>> variable=item >\n<$list filter=\"[<folder>search:list<item>]\">\n<span style=\"margin-left:8px;\"><$link to=<<item>>/></span><br>\n</$list>\n</$list>\n</$list>\n\\end\n\n\n\\define combo-search(stateTiddler:\"\")\n<$vars pattern=\"^\\[\"\n       stateTid={{{ [[$:/temp/combosearch/]addsuffix[$stateTiddler$]addsuffix<qualify>] }}}>\t \n<!--UI -->\n<div class=\"tc-search tc-advanced-search\">\n<$edit-text tiddler=<<stateTid>> tag=input default=\"\" placeholder=\"search by keyword or filter\" class=\"sltext\"/>\t\t\t\n\n<!-- show results if any-->\n<$reveal state=<<stateTid>> type=\"nomatch\" text=\"\"><!--do not display when searchbox is empty-->\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=<<stateTid>> $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n\n<$set name=searchTerms tiddler=<<stateTid>> field=text>\n\n<$list filter=\"[<searchTerms>trim[]minlength[3]limit[1]]\" emptyMessage=\"Search text too short\" variable=ignore>\n\n<!-- Check input search term -->\n<div class=\"tc-search-results\">\n<$list filter=\"[<searchTerms>regexp<pattern>then[filterSearch]else[standardSearch]]\" variable=searchMethod >\n<$reveal type=nomatch default=\"filterSearch\" text=<<searchMethod>> >\n<$macrocall $name=displayResult filter=<<standardSearch>> />\n</$reveal>\n<$reveal type=match default=\"filterSearch\" text=<<searchMethod>> >\n<$macrocall $name=displayResult filter=<<filterSearch>> />\n</$reveal>\n\n</$list>\n</div>\n</$list>\n</$set>\n</$reveal>\n</div>\n</$vars>\n\\end"
        },
        "$:/plugins/kookma/favorites/macros/definition": {
            "title": "$:/plugins/kookma/favorites/macros/definition",
            "created": "20191223204533023",
            "modified": "20200326190417057",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define folderpath()     $:/favorites/folder\n\\define favlistTid()     $:/favorites/favlist\n\\define foldertagTid()   $:/tags/Favorites/Folder\n\\define folders()        [tag[$(foldertagTid)$]]\n\\define recentlyAdded()  $:/plugins/kookma/favorites/recent\n\n\\define temppath()       $:/temp/favorites\n\n\\define selectionTid()   $(temppath)$/selection\n\\define tempNewTid()     $(temppath)$/new-folder\n\\define temppopupTid()   $(temppath)$/delete-confirm\n\\define tempreorderTid() $(temppath)$/reorder\n\\define saveTid()        $(temppath)$/savetitle"
        },
        "$:/plugins/kookma/favorites/macros/folding-editor": {
            "title": "$:/plugins/kookma/favorites/macros/folding-editor",
            "created": "20191222134036727",
            "modified": "20200326083226990",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define fv-folding-editor(tiddler)\n<$set name=\"state\" value={{{ [[$:/temp/folding-editor/]addsuffix<currentTiddler>addsuffix<__tiddler__>] }}}>\n<$reveal stateTitle=<<state>> type=\"nomatch\" text=\"edit\">\n<span style=\"display:inline-block;min-width:320px;font-weight:700\">\n<$transclude tiddler=<<__tiddler__>> field=\"caption\"/>\n</span>\n<$button class=\"tc-btn-invisible\" setTitle=<<state>> setTo=\"edit\">{{$:/core/images/edit-button}}</$button>\n</$reveal>\n<$reveal stateTitle=<<state>> type=\"match\" text=\"edit\">\n<$edit-text class=\"\" tiddler=<<__tiddler__>> field=\"caption\" tag=\"input\" default=\"\" placeholder=\"enter a folder title\"/>\n<$button class=\"tc-btn-invisible\" setTitle=<<state>> setTo=\"\">{{$:/core/images/done-button}}</$button>\n</$reveal>\n</$set><span class=\"fv-folding-button\">\n<$button class=\"tc-btn-invisible\"> {{$:/core/images/delete-button}}\n<$action-listops $tiddler=<<favlistTid>> $field=\"list\" $subfilter=\"-[list<__tiddler__>]\" />\n<$action-listops $tiddler=<<foldertagTid>> $field=\"list\" $subfilter=\"-[[$tiddler$]]\" />\n<$action-deletetiddler $tiddler=<<__tiddler__>>/>\n</$button>\n<$radio tiddler=<<tempreorderTid>> field=text value=<<__tiddler__>>/>\n</span>\n\\end\n"
        },
        "$:/plugins/kookma/favorites/macros/sidebar": {
            "title": "$:/plugins/kookma/favorites/macros/sidebar",
            "caption": "Favorites",
            "created": "20191226064633412",
            "list-before": "$:/core/ui/SideBar/Recent",
            "modified": "20200326190524020",
            "type": "text/vnd.tiddlywiki",
            "text": "\\whitespace trim\n\\import $:/plugins/kookma/favorites/macros/slider\n\\import $:/plugins/kookma/favorites/macros/definition\n\n\\define drop-actions()\n<!-- case 1: tiddler is already in favlist and moved between folders by drag and drop -->\n<$reveal type=match default=<<favlistTid>> text={{{[<actionTiddler>listed[]match<favlistTid>]}}} >\n<$vars oldFolder={{{ [<actionTiddler>listed[]]+[subfilter<folders>]-[<folder>]+[limit[1]] }}}>\n<$action-listops $tiddler=<<oldFolder>> $field=\"list\" $subfilter=\"-[<actionTiddler>]\" />\n</$vars>\n</$reveal>\n<!-- case 2: tiddler is NOT already in favlist and dropped from outside favorites -->\n<$reveal type=nomatch default=<<favlistTid>> text={{{[<actionTiddler>listed[]match<favlistTid>]}}} >\n<$action-listops $tiddler=<<favlistTid>> $field='list' $subfilter=\"[<actionTiddler>]\"/>\n</$reveal>\n<!-- move it to the target folder -->\n<$action-listops $tiddler=<<folder>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n\\define placeholder()\n<div class=\"tc-droppable-placeholder\">&nbsp;</div>\n\\end\n\n\\define droppable-item()\n\\whitespace trim\n<$droppable actions=<<drop-actions>>>\n<<placeholder>>\n<div>\n<$transclude tiddler=\"$:/plugins/kookma/favorites/templates/delete-item\" field=text/> \n<$transclude tiddler=\"$:/plugins/kookma/favorites/templates/show-link\" field=text/>\n</div>\n</$droppable>\n\\end\n\n\\define droppable-item-after-last-item()\n\\whitespace trim\n<!--add extra space for drag and drop after last item-->\n<$droppable actions=<<drop-actions>>>\n<<placeholder>><div style=\"margin-top:-6px;margin-bottom:-6px;\">&nbsp;</div>\n</$droppable>\n\\end\n\n\n\\define display-folder-is-empty()\n<div style=\"padding-left:20px;\">\n<$droppable actions=<<drop-actions>>>\n<<placeholder>>\n//Folder is empty//\n</$droppable>\n</div>\n\\end\n\n\\define display-fav-folder(folder)\n<$vars folder=<<__folder__>> >\n<!--check if folder is empty-->\n<$list filter=\"[list<folder>limit[1]]\" emptyMessage=<<display-folder-is-empty>> variable=ignore>\n<div style=\"padding-left:20px;\">\n<$list filter=\"[list<folder>]\"><!--display all tiddlers in folder list field one by one -->\n<$list filter=\"[<favlistTid>contains<currentTiddler>]\" variable=ignore><!--check if the tiddler is a favorite list-->\n<$macrocall $name=droppable-item />\n</$list>\n</$list>\n<<droppable-item-after-last-item>>\n</div>\n</$list>\n</$vars>\n\\end\n\n\\define display-fav-recentlyAdded()\n<$vars folder=<<recentlyAdded>> >\n<b><$transclude tiddler=<<folder>> field=\"caption\" /></b>\n<!--check if favlistTid is empty -->\n<$list filter=\"[list<folder>limit[1]]\" emptyMessage=<<display-folder-is-empty>> variable=ignore>\n<div style=\"padding-left:20px;\">\n<$list filter=\"[list<folder>]\"><!--get all items in favlistTid-->\n<$list filter=\"[<favlistTid>contains<currentTiddler>]\" variable=ignore><!--check if the tiddler is a favorite list-->\n<$macrocall $name=droppable-item />\n</$list>\n</$list>\n<<droppable-item-after-last-item>>\n</div>\n</$list>\n</$vars>\n\\end\n\n\n\\define favorites-tree()\n<!--show recently added favorites -->\n<<display-fav-recentlyAdded>>\n\n<!-- show all favorite folders -->\n<$list filter=\"[subfilter<folders>]-[<recentlyAdded>]\"  variable=favfolder >\n<div><!--create a div for each folder-->\n<$macrocall $name=favslider\n  title=<<favfolder>> \n  content=\"\"\"<$macrocall $name=\"display-fav-folder\" folder=<<favfolder>> />\"\"\" />\n</div>\n</$list>\n\\end\n<!-- create the favorite tree -->\n<<favorites-tree>>"
        },
        "$:/plugins/kookma/favorites/macros/slider": {
            "title": "$:/plugins/kookma/favorites/macros/slider",
            "created": "20191220123602267",
            "modified": "20200326190213819",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define favslider(title, content)\n<$set name=\"revealState\" filter={{{ [[$:/temp/favorits/]addsuffix<__title__>addsuffix<qualify>] }}}>\n<$reveal type=\"nomatch\" state=<<revealState>> text=\"yes\">\n    <$button class=\"tc-btn-invisible tc-tiddlylink\" set=<<revealState>> setTo=\"yes\" >\n      {{$:/core/images/right-arrow}}\n    </$button>\n</$reveal>\n<$reveal type=\"match\" state=<<revealState>> text=\"yes\">\n    <$button class=\"tc-btn-invisible tc-tiddlylink\" set=<<revealState>> setTo=\"no\" >\n      {{$:/core/images/down-arrow}}\n    </$button>\n</$reveal>\n<$list filter=\"[<fv-config-buttons>match[yes]]\" \n  emptyMessage=\"\"\"<b><$transclude tiddler=<<__title__>> field=\"caption\"/></b>\"\"\"\n\tvariable=ignore>\n  <$macrocall $name=\"fv-folding-editor\" tiddler=<<__title__>> />\n</$list>\n<$reveal type=\"match\" state=<<revealState>> text=\"yes\">\n$content$\n</$reveal>\n</$set>\n\\end"
        },
        "$:/plugins/kookma/favorites/manager/export": {
            "title": "$:/plugins/kookma/favorites/manager/export",
            "caption": "Export",
            "created": "20191226173845382",
            "modified": "20200326083227031",
            "tags": "$:/favorites/Manager",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/favorites/macros/definition\n\\define lingo-base() $:/language/Search/\n\nExport and delete favorites\n\n<$vars selection={{{ [<selectionTid>get[text]] }}} >\n\n<div class=\"tc-search tc-advanced-search fv-form\">\n<$select tiddler=<<selectionTid>> class=\"sltext\" field=\"text\" default=\"message\">\n<option value=\"message\" disabled selected>Select a folder</option>\n<$list filter=<<folders>> >\n<option value=<<currentTiddler>>><$transclude field=caption/></option>\n</$list>\n<$list filter=\"[subfilter<folders>count[]!match[0]]\">\n<option disabled>&#9472;&#9472;&#9472;&#9472;&#9472;</option>\n<option value=\"$:/favorites/favlist\" style=\"font-weight:500;\">all favorites</option>\n</$list>\n</$select>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/plugins/kookma/favorites/manager/exptab]!has[draft.of]]\"><$transclude/></$list>\n</div>\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[list<selection>]\"/>\"\"\">\n<div class=\"tc-search-results\">\n<<lingo Filter/Matches>>\n<$list filter=\"[list<selection>]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$set>\n\n</$vars>"
        },
        "$:/plugins/kookma/favorites/manager/exptab-delete": {
            "title": "$:/plugins/kookma/favorites/manager/exptab-delete",
            "created": "20191226172205238",
            "modified": "20200326190524040",
            "type": "text/vnd.tiddlywiki",
            "text": "<$reveal type=nomatch default=\"0\" text={{{[list<selection>count[]]}}} ><!--display button if there is a result-->\n<$button popup=<<qualify $(temppopupTid)$>> class=\"tc-btn-invisible\" tooltip=\"delete tiddlers\">\n{{$:/core/images/delete-button}}\n</$button>\n</$reveal>\n\n<$reveal state=<<qualify $(temppopupTid)$>> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[list<selection>]\"/>\"\"\">\nAre you sure you wish to delete permanently <<resultCount>> tiddler(s)?\n</$set>\n</div>\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-button tt-button\"> delete\n   <$action-deletetiddler $filter=\"[list<selection>]\" />\n\t <$action-listops $tiddler=<<favlistTid>> $field='list' $subfilter=\"-[list<selection>]\"/>\n\t <$action-listops $tiddler=<<selection>> $field='list'  $subfilter=\"-[list<selection>]\"/>\n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n"
        },
        "$:/plugins/kookma/favorites/manager/exptab-export": {
            "title": "$:/plugins/kookma/favorites/manager/exptab-export",
            "created": "20191226172145394",
            "modified": "20200326190524050",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define export-favorites()\n<$reveal type=nomatch default=\"0\" text={{{[list<selection>count[]]}}} ><!--display button if there is a result-->\n<$macrocall $name=\"exportButton\"   exportFilter=\"[list[$(selection)$]]\" lingoBase=\"$:/language/Buttons/ExportTiddlers/\" baseFilename=\"favorites\"/>\n</$reveal>\n\\end\n<<export-favorites>>"
        },
        "$:/plugins/kookma/favorites/manager/folders": {
            "title": "$:/plugins/kookma/favorites/manager/folders",
            "caption": "Folders",
            "created": "20191226064442751",
            "modified": "20200326083227048",
            "tags": "$:/favorites/Manager",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/favorites/macros/definition\n\\define add() [[$(saveTitle)$]]\n\\define newtitle() $(folderpath)$-{{{[tag<foldertagTid>count[]add[1]addprefix[0000]split[]last[3]join[]]}}}\n\n\n\\define new-fav-folder()\n<$edit-text tag=input tiddler=<<tempNewTid>> default=\"\" placeholder=\"enter a folder name\"/>\n<$list filter=\"[<tempNewTid>get[text]!is[blank]]\">\n<$vars \n  folderName ={{{ [<tempNewTid>get[text]] }}} \n\tsaveTitle={{{[<saveTid>get[text]]}}} >\n<$wikify name=xtitle text=<<newtitle>> >\t\n<$button tooltip=\"create new folder\" class=\"tc-btn-invisible\">{{$:/core/images/new-button}}\n<$action-createtiddler \n  $basetitle=<<xtitle>>\n\t$savetitle=<<saveTid>>\n\tcaption=<<folderName>>\n\ttags=<<foldertagTid>> />\n<$action-listops $tiddler=<<foldertagTid>> $field=\"list\" $subfilter=\"[<saveTid>get[text]]\" />\n<!-- clear edit-text temp tiddler-->\n<$action-setfield $tiddler=<<tempNewTid>> text=\"\"/>\n</$button>\n</$wikify>\n</$vars>\n</$list>\n\\end\n\n\\define folder-reorder(listTid)\n<$tiddler tiddler={{{ [<tempreorderTid>get[text]] }}} >\n<span style=\"display:inline-block;min-width:120px;font-weight:700;\"><$view field=caption/></span>\n\n<$button class=\"tc-btn-invisible\">down\n<$action-listops $tiddler=\"$listTid$\" $field=\"list\" $subfilter=\"+[move<currentTiddler>]\"/>\n</$button>\n&nbsp;\n<$button class=\"tc-btn-invisible\">up\n<$action-listops $tiddler=\"$listTid$\" $field=\"list\" $subfilter=\"+[move:-1<currentTiddler>]\"/>\n</$button>\n&nbsp;\n<$button class=\"tc-btn-invisible\">putfirst\n<$action-listops $tiddler=\"$listTid$\" $field=\"list\" $subfilter=\"[<currentTiddler>]+[putfirst[]]\"/>\n</$button>\n&nbsp;\n<$button class=\"tc-btn-invisible\">putlast\n<$action-listops $tiddler=\"$listTid$\" $field=\"list\" $subfilter=\"+[putlast[]]\"/>\n</$button>\n&nbsp;\n<$button class=\"tc-btn-invisible\">sort downwards\n<$action-listops $tiddler=\"$listTid$\" $field=\"list\" $subfilter=\"+[sort[caption]]\"/>\n</$button>\n&nbsp;\n<$button class=\"tc-btn-invisible\">sort upwards\n<$action-listops $tiddler=\"$listTid$\" $field=\"list\" $subfilter=\"+[!sort[caption]]\"/>\n</$button>\n</$tiddler>\n\\end\n\n\n\n\\define remove-all-favs()\n<$button class=\"tc-btn-invisible tc-btn-mini\"  popup=<<qualify $(temppopupTid)$>> >\nRemove all favorite items\n</$button>\n<$reveal state=<<qualify $(temppopupTid)$>> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[list<favlistTid>]\"/>\"\"\">\nRemove all <<resultCount>> favorite item(s)?\n</$set>\n</div>\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-button tt-button\"> delete\n<$list filter=\"[<favlistTid>] [subfilter<folders>]\">\n<$action-setfield $tiddler=<<currentTiddler>> $field=\"list\" $value=\"\"/>\n</$list>  \n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n\\end\n\n\n<!-- Create the UI --->\n\nCreate, rename, rearrange and delete folders\n\n!! Rearrange\n<<<\nRearrange folder:&nbsp;<$macrocall $name=\"folder-reorder\" listTid=\"$(foldertagTid)$\" />\n<<<\n\n!! Create\n<<<\n<div class=\"fv-form\">\n<label>Add new folder:</label><<new-fav-folder>>\n</div>\n<<<\n\n!! Structure\n<<<\n<$vars fv-config-buttons=yes>\n<$transclude tiddler=\"$:/plugins/kookma/favorites/macros/sidebar\" field=text/>\n</$vars>\n<<remove-all-favs>>\n<<<"
        },
        "$:/plugins/kookma/favorites/manager/search": {
            "title": "$:/plugins/kookma/favorites/manager/search",
            "caption": "Search",
            "created": "20191226092612349",
            "modified": "20200326083227054",
            "tags": "$:/favorites/Manager",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/favorites/macros/definition\n\\import $:/plugins/kookma/favorites/macros/combo-search\n\nSearch in favorites list (use filter or standard search)\n\n<<combo-search favorites>>"
        },
        "$:/plugins/kookma/favorites/manager": {
            "title": "$:/plugins/kookma/favorites/manager",
            "created": "20191224190957179",
            "modified": "20200326083227025",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<<tabs tabsList:\"[all[tiddlers+shadows]tag[$:/favorites/Manager]!has[draft.of]!sort[caption]]\" default:\"$:/plugins/kookma/favorites/manager/search\">>"
        },
        "$:/plugins/kookma/favorites/readme": {
            "title": "$:/plugins/kookma/favorites/readme",
            "created": "20200326073607952",
            "modified": "20200326082214810",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "; Favorites\nA favorite item also called a bookmark is a shortcut, you are creating for quick access to it. You can access that bookmark at any time and view that as many times as you want without having to search and find it again.\n\n''Favorites plugin'' is a set of tool for creating favorites (bookmarks) in Tiddlywiki. Each favorite item is a shortcut to a tiddler.\n\nThe Favorites plugin contains three modes\n\n* ''flat mode'': one favorite list, no folder\n* ''structured mode'': use folder, search tool, export and delete tool\n* ''frozen list'': read only, simple table of content style\n\n;Code and demo\nFor learning plugin features, syntax, tutorial and examples see the plugin demo and code pages\n\n* Demo: https://kookma.github.io/TW-Favorites/\n* Code: https://github.com/kookma/TW-Favorites\n"
        },
        "$:/plugins/kookma/favorites/recent": {
            "title": "$:/plugins/kookma/favorites/recent",
            "caption": "Recently added",
            "created": "20200103090757281",
            "creator": "a revised version of Andrew Harrison favorite plugin",
            "list": "$:/plugins/kookma/favorites/styles/image.css",
            "modified": "20200326195945747",
            "modifier": "a revised version of Andrew Harrison favorite plugin",
            "tags": "$:/tags/Favorites/Folder",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/favorites/sidebar-tab": {
            "title": "$:/plugins/kookma/favorites/sidebar-tab",
            "caption": "Favorites",
            "created": "20191226064836102",
            "list-after": "$:/core/ui/SideBar/Open",
            "modified": "20200326083227061",
            "tags": "$:/tags/SideBar",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define show-options()\n<$button class=\"tc-btn-invisible\" to=\"$:/plugins/kookma/favorites/manager\">\n{{$:/core/images/options-button}} Manager\n</$button>\n\\end\n\n<!-- create the sidebar tab -->\n<div class=\"kk-favorites\">\n --- &nbsp; <<show-options>> <br>\n<$transclude tiddler=\"$:/plugins/kookma/favorites/macros/sidebar\" field=text/>\n</div>"
        },
        "$:/plugins/kookma/favorites/styles/image.css": {
            "title": "$:/plugins/kookma/favorites/styles/image.css",
            "button-color": "#ff0000",
            "created": "20200326140130064",
            "creator": "a revised version of Andrew Harrison favorite plugin",
            "modified": "20200326195938233",
            "modifier": "a revised version of Andrew Harrison favorite plugin",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": ".tc-tiddler-controls .notselected .tc-image-favorites-button {\n stroke:  #ccc;\n fill:    #ccc;\n}\n\n.tc-tiddler-controls .selected .tc-image-favorites-button {\n stroke: {{!!button-color}};\n fill:   {{!!button-color}};\n}\n\n"
        },
        "$:/plugins/kookma/favorites/styles/style.css": {
            "title": "$:/plugins/kookma/favorites/styles/style.css",
            "text": ".sd-input textarea:focus, .sd-input input:focus { outline: none;}\n.sd-input textarea, .sd-input input { border:none; border-bottom: 1px dotted gray; margin-left:0px; width:75%;}\n\n.kk-custom-drop-down .tc-drop-down{min-width:60px;}\n\n.kk-favorites svg{\n    fill:#aaaaaa;\n}\n.kk-favorites button:hover svg {\n    fill: #000000; \n}\n\n.kk-btn-mini svg { font-size: 0.7em; fill: #bbb; }\n\n/* in folding-editor*/\n.fv-folding-button button svg{\n\t font-size:0.8em;\n\t vertical-align: middle;\n}\n\n.fv-folding-button input[type=\"radio\"] {\n  width: 0.8em; !important;\n  height: 0.8em; !important;\n  vertical-align: middle !important;\n}\n\n/* form elements */\n.fv-form label  { display:inline-block; width:130px; margin-left:5px; }\n.fv-form input, .fv-form select { display:inline-block; width:320px;}\n",
            "created": "20191219075310949",
            "modified": "20200326185700659",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/favorites/templates/delete-item": {
            "title": "$:/plugins/kookma/favorites/templates/delete-item",
            "created": "20191220075034126",
            "modified": "20200326190524058",
            "type": "text/vnd.tiddlywiki",
            "text": "<$button class=\"tc-btn-invisible kk-btn-mini\" tooltip=\"remove item from favorites\">\n{{$:/core/images/close-button}}\n<$action-listops $tiddler=<<favlistTid>> $field=\"list\" $subfilter=\"-[<currentTiddler>]\"/>\n<$action-listops $tiddler=<<folder>> $field=\"list\" $subfilter=\"-[<currentTiddler>]\"/>\n</$button>&nbsp;"
        },
        "$:/plugins/kookma/favorites/templates/item": {
            "title": "$:/plugins/kookma/favorites/templates/item",
            "created": "20191226214526038",
            "modified": "20200326190524068",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define tooltip() contains $(cnt)$ items\n<$vars cnt={{{[list<currentTiddler>count[]]}}}>\n<$link to=\"rr\" tooltip=<<cnt>> >\n<$view field=caption/>\n</$link>\n</$vars>"
        },
        "$:/plugins/kookma/favorites/templates/show-link": {
            "title": "$:/plugins/kookma/favorites/templates/show-link",
            "created": "20191220074823880",
            "modified": "20200326190524073",
            "type": "text/vnd.tiddlywiki",
            "text": "<$link to={{!!title}} tooltip=<<currentTiddler>> >\n<$transclude field=\"caption\">\n<$view field=\"title\" />\n</$transclude>\n</$link><br>"
        },
        "$:/plugins/kookma/favorites/ui/buttons/add-remove": {
            "title": "$:/plugins/kookma/favorites/ui/buttons/add-remove",
            "caption": "{{$:/plugins/kookma/favorites/image}}{{$:/language/Buttons/Favorites/Caption/Add}}",
            "created": "20181010141620348",
            "description": "{{$:/language/Buttons/Favorites/Hint/Add}}",
            "list-after": "$:/core/ui/Buttons/info",
            "modified": "20200326193035070",
            "tags": "$:/tags/ViewToolbar",
            "type": "text/vnd.tiddlywiki",
            "text": "\\whitespace trim\n\\import $:/plugins/kookma/favorites/macros/definition\n\n\\define add-this-tiddler() [[$(currentTiddler)$]]+[putfirst[]]\n\\define remove-this-tiddler() -[[$(currentTiddler)$]]\n\n\\define show-favorites-button(class)\n<$list filter='[<tv-config-toolbar-icons>match[yes]]'>\n<span class=\"$class$\">{{$:/plugins/kookma/favorites/image}}</span>\n</$list>\n<$list filter='[<tv-config-toolbar-text>match[yes]]'>\n<span class='tc-btn-text'><$text text={{$:/language/Buttons/Favorites/Caption/Add}}/></span>\n</$list>\n\\end\n\n\n\\define add-to-favorites-button()\n <$button \n   tooltip={{$:/language/Buttons/Favorites/Hint/Add}} aria-label={{$:/language/Buttons/Favorites/Caption/Add}} \n   class=<<tv-config-toolbar-class>>>\n     <$action-listops $tiddler=<<favlistTid>>    $field='list'  $subfilter=<<add-this-tiddler>>/>\n     <$action-listops $tiddler=<<recentlyAdded>> $field='list'  $subfilter=<<add-this-tiddler>>/>\n\t\t <$macrocall $name=\"show-favorites-button\" class=\"notselected\"/>\n </$button>\n\\end \n\n\\define remove-from-favorites-button()\n <$button \n   tooltip={{$:/language/Buttons/Favorites/Hint/Remove}} aria-label={{$:/language/Buttons/Favorites/Caption/Remove}} \n   class=<<tv-config-toolbar-class>> >\n     <$action-listops $tiddler=<<favlistTid>> $field='list' $subfilter=<<remove-this-tiddler>>/>\n     <$action-listops $tiddler={{{[subfilter<folders>contains<currentTiddler>limit[1]]}}} $field='list' $subfilter=<<remove-this-tiddler>>/>\n\t\t <$macrocall $name=\"show-favorites-button\" class=\"selected\"/>\n </$button>\n\\end \n\n<$list filter=\"[list<favlistTid>is[current]]\"><!-- tiddler is in favorites list, remove it   -->\n<<remove-from-favorites-button>>\n</$list>\n<$list filter=\"[all[current]!list<favlistTid>]\"><!-- tiddler is not in favorites list, add it -->\n<<add-to-favorites-button>>\n</$list>"
        },
        "$:/plugins/kookma/favorites/ui/ControlPanel/Settings": {
            "title": "$:/plugins/kookma/favorites/ui/ControlPanel/Settings",
            "caption": "Favorites",
            "created": "20191229193717073",
            "list-after": "$:/core/ui/ControlPanel/Settings/TiddlyWiki",
            "modified": "20200326191059735",
            "tags": "$:/tags/ControlPanel/SettingsTab $:/tags/MoreSideBar",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define checked-frozen()\n<$action-setfield $tiddler=\"$:/plugins/kookma/favorites/sidebar-tab\" tags=\"\"/>\n<$action-setfield $tiddler=\"$:/plugins/kookma/favorites/viewtoolbar\" tags=\"\"/> \n\\end\n\\define unchecked-frozen()\n<$action-setfield $tiddler=\"$:/plugins/kookma/favorites/sidebar-tab\" tags=\"$:/tags/SideBar\"/>\n<$action-setfield $tiddler=\"$:/plugins/kookma/favorites/viewtoolbar\" tags=\"$:/tags/ViewToolbar\"/> \n\\end\n\nThese settings let you customise the behaviour of Utility plugin.\n\n---\n\n;Show Utility setting in more sidebar\n:<$checkbox tiddler=\"$:/plugins/kookma/favorites/ui/ControlPanel/Settings\" tag=\"$:/tags/MoreSideBar\"> Show setting in more sidebar</$checkbox>\n\n;Options\n:<$checkbox checkactions=<<checked-frozen>> \n   tiddler=\"$:/plugins/kookma/favorites/frozen-list\" tag=\"$:/tags/SideBar\"\n\t checkactions=<<checked-frozen>>\n\t uncheckactions=<<unchecked-frozen>> > Enable frozen tab</$checkbox>\n:<input type=\"checkbox\" disabled> Viewtoolbar icon color <$edit-text tiddler=\"$:/plugins/kookma/favorites/styles/image.css\" \n\tfield=\"button-color\" tag=\"input\" type=\"color\"/>\n:<$checkbox tiddler=\"$:/plugins/kookma/favorites/styles/image.css\" \n\t field=\"button-color\" checked=\"#ff0000\" unchecked=\"#bbb\"> Reset viewtoolbar icon color</$checkbox>"
        }
    }
}

{
    "tiddlers": {
        "$:/plugins/kookma/searchwikis/history": {
            "title": "$:/plugins/kookma/searchwikis/history",
            "created": "20200404125701937",
            "modified": "20200404125707400",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Full change log  https://kookma.github.io/TW-???/#ChangeLog\n\n* ''0.2.0'' -- 2020.03.12 -- first plugin\n* ''0.1.0'' -- 2019.11.19 -- first plugin\n"
        },
        "Index and Export": {
            "title": "Index and Export",
            "created": "20200303165959003",
            "modified": "20200404133202352",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define tempTidInputs()   $:/temp/searchwiki/input\n\\define searchwikiTag()   $:/tags/SearchWikis\n\\define indexTiddler()    $:/stw/index/{{{ [<tempTidInputs>getindex[wikiTitle]] ~[{$:/SiteTitle}] }}}\n\n\n\\define indexvalue() $(title)$|$(caption)$|$(tags)$\n\n\\define index-all-tiddlers()\n<!-- this macro will inedex all tiddlers in the wiki -->\n<$list filter=\"[all[tiddlers]!is[system]] $(exclude)$\">\n<$vars title={{!!title}} caption={{!!caption}} tags={{!!tags}} >\n<$action-setfield $tiddler=<<indexTiddler>> $index=<<currentTiddler>> $value=<<indexvalue>>/>\n</$vars>\n</$list>\n\\end\n\n\\define add-wiki-info()\n<!-- add the source wiki info to index tiddler through dedicated fields -->\n<$action-setfield $tiddler=<<indexTiddler>> $field=\"stw_wiki_title\"  $value={{{ [<tempTidInputs>getindex[wikiTitle]] ~[{$:/SiteTitle}] }}}/>\n<$action-setfield $tiddler=<<indexTiddler>> $field=\"stw_wiki_url\"    $value={{{ [<tempTidInputs>getindex[wikiUrl]]  }}} />\n<$action-setfield $tiddler=<<indexTiddler>> $field=\"stw_last_update\" $value=<<now \"mmm DDth, YYYY 0hh:0mm:0ss\">> />\n<$action-setfield $tiddler=<<indexTiddler>> tags=<<searchwikiTag>> />\n\\end\n\n\n\\define display-summary()\n<div class=\"kk-stw-indent\">\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/stw/index/]tag[$:/tags/SearchWikis]]\" emptyMessage=\"//No index tiddler existed//\">\n{{||$:/core/ui/Buttons/delete}}&nbsp;\n{{||$:/core/ui/Buttons/export-tiddler}}&nbsp;\n<$link/> <$text text={{{[<currentTiddler>get[stw_last_update]]  }}}/><br>\n</$list>\n</div>\n\\end\n\n\\define btn-Clear(index) \n<$reveal state=\"$(tempTidInputs)$##$index$\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible kk-stw-btn\">{{$:/core/images/close-button}}\n<$action-setfield $tiddler=<<tempTidInputs>> $index=<<__index__>> />\n</$button>\n</$reveal>\n\\end\n\n\\define index-ui()\n<label class=\"kk-stw-lbl\">Wiki title </label>\n<$edit-text tiddler=<<tempTidInputs>> index=\"wikiTitle\" tag=input default=\"\" placeholder={{$:/SiteTitle}} class=\"kk-stw-txtbox\"/>&nbsp;\n<<btn-Clear index:\"wikiTitle\">><br>\n\n<label class=\"kk-stw-lbl\">Wiki url </label>\n<$edit-text tiddler=<<tempTidInputs>> index=\"wikiUrl\" tag=input default=\"\" placeholder=\"e.g. https://tiddlywiki.com\" class=\"kk-stw-txtbox\"/>&nbsp;\n<<btn-Clear index:\"wikiUrl\">><br>\n\n<label class=\"kk-stw-lbl\">Exclude filter</label>\n<$edit-text tiddler=<<tempTidInputs>> index=\"excludeItems\" tag=input default=\"\" placeholder=\"e.g. -[prefix[demo]]\" class=\"kk-stw-txtbox\"/>&nbsp;\n<<btn-Clear index:\"excludeItems\">><br>\n\n<!-- Make index tiddler-->\n<$wikify name=indexTiddler text=<<indexTiddler>> >\n<$vars exclude={{{ [<tempTidInputs>getindex[excludeItems]] }}}>\n<span class=\"kk-stw-lbl\"/>\n<$button>Make Index\n<$list filter=\"[<tempTidInputs>getindex[wikiUrl]!is[blank]]\" variable=ignore>\n<<index-all-tiddlers>>\n<<add-wiki-info>>\n</$list>\n</$button>\n<<display-export-button>>\n<<display-summary>>\n</$vars>\n</$wikify>\n\\end\n\n\n<style>\n.kk-stw-lbl {display:inline-block; width:85px;}\n.kk-stw-txtbox {display:inline-block; width:40ch;}\n.kk-stw-indent{padding-left:60px; margin-top:1em;font-size:small;}\n.kk-stw-btn svg{fill:#999999}\n</style>\n\n\n<<index-ui>>\n"
        },
        "$:/plugins/kookma/searchwikis/license": {
            "title": "$:/plugins/kookma/searchwikis/license",
            "created": "20200404125701938",
            "modified": "20200404125705382",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Distributed under an MIT license.\n\nCopyright (c) 2020 [[Mohammad Rahmani|https://github.com/kookma]]\n\n<<<\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n<<<"
        },
        "$:/plugins/kookma/searchwikis/macros/create-summary": {
            "title": "$:/plugins/kookma/searchwikis/macros/create-summary",
            "created": "20200304193153742",
            "modified": "20200404130202234",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define tidText() {{$:/plugins/kookma/searchwikis/ui/index-summary}}\n\\define index-summary-link()\n<$button class=\"tc-btn-invisible tc-tiddlylink\" to=\"Searchwikis Index Summary\">external wikis\n<$list filter=\"[[Searchwikis Index Summary]is[missing]]\">\n<$action-createtiddler $basetitle=\"Searchwikis Index Summary\" \ntext=<<tidText>> />\n</$list>\n</$button>\n\\end"
        },
        "$:/plugins/kookma/searchwikis/macros/searchindex": {
            "title": "$:/plugins/kookma/searchwikis/macros/searchindex",
            "created": "20200303071014382",
            "modified": "20200404130202256",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define searchIndex(searchTerm)\n\\rules except wikilink\n<$list filter=\"[all[tiddlers+shadows]prefix[$:/stw/index/]tag[$:/tags/SearchWikis]]\" variable=dataTid  emptyMessage=\"//There is no index tiddler//\">\n<$vars wikiUrl={{{ [<dataTid>get[stw_wiki_url]] }}} wikiTitle={{{ [<dataTid>get[stw_wiki_title]] }}}>\n<div style=\"margin-bottom:15px\">\n--- Search in: <a href=<<wikiUrl>> target=\"_blank\" rel=\"noopener noreferrer\">''<$text text=<<wikiTitle>>/>''</a><br>\n<$list filter=\"[<dataTid>indexes[]]\" variable=idx>\n<$list filter=\"[<dataTid>getindex<idx>search:title[$searchTerm$]]\" variable=result>\n<$vars inTitle={{{[<result>split[|]nth[1]]}}}\n       inCaption={{{[<result>split[|]nth[2]]}}}\n  \t   inTags={{{[<result>split[|]nth[3]]}}} >\n<$vars idxs={{{[<idx>split[:]join[%3A]split[#]join[%23]]}}}><!--replace colon(:) and hash(#) in title -->\n<$wikify name=targetUrl text={{{[<wikiUrl>addsuffix[#]addsuffix<idxs>]}}}>             \n<a href=<<targetUrl>> target=\"_blank\" rel=\"noopener noreferrer\"><$text text=<<inTitle>> /></a><br>\n</$wikify>\n</$vars>\n<div style=\"font-size:small;\">\n<$list filter=\"[<inCaption>!is[blank]]\" variable=ignore>\nCaption: <$text text=<<inCaption>>/>&nbsp;\n</$list>\n<$list filter=\"[<inTags>!is[blank]]\" variable=ignore>\nTags: <$list filter=\"[enlist<inTags>]\" variable=tagItem>\n__<$text text=<<tagItem>> />__ </$list>\n</$list>\n</div>\n</$vars>\n</$list>\n</$list>\n</div>\n</$vars>\n</$list>\n\\end"
        },
        "$:/plugins/kookma/searchwikis/macros/searchresult": {
            "title": "$:/plugins/kookma/searchwikis/macros/searchresult",
            "created": "20200303160932478",
            "modified": "20200404130202265",
            "type": "text/vnd.tiddlywiki",
            "text": "<!-- display results -->\n<$macrocall $name=\"searchIndex\" searchTerm={{{[<tmpsearchTerm>get[text]]}}} />"
        },
        "$:/plugins/kookma/searchwikis/readme": {
            "title": "$:/plugins/kookma/searchwikis/readme",
            "created": "20200404125701939",
            "modified": "20200404131622364",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "; Searchwikis\nSearchwikis plugin uses index (dataTiddler) to search multiple external Tiddlywikis. It has two parts\n\n# An indexer, to build an index of all tiddlers in an external wiki\n# A search tool to search indexes and display a link to a tiddler found in an external wiki\n\nThen one master wiki can hosts many index tiddlers and lets to search several external wikis through index tiddlers.\n\n;Code and demo\nFor learning plugin features, syntax, tutorial and examples see the plugin demo and code pages\n\n* Demo: https://kookma.github.io/TW-Searchwikis/\n* Code: https://github.com/kookma/TW-Searchwikis\n"
        },
        "$:/plugins/kookma/searchwikis/ui/advancedsearch": {
            "title": "$:/plugins/kookma/searchwikis/ui/advancedsearch",
            "caption": "External wikis",
            "created": "20200303134648969",
            "modified": "20200404130202276",
            "tags": "$:/tags/AdvancedSearch",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/searchwikis/macros/searchindex\n\\import $:/plugins/kookma/searchwikis/macros/create-summary\n\n\\define tmpsearchTerm() $:/temp/stw/searchterm\n\nSearch <<index-summary-link>> through index tiddlers\n\n<div class=\"tc-search\">\n<$edit-text tiddler=<<tmpsearchTerm>> tag=\"input\" type=\"search\" focus={{$:/config/Search/AutoFocus}} default=\"\"/>\n<$reveal state=<<tmpsearchTerm>> type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=<<tmpsearchTerm>> $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n\n<$reveal state=<<tmpsearchTerm>> type=\"nomatch\" text=\"\">\n<$list filter=\"[<tmpsearchTerm>get[text]minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" >\n<$transclude tiddler=\"$:/plugins/kookma/searchwikis/macros/searchresult\" field=\"text\"/>\n</$list>\n\n</$reveal>\n\n"
        },
        "$:/plugins/kookma/searchwikis/ui/index-summary": {
            "title": "$:/plugins/kookma/searchwikis/ui/index-summary",
            "created": "20200304150759980",
            "modified": "20200404130202284",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define delete-all-indexes()\n<$button popup=<<qualify \"$:/state/searchwikis/filterDeleteDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/delete-button}}\n</$button>\n\n<$reveal state=<<qualify \"$:/state/searchwikis/filterDeleteDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[all[shadows+tiddlers]prefix[$:/stw/index/]tag[$:/tags/SearchWikis]]\"/>\"\"\">\nAre you sure you wish to delete <<resultCount>> index tiddler(s)?\n</$set>\n</div>\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn-invisible\" style=\"outline:none;\">\n<$action-deletetiddler $filter=\"[all[shadows+tiddlers]prefix[$:/stw/index/]tag[$:/tags/SearchWikis]]\"/>\n{{$:/core/images/delete-button}} Yes \n</$button>&nbsp;\n<$button class=\"tc-btn-invisible\" style=\"outline:none;\">\n<$action-deletetiddler $tiddler=\"$:/state/searchwikis/filterDeleteDropdown\"/>\n{{$:/core/images/close-button}} No \n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n\\end\n\n\\define include-exclude-index()\n<span title=\"Include or exclude index in Searchwikis\"><$checkbox tag=\"$:/tags/SearchWikis\"/></span>\n\\end\n\n\\define display-summary()\n<div class=\"\" style=\"max-width:100%\">\n<table style=\"font-size:0.9em\">\n<thead>\n<tr><td style=\"min-width:32px\">&nbsp;</td>\n<td>Title</td><td>Url</td><td>Last update</td><td>index Tiddler</td>\n<td style=\"min-width:32px\">Delete</td></tr>\n</thead>\n<tbody>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/stw/index/]has[stw_wiki_title]]\">\n<tr>\n<td style=\"text-align:center\"><<include-exclude-index>></td>\n<td><$text text={{{[<currentTiddler>get[stw_wiki_title]]}}}/></td>\n<td><$text text={{{[<currentTiddler>get[stw_wiki_url]]}}}/></td>\n<td><$text text={{{[<currentTiddler>get[stw_last_update]]}}}/></td>\n<td><$link/></td>\n<td style=\"text-align:center\">{{||$:/core/ui/Buttons/delete}}</td>\n</tr>\n</$list>\n</tbody>\n</table>\n</div>\n\\end\n\n\n!! Index summary\n<<display-summary>><small>Delete all index tiddlers? <<delete-all-indexes>></small>\n\n;Index tools\n:[[index and export tool|Index and Export]] (drag and drop to external wiki, create index and export to this central wiki)\n:Change search result order by rearrange the index tiddlers <<tag $:/tags/SearchWikis>>"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/kookma/shiraz/history": {
            "title": "$:/plugins/kookma/shiraz/history",
            "created": "20210225163850252",
            "modified": "20210226190112050",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Full change log:  [[https://kookma.github.io/TW-Shiraz/#ChangeLog]]\n\n* ''2.2.0'' -- 2021.02.26 -- upated to TW 5.1.23 and pagination added to dynamic tables\n* ''2.1.1'' -- 2020.03.25 -- slider macro with initial status\n* ''2.1.0'' -- 2020.03.23 -- stable release on TW-5.1.22pre\n* ''1.0.0'' -- 2018.10.05 -- first public release\n"
        },
        "$:/plugins/kookma/shiraz/license": {
            "title": "$:/plugins/kookma/shiraz/license",
            "created": "20210225163850253",
            "modified": "20210225164033716",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Distributed under an MIT license.\n\nCopyright (c) 2021 [[Mohammad Rahmani|https://github.com/kookma]]\n\n<<<\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n<<<"
        },
        "$:/plugins/kookma/shiraz/macros/alerts": {
            "title": "$:/plugins/kookma/shiraz/macros/alerts",
            "created": "20180821095049685",
            "modified": "20210225164756860",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define alert(type:\"primary\" src:\"\", width:\"100%\", class:\"\")\n<div class=\"alert alert-$type$ $class$\" style=\"width:$width$;\">\n$src$\n</div>\n\\end\n\n\\define alert-leftbar(type:\"primary\" src:\"\", width:\"100%\", class:\"\")\n<div class=\"alert alert-$type$ bg-transparent leftbar border-$type$ $class$\" style=\"width:$width$;\">\n$src$\n</div>\n\\end\n"
        },
        "$:/plugins/kookma/shiraz/macros/badge": {
            "title": "$:/plugins/kookma/shiraz/macros/badge",
            "created": "20181124042103310",
            "modified": "20210225164756871",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define badge(type:\"primary\" src:\"\")\n<span class=\"badge badge-$type$\">$src$</span>\n\\end\n\n\\define badge-pill(type:\"primary\" src:\"\")\n<span class=\"badge badge-pill badge-$type$\">$src$</span>\n\\end\n"
        },
        "$:/plugins/kookma/shiraz/macros/card": {
            "title": "$:/plugins/kookma/shiraz/macros/card",
            "created": "20181124111624466",
            "modified": "20210225164756878",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define card(header:\"Empty\", title:\"Empty\" subtitle:\"Empty\" text:\"Empty\",footer:\"Empty\", width:\"100%\" class:\"\")\n<div class=\"card mb-3 $class$\" style=\"width:$width$;\">\n<$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__header__>> >\n   <div class=\"card-header\">$header$</div>\n</$reveal>\n<div class=\"card-body\">\n <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__title__>> >\n   <div class=\"h5 card-title\">$title$</div>\n </$reveal>\n <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__subtitle__>> >\n   <div class=\"h6 card-subtitle mb-2 text-muted\">$subtitle$</div>\n </$reveal>\n <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__text__>> >\n    <div class=\"card-text\"><<__text__>></div>\n </$reveal>\n</div>\n<$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__footer__>> >\n   <div class=\"card-footer text-muted\">$footer$</div>\n</$reveal>\n</div>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/dbadge": {
            "title": "$:/plugins/kookma/shiraz/macros/dbadge",
            "created": "20181203212737578",
            "modified": "20210225164756889",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define dbadge(subject,status, type:\"primary\")\n<div class=\"dbadge\"><span class=\"dbadge-subject\">$subject$</span><span class=\"dbadge-status dbadge-$type$ \">$status$</span></div>\n\\end\n"
        },
        "$:/plugins/kookma/shiraz/macros/details": {
            "title": "$:/plugins/kookma/shiraz/macros/details",
            "created": "20181101185833098",
            "modified": "20210304154353016",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define details(label:\"\", src:\"source\", status:\"\", labelClass:\"\", srcClass:\"\")\n<details $status$>\n <summary class=\"$labelClass$\">$label$</summary>\n  <div class=\"$srcClass$\">\n\t\n   $src$\n  </div>\n</details>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/dtables/confirm-delete": {
            "title": "$:/plugins/kookma/shiraz/macros/dtables/confirm-delete",
            "created": "20191129201531051",
            "modified": "20210225164756907",
            "tags": "$:/tags/Table/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define confirm-delete()\n<!-- reveals deletion confirmation -->\n<$list filter=\"[subfilter<inputFilter>limit[1]]\" variable=ignore>\n<$reveal class=\"tbl-delete-confirm\" type=\"match\" state=\"$:/temp/tables/delete-all!!text\" text=<<currentTable>> tag=\"tr\">\n<th colspan=<<ncols>> >\n<$list filter=\"[[$:/temp/tables/delete-all]get[confirm]match[yes]]\" \n  variable=ignore emptyMessage=<<ask-for-delete>> >\n  <<perform-delete>>\n</$list>\n</th>\n</$reveal>\n</$list>\n\\end\n\n\\define ask-for-delete()\n<$set name=ntids filter=\"[subfilter<inputFilter>count[]]\">\n   Delete all <<ntids>> records?\n\t<$button class=\"tc-btn-invisible\">\n     <$action-setfield $tiddler=\"$:/temp/tables/delete-all\" $field=\"confirm\" $value=\"yes\"/>\n      {{$:/core/images/delete-button}} yes\n    </$button> or \n    <$button class=\"tc-btn-invisible\">\n      <$action-deletetiddler $tiddler=\"$:/temp/tables/delete-all\"/>\n      {{$:/core/images/close-button}} no\n    </$button>\n</$set>\t\t\t\t\n\\end\n\n\\define perform-delete()\n   Warning! this action cannot be undone!\n\t<$button class=\"tc-btn-invisible\">\n     <$action-deletetiddler $tiddler=\"$:/temp/tables/delete-all\"/>\n     <$list filter=<<inputFilter>> variable=\"currentRecord\">\n        <$action-deletetiddler $tiddler=<<currentRecord>>/>\n     </$list>\n\t\t {{$:/core/images/delete-button}}  delete\n    </$button> or \n    <$button class=\"tc-btn-invisible\">\n      <$action-deletetiddler $tiddler=\"$:/temp/tables/delete-all\"/>\n\t\t\t{{$:/core/images/close-button}} cancel \n    </$button>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/dtables/display-extrecord": {
            "title": "$:/plugins/kookma/shiraz/macros/dtables/display-extrecord",
            "created": "20191203155802107",
            "modified": "20210225164756918",
            "tags": "$:/tags/Table/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define display-extended-record()\n<td colspan=<<ncols>> >\n<$tiddler tiddler=<<currentRecord>> >\n<$list filter=\"[<tempTableEdit>getindex[mode]match[edit]]\" variable=ignore\n  emptyMessage=\"\"\"<$transclude tiddler=<<currentRecord>> field=text mode=block/>\"\"\" >\n  <$edit-text class=\"tbl-inpt-edit\" tiddler=<<currentRecord>> field=\"text\" tag=textarea/>\n</$list>\n</$tiddler>\n</td>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/dtables/helper": {
            "title": "$:/plugins/kookma/shiraz/macros/dtables/helper",
            "created": "20191203102929722",
            "modified": "20210226171501383",
            "tags": "$:/tags/Table/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define columnFilter()    $(columns)$ tbl-clone tbl-delete\n\n\\define tempTable()       $:/state/dynamictables/$(currentTable)$\n\n\\define tempTableSort()   $(tempTable)$/sortby\n\\define tempTagPopup()    $(tempTable)$/$(currentRecord)$/$(currentTiddler)$\n\\define tempTableExpand() $(tempTable)$/expand\n\\define tempPathExpand()  $(tempTableExpand)$##$(currentRecord)$\n\\define tempTableEdit()   $(tempTable)$/edit-view-status\n\n\\define keepstate()       $:/keepstate/dynamictables/$(currentTable)$\n\n\\define tempTableFooter() $(keepstate)$/footer\n\\define tempTableStyle()  $(keepstate)$/style\n\\define tempWarningMsg()  $(keepstate)$/warning\n\n\\define pageStateTiddler()          $(keepstate)$/page-number\n\\define entryPerPageStateTiddler()  $(keepstate)$/entry-per-page\n\n<!-- \n Those tiddlers based on keepstate are permanent.\n These are tiddlers hold the data and setting for footer, styles and warning (needs to be hold).\n These state and temporary tiddlers are independent of currentTiddler (host tiddler) and on changing\n the title of host tiddler will not disconnected to table\n-->"
        },
        "$:/plugins/kookma/shiraz/macros/dtables/maths": {
            "title": "$:/plugins/kookma/shiraz/macros/dtables/maths",
            "created": "20200209153246553",
            "modified": "20210225164756937",
            "tags": "$:/tags/Table/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define minall() <$text text={{{ [subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>minall[]] }}}/>\n\\define maxall() <$text text={{{ [subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>maxall[]] }}}/>\n\\define count() <$text text={{{ [subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>count[]] }}}/>\n\\define sum() <$text text={{{ [subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>sum[]]   }}}/>\n\\define product() <$text text={{{ [subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>product[]]   }}}/>\n\\define average(pn:0)\n<$vars\n  xcount ={{{[subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>count[]]}}}\n\txsum   ={{{ [subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>sum[]]   }}} >\n  <$text text={{{ [<xsum>divide<xcount>fixed[$pn$]]   }}}/>\n</$vars>\n\\end\n\n\\define median(pn:0)\n<$vars xcount ={{{[subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>count[]]}}} >\n\t<$list filter=\"[<xcount>remainder[2]match[0]]\" variable=ignore>\n\t<!-- even number --> \n\t<$vars mid0={{{ [<xcount>divide[2]] }}} \n         mid1={{{ [<xcount>divide[2]add[1]] }}} >\t\t \n <$text text={{{[subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>sort[]first<mid0>last[]][subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>sort[]first<mid1>last[]]+[sum[]divide[2]fixed[$pn$]]}}} />\n </$vars>\n </$list>\n <$list filter=\"[<xcount>remainder[2]!match[0]]\" variable=ignore>\n\t<!-- odd number --> \n\t<$vars mid={{{ [<xcount>divide[2]ceil[]] }}} >\n  <$text text={{{ [subfilter<inputFilter>$(getFieldOrIndex)$<currentColumn>sort[]first<mid>last[]]}}} />\n\t</$vars>\n </$list>\n</$vars>\n\\end\n"
        },
        "$:/plugins/kookma/shiraz/macros/dtables/pagination": {
            "title": "$:/plugins/kookma/shiraz/macros/dtables/pagination",
            "created": "20210224180410216",
            "modified": "20210226184409816",
            "tags": "$:/tags/Table/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define prev-button()\n<!-- create previous page button --->\n<$list filter=\"[<page-number>compare:number:lt[2]then[yes]else[no]]\" variable=state>\n<$button disabled=<<state>> class=\"shiraz-dtable-page-prev tc-btn-invisible\">\n{{$:/core/images/chevron-left}}&nbsp;<strong>Prev</strong>\n<$action-listops $tiddler=<<pageStateTiddler>> $field=text $subfilter=\"+[subtract[1]] ~[[1]]\"/>\n</$button>\n</$list>\n\\end\n\n\\define next-button()\n<!-- create next page button --->\n<$list filter=\"[<high>compare:number:gteq<total-entries>then[yes]else[no]]\" variable=state> \n<$button disabled=<<state>> class=\"shiraz-dtable-page-next tc-btn-invisible\">\n<strong>Next</strong>&nbsp;{{$:/core/images/chevron-right}} \n<$action-listops $tiddler=<<pageStateTiddler>> $field=text $subfilter=\"+[add[1]] ~[[2]]\"/>\n</$button>\n</$list>\n\\end\n\n\\define limit-entries()\n<!-- set number of entries per page -->\n<$select tiddler=<<entryPerPageStateTiddler>> default=25 actions=\"\"\"<$action-setfield $tiddler=<<pageStateTiddler>> text=1/>\"\"\">\n<$list filter='5 10 15 20 25 30 40 50' variable=num>\n<option value=<<num>>>Limit <$text text=<<num>>/></option>\n</$list>\n<option value=<<total-entries>> >Show all</option>\n</$select>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/dtables/show-edit-cell": {
            "title": "$:/plugins/kookma/shiraz/macros/dtables/show-edit-cell",
            "created": "20200209135600453",
            "modified": "20210225164756945",
            "tags": "$:/tags/Table/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define showCell()\n  <$list filter=\"[<fieldOrIndex>]-index\">\n    <$transclude tiddler=<<currentRecord>> field=<<currentColumn>> mode=\"inline\" />\n  </$list>\n  <$list filter=\"[<fieldOrIndex>]-field\">\n    <$transclude tiddler=<<currentRecord>> index=<<currentColumn>> mode=\"inline\" />\n  </$list>\n\\end\t\n\\define editCell()\n  <$list filter=\"[<fieldOrIndex>]-index\">\n    <$edit-text tiddler=<<currentRecord>> field=<<currentColumn>> tag=\"input\" class=\"shiraz-dtable-textbox\"/>\n  </$list>\n  <$list filter=\"[<fieldOrIndex>]-field\">\n    <$edit-text tiddler=<<currentRecord>> index=<<currentColumn>> tag=\"input\" class=\"shiraz-dtable-textbox\"/>\n  </$list>\n\\end\n\n\\define showCell_Locked()\n <span style=\"font-style:oblique;\"><<showCell>></span>\n\\end "
        },
        "$:/plugins/kookma/shiraz/macros/dtables/table-dynamic": {
            "title": "$:/plugins/kookma/shiraz/macros/dtables/table-dynamic",
            "created": "20200209100939116",
            "modified": "20210226184101765",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define table-dynamic(filter, fields:\"\", indexes:\"\", sortOp:\"sort\", caption:\"\", class:\"\", footerRows:\"0\", stateTiddler:\"\", editButton:\"yes\", pagination:\"no\")\n\\import [all[shadows+tiddlers]tag[$:/tags/Table/Macro]]\n\n<!--above commands import utility macros-->\n<$vars \n inputFilter=\"[subfilter<__filter__>!has[draft.of]]\"\n sortType=<<__sortOp__>>\n pagination=<<__pagination__>>\n> \n<$set name=currentTable value=<<__stateTiddler__>> emptyValue=<<currentTiddler>> >\n<!-- check what type of columns are sent, fileds or indexes (data tiddlers as records) -->\n<$set name=fieldOrIndex filter=\"[<__fields__>!is[blank]]\" value=\"field\" emptyValue=\"index\">\n<<check_tiddlers_type_for_table_from_indexes isEditable:\"$editButton$\">>\n<$set name=columns filter=\"[<fieldOrIndex>]-index\" value=<<__fields__>> emptyValue=<<__indexes__>> >\n<!--check input filter parameter-->\n<$list filter=\"[subfilter<inputFilter>limit[1]]\" emptyMessage=\"filter input is empty\" variable=ignore>\n<$set name=sortneg tiddler=<<tempTableSort>> index=\"negate\">\n<!--calculate the number of columns in edit and view mode -->\n<$set name=ncols filter=\"[<tempTableEdit>getindex[mode]match[edit]]\" value={{{ [subfilter<columnFilter>count[]] }}} emptyValue= {{{ [subfilter<columnFilter>count[]subtract[2]] }}}>\n<div class=\"tbl-container\" style=\"max-width:100%;\">\n<table class=<<__class__>> style=\"caption-side:top\">\n<!-- reveal caption and edit button -------------------->\n<caption style=\"text-align:left;\">\n<$list filter=\"[<__editButton__>match[yes]]\" variavle=ignore>\n<span style=\"padding-right:5px;padding-left:3px;\"><<toggle-edit-view>></span></$list>\n$caption$</caption>\n\n<!-- create header -------------------->\n<thead>\n<<confirm-delete>>\n<tr>\n<$list filter=<<columnFilter>> variable=currentColumn>\n<$set name=\"headerLookup\" filter=\"[all[tiddlers+shadows]tag[$:/tags/Table/HeaderTemplate]contains:tbl-column-list<currentColumn>limit[1]get[title]]\" value=<<headerLookup>> emptyValue=\"$:/plugins/kookma/shiraz/templates/header/default\">\n <$transclude tiddler=<<headerLookup>> field=\"text\" mode=\"inline\"/>\n</$set>\n</$list>\n</tr>\n</thead>\n\n<!-- create footer -------------------->\n<$reveal type=\"gt\" default=<<__footerRows__>> text=\"0\" tag=\"tfoot\" class=\"shiraz-dtable-footer\">\n<tr><td colspan=<<ncols>> style=\"font-weight:bold;background-color:transparent;\">Numerical summary</td></tr>\n<$list filter=\"[range[1,$footerRows$]addprefix[footer-]]\" variable=footerRow>\n<tr>\n<$list filter=<<columnFilter>> variable=currentColumn>\n<$set name=\"footerLookup\" filter=\"[all[tiddlers+shadows]tag[$:/tags/Table/FooterTemplate]contains:tbl-column-list<currentColumn>limit[1]get[title]]\" value=<<footerLookup>> emptyValue=\"$:/plugins/kookma/shiraz/templates/footer/default\">\n<$transclude tiddler=<<footerLookup>> field=\"text\" mode=\"inline\"/>\n</$set>\n</$list>\n</tr>\n</$list>\n</$reveal>\n\n<!-- reveal main body of table (generate records) -------------------->\n<tbody>\n<$set name=tableBody filter=\"[<fieldOrIndex>]-index\" value=\"display_body_fields\" emptyValue=\"display_body_indexes\" >\n<!-- setup pagination variables -->\n<$vars total-entries={{{[subfilter<inputFilter>count[]] }}}\n\t\t\t page-number={{{[<pageStateTiddler>get[text]] ~[[1]]}}} \n\t\t\t entries-per-page={{{ [<entryPerPageStateTiddler>get[text]] ~[[25]]   }}}  >\n<$vars low={{{ [<page-number>subtract[1]multiply<entries-per-page>] }}}  \n       high={{{[<page-number>multiply<entries-per-page>]            }}} >\t \n<$macrocall $name=<<tableBody>> />\n<!--on demand display the pagination row-->\n<$reveal type=\"match\" default=<<pagination>> text=\"yes\" tag=\"tr\" class=\"shiraz-dtable-page-footer\">\n<td colspan=<<ncols>> >\n<<prev-button>>\nDisplaying <$text text={{{[<low>add[1]]}}}/> through <$text text={{{ [<high>compare:number:lt<total-entries>then<high>else<total-entries>] }}}/> of <<total-entries>> Results | <<limit-entries>>\n<<next-button>>\n</td>\n</$reveal><!-- end of pagination ui -->\n</$vars>\n</$vars>\n</$set>\n</tbody>\n</table>\n</div><!-- container-->\n</$set>\n</$set>\n</$list><!--check input filter parameter-->\n</$set>\n</$set>\n</$set>\n</$vars>\n\\end\n\n"
        },
        "$:/plugins/kookma/shiraz/macros/dtables/table-utility": {
            "title": "$:/plugins/kookma/shiraz/macros/dtables/table-utility",
            "created": "20200209195541061",
            "modified": "20210304203821819",
            "tags": "$:/tags/Table/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define tableFilter_fields()   $(inputFilter)$+[$(sortneg)$$(sortType)${$(tempTableSort)$##sortIndex}]\n\\define tableFilter_indexes()  [enlist<items>]+[$(sortneg)$$(sortType)$[]]\n\n\\define getitems()\n<$set name=Index tiddler=<<tempTableSort>> index=\"sortIndex\">\n<$list filter=\"[subfilter<inputFilter>!has[draft.of]]\" >\n<$text text=\"[[\"/>{{{ [<currentTiddler>getindex<Index>addsuffix[°≡°]] }}}<<currentTiddler>><$text text=\"]]\"/>\n</$list>\n</$set>\n\\end\n\n\\define display_one_record()\n<$wikify name=\"rowStyle\" text=\"\"\"<$transclude tiddler=<<tempTableStyle>> index=<<currentRecord>> />\"\"\" mode=\"inline\">\n<tr style=<<rowStyle>>>\n<$list filter=<<columnFilter>> variable=currentColumn>\n<$set name=\"bodyLookup\" \n  filter=\"[all[tiddlers+shadows]tag[$:/tags/Table/BodyTemplate]contains:tbl-column-list<currentColumn>]\n          +[limit[1]get[title]]\"\n  value=<<bodyLookup>> \n  emptyValue=\"$:/plugins/kookma/shiraz/templates/body/default\">\n<$transclude tiddler=<<bodyLookup>> field=\"text\" mode=\"inline\"/>\n</$set>\n</$list>\n</tr>\n<!-- reveal expanded record-->\n<$reveal type=\"match\" state=<<tempPathExpand>> text=\"show\" tag=\"tr\">\n<<display-extended-record>>\n</$reveal>\n</$wikify>\n\\end\n\n\\define display_body_fields()  \n<$set name=finalFilter filter=\"[<pagination>match[yes]]\" value=\"[subfilter<tableFilter_fields>first<high>] -[subfilter<tableFilter_fields>first<low>]\" emptyValue=\"[subfilter<tableFilter_fields>]\">\n<$list filter=\"[subfilter<finalFilter>]\" variable=\"currentRecord\">\n<<display_one_record>>\n</$list>\n</$set>\n\\end\n\n\\define display_body_indexes()\n<$wikify name=\"items\" text=<<getitems>> > \n<$set name=finalFilter filter=\"[<pagination>match[yes]]\" value=\"[subfilter<tableFilter_indexes>first<high>] -[subfilter<tableFilter_indexes>first<low>]\" emptyValue=\"[subfilter<tableFilter_indexes>]\">\n<$list filter=\"[subfilter<finalFilter>]\" variable=\"currentItem\">\n<$list filter=\"[<currentItem>split[°≡°]last[]]\" variable=\"currentRecord\">\n <<display_one_record>>\n</$list>\n</$list>\n</$set>\n</$wikify>\n\\end\n\n"
        },
        "$:/plugins/kookma/shiraz/macros/dtables/toggle-edit-view": {
            "title": "$:/plugins/kookma/shiraz/macros/dtables/toggle-edit-view",
            "created": "20191128215812372",
            "modified": "20210225164756973",
            "tags": "$:/tags/Table/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define toggle-edit-view()\n<$reveal type=\"nomatch\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" setTitle=<<tempTableEdit>> setIndex=\"mode\" setTo=\"edit\">{{$:/core/images/edit-button}}</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" setTitle=<<tempTableEdit>> setIndex=\"mode\" setTo=\"view\">{{$:/core/images/done-button}}</$button>\n</$reveal>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/dtables/warning_message": {
            "title": "$:/plugins/kookma/shiraz/macros/dtables/warning_message",
            "created": "20200210083402839",
            "modified": "20210225164756983",
            "tags": "$:/tags/Table/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define show_tiddler_types()\n<details>\n  <summary>List tiddlers with wrong type</summary>\n\t<dl>\n  <$list filter=\"[subfilter<inputFilter>]\">\n\t<$list filter=\"[<currentTiddler>get[type]match[application/x-tiddler-dictionary]][<currentTiddler>get[type]match[application/json]]\" variable=ignore\n\temptyMessage=\"\"\"<dt><$link/></dt><dd><$view field=type/></dd>\"\"\">\n\t</$list>\n\t</$list>\n\t</dl>\n</details>\n\\end\n\n\n\\define show_warning_message()\nDynamic editable table from ''indexes'' expects all input tiddlers are of dataTiddler (json or dictionary) types. Using tiddlers of non //json// or //x-tiddler-dictionary// types as input can unintentionally overwrite the data in the text field of those tiddlers.<br>\n<br>\nCheck the tiddler types to find which tiddlers are not of dataTiddler types!<br>\n<<show_tiddler_types>>\n\\end\n\n\n\\define check_tiddlers_type_for_table_from_indexes(isEditable)\n  <$list filter=\"[<fieldOrIndex>]-field\" variable=ignore><!-- only dataTiddler -->\n\t<$list filter=\"[<__isEditable__>match[yes]]\" variable=ignore> <!-- only editable table -->\n\t<$list filter=\"[<tempWarningMsg>is[missing]]\" variable=ignore><!-- dismiss if tempWarningMsg is set -->\n\t<$list filter=\"[subfilter<inputFilter>each[type]get[type]]-[[application/x-tiddler-dictionary]]-[[application/json]]\" variable=ignore>\n\t <div style=\"color: white;background-color:#ff0033;padding:8px;text-align:center;width:100%;\">\n\t Danger: Editable dynamic table from idexes with mixed types of tiddlers! &nbsp;\n\t <$button class=\"tc-btn-invisible tc-tiddlylink\" style=\"fill:white;\" tooltip=\"Dismiss alert and continue with the current selection!\">{{$:/core/images/close-button}}\n   <$action-setfield $tiddler=<<tempWarningMsg>> text=\"dissmiss\"/>\n   </$button>\n\t </div>\n\t <div style=\"border:1px solid #ff0033;padding:8px;\">\n\t <<show_warning_message>>\n\t </div>\n  </$list>\n\t</$list>\n\t</$list>\n\t</$list>\n\\end\t\n"
        },
        "$:/plugins/kookma/shiraz/macros/image-basic": {
            "title": "$:/plugins/kookma/shiraz/macros/image-basic",
            "created": "20181119183704246",
            "modified": "20210225164756991",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define image-basic(img, width:\"30%\", align:\"none\", caption:\"\", tooltip:\"\", alt:\"\")\n<figure class=\"image-simple image-align-$align$\" style=\"width:$width$;\">\n  <$image source=<<__img__>> tooltip=<<__tooltip__>> alt=<<__alt__>> /> \n  <figcaption>$caption$</figcaption>\n</figure> \n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/image-card-utility": {
            "title": "$:/plugins/kookma/shiraz/macros/image-card-utility",
            "created": "20191209113750505",
            "modified": "20210225164757008",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define image-card-top(img, width:\"30%\", align:\"none\", title:\"Empty\", text:\"Empty\", footer:\"Empty\", alt:\"\")\n<div class=\"card image-align-$align$\" style=\"width:$width$;\">\n  <$image class=\"card-img-top\" source=<<__img__>> alt=<<__alt__>> />\n  <div class=\"card-body\">\n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__title__>> >\n      <div class=\"h5 card-title\">$title$</div>\n    </$reveal>  \n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__text__>> >\n      <div class=\"card-text\">$text$</div>\n    </$reveal> \n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__footer__>> >\n      <p class=\"card-text\"><small class=\"text-muted\">$footer$</small></p>\n    </$reveal>\n  </div>  \n</div>\n\\end\n\n\\define image-card-bottom(img, width:\"30%\", align:\"none\", title:\"Empty\", text:\"Empty\", footer:\"Empty\", alt:\"\")\n<div class=\"card image-align-$align$\" style=\"width:$width$;\">\n  <div class=\"card-body\">\n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__title__>> >\n      <div class=\"h5 card-title\">$title$</div>\n    </$reveal>  \n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__text__>> >\n      <div class=\"card-text\">$text$</div>\n    </$reveal> \n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__footer__>> >\n      <p class=\"card-text\"><small class=\"text-muted\">$footer$</small></p>\n    </$reveal>\n  </div>  \n  <$image class=\"card-img-bottom\" source=<<__img__>> alt=<<__alt__>> />\n</div>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/image-card": {
            "title": "$:/plugins/kookma/shiraz/macros/image-card",
            "created": "20190913094619863",
            "modified": "20210225164757001",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define image-card(img, width:\"30%\", align:\"none\", title:\"Empty\", text:\"Empty\", footer:\"Empty\", pos:\"top\", alt:\"\")\n\\import $:/plugins/kookma/shiraz/macros/image-card-utility\n<$reveal tag=\"div\" type=\"match\" default=\"top\" text=<<__pos__>> >\n<$macrocall $name=image-card-top img=<<__img__>> title=<<__title__>> text=<<__text__>>\n  footer=<<__footer__>> width=<<__width__>> align=<<__align__>> alt=<<__alt__>> />\n</$reveal>\n<$reveal tag=\"div\" type=\"nomatch\" default=\"top\" text=<<__pos__>> >\n<$macrocall $name=image-card-bottom img=<<__img__>> title=<<__title__>> text=<<__text__>>\n  footer=<<__footer__>> width=<<__width__>> align=<<__align__>> alt=<<__alt__>> />\n</$reveal>\n\\end\n\n\\define image-card-top(img, width:\"30%\", align:\"none\", title:\"Empty\", text:\"Empty\", footer:\"Empty\", alt:\"\")\n<div class=\"card image-align-$align$\" style=\"width:$width$;\">\n  <$image class=\"card-img-top\" source=<<__img__>> alt=<<__alt__>> />\n  <div class=\"card-body\">\n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__title__>> >\n      <div class=\"h5 card-title\">$title$</div>\n    </$reveal>  \n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__text__>> >\n      <div class=\"card-text\">$text$</div>\n    </$reveal> \n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__footer__>> >\n      <p class=\"card-text\"><small class=\"text-muted\">$footer$</small></p>\n    </$reveal>\n  </div>  \n</div>\n\\end\n\n\\define image-card-bottom(img, width:\"30%\", align:\"none\", title:\"Empty\", text:\"Empty\", footer:\"Empty\", alt:\"\")\n<div class=\"card image-align-$align$\" style=\"width:$width$;\">\n  <div class=\"card-body\">\n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__title__>> >\n      <div class=\"h5 card-title\">$title$</div>\n    </$reveal>  \n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__text__>> >\n      <div class=\"card-text\">$text$</div>\n    </$reveal> \n    <$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=<<__footer__>> >\n      <p class=\"card-text\"><small class=\"text-muted\">$footer$</small></p>\n    </$reveal>\n  </div>  \n  <$image class=\"card-img-bottom\" source=<<__img__>> alt=<<__alt__>> />\n</div>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/image-overlay-utility": {
            "title": "$:/plugins/kookma/shiraz/macros/image-overlay-utility",
            "created": "20191209114338849",
            "modified": "20210225164757027",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define _cls-content-details() image-overlay-content-details $(fdcls)$"
        },
        "$:/plugins/kookma/shiraz/macros/image-overlay": {
            "title": "$:/plugins/kookma/shiraz/macros/image-overlay",
            "created": "20181117203737197",
            "modified": "20210225164757021",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define image-overlay(img, width:\"30%\", align:\"none\", caption:\"\", title:\"\", text:\"\", fadein:\"left\", alt:\"\")\n\\import $:/plugins/kookma/shiraz/macros/image-overlay-utility\n<div class=\"image-overlay-container image-align-$align$\" style=\"width:$width$;\">\n    <h3 class=\"image-overlay-title\">$caption$</h3>\n    <div class=\"image-overlay-content\">\n      <div class=\"image-overlay-content-overlay\"></div>\n      <$image class=\"image-overlay-content-image\" source=<<__img__>> alt=<<__alt__>>/>\n      <$set name=\"fdcls\" filter=\"$fadein$ +[splitbefore[ ]] +[addprefix[image-overlay-fadeIn-]]\">\n      <div class=<<_cls-content-details>> >\n        <h3 class=\"image-overlay-content-title\">$title$</h3>\n        <p class=\"image-overlay-content-text\">$text$</p>\n      </div>\n      </$set>\n  </div>\n</div>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/image-polaroid": {
            "title": "$:/plugins/kookma/shiraz/macros/image-polaroid",
            "created": "20181117203654803",
            "modified": "20210225164757037",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define image-polaroid(img, width:\"30%\", align:\"none\", caption:\"\", tooltip:\"\", alt:\"\")\n<figure class=\"image-polaroid image-align-$align$\" style=\"width:$width$;\">\n  <$image source=\"\"\"$img$\"\"\" tooltip=\"\"\"$tooltip$\"\"\"/>\n  <figcaption class=\"image-polaroid-caption\">$caption$</figcaption>\n</figure> \n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/image-pretty": {
            "title": "$:/plugins/kookma/shiraz/macros/image-pretty",
            "created": "20181117203541398",
            "modified": "20210225164757044",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define image-pretty(img, width:\"30%\", align:\"none\", caption:\"\", tooltip:\"\", alt:\"\")\n<figure class=\"image-pretty image-align-$align$\" style=\"width:$width$;\">\n  <$image source=<<__img__>> tooltip=<<__tooltip__>> alt=<<__alt__>> /> \n  <figcaption class=\"image-pretty-caption\">$caption$</figcaption>\n</figure> \n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/image-slidein": {
            "title": "$:/plugins/kookma/shiraz/macros/image-slidein",
            "created": "20181117040544570",
            "modified": "20210225164757055",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define image-slidein(img, width:\"30%\", align:\"none\", caption:\"\", tooltip:\"\", slidein:\"left\", alt:\"\")\n<figure class=\"image-slidein mr-cap-$slidein$ image-align-$align$\" style=\"width:$width$;\">\n  <$image source=<<__img__>> tooltip=<<__tooltip__>> alt=<<__alt__>>/>\n  <figcaption>$caption$</figcaption>\n</figure> \n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/list-search": {
            "title": "$:/plugins/kookma/shiraz/macros/list-search",
            "author": "Jeremy Ruston",
            "created": "20191209101857832",
            "creator": "Mohammad",
            "description": "creates few paragraphs of dumy text",
            "modified": "20210225164757062",
            "modifier": "Mohammad",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define list-search( filter:\"[!is[system]]\", search:\"search:title\", template:\"$:/core/ui/ListItemTemplate\",\n class:\"\", stateTiddler:\"\", placeholder:\"keywords\")\n<$set name=\"state\" filter=\"[[$:/temp/list-search]addsuffix[/$stateTiddler$]addsuffix<qualify>]\">\n<div class=<<__class__>> >\n<$edit-text tiddler=<<state>> type=\"search\" tag=\"input\" default=\"\" placeholder=\"$placeholder$\"/>\n</div>\n<$reveal state=<<state>> type=\"match\" text=\"\" class=<<__class__>> tag=div>\n<$list filter=\"$filter$\" template=<<__template__>>/>\n</$reveal>\n<$reveal state=<<state>> type=\"nomatch\" text=\"\" class=<<__class__>> tag=div>\n<$set name=term tiddler=<<state>> field=\"text\">\n<$list filter=\"$filter$+[$search$<term>]\" template=<<__template__>>/>\n</$set>\n</$reveal>\n</$set>\n\\end\n<!-- from Tobias Beer list-search with modification-->"
        },
        "$:/plugins/kookma/shiraz/macros/multicol": {
            "title": "$:/plugins/kookma/shiraz/macros/multicol",
            "created": "20191018063242993",
            "modified": "20210225164757071",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define multicol(src, ncol:\"\", class:\"\")\n<div class=\"sh-multicol$ncol$ $class$\">\n\n$src$\n</div>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/slider": {
            "title": "$:/plugins/kookma/shiraz/macros/slider",
            "created": "20190322161929431",
            "description": "Slider macro shows (hides) its content.",
            "modified": "20210225164757080",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define slider(label, src, labelClass, srcClass, status:\"closed\")\n<$set name=\"revealState\" value=\"\"\"$:/state/shiraz/slider-macro/$(currentTiddler)$/$label$\"\"\">\n\n<h2 class=\"$labelClass$\">\n  <$reveal type=\"nomatch\" state=<<revealState>> text=\"open\" default=\"$status$\">\n    <$button class=\"tc-btn-invisible tc-tiddlylink\" set=<<revealState>> setTo=\"open\">\n     <span class=\"kk-sh-slider\"><$transclude tiddler=\"$:/core/images/right-arrow\" /></span>\n    </$button>\n  </$reveal>\n  <$reveal type=\"match\" state=<<revealState>> text=\"open\" default=\"$status$\">\n    <$button class=\"tc-btn-invisible tc-tiddlylink\" set=<<revealState>> setTo=\"closed\">\n      <span class=\"kk-sh-slider\"><$transclude tiddler=\"$:/core/images/down-arrow\" /></span>\n    </$button>\n  </$reveal>\n  $label$\n</h2>\n\n<$reveal type=\"match\" state=<<revealState>> text=\"open\" default=\"$status$\" class=\"$srcClass$\">\n\n$src$\n</$reveal>\n</$set>\n\\end"
        },
        "$:/plugins/kookma/shiraz/macros/space": {
            "title": "$:/plugins/kookma/shiraz/macros/space",
            "created": "20170629183034888",
            "modified": "20210225164757090",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define vspace(height:\"25px\")\n<p style=\"margin-bottom: $height$;\"></p>\n\\end\n\n\\define hspace(width:\"25px\")\n<span style=\"margin-left: $width$;\"></span>\n\\end\n"
        },
        "$:/plugins/kookma/shiraz/macros/text-utility": {
            "title": "$:/plugins/kookma/shiraz/macros/text-utility",
            "created": "20181101154956345",
            "modified": "20210225164757101",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define tc(src:\"\", color:\"red\") <span style=\"color:$color$;\">$src$</span>\n\\define bc(src:\"\", color:\"yellow\") <span style=\"background-color:$color$;\">$src$</span>\n\\define mono(src:\"\", class:\"\") <code class=\"mono $class$\">$src$</code>\n\\define transform(case:\"\", src:\"\", class:\"\") <span class=\"text-$case$ $class$\">$src$</span>"
        },
        "$:/plugins/kookma/shiraz/plugin.info": {
            "title": "$:/plugins/kookma/shiraz/plugin.info",
            "text": "{\n    \"title\": \"$:/plugins/kookma/shiraz\",\n    \"name\": \"Shiraz\",\n    \"description\": \"extended markups, styles, images, tables, and macros\",\n    \"author\": \"Mohammad Rahmani\",\n    \"version\": \"2.2.0\",\n    \"core-version\": \">=5.1.23\",\n    \"source\": \"https://github.com/kookma/TW-Shiraz\",\n    \"list\": \"readme license history\",\n    \"plugin-type\": \"plugin\",\n    \"dependents\": \"\"\n}",
            "type": "application/json",
            "created": "20210226190904213",
            "modified": "20210304204702977"
        },
        "$:/plugins/kookma/shiraz/readme": {
            "title": "$:/plugins/kookma/shiraz/readme",
            "created": "20210225163850254",
            "modified": "20210225164028302",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "; Shiraz\nShiraz is a small framework of stylesheets, templates and macros to create stylish contents in Tiddlywiki.  Shiraz has customized elements like alerts, cards, panels, images, static tables, dynamic tables, badges, texts, etc. Shiraz uses some modified CSS classes from [[Bootstrap|https://getbootstrap.com/]] 4.3.1.\n\n;Code and demo\nFor learning plugin features, syntax, tutorial and examples see the plugin demo and code pages\n\n* Demo: https://kookma.github.io/TW-Shiraz/\n* Code: https://github.com/kookma/TW-Shiraz\n"
        },
        "$:/plugins/kookma/shiraz/styles/alerts-leftbar": {
            "title": "$:/plugins/kookma/shiraz/styles/alerts-leftbar",
            "text": ".leftbar{\n  border-width:0px !important;\n  border-radius:0px !important;\n  border-left-width: 5px !important;\n}",
            "created": "20181208184228896",
            "modified": "20210225164757108",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/alerts": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/alerts",
            "text": "/*Was taken from bootstrap 4.1.3*/\n.alert {\n  position: relative;\n  padding: 0.75rem 1.25rem;\n  margin-bottom: 1rem;\n  border: 1px solid transparent;\n  border-radius: 0.25rem;\n}\n.alert-primary {\n  color: #004085;\n  background-color: #cce5ff;\n  border-color: #b8daff;\n}\n\n.alert-primary hr {\n  border-top-color: #9fcdff;\n}\n.alert-secondary {\n  color: #383d41;\n  background-color: #e2e3e5;\n  border-color: #d6d8db;\n}\n\n.alert-secondary hr {\n  border-top-color: #c8cbcf;\n}\n\n.alert-success {\n  color: #155724;\n  background-color: #d4edda;\n  border-color: #c3e6cb;\n}\n\n.alert-success hr {\n  border-top-color: #b1dfbb;\n}\n.alert-info {\n  color: #0c5460;\n  background-color: #d1ecf1;\n  border-color: #bee5eb;\n}\n\n.alert-info hr {\n  border-top-color: #abdde5;\n}\n.alert-warning {\n  color: #856404;\n  background-color: #fff3cd;\n  border-color: #ffeeba;\n}\n\n.alert-warning hr {\n  border-top-color: #ffe8a1;\n}\n\n.alert-danger {\n  color: #721c24;\n  background-color: #f8d7da;\n  border-color: #f5c6cb;\n}\n\n.alert-danger hr {\n  border-top-color: #f1b0b7;\n}\n.alert-light {\n  color: #818182;\n  background-color: #fefefe;\n  border-color: #fdfdfe;\n}\n\n.alert-light hr {\n  border-top-color: #ececf6;\n}\n.alert-dark {\n  color: #1b1e21;\n  background-color: #d6d8d9;\n  border-color: #c6c8ca;\n}\n\n.alert-dark hr {\n  border-top-color: #b9bbbe;\n}\n",
            "created": "20180820171551129",
            "modified": "20210225164757118",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/background-colors": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/background-colors",
            "text": ".bg-primary {\n  background-color: #007bff !important;\n}\n\na.bg-primary:hover, a.bg-primary:focus,\nbutton.bg-primary:hover,\nbutton.bg-primary:focus {\n  background-color: #0062cc !important;\n}\n\n.bg-secondary {\n  background-color: #6c757d !important;\n}\n\na.bg-secondary:hover, a.bg-secondary:focus,\nbutton.bg-secondary:hover,\nbutton.bg-secondary:focus {\n  background-color: #545b62 !important;\n}\n\n.bg-success {\n  background-color: #28a745 !important;\n}\n\na.bg-success:hover, a.bg-success:focus,\nbutton.bg-success:hover,\nbutton.bg-success:focus {\n  background-color: #1e7e34 !important;\n}\n\n.bg-info {\n  background-color: #17a2b8 !important;\n}\n\na.bg-info:hover, a.bg-info:focus,\nbutton.bg-info:hover,\nbutton.bg-info:focus {\n  background-color: #117a8b !important;\n}\n\n.bg-warning {\n  background-color: #ffc107 !important;\n}\n\na.bg-warning:hover, a.bg-warning:focus,\nbutton.bg-warning:hover,\nbutton.bg-warning:focus {\n  background-color: #d39e00 !important;\n}\n\n.bg-danger {\n  background-color: #dc3545 !important;\n}\n\na.bg-danger:hover, a.bg-danger:focus,\nbutton.bg-danger:hover,\nbutton.bg-danger:focus {\n  background-color: #bd2130 !important;\n}\n\n.bg-light {\n  background-color: #f8f9fa !important;\n}\n\na.bg-light:hover, a.bg-light:focus,\nbutton.bg-light:hover,\nbutton.bg-light:focus {\n  background-color: #dae0e5 !important;\n}\n\n.bg-dark {\n  background-color: #343a40 !important;\n}\n\na.bg-dark:hover, a.bg-dark:focus,\nbutton.bg-dark:hover,\nbutton.bg-dark:focus {\n  background-color: #1d2124 !important;\n}\n\n.bg-white {\n  background-color: #fff !important;\n}\n\n.bg-transparent {\n  background-color: transparent !important;\n}",
            "created": "20180820170518161",
            "modified": "20210225164757125",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/badge": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/badge",
            "text": "/* Extracted from bootstrap 4.1.3 */\n.badge {\n  display: inline-block;\n  padding: 0.25em 0.4em;\n  font-size: 75%;\n  font-weight: 700;\n  line-height: 1;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: baseline;\n  border-radius: 0.25rem;\n}\n\n.badge:empty {\n  display: none;\n}\n\n.btn .badge {\n  position: relative;\n  top: -1px;\n}\n\n.badge-pill {\n  padding-right: 0.6em;\n  padding-left: 0.6em;\n  border-radius: 10rem;\n}\n\n.badge-primary {\n  color: #fff;\n  background-color: #007bff;\n}\n\n.badge-primary[href]:hover, .badge-primary[href]:focus {\n  color: #fff;\n  text-decoration: none;\n  background-color: #0062cc;\n}\n\n.badge-secondary {\n  color: #fff;\n  background-color: #6c757d;\n}\n\n.badge-secondary[href]:hover, .badge-secondary[href]:focus {\n  color: #fff;\n  text-decoration: none;\n  background-color: #545b62;\n}\n\n.badge-success {\n  color: #fff;\n  background-color: #28a745;\n}\n\n.badge-success[href]:hover, .badge-success[href]:focus {\n  color: #fff;\n  text-decoration: none;\n  background-color: #1e7e34;\n}\n\n.badge-info {\n  color: #fff;\n  background-color: #17a2b8;\n}\n\n.badge-info[href]:hover, .badge-info[href]:focus {\n  color: #fff;\n  text-decoration: none;\n  background-color: #117a8b;\n}\n\n.badge-warning {\n  color: #212529;\n  background-color: #ffc107;\n}\n\n.badge-warning[href]:hover, .badge-warning[href]:focus {\n  color: #212529;\n  text-decoration: none;\n  background-color: #d39e00;\n}\n\n.badge-danger {\n  color: #fff;\n  background-color: #dc3545;\n}\n\n.badge-danger[href]:hover, .badge-danger[href]:focus {\n  color: #fff;\n  text-decoration: none;\n  background-color: #bd2130;\n}\n\n.badge-light {\n  color: #212529;\n  background-color: #f8f9fa;\n}\n\n.badge-light[href]:hover, .badge-light[href]:focus {\n  color: #212529;\n  text-decoration: none;\n  background-color: #dae0e5;\n}\n\n.badge-dark {\n  color: #fff;\n  background-color: #343a40;\n}\n\n.badge-dark[href]:hover, .badge-dark[href]:focus {\n  color: #fff;\n  text-decoration: none;\n  background-color: #1d2124;\n}\n\n",
            "created": "20181122140031075",
            "modified": "20210225164757135",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/borders": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/borders",
            "text": ".border {\n  border: 1px solid #dee2e6 !important;\n}\n\n.border-top {\n  border-top: 1px solid #dee2e6 !important;\n}\n\n.border-right {\n  border-right: 1px solid #dee2e6 !important;\n}\n\n.border-bottom {\n  border-bottom: 1px solid #dee2e6 !important;\n}\n\n.border-left {\n  border-left: 1px solid #dee2e6 !important;\n}\n\n.border-0 {\n  border: 0 !important;\n}\n\n.border-top-0 {\n  border-top: 0 !important;\n}\n\n.border-right-0 {\n  border-right: 0 !important;\n}\n\n.border-bottom-0 {\n  border-bottom: 0 !important;\n}\n\n.border-left-0 {\n  border-left: 0 !important;\n}\n\n.border-primary {\n  border-color: #007bff !important;\n}\n\n.border-secondary {\n  border-color: #6c757d !important;\n}\n\n.border-success {\n  border-color: #28a745 !important;\n}\n\n.border-info {\n  border-color: #17a2b8 !important;\n}\n\n.border-warning {\n  border-color: #ffc107 !important;\n}\n\n.border-danger {\n  border-color: #dc3545 !important;\n}\n\n.border-light {\n  border-color: #f8f9fa !important;\n}\n\n.border-dark {\n  border-color: #343a40 !important;\n}\n\n.border-white {\n  border-color: #fff !important;\n}\n\n.rounded {\n  border-radius: 0.25rem !important;\n}\n\n.rounded-top {\n  border-top-left-radius: 0.25rem !important;\n  border-top-right-radius: 0.25rem !important;\n}\n\n.rounded-right {\n  border-top-right-radius: 0.25rem !important;\n  border-bottom-right-radius: 0.25rem !important;\n}\n\n.rounded-bottom {\n  border-bottom-right-radius: 0.25rem !important;\n  border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-left {\n  border-top-left-radius: 0.25rem !important;\n  border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-circle {\n  border-radius: 50% !important;\n}\n\n.rounded-0 {\n  border-radius: 0 !important;\n}\n",
            "created": "20180820174710383",
            "modified": "20210225164757142",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/btn": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/btn",
            "text": "/* Button and btn classes Mohammad*/\n.btn {\n  display: inline-block;\n  font-weight: 400;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: middle;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none;\n  border: 1px solid transparent;\n  padding: 0.375rem 0.75rem;\n  font-size: 1rem;\n  line-height: 1.5;\n  border-radius: 0.25rem;\n  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n\n.btn:hover, .btn:focus {\n  text-decoration: none;\n}\n\n.btn:focus, .btn.focus {\n  outline: 0;\n  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.btn.disabled, .btn:disabled {\n  opacity: 0.65;\n}\n\n.btn:not(:disabled):not(.disabled) {\n  cursor: pointer;\n}\n\na.btn.disabled,\nfieldset:disabled a.btn {\n  pointer-events: none;\n}\n\n.btn-primary {\n  color: #fff;\n  background-color: #007bff;\n  border-color: #007bff;\n}\n\n.btn-primary:hover {\n  color: #fff;\n  background-color: #0069d9;\n  border-color: #0062cc;\n}\n\n.btn-primary:focus, .btn-primary.focus {\n  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);\n}\n\n.btn-primary.disabled, .btn-primary:disabled {\n  color: #fff;\n  background-color: #007bff;\n  border-color: #007bff;\n}\n\n.btn-secondary {\n  color: #fff;\n  background-color: #6c757d;\n  border-color: #6c757d;\n}\n\n.btn-secondary:hover {\n  color: #fff;\n  background-color: #5a6268;\n  border-color: #545b62;\n}\n\n.btn-secondary:focus, .btn-secondary.focus {\n  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);\n}\n\n.btn-secondary.disabled, .btn-secondary:disabled {\n  color: #fff;\n  background-color: #6c757d;\n  border-color: #6c757d;\n}\n\n.btn-success {\n  color: #fff;\n  background-color: #28a745;\n  border-color: #28a745;\n}\n\n.btn-success:hover {\n  color: #fff;\n  background-color: #218838;\n  border-color: #1e7e34;\n}\n\n.btn-success:focus, .btn-success.focus {\n  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);\n}\n\n.btn-success.disabled, .btn-success:disabled {\n  color: #fff;\n  background-color: #28a745;\n  border-color: #28a745;\n}\n\n.btn-info {\n  color: #fff;\n  background-color: #17a2b8;\n  border-color: #17a2b8;\n}\n\n.btn-info:hover {\n  color: #fff;\n  background-color: #138496;\n  border-color: #117a8b;\n}\n\n.btn-info:focus, .btn-info.focus {\n  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);\n}\n\n.btn-info.disabled, .btn-info:disabled {\n  color: #fff;\n  background-color: #17a2b8;\n  border-color: #17a2b8;\n}\n\n.btn-warning {\n  color: #212529;\n  background-color: #ffc107;\n  border-color: #ffc107;\n}\n\n.btn-warning:hover {\n  color: #212529;\n  background-color: #e0a800;\n  border-color: #d39e00;\n}\n\n.btn-warning:focus, .btn-warning.focus {\n  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);\n}\n\n.btn-warning.disabled, .btn-warning:disabled {\n  color: #212529;\n  background-color: #ffc107;\n  border-color: #ffc107;\n}\n\n.btn-danger {\n  color: #fff;\n  background-color: #dc3545;\n  border-color: #dc3545;\n}\n\n.btn-danger:hover {\n  color: #fff;\n  background-color: #c82333;\n  border-color: #bd2130;\n}\n\n.btn-danger:focus, .btn-danger.focus {\n  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);\n}\n\n.btn-danger.disabled, .btn-danger:disabled {\n  color: #fff;\n  background-color: #dc3545;\n  border-color: #dc3545;\n}\n\n.btn-light {\n  color: #212529;\n  background-color: #f8f9fa;\n  border-color: #f8f9fa;\n}\n\n.btn-light:hover {\n  color: #212529;\n  background-color: #e2e6ea;\n  border-color: #dae0e5;\n}\n\n.btn-light:focus, .btn-light.focus {\n  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);\n}\n\n.btn-light.disabled, .btn-light:disabled {\n  color: #212529;\n  background-color: #f8f9fa;\n  border-color: #f8f9fa;\n}\n\n.btn-dark {\n  color: #fff;\n  background-color: #343a40;\n  border-color: #343a40;\n}\n\n.btn-dark:hover {\n  color: #fff;\n  background-color: #23272b;\n  border-color: #1d2124;\n}\n\n.btn-dark:focus, .btn-dark.focus {\n  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);\n}\n\n.btn-dark.disabled, .btn-dark:disabled {\n  color: #fff;\n  background-color: #343a40;\n  border-color: #343a40;\n}\n\n.btn-link {\n  font-weight: 400;\n  color: #007bff;\n  background-color: transparent;\n}\n\n.btn-link:hover {\n  color: #0056b3;\n  text-decoration: underline;\n  background-color: transparent;\n  border-color: transparent;\n}\n\n.btn-link:focus, .btn-link.focus {\n  text-decoration: underline;\n  border-color: transparent;\n  box-shadow: none;\n}\n\n.btn-link:disabled, .btn-link.disabled {\n  color: #6c757d;\n  pointer-events: none;\n}\n\n/* button size */\n\n.btn-lg{\n  padding: 0.5rem 1rem;\n  font-size: 1.25rem;\n  line-height: 1.5;\n  border-radius: 0.3rem;\n}\n\n.btn-sm{\n  padding: 0.25rem 0.5rem;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  border-radius: 0.2rem;\n}",
            "created": "20180822044340070",
            "modified": "20210225164757152",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/card-column": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/card-column",
            "text": "/* Extracted from bootstrap 4.3.1 */\n.card-columns .card {\n  margin-bottom: 0.75rem;\n}\n\n@media (min-width: 576px) {\n  .card-columns {\n    -webkit-column-count: 3;\n    -moz-column-count: 3;\n    column-count: 3;\n    -webkit-column-gap: 1.25rem;\n    -moz-column-gap: 1.25rem;\n    column-gap: 1.25rem;\n    orphans: 1;\n    widows: 1;\n  }\n  .card-columns .card {\n    display: inline-block;\n    width: 100%;\n  }\n}",
            "created": "20181122175345419",
            "modified": "20210225164757167",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/card-deck": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/card-deck",
            "text": "/* Extracted from bootstrap 4.1.3 */\n\n.card-deck {\n  display: -ms-flexbox;\n  display: flex;\n  -ms-flex-direction: column;\n  flex-direction: column;\n}\n\n.card-deck .card {\n  margin-bottom: 15px;\n}\n\n@media (min-width: 576px) {\n  .card-deck {\n    -ms-flex-flow: row wrap;\n    flex-flow: row wrap;\n    margin-right: -15px;\n    margin-left: -15px;\n  }\n  .card-deck .card {\n    display: -ms-flexbox;\n    display: flex;\n    -ms-flex: 1 0 0%;\n    flex: 1 0 0%;\n    -ms-flex-direction: column;\n    flex-direction: column;\n    margin-right: 15px;\n    margin-bottom: 0;\n    margin-left: 15px;\n  }\n}",
            "created": "20180822174847352",
            "modified": "20210225164757174",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/card-group": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/card-group",
            "text": "/* Extracted from bootstrap 4.1.3 */\n.card-group {\n  display: -ms-flexbox;\n  display: flex;\n  -ms-flex-direction: column;\n  flex-direction: column;\n}\n\n.card-group > .card {\n  margin-bottom: 15px;\n}\n\n@media (min-width: 576px) {\n  .card-group {\n    -ms-flex-flow: row wrap;\n    flex-flow: row wrap;\n  }\n  .card-group > .card {\n    -ms-flex: 1 0 0%;\n    flex: 1 0 0%;\n    margin-bottom: 0;\n  }\n  .card-group > .card + .card {\n    margin-left: 0;\n    border-left: 0;\n  }\n  .card-group > .card:first-child {\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n  }\n  .card-group > .card:first-child .card-img-top,\n  .card-group > .card:first-child .card-header {\n    border-top-right-radius: 0;\n  }\n  .card-group > .card:first-child .card-img-bottom,\n  .card-group > .card:first-child .card-footer {\n    border-bottom-right-radius: 0;\n  }\n  .card-group > .card:last-child {\n    border-top-left-radius: 0;\n    border-bottom-left-radius: 0;\n  }\n  .card-group > .card:last-child .card-img-top,\n  .card-group > .card:last-child .card-header {\n    border-top-left-radius: 0;\n  }\n  .card-group > .card:last-child .card-img-bottom,\n  .card-group > .card:last-child .card-footer {\n    border-bottom-left-radius: 0;\n  }\n  .card-group > .card:only-child {\n    border-radius: 0.25rem;\n  }\n  .card-group > .card:only-child .card-img-top,\n  .card-group > .card:only-child .card-header {\n    border-top-left-radius: 0.25rem;\n    border-top-right-radius: 0.25rem;\n  }\n  .card-group > .card:only-child .card-img-bottom,\n  .card-group > .card:only-child .card-footer {\n    border-bottom-right-radius: 0.25rem;\n    border-bottom-left-radius: 0.25rem;\n  }\n  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {\n    border-radius: 0;\n  }\n  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,\n  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,\n  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,\n  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {\n    border-radius: 0;\n  }\n}\n",
            "created": "20181122175111676",
            "modified": "20210225164757185",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/card": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/card",
            "text": "/* Extracted from bootstrap 4.1.3 */\n.card {\n  position: relative;\n  display: -ms-flexbox;\n  display: flex;\n  -ms-flex-direction: column;\n  flex-direction: column;\n  min-width: 0;\n  word-wrap: break-word;\n  background-color: #fff;\n  background-clip: border-box;\n  border: 1px solid rgba(0, 0, 0, 0.125);\n  border-radius: 0.25rem;\n}\n\n.card > hr {\n  margin-right: 0;\n  margin-left: 0;\n}\n\n.card > .list-group:first-child .list-group-item:first-child {\n  border-top-left-radius: 0.25rem;\n  border-top-right-radius: 0.25rem;\n}\n\n.card > .list-group:last-child .list-group-item:last-child {\n  border-bottom-right-radius: 0.25rem;\n  border-bottom-left-radius: 0.25rem;\n}\n\n.card-body {\n  -ms-flex: 1 1 auto;\n  flex: 1 1 auto;\n  padding: 1.25rem;\n}\n\n.card-title {\n  margin-bottom: 0.75rem;\n}\n\n.card-subtitle {\n  margin-top: -0.375rem;\n  margin-bottom: 0;\n}\n\n.card-text:last-child {\n  margin-bottom: 0;\n}\n\n.card-link:hover {\n  text-decoration: none;\n}\n\n.card-link + .card-link {\n  margin-left: 1.25rem;\n}\n\n.card-header {\n  padding: 0.75rem 1.25rem;\n  margin-bottom: 0;\n  background-color: rgba(0, 0, 0, 0.03);\n  border-bottom: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-header:first-child {\n  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;\n}\n\n.card-header + .list-group .list-group-item:first-child {\n  border-top: 0;\n}\n\n.card-footer {\n  padding: 0.75rem 1.25rem;\n  background-color: rgba(0, 0, 0, 0.03);\n  border-top: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-footer:last-child {\n  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);\n}\n\n.card-header-tabs {\n  margin-right: -0.625rem;\n  margin-bottom: -0.75rem;\n  margin-left: -0.625rem;\n  border-bottom: 0;\n}\n\n.card-header-pills {\n  margin-right: -0.625rem;\n  margin-left: -0.625rem;\n}\n\n.card-img-overlay {\n  position: absolute;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  padding: 1.25rem;\n}\n\n.card-img {\n  width: 100%;\n  border-radius: calc(0.25rem - 1px);\n}\n\n.card-img-top {\n  width: 100%;\n  border-top-left-radius: calc(0.25rem - 1px);\n  border-top-right-radius: calc(0.25rem - 1px);\n}\n\n.card-img-bottom {\n  width: 100%;\n  border-bottom-right-radius: calc(0.25rem - 1px);\n  border-bottom-left-radius: calc(0.25rem - 1px);\n}\n",
            "created": "20180822174608965",
            "modified": "20210225164757158",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/clearfix": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/clearfix",
            "text": ".clearfix::after {\n  display: block;\n  clear: both;\n  content: \"\";\n}",
            "created": "20190919042042391",
            "modified": "20210225164757193",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/float": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/float",
            "text": ".float-left {\n  float: left;\n}\n\n.float-right {\n  float: right;\n}\n\n.float-none {\n  float: none;\n}\n",
            "created": "20180823142040855",
            "modified": "20210225164757204",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/my-adjustment": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/my-adjustment",
            "text": "/* My adjustments to bootstrap 4.1.3 css classes */\na {\n  color: #007bff;\n  text-decoration: none;\n  background-color: transparent;\n  -webkit-text-decoration-skip: objects;\n}\n/* Link is hacked to be compatible with bootstrap \nclasses remove it if the TW core objects break\n*/\n\n",
            "created": "20180822044831813",
            "modified": "20210225164757211",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/shadow": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/shadow",
            "text": ".shadow-sm {\n  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;\n}\n\n.shadow {\n  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;\n}\n\n.shadow-lg {\n  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;\n}\n\n.shadow-none {\n  box-shadow: none !important;\n}",
            "created": "20180823114259911",
            "modified": "20210225164757222",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/sizing-spacing": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/sizing-spacing",
            "text": "/* Extracted from bootstrap 4.3.1 */\n/*Defines margins, paddings, width and height*/\n.w-25 {\n  width: 25% !important;\n}\n.w-50 {\n  width: 50% !important;\n}\n.w-75 {\n  width: 75% !important;\n}\n.w-100 {\n  width: 100% !important;\n}\n.w-auto {\n  width: auto !important;\n}\n.h-25 {\n  height: 25% !important;\n}\n.h-50 {\n  height: 50% !important;\n}\n.h-75 {\n  height: 75% !important;\n}\n.h-100 {\n  height: 100% !important;\n}\n.h-auto {\n  height: auto !important;\n}\n.mw-100 {\n  max-width: 100% !important;\n}\n.mh-100 {\n  max-height: 100% !important;\n}\n.m-0 {\n  margin: 0 !important;\n}\n.mt-0,\n.my-0 {\n  margin-top: 0 !important;\n}\n.mr-0,\n.mx-0 {\n  margin-right: 0 !important;\n}\n.mb-0,\n.my-0 {\n  margin-bottom: 0 !important;\n}\n.ml-0,\n.mx-0 {\n  margin-left: 0 !important;\n}\n.m-1 {\n  margin: 0.25rem !important;\n}\n.mt-1,\n.my-1 {\n  margin-top: 0.25rem !important;\n}\n.mr-1,\n.mx-1 {\n  margin-right: 0.25rem !important;\n}\n.mb-1,\n.my-1 {\n  margin-bottom: 0.25rem !important;\n}\n.ml-1,\n.mx-1 {\n  margin-left: 0.25rem !important;\n}\n.m-2 {\n  margin: 0.5rem !important;\n}\n.mt-2,\n.my-2 {\n  margin-top: 0.5rem !important;\n}\n.mr-2,\n.mx-2 {\n  margin-right: 0.5rem !important;\n}\n.mb-2,\n.my-2 {\n  margin-bottom: 0.5rem !important;\n}\n.ml-2,\n.mx-2 {\n  margin-left: 0.5rem !important;\n}\n\n.m-3 {\n  margin: 1rem !important;\n}\n\n.mt-3,\n.my-3 {\n  margin-top: 1rem !important;\n}\n\n.mr-3,\n.mx-3 {\n  margin-right: 1rem !important;\n}\n\n.mb-3,\n.my-3 {\n  margin-bottom: 1rem !important;\n}\n\n.ml-3,\n.mx-3 {\n  margin-left: 1rem !important;\n}\n\n.m-4 {\n  margin: 1.5rem !important;\n}\n\n.mt-4,\n.my-4 {\n  margin-top: 1.5rem !important;\n}\n\n.mr-4,\n.mx-4 {\n  margin-right: 1.5rem !important;\n}\n\n.mb-4,\n.my-4 {\n  margin-bottom: 1.5rem !important;\n}\n\n.ml-4,\n.mx-4 {\n  margin-left: 1.5rem !important;\n}\n\n.m-5 {\n  margin: 3rem !important;\n}\n\n.mt-5,\n.my-5 {\n  margin-top: 3rem !important;\n}\n\n.mr-5,\n.mx-5 {\n  margin-right: 3rem !important;\n}\n\n.mb-5,\n.my-5 {\n  margin-bottom: 3rem !important;\n}\n\n.ml-5,\n.mx-5 {\n  margin-left: 3rem !important;\n}\n\n.p-0 {\n  padding: 0 !important;\n}\n\n.pt-0,\n.py-0 {\n  padding-top: 0 !important;\n}\n\n.pr-0,\n.px-0 {\n  padding-right: 0 !important;\n}\n\n.pb-0,\n.py-0 {\n  padding-bottom: 0 !important;\n}\n\n.pl-0,\n.px-0 {\n  padding-left: 0 !important;\n}\n\n.p-1 {\n  padding: 0.25rem !important;\n}\n\n.pt-1,\n.py-1 {\n  padding-top: 0.25rem !important;\n}\n\n.pr-1,\n.px-1 {\n  padding-right: 0.25rem !important;\n}\n\n.pb-1,\n.py-1 {\n  padding-bottom: 0.25rem !important;\n}\n\n.pl-1,\n.px-1 {\n  padding-left: 0.25rem !important;\n}\n\n.p-2 {\n  padding: 0.5rem !important;\n}\n\n.pt-2,\n.py-2 {\n  padding-top: 0.5rem !important;\n}\n\n.pr-2,\n.px-2 {\n  padding-right: 0.5rem !important;\n}\n\n.pb-2,\n.py-2 {\n  padding-bottom: 0.5rem !important;\n}\n\n.pl-2,\n.px-2 {\n  padding-left: 0.5rem !important;\n}\n\n.p-3 {\n  padding: 1rem !important;\n}\n\n.pt-3,\n.py-3 {\n  padding-top: 1rem !important;\n}\n\n.pr-3,\n.px-3 {\n  padding-right: 1rem !important;\n}\n\n.pb-3,\n.py-3 {\n  padding-bottom: 1rem !important;\n}\n\n.pl-3,\n.px-3 {\n  padding-left: 1rem !important;\n}\n\n.p-4 {\n  padding: 1.5rem !important;\n}\n\n.pt-4,\n.py-4 {\n  padding-top: 1.5rem !important;\n}\n\n.pr-4,\n.px-4 {\n  padding-right: 1.5rem !important;\n}\n\n.pb-4,\n.py-4 {\n  padding-bottom: 1.5rem !important;\n}\n\n.pl-4,\n.px-4 {\n  padding-left: 1.5rem !important;\n}\n\n.p-5 {\n  padding: 3rem !important;\n}\n\n.pt-5,\n.py-5 {\n  padding-top: 3rem !important;\n}\n\n.pr-5,\n.px-5 {\n  padding-right: 3rem !important;\n}\n\n.pb-5,\n.py-5 {\n  padding-bottom: 3rem !important;\n}\n\n.pl-5,\n.px-5 {\n  padding-left: 3rem !important;\n}\n\n.m-auto {\n  margin: auto !important;\n}\n\n.mt-auto,\n.my-auto {\n  margin-top: auto !important;\n}\n\n.mr-auto,\n.mx-auto {\n  margin-right: auto !important;\n}\n\n.mb-auto,\n.my-auto {\n  margin-bottom: auto !important;\n}\n\n.ml-auto,\n.mx-auto {\n  margin-left: auto !important;\n}\n",
            "created": "20180822191952379",
            "modified": "20210225164757233",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/text-alignment": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/text-alignment",
            "text": ".text-justify {\n  text-align: justify !important;\n}\n\n.text-nowrap {\n  white-space: nowrap !important;\n}\n\n.text-truncate {\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n}\n\n.text-left {\n  text-align: left !important;\n}\n\n.text-right {\n  text-align: right !important;\n}\n\n.text-center {\n  text-align: center !important;\n}",
            "created": "20180822051223866",
            "modified": "20210225164757241",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/text-colors": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/text-colors",
            "text": "/* from bootstrap 4.1.3 */\n\n.text-white {\n  color: #fff !important;\n}\n\n.text-primary {\n  color: #007bff !important;\n}\n\na.text-primary:hover, a.text-primary:focus {\n  color: #0062cc !important;\n}\n\n.text-secondary {\n  color: #6c757d !important;\n}\n\na.text-secondary:hover, a.text-secondary:focus {\n  color: #545b62 !important;\n}\n\n.text-success {\n  color: #28a745 !important;\n}\n\na.text-success:hover, a.text-success:focus {\n  color: #1e7e34 !important;\n}\n\n.text-info {\n  color: #17a2b8 !important;\n}\n\na.text-info:hover, a.text-info:focus {\n  color: #117a8b !important;\n}\n\n.text-warning {\n  color: #ffc107 !important;\n}\n\na.text-warning:hover, a.text-warning:focus {\n  color: #d39e00 !important;\n}\n\n.text-danger {\n  color: #dc3545 !important;\n}\n\na.text-danger:hover, a.text-danger:focus {\n  color: #bd2130 !important;\n}\n\n.text-light {\n  color: #f8f9fa !important;\n}\n\na.text-light:hover, a.text-light:focus {\n  color: #dae0e5 !important;\n}\n\n.text-dark {\n  color: #343a40 !important;\n}\n\na.text-dark:hover, a.text-dark:focus {\n  color: #1d2124 !important;\n}\n\n.text-body {\n  color: #212529 !important;\n}\n\n.text-muted {\n  color: #6c757d !important;\n}\n\n.text-black-50 {\n  color: rgba(0, 0, 0, 0.5) !important;\n}\n\n.text-white-50 {\n  color: rgba(255, 255, 255, 0.5) !important;\n}\n\n.text-hide {\n  font: 0/0 a;\n  color: transparent;\n  text-shadow: none;\n  background-color: transparent;\n  border: 0;\n}\n",
            "created": "20180820173351023",
            "modified": "20210225164757253",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/bs/text-utility": {
            "title": "$:/plugins/kookma/shiraz/styles/bs/text-utility",
            "text": "/* Can be removed latter. This is used for illustration of bootstrap cards */\n\n.text-lowercase {\n  text-transform: lowercase !important;\n}\n\n.text-uppercase {\n  text-transform: uppercase !important;\n}\n\n.text-capitalize {\n  text-transform: capitalize !important;\n}\n\n.font-weight-light {\n  font-weight: 300 !important;\n}\n\n.font-weight-normal {\n  font-weight: 400 !important;\n}\n\n.font-weight-bold {\n  font-weight: 700 !important;\n}\n\n.font-italic {\n  font-style: italic !important;\n}\n\n\n.h1, .h2, .h3, .h4, .h5, .h6 {\n  margin-bottom: 0.5rem;\n  font-family: inherit;\n  font-weight: 500;\n  line-height: 1.2;\n  color: inherit;\n}\n\n.h1 {\n  font-size: 2.5rem;\n}\n\n.h2 {\n  font-size: 2rem;\n}\n\n.h3 {\n  font-size: 1.75rem;\n}\n\n.h4 {\n  font-size: 1.5rem;\n}\n\n.h5 {\n  font-size: 1.25rem;\n}\n\n.h6 {\n  font-size: 1rem;\n}\n\n.lead {\n  font-size: 1.25rem;\n  font-weight: 300;\n}\n\n.display-1 {\n  font-size: 6rem;\n  font-weight: 300;\n  line-height: 1.2;\n}\n\n.display-2 {\n  font-size: 5.5rem;\n  font-weight: 300;\n  line-height: 1.2;\n}\n\n.display-3 {\n  font-size: 4.5rem;\n  font-weight: 300;\n  line-height: 1.2;\n}\n\n.display-4 {\n  font-size: 3.5rem;\n  font-weight: 300;\n  line-height: 1.2;\n}\n\n.hr {\n  margin-top: 1rem;\n  margin-bottom: 1rem;\n  border: 0;\n  border-top: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n.small {\n  font-size: 80%;\n  font-weight: 400;\n}\n\n.mark {\n  padding: 0.2em;\n  background-color: #fcf8e3;\n}\n",
            "created": "20180822130528002",
            "modified": "20210225164757260",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/clear-float": {
            "title": "$:/plugins/kookma/shiraz/styles/clear-float",
            "text": "/* Resolve issue for floating objects which cross the tiddler frame!\nThe below code should force the tiddler to always wrap around floating elements, so that they are always inside\nRef: https://groups.google.com/d/msg/tiddlywiki/5bZwwj6cyac/2LzFeA7AAwAJ\n*/\n\n.tc-tiddler-body:before, .tc-tiddler-body:after {\n    content: \"\";\n    display: table;\n}\n.tc-tiddler-body:after {\n    clear: both;\n}\n.tc-tiddler-body {\n    zoom: 1;\n}",
            "created": "20190902043605186",
            "modified": "20210225164757272",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/colorful-sidebar-tab": {
            "title": "$:/plugins/kookma/shiraz/styles/colorful-sidebar-tab",
            "text": ".tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {\n    background: none;\n    border: none;\n    border-bottom: solid 1px #737373 !important;\n    font-weight: bold;\n    color: #DB4C3F !important;\n}",
            "created": "20191209105546612",
            "modified": "20210225164757282",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/dbadge": {
            "title": "$:/plugins/kookma/shiraz/styles/dbadge",
            "text": "/*Credits: \nNishant Srivastava https://codepen.io/nisrulz/pen/bpQWLW\nMohammad Rahmani: https://github.com/kookma\n*/\n.dbadge {\n display: inline-block;\n margin: 0.0em;\n}\n.dbadge > span {\n  color: #ffffff;\n  font-size: 0.8em;\n  font-weight: 400;\n  line-height: 1;\n  padding: .2em .6em;\n  text-align: center;\n  vertical-align: baseline;\n  white-space: nowrap;}\n\n.dbadge-subject{\n  background-color: #656565;\n  border-bottom-left-radius: 0.25em;\n  border-top-left-radius: 0.25em;}\n.dbadge-status {\n  border-bottom-right-radius: 0.25em;\n  border-top-right-radius: 0.25em;}\n\n.dbadge-primary {\n    background-color: #337ab7;}\n.dbadge-success {\n    background-color: #5cb85c;}\n.dbadge-info {\n    background-color: #5bc0de;}\n.dbadge-warning {\n    background-color: #f0ad4e;}\n.dbadge-danger {\n    background-color: #d9534f;}",
            "created": "20181204192835967",
            "modified": "20210225164757292",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/details-slider": {
            "title": "$:/plugins/kookma/shiraz/styles/details-slider",
            "text": "/*details html5 macro*/\ndetails > summary {\n  padding: 2px 6px;\n  font-weight:500;\n  outline:none;\n}\ndetails > div {\n  padding: 2px 6px;\n  margin: 0;\n}\n\nbutton .kk-sh-slider svg{\nwidth: 0.8em;\nheight: 0.8em;\nvertical-align: middle;}",
            "created": "20181101185908941",
            "modified": "20210225164757303",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/dynamic-tables-var": {
            "title": "$:/plugins/kookma/shiraz/styles/dynamic-tables-var",
            "created": "20210224171009495",
            "modified": "20210226184545624",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "/* these are dynamic or variable properties based on the tiddlywiki palette */\n\n.shiraz-dtable-page-footer select{\n  background-color: <<colour table-header-background>>;\n  color:<<colour foreground>>;\n}\n\n.shiraz-dtable-page-footer > td{\nbackground-color: <<colour table-header-background>>;\n}\n\n/* customize the table footer used for numerical summary*/\n.shiraz-dtable-footer tr td{\n\tbackground-color: <<colour table-footer-background>>;\n  border:none;\n}\n"
        },
        "$:/plugins/kookma/shiraz/styles/dynamic-tables": {
            "title": "$:/plugins/kookma/shiraz/styles/dynamic-tables",
            "text": "/* edit-text box for dynamic table */\n.shiraz-dtable-textbox {\n    width:100%;\n    padding-left: 5px;\n    border: none;\n}\n\n.shiraz-dtable-textbox:focus {\n    outline: none;\n    border: 1px solid #5778d8;\n    background: transparent;\n}\n\n.tbl-inpt-edit { width: 100%; background-color: transparent; border: none; color: #000000;}\n\nbutton.tbl-sort-svg > svg { text-shadow: none; fill:#000000; height:10px; padding:0 0 2px 0; }\n\nth .tc-tiddlylink, th a { text-shadow: none; margin: 0 0 0 0; padding: 0 0 0 0; color:#000000; font-weight: bold; }\n\n\n/* DELETE CONFIRMATION */\ntable thead .tbl-delete-confirm > th {\n  color: white;\n  background-color:#ff0033;\n  padding: 8px;\n  margin: 0px;\n  text-align:center;\n\tfont-weight:normal;\n}\n\ntable thead .tbl-delete-confirm > th > button {\n  color: white;\n  fill: white;\n}\n\n/* -- pagination --*/\n.shiraz-dtable-page-footer td{\n\tmargin: 0 0 0 0;\n\tpadding: 4px 7px 4px 7px;\n\tvertical-align: middle !important;\n}\n\n.shiraz-dtable-page-footer select{\n\tpadding:0;\n\tmargin:0;\n\tborder:none;\t\n}\n\n.shiraz-dtable-page-footer {\n\ttext-align:center;\n}\n\n.shiraz-dtable-page-prev{\n\tfloat:left;\n}\n\n.shiraz-dtable-page-next{\n\tfloat:right;\n}\n\n.shiraz-dtable-page-footer button svg {height:0.7em;}\n.shiraz-dtable-page-footer button {outline: none;}\n.shiraz-dtable-page-footer button:disabled {display:none;}\n",
            "created": "20191128184537594",
            "modified": "20210226184239698",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/image-alignment": {
            "title": "$:/plugins/kookma/shiraz/styles/image-alignment",
            "text": "/*Image aligning classes*/\n.image-align-right{\n    float:right;\n    margin:0.5em 0 1.3em 1.4em;\n}\n.image-align-left{\n    float:left;\n    margin: 0.5em 1.4em 1.3em 0;\n}\n.image-align-center{\n  display:block;\n  margin: 0.5em auto 1.3em; \n}\n\n.image-float-none {\n  float: none !important;\n}",
            "created": "20190918193736314",
            "modified": "20210225164757324",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/image-basic": {
            "title": "$:/plugins/kookma/shiraz/styles/image-basic",
            "text": ".image-simple {\n  text-align: center;\n  font-style: italic;\n  font-size: smaller;\n  text-indent: 0;\n  padding: 0.5em;\n}",
            "created": "20181119182848505",
            "modified": "20210225164757335",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/image-overlay": {
            "title": "$:/plugins/kookma/shiraz/styles/image-overlay",
            "text": ".image-overlay-container{\n  width: 50%; \n  box-sizing: border-box;\n}\n\n@media screen and (max-width: 640px){\n  .image-overlay-container{\n    display: block;\n    width: 100%;\n  }\n}\n\n@media screen and (min-width: 900px){\n  .image-overlay-container{\n    width: 33.33%;\n  }\n}\n\n.image-overlay-container .image-overlay-title{\n  color: #1a1a1a;\n  text-align: center;\n  margin-bottom:10px;\n}\n\n.image-overlay-content {\n  position: relative;\n  width: 90%;\n  max-width: 400px;\n  margin: auto;\n  overflow: hidden;\n}\n\n.image-overlay-content .image-overlay-content-overlay {\n  background: rgba(0,0,0,0.7);\n  position: absolute;\n  height: 99%;\n  width: 100%;\n  left: 0;\n  top: 0;\n  bottom: 0;\n  right: 0;\n  opacity: 0;\n  -webkit-transition: all 0.4s ease-in-out 0s;\n  -moz-transition: all 0.4s ease-in-out 0s;\n  transition: all 0.4s ease-in-out 0s;\n}\n\n.image-overlay-content:hover .image-overlay-content-overlay{\n  opacity: 1;\n}\n\n.image-overlay-content-image{\n  width: 100%;\n}\n\n.image-overlay-content-details {\n  position: absolute;\n  text-align: center;\n  padding-left: 1em;\n  padding-right: 1em;\n  width: 100%;\n  top: 50%;\n  left: 50%;\n  opacity: 0;\n  -webkit-transform: translate(-50%, -50%);\n  -moz-transform: translate(-50%, -50%);\n  transform: translate(-50%, -50%);\n  -webkit-transition: all 0.3s ease-in-out 0s;\n  -moz-transition: all 0.3s ease-in-out 0s;\n  transition: all 0.3s ease-in-out 0s;\n}\n\n.image-overlay-content:hover .image-overlay-content-details{\n  top: 50%;\n  left: 50%;\n  opacity: 1;\n}\n\n.image-overlay-content-details h3{\n  color: #fff;\n  font-weight: 500;\n  letter-spacing: 0.15em;\n  margin-bottom: 0.5em;\n  text-transform: uppercase;\n}\n\n.image-overlay-content-details p{\n  color: #fff;\n  font-size: 0.8em;\n}\n\n.image-overlay-fadeIn-bottom{\n  top: 80%;\n}\n\n.image-overlay-fadeIn-top{\n  top: 20%;\n}\n\n.image-overlay-fadeIn-left{\n  left: 20%;\n}\n\n.image-overlay-fadeIn-right{\n  left: 80%;\n}",
            "created": "20181116173704182",
            "modified": "20210225164757343",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/image-polaroid": {
            "title": "$:/plugins/kookma/shiraz/styles/image-polaroid",
            "text": ".image-polaroid {\n  min-width:64px;\n  background-color: #f8f9fa;\n  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n}\n.image-polaroid img {\n    width: 100%;\n    padding:10px;\n    height: auto;\n}\n.image-polaroid .image-polaroid-caption {\n    padding:10px 15px 10px;\n    text-align: center; \n    line-height: 1.4em;\n    font-weight:300;\n    font-size: 0.9em; \n}",
            "created": "20181116094450565",
            "modified": "20210225164757353",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/image-pretty": {
            "title": "$:/plugins/kookma/shiraz/styles/image-pretty",
            "text": ".image-pretty {\n    min-width:64px;\n    border: 1px solid #c8ccd1;\n    background-color:#f8f9fa;\n}\n.image-pretty:hover {\n    border: 1px solid #777;\n}\n.image-pretty img {\n    padding:2px;\n    width: 100%;\n    height: auto;\n}\n.image-pretty .image-pretty-caption {\n    padding:10px 15px 10px;\n    text-align: center; \n    line-height: 1.4em;\n    font-weight:300;\n    font-size: 0.9em; \n}\n\n",
            "created": "20181115182806512",
            "modified": "20210225164757361",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/image-slidein": {
            "title": "$:/plugins/kookma/shiraz/styles/image-slidein",
            "text": ".image-slidein { \n  display: block; \n  position: relative; \n  /*float: left;*/\n  overflow: hidden; \n /* margin: 0 20px 20px 0;*/\n}\n\n.image-slidein img {\n    width: 100%;\n    height: auto;\n}\n\n.image-slidein figcaption { \n  position: absolute; \n  background: rgba(0,0,0,0.75); \n  color: white; \n  padding: 10px 20px; \n  opacity: 0;\n  -webkit-transition: all 0.6s ease;\n  -moz-transition:    all 0.6s ease;\n  -o-transition:      all 0.6s ease;\n}\n.image-slidein:hover figcaption {\n  opacity: 1;\n}\n.image-slidein:before { \n  content: \"?\"; \n  position: absolute; \n  font-weight: 800; \n  background: rgba(255,255,255,0.75); \n  text-shadow: 0 0 5px white;\n  color: black;\n  width: 24px;\n  height: 24px;\n  -webkit-border-radius: 12px;\n  -moz-border-radius:    12px;\n  border-radius:         12px;\n  text-align: center;\n  font-size: 14px;\n  line-height: 24px;\n  -moz-transition: all 0.6s ease;\n  opacity: 0.75;\t\n}\n.image-slidein:hover:before {\n  opacity: 0;\n}\n\n.mr-cap-left:before {  bottom: 10px; left: 10px; }\n.mr-cap-left figcaption { bottom: 0; left: -30%; }\n.mr-cap-left:hover figcaption { left: 0; }\n\n.mr-cap-right:before { bottom: 10px; right: 10px; }\n.mr-cap-right figcaption { bottom: 0; right: -30%; }\n.mr-cap-right:hover figcaption { right: 0; }\n\n.mr-cap-top:before { top: 10px; left: 10px; }\n.mr-cap-top figcaption { left: 0; top: -30%; }\n.mr-cap-top:hover figcaption { top: 0; }\n\n.mr-cap-bottom:before { bottom: 10px; left: 10px; }\n.mr-cap-bottom figcaption { left: 0; bottom: -30%;}\n.mr-cap-bottom:hover figcaption { bottom: 0; }\n",
            "created": "20181117040213926",
            "modified": "20210225164757373",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/misc/edit-buttons": {
            "title": "$:/plugins/kookma/shiraz/styles/misc/edit-buttons",
            "text": "/*Edit buttons as traffic lights*/\n.tc-tiddler-controls .tc-image-delete-button {fill:#ebb;}\n.tc-tiddler-controls .tc-image-cancel-button {fill:#ed9;}\n.tc-tiddler-controls .tc-image-done-button {fill:#beb;}",
            "created": "20191029091851469",
            "modified": "20210225164757386",
            "tags": "",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/misc/tiddler-button-visibility": {
            "title": "$:/plugins/kookma/shiraz/styles/misc/tiddler-button-visibility",
            "text": "/* Mouseover toolbar visibility: courtesy from Tobias Beer*/\n.tc-tiddler-frame .tc-titlebar button {\n  opacity: 0;\n  transition: opacity .5s ease-in-out;\n}\n.tc-tiddler-frame:hover .tc-titlebar button {\n  zoom: 1;\n  filter: alpha(opacity=100);\n  opacity: 1;\n}\n",
            "created": "20191029094209435",
            "modified": "20210225164757397",
            "tags": "",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/misc/ui-buttons": {
            "title": "$:/plugins/kookma/shiraz/styles/misc/ui-buttons",
            "text": "/* These css rules makes TW UI buttons in beatiful color */\n\n/*page control buttons*/\n.tc-page-controls .tc-image-new-button { fill: #5EB95E; } /*New tiddler button*/\n.tc-page-controls .tc-image-options-button { fill:#8058A5; } /*Open control pannel*/\n\n/*tiddler buttons in beautiful color*/\n.tc-tiddler-controls .tc-image-edit-button { fill:#F37B1D; }/*edit tiddler*/\n.tc-tiddler-controls .tc-image-info-button { fill: #0e90d2; } /*Info button*/\n",
            "created": "20191029092047069",
            "modified": "20210225164757407",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/mono": {
            "title": "$:/plugins/kookma/shiraz/styles/mono",
            "text": ".mono {\n\tcolor:unset;\n\tbackground-color: #f7f7f9;\n\tborder: 1px solid #e1e1e8;\n\twhite-space: pre-wrap;\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: \"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace;\n}",
            "created": "20181010192406005",
            "modified": "20210225164757418",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/multicols/column": {
            "title": "$:/plugins/kookma/shiraz/styles/multicols/column",
            "text": "/* multicolumn layouts with fixed column number works on the whole tiddler */\n.multicol .tc-tiddler-body {\n  column-width: 14em;\n  column-rule: 1px solid #ccc;\n}\n/* two columns responsive*/\n.multicol2 .tc-tiddler-body {\n\tcolumn-count:2; \n\tcolumn-width:15em;\n}\n/* three columns responsive*/\n.multicol3 .tc-tiddler-body {\n\tcolumn-count:3; \n\tcolumn-width:10em;\n}\n\n\n/* remove the extra space from first paragraph */\n.multicol .tc-tiddler-body > :first-child, \n.multicol2 .tc-tiddler-body > :first-child, \n.multicol3 .tc-tiddler-body > :first-child { margin-top: 0;}\n\n/*-------------------------------------------------------------------------------*/\n/* Classes for using with macro and div elements */\n.sh-multicol {\n  column-width: 14em;\n  column-rule: 1px solid #ccc;\n}\n/* two columns responsive*/\n.sh-multicol2 {\n\tcolumn-count:2; \n\tcolumn-width:15em;\n}\n/* three columns responsive*/\n.sh-multicol3 {\n\tcolumn-count:3; \n\tcolumn-width:10em;\n}\n\n/* remove the extra space from first paragraph */\n.sh-multicol  > :first-child,\n.sh-multicol2 > :first-child,\n.sh-multicol3 > :first-child { margin-top: 0;}",
            "created": "20190627204703061",
            "modified": "20210225164757425",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/multicols/flex backup": {
            "title": "$:/plugins/kookma/shiraz/styles/multicols/flex backup",
            "text": "/* multicolumn layout using flexbox courtesy from Bootstrap 4.3.1*/\n.flex-row {\n  display: flex;\n  flex-wrap: wrap;\n  margin-right: -15px;\n  margin-left: -15px;\n}\n.flex-col-1, \n.flex-col-2, \n.flex-col-3 {\n  position: relative;\n  width: 100%;\n  padding-right: 15px;\n  padding-left: 15px;\n}\n\n.flex-col-1{flex: 1 1 0;}\n.flex-col-2{flex: 2 1 0;}\n.flex-col-3{flex: 3 1 0;}\n\n.flex-col-1 > :first-child,\n.flex-col-2 > :first-child,\n.flex-col-3 > :first-child {\n\tmargin-top: 0;}",
            "created": "20191030140900552",
            "modified": "20210225164757446",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/multicols/flex": {
            "title": "$:/plugins/kookma/shiraz/styles/multicols/flex",
            "text": "/* multicolumn layout using flexbox courtesy from Bootstrap 4.3.1*/\n.flex-row {\n   display: flex;\n   flex-direction: row;\n   flex-wrap: wrap;\n/*   margin-right: -15px;\n   margin-left: -15px;*/\n}\n\n.flex-col,\n.flex-col-1, \n.flex-col-2, \n.flex-col-3,\n.flex-col-4 {\n  position: relative;\n  width: 100%;\n  padding-right: 15px;\n  padding-left: 15px;\n}\n\n/* for small screen width>=576px\nhttps://getbootstrap.com/docs/4.3/layout/grid/\n*/\n@media (min-width: 576px) {\n.flex-col   {flex: 1 1 0; max-width: 100%;}\n.flex-col-1 {flex: 0 0 25%; max-width:25%}\n.flex-col-2 {flex: 0 0 50%; max-width:50%}\n.flex-col-3 {flex: 0 0 75%; max-width:75%}\n.flex-col-4 {flex: 0 0 100%; max-width:100%}\n}\n\n.flex-col   > :first-child,\n.flex-col-1 > :first-child,\n.flex-col-2 > :first-child,\n.flex-col-3 > :first-child,\n.flex-col-4 > :first-child {\n  margin-top: 0;}\n\n\n/* Alignment */\n.flex-align-items-center {\n  align-items: center !important;\n}\n.flex-justify-content-center {\n  justify-content: center !important;\n}\n\n.flex-no-gutters {\n  margin-right: 0;\n  margin-left: 0;\n}",
            "created": "20191014193910006",
            "modified": "20210225164757436",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/multicols/storyriver": {
            "title": "$:/plugins/kookma/shiraz/styles/multicols/storyriver",
            "text": "/* create story river in two column layout */\n.tc-story-river {\n  display: flex;\n  flex-wrap: wrap;\n}\n\n.tc-tiddler-frame\n{\n  max-width: 49%; margin-right: 1%;\n  /*max-width: 32%; margin-right: 1%; */\n}\n",
            "created": "20140523214749659",
            "modified": "20210225164757457",
            "tags": "",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/notebook": {
            "title": "$:/plugins/kookma/shiraz/styles/notebook",
            "text": "@media print{\n  .notebook .tc-tiddler-body {\n    padding-left:60px;\n    margin-top:25px;\n  }\n  .notebook .tc-tiddler-title,\n  .notebook .tc-subtitle,\n\t.notebook .tc-tags-wrapper {\n    padding-left:60px;\n  }\n}\n\n@media screen{\n  .notebook .tc-tiddler-title,\n  .notebook .tc-subtitle,\n\t.notebook .tc-tags-wrapper,\n\t.notebook .tc-tiddler-body {\n    padding-left:30px;\n  }\n\n}\t\n\n@media screen and (max-width:960px) {\n  .notebook .tc-tiddler-title,\n  .notebook .tc-subtitle,\n    .notebook .tc-tags-wrapper,\n    .notebook .tc-tiddler-body {\n    padding-left:60px;\n  }\n\n}\n\n.notebook:before {\n    content: '';\n    position: absolute;\n    top: 0; bottom: 0; left: 0;\n    width: 50px;\n    background: radial-gradient(#575450 6px, transparent 7px) repeat-y;\n    background-size: 30px 30px;\n    border-right: 3px solid #D44147;\n\t  z-index:1;\n}\n\n.notebook .tc-tiddler-body {\n\t  position: relative;\n    background: linear-gradient(transparent, transparent 1.95em, #91D1D3 1.95em);\n    background-size: 2em 2em;\n\t  min-height:90px;   \n}\n\n.notebook .tc-tiddler-body{\n\t   padding-top:20px;\n     font-family: \"Handlee\", cursive;\n     font-weight:300;\n     line-height:2em;\n     color:#696969;\n}\n\n/* Setting font for other elements */\n.notebook .tc-tiddler-body pre,\n.notebook .tc-tiddler-body code,\n.notebook .tc-tiddler-body pre code\n{\n  font-family: \"Handlee\", cursive;\n  font-weight:300;\n}",
            "created": "20180412105446259",
            "modified": "20210225164757468",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/semantic/bglowtone-colors": {
            "title": "$:/plugins/kookma/shiraz/styles/semantic/bglowtone-colors",
            "text": "/* Colors taked from [1] https://www.bg-w3schools.bg-com/colors/colors_names.bg-asp \n[2] http://www.bg-workwithcolor.bg-com/color-chart-full-01.bg-htm*/\n/*Low tone background colors*/\n.bg-mistyrose{background-color:#ffe4e1;}\n.bg-lemonchiffon{background-color:#fffacd;}\n.bg-lavenderblush{background-color:#fff0f5;}\n.bg-lavender{background-color:#e6e6fa;}\n.bg-honeydew{background-color:#f0fff0;}\n.bg-lightcyan{background-color:#e0ffff;}\n.bg-aliceblue{background-color:#f0f8ff;}\n.bg-cornsilk{background-color:#fff8dc;}\n.bg-gainsboro{background-color:#dcdcdc;}\n.bg-bisque{background-color:#ffe4c4;}\n.bg-snow{background-color:#fffafa;}",
            "created": "20181029071532524",
            "list": "mistyrose lemonchiffon lavenderblush lavender honeydew lightcyan aliceblue cornsilk gainsboro bisque snow",
            "modified": "20210225164757477",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/sticky-footer": {
            "title": "$:/plugins/kookma/shiraz/styles/sticky-footer",
            "text": ".sticky-footer {\n  position: absolute;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  padding: 0.5rem;\n  background-color: #efefef;\n  text-align: center;\n  margin-top: 5px;\n  box-sizing: border-box;\n  width: 100%;\n}\n",
            "created": "20180907070611557",
            "modified": "20210225164757489",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/tables": {
            "title": "$:/plugins/kookma/shiraz/styles/tables",
            "text": ".table-tight{\n\tfont-size:0.8em;\n}\n\n\n/*\nThis tiddler defines the custom stylesheet for tables \nApril 13, 2018\n*/\n\n/*center aligned table*/\n.table-center {\n margin:0 auto;\n}\n\n/* Table caption at top */\n.table-caption-top caption {\n caption-side:top;\n margin-bottom:0.2rem;\n}\n\n/* Striped row table */\n.table-striped-row tr:nth-child(even) td{\n  background-color:#F3F6F6; \n}\n\n/* Striped column table */\n.table-striped-col tbody tr td:nth-child(odd) {\n\tbackground-color: #F3F6F6;\n}\n\n/*Borderless table*/\n.table-borderless, \n.table-borderless thead td, \n.table-borderless th, \n.table-borderless tr, \n.table-borderless td{\n  border:0;\n}\n\n/* Table lines should be used with table-borderless for abbreviations and two column layout */\n\n.table-lines thead td, .table-lines th{\n   border-bottom: 2px solid #dddddd;\n\t background-color:unset;\n   }\n.table-lines td{\n   border-bottom: 1px solid #dddddd;\n   background-color:unset;\n   }\n\n/* Table hover (yellow background on mouse over) */\n.table-hover tbody tr:hover{\n  color: #212529;\n  background-color: #e6e6e6;\n}\n.table-hover-yellow tbody tr:hover{background-color: #ffffcc;}\n.table-hover-cyan tbody tr:hover{background-color: #e6ffff;}\n\n/* Table with colored header */\n.thead-primary thead td, .thead-primary th{background-color: #007bff; color: #fff;}\n.thead-secondary thead td, .thead-secondary th{background-color: #6c757d; color: #fff;}\n.thead-success thead td, .thead-success th{background-color: #28a745; color: #fff;}\n.thead-warning thead td, .thead-warning th{background-color: #ffc107; color: #fff;}\n.thead-danger thead td, .thead-danger th{background-color: #dc3545; color: #fff;}\n.thead-info thead td, .thead-info th{background-color: #17a2b8; color: #fff;}\n.thead-dark thead td, .thead-dark th{background-color: #343a40; color: #fff;}\n.thead-light thead td, .thead-light th{background-color: #f8f9fa; color: #212529;}\n\n/* Table with colored header correct to fill svgs with white color */\n.thead-primary > thead> tr > td svg, .thead-primary > thead> tr > th svg,\n.thead-secondary > thead> tr > td svg, .thead-secondary > thead> tr > th svg,\n.thead-success > thead> tr > td svg, .thead-success > thead> tr > th svg,\n.thead-warning > thead> tr > td svg, .thead-warning > thead> tr > th svg,\n.thead-danger > thead> tr > td svg, .thead-danger > thead> tr > th svg,\n.thead-info > thead> tr > td svg, .thead-info > thead> tr > th svg,\n.thead-dark > thead> tr > td svg, .thead-dark > thead> tr > th svg\n {fill:#ffffff; padding:0 0 3px 0; }\n\n\n.thead-primary th .tc-tiddlylink, .thead-primary th a,\n.thead-secondary th .tc-tiddlylink, .thead-primary th a,\n.thead-success th .tc-tiddlylink, .thead-primary th a,\n.thead-warning th .tc-tiddlylink, .thead-primary th a,\n.thead-danger th .tc-tiddlylink, .thead-primary th a,\n.thead-info th .tc-tiddlylink, .thead-primary th a,\n.thead-dark th .tc-tiddlylink, .thead-primary th a{color:#ffffff}\n",
            "created": "20180413092232257",
            "modified": "20210225164757501",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/styles/tiddler-title-class": {
            "title": "$:/plugins/kookma/shiraz/styles/tiddler-title-class",
            "text": ".title-primary .tc-title {\n  color: #007bff;\n}\n.title-secondary .tc-title {\n  color: #6c757d;\n}\n.title-success .tc-title {\n  color: #28a745;\n}\n.title-info .tc-title {\n  color: #17a2b8;\n}\n.title-warning .tc-title {\n  color: #ffc107;\n}\n.title-danger .tc-title {\n  color: #dc3545;\n}\n.title-light .tc-title {\n  color: #f8f9fa;\n}\n.title-dark .tc-title {\n  color: #343a40;\n}\n.title-white .tc-title {\n  color: #fff;\n}",
            "created": "20191101112257846",
            "modified": "20210225164757509",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/shiraz/templates/body/color": {
            "title": "$:/plugins/kookma/shiraz/templates/body/color",
            "created": "20200210160016959",
            "modified": "20210225164757519",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "color",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define showCell()\n<style>\n.dt:not(:disabled):dt(.disabled) {cursor: pointer;}\na.dt.disabled,fieldset:disabled a.dt {pointer-events: none;}\n</style>\n<$link overrideClass=\"dt disabled\" to=\"\">\n<$edit-text tag=input type=color tiddler=<<currentRecord>> field=color/>\n</$link>\n\\end\n\n\\define edit_color() <$edit-text tag=input type=color tiddler=<<currentRecord>> field=<<currentColumn>>/>\n<$reveal type=\"nomatch\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<<showCell>>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<!--check if the current column is not selected for sorting-->\n<$list filter=\"[<tempTableSort>getindex[sortIndex]match<currentColumn>]\" variable=ignore\nemptyMessage=<<edit_color>> >\n <<showCell_Locked>>\n</$list>\n</$reveal>"
        },
        "$:/plugins/kookma/shiraz/templates/body/date": {
            "title": "$:/plugins/kookma/shiraz/templates/body/date",
            "created": "20170128100657312",
            "modified": "20210225164757527",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "created modified",
            "type": "text/vnd.tiddlywiki",
            "text": "<td>\n<$view tiddler=<<currentRecord>> field=<<currentColumn>> format=\"date\" template=\"YYYY.0MM.0DD\"/>\n</td>"
        },
        "$:/plugins/kookma/shiraz/templates/body/default": {
            "title": "$:/plugins/kookma/shiraz/templates/body/default",
            "created": "20191125202328213",
            "modified": "20210225164757539",
            "tags": "$:/tags/Table/BodyTemplate",
            "type": "text/vnd.tiddlywiki",
            "text": "<$reveal type=\"nomatch\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<<showCell>>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<!--check if the current column is not selected for sorting-->\n<$list filter=\"[<tempTableSort>getindex[sortIndex]match<currentColumn>]\" variable=ignore\nemptyMessage=<<editCell>> >\n <<showCell_Locked>>\n</$list>\n</$reveal>"
        },
        "$:/plugins/kookma/shiraz/templates/body/due-date": {
            "title": "$:/plugins/kookma/shiraz/templates/body/due-date",
            "created": "20200206191120454",
            "modified": "20210225164757551",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "due-date",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define showCell() <$transclude tiddler=<<currentRecord>> field=<<currentColumn>> mode=\"inline\" />\n\\define showCell_Locked() <span style=\"font-style:oblique;\"><<showCell>></span>\n\\define edit_date() <$edit-text tag=input type=date tiddler=<<currentRecord>> field=<<currentColumn>>/>\n<$reveal type=\"nomatch\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<<showCell>>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<!--check if the current column is not selected for sorting-->\n<$list filter=\"[<tempTableSort>getindex[sortIndex]match<currentColumn>]\" variable=ignore\nemptyMessage=<<edit_date>> >\n <<showCell_Locked>>\n</$list>\n</$reveal>\n\n<!-- Part of Task Manager\n  this template ALWAYS works on fields -->"
        },
        "$:/plugins/kookma/shiraz/templates/body/email": {
            "title": "$:/plugins/kookma/shiraz/templates/body/email",
            "created": "20191202210913762",
            "modified": "20210225164757559",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "email",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define display-email-address()\n<a class=\"tc-tiddlylink-external\" href=\"mailto:$(currentRecord)$!!$(currentColumn)$\" rel=\"noopener noreferrer\" target=\"_blank\">\n<<showCell>>\n</a>\n\\end\n\\define display-email-address_Locked()\n<a class=\"tc-tiddlylink-external\" href=\"mailto:$(currentRecord)$!!$(currentColumn)$\" rel=\"noopener noreferrer\" target=\"_blank\">\n<<showCell_Locked>>\n</a>\n\\end\n\n<$reveal type=\"nomatch\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<<display-email-address>>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<!--check if the current column is not selected for sorting-->\n<$list filter=\"[<tempTableSort>getindex[sortIndex]match<currentColumn>]\" variable=ignore\nemptyMessage=<<editCell>> >\n<<display-email-address_Locked>>\n</$list>\n</$reveal>\n\n"
        },
        "$:/plugins/kookma/shiraz/templates/body/priority": {
            "title": "$:/plugins/kookma/shiraz/templates/body/priority",
            "created": "20200424102701026",
            "modified": "20210225164757572",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "priority",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define circle(color, fill)\n<svg width=\"12\" height=\"12\" >\n<circle cx=\"6\" cy=\"6\" r=\"5\" stroke=<<__color__>>  fill=<<__fill__>> stroke-width=\"1\"/>\n</svg>\n\\end\n\n\\define showCell()\n<$list filter=\"[<currentRecord>get<currentColumn>match[very high]]\" variable=ignore>\n<$macrocall $name=\"circle\" color=\"#dc3545\" fill=\"#f8d7da\"/>\n</$list>\n<$list filter=\"[<currentRecord>get<currentColumn>match[high]]\" variable=ignore>\n<$macrocall $name=\"circle\" color=\"#ff8c00\" fill=\"#fff3cd\"/>\n</$list>\n<$list filter=\"[<currentRecord>get<currentColumn>match[normal]]\" variable=ignore>\n<$macrocall $name=\"circle\" color=\"#17a2b8\" fill=\"#d1ecf1\"/>\n</$list>\n<$list filter=\"[<currentRecord>get<currentColumn>match[low]]\" variable=ignore>\n<$macrocall $name=\"circle\" color=\"#007bff\" fill=\"#cce5ff\"/>\n</$list>\n<$list filter=\"[<currentRecord>get<currentColumn>match[very low]]\" variable=ignore>\n<$macrocall $name=\"circle\" color=\"#6c757d\" fill=\"#e2e3e5\"/>\n</$list>\n&nbsp; <$transclude tiddler=<<currentRecord>> field=<<currentColumn>> />\n\\end\n\n\\define showCell_Locked() <span style=\"font-style:oblique;\"><<showCell>></span>\n\n\\define select_priority()\n<$select tiddler=<<currentRecord>> field=<<currentColumn>> default=\"\"><option value=''>Select...</option><option value='very high'>very high</option><option value='high'>high</option><option value='normal'>normal</option><option value='low'>low</option><option value='very low'>very low</option><option value=''>no priority</option></$select>\n\\end\n\n\n<$reveal type=\"nomatch\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<<showCell>>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<!--check if the current column is not selected for sorting-->\n<$list filter=\"[<tempTableSort>getindex[sortIndex]match<currentColumn>]\" variable=ignore\nemptyMessage=<<select_priority>>   >\n <<showCell_Locked>>\n</$list>\n<$reveal>\n\n<!-- Part of Task Manager\n   this template ALWAYS works on fields\n  -->"
        },
        "$:/plugins/kookma/shiraz/templates/body/status": {
            "title": "$:/plugins/kookma/shiraz/templates/body/status",
            "created": "20200424100127763",
            "modified": "20210225164757583",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "status",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define showCell() <$transclude tiddler=<<currentRecord>> field=<<currentColumn>> mode=\"inline\" />\n\\define showCell_Locked() <span style=\"font-style:oblique;\"><<showCell>></span>\n\\define select_status()\n<$select tiddler=<<currentRecord>> field=<<currentColumn>> default=\"\"><option value=''>Select...</option><option value='open'>open</option><option value='not started'>not started</option><option value='in-work'>in-work</option><option value='on-hold'>on-hold</option><option value='complete'>complete</option><option value='rework'>rework</option><option value='closed'>closed</option></$select>\n\\end\n\n<$reveal type=\"nomatch\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<<showCell>>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<!--check if the current column is not selected for sorting-->\n<$list filter=\"[<tempTableSort>getindex[sortIndex]match<currentColumn>]\" variable=ignore\nemptyMessage=<<select_status>>   >\n <<showCell_Locked>>\n</$list>\n</$reveal>\n\n<!-- Part of Task Manager\n  this template ALWAYS works on fields -->"
        },
        "$:/plugins/kookma/shiraz/templates/body/tags": {
            "title": "$:/plugins/kookma/shiraz/templates/body/tags",
            "created": "20191125193831767",
            "modified": "20210225164757590",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "tags",
            "type": "text/vnd.tiddlywiki",
            "text": "<$reveal type=\"nomatch\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<$list filter=\"[title<currentRecord>tags[]]\">\n<span class=\"tc-tag-list-item\" >\n<$set name=\"transclusion\" value=<<currentTiddler>>>\n<$macrocall $name=\"tag-pill-body\" tag=<<currentTiddler>> icon={{!!icon}} colour={{!!color}} palette={{$:/palette}} element-tag=\"\"\"$button\"\"\" element-attributes=\"\"\"popup=<<tempTagPopup>> dragFilter='[all[current]tagging[]]' tag='span'\"\"\"/>\n<$reveal state=<<tempTagPopup>> style=\"position:absolute; z-index:9999;\" type=\"popup\" position=\"below\" animate=\"yes\" class=\"tc-drop-down\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</$set>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]\" variable=\"listItem\"> \n<$transclude tiddler=<<listItem>>/> \n</$list>\n<hr>\n<$macrocall $name=\"list-tagged-draggable\" tag=<<currentTiddler>>/>\n</$reveal>\n</$set>\n</span>\n</$list>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<!--check if the current column is not selected for sorting-->\n<$list filter=\"[<tempTableSort>getindex[sortIndex]match<currentColumn>]\" variable=ignore\nemptyMessage=<<editCell>> >\n <<showCell_Locked>>\n</$list>\n</$reveal>"
        },
        "$:/plugins/kookma/shiraz/templates/body/tbl-checkbox": {
            "title": "$:/plugins/kookma/shiraz/templates/body/tbl-checkbox",
            "created": "20200206150644636",
            "modified": "20210225164757600",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "tbl-checkbox",
            "type": "text/vnd.tiddlywiki",
            "text": "<td style=\"width:28px;text-align:center;\">\n<$checkbox tiddler=<<currentRecord>> tag=\"done\"\ncheckactions=\"\"\"<$action-setfield $tiddler=<<tempTableStyle>> $index=<<currentRecord>> $value=\"color:#155724;background-color:#d4edda;\" /><$action-setfield $tiddler=<<currentRecord>> status=\"complete\"/>\"\"\"\nuncheckactions=\"\"\"<$action-setfield $tiddler=<<tempTableStyle>> $index=<<currentRecord>> /><$action-setfield $tiddler=<<currentRecord>> status=\"rework\"/>\"\"\" />\n</td>"
        },
        "$:/plugins/kookma/shiraz/templates/body/tbl-clone": {
            "title": "$:/plugins/kookma/shiraz/templates/body/tbl-clone",
            "created": "20201203153613838",
            "modified": "20210225164757608",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "tbl-clone",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define cloneTiddler() <$action-createtiddler $basetitle=<<currentRecord>> $template=<<currentRecord>> />\n\n<$list filter=\"[<tempTableEdit>getindex[mode]match[edit]]\" variable=ignore>\n<td style=\"width:28px;text-align:center;\">\n  <$button actions=<<cloneTiddler>> class=\"tc-btn-invisible\">\n\t  {{$:/core/images/clone-button}}\n\t</$button>\n</td>\n</$list>"
        },
        "$:/plugins/kookma/shiraz/templates/body/tbl-delete": {
            "title": "$:/plugins/kookma/shiraz/templates/body/tbl-delete",
            "created": "20170212101814663",
            "modified": "20210225164757618",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "tbl-delete",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[<tempTableEdit>getindex[mode]match[edit]]\" variable=ignore>\n<td style=\"width:28px;text-align:center;\">\n  <$button class=\"tc-btn-invisible\">\n    <$action-sendmessage $message=\"tm-delete-tiddler\" $param=<<currentRecord>>/>\n    {{$:/core/images/delete-button}}\n  </$button>\n</td>\n</$list>"
        },
        "$:/plugins/kookma/shiraz/templates/body/tbl-expand": {
            "title": "$:/plugins/kookma/shiraz/templates/body/tbl-expand",
            "created": "20200209072642825",
            "modified": "20210225164757625",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "tbl-expand",
            "type": "text/vnd.tiddlywiki",
            "text": "<$reveal type=\"nomatch\" state=<<tempPathExpand>> text=\"show\" tag=\"td\">\n  <$button class=\"tc-btn-invisible tc-tiddlylink\">\n    <$action-setfield $tiddler=<<tempTableExpand>> $index=<<currentRecord>> $value=\"show\" />\n    {{$:/core/images/right-arrow}}\n  </$button>\n</$reveal>\n<$reveal type=\"match\" state=<<tempPathExpand>> text=\"show\" tag=\"td\">\n  <$button class=\"tc-btn-invisible tc-tiddlylink\">\n    <$action-setfield $tiddler=<<tempTableExpand>> $index=<<currentRecord>>/>\n    {{$:/core/images/down-arrow}}\n  </$button>\n</$reveal>"
        },
        "$:/plugins/kookma/shiraz/templates/body/title": {
            "title": "$:/plugins/kookma/shiraz/templates/body/title",
            "created": "20170128100357203",
            "modified": "20210225164757640",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "title",
            "type": "text/vnd.tiddlywiki",
            "text": "<td>\n<$link to=<<currentRecord>>><$text text=<<currentRecord>> /></$link>\n</td>"
        },
        "$:/plugins/kookma/shiraz/templates/body/type": {
            "title": "$:/plugins/kookma/shiraz/templates/body/type",
            "created": "20200210063953546",
            "modified": "20210225164757651",
            "tags": "$:/tags/Table/BodyTemplate",
            "tbl-column-list": "type",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define showCell() <$transclude tiddler=<<currentRecord>> field=<<currentColumn>> mode=\"inline\" />\n<td>\n<<showCell>>\n</td>\n<!-- Note that the showCell here overrides the global showCell from table-dynamic macro -->"
        },
        "$:/plugins/kookma/shiraz/templates/footer/default": {
            "title": "$:/plugins/kookma/shiraz/templates/footer/default",
            "created": "20200130171717175",
            "modified": "20210225164757657",
            "tags": "$:/tags/Table/FooterTemplate",
            "type": "text/vnd.tiddlywiki",
            "text": "<$vars idx={{{ [<currentColumn>addsuffix[/]addsuffix<footerRow>] }}}>\n<$set name=getFieldOrIndex filter=\"[<fieldOrIndex>]-index\" value=\"get\" emptyValue=\"getindex\">\n<$reveal type=\"nomatch\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<$transclude tiddler=<<tempTableFooter>> index=<<idx>> mode=\"inline\" />\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tempTableEdit>> stateIndex=\"mode\" text=\"edit\" tag=\"td\">\n<$edit-text tiddler=<<tempTableFooter>> index=<<idx>> tag=\"input\" class=\"shiraz-dtable-textbox\"/>\n</$reveal>\n</$set>\n</$vars>"
        },
        "$:/plugins/kookma/shiraz/templates/footer/tbl-clone": {
            "title": "$:/plugins/kookma/shiraz/templates/footer/tbl-clone",
            "created": "20201203155343568",
            "modified": "20210225164757669",
            "tags": "$:/tags/Table/FooterTemplate",
            "tbl-column-list": "tbl-clone",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[<tempTableEdit>getindex[mode]match[edit]]\" variable=ignore>\n<td></td>\n</$list>"
        },
        "$:/plugins/kookma/shiraz/templates/footer/tbl-delete": {
            "title": "$:/plugins/kookma/shiraz/templates/footer/tbl-delete",
            "created": "20200130174835714",
            "modified": "20210225164757676",
            "tags": "$:/tags/Table/FooterTemplate",
            "tbl-column-list": "tbl-delete",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[<tempTableEdit>getindex[mode]match[edit]]\" variable=ignore>\n<td></td>\n</$list>"
        },
        "$:/plugins/kookma/shiraz/templates/footer/tbl-expand": {
            "title": "$:/plugins/kookma/shiraz/templates/footer/tbl-expand",
            "created": "20200130173518861",
            "modified": "20210225164757687",
            "tags": "$:/tags/Table/FooterTemplate",
            "tbl-column-list": "tbl-expand",
            "type": "text/vnd.tiddlywiki",
            "text": "<td style=\"width:28px;\"></td>"
        },
        "$:/plugins/kookma/shiraz/templates/header/default": {
            "title": "$:/plugins/kookma/shiraz/templates/header/default",
            "created": "20170205223914688",
            "modified": "20210225164757695",
            "tags": "$:/tags/Table/HeaderTemplate",
            "type": "text/vnd.tiddlywiki",
            "text": "<$reveal type=\"nomatch\" stateTitle=<<tempTableSort>> stateIndex=\"sortIndex\" text=<<currentColumn>> tag=\"th\">\n<$button setTitle=<<tempTableSort>> setIndex=\"sortIndex\" setTo=<<currentColumn>> class=\"tc-btn-invisible tc-tiddlylink\" >\n<$action-setfield $tiddler=<<tempTableSort>> $index=\"hasnegate\" $value=\"false\"/>\n<$action-setfield $tiddler=<<tempTableSort>> $index=\"negate\" $value=\"\"/>\n<span style=\"text-transform: capitalize;\"><<currentColumn>></span>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tempTableSort>> stateIndex=\"sortIndex\" text=<<currentColumn>> tag=\"th\">\n<$list filter=\"[<tempTableSort>getindex[hasnegate]match[false]]\" variable=ignore><!--set negate for sort-->\n<$button setTitle=<<tempTableSort>> setIndex=\"hasnegate\" setTo=\"true\" class=\"tbl-sort-svg tc-btn-invisible tc-tiddlylink\" >\n<$action-setfield $tiddler=<<tempTableSort>> $index=\"negate\" $value=\"!\"/>\n<span style=\"text-transform: capitalize;\"><<currentColumn>></span> {{$:/core/images/down-arrow}}\n</$button>\n</$list>\n<$list filter=\"[<tempTableSort>getindex[hasnegate]match[true]]\" variable=ignore><!--remove negate for sort-->\n<$button setTitle=<<tempTableSort>> setIndex=\"hasnegate\" setTo=\"false\" class=\"tbl-sort-svg tc-btn-invisible tc-tiddlylink\" >\n<$action-setfield $tiddler=<<tempTableSort>> $index=\"negate\" $value=\"\"/>\n<span style=\"text-transform: capitalize;\"><<currentColumn>></span> {{$:/core/images/up-arrow}}\n</$button>\n</$list>\n</$reveal>\n"
        },
        "$:/plugins/kookma/shiraz/templates/header/tbl-checkbox": {
            "title": "$:/plugins/kookma/shiraz/templates/header/tbl-checkbox",
            "created": "20200206151157578",
            "modified": "20210225164757704",
            "tags": "$:/tags/Table/HeaderTemplate",
            "tbl-column-list": "tbl-checkbox",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define chk-checkactions()\n<$list filter=\"[subfilter<inputFilter>]\" variable=\"currentRecord\">\n<$action-listops $tiddler=<<currentRecord>> $tags=\"+[append[done]]\" />\n<$action-setfield $tiddler=<<currentRecord>> status=\"complete\"/>\n<$action-setfield $tiddler=<<tempTableStyle>> $index=<<currentRecord>> $value=\"color:#155724;background-color:#d4edda;\" />\n</$list>\n\\end\n\\define chk-uncheckactions()\n<$list filter=\"[subfilter<inputFilter>]\" variable=\"currentRecord\">\n<$action-listops $tiddler=<<currentRecord>> $tags=\"+[remove[done]]\" />\n<$action-setfield $tiddler=<<currentRecord>> status=\"rework\"/>\n<$action-setfield $tiddler=<<tempTableStyle>> $index=<<currentRecord>> />\n</$list>\n\\end\n\n<th style=\"width:28px;\">\n<$checkbox checkactions=<<chk-checkactions>> uncheckactions=<<chk-uncheckactions>> />\n</th>"
        },
        "$:/plugins/kookma/shiraz/templates/header/tbl-clone": {
            "title": "$:/plugins/kookma/shiraz/templates/header/tbl-clone",
            "created": "20201203155440168",
            "modified": "20210304180419476",
            "tags": "$:/tags/Table/HeaderTemplate",
            "tbl-column-list": "tbl-clone",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[<tempTableEdit>getindex[mode]match[edit]]\" variable=ignore>\n<th style=\"width:28px;text-align:center;\">\n<span>\n<$button class=\"tc-btn-invisible\" disabled=yes tooltip=\"disabled button\" style=\"cursor:default\">\n{{$:/core/images/clone-button}}\n</$button>\n</span>\n</th>\n</$list>"
        },
        "$:/plugins/kookma/shiraz/templates/header/tbl-delete": {
            "title": "$:/plugins/kookma/shiraz/templates/header/tbl-delete",
            "created": "20170212102107998",
            "modified": "20210225164757724",
            "tags": "$:/tags/Table/HeaderTemplate",
            "tbl-column-list": "tbl-delete",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[<tempTableEdit>getindex[mode]match[edit]]\" variable=ignore>\n<th style=\"width:28px;text-align:center;\">\n  <span>\n  <$button class=\"tc-btn-invisible\">\n    <$action-setfield $tiddler=\"$:/temp/tables/delete-all\" text=<<currentTable>>/>\n    {{$:/core/images/delete-button}}\n  </$button>\n  </span>\n</th>\n</$list>"
        },
        "$:/plugins/kookma/shiraz/templates/header/tbl-expand": {
            "title": "$:/plugins/kookma/shiraz/templates/header/tbl-expand",
            "created": "20200209072944418",
            "modified": "20210225164757735",
            "tags": "$:/tags/Table/HeaderTemplate",
            "tbl-column-list": "tbl-expand",
            "type": "text/vnd.tiddlywiki",
            "text": "<th style=\"width:28px;\">\n  <$list filter=\"[<tempTableExpand>indexes[]limit[1]]\">\n      <$button class=\"tc-btn-invisible\">{{$:/core/images/fold-button}}\n        <$action-setfield $tiddler=<<tempTableExpand>> text=\"\"/>\n      </$button>\n  </$list>\n</th>"
        },
        "$:/plugins/kookma/shiraz/ui/ControlPanel/Settings": {
            "title": "$:/plugins/kookma/shiraz/ui/ControlPanel/Settings",
            "caption": "Shiraz",
            "created": "20191018054657077",
            "list-after": "$:/core/ui/ControlPanel/Settings/TiddlyWiki",
            "modified": "20210225164757743",
            "tags": "$:/tags/ControlPanel/SettingsTab $:/tags/MoreSideBar",
            "type": "text/vnd.tiddlywiki",
            "text": "These settings let you customise the behaviour of Shiraz plugin.\n\n---\n\n;Show Shiraz setting in more sidebar\n:<$checkbox tiddler=\"$:/plugins/kookma/shiraz/ui/ControlPanel/Settings\" tag=\"$:/tags/MoreSideBar\"> Show setting in more sidebar</$checkbox>\n\n;Options\n:<$checkbox tiddler=\"$:/plugins/kookma/shiraz/styles/multicols/storyriver\" tag=\"$:/tags/Stylesheet\"> Multicolumn story river</$checkbox>\n:<$checkbox tiddler=\"$:/plugins/kookma/shiraz/styles/misc/ui-buttons\" tag=\"$:/tags/Stylesheet\"> Colorful UI buttons</$checkbox>\n:<$checkbox tiddler=\"$:/plugins/kookma/shiraz/styles/misc/tiddler-button-visibility\" tag=\"$:/tags/Stylesheet\"> Tiddler visibility on mouse hover</$checkbox>\n:<$checkbox tiddler=\"$:/plugins/kookma/shiraz/styles/misc/edit-buttons\" tag=\"$:/tags/Stylesheet\"> Traffic lights for edit toolbar buttons</$checkbox>\n:<$checkbox tiddler=\"$:/plugins/kookma/shiraz/styles/colorful-sidebar-tab\" tag=\"$:/tags/Stylesheet\"> Colorify sidebar tabs</$checkbox>\n\n\n\n\n"
        },
        "$:/plugins/kookma/shiraz/viewtemplates/sticky-footer": {
            "title": "$:/plugins/kookma/shiraz/viewtemplates/sticky-footer",
            "created": "20180907071314793",
            "modified": "20210225164757753",
            "tags": "$:/tags/ViewTemplate",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[all[current]has[sticky-footer]]\">\n<div class=\"sticky-footer\">\n{{!!sticky-footer}}\n</div>\n</$list>\n"
        }
    }
}
/*Edit buttons as traffic lights*/
.tc-tiddler-controls .tc-image-delete-button {fill:#ebb;}
.tc-tiddler-controls .tc-image-cancel-button {fill:#ed9;}
.tc-tiddler-controls .tc-image-done-button {fill:#beb;}
/* Mouseover toolbar visibility: courtesy from Tobias Beer*/
.tc-tiddler-frame .tc-titlebar button {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
.tc-tiddler-frame:hover .tc-titlebar button {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* create story river in two column layout */
.tc-story-river {
  display: flex;
  flex-wrap: wrap;
}

.tc-tiddler-frame
{
  max-width: 49%; margin-right: 1%;
  /*max-width: 32%; margin-right: 1%; */
}
{
    "tiddlers": {
        "$:/plugins/kookma/solution/buttons/pagecontrol": {
            "title": "$:/plugins/kookma/solution/buttons/pagecontrol",
            "caption": "{{$:/plugins/kookma/solution/image/question-circle.svg}} {{$:/language/Buttons/Solution/Caption}}",
            "created": "20181107195113131",
            "description": "{{$:/language/Buttons/Solution/Hint}}",
            "modified": "20200317220303300",
            "tags": "$:/tags/PageControls",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define new-solution()\n<$action-sendmessage \n    $message=\"tm-new-tiddler\"\n    keywords=\"\"\n    tags=\"solution\"\n    responder=\"\"\n    url=\"\" />\n\\end\n\n\n<$button \n actions=<<new-solution>> \n tooltip={{$:/language/Buttons/Solution/Hint}} \n aria-label={{$:/language/Buttons/Solution/Caption}} \n class=<<tv-config-toolbar-class>> >\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/plugins/kookma/solution/image/question-circle.svg}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Solution/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/language/Buttons/Solution/Caption": {
            "title": "$:/language/Buttons/Solution/Caption",
            "created": "20190816080549398",
            "creator": "Mohammad",
            "modified": "20200318070045923",
            "modifier": "Mohammad",
            "type": "text/vnd.tiddlywiki",
            "text": "solution"
        },
        "$:/language/Buttons/Solution/Hint": {
            "title": "$:/language/Buttons/Solution/Hint",
            "created": "20190816080652314",
            "creator": "Mohammad",
            "modified": "20200318070106059",
            "modifier": "Mohammad",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Create new solution"
        },
        "$:/plugins/kookma/solution/history": {
            "title": "$:/plugins/kookma/solution/history",
            "created": "20200317173938372",
            "modified": "20200317192434399",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Full change log  https://kookma.github.io/TW-Solution/#ChangeLog\n\n* ''1.1.0'' -- 2020.03.17 -- fixed issues on empty responder field\n* ''1.0.0'' -- 2018.10.06 -- initial public release\n"
        },
        "$:/plugins/kookma/solution/image/question-circle.svg": {
            "title": "$:/plugins/kookma/solution/image/question-circle.svg",
            "created": "20181107194817157",
            "modified": "20200317220303294",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg class=\"tc-image-button\" viewBox=\"0 0 512 512\" width=\"22pt\" height=\"22pt\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z\"/></svg>\n<!--\nFont Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com\nLicense - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n-->"
        },
        "$:/plugins/kookma/solution/license": {
            "title": "$:/plugins/kookma/solution/license",
            "created": "20200317173938372",
            "modified": "20200317174007692",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Distributed under an MIT license.\n\nCopyright (c) 2020 [[Mohammad Rahmani|https://github.com/kookma]]\n\n<<<\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n<<<"
        },
        "$:/plugins/kookma/solution/readme": {
            "title": "$:/plugins/kookma/solution/readme",
            "created": "20200317173938373",
            "modified": "20200317212331136",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "; Solution plugin\nThere are many questions and answers in [[TW Google forum|https://groups.google.com/forum/#!forum/tiddlywiki]], some of them shows elegant solution to raised questions and worth to be documented in a manner to be accessible easily later on.\n\nSolution is a small plugin to create solution tiddlers. It adds a button to page controls, on click, creates a tiddler tagged with `solution`, contains `keywords`, `responder`, and `url` fields. It then uses a view template to show the `responder` (author), reference post (`url`), and the `keywords` in a semantic way.\n\nThe `keywords` field acts like tags, so, clicking on them shows a list of all tiddlers tagged with this keyword or has this keyword in its `keywords` field.\n\n; Code and demo\nFor learning plugin features, syntax, tutorial and examples see the plugin demo and code pages\n\n* Demo: https://kookma.github.io/TW-Solution/\n* Code: https://github.com/kookma/TW-Solution\n"
        },
        "$:/plugins/kookma/solution/stylesheet/header-segment": {
            "title": "$:/plugins/kookma/solution/stylesheet/header-segment",
            "created": "20181107195138316",
            "modified": "20200317220303289",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css",
            "text": ".sl-header{\n  color: #383d41;\n  background-color: #e2e3e5;\n  border-color: #d6d8db;\n  padding: 0.75rem 1.25rem;\n  margin-bottom: 1rem;\n  border-radius: 0.25rem;\n}\n\n.sl-keywords {\n   display: inline-block;\n    padding: 0.16em 0.7em;\n    font-size: 0.9em;\n    font-weight: 400;\n    line-height: 1.2em;\n    color: #333333;\n    white-space: nowrap;\n    vertical-align: baseline;\n    border-radius: 1em;\n    background-color:#FFFFF0;\n}\n\n/*remove the blue border on button focus */\n.sl-keywords {\n  outline:none;\n} "
        },
        "$:/plugins/kookma/solution/template/keywords": {
            "title": "$:/plugins/kookma/solution/template/keywords",
            "created": "20181107203051789",
            "modified": "20200317220303318",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define keywords-body(kwd)\n<$list filter=\"[tag[$kwd$]] [search:keywords[$kwd$]]\" variable=\"itemTid\">\n<$link to=<<itemTid>> ><$text text=<<itemTid>>/></$link>\n</$list>\n\\end\n<!-- keywords-body lists all tiddler tagged with kwd or have kwd in their keywords field -->\n\n<$set name=\"transclusion\" value=<<qualify \"$:/state/popup/tag\">> >\n<$button class=\"tc-btn-invisible sl-keywords\" popup=<<transclusion>> >\n<$text text=<<currentTiddler>>/>\n</$button>\n<$reveal state=<<transclusion>> type=\"popup\" position=\"below\" animate=\"yes\" class=\"tc-drop-down\">\n<$link to=<<currentTiddler>> ><$text text=<<currentTiddler>>/></$link>\n<hr>\n<$macrocall $name=\"keywords-body\" kwd=<<currentTiddler>> />\n</$reveal>\n</$set>\n"
        },
        "$:/plugins/kookma/solution/ui/search-in-fields": {
            "title": "$:/plugins/kookma/solution/ui/search-in-fields",
            "caption": "In Fields",
            "created": "20141231095518178",
            "list-before": "$:/core/ui/AdvancedSearch/Filter",
            "modified": "20200317220303305",
            "tags": "$:/tags/AdvancedSearch",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define selectedFields() title caption tags keywords responder\n\\define searchInField(field, for, ci)\n<$list filter=\"[!is[shadow]!is[system]regexp:$field$[$for$$ci$]limit[1]]\">\n<dt>$field$</dt>\n</$list>\n\n<$list filter=\"[!is[shadow]!is[system]regexp:$field$[$for$$ci$]]\">\n<dd><$link><$view field=\"title\"/></$link></dd>\n</$list>\n\\end\n\n<style>.tc-advanced-search-check input {width:auto !important;}</style>\n\nSearch in fields... &nbsp; <span class=\"tc-advanced-search-check\"><$checkbox field=\"case-insensitive\" tiddler=\"$:/temp/infieldsearch\" checked=\"(?i)\"> case insensitive</$checkbox></span>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/infieldsearch\" type=\"search\" tag=\"input\" placeholder=\"search terms\" default=\"\"/> <$select field=\"field\" tiddler=\"$:/temp/infieldsearch\" default=\"*\">\n<optgroup label='Selected'>\n<$list filter=<<selectedFields>> variable=\"field\">\n<option value=<<field>>><<field>></option>\n</$list>\n</optgroup>\n<optgroup label='Other'>\n<option value=\"\">*any</option>\n<$list filter=\"[!is[shadow]!is[system]fields[]sort[]] -[enlist<selectedFields>]\" variable=\"field\">\n<option value=<<field>>><<field>></option>\n</$list>\n</optgroup>\n</$select>\n<$reveal state=\"$:/temp/infieldsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/infieldsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal state=\"$:/temp/infieldsearch\" type=\"nomatch\" text=\"\">\n<$reveal state=\"$:/temp/infieldsearch!!field\" type=\"match\" text=\"\">\n<dl>\n<$list filter=\"[!is[shadow]!is[system]fields[]]\" variable=\"field\">\n\n<$reveal type=nomatch text=text default=<<field>>>\n<$macrocall $name=\"searchInField\" field=<<field>> for={{$:/temp/infieldsearch}} ci={{$:/temp/infieldsearch!!case-insensitive}}/>\n</$reveal>\n</$list>\n</dl>\n</$reveal>\n<$reveal state=\"$:/temp/infieldsearch!!field\" type=\"nomatch\" text=\"\">\n\n<dl>\n<$macrocall $name=\"searchInField\" field={{$:/temp/infieldsearch!!field}} for={{$:/temp/infieldsearch}} ci={{$:/temp/infieldsearch!!case-insensitive}}/>\n</dl>\n</$reveal>\n</$reveal>"
        },
        "$:/plugins/kookma/solution/viewtemplate/header-segment": {
            "title": "$:/plugins/kookma/solution/viewtemplate/header-segment",
            "created": "20181107195214597",
            "list-before": "$:/core/ui/ViewTemplate/body",
            "modified": "20200317220303324",
            "tags": "$:/tags/ViewTemplate",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[all[current]tag[solution]]\">\n<div class=\"sl-header\">\n<$set name=responders tiddler=<<currentTiddler>> field=\"responder\" emptyValue=\"[[Not set yet]]\">\n''Ref'': <a href={{!!url}} target=\"_blank\"><$list filter=\"[enlist<responders>join[, ]]\" variable=item><$text text=<<item>> /></$list></a><br>\n''Keywords'': <$list filter={{!!keywords}} template=\"$:/plugins/kookma/solution/template/keywords\" />\n</$set>\n</div>\n</$list>\n\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/kookma/tamasha/animations/slideIn": {
            "title": "$:/plugins/kookma/tamasha/animations/slideIn",
            "text": "/* https://www.w3schools.com/w3css/w3css_animate.asp*/\n.tamasha-animation-slidedown{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}\n.tamasha-animation-slideleft{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}\n.tamasha-animation-slideright{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}\n.tamasha-animation-slideup{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}\n.tamasha-animation-slidezoom {animation:animatezoom 0.8s ease-out}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}",
            "created": "20210130184033628",
            "modified": "20210131150814704",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/history": {
            "title": "$:/plugins/kookma/tamasha/history",
            "created": "20210107204722366",
            "modified": "20210206063137311",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Full change log  https://kookma.github.io/TW-Tamasha/#ChangeLog\n\n* ''0.5.0'' -- 2021.02.10 -- maintenance release\n* ''0.4.2'' -- 2021.02.02 -- linear scaling of font size, new kimia theme\n* ''0.4.1'' -- 2021.02.01 -- css and ui cleanup\n* ''0.4.0'' -- 2021.01.27 -- dynamic font size for slide\n* ''0.3.0'' -- 2021.01.25 -- new shortcut keys, new transition effects for progress bar\n* ''0.2.0'' -- 2021.01.24 -- beta release\n* ''0.1.0'' -- 2020.12.12 -- alpha release\n"
        },
        "$:/plugins/kookma/tamasha/license": {
            "title": "$:/plugins/kookma/tamasha/license",
            "created": "20210107204722371",
            "modified": "20210129140611672",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Distributed under an MIT license.\n\nCopyright (c) 2020 - 2021 [[Mohammad Rahmani|https://github.com/kookma]]\n\n<<<\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n<<<"
        },
        "$:/plugins/kookma/tamasha/macros/frame": {
            "title": "$:/plugins/kookma/tamasha/macros/frame",
            "created": "20210119143256561",
            "modified": "20210131165620152",
            "tags": "$:/tags/Macro/Tamasha",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define presentation-frame-focus-selector() .$(myState)$\n\\define presentation-frame-class() tamasha-presentation-frame $(myState)$\n\n\\define slideBackground() [<stateNavigatorTid>get[text]] ~[tag<mainTag>first[]] :and[get[background]addprefix[background-color:]addsuffix[;]]\n"
        },
        "$:/plugins/kookma/tamasha/macros/navigator": {
            "title": "$:/plugins/kookma/tamasha/macros/navigator",
            "created": "20201231071150623",
            "modified": "20210129140329956",
            "tags": "$:/tags/Macro/Tamasha",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define stateNavigatorTid()  $:/state/tamasha/navigator/$(currentTiddler)$/$(myState)$\n\\define loopSlides()    [tag<mainTag>$(loopState)$[]]\n\n\\define goHome() <$action-setfield $tiddler=<<stateNavigatorTid>> text={{{[tag<mainTag>first[]]}}}/>\n\\define goEnd()  <$action-setfield $tiddler=<<stateNavigatorTid>> text={{{[tag<mainTag>last[]]}}}/>\n\n\n\n\\define nextSlide()     \n<$vars currentTid={{{[<stateNavigatorTid>get[text]] ~[tag<mainTag>first[]]}}}>\n<$list filter=\"[<loopShow>match[yes]then[first]else[last]]\" variable=\"loopState\">\n<$action-setfield $tiddler=<<stateNavigatorTid>> \n  text={{{ [tag<mainTag>after<currentTid>]  ~[subfilter<loopSlides>] }}}     />\n</$list>\t\n</$vars>\n\\end\n\n\\define previousSlide()\n<$vars currentTid={{{[<stateNavigatorTid>get[text]]}}}>\n<$list filter=\"[<loopShow>match[yes]then[last]else[first]]\" variable=\"loopState\">\n<$action-setfield $tiddler=<<stateNavigatorTid>> \n  text={{{ [tag<mainTag>before<currentTid>]  ~[subfilter<loopSlides>] }}}     />\n</$list>\t\t\n</$vars>\n\\end\n\n\\define navigator()\n<$list filter=\"[<stateNavigatorTid>get[text]] ~[tag<mainTag>first[]]\" variable=\"currentSlide\"  emptyMessage=\"No slide existed or wrong input\">\n\t<div class=<<animationClass>> ><!-- this div also used for flexbox layout -->\n\t<$transclude tiddler=<<myTemplate>> mode=block/>\n\t</div>\n</$list> \n\\end"
        },
        "$:/plugins/kookma/tamasha/macros/presenter": {
            "title": "$:/plugins/kookma/tamasha/macros/presenter",
            "created": "20210122151112086",
            "modified": "20210207044748502",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define presenter(tag, loop:\"no\", footer:\"\", template:\"vanilla\", theme:\"vanda\", animation, state)\n\\import [all[tiddlers+shadows]tag[$:/tags/Macro/Tamasha]]\n<$vars\n mainTag=<<__tag__>>\n loopShow=<<__loop__>>\n slideFooter=<<__footer__>> \n myTemplate={{{ [all[tiddlers+shadows]tag[$:/tags/Tamasha/Template]search:title<__template__>] ~$:/plugins/kookma/tamasha/templates/vanilla }}}   \n myTheme={{{ [all[tiddlers+shadows]tag[$:/tags/Tamasha/Theme]getindex<__theme__>] ~[<__theme__>] }}}\n animationClass={{{[<__animation__>trim[]!is[blank]addprefix[tamasha-animation-]]}}}\n myState={{{ [<__state__>trim[]is[blank]then[presenter]else<__state__>addsuffix<qualify>] }}}\n SlidesCount={{{[tag<__tag__>count[]]}}}\n >\n<$keyboard key=\"F\" actions=<<toggle-presentation-mode>> >\n<$keyboard key=\"escape\" actions=<<toggle-author-mode>> >\n<$keyboard key=\"H\" actions=<<goHome>> >\n<$keyboard key=\"E\"  actions=<<goEnd>> >\n<$keyboard key=\"right down enter space\" actions=<<nextSlide>> >\n<$keyboard key=\"left up backspace\"  actions=<<previousSlide>> >\n\n<div class=<<myTheme>> ><!-- apply theme -->\n<div class=<<presentation-frame-class>> tabindex=1  style={{{[subfilter<slideBackground>]}}}  >\n\n<!-- Presentation Mode -->\n<div class={{{[<statePresentTid>getindex[overlayClass]] ~[[tamasha-overlay]]}}} style={{{[subfilter<slideBackground>]}}}  >\n<$transclude tiddler=\"$:/plugins/kookma/tamasha/ui/slide\" mode=block/>\n</div>\n\n<!-- Author mode -->\n<div><!-- reserved for further development-->\n<$transclude tiddler=\"$:/plugins/kookma/tamasha/ui/slide\" mode=block/>\n</div>\n\n</div>\n</div>\n\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n\n<$reveal type=\"match\" stateTitle=<<statePresentTid>> stateIndex=\"mode\" text=\"presentation-mode\">\n<style>body { overflow: hidden; /* Hide scrollbars */ }</style>\n</$reveal>\n\n</$vars>\n\\end\n"
        },
        "$:/plugins/kookma/tamasha/macros/toggle": {
            "title": "$:/plugins/kookma/tamasha/macros/toggle",
            "created": "20201231090618034",
            "modified": "20210129122518224",
            "tags": "$:/tags/Macro/Tamasha",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define statePresentTid()  $:/state/tamasha/presentation/$(currentTiddler)$/$(myState)$\n\n\\define toggle-presentation-mode() \n<$action-setfield $tiddler=<<statePresentTid>> $index=\"overlayClass\" $value=\"tamasha-overlay open\"/>\n<$action-setfield $tiddler=<<statePresentTid>> $index=\"mode\" $value=\"presentation-mode\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=<<presentation-frame-focus-selector>> />\n\\end\n\\define toggle-author-mode()\n<$action-setfield $tiddler=<<statePresentTid>> $index=\"overlayClass\" $value=\"tamasha-overlay\"/>\n<$action-setfield $tiddler=<<statePresentTid>> $index=\"mode\" $value=\"author-mode\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=<<presentation-frame-focus-selector>> />\n\\end"
        },
        "$:/plugins/kookma/tamasha/readme": {
            "title": "$:/plugins/kookma/tamasha/readme",
            "created": "20210107204722374",
            "modified": "20210129122518233",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "; Tamasha\nTamasha is a presentation app based on Tiddlywiki 5.1.23+\n\n;Code and demo\nFor learning plugin features, syntax, tutorial and examples see the plugin demo and code pages\n\n* Demo: https://kookma.github.io/TW-Tamasha/\n* Code: https://github.com/kookma/TW-Tamasha\n"
        },
        "$:/plugins/kookma/tamasha/styles/buttons": {
            "title": "$:/plugins/kookma/tamasha/styles/buttons",
            "created": "20201231045002172",
            "modified": "20210129122518307",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": ".tamasha-viewer-nav {\n\tvisibility: hidden;\n\topacity: 0.02;\n  transition: visibility 0.5s, opacity 0.75s linear;\n\n\tfont-size:1.3em;\n\tbackground-color: <<colour background>>;\n\t/*border: 2px solid #9a9a9aaa;*/\n}\n\n.tamasha-presentation-frame:hover .tamasha-viewer-nav {\n\tvisibility: visible;\n\topacity: 0.6;\n}\n\n.tamasha-nav-button svg{\n\tfill: #9a9a9a;\n}\n\n.tamasha-nav-button:hover svg{\n/*\tfill: #ffffff; */\n    fill: <<color foreground>>\n}\n.tamasha-nav-button,\n.tamasha-nav-button:focus {\n\toutline:none;\n}\n\n.tamasha-viewer-nav .tamasha-toolbar-separator {\n\tbackground-color:#9a9a9a;\n}\n\n"
        },
        "$:/plugins/kookma/tamasha/styles/content": {
            "title": "$:/plugins/kookma/tamasha/styles/content",
            "text": ".tamasha-slide-content{\t\nborder:1px dotted orange; /*for debug purpose*/\n}",
            "created": "20201231044947045",
            "modified": "20210206103551486",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/footer": {
            "title": "$:/plugins/kookma/tamasha/styles/footer",
            "text": ".tamasha-slide-footer{\t\n/*\tborder-bottom: 1px dotted green;*/\n/*\t    font-size:18px;\n    line-height:24px;\t\n\tfont-weight:400; */\n\n}\n\n.tamasha-slide-footer span{\n\topacity: 0.8;\n/*\tcolor: darkblue;*/\n}",
            "created": "20210115133308688",
            "modified": "20210129122518323",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/frame": {
            "title": "$:/plugins/kookma/tamasha/styles/frame",
            "created": "20210117164656409",
            "modified": "20210129122518330",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": ".tamasha-presentation-frame{\n  border: 1px solid #B2FBF6CC;\n}\n.tamasha-presentation-frame:focus{\n\toutline:none;\n}"
        },
        "$:/plugins/kookma/tamasha/styles/layout/buttons": {
            "title": "$:/plugins/kookma/tamasha/styles/layout/buttons",
            "text": "/* buttons, slidenumber and progressbar are positioned based on\n  .tamasha-presentation-frame\n*/\n\n.tamasha-viewer-nav {\n\tleft: 1.5rem;\n\tposition: absolute;\n\tbottom: 1rem;\n\tborder-radius:2px;\n\tpadding:4px 10px;\n}\n\n.tamasha-viewer-nav .tamasha-toolbar-separator {\n\tdisplay:inline-block;\n\twidth:2px;\n\theight:1.3em;\n\tmargin:0 4px;\n\tvertical-align: top;\n}",
            "created": "20210106134346667",
            "modified": "20210129122518339",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/layout/content": {
            "title": "$:/plugins/kookma/tamasha/styles/layout/content",
            "text": ".tamasha-slide-content {\n  font-size: 1.3rem;\n  line-height: 1.85rem;\n  padding: 30px;\n  margin: 0 auto;\n  max-width: 900px;\n  height:480px;\n  overflow: hidden;\n  margin-bottom: 4rem;\n}\n\n.tamasha-overlay .tamasha-slide-content {\n  font-size: clamp(1rem, 4vh, 2.5rem);\n  line-height: clamp(1.5rem, 6vh, 4rem);\n  height: auto;\n  padding: 8vh;\n}\n\n/* keep images inside slide content */\n.tamasha-slide-content img{\n\tmax-width:100%;\n\tmax-height:100%;\n\tobject-fit:contain;\n}\n\n",
            "created": "20210106135745822",
            "modified": "20210207045008813",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/layout/footer": {
            "title": "$:/plugins/kookma/tamasha/styles/layout/footer",
            "text": ".tamasha-slide-footer{\t\n\tposition: absolute; \n\tleft: 0; \n\tright: 0; \n\tmargin-left: auto; \n\tmargin-right: auto; \n\tbottom:1rem;\n\tmax-width:100%;\n\toverflow:hidden;\n\ttext-align:center;\n\tdisplay:inline-block;\n\tmax-width:40%;\n}",
            "created": "20210115104602585",
            "modified": "20210129122518356",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/layout/frame": {
            "title": "$:/plugins/kookma/tamasha/styles/layout/frame",
            "text": ".tamasha-presentation-frame{\n\tposition:relative;\t\t\n\twidth:100%;\n\theight:100%;\n}",
            "created": "20210117092237012",
            "modified": "20210129122518364",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/layout/overlay": {
            "title": "$:/plugins/kookma/tamasha/styles/layout/overlay",
            "text": ".tamasha-overlay {\n\theight: 0; \n\tposition:fixed;\n\ttop:0; left:0;\n\tz-index:1500;\n\toverflow-y: hidden;\n\twidth:100%;\n}\n\n.tamasha-overlay.open {\n\theight: 100%;     /* use full screen height */\n\tmax-height:100%;\n}",
            "created": "20210106134000981",
            "modified": "20210206192517413",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/layout/progressbar": {
            "title": "$:/plugins/kookma/tamasha/styles/layout/progressbar",
            "text": ".tamasha-progress{\n\tleft:0;\n\tbottom: 0;\n\tposition: absolute;\n\twidth:100%;\n\theight:4px;\n}\n\n.tamasha-progress .bar{\n\tdisplay: block;\n\theight:100%;\n\twidth:100%;  \n\ttransform-origin:0 0;\n\ttransform:sclaeX(0);\n\ttransition: transform 0.8s ease-in-out;\n}",
            "created": "20210115133910870",
            "modified": "20210129153532287",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/layout/slidelist": {
            "title": "$:/plugins/kookma/tamasha/styles/layout/slidelist",
            "text": ".tamasha-popup{\n\tleft: 50px;\n\tposition: absolute;\n\tbottom: 60px;\n\n\tpadding-right:30px; /* to adapt with ol used inside popup */\n\tborder-radius:4px;\n\n\tmax-height:50%;\n\toverflow-y:auto;\n\tmax-width:50%;\n}\n\n.tamasha-popup .tc-btn-invisible{\n\ttext-align:left;\n}",
            "created": "20210106140729502",
            "modified": "20210131180409213",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/layout/slidenumber": {
            "title": "$:/plugins/kookma/tamasha/styles/layout/slidenumber",
            "text": ".tamasha-slide-number {\n\tposition: absolute;\n\tbottom: 1rem;\n\tright: 1.5rem;\n}\n\n.tamasha-number-circle {\n\tbox-sizing: content-box;  \n\twidth: 1.5em;\n\theight: 1.5em;\n\tline-height: 1.5em;\n\ttext-align: center;\n\tborder-radius: 50%;    \n}\n/* change the circle size: increase line-height=width=height */",
            "created": "20210106140007444",
            "modified": "20210129122518399",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/layout/uisetting": {
            "title": "$:/plugins/kookma/tamasha/styles/layout/uisetting",
            "created": "20210202180320935",
            "modified": "20210207044826942",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": ".noslidenumber .tamasha-slide-number{display:none}\n.noprogressbar .tamasha-progress{display:none}\n.nonavbutton .tamasha-viewer-nav {display:none}"
        },
        "$:/plugins/kookma/tamasha/styles/overlay": {
            "title": "$:/plugins/kookma/tamasha/styles/overlay",
            "created": "20201231041850064",
            "modified": "20210206192759390",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": ".tamasha-overlay {\n\ttransition-property: all;\n\ttransition-duration: 1s;\n\ttransition-timing-function: cubic-bezier(0, 1, 0.5, 1);\n\tbackground-color:<<colour background>>;\n}\n"
        },
        "$:/plugins/kookma/tamasha/styles/progressbar": {
            "title": "$:/plugins/kookma/tamasha/styles/progressbar",
            "created": "20210110170610895",
            "modified": "20210131184913509",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define progress-light() #e5e5e5\n\\define progress-dark() #494949\n\\define bar-light() #9a9a9a\n\\define bar-dark() #d79921\n\n<$vars \nlight=\"Blanca Blue Muted ContrastLight DesertSand Rocker SolarFlare SolarizedLight SpartanDay Vanilla [[Notebook Beige]] [[Notebook Grey]]\"\ndark=\"ContrastDark CupertinoDark DarkPhotos GruvboxDark Nord SolarizedDark SpartanNight Twilight\"\npalette={{{ [[$:/palette]get[text]removeprefix[$:/palettes/]] }}}\n>\n<$list filter=\"[enlist<dark>search:title<palette>then[dark]else[light]]\" variable=colorMacro>\n\n.tamasha-progress{\n\tbackground-color:<$macrocall $name={{{[<colorMacro>addprefix[progress-]]}}} />;\n}\n.tamasha-progress .bar{\n\tbackground-color:<$macrocall $name={{{[<colorMacro>addprefix[bar-]]}}} />;\n}\n</$list>\n</$vars>"
        },
        "$:/plugins/kookma/tamasha/styles/scrollbars": {
            "title": "$:/plugins/kookma/tamasha/styles/scrollbars",
            "text": "/* custom scrollbar */\n.tamasha-popup::-webkit-scrollbar {\n  width: 20px;\n}\n\n.tamasha-popup::-webkit-scrollbar-track {\n  background-color: transparent;\n}\n\n.tamasha-popup::-webkit-scrollbar-thumb {\n  background-color: #666666;\n  border-radius: 20px;\n  border: 6px solid transparent;\n  background-clip: content-box;\n}\n\n.tamasha-popup::-webkit-scrollbar-thumb:hover {\n  background-color: #909090; /* #a8bbbf;*/\n}",
            "created": "20210101193022396",
            "modified": "20210131184304342",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/slidelist": {
            "title": "$:/plugins/kookma/tamasha/styles/slidelist",
            "text": ".tamasha-popup{\n\tbackground-color: #323232;\n\tfont-size:1em;\n\tbox-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);\n}\n\n.tamasha-popup .tc-btn-invisible{\n\tcolor:#b9b9b9;\n}\n\n.tamasha-popup button:focus{\n\toutline:none;\n}\n\n/* change number color*/\n.tamasha-popup li::marker { \n\tcolor:#b9b9b9;\n}\n\n/* slide in view: current slide in the slideList */\n.tamasha-popup .currentSlide .tc-btn-invisible,\n.tamasha-popup .currentSlide::marker {\n\tcolor:#fff;\n\tfont-size:0.9em;\n}\n\n",
            "created": "20210101161416909",
            "modified": "20210131180440752",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/styles/slidenumber": {
            "title": "$:/plugins/kookma/tamasha/styles/slidenumber",
            "created": "20210101212605633",
            "modified": "20210129122518439",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": ".tamasha-number-circle {\n\tborder: 0.1em solid #666;\n\tfont-size: 1.2em;\n\tfont-weight:300;\n\tbackground: <<colour background>>;\n\tcolor: #666;\n\topacity:0.9;\n}"
        },
        "$:/plugins/kookma/tamasha/templates/nolink": {
            "title": "$:/plugins/kookma/tamasha/templates/nolink",
            "created": "20210131183020336",
            "modified": "20210131183212076",
            "tags": "$:/tags/Tamasha/Template",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define tv-wikilinks() no\n<h2 class=\"title\"><$transclude tiddler=<<currentSlide>> field=title /></h2>\n<$transclude tiddler=<<currentSlide>> mode=block/>"
        },
        "$:/plugins/kookma/tamasha/templates/simple": {
            "title": "$:/plugins/kookma/tamasha/templates/simple",
            "created": "20201231073430523",
            "modified": "20210131183003513",
            "tags": "$:/tags/Tamasha/Template",
            "type": "text/vnd.tiddlywiki",
            "text": "<$transclude tiddler=<<currentSlide>> mode=block/>"
        },
        "$:/plugins/kookma/tamasha/templates/vanilla": {
            "title": "$:/plugins/kookma/tamasha/templates/vanilla",
            "created": "20210126130000247",
            "modified": "20210131182956741",
            "tags": "$:/tags/Tamasha/Template",
            "type": "text/vnd.tiddlywiki",
            "text": "<h2 class=\"title\"><$link to=<<currentSlide>> /></h2>\n<$transclude tiddler=<<currentSlide>> mode=block/>"
        },
        "$:/plugins/kookma/tamasha/themes/composite": {
            "title": "$:/plugins/kookma/tamasha/themes/composite",
            "text": "vanda: vanda\nmitra: mitra\nkimia: kimia\nroya: vanda roya\nhoma: vanda homa\nleila: mitra leila\nirana: vanda irana",
            "type": "application/x-tiddler-dictionary",
            "created": "20210124104008856",
            "modified": "20210131181446453",
            "tags": "$:/tags/Tamasha/Theme"
        },
        "$:/plugins/kookma/tamasha/themes/homa": {
            "title": "$:/plugins/kookma/tamasha/themes/homa",
            "text": ".homa .tamasha-presentation-frame, \n.homa .tamasha-overlay {\n\tcolor:#ffffff;\n/*\tbackground-color:#A52A2A;*/\n\tbackground-image: linear-gradient(to left, #4d154f, #3b0f2f, #230c18, #000000);\n}\n.homa .tamasha-presentation-frame   a:link {\n\tcolor: yellow;\n}\n.homa .tamasha-presentation-frame  a:visited  {\n\tcolor: #00ff00;\n}\n.homa .tamasha-slide-content  pre {\n\tbackground-color: #230c18;\n}\n/* ---------- tables ---------- */\n.homa .tamasha-slide-content table th, \n.homa .tamasha-slide-content table thead td {\n\tbackground-color: #4d154f;\n}\n.homa .tamasha-slide-content table tfoot td{\n\tbackground-color: #4d154f;\n}",
            "created": "20210124104512255",
            "modified": "20210131181305897",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/themes/irana": {
            "title": "$:/plugins/kookma/tamasha/themes/irana",
            "text": ".irana .tamasha-presentation-frame, \n.irana .tamasha-overlay {\ncolor:#efefef;\nbackground-color: #ee5522;\nbackground-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23FB3'/%3E%3Cstop offset='1' stop-color='%23ee5522'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23f7882b'/%3E%3Cstop offset='1' stop-color='%23ee5522'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.1' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\");\nbackground-attachment: fixed;\nbackground-size: cover;\n/*https://www.svgbackgrounds.com*/\n}\n\n.irana .tamasha-slide-content  pre {\n    background-color: #2e2e2e;\n}\n/* ---------- tables ---------- */\n.irana .tamasha-slide-content table th, \n.irana .tamasha-slide-content table thead td {\n    background-color: #ee5522;\n}\n.irana .tamasha-slide-content table tfoot td {\n\tbackground-color: #ef5d23;\n}\n\n.irana .tamasha-presentation-frame   a:link {\n\tcolor:#efefef;\n}",
            "created": "20210124105817944",
            "modified": "20210201062332534",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/themes/kimia": {
            "title": "$:/plugins/kookma/tamasha/themes/kimia",
            "text": "/* hide ui elements */\n/*.kimia .tamasha-slide-number,\n.kimia .tamasha-viewer-nav {\n\tdisplay:none;\n}*/\n\n/*\n.kimia .tamasha-progress {\n\tdisplay:none;\n}\n*/\n\n.kimia .tamasha-slide-content {\t\n\theight:300px;\n}\n\n.kimia .tamasha-overlay.open .tamasha-slide-content {\t\n\theight:unset;\n\twidth:unset;\n}\n\n.kimia .tamasha-slide-content .title{ /* used with vanilla template*/\n    font-weight:300;\n}\n",
            "created": "20210124154218942",
            "modified": "20210206120150474",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/themes/leila": {
            "title": "$:/plugins/kookma/tamasha/themes/leila",
            "text": ".leila .tamasha-presentation-frame, \n.leila .tamasha-overlay {\ncolor:#ffffff;\n/*background-color:#A52A2A;*/\nbackground: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);\n}\n\n.leila .tamasha-presentation-frame   a:link {\n  color: yellow;\n}\n\n.leila .tamasha-presentation-frame  a:visited  {\n  color: #00ff00;\n}\n\n.leila .tamasha-slide-content  pre {\n    background-color: #182848;\n}\n\n/* ---------- tables ---------- */\n.leila .tamasha-slide-content table th, \n.leila .tamasha-slide-content table thead td {\n    background-color: #4b6cb7;\n}",
            "created": "20210124104852479",
            "modified": "20210131181305924",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/themes/mitra": {
            "title": "$:/plugins/kookma/tamasha/themes/mitra",
            "text": ".mitra .tamasha-slide-content {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\ttext-align:center;\n}\n\n.mitra .tamasha-slide-content{\n\tfont-weight:500;\n}\n\n.mitra .tamasha-slide-content .title{ /* used with vanilla template*/\n    font-size:1.5em;\n    line-height:1.5em;\n    font-weight:500;\n}\n\n.mitra .tamasha-slide-content ol,\n.mitra .tamasha-slide-content ul,\n.mitra .tamasha-slide-content li{\n\ttext-align:left;\n}\n/* ---------- code ---------- */\n.mitra .tamasha-slide-content  code,\n.mitra .tamasha-slide-content  pre {\n\tfont-size:0.9em;\n\tline-height:1.2em;\n\ttext-align:left;\n}\n\n/* ---------- tables ---------- */\n.mitra .tamasha-slide-content table td,\n.mitra .tamasha-slide-content table th {\n\tfont-size:0.8em;\n\tfont-weight:400;\n}\n\n.mitra .tamasha-slide-content table caption {\n\tcaption-side:top;\n\tfont-size:1em;\n\tmargin-bottom:0.2rem;\n}\n",
            "created": "20210118164232308",
            "modified": "20210205062233670",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/themes/roya": {
            "title": "$:/plugins/kookma/tamasha/themes/roya",
            "text": ".roya .tamasha-presentation-frame, \n.roya .tamasha-overlay {\ncolor:#000;\nbackground-color: #ffaa00;\nbackground-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23ffb100' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ffb800' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ffbf00' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ffc500' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23ffcc00' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ffd624' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23ffe038' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23ffeb49' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fff558' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffff66' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E\");\nbackground-attachment: fixed;\nbackground-size: cover;\n/*https://www.svgbackgrounds.com*/\n}",
            "created": "20210124102959224",
            "modified": "20210131181305948",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/themes/vanda": {
            "title": "$:/plugins/kookma/tamasha/themes/vanda",
            "text": "/* ---------- code ---------- */\n.vanda .tamasha-slide-content  code,\n.vanda .tamasha-slide-content  pre {\n\tfont-size:0.9em;\n\tline-height:1.2em;\n\ttext-align:left;\n}\n\n/* ---------- tables ---------- */\n.vanda .tamasha-slide-content table td,\n.vanda .tamasha-slide-content table th {\n\tfont-size:0.8em;\n\tfont-weight:400;\n}\n\n.vanda .tamasha-slide-content table caption {\n\tcaption-side:top;\n\tfont-size:1em;\n\tmargin-bottom:0.2rem;\n}\n",
            "created": "20210120160001447",
            "modified": "20210202171418172",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/tamasha/ui/buttons": {
            "title": "$:/plugins/kookma/tamasha/ui/buttons",
            "created": "20201231162035877",
            "modified": "20210129122518531",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define btn-toggle-presentation-mode()\n<$button class=\"tc-btn-invisible tamasha-nav-button\" actions=<<toggle-presentation-mode>> > {{$:/core/images/full-screen-button}} </$button>\n\\end\n\\define btn-toggle-author-mode()\n<$button class=\"tc-btn-invisible tamasha-nav-button\" actions=<<toggle-author-mode>> >{{$:/core/images/close-button}}</$button>\n\\end\n\n<div class=\"tamasha-viewer-nav\">\n<$button class=\"tc-btn-invisible tamasha-nav-button\" actions=<<previousSlide>> >{{$:/core/images/left-arrow}}\n</$button>\n<$button class=\"tc-btn-invisible tamasha-nav-button\" actions=<<nextSlide>> >{{$:/core/images/right-arrow}}\n</$button>\n<div class=\"tamasha-toolbar-separator\">&nbsp;</div>\n<$button class=\"tc-btn-invisible tamasha-nav-button\" \n   actions=\"\"\"<$action-listops $tiddler=<<stateListboxTid>> $field=\"text\" $subfilter=\"+[toggle[slideList]]\" />\"\"\" >\n\t {{$:/core/images/down-arrow}}\n</$button>\n<div class=\"tamasha-toolbar-separator\">&nbsp;</div>\n<$list filter=\"[<statePresentTid>getindex[mode]match[presentation-mode]]\" \n variable=ignore emptyMessage=\"\"\"<<btn-toggle-presentation-mode>>\"\"\" \t>\n <<btn-toggle-author-mode>>\n</$list>\n</div>"
        },
        "$:/plugins/kookma/tamasha/ui/content": {
            "title": "$:/plugins/kookma/tamasha/ui/content",
            "created": "20201231053912984",
            "modified": "20210129122518539",
            "type": "text/vnd.tiddlywiki",
            "text": "<div class=\"tamasha-slide-content\">\n<<navigator>>\n</div>\n"
        },
        "$:/plugins/kookma/tamasha/ui/footer": {
            "title": "$:/plugins/kookma/tamasha/ui/footer",
            "created": "20210115074727216",
            "modified": "20210129122518546",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<div class=\"tamasha-slide-footer\">\n<span><<slideFooter>></span>\n</div>"
        },
        "$:/plugins/kookma/tamasha/ui/progressbar": {
            "title": "$:/plugins/kookma/tamasha/ui/progressbar",
            "created": "20210112195456179",
            "modified": "20210129165936287",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define calculate-progress()\n<span class=\"bar\"\n  style={{{ [tag<mainTag>allbefore{$(stateNavigatorTid)$!!text}count[]add[1]divide<SlidesCount>fixed[2]addprefix[transform:scaleX(]addsuffix[);]] }}} >\n</span>\n\\end\n\n<div class=\"tamasha-progress\">\n\t<<calculate-progress>>\n</div>\n"
        },
        "$:/plugins/kookma/tamasha/ui/slide": {
            "title": "$:/plugins/kookma/tamasha/ui/slide",
            "created": "20210114052937118",
            "modified": "20210131180949356",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$transclude tiddler=\"$:/plugins/kookma/tamasha/ui/content\" mode=block/>\n<$transclude tiddler=\"$:/plugins/kookma/tamasha/ui/footer\" mode=block/>\n<$transclude tiddler=\"$:/plugins/kookma/tamasha/ui/buttons\" mode=block/>\n<$transclude tiddler=\"$:/plugins/kookma/tamasha/ui/slidelist\" mode=block/>\n<$transclude tiddler=\"$:/plugins/kookma/tamasha/ui/slidenumber\" mode=block/>\n<$transclude tiddler=\"$:/plugins/kookma/tamasha/ui/progressbar\" mode=block/>"
        },
        "$:/plugins/kookma/tamasha/ui/slidelist": {
            "title": "$:/plugins/kookma/tamasha/ui/slidelist",
            "created": "20201231205342137",
            "modified": "20210131180949432",
            "tags": "$:/tags/Macro/Tamasha",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define stateListboxTid()  $:/state/tamasha/listbox/$(currentTiddler)$/$(myState)$\n\n\\define gotoSlide() \n<$action-setfield $tiddler=<<stateNavigatorTid>> text=<<selectedTid>>  />\n<$action-listops  $tiddler=<<stateListboxTid>> $field=\"text\" $subfilter=\"+[toggle[slideList]]\" />\n<$action-sendmessage $message=\"tm-focus-selector\" $param=<<presentation-frame-focus-selector>> />\n\\end\n\n\n<$list filter=\"[<stateListboxTid>get[text]match[slideList]]\" variable=\"null\">\n<div class=\"tamasha-popup\">\n<ol>\n<$list filter=\"[tag<mainTag>]\" variable=\"selectedTid\">\n<li class={{{[<stateNavigatorTid>get[text]match<selectedTid>then[currentSlide]]}}} >\n<$button class=\"tc-btn-invisible\" actions=<<gotoSlide>> >\n<$view tiddler=<<selectedTid>> field=\"title\"/>\n</$button>\n</li>\n</$list>\n</ol>\n</div>\n</$list>\n"
        },
        "$:/plugins/kookma/tamasha/ui/slidenumber": {
            "title": "$:/plugins/kookma/tamasha/ui/slidenumber",
            "created": "20210102082138734",
            "modified": "20210129122518568",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define calc-slideNumber()\n<$vars currentTid={{{[<stateNavigatorTid>get[text]] ~[tag<mainTag>first[]]}}}>\n<$text text={{{ [tag<mainTag>allbefore:include<currentTid>count[]pad[2]] }}} />\n</$vars>\n\\end\n<div class=\"tamasha-slide-number\">\n<div class=\"tamasha-number-circle\"><<calc-slideNumber>></div>\n</div>"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/kookma/timelines/history": {
            "title": "$:/plugins/kookma/timelines/history",
            "created": "20201119111754198",
            "modified": "20201119112551292",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Full change log  https://kookma.github.io/TW-Timelines/#ChangeLog\n\n* ''1.0.0'' -- 2020.08.09 -- stable release\n* ''0.6.0'' -- 2020.07.31 -- beta release\n* ''0.5.0'' -- 2019.07.28 -- first release\n"
        },
        "$:/plugins/kookma/timelines/images/right-arrow": {
            "title": "$:/plugins/kookma/timelines/images/right-arrow",
            "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\">\n  <path fill=\"#7b9d6f\" d=\"M6 13.4L4.6 12l4-4-4-4L6 2.6 11.4 8z\"/>\n</svg>\n",
            "type": "image/svg+xml",
            "created": "20190803170744291",
            "modified": "20201119113231349",
            "tags": ""
        },
        "$:/plugins/kookma/timelines/license": {
            "title": "$:/plugins/kookma/timelines/license",
            "created": "20201119111754200",
            "modified": "20201119111802257",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Distributed under an MIT license.\n\nCopyright (c) 2020 [[Mohammad Rahmani|https://github.com/kookma]]\n\n<<<\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n<<<"
        },
        "$:/plugins/kookma/timelines/macros/gilan": {
            "title": "$:/plugins/kookma/timelines/macros/gilan",
            "created": "20190728030350471",
            "creator": "Mohammad",
            "modified": "20201119113104679",
            "modifier": "Mohammad",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define __tl-gilan(filter, limit:10, template:\"\", footer:\"footer\", class, date:\"modified\")\n<$set name=templateTiddler value=<<__template__>> emptyValue=\"$:/plugins/kookma/timelines/templates/gilan\" >\n<div class=\"kk-tl-gilan\">\n\n<$list filter=\"[subfilter<__filter__>limit[$limit$]]\" emptyMessage=\"Timeline: no tiddler found or wrong filter is passed!\" >\n<div class=\"item kk-tl-gilan-$class$\"> <!--display content-->\n\n<$transclude tiddler=<<templateTiddler>> mode=\"block\"/>\n\n</div>\n</$list>\n\n</div>\n</$set>\n\\end\n"
        },
        "$:/plugins/kookma/timelines/macros/ilam/left-pos": {
            "title": "$:/plugins/kookma/timelines/macros/ilam/left-pos",
            "created": "20190808091910997",
            "creator": "Mohammad",
            "modified": "20201119113104848",
            "modifier": "Mohammad",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define __tlIlam-ItemSpace() 120 <!-- the space at the left of each item used to calculate the position of items-->\n\\define __tlIlam-EventLength()\n<!--this calculate the extra pixels required for events date appears on the timeline. Each format has a certain width which has to be added to calculate the length of filling line -->\n\n<$list filter=\"[<__dateformat__>match[YYYY]]\" variable=ignore>16</$list>\n<$list filter=\"[<__dateformat__>match[0DD mmm YYYY]]\" variable=ignore>32</$list>\n<$list filter=\"[<__dateformat__>match[mmm DDth]]\" variable=ignore>20</$list>\n\\end\n\n\n\n\n\n\\define __tlIlam-LeftPosition() \n<!--calculates the left position of each item -->\n<$list filter=\"[list<container>allbefore:include<currentTiddler>count[]multiply<__tlIlam-ItemSpace>]\" variable=\"leftpos\">\nleft:<<leftpos>>px;\n</$list>\n\\end\n\n\\define __tlIlam-LineLength() \n<!--calculates the length of filling line -->\n<!-- number of items displayed on screen: 3 -->\n\n<$wikify name=txt-length text=<<__tlIlam-EventLength>> >\n<!-- selected item is in the container list -->\n<$list filter=\"[list<container>allbefore:include<selected-item>limit[1]]\">\n<$set name=length filter=\"[list<container>allbefore:include<selected-item>count[]multiply<__tlIlam-ItemSpace>add<txt-length>]\">\nwidth: <<length>>px;\n</$set>\n</$list>\n\n<!-- container items are after selected item -->\n<$set name=last-item filter=\"[list<container>last[]]\" >\n<$list filter=\"[subfilter<__filter__>allafter<last-item>match<selected-item>]\">\n<$set name=length filter=\"[[3]multiply<__tlIlam-ItemSpace>add<txt-length>]\">\nwidth: <<length>>px;\n</$set>\n</$list>\n</$set>\n\n</$wikify>\n\\end"
        },
        "$:/plugins/kookma/timelines/macros/ilam/pull-next": {
            "title": "$:/plugins/kookma/timelines/macros/ilam/pull-next",
            "created": "20190802111248208",
            "creator": "Mohammad",
            "modified": "20201119113104916",
            "modifier": "Mohammad",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define __tlIlam-PullNext()\n<!-- number of items displayed on screen: 3 -->\n<$vars\n first-item={{{ [list<container>first[1]] }}}\n last-item={{{ [list<container>last[1]] }}}\n>\n\n<$action-setfield $tiddler=<<container>> list=\"\"/>\n<$list filter=\"[subfilter<__filter__>allafter:include<last-item>first[3]count[]] -1 -2 ~[[::false]]\" variable=result>\n   <$list filter=\"[<result>prefix[::false]]\" variable=ignore>\n        <$action-listops $tiddler=<<container>> $subfilter=\"[subfilter<__filter__>last[3]]\"/>\n   </$list>\n   <$list filter=\"[<result>!prefix[::false]]\" variable=case>\n        <$action-listops $tiddler=<<container>> $subfilter=\"[subfilter<__filter__>allafter:include<last-item>first[3]] ~[subfilter<__filter__>last[3]]\"/>  \n   </$list> \n</$list>\n\n</$vars>\n\\end\n"
        },
        "$:/plugins/kookma/timelines/macros/ilam/pull-prev": {
            "title": "$:/plugins/kookma/timelines/macros/ilam/pull-prev",
            "created": "20190802101726795",
            "creator": "Mohammad",
            "modified": "20201119113104967",
            "modifier": "Mohammad",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define __tlIlam-PullPrevious()\n<!-- number of items displayed on screen: 3 -->\n<$vars\n first-item={{{ [list<container>first[1]] }}}\n last-item={{{ [list<container>last[1]] }}}\n>\n\n<$action-setfield $tiddler=<<container>> list=\"\"/>\n<$list filter=\"[subfilter<__filter__>allbefore:include<first-item>last[3]count[]] -1 -2 ~[[::false]]\" variable=result>\n   <$list filter=\"[<result>prefix[::false]]\" variable=ignore>\n        <$action-listops $tiddler=<<container>> $subfilter=\"[subfilter<__filter__>first[3]]\"/>\n   </$list>\n   <$list filter=\"[<result>!prefix[::false]]\" variable=case>\n        <$action-listops $tiddler=<<container>> $subfilter=\"[subfilter<__filter__>allbefore:include<first-item>last[3]] ~[subfilter<__filter__>first[3]]\"/>   \n   </$list> \n</$list>\n\n</$vars>\n\\end\n"
        },
        "$:/plugins/kookma/timelines/macros/ilam": {
            "title": "$:/plugins/kookma/timelines/macros/ilam",
            "created": "20190807174733718",
            "creator": "Mohammad",
            "modified": "20201119113105009",
            "modifier": "Mohammad",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define __tl-ilam(filter, limit:10, template:\"\", footer:\"footer\", class, date:\"modified\", stateTiddler:\"\", dateformat:\"YYYY\")\n<!-- dateformat here is a hidden argument. It can be changed to \"0DD mmm YYYY\" if the eventlength is set to 32.\nSee $:/plugins/kookma/timelines/macros/ilamleft-pos -->\n\n\n<$set name=container value=<<qualify \"\"\"$:/state-tl/ilam-$stateTiddler$\"\"\">> emptyValue=<<__tlIlam-CreateStateTiddler>> >\n<$set name=selected-item  value={{{[<container>get[text]] ~[subfilter<__filter__>first[]]}}} >\n\n\n<div class=\"kk-tl-ilam kk-tl-ilam-container\">\n<div class=\"dates\">\n<div class=\"line\">\n\n<ol>\n\n<$list filter=\"[list<container>]\" variable=\"entry\"> <!-- main list -->\n\n<$list filter=\"[subfilter<__filter__>allbefore<selected-item>match<entry>]\"><!-- all before selected item -->\n<$wikify name=\"stleft\" text=<<__tlIlam-LeftPosition>> >\n<li>\n<$button class=\"tc-btn-invisible date date--older-event\" style=<<stleft>> >\n<<__tlIlam-changeit>><<__tlIlam_ShowEventDate>>\n</$button>\n</li>\n</$wikify>\n</$list>\n\n<$list filter=\"[<entry>match<selected-item>]\"><!-- the selected item -->\n<$wikify name=\"stleft\" text=<<__tlIlam-LeftPosition>> >\n<li>\n<$button class=\"tc-btn-invisible date date--selected\" style=<<stleft>> >\n<<__tlIlam-changeit>><<__tlIlam_ShowEventDate>> \n</$button>\n</li>\n</$wikify>\n</$list>\n\n<$list filter=\"[subfilter<__filter__>allafter<selected-item>match<entry>]\"><!-- all after selected item -->\n<$wikify name=\"stleft\" text=<<__tlIlam-LeftPosition>> >\n<$button class=\"tc-btn-invisible date\" style=<<stleft>> >\n<<__tlIlam-changeit>><<__tlIlam_ShowEventDate>> \n</$button>\n</$wikify>\n</$list>\n\n</$list><!--- main list -->\n\n</ol>\n\n\n<$wikify name=\"stlength\" text=<<__tlIlam-LineLength>> ><!-- the filling line -->\n<span class=\"filling-line\" style=<<stlength>> aria-hidden=\"xtrue\"></span>\n</$wikify>\n\n</div><!--line-->\n</div><!-- dates-->\n\n<ul><!-- arrow btns-->\n<li>\n<$button class=\"tc-btn-invisible text-replace navigation navigation--prev\">Prev\n<<__tlIlam-PullPrevious>>\n</$button>\n</li>\n<li>\n<$button class=\"tc-btn-invisible text-replace navigation navigation--next\">Next\n<<__tlIlam-PullNext>>\n</$button>\n</li>\n</ul>\n</div><!-- container-->\n\n<$set name=templateTiddler value=<<__template__>> emptyValue=\"$:/plugins/kookma/timelines/templates/ilam\" >\n<div class=\"kk-tl-ilam-content kk-tl-ilam-$class$\"><!--display contents-->\n<$tiddler tiddler=<<selected-item>> >\n<$transclude tiddler=<<templateTiddler>> mode=\"block\"/>\n</$tiddler>\n</div>\n</$set>\n\n</$set>\n</$set>\n\\end\n\n\n\\define __tlIlam-changeit()\n<$action-setfield $tiddler=<<container>> text=<<currentTiddler>>/>\n\\end\n\n\\define __tlIlam_ShowEventDate()\n<$list filter=\"[<__dateformat__>match[YYYY]]\" variable=ignore>\n<$view field=<<__date__>> format=date template=\"YYYY\" /> \n</$list>\n<$list filter=\"[<__dateformat__>match[0DD mmm YYYY]]\" variable=ignore>\n<$view field=<<__date__>> format=date template=\"0DD mmm YYYY\" /> \n</$list>\n<$list filter=\"[<__dateformat__>match[mmm DDth]]\" variable=ignore>\n<$view field=<<__date__>> format=date template=\"mmm DDth\" /> \n</$list>\n\\end\n\n\\define __tlIlam-CreateStateTiddler() \n<!-- the statet tiddler intentionally prefixed with $:/state-tl to remain after closing the wiki. On \nNode.js closing and reopening wiki will remove all $:/state tiddlers -->\n<<qualify \"\"\"$:/state-tl/ilam-$(currentTiddler)$\"\"\">>\n\\end"
        },
        "$:/plugins/kookma/timelines/macros/kerman": {
            "title": "$:/plugins/kookma/timelines/macros/kerman",
            "created": "20190728110533303",
            "modified": "20201119113105024",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define __tl-kerman(filter, limit:10, template:\"\", footer:\"footer\", class:\"light\", date:\"modified\", dateformat:\"mmm 0DDth YYYY\")\n<$set name=templateTiddler value=<<__template__>> emptyValue=\"$:/plugins/kookma/timelines/templates/kerman\" >\n<div class=\"kk-tl-kerman kk-tl-kerman-$class$\">\n<ul>\n<$list filter=\"[subfilter<__filter__>limit[$limit$]]\" emptyMessage=\"Timeline: no tiddler found or wrong filter is passed!\" >\n<li>\n<span></span><!--display content-->\n\n<$transclude tiddler=<<templateTiddler>> mode=\"block\"/>\n\n<div class=\"item-timedate\">\n<span><<____tlkerman_ShowEventDate-month>></span>\n<span><<____tlkerman_ShowEventDate-year>></span>\n</div>\n</li>\n</$list>\n</ul>\n</div>\n\\end\n\n\\define ____tlkerman_ShowEventDate-year()\n<$list filter=\"[<__dateformat__>search[YYYY]]\" variable=ignore>\n<$view field=<<__date__>> format=date template=\"YYYY\"/>\n</$list>\n\\end\n\n\\define ____tlkerman_ShowEventDate-month()\n<$list filter=\"[<__dateformat__>search[mmm DDth]]\" variable=ignore>\n<$view field=<<__date__>> format=date template=\"mmm DDth\"/>\n</$list>\n\\end"
        },
        "$:/plugins/kookma/timelines/macros/main": {
            "title": "$:/plugins/kookma/timelines/macros/main",
            "created": "20190807191809183",
            "creator": "Mohammad",
            "modified": "20201119113105039",
            "modifier": "Mohammad",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define timeline-horizontal(filter, limit:10, template:\"\", footer:\"footer\", class, date:\"modified\", stateTiddler, dateformat:\"YYYY\")\n<$macrocall $name=\"__tl-ilam\" filter=<<__filter__>> limit=<<__limit__>> template=<<__template__>> footer=<<__footer__>> class=<<__class__>> date=<<__date__>> stateTiddler=<<__stateTiddler__>> dateformat=<<__dateformat__>> />\n\\end\n\\define timeline-vertical(filter, limit:10, template:\"\", footer:\"footer\", class:\"light\", date:\"modified\", dateformat:\"mmm 0DDth YYYY\")\n<$macrocall $name=\"__tl-kerman\" filter=<<__filter__>> limit=<<__limit__>> template=<<__template__>> footer=<<__footer__>> class=<<__class__>> date=<<__date__>> dateformat=<<__dateformat__>> />\n\\end\n\n\n\\define sequence-horizontal(filter, limit:10, template:\"\", footer:\"footer\", class:\"primary\", date:\"modified\", stateTiddler)\n<$macrocall $name=\"__tl-tehran\" filter=<<__filter__>> limit=<<__limit__>> template=<<__template__>>\n            footer=<<__footer__>> class=<<__class__>> date=<<__date__>> stateTiddler=<<__stateTiddler__>> />\n\\end\n\\define sequence-vertical(filter, limit:10, template:\"\", footer:\"footer\", class, date:\"modified\")\n<$macrocall $name=\"__tl-gilan\" filter=<<__filter__>> limit=<<__limit__>> template=<<__template__>>\n            footer=<<__footer__>> class=<<__class__>> date=<<__date__>> />\n\\end"
        },
        "$:/plugins/kookma/timelines/macros/tehran": {
            "title": "$:/plugins/kookma/timelines/macros/tehran",
            "created": "20190730190751458",
            "creator": "Mohammad",
            "modified": "20201119113105057",
            "modifier": "Mohammad",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define __tl-tehran(filter, limit:10, template:\"\", footer:\"footer\", class:\"primary\", date:\"modified\", stateTiddler)\n<!-- creates a horizontal sequence -->\n\n<$set name=container value=<<qualify \"\"\"$:/state/tl/tehran-$stateTiddler$\"\"\">> emptyValue=<<__tlTehran-CreateStateTiddler>> >\n<$set name=selected-item  value={{{[<container>get[text]] ~[subfilter<__filter__>first[]]}}} >\n\n<div class=\"kk-tl-tehran kk-tl-tehran-$class$\">\n\n<$set name=templateTiddler value=<<__template__>> emptyValue=\"$:/plugins/kookma/timelines/templates/tehran\" >\n<div class=\"kk-tl-tehran-content\"><!-- display content of selected tiddler -->\n<$list filter=\"[<container>get[text]] ~[<selected-item>]\" template=<<templateTiddler>> />\n</div>\n</$set>\n\n<ul>\n<$list filter=\"[subfilter<__filter__>limit[$limit$]]\" variable=\"entry\"><!-- main list -->\n<$list filter=\"[<entry>match<selected-item>] ~[[::not-selected]]\" variable=choice>\n<$list filter=\"[<choice>match<selected-item>]\">\n<li class=\"kk-tl-tehran-active\">\n<$button class=\"tc-btn-invisible\"><<__tlTehran-changeit>>\n<$count filter='[subfilter<__filter__>allbefore:include<entry>]'/>\n</$button>\n</li>\n</$list>\n<$list filter=\"[<choice>match[::not-selected]]\">\n<li>\n<$button class=\"tc-btn-invisible\"><<__tlTehran-changeit>>\n<$count filter='[subfilter<__filter__>allbefore:include<entry>]'/>\n</$button>\n</li>\n</$list>\n</$list>\n</$list>\n</ul>\n\n</div>\n</$set>\n</$set>\n\\end\n\n\\define __tlTehran-changeit()\n<$action-setfield $tiddler=<<container>> text=<<entry>>/>\n\\end\n\n\\define __tlTehran-CreateStateTiddler() <<qualify \"\"\"$:/state/tl/tehran-$(currentTiddler)$\"\"\">>"
        },
        "$:/plugins/kookma/timelines/readme": {
            "title": "$:/plugins/kookma/timelines/readme",
            "created": "20201119111754201",
            "modified": "20201119111757537",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "; Shiraz[use correct name]\ndescribe what is the plugin in one paragraph\n\n;Code and demo\nFor learning plugin features, syntax, tutorial and examples see the plugin demo and code pages\n\n* Demo: https://kookma.github.io/TW-???/\n* Code: https://github.com/kookma/TW-???\n"
        },
        "$:/plugins/kookma/timelines/styles/colors/danger": {
            "text": "{\n    \"class\": \"danger\",\n    \"color\": \"#721c24\",\n    \"background\": \"#f8d7da\",\n    \"border\": \"#f5c6cb\",\n    \"link\":\"#491217\",\n    \"light-background\":\"#fdf4f5\"\n}",
            "type": "application/json",
            "created": "20190728130345162",
            "modified": "20201119113009490",
            "title": "$:/plugins/kookma/timelines/styles/colors/danger"
        },
        "$:/plugins/kookma/timelines/styles/colors/dark": {
            "text": "{\n    \"class\": \"dark\",\n    \"color\": \"#1b1e21\",\n    \"background\": \"#d6d8d9\",\n    \"border\": \"#c6c8ca\",\n    \"link\":\"#040505\",\n    \"light-background\":\"#f0f1f2\"\n}\n",
            "type": "application/json",
            "created": "20190728131052818",
            "modified": "20201119113009518",
            "title": "$:/plugins/kookma/timelines/styles/colors/dark"
        },
        "$:/plugins/kookma/timelines/styles/colors/info": {
            "text": "{\n    \"class\": \"info\",\n    \"color\": \"#0c5460\",\n    \"background\": \"#d1ecf1\",\n    \"border\": \"#bee5eb\",\n    \"link\":\"#062c33\",\n    \"light-background\":\"#ebf7f9\"\n}",
            "type": "application/json",
            "created": "20190728130904282",
            "modified": "20201119113009534",
            "title": "$:/plugins/kookma/timelines/styles/colors/info"
        },
        "$:/plugins/kookma/timelines/styles/colors/light": {
            "text": "{\n    \"class\": \"light\",\n    \"color\": \"#818182\",\n    \"background\": \"#fefefe\",\n    \"border\": \"#818182\",\n    \"link\":\"#686868\",\n    \"light-background\":\"#ededed\"\n}",
            "type": "application/json",
            "created": "20190728130954966",
            "modified": "20201119113009550",
            "title": "$:/plugins/kookma/timelines/styles/colors/light"
        },
        "$:/plugins/kookma/timelines/styles/colors/primary": {
            "text": "{\n    \"class\": \"primary\",\n    \"color\": \"#004085\",\n    \"background\": \"#cce5ff\",\n    \"border\": \"#b8daff\",\n    \"link\": \"#002752\",\n    \"light-background\":\"#eef6ff\"\n}",
            "type": "application/json",
            "created": "20190728121750730",
            "modified": "20201119113009574",
            "title": "$:/plugins/kookma/timelines/styles/colors/primary"
        },
        "$:/plugins/kookma/timelines/styles/colors/secondary": {
            "text": "{\n    \"class\": \"secondary\",\n    \"color\": \"#383d41\",\n    \"background\": \"#e2e3e5\",\n    \"border\": \"#d6d8db\",\n    \"link\":\"#202326\",\n    \"light-background\":\"#f4f4f5\"\n}",
            "type": "application/json",
            "created": "20190728125327822",
            "modified": "20201119113009590",
            "title": "$:/plugins/kookma/timelines/styles/colors/secondary"
        },
        "$:/plugins/kookma/timelines/styles/colors/success": {
            "text": "{\n    \"class\": \"success\",\n    \"color\": \"#155724\",\n    \"background\": \"#d4edda\",\n    \"border\": \"#c3e6cb\",\n    \"link\":\"#0b2e13\",\n    \"light-background\":\"#ecf7ef\"\n}",
            "type": "application/json",
            "created": "20190728130620957",
            "modified": "20201119113009612",
            "title": "$:/plugins/kookma/timelines/styles/colors/success"
        },
        "$:/plugins/kookma/timelines/styles/colors/warning": {
            "text": "{\n    \"class\": \"warning\",\n    \"color\": \"#856404\",\n    \"background\": \"#fff3cd\",\n    \"border\": \"#ffeeba\",\n    \"link\":\"#533f03\",\n    \"light-background\":\"#fffbef\"\n}",
            "type": "application/json",
            "created": "20190728125523989",
            "modified": "20201119113009635",
            "title": "$:/plugins/kookma/timelines/styles/colors/warning"
        },
        "$:/plugins/kookma/timelines/styles/gilan-colors.css": {
            "title": "$:/plugins/kookma/timelines/styles/gilan-colors.css",
            "created": "20190807150506323",
            "modified": "20201119113009647",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[all[shadows+tiddlers]prefix[$:/plugins/kookma/timelines/styles/colors/]]\" variable=\"type\">\n\n<$vars \n selector={{{[<type>getindex[class]addprefix[.kk-tl-gilan-]]}}} \n color={{{[<type>getindex[color]]}}} \n background-color={{{[<type>getindex[background]]}}} \n border-color={{{[<type>getindex[border]]}}} \n link-color={{{[<type>getindex[link]]}}} \n light-background={{{[<type>getindex[light-background]]}}} \n >\n \n<<selector>> { color:<<color>>;}\n</$vars>\n</$list>\n"
        },
        "$:/plugins/kookma/timelines/styles/gilan.css": {
            "title": "$:/plugins/kookma/timelines/styles/gilan.css",
            "text": "/* Lauren Chilcote acknowledged for this stylesheet */\n\n.kk-tl-gilan {\n  min-width: 160px;\n  max-width: 480px;\n  margin: auto;\n}\n\n.kk-tl-gilan .item {\n  font-size: 1em;\n  line-height: 1.75em;\n  border-top: 3px solid;\n  -o-border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);\n     border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);\n  border-image-slice: 1;\n  border-width: 3px;\n  margin: 0;\n  padding: 40px;\n  counter-increment: section;\n  position: relative;\n  /*color: #34435E;*/\n}\n.kk-tl-gilan .item:before {\n  content: counter(section);\n  position: absolute;\n  border-radius: 50%;\n  padding: 10px;\n  height: 1.25em;\n  width: 1.25em;\n  background-color: #34435E;\n  text-align: center;\n  line-height: 1.25em;\n  color: #ffffff;\n  font-size: 1em;\n}\n\n.kk-tl-gilan .item:nth-child(odd) {\n  border-right: 3px solid;\n  padding-left: 0;\n}\n.kk-tl-gilan .item:nth-child(odd):before {\n  left: 100%;\n  margin-left: -20px;\n}\n\n.kk-tl-gilan .item:nth-child(even) {\n  border-left: 3px solid;\n  padding-right: 0;\n}\n.kk-tl-gilan .item:nth-child(even):before {\n  right: 100%;\n  margin-right: -20px;\n}\n\n.kk-tl-gilan .item:first-child {\n  border-top: 0;\n  border-top-right-radius: 0;\n  border-top-left-radius: 0;\n}\n\n.kk-tl-gilan .item:last-child {\n  border-bottom-right-radius: 0;\n  border-bottom-left-radius: 0;\n}\n\n.kk-tl-gilan .item-footer{\n    margin-top: 10px;\n    font-style: italic;\n    margin-right: 20px\n}\n\n.kk-tl-gilan .item:nth-child(even) .item-footer{\n    text-align: left;\n}\n.kk-tl-gilan .item:nth-child(odd) .item-footer{\n    text-align: right;\n}\n",
            "created": "20190728031341875",
            "modified": "20201119113009677",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css",
            "url": "https://codepen.io/letsbleachthis/pen/YJgNpv"
        },
        "$:/plugins/kookma/timelines/styles/ilam/navigation-img": {
            "title": "$:/plugins/kookma/timelines/styles/ilam/navigation-img",
            "created": "20190731214015056",
            "creator": "Mohammad",
            "modified": "20201119113009691",
            "modifier": "Mohammad",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": ".kk-tl-ilam .navigation::after {\n/*background: url(img/cd-arrow.svg) no-repeat 0 0*/\nbackground: url(<<datauri \"$:/plugins/kookma/timelines/images/right-arrow\">>) no-repeat 0 0;\n}"
        },
        "$:/plugins/kookma/timelines/styles/ilam-colors.css": {
            "title": "$:/plugins/kookma/timelines/styles/ilam-colors.css",
            "created": "20190807131506701",
            "modified": "20201119113009705",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[all[shadows+tiddlers]prefix[$:/plugins/kookma/timelines/styles/colors/]]\" variable=\"type\">\n\n<$vars \n selector={{{[<type>getindex[class]addprefix[.kk-tl-ilam-]]}}} \n color={{{[<type>getindex[color]]}}} \n background-color={{{[<type>getindex[background]]}}} \n border-color={{{[<type>getindex[border]]}}} \n link-color={{{[<type>getindex[link]]}}} \n light-background={{{[<type>getindex[light-background]]}}} \n >\n \n<<selector>> { background:<<background-color>>; color:<<color>>;}\n<<selector>> {padding: 15px 10px; border-radius:2px;}\n</$vars>\n</$list>\n"
        },
        "$:/plugins/kookma/timelines/styles/ilam.css": {
            "title": "$:/plugins/kookma/timelines/styles/ilam.css",
            "text": "/* Container */\n:root {\n  --max-width-large: 800px;\n}\n\n.kk-tl-ilam {\n    position: relative;\n    height: 100px;\n    max-width: var(--max-width-large);\n}\n\n.kk-tl-ilam-container {\n    width: calc(100% - 1.25em);\n    margin-left: auto;\n    margin-right: auto\n}\n\n/* event content */\n.kk-tl-ilam-content {\n  max-width: var(--max-width-large);\n  margin-left: auto;\n  margin-right: auto\n}\n\n/*added later*/\n.cl.kk-tl-ilam {\n background-color: hsl(0, 0%, 97%);\n}\n.kk-tl-ilam *::before,\n.kk-tl-ilam *::after,\n.kk-tl-ilam *{\n  box-sizing:border-box;\n}\n\n/* list ordered and unordered */\n.kk-tl-ilam ul, \n.kk-tl-ilam ol{\n  list-type: none;\n}\n.kk-tl-ilam ul{\n    font-size:0.85em\n}\n.kk-tl-ilam li{\ndisplay:inline-block\n}\n\n/*line axis events placed on that*/\n.kk-tl-ilam .line {\n    position: absolute;\n    z-index: 1;\n      width:100%;\n    left: 0;\n    top: 49px;\n    height: 2px;\n    background-color: hsl(0, 0%, 87.3%);\n    transition: transform 0.4s;\n}\n\n/* filling line */\n.kk-tl-ilam .filling-line {\n    position: absolute;\n    z-index: 1;\n    left: 0;\n    top: 0;\n    height: 100%;\n    background-color: hsl(74, 93%, 32%);\n   -webkit-transform-origin: left center;\n   -ms-transform-origin: left center;\n    transform-origin: left center;\n    transition: -webkit-transform 0.3s;\n    transition: transform 0.3s;\n    transition: transform 0.3s, -webkit-transform 0.3s\n}\n\n/* dates */\n.kk-tl-ilam .dates {\n    position: relative;\n    height: 100%;\n    margin: 0 40px;\n    overflow: hidden\n}\n\n.kk-tl-ilam .dates::after,\n.kk-tl-ilam .dates::before {\n    content: '';\n    position: absolute;\n    z-index: 2;\n    top: 0;\n    height: 100%;\n    width: 20px\n}\n\n.kk-tl-ilam .dates::before {\n    left: 0;\n    background: linear-gradient(to right, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));\n}\n\n.kk-tl-ilam .dates::after {\n    right: 0;\n    background: linear-gradient(to left, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));\n}\n\n/* date item */\n.kk-tl-ilam .date {\n    position: absolute;\n    bottom: 0; \n    z-index: 2;\n    text-align: center;\n    font-size: 0.8em;\n    padding-bottom: 0.75em;\n    color: hsl(0, 0%, 22%);\n    user-select: none;\n    text-decoration: none\n}\n\n.kk-tl-ilam .date::after {\n    content: '';\n    position: absolute;\n /*   left: 50%;\n    -webkit-transform: translateX(-50%);\n    -ms-transform: translateX(-50%);\n    transform: translateX(-50%);*/\n    bottom: -5px;\n    height: 12px;\n    width: 12px;\n    border-radius: 50%;\n    border-width: 2px;\n    border-style: solid;\n    border-color: hsl(0, 0%, 87.3%);\n    background-color: hsl(0, 0%, 97%);\n    transition: background-color 0.3s, border-color .3s\n}\n\n.kk-tl-ilam .date:hover::after {\n    background-color: hsl(74, 93%, 32%);\n    border-color: hsl(74, 93%, 32%);\n}\n\n/* date older event */\n.kk-tl-ilam .date--older-event::after {\n    border-color: hsl(74, 93%, 32%);\n}\n\n/* date selected */\n.kk-tl-ilam .date--selected {\n    pointer-events: none\n}\n\n.kk-tl-ilam .date--selected::after {\n    background-color: hsl(74, 93%, 32%);\n    border-color: hsl(74, 93%, 32%);\n}\n\n/* navigation buttons */\n.kk-tl-ilam .navigation {\n    position: absolute;\n    z-index: 1;\n    top: 50%;\n    -webkit-transform: translateY(-50%);\n    -ms-transform: translateY(-50%);\n    transform: translateY(-50%);\n    height: 34px;\n    width: 34px;\n    border-radius: 50%;\n    border-width: 2px;\n    border-style: solid;\n    border-color: hsl(0, 0%, 87.3%);\n    transition: border-color 0.3s\n}\n\n.kk-tl-ilam .navigation::after {\n    content: '';\n    position: absolute;\n    height: 16px;\n    width: 16px;\n    top: 50%;\n    left: 50%;\n    -webkit-transform: translateX(-50%) translateY(-50%);\n    -ms-transform: translateX(-50%) translateY(-50%);\n    transform: translateX(-50%) translateY(-50%);\n}\n\n.kk-tl-ilam .navigation:hover {\n    border-color: hsl(74, 93%, 32%)\n}\n\n.kk-tl-ilam .navigation--prev {\n    left: 0;\n    -webkit-transform: translateY(-50%) rotate(180deg);\n    -ms-transform: translateY(-50%) rotate(180deg);\n    transform: translateY(-50%) rotate(180deg)\n}\n\n\n.kk-tl-ilam .navigation--next {\n    right: 0\n}\n\n/*text replace*/\n.kk-tl-ilam .text-replace {\n    overflow: hidden;\n    color: transparent;\n    text-indent: 100%;\n    white-space: nowrap\n}\n\n/* remove blue border from buttons */\n.kk-tl-ilam .tc-btn-invisible { outline:none; }\n\n",
            "created": "20190731203939797",
            "creator": "Mohammad",
            "list": "",
            "modified": "20201119113009721",
            "modifier": "Mohammad",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/timelines/styles/kerman-colors.css": {
            "title": "$:/plugins/kookma/timelines/styles/kerman-colors.css",
            "created": "20190728113300986",
            "modified": "20201119113009733",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[all[shadows+tiddlers]prefix[$:/plugins/kookma/timelines/styles/colors/]] -[<currentTiddler>]\" variable=\"type\">\n\n<$vars \n selector={{{[<type>getindex[class]addprefix[.kk-tl-kerman-]]}}} \n color={{{[<type>getindex[color]]}}} \n background-color={{{[<type>getindex[background]]}}} \n border-color={{{[<type>getindex[border]]}}} \n link-color={{{[<type>getindex[link]]}}} \n >\n \n<<selector>> ul li{color:<<color>>; background-color: <<background-color>>; border-color: <<border-color>>;\t}\t\t\n<<selector>> ul:before{border-color:<<border-color>>;}\n<<selector>> ul li > span{border-color:<<border-color>>;}\n<<selector>> ul li > span:before, \n<<selector>> ul li > span:after{background:<<background-color>>; border-color:<<border-color>>;}\n<<selector>> .item-timedate span{color:<<color>>;}\n<<selector>> .item-link {color:<<link-color>>;}\n</$vars>\n</$list>\n"
        },
        "$:/plugins/kookma/timelines/styles/kerman.css": {
            "title": "$:/plugins/kookma/timelines/styles/kerman.css",
            "text": "/*The Kerman main stylesheet*/\n.kk-tl-kerman{\n    margin:0 10%;\n    padding: 10px 0 40px 60px\n}\n\n.kk-tl-kerman ul{\n    list-style-type: none;\n    margin: 0;\n    padding: 0;\n    position: relative;\n    transition: all 0.5s linear;\n    top:0\n}\n\n.kk-tl-kerman ul:last-of-type{\n    top:40px\n }\n\n.kk-tl-kerman ul:before{\n    content: \"\";\n    display: block;\n    width: 0;\n    height: 100%;\n    position: absolute;\n    top:0;\n    left:30px;\n    border-width:1px;\n    border-style:dashed;\n}\n\n\n.kk-tl-kerman ul li{\n    margin: 20px 60px 60px;\n    position: relative;\n    padding: 10px 20px;\n    border-radius: 10px;\n    line-height: 20px;\n    width: 65%\n}\n\n\n.kk-tl-kerman ul li > span{\n    content: \"\";\n    display: block;\n    width: 0;\n    height: 100%;\n    position: absolute;\n    top:0;\n    left:-30px;\n\tborder-width:1px;\n    border-style:solid;\n}\n\n\n\n.kk-tl-kerman ul li > span:before,\n.kk-tl-kerman ul li > span:after{\n    content: \"\";\n    display: block;\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    position: absolute;\n    left:-7.5px;\n\t\tborder-width:2px;\n\t\tborder-style:solid;\n}\n\n\n\n.kk-tl-kerman .item-title{\n    text-transform: uppercase;\n    font-weight: 700;\n    margin-bottom: 5px\n}\n\n\n.kk-tl-kerman .item-body:first-letter{\n  text-transform: capitalize;\n\tline-height: 1.7\n}\n\n.kk-tl-kerman .item-footer{\n    margin-top: 10px;\n    text-transform: capitalize;\n    font-style: italic;\n    text-align: right;\n    margin-right: 20px\n}\n\n\n.kk-tl-kerman .item-timedate span{\n    position: absolute;\n    font-size:80%;\n    font-weight: bold;\n}\n/*   */\n\n.kk-tl-kerman .item-link{\n    font-weight:700;\n}\n\n/* date time */\n.kk-tl-kerman .item-timedate span:first-child {left:-93px; top:-14px;}\n.kk-tl-kerman .item-timedate span:last-child {left:-73px; bottom:-10px;}\n\n.kk-tl-kerman ul li > span:before{top:-10px}\n.kk-tl-kerman ul li > span:after{bottom:-10px;}",
            "created": "20190728105114218",
            "modified": "20201119113009748",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/timelines/styles/tehran-colors.css": {
            "title": "$:/plugins/kookma/timelines/styles/tehran-colors.css",
            "created": "20190807113546515",
            "modified": "20201119113009762",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[all[shadows+tiddlers]prefix[$:/plugins/kookma/timelines/styles/colors/]]\" variable=\"type\">\n\n<$vars \n selector={{{[<type>getindex[class]addprefix[.kk-tl-tehran-]]}}} \n color={{{[<type>getindex[color]]}}} \n background-color={{{[<type>getindex[background]]}}} \n border-color={{{[<type>getindex[border]]}}} \n link-color={{{[<type>getindex[link]]}}} \n light-background={{{[<type>getindex[light-background]]}}} \n >\n \n<<selector>> .kk-tl-tehran-content{ background:<<background-color>>; color:<<color>>;}\n<<selector>> li {color:<<color>>;background:<<background-color>>;}\n<<selector>> .kk-tl-tehran-active {background:<<background-color>>;}\n<<selector>> .kk-tl-tehran-active~li {color:<<color>>; background:<<light-background>>;}\n\n</$vars>\n</$list>\n\n/*overwrite light theme for Tehran*/\n.kk-tl-tehran-light li {background:#d7d8d8;}\n.kk-tl-tehran-light .kk-tl-tehran-active {background:#e8e9e9;}"
        },
        "$:/plugins/kookma/timelines/styles/tehran.css": {
            "title": "$:/plugins/kookma/timelines/styles/tehran.css",
            "text": ".kk-tl-tehran{\n  width:60%;\n  margin: 10px auto;\n\tbox-sizing:border-box;\n}\n\n.kk-tl-tehran-content{\n  padding:15px;\n  min-height:140px;\n /* border-width:1px;\n  border-style:dotted; */\n}\n\n.kk-tl-tehran ul{\n  padding:0;\n  text-align:center;\n}\n.kk-tl-tehran li {\n  width: 2em;\n  height: 2em;\n  line-height: 2em;\n  text-align: center;\n  border-radius: 50%;\n  display: inline-block;\n  position: relative;\n  margin: 8px 5px;\n}\n\n/*Extra setting */\n.kk-tl-tehran .tc-btn-invisible { outline:none; }\n\n\n/* Colors \n\n.kk-tl-tehran-textbox{\n\tborder-color:dodgerblue;\n}\n.kk-tl-tehran li {\n\t  color: white;\n\t  background: dodgerblue;\n}\n.kk-tl-tehran-active {\n  background: dodgerblue;\n}\n\n.kk-tl-tehran-active~li {\n  background: lightblue;\n}\n\n.kk-tl-tehran-active~li::before {\n  background: lightblue;\n}\n\n*/",
            "created": "20190729191846502",
            "creator": "Mohammad",
            "modified": "20201119113009777",
            "modifier": "Mohammad",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/timelines/templates/gilan": {
            "title": "$:/plugins/kookma/timelines/templates/gilan",
            "created": "20190804113001452",
            "modified": "20201119113315559",
            "type": "text/vnd.tiddlywiki",
            "text": "<div class=\"item-title\"><$link class=\"item-link\"><$text text=<<currentTiddler>>/></$link></div>\n<div class=\"tc-subtitle\"><$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/></div>\n<$transclude mode=\"block\"/>\n<div class=\"item-footer\"><$view field=<<__footer__>>/></div>"
        },
        "$:/plugins/kookma/timelines/templates/ilam": {
            "title": "$:/plugins/kookma/timelines/templates/ilam",
            "created": "20190804113037299",
            "modified": "20201119113315594",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<h1><$transclude field=\"title\"/></h1>\n<$transclude mode=\"block\"/>"
        },
        "$:/plugins/kookma/timelines/templates/kerman": {
            "title": "$:/plugins/kookma/timelines/templates/kerman",
            "created": "20190804113047364",
            "modified": "20201119113315611",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<div class=\"item-title\"><$link class=\"item-link\"><$text text=<<currentTiddler>>/></$link></div>\n<div class=\"item-body\"><$transclude mode=\"block\"/></div>\n<div class=\"item-footer\"><$view field=<<__footer__>>/></div>\n"
        },
        "$:/plugins/kookma/timelines/templates/tehran": {
            "title": "$:/plugins/kookma/timelines/templates/tehran",
            "created": "20190804113057300",
            "modified": "20201119113315627",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<$transclude mode=block/>"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/kookma/toc/history": {
            "title": "$:/plugins/kookma/toc/history",
            "created": "20200220093235978",
            "modified": "20200313203750327",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "!! Revision 1.3.0\n* date:[13th Mar 2020]\n* [NEW] global variable `adminTid` is added to allow adminstration rules. If set to `reader` will hide the `switch to author mode` \n\n!! Revision 1.2.0\n* date:[11th Mar 2020]\n* [FIXED] issue in font weight of opened-item\n* [FIXED] color of navigation button removed\n* [NEW] opened entry has a left solid bar\n\n!! Revision 1.1.0\n* date:[28th Feb 2020]\n* [NEW] `toc-ui` macro\n* [NEW] outliner (drag and drop to re arrange entries)\n* [NEW] bookmarks\n* [NEW] improved documentation\n\n!! Revision 1.0.0\n* Date: [21st Feb 2020]\n* [NEW] documentation improved\n* [NEW] code polished\n* [NEW] common macros and styles mereged\n\n!! Revision 0.5.0\n* Date: [14 Feb 2020]\n* [NEW] documentation improved\n* [NEW] examples added\n* [NEW] outline numbered class is added\n\n!! Revision 0.1.0\n* Date: [23rd Jan 2020]\n* first release"
        },
        "$:/plugins/kookma/toc/license": {
            "title": "$:/plugins/kookma/toc/license",
            "created": "20200220093235979",
            "modified": "20200227232831721",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Distributed under an MIT license.\n\nCopyright (c) 2020 [[Mohammad Rahmani|https://github.com/kookma]]\n\n<<<\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n<<<\n"
        },
        "$:/plugins/kookma/toc/macros/helper": {
            "title": "$:/plugins/kookma/toc/macros/helper",
            "created": "20200220082105852",
            "modified": "20200227232831717",
            "tags": "$:/tags/Macro/Toc",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define tidSelectedItem() $:/temp/toc/selected-item/$(stateTiddler)$\n\\define tidToggleState()  $:/temp/toc/toggle/$(stateTiddler)$\n\n\\define tidShowMode()  $:/temp/toc/show-mode/$(stateTiddler)$\n\\define tidExpandAll() $:/temp/toc/expand-all//$(stateTiddler)$\n\\define tidShowTools() $:/temp/toc/show-tools/$(stateTiddler)$\n\n\\define tidTocTemplate()    $:/plugins/kookma/toc/templates/show-single-item\n\\define tidBookmarkConfig() $:/config/toc/bookmarks/$(stateTiddler)$"
        },
        "$:/plugins/kookma/toc/macros/multilevel-draggable": {
            "title": "$:/plugins/kookma/toc/macros/multilevel-draggable",
            "created": "20200225205504695",
            "modified": "20200227232831713",
            "tags": "$:/tags/Macro/Toc",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define toc-item-dragdata()      $:/temp/toc/dragdata\n\\define toc-item-dragdata-path() $:/temp/toc/dragdata/path\n\\define toc-item-dragstart()   \n<$action-setfield  $tiddler=<<toc-item-dragdata>> text=<<actionTiddler>> />\n<$action-setfield  $tiddler=<<toc-item-dragdata-path>> text=<<path>> />\n\\end\n\\define toc-item-dragend()  \n<$action-deletetiddler $tiddler=<<toc-item-dragdata>> />\n<$action-deletetiddler $tiddler=<<toc-item-dragdata-path>> />\n\\end\n\n\\define toc_caption()\n<$transclude field=\"caption\">\n   <$view field=\"title\"/>\n</$transclude>\n\\end\n\n\\define toc-item-dragtip()\n<$wikify name=actionTiddler text={{{ [<toc-item-dragdata>get[text]] }}}><!--handles title with space in title-->\n<$vars actionTiddlerx={{{ [<toc-item-dragdata>get[text]] }}}>\n<$list filter=\"[<actionTiddler>!match<item>]\"> <!-- DON'T SHOW TIP ON SELF -->\n   <div class=\"kk-toc-dragtip\">\n      <nobr>drop <$tiddler tiddler=<<actionTiddler>>>''<<toc_caption>>''</$tiddler></nobr><br>\n      <nobr>onto <$tiddler tiddler=<<item>>         >''<<toc_caption>>''</$tiddler></nobr><br>\n      <div style=\"font-size:80%; border-top:1px solid; margin-top:0.2em;\">\n         NO KEY=insert before, SHIFT=insert after, CTRL=drop into\n      </div>\n   </div>\n</$list>\n</$vars>\n</$wikify>\n\\end\n\n\n\\define toc-item-drop()\n<$reveal default=<<actionTiddler>> type=\"nomatch\" text=<<item>>> <!-- DON'T DROP ON SELF -->\n   <!-- get OLDTAG and NEWTAG, exclude special TiddlyBook tags -->\n   <$vars sourcepath={{{ [<toc-item-dragdata-path>get[text]] }}}\n          targetpath=<<path>> >\n   <$vars oldtag= {{{ [<sourcepath>split[/]]-[<actionTiddler>]+[last[]]  }}}\n           newtag={{{ [<targetpath>split[/]]-[<item>]+[last[]]  }}}>\n   <$reveal default=<<modifier>> type=\"match\" text=\"normal\"> <!-- DROP BEFORE SIBLING -->\n      <$set name=\"order\" filter=\"[<newtag>tagging[]]\">\n      <$list filter=<<order>>> <$action-deletefield $field=\"list-before\"/> <$action-deletefield $field=\"list-after\"/> </$list>\n      <$action-listops $tiddler=<<actionTiddler>> $field=\"tags\" $subfilter=\"-[<oldtag>] [<newtag>]\" />\n      <$action-listops $tiddler=<<oldtag>>        $field=\"list\" $subfilter=\"-[<actionTiddler>]\" />\n      <$action-listops $tiddler=<<newtag>>        $field=\"list\" $subfilter=\"[enlist<order>] -[<actionTiddler>] [<actionTiddler>] +[putbefore<item>]\" />\n      </$set>\n   </$reveal>\n   <$reveal default=<<modifier>> type=\"match\" text=\"shift\"> <!-- DROP AFTER SIBLING -->\n      <$set name=\"order\" filter=\"[<newtag>tagging[]]\">\n      <$list filter=<<order>>> <$action-deletefield $field=\"list-before\"/> <$action-deletefield $field=\"list-after\"/> </$list>\n      <$action-listops $tiddler=<<actionTiddler>> $field=\"tags\" $subfilter=\"-[<oldtag>] [<newtag>]\" />\n      <$action-listops $tiddler=<<oldtag>>        $field=\"list\" $subfilter=\"-[<actionTiddler>]\" />\n      <$action-listops $tiddler=<<newtag>>        $field=\"list\" $subfilter=\"[enlist<order>] -[<actionTiddler>] [<actionTiddler>] +[putafter<item>]\" />\n      </$set>\n   </$reveal>\n   <$reveal default=<<modifier>> type=\"match\" text=\"ctrl\"> <!-- DROP AS CHILD -->\n      <$set name=\"order\" filter=\"[<item>tagging[]]\">\n      <$list filter=<<order>>> <$action-deletefield $field=\"list-before\"/> <$action-deletefield $field=\"list-after\"/> </$list>\n      <$action-listops $tiddler=<<actionTiddler>> $field=\"tags\" $subfilter=\"-[<oldtag>] [<item>]\" />\n      <$action-listops $tiddler=<<oldtag>>        $field=\"list\" $subfilter=\"-[<actionTiddler>]\" />\n      <$action-listops $tiddler=<<item>>          $field=\"list\" $subfilter=\"[enlist<order>] -[<actionTiddler>] [<actionTiddler>]\" />\n      </$set>\n   </$reveal>\n   </$vars>\n   </$vars>\n</$reveal>\n\\end"
        },
        "$:/plugins/kookma/toc/macros/multilevel-exapndable": {
            "title": "$:/plugins/kookma/toc/macros/multilevel-exapndable",
            "created": "20200129100032272",
            "modified": "20200227232831709",
            "tags": "$:/tags/Macro/Toc",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define toc-show-item-authormode(item, is-branch:no)\n<$vars item=<<__item__>> is-branch=<<__is-branch__>> >\n<$droppable actions=<<toc-item-drop>>>\n\t<div class=\"tc-droppable-placeholder kk-toc-placeholder\"></div> \n\t<$draggable tiddler=<<item>> startactions=<<toc-item-dragstart>> endactions=<<toc-item-dragend>> dragimagetype=\"blank\">\n\t{{$item$||$(tidTocTemplate)$}}\n\t</$draggable>\n\t<div class=\"tc-droppable-placeholder kk-toc-placeholder\"><<toc-item-dragtip>></div> \n</$droppable>\n</$vars>\n\\end\n\n\\define toc-show-item-readermode(item, is-branch:no)\n<$vars item=<<__item__>> is-branch=<<__is-branch__>> >\n    {{$item$||$(tidTocTemplate)$}}\n</$vars>\n\\end\n\n\n\\define toggle-branch()\n<$reveal type=\"nomatch\" stateTitle=<<tidToggleState>> stateIndex=<<path>> text=\"yes\">\n  <$button class=\"tc-btn-invisible\" setTitle=<<tidToggleState>> setIndex=<<path>> setTo=\"yes\">\n   {{$:/core/images/right-arrow}}\n  </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<tidToggleState>> stateIndex=<<path>> text=\"yes\">\n  <$button class=\"tc-btn-invisible\" setTitle=<<tidToggleState>> setIndex=<<path>> >\n   {{$:/core/images/down-arrow}}\n  </$button>\n </$reveal>\n\\end \n\n\n\\define _toc-tree-body(here, exclude, path)\n<$vars path=\"\"\"$path$/$here$\"\"\">\n<$list filter=\"\"\"[tag[$here$]] $exclude$ +[limit[1]]\"\"\" emptyMessage=\"\"\"<li style=\"padding-left:1.2em\"><$macrocall $name=<<toc-show-mode>> item=<<__here__>> /></li>\"\"\" variable=ignore>\n <li><$macrocall $name=<<toc-show-mode>>  item=<<__here__>> is-branch=\"yes\"/></li>\n <$reveal type=\"match\" stateTitle=<<tidToggleState>> stateIndex=<<path>> text=\"yes\">\n <ol>\n   <$list filter=\"\"\"[tag[$here$]] $exclude$\"\"\">\n     <$macrocall $name=\"_toc-tree-body\" here=<<currentTiddler>> exclude=\"\"\"$exclude$ -[[$here$]]\"\"\" path=<<path>>/>\n   </$list>\n </ol>\n </$reveal>\n</$list> \n</$vars>\n\\end\n\n\n\\define toc-tree(here, exclude, mode)\n<$set name=toc-show-mode value=<<__mode__>> emptyValue=\"toc-show-item-readermode\">\n<div class=\"kk-toc\" style=\"margin-top:-10px;\">\n<ol>\n<$list filter=\"\"\"[tag[$here$]] $exclude$ -[[$here$]]\"\"\">\n<$macrocall $name=\"_toc-tree-body\" here=<<currentTiddler>> exclude=\"\"\"$exclude$ -[[$here$]]\"\"\" path=\"\"\"$here$\"\"\" />\n</$list>\n</ol>\n</div>\n</$set>\n\\end\n\n\\define item-path() $(path)$/$(item)$\n\n\\define _toc-expand(here, exclude, path)\n<$list filter=\"\"\"[tag[$here$]] $exclude$ -[[$here$]]\"\"\">\n<$vars item=<<currentTiddler>> path=\"\"\"$path$\"\"\" >\n   <$action-setfield $tiddler=<<tidToggleState>>  $index=\"\"\"$path$\"\"\" $value=\"yes\"/>\n   <$macrocall $name=\"_toc-expand\" here=<<item>> exclude=\"\"\"$exclude$ -[[$here$]]\"\"\" path=<<item-path>>/>\n</$vars>\t \n</$list>\n\\end\n\n\n\\define collapse-expand-all(here, exclude)\n<$reveal type=\"match\" stateTitle=<<tidExpandAll>> stateField=\"text\" text=\"expand-all\">\n<$button class=\"tc-btn-invisible kk-toc-btn\" tooltip=\"collapse all\">{{$:/core/images/fold-button}}\n<$action-deletetiddler $tiddler=<<tidToggleState>> />\n<$action-setfield $tiddler=<<tidExpandAll>>  text=\"collapse-all\"/>\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" stateTitle=<<tidExpandAll>> stateField=\"text\" text=\"expand-all\">\n<$button class=\"tc-btn-invisible kk-toc-btn\" tooltip=\"expand all\">{{$:/core/images/unfold-button}}\n<$macrocall $name=\"_toc-expand\" here=<<__here__>> exclude=<<__exclude__>> path=<<__here__>> />\n<$action-setfield $tiddler=<<tidExpandAll>>  text=\"expand-all\"/>\n</$button>\n</$reveal>\n\\end\n\n\\define multilevel-toc-expandable(tag:\"TableOfContents\", exclude:\"\", stateTiddler:\"multilevelState\")\n<$set name=stateTiddler value=<<__stateTiddler__>> >\n<$macrocall $name=collapse-expand-all  here=<<__tag__>> exclude=<<__exclude__>>  />\n<$macrocall $name=toc-tree here=<<__tag__>> exclude=<<__exclude__>> mode=\"toc-show-item-readermode\" />\n</$set>\n\\end"
        },
        "$:/plugins/kookma/toc/macros/multilevel-navigation": {
            "title": "$:/plugins/kookma/toc/macros/multilevel-navigation",
            "created": "20200126065458722",
            "modified": "20200227232831705",
            "tags": "$:/tags/Macro/Toc",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define toc-list(here,exclude)\n<$list filter=\"\"\"[tag[$here$]] $exclude$ -[[$here$]]\"\"\">\n   <$text text=\"[[\"/><<currentTiddler>><$text text=\"]]\"/>\n   <$macrocall $name=\"toc-list\" here=<<currentTiddler>> exclude=\"\"\"$exclude$ -[[$here$]]\"\"\"/>\n</$list>\n\\end\n\n\\define toc-hierarchical-navigation(tag:\"\", class, close:\"no\")\n<$wikify name=\"all\" text=\"\"\"<$macrocall $name=\"toc-list\" here=<<__tag__>> />\"\"\">\n<$vars  prev={{{ [enlist<all>before<currentTiddler>] }}} >\n<$vars  next={{{ [enlist<all>after<currentTiddler>]  }}}  >\n<div class=\"$class$\">\n<$list filter=\"[<prev>!is[missing]]\" variable=\"prevTiddler\">\n<$button to=<<prevTiddler>> tooltip=<<prevTiddler>> class=\"tc-btn-invisible $class$\">previous\n<$action-setfield $tiddler=<<tidSelectedItem>> text=<<prevTiddler>> />  \n<$list filter=\"[<__close__>match[yes]]\" variable=ignore><$action-sendmessage $message=\"tm-close-tiddler\" $param=<<currentTiddler>>/></$list>\n</$button>\n</$list>\n<$list filter=\"[<next>!is[missing]] [<prev>!is[missing]] +[count[]] -1 -0\" variable=ignore>|</$list>\n<$list filter=\"[<next>!is[missing]]\" variable=\"nextTiddler\">\n<$button to=<<nextTiddler>> tooltip=<<nextTiddler>> class=\"tc-btn-invisible $class$\">next\n<$action-setfield $tiddler=<<tidSelectedItem>> text=<<nextTiddler>> />  \n<$list filter=\"[<__close__>match[yes]]\" variable=ignore><$action-sendmessage $message=\"tm-close-tiddler\" $param=<<currentTiddler>>/></$list>\n</$button>\n</$list>\n</div>\n</$vars>\n</$vars>\n</$wikify>\n\\end\n\n\n\\define multilevel-toc-navigation(tag:\"TableOfContents\", close:\"no\", class:\"\", stateTiddler:\"multilevelState\")\n<$set name=stateTiddler value=<<__stateTiddler__>> >\n<$list filter=\"[<currentTiddler>!is[system]]\">\n   <div class=\"kk-toc-hideForPrint\">\n     <$macrocall $name=\"toc-hierarchical-navigation\"\n       tag=\"\"\"$tag$\"\"\" close=<<__close__>> class=<<__class__>> />\n   </div>\n</$list>\n</$set>\n\\end"
        },
        "$:/plugins/kookma/toc/macros/multilevel-toc-all": {
            "title": "$:/plugins/kookma/toc/macros/multilevel-toc-all",
            "created": "20200227180558214",
            "modified": "20200313201450721",
            "tags": "$:/tags/Macro/Toc",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define toc-all-body(here,exclude)\n<$list filter=\"\"\"[tag[$here$]] $exclude$ -[[$here$]]\"\"\">\n  <li><$link/></li>\n  <$list filter=\"[tag<currentTiddler>]+[limit[1]]\" variable=ignore>\n    <ol style=\"padding-left:1.5em\">\n      <$macrocall $name=\"toc-all-body\" here=<<currentTiddler>> exclude=\"\"\"$exclude$ -[[$here$]]\"\"\"/>\n    </ol>\n</$list>\n</$list>\n\\end\n\n\\define toc-all(tag, exclude)\n<div class=\"kk-toc\">\n  <ol>\n    <$macrocall $name=\"toc-all-body\" here=<<__tag__>> exclude=<<__exclude__>> />\n  </ol>\n</div>\n\\end"
        },
        "$:/plugins/kookma/toc/macros/multilevel-ui": {
            "title": "$:/plugins/kookma/toc/macros/multilevel-ui",
            "created": "20200226221456462",
            "modified": "20200313200405874",
            "tags": "$:/tags/Macro/Toc",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define show-mode()\n<$reveal type=\"nomatch\" stateTitle=<<tidShowMode>> stateField=\"text\" text=\"toc-show-item-authormode\">\n<$button class=\"tc-btn-invisible kk-toc-btn\" tooltip=\"switch to author mode\">{{$:/core/images/edit-button}}\n<$action-setfield $tiddler=<<tidShowMode>>  text=\"toc-show-item-authormode\"/>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<tidShowMode>> stateField=\"text\" text=\"toc-show-item-authormode\">\n<$button class=\"tc-btn-invisible kk-toc-btn\" tooltip=\"switch to reader mode\">{{$:/core/images/done-button}}\n<$action-setfield $tiddler=<<tidShowMode>>  text=\"toc-show-item-readermode\"/>\n</$button>\n</$reveal>\n\\end\n\n\\define remove-all-bookmarks()\n<$button class=\"tc-btn-invisible kk-toc-btn\" tooltip=\"remove all bookmarks\">&#x2606;\n<$list filter=\"[<tidBookmarkConfig>!is[missing]]\" variable=ignore>\n<$action-deletetiddler $tiddler=<<tidBookmarkConfig>> />\n</$list>\n</$button>\n\\end\n\n\\define toggle-display-btnTools()\n<$list filter=\"[<tidShowTools>get[text]match[show]]\"\n emptyMessage=\"\"\"<$action-setfield $tiddler=<<tidShowTools>> text=\"show\"/>\"\"\">\n<$action-setfield $tiddler=<<tidShowTools>> text=\"hide\"/>\n</$list>\n\\end\n\n\\define toc-manager-ui()\n<span class=\"kk-toc-tools-manager\"> --- &nbsp;\n<$button class=\"tc-btn-invisible kk-toc-btn\" tooltip=\"toggle tools buttons\" actions=<<toggle-display-btnTools>>>\n{{$:/core/images/options-button}}\n</$button>\n<$reveal stateTitle=<<tidShowTools>> stateField=text text=\"show\" type=\"match\">\n<$macrocall $name=\"collapse-expand-all\" here=<<__tag__>> exclude=<<__exclude__>> />\n<$reveal type=nomatch stateTitle=<<adminTid>> stateField=\"text\" text=\"reader\" default=\"author\">\n<<show-mode>><!--only hide edit tools if adminTid tiddler text is reader-->\n</$reveal>\n<<remove-all-bookmarks>>\n</$reveal>\n</span>\n\\end\n\n\\define toc-ui(tag:\"TableOfContents\", exclude:\"\", stateTiddler:\"multilevelState\")\n<$set name=stateTiddler value=<<__stateTiddler__>> >\n<<toc-manager-ui>>\n<$macrocall $name=toc-tree here=<<__tag__>> exclude=<<__exclude__>> mode={{{[<tidShowMode>get[text]]}}} />\n</$set>\n\\end\n\n"
        },
        "$:/plugins/kookma/toc/macros/twolevel-expandable": {
            "title": "$:/plugins/kookma/toc/macros/twolevel-expandable",
            "created": "20200129073852901",
            "modified": "20200227232831693",
            "tags": "$:/tags/Macro/Toc",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define twolevel-toc-show-single-item(item)\n<$set name=\"openItemClass\" filter=\"[<tidSelectedItem>get[text]match<__item__>]\" value=\"tc-btn-invisible kk-toc-opened-item\" emptyValue=\"tc-btn-invisible tc-tiddlylink\">\n<$button class=<<openItemClass>> style=\"outline:none;\" to=<<__item__>> dragTiddler=<<__item__>>>\n  <$view tiddler=<<__item__>> field=\"caption\">\n    <$view tiddler=<<__item__>> field=\"title\"></$view>\n  </$view>\n<$action-setfield $tiddler=<<tidSelectedItem>> text=<<__item__>> />    \n</$button>\n</$set>\n\\end \n\n\n\\define twolevel-toc-body(here, exclude)\n<$list filter=\"\"\"[tag[$here$]] $exclude$ +[limit[1]]\"\"\" emptyMessage=\"\"\"<li class=\"kk-toc-item\" style=\"padding-left:1.2em\"><$macrocall $name=twolevel-toc-show-single-item item=<<__here__>> /></li>\"\"\" variable=ignore>\n<li class=\"kk-toc-item\">\n<$reveal type=\"nomatch\" stateTitle=<<tidToggleState>> stateIndex=<<__here__>> text=\"yes\">\n  <$button class=\"tc-btn-invisible tc-tiddlylink\" style=\"outline:none;\" setTitle=<<tidToggleState>> setIndex=<<__here__>> setTo=\"yes\">\n   {{$:/core/images/right-arrow}}\n  </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<tidToggleState>> stateIndex=<<__here__>> text=\"yes\">\n  <$button class=\"tc-btn-invisible tc-tiddlylink\" style=\"outline:none;\" setTitle=<<tidToggleState>> setIndex=<<__here__>> setTo=\"no\">\n   {{$:/core/images/down-arrow}}\n  </$button>\n </$reveal>\n<$macrocall $name=twolevel-toc-show-single-item item=<<__here__>> />\n</li>\n<$reveal type=\"match\" stateTitle=<<tidToggleState>> stateIndex=<<__here__>> text=\"yes\">\n<ol>\n<$list filter=\"\"\"[tag[$here$]] $exclude$\"\"\">\n<li class=\"kk-toc-item\"><$macrocall $name=twolevel-toc-show-single-item item=<<currentTiddler>> /></li>\n</$list>\n</ol>\n</$reveal>\n\\end\n\n\n\\define twolevel-toc-tree(here, exclude)\n<div class=\"kk-toc\" style=\"margin-top:-10px\">\n<ol>\n<$list filter=\"\"\"[tag[$here$]] $exclude$\"\"\"> \n<$macrocall $name=twolevel-toc-body here=<<currentTiddler>> exclude=<<__exclude__>> />\n</$list>\n</ol>\n</div>\n\\end\n\n\n\\define twolevel-toc-expand-all(here, exclude)\n<$list filter=\"\"\"[tag[$here$]] $exclude$\"\"\"> \n<$list filter=\"[tag<currentTiddler>count[]!match[0]]\" variable=ignore>\n<$action-setfield $tiddler=<<tidToggleState>>  $index=<<currentTiddler>> $value=\"yes\"/>\n</$list>\n</$list>\n\\end\n\n\n\\define twolevel-collapse-expand-all(here, exclude)\n<$reveal type=\"match\" stateTitle=<<tidExpandAll>> stateField=\"text\" text=\"expand-all\">\n<$button tooltip=\"collapse all\" class=\"tc-btn-invisible kk-toc-btn\" style=\"outline:none;\" tooltip=\"collapse all\">{{$:/core/images/fold-button}}\n<$action-deletetiddler $tiddler=<<tidToggleState>> />\n<$action-setfield $tiddler=<<tidExpandAll>>  text=\"collapse-all\"/>\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" stateTitle=<<tidExpandAll>> stateField=\"text\" text=\"expand-all\">\n<$button tooltip=\"expand all\" class=\"tc-btn-invisible kk-toc-btn\" style=\"outline:none;\">{{$:/core/images/unfold-button}}\n<$macrocall $name=\"twolevel-toc-expand-all\" here=<<__here__>> exclude=<<__exclude__>> />\n<$action-setfield $tiddler=<<tidExpandAll>>  text=\"expand-all\"/>\n</$button>\n</$reveal>\n\\end\n\n\n\\define twolevel-toc-expandable(tag:\"Contents\", exclude:\"\", stateTiddler:\"twolevelState\")\n<$set name=stateTiddler value=<<__stateTiddler__>> >\n<$macrocall $name=twolevel-collapse-expand-all  here=<<__tag__>> exclude=<<__exclude__>>  />\n<$macrocall $name=twolevel-toc-tree  here=<<__tag__>> exclude=<<__exclude__>>   />\n</$set>\n\\end"
        },
        "$:/plugins/kookma/toc/macros/twolevel-navigation": {
            "title": "$:/plugins/kookma/toc/macros/twolevel-navigation",
            "created": "20200220082243485",
            "modified": "20200227232831689",
            "tags": "$:/tags/Macro/Toc",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define twolevel-toc-list(here, exclude)\n<$list filter=\"\"\"[tag[$here$]] $exclude$\"\"\"> \n<$text text=\"[[\"/><<currentTiddler>><$text text=\"]]\"/>\n  <$list filter=\"\"\"[tag<currentTiddler>] $exclude$\"\"\">\n    <$text text=\"[[\"/><<currentTiddler>><$text text=\"]]\"/>\n  </$list>\n</$list>\n\\end\n\n\\define twolevel-toc-hierarchical-navigation(tag:\"\", class, close:\"no\")\n<$wikify name=\"all\" text=\"\"\"<$macrocall $name=\"twolevel-toc-list\" here=<<__tag__>> />\"\"\">\n<$vars  prev={{{ [enlist<all>before<currentTiddler>] }}} >\n<$vars  next={{{ [enlist<all>after<currentTiddler>]  }}}  >\n<div class=\"$class$\">\n<$list filter=\"[<prev>!is[missing]]\" variable=\"prevTiddler\">\n<$button to=<<prevTiddler>> tooltip=<<prevTiddler>> class=\"tc-btn-invisible $class$\">previous\n<$action-setfield $tiddler=<<tidSelectedItem>> text=<<prevTiddler>> />  \n<$list filter=\"[<__close__>match[yes]]\" variable=ignore><$action-sendmessage $message=\"tm-close-tiddler\" $param=<<currentTiddler>>/></$list>\n</$button>\n</$list>\n<$list filter=\"[<next>!is[missing]] [<prev>!is[missing]] +[count[]] -1 -0\" variable=ignore>|</$list>\n<$list filter=\"[<next>!is[missing]]\" variable=\"nextTiddler\">\n<$button to=<<nextTiddler>> tooltip=<<nextTiddler>> class=\"tc-btn-invisible $class$\">next\n<$action-setfield $tiddler=<<tidSelectedItem>> text=<<nextTiddler>> />  \n<$list filter=\"[<__close__>match[yes]]\" variable=ignore><$action-sendmessage $message=\"tm-close-tiddler\" $param=<<currentTiddler>>/></$list>\n</$button>\n</$list>\n</div>\n</$vars>\n</$vars>\n</$wikify>\n\\end\n\n\\define twolevel-toc-navigation(tag:\"Contents\", close:\"no\", class:\"\", stateTiddler:\"twolevelState\")\n<$set name=stateTiddler value=<<__stateTiddler__>> >\n<$list filter=\"[<currentTiddler>!is[system]]\">\n   <div class=\"kk-twolevel-toc-hideForPrint\">\n     <$macrocall $name=twolevel-toc-hierarchical-navigation \n       tag=\"\"\"$tag$\"\"\" close=<<__close__>> class=<<__class__>> />\n   </div>\n</$list>\n</$set>\n\\end"
        },
        "$:/plugins/kookma/toc/readme": {
            "title": "$:/plugins/kookma/toc/readme",
            "created": "20200220093235979",
            "modified": "20200227232831684",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "TOC plugin contains several macros, stylesheets and templates to create table of contents and navigator buttons. In contrast to Tiddlywiki core macros, the TOC plugin has many extra features including\n\n* non recursive two level toc\n* hierarchical navigation\n* exclude feature to exclude a branch or specific entries\n* track and highlight the TOC entry opened from table of contents or by navigation buttons\n\nLike core toc macro, TOC plugin supports also the recursive multi level table of contents, but here, it also support hierarchical navigation."
        },
        "$:/plugins/kookma/toc/styles/hierarchical-navigation": {
            "title": "$:/plugins/kookma/toc/styles/hierarchical-navigation",
            "created": "20200214171655760",
            "modified": "20200311070950926",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css",
            "text": ".kk-toc-navigation{\n font-weight: 600;\n}\n\n@media print {\n .kk-toc-hideForPrint{display:none;}\n}\n  "
        },
        "$:/plugins/kookma/toc/styles/main": {
            "title": "$:/plugins/kookma/toc/styles/main",
            "created": "20200129072515692",
            "modified": "20200311072141280",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css",
            "text": "/* these styles are used to customize the TOC tree and ui */\n/* toc tree lists */\n.kk-toc ol {\n  list-style-type: none;\n  padding-left:0;\n}\n.kk-toc  ol ol{\n  list-style-type: none;\n  padding-left:2em;\n}\n\n/* bold first level entry and normal weight for other levels */\n.kk-toc li    .tc-tiddlylink{font-weight: bold;}\n.kk-toc ol ol .tc-tiddlylink{font-weight:normal;}\n\n\n.kk-toc-item            { text-align:left; white-space:nowrap; } /* prevent wrapping long entries*/\n.kk-toc-item img        { height:1em; width:1em; }\n.kk-toc-item svg        { height:1em; width:1em;}\n\n/* More tools button fade-in */\n.kk-toc-item       .kk-toc-tools        { opacity:0.0; }\n.kk-toc-item:hover .kk-toc-tools        { opacity:0.5; }\n.kk-toc-item:hover .kk-toc-tools:hover  { opacity:1.0; }\n\n/* bookmark button fade-in*/\n.kk-toc-item       .kk-bookmark        { opacity:0.0; }\n.kk-toc-item:hover .kk-bookmark        { opacity:0.5; }\n.kk-toc-item:hover .kk-bookmark:hover  { opacity:1.0; }\n.kk-toc-item       .kk-bookmark.show   { opacity:1.0 !important; }\n\n/*  drag and drop elements */\n.kk-toc-placeholder{ position:relative; border:0 !important; border-bottom:1px dotted blue !important; }\n.kk-toc-dragtip    {\n   position:absolute; z-index:1; right:0.5em; top:0.5em; padding:0.25em 0.5em;\n   border:1px solid lightgray; box-shadow: 0.3em 0.3em 0.5em rgba(0,0,0,0.3);\n   background:white; text-align:center; font-size:80%; line-height:100%;\n}\n\n\n/* set color of links when toc is used in a sidebar tab*/\n.tc-sidebar-lists .kk-toc-item .tc-tiddlylink{color:#999999}\n.tc-sidebar-lists .kk-toc-item svg        { height:1em; width:1em; fill: #acacac;}\n\n/* item when are visited NOT in sidebar*/\n/*.kk-toc li  .tc-tiddlylink{color:black;}  selected or clicked item */\n.kk-toc-opened-item{ \n\tpadding:0;\n\tpadding-left:5px; \n\tborder-radius: unset;\n\tborder-left-width:2px; \n\tborder-left-style:solid;}\n\n/* ui buttons on sidebar */\n.kk-toc button {outline:none;}\n.kk-toc-btn    {outline:none;}\n.tc-sidebar-lists  .kk-toc-btn svg { fill:  #acacac;}\n.tc-sidebar-lists  .kk-toc-btn     { color: #acacac;}\n\n\n\n\n/* manager buttons */\n.kk-toc-tools-manager        { opacity:0.5; }\n.kk-toc-tools-manager:hover  { opacity:1.0; }"
        },
        "$:/plugins/kookma/toc/templates/bookmark": {
            "title": "$:/plugins/kookma/toc/templates/bookmark",
            "created": "20191202151012761",
            "creator": "EricShulman",
            "modified": "20200227232832187",
            "modifier": "EricShulman",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define bkm-is-bookmark() $(tidBookmarkConfig)$##$(currentTiddler)$\n\\define bkm-emptystar()   &#x2606;\n\\define bkm-filledstar()  &#x2605;\n\\define bkm-tip-addbkm()  add '$(tiptext)$' to Bookmarks\n\\define bkm-tip-rembkm()  remove '$(tiptext)$' from Bookmarks\n\n<!-- ADD/REMOVE ITEM FROM BOOKMARKS -->\n<$set name=\"tiptext\" filter=\"[<currentTiddler>has[caption]]\" value={{!!caption}} emptyValue={{!!title}}>\n<$reveal state=<<bkm-is-bookmark>> type=\"match\" text=\"\">\n   <$button class=\"tc-btn-invisible\" tooltip=<<bkm-tip-addbkm>>>\n      <$action-setfield $tiddler=<<tidBookmarkConfig>> $index=<<currentTiddler>> $value=<<now>>/>\n      <span class=\"kk-bookmark\"><<bkm-emptystar>></span>\n   </$button>\n</$reveal>\n<$reveal state=<<bkm-is-bookmark>> type=\"nomatch\" text=\"\">\n   <$button class=\"tc-btn-invisible kk-toc-btn\" tooltip=<<bkm-tip-rembkm>>>\n      <$action-setfield    $tiddler=<<tidBookmarkConfig>> $index=<<currentTiddler>>/> <!-- DELETEINDEX -->\n      <span class=\"kk-bookmark.show\"><<bkm-filledstar>></span>\n   </$button></$reveal>\n</$set>"
        },
        "$:/plugins/kookma/toc/templates/more-actions": {
            "title": "$:/plugins/kookma/toc/templates/more-actions",
            "created": "20200221121537095",
            "modified": "20200227232832183",
            "type": "text/vnd.tiddlywiki",
            "text": "\\whitespace trim\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/More/Caption}}/>\n</span>\n</$list>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"$:/core/ui/Buttons/new-here $:/core/ui/Buttons/new-journal-here $:/core/ui/Buttons/clone $:/core/ui/Buttons/open-window\" variable=\"listItem\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$reveal>"
        },
        "$:/plugins/kookma/toc/templates/show-single-item": {
            "title": "$:/plugins/kookma/toc/templates/show-single-item",
            "created": "20200225213226563",
            "modified": "20200313200933258",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define toc-show-menu()\n<!-- SHOW AUTHOR TOOLS AND BOOKMARK STAR -->\n<span class=\"kk-toc-tools\"> {{||$:/plugins/kookma/toc/templates/more-actions}} </span>\n{{||$:/plugins/kookma/toc/templates/bookmark}}\n\\end\n\n\\define show-single-item()\n<$set name=\"openItemClass\" filter=\"[<tidSelectedItem>get[text]match<item>]\" value=\"tc-btn-invisible tc-tiddlylink kk-toc-opened-item\" emptyValue=\"tc-btn-invisible tc-tiddlylink\">\n<!--show the toggle branch button if the item is a branch -->\n<$list filter=\"[<is-branch>match[yes]]\" variable=ignore><<toggle-branch>></$list>\n<$button class=<<openItemClass>> style=\"outline:none;\" to=<<item>> dragTiddler=<<item>>>\n <$tiddler tiddler=<<item>>><<toc_caption>></$tiddler>\n<$action-setfield $tiddler=<<tidSelectedItem>> text=<<item>> />  \n</$button>\n</$set>\n\\end \n\n<$reveal default=<<toc-show-mode>> type=\"match\" text=\"toc-show-item-authormode\" >\n<div class=\"kk-toc-item\" title=\"drag to rearrange items\">\n <<show-single-item>>\n <span style=\"float:right;margin-left:0.5em;\"> <<toc-show-menu>> </span>\n <div style=\"clear:both;\"></div>\n</div>\n</$reveal>\n<$reveal default=<<toc-show-mode>> type=\"nomatch\" text=\"toc-show-item-authormode\" >\n<div class=\"kk-toc-item\" title={{!!title}}>\n <<show-single-item>>\n<!--1. comment to deactivate bookmarks in reader mode-->\n <span style=\"float:right;margin-left:0.5em;\">\n  {{||$:/plugins/kookma/toc/templates/bookmark}}\n </span>\n <div style=\"clear:both;\"></div>\n<!--1. end -->\n</div>\n</$reveal>\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/kookma/trashbin/history": {
            "title": "$:/plugins/kookma/trashbin/history",
            "created": "20200325121105806",
            "modified": "20200410061128665",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Full change log  https://kookma.github.io/TW-Trashbin/#ChangeLog\n\n* ''1.2.2'' -- 2020.04.10 -- bug fix in remove draft tiddlers to trashbin\n* ''1.2.1'' -- 2020.03.30 -- bug fix and doc improvement and UI fade correction\n* ''1.1.2'' -- 2020.03.28 -- stable release with new features and bug fixes\n* ''0.1.0'' -- 2019.02.12 -- mature public release\n"
        },
        "$:/plugins/kookma/trashbin/images/recycle": {
            "title": "$:/plugins/kookma/trashbin/images/recycle",
            "created": "20190723043410550",
            "modified": "20200325115955820",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg class=\"tc-image-recycle tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 512 512\"><path d=\"M184.561 261.903c3.232 13.997-12.123 24.635-24.068 17.168l-40.736-25.455-50.867 81.402C55.606 356.273 70.96 384 96.012 384H148c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12H96.115c-75.334 0-121.302-83.048-81.408-146.88l50.822-81.388-40.725-25.448c-12.081-7.547-8.966-25.961 4.879-29.158l110.237-25.45c8.611-1.988 17.201 3.381 19.189 11.99l25.452 110.237zm98.561-182.915l41.289 66.076-40.74 25.457c-12.051 7.528-9 25.953 4.879 29.158l110.237 25.45c8.672 1.999 17.215-3.438 19.189-11.99l25.45-110.237c3.197-13.844-11.99-24.719-24.068-17.168l-40.687 25.424-41.263-66.082c-37.521-60.033-125.209-60.171-162.816 0l-17.963 28.766c-3.51 5.62-1.8 13.021 3.82 16.533l33.919 21.195c5.62 3.512 13.024 1.803 16.536-3.817l17.961-28.743c12.712-20.341 41.973-19.676 54.257-.022zM497.288 301.12l-27.515-44.065c-3.511-5.623-10.916-7.334-16.538-3.821l-33.861 21.159c-5.62 3.512-7.33 10.915-3.818 16.536l27.564 44.112c13.257 21.211-2.057 48.96-27.136 48.96H320V336.02c0-14.213-17.242-21.383-27.313-11.313l-80 79.981c-6.249 6.248-6.249 16.379 0 22.627l80 79.989C302.689 517.308 320 510.3 320 495.989V448h95.88c75.274 0 121.335-82.997 81.408-146.88z\"/></svg>"
        },
        "$:/plugins/kookma/trashbin/images/sort-alpha-down": {
            "title": "$:/plugins/kookma/trashbin/images/sort-alpha-down",
            "caption": "sort-alpha-down",
            "created": "20200327153959154",
            "modified": "20200327185043770",
            "tags": "$:/tags/Image",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg class=\"tc-image-sort-alpha-down tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 448 512\"><path d=\"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm240-64H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"/></svg>"
        },
        "$:/plugins/kookma/trashbin/images/sort-alpha-up": {
            "title": "$:/plugins/kookma/trashbin/images/sort-alpha-up",
            "caption": "sort-alpha-up (Solid)",
            "created": "20200327155639132",
            "modified": "20200327162316327",
            "tags": "$:/tags/Image",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg class=\"tc-image-sort-alpha-up-alt tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 448 512\"><path d=\"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm272 64h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"/></svg>"
        },
        "$:/plugins/kookma/trashbin/images/sort-numeric-down": {
            "title": "$:/plugins/kookma/trashbin/images/sort-numeric-down",
            "caption": "sort-numeric-down",
            "created": "20200327153929866",
            "modified": "20200327185052283",
            "tags": "$:/tags/Image",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg class=\"tc-image-sort-numeric-down tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 448 512\"><path d=\"M304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zm26.15 162.91a79 79 0 0 0-55 54.17c-14.25 51.05 21.21 97.77 68.85 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zm-176-4h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"/></svg>"
        },
        "$:/plugins/kookma/trashbin/images/sort-numeric-up": {
            "title": "$:/plugins/kookma/trashbin/images/sort-numeric-up",
            "caption": "sort-numeric-up (Solid)",
            "created": "20200327155701392",
            "modified": "20200327162214617",
            "tags": "$:/tags/Image",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg class=\"tc-image-sort-numeric-up-alt tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 448 512\"><path d=\"M107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31zM400 416h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"/></svg>"
        },
        "$:/plugins/kookma/trashbin/images/times.svg": {
            "title": "$:/plugins/kookma/trashbin/images/times.svg",
            "created": "20190716033811299",
            "modified": "20200325115955828",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg class=\"tc-image-times tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 352 512\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"/></svg>"
        },
        "$:/plugins/kookma/trashbin/images/trash-alt": {
            "title": "$:/plugins/kookma/trashbin/images/trash-alt",
            "caption": "trash-alt",
            "created": "20190710102513532",
            "modified": "20200327173632794",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg class=\"tc-image-trash-alt tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 448 512\"><path d=\"M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z\"/></svg>"
        },
        "$:/language/Buttons/Trashbin/Caption/Move": {
            "title": "$:/language/Buttons/Trashbin/Caption/Move",
            "created": "20200325181608623",
            "modified": "20200327192039481",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "trashbin"
        },
        "$:/language/Buttons/Trashbin/Caption/Recycle": {
            "title": "$:/language/Buttons/Trashbin/Caption/Recycle",
            "created": "20200327192303891",
            "modified": "20200327192322259",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "recycle"
        },
        "$:/language/Buttons/Trashbin/Hint/Move": {
            "title": "$:/language/Buttons/Trashbin/Hint/Move",
            "created": "20200325181718189",
            "modified": "20200327192226676",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Move this tiddler to Trashbin"
        },
        "$:/language/Buttons/Trashbin/Hint/Recycle": {
            "title": "$:/language/Buttons/Trashbin/Hint/Recycle",
            "created": "20200327192150450",
            "modified": "20200327194553902",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Recycle this tiddler from Trashbin"
        },
        "$:/plugins/kookma/trashbin/license": {
            "title": "$:/plugins/kookma/trashbin/license",
            "created": "20200325121133911",
            "modified": "20200325121209299",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Distributed under an MIT license.\n\nCopyright (c) 2019-2020 [[Mohammad Rahmani|https://github.com/kookma]]\n\n<<<\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n<<<"
        },
        "$:/plugins/kookma/trashbin/macros/bulk-operation": {
            "title": "$:/plugins/kookma/trashbin/macros/bulk-operation",
            "created": "20190723115934925",
            "modified": "20200327170128541",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define delete-trashed-tiddlers()\n<$list filter=\"[tag[$:/tags/trashbin]search:title[$:/trashbin/]]\" variable=\"Item\">\n<$action-deletetiddler $tiddler=<<Item>> />\n</$list>\n\\end\n\n\\define trashbin-empty-bin()\n<$macrocall $name=\"trashbin-confirm-delete\"\nbtnLabel=\"Empty Trashbin\"\ncountFilter=\"[tag[$:/tags/trashbin]search:title[$:/trashbin/]]\"\nactionMacro=<<delete-trashed-tiddlers>>\nstateTiddler=\"$:/state/trashbin/emptyTrashBin\"\n/>\n\\end\n\n\\define restore-all()\n<$button tooltip=\"Restore all\" class=\"tc-btn-invisible tc-tiddlylink\"> {{$:/plugins/kookma/trashbin/images/recycle}}\n<$list filter=\"[tag[$:/tags/trashbin]search:title[$:/trashbin/]sort[]]\" variable=\"Item\">\n<$macrocall $name=\"restore\" tiddler=<<Item>> />\n</$list>\n</$button>\n\\end"
        },
        "$:/plugins/kookma/trashbin/macros/confirm-empty": {
            "title": "$:/plugins/kookma/trashbin/macros/confirm-empty",
            "created": "20190723114948285",
            "modified": "20200327170306636",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define trashbin-confirm-delete(\nbtnLabel:\"Delete these tiddlers\", \nconfirmMessage:\"Are you sure you wish to delete\", \nstateTiddler:\"\", \ncountFilter:\"\", \nactionMacro:\"\")\n\n<$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"Empty Trashbin\" popup=<<qualify \"\"\"$stateTiddler$\"\"\">> > {{$:/core/images/delete-button}}\n</$button>\n\n<$reveal state=<<qualify \"\"\"$stateTiddler$\"\"\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter=<<__countFilter__>> />\"\"\">\n$confirmMessage$ <<resultCount>> tiddler(s)?\n</$set>\n</div>\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"Empty archive\"\nactions=<<__actionMacro__>> > \n{{$:/core/images/delete-button}} Delete all?\n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n\\end"
        },
        "$:/plugins/kookma/trashbin/macros/move-to-trashbin": {
            "title": "$:/plugins/kookma/trashbin/macros/move-to-trashbin",
            "created": "20190710071039480",
            "modified": "20200410061108463",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define trashTidName() <<unusedtitle baseName:\"$(trashTiddler)$\">>\n\n\\define move-to-trashbin(tiddler)\n<$list filter=\"[<__tiddler__>has[title]]\" variable=ignore> <!-- ignore missing tiddlers -->\n<$vars trashTiddler={{{ [<__tiddler__>addprefix[$:/trashbin/]] }}}>\n<$wikify name=\"trashTid\" text=<<trashTidName>> >\n<$list filter=\"[<__tiddler__>fields[]]\" variable=\"fieldName\">\n<$action-setfield \n $tiddler=<<trashTid>>\n $index=<<fieldName>>\n $value={{{[<__tiddler__>get<fieldName>] }}}\n/>\n</$list>\n<$action-setfield $tiddler=<<trashTid>> tags=\"$:/tags/trashbin\"/>\n</$wikify>\n<$action-sendmessage $message=\"tm-close-tiddler\" $param=<<__tiddler__>> />\n<$list filter=\"[<__tiddler__>has[draft.of]]\" variable=ignore emptyMessage=\"\"\"<$action-deletetiddler $tiddler=<<__tiddler__>> />\"\"\">\n<$action-deletetiddler $tiddler={{{[<__tiddler__>get[draft.of]]}}} /><!--delete main tiddler-->\n<$action-deletetiddler $tiddler=<<__tiddler__>> /> <!--delete draft tiddler-->\n</$list>\n</$vars>\n</$list>\n\\end\n"
        },
        "$:/plugins/kookma/trashbin/macros/preview-option": {
            "title": "$:/plugins/kookma/trashbin/macros/preview-option",
            "created": "20200327203154169",
            "modified": "20200327205705076",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define viewTemplateTid() $:/plugins/kookma/trashbin/viewtemplate/trash-item\n\\define styleTid()        $:/plugins/kookma/trashbin/styles/show-trashed\n\n\\define preview-option()\n<$reveal type=\"nomatch\" stateTitle=<<viewTemplateTid>> stateField=\"tags\" text=\"$:/tags/ViewTemplate\" default=\"\">\n<$button setTitle=<<viewTemplateTid>> setField=\"tags\" setTo=\"$:/tags/ViewTemplate\" class=\"tc-btn-invisible\" tooltip=\"Show trash item preview\"> \n{{$:/core/images/preview-open}}\n<$action-setfield $tiddler=<<styleTid>>  tags=\"$:/tags/Stylesheet\"/> \n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<viewTemplateTid>> stateField=\"tags\" text=\"$:/tags/ViewTemplate\" default=\"\">\n<$button setTitle=<<viewTemplateTid>> setField=\"tags\" setTo=\"\" class=\"tc-btn-invisible\" tooltip=\"Hide trash item preview\"> \n{{$:/core/images/preview-closed}}\n<$action-setfield $tiddler=<<styleTid>>  tags=\"\"/> \n</$button>\n</$reveal>\n\\end\n\n<<preview-option>>"
        },
        "$:/plugins/kookma/trashbin/macros/restore": {
            "title": "$:/plugins/kookma/trashbin/macros/restore",
            "created": "20190710105439064",
            "modified": "20200327170445307",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define open-restoredTid-in-story-river()\n<$action-listops $tiddler=\"$:/StoryList\"    $field='list'  $subfilter=\"\"\"[[$(restoredTid)$]]+[putfirst[]]\"\"\"/>\n\\end\n\n\\define restoreTid(tiddler)\n<$list filter=\"[<__tiddler__>indexes[]] -title\" variable=\"fieldName\">\n <$action-setfield \n   $tiddler=<<restoredTid>> \n\t $field=<<fieldName>> \n\t $value={{{ [<__tiddler__>getindex<fieldName>] }}} \n />\n</$list>\n<$action-sendmessage $message=\"tm-close-tiddler\" $param=<<__tiddler__>> />\n<$action-deletetiddler $tiddler=<<__tiddler__>> />\n<$macrocall $name=\"open-restoredTid-in-story-river\" />\n\\end\n\n\n\\define restore(tiddler)\n<$vars \n  restoredTid={{{ [<__tiddler__>getindex[title]] }}} \n  isExisted= {{{ [<__tiddler__>getindex[title]has[title]] }}} \n  >\n<$reveal type=\"nomatch\" text=<<isExisted>> default=<<restoredTid>> >\n<$macrocall $name=\"restoreTid\" tiddler=<<__tiddler__>> />\n</$reveal>\n\n<$reveal type=\"match\" text=<<isExisted>> default=<<restoredTid>> >\n  <$action-sendmessage $message=\"tm-notify\" \n   $param=\"$:/plugins/kookma/trashbin/restore-notification\" \n\t restoredTiddler=<<restoredTid>>\n\t/>\n</$reveal>\n\n</$vars>\n\\end"
        },
        "$:/plugins/kookma/trashbin/macros/sort": {
            "title": "$:/plugins/kookma/trashbin/macros/sort",
            "created": "20200327141043944",
            "modified": "20200327201042137",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define tempSortTid() $:/keepstate/trashbin/sort\n\n\\define show-icons()\n<$vars state-alpha-down=\"sortan[title]\" state-alpha-up=\"!sortan[title]\"\n       state-numeric-down=\"sort[modified]\" state-numeric-up=\"!sort[modified]\" >\n<$list filter=\"[<tempSortTid>get[text]match<state-alpha-down>]\">\n{{$:/plugins/kookma/trashbin/images/sort-alpha-down}}\n</$list>\n<$list filter=\"[<tempSortTid>get[text]match<state-alpha-up>]\">\n{{$:/plugins/kookma/trashbin/images/sort-alpha-up}}\n</$list>\n<$list filter=\"[<tempSortTid>get[text]match<state-numeric-down>]\">\n{{$:/plugins/kookma/trashbin/images/sort-numeric-down}}\n</$list>\n<$list filter=\"[<tempSortTid>get[text]match<state-numeric-up>]\">\n{{$:/plugins/kookma/trashbin/images/sort-numeric-up}}\n</$list>\n<$list filter=\"[<tempSortTid>!has[title]]\">\nClick to sort\n</$list>\n</$vars>\n\\end\n\n\n\\define trashbin-cycle(arraySet:\"\", stateTiddler:\"\", stateField:\"text\")\n<$vars array=<<__arraySet__>>  currentItem={{{[<__stateTiddler__>get<__stateField__>]}}} \n       tooltip={{{[<tempSortTid>get[text]]}}} >\n <$button tooltip=<<tooltip>> class=\"tc-btn-invisible\"> <<show-icons>>\n    <$set\n      filter='[enlist<array>after<currentItem>]'\n      name=NextItem\n      emptyValue={{{[enlist<array>first[]]}}}\n    >\n    <$action-setfield\n     $tiddler=<<__stateTiddler__>>\n     $field=<<__stateField__>>\n     $value=<<NextItem>> />\n      </$set>\n  </$button>\n</$vars>\t\n\\end\n\n\\define sort-by()\n<$macrocall $name=\"trashbin-cycle\" \n  arraySet=\"sortan[title] !sortan[title] sort[modified] !sort[modified]\" \n  stateTiddler=<<tempSortTid>> />\n\\end"
        },
        "$:/plugins/kookma/trashbin/readme": {
            "title": "$:/plugins/kookma/trashbin/readme",
            "created": "20200325121220142",
            "modified": "20200325171839260",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "; Trashbin\nThe concept behind Trashbin plugin is to have a simple mechanism to move deleted tiddlers to Trashbin and be able to restore them later if required.\n\n; Code and demo\nFor learning plugin features, mechanism, terminology, syntax, tutorial and examples see the plugin demo and code pages\n\n* Demo: https://kookma.github.io/TW-Trashbin/\n* Code: https://github.com/kookma/TW-Trashbin\n"
        },
        "$:/plugins/kookma/trashbin/restore-notification": {
            "title": "$:/plugins/kookma/trashbin/restore-notification",
            "created": "20190711130503628",
            "modified": "20200325115955867",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "{{$:/plugins/kookma/trashbin/images/recycle}} \n\n''Warning''<br>\nThe target tiddler <b><$text text=<<restoredTiddler>>/></b> already exists.<br>\nIt cannot be overwritten!"
        },
        "$:/plugins/kookma/trashbin/sidebar-tab": {
            "title": "$:/plugins/kookma/trashbin/sidebar-tab",
            "caption": "Trashbin",
            "created": "20190613131234955",
            "modified": "20200330082257793",
            "tags": "$:/tags/SideBar",
            "type": "text/vnd.tiddlywiki",
            "text": "{{$:/plugins/kookma/trashbin/ui/sidebar}}"
        },
        "$:/plugins/kookma/trashbin/styles/main.css": {
            "title": "$:/plugins/kookma/trashbin/styles/main.css",
            "text": "/* trashbin main ui */\n.kk-trashbin-ui{\n\tmin-width:320px; /* controls the minimum width of whole ui */\n}\n\n.kk-trahbin-ui svg{\n    fill:#aaaaaa;\n}\n\n.kk-trahbin-ui .kk-trahbin-ui-controls svg{\n width:1.2em;\n height:1.2em;\t\n}\n\n\n/* trashbin items list ui */\n.kk-trashbin-row{\n\tdisplay: flex;\t\n\twidth: 95%;\n\tflex-wrap: wrap;\n}\n\n\n.kk-trashbin-row .kk-trashbin-delete,\n.kk-trashbin-row .kk-trashbin-restore {\n\tflex-grow:0; width:20px;\n\tmargin-left:5px;\n}\n\n.kk-trashbin-row .kk-trashbin-link{\n\tflex-grow:1; \n\twidth: calc(100% - 50px); \n\tpadding-right: 10px;\n}\n\n.kk-trashbin-row:hover { background-color: #f6f6f6; }\n\n/* UI button fade-in*/\n.kk-trahbin-ui   button:hover svg         { fill: #000000; }\n.kk-trahbin-ui  .kk-trashbin-ui-btn       { opacity:0.5; }\n.kk-trahbin-ui  .kk-trashbin-ui-btn:hover { opacity:1.0; }",
            "created": "20190716040116074",
            "modified": "20200330103433380",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/trashbin/styles/show-trashed": {
            "title": "$:/plugins/kookma/trashbin/styles/show-trashed",
            "created": "20200327100826751",
            "modified": "20200330123344137",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "[data-tags~=\"$:/tags/trashbin\"] .tc-tiddler-body,\n[data-tags~=\"$:/tags/trashbin\"] .tc-tags-wrapper\n{\n display:none;\n}\n"
        },
        "$:/plugins/kookma/trashbin/styles/toolbar-buttons": {
            "title": "$:/plugins/kookma/trashbin/styles/toolbar-buttons",
            "text": "html body.tc-body .tc-tiddler-controls .tc-image-trash-alt {stroke: white;fill:#660000;}\nhtml body.tc-body .tc-tiddler-controls .tc-image-recycle   {stroke: white;fill:#138808;}",
            "created": "20200329162056060",
            "modified": "20200406191049638",
            "type": "text/css"
        },
        "$:/plugins/kookma/trashbin/styles/trashed-item": {
            "title": "$:/plugins/kookma/trashbin/styles/trashed-item",
            "text": "/* set style for trashed tiddlers */\n[data-tags ~=\"$:/tags/trashbin\"] { border: 1px solid crimson; }",
            "created": "20200329161931981",
            "modified": "20200329162224824",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/trashbin/templates/body": {
            "title": "$:/plugins/kookma/trashbin/templates/body",
            "created": "20200329133632160",
            "modified": "20200329155701084",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define show-plain() \n<div class=\"tc-tiddler-body\">\n<pre><$transclude index=\"text\" mode=\"block\"/></pre>\n</div>\n\\end\n\n\\define show() \n<div class=\"tc-tiddler-body\">\n<$transclude index=\"text\" mode=\"block\"/>\n</div>\n\\end\n\n\n<!-- json tiddlers including plugins -->\n<$list filter=\"[<currentTiddler>getindex[type]match[application/json]]\" variable=ignore>\n<$list filter=\"[<currentTiddler>getindex[plugin-type]]\" variable=ignore emptyMessage=<<show-plain>> >\n<div class=\"tc-binary-warning\">\nThis tiddler contains plugin!\n</div>\n</$list>\n</$list>\n<!-- text tiddlers including: css, plain, dictionary -->\n<$list filter=\"[<currentTiddler>getindex[type]match[application/x-tiddler-dictionary]]\n[<currentTiddler>getindex[type]match[text/plain]]\n[<currentTiddler>getindex[type]match[text/css]]\" variable=ignore>\n<<show-plain>>\n</$list>\n\n\n<!-- other tiddlers like image, vnd.tiddlywiki -->\n<$list filter=\"[<currentTiddler>getindex[type]]\" variable=type emptyMessage=<<show>> >\n<$list filter=\"[<type>match[text/vnd.tiddlywiki]]\" variable=ignore>\n<$transclude index=\"text\" mode=\"block\"/>\n</$list>\n<$list filter=\"[<type>search:title[image]]\" variable=ignore>\n<div class=\"tc-binary-warning\">\nThis tiddler contains image data!\n</div>\n</$list>\n</$list>"
        },
        "$:/plugins/kookma/trashbin/templates/subtitle": {
            "title": "$:/plugins/kookma/trashbin/templates/subtitle",
            "text": "<div class=\"tc-subtitle\">\n<$link to={{##modifier}}>\n<$view index=\"modifier\"/>\n</$link> <$view index=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>",
            "created": "20200327082525694",
            "modified": "20200327083014840",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/trashbin/templates/tags": {
            "title": "$:/plugins/kookma/trashbin/templates/tags",
            "created": "20200327084049139",
            "modified": "20200327120921036",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<div class=\"tc-tags-wrapper\">\n<$vars tagsIndex={{{[<currentTiddler>getindex[tags]]}}}>\n<$list filter=\"[enlist<tagsIndex>]\" template=\"$:/core/ui/TagTemplate\" storyview=\"pop\"/>\n</$vars>\n</div>"
        },
        "$:/plugins/kookma/trashbin/templates/title": {
            "title": "$:/plugins/kookma/trashbin/templates/title",
            "created": "20200327085342927",
            "modified": "20200327195225059",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define title-styles()\nfill:$(foregroundColor)$;\n\\end\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<$set name=\"tv-wikilinks\" value={{$:/config/Tiddlers/TitleLinks}}>\n<$link>\n<$set name=\"foregroundColor\" value={{##color}}>\n<span class=\"tc-tiddler-title-icon\" style=<<title-styles>>>\n<$transclude tiddler={{##icon}}>\n<$transclude tiddler={{$:/config/DefaultTiddlerIcon}}/>\n</$transclude>\n</span>\n</$set>\n<$list filter=\"[{##title}removeprefix[$:/]]\">\n<h2 class=\"tc-title\" title={{$:/language/SystemTiddler/Tooltip}}>\n<span class=\"tc-system-title-prefix\">$:/</span><$text text=<<currentTiddler>>/>\n</h2>\n</$list>\n<$list filter=\"[{##title}!prefix[$:/]]\">\n<h2 class=\"tc-title\">\n<$view field=\"title\"/>\n</h2>\n</$list>\n</$link>\n</$set>\n</div></div>"
        },
        "$:/plugins/kookma/trashbin/ui/sidebar": {
            "title": "$:/plugins/kookma/trashbin/ui/sidebar",
            "caption": "Trashbin",
            "created": "20200330082034854",
            "modified": "20200330123325985",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/trashbin/macros/sort\n\\import $:/plugins/kookma/trashbin/macros/restore\n\\import $:/plugins/kookma/trashbin/macros/confirm-empty\n\\import $:/plugins/kookma/trashbin/macros/bulk-operation\n\\import $:/plugins/kookma/trashbin/macros/preview-option\n\n\\define show-link()\n<$link to=<<currentTiddler>> ><$text text={{{ [<currentTiddler>removeprefix[$:/trashbin/]] }}} /> </$link>&nbsp;<span style=\"float:right;padding-right:10px;font-size:smaller;\" title=\"Date Deleted\"><$view field=\"modified\" format=\"date\" template=\"0MM/0DD/YYYY 0hh:0mm AM\"/></span>\n\\end\n\n\\define recycle-button()\n{{||$:/plugins/kookma/trashbin/ui/toolbar-button}}\n\\end\n\n\\define delete-button()\n<$button class=\"tc-btn-invisible\" tooltip=\"Delete permanently\">\n{{$:/plugins/kookma/trashbin/images/times.svg}}\n<$list filter=\"[list[$:/StoryList]] +[field:title<currentTiddler>>]\" variable=ignore>\n<$action-sendmessage $message=\"tm-close-tiddler\" $param=<<<currentTiddler>> />\n</$list>\n<$action-deletetiddler $tiddler=<<currentTiddler>> />\n</$button>\n\\end\n\n\\define trashbin-siderbar-ui()\n<div class=\"kk-trahbin-ui\">\n\n<span class=\"kk-trahbin-ui-controls kk-trashbin-ui-btn\">\n<<trashbin-empty-bin>> <<restore-all>> <<sort-by>> <<preview-option>>\n\n</span>&nbsp;\n<span style=\"font-size:smaller\">\n<$list filter='[tag[$:/tags/trashbin]prefix[$:/trashbin/]limit[1]]'  variable=null emptyMessage=\"Trash bin is empty\">\n<$count filter='[tag[$:/tags/trashbin]]'/> items in Trashbin\n</$list>\n</span>\n\n<!-- create the trash items list -->\n<$list filter=\"[tag[$:/tags/trashbin]prefix[$:/trashbin/]$(sortType)$]\">\n<div class=\"kk-trashbin-row\">\n\t<div class=\"kk-trashbin-link\"><<show-link>></div>\n\t<div class=\"kk-trashbin-recycle kk-trashbin-ui-btn\"><<recycle-button>></div>\n\t<div class=\"kk-trashbin-delete kk-trashbin-ui-btn\"><<delete-button>></div>\n</div>\n</$list>\n\n</div>\n\\end\n\n<$vars sortType={{{[<tempSortTid>get[text]] ~[[]] }}}>\n<<trashbin-siderbar-ui>>\n</$vars>"
        },
        "$:/plugins/kookma/trashbin/ui/toolbar-button": {
            "title": "$:/plugins/kookma/trashbin/ui/toolbar-button",
            "caption": "{{$:/plugins/kookma/trashbin/images/trash-alt}}&nbsp;{{$:/language/Buttons/Trashbin/Caption/Move}}",
            "created": "20190623140751496",
            "creator": "Mohammad",
            "description": "<$list filter=\"[all[current]tag[$:/tags/trashbin]prefix[$:/trashbin/]]\" emptyMessage={{$:/language/Buttons/Trashbin/Hint/Move}}>{{$:/language/Buttons/Trashbin/Hint/Recycle}}</$list>",
            "list-after": "$:/core/ui/Buttons/delete",
            "modified": "20200328140420576",
            "modifier": "Mohammad",
            "tags": "$:/tags/ViewToolbar $:/tags/EditToolbar",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import $:/plugins/kookma/trashbin/macros/move-to-trashbin\n\\import $:/plugins/kookma/trashbin/macros/restore\n\\whitespace trim\n\n<!-- move to trashbin -->\n<$list filter=\"[all[current]!tag[$:/tags/trashbin]!prefix[$:/trashbin/]]\">\n<$button \n aria-label={{$:/language/Buttons/Trashbin/Caption/Move}}\n tooltip={{$:/language/Buttons/Trashbin/Hint/Move}} class=<<tv-config-toolbar-class>> >\n  <$macrocall $name=\"move-to-trashbin\" tiddler=<<currentTiddler>> />\t\n  <$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n    {{$:/plugins/kookma/trashbin/images/trash-alt}}\n  </$list>\n  <$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n    <span class=\"tc-btn-text\">\n\t\t  &nbsp;<$text text={{$:/language/Buttons/Trashbin/Caption/Move}}/>\n    </span>\n  </$list>\n</$button>\n</$list>\n\n<!-- recycle from trashbin -->\n<$list filter=\"[all[current]tag[$:/tags/trashbin]prefix[$:/trashbin/]]\">\n<$button\n aria-label={{$:/language/Buttons/Trashbin/Caption/Recycle}}\n tooltip={{$:/language/Buttons/Trashbin/Hint/Recycle}} class=<<tv-config-toolbar-class>> >\n  <$macrocall $name=\"restore\" tiddler=<<currentTiddler>>  />\n  <$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n    {{$:/plugins/kookma/trashbin/images/recycle}}\n  </$list>\n  <$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n    <span class=\"tc-btn-text\">&nbsp;\n      <$text text={{$:/language/Buttons/Trashbin/Caption/Recycle}}/>\n   </span>\n  </$list>\n</$button>\n</$list>"
        },
        "$:/plugins/kookma/trashbin/viewtemplate/trash-item": {
            "title": "$:/plugins/kookma/trashbin/viewtemplate/trash-item",
            "created": "20200327081227209",
            "modified": "20200330123344172",
            "tags": "$:/tags/ViewTemplate",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[all[current]tag[$:/tags/trashbin]prefix[$:/trashbin/]]\">\n<div class=\"tc-tiddler-frame kk-trashbin-viewtrashitem\">\n{{||$:/plugins/kookma/trashbin/templates/title}}\n{{||$:/plugins/kookma/trashbin/templates/subtitle}}\n{{||$:/plugins/kookma/trashbin/templates/tags}}\n{{||$:/plugins/kookma/trashbin/templates/body}}\n</div>\n<div class=\"kk-trashbin-viewtrashitem\" style=\"margin-left:40px;\">\n<h2>Tiddler fields</h2>\n<$list filter=\"[<currentTiddler>indexes[]] -title -tags -text -created -modified\" variable=idx>\n<label style=\"display:inline-block;width:15ch;font-weight:bold;\"><<idx>>:</label> <$transclude index=<<idx>>/><br/>\n</$list>\n</div>\n\n<style>\n.kk-trashbin-viewtrashitem {\n  margin-top:15px;\n }\n.kk-trashbin-viewtrashitem .tc-tags-wrapper {\n  display:inline;\n}\n.kk-trashbin-viewtrashitem .tc-tiddler-body{\n  display:block;\n}\n</style>"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/kookma/vote/config/display-filter": {
            "title": "$:/plugins/kookma/vote/config/display-filter",
            "created": "20210224051207259",
            "modified": "20210224075320900",
            "type": "text/vnd.tiddlywiki"
        },
        "$:/plugins/kookma/vote/history": {
            "title": "$:/plugins/kookma/vote/history",
            "created": "20210215150432240",
            "modified": "20210225112615089",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Full change log  https://kookma.github.io/TW-Vote/#ChangeLog\n\n* ''1.0.0'' -- 2021.02.25 -- first stable release\n* ''0.5.0'' -- 2021.02.16 -- performance improvement\n* ''0.1.0'' -- 2021.02.15 -- initial release\n"
        },
        "$:/plugins/kookma/vote/images/svg-downvote": {
            "title": "$:/plugins/kookma/vote/images/svg-downvote",
            "created": "20210215041358884",
            "modified": "20210218034901100",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg height=\"16\" class=\"octicon octicon-arrow-down width-full discussion-downvote-icon\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" aria-hidden=\"true\"><path fill-rule=\"evenodd\" d=\"M13.03 8.22a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06 0L3.47 9.28a.75.75 0 011.06-1.06l2.97 2.97V3.75a.75.75 0 011.5 0v7.44l2.97-2.97a.75.75 0 011.06 0z\"></path></svg>"
        },
        "$:/plugins/kookma/vote/images/svg-upvote": {
            "title": "$:/plugins/kookma/vote/images/svg-upvote",
            "created": "20210215041421497",
            "modified": "20210218034907934",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "<svg height=\"16\" class=\"octicon octicon-arrow-up width-full discussion-upvote-icon\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" aria-hidden=\"true\"><path fill-rule=\"evenodd\" d=\"M3.47 7.78a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 0l4.25 4.25a.75.75 0 01-1.06 1.06L9 4.81v7.44a.75.75 0 01-1.5 0V4.81L4.53 7.78a.75.75 0 01-1.06 0z\"></path></svg>"
        },
        "$:/plugins/kookma/vote/license": {
            "title": "$:/plugins/kookma/vote/license",
            "created": "20210215150432241",
            "modified": "20210215150545382",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "Distributed under an MIT license.\n\nCopyright (c) 2021 [[Mohammad Rahmani|https://github.com/kookma]]\n\n<<<\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n<<<"
        },
        "$:/plugins/kookma/vote/macros/configs": {
            "title": "$:/plugins/kookma/vote/macros/configs",
            "created": "20210218071829609",
            "modified": "20210225101412165",
            "tags": "$:/tags/Macro/Vote",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define votingsTiddler()        $:/vote/dataTiddler/votings\n\\define sortStateTiddler()      $:/state/vote/sort\n\\define entryStateTiddler()     $:/state/vote/entry-per-page\n\\define pageStateTiddler()      $:/state/vote/page-number\n\\define deleteTempTiddler()     $:/temp/vote/delete-votes\n\\define voteFilterTiddler()     $:/plugins/kookma/vote/config/display-filter\n\\define voteEditSummaryTable()  $:/state/vote/edit-summary-table\n\n\\define myfilter() [<votingsTiddler>indexes[]]"
        },
        "$:/plugins/kookma/vote/macros/delete-votings": {
            "title": "$:/plugins/kookma/vote/macros/delete-votings",
            "created": "20210225091253613",
            "modified": "20210225113855670",
            "tags": "$:/tags/Macro/Vote",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define confirm-delete()\n<!-- reveals deletion confirmation -->\n<$list filter=\"[subfilter<myfilter>limit[1]]\" variable=ignore>\n<$reveal class=\"tbl-delete-confirm\" type=\"match\" stateTitle=<<deleteTempTiddler>> stateField=text text=\"yes\" tag=\"tr\">\n<th colspan=3 >\n<$list filter=\"[<deleteTempTiddler>get[confirm]match[yes]]\" \n  variable=ignore emptyMessage=<<ask-for-delete>> >\n  <<perform-delete>>\n</$list>\n</th>\n</$reveal>\n</$list>\n\\end\n\n\\define ask-for-delete()\n<$set name=ntids filter=\"[subfilter<myfilter>count[]]\">\n   Delete all <<ntids>> records?\n    <$button class=\"tc-btn-invisible\">\n     <$action-setfield $tiddler=<<deleteTempTiddler>> $field=\"confirm\" $value=\"yes\"/>\n      {{$:/core/images/delete-button}} yes\n    </$button> or \n    <$button class=\"tc-btn-invisible\">\n      <$action-deletetiddler $tiddler=<<deleteTempTiddler>>/>\n      {{$:/core/images/close-button}} no\n    </$button>\n</$set>\t\t\t\t\n\\end\n\n\\define perform-delete()\n   Warning! this action cannot be undone!\n    <$button class=\"tc-btn-invisible\">\n     <$action-deletetiddler $tiddler=<<deleteTempTiddler>> />\n        <$action-deletetiddler $tiddler=<<votingsTiddler>> />\n         {{$:/core/images/delete-button}}  delete\n    </$button> or \n    <$button class=\"tc-btn-invisible\">\n      <$action-deletetiddler $tiddler=<<deleteTempTiddler>> />\n            {{$:/core/images/close-button}} cancel \n    </$button>\n\\end"
        },
        "$:/plugins/kookma/vote/macros/keyvals.js": {
            "title": "$:/plugins/kookma/vote/macros/keyvals.js",
            "text": "/*\\\nkeyvals.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the key_°_values of a data tiddler\nNote the _°_ is a separator used here for sorting purpose\n\n\\*/\n(function(){\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.keyvals = function(source,operator,options) {\n\tvar results = [];\n\tvar sep=\"_°_\";\n\n\tsource(function(tiddler,title) {\n\t\tvar data = options.wiki.getTiddlerDataCached(title);\n\t\tif(data) {\n\t\t\tfor (var [key, value] of Object.entries(data)) {\n\t\t\t\tresults.push(key+sep+value);\n\t\t\t}\n\t\t}\n\n\t});\n\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator",
            "created": "20210221170519326",
            "modified": "20210221182924712",
            "tags": ""
        },
        "$:/plugins/kookma/vote/macros/pagination": {
            "title": "$:/plugins/kookma/vote/macros/pagination",
            "created": "20210224180410216",
            "modified": "20210225081828998",
            "tags": "$:/tags/Macro/Vote",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define prev-button()\n<!-- create previous page button --->\n<$list filter=\"[<page-number>compare:number:lt[2]then[yes]else[no]]\" variable=state>\n<$button disabled=<<state>> class=\"vote-tbl-page-prev tc-btn-invisible\">\n{{$:/core/images/chevron-left}}&nbsp;<strong>Prev</strong>\n<$action-listops $tiddler=<<pageStateTiddler>> $field=text $subfilter=\"+[subtract[1]] ~[[1]]\"/>\n</$button>\n</$list>\n\\end\n\n\\define next-button()\n<!-- create next page button --->\n<$list filter=\"[<high>compare:number:gteq<total-entries>then[yes]else[no]]\" variable=state> \n<$button disabled=<<state>> class=\"vote-tbl-page-next tc-btn-invisible\">\n<strong>Next</strong>&nbsp;{{$:/core/images/chevron-right}} \n<$action-listops $tiddler=<<pageStateTiddler>> $field=text $subfilter=\"+[add[1]] ~[[2]]\"/>\n</$button>\n</$list>\n\\end\n\n\\define limit-entries()\n<!-- set number of entries per page -->\n<$select tiddler=<<entryStateTiddler>> default=25 actions=\"\"\"<$action-setfield $tiddler=<<pageStateTiddler>> text=1/>\"\"\">\n<$list filter='5 10 15 20 25 30 40 50' variable=num>\n<option value=<<num>>>Limit <$text text=<<num>>/></option>\n</$list>\n<option value=<<total-entries>> >Show all</option>\n</$select>\n\\end"
        },
        "$:/plugins/kookma/vote/macros/remove-missing-tiddlers": {
            "title": "$:/plugins/kookma/vote/macros/remove-missing-tiddlers",
            "created": "20210218034153267",
            "modified": "20210225084303393",
            "tags": "$:/tags/Macro/Vote",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define clean-votings-dataTiddler()\n<$list filter=\"[subfilter<myfilter>is[missing]count[]compare:integer:gt[0]]\" variable=ignore emptyMessage=\"There is no vote for missing tiddlers\">\n<$button class=\"tc-btn-invisible\">{{$:/core/images/delete-button}} Remove votes for <$count filter=\"[subfilter<myfilter>is[missing]]\"/> missing tiddler\n<$list filter=\"[[$:/vote/dataTiddler/votings]indexes[]]\">\n<$list filter=\"[<currentTiddler>is[missing]]\" variable=idx>\n<$action-setfield $tiddler=\"$:/vote/dataTiddler/votings\" $index=<<idx>> />\n</$list>\n</$list>\n</$button>\n\\end\n<$vars num={{{[subfilter<myfilter>] +[is[missing]] +[count[]] }}}>"
        },
        "$:/plugins/kookma/vote/macros/summary": {
            "title": "$:/plugins/kookma/vote/macros/summary",
            "created": "20210219073827766",
            "modified": "20210225110540825",
            "tags": "$:/tags/Macro/Vote",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define btnLable(label)\n''$label$''\n<$list filter=\"[<sortBy>match[$label$]]\" variable=null>\n<$list filter=\"[<sortNeg>match[!]]\" variable=null emptyMessage=\"{{$:/core/images/down-arrow}}\">\n{{$:/core/images/up-arrow}}\n</$list></$list>\n\\end\n\n\\define remove(idx)\n<$button class=\"tc-btn-invisible vote-delete-svg\"> {{$:/core/images/close-button}}\n<$action-setfield $tiddler=<<votingsTiddler>> $index=<<__idx__>>/>\n</$button>\n\\end\n\n\\define show-records-by-vote()\n<$vars sortby=\"[split[_°_]nth[2]]\">\n<$vars tfilter=\"[<votingsTiddler>keyvals[]] +[$(sortNeg)$sortsub:number<sortby>]\">\n<$list filter=\"[subfilter<tfilter>first<high>] -[subfilter<tfilter>first<low>]\" variable=item>\n<tr>\n<td><$link to={{{ [<item>split[_°_]nth[1]] }}}/></td>\n<td><$text text={{{ [<item>split[_°_]nth[2]] }}}/></td>\n<$list filter=\"[<voteEditSummaryTable>get[text]match[yes]]\" variable=ignore>\n<td><$macrocall $name=\"remove\" idx={{{ [<item>split[_°_]nth[1]] }}} /></td>\n</$list>\n</tr>\n</$list>\n</$vars>\n</$vars>\n\\end\n\n\n\\define show-records-by-title()\n<$vars tfilter=\"[subfilter<myfilter>] +[$(sortNeg)$sort[]]\">\n<$list filter=\"[subfilter<tfilter>first<high>] -[subfilter<tfilter>first<low>]\">\n<tr>\n<td><$link/></td>\n<td><$text text={{{[<votingsTiddler>getindex<currentTiddler>]}}}/></td>\n<$list filter=\"[<voteEditSummaryTable>get[text]match[yes]]\" variable=ignore>\n<td><$macrocall $name=\"remove\" idx=<<currentTiddler>> /></td>\n</$list>\n</tr>\n</$list>\n</$vars>\n\\end\n\n\\define sort-by-title()\n<$button class=\"tc-btn-invisible vote-sort-svg\"><<btnLable Title>>\n<$action-setfield $tiddler=<<sortStateTiddler>> text=\"Title\"/>\n<$action-listops  $tiddler=<<sortStateTiddler>> $field=sort-neg $subfilter=\"+[toggle[!]]\"/>\n</$button>\n\\end\n\n\\define sort-by-vote()\n<$button class=\"tc-btn-invisible vote-sort-svg\"><<btnLable Vote>>\n<$action-setfield $tiddler=<<sortStateTiddler>> text=\"Vote\"/>\n<$action-listops  $tiddler=<<sortStateTiddler>> $field=sort-neg $subfilter=\"+[toggle[!]]\"/>\n</$button>\n\\end\n\n\\define edit-button()\n<$button class=\"tc-btn-invisible\">{{$:/core/images/edit-button}}\n<$action-listops $tiddler=<<voteEditSummaryTable>> $field=\"text\" $subfilter=\"+[toggle[yes]]\" />\n<$action-listops $tiddler=<<voteEditSummaryTable>> $field=\"ncols\" $subfilter=\"+[toggle[3],[2]]\" />\n</$button>\n\\end\n"
        },
        "$:/plugins/kookma/vote/readme": {
            "title": "$:/plugins/kookma/vote/readme",
            "created": "20210215150432241",
            "modified": "20210215170949045",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "; Vote\nThe vote plugin lets you to rate tiddlers. Both voting and ranking of tiddlers can be done.\n\n;Code and demo\nFor learning plugin features, syntax, tutorial and examples see the plugin demo and code pages\n\n* Demo: https://kookma.github.io/TW-Vote/\n* Code: https://github.com/kookma/TW-Vote\n"
        },
        "$:/plugins/kookma/vote/styles/dynamic": {
            "title": "$:/plugins/kookma/vote/styles/dynamic",
            "created": "20210224171009495",
            "modified": "20210225112102972",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": ".vote-tbl-page-footer select{\n  background-color: <<colour table-header-background>>;\n  color:<<colour foreground>>;\n}\n\ntable.vote-summary-table tfoot .vote-tbl-page-footer > td{\nbackground-color: <<colour table-header-background>>;\n}\n"
        },
        "$:/plugins/kookma/vote/styles/summary-table": {
            "title": "$:/plugins/kookma/vote/styles/summary-table",
            "text": "/* Summary Table */\n.vote-summary-table{\n\t width:100%;\n}\n/* Table caption at top */\n.vote-summary-table caption {\n caption-side:top;\n margin-bottom:0.2rem;\n text-align:left;\t\n}\n\n.vote-tbl-page-footer td{\n\tmargin: 0 0 0 0;\n\tpadding: 4px 7px 4px 7px;\n}\n\n.vote-tbl-page-footer select{\n\tpadding:0;\n\tmargin:0;\n\tborder:none;\t\n}\n\n.vote-tbl-page-footer {\n\ttext-align:center;\n}\n\n.vote-tbl-page-prev{\n\tfloat:left;\n}\n\n.vote-tbl-page-next{\n\tfloat:right;\n}\n\n.vote-tbl-page-footer button svg {height:0.7em;}\n.vote-tbl-page-footer button {outline: none;}\n.vote-tbl-page-footer button:disabled {display:none;}\n\n\n/*button and svg */\nbutton.vote-sort-svg,\nbutton.vote-delete-svg {\n\toutline: none;}\n\nbutton.vote-sort-svg > svg,\nbutton.vote-delete-svg >svg {\n\ttext-shadow: none;\n\theight:10px;\n\tpadding:0 0 2px 0;\n}\n\n\n/* DELETE CONFIRMATION */\ntable.vote-summary-table thead .tbl-delete-confirm > th {\n  color: white;\n  background-color:#ff0033;\n  padding: 8px;\n  margin: 0px;\n  text-align:center;\n    font-weight:normal;\n}\n\ntable.vote-summary-table thead .tbl-delete-confirm > th > button {\n  color: white;\n  fill: white;\n}\n\n\n\n",
            "created": "20210219205554747",
            "modified": "20210225103105201",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/vote/styles/vote-pill": {
            "title": "$:/plugins/kookma/vote/styles/vote-pill",
            "text": ".vote-container{\n\tdisplay:inline-block;\n\tfloat:left;\n\tmargin-right:10px;\n}\n\n.vote-flex {\n\tdisplay: flex;\n\tflex-direction: column;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n.vote-counter{\n\tdisplay:inline-block;\n\tbox-sizing: content-box;  \n\twidth: 1.5em;\n\theight: 1.5em;\n\tline-height: 1.5em;\n\ttext-align: center;\n\tborder-radius: 2em;\n\tpadding:0 6px;\n}\n",
            "created": "20210215041752859",
            "modified": "20210225062114585",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        },
        "$:/plugins/kookma/vote/ui/ControlPanel/Settings": {
            "title": "$:/plugins/kookma/vote/ui/ControlPanel/Settings",
            "caption": "Vote",
            "created": "20210215163644178",
            "modified": "20210225063636230",
            "tags": "$:/tags/ControlPanel/SettingsTab $:/tags/MoreSideBar",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import [all[tiddlers+shadows]tag[$:/tags/Macro/Vote]]\nThese settings let you customise the behaviour of Vote plugin.\n\n---\n\n;Show Vote setting in more sidebar\n:<$checkbox tiddler=\"$:/plugins/kookma/vote/ui/ControlPanel/Settings\" tag=\"$:/tags/MoreSideBar\"> Show setting in more sidebar</$checkbox>\n\n;General display option\n:<$checkbox tiddler=\"$:/plugins/kookma/vote/viewtemplate/voting\" tag=\"$:/tags/ViewTemplate\"> Show the vote pill on all non system tiddlers</$checkbox>\n\n\n;Selection filter\n: Filters to show vote pill only on selected tiddlers &nbsp; <$edit-text tiddler=<<voteFilterTiddler>> field=\"text\" tag=input defualt=\"[all[current]]\" placeholder=\"enter a filter e.g. [tag[myTag]] \" class=\"kk-ut-txt\"/>\n\n;Clean\n:<<clean-votings-dataTiddler>>\n\n;Summary table\n:<$button to=\"$:/plugins/kookma/vote/ui/summary\" class=\"tc-btn-invisible\"> {{$:/core/images/right-arrow}} Open votings summary table</$button>"
        },
        "$:/plugins/kookma/vote/ui/summary": {
            "title": "$:/plugins/kookma/vote/ui/summary",
            "created": "20210219210131049",
            "modified": "20210225112106193",
            "tags": "",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import [all[tiddlers+shadows]tag[$:/tags/Macro/Vote]]\n\n\\define delete-votes()\n<$button class=\"tc-btn-invisible\">\n{{$:/core/images/delete-button}}\n<$action-setfield $tiddler=<<deleteTempTiddler>> text=yes />\n</$button>\n\\end\n\n<$list filter=\"[subfilter<myfilter>limit[1]]\" variable=ignore emptyMessage=\"Summary table is empty. There is no votes!\">\n<table class=\"vote-summary-table\">\n<caption><<edit-button>>&nbsp; Voting summary</caption>\n<$vars sortBy={{{  [<sortStateTiddler>get[text]]     }}}  \n       sortNeg={{{ [<sortStateTiddler>get[sort-neg]] }}} >\n<$vars total-entries={{{[subfilter<myfilter>count[]] }}}\n\t\t\t page-number={{{[<pageStateTiddler>get[text]] ~[[1]]}}} \n\t\t\t entries-per-page={{{ [<entryStateTiddler>get[text]] ~[[25]]   }}}  >\n<$vars low={{{ [<page-number>subtract[1]multiply<entries-per-page>] }}}  \n       high={{{[<page-number>multiply<entries-per-page>]            }}} \n\t\t\t ncols={{{[<voteEditSummaryTable>get[ncols]] ~[[2]]}}}>\n<thead>\t\t\n<<confirm-delete>>\n<tr><!-- create the header row -->\n<th style=\"text-align:left\"><<sort-by-title>></th>\n<th style=\"width:8ch;text-align:left\"><<sort-by-vote>></th>\n<$list filter=\"[<voteEditSummaryTable>get[text]match[yes]]\" variable=ignore>\n<th style=\"width:6ch;text-align:left;\"><b><<delete-votes>></b></th>\n</$list>\n</tr>\n</thead>\n<tbody>\n<$list filter=\"[<sortBy>!match[Vote]]\" variable=\"sort_by_title\">\n<<show-records-by-title>>\n</$list>\n<$list filter=\"[<sortBy>match[Vote]]\" variable=\"sort_by_vote\">\n<<show-records-by-vote>>\n</$list>\n</tbody>\n<tfoot>\n<tr class=\"vote-tbl-page-footer\">\n<td colspan=<<ncols>> >\n<<prev-button>>\nDisplaying <$text text={{{[<low>add[1]]}}}/> through <<high>> of <<total-entries>> Results | <<limit-entries>>\n<<next-button>>\n</td>\n</tr>\n</tfoot>\n</$vars></$vars></$vars>\n</table>\n<$list filter=\"[<voteEditSummaryTable>get[text]match[yes]]\" variable=ignore>\n<<clean-votings-dataTiddler>>\n</$list>\n</$list>"
        },
        "$:/plugins/kookma/vote/viewtemplate/voting": {
            "title": "$:/plugins/kookma/vote/viewtemplate/voting",
            "created": "20210214160252823",
            "list-before": "$:/core/ui/ViewTemplate/title",
            "modified": "20210225062408550",
            "tags": "$:/tags/ViewTemplate",
            "type": "text/vnd.tiddlywiki",
            "text": "\\import [[$:/plugins/kookma/vote/macros/configs]]\n\n\\define upvote() <$action-setfield $tiddler=<<votingsTiddler>> $index=<<currentTiddler>> $value={{{ [<votingsTiddler>getindex<currentTiddler>else[0]add[1]] }}}/>\n\n\\define downvote() <$action-setfield $tiddler=<<votingsTiddler>> $index=<<currentTiddler>> $value={{{[<votingsTiddler>getindex<currentTiddler>else[0]subtract[1]]}}}/>\n\n<$set name=\"revealFilters\" tiddler=<<voteFilterTiddler>> field=text emptyValue=\"[!is[system]]\">\n<$list filter=\"[all[current]subfilter<revealFilters>match<currentTiddler>]\">\n<div class=\"vote-container\">\n<div class=\"vote-flex\">\n<$button class=\"tc-btn-invisible\" actions=<<upvote>> >\n{{$:/plugins/kookma/vote/images/svg-upvote}}\n</$button>\n<div>\n<$vars vote={{{ [<votingsTiddler>getindex<currentTiddler>else[0]] }}}>\n<$list filter=\"[<vote>compare:number:lt[0]then[#fffbdd]] [<vote>compare:number:lteq[-5]then[#ffebda]] [<vote>compare:number:gt[0]then[#dbedff]] [<vote>compare:number:gteq[5]then[#dcffe4]] +[last[]] ~[[#ececec]]\" variable=bgcolor>\n<span class=\"vote-counter\" style={{{ [<bgcolor>addprefix[background-color:]] }}} >\n<$text text=<<vote>> />\n</span>\n</$list>\n</$vars>\n</div>\n<$button class=\"tc-btn-invisible\" actions=<<downvote>> >\n{{$:/plugins/kookma/vote/images/svg-downvote}}\n</$button>\n</div>\n</div>\n</$list>\n</$set>"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/OokTech/Bob/AutomaticBackups.js": {
            "title": "$:/plugins/OokTech/Bob/AutomaticBackups.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/AutomaticBackups.js\ntype: application/javascript\nmodule-type: startup\n\nThis module setups up automatic backups, if they are enabled.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = 'AutomaticBackups';\nexports.after = [\"load-modules\"];\nexports.platforms = [\"node\"];\nexports.synchronous = true;\n\nexports.startup = function () {\n  if($tw.node) {\n    $tw.ServerSide = $tw.ServerSide || require('$:/plugins/OokTech/Bob/ServerSide.js');\n    // Make sure that $tw.settings is available.\n    // require the fs module if we are running node\n    const fs = require(\"fs\");\n    const path = require(\"path\");\n\n    // Initialise objects\n    $tw.Bob = $tw.Bob || {};\n\n    /*\n      When a wiki is loaded save a backup, then save a backup at regular\n      intervals as long as the wiki has been edited since the last backup\n\n      So when a wiki gets loaded save a backup and set a timeout, when the wiki gets edited set a timeout if one isn't already going, when the timeout runs out save a backup.\n      Then if the wiki gets edited again start a new timeout.\n\n      So save a copy when loading always\n\n      when a wiki is edited and there isn't already a timer, start a timer, when\n      the timer runs out save the wiki.\n    */\n    $tw.settings.backups = $tw.settings.backups || {};\n    if($tw.settings.backups.enable === 'yes') {\n      $tw.settings.backups.backupFolder = $tw.settings.backups.backupFolder || './backups';\n      $tw.settings.backups.backupInterval = $tw.settings.backups.backupInterval || 600000;\n      if($tw.settings.backups.saveOnLoad === 'yes') {\n        $tw.hooks.addHook('wiki-loaded', function(wikiName) {\n          saveWikiBackup(wikiName);\n        });\n        $tw.hooks.addHook('wiki-loaded', function(wikiName) {\n          // For now just save a copy of the settings.json when the server starts\n          saveSettingsBackup();\n        });\n      }\n      if($tw.settings.backups.saveOnModified) {\n        $tw.hooks.addHook('wiki-modified', function(wikiName) {\n          if($tw.Bob.Wikis[wikiName].timer === false || typeof $tw.Bob.Wikis[wikiName].timer === 'undefined') {\n            setTimeout(saveWikiBackup, $tw.settings.backups.backupInterval, wikiName);\n          }\n        });\n      }\n\n      function saveWikiBackup(wikiName) {\n        const folder = path.resolve($tw.ServerSide.getBasePath(), $tw.settings.backups.backupFolder, wikiName);\n        const filePath = path.join(folder, 'backup-' + $tw.utils.stringifyDate(new Date()) + '.html');\n        $tw.utils.createDirectory(folder);\n        fs.writeFile(filePath, $tw.ServerSide.prepareWiki(wikiName, 'no', 'no'), function(err) {\n          if(err) {\n            $tw.Bob.logger.error('error saving backup:', err, {level: 1});\n          }\n          $tw.Bob.Wikis[wikiName].timer = false;\n          if($tw.settings.backups.maxBackups > 0) {\n            // make sure there are at most maxBackups wikis saved in the folder.\n            fs.readdir(folder, function(err2, filelist) {\n              if(err2) {\n                $tw.Bob.logger.error('error reading backups folder', err2, {level: 1});\n              } else {\n                const backupsList = filelist.filter(function(item) {\n                  return item.startsWith('backup-')\n                }).sort()\n                if(backupsList.length > $tw.settings.backups.maxBackups) {\n                  for (let i = 0; i < backupsList.length - $tw.settings.backups.maxBackups; i++) {\n                    fs.unlink(path.join(folder,backupsList[i]),function(err3){\n                      if(err3) {\n                        $tw.Bob.logger.error('error removing old backup:',err3)\n                      }\n                    });\n                  }\n                }\n              }\n            });\n          }\n        });\n      }\n\n      function saveSettingsBackup() {\n        const folder = path.resolve($tw.ServerSide.getBasePath(), $tw.settings.backups.backupFolder, 'settings');\n        const filePath = path.join(folder, 'settings-backup-' + $tw.utils.stringifyDate(new Date()) + '.json');\n        $tw.utils.createDirectory(folder);\n        fs.writeFile(filePath, JSON.stringify($tw.settings, \"\", 2), function(err) {\n          if(err) {\n            $tw.Bob.logger.error('error saving settings backup', err, {level: 1});\n          }\n          if($tw.settings.backups.maxBackups > 0) {\n            fs.readdir(folder, function(err2, filelist) {\n              if(err2) {\n                $tw.Bob.logger.error('error reading backups folder', err2, {level: 1});\n              } else {\n                const backupsList = filelist.filter(function(item) {\n                  return item.startsWith('settings-backup')\n                }).sort()\n                if(backupsList.length > $tw.settings.backups.maxBackups) {\n                  for (let i = 0; i < backupsList.length - $tw.settings.backups.maxBackups; i++) {\n                    fs.unlink(path.join(folder,backupsList[i]),function(err3){\n                      if(err3) {\n                        $tw.Bob.logger.error('error removing old backup:',err3)\n                      }\n                    });\n                  }\n                }\n              }\n            });\n          }\n        })\n      }\n    }\n  }\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\CONTRIBUTING.md": {
            "title": "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\CONTRIBUTING.md",
            "text": "# If you are thinking about posting an issue\n\nThank you! More people being involved means we can make free software better\nfor everyone.\n\nThere are some guidelines to help create and support a functioning and\nrespectful environment.\n\n## To help with tech support type issues here are a few things to check before you post an issue:\n\n- Are you using the newest version? If not update to the newest version and see\n  if the issue persists. If not than don't worry about creating a new issue for\n  a resolved problem.\n- Is your question already answered in the documentation? Check the\n  [readme](https://github.com/OokTech/TW5-Bob),\n  [configuration documentation](https://github.com/OokTech/TW5-Bob/blob/master/Configuration.md)\n  and [general documentation](https://github.com/OokTech/TW5-Bob/tree/master/Documentation)\n- Are you asking a question that is already part of another issue? If so add to\n  the conversation in that issue instead of creating a new one to make it\n  easier for people in the future to see progress being made.\n- Is the question you are asking about this plugin or would it be better to ask\n  it on the [TiddyWiki issues board?](https://github.com/Jermolene/TiddlyWiki5)\n  This may not always be obvious so don't worry too much about this one, but\n  take a moment to consider it before posting an issue.\n\n## Some other guidelines\n\n- Are you asking for free engineering work? The people who work on this project\n  do so for their own reasons, please show them enough respect to not consider\n  them your unpaid engineering department.\n  - If you are part of a company with a team and are requesting some\n    enterprise grade additions to help than we suggest you consider emailing\n    info@ooktech.com and request a quote if you want a custom implementation.\n  - One possible exception to this is education. We have a soft spot for\n    education and often help where we can.\n- @inmysocks, the lead on the project, is dyslexic. Please do not include text\n  styling in your issues aside from code blocks if necessary. While using bold,\n  italics, underlined or colored text may make certain parts of the text stand\n  out more for you they are very difficult for some people, including the\n  project lead, to read.\n",
            "type": "text/x-markdown"
        },
        "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\Configuration.md": {
            "title": "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\Configuration.md",
            "text": "# Configuration\n\nConfiguration for the plugin is set in the `settings.json` file in the\n`settings` sub-folder of the folder where the `tiddlywiki.info` file is\nlocated.\n\nEverything is optional, if there are any missing pieces default values will be\nused. If the json isn't formatted correctly than default values will be used.\n\nSome options are only available when using the secure server version. They are\nmarked in the explanations below.\n\n## Example settings.json file\n\n```\n{\n  \"editionsPath\": \"./Editions\",\n  \"pluginsPath\": \"./Plugins\",\n  \"themesPath\": \"./Themes\"\n  \"wikisPath\": \"./Wikis\",\n  \"wikiPathBase\": \"cwd\",\n  \"includePluginList\": [],\n  \"excludePluginList\": [],\n  \"autoUnloadWikis\": \"false\",\n  \"disableBrowserAlerts\": \"false\",\n  \"disableFileWatchers\": \"no\",\n  \"fileURLPrefix\": \"files\",\n  \"namespacedWikis\": \"false\",\n  \"saveMediaOnServer\": \"yes\",\n  \"suppressBrowser\": \"false\",\n  \"enableFederation\": \"no\",\n  \"enableFileServer\": \"no\",\n  \"filePathRoot\": \"./files\",\n  \"perWikiFiles\": \"no\",\n  \"enableBobSaver\": \"yes\",\n  \"persistentUsernames\": \"no\",\n  \"scripts\": {\n    \"NewWiki\": \"tiddlywiki #wikiName --init #editionName\"\n  },\n  \"wikis\": {\n    \"OneWiki\": \"/home/inmysocks/TiddlyWiki/Wikis/OneWiki\",\n    \"TwoWiki\": \"/home/inmysocks/TiddlyWiki/Wikis/TwoWiki\",\n    \"OokTech\": {\n      \"TestWiki\": \"/home/inmysocks/TiddlyWiki/Wikis/TestWiki\"\n    }\n  },\n  \"ws-server\": {\n    \"port\": 8080,\n    \"host\": \"127.0.0.1\",\n    \"autoIncrementPort\": \"false\",\n    \"servePlugin\": \"true\",\n    \"servePluginWithoutLogin\": \"yes\",\n    \"pathprefix\": \"\"\n  },\n  \"heartbeat\": {\n    \"interval\": 1000,\n    \"timeout\": 5000\n  },\n  \"mimeMap\": {\n    \".aac\": \"audio/aac\",\n    \".avi\": \"video/x-msvideo\",\n    \".bmp\": \"image/bmp\",\n    \".css\": \"text/css\",\n    \".csv\": \"text/csv\",\n    \".doc\": \"application/msword\",\n    \".epub\": \"application/epub+zip\",\n    \".gif\": \"image/gif\",\n    \".html\": \"text/html\",\n    \".htm\": \"text/html\",\n    \".ico\": \"image/x-icon\",\n    \".jpg\": \"image/jpeg\",\n    \".jpeg\": \"image/jpeg\",\n    \".mp3\": \"audio/mpeg\",\n    \".mp4\": \"video/mp4\",\n    \".mpeg\": \"video/mpeg\",\n    \".odp\": \"application/vnd.oasis.opendocument.presentation\",\n    \".ods\": \"application/vnd.oasis.opendocument.spreadsheet\",\n    \".odt\": \"application/vnd.oasis.opendocument.text\",\n    \".oga\": \"audio/ogg\",\n    \".ogv\": \"video/ogg\",\n    \".ogx\": \"application/ogg\",\n    \".otf\": \"font/otf\",\n    \".pdf\": \"application/pdf\",\n    \".ppt\": \"application/vnd.ms-powerpoint\",\n    \".png\": \"image/png\",\n    \".svg\": \"image/svg+xml\",\n    \".tif\": \"image/tiff\",\n    \".tiff\": \"image/tiff\",\n    \".ttf\": \"font/ttf\",\n    \".txt\": \"text/plain\",\n    \".wav\": \"audio/wav\",\n    \".weba\": \"audio/weba\",\n    \".webm\": \"video/webm\",\n    \".webp\": \"image/webp\",\n    \".woff\": \"font/woff\",\n    \".woff2\": \"font/woff2\",\n    \".xml\": \"text/xml\"\n  },\n  \"API\": {\n    \"enableFetch\": \"no\",\n    \"enablePush\": \"no\",\n    \"pluginLibrary\": \"no\"\n  },\n  \"logger\": {\n    \"useFileLogging\":\"no\",\n    \"fileLogLevel\": \"2\",\n    \"outputFolder\": \"./logs\",\n    \"outputBaseFileName\": \"Log\",\n    \"useSeparateErrorFile\": \"no\",\n    \"outputErrorFileName\": \"Error\",\n    \"ignoreErrors\": \"yes\",\n    \"useBrowserLogging\": \"no\",\n    \"browserLogLevel\": \"2\",\n    \"useConsoleLogging\": \"yes\",\n    \"consoleLogLevel\": \"2\"\n  },\n  \"federation\": {\n    \"serverName\": \"Noh Neigh-m\",\n    \"mobile\": \"no\",\n    \"enableChat\": \"no\",\n    \"udpPort\": \"3232\",\n    \"enableMulticast\": \"yes\",\n    \"multicastAddress\": \"224.0.0.114\",\n    \"broadcast\": \"yes\",\n    \"rebroadcastInterval\": \"30000\",\n    \"checkConnections\": \"yes\"\n  },\n  \"advanced\": {\n    \"localMessageQueueTimeout\": 500,\n    \"federatedMessageQueueTimeout\": 1500,\n    \"saveTiddlerDelay\": 200\n  },\n  \"servingFiles\": {\n    \"name\": \"/path/to/files\"\n  },\n  \"saver\": {\n    \"host\": \"localhost\",\n    \"port\": \"61192\",\n    \"key\": \"\",\n    \"disable\": \"no\"\n  },\n  \"backups\": {\n    \"enable\": \"no\",\n    \"backupFolder\": \"./backups\",\n    \"backupInterval\": 600000,\n    \"saveOnLoad\": \"yes\",\n    \"saveOnModified\": \"yes\",\n    \"maxBackups\": 10\n  },\n  \"pluginLibrary\": {\n    \"allPublic\": \"yes\"\n  },\n  \"editionLibrary\": {\n    \"allPublic\": \"yes\"\n  },\n  \"themeLibrary\": {\n    \"allPublic\": \"yes\"\n  },\n  \"profileOptions\": {\n    \"allowPublic\": \"yes\",\n    \"allowLoggedIn\": \"yes\",\n    \"allowPrivate\": \"yes\",\n    \"allPublic\": \"no\"\n  }\n}\n```\n\n''Note:'' All paths can be either absolute or relative. Relative paths are\nrelative to the path listed in `wikiPathBase`, if none is listed they are\nrelative to the folder with tiddlywiki.js in it if you are using the plugin\nversion or the folder with the executable file if you are using the BobEXE\nversion.\n\n''Note for windows:'' All the example paths here are how they would appear on\nlinux or osx. On windows the paths would look like\n`C:\\Users\\inmysocks\\TiddlyWiki\\Wikis`. To make the examples what you would use\nin windows replace `/home` with `C:\\Users` and change the `/` into `\\`.\n\n## What each part is\n\n- `editionsPath` is the folder that holds any custom editions you want to be\n  able to use when making wikis using the control panel.  If relative it is\n  relative to `wikiPathBase`.\n- `pluginsPath` is the path to the plugins folder if you are using the as a\n  plugin library.  If relative it is relative to `wikiPathBase`.\n- `themesPath` is the path to the folder where you have your themes.  If\n  relative it is relative to `wikiPathBase`.\n- `wikisPath` the name of the default wikis folder to use. If relative it is\n  relative to `wikiPathBase`.\n- `wikiPathBase` relative paths for everything other than serving files are\n  relative to this path. If you want a portable setup this must be set to\n  `cwd`, if you set it as `./` the paths are relative to the users home\n  directory. It defaults to the current working directory. If this is set to a\n  relative path it is relative to the user home directory.\n- `includePluginList` is an array of plugin names that will be included in\n  every wiki served. You do not have to include Bob in this list.\n- `excludePluginList` is an array of plugin names that will not be included in\n  any wiki served, even if it is listed in the tiddlywiki.info file. This does\n  not prevent someone from installing the plugin via drag-and-drop or from a\n  plugin library, it just affects plugins listed in `tiddlywiki.info` files.\n- `autoUnloadWikis` if this is set to `true` than wikis with no active\n  connections will be automatically unloaded from memory. (experimental, may\n  cause problems)\n- `disableBrowserAlerts` if this is set to `true` than no alerts are sent to\n  the browser wikis. This can also be set on a per-wiki basis in the control\n  panel.\n- `disableFileWatchers` if this is set to `yes` than the file system monitor\n  component is disabled. This may help with some setups that use network drives\n  to store tiddlers.\n- `fileURLPrefix` is the prefix used to distinguish file links from wikis. This\n  has the normal restrictions on names as any URL, so avoid special characters.\n  This defaults to `files` and only have an affect if you have also set\n  `filePathRoot`.\n  Note: If you set this to an empty string it will use the default value of\n  `files` unless you set the `acceptance` value described below. This will break\n  things and no tech support will be provided.\n- `namespacedWikis` (external server only) this only has an effect if you are\n  using an external server with a login. If so this prefixes the wiki path with\n  the currently logged in persons name when creating a wiki.\n- `saveMediaOnServer` if this is set to `yes` any files with a type listed in\n  the mime map are uploaded to the server and a `_canonical_uri` tiddler is\n  created for the file instead of importing the file directly into the wiki.\n  - This only takes effect if `enableFileServer` is also set to `yes`.\n- `suppressBrowser` is only used if you are using the single executable\n  version. If it is set to `true` than the browser isn't opened automatically\n  when the server is started.\n- `enableFederation` setting this to `yes` enables federation with remote\n  servers.\n- `enableFileServer` setting this to `yes` enables the static file server.\n- `filePathRoot` this is the base path for files that are globally available.\n- `perWikiFiles` setting this to `yes` means that files specific to a wiki\n  (that is files in the wikis `files` folder next to the wikis `tiddlers`\n  folder) are only available in that wiki, so no hotlinking.\n- `enableBobSaver` setting this to `no` disables the Bob saver for single file\n  wikis. By default this is enabled.\n- `persistentUsernames` setting this to `yes` stores the user name entered for\n  the wiki in a cookie so it is saved the next time you open the wiki using the\n  same browser. As long as cookies aren't cleared and the cookie doesn't expire\n  first.\n- `scripts` a list of scripts that you can call from inside the wiki using the\n  `runScript` websocket message.\n- `wikis` a list of child wikis to serve. The path to the wikis is determined\n  by the name given. In the example above the wiki located at\n  `/home/inmysocks/TiddlyWiki/Wikis/OneWiki` would be served on\n  `localhost:8080/OneWiki` and the wiki located at\n  `/home/inmysocks/TiddlyWiki/Wikis/TestWiki` would be served on\n  `localhost:8080/OokTech/TestWiki`. You may have as many levels and wikis as\n  you want.\n- `ws-server` settings for the `wsserver` command.\n  - `port`\n  - `host`\n  - `rootTiddler` changing this will probably break everything\n  - `renderType` changing this will probably break everything\n  - `serveType` changing this will probably break everything\n  - `pathprefix` a prefix for the path that wikis are served on.\n  - `autoIncrementPort` if not set to `false` than the server\n    will try using the given port (`8080` by default) and if it is in use it\n    will try the next port up and continue until it finds an open port to use.\n    If this is set to false than if the given port is in use an error is thrown\n    and the process fails.\n  - `servePlugin` is not `false` than any child wiki served will include the\n    Bob plugin. So you can serve wikis that don't normally have the plugin and\n    edit them as though they did.\n  - `servePluginWithoutLogin` (external server only) if set to `no` and\n    `servePlugin` isn't set to `false` than the Bob plugin will only be served\n    to people who are logged in. So anyone not logged in a single file wiki\n    that doesn't save anything to the server and doesn't update when changes\n    are made to the wiki on the server. If this is set to `no` a person would\n    have to login and then reload the wiki to get the version with the Bob\n    plugin.\n- `heartbeat` settings for the heartbeat that makes sure the browser and server\n  are still connected. You can almost certainly ignore these settings.\n  - `interval` the heartbeat message is sent every `interval` milliseconds\n  (1000 milliseconds = 1 second).\n  - `timeout` is the length of time to wait for a heartbeat signal before\n  assuming that the connection is no longer working.\n- `mimeMap` lists the file extensions and their associated mime-types that the\n  server is allowed to serve. This only has an effect if `filePathRoot` is set.\n- `API` things in this group are used for the api used for inter-server\n  communication using the TWederBob plugin. This is only active if you use the\n  `--wsserver` command, if you use an external server than these don't do\n  anything.\n  - `enablePush` if this is set to `yes` than the server will accept tiddlers\n    pushed using the TWederBob plugin.\n  - `enableFetch` if this is set to `yes` than the server will let people fetch\n    tiddlers from the server using the TWederBob plugin.\n  - `pluginLibrary` if this is set to `yes` than the server will act as a\n    plugin library. (you also have to set the `pluginsPath`, see above)\n- `logger` settings for the logger Bob uses\n  - `useFileLogging` set to `yes` to enable writing logs to files\n  - `fileLogLevel` set this to an integer from `0` to `4` to indicate how\n    much logging you want in the log files. `0` is none, `4` is everything.\n  - `outputFolder` set to the folder name to use for the log files\n  - `outputBaseFileName` logs will use this as the base name\n  - `useSeparateErrorFile` set to `yes` if you want to have separte files for\n    logs and error messages (stdout vs stderr)\n  - `outputErrorFileName` set this to the base file name to use for error log files\n  - `ignoreErrors` set this to `yes` to ignore logger errors (recommended!)\n  - `useBrowserLogging` set this to `yes` to have log messages sent to the\n    browser\n  - `browserLogLevel` set this to an integer from `0` to `4` to indicate how\n    much logging you want in the browser. `0` is none, `4` is everything.\n  - `useConsoleLogging` set this to `yes` to log output to the console\n  - `consoleLogLevel` set this to an integer from `0` to `4` to indicate how\n    much logging you want in the console. `0` is none, `4` is everything.\n- `federation` settings for inter-server federation and connections\n  - `serverName` is the human readable name that the server uses to identify\n    itself. It does not need to be unique, but having it be unique is less\n    confusing.\n  - `mobile` set this to `yes` if the server isn't going to have the same url\n    or ip address all the time.\n  - `enableChat` set this to `yes` to enable the federated chat server.\n  - `udpPort` this is the port used by the udp socket used to connect to other\n    servers.\n  - `multicastAddress` this is the multicast ip used for using multicast on the\n    local network to find other servers.\n  - `broadcast` if `yes` Bob will periodically send udp multicast messages to announce its presence to other Bob servers.\n  - `rebroadcastInterval` if `broadcast` is set to `yes` this is the interval between udp multicast messages\n  - `checkConnections` if set to `yes` the server will send a ping trying to contact any known servers to maintain\n- `advanced` these are advanced settings that should almost never have to be\n  changed. Changing these values can cause undesired or unexpected behaviour.\n  - `localMessageQueueTimeout` for local messages, the maximum time the server\n    will wait for an acknowledgement before assuming that a message has been\n    lost and the server tries to resend the message. The value is in ms.\n    Default `500`. Smaller values may cause lots of retries even when a message\n    is sent correctly, larger values make the server take longer to respond to\n    errors.\n  - `federatedMessageQueueTimeout` for federated messages, the maximum time\n    that the server will wait for an acknowledgement before assuming that a\n    message has been lost and tries to resend the message. The value is in ms.\n    Default `1500`. Smaller values may cause lots of retries even when a\n    message is sent correctly, larger values make the server take longer to\n    respond to errors.\n  - `saveTiddlerDelay` the minimum delay between when a save tiddler message is\n    added to the message queue and when it is sent. This prevents save tiddler\n    messages from being sent with each keystroke when editing certain tiddlers\n    causing a race condition and giving unexpected results or an infinite\n    update loop. The value is in ms. Default: `200`. Smaller values may cause\n    more race conditions. Larger values make the server wait longer before\n    saving a tiddler.\n- `servingFiles` this lists the prefixes and folders that hold files that can\n  be served.\n  - The items in this are in the form `prefix: /path/to/folder`, see the file\n    server documentation for more.\n- `saver` this holds settings for the single file saver\n  - `host` the host for the saver server. You should never change this. if you\n    change this you will get no assistance for anything that you lose, break or\n    have stolen from you. Changing this requires you to fill out the\n    `acceptance` field below.\n  - `port` the port that the saver listens on. Changing this can break the\n    saver, so only change it if you know what you are doing.\n  - `key` an optional key, if this is set than the same key has to be entered\n    in each of the single file wikis in order for the server to save them.\n  - `disable` set this to `yes` to disable the single file saver sever\n- `backups` this holds settings for automatic backups\n  - `enable` if this is set to `yes` automatic backups are enabled\n  - `backupFolder` the folder to store the backups in.\n  - `backupInterval` how long to wait after a change to make a backup in ms.\n    Default is `600000`, which is 10 minutes,\n  - `saveOnLoad` if this is set to `yes` a backup will be saved when a wiki is\n    loaded.\n  - `saveOnModified`if this is set to `yes` a backups will be triggered by\n    edits to the wiki (see the documentation for important notes about this)\n  - `maxBackups` is the maximum number of backups to keep for any wiki. If\n    there are more than this the oldest are removed until there are at most\n    this number of backups.\n- `pluginLibrary` (external server only) this holds settings for the plugin\n  library\n  - `allPublic` if this is set to `yes` there are no access checks when someone\n    tries to get a plugin.\n- `editionLibrary` (external server only) this holds settings for the edition\n  library\n  - `allPublic` if this is set to `yes` there are no access checks when someone\n    tries to get an edition.\n- `themeLibrary` (external server only) this holds settings for the theme\n  library\n  - `allPublic` if this is set to `yes` there are no access checks when someone\n    tries to get a theme.\n- `profileOptions` (external server only) this holds settings for what profile\n  options are available on the server\n  - `allowPublic` if this is set to `yes` profiles can be set as public\n  - `allowLoggedIn` if this is set to `yes` profiles can be set as logged in\n    only\n  - `allowPrivate` if this is set to `yes` profiles can be set to private\n  - `allPublic` if this is set to `yes` all profiles are public regardless of\n    other options set.\n- `acceptance` this is a setting for accepting that you will get no help if you\n  do something that requires it to be set. These are things that are either\n  insecure or have a very good chance of breaking your wiki. You will get no\n  tech support if you do any of them. If you want to do it anyway than you need\n  to give this the value `I Will Not Get Tech Support For This`.\n- `allowUnsafeMimeTypes` setting this to `true` lets you serve anything\n  ignoring the mimeMap. This is a bad idea but it was consistently requested so\n  you have to fill out the `acceptance` key and you will receive no support for\n  any problems that arise.\n\n''Note:'' Only changes to the `scripts` and `wikis` will be available without\nrestarting the server. You still need to save the settings using the\n`Update Settings` button after making changes in the `Manual Settings` tab\nunder the `Bob Settings` tab in the $:/ControlPanel. If you change a wiki name\nor path you also need to click on the `Update Routes` button after you click on\nthe `Update Settings` button for your changes to take effect.\n\nAny other changes require a full server restart.\n",
            "type": "text/x-markdown"
        },
        "$:/plugins/OokTech/Bob/ConflictList": {
            "title": "$:/plugins/OokTech/Bob/ConflictList",
            "caption": "Conflict List",
            "text": "These are the tiddlers that currently have conflicts from resyncing with the server:\n\n<$list\n  filter='[prefix[$:/state/Bob/Conflicts/]]'\n  variable='dummy'\n  emptyMessage=\"''There are no syncing conflicts, you can close this tiddler''\"\n>\n  <table\n    style='width:100%'\n  >\n    <tr>\n      <th>\n        Server Version\n      </th>\n      <th>\n        Conflicted Version\n      </th>\n    </tr>\n    <$list\n      filter='[prefix[$:/state/Bob/Conflicts/]]'\n    >\n      <tr>\n        <td>\n        <$list\n          filter='[<currentTiddler>removeprefix[$:/state/Bob/Conflicts/]]'\n        >\n          <$link>\n            <<currentTiddler>>\n          </$link>\n        </$list>\n        </td>\n        <td>\n          <$link\n            to=<<currentTiddler>>\n          >\n            Conflicted Version\n          </$link>\n        </td>\n      </tr>\n    </$list>\n  </table>\n</$list>\n"
        },
        "$:/plugins/OokTech/Bob/ExcludeSync": {
            "title": "$:/plugins/OokTech/Bob/ExcludeSync",
            "text": "[has[draft.of]]\n[prefix[$:/state/]]\n[prefix[$:/temp/]]\n[[$:/StoryList]]\n[[$:/HistoryList]]\n[[$:/status/UserName]]\n[[$:/Import]]\n[[$:/plugins/OokTech/Bob/Server Warning]]\n[[$:/plugins/OokTech/Bob/Unsent]]\n[[$:/Bob/VisibleConfigurationTabs]]\n[[$:/Bob/ActiveLanguagesList]]\n[[$:/Bob/ActiveThemesList]]\n[[$:/Bob/ActivePluginList]]\n[[$:/Bob/AlertHistory]]\n[[$:/ServerIP]]\n[[$:/Bob/AvailableEditionList]]\n[[$:/Bob/AvailableThemeList]]\n[[$:/Bob/AvailablePluginList]]\n[[$:/Bob/AvailableLanguageList]]\n[[$:/state/ViewableWikis]]\n[[$:/status/UserName]]\n[[$:/boot/boot.css]]\n[[$:/boot/boot.js]]\n[[$:/boot/bootprefix.js]]\n[[$:/core]]\n[[$:/library/sjcl.js]]\n[prefix[$:/WikiSettings]]\n[[$:/ProxyPrefix]]\n[[$:/WikiName]]\n"
        },
        "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\ISSUE_TEMPLATE.md": {
            "title": "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\ISSUE_TEMPLATE.md",
            "text": "Make sure you read contributing.md and check the correct boxes below and then\nadd your issue text here.\nIf you don't than the issue will be tagged as spam and closed or deleted.\n\n\n---\n\nI am running (check any that apply, put an x inside the [ ] to check a box, like this: [x]):\n\n- [ ] Windows\n- [ ] OSX\n- [ ] Linux\n- [ ] Other\n\nand using\n\n- [ ] The nodejs version\n- [ ] The single file executable\n\nBefore posting I read [issue guidelines](./IssueGuidelines.md) and:\n\n- [ ] I am using the newest version\n- [ ] The answer to my question isn't listed in the documentation or this isn't\n  a question\n- [ ] This is not a duplicate issue\n- [ ] I have not done anything that required me to set acceptance to\n  `I Will Not Get Tech Support For This`\n",
            "type": "text/x-markdown"
        },
        "$:/plugins/OokTech/Bob/Changelog": {
            "title": "$:/plugins/OokTech/Bob/Changelog",
            "text": "!! Version 1.7.1 Leftover Christmas Cookies\n\n* Clean up code to make the changes for using the external server work with normal Bob/BobEXE\n* Cleanup how settings are updated\n* Moved everything out of NodeWebsocketSetup.js, a few components were just unneeded and removed.\n\n!! Version 1.7.0 Can of soup\n\n* clean up some code problems\n* add framework for limiting access to settings and plugins based on login status (secure server only)\n* Ensure that the settings are always correctly loaded in some edge cases\n* Add `RootWiki` to the list of wikis that can be duplicated in the UI\n* The `disableBrowserAlerts` setting now takes input values `yes` and `no` instead of `true` and `false`\n* Added the option to serve single file wikis without Bob to people who aren't logged in (secure server only)\n* Modify how settings are loaded to work better with the external server\n* Many changes to the internals to work with the external server better, most don't affect functionality\n* improve the http api\n** See the http api documentation for more\n\n!! Version 1.6.2r2 Une Vie Typique\n\n* Fixed a regression that would prevent websocket connections if the wiki had a space in its name.\n* Add a `/api/status` http route that returns settings and other wiki information\n* Switched to using the `/api/status` route to get wiki settings instead of the setLoggedIn websocket message to make behaviour more predictable and prevent some race conditions\n* Lots of refactoring and cleanup on the wiki management functions in the back-end\n* You no longer need to click a button to see the available plugins/themes/editions/languages on the server. If any new ones are added while you have a wiki open you need to either refresh the page (the reload button on your browser, nothing special) or refresh the settings.\n* Big update to the http api routes\n* Documented the http api\n* Fix a crash from a variable scope problem\n* Fix a problem with disabling the browser automatically opening\n\n!! Version 1.6.1 Scream in your heart\n\n* Changed how saveTiddler messages are handled that reduce the number of redundant messages. This prevents some undesired behaviour and in some extreme cases infinite saving loops.\n** This makes some significant speed improvements, everything but saving many tiddlers in the browser is now close to the speed it was before switching to the internal syncer\n* Fixed some formatting to fit better with tiddlywiki coding styles\n* Fixed the basepath for the file server\n* Simplified the file system monitor in a way that should prevent race conditions when used with external syncing services like git or dropbox\n** Thanks @lineonetwo\n* Fixed the name `enableBobSaver` so that the GUI can disable the saver correctly\n* Updates to setting the modified flag for a wiki on the server to be more consistent\n* Update action-downloadwiki documentation to show you can set which core to use and set the default download name\n* Improved the handling of uploaded files\n* Add proper handling so expired login tokens aren't sent when they shouldn't be\n* Create a single shared method for getting login tokens\n\n!! Version 1.6.0 Mopbucket, backup your data\n\nSpecial thanks to @joshuafontany for some much requested stability improvements.\n\nNote: Federation is disabled in the code because it doesn't have proper security yet\n\n* (BobEXE) switched to using nexe instead of pkg.\n* Fixed uploading media to the RootWiki so it has the correct _canonical_uri\n* improved the normalise tiddler function so tiddlers with no text fields are handled consistently\n* Fixed a regression where draft tiddlers were saved to the server\n* partially fixed a regression caused by switching to the built-in syncer, tiddlers you edit directly (like `$:/SiteTitle`) try to save on every keystroke and it chokes, before there was a throttling system in place for saving tiddlers that used the message queue. Instead of keeping it from saving, it is just slow to respond.\n* Added a `$tiddler` attribute to `action-websocketmessage` to simplify a few things.\n* Single file wikis that contain the Bob plugin shouldn't show the RSOE anymore\n* Fixed some rare edge cases that could cause Bob to crash\n* Moved more messages to use the Bob logger instead of console.log\n* The file server now correctly supports video files\n* Hopefully removed the need for the `proxyprefix` setting.\n* All around better handling of draft tiddlers on the node side (thanks @joshuafontany)\n* Add some error handling specific to windows (thanks @joshupfontany)\n* Fix a race condition that could lead to ignoring file system paths filters. (thanks @joshuafontany)\n* Fix a problem where canceling an edit on a shadow tiddler would leave the tiddler locked\n* Federation - udp multicast works for discovering other Bob servers on the local network.\n* Federation - pulling tiddlers from other Bob servers on the local network works\n* Federation - federated chat on the local network works\n* Federation - fixed a problem where some network configurations would prevent servers from finding each other using UDP multicast.\n* Federation - there is a bug with dates when fetching tiddlers, sometimes dates come out as NaNaNa.... in the receiving wiki.\n\n!! Version 1.5.2 Scruffy, the Janitor\n\n* Made a change to saving settings that may prevent a rare bug\n* The file server now tries to determine the mimetype of served files\n* Many updates to the control panel tab layout and documentation\n* Making a wiki from an html file should work again\n* the action-updatesetting widget got an update so it can properly remove settings\n* Big reorganisation of the $:/ControlPanel tab for Bob, added a lot of context help\n* Fixed a problem automatic backups caused with serving Bob to child wikis\n* Fixed adding existing node wikis to the Bob server\n* Added an option that lets you set a persistent username in a wiki.\n\n!! Version 1.5.1 hy\n\n* Fixed a problem that would set the base path to the current folder as an absolute path instead of to `cwd` if no base path was given.\n* Fixed the backup format so the wikis open up correctly as single file wikis\n* (BobEXE) Updated to TiddlyWiki 5.1.22\n\n!! Version 1.5.0 Apat\n\n* Fixed some problems with action-updatesetting\n* Add configuration UI for logging\n* Tweaked some configuration instructions\n* Added udp multicast to find other Bob servers on the local network\n** For federation stuff\n* Started UI for managing interactions with other servers\n* Fixed problems with saving images to the server and some settings checkboxes that didn't work\n* Fixed a problem with the syncer that could cause it to try and save files it shouldn't.\n* Setting the `pathprefix` does what it should now.\n** A brief explaination of the difference between `pathprefix` and `proxyprefix` is added to `Configuration.md`\n* Added the `perWikiFiles` setting which makes files served with a specific wiki (by default in the `files` folder next to the wikis `tiddlers` folder) are only accessible by that wiki. Files served under `filePathRoot` are accessible to every wiki.\n** globally accessible files are served with the `/files/` prefix, other wikis have their wiki specific files served with the `/wikiName/files/` prefix. For the RootWiki you have to reference wiki specific files with `/RootWiki/files/` as the prefix, for other wikis the `wikiName` part of the prefix is the same as the url path.\n* On the back-end added a hook for wiki loaded and wiki modified to the server\n* Added autobackups\n* fixed a bug that would sometimes prevent wikis from connecting to the server if the RootWiki wasn't already loaded.\n* Added a default settings file that contains a value for every setting.\n\n!! Version 1.4.0\n\n''Note:'' this version changes some parts of how tiddlers are saved to the file\nsystem. There shouldn't be any problems but there is always a risk of data loss\nwhen making changes like this. Make sure to backup your data.\n\n* Implemented lazy loading\n** You can enable/disable lazy loading in the `Bob Settings` tab of the $:/ControlPanel\n** Documentation is under the `Bob Settings` tab in the control panel with the other documentation\n* Setup saving and loading in normal syncadaptors to work better with the core\n** The dirty indicator is now handled by the core, so it should behave better now\n*** Saving now takes longer, but 'longer' is about 1 second instead of about 1/10th of a second.\n**** This is because of a delay built into the core, it isn't a bug. In future versions of tiddlywiki this will be configurable.\n** The 'there are unsaved changes' message when you close a tab is also now handled by the core, so it should behave better as well.\n* finished moving all of the functionality of the `ServerImages` plugin into Bob.\n** This means that the `ServerImages` plugin is no longer necessary.\n** Information about the new setup is available in the Bob Documentation called `Server Media`\n** The server media part is enabled by default if you turn on the file server. It can be disable in the $:/ControlPanel under `Bob Settings` -> `Server` -> `File Server`\n*** The server media component only works if the file server is enabled, if it isn't enabled than the server media component has no effect.\n* Changed `WebsocketAdaptor.js` to `MultiWikiAdaptor.js` because it has nothing to do with websockets, it handles saving and loading when you have multiple wikis.\n* Removed some unused template files\n* Switch to using more asynchronous functions\n** changing multiple functions in the file system monitor to use asynchronous versions\n*** While this prevents some race conditions and reduces the places where writing tiddler changes can be delayed, it introduces another race condition that arises when you rename a tiddler or a file on the file system so that the tiddler file name does not follow the rules used by the wiki. The file system monitor deletes the incorrectly named file and creates a new file with the expected name. The file watcher starts acting before the file is completely deleted so it acts as though the file still exists which leads to an error being thrown. The error is handled but there may be unexpected behaviour is situations where tiddler titles or file names are changed in the file system. Back up your data.\n* Modified the BobSaver so the server only accepts files with the extensions `.html`, `.htm` and `.hta`\n** Changing the host for the BobSaver requires that you agree to not ask for tech support and understand that none will be given by filling out the acceptance part of the configuration\n* Added a checkbox to the server tab to enable or disable saving media on the server and creating a tiddler with a `_canonical_uri` field when importing media into the wiki\n* ''(BobEXE only)'' Added a checkbox to enable or disable automatically opening up a browser when BobEXE starts. This has no effect if you are using the plugin version.\n* Checkboxes that change settings no longer require you to click a button to save the change\n** Text entry boxes still require you to click a button to save the updated settings.\n* Added/updated documentation about the saver server and the media server (the replacement for the `ServerImages` plugin.)\n* ''(BobEXE only)'' Added command line arguments to set the location of the index wiki and the wikis folder.\n* Added an option to disable the file system watcher\n** This may help reduce memory usage further if you don't ever edit tiddlers on the file system\n** ''Using syncing software with your wiki folders is not recommended, it can cause dulpicate files and data loss, Bob and the syncing software fight each other when changing files.'' This may help reduce conflicts if you are using syncing software for your wiki folders.\n** This helps prevent bugs that arise from not being able to properly monitor network drives.\n*** This is a limitation of networked drives, it is not specific to Bob. I may write an alternate filesystem monitor that can function with network drives but it will necessarily be slower and have the potential to miss changes made on the file system. This may be unavoidable on networked drives.\n\n!! Version 1.3.3 Kohlrabi\n\n* Added saver key to the single file saver\n** This means that you can set a key and a wiki will only save if it you enter the correct key.\n** Leaving the key blank means that no key is required.\n* Added saver configuration tab under Bob settings\n** Enable/disable saver server\n** Set saver key\n** Set host (WARNING: This can very easily break the saver)\n** Set port (WARNING: This can very easily break the saver)\n* internalFetch no longer causes a browser alert when you use resolution=force\n* Browser alert tiddlers are now prefixed with `$:/temp/` so that they don't show up in the sidebar and don't get saved.\n\n!! Version 1.3.2 Sugar Beets\n\n* Update documentation in the server routes\n* Hopefully fix the problem where BobEXE crashes if there is no GUI and `suppressBrowser` is not set to `yes`\n* Fix some api routes used by TWederBob\n* Fix a bug with `internalFetch` that would break when using `force` for conflicts\n* Fix some other bugs with `internalFetch` that resulted in tiddlers being created in the wrong wikis.\n* Make federated and local chat use the same format for messages\n* Add saver for single-file wikis\n** Works with the `BobSaver` plugin. Put the `BobSaver` plugin in your wiki then if you have Bob running on your computer the wiki will save as expected.\n* Some tweaks to how browser alerts are sent to hopefully reduce the alert spamming.\n\n!! Version 1.3.1 Splenda\n\n* Make the expandable wiki listing default to closed\n* Fix a rather serious bug where changes on some wiki wouldn't be saved back to the server.\n* Fixed the local chat\n\n!! Version 1.3.0 Tofurkey\n\n* maybe actually set the SaverFilter tiddler correctly\n* start documentation on inter-server federation and syncing\n* Add local chat\n** different people using the same wiki served by a Bob server can have a real-time chat.\n* Add federated chat\n** People on different servers can chat with each other\n** Limited utility due to server discoverability and NAT shenanigans\n* Hopefully fix the problems with saving .tid files that have unsorted tags\n* split out routes into separate files\n** this may allow doing things like enabling the file server without restarting the server.\n* Started a hopefully better interface for federated things.\n* Add some advanced settings\n** local message queue timeout\n** federated message queue timeout\n** saveTiddlerDelay\n* Added a server route for uploading files.\n** The browser hook is still in the ServerImages plugin, I may move it into Bob later.\n* Add a warning that the wiki hasn't connected to the server at startup\n** the warning goes away as soon as the wiki connects to the server\n* The dirty indicator is changed to show dirty when there are messages in the send queue and clean when the queue is empty.\n* The resync has been modified, it may work inconsistently\n* Added easier way to turn on/off serving on the local network\n** Go to the control panel -> Bob Settings -> Server tab for instructions\n* Added an easier way to turn on/off the static file server\n** Go to the control panel -> Bob Settings -> Server tab -> File Server tab for instructions\n* Added an interface for adding multiple folders to serve media, see `Serving Files and Images` in the Bob documentation.\n* Improved the mediaScan so that it can scan any folder and serve the files in them.\n** This breaks the previous `filePathRoot` setup method\n\n!! Version 1.2.4 Mashed Potatoes with a fine black pepper gravy\n\n* Cleaned up some code in `FileSystemMonitor.js` and `WebsocketAdaptor.js` to better partition what each does, no functional changes.\n* Split out the start of the federation components for inter-server communication.\n* Change all of the checks to see if a tiddler has changed to use the hash of the tiddler instead of matching fields. It should be less suceptable to bugs. It may be slightly faster but this probably isn't a place where that makes a difference.\n** (unfinished) The hashes are cached where appropriate to make things a bit faster. Once again this may be unneeded but it was simple to implement.\n* The normalizeTiddler and TiddlerHasChanged functions are used more consistently\n** fix some incorrect handing of tags and list fields in normalizeTiddler\n* Change code to use new core utility functions\n** Used `$tw.utils.generateTiddlerFileInfo` where appropriate\n** Used `$tw.utils.saveTiddlerToFileSync`,\n* Added collapsing wiki listing\n* Fixed a bug that sometimes prevented the file server from working correctly in the root wiki.\n* Added the working framework for inter-server federation and messages.\n* Added a check to see if Bob was running in an iframe and if so don't treat upgrade requests as websockets\n** This is needed to make twederation work with Bob servers.\n* Fixed a bug where the list field would be sorted when it shouldn't be.\n* Added command to scan a folder for media and create _canonical_uri tiddlers for each thing found. (mediaScan)\n* updated to tiddlywiki v5.1.21\n* fixed a bug with how filter in $:/config/FileSystemPaths are handled\n\n!! Version 1.2.3 Boiled Potatoes\n\n  - Setting up the file server is simpler now\n    - In the Bob Settings tab of the control panel there is a file server tab that lets you check a box to enable the server.\n    - There are also text boxes that let you set the folder where files are served from and the path prefix for files\n  - The makeImagesExternal message was added. It takes all of the embedded media in a wiki and copies it into the folder for the file server and replaces the media tiddlers with tiddlers that have a _canonical_uri field pointing to the media file.\n    - An option lets you copy the files into the globally available file folder or into the wiki specific file folder.\n  - Add interface to duplicate an existing wiki\n    - You can optionally duplicate all of the child wikis that are contained in the folder of the wiki you are duplicating.\n  - Add interface to rename/move a wiki\n  - Add interface to delete a wiki, you can optionally delete all of a wikis children as well.\n  - Fixed some potential bugs dealing with paths when creating new wikis.\n  - Reordered some functions to make wiki creation more consistent.\n  - Added browser alerts for server events (like confirmations of creating or deleting wikis, fetching tiddlers, etc.)\n    - There is a control panel tab that lists a history of server messages.\n  - Possibly fix a bug that could add incorrect path prefixes when using filters in $:/config/FileSystemPaths.\n  - Reorder the control panel tab for Bob so it is more compact and organised.\n  - Added the `proxyprefix` configuration option. It is needed for when you are behind a proxy that changes the path part of the url. See [[the documentation|$:/plugins/OokTech/Bob/UsingProxies]]\n  - Added default values for the plugins, editions, languages and themes environment variables. They are './Plugins', './Editions', './Languages' and './Themes' respectivly.\n  - You can see available editions, plugins, themes and languages in plugins called `$:/Bob/AvailablePlguinList`, `$:/Bob/AvailableLanguageList`, '$:/Bob/AvailableThemeList' and `$:/Bob/AvailableEditionList`.\n  - Add an interface to set which editions are listed in the create wikis from editions interface.\n  - Updating settings should work more consistently now\n  - Hopefully fix the wiki listing so it works on wikis that are more than one layer deep in the names.\n  - Empty settings should be properly removed now so the settinsg.json won't be full of things like \"foo\":{}\n  - The 'Are you sure you want to leave without saving' message should be suppressed for real this time.\n  - Deleting a wiki that has been previously loaded shouldn't cause trouble anymore.\n  - Added many logging things\n    - different logging levels to pick how much output is given\n    - log to the console or a file, or both (logging to the browser coming soon)\n    - independent logging levels for each logging type\n    - Errors and other logging messages can put into separate files (stdout and stderr can be handled separately)\n\n!! Version 1.2.2r5 Fried Potatoes\n\n  - Wikis can now be hosted on paths to other wikis. You can have both '/students' and '/students/eve'\n    - No wikis can have the name `__path`\n    - The way that wiki paths are listed has changed, but settings files are updated automatically without needing any manual editing.\n  - Lots of small back-end optimisations that hopefully reduce the memory usage.\n  - Improvements for reconnecting to and resyncing with a server after being disconnected\n  - Added an option to have verbose or compact help and documentation in the control panel.\n  - Fix the manual settings losing focus problem\n  - Improve the manual settings layout and interface a little\n  - Fix some situations where the tiddlywiki/filesystem and tiddlywiki/tiddlyweb were included when they shouldn't be\n  - Fix a bug that prevented internal fetch from working with a transform filter (and possibly in other situations)\n  - (BobEXE) the Wikis, Plugins, Themes and Editions folders are all now created automatically in a default location in the same folder as the executable.\n  - Fixed another bug that would sometimes allow a wiki with the same name as an existing wiki to be created\n  - You can now access the full settings interface from any wiki by checking a box in the control panel.\n  - Hopefully fix a race condition that could result in multiple wikis being created for a single command.\n  - Automatically populating the wiki list will now properly find wikis inside other wiki folders.\n  - Add an interface to manage themes like the manage plugins interface.\n  - You can now fetch plugins directly from github. (VERY EXPERIMENTAL)\n    - This required two external modules that are now included in the Bob plugin\n      - An updated (and not backwards compatible) jszip\n      - follow-redirects\n    - On GitHub.com or GitLab.com you can give the repo url to get the plugin\n      - For github the repo url will be something like this `https://github.com/OokTech/TW5-RandomValue`, there is some special handling to get the zip url from the repo url for github.\n      - for gitlab the repo url will be something like this `https://gitlab.com/inmysocks/ookbot`, there is also special handling to get the url for the zip from gitlab.com repos.\n    - Anywhere else you have to give the full url for the zip file itself.\n  - Fix a bug where unicode or other uri encoded wiki names wouldn't work, this includes many south-east asian alphabets and character sets.\n    - This also means that wikis can have spaces and emojis in their names\n\n!! Version 1.2.1 Timey Wimey\n\nI didn't track things here... Something happened I am sure.\n\n!! Version 1.2.0 Wibbly Wobbly\n\n  - Don't sync tiddlers that start with `$:/WikiSettings`\n  - General improvements to message handling\n  - You can now give a path (absolute or relative) for wikis instead of always\n    making wikis in the `./Wikis` folder.\n  - Bob can now automatically detect and list any wikis in the wikis folder or\n    subfolders\n    - Wikis that are listed but don't exist can also optionally be removed.\n  - If you are logged in you can set new wikis to be prefixed by your username\n    to prevent naming collisions on multi-user systems.(currently only relevant\n    with the secure server)\n  - You can make new wikis in subfolders by giving a name like\n    path/to/wiki/wikiName\n  - Fixed a bug that would sometimes prevent changes to the tags field from\n    being properly synced.\n  - Optionally set the server to automatically unload wikis that have no active\n    connections to reduce ram usage (experimental)\n  - Automatically close and remove socket objects that are no logner connected\n  - If you have authentication only wikis you are authorised to view will be\n    listed.\n\n!! Version 1.1.2 Unnamed Pastry\n\n  - The control panel tab has been refactored a bit (few visible changes)\n  - Separate the function that lets you determine if a wiki exists or not from\n    the load function\n    - This lets us list only wikis that actually exist\n    - This may let us automatically detect available wikis in the future\n  - The available wikis listing now only shows wikis you have permissions to\n    view.\n  - You can now set the default folder for storing wikis\n    - It can be relative to the tiddlywiki folder (or the folder with the\n      executable) or an absolute path.\n  - You can now automatically detect wikis that are inside your wikis folder\n    - This can automatically populate settings.json for you\n    - This can also detect wikis that are listed but don't exist and remove\n      them from the list.\n\n!! Version 1.1.1 Pretzel Nubs\n\n  - Fixed a bug that would sometimes show shadow tiddlers as being edited after\n    the edit was cancelled.\n  - Add the start of what is necessary to have access control and\n    authentication for Bob wikis without an external server\n    - so far it does nothing with out an external server, but the access\n      control is now consistent.\n  - Bump compatibility to TiddlyWiki 5.1.18\n  - Stop using $tw.boot.files\n  - Everything that uses the internalFetch mechanism can now accept transform\n    filters for fetched tiddlers.\n    - This includes `internalFetch`, `buildHTMLWiki` and `newWikiFromTiddlers`\n\n!! Version 1.1.0 Actually Garlic Bagels (still)\n\n- Add `savePluginFolder` web socket message to save packaged plugins as folders\n  on a server. These plugins can then be available to other served wikis and in\n  the plugin library, if it is enabled.\n- Add the `import` borwser message handler to make fetching nicer\n- Add options for how to handle conflicts for `internalFetch`\n- `internalFetch` now displays a list of imported tiddlers\n- Added a way to change which plugins a wiki uses from inside the wiki\n  - In the Bob Settings tab there is a Manage Plugins tab\n- Added an interface to save plugins to the server and to select which plugins\n  from the server should be used in the current wiki\n  - It is still very crude and needs work\n- Change the internals to make one $tw.Wiki object for each wiki instead of\n  having them all in $tw.wiki\n  - There are lots of internal changes to make this work\n  - $tw.boot.files still uses the prefixed name\n- Streamlined and simplified the file system monitor\n  - It should now watch new subfolders inside the tiddlers folder\n- Environment variables are now set from the plugin, themes, and languages paths\n  given in the settings.\n  - This is needed by the core to properly list available plugins\n  - This means that you can set the location of one folder listing plugins,\n    themes and languages in the settings instead of using environment\n    variables. At the moment this is limited to one folder.\n- The `unloadWiki` message now ensures that the connection to any browsers with\n  that wiki open are closed correctly.\n- Updates to the `buildHTMLWiki` message\n  - You can now pull tiddlers in from any served wiki while making an html\n    file. This means you can combine wikis in the output.\n  - There is a default filter for excluding plugins like Bob and components\n    that are only useful on a server\n  - You can add an additional filter to exclude tiddlers from the exported html\n    wiki\n  - You can disable the default exclude list for more control\n- The `$:/config/FileSystemPaths` settings should work now\n- Added a check so it shouldn't crash when trying to load a wiki that doesn't\n  work\n- Fixed bug where the wrong port is listed in the control panel.\n- Added download wiki action widget that downloads the current wiki as a single\n  html file.\n  - By default it removes the Bob plugin and some other plugins that only work\n    with a server.\n  - It can have an `includeFilter` for tiddlers to include, an `excludeFilter`\n    for tiddlers to exclude and a suggested name for the downloaded file.\n- Fixed bug where settings file wouldn't be properly created if it didn't exist\n- Added an action widget that lets you convert a single file wiki into a wiki\n  that can be used by Bob.\n- Added interfaces for the importing/creating and exporting/saving wikis to the\n  control panel.\n\n!! Version 1.0.6 Salt Bagels 2: Bagel Harder\n\n- Now the server only uses one port for both websockets and http(s) traffic\n- Add paths for the plugin library to the normal Bob server\n\n!! Version 1.0.5 Salt Bagles\n\n- Added fetch and push routes to the `ws-server`\n  - There are currently only placeholder functions for access control\n- Updated external libraries to the newest versions (npm modules `ip`, `ws` and\n  `async-limiter`)\n  - `ip` is used to get the ip address of the server to make connecting\n    multiple computers easier\n  - `ws` adds a websocket interface to the server side\n  - `async-limiter` is needed by `ws`\n  - Now the external libraries correctly use `tiddlywiki.files` files instead\n    of the previous fragile hacky way.\n- Updated documentation and added a tab in the Bob section of the\n  $:/ControlPanel for Bob documentation.\n- Bob now prints out the TiddlyWiki and Bob versions being used in the terminal\n  when you start the server.\n- The Save Wiki button is disabled because it isn't useful (later I may make it\n  download a non-bob single file wiki)\n\n!! Version 1.0.4 Sourdough Pizza\n\n- The disconnected message is now much smaller because you can keep working on\n  the wiki and reconnect.\n- Added the internalFetch message to match the --fetch command in the core.\n  - It fetches tiddlers from another wiki on the same Bob server\n  - Tiddlers to import are selected by a filter\n  - There is an optional transform filter that can modify the imported tiddlers\n    titles (you can add prefixes/suffixes, etc.)\n  - Conflict resolution uses the same system as resyncing to the server.\n\n!! Version 1.0.3 Sourdough Crumpets\n\n- Fixed/Updated documentation\n  - Added note about buildHTMLWiki message\n- Fixed a bug that would keep old tiddlers after they were renamed.\n  - It also sometimes kept old tiddlers that were deleted and then the wiki was\n    reloaded.\n- Partially fixed a related bug that would sometimes keep old versions of\n  tiddlers if they were renamed on the file system while the wiki is running.\n  - This is only partially fixed. The behaviour is inconsistent. I need to find\n    reproducible ways to cause it.\n- Added the 'unloadWiki' message that unloads a loaded wiki.\n  - This can be used to change the plugins loaded in a wiki and to just remove\n    wikis from memory if they aren't being used. That second one may not be\n    very useful because wikis don't take much memory.\n  - There is currently no handling for what happens when you unload a wiki\n    while someone is using it. So beware.\n- Added a hook to be used by external servers when you create a new wiki\n  - This lets you set the correct access permissions on wikis created from\n    within tiddlywiki when you are using an external server.\n- Added detection and recovery of lost websocket messages to ensure that all\n  changes to a wiki are properly saved on the server and that all changes on\n  the server make it to all of the browsers.\n  - This update also gives much more consistent handling to all messages\n  - There is a short delay before sending saveTiddler messages, this prevents a\n    bug that would cause errors saving changes to tiddler edited without using\n    the normal edit tiddler.\n- Only messages for the wiki a connection is using get sent to that connection,\n  potentially reducing the network load of a wiki.\n  - This also improves security and privacy because people who don't have\n    access to a wiki can't see that there is editing activity taking place or\n    see tiddler titles.\n- On the back-end the waiting list is removed which simplifies a lot\n- Hopefully there is correct handling for date fields now.\n  - This needs further testing.\n- Serve cached wikis if nothing has changed since the last time it was built\n- Added includePluginList and excludePluginList to the configuration.\n  - `includePluginList` is a list of plugins that should be served to every\n    wiki served by Bob, regardless of if they are in the tiddlywiki.info file.\n  - `excludePluginList` is a list of plugins that should not be served on any\n    wiki served by Bob regardless of if they are listed in the tiddlywiki.info\n    file.\n  - `excludePluginList` takes precidence over the `includePluginList` so if a\n    plugin is listed in both it will not be included. `excludePluginList` can\n    also override the `servePlugin` setting if you have that set to true, so it\n    can be used to make Bob serve normal tiddlywikis without any multi-user or\n    other Bob functionality.\n- The default file server url path is now `files` instead of `file` to match\n  the proposed updates to the core --listen command.\n- The deleteTiddler, editingTiddler and, cancelEditingTiddler messages are now\n  consistent with the saveTiddler message.\n  - Now removeTiddler is deleteTiddler\n- The wiki can now reconnect to a server after being disconnected\n- The wiki now keeps track of unsent messages when disconnected from the server\n  - The browser sends any unsent changes to the server when it reconnects\n  - The changes are also saved in a tiddler that can be exported for future\n    manual inclusion\n  - The server sends any changes that have happened since the browser was\n    disconnected\n  - Conflicts need to be taken care of in the browser.\n- The connection health is now determined by the socket state in the browser,\n  not the time it takes to receive a response to the heartbeat\n\n!! Version 1.0.2 Sourdough Biscuits\n\n- Fixed/Updated documentation\n  - for the getSetting macro (fixed typo)\n  - for the buildHTMLWiki message (added excludeList info)\n  - fixed the message about shutting down the server in the server actions tab\n- Fixed a bug where output single file html wikis would always be called\n  `index.html`\n- Added an optional excludeFilter attribute to the buildHTMLWiki message that\n  lists tiddlers that shouldn't be added to the exported wiki.\n- Added the option to set the location of editions using the editionsPath\n  setting.\n  - This shouldn't affect the environment variable method of setting the location.\n- Fixed a bug that would let the server try and load a wiki that didn't exist\n- Updated instructions to point to TiddlyWiki version 5.1.17\n\n!! Version 1.0.1 Sourdough\n\n- The Bob settings tab only has contents on the root wiki.\n\n!! Changed name to Bob and bumped version to 1.0.0\n\n!! Version 0.1.11\n\n- Improved handling for setting the websockets port number\n- Make all wikis use the settings from the root wiki (otherwise all served wikis would have to have the same port and host information set individually)\n- The dirty indicator no longer flashes on and off when it doesn't need to. It isn't perfect yet.\n\n!! Initial State\n\nThis is working as the initial state\n\n- Two-way real-time syncing between the browser and file system\n  - Updates the wiki in the browser immediately when any changes are made to the file system\n  - Immediately save changes to tiddlers made in the browser to the file system\n  - Syncing can ignore tiddlers based on an editable exclude filter\n- Multi-User support\n  - Allows any number of people/computers/browser tabs to connect to the wiki\n    server and use or edit the same wiki(s) simultaneously.\n  - Prevents multiple people from editing the same tiddler at the same time by\n    disabling the edit button for tiddlers currently being edited\n- Multi-Wiki support, the plugin can serve multiple wikis at once, each served\n  wiki has all the features listed here.\n- Websockets!! (used on the back-end, can be used by other plugins in the\n  future)\n  - Adds a websocket interface to tiddlywiki (currently only used by this\n    plugin, a git plugin is currently being developed as well as plugins to run\n    scripts on the local computer from tiddlywiki)\n  - Adds an action widget that allows you to send arbitrary websocket messages\n    to the server. This can be used to do things like trigger shell scripts\n    from inside the wiki.\n- Adds a new command `wsserver` that starts up a minimal http and websocket\n  server used for the real-time communication between the browser and server.\n- Adds a new command `externalserver` which starts up the wiki without a server\n  so that you can use an external server, like an expressjs server.\n- Allows you to reset the tiddlywiki server from the browser using a websocket\n  message.\n- Lets you run shell scripts from inside the wiki\n- Everything is configurable from inside the wiki\n- Your connection to the server is monitored and you are warned if there is a\n  problem\n- Serve files from the local file system (like images) so that they can be\n  used in the wiki.\n- Build a single file version of any served wikis from within the wiki.\n- Websocket messages send a token from localstorage if one exists for authentication.\n"
        },
        "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\IssueGuidelines.md": {
            "title": "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\IssueGuidelines.md",
            "text": "# If you are thinking about posting an issue\n\nThank you! More people being involved means we can make free software better\nfor everyone.\n\nThere are some guidelines to help create and support a functioning and\nrespectful environment.\n\n## To help with tech support type issues here are a few things to check before you post an issue:\n\n- Are you using the newest version? If not update to the newest version and see\n  if the issue persists. If not than don't worry about creating a new issue for\n  a resolved problem.\n- Is your question already answered in the documentation? Check the\n  [readme](https://github.com/OokTech/TW5-Bob),\n  [configuration documentation](https://github.com/OokTech/TW5-Bob/blob/master/Configuration.md)\n  and [general documentation](https://github.com/OokTech/TW5-Bob/tree/master/Documentation)\n- Are you asking a question that is already part of another issue? If so add to\n  the conversation in that issue instead of creating a new one to make it\n  easier for people in the future to see progress being made.\n- Is the question you are asking about this plugin or would it be better to ask\n  it on the [TiddyWiki issues board?](https://github.com/Jermolene/TiddlyWiki5)\n  This may not always be obvious so don't worry too much about this one, but\n  take a moment to consider it before posting an issue.\n\n## Some other guidelines\n\n- Are you asking for free engineering work? The people who work on this project\n  do so for their own reasons, please show them enough respect to not consider\n  them your unpaid engineering department.\n  - If you are part of a company with a team and are requesting some\n    enterprise grade additions to help than we suggest you consider emailing\n    info@ooktech.com and request a quote if you want a custom implementation.\n  - One possible exception to this is education. We have a soft spot for\n    education and often help where we can.\n- @inmysocks, the lead on the project, is dyslexic. Please do not include text\n  styling in your issues aside from code blocks if necessary. While using bold,\n  italics, underlined or colored text may make certain parts of the text stand\n  out more for you they are very difficult for some people, including the\n  project lead, to read.\n",
            "type": "text/x-markdown"
        },
        "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\LICENSE": {
            "title": "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\LICENSE",
            "text": "BSD 3-Clause License\n\nCopyright (c) 2017, OokTech LLC\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n  contributors may be used to endorse or promote products derived from\n  this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
            "type": "text/plain"
        },
        "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\RoadMap.md": {
            "title": "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\RoadMap.md",
            "text": "# Roadmap\n\n- When create Bob wikis from existing single file wikis:\n  - (maybe) determine if the plugins used in the single file are available\n    locally as node plugins and preferentially use the node plugins\n  - (maybe) determine if the plugins in the single file are available locally\n    and if not create the plugin locally to make it available in the future\n- Serve single file wikis as multi-user wikis (by cheating!)\n  - The single file wiki will be split into a (possibly temporary) multi-user\n    wiki and any editing can be done as a normal multi-user wiki.\n  - Saving exports the changed wiki to overwrite the single file wiki (or save\n    under a new name if that is what you want)\n- If a connection isn't authenticated than serve the wiki without the Bob\n  plugin to make it smaller.\n- See if we can store the tiddlywiki core and Bob plugin in localstorage and\n  then serve an html page that just has the wiki content. That could greatly\n  reduce loading times and network traffic.\n- Make a new function that lets you pick and choose tiddlers and plugins from\n  any that are available.\n- Add wiki syncing!\n  - Sync local to remote state: make a list of all wiki tiddlers and send that\n    to another wiki which checks that list against its own list and sends back\n    any differences.\n  - (Be careful with this) Sync remote to local state: make a list of all wiki\n    tiddlers, send it to remote, remote checks it against its list and sends\n    back a list of differences, the local then sends the differences to the\n    remote.\n  - Wiki diffs: same process as above, but export a json file that has all of\n    the changes in it. This could use the same thing as the history of changed\n    tiddlers thing.\n  - Syncing between servers: Each server has its compact list of changes, they\n    are exchanged and examined for conflicts, non-conflicting tiddlers are sent\n    and any conflicts are handled like browser-server conflicts.\n    - If there is security than the initiating server needs to get an access\n      token from the other server.\n      - Syncing should be pretty much the same as when a browser reconnects otherwise. The local server logs into the remote server to get a token, then sends over the changes in the syncChanges message and the remote server then sends any new things to the local server. The conflicts are handled the same way as browser-server conflicts.\n- Add `@iarna/toml` as an external library and use toml instead of json for\n  configuration. (this doesn't work with the sandbox)\n",
            "type": "text/x-markdown"
        },
        "$:/plugins/OokTech/Bob/ImportList": {
            "title": "$:/plugins/OokTech/Bob/ImportList",
            "caption": "Import List",
            "text": "These are the tiddlers from the most recent import:\n\n<$list\n  filter='[list[$:/status/Bob/importlist]]'\n>\n\n</$list>\n\nThese are tiddlers that currently are waiting to be imported:\n\n<$list\n  filter='[prefix[$:/state/Bob/Import/]limit[1]]'\n  variable='dummy'\n  emptyMessage=\"''There are no tiddlers waiting for import, you can close this tiddler''\"\n>\n  <$button>\n    Accept all\n    <$list\n      filter='[prefix[$:/state/Bob/Import/]]'\n    >\n      <$list\n        filter='[<currentTiddler>removeprefix[$:/state/Bob/Import/]]'\n        variable=NewTitle\n      >\n        <$action-setfield\n          $tiddler=<<currentTiddler>>\n          $field='title'\n          $value=<<NewTitle>>\n          $timestamp='no'\n        />\n        <$action-deletetiddler\n          $tiddler=<<currentTiddler>>\n        />\n      </$list>\n    </$list>\n  </$button>\n  <$button>\n    Discard import\n    <$action-deletetiddler\n      $filter='[prefix[$:/state/Bob/Import/]]'\n    />\n  </$button>\n  <table\n    style='width:100%'\n  >\n    <$list\n      filter='[prefix[$:/state/Bob/Import/]]'\n    >\n      <tr>\n        <td>\n          <$list\n            filter='[<currentTiddler>removeprefix[$:/state/Bob/Import/]]'\n          >\n            <$view\n              field='title'\n            />\n          </$list>\n        </td>\n        <td>\n        <$list\n          filter='[<currentTiddler>removeprefix[$:/state/Bob/Import/]has[title]]'\n          emptyMessage='No Local Version'\n        >\n          <$link>\n            <$link\n              to=<<currentTiddler>>\n            >\n              Local Version\n            </$link>\n          </$link>\n        </$list>\n        </td>\n        <td>\n          <$link\n            to=<<currentTiddler>>\n          >\n            Import Version\n          </$link>\n        </td>\n        <td>\n          <$button>\n            <$list\n              filter='[<currentTiddler>removeprefix[$:/state/Bob/Import/]has[title]]'\n              emptyMessage='Discard'\n            >\n              Keep original\n            </$list>\n            <$action-deletetiddler\n              $tiddler=<<currentTiddler>>\n            />\n          </$button>\n          <$button>\n            Use imported\n            <$list\n              filter='[<currentTiddler>removeprefix[$:/state/Bob/Import/]]'\n              variable=NewTitle\n            >\n              <$action-setfield\n                $tiddler=<<currentTiddler>>\n                $field='title'\n                $value=<<NewTitle>>\n                $timestamp='no'\n              />\n              <$action-deletetiddler\n                $tiddler=<<currentTiddler>>\n              />\n            </$list>\n          </$button>\n        </td>\n      </tr>\n    </$list>\n  </table>\n</$list>\n"
        },
        "$:/plugins/OokTech/Bob/ServerSide.js": {
            "title": "$:/plugins/OokTech/Bob/ServerSide.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerSide.js\ntype: application/javascript\nmodule-type: library\n\nThis is server functions that can be shared between different server types\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\n\nlet ServerSide = {};\n\nconst path = require('path');\nconst fs = require('fs');\nconst os = require('os');\n\n// A polyfilL to make this work with older node installs\n\n\n// START POLYFILL\nconst reduce = Function.bind.call(Function.call, Array.prototype.reduce);\nconst isEnumerable = Function.bind.call(Function.call, Object.prototype.propertyIsEnumerable);\nconst concat = Function.bind.call(Function.call, Array.prototype.concat);\nconst keys = Reflect.ownKeys;\n\nif(!Object.values) {\n  Object.values = function values(O) {\n    return reduce(keys(O), (v, k) => concat(v, typeof k === 'string' && isEnumerable(O, k) ? [O[k]] : []), []);\n  };\n}\n// END POLYFILL\n\n$tw.Bob = $tw.Bob || {};\n$tw.Bob.Files = $tw.Bob.Files || {};\n$tw.Bob.EditingTiddlers = $tw.Bob.EditingTiddlers || {};\n\n/*\n  Return the resolved filePathRoot\n*/\nServerSide.getFilePathRoot= function() {\n  const currPath = path.parse(process.argv[0]).name !== 'node' ? path.dirname(process.argv[0]) : process.cwd();\n  let basePath = '';\n  $tw.settings.filePathRoot = $tw.settings.filePathRoot || './files';\n  if($tw.settings.filePathRoot === 'cwd') {\n    basePath = path.parse(process.argv[0]).name !== 'node' ? path.dirname(process.argv[0]) : process.cwd();\n  } else if($tw.settings.filePathRoot === 'homedir') {\n    basePath = os.homedir();\n  } else {\n    basePath = path.resolve(currPath, $tw.settings.filePathRoot);\n  }\n  return basePath;\n}\n\n/*\n  Return the resolved basePath\n*/\nServerSide.getBasePath = function() {\n  const currPath = path.parse(process.argv[0]).name !== 'node' ? path.dirname(process.argv[0]) : process.cwd();\n  let basePath = '';\n  $tw.settings.wikiPathBase = $tw.settings.wikiPathBase || 'cwd';\n  if($tw.settings.wikiPathBase === 'homedir') {\n    basePath = os.homedir();\n  } else if($tw.settings.wikiPathBase === 'cwd' || !$tw.settings.wikiPathBase) {\n    basePath = path.parse(process.argv[0]).name !== 'node' ? path.dirname(process.argv[0]) : process.cwd();\n  } else {\n    basePath = path.resolve(currPath, $tw.settings.wikiPathBase);\n  }\n  return basePath;\n}\n\n/*\n  Given a wiki name this generates the path for the wiki.\n*/\nServerSide.generateWikiPath = function(wikiName) {\n  const basePath = $tw.ServerSide.getBasePath();\n  $tw.settings.wikisPath = $tw.settings.wikisPath || './Wikis';\n  return path.resolve(basePath, $tw.settings.wikisPath, wikiName);\n}\n\n/*\n  Given a wiki name this gets the wiki path if one is listed, if the wiki isn't\n  listed this returns undefined.\n  This can be used to determine if a wiki is listed or not.\n*/\nServerSide.getWikiPath = function(wikiName) {\n  let wikiPath = undefined;\n  if(wikiName === 'RootWiki') {\n    wikiPath = path.resolve($tw.boot.wikiPath);\n  } else if(wikiName.indexOf('/') === -1 && $tw.settings.wikis[wikiName]) {\n    if(typeof $tw.settings.wikis[wikiName] === 'string') {\n      wikiPath = $tw.settings.wikis[wikiName];\n    } else if(typeof $tw.settings.wikis[wikiName].__path === 'string') {\n      wikiPath = $tw.settings.wikis[wikiName].__path;\n    }\n  } else {\n    const parts = wikiName.split('/');\n    let obj = $tw.settings.wikis;\n    for (let i = 0; i < parts.length; i++) {\n      if(obj[parts[i]]) {\n        if(i === parts.length - 1) {\n          if(typeof obj[parts[i]] === 'string') {\n            wikiPath = obj[parts[i]];\n          } else if(typeof obj[parts[i]] === 'object') {\n            if(typeof obj[parts[i]].__path === 'string') {\n              wikiPath = obj[parts[i]].__path;\n            }\n          }\n        } else {\n          obj = obj[parts[i]];\n        }\n      } else {\n        break;\n      }\n    }\n  }\n  // If the wikiPath exists convert it to an absolute path\n  if(typeof wikiPath !== 'undefined') {\n    $tw.settings.wikisPath = $tw.settings.wikisPath || './Wikis';\n    const basePath = $tw.ServerSide.getBasePath()\n    wikiPath = path.resolve(basePath, $tw.settings.wikisPath, wikiPath);\n  }\n  return wikiPath;\n}\n\n/*\n  This checks to make sure there is a tiddlwiki.info file in a wiki folder\n*/\nServerSide.wikiExists = function (wikiFolder) {\n  let exists = false;\n  // Make sure that the wiki actually exists\n  if(wikiFolder) {\n    $tw.settings.wikisPath = $tw.settings.wikisPath || './Wikis'\n    const basePath = $tw.ServerSide.getBasePath()\n    // This is a bit hacky to get around problems with loading the root wiki\n    // This tests if the wiki is the root wiki and ignores the other pathing\n    // bits\n    if(wikiFolder === $tw.boot.wikiPath) {\n      wikiFolder = path.resolve($tw.boot.wikiPath)\n    } else {\n      // Get the correct path to the tiddlywiki.info file\n      wikiFolder = path.resolve(basePath, $tw.settings.wikisPath, wikiFolder);\n      // Make sure it exists\n    }\n    exists = fs.existsSync(path.resolve(wikiFolder, 'tiddlywiki.info'));\n  }\n  return exists;\n}\n\n/*\n  This checks to make sure that a wiki exists\n*/\nServerSide.existsListed = function (wikiName) {\n  if(typeof wikiName !== 'string') {\n    return false;\n  }\n  let exists = false;\n  // First make sure that the wiki is listed\n  const wikiPath = ServerSide.getWikiPath(wikiName);\n  // Make sure that the wiki actually exists\n  exists = ServerSide.wikiExists(wikiPath);\n  if(exists) {\n    return wikiPath;\n  } else {\n    return exists;\n  }\n}\n\n/*\n  This function loads a wiki that has a route listed.\n*/\nServerSide.loadWiki = function (wikiName, cb) {\n  const wikiFolder = ServerSide.existsListed(wikiName);\n  // Add tiddlers to the node process\n  if(wikiFolder) {\n    $tw.settings['ws-server'] = $tw.settings['ws-server'] || {}\n    $tw.Bob = $tw.Bob || {};\n    $tw.Bob.Wikis = $tw.Bob.Wikis || {};\n    $tw.Bob.Wikis[wikiName] = $tw.Bob.Wikis[wikiName] || {};\n    $tw.Bob.Files[wikiName] = $tw.Bob.Files[wikiName] || {};\n    $tw.Bob.EditingTiddlers[wikiName] = $tw.Bob.EditingTiddlers[wikiName] || {};\n    // Make sure it isn't loaded already\n    if($tw.Bob.Wikis[wikiName].State !== 'loaded') {\n      // If the wiki isn't loaded yet set the wiki as loaded\n      $tw.Bob.Wikis[wikiName].State = 'loaded';\n      // Save the wiki path and tiddlers path\n      $tw.Bob.Wikis[wikiName].wikiPath = wikiFolder;\n      $tw.Bob.Wikis[wikiName].wikiTiddlersPath = path.resolve(wikiFolder, 'tiddlers');\n      // Make sure that the tiddlers folder exists\n      const error = $tw.utils.createDirectory($tw.Bob.Wikis[wikiName].wikiTiddlersPath);\n      // Recursively build the folder tree structure\n      $tw.Bob.Wikis[wikiName].FolderTree = buildTree('.', $tw.Bob.Wikis[wikiName].wikiTiddlersPath, {});\n\n      if($tw.settings.disableFileWatchers !== 'yes') {\n        // Watch the root tiddlers folder for chanegs\n        $tw.Bob.WatchAllFolders($tw.Bob.Wikis[wikiName].FolderTree, wikiName);\n      }\n\n      // Add tiddlers to the node process\n      // Create a wiki object for this wiki\n      $tw.Bob.Wikis[wikiName].wiki = new $tw.Wiki();\n      // Load the boot tiddlers\n      $tw.utils.each($tw.loadTiddlersFromPath($tw.boot.bootPath),function(tiddlerFile) {\n        $tw.Bob.Wikis[wikiName].wiki.addTiddlers(tiddlerFile.tiddlers);\n      });\n      // Load the core tiddlers\n      if(!$tw.Bob.Wikis[wikiName].wiki.getTiddler('$:/core')) {\n        $tw.Bob.Wikis[wikiName].wiki.addTiddler($tw.loadPluginFolder($tw.boot.corePath));\n      }\n      // Add tiddlers to the wiki\n      const wikiInfo = loadWikiTiddlers($tw.Bob.Wikis[wikiName].wikiPath, {prefix: wikiName});\n      $tw.Bob.Wikis[wikiName].wiki.registerPluginTiddlers(\"plugin\",$tw.safeMode ? [\"$:/core\"] : undefined);\n      // Unpack plugin tiddlers\n      $tw.Bob.Wikis[wikiName].wiki.readPluginInfo();\n      $tw.Bob.Wikis[wikiName].wiki.unpackPluginTiddlers();\n\n\n      // Add plugins, themes and languages\n      loadPlugins(wikiInfo.plugins,$tw.config.pluginsPath,$tw.config.pluginsEnvVar, wikiName);\n      loadPlugins(wikiInfo.themes,$tw.config.themesPath,$tw.config.themesEnvVar, wikiName);\n      loadPlugins(wikiInfo.languages,$tw.config.languagesPath,$tw.config.languagesEnvVar, wikiName);\n      // Get the list of tiddlers for this wiki\n      $tw.Bob.Wikis[wikiName].tiddlers = $tw.Bob.Wikis[wikiName].wiki.allTitles();\n      $tw.Bob.Wikis[wikiName].plugins = wikiInfo.plugins.map(function(name) {\n        return '$:/plugins/' + name;\n      });\n      $tw.Bob.Wikis[wikiName].themes = wikiInfo.themes.map(function(name) {\n        return '$:/themes/' + name;\n      });\n      $tw.hooks.invokeHook('wiki-loaded', wikiName);\n    }\n    const fields = {\n      title: '$:/WikiName',\n      text: wikiName\n    };\n    $tw.Bob.Wikis[wikiName].wiki.addTiddler(new $tw.Tiddler(fields));\n    if(typeof cb === 'function') {\n      setTimeout(cb, 1000)\n    }\n  }\n  return wikiFolder;\n}\n\n/*\npath: path of wiki directory\noptions:\n  parentPaths: array of parent paths that we mustn't recurse into\n  readOnly: true if the tiddler file paths should not be retained\n*/\nfunction loadWikiTiddlers(wikiPath,options) {\n  options = options || {};\n  options.prefix = options.prefix || '';\n  const parentPaths = options.parentPaths || [];\n  const wikiInfoPath = path.resolve(wikiPath,$tw.config.wikiInfo);\n  let wikiInfo;\n  let pluginFields;\n  // Bail if we don't have a wiki info file\n  if(fs.existsSync(wikiInfoPath)) {\n    try {\n      wikiInfo = JSON.parse(fs.readFileSync(wikiInfoPath,\"utf8\"));\n    } catch (e) {\n      $tw.Bob.logger.error('Error reading wiki info', e, {level:1});\n    }\n  } else {\n    return null;\n  }\n  // Load any parent wikis\n  if(wikiInfo.includeWikis) {\n    $tw.Bob.logger.error('Bob error: includeWikis is not supported yet!', {level:1});\n    /*\n    parentPaths = parentPaths.slice(0);\n    parentPaths.push(wikiPath);\n    $tw.utils.each(wikiInfo.includeWikis,function(info) {\n      if(typeof info === \"string\") {\n        info = {path: info};\n      }\n      var resolvedIncludedWikiPath = path.resolve(wikiPath,info.path);\n      if(parentPaths.indexOf(resolvedIncludedWikiPath) === -1) {\n        var subWikiInfo = loadWikiTiddlers(resolvedIncludedWikiPath,{\n          parentPaths: parentPaths,\n          readOnly: info[\"read-only\"]\n        });\n        // Merge the build targets\n        wikiInfo.build = $tw.utils.extend([],subWikiInfo.build,wikiInfo.build);\n      } else {\n        $tw.utils.error(\"Cannot recursively include wiki \" + resolvedIncludedWikiPath);\n      }\n    });\n    */\n  }\n  // Load any plugins, themes and languages listed in the wiki info file\n  loadPlugins(wikiInfo.plugins,$tw.config.pluginsPath,$tw.config.pluginsEnvVar, options.prefix);\n  loadPlugins(wikiInfo.themes,$tw.config.themesPath,$tw.config.themesEnvVar, options.prefix);\n  loadPlugins(wikiInfo.languages,$tw.config.languagesPath,$tw.config.languagesEnvVar, options.prefix);\n  // Load the wiki files, registering them as writable\n  const resolvedWikiPath = path.resolve(wikiPath,$tw.config.wikiTiddlersSubDir);\n  function getTheseTiddlers() {\n    let out = [];\n    try {\n      out = $tw.loadTiddlersFromPath(resolvedWikiPath);\n    } catch(e) {\n      $tw.Bob.logger.error(e, {level:1});\n    }\n    return out;\n  }\n  $tw.utils.each(\n    getTheseTiddlers(), function(tiddlerFile) {\n      let use = true;\n      if(!options.readOnly && tiddlerFile.filepath) {\n        $tw.utils.each(tiddlerFile.tiddlers,function(tiddler) {\n          $tw.Bob.Files[options.prefix][tiddler.title] = {\n            filepath: tiddlerFile.filepath,\n            type: tiddlerFile.type,\n            hasMetaFile: tiddlerFile.hasMetaFile\n          };\n          if(['$:/plugins/tiddlywiki/tiddlyweb', '$:/plugins/tiddlywiki/filesystem'].indexOf(tiddler.title) !== -1) {\n            use = false;\n          }\n        });\n      }\n      if(use) {\n        $tw.Bob.Wikis[options.prefix].wiki.addTiddlers(tiddlerFile.tiddlers);\n      }\n    }\n  );\n  // Save the original tiddler file locations if requested\n  const config = wikiInfo.config || {};\n  if(config[\"retain-original-tiddler-path\"]) {\n    let output = {};\n    for(let title in $tw.Bob.Files[options.prefix]) {\n      output[title] = path.relative(resolvedWikiPath,$tw.Bob.Files[options.prefix][title].filepath);\n    }\n    $tw.Bob.Wikis[options.prefix].wiki.addTiddlers(new $tw.Tiddler({title: \"$:/config/OriginalTiddlerPaths\", type: \"application/json\", text: JSON.stringify(output)}));\n  }\n  // Save the path to the tiddlers folder for the filesystemadaptor\n  $tw.Bob.Wikis = $tw.Bob.Wikis || {};\n  $tw.Bob.Wikis[options.prefix] = $tw.Bob.Wikis[options.prefix] || {};\n  $tw.Bob.Wikis[options.prefix].wikiTiddlersPath = path.resolve(wikiPath, config[\"default-tiddler-location\"] || $tw.config.wikiTiddlersSubDir);\n  // Load any plugins within the wiki folder\n  const wikiPluginsPath = path.resolve(wikiPath,$tw.config.wikiPluginsSubDir);\n  if(fs.existsSync(wikiPluginsPath)) {\n    try {\n      const pluginFolders = fs.readdirSync(wikiPluginsPath);\n      for(let t=0; t<pluginFolders.length; t++) {\n        pluginFields = $tw.loadPluginFolder(path.resolve(wikiPluginsPath,\"./\" + pluginFolders[t]));\n        if(pluginFields) {\n          $tw.Bob.Wikis[options.prefix].wiki.addTiddler(pluginFields);\n        }\n      }\n    } catch (e) {\n      $tw.Bob.logger.error('error loading plugin folder', e, {level:2});\n    }\n  }\n  // Load any themes within the wiki folder\n  const wikiThemesPath = path.resolve(wikiPath,$tw.config.wikiThemesSubDir);\n  if(fs.existsSync(wikiThemesPath)) {\n    try {\n      const themeFolders = fs.readdirSync(wikiThemesPath);\n      for(let t=0; t<themeFolders.length; t++) {\n        pluginFields = $tw.loadPluginFolder(path.resolve(wikiThemesPath,\"./\" + themeFolders[t]));\n        if(pluginFields) {\n          $tw.Bob.Wikis[options.prefix].wiki.addTiddler(pluginFields);\n        }\n      }\n    } catch (e) {\n      $tw.Bob.logger.error('error loading theme folder', e, {level:2});\n    }\n  }\n  // Load any languages within the wiki folder\n  const wikiLanguagesPath = path.resolve(wikiPath,$tw.config.wikiLanguagesSubDir);\n  if(fs.existsSync(wikiLanguagesPath)) {\n    try {\n      const languageFolders = fs.readdirSync(wikiLanguagesPath);\n      for(let t=0; t<languageFolders.length; t++) {\n        pluginFields = $tw.loadPluginFolder(path.resolve(wikiLanguagesPath,\"./\" + languageFolders[t]));\n        if(pluginFields) {\n          $tw.Bob.Wikis[options.prefix].wiki.addTiddler(pluginFields);\n        }\n      }\n    } catch (e) {\n      $tw.Bob.logger.error('Error loading language folder', e, {level:2});\n    }\n  }\n  return wikiInfo;\n};\n\nServerSide.prepareWiki = function (fullName, servePlugin, cache='yes') {\n  // Only rebuild the wiki if there have been changes since the last time it\n  // was built, otherwise use the cached version.\n  if(typeof $tw.Bob.Wikis[fullName].modified === 'undefined' || $tw.Bob.Wikis[fullName].modified === true || typeof $tw.Bob.Wikis[fullName].cached !== 'string') {\n    $tw.Bob.Wikis[fullName].plugins = $tw.Bob.Wikis[fullName].plugins || [];\n    $tw.Bob.Wikis[fullName].themes = $tw.Bob.Wikis[fullName].themes || [];\n    $tw.Bob.Wikis[fullName].tiddlers = $tw.Bob.Wikis[fullName].tiddlers || [];\n    if(servePlugin !== 'no') {\n      // By default the normal file system plugins removed and the\n      // multi-user plugin added instead so that they all work the same.\n      // The wikis aren't actually modified, this is just hov they are\n      // served.\n      $tw.Bob.Wikis[fullName].plugins = $tw.Bob.Wikis[fullName].plugins.filter(function(plugin) {\n        return plugin !== 'tiddlywiki/filesystem' && plugin !== 'tiddlywiki/tiddlyweb';\n      });\n      if($tw.Bob.Wikis[fullName].plugins.indexOf('$:/plugins/OokTech/Bob') === -1) {\n        $tw.Bob.Wikis[fullName].plugins.push('$:/plugins/OokTech/Bob');\n      }\n    }\n    $tw.settings.includePluginList = $tw.settings.includePluginList || [];\n    $tw.settings.excludePluginList = $tw.settings.excludePluginList || [];\n    // Add any plugins that should be included in every wiki\n    const includeList = Object.values($tw.settings.includePluginList).filter(function(plugin) {\n      return $tw.Bob.Wikis[fullName].plugins.indexOf(plugin) === -1;\n    }).map(function(pluginName) {return '$:/plugins/'+pluginName;})\n    $tw.Bob.Wikis[fullName].plugins = $tw.Bob.Wikis[fullName].plugins.concat(includeList);\n    // Remove any plugins in the excluded list\n    // The exclude list takes precidence over the include list\n    $tw.Bob.Wikis[fullName].plugins = $tw.Bob.Wikis[fullName].plugins.filter(function(plugin) {\n      return Object.values($tw.settings.excludePluginList).indexOf(plugin) === -1;\n    })\n    // Make sure that all the plugins are actually loaded.\n    const missingPlugins = $tw.Bob.Wikis[fullName].plugins.filter(function(plugin) {\n      return !$tw.Bob.Wikis[fullName].wiki.tiddlerExists(plugin);\n    }).map(function(pluginTiddler) {\n      return pluginTiddler.replace(/^\\$:\\/plugins\\//, '')\n    });\n    if(missingPlugins.length > 0) {\n      loadPlugins(missingPlugins,$tw.config.pluginsPath,$tw.config.pluginsEnvVar, fullName);\n    }\n    // This makes the wikiTiddlers variable a filter that lists all the\n    // tiddlers for this wiki.\n    const wikiName = fullName;\n    const options = {\n      variables: {\n        wikiTiddlers:\n          $tw.Bob.Wikis[fullName].wiki.allTitles().concat($tw.Bob.Wikis[fullName].plugins.concat($tw.Bob.Wikis[fullName].themes)).map(function(tidInfo) {\n            if(servePlugin === 'no' && tidInfo === '$:/plugins/OokTech/Bob') {\n              return '';\n            } else {\n              return '[[' + tidInfo + ']]';\n            }\n          }).join(' '),\n        wikiName: wikiName\n      }\n    };\n    $tw.Bob.Wikis[fullName].wiki.addTiddler(new $tw.Tiddler({title: '$:/WikiName', text: fullName}))\n    const text = $tw.Bob.Wikis[fullName].wiki.renderTiddler(\"text/plain\", $tw.settings['ws-server'].rootTiddler || \"$:/core/save/all\", options);\n    // Only cache the wiki if it isn't too big.\n    if(text.length < 10*1024*1024 && cache !== 'no') {\n      $tw.Bob.Wikis[fullName].cached = text;\n      $tw.Bob.Wikis[fullName].modified = false;\n    } else {\n      return text;\n    }\n  }\n  return $tw.Bob.Wikis[fullName].cached;\n}\n\n/*\nplugins: Array of names of plugins (eg, \"tiddlywiki/filesystemadaptor\")\nlibraryPath: Path of library folder for these plugins (relative to core path)\nenvVar: Environment variable name for these plugins\n*/\nfunction loadPlugins(plugins,libraryPath,envVar, wikiName) {\n  if(plugins) {\n    const pluginPaths = $tw.getLibraryItemSearchPaths(libraryPath,envVar);\n    for(let t=0; t<plugins.length; t++) {\n      if(plugins[t] !== 'tiddlywiki/filesystem' && plugins[t] !== 'tiddlywiki/tiddlyweb') {\n        loadPlugin(plugins[t],pluginPaths, wikiName);\n      }\n    }\n  }\n};\n\n/*\nname: Name of the plugin to load\npaths: array of file paths to search for it\n*/\nfunction loadPlugin(name,paths, wikiName) {\n  const pluginPath = $tw.findLibraryItem(name,paths);\n  if(pluginPath) {\n    const pluginFields = $tw.loadPluginFolder(pluginPath);\n    if(pluginFields) {\n      $tw.Bob.Wikis[wikiName].wiki.addTiddler(pluginFields);\n    }\n  }\n};\n\n/*\n  This copies a folder from source to destination\n  both source and destination are paths\n  This uses absolute paths, so make sure you get them before passing them to\n  this function.\n\n  source - the folder to copy\n  destination - the folder to create containing a copy of the source folder\n  copyChildren - if set to true than any child wikis inside the source folder will be copied as well, otherwise no child wikis will be copied.\n  cb - an optional callback function, it is passed source, destination and copyChildren as arguments\n\n  note: The callback is called only once for the original function call, it\n  isn't called for any of the recursive calls used for sub-directories.\n*/\nServerSide.specialCopy = function(source, destination, copyChildren, cb) {\n  let err = undefined;\n  // Check to make sure inputs are what we expect\n  if(typeof source !== 'string' || typeof destination !== 'string') {\n    cb('The source or destination given is not a string.')\n    return;\n  }\n  if(typeof copyChildren === 'function') {\n    cb = copyChildren;\n    copyChildren = false;\n  } else if(typeof copyChildren === 'string') {\n    copyChildren = (copyChildren==='true' || copyChildren === 'yes')?true:false;\n  } else if(copyChildren !== true) {\n    copyChildren = false;\n  }\n  try {\n    fs.mkdirSync(destination, {recursive: true});\n    const currentDir = fs.readdirSync(source)\n    currentDir.forEach(function (item) {\n      if(fs.statSync(path.join(source, item)).isFile()) {\n        const fd = fs.readFileSync(path.join(source, item), {encoding: 'utf8'});\n        fs.writeFileSync(path.join(destination, item), fd, {encoding: 'utf8'});\n      } else {\n        //Recurse!! Because it is a folder.\n        // But make sure it is a directory first.\n        if(fs.statSync(path.join(source, item)).isDirectory() && (!fs.existsSync(path.join(source, item, 'tiddlywiki.info')) || copyChildren)) {\n          ServerSide.specialCopy(path.join(source, item), path.join(destination, item), copyChildren);\n        }\n      }\n    });\n  } catch (e) {\n    err = e;\n  }\n  if(typeof cb === 'function') {\n    cb(err, source, destination, copyChildren)\n  } else {\n    return err;\n  }\n}\n\n/*\n  Determine which sub-folders are in the current folder\n*/\nconst getDirectories = function(source) {\n  try {\n    return fs.readdirSync(source).map(function(name) {\n      return path.join(source,name)\n    }).filter(function (source) {\n      return fs.lstatSync(source).isDirectory();\n    });\n  } catch (e) {\n    $tw.Bob.logger.error('Error getting directories', e, {level:2});\n    return [];\n  }\n}\n/*\n  This recursively builds a tree of all of the subfolders in the tiddlers\n  folder.\n  This can be used to selectively watch folders of tiddlers.\n*/\nconst buildTree = function(location, parent) {\n  const folders = getDirectories(path.join(parent,location));\n  let parentTree = {'path': path.join(parent,location), folders: {}};\n  if(folders.length > 0) {\n    folders.forEach(function(folder) {\n      const apex = folder.split(path.sep).pop();\n      parentTree.folders[apex] = {};\n      parentTree.folders[apex] = buildTree(apex, path.join(parent,location));\n    })\n  }\n  return parentTree;\n}\n\n/*\n  This sends an alert to the connected browser(s)\n\n  Who alerts are sent to can be filtered by:\n  - wiki: only browsers that are viewing the listed wiki(s) receive the alert.\n  - authentication level: only people who are logged in with one of the listed\n      authentication levels gets the alerm.\n  - specific connections: only the browser(s) using the listed connection(s)\n      get the alert.\n\n  or the alert can be sent to all connected browsers.\n\n  {\n    authentications: [authenticationLevel],\n    wikis: [wikiName],\n    connections: [connectionIndex],\n    alert: alertMessage\n  }\n\n  wikis - an array of wiki names to send the alert to\n  connections - an array of connection indicies to send the alert to\n  alert - the text of the alert to send\n\n  The authentications, wikis and connections can be combined so only people\n  who meet all the listed criteria get the alert.\n\n  NOTE: we don't have a good way to do these next ones for now, but we need to\n  in the future.\n  authentications - an array of authentication levels to receive the alert\n  access - an array of wikis and access levels (like can view the wiki in\n  question, or edit it)\n\n  We can turn off browser messages\n*/\nServerSide.sendBrowserAlert = function(input) {\n  if($tw.settings.disableBrowserAlerts !== 'yes') {\n    const message = {\n      type:'browserAlert',\n      alert: input.alert\n    }\n    input.wikis = input.wikis || [];\n    input.connections = input.connections || [];\n    input.authentications = input.authentications || [];\n    input.alert = input.alert || '';\n    if(input.alert.length > 0) {\n      let wikisList = false;\n      let connectionsList = false;\n      let authenticationsList = false;\n      if(input.connections.length > 0) {\n        connectionsList = [];\n        $tw.connections.forEach(function(connection) {\n          if(input.connections.indexOf(connection.index) !== -1) {\n            connectionsList.push(connection.index);\n          }\n        });\n      }\n      if(input.wikis.length > 0) {\n        wikisList = [];\n        $tw.connections.forEach(function(connection) {\n          if(input.wikis.indexOf(connection.wiki) !== -1) {\n            wikisList.push(connection.index);\n          }\n        })\n      }\n      if(input.authentications.length > 0) {\n        // Nothing here yet\n      }\n      // Get the intersection of all of the things listed above to get the\n      // connections to send this to.\n      wikisListThing = wikisList || []\n      connectionsListThing = connectionsList || []\n      authenticationsListThing = authenticationsList || []\n      if(wikisListThing.length > 0 || connectionsListThing.length > 0 || authenticationsListThing.length > 0) {\n        let intersection = new Set([...connectionsListThing, ...wikisListThing, ...authenticationsListThing]);\n        if(wikisList) {\n          const wikiSet = new Set(wikisList);\n          intersection = new Set([...intersection].filter(x => wikiSet.has(x)));\n        }\n        if(connectionsList) {\n          const connectionsSet = new Set(connectionsList);\n          intersection = new Set([...intersection].filter(x => connectionsSet.has(x)));\n        }\n        if(authenticationsList) {\n          const authenticationsSet = new Set(authenticationsList);\n          intersection = new Set([...intersection].filter(x => authenticationsSet.has(x)));\n        }\n        intersection.forEach(function(index) {\n          message.wiki = $tw.connections.wiki\n          $tw.Bob.SendToBrowser($tw.connections[index], message);\n        });\n      } else {\n        $tw.Bob.logger.log('send message to all browsers', {level: 4})\n        $tw.Bob.SendToBrowsers(message);\n      }\n    }\n  }\n}\n\nServerSide.getViewableWikiList = function (data) {\n  data = data || {};\n  function getList(obj, prefix) {\n    let output = [];\n    let ownedWikis = {};\n    Object.keys(obj).forEach(function(item) {\n      if(typeof obj[item] === 'string') {\n        if($tw.ServerSide.existsListed(prefix+item)) {\n          if(item == '__path') {\n            if(prefix.endsWith('/')) {\n              output.push(prefix.slice(0,-1));\n            } else {\n              output.push(prefix);\n            }\n          } else {\n            output.push(prefix+item);\n          }\n        }\n      } else if(typeof obj[item] === 'object' && item !== '__permissions') {\n        output = output.concat(getList(obj[item], prefix + item + '/'));\n      }\n    })\n    if (prefix === '') {\n      output.push('RootWiki')\n    }\n    return output;\n  }\n  // Get the wiki list of wiki names from the settings object\n  const wikiList = getList($tw.settings.wikis, '');\n  const viewableWikis = [];\n  wikiList.forEach(function(wikiName) {\n    if($tw.Bob.AccessCheck(wikiName, {\"decoded\": data.decoded}, 'view', 'wiki')) {\n      viewableWikis.push(wikiName);\n    }\n  });\n  const tempObj = {};\n  for (let i = 0; i < viewableWikis.length; i++) {\n    tempObj[viewableWikis[i]] = ['view'];\n    // Check if you can edit it\n    if($tw.Bob.AccessCheck(viewableWikis[i], {\"decoded\": data.decoded}, 'edit', 'wiki')) {\n      tempObj[viewableWikis[i]].push('edit');\n    }\n  }\n  return tempObj;\n}\n\nServerSide.getViewablePluginsList = function (data) {\n  data = data || {};\n  const viewablePlugins = [];\n  const pluginList = $tw.utils.getPluginInfo();\n  if($tw.settings.pluginLibrary.allPublic === 'yes') {\n    return pluginList;\n  }\n  Object.keys(pluginList).forEach(function(pluginName) {\n    if($tw.Bob.AccessCheck(pluginName, {\"decoded\": data.decoded}, 'view', 'plugin')) {\n      viewablePlugins[pluginName] = pluginList[pluginName];\n    }\n  })\n  return viewablePlugins;\n}\n\nServerSide.getViewableThemesList = function (data) {\n  data = data || {};\n  const viewableThemes = [];\n  const themeList = $tw.utils.getThemeInfo();\n  if($tw.settings.themeLibrary.allPublic === 'yes') {\n    return themeList;\n  }\n  Object.keys(themeList).forEach(function(themeName) {\n    if($tw.Bob.AccessCheck(themeName, {\"decoded\": data.decoded}, 'view', 'theme')) {\n      viewableThemes[themeName] = themeList[themeName];\n    }\n  })\n  return viewableThemes;\n}\n\nServerSide.getViewableEditionsList = function (data) {\n  // This may not be needed anymore\n  if(typeof $tw.settings.editionsPath === 'string') {\n    const basePath = $tw.ServerSide.getBasePath();\n    // We need to make sure this doesn't overwrite existing thing\n    const fullEditionsPath = path.resolve(basePath, $tw.settings.editionsPath);\n    if(process.env[\"TIDDLYWIKI_EDITION_PATH\"] !== undefined && process.env[\"TIDDLYWIKI_EDITION_PATH\"] !== '') {\n      process.env[\"TIDDLYWIKI_EDITION_PATH\"] = process.env[\"TIDDLYWIKI_EDITION_PATH\"] + path.delimiter + fullEditionsPath;\n    } else {\n      process.env[\"TIDDLYWIKI_EDITION_PATH\"] = fullEditionsPath;\n    }\n  }\n  data = data || {};\n  const viewableEditions = {};\n  const editionList =  $tw.utils.getEditionInfo();\n  if($tw.settings.editionLibrary.allPublic === 'yes') {\n    return editionList;\n  }\n  Object.keys(editionList).forEach(function(editionName) {\n    if($tw.Bob.AccessCheck(editionName, {\"decoded\": data.decoded}, 'view', 'edition')) {\n      Object.keys(editionList).forEach(function(index) {\n        viewableEditions[index] = editionList[index].description;\n      });\n    }\n  })\n  return viewableEditions;\n}\n\nServerSide.getViewableLanguagesList = function (data) {\n  data = data || {};\n  const viewableLanguages = {};\n  const languageList =  $tw.utils.getEditionInfo();\n  Object.keys(languageList).forEach(function(languageName) {\n    if($tw.Bob.AccessCheck(languageName, {\"decoded\": data.decoded}, 'view', 'edition')) {\n      Object.keys(languageList).forEach(function(index) {\n        viewableLanguages[index] = languageList[index].description;\n      });\n    }\n  })\n  return viewableLanguages;\n}\n\nServerSide.getViewableSettings = function(data) {\n  const tempSettings = {};\n\n  // section visible to anyone\n  // Nothing that uses websocket stuff here because they only work when logged\n  // in\n  tempSettings.API = $tw.settings.API;\n  // Federation stuff is visible because you don't have to login to want to see\n  // if federation is possible with a server\n  tempSettings.enableFederation = $tw.settings.enableFederation;\n  tempSettings.federation = $tw.settings.federation;\n\n  // Section visible by logged in people\n  if(data.decoded) {\n    tempSettings.backups = $tw.settings.backups;\n    tempSettings.disableBrowserAlerts = $tw.settings.disableBrowserAlerts;\n    tempSettings.editionLibrary = $tw.settings.editionLibrary;\n    tempSettings.enableFileServer = $tw.settings.enableFileServer;\n    tempSettings.excludePluginList = $tw.settings.excludePluginList;\n    tempSettings.fileURLPrefix = $tw.settings.fileURLPrefix;\n    tempSettings.heartbeat = $tw.settings.heartbeat;\n    tempSettings.includePluginList = $tw.settings.includePluginList;\n    tempSettings.mimeMap = $tw.settings.mimeMap;\n    tempSettings.namespacedWikis = $tw.settings.namespacedWikis;\n    tempSettings.persistentUsernames = $tw.settings.persistentUsernames;\n    tempSettings.perWikiFiles = $tw.settings.perWikiFiles;\n    tempSettings.pluginList = $tw.settings.pluginLibrary;\n    tempSettings.profileOptions = $tw.settings.profileOptions;\n    tempSettings.saveMediaOnServer = $tw.settings.saveMediaOnServer;\n    tempSettings.themeLibrary = $tw.settings.themeLibrary;\n    tempSettings.tokenTTL = $tw.settings.tokenTTL;\n  }\n  // advanced section only visible to admins\n  if((data.decoded && data.decoded.level === 'Admin') || data.decoded === true) {\n    tempSettings.actions = $tw.settings.actions;\n    tempSettings.admin = $tw.settings.admin;\n    tempSettings.advanced = $tw.settings.advanced;\n    tempSettings.certPath = $tw.settings.certPath;\n    tempSettings.disableFileWatchers = $tw.settings.disableFileWatchers;\n    tempSettings.editions = $tw.settings.editions;\n    tempSettings.editionsPath = $tw.settings.editionsPath;\n    tempSettings.enableBobSaver = $tw.settings.enableBobSaver;\n    tempSettings.filePathRoot = $tw.settings.filePathRoot;\n    tempSettings['fed-wss'] = $tw.settings['fed-wss'];\n    tempSettings.httpsPort = $tw.settings.httpsPort;\n    tempSettings.languages = $tw.settings.languages;\n    tempSettings.languagesPath = $tw.settings.languagesPath;\n    tempSettings.logger = $tw.settings.logger;\n    tempSettings.plugins = $tw.settings.plugins;\n    tempSettings.pluginsPath = $tw.settings.pluginsPath;\n    tempSettings.profiles = $tw.settings.profiles;\n    tempSettings.reverseProxy = $tw.settings.reverseProxy;\n    tempSettings.rootWikiName = $tw.settings.rootWikiName;\n    tempSettings.saltRounds = $tw.settings.saltRounds;\n    tempSettings.saver = $tw.settings.saver;\n    tempSettings.scripts = $tw.settings.scripts;\n    tempSettings.servingFiles = $tw.settings.servingFiles;\n    tempSettings.server = $tw.settings.server;\n    tempSettings.serverInfo = $tw.settings.serverInfo;\n    tempSettings.serverKeyPath = $tw.settings.serverKeyPath;\n    tempSettings.serveWikiOnRoot = $tw.settings.serveWikiOnRoot;\n    tempSettings.suppressBrowser = $tw.settings.suppressBrowser;\n    tempSettings.themes = $tw.settings.themes;\n    tempSettings.themesPath = $tw.settings.themesPath;\n    tempSettings.tokenPrivateKeyPath = $tw.settings.tokenPrivateKeyPath;\n    tempSettings.useHTTPS = $tw.settings.useHTTPS;\n    tempSettings.wikiPathBase = $tw.settings.wikiPathBase;\n    tempSettings.wikiPermissionsPath = $tw.settings.wikiPermissionsPath;\n    tempSettings.wikisPath = $tw.settings.wikisPath;\n    tempSettings['ws-server'] = $tw.settings['ws-server'];\n  }\n  tempSettings.advanced = tempSettings.avanced || {};\n  tempSettings['ws-server'] = tempSettings['ws-server'] || {};\n  tempSettings['fed-wss'] = tempSettings['fed-wss'] || {};\n\n  return tempSettings;\n}\n\nServerSide.getProfileInfo = function(data) {\n  $tw.settings.profiles = $tw.settings.profiles || {};\n  if ($tw.Bob.AccessCheck(data.profileName, {\"decoded\": data.decoded}, 'view', 'profile')) {\n    return $tw.settings.profiles[data.profileName] || {};\n  } else {\n    return {};\n  }\n}\n\nServerSide.listProfiles = function(data) {\n  $tw.settings.profiles = $tw.settings.profiles || {};\n  const result = {};\n  Object.keys($tw.settings.profiles).forEach(function(profileName) {\n    if ($tw.Bob.AccessCheck(data.profileName, {\"decoded\": data.decoded}, 'view', 'profile')) {\n      result[profileName] = $tw.settings.profiles[data.profileName]\n    }\n  })\n  return result;\n}\n\nServerSide.getOwnedWikis = function(data) {\n  function getList(obj, prefix) {\n    let output = [];\n    Object.keys(obj).forEach(function(item) {\n      if(typeof obj[item] === 'string') {\n        if($tw.ServerSide.existsListed(prefix+item)) {\n          if(item == '__path') {\n            if(prefix.endsWith('/')) {\n              output.push(prefix.slice(0,-1));\n            } else {\n              output.push(prefix);\n            }\n          } else {\n            output.push(prefix+item);\n          }\n        }\n      } else if(typeof obj[item] === 'object' && item !== '__permissions') {\n        output = output.concat(getList(obj[item], prefix + item + '/'));\n      }\n    })\n    return output;\n  }\n  function wikiInfo(wikiName) {\n    let thisObj = $tw.settings.wikis;\n    wikiName.split('/').forEach(function(part) {\n      thisObj = thisObj[part];\n    })\n    return thisObj.__permissions;\n  }\n  // Get the list of wiki names from the settings object\n  const wikiList = getList($tw.settings.wikis, '');\n  const ownedWikis = {};\n  wikiList.forEach(function(wikiName) {\n    if($tw.Bob.AccessCheck(wikiName, {\"decoded\": data.decoded}, 'owner', 'wiki')) {\n      ownedWikis[wikiName] = wikiInfo(wikiName);\n    }\n  });\n  return ownedWikis;\n}\n\nServerSide.findName = function(url) {\n  url = url.startsWith('/') ? url.slice(1,url.length) : url;\n  const pieces = url.split('/')\n  let name = ''\n  let settingsObj = $tw.settings.wikis[pieces[0]]\n  if(settingsObj) {\n    name = pieces[0]\n  }\n  for (let i = 1; i < pieces.length; i++) {\n    if(settingsObj) {\n      if(typeof settingsObj[pieces[i]] === 'object') {\n        name = name + '/' + pieces[i]\n        settingsObj = settingsObj[pieces[i]]\n      } else if(typeof settingsObj[pieces[i]] === 'string') {\n        name = name + '/' + pieces[i]\n        break\n      } else {\n        break\n      }\n    }\n  }\n  if(name === '' && pieces[0] === 'RootWiki') {\n    name = 'RootWiki'\n  }\n  return name\n}\n\nServerSide.listFiles = function(data, cb) {\n  const path = require('path');\n  const fs = require('fs');\n  const authorised = $tw.Bob.AccessCheck(data.wiki, {\"decoded\":data.decoded}, 'listFiles', 'wiki');\n\n  if(authorised) {\n    $tw.settings.fileURLPrefix = $tw.settings.fileURLPrefix || 'files';\n    data.folder = data.folder || $tw.settings.fileURLPrefix;\n    data.folder = data.folder.startsWith('/') ? data.folder : '/' + data.folder;\n    const wikiName = data.wiki || $tw.ServerSide.findName(data.folder);\n    const repRegex = new RegExp(`^\\/?.+?\\/?${$tw.settings.fileURLPrefix}\\/?`)\n    const thePath = data.folder.replace(repRegex, '').replace(/^\\/*/,'');\n    let fileFolder\n    if(thePath === '' && wikiName === '') {\n      // Globally available files in filePathRoot\n      const filePathRoot = $tw.ServerSide.getFilePathRoot();\n      fileFolder = path.resolve($tw.ServerSide.getBasePath(), filePathRoot);\n      // send to browser\n      next(fileFolder, '');\n    } else if(wikiName === '' && $tw.settings.servingFiles[thePath]) {\n      // Explicitly listed folders that are globally available\n      fileFolder = $tw.settings.servingFiles[thePath];\n      // send to browser\n      next(fileFolder, thePath);\n    } else if(wikiName !== '') {\n      // Wiki specific files, need to check to make sure that if perwikiFiles is set this only works from the target wiki.\n      if($tw.settings.perWikiFiles !== 'yes' || wikiName === data.wiki) {\n        const wikiPath = $tw.ServerSide.existsListed(wikiName);\n        if(!wikiPath) {\n          return;\n        }\n        fileFolder = path.join(wikiPath, 'files');\n        next(fileFolder, thePath, wikiName);\n      }\n    } else {\n      const testPaths = [path.resolve($tw.ServerSide.getBasePath())].concat( Object.values($tw.settings.servingFiles));\n      let ind = 0\n      nextTest(0, testPaths)\n      function nextTest(index, pathsToTest) {\n        // If the path isn't listed in the servingFiles thing check if it is a child of one of the paths, or of the filePathRoot\n        const filePathRoot = $tw.ServerSide.getFilePathRoot();\n        let test = path.resolve($tw.ServerSide.getBasePath(), filePathRoot, pathsToTest[index]);\n        fs.access(test, fs.constants.F_OK, function(err) {\n          if(err) {\n            if(index < pathToTest.length - 1) {\n              nextTest(index + 1, pathsToTest);\n            }\n          } else {\n            // send the list to the browser\n            next(test, pathsToTest[index]);\n          }\n        })\n      }\n    }\n    function next(folder, urlPath, wikiName) {\n      wikiName = wikiName || '';\n      // if the folder listed in data.folder is either a child of the filePathRoot or if it is a child of one of the folders listed in the $tw.settings.servingFiles thing we will continue, otherwise end.\n      const filePathRoot = $tw.ServerSide.getFilePathRoot();\n      const usedPaths = Object.values($tw.settings.servingFiles).map(function(item) {\n          return path.resolve($tw.ServerSide.getBasePath(), filePathRoot, item)\n        });\n      const resolvedPath = path.resolve($tw.ServerSide.getBasePath(), filePathRoot, folder);\n      let match = false;\n      if(authorised) {\n        const mimeMap = $tw.settings.mimeMap || {\n          '.aac': 'audio/aac',\n          '.avi': 'video/x-msvideo',\n          '.csv': 'text/csv',\n          '.doc': 'application/msword',\n          '.epub': 'application/epub+zip',\n          '.gif': 'image/gif',\n          '.html': 'text/html',\n          '.htm': 'text/html',\n          '.ico': 'image/x-icon',\n          '.jpg': 'image/jpeg',\n          '.jpeg': 'image/jpeg',\n          '.mp3': 'audio/mpeg',\n          '.mpeg': 'video/mpeg',\n          '.oga': 'audio/ogg',\n          '.ogv': 'video/ogg',\n          '.ogx': 'application/ogg',\n          '.png': 'image/png',\n          '.svg': 'image/svg+xml',\n          '.weba': 'audio/weba',\n          '.webm': 'video/webm',\n          '.wav': 'audio/wav'\n        };\n        const extList = data.mediaTypes || false;\n        let prefix = path.join(wikiName, $tw.settings.fileURLPrefix, urlPath);\n        prefix = prefix.startsWith('/') ? prefix : '/' + prefix;\n        prefix = prefix.endsWith('/') ? prefix : prefix + '/';\n        fs.readdir(resolvedPath, function(err, items) {\n          if(err || !items) {\n            $tw.Bob.logger.error(\"Can't read files folder \", resolvedPath, \" with error \", err, {level: 1});\n            cb(prefix, [], urlPath);\n          } else {\n            // filter the list to only include listed mimetypes.\n            let filteredItems = items.filter(function(item) {\n              const splitItem = item.split('.');\n              const ext = splitItem[splitItem.length-1];\n              return typeof mimeMap['.' + ext] === 'string';\n            })\n            if(extList) {\n              filteredItems = filteredItems.filter(function(item) {\n                const splitItem = item.split('.');\n                const ext = splitItem[splitItem.length-1];\n                return typeof extList.indexOf('.' + ext) !== -1;\n              })\n            }\n            // Reply with the list\n            $tw.Bob.logger.log(\"Scanned \", resolvedPath, \" for files, returned \", filteredItems, {level: 3});\n            cb(prefix, filteredItems, urlPath);\n          }\n        });\n      }\n    }\n  } else {\n    cb(\"\", [], \"\");\n  }\n}\n\nfunction deleteDirectory(dir) {\n  const fs = require('fs');\n  const path = require('path');\n  return new Promise(function (resolve, reject) {\n    // Check to make sure that dir is in the place we expect\n    if(dir.startsWith($tw.ServerSide.getBasePath())) {\n      fs.access(dir, function (err) {\n        if(err) {\n          if(err.code === 'ENOENT') {\n            return resolve();\n          }\n          return reject(err);\n        }\n        fs.readdir(dir, function (err, files) {\n          if(err) {\n            return reject(err);\n          }\n          Promise.all(files.map(function (file) {\n            return deleteFile(dir, file);\n          })).then(function () {\n            fs.rmdir(dir, function (err) {\n              if(err) {\n                return reject(err);\n              }\n              resolve();\n            });\n          }).catch(reject);\n        });\n      });\n    } else {\n      reject('The folder is not in expected pace!');\n    }\n  });\n};\n\nfunction deleteFile(dir, file) {\n  const fs = require('fs');\n  const path = require('path');\n  return new Promise(function (resolve, reject) {\n    //Check to make sure that dir is in the place we expect\n    if(dir.startsWith($tw.ServerSide.getBasePath())) {\n      const filePath = path.join(dir, file);\n      fs.lstat(filePath, function (err, stats) {\n        if(err) {\n          return reject(err);\n        }\n        if(stats.isDirectory()) {\n          resolve(deleteDirectory(filePath));\n        } else {\n          fs.unlink(filePath, function (err) {\n            if(err) {\n              return reject(err);\n            }\n            resolve();\n          });\n        }\n      });\n    } else {\n      reject('The folder is not in expected place!');\n    }\n  });\n};\n\nServerSide.deleteWiki = function(data, cb) {\n  const path = require('path')\n  const fs = require('fs')\n  const authorised = $tw.Bob.AccessCheck(data.deleteWiki, {\"decoded\":data.decoded}, 'delete', 'wiki');\n  // Make sure that the wiki exists and is listed\n  if($tw.ServerSide.existsListed(data.deleteWiki) && authorised) {\n    $tw.stopFileWatchers(data.deleteWiki)\n    const wikiPath = $tw.ServerSide.getWikiPath(data.deleteWiki);\n    if(data.deleteChildren === 'yes') {\n      deleteDirectory(wikiPath).then(function() {\n        cb();\n      }).catch(function(e) {\n        cb(e);\n      }).finally(function() {\n        ServerSide.updateWikiListing();\n      })\n    } else {\n      // Delete the tiddlywiki.info file\n      fs.unlink(path.join(wikiPath, 'tiddlywiki.info'), function(e) {\n        if(e) {\n          $tw.Bob.logger.error('failed to delete tiddlywiki.info',e, {level:1});\n          cb(e);\n          ServerSide.updateWikiListing();\n        } else {\n          // Delete the tiddlers folder (if any)\n          deleteDirectory(path.join(wikiPath, 'tiddlers')).then(function() {\n            $tw.utils.deleteEmptyDirs(wikiPath,function() {\n              cb();\n            });\n          }).catch(function(e){\n            cb(e);\n          }).finally(function() {\n            ServerSide.updateWikiListing();\n          })\n        }\n      })\n    }\n  }\n}\n\n/*\n  This updates the server wiki listing, it is just the server task that checks\n  to see if there are any unlisted wikis and that the currently listed wikis\n  edist, so it doesn't need any authentication.\n\n  This function checks to make sure all listed wikis exist and that all wikis\n  it can find are listed.\n  Then it saves the settings file to reflect the changes.\n*/\nServerSide.updateWikiListing = function(data) {\n  data = data || {update:'true',remove:'true',saveSettings:true};\n  // This gets the paths of all wikis listed in the settings\n  function getWikiPaths(settingsObject, outPaths) {\n    const settingsKeys = Object.keys(settingsObject);\n    outPaths = outPaths || [];\n    settingsKeys.forEach(function(thisKey) {\n      if(thisKey === '__path') {\n        // its one of the paths we want\n        outPaths.push(path.resolve(basePath, $tw.settings.wikisPath, settingsObject[thisKey]));\n      } else if(thisKey === '__permissions') {\n        // Ignore it\n      } else if(typeof settingsObject[thisKey] === 'object') {\n        // Recurse\n        outPaths = getWikiPaths(settingsObject[thisKey], outPaths);\n      }\n    })\n    return outPaths\n  }\n  // This gets a list of all wikis in the wikis folder and subfolders\n  function getRealPaths(startPath) {\n    // Check each folder in the wikis folder to see if it has a\n    // tiddlywiki.info file\n    let realFolders = [];\n    try {\n      const folderContents = fs.readdirSync(startPath);\n      folderContents.forEach(function (item) {\n        const fullName = path.join(startPath, item);\n        if(fs.statSync(fullName).isDirectory()) {\n          if($tw.ServerSide.wikiExists(fullName)) {\n            realFolders.push(fullName);\n          }\n          // Check if there are subfolders that contain wikis and recurse\n          const nextPath = path.join(startPath,item)\n          if(fs.statSync(nextPath).isDirectory()) {\n            realFolders = realFolders.concat(getRealPaths(nextPath));\n          }\n        }\n      })\n    } catch (e) {\n      $tw.Bob.logger.log('Error getting wiki paths', e, {level:1});\n    }\n    return realFolders;\n  }\n  // This takes the list of wikis in the settings and returns a new object\n  // without any of the non-existent wikis listed\n  function pruneWikiList(dontExistList, settingsObj) {\n    let prunedSettings = {};\n    Object.keys(settingsObj).forEach(function(wikiName) {\n      if(typeof settingsObj[wikiName] === 'string') {\n        // Check if the wikiName resolves to one of the things to remove\n        if(dontExistList.indexOf(path.resolve(wikiFolderPath, settingsObj[wikiName])) === -1) {\n          // If the wiki isn't listed as not existing add it to the prunedSettings\n          prunedSettings[wikiName] = settingsObj[wikiName];\n        }\n      } else if(typeof settingsObj[wikiName] === 'object') {\n        if(Object.keys(settingsObj[wikiName]).length > 0) {\n          const temp = pruneWikiList(dontExistList, settingsObj[wikiName]);\n          if(Object.keys(temp).length > 0) {\n            prunedSettings[wikiName] = temp;\n          }\n        }\n      }\n    })\n    return prunedSettings;\n  }\n  const fs = require('fs');\n  const path = require('path');\n  const basePath = $tw.ServerSide.getBasePath();\n  $tw.settings.wikisPath = $tw.settings.wikisPath || './Wikis';\n  let wikiFolderPath = path.resolve(basePath, $tw.settings.wikisPath);\n  // Make sure that the wikiFolderPath exists\n  const error = $tw.utils.createDirectory(path.resolve(basePath, $tw.settings.wikisPath));\n  // Check each folder in the wikis folder to see if it has a tiddlywiki.info\n  // file.\n  // If there is no tiddlywiki.info file it checks sub-folders.\n  const realFolders = getRealPaths(wikiFolderPath);\n  // If it does check to see if any listed wiki has the same path, if so skip\n  // it\n  let alreadyListed = [];\n  const listedWikis = getWikiPaths($tw.settings.wikis);\n  realFolders.forEach(function(folder) {\n    // Check is the wiki is listed\n    if(listedWikis.indexOf(folder) > -1) {\n      alreadyListed.push(folder);\n    }\n  })\n  let wikisToAdd = realFolders.filter(function(folder) {\n    return alreadyListed.indexOf(folder) === -1;\n  })\n  wikisToAdd = wikisToAdd.map(function(thisPath) {\n    return path.relative(wikiFolderPath,thisPath);\n  })\n  const dontExist = listedWikis.filter(function(folder) {\n    return !$tw.ServerSide.wikiExists(folder);\n  })\n  data.update = data.update || ''\n  if(typeof data.update !== 'string') {\n    data.update = (data.update === true)?'true':''\n  }\n  if(data.update.toLowerCase() === 'true') {\n    wikisToAdd.forEach(function (wikiName) {\n      if($tw.ExternalServer) {\n        if(typeof $tw.ExternalServer.initialiseWikiSettings === 'function') {\n          // This adds unlisted wikis as private and without giving them an\n          // owner, so an admin needs to set the owner and stuff.\n          $tw.ExternalServer.initialiseWikiSettings(wikiName, {});\n        }\n      } else {\n        const nameParts = wikiName.split('/');\n        let settingsObj = $tw.settings.wikis;\n        let i;\n        for (i = 0; i < nameParts.length; i++) {\n          if(typeof settingsObj[nameParts[i]] === 'object' && i < nameParts.length - 1) {\n            settingsObj = settingsObj[nameParts[i]];\n          } else if(i < nameParts.length - 1) {\n            settingsObj[nameParts[i]] = settingsObj[nameParts[i]] || {};\n            settingsObj = settingsObj[nameParts[i]]\n          } else {\n            settingsObj[nameParts[i]] = settingsObj[nameParts[i]] || {};\n            settingsObj[nameParts[i]].__path = nameParts.join('/');\n          }\n        }\n      }\n    })\n  }\n  if(typeof data.remove !== 'string') {\n    data.remove = (data.remove === false)?'false':'true'\n  }\n  if(data.remove.toLowerCase() === 'true') {\n    // update the wikis listing in the settings with a version that doesn't\n    // have the wikis that don't exist.\n    $tw.settings.wikis = pruneWikiList(dontExist, $tw.settings.wikis);\n  }\n  // Save the new settings, update routes, update settings tiddlers in the\n  // browser and update the list of available wikis\n  if(data.saveSettings) {\n    data.fromServer = true;\n    $tw.nodeMessageHandlers.saveSettings(data);\n    $tw.nodeMessageHandlers.updateRoutes(data);\n  }\n}\n\n$tw.stopFileWatchers = function(wikiName) {\n  // Close any file watchers that are active for the wiki\n  if($tw.Bob.Wikis[wikiName]) {\n    if($tw.Bob.Wikis[wikiName].watchers) {\n      Object.values($tw.Bob.Wikis[wikiName].watchers).forEach(function(thisWatcher) {\n        thisWatcher.close();\n      })\n    }\n  }\n}\n\nServerSide.renameWiki = function(data, cb) {\n  const path = require('path')\n  const fs = require('fs')\n  const authorised = $tw.Bob.AccessCheck(data.fromWiki, {\"decoded\":data.decoded}, 'rename', 'wiki');\n  if($tw.ServerSide.existsListed(data.oldWiki) && !$tw.ServerSide.existsListed(data.newWiki) && authorised) {\n    // Unload the old wiki\n    $tw.nodeMessageHandlers.unloadWiki({wikiName: data.oldWiki});\n    const basePath = $tw.ServerSide.getBasePath();\n    const oldWikiPath = $tw.ServerSide.getWikiPath(data.oldWiki);\n    const newWikiPath = path.resolve(basePath, $tw.settings.wikisPath, data.newWiki);\n    fs.rename(oldWikiPath, newWikiPath, function(e) {\n      if(e) {\n        $tw.Bob.logger.log('failed to rename wiki',e,{level:1});\n        cb(e);\n      } else {\n        // Refresh wiki listing\n        data.update = 'true';\n        data.saveSettings = 'true';\n        $tw.ServerSide.updateWikiListing(data);\n        cb();\n      }\n    })\n  }\n}\n\n\n/*\n  This ensures that the wikiName used is unique by appending a number to the\n  end of the name and incrementing the number if needed until an unused name\n  is created.\n  If on name is given it defualts to NewWiki\n*/\nfunction GetWikiName (wikiName, count, wikiObj, fullName) {\n  let updatedName;\n  count = count || 0;\n  wikiName = wikiName || ''\n  if(wikiName.trim() === '') {\n    wikiName = 'NewWiki'\n  }\n  fullName = fullName || wikiName || 'NewWiki';\n  wikiObj = wikiObj || $tw.settings.wikis;\n  const nameParts = wikiName.split('/');\n  if(nameParts.length === 1) {\n    updatedName = nameParts[0];\n    if(wikiObj[updatedName]) {\n      if(wikiObj[updatedName].__path) {\n        count = count + 1;\n        while (wikiObj[updatedName + String(count)]) {\n          if(wikiObj[updatedName + String(count)].__path) {\n            count = count + 1;\n          } else {\n            break;\n          }\n        }\n      }\n    }\n    if(count > 0) {\n      return fullName + String(count);\n    } else {\n      return fullName;\n    }\n  } else if(!wikiObj[nameParts[0]]) {\n    if(count > 0) {\n      return fullName + String(count);\n    } else {\n      return fullName;\n    }\n  }\n  if(nameParts.length > 1) {\n    if(wikiObj[nameParts[0]]) {\n      return GetWikiName(nameParts.slice(1).join('/'), count, wikiObj[nameParts[0]], fullName);\n    } else {\n      return fullName;\n    }\n  } else {\n    return undefined\n  }\n}\n\nServerSide.createWiki = function(data, cb) {\n  const authorised = $tw.Bob.AccessCheck('create/wiki', {\"decoded\": data.decoded}, 'create/wiki', 'server');\n  if(authorised) {\n    const fs = require(\"fs\"),\n      path = require(\"path\");\n    let name = GetWikiName(data.wikiName || data.newWiki);\n\n    if(data.nodeWikiPath) {\n      // This is just adding an existing node wiki to the listing\n      addListing(name, data.nodeWikiPath);\n      data.fromServer = true;\n      $tw.nodeMessageHandlers.saveSettings(data);\n    } else if(data.tiddlers || data.externalTiddlers) {\n      // Create a wiki using tiddlers sent from the browser, this is what is\n      // used to create wikis from existing html files.\n    } else if(data.fromWiki) {\n      // Duplicate a wiki\n      // Make sure that the wiki to duplicate exists and that the target wiki\n      // name isn't in use\n      if($tw.ServerSide.existsListed(data.fromWiki)) {\n        const wikiName = name;//GetWikiName(data.newWiki);\n        // Get the paths for the source and destination\n        $tw.settings.wikisPath = $tw.settings.wikisPath || './Wikis';\n        const source = $tw.ServerSide.getWikiPath(data.fromWiki);\n        const basePath = $tw.ServerSide.getBasePath();\n        const destination = path.resolve(basePath, $tw.settings.wikisPath, wikiName);\n        data.copyChildren = data.copyChildren || 'no';\n        const copyChildren = data.copyChildren.toLowerCase() === 'yes'?true:false;\n        // Make the duplicate\n        $tw.ServerSide.specialCopy(source, destination, copyChildren, function() {\n          // Refresh wiki listing\n          data.update = 'true';\n          data.saveSettings = 'true';\n          $tw.ServerSide.updateWikiListing(data);\n          $tw.Bob.logger.log('Duplicated wiki', data.fromWiki, 'as', wikiName, {level: 2})\n          cb();\n        });\n      }\n    } else {\n      // Paths are relative to the root wiki path\n      $tw.settings.wikisPath = $tw.settings.wikisPath || 'Wikis';\n      data.wikisFolder = data.wikisFolder || $tw.settings.wikisPath;\n      // If no basepath is given than the default is to place the folder in the\n      // default wikis folder\n      const basePath = data.basePath || $tw.ServerSide.getBasePath();\n      // This is the path given by the person making the wiki, it needs to be\n      // relative to the basePath\n      // data.wikisFolder is an optional sub-folder to use. If it is set to\n      // Wikis than wikis created will be in the basepath/Wikis/relativePath\n      // folder I need better names here.\n      $tw.utils.createDirectory(path.join(basePath, data.wikisFolder));\n      // This only does something for the secure wiki server\n      if($tw.settings.namespacedWikis === 'yes') {\n        data.decoded = data.decoded || {};\n        data.decoded.name = data.decoded.name || 'imaginaryPerson';\n        name = data.decoded.name + '/' + (data.wikiName || data.newWiki);\n        name = GetWikiName(name);\n        relativePath = name;\n        $tw.utils.createDirectory(path.join(basePath, data.decoded.name));\n      }\n      const fullPath = path.join(basePath, data.wikisFolder, name)\n      // For now we only support creating wikis with one edition, multi edition\n      // things like in the normal init command can come later.\n      const editionName = data.edition?data.edition:\"empty\";\n      const searchPaths = $tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar);\n      let editionPath = $tw.findLibraryItem(editionName,searchPaths);\n      if(!fs.existsSync(editionPath) && false) {\n        editionPath = undefined\n        editionPath = path.resolve(__dirname, \"./editions\", \"./\" + editionName);\n        if(fs.existsSync(editionPath)) {\n          try {\n            $tw.ServerSide.specialCopy(editionPath, fullPath);\n            $tw.Bob.logger.log(\"Copied edition '\" + editionName + \"' to \" + fullPath + \"\\n\", {level:2});\n          } catch (e) {\n            $tw.Bob.logger.error('error copying edition ', editionName, e, {level:1});\n          }\n        } else {\n          $tw.Bob.logger.error(\"Edition not found \", editionName, {level:1});\n        }\n      } else {\n        // Copy the edition content\n        const err = $tw.ServerSide.specialCopy(editionPath, fullPath, true);\n        if(!err) {\n          $tw.Bob.logger.log(\"Copied edition '\" + editionName + \"' to \" + fullPath + \"\\n\", {level:2});\n        } else {\n          $tw.Bob.logger.error(err, {level:1});\n        }\n      }\n      // Tweak the tiddlywiki.info to remove any included wikis\n      const packagePath = path.join(fullPath, \"tiddlywiki.info\");\n      let packageJson = {};\n      try {\n        packageJson = JSON.parse(fs.readFileSync(packagePath));\n      } catch (e) {\n        $tw.Bob.logger.error('failed to load tiddlywiki.info file', e, {level:1});\n      }\n      delete packageJson.includeWikis;\n      try {\n        fs.writeFileSync(packagePath,JSON.stringify(packageJson,null,$tw.config.preferences.jsonSpaces));\n      } catch (e) {\n        $tw.Bob.logger.error('failed to write tiddlywiki.info ', e, {level:1})\n      }\n\n      // This is here as a hook for an external server. It is defined by the\n      // external server and shouldn't be defined here or it will break\n      // If you are not using an external server than this does nothing\n      if($tw.ExternalServer) {\n        if(typeof $tw.ExternalServer.initialiseWikiSettings === 'function') {\n          const relativePath = path.relative(path.join(basePath, data.wikisFolder),fullPath);\n          $tw.ExternalServer.initialiseWikiSettings(relativePath, data);\n        }\n      }\n    }\n\n    setTimeout(function() {\n      data.update = 'true';\n      data.saveSettings = 'true';\n      $tw.ServerSide.updateWikiListing(data);\n      if(typeof cb === 'function') {\n        setTimeout(cb, 1500);\n      }\n    }, 1000);\n  }\n}\n\n/*\n  This updates the list of tiddlers being edited in each wiki. Any tiddler on\n  this list has the edit button disabled to prevent two people from\n  simultaneously editing the same tiddler.\n  If run without an input it just re-sends the lists to each browser, with a\n  tiddler title as input it appends that tiddler to the list and sends the\n  updated list to all connected browsers.\n\n  For privacy and security only the tiddlers that are in the wiki a\n  conneciton is using are sent to that connection.\n*/\nServerSide.UpdateEditingTiddlers = function (tiddler, wikiName) {\n  // Make sure that the wiki is loaded\n  const exists = $tw.ServerSide.loadWiki(wikiName);\n  // This should never be false, but then this shouldn't every have been a\n  // problem to start.\n  if(exists) {\n    // Check if a tiddler title was passed as input and that the tiddler isn't\n    // already listed as being edited.\n    // If there is a title and it isn't being edited add it to the list.\n    if(tiddler && !$tw.Bob.EditingTiddlers[wikiName][tiddler]) {\n      $tw.Bob.EditingTiddlers[wikiName][tiddler] = true;\n    }\n    Object.keys($tw.connections).forEach(function(index) {\n      if($tw.connections[index].wiki === wikiName) {\n        $tw.Bob.EditingTiddlers[wikiName] = $tw.Bob.EditingTiddlers[wikiName] || {};\n        const list = Object.keys($tw.Bob.EditingTiddlers[wikiName]);\n        const message = {type: 'updateEditingTiddlers', list: list, wiki: wikiName};\n        $tw.Bob.SendToBrowser($tw.connections[index], message);\n        $tw.Bob.logger.log('Update Editing Tiddlers', {level: 4})\n      }\n    });\n  }\n}\n/*\n  This keeps a history of changes for each wiki so that when a wiki is\n  disconnected and reconnects and asks to resync this can be used to resync\n  the wiki with the minimum amount of network traffic.\n\n  Resyncing only needs to keep track of creating and deleting tiddlers here.\n  The editing state of tiddlers is taken care of by the websocket\n  reconnection process.\n\n  So this is just the list of deleted tiddlers and saved tiddlers with time\n  stamps, and it should at most have one item per tiddler because the newest\n  save or delete message overrides any previous messages.\n\n  The hisotry is an array of change entries\n  Each entry in the history is in the form\n  {\n    title: tiddlerTitle,\n    timestamp: changeTimeStamp,\n    type: messageType\n  }\n*/\n$tw.Bob.UpdateHistory = function(message) {\n  // Only save saveTiddler or deleteTiddler events that have a wiki listed\n  if(['saveTiddler', 'deleteTiddler'].indexOf(message.type) !== -1 && message.wiki) {\n    $tw.Bob.ServerHistory = $tw.Bob.ServerHistory || {};\n    $tw.Bob.ServerHistory[message.wiki] = $tw.Bob.ServerHistory[message.wiki] || [];\n    const entryIndex = $tw.Bob.ServerHistory[message.wiki].findIndex(function(entry) {\n      return entry.title === message.tiddler.fields.title;\n    })\n    const entry = {\n      timestamp: Date.now(),\n      title: message.tiddler.fields.title,\n      type: message.type\n    }\n    if(entryIndex > -1) {\n      $tw.Bob.ServerHistory[message.wiki][entryIndex] = entry;\n    } else {\n      $tw.Bob.ServerHistory[message.wiki].push(entry);\n    }\n  }\n}\n\n/*\n  This is a wrapper function that takes a message that is meant to be sent to\n  all connected browsers and handles the details.\n\n  It iterates though all connections, checkis if each one is active, tries to\n  send the message, if the sending fails than it sets the connection as\n  inactive.\n\n  Note: This checks if the message is a string despite SendToBrowser also\n  checking because if it needs to be changed and sent to multiple browsers\n  changing it once here instead of once per browser should be better.\n*/\n$tw.Bob.SendToBrowsers = function (message, excludeConnection) {\n  $tw.Bob.UpdateHistory(message);\n  const messageData = $tw.Bob.Shared.createMessageData(message);\n\n  $tw.connections.forEach(function (connection, ind) {\n    if((ind !== excludeConnection) && connection.socket) {\n      if(connection.socket.readyState === 1 && (connection.wiki === message.wiki || !message.wiki)) {\n        $tw.Bob.Shared.sendMessage(message, connection.index, messageData);\n      }\n    }\n  })\n}\n\n/*\n  This function sends a message to a single connected browser. It takes the\n  browser connection object and the stringifyed message as input.\n  If any attempt fails mark the connection as inacive.\n\n  On the server side the history is a bit more complex.\n  There is one history of messages sent that has the message ids, each\n  connection has a list of message ids that are still waiting for acks.\n*/\n$tw.Bob.SendToBrowser = function (connection, message) {\n  if(connection) {\n    $tw.Bob.UpdateHistory(message);\n    const messageData = $tw.Bob.Shared.createMessageData(message);\n    if(connection.socket) {\n      if(connection.socket.readyState === 1 && (connection.wiki === message.wiki || !message.wiki)) {\n        $tw.Bob.Shared.sendMessage(message, connection.index, messageData);\n      }\n    }\n  }\n}\n\n/*\n  This disconnects all connections that are for a specific wiki. this is used\n  when unloading a wiki to make sure that people aren't trying to interact\n  with a disconnected wiki.\n*/\n$tw.Bob.DisconnectWiki = function (wiki) {\n  $tw.connections.forEach(function(connectionIndex) {\n    if(connectionIndex.wiki === wiki) {\n      if(connectionIndex.socket !== undefined) {\n        // Close the websocket connection\n        connectionIndex.socket.terminate();\n      }\n    }\n  })\n}\n\n/*\n    This checks to see if a wiki has no connected sockets and if not it unloads\n    the wiki.\n  */\n  $tw.Bob.PruneConnections = function () {\n    if($tw.settings.autoUnloadWikis === \"true\") {\n      $tw.connections.forEach(function(connection) {\n        if(connection.socket !== undefined) {\n          if(connection.socket.readyState !== 1) {\n            //$tw.nodeMessageHandlers.unloadWiki({wikiName: connection.wiki});\n            connection.socket.terminate();\n            connection.socket = undefined;\n          }\n        }\n      })\n    }\n  }\n\nmodule.exports = ServerSide\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/SetName": {
            "title": "$:/plugins/OokTech/Bob/SetName",
            "tags": "$:/tags/SideBarSegment",
            "list-after": "$:/core/ui/SideBarSegments/site-subtitle",
            "text": "<$list\n  filter='[[$:/WikiSettings/split]getindex[persistentUsernames]match[yes]]'\n  variable=unused\n>\n  <$list\n    filter='[[$:/status/UserName]!has[text]][[$:/state/AddUserName]field:text[yes]] +[limit[1]]'\n    emptyMessage=\"\"\"Current User: {{$:/status/UserName}} <$button class='tc-btn-invisible'>{{$:/core/images/edit-button}}<$action-setfield $tiddler='$:/state/AddUserName' text='yes'/></$button>\"\"\"\n  >\n    <$edit-text\n      tiddler='$:/status/UserName'\n      tag='input'\n      placeholder='username'\n      class='tc-edit-texteditor'\n      default=''\n    />\n    <$button\n      class='tc-btn-invisible'\n    >\n      {{$:/core/images/save-button}}\n      <$action-setfield\n        $tiddler='$:/state/AddUserName'\n        text='no'\n      />\n      <$action-setcookie\n        name=\"userName\"\n        value={{$:/status/UserName}}\n      />\n    </$button>\n  </$list>\n</$list>\n"
        },
        "$:/plugins/OokTech/Bob/SharedFunctions.js": {
            "title": "$:/plugins/OokTech/Bob/SharedFunctions.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/SharedFunctions.js\ntype: application/javascript\nmodule-type: library\n\nThis has some functions that are needed by Bob in different places.\n\n\\*/\n(function () {\n\n  /*jslint node: true, browser: true */\n  /*global $tw: false */\n  \"use strict\";\n\n  // Export name and synchronous status\n  exports.name = \"web-sockets-setup\";\n  exports.platforms = [\"browser\", \"node\"];\n  exports.after = [\"render\"];\n  exports.synchronous = true;\n\n  let Shared = {};\n  let idNumber = 0;\n\n  $tw.Bob = $tw.Bob || {};\n  $tw.Bob.MessageQueue = $tw.Bob.MessageQueue || [];\n  $tw.connections = $tw.connections || [];\n  $tw.settings.advanced = $tw.settings.advanced || {};\n  let messageQueueTimer = false;\n\n  /*\n    This is used to parse cookie strings, both on the server and in the browser.\n  */\n  $tw.Bob.getCookie = function(cookie, cname) {\n    cookie = cookie || \"\"\n    const name = cname + \"=\";\n    const ca = cookie.split(';');\n    for(let i = 0; i <ca.length; i++) {\n      let c = ca[i];\n      while (c.charAt(0) == ' ') {\n        c = c.substring(1);\n      }\n      if(c.indexOf(name) == 0) {\n        return c.substring(name.length, c.length);\n      }\n    }\n    return false;\n  }\n\n  /*\n    This function takes two tiddler objects and returns a boolean value\n    indicating if they are the same or not.\n  */\n  Shared.TiddlerHasChanged = function (tiddler, otherTiddler) {\n    if(!otherTiddler) {\n      return true;\n    }\n    if(!tiddler) {\n      return true;\n    }\n    if(!otherTiddler.fields && tiddler.fields) {\n      return true;\n    }\n    if(!tiddler.fields && otherTiddler.fields) {\n      return true;\n    }\n    const hash1 = tiddler.hash || $tw.Bob.Shared.getTiddlerHash(tiddler);\n    const hash2 = otherTiddler.hash || $tw.Bob.Shared.getTiddlerHash(otherTiddler);\n    return hash1 !== hash2;\n  };\n\n  Shared.getMessageToken = function(connectionIndex) {\n    if($tw.browser) {\n      // In the browser we check if the token is still valid and if so attach\n      // it to the message, otherwise don't send a token.\n      if(localStorage.getItem('token-eol') > Date.now()) {\n        return localStorage.getItem('ws-token');\n      }\n    } else if($tw.node) {\n      // Use the connection index to get the token\n    }\n  }\n\n  /*\n    messageQueue [messageData]\n    messageData {\n      message: message,\n      time: original sending timestamp,\n      ctime: the time when all active connections have given an ack (for pruning old messages)\n      id: messageId,\n      ack: ackObject,\n      title: tidTitle,\n      type: messageType\n    }\n    ackObject {\n      index: ackReceived,\n      index2: ackReceived2\n    }\n\n    message - the json object that is actually sent as the message.\n    time - the time the messageData is created\n    id - the message id (should be unique per-session)\n    ack - an object that holds each connection that the message is sent to and\n      if an ack has been received or not yet\n    title - for messages that refer to a tiddler this is the tiddler title,\n      otherwise it is undefined.\n    type - the message type\n\n    // Add token stuff here const token = localStorage.getItem('ws-token');s\n\n    for the ackObject the index is the connection index and ackReceived is a\n    boolean indicating if the ack has been received yet or not.\n  */\n  Shared.createMessageData = function (message) {\n    //const id = message.id || makeId();\n    const id = makeId()\n    message.id = id;\n    message.token = $tw.Bob.Shared.getMessageToken();\n    let title = undefined;\n    if(['saveTiddler', 'deleteTiddler', 'editingTiddler', 'cancelEditingTiddler'].indexOf(message.type) !== -1) {\n      message.tiddler = JSON.parse(JSON.stringify(message.tiddler));\n      title = message.tiddler.fields.title;\n      message.tiddler.hash = $tw.Bob.Shared.getTiddlerHash(message.tiddler);\n    }\n    let messageData = {\n      message: message,\n      id: id,\n      time: Date.now(),\n      type: message.type,\n      title: title,\n      ack: {},\n      wiki: message.wiki\n    };\n    return messageData;\n  }\n\n  /*\n    This function checks the message queue to see if anything should be done.\n\n    It first checks to see if there are any messages in the message queue, if\n    not than it does nothing other than removing the timer to recheck the\n    queue. The timer is restarted elsewhere if a message is sent.\n\n    It then prunes the message queue, removing any messages that have been\n    send and acknoweldeged so there is nothing more to do with them.\n\n    It then checks any remaining messages to check if there are any that are\n    older than 500ms.\n    These messages are assumed to have been missed by the other end and are\n    resent.\n\n    If the queue isn't empty the timeout is reset for this function to run\n    again in 500ms\n  */\n  function checkMessageQueue() {\n    // If the queue isn't empty\n    if($tw.Bob.MessageQueue.length > 0) {\n      // Remove messages that have already been sent and have received all\n      // their acks and have waited the required amonut of time.\n      $tw.Bob.MessageQueue = pruneMessageQueue($tw.Bob.MessageQueue);\n      // Check if there are any messages that are more than 500ms old and have\n      // not received the acks expected.\n      // These are assumed to have been lost and need to be resent\n      const oldMessages = $tw.Bob.MessageQueue.filter(function(messageData) {\n        if(Date.now() - messageData.time > $tw.settings.advanced.localMessageQueueTimeout || 500) {\n          return true;\n        } else {\n          return false;\n        }\n      });\n      oldMessages.forEach(function (messageData) {\n        // If we are in the browser there is only one connection, but\n        // everything here is the same.\n        const targetConnections = $tw.node?(messageData.wiki?$tw.connections.filter(function(item) {\n          return item.wiki === messageData.wiki\n        }):[]):[$tw.connections[0]];\n        targetConnections.forEach(function(connection) {\n          _sendMessage(connection, messageData)\n        });\n      });\n      if(messageQueueTimer) {\n        clearTimeout(messageQueueTimer);\n      }\n      messageQueueTimer = setTimeout(checkMessageQueue, $tw.settings.advanced.localMessageQueueTimeout || 500);\n    } else {\n      clearTimeout(messageQueueTimer);\n      messageQueueTimer = false;\n    }\n  }\n\n  function _sendMessage(connection, messageData) {\n    const index = connection.index;\n    // Here make sure that the connection is live and hasn't already\n    // sent an ack for the current message.\n    if(connection.socket !== undefined) {\n      if(!messageData.ack[index] && connection.socket.readyState === 1) {\n        // We have a slight delay before sending saveTiddler messages,\n        // this is because if you send them right away than you have\n        // trouble with fields that are edited outside the tiddler edit\n        // view (like setting the site title or subtitle) because a\n        // message is sent on each key press and it creates race\n        // conditions with the server and which was the last message can\n        // get confused and it can even get stuck in infinite update\n        // loops.\n        if(messageData.type === 'saveTiddler' && $tw.browser) {\n          // Each tiddler gets a timer invalidate the timer and reset it\n          // each time we get a saveTiddler message for a tiddler\n          clearTimeout($tw.Bob.Timers[messageData.title]);\n          // then reset the timer\n          $tw.Bob.Timers[messageData.title] = setTimeout(function() {\n            connection.socket.send(JSON.stringify(messageData.message));\n          }, $tw.settings.advanced.saveTiddlerDelay || 200);\n        } else {\n          connection.socket.send(JSON.stringify(messageData.message));\n        }\n      }\n    }\n  }\n\n  /*\n    This returns a new id for a message.\n    Messages from the browser have ids that start with b, messages from the\n    server have an idea that starts with s.\n  */\n  function makeId() {\n    idNumber = idNumber + 1;\n    const newId = ($tw.browser?'b':'s') + idNumber;\n    return newId;\n  }\n\n  /*\n    This takes a new message and a message queue.\n\n    It returns an updated queue that has any messages made irrelevant by the\n    new message removed.\n\n    Irrelevant messages are defined as:\n\n    - Any saveTiddler or deleteTiddler message make any previous saveTiddler,\n      deleteTiddler, editingTiddler or cancelEditingTiddler messages for the\n      same tiddler irrelevant.\n    - Any editingTiddler or cancelEditingTiddler messages make any previous\n      editingTiddler or cancelEditingTiddler messages for the same tiddler\n      irrelevant.\n    - Finally a message that is an exact duplicate of a previous message\n      overrides the previous message.\n\n    For example if there are two save tiddler messages for the same tiddler one\n    right after the other the first message is not important because the second\n    one will overwirte whatever the first one does. Therefore the first message\n    can safely be dropped.\n    Alternately, any number of 'saveTiddler' messages can be ignored if the\n    tiddler in question is deleted by a later enqueued message.\n  */\n  Shared.removeRedundantMessages = function (messageData, queue) {\n    // Get a list of any duplicate messages or any that are now redundant\n    // because of the new message.\n    const duplicateIndicies = queue.map(function(item, index) {\n      // Messages with the same id are the same message and not considered\n      // redudant here. There are other checks to make sure that the same\n      // message isn't enqueued twice.\n      // This is needed here or we lose the ack state of our connections if we\n      // send the same message to multiple connections.\n      if(messageData.id === item.id) {\n        return -1;\n      }\n      // A delete or save tiddler message overrules any delete, save, editing\n      // or cancel editing messages for the same tiddler.\n      if(['deleteTiddler', 'saveTiddler'].includes(messageData.type) && ['deleteTiddler', 'editingTiddler', 'cancelEditingTiddler', 'saveTiddler'].includes(item.type)) {\n        if(messageData.title === item.title) {\n          return index;\n        }\n      }\n      // An editingTiddler or cancelEditingTiddler message overrides any\n      // previous editingTiddler or cancelEditingTiddler messages.\n      if(['editingTiddler', 'cancelEditingTiddler'].includes(messageData.type) && ['editingTiddler', 'cancelEditingTiddler'].includes(item.type)) {\n        if(messageData.title === item.title) {\n          return index;\n        }\n      }\n      // Finally if it isn't any of the basic messages check to see if the\n      // message is a direct duplicate of an existing message.\n      // match lists all the keys in message that don't have the same value in\n      // item.message and all the keys in item.message that don't have the same\n      // value in message.\n      // If match has any elements in it than they are different messages.\n      const match = Object.keys(messageData.message).filter(function(key) {\n        return (messageData.message[key] !== item.message[key])\n      }).concat(Object.keys(item.message).filter(function(key) {\n        return (messageData.message[key] !== item.message[key])\n      }));\n      if(match.length === 0) {\n        return index;\n      }\n      // If none of the above returned than there is no match.\n      return -1;\n    }).filter(function(item) {return item > -1;});\n    // Remove the messages that are overruled by the new message.\n    const outQueue = queue.filter(function(item, index) {\n      if(duplicateIndicies.indexOf(index) !== -1) {\n        if($tw.browser) {\n          const receivedAck = new CustomEvent('handle-ack', {bubbles: true, detail: item.id})\n          $tw.rootWidget.dispatchEvent(receivedAck)\n        }\n        return false\n      } else {\n        return true\n      }\n      return duplicateIndicies.indexOf(index) < 0;\n    });\n    // return the new queue\n    return outQueue;\n  }\n\n  /*\n    This checks if a message is eligable to be sent and returns a boolean value\n    true means the message should be sent or stored and false means it\n    shouldn't.\n\n    This checks:\n\n    - If the wiki listed on the connection is the same as the wiki the message\n      is for, or if it is in the browser, or if there is no wiki listed\n    - If the tiddler the message is about is in the exclude list\n    - If the message is either saveTiddler, deleteTiddler, editingTiddler or\n      cancelEditingTiddler and there is a newer saverTiddler or deleteTiddler\n      message for the same tiddler in the queue than ignore the message\n    - If the message is either editingTiddler or cancelEditingTiddler and there\n      is a newer saveTiddler, deleteTiddler, editingTiddler or\n      cancelEditingTiddler message for the same tiddler in the queue than\n      ignore the message\n    - If the message is a saveTiddler message and there is another saveTiddler\n      message for the same tiddler and the tiddler hasn't changed ignore the\n      message\n  */\n  Shared.messageIsEligible = function (messageData, connectionIndex, queue) {\n    let send = false;\n    if($tw.node && messageData.message.wiki) {\n      $tw.ServerSide.loadWiki(messageData.message.wiki, nextBit());\n    } else {\n      nextBit();\n    }\n    function nextBit() {\n      // Make sure that the connectionIndex and queue exist. This may be over\n      // paranoid\n      connectionIndex = connectionIndex || 0;\n      queue = queue || [];\n      // Start out saying that a message shouldn't be sent\n      // Make sure that the tags field is an array so it fits what is expected\n      if(messageData.type === 'saveTiddler') {\n        messageData.message.tiddler = $tw.Bob.Shared.normalizeTiddler(messageData.message.tiddler)\n      }\n      // Only send things if the message is meant for the wiki or if the browser\n      // is sending a message to the server. No wiki listed in the message means\n      // it is a general message from the browser to all wikis.\n      if(messageData.message.wiki === $tw.connections[connectionIndex].wiki || $tw.browser || !messageData.message.wiki) {\n        let ignore = false;\n        // Ignore saveTiddler, deleteTiddler and editingTiddler messages for\n        // tiddlers that are listed by the sync exclude filter.\n        // We do not ignore cancelEditingTiddler messages because they are sent\n        // with draft tiddler titles which would be ignored, but that prevents\n        // the lock from being removed from the non-draft tiddler.\n        let list = [];\n        if(['deleteTiddler', 'saveTiddler', 'editingTiddler'].indexOf(messageData.type) !== -1) {\n          if($tw.node) {\n            if(!messageData.message.wiki) {\n              // TODO fix this terrible workaround\n              list = []\n            } else {\n              list = $tw.Bob.Wikis[messageData.message.wiki].wiki.filterTiddlers($tw.Bob.ExcludeFilter);\n            }\n          } else {\n            list = $tw.wiki.filterTiddlers($tw.Bob.ExcludeFilter);\n          }\n          if(list.indexOf(messageData.title) !== -1) {\n            ignore = true;\n          }\n        }\n        if(!ignore) {\n          // If the new message is one of these types for a tiddler and the\n          // timestamp of the queued message is newer than the current message\n          // ignore the new message\n          const nonMultipleMessageTypes = ['deleteTiddler', 'saveTiddler', 'editingTiddler', 'cancelEditingTiddler', 'setViewableWikis', 'listTiddlers', 'setLoggedIn', 'updateEditingTiddlers'];\n          if(nonMultipleMessageTypes.indexOf(messageData.type) !== -1) {\n            // Look at each queued message\n            queue.forEach(function(queuedMessageData){\n              // If the queued message has one of these types\n              if(nonMultipleMessageTypes.indexOf(queuedMessageData.type) !== -1) {\n                // if the queued message is newer than the current message ignore\n                // the current message\n                if(queuedMessageData.title === messageData.title && queuedMessageData.timestamp > messageData.timestamp) {\n                  ignore = true;\n                }\n              }\n            })\n          }\n        }\n        if(!ignore) {\n          // If the new message is one of these types for a tiddler and the\n          // timestamp of the queued message is newer than the current message\n          // ignore the new message\n          if(['editingTiddler', 'cancelEditingTiddler'].indexOf(messageData.type) !== -1) {\n            // Look at each queued message\n            queue.forEach(function(queuedMessageData){\n              // If the queued message has one of these types\n              if(['editingTiddler', 'cancelEditingTiddler'].indexOf(queuedMessageData.type) !== -1) {\n                // if the queued message is newer than the current message ignore\n                // the current message\n                if(queuedMessageData.title === messageData.title && queuedMessageData.timestamp > messageData.timestamp) {\n                  ignore = true;\n                }\n              }\n            })\n          }\n        }\n        if(!ignore) {\n          // Ignore saveTiddler messages if there is already a saveTiddler\n          // message in the queue for that tiddler and the tiddler is the same in\n          // both messages.\n          if(messageData.type === 'saveTiddler') {\n            queue.forEach(function(message, messageIndex) {\n              if(message.type === 'saveTiddler' && message.title === messageData.title) {\n                if(!$tw.Bob.Shared.TiddlerHasChanged(messageData.message.tiddler, queue[messageIndex].message.tiddler)) {\n                  ignore = true;\n                }\n              }\n            })\n          }\n        }\n        if(!ignore) {\n          send = true;\n        }\n      }\n      return send;\n    }\n    return send;\n  }\n\n  /*\n    This sends the message described by messageData to the connection indicated by connectionIndex, if appropriate.\n\n    First the message is checked to make sure it is eligible to be send using\n    Shared.messageIsEligible, if it isn't than nothing is sent but the messageQueue timer is still reset.\n\n    If the message is eligible to be sent than the message queue is checked any\n    any existing messages that the current message makes redundant are removed\n    from the queue. Note that the same message (that is the direct duplicate\n    with the same messageId) is not removed here, if it were than the same\n    message being sent from the server to multiple browsers would overwrite the\n    ack state of each browser as the message was sent to the next one.\n\n    Then the queue is checked to see if the same message is already enqueued,\n    if so than only the ack state is updated so it is waiting for an ack from\n    the current connectionIndex. If the message is not already enqueued than\n    the ack state is updated in the messageData and it is added to the queue.\n\n    For same tiddler messages there is a short timer between the saveTiddler\n    message being queued up and being sent so that any new saveTiddler message\n    for the same tiddler overrides it. This is to prevent race conditions\n    caused by a sequence of saveTiddler messages being sent in very quick\n    succession and possibly being handled out of order by the reciving end or\n    leading to an infinite update loop.\n\n    For every other message type it is just sent.\n\n    This modifies $tw.Bob.MessageQueue as a side effect\n  */\n  Shared.sendMessage = function(message, connectionIndex, messageData) {\n    messageData = messageData || Shared.createMessageData(message)\n    if(Shared.messageIsEligible(messageData, connectionIndex, $tw.Bob.MessageQueue)) {\n      $tw.Bob.Timers = $tw.Bob.Timers || {};\n      connectionIndex = connectionIndex || 0;\n      if(messageData.message.tiddler) {\n        messageData.message.tiddler = $tw.Bob.Shared.normalizeTiddler(messageData.message.tiddler);\n      }\n\n      // Remove any messages made redundant by this message\n      $tw.Bob.MessageQueue = Shared.removeRedundantMessages(messageData, $tw.Bob.MessageQueue);\n      if($tw.browser) {\n        // Check to see if the token has changed\n        $tw.Bob.MessageQueue = removeOldTokenMessages($tw.Bob.MessageQueue);\n      }\n      // If the message is already in the queue (as determined by the message\n      // id), than just add the new target to the ackObject\n      const enqueuedIndex = Object.keys($tw.Bob.MessageQueue).findIndex(function(enqueuedMessageData) {\n        return enqueuedMessageData.id === messageData.id;\n      });\n      if(enqueuedIndex !== -1) {\n        $tw.Bob.MessageQueue[enqueuedIndex].ack[connectionIndex] = false;\n      } else {\n        // If the message isn't in the queue set the ack status for the current\n        // connectionIndex and enqueue the message\n        messageData.ack[connectionIndex] = false;\n        $tw.Bob.MessageQueue.push(messageData);\n      }\n      _sendMessage($tw.connections[connectionIndex], messageData)\n    } else if($tw.browser) {\n      // If we are not sending the message then we have to emit the 'received-ack' event so that the syncer thinks it is finished.\n      const receivedAck = new CustomEvent('handle-ack', {bubbles: true, detail: messageData.id})\n      $tw.rootWidget.dispatchEvent(receivedAck)\n    }\n    clearTimeout(messageQueueTimer);\n    messageQueueTimer = setTimeout(checkMessageQueue, $tw.settings.advanced.localMessageQueueTimeout || 500);\n    return messageData;\n  }\n\n  /*\n    If the token in the queued messages changes than remove messages that use\n    the old token\n  */\n  function removeOldTokenMessages(messageQueue) {\n    let outQueue = [];\n    if(localStorage) {\n      if(typeof localStorage.getItem === 'function') {\n        const token = $tw.Bob.Shared.getMessageToken();\n        outQueue = messageQueue.filter(function(messageData) {\n          return messageData.message.token === token\n        })\n      }\n    } else {\n      outQueue = messageQueue;\n    }\n    return outQueue\n  }\n\n  /*\n    This is the function for handling ack messages on both the server and\n    browser. It is the same on both sides so it is here to prevent duplicate\n    code.\n\n    It takes a messadeData object as input and checks it against the message\n    queue. If the queue contains a message with the same id as node input\n    messageData than the ack state for the connection the ack came from is set\n    to true.\n\n    If all acks for the messageData in the queue are set to true than the ctime\n    for that messageData is set to the current time so it can be properly\n    removed later.\n  */\n  Shared.handleAck = function (data) {\n    if($tw.browser) {\n      // Events to let the syncadaptor work in the browser\n      const receivedAck = new CustomEvent('handle-ack', {bubbles: true, detail: data.id})\n      $tw.rootWidget.dispatchEvent(receivedAck)\n    }\n    if(data.id) {\n      // a quick hack to make this work\n      if($tw.browser) {\n        // The source connection is always 0 in the browser\n        data.source_connection = 0;\n      }\n      const index = $tw.Bob.MessageQueue.findIndex(function(messageData) {\n        return messageData.id === data.id;\n      })\n      if($tw.Bob.MessageQueue[index]) {\n        // Set the message as acknowledged.\n        $tw.Bob.MessageQueue[index].ack[data.source_connection] = true;\n        // Check if all the expected acks have been received\n        const complete = Object.keys($tw.Bob.MessageQueue[index].ack).findIndex(function(value){\n          return $tw.Bob.MessageQueue[index].ack[value] !== true;\n        }) === -1;\n        // If acks have been received from all connections than set the ctime.\n        if(complete && !$tw.Bob.MessageQueue[index].ctime) {\n          $tw.Bob.MessageQueue[index].ctime = Date.now();\n        }\n      }\n    }\n  }\n\n  /*\n    This takes a messageQueue as input and returns a queue with old messages\n    removed.\n\n    As part of the ack handling, once a message receives an ack from every\n    connection it is sent to the ctime is set.\n    This checks each message in the queue and if the ctime exists and is more\n    than 10000ms old than it removes the message from the returned queue.\n\n    A message is kept past the final ack because some messages can be sent\n    multiple times and things get stuck in an infinite loop if we don't detect\n    that they are duplicates.\n  */\n  function pruneMessageQueue(inQueue) {\n    inQueue = inQueue || [];\n    let token = false\n    if($tw.browser && localStorage) {\n      token = localStorage.getItem('ws-token');\n    }\n    // We can not remove messages immediately or else they won't be around to\n    // prevent duplicates when the message from the file system monitor comes\n    // in.\n    // But we don't want a huge history of messages taking up all the ram, so\n    // we set some long time to live on the message queue and remove any\n    // messages older than this TTL when we receive a new ack.\n    // remove the message with the id from the message queue\n    // try removing messages that received an ack more than 10 seconds ago.\n\n    // messageData.ack.ctime is the time that a message received all the acks\n    // it was waiting for. If it doesn't exist than it is still waiting.\n    const outQueue = inQueue.filter(function(messageData) {\n      if((token && messageData.message.token && messageData.message.token !== token) || (token && !messageData.message.token) ) {\n        // If we have a token, the message has a token and they are not the\n        // same than drop the message. (possible imposter)\n        // If we have a token and the message doesn't have a token than drop it\n        // (someone unathenticated trying to make changes)\n        // If we don't have a token and the message does than what?\n        return false\n      } else if(messageData.ctime) {\n        // if there is a ctime than check if it is more than 10000ms ago, if so\n        // remove the message.\n        if(Date.now() - messageData.ctime > 10000) {\n          return false;\n        } else {\n          return true;\n        }\n      } else {\n        return true;\n      }\n    })\n    return outQueue;\n  }\n\n  /*\n    This normalizes a tiddler so that it can be compared to another tiddler to\n    determine if they are the same.\n\n    Any two tiddlers that have the same fields and content (including title)\n    will return exactly the same thing using this function.\n\n    Fields are included in alphabetical order, as defined by the javascript\n    array sort method.\n\n    The tag field gets sorted and the list field is interpreted as a string\n    array. If either field exists but it is an empty string it is replaced with\n    an empty array.\n\n    Date fields (modified and created) are stringified.\n  */\n  Shared.normalizeTiddler = function(tiddler) {\n    let newTid = {};\n    if(tiddler) {\n      if(tiddler.fields) {\n        let fields = Object.keys(tiddler.fields) || []\n        fields.sort()\n        fields.forEach(function(field) {\n          if(field === 'list' || field === 'tags') {\n            if(Array.isArray(tiddler.fields[field])) {\n              newTid[field] = tiddler.fields[field].slice()\n              if(field === 'tags') {\n                newTid[field] = newTid[field].sort()\n              }\n            } else if(tiddler.fields[field] === '') {\n              newTid[field] = []\n            } else {\n              newTid[field] = $tw.utils.parseStringArray(tiddler.fields[field]).slice()\n              if(field === 'tags') {\n                newTid[field] = newTid[field].sort()\n              }\n            }\n          } else if(field === 'modified' || field === 'created') {\n            if(typeof tiddler.fields[field] === 'object' && tiddler.fields[field] !== null) {\n              newTid[field] = $tw.utils.stringifyDate(tiddler.fields[field]);\n            } else {\n              newTid[field] = tiddler.fields[field]\n            }\n          } else {\n            newTid[field] = tiddler.fields[field]\n          }\n        })\n        if(typeof newTid.text === 'undefined' || !newTid.text) {\n          newTid.text = '';\n        }\n      }\n    }\n    return {fields: newTid}\n  }\n\n  /*\n    This is a simple and fast hashing function that we can use to test if a\n    tiddler has changed or not.\n    This doesn't need to be at all secure, and doesn't even need to be that\n    robust against collisions, it just needs to make collisions rare for a very\n    easy value of rare, like 0.1% would be more than enough to make this very\n    useful, and this should be much better than that.\n\n    Remember that this just cares about collisions between one tiddler and its\n    previous state after an edit, not between all tiddlers in the wiki or\n    anything like that.\n  */\n  // This is a stable json stringify function from https://github.com/epoberezkin/fast-json-stable-stringify\n  function stableStringify (data, opts) {\n    if(!opts) opts = {};\n    if(typeof opts === 'function') opts = { cmp: opts };\n    let cycles = (typeof opts.cycles === 'boolean') ? opts.cycles : false;\n\n    let cmp = opts.cmp && (function (f) {\n        return function (node) {\n            return function (a, b) {\n                const aobj = { key: a, value: node[a] };\n                const bobj = { key: b, value: node[b] };\n                return f(aobj, bobj);\n            };\n        };\n    })(opts.cmp);\n\n    let seen = [];\n    return (function stringify (node) {\n        if(node && node.toJSON && typeof node.toJSON === 'function') {\n            node = node.toJSON();\n        }\n\n        if(node === undefined) return;\n        if(typeof node == 'number') return isFinite(node) ? '' + node : 'null';\n        if(typeof node !== 'object') return JSON.stringify(node);\n\n        let i, out;\n        if(Array.isArray(node)) {\n            out = '[';\n            for (i = 0; i < node.length; i++) {\n                if(i) out += ',';\n                out += stringify(node[i]) || 'null';\n            }\n            return out + ']';\n        }\n\n        if(node === null) return 'null';\n\n        if(seen.indexOf(node) !== -1) {\n            if(cycles) return JSON.stringify('__cycle__');\n            throw new TypeError('Converting circular structure to JSON');\n        }\n\n        let seenIndex = seen.push(node) - 1;\n        let keys = Object.keys(node).sort(cmp && cmp(node));\n        out = '';\n        for (i = 0; i < keys.length; i++) {\n            let key = keys[i];\n            let value = stringify(node[key]);\n\n            if(!value) continue;\n            if(out) out += ',';\n            out += JSON.stringify(key) + ':' + value;\n        }\n        seen.splice(seenIndex, 1);\n        return '{' + out + '}';\n    })(data);\n  };\n  Shared.getTiddlerHash = function(tiddler) {\n    const tiddlerString = stableStringify(Shared.normalizeTiddler(tiddler))\n    let hash = 0;\n    if(tiddlerString.length === 0) {\n        return hash;\n    }\n    for (let i = 0; i < tiddlerString.length; i++) {\n        const char = tiddlerString.charCodeAt(i);\n        hash = ((hash<<5)-hash)+char;\n        hash = hash & hash; // Convert to 32bit integer\n    }\n    return hash;\n  }\n\n  /*\n    This acknowledges that a message has been received.\n  */\n  Shared.sendAck = function (data) {\n    data = data || {};\n    if($tw.browser) {\n      const token = $tw.Bob.Shared.getMessageToken();\n      $tw.connections[0].socket.send(JSON.stringify({\n        type: 'ack',\n        id: data.id,\n        token: token,\n        wiki: $tw.wikiName\n      }));\n    } else {\n      if(data.id) {\n        if(data.source_connection !== undefined && data.source_connection !== -1) {\n          $tw.connections[data.source_connection].socket.send(JSON.stringify({\n            type: 'ack',\n            id: data.id\n          }));\n        }\n      }\n    }\n  }\n\n  module.exports = Shared;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/Styles": {
            "title": "$:/plugins/OokTech/Bob/Styles",
            "tags": "$:/tags/Stylesheet",
            "text": ".folding-list {\n  list-style: none;\n}\n\n.folding-list ul {\n  list-style: none;\n}\n\n.folding-list li {\n  list-style: none;\n}\n"
        },
        "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\TestCases.md": {
            "title": "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\TestCases.md",
            "text": "# Test Cases\n\nUntil we get some automated testing set up this is a list of tests that should\nshow at least the most common places where something may be broken.\n\nIf you create something make sure that all of the following work after your\nchanges:\n\n## Creating, deleting and editing tiddlers\n\n1. The wiki actually boots\n2. Loading the wiki in one browser doesn't crash the node process\n3. Loading the wiki in multiple browser tabs/on multiple computers doesn't\n  crash the node process.\n4. Creating a tiddler in one browser tab results in:\n  - The tiddler appearing in another already-open browser tab with the same\n    wiki open\n  - The corresponding .tid file appears on the file system\n  - Opening up the wiki in a new browser tab/browser/computer shows the new tiddler\n  - After re-loading an already open wiki the tiddler is still shown in that\n    wiki\n  - The tiddler still exists after stopping and restarting the node process and\n    then re-loading the wiki.\n5. Creating a new .tid file with the proper fields present results in:\n  - The tiddler appears in any open wikis\n  - The tiddler appears in any new wikis opened\n  - The tiddler persists after reloading an already loaded wiki\n  - The tiddler persists after stopping and restarting the node process\n6. Deleting a tiddler in one browser tab results in:\n  - The tiddler also being deleted in any other open wikis\n  - The corresponding .tid file being removed from the file system\n  - The tiddler not being present when opening a new wiki\n  - The tiddler not being present after stopping the node process and\n    restarting it\n7. Deleting a tiddler from the file system results in:\n  - The tiddler also being deleted in any other open wikis\n  - The corresponding .tid file being removed from the file system\n  - The tiddler not being present when opening a new wiki\n  - The tiddler not being present after stopping the node process and\n    restarting it\n8. Editing a tiddler in a browser:\n  - Other browser tabs etc. with the wiki show the edit button locked for that\n    tiddler while it is being edited\n  - Changes to the tiddler appear almost immediately in other browser tabs\n    after saving the changes to the tiddler.\n  - Changes to the tiddler appear on the file system\n9. Editing a tiddler on the file system:\n  - The changes appear almost immediately in any connected browsers after the\n    tiddler is saved\n  - Adding one or more tags to a tid file that doesn't already have tags listed\n    adds the tags to the tiddlers in already open wikis\n  - Removing all tags from a tid file that has one or more tags removes the\n    tags from open wikis\n10. Renaming a tiddler in the browser:\n  - Changes appear in other browser tabs\n  - The old .tid file is gone, a new .tid file with the correct name for the\n    new title is there\n11. Renaming a tiddler on the file system (by changing the title field in the\n    .tid file):\n  - The file is deleted and a new file with the correct name for the new\n    tiddler is created\n  - The new tiddler is created in all connected wikis\n  - The old tiddler is deleted from all connected wikis\n  - Changes persist in newly opened wikis or reloaded wikis (both deleting the\n    old title and creating the new one)\n12. Importing tiddlers - TODO what do we test here?\n13. Adding and removing tags\n  - In browser and on the file system\n\n## Admin Tasks\n\n1. Settings can be modified and saved correctly\n  - TODO How do we test this?\n2. Resetting the wiki paths doesn't break anything\n  - TODO how to test this?\n\n## Serving wikis\n\n1. The root wiki is served without errors\n  - TODO\n2. Child wikis are served without errors\n  - TODO\n3. Static files can be served when properly configured\n  - TODO\n\nTODO - The rest\n\n## Creating new wikis\n\nTODO - This part\n\n## Syncing on Reconnect\n\n1. Browser->Server syncing\n  - Disconnect from the server (stop the server process),\n  - create a tiddler\n  - delete a tiddler,\n  - edit a tiddler,\n  - rename a tiddler.\n  - Restart the server and open the wiki in a new tab. Then reconnect the already open wiki to the server.\n    - The created tiddler should now exist in the new wiki tab\n    - The deleted tiddler should not exist in the new wiki tab\n    - The edited tiddler should be changed in the new wiki tab\n    - The renamed tiddler should be renamed in the new tab (old name should be deleted, new name should exist)\n2. Server->Browser syncing\n  - TODO this part\n3. Conflicts should be properly shown\n  - TODO this part\n\n## Loading and Unloading Wikis\n\n1. Load the root wiki and a child wiki in a browser then unload the child wiki.\n  - The child wiki in the browser should show that it is disconnected\n  - Reloading the wiki should work\n2. Unload the root wiki from the root wiki\n  - The wiki should show that it is disconnected\n  - Reloading the wiki should work\n3. Reconnecting should do something...\n\n## Logging\n\nDuring all of the above tests make sure that there aren't any left-over debug\nmessages left in.\n",
            "type": "text/x-markdown"
        },
        "$:/plugins/OokTech/Bob/Wiki Listing": {
            "title": "$:/plugins/OokTech/Bob/Wiki Listing",
            "caption": "Wiki Listing",
            "text": "\\define thisWikiListingMakeURL() /$(WikiName)$\n\n\\define thisWikiListingMakeWikiListingTab()\n<$action-setfield\n  $tiddler='$:/plugins/OokTech/Bob/SideBarTab'\n  tags='$:/tags/SideBar'\n  text=\"\"\"{{$:/plugins/OokTech/Bob/Wiki Listing}}\"\"\"\n  caption='Wikis'\n/>\n\\end\n\n\\define thisWikiListingRemoveWikiListingTab()\n<$action-setfield\n  $tiddler='$:/plugins/OokTech/Bob/SideBarTab'\n  text=''\n/>\n<$action-deletetiddler\n  $tiddler='$:/plugins/OokTech/Bob/SideBarTab'\n/>\n\\end\n\n\\define makeWikiListing()\n<h2 style='margin:0px;padding:0px;'>Available Wikis</h2>\n<div\n  style='font-size:12px;display:inline-block;'\n>\n  <$checkbox\n    actions=<<thisWikiListingMakeWikiListingTab>>\n    uncheckactions=<<thisWikiListingRemoveWikiListingTab>>\n    tiddler='$:/settings/Bob/ListInSidebar'\n    field='text'\n    checked='yes'\n    unchecked='no'\n  >\n    List in sidebar\n  </$checkbox>\n\n  <$checkbox\n    tiddler='$:/settings/Bob/ListInSidebar'\n    field='folding'\n    checked='true'\n    unchecked='false'\n  >\n    Use folding list\n  </$checkbox>\n  <$button>\n    Update List\n    <$action-websocketmessage\n      $type='findAvailableWikis'\n      remove={{$:/settings/Bob/removemissingwikis!!text}}\n      update='true'\n      saveSettings='true'\n    />\n  </$button>\n</div>\n\n---\n\n<$list\n  filter='[[$:/settings/Bob/ListInSidebar]has[folding]get[folding]!prefix[true]limit[1]]'\n  prefix='true'\n  emptyMessage=\"\"\"<<foldingTree>>\"\"\"\n>\n  <$list\n    filter='[list[$:/state/ViewableWikis]]'\n    variable=WikiName\n    emptyMessage='No child wikis listed.'\n  >\n    <li>\n      <a\n        href=<<thisWikiListingMakeURL>>\n        target='_blank'\n      >\n        <$text\n          text=<<WikiName>>\n        />\n      </a>\n      ^^<span style='font-size:8pt;'>\n      (<$button\n        class='tc-btn-invisible'\n      >\n        Unload\n        <$action-websocketmessage\n          $type='unloadWiki'\n          wikiName=<<WikiName>>\n        />\n      </$button>)\n      </span>^^\n    </li>\n  </$list>\n</$list>\n\\end\n\n<<makeWikiListing>>\n"
        },
        "$:/plugins/OokTech/Bob/macros/getSetting.js": {
            "title": "$:/plugins/OokTech/Bob/macros/getSetting.js",
            "type": "application/javascript",
            "module-type": "macro",
            "text": "/*\nMacro to return the value of a setting in the settings json structure\n\nThis is needed because tiddlywiki doesn't support nested json objects and\nthe settings structure is faking it.\n\nThis is done relative to the tiddler given by the root parameter.\n\nTo fit with tiddlywiki as much as possible each level is separated by ##\n\n{\n  First: {\n    Second: {\n      Item: Value\n    }\n  }\n}\n\nGiven the above JSON you could use this:\n\n<<getSetting key=\"First##Second##Item\">>\n\nwhich would return Value\n\nNote that this returns the first leaf reached. If you add extra levels that\ndon't exit to the end of the key they are ignored. So in the example if you\nused First##Second##Item##this##changes##nothing than it would work the same\nway.\n\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"getSetting\";\n\nexports.params = [\n\t{name: \"key\"},\n  {name: \"root\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(key, root) {\n  if(!key) {\n    // If no key is given return an empty string.\n    return \"\";\n  } else {\n    // Split the key up into it separate parts.\n    var keys = key.split('##');\n  }\n  // If no root is given use the default.\n  if(!root) {\n    root = \"$:/WikiSettings/split\";\n  }\n  var tiddler = $tw.wiki.getTiddler(root);\n  if(!tiddler) {\n    // if the root doesn't exist return an empty string.\n    return \"\";\n  }\n  // Walk through the settings to find the desired key and return it.\n  return walk(keys, tiddler);\n};\n\n/*\nThis function walks though each property in the json from the tiddler text and\neither returns the value indicated by the next key or, if the value is a\ntiddler title in the correct form, calls itself again with the next key and\ntiddler.\n*/\nfunction walk(keys, tiddler) {\n  try {\n    var currentLevel = JSON.parse(tiddler.fields.text);\n    if(typeof currentLevel[keys[0]] === 'string') {\n      // If the current level is a tiddler holding the next nested object pass\n      // that into the walk function, otherwise return the value of the key at\n      // this level.\n      if(currentLevel[keys[0]].startsWith(tiddler.fields.title)) {\n        var newTiddler = $tw.wiki.getTiddler(currentLevel[keys[0]]);\n        keys.shift();\n        return walk(keys, newTiddler);\n      } else {\n        return currentLevel[keys[0]];\n      }\n    } else {\n      // If we run into an invalid key, or one that doesn't exist return an\n      // empty string.\n      return \"\";\n    }\n  } catch (e) {\n    // If parsing fails return an empty string.\n    return \"\";\n  }\n}\n\n})();"
        },
        "$:/plugins/OokTech/Bob/Folding Wiki Listing": {
            "title": "$:/plugins/OokTech/Bob/Folding Wiki Listing",
            "caption": "Folding Wiki Listing",
            "tags": "$:/tags/Macro",
            "text": "\\define thisFoldingWikiListingMakeState() $:/state/FoldingWikiList/$(currentTiddler)$/$(WikiPrefix)$$(WikiName)$\n\n\\define thisFoldingWikiListingMakeURL() /$(WikiPrefix)$$(WikiName)$\n\n\\define thisFoldingWikiListingMakeWikiListingTab()\n<$action-setfield\n  $tiddler='$:/plugins/OokTech/Bob/SideBarTab'\n  tags='$:/tags/SideBar'\n  text='{{$:/plugins/OokTech/Bob/Wiki Listing}}'\n  caption='Wikis'\n/>\n\\end\n\n\\define thisFoldingWikiListingRemoveWikiListingTab()\n<$action-setfield\n  $tiddler='$:/plugins/OokTech/Bob/SideBarTab'\n  text=''\n/>\n<$action-deletetiddler\n  $tiddler='$:/plugins/OokTech/Bob/SideBarTab'\n/>\n\\end\n\n\\define thisFoldingWikiListingInnerList()\n  <$list\n    filter='[subfilter<InputList>removeprefix<WikiPrefix>splitbefore<Sep>prefix<WikiName>] +[sort[]]'\n    variable=WikiName\n  >\n    <$list\n      filter=\"[<WikiName>suffix<Sep>]\"\n      variable=unused\n    >\n      <$list\n        filter=\"[<WikiName>]\"\n        variable=InnerWikiName\n      >\n        <li>\n          <!-- Button for collapsing this part -->\n          <$button\n            class='tc-btn-invisible'\n          >\n            <$reveal\n              state=<<thisFoldingWikiListingMakeState>>\n              text='show'\n              type='match'\n            >\n              {{$:/core/images/chevron-down}}\n              <$action-setfield\n                $tiddler=<<thisFoldingWikiListingMakeState>>\n                text=hide\n              />\n            </$reveal>\n            <$reveal\n              state=<<thisFoldingWikiListingMakeState>>\n              text='show'\n              type='nomatch'\n            >\n              {{$:/core/images/chevron-right}}\n              <$action-setfield\n                $tiddler=<<thisFoldingWikiListingMakeState>>\n                text=show\n              />\n            </$reveal>\n          </$button>\n          <!-- The text for the current entry -->\n          <$set\n            name=TEMP\n            filter='[<InnerWikiName>removesuffix<Sep>]'\n          >\n            <$list\n              filter=\"[subfilter<InputList>removeprefix<WikiPrefix>splitbefore<Sep>prefix<TEMP>suffix<TEMP>limit[1]]\"\n              emptyMessage=\"\"\"\n              <!-- Parts of paths to wikis that aren't wiki names -->\n              <<__notexist__>>\n              \"\"\"\n              variable=unused\n            >\n              <!-- Wikis that exist and are part of paths to other wikis -->\n              <<__exist__>>\n            </$list>\n          </$set>\n          <!-- Recurse for the next level -->\n          <$reveal\n            state=<<thisFoldingWikiListingMakeState>>\n            text='show'\n            type='match'\n          >\n            <$set\n              name=WikiName\n              value=\"\"\n            >\n              <$set\n                name=WikiPrefix\n                filter='[<WikiPrefix>addsuffix<InnerWikiName>]'\n              >\n                <ul>\n                  <<thisFoldingWikiListingInnerList>>\n                </ul>\n              </$set>\n            </$set>\n          </$reveal>\n        </li>\n      </$list>\n    </$list>\n    <$list\n      filter='[<WikiName>!suffix<Sep>] -[subfilter<InputList>removeprefix<WikiPrefix>splitbefore<Sep>prefix<WikiName>suffix<Sep>removesuffix<Sep>]'\n      variable=WikiName\n    >\n      <li>\n      <<__exist__>>\n      </li>\n    </$list>\n  </$list>\n\\end\n\n\\define existsTemplate()\n<a\n  href=<<thisFoldingWikiListingMakeURL>>\n  target='_blank'\n>\n  <$text\n    text=<<WikiName>>\n  />\n</a>\n^^<span style='font-size:8pt;'>\n(<$button\n  class='tc-btn-invisible'\n>\n  Unload\n  <$action-websocketmessage\n    $type='unloadWiki'\n    wikiName=<<WikiName>>\n  />\n</$button>)\n</span>^^\n\\end\n\n\\define doesntExistTemplate()\n<$text\n  text=<<InnerWikiName>>\n/>\n\\end\n\n\\define foldingTree(source:'[list[$:/state/ViewableWikis]] -RootWiki' sep:'/' exist:\"<<existsTemplate>>\" notexist:\"<<doesntExistTemplate>>\")\n<$vars\n  InputList=<<__source__>>\n  Sep=<<__sep__>>\n>\n  <ul\n    class='folding-list'\n  >\n    <$list\n      filter='[subfilter<InputList>splitbefore<Sep>removesuffix<Sep>][subfilter<InputList>splitbefore<Sep>!suffix<Sep>] +[sort[]]'\n      variable=WikiName\n      emptyMessage='No child wikis listed.'\n    >\n      <$set\n        name=WikiPrefix\n        value=''\n      >\n        <<thisFoldingWikiListingInnerList>>\n      </$set>\n    </$list>\n  </ul>\n</$vars>\n\\end\n\n! Folding Tree List\n\nThis was originally made to list the different wikis that I manage with Bob.\nAnd I forgot that the core `tree` macro existed, although I needed some\nfeatures that the core macro doesn't have, like templating each entry.\n\n!! Parameters\n\n|!Name |!Description |!Default |\n|!source |The input titles to use while making the tree. To get the same output as from the core macro use `[is[system]]` |`[list[$:/state/ViewableWikis]]` |\n|!sep |The separator used to distinguish different levels of the tree. |`/` |\n|!exist |A template to use when an item in the tree exists. |`<<existsTemplate>>` |\n|!notexist |A template to use when an item in the tree doesn't exist (it is part of the path to another item) |`<<doesntExistTemplate>>` |\n\n<<foldingTree>>\n"
        },
        "$:/plugins/OokTech/Bob/readme": {
            "title": "$:/plugins/OokTech/Bob/readme",
            "caption": "readme",
            "text": "! Connecting other computers to the wiki\n\nThe wiki server ip address and port is:\n\n<pre>{{$:/ServerIP}}:{{$:/ServerIP!!port}}</pre>\n\nto connect to this wiki from another computer on the same network enter the\nabove into the address bar of a browser.\n\n! Configuration\n\nYou can configure the plugin (and possibly other things in the future) using\nthe `Bob Settings` tab in the [[$:/ControlPanel]].\n\nThese settings are available to the node process in the $tw.settings object.\n\nAfter changing any of the settings they are not saved in a way that will change\nanything until you click the `Update Settings` button. Note that some settings\nmay not take effect until you reset the server.\n\nConfiguring the host is done in the `ws-server` section. You can set the host,\nport username and password for the wiki there (see [[a note about ports|$:/plugins/OokTech/Bob/A note about ports]]).\nSome of these settings may not always be updated the way you expect when\nresetting the server using the node message. I am not exactly sure what is\ndifferent or why.\n\nThe scripts that you can run using the `runScript` websocket message are listed\nin the `scripts` section. You can also add or modify the scripts here. See [[running scripts using websocket messages|$:/plugins/OokTech/Bob/Running Scripts Using Websocket Messages]].\n\nThe other wikis you can start from this wiki are listed in the `wikis` section.\nYou can add new wikis here as well. See [[starting other wikis from within a wiki|$:/plugins/OokTech/Bob/Starting Other Wikis]].\n\n! Other Documentation\n\n<$list\n  filter='[all[tiddlers+shadows]tag[Bob Documentation]]'\n>\n  <$link\n    to=<<currentTiddler>>\n  >\n    <$view\n      field='caption'\n    >\n      <$view\n        field='title'\n      />\n    </$view>\n  </$link> - <$view field='description'/>\n  <br>\n</$list>\n"
        },
        "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\README.md": {
            "title": "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\README.md",
            "text": "# TW5-Bob\n\nBIG DISCLAMER OF DOOM - Back up your data. Do it. This has been tested but\nthere may be bugs that I don't know about. Also see notes below.\n\n## What does it do?\n\n- Multi-User support for using/editing the same wiki(s) simultaneously\n- Multi-Wiki support - run it once and serve multiple wikis\n- Create and configure new wikis from inside the root wiki\n- Export single file wikis in a variety of ways\n- Two-way real-time syncing between the browser and file system\n- All configuration can be done from inside the wiki\n- Serve external files (like images) so you can include them in your wikis\n- Allows you to run shell scripts and commands from inside the wiki\n- Can be used as a plugin library to make plugins available to other wikis (requires the TWederBob plugin on the other wikis to connect)\n- Inter-server federation. Different Bob servers can communicate to share tiddlers and as chat servers/relays\n- HTTP API for interacting with the server\n\nA lot of the documentation is in the tiddler files in the Documentation folder\nof the plugin, or in the wiki in the plugin information on the control panel.\n\n## How do I set it up?\n\n### Easiest Version (Bundled Application)\n\nTo make this more accessible to people I made it so you can download a single\nfile and then run it and everything should work. When you run it it should even\nopen the wiki in your default browser.\n\nTo do use this go here\n(https://github.com/OokTech/TW5-BobEXE) and download the\nfile for your system (BobLinux for linux, BobWin.exe for windows and\nBobOSX for mac). Then run the file.\n\n- On windows it may ask if you want to allow node through your firewall. Say\n  yes. If you have anti-virus software it will probably say that it is from an\n  untrusted developer and suggest that you don't use it.\n\nIt will create an index wiki in the same folder where you run the file, so if\nyou want you can copy the file somewhere else. If you want to move it after you\nhave run it the first time just be sure to copy the `IndexWiki` folder to the\nsame location or it will create a new one without any changes you have made.\n\n### Manual Version\n\nIf you are familiar with using tiddlywiki on node than you just need to put\nthe plugin into your plugins folder and include it in your `tiddlywiki.info`\nfile. For the moment this plugin must be located in the `OokTech/Bob`\nsubfolder of your plugins folder and listed as `OokTech/Bob` in the\n`tiddlywiki.info` file. You start the server using the `wsserver` command\ninstead of the `server` command.\n\nAlso see <a href='./Configuration.md'>Configuration.md</a>.\n\n#### Step by step instructions (using Node)\n\nIf you want to use a fresh local install of tiddlywiki here are command line\ninstructions:\n\nClone the tiddlywiki repo and get the plugin (Only do this the first time to\ninstall everything):\n```\ngit clone --depth=1 --branch v5.1.22 https://github.com/Jermolene/TiddlyWiki5.git\ngit clone --depth=1 https://github.com/OokTech/TW5-Bob.git TiddlyWiki5/plugins/OokTech/Bob\nmkdir TiddlyWiki5/Wikis\ncp -r TiddlyWiki5/plugins/OokTech/Bob/MultiUserWiki TiddlyWiki5/Wikis/BobWiki/\n```\n\nAfter that is finished, and to start up tiddlywiki later type:\n\n```\ncd TiddlyWiki5\nnode ./tiddlywiki.js Wikis/BobWiki  --wsserver\n```\n\nIn a browser go to `127.0.0.1:8080` and the wiki should load. From here any\ntiddlers you create should have .tid files created in the\n`Wikis/BobWiki/tiddlers` folder, any edits you do to those files\nshould be immediately reflected in the browser. Open the tiddler called\n`$:/ServerIP`, if you go to the ip address listed there on port `8080` (on mine\nright now the tiddler says `192.168.0.15`, so I put `192.168.0.15:8080` in the\nbrowser of another computer on the same network to access the wiki). Now any\nchanges you make to tiddlers on one computer will be reflected almost\nimmediately on the other, and any changes you make to tiddlers or the file\nsystem will be almost immediately reflected in all connected wikis.\n\nIf you want to use the global tiddlywiki install you have to set the\nenvironment variable `TIDDLYWIKI_PLUGIN_PATH` and `TIDDLYWIKI_EDITION_PATH` to\nthe folder where you have your plugins. On OSX or Linux you open a terminal and\ntype these commands:\n\n```\nexport TIDDLYWIKI_PLUGIN_PATH=\"/path/to/your/plugins\"\nexport TIDDLYWIKI_EDITION_PATH=\"/path/to/your/editions\"\ntiddlywiki editions/BobWiki  --wsserver\n```\n\nIf you want to change settings see\n<a href='./Configuration.md'>Configuration.md</a> for information.\n\n#### Updating Bob on a manual install\n\nWhen a new version of Bob is released you can update your plugin like this.\nIf you followed the instructions above exactly than you use this. If you\ncloned the repo elsewhere than you need to cd into the folder where you\ncloned the plugin.\n\nYou can do this to make sure you have the most recent version, running this\ncommand when you already have the newest version does nothing and won't break\nanything so you can try it if you are not sure without worrying.\n\nIn a terminal type these commands:\n\n```\ncd TiddlyWiki5\ncd plugins/OokTech/Bob\ngit pull\n```\n\n#### Updating TiddlyWiki on a manual install\n\nThis is to update your version of tiddlywiki, not Bob.\n\nWhen TiddlyWiki release a new version you need to update your TiddlyWiki\nversion also. This assumes that you followed the above instructions exactly.\nIf you cloned the TiddlyWiki repo somewhere else than you have to cd into that\nfolder instead.\n\nIn a terminal type these commands:\n\n```\ncd TiddlyWiki5\ngit fetch --all --tags --prune\ngit checkout tags/v5.1.22\n```\n\nTo use future or previous versions you would change the `5.1.22` in the last\ncommand to match the version number you want to use.\n\n### Notes\n\n*NOTE 1 - .meta files:* there isn't full support for .meta files. The only\ncurrently known limitation is that when you rename either the .meta file or the\nfile it describes the changes aren't correctly reflected in the browsers.\nRenaming in the browser works as expected. Also empty .tid files are created\nfor any tiddler with a `_canonical_uri` field in addition to the .meta file.\nThis has no effect on the wiki.\n\n*NOTE 2 - command line arguments and configuration:*\nI am terrible with command line arguments.\nTo prevent the need to have 10 or 15 command line arguments in order to fully\nconfigure a wiki I instead added a `settings` folder in the same folder that\nholds the `tiddlers` folder and the `tiddlywiki.info` file. Inside this folder\nthere is a `settings.json` file that you can use the configure the wiki.\nThis also lets you change the wiki's settings from within the wiki. Most of the\nsettings wouldn't take effect until the wiki server is reset, so I made a way\nto reset the wiki server from inside the wiki. You can also shutdown the wiki\nserver from inside the wiki.\n\n---\n\n## More Details\n\nHere is a more detailed list of things added or changed by this plugin\n\n- Create new wikis from an interface inside the wiki\n  - Create wikis using editions\n  - Create wikis from existing single html file wikis\n  - Create wikis using tiddlers drawn from other existing wikis\n  - Add existing node wikis so that they are served by Bob\n- Serve normal node wikis with all the features of Bob\n- Two-way real-time syncing between the browser and file system\n  - Updates the wiki in the browser immediately when any changes are made to the file system\n  - Immediately save changes to tiddlers made in the browser to the file system\n  - Syncing can ignore tiddlers based on an editable exclude filter\n  - If the browser is disconnected from the server it can reconnect when the server is accessible again and sync the changes that happened. The syncing is two-way so the browser gets any changes from the server and the server gets changes from the browser.\n    - Conflicts are displayed for you to handle.\n- Multi-User support\n  - Allows any number of people/computers/browser tabs to connect to the wiki\n    server and use or edit the same wiki(s) simultaneously.\n  - Prevents multiple people from editing the same tiddler at the same time by\n    disabling the edit button for tiddlers currently being edited\n- Multi-Wiki support, the plugin can serve multiple wikis at once, each served\n  wiki has all the features listed here.\n- Websockets!! (used on the back-end, can be used by other plugins in the\n  future)\n  - Adds a websocket interface to tiddlywiki (currently only used by this\n    plugin, a git plugin is currently being developed)\n  - Adds an action widget that allows you to send arbitrary websocket messages\n    to the server. This can be used to do things like trigger shell scripts\n    from inside the wiki.\n- Adds a new command `wsserver` that starts up a minimal http and websocket\n  server used for the real-time communication between the browser and server.\n- Adds a new command `externalserver` which starts up the wiki without a server\n  so that you can use an external server, like an expressjs server.\n- Allows you to shutdown the tiddlywiki server from the browser using a websocket message.\n- Lets you run shell scripts from inside the wiki\n- Everything is configurable from inside the wiki\n- Your connection to the server is monitored and you are warned if there is a problem\n  - If the browser disconnects from the server you can reconnect.\n  - If the server was shutdown/restarted than you need to reload the page to reconnect.\n- Serve files from the local file system (like images) so that they can be\n  used in the wiki.\n- Build a single file version of any served wikis from within the wiki.\n- Share tiddlers between the wikis using the internalFetch mechanism\n- Build single file wikis that take tiddlers from different wikis\n- Inter-server federation\n  - Chat (see below)\n  - Wiki syncing\n    - optionally using a filter to limit which tiddlers are synced\n  - fetch/push tiddlers from/to other servers\n- Chat\n  - Local chat works between different wikis/connections to the same Bob server\n  - Federated chat works between different Bob servers.\n- Plugin library\n  - The server can act as a plugin library for other wikis\n  - The library can be updated by plugin authors without having to have access to the server\n  - The library can be updated directly from github/gitlab/other git server\n- *coming soon* Exclude lists on a per-wiki and per-user basis\n- *under consideration* Security and authentication to limit access and editing\n",
            "type": "text/x-markdown"
        },
        "$:/plugins/OokTech/Bob/BobLogger.js": {
            "title": "$:/plugins/OokTech/Bob/BobLogger.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/BobLogger.js\ntype: application/javascript\nmodule-type: startup\n\nThis module creates a logger similar to the built-in tiddlywiki logger but with\nmore options specific to Bob.\n\nIt is just a stopgap until I figure out how to make the logger for the core\ntiddlywiki.\n\nLogger levels:\n\n-1 - (almost) no logging. There will still be output from loading the settings\n  because the settings for the log levels have to be loaded before they can be\n  used so they don't affect the module loading the settings.\n0 - only necessary info (like the port being used) and errors that crash the server.\n1 - basic information (wiki url paths, things that don't flood the terminal) also errors that would prevent actions from working\n2 - listing every tiddler saved, deleted, renamed, etc. and any errors that would affect operation, noticable or not.\n3 - lots of debugging information\n4 - a truly ridiculous amount of stuff\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = 'BobLogger';\nexports.after = [\"load-modules\"];\nexports.platforms = [\"node\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n  if($tw.node) {\n    $tw.ServerSide = $tw.ServerSide || require('$:/plugins/OokTech/Bob/ServerSide.js');\n    // require the fs module if we are running node\n    const fs = require(\"fs\");\n    const path = require(\"path\");\n\n    // Initialise objects\n    $tw.Bob = $tw.Bob || {};\n    $tw.settings.logger = $tw.settings.logger || {};\n    $tw.Bob.logger = $tw.Bob.logger || {};\n\n    /*\n      Set up file logging\n    */\n    if($tw.settings.logger.useFileLogging === 'yes') {\n      // Output gets written to a file\n      const basePath = $tw.ServerSide.getBasePath();\n      const outputFolder = $tw.settings.logger.outputFolder || './logs';\n      const outputBaseFileName = $tw.settings.logger.outputBaseFileName || 'Log';\n      const { Console } = require('console');\n      const timeStamp = new Date().toISOString();\n      //$tw.utils.createDirectory(path.resolve(basePath,outputFolder));\n      fs.mkdirSync(path.resolve(basePath,outputFolder), {recursive: true});\n      const outputFile = path.resolve(basePath,outputFolder,outputBaseFileName + ' - ' + timeStamp + '.log')\n      const stdout = fs.createWriteStream(outputFile);\n      let stderr = undefined;\n      if($tw.settings.logger.useSeparateErrorFile === 'yes') {\n        const outputErrorFileName = $tw.settings.logger.outputErrorFileName || 'Error';\n        const outputErrFile = path.resolve(basePath,outputFolder,outputErrorFileName + ' - ' + timeStamp + '.log')\n        const outputErrorStream = '';\n        stderr = fs.createWriteStream(outputErrFile);\n      }\n\n      const ignoreErrors = $tw.settings.logger.ignoreErrors === 'no'?false:true;\n\n      const options = {\n        stdout: stdout,\n        stderr: stderr,\n        ignoreErrors: ignoreErrors\n      };\n\n      $tw.Bob.logger.file = new Console(options);\n    }\n    if($tw.settings.logger.useBrowserLogging === 'yes') {\n      // TODO this!!\n      const browserLogTiddlerName = '$:/status/Bob/Logs'\n      const browserErrorTiddlerName = '$:/status/Bob/Errors'\n      $tw.Bob.logger.browser = {\n        log: function(/* args */){\n          // Take the message and put it into the logging tiddler\n          // The key is the timestamp, the value is the message\n          // Get the current json tiddler\n\n          // Add the new message to it\n\n          // Save the updated tiddler\n\n        },\n        error: function(/* args */){\n          // Take the message and put it into the error tiddler\n          // The key is the timestamp, the value is the message\n          // Get the current json tiddler\n\n          // Add the new message to it\n\n          // Save the updated tiddler\n\n        }\n      }\n    }\n    if($tw.settings.logger.useConsoleLogging !== 'no') {\n      $tw.Bob.logger.console = console;\n    }\n\n    // A convenience function that handles all of the logging types so you don't have to unless you have multiple enabled but only want to log something in one place.\n    $tw.Bob.logger.log = function (/* args */) {\n      let params = {}\n      $tw.settings.logger = $tw.settings.logger || {};\n      const argumentList = [].slice.apply(arguments);\n      if(arguments.length > 1) {\n        if(typeof arguments[arguments.length-1] === 'object') {\n          params = argumentList.pop();\n        }\n      }\n      if($tw.settings.logger.useFileLogging === 'yes') {\n        $tw.settings.logger.fileLogLevel = $tw.settings.logger.fileLogLevel || 2;\n        // Output gets written to a file\n        if(typeof params.level === 'undefined' || $tw.settings.logger.fileLogLevel >= params.level) {\n          $tw.Bob.logger.file.log(argumentList.join(' '));\n        }\n      }\n      if($tw.settings.logger.useBrowserLogging === 'yes') {\n        $tw.settings.logger.browserLogLevel = $tw.settings.logger.browserLogLevel || 2;\n        // Output gets written to a tiddler so it is visible in the browser\n        if(typeof params.level === 'undefined' || $tw.settings.logger.browserLogLevel >= params.level) {\n          $tw.Bob.logger.browser.log(argumentList.join(' '));\n        }\n      }\n      if($tw.settings.logger.useConsoleLogging !== 'no') {\n        $tw.settings.logger.consoleLogLevel = $tw.settings.logger.consoleLogLevel || 2;\n        // If another option isn't set than output is logged to the console\n        if(typeof params.level === 'undefined' || $tw.settings.logger.consoleLogLevel >= params.level) {\n          $tw.Bob.logger.console.log(argumentList.join(' '));\n        }\n      }\n    }\n\n    $tw.Bob.logger.error = function (/* args */) {\n      let params = {}\n      $tw.settings.logger = $tw.settings.logger || {};\n      const argumentList = [].slice.apply(arguments);\n      if(arguments.length > 1) {\n        if(typeof arguments[arguments.length-1] === 'object') {\n          params = argumentList.pop();\n        }\n      }\n      if($tw.settings.logger.useFileLogging === 'yes') {\n        $tw.settings.logger.fileLogLevel = $tw.settings.logger.fileLogLevel || 2;\n        // Output gets written to a file\n        if(typeof params.level === 'undefined' || $tw.settings.logger.fileLogLevel >= params.level) {\n          $tw.Bob.logger.file.error(argumentList.join(' '));\n        }\n      }\n      if($tw.settings.logger.useBrowserLogging === 'yes') {\n        $tw.settings.logger.browserLogLevel = $tw.settings.logger.browserLogLevel || 2;\n        // Output gets written to a tiddler so it is visible in the browser\n        if(typeof params.level === 'undefined' || $tw.settings.logger.browserLogLevel >= params.level) {\n          $tw.Bob.logger.browser.error(argumentList.join(' '));\n        }\n      }\n      if($tw.settings.logger.useConsoleLogging !== 'no') {\n        $tw.settings.logger.consoleLogLevel = $tw.settings.logger.consoleLogLevel || 2;\n        // If another option isn't set than output is logged to the console\n        if(typeof params.level === 'undefined' || $tw.settings.logger.consoleLogLevel >= params.level) {\n          $tw.Bob.logger.console.error(argumentList.join(' '));\n        }\n      }\n    }\n  }\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/AdminTab": {
            "title": "$:/plugins/OokTech/Bob/AdminTab",
            "caption": "Admin",
            "text": "\\define publicEditState() $:/state/Bob/EditWikiPermissions/public/$(currentTiddler)$\n\\define viewersEditState() $:/state/Bob/ViewersWikiPermissions/public/$(currentTiddler)$\n\\define editorsEditState() $:/state/Bob/EditorsWikiPermissions/public/$(currentTiddler)$\n\n<style>\n.tableradio {\n  width: 1em;\n}\n\n.tableradio input[type='radio'] {\n  width: 1em;\n}\n\n.edit-about-me {\n  width:100%;\n}\n</style>\n\nThis tab lets you manage the wikis you own or have access to as well as who can\nsee information about you.\nThere will be some sort of user profile setup here at some point.\n\n!! Personal Profile\n\n!!! Name<<helpButton $:/plugins/OokTech/Bob/AboutName>>: {{$:/status/UserName}}\n\n<h3> Visibility<<helpButton $:/plugins/OokTech/Bob/AboutPublicProfile>>:\n<$reveal\n  state=\"$:/state/Bob/PublicProfileOptionEdit\"\n  type=nomatch\n  text=yes\n>\n  {{$:/Bob/Profile/About!!PublicProfile}}\n  <$button\n    class='tc-btn-invisible'\n    tooltip='Edit Profile Public Status'\n    aria-label='Edit'\n  >\n    {{$:/core/images/edit-button}}\n    <$action-setfield\n      $tiddler=\"$:/state/Bob/PublicProfileOptionEdit\"\n      text='yes'\n    />\n    <$action-setfield\n      $tiddler='$:/temp/Bob/PublicProfileOption'\n      text={{$:/Bob/Profile/About!!PublicProfile}}\n    />\n  </$button>\n</$reveal>\n<$reveal\n  state=\"$:/state/Bob/PublicProfileOptionEdit\"\n  type=match\n  text=yes\n>\n  <$select\n    tiddler='$:/temp/Bob/PublicProfileOption'\n  >\n    <$list\n      filter=''\n      emptyMessage=\"<option value=''>--</option>\"\n    >\n      <option>\n        <<currentTiddler>>\n      </option>\n    </$list>\n  </$select>\n  <$button\n    class='tc-btn-invisible'\n    tooltip='Save'\n    aria-label='Save'\n  >\n    {{$:/core/images/done-button}}\n    <$action-setfield\n      $tiddler=\"$:/state/Bob/PublicProfileOptionEdit\"\n      text='no'\n    />\n    <$action-setfield\n      $tiddler=\"$:/Bob/Profile/About!!PublicProfile\"\n      text={{$:/temp/Bob/PublicProfileOption}}\n    />\n  </$button>\n  <$button\n    class='tc-btn-invisible'\n    tooltip='Cancel'\n    aria-label='Cancel'\n  >\n    {{$:/core/images/cancel-button}}\n    <$action-setfield\n      $tiddler=\"$:/state/Bob/PublicProfileOptionEdit\"\n      text='no'\n    />\n  </$button>\n</$reveal>\n</h3>\n\n<h3> About Me<<helpButton $:/plugins/OokTech/Bob/AboutAboutMe>>\n<$reveal\n  state=\"$:/state/Bob/AboutMeEdit\"\n  type=nomatch\n  text=yes\n>\n  <$button\n    class='tc-btn-invisible'\n    tooltip='Edit the About Me info'\n    aria-label='Edit'\n  >\n    {{$:/core/images/edit-button}}\n    <$action-setfield\n      $tiddler='$:/state/Bob/AboutMeEdit'\n      text='yes'\n    />\n    <$action-setfield\n      $tiddler='$:/temp/Bob/AboutMe'\n      text={{$:/Bob/Profile/About}}\n    />\n  </$button>\n</$reveal>\n<$reveal\n  state=\"$:/state/Bob/AboutMeEdit\"\n  type=match\n  text=yes\n>\n  <$button\n    class='tc-btn-invisible'\n    tooltip='Save changes'\n    aria-label='Save'\n  >\n    {{$:/core/images/done-button}}\n    <$action-setfield\n      $tiddler='$:/Bob/Profile/About'\n      text={{$:/temp/Bob/AboutMe}}\n    />\n    <$action-setfield\n      $tiddler=\"$:/state/Bob/AboutMeEdit\"\n      text=no\n    />\n  </$button>\n  <$button\n    class='tc-btn-invisible'\n    tooltip='Discard changes'\n    aria-label='Discard'\n  >\n    {{$:/core/images/cancel-button}}\n    <$action-setfield\n      $tiddler=\"$:/state/Bob/AboutMeEdit\"\n      text=no\n    />\n  </$button>\n</$reveal>\n</h3>\n\n<$reveal\n  state=\"$:/state/Bob/AboutMeEdit\"\n  type=nomatch\n  text=yes\n>\n  <$list\n    filter='[[$:/Bob/Profile/About]has[text]get[text]]'\n    emptyMessage='//No Information Given//'\n  >\n    {{$:/Bob/Profile/AboutMe}}\n  </$list>\n</$reveal>\n<$reveal\n  state=\"$:/state/Bob/AboutMeEdit\"\n  type=match\n  text=yes\n>\n  <br>\n  <$edit-text\n    tiddler='$:/temp/Bob/AboutMe'\n    class='edit-about-me'\n  />\n</$reveal>\n\n!! Owned Wikis\n\nThese are wikis you own.\nYou can set the visibility of the wiki in general, and which profiles can view\nor edit the wiki.\n\nThe visibility options are:\n\n* Public - this means that anyone can view the wiki regardless of being logged in\n* Private - this means that access must be explicitly granted for someone to be able to view the wiki\n* Logged In Only - this means that anyone who is logged in can view the wiki. This includes guest logins if they are enabled on the server.\n\nClick on a field to edit it.\n\n<table\n  style='width:100%'\n>\n  <$list\n    filter='[prefix[$:/Bob/OwnedWikis/]]'\n  >\n    <tr>\n      <th\n        style='text-align:right'\n      >\n        <$view\n          field='wiki_name'\n        />\n      </th>\n      <th\n        style='width:80%;'\n      >\n        <$reveal\n          type=nomatch\n          text=yes\n          state=<<publicEditState>>\n        >\n          <$button\n            style='width:100%;height:100%;'\n            class='tc-btn-invisible'\n            set=<<publicEditState>>\n            setTo=yes\n          >\n            ''Visibility:''\n            <$view\n              field='visibility'\n            />\n          </$button>\n        </$reveal>\n        <$reveal\n          type=match\n          text=yes\n          state=<<publicEditState>>\n        >\n          ''Visibility:''\n          <$radio\n            tiddler=<<currentTiddler>>\n            field=visibility\n            value='Public'\n            class='tableradio'\n          >\n            Public\n          </$radio>\n          <$radio\n            tiddler=<<currentTiddler>>\n            field=visibility\n            value='Private'\n            class='tableradio'\n          >\n            Private\n          </$radio>\n          <$radio\n            tiddler=<<currentTiddler>>\n            field=visibility\n            value='LoggedInOnly'\n            class='tableradio'\n          >\n            Logged In Only\n          </$radio>\n          <$button\n            set=<<publicEditState>>\n            setTo=no\n          >\n            Ok\n          </$button>\n          <$button\n            set=<<publicEditState>>\n            setTo=no\n          >\n            Cancel\n          </$button>\n        </$reveal>\n      </th>\n    </tr>\n    <tr>\n      <th\n        style='text-align:right'\n      >\n        Viewers\n      </th>\n      <td\n        style='text-align:left;width:100%'\n      >\n        <$reveal\n          type=nomatch\n          text=yes\n          state=<<viewersEditState>>\n        >\n          <$button\n            style='width:100%;height:100%;'\n            class='tc-btn-invisible'\n            set=<<viewersEditState>>\n            setTo=yes\n          >\n            <$text text={{{ [has[viewers]get[viewers]enlist[]else[No Viewers]] }}}/>\n          </$button>\n        </$reveal>\n        <$reveal\n          type=match\n          text=yes\n          state=<<viewersEditState>>\n        >\n          <$button\n            style='width:100%;height:100%;'\n            class='tc-btn-invisible'\n            set=<<viewersEditState>>\n            setTo=no\n          >\n            __something here__\n          </$button>\n        </$reveal>\n      </td>\n    </tr>\n    <tr\n      style='border-bottom:solid 2px;'\n    >\n      <th\n        style='text-align:right'\n      >\n        Editors\n      </th>\n      <td\n        style='text-align:left'\n      >\n        <$reveal\n          type=nomatch\n          text=yes\n          state=<<editorsEditState>>\n        >\n          <$button\n            style='width:100%;height:100%;'\n            class='tc-btn-invisible'\n            set=<<editorsEditState>>\n            setTo=\"yes\"\n          >\n            <$text text={{{ [has[editors]get[editors]enlist[]else[No Editors]] }}}/>\n          </$button>\n        </$reveal>\n        <$reveal\n          type=match\n          text=yes\n          state=<<editorsEditState>>\n        >\n          <$button\n            style='width:100%;height:100%;'\n            class='tc-btn-invisible'\n            set=<<editorsEditState>>\n            setTo=\"no\"\n          >\n            __something here__\n          </$button>\n        </$reveal>\n      </td>\n    </tr>\n  </$list>\n</table>\n\n!! Accessible Wikis\n\nThese are wikis you can view or edit because you were either granted permission\nto do so or they are public.\n\nIn the future you will be able to remove your own access to a wiki, although\nunless you block the person who owns the wiki they will be able to give you the\naccess again.\n\n<table\n  style='width:100%'\n>\n  <tr>\n    <th>\n      Wiki Name\n    </th>\n    <th>\n      Viewable\n    </th>\n    <th>\n      Editable\n    </th>\n  </tr>\n  <$list\n    filter='[[$:/state/ViewableWikis]contains:list[RootWiki]]'\n  >\n    <tr>\n      <th>\n        <a\n          href='/'\n        >\n          Index Wiki\n        </a>\n      </th>\n      <td>\n        Yes\n      </td>\n      <td>\n        <$list filter='[[$:/state/EditableWikis]contains:list[RootWiki]]'>Yes</$list>\n      </td>\n    </tr>\n  </$list>\n  <$list\n    filter='[list[$:/state/ViewableWikis]] -RootWiki'\n  >\n    <tr>\n      <th>\n        <a\n          href={{{ [<currentTiddler>addprefix[/]] }}}\n        >\n          <$text text=<<currentTiddler>>/>\n        </a>\n      </th>\n      <td>\n        Yes\n      </td>\n      <td>\n        <$list filter='[[$:/state/EditableWikis]contains:list<currentTiddler>]'>Yes</$list>\n      </td>\n    </tr>\n  </$list>\n</table>\n\n!! Blocked People\n\nThis will list people who are blocked and can not see anything of yours other\nthan public wikis.\nBlocked people will not be able to add you as viewers or editors of their\nwikis or, when federation is implemented, send or receive messages from you.\n\n`Not Implemented Yet`\n\n!! Missing things\n\nAt the moment there is one owner for a wiki, but you can not have multiple wiki-\nlevel administrators.\nSo one person manages a wiki for now. Later we will probably have wikis that\ncan have multiple admin accounts so they can be shared community wikis easier."
        },
        "$:/plugins/OokTech/Bob/BackupsTab": {
            "title": "$:/plugins/OokTech/Bob/BackupsTab",
            "caption": "Backups",
            "text": "\\define settingAction(name, value) <$action-updatesetting backups=\"\"\"{<<__name__>>: <<__value__>>}\"\"\"/>\n\nBob can automatically save backups of wikis.\nThe backups are saved as single file html wikis without Bob, they can be opened\nand used like a normal single file wiki.\n\nThis is a global setting and applies to all the wikis that Bob serves.\n\n<$checkbox\n  tiddler=\"$:/WikiSettings/split/backups\"\n  index=enable\n  checked=yes\n  unchecked=no\n  checkactions='<$action-updatesetting backups=\"\"\"{\"enable\": \"yes\"}\"\"\"/>'\n  uncheckactions='<$action-updatesetting backups=\"\"\"{\"enable\": \"no\"}\"\"\"/>'\n>\n  Enable backups\n</$checkbox> <<helpButton \"$:/plugins/OokTech/Bob/AboutEnableBackups\">>\n\n!! Advanced\n\nThese are advanced settings for the automatic backups.\nUnless you have a specific need that isn't addressed by the way the backups\nwork by default you shouldn't change any of this.\n\nPlease read and understand\n[[the documentation|$:/plugins/OokTech/Bob/Documentation/AutomaticBackup]]\nbefore submitting a bug report about anything in this section.\n\n<$checkbox\n  tiddler=\"$:/WikiSettings/split/backups\"\n  index=\"saveOnLoad\"\n  checked=\"yes\"\n  unchecked=\"no\"\n  checkactions=\"\"\"<$action-updatesetting backups='{\"saveOnLoad\": \"yes\"}'/>\"\"\"\n  uncheckactions=\"\"\"<$action-updatesetting backups='{\"saveOnLoad\": \"no\"}'/>\"\"\"\n>\n  Save backup when wiki is loaded\n</$checkbox> <<helpButton \"$:/plugins/OokTech/Bob/AboutSaveBackupOnLoad\">>\n\n<$checkbox\n  tiddler=\"$:/WikiSettings/split/backups\"\n  index=saveOnModified\n  checked=yes\n  unchecked=no\n  checkactions='<$action-updatesetting backups=\"\"\"{\"saveOnModified\": \"yes\"}\"\"\"/>'\n  uncheckactions='<$action-updatesetting backups=\"\"\"{\"saveOnModified\": \"no\"}\"\"\"/>'\n>\n  Trigger backup when wiki is modified\n</$checkbox>  <<helpButton \"$:/plugins/OokTech/Bob/AboutSaveBackupOnEdit\">>\n\nSave interval for backups: <$edit-text\n    tiddler='$:/state/Bob/BackupSettings'\n    field='backup_interval'\n    placeholder={{$:/WikiSettings/split/backups##backupInterval}}\n  />\n<$button>\n  Save setting\n  <$macrocall\n    $name=settingAction\n    name=backupInterval\n    value={{$:/state/Bob/BackupSetting!!backup_interval}}\n  />\n</$button> <<helpButton \"$:/plugins/OokTech/Bob/AboutBackupSaveInterval\">>\n\nBackups folder: <$edit-text\n    tiddler='$:/state/Bob/BackupSettings'\n    field='backups_folder'\n    placeholder={{$:/WikiSettings/split/backups##backupFolder}}\n  />\n<$button>\n  Save setting\n  <$macrocall\n    $name=settingAction\n    name=backupsFolder\n    value={{$:/state/Bob/BackupSetting!!backups_folder}}\n  />\n</$button> <<helpButton \"$:/plugins/OokTech/Bob/AboutBackupsFolder\">>\n\nMaximum Backups per wiki: <$edit-text\n    tiddler='$:/state/Bob/BackupSettings'\n    field='max_backups'\n    placeholder={{$:/WikiSettings/split/backups##maxBackups}}\n  />\n<$button>\n  Save setting\n  <$macrocall\n    $name=settingAction\n    name=maxBackups\n    value={{$:/state/Bob/BackupSetting!!max_backups}}\n  />\n</$button> <<helpButton \"$:/plugins/OokTech/Bob/AboutMaximumBackupsPerWiki\">>"
        },
        "$:/plugins/OokTech/Bob/CreateWikis": {
            "title": "$:/plugins/OokTech/Bob/CreateWikis",
            "caption": "Create Wikis",
            "text": "You can create new wikis here. Select the edition and then enter a name.\n\nWiki names should be able to contain any unicode characters, although there may\nbe errors in some browsers which do not support unicode urls.\nSo 💩 is a valid wiki name.\n\nSee\n[[creating new wikis|$:/plugins/OokTech/Bob/Documentation/Creating New Wikis]]\nfor more information about making wikis.\n\nCreate a wiki from\n\n<$radio\n  tiddler='$:/temp/NewWiki'\n  field='method'\n  value='edition'\n>\n  an edition\n</$radio> <<helpButton $:/plugins/OokTech/Bob/AboutCreateFromEdition>>\n<br>\n<$radio\n  tiddler='$:/temp/NewWiki'\n  field='method'\n  value='file'\n>\n  an html file\n</$radio> <<helpButton $:/plugins/OokTech/Bob/AboutCreateFromHTML>>\n<br>\n<$radio\n  tiddler='$:/temp/NewWiki'\n  field='method'\n  value='tiddlers'\n>\n  existing tiddlers\n</$radio> <<helpButton $:/plugins/OokTech/Bob/AboutCreateFromTiddlers>>\n<br>\n<$radio\n  tiddler='$:/temp/NewWiki'\n  field='method'\n  value='node'\n>\n  a node wiki\n</$radio> <<helpButton $:/plugins/OokTech/Bob/AboutCreateFromNode>>\n<br>\n<$radio\n  tiddler='$:/temp/NewWiki'\n  field='method'\n  value='duplicate'\n>\n  duplicate an existing wiki\n</$radio> <<helpButton $:/plugins/OokTech/Bob/AboutDuplicateWiki>>\n\n<$list\n  filter='[[$:/temp/NewWiki]!has[method]][[$:/temp/NewWiki]method[edition]]+[limit[1]]'\n  variable=null\n>\n  {{$:/plugins/OokTech/Bob/CreateWikiFromEdition}}\n</$list>\n\n\n<$list\n  filter='[[$:/temp/NewWiki]method[file]]'\n  variable=null\n>\n  {{$:/plugins/OokTech/Bob/CreateWikiFromFile}}\n</$list>\n\n<$list\n  filter='[[$:/temp/NewWiki]method[tiddlers]]'\n  variable=null\n>\n  {{$:/plugins/OokTech/Bob/CreateWikiFromTiddlers}}\n</$list>\n\n<$list\n  filter='[[$:/temp/NewWiki]method[node]]'\n  variable=null\n>\n  {{$:/plugins/OokTech/Bob/CreateWikiFromNode}}\n</$list>\n\n<$list\n  filter='[[$:/temp/NewWiki]method[duplicate]]'\n  variable=null\n>\n  {{$:/plugins/OokTech/Bob/DuplicateExisitingWiki}}\n</$list>\n\n<!--\n---\n\nClick this button to automatically list all wikis in your wikis folder.\nChecking the box will also remove any links to wikis that don't exist.\n\n<$button>\n  Auto-populate list from Wikis folder\n  <$action-websocketmessage\n    $type='findAvailableWikis'\n    remove={{$:/state/Bob/removemissingwikis!!text}}\n    update='true'\n    saveSettings='true'\n  />\n</$button>\n\n<$checkbox\n  tiddler='$:/state/Bob/removemissingwikis'\n  checked='true'\n  unchecked='false'\n  field='text'\n>\n  Remove links to missing wikis\n</$checkbox>\n</$reveal>\n\n<$reveal\n  type='match'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n\n  Create wiki from\n\n  <$radio\n    tiddler='$:/temp/NewWiki'\n    field='method'\n    value='edition'\n  >\n    an edition\n  </$radio>\n  <br>\n  <$radio\n    tiddler='$:/temp/NewWiki'\n    field='method'\n    value='file'\n  >\n    an html file\n  </$radio>\n  <br>\n  <$radio\n    tiddler='$:/temp/NewWiki'\n    field='method'\n    value='tiddlers'\n  >\n    existing tiddlers\n  </$radio>\n  <br>\n  <$radio\n    tiddler='$:/temp/NewWiki'\n    field='method'\n    value='node'\n  >\n    a node wiki\n  </$radio>\n\n  <$list\n    filter='[[$:/temp/NewWiki]!has[method]][[$:/temp/NewWiki]method[edition]]+[limit[1]]'\n    variable=null\n  >\n    {{$:/plugins/OokTech/Bob/CreateWikiFromEdition}}\n  </$list>\n\n\n  <$list\n    filter='[[$:/temp/NewWiki]method[file]]'\n    variable=null\n  >\n    {{$:/plugins/OokTech/Bob/CreateWikiFromFile}}\n  </$list>\n\n  <$list\n    filter='[[$:/temp/NewWiki]method[tiddlers]]'\n    variable=null\n  >\n    {{$:/plugins/OokTech/Bob/CreateWikiFromTiddlers}}\n  </$list>\n\n  <$list\n    filter='[[$:/temp/NewWiki]method[node]]'\n    variable=null\n  >\n    {{$:/plugins/OokTech/Bob/CreateWikiFromNode}}\n  </$list>\n\n---\n\n  <$button>\n    Auto-populate list\n    <$action-websocketmessage\n      $type='findAvailableWikis'\n      remove={{$:/state/Bob/removemissingwikis!!text}}\n      update='true'\n      saveSettings='true'\n    />\n  </$button>\n  <$checkbox\n    tiddler='$:/state/Bob/removemissingwikis'\n    checked='true'\n    unchecked='false'\n    field='text'\n  >\n    Remove missing wikis\n  </$checkbox>\n</$reveal>\n\n{{$:/plugins/OokTech/Bob/Wiki Listing}}\n-->\n"
        },
        "$:/plugins/OokTech/Bob/DeleteWikis": {
            "title": "$:/plugins/OokTech/Bob/DeleteWikis",
            "caption": "Delete Wikis",
            "text": "\\define updateNameActions()\n<$action-websocketmessage\n  $type='deleteWiki'\n  deleteWiki={{$:/state/DeleteWiki!!delete_wiki}}\n  deleteChildren={{$:/state/DeleteWiki!!delete_children}}\n/>\n<$action-setfield\n  $tiddler='$:/state/DeleteWiki'\n  delete_wiki=''\n  delete_children=''\n/>\n\\end\n\n<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n\n</$reveal>\n\nSelect Wiki:\n<$select\n  tiddler='$:/state/DeleteWiki'\n  field='delete_wiki'\n>\n  <option\n    value=''\n  >\n    Select Wiki\n  </option>\n  <$list\n    filter='[list[$:/state/ViewableWikis]]'\n  >\n    <option>\n      <<currentTiddler>>\n    </option>\n  </$list>\n</$select> <<helpButton $:/plugins/OokTech/Bob/AboutDeleteWikiSelect>>\n\n<$checkbox\n  tiddler='$:/state/DeleteWiki'\n  field='delete_children'\n  checked='yes'\n  unchecked='no'\n>\n  Delete Children\n</$checkbox> <<helpButton $:/plugins/OokTech/Bob/AboutDeleteWikiSelect>>\n\n<$button\n  actions=<<updateNameActions>>\n>\n  Delete Wiki\n</$button>\n"
        },
        "$:/plugins/OokTech/Bob/FederationTab": {
            "title": "$:/plugins/OokTech/Bob/FederationTab",
            "caption": "Federation",
            "text": "These are things for inter-server federation\n\n<$checkbox>\n  Enable Federation\n</$checkbox> <<helpButton \"$:/plugins/OokTech/Bob/AboutEnableFederation\">>\n\n<$checkbox>\n  Announce on the local network\n</$checkbox> <<helpButton \"$:/plugins/OokTech/Bob/AboutAnnounceOnLocalNetwork\">>\n\n<<tabs \"[all[tiddlers+shadows]tag[FederationTab]]\">>"
        },
        "$:/plugins/OokTech/Bob/FileServerSetup": {
            "title": "$:/plugins/OokTech/Bob/FileServerSetup",
            "caption": "File Server",
            "text": "\\define enableFileServerCheckActions()\n  <$list\n    filter='[[$:/WikiSettings/split]getindex[filePathRoot]]'\n    emptyMessage=\"\"\"<$action-websocketmessage\n      $type='updatesetting'\n      filePathRoot='./files'\n    />\"\"\"\n  >\n  </$list>\n  <$action-updatesetting\n    enableFileServer='yes'\n  />\n\\end\n\n\\define enableFileServerUncheckActions()\n  <$action-updatesetting\n    enableFileServer='no'\n  />\n\\end\n\n\\define saveMediaOnServerCheckActions()\n  <$action-updatesetting\n    saveMediaOnServer='yes'\n  />\n\\end\n\n\\define saveMediaOnServerUncheckActions()\n  <$action-updatesetting\n    saveMediaOnServer='no'\n  />\n\\end\n\nThese are options for how to turn on and configure the file server included in\nBob.\n\n''Big Note of Doom:'' You can, of course, set these options to whatever you\nchoose. But if you don't know what you are doing I strongly urge you to follow\nthe advice for each setting. If this is improperly configured than you could be\ngiving everyone in the coffee shop access to you tax documents and photos.\n\n''Smaller Note of Caution:'' If you have Bob setup to be accessible on the\nlocal network than any files Bob is serving are also accessible on the local\nnetwork. So be careful to not put sensitive personal information in any wikis\nand make Bob available to the local network away from your home network.\n\n---\n\n<$checkbox\n  checkactions=<<enableFileServerCheckActions>>\n  uncheckactions=<<enableFileServerUncheckActions>>\n  tiddler='$:/WikiSettings/split'\n  index='enableFileServer'\n  checked='yes'\n  unchecked='no'\n  default='no'\n>\n  Enable File Server\n</$checkbox>\n\nFiles Folder: <<helpButton $:/plugins/OokTech/Bob/AboutFilePathRoot>>\n\n<$radio\n  tiddler='$:/WikiSettings/split'\n  index='filePathRoot'\n  value='./files'\n>\n  `./files` (Default Setting)\n</$radio>\n<br>\n<$radio\n  tiddler='$:/WikiSettings/split'\n  index='filePathRoot'\n  value='cwd'\n>\n  Current Working Directory\n</$radio>\n<br>\n<$radio\n  tiddler='$:/WikiSettings/split'\n  index='filePathRoot'\n  value='homedir'\n>\n  Home Folder\n</$radio>\n\nCurrent Default Folder:\n<$reveal\n  type='nomatch'\n  state='$:/state/SetFilePathRoot'\n  text='show'\n>\n  <$view\n    tiddler='$:/WikiSettings/split'\n    index='filePathRoot'\n  />\n  <$button\n    class='tc-btn-invisible'\n    tooltip='Manualy set the file path root'\n  >\n    <$action-setfield $tiddler=\"$:/temp/SetFilePathRoot\" path={{$:/WikiSettings/split##filePathRoot}}/>\n    <$action-setfield $tiddler='$:/state/SetFilePathRoot' text='show'/>\n    {{$:/core/images/edit-button}}\n  </$button>\n</$reveal>\n<$reveal\n  type='match'\n  state='$:/state/SetFilePathRoot'\n  text='show'\n>\n  <$edit-text\n    tiddler='$:/temp/SetFilePathRoot'\n    field='path'\n    tag='input'\n  />\n  <$button\n    class='tc-btn-invisible'\n    tooltip='Save file path root'\n  >\n    {{$:/core/images/save-button}}\n    <$action-updatesetting\n      filePathRoot={{$:/temp/SetFilePathRoot}}\n    />\n    <$action-setfield $tiddler='$:/state/SetFilePathRoot' text='hide'/>\n  </$button>\n  <$button\n    class='tc-btn-invisible'\n    tooltip='Cancel'\n  >\n    {{$:/core/images/cancel-button}}\n    <$action-setfield $tiddler='$:/state/SetFilePathRoot' text='hide'/>\n  </$button>\n</$reveal>\n\n<$button>\n  Save File Path Root\n  <$action-updatesetting\n    filePathRoot={{$:/WikiSettings/split##filePathRoot}}\n  />\n</$button>\n\nNote: Enabling saving media on the server has no effect unless the file server\nis enabled. So if the checkbox above is not checked than this checkbox does\nnothing.\n\n<$checkbox\n  checkactions=<<saveMediaOnServerCheckActions>>\n  uncheckactions=<<saveMediaOnServerUncheckActions>>\n  tiddler='$:/WikiSettings/split'\n  index='saveMediaOnServer'\n  checked='yes'\n  unchecked='no'\n  default='yes'\n>\n  Save media on server\n</$checkbox> ([[what is this?|$:/plugins/OokTech/Bob/Documentation/ServerMedia]])\n\n!! Media in the FilePathRoot <<helpButton $:/plugins/OokTech/Bob/AboutListMediaInFilePathRoot>>\n\n<$button>\n  Fetch list of media in the filePathRoot folder\n  <$action-websocketmessage\n    type='listFiles'\n    folder='/files'\n  />\n</$button>\n<$button>\n  <$reveal\n    type='match'\n    state='$:/state/showFiles/files!!show'\n    text='yes'\n  >\n    Hide List\n    <$action-setfield\n      $tiddler='$:/state/showFiles/files'\n      show=no\n    />\n  </$reveal>\n  <$reveal\n    type='nomatch'\n    state='$:/state/showFiles/files!!show'\n    text='yes'\n  >\n    Show List\n    <$action-setfield\n      $tiddler='$:/state/showFiles/files'\n      show=yes\n    />\n  </$reveal>\n</$button>\n<br>\n<$reveal\n  type='match'\n  state='$:/state/showFiles/files!!show'\n  text='yes'\n>\n  <$list\n    filter='[enlist{$:/state/fileList/files!!list}]'\n  >\n    <$button>\n      <<currentTiddler>>\n      <$action-setfield\n        $tiddler=<<currentTiddler>>\n        _canonical_uri={{{ [[$:/WikiSettings/split]getindex[fileURLPrefix]addsuffix[/]addsuffix<currentTiddler>] }}}\n      />\n      <$action-navigate\n        $to=<<currentTiddler>>\n      />\n    </$button>\n  </$list>\n</$reveal>\n\n!! Serve files from additional folders <<helpbutton $:/plugins/OokTech/Bob/AboutServeMediaFromAdditionalFolders>>\n\nEnter the prefix and path you want to use, then click `Add Folder` button\n\n<table\n  style='width:100%;'\n>\n  <tr>\n    <th>\n      Prefix\n    </th>\n    <th>\n      Path\n    </th>\n  </tr>\n  <tr>\n    <td>\n      <$edit-text\n        tiddler='$:/temp/Bob/AddServedFiles'\n        field='prefix'\n      />\n    </td>\n    <td>\n      <$edit-text\n        tiddler='$:/temp/Bob/AddServedFiles'\n        field='path'\n      />\n    </td>\n  </tr>\n</table>\n\n<$button>\n  Add Folder\n  <$action-updatesetting\n    servingFiles={{{ [[{\"]addsuffix{$:/temp/Bob/AddServedFiles!!prefix}addsuffix[\":\"]addsuffix{$:/temp/Bob/AddServedFiles!!path}addsuffix[\"}]] }}}\n  />\n  <$list\n    filter=\"\"\"[[$:/temp/Bob/AddServedFiles]has[scan]scan[yes]]\"\"\"\n  >\n    and scan for media\n    <$action-websocketmessage\n      $type='mediaScan'\n      folder={{$:/temp/Bob/AddServedFiles!!path}}\n      prefix={{$:/temp/Bob/AddServedFiles!!prefix}}\n    />\n  </$list>\n  <$action-setfield\n    $tiddler='$:/temp/Bob/AddServedFiles'\n    prefix=''\n    path=''\n  />\n</$button>\n\n<$checkbox\n  tiddler='$:/temp/Bob/AddServedFiles'\n  field='scan'\n  checked='yes'\n  unchecked='no'\n>\n  Also Scan Folder\n</$checkbox>\n\n!! File Folders:\n\nThese are the additional folders that are currently serving media.\n\n<table\n  style='width:100%;'\n>\n  <tr>\n    <th\n      style='width:2em;'\n    >\n    </th>\n    <th\n      style='width:2em;'\n    >\n    </th>\n    <th>\n      Prefix\n    </th>\n    <th>\n      Path\n    </th>\n  </tr>\n  <$list\n    filter='[[$:/WikiSettings/split/servingFiles]indexes[]]'\n    variable=servePath\n  >\n    <$set\n      name=theState\n      filter='[[$:/state/servedPaths/]addsuffix[files/]addsuffix<servePath>]'\n    >\n      <tr>\n        <td>\n          <$button\n            class='tc-btn-invisible'\n          >\n            {{$:/core/images/delete-button}}\n            <$action-updatesetting\n              $remove={{{ [[servingFiles.]addsuffix<servePath>] }}}\n            />\n          </$button>\n        </td>\n        <td>\n          <$button\n            class='tc-btn-invisible'\n          >\n            <$list\n              filter='[<theState>get[show]prefix[yes]]'\n              emptyMessage=\"\"\"{{$:/core/images/preview-closed}}<$action-setfield $tiddler=<<theState>> show=yes/>\"\"\"\n            >\n              {{$:/core/images/preview-open}}\n              <$action-setfield\n                $tiddler=<<theState>>\n                show=no\n              />\n            </$list>\n          </$button>\n        </td>\n        <td>\n          <$view\n            tiddler='$:/WikiSettings/split'\n            index='fileURLPrefix'\n          />/<<servePath>>\n        </td>\n        <td>\n          <$view\n            tiddler='$:/WikiSettings/split/servingFiles'\n            index=<<servePath>>\n          />\n        </td>\n      </tr>\n      <$set\n        name=revealThing\n        filter='[<theState>addsuffix[!!show]]'\n      >\n        <$reveal\n          type='match'\n          state=<<revealThing>>\n          text=yes\n          tag=tr\n        >\n          <$list\n            filter='[{$:/WikiSettings/split##fileURLPrefix}addsuffix[/]addsuffix<servePath>]'\n            variable=path\n          >\n            <td\n              colspan=4\n              style='text-align:center;'\n            >\n              <$button>\n                Show files in <<path>>\n                <$action-websocketmessage\n                  type='listFiles'\n                  folder=<<path>>\n                />\n              </$button>\n            </td>\n          </$list>\n        </$reveal>\n        <$list\n          filter='[<theState>get[show]prefix[yes]]'\n          variable=unused\n        >\n          <$set\n            name=someTid\n            filter='[[$:/state/fileList/]addsuffix{$:/WikiSettings/split##fileURLPrefix}addsuffix[/]addsuffix<servePath>]'\n          >\n            <$set\n              name=theList\n              filter='[<someTid>get[list]]'\n            >\n              <$list\n                filter='[list<someTid>]'\n              >\n                <tr>\n                  <td\n                    colspan=4\n                  >\n                    <$button>\n                      <<currentTiddler>>\n                      <$set name=ext filter=\"[<currentTiddler>split[.]!is[blank]last[]addprefix[.]]\">\n                        <$action-setfield\n                          $tiddler=<<currentTiddler>>\n                          _canonical_uri={{{ [[$:/WikiSettings/split]getindex[fileURLPrefix]addsuffix[/]addsuffix<servePath>addsuffix[/]addsuffix<currentTiddler>] }}}\n                          type={{{ [[$:/WikiSettings/split/mimeMap]getindex<ext>] }}}\n                        />\n                      </$set>\n                      <$action-navigate\n                        $to=<<currentTiddler>>\n                      />\n                    </$button>\n                  </td>\n                </tr>\n              </$list>\n            </$set>\n          </$set>\n        </$list>\n      </$set>\n    </$set>\n  </$list>\n</table>\n\n''Note:'' Changes take effect without having to restart the server, but if you\nhave a _canonical_uri tiddler open and changing the settings here would change\nwhat is displayed than the tiddler must be closed and re-opened before you will\nsee the media.\n\n''Note 2:'' You don't need to do anything special after adding a new folder, but\nafter removing one you have to click the `Update Settings` button below or the\nchange will not take effect or be saved.\n\nAfter enabling or disabling the file server by checking or unchecking the box\nabove you must shutdown the server and then restart it before using the file\nserver.\n\nYou must also have to do this if you change the Files folder\n\nFirst click this button:\n<$button>\n  Update Settings\n  <$action-savesettings/>\n</$button>\n\nThen click this button:\n<$button>\n  Shutdown Wiki\n  <$action-websocketmessage $type=shutdownServer/>\n</$button>\n\nThen restart Bob, this is not what the 'reconnect' button is for, refresh\nthe entire page.\n\n! Advanced (Here there be Dragons)\n\n<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n\nThe file URL prefix is used to build the paths to the files on your computer.\nBob is not the same as using a single file wiki, it is a server. When you put\nin a path to a file it isn't a path on your file system, it is a url that the\nserver uses to determine how to respond.\n\nSee [[serving files|$:/plugins/OokTech/Bob/Documentation/Serving Files]] for more.\n\nChanging this may break everything and plunge the earth into a 1000 year reign\nof darkness. Or it may work just fine and cause no trouble.\n\n</$reveal>\n\nFile URL Prefix:\n<$edit-text\n  tiddler='$:/WikiSettings/split'\n  index='fileURLPrefix'\n  tag='input'\n  class='tc-edit-texteditor'\n  default='files'\n/>\n"
        },
        "$:/plugins/OokTech/Bob/ManageWikis": {
            "title": "$:/plugins/OokTech/Bob/ManageWikis",
            "caption": "Manage Wikis",
            "text": "<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n\nThese are different things you can do for managing wikis.\n\n* `Wiki Listing` shows all of the wikis that are currently available. You can display this list in the sidebar.\n* `Create Wikis` has different methods for creating or adding new wikis to Bob.\n* `Rename Wikis` lets you rename or move existing wikis.\n* `Delete Wikis` lets you delete existing wikis. This is permanent and can not be undone.\n\n</$reveal>\n\n<$checkbox\n  tiddler='$:/settings/Bob/removemissingwikis'\n  field='text'\n  checked='true'\n  unchecked='false'\n>\n  Remove missing wikis when updating list\n</$checkbox>\n\n<<tabs \"[[$:/plugins/OokTech/Bob/Wiki Listing]][[$:/plugins/OokTech/Bob/CreateWikis]][[$:/plugins/OokTech/Bob/RenameWikis]][[$:/plugins/OokTech/Bob/DeleteWikis]]\" \"$:/plugins/OokTech/Bob/Wiki Listing\">>\n"
        },
        "$:/plugins/OokTech/Bob/ControlPanelTab": {
            "title": "$:/plugins/OokTech/Bob/ControlPanelTab",
            "tags": "$:/tags/ControlPanel",
            "caption": "Bob",
            "text": "Wiki Server Address (<$reveal type='nomatch' state='$:/ServerIP!!host' text='0.0.0.0'>not </$reveal>available on local network):\n<pre>{{$:/ServerIP}}:{{$:/ServerIP!!port}}</pre>\n\nClick the ^^(?)^^ next to options for more information.\n\n<$linkcatcher\n  to='$:/state/Bob/ShowSettingTab'\n>\n\n* [[Setup This Wiki|$:/plugins/OokTech/Bob/ThisWikiTab]] - manage plugins and themes for this wiki\n* [[Backups|$:/plugins/OokTech/Bob/BackupsTab]] - enable and setup automatic backups\n* [[Wiki Management|$:/plugins/OokTech/Bob/ManageWikis]] - create, delete and rename wikis\n* [[Saver Server|$:/plugins/OokTech/Bob/SaverServer]] - enable and configure the saver for single file wikis\n* [[File Server|$:/plugins/OokTech/Bob/FileServerSetup]] - setup file server so that you can access local media files\n* [[Server Settings|$:/plugins/OokTech/Bob/ServerTab]] - logging and manual settings\n<!--* [[Federation|$:/plugins/OokTech/Bob/FederationTab]] - federated chat and set up wiki syncing between this server and other Bob servers-->\n<$reveal\n  type=match\n  state=\"$:/status/IsLoggedIn\"\n  text=yes\n  tag=\"\"\n>\n\n* [[Personal Admin|$:/plugins/OokTech/Bob/AdminTab]] - Manage your personal profile and settings for other peoples access to your wikis.\n</$reveal>\n* [[Written Documentation|$:/plugins/OokTech/Bob/Documentation/Bob Documentation]] - more details\n* [[About OokTech/Support Development|$:/plugins/OokTech/Bob/OokTechInfo]] - About the people who make Bob\n\n</$linkcatcher>\n\n<$button>\n  Download HTML version of this wiki\n  <$action-downloadwiki/>\n</$button> <<helpButton $:/plugins/OokTech/Bob/AboutDownloadHTMLVersion>>\n\n---\n\n<$list\n  filter='[{$:/state/Bob/ShowSettingTab}]'\n>\n\n  <h2>\n    <$view\n      field='caption'\n    >\n      <$view\n        field='title'\n      >\n      </$view>\n    </$view>\n  </h2>\n\n  <$transclude/>\n\n</$list>\n\n<!--\n<$reveal type='nomatch' state='$:/settings/Bob/Verbose' text='false'>\n\n  If you are comfortable with Bob and don't need long labels you can set this to `Compact Help` and remove many of the help labels to make the interface more compact.\n\n</$reveal>\n\n<$radio\n  tiddler='$:/settings/Bob/Verbose'\n  field='text'\n  value='false'\n>\n  Compact Help\n</$radio>\n<$radio\n  tiddler='$:/settings/Bob/Verbose'\n  field='text'\n  value='true'\n>\n  Verbose Help\n</$radio>\n\n<$reveal\n  type='nomatch'\n  state='$:/WikiName!!text'\n  text='RootWiki'\n>\n  <$checkbox\n    tiddler='$:/settings/Bob/DisplayOnChildWikis'\n    field='text'\n    checked='yes'\n    unchecked='no'\n  >\n    Show Full Settings\n  </$checkbox>\n</$reveal>\n\n<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n\n  See [[exporting wikis|$:/plugins/OokTech/Bob/Documentation/Exporting Wikis]] for information\n  about different ways to save or export your wikis.\n\n  This saves the wiki to the server, it doesn't download it.\n  <$button>\n    Save Single File Wiki\n    <$action-websocketmessage\n      $type='buildHTMLWiki'\n    />\n  </$button>\n\n  This downloads the current wiki as a single file wiki.\n  <$button>\n    Download Single File Version\n    <$action-downloadwiki\n    />\n  </$button>\n\n</$reveal>\n\n<$reveal type='match' state='$:/settings/Bob/Verbose' text='false'>\n\n  <$button>\n    Save HTML Wiki to Server\n    <$action-websocketmessage\n      $type='buildHTMLWiki'\n    />\n  </$button>\n  <$button>\n    Download HTML Version\n    <$action-downloadwiki\n    />\n  </$button>\n\n</$reveal>\n\n<$list\n  filter='[[$:/WikiName]text[RootWiki]][[$:/settings/Bob/DisplayOnChildWikis]text[yes]] +[limit[1]]'\n  emptyMessage=\"\"\"<<tabs \"[[$:/plugins/OokTech/Bob/ManageWikis]][[$:/plugins/OokTech/Bob/ThisWikiTab]][[$:/plugins/OokTech/Bob/ServerMessageHistory]][[$:/plugins/OokTech/Bob/SaverServer]][[$:/plugins/OokTech/Bob/OokTechInfo]]\" \"$:/plugins/OokTech/Bob/Wiki Listing\">>\"\"\"\n>\n  <<tabs \"[[$:/plugins/OokTech/Bob/ManageWikis]][[$:/plugins/OokTech/Bob/ThisWikiTab]][[$:/plugins/OokTech/Bob/ServerTab]][[$:/plugins/OokTech/Bob/FederationTab]][[$:/plugins/OokTech/Bob/SaverServer]][[$:/plugins/OokTech/Bob/BackupsTab]][[$:/plugins/OokTech/Bob/Documentation/Bob Documentation]][[$:/plugins/OokTech/Bob/OokTechInfo]]\" \"$:/plugins/OokTech/Bob/ManageWikis\">>\n</$list>\n-->\n"
        },
        "$:/plugins/OokTech/Bob/ThisWikiTab": {
            "title": "$:/plugins/OokTech/Bob/ThisWikiTab",
            "caption": "This Wiki",
            "text": "!!! Options that are specific to this wiki. They don't affect any other wikis.\n\n\n<$button>\n  Unload Wiki\n  <$action-websocketmessage\n    $type='unloadWiki'\n    wikiName={{$:/WikiName}}\n  />\n</$button> <<helpButton \"$:/plugins/OokTech/Bob/AboutUnloadWiki\">>\n\n<$checkbox\n  tiddler='$:/WikiSettings/split'\n  index='persistentUsernames'\n  actions=\"<$action-updatesetting persistentUsernames={{$:/WikiSettings/split##persistentUsernames}}/>\"\n  checked=\"yes\"\n  unchecked=\"no\"\n  default=\"no\"\n>\n  Use Persistent Usernames\n</$checkbox> <<helpButton \"$:/plugins/OokTech/Bob/AboutPersistentUsernames\">>\n\nYou can set which plugins and themes are installed on this wiki here.\nInstalling plugins this way is not the same as dragging and dropping plugins\ninto the wiki, this can not remove plugins you have added that way, you have to\ndelete the plugin tiddlers. Deleting the plugin tiddlers for plugins installed\nusing this interface will not remove them, they have to be removed using this\ninterface.\n\n<<tabs \"[[$:/plugins/OokTech/Bob/SelectPlugins]][[$:/plugins/OokTech/Bob/SelectThemes]]\" \"$:/plugins/OokTech/Bob/SelectPlugins\">>\n"
        },
        "$:/plugins/OokTech/Bob/ServerTab": {
            "title": "$:/plugins/OokTech/Bob/ServerTab",
            "caption": "Server",
            "text": "\\define checkActions()\n  <$action-updatesetting\n    suppressBrowser='yes'\n  />\n\\end\n\n\\define uncheckActions()\n<$action-updatesetting\n  suppressBrowser='no'\n/>\n\\end\n\\define toggleLazyLoadingCheckActions()\n  <$action-updatesetting\n    ws-server='{\"rootTiddler\":\"$:/core/save/lazy-all\"}'\n  />\n\\end\n\n\\define toggleLazyLoadingUncheckActions()\n  <$action-updatesetting\n    ws-server='{\"rootTiddler\":\"$:/core/save/all\"}'\n  />\n\\end\n\n\\define checkFileMonitor()\n  <$action-updatesetting\n    disableFileWatchers='yes'\n  />\n\\end\n\n\\define uncheckFileMonitor()\n  <$action-updatesetting\n    disableFileWatchers='no'\n  />\n\\end\n\n<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n\n  These are actions that affect the server and may affect all wikis served.\n\n</$reveal>\n\n<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n\n  Checking this box will keep BobEXE from opening the index wiki in the browser\n  automatically each time it is started.\n\n</$reveal>\n\n<$checkbox\n  checkactions=<<checkActions>>\n  uncheckactions=<<uncheckActions>>\n  tiddler='$:/WikiSettings/split'\n  index='suppressBrowser'\n  checked='yes'\n  unchecked='no'\n  default='yes'\n>\n  Automatically open browser when ~BobEXE starts\n</$checkbox>\n\n<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n  This button takes any embedded images or other media that are already in the\n  wiki and save them in the files folder and replace the embedded media with\n  tiddlers that use a `_canonical_uri` field to embed the external media. This\n  is a one-time process and only for the current wiki, other wikis are\n  unaffected.\n</$reveal>\n\n<$button>\n  Make Images External\n  <$action-websocketmessage\n    $type='makeImagesExternal'\n    storeIn={{$:/state/ExternaliseImages/storeIn}}\n  />\n</$button>\n<$checkbox\n  tiddler='$:/state/ExternaliseImages/storeIn'\n  checked='true'\n  unchecked='false'\n>\n  Store specific to wiki\n</$checkbox>\n\nSee [[big note of DOOM|$:/plugins/OokTech/Bob/Documentation/BigNoteOfDoom]] before doing this.\n\n<$reveal type='nomatch' state='$:/ServerIP!!host' text='0.0.0.0'>\n\nTo make Bob available on the local network:\n\n# Read the [[big note of DOOM|$:/plugins/OokTech/Bob/Documentation/BigNoteOfDoom]]\n# click the `Make wikis available on the local network` button\n# click the `Shutdown Wiki` button\n# Close this tab\n# Restart Bob (or BobEXE)\n\n<$button>\n  <$action-updatesetting\n    ws-server='{\"host\": \"0.0.0.0\"}'\n  />\n  Make wikis available on the local network\n</$button>\n\n</$reveal>\n\n<$reveal\n  type='match'\n  state='$:/ServerIP!!host'\n  text='0.0.0.0'\n>\n\nTo make Bob available only on the computer running Bob or BobEXE:\n\n# first click the `Make wikis available only on this computer` button\n# click the `Shutdown Wiki` button\n# Close this tab\n# Restart Bob (or BobEXE)\n\n<$button>\n  <$action-updatesetting\n    ws-server='{\"host\": \"127.0.0.1\"}'\n  />\n  Make wikis available only on this computer\n</$button>\n\n</$reveal>\n\n<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n  Checking this will enable lazy loading.\n  Lazy loading only loads the tiddler metadata for tiddlers that haven't been\n  used yet.\n  This can make a wiki load faster if there are a lot of tiddlers that have a\n  lot of text.\n\n  See [ext[https://tiddlywiki.com/#LazyLoading]] for more information.\n\n  Changes to this setting will not take effect until you reload the wiki.\n  You do not have to restart Bob, just reload the browser tab.\n</$reveal>\n\n<$checkbox\n  checkactions=<<toggleLazyLoadingCheckActions>>\n  uncheckactions=<<toggleLazyLoadingUncheckActions>>\n  tiddler='$:/WikiSettings/split/ws-server'\n  index='rootTiddler'\n  checked='$:/core/save/lazy-all'\n  unchecked='$:/core/save/all'\n  default='$:/core/save/all'\n>\n  Enable Lazy Loading\n</$checkbox>\n\n<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n  Checking this will disable the file watchers. This means that changes made to\n  the .tid files on the file system will not be pushed to the browser. This\n  means that adding or removing tiddlers using something other than the browser\n  will not have any effect on the wiki in the browser until it is unloaded and\n  reloaded or Bob is restarted.\n</$reveal>\n\n<$checkbox\n  checkactions=<<checkFileMonitor>>\n  uncheckactions=<<uncheckFileMonitor>>\n  tiddler='$:/WikiSettings/split'\n  index='disableFileWatchers'\n  checked='yes'\n  unchecked='no'\n  default='no'\n>\n  Disable File System Monitor\n</$checkbox>\n\n\nWARNING: This button will shutdown the wiki server. None of the wikis will be\navailable until it is restarted.\n\n<$button>\n  Shutdown Wiki\n  <$action-websocketmessage\n    $type=shutdownServer\n  />\n</$button>\n\n<<tabs \"[[$:/plugins/OokTech/Bob/ManualSettingsTab]][[$:/plugins/OokTech/Bob/FetchPlugins]][[$:/plugins/OokTech/Bob/FileServerSetup]][[$:/plugins/OokTech/Bob/ServerMessageHistory]]\" \"$:/plugins/OokTech/Bob/ManualSettingsTab\">>\n"
        },
        "$:/plugins/OokTech/Bob/FederationTab/ActiveConnections": {
            "title": "$:/plugins/OokTech/Bob/FederationTab/ActiveConnections",
            "caption": "Active Connections",
            "tags": "FederationTab",
            "text": "These are the currently active connections between your server and remote\nservers.\n\n<table>\n  <tr>\n    <th>\n      Node Name\n    </th>\n    <th>\n      IP:PORT\n    </th>\n  </tr>\n  <$list\n    filter='[list[$:/Bob/ActiveConnections]]'\n  >\n    <tr>\n      <td>\n        <$view\n          index=serverName\n        >\n          <<currentTiddler>>\n        </$view>\n      </td>\n      <td>\n        //something//\n      </td>\n    </tr>\n  </$list>\n</table>"
        },
        "$:/plugins/OokTech/Bob/FederationTab/ChatInterface": {
            "title": "$:/plugins/OokTech/Bob/FederationTab/ChatInterface",
            "caption": "Chat Interface",
            "tags": "FederationTab",
            "text": "This is the basic chat interface that uses the federated connections.\n\nCurrent Name:\n<$edit-text\n  tiddler='$:/temp/Bob/Federation/ChatMessage'\n  field='from'\n  default=''\n/>\n\n<$chatview\n  tiddler='$:/chat/DefaultChat'\n/>\n\n<$list\n  filter='[[$:/chats/DefaultChat]indexes[]]'\n  variable=CurrentTimestamp\n>\n  <<CurrentTimeStamp>>\n  <$view\n    tiddler='$:/chats/DefaultChat'\n    index=<<currentTimeStamp>>\n  />\n  <br/>\n</$list>\n\n<$keyboard\n  actions=\"\"\"\n    <$action-websocketmessage\n      $type='chatMessage'\n      message={{$:/temp/Bob/Federation/ChatMessage}}\n      from={{$:/temp/Bob/Federation/ChatMessage!!from}}\n    />\n    <$action-setfield\n      $tiddler='$:/temp/Bob/Federation/ChatMessage'\n      text=''\n    />\n  \"\"\"\n  key=enter\n>\n  <$edit-text\n    tiddler='$:/temp/Bob/Federation/ChatMessage'\n    class='tc-edit-texteditor'\n    tag='input'\n    default=''\n  />\n</$keyboard>\n\n<$button>\n  Send\n  <$action-websocketmessage\n    $type='chatMessage'\n    message={{$:/temp/Bob/Federation/ChatMessage}}\n  />\n  <$action-setfield\n    $tiddler='$:/temp/Bob/Federation/ChatMessage'\n    text=''\n  />\n</$button>\n\n''TODO'' make the input field detect the length of the input and if the input\nis too long have it change from a single line input to a multi-line input.\nThe difficult part may be making it not lose focus and cursor position.\nIt may have to be a new javascript widget.\n"
        },
        "$:/plugins/OokTech/Bob/FederationTab/WikiSyncing": {
            "title": "$:/plugins/OokTech/Bob/FederationTab/WikiSyncing",
            "caption": "Wiki Syncing",
            "tags": "FederationTab",
            "text": "Select Server:\n<$select\n  tiddler='$:/state/Federation/SelectedRemoteServer'\n  default='Add Server'\n>\n  <option\n    value='Add Server'\n  >\n    Add Server\n  </option>\n  <$list\n    filter='[tag[Remote Server]]'\n  >\n    <option\n      value=<<currentTiddler>>\n    >\n      <$view\n        field='name'\n      >\n        <$view\n          field='title'\n        />\n      </$view>\n    </option>\n  </$list>\n</$select>\n\n<$list\n  filter='[{$:/state/Federation/SelectedRemoteServer}has[title]]-[[Add Server]]'\n  emptyMessage={{$:/plugins/OokTech/Bob/Federation/AddRemoteServerTemplate}}\n>\n\n  {{||$:/plugins/OokTech/Bob/Federation/RemoteServerTemplate}}\n</$list>"
        },
        "$:/plugins/OokTech/Bob/FederationTab/KnownServers": {
            "title": "$:/plugins/OokTech/Bob/FederationTab/KnownServers",
            "caption": "Known Servers",
            "tags": "FederationTab",
            "text": "Manage connections\n\nThese are the remote servers you currently have information about.\n\nEach server gets a JSON tiddler named in the form\n\n`$:/Bob/KnownServers/ServerKey`\n\n<table>\n  <tr>\n    <th>\n      Name\n    </th>\n    <th>\n      Login?\n    </th>\n    <th>\n      Wikis\n    </th>\n    <th>\n      Chats\n    </th>\n  </tr>\n  <$list\n    filter='[prefix[$:/Bob/KnownServers/]]'\n  >\n    <tr>\n      <th>\n        <$view\n          field='name'\n        />\n      </th>\n      <td>\n        <$view\n          field='allows_login'\n        />\n      </td>\n      <td>\n        <$count filter='[enlist{!!available_wikis}]'/> wikis available\n      </td>\n      <td>\n        <$count filter='[enlist{!!available_chats}]'/> chats available\n      </td>\n    </tr>\n  </$list>\n</table>"
        },
        "$:/plugins/OokTech/Bob/CreateWikiFromFile": {
            "title": "$:/plugins/OokTech/Bob/CreateWikiFromFile",
            "caption": "Create Wiki From File",
            "text": "Select file: <input type='file' accepts='.html,.htm' id='#fileInput'/>\n<br>\nGive the wiki a name:\n<$edit-text\n  tiddler='$:/temp/NewWiki'\n  field='wiki_name'\n/>\n\n<$button>\n  Make Wiki {{$:/temp/NewWiki!!wiki_name}}\n  <$action-convertwiki\n    fileInput='#fileInput'\n    wikiName={{$:/temp/NewWiki!!wiki_name}}\n  />\n  <!--\n  <$action-setfield\n    $tiddler='$:/temp/NewWiki'\n    wiki_name=''\n  />\n  <$action-websocketmessage\n    $type='findAvailableWikis'\n    update='true'\n    saveSettings='true'\n  />\n  -->\n</$button>\n"
        },
        "$:/plugins/OokTech/Bob/CreateWikiFromNode": {
            "title": "$:/plugins/OokTech/Bob/CreateWikiFromNode",
            "caption": "Create Wiki From Node",
            "text": "Note: After adding a wiki like this you may have to click the `Add Wiki`\nbutton, wait a few seconds and then click on it again without entering a name\nor a path in order to make the wiki load correctly.\n<br>\nGive the wiki a name:\n<$edit-text\n  tiddler='$:/temp/NewWiki'\n  field='wiki_name'\n/>\n<br>\nPath to wiki folder:\n<$edit-text\n  tiddler='$:/temp/NewWiki'\n  field='wiki_folder_path'\n/>\n<br>\n<$button>\n  Add Wiki\n  <$list\n    filter='[[$:/temp/NewWiki]has[wiki_name]has[wiki_folder_path]]'\n  >\n    <$action-websocketmessage\n      $type='createNewWiki'\n      wikiName={{$:/temp/NewWiki!!wiki_name}}\n      nodeWikiPath={{$:/temp/NewWiki!!wiki_folder_path}}\n    />\n    <!--\n    <$action-setfield\n      $tiddler='$:/WikiSettings/split/wikis'\n      $index={{$:/temp/NewWiki!!wiki_name}}\n      $value={{$:/temp/NewWiki!!wiki_folder_path}}\n    />\n    <$action-savesettings/>\n    <$action-websocketmessage\n      $type=updateRoutes\n    />\n    <$action-websocketmessage\n      $type='findAvailableWikis'\n      update='true'\n      saveSettings='true'\n    />\n    -->\n    <$action-setfield\n      $tiddler='$:/temp/NewWiki'\n      wiki_name=''\n      wiki_folder_path=''\n    />\n  </$list>\n</$button>\n"
        },
        "$:/plugins/OokTech/Bob/CreateWikiFromEdition": {
            "title": "$:/plugins/OokTech/Bob/CreateWikiFromEdition",
            "caption": "Create Wiki From Edition",
            "text": "<$set\n  name=ListedEditions\n  filter='[[$:/ListedEditions]has[text]]'\n  emptyValue=\"[[$:/Bob/AvailableEditionList]indexes[]]\"\n  value=\"[enlist{$:/ListedEditions}]\"\n  select=0\n>\n  Select Wiki Edition:\n  <$select\n    tiddler='$:/temp/NewWiki'\n    field='edition'\n  >\n    <$list\n      filter=<<ListedEditions>>\n    >\n      <option>\n        <<currentTiddler>>\n      </option>\n    </$list>\n  </$select>\n</$set> ([[Change Listed Editions|$:/plugins/OokTech/Bob/CreateWikiFromEdition/SetListedEditions]])\n<br>\nGive the wiki a name:\n<$edit-text\n  tiddler='$:/temp/NewWiki'\n  field='wiki_name'\n/>\n\n<$button>\n  Make Wiki\n  <$action-websocketmessage\n    $type='createNewWiki'\n    path={{$:/temp/NewWiki!!wiki_name}}\n    wikiName={{$:/temp/NewWiki!!wiki_name}}\n    edition={{$:/temp/NewWiki!!edition}}\n  />\n  <$action-setfield\n    $tiddler='$:/temp/NewWiki'\n    wiki_name=''\n  />\n</$button>\n"
        },
        "$:/plugins/OokTech/Bob/CreateWikiFromTiddlers": {
            "title": "$:/plugins/OokTech/Bob/CreateWikiFromTiddlers",
            "caption": "Create Wiki From Tiddlers",
            "text": "The transfrom field is entirely optional. See\n[[transform filters|$:/plugins/OokTech/Bob/Transform Filters]] for more\ninformation.\n<br>\nGive the wiki a name:\n<$edit-text\n  tiddler='$:/temp/NewWiki'\n  field='wiki_name'\n  default=''\n  placeholder='Wiki Name'\n/>\n\n<table>\n  <tr>\n    <th>\n      Wiki <<helpButton \"$:/plugins/OokTech/Bob/AboutWikiFromTiddlersSource\">>\n    </th>\n    <th>\n      Filter <<helpButton \"$:/plugins/OokTech/Bob/AboutWikiFromTiddlersFilter\">>\n    </th>\n    <th>\n      Transfrom <<helpButton \"$:/plugins/OokTech/Bob/AboutWikiFromTiddlersTransfrom\">>\n    </th>\n    <th>\n    </th>\n  </tr>\n  <$list\n    filter='[[$:/temp/NewWiki]indexes[]]'\n  >\n    <tr>\n      <td>\n        <$view\n          field='title'\n        />\n      </td>\n      <td>\n        <$edit-text\n          tiddler='$:/temp/NewWiki'\n          index=<<currentTiddler>>\n          tag=input\n        />\n      </td>\n      <td>\n        <$edit-text\n          tiddler='$:/temp/NewWiki/Transforms'\n          index=<<currentTiddler>>\n          tag=input\n        />\n      </td>\n      <td>\n        <$button>\n          Remove Filter\n          <$action-setfield\n            $tiddler='$:/temp/NewWiki'\n            $index=<<currentTiddler>>\n          />\n          <$action-setfield\n            $tiddler='$:/temp/NewWiki/Transforms'\n            $index=<<currentTiddler>>\n          />\n        </$button>\n      </td>\n    </tr>\n  </$list>\n</table>\n\nFrom Wiki: <$edit-text\n  tiddler='$:/temp/NewWiki'\n  field='from_wiki_name'\n/>\nFilter: <$edit-text\n  tiddler='$:/temp/NewWiki'\n  field='tiddler_filter'\n/>\nTransform: <$edit-text\n  tiddler='$:/temp/NewWiki'\n  field='transform_filter'\n  tag=input\n/>\n\n<$button>\n  Add Filter\n  <$action-setfield\n    $tiddler='$:/temp/NewWiki'\n    $index={{$:/temp/NewWiki!!from_wiki_name}}\n    $value={{$:/temp/NewWiki!!tiddler_filter}}\n  />\n  <$action-setfield\n    $tiddler='$:/temp/NewWiki/Transforms'\n    $index={{$:/temp/NewWiki!!from_wiki_name}}\n    $value={{$:/temp/NewWiki!!transform_filter}}\n  />\n  <$action-setfield\n    $tiddler='$:/temp/NewWiki'\n    from_wiki_name=''\n    tiddler_filter=''\n    transform_filter=''\n  />\n</$button>\n<br>\n<$button>\n  Make Wiki\n  <$action-websocketmessage\n    $type=newWikiFromTiddlers\n    wikiName={{$:/temp/NewWiki!!wiki_name}}\n    externalTiddlers={{$:/temp/NewWiki!!text}}\n    transformFilters={{$:/temp/NewWiki/Transforms!!text}}\n  />\n  <$action-setfield\n    $tiddler='$:/temp/NewWiki'\n    from_wiki_name=''\n    tiddler_filter=''\n    text='{}'\n  />\n  <$action-setfield\n    $tiddler='$:/temp/NewWiki/Transforms'\n    text='{}'\n  />\n  <!--\n  <$action-websocketmessage\n    $type='findAvailableWikis'\n    update='true'\n    saveSettings='true'\n  />\n  -->\n</$button>\n"
        },
        "$:/plugins/OokTech/Bob/DuplicateExisitingWiki": {
            "title": "$:/plugins/OokTech/Bob/DuplicateExisitingWiki",
            "caption": "Create a copy of an existing wiki",
            "text": "<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n  Using this you can make a duplicate of any existing wiki. It is like creating\n  a wiki from an edition but it the list is wikis you use, not editions.\n\n  Select the wiki you want to duplicate from the drop-down menu, then enter a\n  name for the new wiki and click `Create Duplicate Wiki`.\n\n  If you also want to duplicate all of the wikis child wikis check\n  `Copy Child Wikis`, this creates copies of all of the child wikis from the\n  original wiki and makes them children of the newly created wiki.\n\n  If no wiki is selected than this will create a new copy of the empty edition.\n  If no name is given than this will generate an unused name for it.\n\n  If the name given for the new wiki is already in use than a number will be\n  appended to the end to make the name unique.\n</$reveal>\n<br>\nSelect Wiki:\n<$select\n  tiddler='$:/state/DuplicateWiki'\n>\n  <option\n    value=''\n  >\n    Select Wiki\n  </option>\n  <$list\n    filter='[[RootWiki]][list[$:/state/ViewableWikis]]'\n  >\n    <option>\n      <<currentTiddler>>\n    </option>\n  </$list>\n</$select>\n<$checkbox\n  tiddler='$:/state/DuplicateWiki'\n  field='include_children'\n  checked='yes'\n  unchecked='no'\n>\n  Copy child wikis\n</$checkbox>\n<br>\nNew Wiki Name: <$edit-text tiddler='$:/state/DuplicateWiki' field='wiki_name'/>\n<br>\n<$button>\n  <$action-websocketmessage\n    $type='duplicateWiki'\n    fromWiki={{$:/state/DuplicateWiki}}\n    newWiki={{$:/state/DuplicateWiki!!wiki_name}}\n    copyChildren={{$:/state/DuplicateWiki!!include_children}}\n  />\n  Create Duplicate Wiki\n</$button>\n"
        },
        "$:/plugins/OokTech/Bob/CreateWikiFromEdition/SetListedEditions": {
            "title": "$:/plugins/OokTech/Bob/CreateWikiFromEdition/SetListedEditions",
            "text": "\\define thisPrefix() [[\n\n\\define thisSuffix() ]]\n\nEditions listed here will appear in the drop-down menu for creating new\nwikis from editions. If no editions are listed here than all available editions\nwill be listed for creating new wikis.\n\nAdd Edition To List:\n<$select\n  tiddler='$:/state/Bob/AddEditionToList'\n>\n  <option value=''>\n    Select Edition\n  </option>\n  <$list\n    filter='[[$:/Bob/AvailableEditionList]indexes[]search{$:/state/Bob/AddEditionToList!!search}] -[enlist{$:/ListedEditions!!text}]'\n  >\n    <$set\n      name=Annoying\n      filter='[<currentTiddler>]'\n      emptyValue=<<currentTiddler>>\n    >\n      <option\n        value=<<Annoying>>\n      >\n        <<currentTiddler>>\n      </option>\n    </$set>\n  </$list>\n</$select>\n<$button>\n  Add\n  <$action-listops\n    $tiddler='$:/ListedEditions'\n    $field='text'\n    $subfilter='+[append{$:/state/Bob/AddEditionToList}]'\n  />\n</$button>\nNarrow List:\n<$edit-text\n  tiddler='$:/state/Bob/AddEditionToList'\n  field='search'\n/>\n\nCurrently Listed (uncheck to remove from list):\n\n<$list\n  filter='[enlist{$:/ListedEditions!!text}]'\n>\n  <$button\n    class='tc-btn-invisible'\n  >\n    <$list\n      filter='[enlist{$:/ListedEditions!!text}title<currentTiddler>addprefix<thisPrefix>addsuffix<thisSuffix>]'\n      emptyMessage=\"\"\"\n        <input\n          type='checkbox'\n        />\n        <$action-listops\n          $tiddler='$:/ListedEditions'\n          $field='text'\n          $subfilter='+[append<currentTiddler>]'\n        />\"\"\"\n    >\n      <input\n        type='checkbox'\n        checked\n      />\n      <$action-listops\n        $tiddler='$:/ListedEditions'\n        $field='text'\n        $subfilter='+[remove<currentTiddler>]'\n      />\n    </$list>\n    <$view\n      tiddler=<<currentTiddler>>\n      field=title\n    />\n  </$button>\n  <br/>\n</$list>\n"
        },
        "$:/plugins/OokTech/Bob/FetchPlugins": {
            "title": "$:/plugins/OokTech/Bob/FetchPlugins",
            "caption": "Fetch Plugins",
            "text": "!WARNING - This is very experimental back up your wikis and use at your own risk\n\nTo use this you get the url of a zipped plugin, enter the url into the plugin url field and then click Save Plugin to Server. Afterward you should be able to access that plugin like any other from Bob's plugin manager.\n\nPlugin URL:\n<$edit-text\n  tiddler='$:/state/Bob/GetGitPlugin'\n  field='url'\n  class='tc-edit-texteditor'\n/>\n\n<$button>\n  Save Plugin to Server\n  <$action-websocketmessage\n    $type='getGitPlugin'\n    url={{$:/state/Bob/GetGitPlugin!!url}}\n  />\n  <$action-setfield\n    $tiddler='$:/state/Bob/GetGitPlugin'\n    url=''\n  />\n</$button>\n"
        },
        "$:/plugins/OokTech/Bob/ManualSettingsTab": {
            "title": "$:/plugins/OokTech/Bob/ManualSettingsTab",
            "caption": "Manual Settings",
            "text": "''IMPORTANT:'' there are a lot of settings here. Almost all of them have\ninterfaces in other parts of the control panel that are much safer to use\nbecause they ensure that everything is formatted correctly so it doesn't get\nbroken, and they have instructions specific to what they change.\n\nChanging things here may break parts of Bob, and may have unexpected results.\nIf you decide to edit a part of this that has an interface elsewhere do not\nexpect support if things break.\n\nClick on a value to edit it. After clicking on a value the trashcan icon will\ndelete that field.\nTo add a new value click on the\n<$button class='tc-btn-invisible'>{{$:/core/images/new-button}}</$button> then\nselect if you want to add a simple property or an object that can hold further\nproperties, then give a name to the property and if it is a simple property\nalso give a value. When you are done click\n<$button class='tc-btn-invisible'>{{$:/core/images/save-button}}</$button> to\nsave it, or click\n<$button class='tc-btn-invisible'>{{$:/core/images/cancel-button}}</$button> to\ndiscard the new property.\n\nAfter modifying the settings here you have to click `Update Settings` below or\nthey will not be saved.\n\n<$checkbox\n  tiddler='$:/state/Bob/EditManualSettings'\n  field='text'\n  checked='true'\n  unchecked='false'\n>\n  Enable Editing\n</$checkbox>\n\n{{$:/WikiSettings/split||$:/plugins/OokTech/Bob/EditableJSONViewTemplate}}\n\n<$button>\n  Update Settings\n  <$action-savesettings/>\n</$button>\n\n<$button>\n  Update Routes\n  <$action-websocketmessage $type=updateRoutes/>\n</$button>\n"
        },
        "$:/plugins/OokTech/Bob/ServerMessageHistory": {
            "title": "$:/plugins/OokTech/Bob/ServerMessageHistory",
            "caption": "Server Messages and Logging",
            "text": "\\define consoleLoggingCheck()\n<$action-updatesetting\n  logger='{\"useConsoleLogging\":\"yes\"}'\n/>\n\\end\n\n\\define consoleLoggingUncheck()\n<$action-updatesetting\n  logger='{\"useConsoleLogging\":\"no\"}'\n/>\n\\end\n\n\\define fileLoggingCheck()\n<$action-updatesetting\n  logger='{\"useFileLogging\":\"yes\"}'\n/>\n\\end\n\n\\define fileLoggingUncheck()\n<$action-updatesetting\n  logger='{\"useFileLogging\":\"no\"}'\n/>\n\\end\n\n\\define browserLoggingCheck()\n<$action-updatesetting\n  logger='{\"useBrowserLogging\":\"yes\"}'\n/>\n\\end\n\n\\define browserLoggingUncheck()\n<$action-updatesetting\n  logger='{\"useBrowserLogging\":\"no\"}'\n/>\n\\end\n\n!! Logger setup\n\nLog levels above 2 are not implemented in many places.\n\nAll of the log levels default to 2, so if nothing is checked on the radio\nbuttons it is 2.\n\n!!! Console Logging\n\n<$checkbox\n  checkactions=<<consoleLoggingCheck>>\n  uncheckactions=<<consoleLoggingUncheck>>\n  tiddler=\"$:/WikiSettings/split/logger\"\n  index=\"useConsoleLogging\"\n  checked=\"yes\"\n  unchecked=\"no\"\n  default=\"yes\"\n>\n  Enable Console Logging\n</$checkbox>\n\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='consoleLogLevel'\n  value=1\n>\n  1\n</$radio>\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='consoleLogLevel'\n  value=2\n>\n  2\n</$radio>\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='consoleLogLevel'\n  value=3\n>\n  3\n</$radio>\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='consoleLogLevel'\n  value=4\n>\n  4\n</$radio>\n<$button\n>\n  Update Console Logging Level\n  <$action-updatesetting\n    logger= {{{ [[{\"consoleLogLevel\":]addsuffix{$:/WikiSettings/split/logger##consoleLogLevel}addsuffix[}]] }}}\n  />\n</$radio>\n\n!!! File Logging\n\n<$checkbox\n  checkactions=<<fileLoggingCheck>>\n  uncheckactions=<<fileLoggingUncheck>>\n  tiddler=\"$:/WikiSettings/split/logger\"\n  index=\"\"\n  checked=\"yes\"\n  unchecked=\"no\"\n  default=\"no\"\n>\n  Enable File Logging\n</$checkbox>\n\nFile Log Level:\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='fileLogLevel'\n  value=1\n>\n  1\n</$radio>\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='fileLogLevel'\n  value=2\n>\n  2\n</$radio>\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='fileLogLevel'\n  value=3\n>\n  3\n</$radio>\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='fileLogLevel'\n  value=4\n>\n  4\n</$radio>\n<$button>\n  Update File Logging Level\n  <$action-updatesetting\n    logger= {{{ [[{\"fileLogLevel\":]addsuffix{$:/WikiSettings/split/logger##fileLogLevel}addsuffix[}]] }}}\n  />\n</$button>\n\nLog folder:\n<$edit-text\n  tiddler='$:/WikiSettings/split/logger'\n  index='outputFolder'\n  default='./logs'\n/>\n(update button for log folder)\n\nLog file name (update button for log file name)\n\n!!! Browser Logging\n\n''Browser Logging isn't completely implemented yet, don't expect any of this to\nwork''\n\nThings here probably won't do anything.\n\nBrowser logging is not the same as the server alerts that pop up after some\nactions.\nThe browser alerts let you know the status of actions like creating wikis or\nsaving settings.\nBrowser logging takes all of the output that you would see in the console and\nmakes it visible in the browser.\n\n<$checkbox\n  checkactions=<<browserLoggingCheck>>\n  uncheckactions=<<browserLoggingUncheck>>\n  tiddler=\"$:/WikiSettings/split/logger\"\n  index=\"\"\n  checked=\"yes\"\n  unchecked=\"no\"\n  default=\"no\"\n>\n  Enable File Logging\n</$checkbox>\n\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='browserLogLevel'\n  value=1\n>\n  1\n</$radio>\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='browserLogLevel'\n  value=2\n>\n  2\n</$radio>\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='browserLogLevel'\n  value=3\n>\n  3\n</$radio>\n<$radio\n  tiddler='$:/WikiSettings/split/logger'\n  index='browserLogLevel'\n  value=4\n>\n  4\n</$radio>\n<$button>\n  Update Browser Logging Level\n  <$action-updatesetting\n    logger= {{{ [[{\"browserLogLevel\":]addsuffix{$:/WikiSettings/split/logger##browserLogLevel}addsuffix[}]] }}}\n  />\n</$button>\n\n!!Server Messages\n\n<$checkbox\n  tiddler='$:/settings/Bob/ServerMessageHistoryLimit'\n  field='hide_messages'\n  checked='true'\n  unchecked='false'\n>\n  Hide server alerts in this wiki\n</$checkbox>\n\n<$button>\n  <$list\n    filter='[[$:/Bob/AlertHistory]indexes[]]'\n  >\n    <$action-setfield\n      $tiddler='$:/Bob/AlertHistory'\n      $index=<<currentTiddler>>\n    />\n  </$list>\n  Clear Message History\n</$button>\n\n<$checkbox\n  tiddler='$:/settings/Bob/ServerMessageHistoryLimit'\n  field='limit'\n  checked='true'\n  uncheced='false'\n>\n  Limit to the most recent\n</$checkbox>\n<$edit-text\n  tiddler='$:/settings/Bob/ServerMessageHistoryLimit'\n  field='limit_number'\n  size=4\n/>\nmessages.\n\nThis is the history of server messages:\n\n<$reveal\n  type='match'\n  text='true'\n  state='$:/settings/Bob/ServerMessageHistoryLimit!!limit'\n>\n\n  <ol>\n    <$list\n      filter='[[$:/Bob/AlertHistory]indexes[]reverse[]limit{$:/settings/Bob/ServerMessageHistoryLimit!!limit_number}]'\n      emptyMessage='No Server Messages Yet.'\n    >\n      <li>\n        <$view\n          tiddler='$:/Bob/AlertHistory'\n          index=<<currentTiddler>>\n        />\n      </li>\n    </$list>\n  </ol>\n\n</$reveal>\n\n<$reveal\n  type='nomatch'\n  text='true'\n  state='$:/settings/Bob/ServerMessageHistoryLimit!!limit'\n>\n\n  <ol>\n    <$list\n      filter='[[$:/Bob/AlertHistory]indexes[]reverse[]]'\n      emptyMessage='No Server Messages Yet.'\n    >\n      <li>\n        <$view\n          tiddler='$:/Bob/AlertHistory'\n          index=<<currentTiddler>>\n        />\n      </li>\n    </$list>\n  </ol>\n\n</$reveal>\n"
        },
        "$:/plugins/OokTech/Bob/AboutAnnounceOnLocalNetwork": {
            "title": "$:/plugins/OokTech/Bob/AboutAnnounceOnLocalNetwork",
            "text": "Checking this will make Bob periodically announce to the local network that the server is available."
        },
        "$:/plugins/OokTech/Bob/AboutBackupsFolder": {
            "title": "$:/plugins/OokTech/Bob/AboutBackupsFolder",
            "text": "This is the folder where wikis backups are stored. If a relative path is used\nit is relative to the `wikiPathBase` in the settings."
        },
        "$:/plugins/OokTech/Bob/AboutCreateFromEdition": {
            "title": "$:/plugins/OokTech/Bob/AboutCreateFromEdition",
            "text": "This creates a wiki with no content using an existing edition."
        },
        "$:/plugins/OokTech/Bob/AboutCreateFromNode": {
            "title": "$:/plugins/OokTech/Bob/AboutCreateFromNode",
            "text": "Add an existing node wiki, this will not move the wiki folders, just list it\nhere so you can open it and use it with Bob."
        },
        "$:/plugins/OokTech/Bob/AboutCreateFromHTML": {
            "title": "$:/plugins/OokTech/Bob/AboutCreateFromHTML",
            "text": "Create a wiki in Bob using a single file html wiki."
        },
        "$:/plugins/OokTech/Bob/AboutCreateFromTiddlers": {
            "title": "$:/plugins/OokTech/Bob/AboutCreateFromTiddlers",
            "text": "Create a wiki using tiddlers taken from one or more existing wikis."
        },
        "$:/plugins/OokTech/Bob/AboutDeleteWikiDeleteChildren": {
            "title": "$:/plugins/OokTech/Bob/AboutDeleteWikiDeleteChildren",
            "text": "If you check this box all wikis that are children of the deleted wiki will also\nbe deleted.\nSo if the wiki is `bar` any wikis that start with `bar/` will also be deleted.\n\nIf you select this all of the backups for the deleted wikis will also be\ndeleted."
        },
        "$:/plugins/OokTech/Bob/AboutDeleteWikiSelect": {
            "title": "$:/plugins/OokTech/Bob/AboutDeleteWikiSelect",
            "text": "This is the wiki that will be deleted."
        },
        "$:/plugins/OokTech/Bob/AboutDownloadHTMLVersion": {
            "title": "$:/plugins/OokTech/Bob/AboutDownloadHTMLVersion",
            "text": "This button downloads a single file html version of this wiki.\nThe downloaded wiki will not have Bob or any of Bobs features, it can be shared\nand used just like any other single file wiki.\n"
        },
        "$:/plugins/OokTech/Bob/AboutDuplicateWiki": {
            "title": "$:/plugins/OokTech/Bob/AboutDuplicateWiki",
            "text": "Create a new wiki by duplicating an existing wiki with a new name."
        },
        "$:/plugins/OokTech/Bob/AboutEnableBackups": {
            "title": "$:/plugins/OokTech/Bob/AboutEnableBackups",
            "text": "If this is checked Bob will automatically save backups of your wikis.\nBy default it saves a copy when you first load a wiki after starting Bob and\nthen every 10 minutes if you are editing a wiki.\n\nYou can change this behaviour in the `Advanced` section."
        },
        "$:/plugins/OokTech/Bob/AboutEnableFederation": {
            "title": "$:/plugins/OokTech/Bob/AboutEnableFederation",
            "text": "Checking this will enable features that use federation."
        },
        "$:/plugins/OokTech/Bob/AboutFilePathRoot": {
            "title": "$:/plugins/OokTech/Bob/AboutFilePathRoot",
            "text": "The `Files Folder` is the folder on your computer where you place files to make\nthem available to wikis. By default it is a folder called `files` in the same\nfolder as the executable (if you are using BobEXE) or where you run the script\nfrom (if you are using the plugin version). If you don't have a specific reason\nto change this than you shouldn't change it.\n\nOne reasonable alternative option is your documents folder:\n\n* On Windows this is normally `C:\\Users\\USERNAME\\Documents`\n* On many Linux distributions this is normally `/home/USERNAME/Documents`\n* On OSX this is `/Users/USERNAME/Documents`\n\nmake sure to change `USERNAME` in the above examples to match your actual\nusername on the computer you are using."
        },
        "$:/plugins/OokTech/Bob/AboutMaximumBackupsPerWiki": {
            "title": "$:/plugins/OokTech/Bob/AboutMaximumBackupsPerWiki",
            "text": "This sets the maximum number of backups that will be saved for each wiki. Once\nthe number of backups reaches this value the oldest backup will be removed each\ntime a new one is saved."
        },
        "$:/plugins/OokTech/Bob/AboutListMediaInFilePathRoot": {
            "title": "$:/plugins/OokTech/Bob/AboutListMediaInFilePathRoot",
            "text": "First click the `Fetch list of media in the filePathRoot folder` to get a list\nof the media available, then click `Show List` to see a listing of all of the\nmedia that you can display in the wiki.\nClicking on a file name will create a tiddler that displays the media file, it\ncan then be transcluded into other tiddlers to display the media like a normal\nimage tiddler."
        },
        "$:/plugins/OokTech/Bob/AboutAboutMe": {
            "title": "$:/plugins/OokTech/Bob/AboutAboutMe",
            "text": "This is whatever you want it to say, if your profile is set to public this is\nvisible to people who look at your profile."
        },
        "$:/plugins/OokTech/Bob/AboutName": {
            "title": "$:/plugins/OokTech/Bob/AboutName",
            "text": "This is your login name, it is how you are identified on the server and to\nother people. You can not change it."
        },
        "$:/plugins/OokTech/Bob/AboutPersistentUsernames": {
            "title": "$:/plugins/OokTech/Bob/AboutPersistentUsernames",
            "text": "If you check this box you will be able to set the username for signing edits on\nthe wiki and it will be saved for this browser.\n\nIf you use another browser you can save another name for that browser."
        },
        "$:/plugins/OokTech/Bob/AboutPublicProfile": {
            "title": "$:/plugins/OokTech/Bob/AboutPublicProfile",
            "text": "If your profile is public it will be listed and visible to anyone. This\nincludes your name, a list of any publicly viewable wikis you have created and\nanything you put in the `About Me` section of your profile.\n\nThe three levels are `Public`, where everyone can see your profile,\n`Logged in Only` where only people who are logged into the server can see your\nprofile and `Private` where only server administrators can see information\nabout you.\n\nServer administrators can limit the options available for profiles, so your\nserver may not have all there options."
        },
        "$:/plugins/OokTech/Bob/AboutRenameWikiNewName": {
            "title": "$:/plugins/OokTech/Bob/AboutRenameWikiNewName",
            "text": "This is the new name for the wiki. You can also change the wikis location using\nthis, for example if you had a wiki `foo` and you set the name to `foo/bar` the\nwiki would be moved into the appropriate folder on the file system."
        },
        "$:/plugins/OokTech/Bob/AboutRefreshPage": {
            "title": "$:/plugins/OokTech/Bob/AboutRefreshPage",
            "text": "This link just reloads the current page, the same as if you clicked the reload\nbutton in your browser. This is not the same as the `reconnect` button in the\nred banner at the top."
        },
        "$:/plugins/OokTech/Bob/AboutSaveBackupOnEdit": {
            "title": "$:/plugins/OokTech/Bob/AboutSaveBackupOnEdit",
            "text": "If this is checked editing the wiki will trigger a backup timer. See the note\nfor the `Save interval for backups` for more."
        },
        "$:/plugins/OokTech/Bob/AboutRenameWikiSelect": {
            "title": "$:/plugins/OokTech/Bob/AboutRenameWikiSelect",
            "text": "This is the wiki that you want to rename."
        },
        "$:/plugins/OokTech/Bob/AboutSaveBackupOnLoad": {
            "title": "$:/plugins/OokTech/Bob/AboutSaveBackupOnLoad",
            "text": "If this is checked a backup is saved when you load a wiki for the first time\nafter starting Bob."
        },
        "$:/plugins/OokTech/Bob/AboutSelectPluginAuthor": {
            "title": "$:/plugins/OokTech/Bob/AboutSelectPluginAuthor",
            "text": "Selecting a plugin author here will filter the list of plugins so only plugins\nby that author are shown."
        },
        "$:/plugins/OokTech/Bob/AboutServeMediaFromAdditionalFolders": {
            "title": "$:/plugins/OokTech/Bob/AboutServeMediaFromAdditionalFolders",
            "text": "In addition to the default folder above, you can serve media from other\nfolders. To set up a folder first give the prefix you want to use to identify\nthat folder in the prefix text box, then enter the path to the folder in the\npath text box.\nIf you want to automatically make a tiddler for each media file in the folder\nyou can check the `Also Scan Folder` check box.\nThis will create a tiddler for each of the media files in the folder.\nYou can then click `Add Folder` and the folder will be added as a possible\nsource of served media."
        },
        "$:/plugins/OokTech/Bob/AboutUnloadWiki": {
            "title": "$:/plugins/OokTech/Bob/AboutUnloadWiki",
            "text": "This button will unload the current wiki. This means that it will be\ndisconnected from the server and any changes you make will not be saved.\n\nIn order to reconnect you have to reload the wiki page, the `reconnect` button\nwill not work, this is not what it is made for."
        },
        "$:/plugins/OokTech/Bob/AboutWikiFromTiddlersFilter": {
            "title": "$:/plugins/OokTech/Bob/AboutWikiFromTiddlersFilter",
            "text": "This filter is applied to the tiddlers in the source wiki, tiddlers returned by\nthis filter are included in the new wiki."
        },
        "$:/plugins/OokTech/Bob/AboutWikiFromTiddlersSource": {
            "title": "$:/plugins/OokTech/Bob/AboutWikiFromTiddlersSource",
            "text": "This is the source wiki for tiddlers. The filter will be run in this wiki and\nany tiddlers returned will be included in the newly created wiki."
        },
        "$:/plugins/OokTech/Bob/AboutWikiFromTiddlersTransfrom": {
            "title": "$:/plugins/OokTech/Bob/AboutWikiFromTiddlersTransfrom",
            "text": "This is a transfrom filter, the title of each tiddler from this wiki will be\ntransformed by this filter before it is added to the newly created wiki."
        },
        "$:/plugins/OokTech/Bob/AboutSavePluginSelection": {
            "title": "$:/plugins/OokTech/Bob/AboutSavePluginSelection",
            "text": "This will save the current plugin selection and unload this wiki.\nAfter clicking this button you must reload the page, either with the browser\nreload button or by clicking the `Refresh Page` link."
        },
        "$:/plugins/OokTech/Bob/AboutUpdatePluginList": {
            "title": "$:/plugins/OokTech/Bob/AboutUpdatePluginList",
            "text": "You have to click this button to populate the list of plugins available on the\nBob server.\nThis is like a local plugin library, the plugins listed here are saved and are\navailable without any connection to the internet or other plugin library."
        },
        "$:/plugins/OokTech/Bob/AboutBackupSaveInterval": {
            "title": "$:/plugins/OokTech/Bob/AboutBackupSaveInterval",
            "text": "If `Trigger backup when wiki is modified` is checked the wiki will be saved\nafter this much time has passed after an edit.\nThe value is in ms, 1000ms = 1 second.\n\nThe timer isn't reset by edits, so by default the wiki is saved 10 minutes\nafter the first edit you make, regardless of any edits you make in the 10\nminute interval.\n\nAfter the wiki is saved it waits until there is another edit before starting\nanother countdown to save a new backup."
        },
        "$:/plugins/OokTech/Bob/RenameWikis": {
            "title": "$:/plugins/OokTech/Bob/RenameWikis",
            "caption": "Rename Wikis",
            "text": "\\define updateNameActions()\n<$action-websocketmessage\n  $type='renameWiki'\n  newWiki={{$:/state/RenameWiki!!new_name}}\n  oldWiki={{$:/state/RenameWiki!!old_name}}\n/>\n<$action-setfield\n  $tiddler='$:/state/RenameWiki'\n  new_name=''\n  old_name=''\n/>\n\\end\n\n<$reveal\n  type='nomatch'\n  state='$:/settings/Bob/Verbose'\n  text='false'\n>\n\n</$reveal>\n\nSelect Wiki:\n<$select\n  tiddler='$:/state/RenameWiki'\n  field='old_name'\n>\n  <option\n    value=''\n  >\n    Select Wiki\n  </option>\n  <$list\n    filter='[list[$:/state/ViewableWikis]]'\n  >\n    <option>\n      <<currentTiddler>>\n    </option>\n  </$list>\n</$select> <<helpButton $:/plugins/OokTech/Bob/AboutRenameWikiSelect>>\n\nNew Name:\n<$edit-text\n  tiddler='$:/state/RenameWiki'\n  field='new_name'\n/> <<helpButton $:/plugins/OokTech/Bob/AboutRenameWikiNewName>>\n\n<$button\n  actions=<<updateNameActions>>\n>\n  Update Name\n</$button>\n"
        },
        "$:/plugins/OokTech/Bob/SaverServer": {
            "title": "$:/plugins/OokTech/Bob/SaverServer",
            "caption": "Saver Server",
            "text": "\\define enableDisableSaver()\n<$reveal\n  type='nomatch'\n  state='$:/WikiSettings/split##enableBobSaver'\n  text='no'\n>\n  <$action-websocketmessage\n    $type='updatesetting'\n    enableBobSaver='no'\n  />\n</$reveal>\n<$reveal\n  type='match'\n  state='$:/WikiSettings/split##enableBobSaver'\n  text='no'\n>\n  <$action-websocketmessage\n    $type='updatesetting'\n    enableBobSaver='yes'\n  />\n</$reveal>\n\\end\n\n!! Configuration for the single html file saver\n\nThis is configuration for using Bob with the BobSaver. BobSaver is a plugin\nfor single file wikis that lets Bob act as the saving mechanism. When you have\nBobSaver installed in your wiki you can open the file normally anywhere on your\ncomputer and it can save and autosave as long as the BobSaver plugin is\nenabled.\n\nNo configuration is required, but the single file wikis do have to have the\nBobSaver plugin installed.\n\nThe saver is enabled by default, check this box to disable the saver.\n\n<$checkbox\n  actions=<<enableDisableSaver>>\n  tiddler='$:/WikiSettings/split'\n  index='enableBobSaver'\n  checked='yes'\n  unchecked='no'\n>\n  Disable Saver\n</$checkbox>\n\nAfter changing any of the options below click <$button>\n  Save Settings\n  <$action-savesettings/>\n</$button>\nOtherwise they will not take effect.\n\nThis is not required, leave it blank if you don't want to use a key.\nIf you want to you can set the key here, it is a password that you set here and\nenter on your single file wikis in the BobSaver configuration (on your single\nfile wiki go to the $:/ControlPanel then the `Saving` tab then the `Bob Saver`\ntab to enter the key)\n\nChanging the key takes effect as soon as the settings are saved.\n\nSaver Key: <$edit-text\n  tiddler='$:/WikiSettings/split/saver'\n  index='key'\n  tag=input\n  placeholder=''\n/>\n\n!! Here there be dragons\n\nChanging this will break the saver very easily unless you know exactly what\nyou are doing. You shouldn't change this.\n\nSaver Port: <$edit-text\n  tiddler='$:/WikiSettings/split/saver'\n  index='port'\n  tag=input\n  placeholder='61192'\n/>\n"
        },
        "$:/plugins/OokTech/Bob/SelectThemes": {
            "title": "$:/plugins/OokTech/Bob/SelectThemes",
            "caption": "Manage Themes",
            "text": "<$button>\n  Save Theme Selection\n  <$action-websocketmessage\n    $type='updateTiddlyWikiInfo'\n    themeList={{$:/Bob/ActiveThemeList!!list}}\n  />\n  <$action-websocketmessage\n    $type='unloadWiki'\n    wikiName={{$:/WikiName}}\n  />\n</$button> <<helpButton \"$:/plugins/OokTech/Bob/AboutSavePluginSelection\">>\n\n<a href='javascript:history.go(0)'>Refresh Page</a> <<helpButton \"$:/plugins/OokTech/Bob/AboutRefreshPage\">>\n\n<br>\nSelect Theme Author: <$select\n  tiddler='$:/state/Bob/SelectedAuthor'\n  default='all'\n>\n  <option\n    value='all'\n  >\n    All\n  </option>\n  <$list\n    filter='[[$:/Bob/AvailableThemeList]indexes[]splitbefore[/]]'\n    variable='themeAuthor'\n  >\n    <option>\n      <<themeAuthor>>\n    </option>\n  </$list>\n</$select> <<helpButton \"$:/plugins/OokTech/Bob/AboutSelectPluginAuthor\">>\n\nSearch: <$edit-text\n  tiddler='$:/state/Bob/SearchThemes'\n  default=''\n  placeholder='Search Themes'\n  tag='input'\n/>\n\n<$list\n  filter='[[$:/state/Bob/SelectedAuthor]has[text]!text[all]]'\n  variable='unused'\n>\n  <$set\n    name=themeAuthor\n    value={{$:/state/Bob/SelectedAuthor}}\n  >\n    <h2><$text text=<<themeAuthor>>></$text></h2>\n    <$list\n      filter='[[$:/Bob/AvailableThemeList]indexes[]search{$:/state/Bob/SearchThemes}prefix<themeAuthor>]'\n    >\n      <$list\n        filter='[list[$:/Bob/ActiveThemeList]match<currentTiddler>]'\n        emptyMessage=\"\"\"\n        <$button\n          class='tc-btn-invisible'\n        >\n          <input\n            type='checkbox'\n          />\n          <b>\n            <$view\n              field='title'\n            />\n          </b>\n          <$action-listops\n            $tiddler='$:/Bob/ActiveThemeList'\n            $subfilter='+[append<currentTiddler>]'\n          />\n        </$button>\n        :\n        <$view tiddler='$:/Bob/AvailableThemeList' index=<<currentTiddler>>/>\n        <br>\"\"\"\n      >\n        <$button\n          class='tc-btn-invisible'\n        >\n          <input\n            type='checkbox'\n            checked\n          />\n          <b>\n            <$view\n              field='title'\n            />\n          </b>\n          <$action-listops\n            $tiddler='$:/Bob/ActiveThemeList'\n            $subfilter='+[remove<currentTiddler>]'\n          />\n        </$button>\n        :\n        <$view tiddler='$:/Bob/AvailableThemeList' index=<<currentTiddler>>/>\n        <br>\n      </$list>\n    </$list>\n  </$set>\n</$list>\n\n<$list\n  filter='[[$:/state/Bob/SelectedAuthor]text[all]][[$:/state/Bob/SelectedAuthor]!has[text]] +[limit[1]]'\n  variable='unused'\n>\n  <$list\n    filter='[[$:/Bob/AvailableThemeList]indexes[]splitbefore[/]]'\n    variable='themeAuthor'\n  >\n    <h2><$text text=<<themeAuthor>>></$text></h2>\n    <$list\n      filter='[[$:/Bob/AvailableThemeList]indexes[]search{$:/state/Bob/SearchThemes}prefix<themeAuthor>]'\n    >\n      <$list\n        filter='[list[$:/Bob/ActiveThemeList]match<currentTiddler>]'\n        emptyMessage=\"\"\"\n        <$button\n          class='tc-btn-invisible'\n        >\n          <input\n            type='checkbox'\n          />\n          <b>\n            <$view\n              field='title'\n            />\n          </b>\n          <$action-listops\n            $tiddler='$:/Bob/ActiveThemeList'\n            $subfilter='+[append<currentTiddler>]'\n          />\n        </$button>\n        :\n        <$view tiddler='$:/Bob/AvailableThemeList' index=<<currentTiddler>>/>\n        <br>\"\"\"\n      >\n        <$button\n          class='tc-btn-invisible'\n        >\n          <input\n            type='checkbox'\n            checked\n          />\n          <b>\n            <$view\n              field='title'\n            />\n          </b>\n          <$action-listops\n            $tiddler='$:/Bob/ActiveThemeList'\n            $subfilter='+[remove<currentTiddler>]'\n          />\n        </$button>\n        :\n        <$view tiddler='$:/Bob/AvailableThemeList' index=<<currentTiddler>>/>\n        <br>\n      </$list>\n    </$list>\n  </$list>\n</$list>"
        },
        "$:/plugins/OokTech/Bob/SelectPlugins": {
            "title": "$:/plugins/OokTech/Bob/SelectPlugins",
            "caption": "Manage Plugins",
            "text": "<$button>\n  Save Plugin Selection\n  <$action-websocketmessage\n    $type='updateTiddlyWikiInfo'\n    pluginList={{$:/Bob/ActivePluginList!!list}}\n  />\n  <$action-websocketmessage\n    $type='unloadWiki'\n    wikiName={{$:/WikiName}}\n  />\n</$button> <<helpButton \"$:/plugins/OokTech/Bob/AboutSavePluginSelection\">>\n\n<a href='javascript:history.go(0)'>Refresh Page</a> <<helpButton \"$:/plugins/OokTech/Bob/AboutRefreshPage\">>\n\n<br>\nSelect Plugin Author: <$select\n  tiddler='$:/state/Bob/SelectedAuthor'\n  default='all'\n>\n  <option\n    value='all'\n  >\n    All\n  </option>\n  <$list\n    filter='[[$:/Bob/AvailablePluginList]indexes[]splitbefore[/]]'\n    variable='pluginAuthor'\n  >\n    <option>\n      <<pluginAuthor>>\n    </option>\n  </$list>\n</$select> <<helpButton \"$:/plugins/OokTech/Bob/AboutSelectPluginAuthor\">>\n\nSearch: <$edit-text\n  tiddler='$:/state/Bob/SearchPlugins'\n  default=''\n  placeholder='Search Plugins'\n  tag='input'\n/>\n\n<$list\n  filter='[[$:/state/Bob/SelectedAuthor]has[text]!text[all]]'\n  variable='unused'\n>\n  <$set\n    name=pluginAuthor\n    value={{$:/state/Bob/SelectedAuthor}}\n  >\n    <h2><$text text=<<pluginAuthor>>></$text></h2>\n    <$list\n      filter='[[$:/Bob/AvailablePluginList]indexes[]search{$:/state/Bob/SearchPlugins}prefix<pluginAuthor>]'\n    >\n      <$list\n        filter='[list[$:/Bob/ActivePluginList]match<currentTiddler>]'\n        emptyMessage=\"\"\"\n        <$button\n          class='tc-btn-invisible'\n        >\n          <input\n            type='checkbox'\n          />\n          <b>\n            <$view\n              field='title'\n            />\n          </b>\n          <$action-listops\n            $tiddler='$:/Bob/ActivePluginList'\n            $subfilter='+[append<currentTiddler>]'\n          />\n        </$button>\n        :\n        <$view tiddler='$:/Bob/AvailablePluginList' index=<<currentTiddler>>/>\n        <br>\"\"\"\n      >\n        <$button\n          class='tc-btn-invisible'\n        >\n          <input\n            type='checkbox'\n            checked\n          />\n          <b>\n            <$view\n              field='title'\n            />\n          </b>\n          <$action-listops\n            $tiddler='$:/Bob/ActivePluginList'\n            $subfilter='+[remove<currentTiddler>]'\n          />\n        </$button>\n        :\n        <$view tiddler='$:/Bob/AvailablePluginList' index=<<currentTiddler>>/>\n        <br>\n      </$list>\n    </$list>\n  </$set>\n</$list>\n\n<$list\n  filter='[[$:/state/Bob/SelectedAuthor]text[all]][[$:/state/Bob/SelectedAuthor]!has[text]] +[limit[1]]'\n  variable='unused'\n>\n  <$list\n    filter='[[$:/Bob/AvailablePluginList]indexes[]splitbefore[/]]'\n    variable='pluginAuthor'\n  >\n    <h2><$text text=<<pluginAuthor>>></$text></h2>\n    <$list\n      filter='[[$:/Bob/AvailablePluginList]indexes[]prefix<pluginAuthor>search{$:/state/Bob/SearchPlugins}]'\n    >\n      <$list\n        filter='[list[$:/Bob/ActivePluginList]match<currentTiddler>]'\n        emptyMessage=\"\"\"\n        <$button\n          class='tc-btn-invisible'\n        >\n          <input\n            type='checkbox'\n          />\n          <b>\n            <$view\n              field='title'\n            />\n          </b>\n          <$action-listops\n            $tiddler='$:/Bob/ActivePluginList'\n            $subfilter='+[append<currentTiddler>]'\n          />\n        </$button>\n        :\n        <$view tiddler='$:/Bob/AvailablePluginList' index=<<currentTiddler>>/>\n        <br>\"\"\"\n      >\n        <$button\n          class='tc-btn-invisible'\n        >\n          <input\n            type='checkbox'\n            checked\n          />\n          <b>\n            <$view\n              field='title'\n            />\n          </b>\n          <$action-listops\n            $tiddler='$:/Bob/ActivePluginList'\n            $subfilter='+[remove<currentTiddler>]'\n          />\n        </$button>\n        :\n        <$view tiddler='$:/Bob/AvailablePluginList' index=<<currentTiddler>>/>\n        <br>\n      </$list>\n    </$list>\n  </$list>\n</$list>"
        },
        "$:/core/ui/Buttons/save-wiki": {
            "title": "$:/core/ui/Buttons/save-wiki",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}",
            "description": "{{$:/language/Buttons/SaveWiki/Hint}}",
            "text": "<$button tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>\n<span class=\"tc-dirty-indicator\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/save-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/SaveWiki/Caption}}/></span>\n</$list>\n</span>\n</$button>\n"
        },
        "$:/core/ui/Buttons/edit": {
            "title": "$:/core/ui/Buttons/edit",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/edit-button}} {{$:/language/Buttons/Edit/Caption}}",
            "description": "{{$:/language/Buttons/Edit/Hint}}",
            "text": "<$list filter='[<currentTiddler>listed[]field:title[$:/state/Bob/EditingTiddlers]]'\nemptyMessage=\"\"\"<$button message=\"tm-edit-tiddler\" tooltip={{$:/language/Buttons/Edit/Hint}} aria-label={{$:/language/Buttons/Edit/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/edit-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Edit/Caption}}/>\n</span>\n</$list>\n</$button>\"\"\">{{$:/core/images/locked-padlock}}</$list>\n"
        },
        "$:/config/SaveFilter": {
            "title": "$:/config/SaveFilter",
            "text": "[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]] -[prefix[$:/Bob/]] -[prefix[$:/WikiSettings/]] -[[$:/plugins/OokTech/Bob/Server Warning]] -[[$:/WikiSettings]] -[[$:/ServerIP]] -[[$:/StoryList]] -[[$:/WikiName]]\n"
        },
        "$:/config/SyncFilter": {
            "title": "$:/config/SyncFilter",
            "text": "[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]] -[prefix[$:/Bob/]] -[prefix[$:/WikiSettings/]] -[[$:/plugins/OokTech/Bob/Server Warning]] -[[$:/WikiSettings]] -[[$:/ServerIP]] -[[$:/StoryList]] -[[$:/WikiName]] -[prefix[$:/Federation/RemoteServer/]] -[has[draft.of]]\n"
        },
        "$:/config/SyncThrottleInterval": {
            "title": "$:/config/SyncThrottleInterval",
            "text": "1\n"
        },
        "$:/config/TaskTimerInterval": {
            "title": "$:/config/TaskTimerInterval",
            "text": "1\n"
        },
        "$:/plugins/OokTech/Bob/action-convertwiki.js": {
            "title": "$:/plugins/OokTech/Bob/action-convertwiki.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/action-convertwiki.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to take an input html file and split it into a node wiki\n\n<$action-convertwiki $fileInput='#fileInput'/>\n\nwhere #fileInput is the name given to the file input html element used.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nconst ActionConvertWiki = function(parseTreeNode,options) {\n  this.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nActionConvertWiki.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nActionConvertWiki.prototype.render = function(parent,nextSibling) {\n  this.computeAttributes();\n  this.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nActionConvertWiki.prototype.execute = function() {\n  this.inputName = this.getAttribute('fileInput', \"#fileInput\");\n  this.wikiFolder = this.getAttribute('wikiFolder', undefined);\n  this.wikisPath = this.getAttribute('wikisPath', undefined);\n  this.wikiName = this.getAttribute('wikiName', undefined);\n  this.overwrite = this.getAttribute('overwrite', undefined);\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nActionConvertWiki.prototype.refresh = function(changedTiddlers) {\n  const changedAttributes = this.computeAttributes();\n  if(Object.keys(changedAttributes).length) {\n    this.refreshSelf();\n    return true;\n  }\n  return this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nActionConvertWiki.prototype.invokeAction = function(triggeringWidget,event) {\n  let self = this;\n  // Find the file input html element, get the file from that.\n  const fileElement = document.getElementById(this.inputName);\n  if(fileElement) {\n    const file = fileElement.files[0];\n    const wikiName = $tw.wiki.getTiddlerText(\"$:/WikiName\");\n    // Read the file and pass it to the parsing stuff\n    if(file) {\n      $tw.wiki.readFileContent(file, file.type, false, undefined, function (output) {\n        if(output.length > 0) {\n          const message = {\n            \"type\": \"newWikiFromTiddlers\",\n            \"tiddlers\": output,\n            \"wikisPath\": self.wikisPath,\n            \"wikiName\": self.wikiName,\n            \"wikiFolder\": self.wikiFolder,\n            \"wiki\": wikiName,\n            \"overwrite\": self.overwrite\n          }\n          $tw.Bob.Shared.sendMessage(message, 0)\n        } else {\n          console.log(\"No tiddlers found in input file!\");\n        }\n      })\n    }\n    return true; // Action was invoked\n  }\n};\n\nexports[\"action-convertwiki\"] = ActionConvertWiki;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/OokTech/Bob/action-downloadwiki.js": {
            "title": "$:/plugins/OokTech/Bob/action-downloadwiki.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/action-downloadwiki.js\ntype: application/javascript\nmodule-type: widget\n\nAn action widget to download the current wiki with optinal filters on the\noutput tiddlers.\n\n<$action-downloadwiki excludeFilter='excludeFilter' ignoreDefaultExclude=false/>\n\nyou can optionally give an include or exclude filter that lists tiddlers to\ninclude/exclude from the built wiki. If none are given than all tiddlers in the\nwiki are exported with the execption of the default exclude list (Bob and other\nplugins that don't do anything for single file wikis.)\n\nalternatively you can give an include filter that lists all of the tiddlers to\ninclude in the output wiki. If an include filter is given than the exclude\nfilter input is ignored if it exists.\n\nIf you have some specific reason you can set ignoreDefaultExclude to true and\nit will ignore the default set of tiddlers to exclude.\n\nUnless ignoreDefaultExclude is set than the default exclude list is used for\nboth include and exclude filters.\n\n|!Parameter |!Description |\n|!includeFilter |An optional filter that returns all tiddlers to inclued in the output wiki. If nothing is given than the whole wiki is included. |\n|!excludeFilter |An optional filter that returns tiddlers to exclude from the downloaded wiki. If this lists a tiddler that is also returned by the includeFilter than the excludeFilter takes presidence. Defaults to an empty list so nothing is excluded. |\n|!ignoreDefaultExclude |If this is set to `true` than the default exclude list is ignored. The default exclude list includes the Bob plugin and other things that either break single file wikis or do nothing in single file wikis, so don't set this unless you have a specific reason. |\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nconst ActionDownloadWiki = function(parseTreeNode,options) {\n  this.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nActionDownloadWiki.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nActionDownloadWiki.prototype.render = function(parent,nextSibling) {\n  this.computeAttributes();\n  this.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nActionDownloadWiki.prototype.execute = function() {\n  this.excludeFilter = this.getAttribute('excludeFilter',undefined)\n  this.includeFilter = this.getAttribute('includeFilter',undefined)\n  this.ignoreDefaultExclude = this.getAttribute('ignoreDefaultExclude', false)\n  this.defaultName = this.getAttribute('defaultName', 'index.html')\n  this.core = this.getAttribute('core', '$:/core')\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nActionDownloadWiki.prototype.refresh = function(changedTiddlers) {\n  const changedAttributes = this.computeAttributes();\n  if(Object.keys(changedAttributes).length) {\n    this.refreshSelf();\n    return true;\n  }\n  return this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nActionDownloadWiki.prototype.invokeAction = function(triggeringWidget,event) {\n  // Otherwise we want to ignore the server-specific plugins to keep things\n  // small.\n  let excludeList = ['$:/plugins/OokTech/Bob', '$:/plugins/tiddlywiki/filesystem', '$:/plugins/tiddlywiki/tiddlyweb'];\n  if(this.excludeFilter) {\n    excludeList = $tw.wiki.filterTiddlers(this.excludeFilter)\n  }\n\n  if(this.ignoreDefaultExclude !== 'true') {\n    const defaultExclude = $tw.wiki.filterTiddlers('[prefix[$:/plugins/OokTech/Bob/]][[$:/plugins/OokTech/Bob]][prefix[$:/WikiSettings]][prefix[$:/Bob/]][[$:/ServerIP]][[$:/plugins/tiddlywiki/filesystem]][[$:/plugins/tiddlywiki/tiddlyweb]]');\n    excludeList = excludeList.concat(defaultExclude);\n  }\n\n  let options = {};\n  let tempWiki = new $tw.Wiki();\n  // Load the boot tiddlers\n  tempWiki.addTiddler($tw.wiki.getTiddler(this.core))\n  tempWiki.addTiddler($tw.wiki.getTiddler('$:/boot/boot.css'))\n  tempWiki.addTiddler($tw.wiki.getTiddler('$:/boot/boot.js'))\n  tempWiki.addTiddler($tw.wiki.getTiddler('$:/boot/bootprefix.js'))\n  tempWiki.addTiddler($tw.wiki.getTiddler('$:/themes/tiddlywiki/vanilla'))\n  let includeList\n  if(this.includeFilter) {\n    includeList = $tw.wiki.filterTiddlers(this.includeFilter)\n  } else {\n    includeList = $tw.wiki.allTitles()\n  }\n  includeList.filter(function(item) {return excludeList.indexOf(item) === -1}).forEach(function(title) {\n    tempWiki.addTiddler($tw.wiki.getTiddler(title))\n  })\n\n  tempWiki.registerPluginTiddlers(\"plugin\", [this.core]);\n  // Unpack plugin tiddlers\n  tempWiki.readPluginInfo();\n  tempWiki.unpackPluginTiddlers();\n\n  const text = tempWiki.renderTiddler(\"text/plain\", \"$:/core/save/all\", options);\n\n  let a = document.createElement('a');\n  // This is the suggested file name for the download on systems that support\n  // it.\n  a.download = this.defaultName;\n  const thisStr = 'data:text/html;base64,'+window.btoa(unescape(encodeURIComponent(text)));\n  a.setAttribute('href', thisStr);\n  document.body.appendChild(a);\n  a.click();\n  document.body.removeChild(a);\n\n\n  return true; // Action was invoked\n}\n\nexports[\"action-downloadwiki\"] = ActionDownloadWiki;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/OokTech/Bob/action-opensocket.js": {
            "title": "$:/plugins/OokTech/Bob/action-opensocket.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/action-opensocket.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget that creates a new websocket connection to another server\n\n<$action-opensocket $url=<<someURL>> blah=halb/>\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nconst ActionOpenSocket = function(parseTreeNode,options) {\n  this.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nActionOpenSocket.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nActionOpenSocket.prototype.render = function(parent,nextSibling) {\n  this.computeAttributes();\n  this.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nActionOpenSocket.prototype.execute = function() {\n  this.remoteURL = this.getAttribute('$url', '');\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nActionOpenSocket.prototype.refresh = function(changedTiddlers) {\n  const changedAttributes = this.computeAttributes();\n  if(Object.keys(changedAttributes).length) {\n    this.refreshSelf();\n    return true;\n  }\n  return this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nActionOpenSocket.prototype.invokeAction = function(triggeringWidget,event) {\n  $tw.RemoteConnection  = $tw.RemoteConnection || {};\n  if(this.remoteURL) {\n    $tw.RemoteConnection.socket = new WebSocket(this.remoteURL);\n    $tw.RemoteConnection.socket.onopen = openSocket;\n    $tw.RemoteConnection.socket.onmessage = parseMessage;\n    $tw.RemoteConnection.socket.binaryType = \"arraybuffer\";\n  }\n  return true; // Action was invoked\n};\n\nfunction openSocket(event) {\n  console.log(event.target)\n  event.target.send('HI!')\n}\n\nfunction parseMessage() {\n\n}\n\nexports[\"action-opensocket\"] = ActionOpenSocket;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/OokTech/Bob/action-reconnectwebsocket.js": {
            "title": "$:/plugins/OokTech/Bob/action-reconnectwebsocket.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/action-reconnectwebsocket.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget that reconnects to a wiki server\n\n<$action-reconnectwebsocket/>\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nconst ActionReconnect = function(parseTreeNode,options) {\n  this.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nActionReconnect.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nActionReconnect.prototype.render = function(parent,nextSibling) {\n  this.computeAttributes();\n  this.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nActionReconnect.prototype.execute = function() {\n  this.sync = this.getAttribute('sync', 'false');\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nActionReconnect.prototype.refresh = function(changedTiddlers) {\n  const changedAttributes = this.computeAttributes();\n  if(Object.keys(changedAttributes).length) {\n    this.refreshSelf();\n    return true;\n  }\n  return this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nActionReconnect.prototype.invokeAction = function(triggeringWidget,event) {\n  $tw.Bob.Reconnect(this.sync);\n  return true; // Action was invoked\n};\n\nexports[\"action-reconnectwebsocket\"] = ActionReconnect;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/OokTech/Bob/action-savesettings.js": {
            "title": "$:/plugins/OokTech/Bob/action-savesettings.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/action-savesettings.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to save the settings to the server\n\n<$action-savesettings/>\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nconst ActionSaveSettings = function(parseTreeNode,options) {\n  this.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nActionSaveSettings.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nActionSaveSettings.prototype.render = function(parent,nextSibling) {\n  this.computeAttributes();\n  this.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nActionSaveSettings.prototype.execute = function() {\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nActionSaveSettings.prototype.refresh = function(changedTiddlers) {\n  const changedAttributes = this.computeAttributes();\n  if(Object.keys(changedAttributes).length) {\n    this.refreshSelf();\n    return true;\n  }\n  return this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nActionSaveSettings.prototype.invokeAction = function(triggeringWidget,event) {\n  let self = this;\n  const tiddler = $tw.wiki.getTiddler('$:/WikiSettings/split');\n  const settings = JSON.stringify(buildSettings(tiddler), \"\", 2);\n  const wikiName = $tw.wiki.getTiddlerText(\"$:/WikiName\");\n  const message = {\n    \"type\": \"updateSetting\",\n    \"settingsString\": settings,\n    \"wiki\": wikiName\n  }\n  $tw.Bob.Shared.sendMessage(message, 0)\n  return true; // Action was invoked\n};\n\nfunction buildSettings (tiddler) {\n  let settings = {};\n  if(tiddler) {\n    if(tiddler.fields) {\n      let object = (typeof tiddler.fields.text === 'string')?JSON.parse(tiddler.fields.text):tiddler.fields.text;\n      Object.keys(object).forEach(function (field) {\n        if(typeof object[field] === 'string' || typeof object[field] === 'number') {\n          if(String(object[field]).startsWith('$:/WikiSettings/split')) {\n            // Recurse!\n            const newTiddler = $tw.wiki.getTiddler(object[field]);\n            settings[field] = buildSettings(newTiddler);\n          } else {\n            // Actual thingy!\n            settings[field] = object[field];\n          }\n        } else {\n          settings[field] = \"\";\n        }\n      });\n    }\n  }\n  return settings;\n}\n\nexports[\"action-savesettings\"] = ActionSaveSettings;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/OokTech/Bob/action-setcookie.js": {
            "title": "$:/plugins/OokTech/Bob/action-setcookie.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/action-setcookie.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget that sets a browser cookie\n\nSet the value to \"\" to clear the cookie.\n\n<$action-setcookie name=cookieName value=cookieValue/>\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nconst ActionSetCookie = function(parseTreeNode,options) {\n  this.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nActionSetCookie.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nActionSetCookie.prototype.render = function(parent,nextSibling) {\n  this.computeAttributes();\n  this.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nActionSetCookie.prototype.execute = function() {\n  this.name = this.getAttribute('name', '');\n  this.value = this.getAttribute('value', '');\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nActionSetCookie.prototype.refresh = function(changedTiddlers) {\n  const changedAttributes = this.computeAttributes();\n  if(Object.keys(changedAttributes).length) {\n    this.refreshSelf();\n    return true;\n  }\n  return this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nActionSetCookie.prototype.invokeAction = function(triggeringWidget,event) {\n  $tw.setcookie(this.name, this.value);\n  return true; // Action was invoked\n};\n\nexports[\"action-setcookie\"] = ActionSetCookie;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/OokTech/Bob/action-updatesetting.js": {
            "title": "$:/plugins/OokTech/Bob/action-updatesetting.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/action-updatesetting.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to add or change one or more values in settings.json\n\n<$action-updatesetting setting1=value1 setting2=value2/>\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nconst ActionUpdateSetting = function(parseTreeNode,options) {\n  this.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nActionUpdateSetting.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nActionUpdateSetting.prototype.render = function(parent,nextSibling) {\n  this.computeAttributes();\n  this.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nActionUpdateSetting.prototype.execute = function() {\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nActionUpdateSetting.prototype.refresh = function(changedTiddlers) {\n  const changedAttributes = this.computeAttributes();\n  if(Object.keys(changedAttributes).length) {\n    this.refreshSelf();\n    return true;\n  }\n  return this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nActionUpdateSetting.prototype.invokeAction = function(triggeringWidget,event) {\n  const wikiName = $tw.wiki.getTiddlerText(\"$:/WikiName\");\n  let update = {};\n  let remove = false;\n  $tw.utils.each(this.attributes,function(name,attribute) {\n    if(attribute.startsWith(\"$\")) {\n      if(attribute === \"$remove\") {\n        remove = name;\n      }\n    } else {\n      try {\n        update[attribute] = JSON.parse(name);\n      } catch (e) {\n        update[attribute] = name;\n      }\n    }\n  });\n  const message = {\n    \"type\": \"updateSetting\",\n    \"updateString\": update,\n    \"remove\": remove,\n    \"wiki\": wikiName\n  };\n  $tw.Bob.Shared.sendMessage(message, 0);\n  return true; // Action was invoked\n};\n\nexports[\"action-updatesetting\"] = ActionUpdateSetting;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/OokTech/Bob/Documentation/ActionConvertWiki": {
            "title": "$:/plugins/OokTech/Bob/Documentation/ActionConvertWiki",
            "tags": "ActionWidgets Widgets [[Bob Documentation]]",
            "caption": "ActionConvertWiki",
            "description": "An action widget that takes an html file as input and makes a new wiki on the server using it",
            "text": "! Introduction\n\nThis action widget lets you pick a single file wiki from your computer and\nconvert it into a wiki that Bob can use.\n\nThis action widget requires a file input to go along with whatever triggers the\naction widget (normally a button widget). The file input is used to select\nwhich html file you want to convert into a wiki for Bob.\n\n! Content and Attributes\n\nAny content of the `action-convertwiki` widget is ignored.\n\n`<$action-convertwiki fileInput='#fileInput' wikiFolder='SomeFolder' wikisPath='/look/a/path' wikiName='AwesomeWiki' overwrite='true'/>`\n\n|!Parameter |!Description |\n|!fileInput |This is the html id attribute given to the file picker used to select which html file to use. Default: `#fileInput` |\n|!wikiName |The name to give the created wiki. Unless overwrite is set to `true` this name is made unique by appending a number onto the end. Default: `NewWiki` |\n|!overwrite |If this is set to `true` and a wiki with the name given by wikiName exists than the tiddlers from the html file will be added to that wiki instead of a new wiki being created. Default: `false` |\n|!wikisPath |The path to the folder that contains the wikis folder. Default: whatever is set in settings.json |\n|!wikiFolder |The folder that holds the wikis. Default: whatever is set in settings.json, normally `Wikis` |\n\n''Note:'' only fileInput is needed. It is suggested that you give the wiki a\ndescriptive name with wikiName, but you can safely ignore wikisPath and\nwikiFolder.\n\n! Example\n\n```\n<$button>\nMake wiki from HTML file\n<$action-convertwiki fileInput='aFileInput'/>\n</$button>\n<input type='file' id='aFileInput' accept='.html,.htm'/>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/ActionDownloadWiki": {
            "title": "$:/plugins/OokTech/Bob/Documentation/ActionDownloadWiki",
            "tags": "ActionWidgets Widgets [[Bob Documentation]]",
            "caption": "ActionDownloadWiki",
            "description": "An action widget that downloads the current wiki as a single file html wiki without any of the Bob components.",
            "text": "! Introduction\n\nThe `action-downloadwiki` widget is an action widget that downloads the current\nwiki as a single file html wiki with optinal filters on the\noutput tiddlers.\n\nyou can optionally give an include or exclude filter that lists tiddlers to\ninclude/exclude from the built wiki. If none are given than all tiddlers in the\nwiki are exported with the execption of the default exclude list (Bob and other\nplugins that don't do anything for single file wikis.)\n\nalternatively you can give an include filter that lists all of the tiddlers to\ninclude in the output wiki. If an include filter is given than the exclude\nfilter input is ignored if it exists.\n\nIf you have some specific reason you can set ignoreDefaultExclude to true and\nit will ignore the default set of tiddlers to exclude.\n\nUnless ignoreDefaultExclude is set than the default exclude list is used for\nboth include and exclude filters.\n\n! Content and Attributes\n\nAny content of the `action-downloadwiki` widget is ignored.\n\n<$action-downloadwiki excludeFilter='excludeFilter' ignoreDefaultExclude=false/>\n\n|!Parameter |!Description |\n|!includeFilter |An optional filter that returns all tiddlers to inclued in the output wiki. If nothing is given than the whole wiki is included. |\n|!excludeFilter |An optional filter that returns tiddlers to exclude from the downloaded wiki. If this lists a tiddler that is also returned by the includeFilter than the excludeFilter takes presidence. Defaults to an empty list so nothing is excluded. |\n|!ignoreDefaultExclude |If this is set to `true` than the default exclude list is ignored. The default exclude list includes the Bob plugin and other things that either break single file wikis or do nothing in single file wikis, so don't set this unless you have a specific reason. |\n|!defaultName |The default name given for the downloaded file, Default `index.html` |\n|!core |The core plugin to include in the downloaded file, this can be used to do things like use the read-only version of the core for downloaded files. Default: `$:/core` |\n\nThe default exclude filter is\n\n```\n[prefix[$:/plugins/OokTech/Bob/]][[$:/plugins/OokTech/Bob]][prefix[$:/WikiSettings]][prefix[$:/Bob/]][[$:/ServerIP]][[$:/plugins/tiddlywiki/filesystem]][[$:/plugins/tiddlywiki/tiddlyweb]]\n```\n\n''Note:'' When you give an include filter you only include tiddlers that are returned by the filter with a few exceptions. Because everything in tiddlywiki is a tiddler if you only include what in in the filter than you would either have to include these or the wiki would not function at all.\n\nThe tiddlers that are always included are:\n\n* `$:/core` - without this we can't have a working wiki\n* `$:/boot/boot.css` - without this the wiki isn't styled and is unrecognisable and possibly unusable\n* `$:/boot/boot.js` - without this the wiki doesn't load correctly\n* `$:/boot/bootprefix.js` - without this the wiki doesn't load correctly\n* `$:/themes/tiddlywiki/vanilla` - without this there is no theme for the wiki and it is very difficult, maybe impossible, to use\n\nThis means that, if you give an include filter, the encryption library isn't included in the wiki unless you explictly list it. The same is true for any\nplugins or libraries you use.\n\n! Examples\n\n```\n<$button>\nDownload HTML File\n<$action-downloadwiki/>\n</$button>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/ActionSaveSettings": {
            "title": "$:/plugins/OokTech/Bob/Documentation/ActionSaveSettings",
            "tags": "ActionWidgets Widgets [[Bob Documentation]]",
            "caption": "ActionConvertWiki",
            "description": "An action widget that saves Bob settings to the server",
            "text": "! Introduction\n\nThis widget saves the current contents of the manual settings to the server.\n\n! Content and Attributes\n\nAny content of the `action-convertwiki` widget is ignored.\n\nThis widget hsa no attributes.\n\n! Example\n\n```\n<$button>\nSave settings\n<$action-savesettings'/>\n</$button>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/AutomaticBackup": {
            "title": "$:/plugins/OokTech/Bob/Documentation/AutomaticBackup",
            "tags": "[[Bob Documentation]]",
            "caption": "Automatic Backups",
            "description": "Setting up automatic wiki backups",
            "text": "You can enable automatic backups for wikis in the settings.\n\nBackups can be triggered by two events:\n\n* Loading a wiki\n* Modifying a wiki\n\nHere loading a wiki is not loading it in the browser, it is loading it on the\nserver. This happens the first time the wiki is loaded in a browser after the\nserver starts, or the first time a wiki is loaded after being manually unloaded.\n\nBackups based on modifying a wiki do not happen right away, an interval is set\nand when an edit is made to a wiki if a timer isn't already running a timer\nstarts. When the timer runs out a backup is made.\n\nI need to put more here and make a reasonable UI for it."
        },
        "$:/plugins/OokTech/Bob/Documentation/BackendWebSocketMessages": {
            "title": "$:/plugins/OokTech/Bob/Documentation/BackendWebSocketMessages",
            "caption": "BackendWebSocketMessages",
            "tags": "[[Bob Documentation]]",
            "description": "Back-end messages for developers.",
            "text": "These are the messages available for websockets that are only used by the\nback-end.\n\nIf you use these in normal wikitext than you will probably break things and I\nwill not offer any sort of support. These are only used by the plugin itself\nso they are only useful if you are modifying the plugin.\n\n<$list\n  filter='[all[tiddlers+shadows]tag[Websocket Message]!tag[Human Usable]]'\n>\n  <$link\n    to=<<currentTiddler>>\n  >\n    <$view\n      field='caption'\n    />\n  </$link>\n  -\n  <$view\n    field='description'\n  />\n  <br>\n</$list>\n\nFor human usable messages see [[WebSocketMessages|$:/plugins/OokTech/Bob/WebSocketMessages]].\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/BigNoteOfDoom": {
            "title": "$:/plugins/OokTech/Bob/Documentation/BigNoteOfDoom",
            "caption": "Big Note of DOOM",
            "text": "This warning applies both to the normal Bob wiki server and the saver component\nthat allows the BobSaver plugin to save single file wikis.\n\n!! BIG NOTE OF DOOM or what is the local network?\n\nThe local network is anyone using the same router as you. This means anyone on\nthe same wifi network or using a wired connection on the same router. So when\nyou are at starbucks or a library on the wifi anyone else who is on that wifi\nis on the local network.\n\nBy default the wikis are only available on `localhost` on the computer you are\nrunning BobEXE or the node process on.\n\nIf you want to make it available to other computers on the local network you\nhave to change the settings in the $:/ControlPanel under the `Bob Settings`\ntab.\n\n!!! What this means for wikis\n\nIf you have your wikis available to other computers than anyone on the local\nnetwork can access them.\nMost of the time they will be able to edit your wikis also.\n\nIf you have the file server turned on to access local media on your computer\nand you have the wikis available on the local network anyone on the network\nwill be able to access whatever folders you have set up to serve media.\n\nThat isn't to say that you should never allow editing on the local network, if\nyou are on your home network or somewhere you trust than allowing editing on\nthe local network isn't a problem.\nThat is, it isn't a problem as long as you don't trust public WiFi networks,\nthat include coffee shops and libraries and airports and hotels or anything\nelse that isn't at your home or a friends home. While you may trust the\nestablishment you should not trust everyone that has access to the network.\n\nTrusting private corporate networks where you work is up to you. I would\ncaution against it.\n\n!!! What this means for the BobSaver component\n\nThe BobSaver has a separate configuration from the wiki server.\nYou can set up the wiki server to make wikis available on the local network\nwithout making the BobSaver available on the local network.\n\nIt is never a good idea to make the BobSaver available on the local network.\nIt is never a good idea to make the BobSaver available on anything other than\n`localhost` or `127.0.0.1` (the two mean the same thing).\nThat is why there isn't a way to set it up like there is for the wiki server.\n\nIf you do decide to dig into the code and make the BobSaver available on the\nlocal network anyone who has the key you set can save any files they want\nanywhere on your computer.\nThe files must have the extension `.html`, `.htm` or `.hta`, but that just\nmakes it harder to use them to damage your computer or steal from you/spy on\nyou, it doesn't prevent it.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Bob Documentation": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Bob Documentation",
            "caption": "Bob Documentation",
            "text": "<$list filter='[all[tiddlers+shadows]tag[Bob Documentation]]'>\n<li>\n  <$link\n    to=<<currentTiddler>>\n  >\n    <$view\n      field='caption'\n    >\n      <$view\n        field='title'\n      />\n    </$view>\n  </$link>\n</li>\n</$list>\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/ChatDocumentation": {
            "title": "$:/plugins/OokTech/Bob/Documentation/ChatDocumentation",
            "caption": "Chat",
            "tags": "[[Bob Documentation]]",
            "description": "Built-in chat using Bob",
            "text": "!! Local Chat\n\nYou can set the conversation, then something or other and can talk.\n\n!! Federated Chat\n\nSomething else\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Configuration": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Configuration",
            "caption": "Configuration",
            "tags": "[[Bob Documentation]]",
            "description": "Configuration options for Bob",
            "text": "! Configuration\n\nConfiguration for the plugin is set in the `settings.json` file in the\n`settings` sub-folder of the folder where the `tiddlywiki.info` file is\nlocated.\n\nEverything is optional, if there are any missing pieces default values will be\nused. If the json isn't formatted correctly than default values will be used.\n\n!! Example settings.json file\n\n```\n{\n  \"editionsPath\": \"./Editions\",\n  \"filePathRoot\": \"./Wikis\",\n  \"pluginsPath\": \"./Plugins\",\n  \"themesPath\": \"./Themes\"\n  \"wikisPath\": \"./Wikis\",\n  \"wikiPathBase\": \"cwd\",\n  \"includePluginList\": [],\n  \"excludePluginList\": [],\n  \"autoUnloadWikis\": \"false\",\n  \"disableBrowserAlerts\": \"false\",\n  \"fileURLPrefix\": \"files\",\n  \"namespacedWikis\": \"false\",\n  \"suppressBrowser\": \"false\",\n  \"scripts\": {\n    \"NewWiki\": \"tiddlywiki #wikiName --init #editionName\"\n  },\n  \"wikis\": {\n    \"OneWiki\": \"/home/inmysocks/TiddlyWiki/Wikis/OneWiki\",\n    \"TwoWiki\": \"/home/inmysocks/TiddlyWiki/Wikis/TwoWiki\",\n    \"OokTech\": {\n      \"TestWiki\": \"/home/inmysocks/TiddlyWiki/Wikis/TestWiki\"\n    }\n  },\n  \"ws-server\": {\n    \"port\": 8080,\n    \"host\": \"127.0.0.1\",\n    \"autoIncrementPort\": \"false\",\n    \"servePlugin\": \"true\"\n  },\n  \"heartbeat\": {\n    \"interval\": 1000,\n    \"timeout\": 5000\n  },\n  \"mimeMap\": {\n    \".ico\": \"image/x-icon\",\n    \".html\": \"text/html\",\n    \".js\": \"text/javascript\",\n    \".json\": \"application/json\",\n    \".css\": \"text/css\",\n    \".png\": \"image/png\",\n    \".jpg\": \"image/jpeg\",\n    \".jpeg\": \"image/jpeg\",\n    \".wav\": \"audio/wav\",\n    \".mp3\": \"audio/mpeg\",\n    \".svg\": \"image/svg+xml\",\n    \".pdf\": \"application/pdf\",\n    \".doc\": \"application/msword\",\n    \".gif\": \"image/gif\"\n  },\n  \"API\": {\n    \"enableFetch\": \"no\",\n    \"enablePush\": \"no\",\n    \"pluginLibrary\": \"no\"\n  },\n  \"logger\": {\n    \"useFileLogging\":\"no\",\n    \"outputFolder\": \"./logs\",\n    \"outputBaseFileName\": \"Log\",\n    \"useSeparateErrorFile\": \"no\",\n    \"outputErrorFileName\": \"Error\",\n    \"ignoreErrors\": \"yes\",\n    \"useBrowserLogging\": \"no\",\n    \"browserLogLevel\": \"2\",\n    \"useConsoleLogging\": \"yes\",\n    \"consoleLogLevel\": \"2\",\n    \"useFileLogging\": \"no\",\n    \"fileLogLevel\": \"2\"\n  },\n  \"federation\": {\n    \"serverName\": \"Noh Neigh-m\",\n    \"mobile\": \"no\",\n    \"enableChat\": \"no\"\n  }\n}\n```\n\n''Note:'' All paths can be either absolute or relative. Relative paths are\nrelative to the path listed in `wikiPathBase`, if none is listed they are\nrelative to the folder with tiddlywiki.js in it if you are using the plugin\nversion or the folder with the executable file if you are using the BobEXE version.\n\n''Note for windows:'' All the example paths here are how they would appear on\nlinux or osx. On windows the paths would look like\n`C:\\Users\\inmysocks\\TiddlyWiki\\Wikis`. To make the examples what you would use\nin windows replace `/home` with `C:\\Users` and change the `/` into `\\`.\n\n!! What each part is\n\n* `editionsPath` is the folder that holds any custom editions you want to be able to use when making wikis using the control panel.  If relative it is relative to `wikiPathBase`.\n* `filePathRoot` is the root folder where external files are served. If you want to use an external image from your computer in your wiki than you need to set this to a parent folder of where the pictures are. If none is given than local files aren't served.\n* `pluginsPath` is the path to the plugins folder if you are using the as a plugin library.  If relative it is relative to `wikiPathBase`.\n* `themesPath` is the path to the folder where you have your themes.  If relative it is relative to `wikiPathBase`.\n* `wikisPath` the name of the default wikis folder to use. If relative it is relative to `wikiPathBase`.\n* `wikiPathBase` relative paths for everything other than serving files are relative to this path. It defaults to the current working directory.\n* `includePluginList` is an array of plugin names that will be included in every wiki served. You do not have to include Bob in this list.\n* `excludePluginList` is an array of plugin names that will not be included in any wiki served, even if it is listed in the tiddlywiki.info file. This does not prevent someone from installing the plugin via drag-and-drop or from a plugin library, it just affects plugins listed in `tiddlywiki.info` files.\n* `autoUnloadWikis` if this is set to `true` than wikis with no active connections will be automatically unloaded from memory. (experimental, may cause problems)\n* `disableBrowserAlerts` if this is set to `true` than no alerts are sent to the browser wikis. This can also be set on a per-wiki basis in the control panel.\n* `fileURLPrefix` is the prefix used to distinguish file links from wikis. This has the normal restrictions on names as any URL, so avoid special characters. This defaults to `files` and only have an affect if you have also set `filePathRoot`. Note: If you set this to an empty string it will use the default value of `files` unless you set the `acceptance` value described below. This will break things and no tech support will be provided.\n* `namespacedWikis` this only has an effect if you are using an external server with a login. If so this prefixes the wiki path with the currently logged in persons name when creating a wiki.\n* `suppressBrowser` is only used if you are using the single executable version. If it is set to `true` than the browser isn't opened automatically when the server is started.\n* `scripts` a list of scripts that you can call from inside the wiki using the `runScript` websocket message.\n* `wikis` a list of child wikis to serve. The path to the wikis is determined by the name given. In the example above the wiki located at `/home/inmysocks/TiddlyWiki/Wikis/OneWiki` would be served on `localhost:8080/OneWiki` and the wiki located at `/home/inmysocks/TiddlyWiki/Wikis/TestWiki` would be served on `localhost:8080/OokTech/TestWiki`. You may have as many levels and wikis as you want.\n* `ws-server` settings for the `wsserver` command.\n** `port`\n** `host`\n** `rootTiddler` changing this will probably break everything\n** `renderType` changing this will probably break everything\n** `serveType` changing this will probably break everything\n** `pathPrefix` a prefix for the path that wikis are served on.\n** `autoIncrementPort` if not set to `false` than the server will try using the given port (`8080` by default) and if it is in use it will try the next port up and continue until it finds an open port to use. If this is set to false than if the given port is in use an error is thrown and the process fails.\n** `servePlugin` is not `false` than any child wiki served will include the Bob plugin. So you can serve wikis that don't normally have the plugin and edit them as though they did.\n* `heartbeat` settings for the heartbeat that makes sure the browser and server are still connected. You can almost certainly ignore these settings.\n** `interval` the heartbeat message is sent every `interval` milliseconds (1000 milliseconds = 1 second).\n** `timeout` is the length of time to wait for a heartbeat signal before assuming that the connection is no longer working.\n* `mimeMap` lists the file extensions and their associated mime-types that the server is allowed to serve. This only has an effect if `filePathRoot` is set.\n* `API` things in this group are used for the api used for inter-server communication using the TWederBob plugin. This is only active if you use the `--wsserver` command, if you use an external server than these don't do anything.\n** `enablePush` if this is set to `yes` than the server will accept tiddlers pushed using the TWederBob plugin.\n** `enableFetch` if this is set to `yes` than the server will let people fetch tiddlers from the server using the TWederBob plugin.\n** `pluginLibrary` if this is set to `yes` than the server will act as a plugin library. (you also have to set the `pluginsPath`, see above)\n* `logger` settings for the logger Bob uses\n** `useFileLogging` set to `yes` to enable writing logs to files\n** `fileLogLevel` set this to an integer from `0` to `4` to indicate how much logging you want in the log files. `0` is none, `4` is everything.\n** `outputFolder` set to the folder name to use for the log files\n** `outputBaseFileName` logs will use this as the base name\n** `useSeparateErrorFile` set to `yes` if you want to have separte files for logs and error messages (stdout vs stderr)\n** `outputErrorFileName` set this to the base file name to use for error log files\n** `ignoreErrors` set this to `yes` to ignore logger errors (recommended!)\n** `useBrowserLogging` set this to `yes` to have log messages sent to the browser\n** `browserLogLevel` set this to an integer from `0` to `4` to indicate how much logging you want in the browser. `0` is none, `4` is everything.\n** `useConsoleLogging` set this to `yes` to log output to the console\n** `consoleLogLevel` set this to an integer from `0` to `4` to indicate how much logging you want in the console. `0` is none, `4` is everything.\n* `federation` settings for inter-server federation and connections\n** `serverName` is the human readable name that the server uses to identify itself. It does not need to be unique, but having it be unique is less confusing.\n** `mobile` set this to `yes` if the server isn't going to have the same url or ip address all the time.\n** `enableChat` set this to `yes` to enable the federated chat server.\n* `acceptance` this is a setting for accepting that you will get no help if you do something that requires it to be set. These are things that are either insecure or have a very good chance of breaking your wiki. You will get no tech support if you do any of them. If you want to do it anyway than you need to give this the value `I Will Not Get Tech Support For This`.\n* `allowUnsafeMimeTypes` setting this to `true` lets you serve anything ignoring the mimeMap. This is a bad idea but it was consistently requested so you have to fill out the `acceptance` key and you will receive no support for any problems that arise.\n\n''Note:'' Only changes to the `scripts` and `wikis` will be available without\nrestarting the server. You still need to save the settings using the\n`Update Settings` button after making changes in the `Manual Settings` tab\nunder the `Bob Settings` tab in the $:/ControlPanel. If you change a wiki name\nor path you also need to click on the `Update Routes` button after you click on\nthe `Update Settings` button for your changes to take effect.\n\nAny other changes require a full server restart.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Creating New Wikis": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Creating New Wikis",
            "caption": "Creating New Wikis",
            "tags": "[[Bob Documentation]]",
            "description": "Create and serve new wikis from inside a wiki.",
            "text": "Reading about [[wiki paths|$:/plugins/OokTech/Bob/Wiki Paths]] may be useful In addition to the information\npresented here.\n\nThere are multiple ways to make new wikis with Bob.\n\nTo create a new wiki go to the `Bob Settings` tab of the $:/ControlPanel and\nopen the `Available Wikis` tab and select which method you want to use from the\nradio buttons.\n\nFor the most part if you are unsure you will want to make a new wiki from an\nedition and use the `empty` edition. This will give you the Bob equavilent of\ndownloading an empty wiki from tiddlywiki.com.\n\nMore instruction about how to use each option is below.\n\nAfter creating a new wiki it will be available on `localhost:8080/WikiName`\n(assuming you called the wiki WikiName and your wiki is served on port 8080\nusing the default settings). If you are not on the computer running the server\nor have changed the settings than the url is the url of your root wiki with\n`/WikiName` added to the end.\n\n''Note:'' Wiki names are limited to what can be used in a URL. So they can be\nunaccented letters in the latin alphabet (a-z, A-Z) or digits (0-9). They can\nnot contain any spaces or other whitespace. As a special restriction wikis can\nalso not be named `files` or `__path`.\n\n!!an edition\n\nSelect the edition you want to use as the base from the drop down menu labelled\n`Select Wiki Edition` and then give the wiki a name in the text field, then\nclick the `Make Wiki` button.\n\nYou can limit which editions are listed in the drop-down menu by listing the\neditions you want to have available by creating a wiki called\n`$:/ListedEditions` and listing the editions in the text field as a space\nseparated list.\n\nExample:\n\n```\nempty codemirrordemo\n```\n\n!!an html file\n\nThis is for when you hvae a normal single html tiddlywiki and you want to make\nit into a wiki you can use with Bob.\n\nSelect the `an html file` option from the radio buttons. Then click the\n`Browse` button where it says `Select file` and find the wiki file you want to\nuse on your computer.\n\nAfter selecting the file give the wiki a name using the text input box and then\nclick the `Make Wiki` button. All of the tiddlers in the html file will be\ncopied into a new wiki listed in the available wikis list.\n\nThis will not update the single file wiki when you make changes in Bob, you\nwill have to export the wiki manually. See [[exporting wikis|]] for how to\neasily do that.\n\n!!existing tiddlers\n\nIf you already have multiple wikis served by Bob and you want to create a new\nwiki using tiddlers from one of more of them than you select this option.\n\nGive the wiki a name using the text box labelled `Give the wiki a name`. Then\nbelow put a wiki name in the FromWiki box (using the same names as in the wiki\nlisting) and in the filter give a filter to be applied to that wiki. The\ntiddlers returned by this filter will be added to the newly created wiki.\nClick the `Add Filter` button to include the filter. You can then add a filter\nfor tiddlers from another wiki if you wish. You can add filters for as many\nwikis as you want.\n\nWhen you have the filters you want to use listed click `Make Wiki` to create\nthe wiki. The new wiki will be listed in the list of available wikis.\n\n!!a node wiki\n\nIf you have a node-based wiki that isn't currently listed in Bob you use this\noption.\n\nThis is the same as manually adding the wiki in the manual setting tab.\n\nGive the wiki a name in the text box, remember that wiki names have to be\nunique. This is the only method listed here that doesn't protect you from using\nan existing name. The other methods will append a number to the end of the name\nif it is not unique.\n\nEnter the path to the node wiki folder. This in the folder that has the\ntiddlywiki.info file for the wiki. The path can be absolute or relative.\nRelative paths are relative to the location where you started the wiki. In the\ncase of the BobEXE they are relative to the location of the executable.\n\nThen click on the `Add Wiki` button and it will be listed under the available\nwikis.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Exporting Wikis": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Exporting Wikis",
            "caption": "Exporting Wikis",
            "tags": "[[Bob Documentation]]",
            "description": "Save or export wikis as single html files",
            "text": "There are multiple ways to save a wiki made with Bob as a single file wiki.\n\nYou can also export wikis that are a combination of tiddlers from multiple\nwikis or a subset of tiddlers from a single wiki.\n\n! Download a single html version of the current wiki\n\nThis is the most direct method of saving a wiki. It downloads the wiki as a\nsingle file in (almost) the same way as when you click the save button on a\nsingle file wiki.\n\nThere are a few changes:\n\n* The downloaded file has the Bob plugin removed, as well as some other\n  server-specific plugins that have no purpose in a singe file wiki. This makes\n  the resulting wiki file smaller.\n* You can use an exclude filter to exclude certain tiddlers from the downloaded\n  file\n* You can use an include fliter to only include certain tiddlers in the\n  downloaded file\n\nSee [[$:/plugins/OokTech/Bob/ActionDownloadWiki]] for more documentation.\n\n! Export a single html version of tiddlers from multiple wikis to the server\n\nThis method lets you pick and choose which tiddlers you want included in your\ndownloaded file, not just from the current wiki but from any wiki served by\nBob.\n\nThis saves the wiki on the server, it doesn't offer it as a download. If you\nare using the computer that is running Bob than this is like it downloading the\nwiki without you needing to tell the computer where to put the file.\n\nBy default the output file is called `index.html` and it is saved in the\n`output` folder of the current wiki. These are the same defaults as the normal\nbuild command used by the node version of tiddlywiki.\n\nSee [[$:/plugins/OokTech/Bob/WebSocketMessage-buildHTMLWiki]] for more.\n\n<!--\n! Download an already exported singe file wiki from the server\n\nAfter you have used the second method above you can request the file from the\nserver as a download.\n\nIt is undocumented for now\n-->\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/External Libraries Used": {
            "title": "$:/plugins/OokTech/Bob/Documentation/External Libraries Used",
            "caption": "External Libraries Used",
            "tags": "[[Bob Documentation]]",
            "text": "Bob uses three npm modules in addition to what is used by the base tiddlywiki.\n\n* [[ws|https://github.com/websockets/ws]] - This adds the websocket interface to the node server. ([[License|$:/plugins/OokTech/Bob/External/WS/LICENSE]], [[Readme|$:/plugins/OokTech/Bob/External/WS/README]])\n* [[ip|https://github.com/indutny/node-ip]] - This gives the server information about its own ip address so the ip address can be displayed in the $:/ControlPanel making it easier to connect other computers to the server. ([[Readme|$:/plugins/OokTech/Bob/External/IP/README]])\n* [[async-limiter|https://github.com/strml/async-limiter]] - This is a module required by `ws` ([[License|$:/plugins/OokTech/Bob/External/async-limiter/LICENSE]], [[Readme|$:/plugins/OokTech/Bob/External/async-limiter/README]])\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Federation": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Federation",
            "caption": "Federation",
            "tags": "[[Bob Documentation]]",
            "description": "Federation between servers",
            "text": "''HUGE WARNING:'' Do not enable this anywhere but on your home network where\nyou know everything connected to the network. This is very very experimental\nand currently has no security features enabled while the communication parts\nare being worked out.\n\nNote: All of this is still experimental, it has worked well for me but one\nperson testing is nowhere near enough for something to be considered stable.\n\nNote 2: This is unfinished, it doesn't have any security or privacy controls\nimplemented yet. They are coming in future updates but for now if you enable\nthis on a public network you are announcing to the world what you have and\nallowing anyone to get copies of your wikis and potentially edit your wikis.\n\n!! Federation\n\nFederation allows communication between different servers.\n\nThis allows many things.\n\n!!!currently implemented features:\n\n* syncing wikis\n* real-time chat between different servers\n\n!!!Planned features:\n\n* security and privacy controls\n* Separate chat conversations\n* Proper chat syncing (new members in conversations can get the conversation history)\n* fetching tiddlers from wikis on remote servers (this is implemented as part of the syncing, but conceptually it should have a separate interface despite using the same back-end mechanisms)\n* request other servers pull tiddlers from the local server (same note as above)\n\n!! Real-time chat\n\nTo use the chat you need to enable federation (TODO put instructions here) and\nenable chat (TODO put instructions here).\n\nOnce everything is enabled Bob should automatically connect to any other Bob\nservers on the same network.\nOpen the chat interface, enter the name you want to use and start chatting.\nWhen you type in the text input you can either click the `Send` button or press\nenter to send the message.\n\n!! Backend things\n\nThe local server saves information about remote servers. This includes:\n\n```\nuniqueName: {\n  serverName: human readable name,\n  url: the most recent url used to connect to the remote server,\n  staticUrl: if the url changes or not (yes or no),\n  publicKey: a public key,\n  notes: optional notes you can make about the server,\n  allows_login: if the server allows you to login,\n  available_wikis: {\n    wikiName1: {\n      sync: yes/no,\n      sync_filter: <<someFilter>>,\n      sync_type: pull/push/bidirectional,\n      auto_sync: yes/no,\n      public: yes/no,\n      conflict_type: newestWins/oldestWins/localWins/remoteWins/manual,\n      allows_login: yes/no\n    },\n    wikiName2: {\n      <<same stuff>>\n    }\n  },\n  chats: {\n    chatName1: {\n      public: yes/no,\n      relay: yes/no\n    }\n  }\n}\n```\n\nServer info tiddler:\n\n$:/Bob/KnownServers/<uniqueName>\n\nServer info tiddler format:\n\n```\n{\n  serverName: some name,\n  url: server url,\n  staticUrl: yes/no,\n  publicKey: a key,\n  allows_login: yes/no,\n  notes: some notes,\n  available_wikis: space separated list of wiki names,\n  available_chats: space separated list of chat names\n}\n```\n\nEach wiki on the server gets:\n\n$:/Bob/KnownServers/<uniqueName>/wikis/<wikiName>\n\n```\n{\n  sync: yes/no,\n  sync_filter: <<someFilter>>,\n  sync_type: pull/push/bidirectional,\n  auto_sync: yes/no,\n  public: yes/no,\n  conflict_type: newestWins/oldestWins/localWins/remoteWins/manual,\n  allows_login: yes/no\n}\n```\n\nEach chat on the server gets:\n\n$:/Bob/KnownServers/<uniqueName>/chats/<chatName>\n\n```\n{\n  public: yes/no,\n  relay: yes/no\n}\n```\n\n* `uniqueName` will be `serverName (publicKey)` for now, it may end up just being 0, 1, 2, ... as more servers get added, it may never need to be shared with anyone else.\n\nto connect to another server select the serverName from a select widget,\nthen there is an interface that has the available_wikis and the current sync\nstatus and setup for the wiki.\n\nServers have to have a login interface as well so you can log in to see private\nwikis and edit wikis.\n\nFor this the login is done using either username/password pairs or by a signed\ntoken that the remote server can check against the public key it has listed.\nThis should probably use this process:\n\n# Local server requests a login to the remote wiki\n# Remote server replies with a random number\n# Local server puts the random number into a signed token and sends it back to the remote server, if everything matches than this is the access token for further interactions.\n# Because the token handshake is taken care of by the servers without needing human interaction the tokens can be changed as often as desired. Use a unique random number for each token sent.\n\nTo connect to a new server there is an interface where you enter the URL and it\nrequests information from the remote server.\nThe requested information is:\n\n* human readable server name\n* public key\n* available wikis\n* if the server hosts chats\n** if so which chats are currently available\n** if new chats can be created using this server\n\nthis information is saved locally and can be used in the above interface.\n\n!!! Chat\n\neach server can host a chat server as well.\nEach chat on a server has a unique name and can be public or private.\n\nWhen you connect to a server you get a list of chats available on that server.\n\nthen in the connection interface above you select the server and then a list of\nchats that are available on that server appear, you can select a chat and the\nchat interface for that chat appears and you get an update of the chat history\nfor that server.\n\nYou probably have to click a button to load the conversation.\n\nThe chat message is the same for both local and federated chats, the setup of\nthe chat itself lets the server know who to send what messages to.\n\nSo chats can be:\n\n* Public - Anyone can see it if they have joined, the chat will be listed in the public chats when a new server connection is made.\n* Private - only explicitly listed logins can see them, regardless of location.\n* Local - Anyone on the same Bob server can see the chat but it isn't federated out to other servers.\n* Invite-Only - the same as private, except the chat is listed in the available chats and people can request access.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/FileSystemMonitor": {
            "title": "$:/plugins/OokTech/Bob/Documentation/FileSystemMonitor",
            "tags": "[[Bob Documentation]]",
            "caption": "File System Monitor",
            "description": "Watching the file system for modifications to tiddler files",
            "text": "By default Bob watches the tiddler files for each wiki and if any change\nhappens it will immediately reflect those changes in the browser.\nThis includes adding or removing tiddler files or editing their contents.\n\n!!! Note about file names\n\nOne effect of the file system monitor is that any file that is modified gets\nchecked to make sure that the file name matches what it would be if the tiddler\ngot created in the browser.\nThis means if you make a tiddler file and call it `foo.tid` and put this\ncontent inside it\n\n```\ntitle: bar\n\nsome text\n```\n\nthe file `foo.tid` would immediately be deleted and relpaced by a file called\n`bar.tid` to match the tiddler title.\n\nThis is expected behaviour, but may take people off guard because it is not\nimmediately obvious what happened.\n\nThese changes include placing tiddler files in subfolders of the tiddlers\nfolder.\nIf the rules for creating tiddler files used by tiddlywiki would not place the\ntiddler file in that folder than the file is moved to where tiddlywiki expects\nit to be.\nYou can change the rules for where tiddler files are placed by creating or\nediting the `$:/config/FileSystemPaths` tiddler.\nSee [ext[the documentation on tiddlywiki.com|https://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming]] for further details.\n\n!! Known problems\n\n!!! Networked Drives\n\nThe file system monitor does not work as expected on networked drives.\nThe most common time this comes up is on windows shared drives, but it affects\nmost remote storage options.\nIf you store your wikis on a networked drive that isn't in the computer running\nBob you should disable the file system monitor (see below for how).\n\n!!! File syncing (Dropbox, syncthing, etc.)\n\nThe file system monitor does not play well with most automated file syncing\noptions.\nBoth the file syncing system and Bob are trying to manage the files at the same\ntime and both react to changes in files.\nThis can lead to duplicate tiddler files or lost data.\n\nIt is very strongly recommended that you do not use file syncing on wikis\nserved by Bob.\n\nIf you use syncing anyway you should at a minimum disable the file system\nmonitor.\n\n!! Disabling the file system monitor\n\nIf you want to avoid the problems mentioned above or for some other reason\nwould like to not use the file system monitor you can disable it.\nTo disable it open the $:/ControlPanel, then open the `Bob Settings` tab, then\nthe `Server` tab.\nOn the `Server` tab there is a checkbox labelled `Disable File System Monitor`,\ncheck that box then restart Bob.\n\nDisabling or reenabling the file system monitor requires a restart in order to\ntake effect.\n"
        },
        "title: $:/plugins/OokTech/Bob/Documentation/InterServerFederation": {
            "title": "title: $:/plugins/OokTech/Bob/Documentation/InterServerFederation",
            "caption": "Inter-server Federation",
            "text": "!! Connecting to servers\n\nYou connect to a server by giving its url.\n\nAs part of the connection process you send the name of your server to the\nremote server (along with your public key and a signed token, if that is set up)\n\nIf the remote server wishes to respond than it replies with its name and a\nlisting of its public wikis and any wikis that you have permission to see or\nedit.\n\nServer information is saved so that the next time you can try to connect to the\nsame server using the same url. This works when the server doesn't move, or\nwhen you are on the same local network as the server and you are using a unix\nbased system like Linux or OSX and are using .local urls.\n\nAfter you have connected to a server than you can send messages between the\nservers in the same way as between the browser and server.\n\nYou can:\n\n* Sync wikis\n* Fetch wikis\n* Set up a real time chat messenger\n* Fetch/push tiddlers between different servers\n* Arbitrary messages between servers\n* Set up repeated/continuous syncing between servers\n* Other things?\n\n!! Server Info\n\nFor each known server the wiki saves info.\n\n* Server Name\n* Most recent server URL\n* A flag to set if the server is mobile or not (if it always uses the same url)\n* What wikis are accessible on the server\n* What wikis to sync with the remote server, and the type of syncing\n** This would be wiki name, sync filter, direction, conflict resolution type\n* If the server supports chat\n\n!! Interface\n\n* A listing of all of the known servers in the control panel federation tab\n* Somewhere a chat interface for remote servers\n* A one-time wiki syncing thing\n* A fetch/duplicate remote wiki thing\n* Set up repeated syncing and the interval or conditions for checking\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/LazyLoading": {
            "title": "$:/plugins/OokTech/Bob/Documentation/LazyLoading",
            "tags": "[[Bob Documentation]]",
            "caption": "Lazy Loading",
            "description": "Only loading tiddler metadata until a tiddler is used to improve loading times",
            "text": "You can turn on lazy loading by going to the $:/ControlPanel, then the\n`Bob Settings` tab then the `Server` tab.\n\nAlternatively you can enable or disable lazy loading by directly editing the\nmanual settings.\nTo enable lazy loading set the `rootTiddler` key under `ws-server` to\n`$:/core/save/lazy-all` or `$:/core/save/lazy-images`.\nTo disable lazy loading either remove the key or set it to `$:/core/save/all`.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Logging": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Logging",
            "caption": "Bob Logging",
            "tags": "[[Bob Documentation]]",
            "description": "logging output from Bob",
            "text": "Output from Bob can be logged in three places, a file, in the browser or to the\nterminal console.\n\nThe logging output can be to any mix of the outputs, or none.\nThe logging can also have multiple levels, and the logging level for each\noutput can be set independently.\n\n!! Configuring logging\n\nConfiguration options are set using in the `logging` section of the settings.\n\nBy default, if nothing is set, than the logging level is `2` and only logging\nto the console is enabled.\nTo enable each logging output the keys `useFileLogging`, `useConsoleLogging`\nand `useBrowserLogging` can be set to `yes` or `no`.\n\nSetting the logging level for each logging endpoint is set using `fileLogLevel`\n`browserLogLevel` and `consoleLogLevel`\n\n!! Logging levels\n\nHigher numbers have more logging output, each level adds to the levels below\nit.\n\n* `-1` (almost) no logging. There is still some output from loading the settings initially because the settings are what tell the system the logging level.\n* `0` Only necessary outputs, like what port the wikis are served on and errors that crash the server.\n* `1` 'Normal' messages, listing wikis that are created or deleted, wiki paths, etc.\n* `2` verbose logging. Every tiddler that is saved or deleted is listed, every error is also listed.\n* `3` debugging level of output. Lots of information that isn't useful for anything other than debugging.\n* `4` a truly ridiculous amount of logging\n\n''Note:'' Output for levels 3 and 4 is still being added, so it may not be as\nverbose as expected.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/ActionReconnectWebsockets": {
            "title": "$:/plugins/OokTech/Bob/Documentation/ActionReconnectWebsockets",
            "tags": "ActionWidgets Widgets [[Bob Documentation]]",
            "caption": "ActionReconnectWebsockets",
            "description": "A widget for reconnecting to a websocket server if you have been disconnected.",
            "text": "! Introduction\n\nThe `action-reconnectwebsocket` widget is an action widget that tries to\nre-establish your connection to the Bob server component after being\ndisconnected.\n\n! Content and Attributes\n\nAny content of the `action-reconnectwebsocket` widget is ignored.\n\n|!Attribute |!Description |\n|!sync |If this is set to `true` than the wiki sends the server a list of its unsent changes and asks for any changes on the server since the wiki was disconnected (Default: `false`) |\n\n! Examples\n\n```\n<$action-reconnectwebsocet sync='false'/>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Running Scripts Using Websocket Messages": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Running Scripts Using Websocket Messages",
            "caption": "Running Scripts Using Websocket Messages",
            "tags": "[[Bob Documentation]]",
            "description": "Run shell scripts from the wiki.",
            "text": "For safety it is set up so that you can only run messages that are defined in\nthe settings.\n\nTo define a script to run make a new entry in the `scripts` section of the\nsettings. The name is what you send in the websocket message, the value is the\ncommand you want to run.\n\nTo run the `ls` command you put this in it:\n\n`'test': 'ls'`\n\nthen you would make a button like this:\n\n```\n<$button>\n  Test Script\n  <$action-websocketmessage $type='runScript' name='test'/>\n</$button>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Bob Plugin Library": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Bob Plugin Library",
            "caption": "Bob Plugin Library",
            "tags": "[[Bob Documentation]]",
            "description": "setting up Bob as a plugin library",
            "text": "A Bob server can be configured as a plugin library.\nTo do this you need to set the `pluginLibrary` key under `API` to `yes` in the\nsettings and then set the `pluginsPath` key to wherever you have your plugins.\n\nPlugins are assumed to be in the same format as used by the core wiki.\nSo under the plugins folder there should be folders that have the author names\nand under those folders that have the plugin names which hold the `plugin.info`\nfiles.\n\nLook at the plugins folder of the tiddlywiki5 repo for an example.\n\nWhen listing plugins Bob looks for a tiddler whose title ends with `/readme`\n(capitilisation is not important, so `/ReadMe`, `/README` or `/ReAdMe` would\nalso work) and sends the text field of that tiddler with the plugin info.\n\n!!! Adding Plugins to the Library\n\nThere is a tab `Manage Plugins` under `Bob Settings` that has tools for adding\nplugins that you have dragged and dropped into the wiki to the plugin library.\nOnly plugins that are not already in the library are listed in this.\n\nAlternately you can add plugins to the library in three ways:\n\n- Git - You can use git to clone plugins into your plugin folder and they can\n  be accessible in the library.\n- API - You can use the api to POST plugins and have them saved in the library\n- Websocket Message - If you have the plugin in your wiki via drag and drop\n  than you can add it to the library using the `savePluginFolder` message.\n\n!!! Changing Plugins Used by a Wiki\n\nIn the `Manage Plugins` tab under `Bob Settings` in the $:/ControlPanel you can\nchange which plugins are in a wiki. You should click `Update Plugin List` to\nmake sure that you have a complete list of plugins.\n\nThen you can select whichever plugins from the list that you want to have in\nyour wiki. After selecting the plugins you want click `Save Plugin Selection`\nto update the `tiddlywiki.info` file then reload the page. Clicking\n`Refresh Page` will do this, or use the normal browser reload.\n\nAfter reloading the wiki will have the new list of plugins.\n\n''Note:'' This will not remove plugins that you have added by drag and drop.\nYou have to delete them like normal. If you have added a plugin using this\nmethod after you added the plugin via drag and drop you can delete the plugin\ntiddler before reloading the page.\n\n!! Developer Information\n\n''Note:'' This is information for developers. If you are setting up or using\nBob as a plugin library you can ignore this. This section is only relevant if\nyou are going to create your own interface to the plugin library.\n\nThere are two RESTful api endpoints that are part of the plugin library. They both accept POSTs and return the requested information as stringified JSON.\n\n* `/api/plugins/list` returns a list of all plugins available in the library\n  (see list format below)\n* `/api/plugins/fetch/Author/Plugin` returns the plugin as a json object.\n\nThe plugin list endpoint returns a list as an array in this format:\n\n```\n[\n  {\n    name: Author/Plugin,\n    description: plugin description field,\n    tiddlerName: the plugin tiddler name,\n    version: the plugin version,\n    author: the plugin author,\n    readme: the text of the plugins readme tiddler\n  },\n  {\n    name: Author/Plugin2,\n    description: plugin description field,\n    tiddlerName: the plugin2 tiddler name,\n    version: the plugin version,\n    author: the plugin author,\n    readme: the text of the plugins readme tiddler\n  }\n]\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/ServerMedia": {
            "title": "$:/plugins/OokTech/Bob/Documentation/ServerMedia",
            "caption": "Server Media",
            "tags": "[[Bob Documentation]]",
            "description": "Save imported media on the server instead of adding the media to a tiddler",
            "text": "When this is enabled media files that are imported into the wiki will be saved\nto the file system and a tiddler with the appropriate type and a\n`_canonical_uri` field that points to the media file is created instead of\ncreating a tiddler that contains a base64 encoded version of the media.\n\nThis can be very helpful because otherwise all of the media imported into a\nwiki would have to be loaded before the wiki could fully load, having them\nsetup as external files means that they are loaded when they are viewed.\n\nThis is enabled by default, to disable this feature open the $:/ControlPanel,\nthen the `Bob Settings` tab, then the `File Server` tab and uncheck the\n`Save media on server` checkbox.\n\nAfter disabling the server, or re-enabling it, you have to click on the\n`Update Settings` button for it to take effect.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Selective Syncing": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Selective Syncing",
            "caption": "Selective Syncing",
            "tags": "[[Bob Documentation]]",
            "description": "Select which tiddlers are synced with the server",
            "text": "''Note:'' Changing the filter changes what can be saved and may have unintended\nconcequences. Unless you know exactly what you are doing don't remove anything\nfrom the default filter, only add more patterns to exclude other tiddlers.\n\nYou can change the filter listed in [[$:/plugins/OokTech/Bob/ExcludeSync]]\nto change what is saved by the wiki. The filter returns tiddlers that won't be\nsaved by the wiki.\n\nSo anything you change in a tiddler returned by that filter is not saved\nbetween wiki refreshes and isn't sent to the server.\n\nThis is the same filter used by the server to determine if a tiddler should be\nsent to the browser.\n\nThe default filter is:\n\n```\n[has[draft.of]][prefix[$:/state/]][prefix[$:/temp/]][[$:/StoryList]][[$:/HistoryList]][[$:/status/UserName]][[$:/Import]][[$:/plugins/OokTech/Bob/Server Warning]]\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/SettingFavicons": {
            "title": "$:/plugins/OokTech/Bob/Documentation/SettingFavicons",
            "caption": "Setting Favicons",
            "tags": "[[Bob Documentation]]",
            "description": "Notes about favicons with Bob",
            "text": "To set the favicon for a wiki (a favicon is the little image shown on the\nbrowser tab for most browsers) you can take an image tiddler and set its title\nto `$:/favicon.ico`. This does not work with tiddlers that use `_canonical_uri`\nfield.\n\n''Note:'' Due to details of how the file server component works if you set a\nfavicon for the root wiki it is used as the default favicon for all of the\nchild wikis. You can set the favicon for the child wikis normally and it works,\nbut if there is none set it uses the same one as the root wiki.\n\nThis was not intended behaviour so it may change later, but I don't think it is\na problem and it may be convenient.\n\nIf you want to set the favicon for your root wiki and have a child wiki with no\nfavicon create an empty tiddler with the title `$:/favicon.ico` in the\nchild wiki.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Starting Other Wikis": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Starting Other Wikis",
            "caption": "Starting Other Wikis",
            "tags": "[[Bob Documentation]]",
            "description": "Serve multiple wikis at the same time.",
            "text": "This works using the `wsserver` command included in this plugin.\n\n''Note:'' This describes how to make the Bob plugin serve existing wikis.\nIf you want to create the wiki and start serving it you should look at\n[[creating new wikis|$:/plugins/OokTech/Bob/Creating New Wikis]] instead.\n\nYou can start serving other wikis from within the wiki. First you need to give\nthe wiki a name and list its path in the settings. Go to the `Bob Settings`\ntab in the [[$:/ControlPanel]] and give the wiki a name and list its path in\nthe `wikis` section like this:\n\n`'otherwiki': ~/Documents/TiddlyWiki/Wikis/Bob`\n\nthen click the `Update Settings` button under the list. Wait a moment for the\nsave button to turn back to grey and then click on the `Update Routes` button\nand your changes should take effect. It may take a few seconds for the server\nto finish processing the requests.\n\nAfterward you will be able to go to `localhost:8080/otherwiki` to open the wiki\n(assuming that you are using default settings)\n\n''Note:'' This does not create the wiki. If the wiki doesn't exist this won't\ndo anything. To create a new wiki from within the wiki use the interface in the\n$:/ControlPanel under the Bob tab. If for some reason you would rather do it\nsome other way see the example for the\n[[runScript message|$:/plugins/OokTech/Bob/WebSocketMessage-runScript]].\n\n<!--\n!! Serving wikis using a script (Advanced)\n\nUsing the [[runScript|$:/plugins/OokTech/Bob/WebSocketMessage-runScript]]\nwebsocket message you can run shell commands, so you can do this to start\nserving other wikis normally from within a wiki.\n-->\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/ActionWebSocketMessage": {
            "title": "$:/plugins/OokTech/Bob/Documentation/ActionWebSocketMessage",
            "tags": "ActionWidgets Widgets [[Bob Documentation]]",
            "caption": "ActionWebSocketMessage",
            "description": "The widget for sending websocket messages.",
            "text": "! Introduction\n\nThe ''action-websocketmessage''  widget is an [[action widget|ActionWidgets]]\nthat sends a websocket message to the websocket server on the node server\nprocess.\n\nSee [[WebSocketMessages|$:/plugins/OokTech/Bob/WebSocketMessages]] for a\nlist of available messages and their descriptions.\n\nThis is how any non-automated interaction with he websocket server is done.\n\n! Content and Attributes\n\nThe ''action-websocketmessage'' widget is invisible. Any content within it is ignored.\n\n|!Attribute |!Description |\n|$type |The name of the websocket message you are sending, from the list in [[WebSocketMessages|$:/plugins/OokTech/Bob/WebSocketMessages]] |\n|$param |This was supposed to be the default parameter for messages but it isn't used. This will probably be removed in the future. |\n|$tiddler |This is the title of a tiddler that can be sent along with the message. |\n|//{any other attributes}// |Each other attributed is added to the message sent. Attributes are added using `attribute=value` syntax. |\n\n! Examples\n\nThis will send a ping message to the server. All that it does is print out the\nreceived message in the terminal running the node process.\n\nThis message will print out:\n\n`{ type: 'test', attribute: 'value', source_connection: 0 }`\n\nNote: the source connection may not be 0. The source connection is the\nzero-based index of the browser connection to the server.\n\n```\n<$button>\n  PING!\n  <$action-websocketmessage $type='test' attribute=value/>\n</$button>\n```\n\n<$button>\n  PING!\n  <$action-websocketmessage $type='test' attribute=value/>\n</$button>\n\nThis will reset the tiddlywiki server. Note that if you press this button than\nit will break your connection to the server and you will have to refresh the\npage after the server has restarted.\n\n```\n<$button>\n  Restart Server!\n  <$action-websocketmessage $type='restartServer'/>\n</$button>\n```\n\n<$button>\n  Restart Server!\n  <$action-websocketmessage $type='restartServer'/>\n</$button>\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/UsingProxies": {
            "title": "$:/plugins/OokTech/Bob/Documentation/UsingProxies",
            "caption": "Using Proxies",
            "tags": "[[Bob Documentation]]",
            "text": "''Note:'' The developers do not have a setup to test these.\nThey are community supplied so support for proxies needs to mainly come from\nthe community.\n\n!! Setting up a proxy\n\nIf you use a proxy that rewrites the path component of the wiki URL than you\nneed to set the removed prefix in the settings so that the browser can connect\nto the websockets component of the server on the correct port.\n\n''Note:'' This is outdated, you should be able to ignore this setting now.\n\nThe setting is in the `ws-server` section of the manual settings. An example\n`ws-server` is:\n\n```\n'ws-server': {\n  \"host\":  \"127.0.0.1\",\n  \"port\":  \"8090\",\n  \"proxyprefix\": \"wiki\"\n}\n```\n\nyou can add the leading `/` or not, so you could use `/wiki` or `wiki`.\n\n!! Setting up Caddy\n\nAn example caddy file that removes the `wiki` part of the url, which means that\nthe `proxyprefix` needs to be set.\n\n```\nphone.local:8080 {\n  tls /data/data/com.termux/files/home/etc/phone.crt /data/data/com.termux/files/home/etc/phone.key\n    proxy /wiki 127.0.0.1:8090 {\n    without /wiki\n  }\n}\n```\n\nAnother example of a caddy file that explicitly forwards websockets and does not use TLS is:\n\n```\nexample.com:8081 {\n  tls off\n  proxy /wiki example.com:8080 {\n  websocket\n  without /wiki\n}\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessages": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessages",
            "caption": "WebSocketMessages",
            "tags": "[[Bob Documentation]]",
            "description": "the different human usable websocket messages avaliable.",
            "text": "You use websocket messages with the [[ActionWebSocketMessage|$:/plugins/OokTech/Bob/ActionWebSocketMessage]] widget.\n\nThese are the human usable messages currently available for websockets:\n\n<$list\n  filter='[all[tiddlers+shadows]tag[Websocket Message]tag[Human Usable]]'\n>\n  <$link\n    to=<<currentTiddler>>\n  >\n    <$view\n      field='caption'\n    />\n  </$link>\n  -\n  <$view\n    field='description'\n  />\n  <br>\n</$list>\n\nFor developers there are also [[messaged used by the back-end|$:/plugins/OokTech/Bob/BackendWebSocketMessages]].\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Wiki Paths": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Wiki Paths",
            "caption": "Wiki paths",
            "tags": "[[Bob Documentation]]",
            "description": "Information about the relationship between file system paths, urls, and wiki names.",
            "text": "First some definitions:\n\n- `file system paths` can be thought of as addresses for where files live on your computer. File system paths generally look something like: `C:\\Users\\me\\documents` (on windows) or `/home/me/documents` on OSX or linux.\n- `urls` refer to locations or files that are made available by a web server. The internet uses urls because everything that you access on the internet is sent to you by a server somewhere.\n- `wiki names` refer to the names used to distinguish between wikis in Bob. The url of wikis served by Bob generally ends with the wiki name.\n\nOne very important thing to understand that the url you type in to access a\nwiki while using Bob is not the same as a file system path. By default Bob uses\na structure that mostly mirrors the way that wikis are laid out on the file\nsystem, but that doesn't mean that the urls and the file system structure are\nthe same thing. This is a very important distinction when it comes to serving\nfiles that can be used in Bob wikis.\n\nAs of Bob version 1.2.2 wiki urls can be part of the path to another wiki. That\nis you an have a wiki available on `localhost:8080/MyWiki` and another wiki on\n`localhost:8080/MyWiki/MyOtherWiki`. This is new in version 1.2.2 and will not\nwork in any older versions.\n\n!! Setting wiki paths\n\nThe easiest way to add wikis is using the tools in the $:/ControlPanel, so\nunless you want to do something that you can't do using them this next part\nisn't necessary.\n\nYou can set the wiki url by where you place it in the wikis property of the settings, wiki names need to be unique only within the same group, so you can have `localhost:8080/foo/baz` and `localhost:8080/bar/baz` without trouble.\n\nThe way that the file system paths of wikis are listed in the settings changed in version 1.2.2. Previously it was `wikiName: wikiPath`, you can still list them that way but they will automatically get updated to the form `wikiName: {'__path': wikiPath}`, this is necessary in order to allow wikis on nested urls.\n\n**I need to write this part at some point**\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WikiSyncing": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WikiSyncing",
            "caption": "Wiki Syncing",
            "tags": "[[Bob Documentation]]",
            "description": "Sync wikis between different Bob servers",
            "text": "TODO write this"
        },
        "$:/plugins/OokTech/Bob/Documentation/A note about ports": {
            "title": "$:/plugins/OokTech/Bob/Documentation/A note about ports",
            "caption": "A note about ports",
            "tags": "[[Bob Documentation]]",
            "text": "As long as the key `ws-server.autoIncrementPort` is not set to false, the\n`wsserver` command ensures that there aren't port conflicts when starting up.\nA result of this is that if you say to use a port that is taken than it will\nincrement the port number until an available port is found. Because of this the\nwiki may not be on the same port that you expect, so look at the commandline\noutput to see which port it is being served on.\n\nIf `ws-server.autoIncrementPort` is set to false than the server will try using\nthe port given (`8080` by default) and the process will fail and exit if the\nport is in use.\n\nBoth the websocket interface and the http(s) interface use the same port.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Serving Files": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Serving Files",
            "caption": "Serving Files or Images",
            "tags": "[[Bob Documentation]]",
            "description": "Set up the server to serve static files from the local file system.",
            "text": "''Big note of doom:'' If you are serving files and you have the host set to\n`0.0.0.0` than anyone on the local network can access the files that you are\nserving. So if you are sitting in Starbucks and you have the host set to\n`0.0.0.0` and you have pdf copies of your tax documents in a sub-folder of\nyour `filePathRoot` than everyone on the wifi at starbucks has access to those\ndocuments. The simple solution is to not serve on `0.0.0.0` unless you are on\nyour home network.\n\n---\n\nBob, like any other node.js version of tiddlywiki, does not handle external\nfiles the same way that single file wikis do.\nThis means that you can't just reference files by their location on your\nharddrive the way you can with the single file wikis.\nTo access files on your harddrive while using Bob you have to enable the file\nserver component of Bob.\n\n!! Using the interface\n\nEverything can be done using the graphical interface in the control panel.\n\nTo get to the interface go to the $:/ControlPanel -> `Bob Settings` tab ->\n`Server` tab -> `File Server` tab\n\n!!! Enabling the server\n\nTo enable the file server check the `Enable File Server` box.\n\nThis should enable the server, but due to browser caching you may still have to\nreload the wiki page before images will appear.\n\n!!! Default Setup\n\nOnce the file server is enabled than every wiki can have a folder called\n`files` next to the `tiddlers` folder that contains files that are accessible\nto that wiki. This requires no setup past enabling the file server.\n\nFiles for each wiki have different uri prefixes. For the root wiki getting a\nfile called `FileName.jpg` it is:\n\n`/files/FileName.jpg`\n\nFor a wiki called `This/Wiki` the uri would be:\n\n`/This/Wiki/files/FileName.jpg`\n\n!!! Saving media files on the server\n\nIf the file server in enabled than by default any media files that are imported\ninto the wiki will be saved on the server and a `_canonical_uri` tiddler gets\ncreated in the wiki instead of saving the media it the wiki itself.\n\nThis can help a lot with file size and loading times if you have a lot of media\nin your wikis.\nIt also greatly reduces the memory used by the server.\n\n!!! Advanced Setup\n\nBelow the check box there is a table that lists all of the other folders that\nhave files that are accessible from within the wiki along with the prefix for\nthose folders.\n\nTo add a new folder enter a prefix and path in the interface and click\n`Add Folder`.\n\nIf you give the prefix `media` and what to access the file `FileName.jpg` in\nthe folder listed the files in the folder are available in a similar way to\nabove, the url prefix is `/files/media`\n\nSo the file would be available using at the url `/files/media/FileName.jpg`\n\n! Advanced configuration\n\nAfter enabling the file server it is easiest to just use the default settings.\nUnless you have some compelling reason to change than it is recommended that\nyou stick with the defaults.\n\nIf you have a reason to change the settings there are two relevant settings:\n\n* `fileURLPrefix` - this is the uri prefix to use for accessing files. This is used for files specific to individual wikis and files listed in the `servingFiles` section of the settings.\n* `servingFiles` - this is an object that holds the prefix and path for different places where files are served from\n** The content is in the form `prefix:path` as shown below\n\nExample:\n\n```\nservingFiles: {\n  docs: '/path/to/docs/folder',\n  otherprefix: '/path/to/other/folder'\n}\n```\n\nthen the uri for files in the folder listed as `docs` would be in the form:\n\n`/wikiName/files/docs/fileName.ext`\n\nFiles that are only available to one wiki are served by default from the folder\ncalled `files` inside the wiki folder, next to the `tiddlers` folder.\n\nThese defaults give the same paths to files as a single file wiki in the same\nplace.\n\n!! Globally vs locally available files\n\nThis distinction is only relevant if you check the `per wiki files` box in the\nfile server setup.\nIf that isn't checked files in wiki-specific folders will be available to all\nwikis and to anything outside tiddlywiki that can access the server, see the\nbig note of doom at the top.\n\n!!! Globally available\n\nThese files are available to any wiki being served.\n\nYou can serve files from the local filesystem to make them available in the\nwiki. This is particularly useful for things like images and pdf files that\nwould make the wiki large if they were embedded as tiddlers.\n\nBy default the urls for files in that folder are prefixed with `files`, so if\nyou have a file `foo.jpg` in the folder you are using than you can access it in\nthe wiki like this:\n\n`[img[/files/foo.jpg]]`\n\nsub-folders of the folder listed are also available, so if you have\n`filePathRoot` set to `/home/inmysocks/Pictures` and you have a folder called\n`Plants` in that folder with `aloe.jpg` in it than you could get that image\nlike this:\n\n`[img[/files/Plants/aloe.jpg]]`\n\nFolders served using the `Serve files from a new folder` section of the file\nserver setup are all globally available.\n\n''Note about paths:'' For security you can't use any paths that would go above\nthe base file path. So, using the example above, if you tried to access an\nimage in `/home/inmysocks` by using the uri `./files/../foo.jpg` it would not\nwork.\n\n!!! Files for specific wikis\n\nThese files are for specific wikis and, if you have set up access controls, are\nonly available to that wiki.\n\nThese are similar to the globally available files with the following\ndifferences:\n\n* The path root is the `files` folder located in the wiki folder, next to the tiddlers folder.\n* To access these files you use the prefix `/wikiName/files/`, so if you have a wiki called `foo` and a picture called `bar.jpg` you would use `/foo/files/bar.jpg` to access it.\n\n!! File paths\n\nYou should not put a `.` at the start of the url to make it relative. It will\nwork in some situations but it will not work in others. In general leaving out\nthe `.` is a better idea in this situation.\n\n!!File Types\n\nEach file type that you want to serve has to be explicitly listed is the\nsettings under the `mimeMap` property. If the mimeMap property is missing this\nis used as the default:\n\n```\nmimeMap: {\n  '.aac': 'audio/aac',\n  '.avi': 'video/x-msvideo',\n  '.csv': 'text/csv',\n  '.doc': 'application/msword',\n  '.epub': 'application/epub+zip',\n  '.gif': 'image/gif',\n  '.html': 'text/html',\n  '.htm': 'text/html',\n  '.ico': 'image/x-icon',\n  '.jpg': 'image/jpeg',\n  '.jpeg': 'image/jpeg',\n  '.mp3': 'audio/mpeg',\n  '.mpeg': 'video/mpeg',\n  '.oga': 'audio/ogg',\n  '.ogv': 'video/ogg',\n  '.ogx': 'application/ogg',\n  '.png': 'image/png',\n  '.svg': 'image/svg+xml',\n  '.weba': 'audio/weba',\n  '.webm': 'video/webm',\n  '.wav': 'audio/wav'\n}\n```\n\nOnly files with the extensions listed will be served. You can add or remove\nfile extensions as you wish, just make sure to give them the appropriate mime\ntype or the browser may not know how to handle the file.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/ApacheServer": {
            "title": "$:/plugins/OokTech/Bob/Documentation/ApacheServer",
            "tags": "[[Bob Documentation]]",
            "caption": "Using an Apache Server",
            "description": "Setting up Bob on an apache server with SSL",
            "text": "!! Bob behind an Apache SSL-terminating proxy\n\nApache does need to distinguish which traffic to proxy as WebSocket.\nMany examples on the web assume that the URI path can be used to recognize\nWebSocket traffic.\ne.g. All WS traffic begins with \"/ws\".\nBut Bob uses the same URI for the WS connection as the Tiddlywiki page itself.\ne.g. https://my.domain.com/.\n\nYou can use the WS header to recognize the traffic.\nThe 'WebSockets' section in the httpd.conf below says,\n\"If you get a request with the HTTP headers \"Upgrade: websocket\" and\n\"Connection: Upgrade\" rewrite it to a WebSocket request for the IP/port where\nBob is running.\n\n```\n<VirtualHost *:443>\n  ServerName my.domain.com\n  ProxyRequests Off\n  ProxyPreserveHost on\n  ###### Adding WebSockets ######\n  RewriteEngine On\n  RewriteCond %{HTTP:Connection} Upgrade [NC]\n  RewriteCond %{HTTP:Upgrade} websocket [NC]\n  RewriteRule /(.*) ws://127.0.0.1:8088/$1 [P,L]\n  ###### Finished WebSockets #######\n  ProxyPass \"/\"  \"http://127.0.0.1:8088/\"\n  ProxyPassReverse \"/\"  \"http://127.0.0.1:8088/\"\n  Include cert-stuff.conf\n  AllowEncodedSlashes On\n  SSLEngine On\n  SSLProxyEngine On\n  <Location \"/\">\n    AuthType Basic\n    AuthName \"Restricted test Content\"\n    AuthUserFile /path/to/passwords\n    Require valid-user\n  </Location>\n</VirtualHost>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/Transform Filters": {
            "title": "$:/plugins/OokTech/Bob/Documentation/Transform Filters",
            "caption": "Transform Filters",
            "tags": "[[Bob Documentation]]",
            "description": "Filters that can be used to modify tiddler names when they are imported",
            "text": "Transfom filters are filters that can be used to modify the names of tiddlers\nwhen they are imported into a wiki.\n\nThe input to the filter is the original tiddler title and the output is used as\nthe new title.\n\nExample:\n\nTransform Filter: `[addprefix[$:/prefix/]]`\n\nInput Title: `A Tiddler`\n\nOutput Title: `$:/prefix/A Tiddler`\n\n!! Some notes about context\n\nThese filters are evaluated in the context of the originating wiki, so you can use\ntransclusions from that wiki to create the name.\n\nThis means that if you use this filter:\n\n`[addprefix{$:/WikiName}]`\n\nand pull a tiddler called `This Tiddler` from a wiki called `MyWiki` the title\nwhen it gets pulled would be called:\n\n`MyWikiThis Tiddler`\n\nA perhaps more useful filter would be:\n\n`[addprefix[/]addprefix{$:/WikiName}addprefix[$:/imported/]]`\n\nwhich would result in the tiddler name\n\n`$:/imported/MyWiki/This Tiddler`\n\nnote that the prefixes are added left to right, so reading them in the filter\ngives the opposite order than they appear in on the output.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/SaverServer": {
            "title": "$:/plugins/OokTech/Bob/Documentation/SaverServer",
            "caption": "Saver Server",
            "tags": "[[Bob Documentation]]",
            "description": "Using Bob to save single file wikis",
            "text": "!! First a bit of a warning to not change the configuration\n\nThe saver server is a separate server than the one for the wikis.\nIt allows different actions and saving files anywhere on your computer.\nUsing the default settings there are no security concerns, only html files can\nbe saved and they can only be saved by someone using the computer running Bob\nor BobEXE and no one else even if Bob is configured to allow people to access\nwikis on the local network.\n\nChanging this configuration is not something that you can do by accident.\n\nIt is possible to configure the saver server to accept save requests from\nsomething other than the computer running Bob. This is very strongly\ndiscouraged. See [[the big note of doom|$:/plugins/OokTech/Bob/BigNoteOfDoom]].\n\nIf you want an extra layer of security you can use a saver key.\nThis is a similar idea to a wifi password, you set it in the $:/ControlPanel\nin Bob and then you have to enter the same key in the single file wikis you\nwish to save or they will not be able to save.\n''This is not sufficient to make changing the configuration a good idea.''\n\n!! And now on to what it actually is\n\nFor this Bob and BobEXE are considered the same thing. All of this applies\nregardless of if you are using BobEXE or you are using Bob as a plugin.\n\nBob has an integrated server that allows you to use the BobSaver to save single\nfile wikis without any further configuration.\n\nThe server is enabled by default.\nAll you need to do is start Bob and then you can open up any single file wiki\non your computer and edit it and save it normally.\nThere are not restrictions on where in your file system you can save as long as\nyou could save files there normally.\n\nIt works with both autosaving and manual saving.\n\n!!! Setting the saver key\n\nTo set the saver key open the $:/ControlPanel, then the `Bob Settings` tab,\nthen the `Saver Server` tab.\n\nEnter the key you wish to use in the `Saver Key:` text box and then click on\nthe `Save Settings` button.\n\nRemember that if you set this key every html wiki you wish to save will need to\nhave the same key entered.\n\nTo enter the key in a single file wiki open the $:/ControlPanel then the\n`Saving` tab then the `BobSaver` tab.\n\nEnter the key is the text entry box labeled `Key:`\n\n!!! Disabling the saver server\n\nTo disable the saver server go to the $:/ControlPanel, open the\n`Bob Settings` tab, under that open the `Saver Server` tab and check the box to\ndisable the saver server. There are more detailed instructions on the\n`Saver Server` tab.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/getSetting Macro": {
            "title": "$:/plugins/OokTech/Bob/Documentation/getSetting Macro",
            "caption": "getSetting Macro",
            "tags": "Macros",
            "text": "A convenience macro to return the value of a setting in the settings\npseudo-json structure.\n\nThis is needed because tiddlywiki doesn't support nested json objects and\nthe settings structure is faking it.\n\nThis is done relative to the tiddler given by the root parameter.\n\nTo fit with tiddlywiki as much as possible each level is separated by ##\n\n{\n  First: {\n    Second: {\n      Item: Value\n    }\n  }\n}\n\nGiven the above JSON you could use this:\n\n`<<getSetting key:\"First##Second##Item\">>`\n\nnote that you can leave out the `key:` part and use this:\n\n`<<getSetting \"First##Second##Item\">>`\n\nboth would return `Value`\n\nNote that this returns the first leaf reached. If you add extra levels that\ndon't exit to the end of the key they are ignored. So in the example if you\nused First##Second##Item##this##changes##nothing than it would work the same\nway.\n\n!! Parameters\n\n''key''\n\n  The key to look up. If you are looking up a value that isn't on the root\n  level than you separate each level's key by `##`, like\n  FirstLevel##SecondLevel##key.\n\n''root''\n\n  (optional) the root tiddler for the settings. Defaults to\n  `$:/WikiSettings/split`\n\n!! Example\n\nThe code\n\n`<<getSetting ws-server##host>>`\n\ngives\n\n<<getSetting ws-server##host>>\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-browserTiddlerList": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-browserTiddlerList",
            "tags": "[[Websocket Message]]",
            "caption": "browserTiddlerList",
            "description": "A message for the backend, not human usable.",
            "text": "This message isn't used by the backend to help keep the browser and server in\nsync.\n\nThis message is sent with a list of all tiddlers currently in the wiki open in\nthe browser.\n\n!!Usage\n\nThis message is used by the back-end, sending this message manually will break\nthe synchronisation between your browser and the server so don't do it.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-ack": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-ack",
            "tags": "[[Websocket Message]]",
            "caption": "ack",
            "description": "A message for the backend, not human usable.",
            "text": "A message for the backend, not human usable.\n\nIt is used to acknowledge a websocket message from the server or browser.\n\nIf you use this in normal wikitext than it will probably break things and I will not offer any help fixing it.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-cancelEditingTiddler": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-cancelEditingTiddler",
            "tags": "[[Websocket Message]]",
            "caption": "cancelEditingTiddler",
            "description": "A message for the backend, not human usable.",
            "text": "This message is used to keep all connected browsers in sync and is only used by\nthe back end to keep track of if a tiddler is being edited or not.\n\n!!Usage\n\nThis message isn't meant to be manually used. Sending this message manually will break things.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-createNewWiki": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-createNewWiki",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "createNewWiki",
            "description": "A message used to make new wikis",
            "text": "This message is used to create a new wiki using an edition.\n\n''BobEXE note:'' `BobEXE` uses a slightly different structure than the plugin\nversion does by default. For `BobEXE` the IndexWiki folder is made in the same\nfolder as the executable, and by default all other wikis are placed in a `Wikis`\nsubfolder.\n\n''Location note:'' By default new wikis are created in the same folder as the\nroot wiki. So if you have a folder `Wikis` and your root wiki in a subfolder\n`RootWiki` than new wikis created using this will also be in the `Wikis`\nfolder.\n\nExample folder structure:\n\n```\nWikis\n |\n |-RootWiki\n |\n |-NewWiki\n```\n\n!!Usage\n\n|!Name |!Description |\n|!edition |The edition to use to make the new wiki. If it is left out 'empty' is used. |\n|!wikiName |The name to give the new wiki. This is used to make the URL path to the new wiki and to set its location in the wikis folder. |\n|!basePath |OPTIONAL Use this if you want the wiki created somewhere other than the default location (see location note above) |\n|!wikisFolder |OPTIONAL Use this if you want the wikis folder to have a different name for this wiki. This is relative to `basePath` above.|\n\n```\n<$action-websocketmessage $type='createNewWiki' path='wikiFolderPath' edition='editionName' wikiName='newWikiName' basePath='basePath'/>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-clearStatus": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-clearStatus",
            "tags": "[[Websocket Message]]",
            "caption": "clearStatus",
            "description": "A message for the backend, not human usable.",
            "text": "A message for the backend, not human usable.\n\nIf you use this in normal wikitext than it will probably break things and I will not offer any help fixing it.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-deleteTiddler": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-deleteTiddler",
            "tags": "[[Websocket Message]]",
            "caption": "deleteTiddler",
            "description": "A message for the backend, not human usable.",
            "text": "A message for the backend, not human usable.\n\nIf you use this in normal wikitext than it will probably break things and I will not offer any help fixing it.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-downloadHTMLFile": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-downloadHTMLFile",
            "tags": "[[Websocket Message]][[Human Usable]]",
            "caption": "downloadHTMLFile",
            "description": "Download an html version of a wiki. (Depreciated)",
            "text": "''Note:'' This isn't very useful anymore, the `$action-downloadwiki` widget\ndoes a similar thing and works better.\n\nThis wiki creates and prompts you to download a single file html version of a\nwiki to your device. It has all of the node-specific plugins (Bob, for example)\nstripped out of it because they don't have any function in a single file wiki.\n\n!!Usage\n\n|!Parameter |!Description |\n|!forWiki | The name of the wiki you want to download the html file for. (Default: the current wiki) |\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-renameWiki": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-renameWiki",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "renameWiki",
            "description": "Renames a wiki",
            "text": "This renames an existing wiki. This is equivalent to moving a wiki.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-duplicateWiki": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-duplicateWiki",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "duplicateWiki",
            "description": "A message that creates a duplicate of an existing wiki.",
            "text": "This message is used to create a duplicate of an existing wiki.\n\n|!Parameter |!Description |\n|!fromWiki |The wiki to duplicate. |\n|!newWiki |The name of the new wiki. |\n|!copyChildren |If this is set to `true` child wikis will be copied as well. (Default: false) |\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-editingTiddler": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-editingTiddler",
            "tags": "[[Websocket Message]]",
            "caption": "editingTiddler",
            "description": "A message for the backend, not human usable.",
            "text": "A message for the backend, not human usable.\n\nIf you use this in normal wikitext than it will probably break things and I\nwill not offer any help fixing it.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-getThemeList": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-getThemeList",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "getThemeList",
            "description": "Get a list of all available themes from the server",
            "text": "This updates the list of all themes that are available on the server. It is\nhere to be used with the tools for changing which plugins from the local\nlibrary.\n\nThe list of plugins is saved in the list field of the tiddler\n`$:/Bob/AvailableThemeList` and they are in the form `Author/ThemeName`, like\n`tiddlywiki/snowwhite`.\n\n!!Inputs\n\nNone\n\n!!Usage\n\n`<$action-websocketmessage $type='getThemeList'/>`\n\n\nA button that will update the list of available themes\n\n```\n<$button>\n  Update Plugin List\n  <$action-websocketmessage\n    $type='getThemeList'\n  />\n</$button>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-buildHTMLWiki": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-buildHTMLWiki",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "buildHTMLWiki",
            "description": "A message used to build the single file version of a wiki",
            "text": "This message is used to create a single html file version of the wiki.\n\n!!Usage\n\nNote: all parameters for this are optional.\n\n|!Name |!Description |\n|!buildWiki |The name of the wiki to build. Defaults to the current wiki if no value is given. |\n|!outputFolder |The folder to store the output html file in. Can be absolute or relative to the wiki folder. (Default: `output`) |\n|!outputName |The to give the output html file. (Default: `index.html`) |\n|!excludeList |A filter that returns a list of tiddlers that should not be included in the output html file. (No Default) |\n|!ignoreDefaultExclude |If this is set to `true` than the default exclude list is ignored (Default: 'false') |\n|!externalTiddlers |A JSON object where each key is a wiki name and the value is a filter used to select tiddlers from that wiki to include is the output. (No Default) |\n|!transfromFilters |A JSON object where each key is a wiki name and the value is a filter used to transform the names of tiddlers imported from that wiki. (No Default) |\n|!transformFilter |A filter that is used to transform all tiddler titles pulled in from external wikis using the externalTiddlers parameter. (No Default) |\n\nExample: Build the current wiki in the default location\n\n```\n<$action-websocketmessage $type='buildHTMLWiki'/>\n```\n\nExample: Build the current wiki with extra tiddlers from two other wikis\n\n```\n<$action-websocketmessage $type='buildHTMLWiki' externalTiddlers=\"\"\"{\"WikiOne\":\"[!is[system]]\", \"WikiTwo\":\"[tag[import]]\"}\"\"\"/>\n```\n\nNote: The exclude list has two parts, there is the default exclude list that\nremoves the parts that are not useful for single file wikis like the Bob plugin\nand the filter given by the `excludeList` parameter, if any.\nThese two lists are combined and nothing on the combined list is included in\nthe output html file.\nIf you want more control you can ignore the default exclude list by setting\n`ignoreDefaultExclude=true` in the widget.\nIf you do decide to ignore the defaults be careful, the included tiddlers have\nno purpose in a single file wiki and may cause errors.\n\nThe defualt exclude filter is\n\n```\n[prefix[$:/plugins/OokTech/Bob/]][[$:/plugins/OokTech/Bob]][prefix[$:/WikiSettings]][prefix[$:/Bob/]][[$:/ServerIP]][[$:/plugins/tiddlywiki/filesystem]][[$:/plugins/tiddlywiki/tiddlyweb]]\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-getPluginList": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-getPluginList",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "getPluginList",
            "description": "Get a list of all available plugins from the server",
            "text": "This updates the list of all plugins that are available on the server. It is\nhere to be used with the tools for changing which plugins from the local\nlibrary.\n\nThe list of plugins is saved in the list field of the tiddler\n`$:/Bob/AvailablePluginList` and they are in the form `Author/PluginName`, like\n`tiddlywiki/katex`.\n\n!!Inputs\n\nNone\n\n!!Usage\n\n`<$action-websocketmessage $type='getPluginList'/>`\n\n\nA button that will update the list of available plugins\n\n```\n<$button>\n  Update Plugin List\n  <$action-websocketmessage\n    $type='getPluginList'\n  />\n</$button>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-getViewableWikiList": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-getViewableWikiList",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "findAvailableWikis",
            "description": "Get a list of all available wikis",
            "text": "Get a list of all available wikis.\n\nThis takes no input parameters.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-listFiles": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-listFiles",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "listFiles",
            "description": "A message that gives a list of files in a folder",
            "text": "This message is used to get a list of files available in a folder.\nOnly files that that are available using the file server are listed.\n\nFolders that can have their files listed are:\n\n- The file set as the `filePathRoot`\n- Child folders of the `filePathRoot`\n- Any folder listed in the file server tab.\n\nOnly file types in the `mimeMap` are listed, you can filter the filetypes\nfurther by giving a space separated list of file extensions as the `mediaTypes`\nattribute.\n\nThe filelist will be put in a tiddler, by default it is called `$:/state/fileList/files/`\n\n!!Usage\n\nNote: if you set the tiddler property to an existing tiddler the existing\ntiddler will be overwritten.\n\n|!Name |!Description |!Default |\n|!folder |The url path to the folder you want listed. The `filePathRoot` is `files`, other locations are what is shown in the list in the file server tab. |`files` |\n|!tiddler |The tiddler to store the list of files in. |`$:/state/fileList/<<folderName>>` |\n|!field |The field to store the file list in. |`list` |\n|!mediaTypes |(optional) a space separated list of file extensions to use to filter the returned files. |None |\n\nExample: Get the filelist for the folder listed as the `filePathRoot` and store the list in the `list` field of the tiddler `$:/state/fileList/./`.\n\n```\n<$action-websocketmessage $type='listFiles' folder='files'/>\n```"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-makeImagesExternal": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-makeImagesExternal",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "makeImagesExternal",
            "description": "Make all images in the wiki external tiddlers using _canonical_uri",
            "text": "This moves all images and other media from a wiki into an external folder and\ncreates _canonical_uri tiddlers for each one.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-internalFetch": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-internalFetch",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "internalFetch",
            "description": "Fetch tiddlers from another wiki on the same Bob server",
            "text": "This message imports tiddlers from another wiki being served by the same Bob\nserver into the current wiki. It can optionally apply a filter to modify the\ntitles of imported tiddlers.\n\n''Note:'' This makes new copies of the tiddler. Changes to the imported\ntiddlers don't affect the original wiki and changes in the original wiki don't\naffect the imported tiddlers.\n\n!!Inputs\n\n|!Parameter |!Description |\n|!fromWiki |The name of the wiki to shut down. (No default) |\n|!filter |The tiddlers returned by this filter are imported. (No default) |\n|!transformFilter |Imported tiddlers have their titles transformed by this filter (No defalut) |\n|!resolution |The method used to handle conflicts (default: `manual`) |\n\nIf nothing is given for the `fromWiki` or `filter` attributes than this message\ndoes nothing. To determine the wikiName for a wiki look in the $:/WikiName\ntiddler.\n\nThere are there options for `resolution`\n\n* `manual` each tiddler is saved to a temporary tiddler for review and must be\n  manually accepted or rejected.\n* `conflict` tiddlers with local copies that have been modified more recently\n  than the incoming version are saved in temporary tiddlers to be accepted or\n  rejected.\n* `force` all incoming tiddlers are saved regardless of any conflicts\n\n!!Usage\n\n`<$action-websocketmessage $type='internalFetch' fromWiki=wikiName filter='[prefix[$:/importMe/]]' transformFilter='[removeprefix[$:/importMe]]'/>`\n\n\nA button that will import any tiddlers in the wiki called `AnotherWiki` that\nhave the tag `IMPORT ME` and adds `From Another Wiki ` added to the imported\ntiddler titles as a prefix.\n\n```\n<$button>\n  Import Some Tiddlers\n  <$action-websocketmessage\n    $type='internalFetch'\n    fromWiki='AnotherWiki'\n    filter='[tag[IMPORT ME]]'\n    transformFilter='[addprefix[From Another Wiki: ]]'\n  />\n</$button>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-mediaScan": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-mediaScan",
            "tags": "[[Websocket Message]]",
            "caption": "mediaScan",
            "description": "Scan a folder for media and create _canonical_uri tiddlers for each file found",
            "text": "This message is used to scan a folder for media files and create a\n_canonical_uri tiddler for each file found.\n\n''NOTE:'' Only folders that are children of the folder set as the\n`filePathRoot` in the settings can be scanned.\n\n!!Usage\n\n|!Name |!Description |\n|!folder |The folder to scan, either absolute or relative to the file path root. (No Default) |\n|!ignoreExisting |If this is set to `yes` any tiddler with _canonical_uri that matches a file exists nothing further is done with that file (this takes precidence over overwrite) (Default `no`) |\n|!overwrite |If this is set to `yes` than new tiddlers are made even if they overwrite existing tiddlers. (Default `no`) |\n|!prune |If this is set to `yes` than any tiddlers that have _canonical_uri fields that point to a file that would be in the folder being scanned that doesn't exist the tiddler is removed. (Default `no`) |\n|!mediaTypes |(Optional) A space separated list of file extensions to scan for. If no list is given all types listed in the mimeMap will be used. |\n\n```\n<$action-websocketmessage $type='mediaScan' folder='/path/to/folder' ignoreExisting='true' overwrite='false' prune='true' mediaTypes='.jpg .png .jpeg'/>\n```\n\nThe default mimeMap is:\n\n```\n{\n  '.aac': 'audio/aac',\n  '.avi': 'video/x-msvideo',\n  '.csv': 'text/csv',\n  '.doc': 'application/msword',\n  '.epub': 'application/epub+zip',\n  '.gif': 'image/gif',\n  '.html': 'text/html',\n  '.htm': 'text/html',\n  '.ico': 'image/x-icon',\n  '.jpg': 'image/jpeg',\n  '.jpeg': 'image/jpeg',\n  '.mp3': 'audio/mpeg',\n  '.mpeg': 'video/mpeg',\n  '.oga': 'audio/ogg',\n  '.ogv': 'video/ogg',\n  '.ogx': 'application/ogg',\n  '.pdf': 'application/pdf',\n  '.png': 'image/png',\n  '.svg': 'image/svg+xml',\n  '.weba': 'audio/weba',\n  '.webm': 'video/webm',\n  '.wav': 'audio/wav'\n}\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-newWikiFromTiddlers": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-newWikiFromTiddlers",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "newWikiFromTiddlers",
            "description": "Create a new wiki using tiddlers from other wikis",
            "text": "This message is used to create a wiki from existing tiddlers.\n\nThis message is human usable, but it is generally used as part of something\nelse that generates the input.\n\n!!Inputs\n\n|!Parameter |!Description |\n|!tiddlers |An array of tiddlers in json format to make into a wiki. |\n|!wikiName |The name of the saved wiki. Default: `NewWiki`|\n|!wikiFolder |The folder to store the created wiki in. Default: `Wikis` |\n|!wikisPath |The folder where `wikiFolder` parameter above is located. Defaults to the current working directory. |\n|!overwrite |If this is set to `true` and a `wikiName` is given and a wiki with that name already exists than the unpacked tiddlers will be added to that wiki instead of being used to make a new wiki. Default: `false` |\n|!transfromFilters |A JSON object where each key is a wiki name and the value is a filter used to transform the names of tiddlers imported from that wiki. (No Default) |\n|!transformFilter |A filter that is used to transform all tiddler titles pulled in from external wikis using the externalTiddlers parameter. (No Default) |\n\n* `tiddlers` is an array of json objects. Each element in the array lists the fields of one tiddler.\n* You only need to set `wikiFolder` or `wikisPath` if you want your newly created wiki to be located somewhere other than where your existing wikis are.\n\n!!Usage\n\nThis is almost always used as part of something else, like the [[ActionConvertWiki widget|]].\n\n`<$action-websocketmessage $type='newWikiFromTiddlers' tiddlers=\"[{title: Hi, text: potato}, {title: bye, text: tomato}]\"/>`\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-ping": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-ping",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "ping",
            "description": "Send a ping to the server. Human usable but not very useful in most cases.",
            "text": "This sends a ping to the server. It doesn't do anything else and unless you modify the node message handler part there isn't any visible effect.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-runScript": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-runScript",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "runScript",
            "description": "Run a shell command defined in the settings.",
            "text": "You can define a shell command in the `Bob Settings` tab of $:/ControlPanel.\nThen you can use this message to run that command.\n\nIt is possible to make messages that have placeholder values that you can set\nwhen you send the message. To do this you put an attribute that has the same\nname as the placeholder in the script (or the actual argument in the script)\nand the argument in the script will be replaced with the value given. See the\nexample below for clarification. The placeholders here start with # to make\nthem obvious but they can be anything you want to use.\n\nSee [[Running Scripts Using Websocket Messages|$:/plugins/OokTech/Bob/Running Scripts Using Websocket Messages]]\n\n|!Parameter |!Description |\n|name |The name given to a script listed in the `Bob Settings` |\n|sequential |Scripts with this set to true will run in order and only start after the previous script with sequential set finishes. See note below. (Default: `false`) |\n|queue | ''OPTIONAL'' This only affects scripts that have sequential set to `true`, see note below. Default: `0`. |\n|//{any parameter not starting with $}// |Any other parameters passed are assumed to be the names for placeholders. |\n\n''About the `sequential` and `queue` parameters:''\nthese option only matter to scripts that have sequential set to true. Scripts\nwith sequential set to true will not wait for scripts without it set to finish\nbefore starting.\n\nYou can have multiple independent queues for scripts as well. Scripts a queue\nwill only wait for the previous script in the same queue to finish before\nstarting. If no queue is listed everything goes into the default queue called\n`0`.\n\n! Usage\n\n''Note:'' This is just an example shell script. You can create new wikis much\nmore easily using the built-in tool. See\n[[creating new wikis|$:/plugins/OokTech/Bob/Creating New Wikis]] for\nmore.\n\nAssuming that you have a script defined in the settings as:\n\n`\"NewWiki\": \"tiddlywiki #wikiName --init #editionName\"`\n\nand assuming that you have an edition called `Bob`.\n\n```\n<$button>\n  Make Wiki!\n  <$action-websocketmessage $type='runScript' name='NewWiki' #wikiName='Wikis/SomeName' #editionName='Bob'/>\n</$button>\n```\n\nThis would then run the shell command `tiddlywiki Wikis/SomeName --init Bob`,\nwhich creates a new wiki using the Bob edition in the folder Wikis/SomeName.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-openRemoteConnection": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-openRemoteConnection",
            "tags": "[[Websocket Message]]",
            "caption": "openRemoteConnection",
            "description": "A message that tells the server to open a connection to a remote server.",
            "text": "This message tells the server to try and open a connection to a remote server.\n\nThis is the first step to having federated communication between wikis.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-savePluginFolder": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-savePluginFolder",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "savePluginFolder",
            "description": "Split a plugin into individual .tid files and save it on the server",
            "text": "This message imports tiddlers from another wiki being served by the same Bob\nserver into the current wiki. It can optionally apply a filter to modify the\ntitles of imported tiddlers.\n\nThe purpose of this is to add plugins to the list of plugins served by a Bob\nserver.\n\n!!Inputs\n\n|!Parameter |!Description |\n|!pluginName |The name of the plugin tiddler to save on the server |\n\n\n!!Notes\n\nThe plugin tiddler must be named in the form `$:/plugins/Author/PluginName`.\nThey will be stored in the folder listed in the settings under `pluginsPath`.\nThe folder holding the .tid files will be `<<pluginsPath>>/Author/PluginName`.\n\nThis message checks to make sure that the plugin being saved isn't an older\nversion of one that is already saved. If the version number matches than the\nplugin is saved.\n\n!!Usage\n\n`<$action-websocketmessage $type='savePluginFolder' pluginName='$:/plugins/OokTech/Bob'/>`\n\n\nA button that will import any tiddlers in the wiki called `AnotherWiki` that\nhave the tag `IMPORT ME` and adds `From Another Wiki ` added to the imported\ntiddler titles as a prefix.\n\n```\n<$button>\n  Import Some Tiddlers\n  <$action-websocketmessage\n    $type='savePluginFolder'\n    pluginName='$:/plugins/OokTech/Bob'\n  />\n</$button>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-saveSettings": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-saveSettings",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "saveSettings",
            "description": "Save changed made to the settings from within the wiki.",
            "text": "''Note:'' you should very rarely have a reason to use this. The\n`$action-savesettings` widget is a better choice unless you have a manually\ncreated string you want to send as your full configuration file.\n\n''Note:'' this currently only works for the root wiki!! (that is the wiki at\nthe root level served on `localhost:8080` if you are using the defaults).\n\nThis saves any changes to the Bob settings made in the wiki to the file system.\n\nYou shouldn't use this, use the button under the manual settings interface or\nthe `$action-savesettings` widget instead.\n\n|!Parameter |!Description |\n|!settingsString |A stringified JSON object that contains the full settings object. |\n\n!!Usage\n\n`<$action-websocketmessage $type='saveSettings' settingsString=<<SettingsString>>/>`\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-saveTiddler": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-saveTiddler",
            "tags": "[[Websocket Message]]",
            "caption": "saveTiddler",
            "description": "A message for the backend, not human usable.",
            "text": "A message for the backend, not human usable.\n\nIf you use this in normal wikitext than it will probably break things and I will not offer any help fixing it.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-shutdownServer": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-shutdownServer",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "shutdownServer",
            "description": "Shutdown the wiki server.",
            "text": "This message shuts down the node process and stops serving any wikis. This\naffects all wikis, none will be available until you start the server again.\n\nNote that for some reason the http server may take a few minutes to finally\nstop and until it stops the socket it was using will remain in use.\n\nUsage:\n\n`<$action-websocketmessage $type='shutdownServer'/>`\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-syncChanges": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-syncChanges",
            "tags": "[[Websocket Message]]",
            "caption": "syncChanges",
            "description": "Resync with a server after reconnecting",
            "text": "If your browser is disconnected from a wiki server this is the message used to\nsync any updates made either in the browser or on the server.\n\nWhile this is usable it should only be used indirectly through the `Reconnect`\nbutton that appears when the browser has been disconnected from the server.\n\n!!Inputs\n\n|!Parameter |!Description |\n|!since |The time that the browser detected that it was disconnected. Changes after this time will be synced. (No default) |\n|!changes |A messageQueue object that contains the changes in the browser. (No default) |\n|!wiki |The wiki that is trying to reconnect (No defalut) |\n\n!!Usage\n\nThis is all handled automatically.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-stopScripts": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-stopScripts",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "stopScripts",
            "description": "Stop currently running shell scipt queue.",
            "text": "This is to stop scripts started using the\n[[runScript message|$:/plugins/OokTech/Bob/WebSocketMessage-runScript]] message\nthat have the `sequential` attribute set to true.\n\nThe `queue` attribute is only useful if you started any scripts with the queue\nset. If you set the queue attribute here it wil stop any scripts started that\nare in the same queue.\n\n|!Parameter |!Description |\n|queue | ''OPTIONAL'' This only affects scripts that have sequential set to `true`, see note below. Default: `0`. |\n\n```\n<$button>\n  Halt Scripts\n  <$action-websocketmessage $type='stopScripts'/>\n</$button>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-unloadWiki": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-unloadWiki",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "unloadWiki",
            "description": "Unload a wiki from memory.",
            "text": "This message removes the given wiki from the node process. It effecively shuts\ndown the wiki. If you go to the wiki url again it will reload the wiki like\nnormal.\n\nThis allows you to edit the tiddlywiki.info file for a wiki (to change the\navailable plugins or themes, etc.) and have the changes take effect without\nrestarting the full server.\n\n!!Inputs\n\n|!Parameter |!Description |\n|!wikiName |The name of the wiki to shut down. (No default) |\n\nIf no wikiName is given than this message does nothing. To determine the\nwikiName for a wiki look in the $:/WikiName tiddler.\n\n!!Usage\n\n`<$action-websocketmessage $type='unloadWiki' wikiName=wikiName/>`\n\n\nA button that will unload the current wiki from memory:\n\n```\n<$button>\n  Unload Wiki\n  <$action-websocketmessage\n    $type='unloadWiki'\n    wikiName={{$:/WikiName}}\n  />\n</$button>\n```\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-test": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-test",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "test",
            "description": "A message for debugging. Human usable but not particularly useful outside of development.",
            "text": "This message is for testing and doesn't have much practical use outside of\ndebugging.\n\nThis message takes any input parameters and puts them into a json object and sends that as the message.\n\nOn the node side the received data is printed to the terminal.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-updateFederatedConnectionInfo": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-updateFederatedConnectionInfo",
            "tags": "[[Websocket Message]][[Human Usable]]",
            "caption": "updateFederatedConnectionInfo",
            "description": "Update the saved information for a federated server",
            "text": "While this is human usable, it is probably always better to use the wiki ui to\ndo everything instead of manually using this.\n\nThis message takes the information tiddler for a federated connection and sends\nit to the server where it is used to update the saved information on the server.\n\n!!Usage\n\n|!Parameter |!Description |\n|!$tiddler |The title of the tiddler that holds the connection information. |\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-updateTiddlyWikiInfo": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-updateTiddlyWikiInfo",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "updateTiddlyWikiInfo",
            "description": "Update the description, plugins, languages and themes in tiddlywiki.info",
            "text": "This message can be used to modify the `tiddlywiki.info` file for the current\nwiki.\nYou can change the list of plugins, themes or languages as well as the\ndescription.\n\nYou can change one or more of the parts at the same time.\n\nIf you give a parameter with an empty string (like this `\"\"`) than it will\nclear the list of plugins/themes/languages.\n\n!!Usage\n\nNote: all parameters for this are optional.\n\n|!Name |!Description |\n|!description |A text description to replace the current one. (optional) |\n|!pluginList |A list of plugin names to replace the current list of plugins in the form \"OokTech/Bob tiddlywiki/katext\" (optional) |\n|!themeList |A list of themes to include in the wiki in the same form as the plugins. (optional) |\n|!languageList |A list of languages to include in the wiki in the same form as the plugins (optional) |\n\n\nExample: Build the current wiki in the default location\n\n```\n<$action-websocketmessage $type='buildHTMLWiki'/>\n```\n\nNote: If you make your own exclude list it is a good idea to include the\ntiddlers in the default. They have no purpose in a single file wiki and may\ncause errors.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-updateRoutes": {
            "title": "$:/plugins/OokTech/Bob/Documentation/WebSocketMessage-updateRoutes",
            "tags": "[[Websocket Message]] [[Human Usable]]",
            "caption": "updateRoutes",
            "description": "Add new wikis to server or update the URL of wikis currently being served.",
            "text": "This message lets you start serving a new wiki from within tiddlywiki. The\nlocation of the named wiki must be listed in the `wikis` section of the\n`Bob Settings` tab in the $:/ControlPanel.\n\nNote this is for wikis that already exist. If you wish to create a new wiki\nsee the example for the\n[[runScript message|$:/plugins/OokTech/Bob/WebSocketMessage-runScript]]\n\n!!! Example wikis settings\n\nYou can have the wikis grouped in the wikis listing like this:\n\n```\n{\n  wikis: {\n    wikiHere: /path/to/wikiHere,\n    group1: {\n      someWiki: /path/to/someWiki\n    },\n    group2: {\n      otherWiki: /path/to/otherOne,\n      wiki2: /path/to/wiki2\n    }\n  }\n}\n```\n\nAssuming default settings, this means that 5 wikis will be served, the root\nwiki and the 4 child wikis listed. The urls would be:\n\n* For wikiHere the url is `localhost:8080/wikiHere`\n* For someWiki the url is `localhost:8080/group1/someWiki`\n* For otherWiki the url is `localhost:8080/group2/otherWiki`\n* For wiki2 the url is `localhost:8080/group2/wiki2`\n\n\n!!Usage\n\n`<$action-websocketmessage $type='updateRoutes'/>`\n\n''NOTE:'' This message only works from the root wiki. That is the wiki served\non `localhost:8080` by default (the wiki that opens up when you start the\napplication if you are using the single executable version). It is ignored if\nit comes from any child wiki.\n"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-list-files": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-list-files",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/api/files/list /api/files/list/path/:prefix /api/files/list/wiki/:wikiname",
            "response": "JSON object with a list of available files",
            "parameters": "",
            "description": "get a list of available files on the server",
            "text": "Using the `/api/files/list/` path the list of files returned is from the folder\nlisted as the `filePathRoot`.\n\nUsing the `/api/files/list/path/:prefix` path returns the list of files served\nusing the prefix `:prefix`.\n\nUsing the `/api/files/list/wiki/:wikiname` path returns the files specific to\nthe wiki `:wikiname`. These files are in the `files` folder next to the\n`tiddlers` folder for the wiki.\n\nThis does not list files in sub-folders.\n\nThe response object is in the form:\n\n```\n{\n  prefix: \"/files/\",\n  files: [\"file1.png\", \"file2.jpg\"]\n}\n```\n\nThe value to put in the `_canonical_uri` field to access the file is the prefix\nappended to the front of the file name, like `/files/file1.png`.\n\nExample:\n\n* `/api/files/list`\n* `/api/files/list/path/foo`\n* `/api/files/list/wiki/someWiki`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-favicon": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-favicon",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/favicon.ico /:wikiName/favicon.ico",
            "response": "The contents of the tiddler `$:/favicon.ico` as a base64 encoded string",
            "parameters": "",
            "description": "load a wikis favicon",
            "text": "Sends the favicon for the wiki `:wikiName`, the rouse `/favicon.ico` returns\nthe favicon for the root wiki. If `:wikiName` has any `/` characters they are\npreserved in the path.\n\nExample Routes:\n\n* `/favicon.ico`\n* `/Wiki/Name/favicon.ico`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-files": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-files",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/files/:filename /:wikiName/files/:filename",
            "response": "The named file in binary format",
            "parameters": "",
            "description": "load a media file from the server",
            "text": "If the `/files/:filename` path is used the files are taken from the globally\navailable files in the folder given by the file path root.\nIf the `/:wikiName/files/:filename` path is used the files are taken from the\n`files` folder specific to the wiki `:wikiName`.\n\nIf the `perWikiFiles` setting is set to `yes` wiki specific files are only\navailable in the wiki associated with them.\n\nExamples:\n\n* `/files/foo.jpg`\n* `/someWiki/files/bar.png`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-plugins-list": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-plugins-list",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/api/plugins/list",
            "response": "An array of JSON objects that contain information about the available plugins",
            "parameters": "",
            "description": "get a list of available plugins",
            "text": "Return a list of JSON objects that each contain metadata for an available\nplugin.\n\nThe retuned object is in the form:\n\n```\n[\n  {\n    name: \"OokTec/Bob\",\n    description: \"plugin description\",\n    version: \"0.0.0\",\n    tiddlerName: \"$:/plugins/OokTech/Bob\",\n    readme: \"Readme text\"\n  },\n  {\n    name: \"OokTec/Login\",\n    description: \"plugin description\",\n    version: \"0.0.0\",\n    tiddlerName: \"$:/plugins/OokTech/Login\",\n    readme: \"Readme text\"\n  }\n]\n```\n\nExample:\n\n* `/api/plugins/list`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-fetch-tiddler-html": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-fetch-tiddler-html",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/api/tiddlers/fetch/html/:wiki",
            "response": "The rendered html of the requested tiddler",
            "parameters": "`tiddler`",
            "description": "get the rendered html of a tiddler",
            "text": "Note: Because of how Bob handles different wikis, this doesn't render the\nstatic css in the expected way.\n\nGet the rendered html version of a tiddler.\n\nExample:\n\n* `/api/tiddlers/fetch/html/SomeWiki?tiddler=tiddlerTitle`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/fetch-list": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/fetch-list",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/api/tiddlers/fetch/list/:wikiname",
            "response": "A JSON object containing a list of tiddler titles and optionally additional fields from the tiddlers",
            "parameters": "`filter` `fields`",
            "description": "fetch a list of tiddler titles from a wiki using a filter",
            "text": "Requests a list of tiddler titles selected using a filter evaluated in a named\nwiki.\n\nThe url parameters are:\n\n* `filter` is the filter to run in the target wiki\n* `fields` is an optional space separated list of fields to include in the info section of the returned data\n\nThe returned JSON object has the form:\n\n```\n{\n  list: [tiddler1, tiddler2],\n  info: {\n    tiddler1: {\n      field1: \"field value\",\n      field2: \"field2 value\"\n    },\n    tiddler2: {\n      field1: \"other field value\",\n      field2: \"other field2 value\"\n    }\n  }\n}\n```\n\nExamples:\n\n* `/api/fetch/list/SomeWiki?filter=[tag[foo]]`\n* `/api/fetch/list/SomeOtherWiki?filter=[tag[bar]]&fields=modified tags`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-fetch-tiddlers": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-fetch-tiddlers",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/api/tiddlers/fetch/:wikiname",
            "response": "Tiddlers in JSON format",
            "parameters": "`filter` `tiddler`",
            "description": "fetch tiddlers from the server",
            "text": "Return a set of tiddlers using a filter, from the named wiki.\n\n\nParameters:\n\n* `filter` the filter to evaluate in the wiki to select tiddlers to fetch\n* `fields` a space separated list of field names that get included in the `info` part of the returned data\n\nthe returned json object has the form:\n\n```\n{\n  list: [\"title1\", \"title2\"],\n  tiddlers: {\n    title1: {\\* tiddler fields *\\},\n    title2: {\\* tiddler fields *\\}\n  },\n  info: {\n    title1: {\\* fields listed in the fields paramater *\\},\n    title2: {\\* fields listed in the fields paramater *\\}\n  }\n}\n```\n\nExamples:\n\n* `/api/fetch?wiki=someWiki&filter=[tag[foo]]`\n* `/api/fetch?wiki=someWiki&filter=[tag[foo]]&fields=foo bar`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-wiki": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-wiki",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/, /:wikiname",
            "response": "The wiki page",
            "parameters": "",
            "description": "load a wiki",
            "text": "This is the basic route for accessing the wikis.\n\nExamples:\n\n* `/`\n* `/my/wiki/here`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-status": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-status",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/api/status",
            "response": "A JSON object containing status information about the server",
            "parameters": "",
            "description": "get server status information",
            "text": "The returned status is used to get sever settings in opened wikis.\n\nThe fields `logged_in`, `username`, `authentication_level` and `read_only`\ncurrently have no meaning.\n\nThe returned JSON object is in the form:\n\n```\n{\n  logged_in: false,\n  username: \"\",\n  authentication_level: \"Guest\",\n  tiddlywiki_version: 5.1.22,\n  bob_version: 1.6.2,\n  read_only: false,\n  available_wikis: [\"wiki1\", \"wiki2\"],\n  available_themes: [\"theme1\", \"theme2\"],\n  available_plugins: [\"OokTech/Bob\", \"OokTech/Login\"],\n  available_editions: [\"edition1\", \"edition2\"],\n  available_languages: [\"language1\", \"language2\"],\n  settings: {/* The full server settings */}\n}\n```\n\nExample:\n\n* `/api/status`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-list-wikis": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-list-wikis",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/api/wikis/list",
            "response": "A JSON object containing a list of available wikis",
            "parameters": "",
            "description": "get a list of available wikis",
            "text": "The returned object is in the form:\n\n```\n{\n  wikis: [\"Wiki1\", \"Wiki2\"]\n}\n```\n\nExample:\n\n* `/api/list/wikis`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/delete-tiddler": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/delete-tiddler",
            "tags": "[[HTTP API]]",
            "verb": "POST",
            "route": "/api/tiddlers/delete/:wikiname",
            "description": "Delete one or more tiddlers from a wiki",
            "text": "This is POST instead of DELETE because in general nothing but the url should\nbe needed for a DELETE request, but because there is both a wiki name and a\ntiddler name that have to be given the url parsing would be ambiguous unless\nthere were restrictions on wiki or tiddler names.\n\nThe POST body should be a JSON object in the form:\n\n```\n{\n  tiddlers: [title1, title2, ...]\n}\n```\n\nIf the POST body is larger than 1MB it will be rejected.\nBut if you have enough tiddlers in a wiki that their titles take up more than\n1MB you may want to consider a database solution."
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-push": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-push",
            "tags": "[[HTTP API]]",
            "verb": "POST",
            "route": "/api/tiddlers/push/:wikiname",
            "response": "",
            "parameters": "",
            "description": "push tiddlers to a wiki",
            "text": "This pushes tiddlers to a wiki.\n\nThe wiki is selected by setting the `:wikiname` part of the url.\nThe body of the post holds tiddlers is json format."
        },
        "$:/plugins/OokTech/Bob/Documentation/http-api": {
            "title": "$:/plugins/OokTech/Bob/Documentation/http-api",
            "caption": "HTTP API",
            "tags": "[[Bob Documentation]]",
            "text": "To use the http api you have to enable the parts you want in the settings.\nCurrently this has to be done manually.\nIn the `API` section you can enable or disable fetching, pushing, deleting and\ncreating independently.\n\nFetching is getting tiddlers directly using the API, pushing is adding tiddlers\nto a wiki using the api, delete is deleting both tiddlers and wikis, create is\ncreating new wikis and renaming wikis.\n\n```\n\"API\": {\n  \"enableFetch\": \"no\",\n  \"enablePush\": \"no\",\n  \"enableDelete\": \"no\",\n  \"enableCreate\": \"no\",\n  \"pluginLibrary\": \"yes\"\n}\n```\n\nThe http api has the following routes:\n\n<$list\n  filter='[[$:/plugins/OokTech/Bob]plugintiddlers[]tag[HTTP API]each[verb]get[verb]]'\n  variable='verb'\n>\n  <h2>\n    <<verb>>\n  </h2>\n\n---\n\n  <ul>\n  <$list\n    filter='[[$:/plugins/OokTech/Bob]plugintiddlers[]tag[HTTP API]verb<verb>]'\n  >\n    <li>\n      <$link\n        to=<<currentTiddler>>\n      >\n        <$view\n          field='route'\n        />\n      </$link> -\n      <$view\n        field='description'\n      />\n    </li>\n  </$list>\n  </ul>\n</$list>\n\n<!--\n\n!! GET\n\nGET routes are used in normal wiki operation, all parameters are part of the\nURL itself.\nURL parameters that get replaced are shown in the form `:parametername`, so\neverywhere there is `:wikiname` you replace it with the name of the wiki.\nIf the wiki name has `/` or spaces they are included unmodified.\n\n* `/` - Load the RootWiki\n* `/favicon.ico` - Get the favicon for the RootWiki\n* `/:wikiname` - Load the wiki `:wikiname`\n* `/:wikiname/favicon.ico` - Load the favicon for the wiki `:wikiname`\n* `/files/:filename` - Load the file `:filename` from the globally available files\n* `/:wikiname/files/:filename` - Load the file `:filename` from the files for the wiki `:wikiname`\n* `/api/status` - get status information from the server\n* `/api/list/files` - get the list of globally available files\n* `/api/list/files/wiki/:wikiname` - get the list of files specific to the wiki `:wikiname`\n* `/api/list/files/path/:prefix` - get the list of files served using the prefix `:prefix`\n* `/api/list/wikis` - list available wikis\n* `/api/plugins/list` - get a list of plugins available on the server\n* `/api/plugins/fetch/:plugin` - fetch a plugin from the server\n* `/api/fetch` - fetch tiddlers from the server using a filter, the results are returned as json\n* `/api/fetch/list` - get a list of the tiddlers from a server using a filter\n* `/api/fetch/html` - fetch rendered html tiddlers from the server\n\n!! POST\n\nPOST routes may require authentication and are used for things that aren't\nnecessary for normal wiki activity.\n\n* `/api/push` - push tiddlers to a wiki on the server\n* `/api/upload` - upload a file to the server\n* `/api/rename/wiki` - rename/move a wiki\n* `/api/create/wiki` - create a new wiki\n* `/api/delete/wiki` - delete an existing wiki\n* `/api/delete/tiddler` - delete one or more tiddlers from a wiki\n\n-->"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-upload": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-upload",
            "tags": "[[HTTP API]]",
            "verb": "POST",
            "route": "/api/upload",
            "response": "",
            "parameters": "",
            "description": "upload a media file to the server",
            "text": "This is the route used to store media on the server when the file server is\nenabled.\n\nIt needs the header `x-wiki-name` set to the wiki the upload should be\nassociated with.\n\nThe POST body should be in the from:\n\n{\n  tiddler: //binay content base64 encoded//,\n  wiki: wikiName\n}\n\nwhere tiddler is the binary content with base64 encoding, and wiki is the wiki\nthe file is associated with. The header and the wiki listed in the body must\nmatch, or you must have permissions to upload to both."
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-create-wiki": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-create-wiki",
            "tags": "[[HTTP API]]",
            "verb": "POST",
            "route": "/api/create/wiki/:wikiname",
            "response": "",
            "parameters": "name edition",
            "description": "create a new wiki called :wikiname",
            "text": "Create a new wiki called `:wikiname`.\n\nFor now only the creating a wiki from an edition and duplicating an existing\nwiki methods are supported.\n\nThere are two options on the method used, create the wiki using an existing\nedition or duplicate an existing wiki.\n\nIf you put a header called `x-edition` set to the edition you want to use it\nwill create a new wiki using that edition.\n\nIf you put a header called `x-duplicate` set to a wiki name it will duplicate\nthe listed wiki.\n\nThe `duplicate` header overrules the `edition` header if they are both present.\nIf there isn't either header a new wiki is created using the `empty` edition.\n\nExample:\n\n```\n/api/create/wiki/my/wiki/name\n```"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/delete-wiki": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/delete-wiki",
            "tags": "[[HTTP API]]",
            "verb": "POST",
            "route": "/api/wiki/delete/:wikiname",
            "description": "Delete a wiki",
            "text": "This deletes the wiki `:wikiname` given in the URL.\n\nIf the header `x-delete-children` is set to `yes` then any child wikis are also\ndeleted."
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-wiki-rename": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-wiki-rename",
            "tags": "[[HTTP API]]",
            "verb": "POST",
            "route": "/api/wiki/rename/:wikiname",
            "response": "",
            "parameters": "newname",
            "description": "rename a wiki",
            "text": "This renames a wiki.\n\n`:wikiname` in the url is the wiki to rename, the `newname` parameter is the\nnew name.\n\nAnything in the POST body will be ignored."
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/fetch-plugin": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/fetch-plugin",
            "tags": "[[HTTP API]]",
            "verb": "GET",
            "route": "/api/plugins/fetch/:plugin",
            "response": "The plugin tiddler as JSON",
            "parameters": "",
            "description": "fetch a plugin from the server",
            "text": "The requested plugin is returned as JSON.\nTo use this route the `pluginLibrary` key in the `API` section of the settings\nmust be set to `yes`.\n\nThe `:plugin` part of the path should be in the from `Author/PluginName`.\n\nExample:\n\n* `/api/plugins/fetch/OokTech/Bob`"
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-profiles-list": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/get-profiles-list",
            "tags": "[[HTTP API]] [[Secure Server]]",
            "verb": "GET",
            "route": "/api/profiles/list",
            "response": "A JSON object that contains information for all of the profiles that the logged in account has view access for",
            "parameters": "",
            "description": "Get information about all visible the profiles on the server",
            "text": "This lists all the public profiles and any profiles the logged in account has\nview access to."
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-credentials-update-name": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-credentials-update-name",
            "tags": "[[HTTP API]] [[Secure Server]]",
            "verb": "POST",
            "route": "/api/credentials/update/:userName",
            "response": "HTTP status 200 on success, 403 otherwise",
            "parameters": "pwd level new",
            "description": "create a new account on the server",
            "text": "Modifies the account with the name `:userName`, current password given by the\n`pwd` key account level given by the `level` key and the new password given by\nthe `new` key in the POST body."
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-credentials-delete-name": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-credentials-delete-name",
            "tags": "[[HTTP API]] [[Secure Server]]",
            "verb": "POST",
            "route": "/api/credentials/delete/:userName",
            "response": "HTTP status 200 on success, 403 otherwise",
            "parameters": "pwd level new",
            "description": "create a new account on the server",
            "text": "Modifies the account with the name `:userName`, current password given by the\n`pwd` key account level given by the `level` key and the new password given by\nthe `new` key in the POST body."
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-profiles-set-name": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-profiles-set-name",
            "tags": "[[HTTP API]] [[Secure Server]]",
            "verb": "POST",
            "route": "/api/profiles/set/:name",
            "response": "HTTP status 200 on success, otherwise 403",
            "parameters": "about visibility",
            "description": "Set information for the profile :name",
            "text": "You must be logged in with the profile in order to set the information for it.\n\n!! POST parameters:\n\n`about` is a string that can give information about the profile to other people\non the server.\n`visibility` sets the visibility of the profile."
        },
        "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-credentials-add-name": {
            "title": "$:/plugins/OokTech/Bob/Documentation/HTTPAPI/post-credentials-add-name",
            "tags": "[[HTTP API]] [[Secure Server]]",
            "verb": "POST",
            "route": "/api/credentials/add/:userName",
            "response": "HTTP status 200 on success, 403 otherwise",
            "parameters": "pwd level",
            "description": "create a new account on the server",
            "text": "Creates a new account with the name `:userName`, password given by the `pwd`\nkey account level given by the `level` key in the POST body."
        },
        "$:/plugins/OokTech/Bob/language-info.js": {
            "title": "$:/plugins/OokTech/Bob/language-info.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/language-info.js\ntype: application/javascript\nmodule-type: utils-node\n\nInformation about the available languages\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst fs = require(\"fs\");\nconst path = require(\"path\");\n\nlet languageInfo = undefined;\n\nexports.getLanguageInfo = function() {\n  if(!languageInfo || true) {\n    // Enumerate the language paths\n    $tw.Bob.logger.error('Getting language paths', {level:4});\n    const languagePaths = $tw.getLibraryItemSearchPaths($tw.config.languagesPath,$tw.config.languagesEnvVar);\n    languageInfo = {};\n    for(let languageIndex=0; languageIndex<languagePaths.length; languageIndex++) {\n      const languagePath = path.resolve(languagePaths[languageIndex]);\n      $tw.Bob.logger.error('Getting info for language from ', languagePaths[languageIndex], {level:4});\n      // Enumerate the folders\n      try {\n        const languages = fs.readdirSync(languagePath);\n        languages.forEach(function(language) {\n          // Check if directories have a valid plugin.info\n          if(!languageInfo[language] && $tw.utils.isDirectory(path.resolve(languagePath,language))) {\n            let info = false;\n            try {\n              info = JSON.parse(fs.readFileSync(path.resolve(languagePath,language,\"plugin.info\"),\"utf8\"));\n              $tw.Bob.logger.log('Got info for ', language, {level: 4});\n            } catch(ex) {\n              $tw.Bob.logger.error('Reading language info failed ', ex, {level: 3});\n              $tw.Bob.logger.error('Failed to read language ', language, {level:4})\n            }\n            if(info) {\n              languageInfo[language] = info;\n            }\n          }\n        })\n      } catch (e) {\n        if(e.code === 'ENOENT') {\n          $tw.Bob.logger.log('No Languages Folder ' + languagePaths[languageIndex], {level:3});\n        } else {\n          $tw.Bob.logger.error('Error getting language info', e, {level:2});\n        }\n      }\n    }\n  }\n  return languageInfo;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils-node"
        },
        "$:/plugins/OokTech/Bob/plugin-info.js": {
            "title": "$:/plugins/OokTech/Bob/plugin-info.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/plugin-info.js\ntype: application/javascript\nmodule-type: utils-node\n\nInformation about the available plugins\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst fs = require(\"fs\");\nconst path = require(\"path\");\n\nlet pluginInfo;\n\nexports.getPluginInfo = function() {\n  if(!pluginInfo || true) {\n    $tw.Bob.logger.error('Getting plugin paths', {level:4});\n    // Enumerate the plugin paths\n    const pluginPaths = $tw.getLibraryItemSearchPaths($tw.config.pluginsPath,$tw.config.pluginsEnvVar);\n    pluginInfo = {};\n    for(let pluginIndex=0; pluginIndex<pluginPaths.length; pluginIndex++) {\n      const pluginPath = path.resolve(pluginPaths[pluginIndex]);\n      $tw.Bob.logger.log('Reading theme from ', pluginPaths[pluginIndex], {level:4});\n      // Enumerate the folders\n      try {\n        const authors = fs.readdirSync(pluginPath);\n        for(let authorIndex=0; authorIndex<authors.length; authorIndex++) {\n          const pluginAuthor = authors[authorIndex];\n          if($tw.utils.isDirectory(path.resolve(pluginPath,pluginAuthor))) {\n            const pluginNames = fs.readdirSync(path.join(pluginPath,pluginAuthor));\n            pluginNames.forEach(function(pluginName) {\n              // Check if directories have a valid plugin.info\n              if(!pluginInfo[pluginAuthor + '/' + pluginName] && $tw.utils.isDirectory(path.resolve(pluginPath,pluginAuthor,pluginName))) {\n                let info = false;\n                try {\n                  info = JSON.parse(fs.readFileSync(path.resolve(pluginPath,pluginAuthor, pluginName,\"plugin.info\"),\"utf8\"));\n                } catch(ex) {\n                  $tw.Bob.logger.error('Reading plugin info failed ', ex, {level: 3});\n                  $tw.Bob.logger.error('Failed to read plugin ', pluginAuthor, '/', pluginName, {level:4});\n                }\n                if(info) {\n                  pluginInfo[pluginAuthor + '/' + pluginName] = info;\n                  $tw.Bob.logger.error('Read info for plugin ', pluginName, {level:4})\n                }\n              }\n            })\n          }\n        }\n      } catch (e) {\n        if(e.code === 'ENOENT') {\n          $tw.Bob.logger.log('No Plugins Folder ' + pluginPaths[pluginIndex], {level:2});\n        } else {\n          $tw.Bob.logger.error('Error getting plugin info', e, {level:2})\n        }\n      }\n    }\n  }\n  return pluginInfo;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils-node"
        },
        "$:/plugins/OokTech/Bob/theme-info.js": {
            "title": "$:/plugins/OokTech/Bob/theme-info.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/theme-info.js\ntype: application/javascript\nmodule-type: utils-node\n\nInformation about the available themes\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst fs = require(\"fs\");\nconst path = require(\"path\");\n\nlet themeInfo;\n\nexports.getThemeInfo = function() {\n  if(!themeInfo || true) {\n    // Enumerate the theme paths\n    $tw.Bob.logger.log('Getting theme paths', {level:4});\n    const themePaths = $tw.getLibraryItemSearchPaths($tw.config.themesPath,$tw.config.themesEnvVar);\n    themeInfo = {};\n    for(let themeIndex=0; themeIndex<themePaths.length; themeIndex++) {\n      $tw.Bob.logger.log('Reading theme from ', themePaths[themeIndex], {level:4});\n      const themePath = path.resolve(themePaths[themeIndex]);\n      // Enumerate the folders\n      try {\n        const authors = fs.readdirSync(themePath);\n        for(let authorIndex=0; authorIndex<authors.length; authorIndex++) {\n          const themeAuthor = authors[authorIndex];\n          if($tw.utils.isDirectory(path.resolve(themePath,themeAuthor))) {\n            const themeNames = fs.readdirSync(path.join(themePath,themeAuthor));\n            themeNames.forEach(function(themeName) {\n              // Check if directories have a valid plugin.info\n              if(!themeInfo[themeAuthor + '/' + themeName] && $tw.utils.isDirectory(path.resolve(themePath,themeAuthor,themeName))) {\n                let info = false;\n                try {\n                  info = JSON.parse(fs.readFileSync(path.resolve(themePath,themeAuthor, themeName,\"plugin.info\"),\"utf8\"));\n                } catch(ex) {\n                  $tw.Bob.logger.error('Reading theme info failed ', ex, {level: 3});\n                  $tw.Bob.logger.error('Failed to read theme ', themeAuthor, '/', themeName, {level:4})\n                }\n                if(info) {\n                  themeInfo[themeAuthor + '/' + themeName] = info;\n                  $tw.Bob.logger.error('Read info for theme ', themeName, {level:4});\n                }\n              }\n            })\n          }\n        }\n      } catch (e) {\n        if(e.code === 'ENOENT') {\n          $tw.Bob.logger.log('No Themes Folder ' + themePaths[themeIndex], {level:2});\n        } else {\n          $tw.Bob.logger.error('Error getting theme info', e, {level:2});\n        }\n      }\n    }\n  }\n  return themeInfo;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils-node"
        },
        "$:/plugins/OokTech/Bob/HelpButtonMacro": {
            "title": "$:/plugins/OokTech/Bob/HelpButtonMacro",
            "tags": "$:/tags/Macro",
            "text": "\\define helpButton(tid)\n<$button\n  popup=\"\"\"$:/temp/popup/$tid$\"\"\"\n  class='tc-btn-invisible'\n>^^(?)^^</$button>\n<$reveal\n  type='popup'\n  state=\"\"\"$:/temp/popup/$tid$\"\"\"\n>\n    <div\n      style='padding: 10px;border: 1px solid grey;\n    \tbackground-color: white;\n    \tpadding: 7px 0 7px 0;\n    \tmargin: 4px 0 0 0;\n    \ttext-shadow: none;\n    \tline-height: 1.4;\n      min-width:50vw;\n      padding:10px;\n      max-width:90vw;'\n    >\n      {{$tid$}}\n    </div>\n</$reveal>\n\\end\n\n!! The helpButton macro\n\nThis is used in Bob to provide context help.\nIt makes the little buttons that look like this:<<helpButton>>\n\n!! Inputs\n\n|!Input |!Description |!Default |\n|!tid |The tiddler to transclude as the help message. |No Default |\n\n!! Usage\n\n```\nDocumentation Exists<<helpButton \"$:/plugins/OokTech/Bob/Documentation/Bob Documentation\">>\n```\n\nrenders as\n\nDocumentation Exists<<helpButton \"$:/plugins/OokTech/Bob/Documentation/Bob Documentation\">>"
        },
        "$:/plugins/OokTech/Bob/FileSystemMonitor.js": {
            "title": "$:/plugins/OokTech/Bob/FileSystemMonitor.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/FileSystemMonitor.js\ntype: application/javascript\nmodule-type: startup\n\nThis module watches the file system in the tiddlers folder and any changes to\nthe files in the folder that don't come from the browser are reported to the\nbrowser. So if you make a new .tid file in the tiddlers folder it will appear\nin the wiki in the browser without needing to restart the server. You can also\ndelete files to remove the tiddlers from the browser.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = 'FileSystemMonitor';\nexports.after = [\"load-modules\"];\nexports.platforms = [\"node\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n  $tw.settings = $tw.settings || {};\n\n  if($tw.node && $tw.settings.disableFileWatchers !== 'yes') {\n    // require the fs module if we are running node\n    const fs = require(\"fs\");\n    const path = require(\"path\");\n\n    // Initialise objects\n    $tw.Bob = $tw.Bob || {};\n    $tw.Bob.Files = $tw.Bob.Files || {};\n\n    /*\n      This watches for changes to a folder and updates the wiki prefix when anything changes in the folder.\n\n      File or Folder\n      Exists or Doesn't Exist\n\n      Folder - Exists -> Watch folder\n      Folder - Doesn't Exist -> remove tiddlers in the folder and stop the watcher\n\n      File - Exists -> Update of some sort\n      File - Doesn't Exist -> Remove the tiddler\n    */\n    $tw.Bob.WatchFolder = function (folder, prefix) {\n      // If there is no prefix set it to an empty string\n      prefix = prefix || '';\n      $tw.Bob.Wikis[prefix].watchers = $tw.Bob.Wikis[prefix].watchers || {};\n      try {\n        $tw.Bob.Wikis[prefix].watchers[folder] = fs.watch(folder, function (eventType, filename) {\n          filename = filename || \"\";\n          // The full path to the current item\n          const itemPath = path.join(folder, filename);\n          fs.stat(itemPath, function(err, fileStats) {\n            // The file extension, if no file extension than an empty string\n            const fileExtension = path.extname(filename);\n            if(err) {\n              // The item doesn't exist\n              if(err.code === 'ENOENT') {\n                // The item doesn't exist, so it was removed\n                // If the file doesn't exist anymore remove it from the wiki\n                if(['.tid', '.meta'].indexOf(fileExtension) !== -1) {\n                  $tw.Bob.DeleteTiddler(folder, filename, prefix);\n                } else {\n                  $tw.Bob.logger.log('non-tiddler file deleted:', filename, {level: 3})\n                }\n              } else if(err.code === 'EACCES') {\n                // Permissions error\n              } else {\n                // Some other error\n              }\n            } else {\n              // Item exists\n              // If it is a new folder than watch that folder too\n              if(fileStats.isDirectory()) {\n                $tw.Bob.WatchFolder(itemPath, prefix)\n              } else if(fileStats.isFile()) {\n                const tiddlerName = Object.keys($tw.Bob.Files[prefix]).filter(function (item) {\n                  // This is to handle some edge cases I ran into while making\n                  // it.\n                  if(typeof item === 'string') {\n                    return ($tw.Bob.Files[prefix][item].filepath === itemPath)\n                  } else {\n                    return false;\n                  }\n                })[0];\n                if(['.tid', '.meta'].indexOf(fileExtension) !== -1) {\n                  let tiddlerObject = {tiddlers:[{}]}\n                  // This try block catches an annoying race condition problem\n                  // when the filesystem adaptor deletes a file the file watcher\n                  // starts acting before the deleting is completely finished.\n                  // This means that it sees the file as still existing and tries // to open it, but it is deleted so there is an error.\n                  try {\n                    // Load tiddler data from the file\n                    tiddlerObject = $tw.loadTiddlersFromFile(itemPath);\n                  } catch (e) {\n                    if(e.code !== 'ENOENT') {\n                      $tw.Bob.logger.error(e, {level: 3})\n                    }\n                    // If we reach here the file doesn't exist for other reasons and we don't need to do anything\n                    return\n                  }\n                  // Make sure that it at least has a title\n                  if(tiddlerObject.tiddlers[0]['title']) {\n                    // Test to see if the filename matches what the wiki says it\n                    // should be. If not rename the file to match the rules set by\n                    // the wiki.\n                    // This is the title based on the current .tid file\n                    let newTitle = $tw.syncadaptor.generateTiddlerBaseFilepath(tiddlerObject.tiddlers[0].title, prefix);\n                    const existingTiddler = $tw.Bob.Wikis[prefix].wiki.getTiddler(tiddlerObject.tiddlers[0].title);\n                    // Load the tiddler from the wiki, check if they are different (non-existent is changed)\n                    if($tw.Bob.Shared.TiddlerHasChanged(existingTiddler, {fields: tiddlerObject.tiddlers[0]})) {\n                      // Rename the file\n                      // If $:/config/FileSystemPaths is used than the folder and\n                      // newTitle may overlap.\n                      // This determines if any of the title has an overlap in the path\n                      if(newTitle.replace('\\\\','/').indexOf('/') !== -1) {\n                        const pieces = newTitle.replace('\\\\','/').split('/')\n                        let pathBits = pieces.slice(0,-1);\n                        while (pathBits.length > 0) {\n                          if(folder.endsWith(pathBits.join(path.sep))) {\n                            break;\n                          }\n                          pathBits = pathBits.slice(0,-1);\n                        }\n                        if(pathBits.length > 0) {\n                          newTitle = pieces.slice(pathBits.length).join(path.sep);\n                        }\n                      }\n                      // translate tiddler title into filepath\n                      const theFilepath = path.join(folder, newTitle + fileExtension);\n                      if(typeof tiddlerName === 'string' && tiddlerName !== tiddlerObject.tiddlers[0].title) {\n                        $tw.Bob.logger.log('Rename Tiddler ', tiddlerName, ' to ', newTitle, {level:2});\n                        // Remove the old tiddler\n                        $tw.Bob.DeleteTiddler(folder, tiddlerName + fileExtension, prefix);\n                      }\n\n                      fs.unlink(itemPath, (err)=>{\n                        if(err) {\n                          // nothing, error if the tiddler doesn't exist just means the monitor is most likely fighting with another syncer like git.\n                        }\n                        // Create the new tiddler\n                        const newTiddler = $tw.Bob.Shared.normalizeTiddler({fields: tiddlerObject.tiddlers[0]});\n                        // Save the new file\n                        $tw.syncadaptor.saveTiddler(newTiddler, prefix);\n                      });\n                    }\n                  }\n                }\n              }\n            }\n          })\n        }).on('error', error => {\n          // Ignore EPERM errors in windows, which happen if you delete watched folders...\n          if(error.code === 'EPERM' && require('os').platform() === 'win32') {\n            $tw.Bob.logger.log('[Info] Failed to watch deleted folder.', {level:3});\n            return;\n          }\n        });\n      } catch (e) {\n        $tw.Bob.logger.error('Failed to watch folder!', e, {level:1});\n      }\n    }\n\n    // TODO make this handle deleting .meta files\n    $tw.Bob.DeleteTiddler = function (folder, filename, prefix) {\n      const itemPath = path.join(folder, filename);\n      // Get the file name because it isn't always the same as the tiddler\n      // title.\n\n      // At this point the tiddlerName is the internal name so we need to switch\n      // to the non-prefixed name for the message to the browsers\n      Object.keys($tw.Bob.Files[prefix]).forEach(function(tiddlerName) {\n        if($tw.Bob.Files[prefix][tiddlerName].filepath === itemPath) {\n          // Remove the tiddler info from $tw.Bob.Files\n          delete $tw.Bob.Files[prefix][tiddlerName];\n          // Remove the tiddler on the server\n          $tw.Bob.Wikis[prefix].wiki.deleteTiddler(tiddlerName);\n          // Create a message saying to remove the tiddler from the browser\n          const message = {\n            type: 'deleteTiddler',\n            tiddler: {\n              fields:{\n                title: tiddlerName\n              }\n            },\n            wiki: prefix\n          };\n          // Send the message to each connected browser\n          $tw.Bob.SendToBrowsers(message);\n        }\n      });\n    }\n\n    /*\n      This function walks through all the folders listed in the folder tree and\n      creates a watcher for each one.\n\n      Each property in the $tw.Bob.FolderTree object has this structure:\n\n      {\n        path: '/path/to/folder'\n        folders: {\n          folderName {\n            // folder object for folderName\n          },\n          // Other folders with their folder objects\n        }\n      }\n\n      TODO: CReate what is necessary so that we can have wikis only sync to\n      specific folders\n      This is sort of implemented but I want more control.\n    */\n    $tw.Bob.WatchAllFolders = function (folderTree, prefix) {\n      // Watch the current folder after making sure that the path exists\n      if(typeof folderTree.path === 'string') {\n        if(fs.existsSync(folderTree.path)) {\n          $tw.Bob.WatchFolder(folderTree.path, prefix);\n        }\n      }\n      // Use this same function on each sub-folder listed\n      Object.keys(folderTree.folders).forEach(function(folder) {\n        $tw.Bob.WatchAllFolders(folderTree.folders[folder], prefix);\n      });\n    }\n  }\n}\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/MultiWikiAdaptor.js": {
            "title": "$:/plugins/OokTech/Bob/MultiWikiAdaptor.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/MultiWikiAdaptor.js\ntype: application/javascript\nmodule-type: syncadaptor\n\nA sync adaptor module for synchronising multiple wikis\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.platforms = [\"node\"];\n\nif($tw.node) {\n\n  // Get a reference to the file system\n  const fs = require(\"fs\"),\n    path = require(\"path\");\n\n  $tw.Bob = $tw.Bob || {};\n  $tw.Bob.Files = $tw.Bob.Files || {};\n\n  /*\n    TODO Create a message that lets us set excluded tiddlers from inside the wikis\n    A per-wiki exclude list would be best but that is going to have annoying\n    logic so it will come later.\n  */\n  $tw.Bob.ExcludeFilter = $tw.Bob.ExcludeFilter || \"[[$:/StoryList]][[$:/HistoryList]][[$:/status/UserName]][[$:/Import]][prefix[$:/state/]][prefix[$:/temp/]][prefix[$:/WikiSettings]]\";\n\n  function MultiWikiAdaptor(options) {\n    this.wiki = options.wiki;\n  }\n\n  $tw.hooks.addHook(\"th-make-tiddler-path\", function(thePath, originalPath) {\n    return originalPath;\n  })\n\n  MultiWikiAdaptor.prototype.name = \"MultiWikiAdaptor\";\n\n  MultiWikiAdaptor.prototype.isReady = function() {\n    // The file system adaptor is always ready\n    return true;\n  };\n\n  MultiWikiAdaptor.prototype.getTiddlerInfo = function(tiddler) {\n    return {};\n  };\n\n  /*\n  Return a fileInfo object for a tiddler, creating it if necessary:\n    filepath: the absolute path to the file containing the tiddler\n    type: the type of the tiddler file (NOT the type of the tiddler -- see below)\n    hasMetaFile: true if the file also has a companion .meta file\n\n  The boot process populates $tw.boot.files for each of the tiddler files that it loads. The type is found by looking up the extension in $tw.config.fileExtensionInfo (eg \"application/x-tiddler\" for \".tid\" files).\n\n  It is the responsibility of the filesystem adaptor to update $tw.boot.files for new files that are created.\n  */\n  MultiWikiAdaptor.prototype.getTiddlerFileInfo = function(tiddler, prefix, callback) {\n    prefix = prefix || '';\n    if(!callback) {\n      callback = function (err, fileInfo) {\n        if(err) {\n          $tw.Bob.logger.error(err, {level:2});\n        } else {\n          return fileInfo;\n        }\n      }\n    }\n    // Generate the base filepath and ensure the directories exist\n    $tw.Bob.Wikis = $tw.Bob.Wikis || {};\n    $tw.Bob.Wikis[prefix] = $tw.Bob.Wikis[prefix] || {};\n    // A cludge to make things work\n    if(prefix === 'RootWiki') {\n      $tw.Bob.Wikis[prefix].wikiTiddlersPath = $tw.Bob.Wikis[prefix].wikiTiddlersPath || $tw.boot.wikiTiddlersPath;\n    }\n    const tiddlersPath = $tw.Bob.Wikis[prefix].wikiTiddlersPath || path.join($tw.ServerSide.generateWikiPath(prefix), 'tiddlers');\n    $tw.utils.createFileDirectories(tiddlersPath);\n\n    // See if we've already got information about this file\n    const title = tiddler.fields.title;\n    $tw.Bob.Files[prefix] = $tw.Bob.Files[prefix] || {};\n    let fileInfo = $tw.Bob.Files[prefix][title];\n    if(!fileInfo) {\n      const systemPathsText = $tw.Bob.Wikis[prefix].wiki.getTiddlerText(\"$:/config/FileSystemPaths\")\n      let systemPathsList = []\n      if(systemPathsText) {\n        systemPathsList = systemPathsText.split(\"\\n\")\n      }\n      // Otherwise, we'll need to generate it\n      fileInfo = $tw.utils.generateTiddlerFileInfo(tiddler,{\n        directory: tiddlersPath,\n        pathFilters: systemPathsList,\n        wiki: $tw.Bob.Wikis[prefix].wiki\n      });\n\n      $tw.Bob.Files[prefix][title] = fileInfo;\n      $tw.Bob.Wikis[prefix].tiddlers = $tw.Bob.Wikis[prefix].tiddlers || [];\n      if($tw.Bob.Wikis[prefix].tiddlers.indexOf(title) === -1) {\n        $tw.Bob.Wikis[prefix].tiddlers.push(title);\n      }\n    }\n    callback(null,fileInfo);\n  };\n\n  /*\n  Given a list of filters, apply every one in turn to source, and return the first result of the first filter with non-empty result.\n  */\n  MultiWikiAdaptor.prototype.findFirstFilter = function(filters,source) {\n    for(let i=0; i<filters.length; i++) {\n      const result = this.wiki.filterTiddlers(filters[i],null,source);\n      if(result.length > 0) {\n        return result[0];\n      }\n    }\n    return null;\n  };\n\n  /*\n  Given a tiddler title and an array of existing filenames, generate a new legal filename for the title, case insensitively avoiding the array of existing filenames\n  */\n  MultiWikiAdaptor.prototype.generateTiddlerBaseFilepath = function(title, wiki) {\n    let baseFilename;\n    let pathNameFilters;\n    // Check whether the user has configured a tiddler -> pathname mapping\n    if($tw.Bob.Wikis[wiki].wiki) {\n      pathNameFilters = $tw.Bob.Wikis[wiki].wiki.getTiddlerText(\"$:/config/FileSystemPaths\");\n    }\n    if(pathNameFilters) {\n      const source = $tw.Bob.Wikis[wiki].wiki.makeTiddlerIterator([title]);\n      baseFilename = this.findFirstFilter(pathNameFilters.split(\"\\n\"),source);\n      if(baseFilename) {\n        // Interpret \"/\" and \"\\\" as path separator\n        baseFilename = baseFilename.replace(/\\/|\\\\/g,path.sep);\n      }\n    }\n    if(!baseFilename) {\n      // No mappings provided, or failed to match this tiddler so we use title as filename\n      baseFilename = title.replace(/\\/|\\\\/g,\"_\");\n    }\n    // Remove any of the characters that are illegal in Windows filenames\n    baseFilename = $tw.utils.transliterate(baseFilename.replace(/<|>|\\:|\\\"|\\||\\?|\\*|\\^/g,\"_\"));\n    // Truncate the filename if it is too long\n    if(baseFilename.length > 200) {\n      baseFilename = baseFilename.substr(0,200);\n    }\n    return baseFilename;\n  };\n\n  /*\n  Save a tiddler and invoke the callback with (err,adaptorInfo,revision)\n  */\n  MultiWikiAdaptor.prototype.saveTiddler = function(tiddler, prefix, connectionInd, callback) {\n    const self = this;\n    if(typeof prefix === 'function') {\n      callback = prefix;\n      prefix = null;\n      connectionInd = null;\n    }\n    if(typeof connectionInd === 'function') {\n      connectionInd = null;\n      callback = connectionInd\n    }\n    if(typeof callback !== 'function') {\n      callback = function () {\n\n      }\n    }\n    prefix = prefix || 'RootWiki';\n    if(!$tw.Bob.Wikis[prefix]) {\n      $tw.ServerSide.loadWiki(prefix, finish);\n    } else {\n      finish();\n    }\n    function finish() {\n      if(tiddler && $tw.Bob.Wikis[prefix].wiki.filterTiddlers($tw.Bob.ExcludeFilter).indexOf(tiddler.fields.title) === -1) {\n        self.getTiddlerFileInfo(new $tw.Tiddler(tiddler.fields), prefix,\n         function(err,fileInfo) {\n          if(err) {\n            return callback(err);\n          }\n          // Make sure that the tiddler has actually changed before saving it\n          if($tw.Bob.Shared.TiddlerHasChanged(tiddler, $tw.Bob.Wikis[prefix].wiki.getTiddler(tiddler.fields.title))) {\n            // Save the tiddler in memory.\n            internalSave(tiddler, prefix, connectionInd);\n            $tw.Bob.Wikis[prefix].modified = true;\n            $tw.Bob.logger.log('Save Tiddler ', tiddler.fields.title, {level:2});\n            try {\n              $tw.utils.saveTiddlerToFileSync(new $tw.Tiddler(tiddler.fields), fileInfo)\n              $tw.hooks.invokeHook('wiki-modified', prefix);\n            } catch (e) {\n                $tw.Bob.logger.log('Error Saving Tiddler ', tiddler.fields.title, e, {level:1});\n            }\n          }\n        });\n      }\n    }\n  };\n\n  // Before the tiddler file is saved this takes care of the internal part\n  function internalSave (tiddler, prefix, sourceConnection) {\n    $tw.Bob.Wikis[prefix].wiki.addTiddler(new $tw.Tiddler(tiddler.fields));\n    const message = {\n      type: 'saveTiddler',\n      wiki: prefix,\n      tiddler: {\n        fields: tiddler.fields\n      }\n    };\n    $tw.Bob.SendToBrowsers(message, sourceConnection);\n    // This may help\n    $tw.Bob.Wikis = $tw.Bob.Wikis || {};\n    $tw.Bob.Wikis[prefix] = $tw.Bob.Wikis[prefix] || {};\n    $tw.Bob.Wikis[prefix].tiddlers = $tw.Bob.Wikis[prefix].tiddlers || [];\n    if($tw.Bob.Wikis[prefix].tiddlers.indexOf(tiddler.fields.title) === -1) {\n      $tw.Bob.Wikis[prefix].tiddlers.push(tiddler.fields.title);\n    }\n  }\n\n  /*\n  Load a tiddler and invoke the callback with (err,tiddlerFields)\n\n  We don't need to implement loading for the file system adaptor, because all the tiddler files will have been loaded during the boot process.\n  */\n  MultiWikiAdaptor.prototype.loadTiddler = function(title,callback) {\n    if(!callback) {\n      callback = function () {\n\n      }\n    }\n    callback(null,null);\n  };\n\n  /*\n  Delete a tiddler and invoke the callback with (err)\n  */\n  MultiWikiAdaptor.prototype.deleteTiddler = function(title, callback, options) {\n    if(typeof callback === 'object') {\n      options = callback;\n      callback = null;\n    }\n    if(!callback || typeof callback === 'object') {\n      callback = function () {\n        // Just a blank function to prevent errors\n      }\n    }\n    if(typeof options !== 'object') {\n      if(typeof options === 'string') {\n        options = {wiki: options}\n      } else {\n        callback(\"no wiki given\");\n        return\n      }\n    }\n    const prefix = options.wiki;\n    if(!$tw.Bob.Files[prefix]) {\n      $tw.ServerSide.loadWiki(prefix, finish);\n    } else {\n      finish();\n    }\n    function finish() {\n      const fileInfo = $tw.Bob.Files[prefix][title];\n      // I guess unconditionally say the wiki is modified in this case.\n      $tw.Bob.Wikis[prefix].modified = true;\n      // Only delete the tiddler if we have writable information for the file\n      if(fileInfo) {\n        // Delete the file\n        fs.unlink(fileInfo.filepath,function(err) {\n          if(err) {\n            $tw.Bob.logger.log('error deleting file ', fileInfo.filepath, 'with error', err, {level:2});\n            return callback(err);\n          }\n          $tw.Bob.logger.log('deleted file ', fileInfo.filepath, {level:2});\n          // Delete the tiddler from the internal tiddlywiki side of things\n          delete $tw.Bob.Files[prefix][title];\n          $tw.Bob.Wikis[prefix].wiki.deleteTiddler(title);\n          // Create a message saying to remove the tiddler\n          const message = {type: 'deleteTiddler', tiddler: {fields:{title: title}}, wiki: prefix};\n          // Send the message to each connected browser\n          $tw.Bob.SendToBrowsers(message);\n          $tw.hooks.invokeHook('wiki-modified', prefix);\n          // Delete the metafile if present\n          if(fileInfo.hasMetaFile) {\n            fs.unlink(fileInfo.filepath + \".meta\",function(err) {\n              if(err) {\n                $tw.Bob.logger.log('error deleting file ', fileInfo.filepath, 'with error', err, {level:2});\n                return callback(err);\n              }\n              $tw.Bob.logger.log('deleting meta file ', fileInfo.filepath + '.meta', {level:3});\n              return $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),callback);\n            });\n          } else {\n          return $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),callback);\n          }\n        });\n      } else {\n        callback(null);\n      }\n    }\n  };\n\n  if($tw.node) {\n    exports.adaptorClass = MultiWikiAdaptor;\n  }\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "syncadaptor"
        },
        "$:/plugins/OokTech/Bob/BrowserWSAdaptor.js": {
            "title": "$:/plugins/OokTech/Bob/BrowserWSAdaptor.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/BrowserWSAdaptor.js\ntype: application/javascript\nmodule-type: syncadaptor\n\nA sync adaptor for syncing changes using websockets with Bob\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst delayRecord = {};\n\nconst sendToServer = function (message, callback) {\n  const connectionIndex = 0;\n  // If the connection is open, send the message\n  if($tw.connections[connectionIndex].socket.readyState === 1 && $tw.readOnly !== 'yes') {\n    const messageData = $tw.Bob.Shared.sendMessage(message, 0);\n    return messageData.id;\n  } else {\n    // If the connection is not open than store the message in the queue\n    const tiddler = $tw.wiki.getTiddler('$:/plugins/OokTech/Bob/Unsent');\n    let queue = [];\n    let start = Date.now();\n    if(tiddler) {\n      if(typeof tiddler.fields.text === 'string') {\n        queue = JSON.parse(tiddler.fields.text);\n      }\n      if(tiddler.fields.start) {\n        start = tiddler.fields.start;\n      }\n    }\n    // Check to make sure that the current message is eligible to be saved\n    const messageData = $tw.Bob.Shared.createMessageData(message)\n    if($tw.Bob.Shared.messageIsEligible(messageData, 0, queue)) {\n      // Prune the queue and check if the current message makes any enqueued\n      // messages redundant or overrides old messages\n      queue = $tw.Bob.Shared.removeRedundantMessages(messageData, queue);\n      // Don't save any messages that are about the unsent list or you get\n      // infinite loops of badness.\n      if(messageData.title !== '$:/plugins/OokTech/Bob/Unsent') {\n        queue.push(messageData);\n      }\n      const tiddler2 = {\n        title: '$:/plugins/OokTech/Bob/Unsent',\n        text: JSON.stringify(queue, '', 2),\n        type: 'application/json',\n        start: start\n      };\n      $tw.wiki.addTiddler(new $tw.Tiddler(tiddler2));\n    }\n  }\n}\n\nfunction BrowserWSAdaptor(options) {\n  this.wiki = options.wiki;\n  this.idList = [];\n\n  $tw.browserMessageHandlers = $tw.browserMessageHandlers || {};\n  // Ensure that the needed objects exist\n  $tw.Bob = $tw.Bob || {};\n  // Import shared commands\n  $tw.Bob.Shared = require('$:/plugins/OokTech/Bob/SharedFunctions.js');\n  $tw.Bob.ExcludeFilter = $tw.wiki.getTiddlerText('$:/plugins/OokTech/Bob/ExcludeSync');\n  // In the browser there is only one connection, so set the connection index\n  const connectionIndex = 0;\n\n  // Do all actions on startup.\n  $tw.Bob.setup = function(reconnect) {\n    $tw.setcookie = function(cookieName, cookieValue) {\n      if(cookieName && cookieValue) {\n        document.cookie = cookieName + \"=\" + cookieValue;\n      } else if(cookieName) {\n        // Clear the cookie if no value given.\n        document.cookie = cookieName + \"= ; expires = Thu, 01 Jan 1970 00:00:00 GMT\";\n      }\n    }\n    // Add a message that the wiki isn't connected yet\n    const text = \"<div style='position:fixed;bottom:0px;width:100%;background-color:red;height:1.5em;max-height:100px;text-align:center;vertical-align:center;color:white;'>''WARNING: The connection to server hasn't been established yet.''</div>\";\n    const warningTiddler = {\n      title: '$:/plugins/OokTech/Bob/Server Warning',\n      text: text,\n      tags: '$:/tags/PageTemplate'\n    };\n    $tw.wiki.addTiddler(new $tw.Tiddler(warningTiddler));\n    if(reconnect) {\n      $tw.connections = null;\n    }\n    // Get the name for this wiki for websocket messages\n    const tiddler = $tw.wiki.getTiddler(\"$:/WikiName\");\n    if(tiddler) {\n      $tw.wikiName = tiddler.fields.text;\n    } else {\n      $tw.wikiName = '';\n    }\n\n    const IPAddress = window.location.hostname;\n    const WSSPort = window.location.port;\n    const WSScheme = window.location.protocol==\"https:\"?\"wss://\":\"ws://\";\n\n    $tw.connections = $tw.connections || [];\n    $tw.connections[connectionIndex] = $tw.connections[connectionIndex] || {};\n    $tw.connections[connectionIndex].index = connectionIndex;\n    try{\n      const r = new RegExp(\"\\\\/\"+ $tw.wikiName + \"\\\\/?$\");\n      $tw.connections[connectionIndex].socket = new WebSocket(WSScheme + IPAddress +\":\" + WSSPort + decodeURI(window.location.pathname).replace(r,''));\n    } catch (e) {\n      console.log(e)\n      $tw.connections[connectionIndex].socket = {};\n    }\n    $tw.connections[connectionIndex].socket.onopen = openSocket;\n    $tw.connections[connectionIndex].socket.onmessage = parseMessage;\n    $tw.connections[connectionIndex].socket.binaryType = \"arraybuffer\";\n\n    if(!reconnect) {\n      addHooks();\n    }\n  }\n  /*\n    When the socket is opened the heartbeat process starts. This lets us know\n    if the connection to the server gets interrupted.\n  */\n  const openSocket = function() {\n    console.log('Opened socket');\n    // Login with whatever credentials you have\n    const data = {\n      type: 'setLoggedIn',\n      wiki: $tw.wikiName,\n      heartbeat: true\n    };\n    sendToServer(data);\n    $tw.Bob.getSettings();\n  }\n\n  $tw.Bob.getSettings = function() {\n    // Ask the server for its status\n    fetch('/api/status', {credentials: 'include', headers: {'x-wiki-name': $tw.wikiName}})\n    .then(response => response.json())\n    .then(function(data) {\n      function doThisLevel (inputObject, currentName) {\n        let currentLevel = {};\n        Object.keys(inputObject).forEach( function (property) {\n          if(typeof inputObject[property] === 'object') {\n            // Call recursive function to walk through properties, but only if\n            // there are properties\n            if(Object.keys(inputObject[property])) {\n              doThisLevel(inputObject[property], currentName + '/' + property, data);\n              currentLevel[property] = currentName + '/' + property;\n            }\n          } else {\n            // Add it to this one.\n            currentLevel[property] = inputObject[property];\n          }\n        });\n        const tiddlerFields = {\n          title: currentName,\n          text: JSON.stringify(currentLevel, \"\", 2),\n          type: 'application/json'\n        };\n        $tw.wiki.addTiddler(new $tw.Tiddler(tiddlerFields));\n      }\n\n      const fields = {};\n\n      const viewableWikiList = Object.keys(data['available_wikis']).filter(function(wikiName) {\n        return data['available_wikis'][wikiName].indexOf('view') > -1\n      })\n      const editableWikiList = Object.keys(data['available_wikis']).filter(function(wikiName) {\n        return data['available_wikis'][wikiName].indexOf('edit') > -1\n      })\n      // Set available wikis\n      fields.title = '$:/state/ViewableWikis';\n      fields.list = $tw.utils.stringifyList(viewableWikiList);\n      fields.type = 'application/json';\n      $tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\n      // Set available wikis\n      fields.title = '$:/state/EditableWikis';\n      fields.list = $tw.utils.stringifyList(editableWikiList);\n      fields.type = 'application/json';\n      $tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\n      const editions_out = {}\n      Object.keys(data['available_editions']).map(function(curr, ind) {\n        editions_out[curr] = data['available_editions'][curr]['description'];\n      })\n      fields.list = '';\n      // Set available editions\n      fields.title = '$:/Bob/AvailableEditionList';\n      fields.text = JSON.stringify(editions_out, \"\", 2);\n      fields.type = 'application/json';\n      $tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\n      // Set available languages\n      fields.title = '$:/Bob/AvailableLanguageList';\n      fields.text = $tw.utils.stringifyList(Object.keys(data['available_languages']));\n      fields.type = 'application/json';\n      $tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\n      const plugins_out = {}\n      Object.keys(data['available_plugins']).map(function(curr, ind) {\n        plugins_out[curr] = data['available_plugins'][curr]['description'];\n      })\n      // Set available plugins\n      fields.title = '$:/Bob/AvailablePluginList';\n      fields.text = JSON.stringify(plugins_out, \"\", 2);\n      fields.type = 'application/json';\n      $tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\n      const themes_out = {}\n      Object.keys(data['available_themes']).map(function(curr, ind) {\n        themes_out[curr] = data['available_themes'][curr]['description'];\n      })\n      // Set available themes\n      fields.title = '$:/Bob/AvailableThemeList';\n      fields.text = JSON.stringify(themes_out, \"\", 2);\n      fields.type = 'application/json';\n      $tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\n      // Save settings for the wiki\n      fields.title = '$:/WikiSettings';\n      fields.text = JSON.stringify(data['settings'], \"\", 2);\n      fields.type = 'application/json';\n      $tw.wiki.addTiddler(new $tw.Tiddler(fields));\n      $tw.settings = data['settings']\n\n      doThisLevel(data['settings'], '$:/WikiSettings/split');\n\n      $tw.wiki.addTiddler(new $tw.Tiddler({title:'$:/ServerIP', text: (data.settings.serverInfo ? data.settings.serverInfo.ipAddress : window.location.protocol + '//' + window.location.hostname), port: window.location.port}))\n\n      $tw.wiki.addTiddler(new $tw.Tiddler({title:'$:/status/IsLoggedIn', text:data.logged_in}));\n\n      $tw.wiki.addTiddler(new $tw.Tiddler({title:'$:/status/IsReadOnly', text:data.read_only}));\n      $tw.readOnly = data.read_only;\n\n      if(data.owned_wikis) {\n        // save any info about owned wikis for the currently logged in person\n        Object.keys(data.owned_wikis).forEach(function(wikiName) {\n          const tidFields = {\n            title: \"$:/Bob/OwnedWikis/\" + wikiName,\n            visibility: data.owned_wikis[wikiName].visibility,\n            editors: $tw.utils.stringifyList(data.owned_wikis[wikiName].editors),\n            viewers: $tw.utils.stringifyList(data.owned_wikis[wikiName].viewers),\n            fetchers: $tw.utils.stringifyList(data.owned_wikis[wikiName].fetchers),\n            pushers: $tw.utils.stringifyList(data.owned_wikis[wikiName].pushers),\n            guest_access: $tw.utils.stringifyList(data.owned_wikis[wikiName].access ? data.owned_wikis[wikiName].access.Guest : ''),\n            normal_access: $tw.utils.stringifyList(data.owned_wikis[wikiName].access ? data.owned_wikis[wikiName].access.Normal : ''),\n            admin_access: $tw.utils.stringifyList(data.owned_wikis[wikiName].access ? data.owned_wikis[wikiName].access.Admin : ''),\n            wiki_name: wikiName,\n            text: \"{{||$:/plugins/OokTech/Bob/Templates/WikiAccessManager}}\",\n            tags: \"$:/Bob/OwnedWikis\"\n          }\n          $tw.wiki.addTiddler(new $tw.Tiddler(tidFields));\n        });\n      }\n\n      if(data.username) { // This is only here with the secure server\n        $tw.wiki.addTiddler(new $tw.Tiddler({title: '$:/status/UserName', text: data.username}));\n      } else if(data['settings'].persistentUsernames === \"yes\") {\n        const savedName = $tw.Bob.getCookie(document.cookie, \"userName\");\n        if(savedName) {\n          $tw.wiki.addTiddler(new $tw.Tiddler({title: \"$:/status/UserName\", text: savedName}));\n        }\n      }\n    });\n  }\n\n  /*\n    This is a wrapper function, each message from the websocket server has a\n    message type and if that message type matches a handler that is defined\n    than the data is passed to the handler function.\n  */\n  const parseMessage = function(event) {\n    const eventData = JSON.parse(event.data);\n    if(eventData.type) {\n      if(typeof $tw.browserMessageHandlers[eventData.type] === 'function') {\n        $tw.browserMessageHandlers[eventData.type](eventData);\n      }\n    }\n  }\n\n  /*\n    This adds actions for the different event hooks. Each hook sends a\n    message to the node process.\n\n    Some unused hooks have commented out skeletons for adding those hooks in\n    the future if they are needed.\n  */\n  const addHooks = function() {\n    if(!$tw.wikiName) {\n      $tw.wikiName = '';\n    }\n    $tw.hooks.addHook(\"th-editing-tiddler\", function(event) {\n      // Special handling for unedited shadow tiddlers\n      if($tw.wiki.isShadowTiddler(event.tiddlerTitle) && !$tw.wiki.tiddlerExists(event.tiddlerTitle)) {\n        // Wait for the document to have focus again and then check for the existence of a draft tiddler for the shadow, if one doesn't exist cancel the edit lock\n        setTimeout(function(tid) {\n          if(document.hasFocus()) {\n            if(!$tw.wiki.findDraft(tid)) {\n              // Cancel the edit lock\n              const message = {\n                type: 'cancelEditingTiddler',\n                tiddler:{\n                  fields:{\n                    title: tid\n                  }\n                },\n                wiki: $tw.wikiName\n              };\n              sendToServer(message);\n            }\n          }\n        }, 200, event.tiddlerTitle)\n      }\n      const message = {\n        type: 'editingTiddler',\n        tiddler: {\n          fields: {\n            title: event.tiddlerTitle\n          }\n        },\n        wiki: $tw.wikiName\n      };\n      sendToServer(message);\n      // do the normal editing actions for the event\n      return true;\n    });\n    $tw.hooks.addHook(\"th-cancelling-tiddler\", function(event) {\n      const draftTitle = event.param || event.tiddlerTitle;\n      const draftTiddler = $tw.wiki.getTiddler(draftTitle);\n      const originalTitle = draftTiddler && draftTiddler.fields[\"draft.of\"];\n      const message = {\n        type: 'cancelEditingTiddler',\n        tiddler:{\n          fields:{\n            title: originalTitle\n          }\n        },\n        wiki: $tw.wikiName\n      };\n      sendToServer(message);\n      // Do the normal handling\n      return event;\n    });\n\n    $tw.Bob.Reconnect = function (sync) {\n      if($tw.connections[0].socket.readyState !== 1) {\n        $tw.Bob.setup();\n        if(sync) {\n          $tw.Bob.syncToServer();\n        }\n      }\n    }\n    $tw.Bob.syncToServer = function () {\n      // Use a timeout to ensure that the websocket is ready\n      if($tw.connections[0].socket.readyState !== 1) {\n        setTimeout($tw.Bob.syncToServer, 100)\n        console.log('waiting')\n      } else {\n        /*\n        // The process here should be:\n\n          Send the full list of changes from the browser to the server in a\n          special message\n          The server determines if any conflicts exist and marks the tiddlers as appropriate\n          If there are no conflicts than it just applies the changes from the browser/server\n          If there are than it marks the tiddler as needing resolution and both versions are made available\n          All connected browsers now see the tiddlers marked as in conflict and resolution is up to the people\n\n          This message is sent to the server, once the server receives it it respons with a special ack for it, when the browser receives that it deletes the unsent tiddler\n\n          What is a conflict?\n\n          If both sides say to delete the same tiddler there is no conflict\n          If one side says save and the othre delete there is a conflict\n          if both sides say save there is a conflict if the two saved versions\n          aren't the same.\n        */\n        // Get the tiddler with the info about local changes\n        const tiddler = $tw.wiki.getTiddler('$:/plugins/OokTech/Bob/Unsent');\n        let tiddlerHashes = {};\n        const allTitles = $tw.wiki.allTitles()\n        const list = $tw.wiki.filterTiddlers($tw.Bob.ExcludeFilter);\n        allTitles.forEach(function(tidTitle) {\n          if(list.indexOf(tidTitle) === -1) {\n            const tid = $tw.wiki.getTiddler(tidTitle);\n            tiddlerHashes[tidTitle] = $tw.Bob.Shared.getTiddlerHash(tid);\n          }\n        })\n        // Ask the server for a listing of changes since the browser was\n        // disconnected\n        const message = {\n          type: 'syncChanges',\n          since: tiddler.fields.start,\n          changes: tiddler.fields.text,\n          hashes: tiddlerHashes,\n          wiki: $tw.wikiName\n        };\n        sendToServer(message);\n        $tw.wiki.deleteTiddler('$:/plugins/OokTech/Bob/Unsent')\n      }\n    }\n    /*\n      Below here are skeletons for adding new actions to existing hooks.\n      None are needed right now but the skeletons may help later.\n\n      Other available hooks are:\n      th-importing-tiddler\n      th-relinking-tiddler\n      th-renaming-tiddler\n    */\n    /*\n      This handles the hook for importing tiddlers.\n    */\n    $tw.hooks.addHook(\"th-importing-tiddler\", function (tiddler) {\n      if($tw.wiki.getTextReference('$:/WikiSettings/split##saveMediaOnServer') !== 'no' && $tw.wiki.getTextReference('$:/WikiSettings/split##enableFileServer') === 'yes') {\n        function updateProgress(e) {\n          try {\n            // TODO make this work in different browsers\n            if(e.lengthComputable) {\n              var percentComplete = e.loaded/e.total*100;\n            } else {\n              var percentComplete = -1;\n            }\n            console.log(percentComplete);\n          } catch (e) {\n            console.log(\"No progress updates!\")\n          }\n        }\n        function transferComplete(e) {\n          console.log('Complete!!');\n        }\n        function transferFailed(e) {\n          console.log('Failed!');\n        }\n        function transferCanceled(e) {\n          console.log('Cancelled!')\n        }\n        // Figure out if the thing being imported is something that should be\n        // saved on the server.\n        //const mimeMap = $tw.settings.mimeMap || {\n        const mimeMap = $tw.settings.mimeMap || {\n          '.aac': 'audio/aac',\n          '.avi': 'video/x-msvideo',\n          '.csv': 'text/csv',\n          '.doc': 'application/msword',\n          '.epub': 'application/epub+zip',\n          '.gif': 'image/gif',\n          '.html': 'text/html',\n          '.htm': 'text/html',\n          '.ico': 'image/x-icon',\n          '.jpg': 'image/jpeg',\n          '.jpeg': 'image/jpeg',\n          '.mp3': 'audio/mpeg',\n          '.mpeg': 'video/mpeg',\n          '.oga': 'audio/ogg',\n          '.ogv': 'video/ogg',\n          '.ogx': 'application/ogg',\n          '.pdf': 'application/pdf',\n          '.png': 'image/png',\n          '.svg': 'image/svg+xml',\n          '.weba': 'audio/weba',\n          '.webm': 'video/webm',\n          '.wav': 'audio/wav'\n        };\n        if(Object.values(mimeMap).indexOf(tiddler.fields.type) !== -1 && !tiddler.fields._canonical_uri) {\n          // Check if this is set up to use HTTP post or websockets to save the\n          // image on the server.\n          const request = new XMLHttpRequest();\n          request.upload.addEventListener('progress', updateProgress);\n          request.upload.addEventListener('load', transferComplete);\n          request.upload.addEventListener('error', transferFailed);\n          request.upload.addEventListener('abort', transferCanceled);\n\n          let wikiPrefix = $tw.wiki.getTiddlerText('$:/WikiName') || '';\n          const uploadURL = '/api/upload';\n          request.open('POST', uploadURL, true);\n          // cookies are sent with the request so the authentication cookie\n          // should be there if there is one.\n          const thing = {\n            tiddler: tiddler,\n            wiki: $tw.wiki.getTiddlerText('$:/WikiName')\n          }\n          request.setRequestHeader('x-wiki-name',wikiPrefix);\n          request.onreadystatechange = function() {\n            if(request.readyState === XMLHttpRequest.DONE) {\n              if(request.status === 200) {\n                // Things should be ok\n                // The server should send a browser message saying that the\n                // upload was successful.\n              } else {\n                // There is a problem\n                // Make a tiddler that has the tag $:/tags/Alert that has the text of\n                // the alert.\n                const fields = {\n                  component: 'Server Message',\n                  title: \"Upload Error\",\n                  text: \"File failed to upload to server with status code \" + request.status + \". Try quitting and restarting Bob.\"+\"<br/><$button>Clear Alerts<$action-deletetiddler $filter='[tag[$:/tags/Alert]component[Server Message]]'/></$button>\",\n                  tags: '$:/tags/Alert'\n                }\n                $tw.wiki.addTiddler(new $tw.Tiddler(fields, $tw.wiki.getCreationFields()));\n              }\n            }\n          }\n          request.send(JSON.stringify(thing));\n          // Change the tiddler fields and stuff\n          const fields = {};\n          wikiPrefix = $tw.wiki.getTiddlerText('$:/WikiName') || '';\n          wikiPrefix = wikiPrefix === '' ? '' : '/' + wikiPrefix;\n          $tw.settings.fileURLPrefix = $tw.settings.fileURLPrefix || 'files';\n          const uri = wikiPrefix + '/' + $tw.settings.fileURLPrefix + '/' + tiddler.fields.title;\n          fields.title = tiddler.fields.title;\n          fields.type = tiddler.fields.type;\n          fields._canonical_uri = uri;\n          return new $tw.Tiddler(fields);\n        } else {\n          return tiddler;\n        }\n      } else {\n        return tiddler;\n      }\n    });\n  }\n  // Only set up the websockets if we aren't in an iframe or opened as a file.\n  if(window.location === window.parent.location && window.location.hostname) {\n    // Send the message to node using the websocket\n    $tw.Bob.setup();\n  }\n}\n\n// REQUIRED\n// The name of the syncer\nBrowserWSAdaptor.prototype.name = \"browserwsadaptor\"\n\nBrowserWSAdaptor.prototype.supportsLazyLoading = true\n\n// REQUIRED\n// Tiddler info, can be left like this but must be present\nBrowserWSAdaptor.prototype.getTiddlerInfo = function() {\n  return {}\n}\n\n// REQUIRED\n// This does whatever is necessary to actually store a tiddler\nBrowserWSAdaptor.prototype.saveTiddler = function (tiddler, callback) {\n  const self = this;\n  function handleAck(ackId) {\n    const ind = self.idList.indexOf(ackId);\n    if(ind > -1) {\n      self.idList.splice(ind, 1)\n      callback(null, null)\n    }\n  }\n  if(!this.shouldSync(tiddler.fields.title) || !tiddler) {\n    callback(null, null);\n  } else {\n    let tempTid = {fields:{}};\n    Object.keys(tiddler.fields).forEach(function (field) {\n        if(field !== 'created' && field !== 'modified') {\n          tempTid.fields[field] = tiddler.fields[field];\n        } else {\n          tempTid.fields[field] = $tw.utils.stringifyDate(tiddler.fields[field]);\n        }\n      }\n    );\n    const message = {\n      type: 'saveTiddler',\n      tiddler: tempTid,\n      wiki: $tw.wikiName\n    };\n    const id = sendToServer(message, callback);\n    if(id) {\n      this.idList.push(id)\n      $tw.rootWidget.addEventListener('handle-ack', function(e) {\n        handleAck(e.detail)\n      })\n    }\n  }\n}\n\n// REQUIRED\n// This does whatever is necessary to load a tiddler.\n// Used for lazy loading\nBrowserWSAdaptor.prototype.loadTiddler = function (title, callback) {\n  function handleLoadedTiddler(tiddler) {\n    callback(null, tiddler.fields)\n  }\n  if(title.slice(0,3) === '$:/') {\n    callback(null, null)\n  } else {\n    const message = {\n      type:'getFullTiddler',\n      title: title,\n      wiki: $tw.wikiName\n    }\n    const id = sendToServer(message)\n    $tw.rootWidget.addEventListener('loaded-tiddler', function(e) {\n      handleLoadedTiddler(e.detail)\n    })\n  }\n}\n\n// REQUIRED\n// This does whatever is necessary to delete a tiddler\nBrowserWSAdaptor.prototype.deleteTiddler = function (title, callback, options) {\n  const self = this;\n  function handleAck(ackId) {\n    const ind = self.idList.indexOf(ackId)\n    if(ind > -1) {\n      self.idList.splice(ind, 1)\n      callback(null, null)\n    }\n  }\n  if(!this.shouldSync(title)) {\n    callback(null);\n  } else {\n    // We have an additional check for tiddlers that start with\n    // $:/state because popups get deleted before the check is done.\n    // Without this than every time there is a popup the dirty\n    // indicator turns on\n    const message = {\n      type: 'deleteTiddler',\n      tiddler:{\n        fields:{\n          title:title\n        }\n      },\n      wiki: $tw.wikiName\n    };\n    const id = sendToServer(message);\n    this.idList.push(id)\n    $tw.rootWidget.addEventListener('handle-ack', function(e) {\n      handleAck(e.detail)\n    })\n  }\n}\n\nBrowserWSAdaptor.prototype.shouldSync = function(tiddlerTitle) {\n  // assume that we are never syncing state and temp tiddlers.\n  // This may change later.\n  if(tiddlerTitle.startsWith('$:/state/') || tiddlerTitle.startsWith('$:/temp/')) {\n    return false;\n  }\n  // If the changed tiddler is the one that holds the exclude filter\n  // than update the exclude filter.\n  if(tiddlerTitle === '$:/plugins/OokTech/Bob/ExcludeSync') {\n    $tw.Bob.ExcludeFilter = $tw.wiki.getTiddlerText('$:/plugins/OokTech/Bob/ExcludeSync');\n  }\n  const list = $tw.wiki.filterTiddlers($tw.Bob.ExcludeFilter);\n  if(list.indexOf(tiddlerTitle) === -1) {\n    return true;\n  } else {\n    return false;\n  }\n}\n\n/*\nBrowserWSAdaptor.prototype.getUpdatedTiddlers = function() {\n\n}\n*/\n\n// OPTIONAL\n// Returns true if the syncer` is ready, otherwise false\n// This can be updated at any time, it gets checked when a syncing task is\n// being run so its value can change over time.\nBrowserWSAdaptor.prototype.isReady = function() {\n  const tid = $tw.wiki.getTiddler('$:/state/EditableWikis');\n  if(tid.fields.list.indexOf($tw.wikiName) > -1) {\n    return true;\n  } else {\n    return false;\n  }\n}\n/*\n// OPTIONAL\n// This checks the login state\n// it can be used to give an async way to check the status and update the\n// isReady state. The tiddlyweb adaptor does this.\nBrowserWSAdaptor.prototype.getStatus = function(callback) {\n\n}\n\n// OPTIONAL\n// A login thing, need specifics\nBrowserWSAdaptor.prototype.login = function (username, password, callback) {\n\n}\n\n// OPTIONAL\n// A logout thing, need specifics\nBrowserWSAdaptor.prototype.logout = function (callback) {\n\n}\n*/\n\n// OPTIONAL\n// Loads skinny tiddlers, need specifics\nlet thisTimerTemp = undefined\nfunction setupSkinnyTiddlerLoading() {\n  if(!$tw.wiki.getTiddler('$:/WikiSettings/split/ws-server')) {\n    clearTimeout(thisTimerTemp)\n    thisTimerTemp = setTimeout(function() {\n      setupSkinnyTiddlerLoading()\n    }, 100)\n  } else {\n    clearTimeout(thisTimerTemp)\n    if($tw.wiki.getTiddlerDataCached('$:/WikiSettings/split/ws-server').rootTiddler === '$:/core/save/lazy-all') {\n      BrowserWSAdaptor.prototype.getSkinnyTiddlers = function (callback) {\n        function handleSkinnyTiddlers(e) {\n          callback(null, e)\n        }\n        function sendThing() {\n          function setSendThingTimeout() {\n            setTimeout(function() {\n              if($tw.connections) {\n                if($tw.connections[0].socket.readyState === 1) {\n                  id = sendToServer(message)\n                  $tw.rootWidget.addEventListener('skinny-tiddlers', function(e) {\n                    handleSkinnyTiddlers(e.detail)\n                  })\n                } else {\n                  setSendThingTimeout()\n                }\n              } else {\n                setSendThingTimeout()\n              }\n            }, 100)\n          }\n          if($tw.connections) {\n            if($tw.connections[0].socket.readyState === 1) {\n              id = sendToServer(message)\n              $tw.rootWidget.addEventListener('skinny-tiddlers', function(e) {\n                handleSkinnyTiddlers(e.detail)\n              })\n            } else {\n              setSendThingTimeout()\n            }\n          } else {\n            setSendThingTimeout()\n          }\n        }\n        const message = {\n          type: 'getSkinnyTiddlers',\n          wiki: $tw.wikiName\n        }\n        let id\n        sendThing()\n      }\n      $tw.syncer.syncFromServer()\n    }\n  }\n}\n\n// Replace this with whatever conditions are required to use your adaptor\nif($tw.browser) {\n  setupSkinnyTiddlerLoading()\n  exports.adaptorClass = BrowserWSAdaptor\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "syncadaptor"
        },
        "$:/plugins/OokTech/Bob/Acknowledgements": {
            "title": "$:/plugins/OokTech/Bob/Acknowledgements",
            "text": "This plugin was created and is maintained by [[OokTech|$:/plugins/OokTech/OokTechInfo]].\n\nYou can support the development of this plugin and others by supporting OokTech on\n\n* [[our patreon page|https://www.patreon.com/OokTech]]\n* [[OokTech LiberaPay Page|https://liberapay.com/OokTech]]\n\n[[Tiddlywiki|http://TiddlyWiki.com]] was originally created by [[Jeremy Ruston|https://github.com/Jermolene/TiddlyWiki5]]. For general ~TiddlyWiki help see [[tiddlywiki.com|http://tiddlywiki.com]] or the [[google group|https://groups.google.com/forum/#!forum/tiddlywiki]].\n\nThank you to the general TiddlyWiki community for developing and maintaining the tiddlywiki core.\n"
        },
        "$:/plugins/OokTech/Bob/License": {
            "title": "$:/plugins/OokTech/Bob/License",
            "text": "BSD 3-Clause License\n\nCopyright (c) 2017, OokTech LLC\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n  contributors may be used to endorse or promote products derived from\n  this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
        },
        "$:/plugins/OokTech/Bob/OokTechInfo": {
            "title": "$:/plugins/OokTech/Bob/OokTechInfo",
            "caption": "About OokTech/Support Development",
            "text": "~OokTech is a small engineering company based in the USA with an international presence. We work on open software and hardware projects.\n\n* Contact Email: info@ooktech.com\n* Website: http://Ooktech.com\n* ~GitHub: [[OokTech GitHub|https://github.com/OokTech]]\n\nYou can support the development of this and other plugins using:\n\n* Patreon: [[Support on Patreon|https://www.patreon.com/OokTech]]\n* ~PayPal: [[Support using PayPal|https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZG94CTLHTKYRE]]\n<!--* LiberaPay: [[Support on LiberaPay|https://liberapay.com/OokTech]]-->\n"
        },
        "$:/pluginlibrary/OokTech/OokTechPlugins": {
            "title": "$:/pluginlibrary/OokTech/OokTechPlugins",
            "tags": "$:/tags/PluginLibrary",
            "url": "https://ooktech.com/TiddlyWiki/PluginLibrary",
            "text": "The plugin library for plugins developed and maintained by OokTech. See http://OokTech.com/TiddlyWiki for more information.\n"
        },
        "$:/plugins/OokTech/Bob/Federation/FederatedNodeDiscovery": {
            "title": "$:/plugins/OokTech/Bob/Federation/FederatedNodeDiscovery",
            "text": "For the local network multicast udp is used to discover other Bob servers to\nfederate with.\n\nIf you have your server set up to announce itself than it will use a multicast\nmessage on the local network to let any other Bob servers know that it is\nthere.\n\nFor nodes that are off the local network I will use Dodo. I am not sure about\npackaging that with Bob."
        },
        "$:/plugins/OokTech/Bob/Federation/FederationSyncing": {
            "title": "$:/plugins/OokTech/Bob/Federation/FederationSyncing",
            "text": "Federated syncing refers to two separate servers syncing the state of a wiki on\neach server.\nEach server uses its wikis normally without external influence, but when\ndesired two servers can share their changes to a wiki so both servers have the\nsame information.\n\nPerhaps the most useful case for this is to have Bob running on multiple\ncomputers (like a desktop at home and a laptop that travels), when the\ncomputers aren't in the same location each one can use Bob and edit the wikis\nhowever they wish.\nWhen the two computers are on the same network they can sync their changes.\n\n!! The process\n\nDue to the security model used syncing can be two-way, but two way syncing is\none way syncing done by each server separately.\nThis is because nothing that affects a server can be initiated by another\nserver.\n\n!!! A high level view\n\n# Server A wants to sync\n# Server A asks server B for all of the tiddlers that are different in the wiki they want to sync\n# Server B sends the tiddlers to server A\n# Server A saves the tiddlers\n\n!!! A lower level view\n\nThe way that syncing works at a relatively low level is:\n\n# Server A wishes to sync a wiki with server B\n# Server A sends a `requestHashes` message to server B\n#* The message contains:\n#** A filter that determines which tiddlers server A wants hashes for\n#** The name of the wiki server A wants information about\n#** A nonce (see [[FederatedSecurity|$:/plugins/OokTech/Bob/Federation/FederationSecurity]])\n# Server B receives the message and collects the tiddlers from the requested wiki that match the supplied filter.\n# Server B calculates the hashes for each of the collected tiddlers and sends a `sendHashes` message to server A\n#* The message contains:\n#** The nonce send by server A with the `requestHashes`\n#** The tiddler hashes\n#** The name of the wiki that the tiddlers are from\n# Server A receives the message and checks the hashes in the message against the tiddler hashes in its local wiki and makes a list of tiddlers that are different\n# Server A sends a `requestTiddlers` message to server B that lists all of the changed tiddlers\n#* The message contains:\n#** A filter that is a title list of all of the changed tiddlers\n#** The name of the wiki the tiddlers are from\n#** A new nonce\n# Server B receives the `requestTiddlers` message and collects the requested tiddlers from the listed wiki\n# Server B sends a `sendTiddlers` message to server A that contains the requested tiddlers\n#* The message contains:\n#** The tiddlers requested\n#** The nonce sent by server A\n# Server A receives the `sendTiddlers` message and saves the received tiddlers using whatever conflict resolution method is set.\n\n!! Conflicts\n\nWhen two wikis want to sync and the same tiddler has been modified on both\nwikis there needs to be some conflict resolution method.\n\nThe current options are:\n\n* `localWins` - if the conflict type is `localWins` no changes are made to existing local tiddlers regardless of the state of the remote wiki. Only new tiddlers from the remote wiki are imported.\n* `remoteWins` - if the conflict type is `remoteWins` all the remote tiddlers are imported regardless of if they exist on the local wiki or not.\n* `newestWins` - if the conflict type is `newestWins` and a tiddler with the same title exists in both wikis the tiddler that has the largest value in the modified fields is saved. If only one tiddler has a modified field that tiddler is saved, if neither tiddler has a modified field the local one is kept.\n* `oldestWins` - in case of conflict the tiddler with the smallest value in the modified field is saved. If only one tiddler has a modified field the other tiddler is saved, if neither tiddler has a modified field the local one is kept.\n* `manual` - the local tiddler is kept and a copy of the remote tiddler is saved with `$:/SyncingConflict/` prepended to the title. In this case no tiddlers that have the prefix `$:/SyncingConflict/` are saved to prevent infinite loops."
        },
        "$:/plugins/OokTech/Bob/Federation/FederationSecurity": {
            "title": "$:/plugins/OokTech/Bob/Federation/FederationSecurity",
            "text": "* means that it expects a reply\n-> means it is the reply\n\n* requestServerInfo\n-> sendServerInfo\n\n* requestHashes\n-> sendHashes\n\n* requestTiddlers\n-> sendTiddlers\n\n!!! requestServerInfo\n\nsend: Nothing\n\nreceive: server info\n\nRequest details about the remote server, response is `sendInfo`\n\n!!! requestHash\n\nsend:\n\n* wikiName\n* filter\n\nreceive:\n\n* one hash for all of returned tiddlers\n** normalise all of the tiddlers, get their hashes, get the hash of all of the hashes with the tiddlers sorted\n\n!!! requestHashes\n\nsend:\n\n* wikiName\n* filter\n\nreceive:\n\n* hashes for each of the tiddlers returned by the filter\n\nRequest a set of tiddler hashes from the remote server. Use them to determine\nif there have been changes to the tiddlers.\n\n!!! requestTiddlers\n\nsend:\n\n* wikiName\n* filter\n\nreceive:\n\n* tiddlers in json format\n\nrequest a set of tiddlers from the remote server.\n\n!!! requestRemoteSync\n\nRequest remote sync asks the other server to sync changes from your server.\n\n# -> requestRemoteSync\n# <- requestHashes\n# -> sendHashes\n# <- requestTiddlers\n# -> sendTiddlers\n\nan rnonce is sent with each *, it is put into the response as a nonce.\n\nThe basic structure of communication between different servers is the same as\nthe communication between a server and connected browsers.\n\nInformation is sent in discrete messages in JSON format.\nEach message has a `type` property that determines how it is handled.\n\nNew functionality is added by creating new message types and handlers.\n\n!Security\n\n''Security is a work in progress, this shouldn't be used anywhere that is\naccessible outside a local network until more work is done.''\n\n!!nonce\n\n''Note:'' for the moment the nonce is generated using the `Math.random`\nfunction which does not generate random numbers suitable for security in\nproduction environments, this is just a stop-gap until a better system is made.\nOne benefit of the nonce, even an insecure one like this, is that it allows a\nserver to make a request without informing the remote server of anything other\nthan that the request is being made, the nonce being sent back with the\nresponse allows the requesting server to match the response with the correct\nwiki without having to send out the information.\n\nThe most basic component for security is anything that affects the local server\nmust originate from the local server.\nTo achieve this we use the nonce concept.\n\nAny message that changes the local server has to come as a response to a\nrequest by the local server, to enforce this the local server will only accept\nincoming messages that make local changes if they are in response to a request.\n\nBecause the server is mostly stateless in its responses (that is responses are\nnot affected by anything other than the tiddlers and wikis on the server) there\nisn't a record of currently active transactions or communication past the\ncurrent message queue. So to ensure that an incoming message is in response to\na request a unique random number (called a nonce) is added to any outgoing\nrequest and saved with the request type until a response matching the nonce is\nreturned.\n\nThis means that the server is no longer stateless. We are looking into ways to\nchange this in the future.\n\n!!!Messages that use nonce\n\nMessages that make requests or otherwise don't affect the receiving server\ndon't require a nonce.\nThey will require proper authentication on servers that support it.\n\nMessages that make requests from a server don't use a nonce themselves, but\nthey come with one that gets returned with the response.\n\nOutgoing nonces are put in the key `rnonce`.\n\n!!encryption\n\n''This is unimplemented''\n\n!!cryptographic signing\n\n''This is unimplemented''\n"
        },
        "$:/plugins/OokTech/Bob/Federation/FederationSharedFunctions.js": {
            "title": "$:/plugins/OokTech/Bob/Federation/FederationSharedFunctions.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/Federation/FederationSharedFunctions.js\ntype: application/javascript\nmodule-type: startup\n\nThis has some functions that are needed by Bob in different places.\n\n\\*/\n(function () {\n\n  /*jslint node: true, browser: true */\n  /*global $tw: false */\n  \"use strict\";\n\n  // Export name and synchronous status\n  exports.name = \"federation-shared-functions\";\n  exports.platforms = [\"node\"];\n  exports.after = [\"render\"];\n  exports.synchronous = true;\n\n  exports.startup = function() {\n    if(false && $tw.node && $tw.settings.enableFederation === 'yes') {\n\n      let idNumber = 0;\n      let messageQueue = [];\n      let messageQueueTimer = false;\n\n      $tw.Bob = $tw.Bob || {};\n      $tw.Bob.Federation = $tw.Bob.Federation || {};\n      $tw.Bob.Federation.connections = $tw.Bob.Federation.connections || {};\n      $tw.Bob.Federation.nonce = $tw.Bob.Federation.nonce || [];\n      $tw.settings.federation = $tw.settings.federation || {};\n      $tw.settings.advanced = $tw.settings.advanced || {};\n\n      /*\n        This function checks the message queue to see if anything should be done.\n\n        It first checks to see if there are any messages in the message queue, if\n        not than it does nothing other than removing the timer to recheck the\n        queue. The timer is restarted elsewhere if a message is sent.\n\n        It then prunes the message queue, removing any messages that have been\n        send and acknoweldeged so there is nothing more to do with them.\n\n        It then checks any remaining messages to check if there are any that are\n        older than 500ms.\n        These messages are assumed to have been missed by the other end and are\n        resent.\n\n        If the queue isn't empty the timeout is reset for this function to run\n        again in 500ms\n      */\n      function checkMessageQueue() {\n        // If the queue isn't empty\n        if(messageQueue.length > 0) {\n          // Remove messages that have already been sent and have received all\n          // their acks and have waited the required amonut of time.\n          //messageQueue = pruneMessageQueue(messageQueue);\n          clearTimeout(messageQueueTimer);\n          // Check if there are any messages that are more than 500ms old and have\n          // not received the acks expected.\n          // These are assumed to have been lost and need to be resent\n          if(messageQueue.length > 0) {\n            const theMessage = messageQueue.shift();\n            sendMessage(theMessage);\n          }\n        } else {\n          clearTimeout(messageQueueTimer);\n          messageQueueTimer = setTimeout(checkMessageQueue, $tw.settings.advanced.federatedMessageQueueTimeout || 500);\n        }\n      }\n\n      /*\n        This returns a new id for a message.\n        Federated message ids start with f, the same counter is used for every\n        server.\n      */\n      function makeId() {\n        idNumber = idNumber + 1;\n        const newId = 'f' + idNumber;\n        return newId;\n      }\n\n      /*\n        This takes a new message and a message queue.\n\n        It returns an updated queue that has any messages made irrelevant by the\n        new message removed.\n\n        Irrelevant messages are defined as:\n\n        - any message that has the same id as the new message\n        - any message that are an exact copy of the new message\n      */\n      function removeRedundantMessages(messageData, queue) {\n        // Get a list of any duplicate messages or any that are now redundant\n        // because of the new message.\n        const duplicateIndicies = queue.map(function(item, index) {\n          // Messages with the same id are the same message and not considered\n          // redudant here. There are other checks to make sure that the same\n          // message isn't enqueued twice.\n          // This is needed here or we lose the ack state of our connections if we\n          // send the same message to multiple connections.\n          if(messageData.id === item.id) {\n            return -1;\n          }\n\n          // Finally if it isn't any of the basic messages check to see if the\n          // message is a direct duplicate of an existing message.\n          // match lists all the keys in message that don't have the same value in\n          // item.message and all the keys in item.message that don't have the same\n          // value in message.\n          // If match has any elements in it than they are different messages.\n          const match = Object.keys(messageData.message).filter(function(key) {\n            return (messageData.message[key] !== item.message[key])\n          }).concat(Object.keys(item.message).filter(function(key) {\n            return (messageData.message[key] !== item.message[key])\n          }));\n          if(match.length === 0) {\n            return index;\n          }\n          // If none of the above returned than there is no match.\n          return -1;\n        }).filter(function(item) {return item > -1;});\n        // Remove the messages that are overruled by the new message.\n        const outQueue = queue.filter(function(item, index) {\n          return duplicateIndicies.indexOf(index) < 0;\n        });\n        // return the new queue\n        return outQueue;\n      }\n\n      /*\n        This checks if a message is eligable to be sent and returns a boolean\n        value true means the message should be sent or stored and false means it\n        shouldn't.\n\n        This checks:\n\n        - if the message data and connectionIndex are defined\n\n        TODO figure out what else to put here\n      */\n      function messageIsEligible(messageData, queue) {\n        if(!messageData || !queue) {\n          return false;\n        }\n        // Make sure that the queue exists. This may be over paranoid\n        queue = queue || [];\n\n        // Start out saying that a message shouldn't be sent\n        let send = false;\n        let ignore = false;\n        // I am not sure what conditions we have where we should ignore a\n        // messaege.\n        // I think to start the only one is if the same message is already in\n        // the queue.\n        if(!ignore) {\n          send = true;\n        }\n        return send;\n      }\n\n      /*\n        This sends the message described by messageData to the connection\n        indicated by connectionIndex, if appropriate.\n\n        First the message is checked to make sure it is eligible to be send using\n        messageIsEligible, if it isn't than nothing is sent but the messageQueue\n        timer is still reset.\n\n        If the message is eligible to be sent than the message queue is checked\n        any existing messages that the current message makes redundant are\n        removed from the queue. Note that the same message (that is the direct\n        duplicate with the same messageId) is not removed here, if it were than\n        the same message being sent from the server to multiple browsers would\n        overwrite the ack state of each browser as the message was sent to the\n        next one.\n\n        Then the queue is checked to see if the same message is already enqueued,\n        if so than only the ack state is updated so it is waiting for an ack from\n        the current connectionIndex. If the message is not already enqueued than\n        the ack state is updated in the messageData and it is added to the queue.\n\n        This modifies messageQueue as a side effect\n      */\n      function sendMessage(messageData) {\n        if(!messageData) {\n          return;\n        }\n        if(!messageData._target_info) {\n          return;\n        }\n        if(messageIsEligible(messageData, messageQueue)) {\n          $tw.Bob.Timers = $tw.Bob.Timers || {};\n          // Remove any messages made redundant by this message\n          messageQueue = removeRedundantMessages(messageData, messageQueue);\n          // Check to see if the token has changed\n          messageQueue = removeOldTokenMessages(messageQueue);\n          const messageBuffer = Buffer.from(JSON.stringify(messageData.message));\n          if(messageBuffer.length > 2000) {\n            chunkMessage(messageData, messageBuffer);\n            checkMessageQueue();\n          } else {\n            $tw.Bob.Federation.socket.send(messageBuffer, 0, messageBuffer.length, messageData._target_info.port, messageData._target_info.address, function(err) {\n              if(err) {\n                $tw.Bob.logger.error(err,{level: 3});\n              } else {\n                checkMessageQueue();\n              }\n            })\n          }\n        }\n      }\n\n      function chunkMessage(messageData, messageBuffer) {\n        $tw.Bob.Federation.chunkHistory = $tw.Bob.Federation.chunkHistory || {};\n        $tw.Bob.Federation.chunkHistory[messageData.id] = $tw.Bob.Federation.chunkHistory[messageData.id] || {};\n        $tw.Bob.Federation.chunkHistory[messageData.id].message = messageData.message;\n        $tw.Bob.Federation.chunkHistory[messageData.id].serverInfo = messageData._target_info;\n        $tw.Bob.Federation.chunkHistory[messageData.id].wiki = messageData.wiki;\n        const totalChunks = Math.ceil(messageBuffer.length/500);\n        let i = 0;\n        while(i*500 < messageBuffer.length) {\n          if(messageData.exclude.indexOf(i) === -1) {\n            // Split message buffer into pieces and seand them individually\n            const newMessage = {\n              type: 'chunk',\n              d: messageBuffer.subarray(i*500, (i+1)*500),\n              c: messageData.id,\n              i: i,\n              tot: totalChunks\n            }\n            const newMessageData = createRemoteMessageData(newMessage, undefined, messageData._target_info, []);\n            messageQueue.push(newMessageData);\n          }\n          i = i + 1;\n        }\n      }\n\n      /*\n        If the token in the queued messages changes than remove messages that use\n        the old token\n      */\n      function removeOldTokenMessages(messageQueue) {\n        // TODO this!!\n        return messageQueue\n      }\n\n      /*\n        This is the function for handling ack messages on both the server and\n        browser. It is the same on both sides so it is here to prevent duplicate\n        code.\n\n        It takes a messadeData object as input and checks it against the message\n        queue. If the queue contains a message with the same id as node input\n        messageData than the ack state for the connection the ack came from is set\n        to true.\n\n        If all acks for the messageData in the queue are set to true than the ctime\n        for that messageData is set to the current time so it can be properly\n        removed later.\n      */\n      function handleAck(data) {\n        if(data.id) {\n          // a quick hack to make this work\n          if($tw.browser) {\n            data.source_connection = 0;\n          }\n          const index = messageQueue.findIndex(function(messageData) {\n            return messageData.id === data.id;\n          })\n          if(messageQueue[index]) {\n            // Set the message as acknowledged.\n            messageQueue[index].ack[data.source_connection] = true;\n            // Check if all the expected acks have been received\n            const complete = Object.keys(messageQueue[index].ack).findIndex(function(value){\n              return messageQueue[index].ack[value] === false;\n            }) === -1;\n            // If acks have been received from all connections than set the ctime.\n            if(complete && !messageQueue[index].ctime) {\n              messageQueue[index].ctime = Date.now();\n            }\n          }\n        }\n      }\n\n      function getAccessToken(connectionKey) {\n        return false;\n      }\n\n      /*\n        This takes a messageQueue as input and returns a queue with old messages\n        removed.\n\n        As part of the ack handling, once a message receives an ack from every\n        connection it is sent to the ctime is set.\n        This checks each message in the queue and if the ctime exists and is more\n        than 10000ms old than it removes the message from the returned queue.\n\n        A message is kept past the final ack because some messages can be sent\n        multiple times and things get stuck in an infinite loop if we don't detect\n        that they are duplicates.\n      */\n      function pruneMessageQueue(inQueue) {\n        inQueue = inQueue || [];\n        // We can not remove messages immediately or else they won't be around to\n        // prevent duplicates when the message from the file system monitor comes\n        // in.\n        // But we don't want a huge history of messages taking up all the ram, so\n        // we set some long time to live on the message queue and remove any\n        // messages older than this TTL when we receive a new ack.\n        // remove the message with the id from the message queue\n        // try removing messages that received an ack more than 10 seconds ago.\n\n        // messageData.ack.ctime is the time that a message received all the acks\n        // it was waiting for. If it doesn't exist than it is still waiting.\n        const outQueue = inQueue.filter(function(messageData) {\n          const token = getAccessToken()\n          if((token && messageData.message.token && messageData.message.token !== token) || (token && !messageData.message.token) ) {\n            // If we have a token, the message has a token and they are not the\n            // same than drop the message. (possible imposter)\n            // If we have a token and the message doesn't have a token than drop it\n            // (someone unathenticated trying to make changes)\n            // If we don't have a token and the message does than what?\n            return false\n          } else if(messageData.ctime) {\n            // if there is a ctime than check if it is more than 10000ms ago, if so\n            // remove the message.\n            if(Date.now() - messageData.ctime > 10000) {\n              return false;\n            } else {\n              return true;\n            }\n          } else {\n            return true;\n          }\n        })\n        return outQueue;\n      }\n\n      /*\n        This acknowledges that a message has been received.\n      */\n      $tw.Bob.Federation.sendAck = function (data) {\n        data = data || {};\n        if($tw.browser) {\n          const token = localStorage.getItem('ws-token')\n          $tw.Bob.Federation.connections[0].socket.send(JSON.stringify({type: 'ack', id: data.id, token: token, wiki: $tw.wikiName}));\n        } else {\n          if(data.id) {\n            if(data.source_connection !== undefined && data.source_connection !== -1) {\n              $tw.Bob.Federation.connections[data.source_connection].socket.send(JSON.stringify({type: 'ack', id: data.id}));\n            }\n          }\n        }\n      }\n\n      /*\n        This returns the server key used as the unique identifier for a server\n      */\n      function getServerKey(targetInfo) {\n        return targetInfo.serverName || targetInfo.address + ':' + targetInfo.port;\n      }\n\n      /*\n        This creates the needed message data for remote servers\n\n        TODO get access token part\n        TODO make the nonce not terrible\n      */\n      function createRemoteMessageData(message, wiki, targetInfo, exclude, oldId) {\n        if(typeof message === 'string') {\n          try{\n            message = JSON.parse(message);\n          } catch (e) {\n            $tw.Bob.logger.error('err', e, {level: 3});\n            return false;\n          }\n        }\n        // The nonce is used for some privacy and to keep track of what wikis\n        // messages are for. With the proper implementation it could also be used\n        // for security, but the Math.random function isn't cryptographically\n        // secure so this isn't the proper implementation.\n        const nonce = Math.random()*99999999999999\n        // The messages ids are shared with sending things to browsers, but this\n        // has no effect on anything other than making the numbers increase a bit\n        // faster.\n        const id = oldId || makeId();\n        const token = false;\n        message.id = id;\n        message.rnonce = nonce;\n        message.serverName = $tw.settings.federation.serverName;\n        let messageData = {\n          message: message,\n          id: id,\n          time: Date.now(),\n          type: message.type,\n          ack: {},\n          token: token,\n          _target_info: targetInfo,\n          serverName: $tw.settings.federation.serverName,\n          exclude: exclude || [],\n          wiki: wiki\n        };\n        const server = (typeof wiki === 'undefined')?true:false;\n        $tw.Bob.Federation.nonce.push({nonce: nonce, wiki: wiki, server: server, type: message.type})\n        return messageData;\n      }\n\n      /*\n        This sends a message to a remote server. This is used for syncing for now,\n        in the future it may be used for other things.\n      */\n      $tw.Bob.Federation.sendToRemoteServer = function(message, serverInfo, wiki, exclude) {\n        const messageData = createRemoteMessageData(message, wiki, serverInfo, exclude);\n        if(messageData) {\n          // This sends the message. The sendMessage function adds the message to\n          // the queue if appropriate.\n          messageQueue.push(messageData);\n          checkMessageQueue();\n        } else {\n          $tw.Bob.logger.error('no message data?', {level: 3})\n        }\n      }\n\n      /*\n        TODO figure out how to best specify which servers to send the message to\n      */\n      $tw.Bob.Federation.sendToRemoteServers = function(message) {\n        // Don't send to the server that the message originated in!\n        // but that shouldn't happen\n        const targetList = getTargets(message);\n        targetList.forEach(function(serverKey) {\n          const target_info = {\n            name: serverKey,\n            port: $tw.Bob.Federation.connections[serverKey].port,\n            address: $tw.Bob.Federation.connections[serverKey].address\n          }\n          $tw.Bob.Federation.sendToRemoteServer(message, target_info);\n        })\n      }\n\n      /*\n        Determine which servers to send a message to\n      */\n      function getTargets(message) {\n        const targetList = Array.isArray(message.targets) ? message.targets : Object.keys($tw.Bob.Federation.connections);\n        return targetList;\n      }\n    }\n  }\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/Federation/FederationUDPSocketSetup.js": {
            "title": "$:/plugins/OokTech/Bob/Federation/FederationUDPSocketSetup.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/Federation/FederationUDPSocketSetup.js\ntype: application/javascript\nmodule-type: startup\n\nA module that adds the framework for inter-server communication\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"federation-websockets-setup\";\nexports.platforms = [\"node\"];\nexports.after = [\"websocket-server\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n  if(false && $tw.node && $tw.settings.enableFederation === 'yes') {\n    const dgram = require('dgram');\n    const setup = function () {\n      $tw.Bob = $tw.Bob || {};\n      $tw.settings.federation = $tw.settings.federation || {};\n      $tw.Bob.Federation = $tw.Bob.Federation || {};\n      $tw.Bob.Federation.connections = loadConnections();\n      $tw.Bob.Federation.messageHandlers = $tw.Bob.Federation.messageHandlers || {};\n\n      /*\n        Save the connections.json file in the settings folder\n      */\n      $tw.Bob.Federation.updateConnectionsInfo = function() {\n        const fs = require('fs');\n        const path = require('path');\n        const connectionsFilePath = path.join($tw.boot.wikiPath, 'settings', 'connections.json');\n        const userSettingsFolder = path.join($tw.boot.wikiPath, 'settings');\n        if(!fs.existsSync(userSettingsFolder)) {\n          // Create the settings folder\n          fs.mkdirSync(userSettingsFolder);\n        }\n        const connections = JSON.stringify($tw.Bob.Federation.connections, \"\", 2);\n        fs.writeFile(connectionsFilePath, connections, {encoding: \"utf8\"}, function (err) {\n          if(err) {\n            const message = {\n              alert: 'Error saving connections:' + err,\n              connections: [data.source_connection]\n            };\n            $tw.ServerSide.sendBrowserAlert(message);\n            $tw.Bob.logger.error(err, {level:1});\n          } else {\n            $tw.Bob.logger.log('Updated connections file', {level:1})\n            $tw.Bob.Federation.updateConnections()\n          }\n        });\n      }\n\n      $tw.Bob.Federation.authenticateMessage = function (message) {\n        return true;\n      }\n      /*\n        Update the list of connections and send the updated list to the browsers\n        TODO figure out what sort of limits we need to make on who can see what\n        connections\n        TODO figure out how we are going to put reasonable names on these things\n        because this is designed to work when the ip or url of a connection\n        changes\n      */\n      $tw.Bob.Federation.updateConnections = function () {\n        $tw.Bob.logger.log('Update federated connections', {level:3});\n        $tw.Bob.logger.log('Connections list:', Object.keys($tw.Bob.Federation.connections), {level:4});\n        const message = {\n          type: 'updateConnections',\n          connections: $tw.Bob.Federation.connections\n        };\n        $tw.Bob.SendToBrowsers(message);\n      }\n\n      // Create the UDP socket to use\n      $tw.Bob.Federation.socket = dgram.createSocket({type:'udp4', reuseAddr: true});\n      $tw.settings.federation.udpPort = $tw.settings.federation.udpPort || '3232';\n      $tw.settings.federation.serverName = $tw.settings.federation.serverName || 'Server of Eternal Mystery';\n      $tw.Bob.Federation.socket.bind($tw.settings.federation.udpPort)\n      $tw.Bob.Federation.socket.on('listening', ()=>{\n        $tw.Bob.Federation.updateConnections()\n        $tw.Bob.logger.log('listening on udp port', $tw.settings.federation.udpPort, {level: 2})\n        if($tw.settings.federation.enableMulticast === 'yes') {\n          $tw.settings.federation.multicastAddress = $tw.settings.federation.multicastAddress || '224.0.0.114';\n          $tw.Bob.logger.log('using multicast address ', $tw.settings.federation.multicastAddress,{level: 2});\n          $tw.Bob.Federation.socket.setTTL(128);\n          $tw.Bob.Federation.socket.setBroadcast(true);\n          $tw.Bob.Federation.socket.setMulticastLoopback(false);\n          $tw.Bob.Federation.socket.setMulticastInterface('0.0.0.0');\n          $tw.Bob.Federation.socket.addMembership($tw.settings.federation.multicastAddress, '0.0.0.0');\n\n          // Broadcast a message informing other nodes that this one is on the\n          // local net pubKey and signed will be used later, the public key and a\n          // signed token showing that the server has the private key\n          $tw.Bob.Federation.multicastSearch = function() {\n            const message = {\n              type: 'multicastSearch',\n              serverName: $tw.settings.federation.serverName,\n              pubKey: '',\n              signed: ''\n            }\n            const messageBuffer = Buffer.from(JSON.stringify(message))\n            $tw.Bob.Federation.socket.send(messageBuffer, 0, messageBuffer.length, $tw.settings.federation.udpPort, $tw.settings.federation.multicastAddress, function(err) {\n              if(err) {\n                $tw.Bob.logger.error(err, {level: 3})\n              }\n            })\n          }\n        }\n      })\n      $tw.Bob.Federation.socket.on('message', (message, rinfo)=>{\n        $tw.Bob.Federation.handleMessage(message, rinfo);\n      });\n      $tw.Bob.Federation.socket.on('error', (err) => {\n        $tw.Bob.logger.error(err, {level: 3})\n      });\n\n      const nonNonce = ['multicastSearch', 'requestServerInfo', 'requestHashes', 'requestTiddlers', 'requestRemoteSync', 'ping', 'chunk', 'chatMessage', 'chatHistory', 'requestResend'];\n\n      $tw.Bob.Federation.handleMessage = function (message, rinfo) {\n        if(!rinfo || !message) {\n          return;\n        }\n        $tw.Bob.logger.log('Received federated message ', message, {level:4});\n        try {\n          let messageData = JSON.parse(message);\n          if(typeof messageData === 'string') {\n            messageData = JSON.parse(messageData);\n          }\n          messageData._source_info = rinfo;\n          messageData._source_info.serverKey = getServerKey(messageData);\n          if(!messageData._source_info.serverKey) {\n            return;\n          }\n          handleConnection(messageData);\n          // Make sure we have a handler for the message type\n          if(typeof $tw.Bob.Federation.messageHandlers[messageData.type] === 'function') {\n            // Check authorisation\n            const authorised = $tw.Bob.Federation.authenticateMessage(messageData);\n            messageData.wiki = checkNonce(messageData);\n            // TODO fix this dirty hack. We need a better way to list which\n            // messages don't require a nonce.\n            if(authorised && (messageData.wiki || nonNonce.indexOf(messageData.type) !== -1)) {\n              messageData.decoded = authorised;\n              $tw.Bob.Federation.messageHandlers[messageData.type](messageData);\n            }\n          } else {\n            $tw.Bob.logger.error('No handler for federation message of type ', messageData.type, {level:3});\n          }\n        } catch (e) {\n          $tw.Bob.logger.error(\"Error receiving udp message: \", e, {level:1});\n        }\n      }\n\n      function checkNonce(data) {\n        if(!data.nonce) {\n          return false;\n        }\n        let theWiki = undefined\n        let server = undefined\n        const match = $tw.Bob.Federation.nonce.filter(function(thisOne) {return thisOne.nonce === data.nonce})\n        if(match.length > 0) {\n          theWiki = (match[0].wiki)?match[0].wiki:undefined;\n          server = match[0].server;\n          $tw.Bob.Federation.nonce = $tw.Bob.Federation.nonce.filter(function(thisOne) {return thisOne.nonce !== data.nonce});\n        }\n        if(typeof theWiki === 'undefined' && typeof server === 'undefined') {\n          return false;\n        }\n        return theWiki || server;\n      }\n\n      /*\n        Setup the websocket server if we aren't using an external one\n      */\n      function finishSetup () {\n        $tw.settings.federation.rebroadcastInterval = $tw.settings.federation.rebroadcastInterval || 5000;\n        setInterval(function() {\n          if($tw.settings.federation.broadcast === 'yes') {\n            $tw.Bob.Federation.multicastSearch()\n          }\n          if($tw.settings.federation.checkConnections !== 'no') {\n            pingConnections('all');\n          }\n        }, $tw.settings.federation.rebroadcastInterval);\n      }\n\n      /*\n        Try and send a ping to every listed connection.\n        Optionally taking a type input to specify which connections to check\n\n        type can be:\n        active - ping only connections marked as active\n        inactive - ping only connections marked as inactive\n        all - ping all listed connections\n        [serverKey] - send a ping to each server listed in the array\n      */\n      function pingConnections(type='inactive') {\n        const message = {type: 'ping'}\n        if(Array.isArray(type)) {\n          type.forEach(function(name) {\n            if(!$tw.Bob.Federation.connections[name] || !$tw.Bob.Federation.connections[name].port || !$tw.Bob.Federation.connections[name].address) {\n              return;\n            }\n            const serverInfo = {\n              port: $tw.Bob.Federation.connections[name].port,\n              address: $tw.Bob.Federation.connections[name].address\n            }\n            $tw.Bob.Federation.sendToRemoteServer(message, serverInfo);\n          })\n        } else if(type === 'all') {\n          Object.keys($tw.Bob.Federation.connections).forEach(function(name) {\n            if(!$tw.Bob.Federation.connections[name] || !$tw.Bob.Federation.connections[name].port || !$tw.Bob.Federation.connections[name].address) {\n              return;\n            }\n            const serverInfo = {\n              port: $tw.Bob.Federation.connections[name].port,\n              address: $tw.Bob.Federation.connections[name].address\n            }\n            $tw.Bob.Federation.sendToRemoteServer(message, serverInfo);\n          })\n        } else if(type === 'active') {\n          Object.keys($tw.Bob.Federation.connections).forEach(function(name) {\n            if(!$tw.Bob.Federation.connections[name] || !$tw.Bob.Federation.connections[name].port || !$tw.Bob.Federation.connections[name].address) {\n              return;\n            }\n            if($tw.Bob.Federation.connections[name].active === 'yes') {\n              const serverInfo = {\n                port: $tw.Bob.Federation.connections[name].port,\n                address: $tw.Bob.Federation.connections[name].address\n              }\n              $tw.Bob.Federation.sendToRemoteServer(message, serverInfo);\n            }\n          })\n        } else if(type === 'inactive') {\n          Object.keys($tw.Bob.Federation.connections).forEach(function(name) {\n            if(!$tw.Bob.Federation.connections[name] || !$tw.Bob.Federation.connections[name].port || !$tw.Bob.Federation.connections[name].address) {\n              return;\n            }\n            if($tw.Bob.Federation.connections[name].active === 'no') {\n              const serverInfo = {\n                port: $tw.Bob.Federation.connections[name].port,\n                address: $tw.Bob.Federation.connections[name].address\n              }\n              $tw.Bob.Federation.sendToRemoteServer(message, serverInfo);\n            }\n          })\n        }\n      }\n\n      /*\n        This loads the informaiton we have about potential connections\n      */\n      function loadConnections() {\n        const fs = require('fs');\n        const path = require('path');\n        const connectionsFilePath = path.join($tw.boot.wikiPath, 'settings', 'connections.json');\n        const userSettingsFolder = path.join($tw.boot.wikiPath, 'settings');\n        if(!fs.existsSync(userSettingsFolder)) {\n          return {};\n        }\n        try {\n          // We mark all connections as inactive when starting so the server\n          // tries to establish connections with all of them.\n          const connections = JSON.parse(fs.readFileSync(connectionsFilePath).toString('utf8'));\n          Object.keys(connections).forEach(function(connectionName) {\n            connections[connectionName].active = 'no';\n          })\n          return connections\n        } catch (e) {\n          $tw.Bob.logger.error('problem loading connections', e)\n          return {};\n        }\n      }\n\n      /*\n        This returns the server key used as the unique identifier for a server\n      */\n      function getServerKey(messageData) {\n        return messageData.serverName\n        /*\n        if(messageData.serverName) {\n          return messageData.serverName\n        }\n        if(messageData._source_info) {\n          return messageData.serverName || messageData._source_info.address + ':' + messageData._source_info.port;\n        } else if(messageData._target_info) {\n          return messageData.serverName || messageData._target_info.address + ':' + messageData._source_info.port;\n        } else {\n          // This should never happen\n          return false;\n        }\n        */\n      }\n\n      /*\n        This runs when there is a new connection and sets up the message handler\n      */\n      function handleConnection(messageData) {\n        // If this is a new connection save it, otherwise just make sure that our\n        // stored data is up to date.\n        if(Object.keys($tw.Bob.Federation.connections).indexOf(messageData._source_info.serverKey) === -1) {\n          $tw.Bob.logger.log(\"New Remote Connection\", messageData._source_info.serverKey, {level: 2});\n          if(typeof $tw.Bob.Federation.connections[messageData._source_info.serverKey] === 'undefined' && messageData.type !== 'sendServerInfo') {\n            // Add temp info\n            $tw.Bob.Federation.connections[messageData._source_info.serverKey] = $tw.Bob.Federation.connections[messageData._source_info.serverKey] || {};\n            $tw.Bob.Federation.connections[messageData._source_info.serverKey].address = messageData._source_info.address;\n            $tw.Bob.Federation.connections[messageData._source_info.serverKey].port = messageData._source_info.port;\n            // Request server info for the new one\n            $tw.Bob.Federation.sendToRemoteServer({type:'requestServerInfo', port:$tw.settings.federation.udpPort}, messageData._source_info)\n            $tw.Bob.Federation.updateConnectionsInfo();\n          }\n        } else {\n          // Check to make sure we have the up-to-date address and port\n          if($tw.Bob.Federation.connections[messageData._source_info.serverKey].address !== messageData._source_info.address || $tw.Bob.Federation.connections[messageData._source_info.serverKey].port !== messageData._source_info.port) {\n            $tw.Bob.Federation.connections[messageData._source_info.serverKey].address = messageData._source_info.address;\n            $tw.Bob.Federation.connections[messageData._source_info.serverKey].port = messageData._source_info.port;\n            $tw.Bob.Federation.updateConnectionsInfo();\n          }\n        }\n      }\n\n      finishSetup();\n    }\n    // Only act if we are running on node. Otherwise WebSocketServer will be\n    // undefined.\n    // Also we don't do this if we have an external server running things\n    // we have to use the command line arguments because the externalserver\n    // command hasn't run yet so we can't check $tw.ExternalServer\n    if($tw.boot.argv.indexOf('--externalserver') === -1) {\n      setup();\n    }\n  }\n}\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/Federation/NodeFederationHandlers.js": {
            "title": "$:/plugins/OokTech/Bob/Federation/NodeFederationHandlers.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/Federation/NodeFederationHandlers.js\ntype: application/javascript\nmodule-type: startup\n\nThese are basic handlers for federation between different Bob servers.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.platforms = [\"node\"];\n\nexports.startup = function() {\n  if(false && $tw.node && $tw.settings.enableFederation === 'yes') {\n    $tw.settings.federation = $tw.settings.federation || {};\n    $tw.Bob.Federation = $tw.Bob.Federation || {};\n    $tw.Bob.Federation.messageHandlers = $tw.Bob.Federation.messageHandlers || {};\n\n    /*\n      This is asking a remote server for an update about its current status\n      including:\n\n      - Server name\n      - Available wikis\n      - Available chats\n      - (TODO) its public key\n        - For this one the requesting server would send a random number and the\n          reply would be a signed token where the payload is the random number\n          and the public key.\n    */\n    function getAvailableWikis(data) {\n      data = data || {};\n      function getList(obj, prefix) {\n        let output = []\n        Object.keys(obj).forEach(function(item) {\n          if(typeof obj[item] === 'string') {\n            if($tw.ServerSide.existsListed(prefix+item)) {\n              if(item == '__path') {\n                if(prefix.endsWith('/')) {\n                  output.push(prefix.slice(0,-1));\n                } else {\n                  output.push(prefix);\n                }\n              } else {\n                output.push(prefix+item);\n              }\n            }\n          } else if(typeof obj[item] === 'object') {\n            output = output.concat(getList(obj[item], prefix + item + '/'));\n          }\n        })\n        return output;\n      }\n      // Get the wiki list of wiki names from the settings object\n      const wikiList = getList($tw.settings.wikis, '')\n      const viewableWikis = []\n      wikiList.forEach(function(wikiName) {\n        if($tw.Bob.AccessCheck(wikiName, {\"decoded\": data.decoded}, 'view', 'wiki')) {\n          viewableWikis.push(wikiName);\n        }\n      })\n      return wikiList || {};\n    }\n    function getAvailableChats() {\n      return [];\n    }\n\n    /*\n      Save the connections.json file in the settings folder\n    */\n    function updateConnectionsInfo() {\n      const fs = require('fs');\n      const path = require('path');\n      const connectionsFilePath = path.join($tw.boot.wikiPath, 'settings', 'connections.json');\n      const userSettingsFolder = path.join($tw.boot.wikiPath, 'settings');\n      if(!fs.existsSync(userSettingsFolder)) {\n        // Create the settings folder\n        fs.mkdirSync(userSettingsFolder);\n      }\n      const connections = JSON.stringify($tw.Bob.Federation.connections, \"\", 2);\n      fs.writeFile(connectionsFilePath, connections, {encoding: \"utf8\"}, function (err) {\n        if(err) {\n          const message = {\n            alert: 'Error saving connections:' + err,\n            connections: [data.source_connection]\n          };\n          $tw.ServerSide.sendBrowserAlert(message);\n          $tw.Bob.logger.error(err, {level:1});\n        } else {\n          $tw.Bob.logger.log('Updated connections file', {level:1})\n          $tw.Bob.Federation.updateConnections()\n        }\n      });\n    }\n\n    /*\n      Respond when a multicast search message is received\n    */\n    $tw.Bob.Federation.messageHandlers.multicastSearch = function(data) {\n      // This checks to see if we have the node the broadcast is from listed with\n      // the same rinfo stuff as the broadcast, if so we can ignore it, if not\n      // than we request info\n      if(typeof $tw.Bob.Federation.connections[data._source_info.serverKey] === 'undefined' || $tw.Bob.Federation.connections[data._source_info.serverKey].active !== 'yes' || $tw.Bob.Federation.connections[data._source_info.serverKey].port !== data._source_info.port && $tw.Bob.Federation.connections[data._source_info.serverKey].address !== data._source_info.address) {\n        $tw.Bob.Federation.connections[data._source_info.serverKey].active = 'yes';\n        $tw.Bob.Federation.updateConnectionsInfo();\n      }\n    }\n\n    /*\n      Pings are for checking to see if a server is still alive, and for\n      connecting to known servers without broadcasting\n    */\n    $tw.Bob.Federation.messageHandlers.ping = function(data) {\n      // respond with a pong\n      const message = {type: 'pong', nonce: data.rnonce};\n      $tw.Bob.Federation.sendToRemoteServer(message, data._source_info);\n      // ask for updated info if it has been long enough, or they aren't iisted\n    }\n\n    /*\n      A pong is the response to a ping, it indicates that the other server is\n      active.\n    */\n    $tw.Bob.Federation.messageHandlers.pong = function(data) {\n      if($tw.Bob.Federation.connections[data._source_info.serverKey].active !== 'yes') {\n        const message = {\n          type:'requestServerInfo',\n        };\n        $tw.Bob.Federation.sendToRemoteServer(message, data._source_info);\n        updateSyncing(data._source_info.serverKey);\n      }\n    }\n\n    /*\n      Ask a remote server for updated information about the server.\n    */\n    $tw.Bob.Federation.messageHandlers.requestServerInfo = function(data) {\n      // Reply with the server info listed above\n      const reply = {\n        type: 'sendServerInfo',\n        serverName: $tw.settings.federation.serverName,\n        info: {\n          name: $tw.settings.federation.serverName || 'Sever Name',\n          allows_login: $tw.settings.federation.allows_login || 'no',\n          available_wikis: $tw.ServerSide.getViewableWikiList(data),\n          available_chats: getAvailableChats(data),\n          port: $tw.settings.federation.udpPort,\n          publicKey: 'c minor',\n          staticUrl: 'no'\n        },\n        nonce: data.rnonce\n      };\n      $tw.Bob.Federation.sendToRemoteServer(reply, data._source_info);\n    }\n\n    function addServerInfo(data) {\n      data = data || {};\n      $tw.Bob.Federation.connections[data._source_info.serverKey] = $tw.Bob.Federation.connections[data._source_info.serverKey] || {};\n      data.info = (data.message)?(data.message.info || data.info):data.info;\n      if(data.info && data._source_info) {\n        $tw.Bob.Federation.connections[data._source_info.serverKey].name = data.info.name;\n        $tw.Bob.Federation.connections[data._source_info.serverKey].allows_login = data.info.allows_login || 'no';\n        $tw.Bob.Federation.connections[data._source_info.serverKey].lastupdate = $tw.utils.stringifyDate(new Date());\n        $tw.Bob.Federation.connections[data._source_info.serverKey].available_wikis = $tw.Bob.Federation.connections[data._source_info.serverKey].available_wikis || {};\n        $tw.Bob.Federation.connections[data._source_info.serverKey].active = 'yes';\n        data.info.available_wikis.forEach(function(wikiName) {\n          if(Object.keys($tw.Bob.Federation.connections[data._source_info.serverKey].available_wikis).indexOf(wikiName) === -1) {\n            $tw.Bob.Federation.connections[data._source_info.serverKey].available_wikis[wikiName] = {\n              allows_login: 'no',\n              auto_sync: 'no',\n              conflict_type: 'manual',\n              name: wikiName,\n              public: 'yes',\n              sync: 'no',\n              sync_filter: '[is[system]!is[system]]',\n              sync_type: '',\n              previous_sync: 0\n            };\n          } else {\n            $tw.Bob.Federation.connections[data._source_info.serverKey].available_wikis[wikiName].previous_sync = $tw.Bob.Federation.connections[data._source_info.serverKey].available_wikis[wikiName].previous_sync || 0;\n          }\n        });\n        $tw.Bob.Federation.connections[data._source_info.serverKey].available_chats = data.info.available_chats || [];\n        $tw.Bob.Federation.connections[data._source_info.serverKey].port = data.info.port;\n        $tw.Bob.Federation.connections[data._source_info.serverKey].address = data._source_info.address;\n        $tw.Bob.Federation.connections[data._source_info.serverKey].publicKey = data.info.publicKey;\n        $tw.Bob.Federation.connections[data._source_info.serverKey].staticUrl = data.info.staticUrl || 'no';\n      }\n      $tw.Bob.Federation.updateConnectionsInfo();\n      $tw.Bob.Federation.updateConnections();\n    }\n\n    /*\n      Add or update local information about a remote server when it is received\n    */\n    $tw.Bob.Federation.messageHandlers.sendServerInfo = function(data) {\n      addServerInfo(data);\n    }\n\n    /*\n      This checks the status of automatically syncing wikis and asks to sync if\n      appropriate.\n    */\n    function updateSyncing(serverName) {\n      // if the server has any wikis synced from the sending server and it has\n      // been long enough ask for it to sync.\n\n      // The time difference compares two tiddlywiki date fields, so the format\n      // of the compared values is YYYYMMDDHHmmssmmm (4 digit year, 2 digit month, 2 digit day, 2 digit hour, 2 digit minute, 2 digit second, 3 digit millisecond)\n      // so 10000 is 10 seconds, 1000000 is 10 minutes\n      const syncWikis = Object.keys($tw.Bob.Federation.connections[serverName].available_wikis).filter(function(wikiName) {\n        return $tw.Bob.Federation.connections[serverName].available_wikis[wikiName].auto_sync === 'yes' && $tw.Bob.Federation.connections[serverName].available_wikis[wikiName].sync_type !== 'push' && $tw.utils.stringifyDate(new Date()) - $tw.Bob.Federation.connections[serverName].available_wikis[wikiName].previous_sync > 1000000\n      })\n      // find any wikis that we want to autosync and that haven't been synced in long enough\n      syncWikis.forEach(function(wikiName) {\n        // request new things\n        const message = {\n          type: 'requestHashes',\n          tid_param: $tw.Bob.Federation.connections[serverName].available_wikis[wikiName]\n        }\n        $tw.Bob.Federation.connections[serverName].available_wikis[wikiName].previous_sync = $tw.utils.stringifyDate(new Date());\n        $tw.Bob.Federation.sendToRemoteServer(message, $tw.Bob.Federation.connections[serverName]);\n      })\n    }\n\n    /*\n      This requests tiddler hashes from a server in preparation for syncing\n\n      data {\n        filter: <some filter>,\n        fromWiki: wiki name\n      }\n    */\n    $tw.Bob.Federation.messageHandlers.requestHashes = function(data) {\n      $tw.Bob.logger.log('receive requestHashes', {level: 4})\n      if(data.tid_param) {\n        setTimeout(function() {\n          $tw.Bob.logger.log(\"update syncing\", {level: 2})\n          updateSyncing(data._source_info.serverKey);\n        }, 10000);\n        // Ask for hashes for the wikis\n        // Request the hashes\n        const test = $tw.ServerSide.loadWiki(data.tid_param.name);\n        if(!test) {\n          $tw.Bob.logger.log('no wiki?', data, {level: 3});\n          return;\n        }\n        // get list of tiddlers\n        const titleList = $tw.Bob.Wikis[data.tid_param.name].wiki.filterTiddlers(data.tid_param.sync_filter);\n        // get tiddler hashes\n        const outputHashes = {};\n        titleList.forEach(function(thisTitle) {\n          outputHashes[encodeURIComponent(thisTitle)] = $tw.Bob.Shared.getTiddlerHash($tw.Bob.Wikis[data.tid_param.name].wiki.getTiddler(thisTitle));\n        })\n        // send them back\n        const message = {\n          type: 'sendHashes',\n          hashes: outputHashes,\n          nonce: data.rnonce,\n          fromWiki: data.tid_param.name\n        }\n        $tw.Bob.logger.log('sending send hashes', {level: 4})\n        $tw.Bob.Federation.sendToRemoteServer(message, data._source_info);\n      }\n    }\n\n    /*\n      This takes hashes of tiddlers from the remote wiki and compares them to the\n      local wiki and requests any that are missing.\n    */\n    $tw.Bob.Federation.messageHandlers.sendHashes = function(data) {\n      $tw.Bob.logger.log('receive sendHashes', data.hashes, {level: 4})\n      if(data.hashes && data.fromWiki) {\n        const tiddlersToRequest = [];\n        const localName = $tw.Bob.Federation.connections[data.serverName].available_wikis[data.fromWiki].local_name || data.fromWiki;\n        const test = $tw.ServerSide.loadWiki(localName);\n        if(!test) {\n          const wikiData = {\n            wikiName: localName\n          }\n          $tw.nodeMessageHandlers.createNewWiki(wikiData, nextBit);\n        } else {\n          nextBit();\n        }\n        function nextBit() {\n          const test = $tw.ServerSide.loadWiki(localName);\n          Object.keys(data.hashes).forEach(function(rawTitle) {\n            const tidTitle = decodeURIComponent(rawTitle);\n            if(typeof tidTitle !== 'string') {\n              return;\n            }\n            if(tidTitle.indexOf(\"]]\") !== -1) {\n              return;\n            }\n            // check if the tiddler exists locally\n            const thisTid = $tw.Bob.Wikis[localName].wiki.getTiddler(tidTitle);\n            if(thisTid) {\n              // If the tiddler exists than check if the hashes match\n              if(data.hashes[rawTitle] !== $tw.Bob.Shared.getTiddlerHash(thisTid)) {\n                // If the hashes don't match add it to the list\n                tiddlersToRequest.push(tidTitle);\n              }\n            } else {\n              // If the tiddler doesn't exist than add it to the list\n              tiddlersToRequest.push(tidTitle);\n            }\n          })\n          $tw.Bob.logger.log('requesting ', tiddlersToRequest.length, ' tiddlers', {level: 4})\n          tiddlersToRequest.forEach(function(tidTitle) {\n            const message = {\n              type: 'requestTiddlers',\n              filter: '[[' + tidTitle + ']]',\n              wikiName: data.fromWiki\n            }\n            $tw.Bob.Federation.sendToRemoteServer(message, data._source_info);\n          })\n        }\n      }\n    }\n\n    /*\n      This message is used to send the actual tiddler payload between servers.\n\n      TODO figure out the best way to set this up so that tiddlers can be saved\n      without the browser being open.\n\n      data {\n        tiddlers: {\n          title1: tidObject 1,\n          title2: tidObject 2,\n          ...\n        }\n      }\n    */\n    $tw.Bob.Federation.messageHandlers.sendTiddlers = function(data) {\n      $tw.Bob.logger.log('receive sendTiddlers', {level: 4})\n      if(typeof data.tiddlers === 'object') {\n        const localName = $tw.Bob.Federation.connections[data.serverName].available_wikis[data.wikiName].local_name || data.wikiName;\n        $tw.ServerSide.loadWiki(localName, function() {\n          Object.values(data.tiddlers).forEach(function(tidFields) {\n            if(!tidFields) {\n              return;\n            }\n            // Save the tiddlers using the rules set for the wiki\n            federationConflictSave(tidFields, data);\n          })\n        })\n      }\n    }\n\n    /*\n      This function checks the way conflicts are setup to be handled and saves\n      the input tiddler accordingly, or discards it is appropriate.\n    */\n    function federationConflictSave(tidFields, data) {\n      const localName = $tw.Bob.Federation.connections[data.serverName].available_wikis[data.wikiName].local_name || data.wikiName;\n      const resolution = $tw.Bob.Federation.connections[data.serverName].available_wikis[data.wikiName].conflict_type;\n      // Check if the tiddler exists\n      const exists = $tw.Bob.Wikis[localName].wiki.getTiddler(tidFields.title);\n      if(exists) {\n        // We assume the tiddler is different, otherwise it wouldn't have been\n        // requested.\n        // Check the conflict resolution type and act accordingly\n        if(resolution === 'localWins') {\n          // If local wins we ignore remote changes\n          return;\n        } else if(resolution === 'remoteWins') {\n          // If remote wins always use remote changes\n          $tw.syncadaptor.saveTiddler({fields: tidFields}, localName);\n        } else if(resolution === 'manual') {\n          if(tidFields.title.startsWith('$:/SyncingConflict/')) {\n            // If the tiddler is already a sync conflict tiddler from the other\n            // wiki, ignore it.\n            return;\n          }\n          // Save a conflict version and let the person decide\n          tidFields.title = '$:/SyncingConflict/' + tidFields.title;\n          $tw.syncadaptor.saveTiddler({fields: tidFields}, localName);\n        }\n      } else if(resolution === 'newestWins') {\n        // Save the one with the newest modified field, if no modified field keep\n        // the local one.\n        // If only one has a modified field, keep that one.\n        if(tidFields.modified && exists.fields.modified) {\n          if(tidFields.modified > exists.fields.modified) {\n            $tw.syncadaptor.saveTiddler({fields: tidFields}, localName);\n          }\n          // otherwise don't do anything\n        } else if(tidFields.modified) {\n          $tw.syncadaptor.saveTiddler({fields: tidFields}, localName);\n        } else {\n          // Either neither have a modified field or only the local one does,\n          // either way just keep the local one.\n          return;\n        }\n      } else if(resolution === 'oldestWins') {\n        // Save the one with the oldest modified field, if no modified field keep\n        // the local one.\n        // If only one has a modified field keep the other one.\n        if(tidFields.modified && exists.fields.modified) {\n          if(tidFields.modified < exists.fields.modified) {\n            $tw.syncadaptor.saveTiddler({fields: tidFields}, localName);\n          }\n          // otherwise don't do anything\n        } else if(exists.fields.modified) {\n          $tw.syncadaptor.saveTiddler({fields: tidFields}, localName);\n        } else {\n          // Either neither have a modified field or only the remote one does,\n          // either way just keep the local one.\n          return;\n        }\n      } else {\n        // If the tiddler doesn't exist locally just add it.\n        $tw.syncadaptor.saveTiddler({fields: tidFields}, localName);\n      }\n    }\n\n    /*\n      This requets specific tiddlers from a remote wiki using a filter.\n\n      TODO figure out if the response to this should be split up into one message\n      per tiddler instead of all of the tiddlers in one message.\n\n      data:\n      {\n        wikiName: the name of the wiki to pull from,\n        filter: requestFilter\n      }\n    */\n    $tw.Bob.Federation.messageHandlers.requestTiddlers = function(data) {\n      $tw.Bob.logger.log('receive requestTiddlers', {level: 4})\n      data.wikiName = data.wikiName || 'RootWiki';\n      data.filter = data.filter || '[!is[system]is[system]]';\n\n      $tw.Bob.Federation.connections[data._source_info.url] = $tw.Bob.Federation.connections[data._source_info.url] || {};\n\n      $tw.Bob.Federation.connections[data._source_info.url].socket = $tw.Bob.Federation.connections[data._source_info.url].socket || {};\n\n      if(data._source_info && data.rnonce) {\n        // Get the tiddlers\n        const tiddlerTitles = $tw.Bob.Wikis[data.wikiName].wiki.filterTiddlers(data.filter);\n        tiddlerTitles.forEach(function(tidTitle) {\n          const tempTid = $tw.Bob.Wikis[data.wikiName].wiki.getTiddler(tidTitle);\n          const tidObj = {};\n          tidObj[encodeURIComponent(tidTitle)] = $tw.Bob.Shared.normalizeTiddler(tempTid).fields;//tempTid.fields;\n          const message = {\n            type: 'sendTiddlers',\n            tiddlers: tidObj,\n            nonce: data.rnonce,\n            wikiName: data.wikiName\n          }\n          $tw.Bob.Federation.sendToRemoteServer(message, data._source_info);\n        })\n      }\n    }\n\n    /*\n      This message asks a remote server to sync with the local server\n\n      data {\n        wikis: {\n          wikiName1: filter1,\n          wikiName2: filter2\n        }\n      }\n\n      When receiving this message the receiving server will, if the\n      authentication and everything is correct, request tiddlers from the sending\n      server using the provided wikis and filters.\n    */\n    $tw.Bob.Federation.messageHandlers.requestRemoteSync = function(data) {\n      // By this point the authentication has been done, so check to make sure\n      // that the wikis are listed for syncing.\n      Object.keys(data.wikis).forEach(function(wikiName) {\n        const serverName = $tw.Bob.Federation.connections[data._source_info.url].name;\n        // Get the tiddler name that has the information for the wiki\n        const wikiInfoTid = $tw.Bob.Wikis[wikiName].wiki.getTiddler('$:/Bob/KnownServers/' + serverName + '/wikis/' + wikiName);\n        if(wikiInfoTid) {\n          // make sure that the wiki is set up to be synced\n          if(['pull','bidirectional'].indexOf(wikiInfoTid.fields.sync_type)) {\n            // Make the request for the tiddlers\n            const message = {\n              type: 'requestTiddlers',\n              wikiName: wikiName,\n              filter: data.wikis.wikiName\n            }\n            $tw.Bob.Federation.sendToRemoteServer(message, data._source_info);\n          }\n        }\n      })\n    }\n\n    $tw.Bob.Federation.messageHandlers.chunk = function(data) {\n      $tw.Bob.Federation.messageChunks = $tw.Bob.Federation.messageChunks || {};\n      $tw.Bob.Federation.messageChunks[data.c] = $tw.Bob.Federation.messageChunks[data.c] || {};\n      $tw.Bob.Federation.messageChunks[data.c][data.i] = Buffer.from(data.d);\n      clearTimeout($tw.Bob.Federation.messageChunks[data.c].timer);\n      if(Object.keys($tw.Bob.Federation.messageChunks[data.c]).length % 100 === 0) {\n        $tw.Bob.logger.log('Receiving message chunks:', Object.keys($tw.Bob.Federation.messageChunks[data.c]).length + '/' + data.tot, {level: 3});\n      }\n      if(Object.keys($tw.Bob.Federation.messageChunks[data.c]).length === data.tot + 1) {\n        clearTimeout($tw.Bob.Federation.messageChunks[data.c].timer);\n        const outArray = Array(data.tot);\n        for (let i = 0; i <= data.tot; i++) {\n          outArray[i] = $tw.Bob.Federation.messageChunks[data.c][i];\n        }\n        const rebuilt = Buffer.concat(outArray.filter((x) => typeof x !== 'undefined'));\n        $tw.Bob.Federation.handleMessage(rebuilt, data._source_info);\n      } else {\n        $tw.Bob.Federation.messageChunks[data.c].timer = setTimeout(requestResend, 500, data);\n      }\n    }\n\n    function requestResend(data) {\n      $tw.Bob.logger.log('request resend', {level: 4})\n      const receivedArray = Object.keys($tw.Bob.Federation.messageChunks[data.c]);\n      const message = {\n        type: 'requestResend',\n        received: receivedArray,\n        mid: data.c\n      };\n      // Send the message\n      $tw.Bob.Federation.sendToRemoteServer(message, data._source_info)\n    }\n\n    $tw.Bob.Federation.messageHandlers.requestResend = function(data) {\n      $tw.Bob.logger.log('resend request received', {level: 4})\n      // Make sure we have it saved\n      $tw.Bob.Federation.chunkHistory = $tw.Bob.Federation.chunkHistory || {};\n      if($tw.Bob.Federation.chunkHistory[data.mid]) {\n        $tw.Bob.Federation.sendToRemoteServer(\n          $tw.Bob.Federation.chunkHistory[data.mid].message,\n          $tw.Bob.Federation.chunkHistory[data.mid].serverInfo,\n          $tw.Bob.Federation.chunkHistory[data.mid].wiki,\n          data.received);\n      }\n    }\n\n    /*\n      Sync servers takes a filter and syncs all of the tiddlers returned by the\n      filter with a remote server.\n      It should use the same process as the syncChanges message, possibly they\n      should be combined.\n\n      The data object has:\n      {\n        type: 'syncServer',\n        wiki: wikiName,\n        token: token,\n        id: messageID,\n        source_connection: connectionIndex,\n        remoteUrl: remoteUrl,\n        remoteWikis: [remoteWikiNames],\n        sync_filter: sync_filter,\n        sync_type: sync_type,\n        conflict_type: conflict_type,\n        remoteToken: remoteToken\n      }\n\n      this takes the tiddlers returned by the sync_filter in the wiki named in\n      wikiName and syncs them with the server at remoteUrl using sync_type, any\n      conflicts are handled using conflict_type. If the remote server requires an\n      access token it has to be suppiled in remoteToken. If the remote wiki\n      doesn't have the same name as the local wiki than it needs to be given as\n      remoteWiki.\n\n      remoteWikis is a list of wikki names to sync.\n\n      sync_type can be:\n        - pushOnly: local tiddlers are pushed to the remote server but no changes\n        are pulled from the remote server.\n        - pullOnly: changes on the remote server are fetched but no local\n        tiddlers are sent.\n        - bidirectional: local changes are sent and remote changes are pulled\n\n      conflict_type can be:\n        - localWins: if there are conflicts the local tiddlers are kept even if\n        remote tiddlers have been changed, tiddlers that didn't exist previously\n        are synced.\n        - remoteWins: in the case of conflicts, remote tiddlers overwrite local\n        tiddlers, only tiddlers that don't exist on the remote server are sent,\n        if applicable.\n        - (LATER) manual: every conflict is listed on the server that started the\n        sync and a human has to manually resolve it. This reqires a message and\n        interface for resolving conflicts.\n        - (LATER) newestWins: in case of conflicts, the tiddlers with the most\n        recent\n        changes are kept regardless of which server it is from.\n        - (LATER) oldestWins: least recently modified tiddlers are kept in case of\n        conflicts.\n    */\n    $tw.Bob.Federation.messageHandlers.syncServer = function(data) {\n      // We need at least the remote url or we can't act.\n      if(data.remoteUrl) {\n        // Try to connect to the remote server\n        $tw.Bob.Federation.connections[data.remoteUrl] = $tw.Bob.Federation.connections[data.remoteUrl] || {}\n\n        data.sync_filter = data.sync_filter || '[!is[system]]'\n        data.sync_type = data.sync_type || 'bidirectional'\n        data.conflict_type = data.conflict_type || 'newestWins'\n        // Default to only syncing the current wiki\n        data.remoteWikis = data.remoteWikis || data.wiki || 'RootWiki'\n\n        $tw.Bob.Federation.connections[data.remoteUrl].socket = $tw.Bob.Federation.connections[data.remoteUrl].socket || {}\n        $tw.Bob.Federation.connections[data.remoteUrl].pendingAction = 'sync'\n        $tw.Bob.Federation.connections[data.remoteUrl].sync_filter = data.sync_filter\n        $tw.Bob.Federation.connections[data.remoteUrl].sync_type = data.sync_type\n        $tw.Bob.Federation.connections[data.remoteUrl].conflict_type = data.conflict_type\n        $tw.Bob.Federation.connections[data.remoteUrl].remoteWikis = data.remoteWikis\n\n        if($tw.Bob.Federation.connections[data.remoteUrl].socket.readyState !== 1) {\n          // Get the url for the remote websocket\n          const URL = require('url');\n          const remoteUrl = new URL(data.remoteUrl);\n          const WebSocket = require('$:/plugins/OokTech/Bob/External/WS/ws.js');\n          const websocketProtocol = (remoteUrl.protocol.startsWith('https'))?'wss://':'ws://';\n          // connect web socket\n          const socket = new WebSocket(websocketProtocol + remoteUrl.host + remoteUrl.pathname);\n          // Save the socket for future use\n          $tw.Bob.Federation.connections[data.remoteUrl].socket = socket;\n          socket.on('open', function() {\n            startRemoteSync($tw.Bob.Federation.connections[data.remoteUrl]);\n          })\n          $tw.Bob.Federation.connections[data.remoteUrl].socket.on('message', function (message) {\n            const messageData = JSON.parse(message);\n            handleRemoteReply($tw.Bob.Federation.connections[data.remoteUrl], messageData);\n          })\n        } else {\n          startRemoteSync($tw.Bob.Federation.connections[data.remoteUrl], data)\n        }\n      }\n    }\n    function startRemoteSync(remoteServerObject, data) {\n      // Get a list of tiddlers from the local wiki that should be synced if\n      // sync_type is bidirectional or pushOnly\n      let pushList = []\n      if(['bidirectional','pushOnly'].indexOf(data.sync_type) !== -1) {\n        pushList = $tw.Bob.Wikis[data.wiki].filterTiddlers(data.sync_filter)\n      }\n      let tiddlerHashes = {}\n      pushList.forEach(function(tidName) {\n        tiddlerHashes[tidName] = $tw.Bob.Shared.getTiddlerHash(tidName)\n      })\n      // send a sync message with the filter and accompanying tiddler hashes.\n      let message = {\n        type: 'syncRequest',\n        sync_type: data.sync_type,\n        sync_filter: data.sync_filter,\n        conflict_type: data.conflict_type\n      }\n      remoteServerObject.send(JSON.stringify(message))\n    }\n    function handleRemoteReply(remoteServerObject, data) {\n      if($tw.Bob.Federation.connections[data.remoteUrl].pendingAction == 'none') {\n        return\n      }\n      // This receives the tiddlers that the remote server has and teh local\n      // server doesn't\n      // So save the received tiddlers\n      remoteServerObject.remoteWikis.forEach(function(wikiName) {\n        if(data[wikiName]) {\n          Object.keys(data[wikiName]).forEach(function(tidName) {\n            $tw.Bob.Wikis[wikiName].wiki.addTiddler(data[wikiName][tidName])\n          })\n        }\n      })\n    }\n    function syncRequest(remoteServerObject, data) {\n      let reply = {\n        type:'remoteReply'\n      }\n      // The local server has already sent a list of hashes for local\n      // tiddlers that match the sync filter. The remote replies with:\n      //   A list of any tiddlers that the remote server is missing\n      //   Any tiddlers that aren't listed in the sent hashes, because the\n      //    local server doesn't have them.\n      //   A list of remote tiddlers with conflicts If the sync is bi-directional\n      //    or pullOnly\n      if(data.missing) {\n        // data.missing is in the form {wikiName: [tiddlerNames]}\n        // These are the tiddlers that the remote server is missing\n        // Gathere these tiddlers and send them back to the remote server\n        // Make a list of all wikis the local server wants to sync, the remote\n        // server could send much more than the local one wants and we want to\n        // prevent malicious behaviour.\n        remoteServerObject.remoteWikis.forEach(function(wikiName) {\n          if(data.missing[wikiName]) {\n            reply[wikiName] = {}\n            // If the remote is missing tiddlers from a wiki retreive them and put them into an object.\n            data.missing[wikiName].forEach(function(tidName) {\n              // TODO Add some check to make sure that the remote is allowed to\n              // get this tiddler.\n              reply[wikiName][tidName] = $tw.Bob.Wikis[wikiName].wiki.getTiddler(tidName)\n            })\n          }\n        })\n      }\n      if(data.tiddlers) {\n        // data.tiddlers is in the form {wikiName1:[tiddlers],wikiName2:[tiddlers]}\n        // These are tiddlers the local server is missing, add them to the local\n        // wiki.\n        remoteServerObject.remoteWikis.forEach(function(wikiName) {\n          if(data.tiddlers[wikiName]) {\n            data.tiddlers[wikiName].forEach(function(tidName) {\n              // TODO add some check to make sure that we can have some way to\n              // filter which tiddlers are actually saved.\n              $tw.Bob.Wikis[wikiName].wiki.addTiddler(data.tiddlers[wikiName][tidName])\n            })\n          }\n        })\n        // Send reply\n        // TODO figure this out\n      }\n      // Bi-directional sync with oldest or newest wins is gonig to require more\n      // work\n      if(data.conflicts) {\n        // data.conflicts is in the form {wikiName1:[tiddlers],wikiName2:[tiddlers]}\n        // These are tiddlers that have been changed on both servers\n        // This may mean that it has to have a persistent record of changes.\n\n        // TODO this bit\n      }\n    }\n  }\n}\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/Federation/FederatedChatMessageHandlers.js": {
            "title": "$:/plugins/OokTech/Bob/Federation/FederatedChatMessageHandlers.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/Federation/FederatedChatMessageHandlers.js\ntype: application/javascript\nmodule-type: startup\n\nThese are message handler functions for the federated chat server.\nThis handles messages sent to the node process.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"federation-chat-messages\";\nexports.platforms = [\"node\"];\nexports.after = [\"render\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n  if(false && $tw.node && $tw.settings.enableFederation === 'yes') {\n    $tw.Bob.Federation = $tw.Bob.Federation || {};\n    $tw.Bob.Federation.remoteConnections = $tw.Bob.Federation.remoteConnections || {};\n    $tw.Bob.Federation.messageHandlers = $tw.Bob.Federation.messageHandlers || {};\n\n    /*\n      Receive a federated chat message\n    */\n    $tw.Bob.Federation.messageHandlers.chatMessage = function(data) {\n      data.wiki = data.wiki || 'RootWiki';\n      const conversationTiddler = data.conversation || 'DefaultChat';\n      if(conversationTiddler && data.message) {\n        // Get the history tiddler\n        const historyTiddler = $tw.Bob.Wikis[data.wiki].wiki.getTiddler(`$:/chat/${conversationTiddler}`);\n        let history = {};\n        if(historyTiddler) {\n          // Make sure that the fields aren't read only\n          history = JSON.parse(JSON.stringify(historyTiddler.fields.text));\n        }\n        const theTime = $tw.utils.stringifyDate(new Date());\n        history = JSON.parse(history) || history;\n        history[theTime] = {\n          message:data.message,\n          from: data.from,\n          server: data.server\n        }\n        // save the updated tiddler\n        $tw.syncadaptor.saveTiddler(new $tw.Tiddler({\n          text:JSON.stringify(history, null, 2),\n          title: `$:/chat/${conversationTiddler}`,\n          type: 'application/json'\n        }), data.wiki);\n      }\n    }\n\n    /*\n      Receive a chat history from a federated server\n\n      This is for when you join an existing conversation.\n\n      It combines the local messages with the received messages.\n    */\n    $tw.Bob.Federation.messageHandlers.chatHistory = function(data) {\n      //$tw.Bob.Shared.sendAck(data);\n      const conversationTiddler = data.conversation || 'DefaultChat'\n      if(data.conversation && data.messages) {\n        // Get the history tiddler\n        const historyTiddler = $tw.Bob.Wikis[data.wiki].wiki.getTiddler(`$:/chat/${conversationTiddler}`)\n        let history = {}\n        if(historyTiddler) {\n          // Update the history tiddler\n          history = JSON.parse(JSON.stringify(historyTiddler.fields));\n        }\n        Object.keys(data.messages).forEach(function(message) {\n          history[message.time] = {\n            message: message.message,\n            from: message.from || ''\n          }\n        })\n        // save the updated tiddler\n        $tw.syncadaptor.saveTiddler(new $tw.Tiddler({\n          text:JSON.stringify(history, null, 2),\n          title: `$:/chat/${conversationTiddler}`,\n          type: 'application/json'\n        }), data.wiki);\n      }\n    }\n  }\n}\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\MultiUserWiki\\example-start-script.sh": {
            "title": "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\MultiUserWiki\\example-start-script.sh",
            "text": "#!/usr/bin/env bash\n\n# INSTRUCTIONS\n#\n# First you need to change the part after TIDDLYWIKI_PLUGIN_PATH= to match the\n# location of the folder with your plugins\n# If you have any themes or editions that you want to make available you can\n# uncomment the lines below and add the path to them too.\n#\n# Then in the last line change ~/path/to/wiki/ to the path to your wiki folder.\n#\n# You can rename this file to whatever you want, and you can run this file from\n# wherever you want.\n# You will probably have to make this file executable on your system by typing:\n#\n# sudo chmod +x ./example-start-script.sh\n#\n# in the same folder as the script. On many systems you can also do this from\n# the file manager but how to do it is different in different file managers.\n# So if you know how to make a file executable form the file manager that\n# should work too.\n\n# You need to use the full path here, ~/TiddlyWiki/Plugins doesn't work\nexport TIDDLYWIKI_PLUGIN_PATH=\"/path/to/TiddlyWiki/Plugins\"\n#export TIDDLYWIKI_THEME_PATH=\"/path/to/TiddlyWiki/Themes\"\n#export TIDDLYWIKI_EDITION_PATH=\"/path/to/TiddlyWiki/Editions\"\n\n# The first argument is the path to the folder that contains the\n# tiddlywiki.info file. The second is the server command for the Bob\n# wiki.\ntiddlywiki ~/path/to/wiki/ --wsserver\n",
            "type": ".sh"
        },
        "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\MultiUserWiki\\tiddlywiki.info": {
            "title": "D:\\Programs\\TW-BOB\\plugins\\OokTech\\Bob\\MultiUserWiki\\tiddlywiki.info",
            "text": "{\n\t\"description\": \"This is the demo edition for the Bob plugin created by OokTech\",\n\t\"plugins\": [\n    \"OokTech/Bob\"\n\t],\n\t\"themes\": [\n\t\t\"tiddlywiki/vanilla\",\n\t\t\"tiddlywiki/snowwhite\"\n\t],\n\t\"build\": {\n\t\t\"index\": [\n\t\t\t\"--rendertiddler\",\"$:/core/save/all\",\"index.html\",\"text/plain\"]\n\t}\n}\n",
            "type": ".info"
        },
        "$:/Bob/EditingTiddlers": {
            "title": "$:/Bob/EditingTiddlers",
            "list": ""
        },
        "$:/DefaultTiddlers": {
            "title": "$:/DefaultTiddlers",
            "created": "20171108214559509",
            "modified": "20171108214652703",
            "text": "[[What is this?]]"
        },
        "What is this?": {
            "title": "What is this?",
            "creator": "inmysocks",
            "text": "!Welcome to the Bob ~TiddlyWiki.\n\n!! Connecting other computers to the wiki\n\n''BIG NOTE OF DOOM or what is the local network?:'' The local network is anyone\nusing the same router as you. This means anyone on the same wifi network or\nusing a wired connection on the same router. So when you are at starbucks or a\nlibrary on the wifi anyone else who is on that wifi is on the local network.\n\nBy default the wiki is only available on `localhost` on the computer you are\nrunning the node process on.\n\nIf you want to make it available to other computers on the local network you\nhave to change the settings in the $:/ControlPanel under the `Bob Settings`\ntab.\n\nThere are a few tabs available in the `Bob Settings`:\n\n* The `Manage Wikis` tab lets you create new wikis and manage existing wikis.\n* The `This Wiki` tab lets you change the plugins and themes that are available and active in the current wiki.\n* The `Server` tab lets you do things that affect the wiki server, like making the wikis available on the local network and setting up a static file server to access local media files.\n* The `Federation` tab has some very experimental things, they probably won't work well.\n* The `Bob Documentation` tab has further documentation about Bob.\n* The `About OokTech/Support Documentation` tab has information about OokTech and how to to support the further development of Bob and the related plugins.\n\nMore Bob documentation [[$:/plugins/OokTech/Bob/readme]]\n\nThings you may want to do:\n\n* Enable the [[media file server|$:/plugins/OokTech/Bob/FileServerSetup]]\n* Make the served wikis [[available on the local network|$:/plugins/OokTech/Bob/ServerTab]]\n"
        },
        "$:/plugins/OokTech/Bob/DefaultSettings": {
            "title": "$:/plugins/OokTech/Bob/DefaultSettings",
            "text": "{\n  \"editionsPath\": \"./Editions\",\n  \"pluginsPath\": \"./Plugins\",\n  \"themesPath\": \"./Themes\",\n  \"wikisPath\": \"./Wikis\",\n  \"wikiPathBase\": \"cwd\",\n  \"includePluginList\": [],\n  \"excludePluginList\": [],\n  \"autoUnloadWikis\": \"false\",\n  \"disableBrowserAlerts\": \"no\",\n  \"disableFileWatchers\": \"no\",\n  \"fileURLPrefix\": \"files\",\n  \"namespacedWikis\": \"false\",\n  \"saveMediaOnServer\": \"yes\",\n  \"suppressBrowser\": \"false\",\n  \"enableFederation\": \"no\",\n  \"enableFileServer\": \"no\",\n  \"filePathRoot\": \"./files\",\n  \"perWikiFiles\": \"no\",\n  \"enableBobSaver\": \"yes\",\n  \"persistentUsernames\": \"no\",\n  \"scripts\": {\n    \"NewWiki\": \"tiddlywiki #wikiName --init #editionName\"\n  },\n  \"wikis\": {\n  },\n  \"ws-server\": {\n    \"port\": 8080,\n    \"host\": \"127.0.0.1\",\n    \"autoIncrementPort\": \"false\",\n    \"servePlugin\": \"yes\",\n    \"servePluginWithoutLogin\": \"yes\",\n    \"pathprefix\": \"\"\n  },\n  \"heartbeat\": {\n    \"interval\": 1000,\n    \"timeout\": 5000\n  },\n  \"mimeMap\": {\n    \".aac\": \"audio/aac\",\n    \".avi\": \"video/x-msvideo\",\n    \".bmp\": \"image/bmp\",\n    \".css\": \"text/css\",\n    \".csv\": \"text/csv\",\n    \".doc\": \"application/msword\",\n    \".epub\": \"application/epub+zip\",\n    \".gif\": \"image/gif\",\n    \".html\": \"text/html\",\n    \".htm\": \"text/html\",\n    \".ico\": \"image/x-icon\",\n    \".jpg\": \"image/jpeg\",\n    \".jpeg\": \"image/jpeg\",\n    \".mp3\": \"audio/mpeg\",\n    \".mp4\": \"video/mp4\",\n    \".md\": \"text/markdown\",\n    \".mpeg\": \"video/mpeg\",\n    \".odp\": \"application/vnd.oasis.opendocument.presentation\",\n    \".ods\": \"application/vnd.oasis.opendocument.spreadsheet\",\n    \".odt\": \"application/vnd.oasis.opendocument.text\",\n    \".oga\": \"audio/ogg\",\n    \".ogv\": \"video/ogg\",\n    \".ogx\": \"application/ogg\",\n    \".otf\": \"font/otf\",\n    \".pdf\": \"application/pdf\",\n    \".ppt\": \"application/vnd.ms-powerpoint\",\n    \".png\": \"image/png\",\n    \".svg\": \"image/svg+xml\",\n    \".tif\": \"image/tiff\",\n    \".tiff\": \"image/tiff\",\n    \".ttf\": \"font/ttf\",\n    \".txt\": \"text/plain\",\n    \".wav\": \"audio/wav\",\n    \".weba\": \"audio/weba\",\n    \".webm\": \"video/webm\",\n    \".webp\": \"image/webp\",\n    \".woff\": \"font/woff\",\n    \".woff2\": \"font/woff2\",\n    \".xml\": \"text/xml\"\n  },\n  \"API\": {\n    \"enableFetch\": \"no\",\n    \"enablePush\": \"no\",\n    \"enableDelete\": \"no\",\n    \"enableCreate\": \"no\",\n    \"pluginLibrary\": \"no\"\n  },\n  \"logger\": {\n    \"useFileLogging\":\"no\",\n    \"fileLogLevel\": \"2\",\n    \"outputFolder\": \"./logs\",\n    \"outputBaseFileName\": \"Log\",\n    \"useSeparateErrorFile\": \"no\",\n    \"outputErrorFileName\": \"Error\",\n    \"ignoreErrors\": \"yes\",\n    \"useBrowserLogging\": \"no\",\n    \"browserLogLevel\": \"2\",\n    \"useConsoleLogging\": \"yes\",\n    \"consoleLogLevel\": \"2\"\n  },\n  \"federation\": {\n    \"serverName\": \"Noh Neigh-m\",\n    \"mobile\": \"no\",\n    \"enableChat\": \"no\",\n    \"udpPort\": \"3232\",\n    \"enableMulticast\": \"yes\",\n    \"multicastAddress\": \"224.0.0.114\",\n    \"broadcast\": \"yes\",\n    \"rebroadcastInterval\": \"30000\",\n    \"checkConnections\": \"yes\"\n  },\n  \"advanced\": {\n    \"localMessageQueueTimeout\": 500,\n    \"federatedMessageQueueTimeout\": 1500,\n    \"saveTiddlerDelay\": 200\n  },\n  \"servingFiles\": {\n  },\n  \"saver\": {\n    \"host\": \"localhost\",\n    \"port\": \"61192\",\n    \"key\": \"\",\n    \"disable\": \"no\"\n  },\n  \"backups\": {\n    \"enable\": \"no\",\n    \"backupFolder\": \"./backups\",\n    \"backupInterval\": 600000,\n    \"saveOnLoad\": \"yes\",\n    \"saveOnModified\": \"yes\",\n    \"maxBackups\": 10\n  },\n  \"pluginLibrary\": {\n    \"allPublic\": \"yes\"\n  },\n  \"editionLibrary\": {\n    \"allPublic\": \"yes\"\n  },\n  \"themeLibrary\": {\n    \"allPublic\": \"yes\"\n  },\n  \"profileOptions\": {\n    \"allowPublic\": \"yes\",\n    \"allowLoggedIn\": \"yes\",\n    \"allowPrivate\": \"yes\"\n  }\n}\n"
        },
        "$:/plugins/OokTech/NodeSettings/NodeSettings.js": {
            "title": "$:/plugins/OokTech/NodeSettings/NodeSettings.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/NodeSettings/NodeSettings.js\ntype: application/javascript\nmodule-type: startup\n\nLoad settings settings from a JSON file or tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"node-settings\";\nexports.platforms = [\"node\"];\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n// Initialise the $tw.settings object\n$tw.settings = $tw.settings || {};\n$tw.settings.wikis = $tw.settings.wikis || {};\n\nif($tw.node) {\n  const fs = require(\"fs\");\n  const path = require(\"path\");\n  $tw.CreateSettingsTiddlers = function (data) {\n    data = data || {}\n    data.wiki = data.wiki || 'RootWiki'\n\n    // Create the $:/ServerIP tiddler\n    const message = {\n      type: 'saveTiddler',\n      wiki: data.wiki\n    };\n    message.tiddler = {fields: {title: \"$:/ServerIP\", text: $tw.settings.serverInfo.ipAddress, port: $tw.httpServerPort, host: $tw.settings.serverInfo.host}};\n    $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message);\n\n    let wikiInfo = undefined\n    try {\n      // Save the lists of plugins, languages and themes in tiddlywiki.info\n      const wikiInfoPath = path.join($tw.Bob.Wikis[data.wiki].wikiPath, 'tiddlywiki.info');\n      wikiInfo = JSON.parse(fs.readFileSync(wikiInfoPath,\"utf8\"));\n    } catch(e) {\n      console.log(e)\n    }\n    if(typeof wikiInfo === 'object') {\n      // Get plugin list\n      const fieldsPluginList = {\n        title: '$:/Bob/ActivePluginList',\n        list: $tw.utils.stringifyList(wikiInfo.plugins)\n      }\n      message.tiddler = {fields: fieldsPluginList};\n      $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message);\n      const fieldsThemesList = {\n        title: '$:/Bob/ActiveThemesList',\n        list: $tw.utils.stringifyList(wikiInfo.themes)\n      }\n      message.tiddler = {fields: fieldsThemesList};\n      $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message);\n      const fieldsLanguagesList = {\n        title: '$:/Bob/ActiveLanguagesList',\n        list: $tw.utils.stringifyList(wikiInfo.languages)\n      }\n      message.tiddler = {fields: fieldsLanguagesList};\n      $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message);\n    }\n  }\n}\n\nif($tw.node && !$tw.ExternalServer) {\n  const fs = require(\"fs\");\n  const path = require(\"path\");\n  /*\n    Only load the settings if you are running node\n  */\n  const startup = function () {\n    // The user settings path\n    const userSettingsPath = path.join($tw.boot.wikiPath, 'settings', 'settings.json');\n    $tw.settings = JSON.parse($tw.wiki.getTiddler('$:/plugins/OokTech/Bob/DefaultSettings').fields.text);\n    $tw.loadSettings($tw.settings, userSettingsPath);\n    updateSettingsWikiPaths($tw.settings.wikis);\n  }\n\n  /*\n    This allows people to add wikis using name: path in the settings.json and\n    still have them work correctly with the name: {__path: path} setup.\n\n    It takes the wikis section of the settings and changes any entries that are\n    in the form name: path and puts them in the form name: {__path: path}, and\n    recursively walks through all the wiki entries.\n  */\n  function updateSettingsWikiPaths(inputObj) {\n    Object.keys(inputObj).forEach(function(entry) {\n      if(typeof inputObj[entry] === 'string' && entry !== '__path') {\n        inputObj[entry] = {'__path': inputObj[entry]}\n      } else if(typeof inputObj[entry] === 'object' && entry !== '__permissions') {\n        updateSettingsWikiPaths(inputObj[entry])\n      }\n    })\n  }\n\n  /*\n    Parse the default settings file and the normal user settings file\n\n    This function modifies the input settings object with the properties in the\n    json file at newSettingsPath\n  */\n  $tw.loadSettings = function(settings, newSettingsPath) {\n    let newSettings;\n    if(typeof $tw.ExternalServer !== 'undefined') {\n      newSettings = require(path.join(process.cwd(),'LoadConfig.js')).settings;\n    } else {\n      if($tw.node && !fs) {\n        const fs = require('fs')\n      }\n      let rawSettings;\n\n      // try/catch in case defined path is invalid.\n      try {\n        rawSettings = fs.readFileSync(newSettingsPath);\n      } catch (err) {\n        console.log('NodeSettings - No settings file, creating one with default values.');\n        rawSettings = '{}';\n      }\n\n      // Try to parse the JSON after loading the file.\n      try {\n        newSettings = JSON.parse(rawSettings);\n        console.log('NodeSettings - Parsed raw settings.');\n      } catch (err) {\n        console.log('NodeSettings - Malformed settings. Using empty default.');\n        console.log('NodeSettings - Check settings. Maybe comma error?');\n        // Create an empty default settings.\n        newSettings = {};\n      }\n    }\n\n    $tw.updateSettings(settings,newSettings);\n  }\n\n  // Modify according to settings tiddlers\n  /*\n    We have to be sure that the values are valid somehow\n  */\n\n  /*\n    Add the update settings function to the $tw object.\n    TODO figure out if there is a more appropriate place for it. I don't think so\n    it doesn't fit with the rest of what is in $tw.utils and I can't think of\n    another place to put it.\n\n    Given a local and a global settings, this returns the global settings but with\n    any properties that are also in the local settings changed to the values given\n    in the local settings.\n    Changes to the settings are later saved to the local settings.\n  */\n  $tw.updateSettings = function (globalSettings, localSettings) {\n    //Walk though the properties in the localSettings, for each property set the global settings equal to it, but only for singleton properties. Don't set something like GlobalSettings.Accelerometer = localSettings.Accelerometer, set globalSettings.Accelerometer.Controller = localSettings.Accelerometer.Contorller\n    Object.keys(localSettings).forEach(function(key,index){\n      if(typeof localSettings[key] === 'object') {\n        if(!globalSettings[key]) {\n          globalSettings[key] = {};\n        }\n        //do this again!\n        $tw.updateSettings(globalSettings[key], localSettings[key]);\n      } else {\n        globalSettings[key] = localSettings[key];\n      }\n    });\n  }\n\n  startup();\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/action-websocketmessage.js": {
            "title": "$:/plugins/OokTech/Bob/action-websocketmessage.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/action-websocketmessage.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to send a websocket message to the node process\n\n<$action-websocketmessage $type=type $param=value/>\n\nAny other key=value pairs will be added to the JSON message sent\n\nex:\n\n<$action-websocketmessage $type=git $param=pull branch=foo/>\n\nsends:\n\n{\n  \"type\": \"git\",\n  \"value\": \"pull\",\n  \"branch\": foo\n}\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nconst ActionWebSocketMessage = function(parseTreeNode,options) {\n  this.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nActionWebSocketMessage.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nActionWebSocketMessage.prototype.render = function(parent,nextSibling) {\n  this.computeAttributes();\n  this.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nActionWebSocketMessage.prototype.execute = function() {\n  this.type = this.getAttribute('$type', undefined);\n  this.param = this.getAttribute('$param', undefined);\n  this.tiddler = this.getAttribute('$tiddler', undefined);\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nActionWebSocketMessage.prototype.refresh = function(changedTiddlers) {\n  const changedAttributes = this.computeAttributes();\n  if(Object.keys(changedAttributes).length) {\n    this.refreshSelf();\n    return true;\n  }\n  return this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nActionWebSocketMessage.prototype.invokeAction = function(triggeringWidget,event) {\n  // Create the empty message object\n  let message = {};\n  // Add in the message type and param, if they exist\n  message.type = this.type;\n  message.param = this.param;\n  if(this.tiddler) {\n    message.tid_param = $tw.wiki.getTiddler(this.tiddler).fields;\n  }\n\n  // This is needed for when you serve multiple wikis\n  const wikiName = $tw.wiki.getTiddlerText(\"$:/WikiName\");\n  message.wiki = wikiName?wikiName:'';\n\n  // For any other attributes passed to the widget add them to the message as\n  // key: value pairs\n  $tw.utils.each(this.attributes,function(attribute,name) {\n    //if(name.charAt(0) !== \"$\") {\n    if(['$type', '$param', '$tiddler'].indexOf(name) === -1) {\n      message[name] = attribute;\n    }\n  });\n  // We need a message type at a minimum to send anything\n  if(message.type) {\n    // Send the message\n    $tw.Bob.Shared.sendMessage(message, 0)\n  }\n\n  return true; // Action was invoked\n};\n\nexports[\"action-websocketmessage\"] = ActionWebSocketMessage;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/OokTech/Bob/NodeBasicHandlers.js": {
            "title": "$:/plugins/OokTech/Bob/NodeBasicHandlers.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/NodeBasicHandlers.js\ntype: application/javascript\nmodule-type: startup\n\nThese are message handler functions for the web socket servers. Use this file\nas a template for extending the web socket funcitons.\n\nThis handles messages sent to the node process.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.platforms = [\"node\"];\n\nexports.startup = function() {\nif($tw.node) {\n  $tw.nodeMessageHandlers = $tw.nodeMessageHandlers || {};\n  $tw.Bob.Shared = require('$:/plugins/OokTech/Bob/SharedFunctions.js');\n  /*\n    This handles when the browser sends the list of all tiddlers that currently\n    exist in the browser version of the wiki. This is different than the list of\n    all tiddlers in files.\n  */\n  $tw.nodeMessageHandlers.browserTiddlerList = function(data) {\n    // Save the list of tiddlers in the browser as part of the $tw object so it\n    // can be used elsewhere.\n    $tw.BrowserTiddlerList[data.source_connection] = data.titles;\n    $tw.Bob.Shared.sendAck(data);\n  }\n\n  /*\n    For a lazily loaded wiki this gets the skinny tiddler list.\n  */\n  $tw.nodeMessageHandlers.getSkinnyTiddlers = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    // We need at least the name of the wiki\n    if(data.wiki) {\n      $tw.ServerSide.loadWiki(data.wiki);\n      // Get the skinny tiddlers\n      const tiddlers = []\n      $tw.Bob.Wikis[data.wiki].wiki.allTitles().forEach(function(title) {\n        if(title.slice(0,3) !== '$:/') {\n          tiddlers.push($tw.Bob.Wikis[data.wiki].wiki.getTiddler(title).getFieldStrings({exclude:['text']}))\n        }\n      })\n      const message = {\n        type: 'skinnyTiddlers',\n        tiddlers: tiddlers\n      }\n      $tw.Bob.Shared.sendMessage(message, data.source_connection)\n    }\n  }\n\n  /*\n    For lazy loading this gets a full tiddler\n  */\n  $tw.nodeMessageHandlers.getFullTiddler = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    $tw.ServerSide.loadWiki(data.wiki);\n    const tiddler = $tw.Bob.Wikis[data.wiki].wiki.getTiddler(data.title)\n    const message = {\n      type: 'loadTiddler',\n      tiddler: tiddler || {}\n    }\n    $tw.Bob.Shared.sendMessage(message, data.source_connection)\n  }\n\n  /*\n    This responds to a ping from the browser. This is used to check and make sure\n    that the browser and server are connected.\n    It also echos back any data that was sent. This is used by the heartbeat to\n    make sure that the server and browser are still connected.\n  */\n  $tw.nodeMessageHandlers.ping = function(data) {\n    let message = {};\n    Object.keys(data).forEach(function (key) {\n      message[key] = data[key];\n    })\n    message.type = 'pong';\n    if(data.heartbeat) {\n      message.heartbeat = true;\n    }\n    // When the server receives a ping it sends back a pong.\n    const response = JSON.stringify(message);\n    $tw.connections[data.source_connection].socket.send(response);\n  }\n\n  /*\n    This handles saveTiddler messages sent from the browser.\n\n    If we always want to ignore draft tiddlers,\n    use `[has[draft.of]]` in $:/plugins/OokTech/Bob/ExcludeSync\n  */\n  $tw.nodeMessageHandlers.saveTiddler = function(data) {\n    // Acknowledge the message.\n    $tw.Bob.Shared.sendAck(data);\n    // Make sure there is actually a tiddler sent\n    if(data.tiddler) {\n      // Make sure that the tiddler that is sent has fields\n      if(data.tiddler.fields) {\n        const prefix = data.wiki || '';\n        // Set the saved tiddler as no longer being edited. It isn't always\n        // being edited but checking eacd time is more complex than just\n        // always setting it this way and doesn't benifit us.\n        $tw.nodeMessageHandlers.cancelEditingTiddler({\n          tiddler:{\n            fields:{\n              title:data.tiddler.fields.title\n            }\n          },\n          wiki: prefix\n        });\n        // If we are not expecting a save tiddler event than save the\n        // tiddler normally.\n        if(!$tw.Bob.Files[data.wiki][data.tiddler.fields.title]) {\n          $tw.syncadaptor.saveTiddler(data.tiddler, prefix, data.source_connection);\n        } else {\n          // If changed send tiddler\n          let changed = true;\n          try {\n            let tiddlerObject = {}\n            if(data.tiddler.fields._canonical_uri) {\n              tiddlerObject = $tw.loadTiddlersFromFile($tw.Bob.Files[prefix][data.tiddler.fields.title].filepath+'.meta');\n            } else {\n              tiddlerObject = $tw.loadTiddlersFromFile($tw.Bob.Files[prefix][data.tiddler.fields.title].filepath);\n            }\n            // The file has the normal title so use the normal title here.\n            changed = $tw.Bob.Shared.TiddlerHasChanged(data.tiddler, tiddlerObject);\n          } catch (e) {\n            $tw.Bob.logger.log('Save tiddler error: ', e, {level: 3});\n          }\n          if(changed) {\n            $tw.syncadaptor.saveTiddler(data.tiddler, prefix, data.source_connection);\n          }\n        }\n        delete $tw.Bob.EditingTiddlers[data.wiki][data.tiddler.fields.title];\n        $tw.ServerSide.UpdateEditingTiddlers(false, data.wiki);\n      }\n    }\n  }\n\n  /*\n    This is the handler for when the browser sends the deleteTiddler message.\n  */\n  $tw.nodeMessageHandlers.deleteTiddler = function(data) {\n    // Acknowledge the message.\n    $tw.Bob.Shared.sendAck(data);\n    $tw.Bob.logger.log('Node Delete Tiddler', {level: 4});\n    data.tiddler = data.tiddler || {};\n    data.tiddler.fields = data.tiddler.fields || {};\n    const title = data.tiddler.fields.title;\n    if(title) {\n      // Delete the tiddler file from the file system\n      $tw.syncadaptor.deleteTiddler(title, {wiki: data.wiki});\n      // Remove the tiddler from the list of tiddlers being edited.\n      if($tw.Bob.EditingTiddlers[data.wiki][title]) {\n        delete $tw.Bob.EditingTiddlers[data.wiki][title];\n        $tw.ServerSide.UpdateEditingTiddlers(false, data.wiki);\n      }\n      $tw.Bob.logger.log('Deleted tiddler', data.tiddler.fields.title)\n    }\n  }\n\n  /*\n    This is the handler for when a browser sends the editingTiddler message.\n  */\n  $tw.nodeMessageHandlers.editingTiddler = function(data) {\n    // Acknowledge the message.\n    $tw.Bob.Shared.sendAck(data);\n    data.tiddler = data.tiddler || {};\n    data.tiddler.fields = data.tiddler.fields || {};\n    const title = data.tiddler.fields.title;\n    if(title) {\n      // Add the tiddler to the list of tiddlers being edited to prevent\n      // multiple people from editing it at the same time.\n      $tw.ServerSide.UpdateEditingTiddlers(title, data.wiki);\n    }\n  }\n\n  /*\n    This is the handler for when a browser stops editing a tiddler.\n  */\n  $tw.nodeMessageHandlers.cancelEditingTiddler = function(data) {\n    // Acknowledge the message.\n    $tw.Bob.Shared.sendAck(data);\n    data.tiddler = data.tiddler || {};\n    data.tiddler.fields = data.tiddler.fields || {};\n    let title = data.tiddler.fields.title;\n    if(title) {\n      // Make sure that the tiddler title is a string\n      if(data.tiddler.fields[\"draft.of\"]) {\n        title = data.tiddler.fields[\"draft.of\"]\n      }\n      // Remove the current tiddler from the list of tiddlers being edited.\n      if($tw.Bob.EditingTiddlers[data.wiki][title]) {\n        delete $tw.Bob.EditingTiddlers[data.wiki][title];\n      }\n      $tw.ServerSide.UpdateEditingTiddlers(false, data.wiki);\n    }\n  }\n\n  /*\n    This updates what wikis are being served and where they are being served\n  */\n  $tw.nodeMessageHandlers.updateRoutes = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    // Then clear all the routes to the non-root wiki\n    $tw.httpServer.clearRoutes();\n    // The re-add all the routes from the settings\n    // This reads the settings so we don't need to give it any arguments\n    $tw.httpServer.addOtherRoutes();\n  }\n\n  /*\n    This sends back a list of all wikis that are viewable using the current access token.\n  */\n  $tw.nodeMessageHandlers.getViewableWikiList = function (data) {\n    data = data || {};\n    $tw.Bob.Shared.sendAck(data);\n    const viewableWikis = $tw.ServerSide.getViewableWikiList(data);\n    // Send viewableWikis back to the browser\n    const message = {\n      type: 'setViewableWikis',\n      list: $tw.utils.stringifyList(viewableWikis),\n      wiki: data.wiki\n    };\n    $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message);\n  }\n\n  /*\n    This looks in the wikis folder set in the configuration\n    $tw.setting.wikisPath\n    If none is set it uses ./Wikis\n\n    This walks though subfolders too.\n  */\n  $tw.nodeMessageHandlers.findAvailableWikis = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    $tw.ServerSide.updateWikiListing(data);\n  }\n\n  /*\n    This handles ack messages.\n  */\n  $tw.nodeMessageHandlers.ack = $tw.Bob.Shared.handleAck;\n\n}\n}\n})();",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/BrowserMessageHandlers.js": {
            "title": "$:/plugins/OokTech/Bob/BrowserMessageHandlers.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/BrowserMessageHandlers.js\ntype: application/javascript\nmodule-type: startup\n\nThis handles messages sent to the browser.\n\nThese are message handlers for messages sent to the browser. If you want to\nadd more functions the easiest way is to use this file as a template and make a\nnew file that adds the files you want. To do this you need should copy\neverything until the line\n\n$tw.browserMessageHandlers = $tw.browserMessageHandlers || {};\n\nthis line makes sure that the object exists and doesn't overwrite what already\nexists and it lets the files that define handlers be loaded in any order.\n\nRemember that the file has to end with\n\n})();\n\nto close the function that wraps the contents.\nAlso change the title of the tiddler in the second line of the file, otherwise\nit will overwrite this file.\n\\*/\n(function () {\n\n  /*jslint node: true, browser: true */\n  /*global $tw: false */\n  \"use strict\";\n\n  // Export name and synchronous status\n  exports.name = \"web-sockets-setup\";\n  exports.platforms = [\"browser\"];\n  exports.after = [\"render\"];\n  exports.synchronous = true;\n\n  // Polyfill because IE uses old javascript\n  if(!String.prototype.startsWith) {\n    String.prototype.startsWith = function(search, pos) {\n      return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;\n    };\n  }\n\n  $tw.browserMessageHandlers = $tw.browserMessageHandlers || {};\n  $tw.Bob = $tw.Bob || {};\n  $tw.Bob.MessageQueue = $tw.Bob.MessageQueue || [];\n  $tw.connections = $tw.connections || [];\n  $tw.Bob.Shared = require('$:/plugins/OokTech/Bob/SharedFunctions.js');\n\t$tw.settings = $tw.settings || {};\n\t$tw.settings.heartbeat = $tw.settings.heartbeat || {};\n\t$tw.settings.heartbeat.PingTimer = false;\n\n  /*\n    TODO - determine if we should sanitise the tiddler titles and field names\n\n    This message handler takes care of saveTiddler messages going to the\n    browser.\n    It creates a tiddler out of the supplied JSON object that lists the fields.\n\n    JSON structure of data (the function input):\n    {\n      \"fields\": {\n        \"title\": \"Some title\",\n        \"other\": \"field thingy\",\n        \"text\": \"lots of text and stuff here because why not\"\n      }\n    }\n  */\n  $tw.browserMessageHandlers.saveTiddler = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    // Ignore the message if it isn't for this wiki\n    if(data.wiki === $tw.wikiName) {\n      if(data.tiddler) {\n        // The title must exist and must be a string, everything else is optional\n        if(data.tiddler.fields) {\n          if(typeof data.tiddler.fields.title === 'string') {\n            // if the tiddler exists already only update it if the update is\n            // different than the existing one.\n            const changed = $tw.Bob.Shared.TiddlerHasChanged(data.tiddler, $tw.wiki.getTiddler(data.tiddler.fields.title));\n            if(changed) {\n              $tw.wiki.addTiddler(new $tw.Tiddler(data.tiddler.fields));\n              // Set the change count in the syncer so that the syncer doesn't save the tiddler again.\n              if($tw.syncer.tiddlerInfo[data.tiddler.fields.title]) {\n                $tw.syncer.tiddlerInfo[data.tiddler.fields.title].changeCount = $tw.wiki.getChangeCount(data.tiddler.fields.title);\n\t\t\t\t\t\t\t\t$tw.syncer.tiddlerInfo[data.tiddler.fields.title].timestampLastSaved = new Date();\n              } else {\n                $tw.syncer.tiddlerInfo[data.tiddler.fields.title] = {\n\t\t\t\t\t\t\t\t\tchangeCount: $tw.wiki.getChangeCount(data.tiddler.fields.title),\n\t\t\t\t\t\t\t\t\tadaptorInfo: \"\",\n\t\t\t\t\t\t\t\t\trevision: undefined\n\t\t\t\t\t\t\t\t}\n              }\n            }\n          } else {\n            console.log('Invalid tiddler title');\n          }\n        } else {\n          console.log(\"No tiddler fields given\");\n        }\n      } else {\n        console.log('No tiddler')\n      }\n    }\n  }\n\n  /*\n    When the browser receives skinny tiddlers from the server dispatch the\n    'skinny-tiddlers' event with the received tiddlers.\n    It is handled by the syncadaptor.\n  */\n  $tw.browserMessageHandlers.skinnyTiddlers = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    const skinnyTiddlers = new CustomEvent('skinny-tiddlers', {bubbles: true, detail: data.tiddlers || []})\n    $tw.rootWidget.dispatchEvent(skinnyTiddlers)\n  }\n\n  /*\n    When the browser receive a loaded tiddler from the server dispatch the\n    'loaded-tiddler' event with the received tiddler.\n    It is handled by the syncadaptor.\n  */\n  $tw.browserMessageHandlers.loadTiddler = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    const loadedTiddler = new CustomEvent('loaded-tiddler', {bubbles: true, detail: data.tiddler || {}})\n    $tw.rootWidget.dispatchEvent(loadedTiddler)\n  }\n\n  /*\n    This is for updating the tiddlers currently being edited. It needs a\n    special handler to support multi-wikis.\n  */\n  $tw.browserMessageHandlers.updateEditingTiddlers = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    // make sure there is actually a list sent\n    if(data.list) {\n        const listField = $tw.utils.stringifyList(data.list);\n        // Make the tiddler fields\n        const tiddlerFields = {\n          title: \"$:/state/Bob/EditingTiddlers\",\n          list: listField\n        };\n        // Add the tiddler\n        $tw.wiki.addTiddler(new $tw.Tiddler(tiddlerFields));\n    } else {\n      console.log(\"No tiddler list given\", {level:2});\n    }\n  }\n\n  /*\n    This message handles the deleteTiddler message for the browser. Note that\n    this removes the tiddler from the wiki in the browser, but it does not\n    delete the .tid file from the node server if you are running tiddlywiki in\n    node. If you are running without node than this function is equavalient to\n    deleting the tiddler.\n  */\n  $tw.browserMessageHandlers.deleteTiddler = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(data.wiki === $tw.wikiName) {\n      data.tiddler = data.tiddler || {};\n      data.tiddler.fields = data.tiddler.fields || {};\n      const title = data.tiddler.fields.title;\n      if(title) {\n        $tw.wiki.deleteTiddler(title);\n      }\n    }\n  }\n\n  /*\n    This message asks the browser to send a list of all tiddlers back to the\n    node process.\n    This is useful for when you are trying to sync the browser and the file\n    system or if you only want a sub-set of existing tiddlers in the browser.\n  */\n  $tw.browserMessageHandlers.listTiddlers = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    // This is an array of tiddler titles, each title is a string.\n    const response = $tw.wiki.allTitles();\n    // Send the response JSON as a string.\n    //const token = localStorage.getItem('ws-token')\n    $tw.connections[0].socket.send(JSON.stringify({\n      type: 'browserTiddlerList',\n      titles: response,\n      //token: token,\n      wiki: $tw.wiki.getTiddlerText('$:/WikiName')\n    }));\n  }\n\n  /*\n    This message handles conflicts between the server and browser after\n    reconnecting\n\n    It saves the server version under the normal title and saves the in-browser\n    version with the prefix $:/state/Bob/Conflicts/\n  */\n  $tw.browserMessageHandlers.conflict = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(data.tiddler) {\n      if(data.tiddler.fields) {\n        data.tiddler.fields.created = $tw.utils.stringifyDate(new Date(data.tiddler.fields.created))\n        data.tiddler.fields.modified = $tw.utils.stringifyDate(new Date(data.tiddler.fields.modified))\n        let wikiTiddler = $tw.wiki.getTiddler(data.tiddler.fields.title);\n        if(wikiTiddler) {\n          wikiTiddler = JSON.parse(JSON.stringify(wikiTiddler));\n          wikiTiddler.fields.modified = $tw.utils.stringifyDate(new Date(wikiTiddler.fields.modified))\n          wikiTiddler.fields.created = $tw.utils.stringifyDate(new Date(wikiTiddler.fields.created))\n          // Only add the tiddler if it is different\n          if($tw.Bob.Shared.TiddlerHasChanged(data.tiddler, wikiTiddler)) {\n            const newTitle = '$:/state/Bob/Conflicts/' + data.tiddler.fields.title;\n            $tw.wiki.importTiddler(new $tw.Tiddler(wikiTiddler.fields, {title: newTitle}));\n            // we have conflicts so open the conflict list tiddler\n            let storyList = $tw.wiki.getTiddler('$:/StoryList').fields.list\n            storyList = \"$:/plugins/OokTech/Bob/ConflictList \" + $tw.utils.stringifyList(storyList)\n            $tw.wiki.addTiddler({title: \"$:/StoryList\", text: \"\", list: storyList},$tw.wiki.getModificationFields());\n          }\n        } else {\n          // If the tiddler doesn't actually have a conflicting version than\n          // just add the tiddler.\n          $tw.wiki.importTiddler(new $tw.Tiddler(data.tiddler.fields));\n        }\n      }\n    }\n  }\n\n  /*\n    Import as a temporary tiddler so it can be saved or deleted by the person\n    using the wiki\n  */\n  $tw.browserMessageHandlers.import = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    console.log('import', data.tiddler.fields.title, {level:2})\n    data.tiddler.fields.created = $tw.utils.stringifyDate(new Date(data.tiddler.fields.created))\n    data.tiddler.fields.modified = $tw.utils.stringifyDate(new Date(data.tiddler.fields.modified))\n    const newTitle = '$:/state/Bob/Import/' + data.tiddler.fields.title;\n    $tw.wiki.importTiddler(new $tw.Tiddler(data.tiddler.fields, {title: newTitle}));\n    // we have conflicts so open the conflict list tiddler\n    let storyList = $tw.wiki.getTiddler('$:/StoryList').fields.list\n    storyList = \"$:/plugins/OokTech/Bob/ImportList \" + $tw.utils.stringifyList(storyList)\n    $tw.wiki.addTiddler({\n      title: \"$:/StoryList\",\n      text: \"\",\n      list: storyList\n    },$tw.wiki.getModificationFields());\n  }\n\n  /*\n    This handles a ping from the server. The server and browser make sure they\n    are connected by sending pings periodically.\n    The pong response also echos back whatever was sent along with the ping.\n  */\n  $tw.browserMessageHandlers.ping = function (data) {\n    const token = $tw.Bob.Shared.getMessageToken();\n    let message = {};\n    Object.keys(data).forEach(function (key) {\n      message[key] = data[key];\n    })\n    message.type = 'pong';\n    message.token = token;\n    message.wiki = $tw.wikiName;\n    // The message is just the message type\n    const response = JSON.stringify(message);\n    // Send the response\n    $tw.connections[0].socket.send(response);\n  }\n\n  /*\n    This handles the pong response of a ping. It is also used as the heartbeat\n    to ensure that the connection to the server is still live.\n  */\n  $tw.browserMessageHandlers.pong = function (data) {\n    // If this pong is part of a heartbeat than use a setTimeout to send\n    // another beat in the interval defined in $tw.settings.heartbeat.interval\n    // the timeout id is stored in $tw.settings.heartbeat.timeoutid\n    if(data.heartbeat) {\n      if($tw.wiki.tiddlerExists('$:/plugins/OokTech/Bob/Server Warning')) {\n        $tw.wiki.deleteTiddler('$:/plugins/OokTech/Bob/Server Warning');\n      }\n\n      $tw.settings.heartbeat = $tw.settings.heartbeat || {};\n\n      if(!$tw.settings.heartbeat.interval) {\n        const heartbeatTiddler = $tw.wiki.getTiddler(\"$:/WikiSettings/split/heartbeat\") || {fields:{text: \"{}\"}};\n        const heartbeat = JSON.parse(heartbeatTiddler.fields.text) || {};\n        $tw.settings.heartbeat[\"interval\"] = heartbeat.interval || 1000;\n        $tw.settings.heartbeat[\"timeout\"] = heartbeat.timeout || 5000;\n      }\n      // Clear the time to live timeout.\n      clearTimeout($tw.settings.heartbeat.TTLID);\n      // Clear the retry timeout.\n      clearTimeout($tw.settings.heartbeat.retry);\n\t\t\tclearTimeout($tw.settings.heartbeat.PingTimer);\n      $tw.settings.heartbeat.PingTimer = setTimeout(function () {\n        const token = $tw.Bob.Shared.getMessageToken();//localStorage.getItem('ws-token')\n        $tw.connections[0].socket.send(JSON.stringify({\n          type: 'ping',\n          heartbeat: true,\n          token: token,\n          wiki: $tw.wikiName\n        }));\n      }, $tw.settings.heartbeat.interval);\n      $tw.settings.heartbeat.TTLID = setTimeout(checkDisconnected, Number($tw.settings.heartbeat.timeout));\n    }\n  }\n\n  function checkDisconnected() {\n    if($tw.connections[0].socket.readyState !== 1) {\n      handleDisconnected();\n    } else {\n      const token = $tw.Bob.Shared.getMessageToken();//localStorage.getItem('ws-token')\n      $tw.connections[0].socket.send(JSON.stringify({\n        type: 'ping',\n        heartbeat: true,\n        token: token,\n        wiki: $tw.wikiName\n      }));\n    }\n  }\n\n  /*\n    This is what happens when the browser detects that it isn't connected to\n    the server anymore.\n  */\n  function handleDisconnected() {\n    console.log('Disconnected from server', {level:0});\n    const text = \"<div style='position:fixed;top:0px;width:100%;background-color:red;height:1.5em;max-height:100px;text-align:center;vertical-align:center;color:white;'>''WARNING: You are no longer connected to the server.''<$button style='color:black;'>Reconnect<$action-reconnectwebsocket/><$action-navigate $to='$:/plugins/Bob/ConflictList'/></$button></div>\";\n    const tiddler = {\n      title: '$:/plugins/OokTech/Bob/Server Warning',\n      text: text,\n      tags: '$:/tags/PageTemplate'\n    };\n    $tw.wiki.addTiddler(new $tw.Tiddler(tiddler));\n    $tw.settings.heartbeat.retry = setInterval(function () {\n      if($tw.connections[0].socket.readyState === 1) {\n        const token = $tw.Bob.Shared.getMessageToken();//localStorage.getItem('ws-token')\n        $tw.connections[0].socket.send(JSON.stringify({\n          type: 'ping',\n          heartbeat: true,\n          token: token,\n          wiki: $tw.wikiName\n        }));\n      }\n    }, $tw.settings.heartbeat.interval);\n    const tiddler2 = {\n      title: '$:/plugins/OokTech/Bob/Unsent',\n      text: JSON.stringify($tw.Bob.MessageQueue, '', 2),\n      type: 'application/json',\n      start: Date.now()-Number($tw.settings.heartbeat.timeout)\n    };\n    $tw.wiki.addTiddler(new $tw.Tiddler(tiddler2));\n  }\n\n  /*\n    Download the file in the message data\n  */\n  $tw.browserMessageHandlers.downloadFile = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(data) {\n      const text = $tw.wiki.renderTiddler(\"text/plain\", \"$:/core/save/all\", {});\n      let a = document.createElement('a');\n      a.download = 'index.html';\n      const thisStr = 'data:text/html;base64,'+window.btoa(unescape(encodeURIComponent(text)));\n      a.setAttribute('href', thisStr);\n      document.body.appendChild(a);\n      a.click();\n      document.body.removeChild(a);\n    }\n  }\n\n  /*\n    Set the viewable wikis\n  */\n  $tw.browserMessageHandlers.setViewableWikis = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(data.list) {\n      const fields = {\n        title: '$:/state/ViewableWikis',\n        list: data.list\n      }\n      $tw.wiki.addTiddler(new $tw.Tiddler(fields));\n    }\n  }\n\n  /*\n    This takes an alert from the server and displays it in the browser.\n    And appends it to a message history list.\n  */\n  $tw.browserMessageHandlers.browserAlert = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    const serverMessagesTid = $tw.wiki.getTiddler('$:/settings/Bob/ServerMessageHistoryLimit');\n    let hideAlerts = false;\n    if(serverMessagesTid) {\n      hideAlerts = serverMessagesTid.fields.hide_messages === 'true'?true:false;\n    }\n    if(!hideAlerts) {\n      if(data.alert) {\n        // Update the message history\n        let tiddler = $tw.wiki.getTiddler('$:/Bob/AlertHistory');\n        let tidObj = {\n          title:'$:/Bob/AlertHistory',\n          type:'application/json',\n          text: '{}'\n        };\n        if(tiddler) {\n          tidObj = JSON.parse(JSON.stringify(tiddler.fields))\n        }\n        const newNumber = Object.keys(JSON.parse(tidObj.text)).map(function(item) {\n          return Number(item.replace(/^\\$:\\/temp\\/Server Alert /, ''))\n        }).sort(function(a,b){return a-b}).slice(-1)[0] + 1 || 0;\n        const AlertTitle = '$:/temp/Server Alert ' + newNumber;\n        tidObj.text = JSON.parse(tidObj.text);\n        tidObj.text[AlertTitle] = data.alert + ' - ' + $tw.utils.formatDateString(new Date(),\"0hh:0mm, 0DD/0MM/YY\");\n        tidObj.text = JSON.stringify(tidObj.text);\n        $tw.wiki.addTiddler(tidObj);\n\n        // Make a tiddler that has the tag $:/tags/Alert that has the text of\n        // the alert.\n        const fields = {\n          component: 'Server Message',\n          title: AlertTitle,\n          text: data.alert+\"<br/><$button>Clear Alerts<$action-deletetiddler $filter='[tag[$:/tags/Alert]component[Server Message]]'/></$button>\",\n          tags: '$:/tags/Alert'\n        }\n        $tw.wiki.addTiddler(new $tw.Tiddler(fields, $tw.wiki.getCreationFields()));\n      }\n    }\n  }\n\n  /*\n    This is used to update the current list of connections the server has to\n    other servers\n    These are used to pick which server to send messages to.\n  */\n  $tw.browserMessageHandlers.updateConnections = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(data.connections) {\n      const fields = {\n        title: '$:/Bob/ActiveConnections',\n        list: $tw.utils.stringifyList(Object.keys(data.connections))\n      };\n      $tw.wiki.addTiddler(new $tw.Tiddler(fields));\n      Object.keys(data.connections).forEach(function(connectionUrl) {\n        if(data.connections[connectionUrl].name) {\n          const connectionFields = {\n            title: '$:/Bob/KnownServers/' + data.connections[connectionUrl].name,\n            tags: '[[Remote Server]]',\n            url: connectionUrl,\n            staticurl: data.connections[connectionUrl].staticUrl,\n            available_wikis: Object.keys(data.connections[connectionUrl].available_wikis).join(' '),\n            available_chats: data.connections[connectionUrl].available_chats.join(' '),\n            publickey: data.connections[connectionUrl].publicKey,\n            allows_login: data.connections[connectionUrl].allows_login,\n            name: data.connections[connectionUrl].name,\n            local_name: data.connections[connectionUrl].local_name,\n            active: data.connections[connectionUrl].active\n          }\n          $tw.wiki.addTiddler(new $tw.Tiddler(connectionFields));\n          Object.keys(data.connections[connectionUrl].available_wikis).forEach(function(thisWikiName) {\n            const theTid = $tw.wiki.getTiddler('$:/Bob/KnownServers/' + data.connections[connectionUrl].name + '/wikis/' + thisWikiName) || {fields: {}};\n            $tw.wiki.addTiddler(new $tw.Tiddler({\n              title: '$:/Bob/KnownServers/'+ data.connections[connectionUrl].name + '/wikis/' + thisWikiName,\n              sync: data.connections[connectionUrl].available_wikis[thisWikiName].sync || 'no',\n              sync_type: data.connections[connectionUrl].available_wikis[thisWikiName].sync_type || '',\n              auto_sync: data.connections[connectionUrl].available_wikis[thisWikiName].auto_sync || 'no',\n              sync_filter: data.connections[connectionUrl].available_wikis[thisWikiName].sync_filter || '',\n              public: data.connections[connectionUrl].available_wikis[thisWikiName].public || 'yes',\n              conflict_type: data.connections[connectionUrl].available_wikis[thisWikiName].conflict_type || 'manual',\n              allows_login: data.connections[connectionUrl].available_wikis[thisWikiName].allows_login || 'no',\n              name: thisWikiName,\n              server_name: connectionUrl,\n              local_name: data.connections[connectionUrl].available_wikis[thisWikiName].local_name,\n              previous_sync: data.connections[connectionUrl].available_wikis[thisWikiName].previous_sync || 0\n            }))\n          })\n          data.connections[connectionUrl].available_chats.forEach(function(thisChatName) {\n            $tw.wiki.addTiddler(new $tw.Tiddler({\n              title: '$:/Bob/KnownServers/' + data.connections[connectionUrl].name + '/chats/' + thisChatName,\n              public: 'yes',\n              relay: 'no',\n              name: thisChatName\n            }))\n          })\n        }\n      })\n    }\n  }\n\n\t/*\n\t\tThe server tells the browser to check if there are new settings\n\t*/\n\t$tw.browserMessageHandlers.updateSettings = function(data) {\n\t\t$tw.Bob.Shared.sendAck(data);\n\t\t$tw.Bob.getSettings();\n\t}\n\n\t/*\n\t\tReceive a list of visible profiles from the server\n\t*/\n\t$tw.browserMessageHandlers.profileList = function(data) {\n\t\t$tw.Bob.Shared.sendAck(data);\n\t\tconsole.log(data)\n\t}\n\n  /*\n    For some messages we need an ack from the server to make sure that they\n    were received correctly. This removes the messages from the queue after\n    an ack is recevied.\n  */\n  $tw.browserMessageHandlers.ack = $tw.Bob.Shared.handleAck;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/NodeScriptHandlers.js": {
            "title": "$:/plugins/OokTech/Bob/NodeScriptHandlers.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/NodeScriptHandlers.js\ntype: application/javascript\nmodule-type: startup\n\nThese are message handler functions for the web socket servers. Use this file\nas a template for extending the web socket funcitons.\n\nThis handles messages sent to the node process.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.platforms = [\"node\"];\n\nexports.startup = function() {\nif($tw.node) {\n  $tw.nodeMessageHandlers = $tw.nodeMessageHandlers || {};\n  /*\n    This message lets you run a script defined in the settings.json file.\n    You name and define the script there and then you can run it using this.\n\n    The script must be listed in the settings. You send the script name with the\n    message and then it takes the information for it from the settings file.\n\n    settings file entries should be like this:\n\n    \"name\": \"somecommand argument argument\"\n\n    it would be easiest to write a script and then just call the script using\n    this.\n\n    If sequential is set to true than each script will only run after the\n    previous script has finished in the order they are received.\n    It is possible to run non-sequential scripts and sequential scripts\n    simultaneously.\n  */\n  // This holds\n  let scriptQueue = {};\n  let scriptActive = {};\n  let childproc = false;\n  // This function checks if a script is currently running, if not it runs the\n  // next script in the queue.\n  function processScriptQueue (queue) {\n    if(!scriptActive[queue] && scriptQueue[queue].length > 0) {\n      childproc = require('child_process').spawn(scriptQueue[queue][0].command, scriptQueue[queue][0].args, scriptQueue[queue][0].options);\n      scriptActive[queue] = true;\n      childproc.on('error', function (err) {\n        clearQueue(queue);\n        $tw.Bob.logger.log('Script error: ', err, {level:1});\n      })\n      childproc.on('exit', function () {\n        // Remove the finished task from the queue\n        if(scriptQueue[queue].length > 0) {\n          scriptQueue[queue].shift();\n        }\n        // Set the queue as inactive\n        scriptActive[queue] = false;\n        // Process the next task in the queue, if any.\n        processScriptQueue(queue);\n      });\n    }\n  }\n  function clearQueue (queue) {\n    scriptQueue[queue] = [];\n    if(scriptActive[queue]) {\n      childproc.kill('SIGINT');\n    }\n  }\n  $tw.nodeMessageHandlers.runScript = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    const path = require('path');\n    if(data.name) {\n      if($tw.settings.scripts) {\n        if($tw.settings.scripts[data.name]) {\n          if(typeof $tw.settings.scripts[data.name] === 'string') {\n            let splitThing = $tw.settings.scripts[data.name].split(\" \");\n            const command = splitThing.shift(),\n            args = splitThing || [],\n            options = {\n              //cwd: path.dirname(process.argv[0]),//process.cwd(),\n              cwd: path.parse(process.argv[0]).name === 'node' ? path.dirname(process.argv[0]) : process.cwd(),\n              detached: false,\n              stdio: \"inherit\"\n            };\n            // If a command has an item that matches a property in the input\n            // object than replace it with the value from the input object.\n            Object.keys(data).forEach(function(item) {\n              const index = args.indexOf(item);\n              if(index !== -1) {\n                args[index] = data[item];\n              }\n            });\n            if(data.sequential) {\n              data.queue = data.queue || 0;\n              scriptActive[data.queue] = scriptActive[data.queue] || false;\n              scriptQueue[data.queue] = scriptQueue[data.queue] || [];\n              // Add the current script to the queue\n              scriptQueue[data.queue].push({command: command, args: args, options: options, queue: data.queue});\n              // Process the queue to run a command\n              processScriptQueue(data.queue);\n            } else {\n              childproc = require('child_process').spawn(command, args, options);\n              childproc.on('error', function (err) {\n                const message = {\n                  alert: 'Script error: ' + err,\n                  connections: [data.source_connection]\n                };\n                $tw.ServerSide.sendBrowserAlert(message);\n                $tw.Bob.logger.log('Script error: ', err, {level:1});\n              })\n            }\n          }\n        }\n      }\n    }\n  }\n  // Stop any currently running script queues\n  $tw.nodeMessageHandlers.stopScripts = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    data.queue = data.queue || 0;\n    clearQueue(data.queue);\n    const message = {\n      alert: 'Stopped all running scripts.',\n      wikis: [data.wiki]\n    };\n    $tw.ServerSide.sendBrowserAlert(message);\n  }\n\n}\n}\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/NodeServerHandlers.js": {
            "title": "$:/plugins/OokTech/Bob/NodeServerHandlers.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/NodeServerHandlers.js\ntype: application/javascript\nmodule-type: startup\n\nThese are message handler functions for the web socket servers. Use this file\nas a template for extending the web socket funcitons.\n\nThis handles messages sent to the node process.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.platforms = [\"node\"];\nexports.startup = function() {\nif($tw.node) {\n  $tw.nodeMessageHandlers = $tw.nodeMessageHandlers || {};\n  $tw.Bob.Federation = $tw.Bob.Federation || {};\n  $tw.Bob.Federation.remoteConnections = $tw.Bob.Federation.remoteConnections || {};\n\n  $tw.nodeMessageHandlers.openRemoteConnection = function(data) {\n    $tw.Bob.logger.log('openRemoteConnection', data, {level: 3})\n    $tw.Bob.Shared.sendAck(data);\n    if(data.url) {\n      function authenticateMessage() {\n        return true\n      }\n      function openRemoteSocket() {\n        $tw.settings.federation = $tw.settings.federation || {};\n        const serverName = $tw.settings.federation.serverName || 'Noh Neigh-m';\n        const serverFederationInfo = {\n          type: 'requestServerInfo',\n          info: {\n            name: serverName,\n            publicKey: 'c minor',\n            allows_login: 'no',\n            available_wikis: $tw.ServerSide.getViewableWikiList(),\n            available_chats: [],\n            staticUrl: 'no',\n            port: $tw.settings['ws-server'].port\n          }\n        }\n        $tw.Bob.logger.log('REMOTE SOCKET OPENED', data.url, {level: 4})\n        $tw.Bob.Federation.sendToRemoteServer(serverFederationInfo, data.url)\n        $tw.Bob.Federation.sendToRemoteServer({type:'requestServerInfo', port:$tw.settings['ws-server'].port}, data.url)\n        $tw.Bob.Federation.updateConnections()\n      }\n      // Check to make sure that we don't already have a connection to the\n      // remote server\n      // If the socket is closed than reconnect\n      const remoteSocketAddress = data.url.startsWith('ws://')?data.url:'ws://'+data.url+'/api/federation/socket'\n      const WebSocket = require('$:/plugins/OokTech/Bob/External/WS/ws.js');\n      if(Object.keys($tw.Bob.Federation.remoteConnections).indexOf(data.url) === -1 || $tw.Bob.Federation.remoteConnections[data.url].socket.readyState === WebSocket.OPEN) {\n        try {\n          $tw.Bob.Federation.remoteConnections[data.url] = {}\n          $tw.Bob.Federation.remoteConnections[data.url].socket = new WebSocket(remoteSocketAddress)\n          /* TODO make the openRemoteSocket function authenticate the connection and destroy it if it fails authentication */\n          $tw.Bob.Federation.remoteConnections[data.url].socket.on('open', openRemoteSocket)\n          $tw.Bob.Federation.remoteConnections[data.url].socket.on('message', $tw.Bob.Federation.handleMessage)\n          /* TODO\n            add a readable name and something for a key here so that a server\n            can change it's url and maintain the same name across different\n            sessions\n\n            Add an on open function that alerts the browsers that the\n            connection has been made\n\n            Add the on message handlers\n          */\n        } catch (e) {\n          $tw.Bob.logger.error('error opening federated connection ', e, {level: 2})\n        }\n      } else {\n        $tw.Bob.logger.log('A connection already exists to ', data.url, {level: 3})\n      }\n    }\n  }\n\n  /*\n    This sends a websocket message to a remote server.\n\n    data = {\n      $server: the server url (or human readable name? It has to be unique),\n      $message: the message type\n      otherThings: data to pass on to the other server as parameters of the message being sent.\n    }\n  */\n  $tw.nodeMessageHandlers.sendRemoteMessage = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(data.$server && data.$message) {\n      const newData = {\n        type: data.$message\n      }\n      Object.keys(data).forEach(function(key) {\n        if(['type', '$server', '$message', 'wiki'].indexOf(key) === -1) {\n          newData[key] = data[key]\n        }\n      })\n      // TODO here we need to get the server info from the server name in data.$server\n      // We need to get the target server port and address using data.$server and then use that to send.\n      const serverInfo = {\n        port: $tw.Bob.Federation.connections[data.$server].port,\n        address: $tw.Bob.Federation.connections[data.$server].address\n      }\n      $tw.Bob.logger.log('send remote message:', newData, {level: 4})\n      $tw.Bob.logger.log('send message to:', serverInfo, {level: 4})\n      $tw.Bob.Federation.sendToRemoteServer(JSON.stringify(newData), serverInfo, data.wiki)\n    }\n  }\n\n  /*\n    Update information about a federated connection and syncing wikis on the\n    server.\n\n    To do this the tiddler that has the information about the connection gets\n    sent with the message and it is parsed here.\n  */\n  $tw.nodeMessageHandlers.updateFederatedConnectionInfo = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(data.tid_param) {\n      $tw.Bob.Federation.connections[data.tid_param.server_name].available_wikis[data.tid_param.name] = $tw.Bob.Federation.connections[data.tid_param.server_name].available_wikis[data.tid_param.name] || {};\n      // $tw.Bob.Federation.connections[data.tid_param.server_name].availableWikis[data.tid_param.name] = $tw.Bob.Federation.connections[data.tid_param.server_name].availableWikis[data.tid_param.name] || {};\n      $tw.Bob.Federation.connections[data.tid_param.server_name].available_wikis[data.tid_param.name].allows_login = data.tid_param.allows_login;\n      $tw.Bob.Federation.connections[data.tid_param.server_name].available_wikis[data.tid_param.name].auto_sync = data.tid_param.auto_sync;\n      $tw.Bob.Federation.connections[data.tid_param.server_name].available_wikis[data.tid_param.name].conflict_type = data.tid_param.conflict_type;\n      $tw.Bob.Federation.connections[data.tid_param.server_name].available_wikis[data.tid_param.name].public = data.tid_param.public;\n      $tw.Bob.Federation.connections[data.tid_param.server_name].available_wikis[data.tid_param.name].sync = data.tid_param.sync;\n      $tw.Bob.Federation.connections[data.tid_param.server_name].available_wikis[data.tid_param.name].sync_filter = data.tid_param.sync_filter;\n      $tw.Bob.Federation.connections[data.tid_param.server_name].available_wikis[data.tid_param.name].sync_type = data.tid_param.sync_type;\n      $tw.Bob.Federation.connections[data.tid_param.server_name].available_wikis[data.tid_param.name].local_name = data.tid_param.local_name;\n      $tw.Bob.Federation.updateConnectionsInfo();\n    }\n  }\n\n  /*\n    This lets us shutdown the server from within the wiki.\n  */\n  $tw.nodeMessageHandlers.shutdownServer = function(data) {\n    $tw.Bob.logger.log('Shutting down server.', {level:0});\n    // TODO figure out if there are any cleanup tasks we should do here.\n    // Sennd message to parent saying server is shutting down\n    $tw.Bob.Shared.sendAck(data);\n    process.exit();\n  }\n\n  /*\n    This sets up the logged in status of a wiki\n\n    It needs to:\n\n    - start the heartbeat process\n    - populate the list of viewable wikis\n    - add any configuration interface things\n  */\n  $tw.nodeMessageHandlers.setLoggedIn = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    // Heartbeat. This can be done if the heartbeat is started or not because\n    // if an extra heartbeat pong is heard it just shifts the timing.\n    let message = {};\n    message.type = 'pong';\n    if(data.heartbeat) {\n      message.heartbeat = true;\n    }\n    // When the server receives a ping it sends back a pong.\n    const response = JSON.stringify(message);\n    $tw.connections[data.source_connection].socket.send(response);\n\n    // Add configuration stuff\n    $tw.nodeMessageHandlers.setConfigurationInterface(data);\n  }\n\n  /*\n    This uses the token to determine which configuration options should be\n    visible on the wiki and sends the appropriate tiddlers\n  */\n  $tw.nodeMessageHandlers.setConfigurationInterface = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    // I need to figure out what to put here\n    const fields = {\n      title: '$:/Bob/VisibleConfigurationTabs',\n      list: \"hi\"\n    }\n    const tiddler = {fields: fields}\n    const message = {type: 'saveTiddler', tiddler: tiddler, wiki: data.wiki}\n    $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message)\n    $tw.CreateSettingsTiddlers(data);\n  }\n\n  /*\n    This only really matters in the secure wiki server for now\n    public - true or false to set the wiki as public or not\n    viewers - the list of people who can view the wiki\n    editors - the list of people who can edit the wiki\n  */\n  $tw.nodeMessageHandlers.setWikiPermissions = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    // If the person doing this is owner of the wiki they can continue\n    if($tw.ExternalServer) {\n      $tw.ExternalServer.updatePermissions(data);\n    }\n  }\n\n  /*\n    This is for resyncing with a wiki that was disconnected and has reconnected\n    The data object should have the form:\n    {\n      type: 'syncChanges',\n      since: startTime,\n      changes: messageQueue,\n      wiki: wikiName,\n      token: token,\n      id: messageID,\n      source_connection: connectionIndex\n    }\n\n    This misses any changes that happened to the server since it was started\n    this time. So if there are changes to the server after it is disconnected\n    and then the server is reset none of those changes are synced.\n\n    How do we do a test to figure out if anything has changed on the server?\n    Comparing hashes of tiddlers may work.\n    We could send an object that has the tiddler names as keys and a hash of\n    the contets that can be checked against the server version.\n    This may give different results for windows and linux because of the NLCR\n    thing.\n    We would need a computationally inexpensive hashing algorithm, I think that\n    there are plenty of them.\n\n    For now we can send a list of tiddlers in the browser and any on the server\n    that aren't listed need to be sent.\n  */\n  $tw.nodeMessageHandlers.syncChanges = function(data) {\n    // Acknowledge the message.\n    $tw.Bob.Shared.sendAck(data);\n    // Make sure that the wiki that the syncing is for is actually loaded\n    // TODO make sure that this works for wikis that are under multiple levels\n    $tw.ServerSide.loadWiki(data.wiki);\n    // Make sure that the server history exists\n    $tw.Bob.ServerHistory = $tw.Bob.ServerHistory || {};\n    $tw.Bob.ServerHistory[data.wiki] = $tw.Bob.ServerHistory[data.wiki] || [];\n    // Get the received message queue\n    let queue = [];\n    try {\n      queue = JSON.parse(data.changes);\n    } catch (e) {\n      const message = {\n        alert: 'Can\\'t parse changes from the server!',\n        connections: [data.source_connection]\n      };\n      $tw.ServerSide.sendBrowserAlert(message);\n      $tw.Bob.logger.error(\"Can't parse server changes!!\", {level:1});\n    }\n    // Only look at changes more recent than when the browser disconnected\n    const recentServer = $tw.Bob.ServerHistory[data.wiki].filter(function(entry) {\n      return entry.timestamp > data.since;\n    })\n    let conflicts = [];\n    // Iterate through the received queue\n    queue.forEach(function(messageData) {\n      // Find the serverEntry for the tiddler the current message is for, if\n      // any.\n      const serverEntry = recentServer.find(function(entry) {\n        return entry.title === messageData.title\n      })\n      // If the tiddler has an entry check if it is a conflict.\n      // Both deleting the tiddler is not a conflict, both saving the same\n      // changes is not a conflict, otherwise it is.\n      if(serverEntry) {\n        if(messageData.type !== serverEntry.type) {\n          // Different message types between server and browser => conflict\n          conflicts.push(messageData.title);\n        } else if(messageData.type === 'saveTiddler' && serverEntry.type === 'saveTiddler') {\n          // Server and browser are both save => conflict if the two tiddlers\n          // aren't the same.\n          let tempTid = JSON.parse(JSON.stringify(messageData.message.tiddler));\n          tempTid.fields.title = messageData.title;\n          tempTid.hash = messageData.hash;\n          const serverTiddler = $tw.Bob.Wikis[data.wiki].wiki.getTiddler(tempTid.fields.title);\n          if($tw.Bob.Shared.TiddlerHasChanged(serverTiddler, tempTid)) {\n            conflicts.push(messageData.title);\n          }\n        }\n      }\n    });\n    // Take care of all the messages that aren't conflicting\n    // First from the received queue\n    queue.forEach(function(messageData){\n      if(conflicts.indexOf(messageData.title) === -1) {\n        // Send the message to the handler with the appropriate setup\n        $tw.Bob.handleMessage.call($tw.connections[data.source_connection].socket, JSON.stringify(messageData.message));\n      }\n    });\n    // Then from the server side\n    recentServer.forEach(function(messageData) {\n      if(conflicts.indexOf(messageData.title) === -1) {\n        let message = {type: messageData.type, wiki: data.wiki}\n        let tiddler\n        if(messageData.type === 'saveTiddler') {\n          const longTitle = messageData.title;\n          const tempTid = $tw.Bob.Wikis[data.wiki].wiki.getTiddler(longTitle);\n          if(typeof tempTid === 'object') {\n            tiddler = JSON.parse(JSON.stringify(tempTid));\n            tiddler.fields.title = messageData.title;\n            // Making the copy above does something that breaks the date fields\n            if(tempTid.fields.created) {\n              tiddler.fields.created = $tw.utils.stringifyDate(tempTid.fields.created);\n            }\n            if(tempTid.fields.modified) {\n              tiddler.fields.modified = $tw.utils.stringifyDate(tempTid.fields.modified);\n            }\n          }\n        } else {\n          tiddler = {fields:{title:messageData.title}}\n        }\n        message.tiddler = tiddler;\n        if(typeof tiddler === 'object') {\n          $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message)\n        }\n      }\n    });\n    // Then do something with the conflicts\n    // I think that we need a new message, something like 'conflictingEdits'\n    // that sends the tiddler info from the server to the browser and the\n    // browser takes care of the rest.\n    conflicts.forEach(function(title) {\n      const serverEntry = recentServer.find(function(entry) {\n        return entry.title === title;\n      });\n      if(serverEntry) {\n        let message = {};\n        if(serverEntry.type === 'saveTiddler') {\n          const longTitle = serverEntry.title;\n          const tiddler = $tw.Bob.Wikis[data.wiki].wiki.getTiddler(longTitle);\n          message = {\n            type: 'conflict',\n            message: 'saveTiddler',\n            tiddler: tiddler,\n            wiki: data.wiki\n          };\n        } else if(serverEntry.type === 'deleteTiddler') {\n          message = {\n            type: 'conflict',\n            message: 'deleteTiddler',\n            tiddler: {\n              fields:{\n                title:serverEntry.title\n              }\n            },\n            wiki: data.wiki\n          };\n        }\n        if(message) {\n          $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message);\n        }\n      }\n    })\n    // There aren't any changes in the browser that aren't synced at this\n    // point, so find any changes on the server that aren't in the browser and\n    // send them to the browser.\n    const serverTiddlerList = $tw.Bob.Wikis[data.wiki].wiki.allTitles();\n    const browserChangedTitles = queue.filter(function(messageData) {\n      return messageData.type === 'saveTiddler'\n    }).map(function(messageData) {\n      return messageData.title\n    })\n    const excludeFilter = $tw.Bob.Wikis[data.wiki].wiki.getTiddler('$:/plugins/OokTech/Bob/ExcludeSync')\n    const excludeList = $tw.Bob.Wikis[data.wiki].wiki.filterTiddlers(excludeFilter.fields.text)\n    const updateTiddlersList = serverTiddlerList.filter(function(tidTitle) {\n      return (browserChangedTitles.indexOf(tidTitle) === -1 && recentServer.indexOf(tidTitle) === -1 && excludeList.indexOf(tidTitle) === -1 && $tw.Bob.Wikis[data.wiki].plugins.indexOf(tidTitle) === -1 && $tw.Bob.Wikis[data.wiki].themes.indexOf(tidTitle) === -1)\n    })\n    updateTiddlersList.forEach(function(tidTitle) {\n      const tid = JSON.parse(JSON.stringify($tw.Bob.Wikis[data.wiki].wiki.getTiddler(tidTitle)));\n      let message = {\n        wiki: data.wiki,\n        tiddler: tid\n      };\n      if(tid) {\n        if(data.hashes[tidTitle] !== $tw.Bob.Shared.getTiddlerHash(tid)) {\n          // Send the updated tiddler\n          message.type = 'saveTiddler'\n        }\n      } else {\n        // Tiddler has been removed on the server, so send a conflict delete\n        // message\n        message.type = 'conflict'\n        message.message = 'deleteTiddler'\n      }\n      if(message.type) {\n        $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message);\n      }\n    })\n  }\n\n  $tw.nodeMessageHandlers.updateSetting = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    const path = require('path');\n    const fs = require('fs');\n    if(data.remove && typeof data.remove === 'string') {\n      // Remove settings\n      const pieces = data.remove.split('.');\n      if(pieces) {\n        if(pieces.length === 1) {\n          if($tw.settings[pieces[0]]) {\n            delete $tw.settings[pieces[0]]\n          }\n        } else if($tw.settings[pieces[0]]) {\n          let current = $tw.settings;\n          for(let i = 0; i < pieces.length ; i++) {\n            if(i == pieces.length - 1) {\n              // If we are at the end and it exists delete the setting\n              if(current[pieces[i]]) {\n                delete current[pieces[i]];\n              }\n            } else if(current[pieces[i]]) {\n              // If the next step exists move up one\n              current = current[pieces[i]];\n            } else {\n              // The setting doesn't exist/is already gone\n              break;\n            }\n          }\n        }\n      }\n      $tw.CreateSettingsTiddlers(data);\n      const message = {\n        alert: 'Updated 1 wiki settings.'\n      };\n      $tw.ServerSide.sendBrowserAlert(message);\n      $tw.nodeMessageHandlers.saveSettings({fromServer: true, wiki: data.wiki})\n    }\n    if(typeof data.updateString !== 'undefined') {\n      // Add/Update settings values\n      let failed = false;\n      let updatesObject = {};\n      let error = undefined;\n      try {\n        if(typeof data.updateString === 'object') {\n          Object.keys(data.updateString).forEach(function(key) {\n            if(typeof data.updateString[key] === 'object') {\n              updatesObject[key] = data.updateString[key]\n            } else if(typeof data.updateString[key] === 'string') {\n              if(data.updateString[key].startsWith('{') || data.updateString[key].startsWith('[')) {\n                try {\n                  updatesObject[key] = JSON.parse(data.updateString[key]);\n                } catch (e) {\n                  updatesObject[key] = data.updateString[key];\n                }\n              } else {\n                updatesObject[key] = data.updateString[key];\n              }\n            }\n          })\n        } else {\n          updatesObject = JSON.parse(data.updateString);\n        }\n      } catch (e) {\n        updatesObject = {};\n        failed = true;\n        error = e;\n      }\n      if(Object.keys(updatesObject).length > 0) {\n        $tw.updateSettings($tw.settings, updatesObject);\n      }\n      if(!failed) {\n        $tw.CreateSettingsTiddlers(data);\n        const message = {\n          alert: 'Updated ' + Object.keys(updatesObject).length + ' wiki settings.'\n        };\n        $tw.ServerSide.sendBrowserAlert(message);\n        $tw.nodeMessageHandlers.saveSettings({fromServer: true, wiki: data.wiki})\n      } else {\n        $tw.CreateSettingsTiddlers(data);\n        const message = {\n          alert: 'Failed to update settings with error: ' + error\n        };\n        $tw.ServerSide.sendBrowserAlert(message);\n      }\n    }\n  }\n\n  /*\n    This updates the settings.json file based on the changes that have been made\n    in the browser.\n  */\n  $tw.nodeMessageHandlers.saveSettings = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    if($tw.ExternalServer) {\n      if(data.fromServer !== true && data.settingsString) {\n        // Get first tiddler to start out\n        settings = data.settingsString;\n        // save the settings to the database\n        require('./LoadConfig.js').saveSetting(JSON.parse(data.settingsString));\n      }\n    } else {\n      const path = require('path');\n      const fs = require('fs');\n      let settings = JSON.stringify($tw.settings, \"\", 2);\n      if(data.fromServer !== true && data.settingsString) {\n        // Get first tiddler to start out\n        settings = data.settingsString;\n\n        // Update the $tw.settings object\n        // Put the updated version in.\n        $tw.updateSettings($tw.settings, JSON.parse(settings));\n      }\n      // Save the updated settings\n      const userSettingsPath = path.join($tw.boot.wikiPath, 'settings', 'settings.json');\n      const userSettingsFolder = path.join($tw.boot.wikiPath, 'settings')\n      if(!fs.existsSync(userSettingsFolder)) {\n        // Create the settings folder\n        fs.mkdirSync(userSettingsFolder);\n      }\n      // This should prevent an empty string from ever being given\n      fs.writeFile(userSettingsPath, JSON.stringify($tw.settings, \"\", 2), {encoding: \"utf8\"}, function (err) {\n        if(err) {\n          const message = {\n            alert: 'Error saving settings:' + err,\n            connections: [data.source_connection]\n          };\n          $tw.ServerSide.sendBrowserAlert(message);\n          $tw.Bob.logger.error(err, {level:1});\n        } else {\n          $tw.Bob.logger.log('Wrote settings file', {level:1})\n        }\n      });\n    }\n    try {\n      // Update the settings tiddler in the wiki.\n      const tiddlerFields = {\n        title: '$:/WikiSettings',\n        text: JSON.parse(data.settingsString),\n        type: 'application/json'\n      };\n      // Push changes out to the browsers\n      $tw.Bob.SendToBrowsers({\n        type: 'saveTiddler',\n        tiddler: {\n          fields: tiddlerFields\n        },\n        wiki: data.wiki\n      });\n    } catch (e) {\n      // something?\n    }\n    if(typeof data.settingsString === \"string\") {\n      try {\n        $tw.updateSettings($tw.settings, JSON.parse(data.settingsString));\n      } catch (e) {\n        // nothing\n      }\n    }\n    $tw.CreateSettingsTiddlers(data);\n    const message = {\n      alert: 'Saved wiki settings.',\n      wikis: [data.wiki]\n    };\n    $tw.ServerSide.sendBrowserAlert(message);\n    $tw.Bob.SendToBrowsers({type: 'updateSettings'});\n  }\n\n  /*\n    This unloads a wiki from memory.\n    This can be used to reduce the memory footprint and to fully reload a wiki.\n\n    It needs to remove everything under $tw.Bob.Wikis[data.wikiName] for the\n    wiki. And it also need to find all of the tiddlers for the wiki and remove\n    them. But I don't know how to do that without deleting the tiddlers.\n  */\n  $tw.nodeMessageHandlers.unloadWiki = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    // make sure that there is a wiki name given.\n    if(data.wikiName) {\n      $tw.Bob.logger.log('Unload wiki ', data.wikiName, {level:1});\n      $tw.stopFileWatchers(data.wikiName);\n      // Make sure that the wiki is loaded\n      if($tw.Bob.Wikis[data.wikiName]) {\n        if($tw.Bob.Wikis[data.wikiName].State === 'loaded') {\n          // If so than unload the wiki\n          // This removes the information about the wiki and the wiki object\n          delete $tw.Bob.Wikis[data.wikiName];\n          // This removes all the info about the files for the wiki\n          delete $tw.Bob.Files[data.wikiName];\n        }\n      }\n      $tw.Bob.DisconnectWiki(data.wikiName);\n    }\n  }\n\n  /*\n    This sends a list of all available plugins to the wiki\n  */\n  $tw.nodeMessageHandlers.getPluginList = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    const pluginNames = $tw.utils.getPluginInfo();\n    const fields = {\n      title: '$:/Bob/AvailablePluginList',\n      list: $tw.utils.stringifyList(Object.keys(pluginNames))\n    }\n    const tiddler = {\n      fields: fields\n    };\n    const message = {\n      type: 'saveTiddler',\n      tiddler: tiddler,\n      wiki: data.wiki\n    }\n    $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message)\n  }\n\n  /*\n    This sends a list of all available plugins to the wiki\n  */\n  $tw.nodeMessageHandlers.getThemeList = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    const themeNames = $tw.utils.getThemeInfo();\n    const fields = {\n      title: '$:/Bob/AvailableThemeList',\n      list: $tw.utils.stringifyList(Object.keys(themeNames))\n    };\n    const tiddler = {\n      fields: fields\n    };\n    const message = {\n      type: 'saveTiddler',\n      tiddler: tiddler,\n      wiki: data.wiki\n    };\n    $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message)\n  }\n\n  /*\n    This loads the tiddlywiki.info and if new versions are given it updates the\n    description, list of plugins, themes and languages\n  */\n  $tw.nodeMessageHandlers.updateTiddlyWikiInfo = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(data.wiki) {\n      const path = require('path')\n      const fs = require('fs')\n      const wikiInfoPath = path.join($tw.Bob.Wikis[data.wiki].wikiPath, 'tiddlywiki.info');\n      let wikiInfo = {}\n      try {\n        wikiInfo = JSON.parse(fs.readFileSync(wikiInfoPath,\"utf8\"));\n      } catch(e) {\n        $tw.Bob.logger.error(e, {level:1})\n      }\n      if(data.description || data.description === \"\") {\n        wikiInfo.description = data.description;\n      }\n      if(data.pluginList || data.pluginList === \"\") {\n        wikiInfo.plugins = $tw.utils.parseStringArray(data.pluginList);\n      }\n      if(data.themeList || data.themeList === \"\") {\n        wikiInfo.themes = $tw.utils.parseStringArray(data.themeList);\n      }\n      if(data.languageList || data.languageList === \"\") {\n        wikiInfo.languages = $tw.utils.parseStringArray(data.languageList);\n      }\n      try {\n        fs.writeFileSync(wikiInfoPath, JSON.stringify(wikiInfo, null, 4))\n      } catch (e) {\n        $tw.Bob.logger.error(e, {level:1})\n      }\n    }\n  }\n\n  /*\n    This saves a plugin tiddler and splits it into separate .tid files and\n    saves them into the appropriate folder\n\n    But first it checks the plugin version to make sure that it is newer than\n    the existing one\n  */\n  $tw.nodeMessageHandlers.savePluginFolder = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(data.plugin) {\n      const fs = require('fs')\n      const path = require('path')\n      const pluginTiddler = $tw.Bob.Wikis[data.wiki].wiki.getTiddler(data.plugin)\n      if(pluginTiddler) {\n        const pluginName = data.plugin.replace(/^\\$:\\/plugins\\//, '')\n        const basePath = $tw.ServerSide.getBasePath()\n        const pluginFolderPath = path.resolve(basePath, $tw.settings.pluginsPath, pluginName)\n        const pluginInfoPath = path.join(pluginFolderPath, 'plugin.info')\n        let isNewVersion = true\n        let oldVersion = {}\n        let newVersion = {}\n        // Check if the plugin folder exists\n        if(fs.existsSync(pluginInfoPath)) {\n          // If it does exist than check versions, only save new or equal\n          // versions\n          // Load the plugin.info file and check the version\n          let oldInfo\n          try {\n            oldInfo = JSON.parse(fs.readFileSync(pluginInfoPath, 'utf8'))\n          } catch (e) {\n            //Something\n            $tw.Bob.logger.error(e, {level:1})\n          }\n          if(oldInfo) {\n            // Check the version here\n            oldVersion = $tw.utils.parseVersion(oldInfo.version)\n            newVersion = $tw.utils.parseVersion(pluginTiddler.fields.version)\n            if(oldVersion.major > newVersion.major) {\n              isNewVersion = false\n            } else if(oldVersion.minor > newVersion.minor) {\n              isNewVersion = false\n            } else if(oldVersion.patch > newVersion.patch) {\n              isNewVersion = false\n            }\n          }\n        } else {\n          // We don't have any version of the plugin yet\n          let error = $tw.utils.createDirectory(pluginFolderPath);\n          if(error) {\n            $tw.Bob.logger.error(error, {level:1})\n          }\n        }\n        if(isNewVersion) {\n          // Save the plugin tiddlers\n          Object.keys(JSON.parse(pluginTiddler.fields.text).tiddlers).forEach(function(title) {\n            const content = $tw.Bob.Wikis[data.wiki].wiki.renderTiddler(\"text/plain\", \"$:/core/templates/tid-tiddler\", {variables: {currentTiddler: title}});\n            const fileExtension = '.tid'\n            const filepath = path.join(pluginFolderPath, $tw.syncadaptor.generateTiddlerBaseFilepath(title, data.wiki) + fileExtension);\n            // If we aren't passed a path\n            fs.writeFile(filepath,content,{encoding: \"utf8\"},function (err) {\n              if(err) {\n                $tw.Bob.logger.error(err, {level:1});\n              } else {\n                $tw.Bob.logger.log('saved file', filepath, {level:2})\n              }\n            });\n          })\n          // Make the plugin.info file\n          let pluginInfo = {}\n          Object.keys(pluginTiddler.fields).forEach(function(field) {\n            if(field !== 'text' && field !== 'tags' && field !== 'type') {\n              pluginInfo[field] = pluginTiddler.fields[field]\n            }\n          })\n          fs.writeFile(pluginInfoPath,JSON.stringify(pluginInfo, null, 2),{encoding: \"utf8\"},function (err) {\n            if(err) {\n              $tw.Bob.logger.error(err, {level:1});\n            } else {\n              $tw.Bob.logger.log('saved file', pluginInfoPath, {level:2})\n            }\n          });\n        } else {\n          $tw.Bob.logger.log(\"Didn't save plugin\", pluginName, \"with version\", newVersion.version,\"it is already saved with version\", oldVersion.version, {level:1})\n        }\n      }\n    }\n  }\n\n  /*\n    Given a url that points to either github, gitlab or a zip file with a\n    plugin this gets the plugin and adds it to the plugins on the server.\n  */\n  $tw.nodeMessageHandlers.getGitPlugin = function(data) {\n    $tw.Bob.Shared.sendAck(data)\n    if(data.url) {\n      // Special handling for github, we will see about other things later.\n      if(!data.url.toLowerCase().endsWith('.zip')) {\n        if(data.url.toLowerCase().startsWith('https://github.com')) {\n          data.url = data.url + '/archive/master.zip';\n        } else if(data.url.toLowerCase().startsWith('https://gitlab.com')) {\n          const repoName = data.url.toLowerCase().split('/').pop()\n          data.url = data.url + '/-/archive/master/' + repoName + '-master.zip'\n        }\n      }\n      const path = require('path');\n      const fs = require('fs')\n      const protocol = data.url.startsWith('https')?'https':'http';\n      const JSZip = require(\"$:/plugins/OokTech/Bob/External/jszip/jszip.js\");\n      const http = require(\"$:/plugins/OokTech/Bob/External/followRedirects/followRedirects.js\")[protocol];\n      const req = http.get(data.url, function (res) {\n        if(res.statusCode !== 200) {\n          $tw.Bob.logger.error('failed to fetch git plugin with code', res.statusCode, {level:1});\n          // handle error\n          return;\n        }\n        let data = [], dataLen = 0;\n        res.on(\"data\", function (chunk) {\n          data.push(chunk);\n          dataLen += chunk.length;\n        });\n        res.on(\"end\", function () {\n          const buf = Buffer.concat(data);\n          // here we go !\n          let zipObj;\n          let rootFolder;\n          JSZip.loadAsync(buf).then(function (zip) {\n            zipObj = zip;\n            const pluginInfo = zip.filter(function(relativePath,file) {\n              const goodFolder = relativePath.split('/').length === 2;\n              const correctName = relativePath.endsWith('plugin.info');\n              return goodFolder && correctName;\n            })[0]\n            rootFolder = pluginInfo.name.split('/')[0];\n            return pluginInfo.async('string');\n          }).then(function(info) {\n            const infoObj = JSON.parse(info.trim());\n            // Check if we have the plugin already, if so check if this version\n            // is newer than our local version. If not skip it.\n            const pluginName = infoObj.title.replace('$:/plugins/','');\n            const pluginNames = Object.keys($tw.utils.getPluginInfo());\n            let exists = false;\n            let newer = false;\n            if(pluginNames.indexOf(pluginName) !== 0) {\n              // Check versions\n              exists = true;\n            }\n            const basePath = $tw.ServerSide.getBasePath()\n            const pluginsPath = path.resolve(basePath, $tw.settings.pluginsPath);\n            // If we don't have the plugin than create the plugin folder, also\n            // creating the author folder if we don't have it already.\n            if(!exists) {\n              // Make plugin folder\n              $tw.utils.createDirectory(path.join(pluginsPath,pluginName));\n            }\n            if(!(exists && newer)) {\n              // Then walk though the zip file and add all files and folders in\n              // the zip file to our local folder.\n              zipObj.folder(rootFolder).forEach(function(relativePath, file) {\n                // Check if folder exists, if not create it.\n                // This is for every file because I am not sure order is\n                // gaurenteed so you may not get the folder before you get\n                // files in the folder.\n                if(!fs.existsSync(path.join(pluginsPath, pluginName, relativePath.split('/').slice(0,-1).join('/')))) {\n                  // Make a folder\n                  $tw.utils.createDirectory(path.join(pluginsPath, pluginName, relativePath.split('/').slice(0,-1).join('/')));\n                }\n                if(!file.dir) {\n                  // save the file in the correct folder\n                  file.nodeStream()\n                  .pipe(fs.createWriteStream(path.join(pluginsPath,pluginName,relativePath)))\n                  .on('finish', function() {\n                    $tw.Bob.logger.log('wrote file: ', path.join(pluginsPath,pluginName,relativePath), {level:2});\n                  })\n                }\n              });\n              const message = {\n                alert: 'Saved ' + pluginName + 'to server library.'\n              };\n              $tw.ServerSide.sendBrowserAlert(message);\n            }\n          }).catch(function(err) {\n            $tw.Bob.logger.error('some error saving git plugin',err, {level:1});\n          });\n        });\n      });\n\n      req.on(\"error\", function(err){\n        // handle error\n        $tw.Bob.logger.error('Rocks fall, everyone dies: ',err, {level:0});\n      });\n    }\n  }\n\n  /*\n    This takes all embedded media and moves it into the folder for serving\n    files and replaces all of the media tiddlers with _canonical_uri tiddlers.\n\n    Structure of data\n    {\n      \"type\": \"makeImagesExternal\",\n      \"wiki\": \"wikiName\",\n      \"storeIn\": \"folderType\"\n    }\n\n    storeIn can be 'global' (default) or 'wiki'\n    global puts the files in the global folder\n    wiki puts the files in the wiki specific folder\n\n  */\n  $tw.nodeMessageHandlers.makeImagesExternal = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    const authorised = $tw.Bob.AccessCheck(data.fromWiki, {\"decoded\":data.decoded}, 'makeImagesExternal', 'server');\n    if(authorised) {\n      $tw.settings.fileURLPrefix = $tw.settings.fileURLPrefix || 'files'\n      const path = require('path');\n      const fs = require('fs');\n      // Get all the tiddlers that have a media type we care about\n      // Get files path\n      const basePath = $tw.ServerSide.getBasePath()\n      let midPath;\n      if(data.storeIn !== 'wiki') {\n        midPath = path.join($tw.settings.wikisPath, data.wiki);\n      } else {\n        //midPath = $tw.settings.filePathRoot;\n        midPath = $tw.ServerSide.getFilePathRoot();\n      }\n      let filesPath;\n      if(data.storeIn !== 'wiki') {\n        filesPath = path.resolve(basePath, midPath, 'files');\n      } else {\n        filesPath = path.resolve(basePath, midPath);\n      }\n      // Make sure that filesPath exists\n      $tw.utils.createDirectory(filesPath);\n      let tiddlersToMove = [];\n      $tw.Bob.Wikis[data.wiki].wiki.allTitles().forEach(function(tidTitle) {\n        const tiddler = $tw.Bob.Wikis[data.wiki].wiki.getTiddler(tidTitle);\n        if(tiddler) {\n          if(tiddler.fields.type) {\n            const typeParts = tiddler.fields.type.split('/')\n            if((['image', 'audio', 'video'].indexOf(typeParts[0]) !== -1 || tiddler.fields.type === 'application/pdf') && (!tiddler.fields._canonical_uri || tiddler.fields._canonical_uri === '')) {\n              // Move the file from the tiddlers folder to the files folder,\n              if($tw.Bob.Files[data.wiki][tidTitle]) {\n                const fileName = $tw.Bob.Files[data.wiki][tidTitle].filepath.split('/').slice(-1)[0]\n                fs.rename($tw.Bob.Files[data.wiki][tidTitle].filepath, path.join(filesPath, fileName), function(e) {\n                  if(e) {\n                    $tw.Bob.logger.error('failed to move image file',e, {level:1});\n                  } else {\n                    let newFields = JSON.parse(JSON.stringify(tiddler.fields));\n                    newFields.text = ''\n                    if(data.storeIn === 'wiki') {\n                      newFields._canonical_uri = path.join('/', data.wiki, $tw.settings.fileURLPrefix, fileName);\n                    } else {\n                      newFields._canonical_uri = path.join('/', $tw.settings.fileURLPrefix, fileName);\n                    }\n                    //delete the original tiddler\n                    $tw.Bob.DeleteTiddler($tw.Bob.Files[data.wiki][tidTitle].filepath.split('/').slice(0,-1).join('/'), fileName, data.wiki);\n                    // create the tiddler with the same name and give it a\n                    // _canonical_uri field pointing to the correct file.\n                    $tw.syncadaptor.saveTiddler(new $tw.Tiddler(newFields), data.wiki);\n                  }\n                });\n              }\n            }\n          }\n        }\n      })\n      const message = {\n        alert: 'Made media external for ' + data.wiki,\n        wikis: [data.wiki]\n      };\n      $tw.ServerSide.sendBrowserAlert(message);\n    }\n  }\n\n  /*\n    This renames/moves a wiki\n\n    {\n      wiki: callingWiki,\n      oldWiki: oldWikiName,\n      newWiki: newWikiName\n    }\n\n    oldWiki is the name of the wiki you want to rename, newWiki is the new name\n    for the wiki.\n\n    If the new name is an existing wiki than this won't do anything.\n  */\n  $tw.nodeMessageHandlers.renameWiki = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    $tw.ServerSide.renameWiki(data, function(e) {\n      if(!e) {\n        const message = {\n          alert: 'Renamed ' + data.oldWiki + ' to ' + data.newWiki\n        };\n        $tw.ServerSide.sendBrowserAlert(message);\n      } else {\n        const message = {\n          alert: 'Failed to rename ' + data.oldWiki\n        };\n        $tw.ServerSide.sendBrowserAlert(message);\n      }\n    })\n  }\n\n  /*\n    This deletes a wiki.\n\n    {\n      wiki: callingWiki,\n      deleteWiki: wikiToDelete,\n      deleteChildren: deleteChildren\n    }\n\n    wikiToDelete is the wiki that will be deleted\n    deleteChildren if set to 'yes' than the entire wiki folder, including any\n    child wikis, is deleted, Otherwise only the tiddlywiki.info file and the\n    tiddlers folder is removed.\n  */\n  $tw.nodeMessageHandlers.deleteWiki = function(data) {\n    $tw.Bob.Shared.sendAck(data)\n    $tw.ServerSide.deleteWiki(data, thisCallback);\n\n    function thisCallback(err) {\n      let message;\n      if(err) {\n        message = {\n          alert: 'Error trying to delete wiki ' + e\n        };\n      } else {\n        if(data.deleteChildren === 'yes') {\n          message = {\n            alert: 'Deleted wiki ' + data.deleteWiki + ' and its child wikis.'\n          };\n        } else {\n          message = {\n            alert: 'Deleted wiki ' + data.deleteWiki\n          };\n        }\n      }\n      $tw.ServerSide.sendBrowserAlert(message);\n    }\n  }\n\n  /*\n    This handlers takes a folder as input and if the folder is one of the\n    folders with media being served it will return a list of files available in\n    the folder.\n\n    data = {\n      folder: './',\n      mediaTypes: .mp3 .mp3 .doc,\n      tiddler: $:/state/fileList,\n      field: list\n    }\n\n    TODO figure out the authorisation level for this one\n  */\n  $tw.nodeMessageHandlers.listFiles = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n\n    function thisCallback(prefix, filteredItems, urlPath) {\n      wikiName = wikiName || '';\n      data.tiddler = data.tiddler || path.join('$:/state/fileList/', data.wiki, $tw.settings.fileURLPrefix, urlPath);\n      data.field = data.field || 'list';\n\n      const fields = {\n        title: data.tiddler,\n        pathprefix: prefix,\n        folder: data.folder,\n      }\n      fields[data.field] = $tw.utils.stringifyList(filteredItems);\n      const message = {\n        type: \"saveTiddler\",\n        tiddler: {\n          fields: fields\n        },\n        wiki: data.wiki\n      }\n      $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message);\n    }\n\n    $tw.ServerSide.listFiles(data, thisCallback)\n\n  }\n\n  /*\n    This handler takes a folder as input and scans the folder for media\n    and creates _canonical_uri tiddlers for each file found.,\n    an optional extension list can be passed to restrict the media types scanned for.\n\n    ignoreExisting takes precidence over overwrite\n\n    data = {\n      folder: './',\n      ignoreExisting: 'true',\n      overwrite: 'false',\n      prune: 'false',\n      mediaTypes: [things listed in the mimemap],\n      prefix: 'docs'\n    }\n    Folder paths are either absolute or relative to $tw.Bob.getBasePath()\n\n    folder - the folder to scan\n    ignoreExisting -\n    overwrite - if this is true than tiddlers are made even if they overwrite existing tiddlers\n    prune - remove tiddlers that have _canonical_uri fields pointing to files that don't exist in the folder\n    mediaTypes - an array of file extensions to look for. If the media type is not in the mimemap than the tiddler type may be set incorrectly.\n    prefix - the prefix to put on the uri, the uri will be in the form\n            /wikiName/files/prefix/file.ext\n\n    TODO - add a recursive option (with some sane limits, no recursively finding everything in /)\n    TODO - figure out what permission this one should go with\n    TODO - maybe add some check to limit where the folders can be\n    TODO - add a flag to add folders to the static file server component\n  */\n  $tw.nodeMessageHandlers.mediaScan = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    data.prefix = data.prefix || 'prefix';\n    const path = require('path');\n    const fs = require('fs');\n    const authorised = $tw.Bob.AccessCheck(data.wiki, {\"decoded\":data.decoded}, 'serverAdmin');\n    const filePathRoot = $tw.ServerSide.getFilePathRoot();\n    $tw.settings.fileURLPrefix = $tw.settings.fileURLPrefix || 'files';\n    if(authorised) {\n      $tw.settings.servingFiles[data.prefix] = data.folder;\n      const mimeMap = $tw.settings.mimeMap || {\n        '.aac': 'audio/aac',\n        '.avi': 'video/x-msvideo',\n        '.csv': 'text/csv',\n        '.doc': 'application/msword',\n        '.epub': 'application/epub+zip',\n        '.gif': 'image/gif',\n        '.html': 'text/html',\n        '.htm': 'text/html',\n        '.ico': 'image/x-icon',\n        '.jpg': 'image/jpeg',\n        '.jpeg': 'image/jpeg',\n        '.mp3': 'audio/mpeg',\n        '.mpeg': 'video/mpeg',\n        '.oga': 'audio/ogg',\n        '.ogv': 'video/ogg',\n        '.ogx': 'application/ogg',\n        '.png': 'image/png',\n        '.svg': 'image/svg+xml',\n        '.weba': 'audio/weba',\n        '.webm': 'video/webm',\n        '.wav': 'audio/wav'\n      };\n      if(typeof data.mediaTypes === 'string') {\n        if(data.mediaTypes.length > 0) {\n          data.mediaTypes = data.mediaTypes.split(' ');\n        }\n      } else {\n        data.mediaTypes = undefined;\n      }\n      data.mediaTypes = data.mediaTypes || Object.keys(mimeMap);\n      if(data.folder && data.wiki) {\n        // Make sure the folder exists\n        let mediaURIList = [];\n        /*\n        if(typeof $tw.settings.filePathRoot !== 'string') {\n          $tw.settings.filePathRoot = './files';\n        }\n        */\n        const mediaDir = path.resolve($tw.ServerSide.getBasePath(), filePathRoot, data.folder)\n        if($tw.utils.isDirectory(mediaDir)) {\n          fs.readdir(mediaDir, function(err, files) {\n            if(err) {\n              $tw.Bob.logger.error('Error scanning folder', data.folder, {level:1});\n              return;\n            }\n            const uriPrefix = '/' + path.relative($tw.ServerSide.getBasePath(), mediaDir);\n            if(data.keepBroken !== true) {\n              // get a list of all tiddlers with _canonical_uri fields that\n              // point to this folder.\n              mediaURIList = $tw.Bob.Wikis[data.wiki].wiki.filterTiddlers(`[has[_canonical_uri]get[_canonical_uri]prefix[${uriPrefix}]]`);\n              // We don't want to list uris for subfolders until we do a recursive find thing\n              mediaURIList = mediaURIList.filter(function(uri) {\n                return uri.slice(uriPrefix.length+1).indexOf('/') === -1;\n              })\n            }\n            // For each file check the extension against the mimemap, if it matches make the corresponding _canonical_uri tiddler.\n            files.forEach(function(file) {\n              if(fs.statSync(path.join(mediaDir, file)).isFile()) {\n                const pathInfo = path.parse(file);\n                if(data.mediaTypes.indexOf(pathInfo.ext) !== -1) {\n                  const thisURI = '/' + $tw.settings.fileURLPrefix + '/' + data.prefix + '/' + path.relative(path.resolve(data.folder),path.join(mediaDir, file));\n                  if(data.prune === 'yes') {\n                    // Remove any _canonical_uri tiddlers that have paths to\n                    // this folder but no files exist for them.\n                    // remove the current file from the mediaURIList so that at\n                    // the end we have a list of URIs that don't have files\n                    // that exist.\n                    if(mediaURIList.indexOf(thisURI) > -1) {\n                      mediaURIList.splice(mediaURIList.indexOf(thisURI),1);\n                    }\n                  }\n                  // It is a file and the extension is listed, so create a tiddler for it.\n                  const fields = {\n                    title: pathInfo.base,\n                    type: mimeMap[pathInfo.ext],\n                    _canonical_uri: thisURI\n                  };\n                  if(data.ignoreExisting !== 'yes') {\n                    // check if the tiddler with this _canonical_uri already\n                    // exists.\n                    // If we aren't set to overwrite than don't do anything for\n                    // this file if it exists\n                    if($tw.Bob.Wikis[data.wiki].wiki.filterTiddlers(`[_canonical_uri[${fields._canonical_uri}]]`).length > 0) {\n                      return;\n                    }\n                  }\n                  const thisTiddler = new $tw.Tiddler($tw.Bob.Wikis[data.wiki].wiki.getCreationFields(), fields);\n                  const tiddlerPath = path.join($tw.Bob.Wikis[data.wiki].wikiTiddlersPath, file);\n                  // Check if the file exists and only overwrite it if the\n                  // overwrite flag is set.\n                  // Update this to check for files by the _canonical_uri field\n                  if(data.overwrite === 'yes' || !$tw.Bob.Wikis[data.wiki].wiki.getTiddler(file)) {\n                    // Add tiddler to the wiki listed in data.wiki\n                    $tw.syncadaptor.saveTiddler(thisTiddler, data.wiki);\n                  }\n                }\n              }\n            });\n            if(data.prune === 'yes') {\n              // mediaURIList now has the uris from tiddlers that don't point\n              // to real files.\n              // Get the tiddlers with the uris listed and remove them.\n              mediaURIList.forEach(function(uri) {\n                const tiddlerList = $tw.Bob.Wikis[data.wiki].wiki.filterTiddlers(`[_canonical_uri[${uri}]]`);\n                tiddlerList.forEach(function(tidTitle) {\n                  $tw.syncadaptor.deleteTiddler(tidTitle, {wiki: data.wiki});\n                })\n              })\n            }\n          })\n        }\n      }\n      // Save the settings\n      $tw.nodeMessageHandlers.saveSettings({fromServer: true, wiki: data.wiki});\n    }\n  }\n\n  /*\n    List visible profiles\n  */\n  $tw.nodeMessageHandlers.listProfiles = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    // Access is controlled by the listProfile function, it checks each profile\n    // to see if the logged in person can view it.\n    const profiles = request.wiki.tw.ServerSide.listProfiles(data);\n    const message = {\n      type: \"profileList\",\n      profiles: profiles\n    }\n    $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message);\n  }\n}\n}\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/NodeWikiCreationHandlers.js": {
            "title": "$:/plugins/OokTech/Bob/NodeWikiCreationHandlers.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/NodeWikiCreationHandlers.js\ntype: application/javascript\nmodule-type: startup\n\nThese are message handler functions for the web socket servers. Use this file\nas a template for extending the web socket funcitons.\n\nThis handles messages sent to the node process.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.platforms = [\"node\"];\n\nexports.startup = function() {\nif($tw.node) {\n  $tw.nodeMessageHandlers = $tw.nodeMessageHandlers || {};\n  /*\n    This builds a single file html version of the current wiki.\n    This is a modified version of the renderTiddler command.\n    It can exclude tiddlers from the wiki using a filter and it can include\n    tiddlers form any served wiki.\n    buildWiki - the name of the base wiki to build\n    excludeList - a filter that returns tiddlers to exclude from the resulting single file wiki.\n    ignoreDefaultExclude - if this is 'true' than the default exclude list is ignored\n    outputFolder - the name of the folder to save the result in\n    outputName - the file name to use for the resulting html file (this should include the .html suffix)\n    externalTiddlers - a json object that contains information about other tiddlers to include in the resulting html file\n\n    About externalTiddlers:\n      Each key is a the name of a wiki served by Bob, the value is a filter\n      that will be run in that wiki and any returned tiddlers will be included in the output html file.\n  */\n  $tw.nodeMessageHandlers.buildHTMLWiki = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    const path = require('path');\n    const fs = require('fs');\n    let wikiPath, fullName, excludeList = [];\n    if(data.buildWiki) {\n      const exists = $tw.ServerSide.loadWiki(data.buildWiki);\n      if(exists) {\n        wikiPath = $tw.Bob.Wikis[data.buildWiki].wikiPath || undefined;\n        fullName = data.buildWiki;\n      }\n    } else {\n      wikiPath = $tw.Bob.Wikis[data.wiki].wikiPath;\n      fullName = data.wiki;\n    }\n    $tw.Bob.logger.log('Build HTML Wiki:', fullName, {level:1});\n    if(data.excludeList) {\n      // Get the excludeList from the provided filter, if it exists\n      excludeList = $tw.Bob.Wikis[fullName].wiki.filterTiddlers(data.excludeList);\n    } else {\n      // Otherwise we want to ignore the server-specific plugins to keep things\n      // small.\n      excludeList = ['$:/plugins/OokTech/Bob', '$:/plugins/tiddlywiki/filesystem', '$:/plugins/tiddlywiki/tiddlyweb'];\n    }\n    if(data.ignoreDefaultExclude !== 'true') {\n      const defaultExclude = $tw.Bob.Wikis[fullName].wiki.filterTiddlers('[prefix[$:/plugins/OokTech/Bob/]][[$:/plugins/OokTech/Bob]][prefix[$:/WikiSettings]][prefix[$:/Bob/]][[$:/ServerIP]][[$:/plugins/tiddlywiki/filesystem]][[$:/plugins/tiddlywiki/tiddlyweb]]');\n      excludeList = excludeList.concat(defaultExclude);\n    }\n    if(wikiPath) {\n      const outputFolder = data.outputFolder || 'output';\n      const outputName = data.outputName || 'index.html';\n      const outputFile = path.resolve(wikiPath, outputFolder, outputName);\n      $tw.utils.createFileDirectories(outputFile);\n      let tempWiki = new $tw.Wiki();\n      $tw.Bob.Wikis[fullName].wiki.allTitles().forEach(function(title) {\n        if(excludeList.indexOf(title) === -1) {\n          tempWiki.addTiddler($tw.Bob.Wikis[fullName].wiki.getTiddler(title));\n        }\n      })\n      // If there are external tiddlers to add try and add them\n      GatherTiddlers (tempWiki, data.externalTiddlers, data.transformFilters, data.transformFilter, data.decoded)\n      // Prepare the wiki\n      tempWiki.registerPluginTiddlers(\"plugin\",[\"$:/core\"]);\n      // Unpack plugin tiddlers\n      tempWiki.readPluginInfo();\n      tempWiki.unpackPluginTiddlers();\n      const text = tempWiki.renderTiddler('text/plain',\"$:/core/save/all\", {\n        variables:{\n          wikiTiddlers:$tw.utils.stringifyList(tempWiki.allTitles())\n        }\n      });\n      fs.writeFile(outputFile,text,\"utf8\",function(err) {\n        if(err) {\n            $tw.Bob.logger.error(err, {level:1});\n          } else {\n            $tw.Bob.logger.log('Built Wiki: ', outputFile, {level:1});\n            const message = {\n              alert: 'Saved html file ' + outputFile + ' to the server.',\n              wikis: [data.buildWiki, data.wiki]\n            };\n            $tw.ServerSide.sendBrowserAlert(message);\n          }\n      });\n    } else {\n      $tw.Bob.logger.error(\"Can't find wiki \", fullName, \", is it listed in the Bob settings tab?\", {level:1});\n    }\n  }\n\n  /*\n    This lets you create a new wiki from existing tiddlers in other wikis.\n    Tiddlers from each wiki are selected by filters\n\n    inputs:\n\n    tiddlers - an array of tiddlers in json format\n    wikiFolder - The name of the folder that holds your wikis\n    wikiName - The name of the wiki to create or add to\n    wikisPath - the path to the folder that holds the wikiFolder\n    overwrite - if a wikiName is given and a wiki with that name already exists\n    than the tiddlers will be added to that wiki instead of making a new wiki.\n\n    externalTiddlers - a json object that has filters to import tiddlers from\n    existing wikis.\n\n    If overwrite is not set to 'yes' than wiki names are made unique. If you\n    already have a wiki called MyWiki and give MyWiki as the wikiName parameter\n    than a number will be appended to the end of the name to make it unique,\n    similarly to how new tiddler titles are made unique.\n  */\n  $tw.nodeMessageHandlers.newWikiFromTiddlers = function (data) {\n    // send ack first because otherwise it often takes too long to run this\n    // command and the message is sent again.\n    $tw.Bob.Shared.sendAck(data);\n    // Do nothing unless there is an input file path given\n    if(data.tiddlers || data.externalTiddlers) {\n      const path = require('path');\n      const fs = require('fs')\n      let wikiName, wikiTiddlersPath, basePath;\n      const wikiFolder = data.wikiFolder || \"Wikis\";\n      // If there is no wikiname given create one\n      if(data.wikiName) {\n        if(data.overwrite !== 'yes') {\n          // If a name is given use it\n          wikiName = GetWikiName(data.wikiName);\n        } else {\n          wikiName = data.wikiName;\n        }\n      } else {\n        // Otherwise create a new wikiname\n        wikiName = GetWikiName();\n      }\n      // If there is no output path given use a default one\n      if(data.wikisPath) {\n        basePath = data.wikisPath;\n      } else {\n        basePath = $tw.ServerSide.getBasePath()\n      }\n\n      // even if overwrite is set to true we need to make sure the wiki already\n      // exists\n      let exists = false;\n      const wikiPath = path.join(basePath, wikiFolder, wikiName)\n      if(data.overwrite === 'true') {\n        exists = $tw.ServerSide.loadWiki(wikiName)\n      }\n\n      // If we aren't overwriting or it doesn't already exist than make the new\n      // wiki and load it\n      if(!(typeof exists === 'string') || data.overwrite !== 'true') {\n        // First copy the empty edition to the wikiPath to make the\n        // tiddlywiki.info\n        const params = {\n          \"wiki\": data.wiki,\n          \"basePath\": basePath,\n          \"wikisFolder\": wikiFolder,\n          \"edition\": \"empty\",\n          \"path\": wikiName,\n          \"wikiName\": wikiName,\n          \"decoded\": data.decoded,\n          \"fromServer\": true\n        };\n        $tw.nodeMessageHandlers.createNewWiki(params, nextPart);\n        // Get the folder for the wiki tiddlers\n        wikiTiddlersPath = path.join(basePath, wikiFolder, wikiName, 'tiddlers');\n        // Make sure tiddlers folder exists\n        try {\n          fs.mkdirSync(wikiTiddlersPath);\n          $tw.Bob.logger.log('Created Tiddlers Folder ', wikiTiddlersPath, {level:2});\n        } catch (e) {\n          $tw.Bob.logger.log('Tiddlers Folder Exists:', wikiTiddlersPath, {level:2});\n        }\n      } else {\n        nextPart();\n      }\n      function nextPart() {\n        // Load the empty wiki\n        $tw.ServerSide.loadWiki(wikiName)\n        // Add all the received tiddlers to the loaded wiki\n        let count = 0;\n        $tw.utils.each(data.tiddlers,function(tiddler) {\n          // Save each tiddler using the syncadaptor\n          // We don't save the components that are part of the empty edition\n          // because we start with that\n          if(tiddler.title !== '$:/core' && tiddler.title !== '$:/themes/tiddlywiki/snowwhite' && tiddler.title !== '$:/themes/tiddlywiki/vanilla') {\n            $tw.syncadaptor.saveTiddler({fields: tiddler}, wikiName);\n          }\n          count++;\n        });\n        // If there are external tiddlers to add try and add them\n        let tempWiki = new $tw.Wiki();\n        GatherTiddlers(tempWiki, data.externalTiddlers, data.transformFilters, data.transformFilter, data.decoded);\n        tempWiki.allTitles().forEach(function(tidTitle) {\n          $tw.syncadaptor.saveTiddler(tempWiki.getTiddler(tidTitle), wikiName);\n          count++;\n        })\n        if(!count) {\n          $tw.Bob.logger.log(\"No tiddlers found in the input file\", {level:1});\n        } else {\n          $tw.Bob.logger.log(\"Wiki created\",{level:1});\n          const message = {\n            alert: 'Created wiki ' + wikiName,\n            connections: [data.source_connection]\n          };\n          $tw.ServerSide.sendBrowserAlert(message);\n          $tw.Bob.logger.log('Created wiki ', wikiName, {level: 2})\n        }\n        setTimeout(function() {\n          $tw.Bob.Wikis[wikiName].modified = true;\n          data.update = 'true';\n          data.saveSettings = 'true';\n          $tw.ServerSide.updateWikiListing(data);\n        }, 1000);\n      }\n    } else {\n      $tw.Bob.logger.log('No tiddlers given!', {level:1});\n    }\n  }\n\n  /*\n    This takes an externalTiddlers object that lists wikis and filters that\n    define the tiddlers to get from that wiki\n\n    inputs:\n\n    wiki - the $tw.Wiki object to add the tiddlers to\n    externalTiddlers - a json object that lists the wikis and filters\n    token - the access token, if any\n  */\n  function GatherTiddlers (wiki, externalTiddlers, transformFilters, transformFilter, decodedToken) {\n    if(externalTiddlers) {\n      try {\n        let externalData = externalTiddlers\n        if(typeof externalTiddlers !== 'object') {\n          externalData = JSON.parse(externalTiddlers);\n        }\n        transformFilters = transformFilters || '{}'\n        if(typeof transformFilters !== 'object') {\n          transformFilters = JSON.parse(transformFilters);\n        }\n        Object.keys(externalData).forEach(function(wikiTitle) {\n          const allowed = $tw.Bob.AccessCheck(wikiTitle, {\"decoded\": decodedToken}, 'view', 'wiki');\n          if(allowed) {\n            const exists = $tw.ServerSide.loadWiki(wikiTitle);\n            if(exists) {\n              const includeList = $tw.Bob.Wikis[wikiTitle].wiki.filterTiddlers(externalData[wikiTitle]);\n              includeList.forEach(function(tiddlerTitle) {\n                let tiddler = $tw.Bob.Wikis[wikiTitle].wiki.getTiddler(tiddlerTitle)\n                // Transform the tiddler title if a transfom filter is given\n                let txformFilter = transformFilter\n                if(transformFilters) {\n                  txformFilter = transformFilters[wikiTitle] || transformFilter;\n                }\n                if(txformFilter) {\n                  const transformedTitle = ($tw.Bob.Wikis[wikiTitle].wiki.filterTiddlers(txformFilter, null, $tw.Bob.Wikis[wikiTitle].wiki.makeTiddlerIterator([tiddlerTitle])) || [\"\"])[0];\n                  if(transformedTitle) {\n                    tiddler = new $tw.Tiddler(tiddler,{title: transformedTitle});\n                  }\n                }\n                wiki.addTiddler(tiddler);\n              })\n            }\n          }\n        });\n      } catch (e) {\n        $tw.Bob.logger.log(\"Couldn't parse externalTiddlers input:\", e, {level:1});\n      }\n    }\n    return wiki;\n  }\n\n  /*\n    This ensures that the wikiName used is unique by appending a number to the\n    end of the name and incrementing the number if needed until an unused name\n    is created.\n    If on name is given it defualts to NewWiki\n  */\n  function GetWikiName (wikiName, count, wikiObj, fullName) {\n    let updatedName;\n    count = count || 0;\n    wikiName = wikiName || ''\n    if(wikiName.trim() === '') {\n      wikiName = 'NewWiki'\n    }\n    fullName = fullName || wikiName || 'NewWiki';\n    wikiObj = wikiObj || $tw.settings.wikis;\n    const nameParts = wikiName.split('/');\n    if(nameParts.length === 1) {\n      updatedName = nameParts[0];\n      if(wikiObj[updatedName]) {\n        if(wikiObj[updatedName].__path) {\n          count = count + 1;\n          while (wikiObj[updatedName + String(count)]) {\n            if(wikiObj[updatedName + String(count)].__path) {\n              count = count + 1;\n            } else {\n              break;\n            }\n          }\n        }\n      }\n      if(count > 0) {\n        return fullName + String(count);\n      } else {\n        return fullName;\n      }\n    } else if(!wikiObj[nameParts[0]]) {\n      if(count > 0) {\n        return fullName + String(count);\n      } else {\n        return fullName;\n      }\n    }\n    if(nameParts.length > 1) {\n      if(wikiObj[nameParts[0]]) {\n        return GetWikiName(nameParts.slice(1).join('/'), count, wikiObj[nameParts[0]], fullName);\n      } else {\n        return fullName;\n      }\n    } else {\n      return undefined\n    }\n  }\n\n  function addListing(wikiName, wikiPath, overwrite) {\n    const pieces = wikiName.split('/');\n    let current = $tw.settings.wikis\n    for(let i = 0; i < pieces.length; i++) {\n      current[pieces[i]] = current[pieces[i]] || {};\n      current = current[pieces[i]];\n    }\n    if(!current.__path || overwrite) {\n      current.__path = wikiPath;\n    }\n  }\n\n  /*\n    This is the generic command for making a new wiki in Bob, it also covers\n    just listing a non-bob wiki.\n\n    Anything that adds a wiki to the listing uses this.\n  */\n  // This is just a copy of the init command modified to work in this context\n  $tw.nodeMessageHandlers.createNewWiki = function (data, cb) {\n    $tw.Bob.Shared.sendAck(data);\n    $tw.ServerSide.createWiki(data, callback);\n\n    function callback(err) {\n      if(err) {\n        const message = {\n          alert: 'Error creating wiki',\n          connections: [data.source_connection]\n        };\n        $tw.ServerSide.sendBrowserAlert(message);\n      } else {\n        const name = data.newWiki || data.wikiName;\n        const message = {\n          alert: 'Created wiki ' + name,\n          connections: [data.source_connection]\n        };\n        $tw.ServerSide.sendBrowserAlert(message);\n      }\n    }\n  }\n\n  /*\n    This downloads the single html file version of a wiki\n    It defaults to the current wiki but if you give a forWiki input it\n    downloads that wiki instead.\n  */\n  $tw.nodeMessageHandlers.downloadHTMLFile = function (data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(data.wiki) {\n      const downloadWiki = data.forWiki || data.wiki;\n      const allowed = $tw.Bob.AccessCheck(downloadWiki, {\"decoded\":data.decoded}, 'view', 'wiki');\n      if(allowed) {\n        const path = require('path');\n        const fs = require('fs');\n        try {\n          const outputFilePath = path.join($tw.Bob.Wikis[data.wiki].wikiPath, 'output', 'index.html');\n          const file = fs.readFileSync(outputFilePath);\n          // Send file to browser in a websocket message\n          const message = {'type': 'downloadFile', 'file': file};\n          $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message);\n          $tw.Bob.logger.log('Downloading wiki ', name, {level: 2})\n        } catch (e) {\n          $tw.Bob.logger.error('Error:', e, {level:1})\n        }\n      }\n    }\n  }\n\n  /*\n    This message fetches tiddlers from another wiki on the same Bob server\n    The input data object has:\n      fromWiki - the name of the wiki to pull from\n      filter - the tiddler filter to use to select tiddlers from the remote\n        wiki\n      transformFilter - the titles of imported tiddlers are modified by this\n        filter.\n      resolution - how conflicts are handled\n        - manual - all tiddlers are saved in a temporary place and have to be\n          manually accepted or rejected\n        - conflct - only tiddlers that conflict with existing tiddlers are\n          saved in a temporary place to be accepted or rejected.\n        - force - all imported tiddlers are saved regardelss of conflicts\n  */\n  $tw.nodeMessageHandlers.internalFetch = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    // Make sure that the person has access to the wiki\n    const authorised = $tw.Bob.AccessCheck(data.fromWiki, {\"decoded\":data.decoded}, 'view', 'wiki');\n    if(authorised) {\n      let externalTiddlers = {};\n      if(data.externalTiddlers) {\n        try {\n          externalTiddlers = JSON.parse(data.externalTiddlers);\n        } catch (e) {\n          $tw.Bob.logger.error(\"Can't parse externalTiddlers\", {level:1});\n        }\n      }\n      externalTiddlers[data.fromWiki] = data.filter\n      let tempWiki = new $tw.Wiki();\n      GatherTiddlers(tempWiki, externalTiddlers, data.transformFilters, data.transformFilter, data.decoded);\n\n      // Add the results to the current wiki\n      // Each tiddler gets added to the requesting wiki\n      let list = []\n      let message\n      tempWiki.allTitles().forEach(function(tidTitle){\n        // Get the current tiddler\n        const tiddler = tempWiki.getTiddler(tidTitle);\n        list.push(tiddler.fields.title)\n        // Create the message with the appropriate conflict resolution\n        // method and send it\n        if(data.resolution === 'conflict') {\n          message = {\n            type: 'conflict',\n            message: 'saveTiddler',\n            tiddler: tiddler,\n            wiki: data.wiki\n          };\n        } else if(data.resolution === 'force') {\n          message = {\n            type: 'saveTiddler',\n            tiddler: tiddler,\n            wiki: data.wiki\n          };\n        } else {\n          message = {\n            type: 'import',\n            tiddler: tiddler,\n            wiki: data.wiki\n          };\n        }\n        $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message)\n      })\n      // Make the import list and send that tiddler too\n      const importListTiddler = {\n        fields: {\n          title: '$:/status/Bob/importlist',\n          tags: [],\n          list: list\n        }\n      };\n      message = {\n        type: 'saveTiddler',\n        tiddler: importListTiddler,\n        wiki: data.wiki\n      };\n      $tw.Bob.SendToBrowser($tw.connections[data.source_connection], message)\n      if(data.resolution !== 'force') {\n        const thisMessage = {\n          alert: 'Fetched Tiddlers, see import list',\n          wikis: [data.wiki]\n        };\n        $tw.ServerSide.sendBrowserAlert(thisMessage);\n      }\n      $tw.Bob.logger.log('Fetched tiddlers', {level: 2})\n      $tw.Bob.logger.log('Fetched ',list, {level: 4})\n    }\n  }\n\n  /*\n    This creates a duplicate of an existing wiki, complete with any\n    wiki-specific media files\n\n    {\n      wiki: callingWiki,\n      fromWiki: fromWikiName,\n      newWiki: newWikiName,\n      copyChildren: copyChildren\n    }\n\n    fromWiki - the name of the wiki to duplicate\n    newWiki - the name of the new wiki created\n    copyChildren - if true than any child wikis contained in the fromWiki\n    folder are also copied.\n\n    If no fromWiki is given, or the name doesn't match an existing wiki, than\n    the empty edition is used, if no newWiki is given than the default new name\n    is used.\n  */\n  $tw.nodeMessageHandlers.duplicateWiki = function(data) {\n    $tw.Bob.Shared.sendAck(data);\n    if(typeof data.fromWiki === 'undefined') {\n      return;\n    }\n    const path = require('path');\n    const fs = require('fs');\n    // Make sure that the wiki to duplicate exists and that the target wiki\n    // name isn't in use\n    const authorised = $tw.Bob.AccessCheck(data.fromWiki, {\"decoded\":data.decoded}, 'duplicate', 'wiki');\n    if($tw.ServerSide.existsListed(data.fromWiki) && authorised) {\n      const wikiName = GetWikiName(data.newWiki);\n      // Get the paths for the source and destination\n      $tw.settings.wikisPath = $tw.settings.wikisPath || './Wikis';\n      data.wikisFolder = data.wikisFolder || $tw.settings.wikisPath;\n      const source = $tw.ServerSide.getWikiPath(data.fromWiki);\n      const basePath = $tw.ServerSide.getBasePath();\n      const destination = path.resolve(basePath, $tw.settings.wikisPath, wikiName);\n      data.copyChildren = data.copyChildren || 'no';\n      const copyChildren = data.copyChildren.toLowerCase() === 'yes'?true:false;\n      // Make the duplicate\n      $tw.ServerSide.specialCopy(source, destination, copyChildren, function() {\n        // Refresh wiki listing\n        data.update = 'true';\n        data.saveSettings = 'true';\n        $tw.ServerSide.updateWikiListing(data);\n        const message = {\n          alert: 'Created wiki ' + wikiName,\n          connections: [data.source_connection]\n        };\n        $tw.ServerSide.sendBrowserAlert(message);\n        $tw.Bob.logger.log('Duplicated wiki', data.fromWiki, 'as', wikiName, {level: 2})\n      });\n\n      // This is here as a hook for an external server. It is defined by the\n      // external server and shouldn't be defined here or it will break\n      // If you are not using an external server than this does nothing\n      if($tw.ExternalServer) {\n        if(typeof $tw.ExternalServer.initialiseWikiSettings === 'function') {\n          const relativePath = path.relative(path.join(basePath, data.wikisFolder),destination);\n          $tw.ExternalServer.initialiseWikiSettings(relativePath, data);\n        }\n      }\n    }\n  }\n}\n}\n})()\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/NodeMessageHandlers.js": {
            "title": "$:/plugins/OokTech/Bob/NodeMessageHandlers.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/NodeMessageHandlers.js\ntype: application/javascript\nmodule-type: startup\n\nThese are message handler functions for the web socket servers. Use this file\nas a template for extending the web socket funcitons.\n\nThis handles messages sent to the node process.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.platforms = [\"node\"];\n\nexports.startup = function() {\nif($tw.node) {\n  $tw.connections = $tw.connections || [];\n  $tw.Bob = $tw.Bob || {};\n  $tw.Bob.Files = $tw.Bob.Files || {};\n  $tw.Bob.Shared = require('$:/plugins/OokTech/Bob/SharedFunctions.js');\n  // This lets you add to the $tw.nodeMessageHandlers object without overwriting\n  // existing handler functions\n  $tw.nodeMessageHandlers = $tw.nodeMessageHandlers || {};\n  // Ensure that the browser tiddler list object exists without overwriting an\n  // existing copy.\n  $tw.BrowserTiddlerList = $tw.BrowserTiddlerList || {};\n\n  /*\n    This is just a test function to make sure that everthing is working.\n    It displays the contents of the received data in the console.\n  */\n  $tw.nodeMessageHandlers.test = function(data) {\n    $tw.Bob.logger.log(data, {level:0});\n  }\n}\n}\n})()\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/ws-server-default-settings": {
            "title": "$:/plugins/OokTech/Bob/ws-server-default-settings",
            "type": "application/json",
            "text": "{\n  \"ws-server\": {\n    \"port\": \"8080\",\n    \"rootTiddler\": \"$:/plugins/OokTech/Bob/save/single\",\n    \"renderType\": \"text/plain\",\n    \"serveType\": \"text/html\",\n    \"username\": \"\",\n    \"password\": \"\",\n    \"host\": \"127.0.0.1\",\n    \"pathprefix\": \"\"\n  }\n}\n"
        },
        "$:/plugins/OokTech/Bob/commands/wsserver.js": {
            "title": "$:/plugins/OokTech/Bob/commands/wsserver.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/commands/wsserver.js\ntype: application/javascript\nmodule-type: command\n\nServe tiddlers using a two-way websocket server over http\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n  name: \"wsserver\",\n  synchronous: true\n};\n\nexports.platforms = [\"node\"];\n\nif($tw.node) {\n  const URL = require(\"url\"),\n    path = require(\"path\"),\n    http = require(\"http\");\n\n  /*\n    The websocket components\n  */\n  const WebSocketServer = require('$:/plugins/OokTech/Bob/External/WS/ws.js').Server;\n  $tw.connections = $tw.connections || [];\n  $tw.settings['ws-server'] = $tw.settings['ws-server'] || {};\n  $tw.wss = new WebSocketServer({noServer: true});\n  // Set the onconnection function\n  $tw.wss.on('connection', handleConnection);\n  // This doesn't do anything useful yet\n  $tw.wss.on('close', function(connection) {\n    $tw.Bob.logger.log('closed connection ', connection, {level:2});\n  });\n  // Avoid a memory leak\n  $tw.PruneTimeout = setInterval(function(){\n        $tw.Bob.PruneConnections();\n      }, 10000);\n\n  /*\n    This makes sure that the token send allows the action on the wiki\n  */\n  function authenticateMessage(event) {\n    return $tw.Bob.AccessCheck(event.wiki, event.token, event.type);\n  }\n  /*\n    The handle message function, split out so we can use it other places\n  */\n  $tw.Bob.handleMessage = function(event) {\n    $tw.Bob.logger.log('Received websocket message ', event, {level:4});\n    let self = this;\n    // Determine which connection the message came from\n    const thisIndex = $tw.connections.findIndex(function(connection) {return connection.socket === self;});\n    try {\n      let eventData = JSON.parse(event);\n      // Add the source to the eventData object so it can be used later.\n      eventData.source_connection = thisIndex;\n      // If the wiki on this connection hasn't been determined yet, take it\n      // from the first message that lists the wiki.\n      // After that the wiki can't be changed. It isn't a good security\n      // measure but this part doesn't have real security anyway.\n      // TODO figure out if this is actually a security problem.\n      // We may have to add a check to the token before sending outgoing\n      // messages.\n      // This is really only a concern for the secure server, in that case\n      // you authenticate the token and it only works if the wiki matches\n      // and the token has access to that wiki.\n      if(eventData.wiki && eventData.wiki !== $tw.connections[thisIndex].wiki && !$tw.connections[thisIndex].wiki) {\n        $tw.connections[thisIndex].wiki = eventData.wiki;\n        // Make sure that the new connection has the correct list of tiddlers\n        // being edited.\n        $tw.ServerSide.UpdateEditingTiddlers(false, eventData.wiki);\n      }\n      // Make sure that the connection is from the wiki the message is for.\n      // This may not be a necessary security measure.\n      // I don't think that not having this would open up any exploits but I am not sure.\n      // TODO figure out if this is needed.\n      if(eventData.wiki === $tw.connections[thisIndex].wiki) {\n        // Make sure we have a handler for the message type\n        if(typeof $tw.nodeMessageHandlers[eventData.type] === 'function') {\n          // Check authorisation\n          const authorised = authenticateMessage(eventData);\n          if(authorised) {\n            eventData.decoded = authorised;\n            $tw.nodeMessageHandlers[eventData.type](eventData);\n          }\n        } else {\n          $tw.Bob.logger.error('No handler for message of type ', eventData.type, {level:3});\n        }\n      } else {\n        $tw.Bob.logger.log('Target wiki and connected wiki don\\'t match', {level:3});\n      }\n    } catch (e) {\n      $tw.Bob.logger.error(\"WebSocket error: \", e, {level:1});\n    }\n  }\n\n\n  /*\n    This function handles connections to a client.\n    It currently only supports one client and if a new client connection is made\n    it will replace the current connection.\n    This function saves the connection and adds the message handler wrapper to\n    the client connection.\n    The message handler part is a generic wrapper that checks to see if we have a\n    handler function for the message type and if so it passes the message to the\n    handler, if not it prints an error to the console.\n\n    connection objects are:\n    {\n      \"socket\": socketObject,\n      \"wiki\": the name for the wiki using this connection\n    }\n  */\n  function handleConnection(client, request) {\n    $tw.Bob.logger.log(\"new connection\", {level:2});\n    $tw.connections.push({'socket':client, 'wiki': undefined});\n    client.on('message', $tw.Bob.handleMessage);\n    // Respond to the initial connection with a request for the tiddlers the\n    // browser currently has to initialise everything.\n    $tw.connections[Object.keys($tw.connections).length-1].index = Object.keys($tw.connections).length-1;\n    const message = {type: 'listTiddlers'}\n    $tw.Bob.SendToBrowser($tw.connections[Object.keys($tw.connections).length-1], message);\n    if(false && $tw.node && $tw.settings.enableFederation === 'yes') {\n      $tw.Bob.Federation.updateConnections();\n    }\n  }\n\n  /*\n  A simple HTTP server with regexp-based routes\n  */\n  function SimpleServer(options) {\n    this.routes = options.routes || [];\n    this.wiki = options.wiki;\n    this.variables = options.variables || {};\n  }\n\n  SimpleServer.prototype.set = function(obj) {\n    let self = this;\n    $tw.utils.each(obj,function(value,name) {\n      self.variables[name] = value;\n    });\n  };\n\n  SimpleServer.prototype.get = function(name) {\n    return this.variables[name];\n  };\n\n  SimpleServer.prototype.addRoute = function(route) {\n    this.routes.push(route);\n  };\n\n  // Add route but make sure it isn't a duplicate.\n  SimpleServer.prototype.updateRoute = function (route) {\n    // Remove any routes that have the same path as the input\n    this.routes = this.routes.filter(function(thisRoute) {\n      return String(thisRoute.path) !== String(route.path);\n    });\n    // Push on the new route.\n    this.routes.push(route);\n  }\n\n  // This removes all but the root wiki from the routes\n  SimpleServer.prototype.clearRoutes = function () {\n    // Remove any routes that don't match the root path\n    this.routes = this.routes.filter(function(thisRoute) {\n      return String(thisRoute.path) === String(/^\\/$/) || String(thisRoute.path) === String(/^\\/favicon.ico$/);\n    });\n  }\n\n  SimpleServer.prototype.findMatchingRoute = function(request) {\n    let pathprefix = this.get(\"pathprefix\") || \"\";\n    pathprefix = pathprefix.startsWith(\"/\") ? pathprefix : \"/\" + pathprefix;\n    let pathname = decodeURIComponent(request.urlInfo.pathname);\n    if(!pathname.startsWith(pathprefix)) {\n      return null;\n    }\n    pathname = pathname.replace(pathprefix,'');\n    pathname = pathname.startsWith('/') ? pathname : '/' + pathname;\n    for(let t=0; t<this.routes.length; t++) {\n      const potentialRoute = this.routes[t];\n      let match;\n      if(typeof potentialRoute.path.exec === 'function') {\n        match = potentialRoute.path.exec(pathname);\n      }\n      if(match && request.method === potentialRoute.method) {\n        request.params = [];\n        for(let p=1; p<match.length; p++) {\n          request.params.push(match[p]);\n        }\n        return potentialRoute;\n      }\n    }\n    return null;\n  };\n\n  SimpleServer.prototype.checkCredentials = function(request,incomingUsername,incomingPassword) {\n    const header = request.headers.authorization || \"\",\n      token = header.split(/\\s+/).pop() || \"\",\n      auth = $tw.utils.base64Decode(token),\n      parts = auth.split(/:/),\n      username = parts[0],\n      password = parts[1];\n    if(incomingUsername === username && incomingPassword === password) {\n      return \"ALLOWED\";\n    } else {\n      return \"DENIED\";\n    }\n  };\n\n  SimpleServer.prototype.requestHandler = function(request,response) {\n    if(request.method === 'OPTIONS') {\n      response.writeHead(200, {\n        \"Access-Control-Allow-Origin\": \"*\",\n        \"Access-Control-Allow-Headers\": \"*\",\n        \"Access-Control-Allow-Methods\": \"POST, GET, PUT, DELETE\"\n      })\n      response.end()\n      return\n    }\n    // Compose the state object\n    let self = this;\n    //request.wiki = self.wiki;\n    //request.server = self;\n    request.urlInfo = URL.parse(request.url);\n    request.settings = $tw.settings;\n    // Find the route that matches this path\n    const route = self.findMatchingRoute(request);\n    // Check for the username and password if we've got one\n    const username = self.get(\"username\"),\n      password = self.get(\"password\");\n    if(username && password) {\n      // Check they match\n      if(self.checkCredentials(request,username,password) !== \"ALLOWED\") {\n        const servername = self.wiki.getTiddlerText(\"$:/SiteTitle\") || \"TiddlyWiki5\";\n        response.writeHead(401,\"Authentication required\",{\n          \"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + servername + '\"'\n        });\n        response.end();\n        return;\n      }\n    }\n    // Return a 404 if we didn't find a route\n    if(!route) {\n      response.writeHead(404);\n      response.end();\n      return;\n    }\n    // Set the encoding for the incoming request\n    // TODO: Presumably this would need tweaking if we supported PUTting binary tiddlers\n    request.setEncoding(\"utf8\");\n    // Dispatch the appropriate method\n    switch(request.method) {\n      case \"GET\": // Intentional fall-through\n      case \"POST\": // Intentional fall-through\n      case \"DELETE\":\n        route.handler(request,response);\n        break;\n      case \"PUT\":\n        let data = \"\";\n        request.on(\"data\",function(chunk) {\n          data += chunk.toString();\n        });\n        request.on(\"end\",function() {\n          state.data = data;\n          route.handler(request,response);\n        });\n        break;\n    }\n  };\n\n  /*\n    This function will try the default port, if that port is in use than it will\n    increment port numbers until it finds an unused port.\n  */\n  SimpleServer.prototype.listen = function(port,host) {\n    let self = this;\n    const httpServer = http.createServer(this.requestHandler.bind(this));\n    httpServer.on('error', function (e) {\n      if($tw.settings['ws-server'].autoIncrementPort || typeof $tw.settings['ws-server'].autoIncrementPort === 'undefined') {\n        if(e.code === 'EADDRINUSE') {\n          self.listen(Number(port)+1, host);\n        }\n      } else {\n        //$tw.Bob.logger.error(e, {level:0});\n        console.log(e);\n      }\n    });\n    httpServer.listen(port,host, function (e) {\n      if(!e) {\n        $tw.httpServerPort = port;\n        $tw.Bob.logger.log(\"Serving on \" + host + \":\" + $tw.httpServerPort, {level:0});\n        $tw.Bob.logger.log(\"(press ctrl-C to exit)\", {level:0});\n        $tw.settings['ws-server'].port = $tw.httpServerPort;\n      } else {\n        if($tw.settings['ws-server'].autoIncrementPort || typeof $tw.settings['ws-server'].autoIncrementPort === 'undefined') {\n          $tw.Bob.logger.log('Port ', port, ' in use, trying ', port+1, {level:1});\n        } else {\n          $tw.Bob.logger.error(e, {level:0});\n        }\n      }\n    });\n    httpServer.on('upgrade', function(request, socket, head) {\n      if(request.headers.upgrade === 'websocket') {\n        if(request.url === '/') {\n          $tw.wss.handleUpgrade(request, socket, head, function(ws) {\n            $tw.wss.emit('connection', ws, request);\n          });\n        } else if(request.url === '/api/federation/socket' && $tw.federationWss && $tw.settings.enableFederation === 'yes') {\n          $tw.federationWss.handleUpgrade(request, socket, head, function(ws) {\n            console.log('WSS federation upgrade')\n            $tw.federationWss.emit('connection', ws, request);\n          })\n        }\n      }\n    });\n    return httpServer;\n  };\n\n  function findName(url) {\n    const pieces = url.split('/')\n    let name = ''\n    let settingsObj = $tw.settings.wikis[pieces[0]]\n    if(settingsObj) {\n      name = pieces[0]\n    }\n    for(let i = 1; i < pieces.length; i++) {\n      if(settingsObj) {\n        if(typeof settingsObj[pieces[i]] === 'object') {\n          name = name + '/' + pieces[i]\n          settingsObj = settingsObj[pieces[i]]\n        } else if(typeof settingsObj[pieces[i]] === 'string') {\n          name = name + '/' + pieces[i]\n          break\n        } else {\n          break\n        }\n      }\n    }\n    if(name === '') {\n      //name = 'RootWiki'\n    }\n    return name\n  }\n\n  const Command = function(params,commander,callback) {\n    this.params = params;\n    this.commander = commander;\n    this.callback = callback;\n    // Commands that are just for the server\n    $tw.ServerSide = require('$:/plugins/OokTech/Bob/ServerSide.js');\n\n    // Set up server\n    $tw.httpServer = new SimpleServer({\n      wiki: this.commander.wiki\n    });\n    // Add placeholders for other routes that load the wikis associated with\n    // each route.\n    $tw.httpServer.addOtherRoutes();\n  };\n\n  /*\n    Walk through the $tw.settings.wikis object and add a route for each listed wiki. The routes should make the wiki boot if it hasn't already.\n  */\n  SimpleServer.prototype.addOtherRoutes = function () {\n    // Add route handlers\n    $tw.modules.forEachModuleOfType(\"serverroute\", function(title, routeDefinition) {\n      if(typeof routeDefinition === 'function') {\n        $tw.httpServer.addRoute(routeDefinition());\n      } else {\n        $tw.httpServer.addRoute(routeDefinition);\n      }\n    });\n    $tw.modules.forEachModuleOfType(\"wikiroute\", function(title, routeDefinition) {\n      if(typeof routeDefinition === 'function') {\n        $tw.httpServer.addRoute(routeDefinition('RootWiki'));\n      }\n    });\n    $tw.modules.forEachModuleOfType(\"fileroute\", function(title, routeDefinition) {\n      if(typeof routeDefinition === 'function') {\n        $tw.httpServer.addRoute(routeDefinition('RootWiki'));\n        $tw.httpServer.addRoute(routeDefinition(''));\n      } else {\n        $tw.httpServer.addRoute(routeDefinition);\n      }\n    });\n    addRoutesThing($tw.settings.wikis, '');\n  }\n\n\n\n  function addRoutesThing(inputObject, prefix) {\n    if(typeof inputObject === 'object') {\n      Object.keys(inputObject).forEach(function (wikiName) {\n        if(typeof inputObject[wikiName] === 'string') {\n          let fullName = wikiName;\n          if(prefix !== '') {\n            if(wikiName !== '__path') {\n              fullName = prefix + '/' + wikiName;\n            } else {\n              fullName = prefix;\n            }\n          }\n\n          $tw.modules.forEachModuleOfType(\"wikiroute\", function(title, routeDefinition) {\n            if(typeof routeDefinition === 'function') {\n              $tw.httpServer.addRoute(routeDefinition(fullName));\n            }\n          });\n          $tw.modules.forEachModuleOfType(\"fileroute\", function(title, routeDefinition) {\n            if(typeof routeDefinition === 'function') {\n              $tw.httpServer.addRoute(routeDefinition(fullName));\n            }\n          });\n          //$tw.Bob.logger.log(\"Added route \" + String(new RegExp('^\\/' + fullName + '\\/?$')), {level:1})\n          console.log(\"Added route \" + String(new RegExp('^\\/' + fullName + '\\/?$')))\n        } else {\n          // recurse!\n          // This needs to be a new variable or else the rest of the wikis at\n          // this level will get the longer prefix as well.\n          const nextPrefix = prefix===''?wikiName:prefix + '/' + wikiName;\n          addRoutesThing(inputObject[wikiName], nextPrefix);\n        }\n      })\n    }\n  }\n\n  function createSaverServer() {\n    $tw.settings.saver = $tw.settings.saver || {};\n    const port = $tw.settings.saver.port || 61192;\n    let host = '127.0.0.1';\n    if($tw.settings.saver.host && $tw.settings.acceptance === 'I Will Not Get Tech Support For This') {\n      host = $tw.settings.saver.host;\n    }\n    function saverHandler(request, response) {\n      let body = '';\n      response.writeHead(200, {\"Content-Type\": \"application/json\", \"Access-Control-Allow-Origin\": \"*\", \"Access-Control-Allow-Headers\": \"Content-Type, x-file-path, x-saver-key\"});\n      if(request.url.endsWith('/save')) {\n        request.on('data', function(chunk){\n          body += chunk;\n          // We limit this to 100mb, this could change if people have gigantic\n          // wkis.\n          if(body.length > 100e6) {\n            response.writeHead(413, {'Content-Type': 'text/plain'}).end();\n            request.connection.destroy();\n          }\n        });\n        request.on('end', function() {\n          // The body should be the html text of a wiki\n          body = body.replace(/^message=/, '');\n          const responseData = {'ok':'no'};\n          const filepath = request.headers['x-file-path'];\n          const key = request.headers['x-saver-key'];\n          const match = (key === $tw.settings.saver.key) || (typeof $tw.settings.saver.key === 'undefined');\n          if(typeof body === 'string' && body.length > 0 && filepath && match) {\n            // Write the file\n            const fs = require('fs');\n            const path = require('path');\n            if(['.html', '.htm', '.hta'].indexOf(path.extname(filepath)) === -1) {\n              response.writeHead(403, {'Content-Type': 'text/plain'}).end();\n            }\n            // Make sure that the path exists, if so save the wiki file\n            fs.writeFile(path.resolve(filepath),body,{encoding: \"utf8\"},function (err) {\n              if(err) {\n                //$tw.Bob.logger.error(err, {level:1});\n                console.log(err)\n                responseData.error = err;\n              } else {\n                //$tw.Bob.logger.log('saved file', filepath, {level:2});\n                console.log('saved file', filepath)\n                responseData.ok = 'yes';\n              }\n              response.end(JSON.stringify(responseData));\n            });\n          } else {\n            response.end(JSON.stringify(responseData));\n          }\n        });\n      } else if(request.url.endsWith('/check')) {\n        response.end('{\"ok\":\"yes\"}')\n      }\n    }\n    const saverServer = http.createServer(saverHandler);\n    saverServer.on('error', function (e) {\n      if($tw.settings['ws-server'].autoIncrementPort || typeof $tw.settings['ws-server'].autoIncrementPort === 'undefined') {\n        if(e.code === 'EADDRINUSE') {\n          //$tw.Bob.logger.error('Port conflict with the saver server, do you have Bob running already?', e,{level:0})\n          console.log('Port conflict with the saver server, do you have Bob running already?')\n        }\n      } else {\n        //$tw.Bob.logger.error(e, {level:0});\n        console.log(e)\n      }\n    });\n    saverServer.listen(port, host, function(err) {\n      if(err) {\n        console.log('Bob saver server error!', err);\n      } else {\n        console.log('Bob saver server running on', host + ':' + port);\n      }\n    })\n  }\n\n  Command.prototype.execute = function() {\n    $tw.Bob = $tw.Bob || {};\n    $tw.Bob.Wikis = $tw.Bob.Wikis || {};\n    if(!$tw.boot.wikiTiddlersPath) {\n      $tw.utils.warning(\"Warning: Wiki folder '\" + $tw.boot.wikiPath + \"' does not exist or is missing a tiddlywiki.info file\");\n    }\n    const port = $tw.settings['ws-server'].port || \"8080\",\n      rootTiddler = $tw.settings['ws-server'].rootTiddler || \"$:/core/save/all\",\n      renderType = $tw.settings['ws-server'].renderType || \"text/plain\",\n      serveType = $tw.settings['ws-server'].serveType || \"text/html\",\n      username = $tw.settings['ws-server'].username,\n      password = $tw.settings['ws-server'].password,\n      host = $tw.settings['ws-server'].host || \"127.0.0.1\",\n      pathprefix = $tw.settings['ws-server'].pathprefix;\n    $tw.httpServer.set({\n      rootTiddler: rootTiddler,\n      renderType: renderType,\n      serveType: serveType,\n      username: username,\n      password: password,\n      pathprefix: pathprefix,\n      \"tiddler-render-type\": \"text/html\",\n    \t\"tiddler-render-template\": \"$:/core/templates/server/static.tiddler.html\",\n    \t\"system-tiddler-render-type\": \"text/plain\",\n    \t\"system-tiddler-render-template\": \"$:/core/templates/wikified-tiddler\"\n    });\n\n    if($tw.settings.enableBobSaver !== 'no') {\n      // Create single file saver server\n      createSaverServer()\n    }\n\n    const basePath = $tw.ServerSide.getBasePath();\n    $tw.settings.pluginsPath = $tw.settings.pluginsPath || './Plugins';\n    if(typeof $tw.settings.pluginsPath === 'string') {\n      const resolvedpluginspath = path.resolve(basePath, $tw.settings.pluginsPath);\n      if(process.env[\"TIDDLYWIKI_PLUGIN_PATH\"] !== undefined && process.env[\"TIDDLYWIKI_PLUGIN_PATH\"] !== '') {\n        process.env[\"TIDDLYWIKI_PLUGIN_PATH\"] = process.env[\"TIDDLYWIKI_PLUGIN_PATH\"] + path.delimiter + resolvedpluginspath;\n      } else {\n        process.env[\"TIDDLYWIKI_PLUGIN_PATH\"] = resolvedpluginspath;\n      }\n    }\n    $tw.settings.themesPath = $tw.settings.themesPath || './Themes';\n    if(typeof $tw.settings.themesPath === 'string') {\n      const resolvedthemespath = path.resolve(basePath, $tw.settings.themesPath);\n      if(process.env[\"TIDDLYWIKI_THEME_PATH\"] !== undefined && process.env[\"TIDDLYWIKI_THEME_PATH\"] !== '') {\n        process.env[\"TIDDLYWIKI_THEME_PATH\"] = process.env[\"TIDDLYWIKI_THEME_PATH\"] + path.delimiter + resolvedthemespath;\n      } else {\n        process.env[\"TIDDLYWIKI_THEME_PATH\"] = resolvedthemespath;\n      }\n    }\n    $tw.settings.editionsPath = $tw.settings.editionsPath || './Editions';\n    if(typeof $tw.settings.editionsPath === 'string') {\n      const resolvededitionspath = path.resolve(basePath, $tw.settings.editionsPath)\n      if(process.env[\"TIDDLYWIKI_EDITION_PATH\"] !== undefined && process.env[\"TIDDLYWIKI_EDITION_PATH\"] !== '') {\n        process.env[\"TIDDLYWIKI_EDITION_PATH\"] = process.env[\"TIDDLYWIKI_EDITION_PATH\"] + path.delimiter + resolvededitionspath;\n      } else {\n        process.env[\"TIDDLYWIKI_EDITION_PATH\"] = resolvededitionspath;\n      }\n    }\n    $tw.settings.languagesPath = $tw.settings.languagesPath || './Languages';\n    if(typeof $tw.settings.languagesPath === 'string') {\n      const resolvedlanguagespath = path.resolve(basePath, $tw.settings.languagesPath)\n      if(process.env[\"TIDDLYWIKI_LANGUAGE_PATH\"] !== undefined && process.env[\"TIDDLYWIKI_LANGUAGE_PATH\"] !== '') {\n        process.env[\"TIDDLYWIKI_LANGUAGE_PATH\"] = process.env[\"TIDDLYWIKI_LANGUAGE_PATH\"] + path.delimiter + resolvedlanguagespath;\n      } else {\n        process.env[\"TIDDLYWIKI_LANGUAGE_PATH\"] = resolvedlanguagespath;\n      }\n    }\n\n    const bobVersion = $tw.wiki.getTiddler('$:/plugins/OokTech/Bob').fields.version\n    $tw.Bob.version = bobVersion;\n    //$tw.Bob.logger.log('TiddlyWiki version', $tw.version, 'with Bob version', bobVersion, {level:0})\n    console.log('TiddlyWiki version', $tw.version, 'with Bob version', bobVersion)\n\n    /*\n      This function checks to see if the current action is allowed with the access\n      level given by the supplied token\n\n      If access controls are not enabled than this just returns true and\n      everything is allowed.\n\n      If access controls are enabled than this needs to check the token to get\n      the list of wikis and actions that are allowed to it and if the action is\n      allowed for the wiki return true, otherwise false.\n    */\n    $tw.Bob.AccessCheck = function(fullName, token, action, category) {\n      return true;\n    }\n\n    const nodeServer = $tw.httpServer.listen(port,host);\n\n    // Get the ip address to display to make it easier for other computers to\n    // connect.\n    const ip = require('$:/plugins/OokTech/Bob/External/IP/ip.js');\n    const ipAddress = ip.address();\n    $tw.settings.serverInfo = {\n      ipAddress: ipAddress,\n      port: port,\n      host: host\n    };\n\n    $tw.hooks.invokeHook(\"th-server-command-post-start\",$tw.httpServer,nodeServer,\"tiddlywiki\");\n    return null;\n  };\n\n  exports.Command = Command;\n}\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/plugins/OokTech/Bob/commands/externalserver.js": {
            "title": "$:/plugins/OokTech/Bob/commands/externalserver.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/commands/externalserver.js\ntype: application/javascript\nmodule-type: command\n\nServe tiddlers using a two-way websocket server over http\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n  name: \"externalserver\",\n  synchronous: true\n};\n\nexports.platforms = [\"node\"];\n\nif($tw.node) {\n  const Command = function(params,commander,callback) {\n    this.params = params;\n    this.commander = commander;\n    this.callback = callback;\n    // Commands that are just for the server\n    $tw.ServerSide = require('$:/plugins/OokTech/Bob/ServerSide.js');\n  };\n\n  Command.prototype.execute = function() {\n    const bobVersion = $tw.wiki.getTiddler('$:/plugins/OokTech/Bob').fields.version\n    $tw.Bob.version = bobVersion;\n    //$tw.Bob.logger.log('TiddlyWiki version', $tw.version, 'with Bob version', bobVersion, {level: 0})\n    console.log('TiddlyWiki version', $tw.version, 'with Bob version', bobVersion);\n    // Get the ip address to display to make it easier for other computers to\n    // connect.\n    const ip = require('$:/plugins/OokTech/Bob/External/IP/ip.js');\n    const ipAddress = ip.address();\n    $tw.settings.serverInfo = {\n      ipAddress: ipAddress\n    };\n\n    return null;\n  };\n\n  exports.Command = Command;\n}\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/plugins/OokTech/Bob/ChatMessageHandlers.js": {
            "title": "$:/plugins/OokTech/Bob/ChatMessageHandlers.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ChatMessageHandlers.js\ntype: application/javascript\nmodule-type: startup\n\nThese are message handler functions for the federated chat server.\nThis handles messages sent to the node process.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.platforms = [\"node\"];\n\nexports.startup = function () {\n  if($tw.node) {\n    $tw.nodeMessageHandlers = $tw.nodeMessageHandlers || {};\n\n    /*\n      Receive a chat message from a browser, they are automatically sent to other connected browsers when the tiddlers are synced.\n    */\n    $tw.nodeMessageHandlers.chatMessage = function(data) {\n      $tw.Bob.Shared.sendAck(data);\n      const conversationTiddler = data.conversation || 'DefaultChat'\n      if(conversationTiddler && data.message) {\n        // Get the history tiddler\n        const historyTiddler = $tw.Bob.Wikis[data.wiki].wiki.getTiddler(`$:/chat/${conversationTiddler}`)\n        let history = {}\n        if(historyTiddler) {\n          // Make sure that the fields aren't read only\n          history = JSON.parse(JSON.stringify(historyTiddler.fields.text));\n        }\n        const theTime = $tw.utils.stringifyDate(new Date());\n        if(typeof history === 'string') {\n          history = JSON.parse(history);\n        }\n        // Add new message\n        history[theTime] = {\n          message:data.message,\n          from: data.from,\n          server: data.server,\n          conversation: data.conversation\n        }\n        // save the updated tiddler\n        $tw.syncadaptor.saveTiddler(new $tw.Tiddler({\n          text:JSON.stringify(history, null, 2),\n          title: `$:/chat/${conversationTiddler}`,\n          type: 'application/json'\n        }), data.wiki);\n        if($tw.settings.enableFederation === 'yes') {\n          // Send it to any connected servers\n          $tw.Bob.Federation.sendToRemoteServers(data);\n        }\n      }\n    }\n  }\n}\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/OokTech/Bob/Federation/Chat/styles": {
            "title": "$:/plugins/OokTech/Bob/Federation/Chat/styles",
            "tags": "$:/tags/Stylesheet",
            "text": ".defaultChatHistoryView {\n  min-height: 3em;\n  max-height: 30em;\n  width: 100%;\n  overflow: scroll;\n  border: solid 1px grey;\n}\n\n.defaultChatHistoryViewOddMessages {\n  background-color: #4441;\n}\n\n.defaultChatHistoryViewEvenMessages {\n\n}\n\n.defaultChatInput {\n\n}\n\n.defaultChatSendButton {\n\n}\n\n.chatDateDisplay {\n  font-size: 10px;\n  line-height: 10px;\n}\n\n.chatNameDisplay {\n  font-size: 10px;\n  line-height: 10px;\n  font-weight: bold;\n  position:relative;\n}\n\n.chatNameDisplay:after {\n    content: \"<br/> \";\n    display: block;\n    position: relative;\n}\n\n.chatMessageDisplay {\n\n}"
        },
        "$:/plugins/OokTech/Bob/Federation/chatview.js": {
            "title": "$:/plugins/OokTech/Bob/Federation/chatview.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/Federation/chatview.js\ntype: application/javascript\nmodule-type: widget\n\nA widget that creates a view of a chat hisotry.\n\nTODO get something to indicate if different messages have been seen or not.\n\nProbably go through each div and see if it has been completely inside the\nvisible part of the text.\n\n\\*/\n\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nconst ChatView = function(parseTreeNode,options) {\n  this.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nChatView.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nChatView.prototype.render = function(parent,nextSibling) {\n  this.parentDomNode = parent;\n  this.computeAttributes();\n  this.execute();\n\n  this.id = this.id || Math.random()*1000;\n  // The full container div\n  const containerDiv = this.document.createElement('div');\n  containerDiv.classList.add(this.class);\n  containerDiv.id = this.id;\n  // The tiddler should be a json tiddler so we get the json object here\n  const historyTiddlerThing = this.wiki.getTiddler(this.historyTiddler);\n  let chatHistoryObject = {};\n  if(historyTiddlerThing) {\n    try {\n      chatHistoryObject = JSON.parse(historyTiddlerThing.fields.text);\n    } catch (e) {\n\n    }\n  }\n  const format = this.format || '0hh:0mm:0ss';\n  // For each line in the history append a div with that message in it.\n  Object.keys(chatHistoryObject).slice().sort().forEach(function(messageTimestamp, messageIndex) {\n    if(!chatHistoryObject[messageTimestamp].message) {\n      return;\n    }\n    const dateDisplay = $tw.utils.formatDateString($tw.utils.parseDate(messageTimestamp),format);\n    const newElement = document.createElement('div');\n    newElement.innerHTML = `<span\n        class='chatDateDisplay'\n      >\n        ${dateDisplay}\n      </span>\n      <span\n        class='chatNameDisplay'\n      >\n        ${chatHistoryObject[messageTimestamp].from || 'Nameless Interloper'}:\n      </span>\n      <span\n        class='chatMessageDisplay'\n      >\n        ${chatHistoryObject[messageTimestamp].message}\n      </span>`;\n    if(messageIndex % 2 === 0) {\n      newElement.classList.add('defaultChatHistoryViewEvenMessages');\n    } else {\n      newElement.classList.add('defaultChatHistoryViewOddMessages');\n    }\n    containerDiv.appendChild(newElement);\n  })\n\n  parent.insertBefore(containerDiv,nextSibling);\n  this.renderChildren(containerDiv,null);\n\n  // This determines if the div is scrolled to the bottom, if so than\n  // the text scrolls up, if not than the div position is maintained so\n  // it doesn't move what you are looking at out of frame.\n  const isScrolledToBottom = this.scrollPosition + containerDiv.clientHeight >= containerDiv.scrollHeight - 50;\n  if(this.scrollPosition === 0) {\n    this.scrollPosition = containerDiv.scrollHeight;\n  }\n\n  if(isScrolledToBottom) {\n    containerDiv.scrollTop = containerDiv.scrollHeight;\n  } else {\n    containerDiv.scrollTop = this.scrollPosition;\n  }\n  this.domNodes.push(containerDiv);\n};\n\n/*\nCompute the internal state of the widget\n*/\nChatView.prototype.execute = function() {\n  //Get widget attributes.\n  this.historyTiddler = this.getAttribute('tiddler', '$:/chat/DefaultChat');\n  this.historyLimit = this.getAttribute('limit', 100);\n  this.class = this.getAttribute('class', 'defaultChatHistoryView');\n  this.scrollPosition = this.scrollPosition || 0;\n  this.format = this.getAttribute('format', '0hh:0mm:0ss');\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nChatView.prototype.refresh = function(changedTiddlers) {\n  const changedAttributes = this.computeAttributes();\n  if(Object.keys(changedAttributes).length > 0 || changedTiddlers[this.historyTiddler]) {\n    const containerDiv = this.document.getElementById(this.id);\n    this.scrollPosition = containerDiv.scrollTop;\n    this.refreshSelf();\n    return true;\n  }\n  return true;\n};\n\nexports[\"chatview\"] = ChatView;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/OokTech/Bob/Federation/AddRemoteServerTemplate": {
            "title": "$:/plugins/OokTech/Bob/Federation/AddRemoteServerTemplate",
            "text": "Remote URL:\n\n<$edit-text\n  tiddler='$:/state/Federation/AddServer'\n  field='remote_url'\n  cass='tc-edit-texteditor'\n/>\n\n<$button>\n  Try Connecting\n  <$action-websocketmessage\n    $type='openRemoteConnection'\n    url={{$:/state/Federation/AddServer!!remote_url}}\n  />\n</$button>"
        },
        "$:/plugins/OokTech/Bob/Federation/AvailableChatsListingTemplate": {
            "title": "$:/plugins/OokTech/Bob/Federation/AvailableChatsListingTemplate",
            "text": "<tr>\n  <th>\n    <$view\n      field='title'\n    />\n  </th>\n  <td>\n    <$view\n      field='public'\n    >\n      No\n    </$view>\n  </td>\n  <td>\n    <$button>\n      Join\n    </$button>\n  </td>\n</tr>"
        },
        "$:/plugins/OokTech/Bob/template/ConflictTemplate": {
            "title": "$:/plugins/OokTech/Bob/template/ConflictTemplate",
            "list-after": "$:/core/ui/ViewTemplate/tags",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$list\n  filter='[<currentTiddler>addprefix[$:/state/Bob/Conflicts/]has[text]]'\n>\n  There are syncing conflicts with this tiddler!!\n  <br>\n  <$button>\n    Open Other Version\n    <$action-navigate\n      $to=<<currentTiddler>>\n    />\n  </$button>\n  <br>\n\n  <$button>\n    Use This Version\n    <$action-deletetiddler\n      $tiddler=<<currentTiddler>>\n    />\n  </$button>\n  <$set\n    name=OriginalTitle\n    filter='[<currentTiddler>removeprefix[$:/state/Bob/Conflicts/]has[text]]'\n    select='0'\n  >\n    <$button>\n      Use Other Version\n      <$action-setfield\n        $tiddler=<<currentTiddler>>\n        $field='title'\n        $value=<<OriginalTitle>>\n      />\n      <$action-deletetiddler\n        $tiddler=<<currentTiddler>>\n      />\n    </$button>\n  </$set>\n</$list>\n"
        },
        "$:/plugins/OokTech/Bob/EditableJSONViewTemplate": {
            "title": "$:/plugins/OokTech/Bob/EditableJSONViewTemplate",
            "text": "\\define thisEditingState() $:/state/$(currentTiddler)$/$(item)$/editing\n\n\\define thisNewItemState() $:/state/$(currentTiddler)$/$(item)$/newItem\n\n\\define thisNewItemValues() $:/state/$(currentTiddler)$/$(item)$/values\n\n\\define EditButton()\n<$reveal\n  type='nomatch'\n  state=<<thisEditingState>>\n  text='editing'\n>\n  <$button\n    class='tc-btn-invisible'\n  >\n    \"<$view index=<<item>>/>\"\n    <$reveal type='match'\n      state='$:/state/Bob/EditManualSettings'\n      text='true'\n      tag='span'\n    >\n      <$action-setfield\n        $tiddler=<<thisEditingState>>\n        text=editing\n      />\n      {{$:/core/images/edit-button}}\n    </$reveal>\n  </$button>\n</$reveal>\n<$reveal\n  type='match'\n  state=<<thisEditingState>>\n  text='editing'\n>\n  <$edit-text\n    class='tc-edit-texteditor'\n    tiddler=<<currentTiddler>>\n    index=<<item>>\n    tag=input\n  />\n  <$button\n    tooltip='Finish Editing'\n  >\n    Done\n    <$action-setfield\n      $tiddler=<<thisEditingState>>\n      text=''\n    />\n    <$action-deletetiddler\n      $tiddler=<<thisEditingState>>\n    />\n  </$button>\n  <$button\n    class='tc-btn-invisible'\n    tooltip='Delete Field'\n  >\n    {{$:/core/images/delete-button}}\n    <$action-setfield\n      $tiddler=<<currentTiddler>>\n      $index=<<item>>\n    />\n  </$button>\n</$reveal>\n\\end\n\n{\n<$reveal type='match'\n  state='$:/state/Bob/EditManualSettings'\n  text='true'\n>\n  <$list\n    filter='[<currentTiddler>!title[$:/WikiSettings/split]]'\n  >\n    <$button\n      class='tc-btn-invisible'\n      tooltip='Delete Section'\n    >\n      <$action-deletetiddler\n        $tiddler=<<currentTiddler>>\n      />\n      {{$:/core/images/delete-button}}\n    </$button>\n  </$list>\n</$reveal>\n\n<ul>\n  <$list\n    filter='[<currentTiddler>indexes[]butlast[]]'\n    variable='item'\n  >\n    \"<$view tiddler=<<item>> field=title/>\":\n    <$list\n      filter='[<currentTiddler>getindex<item>type[application/json]]'\n      emptyMessage=\"\"\"<<EditButton>>,\"\"\"\n    >\n      {{||$:/plugins/OokTech/Bob/EditableJSONViewTemplate}},\n    </$list>\n    <br>\n  </$list>\n  <$list\n    filter='[<currentTiddler>indexes[]last[]]'\n    variable='item'\n  >\n    \"<$view tiddler=<<item>> field=title/>\":\n    <$list\n      filter='[<currentTiddler>getindex<item>type[application/json]]'\n      emptyMessage=\"\"\"<<EditButton>>\"\"\"\n    >\n      {{||$:/plugins/OokTech/Bob/EditableJSONViewTemplate}}\n    </$list>\n    <br>\n  </$list>\n  <$reveal\n    type='nomatch'\n    state=<<thisNewItemState>>\n    text=editing\n  >\n    <$reveal type='match'\n      state='$:/state/Bob/EditManualSettings'\n      text='true'\n      tag='span'\n    >\n      <$button\n        tooltip='Add Property'\n      >\n        {{$:/core/images/new-button}}\n        <$action-setfield\n          $tiddler=<<thisNewItemState>>\n          text=editing\n          item_type=Field\n        />\n      </$button>\n    </$reveal>\n  </$reveal>\n  <$reveal\n    type='match'\n    state=<<thisNewItemState>>\n    text=editing\n  >\n    <$edit-text\n      tiddler=<<thisNewItemValues>>\n      field='new_name'\n    />:\n    <$radio\n      tiddler=<<thisNewItemState>>\n      field=item_type\n      value='Object'\n    >\n      Object\n    </$radio>\n    <$radio\n      tiddler=<<thisNewItemState>>\n      field=item_type\n      value='Field'\n    >\n      Field\n    </$radio>\n    <$list\n      filter='[<thisNewItemState>item_type[Field]]'\n      variable=dummy\n      emptyMessage=\"<br>\"\n    >\n      <$edit-text\n        tiddler=<<thisNewItemValues>>\n        field='new_value'\n        class='tc-edit-texteditor'\n      />\n    </$list>\n    <$button\n      class='tc-btn-invisible'\n      tooltip='Save'\n    >\n      {{$:/core/images/save-button}}\n      <$set\n        name=CurrentLevel\n        value=<<currentTiddler>>\n      >\n        <$list\n          filter='[<thisNewItemState>item_type[Object]]'\n          variable=unused\n          emptyMessage=\"\"\"\n          <$tiddler\n            tiddler=<<thisNewItemValues>>\n          >\n          <$action-setfield\n            $tiddler=<<CurrentLevel>>\n            $index={{!!new_name}}\n            $value={{!!new_value}}\n          />\n          </$tiddler>\"\"\"\n        >\n          <$tiddler\n            tiddler=<<thisNewItemValues>>\n          >\n            <$list\n              filter='[<CurrentLevel>addsuffix[/]addsuffix{!!new_name}]'\n              variable='NewName'\n            >\n              <$action-setfield\n                $tiddler=<<NewName>>\n                type='application/json'\n                text='{}'\n              />\n              <$action-setfield\n                $tiddler=<<CurrentLevel>>\n                $index={{!!new_name}}\n                $value=<<NewName>>\n              />\n            </$list>\n          </$tiddler>\n        </$list>\n      </$set>\n      <$action-setfield\n        $tiddler=<<thisNewItemState>>\n        text=''\n      />\n      <$action-deletetiddler\n        $tiddler=<<thisNewItemState>>\n      />\n      <$action-setfield\n        $tiddler=<<thisNewItemValues>>\n        text=''\n      />\n      <$action-deletetiddler\n        $tiddler=<<thisNewItemValues>>\n      />\n    </$button>\n    <$button\n      class='tc-btn-invisible'\n      tooltip='Cancel'\n    >\n      {{$:/core/images/cancel-button}}\n      <$action-setfield\n        $tiddler=<<thisNewItemState>>\n        text=''\n      />\n      <$action-deletetiddler\n        $tiddler=<<thisNewItemState>>\n      />\n    </$button>\n  </$reveal>\n</ul>\n}\n"
        },
        "$:/plugins/OokTech/Bob/Federation/RemoteServerTemplate": {
            "title": "$:/plugins/OokTech/Bob/Federation/RemoteServerTemplate",
            "text": "Connection Status:\n<$list\n  filter='[field:connection_status[connected]]'\n  emptyMessage=\"\"\"\n  Disconnected\n  <$button>\n    Connect\n  </$button>\n  \"\"\"\n  variable=unused\n>\n  Connected\n  <$button>\n    Disconnect\n  </$button>\n</$list>\n\n<$list\n  filter='[field:allows_login[yes]]'\n  variable=unused\n  emptyMessage='Server does not allow login'\n>\n  //Login Interface Here//\n</$list>\n\n!! Available Wikis on <$view field='name'><$view field='title'/></$view>\n\n<table>\n  <tr>\n    <th>\n      Edit\n    </th>\n    <th>\n      Remote Wiki Name\n    </th>\n    <th>\n      Local Wiki Name\n    </th>\n    <th>\n      Pubilc\n    </th>\n    <th>\n      Sync Filter\n    </th>\n    <th>\n      Sync Type\n    </th>\n    <th>\n      Conflict Handling\n    </th>\n    <th>\n      Auto Sync\n    </th>\n    <th>\n      Sync Now\n    </th>\n  </tr>\n  <$list\n    filter='[enlist{!!available_wikis}addprefix[/wikis/]addprefix<currentTiddler>]'\n    emptyMessage='<tr><td colspan=8>No Wikis Available</td></tr>'\n  >\n    {{||$:/plugins/OokTech/Bob/Federation/AvailableWikisListingTemplate}}\n  </$list>\n</table>\n\n!! Available Chats\n\n<table>\n  <tr>\n    <th>\n      Chat Name\n    </th>\n    <th>\n      Public?\n    </th>\n    <th>\n    </th>\n  </tr>\n  <$list\n    filter='[enlist{!!available_chats}addprefix[/chats/]addprefix<currentTiddler>]'\n    emptyMessage='No Chats Available'\n  >\n    {{||$:/plugins/OokTech/Bob/Federation/AvailableChatsListingTemplate}}\n  </$list>\n</table>\n"
        },
        "$:/plugins/OokTech/Bob/Templates/WikiAccessManager": {
            "title": "$:/plugins/OokTech/Bob/Templates/WikiAccessManager",
            "text": "!!Wiki Access for {{!!wiki_name}}\n\n!! Public\n\nPublic wikis can be viewed by anyone even without logging in.\n\nPublic: {{!!public}} (needs set public/set private button here)\n\n!! Individual Access\n\nThe lists here are individuals that have different permissions on the wiki.\nIn the future you will be able to define groups and assign permissions to\ngroups as a whole in addition to individuals, but that isn't fully implemented\nyet.\n\nViewers are people who can view the wiki when they are logged in.\n\nViewers: {{!!viewers}} (needs a way to edit viewers list)\n\nEditors are people who can edit the wiki when they are logged in\n\nEditors: {{!!editors}} (needs a way to edit viewers list)\n\nPushers are people who can push tiddlers to a wiki when they are logged in\n\nPushers: {{!!pushers}} (needs a way to edit viewers list)\n\nFetchers are people who can fetch tiddlers from a wiki when logged in\n\nFetchers: {{!!fetchers}} (needs a way to edit viewers list)\n\n!! Authentication Level Access\n\nAuthentication level access is access granted to a person based on their login\nlevel.\nSo `Guest` access would apply to anyone with a guest account, `Normal` applies\nto everyone with a normal login and `Admin` shows what permissions admin\naccounts have.\n\nGuest Access: {{!!guest_access}} (needs a way to edit guest access permissions)\n\nNormal Access: {{!!normal_access}} (needs a way to edit normal access permissions)\n\nAdmin access is how much access someone logged in with an admin account has.\nThis is a server wide setting and can only be changed by an admin.\n\nAdmin Access: {{!!admin_access}} (admin access to wikis is a server setting, people can't set this for individual wikis)"
        },
        "$:/plugins/OokTech/Bob/Federation/AvailableWikisListingTemplate": {
            "title": "$:/plugins/OokTech/Bob/Federation/AvailableWikisListingTemplate",
            "text": "<tr>\n  <th>\n    <$button\n      class='tc-btn-invisible'\n    >\n      <$list\n        filter='[<currentTiddler>!field:edit[edit]]'\n        emptyMessage=\"\"\"\n        {{$:/core/images/save-button}}\n        <$action-setfield\n          edit=''\n        />\n        <$action-websocketmessage\n          $type='updateFederatedConnectionInfo'\n          $tiddler=<<currentTiddler>>\n        />\n        \"\"\"\n        variable=unused\n      >\n        {{$:/core/images/edit-button}}\n        <$action-setfield\n          edit='edit'\n        />\n      </$list>\n    </$button>\n  </th>\n  <th>\n    <$view\n      field='name'\n    >\n      <$view\n        field='title'\n      />\n    </$view>\n  </th>\n  <td>\n    <$list\n      filter='[<currentTiddler>!field:edit[edit]]'\n      emptyMessage=\"\"\"\n      <$edit-text\n        field='local_name'\n        default={{!!name}}\n      />\n      \"\"\"\n      variable=unused\n    >\n      <$view\n        field='local_name'\n      >\n        <$view\n          field='name'\n        >\n          --\n        </$view>\n      </$view>\n    </$list>\n  </td>\n  <td>\n    <$view\n      field='public'\n    >\n      No\n    </$view>\n  </td>\n  <td>\n    <$list\n      filter='[<currentTiddler>!field:edit[edit]]'\n      emptyMessage=\"\"\"\n      <$edit-text\n        field='sync_filter'\n        default=''\n      />\n      \"\"\"\n      variable=unused\n    >\n      <$view\n        field='sync_filter'\n      >\n        --\n      </$view>\n    </$list>\n  </td>\n  <td>\n    <$list\n      filter='[<currentTiddler>!field:edit[edit]]'\n      emptyMessage=\"\"\"\n        <$select\n          field='sync_type'\n          default='none'\n        >\n          <option\n            value=''\n          >\n            None\n          </option>\n          <option\n            value='bidirectional'\n          >\n            Bidirectional\n          </option>\n          <option\n            value='pull'\n          >\n            Pull Only\n          </option>\n          <option\n            value='push'\n          >\n            Push Only\n          </option>\n        </$select>\n      \"\"\"\n      variable=unused\n    >\n      <$view\n        field='sync_type'\n      >\n        None\n      </$view>\n    </$list>\n  </td>\n  <td>\n    <$list\n      filter='[<currentTiddler>!field:edit[edit]]'\n      emptyMessage=\"\"\"\n      <$select\n        field='conflict_type'\n        default='localWins'\n      >\n        <option\n          value='newestWins'\n        >\n          Newest Wins\n        </option>\n        <option\n          value='oldestWins'\n        >\n          Oldest Wins\n        </option>\n        <option\n          value='localWins'\n        >\n          Local Wins\n        </option>\n        <option\n          value='remoteWins'\n        >\n          Remote Wins\n        </option>\n        <option\n          value='manual'\n        >\n          Manual\n        </option>\n      </$select>\n      \"\"\"\n      variable=unused\n    >\n      <$view\n        field='conflict_type'\n      >\n        Local Wins\n      </$view>\n    </$list>\n  </td>\n  <td>\n  <$list\n    filter='[<currentTiddler>!field:edit[edit]]'\n    emptyMessage=\"\"\"\n    <$select\n      field='auto_sync'\n      default='no'\n    >\n      <option\n        value='yes'\n      >\n        Yes\n      </option>\n      <option\n        value='no'\n      >\n        No\n      </option>\n    </$select>\n    \"\"\"\n    variable=unused\n  >\n    <$view\n      field='auto_sync'\n    >\n      No\n    </$view>\n  </$list>\n  </td>\n  <td>\n    <$button>\n      Sync Now\n      <$action-websocketmessage\n        $type='sendRemoteMessage'\n        $server={{{ [{$:/state/Federation/SelectedRemoteServer}get[name]] }}}\n        $message=\"requestHashes\"\n        $tiddler=<<currentTiddler>>\n        filter={{!!sync_filter}}\n        fromWiki={{{ [<currentTiddler>split[/]nth[6]] }}}\n      />\n    </$button>\n  </td>\n</tr>\n"
        },
        "$:/plugins/OokTech/Bob/External/IP/ip.js": {
            "text": "(function(){\n'use strict';\n\nvar ip = exports;\nvar Buffer = require('buffer').Buffer;\nvar os = require('os');\n\nip.toBuffer = function(ip, buff, offset) {\n  offset = ~~offset;\n\n  var result;\n\n  if (this.isV4Format(ip)) {\n    result = buff || new Buffer(offset + 4);\n    ip.split(/\\./g).map(function(byte) {\n      result[offset++] = parseInt(byte, 10) & 0xff;\n    });\n  } else if (this.isV6Format(ip)) {\n    var sections = ip.split(':', 8);\n\n    var i;\n    for (i = 0; i < sections.length; i++) {\n      var isv4 = this.isV4Format(sections[i]);\n      var v4Buffer;\n\n      if (isv4) {\n        v4Buffer = this.toBuffer(sections[i]);\n        sections[i] = v4Buffer.slice(0, 2).toString('hex');\n      }\n\n      if (v4Buffer && ++i < 8) {\n        sections.splice(i, 0, v4Buffer.slice(2, 4).toString('hex'));\n      }\n    }\n\n    if (sections[0] === '') {\n      while (sections.length < 8) sections.unshift('0');\n    } else if (sections[sections.length - 1] === '') {\n      while (sections.length < 8) sections.push('0');\n    } else if (sections.length < 8) {\n      for (i = 0; i < sections.length && sections[i] !== ''; i++);\n      var argv = [ i, 1 ];\n      for (i = 9 - sections.length; i > 0; i--) {\n        argv.push('0');\n      }\n      sections.splice.apply(sections, argv);\n    }\n\n    result = buff || new Buffer(offset + 16);\n    for (i = 0; i < sections.length; i++) {\n      var word = parseInt(sections[i], 16);\n      result[offset++] = (word >> 8) & 0xff;\n      result[offset++] = word & 0xff;\n    }\n  }\n\n  if (!result) {\n    throw Error('Invalid ip address: ' + ip);\n  }\n\n  return result;\n};\n\nip.toString = function(buff, offset, length) {\n  offset = ~~offset;\n  length = length || (buff.length - offset);\n\n  var result = [];\n  if (length === 4) {\n    // IPv4\n    for (var i = 0; i < length; i++) {\n      result.push(buff[offset + i]);\n    }\n    result = result.join('.');\n  } else if (length === 16) {\n    // IPv6\n    for (var i = 0; i < length; i += 2) {\n      result.push(buff.readUInt16BE(offset + i).toString(16));\n    }\n    result = result.join(':');\n    result = result.replace(/(^|:)0(:0)*:0(:|$)/, '$1::$3');\n    result = result.replace(/:{3,4}/, '::');\n  }\n\n  return result;\n};\n\nvar ipv4Regex = /^(\\d{1,3}\\.){3,3}\\d{1,3}$/;\nvar ipv6Regex =\n    /^(::)?(((\\d{1,3}\\.){3}(\\d{1,3}){1})?([0-9a-f]){0,4}:{0,2}){1,8}(::)?$/i;\n\nip.isV4Format = function(ip) {\n  return ipv4Regex.test(ip);\n};\n\nip.isV6Format = function(ip) {\n  return ipv6Regex.test(ip);\n};\nfunction _normalizeFamily(family) {\n  return family ? family.toLowerCase() : 'ipv4';\n}\n\nip.fromPrefixLen = function(prefixlen, family) {\n  if (prefixlen > 32) {\n    family = 'ipv6';\n  } else {\n    family = _normalizeFamily(family);\n  }\n\n  var len = 4;\n  if (family === 'ipv6') {\n    len = 16;\n  }\n  var buff = new Buffer(len);\n\n  for (var i = 0, n = buff.length; i < n; ++i) {\n    var bits = 8;\n    if (prefixlen < 8) {\n      bits = prefixlen;\n    }\n    prefixlen -= bits;\n\n    buff[i] = ~(0xff >> bits) & 0xff;\n  }\n\n  return ip.toString(buff);\n};\n\nip.mask = function(addr, mask) {\n  addr = ip.toBuffer(addr);\n  mask = ip.toBuffer(mask);\n\n  var result = new Buffer(Math.max(addr.length, mask.length));\n\n  var i = 0;\n  // Same protocol - do bitwise and\n  if (addr.length === mask.length) {\n    for (i = 0; i < addr.length; i++) {\n      result[i] = addr[i] & mask[i];\n    }\n  } else if (mask.length === 4) {\n    // IPv6 address and IPv4 mask\n    // (Mask low bits)\n    for (i = 0; i < mask.length; i++) {\n      result[i] = addr[addr.length - 4  + i] & mask[i];\n    }\n  } else {\n    // IPv6 mask and IPv4 addr\n    for (var i = 0; i < result.length - 6; i++) {\n      result[i] = 0;\n    }\n\n    // ::ffff:ipv4\n    result[10] = 0xff;\n    result[11] = 0xff;\n    for (i = 0; i < addr.length; i++) {\n      result[i + 12] = addr[i] & mask[i + 12];\n    }\n    i = i + 12;\n  }\n  for (; i < result.length; i++)\n    result[i] = 0;\n\n  return ip.toString(result);\n};\n\nip.cidr = function(cidrString) {\n  var cidrParts = cidrString.split('/');\n\n  var addr = cidrParts[0];\n  if (cidrParts.length !== 2)\n    throw new Error('invalid CIDR subnet: ' + addr);\n\n  var mask = ip.fromPrefixLen(parseInt(cidrParts[1], 10));\n\n  return ip.mask(addr, mask);\n};\n\nip.subnet = function(addr, mask) {\n  var networkAddress = ip.toLong(ip.mask(addr, mask));\n\n  // Calculate the mask's length.\n  var maskBuffer = ip.toBuffer(mask);\n  var maskLength = 0;\n\n  for (var i = 0; i < maskBuffer.length; i++) {\n    if (maskBuffer[i] === 0xff) {\n      maskLength += 8;\n    } else {\n      var octet = maskBuffer[i] & 0xff;\n      while (octet) {\n        octet = (octet << 1) & 0xff;\n        maskLength++;\n      }\n    }\n  }\n\n  var numberOfAddresses = Math.pow(2, 32 - maskLength);\n\n  return {\n    networkAddress: ip.fromLong(networkAddress),\n    firstAddress: numberOfAddresses <= 2 ?\n                    ip.fromLong(networkAddress) :\n                    ip.fromLong(networkAddress + 1),\n    lastAddress: numberOfAddresses <= 2 ?\n                    ip.fromLong(networkAddress + numberOfAddresses - 1) :\n                    ip.fromLong(networkAddress + numberOfAddresses - 2),\n    broadcastAddress: ip.fromLong(networkAddress + numberOfAddresses - 1),\n    subnetMask: mask,\n    subnetMaskLength: maskLength,\n    numHosts: numberOfAddresses <= 2 ?\n                numberOfAddresses : numberOfAddresses - 2,\n    length: numberOfAddresses,\n    contains: function(other) {\n      return networkAddress === ip.toLong(ip.mask(other, mask));\n    }\n  };\n};\n\nip.cidrSubnet = function(cidrString) {\n  var cidrParts = cidrString.split('/');\n\n  var addr = cidrParts[0];\n  if (cidrParts.length !== 2)\n    throw new Error('invalid CIDR subnet: ' + addr);\n\n  var mask = ip.fromPrefixLen(parseInt(cidrParts[1], 10));\n\n  return ip.subnet(addr, mask);\n};\n\nip.not = function(addr) {\n  var buff = ip.toBuffer(addr);\n  for (var i = 0; i < buff.length; i++) {\n    buff[i] = 0xff ^ buff[i];\n  }\n  return ip.toString(buff);\n};\n\nip.or = function(a, b) {\n  a = ip.toBuffer(a);\n  b = ip.toBuffer(b);\n\n  // same protocol\n  if (a.length === b.length) {\n    for (var i = 0; i < a.length; ++i) {\n      a[i] |= b[i];\n    }\n    return ip.toString(a);\n\n  // mixed protocols\n  } else {\n    var buff = a;\n    var other = b;\n    if (b.length > a.length) {\n      buff = b;\n      other = a;\n    }\n\n    var offset = buff.length - other.length;\n    for (var i = offset; i < buff.length; ++i) {\n      buff[i] |= other[i - offset];\n    }\n\n    return ip.toString(buff);\n  }\n};\n\nip.isEqual = function(a, b) {\n  a = ip.toBuffer(a);\n  b = ip.toBuffer(b);\n\n  // Same protocol\n  if (a.length === b.length) {\n    for (var i = 0; i < a.length; i++) {\n      if (a[i] !== b[i]) return false;\n    }\n    return true;\n  }\n\n  // Swap\n  if (b.length === 4) {\n    var t = b;\n    b = a;\n    a = t;\n  }\n\n  // a - IPv4, b - IPv6\n  for (var i = 0; i < 10; i++) {\n    if (b[i] !== 0) return false;\n  }\n\n  var word = b.readUInt16BE(10);\n  if (word !== 0 && word !== 0xffff) return false;\n\n  for (var i = 0; i < 4; i++) {\n    if (a[i] !== b[i + 12]) return false;\n  }\n\n  return true;\n};\n\nip.isPrivate = function(addr) {\n  return /^(::f{4}:)?10\\.([0-9]{1,3})\\.([0-9]{1,3})\\.([0-9]{1,3})$/i\n      .test(addr) ||\n    /^(::f{4}:)?192\\.168\\.([0-9]{1,3})\\.([0-9]{1,3})$/i.test(addr) ||\n    /^(::f{4}:)?172\\.(1[6-9]|2\\d|30|31)\\.([0-9]{1,3})\\.([0-9]{1,3})$/i\n      .test(addr) ||\n    /^(::f{4}:)?127\\.([0-9]{1,3})\\.([0-9]{1,3})\\.([0-9]{1,3})$/i.test(addr) ||\n    /^(::f{4}:)?169\\.254\\.([0-9]{1,3})\\.([0-9]{1,3})$/i.test(addr) ||\n    /^f[cd][0-9a-f]{2}:/i.test(addr) ||\n    /^fe80:/i.test(addr) ||\n    /^::1$/.test(addr) ||\n    /^::$/.test(addr);\n};\n\nip.isPublic = function(addr) {\n  return !ip.isPrivate(addr);\n};\n\nip.isLoopback = function(addr) {\n  return /^(::f{4}:)?127\\.([0-9]{1,3})\\.([0-9]{1,3})\\.([0-9]{1,3})/\n      .test(addr) ||\n    /^fe80::1$/.test(addr) ||\n    /^::1$/.test(addr) ||\n    /^::$/.test(addr);\n};\n\nip.loopback = function(family) {\n  //\n  // Default to `ipv4`\n  //\n  family = _normalizeFamily(family);\n\n  if (family !== 'ipv4' && family !== 'ipv6') {\n    throw new Error('family must be ipv4 or ipv6');\n  }\n\n  return family === 'ipv4' ? '127.0.0.1' : 'fe80::1';\n};\n\n//\n// ### function address (name, family)\n// #### @name {string|'public'|'private'} **Optional** Name or security\n//      of the network interface.\n// #### @family {ipv4|ipv6} **Optional** IP family of the address (defaults\n//      to ipv4).\n//\n// Returns the address for the network interface on the current system with\n// the specified `name`:\n//   * String: First `family` address of the interface.\n//             If not found see `undefined`.\n//   * 'public': the first public ip address of family.\n//   * 'private': the first private ip address of family.\n//   * undefined: First address with `ipv4` or loopback address `127.0.0.1`.\n//\nip.address = function(name, family) {\n  var interfaces = os.networkInterfaces();\n  var all;\n\n  //\n  // Default to `ipv4`\n  //\n  family = _normalizeFamily(family);\n\n  //\n  // If a specific network interface has been named,\n  // return the address.\n  //\n  if (name && name !== 'private' && name !== 'public') {\n    var res = interfaces[name].filter(function(details) {\n      var itemFamily = details.family.toLowerCase();\n      return itemFamily === family;\n    });\n    if (res.length === 0)\n      return undefined;\n    return res[0].address;\n  }\n\n  var all = Object.keys(interfaces).map(function (nic) {\n    //\n    // Note: name will only be `public` or `private`\n    // when this is called.\n    //\n    var addresses = interfaces[nic].filter(function (details) {\n      details.family = details.family.toLowerCase();\n      if (details.family !== family || ip.isLoopback(details.address)) {\n        return false;\n      } else if (!name) {\n        return true;\n      }\n\n      return name === 'public' ? ip.isPrivate(details.address) :\n          ip.isPublic(details.address);\n    });\n\n    return addresses.length ? addresses[0].address : undefined;\n  }).filter(Boolean);\n\n  return !all.length ? ip.loopback(family) : all[0];\n};\n\nip.toLong = function(ip) {\n  var ipl = 0;\n  ip.split('.').forEach(function(octet) {\n    ipl <<= 8;\n    ipl += parseInt(octet);\n  });\n  return(ipl >>> 0);\n};\n\nip.fromLong = function(ipl) {\n  return ((ipl >>> 24) + '.' +\n      (ipl >> 16 & 255) + '.' +\n      (ipl >> 8 & 255) + '.' +\n      (ipl & 255) );\n};\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/IP/ip.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/IP/README": {
            "text": "# IP  \n[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)  \n\nIP address utilities for node.js\n\n## Installation\n\n###  npm\n```shell\nnpm install ip\n```\n\n### git\n\n```shell\ngit clone https://github.com/indutny/node-ip.git\n```\n  \n## Usage\nGet your ip address, compare ip addresses, validate ip addresses, etc.\n\n```js\nvar ip = require('ip');\n\nip.address() // my ip address\nip.isEqual('::1', '::0:1'); // true\nip.toBuffer('127.0.0.1') // Buffer([127, 0, 0, 1])\nip.toString(new Buffer([127, 0, 0, 1])) // 127.0.0.1\nip.fromPrefixLen(24) // 255.255.255.0\nip.mask('192.168.1.134', '255.255.255.0') // 192.168.1.0\nip.cidr('192.168.1.134/26') // 192.168.1.128\nip.not('255.255.255.0') // 0.0.0.255\nip.or('192.168.1.134', '0.0.0.255') // 192.168.1.255\nip.isPrivate('127.0.0.1') // true\nip.isV4Format('127.0.0.1'); // true\nip.isV6Format('::ffff:127.0.0.1'); // true\n\n// operate on buffers in-place\nvar buf = new Buffer(128);\nvar offset = 64;\nip.toBuffer('127.0.0.1', buf, offset);  // [127, 0, 0, 1] at offset 64\nip.toString(buf, offset, 4);            // '127.0.0.1'\n\n// subnet information\nip.subnet('192.168.1.134', '255.255.255.192')\n// { networkAddress: '192.168.1.128',\n//   firstAddress: '192.168.1.129',\n//   lastAddress: '192.168.1.190',\n//   broadcastAddress: '192.168.1.191',\n//   subnetMask: '255.255.255.192',\n//   subnetMaskLength: 26,\n//   numHosts: 62,\n//   length: 64,\n//   contains: function(addr){...} }\nip.cidrSubnet('192.168.1.134/26')\n// Same as previous.\n\n// range checking\nip.cidrSubnet('192.168.1.134/26').contains('192.168.1.190') // true\n\n\n// ipv4 long conversion\nip.toLong('127.0.0.1'); // 2130706433\nip.fromLong(2130706433); // '127.0.0.1'\n```\n\n### License\n\nThis software is licensed under the MIT License.\n\nCopyright Fedor Indutny, 2012.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the\nfollowing conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\nNO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n",
            "type": "text/plain",
            "title": "$:/plugins/OokTech/Bob/External/IP/README"
        },
        "$:/plugins/OokTech/Bob/External/WS/ws.js": {
            "text": "(function(){\n'use strict';\n\nconst WebSocket = require('./lib/websocket');\n\nWebSocket.Server = require('./lib/websocket-server');\nWebSocket.Receiver = require('./lib/receiver');\nWebSocket.Sender = require('./lib/sender');\n\nmodule.exports = WebSocket;\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/ws.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/WS/README": {
            "text": "# ws: a Node.js WebSocket library\n\n[![Version npm](https://img.shields.io/npm/v/ws.svg)](https://www.npmjs.com/package/ws)\n[![Linux Build](https://img.shields.io/travis/websockets/ws/master.svg)](https://travis-ci.org/websockets/ws)\n[![Windows Build](https://ci.appveyor.com/api/projects/status/github/websockets/ws?branch=master&svg=true)](https://ci.appveyor.com/project/lpinca/ws)\n[![Coverage Status](https://img.shields.io/coveralls/websockets/ws/master.svg)](https://coveralls.io/r/websockets/ws?branch=master)\n\nws is a simple to use, blazing fast, and thoroughly tested WebSocket client\nand server implementation.\n\nPasses the quite extensive Autobahn test suite: [server][server-report],\n[client][client-report].\n\n**Note**: This module does not work in the browser. The client in the docs is a\nreference to a back end with the role of a client in the WebSocket\ncommunication. Browser clients must use the native\n[`WebSocket`](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) object.\nTo make the same code work seamlessly on Node.js and the browser, you can use\none of the many wrappers available on npm, like\n[isomorphic-ws](https://github.com/heineiuo/isomorphic-ws).\n\n## Table of Contents\n\n* [Protocol support](#protocol-support)\n* [Installing](#installing)\n  + [Opt-in for performance and spec compliance](#opt-in-for-performance-and-spec-compliance)\n* [API docs](#api-docs)\n* [WebSocket compression](#websocket-compression)\n* [Usage examples](#usage-examples)\n  + [Sending and receiving text data](#sending-and-receiving-text-data)\n  + [Sending binary data](#sending-binary-data)\n  + [Simple server](#simple-server)\n  + [External HTTP/S server](#external-https-server)\n  + [Multiple servers sharing a single HTTP/S server](#multiple-servers-sharing-a-single-https-server)\n  + [Server broadcast](#server-broadcast)\n  + [echo.websocket.org demo](#echowebsocketorg-demo)\n  + [Other examples](#other-examples)\n* [Error handling best practices](#error-handling-best-practices)\n* [FAQ](#faq)\n  + [How to get the IP address of the client?](#how-to-get-the-ip-address-of-the-client)\n  + [How to detect and close broken connections?](#how-to-detect-and-close-broken-connections)\n  + [How to connect via a proxy?](#how-to-connect-via-a-proxy)\n* [Changelog](#changelog)\n* [License](#license)\n\n## Protocol support\n\n* **HyBi drafts 07-12** (Use the option `protocolVersion: 8`)\n* **HyBi drafts 13-17** (Current default, alternatively option `protocolVersion: 13`)\n\n## Installing\n\n```\nnpm install --save ws\n```\n\n### Opt-in for performance and spec compliance\n\nThere are 2 optional modules that can be installed along side with the ws\nmodule. These modules are binary addons which improve certain operations.\nPrebuilt binaries are available for the most popular platforms so you don't\nnecessarily need to have a C++ compiler installed on your machine.\n\n- `npm install --save-optional bufferutil`: Allows to efficiently perform\n  operations such as masking and unmasking the data payload of the WebSocket\n  frames.\n- `npm install --save-optional utf-8-validate`: Allows to efficiently check\n  if a message contains valid UTF-8 as required by the spec.\n\n## API docs\n\nSee [`/doc/ws.md`](./doc/ws.md) for Node.js-like docs for the ws classes.\n\n## WebSocket compression\n\nws supports the [permessage-deflate extension][permessage-deflate] which\nenables the client and server to negotiate a compression algorithm and its\nparameters, and then selectively apply it to the data payloads of each\nWebSocket message.\n\nThe extension is disabled by default on the server and enabled by default on\nthe client. It adds a significant overhead in terms of performance and memory\nconsumption so we suggest to enable it only if it is really needed.\n\nNote that Node.js has a variety of issues with high-performance compression,\nwhere increased concurrency, especially on Linux, can lead to\n[catastrophic memory fragmentation][node-zlib-bug] and slow performance.\nIf you intend to use permessage-deflate in production, it is worthwhile to set\nup a test representative of your workload and ensure Node.js/zlib will handle\nit with acceptable performance and memory usage.\n\nTuning of permessage-deflate can be done via the options defined below. You can\nalso use `zlibDeflateOptions` and `zlibInflateOptions`, which is passed directly\ninto the creation of [raw deflate/inflate streams][node-zlib-deflaterawdocs].\n\nSee [the docs][ws-server-options] for more options.\n\n```js\nconst WebSocket = require('ws');\n\nconst wss = new WebSocket.Server({\n  port: 8080,\n  perMessageDeflate: {\n    zlibDeflateOptions: { // See zlib defaults.\n      chunkSize: 1024,\n      memLevel: 7,\n      level: 3,\n    },\n    zlibInflateOptions: {\n      chunkSize: 10 * 1024\n    },\n    // Other options settable:\n    clientNoContextTakeover: true, // Defaults to negotiated value.\n    serverNoContextTakeover: true, // Defaults to negotiated value.\n    clientMaxWindowBits: 10,       // Defaults to negotiated value.\n    serverMaxWindowBits: 10,       // Defaults to negotiated value.\n    // Below options specified as default values.\n    concurrencyLimit: 10,          // Limits zlib concurrency for perf.\n    threshold: 1024,               // Size (in bytes) below which messages\n                                   // should not be compressed.\n  }\n});\n```\n\nThe client will only use the extension if it is supported and enabled on the\nserver. To always disable the extension on the client set the\n`perMessageDeflate` option to `false`.\n\n```js\nconst WebSocket = require('ws');\n\nconst ws = new WebSocket('ws://www.host.com/path', {\n  perMessageDeflate: false\n});\n```\n\n## Usage examples\n\n### Sending and receiving text data\n\n```js\nconst WebSocket = require('ws');\n\nconst ws = new WebSocket('ws://www.host.com/path');\n\nws.on('open', function open() {\n  ws.send('something');\n});\n\nws.on('message', function incoming(data) {\n  console.log(data);\n});\n```\n\n### Sending binary data\n\n```js\nconst WebSocket = require('ws');\n\nconst ws = new WebSocket('ws://www.host.com/path');\n\nws.on('open', function open() {\n  const array = new Float32Array(5);\n\n  for (var i = 0; i < array.length; ++i) {\n    array[i] = i / 2;\n  }\n\n  ws.send(array);\n});\n```\n\n### Simple server\n\n```js\nconst WebSocket = require('ws');\n\nconst wss = new WebSocket.Server({ port: 8080 });\n\nwss.on('connection', function connection(ws) {\n  ws.on('message', function incoming(message) {\n    console.log('received: %s', message);\n  });\n\n  ws.send('something');\n});\n```\n\n### External HTTP/S server\n\n```js\nconst fs = require('fs');\nconst https = require('https');\nconst WebSocket = require('ws');\n\nconst server = new https.createServer({\n  cert: fs.readFileSync('/path/to/cert.pem'),\n  key: fs.readFileSync('/path/to/key.pem')\n});\nconst wss = new WebSocket.Server({ server });\n\nwss.on('connection', function connection(ws) {\n  ws.on('message', function incoming(message) {\n    console.log('received: %s', message);\n  });\n\n  ws.send('something');\n});\n\nserver.listen(8080);\n```\n\n### Multiple servers sharing a single HTTP/S server\n\n```js\nconst http = require('http');\nconst WebSocket = require('ws');\n\nconst server = http.createServer();\nconst wss1 = new WebSocket.Server({ noServer: true });\nconst wss2 = new WebSocket.Server({ noServer: true });\n\nwss1.on('connection', function connection(ws) {\n  // ...\n});\n\nwss2.on('connection', function connection(ws) {\n  // ...\n});\n\nserver.on('upgrade', function upgrade(request, socket, head) {\n  const pathname = url.parse(request.url).pathname;\n\n  if (pathname === '/foo') {\n    wss1.handleUpgrade(request, socket, head, function done(ws) {\n      wss1.emit('connection', ws, request);\n    });\n  } else if (pathname === '/bar') {\n    wss2.handleUpgrade(request, socket, head, function done(ws) {\n      wss2.emit('connection', ws, request);\n    });\n  } else {\n    socket.destroy();\n  }\n});\n\nserver.listen(8080);\n```\n\n### Server broadcast\n\n```js\nconst WebSocket = require('ws');\n\nconst wss = new WebSocket.Server({ port: 8080 });\n\n// Broadcast to all.\nwss.broadcast = function broadcast(data) {\n  wss.clients.forEach(function each(client) {\n    if (client.readyState === WebSocket.OPEN) {\n      client.send(data);\n    }\n  });\n};\n\nwss.on('connection', function connection(ws) {\n  ws.on('message', function incoming(data) {\n    // Broadcast to everyone else.\n    wss.clients.forEach(function each(client) {\n      if (client !== ws && client.readyState === WebSocket.OPEN) {\n        client.send(data);\n      }\n    });\n  });\n});\n```\n\n### echo.websocket.org demo\n\n```js\nconst WebSocket = require('ws');\n\nconst ws = new WebSocket('wss://echo.websocket.org/', {\n  origin: 'https://websocket.org'\n});\n\nws.on('open', function open() {\n  console.log('connected');\n  ws.send(Date.now());\n});\n\nws.on('close', function close() {\n  console.log('disconnected');\n});\n\nws.on('message', function incoming(data) {\n  console.log(`Roundtrip time: ${Date.now() - data} ms`);\n\n  setTimeout(function timeout() {\n    ws.send(Date.now());\n  }, 500);\n});\n```\n\n### Other examples\n\nFor a full example with a browser client communicating with a ws server, see the\nexamples folder.\n\nOtherwise, see the test cases.\n\n## Error handling best practices\n\n```js\n// If the WebSocket is closed before the following send is attempted\nws.send('something');\n\n// Errors (both immediate and async write errors) can be detected in an optional\n// callback. The callback is also the only way of being notified that data has\n// actually been sent.\nws.send('something', function ack(error) {\n  // If error is not defined, the send has been completed, otherwise the error\n  // object will indicate what failed.\n});\n\n// Immediate errors can also be handled with `try...catch`, but **note** that\n// since sends are inherently asynchronous, socket write failures will *not* be\n// captured when this technique is used.\ntry { ws.send('something'); }\ncatch (e) { /* handle error */ }\n```\n\n## FAQ\n\n### How to get the IP address of the client?\n\nThe remote IP address can be obtained from the raw socket.\n\n```js\nconst WebSocket = require('ws');\n\nconst wss = new WebSocket.Server({ port: 8080 });\n\nwss.on('connection', function connection(ws, req) {\n  const ip = req.connection.remoteAddress;\n});\n```\n\nWhen the server runs behind a proxy like NGINX, the de-facto standard is to use\nthe `X-Forwarded-For` header.\n\n```js\nwss.on('connection', function connection(ws, req) {\n  const ip = req.headers['x-forwarded-for'].split(/\\s*,\\s*/)[0];\n});\n```\n\n### How to detect and close broken connections?\n\nSometimes the link between the server and the client can be interrupted in a\nway that keeps both the server and the client unaware of the broken state of the\nconnection (e.g. when pulling the cord).\n\nIn these cases ping messages can be used as a means to verify that the remote\nendpoint is still responsive.\n\n```js\nconst WebSocket = require('ws');\n\nconst wss = new WebSocket.Server({ port: 8080 });\n\nfunction noop() {}\n\nfunction heartbeat() {\n  this.isAlive = true;\n}\n\nwss.on('connection', function connection(ws) {\n  ws.isAlive = true;\n  ws.on('pong', heartbeat);\n});\n\nconst interval = setInterval(function ping() {\n  wss.clients.forEach(function each(ws) {\n    if (ws.isAlive === false) return ws.terminate();\n\n    ws.isAlive = false;\n    ws.ping(noop);\n  });\n}, 30000);\n```\n\nPong messages are automatically sent in response to ping messages as required\nby the spec.\n\n### How to connect via a proxy?\n\nUse a custom `http.Agent` implementation like [https-proxy-agent][] or\n[socks-proxy-agent][].\n\n## Changelog\n\nWe're using the GitHub [releases][changelog] for changelog entries.\n\n## License\n\n[MIT](LICENSE)\n\n[https-proxy-agent]: https://github.com/TooTallNate/node-https-proxy-agent\n[socks-proxy-agent]: https://github.com/TooTallNate/node-socks-proxy-agent\n[client-report]: http://websockets.github.io/ws/autobahn/clients/\n[server-report]: http://websockets.github.io/ws/autobahn/servers/\n[permessage-deflate]: https://tools.ietf.org/html/rfc7692\n[changelog]: https://github.com/websockets/ws/releases\n[node-zlib-bug]: https://github.com/nodejs/node/issues/8871\n[node-zlib-deflaterawdocs]: https://nodejs.org/api/zlib.html#zlib_zlib_createdeflateraw_options\n[ws-server-options]: https://github.com/websockets/ws/blob/master/doc/ws.md#new-websocketserveroptions-callback\n",
            "type": "text/plain",
            "title": "$:/plugins/OokTech/Bob/External/WS/README"
        },
        "$:/plugins/OokTech/Bob/External/WS/LICENSE": {
            "text": "The MIT License (MIT)\n\nCopyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
            "type": "text/plain",
            "title": "$:/plugins/OokTech/Bob/External/WS/LICENSE"
        },
        "$:/plugins/OokTech/Bob/External/WS/lib/buffer-util.js": {
            "text": "(function(){\n'use strict';\n\n/**\n * Merges an array of buffers into a new buffer.\n *\n * @param {Buffer[]} list The array of buffers to concat\n * @param {Number} totalLength The total length of buffers in the list\n * @return {Buffer} The resulting buffer\n * @public\n */\nfunction concat (list, totalLength) {\n  const target = Buffer.allocUnsafe(totalLength);\n  var offset = 0;\n\n  for (var i = 0; i < list.length; i++) {\n    const buf = list[i];\n    buf.copy(target, offset);\n    offset += buf.length;\n  }\n\n  return target;\n}\n\n/**\n * Masks a buffer using the given mask.\n *\n * @param {Buffer} source The buffer to mask\n * @param {Buffer} mask The mask to use\n * @param {Buffer} output The buffer where to store the result\n * @param {Number} offset The offset at which to start writing\n * @param {Number} length The number of bytes to mask.\n * @public\n */\nfunction _mask (source, mask, output, offset, length) {\n  for (var i = 0; i < length; i++) {\n    output[offset + i] = source[i] ^ mask[i & 3];\n  }\n}\n\n/**\n * Unmasks a buffer using the given mask.\n *\n * @param {Buffer} buffer The buffer to unmask\n * @param {Buffer} mask The mask to use\n * @public\n */\nfunction _unmask (buffer, mask) {\n  // Required until https://github.com/nodejs/node/issues/9006 is resolved.\n  const length = buffer.length;\n  for (var i = 0; i < length; i++) {\n    buffer[i] ^= mask[i & 3];\n  }\n}\n\ntry {\n  const bufferUtil = require('bufferutil');\n  const bu = bufferUtil.BufferUtil || bufferUtil;\n\n  module.exports = {\n    mask (source, mask, output, offset, length) {\n      if (length < 48) _mask(source, mask, output, offset, length);\n      else bu.mask(source, mask, output, offset, length);\n    },\n    unmask (buffer, mask) {\n      if (buffer.length < 32) _unmask(buffer, mask);\n      else bu.unmask(buffer, mask);\n    },\n    concat\n  };\n} catch (e) /* istanbul ignore next */ {\n  module.exports = { concat, mask: _mask, unmask: _unmask };\n}\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/lib/buffer-util.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/WS/lib/constants.js": {
            "text": "(function(){\n'use strict';\n\nmodule.exports = {\n  BINARY_TYPES: ['nodebuffer', 'arraybuffer', 'fragments'],\n  GUID: '258EAFA5-E914-47DA-95CA-C5AB0DC85B11',\n  kStatusCode: Symbol('status-code'),\n  kWebSocket: Symbol('websocket'),\n  EMPTY_BUFFER: Buffer.alloc(0),\n  NOOP: () => {}\n};\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/lib/constants.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/WS/lib/event-target.js": {
            "text": "(function(){\n'use strict';\n\n/**\n * Class representing an event.\n *\n * @private\n */\nclass Event {\n  /**\n   * Create a new `Event`.\n   *\n   * @param {String} type The name of the event\n   * @param {Object} target A reference to the target to which the event was dispatched\n   */\n  constructor (type, target) {\n    this.target = target;\n    this.type = type;\n  }\n}\n\n/**\n * Class representing a message event.\n *\n * @extends Event\n * @private\n */\nclass MessageEvent extends Event {\n  /**\n   * Create a new `MessageEvent`.\n   *\n   * @param {(String|Buffer|ArrayBuffer|Buffer[])} data The received data\n   * @param {WebSocket} target A reference to the target to which the event was dispatched\n   */\n  constructor (data, target) {\n    super('message', target);\n\n    this.data = data;\n  }\n}\n\n/**\n * Class representing a close event.\n *\n * @extends Event\n * @private\n */\nclass CloseEvent extends Event {\n  /**\n   * Create a new `CloseEvent`.\n   *\n   * @param {Number} code The status code explaining why the connection is being closed\n   * @param {String} reason A human-readable string explaining why the connection is closing\n   * @param {WebSocket} target A reference to the target to which the event was dispatched\n   */\n  constructor (code, reason, target) {\n    super('close', target);\n\n    this.wasClean = target._closeFrameReceived && target._closeFrameSent;\n    this.reason = reason;\n    this.code = code;\n  }\n}\n\n/**\n * Class representing an open event.\n *\n * @extends Event\n * @private\n */\nclass OpenEvent extends Event {\n  /**\n   * Create a new `OpenEvent`.\n   *\n   * @param {WebSocket} target A reference to the target to which the event was dispatched\n   */\n  constructor (target) {\n    super('open', target);\n  }\n}\n\n/**\n * Class representing an error event.\n *\n * @extends Event\n * @private\n */\nclass ErrorEvent extends Event {\n  /**\n   * Create a new `ErrorEvent`.\n   *\n   * @param {Object} error The error that generated this event\n   * @param {WebSocket} target A reference to the target to which the event was dispatched\n   */\n  constructor (error, target) {\n    super('error', target);\n\n    this.message = error.message;\n    this.error = error;\n  }\n}\n\n/**\n * This provides methods for emulating the `EventTarget` interface. It's not\n * meant to be used directly.\n *\n * @mixin\n */\nconst EventTarget = {\n  /**\n   * Register an event listener.\n   *\n   * @param {String} method A string representing the event type to listen for\n   * @param {Function} listener The listener to add\n   * @public\n   */\n  addEventListener (method, listener) {\n    if (typeof listener !== 'function') return;\n\n    function onMessage (data) {\n      listener.call(this, new MessageEvent(data, this));\n    }\n\n    function onClose (code, message) {\n      listener.call(this, new CloseEvent(code, message, this));\n    }\n\n    function onError (error) {\n      listener.call(this, new ErrorEvent(error, this));\n    }\n\n    function onOpen () {\n      listener.call(this, new OpenEvent(this));\n    }\n\n    if (method === 'message') {\n      onMessage._listener = listener;\n      this.on(method, onMessage);\n    } else if (method === 'close') {\n      onClose._listener = listener;\n      this.on(method, onClose);\n    } else if (method === 'error') {\n      onError._listener = listener;\n      this.on(method, onError);\n    } else if (method === 'open') {\n      onOpen._listener = listener;\n      this.on(method, onOpen);\n    } else {\n      this.on(method, listener);\n    }\n  },\n\n  /**\n   * Remove an event listener.\n   *\n   * @param {String} method A string representing the event type to remove\n   * @param {Function} listener The listener to remove\n   * @public\n   */\n  removeEventListener (method, listener) {\n    const listeners = this.listeners(method);\n\n    for (var i = 0; i < listeners.length; i++) {\n      if (listeners[i] === listener || listeners[i]._listener === listener) {\n        this.removeListener(method, listeners[i]);\n      }\n    }\n  }\n};\n\nmodule.exports = EventTarget;\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/lib/event-target.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/WS/lib/extension.js": {
            "text": "(function(){\n'use strict';\n\n//\n// Allowed token characters:\n//\n// '!', '#', '$', '%', '&', ''', '*', '+', '-',\n// '.', 0-9, A-Z, '^', '_', '`', a-z, '|', '~'\n//\n// tokenChars[32] === 0 // ' '\n// tokenChars[33] === 1 // '!'\n// tokenChars[34] === 0 // '\"'\n// ...\n//\nconst tokenChars = [\n  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 0 - 15\n  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 16 - 31\n  0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, // 32 - 47\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, // 48 - 63\n  0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 64 - 79\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, // 80 - 95\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 96 - 111\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0 // 112 - 127\n];\n\n/**\n * Adds an offer to the map of extension offers or a parameter to the map of\n * parameters.\n *\n * @param {Object} dest The map of extension offers or parameters\n * @param {String} name The extension or parameter name\n * @param {(Object|Boolean|String)} elem The extension parameters or the\n *     parameter value\n * @private\n */\nfunction push (dest, name, elem) {\n  if (Object.prototype.hasOwnProperty.call(dest, name)) dest[name].push(elem);\n  else dest[name] = [elem];\n}\n\n/**\n * Parses the `Sec-WebSocket-Extensions` header into an object.\n *\n * @param {String} header The field value of the header\n * @return {Object} The parsed object\n * @public\n */\nfunction parse (header) {\n  const offers = {};\n\n  if (header === undefined || header === '') return offers;\n\n  var params = {};\n  var mustUnescape = false;\n  var isEscaping = false;\n  var inQuotes = false;\n  var extensionName;\n  var paramName;\n  var start = -1;\n  var end = -1;\n\n  for (var i = 0; i < header.length; i++) {\n    const code = header.charCodeAt(i);\n\n    if (extensionName === undefined) {\n      if (end === -1 && tokenChars[code] === 1) {\n        if (start === -1) start = i;\n      } else if (code === 0x20/* ' ' */|| code === 0x09/* '\\t' */) {\n        if (end === -1 && start !== -1) end = i;\n      } else if (code === 0x3b/* ';' */ || code === 0x2c/* ',' */) {\n        if (start === -1) {\n          throw new SyntaxError(`Unexpected character at index ${i}`);\n        }\n\n        if (end === -1) end = i;\n        const name = header.slice(start, end);\n        if (code === 0x2c) {\n          push(offers, name, params);\n          params = {};\n        } else {\n          extensionName = name;\n        }\n\n        start = end = -1;\n      } else {\n        throw new SyntaxError(`Unexpected character at index ${i}`);\n      }\n    } else if (paramName === undefined) {\n      if (end === -1 && tokenChars[code] === 1) {\n        if (start === -1) start = i;\n      } else if (code === 0x20 || code === 0x09) {\n        if (end === -1 && start !== -1) end = i;\n      } else if (code === 0x3b || code === 0x2c) {\n        if (start === -1) {\n          throw new SyntaxError(`Unexpected character at index ${i}`);\n        }\n\n        if (end === -1) end = i;\n        push(params, header.slice(start, end), true);\n        if (code === 0x2c) {\n          push(offers, extensionName, params);\n          params = {};\n          extensionName = undefined;\n        }\n\n        start = end = -1;\n      } else if (code === 0x3d/* '=' */&& start !== -1 && end === -1) {\n        paramName = header.slice(start, i);\n        start = end = -1;\n      } else {\n        throw new SyntaxError(`Unexpected character at index ${i}`);\n      }\n    } else {\n      //\n      // The value of a quoted-string after unescaping must conform to the\n      // token ABNF, so only token characters are valid.\n      // Ref: https://tools.ietf.org/html/rfc6455#section-9.1\n      //\n      if (isEscaping) {\n        if (tokenChars[code] !== 1) {\n          throw new SyntaxError(`Unexpected character at index ${i}`);\n        }\n        if (start === -1) start = i;\n        else if (!mustUnescape) mustUnescape = true;\n        isEscaping = false;\n      } else if (inQuotes) {\n        if (tokenChars[code] === 1) {\n          if (start === -1) start = i;\n        } else if (code === 0x22/* '\"' */ && start !== -1) {\n          inQuotes = false;\n          end = i;\n        } else if (code === 0x5c/* '\\' */) {\n          isEscaping = true;\n        } else {\n          throw new SyntaxError(`Unexpected character at index ${i}`);\n        }\n      } else if (code === 0x22 && header.charCodeAt(i - 1) === 0x3d) {\n        inQuotes = true;\n      } else if (end === -1 && tokenChars[code] === 1) {\n        if (start === -1) start = i;\n      } else if (start !== -1 && (code === 0x20 || code === 0x09)) {\n        if (end === -1) end = i;\n      } else if (code === 0x3b || code === 0x2c) {\n        if (start === -1) {\n          throw new SyntaxError(`Unexpected character at index ${i}`);\n        }\n\n        if (end === -1) end = i;\n        var value = header.slice(start, end);\n        if (mustUnescape) {\n          value = value.replace(/\\\\/g, '');\n          mustUnescape = false;\n        }\n        push(params, paramName, value);\n        if (code === 0x2c) {\n          push(offers, extensionName, params);\n          params = {};\n          extensionName = undefined;\n        }\n\n        paramName = undefined;\n        start = end = -1;\n      } else {\n        throw new SyntaxError(`Unexpected character at index ${i}`);\n      }\n    }\n  }\n\n  if (start === -1 || inQuotes) {\n    throw new SyntaxError('Unexpected end of input');\n  }\n\n  if (end === -1) end = i;\n  const token = header.slice(start, end);\n  if (extensionName === undefined) {\n    push(offers, token, {});\n  } else {\n    if (paramName === undefined) {\n      push(params, token, true);\n    } else if (mustUnescape) {\n      push(params, paramName, token.replace(/\\\\/g, ''));\n    } else {\n      push(params, paramName, token);\n    }\n    push(offers, extensionName, params);\n  }\n\n  return offers;\n}\n\n/**\n * Builds the `Sec-WebSocket-Extensions` header field value.\n *\n * @param {Object} extensions The map of extensions and parameters to format\n * @return {String} A string representing the given object\n * @public\n */\nfunction format (extensions) {\n  return Object.keys(extensions).map((extension) => {\n    var configurations = extensions[extension];\n    if (!Array.isArray(configurations)) configurations = [configurations];\n    return configurations.map((params) => {\n      return [extension].concat(Object.keys(params).map((k) => {\n        var values = params[k];\n        if (!Array.isArray(values)) values = [values];\n        return values.map((v) => v === true ? k : `${k}=${v}`).join('; ');\n      })).join('; ');\n    }).join(', ');\n  }).join(', ');\n}\n\nmodule.exports = { format, parse };\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/lib/extension.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/WS/lib/permessage-deflate.js": {
            "text": "(function(){\n'use strict';\n\n//const Limiter = require('async-limiter');\nconst Limiter = require('$:/plugins/OokTech/Bob/External/async-limiter/async-limiter.js');\nconst zlib = require('zlib');\n\nconst bufferUtil = require('./buffer-util');\nconst constants = require('./constants');\n\nconst TRAILER = Buffer.from([0x00, 0x00, 0xff, 0xff]);\nconst EMPTY_BLOCK = Buffer.from([0x00]);\n\nconst kPerMessageDeflate = Symbol('permessage-deflate');\nconst kWriteInProgress = Symbol('write-in-progress');\nconst kPendingClose = Symbol('pending-close');\nconst kTotalLength = Symbol('total-length');\nconst kCallback = Symbol('callback');\nconst kBuffers = Symbol('buffers');\nconst kError = Symbol('error');\n\n//\n// We limit zlib concurrency, which prevents severe memory fragmentation\n// as documented in https://github.com/nodejs/node/issues/8871#issuecomment-250915913\n// and https://github.com/websockets/ws/issues/1202\n//\n// Intentionally global; it's the global thread pool that's an issue.\n//\nlet zlibLimiter;\n\n/**\n * permessage-deflate implementation.\n */\nclass PerMessageDeflate {\n  /**\n   * Creates a PerMessageDeflate instance.\n   *\n   * @param {Object} options Configuration options\n   * @param {Boolean} options.serverNoContextTakeover Request/accept disabling\n   *     of server context takeover\n   * @param {Boolean} options.clientNoContextTakeover Advertise/acknowledge\n   *     disabling of client context takeover\n   * @param {(Boolean|Number)} options.serverMaxWindowBits Request/confirm the\n   *     use of a custom server window size\n   * @param {(Boolean|Number)} options.clientMaxWindowBits Advertise support\n   *     for, or request, a custom client window size\n   * @param {Object} options.zlibDeflateOptions Options to pass to zlib on deflate\n   * @param {Object} options.zlibInflateOptions Options to pass to zlib on inflate\n   * @param {Number} options.threshold Size (in bytes) below which messages\n   *     should not be compressed\n   * @param {Number} options.concurrencyLimit The number of concurrent calls to\n   *     zlib\n   * @param {Boolean} isServer Create the instance in either server or client\n   *     mode\n   * @param {Number} maxPayload The maximum allowed message length\n   */\n  constructor (options, isServer, maxPayload) {\n    this._maxPayload = maxPayload | 0;\n    this._options = options || {};\n    this._threshold = this._options.threshold !== undefined\n      ? this._options.threshold\n      : 1024;\n    this._isServer = !!isServer;\n    this._deflate = null;\n    this._inflate = null;\n\n    this.params = null;\n\n    if (!zlibLimiter) {\n      const concurrency = this._options.concurrencyLimit !== undefined\n        ? this._options.concurrencyLimit\n        : 10;\n      zlibLimiter = new Limiter({ concurrency });\n    }\n  }\n\n  /**\n   * @type {String}\n   */\n  static get extensionName () {\n    return 'permessage-deflate';\n  }\n\n  /**\n   * Create an extension negotiation offer.\n   *\n   * @return {Object} Extension parameters\n   * @public\n   */\n  offer () {\n    const params = {};\n\n    if (this._options.serverNoContextTakeover) {\n      params.server_no_context_takeover = true;\n    }\n    if (this._options.clientNoContextTakeover) {\n      params.client_no_context_takeover = true;\n    }\n    if (this._options.serverMaxWindowBits) {\n      params.server_max_window_bits = this._options.serverMaxWindowBits;\n    }\n    if (this._options.clientMaxWindowBits) {\n      params.client_max_window_bits = this._options.clientMaxWindowBits;\n    } else if (this._options.clientMaxWindowBits == null) {\n      params.client_max_window_bits = true;\n    }\n\n    return params;\n  }\n\n  /**\n   * Accept an extension negotiation offer/response.\n   *\n   * @param {Array} configurations The extension negotiation offers/reponse\n   * @return {Object} Accepted configuration\n   * @public\n   */\n  accept (configurations) {\n    configurations = this.normalizeParams(configurations);\n\n    this.params = this._isServer\n      ? this.acceptAsServer(configurations)\n      : this.acceptAsClient(configurations);\n\n    return this.params;\n  }\n\n  /**\n   * Releases all resources used by the extension.\n   *\n   * @public\n   */\n  cleanup () {\n    if (this._inflate) {\n      if (this._inflate[kWriteInProgress]) {\n        this._inflate[kPendingClose] = true;\n      } else {\n        this._inflate.close();\n        this._inflate = null;\n      }\n    }\n    if (this._deflate) {\n      if (this._deflate[kWriteInProgress]) {\n        this._deflate[kPendingClose] = true;\n      } else {\n        this._deflate.close();\n        this._deflate = null;\n      }\n    }\n  }\n\n  /**\n   *  Accept an extension negotiation offer.\n   *\n   * @param {Array} offers The extension negotiation offers\n   * @return {Object} Accepted configuration\n   * @private\n   */\n  acceptAsServer (offers) {\n    const opts = this._options;\n    const accepted = offers.find((params) => {\n      if (\n        (opts.serverNoContextTakeover === false &&\n          params.server_no_context_takeover) ||\n        (params.server_max_window_bits &&\n          (opts.serverMaxWindowBits === false ||\n            (typeof opts.serverMaxWindowBits === 'number' &&\n              opts.serverMaxWindowBits > params.server_max_window_bits))) ||\n        (typeof opts.clientMaxWindowBits === 'number' &&\n          !params.client_max_window_bits)\n      ) {\n        return false;\n      }\n\n      return true;\n    });\n\n    if (!accepted) {\n      throw new Error('None of the extension offers can be accepted');\n    }\n\n    if (opts.serverNoContextTakeover) {\n      accepted.server_no_context_takeover = true;\n    }\n    if (opts.clientNoContextTakeover) {\n      accepted.client_no_context_takeover = true;\n    }\n    if (typeof opts.serverMaxWindowBits === 'number') {\n      accepted.server_max_window_bits = opts.serverMaxWindowBits;\n    }\n    if (typeof opts.clientMaxWindowBits === 'number') {\n      accepted.client_max_window_bits = opts.clientMaxWindowBits;\n    } else if (\n      accepted.client_max_window_bits === true ||\n      opts.clientMaxWindowBits === false\n    ) {\n      delete accepted.client_max_window_bits;\n    }\n\n    return accepted;\n  }\n\n  /**\n   * Accept the extension negotiation response.\n   *\n   * @param {Array} response The extension negotiation response\n   * @return {Object} Accepted configuration\n   * @private\n   */\n  acceptAsClient (response) {\n    const params = response[0];\n\n    if (\n      this._options.clientNoContextTakeover === false &&\n      params.client_no_context_takeover\n    ) {\n      throw new Error('Unexpected parameter \"client_no_context_takeover\"');\n    }\n\n    if (!params.client_max_window_bits) {\n      if (typeof this._options.clientMaxWindowBits === 'number') {\n        params.client_max_window_bits = this._options.clientMaxWindowBits;\n      }\n    } else if (\n      this._options.clientMaxWindowBits === false ||\n      (typeof this._options.clientMaxWindowBits === 'number' &&\n        params.client_max_window_bits > this._options.clientMaxWindowBits)\n    ) {\n      throw new Error(\n        'Unexpected or invalid parameter \"client_max_window_bits\"'\n      );\n    }\n\n    return params;\n  }\n\n  /**\n   * Normalize parameters.\n   *\n   * @param {Array} configurations The extension negotiation offers/reponse\n   * @return {Array} The offers/response with normalized parameters\n   * @private\n   */\n  normalizeParams (configurations) {\n    configurations.forEach((params) => {\n      Object.keys(params).forEach((key) => {\n        var value = params[key];\n\n        if (value.length > 1) {\n          throw new Error(`Parameter \"${key}\" must have only a single value`);\n        }\n\n        value = value[0];\n\n        if (key === 'client_max_window_bits') {\n          if (value !== true) {\n            const num = +value;\n            if (!Number.isInteger(num) || num < 8 || num > 15) {\n              throw new TypeError(\n                `Invalid value for parameter \"${key}\": ${value}`\n              );\n            }\n            value = num;\n          } else if (!this._isServer) {\n            throw new TypeError(\n              `Invalid value for parameter \"${key}\": ${value}`\n            );\n          }\n        } else if (key === 'server_max_window_bits') {\n          const num = +value;\n          if (!Number.isInteger(num) || num < 8 || num > 15) {\n            throw new TypeError(\n              `Invalid value for parameter \"${key}\": ${value}`\n            );\n          }\n          value = num;\n        } else if (\n          key === 'client_no_context_takeover' ||\n          key === 'server_no_context_takeover'\n        ) {\n          if (value !== true) {\n            throw new TypeError(\n              `Invalid value for parameter \"${key}\": ${value}`\n            );\n          }\n        } else {\n          throw new Error(`Unknown parameter \"${key}\"`);\n        }\n\n        params[key] = value;\n      });\n    });\n\n    return configurations;\n  }\n\n  /**\n   * Decompress data. Concurrency limited by async-limiter.\n   *\n   * @param {Buffer} data Compressed data\n   * @param {Boolean} fin Specifies whether or not this is the last fragment\n   * @param {Function} callback Callback\n   * @public\n   */\n  decompress (data, fin, callback) {\n    zlibLimiter.push((done) => {\n      this._decompress(data, fin, (err, result) => {\n        done();\n        callback(err, result);\n      });\n    });\n  }\n\n  /**\n   * Compress data. Concurrency limited by async-limiter.\n   *\n   * @param {Buffer} data Data to compress\n   * @param {Boolean} fin Specifies whether or not this is the last fragment\n   * @param {Function} callback Callback\n   * @public\n   */\n  compress (data, fin, callback) {\n    zlibLimiter.push((done) => {\n      this._compress(data, fin, (err, result) => {\n        done();\n        callback(err, result);\n      });\n    });\n  }\n\n  /**\n   * Decompress data.\n   *\n   * @param {Buffer} data Compressed data\n   * @param {Boolean} fin Specifies whether or not this is the last fragment\n   * @param {Function} callback Callback\n   * @private\n   */\n  _decompress (data, fin, callback) {\n    const endpoint = this._isServer ? 'client' : 'server';\n\n    if (!this._inflate) {\n      const key = `${endpoint}_max_window_bits`;\n      const windowBits = typeof this.params[key] !== 'number'\n        ? zlib.Z_DEFAULT_WINDOWBITS\n        : this.params[key];\n\n      this._inflate = zlib.createInflateRaw(\n        Object.assign({}, this._options.zlibInflateOptions, { windowBits })\n      );\n      this._inflate[kPerMessageDeflate] = this;\n      this._inflate[kTotalLength] = 0;\n      this._inflate[kBuffers] = [];\n      this._inflate.on('error', inflateOnError);\n      this._inflate.on('data', inflateOnData);\n    }\n\n    this._inflate[kCallback] = callback;\n    this._inflate[kWriteInProgress] = true;\n\n    this._inflate.write(data);\n    if (fin) this._inflate.write(TRAILER);\n\n    this._inflate.flush(() => {\n      const err = this._inflate[kError];\n\n      if (err) {\n        this._inflate.close();\n        this._inflate = null;\n        callback(err);\n        return;\n      }\n\n      const data = bufferUtil.concat(\n        this._inflate[kBuffers],\n        this._inflate[kTotalLength]\n      );\n\n      if (\n        (fin && this.params[`${endpoint}_no_context_takeover`]) ||\n        this._inflate[kPendingClose]\n      ) {\n        this._inflate.close();\n        this._inflate = null;\n      } else {\n        this._inflate[kWriteInProgress] = false;\n        this._inflate[kTotalLength] = 0;\n        this._inflate[kBuffers] = [];\n      }\n\n      callback(null, data);\n    });\n  }\n\n  /**\n   * Compress data.\n   *\n   * @param {Buffer} data Data to compress\n   * @param {Boolean} fin Specifies whether or not this is the last fragment\n   * @param {Function} callback Callback\n   * @private\n   */\n  _compress (data, fin, callback) {\n    if (!data || data.length === 0) {\n      process.nextTick(callback, null, EMPTY_BLOCK);\n      return;\n    }\n\n    const endpoint = this._isServer ? 'server' : 'client';\n\n    if (!this._deflate) {\n      const key = `${endpoint}_max_window_bits`;\n      const windowBits = typeof this.params[key] !== 'number'\n        ? zlib.Z_DEFAULT_WINDOWBITS\n        : this.params[key];\n\n      this._deflate = zlib.createDeflateRaw(\n        Object.assign({}, this._options.zlibDeflateOptions, { windowBits })\n      );\n\n      this._deflate[kTotalLength] = 0;\n      this._deflate[kBuffers] = [];\n\n      //\n      // `zlib.DeflateRaw` emits an `'error'` event only when an attempt to use\n      // it is made after it has already been closed. This cannot happen here,\n      // so we only add a listener for the `'data'` event.\n      //\n      this._deflate.on('data', deflateOnData);\n    }\n\n    this._deflate[kWriteInProgress] = true;\n\n    this._deflate.write(data);\n    this._deflate.flush(zlib.Z_SYNC_FLUSH, () => {\n      var data = bufferUtil.concat(\n        this._deflate[kBuffers],\n        this._deflate[kTotalLength]\n      );\n\n      if (fin) data = data.slice(0, data.length - 4);\n\n      if (\n        (fin && this.params[`${endpoint}_no_context_takeover`]) ||\n        this._deflate[kPendingClose]\n      ) {\n        this._deflate.close();\n        this._deflate = null;\n      } else {\n        this._deflate[kWriteInProgress] = false;\n        this._deflate[kTotalLength] = 0;\n        this._deflate[kBuffers] = [];\n      }\n\n      callback(null, data);\n    });\n  }\n}\n\nmodule.exports = PerMessageDeflate;\n\n/**\n * The listener of the `zlib.DeflateRaw` stream `'data'` event.\n *\n * @param {Buffer} chunk A chunk of data\n * @private\n */\nfunction deflateOnData (chunk) {\n  this[kBuffers].push(chunk);\n  this[kTotalLength] += chunk.length;\n}\n\n/**\n * The listener of the `zlib.InflateRaw` stream `'data'` event.\n *\n * @param {Buffer} chunk A chunk of data\n * @private\n */\nfunction inflateOnData (chunk) {\n  this[kTotalLength] += chunk.length;\n\n  if (\n    this[kPerMessageDeflate]._maxPayload < 1 ||\n    this[kTotalLength] <= this[kPerMessageDeflate]._maxPayload\n  ) {\n    this[kBuffers].push(chunk);\n    return;\n  }\n\n  this[kError] = new RangeError('Max payload size exceeded');\n  this[kError][constants.kStatusCode] = 1009;\n  this.removeListener('data', inflateOnData);\n  this.reset();\n}\n\n/**\n * The listener of the `zlib.InflateRaw` stream `'error'` event.\n *\n * @param {Error} err The emitted error\n * @private\n */\nfunction inflateOnError (err) {\n  //\n  // There is no need to call `Zlib#close()` as the handle is automatically\n  // closed when an error is emitted.\n  //\n  this[kPerMessageDeflate]._inflate = null;\n  err[constants.kStatusCode] = 1007;\n  this[kCallback](err);\n}\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/lib/permessage-deflate.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/WS/lib/receiver.js": {
            "text": "(function(){\n'use strict';\n\nconst stream = require('stream');\n\nconst PerMessageDeflate = require('./permessage-deflate');\nconst bufferUtil = require('./buffer-util');\nconst validation = require('./validation');\nconst constants = require('./constants');\n\nconst GET_INFO = 0;\nconst GET_PAYLOAD_LENGTH_16 = 1;\nconst GET_PAYLOAD_LENGTH_64 = 2;\nconst GET_MASK = 3;\nconst GET_DATA = 4;\nconst INFLATING = 5;\n\n/**\n * HyBi Receiver implementation.\n *\n * @extends stream.Writable\n */\nclass Receiver extends stream.Writable {\n  /**\n   * Creates a Receiver instance.\n   *\n   * @param {String} binaryType The type for binary data\n   * @param {Object} extensions An object containing the negotiated extensions\n   * @param {Number} maxPayload The maximum allowed message length\n   */\n  constructor (binaryType, extensions, maxPayload) {\n    super();\n\n    this._binaryType = binaryType || constants.BINARY_TYPES[0];\n    this[constants.kWebSocket] = undefined;\n    this._extensions = extensions || {};\n    this._maxPayload = maxPayload | 0;\n\n    this._bufferedBytes = 0;\n    this._buffers = [];\n\n    this._compressed = false;\n    this._payloadLength = 0;\n    this._mask = undefined;\n    this._fragmented = 0;\n    this._masked = false;\n    this._fin = false;\n    this._opcode = 0;\n\n    this._totalPayloadLength = 0;\n    this._messageLength = 0;\n    this._fragments = [];\n\n    this._state = GET_INFO;\n    this._loop = false;\n  }\n\n  /**\n   * Implements `Writable.prototype._write()`.\n   *\n   * @param {Buffer} chunk The chunk of data to write\n   * @param {String} encoding The character encoding of `chunk`\n   * @param {Function} cb Callback\n   */\n  _write (chunk, encoding, cb) {\n    if (this._opcode === 0x08) return cb();\n\n    this._bufferedBytes += chunk.length;\n    this._buffers.push(chunk);\n    this.startLoop(cb);\n  }\n\n  /**\n   * Consumes `n` bytes from the buffered data.\n   *\n   * @param {Number} n The number of bytes to consume\n   * @return {Buffer} The consumed bytes\n   * @private\n   */\n  consume (n) {\n    this._bufferedBytes -= n;\n\n    if (n === this._buffers[0].length) return this._buffers.shift();\n\n    if (n < this._buffers[0].length) {\n      const buf = this._buffers[0];\n      this._buffers[0] = buf.slice(n);\n      return buf.slice(0, n);\n    }\n\n    const dst = Buffer.allocUnsafe(n);\n\n    do {\n      const buf = this._buffers[0];\n\n      if (n >= buf.length) {\n        this._buffers.shift().copy(dst, dst.length - n);\n      } else {\n        buf.copy(dst, dst.length - n, 0, n);\n        this._buffers[0] = buf.slice(n);\n      }\n\n      n -= buf.length;\n    } while (n > 0);\n\n    return dst;\n  }\n\n  /**\n   * Starts the parsing loop.\n   *\n   * @param {Function} cb Callback\n   * @private\n   */\n  startLoop (cb) {\n    var err;\n    this._loop = true;\n\n    do {\n      switch (this._state) {\n        case GET_INFO:\n          err = this.getInfo();\n          break;\n        case GET_PAYLOAD_LENGTH_16:\n          err = this.getPayloadLength16();\n          break;\n        case GET_PAYLOAD_LENGTH_64:\n          err = this.getPayloadLength64();\n          break;\n        case GET_MASK:\n          this.getMask();\n          break;\n        case GET_DATA:\n          err = this.getData(cb);\n          break;\n        default: // `INFLATING`\n          this._loop = false;\n          return;\n      }\n    } while (this._loop);\n\n    cb(err);\n  }\n\n  /**\n   * Reads the first two bytes of a frame.\n   *\n   * @return {(RangeError|undefined)} A possible error\n   * @private\n   */\n  getInfo () {\n    if (this._bufferedBytes < 2) {\n      this._loop = false;\n      return;\n    }\n\n    const buf = this.consume(2);\n\n    if ((buf[0] & 0x30) !== 0x00) {\n      this._loop = false;\n      return error(RangeError, 'RSV2 and RSV3 must be clear', true, 1002);\n    }\n\n    const compressed = (buf[0] & 0x40) === 0x40;\n\n    if (compressed && !this._extensions[PerMessageDeflate.extensionName]) {\n      this._loop = false;\n      return error(RangeError, 'RSV1 must be clear', true, 1002);\n    }\n\n    this._fin = (buf[0] & 0x80) === 0x80;\n    this._opcode = buf[0] & 0x0f;\n    this._payloadLength = buf[1] & 0x7f;\n\n    if (this._opcode === 0x00) {\n      if (compressed) {\n        this._loop = false;\n        return error(RangeError, 'RSV1 must be clear', true, 1002);\n      }\n\n      if (!this._fragmented) {\n        this._loop = false;\n        return error(RangeError, 'invalid opcode 0', true, 1002);\n      }\n\n      this._opcode = this._fragmented;\n    } else if (this._opcode === 0x01 || this._opcode === 0x02) {\n      if (this._fragmented) {\n        this._loop = false;\n        return error(RangeError, `invalid opcode ${this._opcode}`, true, 1002);\n      }\n\n      this._compressed = compressed;\n    } else if (this._opcode > 0x07 && this._opcode < 0x0b) {\n      if (!this._fin) {\n        this._loop = false;\n        return error(RangeError, 'FIN must be set', true, 1002);\n      }\n\n      if (compressed) {\n        this._loop = false;\n        return error(RangeError, 'RSV1 must be clear', true, 1002);\n      }\n\n      if (this._payloadLength > 0x7d) {\n        this._loop = false;\n        return error(\n          RangeError,\n          `invalid payload length ${this._payloadLength}`,\n          true,\n          1002\n        );\n      }\n    } else {\n      this._loop = false;\n      return error(RangeError, `invalid opcode ${this._opcode}`, true, 1002);\n    }\n\n    if (!this._fin && !this._fragmented) this._fragmented = this._opcode;\n    this._masked = (buf[1] & 0x80) === 0x80;\n\n    if (this._payloadLength === 126) this._state = GET_PAYLOAD_LENGTH_16;\n    else if (this._payloadLength === 127) this._state = GET_PAYLOAD_LENGTH_64;\n    else return this.haveLength();\n  }\n\n  /**\n   * Gets extended payload length (7+16).\n   *\n   * @return {(RangeError|undefined)} A possible error\n   * @private\n   */\n  getPayloadLength16 () {\n    if (this._bufferedBytes < 2) {\n      this._loop = false;\n      return;\n    }\n\n    this._payloadLength = this.consume(2).readUInt16BE(0);\n    return this.haveLength();\n  }\n\n  /**\n   * Gets extended payload length (7+64).\n   *\n   * @return {(RangeError|undefined)} A possible error\n   * @private\n   */\n  getPayloadLength64 () {\n    if (this._bufferedBytes < 8) {\n      this._loop = false;\n      return;\n    }\n\n    const buf = this.consume(8);\n    const num = buf.readUInt32BE(0);\n\n    //\n    // The maximum safe integer in JavaScript is 2^53 - 1. An error is returned\n    // if payload length is greater than this number.\n    //\n    if (num > Math.pow(2, 53 - 32) - 1) {\n      this._loop = false;\n      return error(\n        RangeError,\n        'Unsupported WebSocket frame: payload length > 2^53 - 1',\n        false,\n        1009\n      );\n    }\n\n    this._payloadLength = num * Math.pow(2, 32) + buf.readUInt32BE(4);\n    return this.haveLength();\n  }\n\n  /**\n   * Payload length has been read.\n   *\n   * @return {(RangeError|undefined)} A possible error\n   * @private\n   */\n  haveLength () {\n    if (this._payloadLength && this._opcode < 0x08) {\n      this._totalPayloadLength += this._payloadLength;\n      if (this._totalPayloadLength > this._maxPayload && this._maxPayload > 0) {\n        this._loop = false;\n        return error(RangeError, 'Max payload size exceeded', false, 1009);\n      }\n    }\n\n    if (this._masked) this._state = GET_MASK;\n    else this._state = GET_DATA;\n  }\n\n  /**\n   * Reads mask bytes.\n   *\n   * @private\n   */\n  getMask () {\n    if (this._bufferedBytes < 4) {\n      this._loop = false;\n      return;\n    }\n\n    this._mask = this.consume(4);\n    this._state = GET_DATA;\n  }\n\n  /**\n   * Reads data bytes.\n   *\n   * @param {Function} cb Callback\n   * @return {(Error|RangeError|undefined)} A possible error\n   * @private\n   */\n  getData (cb) {\n    var data = constants.EMPTY_BUFFER;\n\n    if (this._payloadLength) {\n      if (this._bufferedBytes < this._payloadLength) {\n        this._loop = false;\n        return;\n      }\n\n      data = this.consume(this._payloadLength);\n      if (this._masked) bufferUtil.unmask(data, this._mask);\n    }\n\n    if (this._opcode > 0x07) return this.controlMessage(data);\n\n    if (this._compressed) {\n      this._state = INFLATING;\n      this.decompress(data, cb);\n      return;\n    }\n\n    if (data.length) {\n      //\n      // This message is not compressed so its lenght is the sum of the payload\n      // length of all fragments.\n      //\n      this._messageLength = this._totalPayloadLength;\n      this._fragments.push(data);\n    }\n\n    return this.dataMessage();\n  }\n\n  /**\n   * Decompresses data.\n   *\n   * @param {Buffer} data Compressed data\n   * @param {Function} cb Callback\n   * @private\n   */\n  decompress (data, cb) {\n    const perMessageDeflate = this._extensions[PerMessageDeflate.extensionName];\n\n    perMessageDeflate.decompress(data, this._fin, (err, buf) => {\n      if (err) return cb(err);\n\n      if (buf.length) {\n        this._messageLength += buf.length;\n        if (this._messageLength > this._maxPayload && this._maxPayload > 0) {\n          return cb(error(RangeError, 'Max payload size exceeded', false, 1009));\n        }\n\n        this._fragments.push(buf);\n      }\n\n      const er = this.dataMessage();\n      if (er) return cb(er);\n\n      this.startLoop(cb);\n    });\n  }\n\n  /**\n   * Handles a data message.\n   *\n   * @return {(Error|undefined)} A possible error\n   * @private\n   */\n  dataMessage () {\n    if (this._fin) {\n      const messageLength = this._messageLength;\n      const fragments = this._fragments;\n\n      this._totalPayloadLength = 0;\n      this._messageLength = 0;\n      this._fragmented = 0;\n      this._fragments = [];\n\n      if (this._opcode === 2) {\n        var data;\n\n        if (this._binaryType === 'nodebuffer') {\n          data = toBuffer(fragments, messageLength);\n        } else if (this._binaryType === 'arraybuffer') {\n          data = toArrayBuffer(toBuffer(fragments, messageLength));\n        } else {\n          data = fragments;\n        }\n\n        this.emit('message', data);\n      } else {\n        const buf = toBuffer(fragments, messageLength);\n\n        if (!validation.isValidUTF8(buf)) {\n          this._loop = false;\n          return error(Error, 'invalid UTF-8 sequence', true, 1007);\n        }\n\n        this.emit('message', buf.toString());\n      }\n    }\n\n    this._state = GET_INFO;\n  }\n\n  /**\n   * Handles a control message.\n   *\n   * @param {Buffer} data Data to handle\n   * @return {(Error|RangeError|undefined)} A possible error\n   * @private\n   */\n  controlMessage (data) {\n    if (this._opcode === 0x08) {\n      this._loop = false;\n\n      if (data.length === 0) {\n        this.emit('conclude', 1005, '');\n        this.end();\n      } else if (data.length === 1) {\n        return error(RangeError, 'invalid payload length 1', true, 1002);\n      } else {\n        const code = data.readUInt16BE(0);\n\n        if (!validation.isValidStatusCode(code)) {\n          return error(RangeError, `invalid status code ${code}`, true, 1002);\n        }\n\n        const buf = data.slice(2);\n\n        if (!validation.isValidUTF8(buf)) {\n          return error(Error, 'invalid UTF-8 sequence', true, 1007);\n        }\n\n        this.emit('conclude', code, buf.toString());\n        this.end();\n      }\n\n      return;\n    }\n\n    if (this._opcode === 0x09) this.emit('ping', data);\n    else this.emit('pong', data);\n\n    this._state = GET_INFO;\n  }\n}\n\nmodule.exports = Receiver;\n\n/**\n * Builds an error object.\n *\n * @param {(Error|RangeError)} ErrorCtor The error constructor\n * @param {String} message The error message\n * @param {Boolean} prefix Specifies whether or not to add a default prefix to\n *     `message`\n * @param {Number} statusCode The status code\n * @return {(Error|RangeError)} The error\n * @private\n */\nfunction error (ErrorCtor, message, prefix, statusCode) {\n  const err = new ErrorCtor(\n    prefix ? `Invalid WebSocket frame: ${message}` : message\n  );\n\n  Error.captureStackTrace(err, error);\n  err[constants.kStatusCode] = statusCode;\n  return err;\n}\n\n/**\n * Makes a buffer from a list of fragments.\n *\n * @param {Buffer[]} fragments The list of fragments composing the message\n * @param {Number} messageLength The length of the message\n * @return {Buffer}\n * @private\n */\nfunction toBuffer (fragments, messageLength) {\n  if (fragments.length === 1) return fragments[0];\n  if (fragments.length > 1) return bufferUtil.concat(fragments, messageLength);\n  return constants.EMPTY_BUFFER;\n}\n\n/**\n * Converts a buffer to an `ArrayBuffer`.\n *\n * @param {Buffer} The buffer to convert\n * @return {ArrayBuffer} Converted buffer\n */\nfunction toArrayBuffer (buf) {\n  if (buf.byteOffset === 0 && buf.byteLength === buf.buffer.byteLength) {\n    return buf.buffer;\n  }\n\n  return buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength);\n}\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/lib/receiver.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/WS/lib/sender.js": {
            "text": "(function(){\n'use strict';\n\nconst crypto = require('crypto');\n\nconst PerMessageDeflate = require('./permessage-deflate');\nconst bufferUtil = require('./buffer-util');\nconst validation = require('./validation');\nconst constants = require('./constants');\n\n/**\n * HyBi Sender implementation.\n */\nclass Sender {\n  /**\n   * Creates a Sender instance.\n   *\n   * @param {net.Socket} socket The connection socket\n   * @param {Object} extensions An object containing the negotiated extensions\n   */\n  constructor (socket, extensions) {\n    this._extensions = extensions || {};\n    this._socket = socket;\n\n    this._firstFragment = true;\n    this._compress = false;\n\n    this._bufferedBytes = 0;\n    this._deflating = false;\n    this._queue = [];\n  }\n\n  /**\n   * Frames a piece of data according to the HyBi WebSocket protocol.\n   *\n   * @param {Buffer} data The data to frame\n   * @param {Object} options Options object\n   * @param {Number} options.opcode The opcode\n   * @param {Boolean} options.readOnly Specifies whether `data` can be modified\n   * @param {Boolean} options.fin Specifies whether or not to set the FIN bit\n   * @param {Boolean} options.mask Specifies whether or not to mask `data`\n   * @param {Boolean} options.rsv1 Specifies whether or not to set the RSV1 bit\n   * @return {Buffer[]} The framed data as a list of `Buffer` instances\n   * @public\n   */\n  static frame (data, options) {\n    const merge = data.length < 1024 || (options.mask && options.readOnly);\n    var offset = options.mask ? 6 : 2;\n    var payloadLength = data.length;\n\n    if (data.length >= 65536) {\n      offset += 8;\n      payloadLength = 127;\n    } else if (data.length > 125) {\n      offset += 2;\n      payloadLength = 126;\n    }\n\n    const target = Buffer.allocUnsafe(merge ? data.length + offset : offset);\n\n    target[0] = options.fin ? options.opcode | 0x80 : options.opcode;\n    if (options.rsv1) target[0] |= 0x40;\n\n    if (payloadLength === 126) {\n      target.writeUInt16BE(data.length, 2);\n    } else if (payloadLength === 127) {\n      target.writeUInt32BE(0, 2);\n      target.writeUInt32BE(data.length, 6);\n    }\n\n    if (!options.mask) {\n      target[1] = payloadLength;\n      if (merge) {\n        data.copy(target, offset);\n        return [target];\n      }\n\n      return [target, data];\n    }\n\n    const mask = crypto.randomBytes(4);\n\n    target[1] = payloadLength | 0x80;\n    target[offset - 4] = mask[0];\n    target[offset - 3] = mask[1];\n    target[offset - 2] = mask[2];\n    target[offset - 1] = mask[3];\n\n    if (merge) {\n      bufferUtil.mask(data, mask, target, offset, data.length);\n      return [target];\n    }\n\n    bufferUtil.mask(data, mask, data, 0, data.length);\n    return [target, data];\n  }\n\n  /**\n   * Sends a close message to the other peer.\n   *\n   * @param {(Number|undefined)} code The status code component of the body\n   * @param {String} data The message component of the body\n   * @param {Boolean} mask Specifies whether or not to mask the message\n   * @param {Function} cb Callback\n   * @public\n   */\n  close (code, data, mask, cb) {\n    var buf;\n\n    if (code === undefined) {\n      buf = constants.EMPTY_BUFFER;\n    } else if (typeof code !== 'number' || !validation.isValidStatusCode(code)) {\n      throw new TypeError('First argument must be a valid error code number');\n    } else if (data === undefined || data === '') {\n      buf = Buffer.allocUnsafe(2);\n      buf.writeUInt16BE(code, 0);\n    } else {\n      buf = Buffer.allocUnsafe(2 + Buffer.byteLength(data));\n      buf.writeUInt16BE(code, 0);\n      buf.write(data, 2);\n    }\n\n    if (this._deflating) {\n      this.enqueue([this.doClose, buf, mask, cb]);\n    } else {\n      this.doClose(buf, mask, cb);\n    }\n  }\n\n  /**\n   * Frames and sends a close message.\n   *\n   * @param {Buffer} data The message to send\n   * @param {Boolean} mask Specifies whether or not to mask `data`\n   * @param {Function} cb Callback\n   * @private\n   */\n  doClose (data, mask, cb) {\n    this.sendFrame(Sender.frame(data, {\n      fin: true,\n      rsv1: false,\n      opcode: 0x08,\n      mask,\n      readOnly: false\n    }), cb);\n  }\n\n  /**\n   * Sends a ping message to the other peer.\n   *\n   * @param {*} data The message to send\n   * @param {Boolean} mask Specifies whether or not to mask `data`\n   * @param {Function} cb Callback\n   * @public\n   */\n  ping (data, mask, cb) {\n    var readOnly = true;\n\n    if (!Buffer.isBuffer(data)) {\n      if (data instanceof ArrayBuffer) {\n        data = Buffer.from(data);\n      } else if (ArrayBuffer.isView(data)) {\n        data = viewToBuffer(data);\n      } else {\n        data = Buffer.from(data);\n        readOnly = false;\n      }\n    }\n\n    if (this._deflating) {\n      this.enqueue([this.doPing, data, mask, readOnly, cb]);\n    } else {\n      this.doPing(data, mask, readOnly, cb);\n    }\n  }\n\n  /**\n   * Frames and sends a ping message.\n   *\n   * @param {*} data The message to send\n   * @param {Boolean} mask Specifies whether or not to mask `data`\n   * @param {Boolean} readOnly Specifies whether `data` can be modified\n   * @param {Function} cb Callback\n   * @private\n   */\n  doPing (data, mask, readOnly, cb) {\n    this.sendFrame(Sender.frame(data, {\n      fin: true,\n      rsv1: false,\n      opcode: 0x09,\n      mask,\n      readOnly\n    }), cb);\n  }\n\n  /**\n   * Sends a pong message to the other peer.\n   *\n   * @param {*} data The message to send\n   * @param {Boolean} mask Specifies whether or not to mask `data`\n   * @param {Function} cb Callback\n   * @public\n   */\n  pong (data, mask, cb) {\n    var readOnly = true;\n\n    if (!Buffer.isBuffer(data)) {\n      if (data instanceof ArrayBuffer) {\n        data = Buffer.from(data);\n      } else if (ArrayBuffer.isView(data)) {\n        data = viewToBuffer(data);\n      } else {\n        data = Buffer.from(data);\n        readOnly = false;\n      }\n    }\n\n    if (this._deflating) {\n      this.enqueue([this.doPong, data, mask, readOnly, cb]);\n    } else {\n      this.doPong(data, mask, readOnly, cb);\n    }\n  }\n\n  /**\n   * Frames and sends a pong message.\n   *\n   * @param {*} data The message to send\n   * @param {Boolean} mask Specifies whether or not to mask `data`\n   * @param {Boolean} readOnly Specifies whether `data` can be modified\n   * @param {Function} cb Callback\n   * @private\n   */\n  doPong (data, mask, readOnly, cb) {\n    this.sendFrame(Sender.frame(data, {\n      fin: true,\n      rsv1: false,\n      opcode: 0x0a,\n      mask,\n      readOnly\n    }), cb);\n  }\n\n  /**\n   * Sends a data message to the other peer.\n   *\n   * @param {*} data The message to send\n   * @param {Object} options Options object\n   * @param {Boolean} options.compress Specifies whether or not to compress `data`\n   * @param {Boolean} options.binary Specifies whether `data` is binary or text\n   * @param {Boolean} options.fin Specifies whether the fragment is the last one\n   * @param {Boolean} options.mask Specifies whether or not to mask `data`\n   * @param {Function} cb Callback\n   * @public\n   */\n  send (data, options, cb) {\n    var opcode = options.binary ? 2 : 1;\n    var rsv1 = options.compress;\n    var readOnly = true;\n\n    if (!Buffer.isBuffer(data)) {\n      if (data instanceof ArrayBuffer) {\n        data = Buffer.from(data);\n      } else if (ArrayBuffer.isView(data)) {\n        data = viewToBuffer(data);\n      } else {\n        data = Buffer.from(data);\n        readOnly = false;\n      }\n    }\n\n    const perMessageDeflate = this._extensions[PerMessageDeflate.extensionName];\n\n    if (this._firstFragment) {\n      this._firstFragment = false;\n      if (rsv1 && perMessageDeflate) {\n        rsv1 = data.length >= perMessageDeflate._threshold;\n      }\n      this._compress = rsv1;\n    } else {\n      rsv1 = false;\n      opcode = 0;\n    }\n\n    if (options.fin) this._firstFragment = true;\n\n    if (perMessageDeflate) {\n      const opts = {\n        fin: options.fin,\n        rsv1,\n        opcode,\n        mask: options.mask,\n        readOnly\n      };\n\n      if (this._deflating) {\n        this.enqueue([this.dispatch, data, this._compress, opts, cb]);\n      } else {\n        this.dispatch(data, this._compress, opts, cb);\n      }\n    } else {\n      this.sendFrame(Sender.frame(data, {\n        fin: options.fin,\n        rsv1: false,\n        opcode,\n        mask: options.mask,\n        readOnly\n      }), cb);\n    }\n  }\n\n  /**\n   * Dispatches a data message.\n   *\n   * @param {Buffer} data The message to send\n   * @param {Boolean} compress Specifies whether or not to compress `data`\n   * @param {Object} options Options object\n   * @param {Number} options.opcode The opcode\n   * @param {Boolean} options.readOnly Specifies whether `data` can be modified\n   * @param {Boolean} options.fin Specifies whether or not to set the FIN bit\n   * @param {Boolean} options.mask Specifies whether or not to mask `data`\n   * @param {Boolean} options.rsv1 Specifies whether or not to set the RSV1 bit\n   * @param {Function} cb Callback\n   * @private\n   */\n  dispatch (data, compress, options, cb) {\n    if (!compress) {\n      this.sendFrame(Sender.frame(data, options), cb);\n      return;\n    }\n\n    const perMessageDeflate = this._extensions[PerMessageDeflate.extensionName];\n\n    this._deflating = true;\n    perMessageDeflate.compress(data, options.fin, (_, buf) => {\n      options.readOnly = false;\n      this.sendFrame(Sender.frame(buf, options), cb);\n      this._deflating = false;\n      this.dequeue();\n    });\n  }\n\n  /**\n   * Executes queued send operations.\n   *\n   * @private\n   */\n  dequeue () {\n    while (!this._deflating && this._queue.length) {\n      const params = this._queue.shift();\n\n      this._bufferedBytes -= params[1].length;\n      params[0].apply(this, params.slice(1));\n    }\n  }\n\n  /**\n   * Enqueues a send operation.\n   *\n   * @param {Array} params Send operation parameters.\n   * @private\n   */\n  enqueue (params) {\n    this._bufferedBytes += params[1].length;\n    this._queue.push(params);\n  }\n\n  /**\n   * Sends a frame.\n   *\n   * @param {Buffer[]} list The frame to send\n   * @param {Function} cb Callback\n   * @private\n   */\n  sendFrame (list, cb) {\n    if (list.length === 2) {\n      this._socket.write(list[0]);\n      this._socket.write(list[1], cb);\n    } else {\n      this._socket.write(list[0], cb);\n    }\n  }\n}\n\nmodule.exports = Sender;\n\n/**\n * Converts an `ArrayBuffer` view into a buffer.\n *\n * @param {(DataView|TypedArray)} view The view to convert\n * @return {Buffer} Converted view\n * @private\n */\nfunction viewToBuffer (view) {\n  const buf = Buffer.from(view.buffer);\n\n  if (view.byteLength !== view.buffer.byteLength) {\n    return buf.slice(view.byteOffset, view.byteOffset + view.byteLength);\n  }\n\n  return buf;\n}\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/lib/sender.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/WS/lib/validation.js": {
            "text": "(function(){\n'use strict';\n\ntry {\n  const isValidUTF8 = require('utf-8-validate');\n\n  exports.isValidUTF8 = typeof isValidUTF8 === 'object'\n    ? isValidUTF8.Validation.isValidUTF8 // utf-8-validate@<3.0.0\n    : isValidUTF8;\n} catch (e) /* istanbul ignore next */ {\n  exports.isValidUTF8 = () => true;\n}\n\n/**\n * Checks if a status code is allowed in a close frame.\n *\n * @param {Number} code The status code\n * @return {Boolean} `true` if the status code is valid, else `false`\n * @public\n */\nexports.isValidStatusCode = (code) => {\n  return (\n    (code >= 1000 &&\n      code <= 1013 &&\n      code !== 1004 &&\n      code !== 1005 &&\n      code !== 1006) ||\n    (code >= 3000 && code <= 4999)\n  );\n};\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/lib/validation.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/WS/lib/websocket-server.js": {
            "text": "(function(){\n'use strict';\n\nconst EventEmitter = require('events');\nconst crypto = require('crypto');\nconst http = require('http');\nconst url = require('url');\n\nconst PerMessageDeflate = require('./permessage-deflate');\nconst extension = require('./extension');\nconst constants = require('./constants');\nconst WebSocket = require('./websocket');\n\n/**\n * Class representing a WebSocket server.\n *\n * @extends EventEmitter\n */\nclass WebSocketServer extends EventEmitter {\n  /**\n   * Create a `WebSocketServer` instance.\n   *\n   * @param {Object} options Configuration options\n   * @param {String} options.host The hostname where to bind the server\n   * @param {Number} options.port The port where to bind the server\n   * @param {http.Server} options.server A pre-created HTTP/S server to use\n   * @param {Function} options.verifyClient An hook to reject connections\n   * @param {Function} options.handleProtocols An hook to handle protocols\n   * @param {String} options.path Accept only connections matching this path\n   * @param {Boolean} options.noServer Enable no server mode\n   * @param {Boolean} options.clientTracking Specifies whether or not to track clients\n   * @param {(Boolean|Object)} options.perMessageDeflate Enable/disable permessage-deflate\n   * @param {Number} options.maxPayload The maximum allowed message size\n   * @param {Function} callback A listener for the `listening` event\n   */\n  constructor (options, callback) {\n    super();\n\n    options = Object.assign({\n      maxPayload: 100 * 1024 * 1024,\n      perMessageDeflate: false,\n      handleProtocols: null,\n      clientTracking: true,\n      verifyClient: null,\n      noServer: false,\n      backlog: null, // use default (511 as implemented in net.js)\n      server: null,\n      host: null,\n      path: null,\n      port: null\n    }, options);\n\n    if (options.port == null && !options.server && !options.noServer) {\n      throw new TypeError(\n        'One of the \"port\", \"server\", or \"noServer\" options must be specified'\n      );\n    }\n\n    if (options.port != null) {\n      this._server = http.createServer((req, res) => {\n        const body = http.STATUS_CODES[426];\n\n        res.writeHead(426, {\n          'Content-Length': body.length,\n          'Content-Type': 'text/plain'\n        });\n        res.end(body);\n      });\n      this._server.listen(options.port, options.host, options.backlog, callback);\n    } else if (options.server) {\n      this._server = options.server;\n    }\n\n    if (this._server) {\n      this._removeListeners = addListeners(this._server, {\n        listening: this.emit.bind(this, 'listening'),\n        error: this.emit.bind(this, 'error'),\n        upgrade: (req, socket, head) => {\n          this.handleUpgrade(req, socket, head, (ws) => {\n            this.emit('connection', ws, req);\n          });\n        }\n      });\n    }\n\n    if (options.perMessageDeflate === true) options.perMessageDeflate = {};\n    if (options.clientTracking) this.clients = new Set();\n    this.options = options;\n  }\n\n  /**\n   * Returns the bound address, the address family name, and port of the server\n   * as reported by the operating system if listening on an IP socket.\n   * If the server is listening on a pipe or UNIX domain socket, the name is\n   * returned as a string.\n   *\n   * @return {(Object|String|null)} The address of the server\n   * @public\n   */\n  address () {\n    if (this.options.noServer) {\n      throw new Error('The server is operating in \"noServer\" mode');\n    }\n\n    if (!this._server) return null;\n    return this._server.address();\n  }\n\n  /**\n   * Close the server.\n   *\n   * @param {Function} cb Callback\n   * @public\n   */\n  close (cb) {\n    //\n    // Terminate all associated clients.\n    //\n    if (this.clients) {\n      for (const client of this.clients) client.terminate();\n    }\n\n    const server = this._server;\n\n    if (server) {\n      this._removeListeners();\n      this._removeListeners = this._server = null;\n\n      //\n      // Close the http server if it was internally created.\n      //\n      if (this.options.port != null) return server.close(cb);\n    }\n\n    if (cb) cb();\n  }\n\n  /**\n   * See if a given request should be handled by this server instance.\n   *\n   * @param {http.IncomingMessage} req Request object to inspect\n   * @return {Boolean} `true` if the request is valid, else `false`\n   * @public\n   */\n  shouldHandle (req) {\n    if (this.options.path && url.parse(req.url).pathname !== this.options.path) {\n      return false;\n    }\n\n    return true;\n  }\n\n  /**\n   * Handle a HTTP Upgrade request.\n   *\n   * @param {http.IncomingMessage} req The request object\n   * @param {net.Socket} socket The network socket between the server and client\n   * @param {Buffer} head The first packet of the upgraded stream\n   * @param {Function} cb Callback\n   * @public\n   */\n  handleUpgrade (req, socket, head, cb) {\n    socket.on('error', socketOnError);\n\n    const version = +req.headers['sec-websocket-version'];\n    const extensions = {};\n\n    if (\n      req.method !== 'GET' || req.headers.upgrade.toLowerCase() !== 'websocket' ||\n      !req.headers['sec-websocket-key'] || (version !== 8 && version !== 13) ||\n      !this.shouldHandle(req)\n    ) {\n      return abortHandshake(socket, 400);\n    }\n\n    if (this.options.perMessageDeflate) {\n      const perMessageDeflate = new PerMessageDeflate(\n        this.options.perMessageDeflate,\n        true,\n        this.options.maxPayload\n      );\n\n      try {\n        const offers = extension.parse(\n          req.headers['sec-websocket-extensions']\n        );\n\n        if (offers[PerMessageDeflate.extensionName]) {\n          perMessageDeflate.accept(offers[PerMessageDeflate.extensionName]);\n          extensions[PerMessageDeflate.extensionName] = perMessageDeflate;\n        }\n      } catch (err) {\n        return abortHandshake(socket, 400);\n      }\n    }\n\n    //\n    // Optionally call external client verification handler.\n    //\n    if (this.options.verifyClient) {\n      const info = {\n        origin: req.headers[`${version === 8 ? 'sec-websocket-origin' : 'origin'}`],\n        secure: !!(req.connection.authorized || req.connection.encrypted),\n        req\n      };\n\n      if (this.options.verifyClient.length === 2) {\n        this.options.verifyClient(info, (verified, code, message, headers) => {\n          if (!verified) {\n            return abortHandshake(socket, code || 401, message, headers);\n          }\n\n          this.completeUpgrade(extensions, req, socket, head, cb);\n        });\n        return;\n      }\n\n      if (!this.options.verifyClient(info)) return abortHandshake(socket, 401);\n    }\n\n    this.completeUpgrade(extensions, req, socket, head, cb);\n  }\n\n  /**\n   * Upgrade the connection to WebSocket.\n   *\n   * @param {Object} extensions The accepted extensions\n   * @param {http.IncomingMessage} req The request object\n   * @param {net.Socket} socket The network socket between the server and client\n   * @param {Buffer} head The first packet of the upgraded stream\n   * @param {Function} cb Callback\n   * @private\n   */\n  completeUpgrade (extensions, req, socket, head, cb) {\n    //\n    // Destroy the socket if the client has already sent a FIN packet.\n    //\n    if (!socket.readable || !socket.writable) return socket.destroy();\n\n    const key = crypto.createHash('sha1')\n      .update(req.headers['sec-websocket-key'] + constants.GUID, 'binary')\n      .digest('base64');\n\n    const headers = [\n      'HTTP/1.1 101 Switching Protocols',\n      'Upgrade: websocket',\n      'Connection: Upgrade',\n      `Sec-WebSocket-Accept: ${key}`\n    ];\n\n    const ws = new WebSocket(null);\n    var protocol = req.headers['sec-websocket-protocol'];\n\n    if (protocol) {\n      protocol = protocol.trim().split(/ *, */);\n\n      //\n      // Optionally call external protocol selection handler.\n      //\n      if (this.options.handleProtocols) {\n        protocol = this.options.handleProtocols(protocol, req);\n      } else {\n        protocol = protocol[0];\n      }\n\n      if (protocol) {\n        headers.push(`Sec-WebSocket-Protocol: ${protocol}`);\n        ws.protocol = protocol;\n      }\n    }\n\n    if (extensions[PerMessageDeflate.extensionName]) {\n      const params = extensions[PerMessageDeflate.extensionName].params;\n      const value = extension.format({\n        [PerMessageDeflate.extensionName]: [params]\n      });\n      headers.push(`Sec-WebSocket-Extensions: ${value}`);\n      ws._extensions = extensions;\n    }\n\n    //\n    // Allow external modification/inspection of handshake headers.\n    //\n    this.emit('headers', headers, req);\n\n    socket.write(headers.concat('\\r\\n').join('\\r\\n'));\n    socket.removeListener('error', socketOnError);\n\n    ws.setSocket(socket, head, this.options.maxPayload);\n\n    if (this.clients) {\n      this.clients.add(ws);\n      ws.on('close', () => this.clients.delete(ws));\n    }\n\n    cb(ws);\n  }\n}\n\nmodule.exports = WebSocketServer;\n\n/**\n * Add event listeners on an `EventEmitter` using a map of <event, listener>\n * pairs.\n *\n * @param {EventEmitter} server The event emitter\n * @param {Object.<String, Function>} map The listeners to add\n * @return {Function} A function that will remove the added listeners when called\n * @private\n */\nfunction addListeners (server, map) {\n  for (const event of Object.keys(map)) server.on(event, map[event]);\n\n  return function removeListeners () {\n    for (const event of Object.keys(map)) {\n      server.removeListener(event, map[event]);\n    }\n  };\n}\n\n/**\n * Handle premature socket errors.\n *\n * @private\n */\nfunction socketOnError () {\n  this.destroy();\n}\n\n/**\n * Close the connection when preconditions are not fulfilled.\n *\n * @param {net.Socket} socket The socket of the upgrade request\n * @param {Number} code The HTTP response status code\n * @param {String} [message] The HTTP response body\n * @param {Object} [headers] Additional HTTP response headers\n * @private\n */\nfunction abortHandshake (socket, code, message, headers) {\n  if (socket.writable) {\n    message = message || http.STATUS_CODES[code];\n    headers = Object.assign({\n      'Connection': 'close',\n      'Content-type': 'text/html',\n      'Content-Length': Buffer.byteLength(message)\n    }, headers);\n\n    socket.write(\n      `HTTP/1.1 ${code} ${http.STATUS_CODES[code]}\\r\\n` +\n      Object.keys(headers).map(h => `${h}: ${headers[h]}`).join('\\r\\n') +\n      '\\r\\n\\r\\n' +\n      message\n    );\n  }\n\n  socket.removeListener('error', socketOnError);\n  socket.destroy();\n}\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/lib/websocket-server.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/WS/lib/websocket.js": {
            "text": "(function(){\n'use strict';\n\nconst EventEmitter = require('events');\nconst crypto = require('crypto');\nconst https = require('https');\nconst http = require('http');\nconst net = require('net');\nconst tls = require('tls');\nconst url = require('url');\n\nconst PerMessageDeflate = require('./permessage-deflate');\nconst EventTarget = require('./event-target');\nconst extension = require('./extension');\nconst constants = require('./constants');\nconst Receiver = require('./receiver');\nconst Sender = require('./sender');\n\nconst readyStates = ['CONNECTING', 'OPEN', 'CLOSING', 'CLOSED'];\nconst kWebSocket = constants.kWebSocket;\nconst protocolVersions = [8, 13];\nconst closeTimeout = 30 * 1000; // Allow 30 seconds to terminate the connection cleanly.\n\n/**\n * Class representing a WebSocket.\n *\n * @extends EventEmitter\n */\nclass WebSocket extends EventEmitter {\n  /**\n   * Create a new `WebSocket`.\n   *\n   * @param {(String|url.Url|url.URL)} address The URL to which to connect\n   * @param {(String|String[])} protocols The subprotocols\n   * @param {Object} options Connection options\n   */\n  constructor (address, protocols, options) {\n    super();\n\n    this.readyState = WebSocket.CONNECTING;\n    this.protocol = '';\n\n    this._binaryType = constants.BINARY_TYPES[0];\n    this._closeFrameReceived = false;\n    this._closeFrameSent = false;\n    this._closeMessage = '';\n    this._closeTimer = null;\n    this._closeCode = 1006;\n    this._extensions = {};\n    this._isServer = true;\n    this._receiver = null;\n    this._sender = null;\n    this._socket = null;\n\n    if (address !== null) {\n      if (Array.isArray(protocols)) {\n        protocols = protocols.join(', ');\n      } else if (typeof protocols === 'object' && protocols !== null) {\n        options = protocols;\n        protocols = undefined;\n      }\n\n      initAsClient.call(this, address, protocols, options);\n    }\n  }\n\n  get CONNECTING () { return WebSocket.CONNECTING; }\n  get CLOSING () { return WebSocket.CLOSING; }\n  get CLOSED () { return WebSocket.CLOSED; }\n  get OPEN () { return WebSocket.OPEN; }\n\n  /**\n   * This deviates from the WHATWG interface since ws doesn't support the required\n   * default \"blob\" type (instead we define a custom \"nodebuffer\" type).\n   *\n   * @type {String}\n   */\n  get binaryType () {\n    return this._binaryType;\n  }\n\n  set binaryType (type) {\n    if (constants.BINARY_TYPES.indexOf(type) < 0) return;\n\n    this._binaryType = type;\n\n    //\n    // Allow to change `binaryType` on the fly.\n    //\n    if (this._receiver) this._receiver._binaryType = type;\n  }\n\n  /**\n   * @type {Number}\n   */\n  get bufferedAmount () {\n    if (!this._socket) return 0;\n\n    //\n    // `socket.bufferSize` is `undefined` if the socket is closed.\n    //\n    return (this._socket.bufferSize || 0) + this._sender._bufferedBytes;\n  }\n\n  /**\n   * @type {String}\n   */\n  get extensions () {\n    return Object.keys(this._extensions).join();\n  }\n\n  /**\n   * Set up the socket and the internal resources.\n   *\n   * @param {net.Socket} socket The network socket between the server and client\n   * @param {Buffer} head The first packet of the upgraded stream\n   * @param {Number} maxPayload The maximum allowed message size\n   * @private\n   */\n  setSocket (socket, head, maxPayload) {\n    const receiver = new Receiver(\n      this._binaryType,\n      this._extensions,\n      maxPayload\n    );\n\n    this._sender = new Sender(socket, this._extensions);\n    this._receiver = receiver;\n    this._socket = socket;\n\n    receiver[kWebSocket] = this;\n    socket[kWebSocket] = this;\n\n    receiver.on('conclude', receiverOnConclude);\n    receiver.on('drain', receiverOnDrain);\n    receiver.on('error', receiverOnError);\n    receiver.on('message', receiverOnMessage);\n    receiver.on('ping', receiverOnPing);\n    receiver.on('pong', receiverOnPong);\n\n    socket.setTimeout(0);\n    socket.setNoDelay();\n\n    if (head.length > 0) socket.unshift(head);\n\n    socket.on('close', socketOnClose);\n    socket.on('data', socketOnData);\n    socket.on('end', socketOnEnd);\n    socket.on('error', socketOnError);\n\n    this.readyState = WebSocket.OPEN;\n    this.emit('open');\n  }\n\n  /**\n   * Emit the `'close'` event.\n   *\n   * @private\n   */\n  emitClose () {\n    this.readyState = WebSocket.CLOSED;\n\n    if (!this._socket) {\n      this.emit('close', this._closeCode, this._closeMessage);\n      return;\n    }\n\n    if (this._extensions[PerMessageDeflate.extensionName]) {\n      this._extensions[PerMessageDeflate.extensionName].cleanup();\n    }\n\n    this._receiver.removeAllListeners();\n    this.emit('close', this._closeCode, this._closeMessage);\n  }\n\n  /**\n   * Start a closing handshake.\n   *\n   *          +----------+   +-----------+   +----------+\n   *     - - -|ws.close()|-->|close frame|-->|ws.close()|- - -\n   *    |     +----------+   +-----------+   +----------+     |\n   *          +----------+   +-----------+         |\n   * CLOSING  |ws.close()|<--|close frame|<--+-----+       CLOSING\n   *          +----------+   +-----------+   |\n   *    |           |                        |   +---+        |\n   *                +------------------------+-->|fin| - - - -\n   *    |         +---+                      |   +---+\n   *     - - - - -|fin|<---------------------+\n   *              +---+\n   *\n   * @param {Number} code Status code explaining why the connection is closing\n   * @param {String} data A string explaining why the connection is closing\n   * @public\n   */\n  close (code, data) {\n    if (this.readyState === WebSocket.CLOSED) return;\n    if (this.readyState === WebSocket.CONNECTING) {\n      const msg = 'WebSocket was closed before the connection was established';\n      return abortHandshake(this, this._req, msg);\n    }\n\n    if (this.readyState === WebSocket.CLOSING) {\n      if (this._closeFrameSent && this._closeFrameReceived) this._socket.end();\n      return;\n    }\n\n    this.readyState = WebSocket.CLOSING;\n    this._sender.close(code, data, !this._isServer, (err) => {\n      //\n      // This error is handled by the `'error'` listener on the socket. We only\n      // want to know if the close frame has been sent here.\n      //\n      if (err) return;\n\n      this._closeFrameSent = true;\n\n      if (this._socket.writable) {\n        if (this._closeFrameReceived) this._socket.end();\n\n        //\n        // Ensure that the connection is closed even if the closing handshake\n        // fails.\n        //\n        this._closeTimer = setTimeout(\n          this._socket.destroy.bind(this._socket),\n          closeTimeout\n        );\n      }\n    });\n  }\n\n  /**\n   * Send a ping.\n   *\n   * @param {*} data The data to send\n   * @param {Boolean} mask Indicates whether or not to mask `data`\n   * @param {Function} cb Callback which is executed when the ping is sent\n   * @public\n   */\n  ping (data, mask, cb) {\n    if (typeof data === 'function') {\n      cb = data;\n      data = mask = undefined;\n    } else if (typeof mask === 'function') {\n      cb = mask;\n      mask = undefined;\n    }\n\n    if (this.readyState !== WebSocket.OPEN) {\n      const err = new Error(\n        `WebSocket is not open: readyState ${this.readyState} ` +\n          `(${readyStates[this.readyState]})`\n      );\n\n      if (cb) return cb(err);\n      throw err;\n    }\n\n    if (typeof data === 'number') data = data.toString();\n    if (mask === undefined) mask = !this._isServer;\n    this._sender.ping(data || constants.EMPTY_BUFFER, mask, cb);\n  }\n\n  /**\n   * Send a pong.\n   *\n   * @param {*} data The data to send\n   * @param {Boolean} mask Indicates whether or not to mask `data`\n   * @param {Function} cb Callback which is executed when the pong is sent\n   * @public\n   */\n  pong (data, mask, cb) {\n    if (typeof data === 'function') {\n      cb = data;\n      data = mask = undefined;\n    } else if (typeof mask === 'function') {\n      cb = mask;\n      mask = undefined;\n    }\n\n    if (this.readyState !== WebSocket.OPEN) {\n      const err = new Error(\n        `WebSocket is not open: readyState ${this.readyState} ` +\n          `(${readyStates[this.readyState]})`\n      );\n\n      if (cb) return cb(err);\n      throw err;\n    }\n\n    if (typeof data === 'number') data = data.toString();\n    if (mask === undefined) mask = !this._isServer;\n    this._sender.pong(data || constants.EMPTY_BUFFER, mask, cb);\n  }\n\n  /**\n   * Send a data message.\n   *\n   * @param {*} data The message to send\n   * @param {Object} options Options object\n   * @param {Boolean} options.compress Specifies whether or not to compress `data`\n   * @param {Boolean} options.binary Specifies whether `data` is binary or text\n   * @param {Boolean} options.fin Specifies whether the fragment is the last one\n   * @param {Boolean} options.mask Specifies whether or not to mask `data`\n   * @param {Function} cb Callback which is executed when data is written out\n   * @public\n   */\n  send (data, options, cb) {\n    if (typeof options === 'function') {\n      cb = options;\n      options = {};\n    }\n\n    if (this.readyState !== WebSocket.OPEN) {\n      const err = new Error(\n        `WebSocket is not open: readyState ${this.readyState} ` +\n          `(${readyStates[this.readyState]})`\n      );\n\n      if (cb) return cb(err);\n      throw err;\n    }\n\n    if (typeof data === 'number') data = data.toString();\n\n    const opts = Object.assign({\n      binary: typeof data !== 'string',\n      mask: !this._isServer,\n      compress: true,\n      fin: true\n    }, options);\n\n    if (!this._extensions[PerMessageDeflate.extensionName]) {\n      opts.compress = false;\n    }\n\n    this._sender.send(data || constants.EMPTY_BUFFER, opts, cb);\n  }\n\n  /**\n   * Forcibly close the connection.\n   *\n   * @public\n   */\n  terminate () {\n    if (this.readyState === WebSocket.CLOSED) return;\n    if (this.readyState === WebSocket.CONNECTING) {\n      const msg = 'WebSocket was closed before the connection was established';\n      return abortHandshake(this, this._req, msg);\n    }\n\n    if (this._socket) {\n      this.readyState = WebSocket.CLOSING;\n      this._socket.destroy();\n    }\n  }\n}\n\nreadyStates.forEach((readyState, i) => {\n  WebSocket[readyStates[i]] = i;\n});\n\n//\n// Add the `onopen`, `onerror`, `onclose`, and `onmessage` attributes.\n// See https://html.spec.whatwg.org/multipage/comms.html#the-websocket-interface\n//\n['open', 'error', 'close', 'message'].forEach((method) => {\n  Object.defineProperty(WebSocket.prototype, `on${method}`, {\n    /**\n     * Return the listener of the event.\n     *\n     * @return {(Function|undefined)} The event listener or `undefined`\n     * @public\n     */\n    get () {\n      const listeners = this.listeners(method);\n      for (var i = 0; i < listeners.length; i++) {\n        if (listeners[i]._listener) return listeners[i]._listener;\n      }\n    },\n    /**\n     * Add a listener for the event.\n     *\n     * @param {Function} listener The listener to add\n     * @public\n     */\n    set (listener) {\n      const listeners = this.listeners(method);\n      for (var i = 0; i < listeners.length; i++) {\n        //\n        // Remove only the listeners added via `addEventListener`.\n        //\n        if (listeners[i]._listener) this.removeListener(method, listeners[i]);\n      }\n      this.addEventListener(method, listener);\n    }\n  });\n});\n\nWebSocket.prototype.addEventListener = EventTarget.addEventListener;\nWebSocket.prototype.removeEventListener = EventTarget.removeEventListener;\n\nmodule.exports = WebSocket;\n\n/**\n * Initialize a WebSocket client.\n *\n * @param {(String|url.Url|url.URL)} address The URL to which to connect\n * @param {String} protocols The subprotocols\n * @param {Object} options Connection options\n * @param {(Boolean|Object)} options.perMessageDeflate Enable/disable permessage-deflate\n * @param {Number} options.handshakeTimeout Timeout in milliseconds for the handshake request\n * @param {Number} options.protocolVersion Value of the `Sec-WebSocket-Version` header\n * @param {String} options.origin Value of the `Origin` or `Sec-WebSocket-Origin` header\n * @param {Number} options.maxPayload The maximum allowed message size\n * @private\n */\nfunction initAsClient (address, protocols, options) {\n  options = Object.assign({\n    protocolVersion: protocolVersions[1],\n    perMessageDeflate: true,\n    maxPayload: 100 * 1024 * 1024\n  }, options, {\n    createConnection: undefined,\n    socketPath: undefined,\n    hostname: undefined,\n    protocol: undefined,\n    timeout: undefined,\n    method: undefined,\n    auth: undefined,\n    host: undefined,\n    path: undefined,\n    port: undefined\n  });\n\n  if (protocolVersions.indexOf(options.protocolVersion) === -1) {\n    throw new RangeError(\n      `Unsupported protocol version: ${options.protocolVersion} ` +\n        `(supported versions: ${protocolVersions.join(', ')})`\n    );\n  }\n\n  this._isServer = false;\n\n  var parsedUrl;\n\n  if (typeof address === 'object' && address.href !== undefined) {\n    parsedUrl = address;\n    this.url = address.href;\n  } else {\n    parsedUrl = url.parse(address);\n    this.url = address;\n  }\n\n  const isUnixSocket = parsedUrl.protocol === 'ws+unix:';\n\n  if (!parsedUrl.host && (!isUnixSocket || !parsedUrl.pathname)) {\n    throw new Error(`Invalid URL: ${this.url}`);\n  }\n\n  const isSecure = parsedUrl.protocol === 'wss:' || parsedUrl.protocol === 'https:';\n  const key = crypto.randomBytes(16).toString('base64');\n  const httpObj = isSecure ? https : http;\n  const path = parsedUrl.search\n    ? `${parsedUrl.pathname || '/'}${parsedUrl.search}`\n    : parsedUrl.pathname || '/';\n  var perMessageDeflate;\n\n  options.createConnection = isSecure ? tlsConnect : netConnect;\n  options.port = parsedUrl.port || (isSecure ? 443 : 80);\n  options.host = parsedUrl.hostname.startsWith('[')\n    ? parsedUrl.hostname.slice(1, -1)\n    : parsedUrl.hostname;\n  options.headers = Object.assign({\n    'Sec-WebSocket-Version': options.protocolVersion,\n    'Sec-WebSocket-Key': key,\n    'Connection': 'Upgrade',\n    'Upgrade': 'websocket'\n  }, options.headers);\n  options.path = path;\n\n  if (options.perMessageDeflate) {\n    perMessageDeflate = new PerMessageDeflate(\n      options.perMessageDeflate !== true ? options.perMessageDeflate : {},\n      false,\n      options.maxPayload\n    );\n    options.headers['Sec-WebSocket-Extensions'] = extension.format({\n      [PerMessageDeflate.extensionName]: perMessageDeflate.offer()\n    });\n  }\n  if (protocols) {\n    options.headers['Sec-WebSocket-Protocol'] = protocols;\n  }\n  if (options.origin) {\n    if (options.protocolVersion < 13) {\n      options.headers['Sec-WebSocket-Origin'] = options.origin;\n    } else {\n      options.headers.Origin = options.origin;\n    }\n  }\n  if (parsedUrl.auth) {\n    options.auth = parsedUrl.auth;\n  } else if (parsedUrl.username || parsedUrl.password) {\n    options.auth = `${parsedUrl.username}:${parsedUrl.password}`;\n  }\n\n  if (isUnixSocket) {\n    const parts = path.split(':');\n\n    options.socketPath = parts[0];\n    options.path = parts[1];\n  }\n\n  var req = this._req = httpObj.get(options);\n\n  if (options.handshakeTimeout) {\n    req.setTimeout(\n      options.handshakeTimeout,\n      () => abortHandshake(this, req, 'Opening handshake has timed out')\n    );\n  }\n\n  req.on('error', (err) => {\n    if (this._req.aborted) return;\n\n    req = this._req = null;\n    this.readyState = WebSocket.CLOSING;\n    this.emit('error', err);\n    this.emitClose();\n  });\n\n  req.on('response', (res) => {\n    if (this.emit('unexpected-response', req, res)) return;\n\n    abortHandshake(this, req, `Unexpected server response: ${res.statusCode}`);\n  });\n\n  req.on('upgrade', (res, socket, head) => {\n    this.emit('upgrade', res);\n\n    //\n    // The user may have closed the connection from a listener of the `upgrade`\n    // event.\n    //\n    if (this.readyState !== WebSocket.CONNECTING) return;\n\n    req = this._req = null;\n\n    const digest = crypto.createHash('sha1')\n      .update(key + constants.GUID, 'binary')\n      .digest('base64');\n\n    if (res.headers['sec-websocket-accept'] !== digest) {\n      abortHandshake(this, socket, 'Invalid Sec-WebSocket-Accept header');\n      return;\n    }\n\n    const serverProt = res.headers['sec-websocket-protocol'];\n    const protList = (protocols || '').split(/, */);\n    var protError;\n\n    if (!protocols && serverProt) {\n      protError = 'Server sent a subprotocol but none was requested';\n    } else if (protocols && !serverProt) {\n      protError = 'Server sent no subprotocol';\n    } else if (serverProt && protList.indexOf(serverProt) === -1) {\n      protError = 'Server sent an invalid subprotocol';\n    }\n\n    if (protError) {\n      abortHandshake(this, socket, protError);\n      return;\n    }\n\n    if (serverProt) this.protocol = serverProt;\n\n    if (perMessageDeflate) {\n      try {\n        const extensions = extension.parse(\n          res.headers['sec-websocket-extensions']\n        );\n\n        if (extensions[PerMessageDeflate.extensionName]) {\n          perMessageDeflate.accept(\n            extensions[PerMessageDeflate.extensionName]\n          );\n          this._extensions[PerMessageDeflate.extensionName] = perMessageDeflate;\n        }\n      } catch (err) {\n        abortHandshake(this, socket, 'Invalid Sec-WebSocket-Extensions header');\n        return;\n      }\n    }\n\n    this.setSocket(socket, head, options.maxPayload);\n  });\n}\n\n/**\n * Create a `net.Socket` and initiate a connection.\n *\n * @param {Object} options Connection options\n * @return {net.Socket} The newly created socket used to start the connection\n * @private\n */\nfunction netConnect (options) {\n  //\n  // Override `options.path` only if `options` is a copy of the original options\n  // object. This is always true on Node.js >= 8 but not on Node.js 6 where\n  // `options.socketPath` might be `undefined` even if the `socketPath` option\n  // was originally set.\n  //\n  if (options.protocolVersion) options.path = options.socketPath;\n  return net.connect(options);\n}\n\n/**\n * Create a `tls.TLSSocket` and initiate a connection.\n *\n * @param {Object} options Connection options\n * @return {tls.TLSSocket} The newly created socket used to start the connection\n * @private\n */\nfunction tlsConnect (options) {\n  options.path = undefined;\n  options.servername = options.servername || options.host;\n  return tls.connect(options);\n}\n\n/**\n * Abort the handshake and emit an error.\n *\n * @param {WebSocket} websocket The WebSocket instance\n * @param {(http.ClientRequest|net.Socket)} stream The request to abort or the\n *     socket to destroy\n * @param {String} message The error message\n * @private\n */\nfunction abortHandshake (websocket, stream, message) {\n  websocket.readyState = WebSocket.CLOSING;\n\n  const err = new Error(message);\n  Error.captureStackTrace(err, abortHandshake);\n\n  if (stream.setHeader) {\n    stream.abort();\n    stream.once('abort', websocket.emitClose.bind(websocket));\n    websocket.emit('error', err);\n  } else {\n    stream.destroy(err);\n    stream.once('error', websocket.emit.bind(websocket, 'error'));\n    stream.once('close', websocket.emitClose.bind(websocket));\n  }\n}\n\n/**\n * The listener of the `Receiver` `'conclude'` event.\n *\n * @param {Number} code The status code\n * @param {String} reason The reason for closing\n * @private\n */\nfunction receiverOnConclude (code, reason) {\n  const websocket = this[kWebSocket];\n\n  websocket._socket.removeListener('data', socketOnData);\n  websocket._socket.resume();\n\n  websocket._closeFrameReceived = true;\n  websocket._closeMessage = reason;\n  websocket._closeCode = code;\n\n  if (code === 1005) websocket.close();\n  else websocket.close(code, reason);\n}\n\n/**\n * The listener of the `Receiver` `'drain'` event.\n *\n * @private\n */\nfunction receiverOnDrain () {\n  this[kWebSocket]._socket.resume();\n}\n\n/**\n * The listener of the `Receiver` `'error'` event.\n *\n * @param {(RangeError|Error)} err The emitted error\n * @private\n */\nfunction receiverOnError (err) {\n  const websocket = this[kWebSocket];\n\n  websocket._socket.removeListener('data', socketOnData);\n\n  websocket.readyState = WebSocket.CLOSING;\n  websocket._closeCode = err[constants.kStatusCode];\n  websocket.emit('error', err);\n  websocket._socket.destroy();\n}\n\n/**\n * The listener of the `Receiver` `'finish'` event.\n *\n * @private\n */\nfunction receiverOnFinish () {\n  this[kWebSocket].emitClose();\n}\n\n/**\n * The listener of the `Receiver` `'message'` event.\n *\n * @param {(String|Buffer|ArrayBuffer|Buffer[])} data The message\n * @private\n */\nfunction receiverOnMessage (data) {\n  this[kWebSocket].emit('message', data);\n}\n\n/**\n * The listener of the `Receiver` `'ping'` event.\n *\n * @param {Buffer} data The data included in the ping frame\n * @private\n */\nfunction receiverOnPing (data) {\n  const websocket = this[kWebSocket];\n\n  websocket.pong(data, !websocket._isServer, constants.NOOP);\n  websocket.emit('ping', data);\n}\n\n/**\n * The listener of the `Receiver` `'pong'` event.\n *\n * @param {Buffer} data The data included in the pong frame\n * @private\n */\nfunction receiverOnPong (data) {\n  this[kWebSocket].emit('pong', data);\n}\n\n/**\n * The listener of the `net.Socket` `'close'` event.\n *\n * @private\n */\nfunction socketOnClose () {\n  const websocket = this[kWebSocket];\n\n  this.removeListener('close', socketOnClose);\n  this.removeListener('end', socketOnEnd);\n\n  websocket.readyState = WebSocket.CLOSING;\n\n  //\n  // The close frame might not have been received or the `'end'` event emitted,\n  // for example, if the socket was destroyed due to an error. Ensure that the\n  // `receiver` stream is closed after writing any remaining buffered data to\n  // it. If the readable side of the socket is in flowing mode then there is no\n  // buffered data as everything has been already written and `readable.read()`\n  // will return `null`. If instead, the socket is paused, any possible buffered\n  // data will be read as a single chunk and emitted synchronously in a single\n  // `'data'` event.\n  //\n  websocket._socket.read();\n  websocket._receiver.end();\n\n  this.removeListener('data', socketOnData);\n  this[kWebSocket] = undefined;\n\n  clearTimeout(websocket._closeTimer);\n\n  if (\n    websocket._receiver._writableState.finished ||\n    websocket._receiver._writableState.errorEmitted\n  ) {\n    websocket.emitClose();\n  } else {\n    websocket._receiver.on('error', receiverOnFinish);\n    websocket._receiver.on('finish', receiverOnFinish);\n  }\n}\n\n/**\n * The listener of the `net.Socket` `'data'` event.\n *\n * @param {Buffer} chunk A chunk of data\n * @private\n */\nfunction socketOnData (chunk) {\n  if (!this[kWebSocket]._receiver.write(chunk)) {\n    this.pause();\n  }\n}\n\n/**\n * The listener of the `net.Socket` `'end'` event.\n *\n * @private\n */\nfunction socketOnEnd () {\n  const websocket = this[kWebSocket];\n\n  websocket.readyState = WebSocket.CLOSING;\n  websocket._receiver.end();\n  this.end();\n}\n\n/**\n * The listener of the `net.Socket` `'error'` event.\n *\n * @private\n */\nfunction socketOnError () {\n  const websocket = this[kWebSocket];\n\n  this.removeListener('error', socketOnError);\n  this.on('error', constants.NOOP);\n\n  if (websocket) {\n    websocket.readyState = WebSocket.CLOSING;\n    this.destroy();\n  }\n}\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/WS/lib/websocket.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/async-limiter/async-limiter.js": {
            "text": "(function(){\n'use strict';\n\nfunction Queue(options) {\n  if (!(this instanceof Queue)) {\n    return new Queue(options);\n  }\n\n  options = options || {};\n  this.concurrency = options.concurrency || Infinity;\n  this.pending = 0;\n  this.jobs = [];\n  this.cbs = [];\n  this._done = done.bind(this);\n}\n\nvar arrayAddMethods = [\n  'push',\n  'unshift',\n  'splice'\n];\n\narrayAddMethods.forEach(function(method) {\n  Queue.prototype[method] = function() {\n    var methodResult = Array.prototype[method].apply(this.jobs, arguments);\n    this._run();\n    return methodResult;\n  };\n});\n\nObject.defineProperty(Queue.prototype, 'length', {\n  get: function() {\n    return this.pending + this.jobs.length;\n  }\n});\n\nQueue.prototype._run = function() {\n  if (this.pending === this.concurrency) {\n    return;\n  }\n  if (this.jobs.length) {\n    var job = this.jobs.shift();\n    this.pending++;\n    job(this._done);\n    this._run();\n  }\n\n  if (this.pending === 0) {\n    while (this.cbs.length !== 0) {\n      var cb = this.cbs.pop();\n      process.nextTick(cb);\n    }\n  }\n};\n\nQueue.prototype.onDone = function(cb) {\n  if (typeof cb === 'function') {\n    this.cbs.push(cb);\n    this._run();\n  }\n};\n\nfunction done() {\n  this.pending--;\n  this._run();\n}\n\nmodule.exports = Queue;\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/async-limiter/async-limiter.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/async-limiter/README": {
            "text": "# Async-Limiter\n\nA module for limiting concurrent asynchronous actions in flight. Forked from [queue](https://github.com/jessetane/queue).\n\n[![npm](http://img.shields.io/npm/v/async-limiter.svg?style=flat-square)](http://www.npmjs.org/async-limiter)\n[![tests](https://img.shields.io/travis/STRML/async-limiter.svg?style=flat-square&branch=master)](https://travis-ci.org/STRML/async-limiter)\n[![coverage](https://img.shields.io/coveralls/STRML/async-limiter.svg?style=flat-square&branch=master)](https://coveralls.io/r/STRML/async-limiter)\n\nThis module exports a class `Limiter` that implements some of the `Array` API.\nPass async functions (ones that accept a callback or return a promise) to an instance's additive array methods.\n\n## Motivation\n\nCertain functions, like `zlib`, have [undesirable behavior](https://github.com/nodejs/node/issues/8871#issuecomment-250915913) when\nrun at infinite concurrency.\n\nIn this case, it is actually faster, and takes far less memory, to limit concurrency.\n\nThis module should do the absolute minimum work necessary to queue up functions. PRs are welcome that would\nmake this module faster or lighter, but new functionality is not desired.\n\nStyle should confirm to nodejs/node style.\n\n## Example\n\n``` javascript\nvar Limiter = require('async-limiter')\n\nvar t = new Limiter({concurrency: 2});\nvar results = []\n\n// add jobs using the familiar Array API\nt.push(function (cb) {\n  results.push('two')\n  cb()\n})\n\nt.push(\n  function (cb) {\n    results.push('four')\n    cb()\n  },\n  function (cb) {\n    results.push('five')\n    cb()\n  }\n)\n\nt.unshift(function (cb) {\n  results.push('one')\n  cb()\n})\n\nt.splice(2, 0, function (cb) {\n  results.push('three')\n  cb()\n})\n\n// Jobs run automatically. If you want a callback when all are done,\n// call 'onDone()'.\nt.onDone(function () {\n  console.log('all done:', results)\n})\n```\n\n## Zlib Example\n\n```js\nconst zlib = require('zlib');\nconst Limiter = require('async-limiter');\n\nconst message = {some: \"data\"};\nconst payload = new Buffer(JSON.stringify(message));\n\n// Try with different concurrency values to see how this actually\n// slows significantly with higher concurrency!\n//\n// 5:        1398.607ms\n// 10:       1375.668ms\n// Infinity: 4423.300ms\n//\nconst t = new Limiter({concurrency: 5});\nfunction deflate(payload, cb) {\n  t.push(function(done) {\n    zlib.deflate(payload, function(err, buffer) {\n      done();\n      cb(err, buffer);\n    });\n  });\n}\n\nconsole.time('deflate');\nfor(let i = 0; i < 30000; ++i) {\n  deflate(payload, function (err, buffer) {});\n}\nq.onDone(function() {\n  console.timeEnd('deflate');\n});\n```\n\n## Install\n\n`npm install async-limiter`\n\n## Test\n\n`npm test`\n\n## API\n\n### `var t = new Limiter([opts])`\nConstructor. `opts` may contain inital values for:\n* `q.concurrency`\n\n## Instance methods\n\n### `q.onDone(fn)`\n`fn` will be called once and only once, when the queue is empty.\n\n## Instance methods mixed in from `Array`\nMozilla has docs on how these methods work [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array).\n### `q.push(element1, ..., elementN)`\n### `q.unshift(element1, ..., elementN)`\n### `q.splice(index , howMany[, element1[, ...[, elementN]]])`\n\n## Properties\n### `q.concurrency`\nMax number of jobs the queue should process concurrently, defaults to `Infinity`.\n\n### `q.length`\nJobs pending + jobs to process (readonly).\n\n",
            "type": "text/plain",
            "title": "$:/plugins/OokTech/Bob/External/async-limiter/README"
        },
        "$:/plugins/OokTech/Bob/External/async-limiter/LICENSE": {
            "text": "The MIT License (MIT)\nCopyright (c) 2017 Samuel Reed <samuel.trace.reed@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
            "type": "text/plain",
            "title": "$:/plugins/OokTech/Bob/External/async-limiter/LICENSE"
        },
        "$:/plugins/OokTech/Bob/External/followRedirects/followRedirects.js": {
            "text": "(function(){\nconst url = require(\"url\");\nconst URL = url.URL;\nconst http = require(\"http\");\nconst https = require(\"https\");\nconst assert = require(\"assert\");\nconst Writable = require(\"stream\").Writable;\n//var debug = require(\"debug\")(\"follow-redirects\");\n\n// RFC7231§4.2.1: Of the request methods defined by this specification,\n// the GET, HEAD, OPTIONS, and TRACE methods are defined to be safe.\nvar SAFE_METHODS = { GET: true, HEAD: true, OPTIONS: true, TRACE: true };\n\n// Create handlers that pass events from native requests\nvar eventHandlers = Object.create(null);\n[\"abort\", \"aborted\", \"error\", \"socket\", \"timeout\"].forEach(function (event) {\n  eventHandlers[event] = function (arg) {\n    this._redirectable.emit(event, arg);\n  };\n});\n\n// An HTTP(S) request that can be redirected\nfunction RedirectableRequest(options, responseCallback) {\n  // Initialize the request\n  Writable.call(this);\n  options.headers = options.headers || {};\n  this._options = options;\n  this._ended = false;\n  this._ending = false;\n  this._redirectCount = 0;\n  this._redirects = [];\n  this._requestBodyLength = 0;\n  this._requestBodyBuffers = [];\n\n  // Since http.request treats host as an alias of hostname,\n  // but the url module interprets host as hostname plus port,\n  // eliminate the host property to avoid confusion.\n  if (options.host) {\n    // Use hostname if set, because it has precedence\n    if (!options.hostname) {\n      options.hostname = options.host;\n    }\n    delete options.host;\n  }\n\n  // Attach a callback if passed\n  if (responseCallback) {\n    this.on(\"response\", responseCallback);\n  }\n\n  // React to responses of native requests\n  var self = this;\n  this._onNativeResponse = function (response) {\n    self._processResponse(response);\n  };\n\n  // Complete the URL object when necessary\n  if (!options.pathname && options.path) {\n    var searchPos = options.path.indexOf(\"?\");\n    if (searchPos < 0) {\n      options.pathname = options.path;\n    }\n    else {\n      options.pathname = options.path.substring(0, searchPos);\n      options.search = options.path.substring(searchPos);\n    }\n  }\n\n  // Perform the first request\n  this._performRequest();\n}\nRedirectableRequest.prototype = Object.create(Writable.prototype);\n\n// Writes buffered data to the current native request\nRedirectableRequest.prototype.write = function (data, encoding, callback) {\n  // Writing is not allowed if end has been called\n  if (this._ending) {\n    throw new Error(\"write after end\");\n  }\n\n  // Validate input and shift parameters if necessary\n  if (!(typeof data === \"string\" || typeof data === \"object\" && (\"length\" in data))) {\n    throw new Error(\"data should be a string, Buffer or Uint8Array\");\n  }\n  if (typeof encoding === \"function\") {\n    callback = encoding;\n    encoding = null;\n  }\n\n  // Ignore empty buffers, since writing them doesn't invoke the callback\n  // https://github.com/nodejs/node/issues/22066\n  if (data.length === 0) {\n    if (callback) {\n      callback();\n    }\n    return;\n  }\n  // Only write when we don't exceed the maximum body length\n  if (this._requestBodyLength + data.length <= this._options.maxBodyLength) {\n    this._requestBodyLength += data.length;\n    this._requestBodyBuffers.push({ data: data, encoding: encoding });\n    this._currentRequest.write(data, encoding, callback);\n  }\n  // Error when we exceed the maximum body length\n  else {\n    this.emit(\"error\", new Error(\"Request body larger than maxBodyLength limit\"));\n    this.abort();\n  }\n};\n\n// Ends the current native request\nRedirectableRequest.prototype.end = function (data, encoding, callback) {\n  // Shift parameters if necessary\n  if (typeof data === \"function\") {\n    callback = data;\n    data = encoding = null;\n  }\n  else if (typeof encoding === \"function\") {\n    callback = encoding;\n    encoding = null;\n  }\n\n  // Write data if needed and end\n  if (!data) {\n    this._ended = this._ending = true;\n    this._currentRequest.end(null, null, callback);\n  }\n  else {\n    var self = this;\n    var currentRequest = this._currentRequest;\n    this.write(data, encoding, function () {\n      self._ended = true;\n      currentRequest.end(null, null, callback);\n    });\n    this._ending = true;\n  }\n};\n\n// Sets a header value on the current native request\nRedirectableRequest.prototype.setHeader = function (name, value) {\n  this._options.headers[name] = value;\n  this._currentRequest.setHeader(name, value);\n};\n\n// Clears a header value on the current native request\nRedirectableRequest.prototype.removeHeader = function (name) {\n  delete this._options.headers[name];\n  this._currentRequest.removeHeader(name);\n};\n\n// Global timeout for all underlying requests\nRedirectableRequest.prototype.setTimeout = function (msecs, callback) {\n  if (callback) {\n    this.once(\"timeout\", callback);\n  }\n\n  if (this.socket) {\n    startTimer(this, msecs);\n  }\n  else {\n    var self = this;\n    this._currentRequest.once(\"socket\", function () {\n      startTimer(self, msecs);\n    });\n  }\n\n  this.once(\"response\", clearTimer);\n  this.once(\"error\", clearTimer);\n\n  return this;\n};\n\nfunction startTimer(request, msecs) {\n  clearTimeout(request._timeout);\n  request._timeout = setTimeout(function () {\n    request.emit(\"timeout\");\n  }, msecs);\n}\n\nfunction clearTimer() {\n  clearTimeout(this._timeout);\n}\n\n// Proxy all other public ClientRequest methods\n[\n  \"abort\", \"flushHeaders\", \"getHeader\",\n  \"setNoDelay\", \"setSocketKeepAlive\",\n].forEach(function (method) {\n  RedirectableRequest.prototype[method] = function (a, b) {\n    return this._currentRequest[method](a, b);\n  };\n});\n\n// Proxy all public ClientRequest properties\n[\"aborted\", \"connection\", \"socket\"].forEach(function (property) {\n  Object.defineProperty(RedirectableRequest.prototype, property, {\n    get: function () { return this._currentRequest[property]; },\n  });\n});\n\n// Executes the next native request (initial or redirect)\nRedirectableRequest.prototype._performRequest = function () {\n  // Load the native protocol\n  var protocol = this._options.protocol;\n  var nativeProtocol = this._options.nativeProtocols[protocol];\n  if (!nativeProtocol) {\n    this.emit(\"error\", new Error(\"Unsupported protocol \" + protocol));\n    return;\n  }\n\n  // If specified, use the agent corresponding to the protocol\n  // (HTTP and HTTPS use different types of agents)\n  if (this._options.agents) {\n    var scheme = protocol.substr(0, protocol.length - 1);\n    this._options.agent = this._options.agents[scheme];\n  }\n\n  // Create the native request\n  var request = this._currentRequest =\n        nativeProtocol.request(this._options, this._onNativeResponse);\n  this._currentUrl = url.format(this._options);\n\n  // Set up event handlers\n  request._redirectable = this;\n  for (var event in eventHandlers) {\n    /* istanbul ignore else */\n    if (event) {\n      request.on(event, eventHandlers[event]);\n    }\n  }\n\n  // End a redirected request\n  // (The first request must be ended explicitly with RedirectableRequest#end)\n  if (this._isRedirect) {\n    // Write the request entity and end.\n    var i = 0;\n    var self = this;\n    var buffers = this._requestBodyBuffers;\n    (function writeNext(error) {\n      // Only write if this request has not been redirected yet\n      /* istanbul ignore else */\n      if (request === self._currentRequest) {\n        // Report any write errors\n        /* istanbul ignore if */\n        if (error) {\n          self.emit(\"error\", error);\n        }\n        // Write the next buffer if there are still left\n        else if (i < buffers.length) {\n          var buffer = buffers[i++];\n          /* istanbul ignore else */\n          if (!request.finished) {\n            request.write(buffer.data, buffer.encoding, writeNext);\n          }\n        }\n        // End the request if `end` has been called on us\n        else if (self._ended) {\n          request.end();\n        }\n      }\n    }());\n  }\n};\n\n// Processes a response from the current native request\nRedirectableRequest.prototype._processResponse = function (response) {\n  // Store the redirected response\n  if (this._options.trackRedirects) {\n    this._redirects.push({\n      url: this._currentUrl,\n      headers: response.headers,\n      statusCode: response.statusCode,\n    });\n  }\n\n  // RFC7231§6.4: The 3xx (Redirection) class of status code indicates\n  // that further action needs to be taken by the user agent in order to\n  // fulfill the request. If a Location header field is provided,\n  // the user agent MAY automatically redirect its request to the URI\n  // referenced by the Location field value,\n  // even if the specific status code is not understood.\n  var location = response.headers.location;\n  if (location && this._options.followRedirects !== false &&\n      response.statusCode >= 300 && response.statusCode < 400) {\n    // Abort the current request\n    this._currentRequest.removeAllListeners();\n    this._currentRequest.on(\"error\", noop);\n    this._currentRequest.abort();\n\n    // RFC7231§6.4: A client SHOULD detect and intervene\n    // in cyclical redirections (i.e., \"infinite\" redirection loops).\n    if (++this._redirectCount > this._options.maxRedirects) {\n      this.emit(\"error\", new Error(\"Max redirects exceeded.\"));\n      return;\n    }\n\n    // RFC7231§6.4: Automatic redirection needs to done with\n    // care for methods not known to be safe […],\n    // since the user might not wish to redirect an unsafe request.\n    // RFC7231§6.4.7: The 307 (Temporary Redirect) status code indicates\n    // that the target resource resides temporarily under a different URI\n    // and the user agent MUST NOT change the request method\n    // if it performs an automatic redirection to that URI.\n    var header;\n    var headers = this._options.headers;\n    if (response.statusCode !== 307 && !(this._options.method in SAFE_METHODS)) {\n      this._options.method = \"GET\";\n      // Drop a possible entity and headers related to it\n      this._requestBodyBuffers = [];\n      for (header in headers) {\n        if (/^content-/i.test(header)) {\n          delete headers[header];\n        }\n      }\n    }\n\n    // Drop the Host header, as the redirect might lead to a different host\n    if (!this._isRedirect) {\n      for (header in headers) {\n        if (/^host$/i.test(header)) {\n          delete headers[header];\n        }\n      }\n    }\n\n    // Perform the redirected request\n    var redirectUrl = url.resolve(this._currentUrl, location);\n    //debug(\"redirecting to\", redirectUrl);\n    Object.assign(this._options, url.parse(redirectUrl));\n    this._isRedirect = true;\n    this._performRequest();\n\n    // Discard the remainder of the response to avoid waiting for data\n    response.destroy();\n  }\n  else {\n    // The response is not a redirect; return it as-is\n    response.responseUrl = this._currentUrl;\n    response.redirects = this._redirects;\n    this.emit(\"response\", response);\n\n    // Clean up\n    this._requestBodyBuffers = [];\n  }\n};\n\n// Wraps the key/value object of protocols with redirect functionality\nfunction wrap(protocols) {\n  // Default settings\n  var exports = {\n    maxRedirects: 21,\n    maxBodyLength: 10 * 1024 * 1024,\n  };\n\n  // Wrap each protocol\n  var nativeProtocols = {};\n  Object.keys(protocols).forEach(function (scheme) {\n    var protocol = scheme + \":\";\n    var nativeProtocol = nativeProtocols[protocol] = protocols[scheme];\n    var wrappedProtocol = exports[scheme] = Object.create(nativeProtocol);\n\n    // Executes a request, following redirects\n    wrappedProtocol.request = function (input, options, callback) {\n      // Parse parameters\n      if (typeof input === \"string\") {\n        var urlStr = input;\n        try {\n          input = urlToOptions(new URL(urlStr));\n        }\n        catch (err) {\n          /* istanbul ignore next */\n          input = url.parse(urlStr);\n        }\n      }\n      else if (URL && (input instanceof URL)) {\n        input = urlToOptions(input);\n      }\n      else {\n        callback = options;\n        options = input;\n        input = { protocol: protocol };\n      }\n      if (typeof options === \"function\") {\n        callback = options;\n        options = null;\n      }\n\n      // Set defaults\n      options = Object.assign({\n        maxRedirects: exports.maxRedirects,\n        maxBodyLength: exports.maxBodyLength,\n      }, input, options);\n      options.nativeProtocols = nativeProtocols;\n\n      assert.equal(options.protocol, protocol, \"protocol mismatch\");\n      //debug(\"options\", options);\n      return new RedirectableRequest(options, callback);\n    };\n\n    // Executes a GET request, following redirects\n    wrappedProtocol.get = function (input, options, callback) {\n      var request = wrappedProtocol.request(input, options, callback);\n      request.end();\n      return request;\n    };\n  });\n  return exports;\n}\n\n/* istanbul ignore next */\nfunction noop() { /* empty */ }\n\n// from https://github.com/nodejs/node/blob/master/lib/internal/url.js\nfunction urlToOptions(urlObject) {\n  var options = {\n    protocol: urlObject.protocol,\n    hostname: urlObject.hostname.startsWith(\"[\") ?\n      /* istanbul ignore next */\n      urlObject.hostname.slice(1, -1) :\n      urlObject.hostname,\n    hash: urlObject.hash,\n    search: urlObject.search,\n    pathname: urlObject.pathname,\n    path: urlObject.pathname + urlObject.search,\n    href: urlObject.href,\n  };\n  if (urlObject.port !== \"\") {\n    options.port = Number(urlObject.port);\n  }\n  return options;\n}\n\n// Exports\nmodule.exports = wrap({ http: http, https: https });\nmodule.exports.wrap = wrap;\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/followRedirects/followRedirects.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/External/followRedirects/README.tid": {
            "text": "## Follow Redirects\n\nDrop-in replacement for Node's `http` and `https` modules that automatically follows redirects.\n\n[![npm version](https://img.shields.io/npm/v/follow-redirects.svg)](https://www.npmjs.com/package/follow-redirects)\n[![Build Status](https://travis-ci.org/follow-redirects/follow-redirects.svg?branch=master)](https://travis-ci.org/follow-redirects/follow-redirects)\n[![Coverage Status](https://coveralls.io/repos/follow-redirects/follow-redirects/badge.svg?branch=master)](https://coveralls.io/r/follow-redirects/follow-redirects?branch=master)\n[![npm downloads](https://img.shields.io/npm/dm/follow-redirects.svg)](https://www.npmjs.com/package/follow-redirects)\n\n`follow-redirects` provides [request](https://nodejs.org/api/http.html#http_http_request_options_callback) and [get](https://nodejs.org/api/http.html#http_http_get_options_callback)\n methods that behave identically to those found on the native [http](https://nodejs.org/api/http.html#http_http_request_options_callback) and [https](https://nodejs.org/api/https.html#https_https_request_options_callback)\n modules, with the exception that they will seamlessly follow redirects.\n\n```javascript\nvar http = require('follow-redirects').http;\nvar https = require('follow-redirects').https;\n\nhttp.get('http://bit.ly/900913', function (response) {\n  response.on('data', function (chunk) {\n    console.log(chunk);\n  });\n}).on('error', function (err) {\n  console.error(err);\n});\n```\n\nYou can inspect the final redirected URL through the `responseUrl` property on the `response`.\nIf no redirection happened, `responseUrl` is the original request URL.\n\n```javascript\nhttps.request({\n  host: 'bitly.com',\n  path: '/UHfDGO',\n}, function (response) {\n  console.log(response.responseUrl);\n  // 'http://duckduckgo.com/robots.txt'\n});\n```\n\n## Options\n### Global options\nGlobal options are set directly on the `follow-redirects` module:\n\n```javascript\nvar followRedirects = require('follow-redirects');\nfollowRedirects.maxRedirects = 10;\nfollowRedirects.maxBodyLength = 20 * 1024 * 1024; // 20 MB\n```\n\nThe following global options are supported:\n\n- `maxRedirects` (default: `21`) – sets the maximum number of allowed redirects; if exceeded, an error will be emitted.\n\n- `maxBodyLength` (default: 10MB) – sets the maximum size of the request body; if exceeded, an error will be emitted.\n\n\n### Per-request options\nPer-request options are set by passing an `options` object:\n\n```javascript\nvar url = require('url');\nvar followRedirects = require('follow-redirects');\n\nvar options = url.parse('http://bit.ly/900913');\noptions.maxRedirects = 10;\nhttp.request(options);\n```\n\nIn addition to the [standard HTTP](https://nodejs.org/api/http.html#http_http_request_options_callback) and [HTTPS options](https://nodejs.org/api/https.html#https_https_request_options_callback),\nthe following per-request options are supported:\n- `followRedirects` (default: `true`) – whether redirects should be followed.\n\n- `maxRedirects` (default: `21`) – sets the maximum number of allowed redirects; if exceeded, an error will be emitted.\n\n- `maxBodyLength` (default: 10MB) – sets the maximum size of the request body; if exceeded, an error will be emitted.\n\n- `agents` (default: `undefined`) – sets the `agent` option per protocol, since HTTP and HTTPS use different agents. Example value: `{ http: new http.Agent(), https: new https.Agent() }`\n\n- `trackRedirects` (default: `false`) – whether to store the redirected response details into the `redirects` array on the response object.\n\n\n### Advanced usage\nBy default, `follow-redirects` will use the Node.js default implementations\nof [`http`](https://nodejs.org/api/http.html)\nand [`https`](https://nodejs.org/api/https.html).\nTo enable features such as caching and/or intermediate request tracking,\nyou might instead want to wrap `follow-redirects` around custom protocol implementations:\n\n```javascript\nvar followRedirects = require('follow-redirects').wrap({\n  http: require('your-custom-http'),\n  https: require('your-custom-https'),\n});\n```\n\nSuch custom protocols only need an implementation of the `request` method.\n\n## Browser Usage\n\nDue to the way the browser works,\nthe `http` and `https` browser equivalents perform redirects by default.\n\nBy requiring `follow-redirects` this way:\n```javascript\nvar http = require('follow-redirects/http');\nvar https = require('follow-redirects/https');\n```\nyou can easily tell webpack and friends to replace\n`follow-redirect` by the built-in versions:\n\n```json\n{\n  \"follow-redirects/http\"  : \"http\",\n  \"follow-redirects/https\" : \"https\"\n}\n```\n\n## Contributing\n\nPull Requests are always welcome. Please [file an issue](https://github.com/follow-redirects/follow-redirects/issues)\n detailing your proposal before you invest your valuable time. Additional features and bug fixes should be accompanied\n by tests. You can run the test suite locally with a simple `npm test` command.\n\n## Debug Logging\n\n`follow-redirects` uses the excellent [debug](https://www.npmjs.com/package/debug) for logging. To turn on logging\n set the environment variable `DEBUG=follow-redirects` for debug output from just this module. When running the test\n suite it is sometimes advantageous to set `DEBUG=*` to see output from the express server as well.\n\n## Authors\n\n- Olivier Lalonde (olalonde@gmail.com)\n- James Talmage (james@talmage.io)\n- [Ruben Verborgh](https://ruben.verborgh.org/)\n\n## License\n\n[MIT License](https://github.com/follow-redirects/follow-redirects/blob/master/LICENSE)\n",
            "type": "text/plain",
            "title": "$:/plugins/OokTech/Bob/External/followRedirects/README.tid"
        },
        "$:/plugins/OokTech/Bob/External/followRedirects/LICENSE.tid": {
            "text": "Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
            "type": "text/plain",
            "title": "$:/plugins/OokTech/Bob/External/followRedirects/LICENSE.tid"
        },
        "$:/plugins/OokTech/Bob/External/followRedirects/notes.tid": {
            "text": "title: $:/plugins/OokTech/Bob/External/followRedirects/notes.tid\n\nRepo url: https://github.com/follow-redirects/follow-redirects\n\nThis has been modified from the original repo in the following ways:\n\n- Everything but index.js, LICENSE and README.md has been removed\n- In index.js lines 7, 327 and 395 have been commented out to remove the dependency on the debug npm module.\n",
            "type": "text/plain",
            "title": "$:/plugins/OokTech/Bob/External/followRedirects/notes.tid"
        },
        "$:/plugins/OokTech/Bob/External/jszip/jszip.js": {
            "text": "(function(){\n/*!\n\nJSZip v3.2.1 - A JavaScript class for generating and reading zip files\n<http://stuartk.com/jszip>\n\n(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>\nDual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown.\n\nJSZip uses the library pako released under the MIT license :\nhttps://github.com/nodeca/pako/blob/master/LICENSE\n*/\n!function(a){if(\"object\"==typeof exports&&\"undefined\"!=typeof module)module.exports=a();else if(\"function\"==typeof define&&define.amd)define([],a);else{var b;b=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:this,b.JSZip=a()}}(function(){return function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i=\"function\"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error(\"Cannot find module '\"+g+\"'\");throw j.code=\"MODULE_NOT_FOUND\",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c?c:a)},k,k.exports,a,b,c,d)}return c[g].exports}for(var f=\"function\"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b,c){\"use strict\";var d=a(\"./utils\"),e=a(\"./support\"),f=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";c.encode=function(a){for(var b,c,e,g,h,i,j,k=[],l=0,m=a.length,n=m,o=\"string\"!==d.getTypeOf(a);l<a.length;)n=m-l,o?(b=a[l++],c=l<m?a[l++]:0,e=l<m?a[l++]:0):(b=a.charCodeAt(l++),c=l<m?a.charCodeAt(l++):0,e=l<m?a.charCodeAt(l++):0),g=b>>2,h=(3&b)<<4|c>>4,i=n>1?(15&c)<<2|e>>6:64,j=n>2?63&e:64,k.push(f.charAt(g)+f.charAt(h)+f.charAt(i)+f.charAt(j));return k.join(\"\")},c.decode=function(a){var b,c,d,g,h,i,j,k=0,l=0,m=\"data:\";if(a.substr(0,m.length)===m)throw new Error(\"Invalid base64 input, it looks like a data url.\");a=a.replace(/[^A-Za-z0-9\\+\\/\\=]/g,\"\");var n=3*a.length/4;if(a.charAt(a.length-1)===f.charAt(64)&&n--,a.charAt(a.length-2)===f.charAt(64)&&n--,n%1!==0)throw new Error(\"Invalid base64 input, bad content length.\");var o;for(o=e.uint8array?new Uint8Array(0|n):new Array(0|n);k<a.length;)g=f.indexOf(a.charAt(k++)),h=f.indexOf(a.charAt(k++)),i=f.indexOf(a.charAt(k++)),j=f.indexOf(a.charAt(k++)),b=g<<2|h>>4,c=(15&h)<<4|i>>2,d=(3&i)<<6|j,o[l++]=b,64!==i&&(o[l++]=c),64!==j&&(o[l++]=d);return o}},{\"./support\":30,\"./utils\":32}],2:[function(a,b,c){\"use strict\";function d(a,b,c,d,e){this.compressedSize=a,this.uncompressedSize=b,this.crc32=c,this.compression=d,this.compressedContent=e}var e=a(\"./external\"),f=a(\"./stream/DataWorker\"),g=a(\"./stream/DataLengthProbe\"),h=a(\"./stream/Crc32Probe\"),g=a(\"./stream/DataLengthProbe\");d.prototype={getContentWorker:function(){var a=new f(e.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new g(\"data_length\")),b=this;return a.on(\"end\",function(){if(this.streamInfo.data_length!==b.uncompressedSize)throw new Error(\"Bug : uncompressed data size mismatch\")}),a},getCompressedWorker:function(){return new f(e.Promise.resolve(this.compressedContent)).withStreamInfo(\"compressedSize\",this.compressedSize).withStreamInfo(\"uncompressedSize\",this.uncompressedSize).withStreamInfo(\"crc32\",this.crc32).withStreamInfo(\"compression\",this.compression)}},d.createWorkerFrom=function(a,b,c){return a.pipe(new h).pipe(new g(\"uncompressedSize\")).pipe(b.compressWorker(c)).pipe(new g(\"compressedSize\")).withStreamInfo(\"compression\",b)},b.exports=d},{\"./external\":6,\"./stream/Crc32Probe\":25,\"./stream/DataLengthProbe\":26,\"./stream/DataWorker\":27}],3:[function(a,b,c){\"use strict\";var d=a(\"./stream/GenericWorker\");c.STORE={magic:\"\\0\\0\",compressWorker:function(a){return new d(\"STORE compression\")},uncompressWorker:function(){return new d(\"STORE decompression\")}},c.DEFLATE=a(\"./flate\")},{\"./flate\":7,\"./stream/GenericWorker\":28}],4:[function(a,b,c){\"use strict\";function d(){for(var a,b=[],c=0;c<256;c++){a=c;for(var d=0;d<8;d++)a=1&a?3988292384^a>>>1:a>>>1;b[c]=a}return b}function e(a,b,c,d){var e=h,f=d+c;a^=-1;for(var g=d;g<f;g++)a=a>>>8^e[255&(a^b[g])];return a^-1}function f(a,b,c,d){var e=h,f=d+c;a^=-1;for(var g=d;g<f;g++)a=a>>>8^e[255&(a^b.charCodeAt(g))];return a^-1}var g=a(\"./utils\"),h=d();b.exports=function(a,b){if(\"undefined\"==typeof a||!a.length)return 0;var c=\"string\"!==g.getTypeOf(a);return c?e(0|b,a,a.length,0):f(0|b,a,a.length,0)}},{\"./utils\":32}],5:[function(a,b,c){\"use strict\";c.base64=!1,c.binary=!1,c.dir=!1,c.createFolders=!0,c.date=null,c.compression=null,c.compressionOptions=null,c.comment=null,c.unixPermissions=null,c.dosPermissions=null},{}],6:[function(a,b,c){\"use strict\";var d=null;d=\"undefined\"!=typeof Promise?Promise:a(\"lie\"),b.exports={Promise:d}},{lie:37}],7:[function(a,b,c){\"use strict\";function d(a,b){h.call(this,\"FlateWorker/\"+a),this._pako=null,this._pakoAction=a,this._pakoOptions=b,this.meta={}}var e=\"undefined\"!=typeof Uint8Array&&\"undefined\"!=typeof Uint16Array&&\"undefined\"!=typeof Uint32Array,f=a(\"pako\"),g=a(\"./utils\"),h=a(\"./stream/GenericWorker\"),i=e?\"uint8array\":\"array\";c.magic=\"\\b\\0\",g.inherits(d,h),d.prototype.processChunk=function(a){this.meta=a.meta,null===this._pako&&this._createPako(),this._pako.push(g.transformTo(i,a.data),!1)},d.prototype.flush=function(){h.prototype.flush.call(this),null===this._pako&&this._createPako(),this._pako.push([],!0)},d.prototype.cleanUp=function(){h.prototype.cleanUp.call(this),this._pako=null},d.prototype._createPako=function(){this._pako=new f[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var a=this;this._pako.onData=function(b){a.push({data:b,meta:a.meta})}},c.compressWorker=function(a){return new d(\"Deflate\",a)},c.uncompressWorker=function(){return new d(\"Inflate\",{})}},{\"./stream/GenericWorker\":28,\"./utils\":32,pako:38}],8:[function(a,b,c){\"use strict\";function d(a,b,c,d){f.call(this,\"ZipFileWorker\"),this.bytesWritten=0,this.zipComment=b,this.zipPlatform=c,this.encodeFileName=d,this.streamFiles=a,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}var e=a(\"../utils\"),f=a(\"../stream/GenericWorker\"),g=a(\"../utf8\"),h=a(\"../crc32\"),i=a(\"../signature\"),j=function(a,b){var c,d=\"\";for(c=0;c<b;c++)d+=String.fromCharCode(255&a),a>>>=8;return d},k=function(a,b){var c=a;return a||(c=b?16893:33204),(65535&c)<<16},l=function(a,b){return 63&(a||0)},m=function(a,b,c,d,f,m){var n,o,p=a.file,q=a.compression,r=m!==g.utf8encode,s=e.transformTo(\"string\",m(p.name)),t=e.transformTo(\"string\",g.utf8encode(p.name)),u=p.comment,v=e.transformTo(\"string\",m(u)),w=e.transformTo(\"string\",g.utf8encode(u)),x=t.length!==p.name.length,y=w.length!==u.length,z=\"\",A=\"\",B=\"\",C=p.dir,D=p.date,E={crc32:0,compressedSize:0,uncompressedSize:0};b&&!c||(E.crc32=a.crc32,E.compressedSize=a.compressedSize,E.uncompressedSize=a.uncompressedSize);var F=0;b&&(F|=8),r||!x&&!y||(F|=2048);var G=0,H=0;C&&(G|=16),\"UNIX\"===f?(H=798,G|=k(p.unixPermissions,C)):(H=20,G|=l(p.dosPermissions,C)),n=D.getUTCHours(),n<<=6,n|=D.getUTCMinutes(),n<<=5,n|=D.getUTCSeconds()/2,o=D.getUTCFullYear()-1980,o<<=4,o|=D.getUTCMonth()+1,o<<=5,o|=D.getUTCDate(),x&&(A=j(1,1)+j(h(s),4)+t,z+=\"up\"+j(A.length,2)+A),y&&(B=j(1,1)+j(h(v),4)+w,z+=\"uc\"+j(B.length,2)+B);var I=\"\";I+=\"\\n\\0\",I+=j(F,2),I+=q.magic,I+=j(n,2),I+=j(o,2),I+=j(E.crc32,4),I+=j(E.compressedSize,4),I+=j(E.uncompressedSize,4),I+=j(s.length,2),I+=j(z.length,2);var J=i.LOCAL_FILE_HEADER+I+s+z,K=i.CENTRAL_FILE_HEADER+j(H,2)+I+j(v.length,2)+\"\\0\\0\\0\\0\"+j(G,4)+j(d,4)+s+z+v;return{fileRecord:J,dirRecord:K}},n=function(a,b,c,d,f){var g=\"\",h=e.transformTo(\"string\",f(d));return g=i.CENTRAL_DIRECTORY_END+\"\\0\\0\\0\\0\"+j(a,2)+j(a,2)+j(b,4)+j(c,4)+j(h.length,2)+h},o=function(a){var b=\"\";return b=i.DATA_DESCRIPTOR+j(a.crc32,4)+j(a.compressedSize,4)+j(a.uncompressedSize,4)};e.inherits(d,f),d.prototype.push=function(a){var b=a.meta.percent||0,c=this.entriesCount,d=this._sources.length;this.accumulate?this.contentBuffer.push(a):(this.bytesWritten+=a.data.length,f.prototype.push.call(this,{data:a.data,meta:{currentFile:this.currentFile,percent:c?(b+100*(c-d-1))/c:100}}))},d.prototype.openedSource=function(a){this.currentSourceOffset=this.bytesWritten,this.currentFile=a.file.name;var b=this.streamFiles&&!a.file.dir;if(b){var c=m(a,b,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:c.fileRecord,meta:{percent:0}})}else this.accumulate=!0},d.prototype.closedSource=function(a){this.accumulate=!1;var b=this.streamFiles&&!a.file.dir,c=m(a,b,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(c.dirRecord),b)this.push({data:o(a),meta:{percent:100}});else for(this.push({data:c.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},d.prototype.flush=function(){for(var a=this.bytesWritten,b=0;b<this.dirRecords.length;b++)this.push({data:this.dirRecords[b],meta:{percent:100}});var c=this.bytesWritten-a,d=n(this.dirRecords.length,c,a,this.zipComment,this.encodeFileName);this.push({data:d,meta:{percent:100}})},d.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},d.prototype.registerPrevious=function(a){this._sources.push(a);var b=this;return a.on(\"data\",function(a){b.processChunk(a)}),a.on(\"end\",function(){b.closedSource(b.previous.streamInfo),b._sources.length?b.prepareNextSource():b.end()}),a.on(\"error\",function(a){b.error(a)}),this},d.prototype.resume=function(){return!!f.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},d.prototype.error=function(a){var b=this._sources;if(!f.prototype.error.call(this,a))return!1;for(var c=0;c<b.length;c++)try{b[c].error(a)}catch(a){}return!0},d.prototype.lock=function(){f.prototype.lock.call(this);for(var a=this._sources,b=0;b<a.length;b++)a[b].lock()},b.exports=d},{\"../crc32\":4,\"../signature\":23,\"../stream/GenericWorker\":28,\"../utf8\":31,\"../utils\":32}],9:[function(a,b,c){\"use strict\";var d=a(\"../compressions\"),e=a(\"./ZipFileWorker\"),f=function(a,b){var c=a||b,e=d[c];if(!e)throw new Error(c+\" is not a valid compression method !\");return e};c.generateWorker=function(a,b,c){var d=new e(b.streamFiles,c,b.platform,b.encodeFileName),g=0;try{a.forEach(function(a,c){g++;var e=f(c.options.compression,b.compression),h=c.options.compressionOptions||b.compressionOptions||{},i=c.dir,j=c.date;c._compressWorker(e,h).withStreamInfo(\"file\",{name:a,dir:i,date:j,comment:c.comment||\"\",unixPermissions:c.unixPermissions,dosPermissions:c.dosPermissions}).pipe(d)}),d.entriesCount=g}catch(h){d.error(h)}return d}},{\"../compressions\":3,\"./ZipFileWorker\":8}],10:[function(a,b,c){\"use strict\";function d(){if(!(this instanceof d))return new d;if(arguments.length)throw new Error(\"The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.\");this.files={},this.comment=null,this.root=\"\",this.clone=function(){var a=new d;for(var b in this)\"function\"!=typeof this[b]&&(a[b]=this[b]);return a}}d.prototype=a(\"./object\"),d.prototype.loadAsync=a(\"./load\"),d.support=a(\"./support\"),d.defaults=a(\"./defaults\"),d.version=\"3.2.0\",d.loadAsync=function(a,b){return(new d).loadAsync(a,b)},d.external=a(\"./external\"),b.exports=d},{\"./defaults\":5,\"./external\":6,\"./load\":11,\"./object\":15,\"./support\":30}],11:[function(a,b,c){\"use strict\";function d(a){return new f.Promise(function(b,c){var d=a.decompressed.getContentWorker().pipe(new i);d.on(\"error\",function(a){c(a)}).on(\"end\",function(){d.streamInfo.crc32!==a.decompressed.crc32?c(new Error(\"Corrupted zip : CRC32 mismatch\")):b()}).resume()})}var e=a(\"./utils\"),f=a(\"./external\"),g=a(\"./utf8\"),e=a(\"./utils\"),h=a(\"./zipEntries\"),i=a(\"./stream/Crc32Probe\"),j=a(\"./nodejsUtils\");b.exports=function(a,b){var c=this;return b=e.extend(b||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:g.utf8decode}),j.isNode&&j.isStream(a)?f.Promise.reject(new Error(\"JSZip can't accept a stream when loading a zip file.\")):e.prepareContent(\"the loaded zip file\",a,!0,b.optimizedBinaryString,b.base64).then(function(a){var c=new h(b);return c.load(a),c}).then(function(a){var c=[f.Promise.resolve(a)],e=a.files;if(b.checkCRC32)for(var g=0;g<e.length;g++)c.push(d(e[g]));return f.Promise.all(c)}).then(function(a){for(var d=a.shift(),e=d.files,f=0;f<e.length;f++){var g=e[f];c.file(g.fileNameStr,g.decompressed,{binary:!0,optimizedBinaryString:!0,date:g.date,dir:g.dir,comment:g.fileCommentStr.length?g.fileCommentStr:null,unixPermissions:g.unixPermissions,dosPermissions:g.dosPermissions,createFolders:b.createFolders})}return d.zipComment.length&&(c.comment=d.zipComment),c})}},{\"./external\":6,\"./nodejsUtils\":14,\"./stream/Crc32Probe\":25,\"./utf8\":31,\"./utils\":32,\"./zipEntries\":33}],12:[function(a,b,c){\"use strict\";function d(a,b){f.call(this,\"Nodejs stream input adapter for \"+a),this._upstreamEnded=!1,this._bindStream(b)}var e=a(\"../utils\"),f=a(\"../stream/GenericWorker\");e.inherits(d,f),d.prototype._bindStream=function(a){var b=this;this._stream=a,a.pause(),a.on(\"data\",function(a){b.push({data:a,meta:{percent:0}})}).on(\"error\",function(a){b.isPaused?this.generatedError=a:b.error(a)}).on(\"end\",function(){b.isPaused?b._upstreamEnded=!0:b.end()})},d.prototype.pause=function(){return!!f.prototype.pause.call(this)&&(this._stream.pause(),!0)},d.prototype.resume=function(){return!!f.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},b.exports=d},{\"../stream/GenericWorker\":28,\"../utils\":32}],13:[function(a,b,c){\"use strict\";function d(a,b,c){e.call(this,b),this._helper=a;var d=this;a.on(\"data\",function(a,b){d.push(a)||d._helper.pause(),c&&c(b)}).on(\"error\",function(a){d.emit(\"error\",a)}).on(\"end\",function(){d.push(null)})}var e=a(\"readable-stream\").Readable,f=a(\"../utils\");f.inherits(d,e),d.prototype._read=function(){this._helper.resume()},b.exports=d},{\"../utils\":32,\"readable-stream\":16}],14:[function(a,b,c){\"use strict\";b.exports={isNode:\"undefined\"!=typeof Buffer,newBufferFrom:function(a,b){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(a,b);if(\"number\"==typeof a)throw new Error('The \"data\" argument must not be a number');return new Buffer(a,b)},allocBuffer:function(a){if(Buffer.alloc)return Buffer.alloc(a);var b=new Buffer(a);return b.fill(0),b},isBuffer:function(a){return Buffer.isBuffer(a)},isStream:function(a){return a&&\"function\"==typeof a.on&&\"function\"==typeof a.pause&&\"function\"==typeof a.resume}}},{}],15:[function(a,b,c){\"use strict\";function d(a){return\"[object RegExp]\"===Object.prototype.toString.call(a)}var e=a(\"./utf8\"),f=a(\"./utils\"),g=a(\"./stream/GenericWorker\"),h=a(\"./stream/StreamHelper\"),i=a(\"./defaults\"),j=a(\"./compressedObject\"),k=a(\"./zipObject\"),l=a(\"./generate\"),m=a(\"./nodejsUtils\"),n=a(\"./nodejs/NodejsStreamInputAdapter\"),o=function(a,b,c){var d,e=f.getTypeOf(b),h=f.extend(c||{},i);h.date=h.date||new Date,null!==h.compression&&(h.compression=h.compression.toUpperCase()),\"string\"==typeof h.unixPermissions&&(h.unixPermissions=parseInt(h.unixPermissions,8)),h.unixPermissions&&16384&h.unixPermissions&&(h.dir=!0),h.dosPermissions&&16&h.dosPermissions&&(h.dir=!0),h.dir&&(a=q(a)),h.createFolders&&(d=p(a))&&r.call(this,d,!0);var l=\"string\"===e&&h.binary===!1&&h.base64===!1;c&&\"undefined\"!=typeof c.binary||(h.binary=!l);var o=b instanceof j&&0===b.uncompressedSize;(o||h.dir||!b||0===b.length)&&(h.base64=!1,h.binary=!0,b=\"\",h.compression=\"STORE\",e=\"string\");var s=null;s=b instanceof j||b instanceof g?b:m.isNode&&m.isStream(b)?new n(a,b):f.prepareContent(a,b,h.binary,h.optimizedBinaryString,h.base64);var t=new k(a,s,h);this.files[a]=t},p=function(a){\"/\"===a.slice(-1)&&(a=a.substring(0,a.length-1));var b=a.lastIndexOf(\"/\");return b>0?a.substring(0,b):\"\"},q=function(a){return\"/\"!==a.slice(-1)&&(a+=\"/\"),a},r=function(a,b){return b=\"undefined\"!=typeof b?b:i.createFolders,a=q(a),this.files[a]||o.call(this,a,null,{dir:!0,createFolders:b}),this.files[a]},s={load:function(){throw new Error(\"This method has been removed in JSZip 3.0, please check the upgrade guide.\")},forEach:function(a){var b,c,d;for(b in this.files)this.files.hasOwnProperty(b)&&(d=this.files[b],c=b.slice(this.root.length,b.length),c&&b.slice(0,this.root.length)===this.root&&a(c,d))},filter:function(a){var b=[];return this.forEach(function(c,d){a(c,d)&&b.push(d)}),b},file:function(a,b,c){if(1===arguments.length){if(d(a)){var e=a;return this.filter(function(a,b){return!b.dir&&e.test(a)})}var f=this.files[this.root+a];return f&&!f.dir?f:null}return a=this.root+a,o.call(this,a,b,c),this},folder:function(a){if(!a)return this;if(d(a))return this.filter(function(b,c){return c.dir&&a.test(b)});var b=this.root+a,c=r.call(this,b),e=this.clone();return e.root=c.name,e},remove:function(a){a=this.root+a;var b=this.files[a];if(b||(\"/\"!==a.slice(-1)&&(a+=\"/\"),b=this.files[a]),b&&!b.dir)delete this.files[a];else for(var c=this.filter(function(b,c){return c.name.slice(0,a.length)===a}),d=0;d<c.length;d++)delete this.files[c[d].name];return this},generate:function(a){throw new Error(\"This method has been removed in JSZip 3.0, please check the upgrade guide.\")},generateInternalStream:function(a){var b,c={};try{if(c=f.extend(a||{},{streamFiles:!1,compression:\"STORE\",compressionOptions:null,type:\"\",platform:\"DOS\",comment:null,mimeType:\"application/zip\",encodeFileName:e.utf8encode}),c.type=c.type.toLowerCase(),c.compression=c.compression.toUpperCase(),\"binarystring\"===c.type&&(c.type=\"string\"),!c.type)throw new Error(\"No output type specified.\");f.checkSupport(c.type),\"darwin\"!==c.platform&&\"freebsd\"!==c.platform&&\"linux\"!==c.platform&&\"sunos\"!==c.platform||(c.platform=\"UNIX\"),\"win32\"===c.platform&&(c.platform=\"DOS\");var d=c.comment||this.comment||\"\";b=l.generateWorker(this,c,d)}catch(i){b=new g(\"error\"),b.error(i)}return new h(b,c.type||\"string\",c.mimeType)},generateAsync:function(a,b){return this.generateInternalStream(a).accumulate(b)},generateNodeStream:function(a,b){return a=a||{},a.type||(a.type=\"nodebuffer\"),this.generateInternalStream(a).toNodejsStream(b)}};b.exports=s},{\"./compressedObject\":2,\"./defaults\":5,\"./generate\":9,\"./nodejs/NodejsStreamInputAdapter\":12,\"./nodejsUtils\":14,\"./stream/GenericWorker\":28,\"./stream/StreamHelper\":29,\"./utf8\":31,\"./utils\":32,\"./zipObject\":35}],16:[function(a,b,c){b.exports=a(\"stream\")},{stream:void 0}],17:[function(a,b,c){\"use strict\";function d(a){e.call(this,a);for(var b=0;b<this.data.length;b++)a[b]=255&a[b]}var e=a(\"./DataReader\"),f=a(\"../utils\");f.inherits(d,e),d.prototype.byteAt=function(a){return this.data[this.zero+a]},d.prototype.lastIndexOfSignature=function(a){for(var b=a.charCodeAt(0),c=a.charCodeAt(1),d=a.charCodeAt(2),e=a.charCodeAt(3),f=this.length-4;f>=0;--f)if(this.data[f]===b&&this.data[f+1]===c&&this.data[f+2]===d&&this.data[f+3]===e)return f-this.zero;return-1},d.prototype.readAndCheckSignature=function(a){var b=a.charCodeAt(0),c=a.charCodeAt(1),d=a.charCodeAt(2),e=a.charCodeAt(3),f=this.readData(4);return b===f[0]&&c===f[1]&&d===f[2]&&e===f[3]},d.prototype.readData=function(a){if(this.checkOffset(a),0===a)return[];var b=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,b},b.exports=d},{\"../utils\":32,\"./DataReader\":18}],18:[function(a,b,c){\"use strict\";function d(a){this.data=a,this.length=a.length,this.index=0,this.zero=0}var e=a(\"../utils\");d.prototype={checkOffset:function(a){this.checkIndex(this.index+a)},checkIndex:function(a){if(this.length<this.zero+a||a<0)throw new Error(\"End of data reached (data length = \"+this.length+\", asked index = \"+a+\"). Corrupted zip ?\")},setIndex:function(a){this.checkIndex(a),this.index=a},skip:function(a){this.setIndex(this.index+a)},byteAt:function(a){},readInt:function(a){var b,c=0;for(this.checkOffset(a),b=this.index+a-1;b>=this.index;b--)c=(c<<8)+this.byteAt(b);return this.index+=a,c},readString:function(a){return e.transformTo(\"string\",this.readData(a))},readData:function(a){},lastIndexOfSignature:function(a){},readAndCheckSignature:function(a){},readDate:function(){var a=this.readInt(4);return new Date(Date.UTC((a>>25&127)+1980,(a>>21&15)-1,a>>16&31,a>>11&31,a>>5&63,(31&a)<<1))}},b.exports=d},{\"../utils\":32}],19:[function(a,b,c){\"use strict\";function d(a){e.call(this,a)}var e=a(\"./Uint8ArrayReader\"),f=a(\"../utils\");f.inherits(d,e),d.prototype.readData=function(a){this.checkOffset(a);var b=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,b},b.exports=d},{\"../utils\":32,\"./Uint8ArrayReader\":21}],20:[function(a,b,c){\"use strict\";function d(a){e.call(this,a)}var e=a(\"./DataReader\"),f=a(\"../utils\");f.inherits(d,e),d.prototype.byteAt=function(a){return this.data.charCodeAt(this.zero+a)},d.prototype.lastIndexOfSignature=function(a){return this.data.lastIndexOf(a)-this.zero},d.prototype.readAndCheckSignature=function(a){var b=this.readData(4);return a===b},d.prototype.readData=function(a){this.checkOffset(a);var b=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,b},b.exports=d},{\"../utils\":32,\"./DataReader\":18}],21:[function(a,b,c){\"use strict\";function d(a){e.call(this,a)}var e=a(\"./ArrayReader\"),f=a(\"../utils\");f.inherits(d,e),d.prototype.readData=function(a){if(this.checkOffset(a),0===a)return new Uint8Array(0);var b=this.data.subarray(this.zero+this.index,this.zero+this.index+a);return this.index+=a,b},b.exports=d},{\"../utils\":32,\"./ArrayReader\":17}],22:[function(a,b,c){\"use strict\";var d=a(\"../utils\"),e=a(\"../support\"),f=a(\"./ArrayReader\"),g=a(\"./StringReader\"),h=a(\"./NodeBufferReader\"),i=a(\"./Uint8ArrayReader\");b.exports=function(a){var b=d.getTypeOf(a);return d.checkSupport(b),\"string\"!==b||e.uint8array?\"nodebuffer\"===b?new h(a):e.uint8array?new i(d.transformTo(\"uint8array\",a)):new f(d.transformTo(\"array\",a)):new g(a)}},{\"../support\":30,\"../utils\":32,\"./ArrayReader\":17,\"./NodeBufferReader\":19,\"./StringReader\":20,\"./Uint8ArrayReader\":21}],23:[function(a,b,c){\"use strict\";c.LOCAL_FILE_HEADER=\"PK\u0003\u0004\",c.CENTRAL_FILE_HEADER=\"PK\u0001\u0002\",c.CENTRAL_DIRECTORY_END=\"PK\u0005\u0006\",c.ZIP64_CENTRAL_DIRECTORY_LOCATOR=\"PK\u0006\u0007\",c.ZIP64_CENTRAL_DIRECTORY_END=\"PK\u0006\u0006\",c.DATA_DESCRIPTOR=\"PK\u0007\\b\"},{}],24:[function(a,b,c){\"use strict\";function d(a){e.call(this,\"ConvertWorker to \"+a),this.destType=a}var e=a(\"./GenericWorker\"),f=a(\"../utils\");f.inherits(d,e),d.prototype.processChunk=function(a){this.push({data:f.transformTo(this.destType,a.data),meta:a.meta})},b.exports=d},{\"../utils\":32,\"./GenericWorker\":28}],25:[function(a,b,c){\"use strict\";function d(){e.call(this,\"Crc32Probe\"),this.withStreamInfo(\"crc32\",0)}var e=a(\"./GenericWorker\"),f=a(\"../crc32\"),g=a(\"../utils\");g.inherits(d,e),d.prototype.processChunk=function(a){this.streamInfo.crc32=f(a.data,this.streamInfo.crc32||0),this.push(a)},b.exports=d},{\"../crc32\":4,\"../utils\":32,\"./GenericWorker\":28}],26:[function(a,b,c){\"use strict\";function d(a){f.call(this,\"DataLengthProbe for \"+a),this.propName=a,this.withStreamInfo(a,0)}var e=a(\"../utils\"),f=a(\"./GenericWorker\");e.inherits(d,f),d.prototype.processChunk=function(a){if(a){var b=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=b+a.data.length}f.prototype.processChunk.call(this,a)},b.exports=d},{\"../utils\":32,\"./GenericWorker\":28}],27:[function(a,b,c){\"use strict\";function d(a){f.call(this,\"DataWorker\");var b=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type=\"\",this._tickScheduled=!1,a.then(function(a){b.dataIsReady=!0,b.data=a,b.max=a&&a.length||0,b.type=e.getTypeOf(a),b.isPaused||b._tickAndRepeat()},function(a){b.error(a)})}var e=a(\"../utils\"),f=a(\"./GenericWorker\"),g=16384;e.inherits(d,f),d.prototype.cleanUp=function(){f.prototype.cleanUp.call(this),this.data=null},d.prototype.resume=function(){return!!f.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,e.delay(this._tickAndRepeat,[],this)),!0)},d.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(e.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},d.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var a=g,b=null,c=Math.min(this.max,this.index+a);if(this.index>=this.max)return this.end();switch(this.type){case\"string\":b=this.data.substring(this.index,c);break;case\"uint8array\":b=this.data.subarray(this.index,c);break;case\"array\":case\"nodebuffer\":b=this.data.slice(this.index,c)}return this.index=c,this.push({data:b,meta:{percent:this.max?this.index/this.max*100:0}})},b.exports=d},{\"../utils\":32,\"./GenericWorker\":28}],28:[function(a,b,c){\"use strict\";function d(a){this.name=a||\"default\",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}d.prototype={push:function(a){this.emit(\"data\",a)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit(\"end\"),this.cleanUp(),this.isFinished=!0}catch(a){this.emit(\"error\",a)}return!0},error:function(a){return!this.isFinished&&(this.isPaused?this.generatedError=a:(this.isFinished=!0,this.emit(\"error\",a),this.previous&&this.previous.error(a),this.cleanUp()),!0)},on:function(a,b){return this._listeners[a].push(b),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(a,b){if(this._listeners[a])for(var c=0;c<this._listeners[a].length;c++)this._listeners[a][c].call(this,b)},pipe:function(a){return a.registerPrevious(this)},registerPrevious:function(a){if(this.isLocked)throw new Error(\"The stream '\"+this+\"' has already been used.\");this.streamInfo=a.streamInfo,this.mergeStreamInfo(),this.previous=a;var b=this;return a.on(\"data\",function(a){b.processChunk(a)}),a.on(\"end\",function(){b.end()}),a.on(\"error\",function(a){b.error(a)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;this.isPaused=!1;var a=!1;return this.generatedError&&(this.error(this.generatedError),a=!0),this.previous&&this.previous.resume(),!a},flush:function(){},processChunk:function(a){this.push(a)},withStreamInfo:function(a,b){return this.extraStreamInfo[a]=b,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var a in this.extraStreamInfo)this.extraStreamInfo.hasOwnProperty(a)&&(this.streamInfo[a]=this.extraStreamInfo[a])},lock:function(){if(this.isLocked)throw new Error(\"The stream '\"+this+\"' has already been used.\");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var a=\"Worker \"+this.name;return this.previous?this.previous+\" -> \"+a:a}},b.exports=d},{}],29:[function(a,b,c){\"use strict\";function d(a,b,c){switch(a){case\"blob\":return h.newBlob(h.transformTo(\"arraybuffer\",b),c);case\"base64\":return k.encode(b);default:return h.transformTo(a,b)}}function e(a,b){var c,d=0,e=null,f=0;for(c=0;c<b.length;c++)f+=b[c].length;switch(a){case\"string\":return b.join(\"\");case\"array\":return Array.prototype.concat.apply([],b);case\"uint8array\":for(e=new Uint8Array(f),c=0;c<b.length;c++)e.set(b[c],d),d+=b[c].length;return e;case\"nodebuffer\":return Buffer.concat(b);default:throw new Error(\"concat : unsupported type '\"+a+\"'\")}}function f(a,b){return new m.Promise(function(c,f){var g=[],h=a._internalType,i=a._outputType,j=a._mimeType;a.on(\"data\",function(a,c){g.push(a),b&&b(c)}).on(\"error\",function(a){g=[],f(a)}).on(\"end\",function(){try{var a=d(i,e(h,g),j);c(a)}catch(b){f(b)}g=[]}).resume()})}function g(a,b,c){var d=b;switch(b){case\"blob\":case\"arraybuffer\":d=\"uint8array\";break;case\"base64\":d=\"string\"}try{this._internalType=d,this._outputType=b,this._mimeType=c,h.checkSupport(d),this._worker=a.pipe(new i(d)),a.lock()}catch(e){this._worker=new j(\"error\"),this._worker.error(e)}}var h=a(\"../utils\"),i=a(\"./ConvertWorker\"),j=a(\"./GenericWorker\"),k=a(\"../base64\"),l=a(\"../support\"),m=a(\"../external\"),n=null;if(l.nodestream)try{n=a(\"../nodejs/NodejsStreamOutputAdapter\")}catch(o){}g.prototype={accumulate:function(a){return f(this,a)},on:function(a,b){var c=this;return\"data\"===a?this._worker.on(a,function(a){b.call(c,a.data,a.meta)}):this._worker.on(a,function(){h.delay(b,arguments,c)}),this},resume:function(){return h.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(a){if(h.checkSupport(\"nodestream\"),\"nodebuffer\"!==this._outputType)throw new Error(this._outputType+\" is not supported by this method\");return new n(this,{objectMode:\"nodebuffer\"!==this._outputType},a)}},b.exports=g},{\"../base64\":1,\"../external\":6,\"../nodejs/NodejsStreamOutputAdapter\":13,\"../support\":30,\"../utils\":32,\"./ConvertWorker\":24,\"./GenericWorker\":28}],30:[function(a,b,c){\"use strict\";if(c.base64=!0,c.array=!0,c.string=!0,c.arraybuffer=\"undefined\"!=typeof ArrayBuffer&&\"undefined\"!=typeof Uint8Array,c.nodebuffer=\"undefined\"!=typeof Buffer,c.uint8array=\"undefined\"!=typeof Uint8Array,\"undefined\"==typeof ArrayBuffer)c.blob=!1;else{var d=new ArrayBuffer(0);try{c.blob=0===new Blob([d],{type:\"application/zip\"}).size}catch(e){try{var f=self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder,g=new f;g.append(d),c.blob=0===g.getBlob(\"application/zip\").size}catch(e){c.blob=!1}}}try{c.nodestream=!!a(\"readable-stream\").Readable}catch(e){c.nodestream=!1}},{\"readable-stream\":16}],31:[function(a,b,c){\"use strict\";function d(){i.call(this,\"utf-8 decode\"),this.leftOver=null}function e(){i.call(this,\"utf-8 encode\")}for(var f=a(\"./utils\"),g=a(\"./support\"),h=a(\"./nodejsUtils\"),i=a(\"./stream/GenericWorker\"),j=new Array(256),k=0;k<256;k++)j[k]=k>=252?6:k>=248?5:k>=240?4:k>=224?3:k>=192?2:1;j[254]=j[254]=1;var l=function(a){var b,c,d,e,f,h=a.length,i=0;for(e=0;e<h;e++)c=a.charCodeAt(e),55296===(64512&c)&&e+1<h&&(d=a.charCodeAt(e+1),56320===(64512&d)&&(c=65536+(c-55296<<10)+(d-56320),e++)),i+=c<128?1:c<2048?2:c<65536?3:4;for(b=g.uint8array?new Uint8Array(i):new Array(i),f=0,e=0;f<i;e++)c=a.charCodeAt(e),55296===(64512&c)&&e+1<h&&(d=a.charCodeAt(e+1),56320===(64512&d)&&(c=65536+(c-55296<<10)+(d-56320),e++)),c<128?b[f++]=c:c<2048?(b[f++]=192|c>>>6,b[f++]=128|63&c):c<65536?(b[f++]=224|c>>>12,b[f++]=128|c>>>6&63,b[f++]=128|63&c):(b[f++]=240|c>>>18,b[f++]=128|c>>>12&63,b[f++]=128|c>>>6&63,b[f++]=128|63&c);return b},m=function(a,b){var c;for(b=b||a.length,b>a.length&&(b=a.length),c=b-1;c>=0&&128===(192&a[c]);)c--;return c<0?b:0===c?b:c+j[a[c]]>b?c:b},n=function(a){var b,c,d,e,g=a.length,h=new Array(2*g);for(c=0,b=0;b<g;)if(d=a[b++],d<128)h[c++]=d;else if(e=j[d],e>4)h[c++]=65533,b+=e-1;else{for(d&=2===e?31:3===e?15:7;e>1&&b<g;)d=d<<6|63&a[b++],e--;e>1?h[c++]=65533:d<65536?h[c++]=d:(d-=65536,h[c++]=55296|d>>10&1023,h[c++]=56320|1023&d)}return h.length!==c&&(h.subarray?h=h.subarray(0,c):h.length=c),f.applyFromCharCode(h)};c.utf8encode=function(a){return g.nodebuffer?h.newBufferFrom(a,\"utf-8\"):l(a)},c.utf8decode=function(a){return g.nodebuffer?f.transformTo(\"nodebuffer\",a).toString(\"utf-8\"):(a=f.transformTo(g.uint8array?\"uint8array\":\"array\",a),n(a))},f.inherits(d,i),d.prototype.processChunk=function(a){var b=f.transformTo(g.uint8array?\"uint8array\":\"array\",a.data);if(this.leftOver&&this.leftOver.length){if(g.uint8array){var d=b;b=new Uint8Array(d.length+this.leftOver.length),b.set(this.leftOver,0),b.set(d,this.leftOver.length)}else b=this.leftOver.concat(b);this.leftOver=null}var e=m(b),h=b;e!==b.length&&(g.uint8array?(h=b.subarray(0,e),this.leftOver=b.subarray(e,b.length)):(h=b.slice(0,e),this.leftOver=b.slice(e,b.length))),this.push({data:c.utf8decode(h),meta:a.meta})},d.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:c.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},c.Utf8DecodeWorker=d,f.inherits(e,i),e.prototype.processChunk=function(a){this.push({data:c.utf8encode(a.data),meta:a.meta})},c.Utf8EncodeWorker=e},{\"./nodejsUtils\":14,\"./stream/GenericWorker\":28,\"./support\":30,\"./utils\":32}],32:[function(a,b,c){\"use strict\";function d(a){var b=null;return b=i.uint8array?new Uint8Array(a.length):new Array(a.length),f(a,b)}function e(a){return a}function f(a,b){for(var c=0;c<a.length;++c)b[c]=255&a.charCodeAt(c);return b}function g(a){var b=65536,d=c.getTypeOf(a),e=!0;if(\"uint8array\"===d?e=n.applyCanBeUsed.uint8array:\"nodebuffer\"===d&&(e=n.applyCanBeUsed.nodebuffer),\ne)for(;b>1;)try{return n.stringifyByChunk(a,d,b)}catch(f){b=Math.floor(b/2)}return n.stringifyByChar(a)}function h(a,b){for(var c=0;c<a.length;c++)b[c]=a[c];return b}var i=a(\"./support\"),j=a(\"./base64\"),k=a(\"./nodejsUtils\"),l=a(\"set-immediate-shim\"),m=a(\"./external\");c.newBlob=function(a,b){c.checkSupport(\"blob\");try{return new Blob([a],{type:b})}catch(d){try{var e=self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder,f=new e;return f.append(a),f.getBlob(b)}catch(d){throw new Error(\"Bug : can't construct the Blob.\")}}};var n={stringifyByChunk:function(a,b,c){var d=[],e=0,f=a.length;if(f<=c)return String.fromCharCode.apply(null,a);for(;e<f;)\"array\"===b||\"nodebuffer\"===b?d.push(String.fromCharCode.apply(null,a.slice(e,Math.min(e+c,f)))):d.push(String.fromCharCode.apply(null,a.subarray(e,Math.min(e+c,f)))),e+=c;return d.join(\"\")},stringifyByChar:function(a){for(var b=\"\",c=0;c<a.length;c++)b+=String.fromCharCode(a[c]);return b},applyCanBeUsed:{uint8array:function(){try{return i.uint8array&&1===String.fromCharCode.apply(null,new Uint8Array(1)).length}catch(a){return!1}}(),nodebuffer:function(){try{return i.nodebuffer&&1===String.fromCharCode.apply(null,k.allocBuffer(1)).length}catch(a){return!1}}()}};c.applyFromCharCode=g;var o={};o.string={string:e,array:function(a){return f(a,new Array(a.length))},arraybuffer:function(a){return o.string.uint8array(a).buffer},uint8array:function(a){return f(a,new Uint8Array(a.length))},nodebuffer:function(a){return f(a,k.allocBuffer(a.length))}},o.array={string:g,array:e,arraybuffer:function(a){return new Uint8Array(a).buffer},uint8array:function(a){return new Uint8Array(a)},nodebuffer:function(a){return k.newBufferFrom(a)}},o.arraybuffer={string:function(a){return g(new Uint8Array(a))},array:function(a){return h(new Uint8Array(a),new Array(a.byteLength))},arraybuffer:e,uint8array:function(a){return new Uint8Array(a)},nodebuffer:function(a){return k.newBufferFrom(new Uint8Array(a))}},o.uint8array={string:g,array:function(a){return h(a,new Array(a.length))},arraybuffer:function(a){return a.buffer},uint8array:e,nodebuffer:function(a){return k.newBufferFrom(a)}},o.nodebuffer={string:g,array:function(a){return h(a,new Array(a.length))},arraybuffer:function(a){return o.nodebuffer.uint8array(a).buffer},uint8array:function(a){return h(a,new Uint8Array(a.length))},nodebuffer:e},c.transformTo=function(a,b){if(b||(b=\"\"),!a)return b;c.checkSupport(a);var d=c.getTypeOf(b),e=o[d][a](b);return e},c.getTypeOf=function(a){return\"string\"==typeof a?\"string\":\"[object Array]\"===Object.prototype.toString.call(a)?\"array\":i.nodebuffer&&k.isBuffer(a)?\"nodebuffer\":i.uint8array&&a instanceof Uint8Array?\"uint8array\":i.arraybuffer&&a instanceof ArrayBuffer?\"arraybuffer\":void 0},c.checkSupport=function(a){var b=i[a.toLowerCase()];if(!b)throw new Error(a+\" is not supported by this platform\")},c.MAX_VALUE_16BITS=65535,c.MAX_VALUE_32BITS=-1,c.pretty=function(a){var b,c,d=\"\";for(c=0;c<(a||\"\").length;c++)b=a.charCodeAt(c),d+=\"\\\\x\"+(b<16?\"0\":\"\")+b.toString(16).toUpperCase();return d},c.delay=function(a,b,c){l(function(){a.apply(c||null,b||[])})},c.inherits=function(a,b){var c=function(){};c.prototype=b.prototype,a.prototype=new c},c.extend=function(){var a,b,c={};for(a=0;a<arguments.length;a++)for(b in arguments[a])arguments[a].hasOwnProperty(b)&&\"undefined\"==typeof c[b]&&(c[b]=arguments[a][b]);return c},c.prepareContent=function(a,b,e,f,g){var h=m.Promise.resolve(b).then(function(a){var b=i.blob&&(a instanceof Blob||[\"[object File]\",\"[object Blob]\"].indexOf(Object.prototype.toString.call(a))!==-1);return b&&\"undefined\"!=typeof FileReader?new m.Promise(function(b,c){var d=new FileReader;d.onload=function(a){b(a.target.result)},d.onerror=function(a){c(a.target.error)},d.readAsArrayBuffer(a)}):a});return h.then(function(b){var h=c.getTypeOf(b);return h?(\"arraybuffer\"===h?b=c.transformTo(\"uint8array\",b):\"string\"===h&&(g?b=j.decode(b):e&&f!==!0&&(b=d(b))),b):m.Promise.reject(new Error(\"Can't read the data of '\"+a+\"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?\"))})}},{\"./base64\":1,\"./external\":6,\"./nodejsUtils\":14,\"./support\":30,\"set-immediate-shim\":54}],33:[function(a,b,c){\"use strict\";function d(a){this.files=[],this.loadOptions=a}var e=a(\"./reader/readerFor\"),f=a(\"./utils\"),g=a(\"./signature\"),h=a(\"./zipEntry\"),i=(a(\"./utf8\"),a(\"./support\"));d.prototype={checkSignature:function(a){if(!this.reader.readAndCheckSignature(a)){this.reader.index-=4;var b=this.reader.readString(4);throw new Error(\"Corrupted zip or bug: unexpected signature (\"+f.pretty(b)+\", expected \"+f.pretty(a)+\")\")}},isSignature:function(a,b){var c=this.reader.index;this.reader.setIndex(a);var d=this.reader.readString(4),e=d===b;return this.reader.setIndex(c),e},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var a=this.reader.readData(this.zipCommentLength),b=i.uint8array?\"uint8array\":\"array\",c=f.transformTo(b,a);this.zipComment=this.loadOptions.decodeFileName(c)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var a,b,c,d=this.zip64EndOfCentralSize-44,e=0;e<d;)a=this.reader.readInt(2),b=this.reader.readInt(4),c=this.reader.readData(b),this.zip64ExtensibleData[a]={id:a,length:b,value:c}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),this.disksCount>1)throw new Error(\"Multi-volumes zip are not supported\")},readLocalFiles:function(){var a,b;for(a=0;a<this.files.length;a++)b=this.files[a],this.reader.setIndex(b.localHeaderOffset),this.checkSignature(g.LOCAL_FILE_HEADER),b.readLocalPart(this.reader),b.handleUTF8(),b.processAttributes()},readCentralDir:function(){var a;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(g.CENTRAL_FILE_HEADER);)a=new h({zip64:this.zip64},this.loadOptions),a.readCentralPart(this.reader),this.files.push(a);if(this.centralDirRecords!==this.files.length&&0!==this.centralDirRecords&&0===this.files.length)throw new Error(\"Corrupted zip or bug: expected \"+this.centralDirRecords+\" records in central dir, got \"+this.files.length)},readEndOfCentral:function(){var a=this.reader.lastIndexOfSignature(g.CENTRAL_DIRECTORY_END);if(a<0){var b=!this.isSignature(0,g.LOCAL_FILE_HEADER);throw b?new Error(\"Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html\"):new Error(\"Corrupted zip: can't find end of central directory\")}this.reader.setIndex(a);var c=a;if(this.checkSignature(g.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===f.MAX_VALUE_16BITS||this.diskWithCentralDirStart===f.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===f.MAX_VALUE_16BITS||this.centralDirRecords===f.MAX_VALUE_16BITS||this.centralDirSize===f.MAX_VALUE_32BITS||this.centralDirOffset===f.MAX_VALUE_32BITS){if(this.zip64=!0,a=this.reader.lastIndexOfSignature(g.ZIP64_CENTRAL_DIRECTORY_LOCATOR),a<0)throw new Error(\"Corrupted zip: can't find the ZIP64 end of central directory locator\");if(this.reader.setIndex(a),this.checkSignature(g.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,g.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(g.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error(\"Corrupted zip: can't find the ZIP64 end of central directory\");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(g.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var d=this.centralDirOffset+this.centralDirSize;this.zip64&&(d+=20,d+=12+this.zip64EndOfCentralSize);var e=c-d;if(e>0)this.isSignature(c,g.CENTRAL_FILE_HEADER)||(this.reader.zero=e);else if(e<0)throw new Error(\"Corrupted zip: missing \"+Math.abs(e)+\" bytes.\")},prepareReader:function(a){this.reader=e(a)},load:function(a){this.prepareReader(a),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},b.exports=d},{\"./reader/readerFor\":22,\"./signature\":23,\"./support\":30,\"./utf8\":31,\"./utils\":32,\"./zipEntry\":34}],34:[function(a,b,c){\"use strict\";function d(a,b){this.options=a,this.loadOptions=b}var e=a(\"./reader/readerFor\"),f=a(\"./utils\"),g=a(\"./compressedObject\"),h=a(\"./crc32\"),i=a(\"./utf8\"),j=a(\"./compressions\"),k=a(\"./support\"),l=0,m=3,n=function(a){for(var b in j)if(j.hasOwnProperty(b)&&j[b].magic===a)return j[b];return null};d.prototype={isEncrypted:function(){return 1===(1&this.bitFlag)},useUTF8:function(){return 2048===(2048&this.bitFlag)},readLocalPart:function(a){var b,c;if(a.skip(22),this.fileNameLength=a.readInt(2),c=a.readInt(2),this.fileName=a.readData(this.fileNameLength),a.skip(c),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error(\"Bug or corrupted zip : didn't get enough informations from the central directory (compressedSize === -1 || uncompressedSize === -1)\");if(b=n(this.compressionMethod),null===b)throw new Error(\"Corrupted zip : compression \"+f.pretty(this.compressionMethod)+\" unknown (inner file : \"+f.transformTo(\"string\",this.fileName)+\")\");this.decompressed=new g(this.compressedSize,this.uncompressedSize,this.crc32,b,a.readData(this.compressedSize))},readCentralPart:function(a){this.versionMadeBy=a.readInt(2),a.skip(2),this.bitFlag=a.readInt(2),this.compressionMethod=a.readString(2),this.date=a.readDate(),this.crc32=a.readInt(4),this.compressedSize=a.readInt(4),this.uncompressedSize=a.readInt(4);var b=a.readInt(2);if(this.extraFieldsLength=a.readInt(2),this.fileCommentLength=a.readInt(2),this.diskNumberStart=a.readInt(2),this.internalFileAttributes=a.readInt(2),this.externalFileAttributes=a.readInt(4),this.localHeaderOffset=a.readInt(4),this.isEncrypted())throw new Error(\"Encrypted zip are not supported\");a.skip(b),this.readExtraFields(a),this.parseZIP64ExtraField(a),this.fileComment=a.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var a=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),a===l&&(this.dosPermissions=63&this.externalFileAttributes),a===m&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||\"/\"!==this.fileNameStr.slice(-1)||(this.dir=!0)},parseZIP64ExtraField:function(a){if(this.extraFields[1]){var b=e(this.extraFields[1].value);this.uncompressedSize===f.MAX_VALUE_32BITS&&(this.uncompressedSize=b.readInt(8)),this.compressedSize===f.MAX_VALUE_32BITS&&(this.compressedSize=b.readInt(8)),this.localHeaderOffset===f.MAX_VALUE_32BITS&&(this.localHeaderOffset=b.readInt(8)),this.diskNumberStart===f.MAX_VALUE_32BITS&&(this.diskNumberStart=b.readInt(4))}},readExtraFields:function(a){var b,c,d,e=a.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});a.index<e;)b=a.readInt(2),c=a.readInt(2),d=a.readData(c),this.extraFields[b]={id:b,length:c,value:d}},handleUTF8:function(){var a=k.uint8array?\"uint8array\":\"array\";if(this.useUTF8())this.fileNameStr=i.utf8decode(this.fileName),this.fileCommentStr=i.utf8decode(this.fileComment);else{var b=this.findExtraFieldUnicodePath();if(null!==b)this.fileNameStr=b;else{var c=f.transformTo(a,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(c)}var d=this.findExtraFieldUnicodeComment();if(null!==d)this.fileCommentStr=d;else{var e=f.transformTo(a,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(e)}}},findExtraFieldUnicodePath:function(){var a=this.extraFields[28789];if(a){var b=e(a.value);return 1!==b.readInt(1)?null:h(this.fileName)!==b.readInt(4)?null:i.utf8decode(b.readData(a.length-5))}return null},findExtraFieldUnicodeComment:function(){var a=this.extraFields[25461];if(a){var b=e(a.value);return 1!==b.readInt(1)?null:h(this.fileComment)!==b.readInt(4)?null:i.utf8decode(b.readData(a.length-5))}return null}},b.exports=d},{\"./compressedObject\":2,\"./compressions\":3,\"./crc32\":4,\"./reader/readerFor\":22,\"./support\":30,\"./utf8\":31,\"./utils\":32}],35:[function(a,b,c){\"use strict\";var d=a(\"./stream/StreamHelper\"),e=a(\"./stream/DataWorker\"),f=a(\"./utf8\"),g=a(\"./compressedObject\"),h=a(\"./stream/GenericWorker\"),i=function(a,b,c){this.name=a,this.dir=c.dir,this.date=c.date,this.comment=c.comment,this.unixPermissions=c.unixPermissions,this.dosPermissions=c.dosPermissions,this._data=b,this._dataBinary=c.binary,this.options={compression:c.compression,compressionOptions:c.compressionOptions}};i.prototype={internalStream:function(a){var b=null,c=\"string\";try{if(!a)throw new Error(\"No output type specified.\");c=a.toLowerCase();var e=\"string\"===c||\"text\"===c;\"binarystring\"!==c&&\"text\"!==c||(c=\"string\"),b=this._decompressWorker();var g=!this._dataBinary;g&&!e&&(b=b.pipe(new f.Utf8EncodeWorker)),!g&&e&&(b=b.pipe(new f.Utf8DecodeWorker))}catch(i){b=new h(\"error\"),b.error(i)}return new d(b,c,\"\")},async:function(a,b){return this.internalStream(a).accumulate(b)},nodeStream:function(a,b){return this.internalStream(a||\"nodebuffer\").toNodejsStream(b)},_compressWorker:function(a,b){if(this._data instanceof g&&this._data.compression.magic===a.magic)return this._data.getCompressedWorker();var c=this._decompressWorker();return this._dataBinary||(c=c.pipe(new f.Utf8EncodeWorker)),g.createWorkerFrom(c,a,b)},_decompressWorker:function(){return this._data instanceof g?this._data.getContentWorker():this._data instanceof h?this._data:new e(this._data)}};for(var j=[\"asText\",\"asBinary\",\"asNodeBuffer\",\"asUint8Array\",\"asArrayBuffer\"],k=function(){throw new Error(\"This method has been removed in JSZip 3.0, please check the upgrade guide.\")},l=0;l<j.length;l++)i.prototype[j[l]]=k;b.exports=i},{\"./compressedObject\":2,\"./stream/DataWorker\":27,\"./stream/GenericWorker\":28,\"./stream/StreamHelper\":29,\"./utf8\":31}],36:[function(a,b,c){(function(a){\"use strict\";function c(){k=!0;for(var a,b,c=l.length;c;){for(b=l,l=[],a=-1;++a<c;)b[a]();c=l.length}k=!1}function d(a){1!==l.push(a)||k||e()}var e,f=a.MutationObserver||a.WebKitMutationObserver;if(f){var g=0,h=new f(c),i=a.document.createTextNode(\"\");h.observe(i,{characterData:!0}),e=function(){i.data=g=++g%2}}else if(a.setImmediate||\"undefined\"==typeof a.MessageChannel)e=\"document\"in a&&\"onreadystatechange\"in a.document.createElement(\"script\")?function(){var b=a.document.createElement(\"script\");b.onreadystatechange=function(){c(),b.onreadystatechange=null,b.parentNode.removeChild(b),b=null},a.document.documentElement.appendChild(b)}:function(){setTimeout(c,0)};else{var j=new a.MessageChannel;j.port1.onmessage=c,e=function(){j.port2.postMessage(0)}}var k,l=[];b.exports=d}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{}],37:[function(a,b,c){\"use strict\";function d(){}function e(a){if(\"function\"!=typeof a)throw new TypeError(\"resolver must be a function\");this.state=s,this.queue=[],this.outcome=void 0,a!==d&&i(this,a)}function f(a,b,c){this.promise=a,\"function\"==typeof b&&(this.onFulfilled=b,this.callFulfilled=this.otherCallFulfilled),\"function\"==typeof c&&(this.onRejected=c,this.callRejected=this.otherCallRejected)}function g(a,b,c){o(function(){var d;try{d=b(c)}catch(e){return p.reject(a,e)}d===a?p.reject(a,new TypeError(\"Cannot resolve promise with itself\")):p.resolve(a,d)})}function h(a){var b=a&&a.then;if(a&&(\"object\"==typeof a||\"function\"==typeof a)&&\"function\"==typeof b)return function(){b.apply(a,arguments)}}function i(a,b){function c(b){f||(f=!0,p.reject(a,b))}function d(b){f||(f=!0,p.resolve(a,b))}function e(){b(d,c)}var f=!1,g=j(e);\"error\"===g.status&&c(g.value)}function j(a,b){var c={};try{c.value=a(b),c.status=\"success\"}catch(d){c.status=\"error\",c.value=d}return c}function k(a){return a instanceof this?a:p.resolve(new this(d),a)}function l(a){var b=new this(d);return p.reject(b,a)}function m(a){function b(a,b){function d(a){g[b]=a,++h!==e||f||(f=!0,p.resolve(j,g))}c.resolve(a).then(d,function(a){f||(f=!0,p.reject(j,a))})}var c=this;if(\"[object Array]\"!==Object.prototype.toString.call(a))return this.reject(new TypeError(\"must be an array\"));var e=a.length,f=!1;if(!e)return this.resolve([]);for(var g=new Array(e),h=0,i=-1,j=new this(d);++i<e;)b(a[i],i);return j}function n(a){function b(a){c.resolve(a).then(function(a){f||(f=!0,p.resolve(h,a))},function(a){f||(f=!0,p.reject(h,a))})}var c=this;if(\"[object Array]\"!==Object.prototype.toString.call(a))return this.reject(new TypeError(\"must be an array\"));var e=a.length,f=!1;if(!e)return this.resolve([]);for(var g=-1,h=new this(d);++g<e;)b(a[g]);return h}var o=a(\"immediate\"),p={},q=[\"REJECTED\"],r=[\"FULFILLED\"],s=[\"PENDING\"];b.exports=e,e.prototype[\"finally\"]=function(a){function b(b){function c(){return b}return d.resolve(a()).then(c)}function c(b){function c(){throw b}return d.resolve(a()).then(c)}if(\"function\"!=typeof a)return this;var d=this.constructor;return this.then(b,c)},e.prototype[\"catch\"]=function(a){return this.then(null,a)},e.prototype.then=function(a,b){if(\"function\"!=typeof a&&this.state===r||\"function\"!=typeof b&&this.state===q)return this;var c=new this.constructor(d);if(this.state!==s){var e=this.state===r?a:b;g(c,e,this.outcome)}else this.queue.push(new f(c,a,b));return c},f.prototype.callFulfilled=function(a){p.resolve(this.promise,a)},f.prototype.otherCallFulfilled=function(a){g(this.promise,this.onFulfilled,a)},f.prototype.callRejected=function(a){p.reject(this.promise,a)},f.prototype.otherCallRejected=function(a){g(this.promise,this.onRejected,a)},p.resolve=function(a,b){var c=j(h,b);if(\"error\"===c.status)return p.reject(a,c.value);var d=c.value;if(d)i(a,d);else{a.state=r,a.outcome=b;for(var e=-1,f=a.queue.length;++e<f;)a.queue[e].callFulfilled(b)}return a},p.reject=function(a,b){a.state=q,a.outcome=b;for(var c=-1,d=a.queue.length;++c<d;)a.queue[c].callRejected(b);return a},e.resolve=k,e.reject=l,e.all=m,e.race=n},{immediate:36}],38:[function(a,b,c){\"use strict\";var d=a(\"./lib/utils/common\").assign,e=a(\"./lib/deflate\"),f=a(\"./lib/inflate\"),g=a(\"./lib/zlib/constants\"),h={};d(h,e,f,g),b.exports=h},{\"./lib/deflate\":39,\"./lib/inflate\":40,\"./lib/utils/common\":41,\"./lib/zlib/constants\":44}],39:[function(a,b,c){\"use strict\";function d(a){if(!(this instanceof d))return new d(a);this.options=i.assign({level:s,method:u,chunkSize:16384,windowBits:15,memLevel:8,strategy:t,to:\"\"},a||{});var b=this.options;b.raw&&b.windowBits>0?b.windowBits=-b.windowBits:b.gzip&&b.windowBits>0&&b.windowBits<16&&(b.windowBits+=16),this.err=0,this.msg=\"\",this.ended=!1,this.chunks=[],this.strm=new l,this.strm.avail_out=0;var c=h.deflateInit2(this.strm,b.level,b.method,b.windowBits,b.memLevel,b.strategy);if(c!==p)throw new Error(k[c]);if(b.header&&h.deflateSetHeader(this.strm,b.header),b.dictionary){var e;if(e=\"string\"==typeof b.dictionary?j.string2buf(b.dictionary):\"[object ArrayBuffer]\"===m.call(b.dictionary)?new Uint8Array(b.dictionary):b.dictionary,c=h.deflateSetDictionary(this.strm,e),c!==p)throw new Error(k[c]);this._dict_set=!0}}function e(a,b){var c=new d(b);if(c.push(a,!0),c.err)throw c.msg||k[c.err];return c.result}function f(a,b){return b=b||{},b.raw=!0,e(a,b)}function g(a,b){return b=b||{},b.gzip=!0,e(a,b)}var h=a(\"./zlib/deflate\"),i=a(\"./utils/common\"),j=a(\"./utils/strings\"),k=a(\"./zlib/messages\"),l=a(\"./zlib/zstream\"),m=Object.prototype.toString,n=0,o=4,p=0,q=1,r=2,s=-1,t=0,u=8;d.prototype.push=function(a,b){var c,d,e=this.strm,f=this.options.chunkSize;if(this.ended)return!1;d=b===~~b?b:b===!0?o:n,\"string\"==typeof a?e.input=j.string2buf(a):\"[object ArrayBuffer]\"===m.call(a)?e.input=new Uint8Array(a):e.input=a,e.next_in=0,e.avail_in=e.input.length;do{if(0===e.avail_out&&(e.output=new i.Buf8(f),e.next_out=0,e.avail_out=f),c=h.deflate(e,d),c!==q&&c!==p)return this.onEnd(c),this.ended=!0,!1;0!==e.avail_out&&(0!==e.avail_in||d!==o&&d!==r)||(\"string\"===this.options.to?this.onData(j.buf2binstring(i.shrinkBuf(e.output,e.next_out))):this.onData(i.shrinkBuf(e.output,e.next_out)))}while((e.avail_in>0||0===e.avail_out)&&c!==q);return d===o?(c=h.deflateEnd(this.strm),this.onEnd(c),this.ended=!0,c===p):d!==r||(this.onEnd(p),e.avail_out=0,!0)},d.prototype.onData=function(a){this.chunks.push(a)},d.prototype.onEnd=function(a){a===p&&(\"string\"===this.options.to?this.result=this.chunks.join(\"\"):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=a,this.msg=this.strm.msg},c.Deflate=d,c.deflate=e,c.deflateRaw=f,c.gzip=g},{\"./utils/common\":41,\"./utils/strings\":42,\"./zlib/deflate\":46,\"./zlib/messages\":51,\"./zlib/zstream\":53}],40:[function(a,b,c){\"use strict\";function d(a){if(!(this instanceof d))return new d(a);this.options=h.assign({chunkSize:16384,windowBits:0,to:\"\"},a||{});var b=this.options;b.raw&&b.windowBits>=0&&b.windowBits<16&&(b.windowBits=-b.windowBits,0===b.windowBits&&(b.windowBits=-15)),!(b.windowBits>=0&&b.windowBits<16)||a&&a.windowBits||(b.windowBits+=32),b.windowBits>15&&b.windowBits<48&&0===(15&b.windowBits)&&(b.windowBits|=15),this.err=0,this.msg=\"\",this.ended=!1,this.chunks=[],this.strm=new l,this.strm.avail_out=0;var c=g.inflateInit2(this.strm,b.windowBits);if(c!==j.Z_OK)throw new Error(k[c]);this.header=new m,g.inflateGetHeader(this.strm,this.header)}function e(a,b){var c=new d(b);if(c.push(a,!0),c.err)throw c.msg||k[c.err];return c.result}function f(a,b){return b=b||{},b.raw=!0,e(a,b)}var g=a(\"./zlib/inflate\"),h=a(\"./utils/common\"),i=a(\"./utils/strings\"),j=a(\"./zlib/constants\"),k=a(\"./zlib/messages\"),l=a(\"./zlib/zstream\"),m=a(\"./zlib/gzheader\"),n=Object.prototype.toString;d.prototype.push=function(a,b){var c,d,e,f,k,l,m=this.strm,o=this.options.chunkSize,p=this.options.dictionary,q=!1;if(this.ended)return!1;d=b===~~b?b:b===!0?j.Z_FINISH:j.Z_NO_FLUSH,\"string\"==typeof a?m.input=i.binstring2buf(a):\"[object ArrayBuffer]\"===n.call(a)?m.input=new Uint8Array(a):m.input=a,m.next_in=0,m.avail_in=m.input.length;do{if(0===m.avail_out&&(m.output=new h.Buf8(o),m.next_out=0,m.avail_out=o),c=g.inflate(m,j.Z_NO_FLUSH),c===j.Z_NEED_DICT&&p&&(l=\"string\"==typeof p?i.string2buf(p):\"[object ArrayBuffer]\"===n.call(p)?new Uint8Array(p):p,c=g.inflateSetDictionary(this.strm,l)),c===j.Z_BUF_ERROR&&q===!0&&(c=j.Z_OK,q=!1),c!==j.Z_STREAM_END&&c!==j.Z_OK)return this.onEnd(c),this.ended=!0,!1;m.next_out&&(0!==m.avail_out&&c!==j.Z_STREAM_END&&(0!==m.avail_in||d!==j.Z_FINISH&&d!==j.Z_SYNC_FLUSH)||(\"string\"===this.options.to?(e=i.utf8border(m.output,m.next_out),f=m.next_out-e,k=i.buf2string(m.output,e),m.next_out=f,m.avail_out=o-f,f&&h.arraySet(m.output,m.output,e,f,0),this.onData(k)):this.onData(h.shrinkBuf(m.output,m.next_out)))),0===m.avail_in&&0===m.avail_out&&(q=!0)}while((m.avail_in>0||0===m.avail_out)&&c!==j.Z_STREAM_END);return c===j.Z_STREAM_END&&(d=j.Z_FINISH),d===j.Z_FINISH?(c=g.inflateEnd(this.strm),this.onEnd(c),this.ended=!0,c===j.Z_OK):d!==j.Z_SYNC_FLUSH||(this.onEnd(j.Z_OK),m.avail_out=0,!0)},d.prototype.onData=function(a){this.chunks.push(a)},d.prototype.onEnd=function(a){a===j.Z_OK&&(\"string\"===this.options.to?this.result=this.chunks.join(\"\"):this.result=h.flattenChunks(this.chunks)),this.chunks=[],this.err=a,this.msg=this.strm.msg},c.Inflate=d,c.inflate=e,c.inflateRaw=f,c.ungzip=e},{\"./utils/common\":41,\"./utils/strings\":42,\"./zlib/constants\":44,\"./zlib/gzheader\":47,\"./zlib/inflate\":49,\"./zlib/messages\":51,\"./zlib/zstream\":53}],41:[function(a,b,c){\"use strict\";var d=\"undefined\"!=typeof Uint8Array&&\"undefined\"!=typeof Uint16Array&&\"undefined\"!=typeof Int32Array;c.assign=function(a){for(var b=Array.prototype.slice.call(arguments,1);b.length;){var c=b.shift();if(c){if(\"object\"!=typeof c)throw new TypeError(c+\"must be non-object\");for(var d in c)c.hasOwnProperty(d)&&(a[d]=c[d])}}return a},c.shrinkBuf=function(a,b){return a.length===b?a:a.subarray?a.subarray(0,b):(a.length=b,a)};var e={arraySet:function(a,b,c,d,e){if(b.subarray&&a.subarray)return void a.set(b.subarray(c,c+d),e);for(var f=0;f<d;f++)a[e+f]=b[c+f]},flattenChunks:function(a){var b,c,d,e,f,g;for(d=0,b=0,c=a.length;b<c;b++)d+=a[b].length;for(g=new Uint8Array(d),e=0,b=0,c=a.length;b<c;b++)f=a[b],g.set(f,e),e+=f.length;return g}},f={arraySet:function(a,b,c,d,e){for(var f=0;f<d;f++)a[e+f]=b[c+f]},flattenChunks:function(a){return[].concat.apply([],a)}};c.setTyped=function(a){a?(c.Buf8=Uint8Array,c.Buf16=Uint16Array,c.Buf32=Int32Array,c.assign(c,e)):(c.Buf8=Array,c.Buf16=Array,c.Buf32=Array,c.assign(c,f))},c.setTyped(d)},{}],42:[function(a,b,c){\"use strict\";function d(a,b){if(b<65537&&(a.subarray&&g||!a.subarray&&f))return String.fromCharCode.apply(null,e.shrinkBuf(a,b));for(var c=\"\",d=0;d<b;d++)c+=String.fromCharCode(a[d]);return c}var e=a(\"./common\"),f=!0,g=!0;try{String.fromCharCode.apply(null,[0])}catch(h){f=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(h){g=!1}for(var i=new e.Buf8(256),j=0;j<256;j++)i[j]=j>=252?6:j>=248?5:j>=240?4:j>=224?3:j>=192?2:1;i[254]=i[254]=1,c.string2buf=function(a){var b,c,d,f,g,h=a.length,i=0;for(f=0;f<h;f++)c=a.charCodeAt(f),55296===(64512&c)&&f+1<h&&(d=a.charCodeAt(f+1),56320===(64512&d)&&(c=65536+(c-55296<<10)+(d-56320),f++)),i+=c<128?1:c<2048?2:c<65536?3:4;for(b=new e.Buf8(i),g=0,f=0;g<i;f++)c=a.charCodeAt(f),55296===(64512&c)&&f+1<h&&(d=a.charCodeAt(f+1),56320===(64512&d)&&(c=65536+(c-55296<<10)+(d-56320),f++)),c<128?b[g++]=c:c<2048?(b[g++]=192|c>>>6,b[g++]=128|63&c):c<65536?(b[g++]=224|c>>>12,b[g++]=128|c>>>6&63,b[g++]=128|63&c):(b[g++]=240|c>>>18,b[g++]=128|c>>>12&63,b[g++]=128|c>>>6&63,b[g++]=128|63&c);return b},c.buf2binstring=function(a){return d(a,a.length)},c.binstring2buf=function(a){for(var b=new e.Buf8(a.length),c=0,d=b.length;c<d;c++)b[c]=a.charCodeAt(c);return b},c.buf2string=function(a,b){var c,e,f,g,h=b||a.length,j=new Array(2*h);for(e=0,c=0;c<h;)if(f=a[c++],f<128)j[e++]=f;else if(g=i[f],g>4)j[e++]=65533,c+=g-1;else{for(f&=2===g?31:3===g?15:7;g>1&&c<h;)f=f<<6|63&a[c++],g--;g>1?j[e++]=65533:f<65536?j[e++]=f:(f-=65536,j[e++]=55296|f>>10&1023,j[e++]=56320|1023&f)}return d(j,e)},c.utf8border=function(a,b){var c;for(b=b||a.length,b>a.length&&(b=a.length),c=b-1;c>=0&&128===(192&a[c]);)c--;return c<0?b:0===c?b:c+i[a[c]]>b?c:b}},{\"./common\":41}],43:[function(a,b,c){\"use strict\";function d(a,b,c,d){for(var e=65535&a|0,f=a>>>16&65535|0,g=0;0!==c;){g=c>2e3?2e3:c,c-=g;do e=e+b[d++]|0,f=f+e|0;while(--g);e%=65521,f%=65521}return e|f<<16|0}b.exports=d},{}],44:[function(a,b,c){\"use strict\";b.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(a,b,c){\"use strict\";function d(){for(var a,b=[],c=0;c<256;c++){a=c;for(var d=0;d<8;d++)a=1&a?3988292384^a>>>1:a>>>1;b[c]=a}return b}function e(a,b,c,d){var e=f,g=d+c;a^=-1;for(var h=d;h<g;h++)a=a>>>8^e[255&(a^b[h])];return a^-1}var f=d();b.exports=e},{}],46:[function(a,b,c){\"use strict\";function d(a,b){return a.msg=I[b],b}function e(a){return(a<<1)-(a>4?9:0)}function f(a){for(var b=a.length;--b>=0;)a[b]=0}function g(a){var b=a.state,c=b.pending;c>a.avail_out&&(c=a.avail_out),0!==c&&(E.arraySet(a.output,b.pending_buf,b.pending_out,c,a.next_out),a.next_out+=c,b.pending_out+=c,a.total_out+=c,a.avail_out-=c,b.pending-=c,0===b.pending&&(b.pending_out=0))}function h(a,b){F._tr_flush_block(a,a.block_start>=0?a.block_start:-1,a.strstart-a.block_start,b),a.block_start=a.strstart,g(a.strm)}function i(a,b){a.pending_buf[a.pending++]=b}function j(a,b){a.pending_buf[a.pending++]=b>>>8&255,a.pending_buf[a.pending++]=255&b}function k(a,b,c,d){var e=a.avail_in;return e>d&&(e=d),0===e?0:(a.avail_in-=e,E.arraySet(b,a.input,a.next_in,e,c),1===a.state.wrap?a.adler=G(a.adler,b,e,c):2===a.state.wrap&&(a.adler=H(a.adler,b,e,c)),a.next_in+=e,a.total_in+=e,e)}function l(a,b){var c,d,e=a.max_chain_length,f=a.strstart,g=a.prev_length,h=a.nice_match,i=a.strstart>a.w_size-la?a.strstart-(a.w_size-la):0,j=a.window,k=a.w_mask,l=a.prev,m=a.strstart+ka,n=j[f+g-1],o=j[f+g];a.prev_length>=a.good_match&&(e>>=2),h>a.lookahead&&(h=a.lookahead);do if(c=b,j[c+g]===o&&j[c+g-1]===n&&j[c]===j[f]&&j[++c]===j[f+1]){f+=2,c++;do;while(j[++f]===j[++c]&&j[++f]===j[++c]&&j[++f]===j[++c]&&j[++f]===j[++c]&&j[++f]===j[++c]&&j[++f]===j[++c]&&j[++f]===j[++c]&&j[++f]===j[++c]&&f<m);if(d=ka-(m-f),f=m-ka,d>g){if(a.match_start=b,g=d,d>=h)break;n=j[f+g-1],o=j[f+g]}}while((b=l[b&k])>i&&0!==--e);return g<=a.lookahead?g:a.lookahead}function m(a){var b,c,d,e,f,g=a.w_size;do{if(e=a.window_size-a.lookahead-a.strstart,a.strstart>=g+(g-la)){E.arraySet(a.window,a.window,g,g,0),a.match_start-=g,a.strstart-=g,a.block_start-=g,c=a.hash_size,b=c;do d=a.head[--b],a.head[b]=d>=g?d-g:0;while(--c);c=g,b=c;do d=a.prev[--b],a.prev[b]=d>=g?d-g:0;while(--c);e+=g}if(0===a.strm.avail_in)break;if(c=k(a.strm,a.window,a.strstart+a.lookahead,e),a.lookahead+=c,a.lookahead+a.insert>=ja)for(f=a.strstart-a.insert,a.ins_h=a.window[f],a.ins_h=(a.ins_h<<a.hash_shift^a.window[f+1])&a.hash_mask;a.insert&&(a.ins_h=(a.ins_h<<a.hash_shift^a.window[f+ja-1])&a.hash_mask,a.prev[f&a.w_mask]=a.head[a.ins_h],a.head[a.ins_h]=f,f++,a.insert--,!(a.lookahead+a.insert<ja)););}while(a.lookahead<la&&0!==a.strm.avail_in)}function n(a,b){var c=65535;for(c>a.pending_buf_size-5&&(c=a.pending_buf_size-5);;){if(a.lookahead<=1){if(m(a),0===a.lookahead&&b===J)return ua;if(0===a.lookahead)break}a.strstart+=a.lookahead,a.lookahead=0;var d=a.block_start+c;if((0===a.strstart||a.strstart>=d)&&(a.lookahead=a.strstart-d,a.strstart=d,h(a,!1),0===a.strm.avail_out))return ua;if(a.strstart-a.block_start>=a.w_size-la&&(h(a,!1),0===a.strm.avail_out))return ua}return a.insert=0,b===M?(h(a,!0),0===a.strm.avail_out?wa:xa):a.strstart>a.block_start&&(h(a,!1),0===a.strm.avail_out)?ua:ua}function o(a,b){for(var c,d;;){if(a.lookahead<la){if(m(a),a.lookahead<la&&b===J)return ua;if(0===a.lookahead)break}if(c=0,a.lookahead>=ja&&(a.ins_h=(a.ins_h<<a.hash_shift^a.window[a.strstart+ja-1])&a.hash_mask,c=a.prev[a.strstart&a.w_mask]=a.head[a.ins_h],a.head[a.ins_h]=a.strstart),0!==c&&a.strstart-c<=a.w_size-la&&(a.match_length=l(a,c)),a.match_length>=ja)if(d=F._tr_tally(a,a.strstart-a.match_start,a.match_length-ja),a.lookahead-=a.match_length,a.match_length<=a.max_lazy_match&&a.lookahead>=ja){a.match_length--;do a.strstart++,a.ins_h=(a.ins_h<<a.hash_shift^a.window[a.strstart+ja-1])&a.hash_mask,c=a.prev[a.strstart&a.w_mask]=a.head[a.ins_h],a.head[a.ins_h]=a.strstart;while(0!==--a.match_length);a.strstart++}else a.strstart+=a.match_length,a.match_length=0,a.ins_h=a.window[a.strstart],a.ins_h=(a.ins_h<<a.hash_shift^a.window[a.strstart+1])&a.hash_mask;else d=F._tr_tally(a,0,a.window[a.strstart]),a.lookahead--,a.strstart++;if(d&&(h(a,!1),0===a.strm.avail_out))return ua}return a.insert=a.strstart<ja-1?a.strstart:ja-1,b===M?(h(a,!0),0===a.strm.avail_out?wa:xa):a.last_lit&&(h(a,!1),0===a.strm.avail_out)?ua:va}function p(a,b){for(var c,d,e;;){if(a.lookahead<la){if(m(a),a.lookahead<la&&b===J)return ua;if(0===a.lookahead)break}if(c=0,a.lookahead>=ja&&(a.ins_h=(a.ins_h<<a.hash_shift^a.window[a.strstart+ja-1])&a.hash_mask,c=a.prev[a.strstart&a.w_mask]=a.head[a.ins_h],a.head[a.ins_h]=a.strstart),a.prev_length=a.match_length,a.prev_match=a.match_start,a.match_length=ja-1,0!==c&&a.prev_length<a.max_lazy_match&&a.strstart-c<=a.w_size-la&&(a.match_length=l(a,c),\na.match_length<=5&&(a.strategy===U||a.match_length===ja&&a.strstart-a.match_start>4096)&&(a.match_length=ja-1)),a.prev_length>=ja&&a.match_length<=a.prev_length){e=a.strstart+a.lookahead-ja,d=F._tr_tally(a,a.strstart-1-a.prev_match,a.prev_length-ja),a.lookahead-=a.prev_length-1,a.prev_length-=2;do++a.strstart<=e&&(a.ins_h=(a.ins_h<<a.hash_shift^a.window[a.strstart+ja-1])&a.hash_mask,c=a.prev[a.strstart&a.w_mask]=a.head[a.ins_h],a.head[a.ins_h]=a.strstart);while(0!==--a.prev_length);if(a.match_available=0,a.match_length=ja-1,a.strstart++,d&&(h(a,!1),0===a.strm.avail_out))return ua}else if(a.match_available){if(d=F._tr_tally(a,0,a.window[a.strstart-1]),d&&h(a,!1),a.strstart++,a.lookahead--,0===a.strm.avail_out)return ua}else a.match_available=1,a.strstart++,a.lookahead--}return a.match_available&&(d=F._tr_tally(a,0,a.window[a.strstart-1]),a.match_available=0),a.insert=a.strstart<ja-1?a.strstart:ja-1,b===M?(h(a,!0),0===a.strm.avail_out?wa:xa):a.last_lit&&(h(a,!1),0===a.strm.avail_out)?ua:va}function q(a,b){for(var c,d,e,f,g=a.window;;){if(a.lookahead<=ka){if(m(a),a.lookahead<=ka&&b===J)return ua;if(0===a.lookahead)break}if(a.match_length=0,a.lookahead>=ja&&a.strstart>0&&(e=a.strstart-1,d=g[e],d===g[++e]&&d===g[++e]&&d===g[++e])){f=a.strstart+ka;do;while(d===g[++e]&&d===g[++e]&&d===g[++e]&&d===g[++e]&&d===g[++e]&&d===g[++e]&&d===g[++e]&&d===g[++e]&&e<f);a.match_length=ka-(f-e),a.match_length>a.lookahead&&(a.match_length=a.lookahead)}if(a.match_length>=ja?(c=F._tr_tally(a,1,a.match_length-ja),a.lookahead-=a.match_length,a.strstart+=a.match_length,a.match_length=0):(c=F._tr_tally(a,0,a.window[a.strstart]),a.lookahead--,a.strstart++),c&&(h(a,!1),0===a.strm.avail_out))return ua}return a.insert=0,b===M?(h(a,!0),0===a.strm.avail_out?wa:xa):a.last_lit&&(h(a,!1),0===a.strm.avail_out)?ua:va}function r(a,b){for(var c;;){if(0===a.lookahead&&(m(a),0===a.lookahead)){if(b===J)return ua;break}if(a.match_length=0,c=F._tr_tally(a,0,a.window[a.strstart]),a.lookahead--,a.strstart++,c&&(h(a,!1),0===a.strm.avail_out))return ua}return a.insert=0,b===M?(h(a,!0),0===a.strm.avail_out?wa:xa):a.last_lit&&(h(a,!1),0===a.strm.avail_out)?ua:va}function s(a,b,c,d,e){this.good_length=a,this.max_lazy=b,this.nice_length=c,this.max_chain=d,this.func=e}function t(a){a.window_size=2*a.w_size,f(a.head),a.max_lazy_match=D[a.level].max_lazy,a.good_match=D[a.level].good_length,a.nice_match=D[a.level].nice_length,a.max_chain_length=D[a.level].max_chain,a.strstart=0,a.block_start=0,a.lookahead=0,a.insert=0,a.match_length=a.prev_length=ja-1,a.match_available=0,a.ins_h=0}function u(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=$,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new E.Buf16(2*ha),this.dyn_dtree=new E.Buf16(2*(2*fa+1)),this.bl_tree=new E.Buf16(2*(2*ga+1)),f(this.dyn_ltree),f(this.dyn_dtree),f(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new E.Buf16(ia+1),this.heap=new E.Buf16(2*ea+1),f(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new E.Buf16(2*ea+1),f(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function v(a){var b;return a&&a.state?(a.total_in=a.total_out=0,a.data_type=Z,b=a.state,b.pending=0,b.pending_out=0,b.wrap<0&&(b.wrap=-b.wrap),b.status=b.wrap?na:sa,a.adler=2===b.wrap?0:1,b.last_flush=J,F._tr_init(b),O):d(a,Q)}function w(a){var b=v(a);return b===O&&t(a.state),b}function x(a,b){return a&&a.state?2!==a.state.wrap?Q:(a.state.gzhead=b,O):Q}function y(a,b,c,e,f,g){if(!a)return Q;var h=1;if(b===T&&(b=6),e<0?(h=0,e=-e):e>15&&(h=2,e-=16),f<1||f>_||c!==$||e<8||e>15||b<0||b>9||g<0||g>X)return d(a,Q);8===e&&(e=9);var i=new u;return a.state=i,i.strm=a,i.wrap=h,i.gzhead=null,i.w_bits=e,i.w_size=1<<i.w_bits,i.w_mask=i.w_size-1,i.hash_bits=f+7,i.hash_size=1<<i.hash_bits,i.hash_mask=i.hash_size-1,i.hash_shift=~~((i.hash_bits+ja-1)/ja),i.window=new E.Buf8(2*i.w_size),i.head=new E.Buf16(i.hash_size),i.prev=new E.Buf16(i.w_size),i.lit_bufsize=1<<f+6,i.pending_buf_size=4*i.lit_bufsize,i.pending_buf=new E.Buf8(i.pending_buf_size),i.d_buf=1*i.lit_bufsize,i.l_buf=3*i.lit_bufsize,i.level=b,i.strategy=g,i.method=c,w(a)}function z(a,b){return y(a,b,$,aa,ba,Y)}function A(a,b){var c,h,k,l;if(!a||!a.state||b>N||b<0)return a?d(a,Q):Q;if(h=a.state,!a.output||!a.input&&0!==a.avail_in||h.status===ta&&b!==M)return d(a,0===a.avail_out?S:Q);if(h.strm=a,c=h.last_flush,h.last_flush=b,h.status===na)if(2===h.wrap)a.adler=0,i(h,31),i(h,139),i(h,8),h.gzhead?(i(h,(h.gzhead.text?1:0)+(h.gzhead.hcrc?2:0)+(h.gzhead.extra?4:0)+(h.gzhead.name?8:0)+(h.gzhead.comment?16:0)),i(h,255&h.gzhead.time),i(h,h.gzhead.time>>8&255),i(h,h.gzhead.time>>16&255),i(h,h.gzhead.time>>24&255),i(h,9===h.level?2:h.strategy>=V||h.level<2?4:0),i(h,255&h.gzhead.os),h.gzhead.extra&&h.gzhead.extra.length&&(i(h,255&h.gzhead.extra.length),i(h,h.gzhead.extra.length>>8&255)),h.gzhead.hcrc&&(a.adler=H(a.adler,h.pending_buf,h.pending,0)),h.gzindex=0,h.status=oa):(i(h,0),i(h,0),i(h,0),i(h,0),i(h,0),i(h,9===h.level?2:h.strategy>=V||h.level<2?4:0),i(h,ya),h.status=sa);else{var m=$+(h.w_bits-8<<4)<<8,n=-1;n=h.strategy>=V||h.level<2?0:h.level<6?1:6===h.level?2:3,m|=n<<6,0!==h.strstart&&(m|=ma),m+=31-m%31,h.status=sa,j(h,m),0!==h.strstart&&(j(h,a.adler>>>16),j(h,65535&a.adler)),a.adler=1}if(h.status===oa)if(h.gzhead.extra){for(k=h.pending;h.gzindex<(65535&h.gzhead.extra.length)&&(h.pending!==h.pending_buf_size||(h.gzhead.hcrc&&h.pending>k&&(a.adler=H(a.adler,h.pending_buf,h.pending-k,k)),g(a),k=h.pending,h.pending!==h.pending_buf_size));)i(h,255&h.gzhead.extra[h.gzindex]),h.gzindex++;h.gzhead.hcrc&&h.pending>k&&(a.adler=H(a.adler,h.pending_buf,h.pending-k,k)),h.gzindex===h.gzhead.extra.length&&(h.gzindex=0,h.status=pa)}else h.status=pa;if(h.status===pa)if(h.gzhead.name){k=h.pending;do{if(h.pending===h.pending_buf_size&&(h.gzhead.hcrc&&h.pending>k&&(a.adler=H(a.adler,h.pending_buf,h.pending-k,k)),g(a),k=h.pending,h.pending===h.pending_buf_size)){l=1;break}l=h.gzindex<h.gzhead.name.length?255&h.gzhead.name.charCodeAt(h.gzindex++):0,i(h,l)}while(0!==l);h.gzhead.hcrc&&h.pending>k&&(a.adler=H(a.adler,h.pending_buf,h.pending-k,k)),0===l&&(h.gzindex=0,h.status=qa)}else h.status=qa;if(h.status===qa)if(h.gzhead.comment){k=h.pending;do{if(h.pending===h.pending_buf_size&&(h.gzhead.hcrc&&h.pending>k&&(a.adler=H(a.adler,h.pending_buf,h.pending-k,k)),g(a),k=h.pending,h.pending===h.pending_buf_size)){l=1;break}l=h.gzindex<h.gzhead.comment.length?255&h.gzhead.comment.charCodeAt(h.gzindex++):0,i(h,l)}while(0!==l);h.gzhead.hcrc&&h.pending>k&&(a.adler=H(a.adler,h.pending_buf,h.pending-k,k)),0===l&&(h.status=ra)}else h.status=ra;if(h.status===ra&&(h.gzhead.hcrc?(h.pending+2>h.pending_buf_size&&g(a),h.pending+2<=h.pending_buf_size&&(i(h,255&a.adler),i(h,a.adler>>8&255),a.adler=0,h.status=sa)):h.status=sa),0!==h.pending){if(g(a),0===a.avail_out)return h.last_flush=-1,O}else if(0===a.avail_in&&e(b)<=e(c)&&b!==M)return d(a,S);if(h.status===ta&&0!==a.avail_in)return d(a,S);if(0!==a.avail_in||0!==h.lookahead||b!==J&&h.status!==ta){var o=h.strategy===V?r(h,b):h.strategy===W?q(h,b):D[h.level].func(h,b);if(o!==wa&&o!==xa||(h.status=ta),o===ua||o===wa)return 0===a.avail_out&&(h.last_flush=-1),O;if(o===va&&(b===K?F._tr_align(h):b!==N&&(F._tr_stored_block(h,0,0,!1),b===L&&(f(h.head),0===h.lookahead&&(h.strstart=0,h.block_start=0,h.insert=0))),g(a),0===a.avail_out))return h.last_flush=-1,O}return b!==M?O:h.wrap<=0?P:(2===h.wrap?(i(h,255&a.adler),i(h,a.adler>>8&255),i(h,a.adler>>16&255),i(h,a.adler>>24&255),i(h,255&a.total_in),i(h,a.total_in>>8&255),i(h,a.total_in>>16&255),i(h,a.total_in>>24&255)):(j(h,a.adler>>>16),j(h,65535&a.adler)),g(a),h.wrap>0&&(h.wrap=-h.wrap),0!==h.pending?O:P)}function B(a){var b;return a&&a.state?(b=a.state.status,b!==na&&b!==oa&&b!==pa&&b!==qa&&b!==ra&&b!==sa&&b!==ta?d(a,Q):(a.state=null,b===sa?d(a,R):O)):Q}function C(a,b){var c,d,e,g,h,i,j,k,l=b.length;if(!a||!a.state)return Q;if(c=a.state,g=c.wrap,2===g||1===g&&c.status!==na||c.lookahead)return Q;for(1===g&&(a.adler=G(a.adler,b,l,0)),c.wrap=0,l>=c.w_size&&(0===g&&(f(c.head),c.strstart=0,c.block_start=0,c.insert=0),k=new E.Buf8(c.w_size),E.arraySet(k,b,l-c.w_size,c.w_size,0),b=k,l=c.w_size),h=a.avail_in,i=a.next_in,j=a.input,a.avail_in=l,a.next_in=0,a.input=b,m(c);c.lookahead>=ja;){d=c.strstart,e=c.lookahead-(ja-1);do c.ins_h=(c.ins_h<<c.hash_shift^c.window[d+ja-1])&c.hash_mask,c.prev[d&c.w_mask]=c.head[c.ins_h],c.head[c.ins_h]=d,d++;while(--e);c.strstart=d,c.lookahead=ja-1,m(c)}return c.strstart+=c.lookahead,c.block_start=c.strstart,c.insert=c.lookahead,c.lookahead=0,c.match_length=c.prev_length=ja-1,c.match_available=0,a.next_in=i,a.input=j,a.avail_in=h,c.wrap=g,O}var D,E=a(\"../utils/common\"),F=a(\"./trees\"),G=a(\"./adler32\"),H=a(\"./crc32\"),I=a(\"./messages\"),J=0,K=1,L=3,M=4,N=5,O=0,P=1,Q=-2,R=-3,S=-5,T=-1,U=1,V=2,W=3,X=4,Y=0,Z=2,$=8,_=9,aa=15,ba=8,ca=29,da=256,ea=da+1+ca,fa=30,ga=19,ha=2*ea+1,ia=15,ja=3,ka=258,la=ka+ja+1,ma=32,na=42,oa=69,pa=73,qa=91,ra=103,sa=113,ta=666,ua=1,va=2,wa=3,xa=4,ya=3;D=[new s(0,0,0,0,n),new s(4,4,8,4,o),new s(4,5,16,8,o),new s(4,6,32,32,o),new s(4,4,16,16,p),new s(8,16,32,32,p),new s(8,16,128,128,p),new s(8,32,128,256,p),new s(32,128,258,1024,p),new s(32,258,258,4096,p)],c.deflateInit=z,c.deflateInit2=y,c.deflateReset=w,c.deflateResetKeep=v,c.deflateSetHeader=x,c.deflate=A,c.deflateEnd=B,c.deflateSetDictionary=C,c.deflateInfo=\"pako deflate (from Nodeca project)\"},{\"../utils/common\":41,\"./adler32\":43,\"./crc32\":45,\"./messages\":51,\"./trees\":52}],47:[function(a,b,c){\"use strict\";function d(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name=\"\",this.comment=\"\",this.hcrc=0,this.done=!1}b.exports=d},{}],48:[function(a,b,c){\"use strict\";var d=30,e=12;b.exports=function(a,b){var c,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C;c=a.state,f=a.next_in,B=a.input,g=f+(a.avail_in-5),h=a.next_out,C=a.output,i=h-(b-a.avail_out),j=h+(a.avail_out-257),k=c.dmax,l=c.wsize,m=c.whave,n=c.wnext,o=c.window,p=c.hold,q=c.bits,r=c.lencode,s=c.distcode,t=(1<<c.lenbits)-1,u=(1<<c.distbits)-1;a:do{q<15&&(p+=B[f++]<<q,q+=8,p+=B[f++]<<q,q+=8),v=r[p&t];b:for(;;){if(w=v>>>24,p>>>=w,q-=w,w=v>>>16&255,0===w)C[h++]=65535&v;else{if(!(16&w)){if(0===(64&w)){v=r[(65535&v)+(p&(1<<w)-1)];continue b}if(32&w){c.mode=e;break a}a.msg=\"invalid literal/length code\",c.mode=d;break a}x=65535&v,w&=15,w&&(q<w&&(p+=B[f++]<<q,q+=8),x+=p&(1<<w)-1,p>>>=w,q-=w),q<15&&(p+=B[f++]<<q,q+=8,p+=B[f++]<<q,q+=8),v=s[p&u];c:for(;;){if(w=v>>>24,p>>>=w,q-=w,w=v>>>16&255,!(16&w)){if(0===(64&w)){v=s[(65535&v)+(p&(1<<w)-1)];continue c}a.msg=\"invalid distance code\",c.mode=d;break a}if(y=65535&v,w&=15,q<w&&(p+=B[f++]<<q,q+=8,q<w&&(p+=B[f++]<<q,q+=8)),y+=p&(1<<w)-1,y>k){a.msg=\"invalid distance too far back\",c.mode=d;break a}if(p>>>=w,q-=w,w=h-i,y>w){if(w=y-w,w>m&&c.sane){a.msg=\"invalid distance too far back\",c.mode=d;break a}if(z=0,A=o,0===n){if(z+=l-w,w<x){x-=w;do C[h++]=o[z++];while(--w);z=h-y,A=C}}else if(n<w){if(z+=l+n-w,w-=n,w<x){x-=w;do C[h++]=o[z++];while(--w);if(z=0,n<x){w=n,x-=w;do C[h++]=o[z++];while(--w);z=h-y,A=C}}}else if(z+=n-w,w<x){x-=w;do C[h++]=o[z++];while(--w);z=h-y,A=C}for(;x>2;)C[h++]=A[z++],C[h++]=A[z++],C[h++]=A[z++],x-=3;x&&(C[h++]=A[z++],x>1&&(C[h++]=A[z++]))}else{z=h-y;do C[h++]=C[z++],C[h++]=C[z++],C[h++]=C[z++],x-=3;while(x>2);x&&(C[h++]=C[z++],x>1&&(C[h++]=C[z++]))}break}}break}}while(f<g&&h<j);x=q>>3,f-=x,q-=x<<3,p&=(1<<q)-1,a.next_in=f,a.next_out=h,a.avail_in=f<g?5+(g-f):5-(f-g),a.avail_out=h<j?257+(j-h):257-(h-j),c.hold=p,c.bits=q}},{}],49:[function(a,b,c){\"use strict\";function d(a){return(a>>>24&255)+(a>>>8&65280)+((65280&a)<<8)+((255&a)<<24)}function e(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new s.Buf16(320),this.work=new s.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function f(a){var b;return a&&a.state?(b=a.state,a.total_in=a.total_out=b.total=0,a.msg=\"\",b.wrap&&(a.adler=1&b.wrap),b.mode=L,b.last=0,b.havedict=0,b.dmax=32768,b.head=null,b.hold=0,b.bits=0,b.lencode=b.lendyn=new s.Buf32(pa),b.distcode=b.distdyn=new s.Buf32(qa),b.sane=1,b.back=-1,D):G}function g(a){var b;return a&&a.state?(b=a.state,b.wsize=0,b.whave=0,b.wnext=0,f(a)):G}function h(a,b){var c,d;return a&&a.state?(d=a.state,b<0?(c=0,b=-b):(c=(b>>4)+1,b<48&&(b&=15)),b&&(b<8||b>15)?G:(null!==d.window&&d.wbits!==b&&(d.window=null),d.wrap=c,d.wbits=b,g(a))):G}function i(a,b){var c,d;return a?(d=new e,a.state=d,d.window=null,c=h(a,b),c!==D&&(a.state=null),c):G}function j(a){return i(a,sa)}function k(a){if(ta){var b;for(q=new s.Buf32(512),r=new s.Buf32(32),b=0;b<144;)a.lens[b++]=8;for(;b<256;)a.lens[b++]=9;for(;b<280;)a.lens[b++]=7;for(;b<288;)a.lens[b++]=8;for(w(y,a.lens,0,288,q,0,a.work,{bits:9}),b=0;b<32;)a.lens[b++]=5;w(z,a.lens,0,32,r,0,a.work,{bits:5}),ta=!1}a.lencode=q,a.lenbits=9,a.distcode=r,a.distbits=5}function l(a,b,c,d){var e,f=a.state;return null===f.window&&(f.wsize=1<<f.wbits,f.wnext=0,f.whave=0,f.window=new s.Buf8(f.wsize)),d>=f.wsize?(s.arraySet(f.window,b,c-f.wsize,f.wsize,0),f.wnext=0,f.whave=f.wsize):(e=f.wsize-f.wnext,e>d&&(e=d),s.arraySet(f.window,b,c-d,e,f.wnext),d-=e,d?(s.arraySet(f.window,b,c-d,d,0),f.wnext=d,f.whave=f.wsize):(f.wnext+=e,f.wnext===f.wsize&&(f.wnext=0),f.whave<f.wsize&&(f.whave+=e))),0}function m(a,b){var c,e,f,g,h,i,j,m,n,o,p,q,r,pa,qa,ra,sa,ta,ua,va,wa,xa,ya,za,Aa=0,Ba=new s.Buf8(4),Ca=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!a||!a.state||!a.output||!a.input&&0!==a.avail_in)return G;c=a.state,c.mode===W&&(c.mode=X),h=a.next_out,f=a.output,j=a.avail_out,g=a.next_in,e=a.input,i=a.avail_in,m=c.hold,n=c.bits,o=i,p=j,xa=D;a:for(;;)switch(c.mode){case L:if(0===c.wrap){c.mode=X;break}for(;n<16;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}if(2&c.wrap&&35615===m){c.check=0,Ba[0]=255&m,Ba[1]=m>>>8&255,c.check=u(c.check,Ba,2,0),m=0,n=0,c.mode=M;break}if(c.flags=0,c.head&&(c.head.done=!1),!(1&c.wrap)||(((255&m)<<8)+(m>>8))%31){a.msg=\"incorrect header check\",c.mode=ma;break}if((15&m)!==K){a.msg=\"unknown compression method\",c.mode=ma;break}if(m>>>=4,n-=4,wa=(15&m)+8,0===c.wbits)c.wbits=wa;else if(wa>c.wbits){a.msg=\"invalid window size\",c.mode=ma;break}c.dmax=1<<wa,a.adler=c.check=1,c.mode=512&m?U:W,m=0,n=0;break;case M:for(;n<16;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}if(c.flags=m,(255&c.flags)!==K){a.msg=\"unknown compression method\",c.mode=ma;break}if(57344&c.flags){a.msg=\"unknown header flags set\",c.mode=ma;break}c.head&&(c.head.text=m>>8&1),512&c.flags&&(Ba[0]=255&m,Ba[1]=m>>>8&255,c.check=u(c.check,Ba,2,0)),m=0,n=0,c.mode=N;case N:for(;n<32;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}c.head&&(c.head.time=m),512&c.flags&&(Ba[0]=255&m,Ba[1]=m>>>8&255,Ba[2]=m>>>16&255,Ba[3]=m>>>24&255,c.check=u(c.check,Ba,4,0)),m=0,n=0,c.mode=O;case O:for(;n<16;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}c.head&&(c.head.xflags=255&m,c.head.os=m>>8),512&c.flags&&(Ba[0]=255&m,Ba[1]=m>>>8&255,c.check=u(c.check,Ba,2,0)),m=0,n=0,c.mode=P;case P:if(1024&c.flags){for(;n<16;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}c.length=m,c.head&&(c.head.extra_len=m),512&c.flags&&(Ba[0]=255&m,Ba[1]=m>>>8&255,c.check=u(c.check,Ba,2,0)),m=0,n=0}else c.head&&(c.head.extra=null);c.mode=Q;case Q:if(1024&c.flags&&(q=c.length,q>i&&(q=i),q&&(c.head&&(wa=c.head.extra_len-c.length,c.head.extra||(c.head.extra=new Array(c.head.extra_len)),s.arraySet(c.head.extra,e,g,q,wa)),512&c.flags&&(c.check=u(c.check,e,q,g)),i-=q,g+=q,c.length-=q),c.length))break a;c.length=0,c.mode=R;case R:if(2048&c.flags){if(0===i)break a;q=0;do wa=e[g+q++],c.head&&wa&&c.length<65536&&(c.head.name+=String.fromCharCode(wa));while(wa&&q<i);if(512&c.flags&&(c.check=u(c.check,e,q,g)),i-=q,g+=q,wa)break a}else c.head&&(c.head.name=null);c.length=0,c.mode=S;case S:if(4096&c.flags){if(0===i)break a;q=0;do wa=e[g+q++],c.head&&wa&&c.length<65536&&(c.head.comment+=String.fromCharCode(wa));while(wa&&q<i);if(512&c.flags&&(c.check=u(c.check,e,q,g)),i-=q,g+=q,wa)break a}else c.head&&(c.head.comment=null);c.mode=T;case T:if(512&c.flags){for(;n<16;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}if(m!==(65535&c.check)){a.msg=\"header crc mismatch\",c.mode=ma;break}m=0,n=0}c.head&&(c.head.hcrc=c.flags>>9&1,c.head.done=!0),a.adler=c.check=0,c.mode=W;break;case U:for(;n<32;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}a.adler=c.check=d(m),m=0,n=0,c.mode=V;case V:if(0===c.havedict)return a.next_out=h,a.avail_out=j,a.next_in=g,a.avail_in=i,c.hold=m,c.bits=n,F;a.adler=c.check=1,c.mode=W;case W:if(b===B||b===C)break a;case X:if(c.last){m>>>=7&n,n-=7&n,c.mode=ja;break}for(;n<3;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}switch(c.last=1&m,m>>>=1,n-=1,3&m){case 0:c.mode=Y;break;case 1:if(k(c),c.mode=ca,b===C){m>>>=2,n-=2;break a}break;case 2:c.mode=_;break;case 3:a.msg=\"invalid block type\",c.mode=ma}m>>>=2,n-=2;break;case Y:for(m>>>=7&n,n-=7&n;n<32;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}if((65535&m)!==(m>>>16^65535)){a.msg=\"invalid stored block lengths\",c.mode=ma;break}if(c.length=65535&m,m=0,n=0,c.mode=Z,b===C)break a;case Z:c.mode=$;case $:if(q=c.length){if(q>i&&(q=i),q>j&&(q=j),0===q)break a;s.arraySet(f,e,g,q,h),i-=q,g+=q,j-=q,h+=q,c.length-=q;break}c.mode=W;break;case _:for(;n<14;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}if(c.nlen=(31&m)+257,m>>>=5,n-=5,c.ndist=(31&m)+1,m>>>=5,n-=5,c.ncode=(15&m)+4,m>>>=4,n-=4,c.nlen>286||c.ndist>30){a.msg=\"too many length or distance symbols\",c.mode=ma;break}c.have=0,c.mode=aa;case aa:for(;c.have<c.ncode;){for(;n<3;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}c.lens[Ca[c.have++]]=7&m,m>>>=3,n-=3}for(;c.have<19;)c.lens[Ca[c.have++]]=0;if(c.lencode=c.lendyn,c.lenbits=7,ya={bits:c.lenbits},xa=w(x,c.lens,0,19,c.lencode,0,c.work,ya),c.lenbits=ya.bits,xa){a.msg=\"invalid code lengths set\",c.mode=ma;break}c.have=0,c.mode=ba;case ba:for(;c.have<c.nlen+c.ndist;){for(;Aa=c.lencode[m&(1<<c.lenbits)-1],qa=Aa>>>24,ra=Aa>>>16&255,sa=65535&Aa,!(qa<=n);){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}if(sa<16)m>>>=qa,n-=qa,c.lens[c.have++]=sa;else{if(16===sa){for(za=qa+2;n<za;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}if(m>>>=qa,n-=qa,0===c.have){a.msg=\"invalid bit length repeat\",c.mode=ma;break}wa=c.lens[c.have-1],q=3+(3&m),m>>>=2,n-=2}else if(17===sa){for(za=qa+3;n<za;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}m>>>=qa,n-=qa,wa=0,q=3+(7&m),m>>>=3,n-=3}else{for(za=qa+7;n<za;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}m>>>=qa,n-=qa,wa=0,q=11+(127&m),m>>>=7,n-=7}if(c.have+q>c.nlen+c.ndist){a.msg=\"invalid bit length repeat\",c.mode=ma;break}for(;q--;)c.lens[c.have++]=wa}}if(c.mode===ma)break;if(0===c.lens[256]){a.msg=\"invalid code -- missing end-of-block\",c.mode=ma;break}if(c.lenbits=9,ya={bits:c.lenbits},xa=w(y,c.lens,0,c.nlen,c.lencode,0,c.work,ya),c.lenbits=ya.bits,xa){a.msg=\"invalid literal/lengths set\",c.mode=ma;break}if(c.distbits=6,c.distcode=c.distdyn,ya={bits:c.distbits},xa=w(z,c.lens,c.nlen,c.ndist,c.distcode,0,c.work,ya),c.distbits=ya.bits,xa){a.msg=\"invalid distances set\",c.mode=ma;break}if(c.mode=ca,b===C)break a;case ca:c.mode=da;case da:if(i>=6&&j>=258){a.next_out=h,a.avail_out=j,a.next_in=g,a.avail_in=i,c.hold=m,c.bits=n,v(a,p),h=a.next_out,f=a.output,j=a.avail_out,g=a.next_in,e=a.input,i=a.avail_in,m=c.hold,n=c.bits,c.mode===W&&(c.back=-1);break}for(c.back=0;Aa=c.lencode[m&(1<<c.lenbits)-1],qa=Aa>>>24,ra=Aa>>>16&255,sa=65535&Aa,!(qa<=n);){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}if(ra&&0===(240&ra)){for(ta=qa,ua=ra,va=sa;Aa=c.lencode[va+((m&(1<<ta+ua)-1)>>ta)],qa=Aa>>>24,ra=Aa>>>16&255,sa=65535&Aa,!(ta+qa<=n);){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}m>>>=ta,n-=ta,c.back+=ta}if(m>>>=qa,n-=qa,c.back+=qa,c.length=sa,0===ra){c.mode=ia;break}if(32&ra){c.back=-1,c.mode=W;break}if(64&ra){a.msg=\"invalid literal/length code\",c.mode=ma;break}c.extra=15&ra,c.mode=ea;case ea:if(c.extra){for(za=c.extra;n<za;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}c.length+=m&(1<<c.extra)-1,m>>>=c.extra,n-=c.extra,c.back+=c.extra}c.was=c.length,c.mode=fa;case fa:for(;Aa=c.distcode[m&(1<<c.distbits)-1],qa=Aa>>>24,ra=Aa>>>16&255,sa=65535&Aa,!(qa<=n);){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}if(0===(240&ra)){for(ta=qa,ua=ra,va=sa;Aa=c.distcode[va+((m&(1<<ta+ua)-1)>>ta)],qa=Aa>>>24,ra=Aa>>>16&255,sa=65535&Aa,!(ta+qa<=n);){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}m>>>=ta,n-=ta,c.back+=ta}if(m>>>=qa,n-=qa,c.back+=qa,64&ra){a.msg=\"invalid distance code\",c.mode=ma;break}c.offset=sa,c.extra=15&ra,c.mode=ga;case ga:if(c.extra){for(za=c.extra;n<za;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}c.offset+=m&(1<<c.extra)-1,m>>>=c.extra,n-=c.extra,c.back+=c.extra}if(c.offset>c.dmax){a.msg=\"invalid distance too far back\",c.mode=ma;break}c.mode=ha;case ha:if(0===j)break a;if(q=p-j,c.offset>q){if(q=c.offset-q,q>c.whave&&c.sane){a.msg=\"invalid distance too far back\",c.mode=ma;break}q>c.wnext?(q-=c.wnext,r=c.wsize-q):r=c.wnext-q,q>c.length&&(q=c.length),pa=c.window}else pa=f,r=h-c.offset,q=c.length;q>j&&(q=j),j-=q,c.length-=q;do f[h++]=pa[r++];while(--q);0===c.length&&(c.mode=da);break;case ia:if(0===j)break a;f[h++]=c.length,j--,c.mode=da;break;case ja:if(c.wrap){for(;n<32;){if(0===i)break a;i--,m|=e[g++]<<n,n+=8}if(p-=j,a.total_out+=p,c.total+=p,p&&(a.adler=c.check=c.flags?u(c.check,f,p,h-p):t(c.check,f,p,h-p)),p=j,(c.flags?m:d(m))!==c.check){a.msg=\"incorrect data check\",c.mode=ma;break}m=0,n=0}c.mode=ka;case ka:if(c.wrap&&c.flags){for(;n<32;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}if(m!==(4294967295&c.total)){a.msg=\"incorrect length check\",c.mode=ma;break}m=0,n=0}c.mode=la;case la:xa=E;break a;case ma:xa=H;break a;case na:return I;case oa:default:return G}return a.next_out=h,a.avail_out=j,a.next_in=g,a.avail_in=i,c.hold=m,c.bits=n,(c.wsize||p!==a.avail_out&&c.mode<ma&&(c.mode<ja||b!==A))&&l(a,a.output,a.next_out,p-a.avail_out)?(c.mode=na,I):(o-=a.avail_in,p-=a.avail_out,a.total_in+=o,a.total_out+=p,c.total+=p,c.wrap&&p&&(a.adler=c.check=c.flags?u(c.check,f,p,a.next_out-p):t(c.check,f,p,a.next_out-p)),a.data_type=c.bits+(c.last?64:0)+(c.mode===W?128:0)+(c.mode===ca||c.mode===Z?256:0),(0===o&&0===p||b===A)&&xa===D&&(xa=J),xa)}function n(a){if(!a||!a.state)return G;var b=a.state;return b.window&&(b.window=null),a.state=null,D}function o(a,b){var c;return a&&a.state?(c=a.state,0===(2&c.wrap)?G:(c.head=b,b.done=!1,D)):G}function p(a,b){var c,d,e,f=b.length;return a&&a.state?(c=a.state,0!==c.wrap&&c.mode!==V?G:c.mode===V&&(d=1,d=t(d,b,f,0),d!==c.check)?H:(e=l(a,b,f,f))?(c.mode=na,I):(c.havedict=1,D)):G}var q,r,s=a(\"../utils/common\"),t=a(\"./adler32\"),u=a(\"./crc32\"),v=a(\"./inffast\"),w=a(\"./inftrees\"),x=0,y=1,z=2,A=4,B=5,C=6,D=0,E=1,F=2,G=-2,H=-3,I=-4,J=-5,K=8,L=1,M=2,N=3,O=4,P=5,Q=6,R=7,S=8,T=9,U=10,V=11,W=12,X=13,Y=14,Z=15,$=16,_=17,aa=18,ba=19,ca=20,da=21,ea=22,fa=23,ga=24,ha=25,ia=26,ja=27,ka=28,la=29,ma=30,na=31,oa=32,pa=852,qa=592,ra=15,sa=ra,ta=!0;c.inflateReset=g,c.inflateReset2=h,c.inflateResetKeep=f,c.inflateInit=j,c.inflateInit2=i,c.inflate=m,c.inflateEnd=n,c.inflateGetHeader=o,c.inflateSetDictionary=p,c.inflateInfo=\"pako inflate (from Nodeca project)\"},{\"../utils/common\":41,\"./adler32\":43,\"./crc32\":45,\"./inffast\":48,\"./inftrees\":50}],50:[function(a,b,c){\"use strict\";var d=a(\"../utils/common\"),e=15,f=852,g=592,h=0,i=1,j=2,k=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],l=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],m=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],n=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];b.exports=function(a,b,c,o,p,q,r,s){var t,u,v,w,x,y,z,A,B,C=s.bits,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=null,O=0,P=new d.Buf16(e+1),Q=new d.Buf16(e+1),R=null,S=0;for(D=0;D<=e;D++)P[D]=0;for(E=0;E<o;E++)P[b[c+E]]++;for(H=C,G=e;G>=1&&0===P[G];G--);if(H>G&&(H=G),0===G)return p[q++]=20971520,p[q++]=20971520,s.bits=1,0;for(F=1;F<G&&0===P[F];F++);for(H<F&&(H=F),K=1,D=1;D<=e;D++)if(K<<=1,K-=P[D],K<0)return-1;if(K>0&&(a===h||1!==G))return-1;for(Q[1]=0,D=1;D<e;D++)Q[D+1]=Q[D]+P[D];for(E=0;E<o;E++)0!==b[c+E]&&(r[Q[b[c+E]]++]=E);if(a===h?(N=R=r,y=19):a===i?(N=k,O-=257,R=l,S-=257,y=256):(N=m,R=n,y=-1),M=0,E=0,D=F,x=q,I=H,J=0,v=-1,L=1<<H,w=L-1,a===i&&L>f||a===j&&L>g)return 1;for(;;){z=D-J,r[E]<y?(A=0,B=r[E]):r[E]>y?(A=R[S+r[E]],B=N[O+r[E]]):(A=96,B=0),t=1<<D-J,u=1<<I,F=u;do u-=t,p[x+(M>>J)+u]=z<<24|A<<16|B|0;while(0!==u);for(t=1<<D-1;M&t;)t>>=1;if(0!==t?(M&=t-1,M+=t):M=0,E++,0===--P[D]){if(D===G)break;D=b[c+r[E]]}if(D>H&&(M&w)!==v){for(0===J&&(J=H),x+=F,I=D-J,K=1<<I;I+J<G&&(K-=P[I+J],!(K<=0));)I++,K<<=1;if(L+=1<<I,a===i&&L>f||a===j&&L>g)return 1;v=M&w,p[v]=H<<24|I<<16|x-q|0}}return 0!==M&&(p[x+M]=D-J<<24|64<<16|0),s.bits=H,0}},{\"../utils/common\":41}],51:[function(a,b,c){\"use strict\";b.exports={2:\"need dictionary\",1:\"stream end\",0:\"\",\"-1\":\"file error\",\"-2\":\"stream error\",\"-3\":\"data error\",\"-4\":\"insufficient memory\",\"-5\":\"buffer error\",\"-6\":\"incompatible version\"}},{}],52:[function(a,b,c){\"use strict\";function d(a){for(var b=a.length;--b>=0;)a[b]=0}function e(a,b,c,d,e){this.static_tree=a,this.extra_bits=b,this.extra_base=c,this.elems=d,this.max_length=e,this.has_stree=a&&a.length}function f(a,b){this.dyn_tree=a,this.max_code=0,this.stat_desc=b}function g(a){return a<256?ia[a]:ia[256+(a>>>7)]}function h(a,b){a.pending_buf[a.pending++]=255&b,a.pending_buf[a.pending++]=b>>>8&255}function i(a,b,c){a.bi_valid>X-c?(a.bi_buf|=b<<a.bi_valid&65535,h(a,a.bi_buf),a.bi_buf=b>>X-a.bi_valid,a.bi_valid+=c-X):(a.bi_buf|=b<<a.bi_valid&65535,a.bi_valid+=c)}function j(a,b,c){i(a,c[2*b],c[2*b+1])}function k(a,b){var c=0;do c|=1&a,a>>>=1,c<<=1;while(--b>0);return c>>>1}function l(a){16===a.bi_valid?(h(a,a.bi_buf),a.bi_buf=0,a.bi_valid=0):a.bi_valid>=8&&(a.pending_buf[a.pending++]=255&a.bi_buf,a.bi_buf>>=8,a.bi_valid-=8)}function m(a,b){var c,d,e,f,g,h,i=b.dyn_tree,j=b.max_code,k=b.stat_desc.static_tree,l=b.stat_desc.has_stree,m=b.stat_desc.extra_bits,n=b.stat_desc.extra_base,o=b.stat_desc.max_length,p=0;for(f=0;f<=W;f++)a.bl_count[f]=0;for(i[2*a.heap[a.heap_max]+1]=0,c=a.heap_max+1;c<V;c++)d=a.heap[c],f=i[2*i[2*d+1]+1]+1,f>o&&(f=o,p++),i[2*d+1]=f,d>j||(a.bl_count[f]++,g=0,d>=n&&(g=m[d-n]),h=i[2*d],a.opt_len+=h*(f+g),l&&(a.static_len+=h*(k[2*d+1]+g)));if(0!==p){do{for(f=o-1;0===a.bl_count[f];)f--;a.bl_count[f]--,a.bl_count[f+1]+=2,a.bl_count[o]--,p-=2}while(p>0);for(f=o;0!==f;f--)for(d=a.bl_count[f];0!==d;)e=a.heap[--c],e>j||(i[2*e+1]!==f&&(a.opt_len+=(f-i[2*e+1])*i[2*e],i[2*e+1]=f),d--)}}function n(a,b,c){var d,e,f=new Array(W+1),g=0;for(d=1;d<=W;d++)f[d]=g=g+c[d-1]<<1;for(e=0;e<=b;e++){var h=a[2*e+1];0!==h&&(a[2*e]=k(f[h]++,h))}}function o(){var a,b,c,d,f,g=new Array(W+1);for(c=0,d=0;d<Q-1;d++)for(ka[d]=c,a=0;a<1<<ba[d];a++)ja[c++]=d;for(ja[c-1]=d,f=0,d=0;d<16;d++)for(la[d]=f,a=0;a<1<<ca[d];a++)ia[f++]=d;for(f>>=7;d<T;d++)for(la[d]=f<<7,a=0;a<1<<ca[d]-7;a++)ia[256+f++]=d;for(b=0;b<=W;b++)g[b]=0;for(a=0;a<=143;)ga[2*a+1]=8,a++,g[8]++;for(;a<=255;)ga[2*a+1]=9,a++,g[9]++;for(;a<=279;)ga[2*a+1]=7,a++,g[7]++;for(;a<=287;)ga[2*a+1]=8,a++,g[8]++;for(n(ga,S+1,g),a=0;a<T;a++)ha[2*a+1]=5,ha[2*a]=k(a,5);ma=new e(ga,ba,R+1,S,W),na=new e(ha,ca,0,T,W),oa=new e(new Array(0),da,0,U,Y)}function p(a){var b;for(b=0;b<S;b++)a.dyn_ltree[2*b]=0;for(b=0;b<T;b++)a.dyn_dtree[2*b]=0;for(b=0;b<U;b++)a.bl_tree[2*b]=0;a.dyn_ltree[2*Z]=1,a.opt_len=a.static_len=0,a.last_lit=a.matches=0}function q(a){a.bi_valid>8?h(a,a.bi_buf):a.bi_valid>0&&(a.pending_buf[a.pending++]=a.bi_buf),a.bi_buf=0,a.bi_valid=0}function r(a,b,c,d){q(a),d&&(h(a,c),h(a,~c)),G.arraySet(a.pending_buf,a.window,b,c,a.pending),a.pending+=c}function s(a,b,c,d){var e=2*b,f=2*c;return a[e]<a[f]||a[e]===a[f]&&d[b]<=d[c]}function t(a,b,c){for(var d=a.heap[c],e=c<<1;e<=a.heap_len&&(e<a.heap_len&&s(b,a.heap[e+1],a.heap[e],a.depth)&&e++,!s(b,d,a.heap[e],a.depth));)a.heap[c]=a.heap[e],c=e,e<<=1;a.heap[c]=d}function u(a,b,c){var d,e,f,h,k=0;if(0!==a.last_lit)do d=a.pending_buf[a.d_buf+2*k]<<8|a.pending_buf[a.d_buf+2*k+1],e=a.pending_buf[a.l_buf+k],k++,0===d?j(a,e,b):(f=ja[e],j(a,f+R+1,b),h=ba[f],0!==h&&(e-=ka[f],i(a,e,h)),d--,f=g(d),j(a,f,c),h=ca[f],0!==h&&(d-=la[f],i(a,d,h)));while(k<a.last_lit);j(a,Z,b)}function v(a,b){var c,d,e,f=b.dyn_tree,g=b.stat_desc.static_tree,h=b.stat_desc.has_stree,i=b.stat_desc.elems,j=-1;for(a.heap_len=0,a.heap_max=V,c=0;c<i;c++)0!==f[2*c]?(a.heap[++a.heap_len]=j=c,a.depth[c]=0):f[2*c+1]=0;for(;a.heap_len<2;)e=a.heap[++a.heap_len]=j<2?++j:0,f[2*e]=1,a.depth[e]=0,a.opt_len--,h&&(a.static_len-=g[2*e+1]);for(b.max_code=j,c=a.heap_len>>1;c>=1;c--)t(a,f,c);e=i;do c=a.heap[1],a.heap[1]=a.heap[a.heap_len--],t(a,f,1),d=a.heap[1],a.heap[--a.heap_max]=c,a.heap[--a.heap_max]=d,f[2*e]=f[2*c]+f[2*d],a.depth[e]=(a.depth[c]>=a.depth[d]?a.depth[c]:a.depth[d])+1,f[2*c+1]=f[2*d+1]=e,a.heap[1]=e++,t(a,f,1);while(a.heap_len>=2);a.heap[--a.heap_max]=a.heap[1],m(a,b),n(f,j,a.bl_count)}function w(a,b,c){var d,e,f=-1,g=b[1],h=0,i=7,j=4;for(0===g&&(i=138,j=3),b[2*(c+1)+1]=65535,d=0;d<=c;d++)e=g,g=b[2*(d+1)+1],++h<i&&e===g||(h<j?a.bl_tree[2*e]+=h:0!==e?(e!==f&&a.bl_tree[2*e]++,a.bl_tree[2*$]++):h<=10?a.bl_tree[2*_]++:a.bl_tree[2*aa]++,h=0,f=e,0===g?(i=138,j=3):e===g?(i=6,j=3):(i=7,j=4))}function x(a,b,c){var d,e,f=-1,g=b[1],h=0,k=7,l=4;for(0===g&&(k=138,l=3),d=0;d<=c;d++)if(e=g,g=b[2*(d+1)+1],!(++h<k&&e===g)){if(h<l){do j(a,e,a.bl_tree);while(0!==--h)}else 0!==e?(e!==f&&(j(a,e,a.bl_tree),h--),j(a,$,a.bl_tree),i(a,h-3,2)):h<=10?(j(a,_,a.bl_tree),i(a,h-3,3)):(j(a,aa,a.bl_tree),i(a,h-11,7));h=0,f=e,0===g?(k=138,l=3):e===g?(k=6,l=3):(k=7,l=4)}}function y(a){var b;for(w(a,a.dyn_ltree,a.l_desc.max_code),w(a,a.dyn_dtree,a.d_desc.max_code),v(a,a.bl_desc),b=U-1;b>=3&&0===a.bl_tree[2*ea[b]+1];b--);return a.opt_len+=3*(b+1)+5+5+4,b}function z(a,b,c,d){var e;for(i(a,b-257,5),i(a,c-1,5),i(a,d-4,4),e=0;e<d;e++)i(a,a.bl_tree[2*ea[e]+1],3);x(a,a.dyn_ltree,b-1),x(a,a.dyn_dtree,c-1)}function A(a){var b,c=4093624447;for(b=0;b<=31;b++,c>>>=1)if(1&c&&0!==a.dyn_ltree[2*b])return I;if(0!==a.dyn_ltree[18]||0!==a.dyn_ltree[20]||0!==a.dyn_ltree[26])return J;for(b=32;b<R;b++)if(0!==a.dyn_ltree[2*b])return J;return I}function B(a){pa||(o(),pa=!0),a.l_desc=new f(a.dyn_ltree,ma),a.d_desc=new f(a.dyn_dtree,na),a.bl_desc=new f(a.bl_tree,oa),a.bi_buf=0,a.bi_valid=0,p(a)}function C(a,b,c,d){i(a,(L<<1)+(d?1:0),3),r(a,b,c,!0)}function D(a){i(a,M<<1,3),j(a,Z,ga),l(a)}function E(a,b,c,d){var e,f,g=0;a.level>0?(a.strm.data_type===K&&(a.strm.data_type=A(a)),v(a,a.l_desc),v(a,a.d_desc),g=y(a),e=a.opt_len+3+7>>>3,f=a.static_len+3+7>>>3,f<=e&&(e=f)):e=f=c+5,c+4<=e&&b!==-1?C(a,b,c,d):a.strategy===H||f===e?(i(a,(M<<1)+(d?1:0),3),u(a,ga,ha)):(i(a,(N<<1)+(d?1:0),3),z(a,a.l_desc.max_code+1,a.d_desc.max_code+1,g+1),u(a,a.dyn_ltree,a.dyn_dtree)),p(a),d&&q(a)}function F(a,b,c){return a.pending_buf[a.d_buf+2*a.last_lit]=b>>>8&255,a.pending_buf[a.d_buf+2*a.last_lit+1]=255&b,a.pending_buf[a.l_buf+a.last_lit]=255&c,a.last_lit++,0===b?a.dyn_ltree[2*c]++:(a.matches++,b--,a.dyn_ltree[2*(ja[c]+R+1)]++,a.dyn_dtree[2*g(b)]++),a.last_lit===a.lit_bufsize-1}var G=a(\"../utils/common\"),H=4,I=0,J=1,K=2,L=0,M=1,N=2,O=3,P=258,Q=29,R=256,S=R+1+Q,T=30,U=19,V=2*S+1,W=15,X=16,Y=7,Z=256,$=16,_=17,aa=18,ba=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],ca=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],da=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],ea=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],fa=512,ga=new Array(2*(S+2));\nd(ga);var ha=new Array(2*T);d(ha);var ia=new Array(fa);d(ia);var ja=new Array(P-O+1);d(ja);var ka=new Array(Q);d(ka);var la=new Array(T);d(la);var ma,na,oa,pa=!1;c._tr_init=B,c._tr_stored_block=C,c._tr_flush_block=E,c._tr_tally=F,c._tr_align=D},{\"../utils/common\":41}],53:[function(a,b,c){\"use strict\";function d(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg=\"\",this.state=null,this.data_type=2,this.adler=0}b.exports=d},{}],54:[function(a,b,c){\"use strict\";b.exports=\"function\"==typeof setImmediate?setImmediate:function(){var a=[].slice.apply(arguments);a.splice(1,0,0),setTimeout.apply(null,a)}},{}]},{},[10])(10)});\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/OokTech/Bob/External/jszip/jszip.js",
            "module-type": "library"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-files-list-path.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-files-list-path.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-files-list-path.js\ntype: application/javascript\nmodule-type: serverroute\n\nGET /^\\/api\\/files\\/list\\/path\\/<<prefix>>/\n\nReturns the list of globally avilable files in a non-default path\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst thePath = /^\\/api\\/files\\/list\\/path\\/(.+?)\\/?$/;\nexports.method = \"GET\";\nexports.path = thePath;\nexports.handler = function(request,response,state) {\n  if($tw.settings.enableFileServer === 'yes') {\n    const path = require('path');\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const authorised = $tw.Bob.AccessCheck(\"\", token, 'view', 'wiki');\n    if(authorised) {\n      $tw.settings.fileURLPrefix = $tw.settings.fileURLPrefix || 'files'\n      const data = {\n        //folder:  path.join($tw.settings.fileURLPrefix,state.params[0]),\n        folder:  path.join($tw.settings.fileURLPrefix,request.params[0]),\n        wiki: \"\",\n        decoded: authorised,\n        mediaTypes: \"\"\n      }\n      // if there is no fullName this lists the files in the globally\n      // available folders. This is the default files folder and any\n      // additional folders set up to serve files.\n      // if there is a fullName this lists the files in the files folder for\n      // that wiki.\n      $tw.ServerSide.listFiles(data, cb);\n      function cb(prefix, items) {\n        const text = JSON.stringify({\n          prefix:prefix,\n          files:items\n        })\n        response.writeHead(200, {\"Content-Type\": 'application/json'});\n        response.end(text,\"utf8\");\n      }\n    } else {\n      response.writeHead(404).end();\n    }\n  }\n}\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-files-list-wiki.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-files-list-wiki.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-files-list-wiki.js\ntype: application/javascript\nmodule-type: serverroute\n\nGET /^\\/api\\/files\\/list\\/wiki\\/<<wikiname>>/\n\nReturns the list of media files specific to <<wikiname>>\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst thePath = /^\\/api\\/files\\/list\\/wiki\\/(.+?)\\/?$/;\nexports.method = \"GET\";\nexports.path = thePath;\nexports.handler = function(request,response,state) {\n  if($tw.settings.enableFileServer === 'yes') {\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const authorised = $tw.Bob.AccessCheck(request.params[0], token, 'view', 'wiki');\n    if(authorised) {\n      const data = {\n        folder: \"\",\n        wiki: request.params[0],\n        decoded: authorised,\n        mediaTypes: \"\"\n      }\n      // if there is no fullName this lists the files in the globally\n      // available folders. This is the default files folder and any\n      // additional folders set up to serve files.\n      // if there is a fullName this lists the files in the files folder for\n      // that wiki.\n      $tw.ServerSide.listFiles(data, cb);\n      function cb(prefix, items) {\n        const text = JSON.stringify({\n          prefix:prefix,\n          files:items\n        })\n        response.writeHead(200, {\"Content-Type\": 'application/json'});\n        response.end(text,\"utf8\");\n      }\n    } else {\n      response.writeHead(404).end();\n    }\n  }\n}\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-files-list.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-files-list.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-files-list.js\ntype: application/javascript\nmodule-type: serverroute\n\nGET /^\\/api\\/files\\/list\\/?$/\n\nReturns the list of globally available files\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst thePath = /^\\/api\\/files\\/list\\/?$/;\nexports.method = \"GET\";\nexports.path = thePath;\nexports.handler = function(request,response,state) {\n  if($tw.settings.enableFileServer === 'yes') {\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const authorised = $tw.Bob.AccessCheck(\"\", token, 'view', 'wiki');\n    if(authorised) {\n      const data = {\n        folder: \"\",\n        wiki: \"\",\n        decoded: authorised,\n        mediaTypes: \"\"\n      }\n      // if there is no fullName this lists the files in the globally\n      // available folders. This is the default files folder and any\n      // additional folders set up to serve files.\n      // if there is a fullName this lists the files in the files folder for\n      // that wiki.\n      $tw.ServerSide.listFiles(data, cb);\n      function cb(prefix, items) {\n        const text = JSON.stringify({\n          prefix:prefix,\n          files:items\n        })\n        response.writeHead(200, {\"Content-Type\": 'application/json'});\n        response.end(text,\"utf8\");\n      }\n    }\n  }\n}\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-files.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-files.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-files.js\ntype: application/javascript\nmodule-type: serverroute\n\nGET /^\\/files\\/<<filename>>/\n\nGET /^\\/<<wikiName\\/files\\/<<filename>>\\/?/\n\nReturns a media file\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\n// Start with the same base path as the --listen command\nlet pathRegExp = /^\\/?(.*)(?<!api\\/.*)(?:\\/files\\/)(.+)/;\nif(typeof $tw.settings.fileURLPrefix === 'string' && $tw.settings.fileURLPrefix !== 'files' && ($tw.settings.fileURLPrefix !== '' || $tw.settings.accptance === \"I Will Not Get Tech Support For This\")) {\n  if($tw.settings.fileURLPrefix === '') {\n    pathRegExp = new RegExp('^/.+$');\n  } else {\n    pathRegExp = new RegExp('^\\/?(.*)\\/' + $tw.settings.fileURLPrefix + '\\/.+$');\n  }\n}\n\nexports.path = pathRegExp;\n\nexports.handler = function(request,response,state) {\n  if($tw.settings.enableFileServer === 'yes') {\n    const filePathRoot = $tw.ServerSide.getFilePathRoot();\n    $tw.settings.servingFiles = $tw.settings.servingFiles || {};\n    const path = require('path');\n    const fs = require('fs');\n    const URL = require('url');\n    const strippedURL = request.url.replace($tw.settings['ws-server'].pathprefix,'').replace(/^\\/*/, '');\n    const wikiName = $tw.ServerSide.findName(strippedURL);\n    // Check to see if the wiki matches the referer url, if not respond with a 403 if the setting is set\n    let referer = {path: \"\"}\n    try {\n      referer = URL.parse(request.headers.referer);\n    } catch(e) {\n\n    }\n    const filePrefix = $tw.settings.fileURLPrefix?$tw.settings.fileURLPrefix:'files';\n    if($tw.settings.perWikiFiles === 'yes'\n      && !(request.url.startsWith(path.join(referer.path,filePrefix)) || ((wikiName === 'RootWiki' || wikiName === '') && request.url.startsWith(path.join(referer.path, 'RootWiki', filePrefix))))\n      && !(strippedURL.startsWith(filePrefix) && (wikiName === filePrefix || wikiName === ''))) {\n      // return 403\n      response.writeHead(403);\n      response.end();\n      return;\n    }\n    let urlPieces = request.url.split('/');\n    // Check to make sure that the wiki name actually matches the URL\n    // Without this you could put in foo/bar/baz and get files from\n    // foo/bar if there was a wiki tehre and not on foo/bar/baz and then\n    // it would break when someone made a wiki on foo/bar/baz\n    // If there isn't a wiki name before the file prefix the files are\n    // available to all wikis.\n    let ok = (strippedURL.split('/')[0] === filePrefix);\n    if(!ok && wikiName === '') {\n      ok = request.url.startsWith(path.join(referer.path, 'RootWiki', filePrefix));\n    } else if(!ok && wikiName !== '') {\n      ok = (strippedURL.split('/')[wikiName.split('/').length] === filePrefix);\n    }\n    let offset = 1;\n    let secondPathPart = '';\n    if($tw.settings.servingFiles[urlPieces[urlPieces.indexOf(filePrefix)+1]]) {\n      secondPathPart = $tw.settings.servingFiles[urlPieces[urlPieces.indexOf(filePrefix)+1]];\n      offset += 1;\n    }\n    const filePath = decodeURIComponent(urlPieces.slice(urlPieces.indexOf(filePrefix)+offset).join('/'));\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const authorised = $tw.Bob.AccessCheck(wikiName, token, 'view', 'wiki');\n    if(authorised && ok) {\n      const basePath = $tw.ServerSide.getBasePath();\n      let pathRoot = path.resolve(basePath,filePathRoot);\n      if(typeof wikiName === 'string' && wikiName !== '') {\n        pathRoot = path.resolve($tw.ServerSide.getWikiPath(wikiName), 'files');\n      }\n      const pathname = path.resolve(pathRoot, secondPathPart, filePath);\n      // Make sure that someone doesn't try to do something like ../../ to get to things they shouldn't get.\n      if(pathname.startsWith(pathRoot) || pathname.startsWith(secondPathPart)) {\n        fs.exists(pathname, function(exists) {\n          if(!exists || fs.statSync(pathname).isDirectory()) {\n            response.statusCode = 404;\n            response.end();\n          }\n          const ext = path.parse(pathname).ext.toLowerCase();\n          const mimeMap = $tw.settings.mimeMap || {\n            '.aac': 'audio/aac',\n            '.avi': 'video/x-msvideo',\n            '.csv': 'text/csv',\n            '.doc': 'application/msword',\n            '.epub': 'application/epub+zip',\n            '.gif': 'image/gif',\n            '.html': 'text/html',\n            '.htm': 'text/html',\n            '.ico': 'image/x-icon',\n            '.jpg': 'image/jpeg',\n            '.jpeg': 'image/jpeg',\n            '.mp3': 'audio/mpeg',\n            '.mpeg': 'video/mpeg',\n            '.oga': 'audio/ogg',\n            '.ogv': 'video/ogg',\n            '.ogx': 'application/ogg',\n            '.pdf': 'application/pdf',\n            '.png': 'image/png',\n            '.svg': 'image/svg+xml',\n            '.weba': 'audio/weba',\n            '.webm': 'video/webm',\n            '.wav': 'audio/wav',\n            '.md': 'text/markdown'\n          };\n          // Special handling for streaming video types\n          // ref: https://gist.github.com/paolorossi/1993068\n          if(mimeMap[ext] || ($tw.settings.allowUnsafeMimeTypes && $tw.settings.accptance === \"I Will Not Get Tech Support For This\")) {\n            fs.stat(pathname, function(err, stat) {\n              if(err) {\n                $tw.Bob.logger.error(err, {level:1})\n                response.statusCode = 500;\n                response.end();\n              } else {\n                const total = stat.size;\n                if(request.headers['range']) {\n                  const range = request.headers.range;\n                  const parts = range.replace(/bytes=/, \"\").split(\"-\");\n                  const partialstart = parts[0];\n                  const partialend = parts[1];\n                  const start = parseInt(partialstart, 10);\n                  const end = partialend ? parseInt(partialend, 10) : total-1;\n                  const chunksize = (end-start)+1;\n                  const file = fs.createReadStream(pathname, {start: start, end: end});\n                  response.writeHead(206, { 'Content-Range': 'bytes ' + start + '-' + end + '/' + total, 'Accept-Ranges': 'bytes', 'Content-Length': chunksize, 'Content-Type': mimeMap[ext] });\n                  file.pipe(response);\n                } else {\n                  response.writeHead(200, { 'Content-Length': total, 'Content-Type': mimeMap[ext] });\n                  fs.createReadStream(pathname).pipe(response);\n                }\n              }\n            })\n          } else {\n            response.writeHead(403);\n            response.end();\n          }\n        })\n      }\n    }\n  }\n}\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-plugins-fetch.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-plugins-fetch.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-plugins-fetch.js\ntype: application/javascript\nmodule-type: serverroute\n\nGET /^\\/api\\/plugins\\/fetch\\/<<author>>/<<plugin>>\\/?$/\n\nFetch a plugin\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/api\\/plugins\\/fetch\\/(.+)\\/?$/;\n\nexports.handler = function(request,response,state) {\n  $tw.settings.API = $tw.settings.API || {};\n  if($tw.settings.API.pluginLibrary === 'yes') {\n    const path = require('path');\n    const fs = require('fs');\n    const getPlugin = function (request) {\n      const urlParts = request.url.split('/')\n      const pluginPaths = $tw.getLibraryItemSearchPaths($tw.config.pluginsPath,$tw.config.pluginsEnvVar);\n      const pluginPath = $tw.findLibraryItem(urlParts[urlParts.length-2]+'/'+urlParts[urlParts.length-1],pluginPaths)\n      if(pluginPath && fs.statSync(pluginPath, {throwIfNoEntry: false}).isDirectory()) {\n        const pluginFields = $tw.loadPluginFolder(pluginPath)\n        return pluginFields\n      }\n      return false\n    }\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const authorised = $tw.Bob.AccessCheck('', token, 'fetch', 'plugin');\n    if(authorised) {\n      const plugin = getPlugin(request)\n      if(plugin) {\n        response.writeHead(200, {\"Access-Control-Allow-Origin\":\"*\", \"Content-Type\": \"application/json\"})\n        response.end(JSON.stringify(plugin))\n      } else {\n        response.writeHead(403)\n        response.end()\n      }\n    } else {\n      response.writeHead(403)\n      response.end()\n    }\n  }\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-plugins-list.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-plugins-list.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-plugins-list.js\ntype: application/javascript\nmodule-type: serverroute\n\nGET /^\\/api\\/plugins\\/list\\/?$/\n\nfetch a list of available plugins\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/api\\/plugins\\/list\\/?$/;\n\nexports.handler = function(request,response,state) {\n  $tw.settings.API = $tw.settings.API || {};\n  if($tw.settings.API.pluginLibrary === 'yes') {\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const pluginList = $tw.ServerSide.getViewablePluginsList({decoded: token})\n    response.writeHead(200, {\"Access-Control-Allow-Origin\": \"*\", \"Content-Type\": \"application/json\"})\n    response.end(JSON.stringify(pluginList))\n  } else {\n    response.writeHead(403).end()\n  }\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-status.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-status.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-status.js\ntype: application/javascript\nmodule-type: serverroute\n\nGET /^\\/api\\/status\\/?$/\n\nReturns server status information\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst thePath = /^\\/api\\/status\\/?$/;\nexports.method = \"GET\";\nexports.path = thePath;\nexports.handler = function(request,response,state) {\n  const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n  const authorised = $tw.Bob.AccessCheck('RootWiki', token, 'view', 'wiki');\n\n  // build the status object\n  const status = {\n    logged_in: (authorised && (authorised !== true)) ? 'yes' : 'no',\n    username: undefined,\n    authentication_level: undefined,\n    tiddlywiki_version: $tw.version,\n    bob_version: $tw.Bob.version,\n    read_only: false,\n    available_wikis: $tw.ServerSide.getViewableWikiList({decoded: authorised}),\n    available_themes: $tw.ServerSide.getViewableThemesList({decoded: authorised}),\n    available_plugins: $tw.ServerSide.getViewablePluginsList({decoded: authorised}),\n    available_languages: $tw.ServerSide.getViewableLanguagesList({decoded: authorised}),\n    available_editions: $tw.ServerSide.getViewableEditionsList({decoded: authorised}),\n    settings: $tw.ServerSide.getViewableSettings({decoded: authorised}),\n    profile: {}\n  }\n  response.writeHead(200, {\"Content-Type\": \"application/json\", \"Access-Control-Allow-Origin\": \"*\", \"Access-Control-Allow-Credentials\": \"true\", \"Access-Control-Allow-Headers\": \"*\"});\n  response.end(JSON.stringify(status));\n}\n\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-fetch-tiddler-html.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-fetch-tiddler-html.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-fetch-tiddler-html.js\ntype: application/javascript\nmodule-type: serverroute\n\nGET /^\\/api\\/fetch\\/tiddler\\/html\\/<<wikiname>>\\/?$/\n\nThe wiki and tiddler can be given either via headers or url parameters\n\nlocalhost:8080/api/fetch/tiddler/html/some/wiki/name&tiddler=some-tiddler\n\nGet a tiddler rendered as html\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/api\\/tiddlers\\/fetch\\/html\\/(.+?)\\/?$/;\n\nexports.handler = function(request,response,state) {\n\tif($tw.settings.API.enableFetch === 'yes') {\n\t\tconst URL = require('url');\n\t\tconst parsed = URL.parse(request.url);\n\t\tconst params = {};\n\t\tconst wikiName = request.params[0];\n    if(typeof parsed.query !== 'string') {\n      response.writeHead(403).end();\n    }\n\t\tif(parsed.query) {\n\t    parsed.query.split('&').forEach(function(item) {\n\t\t\t\tconsole.log(item)\n\t      const parts = item.split('=');\n\t      params[parts[0]] = decodeURIComponent(parts[1]);\n\t    })\n\t\t}\n\t\tconsole.log(params)\n\t\tconst token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n\t\t// make sure that the wiki exists\n\t\tconst exists = $tw.ServerSide.existsListed(wikiName);\n\t\tconst authorised = $tw.Bob.AccessCheck(wikiName, token, 'view', 'wiki');\n\t\tif(exists && authorised) {\n\t\t\t$tw.ServerSide.loadWiki(wikiName);\n\t\t\tconst tiddler = $tw.Bob.Wikis[wikiName].wiki.getTiddler(params['tiddler']);\n\t\t\tif(tiddler) {\n\t\t\t\tlet renderType = tiddler.getFieldString(\"_render_type\"),\n\t\t\t\t\trenderTemplate = tiddler.getFieldString(\"_render_template\");\n\t\t\t\t// Tiddler fields '_render_type' and '_render_template' overwrite\n\t\t\t\t// system wide settings for render type and template\n\t\t\t\tif($tw.Bob.Wikis[wikiName].wiki.isSystemTiddler(params['tiddler'])) {\n\t\t\t\t\trenderType = renderType || $tw.httpServer.get(\"system-tiddler-render-type\");\n\t\t\t\t\trenderTemplate = renderTemplate || $tw.httpServer.get(\"system-tiddler-render-template\");\n\t\t\t\t} else {\n\t\t\t\t\trenderType = renderType || $tw.httpServer.get(\"tiddler-render-type\");\n\t\t\t\t\trenderTemplate = renderTemplate || $tw.httpServer.get(\"tiddler-render-template\");\n\t\t\t\t}\n\t\t\t\tlet text = $tw.Bob.Wikis[wikiName].wiki.renderTiddler(renderType,renderTemplate,{parseAsInline: true, variables: {currentTiddler: params['tiddler']}});\n\t\t\t\t// Naughty not to set a content-type, but it's the easiest way to ensure the browser will see HTML pages as HTML, and accept plain text tiddlers as CSS or JS\n\t\t\t\tresponse.writeHead(200, {\"Content-Type\": \"text/html\"});\n\t\t\t\tresponse.end(text,\"utf8\");\n\t\t\t} else {\n\t\t\t\tresponse.writeHead(404);\n\t\t\t\tresponse.end(\"No Tiddler\");\n\t\t\t}\n\t\t} else {\n\t\t\tresponse.writeHead(403).end();\n\t\t}\n\t} else {\n\t\tresponse.writeHead(403).end();\n\t}\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-fetch-list.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-fetch-list.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-fetch-list.js\ntype: application/javascript\nmodule-type: serverroute\n\nget /^\\/api\\/tiddlers\\/fetch\\/list\\/<<wikiName>>\\/?$/\n\nfetch a list of tiddlers returned by a filter\n\nparams: ?filter=<<someFilter>>\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/api\\/tiddlers\\/fetch\\/list\\/(.+?)\\/?$/;\n\nexports.handler = function(request,response,state) {\n  if($tw.settings.API.enableFetch === 'yes') {\n    const wikiName = request.params[0];\n    const URL = require('url');\n    const parsed = URL.parse(request.url);\n    const params = {};\n    if(typeof parsed.query !== 'string') {\n      response.writeHead(403).end();\n    }\n    parsed.query.split('&').forEach(function(item) {\n      const parts = item.split('=');\n      params[parts[0]] = decodeURIComponent(parts[1]);\n    });\n    if(!params['filter']) {\n      response.writeHead(403).end();\n    }\n    // Make sure that the person has access to the wiki\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const authorised = $tw.Bob.AccessCheck(wikiName, token, 'view', 'wiki');\n    if(authorised) {\n      let list = [];\n      let data = {};\n      // Make sure that the wiki is listed\n      if($tw.settings.wikis[wikiName] || wikiName === 'RootWiki') {\n        // Make a temp wiki to run the filter on\n        let tempWiki = new $tw.Wiki();\n        // If the wiki isn't loaded than load it\n        if(!$tw.Bob.Wikis[wikiName]) {\n          $tw.ServerSide.loadWiki(wikiName);\n        } else if($tw.Bob.Wikis[wikiName].State !== 'loaded') {\n          $tw.ServerSide.loadWiki(wikiName);\n        }\n        // Make sure that the wiki exists and is loaded\n        if($tw.Bob.Wikis[wikiName]) {\n          if($tw.Bob.Wikis[wikiName].State === 'loaded') {\n            // Use the filter\n            list = $tw.Bob.Wikis[wikiName].wiki.filterTiddlers(params.filter);\n          }\n        }\n        let tiddlers = {};\n        let info = {};\n        list.forEach(function(title) {\n          const tempTid = $tw.Bob.Wikis[wikiName].wiki.getTiddler(title);\n          info[title] = {};\n          if(params.fields) {\n            params.fields.split(' ').forEach(function(field) {\n              info[title][field] = tempTid.fields[field];\n            })\n          } else {\n            info[title]['modified'] = tempTid.fields.modified;\n          }\n        })\n        data = {list: list, info: info};\n      }\n      // Send the info\n      data = JSON.stringify(data) || '{\"list\":[],\"info\":{}}';\n      response.writeHead(200, {\"Content-Type\": \"application/json\"})\n      response.end(data);\n    }\n  } else {\n    response.writeHead(403).end();\n  }\n}\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-fetch-tiddler.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-fetch-tiddler.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-fetch-tiddler.js\ntype: application/javascript\nmodule-type: serverroute\n\nGET /^\\/api\\/tiddlers\\/fetch\\/<<wikiname>>\\/?$/\n\nfetch tiddlers\n\nparameters: filter\n\nexample:\n\nlocalhost:8080/api/tiddlers/fetch/someWiki&filter=[tag[foo]]\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/api\\/tiddlers\\/fetch\\/(.+?)\\/?$/;\n\nexports.handler = function(request,response,state) {\n  if($tw.settings.API.enableFetch === 'yes') {\n    const wikiName = request.params[0];\n    const URL = require('url')\n    const parsed = URL.parse(request.url);\n    const params = {};\n    if(typeof parsed.query !== 'string') {\n      response.writeHead(403).end();\n    }\n    parsed.query.split('&').forEach(function(item) {\n      const parts = item.split('=');\n      params[parts[0]] = decodeURIComponent(parts[1]);\n    })\n    let list = []\n    let data = {}\n    response.writeHead(200, {\"Content-Type\": \"application/json\", \"Access-Control-Allow-Origin\": \"*\"})\n    try {\n      if(params.filter && wikiName) {\n        // Make sure that the person has access to the wiki\n        const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n        const authorised = $tw.Bob.AccessCheck(wikiName, token, 'view', 'wiki');\n        if(authorised) {\n          // Make sure that the wiki is listed\n          if($tw.settings.wikis[wikiName] || wikiName === 'RootWiki') {\n            // If the wiki isn't loaded than load it\n            if(!$tw.Bob.Wikis[wikiName]) {\n              $tw.ServerSide.loadWiki(wikiName);\n            } else if($tw.Bob.Wikis[wikiName].State !== 'loaded') {\n              $tw.ServerSide.loadWiki(wikiName);\n            }\n            // Make sure that the wiki exists and is loaded\n            if($tw.Bob.Wikis[wikiName]) {\n              if($tw.Bob.Wikis[wikiName].State === 'loaded') {\n                list = $tw.Bob.Wikis[wikiName].wiki.filterTiddlers(params.filter);\n              }\n            }\n          }\n        }\n        let tiddlers = {};\n        let info = {};\n        list.forEach(function(title) {\n          const tempTid = $tw.Bob.Wikis[wikiName].wiki.getTiddler(title);\n          tiddlers[title] = tempTid;\n          info[title] = {};\n          if(params.fields) {\n            params.fields.split(' ').forEach(function(field) {\n              info[title][field] = tempTid.fields[field];\n            })\n          } else {\n            info[title]['modified'] = tempTid.fields.modified;\n          }\n        })\n        // Send the tiddlers\n        data = {list: list, tiddlers: tiddlers, info: info};\n        data = JSON.stringify(data) || \"\";\n        response.end(data);\n      } else {\n        response.writeHead(403).end();\n      }\n    } catch (e) {\n      console.log(e)\n      data = JSON.stringify(data) || \"\";\n      response.end(data);\n    }\n  } else {\n    response.writeHead(403).end();\n  }\n}\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-wikis-list.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-wikis-list.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-wikis-list.js\ntype: application/javascript\nmodule-type: serverroute\n\nGET /^\\/api\\/wikis\\/list\\/?$/\n\nReturns the list of available wikis\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst thePath = /^\\/api\\/wikis\\/list\\/?$/;\nexports.method = \"GET\";\nexports.path = thePath;\nexports.handler = function(request,response,state) {\n  const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n  const authorised = $tw.Bob.AccessCheck(\"\", token, 'view', 'wiki');\n  if(authorised) {\n    const data = {\n      decoded: authorised\n    }\n    const wikiList = $tw.ServerSide.getViewableWikiList(data);\n    const text = JSON.stringify({\n      wikis:wikiList\n    })\n    response.writeHead(200, {\"Content-Type\": 'application/json'});\n    response.end(text,\"utf8\");\n  } else {\n    response.writeHead(404).end();\n  }\n}\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/post-delete-tiddler.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/post-delete-tiddler.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/post-delete-tiddler.js\ntype: application/javascript\nmodule-type: serverroute\n\nPOST /^\\/api\\/tiddlers\\/delete\\/<<wikiname>>\\/?$/\n\nDelete a tiddler from a wiki\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst thePath = /^\\/api\\/tiddlers\\/delete\\/(.+?)\\/?$/;\nexports.method = \"POST\";\nexports.path = thePath;\nexports.handler = function(request,response,state) {\n  $tw.settings.API = $tw.settings.API || {};\n  if($tw.settings.API.enableDelete === 'yes') {\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const fromWiki = request.params[0];\n    const authorised = $tw.Bob.AccessCheck(fromWiki, token, 'edit', 'wiki');\n    if(authorised) {\n      let body = ''\n      request.on('data', function(chunk){\n        body += chunk;\n        // We limit the size of a push to 5mb for now.\n        if(body.length > 1e6) {\n          response.writeHead(413, {'Content-Type': 'text/plain'}).end();\n          request.connection.destroy();\n        }\n      });\n      request.on('end', function() {\n        try {\n          const titleArray = JSON.parse(body).tiddlers;\n          for(let i = 0; i < titleArray.length - 1; i++) {\n            $tw.syncadaptor.deleteTiddler(titleArray[i], function(){} , {wiki: fromWiki});\n          }\n          $tw.syncadaptor.deleteTiddler(titleArray[titleArray.length-1], cb, {wiki: fromWiki});\n          function cb(e) {\n            response.writeHead(200, {\"Content-Type\": \"application/json\", \"Access-Control-Allow-Origin\": \"*\", \"Access-Control-Allow-Credentials\": \"true\", \"Access-Control-Allow-Headers\": \"*\"});\n            response.end(\"{status:'ok'}\");\n          }\n        } catch (e) {\n          console.log(e)\n          response.writeHead(403).end();\n        }\n      });\n      request.on('error', function() {\n        response.writeHead(403).end();\n      });\n    } else {\n      response.writeHead(403).end();\n    }\n  }\n}\n\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/post-tiddlers-push.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/post-tiddlers-push.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/post-tiddlers-push.js\ntype: application/javascript\nmodule-type: serverroute\n\nPOST /^\\/api\\/tiddlers\\/push\\/:wikiname\\/?$/\n\nPush tiddlers to the wiki :wikiname on the server\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"POST\";\n\nexports.path = /^\\/api\\/tiddlers\\/push\\/(.+?)\\/?$/;\n\nexports.handler = function(request,response,state) {\n  $tw.settings.API = $tw.settings.API || {};\n  if($tw.settings.API.enablePush === 'yes') {\n    // Make sure that the token sent here matches the https header\n    // and that the token has push access to the toWiki\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const authorised = $tw.Bob.AccessCheck(request.params[0], token, 'push', 'wiki');\n    if(authorised) {\n      let body = ''\n      request.on('data', function(chunk){\n        body += chunk;\n        // We limit the size of a push to 5mb for now.\n        if(body.length > 5e6) {\n          response.writeHead(413, {'Content-Type': 'text/plain'}).end();\n          request.connection.destroy();\n        }\n      });\n      request.on('end', function() {\n        try {\n          const bodyData = JSON.parse(body)\n          if($tw.ServerSide.existsListed(request.params[0])) {\n            $tw.ServerSide.loadWiki(request.params[0]);\n            // Make sure that the wiki exists and is loaded\n            if($tw.Bob.Wikis[request.params[0]]) {\n              if($tw.Bob.Wikis[request.params[0]].State === 'loaded') {\n                if(bodyData.tiddlers && request.params[0]) {\n                  Object.keys(bodyData.tiddlers).forEach(function(title) {\n                    bodyData.tiddlers[title].fields.modified = $tw.utils.stringifyDate(new Date(bodyData.tiddlers[title].fields.modified));\n                    bodyData.tiddlers[title].fields.created = $tw.utils.stringifyDate(new Date(bodyData.tiddlers[title].fields.created));\n                    $tw.syncadaptor.saveTiddler(bodyData.tiddlers[title], request.params[0]);\n                  });\n                  response.writeHead(200, {\"Content-Type\": \"application/json\", \"Access-Control-Allow-Origin\": \"*\", \"Access-Control-Allow-Credentials\": \"true\", \"Access-Control-Allow-Headers\": \"*\"}).end('{\"status\": \"ok\"}')\n                }\n              }\n            }\n          } else {\n            response.writeHead(404).end()\n          }\n        } catch (e) {\n          console.log(e)\n          response.writeHead(400).end()\n        }\n      })\n    } else {\n      response.writeHead(400).end()\n    }\n  } else {\n    response.writeHead(400).end()\n  }\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/post-upload.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/post-upload.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/post-upload.js\ntype: application/javascript\nmodule-type: serverroute\n\nPOST /^\\/api\\/upload\\/?$/\n\nUpload media\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"POST\";\n\nexports.path = /^\\/api\\/upload\\/?$/;\n\nexports.handler = function(request,response,state) {\n  const fs = require('fs')\n  const path = require('path')\n  const buffer = require('buffer')\n  $tw.settings.API = $tw.settings.API || {};\n  const authorised = $tw.Bob.AccessCheck(request.headers['x-wiki-name'], response, 'upload', 'wiki');\n  if (authorised) {\n    let body = ''\n    request.on('data', function(chunk){\n      body += chunk;\n      // We limit the size of an upload to 10mb for now.\n      if(body.length > 10e6) {\n        response.writeHead(413, {'Content-Type': 'text/plain'}).end();\n        request.connection.destroy();\n      }\n    });\n    request.setTimeout(5000, function() {\n      request.writeHead(400);\n      request.end();\n    });\n    request.on('end', function() {\n      try {\n        let bodyData = JSON.parse(body)\n        if(bodyData.wiki !== request.headers['x-wiki-name']) {\n          if(!$tw.Bob.AccessCheck(bodyData.wiki, response, 'upload', 'wiki')) {\n            request.writeHead(400).end();\n            $tw.Bob.logger.log(\"Missing permissions to upload a file.\", {level: 3});\n            return;\n          }\n        }\n        const filesPath = path.resolve($tw.ServerSide.getWikiPath(bodyData.wiki), 'files');\n        $tw.utils.createDirectory(filesPath);\n        const buf = Buffer.from(bodyData.tiddler.fields.text,'base64');\n        fs.writeFile(path.join(filesPath, bodyData.tiddler.fields.title), buf, function(error) {\n          if(error) {\n            response.writeHead(500).end();\n            $tw.Bob.logger.error(error, {level: 2});\n          } else {\n            $tw.Bob.logger.log(\"File saved on server: \", bodyData.tiddler.fields.title, {level: 3});\n            // Send browser message letting the person know that the file has been uploaded.\n            response.writeHead(200).end();\n          }\n        });\n      } catch (e) {\n        $tw.Bob.logger.error('Error parsing uploaded file', e, {'level': 2});\n        response.writeHead(400).end();\n      }\n    })\n  } else {\n    $tw.Bob.logger.log(\"Missing permissions to upload a file.\", {level: 3});\n    response.writeHead(400).end();\n  }\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/post-wiki-create.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/post-wiki-create.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/post-wiki-create.js\ntype: application/javascript\nmodule-type: serverroute\n\nPOST /^\\/api\\/wiki\\/create\\/:wikiname\\/?$/\n\nCreate a new wiki\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst thePath = /^\\/api\\/wiki\\/create\\/(.+?)\\/?$/;\nexports.method = \"POST\";\nexports.path = thePath;\nexports.handler = function(request,response,state) {\n  $tw.settings.API = $tw.settings.API || {};\n  if($tw.settings.API.enableCreate === 'yes') {\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const URL = require('url')\n    const parsed = URL.parse(request.url);\n    const params = {};\n    if(parsed.query) {\n      parsed.query.split('&').forEach(function(item) {\n        const parts = item.split('=');\n        params[parts[0]] = decodeURIComponent(parts[1]);\n      })\n    }\n    const edition = params['edition'];\n    const duplicate = params['duplicate'];\n    const authorised = $tw.Bob.AccessCheck('', token, 'create/wiki', 'server');\n    if(authorised) {\n      const data = {\n        decoded: authorised,\n        edition: edition,\n        fromWiki: duplicate,\n        newWiki: request.params[0]\n\n      };\n      $tw.ServerSide.createWiki(data, cb);\n      function cb(e) {\n        if(e) {\n          console.log(e)\n          response.writeHead(500, {\"Content-Type\": \"application/json\", \"Access-Control-Allow-Origin\": \"*\", \"Access-Control-Allow-Credentials\": \"true\", \"Access-Control-Allow-Headers\": \"*\"}).end();\n        } else {\n          response.writeHead(200, {\"Content-Type\": \"application/json\", \"Access-Control-Allow-Origin\": \"*\", \"Access-Control-Allow-Credentials\": \"true\", \"Access-Control-Allow-Headers\": \"*\"});\n          response.end(JSON.stringify({status:'ok'}));\n        }\n      }\n    } else {\n      response.writeHead(403);\n      response.end();\n    }\n  }\n}\n\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/post-wiki-delete.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/post-wiki-delete.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/post-wiki-delete.js\ntype: application/javascript\nmodule-type: serverroute\n\nPOST /^\\/api\\/wiki\\/delete\\/<<wikiName>>\\/?/\n\nDelete a wiki\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst thePath = /^\\/api\\/wiki\\/delete\\/(.+?)\\/?$/;\nexports.method = \"POST\";\nexports.path = thePath;\nexports.handler = function(request,response,state) {\n  $tw.settings.API = $tw.settings.API || {};\n  if($tw.settings.API.enableDelete === 'yes') {\n    const URL = require('url')\n    const parsed = URL.parse(request.url);\n    const params = {};\n    if(parsed.query) {\n      parsed.query.split('&').forEach(function(item) {\n        const parts = item.split('=');\n        params[parts[0]] = decodeURIComponent(parts[1]);\n      })\n    }\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const deleteChildren = params['deletechildren'];\n    const toDelete = request.params[0];\n    const authorised = $tw.Bob.AccessCheck(toDelete, token, 'delete', 'wiki');\n    if(authorised) {\n      const data = {\n        decoded: authorised,\n        deleteWiki: toDelete,\n        deleteChildren: deleteChildren\n      }\n      $tw.ServerSide.deleteWiki(data, cb);\n      function cb(e) {\n        if(e) {\n          response.writeHead(500, {\"Content-Type\": \"application/json\", \"Access-Control-Allow-Origin\": \"*\", \"Access-Control-Allow-Credentials\": \"true\", \"Access-Control-Allow-Headers\": \"*\"});\n          response.end(\"{status:'error', error: \"+e+\"}\");\n        }\n        response.writeHead(200, {\"Content-Type\": \"application/json\", \"Access-Control-Allow-Origin\": \"*\", \"Access-Control-Allow-Credentials\": \"true\", \"Access-Control-Allow-Headers\": \"*\"});\n        response.end(\"{status:'ok'}\");\n      }\n    } else {\n      response.writeHead(403);\n      response.end();\n    }\n  }\n}\n\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/post-wiki-rename.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/post-wiki-rename.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/post-wiki-rename.js\ntype: application/javascript\nmodule-type: serverroute\n\nPOST /^\\/api\\/rename\\/wiki\\/<<wikiname>>\\/?$/\n\nRename or move a wiki\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nconst thePath = /^\\/api\\/wiki\\/rename\\/(.+?)?$/;\nexports.method = \"POST\";\nexports.path = thePath;\nexports.handler = function(request,response,state) {\n  $tw.settings.API = $tw.settings.API || {};\n  if($tw.settings.API.enableCreate === 'yes') {\n    const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n    const fromName = request.params[0];\n    const URL = require('url')\n    const parsed = URL.parse(request.url);\n    const params = {};\n    if(parsed.query) {\n      parsed.query.split('&').forEach(function(item) {\n        const parts = item.split('=');\n        params[parts[0]] = decodeURIComponent(parts[1]);\n      })\n    }\n    const toName = params['newname'];\n    const authorised = $tw.Bob.AccessCheck(fromName, token, 'rename', 'wiki');\n    if(authorised) {\n      const data = {\n        decoded: authorised,\n        oldWiki: fromName,\n        newWiki: toName\n      };\n      $tw.ServerSide.renameWiki(data, cb);\n      function cb(e) {\n        if(e) {\n          console.log(e)\n          response.writeHead(500).end();\n        } else {\n          response.writeHead(200, {\"Content-Type\": \"application/json\", \"Access-Control-Allow-Origin\": \"*\", \"Access-Control-Allow-Credentials\": \"true\", \"Access-Control-Allow-Headers\": \"x-from-wiki, x-to-wiki\"});\n          response.end(JSON.stringify({status:'ok'}));\n        }\n      }\n    } else {\n      response.writeHead(403);\n      response.end();\n    }\n  }\n}\n\n}());\n",
            "type": "application/javascript",
            "module-type": "serverroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-wiki-favicon.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-wiki-favicon.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-wiki-favicon.js\ntype: application/javascript\nmodule-type: wikiroute\n\nGET /^\\/favicon.ico/\nGET /^\\/<<fullname>>\\/favicon.ico/\n\nReturns the favicon of the root wiki\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nmodule.exports = function(fullName) {\n  const thePath = (!fullName || fullName === 'RootWiki' || fullName === '')?new RegExp('^\\/favicon.ico'):new RegExp('^\\/' + fullName + '\\/favicon.ico');\n  return {\n    method: \"GET\",\n    path: thePath,\n    handler: function(request,response,state) {\n      const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n      const authorised = $tw.Bob.AccessCheck(fullName, token, 'view', 'wiki');\n      if(authorised) {\n        // Load the wiki\n        const exists = $tw.ServerSide.loadWiki(fullName);\n        let buffer = ''\n        if(exists) {\n          response.writeHead(200, {\"Content-Type\": \"image/x-icon\"});\n          if($tw.Bob.Wikis[fullName]) {\n            buffer = $tw.Bob.Wikis[fullName].wiki.getTiddlerText('$:/favicon.ico')\n          }\n        }\n        response.end(buffer,\"base64\");\n      } else {\n        response.writeHead(404);\n        response.end();\n      }\n    }\n  }\n}\n\n}());\n",
            "type": "application/javascript",
            "module-type": "wikiroute"
        },
        "$:/plugins/OokTech/Bob/ServerRoutes/get-wiki.js": {
            "title": "$:/plugins/OokTech/Bob/ServerRoutes/get-wiki.js",
            "text": "/*\\\ntitle: $:/plugins/OokTech/Bob/ServerRoutes/get-wiki.js\ntype: application/javascript\nmodule-type: wikiroute\n\nGET /^\\/$/\nGET /^\\/<<fullname>>\\/?$/\n\nReturns a wiki\n\nreturn a function that takes the fullname as the input and returns the route info\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nmodule.exports = function (fullName) {\n  const thePath = (!fullName || fullName === 'RootWiki' || fullName === '')?new RegExp('^\\/$'):new RegExp('^\\/' + fullName + '\\/?$');\n  return {\n    method: \"GET\",\n    path: thePath,\n    handler: function(request,response,state) {\n      const token = $tw.Bob.getCookie(request.headers.cookie, 'token');\n      const authorised = $tw.Bob.AccessCheck(fullName, token, 'view', 'wiki');\n      let text;\n      if(authorised) {\n        // Make sure we have loaded the wiki tiddlers.\n        // This does nothing if the wiki is already loaded.\n        const exists = $tw.ServerSide.loadWiki(fullName);\n        if(exists) {\n          // Check if the external server exists, if so check if there is a\n          // decoded token.\n          // This allows you to only serve the plugin to logged in people if\n          // you have a secure server, so everyone else gets read-only versions\n          // of public wikis.\n          const loggedIn = (!$tw.ExternalServer || request.decoded || ($tw.ExternalServer && $tw.settings.wsserver.servePluginWithoutLogin !== 'no'))\n          // If servePlugin is not false than we strip out the filesystem\n          // and tiddlyweb plugins if they are there and add in the\n          // Bob plugin.\n          const servePlugin = (($tw.settings['ws-server'].servePlugin !== 'no') && loggedIn) ? 'yes' : 'no';\n          // Get the full text of the html wiki to send as the response.\n          text = $tw.ServerSide.prepareWiki(fullName, servePlugin);\n        } else {\n          text = \"<html><p>No wiki found! Either there is no usable tiddlywiki.info file in the listed location or it isn't listed.</p></html>\"\n        }\n\n        //response.writeHead(200, {\"Content-Type\": state.server.get(\"serveType\")});\n        response.writeHead(200, {\"Content-Type\": request.settings['ws-server'].serveType || \"text/html\"});\n        response.end(text,\"utf8\");\n      }\n    }\n  }\n}\n\n}());\n",
            "type": "application/javascript",
            "module-type": "wikiroute"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/snowgoon88/edit-comptext/config": {
            "title": "$:/plugins/snowgoon88/edit-comptext/config",
            "type": "application/json",
            "text": "{\n  \"configuration\": {\n      \"caseSensitive\" : false,\n      \"maxMatch\" : 8,\n      \"minPatLength\" : 2,\n      \"triggerKeyCombination\" : \"^ \"\n  },\n  \"template\": [{\n      \"pattern\": \"[[\",\n      \"filter\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[\",\n      \"end\": \"]]\"\n      },\n      {\n      \"pattern\": \"||\",\n      \"filter\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[|\",\n      \"end\": \"]]\",\n      \"startOffset\" : 2\n      }\n  ]\n}\n"
        },
        "$:/plugins/snowgoon88/edit-comptext/edit-comptext.js": {
            "title": "$:/plugins/snowgoon88/edit-comptext/edit-comptext.js",
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/edit-comptext.js\ntype: application/javascript\nmodule-type: widget\n\nTaken from original Edit-text widget\nVersion 5.1.13 of TW5\nAdd link-to-tiddler completion in framed.js and simple.js\n\nTODO : CHECK usefull, and particularly save_changes after every input ??\nTODO : where should popupNode be created in the DOM ?\nTODO : check that options are valid (numeric ?)\nvar isNumeric = function(n) {\n  return !isNaN(parseFloat(n)) && isFinite(n);\n};\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar editTextWidgetFactory = require(\"$:/core/modules/editor/factory.js\").editTextWidgetFactory,\n\tFramedCompEngine = require(\"$:/plugins/snowgoon88/edit-comptext/framed.js\").FramedCompEngine,\n\tSimpleCompEngine = require(\"$:/plugins/snowgoon88/edit-comptext/simple.js\").SimpleCompEngine;\n\nexports[\"edit-comptext\"] = editTextWidgetFactory(FramedCompEngine,SimpleCompEngine);\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/snowgoon88/edit-comptext/examples": {
            "title": "$:/plugins/snowgoon88/edit-comptext/examples",
            "text": "The configuration file [[$:/plugins/snowgoon88/edit-comptext/config]] allow you to use the completion plugin for various usages. Here are some examples...\n\n!! Link Completion\nThe basic and default usage. Completion is triggered by `[[`, the search is among all non-system tiddlers. When selected, the `title` of the tiddler is inserted in the text, surrounded by `[[` and `]]`. This gives the following Completion Template.\n\n\n```\n{\n      \"pattern\": \"[[\",\n      \"title\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[\",\n      \"end\": \"]]\"\n}\t     \n```\n\n!! Link Completion and reposition to add Alias\nAnother basic usage. Completion is triggered by `||`, the search is among all non-system tiddlers. When selected, the `title` of the tiddler is inserted in the text, surrounded by `[[|` and `]]`. The cursor is positionned just before the `|`, ready for typing an Alias.\n\n```\n{\n      \"pattern\": \"||\",\n      \"filter\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[|\",\n      \"end\": \"]]\",\n      \"startOffset\" : 2\n      }\n\n```\n\n!! Special macro completion\nI have a 'pnjin' macro that is invoked by `<<pnjin \"TiddlerPNJName\">>` where 'TiddlerPNJName is a tiddler that hold data about a PNJ. I use tiddlywiki to organise my Role Playing Games campaigns. So, I want `<p` to trigger the completion. The search is among all non-system tiddlers tagged `PNJ` and, once selected, the title of the tiddler must be inserted surrouned by `<<pnjin \\\"` and `\\\">>`. So...\n\n```\n{\n\t\"pattern\": \"<p\",\n      \t\"title\": \"[tag[PNJ]!is[system]]\",\n      \t\"start\": \"<<pnjin  \\\"\",\n      \t\"end\": \"\\\">>\"\n}\n```\n\n!! Insert some templates or stamp or snippets into text.\nI frequently use some text pattern and I want to insert them easily. So, I could create several tiddlers, tagged '$:stamp' and in their body are the piece of texte I want to insert. The titles of these tiddlers always start with `$:/config/stamp/` (i.e. $:/config/stamp/macro, $:/config/stamp/list1, $:/config/stamp/list2). I want to trigger the completion by using `<<`, then I only want to chose among the last part of the titles of tiddlers tagged `$:stamp` so I use a mask (`$:/config/stamp/`) to only display the last part of the tiddlers title. When selectected, the `body` of the tiddler is inserted, with no surrounding strings. As a results, the Completion Template is (notice the `body` field):\n\n```\n{\n      \"pattern\": \"<<\",\n      \"body\": \"[tag[$:stamp]]\",\n      \"mask\" : \"$:/config/stamp/\",\n      \"start\": \"\",\n      \"end\": \"\"\n}\n```\n\n!! And you ?\nIf you have funny usages of completion, let me know. If you'd like to do something that is not yet possible, let me know...\n\nmail : snowgoon88(AT)gmail(DOT)com"
        },
        "$:/plugins/snowgoon88/edit-comptext/framed.js": {
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/framed.js\ntype: application/javascript\nmodule-type: library\n\nTaken from $:/core/modules/editor/engines/framed.js\nText editor engine based on a simple input or textarea within an iframe. This is done so that the selection is preserved even when clicking away from the textarea\n\n\\*/\n(function(){\n\n/*jslint node: true,browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\n// Configuration tiddler\nvar COMPLETION_OPTIONS = \"$:/plugins/snowgoon88/edit-comptext/config\";\nvar Completion = require(\"$:/plugins/snowgoon88/edit-comptext/completion.js\").Completion;\nvar FramedEngine = require(\"$:/core/modules/editor/engines/framed.js\").FramedEngine;\n\t\nfunction FramedCompEngine(options) {\n\tFramedEngine.call(this,options);\n\tthis._configOptions = $tw.wiki.getTiddlerData( COMPLETION_OPTIONS, {} );\n\tthis._completion = new Completion( this.widget, this.domNode, this._configOptions, this.dummyTextArea, this.iframeNode.offsetTop, this.iframeNode.offsetLeft );\n};\n\nFramedCompEngine.prototype = Object.create(FramedEngine.prototype);\n\nFramedCompEngine.prototype.constructor = FramedCompEngine;\n\nexports.FramedCompEngine = FramedCompEngine;\n\n})();\n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/framed.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/simple.js": {
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/simple.js\ntype: application/javascript\nmodule-type: library\n\nTaken from $:/core/modules/editor/engines/simple.js\nText editor engine based on a simple input or textarea tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\n// Configuration tiddler\nvar COMPLETION_OPTIONS = \"$:/plugins/snowgoon88/edit-comptext/config\";\nvar Completion = require(\"$:/plugins/snowgoon88/edit-comptext/completion.js\").Completion;\nvar SimpleEngine = require(\"$:/core/modules/editor/engines/simple.js\").SimpleEngine;\n\t\nfunction SimpleCompEngine(options) {\n\tSimpleEngine.call(this,options);\n\tthis._configOptions = $tw.wiki.getTiddlerData( COMPLETION_OPTIONS, {} );\n\tthis._completion = new Completion( this.widget, this.domNode, this._configOptions );\n};\n\nSimpleCompEngine.prototype = Object.create(SimpleEngine.prototype);\n\nSimpleCompEngine.prototype.constructor = SimpleCompEngine;\n\n\nexports.SimpleCompEngine = SimpleCompEngine;\n\n})();\n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/simple.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/edittext-coretweak.js": {
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/edittext-coretweak.js\ntype: application/javascript\nmodule-type: widget-subclass\n\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\nvar Completion = require(\"$:/plugins/snowgoon88/edit-comptext/completion.js\").Completion;\nexports.baseClass = \"edit\"; \n\n// Specify a different name to make the subclass available as a new widget instead of overwriting the baseclass:\n// exports.name = \"edit-comptext\";\n\nexports.constructor = function(parseTreeNode,options) {\t\n\tthis.initialise(parseTreeNode,options);\n};\n\nexports.prototype = {};\n\nexports.prototype.render = function(parent,nextSibling) {\n\tObject.getPrototypeOf(Object.getPrototypeOf(this)).render.call(this,parent,nextSibling);\n\tif(this.editorType === \"text\") {\n\t\tvar editTextWidget = this.children[0];\n\t\tvar COMPLETION_OPTIONS = \"$:/plugins/snowgoon88/edit-comptext/config\";\n\t\teditTextWidget._configOptions = $tw.wiki.getTiddlerData( COMPLETION_OPTIONS, {} );\n\t\tif(editTextWidget.editShowToolbar) {\n\t\t\teditTextWidget._completion = new Completion( editTextWidget, editTextWidget.engine.domNode, editTextWidget._configOptions, editTextWidget.engine.dummyTextArea, editTextWidget.engine.iframeNode.offsetTop, editTextWidget.engine.iframeNode.offsetLeft);\t\t\t\n\t\t} else {\n\t\t\teditTextWidget._completion = new Completion( editTextWidget, editTextWidget.engine.domNode, editTextWidget._configOptions );\t\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/edittext-coretweak.js",
            "module-type": "widget-subclass"
        },
        "$:/plugins/snowgoon88/edit-comptext/cursor-position.js": {
            "text": "/*\\\nModule that compute the pixel position of the cursor of a text\nements.\n\nTaken from https://github.com/component/textarea-caret-position\n\n(as https://github.com/kir/js_cursor_position is not updated any more)\n\\*/\n// Fonction anonyme executée immediatement\n( function(){\n \n// The properties that we copy into a mirrored div.\n// Note that some browsers, such as Firefox,\n// do not concatenate properties, i.e. padding-top, bottom etc. -> padding,\n// so we have to do every single property specifically.\nvar properties = [\n  'direction',  // RTL support\n  'boxSizing',\n  'width',  // on Chrome and IE, exclude the scrollbar, so the mirror div wraps exactly as the textarea does\n  'height',\n  'overflowX',\n  'overflowY',  // copy the scrollbar for IE\n\n  'borderTopWidth',\n  'borderRightWidth',\n  'borderBottomWidth',\n  'borderLeftWidth',\n  'borderStyle',\n\n  'paddingTop',\n  'paddingRight',\n  'paddingBottom',\n  'paddingLeft',\n\n  // https://developer.mozilla.org/en-US/docs/Web/CSS/font\n  'fontStyle',\n  'fontVariant',\n  'fontWeight',\n  'fontStretch',\n  'fontSize',\n  'fontSizeAdjust',\n  'lineHeight',\n  'fontFamily',\n\n  'textAlign',\n  'textTransform',\n  'textIndent',\n  'textDecoration',  // might not make a difference, but better be safe\n\n  'letterSpacing',\n  'wordSpacing',\n\n  'tabSize',\n  'MozTabSize'\n\n];\nvar isFirefox = false;\nif($tw.browser) {\n    isFirefox = window.mozInnerScreenX != null;\n}\n\nfunction getCaretCoordinates(element, position, options) {\n\n  var debug = options && options.debug || false;\n  if (debug) {\n    var el = document.querySelector('#input-textarea-caret-position-mirror-div');\n    if ( el ) { el.parentNode.removeChild(el); }\n  }\n\n  // mirrored div\n  var div = document.createElement('div');\n  div.id = 'input-textarea-caret-position-mirror-div';\n  document.body.appendChild(div);\n\n  var style = div.style;\n  var computed;\n  if($tw.browser) {\n      computed = window.getComputedStyle? getComputedStyle(element) : element.currentStyle;  // currentStyle for IE < 9\n  } \n  else {\n      computed = element.currentStyle;\n  }\n    \n\n  // default textarea styles\n  style.whiteSpace = 'pre-wrap';\n  if (element.nodeName !== 'INPUT')\n    style.wordWrap = 'break-word';  // only for textarea-s\n\n  // position off-screen\n  style.position = 'absolute';  // required to return coordinates properly\n  if (!debug)\n    style.visibility = 'hidden';  // not 'display: none' because we want rendering\n\n  // transfer the element's properties to the div\n  properties.forEach(function (prop) {\n    style[prop] = computed[prop];\n  });\n\n  if (isFirefox) {\n    // Firefox lies about the overflow property for textareas: https://bugzilla.mozilla.org/show_bug.cgi?id=984275\n    if (element.scrollHeight > parseInt(computed.height))\n      style.overflowY = 'scroll';\n  } else {\n    style.overflow = 'hidden';  // for Chrome to not render a scrollbar; IE keeps overflowY = 'scroll'\n  }\n\n  div.textContent = element.value.substring(0, position);\n  // the second special handling for input type=\"text\" vs textarea: spaces need to be replaced with non-breaking spaces - http://stackoverflow.com/a/13402035/1269037\n  if (element.nodeName === 'INPUT')\n    div.textContent = div.textContent.replace(/\\s/g, \"\\u00a0\");\n\n  var span = document.createElement('span');\n  // Wrapping must be replicated *exactly*, including when a long word gets\n  // onto the next line, with whitespace at the end of the line before (#7).\n  // The  *only* reliable way to do that is to copy the *entire* rest of the\n  // textarea's content into the <span> created at the caret position.\n  // for inputs, just '.' would be enough, but why bother?\n  span.textContent = element.value.substring(position) || '.';  // || because a completely empty faux span doesn't render at all\n  div.appendChild(span);\n\n  var coordinates = {\n    top: span.offsetTop + parseInt(computed['borderTopWidth']),\n    left: span.offsetLeft + parseInt(computed['borderLeftWidth'])\n  };\n\n  if (debug) {\n    span.style.backgroundColor = '#aaa';\n  } else {\n    document.body.removeChild(div);\n  }\n\n  return coordinates;\n}\n\n// Exporte as a module of node.js otherwise set as global\nif (typeof module != \"undefined\" && typeof module.exports != \"undefined\") {\n  module.exports = getCaretCoordinates;\n} else {\n  window.getCaretCoordinates = getCaretCoordinates;\n}\n\n})();\n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/cursor-position.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/completion.js": {
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/completion.js\ntype: application/javascript\nmodule-type: library\n\nTry to make self-contained completion module.\n\nTo use this 'module', you need a `widget` with a kind of `editarea` node.\nI do not know the exacte prerequisites of this editarea node for the module to\nwork, but mostly one should be able to attach the following `eventHandler` to\nit:\n - input\n - keydown\n - keypress\n - keyup\nThe `widget` is needed because I use:\n - widget.document\n - widget.wiki.filterTiddlers(...)\n\nFrom the Widget, once you have a proper editarea, you just have to call\n - var completion = new Completion( theWidget, theEditAreaNode, configObject);\nwhere `configObject` is expected to have the following fields. if a field is missing, a default value will be given.\nOne can have many `elements' in the template array.\n\n{\n  \"configuration\": {\n      \"caseSensitive\" : false,\n      \"maxMatch\" : 8,\n      \"minPatLength\" : 2,\n      \"triggerKeyCombination\" : \"^ \"\n  },\n  \"template\": [{\n      \"pattern\": \"[[\",\n      \"filter\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[\",\n      \"end\": \"]]\"\n      }\n  ]\n}\n\nTODO : CHECK if needed\n\\*/\n\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// To compute pixel coordinates of cursor\nvar getCaretCoordinates = require(\"$:/plugins/snowgoon88/edit-comptext/cursor-position.js\");\n\n/** Default Completion Attributes */\nvar DEFATT = { maxMatch: 5, minPatLength: 2, caseSensitive: false, triggerKeyCombination: \"^ \" };\n\n/** \n * Struct for generic Completion Templates.\n * <ul>\n * <li>pat : pattern searched for.</li>\n * <li>filter : filter operation used to find the list of completion options</li>\n * <li>mask: replaced by \"\" when presenting completion options</li>\n * </ul>\n */\n    var Template = function( pat, filter, mask, field, start, end, startOffset  ) {\n    this.pat = pat;\n        this.filter = filter;\n    this.mask = \"^\"+regExpEscape(mask);\n    this.field = field;\n    this.start = start;\n    this.end = end;\n        this.pos = 0;\n        this.startOffset  = startOffset;\n};\n/**\n * Struct for storing completion options, as we need to memorise \n * the titles of the tiddlers when masked and when body must be displayed.\n */\nvar OptCompletion = function( title, str ) {\n    this.title = title;\n    this.str = str;\n};\n\nvar keyMatchGenerator = function(combination) {\n\tlet singleMatchGenerator = function(character) {\n\t\tif (character === '^') {\n\t\t\treturn event => event.ctrlKey;\n\t\t}\n\t\telse if (character === '+') {\n\t\t\treturn event => event.shiftKey;\n\t\t}\n\t\telse if (character === '!') {\n\t\t\treturn event => event.altKey;\n\t\t}\n\t\telse {\n\t\t\treturn event => (event.keyCode || event.which) === character.charCodeAt(0);\n\t\t}\n\t};\n\n\tlet matchers = [];\n\tfor (let i = 0; i < combination.length; i++) {\n\t\tmatchers.push(singleMatchGenerator(combination[i]));\n\t}\n\n\treturn event => {\n\t\tfor (let i = 0; i < matchers.length; i++) {\n\t\t\tif (!matchers[i](event)) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t};\n};\n\n/**\n * Widget is needed in creating popupNode.\n * - widget.document\n * - widget.wiki.filterTiddlers(...)\n * - sibling : where to create the popup in the DOM.\n */\n\tvar Completion = function( editWidget, areaNode, param, sibling, offTop, offLeft ) {\n\tconsole.log( \"==Completion::creation\" );\n\n    // About underlying Widget\n    this._widget = editWidget;\n\tthis._areaNode = areaNode;\n\tthis._sibling  = (typeof sibling !== 'undefined') ?  sibling : this._areaNode;\n\tthis._offTop = (typeof offTop !== 'undefined') ?  offTop : 0;\n\tthis._offLeft = (typeof offLeft !== 'undefined') ?  offLeft : 0;\t\n\t\t\n    // Completions attributes\n    /** State */\n    this._state = \"VOID\";\n    this._template = undefined;\n    /** Best matches */\n    this._bestMatches = []; // An array of OptCompletion\n    this._idxChoice = -1;\n    /** Param */\n            // maximum nb of match displayed\n            //DEBUG console.log( \"__PARAM\" );\n            //DEBUG console.log( param.configuration );\n    this._maxMatch     = param.configuration.maxMatch || DEFATT.maxMatch;   \n            // Beware that a (0 || 2) gives 2 !, so change way attributs are checked.\n            this._minPatLength = DEFATT.minPatLength;\n            if ('minPatLength' in param.configuration) {\n                this._minPatLength = param.configuration.minPatLength;\n            }\n    this._caseSensitive= param.configuration.caseSensitive || DEFATT.caseSensitive;\n    this._triggerKeyMatcher = keyMatchGenerator(param.configuration.triggerKeyCombination || DEFATT.triggerKeyCombination);\n    /** Input information */\n    this._lastChar = \"\";\n    this._hasInput = false;\n    /** List of Completion Templates */\n    this._listTemp = [];\n    \n    // Read templates from Param\n    if( param.template ) {\n    \tvar idT;\n    \tfor( idT=0; idT<param.template.length; idT++ ) {\n    \t    var temp = param.template[idT];\n\t    // field 'body' ou 'title' (default)\n\t    if( temp.body ) {\t\t\n    \t\tthis._listTemp.push( \n    \t\t    new Template( temp.pattern, temp.body,\n\t\t\t\t  temp.mask ? temp.mask : \"\",\n\t\t\t\t  \"body\",\n    \t\t\t\t  temp.start, temp.end,\n                                temp.startOffset)\n    \t\t);\n\t    }\n\t    else {\n    \t\tthis._listTemp.push( \n    \t\t    new Template( temp.pattern, \n\t\t\t\t  temp.title ? temp.title : temp.filter,\n\t\t\t\t  temp.mask ? temp.mask : \"\",\n\t\t\t\t  \"title\",\n    \t\t\t\t  temp.start, temp.end,\n                                temp.startOffset )\n    \t\t);\n\t    }\n\t    //DEBUG temp = this._listTemp[this._listTemp.length-1];\n\t    //DEBUG console.log( \"__CONF : \"+temp.pattern+\":\"+temp.filter+\":\"+temp.mask+\":\"+temp.field+\":\"+temp.start+\":\"+temp.end );\n    \t}\n    }\n    // or defaut template\n    else {\n    \tthis._listTemp = [\n    \t    new Template( \"[[\", \"[all[tiddlers]!is[system]]\", \n\t\t\t  \"\", \"title\",\n\t\t\t  \"[[\", \"]]\" )\n    \t];\n    }\n    // Create Popup\n\t//this._popNode = createPopup(this._widget, this._areaNode );\n\tthis._popNode = createPopup(this._widget, this._sibling );\t\n    \n    // Listen to the Keyboard\n    $tw.utils.addEventListeners( this._areaNode,[\n\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInput\"},\n\t{name: \"keydown\", handlerObject: this, handlerMethod: \"handleKeydown\"},\n\t{name: \"keypress\", handlerObject: this, handlerMethod: \"handleKeypress\"},\n    \t{name: \"keyup\", handlerObject: this, handlerMethod: \"handleKeyup\"}\n    ]);\n   \n    /** \n     * Find the bestMatches among listChoice with given pattern\n     * @param listChoice : array of String\n     * @change : this._bestMatches => array of OptCompletion\n     */\n    this._findBestMatches = function( listChoice, pattern, nbMax) {\n\t// regexp search pattern, case sensitive\n\tvar flagSearch = this._caseSensitive ? \"\" : \"i\" ;\n\tvar regpat = RegExp( regExpEscape(pattern), flagSearch );\n\tvar regpat_start = RegExp( \"^\"+regExpEscape(pattern), flagSearch );\n\tvar regMask = RegExp( this._template.mask ? this._template.mask : \"\",\"\");\n\tvar nbMatch = 0;\n\t// nbMax set to _maxMatch if no value given\n\tnbMax = nbMax !== undefined ? nbMax : this._maxMatch;\n\n\t//DEBUG console.log( \"__FIND masked=\"+regMask+\" regPat=\"+regpat);\n\n\tthis._bestMatches= [];\n\tvar otherMatches = [];\n\t// We test every possible choice\n\tfor( var i=0; i< listChoice.length; i++ ) {\n\t    // apply mask over potential choice\n\t    var maskedChoice = listChoice[i].replace( regMask, \"\");\n\t    // Test first if pattern is found at START of the maskedChoice\n\t    // THEN added to BestMatches\n \t    if( regpat_start.test( maskedChoice )) {\n\t\tif (nbMatch >= nbMax) {\n\t\t    this._bestMatches.push( new OptCompletion(\"\",\"...\") );\n\t\t    return;\n\t\t} else {\n\t\t    this._bestMatches.push( new OptCompletion(listChoice[i],maskedChoice) );\n\t\t    nbMatch += 1;\n\t\t}\n\t    }\n\t    // then if pattern is found WITHIN the maskedChoice\n\t    // added AFTER the choices that starts with pattern\n\t    else if( regpat.test( maskedChoice ) ) {\n\t\tif (nbMatch >= nbMax) {\n\t\t    // add all otherMatches to _bestMatches\n\t\t    this._bestMatches.push( new OptCompletion(\"\",\"<hr>\") ) ; //separator\n\t\t    this._bestMatches = this._bestMatches.concat( otherMatches );\n\t\t    this._bestMatches.push( new OptCompletion(\"\",\"...\") );\n\t\t    return;\n\t\t} else {\n\t\t    otherMatches.push( new OptCompletion(listChoice[i],maskedChoice) );\n\t\t    nbMatch += 1;\n\t\t}\n\t    }\n\t}\n\t// Here, must add the otherMatches\n\tthis._bestMatches.push( new OptCompletion(\"\",\"<hr>\") ) ; //separator\n\tthis._bestMatches = this._bestMatches.concat( otherMatches );\n    };\n    /**\n     * Change Selected Status of Items\n     */\n    this._next = function (node) {\n\tvar count = node.children.length;\n\t//DEBUG console.log( \"__NEXT: co=\"+count+\" nbMatch=\"+this._bestMatches.length);\n\tif( this._bestMatches.length > 0 ) \n\t    this._goto( node, this._idxChoice < count - 1 ? this._idxChoice + 1 : -1);\n\t//DEBUG this._logStatus( \"NexT\" );\n    };\n    this._previous = function (node) {\n\tvar count = node.children.length;\n\tvar selected = this._idxChoice > -1;\n\t//DEBUG console.log( \"__PREV: co=\"+count+\" nbMatch=\"+this._bestMatches.length);\n\tif( this._bestMatches.length > 0 ) \n\t    this._goto( node, selected ? this._idxChoice - 1 : count - 1);\n\t//DEBUG this._logStatus( \"PreV\" );\n    };\n    // Should not be used, highlights specific item without any checks!\n    this._goto = function (node, idx) {\n\tvar lis = node.children;\n\tvar selected = this._idxChoice > -1;\n\tif (selected) {\n\t    lis[this._idxChoice].setAttribute(\"patt-selected\", \"false\");\n\t}\n\n\tthis._idxChoice = idx;\n    \n\tif (idx > -1 && lis.length > 0) {\n\t    lis[idx].setAttribute(\"patt-selected\", \"true\");\n\t}\n    };\n    /**\n     * Abort pattern and undisplay.\n     */\n    this._abortPattern = function (displayNode) {\n\tthis._state = \"VOID\";\n\tthis._bestChoices = [];\n\tthis._idxChoice = -1;\n\tthis._undisplay( displayNode );\n\tthis._template = undefined;\n    };\n    /**\n     * Display popupNode at the cursor position in areaNode.\n     */\n    this._display = function( areaNode, popupNode ) {\n\tif ( popupNode.style.display == 'none' ) {\n\t    // Must get coordinate\n\t    // Cursor coordinates within area + area coordinates + scroll\n            var coord = getCaretCoordinates(areaNode, areaNode.selectionEnd);\n            var styleSize = getComputedStyle(areaNode).getPropertyValue('font-size');\n            var fontSize = parseFloat(styleSize); \n\t\t\n\t    popupNode.style.left = (this._offLeft+areaNode.offsetLeft-areaNode.scrollLeft+coord.left) + 'px';\n\t    popupNode.style.top = (this._offTop+areaNode.offsetTop-areaNode.scrollTop+coord.top+fontSize*2) + 'px';\n\t    popupNode.style.display = 'block';\n\t}\n    };\n    /**\n     * Undisplay someNode\n     */\n    this._undisplay = function( displayNode ) {\n\tif ( displayNode.style.display != 'none' ) {\n\t    displayNode.style.display = 'none';\n\t}\n    };\n\n     /**\n     * Used for debug\n     */\n    this._logStatus = function(msg) {\n\tconsole.log( \"__STATUS: \"+this._state+\":-\"+msg+\"- idx=\"+this._idxChoice );\n    };\n\n};\n// **************************************************************************\n// ******************************************************************eventCbk\n// **************************************************************************\n/**\n * Disable the *effects* of ENTER / UP / DOWN / ESC when needed.\n * Set _hasInput to false.\n */\nCompletion.prototype.handleKeydown = function(event) {\n    // key \n    var key = event.keyCode;\n    this._hasInput = false;\n    \n    //DEBUG console.log( \"__KEYDOWN (\"+key+\") hasI=\"+this._hasInput);\n    \n    // ENTER while selecting\n    if( (this._state === \"PATTERN\" || this._state === \"SELECT\") && key === 13 ) {\n    \tevent.preventDefault();\n    \tevent.stopPropagation();\n    }\n    // ESC while selecting\n    if( (this._state === \"PATTERN\" || this._state === \"SELECT\") && key === 27 ) {\n    \tevent.preventDefault();\n    \tevent.stopPropagation();\n    }\n    // UP/DOWN while a pattern is extracted\n    if( (key===38 || key===40) && \n\t(this._state === \"PATTERN\" || this._state === \"SELECT\") ) {\n\tevent.preventDefault();\n    }\n};\n/**\n * Means that something has been added/deleted => set _hasInput\n */\nCompletion.prototype.handleInput = function(event) {\n    this._hasInput = true;\n    //DEBUG console.log( \"__INPUT hasI=\"+this._hasInput );\n};\n\t\n/**\n * Set _lastChar, detects CTRL+SPACE.\n */\nCompletion.prototype.handleKeypress = function(event) {\n    var curPos = this._areaNode.selectionStart;  // cursor position\n    var val = this._areaNode.value;   // text in the area\n    // key \n    var key = event.keyCode || event.which;\n\t\n    this._lastChar = String.fromCharCode(key);\n    //DEBUG console.log( \"__KEYPRESS (\"+key+\") hasI=\"+this._hasInput+\" char=\"+this._lastChar );\n    //DEBUG this._logStatus( \"KEYPRESS\" );\n    \n    // Detect Ctrl+Space\n    if( this._triggerKeyMatcher(event) && this._state === \"VOID\" ) {\n\t//Find a proper Template\n\t// first from which we can extract a pattern\n\tif( this._template === undefined ) {\n\t    //DEBUG console.log(\"__SPACE : find a Template\" );\n\t    var idT, res;\n\t    for( idT=0; idT < this._listTemp.length; idT++ ) {\n\t\tres = extractPattern( val, curPos, this._listTemp[idT] );\n\t\t//DEBUG console.log(\"  t=\"+this._listTemp[idT].pat+\" res=\"+res);\n\t\t// res is not undefined => good template candidate\n\t\tif( res ) {\n\t\t    this._template = this._listTemp[idT];\n\t\t    this._state = \"PATTERN\";\n\t\t    break;\n\t\t}\n\t    }\n\t}\n\telse {\n\t    //DEBUG console.log(\"__SPACE : already a template\" );\n\t    this._state = \"PATTERN\";\n\t}\n    }\n};\n/**\n * ESC -> abort; \n * Detect [ -> VOID switch to _state=PATTERN\n * PATTERN || SELECT : ENTER -> insertText\n *                     UP/DOWN -> previous/next\n *                     pattern.length > _minPatternLength -> display  \n */\nCompletion.prototype.handleKeyup = function(event) {\n    var curPos = this._areaNode.selectionStart;  // cursor position\n    var val = this._areaNode.value;   // text in the area\n    // key a\n    var key = event.keyCode;\n    \n    //DEBUG console.log( \"__KEYUP (\"+key+\") hasI=\"+this._hasInput );\n\n  // ESC\n    if( key === 27 ) {\n\tthis._abortPattern( this._popNode );\n\t//DEBUG this._logStatus( \"\" );\n    }\n    // Check for every template\n    if( this._hasInput && this._state === \"VOID\" ) {\n\t// check every template's pattern\n\tvar idT, template;\n\tfor( idT=0; idT < this._listTemp.length; idT++ ) {\n\t    template = this._listTemp[idT];\n\t    if( this._lastChar === template.pat[template.pos] ) {\n\t\ttemplate.pos += 1;\n\t\t//DEBUG console.log( \"__CHECK : pat=\"+template.pat+\" pos=\"+template.pos );\n\t\t// Pattern totaly matched ?\n\t\tif( template.pos === template.pat.length ) {\n\t\t    //DEBUG console.log( \"__CHECK => found \"+template.pat );\n\t\t    this._state = \"PATTERN\";\n\t\t    this._template = template;\n\t\t    \n\t\t    break; // get out of loop\n\t\t}\n\t    }\n\t    else {\n\t\ttemplate.pos = 0;\n\t\t//DEBUG console.log( \"__CHECK : pat=\"+template.pat+\" pos=\"+template.pos );\n\t    }\n\t}\n    }\n    // a pattern\n    else if( this._state === \"PATTERN\" || this._state === \"SELECT\" ) {\n\t// Pattern below cursor : undefined if no pattern\n\tvar pattern = extractPattern( val, curPos, this._template );\n\tif( key === 13 ) { // ENTER\n\t    //DEBUG console.log( \"KEY : Enter\" );\n    \t    // Choice made in the displayNode ?\n    \t    var selected = this._idxChoice > -1 && this._idxChoice !== this._maxMatch;\n    \t    //DEBUG console.log( \"   > sel=\"+selected+\" len=\"+this._bestChoices.length );\n    \t    if( selected ) {\n    \t\t//DEBUG console.log( \"   > selected\" );\n\t\tvar temp = this._bestMatches[this._idxChoice];\n\t      var str = temp.str;\n              // if str is \"<hr>\" or \"...\", abort\n              if (str === \"<hr>\" || str === \"...\") {\n                this._abortPattern( this._popNode );\n                this._areaNode.focus();\n                return;\n              }\n\t\tif( this._template.field === \"body\" ) {\n\t\t    str = $tw.wiki.getTiddlerText( temp.title );\n\t\t}\n    \t\tinsertInto( this._areaNode,\n\t\t\t    str,\n\t\t\t    pattern.start, curPos, this._template );\n\t\t// save this new content\n\t\tthis._widget.saveChanges( this._areaNode.value );\n\t    }\n\t    // otherwise take the first choice (if exists)\n\t    else if( this._bestMatches.length > 0 ) {\n    \t\t//DEBUG console.log( \"   > take first one\" );\n\t\tvar temp = this._bestMatches[0];\n\t      var str = temp.str;\n              // if str is \"<hr>\" or \"...\", abort\n              if (str === \"<hr>\" || str === \"...\") {\n                this._abortPattern( this._popNode );\n                this._areaNode.focus();\n                return;\n              }\n\t\tif( this._template.field === \"body\" ) {\n\t\t    str = $tw.wiki.getTiddlerText( temp.title );\n\t\t}\n    \t\tinsertInto( this._areaNode,\n\t\t\t    str,\n\t\t\t    pattern.start, curPos, this._template );\n\t\t// save this new content\n\t\tthis._widget.saveChanges( this._areaNode.value );\n\t    }\n\t    this._abortPattern( this._popNode );\n\t\t//DEBUG this._logStatus( \"\" );\n    \t    }\n\t    else if( key === 38 && this._hasInput === false) { // up\n\t\tthis._state = \"SELECT\";\n    \t\tevent.preventDefault();\n    \t\tthis._previous( this._popNode );\n\t\t//DEBUG this._logStatus( pattern.text );\n    \t\t//event.stopPropagation();\n    \t    }\n    \t    else if( key === 40 && this._hasInput === false) { // down\n\t\tthis._state = \"SELECT\";\n    \t\tevent.preventDefault();\n    \t\tthis._next( this._popNode );\n\t\t//DEBUG this._logStatus( pattern.text );\n    \t\t//event.stopPropagation();\n    \t    }\n    \t    else if( pattern ) { // pattern changed by keypressed\n\t\tthis._idxChoice = -1;\n    \t\t// log\n                //DEBUG console.log( \"  PATTERN changed\" );\n\t\t//DEBUG this._logStatus( pattern.text );\n                //DEBUG console.log( \"  pat.length\",pattern.text.length, \" min\",this._minPatLength);\n    \t\t// Popup with choices if pattern at least minPatLength letters long\n\t\tif( pattern.text.length > (this._minPatLength-1) ) {\n                    //DEBUG console.log( \"  should compute\" );\n\t\t    // compute listOptions from templateFilter\n\t\t    var allOptions;\n\t\t    if( this._template )\n\t\t\tallOptions = this._widget.wiki.filterTiddlers( this._template.filter );\n\t\t    else\n\t\t\tallOptions = this._widget.wiki.filterTiddlers(\"[all[tiddlers]]\");\n\t\t    this._findBestMatches( allOptions, pattern.text );\n    \t\t    this._popNode.innerHTML = \"\";\n    \t\t    //console.log( \"BC \"+ this._pattern + \" => \" + choice );\n    \t\t    if (this._bestMatches.length > 0) {\n\t\t      for( var i=0; i<this._bestMatches.length; i++) {\n                        let li_elem = itemHTML(this._bestMatches[i].str,\n\t\t\t\t\t       pattern.text);\n                        // pass this as comp to eventHandler\n                        li_elem.addEventListener( \"click\",\n                                                  function( idx, event) {\n                                                    //DEBUG console.log( \"__ITEM Listener\", this, idx, event );\n                                                    this.handleItemClik( idx );\n                                                  }.bind(this,i));\n                        li_elem.addEventListener( \"touchstart\",\n                                                  function( idx, event) {\n                                                    //comp is the completion object, passed using 'bind' \n                                                    this.handleItemClik( idx );\n                                                  }.bind(this,i));\n                        // li_elem.addEventListener( \"click\",\n                        //                           this.handleItemClick );\n    \t\t\tthis._popNode.appendChild( li_elem );\n    \t\t      }\n\t\t      this._display( this._areaNode, this._popNode );\t\t\t\n    \t\t    }\n\t\t    else { // no matches\n\t\t\tthis._state = \"PATTERN\";\n\t\t\tthis._undisplay( this._popNode );\n\t\t    }\n\t\t}\n    \t    }\n\t    else { // no pattern detected\n\t\tthis._abortPattern( this._popNode );\n\t    }\n\t}\n\t// to ensure that one MUST add an input (through onInput())\n\tthis._hasInput = false;\n};\n// not real event handler as awaits the index of the clicked/touched bestChoice\nCompletion.prototype.handleItemClik = function( idx_select) {\n  \n  var curPos = this._areaNode.selectionStart;  // cursor position\n  var val = this._areaNode.value;   // text in the area\n  var pattern = extractPattern( val, curPos, this._template );\n  \n  //DEBUG console.log( \"__handleItemClik idx=\"+idx_select, this );\n  \n  // insert choice into document\n  var temp = this._bestMatches[idx_select];\n  var str = temp.str;\n\n  // if str is \"<hr>\" or \"...\", abort\n  if (str === \"<hr>\" || str === \"...\") {\n    this._abortPattern( this._popNode );\n    this._areaNode.focus();\n    return;\n  }\n  \n  if( this._template.field === \"body\" ) {\n    str = $tw.wiki.getTiddlerText( temp.title );\n  }\n  insertInto( this._areaNode,\n\t      str,\n\t      pattern.start, curPos, this._template );\n  // save this new content\n  this._widget.saveChanges( this._areaNode.value );\n  this._abortPattern( this._popNode );\n  this._areaNode.focus();\n  //DEBUG this._logStatus( \"\" );\n}\n// **************************************************************************\n// ******************************************************** private functions\n// **************************************************************************\n/**\n * Create popup element.\n */\nvar createPopup = function( widget, node ) {\n    // Insert a special \"div\" element for poping up\n    // Its 'display' property in 'style' control its visibility\n    var popupNode = widget.document.createElement(\"div\");\n    popupNode.setAttribute( \"style\", \"display:none; position: absolute;\");\n    popupNode.className = \"tc-block-dropdown ect-block-dropdown\";\n    // Insert the element into the DOM\n    node.parentNode.insertBefore(popupNode,node.nextSibling);\n    //CHECK the domNodes is a attribute of Widget [widget.js]\n    //CHECK this.domNodes.push(popupNode);\n    \n    return popupNode;\n};\n/**\n * Extract Pattern from text at a given position.\n *\n * Between previous template.pat (or '[[') and pos\n * \n * If no pattern -> undefined\n */\nvar extractPattern = function( text, pos, template ) {\n    // Detect previous and next ]]=>STOP or [[=>START\n    var sPat = template.pat ? template.pat : '[[';\n    var pos_prevOpen = text.lastIndexOf( sPat, pos );\n    var ePat = template.end ? template.end : ']]';\n    var pos_prevClosed = text.lastIndexOf( ePat, pos );\n    var pos_nextClosed = text.indexOf( ePat, pos  );\n    //DEBUG console.log(\"__CALC st=\"+sPat+\" -> en=\"+ePat );\n    //DEBUG console.log(\"__CALC po=\"+pos_prevOpen+\" pc=\"+pos_prevClosed+\" nc=\"+pos_nextClosed+\" pos=\"+pos);\n    pos_nextClosed = (pos_nextClosed >= 0) ? pos_nextClosed : pos;\n    \n    if( (pos_prevOpen >= 0) &&                 // must be opened\n\t((pos_prevOpen > pos_prevClosed ) ||  // not closed yet\n\t (pos_prevClosed === pos))) {          // closed at cursor\n\t//DEBUG console.log(\"     pat=\"+text.slice( pos_prevOpen+sPat.length, pos) );\n\treturn { text: text.slice( pos_prevOpen+sPat.length, pos ),\n\t\t start: pos_prevOpen,\n\t\t end: pos_nextClosed\n\t       };\n    }\n};\n/**\n * Controls how list items are generated.\n * Function that takes two parameters :\n *  - text : suggestion text\n *  - input : the user’s input\n * Returns : list item. \n * Generates list items with the user’s input highlighted via <mark>.\n */\n  var itemHTML = function (text, input) {\n    // text si input === ''\n    // otherwise, build RegExp that is global (g) and case insensitive (i)\n    // to replace with <mark>$&</mark> where \"$&\" is the matched pattern\n  var html = input === '' ? text : text.replace(RegExp(regExpEscape(input.trim()), \"gi\"), \"<mark>$&</mark>\");\n  // the DOM element created\n  var elem = create(\"li\", {\n    innerHTML: html,\n    \"patt-selected\": \"false\",\n  });\n  return elem; \n};\n/**\n * Insert text into a textarea node, \n * enclosing in 'template.start..template.end'\n *\n * - posBefore : where the 'template.pat+pattern' starts\n * - posAfter : where the cursor currently is\n */\nvar insertInto = function(node, text, posBefore, posAfter, template ) {\n    //DEBUG console.log( \"__INSERT : \"+template.pattern+\":\"+template.filter+\":\"+template.mask+\":\"+template.field+\":\"+template.start+\":\"+template.end );\n    var val = node.value;\n    var sStart = template.start !== undefined ? template.start : '[[';\n    var sEnd = template.end !== undefined ? template.end : ']]';\n    var newVal = val.slice(0, posBefore) + sStart + text + sEnd + val.slice(posAfter);\n    //console.log(\"__INSERT s=\"+sStart+\" e=\"+sEnd);\n    //console.log (\"__INSERT pb=\"+posBefore+\" pa=\"+posAfter+\" txt=\"+text);\n    //console.log( \"NEW VAL = \"+newVal );\n    // WARN : Directly modifie domNode.value.\n    // Not sure it does not short-circuit other update methods of the domNode....\n    // i.e. could use widget.updateEditor(newVal) from edit-comptext widget.\n    //      but how to be sure that cursor is well positionned ?\n    node.value = newVal;\n\n    // if startOffset in Template, set cursor at beginning of inserted value,\n    // with an Offset (usefull for aliasing links)\n    if (template.startOffset) {\n        let cursorPos = posBefore+template.startOffset;\n        node.setSelectionRange( cursorPos, cursorPos );\n    }\n    else {\n        node.setSelectionRange(posBefore+text.length+sStart.length+sEnd.length, posBefore+text.length+sStart.length+sEnd.length );\n    }\n};\n/**\n * Add an '\\' in front of -\\^$*+?.()|[]{}\n */\nvar regExpEscape = function (s) {\n    return s.replace(/[-\\\\^$*+?.()|[\\]{}]/g, \"\\\\$&\");\n};\n/**\n * Add an element in the DOM.\n */\nvar create = function(tag, o) {\n    var element = document.createElement(tag);\n    \n    for (var i in o) {\n\tvar val = o[i];\n\t\n\tif (i === \"inside\") {\n\t    $(val).appendChild(element);\n\t}\n\telse if (i === \"around\") {\n\t    var ref = $(val);\n\t    ref.parentNode.insertBefore(element, ref);\n\t    element.appendChild(ref);\n\t}\n\telse if (i in element) {\n\t    element[i] = val;\n\t}\n\telse {\n\t    element.setAttribute(i, val);\n\t}\n    }\n    \n    return element;\n};\n\n\nexports.Completion = Completion;\n\n})();\n\n    \n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/completion.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/edit-comptext.css": {
            "text": "\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\n\n/* The \\rules pragma at the top of the tiddler restricts the WikiText \n * to just allow macros and transclusion. This avoids mistakenly \n * triggering unwanted WikiText processing.\n * \n * MUST not save as text/css for macro to be processed\n*/\n\n.ect-block-dropdown li {\n    display: block;\n    padding: 4px 14px 4px 14px;\n    text-decoration: none;\n    color: <<colour tiddler-link-foreground>>; /*#5778d8;*/ \n    background: transparent;\n}\n.ect-block-dropdown li[patt-selected=\"true\"] {\n    color: <<colour tiddler-link-background>>; /*#ffffff; */\n    background-color: <<colour tiddler-link-foreground>>; /*#5778d8; */\n}\n.ect-block-dropdown li[patt-selected=\"true\"] mark {\n    background: hsl(86, 100%, 21%);\n    color: inherit;\n}\n\n",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/plugins/snowgoon88/edit-comptext/edit-comptext.css",
            "tags": "[[$:/tags/Stylesheet]]"
        },
        "$:/plugins/snowgoon88/edit-comptext/readme": {
            "title": "$:/plugins/snowgoon88/edit-comptext/readme",
            "text": "!! What ?\nThis plugin adds ''completion'' when editing the body of a tiddler.\n\n* Enter completion-mode by typing `[[` or `CTRL+SPACE`\n* A list of tiddlers with a title that matches the pattern between `[[` and cursor appears\n* `UP/DOWN` keys can select a tiddler, `ENTER` to validate\n* If there is only one match, `ENTER` selects it.\n* you can specify you own trigger pattern and the list of possible completions. See [[$:/plugins/snowgoon88/edit-comptext/usage]] for more details.\n* `NEW` : after completion, the cursor can be set inside the inserted text. This allows for easier creation of \"aliased links\" (try completion with `||` for example).\n* `NEW` : version 0.9.1 and higher, the default TW5 editor automatically has autocompletion as soon as the plugin is enabled (if TW5 version 5.1.22 or higher)\n\n!! To try it or get the latest news\nSee [[http://snowgoon88.github.io/TW5-extendedit]]\n\n!! Install \n\nTo add the plugin to your own TiddlyWiki5, just drag this link to the browser window:\n\n[[$:/plugins/snowgoon88/edit-comptext]]\n\nSometime (prior to TW5.1.22), a small configuration step is then needed\n\nin `$:/ControlPanel -> Advanced -> Editor Type -> text/vnd.tiddlywiki` you must chose `comptext` instead of `text`.\n\nReload and « voilà »...\n\nThis plugin is quite mature now :o)\n\n!! Old version\n\n* A version compatible with 5.0.8 to 5.1.11 : [[http://snowgoon88.github.io/TW5-extendedit/index_5.1.11.html]]\n\n!! Source code\nOn github [[https://github.com/snowgoon88/TW5-extendedit]]\n\nGet in touch : snowgoon88(AT)gmail(DOT)com\n"
        },
        "$:/plugins/snowgoon88/edit-comptext/usage": {
            "title": "$:/plugins/snowgoon88/edit-comptext/usage",
            "text": "''Important'' : be sure that in `$:/ControlPanel -> Advanced -> Editor Type -> text/vnd.tiddlywiki` you have chosen `comptext` instead of `text`.\n\nConfiguration of the edit-comptext plugin can be done through the tiddler [[$:/plugins/snowgoon88/edit-comptext/config]]. Use a JSON tiddler (do not forget to set the type to `application/json`. See some examples at [[$:/plugins/snowgoon88/edit-comptext/examples]]\n\nIn the `configuration` object you can set :\n\n* `caseSensitive`: `true`/`false` (is search case sensitive ?)\n* `maxMatch` : an `integer` (max number of match displayed)\n* `minPatLength` : an `integer` (minimal length of a pattern to trigger completion search)\n* `triggerKeyCombination ` : a `string` representing the key combination that triggers the autocompletion popup. To use modifier keys in your combination, use following conversions : `ctrl` -> `^`, `alt` -> `!`, `shift` -> `+`. Note: ` ` (literally a whitespace) represents the `space` key.\n\nIn the `template` array you can specify the various completion templates that will be used. Every template can have the following members.\n\n* `pattern` : `string` (pattern that triggers a completion, default \"[[\" )\n* `title` or `body`: `string` (the filter operators that gives the list of valid completions, default \"[all[tiddlers]!is[system]]\"). If you specify `body`, then the body of the tiddler will be inserted on selection.\n* `start` : `string` (when completion is chosen, start is put before the completion, default \"[[\")\n* `end` : `string` (when completion is chosen, end is put after the completion, default \"]]\")\n* `startOffset` : `interger` but OPTIONNAL. If provided, the cursor will be positionned `startOffset` characters after the beginning of the completed text. This is useful to create aliased links using \"||\" as a trigger.\n\n!! Current body of Config Tiddler\n\n{{$:/plugins/snowgoon88/edit-comptext/config}}\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/sycom/feather-icons/doc/devDiary": {
            "title": "$:/plugins/sycom/feather-icons/doc/devDiary",
            "type": "text/vnd.tiddlywiki",
            "text": "Some notes about coding this plugin. Might be useful to others...\n\n* 20190508\n** On mobile, search field will always begin with UpperCase, so had to `toLowerCase` the string query.\n* 20190503\n** Added library extension capabilities and two icons : pentagon and motovun-jack to try it. Dealed with the NodeList concept to enable multiple list crossing. (almost) finished translation.\n* 20190417\n** Fixed some problems with stacking. Due to `xxem` usage in stylesheet, stacked use was moving somewhat randomly. Fixed it by using the viewBox attribute.\n* 20190330\n** Adding the full list of icons via a macro directly picking in the svg. Had to add an id to the svg. Will have to remember this when updating library...\n* 20190329\n** Creating an icon for the plugin, based upon <<f-i feather>>. Had to hack style `.tc-plugin-info-chunk` to remove //fill// and color //stroke// the right way. In $:/plugins/sycom/feather-icons/feather.css\n** Beginning to ad some usage : more sizes (x5, x11), block.\n* 20190328\n** First implementation attempt. Just importing svg sprites library, declaring a css stylesheet. The svg sprite file is tagged `$:/tags/RawMarkup` in order to be loaded at wiki load.\n"
        },
        "$:/plugins/sycom/feather-icons/icons": {
            "title": "$:/plugins/sycom/feather-icons/icons",
            "type": "text/vnd.tiddlywiki",
            "caption": "Icons",
            "text": "<<i18n list_intro $:/plugins/sycom/feather-icons dico>>\n\n<div style=\"text-align:center\">\n<$edit-text tag=\"input\" tiddler=\"$:/temp/searchFeatherIcons\" placeholder=\"find yours\" />\n</div>\n\n<$macrocall $name=list-feather-icons string={{$:/temp/searchFeatherIcons}}>>\n"
        },
        "$:/plugins/sycom/feather-icons/readme": {
            "title": "$:/plugins/sycom/feather-icons/readme",
            "caption": "Readme",
            "text": "<<i18n readme $:/plugins/sycom/feather-icons>>\n"
        },
        "$:/plugins/sycom/feather-icons/usage": {
            "title": "$:/plugins/sycom/feather-icons/usage",
            "caption": "Usage",
            "text": "<<i18n usage $:/plugins/sycom/feather-icons>>\n"
        },
        "$:/plugins/sycom/feather-icons/feather.css": {
            "title": "$:/plugins/sycom/feather-icons/feather.css",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": "/* Styles for the plugin (icon) */\n.tc-plugin-info-chunk > svg.tc-image-feather-icons {\n  fill: none;\n  stroke: <<colour foreground>>;\n  stroke-width: 4;\n}\n\nsvg.feather .nofill {\n  fill: <<colour background>>;\n}\n\n/* Styles for feathers sprites svg icons */\nsvg.feather, ul.feather svg {\n  width: 1.1em;\n  height: 1.1em;\n  stroke: currentColor;\n  stroke-width: 1.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n  fill: none;\n  vertical-align: sub;\n}\nsvg.feather.x2 {\n  width: 2em;\n  height: 2em;\n  stroke-width: 1.35;\n}\nsvg.feather.x3 {\n  width: 3em;\n  height: 3em;\n  stroke-width: 1.25;\n}\nsvg.feather.x5 {\n  width: 5em;\n  height: 5em;\n  stroke-width: 1.15;\n}\nsvg.feather.x11 {\n  width: 11em;\n  height: 11em;\n  stroke-width: 0.9;\n}\nsvg.feather.thin {\n  stroke-width: 1px;\n}\nsvg.feather.block {\n  display:block;\n}\n\nul.feather {\n  margin:.5em;\n}\nul.feather li {\n  list-style: none;\n}\nul.feather li svg {\n  margin: 0 0.1em;\n}\n\n/* styles for the list */\n.count {\n  text-align:center;\n  font-size:.9em;\n}\n\n.presentation {\n  display: flex;\n  flex-wrap: wrap;\n}\n.presentation .block {\n\tdisplay: inline-block;\n  padding: .5em;\n  width: 33%;\n}\n.presentation div div {\n  background: <<colour page-background>>;\n  padding: .5em;\n}\n.presentation .feather-icons div {\n  background: rgba(175, 190, 210, 0.35)\n}\n.presentation .feather-icons-ext div {\n  background: rgba(210, 190, 175, 0.35)\n}\n\n.presentation span {\n  margin-left: .2em;\n  font-size: .9em;\n  vertical-align: top;\n  padding-left: .5em;\n}\n\n\n/* style corrections for TW usage (icon substitution) */\n.tc-btn-invisible svg.feather,\n.tc-tiddler-controls svg.feather,\nbody.tc-dirty span.tc-dirty-indicator svg.feather {\n  fill:none;\n}\n\n.tc-btn-invisible:hover svg.feather,\n.tc-tiddler-controls svg.feather {\n  fill:none;\n  stroke: <<colour sidebar-controls-foreground-hover>>;\n  stroke-width: 2;\n}\n\nbutton.tc-selected svg.feather {\n\tfill:none;\n  stroke: <<colour primary>>;\n  stroke-width: 2px;\n}\n"
        },
        "$:/plugins/sycom/feather-icons/i18n/en-GB/find_yours": {
            "title": "$:/plugins/sycom/feather-icons/i18n/en-GB/find_yours",
            "text": "Find yours\n"
        },
        "$:/plugins/sycom/feather-icons/i18n/en-GB/list_intro": {
            "title": "$:/plugins/sycom/feather-icons/i18n/en-GB/list_intro",
            "text": "Here is the Feather icons list.\n"
        },
        "$:/plugins/sycom/feather-icons/i18n/en-GB/macrosIntro": {
            "title": "$:/plugins/sycom/feather-icons/i18n/en-GB/macrosIntro",
            "text": "List of pre-defined macros for the feather icons plugin\n\n* `<<f-i>> (icon class)` will display the `icon` with the `class`. If class are multiple, put them into single or double quotes `'` , `\"`\n* `<<f-i-stack>> (icon1 icon2 class adjust)` will  //stack// icon2 above icon1. You may adjust icon2 position with adjust (translate coordinates)\n* `<<list-feather-icons>> (string)` will display a list of icons corresponding to the `string`\n\n!! examples\n"
        },
        "$:/plugins/sycom/feather-icons/i18n/en-GB/usage": {
            "title": "$:/plugins/sycom/feather-icons/i18n/en-GB/usage",
            "text": "Once plugin is installed, you can call any icon of the library using its name. See //Icons// for the full list. Some classes are ready to go :\n\n* `x2`, `x3`, `x5`, `x11` will increase the icon size\n* `thin` will force the stroke line to be... ...thin\n* `block` will treat your icon as a block and have its own paragraph (defaultly icons are inline block)\n\n!!! hard coding your svg sprites call\n```\n<svg class=\"feather class\" style=\"your_styles\"><use href=\"#name_of_your_icon\" /></svg>\n```\n\n!!! using integrated [[macros|$:/plugins/sycom/feather-icons/macros.tid]]\n\n!!!! `<<f-i>>` (//icon// //class//)\n```\n<<f-i feather>>\n```\n<<f-i feather>> icons are pretty nice and easy to use\n\n```\n<<f-i box 'x3 block'>>\n```\nthey may also be displayed <<f-i box 'x3 block'>> on its own line\n\n!!!!  `<<f-i-stack>>` (//icon1// //icon2// //class// //scale(1)// //move(\"0 0\")//)\n```\n<<f-i-stack search more-horizontal x3 .6 '6 7'>>\n```\nAnd you can stack them! <<f-i-stack search more-horizontal x3 .6 '6 7'>>\n"
        },
        "$:/plugins/sycom/feather-icons/i18n/fr-FR/find_yours": {
            "title": "$:/plugins/sycom/feather-icons/i18n/fr-FR/find_yours",
            "text": "Trouvez le vôtre\n"
        },
        "$:/plugins/sycom/feather-icons/i18n/fr-FR/list_intro": {
            "title": "$:/plugins/sycom/feather-icons/i18n/fr-FR/list_intro",
            "text": "La liste de tous les icones de Feather\n"
        },
        "$:/plugins/sycom/feather-icons/i18n/fr-FR/macrosIntro": {
            "title": "$:/plugins/sycom/feather-icons/i18n/fr-FR/macrosIntro",
            "text": "Liste des macros prédéfinies pour le plugin feather icons\n\n* `<<f-i>> (icon class)` affichera l'icône `icon` avec la classe `class`. Si vous voulez utiliser des classes multiples, mettez-les à l'intérieur de guillemets simples ou doubles `'` , `\"`\n* `<<f-i-stack>> (icon1 icon2 class scale translate)` //empilera// l'icon2 sur l'icon1. Vous pouvez ajuster l'échelle (scale entre O et 1) et la position de icon2 (translate 'x y')\n* `<<list-feather-icons>> (string)` affichera une liste d'icônes correspondant à la chaine de caractères `string`\n\n!! exemples\n"
        },
        "$:/plugins/sycom/feather-icons/i18n/fr-FR/readme": {
            "title": "$:/plugins/sycom/feather-icons/i18n/fr-FR/readme",
            "text": "Le [plugin feather icons](#$:/plugins/sycom/feather-icons) est un travail en cours pour l'intégration de la librairie d'icônes [feather][feather] dans TiddlyWiki.\n\n## Sources / licences\n* [feather icons][feather] (_4.24.0_) licence MIT\n* [i18n macro][i18n] sous licence [BSD 3-Clause][license]\n* le  **plugin feather icons** est sous une [licence BSD 3-Clause][license] similaire à celle de TiddlyWiki\n* la librairie d'icones complémentaires pour le plugin est sous licence MIT\n\n[feather]: https://feathericons.com/\n[i18n]: https://sycom.gitlab.io/TiddlyWiki-Plugins/#i18n%20Macro\n[license]: https://framagit.org/sycom/TiddlyWiki-Plugins/LICENSE.md\n",
            "type": "text/x-markdown",
            "caption": "LisezMoi"
        },
        "$:/plugins/sycom/feather-icons/i18n/fr-FR/usage": {
            "title": "$:/plugins/sycom/feather-icons/i18n/fr-FR/usage",
            "text": "Une fois le plugin installé, vous pouvez utiliser n'importe quel icone de la bibliothèque. Voir //Icons// pour la liste complète. Certaines classes sont prêtes à l'emploi :\n\n* `x2`, `x3`, `x5`, `x11` augmentera la taille de l'icone\n* `thin` forcera un tracé fin de la ligne de l'icone\n* `block` fera de votre icone un objet isolé dans son propre paragraphe (par défaut, les icones s'inscrivent dans le texte)\n\n!!! appeler directement les icones SVG sous forme de \"sprites\"\n```\n<svg class=\"feather class\" style=\"your_styles\"><use href=\"#name_of_your_icon\" /></svg>\n```\n\n!!! utiliser les [[macros|$:/plugins/sycom/feather-icons/macros.tid]] intégrée\n\n!!!! `<<f-i>>` (//icon// //class//)\n```\n<<f-i feather>>\n```\nLes icones <<f-i feather>> sont très chouettes et faciles à utiliser\n\n```\n<<f-i box 'x3 block'>>\n```\nIls peuvent aussi s'afficher <<f-i box 'x3 block'>> sur leur propre ligne\n\n!!!!  `<<f-i-stack>>` (//icon1// //icon2// //class// //scale(1)// //move(\"0 0\")//)\n```\n<<f-i-stack search more-horizontal x3 .6 '6 7'>>\n```\nEt il est aussi possible de les empiler! <<f-i-stack search more-horizontal x3 .6 '6 7'>>\n"
        },
        "$:/plugins/sycom/feather-icons/icon": {
            "title": "$:/plugins/sycom/feather-icons/icon",
            "tags": "$:/tags/Image",
            "text": "<<f-i-stack hexagon feather '' .6 '8 8'>>\n"
        },
        "$:/plugins/sycom/feather-icons/lib/feather-sprite.svg": {
            "text": "<svg id=\"feather-icons\" xmlns=\"http://www.w3.org/2000/svg\"><defs><symbol id=\"activity\" viewBox=\"0 0 24 24\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"/></symbol><symbol id=\"airplay\" viewBox=\"0 0 24 24\"><path d=\"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1\"/><polygon points=\"12 15 17 21 7 21 12 15\"/></symbol><symbol id=\"alert-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"/></symbol><symbol id=\"alert-octagon\" viewBox=\"0 0 24 24\"><polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\"/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"/></symbol><symbol id=\"alert-triangle\" viewBox=\"0 0 24 24\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"/><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"/><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"/></symbol><symbol id=\"align-center\" viewBox=\"0 0 24 24\"><line x1=\"18\" y1=\"10\" x2=\"6\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"18\" y1=\"18\" x2=\"6\" y2=\"18\"/></symbol><symbol id=\"align-justify\" viewBox=\"0 0 24 24\"><line x1=\"21\" y1=\"10\" x2=\"3\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"21\" y1=\"18\" x2=\"3\" y2=\"18\"/></symbol><symbol id=\"align-left\" viewBox=\"0 0 24 24\"><line x1=\"17\" y1=\"10\" x2=\"3\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"17\" y1=\"18\" x2=\"3\" y2=\"18\"/></symbol><symbol id=\"align-right\" viewBox=\"0 0 24 24\"><line x1=\"21\" y1=\"10\" x2=\"7\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"21\" y1=\"18\" x2=\"7\" y2=\"18\"/></symbol><symbol id=\"anchor\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"5\" r=\"3\"/><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"8\"/><path d=\"M5 12H2a10 10 0 0 0 20 0h-3\"/></symbol><symbol id=\"aperture\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"14.31\" y1=\"8\" x2=\"20.05\" y2=\"17.94\"/><line x1=\"9.69\" y1=\"8\" x2=\"21.17\" y2=\"8\"/><line x1=\"7.38\" y1=\"12\" x2=\"13.12\" y2=\"2.06\"/><line x1=\"9.69\" y1=\"16\" x2=\"3.95\" y2=\"6.06\"/><line x1=\"14.31\" y1=\"16\" x2=\"2.83\" y2=\"16\"/><line x1=\"16.62\" y1=\"12\" x2=\"10.88\" y2=\"21.94\"/></symbol><symbol id=\"archive\" viewBox=\"0 0 24 24\"><polyline points=\"21 8 21 21 3 21 3 8\"/><rect x=\"1\" y=\"3\" width=\"22\" height=\"5\"/><line x1=\"10\" y1=\"12\" x2=\"14\" y2=\"12\"/></symbol><symbol id=\"arrow-down-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><polyline points=\"8 12 12 16 16 12\"/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"/></symbol><symbol id=\"arrow-down-left\" viewBox=\"0 0 24 24\"><line x1=\"17\" y1=\"7\" x2=\"7\" y2=\"17\"/><polyline points=\"17 17 7 17 7 7\"/></symbol><symbol id=\"arrow-down-right\" viewBox=\"0 0 24 24\"><line x1=\"7\" y1=\"7\" x2=\"17\" y2=\"17\"/><polyline points=\"17 7 17 17 7 17\"/></symbol><symbol id=\"arrow-down\" viewBox=\"0 0 24 24\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"/><polyline points=\"19 12 12 19 5 12\"/></symbol><symbol id=\"arrow-left-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><polyline points=\"12 8 8 12 12 16\"/><line x1=\"16\" y1=\"12\" x2=\"8\" y2=\"12\"/></symbol><symbol id=\"arrow-left\" viewBox=\"0 0 24 24\"><line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\"/><polyline points=\"12 19 5 12 12 5\"/></symbol><symbol id=\"arrow-right-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><polyline points=\"12 16 16 12 12 8\"/><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"/></symbol><symbol id=\"arrow-right\" viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/><polyline points=\"12 5 19 12 12 19\"/></symbol><symbol id=\"arrow-up-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><polyline points=\"16 12 12 8 8 12\"/><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"8\"/></symbol><symbol id=\"arrow-up-left\" viewBox=\"0 0 24 24\"><line x1=\"17\" y1=\"17\" x2=\"7\" y2=\"7\"/><polyline points=\"7 17 7 7 17 7\"/></symbol><symbol id=\"arrow-up-right\" viewBox=\"0 0 24 24\"><line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"/><polyline points=\"7 7 17 7 17 17\"/></symbol><symbol id=\"arrow-up\" viewBox=\"0 0 24 24\"><line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"5\"/><polyline points=\"5 12 12 5 19 12\"/></symbol><symbol id=\"at-sign\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94\"/></symbol><symbol id=\"award\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"8\" r=\"7\"/><polyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"/></symbol><symbol id=\"bar-chart-2\" viewBox=\"0 0 24 24\"><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"/><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"/><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"/></symbol><symbol id=\"bar-chart\" viewBox=\"0 0 24 24\"><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"10\"/><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"4\"/><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"16\"/></symbol><symbol id=\"battery-charging\" viewBox=\"0 0 24 24\"><path d=\"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19\"/><line x1=\"23\" y1=\"13\" x2=\"23\" y2=\"11\"/><polyline points=\"11 6 7 12 13 12 9 18\"/></symbol><symbol id=\"battery\" viewBox=\"0 0 24 24\"><rect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" ry=\"2\"/><line x1=\"23\" y1=\"13\" x2=\"23\" y2=\"11\"/></symbol><symbol id=\"bell-off\" viewBox=\"0 0 24 24\"><path d=\"M13.73 21a2 2 0 0 1-3.46 0\"/><path d=\"M18.63 13A17.89 17.89 0 0 1 18 8\"/><path d=\"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14\"/><path d=\"M18 8a6 6 0 0 0-9.33-5\"/><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"/></symbol><symbol id=\"bell\" viewBox=\"0 0 24 24\"><path d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\"/><path d=\"M13.73 21a2 2 0 0 1-3.46 0\"/></symbol><symbol id=\"bluetooth\" viewBox=\"0 0 24 24\"><polyline points=\"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5\"/></symbol><symbol id=\"bold\" viewBox=\"0 0 24 24\"><path d=\"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z\"/><path d=\"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z\"/></symbol><symbol id=\"book-open\" viewBox=\"0 0 24 24\"><path d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"/><path d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"/></symbol><symbol id=\"book\" viewBox=\"0 0 24 24\"><path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"/><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"/></symbol><symbol id=\"bookmark\" viewBox=\"0 0 24 24\"><path d=\"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z\"/></symbol><symbol id=\"box\" viewBox=\"0 0 24 24\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"/><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"/><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"/></symbol><symbol id=\"briefcase\" viewBox=\"0 0 24 24\"><rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"/><path d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"/></symbol><symbol id=\"calendar\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"/></symbol><symbol id=\"camera-off\" viewBox=\"0 0 24 24\"><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"/><path d=\"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56\"/></symbol><symbol id=\"camera\" viewBox=\"0 0 24 24\"><path d=\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\"/><circle cx=\"12\" cy=\"13\" r=\"4\"/></symbol><symbol id=\"cast\" viewBox=\"0 0 24 24\"><path d=\"M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6\"/><line x1=\"2\" y1=\"20\" x2=\"2.01\" y2=\"20\"/></symbol><symbol id=\"check-circle\" viewBox=\"0 0 24 24\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"/><polyline points=\"22 4 12 14.01 9 11.01\"/></symbol><symbol id=\"check-square\" viewBox=\"0 0 24 24\"><polyline points=\"9 11 12 14 22 4\"/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"/></symbol><symbol id=\"check\" viewBox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"/></symbol><symbol id=\"chevron-down\" viewBox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"/></symbol><symbol id=\"chevron-left\" viewBox=\"0 0 24 24\"><polyline points=\"15 18 9 12 15 6\"/></symbol><symbol id=\"chevron-right\" viewBox=\"0 0 24 24\"><polyline points=\"9 18 15 12 9 6\"/></symbol><symbol id=\"chevron-up\" viewBox=\"0 0 24 24\"><polyline points=\"18 15 12 9 6 15\"/></symbol><symbol id=\"chevrons-down\" viewBox=\"0 0 24 24\"><polyline points=\"7 13 12 18 17 13\"/><polyline points=\"7 6 12 11 17 6\"/></symbol><symbol id=\"chevrons-left\" viewBox=\"0 0 24 24\"><polyline points=\"11 17 6 12 11 7\"/><polyline points=\"18 17 13 12 18 7\"/></symbol><symbol id=\"chevrons-right\" viewBox=\"0 0 24 24\"><polyline points=\"13 17 18 12 13 7\"/><polyline points=\"6 17 11 12 6 7\"/></symbol><symbol id=\"chevrons-up\" viewBox=\"0 0 24 24\"><polyline points=\"17 11 12 6 7 11\"/><polyline points=\"17 18 12 13 7 18\"/></symbol><symbol id=\"chrome\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/><line x1=\"21.17\" y1=\"8\" x2=\"12\" y2=\"8\"/><line x1=\"3.95\" y1=\"6.06\" x2=\"8.54\" y2=\"14\"/><line x1=\"10.88\" y1=\"21.94\" x2=\"15.46\" y2=\"14\"/></symbol><symbol id=\"circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/></symbol><symbol id=\"clipboard\" viewBox=\"0 0 24 24\"><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"/><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"/></symbol><symbol id=\"clock\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><polyline points=\"12 6 12 12 16 14\"/></symbol><symbol id=\"cloud-drizzle\" viewBox=\"0 0 24 24\"><line x1=\"8\" y1=\"19\" x2=\"8\" y2=\"21\"/><line x1=\"8\" y1=\"13\" x2=\"8\" y2=\"15\"/><line x1=\"16\" y1=\"19\" x2=\"16\" y2=\"21\"/><line x1=\"16\" y1=\"13\" x2=\"16\" y2=\"15\"/><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"17\"/><path d=\"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25\"/></symbol><symbol id=\"cloud-lightning\" viewBox=\"0 0 24 24\"><path d=\"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9\"/><polyline points=\"13 11 9 17 15 17 11 23\"/></symbol><symbol id=\"cloud-off\" viewBox=\"0 0 24 24\"><path d=\"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3\"/><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"/></symbol><symbol id=\"cloud-rain\" viewBox=\"0 0 24 24\"><line x1=\"16\" y1=\"13\" x2=\"16\" y2=\"21\"/><line x1=\"8\" y1=\"13\" x2=\"8\" y2=\"21\"/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"23\"/><path d=\"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25\"/></symbol><symbol id=\"cloud-snow\" viewBox=\"0 0 24 24\"><path d=\"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25\"/><line x1=\"8\" y1=\"16\" x2=\"8.01\" y2=\"16\"/><line x1=\"8\" y1=\"20\" x2=\"8.01\" y2=\"20\"/><line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"/><line x1=\"12\" y1=\"22\" x2=\"12.01\" y2=\"22\"/><line x1=\"16\" y1=\"16\" x2=\"16.01\" y2=\"16\"/><line x1=\"16\" y1=\"20\" x2=\"16.01\" y2=\"20\"/></symbol><symbol id=\"cloud\" viewBox=\"0 0 24 24\"><path d=\"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z\"/></symbol><symbol id=\"code\" viewBox=\"0 0 24 24\"><polyline points=\"16 18 22 12 16 6\"/><polyline points=\"8 6 2 12 8 18\"/></symbol><symbol id=\"codepen\" viewBox=\"0 0 24 24\"><polygon points=\"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2\"/><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"15.5\"/><polyline points=\"22 8.5 12 15.5 2 8.5\"/><polyline points=\"2 15.5 12 8.5 22 15.5\"/><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"8.5\"/></symbol><symbol id=\"codesandbox\" viewBox=\"0 0 24 24\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"/><polyline points=\"7.5 4.21 12 6.81 16.5 4.21\"/><polyline points=\"7.5 19.79 7.5 14.6 3 12\"/><polyline points=\"21 12 16.5 14.6 16.5 19.79\"/><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"/><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"/></symbol><symbol id=\"coffee\" viewBox=\"0 0 24 24\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"/><path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"/><line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"/><line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"/><line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"/></symbol><symbol id=\"columns\" viewBox=\"0 0 24 24\"><path d=\"M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18\"/></symbol><symbol id=\"command\" viewBox=\"0 0 24 24\"><path d=\"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z\"/></symbol><symbol id=\"compass\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><polygon points=\"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76\"/></symbol><symbol id=\"copy\" viewBox=\"0 0 24 24\"><rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\" ry=\"2\"/><path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"/></symbol><symbol id=\"corner-down-left\" viewBox=\"0 0 24 24\"><polyline points=\"9 10 4 15 9 20\"/><path d=\"M20 4v7a4 4 0 0 1-4 4H4\"/></symbol><symbol id=\"corner-down-right\" viewBox=\"0 0 24 24\"><polyline points=\"15 10 20 15 15 20\"/><path d=\"M4 4v7a4 4 0 0 0 4 4h12\"/></symbol><symbol id=\"corner-left-down\" viewBox=\"0 0 24 24\"><polyline points=\"14 15 9 20 4 15\"/><path d=\"M20 4h-7a4 4 0 0 0-4 4v12\"/></symbol><symbol id=\"corner-left-up\" viewBox=\"0 0 24 24\"><polyline points=\"14 9 9 4 4 9\"/><path d=\"M20 20h-7a4 4 0 0 1-4-4V4\"/></symbol><symbol id=\"corner-right-down\" viewBox=\"0 0 24 24\"><polyline points=\"10 15 15 20 20 15\"/><path d=\"M4 4h7a4 4 0 0 1 4 4v12\"/></symbol><symbol id=\"corner-right-up\" viewBox=\"0 0 24 24\"><polyline points=\"10 9 15 4 20 9\"/><path d=\"M4 20h7a4 4 0 0 0 4-4V4\"/></symbol><symbol id=\"corner-up-left\" viewBox=\"0 0 24 24\"><polyline points=\"9 14 4 9 9 4\"/><path d=\"M20 20v-7a4 4 0 0 0-4-4H4\"/></symbol><symbol id=\"corner-up-right\" viewBox=\"0 0 24 24\"><polyline points=\"15 14 20 9 15 4\"/><path d=\"M4 20v-7a4 4 0 0 1 4-4h12\"/></symbol><symbol id=\"cpu\" viewBox=\"0 0 24 24\"><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\" ry=\"2\"/><rect x=\"9\" y=\"9\" width=\"6\" height=\"6\"/><line x1=\"9\" y1=\"1\" x2=\"9\" y2=\"4\"/><line x1=\"15\" y1=\"1\" x2=\"15\" y2=\"4\"/><line x1=\"9\" y1=\"20\" x2=\"9\" y2=\"23\"/><line x1=\"15\" y1=\"20\" x2=\"15\" y2=\"23\"/><line x1=\"20\" y1=\"9\" x2=\"23\" y2=\"9\"/><line x1=\"20\" y1=\"14\" x2=\"23\" y2=\"14\"/><line x1=\"1\" y1=\"9\" x2=\"4\" y2=\"9\"/><line x1=\"1\" y1=\"14\" x2=\"4\" y2=\"14\"/></symbol><symbol id=\"credit-card\" viewBox=\"0 0 24 24\"><rect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\" ry=\"2\"/><line x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"/></symbol><symbol id=\"crop\" viewBox=\"0 0 24 24\"><path d=\"M6.13 1L6 16a2 2 0 0 0 2 2h15\"/><path d=\"M1 6.13L16 6a2 2 0 0 1 2 2v15\"/></symbol><symbol id=\"crosshair\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"22\" y1=\"12\" x2=\"18\" y2=\"12\"/><line x1=\"6\" y1=\"12\" x2=\"2\" y2=\"12\"/><line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"2\"/><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"/></symbol><symbol id=\"database\" viewBox=\"0 0 24 24\"><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/><path d=\"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3\"/><path d=\"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5\"/></symbol><symbol id=\"delete\" viewBox=\"0 0 24 24\"><path d=\"M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z\"/><line x1=\"18\" y1=\"9\" x2=\"12\" y2=\"15\"/><line x1=\"12\" y1=\"9\" x2=\"18\" y2=\"15\"/></symbol><symbol id=\"disc\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></symbol><symbol id=\"dollar-sign\" viewBox=\"0 0 24 24\"><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"/></symbol><symbol id=\"download-cloud\" viewBox=\"0 0 24 24\"><polyline points=\"8 17 12 21 16 17\"/><line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"21\"/><path d=\"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29\"/></symbol><symbol id=\"download\" viewBox=\"0 0 24 24\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"/><polyline points=\"7 10 12 15 17 10\"/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"/></symbol><symbol id=\"droplet\" viewBox=\"0 0 24 24\"><path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"/></symbol><symbol id=\"edit-2\" viewBox=\"0 0 24 24\"><path d=\"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z\"/></symbol><symbol id=\"edit-3\" viewBox=\"0 0 24 24\"><path d=\"M12 20h9\"/><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"/></symbol><symbol id=\"edit\" viewBox=\"0 0 24 24\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"/><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"/></symbol><symbol id=\"external-link\" viewBox=\"0 0 24 24\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"/><polyline points=\"15 3 21 3 21 9\"/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"/></symbol><symbol id=\"eye-off\" viewBox=\"0 0 24 24\"><path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\"/><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"/></symbol><symbol id=\"eye\" viewBox=\"0 0 24 24\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></symbol><symbol id=\"facebook\" viewBox=\"0 0 24 24\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"/></symbol><symbol id=\"fast-forward\" viewBox=\"0 0 24 24\"><polygon points=\"13 19 22 12 13 5 13 19\"/><polygon points=\"2 19 11 12 2 5 2 19\"/></symbol><symbol id=\"feather\" viewBox=\"0 0 24 24\"><path d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\"/><line x1=\"16\" y1=\"8\" x2=\"2\" y2=\"22\"/><line x1=\"17.5\" y1=\"15\" x2=\"9\" y2=\"15\"/></symbol><symbol id=\"figma\" viewBox=\"0 0 24 24\"><path d=\"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z\"/><path d=\"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z\"/><path d=\"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z\"/><path d=\"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z\"/><path d=\"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z\"/></symbol><symbol id=\"file-minus\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"/><polyline points=\"14 2 14 8 20 8\"/><line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\"/></symbol><symbol id=\"file-plus\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"/><polyline points=\"14 2 14 8 20 8\"/><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"12\"/><line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\"/></symbol><symbol id=\"file-text\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"/><polyline points=\"14 2 14 8 20 8\"/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"/><polyline points=\"10 9 9 9 8 9\"/></symbol><symbol id=\"file\" viewBox=\"0 0 24 24\"><path d=\"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z\"/><polyline points=\"13 2 13 9 20 9\"/></symbol><symbol id=\"film\" viewBox=\"0 0 24 24\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"2.18\" ry=\"2.18\"/><line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"22\"/><line x1=\"17\" y1=\"2\" x2=\"17\" y2=\"22\"/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"/><line x1=\"2\" y1=\"7\" x2=\"7\" y2=\"7\"/><line x1=\"2\" y1=\"17\" x2=\"7\" y2=\"17\"/><line x1=\"17\" y1=\"17\" x2=\"22\" y2=\"17\"/><line x1=\"17\" y1=\"7\" x2=\"22\" y2=\"7\"/></symbol><symbol id=\"filter\" viewBox=\"0 0 24 24\"><polygon points=\"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3\"/></symbol><symbol id=\"flag\" viewBox=\"0 0 24 24\"><path d=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z\"/><line x1=\"4\" y1=\"22\" x2=\"4\" y2=\"15\"/></symbol><symbol id=\"folder-minus\" viewBox=\"0 0 24 24\"><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"/><line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\"/></symbol><symbol id=\"folder-plus\" viewBox=\"0 0 24 24\"><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"/><line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"17\"/><line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\"/></symbol><symbol id=\"folder\" viewBox=\"0 0 24 24\"><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"/></symbol><symbol id=\"framer\" viewBox=\"0 0 24 24\"><path d=\"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7\"/></symbol><symbol id=\"frown\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M16 16s-1.5-2-4-2-4 2-4 2\"/><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"/><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"/></symbol><symbol id=\"gift\" viewBox=\"0 0 24 24\"><polyline points=\"20 12 20 22 4 22 4 12\"/><rect x=\"2\" y=\"7\" width=\"20\" height=\"5\"/><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"7\"/><path d=\"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z\"/><path d=\"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z\"/></symbol><symbol id=\"git-branch\" viewBox=\"0 0 24 24\"><line x1=\"6\" y1=\"3\" x2=\"6\" y2=\"15\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/><path d=\"M18 9a9 9 0 0 1-9 9\"/></symbol><symbol id=\"git-commit\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><line x1=\"1.05\" y1=\"12\" x2=\"7\" y2=\"12\"/><line x1=\"17.01\" y1=\"12\" x2=\"22.96\" y2=\"12\"/></symbol><symbol id=\"git-merge\" viewBox=\"0 0 24 24\"><circle cx=\"18\" cy=\"18\" r=\"3\"/><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M6 21V9a9 9 0 0 0 9 9\"/></symbol><symbol id=\"git-pull-request\" viewBox=\"0 0 24 24\"><circle cx=\"18\" cy=\"18\" r=\"3\"/><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M13 6h3a2 2 0 0 1 2 2v7\"/><line x1=\"6\" y1=\"9\" x2=\"6\" y2=\"21\"/></symbol><symbol id=\"github\" viewBox=\"0 0 24 24\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"/></symbol><symbol id=\"gitlab\" viewBox=\"0 0 24 24\"><path d=\"M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z\"/></symbol><symbol id=\"globe\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"/><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"/></symbol><symbol id=\"grid\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"/><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"/><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"/><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"/></symbol><symbol id=\"hard-drive\" viewBox=\"0 0 24 24\"><line x1=\"22\" y1=\"12\" x2=\"2\" y2=\"12\"/><path d=\"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z\"/><line x1=\"6\" y1=\"16\" x2=\"6.01\" y2=\"16\"/><line x1=\"10\" y1=\"16\" x2=\"10.01\" y2=\"16\"/></symbol><symbol id=\"hash\" viewBox=\"0 0 24 24\"><line x1=\"4\" y1=\"9\" x2=\"20\" y2=\"9\"/><line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\"/><line x1=\"10\" y1=\"3\" x2=\"8\" y2=\"21\"/><line x1=\"16\" y1=\"3\" x2=\"14\" y2=\"21\"/></symbol><symbol id=\"headphones\" viewBox=\"0 0 24 24\"><path d=\"M3 18v-6a9 9 0 0 1 18 0v6\"/><path d=\"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z\"/></symbol><symbol id=\"heart\" viewBox=\"0 0 24 24\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"/></symbol><symbol id=\"help-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"/><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"/></symbol><symbol id=\"hexagon\" viewBox=\"0 0 24 24\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"/></symbol><symbol id=\"home\" viewBox=\"0 0 24 24\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/><polyline points=\"9 22 9 12 15 12 15 22\"/></symbol><symbol id=\"image\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><polyline points=\"21 15 16 10 5 21\"/></symbol><symbol id=\"inbox\" viewBox=\"0 0 24 24\"><polyline points=\"22 12 16 12 14 15 10 15 8 12 2 12\"/><path d=\"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z\"/></symbol><symbol id=\"info\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"/><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"/></symbol><symbol id=\"instagram\" viewBox=\"0 0 24 24\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"/><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"/><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"/></symbol><symbol id=\"italic\" viewBox=\"0 0 24 24\"><line x1=\"19\" y1=\"4\" x2=\"10\" y2=\"4\"/><line x1=\"14\" y1=\"20\" x2=\"5\" y2=\"20\"/><line x1=\"15\" y1=\"4\" x2=\"9\" y2=\"20\"/></symbol><symbol id=\"key\" viewBox=\"0 0 24 24\"><path d=\"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4\"/></symbol><symbol id=\"layers\" viewBox=\"0 0 24 24\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"/><polyline points=\"2 17 12 22 22 17\"/><polyline points=\"2 12 12 17 22 12\"/></symbol><symbol id=\"layout\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><line x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"/><line x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"/></symbol><symbol id=\"life-buoy\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/><line x1=\"4.93\" y1=\"4.93\" x2=\"9.17\" y2=\"9.17\"/><line x1=\"14.83\" y1=\"14.83\" x2=\"19.07\" y2=\"19.07\"/><line x1=\"14.83\" y1=\"9.17\" x2=\"19.07\" y2=\"4.93\"/><line x1=\"14.83\" y1=\"9.17\" x2=\"18.36\" y2=\"5.64\"/><line x1=\"4.93\" y1=\"19.07\" x2=\"9.17\" y2=\"14.83\"/></symbol><symbol id=\"link-2\" viewBox=\"0 0 24 24\"><path d=\"M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3\"/><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"/></symbol><symbol id=\"link\" viewBox=\"0 0 24 24\"><path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"/><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"/></symbol><symbol id=\"linkedin\" viewBox=\"0 0 24 24\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"/><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"/><circle cx=\"4\" cy=\"4\" r=\"2\"/></symbol><symbol id=\"list\" viewBox=\"0 0 24 24\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"/><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"/><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"/><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"/><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"/><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"/></symbol><symbol id=\"loader\" viewBox=\"0 0 24 24\"><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"/><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\"/><line x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"/><line x1=\"16.24\" y1=\"16.24\" x2=\"19.07\" y2=\"19.07\"/><line x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\"/><line x1=\"18\" y1=\"12\" x2=\"22\" y2=\"12\"/><line x1=\"4.93\" y1=\"19.07\" x2=\"7.76\" y2=\"16.24\"/><line x1=\"16.24\" y1=\"7.76\" x2=\"19.07\" y2=\"4.93\"/></symbol><symbol id=\"lock\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"/><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"/></symbol><symbol id=\"log-in\" viewBox=\"0 0 24 24\"><path d=\"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\"/><polyline points=\"10 17 15 12 10 7\"/><line x1=\"15\" y1=\"12\" x2=\"3\" y2=\"12\"/></symbol><symbol id=\"log-out\" viewBox=\"0 0 24 24\"><path d=\"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\"/><polyline points=\"16 17 21 12 16 7\"/><line x1=\"21\" y1=\"12\" x2=\"9\" y2=\"12\"/></symbol><symbol id=\"mail\" viewBox=\"0 0 24 24\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"/><polyline points=\"22,6 12,13 2,6\"/></symbol><symbol id=\"map-pin\" viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/></symbol><symbol id=\"map\" viewBox=\"0 0 24 24\"><polygon points=\"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6\"/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"18\"/><line x1=\"16\" y1=\"6\" x2=\"16\" y2=\"22\"/></symbol><symbol id=\"maximize-2\" viewBox=\"0 0 24 24\"><polyline points=\"15 3 21 3 21 9\"/><polyline points=\"9 21 3 21 3 15\"/><line x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"/><line x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"/></symbol><symbol id=\"maximize\" viewBox=\"0 0 24 24\"><path d=\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3\"/></symbol><symbol id=\"meh\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"8\" y1=\"15\" x2=\"16\" y2=\"15\"/><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"/><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"/></symbol><symbol id=\"menu\" viewBox=\"0 0 24 24\"><line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"/><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"/><line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"/></symbol><symbol id=\"message-circle\" viewBox=\"0 0 24 24\"><path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"/></symbol><symbol id=\"message-square\" viewBox=\"0 0 24 24\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"/></symbol><symbol id=\"mic-off\" viewBox=\"0 0 24 24\"><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"/><path d=\"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6\"/><path d=\"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23\"/><line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\"/><line x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\"/></symbol><symbol id=\"mic\" viewBox=\"0 0 24 24\"><path d=\"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z\"/><path d=\"M19 10v2a7 7 0 0 1-14 0v-2\"/><line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\"/><line x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\"/></symbol><symbol id=\"minimize-2\" viewBox=\"0 0 24 24\"><polyline points=\"4 14 10 14 10 20\"/><polyline points=\"20 10 14 10 14 4\"/><line x1=\"14\" y1=\"10\" x2=\"21\" y2=\"3\"/><line x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"/></symbol><symbol id=\"minimize\" viewBox=\"0 0 24 24\"><path d=\"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3\"/></symbol><symbol id=\"minus-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"/></symbol><symbol id=\"minus-square\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"/></symbol><symbol id=\"minus\" viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/></symbol><symbol id=\"monitor\" viewBox=\"0 0 24 24\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"/><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"/><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"/></symbol><symbol id=\"moon\" viewBox=\"0 0 24 24\"><path d=\"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z\"/></symbol><symbol id=\"more-horizontal\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><circle cx=\"19\" cy=\"12\" r=\"1\"/><circle cx=\"5\" cy=\"12\" r=\"1\"/></symbol><symbol id=\"more-vertical\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><circle cx=\"12\" cy=\"5\" r=\"1\"/><circle cx=\"12\" cy=\"19\" r=\"1\"/></symbol><symbol id=\"mouse-pointer\" viewBox=\"0 0 24 24\"><path d=\"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z\"/><path d=\"M13 13l6 6\"/></symbol><symbol id=\"move\" viewBox=\"0 0 24 24\"><polyline points=\"5 9 2 12 5 15\"/><polyline points=\"9 5 12 2 15 5\"/><polyline points=\"15 19 12 22 9 19\"/><polyline points=\"19 9 22 12 19 15\"/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"/><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"/></symbol><symbol id=\"music\" viewBox=\"0 0 24 24\"><path d=\"M9 18V5l12-2v13\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/><circle cx=\"18\" cy=\"16\" r=\"3\"/></symbol><symbol id=\"navigation-2\" viewBox=\"0 0 24 24\"><polygon points=\"12 2 19 21 12 17 5 21 12 2\"/></symbol><symbol id=\"navigation\" viewBox=\"0 0 24 24\"><polygon points=\"3 11 22 2 13 21 11 13 3 11\"/></symbol><symbol id=\"octagon\" viewBox=\"0 0 24 24\"><polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\"/></symbol><symbol id=\"package\" viewBox=\"0 0 24 24\"><line x1=\"16.5\" y1=\"9.4\" x2=\"7.5\" y2=\"4.21\"/><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"/><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"/><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"/></symbol><symbol id=\"paperclip\" viewBox=\"0 0 24 24\"><path d=\"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48\"/></symbol><symbol id=\"pause-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"10\" y1=\"15\" x2=\"10\" y2=\"9\"/><line x1=\"14\" y1=\"15\" x2=\"14\" y2=\"9\"/></symbol><symbol id=\"pause\" viewBox=\"0 0 24 24\"><rect x=\"6\" y=\"4\" width=\"4\" height=\"16\"/><rect x=\"14\" y=\"4\" width=\"4\" height=\"16\"/></symbol><symbol id=\"pen-tool\" viewBox=\"0 0 24 24\"><path d=\"M12 19l7-7 3 3-7 7-3-3z\"/><path d=\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\"/><path d=\"M2 2l7.586 7.586\"/><circle cx=\"11\" cy=\"11\" r=\"2\"/></symbol><symbol id=\"percent\" viewBox=\"0 0 24 24\"><line x1=\"19\" y1=\"5\" x2=\"5\" y2=\"19\"/><circle cx=\"6.5\" cy=\"6.5\" r=\"2.5\"/><circle cx=\"17.5\" cy=\"17.5\" r=\"2.5\"/></symbol><symbol id=\"phone-call\" viewBox=\"0 0 24 24\"><path d=\"M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"/></symbol><symbol id=\"phone-forwarded\" viewBox=\"0 0 24 24\"><polyline points=\"19 1 23 5 19 9\"/><line x1=\"15\" y1=\"5\" x2=\"23\" y2=\"5\"/><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"/></symbol><symbol id=\"phone-incoming\" viewBox=\"0 0 24 24\"><polyline points=\"16 2 16 8 22 8\"/><line x1=\"23\" y1=\"1\" x2=\"16\" y2=\"8\"/><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"/></symbol><symbol id=\"phone-missed\" viewBox=\"0 0 24 24\"><line x1=\"23\" y1=\"1\" x2=\"17\" y2=\"7\"/><line x1=\"17\" y1=\"1\" x2=\"23\" y2=\"7\"/><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"/></symbol><symbol id=\"phone-off\" viewBox=\"0 0 24 24\"><path d=\"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91\"/><line x1=\"23\" y1=\"1\" x2=\"1\" y2=\"23\"/></symbol><symbol id=\"phone-outgoing\" viewBox=\"0 0 24 24\"><polyline points=\"23 7 23 1 17 1\"/><line x1=\"16\" y1=\"8\" x2=\"23\" y2=\"1\"/><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"/></symbol><symbol id=\"phone\" viewBox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"/></symbol><symbol id=\"pie-chart\" viewBox=\"0 0 24 24\"><path d=\"M21.21 15.89A10 10 0 1 1 8 2.83\"/><path d=\"M22 12A10 10 0 0 0 12 2v10z\"/></symbol><symbol id=\"play-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><polygon points=\"10 8 16 12 10 16 10 8\"/></symbol><symbol id=\"play\" viewBox=\"0 0 24 24\"><polygon points=\"5 3 19 12 5 21 5 3\"/></symbol><symbol id=\"plus-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"/><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"/></symbol><symbol id=\"plus-square\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"/><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"/></symbol><symbol id=\"plus\" viewBox=\"0 0 24 24\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"/><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"/></symbol><symbol id=\"pocket\" viewBox=\"0 0 24 24\"><path d=\"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z\"/><polyline points=\"8 10 12 14 16 10\"/></symbol><symbol id=\"power\" viewBox=\"0 0 24 24\"><path d=\"M18.36 6.64a9 9 0 1 1-12.73 0\"/><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"12\"/></symbol><symbol id=\"printer\" viewBox=\"0 0 24 24\"><polyline points=\"6 9 6 2 18 2 18 9\"/><path d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\"/><rect x=\"6\" y=\"14\" width=\"12\" height=\"8\"/></symbol><symbol id=\"radio\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"2\"/><path d=\"M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14\"/></symbol><symbol id=\"refresh-ccw\" viewBox=\"0 0 24 24\"><polyline points=\"1 4 1 10 7 10\"/><polyline points=\"23 20 23 14 17 14\"/><path d=\"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15\"/></symbol><symbol id=\"refresh-cw\" viewBox=\"0 0 24 24\"><polyline points=\"23 4 23 10 17 10\"/><polyline points=\"1 20 1 14 7 14\"/><path d=\"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15\"/></symbol><symbol id=\"repeat\" viewBox=\"0 0 24 24\"><polyline points=\"17 1 21 5 17 9\"/><path d=\"M3 11V9a4 4 0 0 1 4-4h14\"/><polyline points=\"7 23 3 19 7 15\"/><path d=\"M21 13v2a4 4 0 0 1-4 4H3\"/></symbol><symbol id=\"rewind\" viewBox=\"0 0 24 24\"><polygon points=\"11 19 2 12 11 5 11 19\"/><polygon points=\"22 19 13 12 22 5 22 19\"/></symbol><symbol id=\"rotate-ccw\" viewBox=\"0 0 24 24\"><polyline points=\"1 4 1 10 7 10\"/><path d=\"M3.51 15a9 9 0 1 0 2.13-9.36L1 10\"/></symbol><symbol id=\"rotate-cw\" viewBox=\"0 0 24 24\"><polyline points=\"23 4 23 10 17 10\"/><path d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"/></symbol><symbol id=\"rss\" viewBox=\"0 0 24 24\"><path d=\"M4 11a9 9 0 0 1 9 9\"/><path d=\"M4 4a16 16 0 0 1 16 16\"/><circle cx=\"5\" cy=\"19\" r=\"1\"/></symbol><symbol id=\"save\" viewBox=\"0 0 24 24\"><path d=\"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z\"/><polyline points=\"17 21 17 13 7 13 7 21\"/><polyline points=\"7 3 7 8 15 8\"/></symbol><symbol id=\"scissors\" viewBox=\"0 0 24 24\"><circle cx=\"6\" cy=\"6\" r=\"3\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/><line x1=\"20\" y1=\"4\" x2=\"8.12\" y2=\"15.88\"/><line x1=\"14.47\" y1=\"14.48\" x2=\"20\" y2=\"20\"/><line x1=\"8.12\" y1=\"8.12\" x2=\"12\" y2=\"12\"/></symbol><symbol id=\"search\" viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"/></symbol><symbol id=\"send\" viewBox=\"0 0 24 24\"><line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"/><polygon points=\"22 2 15 22 11 13 2 9 22 2\"/></symbol><symbol id=\"server\" viewBox=\"0 0 24 24\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"8\" rx=\"2\" ry=\"2\"/><rect x=\"2\" y=\"14\" width=\"20\" height=\"8\" rx=\"2\" ry=\"2\"/><line x1=\"6\" y1=\"6\" x2=\"6.01\" y2=\"6\"/><line x1=\"6\" y1=\"18\" x2=\"6.01\" y2=\"18\"/></symbol><symbol id=\"settings\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"/></symbol><symbol id=\"share-2\" viewBox=\"0 0 24 24\"><circle cx=\"18\" cy=\"5\" r=\"3\"/><circle cx=\"6\" cy=\"12\" r=\"3\"/><circle cx=\"18\" cy=\"19\" r=\"3\"/><line x1=\"8.59\" y1=\"13.51\" x2=\"15.42\" y2=\"17.49\"/><line x1=\"15.41\" y1=\"6.51\" x2=\"8.59\" y2=\"10.49\"/></symbol><symbol id=\"share\" viewBox=\"0 0 24 24\"><path d=\"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8\"/><polyline points=\"16 6 12 2 8 6\"/><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"15\"/></symbol><symbol id=\"shield-off\" viewBox=\"0 0 24 24\"><path d=\"M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18\"/><path d=\"M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38\"/><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"/></symbol><symbol id=\"shield\" viewBox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"/></symbol><symbol id=\"shopping-bag\" viewBox=\"0 0 24 24\"><path d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"/><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"/><path d=\"M16 10a4 4 0 0 1-8 0\"/></symbol><symbol id=\"shopping-cart\" viewBox=\"0 0 24 24\"><circle cx=\"9\" cy=\"21\" r=\"1\"/><circle cx=\"20\" cy=\"21\" r=\"1\"/><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"/></symbol><symbol id=\"shuffle\" viewBox=\"0 0 24 24\"><polyline points=\"16 3 21 3 21 8\"/><line x1=\"4\" y1=\"20\" x2=\"21\" y2=\"3\"/><polyline points=\"21 16 21 21 16 21\"/><line x1=\"15\" y1=\"15\" x2=\"21\" y2=\"21\"/><line x1=\"4\" y1=\"4\" x2=\"9\" y2=\"9\"/></symbol><symbol id=\"sidebar\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><line x1=\"9\" y1=\"3\" x2=\"9\" y2=\"21\"/></symbol><symbol id=\"skip-back\" viewBox=\"0 0 24 24\"><polygon points=\"19 20 9 12 19 4 19 20\"/><line x1=\"5\" y1=\"19\" x2=\"5\" y2=\"5\"/></symbol><symbol id=\"skip-forward\" viewBox=\"0 0 24 24\"><polygon points=\"5 4 15 12 5 20 5 4\"/><line x1=\"19\" y1=\"5\" x2=\"19\" y2=\"19\"/></symbol><symbol id=\"slack\" viewBox=\"0 0 24 24\"><path d=\"M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z\"/><path d=\"M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"/><path d=\"M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z\"/><path d=\"M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z\"/><path d=\"M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z\"/><path d=\"M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z\"/><path d=\"M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z\"/><path d=\"M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z\"/></symbol><symbol id=\"slash\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"4.93\" y1=\"4.93\" x2=\"19.07\" y2=\"19.07\"/></symbol><symbol id=\"sliders\" viewBox=\"0 0 24 24\"><line x1=\"4\" y1=\"21\" x2=\"4\" y2=\"14\"/><line x1=\"4\" y1=\"10\" x2=\"4\" y2=\"3\"/><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\"/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"3\"/><line x1=\"20\" y1=\"21\" x2=\"20\" y2=\"16\"/><line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"3\"/><line x1=\"1\" y1=\"14\" x2=\"7\" y2=\"14\"/><line x1=\"9\" y1=\"8\" x2=\"15\" y2=\"8\"/><line x1=\"17\" y1=\"16\" x2=\"23\" y2=\"16\"/></symbol><symbol id=\"smartphone\" viewBox=\"0 0 24 24\"><rect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"/><line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"/></symbol><symbol id=\"smile\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 14s1.5 2 4 2 4-2 4-2\"/><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"/><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"/></symbol><symbol id=\"speaker\" viewBox=\"0 0 24 24\"><rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\" ry=\"2\"/><circle cx=\"12\" cy=\"14\" r=\"4\"/><line x1=\"12\" y1=\"6\" x2=\"12.01\" y2=\"6\"/></symbol><symbol id=\"square\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/></symbol><symbol id=\"star\" viewBox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"/></symbol><symbol id=\"stop-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><rect x=\"9\" y=\"9\" width=\"6\" height=\"6\"/></symbol><symbol id=\"sun\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"5\"/><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"/><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"/><line x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"/><line x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"/><line x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"/><line x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"/><line x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"/><line x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"/></symbol><symbol id=\"sunrise\" viewBox=\"0 0 24 24\"><path d=\"M17 18a5 5 0 0 0-10 0\"/><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"9\"/><line x1=\"4.22\" y1=\"10.22\" x2=\"5.64\" y2=\"11.64\"/><line x1=\"1\" y1=\"18\" x2=\"3\" y2=\"18\"/><line x1=\"21\" y1=\"18\" x2=\"23\" y2=\"18\"/><line x1=\"18.36\" y1=\"11.64\" x2=\"19.78\" y2=\"10.22\"/><line x1=\"23\" y1=\"22\" x2=\"1\" y2=\"22\"/><polyline points=\"8 6 12 2 16 6\"/></symbol><symbol id=\"sunset\" viewBox=\"0 0 24 24\"><path d=\"M17 18a5 5 0 0 0-10 0\"/><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"2\"/><line x1=\"4.22\" y1=\"10.22\" x2=\"5.64\" y2=\"11.64\"/><line x1=\"1\" y1=\"18\" x2=\"3\" y2=\"18\"/><line x1=\"21\" y1=\"18\" x2=\"23\" y2=\"18\"/><line x1=\"18.36\" y1=\"11.64\" x2=\"19.78\" y2=\"10.22\"/><line x1=\"23\" y1=\"22\" x2=\"1\" y2=\"22\"/><polyline points=\"16 5 12 9 8 5\"/></symbol><symbol id=\"tablet\" viewBox=\"0 0 24 24\"><rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\" ry=\"2\"/><line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"/></symbol><symbol id=\"tag\" viewBox=\"0 0 24 24\"><path d=\"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z\"/><line x1=\"7\" y1=\"7\" x2=\"7.01\" y2=\"7\"/></symbol><symbol id=\"target\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"6\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></symbol><symbol id=\"terminal\" viewBox=\"0 0 24 24\"><polyline points=\"4 17 10 11 4 5\"/><line x1=\"12\" y1=\"19\" x2=\"20\" y2=\"19\"/></symbol><symbol id=\"thermometer\" viewBox=\"0 0 24 24\"><path d=\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\"/></symbol><symbol id=\"thumbs-down\" viewBox=\"0 0 24 24\"><path d=\"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17\"/></symbol><symbol id=\"thumbs-up\" viewBox=\"0 0 24 24\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"/></symbol><symbol id=\"toggle-left\" viewBox=\"0 0 24 24\"><rect x=\"1\" y=\"5\" width=\"22\" height=\"14\" rx=\"7\" ry=\"7\"/><circle cx=\"8\" cy=\"12\" r=\"3\"/></symbol><symbol id=\"toggle-right\" viewBox=\"0 0 24 24\"><rect x=\"1\" y=\"5\" width=\"22\" height=\"14\" rx=\"7\" ry=\"7\"/><circle cx=\"16\" cy=\"12\" r=\"3\"/></symbol><symbol id=\"tool\" viewBox=\"0 0 24 24\"><path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"/></symbol><symbol id=\"trash-2\" viewBox=\"0 0 24 24\"><polyline points=\"3 6 5 6 21 6\"/><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"/><line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"17\"/><line x1=\"14\" y1=\"11\" x2=\"14\" y2=\"17\"/></symbol><symbol id=\"trash\" viewBox=\"0 0 24 24\"><polyline points=\"3 6 5 6 21 6\"/><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"/></symbol><symbol id=\"trello\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><rect x=\"7\" y=\"7\" width=\"3\" height=\"9\"/><rect x=\"14\" y=\"7\" width=\"3\" height=\"5\"/></symbol><symbol id=\"trending-down\" viewBox=\"0 0 24 24\"><polyline points=\"23 18 13.5 8.5 8.5 13.5 1 6\"/><polyline points=\"17 18 23 18 23 12\"/></symbol><symbol id=\"trending-up\" viewBox=\"0 0 24 24\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"/><polyline points=\"17 6 23 6 23 12\"/></symbol><symbol id=\"triangle\" viewBox=\"0 0 24 24\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"/></symbol><symbol id=\"truck\" viewBox=\"0 0 24 24\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\"/><polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"/><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"/><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"/></symbol><symbol id=\"tv\" viewBox=\"0 0 24 24\"><rect x=\"2\" y=\"7\" width=\"20\" height=\"15\" rx=\"2\" ry=\"2\"/><polyline points=\"17 2 12 7 7 2\"/></symbol><symbol id=\"twitch\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7\"/></symbol><symbol id=\"twitter\" viewBox=\"0 0 24 24\"><path d=\"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z\"/></symbol><symbol id=\"type\" viewBox=\"0 0 24 24\"><polyline points=\"4 7 4 4 20 4 20 7\"/><line x1=\"9\" y1=\"20\" x2=\"15\" y2=\"20\"/><line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\"/></symbol><symbol id=\"umbrella\" viewBox=\"0 0 24 24\"><path d=\"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7\"/></symbol><symbol id=\"underline\" viewBox=\"0 0 24 24\"><path d=\"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3\"/><line x1=\"4\" y1=\"21\" x2=\"20\" y2=\"21\"/></symbol><symbol id=\"unlock\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"/><path d=\"M7 11V7a5 5 0 0 1 9.9-1\"/></symbol><symbol id=\"upload-cloud\" viewBox=\"0 0 24 24\"><polyline points=\"16 16 12 12 8 16\"/><line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"21\"/><path d=\"M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3\"/><polyline points=\"16 16 12 12 8 16\"/></symbol><symbol id=\"upload\" viewBox=\"0 0 24 24\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"/><polyline points=\"17 8 12 3 7 8\"/><line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"15\"/></symbol><symbol id=\"user-check\" viewBox=\"0 0 24 24\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"/><circle cx=\"8.5\" cy=\"7\" r=\"4\"/><polyline points=\"17 11 19 13 23 9\"/></symbol><symbol id=\"user-minus\" viewBox=\"0 0 24 24\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"/><circle cx=\"8.5\" cy=\"7\" r=\"4\"/><line x1=\"23\" y1=\"11\" x2=\"17\" y2=\"11\"/></symbol><symbol id=\"user-plus\" viewBox=\"0 0 24 24\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"/><circle cx=\"8.5\" cy=\"7\" r=\"4\"/><line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"14\"/><line x1=\"23\" y1=\"11\" x2=\"17\" y2=\"11\"/></symbol><symbol id=\"user-x\" viewBox=\"0 0 24 24\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"/><circle cx=\"8.5\" cy=\"7\" r=\"4\"/><line x1=\"18\" y1=\"8\" x2=\"23\" y2=\"13\"/><line x1=\"23\" y1=\"8\" x2=\"18\" y2=\"13\"/></symbol><symbol id=\"user\" viewBox=\"0 0 24 24\"><path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"/><circle cx=\"12\" cy=\"7\" r=\"4\"/></symbol><symbol id=\"users\" viewBox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"/></symbol><symbol id=\"video-off\" viewBox=\"0 0 24 24\"><path d=\"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10\"/><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"/></symbol><symbol id=\"video\" viewBox=\"0 0 24 24\"><polygon points=\"23 7 16 12 23 17 23 7\"/><rect x=\"1\" y=\"5\" width=\"15\" height=\"14\" rx=\"2\" ry=\"2\"/></symbol><symbol id=\"voicemail\" viewBox=\"0 0 24 24\"><circle cx=\"5.5\" cy=\"11.5\" r=\"4.5\"/><circle cx=\"18.5\" cy=\"11.5\" r=\"4.5\"/><line x1=\"5.5\" y1=\"16\" x2=\"18.5\" y2=\"16\"/></symbol><symbol id=\"volume-1\" viewBox=\"0 0 24 24\"><polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"/><path d=\"M15.54 8.46a5 5 0 0 1 0 7.07\"/></symbol><symbol id=\"volume-2\" viewBox=\"0 0 24 24\"><polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"/><path d=\"M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07\"/></symbol><symbol id=\"volume-x\" viewBox=\"0 0 24 24\"><polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"/><line x1=\"23\" y1=\"9\" x2=\"17\" y2=\"15\"/><line x1=\"17\" y1=\"9\" x2=\"23\" y2=\"15\"/></symbol><symbol id=\"volume\" viewBox=\"0 0 24 24\"><polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"/></symbol><symbol id=\"watch\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"7\"/><polyline points=\"12 9 12 12 13.5 13.5\"/><path d=\"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83\"/></symbol><symbol id=\"wifi-off\" viewBox=\"0 0 24 24\"><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"/><path d=\"M16.72 11.06A10.94 10.94 0 0 1 19 12.55\"/><path d=\"M5 12.55a10.94 10.94 0 0 1 5.17-2.39\"/><path d=\"M10.71 5.05A16 16 0 0 1 22.58 9\"/><path d=\"M1.42 9a15.91 15.91 0 0 1 4.7-2.88\"/><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"/><line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"/></symbol><symbol id=\"wifi\" viewBox=\"0 0 24 24\"><path d=\"M5 12.55a11 11 0 0 1 14.08 0\"/><path d=\"M1.42 9a16 16 0 0 1 21.16 0\"/><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"/><line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"/></symbol><symbol id=\"wind\" viewBox=\"0 0 24 24\"><path d=\"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2\"/></symbol><symbol id=\"x-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"/><line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"/></symbol><symbol id=\"x-octagon\" viewBox=\"0 0 24 24\"><polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\"/><line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"/><line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"/></symbol><symbol id=\"x-square\" viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"/><line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"/></symbol><symbol id=\"x\" viewBox=\"0 0 24 24\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"/></symbol><symbol id=\"youtube\" viewBox=\"0 0 24 24\"><path d=\"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z\"/><polygon points=\"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02\"/></symbol><symbol id=\"zap-off\" viewBox=\"0 0 24 24\"><polyline points=\"12.41 6.75 13 2 10.57 4.92\"/><polyline points=\"18.57 12.91 21 10 15.66 10\"/><polyline points=\"8 8 3 14 12 14 11 22 16 16\"/><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"/></symbol><symbol id=\"zap\" viewBox=\"0 0 24 24\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"/></symbol><symbol id=\"zoom-in\" viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"/><line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\"/><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"/></symbol><symbol id=\"zoom-out\" viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"/><line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\"/></symbol></defs></svg>\n",
            "title": "$:/plugins/sycom/feather-icons/lib/feather-sprite.svg",
            "module-type": "library",
            "tags": "$:/tags/RawMarkup",
            "source": "https://github.com/feathericons/feather",
            "version": "4.21.0"
        },
        "$:/plugins/sycom/feather-icons/lib/feather-ext.svg": {
            "text": "<svg id=\"feather-icons-ext\" xmlns=\"http://www.w3.org/2000/svg\"><defs><symbol id=\"asterisk\" viewBox=\"0 0 24 24\"><path d=\"M9.38 1.86L9.14 8.3 2.98 6.7 1.4 11.52l6.07 2.21-3.44 5.37 4.12 2.97L12.12 17l4.04 4.92 4.1-2.99-3.6-5.34 5.93-2.3-1.57-4.83-6.2 1.76-.36-6.35z\"/></symbol><symbol id=\"mastodon\" viewBox=\"0 0 24 24\"><path d=\"M12 .9c-2.9 0-5.6.3-7.2 1 0 0-3.2 1.5-3.2 6.3V12c.2 4.7 1 9.4 5.3 10.5 2 .6 3.7.7 5.1.6 2.5-.2 4-1 4-1l-.1-1.7s-1.8.5-3.9.5c-2-.1-4-.3-4.4-2.7v-.7a26 26 0 0 0 8.8.3c2.8-.3 5.2-2 5.5-3.6.5-2.5.5-6 .5-6 0-4.8-3.2-6.2-3.2-6.2-1.6-.8-4.3-1-7.2-1.1zM8.8 4.7A3 3 0 0 1 11.4 6l.6 1 .6-1a3 3 0 0 1 2.6-1.3c1 0 1.9.3 2.5 1 .6.7 1 1.7 1 2.9v5.8h-2.4V8.7c0-1.2-.5-1.8-1.5-1.8s-1.6.7-1.6 2.2v3h-2.3v-3c0-1.5-.6-2.2-1.7-2.2-1 0-1.5.6-1.5 1.8v5.7H5.4V8.6c0-1.2.3-2.2.9-2.9.6-.7 1.4-1 2.5-1z\"/></symbol><symbol id=\"motovun-jack\" viewBox=\"0 0 24 24\"><path d=\"M2.4 6.9s-.4 1-.2 2c.2 1.1 1 1.7 1.8 2 .8.2 1.8.3 2.4.1.7-.2 1.1-.9 2-1.2.6-.3 3.6 0 4.3 0 .7 0 2.1-.4 2.1-.4s.7-2 .6-2.7a4 4 0 0 1 .8-2.7c.6 2 .7.9 2.3 1.2 1.5.4 1.7.3 3.4-.3-1.3 1.4-.6 1.6-.9 2.1-.3.5 0 1.5 0 2.8 0 1.3-1.6 2-2 2a3 3 0 0 1-1.5-.4\"/><path d=\"M19 11.9l-.2 1.1c-.2.8-.7 1.3-.8 2-.1.7.7 3.2.4 3.7-.2.5-2.2.3-3 .3a19 19 0 0 1-.4-2.9l-.7-1.5s-1 .4-1.7.4c-.9 0-2-.5-2-.5l-.5.7c-.3.4-.2.7.1 1.7.3 1 2.3 1 1.8 1.8-.5.7-2.8.3-4 .3-1-1-1.8-2.3-1.8-2.6 0-.4 1-1.5.9-1.7C7 14.4 6 14 6 13s1-2.2 1-2.2\"/></symbol><symbol id=\"pentagon\" viewBox=\"0 0 24 24\"><path d=\"M12 2.6l10 7.2-3.8 11.8H5.8L2 9.8z\"/></symbol><symbol id=\"patreon\" viewBox=\"0 0 24 24\"><g><path d=\"M14.86 2.08a7.39 7.39 0 0 0-7.3 7.45c0 4.1 3.27 7.43 7.3 7.43a7.37 7.37 0 0 0 7.28-7.43c0-4.11-3.26-7.45-7.28-7.45z\"/><path d=\"M1.86 2.08v19.84h3.56V2.08z\"/></g></symbol></defs></svg>\n",
            "title": "$:/plugins/sycom/feather-icons/lib/feather-ext.svg",
            "module-type": "library",
            "tags": "$:/tags/RawMarkup",
            "version": "4.21.0"
        },
        "$:/core/macros/i18n": {
            "author": "@sycom",
            "created": "20191009144004451",
            "modified": "20191011145435763",
            "tags": "$:/tags/Macro",
            "title": "$:/core/macros/i18n",
            "type": "text/vnd.tiddlywiki",
            "version": "1.0.0-pre2",
            "text": "\\define i18nOriginal(title domain orig_lang lang mode)\n<$list filter=\"[<__title__>addprefix[/]addprefix<__orig_lang__>addprefix[/i18n/]addprefix<__domain__>is[tiddler]] [<__title__>addprefix[/]addprefix<__orig_lang__>addprefix[/i18n/]addprefix<__domain__>is[shadow]]\">\n<$transclude mode=<<__mode__>> />\n</$list>\n<$list filter=\"[<__title__>addprefix[/]addprefix<__orig_lang__>addprefix[/i18n/]addprefix<__domain__>is[missing]]-[<__title__>addprefix[/]addprefix<__orig_lang__>addprefix[/i18n/]addprefix<__domain__>is[shadow]]\">\n<div class=\"tc-message-box\">\n//<<__orig_lang__>>// original is missing, please create it at <$link to=<<currentTiddler>>><$text text=<<currentTiddler>> /></$link></div>\n</$list>\n\\end\n\n\\define i18nTranslation(title domain orig_lang lang mode)\n<$list filter=\"[<__title__>addprefix[/]addprefix<__lang__>addprefix[/i18n/]addprefix<__domain__>is[tiddler]] [<__title__>addprefix[/]addprefix<__lang__>addprefix[/i18n/]addprefix<__domain__>is[shadow]]\">\n<$transclude mode=<<__mode__>> />\n</$list>\n<$list filter=\"[<__title__>addprefix[/]addprefix<__lang__>addprefix[/i18n/]addprefix<__domain__>is[missing]]-[<__title__>addprefix[/]addprefix<__lang__>addprefix[/i18n/]addprefix<__domain__>is[shadow]]\">\n<$set name=\"target\" value=<<currentTiddler>>>\n<$list filter=\"[<__lang__>search<__orig_lang__>]\">\n<$macrocall $name=\"i18nOriginal\" title=<<__title__>> domain=<<__domain__>> orig_lang=<<__orig_lang__>> lang=<<__lang__>> mode=<<__mode__>>/>\n</$list>\n<$list filter=\"[<__lang__>!search<__orig_lang__>]\">\n<div class=\"tc-message-box\">//<<__lang__>>// translation is missing, you may create it at <$link to=<<target>>><$text text=<<target>> /></$link></div>\n<div lang=<<__orig_lang__>>>\n<$macrocall $name=\"i18nOriginal\" title=<<__title__>> domain=<<__domain__>> orig_lang=<<__orig_lang__>> lang=<<__lang__>> mode=<<__mode__>> />\n</div>\n</$list>\n</$set>\n</$list>\n\\end\n\n\\define i18n(title domain:\"$:\" orig_lang:\"en-GB\" mode:\"block\")\n<$set name=\"title\" value=<<__title__>> emptyValue=<<currentTiddler>>>\n<$set name=\"lg-LG\" tiddler={{$:/language}} field=\"name\" emptyValue=\"en-GB\">\n<$macrocall $name=\"i18nTranslation\" title=<<title>> domain=<<__domain__>> orig_lang=<<__orig_lang__>> lang=<<lg-LG>> mode=<<__mode__>>/>\n</$set>\n</$set>\n\\end\n"
        },
        "$:/plugins/sycom/feather-icons/macros/list-icons.js": {
            "title": "$:/plugins/sycom/feather-icons/macros/list-icons.js",
            "text": "/*\\\ntitle: $:/plugins/sycom/feather-icons/macros/list-icons.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output svg icons from feather-icons\n\n\\*/\n\n(function() {\n\n    /*jslint node: true, browser: true */\n    /*global $tw: false */\n    \"use strict\";\n\n    exports.name = \"list-feather-icons\";\n\n    exports.params = [\n        { name: \"string\" }\n    ];\n\n    /*\n    Run the macro\n    */\n    exports.run = function(string) {\n        var allIcons = document.querySelectorAll('#feather-icons > defs symbol, #feather-icons-ext > defs symbol'),\n            html = \"<div class='presentation'>\",\n            str = string.toLowerCase(),\n            regFilter = new RegExp(\"(\" + string.toLowerCase() + \")\", \"g\"),\n            iCount = 0;\n        for (var i in allIcons) {\n            if (allIcons[i].id !== undefined && allIcons[i].id.match(regFilter)) {\n                let cls = allIcons[i].parentNode.parentNode.id;\n                html += \"<div class='\" + cls + \" block'><div><svg class='feather x2'><use href='#\" + allIcons[i].id + \"'/></svg><span class='name'>\" + allIcons[i].id + \"</span></div></div>\";\n                iCount++;\n            }\n        }\n        var pluriel = \"\";\n        if (iCount > 1) pluriel = \"s\";\n        html += \"</div>\";\n        html = \"<div class='count'>\" + iCount + \" icon\" + pluriel + \"</div>\" + html;\n        return html;\n    };\n\n})();",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/plugins/sycom/feather-icons/macros.tid": {
            "title": "$:/plugins/sycom/feather-icons/macros.tid",
            "tags": "$:/tags/Macro",
            "text": "\\define f-i(icon class)\n<svg class=\"feather $class$\" viewBox=\"0 0 24 24\"><use href=\"#$icon$\" /></svg>\n\\end\n\\define f-i-stack(icon1 icon2 class scale:'1' move:'0 0')\n<svg class=\"feather $class$\" viewBox=\"0 0 24 24\"><use href=\"#$icon1$\" /><use class=\"stack\" href=\"#$icon2$\" transform=\"scale($scale$) translate($move$)\" /></svg>\n\\end\n\n<<i18n macrosIntro $:/plugins/sycom/feather-icons>>\n\n{{$:/plugins/sycom/feather-icons/usage}}\n"
        },
        "$:/plugins/sycom/feather-icons/i18n/en-GB/readme": {
            "title": "$:/plugins/sycom/feather-icons/i18n/en-GB/readme",
            "text": "The [feather icons plugin](#$:/plugins/sycom/feather-icons) is a work in progress integration of the [feather icons][feather] library into TiddlyWiki.\n\n## Sources / licenses\n* [feather icons][feather] (_4.24.1_) license MIT\n* [i18n macro][i18n] under [BSD 3-Clause license][license]\n* **feather icons plugin** is released under similar [BSD 3-Clause license][license] as TiddlyWiki\n* extended feather icons library for the plugin is under MIT license\n\n[feather]: https://feathericons.com/\n[i18n]: https://sycom.gitlab.io/TiddlyWiki-Plugins/#i18n%20macro\n[license]: https://framagit.org/sycom/TiddlyWiki-Plugins/LICENSE.md\n",
            "type": "text/x-markdown",
            "caption": "Readme"
        },
        "$:/temp/searchFeatherIcons": {
            "title": "$:/temp/searchFeatherIcons"
        }
    }
}
{
    "tiddlers": {
        "GeoTiddler": {
            "title": "GeoTiddler",
            "created": "20151130173416239",
            "modified": "20170115153450584",
            "type": "text/vnd.tiddlywiki",
            "text": "[[GeoTiddler]]s are tiddlers containing geographical data. [[geoSyntax|$:/plugins/sycom/leaflet/geoSyntax]] lists the available objects. [[geoJson|https://en.wikipedia.org/wiki/GeoJSON]] data are also accepted. You may specify a color for all objects displayed through `color` field.\n\n!! tiddler with geo TiddlerFields\nYou can upgrade your tiddler by putting some geo metadata ([[wgs 84 coordinates|https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84]]) in it's TiddlerFields. See [[geoSyntax|$:/plugins/sycom/leaflet/geoSyntax]] for the list of object types you can draw. Popup will show the first part of the tiddler. If the tiddler contains a leafmap widget, it will be rendered as `text/plain` in order to avoid crash...\n\n!! geoJSON  tiddler\nYou can define a geoJson tiddler like [[tiddlyWikiFrCommunity|$:/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity]] and then display the data by calling it. Just put your geoJson data in the body and declare the tiddler as application/json. Any `application/json` tiddler called will be considered as geoJson. The popups will show\n\n* a title\n** the `name` or the `title` attribute in properties if exists,\n** if not, the firsts attributes of properties until they are 8 characters long\n* a description\n** the `description` attribute in properties if exists,\n** if not, the data stored in each feature as a bulleted list.\n\n!! tiddler grouping [[GeoTiddler]]s\nYou can use `tiddlers` or `filter` as TiddlerFields to make a group of tiddlers. You can apply some styling options to all the group using `style`, `color` or `marker` TiddlerFields and then call the tiddler in your map to render all those tiddler at the same time. This will be a good way to make thematic maps indeed...\n"
        },
        "$:/plugins/sycom/leaflet/devDiary": {
            "title": "$:/plugins/sycom/leaflet/devDiary",
            "created": "20151110173416000",
            "modified": "20180531171500000",
            "type": "text/vnd.tiddlywiki",
            "text": "Some notes about coding this plugin. Might be useful to others...\n\n* 20180602\n** added a template that will display a map of embeded object for tiddlers containing one of the geoTiddlers fiels.\n** updtated leaflet and marker-cluster to 1.3.1 - the easy way. Just replaced with new version and no deprecation at all \\o/ !\n* 20180531\n** converting all `.svg.tid` files to `.svg` + `.svg.meta` pairs. Will allow git client to make svg viewable in web interface. Also compressed SVG as much as possible with great https://jakearchibald.github.io/svgomg/ tool.\n** tweak : for svg embedding local TiddlyWiki colors (eg `$primary$`), forced type to `text/vnd.tiddlywiki` to preserve them.\n* 20170317\n** lot of work around cluster size, cluster color when using filter. Cluster size depends on point % for the cluster, clusterRadius and zoom.\n* 20170311\n** added styling options and also the grouping tiddler capabilities. Discovered that direct styling in SVG ''does not always'' [[overwrite css styling|http://stackoverflow.com/questions/24293880/svg-why-does-external-css-override-inline-style-for-text]].\n* 20170129\n** adding some markers. And it's possible to create yours.\n* 20170115\n** darling birthday edit. Clustering by tiddler is on track. Will have to look for clustering direct passing object through widget.\n* 20161111\n** armistice edit! can now disable clustering or set clustering distance. Bug #9 fixed. may be cluster size will be too big for big databases\n* 20161106\n** color parameter is partially implemented. Note that direct styling like `fill` in svg element wont take on class styling through css...\n* 20161104\n** after many attemps, managed to include tiddler excerpt in popups for mapping geoTiddler. Had to include an escape rule for tiddler containing a leafmap widget. No larsen, but a big bug (map number probably).\n** also managed to give the marker the color of the primary color. Note for later there is probably a bug if primary color is defined with `<<colour>>` macro.\n* 20161102\n** ok, when importing some library, don't forget to use `require()` in order to conclude. Silly guy. Still some polishing needed, but clustering know works...\n* 20161101\n** fighting with markercluster capabilities. At this point seems I can add the script but the MarkerClusterGroup class is not recognized when called...\n* 20161031\n** gave up inserting external layers.svg in stylesheet. Issues with `<$text />` and `{{ }}`... Created svg in a separate tiddler for the record but inserting directly an \"escaped\" version in [[mapCss.css|$:/plugins/sycom/leaflet/mapCssTweaks.css.tid]]\n* 20161030\n** working on different markers. Not so good at designing them though ;-) Putted default leaflet svg marker. Using Inkscape to edit svg easily and SVGO extension in atom to compress them. First attempt to put layers icon as svg. Issues...\n* 20161029\n** trying to put svg marker instead of png ones. Will be better for changing colors, content... using data:image/svg+xml. Svg has to bring xmlns ~~and xmlns:xlink~~ with it in order to work...\n* 20161025\n** after big fight, managed to call images as embeded through css without writing full base64 code. Had to add `html` to the \"rules only\" list at the beginning of the css code\n* 20161024\n** geojson implemented. Will need to add cluster soon. Some question about geojson attributes to create the popup...\n* 20161021\n** updated leaflet.js to 1.0.1 moved base64 image to mapCss.css in order to avoid problems when updating leaflet.\n** Updated tileLayer list. min/max checked for this time. Detect if tile id is wrong to alert user and display osm instead.\n* 20160314\n** corrected caption errors for example and roadmap. Have to write an install process in demo site (gh-page) since writing this in plugin is nonsense.\n* 20151124\n** wondering the best way to release plugin code in gitlab (or github). Can't be a fork of TiddlyWiki. Don't want to lose .git history.\n** ok I'm dumb. All is written in the dev TiddlyWiki : http://tiddlywiki.com/dev/#Developing%20p lugins%20using%20Node.js%20and%20GitHub . Lost .git history since cuting tree is bad. But history was still short...\n* 20151123\n** not able to use directly tiddler stored images as css background.\n** decided to use base64 form in css. Not so elegant as I wished, but works.\n* 20151121\n** fighting with parameters : not imported from widget with `this.getAttribute()`\n** solved by adding the parameter computation before : `this.computeAttributes();`\n* 20151115\n** some problems to declare leaflet.js library : fail during build since there is no window, no document.\n** solved by creating the tiddlywiki.files importer.\n* 20151110\n** starting some tests. Inspiration from d3plugin (also creating widget and importing library)\n"
        },
        "$:/plugins/sycom/leaflet/geoSyntax": {
            "title": "$:/plugins/sycom/leaflet/geoSyntax",
            "created": "20151119173416239",
            "modified": "20151211173250584",
            "type": "text/vnd.tiddlywiki",
            "caption": "geoSyntax",
            "text": "Geographical objects can be stored\n\n* in a GeoTiddler by creating a ''//type// : // pattern//'' metadata field pair in any tiddler or by storing geoJson data in it and setting your tiddler to `application/JSON` type. Call it in the widget with ''places'' attribute : `places='{\"tiddler\":\"title of your tiddler\"}'`\n* in several [[GeoTiddlers|GeoTiddler]]. Call them in the widget with ''places'' attribute\n** via a space separated list of [[GeoTiddlers|GeoTiddler]] : `places='{\"tiddlers\":\"tiddler1 tiddler2 tiddler3\"}'`\n** via a [[filter|http://tiddlywiki.com/#Filters]] selection of [[GeoTiddlers|GeoTiddler]] : `places='{\"filter\":\"[[your filter]]\"}'`\n* straight in the widget with ''places'' attribute : `places='{\"object type\":\"coordinates pattern\"}'`\n\n!! Everything might be a GeoTiddler\n\nIn a very much tiddlywiki way, a tiddler may also refer to a list or a selection of tiddlers using `tiddlers` or `filter` metadata fields. You may add styling informations to all refered tiddler with `style`, `color` or `marker` metadata fields. Calling this tiddler with `<$leafmap />` will render all refered tiddlers.\n\n!! Tool for creating shapes\nAs not everyone has a GIS in his head, And the plugin does not implement yet any tool for creating geo shapes, there is (very basic) tool for that : [ext[Draw for TiddlyWiki leaflet plugin|http://sycom.github.io/TiddlyWiki-Plugins/leafletDraw.html]]\n\n!! Geographical objects you can display on your map\n\n| !type | !description | !pattern |\n|''point'' |a unique point defined by a comma separated latitude,longitude pair |`y,x` |\n|''points''|a points collection defined by a space separated ''point'' definition list |`y1,x1 y2,x2 y3,x3 ...` |\n|''polygon''|a closed surfacic place defined like an //ordered// ''points'' collection just above |`y1,x1 y2,x2 y3,x3 ...` |\n|''polygons''|a polygons collection defined by a pipe (`|`) separated list of ''polygon'' definitions |`y1,x1 y2,x2 y3,x3|y4,x4 y5...` |\n|''polyline''|an open path place defined like the ''polygon'' just above |`y1,x1 y2,x2 y3,x3 ...` |\n|''polylines''|a polylines collection defined by a pipe (`|`) separated list of ''polyline'' definitions |`y1,x1 y2,x2 y3,x3|y4,x4 y5...` |\n|''geojson''|a [[geojson|http://geojson.org/]] object. If set through a tiddler field, please crunch it to one single line|see [[rfc7946|https://tools.ietf.org/html/rfc7946]]|\n"
        },
        "$:/plugins/sycom/leaflet/markers": {
            "title": "$:/plugins/sycom/leaflet/markers",
            "created": "20170129172401910",
            "modified": "20170129172401910",
            "type": "text/vnd.tiddlywiki",
            "caption": "Markers",
            "text": "markers are used to display point(s) related informations. Default marker is [[marker|$:/plugins/sycom/leaflet/images/marker.svg]].\n\n!! Available markers\n\nfor now, available markers are those\n\n<$list filter='[all[shadows]has[marker_dim]has[caption]]'><span style=\"display:inline-block;text-align:center;margin:0 .5em;padding:.5em;border:.5px dotted\"><$tiddler tiddler={{!!title}}><$transclude/></$tiddler><br/><$link to={{!!title}}>{{!!caption}}</$link></span></$list>\n\n!! Create your own markers\n\nHave a look at existing ones above for inspiration and hack. Markers are svg pieces with some mandatory tweaks :\n\n* a marker is based upon ''two'' tiddlers, one for the marker and one for the shadow\n* add a `caption` field to the marker tiddler (not for the shadow svg).\n* the `title` of your marker tiddler will be `$:/plugins/sycom/leaflet/images/`''caption''`.svg`\n* and the `title` of the marker shadow tiddler will be `$:/plugins/sycom/leaflet/images/`''caption''`shadow.svg`\n* a `marker_dim` field wich defines //width// //height// //x-anchor// //y-anchors//. Please check that your //width// and //height// value are the same as in `<svg (...) width=\"15\" height=\"15\">`\n* don't forget to add `xmlns` attribute : `<svg xmlns=\"http://www.w3.org/2000/svg\" (...)`\n* if you want your marker to change color upon tiddlywiki or widget parameters, use `$primary$` for the color attribute of your svg\n"
        },
        "$:/plugins/sycom/leaflet/roadmap": {
            "title": "$:/plugins/sycom/leaflet/roadmap",
            "created": "20151209173416000",
            "modified": "20180531171500000",
            "type": "text/vnd.tiddlywiki",
            "caption": "Roadmap",
            "text": "Not really a roadmap just a list for future development ideas. You'd better take a look at [[issues|https://framagit.org/sycom/TiddlyWiki-Plugins/boards]] on the repo. And add yours if you dare ;-)\n\n* add a tool to draw shapes, lines and collect coordinates. Until this, You may use [[Draw for TiddlyWiki leaflet plugin|http://sycom.github.io/TiddlyWiki-Plugins/leafletDraw.html]]\n* add categories options\n* add text, title capabilities\n* try a tiddler template based upon field presence to render data for all geoTiddler\n* ...\n\n* ~~try to put other types of pins (svg? icons?)~~ ''0.8.0'' : you may change markers via the //marker// option and design your own markers\n* ~~add color(s) options~~ ''0.7.2'' : color can be set via //color// tiddler field or forced through //color// option\n* ~~add a clustering functionality (at least for points)~~ ''0.7.0'' : each data group is know clustering points\n* ~~add geoJSON tiddlers~~ ''0.6.0'' : added geojsontiddler rendering\n* ~~map tiddlers with the same tag(s)~~ ''0.5.0'' : added filter places request\n"
        },
        "$:/plugins/sycom/leaflet/tileLayers": {
            "title": "$:/plugins/sycom/leaflet/tileLayers",
            "created": "20151119173416239",
            "modified": "20161020222250584",
            "type": "text/vnd.tiddlywiki",
            "caption": "tileLayers",
            "text": "tileLayers are the //background// of the leaflet map. They will not be available offline and will not display at every zoom level.\n\n!! Available tile layers\n\nedit [[tileLayers.json|$:/plugins/sycom/leaflet/lib/tileLayers.json]] if you want to add / remove tile layers.\n\n| !id | !description | !zoom min/max |\n|''osm'' |[[OpenStreetMap|http://openstreetmap.org]] classic tile layer | 1/20 |\n|''osmfr'' |[[OpenStreetMap|http://openstreetmap.org]] with //baguette// smell | 1/20 |\n|''osmbw'' |Black and White version of [[OpenStreetMap|http://openstreetmap.org]] tiles by Wikimedia labs | 1/20 |\n|''sat'' |Satellite photographic layer provided by Esri | 1/18 |\n|''natgeo'' |National Geographic style layer provided by Esri| 1/12 |\n|''toner'' |Black and white styled OpenStreetMap data provided by [[Stamen|http://stamen.com]] | 1/20 |\n|''water'' |Watercolor styled OpenStreetMap data provided by [[Stamen|http://stamen.com]] | 1/20 |\n|''thunder'' |Pale styled OpenStreetMap data provided by [[Thunderforest|http://thunderforest.com]] | 1/20 |\n|''dark'' |\"Dark Matter\" styled  OpenStreetMap data provided by [[CartoDB|https://cartodb.com/basemaps]] | 1/20 |\n|''positron'' |\"Positron\" styled  OpenStreetMap data provided by [[CartoDB|https://cartodb.com/basemaps]] | 1/20 |\n"
        },
        "$:/plugins/sycom/leaflet/usage": {
            "title": "$:/plugins/sycom/leaflet/usage",
            "created": "20151119173416239",
            "modified": "20170129153650584",
            "type": "text/vnd.tiddlywiki",
            "caption": "Usage",
            "text": "The widget is called by using `<$leafmap />`. You may specify some options :\n\n!!! widget attributes\n|!Attribute |!Description |!Default |\n|''width'' |the width of the map (px or tiddler %)| `100%`|\n|''height''|the height of the map (px only)| `420px`|\n\n!!! leaflet map attributes\n|!Attribute |!Description |!Default |\n|''places'' |a json object with the geographical data you want to display. Can be stored in tiddlers as metadata fields. See [[geoSyntax|$:/plugins/sycom/leaflet/geoSyntax]] for more informations ||\n|''style'' |a json object containing styling information for your polygons and polylines objects in the map. Will overwrite GeoTiddler style if exists. Refer to [[leaflet documentation|http://leafletjs.com/reference-1.0.3.html#path]] for all options| `{ }`|\n|''color'' |a color for drawing that will apply to all objects in the map. Will also overwrite GeoTiddler color attributes and //style// (if defined) colors| `<<colour primary>>`|\n|''marker''|the name of the marker you want for points. See [[markers|$:/plugins/sycom/leaflet/markers]] for more informations| `marker`|\n|''tile'' |the //id// or the //number// of the tile layer you want to use. See [[tileLayers|$:/plugins/sycom/leaflet/tileLayers]] for more informations | `osm`|\n|''cluster''|set the clustering distance between points. also can disable clustering with no value or `0` or `\"\"`| `80`|\n|''clusterType''|set if points are clustered for whole map (`map`) or for each tiddler (`tiddler`) displayed.| `map`|\n|''tileControl'' |''if present'' add a control to select the tile layer you want ||\n|''lat'' |map center latitude. Will overwrite places auto-centering | `52.8`|\n|''long'' |map center longitude. Will overwrite places auto-centering | `-2.6`|\n|''zoom'' |zoom level as defined by leaflet : int value between `0` (world map) and `20` (ant view) | |\n"
        },
        "$:/plugins/sycom/leaflet/example": {
            "title": "$:/plugins/sycom/leaflet/example",
            "type": "text/vnd.tiddlywiki",
            "caption": "Example",
            "text": "Different ways to use the [[leaflet plugin|$:/plugins/sycom/leaflet]]\n\n{{$:/plugins/sycom/leaflet/example/leaflet_with_geotiddler}}\n\n{{$:/plugins/sycom/leaflet/example/leaflet_with_geojsontiddler}}\n\n{{$:/plugins/sycom/leaflet/example/leaflet_with_non-tiddler_geo_data}}\n\n{{$:/plugins/sycom/leaflet/example/leaflet_with_filter}}\n"
        },
        "$:/plugins/sycom/leaflet/example/leaflet_with_filter": {
            "title": "$:/plugins/sycom/leaflet/example/leaflet_with_filter",
            "created": "20151211173500000",
            "modified": "20170317163500000",
            "text": "!! a map of a filter\nthis one displays all tiddlers tagged with <<tag example>> (there's a //all shadow// tweak, since they are shadowed). There is also one cluster per tiddler. Some colors are set from within each tiddler with `color` field.\n\n```\n<$leafmap tile='toner'\n\tplaces='{\"filter\":\"[all[shadows]tag[example]]\"}' clusterType='tiddler'/>\n```\n<$leafmap tile='toner'\n\tplaces='{\"filter\":\"[all[shadows]tag[example]]\"}' clusterType='tiddler'/>\n"
        },
        "$:/plugins/sycom/leaflet/example/leaflet_with_geojsontiddler": {
            "title": "$:/plugins/sycom/leaflet/example/leaflet_with_geojsontiddler",
            "created": "20161025150936935",
            "modified": "20170318235936935",
            "tags": "example leaflet",
            "text": "!! a map of a geoJson tiddler\nThis one displays [[tiddlyWikiFrCommunity|$:/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity]] (that has a color field set to red), which is an almost direct geojson data extraction from the umap [[Utilisateurs du forum TiddlyWiki FR|https://umap.openstreetmap.fr/fr/map/tiddlywikifr_65983#6/46.995/2.549]]. `color` is set to orange, `marker` to pin. Cluster distance is default (80) on the first, set to 30 on the second.\n\n```\n<$leafmap tileControl\n    places='{\"tiddler\":\"$:/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity\"}'\n    style='{\"color\":\"orange\"}'\n    marker='pin'/>\n<$leafmap tileControl cluster=\"30\"\n    places='{\"tiddler\":\"$:/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity\"}'\n    marker='pin'/>\n```\n<$leafmap tileControl\n    places='{\"tiddler\":\"$:/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity\"}'\n    style='{\"color\":\"orange\"}'\n    marker='pin'/>\n<$leafmap tileControl cluster=\"30\"\n    places='{\"tiddler\":\"$:/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity\"}'\n    marker='pin'/>\n"
        },
        "$:/plugins/sycom/leaflet/example/leaflet_with_geotiddler": {
            "title": "$:/plugins/sycom/leaflet/example/leaflet_with_geotiddler",
            "created": "20151207090936935",
            "modified": "20161025222038568",
            "tags": "example leaflet",
            "text": "!! a map of a GeoTiddler\nthis one displays the tiddler [[placeTiddler|$:/plugins/sycom/leaflet/example/placeTiddler]]. Note the tileControl attribute that enables map background selection. As the tiddler has its `color` field set to pink, objects are rendered pink. The cat is know a panther ;-). The tiddler also have a `style` field to define dash and thickness of the stroke...\n\n```\n<$leafmap\n    tileControl\n    places='{\"tiddler\":\"$:/plugins/sycom/leaflet/example/placeTiddler\"}'/>\n```\n<$leafmap\n    tileControl\n    places='{\"tiddler\":\"$:/plugins/sycom/leaflet/example/placeTiddler\"}'/>\n"
        },
        "$:/plugins/sycom/leaflet/example/leaflet_with_non-tiddler_geo_data": {
            "title": "$:/plugins/sycom/leaflet/example/leaflet_with_non-tiddler_geo_data",
            "point": "6.5,19.72",
            "created": "20151207090936935",
            "modified": "20151211172038568",
            "tags": "example leaflet",
            "text": "!! a map with data on the go\nvery useful for fast mapping. All objects that might be embedded in GeoTiddler can be used here. Let's display a map with satellite imagery and\n\n* a ''point'' at `6.5,19.72`\n* a ''polyline'' at `6.4,19.7 6.6,19.74`\n\nnote this tiddler is also a geoTiddler with one point at `6.5,19.72`\n\n```\n<$leafmap tile='sat'\n\tplaces='{\"point\":\"6.5,19.72\",\"polyline\":\"6.4,19.7 6.6,19.74\"}'/>\n```\n\n<$leafmap tile='sat'\n\tplaces='{\"point\":\"6.5,19.72\",\"polyline\":\"6.4,19.7 6.6,19.74\"}'/>\n"
        },
        "$:/plugins/sycom/leaflet/example/placeTiddler": {
            "title": "$:/plugins/sycom/leaflet/example/placeTiddler",
            "points": "52.799933,-2.589812 52.799959,-2.590939",
            "polygon": "52.800608,-2.591668 52.800225,-2.591829 52.799849,-2.591937 52.799603,-2.591990 52.799427,-2.591990 52.799187,-2.591894 52.798863,-2.591550 52.798727,-2.591357 52.798662,-2.591121 52.798636,-2.590853 52.798655,-2.590542 52.798668,-2.590467 52.798701,-2.590359 52.798649,-2.590113 52.798623,-2.589920 52.798610,-2.589716 52.798636,-2.589437 52.798694,-2.589136 52.798850,-2.588975 52.799051,-2.588793 52.799311,-2.588707 52.799525,-2.588707 52.799726,-2.588772 52.800018,-2.588857 52.800290,-2.588911 52.800511,-2.589040 52.800731,-2.589126 52.800816,-2.589211 52.800413,-2.589812 52.800446,-2.590166 52.800452,-2.590520 52.800433,-2.590810 52.800426,-2.591068 52.800751,-2.591550 52.800621,-2.591679",
            "polylines": "52.799382,-2.590059 52.799641,-2.588321|52.799330,-2.590048 52.799447,-2.588342|52.799265,-2.590059 52.799181,-2.588342|52.799486,-2.590724 52.799706,-2.592301|52.799414,-2.590767 52.799525,-2.592366|52.799356,-2.590714 52.799278,-2.592355",
            "created": "20151119173416000",
            "modified": "20151211173153114",
            "color": "#ff80c0",
            "style": "{\"dashArray\":\"6, 10\",\"weight\":\"8\"}",
            "type": "text/vnd.tiddlywiki",
            "tags": "example leaflet geometry",
            "text": "This tiddler contains\n\n* a two `points` list : 52.799933,-2.589812 52.799959,-2.590939\n* a `polygon` : 52.800608,-2.591668 52.800225,-2.591829 52.799849 (...)\n* a `polyline`s list : 52.799382,-2.590059 52.799641,-2.588321|52.799330,-2.590048 52.799447,-2.588342|52.799265,(...)\n\nIt has also some styling informations\n\n* `color` is set to pink\n* `style` defines a dashed 8px thick line\n\ngo to edit mode to see the full data fields\n"
        },
        "/usr/local/lib/node_modules/tiddlywiki/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity.old": {
            "title": "/usr/local/lib/node_modules/tiddlywiki/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity.old",
            "text": "created: 20161025143416000\nmodified: 20170317143416000\ntitle: $:/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity\ntype: application/json\ntags: example leaflet geojson\ncolor: #dd0000\n\n{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{\"name\":\"Aknar\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.4442090000000007,43.604652]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"CdriC\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-0.563166,47.478419]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Disanv Parean\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-0.4072784,49.1846226]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Fab13n\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[5.5867,45.1184]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Fabio\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.916515000000004,47.8664401]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Florent V.\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[0.156237,45.648377]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Joël\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[4.740042686462402,46.10446454226022]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Johanne\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-74.09016960000002,45.65189590000001]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Lakemp\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[2.19249,48.59338]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"LauDai\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.4750973000000158,43.5664556]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Lucivam\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[4.390278,45.434722]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Mikabi\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.44,43.604652]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Nico\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[2.2569674000000077,48.9899655]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Nicolas Friedli\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[6.8411643,46.9425711]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Phil\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[3.98337,50.36155]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Piwig\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-1.677793,48.117266]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Sylvain Comte\",\"description\":\"Créateur du leaflet map plugin\",\"url\":\"http://sylvain.comte.online.fr\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.08954,49.43584]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Sylvain Naudin\",\"description\":\"Admin du forum\",\"url\":\"http://sylvain.naud.in\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-0.155689,45.471894]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Thierry Pasquier\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[0.3333,46.5833]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Vincent Delcros\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[5.2788245000000416,50.5500944]}}]}\n",
            "type": ".old"
        },
        "$:/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity": {
            "title": "$:/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity",
            "text": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{\"name\":\"Aknar\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.4442090000000007,43.604652]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"CdriC\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-0.563166,47.478419]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Disanv Parean\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-0.4072784,49.1846226]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Emmanuel\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[2.3522219000000177,48.85661400000001]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Escrivant\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[2.3868,48.871958]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Fab13n\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[5.5867,45.1184]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Fabio\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.916515000000004,47.8664401]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Florent\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[0.156237,45.648377]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"François\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.478413899999964,43.543794]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Gub\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.4442090000000007,43.604652]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"jargenty\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.321621999999934,43.514707]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Jérôme\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-2.429759,47.328003]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Joël\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[4.740042686462402,46.10446454226022]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Johanne\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-74.09016960000002,45.65189590000001]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Lakemp\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[2.19249,48.59338]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"LauDai\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.4750973000000158,43.5664556]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"LongSlowBakery\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-2.4834849999999733,52.903552]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Lucivam\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[4.390278,45.434722]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"m4dz\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[2.3522219000000177,48.85661400000001]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Matthias\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-0.560016,47.470006]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Michel\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[7.261953199999994,43.7101728]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Mikabi\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.44,43.604652]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Nico\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[2.2569674000000077,48.9899655]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Nicolas\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[6.8411643,46.9425711]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"pariswiki\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[2.29,48.8]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Phil\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[3.98337,50.36155]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Piwig\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-1.677793,48.117266]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Ploum\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[0.1995560000000296,48.00611000000001]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Scapharnaum\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[7.74553,48.58392]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Solaine\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[8.227512,46.818188]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Sylvain Comte\",\"description\":\"Créateur du leaflet map plugin\",\"url\":\"http://sylvain.comte.online.fr\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[1.08954,49.43584]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Sylvain Naudin\",\"description\":\"Admin du forum\",\"url\":\"http://sylvain.naud.in\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-0.155689,45.471894]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Thierry\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[0.3333,46.5833]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Thomas Elmiger\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[8.541694,47.376887]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Vincent\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[5.2788245000000416,50.5500944]}},{\"type\":\"Feature\",\"properties\":{\"name\":\"Yan\",\"description\":\"\",\"url\":\"\"},\"geometry\":{\"type\":\"Point\",\"coordinates\":[2.0517,46.22475]}}]}\n",
            "type": "application/json",
            "created": "20161025143416000",
            "modified": "20180602193416000",
            "source": "https://umap.openstreetmap.fr/fr/map/tiddlywikifr_65983",
            "tags": "example leaflet geojson",
            "color": "#dd0000"
        },
        "$:/ext/modules/widgets/geolocation-widget.js": {
            "text": "/*\\\ntitle: $:/ext/modules/wigets/geolocation-widget.js\ntype: application/javascript\nmodule-type: widget\n\nGeolocation widget\n\n\\*/\n(function() {\n    /*jslint node: true, browser: true */\n    /*global $tw: false */\n    \"use strict\";\n    var Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n    var GeolocationWidget = function(parseTreeNode, options) {\n        this.initialise(parseTreeNode, options);\n    };\n\n    /* Inherit from the base widget class */\n    GeolocationWidget.prototype = new Widget();\n\n    /* Compute the internal state of the widget  */\n    GeolocationWidget.prototype.execute = function() {\n        // Get attributes\n        this.target = this.getAttribute(\"target\") || this.getVariable(\"currentTiddler\");\n        this.icon = this.getAttribute(\"icon\") || \"$:/core/images/globe\";\n        this.text = this.getAttribute(\"text\") || undefined;\n        this.accuracy = this.getAttribute(\"accuracy\");\n        this.type = this.getAttribute(\"type\") || \"point\";\n        // Make child widgets\n        this.makeChildWidgets();\n    };\n\n    /* Render this widget into the DOM */\n    GeolocationWidget.prototype.render = function(parent, nextSibling) {\n        var self = this;\n        // Remember parent\n        this.parentDomNode = parent;\n        // Compute attributes and execute state\n        this.computeAttributes();\n        this.execute();\n        // Create element\n        var tag = \"button\";\n        if (this.buttonTag && $tw.config.htmlUnsafeElements.indexOf(this.buttonTag) === -1) {\n            tag = this.buttonTag;\n        }\n        var domNode = this.document.createElement(tag);\n        // Add a click event handler\n        domNode.addEventListener(\"click\", function(event) {\n            if (navigator.geolocation) {\n                navigator.geolocation.getCurrentPosition(\n                    // success callback\n                    function(position) {\n                        /* to replace by field populating (point(s) polyline(s) or polygon(s)) */\n                        /* default : if tiddler has point field, will create a points field to store new data;\n        if tiddler has points field, will add a new point to the tiddler field;\t*/\n                        var target = self.target;\n                        var accuracy = self.accuracy;\n                        var type = self.type;\n                        var newPoint = position.coords.latitude + \",\" + position.coords.longitude;\n                        /* check if tiddler has a geofield */\n                        var track = \"\";\n                        if (!$tw.wiki.getTiddler(target)) $tw.wiki.setText(target, \"text\", null, \"\", null);\n                        var flds = $tw.wiki.getTiddler(target).fields\n                        if (flds.points) {\n                            track = flds.points;\n                            $tw.wiki.setText(target, \"points\", null, track + \" \" + newPoint, null);\n                            infoLocation(\"new point \" + newPoint + \" added to \" + target);\n\n                        } else {\n                            if (flds.point && flds.point !== null) {\n                                track = flds.point;\n                                $tw.wiki.setText(target, \"points\", null, track + \" \" + newPoint, null);\n                                $tw.wiki.setText(target, \"point\", null, null, null);\n                                infoLocation(\"new point \" + newPoint + \" added to \" + target);\n                            } else {\n                                $tw.wiki.setText(target, \"point\", null, newPoint, null);\n                                infoLocation(\"new point \" + newPoint + \" added to \" + target);\n                            }\n                        }\n                    },\n                    // error callback\n                    function(error) {\n                        noLocation(error.message + \". You may not are connected via httpS://\")\n                    }\n                );\n            } else {\n                noLocation(\"position disabled or not supported by your browser\");\n            }\n        }, false);\n        /* dress up button */\n        var buttonContent;\n        // if text parameter, will use it for the button\n        if (self.text) {\n            buttonContent = self.text;\n        } else {\n            // if not, looking for an icon\n            /* !todo: ?question: should the icon depend on \"type\" parameter? */\n            buttonContent = $tw.wiki.getTiddler(self.icon).fields.text;\n        }\n        domNode.innerHTML = buttonContent;\n        // Insert element\n        parent.insertBefore(domNode, nextSibling);\n        this.renderChildren(domNode, null);\n        this.domNodes.push(domNode);\n    };\n\n    function noLocation(message) {\n        /* !todo: ?question: replace by \"modal\" alert? */\n        // create or update a temporary message tiddler \n        $tw.wiki.setText(\"$:/temp/noLocationMessage\", \"text\", null, \"geolocation access denied: \" + message, null);\n        // displays it in modal\n        $tw.modal.display(\"$:/temp/noLocationMessage\");\n    }\n\n    function infoLocation(message) {\n        // create or update a temporary message tiddler \n        $tw.wiki.setText(\"$:/temp/viewLocationMessage\", \"text\", null, message, null);\n        // displays it in modal\n        $tw.notifier.display(\"$:/temp/viewLocationMessage\");\n    }\n    /*\n    We don't allow actions to propagate because we trigger actions ourselves\n    */\n    GeolocationWidget.prototype.allowActionPropagation = function() {\n        return false;\n    };\n\n    exports.geoloc = GeolocationWidget;\n\n})();",
            "title": "$:/ext/modules/widgets/geolocation-widget.js",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "geoLocationWidget": {
            "caption": "action-createtiddler",
            "created": "20180906130958091",
            "modified": "20180906132645752",
            "author": "Sylvain Comte",
            "tags": "Widgets",
            "title": "geoLocationWidget",
            "type": "text/vnd.tiddlywiki",
            "text": "! Introduction\nThe ''geolocation'' widget is used to collect geographic position of the browser running the wiki. For now position will be added the //point// (or //points// if there is more than one point) field of the target tiddler. Those fields may then be used with the [[Leaflet Map Plugin|https://sycom.github.io/TiddlyWiki-Plugins/#Leaflet%20plugin]], or whatever tool using geographic coordinates.\n\n* The widget is not dependant from Leaflet Map Plugin (but is bundled in it). You may install it alone\n* The widget will only work on //https// website, due to security limitation of the geolocation implemented in browsers\n\n! Content and Attributes\nThe [[geolocation widget|$:/ext/modules/widgets/geolocation-widget.js]] will create a button to collect your browser's position. Any content within it is ignored.\n\n| !Attribute | !Description | !Default |\n|target |The tiddler (title) in which data will be stored |//current tiddler// |\n|icon |The title of the icon used to dress up the button|$:/core/images/globe |\n|text |The text displayed in the button (will overwrite the icon)|`undefined` |\n\nMore options will come later (//accuracy//, //object type//...).\n\n! Examples\n\n```\n<$geoloc target=\"Geolocation Store\" />\n```\n\n<$geoloc target=\"Geolocation Store\" />\n\n! Source\nThe ''geolocation widget'' is developped aside Leaflet Map Plugin. Source code can be found on the same repository : https://framagit.org/sycom/TiddlyWiki-Plugins/tree/master/ext/modules/widget/geolocation\n\n"
        },
        "$:/plugins/sycom/leaflet/icon": {
            "title": "$:/plugins/sycom/leaflet/icon",
            "tags": "$:/tags/Image",
            "text": "<svg class=\"tc-image-leaflet-map tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n   <g fill-rule=\"evenodd\">\n   <path d=\"M64 0L9.4 32v64L64 128l54.6-32V32zM48.8 32.4l30.8 7.8V95l-30.8-7.8zm57.2 2.4v54.7L82 95V40.2zm-59.8-2.2v54.7L21 92.8V38zm-10.4 5.9a5.2 5.2 0 0 0-5.1 5c0 1.1.6 2.6 1.1 3.6l4 7.6 3.9-7.6c.4-1 1.1-2.4 1.1-3.6 0-2.6-2.3-5-5-5zm-.2 3h.2c1 0 2 .9 2 2a2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1 .8-2 1.8-2zM64.2 44c-7 0-13 6.1-13 12.7 0 3 1.7 6.8 3 9.4l10 19.3L74 66c1.2-2.6 3-6.2 3-9.4C77 50.1 71.2 44 64 44zm0 7.7a5 5 0 0 1 5 5 5 5 0 0 1-10 0 5 5 0 0 1 5-5zM25.6 59a3.5 3.5 0 0 0-3.4 3.3c0 .8.5 1.8.8 2.5l2.6 5 2.6-5c.3-.7.8-1.7.8-2.5 0-1.7-1.5-3.3-3.4-3.3zm0 2a1.3 1.3 0 1 1 0 2.6 1.3 1.3 0 0 1-1.3-1.3 1.3 1.3 0 0 1 1.3-1.3zM92 66.8c-2.7 0-5 2.4-5 5 0 1.2.6 2.7 1.1 3.7l4 7.5 3.8-7.5c.5-1 1.2-2.4 1.2-3.7 0-2.6-2.3-5-5-5zm0 3c1.1 0 2 1 2 2a2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1 .9-1.9 2-2z\"/>\n   <path d=\"M69-158h58v67H69z\" fill=\"#fff\"/>\n </g>\n</svg>\n"
        },
        "$:/plugins/sycom/leaflet/images/layers.svg": {
            "title": "$:/plugins/sycom/leaflet/images/layers.svg",
            "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"26\" width=\"26\"><path d=\"M0 17l13-8 13 8-13 8-13-8\" fill=\"#b9b9b9\"/><path d=\"M0 17v1l13 8 13-8v-1l-13 8z\" fill=\"#737373\"/><path d=\"M0 13l13-8 13 8-13 8-13-8\" fill=\"#cdcdcd\"/>\n  <path d=\"M0 13v1l13 8 13-8v-1l-13 8z\" fill=\"#737373\"/><path d=\"M0 9l13-8 13 8-13 8L0 9\" fill-opacity=\".6\" fill=\"#e9e9e9\"/><path d=\"M0 9v1l13 8 13-8V9l-13 8z\" fill=\"#737373\"/></svg>\n",
            "type": "image/svg+xml",
            "created": "20161028202401905",
            "modified": "20180531154011600",
            "tags": "$:/tags/Image"
        },
        "$:/plugins/sycom/leaflet/images/marker.svg": {
            "title": "$:/plugins/sycom/leaflet/images/marker.svg",
            "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"40\" fill-rule=\"evenodd\"><path fill=\"none\" d=\"M6.279 4.463h12.625v14.5H6.279z\"/><path fill=\"$primary$\" fill-opacity=\".8\" stroke=\"#fff\" stroke-linecap=\"round\" d=\"M12.544.5C5.971.5.5 6.191.5 12.366c0 2.778 1.564 6.308 2.694 8.746L12.5 38.984l9.262-17.872c1.13-2.438 2.738-5.791 2.738-8.746C24.5 6.191 19.117.5 12.544.5zm0 7.155a4.714 4.714 0 0 1 4.679 4.71c0 2.588-2.095 4.663-4.679 4.679-2.584-.017-4.679-2.09-4.679-4.679a4.714 4.714 0 0 1 4.679-4.71z\" class=\"leaflet-marker-colored\"/><path fill=\"none\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-opacity=\".9\" d=\"M12.531 1.607c-5.944 0-10.938 5.219-10.938 10.75 0 2.359 1.443 5.832 2.563 8.25l.031.031L12.5 36.607l8.25-15.969.031-.031c1.135-2.448 2.625-5.706 2.625-8.25 0-5.538-4.931-10.75-10.875-10.75zm0 4.969c3.168.021 5.781 2.601 5.781 5.781 0 3.18-2.613 5.761-5.781 5.781-3.168-.02-5.75-2.61-5.75-5.781 0-3.172 2.582-5.761 5.75-5.781z\"/></svg>\n",
            "type": "text/vnd.tiddlywiki",
            "created": "20161028202401905",
            "modified": "20180531124011600",
            "tags": "$:/tags/Image",
            "marker_dim": "25 40 12.5 40",
            "caption": "marker"
        },
        "$:/plugins/sycom/leaflet/images/markershadow.svg": {
            "title": "$:/plugins/sycom/leaflet/images/markershadow.svg",
            "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"50\" height=\"40\"><filter id=\"a\" width=\"200\" height=\"200\" x=\"-50\" y=\"-50\"><feGaussianBlur in=\"SourceAlpha\" stdDeviation=\"1.5\"/></filter><path fill=\"none\" d=\"M47 0a52 52 0 0 0-34 21L0 40l30-19 13-9c7-6 9-12 4-12zm-9 7a3 8 58 0 1-2 5c-3 3-7 5-9 5-3 0-2-2 1-5a3 8 58 0 1 10-5z\" filter=\"url(#a)\"/></svg>\n",
            "type": "image/svg+xml",
            "created": "20161028202401905",
            "modified": "20180531155500000",
            "tags": "$:/tags/Image",
            "marker_dim": "50 40 0 40"
        },
        "$:/plugins/sycom/leaflet/images/pin.svg": {
            "title": "$:/plugins/sycom/leaflet/images/pin.svg",
            "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"35\"><defs><linearGradient id=\"a\"><stop offset=\"0\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\"0\"/></linearGradient><radialGradient id=\"b\" cx=\"7\" cy=\"7\" r=\"8\" fx=\"5\" fy=\"5\" gradientTransform=\"scale(1.12)\" gradientUnits=\"userSpaceOnUse\" href=\"#a\"/></defs><g fill-rule=\"evenodd\"><path d=\"M9 20h2v15H9z\"/><circle cx=\"10\" cy=\"10\" r=\"10\" class=\"leaflet-marker-colored\" fill-opacity=\".8\" fill=\"$primary$\"/><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"url(#b)\"/></g></svg>\n",
            "type": "text/vnd.tiddlywiki",
            "created": "20161028202401905",
            "modified": "20180531154500000",
            "tags": "$:/tags/Image",
            "marker_dim": "20 35 10 35",
            "caption": "pin"
        },
        "$:/plugins/sycom/leaflet/images/pinshadow.svg": {
            "title": "$:/plugins/sycom/leaflet/images/pinshadow.svg",
            "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"15\" height=\"15\"><filter id=\"a\" width=\"200\" height=\"200\" x=\"-50\" y=\"-50\"><feGaussianBlur in=\"SourceAlpha\" stdDeviation=\"1.5\"/></filter><ellipse cx=\"8\" cy=\"8\" style=\"stroke:none; fill-opacity:.3; filter: url(#a)\" rx=\"7\" ry=\"7\"/></svg>\n",
            "type": "image/svg+xml",
            "created": "20170129162401910",
            "modified": "20180531155000000",
            "tags": "$:/tags/Image",
            "marker_dim": "15 15 5 7"
        },
        "$:/plugins/sycom/leaflet/images/point.svg": {
            "title": "$:/plugins/sycom/leaflet/images/point.svg",
            "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"15\" height=\"15\" fill-rule=\"evenodd\"><ellipse cx=\"7.5\" cy=\"7.5\" fill=\"none\" stroke=\"#fff\" stroke-opacity=\".8\" rx=\"7.5\" ry=\"7.5\"/><ellipse cx=\"7.5\" cy=\"7.5\" fill=\"$primary$\" fill-opacity=\".8\" stroke=\"#000\" stroke-opacity=\".8\" stroke-width=\".5\" class=\"leaflet-marker-colored\" rx=\"7\" ry=\"7\"/></svg>\n",
            "type": "text/vnd.tiddlywiki",
            "created": "20170129162401905",
            "modified": "20180531165500000",
            "tags": "$:/tags/Image",
            "marker_dim": "15 15 7.5 7.5",
            "caption": "point"
        },
        "$:/plugins/sycom/leaflet/images/pointshadow.svg": {
            "title": "$:/plugins/sycom/leaflet/images/pointshadow.svg",
            "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"15\" height=\"15\"><filter id=\"a\" width=\"200\" height=\"200\" x=\"-50\" y=\"-50\"><feGaussianBlur in=\"SourceAlpha\" stdDeviation=\"1.5\"/></filter><ellipse cx=\"7.5\" cy=\"7.5\" fill-opacity=\".3\" filter=\"url(#a)\" rx=\"7.2\" ry=\"7.2\"/></svg>\n",
            "type": "image/svg+xml",
            "created": "20170129162401910",
            "modified": "20180531165600000",
            "tags": "$:/tags/Image",
            "marker_dim": "15 15 0 12"
        },
        "$:/plugins/sycom/leaflet/lib/tileLayers.json": {
            "text": "[\n    {\n        \"id\": \"osmfr\",\n        \"nom\": \"OSM France\",\n        \"url\": \"http://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png\",\n        \"attrib\": \"fond par <a href='http://osm.org/copyright'>OSM</a>, licence <a href='http://creativecommons.org/licenses/by-sa/3.0'>CC BY SA</a>. Données &copy;Contributeurs <a href='http://openstreetmap.org'>OSM</a>, licence <a href='http://opendatacommons.org/licenses/odbl/'>ODbL</a>.\",\n        \"zMin\": 1,\n        \"zMax\": 20\n    },\n    {\n      \"id\": \"osm\",\n      \"nom\": \"OpenStreetMap\",\n      \"url\": \"http://{s}.tile.osm.org/{z}/{x}/{y}.png\",\n      \"attrib\": \"Map tiles by &copy;<a href='http://osm.org/copyright'>OSM</a>, licence <a href='http://creativecommons.org/licenses/by-sa/3.0'>CC BY SA</a>. Data by &copy;<a href='http://openstreetmap.org'>OSM</a> contributors, licence <a href='http://opendatacommons.org/licenses/odbl/'>ODbL</a>.\",\n      \"zMin\": 1,\n      \"zMax\": 20\n   },\n    {\n        \"id\": \"osmbw\",\n        \"nom\": \"OSM N&B\",\n        \"url\": \"http://www.toolserver.org/tiles/bw-mapnik/{z}/{x}/{y}.png\",\n        \"attrib\": \"Tiles hosted by wikimedia labs. Data by &copy;<a href='http://openstreetmap.org'>OSM</a> contributors, licence <a href='http://opendatacommons.org/licenses/odbl/'>ODbL</a>.\",\n        \"zMin\": 1,\n        \"zMax\": 20\n    },\n    {\n        \"id\": \"sat\",\n        \"nom\": \"Satellite Esri\",\n        \"url\": \"http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}\",\n        \"attrib\": \"&copy;Map tiles by Esri &mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community\",\n        \"zMin\": 1,\n        \"zMax\": 20\n    },\n    {\n        \"id\": \"natgeo\",\n        \"nom\": \"National Geog.\",\n        \"url\": \"http://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{z}/{y}/{x}\",\n        \"attrib\": \"&copy;Map tiles by Esri &mdash; National Geographic, Esri, DeLorme, NAVTEQ, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC\",\n        \"zMin\": 1,\n        \"zMax\": 12\n    },\n    {\n        \"id\": \"toner\",\n        \"nom\": \"Black Ink\",\n        \"url\": \"http://{s}.tile.stamen.com/toner/{z}/{x}/{y}.png\",\n        \"attrib\": \"Map tiles by <a href='http://stamen.com'>Stamen Design</a>, licence <a href='http://creativecommons.org/licenses/by/3.0'>CC BY 3.0</a>. Data by &copy;<a href='http://openstreetmap.org'>OSM</a> contributors, licence <a href='http://opendatacommons.org/licenses/odbl/'>ODbL</a>.\",\n        \"zMin\": 1,\n        \"zMax\": 20\n    },\n    {\n        \"id\": \"water\",\n        \"nom\": \"Water painting\",\n        \"url\": \"http://{s}.tile.stamen.com/watercolor/{z}/{x}/{y}.png\",\n        \"attrib\": \"Map tiles by <a href='http://stamen.com'>Stamen Design</a>, licence <a href='http://creativecommons.org/licenses/by/3.0'>CC BY 3.0</a>. Data by &copy;<a href='http://openstreetmap.org'>OSM</a> contributors, licence <a href='http://opendatacommons.org/licenses/odbl/'>ODbL</a>.\",\n        \"zMin\": 1,\n        \"zMax\": 20\n    },\n    {\n        \"id\": \"thunder\",\n        \"nom\": \"Thunderforest\",\n        \"url\": \"http://{s}.tile.thunderforest.com/landscape/{z}/{x}/{y}.png\",\n        \"attrib\": \"Map tiles by <a href='http://thunderforest.com/'>Thunderforest</a>. Data by &copy;<a href='http://openstreetmap.org'>OSM</a> contributors, licence <a href='http://opendatacommons.org/licenses/odbl/'>ODbL</a>.\",\n        \"zMin\": 1,\n        \"zMax\": 20\n    },\n    {\n        \"id\": \"dark\",\n        \"nom\": \"Dark Matter\",\n        \"url\": \"http://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png\",\n        \"attrib\": \"&copy;Map tiles by <a href='https://cartodb.com/basemaps/' target='_blank'>CartoDB</a>, under <a href='https://creativecommons.org/licenses/by/3.0/' target='_blank'>CC BY 3.0</a>. Data by &copy;<a href='http://openstreetmap.org'>OSM</a> contributors, licence <a href='http://opendatacommons.org/licenses/odbl/'>ODbL</a>.\",\n        \"zMin\": 1,\n        \"zMax\": 20\n    },\n    {\n        \"id\": \"positron\",\n        \"nom\": \"Positron\",\n        \"url\": \"http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png\",\n        \"attrib\": \"&copy;Map tiles by <a href='https://cartodb.com/basemaps/' target='_blank'>CartoDB</a>, under <a href='https://creativecommons.org/licenses/by/3.0/' target='_blank'>CC BY 3.0</a>. Data by &copy;<a href='http://openstreetmap.org'>OSM</a> contributors, licence <a href='http://opendatacommons.org/licenses/odbl/'>ODbL</a>.\",\n        \"zMin\": 1,\n        \"zMax\": 20\n    }\n]\n",
            "type": "application/json",
            "title": "$:/plugins/sycom/leaflet/lib/tileLayers.json"
        },
        "$:/plugins/sycom/leaflet/lib/leaflet.css": {
            "text": "/* required styles */\n\n.leaflet-pane,\n.leaflet-tile,\n.leaflet-marker-icon,\n.leaflet-marker-shadow,\n.leaflet-tile-container,\n.leaflet-pane > svg,\n.leaflet-pane > canvas,\n.leaflet-zoom-box,\n.leaflet-image-layer,\n.leaflet-layer {\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\t}\n.leaflet-container {\n\toverflow: hidden;\n\t}\n.leaflet-tile,\n.leaflet-marker-icon,\n.leaflet-marker-shadow {\n\t-webkit-user-select: none;\n\t   -moz-user-select: none;\n\t        user-select: none;\n\t  -webkit-user-drag: none;\n\t}\n/* Safari renders non-retina tile on retina better with this, but Chrome is worse */\n.leaflet-safari .leaflet-tile {\n\timage-rendering: -webkit-optimize-contrast;\n\t}\n/* hack that prevents hw layers \"stretching\" when loading new tiles */\n.leaflet-safari .leaflet-tile-container {\n\twidth: 1600px;\n\theight: 1600px;\n\t-webkit-transform-origin: 0 0;\n\t}\n.leaflet-marker-icon,\n.leaflet-marker-shadow {\n\tdisplay: block;\n\t}\n/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */\n/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */\n.leaflet-container .leaflet-overlay-pane svg,\n.leaflet-container .leaflet-marker-pane img,\n.leaflet-container .leaflet-shadow-pane img,\n.leaflet-container .leaflet-tile-pane img,\n.leaflet-container img.leaflet-image-layer {\n\tmax-width: none !important;\n\tmax-height: none !important;\n\t}\n\n.leaflet-container.leaflet-touch-zoom {\n\t-ms-touch-action: pan-x pan-y;\n\ttouch-action: pan-x pan-y;\n\t}\n.leaflet-container.leaflet-touch-drag {\n\t-ms-touch-action: pinch-zoom;\n\t/* Fallback for FF which doesn't support pinch-zoom */\n\ttouch-action: none;\n\ttouch-action: pinch-zoom;\n}\n.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {\n\t-ms-touch-action: none;\n\ttouch-action: none;\n}\n.leaflet-container {\n\t-webkit-tap-highlight-color: transparent;\n}\n.leaflet-container a {\n\t-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);\n}\n.leaflet-tile {\n\tfilter: inherit;\n\tvisibility: hidden;\n\t}\n.leaflet-tile-loaded {\n\tvisibility: inherit;\n\t}\n.leaflet-zoom-box {\n\twidth: 0;\n\theight: 0;\n\t-moz-box-sizing: border-box;\n\t     box-sizing: border-box;\n\tz-index: 800;\n\t}\n/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */\n.leaflet-overlay-pane svg {\n\t-moz-user-select: none;\n\t}\n\n.leaflet-pane         { z-index: 400; }\n\n.leaflet-tile-pane    { z-index: 200; }\n.leaflet-overlay-pane { z-index: 400; }\n.leaflet-shadow-pane  { z-index: 500; }\n.leaflet-marker-pane  { z-index: 600; }\n.leaflet-tooltip-pane   { z-index: 650; }\n.leaflet-popup-pane   { z-index: 700; }\n\n.leaflet-map-pane canvas { z-index: 100; }\n.leaflet-map-pane svg    { z-index: 200; }\n\n.leaflet-vml-shape {\n\twidth: 1px;\n\theight: 1px;\n\t}\n.lvml {\n\tbehavior: url(#default#VML);\n\tdisplay: inline-block;\n\tposition: absolute;\n\t}\n\n\n/* control positioning */\n\n.leaflet-control {\n\tposition: relative;\n\tz-index: 800;\n\tpointer-events: visiblePainted; /* IE 9-10 doesn't have auto */\n\tpointer-events: auto;\n\t}\n.leaflet-top,\n.leaflet-bottom {\n\tposition: absolute;\n\tz-index: 1000;\n\tpointer-events: none;\n\t}\n.leaflet-top {\n\ttop: 0;\n\t}\n.leaflet-right {\n\tright: 0;\n\t}\n.leaflet-bottom {\n\tbottom: 0;\n\t}\n.leaflet-left {\n\tleft: 0;\n\t}\n.leaflet-control {\n\tfloat: left;\n\tclear: both;\n\t}\n.leaflet-right .leaflet-control {\n\tfloat: right;\n\t}\n.leaflet-top .leaflet-control {\n\tmargin-top: 10px;\n\t}\n.leaflet-bottom .leaflet-control {\n\tmargin-bottom: 10px;\n\t}\n.leaflet-left .leaflet-control {\n\tmargin-left: 10px;\n\t}\n.leaflet-right .leaflet-control {\n\tmargin-right: 10px;\n\t}\n\n\n/* zoom and fade animations */\n\n.leaflet-fade-anim .leaflet-tile {\n\twill-change: opacity;\n\t}\n.leaflet-fade-anim .leaflet-popup {\n\topacity: 0;\n\t-webkit-transition: opacity 0.2s linear;\n\t   -moz-transition: opacity 0.2s linear;\n\t     -o-transition: opacity 0.2s linear;\n\t        transition: opacity 0.2s linear;\n\t}\n.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {\n\topacity: 1;\n\t}\n.leaflet-zoom-animated {\n\t-webkit-transform-origin: 0 0;\n\t    -ms-transform-origin: 0 0;\n\t        transform-origin: 0 0;\n\t}\n.leaflet-zoom-anim .leaflet-zoom-animated {\n\twill-change: transform;\n\t}\n.leaflet-zoom-anim .leaflet-zoom-animated {\n\t-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);\n\t   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);\n\t     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);\n\t        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);\n\t}\n.leaflet-zoom-anim .leaflet-tile,\n.leaflet-pan-anim .leaflet-tile {\n\t-webkit-transition: none;\n\t   -moz-transition: none;\n\t     -o-transition: none;\n\t        transition: none;\n\t}\n\n.leaflet-zoom-anim .leaflet-zoom-hide {\n\tvisibility: hidden;\n\t}\n\n\n/* cursors */\n\n.leaflet-interactive {\n\tcursor: pointer;\n\t}\n.leaflet-grab {\n\tcursor: -webkit-grab;\n\tcursor:    -moz-grab;\n\t}\n.leaflet-crosshair,\n.leaflet-crosshair .leaflet-interactive {\n\tcursor: crosshair;\n\t}\n.leaflet-popup-pane,\n.leaflet-control {\n\tcursor: auto;\n\t}\n.leaflet-dragging .leaflet-grab,\n.leaflet-dragging .leaflet-grab .leaflet-interactive,\n.leaflet-dragging .leaflet-marker-draggable {\n\tcursor: move;\n\tcursor: -webkit-grabbing;\n\tcursor:    -moz-grabbing;\n\t}\n\n/* marker & overlays interactivity */\n.leaflet-marker-icon,\n.leaflet-marker-shadow,\n.leaflet-image-layer,\n.leaflet-pane > svg path,\n.leaflet-tile-container {\n\tpointer-events: none;\n\t}\n\n.leaflet-marker-icon.leaflet-interactive,\n.leaflet-image-layer.leaflet-interactive,\n.leaflet-pane > svg path.leaflet-interactive {\n\tpointer-events: visiblePainted; /* IE 9-10 doesn't have auto */\n\tpointer-events: auto;\n\t}\n\n/* visual tweaks */\n\n.leaflet-container {\n\tbackground: #ddd;\n\toutline: 0;\n\t}\n.leaflet-container a {\n\tcolor: #0078A8;\n\t}\n.leaflet-container a.leaflet-active {\n\toutline: 2px solid orange;\n\t}\n.leaflet-zoom-box {\n\tborder: 2px dotted #38f;\n\tbackground: rgba(255,255,255,0.5);\n\t}\n\n\n/* general typography */\n.leaflet-container {\n\tfont: 12px/1.5 \"Helvetica Neue\", Arial, Helvetica, sans-serif;\n\t}\n\n\n/* general toolbar styles */\n\n.leaflet-bar {\n\tbox-shadow: 0 1px 5px rgba(0,0,0,0.65);\n\tborder-radius: 4px;\n\t}\n.leaflet-bar a,\n.leaflet-bar a:hover {\n\tbackground-color: #fff;\n\tborder-bottom: 1px solid #ccc;\n\twidth: 26px;\n\theight: 26px;\n\tline-height: 26px;\n\tdisplay: block;\n\ttext-align: center;\n\ttext-decoration: none;\n\tcolor: black;\n\t}\n.leaflet-bar a,\n.leaflet-control-layers-toggle {\n\tbackground-position: 50% 50%;\n\tbackground-repeat: no-repeat;\n\tdisplay: block;\n\t}\n.leaflet-bar a:hover {\n\tbackground-color: #f4f4f4;\n\t}\n.leaflet-bar a:first-child {\n\tborder-top-left-radius: 4px;\n\tborder-top-right-radius: 4px;\n\t}\n.leaflet-bar a:last-child {\n\tborder-bottom-left-radius: 4px;\n\tborder-bottom-right-radius: 4px;\n\tborder-bottom: none;\n\t}\n.leaflet-bar a.leaflet-disabled {\n\tcursor: default;\n\tbackground-color: #f4f4f4;\n\tcolor: #bbb;\n\t}\n\n.leaflet-touch .leaflet-bar a {\n\twidth: 30px;\n\theight: 30px;\n\tline-height: 30px;\n\t}\n.leaflet-touch .leaflet-bar a:first-child {\n\tborder-top-left-radius: 2px;\n\tborder-top-right-radius: 2px;\n\t}\n.leaflet-touch .leaflet-bar a:last-child {\n\tborder-bottom-left-radius: 2px;\n\tborder-bottom-right-radius: 2px;\n\t}\n\n/* zoom control */\n\n.leaflet-control-zoom-in,\n.leaflet-control-zoom-out {\n\tfont: bold 18px 'Lucida Console', Monaco, monospace;\n\ttext-indent: 1px;\n\t}\n\n.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {\n\tfont-size: 22px;\n\t}\n\n\n/* layers control */\n\n.leaflet-control-layers {\n\tbox-shadow: 0 1px 5px rgba(0,0,0,0.4);\n\tbackground: #fff;\n\tborder-radius: 5px;\n\t}\n.leaflet-control-layers-toggle {\n\tbackground-image: url(images/layers.png);\n\twidth: 36px;\n\theight: 36px;\n\t}\n.leaflet-retina .leaflet-control-layers-toggle {\n\tbackground-image: url(images/layers-2x.png);\n\tbackground-size: 26px 26px;\n\t}\n.leaflet-touch .leaflet-control-layers-toggle {\n\twidth: 44px;\n\theight: 44px;\n\t}\n.leaflet-control-layers .leaflet-control-layers-list,\n.leaflet-control-layers-expanded .leaflet-control-layers-toggle {\n\tdisplay: none;\n\t}\n.leaflet-control-layers-expanded .leaflet-control-layers-list {\n\tdisplay: block;\n\tposition: relative;\n\t}\n.leaflet-control-layers-expanded {\n\tpadding: 6px 10px 6px 6px;\n\tcolor: #333;\n\tbackground: #fff;\n\t}\n.leaflet-control-layers-scrollbar {\n\toverflow-y: scroll;\n\toverflow-x: hidden;\n\tpadding-right: 5px;\n\t}\n.leaflet-control-layers-selector {\n\tmargin-top: 2px;\n\tposition: relative;\n\ttop: 1px;\n\t}\n.leaflet-control-layers label {\n\tdisplay: block;\n\t}\n.leaflet-control-layers-separator {\n\theight: 0;\n\tborder-top: 1px solid #ddd;\n\tmargin: 5px -10px 5px -6px;\n\t}\n\n/* Default icon URLs */\n.leaflet-default-icon-path {\n\tbackground-image: url(images/marker-icon.png);\n\t}\n\n\n/* attribution and scale controls */\n\n.leaflet-container .leaflet-control-attribution {\n\tbackground: #fff;\n\tbackground: rgba(255, 255, 255, 0.7);\n\tmargin: 0;\n\t}\n.leaflet-control-attribution,\n.leaflet-control-scale-line {\n\tpadding: 0 5px;\n\tcolor: #333;\n\t}\n.leaflet-control-attribution a {\n\ttext-decoration: none;\n\t}\n.leaflet-control-attribution a:hover {\n\ttext-decoration: underline;\n\t}\n.leaflet-container .leaflet-control-attribution,\n.leaflet-container .leaflet-control-scale {\n\tfont-size: 11px;\n\t}\n.leaflet-left .leaflet-control-scale {\n\tmargin-left: 5px;\n\t}\n.leaflet-bottom .leaflet-control-scale {\n\tmargin-bottom: 5px;\n\t}\n.leaflet-control-scale-line {\n\tborder: 2px solid #777;\n\tborder-top: none;\n\tline-height: 1.1;\n\tpadding: 2px 5px 1px;\n\tfont-size: 11px;\n\twhite-space: nowrap;\n\toverflow: hidden;\n\t-moz-box-sizing: border-box;\n\t     box-sizing: border-box;\n\n\tbackground: #fff;\n\tbackground: rgba(255, 255, 255, 0.5);\n\t}\n.leaflet-control-scale-line:not(:first-child) {\n\tborder-top: 2px solid #777;\n\tborder-bottom: none;\n\tmargin-top: -2px;\n\t}\n.leaflet-control-scale-line:not(:first-child):not(:last-child) {\n\tborder-bottom: 2px solid #777;\n\t}\n\n.leaflet-touch .leaflet-control-attribution,\n.leaflet-touch .leaflet-control-layers,\n.leaflet-touch .leaflet-bar {\n\tbox-shadow: none;\n\t}\n.leaflet-touch .leaflet-control-layers,\n.leaflet-touch .leaflet-bar {\n\tborder: 2px solid rgba(0,0,0,0.2);\n\tbackground-clip: padding-box;\n\t}\n\n\n/* popup */\n\n.leaflet-popup {\n\tposition: absolute;\n\ttext-align: center;\n\tmargin-bottom: 20px;\n\t}\n.leaflet-popup-content-wrapper {\n\tpadding: 1px;\n\ttext-align: left;\n\tborder-radius: 12px;\n\t}\n.leaflet-popup-content {\n\tmargin: 13px 19px;\n\tline-height: 1.4;\n\t}\n.leaflet-popup-content p {\n\tmargin: 18px 0;\n\t}\n.leaflet-popup-tip-container {\n\twidth: 40px;\n\theight: 20px;\n\tposition: absolute;\n\tleft: 50%;\n\tmargin-left: -20px;\n\toverflow: hidden;\n\tpointer-events: none;\n\t}\n.leaflet-popup-tip {\n\twidth: 17px;\n\theight: 17px;\n\tpadding: 1px;\n\n\tmargin: -10px auto 0;\n\n\t-webkit-transform: rotate(45deg);\n\t   -moz-transform: rotate(45deg);\n\t    -ms-transform: rotate(45deg);\n\t     -o-transform: rotate(45deg);\n\t        transform: rotate(45deg);\n\t}\n.leaflet-popup-content-wrapper,\n.leaflet-popup-tip {\n\tbackground: white;\n\tcolor: #333;\n\tbox-shadow: 0 3px 14px rgba(0,0,0,0.4);\n\t}\n.leaflet-container a.leaflet-popup-close-button {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n\tpadding: 4px 4px 0 0;\n\tborder: none;\n\ttext-align: center;\n\twidth: 18px;\n\theight: 14px;\n\tfont: 16px/14px Tahoma, Verdana, sans-serif;\n\tcolor: #c3c3c3;\n\ttext-decoration: none;\n\tfont-weight: bold;\n\tbackground: transparent;\n\t}\n.leaflet-container a.leaflet-popup-close-button:hover {\n\tcolor: #999;\n\t}\n.leaflet-popup-scrolled {\n\toverflow: auto;\n\tborder-bottom: 1px solid #ddd;\n\tborder-top: 1px solid #ddd;\n\t}\n\n.leaflet-oldie .leaflet-popup-content-wrapper {\n\tzoom: 1;\n\t}\n.leaflet-oldie .leaflet-popup-tip {\n\twidth: 24px;\n\tmargin: 0 auto;\n\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)\";\n\tfilter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);\n\t}\n.leaflet-oldie .leaflet-popup-tip-container {\n\tmargin-top: -1px;\n\t}\n\n.leaflet-oldie .leaflet-control-zoom,\n.leaflet-oldie .leaflet-control-layers,\n.leaflet-oldie .leaflet-popup-content-wrapper,\n.leaflet-oldie .leaflet-popup-tip {\n\tborder: 1px solid #999;\n\t}\n\n\n/* div icon */\n\n.leaflet-div-icon {\n\tbackground: #fff;\n\tborder: 1px solid #666;\n\t}\n\n\n/* Tooltip */\n/* Base styles for the element that has a tooltip */\n.leaflet-tooltip {\n\tposition: absolute;\n\tpadding: 6px;\n\tbackground-color: #fff;\n\tborder: 1px solid #fff;\n\tborder-radius: 3px;\n\tcolor: #222;\n\twhite-space: nowrap;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\tpointer-events: none;\n\tbox-shadow: 0 1px 3px rgba(0,0,0,0.4);\n\t}\n.leaflet-tooltip.leaflet-clickable {\n\tcursor: pointer;\n\tpointer-events: auto;\n\t}\n.leaflet-tooltip-top:before,\n.leaflet-tooltip-bottom:before,\n.leaflet-tooltip-left:before,\n.leaflet-tooltip-right:before {\n\tposition: absolute;\n\tpointer-events: none;\n\tborder: 6px solid transparent;\n\tbackground: transparent;\n\tcontent: \"\";\n\t}\n\n/* Directions */\n\n.leaflet-tooltip-bottom {\n\tmargin-top: 6px;\n}\n.leaflet-tooltip-top {\n\tmargin-top: -6px;\n}\n.leaflet-tooltip-bottom:before,\n.leaflet-tooltip-top:before {\n\tleft: 50%;\n\tmargin-left: -6px;\n\t}\n.leaflet-tooltip-top:before {\n\tbottom: 0;\n\tmargin-bottom: -12px;\n\tborder-top-color: #fff;\n\t}\n.leaflet-tooltip-bottom:before {\n\ttop: 0;\n\tmargin-top: -12px;\n\tmargin-left: -6px;\n\tborder-bottom-color: #fff;\n\t}\n.leaflet-tooltip-left {\n\tmargin-left: -6px;\n}\n.leaflet-tooltip-right {\n\tmargin-left: 6px;\n}\n.leaflet-tooltip-left:before,\n.leaflet-tooltip-right:before {\n\ttop: 50%;\n\tmargin-top: -6px;\n\t}\n.leaflet-tooltip-left:before {\n\tright: 0;\n\tmargin-right: -12px;\n\tborder-left-color: #fff;\n\t}\n.leaflet-tooltip-right:before {\n\tleft: 0;\n\tmargin-left: -12px;\n\tborder-right-color: #fff;\n\t}\n",
            "type": "text/css",
            "title": "$:/plugins/sycom/leaflet/lib/leaflet.css",
            "tags": "$:/tags/Stylesheet"
        },
        "$:/plugins/sycom/leaflet/lib/leaflet-markercluster.css": {
            "text": ".leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {\n\t-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;\n\t-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;\n\t-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;\n\ttransition: transform 0.3s ease-out, opacity 0.3s ease-in;\n}\n\n.leaflet-cluster-spider-leg {\n\t/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */\n\t-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;\n\t-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;\n\t-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;\n\ttransition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;\n}\n",
            "type": "text/css",
            "title": "$:/plugins/sycom/leaflet/lib/leaflet-markercluster.css",
            "tags": "$:/tags/Stylesheet"
        },
        "$:/plugins/sycom/leaflet/lib/leaflet.js": {
            "text": "var L;if($tw.browser){\n/* @preserve\n * Leaflet 1.3.1, a JS library for interactive maps. http://leafletjs.com\n * (c) 2010-2017 Vladimir Agafonkin, (c) 2010-2011 CloudMade\n */\n!function(t,i){\"object\"==typeof exports&&\"undefined\"!=typeof module?i(exports):\"function\"==typeof define&&define.amd?define([\"exports\"],i):i(t.L={})}(this,function(t){\"use strict\";function i(t){var i,e,n,o;for(e=1,n=arguments.length;e<n;e++){o=arguments[e];for(i in o)t[i]=o[i]}return t}function e(t,i){var e=Array.prototype.slice;if(t.bind)return t.bind.apply(t,e.call(arguments,1));var n=e.call(arguments,2);return function(){return t.apply(i,n.length?n.concat(e.call(arguments)):arguments)}}function n(t){return t._leaflet_id=t._leaflet_id||++ti,t._leaflet_id}function o(t,i,e){var n,o,s,r;return r=function(){n=!1,o&&(s.apply(e,o),o=!1)},s=function(){n?o=arguments:(t.apply(e,arguments),setTimeout(r,i),n=!0)}}function s(t,i,e){var n=i[1],o=i[0],s=n-o;return t===n&&e?t:((t-o)%s+s)%s+o}function r(){return!1}function a(t,i){var e=Math.pow(10,void 0===i?6:i);return Math.round(t*e)/e}function h(t){return t.trim?t.trim():t.replace(/^\\s+|\\s+$/g,\"\")}function u(t){return h(t).split(/\\s+/)}function l(t,i){t.hasOwnProperty(\"options\")||(t.options=t.options?Qt(t.options):{});for(var e in i)t.options[e]=i[e];return t.options}function c(t,i,e){var n=[];for(var o in t)n.push(encodeURIComponent(e?o.toUpperCase():o)+\"=\"+encodeURIComponent(t[o]));return(i&&-1!==i.indexOf(\"?\")?\"&\":\"?\")+n.join(\"&\")}function _(t,i){return t.replace(ii,function(t,e){var n=i[e];if(void 0===n)throw new Error(\"No value provided for variable \"+t);return\"function\"==typeof n&&(n=n(i)),n})}function d(t,i){for(var e=0;e<t.length;e++)if(t[e]===i)return e;return-1}function p(t){return window[\"webkit\"+t]||window[\"moz\"+t]||window[\"ms\"+t]}function m(t){var i=+new Date,e=Math.max(0,16-(i-oi));return oi=i+e,window.setTimeout(t,e)}function f(t,i,n){if(!n||si!==m)return si.call(window,e(t,i));t.call(i)}function g(t){t&&ri.call(window,t)}function v(){}function y(t){if(\"undefined\"!=typeof L&&L&&L.Mixin){t=ei(t)?t:[t];for(var i=0;i<t.length;i++)t[i]===L.Mixin.Events&&console.warn(\"Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead.\",(new Error).stack)}}function x(t,i,e){this.x=e?Math.round(t):t,this.y=e?Math.round(i):i}function w(t,i,e){return t instanceof x?t:ei(t)?new x(t[0],t[1]):void 0===t||null===t?t:\"object\"==typeof t&&\"x\"in t&&\"y\"in t?new x(t.x,t.y):new x(t,i,e)}function P(t,i){if(t)for(var e=i?[t,i]:t,n=0,o=e.length;n<o;n++)this.extend(e[n])}function b(t,i){return!t||t instanceof P?t:new P(t,i)}function T(t,i){if(t)for(var e=i?[t,i]:t,n=0,o=e.length;n<o;n++)this.extend(e[n])}function z(t,i){return t instanceof T?t:new T(t,i)}function M(t,i,e){if(isNaN(t)||isNaN(i))throw new Error(\"Invalid LatLng object: (\"+t+\", \"+i+\")\");this.lat=+t,this.lng=+i,void 0!==e&&(this.alt=+e)}function C(t,i,e){return t instanceof M?t:ei(t)&&\"object\"!=typeof t[0]?3===t.length?new M(t[0],t[1],t[2]):2===t.length?new M(t[0],t[1]):null:void 0===t||null===t?t:\"object\"==typeof t&&\"lat\"in t?new M(t.lat,\"lng\"in t?t.lng:t.lon,t.alt):void 0===i?null:new M(t,i,e)}function Z(t,i,e,n){if(ei(t))return this._a=t[0],this._b=t[1],this._c=t[2],void(this._d=t[3]);this._a=t,this._b=i,this._c=e,this._d=n}function S(t,i,e,n){return new Z(t,i,e,n)}function E(t){return document.createElementNS(\"http://www.w3.org/2000/svg\",t)}function k(t,i){var e,n,o,s,r,a,h=\"\";for(e=0,o=t.length;e<o;e++){for(n=0,s=(r=t[e]).length;n<s;n++)a=r[n],h+=(n?\"L\":\"M\")+a.x+\" \"+a.y;h+=i?Xi?\"z\":\"x\":\"\"}return h||\"M0 0\"}function I(t){return navigator.userAgent.toLowerCase().indexOf(t)>=0}function A(t,i,e,n){return\"touchstart\"===i?O(t,e,n):\"touchmove\"===i?W(t,e,n):\"touchend\"===i&&H(t,e,n),this}function B(t,i,e){var n=t[\"_leaflet_\"+i+e];return\"touchstart\"===i?t.removeEventListener(Qi,n,!1):\"touchmove\"===i?t.removeEventListener(te,n,!1):\"touchend\"===i&&(t.removeEventListener(ie,n,!1),t.removeEventListener(ee,n,!1)),this}function O(t,i,n){var o=e(function(t){if(\"mouse\"!==t.pointerType&&t.MSPOINTER_TYPE_MOUSE&&t.pointerType!==t.MSPOINTER_TYPE_MOUSE){if(!(ne.indexOf(t.target.tagName)<0))return;$(t)}j(t,i)});t[\"_leaflet_touchstart\"+n]=o,t.addEventListener(Qi,o,!1),se||(document.documentElement.addEventListener(Qi,R,!0),document.documentElement.addEventListener(te,D,!0),document.documentElement.addEventListener(ie,N,!0),document.documentElement.addEventListener(ee,N,!0),se=!0)}function R(t){oe[t.pointerId]=t,re++}function D(t){oe[t.pointerId]&&(oe[t.pointerId]=t)}function N(t){delete oe[t.pointerId],re--}function j(t,i){t.touches=[];for(var e in oe)t.touches.push(oe[e]);t.changedTouches=[t],i(t)}function W(t,i,e){var n=function(t){(t.pointerType!==t.MSPOINTER_TYPE_MOUSE&&\"mouse\"!==t.pointerType||0!==t.buttons)&&j(t,i)};t[\"_leaflet_touchmove\"+e]=n,t.addEventListener(te,n,!1)}function H(t,i,e){var n=function(t){j(t,i)};t[\"_leaflet_touchend\"+e]=n,t.addEventListener(ie,n,!1),t.addEventListener(ee,n,!1)}function F(t,i,e){function n(t){var i;if(Ui){if(!Pi||\"mouse\"===t.pointerType)return;i=re}else i=t.touches.length;if(!(i>1)){var e=Date.now(),n=e-(s||e);r=t.touches?t.touches[0]:t,a=n>0&&n<=h,s=e}}function o(t){if(a&&!r.cancelBubble){if(Ui){if(!Pi||\"mouse\"===t.pointerType)return;var e,n,o={};for(n in r)e=r[n],o[n]=e&&e.bind?e.bind(r):e;r=o}r.type=\"dblclick\",i(r),s=null}}var s,r,a=!1,h=250;return t[ue+ae+e]=n,t[ue+he+e]=o,t[ue+\"dblclick\"+e]=i,t.addEventListener(ae,n,!1),t.addEventListener(he,o,!1),t.addEventListener(\"dblclick\",i,!1),this}function U(t,i){var e=t[ue+ae+i],n=t[ue+he+i],o=t[ue+\"dblclick\"+i];return t.removeEventListener(ae,e,!1),t.removeEventListener(he,n,!1),Pi||t.removeEventListener(\"dblclick\",o,!1),this}function V(t,i,e,n){if(\"object\"==typeof i)for(var o in i)G(t,o,i[o],e);else for(var s=0,r=(i=u(i)).length;s<r;s++)G(t,i[s],e,n);return this}function q(t,i,e,n){if(\"object\"==typeof i)for(var o in i)K(t,o,i[o],e);else if(i)for(var s=0,r=(i=u(i)).length;s<r;s++)K(t,i[s],e,n);else{for(var a in t[le])K(t,a,t[le][a]);delete t[le]}return this}function G(t,i,e,o){var s=i+n(e)+(o?\"_\"+n(o):\"\");if(t[le]&&t[le][s])return this;var r=function(i){return e.call(o||t,i||window.event)},a=r;Ui&&0===i.indexOf(\"touch\")?A(t,i,r,s):!Vi||\"dblclick\"!==i||!F||Ui&&Si?\"addEventListener\"in t?\"mousewheel\"===i?t.addEventListener(\"onwheel\"in t?\"wheel\":\"mousewheel\",r,!1):\"mouseenter\"===i||\"mouseleave\"===i?(r=function(i){i=i||window.event,ot(t,i)&&a(i)},t.addEventListener(\"mouseenter\"===i?\"mouseover\":\"mouseout\",r,!1)):(\"click\"===i&&Ti&&(r=function(t){st(t,a)}),t.addEventListener(i,r,!1)):\"attachEvent\"in t&&t.attachEvent(\"on\"+i,r):F(t,r,s),t[le]=t[le]||{},t[le][s]=r}function K(t,i,e,o){var s=i+n(e)+(o?\"_\"+n(o):\"\"),r=t[le]&&t[le][s];if(!r)return this;Ui&&0===i.indexOf(\"touch\")?B(t,i,s):!Vi||\"dblclick\"!==i||!U||Ui&&Si?\"removeEventListener\"in t?\"mousewheel\"===i?t.removeEventListener(\"onwheel\"in t?\"wheel\":\"mousewheel\",r,!1):t.removeEventListener(\"mouseenter\"===i?\"mouseover\":\"mouseleave\"===i?\"mouseout\":i,r,!1):\"detachEvent\"in t&&t.detachEvent(\"on\"+i,r):U(t,s),t[le][s]=null}function Y(t){return t.stopPropagation?t.stopPropagation():t.originalEvent?t.originalEvent._stopped=!0:t.cancelBubble=!0,nt(t),this}function X(t){return G(t,\"mousewheel\",Y),this}function J(t){return V(t,\"mousedown touchstart dblclick\",Y),G(t,\"click\",et),this}function $(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this}function Q(t){return $(t),Y(t),this}function tt(t,i){if(!i)return new x(t.clientX,t.clientY);var e=i.getBoundingClientRect(),n=e.width/i.offsetWidth||1,o=e.height/i.offsetHeight||1;return new x(t.clientX/n-e.left-i.clientLeft,t.clientY/o-e.top-i.clientTop)}function it(t){return Pi?t.wheelDeltaY/2:t.deltaY&&0===t.deltaMode?-t.deltaY/ce:t.deltaY&&1===t.deltaMode?20*-t.deltaY:t.deltaY&&2===t.deltaMode?60*-t.deltaY:t.deltaX||t.deltaZ?0:t.wheelDelta?(t.wheelDeltaY||t.wheelDelta)/2:t.detail&&Math.abs(t.detail)<32765?20*-t.detail:t.detail?t.detail/-32765*60:0}function et(t){_e[t.type]=!0}function nt(t){var i=_e[t.type];return _e[t.type]=!1,i}function ot(t,i){var e=i.relatedTarget;if(!e)return!0;try{for(;e&&e!==t;)e=e.parentNode}catch(t){return!1}return e!==t}function st(t,i){var e=t.timeStamp||t.originalEvent&&t.originalEvent.timeStamp,n=pi&&e-pi;n&&n>100&&n<500||t.target._simulatedClick&&!t._simulated?Q(t):(pi=e,i(t))}function rt(t){return\"string\"==typeof t?document.getElementById(t):t}function at(t,i){var e=t.style[i]||t.currentStyle&&t.currentStyle[i];if((!e||\"auto\"===e)&&document.defaultView){var n=document.defaultView.getComputedStyle(t,null);e=n?n[i]:null}return\"auto\"===e?null:e}function ht(t,i,e){var n=document.createElement(t);return n.className=i||\"\",e&&e.appendChild(n),n}function ut(t){var i=t.parentNode;i&&i.removeChild(t)}function lt(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function ct(t){var i=t.parentNode;i.lastChild!==t&&i.appendChild(t)}function _t(t){var i=t.parentNode;i.firstChild!==t&&i.insertBefore(t,i.firstChild)}function dt(t,i){if(void 0!==t.classList)return t.classList.contains(i);var e=gt(t);return e.length>0&&new RegExp(\"(^|\\\\s)\"+i+\"(\\\\s|$)\").test(e)}function pt(t,i){if(void 0!==t.classList)for(var e=u(i),n=0,o=e.length;n<o;n++)t.classList.add(e[n]);else if(!dt(t,i)){var s=gt(t);ft(t,(s?s+\" \":\"\")+i)}}function mt(t,i){void 0!==t.classList?t.classList.remove(i):ft(t,h((\" \"+gt(t)+\" \").replace(\" \"+i+\" \",\" \")))}function ft(t,i){void 0===t.className.baseVal?t.className=i:t.className.baseVal=i}function gt(t){return void 0===t.className.baseVal?t.className:t.className.baseVal}function vt(t,i){\"opacity\"in t.style?t.style.opacity=i:\"filter\"in t.style&&yt(t,i)}function yt(t,i){var e=!1,n=\"DXImageTransform.Microsoft.Alpha\";try{e=t.filters.item(n)}catch(t){if(1===i)return}i=Math.round(100*i),e?(e.Enabled=100!==i,e.Opacity=i):t.style.filter+=\" progid:\"+n+\"(opacity=\"+i+\")\"}function xt(t){for(var i=document.documentElement.style,e=0;e<t.length;e++)if(t[e]in i)return t[e];return!1}function wt(t,i,e){var n=i||new x(0,0);t.style[pe]=(Oi?\"translate(\"+n.x+\"px,\"+n.y+\"px)\":\"translate3d(\"+n.x+\"px,\"+n.y+\"px,0)\")+(e?\" scale(\"+e+\")\":\"\")}function Lt(t,i){t._leaflet_pos=i,Ni?wt(t,i):(t.style.left=i.x+\"px\",t.style.top=i.y+\"px\")}function Pt(t){return t._leaflet_pos||new x(0,0)}function bt(){V(window,\"dragstart\",$)}function Tt(){q(window,\"dragstart\",$)}function zt(t){for(;-1===t.tabIndex;)t=t.parentNode;t.style&&(Mt(),ve=t,ye=t.style.outline,t.style.outline=\"none\",V(window,\"keydown\",Mt))}function Mt(){ve&&(ve.style.outline=ye,ve=void 0,ye=void 0,q(window,\"keydown\",Mt))}function Ct(t,i){if(!i||!t.length)return t.slice();var e=i*i;return t=kt(t,e),t=St(t,e)}function Zt(t,i,e){return Math.sqrt(Rt(t,i,e,!0))}function St(t,i){var e=t.length,n=new(typeof Uint8Array!=void 0+\"\"?Uint8Array:Array)(e);n[0]=n[e-1]=1,Et(t,n,i,0,e-1);var o,s=[];for(o=0;o<e;o++)n[o]&&s.push(t[o]);return s}function Et(t,i,e,n,o){var s,r,a,h=0;for(r=n+1;r<=o-1;r++)(a=Rt(t[r],t[n],t[o],!0))>h&&(s=r,h=a);h>e&&(i[s]=1,Et(t,i,e,n,s),Et(t,i,e,s,o))}function kt(t,i){for(var e=[t[0]],n=1,o=0,s=t.length;n<s;n++)Ot(t[n],t[o])>i&&(e.push(t[n]),o=n);return o<s-1&&e.push(t[s-1]),e}function It(t,i,e,n,o){var s,r,a,h=n?Se:Bt(t,e),u=Bt(i,e);for(Se=u;;){if(!(h|u))return[t,i];if(h&u)return!1;a=Bt(r=At(t,i,s=h||u,e,o),e),s===h?(t=r,h=a):(i=r,u=a)}}function At(t,i,e,n,o){var s,r,a=i.x-t.x,h=i.y-t.y,u=n.min,l=n.max;return 8&e?(s=t.x+a*(l.y-t.y)/h,r=l.y):4&e?(s=t.x+a*(u.y-t.y)/h,r=u.y):2&e?(s=l.x,r=t.y+h*(l.x-t.x)/a):1&e&&(s=u.x,r=t.y+h*(u.x-t.x)/a),new x(s,r,o)}function Bt(t,i){var e=0;return t.x<i.min.x?e|=1:t.x>i.max.x&&(e|=2),t.y<i.min.y?e|=4:t.y>i.max.y&&(e|=8),e}function Ot(t,i){var e=i.x-t.x,n=i.y-t.y;return e*e+n*n}function Rt(t,i,e,n){var o,s=i.x,r=i.y,a=e.x-s,h=e.y-r,u=a*a+h*h;return u>0&&((o=((t.x-s)*a+(t.y-r)*h)/u)>1?(s=e.x,r=e.y):o>0&&(s+=a*o,r+=h*o)),a=t.x-s,h=t.y-r,n?a*a+h*h:new x(s,r)}function Dt(t){return!ei(t[0])||\"object\"!=typeof t[0][0]&&void 0!==t[0][0]}function Nt(t){return console.warn(\"Deprecated use of _flat, please use L.LineUtil.isFlat instead.\"),Dt(t)}function jt(t,i,e){var n,o,s,r,a,h,u,l,c,_=[1,4,2,8];for(o=0,u=t.length;o<u;o++)t[o]._code=Bt(t[o],i);for(r=0;r<4;r++){for(l=_[r],n=[],o=0,s=(u=t.length)-1;o<u;s=o++)a=t[o],h=t[s],a._code&l?h._code&l||((c=At(h,a,l,i,e))._code=Bt(c,i),n.push(c)):(h._code&l&&((c=At(h,a,l,i,e))._code=Bt(c,i),n.push(c)),n.push(a));t=n}return t}function Wt(t,i){var e,n,o,s,r=\"Feature\"===t.type?t.geometry:t,a=r?r.coordinates:null,h=[],u=i&&i.pointToLayer,l=i&&i.coordsToLatLng||Ht;if(!a&&!r)return null;switch(r.type){case\"Point\":return e=l(a),u?u(t,e):new Xe(e);case\"MultiPoint\":for(o=0,s=a.length;o<s;o++)e=l(a[o]),h.push(u?u(t,e):new Xe(e));return new qe(h);case\"LineString\":case\"MultiLineString\":return n=Ft(a,\"LineString\"===r.type?0:1,l),new tn(n,i);case\"Polygon\":case\"MultiPolygon\":return n=Ft(a,\"Polygon\"===r.type?1:2,l),new en(n,i);case\"GeometryCollection\":for(o=0,s=r.geometries.length;o<s;o++){var c=Wt({geometry:r.geometries[o],type:\"Feature\",properties:t.properties},i);c&&h.push(c)}return new qe(h);default:throw new Error(\"Invalid GeoJSON object.\")}}function Ht(t){return new M(t[1],t[0],t[2])}function Ft(t,i,e){for(var n,o=[],s=0,r=t.length;s<r;s++)n=i?Ft(t[s],i-1,e):(e||Ht)(t[s]),o.push(n);return o}function Ut(t,i){return i=\"number\"==typeof i?i:6,void 0!==t.alt?[a(t.lng,i),a(t.lat,i),a(t.alt,i)]:[a(t.lng,i),a(t.lat,i)]}function Vt(t,i,e,n){for(var o=[],s=0,r=t.length;s<r;s++)o.push(i?Vt(t[s],i-1,e,n):Ut(t[s],n));return!i&&e&&o.push(o[0]),o}function qt(t,e){return t.feature?i({},t.feature,{geometry:e}):Gt(e)}function Gt(t){return\"Feature\"===t.type||\"FeatureCollection\"===t.type?t:{type:\"Feature\",properties:{},geometry:t}}function Kt(t,i){return new nn(t,i)}function Yt(t,i){return new dn(t,i)}function Xt(t){return Yi?new fn(t):null}function Jt(t){return Xi||Ji?new xn(t):null}var $t=Object.freeze;Object.freeze=function(t){return t};var Qt=Object.create||function(){function t(){}return function(i){return t.prototype=i,new t}}(),ti=0,ii=/\\{ *([\\w_-]+) *\\}/g,ei=Array.isArray||function(t){return\"[object Array]\"===Object.prototype.toString.call(t)},ni=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\",oi=0,si=window.requestAnimationFrame||p(\"RequestAnimationFrame\")||m,ri=window.cancelAnimationFrame||p(\"CancelAnimationFrame\")||p(\"CancelRequestAnimationFrame\")||function(t){window.clearTimeout(t)},ai=(Object.freeze||Object)({freeze:$t,extend:i,create:Qt,bind:e,lastId:ti,stamp:n,throttle:o,wrapNum:s,falseFn:r,formatNum:a,trim:h,splitWords:u,setOptions:l,getParamString:c,template:_,isArray:ei,indexOf:d,emptyImageUrl:ni,requestFn:si,cancelFn:ri,requestAnimFrame:f,cancelAnimFrame:g});v.extend=function(t){var e=function(){this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()},n=e.__super__=this.prototype,o=Qt(n);o.constructor=e,e.prototype=o;for(var s in this)this.hasOwnProperty(s)&&\"prototype\"!==s&&\"__super__\"!==s&&(e[s]=this[s]);return t.statics&&(i(e,t.statics),delete t.statics),t.includes&&(y(t.includes),i.apply(null,[o].concat(t.includes)),delete t.includes),o.options&&(t.options=i(Qt(o.options),t.options)),i(o,t),o._initHooks=[],o.callInitHooks=function(){if(!this._initHooksCalled){n.callInitHooks&&n.callInitHooks.call(this),this._initHooksCalled=!0;for(var t=0,i=o._initHooks.length;t<i;t++)o._initHooks[t].call(this)}},e},v.include=function(t){return i(this.prototype,t),this},v.mergeOptions=function(t){return i(this.prototype.options,t),this},v.addInitHook=function(t){var i=Array.prototype.slice.call(arguments,1),e=\"function\"==typeof t?t:function(){this[t].apply(this,i)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(e),this};var hi={on:function(t,i,e){if(\"object\"==typeof t)for(var n in t)this._on(n,t[n],i);else for(var o=0,s=(t=u(t)).length;o<s;o++)this._on(t[o],i,e);return this},off:function(t,i,e){if(t)if(\"object\"==typeof t)for(var n in t)this._off(n,t[n],i);else for(var o=0,s=(t=u(t)).length;o<s;o++)this._off(t[o],i,e);else delete this._events;return this},_on:function(t,i,e){this._events=this._events||{};var n=this._events[t];n||(n=[],this._events[t]=n),e===this&&(e=void 0);for(var o={fn:i,ctx:e},s=n,r=0,a=s.length;r<a;r++)if(s[r].fn===i&&s[r].ctx===e)return;s.push(o)},_off:function(t,i,e){var n,o,s;if(this._events&&(n=this._events[t]))if(i){if(e===this&&(e=void 0),n)for(o=0,s=n.length;o<s;o++){var a=n[o];if(a.ctx===e&&a.fn===i)return a.fn=r,this._firingCount&&(this._events[t]=n=n.slice()),void n.splice(o,1)}}else{for(o=0,s=n.length;o<s;o++)n[o].fn=r;delete this._events[t]}},fire:function(t,e,n){if(!this.listens(t,n))return this;var o=i({},e,{type:t,target:this,sourceTarget:e&&e.sourceTarget||this});if(this._events){var s=this._events[t];if(s){this._firingCount=this._firingCount+1||1;for(var r=0,a=s.length;r<a;r++){var h=s[r];h.fn.call(h.ctx||this,o)}this._firingCount--}}return n&&this._propagateEvent(o),this},listens:function(t,i){var e=this._events&&this._events[t];if(e&&e.length)return!0;if(i)for(var n in this._eventParents)if(this._eventParents[n].listens(t,i))return!0;return!1},once:function(t,i,n){if(\"object\"==typeof t){for(var o in t)this.once(o,t[o],i);return this}var s=e(function(){this.off(t,i,n).off(t,s,n)},this);return this.on(t,i,n).on(t,s,n)},addEventParent:function(t){return this._eventParents=this._eventParents||{},this._eventParents[n(t)]=t,this},removeEventParent:function(t){return this._eventParents&&delete this._eventParents[n(t)],this},_propagateEvent:function(t){for(var e in this._eventParents)this._eventParents[e].fire(t.type,i({layer:t.target,propagatedFrom:t.target},t),!0)}};hi.addEventListener=hi.on,hi.removeEventListener=hi.clearAllEventListeners=hi.off,hi.addOneTimeEventListener=hi.once,hi.fireEvent=hi.fire,hi.hasEventListeners=hi.listens;var ui=v.extend(hi),li=Math.trunc||function(t){return t>0?Math.floor(t):Math.ceil(t)};x.prototype={clone:function(){return new x(this.x,this.y)},add:function(t){return this.clone()._add(w(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(w(t))},_subtract:function(t){return this.x-=t.x,this.y-=t.y,this},divideBy:function(t){return this.clone()._divideBy(t)},_divideBy:function(t){return this.x/=t,this.y/=t,this},multiplyBy:function(t){return this.clone()._multiplyBy(t)},_multiplyBy:function(t){return this.x*=t,this.y*=t,this},scaleBy:function(t){return new x(this.x*t.x,this.y*t.y)},unscaleBy:function(t){return new x(this.x/t.x,this.y/t.y)},round:function(){return this.clone()._round()},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},floor:function(){return this.clone()._floor()},_floor:function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},ceil:function(){return this.clone()._ceil()},_ceil:function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this},trunc:function(){return this.clone()._trunc()},_trunc:function(){return this.x=li(this.x),this.y=li(this.y),this},distanceTo:function(t){var i=(t=w(t)).x-this.x,e=t.y-this.y;return Math.sqrt(i*i+e*e)},equals:function(t){return(t=w(t)).x===this.x&&t.y===this.y},contains:function(t){return t=w(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return\"Point(\"+a(this.x)+\", \"+a(this.y)+\")\"}},P.prototype={extend:function(t){return t=w(t),this.min||this.max?(this.min.x=Math.min(t.x,this.min.x),this.max.x=Math.max(t.x,this.max.x),this.min.y=Math.min(t.y,this.min.y),this.max.y=Math.max(t.y,this.max.y)):(this.min=t.clone(),this.max=t.clone()),this},getCenter:function(t){return new x((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return new x(this.min.x,this.max.y)},getTopRight:function(){return new x(this.max.x,this.min.y)},getTopLeft:function(){return this.min},getBottomRight:function(){return this.max},getSize:function(){return this.max.subtract(this.min)},contains:function(t){var i,e;return(t=\"number\"==typeof t[0]||t instanceof x?w(t):b(t))instanceof P?(i=t.min,e=t.max):i=e=t,i.x>=this.min.x&&e.x<=this.max.x&&i.y>=this.min.y&&e.y<=this.max.y},intersects:function(t){t=b(t);var i=this.min,e=this.max,n=t.min,o=t.max,s=o.x>=i.x&&n.x<=e.x,r=o.y>=i.y&&n.y<=e.y;return s&&r},overlaps:function(t){t=b(t);var i=this.min,e=this.max,n=t.min,o=t.max,s=o.x>i.x&&n.x<e.x,r=o.y>i.y&&n.y<e.y;return s&&r},isValid:function(){return!(!this.min||!this.max)}},T.prototype={extend:function(t){var i,e,n=this._southWest,o=this._northEast;if(t instanceof M)i=t,e=t;else{if(!(t instanceof T))return t?this.extend(C(t)||z(t)):this;if(i=t._southWest,e=t._northEast,!i||!e)return this}return n||o?(n.lat=Math.min(i.lat,n.lat),n.lng=Math.min(i.lng,n.lng),o.lat=Math.max(e.lat,o.lat),o.lng=Math.max(e.lng,o.lng)):(this._southWest=new M(i.lat,i.lng),this._northEast=new M(e.lat,e.lng)),this},pad:function(t){var i=this._southWest,e=this._northEast,n=Math.abs(i.lat-e.lat)*t,o=Math.abs(i.lng-e.lng)*t;return new T(new M(i.lat-n,i.lng-o),new M(e.lat+n,e.lng+o))},getCenter:function(){return new M((this._southWest.lat+this._northEast.lat)/2,(this._southWest.lng+this._northEast.lng)/2)},getSouthWest:function(){return this._southWest},getNorthEast:function(){return this._northEast},getNorthWest:function(){return new M(this.getNorth(),this.getWest())},getSouthEast:function(){return new M(this.getSouth(),this.getEast())},getWest:function(){return this._southWest.lng},getSouth:function(){return this._southWest.lat},getEast:function(){return this._northEast.lng},getNorth:function(){return this._northEast.lat},contains:function(t){t=\"number\"==typeof t[0]||t instanceof M||\"lat\"in t?C(t):z(t);var i,e,n=this._southWest,o=this._northEast;return t instanceof T?(i=t.getSouthWest(),e=t.getNorthEast()):i=e=t,i.lat>=n.lat&&e.lat<=o.lat&&i.lng>=n.lng&&e.lng<=o.lng},intersects:function(t){t=z(t);var i=this._southWest,e=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),s=o.lat>=i.lat&&n.lat<=e.lat,r=o.lng>=i.lng&&n.lng<=e.lng;return s&&r},overlaps:function(t){t=z(t);var i=this._southWest,e=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),s=o.lat>i.lat&&n.lat<e.lat,r=o.lng>i.lng&&n.lng<e.lng;return s&&r},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(\",\")},equals:function(t,i){return!!t&&(t=z(t),this._southWest.equals(t.getSouthWest(),i)&&this._northEast.equals(t.getNorthEast(),i))},isValid:function(){return!(!this._southWest||!this._northEast)}},M.prototype={equals:function(t,i){return!!t&&(t=C(t),Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng))<=(void 0===i?1e-9:i))},toString:function(t){return\"LatLng(\"+a(this.lat,t)+\", \"+a(this.lng,t)+\")\"},distanceTo:function(t){return _i.distance(this,C(t))},wrap:function(){return _i.wrapLatLng(this)},toBounds:function(t){var i=180*t/40075017,e=i/Math.cos(Math.PI/180*this.lat);return z([this.lat-i,this.lng-e],[this.lat+i,this.lng+e])},clone:function(){return new M(this.lat,this.lng,this.alt)}};var ci={latLngToPoint:function(t,i){var e=this.projection.project(t),n=this.scale(i);return this.transformation._transform(e,n)},pointToLatLng:function(t,i){var e=this.scale(i),n=this.transformation.untransform(t,e);return this.projection.unproject(n)},project:function(t){return this.projection.project(t)},unproject:function(t){return this.projection.unproject(t)},scale:function(t){return 256*Math.pow(2,t)},zoom:function(t){return Math.log(t/256)/Math.LN2},getProjectedBounds:function(t){if(this.infinite)return null;var i=this.projection.bounds,e=this.scale(t);return new P(this.transformation.transform(i.min,e),this.transformation.transform(i.max,e))},infinite:!1,wrapLatLng:function(t){var i=this.wrapLng?s(t.lng,this.wrapLng,!0):t.lng;return new M(this.wrapLat?s(t.lat,this.wrapLat,!0):t.lat,i,t.alt)},wrapLatLngBounds:function(t){var i=t.getCenter(),e=this.wrapLatLng(i),n=i.lat-e.lat,o=i.lng-e.lng;if(0===n&&0===o)return t;var s=t.getSouthWest(),r=t.getNorthEast();return new T(new M(s.lat-n,s.lng-o),new M(r.lat-n,r.lng-o))}},_i=i({},ci,{wrapLng:[-180,180],R:6371e3,distance:function(t,i){var e=Math.PI/180,n=t.lat*e,o=i.lat*e,s=Math.sin((i.lat-t.lat)*e/2),r=Math.sin((i.lng-t.lng)*e/2),a=s*s+Math.cos(n)*Math.cos(o)*r*r,h=2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a));return this.R*h}}),di={R:6378137,MAX_LATITUDE:85.0511287798,project:function(t){var i=Math.PI/180,e=this.MAX_LATITUDE,n=Math.max(Math.min(e,t.lat),-e),o=Math.sin(n*i);return new x(this.R*t.lng*i,this.R*Math.log((1+o)/(1-o))/2)},unproject:function(t){var i=180/Math.PI;return new M((2*Math.atan(Math.exp(t.y/this.R))-Math.PI/2)*i,t.x*i/this.R)},bounds:function(){var t=6378137*Math.PI;return new P([-t,-t],[t,t])}()};Z.prototype={transform:function(t,i){return this._transform(t.clone(),i)},_transform:function(t,i){return i=i||1,t.x=i*(this._a*t.x+this._b),t.y=i*(this._c*t.y+this._d),t},untransform:function(t,i){return i=i||1,new x((t.x/i-this._b)/this._a,(t.y/i-this._d)/this._c)}};var pi,mi,fi,gi,vi=i({},_i,{code:\"EPSG:3857\",projection:di,transformation:function(){var t=.5/(Math.PI*di.R);return S(t,.5,-t,.5)}()}),yi=i({},vi,{code:\"EPSG:900913\"}),xi=document.documentElement.style,wi=\"ActiveXObject\"in window,Li=wi&&!document.addEventListener,Pi=\"msLaunchUri\"in navigator&&!(\"documentMode\"in document),bi=I(\"webkit\"),Ti=I(\"android\"),zi=I(\"android 2\")||I(\"android 3\"),Mi=parseInt(/WebKit\\/([0-9]+)|$/.exec(navigator.userAgent)[1],10),Ci=Ti&&I(\"Google\")&&Mi<537&&!(\"AudioNode\"in window),Zi=!!window.opera,Si=I(\"chrome\"),Ei=I(\"gecko\")&&!bi&&!Zi&&!wi,ki=!Si&&I(\"safari\"),Ii=I(\"phantom\"),Ai=\"OTransition\"in xi,Bi=0===navigator.platform.indexOf(\"Win\"),Oi=wi&&\"transition\"in xi,Ri=\"WebKitCSSMatrix\"in window&&\"m11\"in new window.WebKitCSSMatrix&&!zi,Di=\"MozPerspective\"in xi,Ni=!window.L_DISABLE_3D&&(Oi||Ri||Di)&&!Ai&&!Ii,ji=\"undefined\"!=typeof orientation||I(\"mobile\"),Wi=ji&&bi,Hi=ji&&Ri,Fi=!window.PointerEvent&&window.MSPointerEvent,Ui=!(!window.PointerEvent&&!Fi),Vi=!window.L_NO_TOUCH&&(Ui||\"ontouchstart\"in window||window.DocumentTouch&&document instanceof window.DocumentTouch),qi=ji&&Zi,Gi=ji&&Ei,Ki=(window.devicePixelRatio||window.screen.deviceXDPI/window.screen.logicalXDPI)>1,Yi=!!document.createElement(\"canvas\").getContext,Xi=!(!document.createElementNS||!E(\"svg\").createSVGRect),Ji=!Xi&&function(){try{var t=document.createElement(\"div\");t.innerHTML='<v:shape adj=\"1\"/>';var i=t.firstChild;return i.style.behavior=\"url(#default#VML)\",i&&\"object\"==typeof i.adj}catch(t){return!1}}(),$i=(Object.freeze||Object)({ie:wi,ielt9:Li,edge:Pi,webkit:bi,android:Ti,android23:zi,androidStock:Ci,opera:Zi,chrome:Si,gecko:Ei,safari:ki,phantom:Ii,opera12:Ai,win:Bi,ie3d:Oi,webkit3d:Ri,gecko3d:Di,any3d:Ni,mobile:ji,mobileWebkit:Wi,mobileWebkit3d:Hi,msPointer:Fi,pointer:Ui,touch:Vi,mobileOpera:qi,mobileGecko:Gi,retina:Ki,canvas:Yi,svg:Xi,vml:Ji}),Qi=Fi?\"MSPointerDown\":\"pointerdown\",te=Fi?\"MSPointerMove\":\"pointermove\",ie=Fi?\"MSPointerUp\":\"pointerup\",ee=Fi?\"MSPointerCancel\":\"pointercancel\",ne=[\"INPUT\",\"SELECT\",\"OPTION\"],oe={},se=!1,re=0,ae=Fi?\"MSPointerDown\":Ui?\"pointerdown\":\"touchstart\",he=Fi?\"MSPointerUp\":Ui?\"pointerup\":\"touchend\",ue=\"_leaflet_\",le=\"_leaflet_events\",ce=Bi&&Si?2*window.devicePixelRatio:Ei?window.devicePixelRatio:1,_e={},de=(Object.freeze||Object)({on:V,off:q,stopPropagation:Y,disableScrollPropagation:X,disableClickPropagation:J,preventDefault:$,stop:Q,getMousePosition:tt,getWheelDelta:it,fakeStop:et,skipped:nt,isExternalTarget:ot,addListener:V,removeListener:q}),pe=xt([\"transform\",\"WebkitTransform\",\"OTransform\",\"MozTransform\",\"msTransform\"]),me=xt([\"webkitTransition\",\"transition\",\"OTransition\",\"MozTransition\",\"msTransition\"]),fe=\"webkitTransition\"===me||\"OTransition\"===me?me+\"End\":\"transitionend\";if(\"onselectstart\"in document)mi=function(){V(window,\"selectstart\",$)},fi=function(){q(window,\"selectstart\",$)};else{var ge=xt([\"userSelect\",\"WebkitUserSelect\",\"OUserSelect\",\"MozUserSelect\",\"msUserSelect\"]);mi=function(){if(ge){var t=document.documentElement.style;gi=t[ge],t[ge]=\"none\"}},fi=function(){ge&&(document.documentElement.style[ge]=gi,gi=void 0)}}var ve,ye,xe=(Object.freeze||Object)({TRANSFORM:pe,TRANSITION:me,TRANSITION_END:fe,get:rt,getStyle:at,create:ht,remove:ut,empty:lt,toFront:ct,toBack:_t,hasClass:dt,addClass:pt,removeClass:mt,setClass:ft,getClass:gt,setOpacity:vt,testProp:xt,setTransform:wt,setPosition:Lt,getPosition:Pt,disableTextSelection:mi,enableTextSelection:fi,disableImageDrag:bt,enableImageDrag:Tt,preventOutline:zt,restoreOutline:Mt}),we=ui.extend({run:function(t,i,e,n){this.stop(),this._el=t,this._inProgress=!0,this._duration=e||.25,this._easeOutPower=1/Math.max(n||.5,.2),this._startPos=Pt(t),this._offset=i.subtract(this._startPos),this._startTime=+new Date,this.fire(\"start\"),this._animate()},stop:function(){this._inProgress&&(this._step(!0),this._complete())},_animate:function(){this._animId=f(this._animate,this),this._step()},_step:function(t){var i=+new Date-this._startTime,e=1e3*this._duration;i<e?this._runFrame(this._easeOut(i/e),t):(this._runFrame(1),this._complete())},_runFrame:function(t,i){var e=this._startPos.add(this._offset.multiplyBy(t));i&&e._round(),Lt(this._el,e),this.fire(\"step\")},_complete:function(){g(this._animId),this._inProgress=!1,this.fire(\"end\")},_easeOut:function(t){return 1-Math.pow(1-t,this._easeOutPower)}}),Le=ui.extend({options:{crs:vi,center:void 0,zoom:void 0,minZoom:void 0,maxZoom:void 0,layers:[],maxBounds:void 0,renderer:void 0,zoomAnimation:!0,zoomAnimationThreshold:4,fadeAnimation:!0,markerZoomAnimation:!0,transform3DLimit:8388608,zoomSnap:1,zoomDelta:1,trackResize:!0},initialize:function(t,i){i=l(this,i),this._initContainer(t),this._initLayout(),this._onResize=e(this._onResize,this),this._initEvents(),i.maxBounds&&this.setMaxBounds(i.maxBounds),void 0!==i.zoom&&(this._zoom=this._limitZoom(i.zoom)),i.center&&void 0!==i.zoom&&this.setView(C(i.center),i.zoom,{reset:!0}),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._sizeChanged=!0,this.callInitHooks(),this._zoomAnimated=me&&Ni&&!qi&&this.options.zoomAnimation,this._zoomAnimated&&(this._createAnimProxy(),V(this._proxy,fe,this._catchTransitionEnd,this)),this._addLayers(this.options.layers)},setView:function(t,e,n){return e=void 0===e?this._zoom:this._limitZoom(e),t=this._limitCenter(C(t),e,this.options.maxBounds),n=n||{},this._stop(),this._loaded&&!n.reset&&!0!==n&&(void 0!==n.animate&&(n.zoom=i({animate:n.animate},n.zoom),n.pan=i({animate:n.animate,duration:n.duration},n.pan)),this._zoom!==e?this._tryAnimatedZoom&&this._tryAnimatedZoom(t,e,n.zoom):this._tryAnimatedPan(t,n.pan))?(clearTimeout(this._sizeTimer),this):(this._resetView(t,e),this)},setZoom:function(t,i){return this._loaded?this.setView(this.getCenter(),t,{zoom:i}):(this._zoom=t,this)},zoomIn:function(t,i){return t=t||(Ni?this.options.zoomDelta:1),this.setZoom(this._zoom+t,i)},zoomOut:function(t,i){return t=t||(Ni?this.options.zoomDelta:1),this.setZoom(this._zoom-t,i)},setZoomAround:function(t,i,e){var n=this.getZoomScale(i),o=this.getSize().divideBy(2),s=(t instanceof x?t:this.latLngToContainerPoint(t)).subtract(o).multiplyBy(1-1/n),r=this.containerPointToLatLng(o.add(s));return this.setView(r,i,{zoom:e})},_getBoundsCenterZoom:function(t,i){i=i||{},t=t.getBounds?t.getBounds():z(t);var e=w(i.paddingTopLeft||i.padding||[0,0]),n=w(i.paddingBottomRight||i.padding||[0,0]),o=this.getBoundsZoom(t,!1,e.add(n));if((o=\"number\"==typeof i.maxZoom?Math.min(i.maxZoom,o):o)===1/0)return{center:t.getCenter(),zoom:o};var s=n.subtract(e).divideBy(2),r=this.project(t.getSouthWest(),o),a=this.project(t.getNorthEast(),o);return{center:this.unproject(r.add(a).divideBy(2).add(s),o),zoom:o}},fitBounds:function(t,i){if(!(t=z(t)).isValid())throw new Error(\"Bounds are not valid.\");var e=this._getBoundsCenterZoom(t,i);return this.setView(e.center,e.zoom,i)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,i){return this.setView(t,this._zoom,{pan:i})},panBy:function(t,i){if(t=w(t).round(),i=i||{},!t.x&&!t.y)return this.fire(\"moveend\");if(!0!==i.animate&&!this.getSize().contains(t))return this._resetView(this.unproject(this.project(this.getCenter()).add(t)),this.getZoom()),this;if(this._panAnim||(this._panAnim=new we,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),i.noMoveStart||this.fire(\"movestart\"),!1!==i.animate){pt(this._mapPane,\"leaflet-pan-anim\");var e=this._getMapPanePos().subtract(t).round();this._panAnim.run(this._mapPane,e,i.duration||.25,i.easeLinearity)}else this._rawPanBy(t),this.fire(\"move\").fire(\"moveend\");return this},flyTo:function(t,i,e){function n(t){var i=(g*g-m*m+(t?-1:1)*x*x*v*v)/(2*(t?g:m)*x*v),e=Math.sqrt(i*i+1)-i;return e<1e-9?-18:Math.log(e)}function o(t){return(Math.exp(t)-Math.exp(-t))/2}function s(t){return(Math.exp(t)+Math.exp(-t))/2}function r(t){return o(t)/s(t)}function a(t){return m*(s(w)/s(w+y*t))}function h(t){return m*(s(w)*r(w+y*t)-o(w))/x}function u(t){return 1-Math.pow(1-t,1.5)}function l(){var e=(Date.now()-L)/b,n=u(e)*P;e<=1?(this._flyToFrame=f(l,this),this._move(this.unproject(c.add(_.subtract(c).multiplyBy(h(n)/v)),p),this.getScaleZoom(m/a(n),p),{flyTo:!0})):this._move(t,i)._moveEnd(!0)}if(!1===(e=e||{}).animate||!Ni)return this.setView(t,i,e);this._stop();var c=this.project(this.getCenter()),_=this.project(t),d=this.getSize(),p=this._zoom;t=C(t),i=void 0===i?p:i;var m=Math.max(d.x,d.y),g=m*this.getZoomScale(p,i),v=_.distanceTo(c)||1,y=1.42,x=y*y,w=n(0),L=Date.now(),P=(n(1)-w)/y,b=e.duration?1e3*e.duration:1e3*P*.8;return this._moveStart(!0,e.noMoveStart),l.call(this),this},flyToBounds:function(t,i){var e=this._getBoundsCenterZoom(t,i);return this.flyTo(e.center,e.zoom,i)},setMaxBounds:function(t){return(t=z(t)).isValid()?(this.options.maxBounds&&this.off(\"moveend\",this._panInsideMaxBounds),this.options.maxBounds=t,this._loaded&&this._panInsideMaxBounds(),this.on(\"moveend\",this._panInsideMaxBounds)):(this.options.maxBounds=null,this.off(\"moveend\",this._panInsideMaxBounds))},setMinZoom:function(t){var i=this.options.minZoom;return this.options.minZoom=t,this._loaded&&i!==t&&(this.fire(\"zoomlevelschange\"),this.getZoom()<this.options.minZoom)?this.setZoom(t):this},setMaxZoom:function(t){var i=this.options.maxZoom;return this.options.maxZoom=t,this._loaded&&i!==t&&(this.fire(\"zoomlevelschange\"),this.getZoom()>this.options.maxZoom)?this.setZoom(t):this},panInsideBounds:function(t,i){this._enforcingBounds=!0;var e=this.getCenter(),n=this._limitCenter(e,this._zoom,z(t));return e.equals(n)||this.panTo(n,i),this._enforcingBounds=!1,this},invalidateSize:function(t){if(!this._loaded)return this;t=i({animate:!1,pan:!0},!0===t?{animate:!0}:t);var n=this.getSize();this._sizeChanged=!0,this._lastCenter=null;var o=this.getSize(),s=n.divideBy(2).round(),r=o.divideBy(2).round(),a=s.subtract(r);return a.x||a.y?(t.animate&&t.pan?this.panBy(a):(t.pan&&this._rawPanBy(a),this.fire(\"move\"),t.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(e(this.fire,this,\"moveend\"),200)):this.fire(\"moveend\")),this.fire(\"resize\",{oldSize:n,newSize:o})):this},stop:function(){return this.setZoom(this._limitZoom(this._zoom)),this.options.zoomSnap||this.fire(\"viewreset\"),this._stop()},locate:function(t){if(t=this._locateOptions=i({timeout:1e4,watch:!1},t),!(\"geolocation\"in navigator))return this._handleGeolocationError({code:0,message:\"Geolocation not supported.\"}),this;var n=e(this._handleGeolocationResponse,this),o=e(this._handleGeolocationError,this);return t.watch?this._locationWatchId=navigator.geolocation.watchPosition(n,o,t):navigator.geolocation.getCurrentPosition(n,o,t),this},stopLocate:function(){return navigator.geolocation&&navigator.geolocation.clearWatch&&navigator.geolocation.clearWatch(this._locationWatchId),this._locateOptions&&(this._locateOptions.setView=!1),this},_handleGeolocationError:function(t){var i=t.code,e=t.message||(1===i?\"permission denied\":2===i?\"position unavailable\":\"timeout\");this._locateOptions.setView&&!this._loaded&&this.fitWorld(),this.fire(\"locationerror\",{code:i,message:\"Geolocation error: \"+e+\".\"})},_handleGeolocationResponse:function(t){var i=new M(t.coords.latitude,t.coords.longitude),e=i.toBounds(t.coords.accuracy),n=this._locateOptions;if(n.setView){var o=this.getBoundsZoom(e);this.setView(i,n.maxZoom?Math.min(o,n.maxZoom):o)}var s={latlng:i,bounds:e,timestamp:t.timestamp};for(var r in t.coords)\"number\"==typeof t.coords[r]&&(s[r]=t.coords[r]);this.fire(\"locationfound\",s)},addHandler:function(t,i){if(!i)return this;var e=this[t]=new i(this);return this._handlers.push(e),this.options[t]&&e.enable(),this},remove:function(){if(this._initEvents(!0),this._containerId!==this._container._leaflet_id)throw new Error(\"Map container is being reused by another instance\");try{delete this._container._leaflet_id,delete this._containerId}catch(t){this._container._leaflet_id=void 0,this._containerId=void 0}void 0!==this._locationWatchId&&this.stopLocate(),this._stop(),ut(this._mapPane),this._clearControlPos&&this._clearControlPos(),this._clearHandlers(),this._loaded&&this.fire(\"unload\");var t;for(t in this._layers)this._layers[t].remove();for(t in this._panes)ut(this._panes[t]);return this._layers=[],this._panes=[],delete this._mapPane,delete this._renderer,this},createPane:function(t,i){var e=ht(\"div\",\"leaflet-pane\"+(t?\" leaflet-\"+t.replace(\"Pane\",\"\")+\"-pane\":\"\"),i||this._mapPane);return t&&(this._panes[t]=e),e},getCenter:function(){return this._checkIfLoaded(),this._lastCenter&&!this._moved()?this._lastCenter:this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds();return new T(this.unproject(t.getBottomLeft()),this.unproject(t.getTopRight()))},getMinZoom:function(){return void 0===this.options.minZoom?this._layersMinZoom||0:this.options.minZoom},getMaxZoom:function(){return void 0===this.options.maxZoom?void 0===this._layersMaxZoom?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,i,e){t=z(t),e=w(e||[0,0]);var n=this.getZoom()||0,o=this.getMinZoom(),s=this.getMaxZoom(),r=t.getNorthWest(),a=t.getSouthEast(),h=this.getSize().subtract(e),u=b(this.project(a,n),this.project(r,n)).getSize(),l=Ni?this.options.zoomSnap:1,c=h.x/u.x,_=h.y/u.y,d=i?Math.max(c,_):Math.min(c,_);return n=this.getScaleZoom(d,n),l&&(n=Math.round(n/(l/100))*(l/100),n=i?Math.ceil(n/l)*l:Math.floor(n/l)*l),Math.max(o,Math.min(s,n))},getSize:function(){return this._size&&!this._sizeChanged||(this._size=new x(this._container.clientWidth||0,this._container.clientHeight||0),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(t,i){var e=this._getTopLeftPoint(t,i);return new P(e,e.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._pixelOrigin},getPixelWorldBounds:function(t){return this.options.crs.getProjectedBounds(void 0===t?this.getZoom():t)},getPane:function(t){return\"string\"==typeof t?this._panes[t]:t},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t,i){var e=this.options.crs;return i=void 0===i?this._zoom:i,e.scale(t)/e.scale(i)},getScaleZoom:function(t,i){var e=this.options.crs;i=void 0===i?this._zoom:i;var n=e.zoom(t*e.scale(i));return isNaN(n)?1/0:n},project:function(t,i){return i=void 0===i?this._zoom:i,this.options.crs.latLngToPoint(C(t),i)},unproject:function(t,i){return i=void 0===i?this._zoom:i,this.options.crs.pointToLatLng(w(t),i)},layerPointToLatLng:function(t){var i=w(t).add(this.getPixelOrigin());return this.unproject(i)},latLngToLayerPoint:function(t){return this.project(C(t))._round()._subtract(this.getPixelOrigin())},wrapLatLng:function(t){return this.options.crs.wrapLatLng(C(t))},wrapLatLngBounds:function(t){return this.options.crs.wrapLatLngBounds(z(t))},distance:function(t,i){return this.options.crs.distance(C(t),C(i))},containerPointToLayerPoint:function(t){return w(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return w(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var i=this.containerPointToLayerPoint(w(t));return this.layerPointToLatLng(i)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(C(t)))},mouseEventToContainerPoint:function(t){return tt(t,this._container)},mouseEventToLayerPoint:function(t){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(t))},mouseEventToLatLng:function(t){return this.layerPointToLatLng(this.mouseEventToLayerPoint(t))},_initContainer:function(t){var i=this._container=rt(t);if(!i)throw new Error(\"Map container not found.\");if(i._leaflet_id)throw new Error(\"Map container is already initialized.\");V(i,\"scroll\",this._onScroll,this),this._containerId=n(i)},_initLayout:function(){var t=this._container;this._fadeAnimated=this.options.fadeAnimation&&Ni,pt(t,\"leaflet-container\"+(Vi?\" leaflet-touch\":\"\")+(Ki?\" leaflet-retina\":\"\")+(Li?\" leaflet-oldie\":\"\")+(ki?\" leaflet-safari\":\"\")+(this._fadeAnimated?\" leaflet-fade-anim\":\"\"));var i=at(t,\"position\");\"absolute\"!==i&&\"relative\"!==i&&\"fixed\"!==i&&(t.style.position=\"relative\"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var t=this._panes={};this._paneRenderers={},this._mapPane=this.createPane(\"mapPane\",this._container),Lt(this._mapPane,new x(0,0)),this.createPane(\"tilePane\"),this.createPane(\"shadowPane\"),this.createPane(\"overlayPane\"),this.createPane(\"markerPane\"),this.createPane(\"tooltipPane\"),this.createPane(\"popupPane\"),this.options.markerZoomAnimation||(pt(t.markerPane,\"leaflet-zoom-hide\"),pt(t.shadowPane,\"leaflet-zoom-hide\"))},_resetView:function(t,i){Lt(this._mapPane,new x(0,0));var e=!this._loaded;this._loaded=!0,i=this._limitZoom(i),this.fire(\"viewprereset\");var n=this._zoom!==i;this._moveStart(n,!1)._move(t,i)._moveEnd(n),this.fire(\"viewreset\"),e&&this.fire(\"load\")},_moveStart:function(t,i){return t&&this.fire(\"zoomstart\"),i||this.fire(\"movestart\"),this},_move:function(t,i,e){void 0===i&&(i=this._zoom);var n=this._zoom!==i;return this._zoom=i,this._lastCenter=t,this._pixelOrigin=this._getNewPixelOrigin(t),(n||e&&e.pinch)&&this.fire(\"zoom\",e),this.fire(\"move\",e)},_moveEnd:function(t){return t&&this.fire(\"zoomend\"),this.fire(\"moveend\")},_stop:function(){return g(this._flyToFrame),this._panAnim&&this._panAnim.stop(),this},_rawPanBy:function(t){Lt(this._mapPane,this._getMapPanePos().subtract(t))},_getZoomSpan:function(){return this.getMaxZoom()-this.getMinZoom()},_panInsideMaxBounds:function(){this._enforcingBounds||this.panInsideBounds(this.options.maxBounds)},_checkIfLoaded:function(){if(!this._loaded)throw new Error(\"Set map center and zoom first.\")},_initEvents:function(t){this._targets={},this._targets[n(this._container)]=this;var i=t?q:V;i(this._container,\"click dblclick mousedown mouseup mouseover mouseout mousemove contextmenu keypress\",this._handleDOMEvent,this),this.options.trackResize&&i(window,\"resize\",this._onResize,this),Ni&&this.options.transform3DLimit&&(t?this.off:this.on).call(this,\"moveend\",this._onMoveEnd)},_onResize:function(){g(this._resizeRequest),this._resizeRequest=f(function(){this.invalidateSize({debounceMoveend:!0})},this)},_onScroll:function(){this._container.scrollTop=0,this._container.scrollLeft=0},_onMoveEnd:function(){var t=this._getMapPanePos();Math.max(Math.abs(t.x),Math.abs(t.y))>=this.options.transform3DLimit&&this._resetView(this.getCenter(),this.getZoom())},_findEventTargets:function(t,i){for(var e,o=[],s=\"mouseout\"===i||\"mouseover\"===i,r=t.target||t.srcElement,a=!1;r;){if((e=this._targets[n(r)])&&(\"click\"===i||\"preclick\"===i)&&!t._simulated&&this._draggableMoved(e)){a=!0;break}if(e&&e.listens(i,!0)){if(s&&!ot(r,t))break;if(o.push(e),s)break}if(r===this._container)break;r=r.parentNode}return o.length||a||s||!ot(r,t)||(o=[this]),o},_handleDOMEvent:function(t){if(this._loaded&&!nt(t)){var i=t.type;\"mousedown\"!==i&&\"keypress\"!==i||zt(t.target||t.srcElement),this._fireDOMEvent(t,i)}},_mouseEvents:[\"click\",\"dblclick\",\"mouseover\",\"mouseout\",\"contextmenu\"],_fireDOMEvent:function(t,e,n){if(\"click\"===t.type){var o=i({},t);o.type=\"preclick\",this._fireDOMEvent(o,o.type,n)}if(!t._stopped&&(n=(n||[]).concat(this._findEventTargets(t,e))).length){var s=n[0];\"contextmenu\"===e&&s.listens(e,!0)&&$(t);var r={originalEvent:t};if(\"keypress\"!==t.type){var a=s.getLatLng&&(!s._radius||s._radius<=10);r.containerPoint=a?this.latLngToContainerPoint(s.getLatLng()):this.mouseEventToContainerPoint(t),r.layerPoint=this.containerPointToLayerPoint(r.containerPoint),r.latlng=a?s.getLatLng():this.layerPointToLatLng(r.layerPoint)}for(var h=0;h<n.length;h++)if(n[h].fire(e,r,!0),r.originalEvent._stopped||!1===n[h].options.bubblingMouseEvents&&-1!==d(this._mouseEvents,e))return}},_draggableMoved:function(t){return(t=t.dragging&&t.dragging.enabled()?t:this).dragging&&t.dragging.moved()||this.boxZoom&&this.boxZoom.moved()},_clearHandlers:function(){for(var t=0,i=this._handlers.length;t<i;t++)this._handlers[t].disable()},whenReady:function(t,i){return this._loaded?t.call(i||this,{target:this}):this.on(\"load\",t,i),this},_getMapPanePos:function(){return Pt(this._mapPane)||new x(0,0)},_moved:function(){var t=this._getMapPanePos();return t&&!t.equals([0,0])},_getTopLeftPoint:function(t,i){return(t&&void 0!==i?this._getNewPixelOrigin(t,i):this.getPixelOrigin()).subtract(this._getMapPanePos())},_getNewPixelOrigin:function(t,i){var e=this.getSize()._divideBy(2);return this.project(t,i)._subtract(e)._add(this._getMapPanePos())._round()},_latLngToNewLayerPoint:function(t,i,e){var n=this._getNewPixelOrigin(e,i);return this.project(t,i)._subtract(n)},_latLngBoundsToNewLayerBounds:function(t,i,e){var n=this._getNewPixelOrigin(e,i);return b([this.project(t.getSouthWest(),i)._subtract(n),this.project(t.getNorthWest(),i)._subtract(n),this.project(t.getSouthEast(),i)._subtract(n),this.project(t.getNorthEast(),i)._subtract(n)])},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitCenter:function(t,i,e){if(!e)return t;var n=this.project(t,i),o=this.getSize().divideBy(2),s=new P(n.subtract(o),n.add(o)),r=this._getBoundsOffset(s,e,i);return r.round().equals([0,0])?t:this.unproject(n.add(r),i)},_limitOffset:function(t,i){if(!i)return t;var e=this.getPixelBounds(),n=new P(e.min.add(t),e.max.add(t));return t.add(this._getBoundsOffset(n,i))},_getBoundsOffset:function(t,i,e){var n=b(this.project(i.getNorthEast(),e),this.project(i.getSouthWest(),e)),o=n.min.subtract(t.min),s=n.max.subtract(t.max);return new x(this._rebound(o.x,-s.x),this._rebound(o.y,-s.y))},_rebound:function(t,i){return t+i>0?Math.round(t-i)/2:Math.max(0,Math.ceil(t))-Math.max(0,Math.floor(i))},_limitZoom:function(t){var i=this.getMinZoom(),e=this.getMaxZoom(),n=Ni?this.options.zoomSnap:1;return n&&(t=Math.round(t/n)*n),Math.max(i,Math.min(e,t))},_onPanTransitionStep:function(){this.fire(\"move\")},_onPanTransitionEnd:function(){mt(this._mapPane,\"leaflet-pan-anim\"),this.fire(\"moveend\")},_tryAnimatedPan:function(t,i){var e=this._getCenterOffset(t)._trunc();return!(!0!==(i&&i.animate)&&!this.getSize().contains(e))&&(this.panBy(e,i),!0)},_createAnimProxy:function(){var t=this._proxy=ht(\"div\",\"leaflet-proxy leaflet-zoom-animated\");this._panes.mapPane.appendChild(t),this.on(\"zoomanim\",function(t){var i=pe,e=this._proxy.style[i];wt(this._proxy,this.project(t.center,t.zoom),this.getZoomScale(t.zoom,1)),e===this._proxy.style[i]&&this._animatingZoom&&this._onZoomTransitionEnd()},this),this.on(\"load moveend\",function(){var t=this.getCenter(),i=this.getZoom();wt(this._proxy,this.project(t,i),this.getZoomScale(i,1))},this),this._on(\"unload\",this._destroyAnimProxy,this)},_destroyAnimProxy:function(){ut(this._proxy),delete this._proxy},_catchTransitionEnd:function(t){this._animatingZoom&&t.propertyName.indexOf(\"transform\")>=0&&this._onZoomTransitionEnd()},_nothingToAnimate:function(){return!this._container.getElementsByClassName(\"leaflet-zoom-animated\").length},_tryAnimatedZoom:function(t,i,e){if(this._animatingZoom)return!0;if(e=e||{},!this._zoomAnimated||!1===e.animate||this._nothingToAnimate()||Math.abs(i-this._zoom)>this.options.zoomAnimationThreshold)return!1;var n=this.getZoomScale(i),o=this._getCenterOffset(t)._divideBy(1-1/n);return!(!0!==e.animate&&!this.getSize().contains(o))&&(f(function(){this._moveStart(!0,!1)._animateZoom(t,i,!0)},this),!0)},_animateZoom:function(t,i,n,o){this._mapPane&&(n&&(this._animatingZoom=!0,this._animateToCenter=t,this._animateToZoom=i,pt(this._mapPane,\"leaflet-zoom-anim\")),this.fire(\"zoomanim\",{center:t,zoom:i,noUpdate:o}),setTimeout(e(this._onZoomTransitionEnd,this),250))},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._mapPane&&mt(this._mapPane,\"leaflet-zoom-anim\"),this._animatingZoom=!1,this._move(this._animateToCenter,this._animateToZoom),f(function(){this._moveEnd(!0)},this))}}),Pe=v.extend({options:{position:\"topright\"},initialize:function(t){l(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var i=this._map;return i&&i.removeControl(this),this.options.position=t,i&&i.addControl(this),this},getContainer:function(){return this._container},addTo:function(t){this.remove(),this._map=t;var i=this._container=this.onAdd(t),e=this.getPosition(),n=t._controlCorners[e];return pt(i,\"leaflet-control\"),-1!==e.indexOf(\"bottom\")?n.insertBefore(i,n.firstChild):n.appendChild(i),this},remove:function(){return this._map?(ut(this._container),this.onRemove&&this.onRemove(this._map),this._map=null,this):this},_refocusOnMap:function(t){this._map&&t&&t.screenX>0&&t.screenY>0&&this._map.getContainer().focus()}}),be=function(t){return new Pe(t)};Le.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.remove(),this},_initControlPos:function(){function t(t,o){var s=e+t+\" \"+e+o;i[t+o]=ht(\"div\",s,n)}var i=this._controlCorners={},e=\"leaflet-\",n=this._controlContainer=ht(\"div\",e+\"control-container\",this._container);t(\"top\",\"left\"),t(\"top\",\"right\"),t(\"bottom\",\"left\"),t(\"bottom\",\"right\")},_clearControlPos:function(){for(var t in this._controlCorners)ut(this._controlCorners[t]);ut(this._controlContainer),delete this._controlCorners,delete this._controlContainer}});var Te=Pe.extend({options:{collapsed:!0,position:\"topright\",autoZIndex:!0,hideSingleBase:!1,sortLayers:!1,sortFunction:function(t,i,e,n){return e<n?-1:n<e?1:0}},initialize:function(t,i,e){l(this,e),this._layerControlInputs=[],this._layers=[],this._lastZIndex=0,this._handlingClick=!1;for(var n in t)this._addLayer(t[n],n);for(n in i)this._addLayer(i[n],n,!0)},onAdd:function(t){this._initLayout(),this._update(),this._map=t,t.on(\"zoomend\",this._checkDisabledLayers,this);for(var i=0;i<this._layers.length;i++)this._layers[i].layer.on(\"add remove\",this._onLayerChange,this);return this._container},addTo:function(t){return Pe.prototype.addTo.call(this,t),this._expandIfNotCollapsed()},onRemove:function(){this._map.off(\"zoomend\",this._checkDisabledLayers,this);for(var t=0;t<this._layers.length;t++)this._layers[t].layer.off(\"add remove\",this._onLayerChange,this)},addBaseLayer:function(t,i){return this._addLayer(t,i),this._map?this._update():this},addOverlay:function(t,i){return this._addLayer(t,i,!0),this._map?this._update():this},removeLayer:function(t){t.off(\"add remove\",this._onLayerChange,this);var i=this._getLayer(n(t));return i&&this._layers.splice(this._layers.indexOf(i),1),this._map?this._update():this},expand:function(){pt(this._container,\"leaflet-control-layers-expanded\"),this._form.style.height=null;var t=this._map.getSize().y-(this._container.offsetTop+50);return t<this._form.clientHeight?(pt(this._form,\"leaflet-control-layers-scrollbar\"),this._form.style.height=t+\"px\"):mt(this._form,\"leaflet-control-layers-scrollbar\"),this._checkDisabledLayers(),this},collapse:function(){return mt(this._container,\"leaflet-control-layers-expanded\"),this},_initLayout:function(){var t=\"leaflet-control-layers\",i=this._container=ht(\"div\",t),e=this.options.collapsed;i.setAttribute(\"aria-haspopup\",!0),J(i),X(i);var n=this._form=ht(\"form\",t+\"-list\");e&&(this._map.on(\"click\",this.collapse,this),Ti||V(i,{mouseenter:this.expand,mouseleave:this.collapse},this));var o=this._layersLink=ht(\"a\",t+\"-toggle\",i);o.href=\"#\",o.title=\"Layers\",Vi?(V(o,\"click\",Q),V(o,\"click\",this.expand,this)):V(o,\"focus\",this.expand,this),e||this.expand(),this._baseLayersList=ht(\"div\",t+\"-base\",n),this._separator=ht(\"div\",t+\"-separator\",n),this._overlaysList=ht(\"div\",t+\"-overlays\",n),i.appendChild(n)},_getLayer:function(t){for(var i=0;i<this._layers.length;i++)if(this._layers[i]&&n(this._layers[i].layer)===t)return this._layers[i]},_addLayer:function(t,i,n){this._map&&t.on(\"add remove\",this._onLayerChange,this),this._layers.push({layer:t,name:i,overlay:n}),this.options.sortLayers&&this._layers.sort(e(function(t,i){return this.options.sortFunction(t.layer,i.layer,t.name,i.name)},this)),this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex)),this._expandIfNotCollapsed()},_update:function(){if(!this._container)return this;lt(this._baseLayersList),lt(this._overlaysList),this._layerControlInputs=[];var t,i,e,n,o=0;for(e=0;e<this._layers.length;e++)n=this._layers[e],this._addItem(n),i=i||n.overlay,t=t||!n.overlay,o+=n.overlay?0:1;return this.options.hideSingleBase&&(t=t&&o>1,this._baseLayersList.style.display=t?\"\":\"none\"),this._separator.style.display=i&&t?\"\":\"none\",this},_onLayerChange:function(t){this._handlingClick||this._update();var i=this._getLayer(n(t.target)),e=i.overlay?\"add\"===t.type?\"overlayadd\":\"overlayremove\":\"add\"===t.type?\"baselayerchange\":null;e&&this._map.fire(e,i)},_createRadioElement:function(t,i){var e='<input type=\"radio\" class=\"leaflet-control-layers-selector\" name=\"'+t+'\"'+(i?' checked=\"checked\"':\"\")+\"/>\",n=document.createElement(\"div\");return n.innerHTML=e,n.firstChild},_addItem:function(t){var i,e=document.createElement(\"label\"),o=this._map.hasLayer(t.layer);t.overlay?((i=document.createElement(\"input\")).type=\"checkbox\",i.className=\"leaflet-control-layers-selector\",i.defaultChecked=o):i=this._createRadioElement(\"leaflet-base-layers\",o),this._layerControlInputs.push(i),i.layerId=n(t.layer),V(i,\"click\",this._onInputClick,this);var s=document.createElement(\"span\");s.innerHTML=\" \"+t.name;var r=document.createElement(\"div\");return e.appendChild(r),r.appendChild(i),r.appendChild(s),(t.overlay?this._overlaysList:this._baseLayersList).appendChild(e),this._checkDisabledLayers(),e},_onInputClick:function(){var t,i,e=this._layerControlInputs,n=[],o=[];this._handlingClick=!0;for(var s=e.length-1;s>=0;s--)t=e[s],i=this._getLayer(t.layerId).layer,t.checked?n.push(i):t.checked||o.push(i);for(s=0;s<o.length;s++)this._map.hasLayer(o[s])&&this._map.removeLayer(o[s]);for(s=0;s<n.length;s++)this._map.hasLayer(n[s])||this._map.addLayer(n[s]);this._handlingClick=!1,this._refocusOnMap()},_checkDisabledLayers:function(){for(var t,i,e=this._layerControlInputs,n=this._map.getZoom(),o=e.length-1;o>=0;o--)t=e[o],i=this._getLayer(t.layerId).layer,t.disabled=void 0!==i.options.minZoom&&n<i.options.minZoom||void 0!==i.options.maxZoom&&n>i.options.maxZoom},_expandIfNotCollapsed:function(){return this._map&&!this.options.collapsed&&this.expand(),this},_expand:function(){return this.expand()},_collapse:function(){return this.collapse()}}),ze=Pe.extend({options:{position:\"topleft\",zoomInText:\"+\",zoomInTitle:\"Zoom in\",zoomOutText:\"&#x2212;\",zoomOutTitle:\"Zoom out\"},onAdd:function(t){var i=\"leaflet-control-zoom\",e=ht(\"div\",i+\" leaflet-bar\"),n=this.options;return this._zoomInButton=this._createButton(n.zoomInText,n.zoomInTitle,i+\"-in\",e,this._zoomIn),this._zoomOutButton=this._createButton(n.zoomOutText,n.zoomOutTitle,i+\"-out\",e,this._zoomOut),this._updateDisabled(),t.on(\"zoomend zoomlevelschange\",this._updateDisabled,this),e},onRemove:function(t){t.off(\"zoomend zoomlevelschange\",this._updateDisabled,this)},disable:function(){return this._disabled=!0,this._updateDisabled(),this},enable:function(){return this._disabled=!1,this._updateDisabled(),this},_zoomIn:function(t){!this._disabled&&this._map._zoom<this._map.getMaxZoom()&&this._map.zoomIn(this._map.options.zoomDelta*(t.shiftKey?3:1))},_zoomOut:function(t){!this._disabled&&this._map._zoom>this._map.getMinZoom()&&this._map.zoomOut(this._map.options.zoomDelta*(t.shiftKey?3:1))},_createButton:function(t,i,e,n,o){var s=ht(\"a\",e,n);return s.innerHTML=t,s.href=\"#\",s.title=i,s.setAttribute(\"role\",\"button\"),s.setAttribute(\"aria-label\",i),J(s),V(s,\"click\",Q),V(s,\"click\",o,this),V(s,\"click\",this._refocusOnMap,this),s},_updateDisabled:function(){var t=this._map,i=\"leaflet-disabled\";mt(this._zoomInButton,i),mt(this._zoomOutButton,i),(this._disabled||t._zoom===t.getMinZoom())&&pt(this._zoomOutButton,i),(this._disabled||t._zoom===t.getMaxZoom())&&pt(this._zoomInButton,i)}});Le.mergeOptions({zoomControl:!0}),Le.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new ze,this.addControl(this.zoomControl))});var Me=Pe.extend({options:{position:\"bottomleft\",maxWidth:100,metric:!0,imperial:!0},onAdd:function(t){var i=ht(\"div\",\"leaflet-control-scale\"),e=this.options;return this._addScales(e,\"leaflet-control-scale-line\",i),t.on(e.updateWhenIdle?\"moveend\":\"move\",this._update,this),t.whenReady(this._update,this),i},onRemove:function(t){t.off(this.options.updateWhenIdle?\"moveend\":\"move\",this._update,this)},_addScales:function(t,i,e){t.metric&&(this._mScale=ht(\"div\",i,e)),t.imperial&&(this._iScale=ht(\"div\",i,e))},_update:function(){var t=this._map,i=t.getSize().y/2,e=t.distance(t.containerPointToLatLng([0,i]),t.containerPointToLatLng([this.options.maxWidth,i]));this._updateScales(e)},_updateScales:function(t){this.options.metric&&t&&this._updateMetric(t),this.options.imperial&&t&&this._updateImperial(t)},_updateMetric:function(t){var i=this._getRoundNum(t),e=i<1e3?i+\" m\":i/1e3+\" km\";this._updateScale(this._mScale,e,i/t)},_updateImperial:function(t){var i,e,n,o=3.2808399*t;o>5280?(i=o/5280,e=this._getRoundNum(i),this._updateScale(this._iScale,e+\" mi\",e/i)):(n=this._getRoundNum(o),this._updateScale(this._iScale,n+\" ft\",n/o))},_updateScale:function(t,i,e){t.style.width=Math.round(this.options.maxWidth*e)+\"px\",t.innerHTML=i},_getRoundNum:function(t){var i=Math.pow(10,(Math.floor(t)+\"\").length-1),e=t/i;return e=e>=10?10:e>=5?5:e>=3?3:e>=2?2:1,i*e}}),Ce=Pe.extend({options:{position:\"bottomright\",prefix:'<a href=\"http://leafletjs.com\" title=\"A JS library for interactive maps\">Leaflet</a>'},initialize:function(t){l(this,t),this._attributions={}},onAdd:function(t){t.attributionControl=this,this._container=ht(\"div\",\"leaflet-control-attribution\"),J(this._container);for(var i in t._layers)t._layers[i].getAttribution&&this.addAttribution(t._layers[i].getAttribution());return this._update(),this._container},setPrefix:function(t){return this.options.prefix=t,this._update(),this},addAttribution:function(t){return t?(this._attributions[t]||(this._attributions[t]=0),this._attributions[t]++,this._update(),this):this},removeAttribution:function(t){return t?(this._attributions[t]&&(this._attributions[t]--,this._update()),this):this},_update:function(){if(this._map){var t=[];for(var i in this._attributions)this._attributions[i]&&t.push(i);var e=[];this.options.prefix&&e.push(this.options.prefix),t.length&&e.push(t.join(\", \")),this._container.innerHTML=e.join(\" | \")}}});Le.mergeOptions({attributionControl:!0}),Le.addInitHook(function(){this.options.attributionControl&&(new Ce).addTo(this)});Pe.Layers=Te,Pe.Zoom=ze,Pe.Scale=Me,Pe.Attribution=Ce,be.layers=function(t,i,e){return new Te(t,i,e)},be.zoom=function(t){return new ze(t)},be.scale=function(t){return new Me(t)},be.attribution=function(t){return new Ce(t)};var Ze=v.extend({initialize:function(t){this._map=t},enable:function(){return this._enabled?this:(this._enabled=!0,this.addHooks(),this)},disable:function(){return this._enabled?(this._enabled=!1,this.removeHooks(),this):this},enabled:function(){return!!this._enabled}});Ze.addTo=function(t,i){return t.addHandler(i,this),this};var Se,Ee={Events:hi},ke=Vi?\"touchstart mousedown\":\"mousedown\",Ie={mousedown:\"mouseup\",touchstart:\"touchend\",pointerdown:\"touchend\",MSPointerDown:\"touchend\"},Ae={mousedown:\"mousemove\",touchstart:\"touchmove\",pointerdown:\"touchmove\",MSPointerDown:\"touchmove\"},Be=ui.extend({options:{clickTolerance:3},initialize:function(t,i,e,n){l(this,n),this._element=t,this._dragStartTarget=i||t,this._preventOutline=e},enable:function(){this._enabled||(V(this._dragStartTarget,ke,this._onDown,this),this._enabled=!0)},disable:function(){this._enabled&&(Be._dragging===this&&this.finishDrag(),q(this._dragStartTarget,ke,this._onDown,this),this._enabled=!1,this._moved=!1)},_onDown:function(t){if(!t._simulated&&this._enabled&&(this._moved=!1,!dt(this._element,\"leaflet-zoom-anim\")&&!(Be._dragging||t.shiftKey||1!==t.which&&1!==t.button&&!t.touches||(Be._dragging=this,this._preventOutline&&zt(this._element),bt(),mi(),this._moving)))){this.fire(\"down\");var i=t.touches?t.touches[0]:t;this._startPoint=new x(i.clientX,i.clientY),V(document,Ae[t.type],this._onMove,this),V(document,Ie[t.type],this._onUp,this)}},_onMove:function(t){if(!t._simulated&&this._enabled)if(t.touches&&t.touches.length>1)this._moved=!0;else{var i=t.touches&&1===t.touches.length?t.touches[0]:t,e=new x(i.clientX,i.clientY).subtract(this._startPoint);(e.x||e.y)&&(Math.abs(e.x)+Math.abs(e.y)<this.options.clickTolerance||($(t),this._moved||(this.fire(\"dragstart\"),this._moved=!0,this._startPos=Pt(this._element).subtract(e),pt(document.body,\"leaflet-dragging\"),this._lastTarget=t.target||t.srcElement,window.SVGElementInstance&&this._lastTarget instanceof SVGElementInstance&&(this._lastTarget=this._lastTarget.correspondingUseElement),pt(this._lastTarget,\"leaflet-drag-target\")),this._newPos=this._startPos.add(e),this._moving=!0,g(this._animRequest),this._lastEvent=t,this._animRequest=f(this._updatePosition,this,!0)))}},_updatePosition:function(){var t={originalEvent:this._lastEvent};this.fire(\"predrag\",t),Lt(this._element,this._newPos),this.fire(\"drag\",t)},_onUp:function(t){!t._simulated&&this._enabled&&this.finishDrag()},finishDrag:function(){mt(document.body,\"leaflet-dragging\"),this._lastTarget&&(mt(this._lastTarget,\"leaflet-drag-target\"),this._lastTarget=null);for(var t in Ae)q(document,Ae[t],this._onMove,this),q(document,Ie[t],this._onUp,this);Tt(),fi(),this._moved&&this._moving&&(g(this._animRequest),this.fire(\"dragend\",{distance:this._newPos.distanceTo(this._startPos)})),this._moving=!1,Be._dragging=!1}}),Oe=(Object.freeze||Object)({simplify:Ct,pointToSegmentDistance:Zt,closestPointOnSegment:function(t,i,e){return Rt(t,i,e)},clipSegment:It,_getEdgeIntersection:At,_getBitCode:Bt,_sqClosestPointOnSegment:Rt,isFlat:Dt,_flat:Nt}),Re=(Object.freeze||Object)({clipPolygon:jt}),De={project:function(t){return new x(t.lng,t.lat)},unproject:function(t){return new M(t.y,t.x)},bounds:new P([-180,-90],[180,90])},Ne={R:6378137,R_MINOR:6356752.314245179,bounds:new P([-20037508.34279,-15496570.73972],[20037508.34279,18764656.23138]),project:function(t){var i=Math.PI/180,e=this.R,n=t.lat*i,o=this.R_MINOR/e,s=Math.sqrt(1-o*o),r=s*Math.sin(n),a=Math.tan(Math.PI/4-n/2)/Math.pow((1-r)/(1+r),s/2);return n=-e*Math.log(Math.max(a,1e-10)),new x(t.lng*i*e,n)},unproject:function(t){for(var i,e=180/Math.PI,n=this.R,o=this.R_MINOR/n,s=Math.sqrt(1-o*o),r=Math.exp(-t.y/n),a=Math.PI/2-2*Math.atan(r),h=0,u=.1;h<15&&Math.abs(u)>1e-7;h++)i=s*Math.sin(a),i=Math.pow((1-i)/(1+i),s/2),a+=u=Math.PI/2-2*Math.atan(r*i)-a;return new M(a*e,t.x*e/n)}},je=(Object.freeze||Object)({LonLat:De,Mercator:Ne,SphericalMercator:di}),We=i({},_i,{code:\"EPSG:3395\",projection:Ne,transformation:function(){var t=.5/(Math.PI*Ne.R);return S(t,.5,-t,.5)}()}),He=i({},_i,{code:\"EPSG:4326\",projection:De,transformation:S(1/180,1,-1/180,.5)}),Fe=i({},ci,{projection:De,transformation:S(1,0,-1,0),scale:function(t){return Math.pow(2,t)},zoom:function(t){return Math.log(t)/Math.LN2},distance:function(t,i){var e=i.lng-t.lng,n=i.lat-t.lat;return Math.sqrt(e*e+n*n)},infinite:!0});ci.Earth=_i,ci.EPSG3395=We,ci.EPSG3857=vi,ci.EPSG900913=yi,ci.EPSG4326=He,ci.Simple=Fe;var Ue=ui.extend({options:{pane:\"overlayPane\",attribution:null,bubblingMouseEvents:!0},addTo:function(t){return t.addLayer(this),this},remove:function(){return this.removeFrom(this._map||this._mapToAdd)},removeFrom:function(t){return t&&t.removeLayer(this),this},getPane:function(t){return this._map.getPane(t?this.options[t]||t:this.options.pane)},addInteractiveTarget:function(t){return this._map._targets[n(t)]=this,this},removeInteractiveTarget:function(t){return delete this._map._targets[n(t)],this},getAttribution:function(){return this.options.attribution},_layerAdd:function(t){var i=t.target;if(i.hasLayer(this)){if(this._map=i,this._zoomAnimated=i._zoomAnimated,this.getEvents){var e=this.getEvents();i.on(e,this),this.once(\"remove\",function(){i.off(e,this)},this)}this.onAdd(i),this.getAttribution&&i.attributionControl&&i.attributionControl.addAttribution(this.getAttribution()),this.fire(\"add\"),i.fire(\"layeradd\",{layer:this})}}});Le.include({addLayer:function(t){if(!t._layerAdd)throw new Error(\"The provided object is not a Layer.\");var i=n(t);return this._layers[i]?this:(this._layers[i]=t,t._mapToAdd=this,t.beforeAdd&&t.beforeAdd(this),this.whenReady(t._layerAdd,t),this)},removeLayer:function(t){var i=n(t);return this._layers[i]?(this._loaded&&t.onRemove(this),t.getAttribution&&this.attributionControl&&this.attributionControl.removeAttribution(t.getAttribution()),delete this._layers[i],this._loaded&&(this.fire(\"layerremove\",{layer:t}),t.fire(\"remove\")),t._map=t._mapToAdd=null,this):this},hasLayer:function(t){return!!t&&n(t)in this._layers},eachLayer:function(t,i){for(var e in this._layers)t.call(i,this._layers[e]);return this},_addLayers:function(t){for(var i=0,e=(t=t?ei(t)?t:[t]:[]).length;i<e;i++)this.addLayer(t[i])},_addZoomLimit:function(t){!isNaN(t.options.maxZoom)&&isNaN(t.options.minZoom)||(this._zoomBoundLayers[n(t)]=t,this._updateZoomLevels())},_removeZoomLimit:function(t){var i=n(t);this._zoomBoundLayers[i]&&(delete this._zoomBoundLayers[i],this._updateZoomLevels())},_updateZoomLevels:function(){var t=1/0,i=-1/0,e=this._getZoomSpan();for(var n in this._zoomBoundLayers){var o=this._zoomBoundLayers[n].options;t=void 0===o.minZoom?t:Math.min(t,o.minZoom),i=void 0===o.maxZoom?i:Math.max(i,o.maxZoom)}this._layersMaxZoom=i===-1/0?void 0:i,this._layersMinZoom=t===1/0?void 0:t,e!==this._getZoomSpan()&&this.fire(\"zoomlevelschange\"),void 0===this.options.maxZoom&&this._layersMaxZoom&&this.getZoom()>this._layersMaxZoom&&this.setZoom(this._layersMaxZoom),void 0===this.options.minZoom&&this._layersMinZoom&&this.getZoom()<this._layersMinZoom&&this.setZoom(this._layersMinZoom)}});var Ve=Ue.extend({initialize:function(t,i){l(this,i),this._layers={};var e,n;if(t)for(e=0,n=t.length;e<n;e++)this.addLayer(t[e])},addLayer:function(t){var i=this.getLayerId(t);return this._layers[i]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var i=t in this._layers?t:this.getLayerId(t);return this._map&&this._layers[i]&&this._map.removeLayer(this._layers[i]),delete this._layers[i],this},hasLayer:function(t){return!!t&&(t in this._layers||this.getLayerId(t)in this._layers)},clearLayers:function(){return this.eachLayer(this.removeLayer,this)},invoke:function(t){var i,e,n=Array.prototype.slice.call(arguments,1);for(i in this._layers)(e=this._layers[i])[t]&&e[t].apply(e,n);return this},onAdd:function(t){this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t)},eachLayer:function(t,i){for(var e in this._layers)t.call(i,this._layers[e]);return this},getLayer:function(t){return this._layers[t]},getLayers:function(){var t=[];return this.eachLayer(t.push,t),t},setZIndex:function(t){return this.invoke(\"setZIndex\",t)},getLayerId:function(t){return n(t)}}),qe=Ve.extend({addLayer:function(t){return this.hasLayer(t)?this:(t.addEventParent(this),Ve.prototype.addLayer.call(this,t),this.fire(\"layeradd\",{layer:t}))},removeLayer:function(t){return this.hasLayer(t)?(t in this._layers&&(t=this._layers[t]),t.removeEventParent(this),Ve.prototype.removeLayer.call(this,t),this.fire(\"layerremove\",{layer:t})):this},setStyle:function(t){return this.invoke(\"setStyle\",t)},bringToFront:function(){return this.invoke(\"bringToFront\")},bringToBack:function(){return this.invoke(\"bringToBack\")},getBounds:function(){var t=new T;for(var i in this._layers){var e=this._layers[i];t.extend(e.getBounds?e.getBounds():e.getLatLng())}return t}}),Ge=v.extend({options:{popupAnchor:[0,0],tooltipAnchor:[0,0]},initialize:function(t){l(this,t)},createIcon:function(t){return this._createIcon(\"icon\",t)},createShadow:function(t){return this._createIcon(\"shadow\",t)},_createIcon:function(t,i){var e=this._getIconUrl(t);if(!e){if(\"icon\"===t)throw new Error(\"iconUrl not set in Icon options (see the docs).\");return null}var n=this._createImg(e,i&&\"IMG\"===i.tagName?i:null);return this._setIconStyles(n,t),n},_setIconStyles:function(t,i){var e=this.options,n=e[i+\"Size\"];\"number\"==typeof n&&(n=[n,n]);var o=w(n),s=w(\"shadow\"===i&&e.shadowAnchor||e.iconAnchor||o&&o.divideBy(2,!0));t.className=\"leaflet-marker-\"+i+\" \"+(e.className||\"\"),s&&(t.style.marginLeft=-s.x+\"px\",t.style.marginTop=-s.y+\"px\"),o&&(t.style.width=o.x+\"px\",t.style.height=o.y+\"px\")},_createImg:function(t,i){return i=i||document.createElement(\"img\"),i.src=t,i},_getIconUrl:function(t){return Ki&&this.options[t+\"RetinaUrl\"]||this.options[t+\"Url\"]}}),Ke=Ge.extend({options:{iconUrl:\"marker-icon.png\",iconRetinaUrl:\"marker-icon-2x.png\",shadowUrl:\"marker-shadow.png\",iconSize:[25,41],iconAnchor:[12,41],popupAnchor:[1,-34],tooltipAnchor:[16,-28],shadowSize:[41,41]},_getIconUrl:function(t){return Ke.imagePath||(Ke.imagePath=this._detectIconPath()),(this.options.imagePath||Ke.imagePath)+Ge.prototype._getIconUrl.call(this,t)},_detectIconPath:function(){var t=ht(\"div\",\"leaflet-default-icon-path\",document.body),i=at(t,\"background-image\")||at(t,\"backgroundImage\");return document.body.removeChild(t),i=null===i||0!==i.indexOf(\"url\")?\"\":i.replace(/^url\\([\"']?/,\"\").replace(/marker-icon\\.png[\"']?\\)$/,\"\")}}),Ye=Ze.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new Be(t,t,!0)),this._draggable.on({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).enable(),pt(t,\"leaflet-marker-draggable\")},removeHooks:function(){this._draggable.off({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).disable(),this._marker._icon&&mt(this._marker._icon,\"leaflet-marker-draggable\")},moved:function(){return this._draggable&&this._draggable._moved},_adjustPan:function(t){var i=this._marker,e=i._map,n=this._marker.options.autoPanSpeed,o=this._marker.options.autoPanPadding,s=L.DomUtil.getPosition(i._icon),r=e.getPixelBounds(),a=e.getPixelOrigin(),h=b(r.min._subtract(a).add(o),r.max._subtract(a).subtract(o));if(!h.contains(s)){var u=w((Math.max(h.max.x,s.x)-h.max.x)/(r.max.x-h.max.x)-(Math.min(h.min.x,s.x)-h.min.x)/(r.min.x-h.min.x),(Math.max(h.max.y,s.y)-h.max.y)/(r.max.y-h.max.y)-(Math.min(h.min.y,s.y)-h.min.y)/(r.min.y-h.min.y)).multiplyBy(n);e.panBy(u,{animate:!1}),this._draggable._newPos._add(u),this._draggable._startPos._add(u),L.DomUtil.setPosition(i._icon,this._draggable._newPos),this._onDrag(t),this._panRequest=f(this._adjustPan.bind(this,t))}},_onDragStart:function(){this._oldLatLng=this._marker.getLatLng(),this._marker.closePopup().fire(\"movestart\").fire(\"dragstart\")},_onPreDrag:function(t){this._marker.options.autoPan&&(g(this._panRequest),this._panRequest=f(this._adjustPan.bind(this,t)))},_onDrag:function(t){var i=this._marker,e=i._shadow,n=Pt(i._icon),o=i._map.layerPointToLatLng(n);e&&Lt(e,n),i._latlng=o,t.latlng=o,t.oldLatLng=this._oldLatLng,i.fire(\"move\",t).fire(\"drag\",t)},_onDragEnd:function(t){g(this._panRequest),delete this._oldLatLng,this._marker.fire(\"moveend\").fire(\"dragend\",t)}}),Xe=Ue.extend({options:{icon:new Ke,interactive:!0,draggable:!1,autoPan:!1,autoPanPadding:[50,50],autoPanSpeed:10,keyboard:!0,title:\"\",alt:\"\",zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250,pane:\"markerPane\",bubblingMouseEvents:!1},initialize:function(t,i){l(this,i),this._latlng=C(t)},onAdd:function(t){this._zoomAnimated=this._zoomAnimated&&t.options.markerZoomAnimation,this._zoomAnimated&&t.on(\"zoomanim\",this._animateZoom,this),this._initIcon(),this.update()},onRemove:function(t){this.dragging&&this.dragging.enabled()&&(this.options.draggable=!0,this.dragging.removeHooks()),delete this.dragging,this._zoomAnimated&&t.off(\"zoomanim\",this._animateZoom,this),this._removeIcon(),this._removeShadow()},getEvents:function(){return{zoom:this.update,viewreset:this.update}},getLatLng:function(){return this._latlng},setLatLng:function(t){var i=this._latlng;return this._latlng=C(t),this.update(),this.fire(\"move\",{oldLatLng:i,latlng:this._latlng})},setZIndexOffset:function(t){return this.options.zIndexOffset=t,this.update()},setIcon:function(t){return this.options.icon=t,this._map&&(this._initIcon(),this.update()),this._popup&&this.bindPopup(this._popup,this._popup.options),this},getElement:function(){return this._icon},update:function(){if(this._icon&&this._map){var t=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(t)}return this},_initIcon:function(){var t=this.options,i=\"leaflet-zoom-\"+(this._zoomAnimated?\"animated\":\"hide\"),e=t.icon.createIcon(this._icon),n=!1;e!==this._icon&&(this._icon&&this._removeIcon(),n=!0,t.title&&(e.title=t.title),\"IMG\"===e.tagName&&(e.alt=t.alt||\"\")),pt(e,i),t.keyboard&&(e.tabIndex=\"0\"),this._icon=e,t.riseOnHover&&this.on({mouseover:this._bringToFront,mouseout:this._resetZIndex});var o=t.icon.createShadow(this._shadow),s=!1;o!==this._shadow&&(this._removeShadow(),s=!0),o&&(pt(o,i),o.alt=\"\"),this._shadow=o,t.opacity<1&&this._updateOpacity(),n&&this.getPane().appendChild(this._icon),this._initInteraction(),o&&s&&this.getPane(\"shadowPane\").appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&this.off({mouseover:this._bringToFront,mouseout:this._resetZIndex}),ut(this._icon),this.removeInteractiveTarget(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&ut(this._shadow),this._shadow=null},_setPos:function(t){Lt(this._icon,t),this._shadow&&Lt(this._shadow,t),this._zIndex=t.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(t){this._icon.style.zIndex=this._zIndex+t},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center).round();this._setPos(i)},_initInteraction:function(){if(this.options.interactive&&(pt(this._icon,\"leaflet-interactive\"),this.addInteractiveTarget(this._icon),Ye)){var t=this.options.draggable;this.dragging&&(t=this.dragging.enabled(),this.dragging.disable()),this.dragging=new Ye(this),t&&this.dragging.enable()}},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},_updateOpacity:function(){var t=this.options.opacity;vt(this._icon,t),this._shadow&&vt(this._shadow,t)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)},_getPopupAnchor:function(){return this.options.icon.options.popupAnchor},_getTooltipAnchor:function(){return this.options.icon.options.tooltipAnchor}}),Je=Ue.extend({options:{stroke:!0,color:\"#3388ff\",weight:3,opacity:1,lineCap:\"round\",lineJoin:\"round\",dashArray:null,dashOffset:null,fill:!1,fillColor:null,fillOpacity:.2,fillRule:\"evenodd\",interactive:!0,bubblingMouseEvents:!0},beforeAdd:function(t){this._renderer=t.getRenderer(this)},onAdd:function(){this._renderer._initPath(this),this._reset(),this._renderer._addPath(this)},onRemove:function(){this._renderer._removePath(this)},redraw:function(){return this._map&&this._renderer._updatePath(this),this},setStyle:function(t){return l(this,t),this._renderer&&this._renderer._updateStyle(this),this},bringToFront:function(){return this._renderer&&this._renderer._bringToFront(this),this},bringToBack:function(){return this._renderer&&this._renderer._bringToBack(this),this},getElement:function(){return this._path},_reset:function(){this._project(),this._update()},_clickTolerance:function(){return(this.options.stroke?this.options.weight/2:0)+this._renderer.options.tolerance}}),$e=Je.extend({options:{fill:!0,radius:10},initialize:function(t,i){l(this,i),this._latlng=C(t),this._radius=this.options.radius},setLatLng:function(t){return this._latlng=C(t),this.redraw(),this.fire(\"move\",{latlng:this._latlng})},getLatLng:function(){return this._latlng},setRadius:function(t){return this.options.radius=this._radius=t,this.redraw()},getRadius:function(){return this._radius},setStyle:function(t){var i=t&&t.radius||this._radius;return Je.prototype.setStyle.call(this,t),this.setRadius(i),this},_project:function(){this._point=this._map.latLngToLayerPoint(this._latlng),this._updateBounds()},_updateBounds:function(){var t=this._radius,i=this._radiusY||t,e=this._clickTolerance(),n=[t+e,i+e];this._pxBounds=new P(this._point.subtract(n),this._point.add(n))},_update:function(){this._map&&this._updatePath()},_updatePath:function(){this._renderer._updateCircle(this)},_empty:function(){return this._radius&&!this._renderer._bounds.intersects(this._pxBounds)},_containsPoint:function(t){return t.distanceTo(this._point)<=this._radius+this._clickTolerance()}}),Qe=$e.extend({initialize:function(t,e,n){if(\"number\"==typeof e&&(e=i({},n,{radius:e})),l(this,e),this._latlng=C(t),isNaN(this.options.radius))throw new Error(\"Circle radius cannot be NaN\");this._mRadius=this.options.radius},setRadius:function(t){return this._mRadius=t,this.redraw()},getRadius:function(){return this._mRadius},getBounds:function(){var t=[this._radius,this._radiusY||this._radius];return new T(this._map.layerPointToLatLng(this._point.subtract(t)),this._map.layerPointToLatLng(this._point.add(t)))},setStyle:Je.prototype.setStyle,_project:function(){var t=this._latlng.lng,i=this._latlng.lat,e=this._map,n=e.options.crs;if(n.distance===_i.distance){var o=Math.PI/180,s=this._mRadius/_i.R/o,r=e.project([i+s,t]),a=e.project([i-s,t]),h=r.add(a).divideBy(2),u=e.unproject(h).lat,l=Math.acos((Math.cos(s*o)-Math.sin(i*o)*Math.sin(u*o))/(Math.cos(i*o)*Math.cos(u*o)))/o;(isNaN(l)||0===l)&&(l=s/Math.cos(Math.PI/180*i)),this._point=h.subtract(e.getPixelOrigin()),this._radius=isNaN(l)?0:h.x-e.project([u,t-l]).x,this._radiusY=h.y-r.y}else{var c=n.unproject(n.project(this._latlng).subtract([this._mRadius,0]));this._point=e.latLngToLayerPoint(this._latlng),this._radius=this._point.x-e.latLngToLayerPoint(c).x}this._updateBounds()}}),tn=Je.extend({options:{smoothFactor:1,noClip:!1},initialize:function(t,i){l(this,i),this._setLatLngs(t)},getLatLngs:function(){return this._latlngs},setLatLngs:function(t){return this._setLatLngs(t),this.redraw()},isEmpty:function(){return!this._latlngs.length},closestLayerPoint:function(t){for(var i,e,n=1/0,o=null,s=Rt,r=0,a=this._parts.length;r<a;r++)for(var h=this._parts[r],u=1,l=h.length;u<l;u++){var c=s(t,i=h[u-1],e=h[u],!0);c<n&&(n=c,o=s(t,i,e))}return o&&(o.distance=Math.sqrt(n)),o},getCenter:function(){if(!this._map)throw new Error(\"Must add layer to map before using getCenter()\");var t,i,e,n,o,s,r,a=this._rings[0],h=a.length;if(!h)return null;for(t=0,i=0;t<h-1;t++)i+=a[t].distanceTo(a[t+1])/2;if(0===i)return this._map.layerPointToLatLng(a[0]);for(t=0,n=0;t<h-1;t++)if(o=a[t],s=a[t+1],e=o.distanceTo(s),(n+=e)>i)return r=(n-i)/e,this._map.layerPointToLatLng([s.x-r*(s.x-o.x),s.y-r*(s.y-o.y)])},getBounds:function(){return this._bounds},addLatLng:function(t,i){return i=i||this._defaultShape(),t=C(t),i.push(t),this._bounds.extend(t),this.redraw()},_setLatLngs:function(t){this._bounds=new T,this._latlngs=this._convertLatLngs(t)},_defaultShape:function(){return Dt(this._latlngs)?this._latlngs:this._latlngs[0]},_convertLatLngs:function(t){for(var i=[],e=Dt(t),n=0,o=t.length;n<o;n++)e?(i[n]=C(t[n]),this._bounds.extend(i[n])):i[n]=this._convertLatLngs(t[n]);return i},_project:function(){var t=new P;this._rings=[],this._projectLatlngs(this._latlngs,this._rings,t);var i=this._clickTolerance(),e=new x(i,i);this._bounds.isValid()&&t.isValid()&&(t.min._subtract(e),t.max._add(e),this._pxBounds=t)},_projectLatlngs:function(t,i,e){var n,o,s=t[0]instanceof M,r=t.length;if(s){for(o=[],n=0;n<r;n++)o[n]=this._map.latLngToLayerPoint(t[n]),e.extend(o[n]);i.push(o)}else for(n=0;n<r;n++)this._projectLatlngs(t[n],i,e)},_clipPoints:function(){var t=this._renderer._bounds;if(this._parts=[],this._pxBounds&&this._pxBounds.intersects(t))if(this.options.noClip)this._parts=this._rings;else{var i,e,n,o,s,r,a,h=this._parts;for(i=0,n=0,o=this._rings.length;i<o;i++)for(e=0,s=(a=this._rings[i]).length;e<s-1;e++)(r=It(a[e],a[e+1],t,e,!0))&&(h[n]=h[n]||[],h[n].push(r[0]),r[1]===a[e+1]&&e!==s-2||(h[n].push(r[1]),n++))}},_simplifyPoints:function(){for(var t=this._parts,i=this.options.smoothFactor,e=0,n=t.length;e<n;e++)t[e]=Ct(t[e],i)},_update:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),this._updatePath())},_updatePath:function(){this._renderer._updatePoly(this)},_containsPoint:function(t,i){var e,n,o,s,r,a,h=this._clickTolerance();if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(e=0,s=this._parts.length;e<s;e++)for(n=0,o=(r=(a=this._parts[e]).length)-1;n<r;o=n++)if((i||0!==n)&&Zt(t,a[o],a[n])<=h)return!0;return!1}});tn._flat=Nt;var en=tn.extend({options:{fill:!0},isEmpty:function(){return!this._latlngs.length||!this._latlngs[0].length},getCenter:function(){if(!this._map)throw new Error(\"Must add layer to map before using getCenter()\");var t,i,e,n,o,s,r,a,h,u=this._rings[0],l=u.length;if(!l)return null;for(s=r=a=0,t=0,i=l-1;t<l;i=t++)e=u[t],n=u[i],o=e.y*n.x-n.y*e.x,r+=(e.x+n.x)*o,a+=(e.y+n.y)*o,s+=3*o;return h=0===s?u[0]:[r/s,a/s],this._map.layerPointToLatLng(h)},_convertLatLngs:function(t){var i=tn.prototype._convertLatLngs.call(this,t),e=i.length;return e>=2&&i[0]instanceof M&&i[0].equals(i[e-1])&&i.pop(),i},_setLatLngs:function(t){tn.prototype._setLatLngs.call(this,t),Dt(this._latlngs)&&(this._latlngs=[this._latlngs])},_defaultShape:function(){return Dt(this._latlngs[0])?this._latlngs[0]:this._latlngs[0][0]},_clipPoints:function(){var t=this._renderer._bounds,i=this.options.weight,e=new x(i,i);if(t=new P(t.min.subtract(e),t.max.add(e)),this._parts=[],this._pxBounds&&this._pxBounds.intersects(t))if(this.options.noClip)this._parts=this._rings;else for(var n,o=0,s=this._rings.length;o<s;o++)(n=jt(this._rings[o],t,!0)).length&&this._parts.push(n)},_updatePath:function(){this._renderer._updatePoly(this,!0)},_containsPoint:function(t){var i,e,n,o,s,r,a,h,u=!1;if(!this._pxBounds.contains(t))return!1;for(o=0,a=this._parts.length;o<a;o++)for(s=0,r=(h=(i=this._parts[o]).length)-1;s<h;r=s++)e=i[s],n=i[r],e.y>t.y!=n.y>t.y&&t.x<(n.x-e.x)*(t.y-e.y)/(n.y-e.y)+e.x&&(u=!u);return u||tn.prototype._containsPoint.call(this,t,!0)}}),nn=qe.extend({initialize:function(t,i){l(this,i),this._layers={},t&&this.addData(t)},addData:function(t){var i,e,n,o=ei(t)?t:t.features;if(o){for(i=0,e=o.length;i<e;i++)((n=o[i]).geometries||n.geometry||n.features||n.coordinates)&&this.addData(n);return this}var s=this.options;if(s.filter&&!s.filter(t))return this;var r=Wt(t,s);return r?(r.feature=Gt(t),r.defaultOptions=r.options,this.resetStyle(r),s.onEachFeature&&s.onEachFeature(t,r),this.addLayer(r)):this},resetStyle:function(t){return t.options=i({},t.defaultOptions),this._setLayerStyle(t,this.options.style),this},setStyle:function(t){return this.eachLayer(function(i){this._setLayerStyle(i,t)},this)},_setLayerStyle:function(t,i){\"function\"==typeof i&&(i=i(t.feature)),t.setStyle&&t.setStyle(i)}}),on={toGeoJSON:function(t){return qt(this,{type:\"Point\",coordinates:Ut(this.getLatLng(),t)})}};Xe.include(on),Qe.include(on),$e.include(on),tn.include({toGeoJSON:function(t){var i=!Dt(this._latlngs),e=Vt(this._latlngs,i?1:0,!1,t);return qt(this,{type:(i?\"Multi\":\"\")+\"LineString\",coordinates:e})}}),en.include({toGeoJSON:function(t){var i=!Dt(this._latlngs),e=i&&!Dt(this._latlngs[0]),n=Vt(this._latlngs,e?2:i?1:0,!0,t);return i||(n=[n]),qt(this,{type:(e?\"Multi\":\"\")+\"Polygon\",coordinates:n})}}),Ve.include({toMultiPoint:function(t){var i=[];return this.eachLayer(function(e){i.push(e.toGeoJSON(t).geometry.coordinates)}),qt(this,{type:\"MultiPoint\",coordinates:i})},toGeoJSON:function(t){var i=this.feature&&this.feature.geometry&&this.feature.geometry.type;if(\"MultiPoint\"===i)return this.toMultiPoint(t);var e=\"GeometryCollection\"===i,n=[];return this.eachLayer(function(i){if(i.toGeoJSON){var o=i.toGeoJSON(t);if(e)n.push(o.geometry);else{var s=Gt(o);\"FeatureCollection\"===s.type?n.push.apply(n,s.features):n.push(s)}}}),e?qt(this,{geometries:n,type:\"GeometryCollection\"}):{type:\"FeatureCollection\",features:n}}});var sn=Kt,rn=Ue.extend({options:{opacity:1,alt:\"\",interactive:!1,crossOrigin:!1,errorOverlayUrl:\"\",zIndex:1,className:\"\"},initialize:function(t,i,e){this._url=t,this._bounds=z(i),l(this,e)},onAdd:function(){this._image||(this._initImage(),this.options.opacity<1&&this._updateOpacity()),this.options.interactive&&(pt(this._image,\"leaflet-interactive\"),this.addInteractiveTarget(this._image)),this.getPane().appendChild(this._image),this._reset()},onRemove:function(){ut(this._image),this.options.interactive&&this.removeInteractiveTarget(this._image)},setOpacity:function(t){return this.options.opacity=t,this._image&&this._updateOpacity(),this},setStyle:function(t){return t.opacity&&this.setOpacity(t.opacity),this},bringToFront:function(){return this._map&&ct(this._image),this},bringToBack:function(){return this._map&&_t(this._image),this},setUrl:function(t){return this._url=t,this._image&&(this._image.src=t),this},setBounds:function(t){return this._bounds=z(t),this._map&&this._reset(),this},getEvents:function(){var t={zoom:this._reset,viewreset:this._reset};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},getBounds:function(){return this._bounds},getElement:function(){return this._image},_initImage:function(){var t=\"IMG\"===this._url.tagName,i=this._image=t?this._url:ht(\"img\");pt(i,\"leaflet-image-layer\"),this._zoomAnimated&&pt(i,\"leaflet-zoom-animated\"),this.options.className&&pt(i,this.options.className),i.onselectstart=r,i.onmousemove=r,i.onload=e(this.fire,this,\"load\"),i.onerror=e(this._overlayOnError,this,\"error\"),this.options.crossOrigin&&(i.crossOrigin=\"\"),this.options.zIndex&&this._updateZIndex(),t?this._url=i.src:(i.src=this._url,i.alt=this.options.alt)},_animateZoom:function(t){var i=this._map.getZoomScale(t.zoom),e=this._map._latLngBoundsToNewLayerBounds(this._bounds,t.zoom,t.center).min;wt(this._image,e,i)},_reset:function(){var t=this._image,i=new P(this._map.latLngToLayerPoint(this._bounds.getNorthWest()),this._map.latLngToLayerPoint(this._bounds.getSouthEast())),e=i.getSize();Lt(t,i.min),t.style.width=e.x+\"px\",t.style.height=e.y+\"px\"},_updateOpacity:function(){vt(this._image,this.options.opacity)},_updateZIndex:function(){this._image&&void 0!==this.options.zIndex&&null!==this.options.zIndex&&(this._image.style.zIndex=this.options.zIndex)},_overlayOnError:function(){this.fire(\"error\");var t=this.options.errorOverlayUrl;t&&this._url!==t&&(this._url=t,this._image.src=t)}}),an=rn.extend({options:{autoplay:!0,loop:!0},_initImage:function(){var t=\"VIDEO\"===this._url.tagName,i=this._image=t?this._url:ht(\"video\");if(pt(i,\"leaflet-image-layer\"),this._zoomAnimated&&pt(i,\"leaflet-zoom-animated\"),i.onselectstart=r,i.onmousemove=r,i.onloadeddata=e(this.fire,this,\"load\"),t){for(var n=i.getElementsByTagName(\"source\"),o=[],s=0;s<n.length;s++)o.push(n[s].src);this._url=n.length>0?o:[i.src]}else{ei(this._url)||(this._url=[this._url]),i.autoplay=!!this.options.autoplay,i.loop=!!this.options.loop;for(var a=0;a<this._url.length;a++){var h=ht(\"source\");h.src=this._url[a],i.appendChild(h)}}}}),hn=Ue.extend({options:{offset:[0,7],className:\"\",pane:\"popupPane\"},initialize:function(t,i){l(this,t),this._source=i},onAdd:function(t){this._zoomAnimated=t._zoomAnimated,this._container||this._initLayout(),t._fadeAnimated&&vt(this._container,0),clearTimeout(this._removeTimeout),this.getPane().appendChild(this._container),this.update(),t._fadeAnimated&&vt(this._container,1),this.bringToFront()},onRemove:function(t){t._fadeAnimated?(vt(this._container,0),this._removeTimeout=setTimeout(e(ut,void 0,this._container),200)):ut(this._container)},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=C(t),this._map&&(this._updatePosition(),this._adjustPan()),this},getContent:function(){return this._content},setContent:function(t){return this._content=t,this.update(),this},getElement:function(){return this._container},update:function(){this._map&&(this._container.style.visibility=\"hidden\",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility=\"\",this._adjustPan())},getEvents:function(){var t={zoom:this._updatePosition,viewreset:this._updatePosition};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},isOpen:function(){return!!this._map&&this._map.hasLayer(this)},bringToFront:function(){return this._map&&ct(this._container),this},bringToBack:function(){return this._map&&_t(this._container),this},_updateContent:function(){if(this._content){var t=this._contentNode,i=\"function\"==typeof this._content?this._content(this._source||this):this._content;if(\"string\"==typeof i)t.innerHTML=i;else{for(;t.hasChildNodes();)t.removeChild(t.firstChild);t.appendChild(i)}this.fire(\"contentupdate\")}},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),i=w(this.options.offset),e=this._getAnchor();this._zoomAnimated?Lt(this._container,t.add(e)):i=i.add(t).add(e);var n=this._containerBottom=-i.y,o=this._containerLeft=-Math.round(this._containerWidth/2)+i.x;this._container.style.bottom=n+\"px\",this._container.style.left=o+\"px\"}},_getAnchor:function(){return[0,0]}}),un=hn.extend({options:{maxWidth:300,minWidth:50,maxHeight:null,autoPan:!0,autoPanPaddingTopLeft:null,autoPanPaddingBottomRight:null,autoPanPadding:[5,5],keepInView:!1,closeButton:!0,autoClose:!0,closeOnEscapeKey:!0,className:\"\"},openOn:function(t){return t.openPopup(this),this},onAdd:function(t){hn.prototype.onAdd.call(this,t),t.fire(\"popupopen\",{popup:this}),this._source&&(this._source.fire(\"popupopen\",{popup:this},!0),this._source instanceof Je||this._source.on(\"preclick\",Y))},onRemove:function(t){hn.prototype.onRemove.call(this,t),t.fire(\"popupclose\",{popup:this}),this._source&&(this._source.fire(\"popupclose\",{popup:this},!0),this._source instanceof Je||this._source.off(\"preclick\",Y))},getEvents:function(){var t=hn.prototype.getEvents.call(this);return(void 0!==this.options.closeOnClick?this.options.closeOnClick:this._map.options.closePopupOnClick)&&(t.preclick=this._close),this.options.keepInView&&(t.moveend=this._adjustPan),t},_close:function(){this._map&&this._map.closePopup(this)},_initLayout:function(){var t=\"leaflet-popup\",i=this._container=ht(\"div\",t+\" \"+(this.options.className||\"\")+\" leaflet-zoom-animated\"),e=this._wrapper=ht(\"div\",t+\"-content-wrapper\",i);if(this._contentNode=ht(\"div\",t+\"-content\",e),J(e),X(this._contentNode),V(e,\"contextmenu\",Y),this._tipContainer=ht(\"div\",t+\"-tip-container\",i),this._tip=ht(\"div\",t+\"-tip\",this._tipContainer),this.options.closeButton){var n=this._closeButton=ht(\"a\",t+\"-close-button\",i);n.href=\"#close\",n.innerHTML=\"&#215;\",V(n,\"click\",this._onCloseButtonClick,this)}},_updateLayout:function(){var t=this._contentNode,i=t.style;i.width=\"\",i.whiteSpace=\"nowrap\";var e=t.offsetWidth;e=Math.min(e,this.options.maxWidth),e=Math.max(e,this.options.minWidth),i.width=e+1+\"px\",i.whiteSpace=\"\",i.height=\"\";var n=t.offsetHeight,o=this.options.maxHeight;o&&n>o?(i.height=o+\"px\",pt(t,\"leaflet-popup-scrolled\")):mt(t,\"leaflet-popup-scrolled\"),this._containerWidth=this._container.offsetWidth},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center),e=this._getAnchor();Lt(this._container,i.add(e))},_adjustPan:function(){if(!(!this.options.autoPan||this._map._panAnim&&this._map._panAnim._inProgress)){var t=this._map,i=parseInt(at(this._container,\"marginBottom\"),10)||0,e=this._container.offsetHeight+i,n=this._containerWidth,o=new x(this._containerLeft,-e-this._containerBottom);o._add(Pt(this._container));var s=t.layerPointToContainerPoint(o),r=w(this.options.autoPanPadding),a=w(this.options.autoPanPaddingTopLeft||r),h=w(this.options.autoPanPaddingBottomRight||r),u=t.getSize(),l=0,c=0;s.x+n+h.x>u.x&&(l=s.x+n-u.x+h.x),s.x-l-a.x<0&&(l=s.x-a.x),s.y+e+h.y>u.y&&(c=s.y+e-u.y+h.y),s.y-c-a.y<0&&(c=s.y-a.y),(l||c)&&t.fire(\"autopanstart\").panBy([l,c])}},_onCloseButtonClick:function(t){this._close(),Q(t)},_getAnchor:function(){return w(this._source&&this._source._getPopupAnchor?this._source._getPopupAnchor():[0,0])}});Le.mergeOptions({closePopupOnClick:!0}),Le.include({openPopup:function(t,i,e){return t instanceof un||(t=new un(e).setContent(t)),i&&t.setLatLng(i),this.hasLayer(t)?this:(this._popup&&this._popup.options.autoClose&&this.closePopup(),this._popup=t,this.addLayer(t))},closePopup:function(t){return t&&t!==this._popup||(t=this._popup,this._popup=null),t&&this.removeLayer(t),this}}),Ue.include({bindPopup:function(t,i){return t instanceof un?(l(t,i),this._popup=t,t._source=this):(this._popup&&!i||(this._popup=new un(i,this)),this._popup.setContent(t)),this._popupHandlersAdded||(this.on({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this.off({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!1,this._popup=null),this},openPopup:function(t,i){if(t instanceof Ue||(i=t,t=this),t instanceof qe)for(var e in this._layers){t=this._layers[e];break}return i||(i=t.getCenter?t.getCenter():t.getLatLng()),this._popup&&this._map&&(this._popup._source=t,this._popup.update(),this._map.openPopup(this._popup,i)),this},closePopup:function(){return this._popup&&this._popup._close(),this},togglePopup:function(t){return this._popup&&(this._popup._map?this.closePopup():this.openPopup(t)),this},isPopupOpen:function(){return!!this._popup&&this._popup.isOpen()},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},getPopup:function(){return this._popup},_openPopup:function(t){var i=t.layer||t.target;this._popup&&this._map&&(Q(t),i instanceof Je?this.openPopup(t.layer||t.target,t.latlng):this._map.hasLayer(this._popup)&&this._popup._source===i?this.closePopup():this.openPopup(i,t.latlng))},_movePopup:function(t){this._popup.setLatLng(t.latlng)},_onKeyPress:function(t){13===t.originalEvent.keyCode&&this._openPopup(t)}});var ln=hn.extend({options:{pane:\"tooltipPane\",offset:[0,0],direction:\"auto\",permanent:!1,sticky:!1,interactive:!1,opacity:.9},onAdd:function(t){hn.prototype.onAdd.call(this,t),this.setOpacity(this.options.opacity),t.fire(\"tooltipopen\",{tooltip:this}),this._source&&this._source.fire(\"tooltipopen\",{tooltip:this},!0)},onRemove:function(t){hn.prototype.onRemove.call(this,t),t.fire(\"tooltipclose\",{tooltip:this}),this._source&&this._source.fire(\"tooltipclose\",{tooltip:this},!0)},getEvents:function(){var t=hn.prototype.getEvents.call(this);return Vi&&!this.options.permanent&&(t.preclick=this._close),t},_close:function(){this._map&&this._map.closeTooltip(this)},_initLayout:function(){var t=\"leaflet-tooltip \"+(this.options.className||\"\")+\" leaflet-zoom-\"+(this._zoomAnimated?\"animated\":\"hide\");this._contentNode=this._container=ht(\"div\",t)},_updateLayout:function(){},_adjustPan:function(){},_setPosition:function(t){var i=this._map,e=this._container,n=i.latLngToContainerPoint(i.getCenter()),o=i.layerPointToContainerPoint(t),s=this.options.direction,r=e.offsetWidth,a=e.offsetHeight,h=w(this.options.offset),u=this._getAnchor();\"top\"===s?t=t.add(w(-r/2+h.x,-a+h.y+u.y,!0)):\"bottom\"===s?t=t.subtract(w(r/2-h.x,-h.y,!0)):\"center\"===s?t=t.subtract(w(r/2+h.x,a/2-u.y+h.y,!0)):\"right\"===s||\"auto\"===s&&o.x<n.x?(s=\"right\",t=t.add(w(h.x+u.x,u.y-a/2+h.y,!0))):(s=\"left\",t=t.subtract(w(r+u.x-h.x,a/2-u.y-h.y,!0))),mt(e,\"leaflet-tooltip-right\"),mt(e,\"leaflet-tooltip-left\"),mt(e,\"leaflet-tooltip-top\"),mt(e,\"leaflet-tooltip-bottom\"),pt(e,\"leaflet-tooltip-\"+s),Lt(e,t)},_updatePosition:function(){var t=this._map.latLngToLayerPoint(this._latlng);this._setPosition(t)},setOpacity:function(t){this.options.opacity=t,this._container&&vt(this._container,t)},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPosition(i)},_getAnchor:function(){return w(this._source&&this._source._getTooltipAnchor&&!this.options.sticky?this._source._getTooltipAnchor():[0,0])}});Le.include({openTooltip:function(t,i,e){return t instanceof ln||(t=new ln(e).setContent(t)),i&&t.setLatLng(i),this.hasLayer(t)?this:this.addLayer(t)},closeTooltip:function(t){return t&&this.removeLayer(t),this}}),Ue.include({bindTooltip:function(t,i){return t instanceof ln?(l(t,i),this._tooltip=t,t._source=this):(this._tooltip&&!i||(this._tooltip=new ln(i,this)),this._tooltip.setContent(t)),this._initTooltipInteractions(),this._tooltip.options.permanent&&this._map&&this._map.hasLayer(this)&&this.openTooltip(),this},unbindTooltip:function(){return this._tooltip&&(this._initTooltipInteractions(!0),this.closeTooltip(),this._tooltip=null),this},_initTooltipInteractions:function(t){if(t||!this._tooltipHandlersAdded){var i=t?\"off\":\"on\",e={remove:this.closeTooltip,move:this._moveTooltip};this._tooltip.options.permanent?e.add=this._openTooltip:(e.mouseover=this._openTooltip,e.mouseout=this.closeTooltip,this._tooltip.options.sticky&&(e.mousemove=this._moveTooltip),Vi&&(e.click=this._openTooltip)),this[i](e),this._tooltipHandlersAdded=!t}},openTooltip:function(t,i){if(t instanceof Ue||(i=t,t=this),t instanceof qe)for(var e in this._layers){t=this._layers[e];break}return i||(i=t.getCenter?t.getCenter():t.getLatLng()),this._tooltip&&this._map&&(this._tooltip._source=t,this._tooltip.update(),this._map.openTooltip(this._tooltip,i),this._tooltip.options.interactive&&this._tooltip._container&&(pt(this._tooltip._container,\"leaflet-clickable\"),this.addInteractiveTarget(this._tooltip._container))),this},closeTooltip:function(){return this._tooltip&&(this._tooltip._close(),this._tooltip.options.interactive&&this._tooltip._container&&(mt(this._tooltip._container,\"leaflet-clickable\"),this.removeInteractiveTarget(this._tooltip._container))),this},toggleTooltip:function(t){return this._tooltip&&(this._tooltip._map?this.closeTooltip():this.openTooltip(t)),this},isTooltipOpen:function(){return this._tooltip.isOpen()},setTooltipContent:function(t){return this._tooltip&&this._tooltip.setContent(t),this},getTooltip:function(){return this._tooltip},_openTooltip:function(t){var i=t.layer||t.target;this._tooltip&&this._map&&this.openTooltip(i,this._tooltip.options.sticky?t.latlng:void 0)},_moveTooltip:function(t){var i,e,n=t.latlng;this._tooltip.options.sticky&&t.originalEvent&&(i=this._map.mouseEventToContainerPoint(t.originalEvent),e=this._map.containerPointToLayerPoint(i),n=this._map.layerPointToLatLng(e)),this._tooltip.setLatLng(n)}});var cn=Ge.extend({options:{iconSize:[12,12],html:!1,bgPos:null,className:\"leaflet-div-icon\"},createIcon:function(t){var i=t&&\"DIV\"===t.tagName?t:document.createElement(\"div\"),e=this.options;if(i.innerHTML=!1!==e.html?e.html:\"\",e.bgPos){var n=w(e.bgPos);i.style.backgroundPosition=-n.x+\"px \"+-n.y+\"px\"}return this._setIconStyles(i,\"icon\"),i},createShadow:function(){return null}});Ge.Default=Ke;var _n=Ue.extend({options:{tileSize:256,opacity:1,updateWhenIdle:ji,updateWhenZooming:!0,updateInterval:200,zIndex:1,bounds:null,minZoom:0,maxZoom:void 0,maxNativeZoom:void 0,minNativeZoom:void 0,noWrap:!1,pane:\"tilePane\",className:\"\",keepBuffer:2},initialize:function(t){l(this,t)},onAdd:function(){this._initContainer(),this._levels={},this._tiles={},this._resetView(),this._update()},beforeAdd:function(t){t._addZoomLimit(this)},onRemove:function(t){this._removeAllTiles(),ut(this._container),t._removeZoomLimit(this),this._container=null,this._tileZoom=void 0},bringToFront:function(){return this._map&&(ct(this._container),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this._map&&(_t(this._container),this._setAutoZIndex(Math.min)),this},getContainer:function(){return this._container},setOpacity:function(t){return this.options.opacity=t,this._updateOpacity(),this},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},isLoading:function(){return this._loading},redraw:function(){return this._map&&(this._removeAllTiles(),this._update()),this},getEvents:function(){var t={viewprereset:this._invalidateAll,viewreset:this._resetView,zoom:this._resetView,moveend:this._onMoveEnd};return this.options.updateWhenIdle||(this._onMove||(this._onMove=o(this._onMoveEnd,this.options.updateInterval,this)),t.move=this._onMove),this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},createTile:function(){return document.createElement(\"div\")},getTileSize:function(){var t=this.options.tileSize;return t instanceof x?t:new x(t,t)},_updateZIndex:function(){this._container&&void 0!==this.options.zIndex&&null!==this.options.zIndex&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t){for(var i,e=this.getPane().children,n=-t(-1/0,1/0),o=0,s=e.length;o<s;o++)i=e[o].style.zIndex,e[o]!==this._container&&i&&(n=t(n,+i));isFinite(n)&&(this.options.zIndex=n+t(-1,1),this._updateZIndex())},_updateOpacity:function(){if(this._map&&!Li){vt(this._container,this.options.opacity);var t=+new Date,i=!1,e=!1;for(var n in this._tiles){var o=this._tiles[n];if(o.current&&o.loaded){var s=Math.min(1,(t-o.loaded)/200);vt(o.el,s),s<1?i=!0:(o.active?e=!0:this._onOpaqueTile(o),o.active=!0)}}e&&!this._noPrune&&this._pruneTiles(),i&&(g(this._fadeFrame),this._fadeFrame=f(this._updateOpacity,this))}},_onOpaqueTile:r,_initContainer:function(){this._container||(this._container=ht(\"div\",\"leaflet-layer \"+(this.options.className||\"\")),this._updateZIndex(),this.options.opacity<1&&this._updateOpacity(),this.getPane().appendChild(this._container))},_updateLevels:function(){var t=this._tileZoom,i=this.options.maxZoom;if(void 0!==t){for(var e in this._levels)this._levels[e].el.children.length||e===t?(this._levels[e].el.style.zIndex=i-Math.abs(t-e),this._onUpdateLevel(e)):(ut(this._levels[e].el),this._removeTilesAtZoom(e),this._onRemoveLevel(e),delete this._levels[e]);var n=this._levels[t],o=this._map;return n||((n=this._levels[t]={}).el=ht(\"div\",\"leaflet-tile-container leaflet-zoom-animated\",this._container),n.el.style.zIndex=i,n.origin=o.project(o.unproject(o.getPixelOrigin()),t).round(),n.zoom=t,this._setZoomTransform(n,o.getCenter(),o.getZoom()),n.el.offsetWidth,this._onCreateLevel(n)),this._level=n,n}},_onUpdateLevel:r,_onRemoveLevel:r,_onCreateLevel:r,_pruneTiles:function(){if(this._map){var t,i,e=this._map.getZoom();if(e>this.options.maxZoom||e<this.options.minZoom)this._removeAllTiles();else{for(t in this._tiles)(i=this._tiles[t]).retain=i.current;for(t in this._tiles)if((i=this._tiles[t]).current&&!i.active){var n=i.coords;this._retainParent(n.x,n.y,n.z,n.z-5)||this._retainChildren(n.x,n.y,n.z,n.z+2)}for(t in this._tiles)this._tiles[t].retain||this._removeTile(t)}}},_removeTilesAtZoom:function(t){for(var i in this._tiles)this._tiles[i].coords.z===t&&this._removeTile(i)},_removeAllTiles:function(){for(var t in this._tiles)this._removeTile(t)},_invalidateAll:function(){for(var t in this._levels)ut(this._levels[t].el),this._onRemoveLevel(t),delete this._levels[t];this._removeAllTiles(),this._tileZoom=void 0},_retainParent:function(t,i,e,n){var o=Math.floor(t/2),s=Math.floor(i/2),r=e-1,a=new x(+o,+s);a.z=+r;var h=this._tileCoordsToKey(a),u=this._tiles[h];return u&&u.active?(u.retain=!0,!0):(u&&u.loaded&&(u.retain=!0),r>n&&this._retainParent(o,s,r,n))},_retainChildren:function(t,i,e,n){for(var o=2*t;o<2*t+2;o++)for(var s=2*i;s<2*i+2;s++){var r=new x(o,s);r.z=e+1;var a=this._tileCoordsToKey(r),h=this._tiles[a];h&&h.active?h.retain=!0:(h&&h.loaded&&(h.retain=!0),e+1<n&&this._retainChildren(o,s,e+1,n))}},_resetView:function(t){var i=t&&(t.pinch||t.flyTo);this._setView(this._map.getCenter(),this._map.getZoom(),i,i)},_animateZoom:function(t){this._setView(t.center,t.zoom,!0,t.noUpdate)},_clampZoom:function(t){var i=this.options;return void 0!==i.minNativeZoom&&t<i.minNativeZoom?i.minNativeZoom:void 0!==i.maxNativeZoom&&i.maxNativeZoom<t?i.maxNativeZoom:t},_setView:function(t,i,e,n){var o=this._clampZoom(Math.round(i));(void 0!==this.options.maxZoom&&o>this.options.maxZoom||void 0!==this.options.minZoom&&o<this.options.minZoom)&&(o=void 0);var s=this.options.updateWhenZooming&&o!==this._tileZoom;n&&!s||(this._tileZoom=o,this._abortLoading&&this._abortLoading(),this._updateLevels(),this._resetGrid(),void 0!==o&&this._update(t),e||this._pruneTiles(),this._noPrune=!!e),this._setZoomTransforms(t,i)},_setZoomTransforms:function(t,i){for(var e in this._levels)this._setZoomTransform(this._levels[e],t,i)},_setZoomTransform:function(t,i,e){var n=this._map.getZoomScale(e,t.zoom),o=t.origin.multiplyBy(n).subtract(this._map._getNewPixelOrigin(i,e)).round();Ni?wt(t.el,o,n):Lt(t.el,o)},_resetGrid:function(){var t=this._map,i=t.options.crs,e=this._tileSize=this.getTileSize(),n=this._tileZoom,o=this._map.getPixelWorldBounds(this._tileZoom);o&&(this._globalTileRange=this._pxBoundsToTileRange(o)),this._wrapX=i.wrapLng&&!this.options.noWrap&&[Math.floor(t.project([0,i.wrapLng[0]],n).x/e.x),Math.ceil(t.project([0,i.wrapLng[1]],n).x/e.y)],this._wrapY=i.wrapLat&&!this.options.noWrap&&[Math.floor(t.project([i.wrapLat[0],0],n).y/e.x),Math.ceil(t.project([i.wrapLat[1],0],n).y/e.y)]},_onMoveEnd:function(){this._map&&!this._map._animatingZoom&&this._update()},_getTiledPixelBounds:function(t){var i=this._map,e=i._animatingZoom?Math.max(i._animateToZoom,i.getZoom()):i.getZoom(),n=i.getZoomScale(e,this._tileZoom),o=i.project(t,this._tileZoom).floor(),s=i.getSize().divideBy(2*n);return new P(o.subtract(s),o.add(s))},_update:function(t){var i=this._map;if(i){var e=this._clampZoom(i.getZoom());if(void 0===t&&(t=i.getCenter()),void 0!==this._tileZoom){var n=this._getTiledPixelBounds(t),o=this._pxBoundsToTileRange(n),s=o.getCenter(),r=[],a=this.options.keepBuffer,h=new P(o.getBottomLeft().subtract([a,-a]),o.getTopRight().add([a,-a]));if(!(isFinite(o.min.x)&&isFinite(o.min.y)&&isFinite(o.max.x)&&isFinite(o.max.y)))throw new Error(\"Attempted to load an infinite number of tiles\");for(var u in this._tiles){var l=this._tiles[u].coords;l.z===this._tileZoom&&h.contains(new x(l.x,l.y))||(this._tiles[u].current=!1)}if(Math.abs(e-this._tileZoom)>1)this._setView(t,e);else{for(var c=o.min.y;c<=o.max.y;c++)for(var _=o.min.x;_<=o.max.x;_++){var d=new x(_,c);if(d.z=this._tileZoom,this._isValidTile(d)){var p=this._tiles[this._tileCoordsToKey(d)];p?p.current=!0:r.push(d)}}if(r.sort(function(t,i){return t.distanceTo(s)-i.distanceTo(s)}),0!==r.length){this._loading||(this._loading=!0,this.fire(\"loading\"));var m=document.createDocumentFragment();for(_=0;_<r.length;_++)this._addTile(r[_],m);this._level.el.appendChild(m)}}}}},_isValidTile:function(t){var i=this._map.options.crs;if(!i.infinite){var e=this._globalTileRange;if(!i.wrapLng&&(t.x<e.min.x||t.x>e.max.x)||!i.wrapLat&&(t.y<e.min.y||t.y>e.max.y))return!1}if(!this.options.bounds)return!0;var n=this._tileCoordsToBounds(t);return z(this.options.bounds).overlaps(n)},_keyToBounds:function(t){return this._tileCoordsToBounds(this._keyToTileCoords(t))},_tileCoordsToNwSe:function(t){var i=this._map,e=this.getTileSize(),n=t.scaleBy(e),o=n.add(e);return[i.unproject(n,t.z),i.unproject(o,t.z)]},_tileCoordsToBounds:function(t){var i=this._tileCoordsToNwSe(t),e=new T(i[0],i[1]);return this.options.noWrap||(e=this._map.wrapLatLngBounds(e)),e},_tileCoordsToKey:function(t){return t.x+\":\"+t.y+\":\"+t.z},_keyToTileCoords:function(t){var i=t.split(\":\"),e=new x(+i[0],+i[1]);return e.z=+i[2],e},_removeTile:function(t){var i=this._tiles[t];i&&(Ci||i.el.setAttribute(\"src\",ni),ut(i.el),delete this._tiles[t],this.fire(\"tileunload\",{tile:i.el,coords:this._keyToTileCoords(t)}))},_initTile:function(t){pt(t,\"leaflet-tile\");var i=this.getTileSize();t.style.width=i.x+\"px\",t.style.height=i.y+\"px\",t.onselectstart=r,t.onmousemove=r,Li&&this.options.opacity<1&&vt(t,this.options.opacity),Ti&&!zi&&(t.style.WebkitBackfaceVisibility=\"hidden\")},_addTile:function(t,i){var n=this._getTilePos(t),o=this._tileCoordsToKey(t),s=this.createTile(this._wrapCoords(t),e(this._tileReady,this,t));this._initTile(s),this.createTile.length<2&&f(e(this._tileReady,this,t,null,s)),Lt(s,n),this._tiles[o]={el:s,coords:t,current:!0},i.appendChild(s),this.fire(\"tileloadstart\",{tile:s,coords:t})},_tileReady:function(t,i,n){if(this._map){i&&this.fire(\"tileerror\",{error:i,tile:n,coords:t});var o=this._tileCoordsToKey(t);(n=this._tiles[o])&&(n.loaded=+new Date,this._map._fadeAnimated?(vt(n.el,0),g(this._fadeFrame),this._fadeFrame=f(this._updateOpacity,this)):(n.active=!0,this._pruneTiles()),i||(pt(n.el,\"leaflet-tile-loaded\"),this.fire(\"tileload\",{tile:n.el,coords:t})),this._noTilesToLoad()&&(this._loading=!1,this.fire(\"load\"),Li||!this._map._fadeAnimated?f(this._pruneTiles,this):setTimeout(e(this._pruneTiles,this),250)))}},_getTilePos:function(t){return t.scaleBy(this.getTileSize()).subtract(this._level.origin)},_wrapCoords:function(t){var i=new x(this._wrapX?s(t.x,this._wrapX):t.x,this._wrapY?s(t.y,this._wrapY):t.y);return i.z=t.z,i},_pxBoundsToTileRange:function(t){var i=this.getTileSize();return new P(t.min.unscaleBy(i).floor(),t.max.unscaleBy(i).ceil().subtract([1,1]))},_noTilesToLoad:function(){for(var t in this._tiles)if(!this._tiles[t].loaded)return!1;return!0}}),dn=_n.extend({options:{minZoom:0,maxZoom:18,subdomains:\"abc\",errorTileUrl:\"\",zoomOffset:0,tms:!1,zoomReverse:!1,detectRetina:!1,crossOrigin:!1},initialize:function(t,i){this._url=t,(i=l(this,i)).detectRetina&&Ki&&i.maxZoom>0&&(i.tileSize=Math.floor(i.tileSize/2),i.zoomReverse?(i.zoomOffset--,i.minZoom++):(i.zoomOffset++,i.maxZoom--),i.minZoom=Math.max(0,i.minZoom)),\"string\"==typeof i.subdomains&&(i.subdomains=i.subdomains.split(\"\")),Ti||this.on(\"tileunload\",this._onTileRemove)},setUrl:function(t,i){return this._url=t,i||this.redraw(),this},createTile:function(t,i){var n=document.createElement(\"img\");return V(n,\"load\",e(this._tileOnLoad,this,i,n)),V(n,\"error\",e(this._tileOnError,this,i,n)),this.options.crossOrigin&&(n.crossOrigin=\"\"),n.alt=\"\",n.setAttribute(\"role\",\"presentation\"),n.src=this.getTileUrl(t),n},getTileUrl:function(t){var e={r:Ki?\"@2x\":\"\",s:this._getSubdomain(t),x:t.x,y:t.y,z:this._getZoomForUrl()};if(this._map&&!this._map.options.crs.infinite){var n=this._globalTileRange.max.y-t.y;this.options.tms&&(e.y=n),e[\"-y\"]=n}return _(this._url,i(e,this.options))},_tileOnLoad:function(t,i){Li?setTimeout(e(t,this,null,i),0):t(null,i)},_tileOnError:function(t,i,e){var n=this.options.errorTileUrl;n&&i.getAttribute(\"src\")!==n&&(i.src=n),t(e,i)},_onTileRemove:function(t){t.tile.onload=null},_getZoomForUrl:function(){var t=this._tileZoom,i=this.options.maxZoom,e=this.options.zoomReverse,n=this.options.zoomOffset;return e&&(t=i-t),t+n},_getSubdomain:function(t){var i=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[i]},_abortLoading:function(){var t,i;for(t in this._tiles)this._tiles[t].coords.z!==this._tileZoom&&((i=this._tiles[t].el).onload=r,i.onerror=r,i.complete||(i.src=ni,ut(i),delete this._tiles[t]))}}),pn=dn.extend({defaultWmsParams:{service:\"WMS\",request:\"GetMap\",layers:\"\",styles:\"\",format:\"image/jpeg\",transparent:!1,version:\"1.1.1\"},options:{crs:null,uppercase:!1},initialize:function(t,e){this._url=t;var n=i({},this.defaultWmsParams);for(var o in e)o in this.options||(n[o]=e[o]);var s=(e=l(this,e)).detectRetina&&Ki?2:1,r=this.getTileSize();n.width=r.x*s,n.height=r.y*s,this.wmsParams=n},onAdd:function(t){this._crs=this.options.crs||t.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var i=this._wmsVersion>=1.3?\"crs\":\"srs\";this.wmsParams[i]=this._crs.code,dn.prototype.onAdd.call(this,t)},getTileUrl:function(t){var i=this._tileCoordsToNwSe(t),e=this._crs,n=b(e.project(i[0]),e.project(i[1])),o=n.min,s=n.max,r=(this._wmsVersion>=1.3&&this._crs===He?[o.y,o.x,s.y,s.x]:[o.x,o.y,s.x,s.y]).join(\",\"),a=L.TileLayer.prototype.getTileUrl.call(this,t);return a+c(this.wmsParams,a,this.options.uppercase)+(this.options.uppercase?\"&BBOX=\":\"&bbox=\")+r},setParams:function(t,e){return i(this.wmsParams,t),e||this.redraw(),this}});dn.WMS=pn,Yt.wms=function(t,i){return new pn(t,i)};var mn=Ue.extend({options:{padding:.1,tolerance:0},initialize:function(t){l(this,t),n(this),this._layers=this._layers||{}},onAdd:function(){this._container||(this._initContainer(),this._zoomAnimated&&pt(this._container,\"leaflet-zoom-animated\")),this.getPane().appendChild(this._container),this._update(),this.on(\"update\",this._updatePaths,this)},onRemove:function(){this.off(\"update\",this._updatePaths,this),this._destroyContainer()},getEvents:function(){var t={viewreset:this._reset,zoom:this._onZoom,moveend:this._update,zoomend:this._onZoomEnd};return this._zoomAnimated&&(t.zoomanim=this._onAnimZoom),t},_onAnimZoom:function(t){this._updateTransform(t.center,t.zoom)},_onZoom:function(){this._updateTransform(this._map.getCenter(),this._map.getZoom())},_updateTransform:function(t,i){var e=this._map.getZoomScale(i,this._zoom),n=Pt(this._container),o=this._map.getSize().multiplyBy(.5+this.options.padding),s=this._map.project(this._center,i),r=this._map.project(t,i).subtract(s),a=o.multiplyBy(-e).add(n).add(o).subtract(r);Ni?wt(this._container,a,e):Lt(this._container,a)},_reset:function(){this._update(),this._updateTransform(this._center,this._zoom);for(var t in this._layers)this._layers[t]._reset()},_onZoomEnd:function(){for(var t in this._layers)this._layers[t]._project()},_updatePaths:function(){for(var t in this._layers)this._layers[t]._update()},_update:function(){var t=this.options.padding,i=this._map.getSize(),e=this._map.containerPointToLayerPoint(i.multiplyBy(-t)).round();this._bounds=new P(e,e.add(i.multiplyBy(1+2*t)).round()),this._center=this._map.getCenter(),this._zoom=this._map.getZoom()}}),fn=mn.extend({getEvents:function(){var t=mn.prototype.getEvents.call(this);return t.viewprereset=this._onViewPreReset,t},_onViewPreReset:function(){this._postponeUpdatePaths=!0},onAdd:function(){mn.prototype.onAdd.call(this),this._draw()},_initContainer:function(){var t=this._container=document.createElement(\"canvas\");V(t,\"mousemove\",o(this._onMouseMove,32,this),this),V(t,\"click dblclick mousedown mouseup contextmenu\",this._onClick,this),V(t,\"mouseout\",this._handleMouseOut,this),this._ctx=t.getContext(\"2d\")},_destroyContainer:function(){delete this._ctx,ut(this._container),q(this._container),delete this._container},_updatePaths:function(){if(!this._postponeUpdatePaths){this._redrawBounds=null;for(var t in this._layers)this._layers[t]._update();this._redraw()}},_update:function(){if(!this._map._animatingZoom||!this._bounds){this._drawnLayers={},mn.prototype._update.call(this);var t=this._bounds,i=this._container,e=t.getSize(),n=Ki?2:1;Lt(i,t.min),i.width=n*e.x,i.height=n*e.y,i.style.width=e.x+\"px\",i.style.height=e.y+\"px\",Ki&&this._ctx.scale(2,2),this._ctx.translate(-t.min.x,-t.min.y),this.fire(\"update\")}},_reset:function(){mn.prototype._reset.call(this),this._postponeUpdatePaths&&(this._postponeUpdatePaths=!1,this._updatePaths())},_initPath:function(t){this._updateDashArray(t),this._layers[n(t)]=t;var i=t._order={layer:t,prev:this._drawLast,next:null};this._drawLast&&(this._drawLast.next=i),this._drawLast=i,this._drawFirst=this._drawFirst||this._drawLast},_addPath:function(t){this._requestRedraw(t)},_removePath:function(t){var i=t._order,e=i.next,n=i.prev;e?e.prev=n:this._drawLast=n,n?n.next=e:this._drawFirst=e,delete t._order,delete this._layers[L.stamp(t)],this._requestRedraw(t)},_updatePath:function(t){this._extendRedrawBounds(t),t._project(),t._update(),this._requestRedraw(t)},_updateStyle:function(t){this._updateDashArray(t),this._requestRedraw(t)},_updateDashArray:function(t){if(t.options.dashArray){var i,e=t.options.dashArray.split(\",\"),n=[];for(i=0;i<e.length;i++)n.push(Number(e[i]));t.options._dashArray=n}},_requestRedraw:function(t){this._map&&(this._extendRedrawBounds(t),this._redrawRequest=this._redrawRequest||f(this._redraw,this))},_extendRedrawBounds:function(t){if(t._pxBounds){var i=(t.options.weight||0)+1;this._redrawBounds=this._redrawBounds||new P,this._redrawBounds.extend(t._pxBounds.min.subtract([i,i])),this._redrawBounds.extend(t._pxBounds.max.add([i,i]))}},_redraw:function(){this._redrawRequest=null,this._redrawBounds&&(this._redrawBounds.min._floor(),this._redrawBounds.max._ceil()),this._clear(),this._draw(),this._redrawBounds=null},_clear:function(){var t=this._redrawBounds;if(t){var i=t.getSize();this._ctx.clearRect(t.min.x,t.min.y,i.x,i.y)}else this._ctx.clearRect(0,0,this._container.width,this._container.height)},_draw:function(){var t,i=this._redrawBounds;if(this._ctx.save(),i){var e=i.getSize();this._ctx.beginPath(),this._ctx.rect(i.min.x,i.min.y,e.x,e.y),this._ctx.clip()}this._drawing=!0;for(var n=this._drawFirst;n;n=n.next)t=n.layer,(!i||t._pxBounds&&t._pxBounds.intersects(i))&&t._updatePath();this._drawing=!1,this._ctx.restore()},_updatePoly:function(t,i){if(this._drawing){var e,n,o,s,r=t._parts,a=r.length,h=this._ctx;if(a){for(this._drawnLayers[t._leaflet_id]=t,h.beginPath(),e=0;e<a;e++){for(n=0,o=r[e].length;n<o;n++)s=r[e][n],h[n?\"lineTo\":\"moveTo\"](s.x,s.y);i&&h.closePath()}this._fillStroke(h,t)}}},_updateCircle:function(t){if(this._drawing&&!t._empty()){var i=t._point,e=this._ctx,n=Math.max(Math.round(t._radius),1),o=(Math.max(Math.round(t._radiusY),1)||n)/n;this._drawnLayers[t._leaflet_id]=t,1!==o&&(e.save(),e.scale(1,o)),e.beginPath(),e.arc(i.x,i.y/o,n,0,2*Math.PI,!1),1!==o&&e.restore(),this._fillStroke(e,t)}},_fillStroke:function(t,i){var e=i.options;e.fill&&(t.globalAlpha=e.fillOpacity,t.fillStyle=e.fillColor||e.color,t.fill(e.fillRule||\"evenodd\")),e.stroke&&0!==e.weight&&(t.setLineDash&&t.setLineDash(i.options&&i.options._dashArray||[]),t.globalAlpha=e.opacity,t.lineWidth=e.weight,t.strokeStyle=e.color,t.lineCap=e.lineCap,t.lineJoin=e.lineJoin,t.stroke())},_onClick:function(t){for(var i,e,n=this._map.mouseEventToLayerPoint(t),o=this._drawFirst;o;o=o.next)(i=o.layer).options.interactive&&i._containsPoint(n)&&!this._map._draggableMoved(i)&&(e=i);e&&(et(t),this._fireEvent([e],t))},_onMouseMove:function(t){if(this._map&&!this._map.dragging.moving()&&!this._map._animatingZoom){var i=this._map.mouseEventToLayerPoint(t);this._handleMouseHover(t,i)}},_handleMouseOut:function(t){var i=this._hoveredLayer;i&&(mt(this._container,\"leaflet-interactive\"),this._fireEvent([i],t,\"mouseout\"),this._hoveredLayer=null)},_handleMouseHover:function(t,i){for(var e,n,o=this._drawFirst;o;o=o.next)(e=o.layer).options.interactive&&e._containsPoint(i)&&(n=e);n!==this._hoveredLayer&&(this._handleMouseOut(t),n&&(pt(this._container,\"leaflet-interactive\"),this._fireEvent([n],t,\"mouseover\"),this._hoveredLayer=n)),this._hoveredLayer&&this._fireEvent([this._hoveredLayer],t)},_fireEvent:function(t,i,e){this._map._fireDOMEvent(i,e||i.type,t)},_bringToFront:function(t){var i=t._order,e=i.next,n=i.prev;e&&(e.prev=n,n?n.next=e:e&&(this._drawFirst=e),i.prev=this._drawLast,this._drawLast.next=i,i.next=null,this._drawLast=i,this._requestRedraw(t))},_bringToBack:function(t){var i=t._order,e=i.next,n=i.prev;n&&(n.next=e,e?e.prev=n:n&&(this._drawLast=n),i.prev=null,i.next=this._drawFirst,this._drawFirst.prev=i,this._drawFirst=i,this._requestRedraw(t))}}),gn=function(){try{return document.namespaces.add(\"lvml\",\"urn:schemas-microsoft-com:vml\"),function(t){return document.createElement(\"<lvml:\"+t+' class=\"lvml\">')}}catch(t){return function(t){return document.createElement(\"<\"+t+' xmlns=\"urn:schemas-microsoft.com:vml\" class=\"lvml\">')}}}(),vn={_initContainer:function(){this._container=ht(\"div\",\"leaflet-vml-container\")},_update:function(){this._map._animatingZoom||(mn.prototype._update.call(this),this.fire(\"update\"))},_initPath:function(t){var i=t._container=gn(\"shape\");pt(i,\"leaflet-vml-shape \"+(this.options.className||\"\")),i.coordsize=\"1 1\",t._path=gn(\"path\"),i.appendChild(t._path),this._updateStyle(t),this._layers[n(t)]=t},_addPath:function(t){var i=t._container;this._container.appendChild(i),t.options.interactive&&t.addInteractiveTarget(i)},_removePath:function(t){var i=t._container;ut(i),t.removeInteractiveTarget(i),delete this._layers[n(t)]},_updateStyle:function(t){var i=t._stroke,e=t._fill,n=t.options,o=t._container;o.stroked=!!n.stroke,o.filled=!!n.fill,n.stroke?(i||(i=t._stroke=gn(\"stroke\")),o.appendChild(i),i.weight=n.weight+\"px\",i.color=n.color,i.opacity=n.opacity,n.dashArray?i.dashStyle=ei(n.dashArray)?n.dashArray.join(\" \"):n.dashArray.replace(/( *, *)/g,\" \"):i.dashStyle=\"\",i.endcap=n.lineCap.replace(\"butt\",\"flat\"),i.joinstyle=n.lineJoin):i&&(o.removeChild(i),t._stroke=null),n.fill?(e||(e=t._fill=gn(\"fill\")),o.appendChild(e),e.color=n.fillColor||n.color,e.opacity=n.fillOpacity):e&&(o.removeChild(e),t._fill=null)},_updateCircle:function(t){var i=t._point.round(),e=Math.round(t._radius),n=Math.round(t._radiusY||e);this._setPath(t,t._empty()?\"M0 0\":\"AL \"+i.x+\",\"+i.y+\" \"+e+\",\"+n+\" 0,23592600\")},_setPath:function(t,i){t._path.v=i},_bringToFront:function(t){ct(t._container)},_bringToBack:function(t){_t(t._container)}},yn=Ji?gn:E,xn=mn.extend({getEvents:function(){var t=mn.prototype.getEvents.call(this);return t.zoomstart=this._onZoomStart,t},_initContainer:function(){this._container=yn(\"svg\"),this._container.setAttribute(\"pointer-events\",\"none\"),this._rootGroup=yn(\"g\"),this._container.appendChild(this._rootGroup)},_destroyContainer:function(){ut(this._container),q(this._container),delete this._container,delete this._rootGroup,delete this._svgSize},_onZoomStart:function(){this._update()},_update:function(){if(!this._map._animatingZoom||!this._bounds){mn.prototype._update.call(this);var t=this._bounds,i=t.getSize(),e=this._container;this._svgSize&&this._svgSize.equals(i)||(this._svgSize=i,e.setAttribute(\"width\",i.x),e.setAttribute(\"height\",i.y)),Lt(e,t.min),e.setAttribute(\"viewBox\",[t.min.x,t.min.y,i.x,i.y].join(\" \")),this.fire(\"update\")}},_initPath:function(t){var i=t._path=yn(\"path\");t.options.className&&pt(i,t.options.className),t.options.interactive&&pt(i,\"leaflet-interactive\"),this._updateStyle(t),this._layers[n(t)]=t},_addPath:function(t){this._rootGroup||this._initContainer(),this._rootGroup.appendChild(t._path),t.addInteractiveTarget(t._path)},_removePath:function(t){ut(t._path),t.removeInteractiveTarget(t._path),delete this._layers[n(t)]},_updatePath:function(t){t._project(),t._update()},_updateStyle:function(t){var i=t._path,e=t.options;i&&(e.stroke?(i.setAttribute(\"stroke\",e.color),i.setAttribute(\"stroke-opacity\",e.opacity),i.setAttribute(\"stroke-width\",e.weight),i.setAttribute(\"stroke-linecap\",e.lineCap),i.setAttribute(\"stroke-linejoin\",e.lineJoin),e.dashArray?i.setAttribute(\"stroke-dasharray\",e.dashArray):i.removeAttribute(\"stroke-dasharray\"),e.dashOffset?i.setAttribute(\"stroke-dashoffset\",e.dashOffset):i.removeAttribute(\"stroke-dashoffset\")):i.setAttribute(\"stroke\",\"none\"),e.fill?(i.setAttribute(\"fill\",e.fillColor||e.color),i.setAttribute(\"fill-opacity\",e.fillOpacity),i.setAttribute(\"fill-rule\",e.fillRule||\"evenodd\")):i.setAttribute(\"fill\",\"none\"))},_updatePoly:function(t,i){this._setPath(t,k(t._parts,i))},_updateCircle:function(t){var i=t._point,e=Math.max(Math.round(t._radius),1),n=\"a\"+e+\",\"+(Math.max(Math.round(t._radiusY),1)||e)+\" 0 1,0 \",o=t._empty()?\"M0 0\":\"M\"+(i.x-e)+\",\"+i.y+n+2*e+\",0 \"+n+2*-e+\",0 \";this._setPath(t,o)},_setPath:function(t,i){t._path.setAttribute(\"d\",i)},_bringToFront:function(t){ct(t._path)},_bringToBack:function(t){_t(t._path)}});Ji&&xn.include(vn),Le.include({getRenderer:function(t){var i=t.options.renderer||this._getPaneRenderer(t.options.pane)||this.options.renderer||this._renderer;return i||(i=this._renderer=this.options.preferCanvas&&Xt()||Jt()),this.hasLayer(i)||this.addLayer(i),i},_getPaneRenderer:function(t){if(\"overlayPane\"===t||void 0===t)return!1;var i=this._paneRenderers[t];return void 0===i&&(i=xn&&Jt({pane:t})||fn&&Xt({pane:t}),this._paneRenderers[t]=i),i}});var wn=en.extend({initialize:function(t,i){en.prototype.initialize.call(this,this._boundsToLatLngs(t),i)},setBounds:function(t){return this.setLatLngs(this._boundsToLatLngs(t))},_boundsToLatLngs:function(t){return t=z(t),[t.getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}});xn.create=yn,xn.pointsToPath=k,nn.geometryToLayer=Wt,nn.coordsToLatLng=Ht,nn.coordsToLatLngs=Ft,nn.latLngToCoords=Ut,nn.latLngsToCoords=Vt,nn.getFeature=qt,nn.asFeature=Gt,Le.mergeOptions({boxZoom:!0});var Ln=Ze.extend({initialize:function(t){this._map=t,this._container=t._container,this._pane=t._panes.overlayPane,this._resetStateTimeout=0,t.on(\"unload\",this._destroy,this)},addHooks:function(){V(this._container,\"mousedown\",this._onMouseDown,this)},removeHooks:function(){q(this._container,\"mousedown\",this._onMouseDown,this)},moved:function(){return this._moved},_destroy:function(){ut(this._pane),delete this._pane},_resetState:function(){this._resetStateTimeout=0,this._moved=!1},_clearDeferredResetState:function(){0!==this._resetStateTimeout&&(clearTimeout(this._resetStateTimeout),this._resetStateTimeout=0)},_onMouseDown:function(t){if(!t.shiftKey||1!==t.which&&1!==t.button)return!1;this._clearDeferredResetState(),this._resetState(),mi(),bt(),this._startPoint=this._map.mouseEventToContainerPoint(t),V(document,{contextmenu:Q,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseMove:function(t){this._moved||(this._moved=!0,this._box=ht(\"div\",\"leaflet-zoom-box\",this._container),pt(this._container,\"leaflet-crosshair\"),this._map.fire(\"boxzoomstart\")),this._point=this._map.mouseEventToContainerPoint(t);var i=new P(this._point,this._startPoint),e=i.getSize();Lt(this._box,i.min),this._box.style.width=e.x+\"px\",this._box.style.height=e.y+\"px\"},_finish:function(){this._moved&&(ut(this._box),mt(this._container,\"leaflet-crosshair\")),fi(),Tt(),q(document,{contextmenu:Q,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseUp:function(t){if((1===t.which||1===t.button)&&(this._finish(),this._moved)){this._clearDeferredResetState(),this._resetStateTimeout=setTimeout(e(this._resetState,this),0);var i=new T(this._map.containerPointToLatLng(this._startPoint),this._map.containerPointToLatLng(this._point));this._map.fitBounds(i).fire(\"boxzoomend\",{boxZoomBounds:i})}},_onKeyDown:function(t){27===t.keyCode&&this._finish()}});Le.addInitHook(\"addHandler\",\"boxZoom\",Ln),Le.mergeOptions({doubleClickZoom:!0});var Pn=Ze.extend({addHooks:function(){this._map.on(\"dblclick\",this._onDoubleClick,this)},removeHooks:function(){this._map.off(\"dblclick\",this._onDoubleClick,this)},_onDoubleClick:function(t){var i=this._map,e=i.getZoom(),n=i.options.zoomDelta,o=t.originalEvent.shiftKey?e-n:e+n;\"center\"===i.options.doubleClickZoom?i.setZoom(o):i.setZoomAround(t.containerPoint,o)}});Le.addInitHook(\"addHandler\",\"doubleClickZoom\",Pn),Le.mergeOptions({dragging:!0,inertia:!zi,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,easeLinearity:.2,worldCopyJump:!1,maxBoundsViscosity:0});var bn=Ze.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new Be(t._mapPane,t._container),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),this._draggable.on(\"predrag\",this._onPreDragLimit,this),t.options.worldCopyJump&&(this._draggable.on(\"predrag\",this._onPreDragWrap,this),t.on(\"zoomend\",this._onZoomEnd,this),t.whenReady(this._onZoomEnd,this))}pt(this._map._container,\"leaflet-grab leaflet-touch-drag\"),this._draggable.enable(),this._positions=[],this._times=[]},removeHooks:function(){mt(this._map._container,\"leaflet-grab\"),mt(this._map._container,\"leaflet-touch-drag\"),this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},moving:function(){return this._draggable&&this._draggable._moving},_onDragStart:function(){var t=this._map;if(t._stop(),this._map.options.maxBounds&&this._map.options.maxBoundsViscosity){var i=z(this._map.options.maxBounds);this._offsetLimit=b(this._map.latLngToContainerPoint(i.getNorthWest()).multiplyBy(-1),this._map.latLngToContainerPoint(i.getSouthEast()).multiplyBy(-1).add(this._map.getSize())),this._viscosity=Math.min(1,Math.max(0,this._map.options.maxBoundsViscosity))}else this._offsetLimit=null;t.fire(\"movestart\").fire(\"dragstart\"),t.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(t){if(this._map.options.inertia){var i=this._lastTime=+new Date,e=this._lastPos=this._draggable._absPos||this._draggable._newPos;this._positions.push(e),this._times.push(i),this._prunePositions(i)}this._map.fire(\"move\",t).fire(\"drag\",t)},_prunePositions:function(t){for(;this._positions.length>1&&t-this._times[0]>50;)this._positions.shift(),this._times.shift()},_onZoomEnd:function(){var t=this._map.getSize().divideBy(2),i=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=i.subtract(t).x,this._worldWidth=this._map.getPixelWorldBounds().getSize().x},_viscousLimit:function(t,i){return t-(t-i)*this._viscosity},_onPreDragLimit:function(){if(this._viscosity&&this._offsetLimit){var t=this._draggable._newPos.subtract(this._draggable._startPos),i=this._offsetLimit;t.x<i.min.x&&(t.x=this._viscousLimit(t.x,i.min.x)),t.y<i.min.y&&(t.y=this._viscousLimit(t.y,i.min.y)),t.x>i.max.x&&(t.x=this._viscousLimit(t.x,i.max.x)),t.y>i.max.y&&(t.y=this._viscousLimit(t.y,i.max.y)),this._draggable._newPos=this._draggable._startPos.add(t)}},_onPreDragWrap:function(){var t=this._worldWidth,i=Math.round(t/2),e=this._initialWorldOffset,n=this._draggable._newPos.x,o=(n-i+e)%t+i-e,s=(n+i+e)%t-i-e,r=Math.abs(o+e)<Math.abs(s+e)?o:s;this._draggable._absPos=this._draggable._newPos.clone(),this._draggable._newPos.x=r},_onDragEnd:function(t){var i=this._map,e=i.options,n=!e.inertia||this._times.length<2;if(i.fire(\"dragend\",t),n)i.fire(\"moveend\");else{this._prunePositions(+new Date);var o=this._lastPos.subtract(this._positions[0]),s=(this._lastTime-this._times[0])/1e3,r=e.easeLinearity,a=o.multiplyBy(r/s),h=a.distanceTo([0,0]),u=Math.min(e.inertiaMaxSpeed,h),l=a.multiplyBy(u/h),c=u/(e.inertiaDeceleration*r),_=l.multiplyBy(-c/2).round();_.x||_.y?(_=i._limitOffset(_,i.options.maxBounds),f(function(){i.panBy(_,{duration:c,easeLinearity:r,noMoveStart:!0,animate:!0})})):i.fire(\"moveend\")}}});Le.addInitHook(\"addHandler\",\"dragging\",bn),Le.mergeOptions({keyboard:!0,keyboardPanDelta:80});var Tn=Ze.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61,171],zoomOut:[189,109,54,173]},initialize:function(t){this._map=t,this._setPanDelta(t.options.keyboardPanDelta),this._setZoomDelta(t.options.zoomDelta)},addHooks:function(){var t=this._map._container;t.tabIndex<=0&&(t.tabIndex=\"0\"),V(t,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.on({focus:this._addHooks,blur:this._removeHooks},this)},removeHooks:function(){this._removeHooks(),q(this._map._container,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.off({focus:this._addHooks,blur:this._removeHooks},this)},_onMouseDown:function(){if(!this._focused){var t=document.body,i=document.documentElement,e=t.scrollTop||i.scrollTop,n=t.scrollLeft||i.scrollLeft;this._map._container.focus(),window.scrollTo(n,e)}},_onFocus:function(){this._focused=!0,this._map.fire(\"focus\")},_onBlur:function(){this._focused=!1,this._map.fire(\"blur\")},_setPanDelta:function(t){var i,e,n=this._panKeys={},o=this.keyCodes;for(i=0,e=o.left.length;i<e;i++)n[o.left[i]]=[-1*t,0];for(i=0,e=o.right.length;i<e;i++)n[o.right[i]]=[t,0];for(i=0,e=o.down.length;i<e;i++)n[o.down[i]]=[0,t];for(i=0,e=o.up.length;i<e;i++)n[o.up[i]]=[0,-1*t]},_setZoomDelta:function(t){var i,e,n=this._zoomKeys={},o=this.keyCodes;for(i=0,e=o.zoomIn.length;i<e;i++)n[o.zoomIn[i]]=t;for(i=0,e=o.zoomOut.length;i<e;i++)n[o.zoomOut[i]]=-t},_addHooks:function(){V(document,\"keydown\",this._onKeyDown,this)},_removeHooks:function(){q(document,\"keydown\",this._onKeyDown,this)},_onKeyDown:function(t){if(!(t.altKey||t.ctrlKey||t.metaKey)){var i,e=t.keyCode,n=this._map;if(e in this._panKeys){if(n._panAnim&&n._panAnim._inProgress)return;i=this._panKeys[e],t.shiftKey&&(i=w(i).multiplyBy(3)),n.panBy(i),n.options.maxBounds&&n.panInsideBounds(n.options.maxBounds)}else if(e in this._zoomKeys)n.setZoom(n.getZoom()+(t.shiftKey?3:1)*this._zoomKeys[e]);else{if(27!==e||!n._popup||!n._popup.options.closeOnEscapeKey)return;n.closePopup()}Q(t)}}});Le.addInitHook(\"addHandler\",\"keyboard\",Tn),Le.mergeOptions({scrollWheelZoom:!0,wheelDebounceTime:40,wheelPxPerZoomLevel:60});var zn=Ze.extend({addHooks:function(){V(this._map._container,\"mousewheel\",this._onWheelScroll,this),this._delta=0},removeHooks:function(){q(this._map._container,\"mousewheel\",this._onWheelScroll,this)},_onWheelScroll:function(t){var i=it(t),n=this._map.options.wheelDebounceTime;this._delta+=i,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var o=Math.max(n-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(e(this._performZoom,this),o),Q(t)},_performZoom:function(){var t=this._map,i=t.getZoom(),e=this._map.options.zoomSnap||0;t._stop();var n=this._delta/(4*this._map.options.wheelPxPerZoomLevel),o=4*Math.log(2/(1+Math.exp(-Math.abs(n))))/Math.LN2,s=e?Math.ceil(o/e)*e:o,r=t._limitZoom(i+(this._delta>0?s:-s))-i;this._delta=0,this._startTime=null,r&&(\"center\"===t.options.scrollWheelZoom?t.setZoom(i+r):t.setZoomAround(this._lastMousePos,i+r))}});Le.addInitHook(\"addHandler\",\"scrollWheelZoom\",zn),Le.mergeOptions({tap:!0,tapTolerance:15});var Mn=Ze.extend({addHooks:function(){V(this._map._container,\"touchstart\",this._onDown,this)},removeHooks:function(){q(this._map._container,\"touchstart\",this._onDown,this)},_onDown:function(t){if(t.touches){if($(t),this._fireClick=!0,t.touches.length>1)return this._fireClick=!1,void clearTimeout(this._holdTimeout);var i=t.touches[0],n=i.target;this._startPos=this._newPos=new x(i.clientX,i.clientY),n.tagName&&\"a\"===n.tagName.toLowerCase()&&pt(n,\"leaflet-active\"),this._holdTimeout=setTimeout(e(function(){this._isTapValid()&&(this._fireClick=!1,this._onUp(),this._simulateEvent(\"contextmenu\",i))},this),1e3),this._simulateEvent(\"mousedown\",i),V(document,{touchmove:this._onMove,touchend:this._onUp},this)}},_onUp:function(t){if(clearTimeout(this._holdTimeout),q(document,{touchmove:this._onMove,touchend:this._onUp},this),this._fireClick&&t&&t.changedTouches){var i=t.changedTouches[0],e=i.target;e&&e.tagName&&\"a\"===e.tagName.toLowerCase()&&mt(e,\"leaflet-active\"),this._simulateEvent(\"mouseup\",i),this._isTapValid()&&this._simulateEvent(\"click\",i)}},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_onMove:function(t){var i=t.touches[0];this._newPos=new x(i.clientX,i.clientY),this._simulateEvent(\"mousemove\",i)},_simulateEvent:function(t,i){var e=document.createEvent(\"MouseEvents\");e._simulated=!0,i.target._simulatedClick=!0,e.initMouseEvent(t,!0,!0,window,1,i.screenX,i.screenY,i.clientX,i.clientY,!1,!1,!1,!1,0,null),i.target.dispatchEvent(e)}});Vi&&!Ui&&Le.addInitHook(\"addHandler\",\"tap\",Mn),Le.mergeOptions({touchZoom:Vi&&!zi,bounceAtZoomLimits:!0});var Cn=Ze.extend({addHooks:function(){pt(this._map._container,\"leaflet-touch-zoom\"),V(this._map._container,\"touchstart\",this._onTouchStart,this)},removeHooks:function(){mt(this._map._container,\"leaflet-touch-zoom\"),q(this._map._container,\"touchstart\",this._onTouchStart,this)},_onTouchStart:function(t){var i=this._map;if(t.touches&&2===t.touches.length&&!i._animatingZoom&&!this._zooming){var e=i.mouseEventToContainerPoint(t.touches[0]),n=i.mouseEventToContainerPoint(t.touches[1]);this._centerPoint=i.getSize()._divideBy(2),this._startLatLng=i.containerPointToLatLng(this._centerPoint),\"center\"!==i.options.touchZoom&&(this._pinchStartLatLng=i.containerPointToLatLng(e.add(n)._divideBy(2))),this._startDist=e.distanceTo(n),this._startZoom=i.getZoom(),this._moved=!1,this._zooming=!0,i._stop(),V(document,\"touchmove\",this._onTouchMove,this),V(document,\"touchend\",this._onTouchEnd,this),$(t)}},_onTouchMove:function(t){if(t.touches&&2===t.touches.length&&this._zooming){var i=this._map,n=i.mouseEventToContainerPoint(t.touches[0]),o=i.mouseEventToContainerPoint(t.touches[1]),s=n.distanceTo(o)/this._startDist;if(this._zoom=i.getScaleZoom(s,this._startZoom),!i.options.bounceAtZoomLimits&&(this._zoom<i.getMinZoom()&&s<1||this._zoom>i.getMaxZoom()&&s>1)&&(this._zoom=i._limitZoom(this._zoom)),\"center\"===i.options.touchZoom){if(this._center=this._startLatLng,1===s)return}else{var r=n._add(o)._divideBy(2)._subtract(this._centerPoint);if(1===s&&0===r.x&&0===r.y)return;this._center=i.unproject(i.project(this._pinchStartLatLng,this._zoom).subtract(r),this._zoom)}this._moved||(i._moveStart(!0,!1),this._moved=!0),g(this._animRequest);var a=e(i._move,i,this._center,this._zoom,{pinch:!0,round:!1});this._animRequest=f(a,this,!0),$(t)}},_onTouchEnd:function(){this._moved&&this._zooming?(this._zooming=!1,g(this._animRequest),q(document,\"touchmove\",this._onTouchMove),q(document,\"touchend\",this._onTouchEnd),this._map.options.zoomAnimation?this._map._animateZoom(this._center,this._map._limitZoom(this._zoom),!0,this._map.options.zoomSnap):this._map._resetView(this._center,this._map._limitZoom(this._zoom))):this._zooming=!1}});Le.addInitHook(\"addHandler\",\"touchZoom\",Cn),Le.BoxZoom=Ln,Le.DoubleClickZoom=Pn,Le.Drag=bn,Le.Keyboard=Tn,Le.ScrollWheelZoom=zn,Le.Tap=Mn,Le.TouchZoom=Cn;var Zn=window.L;window.L=t,Object.freeze=$t,t.version=\"1.3.1\",t.noConflict=function(){return window.L=Zn,this},t.Control=Pe,t.control=be,t.Browser=$i,t.Evented=ui,t.Mixin=Ee,t.Util=ai,t.Class=v,t.Handler=Ze,t.extend=i,t.bind=e,t.stamp=n,t.setOptions=l,t.DomEvent=de,t.DomUtil=xe,t.PosAnimation=we,t.Draggable=Be,t.LineUtil=Oe,t.PolyUtil=Re,t.Point=x,t.point=w,t.Bounds=P,t.bounds=b,t.Transformation=Z,t.transformation=S,t.Projection=je,t.LatLng=M,t.latLng=C,t.LatLngBounds=T,t.latLngBounds=z,t.CRS=ci,t.GeoJSON=nn,t.geoJSON=Kt,t.geoJson=sn,t.Layer=Ue,t.LayerGroup=Ve,t.layerGroup=function(t,i){return new Ve(t,i)},t.FeatureGroup=qe,t.featureGroup=function(t){return new qe(t)},t.ImageOverlay=rn,t.imageOverlay=function(t,i,e){return new rn(t,i,e)},t.VideoOverlay=an,t.videoOverlay=function(t,i,e){return new an(t,i,e)},t.DivOverlay=hn,t.Popup=un,t.popup=function(t,i){return new un(t,i)},t.Tooltip=ln,t.tooltip=function(t,i){return new ln(t,i)},t.Icon=Ge,t.icon=function(t){return new Ge(t)},t.DivIcon=cn,t.divIcon=function(t){return new cn(t)},t.Marker=Xe,t.marker=function(t,i){return new Xe(t,i)},t.TileLayer=dn,t.tileLayer=Yt,t.GridLayer=_n,t.gridLayer=function(t){return new _n(t)},t.SVG=xn,t.svg=Jt,t.Renderer=mn,t.Canvas=fn,t.canvas=Xt,t.Path=Je,t.CircleMarker=$e,t.circleMarker=function(t,i){return new $e(t,i)},t.Circle=Qe,t.circle=function(t,i,e){return new Qe(t,i,e)},t.Polyline=tn,t.polyline=function(t,i){return new tn(t,i)},t.Polygon=en,t.polygon=function(t,i){return new en(t,i)},t.Rectangle=wn,t.rectangle=function(t,i){return new wn(t,i)},t.Map=Le,t.map=function(t,i){return new Le(t,i)}});\n}\nexports.L = L;\n",
            "type": "application/javascript",
            "title": "$:/plugins/sycom/leaflet/lib/leaflet.js",
            "module-type": "library"
        },
        "$:/plugins/sycom/leaflet/lib/leaflet-markercluster.js": {
            "text": "if($tw.browser){\n!function(e,t){\"object\"==typeof exports&&\"undefined\"!=typeof module?t(exports):\"function\"==typeof define&&define.amd?define([\"exports\"],t):t((e.Leaflet=e.Leaflet||{},e.Leaflet.markercluster=e.Leaflet.markercluster||{}))}(this,function(e){\"use strict\";var t=L.MarkerClusterGroup=L.FeatureGroup.extend({options:{maxClusterRadius:80,iconCreateFunction:null,clusterPane:L.Marker.prototype.options.pane,spiderfyOnMaxZoom:!0,showCoverageOnHover:!0,zoomToBoundsOnClick:!0,singleMarkerMode:!1,disableClusteringAtZoom:null,removeOutsideVisibleBounds:!0,animate:!0,animateAddingMarkers:!1,spiderfyDistanceMultiplier:1,spiderLegPolylineOptions:{weight:1.5,color:\"#222\",opacity:.5},chunkedLoading:!1,chunkInterval:200,chunkDelay:50,chunkProgress:null,polygonOptions:{}},initialize:function(e){L.Util.setOptions(this,e),this.options.iconCreateFunction||(this.options.iconCreateFunction=this._defaultIconCreateFunction),this._featureGroup=L.featureGroup(),this._featureGroup.addEventParent(this),this._nonPointGroup=L.featureGroup(),this._nonPointGroup.addEventParent(this),this._inZoomAnimation=0,this._needsClustering=[],this._needsRemoving=[],this._currentShownBounds=null,this._queue=[],this._childMarkerEventHandlers={dragstart:this._childMarkerDragStart,move:this._childMarkerMoved,dragend:this._childMarkerDragEnd};var t=L.DomUtil.TRANSITION&&this.options.animate;L.extend(this,t?this._withAnimation:this._noAnimation),this._markerCluster=t?L.MarkerCluster:L.MarkerClusterNonAnimated},addLayer:function(e){if(e instanceof L.LayerGroup)return this.addLayers([e]);if(!e.getLatLng)return this._nonPointGroup.addLayer(e),this.fire(\"layeradd\",{layer:e}),this;if(!this._map)return this._needsClustering.push(e),this.fire(\"layeradd\",{layer:e}),this;if(this.hasLayer(e))return this;this._unspiderfy&&this._unspiderfy(),this._addLayer(e,this._maxZoom),this.fire(\"layeradd\",{layer:e}),this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons();var t=e,i=this._zoom;if(e.__parent)for(;t.__parent._zoom>=i;)t=t.__parent;return this._currentShownBounds.contains(t.getLatLng())&&(this.options.animateAddingMarkers?this._animationAddLayer(e,t):this._animationAddLayerNonAnimated(e,t)),this},removeLayer:function(e){return e instanceof L.LayerGroup?this.removeLayers([e]):e.getLatLng?this._map?e.__parent?(this._unspiderfy&&(this._unspiderfy(),this._unspiderfyLayer(e)),this._removeLayer(e,!0),this.fire(\"layerremove\",{layer:e}),this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons(),e.off(this._childMarkerEventHandlers,this),this._featureGroup.hasLayer(e)&&(this._featureGroup.removeLayer(e),e.clusterShow&&e.clusterShow()),this):this:(!this._arraySplice(this._needsClustering,e)&&this.hasLayer(e)&&this._needsRemoving.push({layer:e,latlng:e._latlng}),this.fire(\"layerremove\",{layer:e}),this):(this._nonPointGroup.removeLayer(e),this.fire(\"layerremove\",{layer:e}),this)},addLayers:function(e,t){if(!L.Util.isArray(e))return this.addLayer(e);var i,n=this._featureGroup,r=this._nonPointGroup,s=this.options.chunkedLoading,o=this.options.chunkInterval,a=this.options.chunkProgress,h=e.length,l=0,u=!0;if(this._map){var _=(new Date).getTime(),d=L.bind(function(){for(var c=(new Date).getTime();h>l;l++){if(s&&0===l%200){var p=(new Date).getTime()-c;if(p>o)break}if(i=e[l],i instanceof L.LayerGroup)u&&(e=e.slice(),u=!1),this._extractNonGroupLayers(i,e),h=e.length;else if(i.getLatLng){if(!this.hasLayer(i)&&(this._addLayer(i,this._maxZoom),t||this.fire(\"layeradd\",{layer:i}),i.__parent&&2===i.__parent.getChildCount())){var f=i.__parent.getAllChildMarkers(),m=f[0]===i?f[1]:f[0];n.removeLayer(m)}}else r.addLayer(i),t||this.fire(\"layeradd\",{layer:i})}a&&a(l,h,(new Date).getTime()-_),l===h?(this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons(),this._topClusterLevel._recursivelyAddChildrenToMap(null,this._zoom,this._currentShownBounds)):setTimeout(d,this.options.chunkDelay)},this);d()}else for(var c=this._needsClustering;h>l;l++)i=e[l],i instanceof L.LayerGroup?(u&&(e=e.slice(),u=!1),this._extractNonGroupLayers(i,e),h=e.length):i.getLatLng?this.hasLayer(i)||c.push(i):r.addLayer(i);return this},removeLayers:function(e){var t,i,n=e.length,r=this._featureGroup,s=this._nonPointGroup,o=!0;if(!this._map){for(t=0;n>t;t++)i=e[t],i instanceof L.LayerGroup?(o&&(e=e.slice(),o=!1),this._extractNonGroupLayers(i,e),n=e.length):(this._arraySplice(this._needsClustering,i),s.removeLayer(i),this.hasLayer(i)&&this._needsRemoving.push({layer:i,latlng:i._latlng}),this.fire(\"layerremove\",{layer:i}));return this}if(this._unspiderfy){this._unspiderfy();var a=e.slice(),h=n;for(t=0;h>t;t++)i=a[t],i instanceof L.LayerGroup?(this._extractNonGroupLayers(i,a),h=a.length):this._unspiderfyLayer(i)}for(t=0;n>t;t++)i=e[t],i instanceof L.LayerGroup?(o&&(e=e.slice(),o=!1),this._extractNonGroupLayers(i,e),n=e.length):i.__parent?(this._removeLayer(i,!0,!0),this.fire(\"layerremove\",{layer:i}),r.hasLayer(i)&&(r.removeLayer(i),i.clusterShow&&i.clusterShow())):(s.removeLayer(i),this.fire(\"layerremove\",{layer:i}));return this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons(),this._topClusterLevel._recursivelyAddChildrenToMap(null,this._zoom,this._currentShownBounds),this},clearLayers:function(){return this._map||(this._needsClustering=[],delete this._gridClusters,delete this._gridUnclustered),this._noanimationUnspiderfy&&this._noanimationUnspiderfy(),this._featureGroup.clearLayers(),this._nonPointGroup.clearLayers(),this.eachLayer(function(e){e.off(this._childMarkerEventHandlers,this),delete e.__parent},this),this._map&&this._generateInitialClusters(),this},getBounds:function(){var e=new L.LatLngBounds;this._topClusterLevel&&e.extend(this._topClusterLevel._bounds);for(var t=this._needsClustering.length-1;t>=0;t--)e.extend(this._needsClustering[t].getLatLng());return e.extend(this._nonPointGroup.getBounds()),e},eachLayer:function(e,t){var i,n,r,s=this._needsClustering.slice(),o=this._needsRemoving;for(this._topClusterLevel&&this._topClusterLevel.getAllChildMarkers(s),n=s.length-1;n>=0;n--){for(i=!0,r=o.length-1;r>=0;r--)if(o[r].layer===s[n]){i=!1;break}i&&e.call(t,s[n])}this._nonPointGroup.eachLayer(e,t)},getLayers:function(){var e=[];return this.eachLayer(function(t){e.push(t)}),e},getLayer:function(e){var t=null;return e=parseInt(e,10),this.eachLayer(function(i){L.stamp(i)===e&&(t=i)}),t},hasLayer:function(e){if(!e)return!1;var t,i=this._needsClustering;for(t=i.length-1;t>=0;t--)if(i[t]===e)return!0;for(i=this._needsRemoving,t=i.length-1;t>=0;t--)if(i[t].layer===e)return!1;return!(!e.__parent||e.__parent._group!==this)||this._nonPointGroup.hasLayer(e)},zoomToShowLayer:function(e,t){\"function\"!=typeof t&&(t=function(){});var i=function(){!e._icon&&!e.__parent._icon||this._inZoomAnimation||(this._map.off(\"moveend\",i,this),this.off(\"animationend\",i,this),e._icon?t():e.__parent._icon&&(this.once(\"spiderfied\",t,this),e.__parent.spiderfy()))};e._icon&&this._map.getBounds().contains(e.getLatLng())?t():e.__parent._zoom<Math.round(this._map._zoom)?(this._map.on(\"moveend\",i,this),this._map.panTo(e.getLatLng())):(this._map.on(\"moveend\",i,this),this.on(\"animationend\",i,this),e.__parent.zoomToBounds())},onAdd:function(e){this._map=e;var t,i,n;if(!isFinite(this._map.getMaxZoom()))throw\"Map has no maxZoom specified\";for(this._featureGroup.addTo(e),this._nonPointGroup.addTo(e),this._gridClusters||this._generateInitialClusters(),this._maxLat=e.options.crs.projection.MAX_LATITUDE,t=0,i=this._needsRemoving.length;i>t;t++)n=this._needsRemoving[t],n.newlatlng=n.layer._latlng,n.layer._latlng=n.latlng;for(t=0,i=this._needsRemoving.length;i>t;t++)n=this._needsRemoving[t],this._removeLayer(n.layer,!0),n.layer._latlng=n.newlatlng;this._needsRemoving=[],this._zoom=Math.round(this._map._zoom),this._currentShownBounds=this._getExpandedVisibleBounds(),this._map.on(\"zoomend\",this._zoomEnd,this),this._map.on(\"moveend\",this._moveEnd,this),this._spiderfierOnAdd&&this._spiderfierOnAdd(),this._bindEvents(),i=this._needsClustering,this._needsClustering=[],this.addLayers(i,!0)},onRemove:function(e){e.off(\"zoomend\",this._zoomEnd,this),e.off(\"moveend\",this._moveEnd,this),this._unbindEvents(),this._map._mapPane.className=this._map._mapPane.className.replace(\" leaflet-cluster-anim\",\"\"),this._spiderfierOnRemove&&this._spiderfierOnRemove(),delete this._maxLat,this._hideCoverage(),this._featureGroup.remove(),this._nonPointGroup.remove(),this._featureGroup.clearLayers(),this._map=null},getVisibleParent:function(e){for(var t=e;t&&!t._icon;)t=t.__parent;return t||null},_arraySplice:function(e,t){for(var i=e.length-1;i>=0;i--)if(e[i]===t)return e.splice(i,1),!0},_removeFromGridUnclustered:function(e,t){for(var i=this._map,n=this._gridUnclustered,r=Math.floor(this._map.getMinZoom());t>=r&&n[t].removeObject(e,i.project(e.getLatLng(),t));t--);},_childMarkerDragStart:function(e){e.target.__dragStart=e.target._latlng},_childMarkerMoved:function(e){if(!this._ignoreMove&&!e.target.__dragStart){var t=e.target._popup&&e.target._popup.isOpen();this._moveChild(e.target,e.oldLatLng,e.latlng),t&&e.target.openPopup()}},_moveChild:function(e,t,i){e._latlng=t,this.removeLayer(e),e._latlng=i,this.addLayer(e)},_childMarkerDragEnd:function(e){e.target.__dragStart&&this._moveChild(e.target,e.target.__dragStart,e.target._latlng),delete e.target.__dragStart},_removeLayer:function(e,t,i){var n=this._gridClusters,r=this._gridUnclustered,s=this._featureGroup,o=this._map,a=Math.floor(this._map.getMinZoom());t&&this._removeFromGridUnclustered(e,this._maxZoom);var h,l=e.__parent,u=l._markers;for(this._arraySplice(u,e);l&&(l._childCount--,l._boundsNeedUpdate=!0,!(l._zoom<a));)t&&l._childCount<=1?(h=l._markers[0]===e?l._markers[1]:l._markers[0],n[l._zoom].removeObject(l,o.project(l._cLatLng,l._zoom)),r[l._zoom].addObject(h,o.project(h.getLatLng(),l._zoom)),this._arraySplice(l.__parent._childClusters,l),l.__parent._markers.push(h),h.__parent=l.__parent,l._icon&&(s.removeLayer(l),i||s.addLayer(h))):l._iconNeedsUpdate=!0,l=l.__parent;delete e.__parent},_isOrIsParent:function(e,t){for(;t;){if(e===t)return!0;t=t.parentNode}return!1},fire:function(e,t,i){if(t&&t.layer instanceof L.MarkerCluster){if(t.originalEvent&&this._isOrIsParent(t.layer._icon,t.originalEvent.relatedTarget))return;e=\"cluster\"+e}L.FeatureGroup.prototype.fire.call(this,e,t,i)},listens:function(e,t){return L.FeatureGroup.prototype.listens.call(this,e,t)||L.FeatureGroup.prototype.listens.call(this,\"cluster\"+e,t)},_defaultIconCreateFunction:function(e){var t=e.getChildCount(),i=\" marker-cluster-\";return i+=10>t?\"small\":100>t?\"medium\":\"large\",new L.DivIcon({html:\"<div><span>\"+t+\"</span></div>\",className:\"marker-cluster\"+i,iconSize:new L.Point(40,40)})},_bindEvents:function(){var e=this._map,t=this.options.spiderfyOnMaxZoom,i=this.options.showCoverageOnHover,n=this.options.zoomToBoundsOnClick;(t||n)&&this.on(\"clusterclick\",this._zoomOrSpiderfy,this),i&&(this.on(\"clustermouseover\",this._showCoverage,this),this.on(\"clustermouseout\",this._hideCoverage,this),e.on(\"zoomend\",this._hideCoverage,this))},_zoomOrSpiderfy:function(e){for(var t=e.layer,i=t;1===i._childClusters.length;)i=i._childClusters[0];i._zoom===this._maxZoom&&i._childCount===t._childCount&&this.options.spiderfyOnMaxZoom?t.spiderfy():this.options.zoomToBoundsOnClick&&t.zoomToBounds(),e.originalEvent&&13===e.originalEvent.keyCode&&this._map._container.focus()},_showCoverage:function(e){var t=this._map;this._inZoomAnimation||(this._shownPolygon&&t.removeLayer(this._shownPolygon),e.layer.getChildCount()>2&&e.layer!==this._spiderfied&&(this._shownPolygon=new L.Polygon(e.layer.getConvexHull(),this.options.polygonOptions),t.addLayer(this._shownPolygon)))},_hideCoverage:function(){this._shownPolygon&&(this._map.removeLayer(this._shownPolygon),this._shownPolygon=null)},_unbindEvents:function(){var e=this.options.spiderfyOnMaxZoom,t=this.options.showCoverageOnHover,i=this.options.zoomToBoundsOnClick,n=this._map;(e||i)&&this.off(\"clusterclick\",this._zoomOrSpiderfy,this),t&&(this.off(\"clustermouseover\",this._showCoverage,this),this.off(\"clustermouseout\",this._hideCoverage,this),n.off(\"zoomend\",this._hideCoverage,this))},_zoomEnd:function(){this._map&&(this._mergeSplitClusters(),this._zoom=Math.round(this._map._zoom),this._currentShownBounds=this._getExpandedVisibleBounds())},_moveEnd:function(){if(!this._inZoomAnimation){var e=this._getExpandedVisibleBounds();this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),this._zoom,e),this._topClusterLevel._recursivelyAddChildrenToMap(null,Math.round(this._map._zoom),e),this._currentShownBounds=e}},_generateInitialClusters:function(){var e=Math.ceil(this._map.getMaxZoom()),t=Math.floor(this._map.getMinZoom()),i=this.options.maxClusterRadius,n=i;\"function\"!=typeof i&&(n=function(){return i}),null!==this.options.disableClusteringAtZoom&&(e=this.options.disableClusteringAtZoom-1),this._maxZoom=e,this._gridClusters={},this._gridUnclustered={};for(var r=e;r>=t;r--)this._gridClusters[r]=new L.DistanceGrid(n(r)),this._gridUnclustered[r]=new L.DistanceGrid(n(r));this._topClusterLevel=new this._markerCluster(this,t-1)},_addLayer:function(e,t){var i,n,r=this._gridClusters,s=this._gridUnclustered,o=Math.floor(this._map.getMinZoom());for(this.options.singleMarkerMode&&this._overrideMarkerIcon(e),e.on(this._childMarkerEventHandlers,this);t>=o;t--){i=this._map.project(e.getLatLng(),t);var a=r[t].getNearObject(i);if(a)return a._addChild(e),e.__parent=a,void 0;if(a=s[t].getNearObject(i)){var h=a.__parent;h&&this._removeLayer(a,!1);var l=new this._markerCluster(this,t,a,e);r[t].addObject(l,this._map.project(l._cLatLng,t)),a.__parent=l,e.__parent=l;var u=l;for(n=t-1;n>h._zoom;n--)u=new this._markerCluster(this,n,u),r[n].addObject(u,this._map.project(a.getLatLng(),n));return h._addChild(u),this._removeFromGridUnclustered(a,t),void 0}s[t].addObject(e,i)}this._topClusterLevel._addChild(e),e.__parent=this._topClusterLevel},_refreshClustersIcons:function(){this._featureGroup.eachLayer(function(e){e instanceof L.MarkerCluster&&e._iconNeedsUpdate&&e._updateIcon()})},_enqueue:function(e){this._queue.push(e),this._queueTimeout||(this._queueTimeout=setTimeout(L.bind(this._processQueue,this),300))},_processQueue:function(){for(var e=0;e<this._queue.length;e++)this._queue[e].call(this);this._queue.length=0,clearTimeout(this._queueTimeout),this._queueTimeout=null},_mergeSplitClusters:function(){var e=Math.round(this._map._zoom);this._processQueue(),this._zoom<e&&this._currentShownBounds.intersects(this._getExpandedVisibleBounds())?(this._animationStart(),this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),this._zoom,this._getExpandedVisibleBounds()),this._animationZoomIn(this._zoom,e)):this._zoom>e?(this._animationStart(),this._animationZoomOut(this._zoom,e)):this._moveEnd()},_getExpandedVisibleBounds:function(){return this.options.removeOutsideVisibleBounds?L.Browser.mobile?this._checkBoundsMaxLat(this._map.getBounds()):this._checkBoundsMaxLat(this._map.getBounds().pad(1)):this._mapBoundsInfinite},_checkBoundsMaxLat:function(e){var t=this._maxLat;return void 0!==t&&(e.getNorth()>=t&&(e._northEast.lat=1/0),e.getSouth()<=-t&&(e._southWest.lat=-1/0)),e},_animationAddLayerNonAnimated:function(e,t){if(t===e)this._featureGroup.addLayer(e);else if(2===t._childCount){t._addToMap();var i=t.getAllChildMarkers();this._featureGroup.removeLayer(i[0]),this._featureGroup.removeLayer(i[1])}else t._updateIcon()},_extractNonGroupLayers:function(e,t){var i,n=e.getLayers(),r=0;for(t=t||[];r<n.length;r++)i=n[r],i instanceof L.LayerGroup?this._extractNonGroupLayers(i,t):t.push(i);return t},_overrideMarkerIcon:function(e){var t=e.options.icon=this.options.iconCreateFunction({getChildCount:function(){return 1},getAllChildMarkers:function(){return[e]}});return t}});L.MarkerClusterGroup.include({_mapBoundsInfinite:new L.LatLngBounds(new L.LatLng(-1/0,-1/0),new L.LatLng(1/0,1/0))}),L.MarkerClusterGroup.include({_noAnimation:{_animationStart:function(){},_animationZoomIn:function(e,t){this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),e),this._topClusterLevel._recursivelyAddChildrenToMap(null,t,this._getExpandedVisibleBounds()),this.fire(\"animationend\")},_animationZoomOut:function(e,t){this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),e),this._topClusterLevel._recursivelyAddChildrenToMap(null,t,this._getExpandedVisibleBounds()),this.fire(\"animationend\")},_animationAddLayer:function(e,t){this._animationAddLayerNonAnimated(e,t)}},_withAnimation:{_animationStart:function(){this._map._mapPane.className+=\" leaflet-cluster-anim\",this._inZoomAnimation++},_animationZoomIn:function(e,t){var i,n=this._getExpandedVisibleBounds(),r=this._featureGroup,s=Math.floor(this._map.getMinZoom());this._ignoreMove=!0,this._topClusterLevel._recursively(n,e,s,function(s){var o,a=s._latlng,h=s._markers;for(n.contains(a)||(a=null),s._isSingleParent()&&e+1===t?(r.removeLayer(s),s._recursivelyAddChildrenToMap(null,t,n)):(s.clusterHide(),s._recursivelyAddChildrenToMap(a,t,n)),i=h.length-1;i>=0;i--)o=h[i],n.contains(o._latlng)||r.removeLayer(o)}),this._forceLayout(),this._topClusterLevel._recursivelyBecomeVisible(n,t),r.eachLayer(function(e){e instanceof L.MarkerCluster||!e._icon||e.clusterShow()}),this._topClusterLevel._recursively(n,e,t,function(e){e._recursivelyRestoreChildPositions(t)}),this._ignoreMove=!1,this._enqueue(function(){this._topClusterLevel._recursively(n,e,s,function(e){r.removeLayer(e),e.clusterShow()}),this._animationEnd()})},_animationZoomOut:function(e,t){this._animationZoomOutSingle(this._topClusterLevel,e-1,t),this._topClusterLevel._recursivelyAddChildrenToMap(null,t,this._getExpandedVisibleBounds()),this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),e,this._getExpandedVisibleBounds())},_animationAddLayer:function(e,t){var i=this,n=this._featureGroup;n.addLayer(e),t!==e&&(t._childCount>2?(t._updateIcon(),this._forceLayout(),this._animationStart(),e._setPos(this._map.latLngToLayerPoint(t.getLatLng())),e.clusterHide(),this._enqueue(function(){n.removeLayer(e),e.clusterShow(),i._animationEnd()})):(this._forceLayout(),i._animationStart(),i._animationZoomOutSingle(t,this._map.getMaxZoom(),this._zoom)))}},_animationZoomOutSingle:function(e,t,i){var n=this._getExpandedVisibleBounds(),r=Math.floor(this._map.getMinZoom());e._recursivelyAnimateChildrenInAndAddSelfToMap(n,r,t+1,i);var s=this;this._forceLayout(),e._recursivelyBecomeVisible(n,i),this._enqueue(function(){if(1===e._childCount){var o=e._markers[0];this._ignoreMove=!0,o.setLatLng(o.getLatLng()),this._ignoreMove=!1,o.clusterShow&&o.clusterShow()}else e._recursively(n,i,r,function(e){e._recursivelyRemoveChildrenFromMap(n,r,t+1)});s._animationEnd()})},_animationEnd:function(){this._map&&(this._map._mapPane.className=this._map._mapPane.className.replace(\" leaflet-cluster-anim\",\"\")),this._inZoomAnimation--,this.fire(\"animationend\")},_forceLayout:function(){L.Util.falseFn(document.body.offsetWidth)}}),L.markerClusterGroup=function(e){return new L.MarkerClusterGroup(e)};var i=L.MarkerCluster=L.Marker.extend({options:L.Icon.prototype.options,initialize:function(e,t,i,n){L.Marker.prototype.initialize.call(this,i?i._cLatLng||i.getLatLng():new L.LatLng(0,0),{icon:this,pane:e.options.clusterPane}),this._group=e,this._zoom=t,this._markers=[],this._childClusters=[],this._childCount=0,this._iconNeedsUpdate=!0,this._boundsNeedUpdate=!0,this._bounds=new L.LatLngBounds,i&&this._addChild(i),n&&this._addChild(n)},getAllChildMarkers:function(e){e=e||[];for(var t=this._childClusters.length-1;t>=0;t--)this._childClusters[t].getAllChildMarkers(e);for(var i=this._markers.length-1;i>=0;i--)e.push(this._markers[i]);return e},getChildCount:function(){return this._childCount},zoomToBounds:function(e){for(var t,i=this._childClusters.slice(),n=this._group._map,r=n.getBoundsZoom(this._bounds),s=this._zoom+1,o=n.getZoom();i.length>0&&r>s;){s++;var a=[];for(t=0;t<i.length;t++)a=a.concat(i[t]._childClusters);i=a}r>s?this._group._map.setView(this._latlng,s):o>=r?this._group._map.setView(this._latlng,o+1):this._group._map.fitBounds(this._bounds,e)},getBounds:function(){var e=new L.LatLngBounds;return e.extend(this._bounds),e},_updateIcon:function(){this._iconNeedsUpdate=!0,this._icon&&this.setIcon(this)},createIcon:function(){return this._iconNeedsUpdate&&(this._iconObj=this._group.options.iconCreateFunction(this),this._iconNeedsUpdate=!1),this._iconObj.createIcon()},createShadow:function(){return this._iconObj.createShadow()},_addChild:function(e,t){this._iconNeedsUpdate=!0,this._boundsNeedUpdate=!0,this._setClusterCenter(e),e instanceof L.MarkerCluster?(t||(this._childClusters.push(e),e.__parent=this),this._childCount+=e._childCount):(t||this._markers.push(e),this._childCount++),this.__parent&&this.__parent._addChild(e,!0)},_setClusterCenter:function(e){this._cLatLng||(this._cLatLng=e._cLatLng||e._latlng)},_resetBounds:function(){var e=this._bounds;e._southWest&&(e._southWest.lat=1/0,e._southWest.lng=1/0),e._northEast&&(e._northEast.lat=-1/0,e._northEast.lng=-1/0)},_recalculateBounds:function(){var e,t,i,n,r=this._markers,s=this._childClusters,o=0,a=0,h=this._childCount;if(0!==h){for(this._resetBounds(),e=0;e<r.length;e++)i=r[e]._latlng,this._bounds.extend(i),o+=i.lat,a+=i.lng;for(e=0;e<s.length;e++)t=s[e],t._boundsNeedUpdate&&t._recalculateBounds(),this._bounds.extend(t._bounds),i=t._wLatLng,n=t._childCount,o+=i.lat*n,a+=i.lng*n;this._latlng=this._wLatLng=new L.LatLng(o/h,a/h),this._boundsNeedUpdate=!1}},_addToMap:function(e){e&&(this._backupLatlng=this._latlng,this.setLatLng(e)),this._group._featureGroup.addLayer(this)},_recursivelyAnimateChildrenIn:function(e,t,i){this._recursively(e,this._group._map.getMinZoom(),i-1,function(e){var i,n,r=e._markers;for(i=r.length-1;i>=0;i--)n=r[i],n._icon&&(n._setPos(t),n.clusterHide())},function(e){var i,n,r=e._childClusters;for(i=r.length-1;i>=0;i--)n=r[i],n._icon&&(n._setPos(t),n.clusterHide())})},_recursivelyAnimateChildrenInAndAddSelfToMap:function(e,t,i,n){this._recursively(e,n,t,function(r){r._recursivelyAnimateChildrenIn(e,r._group._map.latLngToLayerPoint(r.getLatLng()).round(),i),r._isSingleParent()&&i-1===n?(r.clusterShow(),r._recursivelyRemoveChildrenFromMap(e,t,i)):r.clusterHide(),r._addToMap()})},_recursivelyBecomeVisible:function(e,t){this._recursively(e,this._group._map.getMinZoom(),t,null,function(e){e.clusterShow()})},_recursivelyAddChildrenToMap:function(e,t,i){this._recursively(i,this._group._map.getMinZoom()-1,t,function(n){if(t!==n._zoom)for(var r=n._markers.length-1;r>=0;r--){var s=n._markers[r];i.contains(s._latlng)&&(e&&(s._backupLatlng=s.getLatLng(),s.setLatLng(e),s.clusterHide&&s.clusterHide()),n._group._featureGroup.addLayer(s))}},function(t){t._addToMap(e)})},_recursivelyRestoreChildPositions:function(e){for(var t=this._markers.length-1;t>=0;t--){var i=this._markers[t];i._backupLatlng&&(i.setLatLng(i._backupLatlng),delete i._backupLatlng)}if(e-1===this._zoom)for(var n=this._childClusters.length-1;n>=0;n--)this._childClusters[n]._restorePosition();else for(var r=this._childClusters.length-1;r>=0;r--)this._childClusters[r]._recursivelyRestoreChildPositions(e)},_restorePosition:function(){this._backupLatlng&&(this.setLatLng(this._backupLatlng),delete this._backupLatlng)},_recursivelyRemoveChildrenFromMap:function(e,t,i,n){var r,s;this._recursively(e,t-1,i-1,function(e){for(s=e._markers.length-1;s>=0;s--)r=e._markers[s],n&&n.contains(r._latlng)||(e._group._featureGroup.removeLayer(r),r.clusterShow&&r.clusterShow())},function(e){for(s=e._childClusters.length-1;s>=0;s--)r=e._childClusters[s],n&&n.contains(r._latlng)||(e._group._featureGroup.removeLayer(r),r.clusterShow&&r.clusterShow())})},_recursively:function(e,t,i,n,r){var s,o,a=this._childClusters,h=this._zoom;if(h>=t&&(n&&n(this),r&&h===i&&r(this)),t>h||i>h)for(s=a.length-1;s>=0;s--)o=a[s],e.intersects(o._bounds)&&o._recursively(e,t,i,n,r)},_isSingleParent:function(){return this._childClusters.length>0&&this._childClusters[0]._childCount===this._childCount}});L.Marker.include({clusterHide:function(){return this.options.opacityWhenUnclustered=this.options.opacity||1,this.setOpacity(0)},clusterShow:function(){var e=this.setOpacity(this.options.opacity||this.options.opacityWhenUnclustered);return delete this.options.opacityWhenUnclustered,e}}),L.DistanceGrid=function(e){this._cellSize=e,this._sqCellSize=e*e,this._grid={},this._objectPoint={}},L.DistanceGrid.prototype={addObject:function(e,t){var i=this._getCoord(t.x),n=this._getCoord(t.y),r=this._grid,s=r[n]=r[n]||{},o=s[i]=s[i]||[],a=L.Util.stamp(e);this._objectPoint[a]=t,o.push(e)},updateObject:function(e,t){this.removeObject(e),this.addObject(e,t)},removeObject:function(e,t){var i,n,r=this._getCoord(t.x),s=this._getCoord(t.y),o=this._grid,a=o[s]=o[s]||{},h=a[r]=a[r]||[];for(delete this._objectPoint[L.Util.stamp(e)],i=0,n=h.length;n>i;i++)if(h[i]===e)return h.splice(i,1),1===n&&delete a[r],!0},eachObject:function(e,t){var i,n,r,s,o,a,h,l=this._grid;for(i in l){o=l[i];for(n in o)for(a=o[n],r=0,s=a.length;s>r;r++)h=e.call(t,a[r]),h&&(r--,s--)}},getNearObject:function(e){var t,i,n,r,s,o,a,h,l=this._getCoord(e.x),u=this._getCoord(e.y),_=this._objectPoint,d=this._sqCellSize,c=null;for(t=u-1;u+1>=t;t++)if(r=this._grid[t])for(i=l-1;l+1>=i;i++)if(s=r[i])for(n=0,o=s.length;o>n;n++)a=s[n],h=this._sqDist(_[L.Util.stamp(a)],e),(d>h||d>=h&&null===c)&&(d=h,c=a);return c},_getCoord:function(e){var t=Math.floor(e/this._cellSize);return isFinite(t)?t:e},_sqDist:function(e,t){var i=t.x-e.x,n=t.y-e.y;return i*i+n*n}},function(){L.QuickHull={getDistant:function(e,t){var i=t[1].lat-t[0].lat,n=t[0].lng-t[1].lng;return n*(e.lat-t[0].lat)+i*(e.lng-t[0].lng)},findMostDistantPointFromBaseLine:function(e,t){var i,n,r,s=0,o=null,a=[];for(i=t.length-1;i>=0;i--)n=t[i],r=this.getDistant(n,e),r>0&&(a.push(n),r>s&&(s=r,o=n));return{maxPoint:o,newPoints:a}},buildConvexHull:function(e,t){var i=[],n=this.findMostDistantPointFromBaseLine(e,t);return n.maxPoint?(i=i.concat(this.buildConvexHull([e[0],n.maxPoint],n.newPoints)),i=i.concat(this.buildConvexHull([n.maxPoint,e[1]],n.newPoints))):[e[0]]},getConvexHull:function(e){var t,i=!1,n=!1,r=!1,s=!1,o=null,a=null,h=null,l=null,u=null,_=null;for(t=e.length-1;t>=0;t--){var d=e[t];(i===!1||d.lat>i)&&(o=d,i=d.lat),(n===!1||d.lat<n)&&(a=d,n=d.lat),(r===!1||d.lng>r)&&(h=d,r=d.lng),(s===!1||d.lng<s)&&(l=d,s=d.lng)}n!==i?(_=a,u=o):(_=l,u=h);var c=[].concat(this.buildConvexHull([_,u],e),this.buildConvexHull([u,_],e));return c}}}(),L.MarkerCluster.include({getConvexHull:function(){var e,t,i=this.getAllChildMarkers(),n=[];for(t=i.length-1;t>=0;t--)e=i[t].getLatLng(),n.push(e);return L.QuickHull.getConvexHull(n)}}),L.MarkerCluster.include({_2PI:2*Math.PI,_circleFootSeparation:25,_circleStartAngle:0,_spiralFootSeparation:28,_spiralLengthStart:11,_spiralLengthFactor:5,_circleSpiralSwitchover:9,spiderfy:function(){if(this._group._spiderfied!==this&&!this._group._inZoomAnimation){var e,t=this.getAllChildMarkers(),i=this._group,n=i._map,r=n.latLngToLayerPoint(this._latlng);this._group._unspiderfy(),this._group._spiderfied=this,t.length>=this._circleSpiralSwitchover?e=this._generatePointsSpiral(t.length,r):(r.y+=10,e=this._generatePointsCircle(t.length,r)),this._animationSpiderfy(t,e)}},unspiderfy:function(e){this._group._inZoomAnimation||(this._animationUnspiderfy(e),this._group._spiderfied=null)},_generatePointsCircle:function(e,t){var i,n,r=this._group.options.spiderfyDistanceMultiplier*this._circleFootSeparation*(2+e),s=r/this._2PI,o=this._2PI/e,a=[];for(s=Math.max(s,35),a.length=e,i=0;e>i;i++)n=this._circleStartAngle+i*o,a[i]=new L.Point(t.x+s*Math.cos(n),t.y+s*Math.sin(n))._round();return a},_generatePointsSpiral:function(e,t){var i,n=this._group.options.spiderfyDistanceMultiplier,r=n*this._spiralLengthStart,s=n*this._spiralFootSeparation,o=n*this._spiralLengthFactor*this._2PI,a=0,h=[];for(h.length=e,i=e;i>=0;i--)e>i&&(h[i]=new L.Point(t.x+r*Math.cos(a),t.y+r*Math.sin(a))._round()),a+=s/r+5e-4*i,r+=o/a;return h},_noanimationUnspiderfy:function(){var e,t,i=this._group,n=i._map,r=i._featureGroup,s=this.getAllChildMarkers();for(i._ignoreMove=!0,this.setOpacity(1),t=s.length-1;t>=0;t--)e=s[t],r.removeLayer(e),e._preSpiderfyLatlng&&(e.setLatLng(e._preSpiderfyLatlng),delete e._preSpiderfyLatlng),e.setZIndexOffset&&e.setZIndexOffset(0),e._spiderLeg&&(n.removeLayer(e._spiderLeg),delete e._spiderLeg);i.fire(\"unspiderfied\",{cluster:this,markers:s}),i._ignoreMove=!1,i._spiderfied=null}}),L.MarkerClusterNonAnimated=L.MarkerCluster.extend({_animationSpiderfy:function(e,t){var i,n,r,s,o=this._group,a=o._map,h=o._featureGroup,l=this._group.options.spiderLegPolylineOptions;for(o._ignoreMove=!0,i=0;i<e.length;i++)s=a.layerPointToLatLng(t[i]),n=e[i],r=new L.Polyline([this._latlng,s],l),a.addLayer(r),n._spiderLeg=r,n._preSpiderfyLatlng=n._latlng,n.setLatLng(s),n.setZIndexOffset&&n.setZIndexOffset(1e6),h.addLayer(n);this.setOpacity(.3),o._ignoreMove=!1,o.fire(\"spiderfied\",{cluster:this,markers:e})},_animationUnspiderfy:function(){this._noanimationUnspiderfy()}}),L.MarkerCluster.include({_animationSpiderfy:function(e,t){var i,n,r,s,o,a,h=this,l=this._group,u=l._map,_=l._featureGroup,d=this._latlng,c=u.latLngToLayerPoint(d),p=L.Path.SVG,f=L.extend({},this._group.options.spiderLegPolylineOptions),m=f.opacity;for(void 0===m&&(m=L.MarkerClusterGroup.prototype.options.spiderLegPolylineOptions.opacity),p?(f.opacity=0,f.className=(f.className||\"\")+\" leaflet-cluster-spider-leg\"):f.opacity=m,l._ignoreMove=!0,i=0;i<e.length;i++)n=e[i],a=u.layerPointToLatLng(t[i]),r=new L.Polyline([d,a],f),u.addLayer(r),n._spiderLeg=r,p&&(s=r._path,o=s.getTotalLength()+.1,s.style.strokeDasharray=o,s.style.strokeDashoffset=o),n.setZIndexOffset&&n.setZIndexOffset(1e6),n.clusterHide&&n.clusterHide(),_.addLayer(n),n._setPos&&n._setPos(c);for(l._forceLayout(),l._animationStart(),i=e.length-1;i>=0;i--)a=u.layerPointToLatLng(t[i]),n=e[i],n._preSpiderfyLatlng=n._latlng,n.setLatLng(a),n.clusterShow&&n.clusterShow(),p&&(r=n._spiderLeg,s=r._path,s.style.strokeDashoffset=0,r.setStyle({opacity:m}));this.setOpacity(.3),l._ignoreMove=!1,setTimeout(function(){l._animationEnd(),l.fire(\"spiderfied\",{cluster:h,markers:e})},200)},_animationUnspiderfy:function(e){var t,i,n,r,s,o,a=this,h=this._group,l=h._map,u=h._featureGroup,_=e?l._latLngToNewLayerPoint(this._latlng,e.zoom,e.center):l.latLngToLayerPoint(this._latlng),d=this.getAllChildMarkers(),c=L.Path.SVG;for(h._ignoreMove=!0,h._animationStart(),this.setOpacity(1),i=d.length-1;i>=0;i--)t=d[i],t._preSpiderfyLatlng&&(t.closePopup(),t.setLatLng(t._preSpiderfyLatlng),delete t._preSpiderfyLatlng,o=!0,t._setPos&&(t._setPos(_),o=!1),t.clusterHide&&(t.clusterHide(),o=!1),o&&u.removeLayer(t),c&&(n=t._spiderLeg,r=n._path,s=r.getTotalLength()+.1,r.style.strokeDashoffset=s,n.setStyle({opacity:0})));h._ignoreMove=!1,setTimeout(function(){var e=0;for(i=d.length-1;i>=0;i--)t=d[i],t._spiderLeg&&e++;for(i=d.length-1;i>=0;i--)t=d[i],t._spiderLeg&&(t.clusterShow&&t.clusterShow(),t.setZIndexOffset&&t.setZIndexOffset(0),e>1&&u.removeLayer(t),l.removeLayer(t._spiderLeg),delete t._spiderLeg);h._animationEnd(),h.fire(\"unspiderfied\",{cluster:a,markers:d})},200)}}),L.MarkerClusterGroup.include({_spiderfied:null,unspiderfy:function(){this._unspiderfy.apply(this,arguments)},_spiderfierOnAdd:function(){this._map.on(\"click\",this._unspiderfyWrapper,this),this._map.options.zoomAnimation&&this._map.on(\"zoomstart\",this._unspiderfyZoomStart,this),this._map.on(\"zoomend\",this._noanimationUnspiderfy,this),L.Browser.touch||this._map.getRenderer(this)},_spiderfierOnRemove:function(){this._map.off(\"click\",this._unspiderfyWrapper,this),this._map.off(\"zoomstart\",this._unspiderfyZoomStart,this),this._map.off(\"zoomanim\",this._unspiderfyZoomAnim,this),this._map.off(\"zoomend\",this._noanimationUnspiderfy,this),this._noanimationUnspiderfy()\n},_unspiderfyZoomStart:function(){this._map&&this._map.on(\"zoomanim\",this._unspiderfyZoomAnim,this)},_unspiderfyZoomAnim:function(e){L.DomUtil.hasClass(this._map._mapPane,\"leaflet-touching\")||(this._map.off(\"zoomanim\",this._unspiderfyZoomAnim,this),this._unspiderfy(e))},_unspiderfyWrapper:function(){this._unspiderfy()},_unspiderfy:function(e){this._spiderfied&&this._spiderfied.unspiderfy(e)},_noanimationUnspiderfy:function(){this._spiderfied&&this._spiderfied._noanimationUnspiderfy()},_unspiderfyLayer:function(e){e._spiderLeg&&(this._featureGroup.removeLayer(e),e.clusterShow&&e.clusterShow(),e.setZIndexOffset&&e.setZIndexOffset(0),this._map.removeLayer(e._spiderLeg),delete e._spiderLeg)}}),L.MarkerClusterGroup.include({refreshClusters:function(e){return e?e instanceof L.MarkerClusterGroup?e=e._topClusterLevel.getAllChildMarkers():e instanceof L.LayerGroup?e=e._layers:e instanceof L.MarkerCluster?e=e.getAllChildMarkers():e instanceof L.Marker&&(e=[e]):e=this._topClusterLevel.getAllChildMarkers(),this._flagParentsIconsNeedUpdate(e),this._refreshClustersIcons(),this.options.singleMarkerMode&&this._refreshSingleMarkerModeMarkers(e),this},_flagParentsIconsNeedUpdate:function(e){var t,i;for(t in e)for(i=e[t].__parent;i;)i._iconNeedsUpdate=!0,i=i.__parent},_refreshSingleMarkerModeMarkers:function(e){var t,i;for(t in e)i=e[t],this.hasLayer(i)&&i.setIcon(this._overrideMarkerIcon(i))}}),L.Marker.include({refreshIconOptions:function(e,t){var i=this.options.icon;return L.setOptions(i,e),this.setIcon(i),t&&this.__parent&&this.__parent._group.refreshClusters(this),this}}),e.MarkerClusterGroup=t,e.MarkerCluster=i});\n//# sourceMappingURL=leaflet.markercluster.js.map\n}\n",
            "type": "application/javascript",
            "title": "$:/plugins/sycom/leaflet/lib/leaflet-markercluster.js",
            "module-type": "library"
        },
        "$:/plugins/sycom/leaflet/mapCssTweaks.css.tid": {
            "title": "$:/plugins/sycom/leaflet/mapCssTweaks.css.tid",
            "created": "20161028202401905",
            "modified": "20161111151011600",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": "\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\n\n/* add some styling tweaks to leaflet */\n.leaflet-right {\n\tmax-width:50%\n}\n.leaflet-popup-content h6 {\n\tfont-size:.7rem;\n\tmargin:0 0 .2rem 0\n}\n\n.leaflet-control-attribution {\n\theight:1.5em;\n}\n.leaflet-control-attribution:hover {\n\theight:auto;\n}\n\n.leaflet-top, .leaflet-bottom {\n    z-index:999;\n}\n\n/* solve conflict between tw and leaflet */\n.leaflet-zoom-animated {max-width: initial !important}\n\n/* solve background image problem for layer control */\n.leaflet-control-layers-toggle {\n\tbackground-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2226%22%20width%3D%2226%22%3E%3Cpath%20d%3D%22M.032%2017.056l13-8%2013%208-13%208-13-8%22%20fill%3D%22%23b9b9b9%22/%3E%3Cpath%20d%3D%22M.032%2017.056l-.032.93%2013%208%2013-8%20.032-.93-13%208z%22%20fill%3D%22%23737373%22/%3E%3Cpath%20d%3D%22M0%2013.076l13-8%2013%208-13%208-13-8%22%20fill%3D%22%23cdcdcd%22/%3E%3Cpath%20d%3D%22M0%2013.076v.91l13%208%2013-8v-.91l-13%208z%22%20fill%3D%22%23737373%22/%3E%3Cpath%20d%3D%22M0%208.986l13-8%2013%208-13%208-13-8%22%20fill-opacity%3D%22.585%22%20stroke%3D%22%23797979%22%20stroke-width%3D%22.1%22%20fill%3D%22%23e9e9e9%22/%3E%3Cpath%20d%3D%22M0%208.986v1l13%208%2013-8v-1l-13%208z%22%20fill%3D%22%23737373%22/%3E%3C/svg%3E') !important\n}\n\n/* default polygon stylin */\n.polyline {fill:none}\n.leaflet-popup-content ul {padding:0 1em}\n\n/* some styling for clusters */\n.marker-cluster div {\n    min-width:16px;min-height:16px;\n    border-radius:50%;border:none;\n    vertical-align:middle;text-align:center;font-weight:bold\n    }\n.marker-cluster div div{width:100%;height:100%}\n.marker-cluster div span {display:block;text-shadow:0px 0px 6px #ffffff}\n\npath.leaflet-clickable {fill:<<colour primary>>;fill-opacity: 0.5;stroke:<<colour primary>>}\n.leaflet-marker-colored {fill:<<colour primary>>}\n"
        },
        "$:/plugins/sycom/leaflet/mapWidget.tid": {
            "title": "$:/plugins/sycom/leaflet/mapWidget.tid",
            "text": "/*\\\ncreated: 20151028202401905\nmodified: 20170318234011605\ntitle: $:/plugins/sycom/leaflet/mapWidget.tid\ntype: application/javascript\nmodule-type: widget\n\nA widget for displaying leaflet map in TiddlyWiki\n\n\\*/\n\n(function() {\n    /* ----------------------- */\n    /*jslint node: true, browser: true */\n    /*global $tw: false */\n    \"use strict\";\n    var Widget = require(\"$:/core/modules/widgets/widget.js\").widget,\n        L = require(\"$:/plugins/sycom/leaflet/lib/leaflet.js\"),\n        markerClusterGroup = require(\"$:/plugins/sycom/leaflet/lib/leaflet-markercluster.js\");\n\n    var mapWidget = function(parseTreeNode, options) {\n        this.initialise(parseTreeNode, options);\n    };\n\n    // global vars\n    var Map = [],            // map collection\n        map = 0,             // map order number\n        tn = 0,              // tiddler number\n        fCluster = [],       // the clusters\n        Colour = [],         // the colors\n        clusterRadius = [],  // cluster radii\n        clusterType = [],    // clustering for whole map or for each tiddler\n        lfltDefBounds = [\n            [52.75, -2.55],\n            [52.85, -2.65]\n        ],                   // default bounds when nothing given\n        bounds,              // global bounds for map ?todo one per map?\n        iter = [],           // iteration indicator to avoid infinite loops\n        setting = {};        // the map's settings\n\n    /* Inherit from the base widget class */\n    mapWidget.prototype = new Widget();\n\n    /* Render this widget into the DOM */\n    mapWidget.prototype.render = function(parent, nextSibling) {\n        bounds = null;\n        // Compute our attributes\n        this.computeAttributes();\n        // Get the base settings for rendering : width / height (default : 100% / 500px)\n        // !todo : make a settings tidller in order to let user set it for the whole wiki (may be inspired from roadtree)\n        // !todo what happens if windows is resized?\n        var width = this.getAttribute(\"width\", \"100%\"),\n            height = this.getAttribute(\"height\", \"420px\");\n        // creating the div container\n        var div = this.document.createElement(\"div\");\n        div.setAttribute(\"id\", \"lfltMap-\" + map);\n        div.setAttribute(\"style\", \"width:\" + width + \";height:\" + height);\n        // Save the parent dom node\n        this.parentDomNode = parent;\n        // Compute our attributes\n        // this.computeAttributes();\n        // create the container\n        parent.insertBefore(div, nextSibling);\n        this.domNodes.push(div);\n        // Create the map\n        this.createMap();\n        // Execute our logic\n        this.execute();\n        // increment map number indicator\n        map += 1;\n    };\n\n    /* Create the map for the widget */\n    mapWidget.prototype.createMap = function(parent, nextSibling) {\n        // create the leaflet and push it to #lfltMap\n        Map[map] = L.map('lfltMap-' + map);\n        // Install base tile layer (if none provided, default is \"osm\")\n        // get tilelayers from JSON\n        var fonds = JSON.parse(this.wiki.getTiddlerText(\"$:/plugins/sycom/leaflet/lib/tileLayers.json\"));\n        // create tile layers list object from json list\n        var Tiles = []; // leaflet tile layers\n        var tiles = {}; // tile identifier for control\n        // look for tile parameter\n        setting.tile = this.getAttribute(\"tile\", \"osm\");\n        setting.marker = this.getAttribute(\"marker\", null);\n        // create tile layer list\n        for (var i in fonds) {\n            if (i == setting.tile || fonds[i].id == setting.tile) {\n                setting.tile = fonds[i].id;\n            }\n            var couche = new L.TileLayer(fonds[i].url, {\n                attribution: fonds[i].attrib,\n                minZoom: fonds[i].zMin,\n                maxZoom: fonds[i].zMax,\n                unloadInvisibleTiles: true\n            });\n            Tiles[fonds[i].id] = couche;\n            tiles[fonds[i].nom] = couche;\n        }\n        // if user entered a wrong tile id\n        if (Tiles[setting.tile] === undefined) {\n            setting.tile = \"osm\";\n            $tw.utils.error(\"Seems you entered a wrong tile id, displayed osm instead. Please refer to plugin documentation to avoid this - error : \" + error);\n        }\n        Tiles[setting.tile].addTo(Map[map]);\n        // install tile layer control if needed\n        setting.tileControl = this.getAttribute(\"tileControl\");\n        if (setting.tileControl) {\n            var tControl = L.control.layers(tiles);\n            tControl.addTo(Map[map]);\n        }\n        /* !todo to come next (will have to implement leaflet.draw extension)\n    // look for draw parameter\n    setting.drawControl = this.getAttribute(\"drawControl\");\n    if (setting.drawControl) {\n       // Initialize the FeatureGroup to store editable layers\n       var drawnItems = new L.FeatureGroup();\n       Map[map].addLayer(drawnItems);\n       // Initialize the draw control and pass it the FeatureGroup of editable layers\n       var drawControl = new L.Control.Draw({\n          edit: {\n             featureGroup: drawnItems\n             }\n          }\n       );\n    Map[map].addControl(drawControl);\n    }\n*/\n    };\n\n    /* Compute the internal state of the widget */\n    mapWidget.prototype.execute = function() {\n        // getting wiki primary color\n        // check if you defined a tiddler name for palette but no tiddler with that\n        if(this.wiki.getTiddlerData(this.wiki.getTiddlerText(\"$:/palette\"))) Colour.wiki = this.wiki.getTiddlerData(this.wiki.getTiddlerText(\"$:/palette\")).primary;\n        // switch back to basic blue\n        else Colour.wiki = \"#5778d8\";\n\n        // switch back to basic tiddlywiki blue if primary is defined from another color\n        /* notes to upgrade this process\n  if primaire is <<colour xxxx>> set to default gray\n  if primaire.match(\"<<\") primaire=\"#555\"; */\n        if (Colour.wiki.match(/</g)) Colour.wiki = \"#5778d8\";\n\n        // getting style parameters\n        var style = this.getAttribute(\"style\", undefined);\n        var st;\n        // case style defined\n        if(style !== undefined) {\n            st = JSON.parse(style);\n            // color parameter will overwrite style color and style fillColor parameter\n            if(st.fillColor) Colour[map] = this.getAttribute(\"color\", st.fillColor);\n            else Colour[map] = this.getAttribute(\"color\", st.color);\n        }\n        // case style undefined\n        else {\n            st = null;\n            // checking if user defined a color if no color go undefined\n            Colour[map] = this.getAttribute(\"color\", undefined);\n        }\n        // create default icon\n        // ?todo: only if there are points to display?\n        L.icon.default = lfltIcon(setColor(null, map), setting.marker, map);\n\n        // create whole map cluster\n        // getting cluster size parameter, if exists\n        clusterRadius[map] = this.getAttribute(\"cluster\", 80);\n        clusterType[map] = this.getAttribute(\"clusterType\", \"map\");\n        if (clusterRadius[map] === 0 || clusterType[map] == \"tiddler\") {\n            // if clusterRadius null or clustering by tiddler, no whole clustering\n            fCluster[map] = L.featureGroup();\n        } else {\n            // creating a cluter group for whole map\n            fCluster[map] = L.markerClusterGroup({\n                name: \"Cluster\" + map,\n                polygonOptions: {\"weight\":\"0.5\"},\n                maxClusterRadius: clusterRadius[map],\n                /* for the record. may be a function\n      function() {return (clusterRadius - 50) / 9 * Map[map].getZoom() + 50 - (clusterRadius - 50) / 9 },*/\n                iconCreateFunction: createCluster\n            });\n        }\n        // Get the declared places from the attributes\n        var places = this.getAttribute(\"places\", undefined);\n        var feature = L.featureGroup();\n        // Render the map\n        if (places) mapPlaces(this,\n            JSON.parse(places),\n            Map[map],\n            fCluster[map],\n            null,\n            Colour[map],\n            this.getAttribute(\"marker\"),\n            st\n            );\n\n        // set map to objects bounds\n        if (bounds) {\n            Map[map].fitBounds(bounds);\n        } else {\n            bounds = lfltDefBounds;\n            Map[map].fitBounds(bounds);\n        }\n        // if lat long zoom settings, overwrite bounds\n        setting.lat = this.getAttribute(\"lat\");\n        setting.lg = this.getAttribute(\"long\");\n        setting.zoom = this.getAttribute(\"zoom\");\n        // overwrite lat and long center\n        if (setting.lat && setting.lg) {\n            Map[map].setView([setting.lat, setting.lg]);\n        }\n        // overwrite zoom\n        if (setting.zoom) {\n            Map[map].setZoom(setting.zoom);\n        }\n    };\n\n    // mapping a places json object (parent object, places json object, destination feature, destination cluster, popup for base objects, ands style parameters : color, marker, json style)\n    function mapPlaces(obj, plcs, feat, clust, pop, col, mark, style) {\n        // create feature for this mapping turn\n        var feature = L.featureGroup();\n        // case 1 : data in a tiddler\n        if (plcs.tiddler) {\n            // if no tiddler is given (single space) map current Tiddler\n            // !todo would be much better if so when no attribute at all...\n            if (plcs.tiddler == \" \") {\n                mapTiddler(obj, obj.getVariable(\"currentTiddler\"), feature, clust, pop, col, mark, style);\n            }\n            // else, map the given tiddler\n            else {\n                // get data fields in the tiddler, let's seek for geo data\n                mapTiddler(obj, plcs.tiddler, feature, clust, pop, col, mark, style);\n            }\n        }\n        // case 2 : data in multiple tiddlers\n        if (plcs.tiddlers) {\n            mapTiddlers(obj, plcs.tiddlers, feature, clust, pop, col, mark, style);\n        }\n        // case 3 : data in tiddlers following a filter\n        if (plcs.filter) {\n            mapFilter(obj, plcs.filter, feature, clust, pop, col, mark, style);\n        }\n        // case 4 : data are directly listed in places (point(s) - polygon - polyline - geojson)\n        // for each we will\n        // - use dedicated function to populate mapping turn layer\n        // - add layer to map\n        if (plcs.point) {\n            // add the point to the cluster layer\n            mapPoint(plcs.point, clust, pop, col, mark);\n            // add the cluster layer to map\n            feature.addLayer(clust);\n            // set bounds\n        }\n        if (plcs.points) {\n            // ?todo : create a cluster for those points if clusterType == \"tiddler\"\n            mapPoints(plcs.points, clust, pop, col, mark);\n            feature.addLayer(clust);\n        }\n        if (plcs.polygon) {\n            var polygFeat = L.featureGroup();\n            mapPolyg(plcs.polygon, polygFeat, pop, col, style);\n            polygFeat.addTo(feature);\n        }\n        if (plcs.polygons) {\n            var polygsFeat = L.featureGroup();\n            mapPolygs(plcs.polygons, polygsFeat, pop, col, style);\n            polygsFeat.addTo(feature);\n        }\n        if (plcs.polyline) {\n            var polylFeat = L.featureGroup();\n            mapPolyl(plcs.polyline, polylFeat, pop, col, style);\n            polylFeat.addTo(feature);\n        }\n        if (plcs.polylines) {\n            var polylsFeat = L.featureGroup();\n            mapPolyls(plcs.polylines, polylsFeat, pop, col, style);\n            polylsFeat.addTo(feature);\n        }\n        if (plcs.geojson) {\n            // !todo : create a cluster for those points if clusterType == \"tiddler\"\n            var geojsonFeat = L.featureGroup();\n            mapGeoJson(plcs.geojson, geojsonFeat, clust, col, mark, style);\n            geojsonFeat.addTo(feat);\n        }\n        // add feature to map\n        feature.addTo(feat);\n        extBounds(feature);\n    }\n\n    // add a marker for a point\n    function mapPoint(coord, clust, pop, col, mark) {\n        try {\n            var location = coord.split(\",\");\n        } catch (err) {displayError(\"point coord error\", err);}\n        try {\n            var marker = L.marker(location, {\n                icon: lfltIcon(col, mark, map)\n            });\n            if (pop) marker.bindPopup(pop);\n\t\t\tif (clust.count) clust.count +=1;\n\t\t\telse clust.count = 1;\n            clust.addLayer(marker);\n        } catch (err) {displayError(\"point marker error\", err);}\n    }\n    // add a marker serie for a points list\n    function mapPoints(list, clust, pop, col, mark) {\n        var Points = list.split(\" \");\n        for (var pt in Points) {\n            mapPoint(Points[pt], clust, pop, col, mark);\n        }\n    }\n\n    // add a polygon\n    function mapPolyg(list, feat, pop, col, st) {\n        var Coords = list.split(\" \");\n        var Shape = [];\n        try {\n            for (var nd in Coords) {\n                var location = Coords[nd].split(\",\");\n                Shape.push(location);\n            }\n        } catch (err) {\n            displayError(\"polygone\", err);\n        }\n        try {\n            var polygon = L.polygon(Shape, {\n                color: setColor(col, map)\n            });\n            if (st) polygon.setStyle(checkStyle(st, col));\n            if (pop) polygon.bindPopup(pop);\n            polygon.addTo(feat);\n        } catch (err) {\n            displayError(\"polygone\", err);\n        }\n    }\n    // add a polygons collection\n    function mapPolygs(collec, feat, pop, col, st) {\n        var Polys = collec.split(\"|\");\n        for (var pg in Polys) {\n            mapPolyg(Polys[pg], feat, pop, col, st);\n        }\n    }\n    // add a polyline\n    function mapPolyl(list, feat, pop, col, st) {\n        var Coords = list.split(\" \");\n        var Line = [];\n        try {\n            for (var nd in Coords) {\n                var location = Coords[nd].split(\",\");\n                Line.push(location);\n            }\n        } catch (err) {\n            displayError(\"polyline\", err);\n        }\n        try {\n            var polyline = L.polyline(Line, {\n                color: setColor(col,map)\n            });\n            if (st) polyline.setStyle(checkStyle(st, col));\n            if (pop) polyline.bindPopup(pop);\n            // add polyline class in order to make fill transparent\n            polyline.setStyle({\n                \"className\": \"polyline\"\n            }).addTo(feat);\n        } catch (err) {\n            displayError(\"polyline\", err);\n        }\n    }\n    // add a polylines collection\n    function mapPolyls(collec, feat, pop, col, st) {\n        var Lines = collec.split(\"|\");\n        for (var ln in Lines) {\n            mapPolyl(Lines[ln], feat, pop, col, st);\n        }\n    }\n\n    // add a geojson set\n    function mapGeoJson(geojson, feat, clust, col, mark, st) {\n        try {\n            var data = JSON.parse(geojson);\n            var geoJson = L.geoJSON(data, {\n                // adding style\n                style: function (feature) {\n                    // get feature style only if style is not injected\n                    // ?todo : only overwrite injected values?\n                    if (st === undefined || st === null) {\n                        st = {};\n                        if(feature.properties.style !== undefined) st = feature.properties.style;\n                    }\n                    // get feature properties style if exists\n                    if(feature.properties.color !== undefined) {\n                        st.color = feature.properties.color;\n                        st.fillColor = st.color;\n                    }\n                    // color parameter overwrite style color if exists\n                    if (col !== undefined && col !== null) {\n                        st.color = col;\n                        st.fillColor = col;\n                    }\n                    // if no color is defined at the end, fallback\n                    if (st.color === undefined) {\n                        col = setColor(col, map);\n                        st.color = col;\n                        st.fillColor = col;\n                    }\n                    return st;\n                },\n                onEachFeature: function (feature, layer) {\n                    layer.bindPopup(jsonPop(feature));\n                },\n                // adding points\n                pointToLayer: function(geoJsonPoint, latlng) {\n                    // working to get color (from properties)\n                    var cl;\n                    if(geoJsonPoint.properties.color !== undefined) cl = geoJsonPoint.properties.color;\n                    if(geoJsonPoint.properties.fillColor !== undefined) cl = geoJsonPoint.properties.fillColor;\n                    if(col !== undefined && col !== null) cl = col;\n                    // binding default icon\n                    var jsonPoint = L.marker(latlng, {\n                        icon: lfltIcon(cl, mark, map)\n                    });\n                    jsonPoint.bindPopup(jsonPop(geoJsonPoint));\n\t\t\t\t\tif (clust.count) clust.count +=1;\n\t\t\t\t\telse clust.count = 1;\n                    clust.addLayer(jsonPoint);\n                }\n            });\n\n            // ?todo : should we add clust to feat or to geoJson? should we add clust even if it's already here?\n            feat.addLayer(clust);\n            feat.addLayer(geoJson);\n        } catch (error) {displayError(\"there was an error when displaying geoJson. error : \", error);}\n    }\n\n    // map a tiddler\n    function mapTiddler(obj, tid, feat, clust, pop, col, mark, style) {\n        if(iter.map.tid === undefined) iter.map.tid = 1;\n        else iter.map.tid +=1;\n        if(iter.map.tid < 4242) {\n            // get data fields in the tiddler, let's seek for geo data\n            var flds = obj.wiki.getTiddler(tid).fields,\n                feature = L.featureGroup(),               // create the tiddler feature\n                popup = \"\";                               // create the popup text\n            // setting marker, color, style\n            // if no marker injected, trying to get from tiddler\n            if(mark === null || mark === undefined) {\n                if(flds.marker) mark = flds.marker;\n            }\n            // working style and color together\n            var cl, st = {};\n            // style\n            if(flds.style) st = JSON.parse(flds.style);\n            // overwrite with injected values\n            if (style !== undefined && style !== null) {\n                st = style;\n                /* ?todo : should we overwrite only injected?\n            \tfor (var v in st) {\n                   if(style.v !== undefined) st.v = style.v;\n                }\n            \tfor (var v in style) {\n            \t}*/\n            }\n            // color\n            if (flds.color) cl = flds.color;\n            // overwrite with injected color style if exists\n            if (style !== undefined && style !== null) {\n                if (st.fillColor !== undefined) cl = st.fillColor\n            }\n            // overwrite with injected color also in style\n            if (col !== undefined && col !== null) {\n                cl = col;\n                st.color = cl; st.fillColor = cl;\n            }\n            Colour[\"t\" + tn] = cl;\n            // if clusterType is tiddler, creating a cluster group for tiddler\n            // also will have to deal with the filter / tiddler distinction\n            if (clusterType[map] == \"tiddler\") {\n                // ?todo : automate cluster creation?\n                fCluster[\"t\" + tn] = L.markerClusterGroup({\n                    name: \"Cluster\" + map + \"Cluster\" + tn,\n                    polygonOptions: {\"weight\":\"0.5\"},\n                    maxClusterRadius: clusterRadius[map],\n                    /* for the record. may be a function\n         function() {return (clusterRadius - 50) / 9 * Map[map].getZoom() + 50 - (clusterRadius - 50) / 9 },*/\n                    iconCreateFunction: createCluster\n                });\n            } else {\n                fCluster[\"t\" + tn] = fCluster[map];\n            }\n\n            // case 1 : data stored in a json tiddler\n            if (flds.type == \"application/json\") {\n                // for now, assuming any json stored data is geoJson...\n                var data = obj.wiki.getTiddlerText(tid);\n                mapGeoJson(data, feature, fCluster[\"t\" + tn], Colour[\"t\" + tn], mark, st);\n                feat.addLayer(feature);\n            }\n            // case 2 if tiddler is not JSON data, display tiddler stored geodata as point(s), polygon, polyline...\n            else {\n                // create the popup for base objects\n                popup = \"<h4><a href=\\\"#\" + encodeURIComponent(flds.title) + \"\\\">\" + flds.title + \"</a></h4>\";\n                var content = \"\";\n                if (flds.text !== \"\") {\n                    // if tiddler contains a widget, avoid html rendering\n                    if (flds.text.match(/<\\$leafmap/)) {\n                        content += \"<pre>\" + flds.text + \"</pre>\";\n                    }\n                    // else render\n                    else {\n                        content += obj.wiki.renderTiddler(\"text/html\", tid).substring(0, 420);\n                    }\n                }\n                // adding a link to the tiddler\n                content += \"<br/>(<a href=\\\"#\" + encodeURIComponent(flds.title) + \"\\\" title=\\\"read more...\\\">...</a>)\";\n                popup += content;\n\n                // map recursively (!!! danger !!!)\n                mapPlaces(obj,\n                          flds,\n                          feature,\n                          fCluster[\"t\" + tn],\n                          popup,\n                          cl,\n                          mark,\n                          st\n                         );\n                feature.addTo(feat);\n            }\n            /*\n// check if anything was rendered before binding popup\n     if (wasRendered == 0) console.log(\"tw-leaflet-map-plugin > non geotiddler was listed and not rendered : \" + flds.title);\n     // add the layer to the feature\n     feature.addLayer(subFeat);\n     feature.addTo(Map[map]); // layer.addTo(Map[map]);\n } */\n            // get layer bounds for automatic zoom\n            extBounds(feature);\n            tn++;\n        }\n        // it tiddler rendered two many times for same map. Stoping and error launch\n        else $tw.utils.error(\"tiddler [[\" + tid + \"]] was rendered more than 4242 times in this map. Please double check circular dependencies...\");\n    }\n\n    // map a tiddler collection\n    function mapTiddlers(obj, list, feat, clust, pop, col, mark, style) {\n        var Tids = list.split(\" \");\n        for (var td in Tids) {\n            mapTiddler(obj, Tids[td], feat, clust, pop, col, mark, style);\n        }\n    }\n\n    // map tiddlers with a filter\n    function mapFilter(obj, filter, feat, clust, pop, col, mark, style) {\n        try {\n            var Tids = obj.wiki.filterTiddlers(filter);\n            for (var td in Tids) {\n                mapTiddler(obj, Tids[td], feat, clust, pop, col, mark, style);\n            }\n        } catch (error) {\n            $tw.utils.error(\"sorry there was something wrong when trying to map your filter. error : \" + error);\n        }\n    }\n\n    // icon url creator\n    function iconUrl(col, tid, m) {\n        var icone = escape($tw.wiki.renderTiddler(\"text/html\", tid).replace(\"$primary$\", setColor(col, m)).replace(\"</p>\", \"\").replace(\"<p>\", \"\"));\n        return ('data:image/svg+xml;charset=UTF-8,' + icone);\n    }\n\n    // create marker\n    // ?todo only if there are points to display;\n    function lfltIcon(col, tid, m) {\n        // checking if marker is defined. Fallback to default\n        if(tid === undefined || tid === null) tid = \"$:/plugins/sycom/leaflet/images/marker.svg\";\n        else tid = \"$:/plugins/sycom/leaflet/images/\" + tid + \".svg\";\n        if($tw.wiki.getTiddler(tid) === undefined) tid = \"$:/plugins/sycom/leaflet/images/marker.svg\";\n        // !todo  create shadow from icon by transform matrix?\n        var shad = tid.split(\".svg\")[0] + \"shadow.svg\",\n            shadowUrl = 'data:image/svg+xml;charset=UTF-8,' + escape($tw.wiki.getTiddlerText(shad));\n        // get dimensions in tiddler\n        var MarkDim = $tw.wiki.getTiddler(tid).fields.marker_dim.split(\" \");\n        var ShadDim = $tw.wiki.getTiddler(shad).fields.marker_dim.split(\" \");\n        var theIcon = L.icon({\n            iconUrl: iconUrl(col, tid, m),\n            iconRetinaUrl: iconUrl(col, tid, m),\n            iconSize: [MarkDim[0], MarkDim[1]],\n            iconAnchor: [MarkDim[2], MarkDim[3]],\n            popupAnchor: [0, -MarkDim[3]],\n            shadowUrl: shadowUrl,\n            shadowRetinaUrl: shadowUrl,\n            shadowSize: [ShadDim[0], ShadDim[1]],\n            shadowAnchor: [ShadDim[2], ShadDim[3]]\n        });\n        return theIcon;\n    }\n\n    // set color with fallback to map color or wiki...\n    function setColor(col, m) {\n        if(m === undefined) m = map;\n        if (col === undefined || col === null) col = Colour[m];\n        if (col === undefined || col === null) col = Colour.wiki;\n        return col;\n    }\n\n    // set style with fallback to map color or wiki...\n    function checkStyle(sty, col) {\n        if (col === undefined || col === null) {\n            if(sty.color === undefined) sty.color = setColor(col, map);\n            if(sty.fillColor === undefined) sty.fillColor = setColor(col, map);\n        }\n        else {\n            sty.color = col;\n            sty.fillColor = col;\n        }\n        return sty;\n    }\n\n    // coordinate error message\n    function displayError(objectType, error) {\n        $tw.utils.error(\"there was an error when mapping a \" + objectType + \" - error : \" + error);\n    }\n\n    // adjust bounds to layer\n    function extBounds(feat) {\n        try {\n            if (bounds) {\n                bounds.extend(feat.getBounds());\n            } else {\n                if (feat.getBounds()._northEast) {\n                    bounds = feat.getBounds();\n                }\n            }\n        } catch (error) {\n            $tw.utils.error(\"there was an error when trying to zoom on bounds. error : \" + error);\n        }\n    }\n\n    // cluster icon creation\n    function createCluster(clust) {\n        // getting back map number\n        var m = this.name.split(\"Cluster\")[1],\n            t = this.name.split(\"Cluster\")[2],\n            zC = Map[m].getZoom(),\n            z0,cTot,cCol,cOpa;\n        // checking object density mean for the map\n        if (t === undefined) {\n            if (fCluster[m].z0 === undefined) fCluster[m].z0 = zC;\n            z0 = fCluster[m].z0;\n            if (fCluster[m].count === undefined) fCluster[m].count = 1;\n            cTot = fCluster[m].count;\n            cCol = setColor(Colour[m],m);\n            cOpa = 0.85\n        }\n        else {\n            if (fCluster[\"t\" + t].z0 === undefined) fCluster[\"t\" + t].z0 = zC;\n            z0 = fCluster[\"t\" + t].z0;\n            if (fCluster[\"t\" + t].count === undefined) fCluster[\"t\" + t].count = 1;\n            cTot = fCluster[\"t\" + t].count;\n            cCol = setColor(Colour[\"t\" + t],m);\n            cOpa = 0.65\n        }\n        // cluster icon size will be based on item number and zoom\n        // !todo: use density to get a more \"local\" percentage before calculating size\n        var cC = clust.getChildCount(),\n            cS = 20 * Math.log(clusterRadius[m]) * (1 + Math.log(cTot)/Math.max(cTot * Math.pow(2,zC-z0),Math.log(cTot))) * (1 - 1 / ((Math.log(cTot) / cTot) * Math.pow(2,zC-z0) * cC + 1));\n        if (cS < 34) cS = 34;\n        var cF; // font size of cluster text\n        if (cC > 9999) cF = cS / 3;\n        else {if (cC > 999) cF = cS / 3.5;\n        else cF = cS / 2}\n        if (cF < 12) cF = 12;\n        // creating icon. Checking tiddler or whole clustering before\n        return new L.DivIcon({\n            html: '<div style=\"width:' + cS + 'px;height:' + cS + 'px;font-size:' + cF + 'px;background-color:' + cCol + ';border-color:' + cCol + ';opacity:'+cOpa+'\"><div><span style=\"line-height:' + cS + 'px;opacity:'+(cOpa+0.12)+'\">' + cC + \"</span></div></div>\",\n            className: \"marker-cluster marker-cluster-\" + cC,\n            iconSize: new L.Point(cS, cS)\n        });\n    }\n\n    // popup function for Json\n    function jsonPop(feat) {\n        // extracting data to create popup (all non-null data!)\n        var Prop = feat.properties,\n            jsontitle = \"\",\n            jsondesc = \"\",\n            jsonhtml = \"\";\n        // testing if properties title or name exists\n        if (Prop.name) jsontitle += Prop.name + \" \";\n        if (Prop.title) jsontitle += Prop.title + \" \";\n        if (Prop.description) jsondesc +=  Prop.description + \"\";\n        // populating other data\n        // if we got a title\n        if (jsontitle !== \"\") {\n            jsonhtml += \"<h4>\" + jsontitle + \"</h4>\";\n            // if we got a description let's give it\n            if (jsondesc !== \"\") jsonhtml += jsondesc;\n            else {\n                jsonhtml+= \"<ul>\";\n                for (var p in Prop) {\n                    if (Prop[p] !== null && Prop[p] !== \"\" && p != \"name\" && p != \"title\") jsonhtml += \"<li>\" + p + \" : \" + Prop[p] + \"</li>\";\n                }\n                jsonhtml += \"</ul>\";\n            }\n        }\n        // if we have no title, giving one with first fields\n        else {\n            // in case we've got a description. Stop after title\n            if (jsondesc !== \"\") {\n                for (var pr in Prop) {\n                    // if title is really to short (as an id), taking next field\n                    if (jsontitle.length < 8) jsontitle += Prop[pr] + \" \";\n                    else break;\n                }\n                jsonhtml = \"<h4>\" + jsontitle + \"</h4>\" + jsonhtml;\n            }\n            else {\n                for (var po in Prop) {\n                    // if title is really to short (as an id), taking next field\n                    if (jsontitle.length < 4) jsontitle += Prop[po] + \" \";\n                    else {\n                        if (Prop[po] !== null && Prop[po] !== \"\") jsonhtml += \"<li>\" + po + \" : \" + Prop[po] + \"</li>\";\n                    }\n                }\n                jsonhtml = \"<h4>\" + jsontitle + \"</h4><ul>\" + jsonhtml + \"</ul>\";\n            }\n        }\n        return jsonhtml;\n    }\n\n    exports.leafmap = mapWidget;\n\n})();\n/*\nMISC NOTES for later\nJSON.parse(tiddler.fields.text);\nvar jsonData = this.wiki.getTiddlerAsJson(this.to),\n*/\n",
            "created": "20151028202401905",
            "modified": "20170318234011605",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/sycom/leaflet/readme": {
            "title": "$:/plugins/sycom/leaflet/readme",
            "text": "The [leaflet plugin](#$:/plugins/sycom/leaflet) is a work in progress integration of the [leaflet][leaflet] library in TiddlyWiki in order to display geographical purpose tiddlers.\n\nHave a look at [demo page on the web][plugindemo] or at integrated documentation which describes usage and examples.\n\nKeep in mind that the plugin might be buggy or imperfect. Please [report any comment or issue][issues] on main repo.\n\n## Sources / licenses\n* [leaflet][leaflet] library (_1.3.1_) - License 2-clause BSD\n    * leaflet-[markerCluster][markercluster] extension - Licence MIT\n* [leaflet plugin][source] is released under similar [BSD 3-Clause license][license] as TiddlyWiki.\n!! Side projects\n\n[plugindemo]: https://sycom.gitlab.io/TiddlyWiki-Plugins/#Michel%20Strogoff%20from%20the%20sky\n[source]: https://framagit.org/sycom/TiddlyWiki-Plugins/plugins/sycom/leaflet\n[issues]: https://framagit.org/sycom/TiddlyWiki-Plugins/issues\n[leaflet]: http://leafletjs.com/\n[markercluster]: https://github.com/Leaflet/Leaflet.markercluster\n[license]: https://framagit.org/sycom/TiddlyWiki-Plugins/LICENSE.md\n",
            "type": "text/x-markdown",
            "created": "20151119173416000",
            "modified": "20190332172200000",
            "caption": "Readme"
        },
        "$:/plugins/sycom/leaflet/templates/geoTiddler": {
            "title": "$:/plugins/sycom/leaflet/templates/geoTiddler",
            "created": "20180602095702318",
            "modified": "20180602105242971",
            "tags": "$:/tags/ViewTemplate",
            "type": "text/vnd.tiddlywiki",
            "text": "<$list filter=\"[all[current]has[point]] [all[current]has[points]] [all[current]has[polyline]] [all[current]has[polylines]] [all[current]has[polygon]] [all[current]has[polygons]] [all[current]has[places]] [all[current]has[geojson]]\">\n  <$leafmap  places='{\"tiddler\":\" \"}' height='240px'/>\n</$list>\n"
        }
    }
}
{"tiddlers":{"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Brands.css":{"title":"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Brands.css","tags":"$:/tags/Stylesheet","type":"text/css","text":"/* auto-imported from 'node_modules/@fortawesome/fontawesome-free' version 5.14.0 */\n@font-face {\n  font-family: 'Font Awesome 5 Brands';\n  font-style: normal;\n  font-weight: normal;\n  src: url('data:application/font-woff;charset=utf-8;base64,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') format('woff');\n}\n\n.fab {\n  font-family: 'Font Awesome 5 Brands';\n  font-style: normal;\n  font-weight: normal;\n}\n"},"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Regular.css":{"title":"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Regular.css","tags":"$:/tags/Stylesheet","type":"text/css","text":"/* auto-imported from 'node_modules/@fortawesome/fontawesome-free' version 5.14.0 */\n@font-face {\n  font-family: 'Font Awesome 5 Free';\n  font-style: normal;\n  font-weight: 400;\n  src: url('data:application/font-woff;charset=utf-8;base64,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') format('woff');\n}\n\n.far {\n  font-family: 'Font Awesome 5 Free';\n  font-style: normal;\n  font-weight: 400;\n}\n"},"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Solid.css":{"title":"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Solid.css","tags":"$:/tags/Stylesheet","type":"text/css","text":"/* auto-imported from 'node_modules/@fortawesome/fontawesome-free' version 5.14.0 */\n@font-face {\n  font-family: 'Font Awesome 5 Free';\n  font-style: normal;\n  font-weight: 900;\n  src: url('data:application/font-woff;charset=utf-8;base64,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') format('woff');\n}\n\n.fa, .fas {\n  font-family: 'Font Awesome 5 Free';\n  font-style: normal;\n  font-weight: 900;\n}\n"},"$:/plugins/TheDiveO/FontAwesome/history":{"title":"$:/plugins/TheDiveO/FontAwesome/history","created":"20140901110931199","modified":"20200718121750640","type":"text/vnd.tiddlywiki","text":"* ''1.2.21'' -- fixes font files not having been updated correctly.\n\n* ''1.2.20''\n** updates to Font Awesome Free 5.13.1.\n** refactors update mechanism to finally rely on the @fortawesome/fontawesome-free npm module, as the module finally contains the required meta information.\n\n* ''1.2.18'' -- updates to Font Awesome Free 5.8.2.\n\n* ''1.2.17'' -- updates to Font Awesome Free 5.8.1, adding several new categories, such as \"alert\", \"beverage\", \"energy\", et cetera. However, most of these new categories simply rehash existing icons, so there are only few really new icons to be found in this release.\n\n* ''1.2.16'' -- updates to Font Awesome Free 5.7.2.\n\n* ''1.2.15'' -- updates to Font Awesome Free 5.6.3. This adds new categories, such as \"autumn\", \"holliday\" and \"halloween\" with new icons, as well as updating existing categories with additional icons.\n\n* ''1.2.14''\n** updates to Font Awesome Free 5.3.1.\n** fixes crash in `--update` command when glyph in icons.json lacks a search terms property.\n\n* ''1.2.13''\n** switches to fetching the most recent Font Awesome Free download URL via GitHub API; this way, we can get rid of the (fine!) Puppeteer package and a truckload of update overhead.\n** npm package maintenance update: move development dependencies out of the general dependencies.\n\n* ''1.2.12'' -- updates to Font Awesome Free 5.2.0. This adds new category packs for \"automotive\", \"medical\", \"education\", and \"maps\".\n\n* ''1.2.11'' -- updates to Font Awesome Free 5.1.11.\n\n* ''1.2.10'' (1.2.9)\n** updates to Font Awesome 5.1.0, which brings new categories \"design\", \"emoji\" and \"travel\", and their icons -- as well as some updates and icon additions.\n** updates the update mechanism to work with the new 5.1.x packaging.\n\n* ''1.2.8'' -- updates to Font Awesome Free 5.0.13. This brings three new catogies: animals, buildings, and mathematics.\n\n* ''1.2.7'' -- updates to Font Awesome Free 5.0.12 -- they really do rapid updates, do they?! Glad that updating this plugin is automated...\n\n* ''1.2.6'' -- updates to Font Awesome Free 5.0.11.\n\n* ''1.2.5'' -- updates to Font Awesome Free 5.0.10.\n\n* ''1.2.4''\n** adds unicode code point info to the cheatsheet.\n\n* ''1.2.3''\n** makes TW5FontAwesome plugin available as npm package `tw5-fontawesome`.\n** adds ~ThirdFlow plugin as npm dependency `tw5-thirdflow`.\n\n* ''1.2.2''\n** updates to Font Awesome Free 5.0.9.\n** adds new categories //Charity//, //Chat//, and //Moving//.\n** adds new \"Font Awesome 5\" tab to the [[Control Panel|$:/ControlPanel]] that allows customizing the plugin: enable/disable internal and external link styling.\n\n* ''1.2.1''\n** adds missing category information.\n** adds automated update of category information from the Font Awesome 5 web site, as part of the normal update process:\n*** `npm run update` updates only if there is a newer version of Font Awesome 5 Free available from https://fontawesome.com/\n*** `npm run forceupdate` updates unconditionally.\n\n* ''1.2.0''\n** updates to Font Awesome Free 5.0.8.\n** adds category filtering to the cheatsheet.\n** adds Font Awesome 5 category meta data.\n** brings a new (fully) automatic update and release mechanism:\n*** use `$ npm run update-fontawesome` to update the development files to the newest Font Awesome version that is available online.\n*** use `$ npm run release` to create the plugin release file(s).\n** upgrades to most recent version of the [[ThirdFlow|http://thediveo.github.io/ThirdFlow/]] plugin: this comes with a new automated release mechanism.\n** refactors development command `--update-fontawesome` to directly download the most recent Font Awesome 5 Free package .zip from https://fontawesome.com. The only optional parameter to this command is `force` which forces re-updating, even if the font currently installed in the dev wiki is the same version as the one downloaded.\n** upgrades ThirdFlow plugin and now uses the new automated release file generation mechanism.\n\n* ''1.1.2''\n** fixes ~TiddlyWiki-internal links to system tiddlers not showing the gear symbol in the tiddler editor preview pane.\n\n* ''1.1.1''\n** upgrades to Font Awesome 5.0.4.\n** adds update/import command to ~FontAwesome 5 demo ~TiddlyWiki to update ~~from a Font Awesome zip package~~ [//online//]. Use `--update-fontawesome` when running the plugin development ~TiddlyWiki under Node.js.\n*** The `--update-fontawesome` command ~~expects the (path and) name of a Font Awesome zip package from which it will then update itself~~ [//has no parameters, or alternatively a single parameter `force`//]. ~~There is no need to unpack the zip package.~~ For instance:<div><strike>\n\n```bash\n$ tiddlywiki editions/develop --verbose --update-fontawesome ~/Downloads/fontawesome-free-5.0.2-zip --server 8080 $:/core/save/all text/plain text/html\n```\n\n</strike></div>\n*** If for some reason you need to re-update from the same Font Awesome zip package, specify an additional `force` parameter after the zip package file name parameter. For instance:<div><strike>\n\n```bash\n$ tiddlywiki editions/develop --verbose --update-fontawesome ~/Downloads/fontawesome-free-5.0.2-zip force --server 8080 $:/core/save/all text/plain text/html\n```\n</strike></div>\n* ''1.1.0''\n** upgrades to Font Awesome 5.0.2.\n** upgrades user macros to allow to specify the Font Awesome font family: `fas` (//Font Awesome Solid//), `far` (//Font Awesome Regular//), and `fab` (//Font Awesome Brands//).\n** upgrades stylesheets to new Font Awesome font mess, introduces [[$:/plugins/TheDiveO/FontAwesome/macros/css settings]] shorthand macros to avoid lengthy CSS properties assignments in CSS rules using Font Awesome.\n* ''1.0.7''\n** fix overly greedy image URL adornments, so that they don't apply to TW5-internal images. Now, an internal [[tree.jpeg]] doesn't get adornment, while [[http://thediveo.github.io/TW5FontAwesome/fa-flag.png]] still does, so the type of document can be glanced quickly.\n** small visual improvement to `fa-lbadge` which adds a small right margin to the badge, so that the adjacent text doesn't seem to visually collide with the badge anymore.\n* ''1.0.6''\n** link adornments for image URLs (`.jpg`/`.jpeg`, `.png`, `.gif`, `.tif`/`.tiff`)\n* ''1.0.5''\n** maintenance: upgrade ThirdFlow plugin to 1.1.11.\n* ''1.0.4''\n** improved display of link adornments by removing the link underlining from the adornments.\n** fixed CSS class name bug in `fa-lbox` macro. Also added new `fa-lbadge` macro. Added documentation.\n** oh, the magic of the `list-after` field, when applied to CSS tiddlers, avoids overuse of CSS `!important` declarations.\n\n* ''1.0.3''\n** fixed CSS to ensure that our embedded Font Awesome font always takes precendence over any system-installed Font Awesome font. This ensures a consistent user experience, especially when the local Font Awesome would be an older version.\n\n* ''1.0.2''\n** fixes base64 encoding of the embedded Font Awesome woff.\n** updated documentation with a warning about system-installed fonts taking precedence.\n** updated instructions on how to update the embedded font yourself.\n\n* ''1.0.1''\n** incorporates recent Font Awesome 4.7.0.\n** CSS updated to 4.7.0 too.\n** development version contains updated Third Flow plugin.\n\n* ''1.0.0''\n** never released.\n\n* ''0.9.2-beta''\n** stable beta release with Font Awesome 4.2.0.\n\n* ''v0.0.1-beta1''\n** initial plugin release.\n"},"$:/plugins/TheDiveO/FontAwesome/icon":{"title":"$:/plugins/TheDiveO/FontAwesome/icon","created":"20140901103643546","modified":"20140901123044951","tags":"$:/tags/Image","type":"text/vnd.tiddlywiki","text":"<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n    <g fill-rule=\"evenodd\">\n  <path \n     d=\"m 13.75,0 -11.71875,6.875 0,13.75 11.71875,6.875 11.71875,-6.875 0,-13.75 L 13.75,0 z M 6.28125,5.78125 c 0.3579097,1.42e-5 0.6530496,0.1218163 0.90625,0.375 0.2531946,0.2532114 0.4062468,0.5796012 0.40625,0.9375 -3.2e-6,0.4864625 -0.2240993,0.8370553 -0.65625,1.09375 l 0,12.84375 c -2.6e-6,0.08791 -0.029668,0.15448 -0.09375,0.21875 -0.064087,0.06427 -0.1620941,0.09375 -0.25,0.09375 l -0.625,0 c -0.08791,-1e-6 -0.1859173,-0.02948 -0.25,-0.09375 C 5.6546643,21.18573 5.6249987,21.119157 5.625,21.03125 l 0,-12.84375 C 5.1924761,7.9308053 4.9999994,7.5802125 5,7.09375 4.9999994,6.7358512 5.1216167,6.4094614 5.375,6.15625 5.6283811,5.9030663 5.9233364,5.7812642 6.28125,5.78125 z m 6.6875,1.3125 c 0.722833,1.29e-5 1.403139,0.085316 2.03125,0.28125 0.628089,0.1959592 1.367727,0.4764702 2.21875,0.875 0.256694,0.1281803 0.53739,0.2187616 0.875,0.21875 0.364546,1.16e-5 0.758471,-0.076903 1.1875,-0.21875 0.428999,-0.1418231 0.811026,-0.2931062 1.125,-0.46875 0.313942,-0.1756193 0.594637,-0.3581524 0.875,-0.5 0.28033,-0.1418222 0.474573,-0.1874871 0.5625,-0.1875 0.175429,1.29e-5 0.340379,0.059159 0.46875,0.1875 0.128335,0.1283659 0.187481,0.2616962 0.1875,0.4375 l 0,7.75 c -1.9e-5,0.168803 -0.04062,0.283957 -0.125,0.375 -0.08442,0.09105 -0.223803,0.186697 -0.40625,0.28125 -1.45198,0.78379 -2.709891,1.187503 -3.75,1.1875 -0.412222,3e-6 -0.828017,-0.07008 -1.25,-0.21875 -0.422009,-0.148665 -0.782943,-0.324365 -1.09375,-0.5 -0.310829,-0.175628 -0.686986,-0.351512 -1.15625,-0.5 C 14.249466,15.94527 13.743089,15.875004 13.25,15.875 c -1.296838,4e-6 -2.850298,0.514176 -4.6875,1.5 -0.1148759,0.06095 -0.2359002,0.09375 -0.34375,0.09375 -0.1758202,3e-6 -0.3091502,-0.09039 -0.4375,-0.21875 -0.1283567,-0.12835 -0.1875032,-0.26205 -0.1875,-0.4375 l 0,-7.53125 c -3.2e-6,-0.2164353 0.1030684,-0.4073566 0.3125,-0.5625 0.1418315,-0.094545 0.3893527,-0.2417266 0.78125,-0.4375 1.593792,-0.8107376 3.03169,-1.1874871 4.28125,-1.1875 z m 4.4375,1.9375 c -0.342706,0.1226406 -0.355438,0.656233 -0.5,1.375 -0.223336,-0.06073 -0.456025,-0.114193 -0.6875,-0.125 -0.319018,-0.021 -0.822172,0.073 -1.1875,0.0625 -0.365324,-0.0105 -1.089266,-0.319558 -1.6875,-0.25 -0.240525,0.02958 -0.495457,0.05507 -0.71875,0.15625 -0.136605,0.0619 -0.307097,0.253524 -0.40625,0.28125 -0.999033,0.2793 -2.6450261,0.290617 -2.3125,-1.21875 0.02589,-0.1159319 0.051471,-0.2239389 0,-0.25 -0.06413,-0.032479 -0.11842,0.018948 -0.15625,0.09375 -0.5817319,1.263211 0.450231,2.090082 1.625,2.09375 0.368882,-0.02847 0.188339,-0.02825 0.53125,-0.09375 l 0,0.0625 c -0.02423,0.418425 0.151498,0.773091 0.5,1 -0.159883,0.455791 -0.470574,0.831401 -0.6875,1.25 0.08154,0.520418 0.625493,1.213538 0.84375,1.3125 0.19213,0.08713 0.590499,0.108967 0.6875,-0.03125 0.03464,-0.06594 0.03819,-0.208665 0,-0.28125 0.164063,0.181767 0.379948,0.409467 0.59375,0.53125 0.128025,0.06105 0.26257,0.120068 0.40625,0.125 l 0.15625,-0.03125 c 0.09128,-0.01967 0.220122,-0.01257 0.28125,-0.09375 0.06906,-0.117457 0.0042,-0.445257 -0.28125,-0.46875 -0.285459,-0.02351 -0.487565,-0.141306 -0.75,-0.53125 -0.216207,-0.376982 0.06825,-0.879067 0.15625,-1.25 0.451569,0.07267 0.885787,0.123856 1.34375,0.125 0.198682,-0.0101 0.397908,-0.02487 0.59375,-0.0625 0.06247,0.159574 0.248509,0.592654 0.25,0.71875 0.0042,0.355223 -0.119979,0.738597 -0.0625,1.09375 0.03593,0.104625 -0.01675,0.27314 0.1875,0.28125 0.122159,0.0062 0.03564,0.02295 0.21875,0.03125 l 0.1875,0 c 0.201842,0.338685 0.353672,0.332318 0.75,0.34375 L 17.375,15.25 c 0.06687,-0.02489 0.146577,-0.02959 0.1875,-0.09375 0.133768,-0.194285 -0.220263,-0.284732 -0.34375,-0.5 -0.123507,-0.215248 -0.635898,-1.387969 -0.25,-1.71875 0.385924,-0.330776 0.809257,-0.471475 0.96875,-0.78125 0.06907,-0.139714 0.138021,-0.279525 0.15625,-0.4375 0.09397,0.07799 0.154815,0.152169 0.28125,0.15625 0.334451,0.02101 0.632038,-0.392722 0.78125,-0.78125 0.07973,-0.238471 0.140218,-0.485838 0.125,-0.71875 -0.04092,-0.4488514 0.01685,-0.9204038 0.375,-1.21875 C 19.302812,9.334652 18.96272,9.5357952 18.5625,9.59375 18.341438,9.5266203 18.109109,9.4905105 17.875,9.5 17.760279,9.3505649 17.607384,9.0636657 17.40625,9.03125 z m -4.75,4.34375 c -0.01157,0.166727 -0.02255,0.305428 0.03125,0.46875 0.163898,0.134904 0.380252,0.35428 0.53125,0.5 -0.082,-0.02263 -0.235596,-0.0612 -0.3125,-0.03125 L 12.84375,14.28125 12.8125,14.25 c -0.108862,-0.1172 -0.395316,-0.310466 -0.34375,-0.5 0.04127,-0.131581 0.125136,-0.250383 0.1875,-0.375 z\" transform=\"scale(4.6545455,4.6545455)\"\n/>\n    </g>\n</svg>"},"$:/plugins/TheDiveO/FontAwesome/license":{"title":"$:/plugins/TheDiveO/FontAwesome/license","created":"20140901105404058","modified":"20170223103858754","type":"text/vnd.tiddlywiki","text":"This plugin is licensed as follows:\n\n* Font Awesome font license: [[SIL OFL 1.1|http://scripts.sil.org/OFL]].\n* Font Awesome CSS and LESS files licenses: [[MIT License|http://opensource.org/licenses/mit-license.html]].\n* everything else in this plugin is (c) by TheDiveO and licensed under the [[MIT License|http://opensource.org/licenses/mit-license.html]]."},"$:/plugins/TheDiveO/FontAwesome/macros/css settings":{"title":"$:/plugins/TheDiveO/FontAwesome/macros/css settings","created":"20171230210524160","modified":"20171230211107336","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define fa-plugin-font-solid()\n  font-family: 'Font Awesome 5 Free';\n  font-style: normal;\n  font-weight: 900;  \n\\end\n\n\\define fa-plugin-font-regular()\n  font-family: 'Font Awesome 5 Free';\n  font-style: normal;\n  font-weight: 400;  \n\\end\n\n\\define fa-plugin-font-brands()\n  font-family: 'Font Awesome 5 Brands';\n  font-style: normal;\n  font-weight: normal;  \n\\end\n"},"$:/plugins/TheDiveO/FontAwesome/macros/fa/doc":{"title":"$:/plugins/TheDiveO/FontAwesome/macros/fa/doc","created":"20140831145557569","modified":"20171230205047837","type":"text/vnd.tiddlywiki","text":"Convenience macros to typeset symbols from Font Awesome.\n\n;`fa-lbox` //glyph//:\"fa-flag\" //fam//:\"fas\"\n: typesets the Font Awesome glyp (defaults to `fa-flag` glyph) in a gray box, and pulls it to the left.\n: As Font Awesome 5.0 has broken up the single 4.x font into multiple fonts, this macro now sports a second optional parameter for setting the font family. Allowed values are `fas` (for //Font Awesome Solid//), `far` (for //Font Awesome Regular//), and finally `fab` (for //Font Awesome Brands//).\n\n;`fa-lbadge` //glyph//:\"fa-flag\"\n: typesets the Font Awesome glyph (defaults to `fa-flag` glyph) in inverse, on a round badge. Also pulls the badge with the icon to the left.\n: As Font Awesome 5.0 has broken up the single 4.x font into multiple fonts, this macro now sports a second optional parameter for setting the font family. Allowed values are `fas` (for //Font Awesome Solid//), `far` (for //Font Awesome Regular//), and finally `fab` (for //Font Awesome Brands//).\n\n;`fa-clear`\n: convenience macro that inserts an empty HTML `div` element with styling `clear:both`. Use this before multiple `fa-lbox` and `fa-lbadge` macros to avoid them piling up from left to right."},"$:/plugins/TheDiveO/FontAwesome/macros/fa":{"title":"$:/plugins/TheDiveO/FontAwesome/macros/fa","created":"20140831145445334","modified":"20171230204202514","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define fa-lbox(glyph:\"fa-flag\",fam:\"fas\")\n<i class=\"$fam$ fa-2x pull-left fa-border $glyph$\"></i>\n\\end\n\n\\define fa-lbadge(glyph:\"fa-flag\",fam:\"fas\")\n<span class=\"fa-stack fa-lg fa-pull-left\" style=\"margin-right: .3em;\"><i class=\"fas fa-circle fa-stack-2x\"></i><i class=\"$fam$ fa-stack-1x fa-inverse $glyph$\"></i></span>\n\\end\n\n\\define fa-clear()\n<div style=\"clear:both;\"/>\n\\end\n"},"$:/plugins/TheDiveO/FontAwesome/macros/global-macros":{"title":"$:/plugins/TheDiveO/FontAwesome/macros/global-macros","created":"20180328184036630","modified":"20180328191101221","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define fa5-cfgpath(cfg) $:/config/fa5/$cfg$\n\n\\define fa5-cfgfilterexpr() [<cfg>get[text]] [[yes]] +[first[]prefix[yes]]"},"$:/plugins/TheDiveO/FontAwesome/readme":{"title":"$:/plugins/TheDiveO/FontAwesome/readme","created":"20140901105307611","modified":"20180112190527729","type":"text/vnd.tiddlywiki","text":"This plugin adds support for Font Awesome to your ~TiddlyWiki&nbsp;5. It embeds the [[Font Awesome|http://fontawesome.io/]] within this plugin, so you don't need to install this font in your operating system. You may, but the //embedded// Font Awesome will take precedence to ensure a consistent user experience.\n\nTo install this plugin in your own ~TiddlyWiki(s), simply drop this [[FontAwesome plugin|$:/plugins/TheDiveO/FontAwesome]] onto your own ~TiddlyWiki(s): this will then import it."},"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/FontAwesome":{"title":"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/FontAwesome","created":"20170227162302202","list-after":"$:/plugins/TheDiveO/FontAwesome/styles/extlinks","modified":"20180328191153542","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\n\n<$set name=\"cfg\" value=<<fa5-cfgpath \"decorate-wk-extlinks\">> >\n<$list filter=<<fa5-cfgfilterexpr>> >\n\na[href^=\"http://fontawesome.io/\"].tc-tiddlylink-external:before,\na[href^=\"http://fontawesome.com/\"].tc-tiddlylink-external:before,\na[href^=\"https://fontawesome.io/\"].tc-tiddlylink-external:before,\na[href^=\"https://fontawesome.com/\"].tc-tiddlylink-external:before {\n  <<fa-plugin-font-brands>>\n  content: '\\f425\\202f' !important;\n  display: inline-block;\n}\n\n</$list>\n</$set>"},"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/GitHub":{"title":"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/GitHub","created":"20170223102202986","list-after":"$:/plugins/TheDiveO/FontAwesome/styles/extlinks","modified":"20180328191203844","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\n\n<$set name=\"cfg\" value=<<fa5-cfgpath \"decorate-wk-extlinks\">> >\n<$list filter=<<fa5-cfgfilterexpr>> >\n\na[href^=\"http://\"][href*=\"github.com\"]:before {\n  <<fa-plugin-font-brands>>\n  font-size: 90%;\n  content: '\\f09b\\202f';\n}\n\n</$list>\n</$set>"},"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/Wikipedia":{"title":"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/Wikipedia","created":"20170223100306336","modified":"20180328191215033","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\n\n<$set name=\"cfg\" value=<<fa5-cfgpath \"decorate-wk-extlinks\">> >\n<$list filter=<<fa5-cfgfilterexpr>> >\n\na[href^=\"http://\"][href*=\".wikipedia.org\"]:before {\n  <<fa-plugin-font-brands>>\n  font-size: 90%;\n  content: '[\\f266]\\202f';\n}\n\n</$list>\n</$set>"},"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/doctypes":{"title":"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/doctypes","created":"20170301201914393","list-after":"$:/plugins/TheDiveO/FontAwesome/styles/extlinks","modified":"20180328191142557","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\n\n<$set name=\"cfg\" value=<<fa5-cfgpath \"decorate-extdoclinks\">> >\n<$list filter=<<fa5-cfgfilterexpr>> >\n\na[href$=\".pdf\"].tc-tiddlylink-external:before {\n  <<fa-plugin-font-regular>>\n  content: '\\f1c1\\202f';\n  display: inline-block;\n}\n\na[href$=\".gz\"].tc-tiddlylink-external:before, \na[href$=\".zip\"].tc-tiddlylink-external:before,\na[href$=\".7z\"].tc-tiddlylink-external:before {\n  <<fa-plugin-font-regular>>\n  content: '\\f1c6\\202f';\n  display: inline-block;\n}\n\na[href$=\".jpg\"].tc-tiddlylink-external:before,\na[href$=\".jpeg\"].tc-tiddlylink-external:before,\na[href$=\".png\"].tc-tiddlylink-external:before,\na[href$=\".gif\"].tc-tiddlylink-external:before,\na[href$=\".tif\"].tc-tiddlylink-external:before,\na[href$=\".tiff\"].tc-tiddlylink-external:before {\n  <<fa-plugin-font-regular>>\n  content: '\\f1c5\\202f';\n  display: inline-block;\n}\n\n</$list>\n</$set>"},"$:/plugins/TheDiveO/FontAwesome/styles/extlinks":{"title":"$:/plugins/TheDiveO/FontAwesome/styles/extlinks","created":"20170223100043117","modified":"20180328191133975","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\n\n<$set name=\"cfg\" value=<<fa5-cfgpath \"decorate-extlinks\">> >\n<$list filter=<<fa5-cfgfilterexpr>> >\n\na[href^=\"http://\"]:before {\n  <<fa-plugin-font-solid>>\n  font-size: 80%;\n  content: '\\f35d\\202f';\n  display: inline-block;\n}\n\na[href^=\"https://\"]:before {\n  <<fa-plugin-font-solid>>\n  font-size: 80%;\n  content: '\\f023\\202f';\n  display: inline-block;\n}\n\n</$list>\n</$set>"},"$:/plugins/TheDiveO/FontAwesome/styles/fontawesome 5.css":{"title":"$:/plugins/TheDiveO/FontAwesome/styles/fontawesome 5.css","tags":"$:/tags/Stylesheet","type":"text/css","text":"/* autoimported from 'node_modules/@fortawesome/fontawesome-free' */\n/*!\n * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */\n.fa,\n.fas,\n.far,\n.fal,\n.fad,\n.fab {\n  -moz-osx-font-smoothing: grayscale;\n  -webkit-font-smoothing: antialiased;\n  display: inline-block;\n  font-style: normal;\n  font-variant: normal;\n  text-rendering: auto;\n  line-height: 1; }\n\n.fa-lg {\n  font-size: 1.33333em;\n  line-height: 0.75em;\n  vertical-align: -.0667em; }\n\n.fa-xs {\n  font-size: .75em; }\n\n.fa-sm {\n  font-size: .875em; }\n\n.fa-1x {\n  font-size: 1em; }\n\n.fa-2x {\n  font-size: 2em; }\n\n.fa-3x {\n  font-size: 3em; }\n\n.fa-4x {\n  font-size: 4em; }\n\n.fa-5x {\n  font-size: 5em; }\n\n.fa-6x {\n  font-size: 6em; }\n\n.fa-7x {\n  font-size: 7em; }\n\n.fa-8x {\n  font-size: 8em; }\n\n.fa-9x {\n  font-size: 9em; }\n\n.fa-10x {\n  font-size: 10em; }\n\n.fa-fw {\n  text-align: center;\n  width: 1.25em; }\n\n.fa-ul {\n  list-style-type: none;\n  margin-left: 2.5em;\n  padding-left: 0; }\n  .fa-ul > li {\n    position: relative; }\n\n.fa-li {\n  left: -2em;\n  position: absolute;\n  text-align: center;\n  width: 2em;\n  line-height: inherit; }\n\n.fa-border {\n  border: solid 0.08em #eee;\n  border-radius: .1em;\n  padding: .2em .25em .15em; }\n\n.fa-pull-left {\n  float: left; }\n\n.fa-pull-right {\n  float: right; }\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n  margin-right: .3em; }\n\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n  margin-left: .3em; }\n\n.fa-spin {\n  -webkit-animation: fa-spin 2s infinite linear;\n          animation: fa-spin 2s infinite linear; }\n\n.fa-pulse {\n  -webkit-animation: fa-spin 1s infinite steps(8);\n          animation: fa-spin 1s infinite steps(8); }\n\n@-webkit-keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n            transform: rotate(0deg); }\n  100% {\n    -webkit-transform: rotate(360deg);\n            transform: rotate(360deg); } }\n\n@keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n            transform: rotate(0deg); }\n  100% {\n    -webkit-transform: rotate(360deg);\n            transform: rotate(360deg); } }\n\n.fa-rotate-90 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n  -webkit-transform: rotate(90deg);\n          transform: rotate(90deg); }\n\n.fa-rotate-180 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";\n  -webkit-transform: rotate(180deg);\n          transform: rotate(180deg); }\n\n.fa-rotate-270 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";\n  -webkit-transform: rotate(270deg);\n          transform: rotate(270deg); }\n\n.fa-flip-horizontal {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";\n  -webkit-transform: scale(-1, 1);\n          transform: scale(-1, 1); }\n\n.fa-flip-vertical {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n  -webkit-transform: scale(1, -1);\n          transform: scale(1, -1); }\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n  -webkit-transform: scale(-1, -1);\n          transform: scale(-1, -1); }\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n  -webkit-filter: none;\n          filter: none; }\n\n.fa-stack {\n  display: inline-block;\n  height: 2em;\n  line-height: 2em;\n  position: relative;\n  vertical-align: middle;\n  width: 2.5em; }\n\n.fa-stack-1x,\n.fa-stack-2x {\n  left: 0;\n  position: absolute;\n  text-align: center;\n  width: 100%; }\n\n.fa-stack-1x {\n  line-height: inherit; }\n\n.fa-stack-2x {\n  font-size: 2em; }\n\n.fa-inverse {\n  color: #fff; }\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\nreaders do not read off random characters that represent icons */\n.fa-500px:before {\n  content: \"\\f26e\"; }\n\n.fa-accessible-icon:before {\n  content: \"\\f368\"; }\n\n.fa-accusoft:before {\n  content: \"\\f369\"; }\n\n.fa-acquisitions-incorporated:before {\n  content: \"\\f6af\"; }\n\n.fa-ad:before {\n  content: \"\\f641\"; }\n\n.fa-address-book:before {\n  content: \"\\f2b9\"; }\n\n.fa-address-card:before {\n  content: \"\\f2bb\"; }\n\n.fa-adjust:before {\n  content: \"\\f042\"; }\n\n.fa-adn:before {\n  content: \"\\f170\"; }\n\n.fa-adobe:before {\n  content: \"\\f778\"; }\n\n.fa-adversal:before {\n  content: \"\\f36a\"; }\n\n.fa-affiliatetheme:before {\n  content: \"\\f36b\"; }\n\n.fa-air-freshener:before {\n  content: \"\\f5d0\"; }\n\n.fa-airbnb:before {\n  content: \"\\f834\"; }\n\n.fa-algolia:before {\n  content: \"\\f36c\"; }\n\n.fa-align-center:before {\n  content: \"\\f037\"; }\n\n.fa-align-justify:before {\n  content: \"\\f039\"; }\n\n.fa-align-left:before {\n  content: \"\\f036\"; }\n\n.fa-align-right:before {\n  content: \"\\f038\"; }\n\n.fa-alipay:before {\n  content: \"\\f642\"; }\n\n.fa-allergies:before {\n  content: \"\\f461\"; }\n\n.fa-amazon:before {\n  content: \"\\f270\"; }\n\n.fa-amazon-pay:before {\n  content: \"\\f42c\"; }\n\n.fa-ambulance:before {\n  content: \"\\f0f9\"; }\n\n.fa-american-sign-language-interpreting:before {\n  content: \"\\f2a3\"; }\n\n.fa-amilia:before {\n  content: \"\\f36d\"; }\n\n.fa-anchor:before {\n  content: \"\\f13d\"; }\n\n.fa-android:before {\n  content: \"\\f17b\"; }\n\n.fa-angellist:before {\n  content: \"\\f209\"; }\n\n.fa-angle-double-down:before {\n  content: \"\\f103\"; }\n\n.fa-angle-double-left:before {\n  content: \"\\f100\"; }\n\n.fa-angle-double-right:before {\n  content: \"\\f101\"; }\n\n.fa-angle-double-up:before {\n  content: \"\\f102\"; }\n\n.fa-angle-down:before {\n  content: \"\\f107\"; }\n\n.fa-angle-left:before {\n  content: \"\\f104\"; }\n\n.fa-angle-right:before {\n  content: \"\\f105\"; }\n\n.fa-angle-up:before {\n  content: \"\\f106\"; }\n\n.fa-angry:before {\n  content: \"\\f556\"; }\n\n.fa-angrycreative:before {\n  content: \"\\f36e\"; }\n\n.fa-angular:before {\n  content: \"\\f420\"; }\n\n.fa-ankh:before {\n  content: \"\\f644\"; }\n\n.fa-app-store:before {\n  content: \"\\f36f\"; }\n\n.fa-app-store-ios:before {\n  content: \"\\f370\"; }\n\n.fa-apper:before {\n  content: \"\\f371\"; }\n\n.fa-apple:before {\n  content: \"\\f179\"; }\n\n.fa-apple-alt:before {\n  content: \"\\f5d1\"; }\n\n.fa-apple-pay:before {\n  content: \"\\f415\"; }\n\n.fa-archive:before {\n  content: \"\\f187\"; }\n\n.fa-archway:before {\n  content: \"\\f557\"; }\n\n.fa-arrow-alt-circle-down:before {\n  content: \"\\f358\"; }\n\n.fa-arrow-alt-circle-left:before {\n  content: \"\\f359\"; }\n\n.fa-arrow-alt-circle-right:before {\n  content: \"\\f35a\"; }\n\n.fa-arrow-alt-circle-up:before {\n  content: \"\\f35b\"; }\n\n.fa-arrow-circle-down:before {\n  content: \"\\f0ab\"; }\n\n.fa-arrow-circle-left:before {\n  content: \"\\f0a8\"; }\n\n.fa-arrow-circle-right:before {\n  content: \"\\f0a9\"; }\n\n.fa-arrow-circle-up:before {\n  content: \"\\f0aa\"; }\n\n.fa-arrow-down:before {\n  content: \"\\f063\"; }\n\n.fa-arrow-left:before {\n  content: \"\\f060\"; }\n\n.fa-arrow-right:before {\n  content: \"\\f061\"; }\n\n.fa-arrow-up:before {\n  content: \"\\f062\"; }\n\n.fa-arrows-alt:before {\n  content: \"\\f0b2\"; }\n\n.fa-arrows-alt-h:before {\n  content: \"\\f337\"; }\n\n.fa-arrows-alt-v:before {\n  content: \"\\f338\"; }\n\n.fa-artstation:before {\n  content: \"\\f77a\"; }\n\n.fa-assistive-listening-systems:before {\n  content: \"\\f2a2\"; }\n\n.fa-asterisk:before {\n  content: \"\\f069\"; }\n\n.fa-asymmetrik:before {\n  content: \"\\f372\"; }\n\n.fa-at:before {\n  content: \"\\f1fa\"; }\n\n.fa-atlas:before {\n  content: \"\\f558\"; }\n\n.fa-atlassian:before {\n  content: \"\\f77b\"; }\n\n.fa-atom:before {\n  content: \"\\f5d2\"; }\n\n.fa-audible:before {\n  content: \"\\f373\"; }\n\n.fa-audio-description:before {\n  content: \"\\f29e\"; }\n\n.fa-autoprefixer:before {\n  content: \"\\f41c\"; }\n\n.fa-avianex:before {\n  content: \"\\f374\"; }\n\n.fa-aviato:before {\n  content: \"\\f421\"; }\n\n.fa-award:before {\n  content: \"\\f559\"; }\n\n.fa-aws:before {\n  content: \"\\f375\"; }\n\n.fa-baby:before {\n  content: \"\\f77c\"; }\n\n.fa-baby-carriage:before {\n  content: \"\\f77d\"; }\n\n.fa-backspace:before {\n  content: \"\\f55a\"; }\n\n.fa-backward:before {\n  content: \"\\f04a\"; }\n\n.fa-bacon:before {\n  content: \"\\f7e5\"; }\n\n.fa-bacteria:before {\n  content: \"\\e059\"; }\n\n.fa-bacterium:before {\n  content: \"\\e05a\"; }\n\n.fa-bahai:before {\n  content: \"\\f666\"; }\n\n.fa-balance-scale:before {\n  content: \"\\f24e\"; }\n\n.fa-balance-scale-left:before {\n  content: \"\\f515\"; }\n\n.fa-balance-scale-right:before {\n  content: \"\\f516\"; }\n\n.fa-ban:before {\n  content: \"\\f05e\"; }\n\n.fa-band-aid:before {\n  content: \"\\f462\"; }\n\n.fa-bandcamp:before {\n  content: \"\\f2d5\"; }\n\n.fa-barcode:before {\n  content: \"\\f02a\"; }\n\n.fa-bars:before {\n  content: \"\\f0c9\"; }\n\n.fa-baseball-ball:before {\n  content: \"\\f433\"; }\n\n.fa-basketball-ball:before {\n  content: \"\\f434\"; }\n\n.fa-bath:before {\n  content: \"\\f2cd\"; }\n\n.fa-battery-empty:before {\n  content: \"\\f244\"; }\n\n.fa-battery-full:before {\n  content: \"\\f240\"; }\n\n.fa-battery-half:before {\n  content: \"\\f242\"; }\n\n.fa-battery-quarter:before {\n  content: \"\\f243\"; }\n\n.fa-battery-three-quarters:before {\n  content: \"\\f241\"; }\n\n.fa-battle-net:before {\n  content: \"\\f835\"; }\n\n.fa-bed:before {\n  content: \"\\f236\"; }\n\n.fa-beer:before {\n  content: \"\\f0fc\"; }\n\n.fa-behance:before {\n  content: \"\\f1b4\"; }\n\n.fa-behance-square:before {\n  content: \"\\f1b5\"; }\n\n.fa-bell:before {\n  content: \"\\f0f3\"; }\n\n.fa-bell-slash:before {\n  content: \"\\f1f6\"; }\n\n.fa-bezier-curve:before {\n  content: \"\\f55b\"; }\n\n.fa-bible:before {\n  content: \"\\f647\"; }\n\n.fa-bicycle:before {\n  content: \"\\f206\"; }\n\n.fa-biking:before {\n  content: \"\\f84a\"; }\n\n.fa-bimobject:before {\n  content: \"\\f378\"; }\n\n.fa-binoculars:before {\n  content: \"\\f1e5\"; }\n\n.fa-biohazard:before {\n  content: \"\\f780\"; }\n\n.fa-birthday-cake:before {\n  content: \"\\f1fd\"; }\n\n.fa-bitbucket:before {\n  content: \"\\f171\"; }\n\n.fa-bitcoin:before {\n  content: \"\\f379\"; }\n\n.fa-bity:before {\n  content: \"\\f37a\"; }\n\n.fa-black-tie:before {\n  content: \"\\f27e\"; }\n\n.fa-blackberry:before {\n  content: \"\\f37b\"; }\n\n.fa-blender:before {\n  content: \"\\f517\"; }\n\n.fa-blender-phone:before {\n  content: \"\\f6b6\"; }\n\n.fa-blind:before {\n  content: \"\\f29d\"; }\n\n.fa-blog:before {\n  content: \"\\f781\"; }\n\n.fa-blogger:before {\n  content: \"\\f37c\"; }\n\n.fa-blogger-b:before {\n  content: \"\\f37d\"; }\n\n.fa-bluetooth:before {\n  content: \"\\f293\"; }\n\n.fa-bluetooth-b:before {\n  content: \"\\f294\"; }\n\n.fa-bold:before {\n  content: \"\\f032\"; }\n\n.fa-bolt:before {\n  content: \"\\f0e7\"; }\n\n.fa-bomb:before {\n  content: \"\\f1e2\"; }\n\n.fa-bone:before {\n  content: \"\\f5d7\"; }\n\n.fa-bong:before {\n  content: \"\\f55c\"; }\n\n.fa-book:before {\n  content: \"\\f02d\"; }\n\n.fa-book-dead:before {\n  content: \"\\f6b7\"; }\n\n.fa-book-medical:before {\n  content: \"\\f7e6\"; }\n\n.fa-book-open:before {\n  content: \"\\f518\"; }\n\n.fa-book-reader:before {\n  content: \"\\f5da\"; }\n\n.fa-bookmark:before {\n  content: \"\\f02e\"; }\n\n.fa-bootstrap:before {\n  content: \"\\f836\"; }\n\n.fa-border-all:before {\n  content: \"\\f84c\"; }\n\n.fa-border-none:before {\n  content: \"\\f850\"; }\n\n.fa-border-style:before {\n  content: \"\\f853\"; }\n\n.fa-bowling-ball:before {\n  content: \"\\f436\"; }\n\n.fa-box:before {\n  content: \"\\f466\"; }\n\n.fa-box-open:before {\n  content: \"\\f49e\"; }\n\n.fa-box-tissue:before {\n  content: \"\\e05b\"; }\n\n.fa-boxes:before {\n  content: \"\\f468\"; }\n\n.fa-braille:before {\n  content: \"\\f2a1\"; }\n\n.fa-brain:before {\n  content: \"\\f5dc\"; }\n\n.fa-bread-slice:before {\n  content: \"\\f7ec\"; }\n\n.fa-briefcase:before {\n  content: \"\\f0b1\"; }\n\n.fa-briefcase-medical:before {\n  content: \"\\f469\"; }\n\n.fa-broadcast-tower:before {\n  content: \"\\f519\"; }\n\n.fa-broom:before {\n  content: \"\\f51a\"; }\n\n.fa-brush:before {\n  content: \"\\f55d\"; }\n\n.fa-btc:before {\n  content: \"\\f15a\"; }\n\n.fa-buffer:before {\n  content: \"\\f837\"; }\n\n.fa-bug:before {\n  content: \"\\f188\"; }\n\n.fa-building:before {\n  content: \"\\f1ad\"; }\n\n.fa-bullhorn:before {\n  content: \"\\f0a1\"; }\n\n.fa-bullseye:before {\n  content: \"\\f140\"; }\n\n.fa-burn:before {\n  content: \"\\f46a\"; }\n\n.fa-buromobelexperte:before {\n  content: \"\\f37f\"; }\n\n.fa-bus:before {\n  content: \"\\f207\"; }\n\n.fa-bus-alt:before {\n  content: \"\\f55e\"; }\n\n.fa-business-time:before {\n  content: \"\\f64a\"; }\n\n.fa-buy-n-large:before {\n  content: \"\\f8a6\"; }\n\n.fa-buysellads:before {\n  content: \"\\f20d\"; }\n\n.fa-calculator:before {\n  content: \"\\f1ec\"; }\n\n.fa-calendar:before {\n  content: \"\\f133\"; }\n\n.fa-calendar-alt:before {\n  content: \"\\f073\"; }\n\n.fa-calendar-check:before {\n  content: \"\\f274\"; }\n\n.fa-calendar-day:before {\n  content: \"\\f783\"; }\n\n.fa-calendar-minus:before {\n  content: \"\\f272\"; }\n\n.fa-calendar-plus:before {\n  content: \"\\f271\"; }\n\n.fa-calendar-times:before {\n  content: \"\\f273\"; }\n\n.fa-calendar-week:before {\n  content: \"\\f784\"; }\n\n.fa-camera:before {\n  content: \"\\f030\"; }\n\n.fa-camera-retro:before {\n  content: \"\\f083\"; }\n\n.fa-campground:before {\n  content: \"\\f6bb\"; }\n\n.fa-canadian-maple-leaf:before {\n  content: \"\\f785\"; }\n\n.fa-candy-cane:before {\n  content: \"\\f786\"; }\n\n.fa-cannabis:before {\n  content: \"\\f55f\"; }\n\n.fa-capsules:before {\n  content: \"\\f46b\"; }\n\n.fa-car:before {\n  content: \"\\f1b9\"; }\n\n.fa-car-alt:before {\n  content: \"\\f5de\"; }\n\n.fa-car-battery:before {\n  content: \"\\f5df\"; }\n\n.fa-car-crash:before {\n  content: \"\\f5e1\"; }\n\n.fa-car-side:before {\n  content: \"\\f5e4\"; }\n\n.fa-caravan:before {\n  content: \"\\f8ff\"; }\n\n.fa-caret-down:before {\n  content: \"\\f0d7\"; }\n\n.fa-caret-left:before {\n  content: \"\\f0d9\"; }\n\n.fa-caret-right:before {\n  content: \"\\f0da\"; }\n\n.fa-caret-square-down:before {\n  content: \"\\f150\"; }\n\n.fa-caret-square-left:before {\n  content: \"\\f191\"; }\n\n.fa-caret-square-right:before {\n  content: \"\\f152\"; }\n\n.fa-caret-square-up:before {\n  content: \"\\f151\"; }\n\n.fa-caret-up:before {\n  content: \"\\f0d8\"; }\n\n.fa-carrot:before {\n  content: \"\\f787\"; }\n\n.fa-cart-arrow-down:before {\n  content: \"\\f218\"; }\n\n.fa-cart-plus:before {\n  content: \"\\f217\"; }\n\n.fa-cash-register:before {\n  content: \"\\f788\"; }\n\n.fa-cat:before {\n  content: \"\\f6be\"; }\n\n.fa-cc-amazon-pay:before {\n  content: \"\\f42d\"; }\n\n.fa-cc-amex:before {\n  content: \"\\f1f3\"; }\n\n.fa-cc-apple-pay:before {\n  content: \"\\f416\"; }\n\n.fa-cc-diners-club:before {\n  content: \"\\f24c\"; }\n\n.fa-cc-discover:before {\n  content: \"\\f1f2\"; }\n\n.fa-cc-jcb:before {\n  content: \"\\f24b\"; }\n\n.fa-cc-mastercard:before {\n  content: \"\\f1f1\"; }\n\n.fa-cc-paypal:before {\n  content: \"\\f1f4\"; }\n\n.fa-cc-stripe:before {\n  content: \"\\f1f5\"; }\n\n.fa-cc-visa:before {\n  content: \"\\f1f0\"; }\n\n.fa-centercode:before {\n  content: \"\\f380\"; }\n\n.fa-centos:before {\n  content: \"\\f789\"; }\n\n.fa-certificate:before {\n  content: \"\\f0a3\"; }\n\n.fa-chair:before {\n  content: \"\\f6c0\"; }\n\n.fa-chalkboard:before {\n  content: \"\\f51b\"; }\n\n.fa-chalkboard-teacher:before {\n  content: \"\\f51c\"; }\n\n.fa-charging-station:before {\n  content: \"\\f5e7\"; }\n\n.fa-chart-area:before {\n  content: \"\\f1fe\"; }\n\n.fa-chart-bar:before {\n  content: \"\\f080\"; }\n\n.fa-chart-line:before {\n  content: \"\\f201\"; }\n\n.fa-chart-pie:before {\n  content: \"\\f200\"; }\n\n.fa-check:before {\n  content: \"\\f00c\"; }\n\n.fa-check-circle:before {\n  content: \"\\f058\"; }\n\n.fa-check-double:before {\n  content: \"\\f560\"; }\n\n.fa-check-square:before {\n  content: \"\\f14a\"; }\n\n.fa-cheese:before {\n  content: \"\\f7ef\"; }\n\n.fa-chess:before {\n  content: \"\\f439\"; }\n\n.fa-chess-bishop:before {\n  content: \"\\f43a\"; }\n\n.fa-chess-board:before {\n  content: \"\\f43c\"; }\n\n.fa-chess-king:before {\n  content: \"\\f43f\"; }\n\n.fa-chess-knight:before {\n  content: \"\\f441\"; }\n\n.fa-chess-pawn:before {\n  content: \"\\f443\"; }\n\n.fa-chess-queen:before {\n  content: \"\\f445\"; }\n\n.fa-chess-rook:before {\n  content: \"\\f447\"; }\n\n.fa-chevron-circle-down:before {\n  content: \"\\f13a\"; }\n\n.fa-chevron-circle-left:before {\n  content: \"\\f137\"; }\n\n.fa-chevron-circle-right:before {\n  content: \"\\f138\"; }\n\n.fa-chevron-circle-up:before {\n  content: \"\\f139\"; }\n\n.fa-chevron-down:before {\n  content: \"\\f078\"; }\n\n.fa-chevron-left:before {\n  content: \"\\f053\"; }\n\n.fa-chevron-right:before {\n  content: \"\\f054\"; }\n\n.fa-chevron-up:before {\n  content: \"\\f077\"; }\n\n.fa-child:before {\n  content: \"\\f1ae\"; }\n\n.fa-chrome:before {\n  content: \"\\f268\"; }\n\n.fa-chromecast:before {\n  content: \"\\f838\"; }\n\n.fa-church:before {\n  content: \"\\f51d\"; }\n\n.fa-circle:before {\n  content: \"\\f111\"; }\n\n.fa-circle-notch:before {\n  content: \"\\f1ce\"; }\n\n.fa-city:before {\n  content: \"\\f64f\"; }\n\n.fa-clinic-medical:before {\n  content: \"\\f7f2\"; }\n\n.fa-clipboard:before {\n  content: \"\\f328\"; }\n\n.fa-clipboard-check:before {\n  content: \"\\f46c\"; }\n\n.fa-clipboard-list:before {\n  content: \"\\f46d\"; }\n\n.fa-clock:before {\n  content: \"\\f017\"; }\n\n.fa-clone:before {\n  content: \"\\f24d\"; }\n\n.fa-closed-captioning:before {\n  content: \"\\f20a\"; }\n\n.fa-cloud:before {\n  content: \"\\f0c2\"; }\n\n.fa-cloud-download-alt:before {\n  content: \"\\f381\"; }\n\n.fa-cloud-meatball:before {\n  content: \"\\f73b\"; }\n\n.fa-cloud-moon:before {\n  content: \"\\f6c3\"; }\n\n.fa-cloud-moon-rain:before {\n  content: \"\\f73c\"; }\n\n.fa-cloud-rain:before {\n  content: \"\\f73d\"; }\n\n.fa-cloud-showers-heavy:before {\n  content: \"\\f740\"; }\n\n.fa-cloud-sun:before {\n  content: \"\\f6c4\"; }\n\n.fa-cloud-sun-rain:before {\n  content: \"\\f743\"; }\n\n.fa-cloud-upload-alt:before {\n  content: \"\\f382\"; }\n\n.fa-cloudscale:before {\n  content: \"\\f383\"; }\n\n.fa-cloudsmith:before {\n  content: \"\\f384\"; }\n\n.fa-cloudversify:before {\n  content: \"\\f385\"; }\n\n.fa-cocktail:before {\n  content: \"\\f561\"; }\n\n.fa-code:before {\n  content: \"\\f121\"; }\n\n.fa-code-branch:before {\n  content: \"\\f126\"; }\n\n.fa-codepen:before {\n  content: \"\\f1cb\"; }\n\n.fa-codiepie:before {\n  content: \"\\f284\"; }\n\n.fa-coffee:before {\n  content: \"\\f0f4\"; }\n\n.fa-cog:before {\n  content: \"\\f013\"; }\n\n.fa-cogs:before {\n  content: \"\\f085\"; }\n\n.fa-coins:before {\n  content: \"\\f51e\"; }\n\n.fa-columns:before {\n  content: \"\\f0db\"; }\n\n.fa-comment:before {\n  content: \"\\f075\"; }\n\n.fa-comment-alt:before {\n  content: \"\\f27a\"; }\n\n.fa-comment-dollar:before {\n  content: \"\\f651\"; }\n\n.fa-comment-dots:before {\n  content: \"\\f4ad\"; }\n\n.fa-comment-medical:before {\n  content: \"\\f7f5\"; }\n\n.fa-comment-slash:before {\n  content: \"\\f4b3\"; }\n\n.fa-comments:before {\n  content: \"\\f086\"; }\n\n.fa-comments-dollar:before {\n  content: \"\\f653\"; }\n\n.fa-compact-disc:before {\n  content: \"\\f51f\"; }\n\n.fa-compass:before {\n  content: \"\\f14e\"; }\n\n.fa-compress:before {\n  content: \"\\f066\"; }\n\n.fa-compress-alt:before {\n  content: \"\\f422\"; }\n\n.fa-compress-arrows-alt:before {\n  content: \"\\f78c\"; }\n\n.fa-concierge-bell:before {\n  content: \"\\f562\"; }\n\n.fa-confluence:before {\n  content: \"\\f78d\"; }\n\n.fa-connectdevelop:before {\n  content: \"\\f20e\"; }\n\n.fa-contao:before {\n  content: \"\\f26d\"; }\n\n.fa-cookie:before {\n  content: \"\\f563\"; }\n\n.fa-cookie-bite:before {\n  content: \"\\f564\"; }\n\n.fa-copy:before {\n  content: \"\\f0c5\"; }\n\n.fa-copyright:before {\n  content: \"\\f1f9\"; }\n\n.fa-cotton-bureau:before {\n  content: \"\\f89e\"; }\n\n.fa-couch:before {\n  content: \"\\f4b8\"; }\n\n.fa-cpanel:before {\n  content: \"\\f388\"; }\n\n.fa-creative-commons:before {\n  content: \"\\f25e\"; }\n\n.fa-creative-commons-by:before {\n  content: \"\\f4e7\"; }\n\n.fa-creative-commons-nc:before {\n  content: \"\\f4e8\"; }\n\n.fa-creative-commons-nc-eu:before {\n  content: \"\\f4e9\"; }\n\n.fa-creative-commons-nc-jp:before {\n  content: \"\\f4ea\"; }\n\n.fa-creative-commons-nd:before {\n  content: \"\\f4eb\"; }\n\n.fa-creative-commons-pd:before {\n  content: \"\\f4ec\"; }\n\n.fa-creative-commons-pd-alt:before {\n  content: \"\\f4ed\"; }\n\n.fa-creative-commons-remix:before {\n  content: \"\\f4ee\"; }\n\n.fa-creative-commons-sa:before {\n  content: \"\\f4ef\"; }\n\n.fa-creative-commons-sampling:before {\n  content: \"\\f4f0\"; }\n\n.fa-creative-commons-sampling-plus:before {\n  content: \"\\f4f1\"; }\n\n.fa-creative-commons-share:before {\n  content: \"\\f4f2\"; }\n\n.fa-creative-commons-zero:before {\n  content: \"\\f4f3\"; }\n\n.fa-credit-card:before {\n  content: \"\\f09d\"; }\n\n.fa-critical-role:before {\n  content: \"\\f6c9\"; }\n\n.fa-crop:before {\n  content: \"\\f125\"; }\n\n.fa-crop-alt:before {\n  content: \"\\f565\"; }\n\n.fa-cross:before {\n  content: \"\\f654\"; }\n\n.fa-crosshairs:before {\n  content: \"\\f05b\"; }\n\n.fa-crow:before {\n  content: \"\\f520\"; }\n\n.fa-crown:before {\n  content: \"\\f521\"; }\n\n.fa-crutch:before {\n  content: \"\\f7f7\"; }\n\n.fa-css3:before {\n  content: \"\\f13c\"; }\n\n.fa-css3-alt:before {\n  content: \"\\f38b\"; }\n\n.fa-cube:before {\n  content: \"\\f1b2\"; }\n\n.fa-cubes:before {\n  content: \"\\f1b3\"; }\n\n.fa-cut:before {\n  content: \"\\f0c4\"; }\n\n.fa-cuttlefish:before {\n  content: \"\\f38c\"; }\n\n.fa-d-and-d:before {\n  content: \"\\f38d\"; }\n\n.fa-d-and-d-beyond:before {\n  content: \"\\f6ca\"; }\n\n.fa-dailymotion:before {\n  content: \"\\e052\"; }\n\n.fa-dashcube:before {\n  content: \"\\f210\"; }\n\n.fa-database:before {\n  content: \"\\f1c0\"; }\n\n.fa-deaf:before {\n  content: \"\\f2a4\"; }\n\n.fa-deezer:before {\n  content: \"\\e077\"; }\n\n.fa-delicious:before {\n  content: \"\\f1a5\"; }\n\n.fa-democrat:before {\n  content: \"\\f747\"; }\n\n.fa-deploydog:before {\n  content: \"\\f38e\"; }\n\n.fa-deskpro:before {\n  content: \"\\f38f\"; }\n\n.fa-desktop:before {\n  content: \"\\f108\"; }\n\n.fa-dev:before {\n  content: \"\\f6cc\"; }\n\n.fa-deviantart:before {\n  content: \"\\f1bd\"; }\n\n.fa-dharmachakra:before {\n  content: \"\\f655\"; }\n\n.fa-dhl:before {\n  content: \"\\f790\"; }\n\n.fa-diagnoses:before {\n  content: \"\\f470\"; }\n\n.fa-diaspora:before {\n  content: \"\\f791\"; }\n\n.fa-dice:before {\n  content: \"\\f522\"; }\n\n.fa-dice-d20:before {\n  content: \"\\f6cf\"; }\n\n.fa-dice-d6:before {\n  content: \"\\f6d1\"; }\n\n.fa-dice-five:before {\n  content: \"\\f523\"; }\n\n.fa-dice-four:before {\n  content: \"\\f524\"; }\n\n.fa-dice-one:before {\n  content: \"\\f525\"; }\n\n.fa-dice-six:before {\n  content: \"\\f526\"; }\n\n.fa-dice-three:before {\n  content: \"\\f527\"; }\n\n.fa-dice-two:before {\n  content: \"\\f528\"; }\n\n.fa-digg:before {\n  content: \"\\f1a6\"; }\n\n.fa-digital-ocean:before {\n  content: \"\\f391\"; }\n\n.fa-digital-tachograph:before {\n  content: \"\\f566\"; }\n\n.fa-directions:before {\n  content: \"\\f5eb\"; }\n\n.fa-discord:before {\n  content: \"\\f392\"; }\n\n.fa-discourse:before {\n  content: \"\\f393\"; }\n\n.fa-disease:before {\n  content: \"\\f7fa\"; }\n\n.fa-divide:before {\n  content: \"\\f529\"; }\n\n.fa-dizzy:before {\n  content: \"\\f567\"; }\n\n.fa-dna:before {\n  content: \"\\f471\"; }\n\n.fa-dochub:before {\n  content: \"\\f394\"; }\n\n.fa-docker:before {\n  content: \"\\f395\"; }\n\n.fa-dog:before {\n  content: \"\\f6d3\"; }\n\n.fa-dollar-sign:before {\n  content: \"\\f155\"; }\n\n.fa-dolly:before {\n  content: \"\\f472\"; }\n\n.fa-dolly-flatbed:before {\n  content: \"\\f474\"; }\n\n.fa-donate:before {\n  content: \"\\f4b9\"; }\n\n.fa-door-closed:before {\n  content: \"\\f52a\"; }\n\n.fa-door-open:before {\n  content: \"\\f52b\"; }\n\n.fa-dot-circle:before {\n  content: \"\\f192\"; }\n\n.fa-dove:before {\n  content: \"\\f4ba\"; }\n\n.fa-download:before {\n  content: \"\\f019\"; }\n\n.fa-draft2digital:before {\n  content: \"\\f396\"; }\n\n.fa-drafting-compass:before {\n  content: \"\\f568\"; }\n\n.fa-dragon:before {\n  content: \"\\f6d5\"; }\n\n.fa-draw-polygon:before {\n  content: \"\\f5ee\"; }\n\n.fa-dribbble:before {\n  content: \"\\f17d\"; }\n\n.fa-dribbble-square:before {\n  content: \"\\f397\"; }\n\n.fa-dropbox:before {\n  content: \"\\f16b\"; }\n\n.fa-drum:before {\n  content: \"\\f569\"; }\n\n.fa-drum-steelpan:before {\n  content: \"\\f56a\"; }\n\n.fa-drumstick-bite:before {\n  content: \"\\f6d7\"; }\n\n.fa-drupal:before {\n  content: \"\\f1a9\"; }\n\n.fa-dumbbell:before {\n  content: \"\\f44b\"; }\n\n.fa-dumpster:before {\n  content: \"\\f793\"; }\n\n.fa-dumpster-fire:before {\n  content: \"\\f794\"; }\n\n.fa-dungeon:before {\n  content: \"\\f6d9\"; }\n\n.fa-dyalog:before {\n  content: \"\\f399\"; }\n\n.fa-earlybirds:before {\n  content: \"\\f39a\"; }\n\n.fa-ebay:before {\n  content: \"\\f4f4\"; }\n\n.fa-edge:before {\n  content: \"\\f282\"; }\n\n.fa-edge-legacy:before {\n  content: \"\\e078\"; }\n\n.fa-edit:before {\n  content: \"\\f044\"; }\n\n.fa-egg:before {\n  content: \"\\f7fb\"; }\n\n.fa-eject:before {\n  content: \"\\f052\"; }\n\n.fa-elementor:before {\n  content: \"\\f430\"; }\n\n.fa-ellipsis-h:before {\n  content: \"\\f141\"; }\n\n.fa-ellipsis-v:before {\n  content: \"\\f142\"; }\n\n.fa-ello:before {\n  content: \"\\f5f1\"; }\n\n.fa-ember:before {\n  content: \"\\f423\"; }\n\n.fa-empire:before {\n  content: \"\\f1d1\"; }\n\n.fa-envelope:before {\n  content: \"\\f0e0\"; }\n\n.fa-envelope-open:before {\n  content: \"\\f2b6\"; }\n\n.fa-envelope-open-text:before {\n  content: \"\\f658\"; }\n\n.fa-envelope-square:before {\n  content: \"\\f199\"; }\n\n.fa-envira:before {\n  content: \"\\f299\"; }\n\n.fa-equals:before {\n  content: \"\\f52c\"; }\n\n.fa-eraser:before {\n  content: \"\\f12d\"; }\n\n.fa-erlang:before {\n  content: \"\\f39d\"; }\n\n.fa-ethereum:before {\n  content: \"\\f42e\"; }\n\n.fa-ethernet:before {\n  content: \"\\f796\"; }\n\n.fa-etsy:before {\n  content: \"\\f2d7\"; }\n\n.fa-euro-sign:before {\n  content: \"\\f153\"; }\n\n.fa-evernote:before {\n  content: \"\\f839\"; }\n\n.fa-exchange-alt:before {\n  content: \"\\f362\"; }\n\n.fa-exclamation:before {\n  content: \"\\f12a\"; }\n\n.fa-exclamation-circle:before {\n  content: \"\\f06a\"; }\n\n.fa-exclamation-triangle:before {\n  content: \"\\f071\"; }\n\n.fa-expand:before {\n  content: \"\\f065\"; }\n\n.fa-expand-alt:before {\n  content: \"\\f424\"; }\n\n.fa-expand-arrows-alt:before {\n  content: \"\\f31e\"; }\n\n.fa-expeditedssl:before {\n  content: \"\\f23e\"; }\n\n.fa-external-link-alt:before {\n  content: \"\\f35d\"; }\n\n.fa-external-link-square-alt:before {\n  content: \"\\f360\"; }\n\n.fa-eye:before {\n  content: \"\\f06e\"; }\n\n.fa-eye-dropper:before {\n  content: \"\\f1fb\"; }\n\n.fa-eye-slash:before {\n  content: \"\\f070\"; }\n\n.fa-facebook:before {\n  content: \"\\f09a\"; }\n\n.fa-facebook-f:before {\n  content: \"\\f39e\"; }\n\n.fa-facebook-messenger:before {\n  content: \"\\f39f\"; }\n\n.fa-facebook-square:before {\n  content: \"\\f082\"; }\n\n.fa-fan:before {\n  content: \"\\f863\"; }\n\n.fa-fantasy-flight-games:before {\n  content: \"\\f6dc\"; }\n\n.fa-fast-backward:before {\n  content: \"\\f049\"; }\n\n.fa-fast-forward:before {\n  content: \"\\f050\"; }\n\n.fa-faucet:before {\n  content: \"\\e005\"; }\n\n.fa-fax:before {\n  content: \"\\f1ac\"; }\n\n.fa-feather:before {\n  content: \"\\f52d\"; }\n\n.fa-feather-alt:before {\n  content: \"\\f56b\"; }\n\n.fa-fedex:before {\n  content: \"\\f797\"; }\n\n.fa-fedora:before {\n  content: \"\\f798\"; }\n\n.fa-female:before {\n  content: \"\\f182\"; }\n\n.fa-fighter-jet:before {\n  content: \"\\f0fb\"; }\n\n.fa-figma:before {\n  content: \"\\f799\"; }\n\n.fa-file:before {\n  content: \"\\f15b\"; }\n\n.fa-file-alt:before {\n  content: \"\\f15c\"; }\n\n.fa-file-archive:before {\n  content: \"\\f1c6\"; }\n\n.fa-file-audio:before {\n  content: \"\\f1c7\"; }\n\n.fa-file-code:before {\n  content: \"\\f1c9\"; }\n\n.fa-file-contract:before {\n  content: \"\\f56c\"; }\n\n.fa-file-csv:before {\n  content: \"\\f6dd\"; }\n\n.fa-file-download:before {\n  content: \"\\f56d\"; }\n\n.fa-file-excel:before {\n  content: \"\\f1c3\"; }\n\n.fa-file-export:before {\n  content: \"\\f56e\"; }\n\n.fa-file-image:before {\n  content: \"\\f1c5\"; }\n\n.fa-file-import:before {\n  content: \"\\f56f\"; }\n\n.fa-file-invoice:before {\n  content: \"\\f570\"; }\n\n.fa-file-invoice-dollar:before {\n  content: \"\\f571\"; }\n\n.fa-file-medical:before {\n  content: \"\\f477\"; }\n\n.fa-file-medical-alt:before {\n  content: \"\\f478\"; }\n\n.fa-file-pdf:before {\n  content: \"\\f1c1\"; }\n\n.fa-file-powerpoint:before {\n  content: \"\\f1c4\"; }\n\n.fa-file-prescription:before {\n  content: \"\\f572\"; }\n\n.fa-file-signature:before {\n  content: \"\\f573\"; }\n\n.fa-file-upload:before {\n  content: \"\\f574\"; }\n\n.fa-file-video:before {\n  content: \"\\f1c8\"; }\n\n.fa-file-word:before {\n  content: \"\\f1c2\"; }\n\n.fa-fill:before {\n  content: \"\\f575\"; }\n\n.fa-fill-drip:before {\n  content: \"\\f576\"; }\n\n.fa-film:before {\n  content: \"\\f008\"; }\n\n.fa-filter:before {\n  content: \"\\f0b0\"; }\n\n.fa-fingerprint:before {\n  content: \"\\f577\"; }\n\n.fa-fire:before {\n  content: \"\\f06d\"; }\n\n.fa-fire-alt:before {\n  content: \"\\f7e4\"; }\n\n.fa-fire-extinguisher:before {\n  content: \"\\f134\"; }\n\n.fa-firefox:before {\n  content: \"\\f269\"; }\n\n.fa-firefox-browser:before {\n  content: \"\\e007\"; }\n\n.fa-first-aid:before {\n  content: \"\\f479\"; }\n\n.fa-first-order:before {\n  content: \"\\f2b0\"; }\n\n.fa-first-order-alt:before {\n  content: \"\\f50a\"; }\n\n.fa-firstdraft:before {\n  content: \"\\f3a1\"; }\n\n.fa-fish:before {\n  content: \"\\f578\"; }\n\n.fa-fist-raised:before {\n  content: \"\\f6de\"; }\n\n.fa-flag:before {\n  content: \"\\f024\"; }\n\n.fa-flag-checkered:before {\n  content: \"\\f11e\"; }\n\n.fa-flag-usa:before {\n  content: \"\\f74d\"; }\n\n.fa-flask:before {\n  content: \"\\f0c3\"; }\n\n.fa-flickr:before {\n  content: \"\\f16e\"; }\n\n.fa-flipboard:before {\n  content: \"\\f44d\"; }\n\n.fa-flushed:before {\n  content: \"\\f579\"; }\n\n.fa-fly:before {\n  content: \"\\f417\"; }\n\n.fa-folder:before {\n  content: \"\\f07b\"; }\n\n.fa-folder-minus:before {\n  content: \"\\f65d\"; }\n\n.fa-folder-open:before {\n  content: \"\\f07c\"; }\n\n.fa-folder-plus:before {\n  content: \"\\f65e\"; }\n\n.fa-font:before {\n  content: \"\\f031\"; }\n\n.fa-font-awesome:before {\n  content: \"\\f2b4\"; }\n\n.fa-font-awesome-alt:before {\n  content: \"\\f35c\"; }\n\n.fa-font-awesome-flag:before {\n  content: \"\\f425\"; }\n\n.fa-font-awesome-logo-full:before {\n  content: \"\\f4e6\"; }\n\n.fa-fonticons:before {\n  content: \"\\f280\"; }\n\n.fa-fonticons-fi:before {\n  content: \"\\f3a2\"; }\n\n.fa-football-ball:before {\n  content: \"\\f44e\"; }\n\n.fa-fort-awesome:before {\n  content: \"\\f286\"; }\n\n.fa-fort-awesome-alt:before {\n  content: \"\\f3a3\"; }\n\n.fa-forumbee:before {\n  content: \"\\f211\"; }\n\n.fa-forward:before {\n  content: \"\\f04e\"; }\n\n.fa-foursquare:before {\n  content: \"\\f180\"; }\n\n.fa-free-code-camp:before {\n  content: \"\\f2c5\"; }\n\n.fa-freebsd:before {\n  content: \"\\f3a4\"; }\n\n.fa-frog:before {\n  content: \"\\f52e\"; }\n\n.fa-frown:before {\n  content: \"\\f119\"; }\n\n.fa-frown-open:before {\n  content: \"\\f57a\"; }\n\n.fa-fulcrum:before {\n  content: \"\\f50b\"; }\n\n.fa-funnel-dollar:before {\n  content: \"\\f662\"; }\n\n.fa-futbol:before {\n  content: \"\\f1e3\"; }\n\n.fa-galactic-republic:before {\n  content: \"\\f50c\"; }\n\n.fa-galactic-senate:before {\n  content: \"\\f50d\"; }\n\n.fa-gamepad:before {\n  content: \"\\f11b\"; }\n\n.fa-gas-pump:before {\n  content: \"\\f52f\"; }\n\n.fa-gavel:before {\n  content: \"\\f0e3\"; }\n\n.fa-gem:before {\n  content: \"\\f3a5\"; }\n\n.fa-genderless:before {\n  content: \"\\f22d\"; }\n\n.fa-get-pocket:before {\n  content: \"\\f265\"; }\n\n.fa-gg:before {\n  content: \"\\f260\"; }\n\n.fa-gg-circle:before {\n  content: \"\\f261\"; }\n\n.fa-ghost:before {\n  content: \"\\f6e2\"; }\n\n.fa-gift:before {\n  content: \"\\f06b\"; }\n\n.fa-gifts:before {\n  content: \"\\f79c\"; }\n\n.fa-git:before {\n  content: \"\\f1d3\"; }\n\n.fa-git-alt:before {\n  content: \"\\f841\"; }\n\n.fa-git-square:before {\n  content: \"\\f1d2\"; }\n\n.fa-github:before {\n  content: \"\\f09b\"; }\n\n.fa-github-alt:before {\n  content: \"\\f113\"; }\n\n.fa-github-square:before {\n  content: \"\\f092\"; }\n\n.fa-gitkraken:before {\n  content: \"\\f3a6\"; }\n\n.fa-gitlab:before {\n  content: \"\\f296\"; }\n\n.fa-gitter:before {\n  content: \"\\f426\"; }\n\n.fa-glass-cheers:before {\n  content: \"\\f79f\"; }\n\n.fa-glass-martini:before {\n  content: \"\\f000\"; }\n\n.fa-glass-martini-alt:before {\n  content: \"\\f57b\"; }\n\n.fa-glass-whiskey:before {\n  content: \"\\f7a0\"; }\n\n.fa-glasses:before {\n  content: \"\\f530\"; }\n\n.fa-glide:before {\n  content: \"\\f2a5\"; }\n\n.fa-glide-g:before {\n  content: \"\\f2a6\"; }\n\n.fa-globe:before {\n  content: \"\\f0ac\"; }\n\n.fa-globe-africa:before {\n  content: \"\\f57c\"; }\n\n.fa-globe-americas:before {\n  content: \"\\f57d\"; }\n\n.fa-globe-asia:before {\n  content: \"\\f57e\"; }\n\n.fa-globe-europe:before {\n  content: \"\\f7a2\"; }\n\n.fa-gofore:before {\n  content: \"\\f3a7\"; }\n\n.fa-golf-ball:before {\n  content: \"\\f450\"; }\n\n.fa-goodreads:before {\n  content: \"\\f3a8\"; }\n\n.fa-goodreads-g:before {\n  content: \"\\f3a9\"; }\n\n.fa-google:before {\n  content: \"\\f1a0\"; }\n\n.fa-google-drive:before {\n  content: \"\\f3aa\"; }\n\n.fa-google-pay:before {\n  content: \"\\e079\"; }\n\n.fa-google-play:before {\n  content: \"\\f3ab\"; }\n\n.fa-google-plus:before {\n  content: \"\\f2b3\"; }\n\n.fa-google-plus-g:before {\n  content: \"\\f0d5\"; }\n\n.fa-google-plus-square:before {\n  content: \"\\f0d4\"; }\n\n.fa-google-wallet:before {\n  content: \"\\f1ee\"; }\n\n.fa-gopuram:before {\n  content: \"\\f664\"; }\n\n.fa-graduation-cap:before {\n  content: \"\\f19d\"; }\n\n.fa-gratipay:before {\n  content: \"\\f184\"; }\n\n.fa-grav:before {\n  content: \"\\f2d6\"; }\n\n.fa-greater-than:before {\n  content: \"\\f531\"; }\n\n.fa-greater-than-equal:before {\n  content: \"\\f532\"; }\n\n.fa-grimace:before {\n  content: \"\\f57f\"; }\n\n.fa-grin:before {\n  content: \"\\f580\"; }\n\n.fa-grin-alt:before {\n  content: \"\\f581\"; }\n\n.fa-grin-beam:before {\n  content: \"\\f582\"; }\n\n.fa-grin-beam-sweat:before {\n  content: \"\\f583\"; }\n\n.fa-grin-hearts:before {\n  content: \"\\f584\"; }\n\n.fa-grin-squint:before {\n  content: \"\\f585\"; }\n\n.fa-grin-squint-tears:before {\n  content: \"\\f586\"; }\n\n.fa-grin-stars:before {\n  content: \"\\f587\"; }\n\n.fa-grin-tears:before {\n  content: \"\\f588\"; }\n\n.fa-grin-tongue:before {\n  content: \"\\f589\"; }\n\n.fa-grin-tongue-squint:before {\n  content: \"\\f58a\"; }\n\n.fa-grin-tongue-wink:before {\n  content: \"\\f58b\"; }\n\n.fa-grin-wink:before {\n  content: \"\\f58c\"; }\n\n.fa-grip-horizontal:before {\n  content: \"\\f58d\"; }\n\n.fa-grip-lines:before {\n  content: \"\\f7a4\"; }\n\n.fa-grip-lines-vertical:before {\n  content: \"\\f7a5\"; }\n\n.fa-grip-vertical:before {\n  content: \"\\f58e\"; }\n\n.fa-gripfire:before {\n  content: \"\\f3ac\"; }\n\n.fa-grunt:before {\n  content: \"\\f3ad\"; }\n\n.fa-guitar:before {\n  content: \"\\f7a6\"; }\n\n.fa-gulp:before {\n  content: \"\\f3ae\"; }\n\n.fa-h-square:before {\n  content: \"\\f0fd\"; }\n\n.fa-hacker-news:before {\n  content: \"\\f1d4\"; }\n\n.fa-hacker-news-square:before {\n  content: \"\\f3af\"; }\n\n.fa-hackerrank:before {\n  content: \"\\f5f7\"; }\n\n.fa-hamburger:before {\n  content: \"\\f805\"; }\n\n.fa-hammer:before {\n  content: \"\\f6e3\"; }\n\n.fa-hamsa:before {\n  content: \"\\f665\"; }\n\n.fa-hand-holding:before {\n  content: \"\\f4bd\"; }\n\n.fa-hand-holding-heart:before {\n  content: \"\\f4be\"; }\n\n.fa-hand-holding-medical:before {\n  content: \"\\e05c\"; }\n\n.fa-hand-holding-usd:before {\n  content: \"\\f4c0\"; }\n\n.fa-hand-holding-water:before {\n  content: \"\\f4c1\"; }\n\n.fa-hand-lizard:before {\n  content: \"\\f258\"; }\n\n.fa-hand-middle-finger:before {\n  content: \"\\f806\"; }\n\n.fa-hand-paper:before {\n  content: \"\\f256\"; }\n\n.fa-hand-peace:before {\n  content: \"\\f25b\"; }\n\n.fa-hand-point-down:before {\n  content: \"\\f0a7\"; }\n\n.fa-hand-point-left:before {\n  content: \"\\f0a5\"; }\n\n.fa-hand-point-right:before {\n  content: \"\\f0a4\"; }\n\n.fa-hand-point-up:before {\n  content: \"\\f0a6\"; }\n\n.fa-hand-pointer:before {\n  content: \"\\f25a\"; }\n\n.fa-hand-rock:before {\n  content: \"\\f255\"; }\n\n.fa-hand-scissors:before {\n  content: \"\\f257\"; }\n\n.fa-hand-sparkles:before {\n  content: \"\\e05d\"; }\n\n.fa-hand-spock:before {\n  content: \"\\f259\"; }\n\n.fa-hands:before {\n  content: \"\\f4c2\"; }\n\n.fa-hands-helping:before {\n  content: \"\\f4c4\"; }\n\n.fa-hands-wash:before {\n  content: \"\\e05e\"; }\n\n.fa-handshake:before {\n  content: \"\\f2b5\"; }\n\n.fa-handshake-alt-slash:before {\n  content: \"\\e05f\"; }\n\n.fa-handshake-slash:before {\n  content: \"\\e060\"; }\n\n.fa-hanukiah:before {\n  content: \"\\f6e6\"; }\n\n.fa-hard-hat:before {\n  content: \"\\f807\"; }\n\n.fa-hashtag:before {\n  content: \"\\f292\"; }\n\n.fa-hat-cowboy:before {\n  content: \"\\f8c0\"; }\n\n.fa-hat-cowboy-side:before {\n  content: \"\\f8c1\"; }\n\n.fa-hat-wizard:before {\n  content: \"\\f6e8\"; }\n\n.fa-hdd:before {\n  content: \"\\f0a0\"; }\n\n.fa-head-side-cough:before {\n  content: \"\\e061\"; }\n\n.fa-head-side-cough-slash:before {\n  content: \"\\e062\"; }\n\n.fa-head-side-mask:before {\n  content: \"\\e063\"; }\n\n.fa-head-side-virus:before {\n  content: \"\\e064\"; }\n\n.fa-heading:before {\n  content: \"\\f1dc\"; }\n\n.fa-headphones:before {\n  content: \"\\f025\"; }\n\n.fa-headphones-alt:before {\n  content: \"\\f58f\"; }\n\n.fa-headset:before {\n  content: \"\\f590\"; }\n\n.fa-heart:before {\n  content: \"\\f004\"; }\n\n.fa-heart-broken:before {\n  content: \"\\f7a9\"; }\n\n.fa-heartbeat:before {\n  content: \"\\f21e\"; }\n\n.fa-helicopter:before {\n  content: \"\\f533\"; }\n\n.fa-highlighter:before {\n  content: \"\\f591\"; }\n\n.fa-hiking:before {\n  content: \"\\f6ec\"; }\n\n.fa-hippo:before {\n  content: \"\\f6ed\"; }\n\n.fa-hips:before {\n  content: \"\\f452\"; }\n\n.fa-hire-a-helper:before {\n  content: \"\\f3b0\"; }\n\n.fa-history:before {\n  content: \"\\f1da\"; }\n\n.fa-hockey-puck:before {\n  content: \"\\f453\"; }\n\n.fa-holly-berry:before {\n  content: \"\\f7aa\"; }\n\n.fa-home:before {\n  content: \"\\f015\"; }\n\n.fa-hooli:before {\n  content: \"\\f427\"; }\n\n.fa-hornbill:before {\n  content: \"\\f592\"; }\n\n.fa-horse:before {\n  content: \"\\f6f0\"; }\n\n.fa-horse-head:before {\n  content: \"\\f7ab\"; }\n\n.fa-hospital:before {\n  content: \"\\f0f8\"; }\n\n.fa-hospital-alt:before {\n  content: \"\\f47d\"; }\n\n.fa-hospital-symbol:before {\n  content: \"\\f47e\"; }\n\n.fa-hospital-user:before {\n  content: \"\\f80d\"; }\n\n.fa-hot-tub:before {\n  content: \"\\f593\"; }\n\n.fa-hotdog:before {\n  content: \"\\f80f\"; }\n\n.fa-hotel:before {\n  content: \"\\f594\"; }\n\n.fa-hotjar:before {\n  content: \"\\f3b1\"; }\n\n.fa-hourglass:before {\n  content: \"\\f254\"; }\n\n.fa-hourglass-end:before {\n  content: \"\\f253\"; }\n\n.fa-hourglass-half:before {\n  content: \"\\f252\"; }\n\n.fa-hourglass-start:before {\n  content: \"\\f251\"; }\n\n.fa-house-damage:before {\n  content: \"\\f6f1\"; }\n\n.fa-house-user:before {\n  content: \"\\e065\"; }\n\n.fa-houzz:before {\n  content: \"\\f27c\"; }\n\n.fa-hryvnia:before {\n  content: \"\\f6f2\"; }\n\n.fa-html5:before {\n  content: \"\\f13b\"; }\n\n.fa-hubspot:before {\n  content: \"\\f3b2\"; }\n\n.fa-i-cursor:before {\n  content: \"\\f246\"; }\n\n.fa-ice-cream:before {\n  content: \"\\f810\"; }\n\n.fa-icicles:before {\n  content: \"\\f7ad\"; }\n\n.fa-icons:before {\n  content: \"\\f86d\"; }\n\n.fa-id-badge:before {\n  content: \"\\f2c1\"; }\n\n.fa-id-card:before {\n  content: \"\\f2c2\"; }\n\n.fa-id-card-alt:before {\n  content: \"\\f47f\"; }\n\n.fa-ideal:before {\n  content: \"\\e013\"; }\n\n.fa-igloo:before {\n  content: \"\\f7ae\"; }\n\n.fa-image:before {\n  content: \"\\f03e\"; }\n\n.fa-images:before {\n  content: \"\\f302\"; }\n\n.fa-imdb:before {\n  content: \"\\f2d8\"; }\n\n.fa-inbox:before {\n  content: \"\\f01c\"; }\n\n.fa-indent:before {\n  content: \"\\f03c\"; }\n\n.fa-industry:before {\n  content: \"\\f275\"; }\n\n.fa-infinity:before {\n  content: \"\\f534\"; }\n\n.fa-info:before {\n  content: \"\\f129\"; }\n\n.fa-info-circle:before {\n  content: \"\\f05a\"; }\n\n.fa-instagram:before {\n  content: \"\\f16d\"; }\n\n.fa-instagram-square:before {\n  content: \"\\e055\"; }\n\n.fa-intercom:before {\n  content: \"\\f7af\"; }\n\n.fa-internet-explorer:before {\n  content: \"\\f26b\"; }\n\n.fa-invision:before {\n  content: \"\\f7b0\"; }\n\n.fa-ioxhost:before {\n  content: \"\\f208\"; }\n\n.fa-italic:before {\n  content: \"\\f033\"; }\n\n.fa-itch-io:before {\n  content: \"\\f83a\"; }\n\n.fa-itunes:before {\n  content: \"\\f3b4\"; }\n\n.fa-itunes-note:before {\n  content: \"\\f3b5\"; }\n\n.fa-java:before {\n  content: \"\\f4e4\"; }\n\n.fa-jedi:before {\n  content: \"\\f669\"; }\n\n.fa-jedi-order:before {\n  content: \"\\f50e\"; }\n\n.fa-jenkins:before {\n  content: \"\\f3b6\"; }\n\n.fa-jira:before {\n  content: \"\\f7b1\"; }\n\n.fa-joget:before {\n  content: \"\\f3b7\"; }\n\n.fa-joint:before {\n  content: \"\\f595\"; }\n\n.fa-joomla:before {\n  content: \"\\f1aa\"; }\n\n.fa-journal-whills:before {\n  content: \"\\f66a\"; }\n\n.fa-js:before {\n  content: \"\\f3b8\"; }\n\n.fa-js-square:before {\n  content: \"\\f3b9\"; }\n\n.fa-jsfiddle:before {\n  content: \"\\f1cc\"; }\n\n.fa-kaaba:before {\n  content: \"\\f66b\"; }\n\n.fa-kaggle:before {\n  content: \"\\f5fa\"; }\n\n.fa-key:before {\n  content: \"\\f084\"; }\n\n.fa-keybase:before {\n  content: \"\\f4f5\"; }\n\n.fa-keyboard:before {\n  content: \"\\f11c\"; }\n\n.fa-keycdn:before {\n  content: \"\\f3ba\"; }\n\n.fa-khanda:before {\n  content: \"\\f66d\"; }\n\n.fa-kickstarter:before {\n  content: \"\\f3bb\"; }\n\n.fa-kickstarter-k:before {\n  content: \"\\f3bc\"; }\n\n.fa-kiss:before {\n  content: \"\\f596\"; }\n\n.fa-kiss-beam:before {\n  content: \"\\f597\"; }\n\n.fa-kiss-wink-heart:before {\n  content: \"\\f598\"; }\n\n.fa-kiwi-bird:before {\n  content: \"\\f535\"; }\n\n.fa-korvue:before {\n  content: \"\\f42f\"; }\n\n.fa-landmark:before {\n  content: \"\\f66f\"; }\n\n.fa-language:before {\n  content: \"\\f1ab\"; }\n\n.fa-laptop:before {\n  content: \"\\f109\"; }\n\n.fa-laptop-code:before {\n  content: \"\\f5fc\"; }\n\n.fa-laptop-house:before {\n  content: \"\\e066\"; }\n\n.fa-laptop-medical:before {\n  content: \"\\f812\"; }\n\n.fa-laravel:before {\n  content: \"\\f3bd\"; }\n\n.fa-lastfm:before {\n  content: \"\\f202\"; }\n\n.fa-lastfm-square:before {\n  content: \"\\f203\"; }\n\n.fa-laugh:before {\n  content: \"\\f599\"; }\n\n.fa-laugh-beam:before {\n  content: \"\\f59a\"; }\n\n.fa-laugh-squint:before {\n  content: \"\\f59b\"; }\n\n.fa-laugh-wink:before {\n  content: \"\\f59c\"; }\n\n.fa-layer-group:before {\n  content: \"\\f5fd\"; }\n\n.fa-leaf:before {\n  content: \"\\f06c\"; }\n\n.fa-leanpub:before {\n  content: \"\\f212\"; }\n\n.fa-lemon:before {\n  content: \"\\f094\"; }\n\n.fa-less:before {\n  content: \"\\f41d\"; }\n\n.fa-less-than:before {\n  content: \"\\f536\"; }\n\n.fa-less-than-equal:before {\n  content: \"\\f537\"; }\n\n.fa-level-down-alt:before {\n  content: \"\\f3be\"; }\n\n.fa-level-up-alt:before {\n  content: \"\\f3bf\"; }\n\n.fa-life-ring:before {\n  content: \"\\f1cd\"; }\n\n.fa-lightbulb:before {\n  content: \"\\f0eb\"; }\n\n.fa-line:before {\n  content: \"\\f3c0\"; }\n\n.fa-link:before {\n  content: \"\\f0c1\"; }\n\n.fa-linkedin:before {\n  content: \"\\f08c\"; }\n\n.fa-linkedin-in:before {\n  content: \"\\f0e1\"; }\n\n.fa-linode:before {\n  content: \"\\f2b8\"; }\n\n.fa-linux:before {\n  content: \"\\f17c\"; }\n\n.fa-lira-sign:before {\n  content: \"\\f195\"; }\n\n.fa-list:before {\n  content: \"\\f03a\"; }\n\n.fa-list-alt:before {\n  content: \"\\f022\"; }\n\n.fa-list-ol:before {\n  content: \"\\f0cb\"; }\n\n.fa-list-ul:before {\n  content: \"\\f0ca\"; }\n\n.fa-location-arrow:before {\n  content: \"\\f124\"; }\n\n.fa-lock:before {\n  content: \"\\f023\"; }\n\n.fa-lock-open:before {\n  content: \"\\f3c1\"; }\n\n.fa-long-arrow-alt-down:before {\n  content: \"\\f309\"; }\n\n.fa-long-arrow-alt-left:before {\n  content: \"\\f30a\"; }\n\n.fa-long-arrow-alt-right:before {\n  content: \"\\f30b\"; }\n\n.fa-long-arrow-alt-up:before {\n  content: \"\\f30c\"; }\n\n.fa-low-vision:before {\n  content: \"\\f2a8\"; }\n\n.fa-luggage-cart:before {\n  content: \"\\f59d\"; }\n\n.fa-lungs:before {\n  content: \"\\f604\"; }\n\n.fa-lungs-virus:before {\n  content: \"\\e067\"; }\n\n.fa-lyft:before {\n  content: \"\\f3c3\"; }\n\n.fa-magento:before {\n  content: \"\\f3c4\"; }\n\n.fa-magic:before {\n  content: \"\\f0d0\"; }\n\n.fa-magnet:before {\n  content: \"\\f076\"; }\n\n.fa-mail-bulk:before {\n  content: \"\\f674\"; }\n\n.fa-mailchimp:before {\n  content: \"\\f59e\"; }\n\n.fa-male:before {\n  content: \"\\f183\"; }\n\n.fa-mandalorian:before {\n  content: \"\\f50f\"; }\n\n.fa-map:before {\n  content: \"\\f279\"; }\n\n.fa-map-marked:before {\n  content: \"\\f59f\"; }\n\n.fa-map-marked-alt:before {\n  content: \"\\f5a0\"; }\n\n.fa-map-marker:before {\n  content: \"\\f041\"; }\n\n.fa-map-marker-alt:before {\n  content: \"\\f3c5\"; }\n\n.fa-map-pin:before {\n  content: \"\\f276\"; }\n\n.fa-map-signs:before {\n  content: \"\\f277\"; }\n\n.fa-markdown:before {\n  content: \"\\f60f\"; }\n\n.fa-marker:before {\n  content: \"\\f5a1\"; }\n\n.fa-mars:before {\n  content: \"\\f222\"; }\n\n.fa-mars-double:before {\n  content: \"\\f227\"; }\n\n.fa-mars-stroke:before {\n  content: \"\\f229\"; }\n\n.fa-mars-stroke-h:before {\n  content: \"\\f22b\"; }\n\n.fa-mars-stroke-v:before {\n  content: \"\\f22a\"; }\n\n.fa-mask:before {\n  content: \"\\f6fa\"; }\n\n.fa-mastodon:before {\n  content: \"\\f4f6\"; }\n\n.fa-maxcdn:before {\n  content: \"\\f136\"; }\n\n.fa-mdb:before {\n  content: \"\\f8ca\"; }\n\n.fa-medal:before {\n  content: \"\\f5a2\"; }\n\n.fa-medapps:before {\n  content: \"\\f3c6\"; }\n\n.fa-medium:before {\n  content: \"\\f23a\"; }\n\n.fa-medium-m:before {\n  content: \"\\f3c7\"; }\n\n.fa-medkit:before {\n  content: \"\\f0fa\"; }\n\n.fa-medrt:before {\n  content: \"\\f3c8\"; }\n\n.fa-meetup:before {\n  content: \"\\f2e0\"; }\n\n.fa-megaport:before {\n  content: \"\\f5a3\"; }\n\n.fa-meh:before {\n  content: \"\\f11a\"; }\n\n.fa-meh-blank:before {\n  content: \"\\f5a4\"; }\n\n.fa-meh-rolling-eyes:before {\n  content: \"\\f5a5\"; }\n\n.fa-memory:before {\n  content: \"\\f538\"; }\n\n.fa-mendeley:before {\n  content: \"\\f7b3\"; }\n\n.fa-menorah:before {\n  content: \"\\f676\"; }\n\n.fa-mercury:before {\n  content: \"\\f223\"; }\n\n.fa-meteor:before {\n  content: \"\\f753\"; }\n\n.fa-microblog:before {\n  content: \"\\e01a\"; }\n\n.fa-microchip:before {\n  content: \"\\f2db\"; }\n\n.fa-microphone:before {\n  content: \"\\f130\"; }\n\n.fa-microphone-alt:before {\n  content: \"\\f3c9\"; }\n\n.fa-microphone-alt-slash:before {\n  content: \"\\f539\"; }\n\n.fa-microphone-slash:before {\n  content: \"\\f131\"; }\n\n.fa-microscope:before {\n  content: \"\\f610\"; }\n\n.fa-microsoft:before {\n  content: \"\\f3ca\"; }\n\n.fa-minus:before {\n  content: \"\\f068\"; }\n\n.fa-minus-circle:before {\n  content: \"\\f056\"; }\n\n.fa-minus-square:before {\n  content: \"\\f146\"; }\n\n.fa-mitten:before {\n  content: \"\\f7b5\"; }\n\n.fa-mix:before {\n  content: \"\\f3cb\"; }\n\n.fa-mixcloud:before {\n  content: \"\\f289\"; }\n\n.fa-mixer:before {\n  content: \"\\e056\"; }\n\n.fa-mizuni:before {\n  content: \"\\f3cc\"; }\n\n.fa-mobile:before {\n  content: \"\\f10b\"; }\n\n.fa-mobile-alt:before {\n  content: \"\\f3cd\"; }\n\n.fa-modx:before {\n  content: \"\\f285\"; }\n\n.fa-monero:before {\n  content: \"\\f3d0\"; }\n\n.fa-money-bill:before {\n  content: \"\\f0d6\"; }\n\n.fa-money-bill-alt:before {\n  content: \"\\f3d1\"; }\n\n.fa-money-bill-wave:before {\n  content: \"\\f53a\"; }\n\n.fa-money-bill-wave-alt:before {\n  content: \"\\f53b\"; }\n\n.fa-money-check:before {\n  content: \"\\f53c\"; }\n\n.fa-money-check-alt:before {\n  content: \"\\f53d\"; }\n\n.fa-monument:before {\n  content: \"\\f5a6\"; }\n\n.fa-moon:before {\n  content: \"\\f186\"; }\n\n.fa-mortar-pestle:before {\n  content: \"\\f5a7\"; }\n\n.fa-mosque:before {\n  content: \"\\f678\"; }\n\n.fa-motorcycle:before {\n  content: \"\\f21c\"; }\n\n.fa-mountain:before {\n  content: \"\\f6fc\"; }\n\n.fa-mouse:before {\n  content: \"\\f8cc\"; }\n\n.fa-mouse-pointer:before {\n  content: \"\\f245\"; }\n\n.fa-mug-hot:before {\n  content: \"\\f7b6\"; }\n\n.fa-music:before {\n  content: \"\\f001\"; }\n\n.fa-napster:before {\n  content: \"\\f3d2\"; }\n\n.fa-neos:before {\n  content: \"\\f612\"; }\n\n.fa-network-wired:before {\n  content: \"\\f6ff\"; }\n\n.fa-neuter:before {\n  content: \"\\f22c\"; }\n\n.fa-newspaper:before {\n  content: \"\\f1ea\"; }\n\n.fa-nimblr:before {\n  content: \"\\f5a8\"; }\n\n.fa-node:before {\n  content: \"\\f419\"; }\n\n.fa-node-js:before {\n  content: \"\\f3d3\"; }\n\n.fa-not-equal:before {\n  content: \"\\f53e\"; }\n\n.fa-notes-medical:before {\n  content: \"\\f481\"; }\n\n.fa-npm:before {\n  content: \"\\f3d4\"; }\n\n.fa-ns8:before {\n  content: \"\\f3d5\"; }\n\n.fa-nutritionix:before {\n  content: \"\\f3d6\"; }\n\n.fa-object-group:before {\n  content: \"\\f247\"; }\n\n.fa-object-ungroup:before {\n  content: \"\\f248\"; }\n\n.fa-odnoklassniki:before {\n  content: \"\\f263\"; }\n\n.fa-odnoklassniki-square:before {\n  content: \"\\f264\"; }\n\n.fa-oil-can:before {\n  content: \"\\f613\"; }\n\n.fa-old-republic:before {\n  content: \"\\f510\"; }\n\n.fa-om:before {\n  content: \"\\f679\"; }\n\n.fa-opencart:before {\n  content: \"\\f23d\"; }\n\n.fa-openid:before {\n  content: \"\\f19b\"; }\n\n.fa-opera:before {\n  content: \"\\f26a\"; }\n\n.fa-optin-monster:before {\n  content: \"\\f23c\"; }\n\n.fa-orcid:before {\n  content: \"\\f8d2\"; }\n\n.fa-osi:before {\n  content: \"\\f41a\"; }\n\n.fa-otter:before {\n  content: \"\\f700\"; }\n\n.fa-outdent:before {\n  content: \"\\f03b\"; }\n\n.fa-page4:before {\n  content: \"\\f3d7\"; }\n\n.fa-pagelines:before {\n  content: \"\\f18c\"; }\n\n.fa-pager:before {\n  content: \"\\f815\"; }\n\n.fa-paint-brush:before {\n  content: \"\\f1fc\"; }\n\n.fa-paint-roller:before {\n  content: \"\\f5aa\"; }\n\n.fa-palette:before {\n  content: \"\\f53f\"; }\n\n.fa-palfed:before {\n  content: \"\\f3d8\"; }\n\n.fa-pallet:before {\n  content: \"\\f482\"; }\n\n.fa-paper-plane:before {\n  content: \"\\f1d8\"; }\n\n.fa-paperclip:before {\n  content: \"\\f0c6\"; }\n\n.fa-parachute-box:before {\n  content: \"\\f4cd\"; }\n\n.fa-paragraph:before {\n  content: \"\\f1dd\"; }\n\n.fa-parking:before {\n  content: \"\\f540\"; }\n\n.fa-passport:before {\n  content: \"\\f5ab\"; }\n\n.fa-pastafarianism:before {\n  content: \"\\f67b\"; }\n\n.fa-paste:before {\n  content: \"\\f0ea\"; }\n\n.fa-patreon:before {\n  content: \"\\f3d9\"; }\n\n.fa-pause:before {\n  content: \"\\f04c\"; }\n\n.fa-pause-circle:before {\n  content: \"\\f28b\"; }\n\n.fa-paw:before {\n  content: \"\\f1b0\"; }\n\n.fa-paypal:before {\n  content: \"\\f1ed\"; }\n\n.fa-peace:before {\n  content: \"\\f67c\"; }\n\n.fa-pen:before {\n  content: \"\\f304\"; }\n\n.fa-pen-alt:before {\n  content: \"\\f305\"; }\n\n.fa-pen-fancy:before {\n  content: \"\\f5ac\"; }\n\n.fa-pen-nib:before {\n  content: \"\\f5ad\"; }\n\n.fa-pen-square:before {\n  content: \"\\f14b\"; }\n\n.fa-pencil-alt:before {\n  content: \"\\f303\"; }\n\n.fa-pencil-ruler:before {\n  content: \"\\f5ae\"; }\n\n.fa-penny-arcade:before {\n  content: \"\\f704\"; }\n\n.fa-people-arrows:before {\n  content: \"\\e068\"; }\n\n.fa-people-carry:before {\n  content: \"\\f4ce\"; }\n\n.fa-pepper-hot:before {\n  content: \"\\f816\"; }\n\n.fa-percent:before {\n  content: \"\\f295\"; }\n\n.fa-percentage:before {\n  content: \"\\f541\"; }\n\n.fa-periscope:before {\n  content: \"\\f3da\"; }\n\n.fa-person-booth:before {\n  content: \"\\f756\"; }\n\n.fa-phabricator:before {\n  content: \"\\f3db\"; }\n\n.fa-phoenix-framework:before {\n  content: \"\\f3dc\"; }\n\n.fa-phoenix-squadron:before {\n  content: \"\\f511\"; }\n\n.fa-phone:before {\n  content: \"\\f095\"; }\n\n.fa-phone-alt:before {\n  content: \"\\f879\"; }\n\n.fa-phone-slash:before {\n  content: \"\\f3dd\"; }\n\n.fa-phone-square:before {\n  content: \"\\f098\"; }\n\n.fa-phone-square-alt:before {\n  content: \"\\f87b\"; }\n\n.fa-phone-volume:before {\n  content: \"\\f2a0\"; }\n\n.fa-photo-video:before {\n  content: \"\\f87c\"; }\n\n.fa-php:before {\n  content: \"\\f457\"; }\n\n.fa-pied-piper:before {\n  content: \"\\f2ae\"; }\n\n.fa-pied-piper-alt:before {\n  content: \"\\f1a8\"; }\n\n.fa-pied-piper-hat:before {\n  content: \"\\f4e5\"; }\n\n.fa-pied-piper-pp:before {\n  content: \"\\f1a7\"; }\n\n.fa-pied-piper-square:before {\n  content: \"\\e01e\"; }\n\n.fa-piggy-bank:before {\n  content: \"\\f4d3\"; }\n\n.fa-pills:before {\n  content: \"\\f484\"; }\n\n.fa-pinterest:before {\n  content: \"\\f0d2\"; }\n\n.fa-pinterest-p:before {\n  content: \"\\f231\"; }\n\n.fa-pinterest-square:before {\n  content: \"\\f0d3\"; }\n\n.fa-pizza-slice:before {\n  content: \"\\f818\"; }\n\n.fa-place-of-worship:before {\n  content: \"\\f67f\"; }\n\n.fa-plane:before {\n  content: \"\\f072\"; }\n\n.fa-plane-arrival:before {\n  content: \"\\f5af\"; }\n\n.fa-plane-departure:before {\n  content: \"\\f5b0\"; }\n\n.fa-plane-slash:before {\n  content: \"\\e069\"; }\n\n.fa-play:before {\n  content: \"\\f04b\"; }\n\n.fa-play-circle:before {\n  content: \"\\f144\"; }\n\n.fa-playstation:before {\n  content: \"\\f3df\"; }\n\n.fa-plug:before {\n  content: \"\\f1e6\"; }\n\n.fa-plus:before {\n  content: \"\\f067\"; }\n\n.fa-plus-circle:before {\n  content: \"\\f055\"; }\n\n.fa-plus-square:before {\n  content: \"\\f0fe\"; }\n\n.fa-podcast:before {\n  content: \"\\f2ce\"; }\n\n.fa-poll:before {\n  content: \"\\f681\"; }\n\n.fa-poll-h:before {\n  content: \"\\f682\"; }\n\n.fa-poo:before {\n  content: \"\\f2fe\"; }\n\n.fa-poo-storm:before {\n  content: \"\\f75a\"; }\n\n.fa-poop:before {\n  content: \"\\f619\"; }\n\n.fa-portrait:before {\n  content: \"\\f3e0\"; }\n\n.fa-pound-sign:before {\n  content: \"\\f154\"; }\n\n.fa-power-off:before {\n  content: \"\\f011\"; }\n\n.fa-pray:before {\n  content: \"\\f683\"; }\n\n.fa-praying-hands:before {\n  content: \"\\f684\"; }\n\n.fa-prescription:before {\n  content: \"\\f5b1\"; }\n\n.fa-prescription-bottle:before {\n  content: \"\\f485\"; }\n\n.fa-prescription-bottle-alt:before {\n  content: \"\\f486\"; }\n\n.fa-print:before {\n  content: \"\\f02f\"; }\n\n.fa-procedures:before {\n  content: \"\\f487\"; }\n\n.fa-product-hunt:before {\n  content: \"\\f288\"; }\n\n.fa-project-diagram:before {\n  content: \"\\f542\"; }\n\n.fa-pump-medical:before {\n  content: \"\\e06a\"; }\n\n.fa-pump-soap:before {\n  content: \"\\e06b\"; }\n\n.fa-pushed:before {\n  content: \"\\f3e1\"; }\n\n.fa-puzzle-piece:before {\n  content: \"\\f12e\"; }\n\n.fa-python:before {\n  content: \"\\f3e2\"; }\n\n.fa-qq:before {\n  content: \"\\f1d6\"; }\n\n.fa-qrcode:before {\n  content: \"\\f029\"; }\n\n.fa-question:before {\n  content: \"\\f128\"; }\n\n.fa-question-circle:before {\n  content: \"\\f059\"; }\n\n.fa-quidditch:before {\n  content: \"\\f458\"; }\n\n.fa-quinscape:before {\n  content: \"\\f459\"; }\n\n.fa-quora:before {\n  content: \"\\f2c4\"; }\n\n.fa-quote-left:before {\n  content: \"\\f10d\"; }\n\n.fa-quote-right:before {\n  content: \"\\f10e\"; }\n\n.fa-quran:before {\n  content: \"\\f687\"; }\n\n.fa-r-project:before {\n  content: \"\\f4f7\"; }\n\n.fa-radiation:before {\n  content: \"\\f7b9\"; }\n\n.fa-radiation-alt:before {\n  content: \"\\f7ba\"; }\n\n.fa-rainbow:before {\n  content: \"\\f75b\"; }\n\n.fa-random:before {\n  content: \"\\f074\"; }\n\n.fa-raspberry-pi:before {\n  content: \"\\f7bb\"; }\n\n.fa-ravelry:before {\n  content: \"\\f2d9\"; }\n\n.fa-react:before {\n  content: \"\\f41b\"; }\n\n.fa-reacteurope:before {\n  content: \"\\f75d\"; }\n\n.fa-readme:before {\n  content: \"\\f4d5\"; }\n\n.fa-rebel:before {\n  content: \"\\f1d0\"; }\n\n.fa-receipt:before {\n  content: \"\\f543\"; }\n\n.fa-record-vinyl:before {\n  content: \"\\f8d9\"; }\n\n.fa-recycle:before {\n  content: \"\\f1b8\"; }\n\n.fa-red-river:before {\n  content: \"\\f3e3\"; }\n\n.fa-reddit:before {\n  content: \"\\f1a1\"; }\n\n.fa-reddit-alien:before {\n  content: \"\\f281\"; }\n\n.fa-reddit-square:before {\n  content: \"\\f1a2\"; }\n\n.fa-redhat:before {\n  content: \"\\f7bc\"; }\n\n.fa-redo:before {\n  content: \"\\f01e\"; }\n\n.fa-redo-alt:before {\n  content: \"\\f2f9\"; }\n\n.fa-registered:before {\n  content: \"\\f25d\"; }\n\n.fa-remove-format:before {\n  content: \"\\f87d\"; }\n\n.fa-renren:before {\n  content: \"\\f18b\"; }\n\n.fa-reply:before {\n  content: \"\\f3e5\"; }\n\n.fa-reply-all:before {\n  content: \"\\f122\"; }\n\n.fa-replyd:before {\n  content: \"\\f3e6\"; }\n\n.fa-republican:before {\n  content: \"\\f75e\"; }\n\n.fa-researchgate:before {\n  content: \"\\f4f8\"; }\n\n.fa-resolving:before {\n  content: \"\\f3e7\"; }\n\n.fa-restroom:before {\n  content: \"\\f7bd\"; }\n\n.fa-retweet:before {\n  content: \"\\f079\"; }\n\n.fa-rev:before {\n  content: \"\\f5b2\"; }\n\n.fa-ribbon:before {\n  content: \"\\f4d6\"; }\n\n.fa-ring:before {\n  content: \"\\f70b\"; }\n\n.fa-road:before {\n  content: \"\\f018\"; }\n\n.fa-robot:before {\n  content: \"\\f544\"; }\n\n.fa-rocket:before {\n  content: \"\\f135\"; }\n\n.fa-rocketchat:before {\n  content: \"\\f3e8\"; }\n\n.fa-rockrms:before {\n  content: \"\\f3e9\"; }\n\n.fa-route:before {\n  content: \"\\f4d7\"; }\n\n.fa-rss:before {\n  content: \"\\f09e\"; }\n\n.fa-rss-square:before {\n  content: \"\\f143\"; }\n\n.fa-ruble-sign:before {\n  content: \"\\f158\"; }\n\n.fa-ruler:before {\n  content: \"\\f545\"; }\n\n.fa-ruler-combined:before {\n  content: \"\\f546\"; }\n\n.fa-ruler-horizontal:before {\n  content: \"\\f547\"; }\n\n.fa-ruler-vertical:before {\n  content: \"\\f548\"; }\n\n.fa-running:before {\n  content: \"\\f70c\"; }\n\n.fa-rupee-sign:before {\n  content: \"\\f156\"; }\n\n.fa-rust:before {\n  content: \"\\e07a\"; }\n\n.fa-sad-cry:before {\n  content: \"\\f5b3\"; }\n\n.fa-sad-tear:before {\n  content: \"\\f5b4\"; }\n\n.fa-safari:before {\n  content: \"\\f267\"; }\n\n.fa-salesforce:before {\n  content: \"\\f83b\"; }\n\n.fa-sass:before {\n  content: \"\\f41e\"; }\n\n.fa-satellite:before {\n  content: \"\\f7bf\"; }\n\n.fa-satellite-dish:before {\n  content: \"\\f7c0\"; }\n\n.fa-save:before {\n  content: \"\\f0c7\"; }\n\n.fa-schlix:before {\n  content: \"\\f3ea\"; }\n\n.fa-school:before {\n  content: \"\\f549\"; }\n\n.fa-screwdriver:before {\n  content: \"\\f54a\"; }\n\n.fa-scribd:before {\n  content: \"\\f28a\"; }\n\n.fa-scroll:before {\n  content: \"\\f70e\"; }\n\n.fa-sd-card:before {\n  content: \"\\f7c2\"; }\n\n.fa-search:before {\n  content: \"\\f002\"; }\n\n.fa-search-dollar:before {\n  content: \"\\f688\"; }\n\n.fa-search-location:before {\n  content: \"\\f689\"; }\n\n.fa-search-minus:before {\n  content: \"\\f010\"; }\n\n.fa-search-plus:before {\n  content: \"\\f00e\"; }\n\n.fa-searchengin:before {\n  content: \"\\f3eb\"; }\n\n.fa-seedling:before {\n  content: \"\\f4d8\"; }\n\n.fa-sellcast:before {\n  content: \"\\f2da\"; }\n\n.fa-sellsy:before {\n  content: \"\\f213\"; }\n\n.fa-server:before {\n  content: \"\\f233\"; }\n\n.fa-servicestack:before {\n  content: \"\\f3ec\"; }\n\n.fa-shapes:before {\n  content: \"\\f61f\"; }\n\n.fa-share:before {\n  content: \"\\f064\"; }\n\n.fa-share-alt:before {\n  content: \"\\f1e0\"; }\n\n.fa-share-alt-square:before {\n  content: \"\\f1e1\"; }\n\n.fa-share-square:before {\n  content: \"\\f14d\"; }\n\n.fa-shekel-sign:before {\n  content: \"\\f20b\"; }\n\n.fa-shield-alt:before {\n  content: \"\\f3ed\"; }\n\n.fa-shield-virus:before {\n  content: \"\\e06c\"; }\n\n.fa-ship:before {\n  content: \"\\f21a\"; }\n\n.fa-shipping-fast:before {\n  content: \"\\f48b\"; }\n\n.fa-shirtsinbulk:before {\n  content: \"\\f214\"; }\n\n.fa-shoe-prints:before {\n  content: \"\\f54b\"; }\n\n.fa-shopify:before {\n  content: \"\\e057\"; }\n\n.fa-shopping-bag:before {\n  content: \"\\f290\"; }\n\n.fa-shopping-basket:before {\n  content: \"\\f291\"; }\n\n.fa-shopping-cart:before {\n  content: \"\\f07a\"; }\n\n.fa-shopware:before {\n  content: \"\\f5b5\"; }\n\n.fa-shower:before {\n  content: \"\\f2cc\"; }\n\n.fa-shuttle-van:before {\n  content: \"\\f5b6\"; }\n\n.fa-sign:before {\n  content: \"\\f4d9\"; }\n\n.fa-sign-in-alt:before {\n  content: \"\\f2f6\"; }\n\n.fa-sign-language:before {\n  content: \"\\f2a7\"; }\n\n.fa-sign-out-alt:before {\n  content: \"\\f2f5\"; }\n\n.fa-signal:before {\n  content: \"\\f012\"; }\n\n.fa-signature:before {\n  content: \"\\f5b7\"; }\n\n.fa-sim-card:before {\n  content: \"\\f7c4\"; }\n\n.fa-simplybuilt:before {\n  content: \"\\f215\"; }\n\n.fa-sink:before {\n  content: \"\\e06d\"; }\n\n.fa-sistrix:before {\n  content: \"\\f3ee\"; }\n\n.fa-sitemap:before {\n  content: \"\\f0e8\"; }\n\n.fa-sith:before {\n  content: \"\\f512\"; }\n\n.fa-skating:before {\n  content: \"\\f7c5\"; }\n\n.fa-sketch:before {\n  content: \"\\f7c6\"; }\n\n.fa-skiing:before {\n  content: \"\\f7c9\"; }\n\n.fa-skiing-nordic:before {\n  content: \"\\f7ca\"; }\n\n.fa-skull:before {\n  content: \"\\f54c\"; }\n\n.fa-skull-crossbones:before {\n  content: \"\\f714\"; }\n\n.fa-skyatlas:before {\n  content: \"\\f216\"; }\n\n.fa-skype:before {\n  content: \"\\f17e\"; }\n\n.fa-slack:before {\n  content: \"\\f198\"; }\n\n.fa-slack-hash:before {\n  content: \"\\f3ef\"; }\n\n.fa-slash:before {\n  content: \"\\f715\"; }\n\n.fa-sleigh:before {\n  content: \"\\f7cc\"; }\n\n.fa-sliders-h:before {\n  content: \"\\f1de\"; }\n\n.fa-slideshare:before {\n  content: \"\\f1e7\"; }\n\n.fa-smile:before {\n  content: \"\\f118\"; }\n\n.fa-smile-beam:before {\n  content: \"\\f5b8\"; }\n\n.fa-smile-wink:before {\n  content: \"\\f4da\"; }\n\n.fa-smog:before {\n  content: \"\\f75f\"; }\n\n.fa-smoking:before {\n  content: \"\\f48d\"; }\n\n.fa-smoking-ban:before {\n  content: \"\\f54d\"; }\n\n.fa-sms:before {\n  content: \"\\f7cd\"; }\n\n.fa-snapchat:before {\n  content: \"\\f2ab\"; }\n\n.fa-snapchat-ghost:before {\n  content: \"\\f2ac\"; }\n\n.fa-snapchat-square:before {\n  content: \"\\f2ad\"; }\n\n.fa-snowboarding:before {\n  content: \"\\f7ce\"; }\n\n.fa-snowflake:before {\n  content: \"\\f2dc\"; }\n\n.fa-snowman:before {\n  content: \"\\f7d0\"; }\n\n.fa-snowplow:before {\n  content: \"\\f7d2\"; }\n\n.fa-soap:before {\n  content: \"\\e06e\"; }\n\n.fa-socks:before {\n  content: \"\\f696\"; }\n\n.fa-solar-panel:before {\n  content: \"\\f5ba\"; }\n\n.fa-sort:before {\n  content: \"\\f0dc\"; }\n\n.fa-sort-alpha-down:before {\n  content: \"\\f15d\"; }\n\n.fa-sort-alpha-down-alt:before {\n  content: \"\\f881\"; }\n\n.fa-sort-alpha-up:before {\n  content: \"\\f15e\"; }\n\n.fa-sort-alpha-up-alt:before {\n  content: \"\\f882\"; }\n\n.fa-sort-amount-down:before {\n  content: \"\\f160\"; }\n\n.fa-sort-amount-down-alt:before {\n  content: \"\\f884\"; }\n\n.fa-sort-amount-up:before {\n  content: \"\\f161\"; }\n\n.fa-sort-amount-up-alt:before {\n  content: \"\\f885\"; }\n\n.fa-sort-down:before {\n  content: \"\\f0dd\"; }\n\n.fa-sort-numeric-down:before {\n  content: \"\\f162\"; }\n\n.fa-sort-numeric-down-alt:before {\n  content: \"\\f886\"; }\n\n.fa-sort-numeric-up:before {\n  content: \"\\f163\"; }\n\n.fa-sort-numeric-up-alt:before {\n  content: \"\\f887\"; }\n\n.fa-sort-up:before {\n  content: \"\\f0de\"; }\n\n.fa-soundcloud:before {\n  content: \"\\f1be\"; }\n\n.fa-sourcetree:before {\n  content: \"\\f7d3\"; }\n\n.fa-spa:before {\n  content: \"\\f5bb\"; }\n\n.fa-space-shuttle:before {\n  content: \"\\f197\"; }\n\n.fa-speakap:before {\n  content: \"\\f3f3\"; }\n\n.fa-speaker-deck:before {\n  content: \"\\f83c\"; }\n\n.fa-spell-check:before {\n  content: \"\\f891\"; }\n\n.fa-spider:before {\n  content: \"\\f717\"; }\n\n.fa-spinner:before {\n  content: \"\\f110\"; }\n\n.fa-splotch:before {\n  content: \"\\f5bc\"; }\n\n.fa-spotify:before {\n  content: \"\\f1bc\"; }\n\n.fa-spray-can:before {\n  content: \"\\f5bd\"; }\n\n.fa-square:before {\n  content: \"\\f0c8\"; }\n\n.fa-square-full:before {\n  content: \"\\f45c\"; }\n\n.fa-square-root-alt:before {\n  content: \"\\f698\"; }\n\n.fa-squarespace:before {\n  content: \"\\f5be\"; }\n\n.fa-stack-exchange:before {\n  content: \"\\f18d\"; }\n\n.fa-stack-overflow:before {\n  content: \"\\f16c\"; }\n\n.fa-stackpath:before {\n  content: \"\\f842\"; }\n\n.fa-stamp:before {\n  content: \"\\f5bf\"; }\n\n.fa-star:before {\n  content: \"\\f005\"; }\n\n.fa-star-and-crescent:before {\n  content: \"\\f699\"; }\n\n.fa-star-half:before {\n  content: \"\\f089\"; }\n\n.fa-star-half-alt:before {\n  content: \"\\f5c0\"; }\n\n.fa-star-of-david:before {\n  content: \"\\f69a\"; }\n\n.fa-star-of-life:before {\n  content: \"\\f621\"; }\n\n.fa-staylinked:before {\n  content: \"\\f3f5\"; }\n\n.fa-steam:before {\n  content: \"\\f1b6\"; }\n\n.fa-steam-square:before {\n  content: \"\\f1b7\"; }\n\n.fa-steam-symbol:before {\n  content: \"\\f3f6\"; }\n\n.fa-step-backward:before {\n  content: \"\\f048\"; }\n\n.fa-step-forward:before {\n  content: \"\\f051\"; }\n\n.fa-stethoscope:before {\n  content: \"\\f0f1\"; }\n\n.fa-sticker-mule:before {\n  content: \"\\f3f7\"; }\n\n.fa-sticky-note:before {\n  content: \"\\f249\"; }\n\n.fa-stop:before {\n  content: \"\\f04d\"; }\n\n.fa-stop-circle:before {\n  content: \"\\f28d\"; }\n\n.fa-stopwatch:before {\n  content: \"\\f2f2\"; }\n\n.fa-stopwatch-20:before {\n  content: \"\\e06f\"; }\n\n.fa-store:before {\n  content: \"\\f54e\"; }\n\n.fa-store-alt:before {\n  content: \"\\f54f\"; }\n\n.fa-store-alt-slash:before {\n  content: \"\\e070\"; }\n\n.fa-store-slash:before {\n  content: \"\\e071\"; }\n\n.fa-strava:before {\n  content: \"\\f428\"; }\n\n.fa-stream:before {\n  content: \"\\f550\"; }\n\n.fa-street-view:before {\n  content: \"\\f21d\"; }\n\n.fa-strikethrough:before {\n  content: \"\\f0cc\"; }\n\n.fa-stripe:before {\n  content: \"\\f429\"; }\n\n.fa-stripe-s:before {\n  content: \"\\f42a\"; }\n\n.fa-stroopwafel:before {\n  content: \"\\f551\"; }\n\n.fa-studiovinari:before {\n  content: \"\\f3f8\"; }\n\n.fa-stumbleupon:before {\n  content: \"\\f1a4\"; }\n\n.fa-stumbleupon-circle:before {\n  content: \"\\f1a3\"; }\n\n.fa-subscript:before {\n  content: \"\\f12c\"; }\n\n.fa-subway:before {\n  content: \"\\f239\"; }\n\n.fa-suitcase:before {\n  content: \"\\f0f2\"; }\n\n.fa-suitcase-rolling:before {\n  content: \"\\f5c1\"; }\n\n.fa-sun:before {\n  content: \"\\f185\"; }\n\n.fa-superpowers:before {\n  content: \"\\f2dd\"; }\n\n.fa-superscript:before {\n  content: \"\\f12b\"; }\n\n.fa-supple:before {\n  content: \"\\f3f9\"; }\n\n.fa-surprise:before {\n  content: \"\\f5c2\"; }\n\n.fa-suse:before {\n  content: \"\\f7d6\"; }\n\n.fa-swatchbook:before {\n  content: \"\\f5c3\"; }\n\n.fa-swift:before {\n  content: \"\\f8e1\"; }\n\n.fa-swimmer:before {\n  content: \"\\f5c4\"; }\n\n.fa-swimming-pool:before {\n  content: \"\\f5c5\"; }\n\n.fa-symfony:before {\n  content: \"\\f83d\"; }\n\n.fa-synagogue:before {\n  content: \"\\f69b\"; }\n\n.fa-sync:before {\n  content: \"\\f021\"; }\n\n.fa-sync-alt:before {\n  content: \"\\f2f1\"; }\n\n.fa-syringe:before {\n  content: \"\\f48e\"; }\n\n.fa-table:before {\n  content: \"\\f0ce\"; }\n\n.fa-table-tennis:before {\n  content: \"\\f45d\"; }\n\n.fa-tablet:before {\n  content: \"\\f10a\"; }\n\n.fa-tablet-alt:before {\n  content: \"\\f3fa\"; }\n\n.fa-tablets:before {\n  content: \"\\f490\"; }\n\n.fa-tachometer-alt:before {\n  content: \"\\f3fd\"; }\n\n.fa-tag:before {\n  content: \"\\f02b\"; }\n\n.fa-tags:before {\n  content: \"\\f02c\"; }\n\n.fa-tape:before {\n  content: \"\\f4db\"; }\n\n.fa-tasks:before {\n  content: \"\\f0ae\"; }\n\n.fa-taxi:before {\n  content: \"\\f1ba\"; }\n\n.fa-teamspeak:before {\n  content: \"\\f4f9\"; }\n\n.fa-teeth:before {\n  content: \"\\f62e\"; }\n\n.fa-teeth-open:before {\n  content: \"\\f62f\"; }\n\n.fa-telegram:before {\n  content: \"\\f2c6\"; }\n\n.fa-telegram-plane:before {\n  content: \"\\f3fe\"; }\n\n.fa-temperature-high:before {\n  content: \"\\f769\"; }\n\n.fa-temperature-low:before {\n  content: \"\\f76b\"; }\n\n.fa-tencent-weibo:before {\n  content: \"\\f1d5\"; }\n\n.fa-tenge:before {\n  content: \"\\f7d7\"; }\n\n.fa-terminal:before {\n  content: \"\\f120\"; }\n\n.fa-text-height:before {\n  content: \"\\f034\"; }\n\n.fa-text-width:before {\n  content: \"\\f035\"; }\n\n.fa-th:before {\n  content: \"\\f00a\"; }\n\n.fa-th-large:before {\n  content: \"\\f009\"; }\n\n.fa-th-list:before {\n  content: \"\\f00b\"; }\n\n.fa-the-red-yeti:before {\n  content: \"\\f69d\"; }\n\n.fa-theater-masks:before {\n  content: \"\\f630\"; }\n\n.fa-themeco:before {\n  content: \"\\f5c6\"; }\n\n.fa-themeisle:before {\n  content: \"\\f2b2\"; }\n\n.fa-thermometer:before {\n  content: \"\\f491\"; }\n\n.fa-thermometer-empty:before {\n  content: \"\\f2cb\"; }\n\n.fa-thermometer-full:before {\n  content: \"\\f2c7\"; }\n\n.fa-thermometer-half:before {\n  content: \"\\f2c9\"; }\n\n.fa-thermometer-quarter:before {\n  content: \"\\f2ca\"; }\n\n.fa-thermometer-three-quarters:before {\n  content: \"\\f2c8\"; }\n\n.fa-think-peaks:before {\n  content: \"\\f731\"; }\n\n.fa-thumbs-down:before {\n  content: \"\\f165\"; }\n\n.fa-thumbs-up:before {\n  content: \"\\f164\"; }\n\n.fa-thumbtack:before {\n  content: \"\\f08d\"; }\n\n.fa-ticket-alt:before {\n  content: \"\\f3ff\"; }\n\n.fa-tiktok:before {\n  content: \"\\e07b\"; }\n\n.fa-times:before {\n  content: \"\\f00d\"; }\n\n.fa-times-circle:before {\n  content: \"\\f057\"; }\n\n.fa-tint:before {\n  content: \"\\f043\"; }\n\n.fa-tint-slash:before {\n  content: \"\\f5c7\"; }\n\n.fa-tired:before {\n  content: \"\\f5c8\"; }\n\n.fa-toggle-off:before {\n  content: \"\\f204\"; }\n\n.fa-toggle-on:before {\n  content: \"\\f205\"; }\n\n.fa-toilet:before {\n  content: \"\\f7d8\"; }\n\n.fa-toilet-paper:before {\n  content: \"\\f71e\"; }\n\n.fa-toilet-paper-slash:before {\n  content: \"\\e072\"; }\n\n.fa-toolbox:before {\n  content: \"\\f552\"; }\n\n.fa-tools:before {\n  content: \"\\f7d9\"; }\n\n.fa-tooth:before {\n  content: \"\\f5c9\"; }\n\n.fa-torah:before {\n  content: \"\\f6a0\"; }\n\n.fa-torii-gate:before {\n  content: \"\\f6a1\"; }\n\n.fa-tractor:before {\n  content: \"\\f722\"; }\n\n.fa-trade-federation:before {\n  content: \"\\f513\"; }\n\n.fa-trademark:before {\n  content: \"\\f25c\"; }\n\n.fa-traffic-light:before {\n  content: \"\\f637\"; }\n\n.fa-trailer:before {\n  content: \"\\e041\"; }\n\n.fa-train:before {\n  content: \"\\f238\"; }\n\n.fa-tram:before {\n  content: \"\\f7da\"; }\n\n.fa-transgender:before {\n  content: \"\\f224\"; }\n\n.fa-transgender-alt:before {\n  content: \"\\f225\"; }\n\n.fa-trash:before {\n  content: \"\\f1f8\"; }\n\n.fa-trash-alt:before {\n  content: \"\\f2ed\"; }\n\n.fa-trash-restore:before {\n  content: \"\\f829\"; }\n\n.fa-trash-restore-alt:before {\n  content: \"\\f82a\"; }\n\n.fa-tree:before {\n  content: \"\\f1bb\"; }\n\n.fa-trello:before {\n  content: \"\\f181\"; }\n\n.fa-tripadvisor:before {\n  content: \"\\f262\"; }\n\n.fa-trophy:before {\n  content: \"\\f091\"; }\n\n.fa-truck:before {\n  content: \"\\f0d1\"; }\n\n.fa-truck-loading:before {\n  content: \"\\f4de\"; }\n\n.fa-truck-monster:before {\n  content: \"\\f63b\"; }\n\n.fa-truck-moving:before {\n  content: \"\\f4df\"; }\n\n.fa-truck-pickup:before {\n  content: \"\\f63c\"; }\n\n.fa-tshirt:before {\n  content: \"\\f553\"; }\n\n.fa-tty:before {\n  content: \"\\f1e4\"; }\n\n.fa-tumblr:before {\n  content: \"\\f173\"; }\n\n.fa-tumblr-square:before {\n  content: \"\\f174\"; }\n\n.fa-tv:before {\n  content: \"\\f26c\"; }\n\n.fa-twitch:before {\n  content: \"\\f1e8\"; }\n\n.fa-twitter:before {\n  content: \"\\f099\"; }\n\n.fa-twitter-square:before {\n  content: \"\\f081\"; }\n\n.fa-typo3:before {\n  content: \"\\f42b\"; }\n\n.fa-uber:before {\n  content: \"\\f402\"; }\n\n.fa-ubuntu:before {\n  content: \"\\f7df\"; }\n\n.fa-uikit:before {\n  content: \"\\f403\"; }\n\n.fa-umbraco:before {\n  content: \"\\f8e8\"; }\n\n.fa-umbrella:before {\n  content: \"\\f0e9\"; }\n\n.fa-umbrella-beach:before {\n  content: \"\\f5ca\"; }\n\n.fa-underline:before {\n  content: \"\\f0cd\"; }\n\n.fa-undo:before {\n  content: \"\\f0e2\"; }\n\n.fa-undo-alt:before {\n  content: \"\\f2ea\"; }\n\n.fa-uniregistry:before {\n  content: \"\\f404\"; }\n\n.fa-unity:before {\n  content: \"\\e049\"; }\n\n.fa-universal-access:before {\n  content: \"\\f29a\"; }\n\n.fa-university:before {\n  content: \"\\f19c\"; }\n\n.fa-unlink:before {\n  content: \"\\f127\"; }\n\n.fa-unlock:before {\n  content: \"\\f09c\"; }\n\n.fa-unlock-alt:before {\n  content: \"\\f13e\"; }\n\n.fa-unsplash:before {\n  content: \"\\e07c\"; }\n\n.fa-untappd:before {\n  content: \"\\f405\"; }\n\n.fa-upload:before {\n  content: \"\\f093\"; }\n\n.fa-ups:before {\n  content: \"\\f7e0\"; }\n\n.fa-usb:before {\n  content: \"\\f287\"; }\n\n.fa-user:before {\n  content: \"\\f007\"; }\n\n.fa-user-alt:before {\n  content: \"\\f406\"; }\n\n.fa-user-alt-slash:before {\n  content: \"\\f4fa\"; }\n\n.fa-user-astronaut:before {\n  content: \"\\f4fb\"; }\n\n.fa-user-check:before {\n  content: \"\\f4fc\"; }\n\n.fa-user-circle:before {\n  content: \"\\f2bd\"; }\n\n.fa-user-clock:before {\n  content: \"\\f4fd\"; }\n\n.fa-user-cog:before {\n  content: \"\\f4fe\"; }\n\n.fa-user-edit:before {\n  content: \"\\f4ff\"; }\n\n.fa-user-friends:before {\n  content: \"\\f500\"; }\n\n.fa-user-graduate:before {\n  content: \"\\f501\"; }\n\n.fa-user-injured:before {\n  content: \"\\f728\"; }\n\n.fa-user-lock:before {\n  content: \"\\f502\"; }\n\n.fa-user-md:before {\n  content: \"\\f0f0\"; }\n\n.fa-user-minus:before {\n  content: \"\\f503\"; }\n\n.fa-user-ninja:before {\n  content: \"\\f504\"; }\n\n.fa-user-nurse:before {\n  content: \"\\f82f\"; }\n\n.fa-user-plus:before {\n  content: \"\\f234\"; }\n\n.fa-user-secret:before {\n  content: \"\\f21b\"; }\n\n.fa-user-shield:before {\n  content: \"\\f505\"; }\n\n.fa-user-slash:before {\n  content: \"\\f506\"; }\n\n.fa-user-tag:before {\n  content: \"\\f507\"; }\n\n.fa-user-tie:before {\n  content: \"\\f508\"; }\n\n.fa-user-times:before {\n  content: \"\\f235\"; }\n\n.fa-users:before {\n  content: \"\\f0c0\"; }\n\n.fa-users-cog:before {\n  content: \"\\f509\"; }\n\n.fa-users-slash:before {\n  content: \"\\e073\"; }\n\n.fa-usps:before {\n  content: \"\\f7e1\"; }\n\n.fa-ussunnah:before {\n  content: \"\\f407\"; }\n\n.fa-utensil-spoon:before {\n  content: \"\\f2e5\"; }\n\n.fa-utensils:before {\n  content: \"\\f2e7\"; }\n\n.fa-vaadin:before {\n  content: \"\\f408\"; }\n\n.fa-vector-square:before {\n  content: \"\\f5cb\"; }\n\n.fa-venus:before {\n  content: \"\\f221\"; }\n\n.fa-venus-double:before {\n  content: \"\\f226\"; }\n\n.fa-venus-mars:before {\n  content: \"\\f228\"; }\n\n.fa-viacoin:before {\n  content: \"\\f237\"; }\n\n.fa-viadeo:before {\n  content: \"\\f2a9\"; }\n\n.fa-viadeo-square:before {\n  content: \"\\f2aa\"; }\n\n.fa-vial:before {\n  content: \"\\f492\"; }\n\n.fa-vials:before {\n  content: \"\\f493\"; }\n\n.fa-viber:before {\n  content: \"\\f409\"; }\n\n.fa-video:before {\n  content: \"\\f03d\"; }\n\n.fa-video-slash:before {\n  content: \"\\f4e2\"; }\n\n.fa-vihara:before {\n  content: \"\\f6a7\"; }\n\n.fa-vimeo:before {\n  content: \"\\f40a\"; }\n\n.fa-vimeo-square:before {\n  content: \"\\f194\"; }\n\n.fa-vimeo-v:before {\n  content: \"\\f27d\"; }\n\n.fa-vine:before {\n  content: \"\\f1ca\"; }\n\n.fa-virus:before {\n  content: \"\\e074\"; }\n\n.fa-virus-slash:before {\n  content: \"\\e075\"; }\n\n.fa-viruses:before {\n  content: \"\\e076\"; }\n\n.fa-vk:before {\n  content: \"\\f189\"; }\n\n.fa-vnv:before {\n  content: \"\\f40b\"; }\n\n.fa-voicemail:before {\n  content: \"\\f897\"; }\n\n.fa-volleyball-ball:before {\n  content: \"\\f45f\"; }\n\n.fa-volume-down:before {\n  content: \"\\f027\"; }\n\n.fa-volume-mute:before {\n  content: \"\\f6a9\"; }\n\n.fa-volume-off:before {\n  content: \"\\f026\"; }\n\n.fa-volume-up:before {\n  content: \"\\f028\"; }\n\n.fa-vote-yea:before {\n  content: \"\\f772\"; }\n\n.fa-vr-cardboard:before {\n  content: \"\\f729\"; }\n\n.fa-vuejs:before {\n  content: \"\\f41f\"; }\n\n.fa-walking:before {\n  content: \"\\f554\"; }\n\n.fa-wallet:before {\n  content: \"\\f555\"; }\n\n.fa-warehouse:before {\n  content: \"\\f494\"; }\n\n.fa-water:before {\n  content: \"\\f773\"; }\n\n.fa-wave-square:before {\n  content: \"\\f83e\"; }\n\n.fa-waze:before {\n  content: \"\\f83f\"; }\n\n.fa-weebly:before {\n  content: \"\\f5cc\"; }\n\n.fa-weibo:before {\n  content: \"\\f18a\"; }\n\n.fa-weight:before {\n  content: \"\\f496\"; }\n\n.fa-weight-hanging:before {\n  content: \"\\f5cd\"; }\n\n.fa-weixin:before {\n  content: \"\\f1d7\"; }\n\n.fa-whatsapp:before {\n  content: \"\\f232\"; }\n\n.fa-whatsapp-square:before {\n  content: \"\\f40c\"; }\n\n.fa-wheelchair:before {\n  content: \"\\f193\"; }\n\n.fa-whmcs:before {\n  content: \"\\f40d\"; }\n\n.fa-wifi:before {\n  content: \"\\f1eb\"; }\n\n.fa-wikipedia-w:before {\n  content: \"\\f266\"; }\n\n.fa-wind:before {\n  content: \"\\f72e\"; }\n\n.fa-window-close:before {\n  content: \"\\f410\"; }\n\n.fa-window-maximize:before {\n  content: \"\\f2d0\"; }\n\n.fa-window-minimize:before {\n  content: \"\\f2d1\"; }\n\n.fa-window-restore:before {\n  content: \"\\f2d2\"; }\n\n.fa-windows:before {\n  content: \"\\f17a\"; }\n\n.fa-wine-bottle:before {\n  content: \"\\f72f\"; }\n\n.fa-wine-glass:before {\n  content: \"\\f4e3\"; }\n\n.fa-wine-glass-alt:before {\n  content: \"\\f5ce\"; }\n\n.fa-wix:before {\n  content: \"\\f5cf\"; }\n\n.fa-wizards-of-the-coast:before {\n  content: \"\\f730\"; }\n\n.fa-wolf-pack-battalion:before {\n  content: \"\\f514\"; }\n\n.fa-won-sign:before {\n  content: \"\\f159\"; }\n\n.fa-wordpress:before {\n  content: \"\\f19a\"; }\n\n.fa-wordpress-simple:before {\n  content: \"\\f411\"; }\n\n.fa-wpbeginner:before {\n  content: \"\\f297\"; }\n\n.fa-wpexplorer:before {\n  content: \"\\f2de\"; }\n\n.fa-wpforms:before {\n  content: \"\\f298\"; }\n\n.fa-wpressr:before {\n  content: \"\\f3e4\"; }\n\n.fa-wrench:before {\n  content: \"\\f0ad\"; }\n\n.fa-x-ray:before {\n  content: \"\\f497\"; }\n\n.fa-xbox:before {\n  content: \"\\f412\"; }\n\n.fa-xing:before {\n  content: \"\\f168\"; }\n\n.fa-xing-square:before {\n  content: \"\\f169\"; }\n\n.fa-y-combinator:before {\n  content: \"\\f23b\"; }\n\n.fa-yahoo:before {\n  content: \"\\f19e\"; }\n\n.fa-yammer:before {\n  content: \"\\f840\"; }\n\n.fa-yandex:before {\n  content: \"\\f413\"; }\n\n.fa-yandex-international:before {\n  content: \"\\f414\"; }\n\n.fa-yarn:before {\n  content: \"\\f7e3\"; }\n\n.fa-yelp:before {\n  content: \"\\f1e9\"; }\n\n.fa-yen-sign:before {\n  content: \"\\f157\"; }\n\n.fa-yin-yang:before {\n  content: \"\\f6ad\"; }\n\n.fa-yoast:before {\n  content: \"\\f2b1\"; }\n\n.fa-youtube:before {\n  content: \"\\f167\"; }\n\n.fa-youtube-square:before {\n  content: \"\\f431\"; }\n\n.fa-zhihu:before {\n  content: \"\\f63f\"; }\n\n.sr-only {\n  border: 0;\n  clip: rect(0, 0, 0, 0);\n  height: 1px;\n  margin: -1px;\n  overflow: hidden;\n  padding: 0;\n  position: absolute;\n  width: 1px; }\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n  clip: auto;\n  height: auto;\n  margin: 0;\n  overflow: visible;\n  position: static;\n  width: auto; }\n"},"$:/plugins/TheDiveO/FontAwesome/styles/tiddlylinks/system":{"title":"$:/plugins/TheDiveO/FontAwesome/styles/tiddlylinks/system","created":"20171230212437805","modified":"20180328191223958","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\n\n<$set name=\"cfg\" value=<<fa5-cfgpath \"decorate-syslinks\">> >\n<$list filter=<<fa5-cfgfilterexpr>> >\n\n/* system tiddler titles starting with $:/... */\n.tc-tiddler-body a.tc-tiddlylink[href^=\"#%24%3A%2F\"]:before,\n.tc-tiddler-preview-preview a.tc-tiddlylink[href^=\"#%24%3A%2F\"]:before {\n  <<fa-plugin-font-solid>>\n  font-size: 80%;\n  content: '\\f013\\202f';\n  display: inline-block;\n}\n\n</$list>\n</$set>"},"$:/plugins/TheDiveO/FontAwesome/ui/ControlPanel/FontAwesome":{"title":"$:/plugins/TheDiveO/FontAwesome/ui/ControlPanel/FontAwesome","caption":"Font Awesome","created":"20180328182555066","modified":"20180328190604063","tags":"$:/tags/ControlPanel","type":"text/vnd.tiddlywiki","text":"Customize the Font Awesome 5 plugin.\n\n<$checkbox tiddler=<<fa5-cfgpath \"decorate-syslinks\">> field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\" >&nbsp;decorate system links: [[$:/ControlPanel]]</$checkbox>\n\n<$checkbox tiddler=<<fa5-cfgpath \"decorate-extlinks\">> field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\" >&nbsp;decorate external links: [[TiddlyWiki|http://tiddlywiki.com]]  [[Wikipedia|https://en.wikipedia.org/wiki/TiddlyWiki]]</$checkbox>\n\n<$checkbox tiddler=<<fa5-cfgpath \"decorate-extdoclinks\">> field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\" >&nbsp;decorate external document links:  https://example.org/document.pdf</$checkbox>\n\n<$checkbox tiddler=<<fa5-cfgpath \"decorate-wk-extlinks\">> field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\" >&nbsp;decorate external well-known links:  http://github.com http://en.wikipedia.org</$checkbox>"}}}
{
    "tiddlers": {
        "$:/config/EditorTypeMappings/application/javascript": {
            "title": "$:/config/EditorTypeMappings/application/javascript",
            "text": "codemirror"
        },
        "$:/config/EditorTypeMappings/application/json": {
            "title": "$:/config/EditorTypeMappings/application/json",
            "text": "codemirror"
        },
        "$:/config/EditorTypeMappings/application/x-tiddler-dictionary": {
            "title": "$:/config/EditorTypeMappings/application/x-tiddler-dictionary",
            "text": "codemirror"
        },
        "$:/config/EditorTypeMappings/text/css": {
            "title": "$:/config/EditorTypeMappings/text/css",
            "text": "codemirror"
        },
        "$:/config/EditorTypeMappings/text/html": {
            "title": "$:/config/EditorTypeMappings/text/html",
            "text": "codemirror"
        },
        "$:/config/EditorTypeMappings/text/plain": {
            "title": "$:/config/EditorTypeMappings/text/plain",
            "text": "codemirror"
        },
        "$:/config/EditorTypeMappings/text/vnd.tiddlywiki": {
            "title": "$:/config/EditorTypeMappings/text/vnd.tiddlywiki",
            "text": "codemirror"
        },
        "$:/config/EditorTypeMappings/text/x-markdown": {
            "title": "$:/config/EditorTypeMappings/text/x-markdown",
            "text": "codemirror"
        },
        "$:/config/EditorTypeMappings/text/x-tiddlywiki": {
            "title": "$:/config/EditorTypeMappings/text/x-tiddlywiki",
            "text": "codemirror"
        },
        "$:/config/codemirror/cursorBlinkRate": {
            "title": "$:/config/codemirror/cursorBlinkRate",
            "type": "integer",
            "text": "530"
        },
        "$:/config/codemirror/extraKeysTW": {
            "title": "$:/config/codemirror/extraKeysTW",
            "extend": "extraKeys",
            "type": "json",
            "text": "{\n\t\"Ctrl-Esc\": \"singleSelection\",\n\t\"Esc\": \"\",\n\t\"Ctrl-S\": \"\",\n\t\"Ctrl-U\": \"\",\n\t\"Ctrl-T\": \"\",\n\t\"Alt-T\": \"transposeChars\",\n\t\"Alt-U\": \"undoSelection\",\n\t\"Shift-Alt-U\": \"redoSelection\",\n\t\"Cmd-U\": \"\",\n\t\"Tab\": \"indentAuto()\",\n\t\"Enter\": \"newLineAndIndent()\"\n}\n"
        },
        "$:/config/codemirror/indentUnit": {
            "title": "$:/config/codemirror/indentUnit",
            "type": "integer",
            "text": "2"
        },
        "$:/config/codemirror/indentWithTabs": {
            "title": "$:/config/codemirror/indentWithTabs",
            "type": "bool",
            "text": "true"
        },
        "$:/config/codemirror/inputStyle": {
            "title": "$:/config/codemirror/inputStyle",
            "type": "string",
            "text": "textarea"
        },
        "$:/config/codemirror/keyMap": {
            "title": "$:/config/codemirror/keyMap",
            "type": "string",
            "text": "default"
        },
        "$:/config/codemirror/lineNumbers": {
            "title": "$:/config/codemirror/lineNumbers",
            "type": "bool",
            "text": "false"
        },
        "$:/config/codemirror/lineWrapping": {
            "title": "$:/config/codemirror/lineWrapping",
            "type": "bool",
            "text": "true"
        },
        "$:/config/codemirror/showCursorWhenSelecting": {
            "title": "$:/config/codemirror/showCursorWhenSelecting",
            "type": "bool",
            "text": "true"
        },
        "$:/config/codemirror/smartIndent": {
            "title": "$:/config/codemirror/smartIndent",
            "type": "bool",
            "text": "true"
        },
        "$:/config/codemirror/styleActiveLine": {
            "title": "$:/config/codemirror/styleActiveLine",
            "type": "bool",
            "text": "false"
        },
        "$:/config/codemirror/tabSize": {
            "title": "$:/config/codemirror/tabSize",
            "type": "integer",
            "text": "2"
        },
        "$:/config/codemirror/theme": {
            "title": "$:/config/codemirror/theme",
            "type": "string",
            "text": "tiddlywiki"
        },
        "$:/language/codemirror/homeUrl": {
            "title": "$:/language/codemirror/homeUrl",
            "text": "http://codemirror.net"
        },
        "$:/language/codemirror/addOnUrl": {
            "title": "$:/language/codemirror/addOnUrl",
            "text": "http://codemirror.net/doc/manual.html#addons"
        },
        "$:/language/codemirror/configUrl": {
            "title": "$:/language/codemirror/configUrl",
            "text": "http://codemirror.net/doc/manual.html#config"
        },
        "$:/language/codemirror/controlPanel/hint": {
            "title": "$:/language/codemirror/controlPanel/hint",
            "text": "These settings let you customise the behaviour of [[CodeMirror|$:/plugins/tiddlywiki/codemirror]]."
        },
        "$:/language/codemirror/controlPanel/keyboard": {
            "title": "$:/language/codemirror/controlPanel/keyboard",
            "text": "Keyboard shortcuts"
        },
        "$:/language/codemirror/controlPanel/usage": {
            "title": "$:/language/codemirror/controlPanel/usage",
            "text": "Usage information"
        },
        "$:/language/codemirror/cursorBlinkRate/hint": {
            "title": "$:/language/codemirror/cursorBlinkRate/hint",
            "text": "Cursor blink rate"
        },
        "$:/language/codemirror/editorFont/hint": {
            "title": "$:/language/codemirror/editorFont/hint",
            "text": "Editor font family"
        },
        "$:/language/codemirror/editorFont/info": {
            "title": "$:/language/codemirror/editorFont/info",
            "text": "Set the font family for the ~CodeMirror text-editor"
        },
        "$:/language/codemirror/indentUnit/hint": {
            "title": "$:/language/codemirror/indentUnit/hint",
            "text": "How many spaces a block should be indented"
        },
        "$:/language/codemirror/indentWithTabs/hint": {
            "title": "$:/language/codemirror/indentWithTabs/hint",
            "text": "Enable indenting with tabs"
        },
        "$:/language/codemirror/indentWithTabs/info": {
            "title": "$:/language/codemirror/indentWithTabs/info",
            "text": "Whether, when indenting, the first N*`tabSize` spaces should be replaced by N tabs."
        },
        "$:/language/codemirror/keyMap/hint": {
            "title": "$:/language/codemirror/keyMap/hint",
            "text": "~CodeMirror keymap"
        },
        "$:/language/codemirror/keyMap/info": {
            "title": "$:/language/codemirror/keyMap/info",
            "text": "~The Keyboard KeyMap used within the ~CodeMirror text-editor"
        },
        "$:/language/codemirror/lineNumbers/hint": {
            "title": "$:/language/codemirror/lineNumbers/hint",
            "text": "Enable line numbers"
        },
        "$:/language/codemirror/lineNumbers/info": {
            "title": "$:/language/codemirror/lineNumbers/info",
            "text": "Whether to show line numbers to the left of the editor."
        },
        "$:/language/codemirror/lineWrapping/hint": {
            "title": "$:/language/codemirror/lineWrapping/hint",
            "text": "Enable line wrapping"
        },
        "$:/language/codemirror/lineWrapping/info": {
            "title": "$:/language/codemirror/lineWrapping/info",
            "text": "Whether CodeMirror should scroll or wrap for long lines. Defaults to `false` (scroll)."
        },
        "$:/language/codemirror/showCursorWhenSelecting/hint": {
            "title": "$:/language/codemirror/showCursorWhenSelecting/hint",
            "text": "Show cursor, when selecting"
        },
        "$:/language/codemirror/showCursorWhenSelecting/info": {
            "title": "$:/language/codemirror/showCursorWhenSelecting/info",
            "text": "Whether the cursor should be drawn when a selection is active."
        },
        "$:/language/codemirror/smartIndent/hint": {
            "title": "$:/language/codemirror/smartIndent/hint",
            "text": "Enable smart indent"
        },
        "$:/language/codemirror/smartIndent/info": {
            "title": "$:/language/codemirror/smartIndent/info",
            "text": "Whether to use the context-sensitive indentation that the mode provides (or just indent the same as the line before). Defaults to `true`."
        },
        "$:/language/codemirror/styleActiveLine/hint": {
            "title": "$:/language/codemirror/styleActiveLine/hint",
            "text": "Highlight active line"
        },
        "$:/language/codemirror/styleActiveLine/info": {
            "title": "$:/language/codemirror/styleActiveLine/info",
            "text": "Whether or not to highlight the active text-editor line"
        },
        "$:/language/codemirror/tabSize/hint": {
            "title": "$:/language/codemirror/tabSize/hint",
            "text": "Width of a tab character"
        },
        "$:/language/codemirror/theme/hint": {
            "title": "$:/language/codemirror/theme/hint",
            "text": "Select a theme"
        },
        "$:/language/codemirror/theme/info": {
            "title": "$:/language/codemirror/theme/info",
            "text": "Choose between ~CodeMirror themes"
        },
        "$:/plugins/tiddlywiki/codemirror/edit-codemirror.js": {
            "title": "$:/plugins/tiddlywiki/codemirror/edit-codemirror.js",
            "text": "/*\\\ntitle: $:/plugins/tiddlywiki/codemirror/edit-codemirror.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-codemirror widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar editTextWidgetFactory = require(\"$:/core/modules/editor/factory.js\").editTextWidgetFactory,\n\tCodeMirrorEngine = require(\"$:/plugins/tiddlywiki/codemirror/engine.js\").CodeMirrorEngine;\n\nexports[\"edit-codemirror\"] = editTextWidgetFactory(CodeMirrorEngine,CodeMirrorEngine);\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/tiddlywiki/codemirror/engine.js": {
            "title": "$:/plugins/tiddlywiki/codemirror/engine.js",
            "text": "/*\\\ntitle: $:/plugins/tiddlywiki/codemirror/engine.js\ntype: application/javascript\nmodule-type: library\n\nText editor engine based on a CodeMirror instance\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar CODEMIRROR_OPTIONS = \"$:/config/CodeMirror\",\nHEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\",\nCONFIG_FILTER = \"[all[shadows+tiddlers]prefix[$:/config/codemirror/]]\"\n\t\n// Install CodeMirror\nif($tw.browser && !window.CodeMirror) {\n\n\tvar modules = $tw.modules.types[\"codemirror\"];\n\tvar req = Object.getOwnPropertyNames(modules);\n\n\twindow.CodeMirror = require(\"$:/plugins/tiddlywiki/codemirror/lib/codemirror.js\");\n\t// Install required CodeMirror plugins\n\tif(req) {\n\t\tif($tw.utils.isArray(req)) {\n\t\t\tfor(var index=0; index<req.length; index++) {\n\t\t\t\trequire(req[index]);\n\t\t\t}\n\t\t} else {\n\t\t\trequire(req);\n\t\t}\n\t}\n}\n\nfunction getCmConfig() {\n\tvar type,\n\t\ttest,\n\t\tvalue,\n\t\telement,\n\t\textend,\n\t\ttiddler,\n\t\tconfig = {},\n\t\tconfigTiddlers = $tw.wiki.filterTiddlers(CONFIG_FILTER);\n\n\tif ($tw.utils.isArray(configTiddlers)) {\n\t\tfor (var i=0; i<configTiddlers.length; i++) {\n\t\t\ttiddler = $tw.wiki.getTiddler(configTiddlers[i]);\n\t\t\t\tif (tiddler) {\n\t\t\t\telement = configTiddlers[i].replace(/\\$:\\/config\\/codemirror\\//ig,\"\");\n\t\t\t\t\ttype = (tiddler.fields.type) ? tiddler.fields.type.trim().toLocaleLowerCase() : \"string\";\n\t\t\t\tswitch (type) {\n\t\t\t\t\tcase \"bool\":\n\t\t\t\t\ttest = tiddler.fields.text.trim().toLowerCase();\n\t\t\t\t\tvalue = (test === \"true\") ? true : false;\n\t\t\t\t\tconfig[element] = value;\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"string\":\n\t\t\t\t\tvalue = tiddler.fields.text.trim();\n\t\t\t\t\tconfig[element] = value;\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"integer\":\n\t\t\t\t\tvalue = parseInt(tiddler.fields.text.trim(), 10);\n\t\t\t\t\tconfig[element] = value;\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"json\":\n\t\t\t\t\tvalue = JSON.parse(tiddler.fields.text.trim());\n\t\t\t\t\t\textend = (tiddler.fields.extend) ? tiddler.fields.extend : element;\n\n\t\t\t\t\tif (config[extend]) {\n\t\t\t\t\t\t$tw.utils.extend(config[extend], value);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tconfig[extend] = value;\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn config;\n}\n\nfunction CodeMirrorEngine(options) {\n\n\t// Save our options\n\tvar self = this;\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\t// Create the wrapper DIV\n\tthis.domNode = this.widget.document.createElement(\"div\");\n\tif(this.widget.editClass) {\n\t\tthis.domNode.className = this.widget.editClass;\n\t}\n\tthis.domNode.style.display = \"inline-block\";\n\tthis.parentNode.insertBefore(this.domNode,this.nextSibling);\n\tthis.widget.domNodes.push(this.domNode);\n\t\n\t// Set all cm-plugin defaults\n\t// Get the configuration options for the CodeMirror object\n\tvar config = getCmConfig();\n\n\tconfig.mode = options.type;\n\tconfig.value = options.value;\n\tif(this.widget.editTabIndex) {\n\t\tconfig[\"tabindex\"] = this.widget.editTabIndex;\n\t}\n\t// Create the CodeMirror instance\n\tthis.cm = window.CodeMirror(function(cmDomNode) {\n\t\t// Note that this is a synchronous callback that is called before the constructor returns\n\t\tif(!self.widget.document.isTiddlyWikiFakeDom) {\n\t\t\tself.domNode.appendChild(cmDomNode);\n\t\t}\n\t},config);\n\n\t// Set up a change event handler\n\tthis.cm.on(\"change\",function() {\n\t\tself.widget.saveChanges(self.getText());\n\t\tif(self.widget.editInputActions) {\n\t\t\tself.widget.invokeActionString(self.widget.editInputActions);\n\t\t}\n\t});\n\tthis.cm.on(\"drop\",function(cm,event) {\n\t\tevent.stopPropagation(); // Otherwise TW's dropzone widget sees the drop event\n\t\treturn false;\n\t});\n\tthis.cm.on(\"keydown\",function(cm,event) {\n\t\treturn self.widget.handleKeydownEvent.call(self.widget,event);\n\t});\n\tthis.cm.on(\"focus\",function(cm,event) {\n\t\tif(self.widget.editCancelPopups) {\n\t\t\t$tw.popup.cancel(0);\t\n\t\t}\n\t});\n}\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nCodeMirrorEngine.prototype.setText = function(text,type) {\n\tvar self = this;\n\tself.cm.setOption(\"mode\",type);\n\tif(!this.cm.hasFocus()) {\n\t\tthis.updateDomNodeText(text);\n\t}\n};\n\n/*\nUpdate the DomNode with the new text\n*/\nCodeMirrorEngine.prototype.updateDomNodeText = function(text) {\n\tthis.cm.setValue(text);\n};\n\n/*\nGet the text of the engine\n*/\nCodeMirrorEngine.prototype.getText = function() {\n\treturn this.cm.getValue();\n};\n\n/*\nFix the height of textarea to fit content\n*/\nCodeMirrorEngine.prototype.fixHeight = function() {\n\tif(this.widget.editAutoHeight) {\n\t\t// Resize to fit\n\t\tthis.cm.setSize(null,null);\n\t} else {\n\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\tthis.cm.setSize(null,fixedHeight);\n\t}\n};\n\n/*\nFocus the engine node\n*/\nCodeMirrorEngine.prototype.focus  = function() {\n\tthis.cm.focus();\n}\n\n/*\nCreate a blank structure representing a text operation\n*/\nCodeMirrorEngine.prototype.createTextOperation = function() {\n\tvar selections = this.cm.listSelections();\n\tif(selections.length > 0) {\n\t\tvar anchorPos = this.cm.indexFromPos(selections[0].anchor),\n\t\theadPos = this.cm.indexFromPos(selections[0].head);\n\t}\n\tvar operation = {\n\t\ttext: this.cm.getValue(),\n\t\tselStart: Math.min(anchorPos,headPos),\n\t\tselEnd: Math.max(anchorPos,headPos),\n\t\tcutStart: null,\n\t\tcutEnd: null,\n\t\treplacement: null,\n\t\tnewSelStart: null,\n\t\tnewSelEnd: null\n\t};\n\toperation.selection = operation.text.substring(operation.selStart,operation.selEnd);\n\treturn operation;\n};\n\n/*\nExecute a text operation\n*/\nCodeMirrorEngine.prototype.executeTextOperation = function(operation) {\n\t// Perform the required changes to the text area and the underlying tiddler\n\tvar newText = operation.text;\n\tif(operation.replacement !== null) {\n\t\tthis.cm.replaceRange(operation.replacement,this.cm.posFromIndex(operation.cutStart),this.cm.posFromIndex(operation.cutEnd));\n\t\tthis.cm.setSelection(this.cm.posFromIndex(operation.newSelStart),this.cm.posFromIndex(operation.newSelEnd));\n\t\tnewText = operation.text.substring(0,operation.cutStart) + operation.replacement + operation.text.substring(operation.cutEnd);\n\t}\n\tthis.cm.focus();\n\treturn newText;\n};\n\nexports.CodeMirrorEngine = CodeMirrorEngine;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/plugins/tiddlywiki/codemirror/lib/codemirror.js": {
            "text": "!function(e,t){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=t():\"function\"==typeof define&&define.amd?define(t):(e=e||self).CodeMirror=t()}(this,function(){\"use strict\";var e=navigator.userAgent,t=navigator.platform,d=/gecko\\/\\d/i.test(e),n=/MSIE \\d/.test(e),r=/Trident\\/(?:[7-9]|\\d{2,})\\..*rv:(\\d+)/.exec(e),i=/Edge\\/(\\d+)/.exec(e),w=n||r||i,v=w&&(n?document.documentMode||6:+(i||r)[1]),f=!i&&/WebKit\\//.test(e),r=f&&/Qt\\/\\d+\\.\\d+/.test(e),o=!i&&/Chrome\\//.test(e),p=/Opera\\//.test(e),c=/Apple Computer/.test(navigator.vendor),l=/Mac OS X 1\\d\\D([8-9]|\\d\\d)\\D/.test(e),u=/PhantomJS/.test(e),s=!i&&/AppleWebKit/.test(e)&&/Mobile\\/\\w+/.test(e),a=/Android/.test(e),h=s||a||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(e),g=s||/Mac/.test(t),m=/\\bCrOS\\b/.test(e),y=/win/i.test(t),e=p&&e.match(/Version\\/(\\d*\\.\\d*)/);(e=e&&Number(e[1]))&&15<=e&&(f=!(p=!1));var b=g&&(r||p&&(null==e||e<12.11)),x=d||w&&9<=v;function C(e){return new RegExp(\"(^|\\\\s)\"+e+\"(?:$|\\\\s)\\\\s*\")}var S,L=function(e,t){var n=e.className,r=C(t).exec(n);r&&(t=n.slice(r.index+r[0].length),e.className=n.slice(0,r.index)+(t?r[1]+t:\"\"))};function k(e){for(var t=e.childNodes.length;0<t;--t)e.removeChild(e.firstChild);return e}function T(e,t){return k(e).appendChild(t)}function M(e,t,n,r){var i=document.createElement(e);if(n&&(i.className=n),r&&(i.style.cssText=r),\"string\"==typeof t)i.appendChild(document.createTextNode(t));else if(t)for(var o=0;o<t.length;++o)i.appendChild(t[o]);return i}function N(e,t,n,r){r=M(e,t,n,r);return r.setAttribute(\"role\",\"presentation\"),r}function A(e,t){if(3==t.nodeType&&(t=t.parentNode),e.contains)return e.contains(t);do{if(11==t.nodeType&&(t=t.host),t==e)return!0}while(t=t.parentNode)}function O(){var t;try{t=document.activeElement}catch(e){t=document.body||null}for(;t&&t.shadowRoot&&t.shadowRoot.activeElement;)t=t.shadowRoot.activeElement;return t}function D(e,t){var n=e.className;C(t).test(n)||(e.className+=(n?\" \":\"\")+t)}function W(e,t){for(var n=e.split(\" \"),r=0;r<n.length;r++)n[r]&&!C(n[r]).test(t)&&(t+=\" \"+n[r]);return t}S=document.createRange?function(e,t,n,r){var i=document.createRange();return i.setEnd(r||e,n),i.setStart(e,t),i}:function(e,t,n){var r=document.body.createTextRange();try{r.moveToElementText(e.parentNode)}catch(e){return r}return r.collapse(!0),r.moveEnd(\"character\",n),r.moveStart(\"character\",t),r};var H=function(e){e.select()};function F(e){var t=Array.prototype.slice.call(arguments,1);return function(){return e.apply(null,t)}}function E(e,t,n){for(var r in t=t||{},e)!e.hasOwnProperty(r)||!1===n&&t.hasOwnProperty(r)||(t[r]=e[r]);return t}function P(e,t,n,r,i){null==t&&-1==(t=e.search(/[^\\s\\u00a0]/))&&(t=e.length);for(var o=r||0,l=i||0;;){var s=e.indexOf(\"\\t\",o);if(s<0||t<=s)return l+(t-o);l+=s-o,l+=n-l%n,o=s+1}}s?H=function(e){e.selectionStart=0,e.selectionEnd=e.value.length}:w&&(H=function(e){try{e.select()}catch(e){}});var I=function(){this.id=null,this.f=null,this.time=0,this.handler=F(this.onTimeout,this)};function R(e,t){for(var n=0;n<e.length;++n)if(e[n]==t)return n;return-1}I.prototype.onTimeout=function(e){e.id=0,e.time<=+new Date?e.f():setTimeout(e.handler,e.time-+new Date)},I.prototype.set=function(e,t){this.f=t;t=+new Date+e;(!this.id||t<this.time)&&(clearTimeout(this.id),this.id=setTimeout(this.handler,e),this.time=t)};var z=50,B={toString:function(){return\"CodeMirror.Pass\"}},G={scroll:!1},U={origin:\"*mouse\"},V={origin:\"+move\"};function K(e,t,n){for(var r=0,i=0;;){var o=e.indexOf(\"\\t\",r);-1==o&&(o=e.length);var l=o-r;if(o==e.length||t<=i+l)return r+Math.min(l,t-i);if(i+=o-r,r=o+1,t<=(i+=n-i%n))return r}}var j=[\"\"];function X(e){for(;j.length<=e;)j.push(Y(j)+\" \");return j[e]}function Y(e){return e[e.length-1]}function _(e,t){for(var n=[],r=0;r<e.length;r++)n[r]=t(e[r],r);return n}function $(){}function q(e,t){e=Object.create?Object.create(e):($.prototype=e,new $);return t&&E(t,e),e}var Z=/[\\u00df\\u0587\\u0590-\\u05f4\\u0600-\\u06ff\\u3040-\\u309f\\u30a0-\\u30ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\uac00-\\ud7af]/;function Q(e){return/\\w/.test(e)||\"€\"<e&&(e.toUpperCase()!=e.toLowerCase()||Z.test(e))}function J(e,t){return t?!!(-1<t.source.indexOf(\"\\\\w\")&&Q(e))||t.test(e):Q(e)}function ee(e){for(var t in e)if(e.hasOwnProperty(t)&&e[t])return;return 1}var te=/[\\u0300-\\u036f\\u0483-\\u0489\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u064b-\\u065e\\u0670\\u06d6-\\u06dc\\u06de-\\u06e4\\u06e7\\u06e8\\u06ea-\\u06ed\\u0711\\u0730-\\u074a\\u07a6-\\u07b0\\u07eb-\\u07f3\\u0816-\\u0819\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0900-\\u0902\\u093c\\u0941-\\u0948\\u094d\\u0951-\\u0955\\u0962\\u0963\\u0981\\u09bc\\u09be\\u09c1-\\u09c4\\u09cd\\u09d7\\u09e2\\u09e3\\u0a01\\u0a02\\u0a3c\\u0a41\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a70\\u0a71\\u0a75\\u0a81\\u0a82\\u0abc\\u0ac1-\\u0ac5\\u0ac7\\u0ac8\\u0acd\\u0ae2\\u0ae3\\u0b01\\u0b3c\\u0b3e\\u0b3f\\u0b41-\\u0b44\\u0b4d\\u0b56\\u0b57\\u0b62\\u0b63\\u0b82\\u0bbe\\u0bc0\\u0bcd\\u0bd7\\u0c3e-\\u0c40\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62\\u0c63\\u0cbc\\u0cbf\\u0cc2\\u0cc6\\u0ccc\\u0ccd\\u0cd5\\u0cd6\\u0ce2\\u0ce3\\u0d3e\\u0d41-\\u0d44\\u0d4d\\u0d57\\u0d62\\u0d63\\u0dca\\u0dcf\\u0dd2-\\u0dd4\\u0dd6\\u0ddf\\u0e31\\u0e34-\\u0e3a\\u0e47-\\u0e4e\\u0eb1\\u0eb4-\\u0eb9\\u0ebb\\u0ebc\\u0ec8-\\u0ecd\\u0f18\\u0f19\\u0f35\\u0f37\\u0f39\\u0f71-\\u0f7e\\u0f80-\\u0f84\\u0f86\\u0f87\\u0f90-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u102d-\\u1030\\u1032-\\u1037\\u1039\\u103a\\u103d\\u103e\\u1058\\u1059\\u105e-\\u1060\\u1071-\\u1074\\u1082\\u1085\\u1086\\u108d\\u109d\\u135f\\u1712-\\u1714\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17b7-\\u17bd\\u17c6\\u17c9-\\u17d3\\u17dd\\u180b-\\u180d\\u18a9\\u1920-\\u1922\\u1927\\u1928\\u1932\\u1939-\\u193b\\u1a17\\u1a18\\u1a56\\u1a58-\\u1a5e\\u1a60\\u1a62\\u1a65-\\u1a6c\\u1a73-\\u1a7c\\u1a7f\\u1b00-\\u1b03\\u1b34\\u1b36-\\u1b3a\\u1b3c\\u1b42\\u1b6b-\\u1b73\\u1b80\\u1b81\\u1ba2-\\u1ba5\\u1ba8\\u1ba9\\u1c2c-\\u1c33\\u1c36\\u1c37\\u1cd0-\\u1cd2\\u1cd4-\\u1ce0\\u1ce2-\\u1ce8\\u1ced\\u1dc0-\\u1de6\\u1dfd-\\u1dff\\u200c\\u200d\\u20d0-\\u20f0\\u2cef-\\u2cf1\\u2de0-\\u2dff\\u302a-\\u302f\\u3099\\u309a\\ua66f-\\ua672\\ua67c\\ua67d\\ua6f0\\ua6f1\\ua802\\ua806\\ua80b\\ua825\\ua826\\ua8c4\\ua8e0-\\ua8f1\\ua926-\\ua92d\\ua947-\\ua951\\ua980-\\ua982\\ua9b3\\ua9b6-\\ua9b9\\ua9bc\\uaa29-\\uaa2e\\uaa31\\uaa32\\uaa35\\uaa36\\uaa43\\uaa4c\\uaab0\\uaab2-\\uaab4\\uaab7\\uaab8\\uaabe\\uaabf\\uaac1\\uabe5\\uabe8\\uabed\\udc00-\\udfff\\ufb1e\\ufe00-\\ufe0f\\ufe20-\\ufe26\\uff9e\\uff9f]/;function ne(e){return 768<=e.charCodeAt(0)&&te.test(e)}function re(e,t,n){for(;(n<0?0<t:t<e.length)&&ne(e.charAt(t));)t+=n;return t}function ie(e,t,n){for(var r=n<t?-1:1;;){if(t==n)return t;var i=(t+n)/2,i=r<0?Math.ceil(i):Math.floor(i);if(i==t)return e(i)?t:n;e(i)?n=i:t=i+r}}var oe=null;function le(e,t,n){var r;oe=null;for(var i=0;i<e.length;++i){var o=e[i];if(o.from<t&&o.to>t)return i;o.to==t&&(o.from!=o.to&&\"before\"==n?r=i:oe=i),o.from==t&&(o.from!=o.to&&\"before\"!=n?r=i:oe=i)}return null!=r?r:oe}var se,ae,ue,ce,he,de,fe,pe=(se=\"bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN\",ae=\"nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111\",ue=/[\\u0590-\\u05f4\\u0600-\\u06ff\\u0700-\\u08ac]/,ce=/[stwN]/,he=/[LRr]/,de=/[Lb1n]/,fe=/[1n]/,function(e,t){var n=\"ltr\"==t?\"L\":\"R\";if(0==e.length||\"ltr\"==t&&!ue.test(e))return!1;for(var r,i=e.length,o=[],l=0;l<i;++l)o.push((r=e.charCodeAt(l))<=247?se.charAt(r):1424<=r&&r<=1524?\"R\":1536<=r&&r<=1785?ae.charAt(r-1536):1774<=r&&r<=2220?\"r\":8192<=r&&r<=8203?\"w\":8204==r?\"b\":\"L\");for(var s=0,a=n;s<i;++s){var u=o[s];\"m\"==u?o[s]=a:a=u}for(var c=0,h=n;c<i;++c){var d=o[c];\"1\"==d&&\"r\"==h?o[c]=\"n\":he.test(d)&&\"r\"==(h=d)&&(o[c]=\"R\")}for(var f=1,p=o[0];f<i-1;++f){var g=o[f];\"+\"==g&&\"1\"==p&&\"1\"==o[f+1]?o[f]=\"1\":\",\"!=g||p!=o[f+1]||\"1\"!=p&&\"n\"!=p||(o[f]=p),p=g}for(var m=0;m<i;++m){var v=o[m];if(\",\"==v)o[m]=\"N\";else if(\"%\"==v){for(var y=void 0,y=m+1;y<i&&\"%\"==o[y];++y);for(var b=m&&\"!\"==o[m-1]||y<i&&\"1\"==o[y]?\"1\":\"N\",w=m;w<y;++w)o[w]=b;m=y-1}}for(var x=0,C=n;x<i;++x){var S=o[x];\"L\"==C&&\"1\"==S?o[x]=\"L\":he.test(S)&&(C=S)}for(var L=0;L<i;++L)if(ce.test(o[L])){for(var k=void 0,k=L+1;k<i&&ce.test(o[k]);++k);for(var T=\"L\"==(L?o[L-1]:n),M=T==(\"L\"==(k<i?o[k]:n))?T?\"L\":\"R\":n,N=L;N<k;++N)o[N]=M;L=k-1}for(var A,O=[],D=0;D<i;)if(de.test(o[D])){var W=D;for(++D;D<i&&de.test(o[D]);++D);O.push(new ge(0,W,D))}else{var H=D,F=O.length,E=\"rtl\"==t?1:0;for(++D;D<i&&\"L\"!=o[D];++D);for(var P=H;P<D;)if(fe.test(o[P])){H<P&&(O.splice(F,0,new ge(1,H,P)),F+=E);var I=P;for(++P;P<D&&fe.test(o[P]);++P);O.splice(F,0,new ge(2,I,P)),F+=E,H=P}else++P;H<D&&O.splice(F,0,new ge(1,H,D))}return\"ltr\"==t&&(1==O[0].level&&(A=e.match(/^\\s+/))&&(O[0].from=A[0].length,O.unshift(new ge(0,0,A[0].length))),1==Y(O).level&&(A=e.match(/\\s+$/))&&(Y(O).to-=A[0].length,O.push(new ge(0,i-A[0].length,i)))),\"rtl\"==t?O.reverse():O});function ge(e,t,n){this.level=e,this.from=t,this.to=n}function me(e,t){var n=e.order;return null==n&&(n=e.order=pe(e.text,t)),n}var ve=[],ye=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent(\"on\"+t,n):(e=e._handlers||(e._handlers={}))[t]=(e[t]||ve).concat(n)};function be(e,t){return e._handlers&&e._handlers[t]||ve}function we(e,t,n){var r;e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent?e.detachEvent(\"on\"+t,n):!(e=(r=e._handlers)&&r[t])||-1<(n=R(e,n))&&(r[t]=e.slice(0,n).concat(e.slice(n+1)))}function xe(e,t){var n=be(e,t);if(n.length)for(var r=Array.prototype.slice.call(arguments,2),i=0;i<n.length;++i)n[i].apply(null,r)}function Ce(e,t,n){return\"string\"==typeof t&&(t={type:t,preventDefault:function(){this.defaultPrevented=!0}}),xe(e,n||t.type,e,t),Ne(t)||t.codemirrorIgnore}function Se(e){var t=e._handlers&&e._handlers.cursorActivity;if(t)for(var n=e.curOp.cursorActivityHandlers||(e.curOp.cursorActivityHandlers=[]),r=0;r<t.length;++r)-1==R(n,t[r])&&n.push(t[r])}function Le(e,t){return 0<be(e,t).length}function ke(e){e.prototype.on=function(e,t){ye(this,e,t)},e.prototype.off=function(e,t){we(this,e,t)}}function Te(e){e.preventDefault?e.preventDefault():e.returnValue=!1}function Me(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}function Ne(e){return null!=e.defaultPrevented?e.defaultPrevented:0==e.returnValue}function Ae(e){Te(e),Me(e)}function Oe(e){return e.target||e.srcElement}function De(e){var t=e.which;return null==t&&(1&e.button?t=1:2&e.button?t=3:4&e.button&&(t=2)),g&&e.ctrlKey&&1==t&&(t=3),t}var We,He,Fe=function(){if(w&&v<9)return!1;var e=M(\"div\");return\"draggable\"in e||\"dragDrop\"in e}();var Ee=3!=\"\\n\\nb\".split(/\\n/).length?function(e){for(var t=0,n=[],r=e.length;t<=r;){var i=e.indexOf(\"\\n\",t);-1==i&&(i=e.length);var o=e.slice(t,\"\\r\"==e.charAt(i-1)?i-1:i),l=o.indexOf(\"\\r\");-1!=l?(n.push(o.slice(0,l)),t+=l+1):(n.push(o),t=i+1)}return n}:function(e){return e.split(/\\r\\n?|\\n/)},Pe=window.getSelection?function(e){try{return e.selectionStart!=e.selectionEnd}catch(e){return!1}}:function(e){var t;try{t=e.ownerDocument.selection.createRange()}catch(e){}return!(!t||t.parentElement()!=e)&&0!=t.compareEndPoints(\"StartToEnd\",t)},Ie=\"oncopy\"in(r=M(\"div\"))||(r.setAttribute(\"oncopy\",\"return;\"),\"function\"==typeof r.oncopy),Re=null;var ze={},Be={};function Ge(e){if(\"string\"==typeof e&&Be.hasOwnProperty(e))e=Be[e];else if(e&&\"string\"==typeof e.name&&Be.hasOwnProperty(e.name)){var t=Be[e.name];\"string\"==typeof t&&(t={name:t}),(e=q(t,e)).name=t.name}else{if(\"string\"==typeof e&&/^[\\w\\-]+\\/[\\w\\-]+\\+xml$/.test(e))return Ge(\"application/xml\");if(\"string\"==typeof e&&/^[\\w\\-]+\\/[\\w\\-]+\\+json$/.test(e))return Ge(\"application/json\")}return\"string\"==typeof e?{name:e}:e||{name:\"null\"}}function Ue(e,t){t=Ge(t);var n=ze[t.name];if(!n)return Ue(e,\"text/plain\");var r=n(e,t);if(Ve.hasOwnProperty(t.name)){var i,o=Ve[t.name];for(i in o)o.hasOwnProperty(i)&&(r.hasOwnProperty(i)&&(r[\"_\"+i]=r[i]),r[i]=o[i])}if(r.name=t.name,t.helperType&&(r.helperType=t.helperType),t.modeProps)for(var l in t.modeProps)r[l]=t.modeProps[l];return r}var Ve={};function Ke(e,t){E(t,Ve.hasOwnProperty(e)?Ve[e]:Ve[e]={})}function je(e,t){if(!0===t)return t;if(e.copyState)return e.copyState(t);var n,r={};for(n in t){var i=t[n];i instanceof Array&&(i=i.concat([])),r[n]=i}return r}function Xe(e,t){for(var n;e.innerMode&&(n=e.innerMode(t))&&n.mode!=e;)t=n.state,e=n.mode;return n||{mode:e,state:t}}function Ye(e,t,n){return!e.startState||e.startState(t,n)}var _e=function(e,t,n){this.pos=this.start=0,this.string=e,this.tabSize=t||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=n};function $e(e,t){if((t-=e.first)<0||t>=e.size)throw new Error(\"There is no line \"+(t+e.first)+\" in the document.\");for(var n=e;!n.lines;)for(var r=0;;++r){var i=n.children[r],o=i.chunkSize();if(t<o){n=i;break}t-=o}return n.lines[t]}function qe(e,t,n){var r=[],i=t.line;return e.iter(t.line,n.line+1,function(e){e=e.text;i==n.line&&(e=e.slice(0,n.ch)),i==t.line&&(e=e.slice(t.ch)),r.push(e),++i}),r}function Ze(e,t,n){var r=[];return e.iter(t,n,function(e){r.push(e.text)}),r}function Qe(e,t){var n=t-e.height;if(n)for(var r=e;r;r=r.parent)r.height+=n}function Je(e){if(null==e.parent)return null;for(var t=e.parent,n=R(t.lines,e),r=t.parent;r;r=(t=r).parent)for(var i=0;r.children[i]!=t;++i)n+=r.children[i].chunkSize();return n+t.first}function et(e,t){var n=e.first;e:do{for(var r=0;r<e.children.length;++r){var i=e.children[r],o=i.height;if(t<o){e=i;continue e}t-=o,n+=i.chunkSize()}return n}while(!e.lines);for(var l=0;l<e.lines.length;++l){var s=e.lines[l].height;if(t<s)break;t-=s}return n+l}function tt(e,t){return t>=e.first&&t<e.first+e.size}function nt(e,t){return String(e.lineNumberFormatter(t+e.firstLineNumber))}function rt(e,t,n){if(void 0===n&&(n=null),!(this instanceof rt))return new rt(e,t,n);this.line=e,this.ch=t,this.sticky=n}function it(e,t){return e.line-t.line||e.ch-t.ch}function ot(e,t){return e.sticky==t.sticky&&0==it(e,t)}function lt(e){return rt(e.line,e.ch)}function st(e,t){return it(e,t)<0?t:e}function at(e,t){return it(e,t)<0?e:t}function ut(e,t){return Math.max(e.first,Math.min(t,e.first+e.size-1))}function ct(e,t){if(t.line<e.first)return rt(e.first,0);var n=e.first+e.size-1;return t.line>n?rt(n,$e(e,n).text.length):(e=$e(e,(n=t).line).text.length,null==(t=n.ch)||e<t?rt(n.line,e):t<0?rt(n.line,0):n)}function ht(e,t){for(var n=[],r=0;r<t.length;r++)n[r]=ct(e,t[r]);return n}_e.prototype.eol=function(){return this.pos>=this.string.length},_e.prototype.sol=function(){return this.pos==this.lineStart},_e.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},_e.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},_e.prototype.eat=function(e){var t=this.string.charAt(this.pos),e=\"string\"==typeof e?t==e:t&&(e.test?e.test(t):e(t));if(e)return++this.pos,t},_e.prototype.eatWhile=function(e){for(var t=this.pos;this.eat(e););return this.pos>t},_e.prototype.eatSpace=function(){for(var e=this.pos;/[\\s\\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>e},_e.prototype.skipToEnd=function(){this.pos=this.string.length},_e.prototype.skipTo=function(e){e=this.string.indexOf(e,this.pos);if(-1<e)return this.pos=e,!0},_e.prototype.backUp=function(e){this.pos-=e},_e.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=P(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?P(this.string,this.lineStart,this.tabSize):0)},_e.prototype.indentation=function(){return P(this.string,null,this.tabSize)-(this.lineStart?P(this.string,this.lineStart,this.tabSize):0)},_e.prototype.match=function(e,t,n){if(\"string\"!=typeof e){var r=this.string.slice(this.pos).match(e);return r&&0<r.index?null:(r&&!1!==t&&(this.pos+=r[0].length),r)}r=function(e){return n?e.toLowerCase():e};if(r(this.string.substr(this.pos,e.length))==r(e))return!1!==t&&(this.pos+=e.length),!0},_e.prototype.current=function(){return this.string.slice(this.start,this.pos)},_e.prototype.hideFirstChars=function(e,t){this.lineStart+=e;try{return t()}finally{this.lineStart-=e}},_e.prototype.lookAhead=function(e){var t=this.lineOracle;return t&&t.lookAhead(e)},_e.prototype.baseToken=function(){var e=this.lineOracle;return e&&e.baseToken(this.pos)};var dt=function(e,t){this.state=e,this.lookAhead=t},ft=function(e,t,n,r){this.state=t,this.doc=e,this.line=n,this.maxLookAhead=r||0,this.baseTokens=null,this.baseTokenPos=1};function pt(t,n,r,e){var a=[t.state.modeGen],i={};St(t,n.text,t.doc.mode,r,function(e,t){return a.push(e,t)},i,e);for(var u=r.state,o=0;o<t.state.overlays.length;++o)!function(e){r.baseTokens=a;var o=t.state.overlays[e],l=1,s=0;r.state=!0,St(t,n.text,o.mode,r,function(e,t){for(var n=l;s<e;){var r=a[l];e<r&&a.splice(l,1,e,a[l+1],r),l+=2,s=Math.min(e,r)}if(t)if(o.opaque)a.splice(n,l-n,e,\"overlay \"+t),l=n+2;else for(;n<l;n+=2){var i=a[n+1];a[n+1]=(i?i+\" \":\"\")+\"overlay \"+t}},i),r.state=u,r.baseTokens=null,r.baseTokenPos=1}(o);return{styles:a,classes:i.bgClass||i.textClass?i:null}}function gt(e,t,n){var r,i,o;return t.styles&&t.styles[0]==e.state.modeGen||(r=mt(e,Je(t)),i=t.text.length>e.options.maxHighlightLength&&je(e.doc.mode,r.state),o=pt(e,t,r),i&&(r.state=i),t.stateAfter=r.save(!i),t.styles=o.styles,o.classes?t.styleClasses=o.classes:t.styleClasses&&(t.styleClasses=null),n===e.doc.highlightFrontier&&(e.doc.modeFrontier=Math.max(e.doc.modeFrontier,++e.doc.highlightFrontier))),t.styles}function mt(n,r,e){var t=n.doc,i=n.display;if(!t.mode.startState)return new ft(t,!0,r);var o=function(e,t,n){for(var r,i,o=e.doc,l=n?-1:t-(e.doc.mode.innerMode?1e3:100),s=t;l<s;--s){if(s<=o.first)return o.first;var a=$e(o,s-1),u=a.stateAfter;if(u&&(!n||s+(u instanceof dt?u.lookAhead:0)<=o.modeFrontier))return s;a=P(a.text,null,e.options.tabSize);(null==i||a<r)&&(i=s-1,r=a)}return i}(n,r,e),l=o>t.first&&$e(t,o-1).stateAfter,s=l?ft.fromSaved(t,l,o):new ft(t,Ye(t.mode),o);return t.iter(o,r,function(e){vt(n,e.text,s);var t=s.line;e.stateAfter=t==r-1||t%5==0||t>=i.viewFrom&&t<i.viewTo?s.save():null,s.nextLine()}),e&&(t.modeFrontier=s.line),s}function vt(e,t,n,r){var i=e.doc.mode,o=new _e(t,e.options.tabSize,n);for(o.start=o.pos=r||0,\"\"==t&&yt(i,n.state);!o.eol();)bt(i,o,n.state),o.start=o.pos}function yt(e,t){if(e.blankLine)return e.blankLine(t);if(e.innerMode){t=Xe(e,t);return t.mode.blankLine?t.mode.blankLine(t.state):void 0}}function bt(e,t,n,r){for(var i=0;i<10;i++){r&&(r[0]=Xe(e,n).mode);var o=e.token(t,n);if(t.pos>t.start)return o}throw new Error(\"Mode \"+e.name+\" failed to advance stream.\")}ft.prototype.lookAhead=function(e){var t=this.doc.getLine(this.line+e);return null!=t&&e>this.maxLookAhead&&(this.maxLookAhead=e),t},ft.prototype.baseToken=function(e){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=e;)this.baseTokenPos+=2;var t=this.baseTokens[this.baseTokenPos+1];return{type:t&&t.replace(/( |^)overlay .*/,\"\"),size:this.baseTokens[this.baseTokenPos]-e}},ft.prototype.nextLine=function(){this.line++,0<this.maxLookAhead&&this.maxLookAhead--},ft.fromSaved=function(e,t,n){return t instanceof dt?new ft(e,je(e.mode,t.state),n,t.lookAhead):new ft(e,je(e.mode,t),n)},ft.prototype.save=function(e){e=!1!==e?je(this.doc.mode,this.state):this.state;return 0<this.maxLookAhead?new dt(e,this.maxLookAhead):e};var wt=function(e,t,n){this.start=e.start,this.end=e.pos,this.string=e.current(),this.type=t||null,this.state=n};function xt(e,t,n,r){var i,o,l=e.doc,s=l.mode,a=$e(l,(t=ct(l,t)).line),u=mt(e,t.line,n),c=new _e(a.text,e.options.tabSize,u);for(r&&(o=[]);(r||c.pos<t.ch)&&!c.eol();)c.start=c.pos,i=bt(s,c,u.state),r&&o.push(new wt(c,i,je(l.mode,u.state)));return r?o:new wt(c,i,u.state)}function Ct(e,t){if(e)for(;;){var n=e.match(/(?:^|\\s+)line-(background-)?(\\S+)/);if(!n)break;e=e.slice(0,n.index)+e.slice(n.index+n[0].length);var r=n[1]?\"bgClass\":\"textClass\";null==t[r]?t[r]=n[2]:new RegExp(\"(?:^|\\\\s)\"+n[2]+\"(?:$|\\\\s)\").test(t[r])||(t[r]+=\" \"+n[2])}return e}function St(e,t,n,r,i,o,l){var s=n.flattenSpans;null==s&&(s=e.options.flattenSpans);var a=0,u=null,c=new _e(t,e.options.tabSize,r),h=e.options.addModeClass&&[null];for(\"\"==t&&Ct(yt(n,r.state),o);!c.eol();){var d,f=c.pos>e.options.maxHighlightLength?(s=!1,l&&vt(e,t,r,c.pos),c.pos=t.length,null):Ct(bt(n,c,r.state,h),o);if(!h||(d=h[0].name)&&(f=\"m-\"+(f?d+\" \"+f:d)),!s||u!=f){for(;a<c.start;)i(a=Math.min(c.start,a+5e3),u);u=f}c.start=c.pos}for(;a<c.pos;){var p=Math.min(c.pos,a+5e3);i(p,u),a=p}}var Lt=!1,kt=!1;function Tt(e,t,n){this.marker=e,this.from=t,this.to=n}function Mt(e,t){if(e)for(var n=0;n<e.length;++n){var r=e[n];if(r.marker==t)return r}}function Nt(e,t){if(t.full)return null;var n=tt(e,t.from.line)&&$e(e,t.from.line).markedSpans,r=tt(e,t.to.line)&&$e(e,t.to.line).markedSpans;if(!n&&!r)return null;var i=t.from.ch,o=t.to.ch,e=0==it(t.from,t.to),l=function(e,t,n){var r;if(e)for(var i=0;i<e.length;++i){var o,l=e[i],s=l.marker;!(null==l.from||(s.inclusiveLeft?l.from<=t:l.from<t))&&(l.from!=t||\"bookmark\"!=s.type||n&&l.marker.insertLeft)||(o=null==l.to||(s.inclusiveRight?l.to>=t:l.to>t),(r=r||[]).push(new Tt(s,l.from,o?null:l.to)))}return r}(n,i,e),s=function(e,t,n){var r;if(e)for(var i=0;i<e.length;++i){var o,l=e[i],s=l.marker;!(null==l.to||(s.inclusiveRight?l.to>=t:l.to>t))&&(l.from!=t||\"bookmark\"!=s.type||n&&!l.marker.insertLeft)||(o=null==l.from||(s.inclusiveLeft?l.from<=t:l.from<t),(r=r||[]).push(new Tt(s,o?null:l.from-t,null==l.to?null:l.to-t)))}return r}(r,o,e),a=1==t.text.length,u=Y(t.text).length+(a?i:0);if(l)for(var c=0;c<l.length;++c){var h,d=l[c];null==d.to&&((h=Mt(s,d.marker))?a&&(d.to=null==h.to?null:h.to+u):d.to=i)}if(s)for(var f=0;f<s.length;++f){var p=s[f];null!=p.to&&(p.to+=u),null==p.from?Mt(l,p.marker)||(p.from=u,a&&(l=l||[]).push(p)):(p.from+=u,a&&(l=l||[]).push(p))}l=l&&At(l),s&&s!=l&&(s=At(s));var g=[l];if(!a){var m,v=t.text.length-2;if(0<v&&l)for(var y=0;y<l.length;++y)null==l[y].to&&(m=m||[]).push(new Tt(l[y].marker,null,null));for(var b=0;b<v;++b)g.push(m);g.push(s)}return g}function At(e){for(var t=0;t<e.length;++t){var n=e[t];null!=n.from&&n.from==n.to&&!1!==n.marker.clearWhenEmpty&&e.splice(t--,1)}return e.length?e:null}function Ot(e){var t=e.markedSpans;if(t){for(var n=0;n<t.length;++n)t[n].marker.detachLine(e);e.markedSpans=null}}function Dt(e,t){if(t){for(var n=0;n<t.length;++n)t[n].marker.attachLine(e);e.markedSpans=t}}function Wt(e){return e.inclusiveLeft?-1:0}function Ht(e){return e.inclusiveRight?1:0}function Ft(e,t){var n=e.lines.length-t.lines.length;if(0!=n)return n;var r=e.find(),i=t.find(),n=it(r.from,i.from)||Wt(e)-Wt(t);if(n)return-n;i=it(r.to,i.to)||Ht(e)-Ht(t);return i||t.id-e.id}function Et(e,t){var n,r=kt&&e.markedSpans;if(r)for(var i,o=0;o<r.length;++o)(i=r[o]).marker.collapsed&&null==(t?i.from:i.to)&&(!n||Ft(n,i.marker)<0)&&(n=i.marker);return n}function Pt(e){return Et(e,!0)}function It(e){return Et(e,!1)}function Rt(e,t,n,r,i){var t=$e(e,t),o=kt&&t.markedSpans;if(o)for(var l=0;l<o.length;++l){var s=o[l];if(s.marker.collapsed){var a=s.marker.find(0),u=it(a.from,n)||Wt(s.marker)-Wt(i),c=it(a.to,r)||Ht(s.marker)-Ht(i);if(!(0<=u&&c<=0||u<=0&&0<=c)&&(u<=0&&(s.marker.inclusiveRight&&i.inclusiveLeft?0<=it(a.to,n):0<it(a.to,n))||0<=u&&(s.marker.inclusiveRight&&i.inclusiveLeft?it(a.from,r)<=0:it(a.from,r)<0)))return 1}}}function zt(e){for(var t;t=Pt(e);)e=t.find(-1,!0).line;return e}function Bt(e,t){var n=$e(e,t),e=zt(n);return n==e?t:Je(e)}function Gt(e,t){if(t>e.lastLine())return t;var n,r=$e(e,t);if(!Ut(e,r))return t;for(;n=It(r);)r=n.find(1,!0).line;return Je(r)+1}function Ut(e,t){var n=kt&&t.markedSpans;if(n)for(var r,i=0;i<n.length;++i)if((r=n[i]).marker.collapsed){if(null==r.from)return!0;if(!r.marker.widgetNode&&0==r.from&&r.marker.inclusiveLeft&&function e(t,n,r){if(null==r.to){var i=r.marker.find(1,!0);return e(t,i.line,Mt(i.line.markedSpans,r.marker))}if(r.marker.inclusiveRight&&r.to==n.text.length)return!0;for(var o=void 0,l=0;l<n.markedSpans.length;++l)if((o=n.markedSpans[l]).marker.collapsed&&!o.marker.widgetNode&&o.from==r.to&&(null==o.to||o.to!=r.from)&&(o.marker.inclusiveLeft||r.marker.inclusiveRight)&&e(t,n,o))return!0}(e,t,r))return!0}}function Vt(e){for(var t=0,n=(e=zt(e)).parent,r=0;r<n.lines.length;++r){var i=n.lines[r];if(i==e)break;t+=i.height}for(var o=n.parent;o;o=(n=o).parent)for(var l=0;l<o.children.length;++l){var s=o.children[l];if(s==n)break;t+=s.height}return t}function Kt(e){if(0==e.height)return 0;for(var t,n=e.text.length,r=e;t=Pt(r);){var i=t.find(0,!0),r=i.from.line;n+=i.from.ch-i.to.ch}for(r=e;t=It(r);){var o=t.find(0,!0);n-=r.text.length-o.from.ch,n+=(r=o.to.line).text.length-o.to.ch}return n}function jt(e){var n=e.display,e=e.doc;n.maxLine=$e(e,e.first),n.maxLineLength=Kt(n.maxLine),n.maxLineChanged=!0,e.iter(function(e){var t=Kt(e);t>n.maxLineLength&&(n.maxLineLength=t,n.maxLine=e)})}var Xt=function(e,t,n){this.text=e,Dt(this,t),this.height=n?n(this):1};Xt.prototype.lineNo=function(){return Je(this)},ke(Xt);var Yt={},_t={};function $t(e,t){if(!e||/^\\s*$/.test(e))return null;t=t.addModeClass?_t:Yt;return t[e]||(t[e]=e.replace(/\\S+/g,\"cm-$&\"))}function qt(e,t){var n=N(\"span\",null,null,f?\"padding-right: .1px\":null),r={pre:N(\"pre\",[n],\"CodeMirror-line\"),content:n,col:0,pos:0,cm:e,trailingSpace:!1,splitSpaces:e.getOption(\"lineWrapping\")};t.measure={};for(var i=0;i<=(t.rest?t.rest.length:0);i++){var o=i?t.rest[i-1]:t.line,l=void 0;r.pos=0,r.addToken=Qt,function(e){if(null!=He)return He;var t=T(e,document.createTextNode(\"AخA\")),n=S(t,0,1).getBoundingClientRect(),t=S(t,1,2).getBoundingClientRect();return k(e),n&&n.left!=n.right&&(He=t.right-n.right<3)}(e.display.measure)&&(l=me(o,e.doc.direction))&&(r.addToken=function(h,d){return function(e,t,n,r,i,o,l){n=n?n+\" cm-force-border\":\"cm-force-border\";for(var s=e.pos,a=s+t.length;;){for(var u=void 0,c=0;c<d.length&&!((u=d[c]).to>s&&u.from<=s);c++);if(u.to>=a)return h(e,t,n,r,i,o,l);h(e,t.slice(0,u.to-s),n,r,null,o,l),r=null,t=t.slice(u.to-s),s=u.to}}}(r.addToken,l)),r.map=[],function(e,t,n){var r=e.markedSpans,i=e.text,o=0;if(!r){for(var l=1;l<n.length;l+=2)t.addToken(t,i.slice(o,o=n[l]),$t(n[l+1],t.cm.options));return}for(var s,a,u,c,h,d,f,p=i.length,g=0,m=1,v=\"\",y=0;;){if(y==g){u=c=h=a=\"\",d=f=null,y=1/0;for(var b=[],w=void 0,x=0;x<r.length;++x){var C=r[x],S=C.marker;if(\"bookmark\"==S.type&&C.from==g&&S.widgetNode)b.push(S);else if(C.from<=g&&(null==C.to||C.to>g||S.collapsed&&C.to==g&&C.from==g)){if(null!=C.to&&C.to!=g&&y>C.to&&(y=C.to,c=\"\"),S.className&&(u+=\" \"+S.className),S.css&&(a=(a?a+\";\":\"\")+S.css),S.startStyle&&C.from==g&&(h+=\" \"+S.startStyle),S.endStyle&&C.to==y&&(w=w||[]).push(S.endStyle,C.to),S.title&&((f=f||{}).title=S.title),S.attributes)for(var L in S.attributes)(f=f||{})[L]=S.attributes[L];S.collapsed&&(!d||Ft(d.marker,S)<0)&&(d=C)}else C.from>g&&y>C.from&&(y=C.from)}if(w)for(var k=0;k<w.length;k+=2)w[k+1]==y&&(c+=\" \"+w[k]);if(!d||d.from==g)for(var T=0;T<b.length;++T)Jt(t,0,b[T]);if(d&&(d.from||0)==g){if(Jt(t,(null==d.to?p+1:d.to)-g,d.marker,null==d.from),null==d.to)return;d.to==g&&(d=!1)}}if(p<=g)break;for(var M=Math.min(p,y);;){if(v){var N,A=g+v.length;if(d||(N=M<A?v.slice(0,M-g):v,t.addToken(t,N,s?s+u:u,h,g+N.length==y?c:\"\",a,f)),M<=A){v=v.slice(M-g),g=M;break}g=A,h=\"\"}v=i.slice(o,o=n[m++]),s=$t(n[m++],t.cm.options)}}}(o,r,gt(e,o,t!=e.display.externalMeasured&&Je(o))),o.styleClasses&&(o.styleClasses.bgClass&&(r.bgClass=W(o.styleClasses.bgClass,r.bgClass||\"\")),o.styleClasses.textClass&&(r.textClass=W(o.styleClasses.textClass,r.textClass||\"\"))),0==r.map.length&&r.map.push(0,0,r.content.appendChild(function(e){null==We&&(t=M(\"span\",\"​\"),T(e,M(\"span\",[t,document.createTextNode(\"x\")])),0!=e.firstChild.offsetHeight&&(We=t.offsetWidth<=1&&2<t.offsetHeight&&!(w&&v<8)));var t=We?M(\"span\",\"​\"):M(\"span\",\" \",null,\"display: inline-block; width: 1px; margin-right: -1px\");return t.setAttribute(\"cm-text\",\"\"),t}(e.display.measure))),0==i?(t.measure.map=r.map,t.measure.cache={}):((t.measure.maps||(t.measure.maps=[])).push(r.map),(t.measure.caches||(t.measure.caches=[])).push({}))}return f&&(n=r.content.lastChild,(/\\bcm-tab\\b/.test(n.className)||n.querySelector&&n.querySelector(\".cm-tab\"))&&(r.content.className=\"cm-tab-wrap-hack\")),xe(e,\"renderLine\",e,t.line,r.pre),r.pre.className&&(r.textClass=W(r.pre.className,r.textClass||\"\")),r}function Zt(e){var t=M(\"span\",\"•\",\"cm-invalidchar\");return t.title=\"\\\\u\"+e.charCodeAt(0).toString(16),t.setAttribute(\"aria-label\",t.title),t}function Qt(e,t,n,r,i,o,l){if(t){var s,a=e.splitSpaces?function(e,t){if(1<e.length&&!/  /.test(e))return e;for(var n=t,r=\"\",i=0;i<e.length;i++){var o=e.charAt(i);\" \"!=o||!n||i!=e.length-1&&32!=e.charCodeAt(i+1)||(o=\" \"),r+=o,n=\" \"==o}return r}(t,e.trailingSpace):t,u=e.cm.state.specialChars,c=!1;if(u.test(t)){s=document.createDocumentFragment();for(var h=0;;){u.lastIndex=h;var d=u.exec(t),f=d?d.index-h:t.length-h;if(f&&(p=document.createTextNode(a.slice(h,h+f)),w&&v<9?s.appendChild(M(\"span\",[p])):s.appendChild(p),e.map.push(e.pos,e.pos+f,p),e.col+=f,e.pos+=f),!d)break;h+=1+f;var p=void 0;\"\\t\"==d[0]?(f=(f=e.cm.options.tabSize)-e.col%f,(p=s.appendChild(M(\"span\",X(f),\"cm-tab\"))).setAttribute(\"role\",\"presentation\"),p.setAttribute(\"cm-text\",\"\\t\"),e.col+=f):(\"\\r\"==d[0]||\"\\n\"==d[0]?(p=s.appendChild(M(\"span\",\"\\r\"==d[0]?\"␍\":\"␤\",\"cm-invalidchar\"))).setAttribute(\"cm-text\",d[0]):((p=e.cm.options.specialCharPlaceholder(d[0])).setAttribute(\"cm-text\",d[0]),w&&v<9?s.appendChild(M(\"span\",[p])):s.appendChild(p)),e.col+=1),e.map.push(e.pos,e.pos+1,p),e.pos++}}else e.col+=t.length,s=document.createTextNode(a),e.map.push(e.pos,e.pos+t.length,s),w&&v<9&&(c=!0),e.pos+=t.length;if(e.trailingSpace=32==a.charCodeAt(t.length-1),n||r||i||c||o||l){n=n||\"\";r&&(n+=r),i&&(n+=i);var g=M(\"span\",[s],n,o);if(l)for(var m in l)l.hasOwnProperty(m)&&\"style\"!=m&&\"class\"!=m&&g.setAttribute(m,l[m]);return e.content.appendChild(g)}e.content.appendChild(s)}}function Jt(e,t,n,r){var i=!r&&n.widgetNode;i&&e.map.push(e.pos,e.pos+t,i),!r&&e.cm.display.input.needsContentAttribute&&(i=i||e.content.appendChild(document.createElement(\"span\"))).setAttribute(\"cm-marker\",n.id),i&&(e.cm.display.input.setUneditable(i),e.content.appendChild(i)),e.pos+=t,e.trailingSpace=!1}function en(e,t,n){this.line=t,this.rest=function(e){for(var t,n;t=It(e);)e=t.find(1,!0).line,(n=n||[]).push(e);return n}(t),this.size=this.rest?Je(Y(this.rest))-n+1:1,this.node=this.text=null,this.hidden=Ut(e,t)}function tn(e,t,n){for(var r=[],i=t;i<n;i=l){var o=new en(e.doc,$e(e.doc,i),i),l=i+o.size;r.push(o)}return r}var nn=null;function rn(e,t){var n=e.ownsGroup;if(n)try{!function(e){var t=e.delayedCallbacks,n=0;do{for(;n<t.length;n++)t[n].call(null);for(var r=0;r<e.ops.length;r++){var i=e.ops[r];if(i.cursorActivityHandlers)for(;i.cursorActivityCalled<i.cursorActivityHandlers.length;)i.cursorActivityHandlers[i.cursorActivityCalled++].call(null,i.cm)}}while(n<t.length)}(n)}finally{nn=null,t(n)}}var on=null;function ln(e,t){var n=be(e,t);if(n.length){var r,i=Array.prototype.slice.call(arguments,2);nn?r=nn.delayedCallbacks:on?r=on:(r=on=[],setTimeout(sn,0));for(var o=0;o<n.length;++o)!function(e){r.push(function(){return n[e].apply(null,i)})}(o)}}function sn(){var e=on;on=null;for(var t=0;t<e.length;++t)e[t]()}function an(e,t,n,r){for(var i=0;i<t.changes.length;i++){var o=t.changes[i];\"text\"==o?function(e,t){var n=t.text.className,r=cn(e,t);t.text==t.node&&(t.node=r.pre);t.text.parentNode.replaceChild(r.pre,t.text),t.text=r.pre,r.bgClass!=t.bgClass||r.textClass!=t.textClass?(t.bgClass=r.bgClass,t.textClass=r.textClass,hn(e,t)):n&&(t.text.className=n)}(e,t):\"gutter\"==o?dn(e,t,n,r):\"class\"==o?hn(e,t):\"widget\"==o&&function(e,t,n){t.alignable&&(t.alignable=null);for(var r=C(\"CodeMirror-linewidget\"),i=t.node.firstChild,o=void 0;i;i=o)o=i.nextSibling,r.test(i.className)&&t.node.removeChild(i);fn(e,t,n)}(e,t,r)}t.changes=null}function un(e){return e.node==e.text&&(e.node=M(\"div\",null,null,\"position: relative\"),e.text.parentNode&&e.text.parentNode.replaceChild(e.node,e.text),e.node.appendChild(e.text),w&&v<8&&(e.node.style.zIndex=2)),e.node}function cn(e,t){var n=e.display.externalMeasured;return n&&n.line==t.line?(e.display.externalMeasured=null,t.measure=n.measure,n.built):qt(e,t)}function hn(e,t){var n,r;n=e,(r=(i=t).bgClass?i.bgClass+\" \"+(i.line.bgClass||\"\"):i.line.bgClass)&&(r+=\" CodeMirror-linebackground\"),i.background?r?i.background.className=r:(i.background.parentNode.removeChild(i.background),i.background=null):r&&(e=un(i),i.background=e.insertBefore(M(\"div\",null,r),e.firstChild),n.display.input.setUneditable(i.background)),t.line.wrapClass?un(t).className=t.line.wrapClass:t.node!=t.text&&(t.node.className=\"\");var i=t.textClass?t.textClass+\" \"+(t.line.textClass||\"\"):t.line.textClass;t.text.className=i||\"\"}function dn(e,t,n,r){t.gutter&&(t.node.removeChild(t.gutter),t.gutter=null),t.gutterBackground&&(t.node.removeChild(t.gutterBackground),t.gutterBackground=null),t.line.gutterClass&&(o=un(t),t.gutterBackground=M(\"div\",null,\"CodeMirror-gutter-background \"+t.line.gutterClass,\"left: \"+(e.options.fixedGutter?r.fixedPos:-r.gutterTotalWidth)+\"px; width: \"+r.gutterTotalWidth+\"px\"),e.display.input.setUneditable(t.gutterBackground),o.insertBefore(t.gutterBackground,t.text));var i=t.line.gutterMarkers;if(e.options.lineNumbers||i){var o=un(t),l=t.gutter=M(\"div\",null,\"CodeMirror-gutter-wrapper\",\"left: \"+(e.options.fixedGutter?r.fixedPos:-r.gutterTotalWidth)+\"px\");if(e.display.input.setUneditable(l),o.insertBefore(l,t.text),t.line.gutterClass&&(l.className+=\" \"+t.line.gutterClass),!e.options.lineNumbers||i&&i[\"CodeMirror-linenumbers\"]||(t.lineNumber=l.appendChild(M(\"div\",nt(e.options,n),\"CodeMirror-linenumber CodeMirror-gutter-elt\",\"left: \"+r.gutterLeft[\"CodeMirror-linenumbers\"]+\"px; width: \"+e.display.lineNumInnerWidth+\"px\"))),i)for(var s=0;s<e.display.gutterSpecs.length;++s){var a=e.display.gutterSpecs[s].className,u=i.hasOwnProperty(a)&&i[a];u&&l.appendChild(M(\"div\",[u],\"CodeMirror-gutter-elt\",\"left: \"+r.gutterLeft[a]+\"px; width: \"+r.gutterWidth[a]+\"px\"))}}}function fn(e,t,n){if(pn(e,t.line,t,n,!0),t.rest)for(var r=0;r<t.rest.length;r++)pn(e,t.rest[r],t,n,!1)}function pn(e,t,n,r,i){if(t.widgets)for(var o=un(n),l=0,s=t.widgets;l<s.length;++l){var a=s[l],u=M(\"div\",[a.node],\"CodeMirror-linewidget\"+(a.className?\" \"+a.className:\"\"));a.handleMouseEvents||u.setAttribute(\"cm-ignore-events\",\"true\"),function(e,t,n,r){e.noHScroll&&((n.alignable||(n.alignable=[])).push(t),n=r.wrapperWidth,t.style.left=r.fixedPos+\"px\",e.coverGutter||(n-=r.gutterTotalWidth,t.style.paddingLeft=r.gutterTotalWidth+\"px\"),t.style.width=n+\"px\");e.coverGutter&&(t.style.zIndex=5,t.style.position=\"relative\",e.noHScroll||(t.style.marginLeft=-r.gutterTotalWidth+\"px\"))}(a,u,n,r),e.display.input.setUneditable(u),i&&a.above?o.insertBefore(u,n.gutter||n.text):o.appendChild(u),ln(a,\"redraw\")}}function gn(e){if(null!=e.height)return e.height;var t,n=e.doc.cm;return n?(A(document.body,e.node)||(t=\"position: relative;\",e.coverGutter&&(t+=\"margin-left: -\"+n.display.gutters.offsetWidth+\"px;\"),e.noHScroll&&(t+=\"width: \"+n.display.wrapper.clientWidth+\"px;\"),T(n.display.measure,M(\"div\",[e.node],null,t))),e.height=e.node.parentNode.offsetHeight):0}function mn(e,t){for(var n=Oe(t);n!=e.wrapper;n=n.parentNode)if(!n||1==n.nodeType&&\"true\"==n.getAttribute(\"cm-ignore-events\")||n.parentNode==e.sizer&&n!=e.mover)return 1}function vn(e){return e.lineSpace.offsetTop}function yn(e){return e.mover.offsetHeight-e.lineSpace.offsetHeight}function bn(e){if(e.cachedPaddingH)return e.cachedPaddingH;var t=T(e.measure,M(\"pre\",\"x\",\"CodeMirror-line-like\")),t=window.getComputedStyle?window.getComputedStyle(t):t.currentStyle,t={left:parseInt(t.paddingLeft),right:parseInt(t.paddingRight)};return isNaN(t.left)||isNaN(t.right)||(e.cachedPaddingH=t),t}function wn(e){return z-e.display.nativeBarWidth}function xn(e){return e.display.scroller.clientWidth-wn(e)-e.display.barWidth}function Cn(e){return e.display.scroller.clientHeight-wn(e)-e.display.barHeight}function Sn(e,t,n){if(e.line==t)return{map:e.measure.map,cache:e.measure.cache};for(var r=0;r<e.rest.length;r++)if(e.rest[r]==t)return{map:e.measure.maps[r],cache:e.measure.caches[r]};for(var i=0;i<e.rest.length;i++)if(Je(e.rest[i])>n)return{map:e.measure.maps[i],cache:e.measure.caches[i],before:!0}}function Ln(e,t,n,r){return Mn(e,Tn(e,t),n,r)}function kn(e,t){if(t>=e.display.viewFrom&&t<e.display.viewTo)return e.display.view[er(e,t)];e=e.display.externalMeasured;return e&&t>=e.lineN&&t<e.lineN+e.size?e:void 0}function Tn(e,t){var n,r,i=Je(t),o=kn(e,i);o&&!o.text?o=null:o&&o.changes&&(an(e,o,i,$n(e)),e.curOp.forceUpdate=!0),o||(n=e,e=Je(r=zt(r=t)),(r=n.display.externalMeasured=new en(n.doc,r,e)).lineN=e,e=r.built=qt(n,r),r.text=e.pre,T(n.display.lineMeasure,e.pre),o=r);i=Sn(o,t,i);return{line:t,view:o,rect:null,map:i.map,cache:i.cache,before:i.before,hasHeights:!1}}function Mn(e,t,n,r,i){t.before&&(n=-1);var o,l=n+(r||\"\");return t.cache.hasOwnProperty(l)?o=t.cache[l]:(t.rect||(t.rect=t.view.text.getBoundingClientRect()),t.hasHeights||(function(e,t,n){var r=e.options.lineWrapping,e=r&&xn(e);if(!t.measure.heights||r&&t.measure.width!=e){var i=t.measure.heights=[];if(r){t.measure.width=e;for(var o=t.text.firstChild.getClientRects(),l=0;l<o.length-1;l++){var s=o[l],a=o[l+1];2<Math.abs(s.bottom-a.bottom)&&i.push((s.bottom+a.top)/2-n.top)}}i.push(n.bottom-n.top)}}(e,t.view,t.rect),t.hasHeights=!0),(o=function(e,t,n,r){var i,o=On(t.map,n,r),l=o.node,s=o.start,a=o.end,u=o.collapse;if(3==l.nodeType){for(var c=0;c<4;c++){for(;s&&ne(t.line.text.charAt(o.coverStart+s));)--s;for(;o.coverStart+a<o.coverEnd&&ne(t.line.text.charAt(o.coverStart+a));)++a;if((i=w&&v<9&&0==s&&a==o.coverEnd-o.coverStart?l.parentNode.getBoundingClientRect():function(e,t){var n=An;if(\"left\"==t)for(var r=0;r<e.length&&(n=e[r]).left==n.right;r++);else for(var i=e.length-1;0<=i&&(n=e[i]).left==n.right;i--);return n}(S(l,s,a).getClientRects(),r)).left||i.right||0==s)break;a=s,--s,u=\"right\"}w&&v<11&&(i=function(e,t){if(!window.screen||null==screen.logicalXDPI||screen.logicalXDPI==screen.deviceXDPI||!function(e){if(null!=Re)return Re;var e=(t=T(e,M(\"span\",\"x\"))).getBoundingClientRect(),t=S(t,0,1).getBoundingClientRect();return Re=1<Math.abs(e.left-t.left)}(e))return t;var n=screen.logicalXDPI/screen.deviceXDPI,e=screen.logicalYDPI/screen.deviceYDPI;return{left:t.left*n,right:t.right*n,top:t.top*e,bottom:t.bottom*e}}(e.display.measure,i))}else 0<s&&(u=r=\"right\"),i=e.options.lineWrapping&&1<(g=l.getClientRects()).length?g[\"right\"==r?g.length-1:0]:l.getBoundingClientRect();!(w&&v<9)||s||i&&(i.left||i.right)||(m=l.parentNode.getClientRects()[0],i=m?{left:m.left,right:m.left+_n(e.display),top:m.top,bottom:m.bottom}:An);for(var h=i.top-t.rect.top,n=i.bottom-t.rect.top,d=(h+n)/2,f=t.view.measure.heights,p=0;p<f.length-1&&!(d<f[p]);p++);var g=p?f[p-1]:0,m=f[p],m={left:(\"right\"==u?i.right:i.left)-t.rect.left,right:(\"left\"==u?i.left:i.right)-t.rect.left,top:g,bottom:m};i.left||i.right||(m.bogus=!0);e.options.singleCursorHeightPerLine||(m.rtop=h,m.rbottom=n);return m}(e,t,n,r)).bogus||(t.cache[l]=o)),{left:o.left,right:o.right,top:i?o.rtop:o.top,bottom:i?o.rbottom:o.bottom}}var Nn,An={left:0,right:0,top:0,bottom:0};function On(e,t,n){for(var r,i,o,l,s,a,u=0;u<e.length;u+=3)if(s=e[u],a=e[u+1],t<s?(i=0,o=1,l=\"left\"):t<a?o=(i=t-s)+1:(u==e.length-3||t==a&&e[u+3]>t)&&(i=(o=a-s)-1,a<=t&&(l=\"right\")),null!=i){if(r=e[u+2],s==a&&n==(r.insertLeft?\"left\":\"right\")&&(l=n),\"left\"==n&&0==i)for(;u&&e[u-2]==e[u-3]&&e[u-1].insertLeft;)r=e[2+(u-=3)],l=\"left\";if(\"right\"==n&&i==a-s)for(;u<e.length-3&&e[u+3]==e[u+4]&&!e[u+5].insertLeft;)r=e[(u+=3)+2],l=\"right\";break}return{node:r,start:i,end:o,collapse:l,coverStart:s,coverEnd:a}}function Dn(e){if(e.measure&&(e.measure.cache={},e.measure.heights=null,e.rest))for(var t=0;t<e.rest.length;t++)e.measure.caches[t]={}}function Wn(e){e.display.externalMeasure=null,k(e.display.lineMeasure);for(var t=0;t<e.display.view.length;t++)Dn(e.display.view[t])}function Hn(e){Wn(e),e.display.cachedCharWidth=e.display.cachedTextHeight=e.display.cachedPaddingH=null,e.options.lineWrapping||(e.display.maxLineChanged=!0),e.display.lineNumChars=null}function Fn(){return o&&a?-(document.body.getBoundingClientRect().left-parseInt(getComputedStyle(document.body).marginLeft)):window.pageXOffset||(document.documentElement||document.body).scrollLeft}function En(){return o&&a?-(document.body.getBoundingClientRect().top-parseInt(getComputedStyle(document.body).marginTop)):window.pageYOffset||(document.documentElement||document.body).scrollTop}function Pn(e){var t=0;if(e.widgets)for(var n=0;n<e.widgets.length;++n)e.widgets[n].above&&(t+=gn(e.widgets[n]));return t}function In(e,t,n,r,i){if(i||(i=Pn(t),n.top+=i,n.bottom+=i),\"line\"==r)return n;r=r||\"local\";t=Vt(t);return\"local\"==r?t+=vn(e.display):t-=e.display.viewOffset,\"page\"!=r&&\"window\"!=r||(t+=(e=e.display.lineSpace.getBoundingClientRect()).top+(\"window\"==r?0:En()),r=e.left+(\"window\"==r?0:Fn()),n.left+=r,n.right+=r),n.top+=t,n.bottom+=t,n}function Rn(e,t,n){if(\"div\"==n)return t;var r=t.left,t=t.top;\"page\"==n?(r-=Fn(),t-=En()):\"local\"!=n&&n||(r+=(n=e.display.sizer.getBoundingClientRect()).left,t+=n.top);e=e.display.lineSpace.getBoundingClientRect();return{left:r-e.left,top:t-e.top}}function zn(e,t,n,r,i){return In(e,r=r||$e(e.doc,t.line),Ln(e,r,t.ch,i),n)}function Bn(n,e,r,i,o,l){function s(e,t){e=Mn(n,o,e,t?\"right\":\"left\",l);return t?e.left=e.right:e.right=e.left,In(n,i,e,r)}i=i||$e(n.doc,e.line),o=o||Tn(n,i);var a=me(i,n.doc.direction),t=e.ch,u=e.sticky;if(t>=i.text.length?(t=i.text.length,u=\"before\"):t<=0&&(t=0,u=\"after\"),!a)return s(\"before\"==u?t-1:t,\"before\"==u);function c(e,t,n){return s(n?e-1:e,1==a[t].level!=n)}var h=le(a,t,u),e=oe,h=c(t,h,\"before\"==u);return null!=e&&(h.other=c(t,e,\"before\"!=u)),h}function Gn(e,t){var n=0;t=ct(e.doc,t),e.options.lineWrapping||(n=_n(e.display)*t.ch);t=$e(e.doc,t.line),e=Vt(t)+vn(e.display);return{left:n,right:n,top:e,bottom:e+t.height}}function Un(e,t,n,r,i){n=rt(e,t,n);return n.xRel=i,r&&(n.outside=r),n}function Vn(e,t,n){var r=e.doc;if((n+=e.display.viewOffset)<0)return Un(r.first,0,null,-1,-1);var i=et(r,n),o=r.first+r.size-1;if(o<i)return Un(r.first+r.size-1,$e(r,o).text.length,null,1,1);t<0&&(t=0);for(var l=$e(r,i);;){var s=function(n,e,t,r,i){i-=Vt(e);var o=Tn(n,e),l=Pn(e),s=0,a=e.text.length,u=!0,c=me(e,n.doc.direction);c&&(f=(n.options.lineWrapping?function(e,t,n,r,i,o,l){var l=Kn(e,t,r,l),s=l.begin,a=l.end;/\\s/.test(t.text.charAt(a-1))&&a--;for(var u=null,c=null,h=0;h<i.length;h++){var d,f=i[h];f.from>=a||f.to<=s||(d=1!=f.level,d=Mn(e,r,d?Math.min(a,f.to)-1:Math.max(s,f.from)).right,d=d<o?o-d+1e9:d-o,(!u||d<c)&&(u=f,c=d))}u=u||i[i.length-1];u.from<s&&(u={from:s,to:u.to,level:u.level});u.to>a&&(u={from:u.from,to:a,level:u.level});return u}:function(n,r,i,o,l,s,a){var e=ie(function(e){var t=l[e],e=1!=t.level;return Xn(Bn(n,rt(i,e?t.to:t.from,e?\"before\":\"after\"),\"line\",r,o),s,a,!0)},0,l.length-1),t=l[e];{var u;0<e&&(u=1!=t.level,Xn(u=Bn(n,rt(i,u?t.from:t.to,u?\"after\":\"before\"),\"line\",r,o),s,a,!0)&&u.top>a&&(t=l[e-1]))}return t})(n,e,t,o,c,r,i),u=1!=f.level,s=u?f.from:f.to-1,a=u?f.to:f.from-1);var h=null,d=null,c=ie(function(e){var t=Mn(n,o,e);return t.top+=l,t.bottom+=l,Xn(t,r,i,!1)&&(t.top<=i&&t.left<=r&&(h=e,d=t),1)},s,a),f=!1;{var p,g;d?(p=r-d.left<d.right-r,c=h+((g=p==u)?0:1),g=g?\"after\":\"before\",p=p?d.left:d.right):(u||c!=a&&c!=s||c++,g=0==c||c!=e.text.length&&Mn(n,o,c-(u?1:0)).bottom+l<=i==u?\"after\":\"before\",u=Bn(n,rt(t,c,g),\"line\",e,o),p=u.left,f=i<u.top?-1:i>=u.bottom?1:0)}return c=re(e.text,c,1),Un(t,c,g,f,r-p)}(e,l,i,t,n),a=function(e,t){var n,r=kt&&e.markedSpans;if(r)for(var i=0;i<r.length;++i){var o=r[i];o.marker.collapsed&&(null==o.from||o.from<t)&&(null==o.to||o.to>t)&&(!n||Ft(n,o.marker)<0)&&(n=o.marker)}return n}(l,s.ch+(0<s.xRel||0<s.outside?1:0));if(!a)return s;a=a.find(1);if(a.line==i)return a;l=$e(r,i=a.line)}}function Kn(t,e,n,r){r-=Pn(e);var i=e.text.length,e=ie(function(e){return Mn(t,n,e-1).bottom<=r},i,0);return{begin:e,end:i=ie(function(e){return Mn(t,n,e).top>r},e,i)}}function jn(e,t,n,r){return Kn(e,t,n=n||Tn(e,t),In(e,t,Mn(e,n,r),\"line\").top)}function Xn(e,t,n,r){return!(e.bottom<=n)&&(e.top>n||(r?e.left:e.right)>t)}function Yn(e){if(null!=e.cachedTextHeight)return e.cachedTextHeight;if(null==Nn){Nn=M(\"pre\",null,\"CodeMirror-line-like\");for(var t=0;t<49;++t)Nn.appendChild(document.createTextNode(\"x\")),Nn.appendChild(M(\"br\"));Nn.appendChild(document.createTextNode(\"x\"))}T(e.measure,Nn);var n=Nn.offsetHeight/50;return 3<n&&(e.cachedTextHeight=n),k(e.measure),n||1}function _n(e){if(null!=e.cachedCharWidth)return e.cachedCharWidth;var t=M(\"span\",\"xxxxxxxxxx\"),n=M(\"pre\",[t],\"CodeMirror-line-like\");T(e.measure,n);t=t.getBoundingClientRect(),t=(t.right-t.left)/10;return 2<t&&(e.cachedCharWidth=t),t||10}function $n(e){for(var t=e.display,n={},r={},i=t.gutters.clientLeft,o=t.gutters.firstChild,l=0;o;o=o.nextSibling,++l){var s=e.display.gutterSpecs[l].className;n[s]=o.offsetLeft+o.clientLeft+i,r[s]=o.clientWidth}return{fixedPos:qn(t),gutterTotalWidth:t.gutters.offsetWidth,gutterLeft:n,gutterWidth:r,wrapperWidth:t.wrapper.clientWidth}}function qn(e){return e.scroller.getBoundingClientRect().left-e.sizer.getBoundingClientRect().left}function Zn(r){var i=Yn(r.display),o=r.options.lineWrapping,l=o&&Math.max(5,r.display.scroller.clientWidth/_n(r.display)-3);return function(e){if(Ut(r.doc,e))return 0;var t=0;if(e.widgets)for(var n=0;n<e.widgets.length;n++)e.widgets[n].height&&(t+=e.widgets[n].height);return o?t+(Math.ceil(e.text.length/l)||1)*i:t+i}}function Qn(e){var t=e.doc,n=Zn(e);t.iter(function(e){var t=n(e);t!=e.height&&Qe(e,t)})}function Jn(e,t,n,r){var i=e.display;if(!n&&\"true\"==Oe(t).getAttribute(\"cm-not-content\"))return null;var o,l,s=i.lineSpace.getBoundingClientRect();try{o=t.clientX-s.left,l=t.clientY-s.top}catch(e){return null}var a,i=Vn(e,o,l);return r&&0<i.xRel&&(a=$e(e.doc,i.line).text).length==i.ch&&(a=P(a,a.length,e.options.tabSize)-a.length,i=rt(i.line,Math.max(0,Math.round((o-bn(e.display).left)/_n(e.display))-a))),i}function er(e,t){if(t>=e.display.viewTo)return null;if((t-=e.display.viewFrom)<0)return null;for(var n=e.display.view,r=0;r<n.length;r++)if((t-=n[r].size)<0)return r}function tr(e,t,n,r){null==t&&(t=e.doc.first),null==n&&(n=e.doc.first+e.doc.size),r=r||0;var i,o,l=e.display;r&&n<l.viewTo&&(null==l.updateLineNumbers||l.updateLineNumbers>t)&&(l.updateLineNumbers=t),e.curOp.viewChanged=!0,t>=l.viewTo?kt&&Bt(e.doc,t)<l.viewTo&&rr(e):n<=l.viewFrom?kt&&Gt(e.doc,n+r)>l.viewFrom?rr(e):(l.viewFrom+=r,l.viewTo+=r):t<=l.viewFrom&&n>=l.viewTo?rr(e):t<=l.viewFrom?(i=ir(e,n,n+r,1))?(l.view=l.view.slice(i.index),l.viewFrom=i.lineN,l.viewTo+=r):rr(e):n>=l.viewTo?(o=ir(e,t,t,-1))?(l.view=l.view.slice(0,o.index),l.viewTo=o.lineN):rr(e):(i=ir(e,t,t,-1),o=ir(e,n,n+r,1),i&&o?(l.view=l.view.slice(0,i.index).concat(tn(e,i.lineN,o.lineN)).concat(l.view.slice(o.index)),l.viewTo+=r):rr(e));e=l.externalMeasured;e&&(n<e.lineN?e.lineN+=r:t<e.lineN+e.size&&(l.externalMeasured=null))}function nr(e,t,n){e.curOp.viewChanged=!0;var r=e.display,i=e.display.externalMeasured;i&&t>=i.lineN&&t<i.lineN+i.size&&(r.externalMeasured=null),t<r.viewFrom||t>=r.viewTo||(null==(t=r.view[er(e,t)]).node||-1==R(t=t.changes||(t.changes=[]),n)&&t.push(n))}function rr(e){e.display.viewFrom=e.display.viewTo=e.doc.first,e.display.view=[],e.display.viewOffset=0}function ir(e,t,n,r){var i,o=er(e,t),l=e.display.view;if(!kt||n==e.doc.first+e.doc.size)return{index:o,lineN:n};for(var s=e.display.viewFrom,a=0;a<o;a++)s+=l[a].size;if(s!=t){if(0<r){if(o==l.length-1)return null;i=s+l[o].size-t,o++}else i=s-t;t+=i,n+=i}for(;Bt(e.doc,n)!=n;){if(o==(r<0?0:l.length-1))return null;n+=r*l[o-(r<0?1:0)].size,o+=r}return{index:o,lineN:n}}function or(e){for(var t=e.display.view,n=0,r=0;r<t.length;r++){var i=t[r];i.hidden||i.node&&!i.changes||++n}return n}function lr(e){e.display.input.showSelection(e.display.input.prepareSelection())}function sr(e,t){void 0===t&&(t=!0);for(var n,r,i=e.doc,o={},l=o.cursors=document.createDocumentFragment(),s=o.selection=document.createDocumentFragment(),a=0;a<i.sel.ranges.length;a++)!t&&a==i.sel.primIndex||((n=i.sel.ranges[a]).from().line>=e.display.viewTo||n.to().line<e.display.viewFrom||(((r=n.empty())||e.options.showCursorWhenSelecting)&&ar(e,n.head,l),r||function(i,e,t){var n=i.display,o=i.doc,l=document.createDocumentFragment(),r=bn(i.display),S=r.left,L=Math.max(n.sizerWidth,xn(i)-n.sizer.offsetLeft)-r.right,k=\"ltr\"==o.direction;function T(e,t,n,r){t<0&&(t=0),t=Math.round(t),r=Math.round(r),l.appendChild(M(\"div\",null,\"CodeMirror-selected\",\"position: absolute; left: \"+e+\"px;\\n                             top: \"+t+\"px; width: \"+(null==n?L-e:n)+\"px;\\n                             height: \"+(r-t)+\"px\"))}function s(n,g,m){var v,y,r=$e(o,n),b=r.text.length;function w(e,t){return zn(i,rt(n,e),\"div\",r,t)}function x(e,t,n){e=jn(i,r,null,e),t=\"ltr\"==t==(\"after\"==n)?\"left\":\"right\";return w(\"after\"==n?e.begin:e.end-(/\\s/.test(r.text.charAt(e.end-1))?2:1),t)[t]}var C=me(r,o.direction);return function(e,t,n,r){if(!e)return r(t,n,\"ltr\",0);for(var i=!1,o=0;o<e.length;++o){var l=e[o];(l.from<n&&l.to>t||t==n&&l.to==t)&&(r(Math.max(l.from,t),Math.min(l.to,n),1==l.level?\"rtl\":\"ltr\",o),i=!0)}i||r(t,n,\"ltr\")}(C,g||0,null==m?b:m,function(e,t,n,r){var i,o,l,s,a=\"ltr\"==n,u=w(e,a?\"left\":\"right\"),c=w(t-1,a?\"right\":\"left\"),h=null==g&&0==e,d=null==m&&t==b,f=0==r,p=!C||r==C.length-1;c.top-u.top<=3?(i=(k?d:h)&&p,r=(k?h:d)&&f?S:(a?u:c).left,i=i?L:(a?c:u).right,T(r,u.top,i-r,u.bottom)):(n=a?(o=k&&h&&f?S:u.left,l=k?L:x(e,n,\"before\"),s=k?S:x(t,n,\"after\"),k&&d&&p?L:c.right):(o=k?x(e,n,\"before\"):S,l=!k&&h&&f?L:u.right,s=!k&&d&&p?S:c.left,k?x(t,n,\"after\"):L),T(o,u.top,l-o,u.bottom),u.bottom<c.top&&T(S,u.bottom,null,c.top),T(s,c.top,n-s,c.bottom)),(!v||ur(u,v)<0)&&(v=u),ur(c,v)<0&&(v=c),(!y||ur(u,y)<0)&&(y=u),ur(c,y)<0&&(y=c)}),{start:v,end:y}}var a=e.from(),n=e.to();a.line==n.line?s(a.line,a.ch,n.ch):(r=$e(o,a.line),e=$e(o,n.line),e=zt(r)==zt(e),r=s(a.line,a.ch,e?r.text.length+1:null).end,n=s(n.line,e?0:null,n.ch).start,e&&(r.top<n.top-2?(T(r.right,r.top,null,r.bottom),T(S,n.top,n.left,n.bottom)):T(r.right,r.top,n.left-r.right,r.bottom)),r.bottom<n.top&&T(S,r.bottom,null,n.top));t.appendChild(l)}(e,n,s)));return o}function ar(e,t,n){var r=Bn(e,t,\"div\",null,null,!e.options.singleCursorHeightPerLine),t=n.appendChild(M(\"div\",\" \",\"CodeMirror-cursor\"));t.style.left=r.left+\"px\",t.style.top=r.top+\"px\",t.style.height=Math.max(0,r.bottom-r.top)*e.options.cursorHeight+\"px\",r.other&&((n=n.appendChild(M(\"div\",\" \",\"CodeMirror-cursor CodeMirror-secondarycursor\"))).style.display=\"\",n.style.left=r.other.left+\"px\",n.style.top=r.other.top+\"px\",n.style.height=.85*(r.other.bottom-r.other.top)+\"px\")}function ur(e,t){return e.top-t.top||e.left-t.left}function cr(e){var t,n;e.state.focused&&(t=e.display,clearInterval(t.blinker),n=!0,t.cursorDiv.style.visibility=\"\",0<e.options.cursorBlinkRate?t.blinker=setInterval(function(){e.hasFocus()||pr(e),t.cursorDiv.style.visibility=(n=!n)?\"\":\"hidden\"},e.options.cursorBlinkRate):e.options.cursorBlinkRate<0&&(t.cursorDiv.style.visibility=\"hidden\"))}function hr(e){e.hasFocus()||(e.display.input.focus(),e.state.focused||fr(e))}function dr(e){e.state.delayingBlurEvent=!0,setTimeout(function(){e.state.delayingBlurEvent&&(e.state.delayingBlurEvent=!1,e.state.focused&&pr(e))},100)}function fr(e,t){e.state.delayingBlurEvent&&!e.state.draggingText&&(e.state.delayingBlurEvent=!1),\"nocursor\"!=e.options.readOnly&&(e.state.focused||(xe(e,\"focus\",e,t),e.state.focused=!0,D(e.display.wrapper,\"CodeMirror-focused\"),e.curOp||e.display.selForContextMenu==e.doc.sel||(e.display.input.reset(),f&&setTimeout(function(){return e.display.input.reset(!0)},20)),e.display.input.receivedFocus()),cr(e))}function pr(e,t){e.state.delayingBlurEvent||(e.state.focused&&(xe(e,\"blur\",e,t),e.state.focused=!1,L(e.display.wrapper,\"CodeMirror-focused\")),clearInterval(e.display.blinker),setTimeout(function(){e.state.focused||(e.display.shift=!1)},150))}function gr(e){for(var t=e.display,n=t.lineDiv.offsetTop,r=0;r<t.view.length;r++){var i,o=t.view[r],l=e.options.lineWrapping,s=void 0,a=0;if(!o.hidden){w&&v<8?(s=(i=o.node.offsetTop+o.node.offsetHeight)-n,n=i):(s=(u=o.node.getBoundingClientRect()).bottom-u.top,!l&&o.text.firstChild&&(a=o.text.firstChild.getBoundingClientRect().right-u.left-1));var u=o.line.height-s;if((.005<u||u<-.005)&&(Qe(o.line,s),mr(o.line),o.rest))for(var c=0;c<o.rest.length;c++)mr(o.rest[c]);a>e.display.sizerWidth&&((a=Math.ceil(a/_n(e.display)))>e.display.maxLineLength&&(e.display.maxLineLength=a,e.display.maxLine=o.line,e.display.maxLineChanged=!0))}}}function mr(e){if(e.widgets)for(var t=0;t<e.widgets.length;++t){var n=e.widgets[t],r=n.node.parentNode;r&&(n.height=r.offsetHeight)}}function vr(e,t,n){var r=n&&null!=n.top?Math.max(0,n.top):e.scroller.scrollTop,r=Math.floor(r-vn(e)),i=n&&null!=n.bottom?n.bottom:r+e.wrapper.clientHeight,o=et(t,r),r=et(t,i);return n&&n.ensure&&(i=n.ensure.from.line,n=n.ensure.to.line,i<o?r=et(t,Vt($e(t,o=i))+e.wrapper.clientHeight):Math.min(n,t.lastLine())>=r&&(o=et(t,Vt($e(t,n))-e.wrapper.clientHeight),r=n)),{from:o,to:Math.max(r,o+1)}}function yr(e,t){var n=e.display,r=Yn(e.display);t.top<0&&(t.top=0);var i=(e.curOp&&null!=e.curOp.scrollTop?e.curOp:n.scroller).scrollTop,o=Cn(e),l={};t.bottom-t.top>o&&(t.bottom=t.top+o);var s=e.doc.height+yn(n),a=t.top<r,r=t.bottom>s-r;t.top<i?l.scrollTop=a?0:t.top:t.bottom>i+o&&((u=Math.min(t.top,(r?s:t.bottom)-o))!=i&&(l.scrollTop=u));var i=e.options.fixedGutter?0:n.gutters.offsetWidth,u=e.curOp&&null!=e.curOp.scrollLeft?e.curOp.scrollLeft:n.scroller.scrollLeft-i,e=xn(e)-n.gutters.offsetWidth,n=t.right-t.left>e;return n&&(t.right=t.left+e),t.left<10?l.scrollLeft=0:t.left<u?l.scrollLeft=Math.max(0,t.left+i-(n?0:10)):t.right>e+u-3&&(l.scrollLeft=t.right+(n?0:10)-e),l}function br(e,t){null!=t&&(Cr(e),e.curOp.scrollTop=(null==e.curOp.scrollTop?e.doc:e.curOp).scrollTop+t)}function wr(e){Cr(e);var t=e.getCursor();e.curOp.scrollToPos={from:t,to:t,margin:e.options.cursorScrollMargin}}function xr(e,t,n){null==t&&null==n||Cr(e),null!=t&&(e.curOp.scrollLeft=t),null!=n&&(e.curOp.scrollTop=n)}function Cr(e){var t=e.curOp.scrollToPos;t&&(e.curOp.scrollToPos=null,Sr(e,Gn(e,t.from),Gn(e,t.to),t.margin))}function Sr(e,t,n,r){r=yr(e,{left:Math.min(t.left,n.left),top:Math.min(t.top,n.top)-r,right:Math.max(t.right,n.right),bottom:Math.max(t.bottom,n.bottom)+r});xr(e,r.scrollLeft,r.scrollTop)}function Lr(e,t){Math.abs(e.doc.scrollTop-t)<2||(d||Kr(e,{top:t}),kr(e,t,!0),d&&Kr(e),zr(e,100))}function kr(e,t,n){t=Math.max(0,Math.min(e.display.scroller.scrollHeight-e.display.scroller.clientHeight,t)),e.display.scroller.scrollTop==t&&!n||(e.doc.scrollTop=t,e.display.scrollbars.setScrollTop(t),e.display.scroller.scrollTop!=t&&(e.display.scroller.scrollTop=t))}function Tr(e,t,n,r){t=Math.max(0,Math.min(t,e.display.scroller.scrollWidth-e.display.scroller.clientWidth)),(n?t==e.doc.scrollLeft:Math.abs(e.doc.scrollLeft-t)<2)&&!r||(e.doc.scrollLeft=t,Yr(e),e.display.scroller.scrollLeft!=t&&(e.display.scroller.scrollLeft=t),e.display.scrollbars.setScrollLeft(t))}function Mr(e){var t=e.display,n=t.gutters.offsetWidth,r=Math.round(e.doc.height+yn(e.display));return{clientHeight:t.scroller.clientHeight,viewHeight:t.wrapper.clientHeight,scrollWidth:t.scroller.scrollWidth,clientWidth:t.scroller.clientWidth,viewWidth:t.wrapper.clientWidth,barLeft:e.options.fixedGutter?n:0,docHeight:r,scrollHeight:r+wn(e)+t.barHeight,nativeBarWidth:t.nativeBarWidth,gutterWidth:n}}e=function(e,t,n){this.cm=n;var r=this.vert=M(\"div\",[M(\"div\",null,null,\"min-width: 1px\")],\"CodeMirror-vscrollbar\"),i=this.horiz=M(\"div\",[M(\"div\",null,null,\"height: 100%; min-height: 1px\")],\"CodeMirror-hscrollbar\");r.tabIndex=i.tabIndex=-1,e(r),e(i),ye(r,\"scroll\",function(){r.clientHeight&&t(r.scrollTop,\"vertical\")}),ye(i,\"scroll\",function(){i.clientWidth&&t(i.scrollLeft,\"horizontal\")}),this.checkedZeroWidth=!1,w&&v<8&&(this.horiz.style.minHeight=this.vert.style.minWidth=\"18px\")};e.prototype.update=function(e){var t,n=e.scrollWidth>e.clientWidth+1,r=e.scrollHeight>e.clientHeight+1,i=e.nativeBarWidth;return r?(this.vert.style.display=\"block\",this.vert.style.bottom=n?i+\"px\":\"0\",t=e.viewHeight-(n?i:0),this.vert.firstChild.style.height=Math.max(0,e.scrollHeight-e.clientHeight+t)+\"px\"):(this.vert.style.display=\"\",this.vert.firstChild.style.height=\"0\"),n?(this.horiz.style.display=\"block\",this.horiz.style.right=r?i+\"px\":\"0\",this.horiz.style.left=e.barLeft+\"px\",t=e.viewWidth-e.barLeft-(r?i:0),this.horiz.firstChild.style.width=Math.max(0,e.scrollWidth-e.clientWidth+t)+\"px\"):(this.horiz.style.display=\"\",this.horiz.firstChild.style.width=\"0\"),!this.checkedZeroWidth&&0<e.clientHeight&&(0==i&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:r?i:0,bottom:n?i:0}},e.prototype.setScrollLeft=function(e){this.horiz.scrollLeft!=e&&(this.horiz.scrollLeft=e),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,\"horiz\")},e.prototype.setScrollTop=function(e){this.vert.scrollTop!=e&&(this.vert.scrollTop=e),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,\"vert\")},e.prototype.zeroWidthHack=function(){var e=g&&!l?\"12px\":\"18px\";this.horiz.style.height=this.vert.style.width=e,this.horiz.style.pointerEvents=this.vert.style.pointerEvents=\"none\",this.disableHoriz=new I,this.disableVert=new I},e.prototype.enableZeroWidthBar=function(n,r,i){n.style.pointerEvents=\"auto\",r.set(1e3,function e(){var t=n.getBoundingClientRect();(\"vert\"==i?document.elementFromPoint(t.right-1,(t.top+t.bottom)/2):document.elementFromPoint((t.right+t.left)/2,t.bottom-1))!=n?n.style.pointerEvents=\"none\":r.set(1e3,e)})},e.prototype.clear=function(){var e=this.horiz.parentNode;e.removeChild(this.horiz),e.removeChild(this.vert)};r=function(){};function Nr(e,t){t=t||Mr(e);var n=e.display.barWidth,r=e.display.barHeight;Ar(e,t);for(var i=0;i<4&&n!=e.display.barWidth||r!=e.display.barHeight;i++)n!=e.display.barWidth&&e.options.lineWrapping&&gr(e),Ar(e,Mr(e)),n=e.display.barWidth,r=e.display.barHeight}function Ar(e,t){var n=e.display,r=n.scrollbars.update(t);n.sizer.style.paddingRight=(n.barWidth=r.right)+\"px\",n.sizer.style.paddingBottom=(n.barHeight=r.bottom)+\"px\",n.heightForcer.style.borderBottom=r.bottom+\"px solid transparent\",r.right&&r.bottom?(n.scrollbarFiller.style.display=\"block\",n.scrollbarFiller.style.height=r.bottom+\"px\",n.scrollbarFiller.style.width=r.right+\"px\"):n.scrollbarFiller.style.display=\"\",r.bottom&&e.options.coverGutterNextToScrollbar&&e.options.fixedGutter?(n.gutterFiller.style.display=\"block\",n.gutterFiller.style.height=r.bottom+\"px\",n.gutterFiller.style.width=t.gutterWidth+\"px\"):n.gutterFiller.style.display=\"\"}r.prototype.update=function(){return{bottom:0,right:0}},r.prototype.setScrollLeft=function(){},r.prototype.setScrollTop=function(){},r.prototype.clear=function(){};var Or={native:e,null:r};function Dr(n){n.display.scrollbars&&(n.display.scrollbars.clear(),n.display.scrollbars.addClass&&L(n.display.wrapper,n.display.scrollbars.addClass)),n.display.scrollbars=new Or[n.options.scrollbarStyle](function(e){n.display.wrapper.insertBefore(e,n.display.scrollbarFiller),ye(e,\"mousedown\",function(){n.state.focused&&setTimeout(function(){return n.display.input.focus()},0)}),e.setAttribute(\"cm-not-content\",\"true\")},function(e,t){(\"horizontal\"==t?Tr:Lr)(n,e)},n),n.display.scrollbars.addClass&&D(n.display.wrapper,n.display.scrollbars.addClass)}var Wr=0;function Hr(e){e.curOp={cm:e,viewChanged:!1,startHeight:e.doc.height,forceUpdate:!1,updateInput:0,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Wr},e=e.curOp,nn?nn.ops.push(e):e.ownsGroup=nn={ops:[e],delayedCallbacks:[]}}function Fr(e){e=e.curOp;e&&rn(e,function(e){for(var t=0;t<e.ops.length;t++)e.ops[t].cm.curOp=null;!function(e){for(var t=e.ops,n=0;n<t.length;n++)!function(e){var t=e.cm,n=t.display;(function(e){var t=e.display;!t.scrollbarsClipped&&t.scroller.offsetWidth&&(t.nativeBarWidth=t.scroller.offsetWidth-t.scroller.clientWidth,t.heightForcer.style.height=wn(e)+\"px\",t.sizer.style.marginBottom=-t.nativeBarWidth+\"px\",t.sizer.style.borderRightWidth=wn(e)+\"px\",t.scrollbarsClipped=!0)})(t),e.updateMaxLine&&jt(t);e.mustUpdate=e.viewChanged||e.forceUpdate||null!=e.scrollTop||e.scrollToPos&&(e.scrollToPos.from.line<n.viewFrom||e.scrollToPos.to.line>=n.viewTo)||n.maxLineChanged&&t.options.lineWrapping,e.update=e.mustUpdate&&new Gr(t,e.mustUpdate&&{top:e.scrollTop,ensure:e.scrollToPos},e.forceUpdate)}(t[n]);for(var r=0;r<t.length;r++)!function(e){e.updatedDisplay=e.mustUpdate&&Ur(e.cm,e.update)}(t[r]);for(var i=0;i<t.length;i++)!function(e){var t=e.cm,n=t.display;e.updatedDisplay&&gr(t);e.barMeasure=Mr(t),n.maxLineChanged&&!t.options.lineWrapping&&(e.adjustWidthTo=Ln(t,n.maxLine,n.maxLine.text.length).left+3,t.display.sizerWidth=e.adjustWidthTo,e.barMeasure.scrollWidth=Math.max(n.scroller.clientWidth,n.sizer.offsetLeft+e.adjustWidthTo+wn(t)+t.display.barWidth),e.maxScrollLeft=Math.max(0,n.sizer.offsetLeft+e.adjustWidthTo-xn(t)));(e.updatedDisplay||e.selectionChanged)&&(e.preparedSelection=n.input.prepareSelection())}(t[i]);for(var o=0;o<t.length;o++)!function(e){var t=e.cm;null!=e.adjustWidthTo&&(t.display.sizer.style.minWidth=e.adjustWidthTo+\"px\",e.maxScrollLeft<t.doc.scrollLeft&&Tr(t,Math.min(t.display.scroller.scrollLeft,e.maxScrollLeft),!0),t.display.maxLineChanged=!1);var n=e.focus&&e.focus==O();e.preparedSelection&&t.display.input.showSelection(e.preparedSelection,n);!e.updatedDisplay&&e.startHeight==t.doc.height||Nr(t,e.barMeasure);e.updatedDisplay&&Xr(t,e.barMeasure);e.selectionChanged&&cr(t);t.state.focused&&e.updateInput&&t.display.input.reset(e.typing);n&&hr(e.cm)}(t[o]);for(var l=0;l<t.length;l++)!function(e){var t=e.cm,n=t.display,r=t.doc;e.updatedDisplay&&Vr(t,e.update);null==n.wheelStartX||null==e.scrollTop&&null==e.scrollLeft&&!e.scrollToPos||(n.wheelStartX=n.wheelStartY=null);null!=e.scrollTop&&kr(t,e.scrollTop,e.forceScroll);null!=e.scrollLeft&&Tr(t,e.scrollLeft,!0,!0);{var i;e.scrollToPos&&(i=function(e,t,n,r){null==r&&(r=0),e.options.lineWrapping||t!=n||(n=\"before\"==(t=t.ch?rt(t.line,\"before\"==t.sticky?t.ch-1:t.ch,\"after\"):t).sticky?rt(t.line,t.ch+1,\"before\"):t);for(var i=0;i<5;i++){var o,l=!1,s=Bn(e,t),a=n&&n!=t?Bn(e,n):s,u=yr(e,o={left:Math.min(s.left,a.left),top:Math.min(s.top,a.top)-r,right:Math.max(s.left,a.left),bottom:Math.max(s.bottom,a.bottom)+r}),s=e.doc.scrollTop,a=e.doc.scrollLeft;if(null!=u.scrollTop&&(Lr(e,u.scrollTop),1<Math.abs(e.doc.scrollTop-s)&&(l=!0)),null!=u.scrollLeft&&(Tr(e,u.scrollLeft),1<Math.abs(e.doc.scrollLeft-a)&&(l=!0)),!l)break}return o}(t,ct(r,e.scrollToPos.from),ct(r,e.scrollToPos.to),e.scrollToPos.margin),function(e,t){var n,r,i;Ce(e,\"scrollCursorIntoView\")||(r=(n=e.display).sizer.getBoundingClientRect(),i=null,t.top+r.top<0?i=!0:t.bottom+r.top>(window.innerHeight||document.documentElement.clientHeight)&&(i=!1),null==i||u||(t=M(\"div\",\"​\",null,\"position: absolute;\\n                         top: \"+(t.top-n.viewOffset-vn(e.display))+\"px;\\n                         height: \"+(t.bottom-t.top+wn(e)+n.barHeight)+\"px;\\n                         left: \"+t.left+\"px; width: \"+Math.max(2,t.right-t.left)+\"px;\"),e.display.lineSpace.appendChild(t),t.scrollIntoView(i),e.display.lineSpace.removeChild(t)))}(t,i))}var o=e.maybeHiddenMarkers,l=e.maybeUnhiddenMarkers;if(o)for(var s=0;s<o.length;++s)o[s].lines.length||xe(o[s],\"hide\");if(l)for(var a=0;a<l.length;++a)l[a].lines.length&&xe(l[a],\"unhide\");n.wrapper.offsetHeight&&(r.scrollTop=t.display.scroller.scrollTop);e.changeObjs&&xe(t,\"changes\",t,e.changeObjs);e.update&&e.update.finish()}(t[l])}(e)})}function Er(e,t){if(e.curOp)return t();Hr(e);try{return t()}finally{Fr(e)}}function Pr(e,t){return function(){if(e.curOp)return t.apply(e,arguments);Hr(e);try{return t.apply(e,arguments)}finally{Fr(e)}}}function Ir(e){return function(){if(this.curOp)return e.apply(this,arguments);Hr(this);try{return e.apply(this,arguments)}finally{Fr(this)}}}function Rr(t){return function(){var e=this.cm;if(!e||e.curOp)return t.apply(this,arguments);Hr(e);try{return t.apply(this,arguments)}finally{Fr(e)}}}function zr(e,t){e.doc.highlightFrontier<e.display.viewTo&&e.state.highlight.set(t,F(Br,e))}function Br(l){var s,a,u,c=l.doc;c.highlightFrontier>=l.display.viewTo||(s=+new Date+l.options.workTime,a=mt(l,c.highlightFrontier),u=[],c.iter(a.line,Math.min(c.first+c.size,l.display.viewTo+500),function(e){if(a.line>=l.display.viewFrom){var t=e.styles,n=e.text.length>l.options.maxHighlightLength?je(c.mode,a.state):null,r=pt(l,e,a,!0);n&&(a.state=n),e.styles=r.styles;n=e.styleClasses,r=r.classes;r?e.styleClasses=r:n&&(e.styleClasses=null);for(var i=!t||t.length!=e.styles.length||n!=r&&(!n||!r||n.bgClass!=r.bgClass||n.textClass!=r.textClass),o=0;!i&&o<t.length;++o)i=t[o]!=e.styles[o];i&&u.push(a.line),e.stateAfter=a.save(),a.nextLine()}else e.text.length<=l.options.maxHighlightLength&&vt(l,e.text,a),e.stateAfter=a.line%5==0?a.save():null,a.nextLine();if(+new Date>s)return zr(l,l.options.workDelay),!0}),c.highlightFrontier=a.line,c.modeFrontier=Math.max(c.modeFrontier,a.line),u.length&&Er(l,function(){for(var e=0;e<u.length;e++)nr(l,u[e],\"text\")}))}var Gr=function(e,t,n){var r=e.display;this.viewport=t,this.visible=vr(r,e.doc,t),this.editorIsHidden=!r.wrapper.offsetWidth,this.wrapperHeight=r.wrapper.clientHeight,this.wrapperWidth=r.wrapper.clientWidth,this.oldDisplayWidth=xn(e),this.force=n,this.dims=$n(e),this.events=[]};function Ur(e,t){var n=e.display,r=e.doc;if(t.editorIsHidden)return rr(e),!1;if(!t.force&&t.visible.from>=n.viewFrom&&t.visible.to<=n.viewTo&&(null==n.updateLineNumbers||n.updateLineNumbers>=n.viewTo)&&n.renderedView==n.view&&0==or(e))return!1;_r(e)&&(rr(e),t.dims=$n(e));var i=r.first+r.size,o=Math.max(t.visible.from-e.options.viewportMargin,r.first),l=Math.min(i,t.visible.to+e.options.viewportMargin);n.viewFrom<o&&o-n.viewFrom<20&&(o=Math.max(r.first,n.viewFrom)),n.viewTo>l&&n.viewTo-l<20&&(l=Math.min(i,n.viewTo)),kt&&(o=Bt(e.doc,o),l=Gt(e.doc,l));var s=o!=n.viewFrom||l!=n.viewTo||n.lastWrapHeight!=t.wrapperHeight||n.lastWrapWidth!=t.wrapperWidth;r=o,i=l,0==(l=(o=e).display).view.length||r>=l.viewTo||i<=l.viewFrom?(l.view=tn(o,r,i),l.viewFrom=r):(l.viewFrom>r?l.view=tn(o,r,l.viewFrom).concat(l.view):l.viewFrom<r&&(l.view=l.view.slice(er(o,r))),l.viewFrom=r,l.viewTo<i?l.view=l.view.concat(tn(o,l.viewTo,i)):l.viewTo>i&&(l.view=l.view.slice(0,er(o,i)))),l.viewTo=i,n.viewOffset=Vt($e(e.doc,n.viewFrom)),e.display.mover.style.top=n.viewOffset+\"px\";o=or(e);if(!s&&0==o&&!t.force&&n.renderedView==n.view&&(null==n.updateLineNumbers||n.updateLineNumbers>=n.viewTo))return!1;l=function(e){if(e.hasFocus())return null;var t=O();if(!t||!A(e.display.lineDiv,t))return null;var n={activeElt:t};return!window.getSelection||(t=window.getSelection()).anchorNode&&t.extend&&A(e.display.lineDiv,t.anchorNode)&&(n.anchorNode=t.anchorNode,n.anchorOffset=t.anchorOffset,n.focusNode=t.focusNode,n.focusOffset=t.focusOffset),n}(e);return 4<o&&(n.lineDiv.style.display=\"none\"),function(n,e,t){var r=n.display,i=n.options.lineNumbers,o=r.lineDiv,l=o.firstChild;function s(e){var t=e.nextSibling;return f&&g&&n.display.currentWheelTarget==e?e.style.display=\"none\":e.parentNode.removeChild(e),t}for(var a=r.view,u=r.viewFrom,c=0;c<a.length;c++){var h=a[c];if(!h.hidden)if(h.node&&h.node.parentNode==o){for(;l!=h.node;)l=s(l);var d=i&&null!=e&&e<=u&&h.lineNumber;h.changes&&(-1<R(h.changes,\"gutter\")&&(d=!1),an(n,h,u,t)),d&&(k(h.lineNumber),h.lineNumber.appendChild(document.createTextNode(nt(n.options,u)))),l=h.node.nextSibling}else{d=function(e,t,n,r){var i=cn(e,t);return t.text=t.node=i.pre,i.bgClass&&(t.bgClass=i.bgClass),i.textClass&&(t.textClass=i.textClass),hn(e,t),dn(e,t,n,r),fn(e,t,r),t.node}(n,h,u,t);o.insertBefore(d,l)}u+=h.size}for(;l;)l=s(l)}(e,n.updateLineNumbers,t.dims),4<o&&(n.lineDiv.style.display=\"\"),n.renderedView=n.view,(i=l)&&i.activeElt&&i.activeElt!=O()&&(i.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test(i.activeElt.nodeName)&&i.anchorNode&&A(document.body,i.anchorNode)&&A(document.body,i.focusNode)&&(o=window.getSelection(),(l=document.createRange()).setEnd(i.anchorNode,i.anchorOffset),l.collapse(!1),o.removeAllRanges(),o.addRange(l),o.extend(i.focusNode,i.focusOffset))),k(n.cursorDiv),k(n.selectionDiv),n.gutters.style.height=n.sizer.style.minHeight=0,s&&(n.lastWrapHeight=t.wrapperHeight,n.lastWrapWidth=t.wrapperWidth,zr(e,400)),!(n.updateLineNumbers=null)}function Vr(e,t){for(var n=t.viewport,r=!0;;r=!1){if(r&&e.options.lineWrapping&&t.oldDisplayWidth!=xn(e))r&&(t.visible=vr(e.display,e.doc,n));else if(n&&null!=n.top&&(n={top:Math.min(e.doc.height+yn(e.display)-Cn(e),n.top)}),t.visible=vr(e.display,e.doc,n),t.visible.from>=e.display.viewFrom&&t.visible.to<=e.display.viewTo)break;if(!Ur(e,t))break;gr(e);var i=Mr(e);lr(e),Nr(e,i),Xr(e,i),t.force=!1}t.signal(e,\"update\",e),e.display.viewFrom==e.display.reportedViewFrom&&e.display.viewTo==e.display.reportedViewTo||(t.signal(e,\"viewportChange\",e,e.display.viewFrom,e.display.viewTo),e.display.reportedViewFrom=e.display.viewFrom,e.display.reportedViewTo=e.display.viewTo)}function Kr(e,t){var n=new Gr(e,t);Ur(e,n)&&(gr(e),Vr(e,n),t=Mr(e),lr(e),Nr(e,t),Xr(e,t),n.finish())}function jr(e){var t=e.gutters.offsetWidth;e.sizer.style.marginLeft=t+\"px\"}function Xr(e,t){e.display.sizer.style.minHeight=t.docHeight+\"px\",e.display.heightForcer.style.top=t.docHeight+\"px\",e.display.gutters.style.height=t.docHeight+e.display.barHeight+wn(e)+\"px\"}function Yr(e){var t=e.display,n=t.view;if(t.alignWidgets||t.gutters.firstChild&&e.options.fixedGutter){for(var r=qn(t)-t.scroller.scrollLeft+e.doc.scrollLeft,i=t.gutters.offsetWidth,o=r+\"px\",l=0;l<n.length;l++)if(!n[l].hidden){e.options.fixedGutter&&(n[l].gutter&&(n[l].gutter.style.left=o),n[l].gutterBackground&&(n[l].gutterBackground.style.left=o));var s=n[l].alignable;if(s)for(var a=0;a<s.length;a++)s[a].style.left=o}e.options.fixedGutter&&(t.gutters.style.left=r+i+\"px\")}}function _r(e){if(e.options.lineNumbers){var t=e.doc,n=nt(e.options,t.first+t.size-1),r=e.display;if(n.length!=r.lineNumChars){var i=r.measure.appendChild(M(\"div\",[M(\"div\",n)],\"CodeMirror-linenumber CodeMirror-gutter-elt\")),t=i.firstChild.offsetWidth,i=i.offsetWidth-t;return r.lineGutter.style.width=\"\",r.lineNumInnerWidth=Math.max(t,r.lineGutter.offsetWidth-i)+1,r.lineNumWidth=r.lineNumInnerWidth+i,r.lineNumChars=r.lineNumInnerWidth?n.length:-1,r.lineGutter.style.width=r.lineNumWidth+\"px\",jr(e.display),1}}}function $r(e,t){for(var n=[],r=!1,i=0;i<e.length;i++){var o=e[i],l=null;if(\"string\"!=typeof o&&(l=o.style,o=o.className),\"CodeMirror-linenumbers\"==o){if(!t)continue;r=!0}n.push({className:o,style:l})}return t&&!r&&n.push({className:\"CodeMirror-linenumbers\",style:null}),n}function qr(e){var t=e.gutters,n=e.gutterSpecs;k(t),e.lineGutter=null;for(var r=0;r<n.length;++r){var i=n[r],o=i.className,l=i.style,i=t.appendChild(M(\"div\",null,\"CodeMirror-gutter \"+o));l&&(i.style.cssText=l),\"CodeMirror-linenumbers\"==o&&((e.lineGutter=i).style.width=(e.lineNumWidth||1)+\"px\")}t.style.display=n.length?\"\":\"none\",jr(e)}function Zr(e){qr(e.display),tr(e),Yr(e)}function Qr(e,t,n,r){var i=this;this.input=n,i.scrollbarFiller=M(\"div\",null,\"CodeMirror-scrollbar-filler\"),i.scrollbarFiller.setAttribute(\"cm-not-content\",\"true\"),i.gutterFiller=M(\"div\",null,\"CodeMirror-gutter-filler\"),i.gutterFiller.setAttribute(\"cm-not-content\",\"true\"),i.lineDiv=N(\"div\",null,\"CodeMirror-code\"),i.selectionDiv=M(\"div\",null,null,\"position: relative; z-index: 1\"),i.cursorDiv=M(\"div\",null,\"CodeMirror-cursors\"),i.measure=M(\"div\",null,\"CodeMirror-measure\"),i.lineMeasure=M(\"div\",null,\"CodeMirror-measure\"),i.lineSpace=N(\"div\",[i.measure,i.lineMeasure,i.selectionDiv,i.cursorDiv,i.lineDiv],null,\"position: relative; outline: none\");var o=N(\"div\",[i.lineSpace],\"CodeMirror-lines\");i.mover=M(\"div\",[o],null,\"position: relative\"),i.sizer=M(\"div\",[i.mover],\"CodeMirror-sizer\"),i.sizerWidth=null,i.heightForcer=M(\"div\",null,null,\"position: absolute; height: \"+z+\"px; width: 1px;\"),i.gutters=M(\"div\",null,\"CodeMirror-gutters\"),i.lineGutter=null,i.scroller=M(\"div\",[i.sizer,i.heightForcer,i.gutters],\"CodeMirror-scroll\"),i.scroller.setAttribute(\"tabIndex\",\"-1\"),i.wrapper=M(\"div\",[i.scrollbarFiller,i.gutterFiller,i.scroller],\"CodeMirror\"),w&&v<8&&(i.gutters.style.zIndex=-1,i.scroller.style.paddingRight=0),f||d&&h||(i.scroller.draggable=!0),e&&(e.appendChild?e.appendChild(i.wrapper):e(i.wrapper)),i.viewFrom=i.viewTo=t.first,i.reportedViewFrom=i.reportedViewTo=t.first,i.view=[],i.renderedView=null,i.externalMeasured=null,i.viewOffset=0,i.lastWrapHeight=i.lastWrapWidth=0,i.updateLineNumbers=null,i.nativeBarWidth=i.barHeight=i.barWidth=0,i.scrollbarsClipped=!1,i.lineNumWidth=i.lineNumInnerWidth=i.lineNumChars=null,i.alignWidgets=!1,i.cachedCharWidth=i.cachedTextHeight=i.cachedPaddingH=null,i.maxLine=null,i.maxLineLength=0,i.maxLineChanged=!1,i.wheelDX=i.wheelDY=i.wheelStartX=i.wheelStartY=null,i.shift=!1,i.selForContextMenu=null,i.activeTouch=null,i.gutterSpecs=$r(r.gutters,r.lineNumbers),qr(i),n.init(i)}Gr.prototype.signal=function(e,t){Le(e,t)&&this.events.push(arguments)},Gr.prototype.finish=function(){for(var e=0;e<this.events.length;e++)xe.apply(null,this.events[e])};var Jr=0,ei=null;function ti(e){var t=e.wheelDeltaX,n=e.wheelDeltaY;return null==t&&e.detail&&e.axis==e.HORIZONTAL_AXIS&&(t=e.detail),null==n&&e.detail&&e.axis==e.VERTICAL_AXIS?n=e.detail:null==n&&(n=e.wheelDelta),{x:t,y:n}}function ni(e){e=ti(e);return e.x*=ei,e.y*=ei,e}function ri(e,t){var n=ti(t),r=n.x,i=n.y,o=e.display,l=o.scroller,s=l.scrollWidth>l.clientWidth,a=l.scrollHeight>l.clientHeight;if(r&&s||i&&a){if(i&&g&&f)e:for(var u=t.target,c=o.view;u!=l;u=u.parentNode)for(var h=0;h<c.length;h++)if(c[h].node==u){e.display.currentWheelTarget=u;break e}if(r&&!d&&!p&&null!=ei)return i&&a&&Lr(e,Math.max(0,l.scrollTop+i*ei)),Tr(e,Math.max(0,l.scrollLeft+r*ei)),(!i||i&&a)&&Te(t),void(o.wheelStartX=null);i&&null!=ei&&(n=i*ei,a=(s=e.doc.scrollTop)+o.wrapper.clientHeight,n<0?s=Math.max(0,s+n-50):a=Math.min(e.doc.height,a+n+50),Kr(e,{top:s,bottom:a})),Jr<20&&(null==o.wheelStartX?(o.wheelStartX=l.scrollLeft,o.wheelStartY=l.scrollTop,o.wheelDX=r,o.wheelDY=i,setTimeout(function(){var e,t;null!=o.wheelStartX&&(t=l.scrollLeft-o.wheelStartX,t=(e=l.scrollTop-o.wheelStartY)&&o.wheelDY&&e/o.wheelDY||t&&o.wheelDX&&t/o.wheelDX,o.wheelStartX=o.wheelStartY=null,t&&(ei=(ei*Jr+t)/(Jr+1),++Jr))},200)):(o.wheelDX+=r,o.wheelDY+=i))}}w?ei=-.53:d?ei=15:o?ei=-.7:c&&(ei=-1/3);var ii=function(e,t){this.ranges=e,this.primIndex=t};ii.prototype.primary=function(){return this.ranges[this.primIndex]},ii.prototype.equals=function(e){if(e==this)return!0;if(e.primIndex!=this.primIndex||e.ranges.length!=this.ranges.length)return!1;for(var t=0;t<this.ranges.length;t++){var n=this.ranges[t],r=e.ranges[t];if(!ot(n.anchor,r.anchor)||!ot(n.head,r.head))return!1}return!0},ii.prototype.deepCopy=function(){for(var e=[],t=0;t<this.ranges.length;t++)e[t]=new oi(lt(this.ranges[t].anchor),lt(this.ranges[t].head));return new ii(e,this.primIndex)},ii.prototype.somethingSelected=function(){for(var e=0;e<this.ranges.length;e++)if(!this.ranges[e].empty())return!0;return!1},ii.prototype.contains=function(e,t){t=t||e;for(var n=0;n<this.ranges.length;n++){var r=this.ranges[n];if(0<=it(t,r.from())&&it(e,r.to())<=0)return n}return-1};var oi=function(e,t){this.anchor=e,this.head=t};function li(e,t,n){var r=e&&e.options.selectionsMayTouch,e=t[n];t.sort(function(e,t){return it(e.from(),t.from())}),n=R(t,e);for(var i=1;i<t.length;i++){var o,l=t[i],s=t[i-1],a=it(s.to(),l.from());(r&&!l.empty()?0<a:0<=a)&&(o=at(s.from(),l.from()),a=st(s.to(),l.to()),s=s.empty()?l.from()==l.head:s.from()==s.head,i<=n&&--n,t.splice(--i,2,new oi(s?a:o,s?o:a)))}return new ii(t,n)}function si(e,t){return new ii([new oi(e,t||e)],0)}function ai(e){return e.text?rt(e.from.line+e.text.length-1,Y(e.text).length+(1==e.text.length?e.from.ch:0)):e.to}function ui(e,t){if(it(e,t.from)<0)return e;if(it(e,t.to)<=0)return ai(t);var n=e.line+t.text.length-(t.to.line-t.from.line)-1,r=e.ch;return e.line==t.to.line&&(r+=ai(t).ch-t.to.ch),rt(n,r)}function ci(e,t){for(var n=[],r=0;r<e.sel.ranges.length;r++){var i=e.sel.ranges[r];n.push(new oi(ui(i.anchor,t),ui(i.head,t)))}return li(e.cm,n,e.sel.primIndex)}function hi(e,t,n){return e.line==t.line?rt(n.line,e.ch-t.ch+n.ch):rt(n.line+(e.line-t.line),e.ch)}function di(e){e.doc.mode=Ue(e.options,e.doc.modeOption),fi(e)}function fi(e){e.doc.iter(function(e){e.stateAfter&&(e.stateAfter=null),e.styles&&(e.styles=null)}),e.doc.modeFrontier=e.doc.highlightFrontier=e.doc.first,zr(e,100),e.state.modeGen++,e.curOp&&tr(e)}function pi(e,t){return 0==t.from.ch&&0==t.to.ch&&\"\"==Y(t.text)&&(!e.cm||e.cm.options.wholeLineUpdateBefore)}function gi(e,o,t,l){function i(e){return t?t[e]:null}function n(e,t,n){var r,i;r=t,i=n,t=l,(n=e).text=r,n.stateAfter&&(n.stateAfter=null),n.styles&&(n.styles=null),null!=n.order&&(n.order=null),Ot(n),Dt(n,i),(t=t?t(n):1)!=n.height&&Qe(n,t),ln(e,\"change\",e,o)}function r(e,t){for(var n=[],r=e;r<t;++r)n.push(new Xt(c[r],i(r),l));return n}var s,a=o.from,u=o.to,c=o.text,h=$e(e,a.line),d=$e(e,u.line),f=Y(c),p=i(c.length-1),g=u.line-a.line;o.full?(e.insert(0,r(0,c.length)),e.remove(c.length,e.size-c.length)):pi(e,o)?(s=r(0,c.length-1),n(d,d.text,p),g&&e.remove(a.line,g),s.length&&e.insert(a.line,s)):h==d?1==c.length?n(h,h.text.slice(0,a.ch)+f+h.text.slice(u.ch),p):((s=r(1,c.length-1)).push(new Xt(f+h.text.slice(u.ch),p,l)),n(h,h.text.slice(0,a.ch)+c[0],i(0)),e.insert(a.line+1,s)):1==c.length?(n(h,h.text.slice(0,a.ch)+c[0]+d.text.slice(u.ch),i(0)),e.remove(a.line+1,g)):(n(h,h.text.slice(0,a.ch)+c[0],i(0)),n(d,f+d.text.slice(u.ch),p),p=r(1,c.length-1),1<g&&e.remove(a.line+1,g-1),e.insert(a.line+1,p)),ln(e,\"change\",e,o)}function mi(e,s,a){!function e(t,n,r){if(t.linked)for(var i=0;i<t.linked.length;++i){var o,l=t.linked[i];l.doc!=n&&(o=r&&l.sharedHist,a&&!o||(s(l.doc,o),e(l.doc,t,o)))}}(e,null,!0)}function vi(e,t){if(t.cm)throw new Error(\"This document is already in use.\");Qn((e.doc=t).cm=e),di(e),yi(e),e.options.lineWrapping||jt(e),e.options.mode=t.modeOption,tr(e)}function yi(e){(\"rtl\"==e.doc.direction?D:L)(e.display.lineDiv,\"CodeMirror-rtl\")}function bi(e){this.done=[],this.undone=[],this.undoDepth=1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=this.lastSelOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=e||1}function wi(e,t){var n={from:lt(t.from),to:ai(t),text:qe(e,t.from,t.to)};return ki(e,n,t.from.line,t.to.line+1),mi(e,function(e){return ki(e,n,t.from.line,t.to.line+1),0},!0),n}function xi(e){for(;e.length;){if(!Y(e).ranges)break;e.pop()}}function Ci(e,t,n,r){var i=e.history;i.undone.length=0;var o,l,s=+new Date;if((i.lastOp==r||i.lastOrigin==t.origin&&t.origin&&(\"+\"==t.origin.charAt(0)&&i.lastModTime>s-(e.cm?e.cm.options.historyEventDelay:500)||\"*\"==t.origin.charAt(0)))&&(o=(a=i).lastOp==r?(xi(a.done),Y(a.done)):a.done.length&&!Y(a.done).ranges?Y(a.done):1<a.done.length&&!a.done[a.done.length-2].ranges?(a.done.pop(),Y(a.done)):void 0))l=Y(o.changes),0==it(t.from,t.to)&&0==it(t.from,l.to)?l.to=ai(t):o.changes.push(wi(e,t));else{var a=Y(i.done);for(a&&a.ranges||Li(e.sel,i.done),o={changes:[wi(e,t)],generation:i.generation},i.done.push(o);i.done.length>i.undoDepth;)i.done.shift(),i.done[0].ranges||i.done.shift()}i.done.push(n),i.generation=++i.maxGeneration,i.lastModTime=i.lastSelTime=s,i.lastOp=i.lastSelOp=r,i.lastOrigin=i.lastSelOrigin=t.origin,l||xe(e,\"historyAdded\")}function Si(e,t,n,r){var i,o,l,s=e.history,a=r&&r.origin;n==s.lastSelOp||a&&s.lastSelOrigin==a&&(s.lastModTime==s.lastSelTime&&s.lastOrigin==a||(i=e,o=a,l=Y(s.done),e=t,\"*\"==(o=o.charAt(0))||\"+\"==o&&l.ranges.length==e.ranges.length&&l.somethingSelected()==e.somethingSelected()&&new Date-i.history.lastSelTime<=(i.cm?i.cm.options.historyEventDelay:500)))?s.done[s.done.length-1]=t:Li(t,s.done),s.lastSelTime=+new Date,s.lastSelOrigin=a,s.lastSelOp=n,r&&!1!==r.clearRedo&&xi(s.undone)}function Li(e,t){var n=Y(t);n&&n.ranges&&n.equals(e)||t.push(e)}function ki(t,n,e,r){var i=n[\"spans_\"+t.id],o=0;t.iter(Math.max(t.first,e),Math.min(t.first+t.size,r),function(e){e.markedSpans&&((i=i||(n[\"spans_\"+t.id]={}))[o]=e.markedSpans),++o})}function Ti(e,t){var n=t[\"spans_\"+e.id];if(!n)return null;for(var r=[],i=0;i<t.text.length;++i)r.push(function(e){if(!e)return null;for(var t,n=0;n<e.length;++n)e[n].marker.explicitlyCleared?t=t||e.slice(0,n):t&&t.push(e[n]);return t?t.length?t:null:e}(n[i]));return r}function Mi(e,t){var n=Ti(e,t),r=Nt(e,t);if(!n)return r;if(!r)return n;for(var i=0;i<n.length;++i){var o=n[i],l=r[i];if(o&&l)e:for(var s=0;s<l.length;++s){for(var a=l[s],u=0;u<o.length;++u)if(o[u].marker==a.marker)continue e;o.push(a)}else l&&(n[i]=l)}return n}function Ni(e,t,n){for(var r=[],i=0;i<e.length;++i){var o=e[i];if(o.ranges)r.push(n?ii.prototype.deepCopy.call(o):o);else{var l=o.changes,s=[];r.push({changes:s});for(var a=0;a<l.length;++a){var u,c=l[a];if(s.push({from:c.from,to:c.to,text:c.text}),t)for(var h in c)(u=h.match(/^spans_(\\d+)$/))&&-1<R(t,Number(u[1]))&&(Y(s)[h]=c[h],delete c[h])}}}return r}function Ai(e,t,n,r){if(r){r=e.anchor;return n&&((e=it(t,r)<0)!=it(n,r)<0?(r=t,t=n):e!=it(t,n)<0&&(t=n)),new oi(r,t)}return new oi(n||t,t)}function Oi(e,t,n,r,i){null==i&&(i=e.cm&&(e.cm.display.shift||e.extend)),Ei(e,new ii([Ai(e.sel.primary(),t,n,i)],0),r)}function Di(e,t,n){for(var r=[],i=e.cm&&(e.cm.display.shift||e.extend),o=0;o<e.sel.ranges.length;o++)r[o]=Ai(e.sel.ranges[o],t[o],null,i);Ei(e,li(e.cm,r,e.sel.primIndex),n)}function Wi(e,t,n,r){var i=e.sel.ranges.slice(0);i[t]=n,Ei(e,li(e.cm,i,e.sel.primIndex),r)}function Hi(e,t,n,r){Ei(e,si(t,n),r)}function Fi(e,t,n){var r=e.history.done,i=Y(r);i&&i.ranges?Pi(e,r[r.length-1]=t,n):Ei(e,t,n)}function Ei(e,t,n){Pi(e,t,n),Si(e,e.sel,e.cm?e.cm.curOp.id:NaN,n)}function Pi(e,t,n){var r,i;(Le(e,\"beforeSelectionChange\")||e.cm&&Le(e.cm,\"beforeSelectionChange\"))&&(r=e,i=n,i={ranges:(o=t).ranges,update:function(e){this.ranges=[];for(var t=0;t<e.length;t++)this.ranges[t]=new oi(ct(r,e[t].anchor),ct(r,e[t].head))},origin:i&&i.origin},xe(r,\"beforeSelectionChange\",r,i),r.cm&&xe(r.cm,\"beforeSelectionChange\",r.cm,i),t=i.ranges!=o.ranges?li(r.cm,i.ranges,i.ranges.length-1):o);var o=n&&n.bias||(it(t.primary().head,e.sel.primary().head)<0?-1:1);Ii(e,zi(e,t,o,!0)),n&&!1===n.scroll||!e.cm||wr(e.cm)}function Ii(e,t){t.equals(e.sel)||(e.sel=t,e.cm&&(e.cm.curOp.updateInput=1,e.cm.curOp.selectionChanged=!0,Se(e.cm)),ln(e,\"cursorActivity\",e))}function Ri(e){Ii(e,zi(e,e.sel,null,!1))}function zi(e,t,n,r){for(var i,o=0;o<t.ranges.length;o++){var l=t.ranges[o],s=t.ranges.length==e.sel.ranges.length&&e.sel.ranges[o],a=Gi(e,l.anchor,s&&s.anchor,n,r),s=Gi(e,l.head,s&&s.head,n,r);!i&&a==l.anchor&&s==l.head||((i=i||t.ranges.slice(0,o))[o]=new oi(a,s))}return i?li(e.cm,i,t.primIndex):t}function Bi(e,t,n,r,i){var o=$e(e,t.line);if(o.markedSpans)for(var l=0;l<o.markedSpans.length;++l){var s=o.markedSpans[l],a=s.marker,u=\"selectLeft\"in a?!a.selectLeft:a.inclusiveLeft,c=\"selectRight\"in a?!a.selectRight:a.inclusiveRight;if((null==s.from||(u?s.from<=t.ch:s.from<t.ch))&&(null==s.to||(c?s.to>=t.ch:s.to>t.ch))){if(i&&(xe(a,\"beforeCursorEnter\"),a.explicitlyCleared)){if(o.markedSpans){--l;continue}break}if(a.atomic){if(n){var h=a.find(r<0?1:-1),s=void 0;if((r<0?c:u)&&(h=Ui(e,h,-r,h&&h.line==t.line?o:null)),h&&h.line==t.line&&(s=it(h,n))&&(r<0?s<0:0<s))return Bi(e,h,t,r,i)}a=a.find(r<0?-1:1);return(r<0?u:c)&&(a=Ui(e,a,r,a.line==t.line?o:null)),a?Bi(e,a,t,r,i):null}}}return t}function Gi(e,t,n,r,i){r=r||1,r=Bi(e,t,n,r,i)||!i&&Bi(e,t,n,r,!0)||Bi(e,t,n,-r,i)||!i&&Bi(e,t,n,-r,!0);return r||(e.cantEdit=!0,rt(e.first,0))}function Ui(e,t,n,r){return n<0&&0==t.ch?t.line>e.first?ct(e,rt(t.line-1)):null:0<n&&t.ch==(r||$e(e,t.line)).text.length?t.line<e.first+e.size-1?rt(t.line+1,0):null:new rt(t.line,t.ch+n)}function Vi(e){e.setSelection(rt(e.firstLine(),0),rt(e.lastLine()),G)}function Ki(i,e,t){var o={canceled:!1,from:e.from,to:e.to,text:e.text,origin:e.origin,cancel:function(){return o.canceled=!0}};return t&&(o.update=function(e,t,n,r){e&&(o.from=ct(i,e)),t&&(o.to=ct(i,t)),n&&(o.text=n),void 0!==r&&(o.origin=r)}),xe(i,\"beforeChange\",i,o),i.cm&&xe(i.cm,\"beforeChange\",i.cm,o),o.canceled?(i.cm&&(i.cm.curOp.updateInput=2),null):{from:o.from,to:o.to,text:o.text,origin:o.origin}}function ji(e,t,n){if(e.cm){if(!e.cm.curOp)return Pr(e.cm,ji)(e,t,n);if(e.cm.state.suppressEdits)return}if(!(Le(e,\"beforeChange\")||e.cm&&Le(e.cm,\"beforeChange\"))||(t=Ki(e,t,!0))){var r=Lt&&!n&&function(e,t,n){var r=null;if(e.iter(t.line,n.line+1,function(e){if(e.markedSpans)for(var t=0;t<e.markedSpans.length;++t){var n=e.markedSpans[t].marker;!n.readOnly||r&&-1!=R(r,n)||(r=r||[]).push(n)}}),!r)return null;for(var i=[{from:t,to:n}],o=0;o<r.length;++o)for(var l=r[o],s=l.find(0),a=0;a<i.length;++a){var u,c,h,d=i[a];it(d.to,s.from)<0||0<it(d.from,s.to)||(u=[a,1],c=it(d.from,s.from),h=it(d.to,s.to),(c<0||!l.inclusiveLeft&&!c)&&u.push({from:d.from,to:s.from}),(0<h||!l.inclusiveRight&&!h)&&u.push({from:s.to,to:d.to}),i.splice.apply(i,u),a+=u.length-3)}return i}(e,t.from,t.to);if(r)for(var i=r.length-1;0<=i;--i)Xi(e,{from:r[i].from,to:r[i].to,text:i?[\"\"]:t.text,origin:t.origin});else Xi(e,t)}}function Xi(e,n){var t,r;1==n.text.length&&\"\"==n.text[0]&&0==it(n.from,n.to)||(t=ci(e,n),Ci(e,n,t,e.cm?e.cm.curOp.id:NaN),$i(e,n,t,Nt(e,n)),r=[],mi(e,function(e,t){t||-1!=R(r,e.history)||(Ji(e.history,n),r.push(e.history)),$i(e,n,null,Nt(e,n))}))}function Yi(i,o,e){var t=i.cm&&i.cm.state.suppressEdits;if(!t||e){for(var l,n=i.history,r=i.sel,s=\"undo\"==o?n.done:n.undone,a=\"undo\"==o?n.undone:n.done,u=0;u<s.length&&(l=s[u],e?!l.ranges||l.equals(i.sel):l.ranges);u++);if(u!=s.length){for(n.lastOrigin=n.lastSelOrigin=null;;){if(!(l=s.pop()).ranges){if(t)return void s.push(l);break}if(Li(l,a),e&&!l.equals(i.sel))return void Ei(i,l,{clearRedo:!1});r=l}var c=[];Li(r,a),a.push({changes:c,generation:n.generation}),n.generation=l.generation||++n.maxGeneration;for(var h=Le(i,\"beforeChange\")||i.cm&&Le(i.cm,\"beforeChange\"),d=l.changes.length-1;0<=d;--d){var f=function(e){var n=l.changes[e];if(n.origin=o,h&&!Ki(i,n,!1))return s.length=0,{};c.push(wi(i,n));var t=e?ci(i,n):Y(s);$i(i,n,t,Mi(i,n)),!e&&i.cm&&i.cm.scrollIntoView({from:n.from,to:ai(n)});var r=[];mi(i,function(e,t){t||-1!=R(r,e.history)||(Ji(e.history,n),r.push(e.history)),$i(e,n,null,Mi(e,n))})}(d);if(f)return f.v}}}}function _i(e,t){if(0!=t&&(e.first+=t,e.sel=new ii(_(e.sel.ranges,function(e){return new oi(rt(e.anchor.line+t,e.anchor.ch),rt(e.head.line+t,e.head.ch))}),e.sel.primIndex),e.cm)){tr(e.cm,e.first,e.first-t,t);for(var n=e.cm.display,r=n.viewFrom;r<n.viewTo;r++)nr(e.cm,r,\"gutter\")}}function $i(e,t,n,r){if(e.cm&&!e.cm.curOp)return Pr(e.cm,$i)(e,t,n,r);var i;t.to.line<e.first?_i(e,t.text.length-1-(t.to.line-t.from.line)):t.from.line>e.lastLine()||(t.from.line<e.first&&(_i(e,i=t.text.length-1-(e.first-t.from.line)),t={from:rt(e.first,0),to:rt(t.to.line+i,t.to.ch),text:[Y(t.text)],origin:t.origin}),i=e.lastLine(),t.to.line>i&&(t={from:t.from,to:rt(i,$e(e,i).text.length),text:[t.text[0]],origin:t.origin}),t.removed=qe(e,t.from,t.to),n=n||ci(e,t),e.cm?function(e,t,n){var r=e.doc,i=e.display,o=t.from,l=t.to,s=!1,a=o.line;e.options.lineWrapping||(a=Je(zt($e(r,o.line))),r.iter(a,l.line+1,function(e){if(e==i.maxLine)return s=!0}));-1<r.sel.contains(t.from,t.to)&&Se(e);gi(r,t,n,Zn(e)),e.options.lineWrapping||(r.iter(a,o.line+t.text.length,function(e){var t=Kt(e);t>i.maxLineLength&&(i.maxLine=e,i.maxLineLength=t,i.maxLineChanged=!0,s=!1)}),s&&(e.curOp.updateMaxLine=!0));(function(e,t){if(e.modeFrontier=Math.min(e.modeFrontier,t),!(e.highlightFrontier<t-10)){for(var n=e.first,r=t-1;n<r;r--){var i=$e(e,r).stateAfter;if(i&&(!(i instanceof dt)||r+i.lookAhead<t)){n=r+1;break}}e.highlightFrontier=Math.min(e.highlightFrontier,n)}})(r,o.line),zr(e,400);a=t.text.length-(l.line-o.line)-1;t.full?tr(e):o.line!=l.line||1!=t.text.length||pi(e.doc,t)?tr(e,o.line,l.line+1,a):nr(e,o.line,\"text\");r=Le(e,\"changes\"),a=Le(e,\"change\");(a||r)&&(t={from:o,to:l,text:t.text,removed:t.removed,origin:t.origin},a&&ln(e,\"change\",e,t),r&&(e.curOp.changeObjs||(e.curOp.changeObjs=[])).push(t));e.display.selForContextMenu=null}(e.cm,t,r):gi(e,t,r),Pi(e,n,G),e.cantEdit&&Gi(e,rt(e.firstLine(),0))&&(e.cantEdit=!1))}function qi(e,t,n,r,i){var o;it(r=r||n,n)<0&&(n=(o=[r,n])[0],r=o[1]),\"string\"==typeof t&&(t=e.splitLines(t)),ji(e,{from:n,to:r,text:t,origin:i})}function Zi(e,t,n,r){n<e.line?e.line+=r:t<e.line&&(e.line=t,e.ch=0)}function Qi(e,t,n,r){for(var i=0;i<e.length;++i){var o=e[i],l=!0;if(o.ranges){o.copied||((o=e[i]=o.deepCopy()).copied=!0);for(var s=0;s<o.ranges.length;s++)Zi(o.ranges[s].anchor,t,n,r),Zi(o.ranges[s].head,t,n,r)}else{for(var a=0;a<o.changes.length;++a){var u=o.changes[a];if(n<u.from.line)u.from=rt(u.from.line+r,u.from.ch),u.to=rt(u.to.line+r,u.to.ch);else if(t<=u.to.line){l=!1;break}}l||(e.splice(0,i+1),i=0)}}}function Ji(e,t){var n=t.from.line,r=t.to.line,t=t.text.length-(r-n)-1;Qi(e.done,n,r,t),Qi(e.undone,n,r,t)}function eo(e,t,n,r){var i=t,o=t;return\"number\"==typeof t?o=$e(e,ut(e,t)):i=Je(t),null==i?null:(r(o,i)&&e.cm&&nr(e.cm,i,n),o)}function to(e){this.lines=e,this.parent=null;for(var t=0,n=0;n<e.length;++n)e[n].parent=this,t+=e[n].height;this.height=t}function no(e){this.children=e;for(var t=0,n=0,r=0;r<e.length;++r){var i=e[r];t+=i.chunkSize(),n+=i.height,i.parent=this}this.size=t,this.height=n,this.parent=null}oi.prototype.from=function(){return at(this.anchor,this.head)},oi.prototype.to=function(){return st(this.anchor,this.head)},oi.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch},to.prototype={chunkSize:function(){return this.lines.length},removeInner:function(e,t){for(var n,r=e,i=e+t;r<i;++r){var o=this.lines[r];this.height-=o.height,(n=o).parent=null,Ot(n),ln(o,\"delete\")}this.lines.splice(e,t)},collapse:function(e){e.push.apply(e,this.lines)},insertInner:function(e,t,n){this.height+=n,this.lines=this.lines.slice(0,e).concat(t).concat(this.lines.slice(e));for(var r=0;r<t.length;++r)t[r].parent=this},iterN:function(e,t,n){for(var r=e+t;e<r;++e)if(n(this.lines[e]))return!0}},no.prototype={chunkSize:function(){return this.size},removeInner:function(e,t){this.size-=t;for(var n,r=0;r<this.children.length;++r){var i=this.children[r],o=i.chunkSize();if(e<o){var l=Math.min(t,o-e),s=i.height;if(i.removeInner(e,l),this.height-=s-i.height,o==l&&(this.children.splice(r--,1),i.parent=null),0==(t-=l))break;e=0}else e-=o}this.size-t<25&&(1<this.children.length||!(this.children[0]instanceof to))&&(n=[],this.collapse(n),this.children=[new to(n)],this.children[0].parent=this)},collapse:function(e){for(var t=0;t<this.children.length;++t)this.children[t].collapse(e)},insertInner:function(e,t,n){this.size+=t.length,this.height+=n;for(var r=0;r<this.children.length;++r){var i=this.children[r],o=i.chunkSize();if(e<=o){if(i.insertInner(e,t,n),i.lines&&50<i.lines.length){for(var l=i.lines.length%25+25,s=l;s<i.lines.length;){var a=new to(i.lines.slice(s,s+=25));i.height-=a.height,this.children.splice(++r,0,a),a.parent=this}i.lines=i.lines.slice(0,l),this.maybeSpill()}break}e-=o}},maybeSpill:function(){if(!(this.children.length<=10)){var e=this;do{var t,n=new no(e.children.splice(e.children.length-5,5))}while(e.parent?(e.size-=n.size,e.height-=n.height,t=R(e.parent.children,e),e.parent.children.splice(t+1,0,n)):(((t=new no(e.children)).parent=e).children=[t,n],e=t),n.parent=e.parent,10<e.children.length);e.parent.maybeSpill()}},iterN:function(e,t,n){for(var r=0;r<this.children.length;++r){var i=this.children[r],o=i.chunkSize();if(e<o){var l=Math.min(t,o-e);if(i.iterN(e,l,n))return!0;if(0==(t-=l))break;e=0}else e-=o}}};function ro(e,t,n){if(n)for(var r in n)n.hasOwnProperty(r)&&(this[r]=n[r]);this.doc=e,this.node=t}function io(e,t,n){Vt(t)<(e.curOp&&e.curOp.scrollTop||e.doc.scrollTop)&&br(e,n)}ro.prototype.clear=function(){var e=this.doc.cm,t=this.line.widgets,n=this.line,r=Je(n);if(null!=r&&t){for(var i=0;i<t.length;++i)t[i]==this&&t.splice(i--,1);t.length||(n.widgets=null);var o=gn(this);Qe(n,Math.max(0,n.height-o)),e&&(Er(e,function(){io(e,n,-o),nr(e,r,\"widget\")}),ln(e,\"lineWidgetCleared\",e,this,r))}},ro.prototype.changed=function(){var e=this,t=this.height,n=this.doc.cm,r=this.line;this.height=null;var i=gn(this)-t;i&&(Ut(this.doc,r)||Qe(r,r.height+i),n&&Er(n,function(){n.curOp.forceUpdate=!0,io(n,r,i),ln(n,\"lineWidgetChanged\",n,e,Je(r))}))},ke(ro);var oo=0,lo=function(e,t){this.lines=[],this.type=t,this.doc=e,this.id=++oo};function so(t,n,r,e,i){if(e&&e.shared)return function(e,n,r,i,o){(i=E(i)).shared=!1;var l=[so(e,n,r,i,o)],s=l[0],a=i.widgetNode;return mi(e,function(e){a&&(i.widgetNode=a.cloneNode(!0)),l.push(so(e,ct(e,n),ct(e,r),i,o));for(var t=0;t<e.linked.length;++t)if(e.linked[t].isParent)return;s=Y(l)}),new ao(l,s)}(t,n,r,e,i);if(t.cm&&!t.cm.curOp)return Pr(t.cm,so)(t,n,r,e,i);var o=new lo(t,i),i=it(n,r);if(e&&E(e,o,!1),0<i||0==i&&!1!==o.clearWhenEmpty)return o;if(o.replacedWith&&(o.collapsed=!0,o.widgetNode=N(\"span\",[o.replacedWith],\"CodeMirror-widget\"),e.handleMouseEvents||o.widgetNode.setAttribute(\"cm-ignore-events\",\"true\"),e.insertLeft&&(o.widgetNode.insertLeft=!0)),o.collapsed){if(Rt(t,n.line,n,r,o)||n.line!=r.line&&Rt(t,r.line,n,r,o))throw new Error(\"Inserting collapsed marker partially overlapping an existing one\");kt=!0}o.addToHistory&&Ci(t,{from:n,to:r,origin:\"markText\"},t.sel,NaN);var l,s=n.line,a=t.cm;if(t.iter(s,r.line+1,function(e){var t;a&&o.collapsed&&!a.options.lineWrapping&&zt(e)==a.display.maxLine&&(l=!0),o.collapsed&&s!=n.line&&Qe(e,0),t=e,e=new Tt(o,s==n.line?n.ch:null,s==r.line?r.ch:null),t.markedSpans=t.markedSpans?t.markedSpans.concat([e]):[e],e.marker.attachLine(t),++s}),o.collapsed&&t.iter(n.line,r.line+1,function(e){Ut(t,e)&&Qe(e,0)}),o.clearOnEnter&&ye(o,\"beforeCursorEnter\",function(){return o.clear()}),o.readOnly&&(Lt=!0,(t.history.done.length||t.history.undone.length)&&t.clearHistory()),o.collapsed&&(o.id=++oo,o.atomic=!0),a){if(l&&(a.curOp.updateMaxLine=!0),o.collapsed)tr(a,n.line,r.line+1);else if(o.className||o.startStyle||o.endStyle||o.css||o.attributes||o.title)for(var u=n.line;u<=r.line;u++)nr(a,u,\"text\");o.atomic&&Ri(a.doc),ln(a,\"markerAdded\",a,o)}return o}lo.prototype.clear=function(){if(!this.explicitlyCleared){var e,t=this.doc.cm,n=t&&!t.curOp;n&&Hr(t),!Le(this,\"clear\")||(e=this.find())&&ln(this,\"clear\",e.from,e.to);for(var r=null,i=null,o=0;o<this.lines.length;++o){var l=this.lines[o],s=Mt(l.markedSpans,this);t&&!this.collapsed?nr(t,Je(l),\"text\"):t&&(null!=s.to&&(i=Je(l)),null!=s.from&&(r=Je(l))),l.markedSpans=function(e,t){for(var n,r=0;r<e.length;++r)e[r]!=t&&(n=n||[]).push(e[r]);return n}(l.markedSpans,s),null==s.from&&this.collapsed&&!Ut(this.doc,l)&&t&&Qe(l,Yn(t.display))}if(t&&this.collapsed&&!t.options.lineWrapping)for(var a=0;a<this.lines.length;++a){var u=zt(this.lines[a]),c=Kt(u);c>t.display.maxLineLength&&(t.display.maxLine=u,t.display.maxLineLength=c,t.display.maxLineChanged=!0)}null!=r&&t&&this.collapsed&&tr(t,r,i+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,t&&Ri(t.doc)),t&&ln(t,\"markerCleared\",t,this,r,i),n&&Fr(t),this.parent&&this.parent.clear()}},lo.prototype.find=function(e,t){var n,r;null==e&&\"bookmark\"==this.type&&(e=1);for(var i=0;i<this.lines.length;++i){var o=this.lines[i],l=Mt(o.markedSpans,this);if(null!=l.from&&(n=rt(t?o:Je(o),l.from),-1==e))return n;if(null!=l.to&&(r=rt(t?o:Je(o),l.to),1==e))return r}return n&&{from:n,to:r}},lo.prototype.changed=function(){var n=this,r=this.find(-1,!0),i=this,o=this.doc.cm;r&&o&&Er(o,function(){var e=r.line,t=Je(r.line),t=kn(o,t);t&&(Dn(t),o.curOp.selectionChanged=o.curOp.forceUpdate=!0),o.curOp.updateMaxLine=!0,Ut(i.doc,e)||null==i.height||(t=i.height,i.height=null,(t=gn(i)-t)&&Qe(e,e.height+t)),ln(o,\"markerChanged\",o,n)})},lo.prototype.attachLine=function(e){var t;!this.lines.length&&this.doc.cm&&((t=this.doc.cm.curOp).maybeHiddenMarkers&&-1!=R(t.maybeHiddenMarkers,this)||(t.maybeUnhiddenMarkers||(t.maybeUnhiddenMarkers=[])).push(this)),this.lines.push(e)},lo.prototype.detachLine=function(e){this.lines.splice(R(this.lines,e),1),!this.lines.length&&this.doc.cm&&((e=this.doc.cm.curOp).maybeHiddenMarkers||(e.maybeHiddenMarkers=[])).push(this)},ke(lo);var ao=function(e,t){this.markers=e,this.primary=t;for(var n=0;n<e.length;++n)e[n].parent=this};function uo(e){return e.findMarks(rt(e.first,0),e.clipPos(rt(e.lastLine())),function(e){return e.parent})}ao.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var e=0;e<this.markers.length;++e)this.markers[e].clear();ln(this,\"clear\")}},ao.prototype.find=function(e,t){return this.primary.find(e,t)},ke(ao);var co=0,ho=function(e,t,n,r,i){if(!(this instanceof ho))return new ho(e,t,n,r,i);null==n&&(n=0),no.call(this,[new to([new Xt(\"\",null)])]),this.first=n,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1;n=rt(this.modeFrontier=this.highlightFrontier=n,0);this.sel=si(n),this.history=new bi(null),this.id=++co,this.modeOption=t,this.lineSep=r,this.direction=\"rtl\"==i?\"rtl\":\"ltr\",this.extend=!1,\"string\"==typeof e&&(e=this.splitLines(e)),gi(this,{from:n,to:n,text:e}),Ei(this,si(n),G)};ho.prototype=q(no.prototype,{constructor:ho,iter:function(e,t,n){n?this.iterN(e-this.first,t-e,n):this.iterN(this.first,this.first+this.size,e)},insert:function(e,t){for(var n=0,r=0;r<t.length;++r)n+=t[r].height;this.insertInner(e-this.first,t,n)},remove:function(e,t){this.removeInner(e-this.first,t)},getValue:function(e){var t=Ze(this,this.first,this.first+this.size);return!1===e?t:t.join(e||this.lineSeparator())},setValue:Rr(function(e){var t=rt(this.first,0),n=this.first+this.size-1;ji(this,{from:t,to:rt(n,$e(this,n).text.length),text:this.splitLines(e),origin:\"setValue\",full:!0},!0),this.cm&&xr(this.cm,0,0),Ei(this,si(t),G)}),replaceRange:function(e,t,n,r){qi(this,e,t=ct(this,t),n=n?ct(this,n):t,r)},getRange:function(e,t,n){t=qe(this,ct(this,e),ct(this,t));return!1===n?t:t.join(n||this.lineSeparator())},getLine:function(e){e=this.getLineHandle(e);return e&&e.text},getLineHandle:function(e){if(tt(this,e))return $e(this,e)},getLineNumber:Je,getLineHandleVisualStart:function(e){return\"number\"==typeof e&&(e=$e(this,e)),zt(e)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(e){return ct(this,e)},getCursor:function(e){var t=this.sel.primary(),t=null==e||\"head\"==e?t.head:\"anchor\"==e?t.anchor:\"end\"==e||\"to\"==e||!1===e?t.to():t.from();return t},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:Rr(function(e,t,n){Hi(this,ct(this,\"number\"==typeof e?rt(e,t||0):e),null,n)}),setSelection:Rr(function(e,t,n){Hi(this,ct(this,e),ct(this,t||e),n)}),extendSelection:Rr(function(e,t,n){Oi(this,ct(this,e),t&&ct(this,t),n)}),extendSelections:Rr(function(e,t){Di(this,ht(this,e),t)}),extendSelectionsBy:Rr(function(e,t){Di(this,ht(this,_(this.sel.ranges,e)),t)}),setSelections:Rr(function(e,t,n){if(e.length){for(var r=[],i=0;i<e.length;i++)r[i]=new oi(ct(this,e[i].anchor),ct(this,e[i].head));null==t&&(t=Math.min(e.length-1,this.sel.primIndex)),Ei(this,li(this.cm,r,t),n)}}),addSelection:Rr(function(e,t,n){var r=this.sel.ranges.slice(0);r.push(new oi(ct(this,e),ct(this,t||e))),Ei(this,li(this.cm,r,r.length-1),n)}),getSelection:function(e){for(var t=this.sel.ranges,n=0;n<t.length;n++)var r=qe(this,t[n].from(),t[n].to()),i=i?i.concat(r):r;return!1===e?i:i.join(e||this.lineSeparator())},getSelections:function(e){for(var t=[],n=this.sel.ranges,r=0;r<n.length;r++){var i=qe(this,n[r].from(),n[r].to());!1!==e&&(i=i.join(e||this.lineSeparator())),t[r]=i}return t},replaceSelection:function(e,t,n){for(var r=[],i=0;i<this.sel.ranges.length;i++)r[i]=e;this.replaceSelections(r,t,n||\"+input\")},replaceSelections:Rr(function(e,t,n){for(var r=[],i=this.sel,o=0;o<i.ranges.length;o++){var l=i.ranges[o];r[o]={from:l.from(),to:l.to(),text:this.splitLines(e[o]),origin:n}}for(var t=t&&\"end\"!=t&&function(e,t,n){for(var r=[],i=u=rt(e.first,0),o=0;o<t.length;o++){var l=t[o],s=hi(l.from,u,i),a=hi(ai(l),u,i),u=l.to,i=a;\"around\"==n?(l=it((l=e.sel.ranges[o]).head,l.anchor)<0,r[o]=new oi(l?a:s,l?s:a)):r[o]=new oi(s,s)}return new ii(r,e.sel.primIndex)}(this,r,t),s=r.length-1;0<=s;s--)ji(this,r[s]);t?Fi(this,t):this.cm&&wr(this.cm)}),undo:Rr(function(){Yi(this,\"undo\")}),redo:Rr(function(){Yi(this,\"redo\")}),undoSelection:Rr(function(){Yi(this,\"undo\",!0)}),redoSelection:Rr(function(){Yi(this,\"redo\",!0)}),setExtending:function(e){this.extend=e},getExtending:function(){return this.extend},historySize:function(){for(var e=this.history,t=0,n=0,r=0;r<e.done.length;r++)e.done[r].ranges||++t;for(var i=0;i<e.undone.length;i++)e.undone[i].ranges||++n;return{undo:t,redo:n}},clearHistory:function(){var t=this;this.history=new bi(this.history.maxGeneration),mi(this,function(e){return e.history=t.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(e){return e&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function(e){return this.history.generation==(e||this.cleanGeneration)},getHistory:function(){return{done:Ni(this.history.done),undone:Ni(this.history.undone)}},setHistory:function(e){var t=this.history=new bi(this.history.maxGeneration);t.done=Ni(e.done.slice(0),null,!0),t.undone=Ni(e.undone.slice(0),null,!0)},setGutterMarker:Rr(function(e,n,r){return eo(this,e,\"gutter\",function(e){var t=e.gutterMarkers||(e.gutterMarkers={});return!(t[n]=r)&&ee(t)&&(e.gutterMarkers=null),1})}),clearGutter:Rr(function(t){var n=this;this.iter(function(e){e.gutterMarkers&&e.gutterMarkers[t]&&eo(n,e,\"gutter\",function(){return e.gutterMarkers[t]=null,ee(e.gutterMarkers)&&(e.gutterMarkers=null),1})})}),lineInfo:function(e){var t;if(\"number\"==typeof e){if(!tt(this,e))return null;if(!(e=$e(this,t=e)))return null}else if(null==(t=Je(e)))return null;return{line:t,handle:e,text:e.text,gutterMarkers:e.gutterMarkers,textClass:e.textClass,bgClass:e.bgClass,wrapClass:e.wrapClass,widgets:e.widgets}},addLineClass:Rr(function(e,n,r){return eo(this,e,\"gutter\"==n?\"gutter\":\"class\",function(e){var t=\"text\"==n?\"textClass\":\"background\"==n?\"bgClass\":\"gutter\"==n?\"gutterClass\":\"wrapClass\";if(e[t]){if(C(r).test(e[t]))return;e[t]+=\" \"+r}else e[t]=r;return 1})}),removeLineClass:Rr(function(e,o,l){return eo(this,e,\"gutter\"==o?\"gutter\":\"class\",function(e){var t=\"text\"==o?\"textClass\":\"background\"==o?\"bgClass\":\"gutter\"==o?\"gutterClass\":\"wrapClass\",n=e[t];if(n){if(null==l)e[t]=null;else{var r=n.match(C(l));if(!r)return;var i=r.index+r[0].length;e[t]=n.slice(0,r.index)+(r.index&&i!=n.length?\" \":\"\")+n.slice(i)||null}return 1}})}),addLineWidget:Rr(function(e,t,n){return e=e,i=new ro(r=this,t,n),(o=r.cm)&&i.noHScroll&&(o.display.alignWidgets=!0),eo(r,e,\"widget\",function(e){var t=e.widgets||(e.widgets=[]);return null==i.insertAt?t.push(i):t.splice(Math.min(t.length,Math.max(0,i.insertAt)),0,i),i.line=e,o&&!Ut(r,e)&&(t=Vt(e)<r.scrollTop,Qe(e,e.height+gn(i)),t&&br(o,i.height),o.curOp.forceUpdate=!0),1}),o&&ln(o,\"lineWidgetAdded\",o,i,\"number\"==typeof e?e:Je(e)),i;var r,i,o}),removeLineWidget:function(e){e.clear()},markText:function(e,t,n){return so(this,ct(this,e),ct(this,t),n,n&&n.type||\"range\")},setBookmark:function(e,t){t={replacedWith:t&&(null==t.nodeType?t.widget:t),insertLeft:t&&t.insertLeft,clearWhenEmpty:!1,shared:t&&t.shared,handleMouseEvents:t&&t.handleMouseEvents};return so(this,e=ct(this,e),e,t,\"bookmark\")},findMarksAt:function(e){var t=[],n=$e(this,(e=ct(this,e)).line).markedSpans;if(n)for(var r=0;r<n.length;++r){var i=n[r];(null==i.from||i.from<=e.ch)&&(null==i.to||i.to>=e.ch)&&t.push(i.marker.parent||i.marker)}return t},findMarks:function(i,o,l){i=ct(this,i),o=ct(this,o);var s=[],a=i.line;return this.iter(i.line,o.line+1,function(e){var t=e.markedSpans;if(t)for(var n=0;n<t.length;n++){var r=t[n];null!=r.to&&a==i.line&&i.ch>=r.to||null==r.from&&a!=i.line||null!=r.from&&a==o.line&&r.from>=o.ch||l&&!l(r.marker)||s.push(r.marker.parent||r.marker)}++a}),s},getAllMarks:function(){var r=[];return this.iter(function(e){var t=e.markedSpans;if(t)for(var n=0;n<t.length;++n)null!=t[n].from&&r.push(t[n].marker)}),r},posFromIndex:function(t){var n,r=this.first,i=this.lineSeparator().length;return this.iter(function(e){e=e.text.length+i;if(t<e)return n=t,!0;t-=e,++r}),ct(this,rt(r,n))},indexFromPos:function(e){var t=(e=ct(this,e)).ch;if(e.line<this.first||e.ch<0)return 0;var n=this.lineSeparator().length;return this.iter(this.first,e.line,function(e){t+=e.text.length+n}),t},copy:function(e){var t=new ho(Ze(this,this.first,this.first+this.size),this.modeOption,this.first,this.lineSep,this.direction);return t.scrollTop=this.scrollTop,t.scrollLeft=this.scrollLeft,t.sel=this.sel,t.extend=!1,e&&(t.history.undoDepth=this.history.undoDepth,t.setHistory(this.getHistory())),t},linkedDoc:function(e){e=e||{};var t=this.first,n=this.first+this.size;null!=e.from&&e.from>t&&(t=e.from),null!=e.to&&e.to<n&&(n=e.to);t=new ho(Ze(this,t,n),e.mode||this.modeOption,t,this.lineSep,this.direction);return e.sharedHist&&(t.history=this.history),(this.linked||(this.linked=[])).push({doc:t,sharedHist:e.sharedHist}),t.linked=[{doc:this,isParent:!0,sharedHist:e.sharedHist}],function(e,t){for(var n=0;n<t.length;n++){var r=t[n],i=r.find(),o=e.clipPos(i.from),i=e.clipPos(i.to);it(o,i)&&(i=so(e,o,i,r.primary,r.primary.type),r.markers.push(i),i.parent=r)}}(t,uo(this)),t},unlinkDoc:function(e){if(e instanceof ul&&(e=e.doc),this.linked)for(var t=0;t<this.linked.length;++t)if(this.linked[t].doc==e){this.linked.splice(t,1),e.unlinkDoc(this),function(o){for(var e=0;e<o.length;e++)!function(e){var t=o[e],n=[t.primary.doc];mi(t.primary.doc,function(e){return n.push(e)});for(var r=0;r<t.markers.length;r++){var i=t.markers[r];-1==R(n,i.doc)&&(i.parent=null,t.markers.splice(r--,1))}}(e)}(uo(this));break}var n;e.history==this.history&&(n=[e.id],mi(e,function(e){return n.push(e.id)},!0),e.history=new bi(null),e.history.done=Ni(this.history.done,n),e.history.undone=Ni(this.history.undone,n))},iterLinkedDocs:function(e){mi(this,e)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function(e){return this.lineSep?e.split(this.lineSep):Ee(e)},lineSeparator:function(){return this.lineSep||\"\\n\"},setDirection:Rr(function(e){var t;\"rtl\"!=e&&(e=\"ltr\"),e!=this.direction&&(this.direction=e,this.iter(function(e){return e.order=null}),this.cm&&Er(t=this.cm,function(){yi(t),tr(t)}))})}),ho.prototype.eachLine=ho.prototype.iter;var fo=0;function po(e){var r=this;if(go(r),!Ce(r,e)&&!mn(r.display,e)){Te(e),w&&(fo=+new Date);var t=Jn(r,e,!0),n=e.dataTransfer.files;if(t&&!r.isReadOnly())if(n&&n.length&&window.FileReader&&window.File)for(var i=n.length,o=Array(i),l=0,s=function(){++l==i&&Pr(r,function(){var e={from:t=ct(r.doc,t),to:t,text:r.doc.splitLines(o.filter(function(e){return null!=e}).join(r.doc.lineSeparator())),origin:\"paste\"};ji(r.doc,e),Fi(r.doc,si(ct(r.doc,t),ct(r.doc,ai(e))))})()},a=0;a<n.length;a++)!function(e,t){var n;r.options.allowDropFileTypes&&-1==R(r.options.allowDropFileTypes,e.type)?s():((n=new FileReader).onerror=s,n.onload=function(){var e=n.result;/[\\x00-\\x08\\x0e-\\x1f]{2}/.test(e)||(o[t]=e),s()},n.readAsText(e))}(n[a],a);else{if(r.state.draggingText&&-1<r.doc.sel.contains(t))return r.state.draggingText(e),void setTimeout(function(){return r.display.input.focus()},20);try{var u,c=e.dataTransfer.getData(\"Text\");if(c){if(r.state.draggingText&&!r.state.draggingText.copy&&(u=r.listSelections()),Pi(r.doc,si(t,t)),u)for(var h=0;h<u.length;++h)qi(r.doc,\"\",u[h].anchor,u[h].head,\"drag\");r.replaceSelection(c,\"around\",\"paste\"),r.display.input.focus()}}catch(e){}}}}function go(e){e.display.dragCursor&&(e.display.lineSpace.removeChild(e.display.dragCursor),e.display.dragCursor=null)}function mo(t){if(document.getElementsByClassName){for(var e=document.getElementsByClassName(\"CodeMirror\"),n=[],r=0;r<e.length;r++){var i=e[r].CodeMirror;i&&n.push(i)}n.length&&n[0].operation(function(){for(var e=0;e<n.length;e++)t(n[e])})}}var vo=!1;function yo(){var e;vo||(ye(window,\"resize\",function(){null==e&&(e=setTimeout(function(){e=null,mo(bo)},100))}),ye(window,\"blur\",function(){return mo(pr)}),vo=!0)}function bo(e){var t=e.display;t.cachedCharWidth=t.cachedTextHeight=t.cachedPaddingH=null,t.scrollbarsClipped=!1,e.setSize()}for(var wo={3:\"Pause\",8:\"Backspace\",9:\"Tab\",13:\"Enter\",16:\"Shift\",17:\"Ctrl\",18:\"Alt\",19:\"Pause\",20:\"CapsLock\",27:\"Esc\",32:\"Space\",33:\"PageUp\",34:\"PageDown\",35:\"End\",36:\"Home\",37:\"Left\",38:\"Up\",39:\"Right\",40:\"Down\",44:\"PrintScrn\",45:\"Insert\",46:\"Delete\",59:\";\",61:\"=\",91:\"Mod\",92:\"Mod\",93:\"Mod\",106:\"*\",107:\"=\",109:\"-\",110:\".\",111:\"/\",145:\"ScrollLock\",173:\"-\",186:\";\",187:\"=\",188:\",\",189:\"-\",190:\".\",191:\"/\",192:\"`\",219:\"[\",220:\"\\\\\",221:\"]\",222:\"'\",224:\"Mod\",63232:\"Up\",63233:\"Down\",63234:\"Left\",63235:\"Right\",63272:\"Delete\",63273:\"Home\",63275:\"End\",63276:\"PageUp\",63277:\"PageDown\",63302:\"Insert\"},xo=0;xo<10;xo++)wo[xo+48]=wo[xo+96]=String(xo);for(var Co=65;Co<=90;Co++)wo[Co]=String.fromCharCode(Co);for(var So=1;So<=12;So++)wo[So+111]=wo[So+63235]=\"F\"+So;var Lo={};function ko(e){var t,n,r,i,o=e.split(/-(?!$)/);e=o[o.length-1];for(var l=0;l<o.length-1;l++){var s=o[l];if(/^(cmd|meta|m)$/i.test(s))i=!0;else if(/^a(lt)?$/i.test(s))t=!0;else if(/^(c|ctrl|control)$/i.test(s))n=!0;else{if(!/^s(hift)?$/i.test(s))throw new Error(\"Unrecognized modifier name: \"+s);r=!0}}return t&&(e=\"Alt-\"+e),n&&(e=\"Ctrl-\"+e),i&&(e=\"Cmd-\"+e),r&&(e=\"Shift-\"+e),e}function To(e){var t,n,r={};for(t in e)if(e.hasOwnProperty(t)){var i=e[t];if(!/^(name|fallthrough|(de|at)tach)$/.test(t))if(\"...\"!=i){for(var o=_(t.split(\" \"),ko),l=0;l<o.length;l++){var s=void 0,a=void 0,s=l==o.length-1?(a=o.join(\" \"),i):(a=o.slice(0,l+1).join(\" \"),\"...\"),u=r[a];if(u){if(u!=s)throw new Error(\"Inconsistent bindings for \"+a)}else r[a]=s}delete e[t]}else delete e[t]}for(n in r)e[n]=r[n];return e}function Mo(e,t,n,r){var i=(t=Do(t)).call?t.call(e,r):t[e];if(!1===i)return\"nothing\";if(\"...\"===i)return\"multi\";if(null!=i&&n(i))return\"handled\";if(t.fallthrough){if(\"[object Array]\"!=Object.prototype.toString.call(t.fallthrough))return Mo(e,t.fallthrough,n,r);for(var o=0;o<t.fallthrough.length;o++){var l=Mo(e,t.fallthrough[o],n,r);if(l)return l}}}function No(e){e=\"string\"==typeof e?e:wo[e.keyCode];return\"Ctrl\"==e||\"Alt\"==e||\"Shift\"==e||\"Mod\"==e}function Ao(e,t,n){var r=e;return t.altKey&&\"Alt\"!=r&&(e=\"Alt-\"+e),(b?t.metaKey:t.ctrlKey)&&\"Ctrl\"!=r&&(e=\"Ctrl-\"+e),(b?t.ctrlKey:t.metaKey)&&\"Mod\"!=r&&(e=\"Cmd-\"+e),!n&&t.shiftKey&&\"Shift\"!=r&&(e=\"Shift-\"+e),e}function Oo(e,t){if(p&&34==e.keyCode&&e.char)return!1;var n=wo[e.keyCode];return null!=n&&!e.altGraphKey&&(3==e.keyCode&&e.code&&(n=e.code),Ao(n,e,t))}function Do(e){return\"string\"==typeof e?Lo[e]:e}function Wo(t,e){for(var n=t.doc.sel.ranges,r=[],i=0;i<n.length;i++){for(var o=e(n[i]);r.length&&it(o.from,Y(r).to)<=0;){var l=r.pop();if(it(l.from,o.from)<0){o.from=l.from;break}}r.push(o)}Er(t,function(){for(var e=r.length-1;0<=e;e--)qi(t.doc,\"\",r[e].from,r[e].to,\"+delete\");wr(t)})}function Ho(e,t,n){n=re(e.text,t+n,n);return n<0||n>e.text.length?null:n}function Fo(e,t,n){e=Ho(e,t.ch,n);return null==e?null:new rt(t.line,e,n<0?\"after\":\"before\")}function Eo(e,t,n,r,i){if(e){\"rtl\"==t.doc.direction&&(i=-i);var o=me(n,t.doc.direction);if(o){var l,s,a,e=i<0?Y(o):o[0],o=i<0==(1==e.level)?\"after\":\"before\";return 0<e.level||\"rtl\"==t.doc.direction?(l=Tn(t,n),s=i<0?n.text.length-1:0,a=Mn(t,l,s).top,s=ie(function(e){return Mn(t,l,e).top==a},i<0==(1==e.level)?e.from:e.to-1,s),\"before\"==o&&(s=Ho(n,s,1))):s=i<0?e.to:e.from,new rt(r,s,o)}}return new rt(r,i<0?n.text.length:0,i<0?\"before\":\"after\")}function Po(t,n,s,e){var a=me(n,t.doc.direction);if(!a)return Fo(n,s,e);s.ch>=n.text.length?(s.ch=n.text.length,s.sticky=\"before\"):s.ch<=0&&(s.ch=0,s.sticky=\"after\");var r=le(a,s.ch,s.sticky),i=a[r];if(\"ltr\"==t.doc.direction&&i.level%2==0&&(0<e?i.to>s.ch:i.from<s.ch))return Fo(n,s,e);function u(e,t){return Ho(n,e instanceof rt?e.ch:e,t)}function o(e){return t.options.lineWrapping?(l=l||Tn(t,n),jn(t,n,l,e)):{begin:0,end:n.text.length}}var l,c=o(\"before\"==s.sticky?u(s,-1):s.ch);if(\"rtl\"==t.doc.direction||1==i.level){var h=1==i.level==e<0,d=u(s,h?1:-1);if(null!=d&&(h?d<=i.to&&d<=c.end:d>=i.from&&d>=c.begin)){var f=h?\"before\":\"after\";return new rt(s.line,d,f)}}f=function(e,t,n){for(var r=function(e,t){return t?new rt(s.line,u(e,1),\"before\"):new rt(s.line,e,\"after\")};0<=e&&e<a.length;e+=t){var i=a[e],o=0<t==(1!=i.level),l=o?n.begin:u(n.end,-1);if(i.from<=l&&l<i.to)return r(l,o);if(l=o?i.from:u(i.to,-1),n.begin<=l&&l<n.end)return r(l,o)}},r=f(r+e,e,c);if(r)return r;c=0<e?c.end:u(c.begin,-1);return null==c||0<e&&c==n.text.length||!(r=f(0<e?0:a.length-1,e,o(c)))?null:r}Lo.basic={Left:\"goCharLeft\",Right:\"goCharRight\",Up:\"goLineUp\",Down:\"goLineDown\",End:\"goLineEnd\",Home:\"goLineStartSmart\",PageUp:\"goPageUp\",PageDown:\"goPageDown\",Delete:\"delCharAfter\",Backspace:\"delCharBefore\",\"Shift-Backspace\":\"delCharBefore\",Tab:\"defaultTab\",\"Shift-Tab\":\"indentAuto\",Enter:\"newlineAndIndent\",Insert:\"toggleOverwrite\",Esc:\"singleSelection\"},Lo.pcDefault={\"Ctrl-A\":\"selectAll\",\"Ctrl-D\":\"deleteLine\",\"Ctrl-Z\":\"undo\",\"Shift-Ctrl-Z\":\"redo\",\"Ctrl-Y\":\"redo\",\"Ctrl-Home\":\"goDocStart\",\"Ctrl-End\":\"goDocEnd\",\"Ctrl-Up\":\"goLineUp\",\"Ctrl-Down\":\"goLineDown\",\"Ctrl-Left\":\"goGroupLeft\",\"Ctrl-Right\":\"goGroupRight\",\"Alt-Left\":\"goLineStart\",\"Alt-Right\":\"goLineEnd\",\"Ctrl-Backspace\":\"delGroupBefore\",\"Ctrl-Delete\":\"delGroupAfter\",\"Ctrl-S\":\"save\",\"Ctrl-F\":\"find\",\"Ctrl-G\":\"findNext\",\"Shift-Ctrl-G\":\"findPrev\",\"Shift-Ctrl-F\":\"replace\",\"Shift-Ctrl-R\":\"replaceAll\",\"Ctrl-[\":\"indentLess\",\"Ctrl-]\":\"indentMore\",\"Ctrl-U\":\"undoSelection\",\"Shift-Ctrl-U\":\"redoSelection\",\"Alt-U\":\"redoSelection\",fallthrough:\"basic\"},Lo.emacsy={\"Ctrl-F\":\"goCharRight\",\"Ctrl-B\":\"goCharLeft\",\"Ctrl-P\":\"goLineUp\",\"Ctrl-N\":\"goLineDown\",\"Alt-F\":\"goWordRight\",\"Alt-B\":\"goWordLeft\",\"Ctrl-A\":\"goLineStart\",\"Ctrl-E\":\"goLineEnd\",\"Ctrl-V\":\"goPageDown\",\"Shift-Ctrl-V\":\"goPageUp\",\"Ctrl-D\":\"delCharAfter\",\"Ctrl-H\":\"delCharBefore\",\"Alt-D\":\"delWordAfter\",\"Alt-Backspace\":\"delWordBefore\",\"Ctrl-K\":\"killLine\",\"Ctrl-T\":\"transposeChars\",\"Ctrl-O\":\"openLine\"},Lo.macDefault={\"Cmd-A\":\"selectAll\",\"Cmd-D\":\"deleteLine\",\"Cmd-Z\":\"undo\",\"Shift-Cmd-Z\":\"redo\",\"Cmd-Y\":\"redo\",\"Cmd-Home\":\"goDocStart\",\"Cmd-Up\":\"goDocStart\",\"Cmd-End\":\"goDocEnd\",\"Cmd-Down\":\"goDocEnd\",\"Alt-Left\":\"goGroupLeft\",\"Alt-Right\":\"goGroupRight\",\"Cmd-Left\":\"goLineLeft\",\"Cmd-Right\":\"goLineRight\",\"Alt-Backspace\":\"delGroupBefore\",\"Ctrl-Alt-Backspace\":\"delGroupAfter\",\"Alt-Delete\":\"delGroupAfter\",\"Cmd-S\":\"save\",\"Cmd-F\":\"find\",\"Cmd-G\":\"findNext\",\"Shift-Cmd-G\":\"findPrev\",\"Cmd-Alt-F\":\"replace\",\"Shift-Cmd-Alt-F\":\"replaceAll\",\"Cmd-[\":\"indentLess\",\"Cmd-]\":\"indentMore\",\"Cmd-Backspace\":\"delWrappedLineLeft\",\"Cmd-Delete\":\"delWrappedLineRight\",\"Cmd-U\":\"undoSelection\",\"Shift-Cmd-U\":\"redoSelection\",\"Ctrl-Up\":\"goDocStart\",\"Ctrl-Down\":\"goDocEnd\",fallthrough:[\"basic\",\"emacsy\"]},Lo.default=g?Lo.macDefault:Lo.pcDefault;var Io={selectAll:Vi,singleSelection:function(e){return e.setSelection(e.getCursor(\"anchor\"),e.getCursor(\"head\"),G)},killLine:function(n){return Wo(n,function(e){if(e.empty()){var t=$e(n.doc,e.head.line).text.length;return e.head.ch==t&&e.head.line<n.lastLine()?{from:e.head,to:rt(e.head.line+1,0)}:{from:e.head,to:rt(e.head.line,t)}}return{from:e.from(),to:e.to()}})},deleteLine:function(t){return Wo(t,function(e){return{from:rt(e.from().line,0),to:ct(t.doc,rt(e.to().line+1,0))}})},delLineLeft:function(e){return Wo(e,function(e){return{from:rt(e.from().line,0),to:e.from()}})},delWrappedLineLeft:function(n){return Wo(n,function(e){var t=n.charCoords(e.head,\"div\").top+5;return{from:n.coordsChar({left:0,top:t},\"div\"),to:e.from()}})},delWrappedLineRight:function(n){return Wo(n,function(e){var t=n.charCoords(e.head,\"div\").top+5,t=n.coordsChar({left:n.display.lineDiv.offsetWidth+100,top:t},\"div\");return{from:e.from(),to:t}})},undo:function(e){return e.undo()},redo:function(e){return e.redo()},undoSelection:function(e){return e.undoSelection()},redoSelection:function(e){return e.redoSelection()},goDocStart:function(e){return e.extendSelection(rt(e.firstLine(),0))},goDocEnd:function(e){return e.extendSelection(rt(e.lastLine()))},goLineStart:function(t){return t.extendSelectionsBy(function(e){return Ro(t,e.head.line)},{origin:\"+move\",bias:1})},goLineStartSmart:function(t){return t.extendSelectionsBy(function(e){return zo(t,e.head)},{origin:\"+move\",bias:1})},goLineEnd:function(t){return t.extendSelectionsBy(function(e){return function(e,t){var n=$e(e.doc,t),r=function(e){for(var t;t=It(e);)e=t.find(1,!0).line;return e}(n);r!=n&&(t=Je(r));return Eo(!0,e,n,t,-1)}(t,e.head.line)},{origin:\"+move\",bias:-1})},goLineRight:function(t){return t.extendSelectionsBy(function(e){e=t.cursorCoords(e.head,\"div\").top+5;return t.coordsChar({left:t.display.lineDiv.offsetWidth+100,top:e},\"div\")},V)},goLineLeft:function(t){return t.extendSelectionsBy(function(e){e=t.cursorCoords(e.head,\"div\").top+5;return t.coordsChar({left:0,top:e},\"div\")},V)},goLineLeftSmart:function(n){return n.extendSelectionsBy(function(e){var t=n.cursorCoords(e.head,\"div\").top+5,t=n.coordsChar({left:0,top:t},\"div\");return t.ch<n.getLine(t.line).search(/\\S/)?zo(n,e.head):t},V)},goLineUp:function(e){return e.moveV(-1,\"line\")},goLineDown:function(e){return e.moveV(1,\"line\")},goPageUp:function(e){return e.moveV(-1,\"page\")},goPageDown:function(e){return e.moveV(1,\"page\")},goCharLeft:function(e){return e.moveH(-1,\"char\")},goCharRight:function(e){return e.moveH(1,\"char\")},goColumnLeft:function(e){return e.moveH(-1,\"column\")},goColumnRight:function(e){return e.moveH(1,\"column\")},goWordLeft:function(e){return e.moveH(-1,\"word\")},goGroupRight:function(e){return e.moveH(1,\"group\")},goGroupLeft:function(e){return e.moveH(-1,\"group\")},goWordRight:function(e){return e.moveH(1,\"word\")},delCharBefore:function(e){return e.deleteH(-1,\"codepoint\")},delCharAfter:function(e){return e.deleteH(1,\"char\")},delWordBefore:function(e){return e.deleteH(-1,\"word\")},delWordAfter:function(e){return e.deleteH(1,\"word\")},delGroupBefore:function(e){return e.deleteH(-1,\"group\")},delGroupAfter:function(e){return e.deleteH(1,\"group\")},indentAuto:function(e){return e.indentSelection(\"smart\")},indentMore:function(e){return e.indentSelection(\"add\")},indentLess:function(e){return e.indentSelection(\"subtract\")},insertTab:function(e){return e.replaceSelection(\"\\t\")},insertSoftTab:function(e){for(var t=[],n=e.listSelections(),r=e.options.tabSize,i=0;i<n.length;i++){var o=n[i].from(),o=P(e.getLine(o.line),o.ch,r);t.push(X(r-o%r))}e.replaceSelections(t)},defaultTab:function(e){e.somethingSelected()?e.indentSelection(\"add\"):e.execCommand(\"insertTab\")},transposeChars:function(l){return Er(l,function(){for(var e,t,n,r=l.listSelections(),i=[],o=0;o<r.length;o++)r[o].empty()&&(e=r[o].head,(t=$e(l.doc,e.line).text)&&(e.ch==t.length&&(e=new rt(e.line,e.ch-1)),0<e.ch?(e=new rt(e.line,e.ch+1),l.replaceRange(t.charAt(e.ch-1)+t.charAt(e.ch-2),rt(e.line,e.ch-2),e,\"+transpose\")):e.line>l.doc.first&&((n=$e(l.doc,e.line-1).text)&&(e=new rt(e.line,1),l.replaceRange(t.charAt(0)+l.doc.lineSeparator()+n.charAt(n.length-1),rt(e.line-1,n.length-1),e,\"+transpose\")))),i.push(new oi(e,e)));l.setSelections(i)})},newlineAndIndent:function(r){return Er(r,function(){for(var e=r.listSelections(),t=e.length-1;0<=t;t--)r.replaceRange(r.doc.lineSeparator(),e[t].anchor,e[t].head,\"+input\");e=r.listSelections();for(var n=0;n<e.length;n++)r.indentLine(e[n].from().line,null,!0);wr(r)})},openLine:function(e){return e.replaceSelection(\"\\n\",\"start\")},toggleOverwrite:function(e){return e.toggleOverwrite()}};function Ro(e,t){var n=$e(e.doc,t),r=zt(n);return r!=n&&(t=Je(r)),Eo(!0,e,r,t,1)}function zo(e,t){var n=Ro(e,t.line),r=$e(e.doc,n.line),e=me(r,e.doc.direction);if(e&&0!=e[0].level)return n;r=Math.max(n.ch,r.text.search(/\\S/)),t=t.line==n.line&&t.ch<=r&&t.ch;return rt(n.line,t?0:r,n.sticky)}function Bo(e,t,n){if(\"string\"==typeof t&&!(t=Io[t]))return!1;e.display.input.ensurePolled();var r=e.display.shift,i=!1;try{e.isReadOnly()&&(e.state.suppressEdits=!0),n&&(e.display.shift=!1),i=t(e)!=B}finally{e.display.shift=r,e.state.suppressEdits=!1}return i}var Go=new I;function Uo(e,t,n,r){var i=e.state.keySeq;if(i){if(No(t))return\"handled\";if(/\\'$/.test(t)?e.state.keySeq=null:Go.set(50,function(){e.state.keySeq==i&&(e.state.keySeq=null,e.display.input.reset())}),Vo(e,i+\" \"+t,n,r))return!0}return Vo(e,t,n,r)}function Vo(e,t,n,r){r=function(e,t,n){for(var r=0;r<e.state.keyMaps.length;r++){var i=Mo(t,e.state.keyMaps[r],n,e);if(i)return i}return e.options.extraKeys&&Mo(t,e.options.extraKeys,n,e)||Mo(t,e.options.keyMap,n,e)}(e,t,r);return\"multi\"==r&&(e.state.keySeq=t),\"handled\"==r&&ln(e,\"keyHandled\",e,t,n),\"handled\"!=r&&\"multi\"!=r||(Te(n),cr(e)),!!r}function Ko(t,e){var n=Oo(e,!0);return!!n&&(e.shiftKey&&!t.state.keySeq?Uo(t,\"Shift-\"+n,e,function(e){return Bo(t,e,!0)})||Uo(t,n,e,function(e){if(\"string\"==typeof e?/^go[A-Z]/.test(e):e.motion)return Bo(t,e)}):Uo(t,n,e,function(e){return Bo(t,e)}))}var jo=null;function Xo(e){var t,n,r,i=this;function o(e){18!=e.keyCode&&e.altKey||(L(r,\"CodeMirror-crosshair\"),we(document,\"keyup\",o),we(document,\"mouseover\",o))}e.target&&e.target!=i.display.input.getField()||(i.curOp.focus=O(),Ce(i,e)||(w&&v<11&&27==e.keyCode&&(e.returnValue=!1),t=e.keyCode,i.display.shift=16==t||e.shiftKey,n=Ko(i,e),p&&(jo=n?t:null,!n&&88==t&&!Ie&&(g?e.metaKey:e.ctrlKey)&&i.replaceSelection(\"\",null,\"cut\")),d&&!g&&!n&&46==t&&e.shiftKey&&!e.ctrlKey&&document.execCommand&&document.execCommand(\"cut\"),18!=t||/\\bCodeMirror-crosshair\\b/.test(i.display.lineDiv.className)||(D(r=i.display.lineDiv,\"CodeMirror-crosshair\"),ye(document,\"keyup\",o),ye(document,\"mouseover\",o))))}function Yo(e){16==e.keyCode&&(this.doc.sel.shift=!1),Ce(this,e)}function _o(e){var t=this;if(!(e.target&&e.target!=t.display.input.getField()||mn(t.display,e)||Ce(t,e)||e.ctrlKey&&!e.altKey||g&&e.metaKey)){var n,r=e.keyCode,i=e.charCode;if(p&&r==jo)return jo=null,void Te(e);p&&(!e.which||e.which<10)&&Ko(t,e)||\"\\b\"!=(i=String.fromCharCode(null==i?r:i))&&(Uo(n=t,\"'\"+i+\"'\",e,function(e){return Bo(n,e,!0)})||t.display.input.onKeyPress(e))}}var $o,qo,Zo=function(e,t,n){this.time=e,this.pos=t,this.button=n};function Qo(e){var t,n,r,i,o,l=this,s=l.display;Ce(l,e)||s.activeTouch&&s.input.supportsTouch()||(s.input.ensurePolled(),s.shift=e.shiftKey,mn(s,e)?f||(s.scroller.draggable=!1,setTimeout(function(){return s.scroller.draggable=!0},100)):tl(l,e)||(t=Jn(l,e),n=De(e),i=t?(r=t,i=n,o=+new Date,qo&&qo.compare(o,r,i)?($o=qo=null,\"triple\"):$o&&$o.compare(o,r,i)?(qo=new Zo(o,r,i),$o=null,\"double\"):($o=new Zo(o,r,i),qo=null,\"single\")):\"single\",window.focus(),1==n&&l.state.selectingText&&l.state.selectingText(e),t&&function(n,e,r,t,i){var o=\"Click\";\"double\"==t?o=\"Double\"+o:\"triple\"==t&&(o=\"Triple\"+o);return Uo(n,Ao(o=(1==e?\"Left\":2==e?\"Middle\":\"Right\")+o,i),i,function(e){if(\"string\"==typeof e&&(e=Io[e]),!e)return!1;var t=!1;try{n.isReadOnly()&&(n.state.suppressEdits=!0),t=e(n,r)!=B}finally{n.state.suppressEdits=!1}return t})}(l,n,t,i,e)||(1==n?t?function(e,t,n,r){w?setTimeout(F(hr,e),0):e.curOp.focus=O();var i,o=function(e,t,n){var r=e.getOption(\"configureMouse\"),i=r?r(e,t,n):{};null==i.unit&&(r=m?n.shiftKey&&n.metaKey:n.altKey,i.unit=r?\"rectangle\":\"single\"==t?\"char\":\"double\"==t?\"word\":\"line\");null!=i.extend&&!e.doc.extend||(i.extend=e.doc.extend||n.shiftKey);null==i.addNew&&(i.addNew=g?n.metaKey:n.ctrlKey);null==i.moveOnDrag&&(i.moveOnDrag=!(g?n.altKey:n.ctrlKey));return i}(e,n,r),l=e.doc.sel;(e.options.dragDrop&&Fe&&!e.isReadOnly()&&\"single\"==n&&-1<(i=l.contains(t))&&(it((i=l.ranges[i]).from(),t)<0||0<t.xRel)&&(0<it(i.to(),t)||t.xRel<0)?function(t,n,r,i){var o=t.display,l=!1,s=Pr(t,function(e){f&&(o.scroller.draggable=!1),t.state.draggingText=!1,t.state.delayingBlurEvent&&(t.hasFocus()?t.state.delayingBlurEvent=!1:dr(t)),we(o.wrapper.ownerDocument,\"mouseup\",s),we(o.wrapper.ownerDocument,\"mousemove\",a),we(o.scroller,\"dragstart\",u),we(o.scroller,\"drop\",s),l||(Te(e),i.addNew||Oi(t.doc,r,null,null,i.extend),f&&!c||w&&9==v?setTimeout(function(){o.wrapper.ownerDocument.body.focus({preventScroll:!0}),o.input.focus()},20):o.input.focus())}),a=function(e){l=l||10<=Math.abs(n.clientX-e.clientX)+Math.abs(n.clientY-e.clientY)},u=function(){return l=!0};f&&(o.scroller.draggable=!0);(t.state.draggingText=s).copy=!i.moveOnDrag,ye(o.wrapper.ownerDocument,\"mouseup\",s),ye(o.wrapper.ownerDocument,\"mousemove\",a),ye(o.scroller,\"dragstart\",u),ye(o.scroller,\"drop\",s),t.state.delayingBlurEvent=!0,setTimeout(function(){return o.input.focus()},20),o.scroller.dragDrop&&o.scroller.dragDrop()}:function(d,e,f,p){w&&dr(d);var l=d.display,g=d.doc;Te(e);var m,v,y=g.sel,t=y.ranges;p.addNew&&!p.extend?(v=g.sel.contains(f),m=-1<v?t[v]:new oi(f,f)):(m=g.sel.primary(),v=g.sel.primIndex);\"rectangle\"==p.unit?(p.addNew||(m=new oi(f,f)),f=Jn(d,e,!0,!0),v=-1):(e=Jo(d,f,p.unit),m=p.extend?Ai(m,e.anchor,e.head,p.extend):e);p.addNew?-1==v?(v=t.length,Ei(g,li(d,t.concat([m]),v),{scroll:!1,origin:\"*mouse\"})):1<t.length&&t[v].empty()&&\"char\"==p.unit&&!p.extend?(Ei(g,li(d,t.slice(0,v).concat(t.slice(v+1)),0),{scroll:!1,origin:\"*mouse\"}),y=g.sel):Wi(g,v,m,U):(Ei(g,new ii([m],v=0),U),y=g.sel);var b=f;function s(e){if(0!=it(b,e))if(b=e,\"rectangle\"==p.unit){for(var t=[],n=d.options.tabSize,r=P($e(g,f.line).text,f.ch,n),i=P($e(g,e.line).text,e.ch,n),o=Math.min(r,i),l=Math.max(r,i),s=Math.min(f.line,e.line),a=Math.min(d.lastLine(),Math.max(f.line,e.line));s<=a;s++){var u=$e(g,s).text,c=K(u,o,n);o==l?t.push(new oi(rt(s,c),rt(s,c))):u.length>c&&t.push(new oi(rt(s,c),rt(s,K(u,l,n))))}t.length||t.push(new oi(f,f)),Ei(g,li(d,y.ranges.slice(0,v).concat(t),v),{origin:\"*mouse\",scroll:!1}),d.scrollIntoView(e)}else{var h,r=m,i=Jo(d,e,p.unit),e=r.anchor,e=0<it(i.anchor,e)?(h=i.head,at(r.from(),i.anchor)):(h=i.anchor,st(r.to(),i.head)),i=y.ranges.slice(0);i[v]=function(e,t){var n=t.anchor,r=t.head,i=$e(e.doc,n.line);if(0==it(n,r)&&n.sticky==r.sticky)return t;var o=me(i);if(!o)return t;var l=le(o,n.ch,n.sticky),s=o[l];if(s.from!=n.ch&&s.to!=n.ch)return t;i=l+(s.from==n.ch==(1!=s.level)?0:1);if(0==i||i==o.length)return t;a=r.line!=n.line?0<(r.line-n.line)*(\"ltr\"==e.doc.direction?1:-1):(e=le(o,r.ch,r.sticky),a=e-l||(r.ch-n.ch)*(1==s.level?-1:1),e==i-1||e==i?a<0:0<a);var i=o[i+(a?-1:0)],a=a==(1==i.level),i=a?i.from:i.to,a=a?\"after\":\"before\";return n.ch==i&&n.sticky==a?t:new oi(new rt(n.line,i,a),r)}(d,new oi(ct(g,e),h)),Ei(g,li(d,i,v),U)}}var a=l.wrapper.getBoundingClientRect(),u=0;function n(e){d.state.selectingText=!1,u=1/0,e&&(Te(e),l.input.focus()),we(l.wrapper.ownerDocument,\"mousemove\",r),we(l.wrapper.ownerDocument,\"mouseup\",i),g.history.lastSelOrigin=null}var r=Pr(d,function(e){(0!==e.buttons&&De(e)?function e(t){var n,r,i=++u,o=Jn(d,t,!0,\"rectangle\"==p.unit);o&&(0!=it(o,b)?(d.curOp.focus=O(),s(o),n=vr(l,g),(o.line>=n.to||o.line<n.from)&&setTimeout(Pr(d,function(){u==i&&e(t)}),150)):(r=t.clientY<a.top?-20:t.clientY>a.bottom?20:0)&&setTimeout(Pr(d,function(){u==i&&(l.scroller.scrollTop+=r,e(t))}),50))}:n)(e)}),i=Pr(d,n);d.state.selectingText=i,ye(l.wrapper.ownerDocument,\"mousemove\",r),ye(l.wrapper.ownerDocument,\"mouseup\",i)})(e,r,t,o)}(l,t,i,e):Oe(e)==s.scroller&&Te(e):2==n?(t&&Oi(l.doc,t),setTimeout(function(){return s.input.focus()},20)):3==n&&(x?l.display.input.onContextMenu(e):dr(l)))))}function Jo(e,t,n){if(\"char\"==n)return new oi(t,t);if(\"word\"==n)return e.findWordAt(t);if(\"line\"==n)return new oi(rt(t.line,0),ct(e.doc,rt(t.line+1,0)));t=n(e,t);return new oi(t.from,t.to)}function el(e,t,n,r){var i,o;if(t.touches)i=t.touches[0].clientX,o=t.touches[0].clientY;else try{i=t.clientX,o=t.clientY}catch(e){return!1}if(i>=Math.floor(e.display.gutters.getBoundingClientRect().right))return!1;r&&Te(t);var l=e.display,r=l.lineDiv.getBoundingClientRect();if(o>r.bottom||!Le(e,n))return Ne(t);o-=r.top-l.viewOffset;for(var s=0;s<e.display.gutterSpecs.length;++s){var a=l.gutters.childNodes[s];if(a&&a.getBoundingClientRect().right>=i)return xe(e,n,e,et(e.doc,o),e.display.gutterSpecs[s].className,t),Ne(t)}}function tl(e,t){return el(e,t,\"gutterClick\",!0)}function nl(e,t){var n,r;mn(e.display,t)||(r=t,Le(n=e,\"gutterContextMenu\")&&el(n,r,\"gutterContextMenu\",!1))||Ce(e,t,\"contextmenu\")||x||e.display.input.onContextMenu(t)}function rl(e){e.display.wrapper.className=e.display.wrapper.className.replace(/\\s*cm-s-\\S+/g,\"\")+e.options.theme.replace(/(^|\\s)\\s*/g,\" cm-s-\"),Hn(e)}Zo.prototype.compare=function(e,t,n){return this.time+400>e&&0==it(t,this.pos)&&n==this.button};var il={toString:function(){return\"CodeMirror.Init\"}},ol={},ll={};function sl(e,t,n){!t!=!(n&&n!=il)&&(n=e.display.dragFunctions,(t=t?ye:we)(e.display.scroller,\"dragstart\",n.start),t(e.display.scroller,\"dragenter\",n.enter),t(e.display.scroller,\"dragover\",n.over),t(e.display.scroller,\"dragleave\",n.leave),t(e.display.scroller,\"drop\",n.drop))}function al(e){e.options.lineWrapping?(D(e.display.wrapper,\"CodeMirror-wrap\"),e.display.sizer.style.minWidth=\"\",e.display.sizerWidth=null):(L(e.display.wrapper,\"CodeMirror-wrap\"),jt(e)),Qn(e),tr(e),Hn(e),setTimeout(function(){return Nr(e)},100)}function ul(e,t){var n=this;if(!(this instanceof ul))return new ul(e,t);this.options=t=t?E(t):{},E(ol,t,!1);var r=t.value;\"string\"==typeof r?r=new ho(r,t.mode,null,t.lineSeparator,t.direction):t.mode&&(r.modeOption=t.mode),this.doc=r;var i,o=new ul.inputStyles[t.inputStyle](this),o=this.display=new Qr(e,r,o,t);for(i in rl(o.wrapper.CodeMirror=this),t.lineWrapping&&(this.display.wrapper.className+=\" CodeMirror-wrap\"),Dr(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,delayingBlurEvent:!1,focused:!1,suppressEdits:!1,pasteIncoming:-1,cutIncoming:-1,selectingText:!1,draggingText:!1,highlight:new I,keySeq:null,specialChars:null},t.autofocus&&!h&&o.input.focus(),w&&v<11&&setTimeout(function(){return n.display.input.reset(!0)},20),function(r){var i=r.display;ye(i.scroller,\"mousedown\",Pr(r,Qo)),ye(i.scroller,\"dblclick\",w&&v<11?Pr(r,function(e){var t;Ce(r,e)||(!(t=Jn(r,e))||tl(r,e)||mn(r.display,e)||(Te(e),t=r.findWordAt(t),Oi(r.doc,t.anchor,t.head)))}):function(e){return Ce(r,e)||Te(e)});ye(i.scroller,\"contextmenu\",function(e){return nl(r,e)}),ye(i.input.getField(),\"contextmenu\",function(e){i.scroller.contains(e.target)||nl(r,e)});var n,o={end:0};function l(){i.activeTouch&&(n=setTimeout(function(){return i.activeTouch=null},1e3),(o=i.activeTouch).end=+new Date)}function s(e,t){if(null==t.left)return 1;var n=t.left-e.left,e=t.top-e.top;return 400<n*n+e*e}ye(i.scroller,\"touchstart\",function(e){var t;Ce(r,e)||function(e){if(1==e.touches.length){e=e.touches[0];return e.radiusX<=1&&e.radiusY<=1}}(e)||tl(r,e)||(i.input.ensurePolled(),clearTimeout(n),t=+new Date,i.activeTouch={start:t,moved:!1,prev:t-o.end<=300?o:null},1==e.touches.length&&(i.activeTouch.left=e.touches[0].pageX,i.activeTouch.top=e.touches[0].pageY))}),ye(i.scroller,\"touchmove\",function(){i.activeTouch&&(i.activeTouch.moved=!0)}),ye(i.scroller,\"touchend\",function(e){var t,n=i.activeTouch;n&&!mn(i,e)&&null!=n.left&&!n.moved&&new Date-n.start<300&&(t=r.coordsChar(i.activeTouch,\"page\"),t=!n.prev||s(n,n.prev)?new oi(t,t):!n.prev.prev||s(n,n.prev.prev)?r.findWordAt(t):new oi(rt(t.line,0),ct(r.doc,rt(t.line+1,0))),r.setSelection(t.anchor,t.head),r.focus(),Te(e)),l()}),ye(i.scroller,\"touchcancel\",l),ye(i.scroller,\"scroll\",function(){i.scroller.clientHeight&&(Lr(r,i.scroller.scrollTop),Tr(r,i.scroller.scrollLeft,!0),xe(r,\"scroll\",r))}),ye(i.scroller,\"mousewheel\",function(e){return ri(r,e)}),ye(i.scroller,\"DOMMouseScroll\",function(e){return ri(r,e)}),ye(i.wrapper,\"scroll\",function(){return i.wrapper.scrollTop=i.wrapper.scrollLeft=0}),i.dragFunctions={enter:function(e){Ce(r,e)||Ae(e)},over:function(e){var t,n;Ce(r,e)||((n=Jn(t=r,n=e))&&(ar(t,n,n=document.createDocumentFragment()),t.display.dragCursor||(t.display.dragCursor=M(\"div\",null,\"CodeMirror-cursors CodeMirror-dragcursors\"),t.display.lineSpace.insertBefore(t.display.dragCursor,t.display.cursorDiv)),T(t.display.dragCursor,n)),Ae(e))},start:function(e){return t=r,n=e,void(w&&(!t.state.draggingText||+new Date-fo<100)?Ae(n):Ce(t,n)||mn(t.display,n)||(n.dataTransfer.setData(\"Text\",t.getSelection()),n.dataTransfer.effectAllowed=\"copyMove\",n.dataTransfer.setDragImage&&!c&&((e=M(\"img\",null,null,\"position: fixed; left: 0; top: 0;\")).src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\",p&&(e.width=e.height=1,t.display.wrapper.appendChild(e),e._top=e.offsetTop),n.dataTransfer.setDragImage(e,0,0),p&&e.parentNode.removeChild(e))));var t,n},drop:Pr(r,po),leave:function(e){Ce(r,e)||go(r)}};var e=i.input.getField();ye(e,\"keyup\",function(e){return Yo.call(r,e)}),ye(e,\"keydown\",Pr(r,Xo)),ye(e,\"keypress\",Pr(r,_o)),ye(e,\"focus\",function(e){return fr(r,e)}),ye(e,\"blur\",function(e){return pr(r,e)})}(this),yo(),Hr(this),this.curOp.forceUpdate=!0,vi(this,r),t.autofocus&&!h||this.hasFocus()?setTimeout(function(){n.hasFocus()&&!n.state.focused&&fr(n)},20):pr(this),ll)ll.hasOwnProperty(i)&&ll[i](this,t[i],il);_r(this),t.finishInit&&t.finishInit(this);for(var l=0;l<cl.length;++l)cl[l](this);Fr(this),f&&t.lineWrapping&&\"optimizelegibility\"==getComputedStyle(o.lineDiv).textRendering&&(o.lineDiv.style.textRendering=\"auto\")}ul.defaults=ol,ul.optionHandlers=ll;var cl=[];function hl(e,t,n,r){var i,o=e.doc;null==n&&(n=\"add\"),\"smart\"==n&&(o.mode.indent?i=mt(e,t).state:n=\"prev\");var l=e.options.tabSize,s=$e(o,t),a=P(s.text,null,l);s.stateAfter&&(s.stateAfter=null);var u,c=s.text.match(/^\\s*/)[0];if(r||/\\S/.test(s.text)){if(\"smart\"==n&&((u=o.mode.indent(i,s.text.slice(c.length),s.text))==B||150<u)){if(!r)return;n=\"prev\"}}else u=0,n=\"not\";\"prev\"==n?u=t>o.first?P($e(o,t-1).text,null,l):0:\"add\"==n?u=a+e.options.indentUnit:\"subtract\"==n?u=a-e.options.indentUnit:\"number\"==typeof n&&(u=a+n),u=Math.max(0,u);var h=\"\",d=0;if(e.options.indentWithTabs)for(var f=Math.floor(u/l);f;--f)d+=l,h+=\"\\t\";if(d<u&&(h+=X(u-d)),h!=c)return qi(o,h,rt(t,0),rt(t,c.length),\"+input\"),!(s.stateAfter=null);for(var p=0;p<o.sel.ranges.length;p++){var g=o.sel.ranges[p];if(g.head.line==t&&g.head.ch<c.length){g=rt(t,c.length);Wi(o,p,new oi(g,g));break}}}ul.defineInitHook=function(e){return cl.push(e)};var dl=null;function fl(e){dl=e}function pl(e,t,n,r,i){var o=e.doc;e.display.shift=!1,r=r||o.sel;var l=+new Date-200,s=\"paste\"==i||e.state.pasteIncoming>l,a=Ee(t),u=null;if(s&&1<r.ranges.length)if(dl&&dl.text.join(\"\\n\")==t){if(r.ranges.length%dl.text.length==0){u=[];for(var c=0;c<dl.text.length;c++)u.push(o.splitLines(dl.text[c]))}}else a.length==r.ranges.length&&e.options.pasteLinesPerSelection&&(u=_(a,function(e){return[e]}));for(var h=e.curOp.updateInput,d=r.ranges.length-1;0<=d;d--){var f=r.ranges[d],p=f.from(),g=f.to();f.empty()&&(n&&0<n?p=rt(p.line,p.ch-n):e.state.overwrite&&!s?g=rt(g.line,Math.min($e(o,g.line).text.length,g.ch+Y(a).length)):s&&dl&&dl.lineWise&&dl.text.join(\"\\n\")==a.join(\"\\n\")&&(p=g=rt(p.line,0)));g={from:p,to:g,text:u?u[d%u.length]:a,origin:i||(s?\"paste\":e.state.cutIncoming>l?\"cut\":\"+input\")};ji(e.doc,g),ln(e,\"inputRead\",e,g)}t&&!s&&ml(e,t),wr(e),e.curOp.updateInput<2&&(e.curOp.updateInput=h),e.curOp.typing=!0,e.state.pasteIncoming=e.state.cutIncoming=-1}function gl(e,t){var n=e.clipboardData&&e.clipboardData.getData(\"Text\");return n&&(e.preventDefault(),t.isReadOnly()||t.options.disableInput||Er(t,function(){return pl(t,n,0,null,\"paste\")}),1)}function ml(e,t){if(e.options.electricChars&&e.options.smartIndent)for(var n=e.doc.sel,r=n.ranges.length-1;0<=r;r--){var i=n.ranges[r];if(!(100<i.head.ch||r&&n.ranges[r-1].head.line==i.head.line)){var o=e.getModeAt(i.head),l=!1;if(o.electricChars){for(var s=0;s<o.electricChars.length;s++)if(-1<t.indexOf(o.electricChars.charAt(s))){l=hl(e,i.head.line,\"smart\");break}}else o.electricInput&&o.electricInput.test($e(e.doc,i.head.line).text.slice(0,i.head.ch))&&(l=hl(e,i.head.line,\"smart\"));l&&ln(e,\"electricInput\",e,i.head.line)}}}function vl(e){for(var t=[],n=[],r=0;r<e.doc.sel.ranges.length;r++){var i=e.doc.sel.ranges[r].head.line,i={anchor:rt(i,0),head:rt(i+1,0)};n.push(i),t.push(e.getRange(i.anchor,i.head))}return{text:t,ranges:n}}function yl(e,t,n,r){e.setAttribute(\"autocorrect\",n?\"\":\"off\"),e.setAttribute(\"autocapitalize\",r?\"\":\"off\"),e.setAttribute(\"spellcheck\",!!t)}function bl(){var e=M(\"textarea\",null,null,\"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; outline: none\"),t=M(\"div\",[e],null,\"overflow: hidden; position: relative; width: 3px; height: 0px;\");return f?e.style.width=\"1000px\":e.setAttribute(\"wrap\",\"off\"),s&&(e.style.border=\"1px solid black\"),yl(e),t}function wl(r,i,o,l,s){var e=i,t=o,a=$e(r,i.line),u=s&&\"rtl\"==r.direction?-o:o;function n(e){var t,n;if(null==(t=\"codepoint\"==l?(t=a.text.charCodeAt(i.ch+(0<l?0:-1)),isNaN(t)?null:new rt(i.line,Math.max(0,Math.min(a.text.length,i.ch+o*(55296<=t&&t<56320?2:1))),-o)):s?Po(r.cm,a,i,o):Fo(a,i,o))){if(e||(n=i.line+u)<r.first||n>=r.first+r.size||(i=new rt(n,i.ch,i.sticky),!(a=$e(r,n))))return;i=Eo(s,r.cm,a,i.line,u)}else i=t;return 1}if(\"char\"==l||\"codepoint\"==l)n();else if(\"column\"==l)n(!0);else if(\"word\"==l||\"group\"==l)for(var c=null,h=\"group\"==l,d=r.cm&&r.cm.getHelper(i,\"wordChars\"),f=!0;!(o<0)||n(!f);f=!1){var p=a.text.charAt(i.ch)||\"\\n\",p=J(p,d)?\"w\":h&&\"\\n\"==p?\"n\":!h||/\\s/.test(p)?null:\"p\";if(!h||f||p||(p=\"s\"),c&&c!=p){o<0&&(o=1,n(),i.sticky=\"after\");break}if(p&&(c=p),0<o&&!n(!f))break}t=Gi(r,i,e,t,!0);return ot(e,t)&&(t.hitSide=!0),t}function xl(e,t,n,r){var i,o,l,s=e.doc,a=t.left;for(\"page\"==r?(i=Math.min(e.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight),i=Math.max(i-.5*Yn(e.display),3),o=(0<n?t.bottom:t.top)+n*i):\"line\"==r&&(o=0<n?t.bottom+3:t.top-3);(l=Vn(e,a,o)).outside;){if(n<0?o<=0:o>=s.height){l.hitSide=!0;break}o+=5*n}return l}e=function(e){this.cm=e,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new I,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};function Cl(e,t){var n=kn(e,t.line);if(!n||n.hidden)return null;var r=$e(e.doc,t.line),n=Sn(n,r,t.line),r=me(r,e.doc.direction),e=\"left\";r&&(e=le(r,t.ch)%2?\"right\":\"left\");e=On(n.map,t.ch,e);return e.offset=\"right\"==e.collapse?e.end:e.start,e}function Sl(e,t){return t&&(e.bad=!0),e}function Ll(e,t,n){var r;if(t==e.display.lineDiv){if(!(r=e.display.lineDiv.childNodes[n]))return Sl(e.clipPos(rt(e.display.viewTo-1)),!0);t=null,n=0}else for(r=t;;r=r.parentNode){if(!r||r==e.display.lineDiv)return null;if(r.parentNode&&r.parentNode==e.display.lineDiv)break}for(var i=0;i<e.display.view.length;i++){var o=e.display.view[i];if(o.node==r)return function(u,e,t){var n=u.text.firstChild,r=!1;if(!e||!A(n,e))return Sl(rt(Je(u.line),0),!0);if(e==n&&(r=!0,e=n.childNodes[t],t=0,!e)){var i=u.rest?Y(u.rest):u.line;return Sl(rt(Je(i),i.text.length),r)}var i=3==e.nodeType?e:null,o=e;i||1!=e.childNodes.length||3!=e.firstChild.nodeType||(i=e.firstChild,t=t&&i.nodeValue.length);for(;o.parentNode!=n;)o=o.parentNode;var c=u.measure,h=c.maps;function l(e,t,n){for(var r=-1;r<(h?h.length:0);r++)for(var i=r<0?c.map:h[r],o=0;o<i.length;o+=3){var l=i[o+2];if(l==e||l==t){var s=Je(r<0?u.line:u.rest[r]),a=i[o]+n;return(n<0||l!=e)&&(a=i[o+(n?1:0)]),rt(s,a)}}}var s=l(i,o,t);if(s)return Sl(s,r);for(var a=o.nextSibling,d=i?i.nodeValue.length-t:0;a;a=a.nextSibling){if(s=l(a,a.firstChild,0))return Sl(rt(s.line,s.ch-d),r);d+=a.textContent.length}for(var f=o.previousSibling,p=t;f;f=f.previousSibling){if(s=l(f,f.firstChild,-1))return Sl(rt(s.line,s.ch+p),r);p+=f.textContent.length}}(o,t,n)}}e.prototype.init=function(e){var t=this,o=this,l=o.cm,s=o.div=e.lineDiv;function a(e){for(var t=e.target;t;t=t.parentNode){if(t==s)return 1;if(/\\bCodeMirror-(?:line)?widget\\b/.test(t.className))break}}function n(e){if(a(e)&&!Ce(l,e)){if(l.somethingSelected())fl({lineWise:!1,text:l.getSelections()}),\"cut\"==e.type&&l.replaceSelection(\"\",null,\"cut\");else{if(!l.options.lineWiseCopyCut)return;var t=vl(l);fl({lineWise:!0,text:t.text}),\"cut\"==e.type&&l.operation(function(){l.setSelections(t.ranges,0,G),l.replaceSelection(\"\",null,\"cut\")})}if(e.clipboardData){e.clipboardData.clearData();var n=dl.text.join(\"\\n\");if(e.clipboardData.setData(\"Text\",n),e.clipboardData.getData(\"Text\")==n)return void e.preventDefault()}var r=bl(),e=r.firstChild;l.display.lineSpace.insertBefore(r,l.display.lineSpace.firstChild),e.value=dl.text.join(\"\\n\");var i=document.activeElement;H(e),setTimeout(function(){l.display.lineSpace.removeChild(r),i.focus(),i==s&&o.showPrimarySelection()},50)}}yl(s,l.options.spellcheck,l.options.autocorrect,l.options.autocapitalize),ye(s,\"paste\",function(e){!a(e)||Ce(l,e)||gl(e,l)||v<=11&&setTimeout(Pr(l,function(){return t.updateFromDOM()}),20)}),ye(s,\"compositionstart\",function(e){t.composing={data:e.data,done:!1}}),ye(s,\"compositionupdate\",function(e){t.composing||(t.composing={data:e.data,done:!1})}),ye(s,\"compositionend\",function(e){t.composing&&(e.data!=t.composing.data&&t.readFromDOMSoon(),t.composing.done=!0)}),ye(s,\"touchstart\",function(){return o.forceCompositionEnd()}),ye(s,\"input\",function(){t.composing||t.readFromDOMSoon()}),ye(s,\"copy\",n),ye(s,\"cut\",n)},e.prototype.screenReaderLabelChanged=function(e){e?this.div.setAttribute(\"aria-label\",e):this.div.removeAttribute(\"aria-label\")},e.prototype.prepareSelection=function(){var e=sr(this.cm,!1);return e.focus=document.activeElement==this.div,e},e.prototype.showSelection=function(e,t){e&&this.cm.display.view.length&&((e.focus||t)&&this.showPrimarySelection(),this.showMultipleSelections(e))},e.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},e.prototype.showPrimarySelection=function(){var e=this.getSelection(),t=this.cm,n=t.doc.sel.primary(),r=n.from(),i=n.to();if(t.display.viewTo==t.display.viewFrom||r.line>=t.display.viewTo||i.line<t.display.viewFrom)e.removeAllRanges();else{var o=Ll(t,e.anchorNode,e.anchorOffset),n=Ll(t,e.focusNode,e.focusOffset);if(!o||o.bad||!n||n.bad||0!=it(at(o,n),r)||0!=it(st(o,n),i)){var n=t.display.view,l=r.line>=t.display.viewFrom&&Cl(t,r)||{node:n[0].measure.map[2],offset:0},s=i.line<t.display.viewTo&&Cl(t,i);if(s||(s={node:(u=(u=n[n.length-1].measure).maps?u.maps[u.maps.length-1]:u.map)[u.length-1],offset:u[u.length-2]-u[u.length-3]}),l&&s){var a,u=e.rangeCount&&e.getRangeAt(0);try{a=S(l.node,l.offset,s.offset,s.node)}catch(e){}a&&(!d&&t.state.focused?(e.collapse(l.node,l.offset),a.collapsed||(e.removeAllRanges(),e.addRange(a))):(e.removeAllRanges(),e.addRange(a)),u&&null==e.anchorNode?e.addRange(u):d&&this.startGracePeriod()),this.rememberSelection()}else e.removeAllRanges()}}},e.prototype.startGracePeriod=function(){var e=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){e.gracePeriod=!1,e.selectionChanged()&&e.cm.operation(function(){return e.cm.curOp.selectionChanged=!0})},20)},e.prototype.showMultipleSelections=function(e){T(this.cm.display.cursorDiv,e.cursors),T(this.cm.display.selectionDiv,e.selection)},e.prototype.rememberSelection=function(){var e=this.getSelection();this.lastAnchorNode=e.anchorNode,this.lastAnchorOffset=e.anchorOffset,this.lastFocusNode=e.focusNode,this.lastFocusOffset=e.focusOffset},e.prototype.selectionInEditor=function(){var e=this.getSelection();if(!e.rangeCount)return!1;e=e.getRangeAt(0).commonAncestorContainer;return A(this.div,e)},e.prototype.focus=function(){\"nocursor\"!=this.cm.options.readOnly&&(this.selectionInEditor()&&document.activeElement==this.div||this.showSelection(this.prepareSelection(),!0),this.div.focus())},e.prototype.blur=function(){this.div.blur()},e.prototype.getField=function(){return this.div},e.prototype.supportsTouch=function(){return!0},e.prototype.receivedFocus=function(){var t=this;this.selectionInEditor()?this.pollSelection():Er(this.cm,function(){return t.cm.curOp.selectionChanged=!0}),this.polling.set(this.cm.options.pollInterval,function e(){t.cm.state.focused&&(t.pollSelection(),t.polling.set(t.cm.options.pollInterval,e))})},e.prototype.selectionChanged=function(){var e=this.getSelection();return e.anchorNode!=this.lastAnchorNode||e.anchorOffset!=this.lastAnchorOffset||e.focusNode!=this.lastFocusNode||e.focusOffset!=this.lastFocusOffset},e.prototype.pollSelection=function(){if(null==this.readDOMTimeout&&!this.gracePeriod&&this.selectionChanged()){var e,t,n=this.getSelection(),r=this.cm;if(a&&o&&this.cm.display.gutterSpecs.length&&function(e){for(var t=e;t;t=t.parentNode)if(/CodeMirror-gutter-wrapper/.test(t.className))return!0;return!1}(n.anchorNode))return this.cm.triggerOnKeyDown({type:\"keydown\",keyCode:8,preventDefault:Math.abs}),this.blur(),void this.focus();this.composing||(this.rememberSelection(),e=Ll(r,n.anchorNode,n.anchorOffset),t=Ll(r,n.focusNode,n.focusOffset),e&&t&&Er(r,function(){Ei(r.doc,si(e,t),G),(e.bad||t.bad)&&(r.curOp.selectionChanged=!0)}))}},e.prototype.pollContent=function(){null!=this.readDOMTimeout&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var e,t=this.cm,n=t.display,r=t.doc.sel.primary(),i=r.from(),r=r.to();if(0==i.ch&&i.line>t.firstLine()&&(i=rt(i.line-1,$e(t.doc,i.line-1).length)),r.ch==$e(t.doc,r.line).text.length&&r.line<t.lastLine()&&(r=rt(r.line+1,0)),i.line<n.viewFrom||r.line>n.viewTo-1)return!1;m=i.line==n.viewFrom||0==(m=er(t,i.line))?(e=Je(n.view[0].line),n.view[0].node):(e=Je(n.view[m].line),n.view[m-1].node.nextSibling);var o,r=er(t,r.line),r=r==n.view.length-1?(o=n.viewTo-1,n.lineDiv.lastChild):(o=Je(n.view[r+1].line)-1,n.view[r+1].node.previousSibling);if(!m)return!1;for(var l=t.doc.splitLines(function(l,e,t,s,a){var n=\"\",u=!1,c=l.doc.lineSeparator(),h=!1;function d(){u&&(n+=c,h&&(n+=c),u=h=!1)}function f(e){e&&(d(),n+=e)}for(;!function e(t){if(1==t.nodeType){var n=t.getAttribute(\"cm-text\");if(n)f(n);else if(n=t.getAttribute(\"cm-marker\"))(n=l.findMarks(rt(s,0),rt(a+1,0),(o=+n,function(e){return e.id==o}))).length&&(r=n[0].find(0))&&f(qe(l.doc,r.from,r.to).join(c));else if(\"false\"!=t.getAttribute(\"contenteditable\")){var r=/^(pre|div|p|li|table|br)$/i.test(t.nodeName);if(/^br$/i.test(t.nodeName)||0!=t.textContent.length){r&&d();for(var i=0;i<t.childNodes.length;i++)e(t.childNodes[i]);/^(pre|p)$/i.test(t.nodeName)&&(h=!0),r&&(u=!0)}}}else 3==t.nodeType&&f(t.nodeValue.replace(/\\u200b/g,\"\").replace(/\\u00a0/g,\" \"));var o}(e),e!=t;)e=e.nextSibling,h=!1;return n}(t,m,r,e,o)),s=qe(t.doc,rt(e,0),rt(o,$e(t.doc,o).text.length));1<l.length&&1<s.length;)if(Y(l)==Y(s))l.pop(),s.pop(),o--;else{if(l[0]!=s[0])break;l.shift(),s.shift(),e++}for(var a=0,u=0,c=l[0],h=s[0],d=Math.min(c.length,h.length);a<d&&c.charCodeAt(a)==h.charCodeAt(a);)++a;for(var f=Y(l),p=Y(s),g=Math.min(f.length-(1==l.length?a:0),p.length-(1==s.length?a:0));u<g&&f.charCodeAt(f.length-u-1)==p.charCodeAt(p.length-u-1);)++u;if(1==l.length&&1==s.length&&e==i.line)for(;a&&a>i.ch&&f.charCodeAt(f.length-u-1)==p.charCodeAt(p.length-u-1);)a--,u++;l[l.length-1]=f.slice(0,f.length-u).replace(/^\\u200b+/,\"\"),l[0]=l[0].slice(a).replace(/\\u200b+$/,\"\");var m=rt(e,a),r=rt(o,s.length?Y(s).length-u:0);return 1<l.length||l[0]||it(m,r)?(qi(t.doc,l,m,r,\"+input\"),!0):void 0},e.prototype.ensurePolled=function(){this.forceCompositionEnd()},e.prototype.reset=function(){this.forceCompositionEnd()},e.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},e.prototype.readFromDOMSoon=function(){var e=this;null==this.readDOMTimeout&&(this.readDOMTimeout=setTimeout(function(){if(e.readDOMTimeout=null,e.composing){if(!e.composing.done)return;e.composing=null}e.updateFromDOM()},80))},e.prototype.updateFromDOM=function(){var e=this;!this.cm.isReadOnly()&&this.pollContent()||Er(this.cm,function(){return tr(e.cm)})},e.prototype.setUneditable=function(e){e.contentEditable=\"false\"},e.prototype.onKeyPress=function(e){0==e.charCode||this.composing||(e.preventDefault(),this.cm.isReadOnly()||Pr(this.cm,pl)(this.cm,String.fromCharCode(null==e.charCode?e.keyCode:e.charCode),0))},e.prototype.readOnlyChanged=function(e){this.div.contentEditable=String(\"nocursor\"!=e)},e.prototype.onContextMenu=function(){},e.prototype.resetPosition=function(){},e.prototype.needsContentAttribute=!0;var kl,Tl,Ml,Nl,Al,r=function(e){this.cm=e,this.prevInput=\"\",this.pollingFast=!1,this.polling=new I,this.hasSelection=!1,this.composing=null};function Ol(e,t,r,n){kl.defaults[e]=t,r&&(Tl[e]=n?function(e,t,n){n!=il&&r(e,t,n)}:r)}r.prototype.init=function(n){var e=this,r=this,i=this.cm;this.createField(n);var o=this.textarea;function t(e){if(!Ce(i,e)){if(i.somethingSelected())fl({lineWise:!1,text:i.getSelections()});else{if(!i.options.lineWiseCopyCut)return;var t=vl(i);fl({lineWise:!0,text:t.text}),\"cut\"==e.type?i.setSelections(t.ranges,null,G):(r.prevInput=\"\",o.value=t.text.join(\"\\n\"),H(o))}\"cut\"==e.type&&(i.state.cutIncoming=+new Date)}}n.wrapper.insertBefore(this.wrapper,n.wrapper.firstChild),s&&(o.style.width=\"0px\"),ye(o,\"input\",function(){w&&9<=v&&e.hasSelection&&(e.hasSelection=null),r.poll()}),ye(o,\"paste\",function(e){Ce(i,e)||gl(e,i)||(i.state.pasteIncoming=+new Date,r.fastPoll())}),ye(o,\"cut\",t),ye(o,\"copy\",t),ye(n.scroller,\"paste\",function(e){if(!mn(n,e)&&!Ce(i,e)){if(!o.dispatchEvent)return i.state.pasteIncoming=+new Date,void r.focus();var t=new Event(\"paste\");t.clipboardData=e.clipboardData,o.dispatchEvent(t)}}),ye(n.lineSpace,\"selectstart\",function(e){mn(n,e)||Te(e)}),ye(o,\"compositionstart\",function(){var e=i.getCursor(\"from\");r.composing&&r.composing.range.clear(),r.composing={start:e,range:i.markText(e,i.getCursor(\"to\"),{className:\"CodeMirror-composing\"})}}),ye(o,\"compositionend\",function(){r.composing&&(r.poll(),r.composing.range.clear(),r.composing=null)})},r.prototype.createField=function(e){this.wrapper=bl(),this.textarea=this.wrapper.firstChild},r.prototype.screenReaderLabelChanged=function(e){e?this.textarea.setAttribute(\"aria-label\",e):this.textarea.removeAttribute(\"aria-label\")},r.prototype.prepareSelection=function(){var e,t=this.cm,n=t.display,r=t.doc,i=sr(t);return t.options.moveInputWithCursor&&(e=Bn(t,r.sel.primary().head,\"div\"),t=n.wrapper.getBoundingClientRect(),r=n.lineDiv.getBoundingClientRect(),i.teTop=Math.max(0,Math.min(n.wrapper.clientHeight-10,e.top+r.top-t.top)),i.teLeft=Math.max(0,Math.min(n.wrapper.clientWidth-10,e.left+r.left-t.left))),i},r.prototype.showSelection=function(e){var t=this.cm.display;T(t.cursorDiv,e.cursors),T(t.selectionDiv,e.selection),null!=e.teTop&&(this.wrapper.style.top=e.teTop+\"px\",this.wrapper.style.left=e.teLeft+\"px\")},r.prototype.reset=function(e){var t,n;this.contextMenuPending||this.composing||((t=this.cm).somethingSelected()?(this.prevInput=\"\",n=t.getSelection(),this.textarea.value=n,t.state.focused&&H(this.textarea),w&&9<=v&&(this.hasSelection=n)):e||(this.prevInput=this.textarea.value=\"\",w&&9<=v&&(this.hasSelection=null)))},r.prototype.getField=function(){return this.textarea},r.prototype.supportsTouch=function(){return!1},r.prototype.focus=function(){if(\"nocursor\"!=this.cm.options.readOnly&&(!h||O()!=this.textarea))try{this.textarea.focus()}catch(e){}},r.prototype.blur=function(){this.textarea.blur()},r.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},r.prototype.receivedFocus=function(){this.slowPoll()},r.prototype.slowPoll=function(){var e=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){e.poll(),e.cm.state.focused&&e.slowPoll()})},r.prototype.fastPoll=function(){var t=!1,n=this;n.pollingFast=!0,n.polling.set(20,function e(){n.poll()||t?(n.pollingFast=!1,n.slowPoll()):(t=!0,n.polling.set(60,e))})},r.prototype.poll=function(){var e=this,t=this.cm,n=this.textarea,r=this.prevInput;if(this.contextMenuPending||!t.state.focused||Pe(n)&&!r&&!this.composing||t.isReadOnly()||t.options.disableInput||t.state.keySeq)return!1;var i=n.value;if(i==r&&!t.somethingSelected())return!1;if(w&&9<=v&&this.hasSelection===i||g&&/[\\uf700-\\uf7ff]/.test(i))return t.display.input.reset(),!1;if(t.doc.sel==t.display.selForContextMenu){var o=i.charCodeAt(0);if(8203!=o||r||(r=\"​\"),8666==o)return this.reset(),this.cm.execCommand(\"undo\")}for(var l=0,s=Math.min(r.length,i.length);l<s&&r.charCodeAt(l)==i.charCodeAt(l);)++l;return Er(t,function(){pl(t,i.slice(l),r.length-l,null,e.composing?\"*compose\":null),1e3<i.length||-1<i.indexOf(\"\\n\")?n.value=e.prevInput=\"\":e.prevInput=i,e.composing&&(e.composing.range.clear(),e.composing.range=t.markText(e.composing.start,t.getCursor(\"to\"),{className:\"CodeMirror-composing\"}))}),!0},r.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},r.prototype.onKeyPress=function(){w&&9<=v&&(this.hasSelection=null),this.fastPoll()},r.prototype.onContextMenu=function(e){var n=this,r=n.cm,i=r.display,o=n.textarea;n.contextMenuPending&&n.contextMenuPending();var l,s,t,a,u=Jn(r,e),c=i.scroller.scrollTop;function h(){var e,t;null!=o.selectionStart&&(t=\"​\"+((e=r.somethingSelected())?o.value:\"\"),o.value=\"⇚\",o.value=t,n.prevInput=e?\"\":\"​\",o.selectionStart=1,o.selectionEnd=t.length,i.selForContextMenu=r.doc.sel)}function d(){var e,t;n.contextMenuPending==d&&(n.contextMenuPending=!1,n.wrapper.style.cssText=s,o.style.cssText=l,w&&v<9&&i.scrollbars.setScrollTop(i.scroller.scrollTop=c),null!=o.selectionStart&&((!w||w&&v<9)&&h(),e=0,t=function(){i.selForContextMenu==r.doc.sel&&0==o.selectionStart&&0<o.selectionEnd&&\"​\"==n.prevInput?Pr(r,Vi)(r):e++<10?i.detectingSelectAll=setTimeout(t,500):(i.selForContextMenu=null,i.input.reset())},i.detectingSelectAll=setTimeout(t,200)))}u&&!p&&(r.options.resetSelectionOnContextMenu&&-1==r.doc.sel.contains(u)&&Pr(r,Ei)(r.doc,si(u),G),l=o.style.cssText,s=n.wrapper.style.cssText,u=n.wrapper.offsetParent.getBoundingClientRect(),n.wrapper.style.cssText=\"position: static\",o.style.cssText=\"position: absolute; width: 30px; height: 30px;\\n      top: \"+(e.clientY-u.top-5)+\"px; left: \"+(e.clientX-u.left-5)+\"px;\\n      z-index: 1000; background: \"+(w?\"rgba(255, 255, 255, .05)\":\"transparent\")+\";\\n      outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);\",f&&(t=window.scrollY),i.input.focus(),f&&window.scrollTo(null,t),i.input.reset(),r.somethingSelected()||(o.value=n.prevInput=\" \"),n.contextMenuPending=d,i.selForContextMenu=r.doc.sel,clearTimeout(i.detectingSelectAll),w&&9<=v&&h(),x?(Ae(e),a=function(){we(window,\"mouseup\",a),setTimeout(d,20)},ye(window,\"mouseup\",a)):setTimeout(d,50))},r.prototype.readOnlyChanged=function(e){e||this.reset(),this.textarea.disabled=\"nocursor\"==e,this.textarea.readOnly=!!e},r.prototype.setUneditable=function(){},r.prototype.needsContentAttribute=!1,Tl=(kl=ul).optionHandlers,kl.defineOption=Ol,kl.Init=il,Ol(\"value\",\"\",function(e,t){return e.setValue(t)},!0),Ol(\"mode\",null,function(e,t){e.doc.modeOption=t,di(e)},!0),Ol(\"indentUnit\",2,di,!0),Ol(\"indentWithTabs\",!1),Ol(\"smartIndent\",!0),Ol(\"tabSize\",4,function(e){fi(e),Hn(e),tr(e)},!0),Ol(\"lineSeparator\",null,function(e,r){if(e.doc.lineSep=r){var i=[],o=e.doc.first;e.doc.iter(function(e){for(var t=0;;){var n=e.text.indexOf(r,t);if(-1==n)break;t=n+r.length,i.push(rt(o,n))}o++});for(var t=i.length-1;0<=t;t--)qi(e.doc,r,i[t],rt(i[t].line,i[t].ch+r.length))}}),Ol(\"specialChars\",/[\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u061c\\u200b-\\u200c\\u200e\\u200f\\u2028\\u2029\\ufeff\\ufff9-\\ufffc]/g,function(e,t,n){e.state.specialChars=new RegExp(t.source+(t.test(\"\\t\")?\"\":\"|\\t\"),\"g\"),n!=il&&e.refresh()}),Ol(\"specialCharPlaceholder\",Zt,function(e){return e.refresh()},!0),Ol(\"electricChars\",!0),Ol(\"inputStyle\",h?\"contenteditable\":\"textarea\",function(){throw new Error(\"inputStyle can not (yet) be changed in a running editor\")},!0),Ol(\"spellcheck\",!1,function(e,t){return e.getInputField().spellcheck=t},!0),Ol(\"autocorrect\",!1,function(e,t){return e.getInputField().autocorrect=t},!0),Ol(\"autocapitalize\",!1,function(e,t){return e.getInputField().autocapitalize=t},!0),Ol(\"rtlMoveVisually\",!y),Ol(\"wholeLineUpdateBefore\",!0),Ol(\"theme\",\"default\",function(e){rl(e),Zr(e)},!0),Ol(\"keyMap\",\"default\",function(e,t,n){t=Do(t),n=n!=il&&Do(n);n&&n.detach&&n.detach(e,t),t.attach&&t.attach(e,n||null)}),Ol(\"extraKeys\",null),Ol(\"configureMouse\",null),Ol(\"lineWrapping\",!1,al,!0),Ol(\"gutters\",[],function(e,t){e.display.gutterSpecs=$r(t,e.options.lineNumbers),Zr(e)},!0),Ol(\"fixedGutter\",!0,function(e,t){e.display.gutters.style.left=t?qn(e.display)+\"px\":\"0\",e.refresh()},!0),Ol(\"coverGutterNextToScrollbar\",!1,function(e){return Nr(e)},!0),Ol(\"scrollbarStyle\",\"native\",function(e){Dr(e),Nr(e),e.display.scrollbars.setScrollTop(e.doc.scrollTop),e.display.scrollbars.setScrollLeft(e.doc.scrollLeft)},!0),Ol(\"lineNumbers\",!1,function(e,t){e.display.gutterSpecs=$r(e.options.gutters,t),Zr(e)},!0),Ol(\"firstLineNumber\",1,Zr,!0),Ol(\"lineNumberFormatter\",function(e){return e},Zr,!0),Ol(\"showCursorWhenSelecting\",!1,lr,!0),Ol(\"resetSelectionOnContextMenu\",!0),Ol(\"lineWiseCopyCut\",!0),Ol(\"pasteLinesPerSelection\",!0),Ol(\"selectionsMayTouch\",!1),Ol(\"readOnly\",!1,function(e,t){\"nocursor\"==t&&(pr(e),e.display.input.blur()),e.display.input.readOnlyChanged(t)}),Ol(\"screenReaderLabel\",null,function(e,t){t=\"\"===t?null:t,e.display.input.screenReaderLabelChanged(t)}),Ol(\"disableInput\",!1,function(e,t){t||e.display.input.reset()},!0),Ol(\"dragDrop\",!0,sl),Ol(\"allowDropFileTypes\",null),Ol(\"cursorBlinkRate\",530),Ol(\"cursorScrollMargin\",0),Ol(\"cursorHeight\",1,lr,!0),Ol(\"singleCursorHeightPerLine\",!0,lr,!0),Ol(\"workTime\",100),Ol(\"workDelay\",100),Ol(\"flattenSpans\",!0,fi,!0),Ol(\"addModeClass\",!1,fi,!0),Ol(\"pollInterval\",100),Ol(\"undoDepth\",200,function(e,t){return e.doc.history.undoDepth=t}),Ol(\"historyEventDelay\",1250),Ol(\"viewportMargin\",10,function(e){return e.refresh()},!0),Ol(\"maxHighlightLength\",1e4,fi,!0),Ol(\"moveInputWithCursor\",!0,function(e,t){t||e.display.input.resetPosition()}),Ol(\"tabindex\",null,function(e,t){return e.display.input.getField().tabIndex=t||\"\"}),Ol(\"autofocus\",null),Ol(\"direction\",\"ltr\",function(e,t){return e.doc.setDirection(t)},!0),Ol(\"phrases\",null),Nl=(Ml=ul).optionHandlers,Al=Ml.helpers={},Ml.prototype={constructor:Ml,focus:function(){window.focus(),this.display.input.focus()},setOption:function(e,t){var n=this.options,r=n[e];n[e]==t&&\"mode\"!=e||(n[e]=t,Nl.hasOwnProperty(e)&&Pr(this,Nl[e])(this,t,r),xe(this,\"optionChange\",this,e))},getOption:function(e){return this.options[e]},getDoc:function(){return this.doc},addKeyMap:function(e,t){this.state.keyMaps[t?\"push\":\"unshift\"](Do(e))},removeKeyMap:function(e){for(var t=this.state.keyMaps,n=0;n<t.length;++n)if(t[n]==e||t[n].name==e)return t.splice(n,1),!0},addOverlay:Ir(function(e,t){var n=e.token?e:Ml.getMode(this.options,e);if(n.startState)throw new Error(\"Overlays may not be stateful.\");!function(e,t,n){for(var r=0,i=n(t);r<e.length&&n(e[r])<=i;)r++;e.splice(r,0,t)}(this.state.overlays,{mode:n,modeSpec:e,opaque:t&&t.opaque,priority:t&&t.priority||0},function(e){return e.priority}),this.state.modeGen++,tr(this)}),removeOverlay:Ir(function(e){for(var t=this.state.overlays,n=0;n<t.length;++n){var r=t[n].modeSpec;if(r==e||\"string\"==typeof e&&r.name==e)return t.splice(n,1),this.state.modeGen++,void tr(this)}}),indentLine:Ir(function(e,t,n){\"string\"!=typeof t&&\"number\"!=typeof t&&(t=null==t?this.options.smartIndent?\"smart\":\"prev\":t?\"add\":\"subtract\"),tt(this.doc,e)&&hl(this,e,t,n)}),indentSelection:Ir(function(e){for(var t=this.doc.sel.ranges,n=-1,r=0;r<t.length;r++){var i=t[r];if(i.empty())i.head.line>n&&(hl(this,i.head.line,e,!0),n=i.head.line,r==this.doc.sel.primIndex&&wr(this));else{for(var o=i.from(),l=i.to(),i=Math.max(n,o.line),n=Math.min(this.lastLine(),l.line-(l.ch?0:1))+1,s=i;s<n;++s)hl(this,s,e);i=this.doc.sel.ranges;0==o.ch&&t.length==i.length&&0<i[r].from().ch&&Wi(this.doc,r,new oi(o,i[r].to()),G)}}}),getTokenAt:function(e,t){return xt(this,e,t)},getLineTokens:function(e,t){return xt(this,rt(e),t,!0)},getTokenTypeAt:function(e){e=ct(this.doc,e);var t,n=gt(this,$e(this.doc,e.line)),r=0,i=(n.length-1)/2,o=e.ch;if(0==o)t=n[2];else for(;;){var l=r+i>>1;if((l?n[2*l-1]:0)>=o)i=l;else{if(!(n[2*l+1]<o)){t=n[2*l+2];break}r=1+l}}e=t?t.indexOf(\"overlay \"):-1;return e<0?t:0==e?null:t.slice(0,e-1)},getModeAt:function(e){var t=this.doc.mode;return t.innerMode?Ml.innerMode(t,this.getTokenAt(e).state).mode:t},getHelper:function(e,t){return this.getHelpers(e,t)[0]},getHelpers:function(e,t){var n=[];if(!Al.hasOwnProperty(t))return n;var r=Al[t],i=this.getModeAt(e);if(\"string\"==typeof i[t])r[i[t]]&&n.push(r[i[t]]);else if(i[t])for(var o=0;o<i[t].length;o++){var l=r[i[t][o]];l&&n.push(l)}else i.helperType&&r[i.helperType]?n.push(r[i.helperType]):r[i.name]&&n.push(r[i.name]);for(var s=0;s<r._global.length;s++){var a=r._global[s];a.pred(i,this)&&-1==R(n,a.val)&&n.push(a.val)}return n},getStateAfter:function(e,t){var n=this.doc;return mt(this,(e=ut(n,null==e?n.first+n.size-1:e))+1,t).state},cursorCoords:function(e,t){var n=this.doc.sel.primary(),n=null==e?n.head:\"object\"==typeof e?ct(this.doc,e):e?n.from():n.to();return Bn(this,n,t||\"page\")},charCoords:function(e,t){return zn(this,ct(this.doc,e),t||\"page\")},coordsChar:function(e,t){return Vn(this,(e=Rn(this,e,t||\"page\")).left,e.top)},lineAtHeight:function(e,t){return e=Rn(this,{top:e,left:0},t||\"page\").top,et(this.doc,e+this.display.viewOffset)},heightAtLine:function(e,t,n){var r,i=!1,e=\"number\"==typeof e?(r=this.doc.first+this.doc.size-1,e<this.doc.first?e=this.doc.first:r<e&&(e=r,i=!0),$e(this.doc,e)):e;return In(this,e,{top:0,left:0},t||\"page\",n||i).top+(i?this.doc.height-Vt(e):0)},defaultTextHeight:function(){return Yn(this.display)},defaultCharWidth:function(){return _n(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(e,t,n,r,i){var o,l,s=this.display,a=(e=Bn(this,ct(this.doc,e))).bottom,u=e.left;t.style.position=\"absolute\",t.setAttribute(\"cm-ignore-events\",\"true\"),this.display.input.setUneditable(t),s.sizer.appendChild(t),\"over\"==r?a=e.top:\"above\"!=r&&\"near\"!=r||(o=Math.max(s.wrapper.clientHeight,this.doc.height),l=Math.max(s.sizer.clientWidth,s.lineSpace.clientWidth),(\"above\"==r||e.bottom+t.offsetHeight>o)&&e.top>t.offsetHeight?a=e.top-t.offsetHeight:e.bottom+t.offsetHeight<=o&&(a=e.bottom),u+t.offsetWidth>l&&(u=l-t.offsetWidth)),t.style.top=a+\"px\",t.style.left=t.style.right=\"\",\"right\"==i?(u=s.sizer.clientWidth-t.offsetWidth,t.style.right=\"0px\"):(\"left\"==i?u=0:\"middle\"==i&&(u=(s.sizer.clientWidth-t.offsetWidth)/2),t.style.left=u+\"px\"),n&&(n=this,t={left:u,top:a,right:u+t.offsetWidth,bottom:a+t.offsetHeight},null!=(t=yr(n,t)).scrollTop&&Lr(n,t.scrollTop),null!=t.scrollLeft&&Tr(n,t.scrollLeft))},triggerOnKeyDown:Ir(Xo),triggerOnKeyPress:Ir(_o),triggerOnKeyUp:Yo,triggerOnMouseDown:Ir(Qo),execCommand:function(e){if(Io.hasOwnProperty(e))return Io[e].call(null,this)},triggerElectric:Ir(function(e){ml(this,e)}),findPosH:function(e,t,n,r){var i=1;t<0&&(i=-1,t=-t);for(var o=ct(this.doc,e),l=0;l<t&&!(o=wl(this.doc,o,i,n,r)).hitSide;++l);return o},moveH:Ir(function(t,n){var r=this;this.extendSelectionsBy(function(e){return r.display.shift||r.doc.extend||e.empty()?wl(r.doc,e.head,t,n,r.options.rtlMoveVisually):t<0?e.from():e.to()},V)}),deleteH:Ir(function(n,r){var e=this.doc.sel,i=this.doc;e.somethingSelected()?i.replaceSelection(\"\",null,\"+delete\"):Wo(this,function(e){var t=wl(i,e.head,n,r,!1);return n<0?{from:t,to:e.head}:{from:e.head,to:t}})}),findPosV:function(e,t,n,r){var i=1,o=r;t<0&&(i=-1,t=-t);for(var l=ct(this.doc,e),s=0;s<t;++s){var a=Bn(this,l,\"div\");if(null==o?o=a.left:a.left=o,(l=xl(this,a,i,n)).hitSide)break}return l},moveV:Ir(function(r,i){var o=this,l=this.doc,s=[],a=!this.display.shift&&!l.extend&&l.sel.somethingSelected();if(l.extendSelectionsBy(function(e){if(a)return r<0?e.from():e.to();var t=Bn(o,e.head,\"div\");null!=e.goalColumn&&(t.left=e.goalColumn),s.push(t.left);var n=xl(o,t,r,i);return\"page\"==i&&e==l.sel.primary()&&br(o,zn(o,n,\"div\").top-t.top),n},V),s.length)for(var e=0;e<l.sel.ranges.length;e++)l.sel.ranges[e].goalColumn=s[e]}),findWordAt:function(e){var t=$e(this.doc,e.line).text,n=e.ch,r=e.ch;if(t){var i=this.getHelper(e,\"wordChars\");\"before\"!=e.sticky&&r!=t.length||!n?++r:--n;for(var o=t.charAt(n),l=J(o,i)?function(e){return J(e,i)}:/\\s/.test(o)?function(e){return/\\s/.test(e)}:function(e){return!/\\s/.test(e)&&!J(e)};0<n&&l(t.charAt(n-1));)--n;for(;r<t.length&&l(t.charAt(r));)++r}return new oi(rt(e.line,n),rt(e.line,r))},toggleOverwrite:function(e){null!=e&&e==this.state.overwrite||(((this.state.overwrite=!this.state.overwrite)?D:L)(this.display.cursorDiv,\"CodeMirror-overwrite\"),xe(this,\"overwriteToggle\",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==O()},isReadOnly:function(){return!(!this.options.readOnly&&!this.doc.cantEdit)},scrollTo:Ir(function(e,t){xr(this,e,t)}),getScrollInfo:function(){var e=this.display.scroller;return{left:e.scrollLeft,top:e.scrollTop,height:e.scrollHeight-wn(this)-this.display.barHeight,width:e.scrollWidth-wn(this)-this.display.barWidth,clientHeight:Cn(this),clientWidth:xn(this)}},scrollIntoView:Ir(function(e,t){var n;null==e?(e={from:this.doc.sel.primary().head,to:null},null==t&&(t=this.options.cursorScrollMargin)):\"number\"==typeof e?e={from:rt(e,0),to:null}:null==e.from&&(e={from:e,to:null}),e.to||(e.to=e.from),e.margin=t||0,null!=e.from.line?(n=e,Cr(t=this),t.curOp.scrollToPos=n):Sr(this,e.from,e.to,e.margin)}),setSize:Ir(function(e,t){function n(e){return\"number\"==typeof e||/^\\d+$/.test(String(e))?e+\"px\":e}var r=this;null!=e&&(this.display.wrapper.style.width=n(e)),null!=t&&(this.display.wrapper.style.height=n(t)),this.options.lineWrapping&&Wn(this);var i=this.display.viewFrom;this.doc.iter(i,this.display.viewTo,function(e){if(e.widgets)for(var t=0;t<e.widgets.length;t++)if(e.widgets[t].noHScroll){nr(r,i,\"widget\");break}++i}),this.curOp.forceUpdate=!0,xe(this,\"refresh\",this)}),operation:function(e){return Er(this,e)},startOperation:function(){return Hr(this)},endOperation:function(){return Fr(this)},refresh:Ir(function(){var e=this.display.cachedTextHeight;tr(this),this.curOp.forceUpdate=!0,Hn(this),xr(this,this.doc.scrollLeft,this.doc.scrollTop),jr(this.display),(null==e||.5<Math.abs(e-Yn(this.display))||this.options.lineWrapping)&&Qn(this),xe(this,\"refresh\",this)}),swapDoc:Ir(function(e){var t=this.doc;return t.cm=null,this.state.selectingText&&this.state.selectingText(),vi(this,e),Hn(this),this.display.input.reset(),xr(this,e.scrollLeft,e.scrollTop),this.curOp.forceScroll=!0,ln(this,\"swapDoc\",this,t),t}),phrase:function(e){var t=this.options.phrases;return t&&Object.prototype.hasOwnProperty.call(t,e)?t[e]:e},getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},ke(Ml),Ml.registerHelper=function(e,t,n){Al.hasOwnProperty(e)||(Al[e]=Ml[e]={_global:[]}),Al[e][t]=n},Ml.registerGlobalHelper=function(e,t,n,r){Ml.registerHelper(e,t,r),Al[e]._global.push({pred:n,val:r})};var Dl,Wl,Hl=\"iter insert remove copy getEditor constructor\".split(\" \");for(Dl in ho.prototype)ho.prototype.hasOwnProperty(Dl)&&R(Hl,Dl)<0&&(ul.prototype[Dl]=function(e){return function(){return e.apply(this.doc,arguments)}}(ho.prototype[Dl]));return ke(ho),ul.inputStyles={textarea:r,contenteditable:e},ul.defineMode=function(e){ul.defaults.mode||\"null\"==e||(ul.defaults.mode=e),function(e,t){2<arguments.length&&(t.dependencies=Array.prototype.slice.call(arguments,2)),ze[e]=t}.apply(this,arguments)},ul.defineMIME=function(e,t){Be[e]=t},ul.defineMode(\"null\",function(){return{token:function(e){return e.skipToEnd()}}}),ul.defineMIME(\"text/plain\",\"null\"),ul.defineExtension=function(e,t){ul.prototype[e]=t},ul.defineDocExtension=function(e,t){ho.prototype[e]=t},ul.fromTextArea=function(t,n){var e;function r(){t.value=s.getValue()}if(n=n?E(n):{},n.value=t.value,!n.tabindex&&t.tabIndex&&(n.tabindex=t.tabIndex),!n.placeholder&&t.placeholder&&(n.placeholder=t.placeholder),null==n.autofocus&&(e=O(),n.autofocus=e==t||null!=t.getAttribute(\"autofocus\")&&e==document.body),t.form&&(ye(t.form,\"submit\",r),!n.leaveSubmitMethodAlone)){var i=t.form,o=i.submit;try{var l=i.submit=function(){r(),i.submit=o,i.submit(),i.submit=l}}catch(e){}}n.finishInit=function(e){e.save=r,e.getTextArea=function(){return t},e.toTextArea=function(){e.toTextArea=isNaN,r(),t.parentNode.removeChild(e.getWrapperElement()),t.style.display=\"\",t.form&&(we(t.form,\"submit\",r),n.leaveSubmitMethodAlone||\"function\"!=typeof t.form.submit||(t.form.submit=o))}},t.style.display=\"none\";var s=ul(function(e){return t.parentNode.insertBefore(e,t.nextSibling)},n);return s},(Wl=ul).off=we,Wl.on=ye,Wl.wheelEventPixels=ni,Wl.Doc=ho,Wl.splitLines=Ee,Wl.countColumn=P,Wl.findColumn=K,Wl.isWordChar=Q,Wl.Pass=B,Wl.signal=xe,Wl.Line=Xt,Wl.changeEnd=ai,Wl.scrollbarModel=Or,Wl.Pos=rt,Wl.cmpPos=it,Wl.modes=ze,Wl.mimeModes=Be,Wl.resolveMode=Ge,Wl.getMode=Ue,Wl.modeExtensions=Ve,Wl.extendMode=Ke,Wl.copyState=je,Wl.startState=Ye,Wl.innerMode=Xe,Wl.commands=Io,Wl.keyMap=Lo,Wl.keyName=Oo,Wl.isModifierKey=No,Wl.lookupKey=Mo,Wl.normalizeKeyMap=To,Wl.StringStream=_e,Wl.SharedTextMarker=ao,Wl.TextMarker=lo,Wl.LineWidget=ro,Wl.e_preventDefault=Te,Wl.e_stopPropagation=Me,Wl.e_stop=Ae,Wl.addClass=D,Wl.contains=A,Wl.rmClass=L,Wl.keyNames=wo,ul.version=\"5.58.3\",ul});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/lib/codemirror.js",
            "module-type": "library"
        },
        "$:/plugins/tiddlywiki/codemirror/lib/codemirror.css": {
            "text": ".CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20,255,20,0.5);-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:blue}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3,.cm-s-default .cm-type{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta{color:#555}.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error{color:red}.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line > span::selection,.CodeMirror-line > span > span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line > span::-moz-selection,.CodeMirror-line > span > span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:none}\n",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/plugins/tiddlywiki/codemirror/lib/codemirror.css",
            "tags": "[[$:/tags/Stylesheet]]"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.css": {
            "text": ".CodeMirror-dialog {\n  position: absolute;\n  left: 0; right: 0;\n  background: inherit;\n  z-index: 15;\n  padding: .1em .8em;\n  overflow: hidden;\n  color: inherit;\n}\n\n.CodeMirror-dialog-top {\n  border-bottom: 1px solid #eee;\n  top: 0;\n}\n\n.CodeMirror-dialog-bottom {\n  border-top: 1px solid #eee;\n  bottom: 0;\n}\n\n.CodeMirror-dialog input {\n  border: none;\n  outline: none;\n  background: transparent;\n  width: 20em;\n  color: inherit;\n  font-family: monospace;\n}\n\n.CodeMirror-dialog button {\n  font-size: 70%;\n}\n",
            "type": "text/css",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.css",
            "tags": "[[$:/tags/Stylesheet]]"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.js": {
            "text": "!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\"],e):e(CodeMirror)}(function(s){function f(e,o,n){var t=e.getWrapperElement(),i=t.appendChild(document.createElement(\"div\"));return i.className=n?\"CodeMirror-dialog CodeMirror-dialog-bottom\":\"CodeMirror-dialog CodeMirror-dialog-top\",\"string\"==typeof o?i.innerHTML=o:i.appendChild(o),s.addClass(t,\"dialog-opened\"),i}function p(e,o){e.state.currentNotificationClose&&e.state.currentNotificationClose(),e.state.currentNotificationClose=o}s.defineExtension(\"openDialog\",function(e,o,n){n=n||{},p(this,null);var t=f(this,e,n.bottom),i=!1,r=this;function u(e){if(\"string\"==typeof e)a.value=e;else{if(i)return;i=!0,s.rmClass(t.parentNode,\"dialog-opened\"),t.parentNode.removeChild(t),r.focus(),n.onClose&&n.onClose(t)}}var l,a=t.getElementsByTagName(\"input\")[0];return a?(a.focus(),n.value&&(a.value=n.value,!1!==n.selectValueOnOpen&&a.select()),n.onInput&&s.on(a,\"input\",function(e){n.onInput(e,a.value,u)}),n.onKeyUp&&s.on(a,\"keyup\",function(e){n.onKeyUp(e,a.value,u)}),s.on(a,\"keydown\",function(e){n&&n.onKeyDown&&n.onKeyDown(e,a.value,u)||((27==e.keyCode||!1!==n.closeOnEnter&&13==e.keyCode)&&(a.blur(),s.e_stop(e),u()),13==e.keyCode&&o(a.value,e))}),!1!==n.closeOnBlur&&s.on(t,\"focusout\",function(e){null!==e.relatedTarget&&u()})):(l=t.getElementsByTagName(\"button\")[0])&&(s.on(l,\"click\",function(){u(),r.focus()}),!1!==n.closeOnBlur&&s.on(l,\"blur\",u),l.focus()),u}),s.defineExtension(\"openConfirm\",function(e,o,n){p(this,null);var t=f(this,e,n&&n.bottom),i=t.getElementsByTagName(\"button\"),r=!1,u=this,l=1;function a(){r||(r=!0,s.rmClass(t.parentNode,\"dialog-opened\"),t.parentNode.removeChild(t),u.focus())}i[0].focus();for(var c=0;c<i.length;++c){var d=i[c];!function(o){s.on(d,\"click\",function(e){s.e_preventDefault(e),a(),o&&o(u)})}(o[c]),s.on(d,\"blur\",function(){--l,setTimeout(function(){l<=0&&a()},200)}),s.on(d,\"focus\",function(){++l})}}),s.defineExtension(\"openNotification\",function(e,o){p(this,u);var n,t=f(this,e,o&&o.bottom),i=!1,r=o&&void 0!==o.duration?o.duration:5e3;function u(){i||(i=!0,clearTimeout(n),s.rmClass(t.parentNode,\"dialog-opened\"),t.parentNode.removeChild(t))}return s.on(t,\"click\",function(e){s.e_preventDefault(e),u()}),r&&(n=setTimeout(u,r)),u})});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/selection/activeline.js": {
            "text": "!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\"],e):e(CodeMirror)}(function(r){\"use strict\";var s=\"CodeMirror-activeline\",c=\"CodeMirror-activeline-background\",l=\"CodeMirror-activeline-gutter\";function f(e){for(var t=0;t<e.state.activeLines.length;t++)e.removeLineClass(e.state.activeLines[t],\"wrap\",s),e.removeLineClass(e.state.activeLines[t],\"background\",c),e.removeLineClass(e.state.activeLines[t],\"gutter\",l)}function o(t,e){for(var n=[],i=0;i<e.length;i++){var r,o=e[i],a=t.getOption(\"styleActiveLine\");(\"object\"==typeof a&&a.nonEmpty?o.anchor.line==o.head.line:o.empty())&&(r=t.getLineHandleVisualStart(o.head.line),n[n.length-1]!=r&&n.push(r))}!function(e,t){if(e.length==t.length){for(var n=0;n<e.length;n++)if(e[n]!=t[n])return;return 1}}(t.state.activeLines,n)&&t.operation(function(){f(t);for(var e=0;e<n.length;e++)t.addLineClass(n[e],\"wrap\",s),t.addLineClass(n[e],\"background\",c),t.addLineClass(n[e],\"gutter\",l);t.state.activeLines=n})}function a(e,t){o(e,t.ranges)}r.defineOption(\"styleActiveLine\",!1,function(e,t,n){var i=n!=r.Init&&n;t!=i&&(i&&(e.off(\"beforeSelectionChange\",a),f(e),delete e.state.activeLines),t&&(e.state.activeLines=[],o(e,e.listSelections()),e.on(\"beforeSelectionChange\",a)))})});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/selection/activeline.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror/mode/tw-meta.js": {
            "text": "!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../lib/codemirror\"],e):e(CodeMirror)}(function(e){\"use strict\";e.modeInfo=[{name:\"CMake\",mime:\"text/x-cmake\",mode:\"cmake\",ext:[\"cmake\",\"cmake.in\"],file:/^CMakeLists.txt$/},{name:\"Cython\",mime:\"text/x-cython\",mode:\"python\",ext:[\"pyx\",\"pxd\",\"pxi\"]},{name:\"CSS\",mime:\"text/css\",mode:\"css\",ext:[\"css\"]},{name:\"diff\",mime:\"text/x-diff\",mode:\"diff\",ext:[\"diff\",\"patch\"]},{name:\"Embedded Javascript\",mime:\"application/x-ejs\",mode:\"htmlembedded\",ext:[\"ejs\"]},{name:\"Embedded Ruby\",mime:\"application/x-erb\",mode:\"htmlembedded\",ext:[\"erb\"]},{name:\"Erlang\",mime:\"text/x-erlang\",mode:\"erlang\",ext:[\"erl\"]},{name:\"GitHub Flavored Markdown\",mime:\"text/x-gfm\",mode:\"gfm\",file:/^(readme|contributing|history).md$/i},{name:\"Go\",mime:\"text/x-go\",mode:\"go\",ext:[\"go\"]},{name:\"ASP.NET\",mime:\"application/x-aspx\",mode:\"htmlembedded\",ext:[\"aspx\"],alias:[\"asp\",\"aspx\"]},{name:\"HTML\",mime:\"text/html\",mode:\"htmlmixed\",ext:[\"html\",\"htm\",\"handlebars\",\"hbs\"],alias:[\"xhtml\"]},{name:\"HTTP\",mime:\"message/http\",mode:\"http\"},{name:\"JavaScript\",mimes:[\"text/javascript\",\"text/ecmascript\",\"application/javascript\",\"application/x-javascript\",\"application/ecmascript\"],mode:\"javascript\",ext:[\"js\"],alias:[\"ecmascript\",\"js\",\"node\"]},{name:\"JSON\",mimes:[\"application/json\",\"application/x-json\"],mode:\"javascript\",ext:[\"json\",\"map\"],alias:[\"json5\"]},{name:\"JSON-LD\",mime:\"application/ld+json\",mode:\"javascript\",ext:[\"jsonld\"],alias:[\"jsonld\"]},{name:\"Lua\",mime:\"text/x-lua\",mode:\"lua\",ext:[\"lua\"]},{name:\"Markdown\",mime:\"text/x-markdown\",mode:\"markdown\",ext:[\"markdown\",\"md\",\"mkd\"]},{name:\"MySQL\",mime:\"text/x-mysql\",mode:\"sql\"},{name:\"Plain Text\",mime:\"text/plain\",mode:\"null\",ext:[\"txt\",\"text\",\"conf\",\"def\",\"list\",\"log\"]},{name:\"Python\",mime:\"text/x-python\",mode:\"python\",ext:[\"BUILD\",\"bzl\",\"py\",\"pyw\"],file:/^(BUCK|BUILD)$/},{name:\"SCSS\",mime:\"text/x-scss\",mode:\"css\",ext:[\"scss\"]},{name:\"LaTeX\",mime:\"text/x-latex\",mode:\"stex\",ext:[\"text\",\"ltx\",\"tex\"],alias:[\"tex\"]},{name:\"TiddlyWiki \",mime:\"text/x-tiddlywiki\",mode:\"tiddlywiki\"}];for(var t=0;t<e.modeInfo.length;t++){var m=e.modeInfo[t];m.mimes&&(m.mime=m.mimes[0])}e.findModeByMIME=function(t){t=t.toLowerCase();for(var m=0;m<e.modeInfo.length;m++){var i=e.modeInfo[m];if(i.mime==t)return i;if(i.mimes)for(var a=0;a<i.mimes.length;a++)if(i.mimes[a]==t)return i}return/\\+xml$/.test(t)?e.findModeByMIME(\"application/xml\"):/\\+json$/.test(t)?e.findModeByMIME(\"application/json\"):void 0},e.findModeByExtension=function(t){for(var m=0;m<e.modeInfo.length;m++){var i=e.modeInfo[m];if(i.ext)for(var a=0;a<i.ext.length;a++)if(i.ext[a]==t)return i}},e.findModeByFileName=function(t){for(var m=0;m<e.modeInfo.length;m++){var i=e.modeInfo[m];if(i.file&&i.file.test(t))return i}var a=t.lastIndexOf(\".\"),o=a>-1&&t.substring(a+1,t.length);if(o)return e.findModeByExtension(o)},e.findModeByName=function(t){t=t.toLowerCase();for(var m=0;m<e.modeInfo.length;m++){var i=e.modeInfo[m];if(i.name.toLowerCase()==t)return i;if(i.alias)for(var a=0;a<i.alias.length;a++)if(i.alias[a].toLowerCase()==t)return i}}});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/mode/tw-meta.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror/keyboard": {
            "title": "$:/plugins/tiddlywiki/codemirror/keyboard",
            "text": "\n!!Default keyboard shortcuts\n\n!!!Basic shortcuts\n\n|Shortcut |Function |h\n|Left |goCharLeft |\n|Right |goCharRight |\n|Up |goLineUp |\n|Down |goLineDown |\n|End |goLineEnd |\n|Home |goLineStartSmart |\n|~PageUp |goPageUp |\n|~PageDown |goPageDown |\n|Delete |delCharAfter |\n|Backspace |delCharBefore |\n|Shift-Backspace |delCharBefore |\n|Tab |defaultTab |\n|Shift-Tab |indentAuto |\n|Enter |newlineAndIndent |\n|Insert |toggleOverwrite |\n|Ctrl-Esc |singleSelection |\n\n\n!!!Shortcuts on Windows and Linux\n\n|Shortcut |Function |h\n|Ctrl-A |selectAll |\n|Ctrl-D |deleteLine |\n|Ctrl-Z |undo |\n|Shift-Ctrl-Z |redo |\n|Ctrl-Y |redo |\n|Ctrl-Home |goDocStart |\n|Ctrl-End |goDocEnd |\n|Ctrl-Up |goLineUp |\n|Ctrl-Down |goLineDown |\n|Ctrl-Left |goGroupLeft |\n|Ctrl-Right |goGroupRight |\n|Alt-Left |goLineStart |\n|Alt-Right |goLineEnd |\n|Ctrl-Backspace |delGroupBefore |\n|Ctrl-Delete |delGroupAfter |\n|Ctrl-F |find |\n|Ctrl-G |findNext |\n|Shift-Ctrl-G |findPrev |\n|Shift-Ctrl-F |replace |\n|Shift-Ctrl-R |replaceAll |\n|Ctrl-[ |indentLess |\n|Ctrl-] |indentMore |\n|Alt-U |undoSelection |\n|Shift-Ctrl-U |redoSelection |\n|Shift-Alt-U |redoSelection |\n\n\n!!!Shortcuts on ~MacOs\n\n|Shortcut |Function |h\n|Cmd-A |selectAll |\n|Cmd-D |deleteLine |\n|Cmd-Z |undo |\n|Shift-Cmd-Z |redo |\n|Cmd-Y |redo |\n|Cmd-Home |goDocStart |\n|Cmd-Up |goDocStart |\n|Cmd-End |goDocEnd |\n|Cmd-Down |goDocEnd |\n|Alt-Left |goGroupLeft |\n|Alt-Right |goGroupRight |\n|Cmd-Left |goLineLeft |\n|Cmd-Right |goLineRight |\n|Alt-Backspace |delGroupBefore |\n|Ctrl-Alt-Backspace |delGroupAfter |\n|Alt-Delete |delGroupAfter |\n|Cmd-F |find |\n|Cmd-G |findNext |\n|Shift-Cmd-G |findPrev |\n|Cmd-Alt-F |replace |\n|Shift-Cmd-Alt-F |replaceAll |\n|Cmd-[ |indentLess |\n|Cmd-] |indentMore |\n|Cmd-Backspace |delWrappedLineLeft |\n|Cmd-Delete |delWrappedLineRight |\n|Alt-U |undoSelection |\n|Shift-Alt-U |redoSelection |\n|Ctrl-Up |goDocStart |\n|Ctrl-Down |goDocEnd |\n|Ctrl-F |goCharRight |\n|Ctrl-B |goCharLeft |\n|Ctrl-P |goLineUp |\n|Ctrl-N |goLineDown |\n|Alt-F |goWordRight |\n|Alt-B |goWordLeft |\n|Ctrl-A |goLineStart |\n|Ctrl-E |goLineEnd |\n|Ctrl-V |goPageDown |\n|Shift-Ctrl-V |goPageUp |\n|Ctrl-D |delCharAfter |\n|Ctrl-H |delCharBefore |\n|Alt-D |delWordAfter |\n|Alt-Backspace |delWordBefore |\n|Ctrl-K |killLine |\n|Alt-T |transposeChars |\n|Ctrl-O |openLine |\n\n\n"
        },
        "$:/plugins/tiddlywiki/codemirror/license": {
            "title": "$:/plugins/tiddlywiki/codemirror/license",
            "text": "\"\"\"\n~CodeMirror, copyright (c) by Marijn Haverbeke and others\nDistributed under an MIT license: http://codemirror.net/LICENSE\n\nCopyright (c) 2004-2007, Jeremy Ruston\nCopyright (c) 2007-2018, UnaMesa Association\nDistributed under an BSD license: https://tiddlywiki.com/#License\n\"\"\"\n"
        },
        "$:/plugins/tiddlywiki/codemirror/readme": {
            "title": "$:/plugins/tiddlywiki/codemirror/readme",
            "text": "This plugin provides an enhanced text editor component based on [[CodeMirror|http://codemirror.net]]. The basic configuration is designed to be as lightweight as possible and is just around 235kb of size. Additional features can be installed with ~CodeMirror ~AddOns from the plugin library.\n\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror]]\n\nBased on ~CodeMirror version 5.58.3\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/cursorBlinkRate": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/cursorBlinkRate",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/cursorBlinkRate/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/cursorBlinkRate/\n\n|<$link to=\"$:/config/codemirror/cursorBlinkRate\"><<lingo hint>></$link> |<$edit-text tiddler=\"$:/config/codemirror/cursorBlinkRate\" default=\"\" placeholder=\"cursorBlinkRate\" tag=\"input\"/> |\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/editorFont": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/editorFont",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/editorFont/hint}}",
            "text": "\\define lingo-base() $:/language/ThemeTweaks/\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\"><<lingo Settings/EditorFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\" default=\"\" tag=\"input\"/> | |\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/indentUnit": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/indentUnit",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/indentUnit/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/indentUnit/\n\n|<$link to=\"$:/config/codemirror/indentUnit\"><<lingo hint>></$link> |<$edit-text tiddler=\"$:/config/codemirror/indentUnit\" default=\"\" placeholder=\"indentUnit\" tag=\"input\"/> |\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/indentWithTabs": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/indentWithTabs",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/indentWithTabs/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/indentWithTabs/\n<<lingo hint>>\n\n<$checkbox tiddler=\"$:/config/codemirror/indentWithTabs\" field=\"text\" checked=\"true\" unchecked=\"false\" default=\"true\"> <$link to=\"$:/config/codemirror/indentWithTabs\"><<lingo info>></$link> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/keyMap": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/keyMap",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/keyMap/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/keyMap\n\n<$link to=\"$:/config/codemirror/keyMap\"><<lingo hint>></$link>\n\n<$select tiddler=\"$:/config/codemirror/keyMap\" default=\"default\">\n<option value=\"default\">default</option>\n<$list filter=\"[all[shadows+tiddlers]module-type[codemirror-keymap]!has[draft.of]get[text]]\">\n<option value=<<currentTiddler>>><$transclude><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/lineNumbers": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/lineNumbers",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/lineNumbers/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/lineNumbers/\n<<lingo hint>>\n\n<$checkbox tiddler=\"$:/config/codemirror/lineNumbers\" field=\"text\" checked=\"true\" unchecked=\"false\" default=\"false\"> <$link to=\"$:/config/codemirror/lineNumbers\"><<lingo info>></$link> </$checkbox>\n\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/lineWrapping": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/lineWrapping",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/lineWrapping/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/lineWrapping/\n<<lingo hint>>\n\n<$checkbox tiddler=\"$:/config/codemirror/lineWrapping\" field=\"text\" checked=\"true\" unchecked=\"false\" default=\"true\"> <$link to=\"$:/config/codemirror/lineWrapping\"><<lingo info>></$link> </$checkbox>\n\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/showCursorWhenSelecting": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/showCursorWhenSelecting",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/showCursorWhenSelecting/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/showCursorWhenSelecting/\n<<lingo hint>>\n\n<$checkbox tiddler=\"$:/config/codemirror/showCursorWhenSelecting\" field=\"text\" checked=\"true\" unchecked=\"false\" default=\"true\"> <$link to=\"$:/config/codemirror/showCursorWhenSelecting\"><<lingo info>></$link> </$checkbox>\n\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/smartIndent": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/smartIndent",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/smartIndent/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/smartIndent/\n<<lingo hint>>\n\n<$checkbox tiddler=\"$:/config/codemirror/smartIndent\" field=\"text\" checked=\"true\" unchecked=\"false\" default=\"true\"> <$link to=\"$:/config/codemirror/smartIndent\"><<lingo info>></$link> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/styleActiveLine": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/styleActiveLine",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/styleActiveLine/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/styleActiveLine/\n<<lingo hint>>\n\n<$checkbox tiddler=\"$:/config/codemirror/styleActiveLine\" field=\"text\" checked=\"true\" unchecked=\"false\" default=\"false\"> <$link to=\"$:/config/codemirror/styleActiveLine\"><<lingo info>></$link> </$checkbox>\n\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/tabSize": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/tabSize",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/tabSize/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/tabSize/\n\n|<$link to=\"$:/config/codemirror/tabSize\"><<lingo hint>></$link> |<$edit-text tiddler=\"$:/config/codemirror/tabSize\" default=\"\" placeholder=\"tabSize\" tag=\"input\"/> |\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/theme": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/theme",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/theme/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/\n\n<$link to=\"$:/config/codemirror/theme\"><<lingo hint>></$link>\n\n<$select tiddler=\"$:/config/codemirror/theme\" default=\"default\">\n<option value=\"default\">default</option>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]module-type[codemirror-theme]!has[draft.of]get[name]]\">\n<option value=<<currentTiddler>>><$transclude field=\"name\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n\n//see the [[CodeMirror Usage|$:/plugins/tiddlywiki/codemirror/usage]] how to add themes//\n"
        },
        "$:/plugins/tiddlywiki/codemirror/styles": {
            "title": "$:/plugins/tiddlywiki/codemirror/styles",
            "tags": "[[$:/tags/Stylesheet]]",
            "module-type": "codemirror-theme",
            "name": "tiddlywiki",
            "text": "\\define set-fat-cursor-background-css(colour,colourA,colourB)\n<$set name=\"backgroundColour\" value=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">>>\n.cm-s-tiddlywiki.cm-fat-cursor .CodeMirror-cursor { background: <<backgroundColour>>; }\n.cm-s-tiddlywiki .cm-animate-fat-cursor { background-color: <<backgroundColour>>; }\n</$set>\n\\end\n\\define set-fat-cursor-background-colours(palette)\n<$macrocall $name=\"set-fat-cursor-background-css\" colour={{$palette$##foreground}} colourA=\"#77ee77\" colourB=\"#586e75\"/>\n\\end\n\\define set-fat-cursor-background()\n<$macrocall $name=\"set-fat-cursor-background-colours\" palette={{$:/palette}}/>\n\\end\n\\define set-selection-background-css(colour,colourA,colourB,tiddlerEditorBackground)\n<$wikify name=\"tiddlerEditorBackground\" text={{{ [[$tiddlerEditorBackground$]lowercase[]] }}}>\n<$set name=\"backgroundColour\" value=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">>>\n<$set name=\"backgroundColour\" value={{{ [<backgroundColour>lowercase[]match<tiddlerEditorBackground>then[]] ~[<backgroundColour>] }}}>\n.cm-s-tiddlywiki div.CodeMirror-selected { background: <<backgroundColour>>; color: <<colour foreground>>; }\n.cm-s-tiddlywiki.CodeMirror ::selection { background: <<backgroundColour>>; color: <<colour foreground>>; }\n.cm-s-tiddlywiki .CodeMirror-line::-moz-selection,  .CodeMirror-line > span::-moz-selection,  .CodeMirror-line > span > span::-moz-selection { background: <<backgroundColour>>; color: <<colour foreground>>; }\n.cm-s-tiddlywiki .CodeMirror-line::selection,  .CodeMirror-line > span::selection,  .CodeMirror-line > span > span::selection { background: <<backgroundColour>>; color: <<colour foreground>>; }\n</$set>\n</$set>\n</$wikify>\n\\end\n\\define set-selection-background-colours(palette)\n<$macrocall $name=\"set-selection-background-css\" colour={{$palette$##foreground}} colourA={{{ [{$palette$##selection-background}!match[]!prefix[<<]!suffix[>>]] ~#073642 }}} colourB={{{ [{$palette$##selection-background}!match[]!prefix[<<]!suffix[>>]] ~#eee8d5 }}} tiddlerEditorBackground={{$palette$##tiddler-editor-background}}/>\n\\end\n\\define set-selection-background()\n<$macrocall $name=\"set-selection-background-colours\" palette={{$:/palette}}/>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\n\n/* Make the editor resize to fit its content */\n\n.CodeMirror {\n\theight: auto;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tline-height: 1.5;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};\n}\n\n.CodeMirror-scroll {\n\toverflow-x: auto;\n\toverflow-y: hidden;\n}\n\n.cm-s-tiddlywiki {\n  color-profile: sRGB;\n  rendering-intent: auto;\n}\n\n.cm-s-tiddlywiki.CodeMirror, .cm-s-tiddlywiki .CodeMirror-gutters { background-color: <<colour tiddler-editor-background>>; color: <<colour foreground>>; }\n.cm-s-tiddlywiki .CodeMirror-gutters {background: <<colour tiddler-editor-background>>; border-right: 1px solid <<colour tiddler-editor-border>>;}\n.cm-s-tiddlywiki .CodeMirror-linenumber {color: <<colour foreground>>;}\n.cm-s-tiddlywiki .CodeMirror-cursor { border-left: 2px solid <<colour foreground>>; }\n.cm-s-tiddlywiki span.cm-comment { color: #586e75; font-style:italic; font-weight:normal; }\n.cm-s-tiddlywiki .CodeMirror-activeline-background, .cm-s-tiddlywiki .CodeMirror-activeline-gutter .CodeMirror-linenumber { background: rgba(127,127,127,0.2); }\n.cm-s-tiddlywiki span.cm-matchhighlight { color: <<colour background>>; background-color: <<colour primary>>; font-weight: normal;}\n.cm-s-tiddlywiki .CodeMirror-widget { text-shadow: none; }\n.cm-s-tiddlywiki .CodeMirror-dialog { background: <<colour tiddler-background>>; }\n.cm-s-tiddlywiki .cm-header { color: #586e75; }\n.cm-s-tiddlywiki .cm-quote { color: #93a1a1; }\n.cm-s-tiddlywiki .cm-keyword { color: #cb4b16; }\n.cm-s-tiddlywiki .cm-atom { color: #d33682; }\n.cm-s-tiddlywiki .cm-number { color: #d33682; }\n.cm-s-tiddlywiki .cm-def { color: #2aa198; }\n.cm-s-tiddlywiki .cm-variable { color: #839496; }\n.cm-s-tiddlywiki .cm-variable-2 { color: #b58900; }\n.cm-s-tiddlywiki .cm-variable-3, .cm-s-tiddlywiki .cm-type { color: #6c71c4; }\n.cm-s-tiddlywiki .cm-property { color: #2aa198; }\n.cm-s-tiddlywiki .cm-operator { color: #6c71c4; }\n.cm-s-tiddlywiki .cm-comment { color: #586e75; font-style:italic; }\n.cm-s-tiddlywiki .cm-string { color: #859900; }\n.cm-s-tiddlywiki .cm-string-2 { color: #b58900; }\n.cm-s-tiddlywiki .cm-meta { color: #859900; }\n.cm-s-tiddlywiki .cm-qualifier { color: #b58900; }\n.cm-s-tiddlywiki .cm-builtin { color: #d33682; }\n.cm-s-tiddlywiki .cm-bracket { color: #cb4b16; }\n.cm-s-tiddlywiki .CodeMirror-matchingbracket { color: #859900; }\n.cm-s-tiddlywiki .CodeMirror-nonmatchingbracket { color: #dc322f; }\n.cm-s-tiddlywiki .cm-tag { color: #93a1a1; }\n.cm-s-tiddlywiki .cm-attribute { color: #2aa198; }\n.cm-s-tiddlywiki .cm-hr { color: transparent; border-top: 1px solid #586e75; display: block; }\n.cm-s-tiddlywiki .cm-link { color: #93a1a1; cursor: pointer; }\n.cm-s-tiddlywiki .cm-special { color: #6c71c4; }\n.cm-s-tiddlywiki .cm-em { color: #999; text-decoration: underline; text-decoration-style: dotted; }\n.cm-s-tiddlywiki .cm-error,\n.cm-s-tiddlywiki .cm-invalidchar { color: #586e75; border-bottom: 1px dotted #dc322f; }\n.cm-s-tiddlywiki .CodeMirror-matchingbracket { color: #859900; }\n.cm-s-tiddlywiki .CodeMirror-nonmatchingbracket { color: #dc322f; }\n.cm-s-tiddlywiki .cm-searching { background: rgba(243, 155, 53, .3); outline: 1px solid #F39B35; }\n<<set-fat-cursor-background>>\n<<set-selection-background>>\n"
        },
        "$:/core/ui/ControlPanel/Settings/CodeMirror": {
            "title": "$:/core/ui/ControlPanel/Settings/CodeMirror",
            "tags": "$:/tags/ControlPanel/SettingsTab",
            "caption": "CodeMirror",
            "list-after": "$:/core/ui/ControlPanel/Settings/TiddlyWiki",
            "text": "\\define lingo-base() $:/language/codemirror/controlPanel/\n\n<<lingo hint>>\n\n<$link to=\"$:/plugins/tiddlywiki/codemirror/usage\"><<lingo usage>></$link>\n\n<$link to=\"$:/plugins/tiddlywiki/codemirror/keyboard\"><<lingo keyboard>></$link>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings/CodeMirror]]\">\n\n<div style=\"border-top:1px solid #eee;\">\n\n!! <$link><$transclude field=\"caption\"/></$link>\n\n<$transclude/>\n\n</div>\n\n</$list>\n"
        },
        "$:/core/ui/ControlPanel/Settings": {
            "title": "$:/core/ui/ControlPanel/Settings",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Settings/Caption}}",
            "text": "<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/SettingsTab]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Settings/TiddlyWiki\" explicitState=\"$:/state/tab--697582678\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Settings/TiddlyWiki": {
            "title": "$:/core/ui/ControlPanel/Settings/TiddlyWiki",
            "tags": "$:/tags/ControlPanel/SettingsTab",
            "caption": "TiddlyWiki",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/\n\n<<lingo Hint>>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]\">\n\n<div style=\"border-top:1px solid #eee;\">\n\n!! <$link><$transclude field=\"caption\"/></$link>\n\n<$transclude/>\n\n</div>\n\n</$list>\n"
        },
        "$:/plugins/tiddlywiki/codemirror/usage": {
            "title": "$:/plugins/tiddlywiki/codemirror/usage",
            "text": "! Configuration\n\nConfiguration for the ~CodeMirror text-editor can be done from within the CodeMirror Settings Tab in the [[ControlPanel|$:/ControlPanel]] (Settings - ~CodeMirror)\n\n\n!!Setting a different Theme\n\n~CodeMirror themes are available in the [ext[official GitHub repository|https://github.com/codemirror/CodeMirror/tree/master/theme]]\n\nMore themes can be found at https://github.com/FarhadG/code-mirror-themes/tree/master/themes and previewed [ext[here|http://farhadg.github.io/code-mirror-themes/]]\n\n\nTo add a theme to your wiki, follow these four steps:\n\n* choose one of the CSS files and copy its content to a new tiddler\n* remove all comments from the top and tag the tiddler with <<tag-pill \"$:/tags/Stylesheet\">>\n* add a field \"module-type\" with the value \"codemirror-theme\". add a field \"name\" with the exact ''name'' of the theme as value\n* save the tiddler and go to the Settings tab in $:/ControlPanel - look for the \"theme\" dropdown to select your newly added theme\n\n\n!!Line Numbers\n\nTo show or hide the Line Numbers at the left, go to ~ControlPanel - Settings - ~CodeMirror and look for the \"Line Numbers\" checkbox\n\n\n!!Line Wrapping\n\nControls if long lines get visually wrapped to a new line if they're too long to fit the editor width or if the editor should scroll horizontally\n\nTo change the line-wrapping behaviour, go to  ~ControlPanel - Settings - ~CodeMirror and look for the \"Line Wrapping\" checkbox\n\n\n!!Show Cursor when selecting\n\nDefines whether the Mouse cursor should be visually shown or hidden when making a text-selection\n\nTo change the show-cursor-when-selecting behaviour, go to  ~ControlPanel - Settings - ~CodeMirror and look for the \"Show cursor when selecting\" checkbox\n\n\n!!~CodeMirror Font Family\n\nThe Font-Family used within the ~CodeMirror text-editor defaults to \"monospace\" which will choose your configured monospace system-font\n\nThat setting can be overridden entering one or more Font-Families in the \"Font Family\" input field at ~ControlPanel - Settings - ~CodeMirror\n\n* The entries must be separated by semicolons ','\n* Font-Family Names that contain spaces must be quoted like \"My Font\"\n* If a list of Font-Families is specified, the last Font-Family found on the user-system gets used, non-existing fonts get ignored\n* If none of the specified Font-Families is available, ~CodeMirror uses the default \"monospace\"\n\n\n!!\"Hidden\" Settings:\n\n!!!Cursor Blink Rate\n\nThe cursor blink-rate defines how fast (in milliseconds) the cursor blinks inside the textarea\n\nYou can change it by editing $:/config/codemirror/cursorBlinkRate\n\"0\" disables blinking\n\n!!!Tabsize\n\nThe Tabsize defines the width of a tab character. Default is 4.\n\nYou can change it by editing $:/config/codemirror/tabSize\n\n!!!Indent Unit\n\nNot enabled for vnd.tiddlywiki and x-tiddlywiki\n\nDefines how many spaces a text-block should be indented. Defaults to 2.\n\nYou can change it by editing $:/config/codemirror/indentUnit\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/config/codemirror/autoCloseBrackets": {
            "title": "$:/config/codemirror/autoCloseBrackets",
            "type": "bool",
            "text": "true"
        },
        "$:/config/codemirror/matchBrackets": {
            "title": "$:/config/codemirror/matchBrackets",
            "type": "bool",
            "text": "true\n"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/edit/closebrackets.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\"],e):e(CodeMirror)}(function(C){var r={pairs:\"()[]{}''\\\"\\\"\",closeBefore:\")]}'\\\":;>\",triples:\"\",explode:\"[]{}\"},x=C.Pos;function P(e,t){return\"pairs\"==t&&\"string\"==typeof e?e:\"object\"==typeof e&&null!=e[t]?e[t]:r[t]}C.defineOption(\"autoCloseBrackets\",!1,function(e,t,r){r&&r!=C.Init&&(e.removeKeyMap(i),e.state.closeBrackets=null),t&&(n(P(t,\"pairs\")),e.state.closeBrackets=t,e.addKeyMap(i))});var i={Backspace:function(e){var t=k(e);if(!t||e.getOption(\"disableInput\"))return C.Pass;for(var r=P(t,\"pairs\"),n=e.listSelections(),i=0;i<n.length;i++){if(!n[i].empty())return C.Pass;var a=s(e,n[i].head);if(!a||r.indexOf(a)%2!=0)return C.Pass}for(i=n.length-1;0<=i;i--){var o=n[i].head;e.replaceRange(\"\",x(o.line,o.ch-1),x(o.line,o.ch+1),\"+delete\")}},Enter:function(n){var e=k(n),t=e&&P(e,\"explode\");if(!t||n.getOption(\"disableInput\"))return C.Pass;for(var i=n.listSelections(),r=0;r<i.length;r++){if(!i[r].empty())return C.Pass;var a=s(n,i[r].head);if(!a||t.indexOf(a)%2!=0)return C.Pass}n.operation(function(){var e=n.lineSeparator()||\"\\n\";n.replaceSelection(e+e,null),n.execCommand(\"goCharLeft\"),i=n.listSelections();for(var t=0;t<i.length;t++){var r=i[t].head.line;n.indentLine(r,null,!0),n.indentLine(r+1,null,!0)}})}};function n(e){for(var t=0;t<e.length;t++){var r=e.charAt(t),n=\"'\"+r+\"'\";i[n]||(i[n]=function(t){return function(e){return function(i,e){var t=k(i);if(!t||i.getOption(\"disableInput\"))return C.Pass;var r=P(t,\"pairs\"),n=r.indexOf(e);if(-1==n)return C.Pass;for(var a,o=P(t,\"closeBefore\"),s=P(t,\"triples\"),l=r.charAt(n+1)==e,c=i.listSelections(),f=n%2==0,h=0;h<c.length;h++){var u,d=c[h],p=d.head,g=i.getRange(p,x(p.line,p.ch+1));if(f&&!d.empty())u=\"surround\";else if(!l&&f||g!=e)if(l&&1<p.ch&&0<=s.indexOf(e)&&i.getRange(x(p.line,p.ch-2),p)==e+e){if(2<p.ch&&/\\bstring/.test(i.getTokenTypeAt(x(p.line,p.ch-2))))return C.Pass;u=\"addFour\"}else if(l){var v=0==p.ch?\" \":i.getRange(x(p.line,p.ch-1),p);if(C.isWordChar(g)||v==e||C.isWordChar(v))return C.Pass;u=\"both\"}else{if(!f||!(0===g.length||/\\s/.test(g)||-1<o.indexOf(g)))return C.Pass;u=\"both\"}else u=l&&function(e,t){var r=e.getTokenAt(x(t.line,t.ch+1));return/\\bstring/.test(r.type)&&r.start==t.ch&&(0==t.ch||!/\\bstring/.test(e.getTokenTypeAt(t)))}(i,p)?\"both\":0<=s.indexOf(e)&&i.getRange(p,x(p.line,p.ch+3))==e+e+e?\"skipThree\":\"skip\";if(a){if(a!=u)return C.Pass}else a=u}var m=n%2?r.charAt(n-1):e,b=n%2?e:r.charAt(n+1);i.operation(function(){if(\"skip\"==a)i.execCommand(\"goCharRight\");else if(\"skipThree\"==a)for(var e=0;e<3;e++)i.execCommand(\"goCharRight\");else if(\"surround\"==a){for(var t=i.getSelections(),e=0;e<t.length;e++)t[e]=m+t[e]+b;i.replaceSelections(t,\"around\"),t=i.listSelections().slice();for(e=0;e<t.length;e++)t[e]=(r=t[e],n=0<C.cmpPos(r.anchor,r.head),{anchor:new x(r.anchor.line,r.anchor.ch+(n?-1:1)),head:new x(r.head.line,r.head.ch+(n?1:-1))});i.setSelections(t)}else\"both\"==a?(i.replaceSelection(m+b,null),i.triggerElectric(m+b),i.execCommand(\"goCharLeft\")):\"addFour\"==a&&(i.replaceSelection(m+m+m+m,\"before\"),i.execCommand(\"goCharRight\"));var r,n})}(e,t)}}(r))}}function k(e){var t=e.state.closeBrackets;return t&&!t.override&&e.getModeAt(e.getCursor()).closeBrackets||t}function s(e,t){var r=e.getRange(x(t.line,t.ch-1),x(t.line,t.ch+1));return 2==r.length?r:null}n(r.pairs+\"`\")});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/edit/closebrackets.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/edit/matchbrackets.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(t){\"object\"==typeof exports&&\"object\"==typeof module?t(require(\"../../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\"],t):t(CodeMirror)}(function(i){var h=/MSIE \\d/.test(navigator.userAgent)&&(null==document.documentMode||document.documentMode<8),k=i.Pos,p={\"(\":\")>\",\")\":\"(<\",\"[\":\"]>\",\"]\":\"[<\",\"{\":\"}>\",\"}\":\"{<\",\"<\":\">>\",\">\":\"<<\"};function v(t){return t&&t.bracketRegex||/[(){}[\\]]/}function u(t,e,n){var r=t.getLineHandle(e.line),i=e.ch-1,c=n&&n.afterCursor;null==c&&(c=/(^| )cm-fat-cursor($| )/.test(t.getWrapperElement().className));var a=v(n),o=!c&&0<=i&&a.test(r.text.charAt(i))&&p[r.text.charAt(i)]||a.test(r.text.charAt(i+1))&&p[r.text.charAt(++i)];if(!o)return null;var l=\">\"==o.charAt(1)?1:-1;if(n&&n.strict&&0<l!=(i==e.ch))return null;var s=t.getTokenTypeAt(k(e.line,i+1)),h=f(t,k(e.line,i+(0<l?1:0)),l,s||null,n);return null==h?null:{from:k(e.line,i),to:h&&h.pos,match:h&&h.ch==o.charAt(0),forward:0<l}}function f(t,e,n,r,i){for(var c=i&&i.maxScanLineLength||1e4,a=i&&i.maxScanLines||1e3,o=[],l=v(i),s=0<n?Math.min(e.line+a,t.lastLine()+1):Math.max(t.firstLine()-1,e.line-a),h=e.line;h!=s;h+=n){var u=t.getLine(h);if(u){var f=0<n?0:u.length-1,m=0<n?u.length:-1;if(!(u.length>c))for(h==e.line&&(f=e.ch-(n<0?1:0));f!=m;f+=n){var g=u.charAt(f);if(l.test(g)&&(void 0===r||t.getTokenTypeAt(k(h,f+1))==r)){var d=p[g];if(d&&\">\"==d.charAt(1)==0<n)o.push(g);else{if(!o.length)return{pos:k(h,f),ch:g};o.pop()}}}}}return h-n!=(0<n?t.lastLine():t.firstLine())&&null}function e(t,e,n){for(var r=t.state.matchBrackets.maxHighlightLineLength||1e3,i=[],c=t.listSelections(),a=0;a<c.length;a++){var o,l=c[a].empty()&&u(t,c[a].head,n);l&&t.getLine(l.from.line).length<=r&&(o=l.match?\"CodeMirror-matchingbracket\":\"CodeMirror-nonmatchingbracket\",i.push(t.markText(l.from,k(l.from.line,l.from.ch+1),{className:o})),l.to&&t.getLine(l.to.line).length<=r&&i.push(t.markText(l.to,k(l.to.line,l.to.ch+1),{className:o})))}if(i.length){h&&t.state.focused&&t.focus();function s(){t.operation(function(){for(var t=0;t<i.length;t++)i[t].clear()})}if(!e)return s;setTimeout(s,800)}}function c(t){t.operation(function(){t.state.matchBrackets.currentlyHighlighted&&(t.state.matchBrackets.currentlyHighlighted(),t.state.matchBrackets.currentlyHighlighted=null),t.state.matchBrackets.currentlyHighlighted=e(t,!1,t.state.matchBrackets)})}i.defineOption(\"matchBrackets\",!1,function(t,e,n){function r(t){t.state.matchBrackets&&t.state.matchBrackets.currentlyHighlighted&&(t.state.matchBrackets.currentlyHighlighted(),t.state.matchBrackets.currentlyHighlighted=null)}n&&n!=i.Init&&(t.off(\"cursorActivity\",c),t.off(\"focus\",c),t.off(\"blur\",r),r(t)),e&&(t.state.matchBrackets=\"object\"==typeof e?e:{},t.on(\"cursorActivity\",c),t.on(\"focus\",c),t.on(\"blur\",r))}),i.defineExtension(\"matchBrackets\",function(){e(this,!0)}),i.defineExtension(\"findMatchingBracket\",function(t,e,n){return!n&&\"boolean\"!=typeof e||(e=n?(n.strict=e,n):e?{strict:!0}:null),u(this,t,e)}),i.defineExtension(\"scanForBracket\",function(t,e,n,r){return f(this,t,e,n,r)})});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/edit/matchbrackets.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror-closebrackets/readme": {
            "title": "$:/plugins/tiddlywiki/codemirror-closebrackets/readme",
            "text": "This plugin adds the ability to automatically insert the closing brackets when you type an opening bracket.\nAlso enables highlighting of matching brackets.\n\nIt needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/config/codemirror/autoCloseTags": {
            "title": "$:/config/codemirror/autoCloseTags",
            "type": "bool",
            "text": "true\n"
        },
        "$:/language/codemirror/autoCloseTags/hint": {
            "title": "$:/language/codemirror/autoCloseTags/hint",
            "text": "Auto-close tags"
        },
        "$:/language/codemirror/autoCloseTags/info": {
            "title": "$:/language/codemirror/autoCloseTags/info",
            "text": "Whether or not to automatically close tags"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/fold/xml-fold.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\"],e):e(CodeMirror)}(function(e){\"use strict\";var l=e.Pos;function c(e,n){return e.line-n.line||e.ch-n.ch}var n=\"A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD\",i=new RegExp(\"<(/?)([\"+n+\"][A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD-:.0-9\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040]*)\",\"g\");function a(e,n,t,i){this.line=n,this.ch=t,this.cm=e,this.text=e.getLine(n),this.min=i?Math.max(i.from,e.firstLine()):e.firstLine(),this.max=i?Math.min(i.to-1,e.lastLine()):e.lastLine()}function s(e,n){var t=e.cm.getTokenTypeAt(l(e.line,n));return t&&/\\btag\\b/.test(t)}function r(e){return!(e.line>=e.max)&&(e.ch=0,e.text=e.cm.getLine(++e.line),1)}function h(e){return!(e.line<=e.min)&&(e.text=e.cm.getLine(--e.line),e.ch=e.text.length,1)}function F(e){for(;;){var n=e.text.indexOf(\">\",e.ch);if(-1==n){if(r(e))continue;return}if(s(e,n+1)){var t=e.text.lastIndexOf(\"/\",n),i=-1<t&&!/\\S/.test(e.text.slice(t+1,n));return e.ch=n+1,i?\"selfClose\":\"regular\"}e.ch=n+1}}function x(e){for(;;){var n=e.ch?e.text.lastIndexOf(\"<\",e.ch-1):-1;if(-1==n){if(h(e))continue;return}if(s(e,n+1)){i.lastIndex=n,e.ch=n;var t=i.exec(e.text);if(t&&t.index==n)return t}else e.ch=n}}function g(e){for(;;){i.lastIndex=e.ch;var n=i.exec(e.text);if(!n){if(r(e))continue;return}if(s(e,n.index+1))return e.ch=n.index+n[0].length,n;e.ch=n.index+1}}function v(e,n){for(var t=[];;){var i,r=g(e),u=e.line,f=e.ch-(r?r[0].length:0);if(!r||!(i=F(e)))return;if(\"selfClose\"!=i)if(r[1]){for(var o=t.length-1;0<=o;--o)if(t[o]==r[2]){t.length=o;break}if(o<0&&(!n||n==r[2]))return{tag:r[2],from:l(u,f),to:l(e.line,e.ch)}}else t.push(r[2])}}function d(e,n){for(var t=[];;){var i=function(e){for(;;){var n=e.ch?e.text.lastIndexOf(\">\",e.ch-1):-1;if(-1==n){if(h(e))continue;return}if(s(e,n+1)){var t=e.text.lastIndexOf(\"/\",n),i=-1<t&&!/\\S/.test(e.text.slice(t+1,n));return e.ch=n+1,i?\"selfClose\":\"regular\"}e.ch=n}}(e);if(!i)return;if(\"selfClose\"!=i){var r=e.line,u=e.ch,f=x(e);if(!f)return;if(f[1])t.push(f[2]);else{for(var o=t.length-1;0<=o;--o)if(t[o]==f[2]){t.length=o;break}if(o<0&&(!n||n==f[2]))return{tag:f[2],from:l(e.line,e.ch),to:l(r,u)}}}else x(e)}}e.registerHelper(\"fold\",\"xml\",function(e,n){for(var t=new a(e,n.line,0);;){var i=g(t);if(!i||t.line!=n.line)return;var r=F(t);if(!r)return;if(!i[1]&&\"selfClose\"!=r){var u=l(t.line,t.ch),f=v(t,i[2]);return f&&0<c(f.from,u)?{from:u,to:f.from}:null}}}),e.findMatchingTag=function(e,n,t){var i=new a(e,n.line,n.ch,t);if(-1!=i.text.indexOf(\">\")||-1!=i.text.indexOf(\"<\")){var r=F(i),u=r&&l(i.line,i.ch),f=r&&x(i);if(r&&f&&!(0<c(i,n))){var o={from:l(i.line,i.ch),to:u,tag:f[2]};return\"selfClose\"==r?{open:o,close:null,at:\"open\"}:f[1]?{open:d(i,f[2]),close:o,at:\"close\"}:{open:o,close:v(i=new a(e,u.line,u.ch,t),f[2]),at:\"open\"}}}},e.findEnclosingTag=function(e,n,t,i){for(var r=new a(e,n.line,n.ch,t);;){var u=d(r,i);if(!u)break;var f=v(new a(e,n.line,n.ch,t),u.tag);if(f)return{open:u,close:f}}},e.scanForClosingTag=function(e,n,t,i){return v(new a(e,n.line,n.ch,i?{from:0,to:i}:null),t)}});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/fold/xml-fold.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/edit/closetag.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\"),require(\"../fold/xml-fold\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\",\"../fold/xml-fold\"],e):e(CodeMirror)}(function(y){y.defineOption(\"autoCloseTags\",!1,function(e,t,n){var o;n!=y.Init&&n&&e.removeKeyMap(\"autoCloseTags\"),t&&(o={name:\"autoCloseTags\"},\"object\"==typeof t&&!1===t.whenClosing||(o[\"'/'\"]=function(e){return(t=e).getOption(\"disableInput\")?y.Pass:r(t,!0);var t}),\"object\"==typeof t&&!1===t.whenOpening||(o[\"'>'\"]=function(e){if(e.getOption(\"disableInput\"))return y.Pass;for(var t=e.listSelections(),n=[],o=e.getOption(\"autoCloseTags\"),r=0;r<t.length;r++){if(!t[r].empty())return y.Pass;var a=t[r].head,i=e.getTokenAt(a),l=y.innerMode(e.getMode(),i.state),s=l.state,d=l.mode.xmlCurrentTag&&l.mode.xmlCurrentTag(s),c=d&&d.name;if(!c)return y.Pass;var f=\"html\"==l.mode.configuration,g=\"object\"==typeof o&&o.dontCloseTags||f&&x,u=\"object\"==typeof o&&o.indentTags||f&&P;i.end>a.ch&&(c=c.slice(0,c.length-i.end+a.ch));var m=c.toLowerCase();if(!c||\"string\"==i.type&&(i.end!=a.ch||!/[\\\"\\']/.test(i.string.charAt(i.string.length-1))||1==i.string.length)||\"tag\"==i.type&&d.close||i.string.indexOf(\"/\")==a.ch-i.start-1||g&&-1<T(g,m)||j(e,l.mode.xmlCurrentContext&&l.mode.xmlCurrentContext(s)||[],c,a,!0))return y.Pass;var h,p=\"object\"==typeof o&&o.emptyTags;p&&-1<T(p,c)?n[r]={text:\"/>\",newPos:y.Pos(a.line,a.ch+2)}:(h=u&&-1<T(u,m),n[r]={indent:h,text:\">\"+(h?\"\\n\\n\":\"\")+\"</\"+c+\">\",newPos:h?y.Pos(a.line+1,0):y.Pos(a.line,a.ch+1)})}for(var C=\"object\"==typeof o&&o.dontIndentOnAutoClose,r=t.length-1;0<=r;r--){var b=n[r];e.replaceRange(b.text,t[r].head,t[r].anchor,\"+insert\");var v=e.listSelections().slice(0);v[r]={head:b.newPos,anchor:b.newPos},e.setSelections(v),!C&&b.indent&&(e.indentLine(b.newPos.line,null,!0),e.indentLine(b.newPos.line+1,null,!0))}}),e.addKeyMap(o))});var x=[\"area\",\"base\",\"br\",\"col\",\"command\",\"embed\",\"hr\",\"img\",\"input\",\"keygen\",\"link\",\"meta\",\"param\",\"source\",\"track\",\"wbr\"],P=[\"applet\",\"blockquote\",\"body\",\"button\",\"div\",\"dl\",\"fieldset\",\"form\",\"frameset\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"head\",\"html\",\"iframe\",\"layer\",\"legend\",\"object\",\"ol\",\"p\",\"select\",\"table\",\"ul\"];function r(e,t){for(var n=e.listSelections(),o=[],r=t?\"/\":\"</\",a=e.getOption(\"autoCloseTags\"),i=\"object\"==typeof a&&a.dontIndentOnSlash,l=0;l<n.length;l++){if(!n[l].empty())return y.Pass;var s=n[l].head,d=e.getTokenAt(s),c=y.innerMode(e.getMode(),d.state),f=c.state;if(t&&(\"string\"==d.type||\"<\"!=d.string.charAt(0)||d.start!=s.ch-1))return y.Pass;var g,u=\"xml\"!=c.mode.name&&\"htmlmixed\"==e.getMode().name;if(u&&\"javascript\"==c.mode.name)g=r+\"script\";else if(u&&\"css\"==c.mode.name)g=r+\"style\";else{var m=c.mode.xmlCurrentContext&&c.mode.xmlCurrentContext(f);if(!m||m.length&&j(e,m,m[m.length-1],s))return y.Pass;g=r+m[m.length-1]}\">\"!=e.getLine(s.line).charAt(d.end)&&(g+=\">\"),o[l]=g}if(e.replaceSelections(o),n=e.listSelections(),!i)for(l=0;l<n.length;l++)(l==n.length-1||n[l].head.line<n[l+1].head.line)&&e.indentLine(n[l].head.line)}function T(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,o=e.length;n<o;++n)if(e[n]==t)return n;return-1}function j(e,t,n,o,r){if(y.scanForClosingTag){var a=Math.min(e.lastLine()+1,o.line+500),i=y.scanForClosingTag(e,o,null,a);if(i&&i.tag==n){for(var l=r?1:0,s=t.length-1;0<=s&&t[s]==n;s--)++l;o=i.to;for(s=1;s<l;s++){var d=y.scanForClosingTag(e,o,null,a);if(!d||d.tag!=n)return;o=d.to}return 1}}}y.commands.closeTag=function(e){return r(e)}});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/edit/closetag.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror-closetag/readme": {
            "title": "$:/plugins/tiddlywiki/codemirror-closetag/readme",
            "text": "This plugin adds the ability to ''automatically close Tags''. It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\n\n\n"
        },
        "$:/core/ui/ControlPanel/Settings/codemirror/autoCloseTags": {
            "title": "$:/core/ui/ControlPanel/Settings/codemirror/autoCloseTags",
            "tags": "$:/tags/ControlPanel/Settings/CodeMirror",
            "caption": "{{$:/language/codemirror/autoCloseTags/hint}}",
            "text": "\\define lingo-base() $:/language/codemirror/autoCloseTags/\n<<lingo hint>>\n\n<$checkbox tiddler=\"$:/config/codemirror/autoCloseTags\" field=\"text\" checked=\"true\" unchecked=\"false\" default=\"true\"> <$link to=\"$:/config/codemirror/autoCloseTags\"><<lingo info>></$link> </$checkbox>\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tiddlywiki/codemirror/mode/css/css.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\"],e):e(CodeMirror)}(function(T){\"use strict\";function e(e){for(var t={},r=0;r<e.length;++r)t[e[r].toLowerCase()]=!0;return t}T.defineMode(\"css\",function(e,t){var r=t.inline;t.propertyKeywords||(t=T.resolveMode(\"text/css\"));var a,i,n=e.indentUnit,l=t.tokenHooks,o=t.documentTypes||{},s=t.mediaTypes||{},d=t.mediaFeatures||{},c=t.mediaValueKeywords||{},p=t.propertyKeywords||{},u=t.nonStandardPropertyKeywords||{},m=t.fontProperties||{},b=t.counterDescriptors||{},g=t.colorKeywords||{},h=t.valueKeywords||{},f=t.allowNested,k=t.lineComment,y=!0===t.supportsAtComponent,w=!1!==e.highlightNonStandardPropertyKeywords;function v(e,t){return a=t,e}function x(i){return function(e,t){for(var r,o=!1;null!=(r=e.next());){if(r==i&&!o){\")\"==i&&e.backUp(1);break}o=!o&&\"\\\\\"==r}return r!=i&&(o||\")\"==i)||(t.tokenize=null),a=\"string\"}}function z(e,t){return e.next(),e.match(/\\s*[\\\"\\')]/,!1)?t.tokenize=null:t.tokenize=x(\")\"),a=\"(\",null}function j(e,t,r){this.type=e,this.indent=t,this.prev=r}function P(e,t,r,o){return e.context=new j(r,t.indentation()+(!1===o?0:n),e.context),r}function K(e){return e.context.prev&&(e.context=e.context.prev),e.context.type}function q(e,t,r){return _[r.context.type](e,t,r)}function C(e,t,r,o){for(var i=o||1;0<i;i--)r.context=r.context.prev;return q(e,t,r)}function B(e){var t=e.current().toLowerCase();i=h.hasOwnProperty(t)?\"atom\":g.hasOwnProperty(t)?\"keyword\":\"variable\"}var _={top:function(e,t,r){if(\"{\"==e)return P(r,t,\"block\");if(\"}\"==e&&r.context.prev)return K(r);if(y&&/@component/i.test(e))return P(r,t,\"atComponentBlock\");if(/^@(-moz-)?document$/i.test(e))return P(r,t,\"documentTypes\");if(/^@(media|supports|(-moz-)?document|import)$/i.test(e))return P(r,t,\"atBlock\");if(/^@(font-face|counter-style)/i.test(e))return r.stateArg=e,\"restricted_atBlock_before\";if(/^@(-(moz|ms|o|webkit)-)?keyframes$/i.test(e))return\"keyframes\";if(e&&\"@\"==e.charAt(0))return P(r,t,\"at\");if(\"hash\"==e)i=\"builtin\";else if(\"word\"==e)i=\"tag\";else{if(\"variable-definition\"==e)return\"maybeprop\";if(\"interpolation\"==e)return P(r,t,\"interpolation\");if(\":\"==e)return\"pseudo\";if(f&&\"(\"==e)return P(r,t,\"parens\")}return r.context.type},block:function(e,t,r){if(\"word\"!=e)return\"meta\"==e?\"block\":f||\"hash\"!=e&&\"qualifier\"!=e?_.top(e,t,r):(i=\"error\",\"block\");var o=t.current().toLowerCase();return p.hasOwnProperty(o)?(i=\"property\",\"maybeprop\"):u.hasOwnProperty(o)?(i=w?\"string-2\":\"property\",\"maybeprop\"):f?(i=t.match(/^\\s*:(?:\\s|$)/,!1)?\"property\":\"tag\",\"block\"):(i+=\" error\",\"maybeprop\")},maybeprop:function(e,t,r){return\":\"==e?P(r,t,\"prop\"):q(e,t,r)},prop:function(e,t,r){if(\";\"==e)return K(r);if(\"{\"==e&&f)return P(r,t,\"propBlock\");if(\"}\"==e||\"{\"==e)return C(e,t,r);if(\"(\"==e)return P(r,t,\"parens\");if(\"hash\"!=e||/^#([0-9a-fA-f]{3,4}|[0-9a-fA-f]{6}|[0-9a-fA-f]{8})$/.test(t.current())){if(\"word\"==e)B(t);else if(\"interpolation\"==e)return P(r,t,\"interpolation\")}else i+=\" error\";return\"prop\"},propBlock:function(e,t,r){return\"}\"==e?K(r):\"word\"==e?(i=\"property\",\"maybeprop\"):r.context.type},parens:function(e,t,r){return\"{\"==e||\"}\"==e?C(e,t,r):\")\"==e?K(r):\"(\"==e?P(r,t,\"parens\"):\"interpolation\"==e?P(r,t,\"interpolation\"):(\"word\"==e&&B(t),\"parens\")},pseudo:function(e,t,r){return\"meta\"==e?\"pseudo\":\"word\"==e?(i=\"variable-3\",r.context.type):q(e,t,r)},documentTypes:function(e,t,r){return\"word\"==e&&o.hasOwnProperty(t.current())?(i=\"tag\",r.context.type):_.atBlock(e,t,r)},atBlock:function(e,t,r){return\"(\"==e?P(r,t,\"atBlock_parens\"):\"}\"==e||\";\"==e?C(e,t,r):\"{\"==e?K(r)&&P(r,t,f?\"block\":\"top\"):\"interpolation\"==e?P(r,t,\"interpolation\"):(\"word\"==e&&(o=t.current().toLowerCase(),i=\"only\"==o||\"not\"==o||\"and\"==o||\"or\"==o?\"keyword\":s.hasOwnProperty(o)?\"attribute\":d.hasOwnProperty(o)?\"property\":c.hasOwnProperty(o)?\"keyword\":p.hasOwnProperty(o)?\"property\":u.hasOwnProperty(o)?w?\"string-2\":\"property\":h.hasOwnProperty(o)?\"atom\":g.hasOwnProperty(o)?\"keyword\":\"error\"),r.context.type);var o},atComponentBlock:function(e,t,r){return\"}\"==e?C(e,t,r):\"{\"==e?K(r)&&P(r,t,f?\"block\":\"top\",!1):(\"word\"==e&&(i=\"error\"),r.context.type)},atBlock_parens:function(e,t,r){return\")\"==e?K(r):\"{\"==e||\"}\"==e?C(e,t,r,2):_.atBlock(e,t,r)},restricted_atBlock_before:function(e,t,r){return\"{\"==e?P(r,t,\"restricted_atBlock\"):\"word\"==e&&\"@counter-style\"==r.stateArg?(i=\"variable\",\"restricted_atBlock_before\"):q(e,t,r)},restricted_atBlock:function(e,t,r){return\"}\"==e?(r.stateArg=null,K(r)):\"word\"==e?(i=\"@font-face\"==r.stateArg&&!m.hasOwnProperty(t.current().toLowerCase())||\"@counter-style\"==r.stateArg&&!b.hasOwnProperty(t.current().toLowerCase())?\"error\":\"property\",\"maybeprop\"):\"restricted_atBlock\"},keyframes:function(e,t,r){return\"word\"==e?(i=\"variable\",\"keyframes\"):\"{\"==e?P(r,t,\"top\"):q(e,t,r)},at:function(e,t,r){return\";\"==e?K(r):\"{\"==e||\"}\"==e?C(e,t,r):(\"word\"==e?i=\"tag\":\"hash\"==e&&(i=\"builtin\"),\"at\")},interpolation:function(e,t,r){return\"}\"==e?K(r):\"{\"==e||\";\"==e?C(e,t,r):(\"word\"==e?i=\"variable\":\"variable\"!=e&&\"(\"!=e&&\")\"!=e&&(i=\"error\"),\"interpolation\")}};return{startState:function(e){return{tokenize:null,state:r?\"block\":\"top\",stateArg:null,context:new j(r?\"block\":\"top\",e||0,null)}},token:function(e,t){if(!t.tokenize&&e.eatSpace())return null;var r=(t.tokenize||function(e,t){var r=e.next();if(l[r]){var o=l[r](e,t);if(!1!==o)return o}return\"@\"==r?(e.eatWhile(/[\\w\\\\\\-]/),v(\"def\",e.current())):\"=\"==r||(\"~\"==r||\"|\"==r)&&e.eat(\"=\")?(a=\"compare\",null):'\"'==r||\"'\"==r?(t.tokenize=x(r),t.tokenize(e,t)):\"#\"==r?(e.eatWhile(/[\\w\\\\\\-]/),a=\"hash\",\"atom\"):\"!\"==r?(e.match(/^\\s*\\w*/),a=\"important\",\"keyword\"):/\\d/.test(r)||\".\"==r&&e.eat(/\\d/)?(e.eatWhile(/[\\w.%]/),a=\"unit\",\"number\"):\"-\"!==r?/[,+>*\\/]/.test(r)?(a=\"select-op\",null):\".\"==r&&e.match(/^-?[_a-z][_a-z0-9-]*/i)?a=\"qualifier\":/[:;{}\\[\\]\\(\\)]/.test(r)?v(null,r):e.match(/[\\w-.]+(?=\\()/)?(/^(url(-prefix)?|domain|regexp)$/.test(e.current().toLowerCase())&&(t.tokenize=z),a=\"variable\",\"variable callee\"):/[\\w\\\\\\-]/.test(r)?(e.eatWhile(/[\\w\\\\\\-]/),a=\"word\",\"property\"):a=null:/[\\d.]/.test(e.peek())?(e.eatWhile(/[\\w.%]/),a=\"unit\",\"number\"):e.match(/^-[\\w\\\\\\-]*/)?(e.eatWhile(/[\\w\\\\\\-]/),a=e.match(/^\\s*:/,!1)?\"variable-definition\":\"variable\",\"variable-2\"):e.match(/^\\w+-/)?a=\"meta\":void 0})(e,t);return r&&\"object\"==typeof r&&(a=r[1],r=r[0]),i=r,\"comment\"!=a&&(t.state=_[t.state](a,e,t)),i},indent:function(e,t){var r=e.context,o=t&&t.charAt(0),i=r.indent;return\"prop\"!=r.type||\"}\"!=o&&\")\"!=o||(r=r.prev),r.prev&&(\"}\"!=o||\"block\"!=r.type&&\"top\"!=r.type&&\"interpolation\"!=r.type&&\"restricted_atBlock\"!=r.type?(\")\"!=o||\"parens\"!=r.type&&\"atBlock_parens\"!=r.type)&&(\"{\"!=o||\"at\"!=r.type&&\"atBlock\"!=r.type)||(i=Math.max(0,r.indent-n)):i=(r=r.prev).indent),i},electricChars:\"}\",blockCommentStart:\"/*\",blockCommentEnd:\"*/\",blockCommentContinue:\" * \",lineComment:k,fold:\"brace\"}});var t=[\"domain\",\"regexp\",\"url\",\"url-prefix\"],r=e(t),o=[\"all\",\"aural\",\"braille\",\"handheld\",\"print\",\"projection\",\"screen\",\"tty\",\"tv\",\"embossed\"],i=e(o),a=[\"width\",\"min-width\",\"max-width\",\"height\",\"min-height\",\"max-height\",\"device-width\",\"min-device-width\",\"max-device-width\",\"device-height\",\"min-device-height\",\"max-device-height\",\"aspect-ratio\",\"min-aspect-ratio\",\"max-aspect-ratio\",\"device-aspect-ratio\",\"min-device-aspect-ratio\",\"max-device-aspect-ratio\",\"color\",\"min-color\",\"max-color\",\"color-index\",\"min-color-index\",\"max-color-index\",\"monochrome\",\"min-monochrome\",\"max-monochrome\",\"resolution\",\"min-resolution\",\"max-resolution\",\"scan\",\"grid\",\"orientation\",\"device-pixel-ratio\",\"min-device-pixel-ratio\",\"max-device-pixel-ratio\",\"pointer\",\"any-pointer\",\"hover\",\"any-hover\",\"prefers-color-scheme\"],n=e(a),l=[\"landscape\",\"portrait\",\"none\",\"coarse\",\"fine\",\"on-demand\",\"hover\",\"interlace\",\"progressive\",\"dark\",\"light\"],s=e(l),d=[\"align-content\",\"align-items\",\"align-self\",\"alignment-adjust\",\"alignment-baseline\",\"all\",\"anchor-point\",\"animation\",\"animation-delay\",\"animation-direction\",\"animation-duration\",\"animation-fill-mode\",\"animation-iteration-count\",\"animation-name\",\"animation-play-state\",\"animation-timing-function\",\"appearance\",\"azimuth\",\"backdrop-filter\",\"backface-visibility\",\"background\",\"background-attachment\",\"background-blend-mode\",\"background-clip\",\"background-color\",\"background-image\",\"background-origin\",\"background-position\",\"background-position-x\",\"background-position-y\",\"background-repeat\",\"background-size\",\"baseline-shift\",\"binding\",\"bleed\",\"block-size\",\"bookmark-label\",\"bookmark-level\",\"bookmark-state\",\"bookmark-target\",\"border\",\"border-bottom\",\"border-bottom-color\",\"border-bottom-left-radius\",\"border-bottom-right-radius\",\"border-bottom-style\",\"border-bottom-width\",\"border-collapse\",\"border-color\",\"border-image\",\"border-image-outset\",\"border-image-repeat\",\"border-image-slice\",\"border-image-source\",\"border-image-width\",\"border-left\",\"border-left-color\",\"border-left-style\",\"border-left-width\",\"border-radius\",\"border-right\",\"border-right-color\",\"border-right-style\",\"border-right-width\",\"border-spacing\",\"border-style\",\"border-top\",\"border-top-color\",\"border-top-left-radius\",\"border-top-right-radius\",\"border-top-style\",\"border-top-width\",\"border-width\",\"bottom\",\"box-decoration-break\",\"box-shadow\",\"box-sizing\",\"break-after\",\"break-before\",\"break-inside\",\"caption-side\",\"caret-color\",\"clear\",\"clip\",\"color\",\"color-profile\",\"column-count\",\"column-fill\",\"column-gap\",\"column-rule\",\"column-rule-color\",\"column-rule-style\",\"column-rule-width\",\"column-span\",\"column-width\",\"columns\",\"contain\",\"content\",\"counter-increment\",\"counter-reset\",\"crop\",\"cue\",\"cue-after\",\"cue-before\",\"cursor\",\"direction\",\"display\",\"dominant-baseline\",\"drop-initial-after-adjust\",\"drop-initial-after-align\",\"drop-initial-before-adjust\",\"drop-initial-before-align\",\"drop-initial-size\",\"drop-initial-value\",\"elevation\",\"empty-cells\",\"fit\",\"fit-position\",\"flex\",\"flex-basis\",\"flex-direction\",\"flex-flow\",\"flex-grow\",\"flex-shrink\",\"flex-wrap\",\"float\",\"float-offset\",\"flow-from\",\"flow-into\",\"font\",\"font-family\",\"font-feature-settings\",\"font-kerning\",\"font-language-override\",\"font-optical-sizing\",\"font-size\",\"font-size-adjust\",\"font-stretch\",\"font-style\",\"font-synthesis\",\"font-variant\",\"font-variant-alternates\",\"font-variant-caps\",\"font-variant-east-asian\",\"font-variant-ligatures\",\"font-variant-numeric\",\"font-variant-position\",\"font-variation-settings\",\"font-weight\",\"gap\",\"grid\",\"grid-area\",\"grid-auto-columns\",\"grid-auto-flow\",\"grid-auto-rows\",\"grid-column\",\"grid-column-end\",\"grid-column-gap\",\"grid-column-start\",\"grid-gap\",\"grid-row\",\"grid-row-end\",\"grid-row-gap\",\"grid-row-start\",\"grid-template\",\"grid-template-areas\",\"grid-template-columns\",\"grid-template-rows\",\"hanging-punctuation\",\"height\",\"hyphens\",\"icon\",\"image-orientation\",\"image-rendering\",\"image-resolution\",\"inline-box-align\",\"inset\",\"inset-block\",\"inset-block-end\",\"inset-block-start\",\"inset-inline\",\"inset-inline-end\",\"inset-inline-start\",\"isolation\",\"justify-content\",\"justify-items\",\"justify-self\",\"left\",\"letter-spacing\",\"line-break\",\"line-height\",\"line-height-step\",\"line-stacking\",\"line-stacking-ruby\",\"line-stacking-shift\",\"line-stacking-strategy\",\"list-style\",\"list-style-image\",\"list-style-position\",\"list-style-type\",\"margin\",\"margin-bottom\",\"margin-left\",\"margin-right\",\"margin-top\",\"marks\",\"marquee-direction\",\"marquee-loop\",\"marquee-play-count\",\"marquee-speed\",\"marquee-style\",\"mask-clip\",\"mask-composite\",\"mask-image\",\"mask-mode\",\"mask-origin\",\"mask-position\",\"mask-repeat\",\"mask-size\",\"mask-type\",\"max-block-size\",\"max-height\",\"max-inline-size\",\"max-width\",\"min-block-size\",\"min-height\",\"min-inline-size\",\"min-width\",\"mix-blend-mode\",\"move-to\",\"nav-down\",\"nav-index\",\"nav-left\",\"nav-right\",\"nav-up\",\"object-fit\",\"object-position\",\"offset\",\"offset-anchor\",\"offset-distance\",\"offset-path\",\"offset-position\",\"offset-rotate\",\"opacity\",\"order\",\"orphans\",\"outline\",\"outline-color\",\"outline-offset\",\"outline-style\",\"outline-width\",\"overflow\",\"overflow-style\",\"overflow-wrap\",\"overflow-x\",\"overflow-y\",\"padding\",\"padding-bottom\",\"padding-left\",\"padding-right\",\"padding-top\",\"page\",\"page-break-after\",\"page-break-before\",\"page-break-inside\",\"page-policy\",\"pause\",\"pause-after\",\"pause-before\",\"perspective\",\"perspective-origin\",\"pitch\",\"pitch-range\",\"place-content\",\"place-items\",\"place-self\",\"play-during\",\"position\",\"presentation-level\",\"punctuation-trim\",\"quotes\",\"region-break-after\",\"region-break-before\",\"region-break-inside\",\"region-fragment\",\"rendering-intent\",\"resize\",\"rest\",\"rest-after\",\"rest-before\",\"richness\",\"right\",\"rotate\",\"rotation\",\"rotation-point\",\"row-gap\",\"ruby-align\",\"ruby-overhang\",\"ruby-position\",\"ruby-span\",\"scale\",\"scroll-behavior\",\"scroll-margin\",\"scroll-margin-block\",\"scroll-margin-block-end\",\"scroll-margin-block-start\",\"scroll-margin-bottom\",\"scroll-margin-inline\",\"scroll-margin-inline-end\",\"scroll-margin-inline-start\",\"scroll-margin-left\",\"scroll-margin-right\",\"scroll-margin-top\",\"scroll-padding\",\"scroll-padding-block\",\"scroll-padding-block-end\",\"scroll-padding-block-start\",\"scroll-padding-bottom\",\"scroll-padding-inline\",\"scroll-padding-inline-end\",\"scroll-padding-inline-start\",\"scroll-padding-left\",\"scroll-padding-right\",\"scroll-padding-top\",\"scroll-snap-align\",\"scroll-snap-type\",\"shape-image-threshold\",\"shape-inside\",\"shape-margin\",\"shape-outside\",\"size\",\"speak\",\"speak-as\",\"speak-header\",\"speak-numeral\",\"speak-punctuation\",\"speech-rate\",\"stress\",\"string-set\",\"tab-size\",\"table-layout\",\"target\",\"target-name\",\"target-new\",\"target-position\",\"text-align\",\"text-align-last\",\"text-combine-upright\",\"text-decoration\",\"text-decoration-color\",\"text-decoration-line\",\"text-decoration-skip\",\"text-decoration-skip-ink\",\"text-decoration-style\",\"text-emphasis\",\"text-emphasis-color\",\"text-emphasis-position\",\"text-emphasis-style\",\"text-height\",\"text-indent\",\"text-justify\",\"text-orientation\",\"text-outline\",\"text-overflow\",\"text-rendering\",\"text-shadow\",\"text-size-adjust\",\"text-space-collapse\",\"text-transform\",\"text-underline-position\",\"text-wrap\",\"top\",\"touch-action\",\"transform\",\"transform-origin\",\"transform-style\",\"transition\",\"transition-delay\",\"transition-duration\",\"transition-property\",\"transition-timing-function\",\"translate\",\"unicode-bidi\",\"user-select\",\"vertical-align\",\"visibility\",\"voice-balance\",\"voice-duration\",\"voice-family\",\"voice-pitch\",\"voice-range\",\"voice-rate\",\"voice-stress\",\"voice-volume\",\"volume\",\"white-space\",\"widows\",\"width\",\"will-change\",\"word-break\",\"word-spacing\",\"word-wrap\",\"writing-mode\",\"z-index\",\"clip-path\",\"clip-rule\",\"mask\",\"enable-background\",\"filter\",\"flood-color\",\"flood-opacity\",\"lighting-color\",\"stop-color\",\"stop-opacity\",\"pointer-events\",\"color-interpolation\",\"color-interpolation-filters\",\"color-rendering\",\"fill\",\"fill-opacity\",\"fill-rule\",\"image-rendering\",\"marker\",\"marker-end\",\"marker-mid\",\"marker-start\",\"paint-order\",\"shape-rendering\",\"stroke\",\"stroke-dasharray\",\"stroke-dashoffset\",\"stroke-linecap\",\"stroke-linejoin\",\"stroke-miterlimit\",\"stroke-opacity\",\"stroke-width\",\"text-rendering\",\"baseline-shift\",\"dominant-baseline\",\"glyph-orientation-horizontal\",\"glyph-orientation-vertical\",\"text-anchor\",\"writing-mode\"],c=e(d),p=[\"border-block\",\"border-block-color\",\"border-block-end\",\"border-block-end-color\",\"border-block-end-style\",\"border-block-end-width\",\"border-block-start\",\"border-block-start-color\",\"border-block-start-style\",\"border-block-start-width\",\"border-block-style\",\"border-block-width\",\"border-inline\",\"border-inline-color\",\"border-inline-end\",\"border-inline-end-color\",\"border-inline-end-style\",\"border-inline-end-width\",\"border-inline-start\",\"border-inline-start-color\",\"border-inline-start-style\",\"border-inline-start-width\",\"border-inline-style\",\"border-inline-width\",\"margin-block\",\"margin-block-end\",\"margin-block-start\",\"margin-inline\",\"margin-inline-end\",\"margin-inline-start\",\"padding-block\",\"padding-block-end\",\"padding-block-start\",\"padding-inline\",\"padding-inline-end\",\"padding-inline-start\",\"scroll-snap-stop\",\"scrollbar-3d-light-color\",\"scrollbar-arrow-color\",\"scrollbar-base-color\",\"scrollbar-dark-shadow-color\",\"scrollbar-face-color\",\"scrollbar-highlight-color\",\"scrollbar-shadow-color\",\"scrollbar-track-color\",\"searchfield-cancel-button\",\"searchfield-decoration\",\"searchfield-results-button\",\"searchfield-results-decoration\",\"shape-inside\",\"zoom\"],u=e(p),m=e([\"font-display\",\"font-family\",\"src\",\"unicode-range\",\"font-variant\",\"font-feature-settings\",\"font-stretch\",\"font-weight\",\"font-style\"]),b=e([\"additive-symbols\",\"fallback\",\"negative\",\"pad\",\"prefix\",\"range\",\"speak-as\",\"suffix\",\"symbols\",\"system\"]),g=[\"aliceblue\",\"antiquewhite\",\"aqua\",\"aquamarine\",\"azure\",\"beige\",\"bisque\",\"black\",\"blanchedalmond\",\"blue\",\"blueviolet\",\"brown\",\"burlywood\",\"cadetblue\",\"chartreuse\",\"chocolate\",\"coral\",\"cornflowerblue\",\"cornsilk\",\"crimson\",\"cyan\",\"darkblue\",\"darkcyan\",\"darkgoldenrod\",\"darkgray\",\"darkgreen\",\"darkkhaki\",\"darkmagenta\",\"darkolivegreen\",\"darkorange\",\"darkorchid\",\"darkred\",\"darksalmon\",\"darkseagreen\",\"darkslateblue\",\"darkslategray\",\"darkturquoise\",\"darkviolet\",\"deeppink\",\"deepskyblue\",\"dimgray\",\"dodgerblue\",\"firebrick\",\"floralwhite\",\"forestgreen\",\"fuchsia\",\"gainsboro\",\"ghostwhite\",\"gold\",\"goldenrod\",\"gray\",\"grey\",\"green\",\"greenyellow\",\"honeydew\",\"hotpink\",\"indianred\",\"indigo\",\"ivory\",\"khaki\",\"lavender\",\"lavenderblush\",\"lawngreen\",\"lemonchiffon\",\"lightblue\",\"lightcoral\",\"lightcyan\",\"lightgoldenrodyellow\",\"lightgray\",\"lightgreen\",\"lightpink\",\"lightsalmon\",\"lightseagreen\",\"lightskyblue\",\"lightslategray\",\"lightsteelblue\",\"lightyellow\",\"lime\",\"limegreen\",\"linen\",\"magenta\",\"maroon\",\"mediumaquamarine\",\"mediumblue\",\"mediumorchid\",\"mediumpurple\",\"mediumseagreen\",\"mediumslateblue\",\"mediumspringgreen\",\"mediumturquoise\",\"mediumvioletred\",\"midnightblue\",\"mintcream\",\"mistyrose\",\"moccasin\",\"navajowhite\",\"navy\",\"oldlace\",\"olive\",\"olivedrab\",\"orange\",\"orangered\",\"orchid\",\"palegoldenrod\",\"palegreen\",\"paleturquoise\",\"palevioletred\",\"papayawhip\",\"peachpuff\",\"peru\",\"pink\",\"plum\",\"powderblue\",\"purple\",\"rebeccapurple\",\"red\",\"rosybrown\",\"royalblue\",\"saddlebrown\",\"salmon\",\"sandybrown\",\"seagreen\",\"seashell\",\"sienna\",\"silver\",\"skyblue\",\"slateblue\",\"slategray\",\"snow\",\"springgreen\",\"steelblue\",\"tan\",\"teal\",\"thistle\",\"tomato\",\"turquoise\",\"violet\",\"wheat\",\"white\",\"whitesmoke\",\"yellow\",\"yellowgreen\"],h=e(g),f=[\"above\",\"absolute\",\"activeborder\",\"additive\",\"activecaption\",\"afar\",\"after-white-space\",\"ahead\",\"alias\",\"all\",\"all-scroll\",\"alphabetic\",\"alternate\",\"always\",\"amharic\",\"amharic-abegede\",\"antialiased\",\"appworkspace\",\"arabic-indic\",\"armenian\",\"asterisks\",\"attr\",\"auto\",\"auto-flow\",\"avoid\",\"avoid-column\",\"avoid-page\",\"avoid-region\",\"axis-pan\",\"background\",\"backwards\",\"baseline\",\"below\",\"bidi-override\",\"binary\",\"bengali\",\"blink\",\"block\",\"block-axis\",\"bold\",\"bolder\",\"border\",\"border-box\",\"both\",\"bottom\",\"break\",\"break-all\",\"break-word\",\"bullets\",\"button\",\"button-bevel\",\"buttonface\",\"buttonhighlight\",\"buttonshadow\",\"buttontext\",\"calc\",\"cambodian\",\"capitalize\",\"caps-lock-indicator\",\"caption\",\"captiontext\",\"caret\",\"cell\",\"center\",\"checkbox\",\"circle\",\"cjk-decimal\",\"cjk-earthly-branch\",\"cjk-heavenly-stem\",\"cjk-ideographic\",\"clear\",\"clip\",\"close-quote\",\"col-resize\",\"collapse\",\"color\",\"color-burn\",\"color-dodge\",\"column\",\"column-reverse\",\"compact\",\"condensed\",\"contain\",\"content\",\"contents\",\"content-box\",\"context-menu\",\"continuous\",\"copy\",\"counter\",\"counters\",\"cover\",\"crop\",\"cross\",\"crosshair\",\"currentcolor\",\"cursive\",\"cyclic\",\"darken\",\"dashed\",\"decimal\",\"decimal-leading-zero\",\"default\",\"default-button\",\"dense\",\"destination-atop\",\"destination-in\",\"destination-out\",\"destination-over\",\"devanagari\",\"difference\",\"disc\",\"discard\",\"disclosure-closed\",\"disclosure-open\",\"document\",\"dot-dash\",\"dot-dot-dash\",\"dotted\",\"double\",\"down\",\"e-resize\",\"ease\",\"ease-in\",\"ease-in-out\",\"ease-out\",\"element\",\"ellipse\",\"ellipsis\",\"embed\",\"end\",\"ethiopic\",\"ethiopic-abegede\",\"ethiopic-abegede-am-et\",\"ethiopic-abegede-gez\",\"ethiopic-abegede-ti-er\",\"ethiopic-abegede-ti-et\",\"ethiopic-halehame-aa-er\",\"ethiopic-halehame-aa-et\",\"ethiopic-halehame-am-et\",\"ethiopic-halehame-gez\",\"ethiopic-halehame-om-et\",\"ethiopic-halehame-sid-et\",\"ethiopic-halehame-so-et\",\"ethiopic-halehame-ti-er\",\"ethiopic-halehame-ti-et\",\"ethiopic-halehame-tig\",\"ethiopic-numeric\",\"ew-resize\",\"exclusion\",\"expanded\",\"extends\",\"extra-condensed\",\"extra-expanded\",\"fantasy\",\"fast\",\"fill\",\"fill-box\",\"fixed\",\"flat\",\"flex\",\"flex-end\",\"flex-start\",\"footnotes\",\"forwards\",\"from\",\"geometricPrecision\",\"georgian\",\"graytext\",\"grid\",\"groove\",\"gujarati\",\"gurmukhi\",\"hand\",\"hangul\",\"hangul-consonant\",\"hard-light\",\"hebrew\",\"help\",\"hidden\",\"hide\",\"higher\",\"highlight\",\"highlighttext\",\"hiragana\",\"hiragana-iroha\",\"horizontal\",\"hsl\",\"hsla\",\"hue\",\"icon\",\"ignore\",\"inactiveborder\",\"inactivecaption\",\"inactivecaptiontext\",\"infinite\",\"infobackground\",\"infotext\",\"inherit\",\"initial\",\"inline\",\"inline-axis\",\"inline-block\",\"inline-flex\",\"inline-grid\",\"inline-table\",\"inset\",\"inside\",\"intrinsic\",\"invert\",\"italic\",\"japanese-formal\",\"japanese-informal\",\"justify\",\"kannada\",\"katakana\",\"katakana-iroha\",\"keep-all\",\"khmer\",\"korean-hangul-formal\",\"korean-hanja-formal\",\"korean-hanja-informal\",\"landscape\",\"lao\",\"large\",\"larger\",\"left\",\"level\",\"lighter\",\"lighten\",\"line-through\",\"linear\",\"linear-gradient\",\"lines\",\"list-item\",\"listbox\",\"listitem\",\"local\",\"logical\",\"loud\",\"lower\",\"lower-alpha\",\"lower-armenian\",\"lower-greek\",\"lower-hexadecimal\",\"lower-latin\",\"lower-norwegian\",\"lower-roman\",\"lowercase\",\"ltr\",\"luminosity\",\"malayalam\",\"manipulation\",\"match\",\"matrix\",\"matrix3d\",\"media-controls-background\",\"media-current-time-display\",\"media-fullscreen-button\",\"media-mute-button\",\"media-play-button\",\"media-return-to-realtime-button\",\"media-rewind-button\",\"media-seek-back-button\",\"media-seek-forward-button\",\"media-slider\",\"media-sliderthumb\",\"media-time-remaining-display\",\"media-volume-slider\",\"media-volume-slider-container\",\"media-volume-sliderthumb\",\"medium\",\"menu\",\"menulist\",\"menulist-button\",\"menulist-text\",\"menulist-textfield\",\"menutext\",\"message-box\",\"middle\",\"min-intrinsic\",\"mix\",\"mongolian\",\"monospace\",\"move\",\"multiple\",\"multiple_mask_images\",\"multiply\",\"myanmar\",\"n-resize\",\"narrower\",\"ne-resize\",\"nesw-resize\",\"no-close-quote\",\"no-drop\",\"no-open-quote\",\"no-repeat\",\"none\",\"normal\",\"not-allowed\",\"nowrap\",\"ns-resize\",\"numbers\",\"numeric\",\"nw-resize\",\"nwse-resize\",\"oblique\",\"octal\",\"opacity\",\"open-quote\",\"optimizeLegibility\",\"optimizeSpeed\",\"oriya\",\"oromo\",\"outset\",\"outside\",\"outside-shape\",\"overlay\",\"overline\",\"padding\",\"padding-box\",\"painted\",\"page\",\"paused\",\"persian\",\"perspective\",\"pinch-zoom\",\"plus-darker\",\"plus-lighter\",\"pointer\",\"polygon\",\"portrait\",\"pre\",\"pre-line\",\"pre-wrap\",\"preserve-3d\",\"progress\",\"push-button\",\"radial-gradient\",\"radio\",\"read-only\",\"read-write\",\"read-write-plaintext-only\",\"rectangle\",\"region\",\"relative\",\"repeat\",\"repeating-linear-gradient\",\"repeating-radial-gradient\",\"repeat-x\",\"repeat-y\",\"reset\",\"reverse\",\"rgb\",\"rgba\",\"ridge\",\"right\",\"rotate\",\"rotate3d\",\"rotateX\",\"rotateY\",\"rotateZ\",\"round\",\"row\",\"row-resize\",\"row-reverse\",\"rtl\",\"run-in\",\"running\",\"s-resize\",\"sans-serif\",\"saturation\",\"scale\",\"scale3d\",\"scaleX\",\"scaleY\",\"scaleZ\",\"screen\",\"scroll\",\"scrollbar\",\"scroll-position\",\"se-resize\",\"searchfield\",\"searchfield-cancel-button\",\"searchfield-decoration\",\"searchfield-results-button\",\"searchfield-results-decoration\",\"self-start\",\"self-end\",\"semi-condensed\",\"semi-expanded\",\"separate\",\"serif\",\"show\",\"sidama\",\"simp-chinese-formal\",\"simp-chinese-informal\",\"single\",\"skew\",\"skewX\",\"skewY\",\"skip-white-space\",\"slide\",\"slider-horizontal\",\"slider-vertical\",\"sliderthumb-horizontal\",\"sliderthumb-vertical\",\"slow\",\"small\",\"small-caps\",\"small-caption\",\"smaller\",\"soft-light\",\"solid\",\"somali\",\"source-atop\",\"source-in\",\"source-out\",\"source-over\",\"space\",\"space-around\",\"space-between\",\"space-evenly\",\"spell-out\",\"square\",\"square-button\",\"start\",\"static\",\"status-bar\",\"stretch\",\"stroke\",\"stroke-box\",\"sub\",\"subpixel-antialiased\",\"svg_masks\",\"super\",\"sw-resize\",\"symbolic\",\"symbols\",\"system-ui\",\"table\",\"table-caption\",\"table-cell\",\"table-column\",\"table-column-group\",\"table-footer-group\",\"table-header-group\",\"table-row\",\"table-row-group\",\"tamil\",\"telugu\",\"text\",\"text-bottom\",\"text-top\",\"textarea\",\"textfield\",\"thai\",\"thick\",\"thin\",\"threeddarkshadow\",\"threedface\",\"threedhighlight\",\"threedlightshadow\",\"threedshadow\",\"tibetan\",\"tigre\",\"tigrinya-er\",\"tigrinya-er-abegede\",\"tigrinya-et\",\"tigrinya-et-abegede\",\"to\",\"top\",\"trad-chinese-formal\",\"trad-chinese-informal\",\"transform\",\"translate\",\"translate3d\",\"translateX\",\"translateY\",\"translateZ\",\"transparent\",\"ultra-condensed\",\"ultra-expanded\",\"underline\",\"unidirectional-pan\",\"unset\",\"up\",\"upper-alpha\",\"upper-armenian\",\"upper-greek\",\"upper-hexadecimal\",\"upper-latin\",\"upper-norwegian\",\"upper-roman\",\"uppercase\",\"urdu\",\"url\",\"var\",\"vertical\",\"vertical-text\",\"view-box\",\"visible\",\"visibleFill\",\"visiblePainted\",\"visibleStroke\",\"visual\",\"w-resize\",\"wait\",\"wave\",\"wider\",\"window\",\"windowframe\",\"windowtext\",\"words\",\"wrap\",\"wrap-reverse\",\"x-large\",\"x-small\",\"xor\",\"xx-large\",\"xx-small\"],k=e(f),y=t.concat(o).concat(a).concat(l).concat(d).concat(p).concat(g).concat(f);function w(e,t){for(var r,o=!1;null!=(r=e.next());){if(o&&\"/\"==r){t.tokenize=null;break}o=\"*\"==r}return[\"comment\",\"comment\"]}T.registerHelper(\"hintWords\",\"css\",y),T.defineMIME(\"text/css\",{documentTypes:r,mediaTypes:i,mediaFeatures:n,mediaValueKeywords:s,propertyKeywords:c,nonStandardPropertyKeywords:u,fontProperties:m,counterDescriptors:b,colorKeywords:h,valueKeywords:k,tokenHooks:{\"/\":function(e,t){return!!e.eat(\"*\")&&(t.tokenize=w)(e,t)}},name:\"css\"}),T.defineMIME(\"text/x-scss\",{mediaTypes:i,mediaFeatures:n,mediaValueKeywords:s,propertyKeywords:c,nonStandardPropertyKeywords:u,colorKeywords:h,valueKeywords:k,fontProperties:m,allowNested:!0,lineComment:\"//\",tokenHooks:{\"/\":function(e,t){return e.eat(\"/\")?(e.skipToEnd(),[\"comment\",\"comment\"]):e.eat(\"*\")?(t.tokenize=w)(e,t):[\"operator\",\"operator\"]},\":\":function(e){return!!e.match(/\\s*\\{/,!1)&&[null,null]},$:function(e){return e.match(/^[\\w-]+/),e.match(/^\\s*:/,!1)?[\"variable-2\",\"variable-definition\"]:[\"variable-2\",\"variable\"]},\"#\":function(e){return!!e.eat(\"{\")&&[null,\"interpolation\"]}},name:\"css\",helperType:\"scss\"}),T.defineMIME(\"text/x-less\",{mediaTypes:i,mediaFeatures:n,mediaValueKeywords:s,propertyKeywords:c,nonStandardPropertyKeywords:u,colorKeywords:h,valueKeywords:k,fontProperties:m,allowNested:!0,lineComment:\"//\",tokenHooks:{\"/\":function(e,t){return e.eat(\"/\")?(e.skipToEnd(),[\"comment\",\"comment\"]):e.eat(\"*\")?(t.tokenize=w)(e,t):[\"operator\",\"operator\"]},\"@\":function(e){return e.eat(\"{\")?[null,\"interpolation\"]:!e.match(/^(charset|document|font-face|import|(-(moz|ms|o|webkit)-)?keyframes|media|namespace|page|supports)\\b/i,!1)&&(e.eatWhile(/[\\w\\\\\\-]/),e.match(/^\\s*:/,!1)?[\"variable-2\",\"variable-definition\"]:[\"variable-2\",\"variable\"])},\"&\":function(){return[\"atom\",\"atom\"]}},name:\"css\",helperType:\"less\"}),T.defineMIME(\"text/x-gss\",{documentTypes:r,mediaTypes:i,mediaFeatures:n,propertyKeywords:c,nonStandardPropertyKeywords:u,fontProperties:m,counterDescriptors:b,colorKeywords:h,valueKeywords:k,supportsAtComponent:!0,tokenHooks:{\"/\":function(e,t){return!!e.eat(\"*\")&&(t.tokenize=w)(e,t)}},name:\"css\",helperType:\"gss\"})});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/mode/css/css.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror-mode-css/readme": {
            "title": "$:/plugins/tiddlywiki/codemirror-mode-css/readme",
            "text": "This plugin adds Syntax Highlighting for CSS tiddlers (text/css) to the [[CodeMirror|http://codemirror.net]] text editor. It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\n\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tiddlywiki/codemirror/addon/mode/multiplex.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\"],e):e(CodeMirror)}(function(p){\"use strict\";p.multiplexingMode=function(d){var f=Array.prototype.slice.call(arguments,1);function m(e,n,t,i){if(\"string\"==typeof n){var r=e.indexOf(n,t);return i&&-1<r?r+n.length:r}var o=n.exec(t?e.slice(t):e);return o?o.index+t+(i?o[0].length:0):-1}return{startState:function(){return{outer:p.startState(d),innerActive:null,inner:null}},copyState:function(e){return{outer:p.copyState(d,e.outer),innerActive:e.innerActive,inner:e.innerActive&&p.copyState(e.innerActive.mode,e.inner)}},token:function(e,n){if(n.innerActive){var t=n.innerActive,i=e.string;if(!t.close&&e.sol())return n.innerActive=n.inner=null,this.token(e,n);if((l=t.close?m(i,t.close,e.pos,t.parseDelimiters):-1)==e.pos&&!t.parseDelimiters)return e.match(t.close),n.innerActive=n.inner=null,t.delimStyle&&t.delimStyle+\" \"+t.delimStyle+\"-close\";-1<l&&(e.string=i.slice(0,l));var r=t.mode.token(e,n.inner);return-1<l&&(e.string=i),l==e.pos&&t.parseDelimiters&&(n.innerActive=n.inner=null),t.innerStyle&&(r=r?r+\" \"+t.innerStyle:t.innerStyle),r}for(var o=1/0,i=e.string,c=0;c<f.length;++c){var l,s=f[c];if((l=m(i,s.open,e.pos))==e.pos){s.parseDelimiters||e.match(s.open),n.innerActive=s;var a,u=0;return!d.indent||(a=d.indent(n.outer,\"\",\"\"))!==p.Pass&&(u=a),n.inner=p.startState(s.mode,u),s.delimStyle&&s.delimStyle+\" \"+s.delimStyle+\"-open\"}-1!=l&&l<o&&(o=l)}o!=1/0&&(e.string=i.slice(0,o));var v=d.token(e,n.outer);return o!=1/0&&(e.string=i),v},indent:function(e,n,t){var i=e.innerActive?e.innerActive.mode:d;return i.indent?i.indent(e.innerActive?e.inner:e.outer,n,t):p.Pass},blankLine:function(e){var n=e.innerActive?e.innerActive.mode:d;if(n.blankLine&&n.blankLine(e.innerActive?e.inner:e.outer),e.innerActive)\"\\n\"===e.innerActive.close&&(e.innerActive=e.inner=null);else for(var t=0;t<f.length;++t){var i=f[t];\"\\n\"===i.open&&(e.innerActive=i,e.inner=p.startState(i.mode,n.indent?n.indent(e.outer,\"\",\"\"):0))}},electricChars:d.electricChars,innerMode:function(e){return e.inner?{state:e.inner,mode:e.innerActive.mode}:{state:e.outer,mode:d}}}}});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/mode/multiplex.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror/mode/htmlembedded/htmlembedded.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\"),require(\"../htmlmixed/htmlmixed\"),require(\"../../addon/mode/multiplex\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\",\"../htmlmixed/htmlmixed\",\"../../addon/mode/multiplex\"],e):e(CodeMirror)}(function(d){\"use strict\";d.defineMode(\"htmlembedded\",function(e,i){var t=i.closeComment||\"--%>\";return d.multiplexingMode(d.getMode(e,\"htmlmixed\"),{open:i.openComment||\"<%--\",close:t,delimStyle:\"comment\",mode:{token:function(e){return e.skipTo(t)||e.skipToEnd(),\"comment\"}}},{open:i.open||i.scriptStartRegex||\"<%\",close:i.close||i.scriptEndRegex||\"%>\",mode:d.getMode(e,i.scriptingModeSpec)})},\"htmlmixed\"),d.defineMIME(\"application/x-ejs\",{name:\"htmlembedded\",scriptingModeSpec:\"javascript\"}),d.defineMIME(\"application/x-aspx\",{name:\"htmlembedded\",scriptingModeSpec:\"text/x-csharp\"}),d.defineMIME(\"application/x-jsp\",{name:\"htmlembedded\",scriptingModeSpec:\"text/x-java\"}),d.defineMIME(\"application/x-erb\",{name:\"htmlembedded\",scriptingModeSpec:\"ruby\"})});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/mode/htmlembedded/htmlembedded.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror-mode-htmlembedded/readme": {
            "title": "$:/plugins/tiddlywiki/codemirror-mode-htmlembedded/readme",
            "text": "This plugin adds Syntax Highlighting for Embedded-HTML tiddlers (application/x-aspx, application/x-ejs, application/x-jsp and application/x-erb) to the [[CodeMirror|http://codemirror.net]] text editor. It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tiddlywiki/codemirror/mode/htmlmixed/htmlmixed.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(t){\"object\"==typeof exports&&\"object\"==typeof module?t(require(\"../../lib/codemirror\"),require(\"../xml/xml\"),require(\"../javascript/javascript\"),require(\"../css/css\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\",\"../xml/xml\",\"../javascript/javascript\",\"../css/css\"],t):t(CodeMirror)}(function(p){\"use strict\";var l={script:[[\"lang\",/(javascript|babel)/i,\"javascript\"],[\"type\",/^(?:text|application)\\/(?:x-)?(?:java|ecma)script$|^module$|^$/i,\"javascript\"],[\"type\",/./,\"text/plain\"],[null,null,\"javascript\"]],style:[[\"lang\",/^css$/i,\"css\"],[\"type\",/^(text\\/)?(x-)?(stylesheet|css)$/i,\"css\"],[\"type\",/./,\"text/plain\"],[null,null,\"css\"]]};var o={};function f(t,e){var a,n=t.match(o[a=e]||(o[a]=new RegExp(\"\\\\s+\"+a+\"\\\\s*=\\\\s*('|\\\")?([^'\\\"]+)('|\\\")?\\\\s*\")));return n?/^\\s*(.*?)\\s*$/.exec(n[2])[1]:\"\"}function h(t,e){return new RegExp((e?\"^\":\"\")+\"</s*\"+t+\"s*>\",\"i\")}function r(t,e){for(var a in t)for(var n=e[a]||(e[a]=[]),l=t[a],o=l.length-1;0<=o;o--)n.unshift(l[o])}p.defineMode(\"htmlmixed\",function(u,t){var m=p.getMode(u,{name:\"xml\",htmlMode:!0,multilineTagIndentFactor:t.multilineTagIndentFactor,multilineTagIndentPastTag:t.multilineTagIndentPastTag,allowMissingTagName:t.allowMissingTagName}),d={},e=t&&t.tags,a=t&&t.scriptTypes;if(r(l,d),e&&r(e,d),a)for(var n=a.length-1;0<=n;n--)d.script.unshift([\"type\",a[n].matches,a[n].mode]);function g(t,e){var a,n,l,o,i,c,r=m.token(t,e.htmlState),s=/\\btag\\b/.test(r);return s&&!/[<>\\s\\/]/.test(t.current())&&(a=e.htmlState.tagName&&e.htmlState.tagName.toLowerCase())&&d.hasOwnProperty(a)?e.inTag=a+\" \":e.inTag&&s&&/>$/.test(t.current())?(n=/^([\\S]+) (.*)/.exec(e.inTag),e.inTag=null,l=\">\"==t.current()&&function(t,e){for(var a=0;a<t.length;a++){var n=t[a];if(!n[0]||n[1].test(f(e,n[0])))return n[2]}}(d[n[1]],n[2]),o=p.getMode(u,l),i=h(n[1],!0),c=h(n[1],!1),e.token=function(t,e){return t.match(i,!1)?(e.token=g,e.localState=e.localMode=null):(a=t,n=c,l=e.localMode.token(t,e.localState),o=a.current(),-1<(r=o.search(n))?a.backUp(o.length-r):o.match(/<\\/?$/)&&(a.backUp(o.length),a.match(n,!1)||a.match(o)),l);var a,n,l,o,r},e.localMode=o,e.localState=p.startState(o,m.indent(e.htmlState,\"\",\"\"))):e.inTag&&(e.inTag+=t.current(),t.eol()&&(e.inTag+=\" \")),r}return{startState:function(){return{token:g,inTag:null,localMode:null,localState:null,htmlState:p.startState(m)}},copyState:function(t){var e;return t.localState&&(e=p.copyState(t.localMode,t.localState)),{token:t.token,inTag:t.inTag,localMode:t.localMode,localState:e,htmlState:p.copyState(m,t.htmlState)}},token:function(t,e){return e.token(t,e)},indent:function(t,e,a){return!t.localMode||/^\\s*<\\//.test(e)?m.indent(t.htmlState,e,a):t.localMode.indent?t.localMode.indent(t.localState,e,a):p.Pass},innerMode:function(t){return{state:t.localState||t.htmlState,mode:t.localMode||m}}}},\"xml\",\"javascript\",\"css\"),p.defineMIME(\"text/html\",\"htmlmixed\")});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/mode/htmlmixed/htmlmixed.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror-mode-htmlmixed/readme": {
            "title": "$:/plugins/tiddlywiki/codemirror-mode-htmlmixed/readme",
            "text": "This plugin adds Syntax Highlighting for HTML tiddlers (text/html) to the [[CodeMirror|http://codemirror.net]] text editor. It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\"],e):e(CodeMirror)}(function(tt){\"use strict\";tt.defineMode(\"javascript\",function(e,l){var t,r,n,a,i,o,d=e.indentUnit,p=l.statementIndent,c=l.jsonld,s=l.json||c,u=l.typescript,f=l.wordCharacters||/[\\w$\\xa1-\\uffff]/,m=(t=v(\"keyword a\"),r=v(\"keyword b\"),n=v(\"keyword c\"),a=v(\"keyword d\"),i=v(\"operator\"),{if:v(\"if\"),while:t,with:t,else:r,do:r,try:r,finally:r,return:a,break:a,continue:a,new:v(\"new\"),delete:n,void:n,throw:n,debugger:v(\"debugger\"),var:v(\"var\"),const:v(\"var\"),let:v(\"var\"),function:v(\"function\"),catch:v(\"catch\"),for:v(\"for\"),switch:v(\"switch\"),case:v(\"case\"),default:v(\"default\"),in:i,typeof:i,instanceof:i,true:o={type:\"atom\",style:\"atom\"},false:o,null:o,undefined:o,NaN:o,Infinity:o,this:v(\"this\"),class:v(\"class\"),super:v(\"atom\"),yield:n,export:v(\"export\"),import:v(\"import\"),extends:n,await:n});function v(e){return{type:e,style:\"keyword\"}}var k,y,w=/[+\\-*&%=<>!?|~^@]/,b=/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)\"/;function x(e,t,r){return k=e,y=r,t}function h(e,t){var a,r=e.next();if('\"'==r||\"'\"==r)return t.tokenize=(a=r,function(e,t){var r,n=!1;if(c&&\"@\"==e.peek()&&e.match(b))return t.tokenize=h,x(\"jsonld-keyword\",\"meta\");for(;null!=(r=e.next())&&(r!=a||n);)n=!n&&\"\\\\\"==r;return n||(t.tokenize=h),x(\"string\",\"string\")}),t.tokenize(e,t);if(\".\"==r&&e.match(/^\\d[\\d_]*(?:[eE][+\\-]?[\\d_]+)?/))return x(\"number\",\"number\");if(\".\"==r&&e.match(\"..\"))return x(\"spread\",\"meta\");if(/[\\[\\]{}\\(\\),;\\:\\.]/.test(r))return x(r);if(\"=\"==r&&e.eat(\">\"))return x(\"=>\",\"operator\");if(\"0\"==r&&e.match(/^(?:x[\\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/))return x(\"number\",\"number\");if(/\\d/.test(r))return e.match(/^[\\d_]*(?:n|(?:\\.[\\d_]*)?(?:[eE][+\\-]?[\\d_]+)?)?/),x(\"number\",\"number\");if(\"/\"==r)return e.eat(\"*\")?(t.tokenize=g)(e,t):e.eat(\"/\")?(e.skipToEnd(),x(\"comment\",\"comment\")):et(e,t,1)?(function(e){for(var t,r=!1,n=!1;null!=(t=e.next());){if(!r){if(\"/\"==t&&!n)return;\"[\"==t?n=!0:n&&\"]\"==t&&(n=!1)}r=!r&&\"\\\\\"==t}}(e),e.match(/^\\b(([gimyus])(?![gimyus]*\\2))+\\b/),x(\"regexp\",\"string-2\")):(e.eat(\"=\"),x(\"operator\",\"operator\",e.current()));if(\"`\"==r)return(t.tokenize=j)(e,t);if(\"#\"==r&&\"!\"==e.peek())return e.skipToEnd(),x(\"meta\",\"meta\");if(\"#\"==r&&e.eatWhile(f))return x(\"variable\",\"property\");if(\"<\"==r&&e.match(\"!--\")||\"-\"==r&&e.match(\"->\")&&!/\\S/.test(e.string.slice(0,e.start)))return e.skipToEnd(),x(\"comment\",\"comment\");if(w.test(r))return\">\"==r&&t.lexical&&\">\"==t.lexical.type||(e.eat(\"=\")?\"!\"!=r&&\"=\"!=r||e.eat(\"=\"):/[<>*+\\-|&?]/.test(r)&&(e.eat(r),\">\"==r&&e.eat(r))),\"?\"==r&&e.eat(\".\")?x(\".\"):x(\"operator\",\"operator\",e.current());if(f.test(r)){e.eatWhile(f);var n=e.current();if(\".\"!=t.lastType){if(m.propertyIsEnumerable(n)){var i=m[n];return x(i.type,i.style,n)}if(\"async\"==n&&e.match(/^(\\s|\\/\\*([^*]|\\*(?!\\/))*?\\*\\/)*[\\[\\(\\w]/,!1))return x(\"async\",\"keyword\",n)}return x(\"variable\",\"variable\",n)}}function g(e,t){for(var r,n=!1;r=e.next();){if(\"/\"==r&&n){t.tokenize=h;break}n=\"*\"==r}return x(\"comment\",\"comment\")}function j(e,t){for(var r,n=!1;null!=(r=e.next());){if(!n&&(\"`\"==r||\"$\"==r&&e.eat(\"{\"))){t.tokenize=h;break}n=!n&&\"\\\\\"==r}return x(\"quasi\",\"string-2\",e.current())}var M=\"([{}])\";function A(e,t){t.fatArrowAt&&(t.fatArrowAt=null);var r,n=e.string.indexOf(\"=>\",e.start);if(!(n<0)){!u||(r=/:\\s*(?:\\w+(?:<[^>]*>|\\[\\])?|\\{[^}]*\\})\\s*$/.exec(e.string.slice(e.start,n)))&&(n=r.index);for(var a=0,i=!1,o=n-1;0<=o;--o){var c=e.string.charAt(o),s=M.indexOf(c);if(0<=s&&s<3){if(!a){++o;break}if(0==--a){\"(\"==c&&(i=!0);break}}else if(3<=s&&s<6)++a;else if(f.test(c))i=!0;else if(/[\"'\\/`]/.test(c))for(;;--o){if(0==o)return;if(e.string.charAt(o-1)==c&&\"\\\\\"!=e.string.charAt(o-2)){o--;break}}else if(i&&!a){++o;break}}i&&!a&&(t.fatArrowAt=o)}}var V={atom:!0,number:!0,variable:!0,string:!0,regexp:!0,this:!0,\"jsonld-keyword\":!0};function E(e,t,r,n,a,i){this.indented=e,this.column=t,this.type=r,this.prev=a,this.info=i,null!=n&&(this.align=n)}function z(e,t,r,n,a){var i=e.cc;for(I.state=e,I.stream=a,I.marked=null,I.cc=i,I.style=t,e.lexical.hasOwnProperty(\"align\")||(e.lexical.align=!0);;){if((i.length?i.pop():s?J:D)(r,n)){for(;i.length&&i[i.length-1].lex;)i.pop()();return I.marked?I.marked:\"variable\"==r&&function(e,t){for(var r=e.localVars;r;r=r.next)if(r.name==t)return 1;for(var n=e.context;n;n=n.prev)for(r=n.vars;r;r=r.next)if(r.name==t)return 1}(e,n)?\"variable-2\":t}}}var I={state:null,column:null,marked:null,cc:null};function T(){for(var e=arguments.length-1;0<=e;e--)I.cc.push(arguments[e])}function $(){return T.apply(null,arguments),!0}function C(e,t){for(var r=t;r;r=r.next)if(r.name==e)return 1}function _(e){var t=I.state;if(I.marked=\"def\",t.context)if(\"var\"==t.lexical.info&&t.context&&t.context.block){var r=function e(t,r){{if(r){if(r.block){var n=e(t,r.prev);return n?n==r.prev?r:new q(n,r.vars,!0):null}return C(t,r.vars)?r:new q(r.prev,new S(t,r.vars),!1)}return null}}(e,t.context);if(null!=r)return void(t.context=r)}else if(!C(e,t.localVars))return void(t.localVars=new S(e,t.localVars));l.globalVars&&!C(e,t.globalVars)&&(t.globalVars=new S(e,t.globalVars))}function O(e){return\"public\"==e||\"private\"==e||\"protected\"==e||\"abstract\"==e||\"readonly\"==e}function q(e,t,r){this.prev=e,this.vars=t,this.block=r}function S(e,t){this.name=e,this.next=t}var P=new S(\"this\",new S(\"arguments\",null));function N(){I.state.context=new q(I.state.context,I.state.localVars,!1),I.state.localVars=P}function U(){I.state.context=new q(I.state.context,I.state.localVars,!0),I.state.localVars=null}function W(){I.state.localVars=I.state.context.vars,I.state.context=I.state.context.prev}function B(n,a){function e(){var e=I.state,t=e.indented;if(\"stat\"==e.lexical.type)t=e.lexical.indented;else for(var r=e.lexical;r&&\")\"==r.type&&r.align;r=r.prev)t=r.indented;e.lexical=new E(t,I.stream.column(),n,null,e.lexical,a)}return e.lex=!0,e}function F(){var e=I.state;e.lexical.prev&&(\")\"==e.lexical.type&&(e.indented=e.lexical.indented),e.lexical=e.lexical.prev)}function H(r){return function e(t){return t==r?$():\";\"==r||\"}\"==t||\")\"==t||\"]\"==t?T():$(e)}}function D(e,t){return\"var\"==e?$(B(\"vardef\",t),Ae,H(\";\"),F):\"keyword a\"==e?$(B(\"form\"),L,D,F):\"keyword b\"==e?$(B(\"form\"),D,F):\"keyword d\"==e?I.stream.match(/^\\s*$/,!1)?$():$(B(\"stat\"),R,H(\";\"),F):\"debugger\"==e?$(H(\";\")):\"{\"==e?$(B(\"}\"),U,de,F,W):\";\"==e?$():\"if\"==e?(\"else\"==I.state.lexical.info&&I.state.cc[I.state.cc.length-1]==F&&I.state.cc.pop()(),$(B(\"form\"),L,D,F,$e)):\"function\"==e?$(qe):\"for\"==e?$(B(\"form\"),Ce,D,F):\"class\"==e||u&&\"interface\"==t?(I.marked=\"keyword\",$(B(\"form\",\"class\"==e?e:t),We,F)):\"variable\"==e?u&&\"declare\"==t?(I.marked=\"keyword\",$(D)):u&&(\"module\"==t||\"enum\"==t||\"type\"==t)&&I.stream.match(/^\\s*\\w/,!1)?(I.marked=\"keyword\",\"enum\"==t?$(Ye):\"type\"==t?$(Pe,H(\"operator\"),ye,H(\";\")):$(B(\"form\"),Ve,H(\"{\"),B(\"}\"),de,F,F)):u&&\"namespace\"==t?(I.marked=\"keyword\",$(B(\"form\"),J,D,F)):u&&\"abstract\"==t?(I.marked=\"keyword\",$(D)):$(B(\"stat\"),ie):\"switch\"==e?$(B(\"form\"),L,H(\"{\"),B(\"}\",\"switch\"),U,de,F,F,W):\"case\"==e?$(J,H(\":\")):\"default\"==e?$(H(\":\")):\"catch\"==e?$(B(\"form\"),N,G,D,F,W):\"export\"==e?$(B(\"stat\"),De,F):\"import\"==e?$(B(\"stat\"),Je,F):\"async\"==e?$(D):\"@\"==t?$(J,D):T(B(\"stat\"),J,H(\";\"),F)}function G(e){if(\"(\"==e)return $(Ne,H(\")\"))}function J(e,t){return Q(e,t,!1)}function K(e,t){return Q(e,t,!0)}function L(e){return\"(\"!=e?T():$(B(\")\"),R,H(\")\"),F)}function Q(e,t,r){if(I.state.fatArrowAt==I.stream.start){var n=r?re:te;if(\"(\"==e)return $(N,B(\")\"),fe(Ne,\")\"),F,H(\"=>\"),n,W);if(\"variable\"==e)return T(N,Ve,H(\"=>\"),n,W)}var a,i=r?Y:X;return V.hasOwnProperty(e)?$(i):\"function\"==e?$(qe,i):\"class\"==e||u&&\"interface\"==t?(I.marked=\"keyword\",$(B(\"form\"),Ue,F)):\"keyword c\"==e||\"async\"==e?$(r?K:J):\"(\"==e?$(B(\")\"),R,H(\")\"),F,i):\"operator\"==e||\"spread\"==e?$(r?K:J):\"[\"==e?$(B(\"]\"),Xe,F,i):\"{\"==e?le(ce,\"}\",null,i):\"quasi\"==e?T(Z,i):\"new\"==e?$((a=r,function(e){return\".\"==e?$(a?ae:ne):\"variable\"==e&&u?$(ge,a?Y:X):T(a?K:J)})):\"import\"==e?$(J):$()}function R(e){return e.match(/[;\\}\\)\\],]/)?T():T(J)}function X(e,t){return\",\"==e?$(R):Y(e,t,!1)}function Y(e,t,r){var n=0==r?X:Y,a=0==r?J:K;return\"=>\"==e?$(N,r?re:te,W):\"operator\"==e?/\\+\\+|--/.test(t)||u&&\"!\"==t?$(n):u&&\"<\"==t&&I.stream.match(/^([^<>]|<[^<>]*>)*>\\s*\\(/,!1)?$(B(\">\"),fe(ye,\">\"),F,n):\"?\"==t?$(J,H(\":\"),a):$(a):\"quasi\"==e?T(Z,n):\";\"!=e?\"(\"==e?le(K,\")\",\"call\",n):\".\"==e?$(oe,n):\"[\"==e?$(B(\"]\"),R,H(\"]\"),F,n):u&&\"as\"==t?(I.marked=\"keyword\",$(ye,n)):\"regexp\"==e?(I.state.lastType=I.marked=\"operator\",I.stream.backUp(I.stream.pos-I.stream.start-1),$(a)):void 0:void 0}function Z(e,t){return\"quasi\"!=e?T():\"${\"!=t.slice(t.length-2)?$(Z):$(J,ee)}function ee(e){if(\"}\"==e)return I.marked=\"string-2\",I.state.tokenize=j,$(Z)}function te(e){return A(I.stream,I.state),T(\"{\"==e?D:J)}function re(e){return A(I.stream,I.state),T(\"{\"==e?D:K)}function ne(e,t){if(\"target\"==t)return I.marked=\"keyword\",$(X)}function ae(e,t){if(\"target\"==t)return I.marked=\"keyword\",$(Y)}function ie(e){return\":\"==e?$(F,D):T(X,H(\";\"),F)}function oe(e){if(\"variable\"==e)return I.marked=\"property\",$()}function ce(e,t){if(\"async\"==e)return I.marked=\"property\",$(ce);if(\"variable\"==e||\"keyword\"==I.style){return(I.marked=\"property\",\"get\"==t||\"set\"==t)?$(se):(u&&I.state.fatArrowAt==I.stream.start&&(r=I.stream.match(/^\\s*:\\s*/,!1))&&(I.state.fatArrowAt=I.stream.pos+r[0].length),$(ue));var r}else{if(\"number\"==e||\"string\"==e)return I.marked=c?\"property\":I.style+\" property\",$(ue);if(\"jsonld-keyword\"==e)return $(ue);if(u&&O(t))return I.marked=\"keyword\",$(ce);if(\"[\"==e)return $(J,pe,H(\"]\"),ue);if(\"spread\"==e)return $(K,ue);if(\"*\"==t)return I.marked=\"keyword\",$(ce);if(\":\"==e)return T(ue)}}function se(e){return\"variable\"!=e?T(ue):(I.marked=\"property\",$(qe))}function ue(e){return\":\"==e?$(K):\"(\"==e?T(qe):void 0}function fe(n,a,i){function o(e,t){if(i?-1<i.indexOf(e):\",\"==e){var r=I.state.lexical;return\"call\"==r.info&&(r.pos=(r.pos||0)+1),$(function(e,t){return e==a||t==a?T():T(n)},o)}return e==a||t==a?$():i&&-1<i.indexOf(\";\")?T(n):$(H(a))}return function(e,t){return e==a||t==a?$():T(n,o)}}function le(e,t,r){for(var n=3;n<arguments.length;n++)I.cc.push(arguments[n]);return $(B(t,r),fe(e,t),F)}function de(e){return\"}\"==e?$():T(D,de)}function pe(e,t){if(u){if(\":\"==e)return $(ye);if(\"?\"==t)return $(pe)}}function me(e,t){if(u&&(\":\"==e||\"in\"==t))return $(ye)}function ve(e){if(u&&\":\"==e)return I.stream.match(/^\\s*\\w+\\s+is\\b/,!1)?$(J,ke,ye):$(ye)}function ke(e,t){if(\"is\"==t)return I.marked=\"keyword\",$()}function ye(e,t){return\"keyof\"==t||\"typeof\"==t||\"infer\"==t?(I.marked=\"keyword\",$(\"typeof\"==t?K:ye)):\"variable\"==e||\"void\"==t?(I.marked=\"type\",$(he)):\"|\"==t||\"&\"==t?$(ye):\"string\"==e||\"number\"==e||\"atom\"==e?$(he):\"[\"==e?$(B(\"]\"),fe(ye,\"]\",\",\"),F,he):\"{\"==e?$(B(\"}\"),fe(be,\"}\",\",;\"),F,he):\"(\"==e?$(fe(xe,\")\"),we,he):\"<\"==e?$(fe(ye,\">\"),ye):void 0}function we(e){if(\"=>\"==e)return $(ye)}function be(e,t){return\"variable\"==e||\"keyword\"==I.style?(I.marked=\"property\",$(be)):\"?\"==t||\"number\"==e||\"string\"==e?$(be):\":\"==e?$(ye):\"[\"==e?$(H(\"variable\"),me,H(\"]\"),be):\"(\"==e?T(Se,be):void 0}function xe(e,t){return\"variable\"==e&&I.stream.match(/^\\s*[?:]/,!1)||\"?\"==t?$(xe):\":\"==e?$(ye):\"spread\"==e?$(xe):T(ye)}function he(e,t){return\"<\"==t?$(B(\">\"),fe(ye,\">\"),F,he):\"|\"==t||\".\"==e||\"&\"==t?$(ye):\"[\"==e?$(ye,H(\"]\"),he):\"extends\"==t||\"implements\"==t?(I.marked=\"keyword\",$(ye)):\"?\"==t?$(ye,H(\":\"),ye):void 0}function ge(e,t){if(\"<\"==t)return $(B(\">\"),fe(ye,\">\"),F,he)}function je(){return T(ye,Me)}function Me(e,t){if(\"=\"==t)return $(ye)}function Ae(e,t){return\"enum\"==t?(I.marked=\"keyword\",$(Ye)):T(Ve,pe,Ie,Te)}function Ve(e,t){return u&&O(t)?(I.marked=\"keyword\",$(Ve)):\"variable\"==e?(_(t),$()):\"spread\"==e?$(Ve):\"[\"==e?le(ze,\"]\"):\"{\"==e?le(Ee,\"}\"):void 0}function Ee(e,t){return\"variable\"!=e||I.stream.match(/^\\s*:/,!1)?(\"variable\"==e&&(I.marked=\"property\"),\"spread\"==e?$(Ve):\"}\"==e?T():\"[\"==e?$(J,H(\"]\"),H(\":\"),Ee):$(H(\":\"),Ve,Ie)):(_(t),$(Ie))}function ze(){return T(Ve,Ie)}function Ie(e,t){if(\"=\"==t)return $(K)}function Te(e){if(\",\"==e)return $(Ae)}function $e(e,t){if(\"keyword b\"==e&&\"else\"==t)return $(B(\"form\",\"else\"),D,F)}function Ce(e,t){return\"await\"==t?$(Ce):\"(\"==e?$(B(\")\"),_e,F):void 0}function _e(e){return\"var\"==e?$(Ae,Oe):(\"variable\"==e?$:T)(Oe)}function Oe(e,t){return\")\"==e?$():\";\"==e?$(Oe):\"in\"==t||\"of\"==t?(I.marked=\"keyword\",$(J,Oe)):T(J,Oe)}function qe(e,t){return\"*\"==t?(I.marked=\"keyword\",$(qe)):\"variable\"==e?(_(t),$(qe)):\"(\"==e?$(N,B(\")\"),fe(Ne,\")\"),F,ve,D,W):u&&\"<\"==t?$(B(\">\"),fe(je,\">\"),F,qe):void 0}function Se(e,t){return\"*\"==t?(I.marked=\"keyword\",$(Se)):\"variable\"==e?(_(t),$(Se)):\"(\"==e?$(N,B(\")\"),fe(Ne,\")\"),F,ve,W):u&&\"<\"==t?$(B(\">\"),fe(je,\">\"),F,Se):void 0}function Pe(e,t){return\"keyword\"==e||\"variable\"==e?(I.marked=\"type\",$(Pe)):\"<\"==t?$(B(\">\"),fe(je,\">\"),F):void 0}function Ne(e,t){return\"@\"==t&&$(J,Ne),\"spread\"==e?$(Ne):u&&O(t)?(I.marked=\"keyword\",$(Ne)):u&&\"this\"==e?$(pe,Ie):T(Ve,pe,Ie)}function Ue(e,t){return(\"variable\"==e?We:Be)(e,t)}function We(e,t){if(\"variable\"==e)return _(t),$(Be)}function Be(e,t){return\"<\"==t?$(B(\">\"),fe(je,\">\"),F,Be):\"extends\"==t||\"implements\"==t||u&&\",\"==e?(\"implements\"==t&&(I.marked=\"keyword\"),$(u?ye:J,Be)):\"{\"==e?$(B(\"}\"),Fe,F):void 0}function Fe(e,t){return\"async\"==e||\"variable\"==e&&(\"static\"==t||\"get\"==t||\"set\"==t||u&&O(t))&&I.stream.match(/^\\s+[\\w$\\xa1-\\uffff]/,!1)?(I.marked=\"keyword\",$(Fe)):\"variable\"==e||\"keyword\"==I.style?(I.marked=\"property\",$(He,Fe)):\"number\"==e||\"string\"==e?$(He,Fe):\"[\"==e?$(J,pe,H(\"]\"),He,Fe):\"*\"==t?(I.marked=\"keyword\",$(Fe)):u&&\"(\"==e?T(Se,Fe):\";\"==e||\",\"==e?$(Fe):\"}\"==e?$():\"@\"==t?$(J,Fe):void 0}function He(e,t){if(\"?\"==t)return $(He);if(\":\"==e)return $(ye,Ie);if(\"=\"==t)return $(K);var r=I.state.lexical.prev;return T(r&&\"interface\"==r.info?Se:qe)}function De(e,t){return\"*\"==t?(I.marked=\"keyword\",$(Re,H(\";\"))):\"default\"==t?(I.marked=\"keyword\",$(J,H(\";\"))):\"{\"==e?$(fe(Ge,\"}\"),Re,H(\";\")):T(D)}function Ge(e,t){return\"as\"==t?(I.marked=\"keyword\",$(H(\"variable\"))):\"variable\"==e?T(K,Ge):void 0}function Je(e){return\"string\"==e?$():\"(\"==e?T(J):T(Ke,Le,Re)}function Ke(e,t){return\"{\"==e?le(Ke,\"}\"):(\"variable\"==e&&_(t),\"*\"==t&&(I.marked=\"keyword\"),$(Qe))}function Le(e){if(\",\"==e)return $(Ke,Le)}function Qe(e,t){if(\"as\"==t)return I.marked=\"keyword\",$(Ke)}function Re(e,t){if(\"from\"==t)return I.marked=\"keyword\",$(J)}function Xe(e){return\"]\"==e?$():T(fe(K,\"]\"))}function Ye(){return T(B(\"form\"),Ve,H(\"{\"),B(\"}\"),fe(Ze,\"}\"),F,F)}function Ze(){return T(Ve,Ie)}function et(e,t,r){return t.tokenize==h&&/^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\\[{}\\(,;:]|=>)$/.test(t.lastType)||\"quasi\"==t.lastType&&/\\{\\s*$/.test(e.string.slice(0,e.pos-(r||0)))}return F.lex=W.lex=!0,{startState:function(e){var t={tokenize:h,lastType:\"sof\",cc:[],lexical:new E((e||0)-d,0,\"block\",!1),localVars:l.localVars,context:l.localVars&&new q(null,null,!1),indented:e||0};return l.globalVars&&\"object\"==typeof l.globalVars&&(t.globalVars=l.globalVars),t},token:function(e,t){if(e.sol()&&(t.lexical.hasOwnProperty(\"align\")||(t.lexical.align=!1),t.indented=e.indentation(),A(e,t)),t.tokenize!=g&&e.eatSpace())return null;var r=t.tokenize(e,t);return\"comment\"==k?r:(t.lastType=\"operator\"!=k||\"++\"!=y&&\"--\"!=y?k:\"incdec\",z(t,r,k,y,e))},indent:function(e,t){if(e.tokenize==g||e.tokenize==j)return tt.Pass;if(e.tokenize!=h)return 0;var r,n=t&&t.charAt(0),a=e.lexical;if(!/^\\s*else\\b/.test(t))for(var i=e.cc.length-1;0<=i;--i){var o=e.cc[i];if(o==F)a=a.prev;else if(o!=$e)break}for(;(\"stat\"==a.type||\"form\"==a.type)&&(\"}\"==n||(r=e.cc[e.cc.length-1])&&(r==X||r==Y)&&!/^[,\\.=+\\-*:?[\\(]/.test(t));)a=a.prev;p&&\")\"==a.type&&\"stat\"==a.prev.type&&(a=a.prev);var c,s,u=a.type,f=n==u;return\"vardef\"==u?a.indented+(\"operator\"==e.lastType||\",\"==e.lastType?a.info.length+1:0):\"form\"==u&&\"{\"==n?a.indented:\"form\"==u?a.indented+d:\"stat\"==u?a.indented+(s=t,\"operator\"==(c=e).lastType||\",\"==c.lastType||w.test(s.charAt(0))||/[,.]/.test(s.charAt(0))?p||d:0):\"switch\"!=a.info||f||0==l.doubleIndentSwitch?a.align?a.column+(f?0:1):a.indented+(f?0:d):a.indented+(/^(?:case|default)\\b/.test(t)?d:2*d)},electricInput:/^\\s*(?:case .*?:|default:|\\{|\\})$/,blockCommentStart:s?null:\"/*\",blockCommentEnd:s?null:\"*/\",blockCommentContinue:s?null:\" * \",lineComment:s?null:\"//\",fold:\"brace\",closeBrackets:\"()[]{}''\\\"\\\"``\",helperType:s?\"json\":\"javascript\",jsonldMode:c,jsonMode:s,expressionAllowed:et,skipExpression:function(e){var t=e.cc[e.cc.length-1];t!=J&&t!=K||e.cc.pop()}}}),tt.registerHelper(\"wordChars\",\"javascript\",/[\\w$]/),tt.defineMIME(\"text/javascript\",\"javascript\"),tt.defineMIME(\"text/ecmascript\",\"javascript\"),tt.defineMIME(\"application/javascript\",\"javascript\"),tt.defineMIME(\"application/x-javascript\",\"javascript\"),tt.defineMIME(\"application/ecmascript\",\"javascript\"),tt.defineMIME(\"application/json\",{name:\"javascript\",json:!0}),tt.defineMIME(\"application/x-json\",{name:\"javascript\",json:!0}),tt.defineMIME(\"application/ld+json\",{name:\"javascript\",jsonld:!0}),tt.defineMIME(\"text/typescript\",{name:\"javascript\",typescript:!0}),tt.defineMIME(\"application/typescript\",{name:\"javascript\",typescript:!0})});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/mode/javascript/javascript.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror-mode-javascript/readme": {
            "title": "$:/plugins/tiddlywiki/codemirror-mode-javascript/readme",
            "text": "This plugin adds Syntax Highlighting for Javascript tiddlers (application/javascript) to the [[CodeMirror|http://codemirror.net]] text editor. It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tiddlywiki/codemirror/mode/markdown/markdown.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(t){\"object\"==typeof exports&&\"object\"==typeof module?t(require(\"../../lib/codemirror\"),require(\"../xml/xml\"),require(\"../tw-meta\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\",\"../xml/xml\",\"../tw-meta\"],t):t(CodeMirror)}(function(j){\"use strict\";j.defineMode(\"markdown\",function(c,x){var A=j.getMode(c,\"text/html\"),u=\"null\"==A.name;void 0===x.highlightFormatting&&(x.highlightFormatting=!1),void 0===x.maxBlockquoteDepth&&(x.maxBlockquoteDepth=0),void 0===x.taskLists&&(x.taskLists=!1),void 0===x.strikethrough&&(x.strikethrough=!1),void 0===x.emoji&&(x.emoji=!1),void 0===x.fencedCodeBlockHighlighting&&(x.fencedCodeBlockHighlighting=!0),void 0===x.fencedCodeBlockDefaultMode&&(x.fencedCodeBlockDefaultMode=\"text/plain\"),void 0===x.xml&&(x.xml=!0),void 0===x.tokenTypeOverrides&&(x.tokenTypeOverrides={});var C={header:\"header\",code:\"comment\",quote:\"quote\",list1:\"variable-2\",list2:\"variable-3\",list3:\"keyword\",hr:\"hr\",image:\"image\",imageAltText:\"image-alt-text\",imageMarker:\"image-marker\",formatting:\"formatting\",linkInline:\"link\",linkEmail:\"link\",linkText:\"link\",linkHref:\"string\",em:\"em\",strong:\"strong\",strikethrough:\"strikethrough\",emoji:\"builtin\"};for(var t in C)C.hasOwnProperty(t)&&x.tokenTypeOverrides[t]&&(C[t]=x.tokenTypeOverrides[t]);var f=/^([*\\-_])(?:\\s*\\1){2,}\\s*$/,k=/^(?:[*\\-+]|^[0-9]+([.)]))\\s+/,S=/^\\[(x| )\\](?=\\s)/i,F=x.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,D=/^ {0,3}(?:\\={1,}|-{2,})\\s*$/,i=/^[^#!\\[\\]*_\\\\<>` \"'(~:]+/,p=/^(~~~+|```+)[ \\t]*([\\w\\/+#-]*)[^\\n`]*$/,E=/^\\s*\\[[^\\]]+?\\]:.*$/,v=/[!\"#$%&'()*+,\\-.\\/:;<=>?@\\[\\\\\\]^_`{|}~\\xA1\\xA7\\xAB\\xB6\\xB7\\xBB\\xBF\\u037E\\u0387\\u055A-\\u055F\\u0589\\u058A\\u05BE\\u05C0\\u05C3\\u05C6\\u05F3\\u05F4\\u0609\\u060A\\u060C\\u060D\\u061B\\u061E\\u061F\\u066A-\\u066D\\u06D4\\u0700-\\u070D\\u07F7-\\u07F9\\u0830-\\u083E\\u085E\\u0964\\u0965\\u0970\\u0AF0\\u0DF4\\u0E4F\\u0E5A\\u0E5B\\u0F04-\\u0F12\\u0F14\\u0F3A-\\u0F3D\\u0F85\\u0FD0-\\u0FD4\\u0FD9\\u0FDA\\u104A-\\u104F\\u10FB\\u1360-\\u1368\\u1400\\u166D\\u166E\\u169B\\u169C\\u16EB-\\u16ED\\u1735\\u1736\\u17D4-\\u17D6\\u17D8-\\u17DA\\u1800-\\u180A\\u1944\\u1945\\u1A1E\\u1A1F\\u1AA0-\\u1AA6\\u1AA8-\\u1AAD\\u1B5A-\\u1B60\\u1BFC-\\u1BFF\\u1C3B-\\u1C3F\\u1C7E\\u1C7F\\u1CC0-\\u1CC7\\u1CD3\\u2010-\\u2027\\u2030-\\u2043\\u2045-\\u2051\\u2053-\\u205E\\u207D\\u207E\\u208D\\u208E\\u2308-\\u230B\\u2329\\u232A\\u2768-\\u2775\\u27C5\\u27C6\\u27E6-\\u27EF\\u2983-\\u2998\\u29D8-\\u29DB\\u29FC\\u29FD\\u2CF9-\\u2CFC\\u2CFE\\u2CFF\\u2D70\\u2E00-\\u2E2E\\u2E30-\\u2E42\\u3001-\\u3003\\u3008-\\u3011\\u3014-\\u301F\\u3030\\u303D\\u30A0\\u30FB\\uA4FE\\uA4FF\\uA60D-\\uA60F\\uA673\\uA67E\\uA6F2-\\uA6F7\\uA874-\\uA877\\uA8CE\\uA8CF\\uA8F8-\\uA8FA\\uA8FC\\uA92E\\uA92F\\uA95F\\uA9C1-\\uA9CD\\uA9DE\\uA9DF\\uAA5C-\\uAA5F\\uAADE\\uAADF\\uAAF0\\uAAF1\\uABEB\\uFD3E\\uFD3F\\uFE10-\\uFE19\\uFE30-\\uFE52\\uFE54-\\uFE61\\uFE63\\uFE68\\uFE6A\\uFE6B\\uFF01-\\uFF03\\uFF05-\\uFF0A\\uFF0C-\\uFF0F\\uFF1A\\uFF1B\\uFF1F\\uFF20\\uFF3B-\\uFF3D\\uFF3F\\uFF5B\\uFF5D\\uFF5F-\\uFF65]|\\uD800[\\uDD00-\\uDD02\\uDF9F\\uDFD0]|\\uD801\\uDD6F|\\uD802[\\uDC57\\uDD1F\\uDD3F\\uDE50-\\uDE58\\uDE7F\\uDEF0-\\uDEF6\\uDF39-\\uDF3F\\uDF99-\\uDF9C]|\\uD804[\\uDC47-\\uDC4D\\uDCBB\\uDCBC\\uDCBE-\\uDCC1\\uDD40-\\uDD43\\uDD74\\uDD75\\uDDC5-\\uDDC9\\uDDCD\\uDDDB\\uDDDD-\\uDDDF\\uDE38-\\uDE3D\\uDEA9]|\\uD805[\\uDCC6\\uDDC1-\\uDDD7\\uDE41-\\uDE43\\uDF3C-\\uDF3E]|\\uD809[\\uDC70-\\uDC74]|\\uD81A[\\uDE6E\\uDE6F\\uDEF5\\uDF37-\\uDF3B\\uDF44]|\\uD82F\\uDC9F|\\uD836[\\uDE87-\\uDE8B]/;function B(t,e,i){return(e.f=e.inline=i)(t,e)}function L(t,e,i){return(e.f=e.block=i)(t,e)}function n(t){var e,i;return t.linkTitle=!1,t.linkHref=!1,t.linkText=!1,t.em=!1,t.strong=!1,t.strikethrough=!1,t.quote=0,t.indentedCode=!1,t.f==T&&((i=u)||(i=\"xml\"==(e=j.innerMode(A,t.htmlState)).mode.name&&null===e.state.tagStart&&!e.state.context&&e.state.tokenize.isInText),i&&(t.f=b,t.block=a,t.htmlState=null)),t.trailingSpace=0,t.trailingSpaceNewLine=!1,t.prevLine=t.thisLine,t.thisLine={stream:null},null}function a(t,e){var i,n=t.column()===e.indentation,u=!(i=e.prevLine.stream)||!/\\S/.test(i.string),r=e.indentedCode,a=e.prevLine.hr,o=!1!==e.list,l=(e.listStack[e.listStack.length-1]||0)+3;e.indentedCode=!1;var h=e.indentation;if(null===e.indentationDiff&&(e.indentationDiff=e.indentation,o)){for(e.list=null;h<e.listStack[e.listStack.length-1];)e.listStack.pop(),e.listStack.length?e.indentation=e.listStack[e.listStack.length-1]:e.list=!1;!1!==e.list&&(e.indentationDiff=h-e.listStack[e.listStack.length-1])}var s=!(u||a||e.prevLine.header||o&&r||e.prevLine.fencedCodeEnd),g=(!1===e.list||a||u)&&e.indentation<=l&&t.match(f),m=null;if(4<=e.indentationDiff&&(r||e.prevLine.fencedCodeEnd||e.prevLine.header||u))return t.skipToEnd(),e.indentedCode=!0,C.code;if(t.eatSpace())return null;if(n&&e.indentation<=l&&(m=t.match(F))&&m[1].length<=6)return e.quote=0,e.header=m[1].length,e.thisLine.header=!0,x.highlightFormatting&&(e.formatting=\"header\"),e.f=e.inline,q(e);if(e.indentation<=l&&t.eat(\">\"))return e.quote=n?1:e.quote+1,x.highlightFormatting&&(e.formatting=\"quote\"),t.eatSpace(),q(e);if(!g&&!e.setext&&n&&e.indentation<=l&&(m=t.match(k))){var d=m[1]?\"ol\":\"ul\";return e.indentation=h+t.current().length,e.list=!0,e.quote=0,e.listStack.push(e.indentation),e.em=!1,e.strong=!1,e.code=!1,e.strikethrough=!1,x.taskLists&&t.match(S,!1)&&(e.taskList=!0),e.f=e.inline,x.highlightFormatting&&(e.formatting=[\"list\",\"list-\"+d]),q(e)}return n&&e.indentation<=l&&(m=t.match(p,!0))?(e.quote=0,e.fencedEndRE=new RegExp(m[1]+\"+ *$\"),e.localMode=x.fencedCodeBlockHighlighting&&function(t){var e;!j.findModeByName||(e=j.findModeByName(t))&&(t=e.mime||e.mimes[0]);var i=j.getMode(c,t);return\"null\"==i.name?null:i}(m[2]||x.fencedCodeBlockDefaultMode),e.localMode&&(e.localState=j.startState(e.localMode)),e.f=e.block=M,x.highlightFormatting&&(e.formatting=\"code-block\"),e.code=-1,q(e)):e.setext||!(s&&o||e.quote||!1!==e.list||e.code||g||E.test(t.string))&&(m=t.lookAhead(1))&&(m=m.match(D))?(e.setext?(e.header=e.setext,e.setext=0,t.skipToEnd(),x.highlightFormatting&&(e.formatting=\"header\")):(e.header=\"=\"==m[0].charAt(0)?1:2,e.setext=e.header),e.thisLine.header=!0,e.f=e.inline,q(e)):g?(t.skipToEnd(),e.hr=!0,e.thisLine.hr=!0,C.hr):\"[\"===t.peek()?B(t,e,H):B(t,e,e.inline)}function T(t,e){var i,n=A.token(t,e.htmlState);return u||(\"xml\"==(i=j.innerMode(A,e.htmlState)).mode.name&&null===i.state.tagStart&&!i.state.context&&i.state.tokenize.isInText||e.md_inside&&-1<t.current().indexOf(\">\"))&&(e.f=b,e.block=a,e.htmlState=null),n}function M(t,e){var i,n=e.listStack[e.listStack.length-1]||0,u=e.indentation<n,r=n+3;return e.fencedEndRE&&e.indentation<=r&&(u||t.match(e.fencedEndRE))?(x.highlightFormatting&&(e.formatting=\"code-block\"),u||(i=q(e)),e.localMode=e.localState=null,e.block=a,e.f=b,e.fencedEndRE=null,e.code=0,e.thisLine.fencedCodeEnd=!0,u?L(t,e,e.block):i):e.localMode?e.localMode.token(t,e.localState):(t.skipToEnd(),C.code)}function q(t){var e,i=[];if(t.formatting){i.push(C.formatting),\"string\"==typeof t.formatting&&(t.formatting=[t.formatting]);for(var n=0;n<t.formatting.length;n++)i.push(C.formatting+\"-\"+t.formatting[n]),\"header\"===t.formatting[n]&&i.push(C.formatting+\"-\"+t.formatting[n]+\"-\"+t.header),\"quote\"===t.formatting[n]&&(!x.maxBlockquoteDepth||x.maxBlockquoteDepth>=t.quote?i.push(C.formatting+\"-\"+t.formatting[n]+\"-\"+t.quote):i.push(\"error\"))}return t.taskOpen?i.push(\"meta\"):t.taskClosed?i.push(\"property\"):(t.linkHref?i.push(C.linkHref,\"url\"):(t.strong&&i.push(C.strong),t.em&&i.push(C.em),t.strikethrough&&i.push(C.strikethrough),t.emoji&&i.push(C.emoji),t.linkText&&i.push(C.linkText),t.code&&i.push(C.code),t.image&&i.push(C.image),t.imageAltText&&i.push(C.imageAltText,\"link\"),t.imageMarker&&i.push(C.imageMarker)),t.header&&i.push(C.header,C.header+\"-\"+t.header),t.quote&&(i.push(C.quote),!x.maxBlockquoteDepth||x.maxBlockquoteDepth>=t.quote?i.push(C.quote+\"-\"+t.quote):i.push(C.quote+\"-\"+x.maxBlockquoteDepth)),!1!==t.list&&((e=(t.listStack.length-1)%3)?1==e?i.push(C.list2):i.push(C.list3):i.push(C.list1)),t.trailingSpaceNewLine?i.push(\"trailing-space-new-line\"):t.trailingSpace&&i.push(\"trailing-space-\"+(t.trailingSpace%2?\"a\":\"b\"))),i.length?i.join(\" \"):null}function e(t,e){if(t.match(i,!0))return q(e)}function b(t,e){var i=e.text(t,e);if(void 0!==i)return i;if(e.list)return e.list=null,q(e);if(e.taskList)return\" \"===t.match(S,!0)[1]?e.taskOpen=!0:e.taskClosed=!0,x.highlightFormatting&&(e.formatting=\"task\"),e.taskList=!1,q(e);if(e.taskOpen=!1,e.taskClosed=!1,e.header&&t.match(/^#+$/,!0))return x.highlightFormatting&&(e.formatting=\"header\"),q(e);var n=t.next();if(e.linkTitle){e.linkTitle=!1;var u=\"(\"===n?\")\":n,r=\"^\\\\s*(?:[^\"+(u=(u+\"\").replace(/([.?*+^\\[\\]\\\\(){}|-])/g,\"\\\\$1\"))+\"\\\\\\\\]+|\\\\\\\\\\\\\\\\|\\\\\\\\.)\"+u;if(t.match(new RegExp(r),!0))return C.linkHref}if(\"`\"===n){var a=e.formatting;x.highlightFormatting&&(e.formatting=\"code\"),t.eatWhile(\"`\");var o=t.current().length;if(0!=e.code||e.quote&&1!=o){if(o!=e.code)return e.formatting=a,q(e);var l=q(e);return e.code=0,l}return e.code=o,q(e)}if(e.code)return q(e);if(\"\\\\\"===n&&(t.next(),x.highlightFormatting)){var h=q(e),s=C.formatting+\"-escape\";return h?h+\" \"+s:s}if(\"!\"===n&&t.match(/\\[[^\\]]*\\] ?(?:\\(|\\[)/,!1))return e.imageMarker=!0,e.image=!0,x.highlightFormatting&&(e.formatting=\"image\"),q(e);if(\"[\"===n&&e.imageMarker&&t.match(/[^\\]]*\\](\\(.*?\\)| ?\\[.*?\\])/,!1))return e.imageMarker=!1,e.imageAltText=!0,x.highlightFormatting&&(e.formatting=\"image\"),q(e);if(\"]\"===n&&e.imageAltText){x.highlightFormatting&&(e.formatting=\"image\");var h=q(e);return e.imageAltText=!1,e.image=!1,e.inline=e.f=y,h}if(\"[\"===n&&!e.image)return e.linkText&&t.match(/^.*?\\]/)||(e.linkText=!0,x.highlightFormatting&&(e.formatting=\"link\")),q(e);if(\"]\"===n&&e.linkText){x.highlightFormatting&&(e.formatting=\"link\");var h=q(e);return e.linkText=!1,e.inline=e.f=t.match(/\\(.*?\\)| ?\\[.*?\\]/,!1)?y:b,h}if(\"<\"===n&&t.match(/^(https?|ftps?):\\/\\/(?:[^\\\\>]|\\\\.)+>/,!1))return e.f=e.inline=w,x.highlightFormatting&&(e.formatting=\"link\"),(h=q(e))?h+=\" \":h=\"\",h+C.linkInline;if(\"<\"===n&&t.match(/^[^> \\\\]+@(?:[^\\\\>]|\\\\.)+>/,!1))return e.f=e.inline=w,x.highlightFormatting&&(e.formatting=\"link\"),(h=q(e))?h+=\" \":h=\"\",h+C.linkEmail;if(x.xml&&\"<\"===n&&t.match(/^(!--|\\?|!\\[CDATA\\[|[a-z][a-z0-9-]*(?:\\s+[a-z_:.\\-]+(?:\\s*=\\s*[^>]+)?)*\\s*(?:>|$))/i,!1)){var g,m=t.string.indexOf(\">\",t.pos);return-1!=m&&(g=t.string.substring(t.start,m),/markdown\\s*=\\s*('|\"){0,1}1('|\"){0,1}/.test(g)&&(e.md_inside=!0)),t.backUp(1),e.htmlState=j.startState(A),L(t,e,T)}if(x.xml&&\"<\"===n&&t.match(/^\\/\\w*?>/))return e.md_inside=!1,\"tag\";if(\"*\"===n||\"_\"===n){for(var d=1,c=1==t.pos?\" \":t.string.charAt(t.pos-2);d<3&&t.eat(n);)d++;var f=t.peek()||\" \",k=!/\\s/.test(f)&&(!v.test(f)||/\\s/.test(c)||v.test(c)),F=!/\\s/.test(c)&&(!v.test(c)||/\\s/.test(f)||v.test(f)),D=null,p=null;if(d%2&&(e.em||!k||\"*\"!==n&&F&&!v.test(c)?e.em!=n||!F||\"*\"!==n&&k&&!v.test(f)||(D=!1):D=!0),1<d&&(e.strong||!k||\"*\"!==n&&F&&!v.test(c)?e.strong!=n||!F||\"*\"!==n&&k&&!v.test(f)||(p=!1):p=!0),null!=p||null!=D){x.highlightFormatting&&(e.formatting=null==D?\"strong\":null==p?\"em\":\"strong em\"),!0===D&&(e.em=n),!0===p&&(e.strong=n);l=q(e);return!1===D&&(e.em=!1),!1===p&&(e.strong=!1),l}}else if(\" \"===n&&(t.eat(\"*\")||t.eat(\"_\"))){if(\" \"===t.peek())return q(e);t.backUp(1)}if(x.strikethrough)if(\"~\"===n&&t.eatWhile(n)){if(e.strikethrough){x.highlightFormatting&&(e.formatting=\"strikethrough\");l=q(e);return e.strikethrough=!1,l}if(t.match(/^[^\\s]/,!1))return e.strikethrough=!0,x.highlightFormatting&&(e.formatting=\"strikethrough\"),q(e)}else if(\" \"===n&&t.match(/^~~/,!0)){if(\" \"===t.peek())return q(e);t.backUp(2)}if(x.emoji&&\":\"===n&&t.match(/^(?:[a-z_\\d+][a-z_\\d+-]*|\\-[a-z_\\d+][a-z_\\d+-]*):/)){e.emoji=!0,x.highlightFormatting&&(e.formatting=\"emoji\");var E=q(e);return e.emoji=!1,E}return\" \"===n&&(t.match(/^ +$/,!1)?e.trailingSpace++:e.trailingSpace&&(e.trailingSpaceNewLine=!0)),q(e)}function w(t,e){if(\">\"!==t.next())return t.match(/^[^>]+/,!0),C.linkInline;e.f=e.inline=b,x.highlightFormatting&&(e.formatting=\"link\");var i=q(e);return i?i+=\" \":i=\"\",i+C.linkInline}function y(t,e){if(t.eatSpace())return null;var n,i=t.next();return\"(\"===i||\"[\"===i?(e.f=e.inline=(n=\"(\"===i?\")\":\"]\",function(t,e){if(t.next()!==n)return t.match(r[n]),e.linkHref=!0,q(e);e.f=e.inline=b,x.highlightFormatting&&(e.formatting=\"link-string\");var i=q(e);return e.linkHref=!1,i}),x.highlightFormatting&&(e.formatting=\"link-string\"),e.linkHref=!0,q(e)):\"error\"}var r={\")\":/^(?:[^\\\\\\(\\)]|\\\\.|\\((?:[^\\\\\\(\\)]|\\\\.)*\\))*?(?=\\))/,\"]\":/^(?:[^\\\\\\[\\]]|\\\\.|\\[(?:[^\\\\\\[\\]]|\\\\.)*\\])*?(?=\\])/};function H(t,e){return t.match(/^([^\\]\\\\]|\\\\.)*\\]:/,!1)?(e.f=o,t.next(),x.highlightFormatting&&(e.formatting=\"link\"),e.linkText=!0,q(e)):B(t,e,b)}function o(t,e){if(t.match(/^\\]:/,!0)){e.f=e.inline=l,x.highlightFormatting&&(e.formatting=\"link\");var i=q(e);return e.linkText=!1,i}return t.match(/^([^\\]\\\\]|\\\\.)+/,!0),C.linkText}function l(t,e){return t.eatSpace()?null:(t.match(/^[^\\s]+/,!0),void 0===t.peek()?e.linkTitle=!0:t.match(/^(?:\\s+(?:\"(?:[^\"\\\\]|\\\\\\\\|\\\\.)+\"|'(?:[^'\\\\]|\\\\\\\\|\\\\.)+'|\\((?:[^)\\\\]|\\\\\\\\|\\\\.)+\\)))?/,!0),e.f=e.inline=b,C.linkHref+\" url\")}var h={startState:function(){return{f:a,prevLine:{stream:null},thisLine:{stream:null},block:a,htmlState:null,indentation:0,inline:b,text:e,formatting:!1,linkText:!1,linkHref:!1,linkTitle:!1,code:0,em:!1,strong:!1,header:0,setext:0,hr:!1,taskList:!1,list:!1,listStack:[],quote:0,trailingSpace:0,trailingSpaceNewLine:!1,strikethrough:!1,emoji:!1,fencedEndRE:null}},copyState:function(t){return{f:t.f,prevLine:t.prevLine,thisLine:t.thisLine,block:t.block,htmlState:t.htmlState&&j.copyState(A,t.htmlState),indentation:t.indentation,localMode:t.localMode,localState:t.localMode?j.copyState(t.localMode,t.localState):null,inline:t.inline,text:t.text,formatting:!1,linkText:t.linkText,linkTitle:t.linkTitle,linkHref:t.linkHref,code:t.code,em:t.em,strong:t.strong,strikethrough:t.strikethrough,emoji:t.emoji,header:t.header,setext:t.setext,hr:t.hr,taskList:t.taskList,list:t.list,listStack:t.listStack.slice(0),quote:t.quote,indentedCode:t.indentedCode,trailingSpace:t.trailingSpace,trailingSpaceNewLine:t.trailingSpaceNewLine,md_inside:t.md_inside,fencedEndRE:t.fencedEndRE}},token:function(t,e){if(e.formatting=!1,t!=e.thisLine.stream){if(e.header=0,e.hr=!1,t.match(/^\\s*$/,!0))return n(e),null;if(e.prevLine=e.thisLine,e.thisLine={stream:t},e.taskList=!1,e.trailingSpace=0,e.trailingSpaceNewLine=!1,!e.localState&&(e.f=e.block,e.f!=T)){var i=t.match(/^\\s*/,!0)[0].replace(/\\t/g,\"    \").length;if(e.indentation=i,e.indentationDiff=null,0<i)return null}}return e.f(t,e)},innerMode:function(t){return t.block==T?{state:t.htmlState,mode:A}:t.localState?{state:t.localState,mode:t.localMode}:{state:t,mode:h}},indent:function(t,e,i){return t.block==T&&A.indent?A.indent(t.htmlState,e,i):t.localState&&t.localMode.indent?t.localMode.indent(t.localState,e,i):j.Pass},blankLine:n,getType:q,blockCommentStart:\"\\x3c!--\",blockCommentEnd:\"--\\x3e\",closeBrackets:\"()[]{}''\\\"\\\"``\",fold:\"markdown\"};return h},\"xml\"),j.defineMIME(\"text/markdown\",\"markdown\"),j.defineMIME(\"text/x-markdown\",\"markdown\")});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/mode/markdown/markdown.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror-mode-markdown/readme": {
            "title": "$:/plugins/tiddlywiki/codemirror-mode-markdown/readme",
            "text": "This plugin adds Syntax Highlighting for Markdown tiddlers (text/x-markdown) to the [[CodeMirror|http://codemirror.net]] text editor. It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tiddlywiki/codemirror/mode/xml/xml.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(t){\"object\"==typeof exports&&\"object\"==typeof module?t(require(\"../../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\"],t):t(CodeMirror)}(function(N){\"use strict\";var y={autoSelfClosers:{area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0,menuitem:!0},implicitlyClosed:{dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},contextGrabbers:{dd:{dd:!0,dt:!0},dt:{dd:!0,dt:!0},li:{li:!0},option:{option:!0,optgroup:!0},optgroup:{optgroup:!0},p:{address:!0,article:!0,aside:!0,blockquote:!0,dir:!0,div:!0,dl:!0,fieldset:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,menu:!0,nav:!0,ol:!0,p:!0,pre:!0,section:!0,table:!0,ul:!0},rp:{rp:!0,rt:!0},rt:{rp:!0,rt:!0},tbody:{tbody:!0,tfoot:!0},td:{td:!0,th:!0},tfoot:{tbody:!0},th:{td:!0,th:!0},thead:{tbody:!0,tfoot:!0},tr:{tr:!0}},doNotIndent:{pre:!0},allowUnquoted:!0,allowMissing:!0,caseFold:!0},z={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};N.defineMode(\"xml\",function(t,e){var i,a,l=t.indentUnit,u={},n=e.htmlMode?y:z;for(var r in n)u[r]=n[r];for(var r in e)u[r]=e[r];function c(e,n){function t(t){return(n.tokenize=t)(e,n)}var r=e.next();if(\"<\"==r)return e.eat(\"!\")?e.eat(\"[\")?e.match(\"CDATA[\")?t(s(\"atom\",\"]]>\")):null:e.match(\"--\")?t(s(\"comment\",\"--\\x3e\")):e.match(\"DOCTYPE\",!0,!0)?(e.eatWhile(/[\\w\\._\\-]/),t(function r(o){return function(t,e){for(var n;null!=(n=t.next());){if(\"<\"==n)return e.tokenize=r(o+1),e.tokenize(t,e);if(\">\"==n){if(1!=o)return e.tokenize=r(o-1),e.tokenize(t,e);e.tokenize=c;break}}return\"meta\"}}(1))):null:e.eat(\"?\")?(e.eatWhile(/[\\w\\._\\-]/),n.tokenize=s(\"meta\",\"?>\"),\"meta\"):(i=e.eat(\"/\")?\"closeTag\":\"openTag\",n.tokenize=d,\"tag bracket\");if(\"&\"!=r)return e.eatWhile(/[^&<]/),null;var o=e.eat(\"#\")?e.eat(\"x\")?e.eatWhile(/[a-fA-F\\d]/)&&e.eat(\";\"):e.eatWhile(/[\\d]/)&&e.eat(\";\"):e.eatWhile(/[\\w\\.\\-:]/)&&e.eat(\";\");return o?\"atom\":\"error\"}function d(t,e){var n=t.next();if(\">\"==n||\"/\"==n&&t.eat(\">\"))return e.tokenize=c,i=\">\"==n?\"endTag\":\"selfcloseTag\",\"tag bracket\";if(\"=\"==n)return i=\"equals\",null;if(\"<\"!=n)return/[\\'\\\"]/.test(n)?(e.tokenize=(r=n,a.isInAttribute=!0,a),e.stringStartCol=t.column(),e.tokenize(t,e)):(t.match(/^[^\\s\\u00a0=<>\\\"\\']*[^\\s\\u00a0=<>\\\"\\'\\/]/),\"word\");e.tokenize=c,e.state=g,e.tagName=e.tagStart=null;var r,o=e.tokenize(t,e);return o?o+\" tag error\":\"tag error\";function a(t,e){for(;!t.eol();)if(t.next()==r){e.tokenize=d;break}return\"string\"}}function s(n,r){return function(t,e){for(;!t.eol();){if(t.match(r)){e.tokenize=c;break}t.next()}return n}}function f(t,e,n){this.prev=t.context,this.tagName=e||\"\",this.indent=t.indented,this.startOfLine=n,(u.doNotIndent.hasOwnProperty(e)||t.context&&t.context.noIndent)&&(this.noIndent=!0)}function o(t){t.context&&(t.context=t.context.prev)}function m(t,e){for(var n;;){if(!t.context)return;if(n=t.context.tagName,!u.contextGrabbers.hasOwnProperty(n)||!u.contextGrabbers[n].hasOwnProperty(e))return;o(t)}}function g(t,e,n){return\"openTag\"==t?(n.tagStart=e.column(),p):\"closeTag\"==t?h:g}function p(t,e,n){return\"word\"==t?(n.tagName=e.current(),a=\"tag\",k):u.allowMissingTagName&&\"endTag\"==t?(a=\"tag bracket\",k(t,0,n)):(a=\"error\",p)}function h(t,e,n){if(\"word\"!=t)return u.allowMissingTagName&&\"endTag\"==t?(a=\"tag bracket\",x(t,0,n)):(a=\"error\",b);var r=e.current();return n.context&&n.context.tagName!=r&&u.implicitlyClosed.hasOwnProperty(n.context.tagName)&&o(n),n.context&&n.context.tagName==r||!1===u.matchClosing?(a=\"tag\",x):(a=\"tag error\",b)}function x(t,e,n){return\"endTag\"!=t?(a=\"error\",x):(o(n),g)}function b(t,e,n){return a=\"error\",x(t,0,n)}function k(t,e,n){if(\"word\"==t)return a=\"attribute\",v;if(\"endTag\"!=t&&\"selfcloseTag\"!=t)return a=\"error\",k;var r=n.tagName,o=n.tagStart;return n.tagName=n.tagStart=null,\"selfcloseTag\"==t||u.autoSelfClosers.hasOwnProperty(r)?m(n,r):(m(n,r),n.context=new f(n,r,o==n.indented)),g}function v(t,e,n){return\"equals\"==t?w:(u.allowMissing||(a=\"error\"),k(t,0,n))}function w(t,e,n){return\"string\"==t?T:\"word\"==t&&u.allowUnquoted?(a=\"string\",k):(a=\"error\",k(t,0,n))}function T(t,e,n){return\"string\"==t?T:k(t,0,n)}return c.isInText=!0,{startState:function(t){var e={tokenize:c,state:g,indented:t||0,tagName:null,tagStart:null,context:null};return null!=t&&(e.baseIndent=t),e},token:function(t,e){if(!e.tagName&&t.sol()&&(e.indented=t.indentation()),t.eatSpace())return null;i=null;var n=e.tokenize(t,e);return(n||i)&&\"comment\"!=n&&(a=null,e.state=e.state(i||n,t,e),a&&(n=\"error\"==a?n+\" error\":a)),n},indent:function(t,e,n){var r=t.context;if(t.tokenize.isInAttribute)return t.tagStart==t.indented?t.stringStartCol+1:t.indented+l;if(r&&r.noIndent)return N.Pass;if(t.tokenize!=d&&t.tokenize!=c)return n?n.match(/^(\\s*)/)[0].length:0;if(t.tagName)return!1!==u.multilineTagIndentPastTag?t.tagStart+t.tagName.length+2:t.tagStart+l*(u.multilineTagIndentFactor||1);if(u.alignCDATA&&/<!\\[CDATA\\[/.test(e))return 0;var o=e&&/^<(\\/)?([\\w_:\\.-]*)/.exec(e);if(o&&o[1])for(;r;){if(r.tagName==o[2]){r=r.prev;break}if(!u.implicitlyClosed.hasOwnProperty(r.tagName))break;r=r.prev}else if(o)for(;r;){var a=u.contextGrabbers[r.tagName];if(!a||!a.hasOwnProperty(o[2]))break;r=r.prev}for(;r&&r.prev&&!r.startOfLine;)r=r.prev;return r?r.indent+l:t.baseIndent||0},electricInput:/<\\/[\\s\\w:]+>$/,blockCommentStart:\"\\x3c!--\",blockCommentEnd:\"--\\x3e\",configuration:u.htmlMode?\"html\":\"xml\",helperType:u.htmlMode?\"html\":\"xml\",skipAttribute:function(t){t.state==w&&(t.state=k)},xmlCurrentTag:function(t){return t.tagName?{name:t.tagName,close:\"closeTag\"==t.type}:null},xmlCurrentContext:function(t){for(var e=[],n=t.context;n;n=n.prev)e.push(n.tagName);return e.reverse()}}}),N.defineMIME(\"text/xml\",\"xml\"),N.defineMIME(\"application/xml\",\"xml\"),N.mimeModes.hasOwnProperty(\"text/html\")||N.defineMIME(\"text/html\",{name:\"xml\",htmlMode:!0})});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/mode/xml/xml.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror-mode-xml/readme": {
            "title": "$:/plugins/tiddlywiki/codemirror-mode-xml/readme",
            "text": "This plugin is a requirement for other Syntax-highlighting plugins and adds Highlighting for XML tiddlers (application/xml) to the [[CodeMirror|http://codemirror.net]] text editor. It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tiddlywiki/codemirror/addon/search/search.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\"),require(\"./searchcursor\"),require(\"../dialog/dialog\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\",\"./searchcursor\",\"../dialog/dialog\"],e):e(CodeMirror)}(function(d){\"use strict\";function o(){this.posFrom=this.posTo=this.lastQuery=this.query=null,this.overlay=null}function m(e){return e.state.search||(e.state.search=new o)}function a(e){return\"string\"==typeof e&&e==e.toLowerCase()}function y(e,o,n){return e.getSearchCursor(o,n,{caseFold:a(o),multiline:!0})}function h(e,o,n,r,t){e.openDialog?e.openDialog(o,t,{value:r,selectValueOnOpen:!0,bottom:e.options.search.bottom}):t(prompt(n,r))}function r(e){return e.replace(/\\\\([nrt\\\\])/g,function(e,o){return\"n\"==o?\"\\n\":\"r\"==o?\"\\r\":\"t\"==o?\"\\t\":\"\\\\\"==o?\"\\\\\":e})}function s(e){var o=e.match(/^\\/(.*)\\/([a-z]*)$/);if(o)try{e=new RegExp(o[1],-1==o[2].indexOf(\"i\")?\"\":\"i\")}catch(e){}else e=r(e);return(\"string\"==typeof e?\"\"==e:e.test(\"\"))&&(e=/x^/),e}function g(e,o,n){var r,t;o.queryText=n,o.query=s(n),e.removeOverlay(o.overlay,a(o.query)),o.overlay=(r=o.query,t=a(o.query),\"string\"==typeof r?r=new RegExp(r.replace(/[\\-\\[\\]\\/\\{\\}\\(\\)\\*\\+\\?\\.\\\\\\^\\$\\|]/g,\"\\\\$&\"),t?\"gi\":\"g\"):r.global||(r=new RegExp(r.source,r.ignoreCase?\"gi\":\"g\")),{token:function(e){r.lastIndex=e.pos;var o=r.exec(e.string);if(o&&o.index==e.pos)return e.pos+=o[0].length||1,\"searching\";o?e.pos=o.index:e.skipToEnd()}}),e.addOverlay(o.overlay),e.showMatchesOnScrollbar&&(o.annotate&&(o.annotate.clear(),o.annotate=null),o.annotate=e.showMatchesOnScrollbar(o.query,a(o.query)))}function n(a,o,e,n){var r=m(a);if(r.query)return x(a,o);var t,s,i,c,l,u,p,f=a.getSelection()||r.lastQuery;f instanceof RegExp&&\"x^\"==f.source&&(f=null),e&&a.openDialog?(t=null,s=function(e,o){d.e_stop(o),e&&(e!=r.queryText&&(g(a,r,e),r.posFrom=r.posTo=a.getCursor()),t&&(t.style.opacity=1),x(a,o.shiftKey,function(e,o){var n;o.line<3&&document.querySelector&&(n=a.display.wrapper.querySelector(\".CodeMirror-dialog\"))&&n.getBoundingClientRect().bottom-4>a.cursorCoords(o,\"window\").top&&((t=n).style.opacity=.4)}))},c=b(i=a),l=f,u=s,p=function(e,o){var n=d.keyName(e),r=a.getOption(\"extraKeys\"),t=r&&r[n]||d.keyMap[a.getOption(\"keyMap\")][n];\"findNext\"==t||\"findPrev\"==t||\"findPersistentNext\"==t||\"findPersistentPrev\"==t?(d.e_stop(e),g(a,m(a),o),a.execCommand(t)):\"find\"!=t&&\"findPersistent\"!=t||(d.e_stop(e),s(o,e))},i.openDialog(c,u,{value:l,selectValueOnOpen:!0,closeOnEnter:!1,onClose:function(){v(i)},onKeyDown:p,bottom:i.options.search.bottom}),n&&f&&(g(a,r,f),x(a,o))):h(a,b(a),\"Search for:\",f,function(e){e&&!r.query&&a.operation(function(){g(a,r,e),r.posFrom=r.posTo=a.getCursor(),x(a,o)})})}function x(n,r,t){n.operation(function(){var e=m(n),o=y(n,e.query,r?e.posFrom:e.posTo);(o.find(r)||(o=y(n,e.query,r?d.Pos(n.lastLine()):d.Pos(n.firstLine(),0))).find(r))&&(n.setSelection(o.from(),o.to()),n.scrollIntoView({from:o.from(),to:o.to()},20),e.posFrom=o.from(),e.posTo=o.to(),t&&t(o.from(),o.to()))})}function v(o){o.operation(function(){var e=m(o);e.lastQuery=e.query,e.query&&(e.query=e.queryText=null,o.removeOverlay(e.overlay),e.annotate&&(e.annotate.clear(),e.annotate=null))})}function b(e){return'<span class=\"CodeMirror-search-label\">'+e.phrase(\"Search:\")+'</span> <input type=\"text\" style=\"width: 10em\" class=\"CodeMirror-search-field\"/> <span style=\"color: #888\" class=\"CodeMirror-search-hint\">'+e.phrase(\"(Use /re/ syntax for regexp search)\")+\"</span>\"}function C(o,r,t){o.operation(function(){for(var n,e=y(o,r);e.findNext();){\"string\"!=typeof r?(n=o.getRange(e.from(),e.to()).match(r),e.replace(t.replace(/\\$(\\d)/g,function(e,o){return n[o]}))):e.replace(t)}})}function t(f,e){var o,n;f.getOption(\"readOnly\")||(o=f.getSelection()||m(f).lastQuery,n='<span class=\"CodeMirror-search-label\">'+(e?f.phrase(\"Replace all:\"):f.phrase(\"Replace:\"))+\"</span>\",h(f,n+(' <input type=\"text\" style=\"width: 10em\" class=\"CodeMirror-search-field\"/> <span style=\"color: #888\" class=\"CodeMirror-search-hint\">'+f.phrase(\"(Use /re/ syntax for regexp search)\")+\"</span>\"),n,o,function(p){p&&(p=s(p),h(f,'<span class=\"CodeMirror-search-label\">'+f.phrase(\"With:\")+'</span> <input type=\"text\" style=\"width: 10em\" class=\"CodeMirror-search-field\"/>',f.phrase(\"Replace with:\"),\"\",function(i){var c,l,u;i=r(i),e?C(f,p,i):(v(f),c=y(f,p,f.getCursor(\"from\")),l=function(){var e,o,n,r,t,a,s=c.from();!(e=c.findNext())&&(c=y(f,p),!(e=c.findNext())||s&&c.from().line==s.line&&c.from().ch==s.ch)||(f.setSelection(c.from(),c.to()),f.scrollIntoView({from:c.from(),to:c.to()}),n='<span class=\"CodeMirror-search-label\">'+(a=o=f).phrase(\"Replace?\")+\"</span> <button>\"+a.phrase(\"Yes\")+\"</button> <button>\"+a.phrase(\"No\")+\"</button> <button>\"+a.phrase(\"All\")+\"</button> <button>\"+a.phrase(\"Stop\")+\"</button> \",r=f.phrase(\"Replace?\"),t=[function(){u(e)},l,function(){C(f,p,i)}],o.openConfirm?o.openConfirm(n,t):confirm(r)&&t[0]())},u=function(n){c.replace(\"string\"==typeof p?i:i.replace(/\\$(\\d)/g,function(e,o){return n[o]})),l()},l())}))}))}d.defineOption(\"search\",{bottom:!1}),d.commands.find=function(e){v(e),n(e)},d.commands.findPersistent=function(e){v(e),n(e,!1,!0)},d.commands.findPersistentNext=function(e){n(e,!1,!0,!0)},d.commands.findPersistentPrev=function(e){n(e,!0,!0,!0)},d.commands.findNext=n,d.commands.findPrev=function(e){n(e,!0)},d.commands.clearSearch=v,d.commands.replace=t,d.commands.replaceAll=function(e){t(e,!0)}});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/search/search.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/search/jump-to-line.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(e){\"object\"==typeof exports&&\"object\"==typeof module?e(require(\"../../lib/codemirror\"),require(\"../dialog/dialog\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\",\"../dialog/dialog\"],e):e(CodeMirror)}(function(e){\"use strict\";function u(e,o){var r=Number(o);return/^[-+]/.test(o)?e.getCursor().line+r:r-1}e.defineOption(\"search\",{bottom:!1}),e.commands.jumpToLine=function(t){var e,o,r,s,i,n,l=t.getCursor();o=(n=e=t).phrase(\"Jump to line:\")+' <input type=\"text\" style=\"width: 10em\" class=\"CodeMirror-search-field\"/> <span style=\"color: #888\" class=\"CodeMirror-search-hint\">'+n.phrase(\"(Use line:column or scroll% syntax)\")+\"</span>\",r=t.phrase(\"Jump to line:\"),s=l.line+1+\":\"+l.ch,i=function(e){var o,r;e&&((o=/^\\s*([\\+\\-]?\\d+)\\s*\\:\\s*(\\d+)\\s*$/.exec(e))?t.setCursor(u(t,o[1]),Number(o[2])):(o=/^\\s*([\\+\\-]?\\d+(\\.\\d+)?)\\%\\s*/.exec(e))?(r=Math.round(t.lineCount()*Number(o[1])/100),/^[-+]/.test(o[1])&&(r=l.line+r+1),t.setCursor(r-1,l.ch)):(o=/^\\s*\\:?\\s*([\\+\\-]?\\d+)\\s*/.exec(e))&&t.setCursor(u(t,o[1]),l.ch))},e.openDialog?e.openDialog(o,i,{value:s,selectValueOnOpen:!0,bottom:e.options.search.bottom}):i(prompt(r,s))},e.keyMap.default[\"Alt-G\"]=\"jumpToLine\"});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/search/jump-to-line.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror/addon/search/searchcursor.js": {
            "text": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n!function(t){\"object\"==typeof exports&&\"object\"==typeof module?t(require(\"../../lib/codemirror\")):\"function\"==typeof define&&define.amd?define([\"../../lib/codemirror\"],t):t(CodeMirror)}(function(i){\"use strict\";var p,x,L=i.Pos;function d(t,e){for(var n,r,i=null!=(r=(n=t).flags)?r:(n.ignoreCase?\"i\":\"\")+(n.global?\"g\":\"\")+(n.multiline?\"m\":\"\"),o=i,l=0;l<e.length;l++)-1==o.indexOf(e.charAt(l))&&(o+=e.charAt(l));return i==o?t:new RegExp(t.source,o)}function v(t){return/\\\\s|\\\\n|\\n|\\\\W|\\\\D|\\[\\^/.test(t.source)}function m(t,e,n){e=d(e,\"g\");for(var r=n.line,i=n.ch,o=t.lastLine();r<=o;r++,i=0){e.lastIndex=i;var l=t.getLine(r),h=e.exec(l);if(h)return{from:L(r,h.index),to:L(r,h.index+h[0].length),match:h}}}function C(t,e,n){for(var r,i=0;i<=t.length;){e.lastIndex=i;var o=e.exec(t);if(!o)break;var l=o.index+o[0].length;if(l>t.length-n)break;(!r||l>r.index+r[0].length)&&(r=o),i=o.index+1}return r}function O(t,e,n){e=d(e,\"g\");for(var r=n.line,i=n.ch,o=t.firstLine();o<=r;r--,i=-1){var l=t.getLine(r),h=C(l,e,i<0?0:l.length-i);if(h)return{from:L(r,h.index),to:L(r,h.index+h[0].length),match:h}}}function b(t,e,n,r){if(t.length==e.length)return n;for(var i=0,o=n+Math.max(0,t.length-e.length);;){if(i==o)return i;var l=i+o>>1,h=r(t.slice(0,l)).length;if(h==n)return l;n<h?o=l:i=1+l}}function r(n,r,t,e){var i;this.atOccurrence=!1,this.doc=n,t=t?n.clipPos(t):L(0,0),this.pos={from:t,to:t},\"object\"==typeof e?i=e.caseFold:(i=e,e=null),\"string\"==typeof r?(null==i&&(i=!1),this.matches=function(t,e){return(t?function(t,e,n,r){if(!e.length)return null;var i=r?p:x,o=i(e).split(/\\r|\\n\\r?/);t:for(var l=n.line,h=n.ch,s=t.firstLine()-1+o.length;s<=l;l--,h=-1){var c=t.getLine(l);-1<h&&(c=c.slice(0,h));var f=i(c);if(1==o.length){var u=f.lastIndexOf(o[0]);if(-1==u)continue t;return{from:L(l,b(c,f,u,i)),to:L(l,b(c,f,u+o[0].length,i))}}var g=o[o.length-1];if(f.slice(0,g.length)==g){for(var a=1,n=l-o.length+1;a<o.length-1;a++)if(i(t.getLine(n+a))!=o[a])continue t;var m=t.getLine(l+1-o.length),d=i(m);if(d.slice(d.length-o[0].length)==o[0])return{from:L(l+1-o.length,b(m,d,m.length-o[0].length,i)),to:L(l,b(c,f,g.length,i))}}}}:function(t,e,n,r){if(!e.length)return null;var i=r?p:x,o=i(e).split(/\\r|\\n\\r?/);t:for(var l=n.line,h=n.ch,s=t.lastLine()+1-o.length;l<=s;l++,h=0){var c=t.getLine(l).slice(h),f=i(c);if(1==o.length){var u=f.indexOf(o[0]);if(-1==u)continue t;n=b(c,f,u,i)+h;return{from:L(l,b(c,f,u,i)+h),to:L(l,b(c,f,u+o[0].length,i)+h)}}var g=f.length-o[0].length;if(f.slice(g)==o[0]){for(var a=1;a<o.length-1;a++)if(i(t.getLine(l+a))!=o[a])continue t;var m=t.getLine(l+o.length-1),d=i(m),v=o[o.length-1];if(d.slice(0,v.length)==v)return{from:L(l,b(c,f,g,i)+h),to:L(l+o.length-1,b(m,d,v.length,i))}}}})(n,r,e,i)}):(r=d(r,\"gm\"),e&&!1===e.multiline?this.matches=function(t,e){return(t?O:m)(n,r,e)}:this.matches=function(t,e){return(t?function(t,e,n){if(!v(e))return O(t,e,n);e=d(e,\"gm\");for(var r=1,i=t.getLine(n.line).length-n.ch,o=n.line,l=t.firstLine();l<=o;){for(var h=0;h<r&&l<=o;h++)var s=t.getLine(o--),c=null==c?s:s+\"\\n\"+c;r*=2;var f=C(c,e,i);if(f){var u=c.slice(0,f.index).split(\"\\n\"),g=f[0].split(\"\\n\"),a=o+u.length,m=u[u.length-1].length;return{from:L(a,m),to:L(a+g.length-1,1==g.length?m+g[0].length:g[g.length-1].length),match:f}}}}:function(t,e,n){if(!v(e))return m(t,e,n);e=d(e,\"gm\");for(var r=1,i=n.line,o=t.lastLine();i<=o;){for(var l=0;l<r&&!(o<i);l++)var h=t.getLine(i++),s=null==s?h:s+\"\\n\"+h;r*=2,e.lastIndex=n.ch;var c=e.exec(s);if(c){var f=s.slice(0,c.index).split(\"\\n\"),u=c[0].split(\"\\n\"),g=n.line+f.length-1,a=f[f.length-1].length;return{from:L(g,a),to:L(g+u.length-1,1==u.length?a+u[0].length:u[u.length-1].length),match:c}}}})(n,r,e)})}x=String.prototype.normalize?(p=function(t){return t.normalize(\"NFD\").toLowerCase()},function(t){return t.normalize(\"NFD\")}):(p=function(t){return t.toLowerCase()},function(t){return t}),r.prototype={findNext:function(){return this.find(!1)},findPrevious:function(){return this.find(!0)},find:function(t){for(var e=this.matches(t,this.doc.clipPos(t?this.pos.from:this.pos.to));e&&0==i.cmpPos(e.from,e.to);)t?e.from.ch?e.from=L(e.from.line,e.from.ch-1):e=e.from.line==this.doc.firstLine()?null:this.matches(t,this.doc.clipPos(L(e.from.line-1))):e.to.ch<this.doc.getLine(e.to.line).length?e.to=L(e.to.line,e.to.ch+1):e=e.to.line==this.doc.lastLine()?null:this.matches(t,L(e.to.line+1,0));if(e)return this.pos=e,this.atOccurrence=!0,this.pos.match||!0;var n=L(t?this.doc.firstLine():this.doc.lastLine()+1,0);return this.pos={from:n,to:n},this.atOccurrence=!1},from:function(){if(this.atOccurrence)return this.pos.from},to:function(){if(this.atOccurrence)return this.pos.to},replace:function(t,e){var n;this.atOccurrence&&(n=i.splitLines(t),this.doc.replaceRange(n,this.pos.from,this.pos.to,e),this.pos.to=L(this.pos.from.line+n.length-1,n[n.length-1].length+(1==n.length?this.pos.from.ch:0)))}},i.defineExtension(\"getSearchCursor\",function(t,e,n){return new r(this.doc,t,e,n)}),i.defineDocExtension(\"getSearchCursor\",function(t,e,n){return new r(this,t,e,n)}),i.defineExtension(\"selectMatches\",function(t,e){for(var n=[],r=this.getSearchCursor(t,this.getCursor(\"from\"),e);r.findNext()&&!(0<i.cmpPos(r.to(),this.getCursor(\"to\")));)n.push({anchor:r.from(),head:r.to()});n.length&&this.setSelections(n,0)})});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/codemirror/addon/search/searchcursor.js",
            "module-type": "codemirror"
        },
        "$:/plugins/tiddlywiki/codemirror-search-replace/readme": {
            "title": "$:/plugins/tiddlywiki/codemirror-search-replace/readme",
            "text": "This plugin enhances the [[CodeMirror|http://codemirror.net]] text editor with Search and Replace functionality. It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\n\nIt adds these Keyboard Shortcuts to ~CodeMirror:\n\n|Shortcut |Function |h\n|Ctrl-F / Cmd-F |Start searching |\n|Ctrl-G / Cmd-G / Shift-F3 |Find next |\n|Shift-Ctrl-G / Shift-Cmd-G / F3 |Find previous |\n|Shift-Ctrl-F / Cmd-Option-F |Replace |\n|Shift-Ctrl-R / Shift-Cmd-Option-F |Replace all |\n|Alt-F |Persistent search (dialog doesn't autoclose, enter to find next, Shift-Enter to find previous) |\n|Alt-G |Jump to line |\n\n"
        }
    }
}
{
    "tiddlers": {
        "$:/config/HighlightPlugin/TypeMappings/application/javascript": {
            "title": "$:/config/HighlightPlugin/TypeMappings/application/javascript",
            "text": "javascript"
        },
        "$:/config/HighlightPlugin/TypeMappings/application/json": {
            "title": "$:/config/HighlightPlugin/TypeMappings/application/json",
            "text": "json"
        },
        "$:/config/HighlightPlugin/TypeMappings/text/css": {
            "title": "$:/config/HighlightPlugin/TypeMappings/text/css",
            "text": "css"
        },
        "$:/config/HighlightPlugin/TypeMappings/text/html": {
            "title": "$:/config/HighlightPlugin/TypeMappings/text/html",
            "text": "html"
        },
        "$:/config/HighlightPlugin/TypeMappings/image/svg+xml": {
            "title": "$:/config/HighlightPlugin/TypeMappings/image/svg+xml",
            "text": "xml"
        },
        "$:/config/HighlightPlugin/TypeMappings/text/x-markdown": {
            "title": "$:/config/HighlightPlugin/TypeMappings/text/x-markdown",
            "text": "markdown"
        },
        "$:/plugins/tiddlywiki/highlight/highlight.js": {
            "text": "var hljs = require(\"$:/plugins/tiddlywiki/highlight/highlight.js\");\n/*! highlight.js v9.18.1 | BSD3 License | git.io/hljslicense */\n!function(e){var n=\"object\"==typeof window&&window||\"object\"==typeof self&&self;\"undefined\"==typeof exports||exports.nodeType?n&&(n.hljs=e({}),\"function\"==typeof define&&define.amd&&define([],function(){return n.hljs})):e(exports)}(function(a){var f=[],i=Object.keys,_={},c={},C=!0,n=/^(no-?highlight|plain|text)$/i,l=/\\blang(?:uage)?-([\\w-]+)\\b/i,t=/((^(<[^>]+>|\\t|)+|(?:\\n)))/gm,r={case_insensitive:\"cI\",lexemes:\"l\",contains:\"c\",keywords:\"k\",subLanguage:\"sL\",className:\"cN\",begin:\"b\",beginKeywords:\"bK\",end:\"e\",endsWithParent:\"eW\",illegal:\"i\",excludeBegin:\"eB\",excludeEnd:\"eE\",returnBegin:\"rB\",returnEnd:\"rE\",variants:\"v\",IDENT_RE:\"IR\",UNDERSCORE_IDENT_RE:\"UIR\",NUMBER_RE:\"NR\",C_NUMBER_RE:\"CNR\",BINARY_NUMBER_RE:\"BNR\",RE_STARTERS_RE:\"RSR\",BACKSLASH_ESCAPE:\"BE\",APOS_STRING_MODE:\"ASM\",QUOTE_STRING_MODE:\"QSM\",PHRASAL_WORDS_MODE:\"PWM\",C_LINE_COMMENT_MODE:\"CLCM\",C_BLOCK_COMMENT_MODE:\"CBCM\",HASH_COMMENT_MODE:\"HCM\",NUMBER_MODE:\"NM\",C_NUMBER_MODE:\"CNM\",BINARY_NUMBER_MODE:\"BNM\",CSS_NUMBER_MODE:\"CSSNM\",REGEXP_MODE:\"RM\",TITLE_MODE:\"TM\",UNDERSCORE_TITLE_MODE:\"UTM\",COMMENT:\"C\",beginRe:\"bR\",endRe:\"eR\",illegalRe:\"iR\",lexemesRe:\"lR\",terminators:\"t\",terminator_end:\"tE\"},m=\"</span>\",O=\"Could not find the language '{}', did you forget to load/include a language module?\",B={classPrefix:\"hljs-\",tabReplace:null,useBR:!1,languages:void 0},o=\"of and for in not or if then\".split(\" \");function x(e){return e.replace(/&/g,\"&amp;\").replace(/</g,\"&lt;\").replace(/>/g,\"&gt;\")}function g(e){return e.nodeName.toLowerCase()}function u(e){return n.test(e)}function s(e){var n,t={},r=Array.prototype.slice.call(arguments,1);for(n in e)t[n]=e[n];return r.forEach(function(e){for(n in e)t[n]=e[n]}),t}function E(e){var a=[];return function e(n,t){for(var r=n.firstChild;r;r=r.nextSibling)3===r.nodeType?t+=r.nodeValue.length:1===r.nodeType&&(a.push({event:\"start\",offset:t,node:r}),t=e(r,t),g(r).match(/br|hr|img|input/)||a.push({event:\"stop\",offset:t,node:r}));return t}(e,0),a}function d(e,n,t){var r=0,a=\"\",i=[];function o(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset<n[0].offset?e:n:\"start\"===n[0].event?e:n:e.length?e:n}function c(e){a+=\"<\"+g(e)+f.map.call(e.attributes,function(e){return\" \"+e.nodeName+'=\"'+x(e.value).replace(/\"/g,\"&quot;\")+'\"'}).join(\"\")+\">\"}function l(e){a+=\"</\"+g(e)+\">\"}function u(e){(\"start\"===e.event?c:l)(e.node)}for(;e.length||n.length;){var s=o();if(a+=x(t.substring(r,s[0].offset)),r=s[0].offset,s===e){for(i.reverse().forEach(l);u(s.splice(0,1)[0]),(s=o())===e&&s.length&&s[0].offset===r;);i.reverse().forEach(c)}else\"start\"===s[0].event?i.push(s[0].node):i.pop(),u(s.splice(0,1)[0])}return a+x(t.substr(r))}function R(n){return n.v&&!n.cached_variants&&(n.cached_variants=n.v.map(function(e){return s(n,{v:null},e)})),n.cached_variants?n.cached_variants:function e(n){return!!n&&(n.eW||e(n.starts))}(n)?[s(n,{starts:n.starts?s(n.starts):null})]:Object.isFrozen(n)?[s(n)]:[n]}function p(e){if(r&&!e.langApiRestored){for(var n in e.langApiRestored=!0,r)e[n]&&(e[r[n]]=e[n]);(e.c||[]).concat(e.v||[]).forEach(p)}}function v(n,r){var a={};return\"string\"==typeof n?t(\"keyword\",n):i(n).forEach(function(e){t(e,n[e])}),a;function t(t,e){r&&(e=e.toLowerCase()),e.split(\" \").forEach(function(e){var n=e.split(\"|\");a[n[0]]=[t,function(e,n){return n?Number(n):function(e){return-1!=o.indexOf(e.toLowerCase())}(e)?0:1}(n[0],n[1])]})}}function S(r){function s(e){return e&&e.source||e}function f(e,n){return new RegExp(s(e),\"m\"+(r.cI?\"i\":\"\")+(n?\"g\":\"\"))}function a(a){var i,e,o={},c=[],l={},t=1;function n(e,n){o[t]=e,c.push([e,n]),t+=function(e){return new RegExp(e.toString()+\"|\").exec(\"\").length-1}(n)+1}for(var r=0;r<a.c.length;r++){n(e=a.c[r],e.bK?\"\\\\.?(?:\"+e.b+\")\\\\.?\":e.b)}a.tE&&n(\"end\",a.tE),a.i&&n(\"illegal\",a.i);var u=c.map(function(e){return e[1]});return i=f(function(e,n){for(var t=/\\[(?:[^\\\\\\]]|\\\\.)*\\]|\\(\\??|\\\\([1-9][0-9]*)|\\\\./,r=0,a=\"\",i=0;i<e.length;i++){var o=r+=1,c=s(e[i]);for(0<i&&(a+=n),a+=\"(\";0<c.length;){var l=t.exec(c);if(null==l){a+=c;break}a+=c.substring(0,l.index),c=c.substring(l.index+l[0].length),\"\\\\\"==l[0][0]&&l[1]?a+=\"\\\\\"+String(Number(l[1])+o):(a+=l[0],\"(\"==l[0]&&r++)}a+=\")\"}return a}(u,\"|\"),!0),l.lastIndex=0,l.exec=function(e){var n;if(0===c.length)return null;i.lastIndex=l.lastIndex;var t=i.exec(e);if(!t)return null;for(var r=0;r<t.length;r++)if(null!=t[r]&&null!=o[\"\"+r]){n=o[\"\"+r];break}return\"string\"==typeof n?(t.type=n,t.extra=[a.i,a.tE]):(t.type=\"begin\",t.rule=n),t},l}if(r.c&&-1!=r.c.indexOf(\"self\")){if(!C)throw new Error(\"ERR: contains `self` is not supported at the top-level of a language.  See documentation.\");r.c=r.c.filter(function(e){return\"self\"!=e})}!function n(t,e){t.compiled||(t.compiled=!0,t.k=t.k||t.bK,t.k&&(t.k=v(t.k,r.cI)),t.lR=f(t.l||/\\w+/,!0),e&&(t.bK&&(t.b=\"\\\\b(\"+t.bK.split(\" \").join(\"|\")+\")\\\\b\"),t.b||(t.b=/\\B|\\b/),t.bR=f(t.b),t.endSameAsBegin&&(t.e=t.b),t.e||t.eW||(t.e=/\\B|\\b/),t.e&&(t.eR=f(t.e)),t.tE=s(t.e)||\"\",t.eW&&e.tE&&(t.tE+=(t.e?\"|\":\"\")+e.tE)),t.i&&(t.iR=f(t.i)),null==t.relevance&&(t.relevance=1),t.c||(t.c=[]),t.c=Array.prototype.concat.apply([],t.c.map(function(e){return R(\"self\"===e?t:e)})),t.c.forEach(function(e){n(e,t)}),t.starts&&n(t.starts,e),t.t=a(t))}(r)}function T(n,e,a,t){var i=e;function o(e,n){if(function(e,n){var t=e&&e.exec(n);return t&&0===t.index}(e.eR,n)){for(;e.endsParent&&e.parent;)e=e.parent;return e}if(e.eW)return o(e.parent,n)}function c(e,n,t,r){if(!t&&\"\"===n)return\"\";if(!e)return n;var a='<span class=\"'+(r?\"\":B.classPrefix);return(a+=e+'\">')+n+(t?\"\":m)}function l(){p+=null!=d.sL?function(){var e=\"string\"==typeof d.sL;if(e&&!_[d.sL])return x(v);var n=e?T(d.sL,v,!0,R[d.sL]):w(v,d.sL.length?d.sL:void 0);return 0<d.relevance&&(M+=n.relevance),e&&(R[d.sL]=n.top),c(n.language,n.value,!1,!0)}():function(){var e,n,t,r,a,i,o;if(!d.k)return x(v);for(r=\"\",n=0,d.lR.lastIndex=0,t=d.lR.exec(v);t;)r+=x(v.substring(n,t.index)),a=d,i=t,void 0,o=g.cI?i[0].toLowerCase():i[0],(e=a.k.hasOwnProperty(o)&&a.k[o])?(M+=e[1],r+=c(e[0],x(t[0]))):r+=x(t[0]),n=d.lR.lastIndex,t=d.lR.exec(v);return r+x(v.substr(n))}(),v=\"\"}function u(e){p+=e.cN?c(e.cN,\"\",!0):\"\",d=Object.create(e,{parent:{value:d}})}function s(e){var n=e[0],t=e.rule;return t&&t.endSameAsBegin&&(t.eR=function(e){return new RegExp(e.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g,\"\\\\$&\"),\"m\")}(n)),t.skip?v+=n:(t.eB&&(v+=n),l(),t.rB||t.eB||(v=n)),u(t),t.rB?0:n.length}var f={};function r(e,n){var t=n&&n[0];if(v+=e,null==t)return l(),0;if(\"begin\"==f.type&&\"end\"==n.type&&f.index==n.index&&\"\"===t)return v+=i.slice(n.index,n.index+1),1;if(\"begin\"===(f=n).type)return s(n);if(\"illegal\"===n.type&&!a)throw new Error('Illegal lexeme \"'+t+'\" for mode \"'+(d.cN||\"<unnamed>\")+'\"');if(\"end\"===n.type){var r=function(e){var n=e[0],t=i.substr(e.index),r=o(d,t);if(r){var a=d;for(a.skip?v+=n:(a.rE||a.eE||(v+=n),l(),a.eE&&(v=n));d.cN&&(p+=m),d.skip||d.sL||(M+=d.relevance),(d=d.parent)!==r.parent;);return r.starts&&(r.endSameAsBegin&&(r.starts.eR=r.eR),u(r.starts)),a.rE?0:n.length}}(n);if(null!=r)return r}return v+=t,t.length}var g=D(n);if(!g)throw console.error(O.replace(\"{}\",n)),new Error('Unknown language: \"'+n+'\"');S(g);var E,d=t||g,R={},p=\"\";for(E=d;E!==g;E=E.parent)E.cN&&(p=c(E.cN,\"\",!0)+p);var v=\"\",M=0;try{for(var b,h,N=0;d.t.lastIndex=N,b=d.t.exec(i);)h=r(i.substring(N,b.index),b),N=b.index+h;for(r(i.substr(N)),E=d;E.parent;E=E.parent)E.cN&&(p+=m);return{relevance:M,value:p,i:!1,language:n,top:d}}catch(e){if(e.message&&-1!==e.message.indexOf(\"Illegal\"))return{i:!0,relevance:0,value:x(i)};if(C)return{relevance:0,value:x(i),language:n,top:d,errorRaised:e};throw e}}function w(t,e){e=e||B.languages||i(_);var r={relevance:0,value:x(t)},a=r;return e.filter(D).filter(L).forEach(function(e){var n=T(e,t,!1);n.language=e,n.relevance>a.relevance&&(a=n),n.relevance>r.relevance&&(a=r,r=n)}),a.language&&(r.second_best=a),r}function M(e){return B.tabReplace||B.useBR?e.replace(t,function(e,n){return B.useBR&&\"\\n\"===e?\"<br>\":B.tabReplace?n.replace(/\\t/g,B.tabReplace):\"\"}):e}function b(e){var n,t,r,a,i,o=function(e){var n,t,r,a,i=e.className+\" \";if(i+=e.parentNode?e.parentNode.className:\"\",t=l.exec(i)){var o=D(t[1]);return o||(console.warn(O.replace(\"{}\",t[1])),console.warn(\"Falling back to no-highlight mode for this block.\",e)),o?t[1]:\"no-highlight\"}for(n=0,r=(i=i.split(/\\s+/)).length;n<r;n++)if(u(a=i[n])||D(a))return a}(e);u(o)||(B.useBR?(n=document.createElement(\"div\")).innerHTML=e.innerHTML.replace(/\\n/g,\"\").replace(/<br[ \\/]*>/g,\"\\n\"):n=e,i=n.textContent,r=o?T(o,i,!0):w(i),(t=E(n)).length&&((a=document.createElement(\"div\")).innerHTML=r.value,r.value=d(t,E(a),i)),r.value=M(r.value),e.innerHTML=r.value,e.className=function(e,n,t){var r=n?c[n]:t,a=[e.trim()];return e.match(/\\bhljs\\b/)||a.push(\"hljs\"),-1===e.indexOf(r)&&a.push(r),a.join(\" \").trim()}(e.className,o,r.language),e.result={language:r.language,re:r.relevance},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.relevance}))}function h(){if(!h.called){h.called=!0;var e=document.querySelectorAll(\"pre code\");f.forEach.call(e,b)}}var N={disableAutodetect:!0};function D(e){return e=(e||\"\").toLowerCase(),_[e]||_[c[e]]}function L(e){var n=D(e);return n&&!n.disableAutodetect}return a.highlight=T,a.highlightAuto=w,a.fixMarkup=M,a.highlightBlock=b,a.configure=function(e){B=s(B,e)},a.initHighlighting=h,a.initHighlightingOnLoad=function(){window.addEventListener(\"DOMContentLoaded\",h,!1),window.addEventListener(\"load\",h,!1)},a.registerLanguage=function(n,e){var t;try{t=e(a)}catch(e){if(console.error(\"Language definition for '{}' could not be registered.\".replace(\"{}\",n)),!C)throw e;console.error(e),t=N}p(_[n]=t),t.rawDefinition=e.bind(null,a),t.aliases&&t.aliases.forEach(function(e){c[e]=n})},a.listLanguages=function(){return i(_)},a.getLanguage=D,a.requireLanguage=function(e){var n=D(e);if(n)return n;throw new Error(\"The '{}' language is required, but not loaded.\".replace(\"{}\",e))},a.autoDetection=L,a.inherit=s,a.debugMode=function(){C=!1},a.IR=a.IDENT_RE=\"[a-zA-Z]\\\\w*\",a.UIR=a.UNDERSCORE_IDENT_RE=\"[a-zA-Z_]\\\\w*\",a.NR=a.NUMBER_RE=\"\\\\b\\\\d+(\\\\.\\\\d+)?\",a.CNR=a.C_NUMBER_RE=\"(-?)(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)\",a.BNR=a.BINARY_NUMBER_RE=\"\\\\b(0b[01]+)\",a.RSR=a.RE_STARTERS_RE=\"!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~\",a.BE=a.BACKSLASH_ESCAPE={b:\"\\\\\\\\[\\\\s\\\\S]\",relevance:0},a.ASM=a.APOS_STRING_MODE={cN:\"string\",b:\"'\",e:\"'\",i:\"\\\\n\",c:[a.BE]},a.QSM=a.QUOTE_STRING_MODE={cN:\"string\",b:'\"',e:'\"',i:\"\\\\n\",c:[a.BE]},a.PWM=a.PHRASAL_WORDS_MODE={b:/\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b/},a.C=a.COMMENT=function(e,n,t){var r=a.inherit({cN:\"comment\",b:e,e:n,c:[]},t||{});return r.c.push(a.PWM),r.c.push({cN:\"doctag\",b:\"(?:TODO|FIXME|NOTE|BUG|XXX):\",relevance:0}),r},a.CLCM=a.C_LINE_COMMENT_MODE=a.C(\"//\",\"$\"),a.CBCM=a.C_BLOCK_COMMENT_MODE=a.C(\"/\\\\*\",\"\\\\*/\"),a.HCM=a.HASH_COMMENT_MODE=a.C(\"#\",\"$\"),a.NM=a.NUMBER_MODE={cN:\"number\",b:a.NR,relevance:0},a.CNM=a.C_NUMBER_MODE={cN:\"number\",b:a.CNR,relevance:0},a.BNM=a.BINARY_NUMBER_MODE={cN:\"number\",b:a.BNR,relevance:0},a.CSSNM=a.CSS_NUMBER_MODE={cN:\"number\",b:a.NR+\"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?\",relevance:0},a.RM=a.REGEXP_MODE={cN:\"regexp\",b:/\\//,e:/\\/[gimuy]*/,i:/\\n/,c:[a.BE,{b:/\\[/,e:/\\]/,relevance:0,c:[a.BE]}]},a.TM=a.TITLE_MODE={cN:\"title\",b:a.IR,relevance:0},a.UTM=a.UNDERSCORE_TITLE_MODE={cN:\"title\",b:a.UIR,relevance:0},a.METHOD_GUARD={b:\"\\\\.\\\\s*\"+a.UIR,relevance:0},[a.BE,a.ASM,a.QSM,a.PWM,a.C,a.CLCM,a.CBCM,a.HCM,a.NM,a.CNM,a.BNM,a.CSSNM,a.RM,a.TM,a.UTM,a.METHOD_GUARD].forEach(function(e){!function n(t){Object.freeze(t);var r=\"function\"==typeof t;Object.getOwnPropertyNames(t).forEach(function(e){!t.hasOwnProperty(e)||null===t[e]||\"object\"!=typeof t[e]&&\"function\"!=typeof t[e]||r&&(\"caller\"===e||\"callee\"===e||\"arguments\"===e)||Object.isFrozen(t[e])||n(t[e])});return t}(e)}),a});hljs.registerLanguage(\"swift\",function(e){var i={keyword:\"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet\",literal:\"true false nil\",built_in:\"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip\"},t=e.C(\"/\\\\*\",\"\\\\*/\",{c:[\"self\"]}),n={cN:\"subst\",b:/\\\\\\(/,e:\"\\\\)\",k:i,c:[]},r={cN:\"string\",c:[e.BE,n],v:[{b:/\"\"\"/,e:/\"\"\"/},{b:/\"/,e:/\"/}]},a={cN:\"number\",b:\"\\\\b([\\\\d_]+(\\\\.[\\\\deE_]+)?|0x[a-fA-F0-9_]+(\\\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\\\b\",relevance:0};return n.c=[a],{k:i,c:[r,e.CLCM,t,{cN:\"type\",b:\"\\\\b[A-Z][\\\\wÀ-ʸ']*[!?]\"},{cN:\"type\",b:\"\\\\b[A-Z][\\\\wÀ-ʸ']*\",relevance:0},a,{cN:\"function\",bK:\"func\",e:\"{\",eE:!0,c:[e.inherit(e.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/}),{b:/</,e:/>/},{cN:\"params\",b:/\\(/,e:/\\)/,endsParent:!0,k:i,c:[\"self\",a,r,e.CBCM,{b:\":\"}],i:/[\"']/}],i:/\\[|%/},{cN:\"class\",bK:\"struct protocol class extension enum\",k:i,e:\"\\\\{\",eE:!0,c:[e.inherit(e.TM,{b:/[A-Za-z$_][\\u00C0-\\u02B80-9A-Za-z$_]*/})]},{cN:\"meta\",b:\"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain|@dynamicMemberLookup|@propertyWrapper)\"},{bK:\"import\",e:/$/,c:[e.CLCM,t]}]}});hljs.registerLanguage(\"less\",function(e){function r(e){return{cN:\"string\",b:\"~?\"+e+\".*?\"+e}}function t(e,r,t){return{cN:e,b:r,relevance:t}}var a=\"[\\\\w-]+\",c=\"(\"+a+\"|@{\"+a+\"})\",s=[],n=[],b={b:\"\\\\(\",e:\"\\\\)\",c:n,relevance:0};n.push(e.CLCM,e.CBCM,r(\"'\"),r('\"'),e.CSSNM,{b:\"(url|data-uri)\\\\(\",starts:{cN:\"string\",e:\"[\\\\)\\\\n]\",eE:!0}},t(\"number\",\"#[0-9A-Fa-f]+\\\\b\"),b,t(\"variable\",\"@@?\"+a,10),t(\"variable\",\"@{\"+a+\"}\"),t(\"built_in\",\"~?`[^`]*?`\"),{cN:\"attribute\",b:a+\"\\\\s*:\",e:\":\",rB:!0,eE:!0},{cN:\"meta\",b:\"!important\"});var i=n.concat({b:\"{\",e:\"}\",c:s}),l={bK:\"when\",eW:!0,c:[{bK:\"and not\"}].concat(n)},o={b:c+\"\\\\s*:\",rB:!0,e:\"[;}]\",relevance:0,c:[{cN:\"attribute\",b:c,e:\":\",eE:!0,starts:{eW:!0,i:\"[<=$]\",relevance:0,c:n}}]},u={cN:\"keyword\",b:\"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\\\b\",starts:{e:\"[;{}]\",rE:!0,c:n,relevance:0}},v={cN:\"variable\",v:[{b:\"@\"+a+\"\\\\s*:\",relevance:15},{b:\"@\"+a}],starts:{e:\"[;}]\",rE:!0,c:i}},C={v:[{b:\"[\\\\.#:&\\\\[>]\",e:\"[;{}]\"},{b:c,e:\"{\"}],rB:!0,rE:!0,i:\"[<='$\\\"]\",relevance:0,c:[e.CLCM,e.CBCM,l,t(\"keyword\",\"all\\\\b\"),t(\"variable\",\"@{\"+a+\"}\"),t(\"selector-tag\",c+\"%?\",0),t(\"selector-id\",\"#\"+c),t(\"selector-class\",\"\\\\.\"+c,0),t(\"selector-tag\",\"&\",0),{cN:\"selector-attr\",b:\"\\\\[\",e:\"\\\\]\"},{cN:\"selector-pseudo\",b:/:(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\"'.]+/},{b:\"\\\\(\",e:\"\\\\)\",c:i},{b:\"!important\"}]};return s.push(e.CLCM,e.CBCM,u,v,o,C),{cI:!0,i:\"[=>'/<($\\\"]\",c:s}});hljs.registerLanguage(\"armasm\",function(s){return{cI:!0,aliases:[\"arm\"],l:\"\\\\.?\"+s.IR,k:{meta:\".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND \",built_in:\"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @\"},c:[{cN:\"keyword\",b:\"\\\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?\",e:\"\\\\s\"},s.C(\"[;@]\",\"$\",{relevance:0}),s.CBCM,s.QSM,{cN:\"string\",b:\"'\",e:\"[^\\\\\\\\]'\",relevance:0},{cN:\"title\",b:\"\\\\|\",e:\"\\\\|\",i:\"\\\\n\",relevance:0},{cN:\"number\",v:[{b:\"[#$=]?0x[0-9a-f]+\"},{b:\"[#$=]?0b[01]+\"},{b:\"[#$=]\\\\d+\"},{b:\"\\\\b\\\\d+\"}],relevance:0},{cN:\"symbol\",v:[{b:\"^[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+\"},{b:\"^\\\\s*[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+:\"},{b:\"[=#]\\\\w+\"}],relevance:0}]}});hljs.registerLanguage(\"ruby\",function(e){var c=\"[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\]=?\",b={keyword:\"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor\",literal:\"true false nil\"},r={cN:\"doctag\",b:\"@[A-Za-z]+\"},a={b:\"#<\",e:\">\"},n=[e.C(\"#\",\"$\",{c:[r]}),e.C(\"^\\\\=begin\",\"^\\\\=end\",{c:[r],relevance:10}),e.C(\"^__END__\",\"\\\\n$\")],s={cN:\"subst\",b:\"#\\\\{\",e:\"}\",k:b},t={cN:\"string\",c:[e.BE,s],v:[{b:/'/,e:/'/},{b:/\"/,e:/\"/},{b:/`/,e:/`/},{b:\"%[qQwWx]?\\\\(\",e:\"\\\\)\"},{b:\"%[qQwWx]?\\\\[\",e:\"\\\\]\"},{b:\"%[qQwWx]?{\",e:\"}\"},{b:\"%[qQwWx]?<\",e:\">\"},{b:\"%[qQwWx]?/\",e:\"/\"},{b:\"%[qQwWx]?%\",e:\"%\"},{b:\"%[qQwWx]?-\",e:\"-\"},{b:\"%[qQwWx]?\\\\|\",e:\"\\\\|\"},{b:/\\B\\?(\\\\\\d{1,3}|\\\\x[A-Fa-f0-9]{1,2}|\\\\u[A-Fa-f0-9]{4}|\\\\?\\S)\\b/},{b:/<<[-~]?'?(\\w+)(?:.|\\n)*?\\n\\s*\\1\\b/,rB:!0,c:[{b:/<<[-~]?'?/},{b:/\\w+/,endSameAsBegin:!0,c:[e.BE,s]}]}]},i={cN:\"params\",b:\"\\\\(\",e:\"\\\\)\",endsParent:!0,k:b},l=[t,a,{cN:\"class\",bK:\"class module\",e:\"$|;\",i:/=/,c:[e.inherit(e.TM,{b:\"[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?\"}),{b:\"<\\\\s*\",c:[{b:\"(\"+e.IR+\"::)?\"+e.IR}]}].concat(n)},{cN:\"function\",bK:\"def\",e:\"$|;\",c:[e.inherit(e.TM,{b:c}),i].concat(n)},{b:e.IR+\"::\"},{cN:\"symbol\",b:e.UIR+\"(\\\\!|\\\\?)?:\",relevance:0},{cN:\"symbol\",b:\":(?!\\\\s)\",c:[t,{b:c}],relevance:0},{cN:\"number\",b:\"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b\",relevance:0},{b:\"(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))\"},{cN:\"params\",b:/\\|/,e:/\\|/,k:b},{b:\"(\"+e.RSR+\"|unless)\\\\s*\",k:\"unless\",c:[a,{cN:\"regexp\",c:[e.BE,s],i:/\\n/,v:[{b:\"/\",e:\"/[a-z]*\"},{b:\"%r{\",e:\"}[a-z]*\"},{b:\"%r\\\\(\",e:\"\\\\)[a-z]*\"},{b:\"%r!\",e:\"![a-z]*\"},{b:\"%r\\\\[\",e:\"\\\\][a-z]*\"}]}].concat(n),relevance:0}].concat(n);s.c=l;var d=[{b:/^\\s*=>/,starts:{e:\"$\",c:i.c=l}},{cN:\"meta\",b:\"^([>?]>|[\\\\w#]+\\\\(\\\\w+\\\\):\\\\d+:\\\\d+>|(\\\\w+-)?\\\\d+\\\\.\\\\d+\\\\.\\\\d(p\\\\d+)?[^>]+>)\",starts:{e:\"$\",c:l}}];return{aliases:[\"rb\",\"gemspec\",\"podspec\",\"thor\",\"irb\"],k:b,i:/\\/\\*/,c:n.concat(d).concat(l)}});hljs.registerLanguage(\"lua\",function(e){var t=\"\\\\[=*\\\\[\",a=\"\\\\]=*\\\\]\",n={b:t,e:a,c:[\"self\"]},l=[e.C(\"--(?!\"+t+\")\",\"$\"),e.C(\"--\"+t,a,{c:[n],relevance:10})];return{l:e.UIR,k:{literal:\"true false nil\",keyword:\"and break do else elseif end for goto if in local not or repeat return then until while\",built_in:\"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstringmodule next pairs pcall print rawequal rawget rawset require select setfenvsetmetatable tonumber tostring type unpack xpcall arg selfcoroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove\"},c:l.concat([{cN:\"function\",bK:\"function\",e:\"\\\\)\",c:[e.inherit(e.TM,{b:\"([_a-zA-Z]\\\\w*\\\\.)*([_a-zA-Z]\\\\w*:)?[_a-zA-Z]\\\\w*\"}),{cN:\"params\",b:\"\\\\(\",eW:!0,c:l}].concat(l)},e.CNM,e.ASM,e.QSM,{cN:\"string\",b:t,e:a,c:[n],relevance:5}])}});hljs.registerLanguage(\"matlab\",function(e){var a=\"('|\\\\.')+\",s={relevance:0,c:[{b:a}]};return{k:{keyword:\"break case catch classdef continue else elseif end enumerated events for function global if methods otherwise parfor persistent properties return spmd switch try while\",built_in:\"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun legend intersect ismember procrustes hold num2cell \"},i:'(//|\"|#|/\\\\*|\\\\s+/\\\\w+)',c:[{cN:\"function\",bK:\"function\",e:\"$\",c:[e.UTM,{cN:\"params\",v:[{b:\"\\\\(\",e:\"\\\\)\"},{b:\"\\\\[\",e:\"\\\\]\"}]}]},{cN:\"built_in\",b:/true|false/,relevance:0,starts:s},{b:\"[a-zA-Z][a-zA-Z_0-9]*\"+a,relevance:0},{cN:\"number\",b:e.CNR,relevance:0,starts:s},{cN:\"string\",b:\"'\",e:\"'\",c:[e.BE,{b:\"''\"}]},{b:/\\]|}|\\)/,relevance:0,starts:s},{cN:\"string\",b:'\"',e:'\"',c:[e.BE,{b:'\"\"'}],starts:s},e.C(\"^\\\\s*\\\\%\\\\{\\\\s*$\",\"^\\\\s*\\\\%\\\\}\\\\s*$\"),e.C(\"\\\\%\",\"$\")]}});hljs.registerLanguage(\"apache\",function(e){var r={cN:\"number\",b:\"[\\\\$%]\\\\d+\"};return{aliases:[\"apacheconf\"],cI:!0,c:[e.HCM,{cN:\"section\",b:\"</?\",e:\">\"},{cN:\"attribute\",b:/\\w+/,relevance:0,k:{nomarkup:\"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername\"},starts:{e:/$/,relevance:0,k:{literal:\"on off all\"},c:[{cN:\"meta\",b:\"\\\\s\\\\[\",e:\"\\\\]$\"},{cN:\"variable\",b:\"[\\\\$%]\\\\{\",e:\"\\\\}\",c:[\"self\",r]},r,e.QSM]}}],i:/\\S/}});hljs.registerLanguage(\"yaml\",function(e){var b=\"true false yes no null\",a={cN:\"string\",relevance:0,v:[{b:/'/,e:/'/},{b:/\"/,e:/\"/},{b:/\\S+/}],c:[e.BE,{cN:\"template-variable\",v:[{b:\"{{\",e:\"}}\"},{b:\"%{\",e:\"}\"}]}]};return{cI:!0,aliases:[\"yml\",\"YAML\",\"yaml\"],c:[{cN:\"attr\",v:[{b:\"\\\\w[\\\\w :\\\\/.-]*:(?=[ \\t]|$)\"},{b:'\"\\\\w[\\\\w :\\\\/.-]*\":(?=[ \\t]|$)'},{b:\"'\\\\w[\\\\w :\\\\/.-]*':(?=[ \\t]|$)\"}]},{cN:\"meta\",b:\"^---s*$\",relevance:10},{cN:\"string\",b:\"[\\\\|>]([0-9]?[+-])?[ ]*\\\\n( *)[\\\\S ]+\\\\n(\\\\2[\\\\S ]+\\\\n?)*\"},{b:\"<%[%=-]?\",e:\"[%-]?%>\",sL:\"ruby\",eB:!0,eE:!0,relevance:0},{cN:\"type\",b:\"!\"+e.UIR},{cN:\"type\",b:\"!!\"+e.UIR},{cN:\"meta\",b:\"&\"+e.UIR+\"$\"},{cN:\"meta\",b:\"\\\\*\"+e.UIR+\"$\"},{cN:\"bullet\",b:\"\\\\-(?=[ ]|$)\",relevance:0},e.HCM,{bK:b,k:{literal:b}},{cN:\"number\",b:e.CNR+\"\\\\b\"},a]}});hljs.registerLanguage(\"plaintext\",function(e){return{disableAutodetect:!0}});hljs.registerLanguage(\"erlang-repl\",function(e){return{k:{built_in:\"spawn spawn_link self\",keyword:\"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor\"},c:[{cN:\"meta\",b:\"^[0-9]+> \",relevance:10},e.C(\"%\",\"$\"),{cN:\"number\",b:\"\\\\b(\\\\d+#[a-fA-F0-9]+|\\\\d+(\\\\.\\\\d+)?([eE][-+]?\\\\d+)?)\",relevance:0},e.ASM,e.QSM,{b:\"\\\\?(::)?([A-Z]\\\\w*(::)?)+\"},{b:\"->\"},{b:\"ok\"},{b:\"!\"},{b:\"(\\\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\\\b[a-z'][a-zA-Z0-9_']*)\",relevance:0},{b:\"[A-Z][a-zA-Z0-9_']*\",relevance:0}]}});hljs.registerLanguage(\"cmake\",function(e){return{aliases:[\"cmake.in\"],cI:!0,k:{keyword:\"break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined\"},c:[{cN:\"variable\",b:\"\\\\${\",e:\"}\"},e.HCM,e.QSM,e.NM]}});hljs.registerLanguage(\"kotlin\",function(e){var t={keyword:\"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual trait volatile transient native default\",built_in:\"Byte Short Char Int Long Boolean Float Double Void Unit Nothing\",literal:\"true false null\"},a={cN:\"symbol\",b:e.UIR+\"@\"},n={cN:\"subst\",b:\"\\\\${\",e:\"}\",c:[e.CNM]},c={cN:\"variable\",b:\"\\\\$\"+e.UIR},r={cN:\"string\",v:[{b:'\"\"\"',e:'\"\"\"(?=[^\"])',c:[c,n]},{b:\"'\",e:\"'\",i:/\\n/,c:[e.BE]},{b:'\"',e:'\"',i:/\\n/,c:[e.BE,c,n]}]};n.c.push(r);var i={cN:\"meta\",b:\"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\\\s*:(?:\\\\s*\"+e.UIR+\")?\"},l={cN:\"meta\",b:\"@\"+e.UIR,c:[{b:/\\(/,e:/\\)/,c:[e.inherit(r,{cN:\"meta-string\"})]}]},s={cN:\"number\",b:\"\\\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+)(\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+))?|\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+))([eE][-+]?\\\\d+)?)[lLfF]?\",relevance:0},b=e.C(\"/\\\\*\",\"\\\\*/\",{c:[e.CBCM]}),o={v:[{cN:\"type\",b:e.UIR},{b:/\\(/,e:/\\)/,c:[]}]},d=o;return d.v[1].c=[o],o.v[1].c=[d],{aliases:[\"kt\"],k:t,c:[e.C(\"/\\\\*\\\\*\",\"\\\\*/\",{relevance:0,c:[{cN:\"doctag\",b:\"@[A-Za-z]+\"}]}),e.CLCM,b,{cN:\"keyword\",b:/\\b(break|continue|return|this)\\b/,starts:{c:[{cN:\"symbol\",b:/@\\w+/}]}},a,i,l,{cN:\"function\",bK:\"fun\",e:\"[(]|$\",rB:!0,eE:!0,k:t,i:/fun\\s+(<.*>)?[^\\s\\(]+(\\s+[^\\s\\(]+)\\s*=/,relevance:5,c:[{b:e.UIR+\"\\\\s*\\\\(\",rB:!0,relevance:0,c:[e.UTM]},{cN:\"type\",b:/</,e:/>/,k:\"reified\",relevance:0},{cN:\"params\",b:/\\(/,e:/\\)/,endsParent:!0,k:t,relevance:0,c:[{b:/:/,e:/[=,\\/]/,eW:!0,c:[o,e.CLCM,b],relevance:0},e.CLCM,b,i,l,r,e.CNM]},b]},{cN:\"class\",bK:\"class interface trait\",e:/[:\\{(]|$/,eE:!0,i:\"extends implements\",c:[{bK:\"public protected internal private constructor\"},e.UTM,{cN:\"type\",b:/</,e:/>/,eB:!0,eE:!0,relevance:0},{cN:\"type\",b:/[,:]\\s*/,e:/[<\\(,]|$/,eB:!0,rE:!0},i,l]},r,{cN:\"meta\",b:\"^#!/usr/bin/env\",e:\"$\",i:\"\\n\"},s]}});hljs.registerLanguage(\"javascript\",function(e){var r=\"<>\",a=\"</>\",t={b:/<[A-Za-z0-9\\\\._:-]+/,e:/\\/[A-Za-z0-9\\\\._:-]+>|\\/>/},c=\"[A-Za-z$_][0-9A-Za-z$_]*\",n={keyword:\"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as\",literal:\"true false null undefined NaN Infinity\",built_in:\"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise\"},s={cN:\"number\",v:[{b:\"\\\\b(0[bB][01]+)n?\"},{b:\"\\\\b(0[oO][0-7]+)n?\"},{b:e.CNR+\"n?\"}],relevance:0},o={cN:\"subst\",b:\"\\\\$\\\\{\",e:\"\\\\}\",k:n,c:[]},i={b:\"html`\",e:\"\",starts:{e:\"`\",rE:!1,c:[e.BE,o],sL:\"xml\"}},b={b:\"css`\",e:\"\",starts:{e:\"`\",rE:!1,c:[e.BE,o],sL:\"css\"}},l={cN:\"string\",b:\"`\",e:\"`\",c:[e.BE,o]};o.c=[e.ASM,e.QSM,i,b,l,s,e.RM];var u=o.c.concat([e.CBCM,e.CLCM]);return{aliases:[\"js\",\"jsx\",\"mjs\",\"cjs\"],k:n,c:[{cN:\"meta\",relevance:10,b:/^\\s*['\"]use (strict|asm)['\"]/},{cN:\"meta\",b:/^#!/,e:/$/},e.ASM,e.QSM,i,b,l,e.CLCM,e.C(\"/\\\\*\\\\*\",\"\\\\*/\",{relevance:0,c:[{cN:\"doctag\",b:\"@[A-Za-z]+\",c:[{cN:\"type\",b:\"\\\\{\",e:\"\\\\}\",relevance:0},{cN:\"variable\",b:c+\"(?=\\\\s*(-)|$)\",endsParent:!0,relevance:0},{b:/(?=[^\\n])\\s/,relevance:0}]}]}),e.CBCM,s,{b:/[{,\\n]\\s*/,relevance:0,c:[{b:c+\"\\\\s*:\",rB:!0,relevance:0,c:[{cN:\"attr\",b:c,relevance:0}]}]},{b:\"(\"+e.RSR+\"|\\\\b(case|return|throw)\\\\b)\\\\s*\",k:\"return throw case\",c:[e.CLCM,e.CBCM,e.RM,{cN:\"function\",b:\"(\\\\(.*?\\\\)|\"+c+\")\\\\s*=>\",rB:!0,e:\"\\\\s*=>\",c:[{cN:\"params\",v:[{b:c},{b:/\\(\\s*\\)/},{b:/\\(/,e:/\\)/,eB:!0,eE:!0,k:n,c:u}]}]},{cN:\"\",b:/\\s/,e:/\\s*/,skip:!0},{v:[{b:r,e:a},{b:t.b,e:t.e}],sL:\"xml\",c:[{b:t.b,e:t.e,skip:!0,c:[\"self\"]}]}],relevance:0},{cN:\"function\",bK:\"function\",e:/\\{/,eE:!0,c:[e.inherit(e.TM,{b:c}),{cN:\"params\",b:/\\(/,e:/\\)/,eB:!0,eE:!0,c:u}],i:/\\[|%/},{b:/\\$[(.]/},e.METHOD_GUARD,{cN:\"class\",bK:\"class\",e:/[{;=]/,eE:!0,i:/[:\"\\[\\]]/,c:[{bK:\"extends\"},e.UTM]},{bK:\"constructor get set\",e:/\\{/,eE:!0}],i:/#(?!!)/}});hljs.registerLanguage(\"scss\",function(e){var t=\"@[a-z-]+\",r={cN:\"variable\",b:\"(\\\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\\\b\"},i={cN:\"number\",b:\"#[0-9A-Fa-f]+\"};e.CSSNM,e.QSM,e.ASM,e.CBCM;return{cI:!0,i:\"[=/|']\",c:[e.CLCM,e.CBCM,{cN:\"selector-id\",b:\"\\\\#[A-Za-z0-9_-]+\",relevance:0},{cN:\"selector-class\",b:\"\\\\.[A-Za-z0-9_-]+\",relevance:0},{cN:\"selector-attr\",b:\"\\\\[\",e:\"\\\\]\",i:\"$\"},{cN:\"selector-tag\",b:\"\\\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\\\b\",relevance:0},{cN:\"selector-pseudo\",b:\":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)\"},{cN:\"selector-pseudo\",b:\"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)\"},r,{cN:\"attribute\",b:\"\\\\b(src|z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\\\b\",i:\"[^\\\\s]\"},{b:\"\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\b\"},{b:\":\",e:\";\",c:[r,i,e.CSSNM,e.QSM,e.ASM,{cN:\"meta\",b:\"!important\"}]},{b:\"@(page|font-face)\",l:t,k:\"@page @font-face\"},{b:\"@\",e:\"[{;]\",rB:!0,k:\"and or not only\",c:[{b:t,cN:\"keyword\"},r,e.QSM,e.ASM,i,e.CSSNM]}]}});hljs.registerLanguage(\"perl\",function(e){var t=\"getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when\",r={cN:\"subst\",b:\"[$@]\\\\{\",e:\"\\\\}\",k:t},s={b:\"->{\",e:\"}\"},n={v:[{b:/\\$\\d/},{b:/[\\$%@](\\^\\w\\b|#\\w+(::\\w+)*|{\\w+}|\\w+(::\\w*)*)/},{b:/[\\$%@][^\\s\\w{]/,relevance:0}]},c=[e.BE,r,n],a=[n,e.HCM,e.C(\"^\\\\=\\\\w\",\"\\\\=cut\",{eW:!0}),s,{cN:\"string\",c:c,v:[{b:\"q[qwxr]?\\\\s*\\\\(\",e:\"\\\\)\",relevance:5},{b:\"q[qwxr]?\\\\s*\\\\[\",e:\"\\\\]\",relevance:5},{b:\"q[qwxr]?\\\\s*\\\\{\",e:\"\\\\}\",relevance:5},{b:\"q[qwxr]?\\\\s*\\\\|\",e:\"\\\\|\",relevance:5},{b:\"q[qwxr]?\\\\s*\\\\<\",e:\"\\\\>\",relevance:5},{b:\"qw\\\\s+q\",e:\"q\",relevance:5},{b:\"'\",e:\"'\",c:[e.BE]},{b:'\"',e:'\"'},{b:\"`\",e:\"`\",c:[e.BE]},{b:\"{\\\\w+}\",c:[],relevance:0},{b:\"-?\\\\w+\\\\s*\\\\=\\\\>\",c:[],relevance:0}]},{cN:\"number\",b:\"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b\",relevance:0},{b:\"(\\\\/\\\\/|\"+e.RSR+\"|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*\",k:\"split return print reverse grep\",relevance:0,c:[e.HCM,{cN:\"regexp\",b:\"(s|tr|y)/(\\\\\\\\.|[^/])*/(\\\\\\\\.|[^/])*/[a-z]*\",relevance:10},{cN:\"regexp\",b:\"(m|qr)?/\",e:\"/[a-z]*\",c:[e.BE],relevance:0}]},{cN:\"function\",bK:\"sub\",e:\"(\\\\s*\\\\(.*?\\\\))?[;{]\",eE:!0,relevance:5,c:[e.TM]},{b:\"-\\\\w\\\\b\",relevance:0},{b:\"^__DATA__$\",e:\"^__END__$\",sL:\"mojolicious\",c:[{b:\"^@@.*\",e:\"$\",cN:\"comment\"}]}];return r.c=a,{aliases:[\"pl\",\"pm\"],l:/[\\w\\.]+/,k:t,c:s.c=a}});hljs.registerLanguage(\"go\",function(e){var n={keyword:\"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune\",literal:\"true false iota nil\",built_in:\"append cap close complex copy imag len make new panic print println real recover delete\"};return{aliases:[\"golang\"],k:n,i:\"</\",c:[e.CLCM,e.CBCM,{cN:\"string\",v:[e.QSM,e.ASM,{b:\"`\",e:\"`\"}]},{cN:\"number\",v:[{b:e.CNR+\"[i]\",relevance:1},e.CNM]},{b:/:=/},{cN:\"function\",bK:\"func\",e:\"\\\\s*(\\\\{|$)\",eE:!0,c:[e.TM,{cN:\"params\",b:/\\(/,e:/\\)/,k:n,i:/[\"']/}]}]}});hljs.registerLanguage(\"x86asm\",function(s){return{cI:!0,l:\"[.%]?\"+s.IR,k:{keyword:\"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63\",built_in:\"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0  xmm1  xmm2  xmm3  xmm4  xmm5  xmm6  xmm7  xmm8  xmm9 xmm10  xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0  ymm1  ymm2  ymm3  ymm4  ymm5  ymm6  ymm7  ymm8  ymm9 ymm10  ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0  zmm1  zmm2  zmm3  zmm4  zmm5  zmm6  zmm7  zmm8  zmm9 zmm10  zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr\",meta:\"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__  __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__  __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__\"},c:[s.C(\";\",\"$\",{relevance:0}),{cN:\"number\",v:[{b:\"\\\\b(?:([0-9][0-9_]*)?\\\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\\\b\",relevance:0},{b:\"\\\\$[0-9][0-9A-Fa-f]*\",relevance:0},{b:\"\\\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\\\b\"},{b:\"\\\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\\\b\"}]},s.QSM,{cN:\"string\",v:[{b:\"'\",e:\"[^\\\\\\\\]'\"},{b:\"`\",e:\"[^\\\\\\\\]`\"}],relevance:0},{cN:\"symbol\",v:[{b:\"^\\\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\\\s+label)\"},{b:\"^\\\\s*%%[A-Za-z0-9_$#@~.?]*:\"}],relevance:0},{cN:\"subst\",b:\"%[0-9]+\",relevance:0},{cN:\"subst\",b:\"%!S+\",relevance:0},{cN:\"meta\",b:/^\\s*\\.[\\w_-]+/}]}});hljs.registerLanguage(\"cpp\",function(e){function t(e){return\"(?:\"+e+\")?\"}var r=\"decltype\\\\(auto\\\\)\",a=\"[a-zA-Z_]\\\\w*::\",i=\"(\"+r+\"|\"+t(a)+\"[a-zA-Z_]\\\\w*\"+t(\"<.*?>\")+\")\",c={cN:\"keyword\",b:\"\\\\b[a-z\\\\d_]*_t\\\\b\"},s={cN:\"string\",v:[{b:'(u8?|U|L)?\"',e:'\"',i:\"\\\\n\",c:[e.BE]},{b:\"(u8?|U|L)?'(\\\\\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\\\S)|.)\",e:\"'\",i:\".\"},{b:/(?:u8?|U|L)?R\"([^()\\\\ ]{0,16})\\((?:.|\\n)*?\\)\\1\"/}]},n={cN:\"number\",v:[{b:\"\\\\b(0b[01']+)\"},{b:\"(-?)\\\\b([\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)(u|U|l|L|ul|UL|f|F|b|B)\"},{b:\"(-?)(\\\\b0[xX][a-fA-F0-9']+|(\\\\b[\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)([eE][-+]?[\\\\d']+)?)\"}],relevance:0},o={cN:\"meta\",b:/#\\s*[a-z]+\\b/,e:/$/,k:{\"meta-keyword\":\"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include\"},c:[{b:/\\\\\\n/,relevance:0},e.inherit(s,{cN:\"meta-string\"}),{cN:\"meta-string\",b:/<.*?>/,e:/$/,i:\"\\\\n\"},e.CLCM,e.CBCM]},l={cN:\"title\",b:t(a)+e.IR,relevance:0},u=t(a)+e.IR+\"\\\\s*\\\\(\",p={keyword:\"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_tshort reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq\",built_in:\"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary\",literal:\"true false nullptr NULL\"},m=[c,e.CLCM,e.CBCM,n,s],d={v:[{b:/=/,e:/;/},{b:/\\(/,e:/\\)/},{bK:\"new throw return else\",e:/;/}],k:p,c:m.concat([{b:/\\(/,e:/\\)/,k:p,c:m.concat([\"self\"]),relevance:0}]),relevance:0},b={cN:\"function\",b:\"(\"+i+\"[\\\\*&\\\\s]+)+\"+u,rB:!0,e:/[{;=]/,eE:!0,k:p,i:/[^\\w\\s\\*&:<>]/,c:[{b:r,k:p,relevance:0},{b:u,rB:!0,c:[l],relevance:0},{cN:\"params\",b:/\\(/,e:/\\)/,k:p,relevance:0,c:[e.CLCM,e.CBCM,s,n,c,{b:/\\(/,e:/\\)/,k:p,relevance:0,c:[\"self\",e.CLCM,e.CBCM,s,n,c]}]},c,e.CLCM,e.CBCM,o]};return{aliases:[\"c\",\"cc\",\"h\",\"c++\",\"h++\",\"hpp\",\"hh\",\"hxx\",\"cxx\"],k:p,i:\"</\",c:[].concat(d,b,m,[o,{b:\"\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\s*<\",e:\">\",k:p,c:[\"self\",c]},{b:e.IR+\"::\",k:p},{cN:\"class\",bK:\"class struct\",e:/[{;:]/,c:[{b:/</,e:/>/,c:[\"self\"]},e.TM]}]),exports:{preprocessor:o,strings:s,k:p}}});hljs.registerLanguage(\"arduino\",function(e){var t=\"boolean byte word String\",r=\"setup loopKeyboardController MouseController SoftwareSerial EthernetServer EthernetClient LiquidCrystal RobotControl GSMVoiceCall EthernetUDP EsploraTFT HttpClient RobotMotor WiFiClient GSMScanner FileSystem Scheduler GSMServer YunClient YunServer IPAddress GSMClient GSMModem Keyboard Ethernet Console GSMBand Esplora Stepper Process WiFiUDP GSM_SMS Mailbox USBHost Firmata PImage Client Server GSMPIN FileIO Bridge Serial EEPROM Stream Mouse Audio Servo File Task GPRS WiFi Wire TFT GSM SPI SD runShellCommandAsynchronously analogWriteResolution retrieveCallingNumber printFirmwareVersion analogReadResolution sendDigitalPortPair noListenOnLocalhost readJoystickButton setFirmwareVersion readJoystickSwitch scrollDisplayRight getVoiceCallStatus scrollDisplayLeft writeMicroseconds delayMicroseconds beginTransmission getSignalStrength runAsynchronously getAsynchronously listenOnLocalhost getCurrentCarrier readAccelerometer messageAvailable sendDigitalPorts lineFollowConfig countryNameWrite runShellCommand readStringUntil rewindDirectory readTemperature setClockDivider readLightSensor endTransmission analogReference detachInterrupt countryNameRead attachInterrupt encryptionType readBytesUntil robotNameWrite readMicrophone robotNameRead cityNameWrite userNameWrite readJoystickY readJoystickX mouseReleased openNextFile scanNetworks noInterrupts digitalWrite beginSpeaker mousePressed isActionDone mouseDragged displayLogos noAutoscroll addParameter remoteNumber getModifiers keyboardRead userNameRead waitContinue processInput parseCommand printVersion readNetworks writeMessage blinkVersion cityNameRead readMessage setDataMode parsePacket isListening setBitOrder beginPacket isDirectory motorsWrite drawCompass digitalRead clearScreen serialEvent rightToLeft setTextSize leftToRight requestFrom keyReleased compassRead analogWrite interrupts WiFiServer disconnect playMelody parseFloat autoscroll getPINUsed setPINUsed setTimeout sendAnalog readSlider analogRead beginWrite createChar motorsStop keyPressed tempoWrite readButton subnetMask debugPrint macAddress writeGreen randomSeed attachGPRS readString sendString remotePort releaseAll mouseMoved background getXChange getYChange answerCall getResult voiceCall endPacket constrain getSocket writeJSON getButton available connected findUntil readBytes exitValue readGreen writeBlue startLoop IPAddress isPressed sendSysex pauseMode gatewayIP setCursor getOemKey tuneWrite noDisplay loadImage switchPIN onRequest onReceive changePIN playFile noBuffer parseInt overflow checkPIN knobRead beginTFT bitClear updateIR bitWrite position writeRGB highByte writeRed setSpeed readBlue noStroke remoteIP transfer shutdown hangCall beginSMS endWrite attached maintain noCursor checkReg checkPUK shiftOut isValid shiftIn pulseIn connect println localIP pinMode getIMEI display noBlink process getBand running beginSD drawBMP lowByte setBand release bitRead prepare pointTo readRed setMode noFill remove listen stroke detach attach noTone exists buffer height bitSet circle config cursor random IRread setDNS endSMS getKey micros millis begin print write ready flush width isPIN blink clear press mkdir rmdir close point yield image BSSID click delay read text move peek beep rect line open seek fill size turn stop home find step tone sqrt RSSI SSID end bit tan cos sin pow map abs max min get run put\",i=\"DIGITAL_MESSAGE FIRMATA_STRING ANALOG_MESSAGE REPORT_DIGITAL REPORT_ANALOG INPUT_PULLUP SET_PIN_MODE INTERNAL2V56 SYSTEM_RESET LED_BUILTIN INTERNAL1V1 SYSEX_START INTERNAL EXTERNAL DEFAULT OUTPUT INPUT HIGH LOW\",o=e.requireLanguage(\"cpp\").rawDefinition(),a=o.k;return a.keyword+=\" \"+t,a.literal+=\" \"+i,a.built_in+=\" \"+r,o});hljs.registerLanguage(\"nginx\",function(e){var r={cN:\"variable\",v:[{b:/\\$\\d+/},{b:/\\$\\{/,e:/}/},{b:\"[\\\\$\\\\@]\"+e.UIR}]},b={eW:!0,l:\"[a-z/_]+\",k:{literal:\"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll\"},relevance:0,i:\"=>\",c:[e.HCM,{cN:\"string\",c:[e.BE,r],v:[{b:/\"/,e:/\"/},{b:/'/,e:/'/}]},{b:\"([a-z]+):/\",e:\"\\\\s\",eW:!0,eE:!0,c:[r]},{cN:\"regexp\",c:[e.BE,r],v:[{b:\"\\\\s\\\\^\",e:\"\\\\s|{|;\",rE:!0},{b:\"~\\\\*?\\\\s+\",e:\"\\\\s|{|;\",rE:!0},{b:\"\\\\*(\\\\.[a-z\\\\-]+)+\"},{b:\"([a-z\\\\-]+\\\\.)+\\\\*\"}]},{cN:\"number\",b:\"\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b\"},{cN:\"number\",b:\"\\\\b\\\\d+[kKmMgGdshdwy]*\\\\b\",relevance:0},r]};return{aliases:[\"nginxconf\"],c:[e.HCM,{b:e.UIR+\"\\\\s+{\",rB:!0,e:\"{\",c:[{cN:\"section\",b:e.UIR}],relevance:0},{b:e.UIR+\"\\\\s\",e:\";|{\",rB:!0,c:[{cN:\"attribute\",b:e.UIR,starts:b}],relevance:0}],i:\"[^\\\\s\\\\}]\"}});hljs.registerLanguage(\"xml\",function(e){var c={cN:\"symbol\",b:\"&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;\"},s={b:\"\\\\s\",c:[{cN:\"meta-keyword\",b:\"#?[a-z_][a-z1-9_-]+\",i:\"\\\\n\"}]},a=e.inherit(s,{b:\"\\\\(\",e:\"\\\\)\"}),t=e.inherit(e.ASM,{cN:\"meta-string\"}),l=e.inherit(e.QSM,{cN:\"meta-string\"}),r={eW:!0,i:/</,relevance:0,c:[{cN:\"attr\",b:\"[A-Za-z0-9\\\\._:-]+\",relevance:0},{b:/=\\s*/,relevance:0,c:[{cN:\"string\",endsParent:!0,v:[{b:/\"/,e:/\"/,c:[c]},{b:/'/,e:/'/,c:[c]},{b:/[^\\s\"'=<>`]+/}]}]}]};return{aliases:[\"html\",\"xhtml\",\"rss\",\"atom\",\"xjb\",\"xsd\",\"xsl\",\"plist\",\"wsf\",\"svg\"],cI:!0,c:[{cN:\"meta\",b:\"<![a-z]\",e:\">\",relevance:10,c:[s,l,t,a,{b:\"\\\\[\",e:\"\\\\]\",c:[{cN:\"meta\",b:\"<![a-z]\",e:\">\",c:[s,a,l,t]}]}]},e.C(\"\\x3c!--\",\"--\\x3e\",{relevance:10}),{b:\"<\\\\!\\\\[CDATA\\\\[\",e:\"\\\\]\\\\]>\",relevance:10},c,{cN:\"meta\",b:/<\\?xml/,e:/\\?>/,relevance:10},{b:/<\\?(php)?/,e:/\\?>/,sL:\"php\",c:[{b:\"/\\\\*\",e:\"\\\\*/\",skip:!0},{b:'b\"',e:'\"',skip:!0},{b:\"b'\",e:\"'\",skip:!0},e.inherit(e.ASM,{i:null,cN:null,c:null,skip:!0}),e.inherit(e.QSM,{i:null,cN:null,c:null,skip:!0})]},{cN:\"tag\",b:\"<style(?=\\\\s|>)\",e:\">\",k:{name:\"style\"},c:[r],starts:{e:\"</style>\",rE:!0,sL:[\"css\",\"xml\"]}},{cN:\"tag\",b:\"<script(?=\\\\s|>)\",e:\">\",k:{name:\"script\"},c:[r],starts:{e:\"<\\/script>\",rE:!0,sL:[\"actionscript\",\"javascript\",\"handlebars\",\"xml\"]}},{cN:\"tag\",b:\"</?\",e:\"/?>\",c:[{cN:\"name\",b:/[^\\/><\\s]+/,relevance:0},r]}]}});hljs.registerLanguage(\"markdown\",function(e){return{aliases:[\"md\",\"mkdown\",\"mkd\"],c:[{cN:\"section\",v:[{b:\"^#{1,6}\",e:\"$\"},{b:\"^.+?\\\\n[=-]{2,}$\"}]},{b:\"<\",e:\">\",sL:\"xml\",relevance:0},{cN:\"bullet\",b:\"^\\\\s*([*+-]|(\\\\d+\\\\.))\\\\s+\"},{cN:\"strong\",b:\"[*_]{2}.+?[*_]{2}\"},{cN:\"emphasis\",v:[{b:\"\\\\*.+?\\\\*\"},{b:\"_.+?_\",relevance:0}]},{cN:\"quote\",b:\"^>\\\\s+\",e:\"$\"},{cN:\"code\",v:[{b:\"^```\\\\w*\\\\s*$\",e:\"^```[ ]*$\"},{b:\"`.+?`\"},{b:\"^( {4}|\\\\t)\",e:\"$\",relevance:0}]},{b:\"^[-\\\\*]{3,}\",e:\"$\"},{b:\"\\\\[.+?\\\\][\\\\(\\\\[].*?[\\\\)\\\\]]\",rB:!0,c:[{cN:\"string\",b:\"\\\\[\",e:\"\\\\]\",eB:!0,rE:!0,relevance:0},{cN:\"link\",b:\"\\\\]\\\\(\",e:\"\\\\)\",eB:!0,eE:!0},{cN:\"symbol\",b:\"\\\\]\\\\[\",e:\"\\\\]\",eB:!0,eE:!0}],relevance:10},{b:/^\\[[^\\n]+\\]:/,rB:!0,c:[{cN:\"symbol\",b:/\\[/,e:/\\]/,eB:!0,eE:!0},{cN:\"link\",b:/:\\s*/,e:/$/,eB:!0}]}]}});hljs.registerLanguage(\"properties\",function(e){var r=\"[ \\\\t\\\\f]*\",t=\"(\"+r+\"[:=]\"+r+\"|[ \\\\t\\\\f]+)\",n=\"([^\\\\\\\\\\\\W:= \\\\t\\\\f\\\\n]|\\\\\\\\.)+\",a=\"([^\\\\\\\\:= \\\\t\\\\f\\\\n]|\\\\\\\\.)+\",c={e:t,relevance:0,starts:{cN:\"string\",e:/$/,relevance:0,c:[{b:\"\\\\\\\\\\\\n\"}]}};return{cI:!0,i:/\\S/,c:[e.C(\"^\\\\s*[!#]\",\"$\"),{b:n+t,rB:!0,c:[{cN:\"attr\",b:n,endsParent:!0,relevance:0}],starts:c},{b:a+t,rB:!0,relevance:0,c:[{cN:\"meta\",b:a,endsParent:!0,relevance:0}],starts:c},{cN:\"attr\",relevance:0,b:a+r+\"$\"}]}});hljs.registerLanguage(\"bash\",function(e){var t={cN:\"variable\",v:[{b:/\\$[\\w\\d#@][\\w\\d_]*/},{b:/\\$\\{(.*?)}/}]},a={cN:\"string\",b:/\"/,e:/\"/,c:[e.BE,t,{cN:\"variable\",b:/\\$\\(/,e:/\\)/,c:[e.BE]}]};return{aliases:[\"sh\",\"zsh\"],l:/\\b-?[a-z\\._]+\\b/,k:{keyword:\"if then else elif fi for while in do done case esac function\",literal:\"true false\",built_in:\"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp\",_:\"-ne -eq -lt -gt -f -d -e -s -l -a\"},c:[{cN:\"meta\",b:/^#![^\\n]+sh\\s*$/,relevance:10},{cN:\"function\",b:/\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{/,rB:!0,c:[e.inherit(e.TM,{b:/\\w[\\w\\d_]*/})],relevance:0},e.HCM,a,{cN:\"\",b:/\\\\\"/},{cN:\"string\",b:/'/,e:/'/},t]}});hljs.registerLanguage(\"dockerfile\",function(e){return{aliases:[\"docker\"],cI:!0,k:\"from maintainer expose env arg user onbuild stopsignal\",c:[e.HCM,e.ASM,e.QSM,e.NM,{bK:\"run cmd entrypoint volume add copy workdir label healthcheck shell\",starts:{e:/[^\\\\]$/,sL:\"bash\"}}],i:\"</\"}});hljs.registerLanguage(\"python\",function(e){var r={keyword:\"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10\",built_in:\"Ellipsis NotImplemented\",literal:\"False None True\"},b={cN:\"meta\",b:/^(>>>|\\.\\.\\.) /},c={cN:\"subst\",b:/\\{/,e:/\\}/,k:r,i:/#/},a={b:/\\{\\{/,relevance:0},l={cN:\"string\",c:[e.BE],v:[{b:/(u|b)?r?'''/,e:/'''/,c:[e.BE,b],relevance:10},{b:/(u|b)?r?\"\"\"/,e:/\"\"\"/,c:[e.BE,b],relevance:10},{b:/(fr|rf|f)'''/,e:/'''/,c:[e.BE,b,a,c]},{b:/(fr|rf|f)\"\"\"/,e:/\"\"\"/,c:[e.BE,b,a,c]},{b:/(u|r|ur)'/,e:/'/,relevance:10},{b:/(u|r|ur)\"/,e:/\"/,relevance:10},{b:/(b|br)'/,e:/'/},{b:/(b|br)\"/,e:/\"/},{b:/(fr|rf|f)'/,e:/'/,c:[e.BE,a,c]},{b:/(fr|rf|f)\"/,e:/\"/,c:[e.BE,a,c]},e.ASM,e.QSM]},n={cN:\"number\",relevance:0,v:[{b:e.BNR+\"[lLjJ]?\"},{b:\"\\\\b(0o[0-7]+)[lLjJ]?\"},{b:e.CNR+\"[lLjJ]?\"}]},i={cN:\"params\",b:/\\(/,e:/\\)/,c:[\"self\",b,n,l,e.HCM]};return c.c=[l,n,b],{aliases:[\"py\",\"gyp\",\"ipython\"],k:r,i:/(<\\/|->|\\?)|=>/,c:[b,n,{bK:\"if\",relevance:0},l,e.HCM,{v:[{cN:\"function\",bK:\"def\"},{cN:\"class\",bK:\"class\"}],e:/:/,i:/[${=;\\n,]/,c:[e.UTM,i,{b:/->/,eW:!0,k:\"None\"}]},{cN:\"meta\",b:/^[\\t ]*@/,e:/$/},{b:/\\b(print|exec)\\(/}]}});hljs.registerLanguage(\"ini\",function(e){var b={cN:\"number\",relevance:0,v:[{b:/([\\+\\-]+)?[\\d]+_[\\d_]+/},{b:e.NR}]},a=e.C();a.v=[{b:/;/,e:/$/},{b:/#/,e:/$/}];var c={cN:\"variable\",v:[{b:/\\$[\\w\\d\"][\\w\\d_]*/},{b:/\\$\\{(.*?)}/}]},r={cN:\"literal\",b:/\\bon|off|true|false|yes|no\\b/},n={cN:\"string\",c:[e.BE],v:[{b:\"'''\",e:\"'''\",relevance:10},{b:'\"\"\"',e:'\"\"\"',relevance:10},{b:'\"',e:'\"'},{b:\"'\",e:\"'\"}]};return{aliases:[\"toml\"],cI:!0,i:/\\S/,c:[a,{cN:\"section\",b:/\\[+/,e:/\\]+/},{b:/^[a-z0-9\\[\\]_\\.-]+(?=\\s*=\\s*)/,cN:\"attr\",starts:{e:/$/,c:[a,{b:/\\[/,e:/\\]/,c:[a,r,c,n,b,\"self\"],relevance:0},r,c,n,b]}}]}});hljs.registerLanguage(\"diff\",function(e){return{aliases:[\"patch\"],c:[{cN:\"meta\",relevance:10,v:[{b:/^@@ +\\-\\d+,\\d+ +\\+\\d+,\\d+ +@@$/},{b:/^\\*\\*\\* +\\d+,\\d+ +\\*\\*\\*\\*$/},{b:/^\\-\\-\\- +\\d+,\\d+ +\\-\\-\\-\\-$/}]},{cN:\"comment\",v:[{b:/Index: /,e:/$/},{b:/={3,}/,e:/$/},{b:/^\\-{3}/,e:/$/},{b:/^\\*{3} /,e:/$/},{b:/^\\+{3}/,e:/$/},{b:/^\\*{15}$/}]},{cN:\"addition\",b:\"^\\\\+\",e:\"$\"},{cN:\"deletion\",b:\"^\\\\-\",e:\"$\"},{cN:\"addition\",b:\"^\\\\!\",e:\"$\"}]}});hljs.registerLanguage(\"http\",function(e){var t=\"HTTP/[0-9\\\\.]+\";return{aliases:[\"https\"],i:\"\\\\S\",c:[{b:\"^\"+t,e:\"$\",c:[{cN:\"number\",b:\"\\\\b\\\\d{3}\\\\b\"}]},{b:\"^[A-Z]+ (.*?) \"+t+\"$\",rB:!0,e:\"$\",c:[{cN:\"string\",b:\" \",e:\" \",eB:!0,eE:!0},{b:t},{cN:\"keyword\",b:\"[A-Z]+\"}]},{cN:\"attribute\",b:\"^\\\\w\",e:\": \",eE:!0,i:\"\\\\n|\\\\s|=\",starts:{e:\"$\",relevance:0}},{b:\"\\\\n\\\\n\",starts:{sL:[],eW:!0}}]}});hljs.registerLanguage(\"sql\",function(e){var t=e.C(\"--\",\"$\");return{cI:!0,i:/[<>{}*]/,c:[{bK:\"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with\",e:/;/,eW:!0,l:/[\\w\\.]+/,k:{keyword:\"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek\",literal:\"true false null unknown\",built_in:\"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varchar2 varying void\"},c:[{cN:\"string\",b:\"'\",e:\"'\",c:[{b:\"''\"}]},{cN:\"string\",b:'\"',e:'\"',c:[{b:'\"\"'}]},{cN:\"string\",b:\"`\",e:\"`\"},e.CNM,e.CBCM,t,e.HCM]},e.CBCM,t,e.HCM]}});hljs.registerLanguage(\"vala\",function(e){return{k:{keyword:\"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var\",built_in:\"DBus GLib CCode Gee Object Gtk Posix\",literal:\"false true null\"},c:[{cN:\"class\",bK:\"class interface namespace\",e:\"{\",eE:!0,i:\"[^,:\\\\n\\\\s\\\\.]\",c:[e.UTM]},e.CLCM,e.CBCM,{cN:\"string\",b:'\"\"\"',e:'\"\"\"',relevance:5},e.ASM,e.QSM,e.CNM,{cN:\"meta\",b:\"^#\",e:\"$\",relevance:2}]}});hljs.registerLanguage(\"asciidoc\",function(e){return{aliases:[\"adoc\"],c:[e.C(\"^/{4,}\\\\n\",\"\\\\n/{4,}$\",{relevance:10}),e.C(\"^//\",\"$\",{relevance:0}),{cN:\"title\",b:\"^\\\\.\\\\w.*$\"},{b:\"^[=\\\\*]{4,}\\\\n\",e:\"\\\\n^[=\\\\*]{4,}$\",relevance:10},{cN:\"section\",relevance:10,v:[{b:\"^(={1,5}) .+?( \\\\1)?$\"},{b:\"^[^\\\\[\\\\]\\\\n]+?\\\\n[=\\\\-~\\\\^\\\\+]{2,}$\"}]},{cN:\"meta\",b:\"^:.+?:\",e:\"\\\\s\",eE:!0,relevance:10},{cN:\"meta\",b:\"^\\\\[.+?\\\\]$\",relevance:0},{cN:\"quote\",b:\"^_{4,}\\\\n\",e:\"\\\\n_{4,}$\",relevance:10},{cN:\"code\",b:\"^[\\\\-\\\\.]{4,}\\\\n\",e:\"\\\\n[\\\\-\\\\.]{4,}$\",relevance:10},{b:\"^\\\\+{4,}\\\\n\",e:\"\\\\n\\\\+{4,}$\",c:[{b:\"<\",e:\">\",sL:\"xml\",relevance:0}],relevance:10},{cN:\"bullet\",b:\"^(\\\\*+|\\\\-+|\\\\.+|[^\\\\n]+?::)\\\\s+\"},{cN:\"symbol\",b:\"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\\\s+\",relevance:10},{cN:\"strong\",b:\"\\\\B\\\\*(?![\\\\*\\\\s])\",e:\"(\\\\n{2}|\\\\*)\",c:[{b:\"\\\\\\\\*\\\\w\",relevance:0}]},{cN:\"emphasis\",b:\"\\\\B'(?!['\\\\s])\",e:\"(\\\\n{2}|')\",c:[{b:\"\\\\\\\\'\\\\w\",relevance:0}],relevance:0},{cN:\"emphasis\",b:\"_(?![_\\\\s])\",e:\"(\\\\n{2}|_)\",relevance:0},{cN:\"string\",v:[{b:\"``.+?''\"},{b:\"`.+?'\"}]},{cN:\"code\",b:\"(`.+?`|\\\\+.+?\\\\+)\",relevance:0},{cN:\"code\",b:\"^[ \\\\t]\",e:\"$\",relevance:0},{b:\"^'{3,}[ \\\\t]*$\",relevance:10},{b:\"(link:)?(http|https|ftp|file|irc|image:?):\\\\S+\\\\[.*?\\\\]\",rB:!0,c:[{b:\"(link|image:?):\",relevance:0},{cN:\"link\",b:\"\\\\w\",e:\"[^\\\\[]+\",relevance:0},{cN:\"string\",b:\"\\\\[\",e:\"\\\\]\",eB:!0,eE:!0,relevance:0}],relevance:10}]}});hljs.registerLanguage(\"json\",function(e){var i={literal:\"true false null\"},n=[e.CLCM,e.CBCM],c=[e.QSM,e.CNM],r={e:\",\",eW:!0,eE:!0,c:c,k:i},t={b:\"{\",e:\"}\",c:[{cN:\"attr\",b:/\"/,e:/\"/,c:[e.BE],i:\"\\\\n\"},e.inherit(r,{b:/:/})].concat(n),i:\"\\\\S\"},a={b:\"\\\\[\",e:\"\\\\]\",c:[e.inherit(r)],i:\"\\\\S\"};return c.push(t,a),n.forEach(function(e){c.push(e)}),{c:c,k:i,i:\"\\\\S\"}});hljs.registerLanguage(\"rust\",function(e){var t=\"([ui](8|16|32|64|128|size)|f(32|64))?\",r=\"drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!\";return{aliases:[\"rs\"],k:{keyword:\"abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield\",literal:\"true false Some None Ok Err\",built_in:r},l:e.IR+\"!?\",i:\"</\",c:[e.CLCM,e.C(\"/\\\\*\",\"\\\\*/\",{c:[\"self\"]}),e.inherit(e.QSM,{b:/b?\"/,i:null}),{cN:\"string\",v:[{b:/r(#*)\"(.|\\n)*?\"\\1(?!#)/},{b:/b?'\\\\?(x\\w{2}|u\\w{4}|U\\w{8}|.)'/}]},{cN:\"symbol\",b:/'[a-zA-Z_][a-zA-Z0-9_]*/},{cN:\"number\",v:[{b:\"\\\\b0b([01_]+)\"+t},{b:\"\\\\b0o([0-7_]+)\"+t},{b:\"\\\\b0x([A-Fa-f0-9_]+)\"+t},{b:\"\\\\b(\\\\d[\\\\d_]*(\\\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)\"+t}],relevance:0},{cN:\"function\",bK:\"fn\",e:\"(\\\\(|<)\",eE:!0,c:[e.UTM]},{cN:\"meta\",b:\"#\\\\!?\\\\[\",e:\"\\\\]\",c:[{cN:\"meta-string\",b:/\"/,e:/\"/}]},{cN:\"class\",bK:\"type\",e:\";\",c:[e.inherit(e.UTM,{endsParent:!0})],i:\"\\\\S\"},{cN:\"class\",bK:\"trait enum struct union\",e:\"{\",c:[e.inherit(e.UTM,{endsParent:!0})],i:\"[\\\\w\\\\d]\"},{b:e.IR+\"::\",k:{built_in:r}},{b:\"->\"}]}});hljs.registerLanguage(\"awk\",function(e){return{k:{keyword:\"BEGIN END if else while do for in break continue delete next nextfile function func exit|10\"},c:[{cN:\"variable\",v:[{b:/\\$[\\w\\d#@][\\w\\d_]*/},{b:/\\$\\{(.*?)}/}]},{cN:\"string\",c:[e.BE],v:[{b:/(u|b)?r?'''/,e:/'''/,relevance:10},{b:/(u|b)?r?\"\"\"/,e:/\"\"\"/,relevance:10},{b:/(u|r|ur)'/,e:/'/,relevance:10},{b:/(u|r|ur)\"/,e:/\"/,relevance:10},{b:/(b|br)'/,e:/'/},{b:/(b|br)\"/,e:/\"/},e.ASM,e.QSM]},e.RM,e.HCM,e.NM]}});hljs.registerLanguage(\"java\",function(e){var a=\"false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do\",t={cN:\"number\",b:\"\\\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+)(\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+))?|\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+))([eE][-+]?\\\\d+)?)[lLfF]?\",relevance:0};return{aliases:[\"jsp\"],k:a,i:/<\\/|#/,c:[e.C(\"/\\\\*\\\\*\",\"\\\\*/\",{relevance:0,c:[{b:/\\w+@/,relevance:0},{cN:\"doctag\",b:\"@[A-Za-z]+\"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:\"class\",bK:\"class interface\",e:/[{;=]/,eE:!0,k:\"class interface\",i:/[:\"\\[\\]]/,c:[{bK:\"extends implements\"},e.UTM]},{bK:\"new throw return else\",relevance:0},{cN:\"function\",b:\"([À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(<[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\\\\s*,\\\\s*[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*)*>)?\\\\s+)+\"+e.UIR+\"\\\\s*\\\\(\",rB:!0,e:/[{;=]/,eE:!0,k:a,c:[{b:e.UIR+\"\\\\s*\\\\(\",rB:!0,relevance:0,c:[e.UTM]},{cN:\"params\",b:/\\(/,e:/\\)/,k:a,relevance:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},t,{cN:\"meta\",b:\"@[A-Za-z]+\"}]}});hljs.registerLanguage(\"cs\",function(e){var a={keyword:\"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let nameof on orderby partial remove select set value var when where yield\",literal:\"null false true\"},i={cN:\"number\",v:[{b:\"\\\\b(0b[01']+)\"},{b:\"(-?)\\\\b([\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)(u|U|l|L|ul|UL|f|F|b|B)\"},{b:\"(-?)(\\\\b0[xX][a-fA-F0-9']+|(\\\\b[\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)([eE][-+]?[\\\\d']+)?)\"}],relevance:0},c={cN:\"string\",b:'@\"',e:'\"',c:[{b:'\"\"'}]},r=e.inherit(c,{i:/\\n/}),n={cN:\"subst\",b:\"{\",e:\"}\",k:a},t=e.inherit(n,{i:/\\n/}),s={cN:\"string\",b:/\\$\"/,e:'\"',i:/\\n/,c:[{b:\"{{\"},{b:\"}}\"},e.BE,t]},l={cN:\"string\",b:/\\$@\"/,e:'\"',c:[{b:\"{{\"},{b:\"}}\"},{b:'\"\"'},n]},b=e.inherit(l,{i:/\\n/,c:[{b:\"{{\"},{b:\"}}\"},{b:'\"\"'},t]});n.c=[l,s,c,e.ASM,e.QSM,i,e.CBCM],t.c=[b,s,r,e.ASM,e.QSM,i,e.inherit(e.CBCM,{i:/\\n/})];var o={v:[l,s,c,e.ASM,e.QSM]},d=e.IR+\"(<\"+e.IR+\"(\\\\s*,\\\\s*\"+e.IR+\")*>)?(\\\\[\\\\])?\";return{aliases:[\"csharp\",\"c#\"],k:a,i:/::/,c:[e.C(\"///\",\"$\",{rB:!0,c:[{cN:\"doctag\",v:[{b:\"///\",relevance:0},{b:\"\\x3c!--|--\\x3e\"},{b:\"</?\",e:\">\"}]}]}),e.CLCM,e.CBCM,{cN:\"meta\",b:\"#\",e:\"$\",k:{\"meta-keyword\":\"if else elif endif define undef warning error line region endregion pragma checksum\"}},o,i,{bK:\"class interface\",e:/[{;=]/,i:/[^\\s:,]/,c:[e.TM,e.CLCM,e.CBCM]},{bK:\"namespace\",e:/[{;=]/,i:/[^\\s:]/,c:[e.inherit(e.TM,{b:\"[a-zA-Z](\\\\.?\\\\w)*\"}),e.CLCM,e.CBCM]},{cN:\"meta\",b:\"^\\\\s*\\\\[\",eB:!0,e:\"\\\\]\",eE:!0,c:[{cN:\"meta-string\",b:/\"/,e:/\"/}]},{bK:\"new return throw await else\",relevance:0},{cN:\"function\",b:\"(\"+d+\"\\\\s+)+\"+e.IR+\"\\\\s*\\\\(\",rB:!0,e:/\\s*[{;=]/,eE:!0,k:a,c:[{b:e.IR+\"\\\\s*\\\\(\",rB:!0,c:[e.TM],relevance:0},{cN:\"params\",b:/\\(/,e:/\\)/,eB:!0,eE:!0,k:a,relevance:0,c:[o,i,e.CBCM]},e.CLCM,e.CBCM]}]}});hljs.registerLanguage(\"mathematica\",function(e){return{aliases:[\"mma\",\"wl\"],l:\"(\\\\$|\\\\b)\"+e.IR+\"\\\\b\",k:\"AASTriangle AbelianGroup Abort AbortKernels AbortProtect AbortScheduledTask Above Abs AbsArg AbsArgPlot Absolute AbsoluteCorrelation AbsoluteCorrelationFunction AbsoluteCurrentValue AbsoluteDashing AbsoluteFileName AbsoluteOptions AbsolutePointSize AbsoluteThickness AbsoluteTime AbsoluteTiming AcceptanceThreshold AccountingForm Accumulate Accuracy AccuracyGoal ActionDelay ActionMenu ActionMenuBox ActionMenuBoxOptions Activate Active ActiveClassification ActiveClassificationObject ActiveItem ActivePrediction ActivePredictionObject ActiveStyle AcyclicGraphQ AddOnHelpPath AddSides AddTo AddToSearchIndex AddUsers AdjacencyGraph AdjacencyList AdjacencyMatrix AdjustmentBox AdjustmentBoxOptions AdjustTimeSeriesForecast AdministrativeDivisionData AffineHalfSpace AffineSpace AffineStateSpaceModel AffineTransform After AggregatedEntityClass AggregationLayer AircraftData AirportData AirPressureData AirTemperatureData AiryAi AiryAiPrime AiryAiZero AiryBi AiryBiPrime AiryBiZero AlgebraicIntegerQ AlgebraicNumber AlgebraicNumberDenominator AlgebraicNumberNorm AlgebraicNumberPolynomial AlgebraicNumberTrace AlgebraicRules AlgebraicRulesData Algebraics AlgebraicUnitQ Alignment AlignmentMarker AlignmentPoint All AllowAdultContent AllowedCloudExtraParameters AllowedCloudParameterExtensions AllowedDimensions AllowedFrequencyRange AllowedHeads AllowGroupClose AllowIncomplete AllowInlineCells AllowKernelInitialization AllowLooseGrammar AllowReverseGroupClose AllowScriptLevelChange AllTrue Alphabet AlphabeticOrder AlphabeticSort AlphaChannel AlternateImage AlternatingFactorial AlternatingGroup AlternativeHypothesis Alternatives AltitudeMethod AmbientLight AmbiguityFunction AmbiguityList Analytic AnatomyData AnatomyForm AnatomyPlot3D AnatomySkinStyle AnatomyStyling AnchoredSearch And AndersonDarlingTest AngerJ AngleBisector AngleBracket AnglePath AnglePath3D AngleVector AngularGauge Animate AnimationCycleOffset AnimationCycleRepetitions AnimationDirection AnimationDisplayTime AnimationRate AnimationRepetitions AnimationRunning AnimationRunTime AnimationTimeIndex Animator AnimatorBox AnimatorBoxOptions AnimatorElements Annotate Annotation AnnotationDelete AnnotationNames AnnotationRules AnnotationValue Annuity AnnuityDue Annulus AnomalyDetection AnomalyDetectorFunction Anonymous Antialiasing AntihermitianMatrixQ Antisymmetric AntisymmetricMatrixQ Antonyms AnyOrder AnySubset AnyTrue Apart ApartSquareFree APIFunction Appearance AppearanceElements AppearanceRules AppellF1 Append AppendCheck AppendLayer AppendTo ApplicationIdentificationKey Apply ApplySides ArcCos ArcCosh ArcCot ArcCoth ArcCsc ArcCsch ArcCurvature ARCHProcess ArcLength ArcSec ArcSech ArcSin ArcSinDistribution ArcSinh ArcTan ArcTanh Area Arg ArgMax ArgMin ArgumentCountQ ARIMAProcess ArithmeticGeometricMean ARMAProcess Around AroundReplace ARProcess Array ArrayComponents ArrayDepth ArrayFilter ArrayFlatten ArrayMesh ArrayPad ArrayPlot ArrayQ ArrayResample ArrayReshape ArrayRules Arrays Arrow Arrow3DBox ArrowBox Arrowheads ASATriangle Ask AskAppend AskConfirm AskDisplay AskedQ AskedValue AskFunction AskState AskTemplateDisplay AspectRatio AspectRatioFixed Assert AssociateTo Association AssociationFormat AssociationMap AssociationQ AssociationThread AssumeDeterministic Assuming Assumptions AstronomicalData AsymptoticDSolveValue AsymptoticEqual AsymptoticEquivalent AsymptoticGreater AsymptoticGreaterEqual AsymptoticIntegrate AsymptoticLess AsymptoticLessEqual AsymptoticOutputTracker AsymptoticRSolveValue AsymptoticSolve AsymptoticSum Asynchronous AsynchronousTaskObject AsynchronousTasks Atom AtomCoordinates AtomCount AtomDiagramCoordinates AtomList AtomQ AttentionLayer Attributes Audio AudioAmplify AudioAnnotate AudioAnnotationLookup AudioBlockMap AudioCapture AudioChannelAssignment AudioChannelCombine AudioChannelMix AudioChannels AudioChannelSeparate AudioData AudioDelay AudioDelete AudioDevice AudioDistance AudioFade AudioFrequencyShift AudioGenerator AudioIdentify AudioInputDevice AudioInsert AudioIntervals AudioJoin AudioLabel AudioLength AudioLocalMeasurements AudioLooping AudioLoudness AudioMeasurements AudioNormalize AudioOutputDevice AudioOverlay AudioPad AudioPan AudioPartition AudioPause AudioPitchShift AudioPlay AudioPlot AudioQ AudioRecord AudioReplace AudioResample AudioReverb AudioSampleRate AudioSpectralMap AudioSpectralTransformation AudioSplit AudioStop AudioStream AudioStreams AudioTimeStretch AudioTrim AudioType AugmentedPolyhedron AugmentedSymmetricPolynomial Authenticate Authentication AuthenticationDialog AutoAction Autocomplete AutocompletionFunction AutoCopy AutocorrelationTest AutoDelete AutoEvaluateEvents AutoGeneratedPackage AutoIndent AutoIndentSpacings AutoItalicWords AutoloadPath AutoMatch Automatic AutomaticImageSize AutoMultiplicationSymbol AutoNumberFormatting AutoOpenNotebooks AutoOpenPalettes AutoQuoteCharacters AutoRefreshed AutoRemove AutorunSequencing AutoScaling AutoScroll AutoSpacing AutoStyleOptions AutoStyleWords AutoSubmitting Axes AxesEdge AxesLabel AxesOrigin AxesStyle AxiomaticTheory AxisBabyMonsterGroupB Back Background BackgroundAppearance BackgroundTasksSettings Backslash Backsubstitution Backward Ball Band BandpassFilter BandstopFilter BarabasiAlbertGraphDistribution BarChart BarChart3D BarcodeImage BarcodeRecognize BaringhausHenzeTest BarLegend BarlowProschanImportance BarnesG BarOrigin BarSpacing BartlettHannWindow BartlettWindow BaseDecode BaseEncode BaseForm Baseline BaselinePosition BaseStyle BasicRecurrentLayer BatchNormalizationLayer BatchSize BatesDistribution BattleLemarieWavelet BayesianMaximization BayesianMaximizationObject BayesianMinimization BayesianMinimizationObject Because BeckmannDistribution Beep Before Begin BeginDialogPacket BeginFrontEndInteractionPacket BeginPackage BellB BellY Below BenfordDistribution BeniniDistribution BenktanderGibratDistribution BenktanderWeibullDistribution BernoulliB BernoulliDistribution BernoulliGraphDistribution BernoulliProcess BernsteinBasis BesselFilterModel BesselI BesselJ BesselJZero BesselK BesselY BesselYZero Beta BetaBinomialDistribution BetaDistribution BetaNegativeBinomialDistribution BetaPrimeDistribution BetaRegularized Between BetweennessCentrality BeveledPolyhedron BezierCurve BezierCurve3DBox BezierCurve3DBoxOptions BezierCurveBox BezierCurveBoxOptions BezierFunction BilateralFilter Binarize BinaryDeserialize BinaryDistance BinaryFormat BinaryImageQ BinaryRead BinaryReadList BinarySerialize BinaryWrite BinCounts BinLists Binomial BinomialDistribution BinomialProcess BinormalDistribution BiorthogonalSplineWavelet BipartiteGraphQ BiquadraticFilterModel BirnbaumImportance BirnbaumSaundersDistribution BitAnd BitClear BitGet BitLength BitNot BitOr BitSet BitShiftLeft BitShiftRight BitXor BiweightLocation BiweightMidvariance Black BlackmanHarrisWindow BlackmanNuttallWindow BlackmanWindow Blank BlankForm BlankNullSequence BlankSequence Blend Block BlockchainAddressData BlockchainBase BlockchainBlockData BlockchainContractValue BlockchainData BlockchainGet BlockchainKeyEncode BlockchainPut BlockchainTokenData BlockchainTransaction BlockchainTransactionData BlockchainTransactionSign BlockchainTransactionSubmit BlockMap BlockRandom BlomqvistBeta BlomqvistBetaTest Blue Blur BodePlot BohmanWindow Bold Bond BondCount BondList BondQ Bookmarks Boole BooleanConsecutiveFunction BooleanConvert BooleanCountingFunction BooleanFunction BooleanGraph BooleanMaxterms BooleanMinimize BooleanMinterms BooleanQ BooleanRegion Booleans BooleanStrings BooleanTable BooleanVariables BorderDimensions BorelTannerDistribution Bottom BottomHatTransform BoundaryDiscretizeGraphics BoundaryDiscretizeRegion BoundaryMesh BoundaryMeshRegion BoundaryMeshRegionQ BoundaryStyle BoundedRegionQ BoundingRegion Bounds Box BoxBaselineShift BoxData BoxDimensions Boxed Boxes BoxForm BoxFormFormatTypes BoxFrame BoxID BoxMargins BoxMatrix BoxObject BoxRatios BoxRotation BoxRotationPoint BoxStyle BoxWhiskerChart Bra BracketingBar BraKet BrayCurtisDistance BreadthFirstScan Break BridgeData BrightnessEqualize BroadcastStationData Brown BrownForsytheTest BrownianBridgeProcess BrowserCategory BSplineBasis BSplineCurve BSplineCurve3DBox BSplineCurve3DBoxOptions BSplineCurveBox BSplineCurveBoxOptions BSplineFunction BSplineSurface BSplineSurface3DBox BSplineSurface3DBoxOptions BubbleChart BubbleChart3D BubbleScale BubbleSizes BuildingData BulletGauge BusinessDayQ ButterflyGraph ButterworthFilterModel Button ButtonBar ButtonBox ButtonBoxOptions ButtonCell ButtonContents ButtonData ButtonEvaluator ButtonExpandable ButtonFrame ButtonFunction ButtonMargins ButtonMinHeight ButtonNote ButtonNotebook ButtonSource ButtonStyle ButtonStyleMenuListing Byte ByteArray ByteArrayFormat ByteArrayQ ByteArrayToString ByteCount ByteOrderingC CachedValue CacheGraphics CachePersistence CalendarConvert CalendarData CalendarType Callout CalloutMarker CalloutStyle CallPacket CanberraDistance Cancel CancelButton CandlestickChart CanonicalGraph CanonicalizePolygon CanonicalizePolyhedron CanonicalName CanonicalWarpingCorrespondence CanonicalWarpingDistance CantorMesh CantorStaircase Cap CapForm CapitalDifferentialD Capitalize CapsuleShape CaptureRunning CardinalBSplineBasis CarlemanLinearize CarmichaelLambda CaseOrdering Cases CaseSensitive Cashflow Casoratian Catalan CatalanNumber Catch Catenate CatenateLayer CauchyDistribution CauchyWindow CayleyGraph CDF CDFDeploy CDFInformation CDFWavelet Ceiling CelestialSystem Cell CellAutoOverwrite CellBaseline CellBoundingBox CellBracketOptions CellChangeTimes CellContents CellContext CellDingbat CellDynamicExpression CellEditDuplicate CellElementsBoundingBox CellElementSpacings CellEpilog CellEvaluationDuplicate CellEvaluationFunction CellEvaluationLanguage CellEventActions CellFrame CellFrameColor CellFrameLabelMargins CellFrameLabels CellFrameMargins CellGroup CellGroupData CellGrouping CellGroupingRules CellHorizontalScrolling CellID CellLabel CellLabelAutoDelete CellLabelMargins CellLabelPositioning CellLabelStyle CellLabelTemplate CellMargins CellObject CellOpen CellPrint CellProlog Cells CellSize CellStyle CellTags CellularAutomaton CensoredDistribution Censoring Center CenterArray CenterDot CentralFeature CentralMoment CentralMomentGeneratingFunction Cepstrogram CepstrogramArray CepstrumArray CForm ChampernowneNumber ChangeOptions ChannelBase ChannelBrokerAction ChannelDatabin ChannelHistoryLength ChannelListen ChannelListener ChannelListeners ChannelListenerWait ChannelObject ChannelPreSendFunction ChannelReceiverFunction ChannelSend ChannelSubscribers ChanVeseBinarize Character CharacterCounts CharacterEncoding CharacterEncodingsPath CharacteristicFunction CharacteristicPolynomial CharacterName CharacterRange Characters ChartBaseStyle ChartElementData ChartElementDataFunction ChartElementFunction ChartElements ChartLabels ChartLayout ChartLegends ChartStyle Chebyshev1FilterModel Chebyshev2FilterModel ChebyshevDistance ChebyshevT ChebyshevU Check CheckAbort CheckAll Checkbox CheckboxBar CheckboxBox CheckboxBoxOptions ChemicalData ChessboardDistance ChiDistribution ChineseRemainder ChiSquareDistribution ChoiceButtons ChoiceDialog CholeskyDecomposition Chop ChromaticityPlot ChromaticityPlot3D ChromaticPolynomial Circle CircleBox CircleDot CircleMinus CirclePlus CirclePoints CircleThrough CircleTimes CirculantGraph CircularOrthogonalMatrixDistribution CircularQuaternionMatrixDistribution CircularRealMatrixDistribution CircularSymplecticMatrixDistribution CircularUnitaryMatrixDistribution Circumsphere CityData ClassifierFunction ClassifierInformation ClassifierMeasurements ClassifierMeasurementsObject Classify ClassPriors Clear ClearAll ClearAttributes ClearCookies ClearPermissions ClearSystemCache ClebschGordan ClickPane Clip ClipboardNotebook ClipFill ClippingStyle ClipPlanes ClipPlanesStyle ClipRange Clock ClockGauge ClockwiseContourIntegral Close Closed CloseKernels ClosenessCentrality Closing ClosingAutoSave ClosingEvent CloudAccountData CloudBase CloudConnect CloudDeploy CloudDirectory CloudDisconnect CloudEvaluate CloudExport CloudExpression CloudExpressions CloudFunction CloudGet CloudImport CloudLoggingData CloudObject CloudObjectInformation CloudObjectInformationData CloudObjectNameFormat CloudObjects CloudObjectURLType CloudPublish CloudPut CloudRenderingMethod CloudSave CloudShare CloudSubmit CloudSymbol CloudUnshare ClusterClassify ClusterDissimilarityFunction ClusteringComponents ClusteringTree CMYKColor Coarse CodeAssistOptions Coefficient CoefficientArrays CoefficientDomain CoefficientList CoefficientRules CoifletWavelet Collect Colon ColonForm ColorBalance ColorCombine ColorConvert ColorCoverage ColorData ColorDataFunction ColorDetect ColorDistance ColorFunction ColorFunctionScaling Colorize ColorNegate ColorOutput ColorProfileData ColorQ ColorQuantize ColorReplace ColorRules ColorSelectorSettings ColorSeparate ColorSetter ColorSetterBox ColorSetterBoxOptions ColorSlider ColorsNear ColorSpace ColorToneMapping Column ColumnAlignments ColumnBackgrounds ColumnForm ColumnLines ColumnsEqual ColumnSpacings ColumnWidths CombinedEntityClass CombinerFunction CometData CommonDefaultFormatTypes Commonest CommonestFilter CommonName CommonUnits CommunityBoundaryStyle CommunityGraphPlot CommunityLabels CommunityRegionStyle CompanyData CompatibleUnitQ CompilationOptions CompilationTarget Compile Compiled CompiledCodeFunction CompiledFunction CompilerOptions Complement CompleteGraph CompleteGraphQ CompleteKaryTree CompletionsListPacket Complex Complexes ComplexExpand ComplexInfinity ComplexityFunction ComplexListPlot ComplexPlot ComplexPlot3D ComponentMeasurements ComponentwiseContextMenu Compose ComposeList ComposeSeries CompositeQ Composition CompoundElement CompoundExpression CompoundPoissonDistribution CompoundPoissonProcess CompoundRenewalProcess Compress CompressedData ComputeUncertainty Condition ConditionalExpression Conditioned Cone ConeBox ConfidenceLevel ConfidenceRange ConfidenceTransform ConfigurationPath ConformAudio ConformImages Congruent ConicHullRegion ConicHullRegion3DBox ConicHullRegionBox ConicOptimization Conjugate ConjugateTranspose Conjunction Connect ConnectedComponents ConnectedGraphComponents ConnectedGraphQ ConnectedMeshComponents ConnectedMoleculeComponents ConnectedMoleculeQ ConnectionSettings ConnectLibraryCallbackFunction ConnectSystemModelComponents ConnesWindow ConoverTest ConsoleMessage ConsoleMessagePacket ConsolePrint Constant ConstantArray ConstantArrayLayer ConstantImage ConstantPlusLayer ConstantRegionQ Constants ConstantTimesLayer ConstellationData ConstrainedMax ConstrainedMin Construct Containing ContainsAll ContainsAny ContainsExactly ContainsNone ContainsOnly ContentFieldOptions ContentLocationFunction ContentObject ContentPadding ContentsBoundingBox ContentSelectable ContentSize Context ContextMenu Contexts ContextToFileName Continuation Continue ContinuedFraction ContinuedFractionK ContinuousAction ContinuousMarkovProcess ContinuousTask ContinuousTimeModelQ ContinuousWaveletData ContinuousWaveletTransform ContourDetect ContourGraphics ContourIntegral ContourLabels ContourLines ContourPlot ContourPlot3D Contours ContourShading ContourSmoothing ContourStyle ContraharmonicMean ContrastiveLossLayer Control ControlActive ControlAlignment ControlGroupContentsBox ControllabilityGramian ControllabilityMatrix ControllableDecomposition ControllableModelQ ControllerDuration ControllerInformation ControllerInformationData ControllerLinking ControllerManipulate ControllerMethod ControllerPath ControllerState ControlPlacement ControlsRendering ControlType Convergents ConversionOptions ConversionRules ConvertToBitmapPacket ConvertToPostScript ConvertToPostScriptPacket ConvexHullMesh ConvexPolygonQ ConvexPolyhedronQ ConvolutionLayer Convolve ConwayGroupCo1 ConwayGroupCo2 ConwayGroupCo3 CookieFunction Cookies CoordinateBoundingBox CoordinateBoundingBoxArray CoordinateBounds CoordinateBoundsArray CoordinateChartData CoordinatesToolOptions CoordinateTransform CoordinateTransformData CoprimeQ Coproduct CopulaDistribution Copyable CopyDatabin CopyDirectory CopyFile CopyTag CopyToClipboard CornerFilter CornerNeighbors Correlation CorrelationDistance CorrelationFunction CorrelationTest Cos Cosh CoshIntegral CosineDistance CosineWindow CosIntegral Cot Coth Count CountDistinct CountDistinctBy CounterAssignments CounterBox CounterBoxOptions CounterClockwiseContourIntegral CounterEvaluator CounterFunction CounterIncrements CounterStyle CounterStyleMenuListing CountRoots CountryData Counts CountsBy Covariance CovarianceEstimatorFunction CovarianceFunction CoxianDistribution CoxIngersollRossProcess CoxModel CoxModelFit CramerVonMisesTest CreateArchive CreateCellID CreateChannel CreateCloudExpression CreateDatabin CreateDataSystemModel CreateDialog CreateDirectory CreateDocument CreateFile CreateIntermediateDirectories CreateManagedLibraryExpression CreateNotebook CreatePalette CreatePalettePacket CreatePermissionsGroup CreateScheduledTask CreateSearchIndex CreateSystemModel CreateTemporary CreateUUID CreateWindow CriterionFunction CriticalityFailureImportance CriticalitySuccessImportance CriticalSection Cross CrossEntropyLossLayer CrossingCount CrossingDetect CrossingPolygon CrossMatrix Csc Csch CTCLossLayer Cube CubeRoot Cubics Cuboid CuboidBox Cumulant CumulantGeneratingFunction Cup CupCap Curl CurlyDoubleQuote CurlyQuote CurrencyConvert CurrentDate CurrentImage CurrentlySpeakingPacket CurrentNotebookImage CurrentScreenImage CurrentValue Curry CurvatureFlowFilter CurveClosed Cyan CycleGraph CycleIndexPolynomial Cycles CyclicGroup Cyclotomic Cylinder CylinderBox CylindricalDecompositionD DagumDistribution DamData DamerauLevenshteinDistance DampingFactor Darker Dashed Dashing DatabaseConnect DatabaseDisconnect DatabaseReference Databin DatabinAdd DatabinRemove Databins DatabinUpload DataCompression DataDistribution DataRange DataReversed Dataset Date DateBounds Dated DateDelimiters DateDifference DatedUnit DateFormat DateFunction DateHistogram DateList DateListLogPlot DateListPlot DateListStepPlot DateObject DateObjectQ DateOverlapsQ DatePattern DatePlus DateRange DateReduction DateString DateTicksFormat DateValue DateWithinQ DaubechiesWavelet DavisDistribution DawsonF DayCount DayCountConvention DayHemisphere DaylightQ DayMatchQ DayName DayNightTerminator DayPlus DayRange DayRound DeBruijnGraph DeBruijnSequence Debug DebugTag Decapitalize Decimal DecimalForm DeclareKnownSymbols DeclarePackage Decompose DeconvolutionLayer Decrement Decrypt DecryptFile DedekindEta DeepSpaceProbeData Default DefaultAxesStyle DefaultBaseStyle DefaultBoxStyle DefaultButton DefaultColor DefaultControlPlacement DefaultDuplicateCellStyle DefaultDuration DefaultElement DefaultFaceGridsStyle DefaultFieldHintStyle DefaultFont DefaultFontProperties DefaultFormatType DefaultFormatTypeForStyle DefaultFrameStyle DefaultFrameTicksStyle DefaultGridLinesStyle DefaultInlineFormatType DefaultInputFormatType DefaultLabelStyle DefaultMenuStyle DefaultNaturalLanguage DefaultNewCellStyle DefaultNewInlineCellStyle DefaultNotebook DefaultOptions DefaultOutputFormatType DefaultPrintPrecision DefaultStyle DefaultStyleDefinitions DefaultTextFormatType DefaultTextInlineFormatType DefaultTicksStyle DefaultTooltipStyle DefaultValue DefaultValues Defer DefineExternal DefineInputStreamMethod DefineOutputStreamMethod DefineResourceFunction Definition Degree DegreeCentrality DegreeGraphDistribution DegreeLexicographic DegreeReverseLexicographic DEigensystem DEigenvalues Deinitialization Del DelaunayMesh Delayed Deletable Delete DeleteAnomalies DeleteBorderComponents DeleteCases DeleteChannel DeleteCloudExpression DeleteContents DeleteDirectory DeleteDuplicates DeleteDuplicatesBy DeleteFile DeleteMissing DeleteObject DeletePermissionsKey DeleteSearchIndex DeleteSmallComponents DeleteStopwords DeleteWithContents DeletionWarning DelimitedArray DelimitedSequence Delimiter DelimiterFlashTime DelimiterMatching Delimiters DeliveryFunction Dendrogram Denominator DensityGraphics DensityHistogram DensityPlot DensityPlot3D DependentVariables Deploy Deployed Depth DepthFirstScan Derivative DerivativeFilter DerivedKey DescriptorStateSpace DesignMatrix DestroyAfterEvaluation Det DeviceClose DeviceConfigure DeviceExecute DeviceExecuteAsynchronous DeviceObject DeviceOpen DeviceOpenQ DeviceRead DeviceReadBuffer DeviceReadLatest DeviceReadList DeviceReadTimeSeries Devices DeviceStreams DeviceWrite DeviceWriteBuffer DGaussianWavelet DiacriticalPositioning Diagonal DiagonalizableMatrixQ DiagonalMatrix DiagonalMatrixQ Dialog DialogIndent DialogInput DialogLevel DialogNotebook DialogProlog DialogReturn DialogSymbols Diamond DiamondMatrix DiceDissimilarity DictionaryLookup DictionaryWordQ DifferenceDelta DifferenceOrder DifferenceQuotient DifferenceRoot DifferenceRootReduce Differences DifferentialD DifferentialRoot DifferentialRootReduce DifferentiatorFilter DigitalSignature DigitBlock DigitBlockMinimum DigitCharacter DigitCount DigitQ DihedralAngle DihedralGroup Dilation DimensionalCombinations DimensionalMeshComponents DimensionReduce DimensionReducerFunction DimensionReduction Dimensions DiracComb DiracDelta DirectedEdge DirectedEdges DirectedGraph DirectedGraphQ DirectedInfinity Direction Directive Directory DirectoryName DirectoryQ DirectoryStack DirichletBeta DirichletCharacter DirichletCondition DirichletConvolve DirichletDistribution DirichletEta DirichletL DirichletLambda DirichletTransform DirichletWindow DisableConsolePrintPacket DisableFormatting DiscreteChirpZTransform DiscreteConvolve DiscreteDelta DiscreteHadamardTransform DiscreteIndicator DiscreteLimit DiscreteLQEstimatorGains DiscreteLQRegulatorGains DiscreteLyapunovSolve DiscreteMarkovProcess DiscreteMaxLimit DiscreteMinLimit DiscretePlot DiscretePlot3D DiscreteRatio DiscreteRiccatiSolve DiscreteShift DiscreteTimeModelQ DiscreteUniformDistribution DiscreteVariables DiscreteWaveletData DiscreteWaveletPacketTransform DiscreteWaveletTransform DiscretizeGraphics DiscretizeRegion Discriminant DisjointQ Disjunction Disk DiskBox DiskMatrix DiskSegment Dispatch DispatchQ DispersionEstimatorFunction Display DisplayAllSteps DisplayEndPacket DisplayFlushImagePacket DisplayForm DisplayFunction DisplayPacket DisplayRules DisplaySetSizePacket DisplayString DisplayTemporary DisplayWith DisplayWithRef DisplayWithVariable DistanceFunction DistanceMatrix DistanceTransform Distribute Distributed DistributedContexts DistributeDefinitions DistributionChart DistributionDomain DistributionFitTest DistributionParameterAssumptions DistributionParameterQ Dithering Div Divergence Divide DivideBy Dividers DivideSides Divisible Divisors DivisorSigma DivisorSum DMSList DMSString Do DockedCells DocumentGenerator DocumentGeneratorInformation DocumentGeneratorInformationData DocumentGenerators DocumentNotebook DocumentWeightingRules Dodecahedron DomainRegistrationInformation DominantColors DOSTextFormat Dot DotDashed DotEqual DotLayer DotPlusLayer Dotted DoubleBracketingBar DoubleContourIntegral DoubleDownArrow DoubleLeftArrow DoubleLeftRightArrow DoubleLeftTee DoubleLongLeftArrow DoubleLongLeftRightArrow DoubleLongRightArrow DoubleRightArrow DoubleRightTee DoubleUpArrow DoubleUpDownArrow DoubleVerticalBar DoublyInfinite Down DownArrow DownArrowBar DownArrowUpArrow DownLeftRightVector DownLeftTeeVector DownLeftVector DownLeftVectorBar DownRightTeeVector DownRightVector DownRightVectorBar Downsample DownTee DownTeeArrow DownValues DragAndDrop DrawEdges DrawFrontFaces DrawHighlighted Drop DropoutLayer DSolve DSolveValue Dt DualLinearProgramming DualPolyhedron DualSystemsModel DumpGet DumpSave DuplicateFreeQ Duration Dynamic DynamicBox DynamicBoxOptions DynamicEvaluationTimeout DynamicGeoGraphics DynamicImage DynamicLocation DynamicModule DynamicModuleBox DynamicModuleBoxOptions DynamicModuleParent DynamicModuleValues DynamicName DynamicNamespace DynamicReference DynamicSetting DynamicUpdating DynamicWrapper DynamicWrapperBox DynamicWrapperBoxOptionsE EarthImpactData EarthquakeData EccentricityCentrality Echo EchoFunction EclipseType EdgeAdd EdgeBetweennessCentrality EdgeCapacity EdgeCapForm EdgeColor EdgeConnectivity EdgeContract EdgeCost EdgeCount EdgeCoverQ EdgeCycleMatrix EdgeDashing EdgeDelete EdgeDetect EdgeForm EdgeIndex EdgeJoinForm EdgeLabeling EdgeLabels EdgeLabelStyle EdgeList EdgeOpacity EdgeQ EdgeRenderingFunction EdgeRules EdgeShapeFunction EdgeStyle EdgeThickness EdgeWeight EdgeWeightedGraphQ Editable EditButtonSettings EditCellTagsSettings EditDistance EffectiveInterest Eigensystem Eigenvalues EigenvectorCentrality Eigenvectors Element ElementData ElementwiseLayer ElidedForms Eliminate EliminationOrder Ellipsoid EllipticE EllipticExp EllipticExpPrime EllipticF EllipticFilterModel EllipticK EllipticLog EllipticNomeQ EllipticPi EllipticReducedHalfPeriods EllipticTheta EllipticThetaPrime EmbedCode EmbeddedHTML EmbeddedService EmbeddingLayer EmbeddingObject EmitSound EmphasizeSyntaxErrors EmpiricalDistribution Empty EmptyGraphQ EmptyRegion EnableConsolePrintPacket Enabled Encode Encrypt EncryptedObject EncryptFile End EndAdd EndDialogPacket EndFrontEndInteractionPacket EndOfBuffer EndOfFile EndOfLine EndOfString EndPackage EngineEnvironment EngineeringForm Enter EnterExpressionPacket EnterTextPacket Entity EntityClass EntityClassList EntityCopies EntityFunction EntityGroup EntityInstance EntityList EntityPrefetch EntityProperties EntityProperty EntityPropertyClass EntityRegister EntityStore EntityStores EntityTypeName EntityUnregister EntityValue Entropy EntropyFilter Environment Epilog EpilogFunction Equal EqualColumns EqualRows EqualTilde EqualTo EquatedTo Equilibrium EquirippleFilterKernel Equivalent Erf Erfc Erfi ErlangB ErlangC ErlangDistribution Erosion ErrorBox ErrorBoxOptions ErrorNorm ErrorPacket ErrorsDialogSettings EscapeRadius EstimatedBackground EstimatedDistribution EstimatedProcess EstimatorGains EstimatorRegulator EuclideanDistance EulerAngles EulerCharacteristic EulerE EulerGamma EulerianGraphQ EulerMatrix EulerPhi Evaluatable Evaluate Evaluated EvaluatePacket EvaluateScheduledTask EvaluationBox EvaluationCell EvaluationCompletionAction EvaluationData EvaluationElements EvaluationEnvironment EvaluationMode EvaluationMonitor EvaluationNotebook EvaluationObject EvaluationOrder Evaluator EvaluatorNames EvenQ EventData EventEvaluator EventHandler EventHandlerTag EventLabels EventSeries ExactBlackmanWindow ExactNumberQ ExactRootIsolation ExampleData Except ExcludedForms ExcludedLines ExcludedPhysicalQuantities ExcludePods Exclusions ExclusionsStyle Exists Exit ExitDialog ExoplanetData Exp Expand ExpandAll ExpandDenominator ExpandFileName ExpandNumerator Expectation ExpectationE ExpectedValue ExpGammaDistribution ExpIntegralE ExpIntegralEi ExpirationDate Exponent ExponentFunction ExponentialDistribution ExponentialFamily ExponentialGeneratingFunction ExponentialMovingAverage ExponentialPowerDistribution ExponentPosition ExponentStep Export ExportAutoReplacements ExportByteArray ExportForm ExportPacket ExportString Expression ExpressionCell ExpressionPacket ExpressionUUID ExpToTrig ExtendedEntityClass ExtendedGCD Extension ExtentElementFunction ExtentMarkers ExtentSize ExternalBundle ExternalCall ExternalDataCharacterEncoding ExternalEvaluate ExternalFunction ExternalFunctionName ExternalObject ExternalOptions ExternalSessionObject ExternalSessions ExternalTypeSignature ExternalValue Extract ExtractArchive ExtractLayer ExtremeValueDistributionFaceForm FaceGrids FaceGridsStyle FacialFeatures Factor FactorComplete Factorial Factorial2 FactorialMoment FactorialMomentGeneratingFunction FactorialPower FactorInteger FactorList FactorSquareFree FactorSquareFreeList FactorTerms FactorTermsList Fail Failure FailureAction FailureDistribution FailureQ False FareySequence FARIMAProcess FeatureDistance FeatureExtract FeatureExtraction FeatureExtractor FeatureExtractorFunction FeatureNames FeatureNearest FeatureSpacePlot FeatureSpacePlot3D FeatureTypes FEDisableConsolePrintPacket FeedbackLinearize FeedbackSector FeedbackSectorStyle FeedbackType FEEnableConsolePrintPacket FetalGrowthData Fibonacci Fibonorial FieldCompletionFunction FieldHint FieldHintStyle FieldMasked FieldSize File FileBaseName FileByteCount FileConvert FileDate FileExistsQ FileExtension FileFormat FileHandler FileHash FileInformation FileName FileNameDepth FileNameDialogSettings FileNameDrop FileNameForms FileNameJoin FileNames FileNameSetter FileNameSplit FileNameTake FilePrint FileSize FileSystemMap FileSystemScan FileTemplate FileTemplateApply FileType FilledCurve FilledCurveBox FilledCurveBoxOptions Filling FillingStyle FillingTransform FilteredEntityClass FilterRules FinancialBond FinancialData FinancialDerivative FinancialIndicator Find FindAnomalies FindArgMax FindArgMin FindChannels FindClique FindClusters FindCookies FindCurvePath FindCycle FindDevices FindDistribution FindDistributionParameters FindDivisions FindEdgeCover FindEdgeCut FindEdgeIndependentPaths FindEquationalProof FindEulerianCycle FindExternalEvaluators FindFaces FindFile FindFit FindFormula FindFundamentalCycles FindGeneratingFunction FindGeoLocation FindGeometricConjectures FindGeometricTransform FindGraphCommunities FindGraphIsomorphism FindGraphPartition FindHamiltonianCycle FindHamiltonianPath FindHiddenMarkovStates FindIndependentEdgeSet FindIndependentVertexSet FindInstance FindIntegerNullVector FindKClan FindKClique FindKClub FindKPlex FindLibrary FindLinearRecurrence FindList FindMatchingColor FindMaximum FindMaximumFlow FindMaxValue FindMeshDefects FindMinimum FindMinimumCostFlow FindMinimumCut FindMinValue FindMoleculeSubstructure FindPath FindPeaks FindPermutation FindPostmanTour FindProcessParameters FindRepeat FindRoot FindSequenceFunction FindSettings FindShortestPath FindShortestTour FindSpanningTree FindSystemModelEquilibrium FindTextualAnswer FindThreshold FindTransientRepeat FindVertexCover FindVertexCut FindVertexIndependentPaths Fine FinishDynamic FiniteAbelianGroupCount FiniteGroupCount FiniteGroupData First FirstCase FirstPassageTimeDistribution FirstPosition FischerGroupFi22 FischerGroupFi23 FischerGroupFi24Prime FisherHypergeometricDistribution FisherRatioTest FisherZDistribution Fit FitAll FitRegularization FittedModel FixedOrder FixedPoint FixedPointList FlashSelection Flat Flatten FlattenAt FlattenLayer FlatTopWindow FlipView Floor FlowPolynomial FlushPrintOutputPacket Fold FoldList FoldPair FoldPairList FollowRedirects Font FontColor FontFamily FontForm FontName FontOpacity FontPostScriptName FontProperties FontReencoding FontSize FontSlant FontSubstitutions FontTracking FontVariations FontWeight For ForAll Format FormatRules FormatType FormatTypeAutoConvert FormatValues FormBox FormBoxOptions FormControl FormFunction FormLayoutFunction FormObject FormPage FormTheme FormulaData FormulaLookup FortranForm Forward ForwardBackward Fourier FourierCoefficient FourierCosCoefficient FourierCosSeries FourierCosTransform FourierDCT FourierDCTFilter FourierDCTMatrix FourierDST FourierDSTMatrix FourierMatrix FourierParameters FourierSequenceTransform FourierSeries FourierSinCoefficient FourierSinSeries FourierSinTransform FourierTransform FourierTrigSeries FractionalBrownianMotionProcess FractionalGaussianNoiseProcess FractionalPart FractionBox FractionBoxOptions FractionLine Frame FrameBox FrameBoxOptions Framed FrameInset FrameLabel Frameless FrameMargins FrameRate FrameStyle FrameTicks FrameTicksStyle FRatioDistribution FrechetDistribution FreeQ FrenetSerretSystem FrequencySamplingFilterKernel FresnelC FresnelF FresnelG FresnelS Friday FrobeniusNumber FrobeniusSolve FromAbsoluteTime FromCharacterCode FromCoefficientRules FromContinuedFraction FromDate FromDigits FromDMS FromEntity FromJulianDate FromLetterNumber FromPolarCoordinates FromRomanNumeral FromSphericalCoordinates FromUnixTime Front FrontEndDynamicExpression FrontEndEventActions FrontEndExecute FrontEndObject FrontEndResource FrontEndResourceString FrontEndStackSize FrontEndToken FrontEndTokenExecute FrontEndValueCache FrontEndVersion FrontFaceColor FrontFaceOpacity Full FullAxes FullDefinition FullForm FullGraphics FullInformationOutputRegulator FullOptions FullRegion FullSimplify Function FunctionCompile FunctionCompileExport FunctionCompileExportByteArray FunctionCompileExportLibrary FunctionCompileExportString FunctionDomain FunctionExpand FunctionInterpolation FunctionPeriod FunctionRange FunctionSpace FussellVeselyImportanceGaborFilter GaborMatrix GaborWavelet GainMargins GainPhaseMargins GalaxyData GalleryView Gamma GammaDistribution GammaRegularized GapPenalty GARCHProcess GatedRecurrentLayer Gather GatherBy GaugeFaceElementFunction GaugeFaceStyle GaugeFrameElementFunction GaugeFrameSize GaugeFrameStyle GaugeLabels GaugeMarkers GaugeStyle GaussianFilter GaussianIntegers GaussianMatrix GaussianOrthogonalMatrixDistribution GaussianSymplecticMatrixDistribution GaussianUnitaryMatrixDistribution GaussianWindow GCD GegenbauerC General GeneralizedLinearModelFit GenerateAsymmetricKeyPair GenerateConditions GeneratedCell GeneratedDocumentBinding GenerateDerivedKey GenerateDigitalSignature GenerateDocument GeneratedParameters GeneratedQuantityMagnitudes GenerateHTTPResponse GenerateSecuredAuthenticationKey GenerateSymmetricKey GeneratingFunction GeneratorDescription GeneratorHistoryLength GeneratorOutputType Generic GenericCylindricalDecomposition GenomeData GenomeLookup GeoAntipode GeoArea GeoArraySize GeoBackground GeoBoundingBox GeoBounds GeoBoundsRegion GeoBubbleChart GeoCenter GeoCircle GeodesicClosing GeodesicDilation GeodesicErosion GeodesicOpening GeoDestination GeodesyData GeoDirection GeoDisk GeoDisplacement GeoDistance GeoDistanceList GeoElevationData GeoEntities GeoGraphics GeogravityModelData GeoGridDirectionDifference GeoGridLines GeoGridLinesStyle GeoGridPosition GeoGridRange GeoGridRangePadding GeoGridUnitArea GeoGridUnitDistance GeoGridVector GeoGroup GeoHemisphere GeoHemisphereBoundary GeoHistogram GeoIdentify GeoImage GeoLabels GeoLength GeoListPlot GeoLocation GeologicalPeriodData GeomagneticModelData GeoMarker GeometricAssertion GeometricBrownianMotionProcess GeometricDistribution GeometricMean GeometricMeanFilter GeometricScene GeometricTransformation GeometricTransformation3DBox GeometricTransformation3DBoxOptions GeometricTransformationBox GeometricTransformationBoxOptions GeoModel GeoNearest GeoPath GeoPosition GeoPositionENU GeoPositionXYZ GeoProjection GeoProjectionData GeoRange GeoRangePadding GeoRegionValuePlot GeoResolution GeoScaleBar GeoServer GeoSmoothHistogram GeoStreamPlot GeoStyling GeoStylingImageFunction GeoVariant GeoVector GeoVectorENU GeoVectorPlot GeoVectorXYZ GeoVisibleRegion GeoVisibleRegionBoundary GeoWithinQ GeoZoomLevel GestureHandler GestureHandlerTag Get GetBoundingBoxSizePacket GetContext GetEnvironment GetFileName GetFrontEndOptionsDataPacket GetLinebreakInformationPacket GetMenusPacket GetPageBreakInformationPacket Glaisher GlobalClusteringCoefficient GlobalPreferences GlobalSession Glow GoldenAngle GoldenRatio GompertzMakehamDistribution GoodmanKruskalGamma GoodmanKruskalGammaTest Goto Grad Gradient GradientFilter GradientOrientationFilter GrammarApply GrammarRules GrammarToken Graph Graph3D GraphAssortativity GraphAutomorphismGroup GraphCenter GraphComplement GraphData GraphDensity GraphDiameter GraphDifference GraphDisjointUnion GraphDistance GraphDistanceMatrix GraphElementData GraphEmbedding GraphHighlight GraphHighlightStyle GraphHub Graphics Graphics3D Graphics3DBox Graphics3DBoxOptions GraphicsArray GraphicsBaseline GraphicsBox GraphicsBoxOptions GraphicsColor GraphicsColumn GraphicsComplex GraphicsComplex3DBox GraphicsComplex3DBoxOptions GraphicsComplexBox GraphicsComplexBoxOptions GraphicsContents GraphicsData GraphicsGrid GraphicsGridBox GraphicsGroup GraphicsGroup3DBox GraphicsGroup3DBoxOptions GraphicsGroupBox GraphicsGroupBoxOptions GraphicsGrouping GraphicsHighlightColor GraphicsRow GraphicsSpacing GraphicsStyle GraphIntersection GraphLayout GraphLinkEfficiency GraphPeriphery GraphPlot GraphPlot3D GraphPower GraphPropertyDistribution GraphQ GraphRadius GraphReciprocity GraphRoot GraphStyle GraphUnion Gray GrayLevel Greater GreaterEqual GreaterEqualLess GreaterEqualThan GreaterFullEqual GreaterGreater GreaterLess GreaterSlantEqual GreaterThan GreaterTilde Green GreenFunction Grid GridBaseline GridBox GridBoxAlignment GridBoxBackground GridBoxDividers GridBoxFrame GridBoxItemSize GridBoxItemStyle GridBoxOptions GridBoxSpacings GridCreationSettings GridDefaultElement GridElementStyleOptions GridFrame GridFrameMargins GridGraph GridLines GridLinesStyle GroebnerBasis GroupActionBase GroupBy GroupCentralizer GroupElementFromWord GroupElementPosition GroupElementQ GroupElements GroupElementToWord GroupGenerators Groupings GroupMultiplicationTable GroupOrbits GroupOrder GroupPageBreakWithin GroupSetwiseStabilizer GroupStabilizer GroupStabilizerChain GroupTogetherGrouping GroupTogetherNestedGrouping GrowCutComponents Gudermannian GuidedFilter GumbelDistributionHaarWavelet HadamardMatrix HalfLine HalfNormalDistribution HalfPlane HalfSpace HamiltonianGraphQ HammingDistance HammingWindow HandlerFunctions HandlerFunctionsKeys HankelH1 HankelH2 HankelMatrix HankelTransform HannPoissonWindow HannWindow HaradaNortonGroupHN HararyGraph HarmonicMean HarmonicMeanFilter HarmonicNumber Hash Haversine HazardFunction Head HeadCompose HeaderLines Heads HeavisideLambda HeavisidePi HeavisideTheta HeldGroupHe HeldPart HelpBrowserLookup HelpBrowserNotebook HelpBrowserSettings Here HermiteDecomposition HermiteH HermitianMatrixQ HessenbergDecomposition Hessian HexadecimalCharacter Hexahedron HexahedronBox HexahedronBoxOptions HiddenMarkovProcess HiddenSurface Highlighted HighlightGraph HighlightImage HighlightMesh HighpassFilter HigmanSimsGroupHS HilbertCurve HilbertFilter HilbertMatrix Histogram Histogram3D HistogramDistribution HistogramList HistogramTransform HistogramTransformInterpolation HistoricalPeriodData HitMissTransform HITSCentrality HjorthDistribution HodgeDual HoeffdingD HoeffdingDTest Hold HoldAll HoldAllComplete HoldComplete HoldFirst HoldForm HoldPattern HoldRest HolidayCalendar HomeDirectory HomePage Horizontal HorizontalForm HorizontalGauge HorizontalScrollPosition HornerForm HostLookup HotellingTSquareDistribution HoytDistribution HTMLSave HTTPErrorResponse HTTPRedirect HTTPRequest HTTPRequestData HTTPResponse Hue HumanGrowthData HumpDownHump HumpEqual HurwitzLerchPhi HurwitzZeta HyperbolicDistribution HypercubeGraph HyperexponentialDistribution Hyperfactorial Hypergeometric0F1 Hypergeometric0F1Regularized Hypergeometric1F1 Hypergeometric1F1Regularized Hypergeometric2F1 Hypergeometric2F1Regularized HypergeometricDistribution HypergeometricPFQ HypergeometricPFQRegularized HypergeometricU Hyperlink HyperlinkCreationSettings Hyperplane Hyphenation HyphenationOptions HypoexponentialDistribution HypothesisTestDataI IconData Iconize IconizedObject IconRules Icosahedron Identity IdentityMatrix If IgnoreCase IgnoreDiacritics IgnorePunctuation IgnoreSpellCheck IgnoringInactive Im Image Image3D Image3DProjection Image3DSlices ImageAccumulate ImageAdd ImageAdjust ImageAlign ImageApply ImageApplyIndexed ImageAspectRatio ImageAssemble ImageAugmentationLayer ImageBoundingBoxes ImageCache ImageCacheValid ImageCapture ImageCaptureFunction ImageCases ImageChannels ImageClip ImageCollage ImageColorSpace ImageCompose ImageContainsQ ImageContents ImageConvolve ImageCooccurrence ImageCorners ImageCorrelate ImageCorrespondingPoints ImageCrop ImageData ImageDeconvolve ImageDemosaic ImageDifference ImageDimensions ImageDisplacements ImageDistance ImageEffect ImageExposureCombine ImageFeatureTrack ImageFileApply ImageFileFilter ImageFileScan ImageFilter ImageFocusCombine ImageForestingComponents ImageFormattingWidth ImageForwardTransformation ImageGraphics ImageHistogram ImageIdentify ImageInstanceQ ImageKeypoints ImageLevels ImageLines ImageMargins ImageMarker ImageMarkers ImageMeasurements ImageMesh ImageMultiply ImageOffset ImagePad ImagePadding ImagePartition ImagePeriodogram ImagePerspectiveTransformation ImagePosition ImagePreviewFunction ImagePyramid ImagePyramidApply ImageQ ImageRangeCache ImageRecolor ImageReflect ImageRegion ImageResize ImageResolution ImageRestyle ImageRotate ImageRotated ImageSaliencyFilter ImageScaled ImageScan ImageSize ImageSizeAction ImageSizeCache ImageSizeMultipliers ImageSizeRaw ImageSubtract ImageTake ImageTransformation ImageTrim ImageType ImageValue ImageValuePositions ImagingDevice ImplicitRegion Implies Import ImportAutoReplacements ImportByteArray ImportOptions ImportString ImprovementImportance In Inactivate Inactive IncidenceGraph IncidenceList IncidenceMatrix IncludeAromaticBonds IncludeConstantBasis IncludeDefinitions IncludeDirectories IncludeFileExtension IncludeGeneratorTasks IncludeHydrogens IncludeInflections IncludeMetaInformation IncludePods IncludeQuantities IncludeRelatedTables IncludeSingularTerm IncludeWindowTimes Increment IndefiniteMatrixQ Indent IndentingNewlineSpacings IndentMaxFraction IndependenceTest IndependentEdgeSetQ IndependentPhysicalQuantity IndependentUnit IndependentUnitDimension IndependentVertexSetQ Indeterminate IndeterminateThreshold IndexCreationOptions Indexed IndexGraph IndexTag Inequality InexactNumberQ InexactNumbers InfiniteLine InfinitePlane Infinity Infix InflationAdjust InflationMethod Information InformationData InformationDataGrid Inherited InheritScope InhomogeneousPoissonProcess InitialEvaluationHistory Initialization InitializationCell InitializationCellEvaluation InitializationCellWarning InitializationObjects InitializationValue Initialize InitialSeeding InlineCounterAssignments InlineCounterIncrements InlineRules Inner InnerPolygon InnerPolyhedron Inpaint Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOptions InputForm InputGrouping InputNamePacket InputNotebook InputPacket InputSettings InputStream InputString InputStringPacket InputToBoxFormPacket Insert InsertionFunction InsertionPointObject InsertLinebreaks InsertResults Inset Inset3DBox Inset3DBoxOptions InsetBox InsetBoxOptions Insphere Install InstallService InstanceNormalizationLayer InString Integer IntegerDigits IntegerExponent IntegerLength IntegerName IntegerPart IntegerPartitions IntegerQ IntegerReverse Integers IntegerString Integral Integrate Interactive InteractiveTradingChart Interlaced Interleaving InternallyBalancedDecomposition InterpolatingFunction InterpolatingPolynomial Interpolation InterpolationOrder InterpolationPoints InterpolationPrecision Interpretation InterpretationBox InterpretationBoxOptions InterpretationFunction Interpreter InterpretTemplate InterquartileRange Interrupt InterruptSettings IntersectingQ Intersection Interval IntervalIntersection IntervalMarkers IntervalMarkersStyle IntervalMemberQ IntervalSlider IntervalUnion Into Inverse InverseBetaRegularized InverseCDF InverseChiSquareDistribution InverseContinuousWaveletTransform InverseDistanceTransform InverseEllipticNomeQ InverseErf InverseErfc InverseFourier InverseFourierCosTransform InverseFourierSequenceTransform InverseFourierSinTransform InverseFourierTransform InverseFunction InverseFunctions InverseGammaDistribution InverseGammaRegularized InverseGaussianDistribution InverseGudermannian InverseHankelTransform InverseHaversine InverseImagePyramid InverseJacobiCD InverseJacobiCN InverseJacobiCS InverseJacobiDC InverseJacobiDN InverseJacobiDS InverseJacobiNC InverseJacobiND InverseJacobiNS InverseJacobiSC InverseJacobiSD InverseJacobiSN InverseLaplaceTransform InverseMellinTransform InversePermutation InverseRadon InverseRadonTransform InverseSeries InverseShortTimeFourier InverseSpectrogram InverseSurvivalFunction InverseTransformedRegion InverseWaveletTransform InverseWeierstrassP InverseWishartMatrixDistribution InverseZTransform Invisible InvisibleApplication InvisibleTimes IPAddress IrreduciblePolynomialQ IslandData IsolatingInterval IsomorphicGraphQ IsotopeData Italic Item ItemAspectRatio ItemBox ItemBoxOptions ItemSize ItemStyle ItoProcessJaccardDissimilarity JacobiAmplitude Jacobian JacobiCD JacobiCN JacobiCS JacobiDC JacobiDN JacobiDS JacobiNC JacobiND JacobiNS JacobiP JacobiSC JacobiSD JacobiSN JacobiSymbol JacobiZeta JankoGroupJ1 JankoGroupJ2 JankoGroupJ3 JankoGroupJ4 JarqueBeraALMTest JohnsonDistribution Join JoinAcross Joined JoinedCurve JoinedCurveBox JoinedCurveBoxOptions JoinForm JordanDecomposition JordanModelDecomposition JulianDate JuliaSetBoettcher JuliaSetIterationCount JuliaSetPlot JuliaSetPointsK KagiChart KaiserBesselWindow KaiserWindow KalmanEstimator KalmanFilter KarhunenLoeveDecomposition KaryTree KatzCentrality KCoreComponents KDistribution KEdgeConnectedComponents KEdgeConnectedGraphQ KelvinBei KelvinBer KelvinKei KelvinKer KendallTau KendallTauTest KernelExecute KernelFunction KernelMixtureDistribution Kernels Ket Key KeyCollisionFunction KeyComplement KeyDrop KeyDropFrom KeyExistsQ KeyFreeQ KeyIntersection KeyMap KeyMemberQ KeypointStrength Keys KeySelect KeySort KeySortBy KeyTake KeyUnion KeyValueMap KeyValuePattern Khinchin KillProcess KirchhoffGraph KirchhoffMatrix KleinInvariantJ KnapsackSolve KnightTourGraph KnotData KnownUnitQ KochCurve KolmogorovSmirnovTest KroneckerDelta KroneckerModelDecomposition KroneckerProduct KroneckerSymbol KuiperTest KumaraswamyDistribution Kurtosis KuwaharaFilter KVertexConnectedComponents KVertexConnectedGraphQLABColor Label Labeled LabeledSlider LabelingFunction LabelingSize LabelStyle LabelVisibility LaguerreL LakeData LambdaComponents LambertW LaminaData LanczosWindow LandauDistribution Language LanguageCategory LanguageData LanguageIdentify LanguageOptions LaplaceDistribution LaplaceTransform Laplacian LaplacianFilter LaplacianGaussianFilter Large Larger Last Latitude LatitudeLongitude LatticeData LatticeReduce Launch LaunchKernels LayeredGraphPlot LayerSizeFunction LayoutInformation LCHColor LCM LeaderSize LeafCount LeapYearQ LearnDistribution LearnedDistribution LearningRate LearningRateMultipliers LeastSquares LeastSquaresFilterKernel Left LeftArrow LeftArrowBar LeftArrowRightArrow LeftDownTeeVector LeftDownVector LeftDownVectorBar LeftRightArrow LeftRightVector LeftTee LeftTeeArrow LeftTeeVector LeftTriangle LeftTriangleBar LeftTriangleEqual LeftUpDownVector LeftUpTeeVector LeftUpVector LeftUpVectorBar LeftVector LeftVectorBar LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType Length LengthWhile LerchPhi Less LessEqual LessEqualGreater LessEqualThan LessFullEqual LessGreater LessLess LessSlantEqual LessThan LessTilde LetterCharacter LetterCounts LetterNumber LetterQ Level LeveneTest LeviCivitaTensor LevyDistribution Lexicographic LibraryDataType LibraryFunction LibraryFunctionError LibraryFunctionInformation LibraryFunctionLoad LibraryFunctionUnload LibraryLoad LibraryUnload LicenseID LiftingFilterData LiftingWaveletTransform LightBlue LightBrown LightCyan Lighter LightGray LightGreen Lighting LightingAngle LightMagenta LightOrange LightPink LightPurple LightRed LightSources LightYellow Likelihood Limit LimitsPositioning LimitsPositioningTokens LindleyDistribution Line Line3DBox Line3DBoxOptions LinearFilter LinearFractionalOptimization LinearFractionalTransform LinearGradientImage LinearizingTransformationData LinearLayer LinearModelFit LinearOffsetFunction LinearOptimization LinearProgramming LinearRecurrence LinearSolve LinearSolveFunction LineBox LineBoxOptions LineBreak LinebreakAdjustments LineBreakChart LinebreakSemicolonWeighting LineBreakWithin LineColor LineGraph LineIndent LineIndentMaxFraction LineIntegralConvolutionPlot LineIntegralConvolutionScale LineLegend LineOpacity LineSpacing LineWrapParts LinkActivate LinkClose LinkConnect LinkConnectedQ LinkCreate LinkError LinkFlush LinkFunction LinkHost LinkInterrupt LinkLaunch LinkMode LinkObject LinkOpen LinkOptions LinkPatterns LinkProtocol LinkRankCentrality LinkRead LinkReadHeld LinkReadyQ Links LinkService LinkWrite LinkWriteHeld LiouvilleLambda List Listable ListAnimate ListContourPlot ListContourPlot3D ListConvolve ListCorrelate ListCurvePathPlot ListDeconvolve ListDensityPlot ListDensityPlot3D Listen ListFormat ListFourierSequenceTransform ListInterpolation ListLineIntegralConvolutionPlot ListLinePlot ListLogLinearPlot ListLogLogPlot ListLogPlot ListPicker ListPickerBox ListPickerBoxBackground ListPickerBoxOptions ListPlay ListPlot ListPlot3D ListPointPlot3D ListPolarPlot ListQ ListSliceContourPlot3D ListSliceDensityPlot3D ListSliceVectorPlot3D ListStepPlot ListStreamDensityPlot ListStreamPlot ListSurfacePlot3D ListVectorDensityPlot ListVectorPlot ListVectorPlot3D ListZTransform Literal LiteralSearch LocalAdaptiveBinarize LocalCache LocalClusteringCoefficient LocalizeDefinitions LocalizeVariables LocalObject LocalObjects LocalResponseNormalizationLayer LocalSubmit LocalSymbol LocalTime LocalTimeZone LocationEquivalenceTest LocationTest Locator LocatorAutoCreate LocatorBox LocatorBoxOptions LocatorCentering LocatorPane LocatorPaneBox LocatorPaneBoxOptions LocatorRegion Locked Log Log10 Log2 LogBarnesG LogGamma LogGammaDistribution LogicalExpand LogIntegral LogisticDistribution LogisticSigmoid LogitModelFit LogLikelihood LogLinearPlot LogLogisticDistribution LogLogPlot LogMultinormalDistribution LogNormalDistribution LogPlot LogRankTest LogSeriesDistribution LongEqual Longest LongestCommonSequence LongestCommonSequencePositions LongestCommonSubsequence LongestCommonSubsequencePositions LongestMatch LongestOrderedSequence LongForm Longitude LongLeftArrow LongLeftRightArrow LongRightArrow LongShortTermMemoryLayer Lookup Loopback LoopFreeGraphQ LossFunction LowerCaseQ LowerLeftArrow LowerRightArrow LowerTriangularize LowerTriangularMatrixQ LowpassFilter LQEstimatorGains LQGRegulator LQOutputRegulatorGains LQRegulatorGains LUBackSubstitution LucasL LuccioSamiComponents LUDecomposition LunarEclipse LUVColor LyapunovSolve LyonsGroupLyMachineID MachineName MachineNumberQ MachinePrecision MacintoshSystemPageSetup Magenta Magnification Magnify MailAddressValidation MailExecute MailFolder MailItem MailReceiverFunction MailResponseFunction MailSearch MailServerConnect MailServerConnection MailSettings MainSolve MaintainDynamicCaches Majority MakeBoxes MakeExpression MakeRules ManagedLibraryExpressionID ManagedLibraryExpressionQ MandelbrotSetBoettcher MandelbrotSetDistance MandelbrotSetIterationCount MandelbrotSetMemberQ MandelbrotSetPlot MangoldtLambda ManhattanDistance Manipulate Manipulator MannedSpaceMissionData MannWhitneyTest MantissaExponent Manual Map MapAll MapAt MapIndexed MAProcess MapThread MarchenkoPasturDistribution MarcumQ MardiaCombinedTest MardiaKurtosisTest MardiaSkewnessTest MarginalDistribution MarkovProcessProperties Masking MatchingDissimilarity MatchLocalNameQ MatchLocalNames MatchQ Material MathematicalFunctionData MathematicaNotation MathieuC MathieuCharacteristicA MathieuCharacteristicB MathieuCharacteristicExponent MathieuCPrime MathieuGroupM11 MathieuGroupM12 MathieuGroupM22 MathieuGroupM23 MathieuGroupM24 MathieuS MathieuSPrime MathMLForm MathMLText Matrices MatrixExp MatrixForm MatrixFunction MatrixLog MatrixNormalDistribution MatrixPlot MatrixPower MatrixPropertyDistribution MatrixQ MatrixRank MatrixTDistribution Max MaxBend MaxCellMeasure MaxColorDistance MaxDetect MaxDuration MaxExtraBandwidths MaxExtraConditions MaxFeatureDisplacement MaxFeatures MaxFilter MaximalBy Maximize MaxItems MaxIterations MaxLimit MaxMemoryUsed MaxMixtureKernels MaxOverlapFraction MaxPlotPoints MaxPoints MaxRecursion MaxStableDistribution MaxStepFraction MaxSteps MaxStepSize MaxTrainingRounds MaxValue MaxwellDistribution MaxWordGap McLaughlinGroupMcL Mean MeanAbsoluteLossLayer MeanAround MeanClusteringCoefficient MeanDegreeConnectivity MeanDeviation MeanFilter MeanGraphDistance MeanNeighborDegree MeanShift MeanShiftFilter MeanSquaredLossLayer Median MedianDeviation MedianFilter MedicalTestData Medium MeijerG MeijerGReduce MeixnerDistribution MellinConvolve MellinTransform MemberQ MemoryAvailable MemoryConstrained MemoryConstraint MemoryInUse MengerMesh Menu MenuAppearance MenuCommandKey MenuEvaluator MenuItem MenuList MenuPacket MenuSortingValue MenuStyle MenuView Merge MergeDifferences MergingFunction MersennePrimeExponent MersennePrimeExponentQ Mesh MeshCellCentroid MeshCellCount MeshCellHighlight MeshCellIndex MeshCellLabel MeshCellMarker MeshCellMeasure MeshCellQuality MeshCells MeshCellShapeFunction MeshCellStyle MeshCoordinates MeshFunctions MeshPrimitives MeshQualityGoal MeshRange MeshRefinementFunction MeshRegion MeshRegionQ MeshShading MeshStyle Message MessageDialog MessageList MessageName MessageObject MessageOptions MessagePacket Messages MessagesNotebook MetaCharacters MetaInformation MeteorShowerData Method MethodOptions MexicanHatWavelet MeyerWavelet Midpoint Min MinColorDistance MinDetect MineralData MinFilter MinimalBy MinimalPolynomial MinimalStateSpaceModel Minimize MinimumTimeIncrement MinIntervalSize MinkowskiQuestionMark MinLimit MinMax MinorPlanetData Minors MinRecursion MinSize MinStableDistribution Minus MinusPlus MinValue Missing MissingBehavior MissingDataMethod MissingDataRules MissingQ MissingString MissingStyle MissingValuePattern MittagLefflerE MixedFractionParts MixedGraphQ MixedMagnitude MixedRadix MixedRadixQuantity MixedUnit MixtureDistribution Mod Modal Mode Modular ModularInverse ModularLambda Module Modulus MoebiusMu Molecule MoleculeContainsQ MoleculeEquivalentQ MoleculeGraph MoleculeModify MoleculePattern MoleculePlot MoleculePlot3D MoleculeProperty MoleculeQ MoleculeValue Moment Momentary MomentConvert MomentEvaluate MomentGeneratingFunction MomentOfInertia Monday Monitor MonomialList MonomialOrder MonsterGroupM MoonPhase MoonPosition MorletWavelet MorphologicalBinarize MorphologicalBranchPoints MorphologicalComponents MorphologicalEulerNumber MorphologicalGraph MorphologicalPerimeter MorphologicalTransform MortalityData Most MountainData MouseAnnotation MouseAppearance MouseAppearanceTag MouseButtons Mouseover MousePointerNote MousePosition MovieData MovingAverage MovingMap MovingMedian MoyalDistribution Multicolumn MultiedgeStyle MultigraphQ MultilaunchWarning MultiLetterItalics MultiLetterStyle MultilineFunction Multinomial MultinomialDistribution MultinormalDistribution MultiplicativeOrder Multiplicity MultiplySides Multiselection MultivariateHypergeometricDistribution MultivariatePoissonDistribution MultivariateTDistributionN NakagamiDistribution NameQ Names NamespaceBox NamespaceBoxOptions Nand NArgMax NArgMin NBernoulliB NBodySimulation NBodySimulationData NCache NDEigensystem NDEigenvalues NDSolve NDSolveValue Nearest NearestFunction NearestNeighborGraph NearestTo NebulaData NeedCurrentFrontEndPackagePacket NeedCurrentFrontEndSymbolsPacket NeedlemanWunschSimilarity Needs Negative NegativeBinomialDistribution NegativeDefiniteMatrixQ NegativeIntegers NegativeMultinomialDistribution NegativeRationals NegativeReals NegativeSemidefiniteMatrixQ NeighborhoodData NeighborhoodGraph Nest NestedGreaterGreater NestedLessLess NestedScriptRules NestGraph NestList NestWhile NestWhileList NetAppend NetBidirectionalOperator NetChain NetDecoder NetDelete NetDrop NetEncoder NetEvaluationMode NetExtract NetFlatten NetFoldOperator NetGraph NetInformation NetInitialize NetInsert NetInsertSharedArrays NetJoin NetMapOperator NetMapThreadOperator NetMeasurements NetModel NetNestOperator NetPairEmbeddingOperator NetPort NetPortGradient NetPrepend NetRename NetReplace NetReplacePart NetSharedArray NetStateObject NetTake NetTrain NetTrainResultsObject NetworkPacketCapture NetworkPacketRecording NetworkPacketRecordingDuring NetworkPacketTrace NeumannValue NevilleThetaC NevilleThetaD NevilleThetaN NevilleThetaS NewPrimitiveStyle NExpectation Next NextCell NextDate NextPrime NextScheduledTaskTime NHoldAll NHoldFirst NHoldRest NicholsGridLines NicholsPlot NightHemisphere NIntegrate NMaximize NMaxValue NMinimize NMinValue NominalVariables NonAssociative NoncentralBetaDistribution NoncentralChiSquareDistribution NoncentralFRatioDistribution NoncentralStudentTDistribution NonCommutativeMultiply NonConstants NondimensionalizationTransform None NoneTrue NonlinearModelFit NonlinearStateSpaceModel NonlocalMeansFilter NonNegative NonNegativeIntegers NonNegativeRationals NonNegativeReals NonPositive NonPositiveIntegers NonPositiveRationals NonPositiveReals Nor NorlundB Norm Normal NormalDistribution NormalGrouping NormalizationLayer Normalize Normalized NormalizedSquaredEuclideanDistance NormalMatrixQ NormalsFunction NormFunction Not NotCongruent NotCupCap NotDoubleVerticalBar Notebook NotebookApply NotebookAutoSave NotebookClose NotebookConvertSettings NotebookCreate NotebookCreateReturnObject NotebookDefault NotebookDelete NotebookDirectory NotebookDynamicExpression NotebookEvaluate NotebookEventActions NotebookFileName NotebookFind NotebookFindReturnObject NotebookGet NotebookGetLayoutInformationPacket NotebookGetMisspellingsPacket NotebookImport NotebookInformation NotebookInterfaceObject NotebookLocate NotebookObject NotebookOpen NotebookOpenReturnObject NotebookPath NotebookPrint NotebookPut NotebookPutReturnObject NotebookRead NotebookResetGeneratedCells Notebooks NotebookSave NotebookSaveAs NotebookSelection NotebookSetupLayoutInformationPacket NotebooksMenu NotebookTemplate NotebookWrite NotElement NotEqualTilde NotExists NotGreater NotGreaterEqual NotGreaterFullEqual NotGreaterGreater NotGreaterLess NotGreaterSlantEqual NotGreaterTilde Nothing NotHumpDownHump NotHumpEqual NotificationFunction NotLeftTriangle NotLeftTriangleBar NotLeftTriangleEqual NotLess NotLessEqual NotLessFullEqual NotLessGreater NotLessLess NotLessSlantEqual NotLessTilde NotNestedGreaterGreater NotNestedLessLess NotPrecedes NotPrecedesEqual NotPrecedesSlantEqual NotPrecedesTilde NotReverseElement NotRightTriangle NotRightTriangleBar NotRightTriangleEqual NotSquareSubset NotSquareSubsetEqual NotSquareSuperset NotSquareSupersetEqual NotSubset NotSubsetEqual NotSucceeds NotSucceedsEqual NotSucceedsSlantEqual NotSucceedsTilde NotSuperset NotSupersetEqual NotTilde NotTildeEqual NotTildeFullEqual NotTildeTilde NotVerticalBar Now NoWhitespace NProbability NProduct NProductFactors NRoots NSolve NSum NSumTerms NuclearExplosionData NuclearReactorData Null NullRecords NullSpace NullWords Number NumberCompose NumberDecompose NumberExpand NumberFieldClassNumber NumberFieldDiscriminant NumberFieldFundamentalUnits NumberFieldIntegralBasis NumberFieldNormRepresentatives NumberFieldRegulator NumberFieldRootsOfUnity NumberFieldSignature NumberForm NumberFormat NumberLinePlot NumberMarks NumberMultiplier NumberPadding NumberPoint NumberQ NumberSeparator NumberSigns NumberString Numerator NumeratorDenominator NumericalOrder NumericalSort NumericArray NumericArrayQ NumericArrayType NumericFunction NumericQ NuttallWindow NValues NyquistGridLines NyquistPlotO ObservabilityGramian ObservabilityMatrix ObservableDecomposition ObservableModelQ OceanData Octahedron OddQ Off Offset OLEData On ONanGroupON Once OneIdentity Opacity OpacityFunction OpacityFunctionScaling Open OpenAppend Opener OpenerBox OpenerBoxOptions OpenerView OpenFunctionInspectorPacket Opening OpenRead OpenSpecialOptions OpenTemporary OpenWrite Operate OperatingSystem OptimumFlowData Optional OptionalElement OptionInspectorSettings OptionQ Options OptionsPacket OptionsPattern OptionValue OptionValueBox OptionValueBoxOptions Or Orange Order OrderDistribution OrderedQ Ordering OrderingBy OrderingLayer Orderless OrderlessPatternSequence OrnsteinUhlenbeckProcess Orthogonalize OrthogonalMatrixQ Out Outer OuterPolygon OuterPolyhedron OutputAutoOverwrite OutputControllabilityMatrix OutputControllableModelQ OutputForm OutputFormData OutputGrouping OutputMathEditExpression OutputNamePacket OutputResponse OutputSizeLimit OutputStream Over OverBar OverDot Overflow OverHat Overlaps Overlay OverlayBox OverlayBoxOptions Overscript OverscriptBox OverscriptBoxOptions OverTilde OverVector OverwriteTarget OwenT OwnValuesPackage PackingMethod PaddedForm Padding PaddingLayer PaddingSize PadeApproximant PadLeft PadRight PageBreakAbove PageBreakBelow PageBreakWithin PageFooterLines PageFooters PageHeaderLines PageHeaders PageHeight PageRankCentrality PageTheme PageWidth Pagination PairedBarChart PairedHistogram PairedSmoothHistogram PairedTTest PairedZTest PaletteNotebook PalettePath PalindromeQ Pane PaneBox PaneBoxOptions Panel PanelBox PanelBoxOptions Paneled PaneSelector PaneSelectorBox PaneSelectorBoxOptions PaperWidth ParabolicCylinderD ParagraphIndent ParagraphSpacing ParallelArray ParallelCombine ParallelDo Parallelepiped ParallelEvaluate Parallelization Parallelize ParallelMap ParallelNeeds Parallelogram ParallelProduct ParallelSubmit ParallelSum ParallelTable ParallelTry Parameter ParameterEstimator ParameterMixtureDistribution ParameterVariables ParametricFunction ParametricNDSolve ParametricNDSolveValue ParametricPlot ParametricPlot3D ParametricRegion ParentBox ParentCell ParentConnect ParentDirectory ParentForm Parenthesize ParentList ParentNotebook ParetoDistribution ParetoPickandsDistribution ParkData Part PartBehavior PartialCorrelationFunction PartialD ParticleAcceleratorData ParticleData Partition PartitionGranularity PartitionsP PartitionsQ PartLayer PartOfSpeech PartProtection ParzenWindow PascalDistribution PassEventsDown PassEventsUp Paste PasteAutoQuoteCharacters PasteBoxFormInlineCells PasteButton Path PathGraph PathGraphQ Pattern PatternSequence PatternTest PauliMatrix PaulWavelet Pause PausedTime PDF PeakDetect PeanoCurve PearsonChiSquareTest PearsonCorrelationTest PearsonDistribution PercentForm PerfectNumber PerfectNumberQ PerformanceGoal Perimeter PeriodicBoundaryCondition PeriodicInterpolation Periodogram PeriodogramArray Permanent Permissions PermissionsGroup PermissionsGroupMemberQ PermissionsGroups PermissionsKey PermissionsKeys PermutationCycles PermutationCyclesQ PermutationGroup PermutationLength PermutationList PermutationListQ PermutationMax PermutationMin PermutationOrder PermutationPower PermutationProduct PermutationReplace Permutations PermutationSupport Permute PeronaMalikFilter Perpendicular PerpendicularBisector PersistenceLocation PersistenceTime PersistentObject PersistentObjects PersistentValue PersonData PERTDistribution PetersenGraph PhaseMargins PhaseRange PhysicalSystemData Pi Pick PIDData PIDDerivativeFilter PIDFeedforward PIDTune Piecewise PiecewiseExpand PieChart PieChart3D PillaiTrace PillaiTraceTest PingTime Pink PitchRecognize Pivoting PixelConstrained PixelValue PixelValuePositions Placed Placeholder PlaceholderReplace Plain PlanarAngle PlanarGraph PlanarGraphQ PlanckRadiationLaw PlaneCurveData PlanetaryMoonData PlanetData PlantData Play PlayRange Plot Plot3D Plot3Matrix PlotDivision PlotJoined PlotLabel PlotLabels PlotLayout PlotLegends PlotMarkers PlotPoints PlotRange PlotRangeClipping PlotRangeClipPlanesStyle PlotRangePadding PlotRegion PlotStyle PlotTheme Pluralize Plus PlusMinus Pochhammer PodStates PodWidth Point Point3DBox Point3DBoxOptions PointBox PointBoxOptions PointFigureChart PointLegend PointSize PoissonConsulDistribution PoissonDistribution PoissonProcess PoissonWindow PolarAxes PolarAxesOrigin PolarGridLines PolarPlot PolarTicks PoleZeroMarkers PolyaAeppliDistribution PolyGamma Polygon Polygon3DBox Polygon3DBoxOptions PolygonalNumber PolygonAngle PolygonBox PolygonBoxOptions PolygonCoordinates PolygonDecomposition PolygonHoleScale PolygonIntersections PolygonScale Polyhedron PolyhedronAngle PolyhedronCoordinates PolyhedronData PolyhedronDecomposition PolyhedronGenus PolyLog PolynomialExtendedGCD PolynomialForm PolynomialGCD PolynomialLCM PolynomialMod PolynomialQ PolynomialQuotient PolynomialQuotientRemainder PolynomialReduce PolynomialRemainder Polynomials PoolingLayer PopupMenu PopupMenuBox PopupMenuBoxOptions PopupView PopupWindow Position PositionIndex Positive PositiveDefiniteMatrixQ PositiveIntegers PositiveRationals PositiveReals PositiveSemidefiniteMatrixQ PossibleZeroQ Postfix PostScript Power PowerDistribution PowerExpand PowerMod PowerModList PowerRange PowerSpectralDensity PowersRepresentations PowerSymmetricPolynomial Precedence PrecedenceForm Precedes PrecedesEqual PrecedesSlantEqual PrecedesTilde Precision PrecisionGoal PreDecrement Predict PredictionRoot PredictorFunction PredictorInformation PredictorMeasurements PredictorMeasurementsObject PreemptProtect PreferencesPath Prefix PreIncrement Prepend PrependLayer PrependTo PreprocessingRules PreserveColor PreserveImageOptions Previous PreviousCell PreviousDate PriceGraphDistribution PrimaryPlaceholder Prime PrimeNu PrimeOmega PrimePi PrimePowerQ PrimeQ Primes PrimeZetaP PrimitivePolynomialQ PrimitiveRoot PrimitiveRootList PrincipalComponents PrincipalValue Print PrintableASCIIQ PrintAction PrintForm PrintingCopies PrintingOptions PrintingPageRange PrintingStartingPageNumber PrintingStyleEnvironment Printout3D Printout3DPreviewer PrintPrecision PrintTemporary Prism PrismBox PrismBoxOptions PrivateCellOptions PrivateEvaluationOptions PrivateFontOptions PrivateFrontEndOptions PrivateKey PrivateNotebookOptions PrivatePaths Probability ProbabilityDistribution ProbabilityPlot ProbabilityPr ProbabilityScalePlot ProbitModelFit ProcessConnection ProcessDirectory ProcessEnvironment Processes ProcessEstimator ProcessInformation ProcessObject ProcessParameterAssumptions ProcessParameterQ ProcessStateDomain ProcessStatus ProcessTimeDomain Product ProductDistribution ProductLog ProgressIndicator ProgressIndicatorBox ProgressIndicatorBoxOptions Projection Prolog PromptForm ProofObject Properties Property PropertyList PropertyValue Proportion Proportional Protect Protected ProteinData Pruning PseudoInverse PsychrometricPropertyData PublicKey PublisherID PulsarData PunctuationCharacter Purple Put PutAppend Pyramid PyramidBox PyramidBoxOptionsQBinomial QFactorial QGamma QHypergeometricPFQ QnDispersion QPochhammer QPolyGamma QRDecomposition QuadraticIrrationalQ QuadraticOptimization Quantile QuantilePlot Quantity QuantityArray QuantityDistribution QuantityForm QuantityMagnitude QuantityQ QuantityUnit QuantityVariable QuantityVariableCanonicalUnit QuantityVariableDimensions QuantityVariableIdentifier QuantityVariablePhysicalQuantity Quartics QuartileDeviation Quartiles QuartileSkewness Query QueueingNetworkProcess QueueingProcess QueueProperties Quiet Quit Quotient QuotientRemainderRadialGradientImage RadialityCentrality RadicalBox RadicalBoxOptions RadioButton RadioButtonBar RadioButtonBox RadioButtonBoxOptions Radon RadonTransform RamanujanTau RamanujanTauL RamanujanTauTheta RamanujanTauZ Ramp Random RandomChoice RandomColor RandomComplex RandomEntity RandomFunction RandomGeoPosition RandomGraph RandomImage RandomInstance RandomInteger RandomPermutation RandomPoint RandomPolygon RandomPolyhedron RandomPrime RandomReal RandomSample RandomSeed RandomSeeding RandomVariate RandomWalkProcess RandomWord Range RangeFilter RangeSpecification RankedMax RankedMin RarerProbability Raster Raster3D Raster3DBox Raster3DBoxOptions RasterArray RasterBox RasterBoxOptions Rasterize RasterSize Rational RationalFunctions Rationalize Rationals Ratios RawArray RawBoxes RawData RawMedium RayleighDistribution Re Read ReadByteArray ReadLine ReadList ReadProtected ReadString Real RealAbs RealBlockDiagonalForm RealDigits RealExponent Reals RealSign Reap RecognitionPrior RecognitionThreshold Record RecordLists RecordSeparators Rectangle RectangleBox RectangleBoxOptions RectangleChart RectangleChart3D RectangularRepeatingElement RecurrenceFilter RecurrenceTable RecurringDigitsForm Red Reduce RefBox ReferenceLineStyle ReferenceMarkers ReferenceMarkerStyle Refine ReflectionMatrix ReflectionTransform Refresh RefreshRate Region RegionBinarize RegionBoundary RegionBounds RegionCentroid RegionDifference RegionDimension RegionDisjoint RegionDistance RegionDistanceFunction RegionEmbeddingDimension RegionEqual RegionFunction RegionImage RegionIntersection RegionMeasure RegionMember RegionMemberFunction RegionMoment RegionNearest RegionNearestFunction RegionPlot RegionPlot3D RegionProduct RegionQ RegionResize RegionSize RegionSymmetricDifference RegionUnion RegionWithin RegisterExternalEvaluator RegularExpression Regularization RegularlySampledQ RegularPolygon ReIm ReImLabels ReImPlot ReImStyle Reinstall RelationalDatabase RelationGraph Release ReleaseHold ReliabilityDistribution ReliefImage ReliefPlot RemoteAuthorizationCaching RemoteConnect RemoteConnectionObject RemoteFile RemoteRun RemoteRunProcess Remove RemoveAlphaChannel RemoveAsynchronousTask RemoveAudioStream RemoveBackground RemoveChannelListener RemoveChannelSubscribers Removed RemoveDiacritics RemoveInputStreamMethod RemoveOutputStreamMethod RemoveProperty RemoveScheduledTask RemoveUsers RenameDirectory RenameFile RenderAll RenderingOptions RenewalProcess RenkoChart RepairMesh Repeated RepeatedNull RepeatedString RepeatedTiming RepeatingElement Replace ReplaceAll ReplaceHeldPart ReplaceImageValue ReplaceList ReplacePart ReplacePixelValue ReplaceRepeated ReplicateLayer RequiredPhysicalQuantities Resampling ResamplingAlgorithmData ResamplingMethod Rescale RescalingTransform ResetDirectory ResetMenusPacket ResetScheduledTask ReshapeLayer Residue ResizeLayer Resolve ResourceAcquire ResourceData ResourceFunction ResourceObject ResourceRegister ResourceRemove ResourceSearch ResourceSubmissionObject ResourceSubmit ResourceSystemBase ResourceUpdate ResponseForm Rest RestartInterval Restricted Resultant ResumePacket Return ReturnEntersInput ReturnExpressionPacket ReturnInputFormPacket ReturnPacket ReturnReceiptFunction ReturnTextPacket Reverse ReverseBiorthogonalSplineWavelet ReverseElement ReverseEquilibrium ReverseGraph ReverseSort ReverseSortBy ReverseUpEquilibrium RevolutionAxis RevolutionPlot3D RGBColor RiccatiSolve RiceDistribution RidgeFilter RiemannR RiemannSiegelTheta RiemannSiegelZ RiemannXi Riffle Right RightArrow RightArrowBar RightArrowLeftArrow RightComposition RightCosetRepresentative RightDownTeeVector RightDownVector RightDownVectorBar RightTee RightTeeArrow RightTeeVector RightTriangle RightTriangleBar RightTriangleEqual RightUpDownVector RightUpTeeVector RightUpVector RightUpVectorBar RightVector RightVectorBar RiskAchievementImportance RiskReductionImportance RogersTanimotoDissimilarity RollPitchYawAngles RollPitchYawMatrix RomanNumeral Root RootApproximant RootIntervals RootLocusPlot RootMeanSquare RootOfUnityQ RootReduce Roots RootSum Rotate RotateLabel RotateLeft RotateRight RotationAction RotationBox RotationBoxOptions RotationMatrix RotationTransform Round RoundImplies RoundingRadius Row RowAlignments RowBackgrounds RowBox RowHeights RowLines RowMinHeight RowReduce RowsEqual RowSpacings RSolve RSolveValue RudinShapiro RudvalisGroupRu Rule RuleCondition RuleDelayed RuleForm RulePlot RulerUnits Run RunProcess RunScheduledTask RunThrough RuntimeAttributes RuntimeOptions RussellRaoDissimilaritySameQ SameTest SampledEntityClass SampleDepth SampledSoundFunction SampledSoundList SampleRate SamplingPeriod SARIMAProcess SARMAProcess SASTriangle SatelliteData SatisfiabilityCount SatisfiabilityInstances SatisfiableQ Saturday Save Saveable SaveAutoDelete SaveConnection SaveDefinitions SavitzkyGolayMatrix SawtoothWave Scale Scaled ScaleDivisions ScaledMousePosition ScaleOrigin ScalePadding ScaleRanges ScaleRangeStyle ScalingFunctions ScalingMatrix ScalingTransform Scan ScheduledTask ScheduledTaskActiveQ ScheduledTaskInformation ScheduledTaskInformationData ScheduledTaskObject ScheduledTasks SchurDecomposition ScientificForm ScientificNotationThreshold ScorerGi ScorerGiPrime ScorerHi ScorerHiPrime ScreenRectangle ScreenStyleEnvironment ScriptBaselineShifts ScriptForm ScriptLevel ScriptMinSize ScriptRules ScriptSizeMultipliers Scrollbars ScrollingOptions ScrollPosition SearchAdjustment SearchIndexObject SearchIndices SearchQueryString SearchResultObject Sec Sech SechDistribution SecondOrderConeOptimization SectionGrouping SectorChart SectorChart3D SectorOrigin SectorSpacing SecuredAuthenticationKey SecuredAuthenticationKeys SeedRandom Select Selectable SelectComponents SelectedCells SelectedNotebook SelectFirst Selection SelectionAnimate SelectionCell SelectionCellCreateCell SelectionCellDefaultStyle SelectionCellParentStyle SelectionCreateCell SelectionDebuggerTag SelectionDuplicateCell SelectionEvaluate SelectionEvaluateCreateCell SelectionMove SelectionPlaceholder SelectionSetStyle SelectWithContents SelfLoops SelfLoopStyle SemanticImport SemanticImportString SemanticInterpretation SemialgebraicComponentInstances SemidefiniteOptimization SendMail SendMessage Sequence SequenceAlignment SequenceAttentionLayer SequenceCases SequenceCount SequenceFold SequenceFoldList SequenceForm SequenceHold SequenceLastLayer SequenceMostLayer SequencePosition SequencePredict SequencePredictorFunction SequenceReplace SequenceRestLayer SequenceReverseLayer SequenceSplit Series SeriesCoefficient SeriesData ServiceConnect ServiceDisconnect ServiceExecute ServiceObject ServiceRequest ServiceResponse ServiceSubmit SessionSubmit SessionTime Set SetAccuracy SetAlphaChannel SetAttributes Setbacks SetBoxFormNamesPacket SetCloudDirectory SetCookies SetDelayed SetDirectory SetEnvironment SetEvaluationNotebook SetFileDate SetFileLoadingContext SetNotebookStatusLine SetOptions SetOptionsPacket SetPermissions SetPrecision SetProperty SetSecuredAuthenticationKey SetSelectedNotebook SetSharedFunction SetSharedVariable SetSpeechParametersPacket SetStreamPosition SetSystemModel SetSystemOptions Setter SetterBar SetterBox SetterBoxOptions Setting SetUsers SetValue Shading Shallow ShannonWavelet ShapiroWilkTest Share SharingList Sharpen ShearingMatrix ShearingTransform ShellRegion ShenCastanMatrix ShiftedGompertzDistribution ShiftRegisterSequence Short ShortDownArrow Shortest ShortestMatch ShortestPathFunction ShortLeftArrow ShortRightArrow ShortTimeFourier ShortTimeFourierData ShortUpArrow Show ShowAutoConvert ShowAutoSpellCheck ShowAutoStyles ShowCellBracket ShowCellLabel ShowCellTags ShowClosedCellArea ShowCodeAssist ShowContents ShowControls ShowCursorTracker ShowGroupOpenCloseIcon ShowGroupOpener ShowInvisibleCharacters ShowPageBreaks ShowPredictiveInterface ShowSelection ShowShortBoxForm ShowSpecialCharacters ShowStringCharacters ShowSyntaxStyles ShrinkingDelay ShrinkWrapBoundingBox SiderealTime SiegelTheta SiegelTukeyTest SierpinskiCurve SierpinskiMesh Sign Signature SignedRankTest SignedRegionDistance SignificanceLevel SignPadding SignTest SimilarityRules SimpleGraph SimpleGraphQ SimplePolygonQ SimplePolyhedronQ Simplex Simplify Sin Sinc SinghMaddalaDistribution SingleEvaluation SingleLetterItalics SingleLetterStyle SingularValueDecomposition SingularValueList SingularValuePlot SingularValues Sinh SinhIntegral SinIntegral SixJSymbol Skeleton SkeletonTransform SkellamDistribution Skewness SkewNormalDistribution SkinStyle Skip SliceContourPlot3D SliceDensityPlot3D SliceDistribution SliceVectorPlot3D Slider Slider2D Slider2DBox Slider2DBoxOptions SliderBox SliderBoxOptions SlideView Slot SlotSequence Small SmallCircle Smaller SmithDecomposition SmithDelayCompensator SmithWatermanSimilarity SmoothDensityHistogram SmoothHistogram SmoothHistogram3D SmoothKernelDistribution SnDispersion Snippet SnubPolyhedron SocialMediaData Socket SocketConnect SocketListen SocketListener SocketObject SocketOpen SocketReadMessage SocketReadyQ Sockets SocketWaitAll SocketWaitNext SoftmaxLayer SokalSneathDissimilarity SolarEclipse SolarSystemFeatureData SolidAngle SolidData SolidRegionQ Solve SolveAlways SolveDelayed Sort SortBy SortedBy SortedEntityClass Sound SoundAndGraphics SoundNote SoundVolume SourceLink Sow Space SpaceCurveData SpaceForm Spacer Spacings Span SpanAdjustments SpanCharacterRounding SpanFromAbove SpanFromBoth SpanFromLeft SpanLineThickness SpanMaxSize SpanMinSize SpanningCharacters SpanSymmetric SparseArray SpatialGraphDistribution SpatialMedian SpatialTransformationLayer Speak SpeakTextPacket SpearmanRankTest SpearmanRho SpeciesData SpecificityGoal SpectralLineData Spectrogram SpectrogramArray Specularity SpeechRecognize SpeechSynthesize SpellingCorrection SpellingCorrectionList SpellingDictionaries SpellingDictionariesPath SpellingOptions SpellingSuggestionsPacket Sphere SphereBox SpherePoints SphericalBesselJ SphericalBesselY SphericalHankelH1 SphericalHankelH2 SphericalHarmonicY SphericalPlot3D SphericalRegion SphericalShell SpheroidalEigenvalue SpheroidalJoiningFactor SpheroidalPS SpheroidalPSPrime SpheroidalQS SpheroidalQSPrime SpheroidalRadialFactor SpheroidalS1 SpheroidalS1Prime SpheroidalS2 SpheroidalS2Prime Splice SplicedDistribution SplineClosed SplineDegree SplineKnots SplineWeights Split SplitBy SpokenString Sqrt SqrtBox SqrtBoxOptions Square SquaredEuclideanDistance SquareFreeQ SquareIntersection SquareMatrixQ SquareRepeatingElement SquaresR SquareSubset SquareSubsetEqual SquareSuperset SquareSupersetEqual SquareUnion SquareWave SSSTriangle StabilityMargins StabilityMarginsStyle StableDistribution Stack StackBegin StackComplete StackedDateListPlot StackedListPlot StackInhibit StadiumShape StandardAtmosphereData StandardDeviation StandardDeviationFilter StandardForm Standardize Standardized StandardOceanData StandbyDistribution Star StarClusterData StarData StarGraph StartAsynchronousTask StartExternalSession StartingStepSize StartOfLine StartOfString StartProcess StartScheduledTask StartupSound StartWebSession StateDimensions StateFeedbackGains StateOutputEstimator StateResponse StateSpaceModel StateSpaceRealization StateSpaceTransform StateTransformationLinearize StationaryDistribution StationaryWaveletPacketTransform StationaryWaveletTransform StatusArea StatusCentrality StepMonitor StereochemistryElements StieltjesGamma StirlingS1 StirlingS2 StopAsynchronousTask StoppingPowerData StopScheduledTask StrataVariables StratonovichProcess StreamColorFunction StreamColorFunctionScaling StreamDensityPlot StreamMarkers StreamPlot StreamPoints StreamPosition Streams StreamScale StreamStyle String StringBreak StringByteCount StringCases StringContainsQ StringCount StringDelete StringDrop StringEndsQ StringExpression StringExtract StringForm StringFormat StringFreeQ StringInsert StringJoin StringLength StringMatchQ StringPadLeft StringPadRight StringPart StringPartition StringPosition StringQ StringRepeat StringReplace StringReplaceList StringReplacePart StringReverse StringRiffle StringRotateLeft StringRotateRight StringSkeleton StringSplit StringStartsQ StringTake StringTemplate StringToByteArray StringToStream StringTrim StripBoxes StripOnInput StripWrapperBoxes StrokeForm StructuralImportance StructuredArray StructuredSelection StruveH StruveL Stub StudentTDistribution Style StyleBox StyleBoxAutoDelete StyleData StyleDefinitions StyleForm StyleHints StyleKeyMapping StyleMenuListing StyleNameDialogSettings StyleNames StylePrint StyleSheetPath Subdivide Subfactorial Subgraph SubMinus SubPlus SubresultantPolynomialRemainders SubresultantPolynomials Subresultants Subscript SubscriptBox SubscriptBoxOptions Subscripted Subsequences Subset SubsetEqual SubsetMap SubsetQ Subsets SubStar SubstitutionSystem Subsuperscript SubsuperscriptBox SubsuperscriptBoxOptions Subtract SubtractFrom SubtractSides SubValues Succeeds SucceedsEqual SucceedsSlantEqual SucceedsTilde Success SuchThat Sum SumConvergence SummationLayer Sunday SunPosition Sunrise Sunset SuperDagger SuperMinus SupernovaData SuperPlus Superscript SuperscriptBox SuperscriptBoxOptions Superset SupersetEqual SuperStar Surd SurdForm SurfaceArea SurfaceColor SurfaceData SurfaceGraphics SurvivalDistribution SurvivalFunction SurvivalModel SurvivalModelFit SuspendPacket SuzukiDistribution SuzukiGroupSuz SwatchLegend Switch Symbol SymbolName SymletWavelet Symmetric SymmetricGroup SymmetricKey SymmetricMatrixQ SymmetricPolynomial SymmetricReduction Symmetrize SymmetrizedArray SymmetrizedArrayRules SymmetrizedDependentComponents SymmetrizedIndependentComponents SymmetrizedReplacePart SynchronousInitialization SynchronousUpdating Synonyms Syntax SyntaxForm SyntaxInformation SyntaxLength SyntaxPacket SyntaxQ SynthesizeMissingValues SystemDialogInput SystemException SystemGet SystemHelpPath SystemInformation SystemInformationData SystemInstall SystemModel SystemModeler SystemModelExamples SystemModelLinearize SystemModelParametricSimulate SystemModelPlot SystemModelProgressReporting SystemModelReliability SystemModels SystemModelSimulate SystemModelSimulateSensitivity SystemModelSimulationData SystemOpen SystemOptions SystemProcessData SystemProcesses SystemsConnectionsModel SystemsModelDelay SystemsModelDelayApproximate SystemsModelDelete SystemsModelDimensions SystemsModelExtract SystemsModelFeedbackConnect SystemsModelLabels SystemsModelLinearity SystemsModelMerge SystemsModelOrder SystemsModelParallelConnect SystemsModelSeriesConnect SystemsModelStateFeedbackConnect SystemsModelVectorRelativeOrders SystemStub SystemTestTab TabFilling Table TableAlignments TableDepth TableDirections TableForm TableHeadings TableSpacing TableView TableViewBox TableViewBoxBackground TableViewBoxOptions TabSpacings TabView TabViewBox TabViewBoxOptions TagBox TagBoxNote TagBoxOptions TaggingRules TagSet TagSetDelayed TagStyle TagUnset Take TakeDrop TakeLargest TakeLargestBy TakeList TakeSmallest TakeSmallestBy TakeWhile Tally Tan Tanh TargetDevice TargetFunctions TargetSystem TargetUnits TaskAbort TaskExecute TaskObject TaskRemove TaskResume Tasks TaskSuspend TaskWait TautologyQ TelegraphProcess TemplateApply TemplateArgBox TemplateBox TemplateBoxOptions TemplateEvaluate TemplateExpression TemplateIf TemplateObject TemplateSequence TemplateSlot TemplateSlotSequence TemplateUnevaluated TemplateVerbatim TemplateWith TemporalData TemporalRegularity Temporary TemporaryVariable TensorContract TensorDimensions TensorExpand TensorProduct TensorQ TensorRank TensorReduce TensorSymmetry TensorTranspose TensorWedge TestID TestReport TestReportObject TestResultObject Tetrahedron TetrahedronBox TetrahedronBoxOptions TeXForm TeXSave Text Text3DBox Text3DBoxOptions TextAlignment TextBand TextBoundingBox TextBox TextCases TextCell TextClipboardType TextContents TextData TextElement TextForm TextGrid TextJustification TextLine TextPacket TextParagraph TextPosition TextRecognize TextSearch TextSearchReport TextSentences TextString TextStructure TextStyle TextTranslation Texture TextureCoordinateFunction TextureCoordinateScaling TextWords Therefore ThermodynamicData ThermometerGauge Thick Thickness Thin Thinning ThisLink ThompsonGroupTh Thread ThreadingLayer ThreeJSymbol Threshold Through Throw ThueMorse Thumbnail Thursday Ticks TicksStyle TideData Tilde TildeEqual TildeFullEqual TildeTilde TimeConstrained TimeConstraint TimeDirection TimeFormat TimeGoal TimelinePlot TimeObject TimeObjectQ Times TimesBy TimeSeries TimeSeriesAggregate TimeSeriesForecast TimeSeriesInsert TimeSeriesInvertibility TimeSeriesMap TimeSeriesMapThread TimeSeriesModel TimeSeriesModelFit TimeSeriesResample TimeSeriesRescale TimeSeriesShift TimeSeriesThread TimeSeriesWindow TimeUsed TimeValue TimeWarpingCorrespondence TimeWarpingDistance TimeZone TimeZoneConvert TimeZoneOffset Timing Tiny TitleGrouping TitsGroupT ToBoxes ToCharacterCode ToColor ToContinuousTimeModel ToDate Today ToDiscreteTimeModel ToEntity ToeplitzMatrix ToExpression ToFileName Together Toggle ToggleFalse Toggler TogglerBar TogglerBox TogglerBoxOptions ToHeldExpression ToInvertibleTimeSeries TokenWords Tolerance ToLowerCase Tomorrow ToNumberField TooBig Tooltip TooltipBox TooltipBoxOptions TooltipDelay TooltipStyle Top TopHatTransform ToPolarCoordinates TopologicalSort ToRadicals ToRules ToSphericalCoordinates ToString Total TotalHeight TotalLayer TotalVariationFilter TotalWidth TouchPosition TouchscreenAutoZoom TouchscreenControlPlacement ToUpperCase Tr Trace TraceAbove TraceAction TraceBackward TraceDepth TraceDialog TraceForward TraceInternal TraceLevel TraceOff TraceOn TraceOriginal TracePrint TraceScan TrackedSymbols TrackingFunction TracyWidomDistribution TradingChart TraditionalForm TraditionalFunctionNotation TraditionalNotation TraditionalOrder TrainingProgressCheckpointing TrainingProgressFunction TrainingProgressMeasurements TrainingProgressReporting TrainingStoppingCriterion TransferFunctionCancel TransferFunctionExpand TransferFunctionFactor TransferFunctionModel TransferFunctionPoles TransferFunctionTransform TransferFunctionZeros TransformationClass TransformationFunction TransformationFunctions TransformationMatrix TransformedDistribution TransformedField TransformedProcess TransformedRegion TransitionDirection TransitionDuration TransitionEffect TransitiveClosureGraph TransitiveReductionGraph Translate TranslationOptions TranslationTransform Transliterate Transparent TransparentColor Transpose TransposeLayer TrapSelection TravelDirections TravelDirectionsData TravelDistance TravelDistanceList TravelMethod TravelTime TreeForm TreeGraph TreeGraphQ TreePlot TrendStyle Triangle TriangleCenter TriangleConstruct TriangleMeasurement TriangleWave TriangularDistribution TriangulateMesh Trig TrigExpand TrigFactor TrigFactorList Trigger TrigReduce TrigToExp TrimmedMean TrimmedVariance TropicalStormData True TrueQ TruncatedDistribution TruncatedPolyhedron TsallisQExponentialDistribution TsallisQGaussianDistribution TTest Tube TubeBezierCurveBox TubeBezierCurveBoxOptions TubeBox TubeBoxOptions TubeBSplineCurveBox TubeBSplineCurveBoxOptions Tuesday TukeyLambdaDistribution TukeyWindow TunnelData Tuples TuranGraph TuringMachine TuttePolynomial TwoWayRule Typed TypeSpecifierUnateQ Uncompress UnconstrainedParameters Undefined UnderBar Underflow Underlined Underoverscript UnderoverscriptBox UnderoverscriptBoxOptions Underscript UnderscriptBox UnderscriptBoxOptions UnderseaFeatureData UndirectedEdge UndirectedGraph UndirectedGraphQ UndoOptions UndoTrackedVariables Unequal UnequalTo Unevaluated UniformDistribution UniformGraphDistribution UniformPolyhedron UniformSumDistribution Uninstall Union UnionPlus Unique UnitaryMatrixQ UnitBox UnitConvert UnitDimensions Unitize UnitRootTest UnitSimplify UnitStep UnitSystem UnitTriangle UnitVector UnitVectorLayer UnityDimensions UniverseModelData UniversityData UnixTime Unprotect UnregisterExternalEvaluator UnsameQ UnsavedVariables Unset UnsetShared UntrackedVariables Up UpArrow UpArrowBar UpArrowDownArrow Update UpdateDynamicObjects UpdateDynamicObjectsSynchronous UpdateInterval UpdateSearchIndex UpDownArrow UpEquilibrium UpperCaseQ UpperLeftArrow UpperRightArrow UpperTriangularize UpperTriangularMatrixQ Upsample UpSet UpSetDelayed UpTee UpTeeArrow UpTo UpValues URL URLBuild URLDecode URLDispatcher URLDownload URLDownloadSubmit URLEncode URLExecute URLExpand URLFetch URLFetchAsynchronous URLParse URLQueryDecode URLQueryEncode URLRead URLResponseTime URLSave URLSaveAsynchronous URLShorten URLSubmit UseGraphicsRange UserDefinedWavelet Using UsingFrontEnd UtilityFunctionV2Get ValenceErrorHandling ValidationLength ValidationSet Value ValueBox ValueBoxOptions ValueDimensions ValueForm ValuePreprocessingFunction ValueQ Values ValuesData Variables Variance VarianceEquivalenceTest VarianceEstimatorFunction VarianceGammaDistribution VarianceTest VectorAngle VectorAround VectorColorFunction VectorColorFunctionScaling VectorDensityPlot VectorGlyphData VectorGreater VectorGreaterEqual VectorLess VectorLessEqual VectorMarkers VectorPlot VectorPlot3D VectorPoints VectorQ Vectors VectorScale VectorStyle Vee Verbatim Verbose VerboseConvertToPostScriptPacket VerificationTest VerifyConvergence VerifyDerivedKey VerifyDigitalSignature VerifyInterpretation VerifySecurityCertificates VerifySolutions VerifyTestAssumptions Version VersionNumber VertexAdd VertexCapacity VertexColors VertexComponent VertexConnectivity VertexContract VertexCoordinateRules VertexCoordinates VertexCorrelationSimilarity VertexCosineSimilarity VertexCount VertexCoverQ VertexDataCoordinates VertexDegree VertexDelete VertexDiceSimilarity VertexEccentricity VertexInComponent VertexInDegree VertexIndex VertexJaccardSimilarity VertexLabeling VertexLabels VertexLabelStyle VertexList VertexNormals VertexOutComponent VertexOutDegree VertexQ VertexRenderingFunction VertexReplace VertexShape VertexShapeFunction VertexSize VertexStyle VertexTextureCoordinates VertexWeight VertexWeightedGraphQ Vertical VerticalBar VerticalForm VerticalGauge VerticalSeparator VerticalSlider VerticalTilde ViewAngle ViewCenter ViewMatrix ViewPoint ViewPointSelectorSettings ViewPort ViewProjection ViewRange ViewVector ViewVertical VirtualGroupData Visible VisibleCell VoiceStyleData VoigtDistribution VolcanoData Volume VonMisesDistribution VoronoiMeshWaitAll WaitAsynchronousTask WaitNext WaitUntil WakebyDistribution WalleniusHypergeometricDistribution WaringYuleDistribution WarpingCorrespondence WarpingDistance WatershedComponents WatsonUSquareTest WattsStrogatzGraphDistribution WaveletBestBasis WaveletFilterCoefficients WaveletImagePlot WaveletListPlot WaveletMapIndexed WaveletMatrixPlot WaveletPhi WaveletPsi WaveletScale WaveletScalogram WaveletThreshold WeaklyConnectedComponents WeaklyConnectedGraphComponents WeaklyConnectedGraphQ WeakStationarity WeatherData WeatherForecastData WebAudioSearch WebElementObject WeberE WebExecute WebImage WebImageSearch WebSearch WebSessionObject WebSessions WebWindowObject Wedge Wednesday WeibullDistribution WeierstrassE1 WeierstrassE2 WeierstrassE3 WeierstrassEta1 WeierstrassEta2 WeierstrassEta3 WeierstrassHalfPeriods WeierstrassHalfPeriodW1 WeierstrassHalfPeriodW2 WeierstrassHalfPeriodW3 WeierstrassInvariantG2 WeierstrassInvariantG3 WeierstrassInvariants WeierstrassP WeierstrassPPrime WeierstrassSigma WeierstrassZeta WeightedAdjacencyGraph WeightedAdjacencyMatrix WeightedData WeightedGraphQ Weights WelchWindow WheelGraph WhenEvent Which While White WhiteNoiseProcess WhitePoint Whitespace WhitespaceCharacter WhittakerM WhittakerW WienerFilter WienerProcess WignerD WignerSemicircleDistribution WikipediaData WikipediaSearch WilksW WilksWTest WindDirectionData WindingCount WindingPolygon WindowClickSelect WindowElements WindowFloating WindowFrame WindowFrameElements WindowMargins WindowMovable WindowOpacity WindowPersistentStyles WindowSelected WindowSize WindowStatusArea WindowTitle WindowToolbars WindowWidth WindSpeedData WindVectorData WinsorizedMean WinsorizedVariance WishartMatrixDistribution With WolframAlpha WolframAlphaDate WolframAlphaQuantity WolframAlphaResult WolframLanguageData Word WordBoundary WordCharacter WordCloud WordCount WordCounts WordData WordDefinition WordFrequency WordFrequencyData WordList WordOrientation WordSearch WordSelectionFunction WordSeparators WordSpacings WordStem WordTranslation WorkingPrecision WrapAround Write WriteLine WriteString WronskianXMLElement XMLObject XMLTemplate Xnor Xor XYZColorYellow Yesterday YuleDissimilarityZernikeR ZeroSymmetric ZeroTest ZeroWidthTimes Zeta ZetaZero ZIPCodeData ZipfDistribution ZoomCenter ZoomFactor ZTest ZTransform$Aborted $ActivationGroupID $ActivationKey $ActivationUserRegistered $AddOnsDirectory $AllowExternalChannelFunctions $AssertFunction $Assumptions $AsynchronousTask $AudioInputDevices $AudioOutputDevices $BaseDirectory $BatchInput $BatchOutput $BlockchainBase $BoxForms $ByteOrdering $CacheBaseDirectory $Canceled $ChannelBase $CharacterEncoding $CharacterEncodings $CloudBase $CloudConnected $CloudCreditsAvailable $CloudEvaluation $CloudExpressionBase $CloudObjectNameFormat $CloudObjectURLType $CloudRootDirectory $CloudSymbolBase $CloudUserID $CloudUserUUID $CloudVersion $CloudVersionNumber $CloudWolframEngineVersionNumber $CommandLine $CompilationTarget $ConditionHold $ConfiguredKernels $Context $ContextPath $ControlActiveSetting $Cookies $CookieStore $CreationDate $CurrentLink $CurrentTask $CurrentWebSession $DateStringFormat $DefaultAudioInputDevice $DefaultAudioOutputDevice $DefaultFont $DefaultFrontEnd $DefaultImagingDevice $DefaultLocalBase $DefaultMailbox $DefaultNetworkInterface $DefaultPath $Display $DisplayFunction $DistributedContexts $DynamicEvaluation $Echo $EmbedCodeEnvironments $EmbeddableServices $EntityStores $Epilog $EvaluationCloudBase $EvaluationCloudObject $EvaluationEnvironment $ExportFormats $Failed $FinancialDataSource $FontFamilies $FormatType $FrontEnd $FrontEndSession $GeoEntityTypes $GeoLocation $GeoLocationCity $GeoLocationCountry $GeoLocationPrecision $GeoLocationSource $HistoryLength $HomeDirectory $HTMLExportRules $HTTPCookies $HTTPRequest $IgnoreEOF $ImageFormattingWidth $ImagingDevice $ImagingDevices $ImportFormats $IncomingMailSettings $InitialDirectory $Initialization $InitializationContexts $Input $InputFileName $InputStreamMethods $Inspector $InstallationDate $InstallationDirectory $InterfaceEnvironment $InterpreterTypes $IterationLimit $KernelCount $KernelID $Language $LaunchDirectory $LibraryPath $LicenseExpirationDate $LicenseID $LicenseProcesses $LicenseServer $LicenseSubprocesses $LicenseType $Line $Linked $LinkSupported $LoadedFiles $LocalBase $LocalSymbolBase $MachineAddresses $MachineDomain $MachineDomains $MachineEpsilon $MachineID $MachineName $MachinePrecision $MachineType $MaxExtraPrecision $MaxLicenseProcesses $MaxLicenseSubprocesses $MaxMachineNumber $MaxNumber $MaxPiecewiseCases $MaxPrecision $MaxRootDegree $MessageGroups $MessageList $MessagePrePrint $Messages $MinMachineNumber $MinNumber $MinorReleaseNumber $MinPrecision $MobilePhone $ModuleNumber $NetworkConnected $NetworkInterfaces $NetworkLicense $NewMessage $NewSymbol $Notebooks $NoValue $NumberMarks $Off $OperatingSystem $Output $OutputForms $OutputSizeLimit $OutputStreamMethods $Packages $ParentLink $ParentProcessID $PasswordFile $PatchLevelID $Path $PathnameSeparator $PerformanceGoal $Permissions $PermissionsGroupBase $PersistenceBase $PersistencePath $PipeSupported $PlotTheme $Post $Pre $PreferencesDirectory $PreInitialization $PrePrint $PreRead $PrintForms $PrintLiteral $Printout3DPreviewer $ProcessID $ProcessorCount $ProcessorType $ProductInformation $ProgramName $PublisherID $RandomState $RecursionLimit $RegisteredDeviceClasses $RegisteredUserName $ReleaseNumber $RequesterAddress $RequesterWolframID $RequesterWolframUUID $ResourceSystemBase $RootDirectory $ScheduledTask $ScriptCommandLine $ScriptInputString $SecuredAuthenticationKeyTokens $ServiceCreditsAvailable $Services $SessionID $SetParentLink $SharedFunctions $SharedVariables $SoundDisplay $SoundDisplayFunction $SourceLink $SSHAuthentication $SummaryBoxDataSizeLimit $SuppressInputFormHeads $SynchronousEvaluation $SyntaxHandler $System $SystemCharacterEncoding $SystemID $SystemMemory $SystemShell $SystemTimeZone $SystemWordLength $TemplatePath $TemporaryDirectory $TemporaryPrefix $TestFileName $TextStyle $TimedOut $TimeUnit $TimeZone $TimeZoneEntity $TopDirectory $TraceOff $TraceOn $TracePattern $TracePostAction $TracePreAction $UnitSystem $Urgent $UserAddOnsDirectory $UserAgentLanguages $UserAgentMachine $UserAgentName $UserAgentOperatingSystem $UserAgentString $UserAgentVersion $UserBaseDirectory $UserDocumentsDirectory $Username $UserName $UserURLBase $Version $VersionNumber $VoiceStyles $WolframID $WolframUUID\",c:[e.C(\"\\\\(\\\\*\",\"\\\\*\\\\)\",{c:[\"self\"]}),e.QSM,e.CNM]}});hljs.registerLanguage(\"vim\",function(e){return{l:/[!#@\\w]+/,k:{keyword:\"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank\",built_in:\"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp\"},i:/;/,c:[e.NM,{cN:\"string\",b:\"'\",e:\"'\",i:\"\\\\n\"},{cN:\"string\",b:/\"(\\\\\"|\\n\\\\|[^\"\\n])*\"/},e.C('\"',\"$\"),{cN:\"variable\",b:/[bwtglsav]:[\\w\\d_]*/},{cN:\"function\",bK:\"function function!\",e:\"$\",relevance:0,c:[e.TM,{cN:\"params\",b:\"\\\\(\",e:\"\\\\)\"}]},{cN:\"symbol\",b:/<[\\w-]+>/}]}});hljs.registerLanguage(\"makefile\",function(e){var i={cN:\"variable\",v:[{b:\"\\\\$\\\\(\"+e.UIR+\"\\\\)\",c:[e.BE]},{b:/\\$[@%<?\\^\\+\\*]/}]},r={cN:\"string\",b:/\"/,e:/\"/,c:[e.BE,i]},a={cN:\"variable\",b:/\\$\\([\\w-]+\\s/,e:/\\)/,k:{built_in:\"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value\"},c:[i]},n={b:\"^\"+e.UIR+\"\\\\s*(?=[:+?]?=)\"},t={cN:\"section\",b:/^[^\\s]+:/,e:/$/,c:[i]};return{aliases:[\"mk\",\"mak\"],k:\"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath\",l:/[\\w-]+/,c:[e.HCM,i,r,a,n,{cN:\"meta\",b:/^\\.PHONY:/,e:/$/,k:{\"meta-keyword\":\".PHONY\"},l:/[\\.\\w]+/},t]}});hljs.registerLanguage(\"objectivec\",function(e){var t=/[a-zA-Z@][a-zA-Z0-9_]*/,i=\"@interface @class @protocol @implementation\";return{aliases:[\"mm\",\"objc\",\"obj-c\"],k:{keyword:\"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN\",literal:\"false true FALSE TRUE nil YES NO NULL\",built_in:\"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once\"},l:t,i:\"</\",c:[{cN:\"built_in\",b:\"\\\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\\\w+\"},e.CLCM,e.CBCM,e.CNM,e.QSM,e.ASM,{cN:\"string\",v:[{b:'@\"',e:'\"',i:\"\\\\n\",c:[e.BE]}]},{cN:\"meta\",b:/#\\s*[a-z]+\\b/,e:/$/,k:{\"meta-keyword\":\"if else elif endif define undef warning error line pragma ifdef ifndef include\"},c:[{b:/\\\\\\n/,relevance:0},e.inherit(e.QSM,{cN:\"meta-string\"}),{cN:\"meta-string\",b:/<.*?>/,e:/$/,i:\"\\\\n\"},e.CLCM,e.CBCM]},{cN:\"class\",b:\"(\"+i.split(\" \").join(\"|\")+\")\\\\b\",e:\"({|$)\",eE:!0,k:i,l:t,c:[e.UTM]},{b:\"\\\\.\"+e.UIR,relevance:0}]}});hljs.registerLanguage(\"shell\",function(s){return{aliases:[\"console\"],c:[{cN:\"meta\",b:\"^\\\\s{0,3}[/\\\\w\\\\d\\\\[\\\\]()@-]*[>%$#]\",starts:{e:\"$\",sL:\"bash\"}}]}});hljs.registerLanguage(\"erlang\",function(e){var r=\"[a-z'][a-zA-Z0-9_']*\",c=\"(\"+r+\":\"+r+\"|\"+r+\")\",n={keyword:\"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor\",literal:\"false true\"},a=e.C(\"%\",\"$\"),b={cN:\"number\",b:\"\\\\b(\\\\d+#[a-fA-F0-9]+|\\\\d+(\\\\.\\\\d+)?([eE][-+]?\\\\d+)?)\",relevance:0},i={b:\"fun\\\\s+\"+r+\"/\\\\d+\"},l={b:c+\"\\\\(\",e:\"\\\\)\",rB:!0,relevance:0,c:[{b:c,relevance:0},{b:\"\\\\(\",e:\"\\\\)\",eW:!0,rE:!0,relevance:0}]},d={b:\"{\",e:\"}\",relevance:0},o={b:\"\\\\b_([A-Z][A-Za-z0-9_]*)?\",relevance:0},t={b:\"[A-Z][a-zA-Z0-9_]*\",relevance:0},v={b:\"#\"+e.UIR,relevance:0,rB:!0,c:[{b:\"#\"+e.UIR,relevance:0},{b:\"{\",e:\"}\",relevance:0}]},f={bK:\"fun receive if try case\",e:\"end\",k:n};f.c=[a,i,e.inherit(e.ASM,{cN:\"\"}),f,l,e.QSM,b,d,o,t,v];var s=[a,i,f,l,e.QSM,b,d,o,t,v];l.c[1].c=s,d.c=s;var u={cN:\"params\",b:\"\\\\(\",e:\"\\\\)\",c:v.c[1].c=s};return{aliases:[\"erl\"],k:n,i:\"(</|\\\\*=|\\\\+=|-=|/\\\\*|\\\\*/|\\\\(\\\\*|\\\\*\\\\))\",c:[{cN:\"function\",b:\"^\"+r+\"\\\\s*\\\\(\",e:\"->\",rB:!0,i:\"\\\\(|#|//|/\\\\*|\\\\\\\\|:|;\",c:[u,e.inherit(e.TM,{b:r})],starts:{e:\";|\\\\.\",k:n,c:s}},a,{b:\"^-\",e:\"\\\\.\",relevance:0,eE:!0,rB:!0,l:\"-\"+e.IR,k:\"-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn -import -include -include_lib -compile -define -else -endif -file -behaviour -behavior -spec\",c:[u]},b,e.QSM,v,o,t,d,{b:/\\.$/}]}});hljs.registerLanguage(\"powershell\",function(e){var t={keyword:\"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter\"},n={b:\"`[\\\\s\\\\S]\",relevance:0},c={cN:\"variable\",v:[{b:/\\$\\B/},{cN:\"keyword\",b:/\\$this/},{b:/\\$[\\w\\d][\\w\\d_:]*/}]},i={cN:\"string\",v:[{b:/\"/,e:/\"/},{b:/@\"/,e:/^\"@/}],c:[n,c,{cN:\"variable\",b:/\\$[A-z]/,e:/[^A-z]/}]},a={cN:\"string\",v:[{b:/'/,e:/'/},{b:/@'/,e:/^'@/}]},r=e.inherit(e.C(null,null),{v:[{b:/#/,e:/$/},{b:/<#/,e:/#>/}],c:[{cN:\"doctag\",v:[{b:/\\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{b:/\\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\\s+\\S+/}]}]}),o={cN:\"built_in\",v:[{b:\"(\".concat(\"Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|New|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Complete|Confirm|Deny|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where\",\")+(-)[\\\\w\\\\d]+\")}]},l={cN:\"class\",bK:\"class enum\",e:/\\s*[{]/,eE:!0,relevance:0,c:[e.TM]},s={cN:\"function\",b:/function\\s+/,e:/\\s*\\{|$/,eE:!0,rB:!0,relevance:0,c:[{b:\"function\",relevance:0,cN:\"keyword\"},{cN:\"title\",b:/\\w[\\w\\d]*((-)[\\w\\d]+)*/,relevance:0},{b:/\\(/,e:/\\)/,cN:\"params\",relevance:0,c:[c]}]},p={b:/using\\s/,e:/$/,rB:!0,c:[i,a,{cN:\"keyword\",b:/(using|assembly|command|module|namespace|type)/}]},b={v:[{cN:\"operator\",b:\"(\".concat(\"-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor\",\")\\\\b\")},{cN:\"literal\",b:/(-)[\\w\\d]+/,relevance:0}]},d={cN:\"function\",b:/\\[.*\\]\\s*[\\w]+[ ]??\\(/,e:/$/,rB:!0,relevance:0,c:[{cN:\"keyword\",b:\"(\".concat(t.keyword.toString().replace(/\\s/g,\"|\"),\")\\\\b\"),endsParent:!0,relevance:0},e.inherit(e.TM,{endsParent:!0})]},u=[d,r,n,e.NM,i,a,o,c,{cN:\"literal\",b:/\\$(null|true|false)\\b/},{cN:\"selector-tag\",b:/\\@\\B/,relevance:0}],m={b:/\\[/,e:/\\]/,eB:!0,eE:!0,relevance:0,c:[].concat(\"self\",u,{b:\"(\"+[\"string\",\"char\",\"byte\",\"int\",\"long\",\"bool\",\"decimal\",\"single\",\"double\",\"DateTime\",\"xml\",\"array\",\"hashtable\",\"void\"].join(\"|\")+\")\",cN:\"built_in\",relevance:0},{cN:\"type\",b:/[\\.\\w\\d]+/,relevance:0})};return d.c.unshift(m),{aliases:[\"ps\",\"ps1\"],l:/-?[A-z\\.\\-]+/,cI:!0,k:t,c:u.concat(l,s,p,b,m)}});hljs.registerLanguage(\"typescript\",function(e){var r=\"[A-Za-z$_][0-9A-Za-z$_]*\",t={keyword:\"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class public private protected get set super static implements enum export import declare type namespace abstract as from extends async await\",literal:\"true false null undefined NaN Infinity\",built_in:\"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document any number boolean string void Promise\"},n={cN:\"meta\",b:\"@\"+r},a={b:\"\\\\(\",e:/\\)/,k:t,c:[\"self\",e.QSM,e.ASM,e.NM]},c={cN:\"params\",b:/\\(/,e:/\\)/,eB:!0,eE:!0,k:t,c:[e.CLCM,e.CBCM,n,a]},s={cN:\"number\",v:[{b:\"\\\\b(0[bB][01]+)n?\"},{b:\"\\\\b(0[oO][0-7]+)n?\"},{b:e.CNR+\"n?\"}],relevance:0},o={cN:\"subst\",b:\"\\\\$\\\\{\",e:\"\\\\}\",k:t,c:[]},i={b:\"html`\",e:\"\",starts:{e:\"`\",rE:!1,c:[e.BE,o],sL:\"xml\"}},l={b:\"css`\",e:\"\",starts:{e:\"`\",rE:!1,c:[e.BE,o],sL:\"css\"}},b={cN:\"string\",b:\"`\",e:\"`\",c:[e.BE,o]};return o.c=[e.ASM,e.QSM,i,l,b,s,e.RM],{aliases:[\"ts\"],k:t,c:[{cN:\"meta\",b:/^\\s*['\"]use strict['\"]/},e.ASM,e.QSM,i,l,b,e.CLCM,e.CBCM,s,{b:\"(\"+e.RSR+\"|\\\\b(case|return|throw)\\\\b)\\\\s*\",k:\"return throw case\",c:[e.CLCM,e.CBCM,e.RM,{cN:\"function\",b:\"(\\\\(.*?\\\\)|\"+e.IR+\")\\\\s*=>\",rB:!0,e:\"\\\\s*=>\",c:[{cN:\"params\",v:[{b:e.IR},{b:/\\(\\s*\\)/},{b:/\\(/,e:/\\)/,eB:!0,eE:!0,k:t,c:[\"self\",e.CLCM,e.CBCM]}]}]}],relevance:0},{cN:\"function\",bK:\"function\",e:/[\\{;]/,eE:!0,k:t,c:[\"self\",e.inherit(e.TM,{b:r}),c],i:/%/,relevance:0},{bK:\"constructor\",e:/[\\{;]/,eE:!0,c:[\"self\",c]},{b:/module\\./,k:{built_in:\"module\"},relevance:0},{bK:\"module\",e:/\\{/,eE:!0},{bK:\"interface\",e:/\\{/,eE:!0,k:\"interface extends\"},{b:/\\$[(.]/},{b:\"\\\\.\"+e.IR,relevance:0},n,a]}});hljs.registerLanguage(\"fortran\",function(e){return{cI:!0,aliases:[\"f90\",\"f95\"],k:{literal:\".False. .True.\",keyword:\"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then block endblock public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated  c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data\",built_in:\"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image\"},i:/\\/\\*/,c:[e.inherit(e.ASM,{cN:\"string\",relevance:0}),e.inherit(e.QSM,{cN:\"string\",relevance:0}),{cN:\"function\",bK:\"subroutine function program\",i:\"[${=\\\\n]\",c:[e.UTM,{cN:\"params\",b:\"\\\\(\",e:\"\\\\)\"}]},e.C(\"!\",\"$\",{relevance:0}),{cN:\"number\",b:\"(?=\\\\b|\\\\+|\\\\-|\\\\.)(?=\\\\.\\\\d|\\\\d)(?:\\\\d+)?(?:\\\\.?\\\\d*)(?:[de][+-]?\\\\d+)?\\\\b\\\\.?\",relevance:0}]}});hljs.registerLanguage(\"php\",function(e){var c={b:\"\\\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*\"},i={cN:\"meta\",b:/<\\?(php)?|\\?>/},t={cN:\"string\",c:[e.BE,i],v:[{b:'b\"',e:'\"'},{b:\"b'\",e:\"'\"},e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},a={v:[e.BNM,e.CNM]};return{aliases:[\"php\",\"php3\",\"php4\",\"php5\",\"php6\",\"php7\"],cI:!0,k:\"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally\",c:[e.HCM,e.C(\"//\",\"$\",{c:[i]}),e.C(\"/\\\\*\",\"\\\\*/\",{c:[{cN:\"doctag\",b:\"@[A-Za-z]+\"}]}),e.C(\"__halt_compiler.+?;\",!1,{eW:!0,k:\"__halt_compiler\",l:e.UIR}),{cN:\"string\",b:/<<<['\"]?\\w+['\"]?$/,e:/^\\w+;?$/,c:[e.BE,{cN:\"subst\",v:[{b:/\\$\\w+/},{b:/\\{\\$/,e:/\\}/}]}]},i,{cN:\"keyword\",b:/\\$this\\b/},c,{b:/(::|->)+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*/},{cN:\"function\",bK:\"function\",e:/[;{]/,eE:!0,i:\"\\\\$|\\\\[|%\",c:[e.UTM,{cN:\"params\",b:\"\\\\(\",e:\"\\\\)\",c:[\"self\",c,e.CBCM,t,a]}]},{cN:\"class\",bK:\"class interface\",e:\"{\",eE:!0,i:/[:\\(\\$\"]/,c:[{bK:\"extends implements\"},e.UTM]},{bK:\"namespace\",e:\";\",i:/[\\.']/,c:[e.UTM]},{bK:\"use\",e:\";\",c:[e.UTM]},{b:\"=>\"},t,a]}});hljs.registerLanguage(\"haskell\",function(e){var i={v:[e.C(\"--\",\"$\"),e.C(\"{-\",\"-}\",{c:[\"self\"]})]},a={cN:\"meta\",b:\"{-#\",e:\"#-}\"},l={cN:\"meta\",b:\"^#\",e:\"$\"},c={cN:\"type\",b:\"\\\\b[A-Z][\\\\w']*\",relevance:0},n={b:\"\\\\(\",e:\"\\\\)\",i:'\"',c:[a,l,{cN:\"type\",b:\"\\\\b[A-Z][\\\\w]*(\\\\((\\\\.\\\\.|,|\\\\w+)\\\\))?\"},e.inherit(e.TM,{b:\"[_a-z][\\\\w']*\"}),i]};return{aliases:[\"hs\"],k:\"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec\",c:[{bK:\"module\",e:\"where\",k:\"module where\",c:[n,i],i:\"\\\\W\\\\.|;\"},{b:\"\\\\bimport\\\\b\",e:\"$\",k:\"import qualified as hiding\",c:[n,i],i:\"\\\\W\\\\.|;\"},{cN:\"class\",b:\"^(\\\\s*)?(class|instance)\\\\b\",e:\"where\",k:\"class family instance where\",c:[c,n,i]},{cN:\"class\",b:\"\\\\b(data|(new)?type)\\\\b\",e:\"$\",k:\"data family type newtype deriving\",c:[a,c,n,{b:\"{\",e:\"}\",c:n.c},i]},{bK:\"default\",e:\"$\",c:[c,n,i]},{bK:\"infix infixl infixr\",e:\"$\",c:[e.CNM,i]},{b:\"\\\\bforeign\\\\b\",e:\"$\",k:\"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe\",c:[c,e.QSM,i]},{cN:\"meta\",b:\"#!\\\\/usr\\\\/bin\\\\/env runhaskell\",e:\"$\"},a,l,e.QSM,e.CNM,c,e.inherit(e.TM,{b:\"^[_a-z][\\\\w']*\"}),i,{b:\"->|<-\"}]}});hljs.registerLanguage(\"coffeescript\",function(e){var c={keyword:\"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super yield import export from as default await then unless until loop of by when and or is isnt not\",literal:\"true false null undefined yes no on off\",built_in:\"npm require console print module global window document\"},n=\"[A-Za-z$_][0-9A-Za-z$_]*\",r={cN:\"subst\",b:/#\\{/,e:/}/,k:c},i=[e.BNM,e.inherit(e.CNM,{starts:{e:\"(\\\\s*/)?\",relevance:0}}),{cN:\"string\",v:[{b:/'''/,e:/'''/,c:[e.BE]},{b:/'/,e:/'/,c:[e.BE]},{b:/\"\"\"/,e:/\"\"\"/,c:[e.BE,r]},{b:/\"/,e:/\"/,c:[e.BE,r]}]},{cN:\"regexp\",v:[{b:\"///\",e:\"///\",c:[r,e.HCM]},{b:\"//[gim]{0,3}(?=\\\\W)\",relevance:0},{b:/\\/(?![ *]).*?(?![\\\\]).\\/[gim]{0,3}(?=\\W)/}]},{b:\"@\"+n},{sL:\"javascript\",eB:!0,eE:!0,v:[{b:\"```\",e:\"```\"},{b:\"`\",e:\"`\"}]}];r.c=i;var s=e.inherit(e.TM,{b:n}),t=\"(\\\\(.*\\\\))?\\\\s*\\\\B[-=]>\",a={cN:\"params\",b:\"\\\\([^\\\\(]\",rB:!0,c:[{b:/\\(/,e:/\\)/,k:c,c:[\"self\"].concat(i)}]};return{aliases:[\"coffee\",\"cson\",\"iced\"],k:c,i:/\\/\\*/,c:i.concat([e.C(\"###\",\"###\"),e.HCM,{cN:\"function\",b:\"^\\\\s*\"+n+\"\\\\s*=\\\\s*\"+t,e:\"[-=]>\",rB:!0,c:[s,a]},{b:/[:\\(,=]\\s*/,relevance:0,c:[{cN:\"function\",b:t,e:\"[-=]>\",rB:!0,c:[a]}]},{cN:\"class\",bK:\"class\",e:\"$\",i:/[:=\"\\[\\]]/,c:[{bK:\"extends\",eW:!0,i:/[:=\"\\[\\]]/,c:[s]},s]},{b:n+\":\",e:\":\",rB:!0,rE:!0,relevance:0}])}});hljs.registerLanguage(\"r\",function(e){var r=\"([a-zA-Z]|\\\\.[a-zA-Z.])[a-zA-Z0-9._]*\";return{c:[e.HCM,{b:r,l:r,k:{keyword:\"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...\",literal:\"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10\"},relevance:0},{cN:\"number\",b:\"0[xX][0-9a-fA-F]+[Li]?\\\\b\",relevance:0},{cN:\"number\",b:\"\\\\d+(?:[eE][+\\\\-]?\\\\d*)?L\\\\b\",relevance:0},{cN:\"number\",b:\"\\\\d+\\\\.(?!\\\\d)(?:i\\\\b)?\",relevance:0},{cN:\"number\",b:\"\\\\d+(?:\\\\.\\\\d*)?(?:[eE][+\\\\-]?\\\\d*)?i?\\\\b\",relevance:0},{cN:\"number\",b:\"\\\\.\\\\d+(?:[eE][+\\\\-]?\\\\d*)?i?\\\\b\",relevance:0},{b:\"`\",e:\"`\",relevance:0},{cN:\"string\",c:[e.BE],v:[{b:'\"',e:'\"'},{b:\"'\",e:\"'\"}]}]}});hljs.registerLanguage(\"autohotkey\",function(e){var a={b:\"`[\\\\s\\\\S]\"};return{cI:!0,aliases:[\"ahk\"],k:{keyword:\"Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group\",literal:\"true false NOT AND OR\",built_in:\"ComSpec Clipboard ClipboardAll ErrorLevel\"},c:[a,e.inherit(e.QSM,{c:[a]}),e.C(\";\",\"$\",{relevance:0}),e.CBCM,{cN:\"number\",b:e.NR,relevance:0},{cN:\"variable\",b:\"%[a-zA-Z0-9#_$@]+%\"},{cN:\"built_in\",b:\"^\\\\s*\\\\w+\\\\s*(,|%)\"},{cN:\"title\",v:[{b:'^[^\\\\n\";]+::(?!=)'},{b:'^[^\\\\n\";]+:(?!=)',relevance:0}]},{cN:\"meta\",b:\"^\\\\s*#\\\\w+\",e:\"$\",relevance:0},{cN:\"built_in\",b:\"A_[a-zA-Z0-9]+\"},{b:\",\\\\s*,\"}]}});hljs.registerLanguage(\"elixir\",function(e){var b=\"[a-zA-Z_][a-zA-Z0-9_.]*(\\\\!|\\\\?)?\",c=\"and false then defined module in return redo retry end for true self when next until do begin unless nil break not case cond alias while ensure or include use alias fn quote require import with|0\",n={cN:\"subst\",b:\"#\\\\{\",e:\"}\",l:b,k:c},r=\"[/|([{<\\\"']\",a={cN:\"string\",b:\"~[a-z](?=\"+r+\")\",c:[{endsParent:!0,c:[{c:[e.BE,n],v:[{b:/\"/,e:/\"/},{b:/'/,e:/'/},{b:/\\//,e:/\\//},{b:/\\|/,e:/\\|/},{b:/\\(/,e:/\\)/},{b:/\\[/,e:/\\]/},{b:/\\{/,e:/\\}/},{b:/</,e:/>/}]}]}]},i={cN:\"string\",b:\"~[A-Z](?=\"+r+\")\",c:[{b:/\"/,e:/\"/},{b:/'/,e:/'/},{b:/\\//,e:/\\//},{b:/\\|/,e:/\\|/},{b:/\\(/,e:/\\)/},{b:/\\[/,e:/\\]/},{b:/\\{/,e:/\\}/},{b:/\\</,e:/\\>/}]},l={cN:\"string\",c:[e.BE,n],v:[{b:/\"\"\"/,e:/\"\"\"/},{b:/'''/,e:/'''/},{b:/~S\"\"\"/,e:/\"\"\"/,c:[]},{b:/~S\"/,e:/\"/,c:[]},{b:/~S'''/,e:/'''/,c:[]},{b:/~S'/,e:/'/,c:[]},{b:/'/,e:/'/},{b:/\"/,e:/\"/}]},s={cN:\"function\",bK:\"def defp defmacro\",e:/\\B\\b/,c:[e.inherit(e.TM,{b:b,endsParent:!0})]},t=e.inherit(s,{cN:\"class\",bK:\"defimpl defmodule defprotocol defrecord\",e:/\\bdo\\b|$|;/}),d=[l,i,a,e.HCM,t,s,{b:\"::\"},{cN:\"symbol\",b:\":(?![\\\\s:])\",c:[l,{b:\"[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\]=?\"}],relevance:0},{cN:\"symbol\",b:b+\":(?!:)\",relevance:0},{cN:\"number\",b:\"(\\\\b0o[0-7_]+)|(\\\\b0b[01_]+)|(\\\\b0x[0-9a-fA-F_]+)|(-?\\\\b[1-9][0-9_]*(.[0-9_]+([eE][-+]?[0-9]+)?)?)\",relevance:0},{cN:\"variable\",b:\"(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))\"},{b:\"->\"},{b:\"(\"+e.RSR+\")\\\\s*\",c:[e.HCM,{cN:\"regexp\",i:\"\\\\n\",c:[e.BE,n],v:[{b:\"/\",e:\"/[a-z]*\"},{b:\"%r\\\\[\",e:\"\\\\][a-z]*\"}]}],relevance:0}];return{l:b,k:c,c:n.c=d}});hljs.registerLanguage(\"gradle\",function(e){return{cI:!0,k:{keyword:\"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine\"},c:[e.CLCM,e.CBCM,e.ASM,e.QSM,e.NM,e.RM]}});hljs.registerLanguage(\"css\",function(e){var c={b:/(?:[A-Z\\_\\.\\-]+|--[a-zA-Z0-9_-]+)\\s*:/,rB:!0,e:\";\",eW:!0,c:[{cN:\"attribute\",b:/\\S/,e:\":\",eE:!0,starts:{eW:!0,eE:!0,c:[{b:/[\\w-]+\\(/,rB:!0,c:[{cN:\"built_in\",b:/[\\w-]+/},{b:/\\(/,e:/\\)/,c:[e.ASM,e.QSM,e.CSSNM]}]},e.CSSNM,e.QSM,e.ASM,e.CBCM,{cN:\"number\",b:\"#[0-9A-Fa-f]+\"},{cN:\"meta\",b:\"!important\"}]}}]};return{cI:!0,i:/[=\\/|'\\$]/,c:[e.CBCM,{cN:\"selector-id\",b:/#[A-Za-z0-9_-]+/},{cN:\"selector-class\",b:/\\.[A-Za-z0-9_-]+/},{cN:\"selector-attr\",b:/\\[/,e:/\\]/,i:\"$\",c:[e.ASM,e.QSM]},{cN:\"selector-pseudo\",b:/:(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\"'.]+/},{b:\"@(page|font-face)\",l:\"@[a-z-]+\",k:\"@page @font-face\"},{b:\"@\",e:\"[{;]\",i:/:/,rB:!0,c:[{cN:\"keyword\",b:/@\\-?\\w[\\w]*(\\-\\w+)*/},{b:/\\s/,eW:!0,eE:!0,relevance:0,k:\"and or not only\",c:[{b:/[a-z-]+:/,cN:\"attribute\"},e.ASM,e.QSM,e.CSSNM]}]},{cN:\"selector-tag\",b:\"[a-zA-Z-][a-zA-Z0-9_-]*\",relevance:0},{b:\"{\",e:\"}\",i:/\\S/,c:[e.CBCM,c]}]}});\n\nexports.hljs = hljs;\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/highlight/highlight.js",
            "module-type": "library"
        },
        "$:/plugins/tiddlywiki/highlight/highlight.css": {
            "text": "/*\n\nOriginal highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>\n\n*/\n\n.hljs {\n  display: block;\n  overflow-x: auto;\n  padding: 0.5em;\n  background: #F0F0F0;\n}\n\n\n/* Base color: saturation 0; */\n\n.hljs,\n.hljs-subst {\n  color: #444;\n}\n\n.hljs-comment {\n  color: #888888;\n}\n\n.hljs-keyword,\n.hljs-attribute,\n.hljs-selector-tag,\n.hljs-meta-keyword,\n.hljs-doctag,\n.hljs-name {\n  font-weight: bold;\n}\n\n\n/* User color: hue: 0 */\n\n.hljs-type,\n.hljs-string,\n.hljs-number,\n.hljs-selector-id,\n.hljs-selector-class,\n.hljs-quote,\n.hljs-template-tag,\n.hljs-deletion {\n  color: #880000;\n}\n\n.hljs-title,\n.hljs-section {\n  color: #880000;\n  font-weight: bold;\n}\n\n.hljs-regexp,\n.hljs-symbol,\n.hljs-variable,\n.hljs-template-variable,\n.hljs-link,\n.hljs-selector-attr,\n.hljs-selector-pseudo {\n  color: #BC6060;\n}\n\n\n/* Language color: hue: 90; */\n\n.hljs-literal {\n  color: #78A960;\n}\n\n.hljs-built_in,\n.hljs-bullet,\n.hljs-code,\n.hljs-addition {\n  color: #397300;\n}\n\n\n/* Meta color: hue: 200 */\n\n.hljs-meta {\n  color: #1f7199;\n}\n\n.hljs-meta-string {\n  color: #4d99bf;\n}\n\n\n/* Misc effects */\n\n.hljs-emphasis {\n  font-style: italic;\n}\n\n.hljs-strong {\n  font-weight: bold;\n}\n",
            "type": "text/css",
            "title": "$:/plugins/tiddlywiki/highlight/highlight.css",
            "tags": "[[$:/tags/Stylesheet]]"
        },
        "$:/plugins/tiddlywiki/highlight/highlightblock.js": {
            "title": "$:/plugins/tiddlywiki/highlight/highlightblock.js",
            "text": "/*\\\ntitle: $:/plugins/tiddlywiki/highlight/highlightblock.js\ntype: application/javascript\nmodule-type: widget\n\nWraps up the fenced code blocks parser for highlight and use in TiddlyWiki5\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar TYPE_MAPPINGS_BASE = \"$:/config/HighlightPlugin/TypeMappings/\";\n\nvar CodeBlockWidget = require(\"$:/core/modules/widgets/codeblock.js\").codeblock;\n\nvar hljs = require(\"$:/plugins/tiddlywiki/highlight/highlight.js\");\n\nhljs.configure({tabReplace: \"    \"});\t\n\nCodeBlockWidget.prototype.postRender = function() {\n\tvar domNode = this.domNodes[0],\n\t\tlanguage = this.language,\n\t\ttiddler = this.wiki.getTiddler(TYPE_MAPPINGS_BASE + language);\n\tif(tiddler) {\n\t\tlanguage = tiddler.fields.text || \"\";\n\t}\n\tif(language && hljs.getLanguage(language)) {\n\t\tdomNode.className = language.toLowerCase() + \" hljs\";\n\t\tif($tw.browser && !domNode.isTiddlyWikiFakeDom) {\n\t\t\thljs.highlightBlock(domNode);\t\t\t\n\t\t} else {\n\t\t\tvar text = domNode.textContent;\n\t\t\tdomNode.children[0].innerHTML = hljs.fixMarkup(hljs.highlight(language,text).value);\n\t\t\t// If we're using the fakedom then specially save the original raw text\n\t\t\tif(domNode.isTiddlyWikiFakeDom) {\n\t\t\t\tdomNode.children[0].textInnerHTML = text;\n\t\t\t}\n\t\t}\n\t}\t\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/tiddlywiki/highlight/howto": {
            "title": "$:/plugins/tiddlywiki/highlight/howto",
            "text": "! Supporting Additional Languages\n \nThe [[highlight.js|https://github.com/highlightjs/highlight.js]] project supports many languages. Only a subset of these languages are supported by the plugin. It is possible for users to change the set of languages supported by the plugin by following these steps:\n \n# Go to the highlight.js project [[download page|https://highlightjs.org/download/]], select the language definitions to include, and press the Download button to download a zip archive containing customised support files for a highlight.js syntax highlighting server.\n# Locate the `highlight.pack.js` file in the highlight plugin -- on a stock Debian 8 system running Tiddlywiki5 under node-js it is located at `/usr/local/lib/node_modules/tiddlywiki/plugins/tiddlywiki/highlight/files/highlight.pack.js`.\n# Replace the plugin `highlight.pack.js` file located in step 2 with the one from the downloaded archive obtained in step 1.\n# Restart the Tiddlywiki server.\n"
        },
        "$:/plugins/tiddlywiki/highlight/license": {
            "title": "$:/plugins/tiddlywiki/highlight/license",
            "type": "text/plain",
            "text": "Copyright (c) 2006, Ivan Sagalaev\nAll rights reserved.\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n    * Redistributions of source code must retain the above copyright\n      notice, this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright\n      notice, this list of conditions and the following disclaimer in the\n      documentation and/or other materials provided with the distribution.\n    * Neither the name of highlight.js nor the names of its contributors\n      may be used to endorse or promote products derived from this software\n      without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
        },
        "$:/plugins/tiddlywiki/highlight/readme": {
            "title": "$:/plugins/tiddlywiki/highlight/readme",
            "text": "This plugin provides syntax highlighting of code blocks using v9.18.1 of [[highlight.js|https://github.com/isagalaev/highlight.js]] from Ivan Sagalaev.\n\n! Usage\n\nWhen the plugin is installed it automatically applies highlighting to all codeblocks defined with triple backticks or with the CodeBlockWidget.\n\nThe language can optionally be specified after the opening triple braces:\n\n<$codeblock code=\"\"\"```css\n * { margin: 0; padding: 0; } /* micro reset */\n\nhtml { font-size: 62.5%; }\nbody { font-size: 14px; font-size: 1.4rem; } /* =14px */\nh1   { font-size: 24px; font-size: 2.4rem; } /* =24px */\n```\"\"\"/>\n\nIf no language is specified highlight.js will attempt to automatically detect the language.\n\n! Built-in Language Brushes\n\nThe plugin includes support for the following languages (referred to as \"brushes\" by highlight.js):\n\n* apache\n* arduino\n* arm assembly\n* asciidoc\n* autohotkey\n* awk\n* bash\n* cmake\n* coffeescript\n* cpp\n* cs\n* css\n* diff\n* dockerfile\n* erlang\n* elixir\n* fortran\n* go\n* gradle\n* haskell\n* html\n* http\n* ini\n* intel x86 assembly\n* java\n* javascript\n* json\n* kotlin\n* less\n* lua\n* makefile\n* markdown\n* mathematica\n* matlab\n* nginx\n* objectivec\n* perl\n* php\n* plaintext\n* powershell\n* properties\n* python\n* R\n* ruby\n* rust\n* scss\n* shell session\n* sql\n* swift\n* toml\n* typescript\n* vala\n* vim script\n* xml\n* yaml\n\nYou can also specify the language as a MIME content type (eg `text/html` or `text/css`). The mapping is accomplished via mapping tiddlers whose titles start with `$:/config/HighlightPlugin/TypeMappings/`.\n"
        },
        "$:/plugins/tiddlywiki/highlight/styles": {
            "title": "$:/plugins/tiddlywiki/highlight/styles",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": ".hljs {\n  display: block;\n  overflow-x: auto;\n  padding: 0.5em;\n  background: <<colour tiddler-editor-background>>;\n  color: <<colour foreground>>;\n  -webkit-text-size-adjust:none\n}\n\n.hljs-comment,\n.hljs-quote {\n  color: #93a1a1;\n}\n\n/* Solarized Green */\n.hljs-keyword,\n.hljs-selector-tag,\n.hljs-addition {\n  color: #859900;\n}\n\n/* Solarized Cyan */\n.hljs-number,\n.hljs-string,\n.hljs-meta .hljs-meta-string,\n.hljs-literal,\n.hljs-doctag,\n.hljs-regexp {\n  color: #2aa198;\n}\n\n/* Solarized Blue */\n.hljs-title,\n.hljs-section,\n.hljs-name,\n.hljs-selector-id,\n.hljs-selector-class {\n  color: #268bd2;\n}\n\n/* Solarized Yellow */\n.hljs-attribute,\n.hljs-attr,\n.hljs-variable,\n.hljs-template-variable,\n.hljs-class .hljs-title,\n.hljs-type {\n  color: #b58900;\n}\n\n/* Solarized Orange */\n.hljs-symbol,\n.hljs-bullet,\n.hljs-subst,\n.hljs-meta,\n.hljs-meta .hljs-keyword,\n.hljs-selector-attr,\n.hljs-selector-pseudo,\n.hljs-link {\n  color: #cb4b16;\n}\n\n/* Solarized Red */\n.hljs-built_in,\n.hljs-deletion {\n  color: #dc322f;\n}\n\n.hljs-formula {\n  background: #eee8d5;\n}\n\n.hljs-emphasis {\n  font-style: italic;\n}\n\n.hljs-strong {\n  font-weight: bold;\n}\n"
        },
        "$:/plugins/tiddlywiki/highlight/usage": {
            "title": "$:/plugins/tiddlywiki/highlight/usage",
            "text": "! Usage\n\nFenced code blocks can have a language specifier added to trigger highlighting in a specific language. Otherwise heuristics are used to detect the language.\n\n```\n ```js\n var a = b + c; // Highlighted as JavaScript\n ```\n```\n! Adding Themes\n\nYou can add themes from highlight.js by copying the CSS to a new tiddler and tagging it with [[$:/tags/Stylesheet]]. The available themes can be found on GitHub:\n\nhttps://github.com/isagalaev/highlight.js/tree/master/src/styles\n"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/bold": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/bold",
            "list-after": "$:/core/ui/EditorToolbar/bold",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/bold",
            "caption": "{{$:/language/Buttons/Bold/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/Bold/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((bold))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"**\"\n\tsuffix=\"**\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-1": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-1",
            "list-after": "$:/core/ui/EditorToolbar/heading-1",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-1",
            "caption": "{{$:/language/Buttons/Heading1/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/Heading1/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((heading-1))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"1\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-2": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-2",
            "list-after": "$:/core/ui/EditorToolbar/heading-2",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-2",
            "caption": "{{$:/language/Buttons/Heading2/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/Heading2/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((heading-2))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"2\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-3": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-3",
            "list-after": "$:/core/ui/EditorToolbar/heading-3",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-3",
            "caption": "{{$:/language/Buttons/Heading3/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/Heading3/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((heading-3))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"3\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-4": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-4",
            "list-after": "$:/core/ui/EditorToolbar/heading-4",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-4",
            "caption": "{{$:/language/Buttons/Heading4/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/Heading4/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((heading-4))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"4\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-5": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-5",
            "list-after": "$:/core/ui/EditorToolbar/heading-5",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-5",
            "caption": "{{$:/language/Buttons/Heading5/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/Heading5/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((heading-5))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"5\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-6": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-6",
            "list-after": "$:/core/ui/EditorToolbar/heading-6",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-6",
            "caption": "{{$:/language/Buttons/Heading6/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/Heading6/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((heading-6))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"6\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/italic": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/italic",
            "list-after": "$:/core/ui/EditorToolbar/italic",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/italic",
            "caption": "{{$:/language/Buttons/Italic/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/Italic/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((italic))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"*\"\n\tsuffix=\"*\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/list-bullet": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/list-bullet",
            "list-after": "$:/core/ui/EditorToolbar/list-bullet",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/list-bullet",
            "caption": "{{$:/language/Buttons/ListBullet/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/ListBullet/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((list-bullet))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"*\"\n\tcount=\"1\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/list-number": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/list-number",
            "list-after": "$:/core/ui/EditorToolbar/list-number",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/list-number",
            "caption": "{{$:/language/Buttons/ListNumber/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/ListNumber/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((list-number))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"1.\"\n\tcount=\"1\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/mono-line": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/mono-line",
            "list-after": "$:/core/ui/EditorToolbar/mono-line",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/mono-line",
            "caption": "{{$:/language/Buttons/MonoLine/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/MonoLine/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((mono-line))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"`\"\n\tsuffix=\"`\"\n/>\n"
        },
        "$:/plugins/tiddlywiki/markdown/EditorToolbar/quote": {
            "title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/quote",
            "list-after": "$:/core/ui/EditorToolbar/quote",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/quote",
            "caption": "{{$:/language/Buttons/Quote/Caption}} (Markdown)",
            "description": "{{$:/language/Buttons/Quote/Hint}}",
            "condition": "[<targetTiddler>type[text/x-markdown]]",
            "shortcuts": "((quote))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\">\"\n\tcount=\"1\"\n/>\n"
        },
        "$:/config/markdown/breaks": {
            "title": "$:/config/markdown/breaks",
            "text": "false"
        },
        "$:/config/markdown/linkNewWindow": {
            "title": "$:/config/markdown/linkNewWindow",
            "text": "true"
        },
        "$:/config/markdown/linkify": {
            "title": "$:/config/markdown/linkify",
            "text": "false"
        },
        "$:/config/markdown/quotes": {
            "title": "$:/config/markdown/quotes",
            "text": "“”‘’"
        },
        "$:/config/markdown/renderWikiText": {
            "title": "$:/config/markdown/renderWikiText",
            "text": "true"
        },
        "$:/config/markdown/renderWikiTextPragma": {
            "title": "$:/config/markdown/renderWikiTextPragma",
            "text": "\\rules only html image macrocallinline syslink transcludeinline wikilink filteredtranscludeblock macrocallblock transcludeblock"
        },
        "$:/config/markdown/typographer": {
            "title": "$:/config/markdown/typographer",
            "text": "false"
        },
        "$:/language/Docs/Types/text/x-markdown": {
            "title": "$:/language/Docs/Types/text/x-markdown",
            "description": "Markdown",
            "name": "text/x-markdown",
            "group": "Text"
        },
        "$:/plugins/tiddlywiki/markdown/remarkable.js": {
            "text": "!function(e,t){\"object\"==typeof exports&&\"undefined\"!=typeof module?t(exports):\"function\"==typeof define&&define.amd?define([\"exports\"],t):t((e=e||self).remarkable={})}(this,function(e){\"use strict\";var t={Aacute:\"Á\",aacute:\"á\",Abreve:\"Ă\",abreve:\"ă\",ac:\"∾\",acd:\"∿\",acE:\"∾̳\",Acirc:\"Â\",acirc:\"â\",acute:\"´\",Acy:\"А\",acy:\"а\",AElig:\"Æ\",aelig:\"æ\",af:\"⁡\",Afr:\"𝔄\",afr:\"𝔞\",Agrave:\"À\",agrave:\"à\",alefsym:\"ℵ\",aleph:\"ℵ\",Alpha:\"Α\",alpha:\"α\",Amacr:\"Ā\",amacr:\"ā\",amalg:\"⨿\",AMP:\"&\",amp:\"&\",And:\"⩓\",and:\"∧\",andand:\"⩕\",andd:\"⩜\",andslope:\"⩘\",andv:\"⩚\",ang:\"∠\",ange:\"⦤\",angle:\"∠\",angmsd:\"∡\",angmsdaa:\"⦨\",angmsdab:\"⦩\",angmsdac:\"⦪\",angmsdad:\"⦫\",angmsdae:\"⦬\",angmsdaf:\"⦭\",angmsdag:\"⦮\",angmsdah:\"⦯\",angrt:\"∟\",angrtvb:\"⊾\",angrtvbd:\"⦝\",angsph:\"∢\",angst:\"Å\",angzarr:\"⍼\",Aogon:\"Ą\",aogon:\"ą\",Aopf:\"𝔸\",aopf:\"𝕒\",ap:\"≈\",apacir:\"⩯\",apE:\"⩰\",ape:\"≊\",apid:\"≋\",apos:\"'\",ApplyFunction:\"⁡\",approx:\"≈\",approxeq:\"≊\",Aring:\"Å\",aring:\"å\",Ascr:\"𝒜\",ascr:\"𝒶\",Assign:\"≔\",ast:\"*\",asymp:\"≈\",asympeq:\"≍\",Atilde:\"Ã\",atilde:\"ã\",Auml:\"Ä\",auml:\"ä\",awconint:\"∳\",awint:\"⨑\",backcong:\"≌\",backepsilon:\"϶\",backprime:\"‵\",backsim:\"∽\",backsimeq:\"⋍\",Backslash:\"∖\",Barv:\"⫧\",barvee:\"⊽\",Barwed:\"⌆\",barwed:\"⌅\",barwedge:\"⌅\",bbrk:\"⎵\",bbrktbrk:\"⎶\",bcong:\"≌\",Bcy:\"Б\",bcy:\"б\",bdquo:\"„\",becaus:\"∵\",Because:\"∵\",because:\"∵\",bemptyv:\"⦰\",bepsi:\"϶\",bernou:\"ℬ\",Bernoullis:\"ℬ\",Beta:\"Β\",beta:\"β\",beth:\"ℶ\",between:\"≬\",Bfr:\"𝔅\",bfr:\"𝔟\",bigcap:\"⋂\",bigcirc:\"◯\",bigcup:\"⋃\",bigodot:\"⨀\",bigoplus:\"⨁\",bigotimes:\"⨂\",bigsqcup:\"⨆\",bigstar:\"★\",bigtriangledown:\"▽\",bigtriangleup:\"△\",biguplus:\"⨄\",bigvee:\"⋁\",bigwedge:\"⋀\",bkarow:\"⤍\",blacklozenge:\"⧫\",blacksquare:\"▪\",blacktriangle:\"▴\",blacktriangledown:\"▾\",blacktriangleleft:\"◂\",blacktriangleright:\"▸\",blank:\"␣\",blk12:\"▒\",blk14:\"░\",blk34:\"▓\",block:\"█\",bne:\"=⃥\",bnequiv:\"≡⃥\",bNot:\"⫭\",bnot:\"⌐\",Bopf:\"𝔹\",bopf:\"𝕓\",bot:\"⊥\",bottom:\"⊥\",bowtie:\"⋈\",boxbox:\"⧉\",boxDL:\"╗\",boxDl:\"╖\",boxdL:\"╕\",boxdl:\"┐\",boxDR:\"╔\",boxDr:\"╓\",boxdR:\"╒\",boxdr:\"┌\",boxH:\"═\",boxh:\"─\",boxHD:\"╦\",boxHd:\"╤\",boxhD:\"╥\",boxhd:\"┬\",boxHU:\"╩\",boxHu:\"╧\",boxhU:\"╨\",boxhu:\"┴\",boxminus:\"⊟\",boxplus:\"⊞\",boxtimes:\"⊠\",boxUL:\"╝\",boxUl:\"╜\",boxuL:\"╛\",boxul:\"┘\",boxUR:\"╚\",boxUr:\"╙\",boxuR:\"╘\",boxur:\"└\",boxV:\"║\",boxv:\"│\",boxVH:\"╬\",boxVh:\"╫\",boxvH:\"╪\",boxvh:\"┼\",boxVL:\"╣\",boxVl:\"╢\",boxvL:\"╡\",boxvl:\"┤\",boxVR:\"╠\",boxVr:\"╟\",boxvR:\"╞\",boxvr:\"├\",bprime:\"‵\",Breve:\"˘\",breve:\"˘\",brvbar:\"¦\",Bscr:\"ℬ\",bscr:\"𝒷\",bsemi:\"⁏\",bsim:\"∽\",bsime:\"⋍\",bsol:\"\\\\\",bsolb:\"⧅\",bsolhsub:\"⟈\",bull:\"•\",bullet:\"•\",bump:\"≎\",bumpE:\"⪮\",bumpe:\"≏\",Bumpeq:\"≎\",bumpeq:\"≏\",Cacute:\"Ć\",cacute:\"ć\",Cap:\"⋒\",cap:\"∩\",capand:\"⩄\",capbrcup:\"⩉\",capcap:\"⩋\",capcup:\"⩇\",capdot:\"⩀\",CapitalDifferentialD:\"ⅅ\",caps:\"∩︀\",caret:\"⁁\",caron:\"ˇ\",Cayleys:\"ℭ\",ccaps:\"⩍\",Ccaron:\"Č\",ccaron:\"č\",Ccedil:\"Ç\",ccedil:\"ç\",Ccirc:\"Ĉ\",ccirc:\"ĉ\",Cconint:\"∰\",ccups:\"⩌\",ccupssm:\"⩐\",Cdot:\"Ċ\",cdot:\"ċ\",cedil:\"¸\",Cedilla:\"¸\",cemptyv:\"⦲\",cent:\"¢\",CenterDot:\"·\",centerdot:\"·\",Cfr:\"ℭ\",cfr:\"𝔠\",CHcy:\"Ч\",chcy:\"ч\",check:\"✓\",checkmark:\"✓\",Chi:\"Χ\",chi:\"χ\",cir:\"○\",circ:\"ˆ\",circeq:\"≗\",circlearrowleft:\"↺\",circlearrowright:\"↻\",circledast:\"⊛\",circledcirc:\"⊚\",circleddash:\"⊝\",CircleDot:\"⊙\",circledR:\"®\",circledS:\"Ⓢ\",CircleMinus:\"⊖\",CirclePlus:\"⊕\",CircleTimes:\"⊗\",cirE:\"⧃\",cire:\"≗\",cirfnint:\"⨐\",cirmid:\"⫯\",cirscir:\"⧂\",ClockwiseContourIntegral:\"∲\",CloseCurlyDoubleQuote:\"”\",CloseCurlyQuote:\"’\",clubs:\"♣\",clubsuit:\"♣\",Colon:\"∷\",colon:\":\",Colone:\"⩴\",colone:\"≔\",coloneq:\"≔\",comma:\",\",commat:\"@\",comp:\"∁\",compfn:\"∘\",complement:\"∁\",complexes:\"ℂ\",cong:\"≅\",congdot:\"⩭\",Congruent:\"≡\",Conint:\"∯\",conint:\"∮\",ContourIntegral:\"∮\",Copf:\"ℂ\",copf:\"𝕔\",coprod:\"∐\",Coproduct:\"∐\",COPY:\"©\",copy:\"©\",copysr:\"℗\",CounterClockwiseContourIntegral:\"∳\",crarr:\"↵\",Cross:\"⨯\",cross:\"✗\",Cscr:\"𝒞\",cscr:\"𝒸\",csub:\"⫏\",csube:\"⫑\",csup:\"⫐\",csupe:\"⫒\",ctdot:\"⋯\",cudarrl:\"⤸\",cudarrr:\"⤵\",cuepr:\"⋞\",cuesc:\"⋟\",cularr:\"↶\",cularrp:\"⤽\",Cup:\"⋓\",cup:\"∪\",cupbrcap:\"⩈\",CupCap:\"≍\",cupcap:\"⩆\",cupcup:\"⩊\",cupdot:\"⊍\",cupor:\"⩅\",cups:\"∪︀\",curarr:\"↷\",curarrm:\"⤼\",curlyeqprec:\"⋞\",curlyeqsucc:\"⋟\",curlyvee:\"⋎\",curlywedge:\"⋏\",curren:\"¤\",curvearrowleft:\"↶\",curvearrowright:\"↷\",cuvee:\"⋎\",cuwed:\"⋏\",cwconint:\"∲\",cwint:\"∱\",cylcty:\"⌭\",Dagger:\"‡\",dagger:\"†\",daleth:\"ℸ\",Darr:\"↡\",dArr:\"⇓\",darr:\"↓\",dash:\"‐\",Dashv:\"⫤\",dashv:\"⊣\",dbkarow:\"⤏\",dblac:\"˝\",Dcaron:\"Ď\",dcaron:\"ď\",Dcy:\"Д\",dcy:\"д\",DD:\"ⅅ\",dd:\"ⅆ\",ddagger:\"‡\",ddarr:\"⇊\",DDotrahd:\"⤑\",ddotseq:\"⩷\",deg:\"°\",Del:\"∇\",Delta:\"Δ\",delta:\"δ\",demptyv:\"⦱\",dfisht:\"⥿\",Dfr:\"𝔇\",dfr:\"𝔡\",dHar:\"⥥\",dharl:\"⇃\",dharr:\"⇂\",DiacriticalAcute:\"´\",DiacriticalDot:\"˙\",DiacriticalDoubleAcute:\"˝\",DiacriticalGrave:\"`\",DiacriticalTilde:\"˜\",diam:\"⋄\",Diamond:\"⋄\",diamond:\"⋄\",diamondsuit:\"♦\",diams:\"♦\",die:\"¨\",DifferentialD:\"ⅆ\",digamma:\"ϝ\",disin:\"⋲\",div:\"÷\",divide:\"÷\",divideontimes:\"⋇\",divonx:\"⋇\",DJcy:\"Ђ\",djcy:\"ђ\",dlcorn:\"⌞\",dlcrop:\"⌍\",dollar:\"$\",Dopf:\"𝔻\",dopf:\"𝕕\",Dot:\"¨\",dot:\"˙\",DotDot:\"⃜\",doteq:\"≐\",doteqdot:\"≑\",DotEqual:\"≐\",dotminus:\"∸\",dotplus:\"∔\",dotsquare:\"⊡\",doublebarwedge:\"⌆\",DoubleContourIntegral:\"∯\",DoubleDot:\"¨\",DoubleDownArrow:\"⇓\",DoubleLeftArrow:\"⇐\",DoubleLeftRightArrow:\"⇔\",DoubleLeftTee:\"⫤\",DoubleLongLeftArrow:\"⟸\",DoubleLongLeftRightArrow:\"⟺\",DoubleLongRightArrow:\"⟹\",DoubleRightArrow:\"⇒\",DoubleRightTee:\"⊨\",DoubleUpArrow:\"⇑\",DoubleUpDownArrow:\"⇕\",DoubleVerticalBar:\"∥\",DownArrow:\"↓\",Downarrow:\"⇓\",downarrow:\"↓\",DownArrowBar:\"⤓\",DownArrowUpArrow:\"⇵\",DownBreve:\"̑\",downdownarrows:\"⇊\",downharpoonleft:\"⇃\",downharpoonright:\"⇂\",DownLeftRightVector:\"⥐\",DownLeftTeeVector:\"⥞\",DownLeftVector:\"↽\",DownLeftVectorBar:\"⥖\",DownRightTeeVector:\"⥟\",DownRightVector:\"⇁\",DownRightVectorBar:\"⥗\",DownTee:\"⊤\",DownTeeArrow:\"↧\",drbkarow:\"⤐\",drcorn:\"⌟\",drcrop:\"⌌\",Dscr:\"𝒟\",dscr:\"𝒹\",DScy:\"Ѕ\",dscy:\"ѕ\",dsol:\"⧶\",Dstrok:\"Đ\",dstrok:\"đ\",dtdot:\"⋱\",dtri:\"▿\",dtrif:\"▾\",duarr:\"⇵\",duhar:\"⥯\",dwangle:\"⦦\",DZcy:\"Џ\",dzcy:\"џ\",dzigrarr:\"⟿\",Eacute:\"É\",eacute:\"é\",easter:\"⩮\",Ecaron:\"Ě\",ecaron:\"ě\",ecir:\"≖\",Ecirc:\"Ê\",ecirc:\"ê\",ecolon:\"≕\",Ecy:\"Э\",ecy:\"э\",eDDot:\"⩷\",Edot:\"Ė\",eDot:\"≑\",edot:\"ė\",ee:\"ⅇ\",efDot:\"≒\",Efr:\"𝔈\",efr:\"𝔢\",eg:\"⪚\",Egrave:\"È\",egrave:\"è\",egs:\"⪖\",egsdot:\"⪘\",el:\"⪙\",Element:\"∈\",elinters:\"⏧\",ell:\"ℓ\",els:\"⪕\",elsdot:\"⪗\",Emacr:\"Ē\",emacr:\"ē\",empty:\"∅\",emptyset:\"∅\",EmptySmallSquare:\"◻\",emptyv:\"∅\",EmptyVerySmallSquare:\"▫\",emsp:\" \",emsp13:\" \",emsp14:\" \",ENG:\"Ŋ\",eng:\"ŋ\",ensp:\" \",Eogon:\"Ę\",eogon:\"ę\",Eopf:\"𝔼\",eopf:\"𝕖\",epar:\"⋕\",eparsl:\"⧣\",eplus:\"⩱\",epsi:\"ε\",Epsilon:\"Ε\",epsilon:\"ε\",epsiv:\"ϵ\",eqcirc:\"≖\",eqcolon:\"≕\",eqsim:\"≂\",eqslantgtr:\"⪖\",eqslantless:\"⪕\",Equal:\"⩵\",equals:\"=\",EqualTilde:\"≂\",equest:\"≟\",Equilibrium:\"⇌\",equiv:\"≡\",equivDD:\"⩸\",eqvparsl:\"⧥\",erarr:\"⥱\",erDot:\"≓\",Escr:\"ℰ\",escr:\"ℯ\",esdot:\"≐\",Esim:\"⩳\",esim:\"≂\",Eta:\"Η\",eta:\"η\",ETH:\"Ð\",eth:\"ð\",Euml:\"Ë\",euml:\"ë\",euro:\"€\",excl:\"!\",exist:\"∃\",Exists:\"∃\",expectation:\"ℰ\",ExponentialE:\"ⅇ\",exponentiale:\"ⅇ\",fallingdotseq:\"≒\",Fcy:\"Ф\",fcy:\"ф\",female:\"♀\",ffilig:\"ffi\",fflig:\"ff\",ffllig:\"ffl\",Ffr:\"𝔉\",ffr:\"𝔣\",filig:\"fi\",FilledSmallSquare:\"◼\",FilledVerySmallSquare:\"▪\",fjlig:\"fj\",flat:\"♭\",fllig:\"fl\",fltns:\"▱\",fnof:\"ƒ\",Fopf:\"𝔽\",fopf:\"𝕗\",ForAll:\"∀\",forall:\"∀\",fork:\"⋔\",forkv:\"⫙\",Fouriertrf:\"ℱ\",fpartint:\"⨍\",frac12:\"½\",frac13:\"⅓\",frac14:\"¼\",frac15:\"⅕\",frac16:\"⅙\",frac18:\"⅛\",frac23:\"⅔\",frac25:\"⅖\",frac34:\"¾\",frac35:\"⅗\",frac38:\"⅜\",frac45:\"⅘\",frac56:\"⅚\",frac58:\"⅝\",frac78:\"⅞\",frasl:\"⁄\",frown:\"⌢\",Fscr:\"ℱ\",fscr:\"𝒻\",gacute:\"ǵ\",Gamma:\"Γ\",gamma:\"γ\",Gammad:\"Ϝ\",gammad:\"ϝ\",gap:\"⪆\",Gbreve:\"Ğ\",gbreve:\"ğ\",Gcedil:\"Ģ\",Gcirc:\"Ĝ\",gcirc:\"ĝ\",Gcy:\"Г\",gcy:\"г\",Gdot:\"Ġ\",gdot:\"ġ\",gE:\"≧\",ge:\"≥\",gEl:\"⪌\",gel:\"⋛\",geq:\"≥\",geqq:\"≧\",geqslant:\"⩾\",ges:\"⩾\",gescc:\"⪩\",gesdot:\"⪀\",gesdoto:\"⪂\",gesdotol:\"⪄\",gesl:\"⋛︀\",gesles:\"⪔\",Gfr:\"𝔊\",gfr:\"𝔤\",Gg:\"⋙\",gg:\"≫\",ggg:\"⋙\",gimel:\"ℷ\",GJcy:\"Ѓ\",gjcy:\"ѓ\",gl:\"≷\",gla:\"⪥\",glE:\"⪒\",glj:\"⪤\",gnap:\"⪊\",gnapprox:\"⪊\",gnE:\"≩\",gne:\"⪈\",gneq:\"⪈\",gneqq:\"≩\",gnsim:\"⋧\",Gopf:\"𝔾\",gopf:\"𝕘\",grave:\"`\",GreaterEqual:\"≥\",GreaterEqualLess:\"⋛\",GreaterFullEqual:\"≧\",GreaterGreater:\"⪢\",GreaterLess:\"≷\",GreaterSlantEqual:\"⩾\",GreaterTilde:\"≳\",Gscr:\"𝒢\",gscr:\"ℊ\",gsim:\"≳\",gsime:\"⪎\",gsiml:\"⪐\",GT:\">\",Gt:\"≫\",gt:\">\",gtcc:\"⪧\",gtcir:\"⩺\",gtdot:\"⋗\",gtlPar:\"⦕\",gtquest:\"⩼\",gtrapprox:\"⪆\",gtrarr:\"⥸\",gtrdot:\"⋗\",gtreqless:\"⋛\",gtreqqless:\"⪌\",gtrless:\"≷\",gtrsim:\"≳\",gvertneqq:\"≩︀\",gvnE:\"≩︀\",Hacek:\"ˇ\",hairsp:\" \",half:\"½\",hamilt:\"ℋ\",HARDcy:\"Ъ\",hardcy:\"ъ\",hArr:\"⇔\",harr:\"↔\",harrcir:\"⥈\",harrw:\"↭\",Hat:\"^\",hbar:\"ℏ\",Hcirc:\"Ĥ\",hcirc:\"ĥ\",hearts:\"♥\",heartsuit:\"♥\",hellip:\"…\",hercon:\"⊹\",Hfr:\"ℌ\",hfr:\"𝔥\",HilbertSpace:\"ℋ\",hksearow:\"⤥\",hkswarow:\"⤦\",hoarr:\"⇿\",homtht:\"∻\",hookleftarrow:\"↩\",hookrightarrow:\"↪\",Hopf:\"ℍ\",hopf:\"𝕙\",horbar:\"―\",HorizontalLine:\"─\",Hscr:\"ℋ\",hscr:\"𝒽\",hslash:\"ℏ\",Hstrok:\"Ħ\",hstrok:\"ħ\",HumpDownHump:\"≎\",HumpEqual:\"≏\",hybull:\"⁃\",hyphen:\"‐\",Iacute:\"Í\",iacute:\"í\",ic:\"⁣\",Icirc:\"Î\",icirc:\"î\",Icy:\"И\",icy:\"и\",Idot:\"İ\",IEcy:\"Е\",iecy:\"е\",iexcl:\"¡\",iff:\"⇔\",Ifr:\"ℑ\",ifr:\"𝔦\",Igrave:\"Ì\",igrave:\"ì\",ii:\"ⅈ\",iiiint:\"⨌\",iiint:\"∭\",iinfin:\"⧜\",iiota:\"℩\",IJlig:\"IJ\",ijlig:\"ij\",Im:\"ℑ\",Imacr:\"Ī\",imacr:\"ī\",image:\"ℑ\",ImaginaryI:\"ⅈ\",imagline:\"ℐ\",imagpart:\"ℑ\",imath:\"ı\",imof:\"⊷\",imped:\"Ƶ\",Implies:\"⇒\",in:\"∈\",incare:\"℅\",infin:\"∞\",infintie:\"⧝\",inodot:\"ı\",Int:\"∬\",int:\"∫\",intcal:\"⊺\",integers:\"ℤ\",Integral:\"∫\",intercal:\"⊺\",Intersection:\"⋂\",intlarhk:\"⨗\",intprod:\"⨼\",InvisibleComma:\"⁣\",InvisibleTimes:\"⁢\",IOcy:\"Ё\",iocy:\"ё\",Iogon:\"Į\",iogon:\"į\",Iopf:\"𝕀\",iopf:\"𝕚\",Iota:\"Ι\",iota:\"ι\",iprod:\"⨼\",iquest:\"¿\",Iscr:\"ℐ\",iscr:\"𝒾\",isin:\"∈\",isindot:\"⋵\",isinE:\"⋹\",isins:\"⋴\",isinsv:\"⋳\",isinv:\"∈\",it:\"⁢\",Itilde:\"Ĩ\",itilde:\"ĩ\",Iukcy:\"І\",iukcy:\"і\",Iuml:\"Ï\",iuml:\"ï\",Jcirc:\"Ĵ\",jcirc:\"ĵ\",Jcy:\"Й\",jcy:\"й\",Jfr:\"𝔍\",jfr:\"𝔧\",jmath:\"ȷ\",Jopf:\"𝕁\",jopf:\"𝕛\",Jscr:\"𝒥\",jscr:\"𝒿\",Jsercy:\"Ј\",jsercy:\"ј\",Jukcy:\"Є\",jukcy:\"є\",Kappa:\"Κ\",kappa:\"κ\",kappav:\"ϰ\",Kcedil:\"Ķ\",kcedil:\"ķ\",Kcy:\"К\",kcy:\"к\",Kfr:\"𝔎\",kfr:\"𝔨\",kgreen:\"ĸ\",KHcy:\"Х\",khcy:\"х\",KJcy:\"Ќ\",kjcy:\"ќ\",Kopf:\"𝕂\",kopf:\"𝕜\",Kscr:\"𝒦\",kscr:\"𝓀\",lAarr:\"⇚\",Lacute:\"Ĺ\",lacute:\"ĺ\",laemptyv:\"⦴\",lagran:\"ℒ\",Lambda:\"Λ\",lambda:\"λ\",Lang:\"⟪\",lang:\"⟨\",langd:\"⦑\",langle:\"⟨\",lap:\"⪅\",Laplacetrf:\"ℒ\",laquo:\"«\",Larr:\"↞\",lArr:\"⇐\",larr:\"←\",larrb:\"⇤\",larrbfs:\"⤟\",larrfs:\"⤝\",larrhk:\"↩\",larrlp:\"↫\",larrpl:\"⤹\",larrsim:\"⥳\",larrtl:\"↢\",lat:\"⪫\",lAtail:\"⤛\",latail:\"⤙\",late:\"⪭\",lates:\"⪭︀\",lBarr:\"⤎\",lbarr:\"⤌\",lbbrk:\"❲\",lbrace:\"{\",lbrack:\"[\",lbrke:\"⦋\",lbrksld:\"⦏\",lbrkslu:\"⦍\",Lcaron:\"Ľ\",lcaron:\"ľ\",Lcedil:\"Ļ\",lcedil:\"ļ\",lceil:\"⌈\",lcub:\"{\",Lcy:\"Л\",lcy:\"л\",ldca:\"⤶\",ldquo:\"“\",ldquor:\"„\",ldrdhar:\"⥧\",ldrushar:\"⥋\",ldsh:\"↲\",lE:\"≦\",le:\"≤\",LeftAngleBracket:\"⟨\",LeftArrow:\"←\",Leftarrow:\"⇐\",leftarrow:\"←\",LeftArrowBar:\"⇤\",LeftArrowRightArrow:\"⇆\",leftarrowtail:\"↢\",LeftCeiling:\"⌈\",LeftDoubleBracket:\"⟦\",LeftDownTeeVector:\"⥡\",LeftDownVector:\"⇃\",LeftDownVectorBar:\"⥙\",LeftFloor:\"⌊\",leftharpoondown:\"↽\",leftharpoonup:\"↼\",leftleftarrows:\"⇇\",LeftRightArrow:\"↔\",Leftrightarrow:\"⇔\",leftrightarrow:\"↔\",leftrightarrows:\"⇆\",leftrightharpoons:\"⇋\",leftrightsquigarrow:\"↭\",LeftRightVector:\"⥎\",LeftTee:\"⊣\",LeftTeeArrow:\"↤\",LeftTeeVector:\"⥚\",leftthreetimes:\"⋋\",LeftTriangle:\"⊲\",LeftTriangleBar:\"⧏\",LeftTriangleEqual:\"⊴\",LeftUpDownVector:\"⥑\",LeftUpTeeVector:\"⥠\",LeftUpVector:\"↿\",LeftUpVectorBar:\"⥘\",LeftVector:\"↼\",LeftVectorBar:\"⥒\",lEg:\"⪋\",leg:\"⋚\",leq:\"≤\",leqq:\"≦\",leqslant:\"⩽\",les:\"⩽\",lescc:\"⪨\",lesdot:\"⩿\",lesdoto:\"⪁\",lesdotor:\"⪃\",lesg:\"⋚︀\",lesges:\"⪓\",lessapprox:\"⪅\",lessdot:\"⋖\",lesseqgtr:\"⋚\",lesseqqgtr:\"⪋\",LessEqualGreater:\"⋚\",LessFullEqual:\"≦\",LessGreater:\"≶\",lessgtr:\"≶\",LessLess:\"⪡\",lesssim:\"≲\",LessSlantEqual:\"⩽\",LessTilde:\"≲\",lfisht:\"⥼\",lfloor:\"⌊\",Lfr:\"𝔏\",lfr:\"𝔩\",lg:\"≶\",lgE:\"⪑\",lHar:\"⥢\",lhard:\"↽\",lharu:\"↼\",lharul:\"⥪\",lhblk:\"▄\",LJcy:\"Љ\",ljcy:\"љ\",Ll:\"⋘\",ll:\"≪\",llarr:\"⇇\",llcorner:\"⌞\",Lleftarrow:\"⇚\",llhard:\"⥫\",lltri:\"◺\",Lmidot:\"Ŀ\",lmidot:\"ŀ\",lmoust:\"⎰\",lmoustache:\"⎰\",lnap:\"⪉\",lnapprox:\"⪉\",lnE:\"≨\",lne:\"⪇\",lneq:\"⪇\",lneqq:\"≨\",lnsim:\"⋦\",loang:\"⟬\",loarr:\"⇽\",lobrk:\"⟦\",LongLeftArrow:\"⟵\",Longleftarrow:\"⟸\",longleftarrow:\"⟵\",LongLeftRightArrow:\"⟷\",Longleftrightarrow:\"⟺\",longleftrightarrow:\"⟷\",longmapsto:\"⟼\",LongRightArrow:\"⟶\",Longrightarrow:\"⟹\",longrightarrow:\"⟶\",looparrowleft:\"↫\",looparrowright:\"↬\",lopar:\"⦅\",Lopf:\"𝕃\",lopf:\"𝕝\",loplus:\"⨭\",lotimes:\"⨴\",lowast:\"∗\",lowbar:\"_\",LowerLeftArrow:\"↙\",LowerRightArrow:\"↘\",loz:\"◊\",lozenge:\"◊\",lozf:\"⧫\",lpar:\"(\",lparlt:\"⦓\",lrarr:\"⇆\",lrcorner:\"⌟\",lrhar:\"⇋\",lrhard:\"⥭\",lrm:\"‎\",lrtri:\"⊿\",lsaquo:\"‹\",Lscr:\"ℒ\",lscr:\"𝓁\",Lsh:\"↰\",lsh:\"↰\",lsim:\"≲\",lsime:\"⪍\",lsimg:\"⪏\",lsqb:\"[\",lsquo:\"‘\",lsquor:\"‚\",Lstrok:\"Ł\",lstrok:\"ł\",LT:\"<\",Lt:\"≪\",lt:\"<\",ltcc:\"⪦\",ltcir:\"⩹\",ltdot:\"⋖\",lthree:\"⋋\",ltimes:\"⋉\",ltlarr:\"⥶\",ltquest:\"⩻\",ltri:\"◃\",ltrie:\"⊴\",ltrif:\"◂\",ltrPar:\"⦖\",lurdshar:\"⥊\",luruhar:\"⥦\",lvertneqq:\"≨︀\",lvnE:\"≨︀\",macr:\"¯\",male:\"♂\",malt:\"✠\",maltese:\"✠\",Map:\"⤅\",map:\"↦\",mapsto:\"↦\",mapstodown:\"↧\",mapstoleft:\"↤\",mapstoup:\"↥\",marker:\"▮\",mcomma:\"⨩\",Mcy:\"М\",mcy:\"м\",mdash:\"—\",mDDot:\"∺\",measuredangle:\"∡\",MediumSpace:\" \",Mellintrf:\"ℳ\",Mfr:\"𝔐\",mfr:\"𝔪\",mho:\"℧\",micro:\"µ\",mid:\"∣\",midast:\"*\",midcir:\"⫰\",middot:\"·\",minus:\"−\",minusb:\"⊟\",minusd:\"∸\",minusdu:\"⨪\",MinusPlus:\"∓\",mlcp:\"⫛\",mldr:\"…\",mnplus:\"∓\",models:\"⊧\",Mopf:\"𝕄\",mopf:\"𝕞\",mp:\"∓\",Mscr:\"ℳ\",mscr:\"𝓂\",mstpos:\"∾\",Mu:\"Μ\",mu:\"μ\",multimap:\"⊸\",mumap:\"⊸\",nabla:\"∇\",Nacute:\"Ń\",nacute:\"ń\",nang:\"∠⃒\",nap:\"≉\",napE:\"⩰̸\",napid:\"≋̸\",napos:\"ʼn\",napprox:\"≉\",natur:\"♮\",natural:\"♮\",naturals:\"ℕ\",nbsp:\" \",nbump:\"≎̸\",nbumpe:\"≏̸\",ncap:\"⩃\",Ncaron:\"Ň\",ncaron:\"ň\",Ncedil:\"Ņ\",ncedil:\"ņ\",ncong:\"≇\",ncongdot:\"⩭̸\",ncup:\"⩂\",Ncy:\"Н\",ncy:\"н\",ndash:\"–\",ne:\"≠\",nearhk:\"⤤\",neArr:\"⇗\",nearr:\"↗\",nearrow:\"↗\",nedot:\"≐̸\",NegativeMediumSpace:\"​\",NegativeThickSpace:\"​\",NegativeThinSpace:\"​\",NegativeVeryThinSpace:\"​\",nequiv:\"≢\",nesear:\"⤨\",nesim:\"≂̸\",NestedGreaterGreater:\"≫\",NestedLessLess:\"≪\",NewLine:\"\\n\",nexist:\"∄\",nexists:\"∄\",Nfr:\"𝔑\",nfr:\"𝔫\",ngE:\"≧̸\",nge:\"≱\",ngeq:\"≱\",ngeqq:\"≧̸\",ngeqslant:\"⩾̸\",nges:\"⩾̸\",nGg:\"⋙̸\",ngsim:\"≵\",nGt:\"≫⃒\",ngt:\"≯\",ngtr:\"≯\",nGtv:\"≫̸\",nhArr:\"⇎\",nharr:\"↮\",nhpar:\"⫲\",ni:\"∋\",nis:\"⋼\",nisd:\"⋺\",niv:\"∋\",NJcy:\"Њ\",njcy:\"њ\",nlArr:\"⇍\",nlarr:\"↚\",nldr:\"‥\",nlE:\"≦̸\",nle:\"≰\",nLeftarrow:\"⇍\",nleftarrow:\"↚\",nLeftrightarrow:\"⇎\",nleftrightarrow:\"↮\",nleq:\"≰\",nleqq:\"≦̸\",nleqslant:\"⩽̸\",nles:\"⩽̸\",nless:\"≮\",nLl:\"⋘̸\",nlsim:\"≴\",nLt:\"≪⃒\",nlt:\"≮\",nltri:\"⋪\",nltrie:\"⋬\",nLtv:\"≪̸\",nmid:\"∤\",NoBreak:\"⁠\",NonBreakingSpace:\" \",Nopf:\"ℕ\",nopf:\"𝕟\",Not:\"⫬\",not:\"¬\",NotCongruent:\"≢\",NotCupCap:\"≭\",NotDoubleVerticalBar:\"∦\",NotElement:\"∉\",NotEqual:\"≠\",NotEqualTilde:\"≂̸\",NotExists:\"∄\",NotGreater:\"≯\",NotGreaterEqual:\"≱\",NotGreaterFullEqual:\"≧̸\",NotGreaterGreater:\"≫̸\",NotGreaterLess:\"≹\",NotGreaterSlantEqual:\"⩾̸\",NotGreaterTilde:\"≵\",NotHumpDownHump:\"≎̸\",NotHumpEqual:\"≏̸\",notin:\"∉\",notindot:\"⋵̸\",notinE:\"⋹̸\",notinva:\"∉\",notinvb:\"⋷\",notinvc:\"⋶\",NotLeftTriangle:\"⋪\",NotLeftTriangleBar:\"⧏̸\",NotLeftTriangleEqual:\"⋬\",NotLess:\"≮\",NotLessEqual:\"≰\",NotLessGreater:\"≸\",NotLessLess:\"≪̸\",NotLessSlantEqual:\"⩽̸\",NotLessTilde:\"≴\",NotNestedGreaterGreater:\"⪢̸\",NotNestedLessLess:\"⪡̸\",notni:\"∌\",notniva:\"∌\",notnivb:\"⋾\",notnivc:\"⋽\",NotPrecedes:\"⊀\",NotPrecedesEqual:\"⪯̸\",NotPrecedesSlantEqual:\"⋠\",NotReverseElement:\"∌\",NotRightTriangle:\"⋫\",NotRightTriangleBar:\"⧐̸\",NotRightTriangleEqual:\"⋭\",NotSquareSubset:\"⊏̸\",NotSquareSubsetEqual:\"⋢\",NotSquareSuperset:\"⊐̸\",NotSquareSupersetEqual:\"⋣\",NotSubset:\"⊂⃒\",NotSubsetEqual:\"⊈\",NotSucceeds:\"⊁\",NotSucceedsEqual:\"⪰̸\",NotSucceedsSlantEqual:\"⋡\",NotSucceedsTilde:\"≿̸\",NotSuperset:\"⊃⃒\",NotSupersetEqual:\"⊉\",NotTilde:\"≁\",NotTildeEqual:\"≄\",NotTildeFullEqual:\"≇\",NotTildeTilde:\"≉\",NotVerticalBar:\"∤\",npar:\"∦\",nparallel:\"∦\",nparsl:\"⫽⃥\",npart:\"∂̸\",npolint:\"⨔\",npr:\"⊀\",nprcue:\"⋠\",npre:\"⪯̸\",nprec:\"⊀\",npreceq:\"⪯̸\",nrArr:\"⇏\",nrarr:\"↛\",nrarrc:\"⤳̸\",nrarrw:\"↝̸\",nRightarrow:\"⇏\",nrightarrow:\"↛\",nrtri:\"⋫\",nrtrie:\"⋭\",nsc:\"⊁\",nsccue:\"⋡\",nsce:\"⪰̸\",Nscr:\"𝒩\",nscr:\"𝓃\",nshortmid:\"∤\",nshortparallel:\"∦\",nsim:\"≁\",nsime:\"≄\",nsimeq:\"≄\",nsmid:\"∤\",nspar:\"∦\",nsqsube:\"⋢\",nsqsupe:\"⋣\",nsub:\"⊄\",nsubE:\"⫅̸\",nsube:\"⊈\",nsubset:\"⊂⃒\",nsubseteq:\"⊈\",nsubseteqq:\"⫅̸\",nsucc:\"⊁\",nsucceq:\"⪰̸\",nsup:\"⊅\",nsupE:\"⫆̸\",nsupe:\"⊉\",nsupset:\"⊃⃒\",nsupseteq:\"⊉\",nsupseteqq:\"⫆̸\",ntgl:\"≹\",Ntilde:\"Ñ\",ntilde:\"ñ\",ntlg:\"≸\",ntriangleleft:\"⋪\",ntrianglelefteq:\"⋬\",ntriangleright:\"⋫\",ntrianglerighteq:\"⋭\",Nu:\"Ν\",nu:\"ν\",num:\"#\",numero:\"№\",numsp:\" \",nvap:\"≍⃒\",nVDash:\"⊯\",nVdash:\"⊮\",nvDash:\"⊭\",nvdash:\"⊬\",nvge:\"≥⃒\",nvgt:\">⃒\",nvHarr:\"⤄\",nvinfin:\"⧞\",nvlArr:\"⤂\",nvle:\"≤⃒\",nvlt:\"<⃒\",nvltrie:\"⊴⃒\",nvrArr:\"⤃\",nvrtrie:\"⊵⃒\",nvsim:\"∼⃒\",nwarhk:\"⤣\",nwArr:\"⇖\",nwarr:\"↖\",nwarrow:\"↖\",nwnear:\"⤧\",Oacute:\"Ó\",oacute:\"ó\",oast:\"⊛\",ocir:\"⊚\",Ocirc:\"Ô\",ocirc:\"ô\",Ocy:\"О\",ocy:\"о\",odash:\"⊝\",Odblac:\"Ő\",odblac:\"ő\",odiv:\"⨸\",odot:\"⊙\",odsold:\"⦼\",OElig:\"Œ\",oelig:\"œ\",ofcir:\"⦿\",Ofr:\"𝔒\",ofr:\"𝔬\",ogon:\"˛\",Ograve:\"Ò\",ograve:\"ò\",ogt:\"⧁\",ohbar:\"⦵\",ohm:\"Ω\",oint:\"∮\",olarr:\"↺\",olcir:\"⦾\",olcross:\"⦻\",oline:\"‾\",olt:\"⧀\",Omacr:\"Ō\",omacr:\"ō\",Omega:\"Ω\",omega:\"ω\",Omicron:\"Ο\",omicron:\"ο\",omid:\"⦶\",ominus:\"⊖\",Oopf:\"𝕆\",oopf:\"𝕠\",opar:\"⦷\",OpenCurlyDoubleQuote:\"“\",OpenCurlyQuote:\"‘\",operp:\"⦹\",oplus:\"⊕\",Or:\"⩔\",or:\"∨\",orarr:\"↻\",ord:\"⩝\",order:\"ℴ\",orderof:\"ℴ\",ordf:\"ª\",ordm:\"º\",origof:\"⊶\",oror:\"⩖\",orslope:\"⩗\",orv:\"⩛\",oS:\"Ⓢ\",Oscr:\"𝒪\",oscr:\"ℴ\",Oslash:\"Ø\",oslash:\"ø\",osol:\"⊘\",Otilde:\"Õ\",otilde:\"õ\",Otimes:\"⨷\",otimes:\"⊗\",otimesas:\"⨶\",Ouml:\"Ö\",ouml:\"ö\",ovbar:\"⌽\",OverBar:\"‾\",OverBrace:\"⏞\",OverBracket:\"⎴\",OverParenthesis:\"⏜\",par:\"∥\",para:\"¶\",parallel:\"∥\",parsim:\"⫳\",parsl:\"⫽\",part:\"∂\",PartialD:\"∂\",Pcy:\"П\",pcy:\"п\",percnt:\"%\",period:\".\",permil:\"‰\",perp:\"⊥\",pertenk:\"‱\",Pfr:\"𝔓\",pfr:\"𝔭\",Phi:\"Φ\",phi:\"φ\",phiv:\"ϕ\",phmmat:\"ℳ\",phone:\"☎\",Pi:\"Π\",pi:\"π\",pitchfork:\"⋔\",piv:\"ϖ\",planck:\"ℏ\",planckh:\"ℎ\",plankv:\"ℏ\",plus:\"+\",plusacir:\"⨣\",plusb:\"⊞\",pluscir:\"⨢\",plusdo:\"∔\",plusdu:\"⨥\",pluse:\"⩲\",PlusMinus:\"±\",plusmn:\"±\",plussim:\"⨦\",plustwo:\"⨧\",pm:\"±\",Poincareplane:\"ℌ\",pointint:\"⨕\",Popf:\"ℙ\",popf:\"𝕡\",pound:\"£\",Pr:\"⪻\",pr:\"≺\",prap:\"⪷\",prcue:\"≼\",prE:\"⪳\",pre:\"⪯\",prec:\"≺\",precapprox:\"⪷\",preccurlyeq:\"≼\",Precedes:\"≺\",PrecedesEqual:\"⪯\",PrecedesSlantEqual:\"≼\",PrecedesTilde:\"≾\",preceq:\"⪯\",precnapprox:\"⪹\",precneqq:\"⪵\",precnsim:\"⋨\",precsim:\"≾\",Prime:\"″\",prime:\"′\",primes:\"ℙ\",prnap:\"⪹\",prnE:\"⪵\",prnsim:\"⋨\",prod:\"∏\",Product:\"∏\",profalar:\"⌮\",profline:\"⌒\",profsurf:\"⌓\",prop:\"∝\",Proportion:\"∷\",Proportional:\"∝\",propto:\"∝\",prsim:\"≾\",prurel:\"⊰\",Pscr:\"𝒫\",pscr:\"𝓅\",Psi:\"Ψ\",psi:\"ψ\",puncsp:\" \",Qfr:\"𝔔\",qfr:\"𝔮\",qint:\"⨌\",Qopf:\"ℚ\",qopf:\"𝕢\",qprime:\"⁗\",Qscr:\"𝒬\",qscr:\"𝓆\",quaternions:\"ℍ\",quatint:\"⨖\",quest:\"?\",questeq:\"≟\",QUOT:'\"',quot:'\"',rAarr:\"⇛\",race:\"∽̱\",Racute:\"Ŕ\",racute:\"ŕ\",radic:\"√\",raemptyv:\"⦳\",Rang:\"⟫\",rang:\"⟩\",rangd:\"⦒\",range:\"⦥\",rangle:\"⟩\",raquo:\"»\",Rarr:\"↠\",rArr:\"⇒\",rarr:\"→\",rarrap:\"⥵\",rarrb:\"⇥\",rarrbfs:\"⤠\",rarrc:\"⤳\",rarrfs:\"⤞\",rarrhk:\"↪\",rarrlp:\"↬\",rarrpl:\"⥅\",rarrsim:\"⥴\",Rarrtl:\"⤖\",rarrtl:\"↣\",rarrw:\"↝\",rAtail:\"⤜\",ratail:\"⤚\",ratio:\"∶\",rationals:\"ℚ\",RBarr:\"⤐\",rBarr:\"⤏\",rbarr:\"⤍\",rbbrk:\"❳\",rbrace:\"}\",rbrack:\"]\",rbrke:\"⦌\",rbrksld:\"⦎\",rbrkslu:\"⦐\",Rcaron:\"Ř\",rcaron:\"ř\",Rcedil:\"Ŗ\",rcedil:\"ŗ\",rceil:\"⌉\",rcub:\"}\",Rcy:\"Р\",rcy:\"р\",rdca:\"⤷\",rdldhar:\"⥩\",rdquo:\"”\",rdquor:\"”\",rdsh:\"↳\",Re:\"ℜ\",real:\"ℜ\",realine:\"ℛ\",realpart:\"ℜ\",reals:\"ℝ\",rect:\"▭\",REG:\"®\",reg:\"®\",ReverseElement:\"∋\",ReverseEquilibrium:\"⇋\",ReverseUpEquilibrium:\"⥯\",rfisht:\"⥽\",rfloor:\"⌋\",Rfr:\"ℜ\",rfr:\"𝔯\",rHar:\"⥤\",rhard:\"⇁\",rharu:\"⇀\",rharul:\"⥬\",Rho:\"Ρ\",rho:\"ρ\",rhov:\"ϱ\",RightAngleBracket:\"⟩\",RightArrow:\"→\",Rightarrow:\"⇒\",rightarrow:\"→\",RightArrowBar:\"⇥\",RightArrowLeftArrow:\"⇄\",rightarrowtail:\"↣\",RightCeiling:\"⌉\",RightDoubleBracket:\"⟧\",RightDownTeeVector:\"⥝\",RightDownVector:\"⇂\",RightDownVectorBar:\"⥕\",RightFloor:\"⌋\",rightharpoondown:\"⇁\",rightharpoonup:\"⇀\",rightleftarrows:\"⇄\",rightleftharpoons:\"⇌\",rightrightarrows:\"⇉\",rightsquigarrow:\"↝\",RightTee:\"⊢\",RightTeeArrow:\"↦\",RightTeeVector:\"⥛\",rightthreetimes:\"⋌\",RightTriangle:\"⊳\",RightTriangleBar:\"⧐\",RightTriangleEqual:\"⊵\",RightUpDownVector:\"⥏\",RightUpTeeVector:\"⥜\",RightUpVector:\"↾\",RightUpVectorBar:\"⥔\",RightVector:\"⇀\",RightVectorBar:\"⥓\",ring:\"˚\",risingdotseq:\"≓\",rlarr:\"⇄\",rlhar:\"⇌\",rlm:\"‏\",rmoust:\"⎱\",rmoustache:\"⎱\",rnmid:\"⫮\",roang:\"⟭\",roarr:\"⇾\",robrk:\"⟧\",ropar:\"⦆\",Ropf:\"ℝ\",ropf:\"𝕣\",roplus:\"⨮\",rotimes:\"⨵\",RoundImplies:\"⥰\",rpar:\")\",rpargt:\"⦔\",rppolint:\"⨒\",rrarr:\"⇉\",Rrightarrow:\"⇛\",rsaquo:\"›\",Rscr:\"ℛ\",rscr:\"𝓇\",Rsh:\"↱\",rsh:\"↱\",rsqb:\"]\",rsquo:\"’\",rsquor:\"’\",rthree:\"⋌\",rtimes:\"⋊\",rtri:\"▹\",rtrie:\"⊵\",rtrif:\"▸\",rtriltri:\"⧎\",RuleDelayed:\"⧴\",ruluhar:\"⥨\",rx:\"℞\",Sacute:\"Ś\",sacute:\"ś\",sbquo:\"‚\",Sc:\"⪼\",sc:\"≻\",scap:\"⪸\",Scaron:\"Š\",scaron:\"š\",sccue:\"≽\",scE:\"⪴\",sce:\"⪰\",Scedil:\"Ş\",scedil:\"ş\",Scirc:\"Ŝ\",scirc:\"ŝ\",scnap:\"⪺\",scnE:\"⪶\",scnsim:\"⋩\",scpolint:\"⨓\",scsim:\"≿\",Scy:\"С\",scy:\"с\",sdot:\"⋅\",sdotb:\"⊡\",sdote:\"⩦\",searhk:\"⤥\",seArr:\"⇘\",searr:\"↘\",searrow:\"↘\",sect:\"§\",semi:\";\",seswar:\"⤩\",setminus:\"∖\",setmn:\"∖\",sext:\"✶\",Sfr:\"𝔖\",sfr:\"𝔰\",sfrown:\"⌢\",sharp:\"♯\",SHCHcy:\"Щ\",shchcy:\"щ\",SHcy:\"Ш\",shcy:\"ш\",ShortDownArrow:\"↓\",ShortLeftArrow:\"←\",shortmid:\"∣\",shortparallel:\"∥\",ShortRightArrow:\"→\",ShortUpArrow:\"↑\",shy:\"­\",Sigma:\"Σ\",sigma:\"σ\",sigmaf:\"ς\",sigmav:\"ς\",sim:\"∼\",simdot:\"⩪\",sime:\"≃\",simeq:\"≃\",simg:\"⪞\",simgE:\"⪠\",siml:\"⪝\",simlE:\"⪟\",simne:\"≆\",simplus:\"⨤\",simrarr:\"⥲\",slarr:\"←\",SmallCircle:\"∘\",smallsetminus:\"∖\",smashp:\"⨳\",smeparsl:\"⧤\",smid:\"∣\",smile:\"⌣\",smt:\"⪪\",smte:\"⪬\",smtes:\"⪬︀\",SOFTcy:\"Ь\",softcy:\"ь\",sol:\"/\",solb:\"⧄\",solbar:\"⌿\",Sopf:\"𝕊\",sopf:\"𝕤\",spades:\"♠\",spadesuit:\"♠\",spar:\"∥\",sqcap:\"⊓\",sqcaps:\"⊓︀\",sqcup:\"⊔\",sqcups:\"⊔︀\",Sqrt:\"√\",sqsub:\"⊏\",sqsube:\"⊑\",sqsubset:\"⊏\",sqsubseteq:\"⊑\",sqsup:\"⊐\",sqsupe:\"⊒\",sqsupset:\"⊐\",sqsupseteq:\"⊒\",squ:\"□\",Square:\"□\",square:\"□\",SquareIntersection:\"⊓\",SquareSubset:\"⊏\",SquareSubsetEqual:\"⊑\",SquareSuperset:\"⊐\",SquareSupersetEqual:\"⊒\",SquareUnion:\"⊔\",squarf:\"▪\",squf:\"▪\",srarr:\"→\",Sscr:\"𝒮\",sscr:\"𝓈\",ssetmn:\"∖\",ssmile:\"⌣\",sstarf:\"⋆\",Star:\"⋆\",star:\"☆\",starf:\"★\",straightepsilon:\"ϵ\",straightphi:\"ϕ\",strns:\"¯\",Sub:\"⋐\",sub:\"⊂\",subdot:\"⪽\",subE:\"⫅\",sube:\"⊆\",subedot:\"⫃\",submult:\"⫁\",subnE:\"⫋\",subne:\"⊊\",subplus:\"⪿\",subrarr:\"⥹\",Subset:\"⋐\",subset:\"⊂\",subseteq:\"⊆\",subseteqq:\"⫅\",SubsetEqual:\"⊆\",subsetneq:\"⊊\",subsetneqq:\"⫋\",subsim:\"⫇\",subsub:\"⫕\",subsup:\"⫓\",succ:\"≻\",succapprox:\"⪸\",succcurlyeq:\"≽\",Succeeds:\"≻\",SucceedsEqual:\"⪰\",SucceedsSlantEqual:\"≽\",SucceedsTilde:\"≿\",succeq:\"⪰\",succnapprox:\"⪺\",succneqq:\"⪶\",succnsim:\"⋩\",succsim:\"≿\",SuchThat:\"∋\",Sum:\"∑\",sum:\"∑\",sung:\"♪\",Sup:\"⋑\",sup:\"⊃\",sup1:\"¹\",sup2:\"²\",sup3:\"³\",supdot:\"⪾\",supdsub:\"⫘\",supE:\"⫆\",supe:\"⊇\",supedot:\"⫄\",Superset:\"⊃\",SupersetEqual:\"⊇\",suphsol:\"⟉\",suphsub:\"⫗\",suplarr:\"⥻\",supmult:\"⫂\",supnE:\"⫌\",supne:\"⊋\",supplus:\"⫀\",Supset:\"⋑\",supset:\"⊃\",supseteq:\"⊇\",supseteqq:\"⫆\",supsetneq:\"⊋\",supsetneqq:\"⫌\",supsim:\"⫈\",supsub:\"⫔\",supsup:\"⫖\",swarhk:\"⤦\",swArr:\"⇙\",swarr:\"↙\",swarrow:\"↙\",swnwar:\"⤪\",szlig:\"ß\",Tab:\"\\t\",target:\"⌖\",Tau:\"Τ\",tau:\"τ\",tbrk:\"⎴\",Tcaron:\"Ť\",tcaron:\"ť\",Tcedil:\"Ţ\",tcedil:\"ţ\",Tcy:\"Т\",tcy:\"т\",tdot:\"⃛\",telrec:\"⌕\",Tfr:\"𝔗\",tfr:\"𝔱\",there4:\"∴\",Therefore:\"∴\",therefore:\"∴\",Theta:\"Θ\",theta:\"θ\",thetasym:\"ϑ\",thetav:\"ϑ\",thickapprox:\"≈\",thicksim:\"∼\",ThickSpace:\"  \",thinsp:\" \",ThinSpace:\" \",thkap:\"≈\",thksim:\"∼\",THORN:\"Þ\",thorn:\"þ\",Tilde:\"∼\",tilde:\"˜\",TildeEqual:\"≃\",TildeFullEqual:\"≅\",TildeTilde:\"≈\",times:\"×\",timesb:\"⊠\",timesbar:\"⨱\",timesd:\"⨰\",tint:\"∭\",toea:\"⤨\",top:\"⊤\",topbot:\"⌶\",topcir:\"⫱\",Topf:\"𝕋\",topf:\"𝕥\",topfork:\"⫚\",tosa:\"⤩\",tprime:\"‴\",TRADE:\"™\",trade:\"™\",triangle:\"▵\",triangledown:\"▿\",triangleleft:\"◃\",trianglelefteq:\"⊴\",triangleq:\"≜\",triangleright:\"▹\",trianglerighteq:\"⊵\",tridot:\"◬\",trie:\"≜\",triminus:\"⨺\",TripleDot:\"⃛\",triplus:\"⨹\",trisb:\"⧍\",tritime:\"⨻\",trpezium:\"⏢\",Tscr:\"𝒯\",tscr:\"𝓉\",TScy:\"Ц\",tscy:\"ц\",TSHcy:\"Ћ\",tshcy:\"ћ\",Tstrok:\"Ŧ\",tstrok:\"ŧ\",twixt:\"≬\",twoheadleftarrow:\"↞\",twoheadrightarrow:\"↠\",Uacute:\"Ú\",uacute:\"ú\",Uarr:\"↟\",uArr:\"⇑\",uarr:\"↑\",Uarrocir:\"⥉\",Ubrcy:\"Ў\",ubrcy:\"ў\",Ubreve:\"Ŭ\",ubreve:\"ŭ\",Ucirc:\"Û\",ucirc:\"û\",Ucy:\"У\",ucy:\"у\",udarr:\"⇅\",Udblac:\"Ű\",udblac:\"ű\",udhar:\"⥮\",ufisht:\"⥾\",Ufr:\"𝔘\",ufr:\"𝔲\",Ugrave:\"Ù\",ugrave:\"ù\",uHar:\"⥣\",uharl:\"↿\",uharr:\"↾\",uhblk:\"▀\",ulcorn:\"⌜\",ulcorner:\"⌜\",ulcrop:\"⌏\",ultri:\"◸\",Umacr:\"Ū\",umacr:\"ū\",uml:\"¨\",UnderBar:\"_\",UnderBrace:\"⏟\",UnderBracket:\"⎵\",UnderParenthesis:\"⏝\",Union:\"⋃\",UnionPlus:\"⊎\",Uogon:\"Ų\",uogon:\"ų\",Uopf:\"𝕌\",uopf:\"𝕦\",UpArrow:\"↑\",Uparrow:\"⇑\",uparrow:\"↑\",UpArrowBar:\"⤒\",UpArrowDownArrow:\"⇅\",UpDownArrow:\"↕\",Updownarrow:\"⇕\",updownarrow:\"↕\",UpEquilibrium:\"⥮\",upharpoonleft:\"↿\",upharpoonright:\"↾\",uplus:\"⊎\",UpperLeftArrow:\"↖\",UpperRightArrow:\"↗\",Upsi:\"ϒ\",upsi:\"υ\",upsih:\"ϒ\",Upsilon:\"Υ\",upsilon:\"υ\",UpTee:\"⊥\",UpTeeArrow:\"↥\",upuparrows:\"⇈\",urcorn:\"⌝\",urcorner:\"⌝\",urcrop:\"⌎\",Uring:\"Ů\",uring:\"ů\",urtri:\"◹\",Uscr:\"𝒰\",uscr:\"𝓊\",utdot:\"⋰\",Utilde:\"Ũ\",utilde:\"ũ\",utri:\"▵\",utrif:\"▴\",uuarr:\"⇈\",Uuml:\"Ü\",uuml:\"ü\",uwangle:\"⦧\",vangrt:\"⦜\",varepsilon:\"ϵ\",varkappa:\"ϰ\",varnothing:\"∅\",varphi:\"ϕ\",varpi:\"ϖ\",varpropto:\"∝\",vArr:\"⇕\",varr:\"↕\",varrho:\"ϱ\",varsigma:\"ς\",varsubsetneq:\"⊊︀\",varsubsetneqq:\"⫋︀\",varsupsetneq:\"⊋︀\",varsupsetneqq:\"⫌︀\",vartheta:\"ϑ\",vartriangleleft:\"⊲\",vartriangleright:\"⊳\",Vbar:\"⫫\",vBar:\"⫨\",vBarv:\"⫩\",Vcy:\"В\",vcy:\"в\",VDash:\"⊫\",Vdash:\"⊩\",vDash:\"⊨\",vdash:\"⊢\",Vdashl:\"⫦\",Vee:\"⋁\",vee:\"∨\",veebar:\"⊻\",veeeq:\"≚\",vellip:\"⋮\",Verbar:\"‖\",verbar:\"|\",Vert:\"‖\",vert:\"|\",VerticalBar:\"∣\",VerticalLine:\"|\",VerticalSeparator:\"❘\",VerticalTilde:\"≀\",VeryThinSpace:\" \",Vfr:\"𝔙\",vfr:\"𝔳\",vltri:\"⊲\",vnsub:\"⊂⃒\",vnsup:\"⊃⃒\",Vopf:\"𝕍\",vopf:\"𝕧\",vprop:\"∝\",vrtri:\"⊳\",Vscr:\"𝒱\",vscr:\"𝓋\",vsubnE:\"⫋︀\",vsubne:\"⊊︀\",vsupnE:\"⫌︀\",vsupne:\"⊋︀\",Vvdash:\"⊪\",vzigzag:\"⦚\",Wcirc:\"Ŵ\",wcirc:\"ŵ\",wedbar:\"⩟\",Wedge:\"⋀\",wedge:\"∧\",wedgeq:\"≙\",weierp:\"℘\",Wfr:\"𝔚\",wfr:\"𝔴\",Wopf:\"𝕎\",wopf:\"𝕨\",wp:\"℘\",wr:\"≀\",wreath:\"≀\",Wscr:\"𝒲\",wscr:\"𝓌\",xcap:\"⋂\",xcirc:\"◯\",xcup:\"⋃\",xdtri:\"▽\",Xfr:\"𝔛\",xfr:\"𝔵\",xhArr:\"⟺\",xharr:\"⟷\",Xi:\"Ξ\",xi:\"ξ\",xlArr:\"⟸\",xlarr:\"⟵\",xmap:\"⟼\",xnis:\"⋻\",xodot:\"⨀\",Xopf:\"𝕏\",xopf:\"𝕩\",xoplus:\"⨁\",xotime:\"⨂\",xrArr:\"⟹\",xrarr:\"⟶\",Xscr:\"𝒳\",xscr:\"𝓍\",xsqcup:\"⨆\",xuplus:\"⨄\",xutri:\"△\",xvee:\"⋁\",xwedge:\"⋀\",Yacute:\"Ý\",yacute:\"ý\",YAcy:\"Я\",yacy:\"я\",Ycirc:\"Ŷ\",ycirc:\"ŷ\",Ycy:\"Ы\",ycy:\"ы\",yen:\"¥\",Yfr:\"𝔜\",yfr:\"𝔶\",YIcy:\"Ї\",yicy:\"ї\",Yopf:\"𝕐\",yopf:\"𝕪\",Yscr:\"𝒴\",yscr:\"𝓎\",YUcy:\"Ю\",yucy:\"ю\",Yuml:\"Ÿ\",yuml:\"ÿ\",Zacute:\"Ź\",zacute:\"ź\",Zcaron:\"Ž\",zcaron:\"ž\",Zcy:\"З\",zcy:\"з\",Zdot:\"Ż\",zdot:\"ż\",zeetrf:\"ℨ\",ZeroWidthSpace:\"​\",Zeta:\"Ζ\",zeta:\"ζ\",Zfr:\"ℨ\",zfr:\"𝔷\",ZHcy:\"Ж\",zhcy:\"ж\",zigrarr:\"⇝\",Zopf:\"ℤ\",zopf:\"𝕫\",Zscr:\"𝒵\",zscr:\"𝓏\",zwj:\"‍\",zwnj:\"‌\"},r=Object.prototype.hasOwnProperty;function n(e){return o=e,(n=t)&&r.call(n,o)?t[e]:e;var n,o}var o=Object.prototype.hasOwnProperty;function s(e,t){return!!e&&o.call(e,t)}function i(e){return[].slice.call(arguments,1).forEach(function(t){if(t){if(\"object\"!=typeof t)throw new TypeError(t+\"must be object\");Object.keys(t).forEach(function(r){e[r]=t[r]})}}),e}var a=/\\\\([\\\\!\"#$%&'()*+,.\\/:;<=>?@[\\]^_`{|}~-])/g;function u(e){return e.indexOf(\"\\\\\")<0?e:e.replace(a,\"$1\")}function l(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(65535!=(65535&e)&&65534!=(65535&e)&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function c(e){if(e>65535){var t=55296+((e-=65536)>>10),r=56320+(1023&e);return String.fromCharCode(t,r)}return String.fromCharCode(e)}var p=/&([a-z#][a-z0-9]{1,31});/gi,h=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i;function f(e,t){var r=0,o=n(t);return t!==o?o:35===t.charCodeAt(0)&&h.test(t)&&l(r=\"x\"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10))?c(r):e}function g(e){return e.indexOf(\"&\")<0?e:e.replace(p,f)}var d=/[&<>\"]/,m=/[&<>\"]/g,b={\"&\":\"&amp;\",\"<\":\"&lt;\",\">\":\"&gt;\",'\"':\"&quot;\"};function v(e){return b[e]}function k(e){return d.test(e)?e.replace(m,v):e}var A=Object.freeze({isString:function(e){return\"[object String]\"===function(e){return Object.prototype.toString.call(e)}(e)},has:s,assign:i,unescapeMd:u,isValidEntityCode:l,fromCodePoint:c,replaceEntities:g,escapeHtml:k}),y={};y.blockquote_open=function(){return\"<blockquote>\\n\"},y.blockquote_close=function(e,t){return\"</blockquote>\"+x(e,t)},y.code=function(e,t){return e[t].block?\"<pre><code>\"+k(e[t].content)+\"</code></pre>\"+x(e,t):\"<code>\"+k(e[t].content)+\"</code>\"},y.fence=function(e,t,r,n,o){var i,a,l=e[t],c=\"\",p=r.langPrefix;if(l.params){if(a=(i=l.params.split(/\\s+/g)).join(\" \"),s(o.rules.fence_custom,i[0]))return o.rules.fence_custom[i[0]](e,t,r,n,o);c=' class=\"'+p+k(g(u(a)))+'\"'}return\"<pre><code\"+c+\">\"+(r.highlight&&r.highlight.apply(r.highlight,[l.content].concat(i))||k(l.content))+\"</code></pre>\"+x(e,t)},y.fence_custom={},y.heading_open=function(e,t){return\"<h\"+e[t].hLevel+\">\"},y.heading_close=function(e,t){return\"</h\"+e[t].hLevel+\">\\n\"},y.hr=function(e,t,r){return(r.xhtmlOut?\"<hr />\":\"<hr>\")+x(e,t)},y.bullet_list_open=function(){return\"<ul>\\n\"},y.bullet_list_close=function(e,t){return\"</ul>\"+x(e,t)},y.list_item_open=function(){return\"<li>\"},y.list_item_close=function(){return\"</li>\\n\"},y.ordered_list_open=function(e,t){var r=e[t];return\"<ol\"+(r.order>1?' start=\"'+r.order+'\"':\"\")+\">\\n\"},y.ordered_list_close=function(e,t){return\"</ol>\"+x(e,t)},y.paragraph_open=function(e,t){return e[t].tight?\"\":\"<p>\"},y.paragraph_close=function(e,t){var r=!(e[t].tight&&t&&\"inline\"===e[t-1].type&&!e[t-1].content);return(e[t].tight?\"\":\"</p>\")+(r?x(e,t):\"\")},y.link_open=function(e,t,r){var n=e[t].title?' title=\"'+k(g(e[t].title))+'\"':\"\",o=r.linkTarget?' target=\"'+r.linkTarget+'\"':\"\";return'<a href=\"'+k(e[t].href)+'\"'+n+o+\">\"},y.link_close=function(){return\"</a>\"},y.image=function(e,t,r){var n=' src=\"'+k(e[t].src)+'\"',o=e[t].title?' title=\"'+k(g(e[t].title))+'\"':\"\";return\"<img\"+n+(' alt=\"'+(e[t].alt?k(g(u(e[t].alt))):\"\")+'\"')+o+(r.xhtmlOut?\" /\":\"\")+\">\"},y.table_open=function(){return\"<table>\\n\"},y.table_close=function(){return\"</table>\\n\"},y.thead_open=function(){return\"<thead>\\n\"},y.thead_close=function(){return\"</thead>\\n\"},y.tbody_open=function(){return\"<tbody>\\n\"},y.tbody_close=function(){return\"</tbody>\\n\"},y.tr_open=function(){return\"<tr>\"},y.tr_close=function(){return\"</tr>\\n\"},y.th_open=function(e,t){var r=e[t];return\"<th\"+(r.align?' style=\"text-align:'+r.align+'\"':\"\")+\">\"},y.th_close=function(){return\"</th>\"},y.td_open=function(e,t){var r=e[t];return\"<td\"+(r.align?' style=\"text-align:'+r.align+'\"':\"\")+\">\"},y.td_close=function(){return\"</td>\"},y.strong_open=function(){return\"<strong>\"},y.strong_close=function(){return\"</strong>\"},y.em_open=function(){return\"<em>\"},y.em_close=function(){return\"</em>\"},y.del_open=function(){return\"<del>\"},y.del_close=function(){return\"</del>\"},y.ins_open=function(){return\"<ins>\"},y.ins_close=function(){return\"</ins>\"},y.mark_open=function(){return\"<mark>\"},y.mark_close=function(){return\"</mark>\"},y.sub=function(e,t){return\"<sub>\"+k(e[t].content)+\"</sub>\"},y.sup=function(e,t){return\"<sup>\"+k(e[t].content)+\"</sup>\"},y.hardbreak=function(e,t,r){return r.xhtmlOut?\"<br />\\n\":\"<br>\\n\"},y.softbreak=function(e,t,r){return r.breaks?r.xhtmlOut?\"<br />\\n\":\"<br>\\n\":\"\\n\"},y.text=function(e,t){return k(e[t].content)},y.htmlblock=function(e,t){return e[t].content},y.htmltag=function(e,t){return e[t].content},y.abbr_open=function(e,t){return'<abbr title=\"'+k(g(e[t].title))+'\">'},y.abbr_close=function(){return\"</abbr>\"},y.footnote_ref=function(e,t){var r=Number(e[t].id+1).toString(),n=\"fnref\"+r;return e[t].subId>0&&(n+=\":\"+e[t].subId),'<sup class=\"footnote-ref\"><a href=\"#fn'+r+'\" id=\"'+n+'\">['+r+\"]</a></sup>\"},y.footnote_block_open=function(e,t,r){return(r.xhtmlOut?'<hr class=\"footnotes-sep\" />\\n':'<hr class=\"footnotes-sep\">\\n')+'<section class=\"footnotes\">\\n<ol class=\"footnotes-list\">\\n'},y.footnote_block_close=function(){return\"</ol>\\n</section>\\n\"},y.footnote_open=function(e,t){return'<li id=\"fn'+Number(e[t].id+1).toString()+'\"  class=\"footnote-item\">'},y.footnote_close=function(){return\"</li>\\n\"},y.footnote_anchor=function(e,t){var r=\"fnref\"+Number(e[t].id+1).toString();return e[t].subId>0&&(r+=\":\"+e[t].subId),' <a href=\"#'+r+'\" class=\"footnote-backref\">↩</a>'},y.dl_open=function(){return\"<dl>\\n\"},y.dt_open=function(){return\"<dt>\"},y.dd_open=function(){return\"<dd>\"},y.dl_close=function(){return\"</dl>\\n\"},y.dt_close=function(){return\"</dt>\\n\"},y.dd_close=function(){return\"</dd>\\n\"};var x=y.getBreak=function(e,t){return(t=function e(t,r){return++r>=t.length-2?r:\"paragraph_open\"===t[r].type&&t[r].tight&&\"inline\"===t[r+1].type&&0===t[r+1].content.length&&\"paragraph_close\"===t[r+2].type&&t[r+2].tight?e(t,r+2):r}(e,t))<e.length&&\"list_item_close\"===e[t].type?\"\":\"\\n\"};function w(){this.rules=i({},y),this.getBreak=y.getBreak}function C(){this.__rules__=[],this.__cache__=null}function E(e,t,r,n,o){this.src=e,this.env=n,this.options=r,this.parser=t,this.tokens=o,this.pos=0,this.posMax=this.src.length,this.level=0,this.pending=\"\",this.pendingLevel=0,this.cache=[],this.isInLabel=!1,this.linkLevel=0,this.linkContent=\"\",this.labelUnmatchedScopes=0}function D(e,t){var r,n,o,s=-1,i=e.posMax,a=e.pos,u=e.isInLabel;if(e.isInLabel)return-1;if(e.labelUnmatchedScopes)return e.labelUnmatchedScopes--,-1;for(e.pos=t+1,e.isInLabel=!0,r=1;e.pos<i;){if(91===(o=e.src.charCodeAt(e.pos)))r++;else if(93===o&&0===--r){n=!0;break}e.parser.skipToken(e)}return n?(s=e.pos,e.labelUnmatchedScopes=0):e.labelUnmatchedScopes=r-1,e.pos=a,e.isInLabel=u,s}function _(e,t,r,n){var o,s,i,a,u,l;if(42!==e.charCodeAt(0))return-1;if(91!==e.charCodeAt(1))return-1;if(-1===e.indexOf(\"]:\"))return-1;if((s=D(o=new E(e,t,r,n,[]),1))<0||58!==e.charCodeAt(s+1))return-1;for(a=o.posMax,i=s+2;i<a&&10!==o.src.charCodeAt(i);i++);return u=e.slice(2,s),0===(l=e.slice(s+2,i).trim()).length?-1:(n.abbreviations||(n.abbreviations={}),void 0===n.abbreviations[\":\"+u]&&(n.abbreviations[\":\"+u]=l),i)}function B(e){var t=g(e);try{t=decodeURI(t)}catch(e){}return encodeURI(t)}function q(e,t){var r,n,o,s=t,i=e.posMax;if(60===e.src.charCodeAt(t)){for(t++;t<i;){if(10===(r=e.src.charCodeAt(t)))return!1;if(62===r)return o=B(u(e.src.slice(s+1,t))),!!e.parser.validateLink(o)&&(e.pos=t+1,e.linkContent=o,!0);92===r&&t+1<i?t+=2:t++}return!1}for(n=0;t<i&&32!==(r=e.src.charCodeAt(t))&&!(r<32||127===r);)if(92===r&&t+1<i)t+=2;else{if(40===r&&++n>1)break;if(41===r&&--n<0)break;t++}return s!==t&&(o=u(e.src.slice(s,t)),!!e.parser.validateLink(o)&&(e.linkContent=o,e.pos=t,!0))}function F(e,t){var r,n=t,o=e.posMax,s=e.src.charCodeAt(t);if(34!==s&&39!==s&&40!==s)return!1;for(t++,40===s&&(s=41);t<o;){if((r=e.src.charCodeAt(t))===s)return e.pos=t+1,e.linkContent=u(e.src.slice(n+1,t)),!0;92===r&&t+1<o?t+=2:t++}return!1}function M(e){return e.trim().replace(/\\s+/g,\" \").toUpperCase()}function S(e,t,r,n){var o,s,i,a,u,l,c,p,h;if(91!==e.charCodeAt(0))return-1;if(-1===e.indexOf(\"]:\"))return-1;if((s=D(o=new E(e,t,r,n,[]),0))<0||58!==e.charCodeAt(s+1))return-1;for(a=o.posMax,i=s+2;i<a&&(32===(u=o.src.charCodeAt(i))||10===u);i++);if(!q(o,i))return-1;for(c=o.linkContent,l=i=o.pos,i+=1;i<a&&(32===(u=o.src.charCodeAt(i))||10===u);i++);for(i<a&&l!==i&&F(o,i)?(p=o.linkContent,i=o.pos):(p=\"\",i=l);i<a&&32===o.src.charCodeAt(i);)i++;return i<a&&10!==o.src.charCodeAt(i)?-1:(h=M(e.slice(1,s)),void 0===n.references[h]&&(n.references[h]={title:p,href:c}),i)}w.prototype.renderInline=function(e,t,r){for(var n=this.rules,o=e.length,s=0,i=\"\";o--;)i+=n[e[s].type](e,s++,t,r,this);return i},w.prototype.render=function(e,t,r){for(var n=this.rules,o=e.length,s=-1,i=\"\";++s<o;)\"inline\"===e[s].type?i+=this.renderInline(e[s].children,t,r):i+=n[e[s].type](e,s,t,r,this);return i},C.prototype.__find__=function(e){for(var t=this.__rules__.length,r=-1;t--;)if(this.__rules__[++r].name===e)return r;return-1},C.prototype.__compile__=function(){var e=this,t=[\"\"];e.__rules__.forEach(function(e){e.enabled&&e.alt.forEach(function(e){t.indexOf(e)<0&&t.push(e)})}),e.__cache__={},t.forEach(function(t){e.__cache__[t]=[],e.__rules__.forEach(function(r){r.enabled&&(t&&r.alt.indexOf(t)<0||e.__cache__[t].push(r.fn))})})},C.prototype.at=function(e,t,r){var n=this.__find__(e),o=r||{};if(-1===n)throw new Error(\"Parser rule not found: \"+e);this.__rules__[n].fn=t,this.__rules__[n].alt=o.alt||[],this.__cache__=null},C.prototype.before=function(e,t,r,n){var o=this.__find__(e),s=n||{};if(-1===o)throw new Error(\"Parser rule not found: \"+e);this.__rules__.splice(o,0,{name:t,enabled:!0,fn:r,alt:s.alt||[]}),this.__cache__=null},C.prototype.after=function(e,t,r,n){var o=this.__find__(e),s=n||{};if(-1===o)throw new Error(\"Parser rule not found: \"+e);this.__rules__.splice(o+1,0,{name:t,enabled:!0,fn:r,alt:s.alt||[]}),this.__cache__=null},C.prototype.push=function(e,t,r){var n=r||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:n.alt||[]}),this.__cache__=null},C.prototype.enable=function(e,t){e=Array.isArray(e)?e:[e],t&&this.__rules__.forEach(function(e){e.enabled=!1}),e.forEach(function(e){var t=this.__find__(e);if(t<0)throw new Error(\"Rules manager: invalid rule name \"+e);this.__rules__[t].enabled=!0},this),this.__cache__=null},C.prototype.disable=function(e){(e=Array.isArray(e)?e:[e]).forEach(function(e){var t=this.__find__(e);if(t<0)throw new Error(\"Rules manager: invalid rule name \"+e);this.__rules__[t].enabled=!1},this),this.__cache__=null},C.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]},E.prototype.pushPending=function(){this.tokens.push({type:\"text\",content:this.pending,level:this.pendingLevel}),this.pending=\"\"},E.prototype.push=function(e){this.pending&&this.pushPending(),this.tokens.push(e),this.pendingLevel=this.level},E.prototype.cacheSet=function(e,t){for(var r=this.cache.length;r<=e;r++)this.cache.push(0);this.cache[e]=t},E.prototype.cacheGet=function(e){return e<this.cache.length?this.cache[e]:0};var T=\" \\n()[]'\\\".,!?-\";function L(e){return e.replace(/([-()\\[\\]{}+?*.$\\^|,:#<!\\\\])/g,\"\\\\$1\")}var R=/\\+-|\\.\\.|\\?\\?\\?\\?|!!!!|,,|--/,N=/\\((c|tm|r|p)\\)/gi,z={c:\"©\",r:\"®\",p:\"§\",tm:\"™\"};var P=/['\"]/,j=/['\"]/g,I=/[-\\s()\\[\\]]/,O=\"’\";function U(e,t){return!(t<0||t>=e.length)&&!I.test(e[t])}function H(e,t,r){return e.substr(0,t)+r+e.substr(t+1)}var V=[[\"block\",function(e){e.inlineMode?e.tokens.push({type:\"inline\",content:e.src.replace(/\\n/g,\" \").trim(),level:0,lines:[0,1],children:[]}):e.block.parse(e.src,e.options,e.env,e.tokens)}],[\"abbr\",function(e){var t,r,n,o,s=e.tokens;if(!e.inlineMode)for(t=1,r=s.length-1;t<r;t++)if(\"paragraph_open\"===s[t-1].type&&\"inline\"===s[t].type&&\"paragraph_close\"===s[t+1].type){for(n=s[t].content;n.length&&!((o=_(n,e.inline,e.options,e.env))<0);)n=n.slice(o).trim();s[t].content=n,n.length||(s[t-1].tight=!0,s[t+1].tight=!0)}}],[\"references\",function(e){var t,r,n,o,s=e.tokens;if(e.env.references=e.env.references||{},!e.inlineMode)for(t=1,r=s.length-1;t<r;t++)if(\"inline\"===s[t].type&&\"paragraph_open\"===s[t-1].type&&\"paragraph_close\"===s[t+1].type){for(n=s[t].content;n.length&&!((o=S(n,e.inline,e.options,e.env))<0);)n=n.slice(o).trim();s[t].content=n,n.length||(s[t-1].tight=!0,s[t+1].tight=!0)}}],[\"inline\",function(e){var t,r,n,o=e.tokens;for(r=0,n=o.length;r<n;r++)\"inline\"===(t=o[r]).type&&e.inline.parse(t.content,e.options,e.env,t.children)}],[\"footnote_tail\",function(e){var t,r,n,o,s,i,a,u,l,c=0,p=!1,h={};if(e.env.footnotes&&(e.tokens=e.tokens.filter(function(e){return\"footnote_reference_open\"===e.type?(p=!0,u=[],l=e.label,!1):\"footnote_reference_close\"===e.type?(p=!1,h[\":\"+l]=u,!1):(p&&u.push(e),!p)}),e.env.footnotes.list)){for(i=e.env.footnotes.list,e.tokens.push({type:\"footnote_block_open\",level:c++}),t=0,r=i.length;t<r;t++){for(e.tokens.push({type:\"footnote_open\",id:t,level:c++}),i[t].tokens?((a=[]).push({type:\"paragraph_open\",tight:!1,level:c++}),a.push({type:\"inline\",content:\"\",level:c,children:i[t].tokens}),a.push({type:\"paragraph_close\",tight:!1,level:--c})):i[t].label&&(a=h[\":\"+i[t].label]),e.tokens=e.tokens.concat(a),s=\"paragraph_close\"===e.tokens[e.tokens.length-1].type?e.tokens.pop():null,o=i[t].count>0?i[t].count:1,n=0;n<o;n++)e.tokens.push({type:\"footnote_anchor\",id:t,subId:n,level:c});s&&e.tokens.push(s),e.tokens.push({type:\"footnote_close\",level:--c})}e.tokens.push({type:\"footnote_block_close\",level:--c})}}],[\"abbr2\",function(e){var t,r,n,o,s,i,a,u,l,c,p,h,f=e.tokens;if(e.env.abbreviations)for(e.env.abbrRegExp||(h=\"(^|[\"+T.split(\"\").map(L).join(\"\")+\"])(\"+Object.keys(e.env.abbreviations).map(function(e){return e.substr(1)}).sort(function(e,t){return t.length-e.length}).map(L).join(\"|\")+\")($|[\"+T.split(\"\").map(L).join(\"\")+\"])\",e.env.abbrRegExp=new RegExp(h,\"g\")),c=e.env.abbrRegExp,r=0,n=f.length;r<n;r++)if(\"inline\"===f[r].type)for(t=(o=f[r].children).length-1;t>=0;t--)if(\"text\"===(s=o[t]).type){for(u=0,i=s.content,c.lastIndex=0,l=s.level,a=[];p=c.exec(i);)c.lastIndex>u&&a.push({type:\"text\",content:i.slice(u,p.index+p[1].length),level:l}),a.push({type:\"abbr_open\",title:e.env.abbreviations[\":\"+p[2]],level:l++}),a.push({type:\"text\",content:p[2],level:l}),a.push({type:\"abbr_close\",level:--l}),u=c.lastIndex-p[3].length;a.length&&(u<i.length&&a.push({type:\"text\",content:i.slice(u),level:l}),f[r].children=o=[].concat(o.slice(0,t),a,o.slice(t+1)))}}],[\"replacements\",function(e){var t,r,n,o,s,i;if(e.options.typographer)for(s=e.tokens.length-1;s>=0;s--)if(\"inline\"===e.tokens[s].type)for(t=(o=e.tokens[s].children).length-1;t>=0;t--)\"text\"===(r=o[t]).type&&(n=r.content,n=(i=n).indexOf(\"(\")<0?i:i.replace(N,function(e,t){return z[t.toLowerCase()]}),R.test(n)&&(n=n.replace(/\\+-/g,\"±\").replace(/\\.{2,}/g,\"…\").replace(/([?!])…/g,\"$1..\").replace(/([?!]){4,}/g,\"$1$1$1\").replace(/,{2,}/g,\",\").replace(/(^|[^-])---([^-]|$)/gm,\"$1—$2\").replace(/(^|\\s)--(\\s|$)/gm,\"$1–$2\").replace(/(^|[^-\\s])--([^-\\s]|$)/gm,\"$1–$2\")),r.content=n)}],[\"smartquotes\",function(e){var t,r,n,o,s,i,a,u,l,c,p,h,f,g,d,m,b;if(e.options.typographer)for(b=[],d=e.tokens.length-1;d>=0;d--)if(\"inline\"===e.tokens[d].type)for(m=e.tokens[d].children,b.length=0,t=0;t<m.length;t++)if(\"text\"===(r=m[t]).type&&!P.test(r.text)){for(a=m[t].level,f=b.length-1;f>=0&&!(b[f].level<=a);f--);b.length=f+1,s=0,i=(n=r.content).length;e:for(;s<i&&(j.lastIndex=s,o=j.exec(n));)if(u=!U(n,o.index-1),s=o.index+1,g=\"'\"===o[0],(l=!U(n,s))||u){if(p=!l,h=!u)for(f=b.length-1;f>=0&&(c=b[f],!(b[f].level<a));f--)if(c.single===g&&b[f].level===a){c=b[f],g?(m[c.token].content=H(m[c.token].content,c.pos,e.options.quotes[2]),r.content=H(r.content,o.index,e.options.quotes[3])):(m[c.token].content=H(m[c.token].content,c.pos,e.options.quotes[0]),r.content=H(r.content,o.index,e.options.quotes[1])),b.length=f;continue e}p?b.push({token:t,pos:o.index,single:g,level:a}):h&&g&&(r.content=H(r.content,o.index,O))}else g&&(r.content=H(r.content,o.index,O))}}]];function G(){this.options={},this.ruler=new C;for(var e=0;e<V.length;e++)this.ruler.push(V[e][0],V[e][1])}function $(e,t,r,n,o){var s,i,a,u,l,c,p;for(this.src=e,this.parser=t,this.options=r,this.env=n,this.tokens=o,this.bMarks=[],this.eMarks=[],this.tShift=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.parentType=\"root\",this.ddIndent=-1,this.level=0,this.result=\"\",c=0,p=!1,a=u=c=0,l=(i=this.src).length;u<l;u++){if(s=i.charCodeAt(u),!p){if(32===s){c++;continue}p=!0}10!==s&&u!==l-1||(10!==s&&u++,this.bMarks.push(a),this.eMarks.push(u),this.tShift.push(c),p=!1,c=0,a=u+1)}this.bMarks.push(i.length),this.eMarks.push(i.length),this.tShift.push(0),this.lineMax=this.bMarks.length-1}function Z(e,t){var r,n,o;return(n=e.bMarks[t]+e.tShift[t])>=(o=e.eMarks[t])?-1:42!==(r=e.src.charCodeAt(n++))&&45!==r&&43!==r?-1:n<o&&32!==e.src.charCodeAt(n)?-1:n}function W(e,t){var r,n=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(n+1>=o)return-1;if((r=e.src.charCodeAt(n++))<48||r>57)return-1;for(;;){if(n>=o)return-1;if(!((r=e.src.charCodeAt(n++))>=48&&r<=57)){if(41===r||46===r)break;return-1}}return n<o&&32!==e.src.charCodeAt(n)?-1:n}G.prototype.process=function(e){var t,r,n;for(t=0,r=(n=this.ruler.getRules(\"\")).length;t<r;t++)n[t](e)},$.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},$.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},$.prototype.skipSpaces=function(e){for(var t=this.src.length;e<t&&32===this.src.charCodeAt(e);e++);return e},$.prototype.skipChars=function(e,t){for(var r=this.src.length;e<r&&this.src.charCodeAt(e)===t;e++);return e},$.prototype.skipCharsBack=function(e,t,r){if(e<=r)return e;for(;e>r;)if(t!==this.src.charCodeAt(--e))return e+1;return e},$.prototype.getLines=function(e,t,r,n){var o,s,i,a,u,l=e;if(e>=t)return\"\";if(l+1===t)return s=this.bMarks[l]+Math.min(this.tShift[l],r),i=n?this.eMarks[l]+1:this.eMarks[l],this.src.slice(s,i);for(a=new Array(t-e),o=0;l<t;l++,o++)(u=this.tShift[l])>r&&(u=r),u<0&&(u=0),s=this.bMarks[l]+u,i=l+1<t||n?this.eMarks[l]+1:this.eMarks[l],a[o]=this.src.slice(s,i);return a.join(\"\")};var J={};[\"article\",\"aside\",\"button\",\"blockquote\",\"body\",\"canvas\",\"caption\",\"col\",\"colgroup\",\"dd\",\"div\",\"dl\",\"dt\",\"embed\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"header\",\"hgroup\",\"hr\",\"iframe\",\"li\",\"map\",\"object\",\"ol\",\"output\",\"p\",\"pre\",\"progress\",\"script\",\"section\",\"style\",\"table\",\"tbody\",\"td\",\"textarea\",\"tfoot\",\"th\",\"tr\",\"thead\",\"ul\",\"video\"].forEach(function(e){J[e]=!0});var Y=/^<([a-zA-Z]{1,15})[\\s\\/>]/,K=/^<\\/([a-zA-Z]{1,15})[\\s>]/;function Q(e,t){var r=e.bMarks[t]+e.blkIndent,n=e.eMarks[t];return e.src.substr(r,n-r)}function X(e,t){var r,n,o=e.bMarks[t]+e.tShift[t],s=e.eMarks[t];return o>=s?-1:126!==(n=e.src.charCodeAt(o++))&&58!==n?-1:o===(r=e.skipSpaces(o))?-1:r>=s?-1:r}var ee=[[\"code\",function(e,t,r){var n,o;if(e.tShift[t]-e.blkIndent<4)return!1;for(o=n=t+1;n<r;)if(e.isEmpty(n))n++;else{if(!(e.tShift[n]-e.blkIndent>=4))break;o=++n}return e.line=n,e.tokens.push({type:\"code\",content:e.getLines(t,o,4+e.blkIndent,!0),block:!0,lines:[t,e.line],level:e.level}),!0}],[\"fences\",function(e,t,r,n){var o,s,i,a,u,l=!1,c=e.bMarks[t]+e.tShift[t],p=e.eMarks[t];if(c+3>p)return!1;if(126!==(o=e.src.charCodeAt(c))&&96!==o)return!1;if(u=c,(s=(c=e.skipChars(c,o))-u)<3)return!1;if((i=e.src.slice(c,p).trim()).indexOf(\"`\")>=0)return!1;if(n)return!0;for(a=t;!(++a>=r||(c=u=e.bMarks[a]+e.tShift[a])<(p=e.eMarks[a])&&e.tShift[a]<e.blkIndent);)if(e.src.charCodeAt(c)===o&&!(e.tShift[a]-e.blkIndent>=4||(c=e.skipChars(c,o))-u<s||(c=e.skipSpaces(c))<p)){l=!0;break}return s=e.tShift[t],e.line=a+(l?1:0),e.tokens.push({type:\"fence\",params:i,content:e.getLines(t+1,a,s,!0),lines:[t,e.line],level:e.level}),!0},[\"paragraph\",\"blockquote\",\"list\"]],[\"blockquote\",function(e,t,r,n){var o,s,i,a,u,l,c,p,h,f,g,d=e.bMarks[t]+e.tShift[t],m=e.eMarks[t];if(d>m)return!1;if(62!==e.src.charCodeAt(d++))return!1;if(e.level>=e.options.maxNesting)return!1;if(n)return!0;for(32===e.src.charCodeAt(d)&&d++,u=e.blkIndent,e.blkIndent=0,a=[e.bMarks[t]],e.bMarks[t]=d,s=(d=d<m?e.skipSpaces(d):d)>=m,i=[e.tShift[t]],e.tShift[t]=d-e.bMarks[t],p=e.parser.ruler.getRules(\"blockquote\"),o=t+1;o<r&&!((d=e.bMarks[o]+e.tShift[o])>=(m=e.eMarks[o]));o++)if(62!==e.src.charCodeAt(d++)){if(s)break;for(g=!1,h=0,f=p.length;h<f;h++)if(p[h](e,o,r,!0)){g=!0;break}if(g)break;a.push(e.bMarks[o]),i.push(e.tShift[o]),e.tShift[o]=-1337}else 32===e.src.charCodeAt(d)&&d++,a.push(e.bMarks[o]),e.bMarks[o]=d,s=(d=d<m?e.skipSpaces(d):d)>=m,i.push(e.tShift[o]),e.tShift[o]=d-e.bMarks[o];for(l=e.parentType,e.parentType=\"blockquote\",e.tokens.push({type:\"blockquote_open\",lines:c=[t,0],level:e.level++}),e.parser.tokenize(e,t,o),e.tokens.push({type:\"blockquote_close\",level:--e.level}),e.parentType=l,c[1]=e.line,h=0;h<i.length;h++)e.bMarks[h+t]=a[h],e.tShift[h+t]=i[h];return e.blkIndent=u,!0},[\"paragraph\",\"blockquote\",\"list\"]],[\"hr\",function(e,t,r,n){var o,s,i,a=e.bMarks[t],u=e.eMarks[t];if((a+=e.tShift[t])>u)return!1;if(42!==(o=e.src.charCodeAt(a++))&&45!==o&&95!==o)return!1;for(s=1;a<u;){if((i=e.src.charCodeAt(a++))!==o&&32!==i)return!1;i===o&&s++}return!(s<3||!n&&(e.line=t+1,e.tokens.push({type:\"hr\",lines:[t,e.line],level:e.level}),0))},[\"paragraph\",\"blockquote\",\"list\"]],[\"list\",function(e,t,r,n){var o,s,i,a,u,l,c,p,h,f,g,d,m,b,v,k,A,y,x,w,C,E=!0;if((p=W(e,t))>=0)d=!0;else{if(!((p=Z(e,t))>=0))return!1;d=!1}if(e.level>=e.options.maxNesting)return!1;if(g=e.src.charCodeAt(p-1),n)return!0;for(b=e.tokens.length,d?(c=e.bMarks[t]+e.tShift[t],f=Number(e.src.substr(c,p-c-1)),e.tokens.push({type:\"ordered_list_open\",order:f,lines:k=[t,0],level:e.level++})):e.tokens.push({type:\"bullet_list_open\",lines:k=[t,0],level:e.level++}),o=t,v=!1,y=e.parser.ruler.getRules(\"list\");!(!(o<r)||((h=(m=e.skipSpaces(p))>=e.eMarks[o]?1:m-p)>4&&(h=1),h<1&&(h=1),s=p-e.bMarks[o]+h,e.tokens.push({type:\"list_item_open\",lines:A=[t,0],level:e.level++}),a=e.blkIndent,u=e.tight,i=e.tShift[t],l=e.parentType,e.tShift[t]=m-e.bMarks[t],e.blkIndent=s,e.tight=!0,e.parentType=\"list\",e.parser.tokenize(e,t,r,!0),e.tight&&!v||(E=!1),v=e.line-t>1&&e.isEmpty(e.line-1),e.blkIndent=a,e.tShift[t]=i,e.tight=u,e.parentType=l,e.tokens.push({type:\"list_item_close\",level:--e.level}),o=t=e.line,A[1]=o,m=e.bMarks[t],o>=r)||e.isEmpty(o)||e.tShift[o]<e.blkIndent);){for(C=!1,x=0,w=y.length;x<w;x++)if(y[x](e,o,r,!0)){C=!0;break}if(C)break;if(d){if((p=W(e,o))<0)break}else if((p=Z(e,o))<0)break;if(g!==e.src.charCodeAt(p-1))break}return e.tokens.push({type:d?\"ordered_list_close\":\"bullet_list_close\",level:--e.level}),k[1]=o,e.line=o,E&&function(e,t){var r,n,o=e.level+2;for(r=t+2,n=e.tokens.length-2;r<n;r++)e.tokens[r].level===o&&\"paragraph_open\"===e.tokens[r].type&&(e.tokens[r+2].tight=!0,e.tokens[r].tight=!0,r+=2)}(e,b),!0},[\"paragraph\",\"blockquote\"]],[\"footnote\",function(e,t,r,n){var o,s,i,a,u,l=e.bMarks[t]+e.tShift[t],c=e.eMarks[t];if(l+4>c)return!1;if(91!==e.src.charCodeAt(l))return!1;if(94!==e.src.charCodeAt(l+1))return!1;if(e.level>=e.options.maxNesting)return!1;for(a=l+2;a<c;a++){if(32===e.src.charCodeAt(a))return!1;if(93===e.src.charCodeAt(a))break}return!(a===l+2||a+1>=c||58!==e.src.charCodeAt(++a)||!n&&(a++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),u=e.src.slice(l+2,a-2),e.env.footnotes.refs[\":\"+u]=-1,e.tokens.push({type:\"footnote_reference_open\",label:u,level:e.level++}),o=e.bMarks[t],s=e.tShift[t],i=e.parentType,e.tShift[t]=e.skipSpaces(a)-a,e.bMarks[t]=a,e.blkIndent+=4,e.parentType=\"footnote\",e.tShift[t]<e.blkIndent&&(e.tShift[t]+=e.blkIndent,e.bMarks[t]-=e.blkIndent),e.parser.tokenize(e,t,r,!0),e.parentType=i,e.blkIndent-=4,e.tShift[t]=s,e.bMarks[t]=o,e.tokens.push({type:\"footnote_reference_close\",level:--e.level}),0))},[\"paragraph\"]],[\"heading\",function(e,t,r,n){var o,s,i,a=e.bMarks[t]+e.tShift[t],u=e.eMarks[t];if(a>=u)return!1;if(35!==(o=e.src.charCodeAt(a))||a>=u)return!1;for(s=1,o=e.src.charCodeAt(++a);35===o&&a<u&&s<=6;)s++,o=e.src.charCodeAt(++a);return!(s>6||a<u&&32!==o||!n&&(u=e.skipCharsBack(u,32,a),(i=e.skipCharsBack(u,35,a))>a&&32===e.src.charCodeAt(i-1)&&(u=i),e.line=t+1,e.tokens.push({type:\"heading_open\",hLevel:s,lines:[t,e.line],level:e.level}),a<u&&e.tokens.push({type:\"inline\",content:e.src.slice(a,u).trim(),level:e.level+1,lines:[t,e.line],children:[]}),e.tokens.push({type:\"heading_close\",hLevel:s,level:e.level}),0))},[\"paragraph\",\"blockquote\"]],[\"lheading\",function(e,t,r){var n,o,s,i=t+1;return!(i>=r||e.tShift[i]<e.blkIndent||e.tShift[i]-e.blkIndent>3||(o=e.bMarks[i]+e.tShift[i])>=(s=e.eMarks[i])||45!==(n=e.src.charCodeAt(o))&&61!==n||(o=e.skipChars(o,n),(o=e.skipSpaces(o))<s||(o=e.bMarks[t]+e.tShift[t],e.line=i+1,e.tokens.push({type:\"heading_open\",hLevel:61===n?1:2,lines:[t,e.line],level:e.level}),e.tokens.push({type:\"inline\",content:e.src.slice(o,e.eMarks[t]).trim(),level:e.level+1,lines:[t,e.line-1],children:[]}),e.tokens.push({type:\"heading_close\",hLevel:61===n?1:2,level:e.level}),0)))}],[\"htmlblock\",function(e,t,r,n){var o,s,i,a=e.bMarks[t],u=e.eMarks[t],l=e.tShift[t];if(a+=l,!e.options.html)return!1;if(l>3||a+2>=u)return!1;if(60!==e.src.charCodeAt(a))return!1;if(33===(o=e.src.charCodeAt(a+1))||63===o){if(n)return!0}else{if(47!==o&&!function(e){var t=32|e;return t>=97&&t<=122}(o))return!1;if(47===o){if(!(s=e.src.slice(a,u).match(K)))return!1}else if(!(s=e.src.slice(a,u).match(Y)))return!1;if(!0!==J[s[1].toLowerCase()])return!1;if(n)return!0}for(i=t+1;i<e.lineMax&&!e.isEmpty(i);)i++;return e.line=i,e.tokens.push({type:\"htmlblock\",level:e.level,lines:[t,e.line],content:e.getLines(t,i,0,!0)}),!0},[\"paragraph\",\"blockquote\"]],[\"table\",function(e,t,r,n){var o,s,i,a,u,l,c,p,h,f,g;if(t+2>r)return!1;if(u=t+1,e.tShift[u]<e.blkIndent)return!1;if((i=e.bMarks[u]+e.tShift[u])>=e.eMarks[u])return!1;if(124!==(o=e.src.charCodeAt(i))&&45!==o&&58!==o)return!1;if(s=Q(e,t+1),!/^[-:| ]+$/.test(s))return!1;if((l=s.split(\"|\"))<=2)return!1;for(p=[],a=0;a<l.length;a++){if(!(h=l[a].trim())){if(0===a||a===l.length-1)continue;return!1}if(!/^:?-+:?$/.test(h))return!1;58===h.charCodeAt(h.length-1)?p.push(58===h.charCodeAt(0)?\"center\":\"right\"):58===h.charCodeAt(0)?p.push(\"left\"):p.push(\"\")}if(-1===(s=Q(e,t).trim()).indexOf(\"|\"))return!1;if(l=s.replace(/^\\||\\|$/g,\"\").split(\"|\"),p.length!==l.length)return!1;if(n)return!0;for(e.tokens.push({type:\"table_open\",lines:f=[t,0],level:e.level++}),e.tokens.push({type:\"thead_open\",lines:[t,t+1],level:e.level++}),e.tokens.push({type:\"tr_open\",lines:[t,t+1],level:e.level++}),a=0;a<l.length;a++)e.tokens.push({type:\"th_open\",align:p[a],lines:[t,t+1],level:e.level++}),e.tokens.push({type:\"inline\",content:l[a].trim(),lines:[t,t+1],level:e.level,children:[]}),e.tokens.push({type:\"th_close\",level:--e.level});for(e.tokens.push({type:\"tr_close\",level:--e.level}),e.tokens.push({type:\"thead_close\",level:--e.level}),e.tokens.push({type:\"tbody_open\",lines:g=[t+2,0],level:e.level++}),u=t+2;u<r&&!(e.tShift[u]<e.blkIndent)&&-1!==(s=Q(e,u).trim()).indexOf(\"|\");u++){for(l=s.replace(/^\\||\\|$/g,\"\").split(\"|\"),e.tokens.push({type:\"tr_open\",level:e.level++}),a=0;a<l.length;a++)e.tokens.push({type:\"td_open\",align:p[a],level:e.level++}),c=l[a].substring(124===l[a].charCodeAt(0)?1:0,124===l[a].charCodeAt(l[a].length-1)?l[a].length-1:l[a].length).trim(),e.tokens.push({type:\"inline\",content:c,level:e.level,children:[]}),e.tokens.push({type:\"td_close\",level:--e.level});e.tokens.push({type:\"tr_close\",level:--e.level})}return e.tokens.push({type:\"tbody_close\",level:--e.level}),e.tokens.push({type:\"table_close\",level:--e.level}),f[1]=g[1]=u,e.line=u,!0},[\"paragraph\"]],[\"deflist\",function(e,t,r,n){var o,s,i,a,u,l,c,p,h,f,g,d,m,b;if(n)return!(e.ddIndent<0)&&X(e,t)>=0;if(c=t+1,e.isEmpty(c)&&++c>r)return!1;if(e.tShift[c]<e.blkIndent)return!1;if((o=X(e,c))<0)return!1;if(e.level>=e.options.maxNesting)return!1;l=e.tokens.length,e.tokens.push({type:\"dl_open\",lines:u=[t,0],level:e.level++}),i=t,s=c;e:for(;;){for(b=!0,m=!1,e.tokens.push({type:\"dt_open\",lines:[i,i],level:e.level++}),e.tokens.push({type:\"inline\",content:e.getLines(i,i+1,e.blkIndent,!1).trim(),level:e.level+1,lines:[i,i],children:[]}),e.tokens.push({type:\"dt_close\",level:--e.level});;){if(e.tokens.push({type:\"dd_open\",lines:a=[c,0],level:e.level++}),d=e.tight,h=e.ddIndent,p=e.blkIndent,g=e.tShift[s],f=e.parentType,e.blkIndent=e.ddIndent=e.tShift[s]+2,e.tShift[s]=o-e.bMarks[s],e.tight=!0,e.parentType=\"deflist\",e.parser.tokenize(e,s,r,!0),e.tight&&!m||(b=!1),m=e.line-s>1&&e.isEmpty(e.line-1),e.tShift[s]=g,e.tight=d,e.parentType=f,e.blkIndent=p,e.ddIndent=h,e.tokens.push({type:\"dd_close\",level:--e.level}),a[1]=c=e.line,c>=r)break e;if(e.tShift[c]<e.blkIndent)break e;if((o=X(e,c))<0)break;s=c}if(c>=r)break;if(i=c,e.isEmpty(i))break;if(e.tShift[i]<e.blkIndent)break;if((s=i+1)>=r)break;if(e.isEmpty(s)&&s++,s>=r)break;if(e.tShift[s]<e.blkIndent)break;if((o=X(e,s))<0)break}return e.tokens.push({type:\"dl_close\",level:--e.level}),u[1]=c,e.line=c,b&&function(e,t){var r,n,o=e.level+2;for(r=t+2,n=e.tokens.length-2;r<n;r++)e.tokens[r].level===o&&\"paragraph_open\"===e.tokens[r].type&&(e.tokens[r+2].tight=!0,e.tokens[r].tight=!0,r+=2)}(e,l),!0},[\"paragraph\"]],[\"paragraph\",function(e,t){var r,n,o,s,i,a,u=t+1;if(u<(r=e.lineMax)&&!e.isEmpty(u))for(a=e.parser.ruler.getRules(\"paragraph\");u<r&&!e.isEmpty(u);u++)if(!(e.tShift[u]-e.blkIndent>3)){for(o=!1,s=0,i=a.length;s<i;s++)if(a[s](e,u,r,!0)){o=!0;break}if(o)break}return n=e.getLines(t,u,e.blkIndent,!1).trim(),e.line=u,n.length&&(e.tokens.push({type:\"paragraph_open\",tight:!1,lines:[t,e.line],level:e.level}),e.tokens.push({type:\"inline\",content:n,level:e.level+1,lines:[t,e.line],children:[]}),e.tokens.push({type:\"paragraph_close\",tight:!1,level:e.level})),!0}]];function te(){this.ruler=new C;for(var e=0;e<ee.length;e++)this.ruler.push(ee[e][0],ee[e][1],{alt:(ee[e][2]||[]).slice()})}te.prototype.tokenize=function(e,t,r){for(var n,o=this.ruler.getRules(\"\"),s=o.length,i=t,a=!1;i<r&&(e.line=i=e.skipEmptyLines(i),!(i>=r))&&!(e.tShift[i]<e.blkIndent);){for(n=0;n<s&&!o[n](e,i,r,!1);n++);if(e.tight=!a,e.isEmpty(e.line-1)&&(a=!0),(i=e.line)<r&&e.isEmpty(i)){if(a=!0,++i<r&&\"list\"===e.parentType&&e.isEmpty(i))break;e.line=i}}};var re=/[\\n\\t]/g,ne=/\\r[\\n\\u0085]|[\\u2424\\u2028\\u0085]/g,oe=/\\u00a0/g;function se(e){switch(e){case 10:case 92:case 96:case 42:case 95:case 94:case 91:case 93:case 33:case 38:case 60:case 62:case 123:case 125:case 36:case 37:case 64:case 126:case 43:case 61:case 58:return!0;default:return!1}}te.prototype.parse=function(e,t,r,n){var o,s=0,i=0;if(!e)return[];(e=(e=e.replace(oe,\" \")).replace(ne,\"\\n\")).indexOf(\"\\t\")>=0&&(e=e.replace(re,function(t,r){var n;return 10===e.charCodeAt(r)?(s=r+1,i=0,t):(n=\"    \".slice((r-s-i)%4),i=r-s+1,n)})),o=new $(e,this,t,r,n),this.tokenize(o,o.line,o.lineMax)};for(var ie=[],ae=0;ae<256;ae++)ie.push(0);function ue(e){return e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122}function le(e,t){var r,n,o,s=t,i=!0,a=!0,u=e.posMax,l=e.src.charCodeAt(t);for(r=t>0?e.src.charCodeAt(t-1):-1;s<u&&e.src.charCodeAt(s)===l;)s++;return s>=u&&(i=!1),(o=s-t)>=4?i=a=!1:(32!==(n=s<u?e.src.charCodeAt(s):-1)&&10!==n||(i=!1),32!==r&&10!==r||(a=!1),95===l&&(ue(r)&&(i=!1),ue(n)&&(a=!1))),{can_open:i,can_close:a,delims:o}}\"\\\\!\\\"#$%&'()*+,./:;<=>?@[]^_`{|}~-\".split(\"\").forEach(function(e){ie[e.charCodeAt(0)]=1});var ce=/\\\\([ \\\\!\"#$%&'()*+,.\\/:;<=>?@[\\]^_`{|}~-])/g;var pe=/\\\\([ \\\\!\"#$%&'()*+,.\\/:;<=>?@[\\]^_`{|}~-])/g;var he=[\"coap\",\"doi\",\"javascript\",\"aaa\",\"aaas\",\"about\",\"acap\",\"cap\",\"cid\",\"crid\",\"data\",\"dav\",\"dict\",\"dns\",\"file\",\"ftp\",\"geo\",\"go\",\"gopher\",\"h323\",\"http\",\"https\",\"iax\",\"icap\",\"im\",\"imap\",\"info\",\"ipp\",\"iris\",\"iris.beep\",\"iris.xpc\",\"iris.xpcs\",\"iris.lwz\",\"ldap\",\"mailto\",\"mid\",\"msrp\",\"msrps\",\"mtqp\",\"mupdate\",\"news\",\"nfs\",\"ni\",\"nih\",\"nntp\",\"opaquelocktoken\",\"pop\",\"pres\",\"rtsp\",\"service\",\"session\",\"shttp\",\"sieve\",\"sip\",\"sips\",\"sms\",\"snmp\",\"soap.beep\",\"soap.beeps\",\"tag\",\"tel\",\"telnet\",\"tftp\",\"thismessage\",\"tn3270\",\"tip\",\"tv\",\"urn\",\"vemmi\",\"ws\",\"wss\",\"xcon\",\"xcon-userid\",\"xmlrpc.beep\",\"xmlrpc.beeps\",\"xmpp\",\"z39.50r\",\"z39.50s\",\"adiumxtra\",\"afp\",\"afs\",\"aim\",\"apt\",\"attachment\",\"aw\",\"beshare\",\"bitcoin\",\"bolo\",\"callto\",\"chrome\",\"chrome-extension\",\"com-eventbrite-attendee\",\"content\",\"cvs\",\"dlna-playsingle\",\"dlna-playcontainer\",\"dtn\",\"dvb\",\"ed2k\",\"facetime\",\"feed\",\"finger\",\"fish\",\"gg\",\"git\",\"gizmoproject\",\"gtalk\",\"hcp\",\"icon\",\"ipn\",\"irc\",\"irc6\",\"ircs\",\"itms\",\"jar\",\"jms\",\"keyparc\",\"lastfm\",\"ldaps\",\"magnet\",\"maps\",\"market\",\"message\",\"mms\",\"ms-help\",\"msnim\",\"mumble\",\"mvn\",\"notes\",\"oid\",\"palm\",\"paparazzi\",\"platform\",\"proxy\",\"psyc\",\"query\",\"res\",\"resource\",\"rmi\",\"rsync\",\"rtmp\",\"secondlife\",\"sftp\",\"sgn\",\"skype\",\"smb\",\"soldat\",\"spotify\",\"ssh\",\"steam\",\"svn\",\"teamspeak\",\"things\",\"udp\",\"unreal\",\"ut2004\",\"ventrilo\",\"view-source\",\"webcal\",\"wtai\",\"wyciwyg\",\"xfire\",\"xri\",\"ymsgr\"],fe=/^<([a-zA-Z0-9.!#$%&'*+\\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)>/,ge=/^<([a-zA-Z.\\-]{1,25}):([^<>\\x00-\\x20]*)>/;function de(e,t){return e=e.source,t=t||\"\",function r(n,o){return n?(o=o.source||o,e=e.replace(n,o),r):new RegExp(e,t)}}var me=de(/(?:unquoted|single_quoted|double_quoted)/)(\"unquoted\",/[^\"'=<>`\\x00-\\x20]+/)(\"single_quoted\",/'[^']*'/)(\"double_quoted\",/\"[^\"]*\"/)(),be=de(/(?:\\s+attr_name(?:\\s*=\\s*attr_value)?)/)(\"attr_name\",/[a-zA-Z_:][a-zA-Z0-9:._-]*/)(\"attr_value\",me)(),ve=de(/<[A-Za-z][A-Za-z0-9]*attribute*\\s*\\/?>/)(\"attribute\",be)(),ke=de(/^(?:open_tag|close_tag|comment|processing|declaration|cdata)/)(\"open_tag\",ve)(\"close_tag\",/<\\/[A-Za-z][A-Za-z0-9]*\\s*>/)(\"comment\",/<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->/)(\"processing\",/<[?].*?[?]>/)(\"declaration\",/<![A-Z]+\\s+[^>]*>/)(\"cdata\",/<!\\[CDATA\\[[\\s\\S]*?\\]\\]>/)();var Ae=/^&#((?:x[a-f0-9]{1,8}|[0-9]{1,8}));/i,ye=/^&([a-z][a-z0-9]{1,31});/i;var xe=[[\"text\",function(e,t){for(var r=e.pos;r<e.posMax&&!se(e.src.charCodeAt(r));)r++;return r!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,r)),e.pos=r,!0)}],[\"newline\",function(e,t){var r,n,o=e.pos;if(10!==e.src.charCodeAt(o))return!1;if(r=e.pending.length-1,n=e.posMax,!t)if(r>=0&&32===e.pending.charCodeAt(r))if(r>=1&&32===e.pending.charCodeAt(r-1)){for(var s=r-2;s>=0;s--)if(32!==e.pending.charCodeAt(s)){e.pending=e.pending.substring(0,s+1);break}e.push({type:\"hardbreak\",level:e.level})}else e.pending=e.pending.slice(0,-1),e.push({type:\"softbreak\",level:e.level});else e.push({type:\"softbreak\",level:e.level});for(o++;o<n&&32===e.src.charCodeAt(o);)o++;return e.pos=o,!0}],[\"escape\",function(e,t){var r,n=e.pos,o=e.posMax;if(92!==e.src.charCodeAt(n))return!1;if(++n<o){if((r=e.src.charCodeAt(n))<256&&0!==ie[r])return t||(e.pending+=e.src[n]),e.pos+=2,!0;if(10===r){for(t||e.push({type:\"hardbreak\",level:e.level}),n++;n<o&&32===e.src.charCodeAt(n);)n++;return e.pos=n,!0}}return t||(e.pending+=\"\\\\\"),e.pos++,!0}],[\"backticks\",function(e,t){var r,n,o,s,i,a=e.pos;if(96!==e.src.charCodeAt(a))return!1;for(r=a,a++,n=e.posMax;a<n&&96===e.src.charCodeAt(a);)a++;for(o=e.src.slice(r,a),s=i=a;-1!==(s=e.src.indexOf(\"`\",i));){for(i=s+1;i<n&&96===e.src.charCodeAt(i);)i++;if(i-s===o.length)return t||e.push({type:\"code\",content:e.src.slice(a,s).replace(/[ \\n]+/g,\" \").trim(),block:!1,level:e.level}),e.pos=i,!0}return t||(e.pending+=o),e.pos+=o.length,!0}],[\"del\",function(e,t){var r,n,o,s,i,a=e.posMax,u=e.pos;if(126!==e.src.charCodeAt(u))return!1;if(t)return!1;if(u+4>=a)return!1;if(126!==e.src.charCodeAt(u+1))return!1;if(e.level>=e.options.maxNesting)return!1;if(s=u>0?e.src.charCodeAt(u-1):-1,i=e.src.charCodeAt(u+2),126===s)return!1;if(126===i)return!1;if(32===i||10===i)return!1;for(n=u+2;n<a&&126===e.src.charCodeAt(n);)n++;if(n>u+3)return e.pos+=n-u,t||(e.pending+=e.src.slice(u,n)),!0;for(e.pos=u+2,o=1;e.pos+1<a;){if(126===e.src.charCodeAt(e.pos)&&126===e.src.charCodeAt(e.pos+1)&&(s=e.src.charCodeAt(e.pos-1),126!==(i=e.pos+2<a?e.src.charCodeAt(e.pos+2):-1)&&126!==s&&(32!==s&&10!==s?o--:32!==i&&10!==i&&o++,o<=0))){r=!0;break}e.parser.skipToken(e)}return r?(e.posMax=e.pos,e.pos=u+2,t||(e.push({type:\"del_open\",level:e.level++}),e.parser.tokenize(e),e.push({type:\"del_close\",level:--e.level})),e.pos=e.posMax+2,e.posMax=a,!0):(e.pos=u,!1)}],[\"ins\",function(e,t){var r,n,o,s,i,a=e.posMax,u=e.pos;if(43!==e.src.charCodeAt(u))return!1;if(t)return!1;if(u+4>=a)return!1;if(43!==e.src.charCodeAt(u+1))return!1;if(e.level>=e.options.maxNesting)return!1;if(s=u>0?e.src.charCodeAt(u-1):-1,i=e.src.charCodeAt(u+2),43===s)return!1;if(43===i)return!1;if(32===i||10===i)return!1;for(n=u+2;n<a&&43===e.src.charCodeAt(n);)n++;if(n!==u+2)return e.pos+=n-u,t||(e.pending+=e.src.slice(u,n)),!0;for(e.pos=u+2,o=1;e.pos+1<a;){if(43===e.src.charCodeAt(e.pos)&&43===e.src.charCodeAt(e.pos+1)&&(s=e.src.charCodeAt(e.pos-1),43!==(i=e.pos+2<a?e.src.charCodeAt(e.pos+2):-1)&&43!==s&&(32!==s&&10!==s?o--:32!==i&&10!==i&&o++,o<=0))){r=!0;break}e.parser.skipToken(e)}return r?(e.posMax=e.pos,e.pos=u+2,t||(e.push({type:\"ins_open\",level:e.level++}),e.parser.tokenize(e),e.push({type:\"ins_close\",level:--e.level})),e.pos=e.posMax+2,e.posMax=a,!0):(e.pos=u,!1)}],[\"mark\",function(e,t){var r,n,o,s,i,a=e.posMax,u=e.pos;if(61!==e.src.charCodeAt(u))return!1;if(t)return!1;if(u+4>=a)return!1;if(61!==e.src.charCodeAt(u+1))return!1;if(e.level>=e.options.maxNesting)return!1;if(s=u>0?e.src.charCodeAt(u-1):-1,i=e.src.charCodeAt(u+2),61===s)return!1;if(61===i)return!1;if(32===i||10===i)return!1;for(n=u+2;n<a&&61===e.src.charCodeAt(n);)n++;if(n!==u+2)return e.pos+=n-u,t||(e.pending+=e.src.slice(u,n)),!0;for(e.pos=u+2,o=1;e.pos+1<a;){if(61===e.src.charCodeAt(e.pos)&&61===e.src.charCodeAt(e.pos+1)&&(s=e.src.charCodeAt(e.pos-1),61!==(i=e.pos+2<a?e.src.charCodeAt(e.pos+2):-1)&&61!==s&&(32!==s&&10!==s?o--:32!==i&&10!==i&&o++,o<=0))){r=!0;break}e.parser.skipToken(e)}return r?(e.posMax=e.pos,e.pos=u+2,t||(e.push({type:\"mark_open\",level:e.level++}),e.parser.tokenize(e),e.push({type:\"mark_close\",level:--e.level})),e.pos=e.posMax+2,e.posMax=a,!0):(e.pos=u,!1)}],[\"emphasis\",function(e,t){var r,n,o,s,i,a,u,l=e.posMax,c=e.pos,p=e.src.charCodeAt(c);if(95!==p&&42!==p)return!1;if(t)return!1;if(r=(u=le(e,c)).delims,!u.can_open)return e.pos+=r,t||(e.pending+=e.src.slice(c,e.pos)),!0;if(e.level>=e.options.maxNesting)return!1;for(e.pos=c+r,a=[r];e.pos<l;)if(e.src.charCodeAt(e.pos)!==p)e.parser.skipToken(e);else{if(n=(u=le(e,e.pos)).delims,u.can_close){for(s=a.pop(),i=n;s!==i;){if(i<s){a.push(s-i);break}if(i-=s,0===a.length)break;e.pos+=s,s=a.pop()}if(0===a.length){r=s,o=!0;break}e.pos+=n;continue}u.can_open&&a.push(n),e.pos+=n}return o?(e.posMax=e.pos,e.pos=c+r,t||(2!==r&&3!==r||e.push({type:\"strong_open\",level:e.level++}),1!==r&&3!==r||e.push({type:\"em_open\",level:e.level++}),e.parser.tokenize(e),1!==r&&3!==r||e.push({type:\"em_close\",level:--e.level}),2!==r&&3!==r||e.push({type:\"strong_close\",level:--e.level})),e.pos=e.posMax+r,e.posMax=l,!0):(e.pos=c,!1)}],[\"sub\",function(e,t){var r,n,o=e.posMax,s=e.pos;if(126!==e.src.charCodeAt(s))return!1;if(t)return!1;if(s+2>=o)return!1;if(e.level>=e.options.maxNesting)return!1;for(e.pos=s+1;e.pos<o;){if(126===e.src.charCodeAt(e.pos)){r=!0;break}e.parser.skipToken(e)}return r&&s+1!==e.pos?(n=e.src.slice(s+1,e.pos)).match(/(^|[^\\\\])(\\\\\\\\)*\\s/)?(e.pos=s,!1):(e.posMax=e.pos,e.pos=s+1,t||e.push({type:\"sub\",level:e.level,content:n.replace(ce,\"$1\")}),e.pos=e.posMax+1,e.posMax=o,!0):(e.pos=s,!1)}],[\"sup\",function(e,t){var r,n,o=e.posMax,s=e.pos;if(94!==e.src.charCodeAt(s))return!1;if(t)return!1;if(s+2>=o)return!1;if(e.level>=e.options.maxNesting)return!1;for(e.pos=s+1;e.pos<o;){if(94===e.src.charCodeAt(e.pos)){r=!0;break}e.parser.skipToken(e)}return r&&s+1!==e.pos?(n=e.src.slice(s+1,e.pos)).match(/(^|[^\\\\])(\\\\\\\\)*\\s/)?(e.pos=s,!1):(e.posMax=e.pos,e.pos=s+1,t||e.push({type:\"sup\",level:e.level,content:n.replace(pe,\"$1\")}),e.pos=e.posMax+1,e.posMax=o,!0):(e.pos=s,!1)}],[\"links\",function(e,t){var r,n,o,s,i,a,u,l,c=!1,p=e.pos,h=e.posMax,f=e.pos,g=e.src.charCodeAt(f);if(33===g&&(c=!0,g=e.src.charCodeAt(++f)),91!==g)return!1;if(e.level>=e.options.maxNesting)return!1;if(r=f+1,(n=D(e,f))<0)return!1;if((a=n+1)<h&&40===e.src.charCodeAt(a)){for(a++;a<h&&(32===(l=e.src.charCodeAt(a))||10===l);a++);if(a>=h)return!1;for(f=a,q(e,a)?(s=e.linkContent,a=e.pos):s=\"\",f=a;a<h&&(32===(l=e.src.charCodeAt(a))||10===l);a++);if(a<h&&f!==a&&F(e,a))for(i=e.linkContent,a=e.pos;a<h&&(32===(l=e.src.charCodeAt(a))||10===l);a++);else i=\"\";if(a>=h||41!==e.src.charCodeAt(a))return e.pos=p,!1;a++}else{if(e.linkLevel>0)return!1;for(;a<h&&(32===(l=e.src.charCodeAt(a))||10===l);a++);if(a<h&&91===e.src.charCodeAt(a)&&(f=a+1,(a=D(e,a))>=0?o=e.src.slice(f,a++):a=f-1),o||(void 0===o&&(a=n+1),o=e.src.slice(r,n)),!(u=e.env.references[M(o)]))return e.pos=p,!1;s=u.href,i=u.title}return t||(e.pos=r,e.posMax=n,c?e.push({type:\"image\",src:s,title:i,alt:e.src.substr(r,n-r),level:e.level}):(e.push({type:\"link_open\",href:s,title:i,level:e.level++}),e.linkLevel++,e.parser.tokenize(e),e.linkLevel--,e.push({type:\"link_close\",level:--e.level}))),e.pos=a,e.posMax=h,!0}],[\"footnote_inline\",function(e,t){var r,n,o,s,i=e.posMax,a=e.pos;return!(a+2>=i||94!==e.src.charCodeAt(a)||91!==e.src.charCodeAt(a+1)||e.level>=e.options.maxNesting||(r=a+2,(n=D(e,a+1))<0||(t||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),o=e.env.footnotes.list.length,e.pos=r,e.posMax=n,e.push({type:\"footnote_ref\",id:o,level:e.level}),e.linkLevel++,s=e.tokens.length,e.parser.tokenize(e),e.env.footnotes.list[o]={tokens:e.tokens.splice(s)},e.linkLevel--),e.pos=n+1,e.posMax=i,0)))}],[\"footnote_ref\",function(e,t){var r,n,o,s,i=e.posMax,a=e.pos;if(a+3>i)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(a))return!1;if(94!==e.src.charCodeAt(a+1))return!1;if(e.level>=e.options.maxNesting)return!1;for(n=a+2;n<i;n++){if(32===e.src.charCodeAt(n))return!1;if(10===e.src.charCodeAt(n))return!1;if(93===e.src.charCodeAt(n))break}return!(n===a+2||n>=i||(n++,r=e.src.slice(a+2,n-1),void 0===e.env.footnotes.refs[\":\"+r]||(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[\":\"+r]<0?(o=e.env.footnotes.list.length,e.env.footnotes.list[o]={label:r,count:0},e.env.footnotes.refs[\":\"+r]=o):o=e.env.footnotes.refs[\":\"+r],s=e.env.footnotes.list[o].count,e.env.footnotes.list[o].count++,e.push({type:\"footnote_ref\",id:o,subId:s,level:e.level})),e.pos=n,e.posMax=i,0)))}],[\"autolink\",function(e,t){var r,n,o,s,i,a=e.pos;return!(60!==e.src.charCodeAt(a)||(r=e.src.slice(a)).indexOf(\">\")<0||((n=r.match(ge))?he.indexOf(n[1].toLowerCase())<0||(i=B(s=n[0].slice(1,-1)),!e.parser.validateLink(s)||(t||(e.push({type:\"link_open\",href:i,level:e.level}),e.push({type:\"text\",content:s,level:e.level+1}),e.push({type:\"link_close\",level:e.level})),e.pos+=n[0].length,0)):!(o=r.match(fe))||(i=B(\"mailto:\"+(s=o[0].slice(1,-1))),!e.parser.validateLink(i)||(t||(e.push({type:\"link_open\",href:i,level:e.level}),e.push({type:\"text\",content:s,level:e.level+1}),e.push({type:\"link_close\",level:e.level})),e.pos+=o[0].length,0))))}],[\"htmltag\",function(e,t){var r,n,o,s=e.pos;return!(!e.options.html||(o=e.posMax,60!==e.src.charCodeAt(s)||s+2>=o||33!==(r=e.src.charCodeAt(s+1))&&63!==r&&47!==r&&!function(e){var t=32|e;return t>=97&&t<=122}(r)||!(n=e.src.slice(s).match(ke))||(t||e.push({type:\"htmltag\",content:e.src.slice(s,s+n[0].length),level:e.level}),e.pos+=n[0].length,0)))}],[\"entity\",function(e,t){var r,o,s=e.pos,i=e.posMax;if(38!==e.src.charCodeAt(s))return!1;if(s+1<i)if(35===e.src.charCodeAt(s+1)){if(o=e.src.slice(s).match(Ae))return t||(r=\"x\"===o[1][0].toLowerCase()?parseInt(o[1].slice(1),16):parseInt(o[1],10),e.pending+=l(r)?c(r):c(65533)),e.pos+=o[0].length,!0}else if(o=e.src.slice(s).match(ye)){var a=n(o[1]);if(o[1]!==a)return t||(e.pending+=a),e.pos+=o[0].length,!0}return t||(e.pending+=\"&\"),e.pos++,!0}]];function we(){this.ruler=new C;for(var e=0;e<xe.length;e++)this.ruler.push(xe[e][0],xe[e][1]);this.validateLink=Ce}function Ce(e){var t=e.trim().toLowerCase();return-1===(t=g(t)).indexOf(\":\")||-1===[\"vbscript\",\"javascript\",\"file\",\"data\"].indexOf(t.split(\":\")[0])}we.prototype.skipToken=function(e){var t,r,n=this.ruler.getRules(\"\"),o=n.length,s=e.pos;if((r=e.cacheGet(s))>0)e.pos=r;else{for(t=0;t<o;t++)if(n[t](e,!0))return void e.cacheSet(s,e.pos);e.pos++,e.cacheSet(s,e.pos)}},we.prototype.tokenize=function(e){for(var t,r,n=this.ruler.getRules(\"\"),o=n.length,s=e.posMax;e.pos<s;){for(r=0;r<o&&!(t=n[r](e,!1));r++);if(t){if(e.pos>=s)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},we.prototype.parse=function(e,t,r,n){var o=new E(e,this,t,r,n);this.tokenize(o)};var Ee={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:\"language-\",linkTarget:\"\",typographer:!1,quotes:\"“”‘’\",highlight:null,maxNesting:20},components:{core:{rules:[\"block\",\"inline\",\"references\",\"replacements\",\"smartquotes\",\"references\",\"abbr2\",\"footnote_tail\"]},block:{rules:[\"blockquote\",\"code\",\"fences\",\"footnote\",\"heading\",\"hr\",\"htmlblock\",\"lheading\",\"list\",\"paragraph\",\"table\"]},inline:{rules:[\"autolink\",\"backticks\",\"del\",\"emphasis\",\"entity\",\"escape\",\"footnote_ref\",\"htmltag\",\"links\",\"newline\",\"text\"]}}},full:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:\"language-\",linkTarget:\"\",typographer:!1,quotes:\"“”‘’\",highlight:null,maxNesting:20},components:{core:{},block:{},inline:{}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:\"language-\",linkTarget:\"\",typographer:!1,quotes:\"“”‘’\",highlight:null,maxNesting:20},components:{core:{rules:[\"block\",\"inline\",\"references\",\"abbr2\"]},block:{rules:[\"blockquote\",\"code\",\"fences\",\"heading\",\"hr\",\"htmlblock\",\"lheading\",\"list\",\"paragraph\"]},inline:{rules:[\"autolink\",\"backticks\",\"emphasis\",\"entity\",\"escape\",\"htmltag\",\"links\",\"newline\",\"text\"]}}}};function De(e,t,r){this.src=t,this.env=r,this.options=e.options,this.tokens=[],this.inlineMode=!1,this.inline=e.inline,this.block=e.block,this.renderer=e.renderer,this.typographer=e.typographer}function _e(e,t){\"string\"!=typeof e&&(t=e,e=\"default\"),t&&null!=t.linkify&&console.warn(\"linkify option is removed. Use linkify plugin instead:\\n\\nimport Remarkable from 'remarkable';\\nimport linkify from 'remarkable/linkify';\\nnew Remarkable().use(linkify)\\n\"),this.inline=new we,this.block=new te,this.core=new G,this.renderer=new w,this.ruler=new C,this.options={},this.configure(Ee[e]),this.set(t||{})}function Be(e,t){if(Array.prototype.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}function qe(e,t){for(var r=e.length-1;r>=0;r--)!0===t(e[r])&&e.splice(r,1)}function Fe(e){throw new Error(\"Unhandled case for value: '\"+e+\"'\")}_e.prototype.set=function(e){i(this.options,e)},_e.prototype.configure=function(e){var t=this;if(!e)throw new Error(\"Wrong `remarkable` preset, check name/content\");e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(r){e.components[r].rules&&t[r].ruler.enable(e.components[r].rules,!0)})},_e.prototype.use=function(e,t){return e(this,t),this},_e.prototype.parse=function(e,t){var r=new De(this,e,t);return this.core.process(r),r.tokens},_e.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},_e.prototype.parseInline=function(e,t){var r=new De(this,e,t);return r.inlineMode=!0,this.core.process(r),r.tokens},_e.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};var Me=function(){function e(e){void 0===e&&(e={}),this.tagName=\"\",this.attrs={},this.innerHTML=\"\",this.whitespaceRegex=/\\s+/,this.tagName=e.tagName||\"\",this.attrs=e.attrs||{},this.innerHTML=e.innerHtml||e.innerHTML||\"\"}return e.prototype.setTagName=function(e){return this.tagName=e,this},e.prototype.getTagName=function(){return this.tagName||\"\"},e.prototype.setAttr=function(e,t){return this.getAttrs()[e]=t,this},e.prototype.getAttr=function(e){return this.getAttrs()[e]},e.prototype.setAttrs=function(e){return Object.assign(this.getAttrs(),e),this},e.prototype.getAttrs=function(){return this.attrs||(this.attrs={})},e.prototype.setClass=function(e){return this.setAttr(\"class\",e)},e.prototype.addClass=function(e){for(var t,r=this.getClass(),n=this.whitespaceRegex,o=r?r.split(n):[],s=e.split(n);t=s.shift();)-1===Be(o,t)&&o.push(t);return this.getAttrs().class=o.join(\" \"),this},e.prototype.removeClass=function(e){for(var t,r=this.getClass(),n=this.whitespaceRegex,o=r?r.split(n):[],s=e.split(n);o.length&&(t=s.shift());){var i=Be(o,t);-1!==i&&o.splice(i,1)}return this.getAttrs().class=o.join(\" \"),this},e.prototype.getClass=function(){return this.getAttrs().class||\"\"},e.prototype.hasClass=function(e){return-1!==(\" \"+this.getClass()+\" \").indexOf(\" \"+e+\" \")},e.prototype.setInnerHTML=function(e){return this.innerHTML=e,this},e.prototype.setInnerHtml=function(e){return this.setInnerHTML(e)},e.prototype.getInnerHTML=function(){return this.innerHTML||\"\"},e.prototype.getInnerHtml=function(){return this.getInnerHTML()},e.prototype.toAnchorString=function(){var e=this.getTagName(),t=this.buildAttrsStr();return[\"<\",e,t=t?\" \"+t:\"\",\">\",this.getInnerHtml(),\"</\",e,\">\"].join(\"\")},e.prototype.buildAttrsStr=function(){if(!this.attrs)return\"\";var e=this.getAttrs(),t=[];for(var r in e)e.hasOwnProperty(r)&&t.push(r+'=\"'+e[r]+'\"');return t.join(\" \")},e}();var Se=function(){function e(e){void 0===e&&(e={}),this.newWindow=!1,this.truncate={},this.className=\"\",this.newWindow=e.newWindow||!1,this.truncate=e.truncate||{},this.className=e.className||\"\"}return e.prototype.build=function(e){return new Me({tagName:\"a\",attrs:this.createAttrs(e),innerHtml:this.processAnchorText(e.getAnchorText())})},e.prototype.createAttrs=function(e){var t={href:e.getAnchorHref()},r=this.createCssClass(e);return r&&(t.class=r),this.newWindow&&(t.target=\"_blank\",t.rel=\"noopener noreferrer\"),this.truncate&&this.truncate.length&&this.truncate.length<e.getAnchorText().length&&(t.title=e.getAnchorHref()),t},e.prototype.createCssClass=function(e){var t=this.className;if(t){for(var r=[t],n=e.getCssClassSuffixes(),o=0,s=n.length;o<s;o++)r.push(t+\"-\"+n[o]);return r.join(\" \")}return\"\"},e.prototype.processAnchorText=function(e){return e=this.doTruncate(e)},e.prototype.doTruncate=function(e){var t=this.truncate;if(!t||!t.length)return e;var r=t.length,n=t.location;return\"smart\"===n?function(e,t,r){var n,o;null==r?(r=\"&hellip;\",o=3,n=8):(o=r.length,n=r.length);var s=function(e){var t=\"\";return e.scheme&&e.host&&(t+=e.scheme+\"://\"),e.host&&(t+=e.host),e.path&&(t+=\"/\"+e.path),e.query&&(t+=\"?\"+e.query),e.fragment&&(t+=\"#\"+e.fragment),t},i=function(e,t){var n=t/2,o=Math.ceil(n),s=-1*Math.floor(n),i=\"\";return s<0&&(i=e.substr(s)),e.substr(0,o)+r+i};if(e.length<=t)return e;var a=t-o,u=function(e){var t={},r=e,n=r.match(/^([a-z]+):\\/\\//i);return n&&(t.scheme=n[1],r=r.substr(n[0].length)),(n=r.match(/^(.*?)(?=(\\?|#|\\/|$))/i))&&(t.host=n[1],r=r.substr(n[0].length)),(n=r.match(/^\\/(.*?)(?=(\\?|#|$))/i))&&(t.path=n[1],r=r.substr(n[0].length)),(n=r.match(/^\\?(.*?)(?=(#|$))/i))&&(t.query=n[1],r=r.substr(n[0].length)),(n=r.match(/^#(.*?)$/i))&&(t.fragment=n[1]),t}(e);if(u.query){var l=u.query.match(/^(.*?)(?=(\\?|\\#))(.*?)$/i);l&&(u.query=u.query.substr(0,l[1].length),e=s(u))}if(e.length<=t)return e;if(u.host&&(u.host=u.host.replace(/^www\\./,\"\"),e=s(u)),e.length<=t)return e;var c=\"\";if(u.host&&(c+=u.host),c.length>=a)return u.host.length==t?(u.host.substr(0,t-o)+r).substr(0,a+n):i(c,a).substr(0,a+n);var p=\"\";if(u.path&&(p+=\"/\"+u.path),u.query&&(p+=\"?\"+u.query),p){if((c+p).length>=a)return(c+p).length==t?(c+p).substr(0,t):(c+i(p,a-c.length)).substr(0,a+n);c+=p}if(u.fragment){var h=\"#\"+u.fragment;if((c+h).length>=a)return(c+h).length==t?(c+h).substr(0,t):(c+i(h,a-c.length)).substr(0,a+n);c+=h}if(u.scheme&&u.host){var f=u.scheme+\"://\";if((c+f).length<a)return(f+c).substr(0,t)}if(c.length<=t)return c;var g=\"\";return a>0&&(g=c.substr(-1*Math.floor(a/2))),(c.substr(0,Math.ceil(a/2))+r+g).substr(0,a+n)}(e,r):\"middle\"===n?function(e,t,r){if(e.length<=t)return e;var n,o;null==r?(r=\"&hellip;\",n=8,o=3):(n=r.length,o=r.length);var s=t-o,i=\"\";return s>0&&(i=e.substr(-1*Math.floor(s/2))),(e.substr(0,Math.ceil(s/2))+r+i).substr(0,s+n)}(e,r):function(e,t,r){return function(e,t,r){var n;return e.length>t&&(null==r?(r=\"&hellip;\",n=3):n=r.length,e=e.substring(0,t-n)+r),e}(e,t,r)}(e,r)},e}(),Te=function(){function e(e){this.__jsduckDummyDocProp=null,this.matchedText=\"\",this.offset=0,this.tagBuilder=e.tagBuilder,this.matchedText=e.matchedText,this.offset=e.offset}return e.prototype.getMatchedText=function(){return this.matchedText},e.prototype.setOffset=function(e){this.offset=e},e.prototype.getOffset=function(){return this.offset},e.prototype.getCssClassSuffixes=function(){return[this.getType()]},e.prototype.buildTag=function(){return this.tagBuilder.build(this)},e}(),Le=function(e,t){return(Le=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function Re(e,t){function r(){this.constructor=e}Le(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var Ne=function(){return(Ne=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},ze=function(e){function t(t){var r=e.call(this,t)||this;return r.email=\"\",r.email=t.email,r}return Re(t,e),t.prototype.getType=function(){return\"email\"},t.prototype.getEmail=function(){return this.email},t.prototype.getAnchorHref=function(){return\"mailto:\"+this.email},t.prototype.getAnchorText=function(){return this.email},t}(Te),Pe=function(e){function t(t){var r=e.call(this,t)||this;return r.serviceName=\"\",r.hashtag=\"\",r.serviceName=t.serviceName,r.hashtag=t.hashtag,r}return Re(t,e),t.prototype.getType=function(){return\"hashtag\"},t.prototype.getServiceName=function(){return this.serviceName},t.prototype.getHashtag=function(){return this.hashtag},t.prototype.getAnchorHref=function(){var e=this.serviceName,t=this.hashtag;switch(e){case\"twitter\":return\"https://twitter.com/hashtag/\"+t;case\"facebook\":return\"https://www.facebook.com/hashtag/\"+t;case\"instagram\":return\"https://instagram.com/explore/tags/\"+t;default:throw new Error(\"Unknown service name to point hashtag to: \"+e)}},t.prototype.getAnchorText=function(){return\"#\"+this.hashtag},t}(Te),je=function(e){function t(t){var r=e.call(this,t)||this;return r.serviceName=\"twitter\",r.mention=\"\",r.mention=t.mention,r.serviceName=t.serviceName,r}return Re(t,e),t.prototype.getType=function(){return\"mention\"},t.prototype.getMention=function(){return this.mention},t.prototype.getServiceName=function(){return this.serviceName},t.prototype.getAnchorHref=function(){switch(this.serviceName){case\"twitter\":return\"https://twitter.com/\"+this.mention;case\"instagram\":return\"https://instagram.com/\"+this.mention;case\"soundcloud\":return\"https://soundcloud.com/\"+this.mention;default:throw new Error(\"Unknown service name to point mention to: \"+this.serviceName)}},t.prototype.getAnchorText=function(){return\"@\"+this.mention},t.prototype.getCssClassSuffixes=function(){var t=e.prototype.getCssClassSuffixes.call(this),r=this.getServiceName();return r&&t.push(r),t},t}(Te),Ie=function(e){function t(t){var r=e.call(this,t)||this;return r.number=\"\",r.plusSign=!1,r.number=t.number,r.plusSign=t.plusSign,r}return Re(t,e),t.prototype.getType=function(){return\"phone\"},t.prototype.getPhoneNumber=function(){return this.number},t.prototype.getNumber=function(){return this.getPhoneNumber()},t.prototype.getAnchorHref=function(){return\"tel:\"+(this.plusSign?\"+\":\"\")+this.number},t.prototype.getAnchorText=function(){return this.matchedText},t}(Te),Oe=function(e){function t(t){var r=e.call(this,t)||this;return r.url=\"\",r.urlMatchType=\"scheme\",r.protocolUrlMatch=!1,r.protocolRelativeMatch=!1,r.stripPrefix={scheme:!0,www:!0},r.stripTrailingSlash=!0,r.decodePercentEncoding=!0,r.schemePrefixRegex=/^(https?:\\/\\/)?/i,r.wwwPrefixRegex=/^(https?:\\/\\/)?(www\\.)?/i,r.protocolRelativeRegex=/^\\/\\//,r.protocolPrepended=!1,r.urlMatchType=t.urlMatchType,r.url=t.url,r.protocolUrlMatch=t.protocolUrlMatch,r.protocolRelativeMatch=t.protocolRelativeMatch,r.stripPrefix=t.stripPrefix,r.stripTrailingSlash=t.stripTrailingSlash,r.decodePercentEncoding=t.decodePercentEncoding,r}return Re(t,e),t.prototype.getType=function(){return\"url\"},t.prototype.getUrlMatchType=function(){return this.urlMatchType},t.prototype.getUrl=function(){var e=this.url;return this.protocolRelativeMatch||this.protocolUrlMatch||this.protocolPrepended||(e=this.url=\"http://\"+e,this.protocolPrepended=!0),e},t.prototype.getAnchorHref=function(){return this.getUrl().replace(/&amp;/g,\"&\")},t.prototype.getAnchorText=function(){var e=this.getMatchedText();return this.protocolRelativeMatch&&(e=this.stripProtocolRelativePrefix(e)),this.stripPrefix.scheme&&(e=this.stripSchemePrefix(e)),this.stripPrefix.www&&(e=this.stripWwwPrefix(e)),this.stripTrailingSlash&&(e=this.removeTrailingSlash(e)),this.decodePercentEncoding&&(e=this.removePercentEncoding(e)),e},t.prototype.stripSchemePrefix=function(e){return e.replace(this.schemePrefixRegex,\"\")},t.prototype.stripWwwPrefix=function(e){return e.replace(this.wwwPrefixRegex,\"$1\")},t.prototype.stripProtocolRelativePrefix=function(e){return e.replace(this.protocolRelativeRegex,\"\")},t.prototype.removeTrailingSlash=function(e){return\"/\"===e.charAt(e.length-1)&&(e=e.slice(0,-1)),e},t.prototype.removePercentEncoding=function(e){var t=e.replace(/%22/gi,\"&quot;\").replace(/%26/gi,\"&amp;\").replace(/%27/gi,\"&#39;\").replace(/%3C/gi,\"&lt;\").replace(/%3E/gi,\"&gt;\");try{return decodeURIComponent(t)}catch(e){return t}},t}(Te),Ue=function(e){this.__jsduckDummyDocProp=null,this.tagBuilder=e.tagBuilder},He=/[A-Za-z]/,Ve=/[0-9]/,Ge=/\\s/,$e=/['\"]/,Ze=/[\\x00-\\x1F\\x7F]/,We=/A-Za-z\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0-\\u08B4\\u08B6-\\u08BD\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0AF9\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58-\\u0C5A\\u0C60\\u0C61\\u0C80\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D54-\\u0D56\\u0D5F-\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16F1-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u1884\\u1887-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1C80-\\u1C88\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2183\\u2184\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005\\u3006\\u3031-\\u3035\\u303B\\u303C\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6E5\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7AE\\uA7B0-\\uA7B7\\uA7F7-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA8FD\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB65\\uAB70-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC/.source,Je=We+/\\u00a9\\u00ae\\u2000-\\u3300\\ud83c\\ud000-\\udfff\\ud83d\\ud000-\\udfff\\ud83e\\ud000-\\udfff/.source+/\\u0300-\\u036F\\u0483-\\u0489\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u0610-\\u061A\\u064B-\\u065F\\u0670\\u06D6-\\u06DC\\u06DF-\\u06E4\\u06E7\\u06E8\\u06EA-\\u06ED\\u0711\\u0730-\\u074A\\u07A6-\\u07B0\\u07EB-\\u07F3\\u0816-\\u0819\\u081B-\\u0823\\u0825-\\u0827\\u0829-\\u082D\\u0859-\\u085B\\u08D4-\\u08E1\\u08E3-\\u0903\\u093A-\\u093C\\u093E-\\u094F\\u0951-\\u0957\\u0962\\u0963\\u0981-\\u0983\\u09BC\\u09BE-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CD\\u09D7\\u09E2\\u09E3\\u0A01-\\u0A03\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A70\\u0A71\\u0A75\\u0A81-\\u0A83\\u0ABC\\u0ABE-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0AE2\\u0AE3\\u0B01-\\u0B03\\u0B3C\\u0B3E-\\u0B44\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B62\\u0B63\\u0B82\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD7\\u0C00-\\u0C03\\u0C3E-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C62\\u0C63\\u0C81-\\u0C83\\u0CBC\\u0CBE-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0CE2\\u0CE3\\u0D01-\\u0D03\\u0D3E-\\u0D44\\u0D46-\\u0D48\\u0D4A-\\u0D4D\\u0D57\\u0D62\\u0D63\\u0D82\\u0D83\\u0DCA\\u0DCF-\\u0DD4\\u0DD6\\u0DD8-\\u0DDF\\u0DF2\\u0DF3\\u0E31\\u0E34-\\u0E3A\\u0E47-\\u0E4E\\u0EB1\\u0EB4-\\u0EB9\\u0EBB\\u0EBC\\u0EC8-\\u0ECD\\u0F18\\u0F19\\u0F35\\u0F37\\u0F39\\u0F3E\\u0F3F\\u0F71-\\u0F84\\u0F86\\u0F87\\u0F8D-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u102B-\\u103E\\u1056-\\u1059\\u105E-\\u1060\\u1062-\\u1064\\u1067-\\u106D\\u1071-\\u1074\\u1082-\\u108D\\u108F\\u109A-\\u109D\\u135D-\\u135F\\u1712-\\u1714\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17B4-\\u17D3\\u17DD\\u180B-\\u180D\\u1885\\u1886\\u18A9\\u1920-\\u192B\\u1930-\\u193B\\u1A17-\\u1A1B\\u1A55-\\u1A5E\\u1A60-\\u1A7C\\u1A7F\\u1AB0-\\u1ABE\\u1B00-\\u1B04\\u1B34-\\u1B44\\u1B6B-\\u1B73\\u1B80-\\u1B82\\u1BA1-\\u1BAD\\u1BE6-\\u1BF3\\u1C24-\\u1C37\\u1CD0-\\u1CD2\\u1CD4-\\u1CE8\\u1CED\\u1CF2-\\u1CF4\\u1CF8\\u1CF9\\u1DC0-\\u1DF5\\u1DFB-\\u1DFF\\u20D0-\\u20F0\\u2CEF-\\u2CF1\\u2D7F\\u2DE0-\\u2DFF\\u302A-\\u302F\\u3099\\u309A\\uA66F-\\uA672\\uA674-\\uA67D\\uA69E\\uA69F\\uA6F0\\uA6F1\\uA802\\uA806\\uA80B\\uA823-\\uA827\\uA880\\uA881\\uA8B4-\\uA8C5\\uA8E0-\\uA8F1\\uA926-\\uA92D\\uA947-\\uA953\\uA980-\\uA983\\uA9B3-\\uA9C0\\uA9E5\\uAA29-\\uAA36\\uAA43\\uAA4C\\uAA4D\\uAA7B-\\uAA7D\\uAAB0\\uAAB2-\\uAAB4\\uAAB7\\uAAB8\\uAABE\\uAABF\\uAAC1\\uAAEB-\\uAAEF\\uAAF5\\uAAF6\\uABE3-\\uABEA\\uABEC\\uABED\\uFB1E\\uFE00-\\uFE0F\\uFE20-\\uFE2F/.source,Ye=/0-9\\u0660-\\u0669\\u06F0-\\u06F9\\u07C0-\\u07C9\\u0966-\\u096F\\u09E6-\\u09EF\\u0A66-\\u0A6F\\u0AE6-\\u0AEF\\u0B66-\\u0B6F\\u0BE6-\\u0BEF\\u0C66-\\u0C6F\\u0CE6-\\u0CEF\\u0D66-\\u0D6F\\u0DE6-\\u0DEF\\u0E50-\\u0E59\\u0ED0-\\u0ED9\\u0F20-\\u0F29\\u1040-\\u1049\\u1090-\\u1099\\u17E0-\\u17E9\\u1810-\\u1819\\u1946-\\u194F\\u19D0-\\u19D9\\u1A80-\\u1A89\\u1A90-\\u1A99\\u1B50-\\u1B59\\u1BB0-\\u1BB9\\u1C40-\\u1C49\\u1C50-\\u1C59\\uA620-\\uA629\\uA8D0-\\uA8D9\\uA900-\\uA909\\uA9D0-\\uA9D9\\uA9F0-\\uA9F9\\uAA50-\\uAA59\\uABF0-\\uABF9\\uFF10-\\uFF19/.source,Ke=Je+Ye,Qe=Je+Ye,Xe=\"(?:[\"+Ye+\"]{1,3}\\\\.){3}[\"+Ye+\"]{1,3}\",et=\"[\"+Qe+\"](?:[\"+Qe+\"\\\\-]{0,61}[\"+Qe+\"])?\",tt=function(e){return\"(?=(\"+et+\"))\\\\\"+e},rt=function(e){return\"(?:\"+tt(e)+\"(?:\\\\.\"+tt(e+1)+\"){0,126}|\"+Xe+\")\"},nt=new RegExp(\"[\"+Qe+\"]\"),ot=/(?:xn--vermgensberatung-pwb|xn--vermgensberater-ctb|xn--clchc0ea0b2g2a9gcd|xn--w4r85el8fhu5dnra|northwesternmutual|travelersinsurance|vermögensberatung|xn--3oq18vl8pn36a|xn--5su34j936bgsg|xn--bck1b9a5dre4c|xn--mgbai9azgqp6j|xn--mgberp4a5d4ar|xn--xkc2dl3a5ee0h|vermögensberater|xn--fzys8d69uvgm|xn--mgba7c0bbn0a|xn--xkc2al3hye2a|americanexpress|kerryproperties|sandvikcoromant|xn--i1b6b1a6a2e|xn--kcrx77d1x4a|xn--lgbbat1ad8j|xn--mgba3a4f16a|xn--mgbaakc7dvf|xn--mgbc0a9azcg|xn--nqv7fs00ema|afamilycompany|americanfamily|bananarepublic|cancerresearch|cookingchannel|kerrylogistics|weatherchannel|xn--54b7fta0cc|xn--6qq986b3xl|xn--80aqecdr1a|xn--b4w605ferd|xn--fiq228c5hs|xn--h2breg3eve|xn--jlq61u9w7b|xn--mgba3a3ejt|xn--mgbaam7a8h|xn--mgbayh7gpa|xn--mgbb9fbpob|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--mgbi4ecexp|xn--mgbx4cd0ab|xn--rvc1e0am3e|international|lifeinsurance|spreadbetting|travelchannel|wolterskluwer|xn--eckvdtc9d|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--h2brj9c8c|xn--tiq49xqyj|xn--yfro4i67o|xn--ygbi2ammx|construction|lplfinancial|scholarships|versicherung|xn--3e0b707e|xn--45br5cyl|xn--80adxhks|xn--80asehdb|xn--8y0a063a|xn--gckr3f0f|xn--mgb9awbf|xn--mgbab2bd|xn--mgbgu82a|xn--mgbpl2fh|xn--mgbt3dhd|xn--mk1bu44c|xn--ngbc5azd|xn--ngbe9e0a|xn--ogbpf8fl|xn--qcka1pmc|accountants|barclaycard|blackfriday|blockbuster|bridgestone|calvinklein|contractors|creditunion|engineering|enterprises|foodnetwork|investments|kerryhotels|lamborghini|motorcycles|olayangroup|photography|playstation|productions|progressive|redumbrella|rightathome|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--3bst00m|xn--3ds443g|xn--3hcrj9c|xn--42c2d9a|xn--45brj9c|xn--55qw42g|xn--6frz82g|xn--80ao21a|xn--9krt00a|xn--cck2b3b|xn--czr694b|xn--d1acj3b|xn--efvy88h|xn--estv75g|xn--fct429k|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--gecrj9c|xn--gk3at1e|xn--h2brj9c|xn--hxt814e|xn--imr513n|xn--j6w193g|xn--jvr189m|xn--kprw13d|xn--kpry57d|xn--kpu716f|xn--mgbbh1a|xn--mgbtx2b|xn--mix891f|xn--nyqy26a|xn--otu796d|xn--pbt977c|xn--pgbs0dh|xn--q9jyb4c|xn--rhqv96g|xn--rovu88b|xn--s9brj9c|xn--ses554g|xn--t60b56a|xn--vuq861b|xn--w4rs40l|xn--xhq521b|xn--zfr164b|சிங்கப்பூர்|accountant|apartments|associates|basketball|bnpparibas|boehringer|capitalone|consulting|creditcard|cuisinella|eurovision|extraspace|foundation|healthcare|immobilien|industries|management|mitsubishi|nationwide|newholland|nextdirect|onyourside|properties|protection|prudential|realestate|republican|restaurant|schaeffler|swiftcover|tatamotors|technology|telefonica|university|vistaprint|vlaanderen|volkswagen|xn--30rr7y|xn--3pxu8k|xn--45q11c|xn--4gbrim|xn--55qx5d|xn--5tzm5g|xn--80aswg|xn--90a3ac|xn--9dbq2a|xn--9et52u|xn--c2br7g|xn--cg4bki|xn--czrs0t|xn--czru2d|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--io0a7i|xn--kput3i|xn--mxtq1m|xn--o3cw4h|xn--pssy2u|xn--unup4y|xn--wgbh1c|xn--wgbl6a|xn--y9a3aq|accenture|alfaromeo|allfinanz|amsterdam|analytics|aquarelle|barcelona|bloomberg|christmas|community|directory|education|equipment|fairwinds|financial|firestone|fresenius|frontdoor|fujixerox|furniture|goldpoint|hisamitsu|homedepot|homegoods|homesense|honeywell|institute|insurance|kuokgroup|ladbrokes|lancaster|landrover|lifestyle|marketing|marshalls|melbourne|microsoft|panasonic|passagens|pramerica|richardli|scjohnson|shangrila|solutions|statebank|statefarm|stockholm|travelers|vacations|xn--90ais|xn--c1avg|xn--d1alf|xn--e1a4c|xn--fhbei|xn--j1aef|xn--j1amh|xn--l1acc|xn--ngbrx|xn--nqv7f|xn--p1acf|xn--tckwe|xn--vhquv|yodobashi|abudhabi|airforce|allstate|attorney|barclays|barefoot|bargains|baseball|boutique|bradesco|broadway|brussels|budapest|builders|business|capetown|catering|catholic|chrysler|cipriani|cityeats|cleaning|clinique|clothing|commbank|computer|delivery|deloitte|democrat|diamonds|discount|discover|download|engineer|ericsson|esurance|etisalat|everbank|exchange|feedback|fidelity|firmdale|football|frontier|goodyear|grainger|graphics|guardian|hdfcbank|helsinki|holdings|hospital|infiniti|ipiranga|istanbul|jpmorgan|lighting|lundbeck|marriott|maserati|mckinsey|memorial|merckmsd|mortgage|movistar|observer|partners|pharmacy|pictures|plumbing|property|redstone|reliance|saarland|samsclub|security|services|shopping|showtime|softbank|software|stcgroup|supplies|symantec|training|uconnect|vanguard|ventures|verisign|woodside|xn--90ae|xn--node|xn--p1ai|xn--qxam|yokohama|السعودية|abogado|academy|agakhan|alibaba|android|athleta|auction|audible|auspost|avianca|banamex|bauhaus|bentley|bestbuy|booking|brother|bugatti|capital|caravan|careers|cartier|channel|charity|chintai|citadel|clubmed|college|cologne|comcast|company|compare|contact|cooking|corsica|country|coupons|courses|cricket|cruises|dentist|digital|domains|exposed|express|farmers|fashion|ferrari|ferrero|finance|fishing|fitness|flights|florist|flowers|forsale|frogans|fujitsu|gallery|genting|godaddy|grocery|guitars|hamburg|hangout|hitachi|holiday|hosting|hoteles|hotmail|hyundai|iselect|ismaili|jewelry|juniper|kitchen|komatsu|lacaixa|lancome|lanxess|lasalle|latrobe|leclerc|liaison|limited|lincoln|markets|metlife|monster|netbank|netflix|network|neustar|okinawa|oldnavy|organic|origins|philips|pioneer|politie|realtor|recipes|rentals|reviews|rexroth|samsung|sandvik|schmidt|schwarz|science|shiksha|shriram|singles|staples|starhub|storage|support|surgery|systems|temasek|theater|theatre|tickets|tiffany|toshiba|trading|walmart|wanggou|watches|weather|website|wedding|whoswho|windows|winners|xfinity|yamaxun|youtube|zuerich|католик|اتصالات|الجزائر|العليان|پاکستان|كاثوليك|موبايلي|இந்தியா|abarth|abbott|abbvie|active|africa|agency|airbus|airtel|alipay|alsace|alstom|anquan|aramco|author|bayern|beauty|berlin|bharti|blanco|bostik|boston|broker|camera|career|caseih|casino|center|chanel|chrome|church|circle|claims|clinic|coffee|comsec|condos|coupon|credit|cruise|dating|datsun|dealer|degree|dental|design|direct|doctor|dunlop|dupont|durban|emerck|energy|estate|events|expert|family|flickr|futbol|gallup|garden|george|giving|global|google|gratis|health|hermes|hiphop|hockey|hotels|hughes|imamat|insure|intuit|jaguar|joburg|juegos|kaufen|kinder|kindle|kosher|lancia|latino|lawyer|lefrak|living|locker|london|luxury|madrid|maison|makeup|market|mattel|mobile|mobily|monash|mormon|moscow|museum|mutual|nagoya|natura|nissan|nissay|norton|nowruz|office|olayan|online|oracle|orange|otsuka|pfizer|photos|physio|piaget|pictet|quebec|racing|realty|reisen|repair|report|review|rocher|rogers|ryukyu|safety|sakura|sanofi|school|schule|search|secure|select|shouji|soccer|social|stream|studio|supply|suzuki|swatch|sydney|taipei|taobao|target|tattoo|tennis|tienda|tjmaxx|tkmaxx|toyota|travel|unicom|viajes|viking|villas|virgin|vision|voting|voyage|vuelos|walter|warman|webcam|xihuan|yachts|yandex|zappos|москва|онлайн|ابوظبي|ارامكو|الاردن|المغرب|امارات|فلسطين|مليسيا|भारतम्|இலங்கை|ファッション|actor|adult|aetna|amfam|amica|apple|archi|audio|autos|azure|baidu|beats|bible|bingo|black|boats|bosch|build|canon|cards|chase|cheap|cisco|citic|click|cloud|coach|codes|crown|cymru|dabur|dance|deals|delta|dodge|drive|dubai|earth|edeka|email|epost|epson|faith|fedex|final|forex|forum|gallo|games|gifts|gives|glade|glass|globo|gmail|green|gripe|group|gucci|guide|homes|honda|horse|house|hyatt|ikano|intel|irish|iveco|jetzt|koeln|kyoto|lamer|lease|legal|lexus|lilly|linde|lipsy|lixil|loans|locus|lotte|lotto|lupin|macys|mango|media|miami|money|mopar|movie|nadex|nexus|nikon|ninja|nokia|nowtv|omega|osaka|paris|parts|party|phone|photo|pizza|place|poker|praxi|press|prime|promo|quest|radio|rehab|reise|ricoh|rocks|rodeo|rugby|salon|sener|seven|sharp|shell|shoes|skype|sling|smart|smile|solar|space|sport|stada|store|study|style|sucks|swiss|tatar|tires|tirol|tmall|today|tokyo|tools|toray|total|tours|trade|trust|tunes|tushu|ubank|vegas|video|vodka|volvo|wales|watch|weber|weibo|works|world|xerox|yahoo|zippo|ایران|بازار|بھارت|سودان|سورية|همراه|भारोत|संगठन|বাংলা|భారత్|ഭാരതം|嘉里大酒店|aarp|able|adac|aero|aigo|akdn|ally|amex|arab|army|arpa|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|bofa|bond|book|buzz|cafe|call|camp|care|cars|casa|case|cash|cbre|cern|chat|citi|city|club|cool|coop|cyou|data|date|dclk|deal|dell|desi|diet|dish|docs|doha|duck|duns|dvag|erni|fage|fail|fans|farm|fast|fiat|fido|film|fire|fish|flir|food|ford|free|fund|game|gbiz|gent|ggee|gift|gmbh|gold|golf|goog|guge|guru|hair|haus|hdfc|help|here|hgtv|host|hsbc|icbc|ieee|imdb|immo|info|itau|java|jeep|jobs|jprs|kddi|kiwi|kpmg|kred|land|lego|lgbt|lidl|life|like|limo|link|live|loan|loft|love|ltda|luxe|maif|meet|meme|menu|mini|mint|mobi|moda|moto|name|navy|news|next|nico|nike|ollo|open|page|pars|pccw|pics|ping|pink|play|plus|pohl|porn|post|prod|prof|qpon|raid|read|reit|rent|rest|rich|rmit|room|rsvp|ruhr|safe|sale|sarl|save|saxo|scor|scot|seat|seek|sexy|shaw|shia|shop|show|silk|sina|site|skin|sncf|sohu|song|sony|spot|star|surf|talk|taxi|team|tech|teva|tiaa|tips|town|toys|tube|vana|visa|viva|vivo|vote|voto|wang|weir|wien|wiki|wine|work|xbox|yoga|zara|zero|zone|дети|сайт|بارت|بيتك|ڀارت|تونس|شبكة|عراق|عمان|موقع|भारत|ভারত|ভাৰত|ਭਾਰਤ|ભારત|ଭାରତ|ಭಾರತ|ලංකා|グーグル|クラウド|ポイント|大众汽车|组织机构|電訊盈科|香格里拉|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bnl|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceb|ceo|cfa|cfd|com|crs|csc|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|edu|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jcp|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|net|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|off|one|ong|onl|ooo|org|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|qvc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|srl|srt|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|бел|ком|қаз|мкд|мон|орг|рус|срб|укр|հայ|קום|عرب|قطر|كوم|مصر|कॉम|नेट|คอม|ไทย|ストア|セール|みんな|中文网|天主教|我爱你|新加坡|淡马锡|诺基亚|飞利浦|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|ελ|бг|ею|рф|გე|닷넷|닷컴|삼성|한국|コム|世界|中信|中国|中國|企业|佛山|信息|健康|八卦|公司|公益|台湾|台灣|商城|商店|商标|嘉里|在线|大拿|娱乐|家電|工行|广东|微博|慈善|手机|手表|招聘|政务|政府|新闻|时尚|書籍|机构|游戏|澳門|点看|珠宝|移动|网址|网店|网站|网络|联通|谷歌|购物|通販|集团|食品|餐厅|香港)/,st=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.localPartCharRegex=new RegExp(\"[\"+Qe+\"!#$%&'*+/=?^_`{|}~-]\"),t.strictTldRegex=new RegExp(\"^\"+ot.source+\"$\"),t}return Re(t,e),t.prototype.parseMatches=function(e){for(var t=this.tagBuilder,r=this.localPartCharRegex,n=this.strictTldRegex,o=[],s=e.length,i=new it,a={m:\"a\",a:\"i\",i:\"l\",l:\"t\",t:\"o\",o:\":\"},u=0,l=0,c=i;u<s;){var p=e.charAt(u);switch(l){case 0:h(p);break;case 1:f(e.charAt(u-1),p);break;case 2:g(p);break;case 3:d(p);break;case 4:m(p);break;case 5:b(p);break;case 6:v(p);break;case 7:k(p);break;default:Fe(l)}u++}return x(),o;function h(e){\"m\"===e?A(1):r.test(e)&&A()}function f(e,t){\":\"===e?r.test(t)?(l=2,c=new it(Ne({},c,{hasMailtoPrefix:!0}))):y():a[e]===t||(r.test(t)?l=2:\".\"===t?l=3:\"@\"===t?l=4:y())}function g(e){\".\"===e?l=3:\"@\"===e?l=4:r.test(e)||y()}function d(e){\".\"===e?y():\"@\"===e?y():r.test(e)?l=2:y()}function m(e){nt.test(e)?l=5:y()}function b(e){\".\"===e?l=7:\"-\"===e?l=6:nt.test(e)||x()}function v(e){\"-\"===e||\".\"===e?x():nt.test(e)?l=5:x()}function k(e){\".\"===e||\"-\"===e?x():nt.test(e)?(l=5,c=new it(Ne({},c,{hasDomainDot:!0}))):x()}function A(e){void 0===e&&(e=2),l=e,c=new it({idx:u})}function y(){l=0,c=i}function x(){if(c.hasDomainDot){var r=e.slice(c.idx,u);/[-.]$/.test(r)&&(r=r.slice(0,-1));var s=c.hasMailtoPrefix?r.slice(\"mailto:\".length):r;(function(e){var t=(e.split(\".\").pop()||\"\").toLowerCase();return n.test(t)})(s)&&o.push(new ze({tagBuilder:t,matchedText:r,offset:c.idx,email:s}))}y()}},t}(Ue),it=function(e){void 0===e&&(e={}),this.idx=void 0!==e.idx?e.idx:-1,this.hasMailtoPrefix=!!e.hasMailtoPrefix,this.hasDomainDot=!!e.hasDomainDot},at=function(){function e(){}return e.isValid=function(e,t){return!(t&&!this.isValidUriScheme(t)||this.urlMatchDoesNotHaveProtocolOrDot(e,t)||this.urlMatchDoesNotHaveAtLeastOneWordChar(e,t)&&!this.isValidIpAddress(e)||this.containsMultipleDots(e))},e.isValidIpAddress=function(e){var t=new RegExp(this.hasFullProtocolRegex.source+this.ipRegex.source);return null!==e.match(t)},e.containsMultipleDots=function(e){var t=e;return this.hasFullProtocolRegex.test(e)&&(t=e.split(\"://\")[1]),t.split(\"/\")[0].indexOf(\"..\")>-1},e.isValidUriScheme=function(e){var t=e.match(this.uriSchemeRegex),r=t&&t[0].toLowerCase();return\"javascript:\"!==r&&\"vbscript:\"!==r},e.urlMatchDoesNotHaveProtocolOrDot=function(e,t){return!(!e||t&&this.hasFullProtocolRegex.test(t)||-1!==e.indexOf(\".\"))},e.urlMatchDoesNotHaveAtLeastOneWordChar=function(e,t){return!(!e||!t)&&!this.hasWordCharAfterProtocolRegex.test(e)},e.hasFullProtocolRegex=/^[A-Za-z][-.+A-Za-z0-9]*:\\/\\//,e.uriSchemeRegex=/^[A-Za-z][-.+A-Za-z0-9]*:/,e.hasWordCharAfterProtocolRegex=new RegExp(\":[^\\\\s]*?[\"+We+\"]\"),e.ipRegex=/[0-9][0-9]?[0-9]?\\.[0-9][0-9]?[0-9]?\\.[0-9][0-9]?[0-9]?\\.[0-9][0-9]?[0-9]?(:[0-9]*)?\\/?$/,e}(),ut=function(e){function t(t){var r,n=e.call(this,t)||this;return n.stripPrefix={scheme:!0,www:!0},n.stripTrailingSlash=!0,n.decodePercentEncoding=!0,n.matcherRegex=(r=new RegExp(\"[/?#](?:[\"+Qe+\"\\\\-+&@#/%=~_()|'$*\\\\[\\\\]?!:,.;✓]*[\"+Qe+\"\\\\-+&@#/%=~_()|'$*\\\\[\\\\]✓])?\"),new RegExp([\"(?:\",\"(\",/(?:[A-Za-z][-.+A-Za-z0-9]{0,63}:(?![A-Za-z][-.+A-Za-z0-9]{0,63}:\\/\\/)(?!\\d+\\/?)(?:\\/\\/)?)/.source,rt(2),\")\",\"|\",\"(\",\"(//)?\",/(?:www\\.)/.source,rt(6),\")\",\"|\",\"(\",\"(//)?\",rt(10)+\"\\\\.\",ot.source,\"(?![-\"+Ke+\"])\",\")\",\")\",\"(?::[0-9]+)?\",\"(?:\"+r.source+\")?\"].join(\"\"),\"gi\")),n.wordCharRegExp=new RegExp(\"[\"+Qe+\"]\"),n.stripPrefix=t.stripPrefix,n.stripTrailingSlash=t.stripTrailingSlash,n.decodePercentEncoding=t.decodePercentEncoding,n}return Re(t,e),t.prototype.parseMatches=function(e){for(var t,r=this.matcherRegex,n=this.stripPrefix,o=this.stripTrailingSlash,s=this.decodePercentEncoding,i=this.tagBuilder,a=[],u=function(){var r=t[0],u=t[1],c=t[4],p=t[5],h=t[9],f=t.index,g=p||h,d=e.charAt(f-1);if(!at.isValid(r,u))return\"continue\";if(f>0&&\"@\"===d)return\"continue\";if(f>0&&g&&l.wordCharRegExp.test(d))return\"continue\";if(/\\?$/.test(r)&&(r=r.substr(0,r.length-1)),l.matchHasUnbalancedClosingParen(r))r=r.substr(0,r.length-1);else{var m=l.matchHasInvalidCharAfterTld(r,u);m>-1&&(r=r.substr(0,m))}var b=[\"http://\",\"https://\"].find(function(e){return!!u&&-1!==u.indexOf(e)});if(b){var v=r.indexOf(b);r=r.substr(v),u=u.substr(v),f+=v}var k=u?\"scheme\":c?\"www\":\"tld\",A=!!u;a.push(new Oe({tagBuilder:i,matchedText:r,offset:f,urlMatchType:k,url:r,protocolUrlMatch:A,protocolRelativeMatch:!!g,stripPrefix:n,stripTrailingSlash:o,decodePercentEncoding:s}))},l=this;null!==(t=r.exec(e));)u();return a},t.prototype.matchHasUnbalancedClosingParen=function(e){var t,r=e.charAt(e.length-1);if(\")\"===r)t=\"(\";else{if(\"]\"!==r)return!1;t=\"[\"}for(var n=0,o=0,s=e.length-1;o<s;o++){var i=e.charAt(o);i===t?n++:i===r&&(n=Math.max(n-1,0))}return 0===n},t.prototype.matchHasInvalidCharAfterTld=function(e,t){if(!e)return-1;var r=0;t&&(r=e.indexOf(\":\"),e=e.slice(r));var n=new RegExp(\"^((.?//)?[-.\"+Qe+\"]*[-\"+Qe+\"]\\\\.[-\"+Qe+\"]+)\").exec(e);return null===n?-1:(r+=n[1].length,e=e.slice(n[1].length),/^[^-.A-Za-z0-9:\\/?#]/.test(e)?r:-1)},t}(Ue),lt=function(e){function t(t){var r=e.call(this,t)||this;return r.serviceName=\"twitter\",r.matcherRegex=new RegExp(\"#[_\"+Qe+\"]{1,139}(?![_\"+Qe+\"])\",\"g\"),r.nonWordCharRegex=new RegExp(\"[^\"+Qe+\"]\"),r.serviceName=t.serviceName,r}return Re(t,e),t.prototype.parseMatches=function(e){for(var t,r=this.matcherRegex,n=this.nonWordCharRegex,o=this.serviceName,s=this.tagBuilder,i=[];null!==(t=r.exec(e));){var a=t.index,u=e.charAt(a-1);if(0===a||n.test(u)){var l=t[0],c=t[0].slice(1);i.push(new Pe({tagBuilder:s,matchedText:l,offset:a,serviceName:o,hashtag:c}))}}return i},t}(Ue),ct=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.matcherRegex=/(?:(?:(?:(\\+)?\\d{1,3}[-\\040.]?)?\\(?\\d{3}\\)?[-\\040.]?\\d{3}[-\\040.]?\\d{4})|(?:(\\+)(?:9[976]\\d|8[987530]\\d|6[987]\\d|5[90]\\d|42\\d|3[875]\\d|2[98654321]\\d|9[8543210]|8[6421]|6[6543210]|5[87654321]|4[987654310]|3[9643210]|2[70]|7|1)[-\\040.]?(?:\\d[-\\040.]?){6,12}\\d+))([,;]+[0-9]+#?)*/g,t}return Re(t,e),t.prototype.parseMatches=function(e){for(var t,r=this.matcherRegex,n=this.tagBuilder,o=[];null!==(t=r.exec(e));){var s=t[0],i=s.replace(/[^0-9,;#]/g,\"\"),a=!(!t[1]&&!t[2]),u=0==t.index?\"\":e.substr(t.index-1,1),l=e.substr(t.index+s.length,1),c=!u.match(/\\d/)&&!l.match(/\\d/);this.testMatch(t[3])&&this.testMatch(s)&&c&&o.push(new Ie({tagBuilder:n,matchedText:s,offset:t.index,number:i,plusSign:a}))}return o},t.prototype.testMatch=function(e){return/\\D/.test(e)},t}(Ue),pt=function(e){function t(t){var r=e.call(this,t)||this;return r.serviceName=\"twitter\",r.matcherRegexes={twitter:new RegExp(\"@[_\"+Qe+\"]{1,50}(?![_\"+Qe+\"])\",\"g\"),instagram:new RegExp(\"@[_.\"+Qe+\"]{1,30}(?![_\"+Qe+\"])\",\"g\"),soundcloud:new RegExp(\"@[-_.\"+Qe+\"]{1,50}(?![-_\"+Qe+\"])\",\"g\")},r.nonWordCharRegex=new RegExp(\"[^\"+Qe+\"]\"),r.serviceName=t.serviceName,r}return Re(t,e),t.prototype.parseMatches=function(e){var t,r=this.serviceName,n=this.matcherRegexes[this.serviceName],o=this.nonWordCharRegex,s=this.tagBuilder,i=[];if(!n)return i;for(;null!==(t=n.exec(e));){var a=t.index,u=e.charAt(a-1);if(0===a||o.test(u)){var l=t[0].replace(/\\.+$/g,\"\"),c=l.slice(1);i.push(new je({tagBuilder:s,matchedText:l,offset:a,serviceName:r,mention:c}))}}return i},t}(Ue);function ht(e,t){for(var r=t.onOpenTag,n=t.onCloseTag,o=t.onText,s=t.onComment,i=t.onDoctype,a=new ft,u=0,l=e.length,c=0,p=0,h=a;u<l;){var f=e.charAt(u);switch(c){case 0:g(f);break;case 1:d(f);break;case 2:b(f);break;case 3:m(f);break;case 4:v(f);break;case 5:k(f);break;case 6:A(f);break;case 7:y(f);break;case 8:x(f);break;case 9:w(f);break;case 10:C(f);break;case 11:E(f);break;case 12:D(f);break;case 13:_();break;case 14:B(f);break;case 15:q(f);break;case 16:F(f);break;case 17:M(f);break;case 18:S(f);break;case 19:T(f);break;case 20:L(f);break;default:Fe(c)}u++}function g(e){\"<\"===e&&N()}function d(e){\"!\"===e?c=13:\"/\"===e?(c=2,h=new ft(Ne({},h,{isClosing:!0}))):\"<\"===e?N():He.test(e)?(c=3,h=new ft(Ne({},h,{isOpening:!0}))):(c=0,h=a)}function m(e){Ge.test(e)?(h=new ft(Ne({},h,{name:P()})),c=4):\"<\"===e?N():\"/\"===e?(h=new ft(Ne({},h,{name:P()})),c=12):\">\"===e?(h=new ft(Ne({},h,{name:P()})),z()):He.test(e)||Ve.test(e)||\":\"===e||R()}function b(e){\">\"===e?R():He.test(e)?c=3:R()}function v(e){Ge.test(e)||(\"/\"===e?c=12:\">\"===e?z():\"<\"===e?N():\"=\"===e||$e.test(e)||Ze.test(e)?R():c=5)}function k(e){Ge.test(e)?c=6:\"/\"===e?c=12:\"=\"===e?c=7:\">\"===e?z():\"<\"===e?N():$e.test(e)&&R()}function A(e){Ge.test(e)||(\"/\"===e?c=12:\"=\"===e?c=7:\">\"===e?z():\"<\"===e?N():$e.test(e)?R():c=5)}function y(e){Ge.test(e)||('\"'===e?c=8:\"'\"===e?c=9:/[>=`]/.test(e)?R():\"<\"===e?N():c=10)}function x(e){'\"'===e&&(c=11)}function w(e){\"'\"===e&&(c=11)}function C(e){Ge.test(e)?c=4:\">\"===e?z():\"<\"===e&&N()}function E(e){Ge.test(e)?c=4:\"/\"===e?c=12:\">\"===e?z():\"<\"===e?N():(c=4,u--)}function D(e){\">\"===e?(h=new ft(Ne({},h,{isClosing:!0})),z()):c=4}function _(t){\"--\"===e.substr(u,2)?(u+=2,h=new ft(Ne({},h,{type:\"comment\"})),c=14):\"DOCTYPE\"===e.substr(u,7).toUpperCase()?(u+=7,h=new ft(Ne({},h,{type:\"doctype\"})),c=20):R()}function B(e){\"-\"===e?c=15:\">\"===e?R():c=16}function q(e){\"-\"===e?c=18:\">\"===e?R():c=16}function F(e){\"-\"===e&&(c=17)}function M(e){c=\"-\"===e?18:16}function S(e){\">\"===e?z():\"!\"===e?c=19:\"-\"===e||(c=16)}function T(e){\"-\"===e?c=17:\">\"===e?z():c=16}function L(e){\">\"===e?z():\"<\"===e&&N()}function R(){c=0,h=a}function N(){c=1,h=new ft({idx:u})}function z(){var t=e.slice(p,h.idx);t&&o(t,p),\"comment\"===h.type?s(h.idx):\"doctype\"===h.type?i(h.idx):(h.isOpening&&r(h.name,h.idx),h.isClosing&&n(h.name,h.idx)),R(),p=u+1}function P(){var t=h.idx+(h.isClosing?2:1);return e.slice(t,u).toLowerCase()}p<u&&function(){var t=e.slice(p,u);o(t,p),p=u+1}()}var ft=function(e){void 0===e&&(e={}),this.idx=void 0!==e.idx?e.idx:-1,this.type=e.type||\"tag\",this.name=e.name||\"\",this.isOpening=!!e.isOpening,this.isClosing=!!e.isClosing},gt=function(){function e(t){void 0===t&&(t={}),this.version=e.version,this.urls={},this.email=!0,this.phone=!0,this.hashtag=!1,this.mention=!1,this.newWindow=!0,this.stripPrefix={scheme:!0,www:!0},this.stripTrailingSlash=!0,this.decodePercentEncoding=!0,this.truncate={length:0,location:\"end\"},this.className=\"\",this.replaceFn=null,this.context=void 0,this.matchers=null,this.tagBuilder=null,this.urls=this.normalizeUrlsCfg(t.urls),this.email=\"boolean\"==typeof t.email?t.email:this.email,this.phone=\"boolean\"==typeof t.phone?t.phone:this.phone,this.hashtag=t.hashtag||this.hashtag,this.mention=t.mention||this.mention,this.newWindow=\"boolean\"==typeof t.newWindow?t.newWindow:this.newWindow,this.stripPrefix=this.normalizeStripPrefixCfg(t.stripPrefix),this.stripTrailingSlash=\"boolean\"==typeof t.stripTrailingSlash?t.stripTrailingSlash:this.stripTrailingSlash,this.decodePercentEncoding=\"boolean\"==typeof t.decodePercentEncoding?t.decodePercentEncoding:this.decodePercentEncoding;var r=this.mention;if(!1!==r&&\"twitter\"!==r&&\"instagram\"!==r&&\"soundcloud\"!==r)throw new Error(\"invalid `mention` cfg - see docs\");var n=this.hashtag;if(!1!==n&&\"twitter\"!==n&&\"facebook\"!==n&&\"instagram\"!==n)throw new Error(\"invalid `hashtag` cfg - see docs\");this.truncate=this.normalizeTruncateCfg(t.truncate),this.className=t.className||this.className,this.replaceFn=t.replaceFn||this.replaceFn,this.context=t.context||this}return e.link=function(t,r){return new e(r).link(t)},e.parse=function(t,r){return new e(r).parse(t)},e.prototype.normalizeUrlsCfg=function(e){return null==e&&(e=!0),\"boolean\"==typeof e?{schemeMatches:e,wwwMatches:e,tldMatches:e}:{schemeMatches:\"boolean\"!=typeof e.schemeMatches||e.schemeMatches,wwwMatches:\"boolean\"!=typeof e.wwwMatches||e.wwwMatches,tldMatches:\"boolean\"!=typeof e.tldMatches||e.tldMatches}},e.prototype.normalizeStripPrefixCfg=function(e){return null==e&&(e=!0),\"boolean\"==typeof e?{scheme:e,www:e}:{scheme:\"boolean\"!=typeof e.scheme||e.scheme,www:\"boolean\"!=typeof e.www||e.www}},e.prototype.normalizeTruncateCfg=function(e){return\"number\"==typeof e?{length:e,location:\"end\"}:function(e,t){for(var r in t)t.hasOwnProperty(r)&&void 0===e[r]&&(e[r]=t[r]);return e}(e||{},{length:Number.POSITIVE_INFINITY,location:\"end\"})},e.prototype.parse=function(e){var t=this,r=[\"a\",\"style\",\"script\"],n=0,o=[];return ht(e,{onOpenTag:function(e){r.indexOf(e)>=0&&n++},onText:function(e,r){if(0===n){var s=function(e,t){if(!t.global)throw new Error(\"`splitRegex` must have the 'g' flag set\");for(var r,n=[],o=0;r=t.exec(e);)n.push(e.substring(o,r.index)),n.push(r[0]),o=r.index+r[0].length;return n.push(e.substring(o)),n}(e,/(&nbsp;|&#160;|&lt;|&#60;|&gt;|&#62;|&quot;|&#34;|&#39;)/gi),i=r;s.forEach(function(e,r){if(r%2==0){var n=t.parseText(e,i);o.push.apply(o,n)}i+=e.length})}},onCloseTag:function(e){r.indexOf(e)>=0&&(n=Math.max(n-1,0))},onComment:function(e){},onDoctype:function(e){}}),o=this.compactMatches(o),o=this.removeUnwantedMatches(o)},e.prototype.compactMatches=function(e){e.sort(function(e,t){return e.getOffset()-t.getOffset()});for(var t=0;t<e.length-1;t++){var r=e[t],n=r.getOffset(),o=r.getMatchedText().length,s=n+o;if(t+1<e.length){if(e[t+1].getOffset()===n){var i=e[t+1].getMatchedText().length>o?t:t+1;e.splice(i,1);continue}e[t+1].getOffset()<s&&e.splice(t+1,1)}}return e},e.prototype.removeUnwantedMatches=function(e){return this.hashtag||qe(e,function(e){return\"hashtag\"===e.getType()}),this.email||qe(e,function(e){return\"email\"===e.getType()}),this.phone||qe(e,function(e){return\"phone\"===e.getType()}),this.mention||qe(e,function(e){return\"mention\"===e.getType()}),this.urls.schemeMatches||qe(e,function(e){return\"url\"===e.getType()&&\"scheme\"===e.getUrlMatchType()}),this.urls.wwwMatches||qe(e,function(e){return\"url\"===e.getType()&&\"www\"===e.getUrlMatchType()}),this.urls.tldMatches||qe(e,function(e){return\"url\"===e.getType()&&\"tld\"===e.getUrlMatchType()}),e},e.prototype.parseText=function(e,t){void 0===t&&(t=0),t=t||0;for(var r=this.getMatchers(),n=[],o=0,s=r.length;o<s;o++){for(var i=r[o].parseMatches(e),a=0,u=i.length;a<u;a++)i[a].setOffset(t+i[a].getOffset());n.push.apply(n,i)}return n},e.prototype.link=function(e){if(!e)return\"\";for(var t=this.parse(e),r=[],n=0,o=0,s=t.length;o<s;o++){var i=t[o];r.push(e.substring(n,i.getOffset())),r.push(this.createMatchReturnVal(i)),n=i.getOffset()+i.getMatchedText().length}return r.push(e.substring(n)),r.join(\"\")},e.prototype.createMatchReturnVal=function(e){var t;return this.replaceFn&&(t=this.replaceFn.call(this.context,e)),\"string\"==typeof t?t:!1===t?e.getMatchedText():t instanceof Me?t.toAnchorString():e.buildTag().toAnchorString()},e.prototype.getMatchers=function(){if(this.matchers)return this.matchers;var e=this.getTagBuilder(),t=[new lt({tagBuilder:e,serviceName:this.hashtag}),new st({tagBuilder:e}),new ct({tagBuilder:e}),new pt({tagBuilder:e,serviceName:this.mention}),new ut({tagBuilder:e,stripPrefix:this.stripPrefix,stripTrailingSlash:this.stripTrailingSlash,decodePercentEncoding:this.decodePercentEncoding})];return this.matchers=t},e.prototype.getTagBuilder=function(){var e=this.tagBuilder;return e||(e=this.tagBuilder=new Se({newWindow:this.newWindow,truncate:this.truncate,className:this.className})),e},e.version=\"3.11.0\",e.AnchorTagBuilder=Se,e.HtmlTag=Me,e.matcher={Email:st,Hashtag:lt,Matcher:Ue,Mention:pt,Phone:ct,Url:ut},e.match={Email:ze,Hashtag:Pe,Match:Te,Mention:je,Phone:Ie,Url:Oe},e}(),dt=/www|@|\\:\\/\\//;function mt(e){return/^<\\/a\\s*>/i.test(e)}function bt(){var e=[],t=new gt({stripPrefix:!1,url:!0,email:!0,replaceFn:function(t){switch(t.getType()){case\"url\":e.push({text:t.matchedText,url:t.getUrl()});break;case\"email\":e.push({text:t.matchedText,url:\"mailto:\"+t.getEmail().replace(/^mailto:/i,\"\")})}return!1}});return{links:e,autolinker:t}}function vt(e){var t,r,n,o,s,i,a,u,l,c,p,h,f,g,d=e.tokens,m=null;for(r=0,n=d.length;r<n;r++)if(\"inline\"===d[r].type)for(p=0,t=(o=d[r].children).length-1;t>=0;t--)if(\"link_close\"!==(s=o[t]).type){if(\"htmltag\"===s.type&&(g=s.content,/^<a[>\\s]/i.test(g)&&p>0&&p--,mt(s.content)&&p++),!(p>0)&&\"text\"===s.type&&dt.test(s.content)){if(m||(h=(m=bt()).links,f=m.autolinker),i=s.content,h.length=0,f.link(i),!h.length)continue;for(a=[],c=s.level,u=0;u<h.length;u++)e.inline.validateLink(h[u].url)&&((l=i.indexOf(h[u].text))&&a.push({type:\"text\",content:i.slice(0,l),level:c}),a.push({type:\"link_open\",href:h[u].url,title:\"\",level:c++}),a.push({type:\"text\",content:h[u].text,level:c}),a.push({type:\"link_close\",level:--c}),i=i.slice(l+h[u].text.length));i.length&&a.push({type:\"text\",content:i,level:c}),d[r].children=o=[].concat(o.slice(0,t),a,o.slice(t+1))}}else for(t--;o[t].level!==s.level&&\"link_open\"!==o[t].type;)t--}e.Remarkable=_e,e.linkify=function(e){e.core.ruler.push(\"linkify\",vt)},e.utils=A,Object.defineProperty(e,\"__esModule\",{value:!0})});\n",
            "type": "application/javascript",
            "title": "$:/plugins/tiddlywiki/markdown/remarkable.js",
            "module-type": "library"
        },
        "$:/plugins/tiddlywiki/markdown/images/new-markdown-button": {
            "title": "$:/plugins/tiddlywiki/markdown/images/new-markdown-button",
            "tags": "$:/tags/Image",
            "text": "<svg class=\"tc-image-new-markdown-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n    <g fill-rule=\"evenodd\">\n        <rect x=\"80\" y=\"96\" width=\"48\" height=\"16\" rx=\"8\"></rect>\n        <rect x=\"96\" y=\"80\" width=\"16\" height=\"48\" rx=\"8\"></rect>\n        <path d=\"M3.23876972,39.5396716 C3.23876972,35.9653274 6.13586353,33.0691646 9.7141757,33.0691646 L98.1283744,33.0691646 C101.706101,33.0691646 104.60378,35.9646626 104.60378,39.5396716 L104.60378,84.8296213 C104.60378,88.4039654 101.706687,91.3001282 98.1283744,91.3001282 L9.7141757,91.3001282 C6.13644944,91.3001282 3.23876972,88.4046302 3.23876972,84.8296213 L3.23876972,39.5396716 L3.23876972,39.5396716 Z M-2.15298617,39.5396716 L-2.15298617,84.8296213 C-2.15298617,91.3833243 3.15957363,96.6918841 9.7141757,96.6918841 L98.1283744,96.6918841 C104.684083,96.6918841 109.995536,91.382138 109.995536,84.8296213 L109.995536,39.5396716 C109.995536,32.9859686 104.682977,27.6774087 98.1283744,27.6774087 L9.7141757,27.6774087 C3.15846686,27.6774087 -2.15298617,32.9871549 -2.15298617,39.5396716 Z M14.0222815,80.5166164 L14.0222815,43.8526764 L24.8057933,43.8526764 L35.589305,57.3320661 L46.3728168,43.8526764 L57.1563286,43.8526764 L57.1563286,80.5166164 L46.3728168,80.5166164 L46.3728168,59.4887685 L35.589305,72.9681582 L24.8057933,59.4887685 L24.8057933,80.5166164 L14.0222815,80.5166164 Z M81.4192301,80.5166164 L65.2439624,62.723822 L76.0274742,62.723822 L76.0274742,43.8526764 L86.810986,43.8526764 L86.810986,62.723822 L97.5944978,62.723822 L81.4192301,80.5166164 Z\"transform=\"translate(53.921275, 62.184646) rotate(-60.000000) translate(-53.921275, -62.184646) \"></path>\n    </g>\n</svg>"
        },
        "$:/plugins/tiddlywiki/markdown/new-markdown-button": {
            "title": "$:/plugins/tiddlywiki/markdown/new-markdown-button",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/plugins/tiddlywiki/markdown/images/new-markdown-button}} {{$:/language/Buttons/NewMarkdown/Caption}}",
            "description": "{{$:/language/Buttons/NewMarkdown/Hint}}",
            "list-after": "$:/core/ui/Buttons/new-tiddler",
            "text": "\\whitespace trim\n<$button tooltip={{$:/language/Buttons/NewMarkdown/Hint}} aria-label={{$:/language/Buttons/NewMarkdown/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-new-tiddler\" type=\"text/x-markdown\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/plugins/tiddlywiki/markdown/images/new-markdown-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewMarkdown/Caption}}/></span>\n</$list>\n</$button>\n"
        },
        "$:/plugins/tiddlywiki/markdown/readme": {
            "title": "$:/plugins/tiddlywiki/markdown/readme",
            "text": "This is a TiddlyWiki plugin for parsing Markdown text, using the [[Remarkable|https://github.com/jonschlinkert/remarkable]] library.\n\nIt is completely self-contained, and doesn't need an Internet connection in order to work. It works both in the browser and under Node.js.\n\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/markdown]]\n"
        },
        "$:/plugins/tiddlywiki/markdown/usage": {
            "title": "$:/plugins/tiddlywiki/markdown/usage",
            "text": "! Plugin Configuration\n\n|!Config |!Default |!Description |\n| <code>[[breaks|$:/config/markdown/breaks]]</code>| ``false``|Remarkable library config: Convert '\\n' in paragraphs into ``<br>`` |\n| <code>[[linkify|$:/config/markdown/linkify]]</code>| ``false``|Remarkable library config: Autoconvert URL-like text to links |\n| <code>[[linkNewWindow|$:/config/markdown/linkNewWindow]]</code>| ``true``|For external links, should clicking on them open a new window/tab automatically? |\n| <code>[[quotes|$:/config/markdown/quotes]]</code>| ``“”‘’``|Remarkable library config: Double + single quotes replacement pairs, when ``typographer`` enabled |\n| <code>[[renderWikiText|$:/config/markdown/renderWikiText]]</code>| ``true``|After Markdown is parsed, should any text elements be handed off to the ~WikiText parser for further processing? |\n| <code>[[renderWikiTextPragma|$:/config/markdown/renderWikiTextPragma]]</code>| ``\\rules only html image macrocallinline syslink transcludeinline wikilink filteredtranscludeblock macrocallblock transcludeblock``|When handing off to the ~WikiText parser, what pragma rules should it follow? |\n| <code>[[typographer|$:/config/markdown/typographer]]</code>| ``false``|Remarkable library config: Enable some language-neutral replacement + quotes beautification |\n\n! Creating ~WikiLinks\n\nCreate wiki links with the usual Markdown link syntax targeting `#` and the target tiddler title:\n\n```\n[link text](#TiddlerTitle)\n```\n\nIf the target tiddler has a space in its name, that name must be URL-escaped to be detected as a URL:\n\n```\n[link text](#Test%20Tiddler)\n```\n\n! Images\n\nMarkdown image syntax can be used to reference images by tiddler title or an external URI. For example:\n\n```\n![alt text](/path/to/img.jpg \"Title\")\n\n![alt text](Motovun Jack.jpg \"Title\")\n```\n"
        },
        "$:/plugins/tiddlywiki/markdown/wrapper.js": {
            "title": "$:/plugins/tiddlywiki/markdown/wrapper.js",
            "text": "/*\\\ntitle: $:/plugins/tiddlywiki/markdown/wrapper.js\ntype: application/javascript\nmodule-type: parser\n\nWraps up the remarkable parser for use as a Parser in TiddlyWiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar r = require(\"$:/plugins/tiddlywiki/markdown/remarkable.js\");\n\nvar Remarkable = r.Remarkable,\n\tlinkify = r.linkify,\n\tutils = r.utils;\n\n///// Set up configuration options /////\nfunction parseAsBoolean(tiddlerName) {\n\treturn $tw.wiki.getTiddlerText(tiddlerName).toLowerCase() === \"true\";\n}\nvar pluginOpts = {\n\tlinkNewWindow: parseAsBoolean(\"$:/config/markdown/linkNewWindow\"),\n\trenderWikiText: parseAsBoolean(\"$:/config/markdown/renderWikiText\"),\n\trenderWikiTextPragma: $tw.wiki.getTiddlerText(\"$:/config/markdown/renderWikiTextPragma\").trim()\n};\nvar remarkableOpts = {\n\tbreaks: parseAsBoolean(\"$:/config/markdown/breaks\"),\n\tquotes: $tw.wiki.getTiddlerText(\"$:/config/markdown/quotes\"),\n\ttypographer: parseAsBoolean(\"$:/config/markdown/typographer\")\n};\nvar accumulatingTypes = {\n\t\"text\": true,\n\t\"softbreak\": true\n};\n\nvar md = new Remarkable(remarkableOpts);\n\nif (parseAsBoolean(\"$:/config/markdown/linkify\")) {\n\tmd = md.use(linkify);\n}\n\nfunction findTagWithType(nodes, startPoint, type, level) {\n\tfor (var i = startPoint; i < nodes.length; i++) {\n\t\tif (nodes[i].type === type && nodes[i].level === level) {\n\t\t\treturn i;\n\t\t}\n\t}\n\treturn false;\n}\n\n/**\n * Remarkable creates nodes that look like:\n * [\n *   { type: 'paragraph_open'},\n *   { type: 'inline', content: 'Hello World', children:[{type: 'text', content: 'Hello World'}]},\n *   { type: 'paragraph_close'}\n * ]\n *\n * But TiddlyWiki wants the Parser (https://tiddlywiki.com/dev/static/Parser.html) to emit nodes like:\n *\n * [\n *   { type: 'element', tag: 'p', children: [{type: 'text', text: 'Hello World'}]}\n * ]\n */\nfunction convertNodes(remarkableTree, isStartOfInline) {\n\tlet out = [];\n\tvar accumulatedText = '';\n\tfunction withChildren(currentIndex, currentLevel, closingType, nodes, callback) {\n\t\tvar j = findTagWithType(nodes, currentIndex + 1, closingType, currentLevel);\n\t\tif (j === false) {\n\t\t\tconsole.error(\"Failed to find a \" + closingType + \" node after position \" + currentIndex);\n\t\t\tconsole.log(nodes);\n\t\t\treturn currentIndex + 1;\n\t\t}\n\t\tlet children = convertNodes(nodes.slice(currentIndex + 1, j));\n\t\tcallback(children);\n\t\treturn j;\n\t}\n\tfunction wrappedElement(elementTag, currentIndex, currentLevel, closingType, nodes) {\n\t\treturn withChildren(currentIndex, currentLevel, closingType, nodes, function(children) {\n\t\t\tout.push({\n\t\t\t\ttype: \"element\",\n\t\t\t\ttag: elementTag,\n\t\t\t\tchildren: children\n\t\t\t});\n\t\t});\n\t}\n\n\tfor (var i = 0; i < remarkableTree.length; i++) {\n\t\tvar currentNode = remarkableTree[i];\n\t\tswitch (currentNode.type) {\n\t\tcase \"paragraph_open\":\n\t\t\ti = wrappedElement(\"p\", i, currentNode.level, \"paragraph_close\", remarkableTree);\n\t\t\tbreak;\n\n\t\tcase \"heading_open\":\n\t\t\ti = wrappedElement(\"h\" + currentNode.hLevel, i, currentNode.level, \"heading_close\", remarkableTree);\n\t\t\tbreak;\n\n\t\tcase \"bullet_list_open\":\n\t\t\ti = wrappedElement(\"ul\", i, currentNode.level, \"bullet_list_close\", remarkableTree);\n\t\t\tbreak;\n\n\t\tcase \"ordered_list_open\":\n\t\t\ti = wrappedElement('ol', i, currentNode.level,'ordered_list_close', remarkableTree);\n\t\t\tbreak;\n\n\t\tcase \"list_item_open\":\n\t\t\ti = wrappedElement(\"li\", i, currentNode.level, \"list_item_close\", remarkableTree);\n\t\t\tbreak;\n\n\t\tcase \"link_open\":\n\t\t\ti = withChildren(i, currentNode.level, \"link_close\", remarkableTree, function(children) {\n\t\t\t\tif (currentNode.href[0] !== \"#\") {\n\t\t\t\t\t// External link\n\t\t\t\t\tvar attributes = {\n\t\t\t\t\t\tclass: { type: \"string\", value: \"tc-tiddlylink-external\" },\n\t\t\t\t\t\thref: { type: \"string\", value: currentNode.href },\n\t\t\t\t\t\trel: { type: \"string\", value: \"noopener noreferrer\" }\n\t\t\t\t\t};\n\t\t\t\t\tif (pluginOpts.linkNewWindow) {\n\t\t\t\t\t\tattributes.target = { type: \"string\", value: \"_blank\" };\n\t\t\t\t\t}\n\t\t\t\t\tout.push({\n\t\t\t\t\t\ttype: \"element\",\n\t\t\t\t\t\ttag: \"a\",\n\t\t\t\t\t\tattributes: attributes,\n\t\t\t\t\t\tchildren: children\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\t// Internal link\n\t\t\t\t\tout.push({\n\t\t\t\t\t\ttype: \"link\",\n\t\t\t\t\t\tattributes: {\n\t\t\t\t\t\t\tto: { type: \"string\", value: decodeURI(currentNode.href.substr(1)) }\n\t\t\t\t\t\t},\n\t\t\t\t\t\tchildren: children\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n\t\t\tbreak;\n\n\t\tcase \"code\":\n\t\t\tout.push({\n\t\t\t\ttype: \"element\",\n\t\t\t\ttag: currentNode.block ? \"pre\" : \"code\",\n\t\t\t\tchildren: [{ type: \"text\", text: currentNode.content }]\n\t\t\t});\n\t\t\tbreak;\n\n\t\tcase \"fence\":\n\t\t\tout.push({\n\t\t\t\ttype: \"codeblock\",\n\t\t\t\tattributes: {\n\t\t\t\t\tlanguage: { type: \"string\", value: currentNode.params },\n\t\t\t\t\tcode: { type: \"string\", value: currentNode.content }\n\t\t\t\t}\n\t\t\t});\n\t\t\tbreak;\n\n\t\tcase \"image\":\n\t\t\tout.push({\n\t\t\t\ttype: \"image\",\n\t\t\t\tattributes: {\n\t\t\t\t\ttooltip: { type: \"string\", value: currentNode.alt },\n\t\t\t\t\tsource: { type: \"string\", value: decodeURIComponent(currentNode.src) }\n\t\t\t\t}\n\t\t\t});\n\t\t\tbreak;\n\n\t\tcase \"softbreak\":\n\t\t\tif (remarkableOpts.breaks) {\n\t\t\t\tout.push({\n\t\t\t\t\ttype: \"element\",\n\t\t\t\t\ttag: \"br\",\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\taccumulatedText = accumulatedText + '\\n';\n\t\t\t}\n\t\t\tbreak;\n\n\t\tcase \"hardbreak\":\n\t\t\tout.push({\n\t\t\t\ttype: \"element\",\n\t\t\t\ttag: \"br\",\n\t\t\t});\n\t\t\tbreak;\n\n\t\tcase \"th_open\":\n\t\tcase \"td_open\":\n\t\t\tvar elementTag = currentNode.type.slice(0, 2);\n\t\t\ti = withChildren(i, currentNode.level, elementTag + \"_close\", remarkableTree, function(children) {\n\t\t\t\tvar attributes = {};\n\t\t\t\tif (currentNode.align) {\n\t\t\t\t\tattributes.style = { type: \"string\", value: \"text-align:\" + currentNode.align };\n\t\t\t\t}\n\t\t\t\tout.push({\n\t\t\t\t\ttype: \"element\",\n\t\t\t\t\ttag: elementTag,\n\t\t\t\t\tattributes: attributes,\n\t\t\t\t\tchildren: children\n\t\t\t\t});\n\t\t\t});\n\t\t\tbreak;\n\n\t\tcase \"hr\":\n\t\t\tout.push({\n\t\t\t\ttype: 'element',\n\t\t\t\ttag: 'hr',\n\t\t\t});\n\t\t\tbreak;\n\n\t\tcase \"inline\":\n\t\t\tout = out.concat(convertNodes(currentNode.children, true));\n\t\t\tbreak;\n\n\t\tcase \"text\":\n\t\t\t// We need to merge this text block with the upcoming text block and parse it all together.\n\t\t\taccumulatedText = accumulatedText + currentNode.content;\n\t\t\tbreak;\n\n\t\tdefault:\n\t\t\tif (currentNode.type.substr(currentNode.type.length - 5) === \"_open\") {\n\t\t\t\tvar tagName = currentNode.type.substr(0, currentNode.type.length - 5);\n\t\t\t\ti = wrappedElement(tagName, i, currentNode.level, tagName + \"_close\", remarkableTree);\n\t\t\t} else {\n\t\t\t\tconsole.error(\"Unknown node type: \" + currentNode.type, currentNode);\n\t\t\t\tout.push({\n\t\t\t\t\ttype: \"text\",\n\t\t\t\t\ttext: currentNode.content\n\t\t\t\t});\n\t\t\t}\n\t\t\tbreak;\n\t\t}\n\t\t// We test to see if we process the block now, or if there's\n\t\t// more to accumulate first.\n\t\tif (accumulatedText\n\t\t\t&& (\n\t\t\t\tremarkableOpts.breaks ||\n\t\t\t\t(i+1) >= remarkableTree.length ||\n\t\t\t\t!accumulatingTypes[remarkableTree[i+1].type]\n\t\t\t)\n\t\t) {\n\t\t\t// The Markdown compiler thinks this is just text.\n\t\t\t// Hand off to the WikiText parser to see if there's more to render\n\t\t\t// But only if it's configured to, and we have more than whitespace\n\t\t\tif (!pluginOpts.renderWikiText || accumulatedText.match(/^\\s*$/)) {\n\t\t\t\tout.push({\n\t\t\t\t\ttype: \"text\",\n\t\t\t\t\ttext: accumulatedText\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\t// If we're inside a block element (div, p, td, h1), and this is the first child in the tree,\n\t\t\t\t// handle as a block-level parse. Otherwise not.\n\t\t\t\tvar parseAsInline = !(isStartOfInline && i === 0);\n\t\t\t\tvar textToParse = accumulatedText;\n\t\t\t\tif (pluginOpts.renderWikiTextPragma !== \"\") {\n\t\t\t\t\ttextToParse = pluginOpts.renderWikiTextPragma + \"\\n\" + textToParse;\n\t\t\t\t}\n\t\t\t\tvar wikiParser = $tw.wiki.parseText(\"text/vnd.tiddlywiki\", textToParse, {\n\t\t\t\t\tparseAsInline: parseAsInline\n\t\t\t\t});\n\t\t\t\tvar rs = wikiParser.tree;\n\n\t\t\t\t// If we parsed as a block, but the root element the WikiText parser gave is a paragraph,\n\t\t\t\t// we should discard the paragraph, since the way Remarkable nests its nodes, this \"inline\"\n\t\t\t\t// node is always inside something else that's a block-level element\n\t\t\t\tif (!parseAsInline\n\t\t\t\t\t&& rs.length === 1\n\t\t\t\t\t&& rs[0].type === \"element\"\n\t\t\t\t\t&& rs[0].tag === \"p\"\n\t\t\t\t) {\n\t\t\t\t\trs = rs[0].children;\n\t\t\t\t}\n\n\t\t\t\t// If the original text element started with a space, add it back in\n\t\t\t\tif (rs.length > 0\n\t\t\t\t\t&& rs[0].type === \"text\"\n\t\t\t\t\t&& (accumulatedText[0] === \" \" || accumulatedText[0] === \"\\n\")\n\t\t\t\t) {\n\t\t\t\t\trs[0].text = \" \" + rs[0].text;\n\t\t\t\t}\n\t\t\t\tout = out.concat(rs);\n\t\t\t}\n\t\t\taccumulatedText = '';\n\t\t}\n\t}\n\treturn out;\n}\n\nvar MarkdownParser = function(type, text, options) {\n\tvar tree = md.parse(text, {});\n\t//console.debug(tree);\n\ttree = convertNodes(tree);\n\t//console.debug(tree);\n\n\tthis.tree = tree;\n};\n\nexports[\"text/x-markdown\"] = MarkdownParser;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "parser"
        }
    }
}
{
    "tiddlers": {
        "$:/config/DefaultColourMappings/menubar-foreground": {
            "title": "$:/config/DefaultColourMappings/menubar-foreground",
            "text": "#fff"
        },
        "$:/config/DefaultColourMappings/menubar-background": {
            "title": "$:/config/DefaultColourMappings/menubar-background",
            "text": "#5778d8"
        },
        "$:/config/plugins/menubar/MenuItems/Visibility/$:/plugins/tiddlywiki/menubar/items/pagecontrols": {
            "title": "$:/config/plugins/menubar/MenuItems/Visibility/$:/plugins/tiddlywiki/menubar/items/pagecontrols",
            "text": "hide"
        },
        "$:/config/plugins/menubar/MenuItems/Visibility/$:/plugins/tiddlywiki/menubar/items/server": {
            "title": "$:/config/plugins/menubar/MenuItems/Visibility/$:/plugins/tiddlywiki/menubar/items/server",
            "text": "hide"
        },
        "$:/config/plugins/menubar/MenuItems/Visibility/$:/plugins/tiddlywiki/menubar/items/sidebar": {
            "title": "$:/config/plugins/menubar/MenuItems/Visibility/$:/plugins/tiddlywiki/menubar/items/sidebar",
            "text": "hide"
        },
        "$:/config/plugins/menubar/TableOfContents/Tag": {
            "title": "$:/config/plugins/menubar/TableOfContents/Tag",
            "text": "TableOfContents"
        },
        "$:/config/plugins/menubar/breakpoint": {
            "title": "$:/config/plugins/menubar/breakpoint",
            "text": "620px"
        },
        "$:/plugins/tiddlywiki/menubar/config": {
            "title": "$:/plugins/tiddlywiki/menubar/config",
            "tags": "$:/tags/ControlPanel/Toolbars",
            "caption": "Menu Bar",
            "text": "\\define config-base() $:/config/plugins/menubar/MenuItems/Visibility/\n\n! Menu Bar Configuration\n\n!! Menu Items\n\nSelect which menu items will be shown. You can also drag items to reorder them.\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/MenuBar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>\n\n!! Breakpoint Position\n\nThe breakpoint position between narrow and wide screens. Should include CSS units (eg. `400px`).\n\n<$edit-text tiddler=\"$:/config/plugins/menubar/breakpoint\" default=\"\" tag=\"input\"/>\n\n!! Contents Tag\n\nThe tag for the ~TableOfContents used in the Contents dropdown\n\n<$edit-text tiddler=\"$:/config/plugins/menubar/TableOfContents/Tag\" default=\"\" tag=\"input\"/>\n\n!! Menu Bar Colours\n\nTo change the colour of the menu bar, define the colours `menubar-foreground` and `menubar-background` in the currently selected palette\n"
        },
        "$:/plugins/tiddlywiki/menubar/items/contents": {
            "title": "$:/plugins/tiddlywiki/menubar/items/contents",
            "caption": "Contents",
            "description": "Table of Contents",
            "is-dropdown": "yes",
            "tags": "$:/tags/MenuBar",
            "text": "<div class=\"tc-table-of-contents\">\n\n<$macrocall $name=\"toc-selective-expandable\" tag={{$:/config/plugins/menubar/TableOfContents/Tag}}/>\n\n</div>\n"
        },
        "$:/plugins/tiddlywiki/menubar/items/hamburger": {
            "title": "$:/plugins/tiddlywiki/menubar/items/hamburger",
            "tags": "$:/tags/MenuBar",
            "caption": "Hamburger",
            "description": "Show the full menu bar on a narrow screen",
            "custom-menu-content": "{{$:/plugins/tiddlywiki/menubar/items/hamburger}}",
            "show-when": "narrow",
            "text": "<$list filter=\"[[$:/state/popup/menubar/hamburger]get[text]else[no]match[no]]\">\n<$button set=\"$:/state/popup/menubar/hamburger\" setTo=\"yes\">\n{{$:/core/images/menu-button}}\n</$button>\n</$list>\n<$list filter=\"[[$:/state/popup/menubar/hamburger]get[text]else[no]match[yes]]\">\n<$button set=\"$:/state/popup/menubar/hamburger\" setTo=\"no\">\n{{$:/core/images/close-button}}\n</$button>\n</$list>\n"
        },
        "$:/plugins/tiddlywiki/menubar/items/pagecontrols": {
            "title": "$:/plugins/tiddlywiki/menubar/items/pagecontrols",
            "tags": "$:/tags/MenuBar",
            "description": "Page controls from the sidebar",
            "caption": "Page controls",
            "custom-menu-content": "<$transclude tiddler=\"$:/plugins/tiddlywiki/menubar/items/pagecontrols\" mode=\"inline\"/>",
            "text": "\\whitespace trim\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n<$set name=\"hidden\" value=<<config-title>>>\n<$list filter=\"[<hidden>!text[hide]]\" storyview=\"pop\" variable=\"ignore\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n</$set>\n</$list>\n</$set>\n</$list>\n"
        },
        "$:/plugins/tiddlywiki/menubar/items/search": {
            "title": "$:/plugins/tiddlywiki/menubar/items/search",
            "custom-menu-content": "{{$:/plugins/tiddlywiki/menubar/items/search}}",
            "description": "Search",
            "caption": "Search",
            "tags": "$:/tags/MenuBar",
            "text": "\\define cancel-search-actions()\n<$set name=\"userInput\" value={{{ [<__storeTitle__>get[text]] }}}>\n<$list filter=\"[<__tiddler__>get[text]!match<userInput>]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[<__storeTitle__>] [<__tiddler__>] [<__selectionStateTitle__>]\"/>\"\"\">\n<$action-setfield $tiddler=<<__tiddler__>> text=<<userInput>>/><$action-setfield $tiddler=<<__refreshTitle__>> text=\"yes\"/>\n</$list>\n</$set>\n\\end\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab/search-results/sidebar\" tag=\"$:/tags/SearchResults\" beforeafter=\"$beforeafter$\" defaultState={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/search/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\whitespace trim\n<$vars searchTiddler=\"$:/temp/menubarsearch/input\" searchListState=<<qualify \"$:/state/search-list/selected-item\">>>\n<span style=\"margin: 0 0.5em;\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/menubarsearch\" storeTitle=<<searchTiddler>> selectionStateTitle=<<searchListState>> \n\t\trefreshTitle=\"$:/temp/menubarsearch/refresh\" tag=\"input\" type=\"search\" focusPopup=\"$:/state/popup/menubar-search-dropdown\" \n\t\tclass=\"tc-popup-handle tc-menu-show-when-wide\" placeholder=\"Search...\" default=\"\" cancelPopups=\"yes\" \n\t\tinputAcceptActions=<<input-accept-actions>> inputAcceptVariantActions=<<input-accept-variant-actions>> inputCancelActions=<<cancel-search-actions>> \n\t\tfilterMinLength={{$:/config/Search/MinLength}} configTiddlerFilter=\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\" />\n</$keyboard>\n</$keyboard>\n</span>\n<$reveal tag=\"div\" class=\"tc-block-dropdown-wrapper\" state=\"$:/state/popup/menubar-search-dropdown\" type=\"nomatch\" text=\"\" default=\"\">\n\n<div  class=\"tc-block-dropdown tc-search-drop-down\">\n\n<$list filter=\"[<searchTiddler>get[text]minlength[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">Type your search terms</div>\"\"\" variable=\"ignore\">\n\n<$list filter=\"[<searchTiddler>get[text]minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$vars configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}} userInput={{{ [<searchTiddler>get[text]] }}}>\n\n{{$:/core/ui/SearchResults}}\n\n</$vars>\n\n</$list>\n\n</$list>\n\n</div>\n\n</$reveal>\n\n</$vars>\n"
        },
        "$:/plugins/tiddlywiki/menubar/items/server": {
            "title": "$:/plugins/tiddlywiki/menubar/items/server",
            "tags": "$:/tags/MenuBar",
            "description": "Server options",
            "caption": "Server",
            "custom-menu-content": "<$transclude tiddler=\"$:/plugins/tiddlywiki/menubar/items/server\" mode=\"inline\"/>",
            "text": "<$list filter=\"[[$:/status/IsLoggedIn]get[text]else[no]match[yes]]\" variable=\"ignore\">\n<$transclude tiddler=\"$:/core/ui/Buttons/save-wiki\" mode=\"inline\"/>\n</$list>\n<$list filter=\"[[$:/status/IsLoggedIn]get[text]else[no]match[no]]\" variable=\"ignore\">\n<$button message=\"tm-login\">\nLogin\n</$button>\n</$list>\n"
        },
        "$:/plugins/tiddlywiki/menubar/items/sidebar": {
            "title": "$:/plugins/tiddlywiki/menubar/items/sidebar",
            "caption": "Sidebar",
            "description": "Sidebar",
            "is-dropdown": "yes",
            "tags": "$:/tags/MenuBar",
            "text": "<$scrollable fallthrough=\"none\" class=\"tc-popup-keep tc-menubar-dropdown-sidebar\">\n\n<$transclude tiddler=\"$:/core/ui/SideBarSegments/tabs\" mode=\"inline\"/>\n\n</$scrollable>\n"
        },
        "$:/plugins/tiddlywiki/menubar/items/topleftbar": {
            "title": "$:/plugins/tiddlywiki/menubar/items/topleftbar",
            "tags": "$:/tags/MenuBar",
            "description": "Items from $:/tags/TopLeftBar",
            "caption": "Legacy Top Left Bar",
            "custom-menu-content": "<$transclude tiddler=\"$:/plugins/tiddlywiki/menubar/items/topleftbar\" mode=\"inline\"/>",
            "text": "<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]]\" variable=\"listItem\" storyview=\"pop\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>"
        },
        "$:/plugins/tiddlywiki/menubar/items/toprightbar": {
            "title": "$:/plugins/tiddlywiki/menubar/items/toprightbar",
            "tags": "$:/tags/MenuBar",
            "description": "Items from $:/tags/TopRightBar",
            "caption": "Legacy Top Right Bar",
            "custom-menu-content": "<$transclude tiddler=\"$:/plugins/tiddlywiki/menubar/items/toprightbar\" mode=\"inline\"/>",
            "custom-menu-styles-wide": "float: right;",
            "text": "<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]reverse[]]\" variable=\"listItem\" storyview=\"pop\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>"
        },
        "$:/plugins/tiddlywiki/menubar/menu": {
            "title": "$:/plugins/tiddlywiki/menubar/menu",
            "tags": "$:/tags/PageTemplate",
            "text": "\\define menubar-inner(size)\n<ul class=\"tc-menubar-list\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/MenuBar]!has[draft.of]] -[all[tiddlers+shadows]tag[$:/tags/TopLeftBar]limit[1]then[]else[$:/plugins/tiddlywiki/menubar/items/topleftbar]] -[all[tiddlers+shadows]tag[$:/tags/TopRightBar]limit[1]then[]else[$:/plugins/tiddlywiki/menubar/items/toprightbar]]\">\n<$list filter=\"[<currentTiddler>addprefix[$:/config/plugins/menubar/MenuItems/Visibility/]get[text]] ~show +[match[show]]\" variable=\"ignore\">\n<$list filter=\"[[$size$]match[wide]] ~[<currentTiddler>get[show-when]match[$size$]] ~[{$:/state/popup/menubar/hamburger}match[yes]]\" variable=\"ignore\">\n<li style={{!!custom-menu-styles-$size$}} class={{{ [<currentTiddler>get[show-when]addprefix[tc-menubar-]] tc-menubar-item +[join[ ]] }}}>\n<$list filter=\"[<currentTiddler>!is-dropdown[yes]]\" variable=\"listItem\" emptyMessage=\"\"\"\n\t<!-- Dropdown -->\n\t<$set name=\"dropdown-state\" value=<<qualify \"$:/state/popup/topmenu/dropdown/\">>>\n\t<$set name=\"dropdown-state\" value={{{ [<dropdown-state>addsuffix<currentTiddler>] }}}>\n\t<$button popup=<<dropdown-state>> selectedClass=\"tc-selected\">\n\t<$set name=\"tv-wikilinks\" value=\"no\">\n\t<$transclude field=\"caption\" mode=\"inline\"/>\n\t<$text text=\" \"/>\n\t<span class=\"tc-menubar-dropdown-arrow\">\n\t<$transclude tiddler=\"$:/core/images/down-arrow\" mode=\"inline\"/>\n\t</span>\n\t</$set>\n\t</$button>\n\t</$set>\n\t</$set>\n\"\"\">\n<$list filter=\"[<currentTiddler>has[custom-menu-content]]\" variable=\"listItem\" emptyMessage=\"\"\"\n\t<!-- Link -->\n\t<$link to={{!!target}}>\n\t<$set name=\"tv-wikilinks\" value=\"no\">\n\t<$transclude field=\"caption\" mode=\"inline\"/>\n\t</$set>\n\t</$link>\n\"\"\">\n<!-- Custom content -->\n<$transclude field=\"custom-menu-content\" mode=\"inline\"/>\n</$list>\n</$list>\n</li>\n</$list>\n</$list>\n</$list>\n</ul>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/MenuBar]!has[draft.of]] -[all[tiddlers+shadows]tag[$:/tags/TopLeftBar]limit[1]then[]else[$:/plugins/tiddlywiki/menubar/items/topleftbar]] -[all[tiddlers+shadows]tag[$:/tags/TopRightBar]limit[1]then[]else[$:/plugins/tiddlywiki/menubar/items/toprightbar]] +[limit[1]]\" variable=\"listItem\">\n<nav class=\"tc-menubar tc-adjust-top-of-scroll\">\n<div class=\"tc-menubar-narrow\">\n<<menubar-inner narrow>>\n</div>\n<div class=\"tc-menubar-wide\">\n<<menubar-inner wide>>\n</div>\n<div style=\"clear:both;\"/>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/MenuBar]!has[draft.of]is-dropdown[yes]]\">\n<$list filter=\"[<currentTiddler>addprefix[$:/config/plugins/menubar/MenuItems/Visibility/]get[text]] ~show +[match[show]]\" variable=\"ignore\">\n<$set name=\"dropdown-state\" value=<<qualify \"$:/state/popup/topmenu/dropdown/\">>>\n<$set name=\"dropdown-state\" value={{{ [<dropdown-state>addsuffix<currentTiddler>] }}}>\n<$reveal type=\"popup\" state=<<dropdown-state>> class={{{ [<currentTiddler>get[dropdown]get[class]] }}} tag=\"div\">\n<div class=\"tc-drop-down\">\n<$transclude/>\n</div>\n</$reveal>\n</$set>\n</$set>\n</$list>\n</$list>\n</nav>\n</$list>\n"
        },
        "$:/core/ui/PageTemplate/topleftbar": {
            "title": "$:/core/ui/PageTemplate/topleftbar",
            "text": "<!-- The menubar plugin overrides this tiddler to remove the core top left menu. The menu items that it would include are instead included in the menubar -->"
        },
        "$:/core/ui/PageTemplate/toprightbar": {
            "title": "$:/core/ui/PageTemplate/toprightbar",
            "text": "<!-- The menubar plugin overrides this tiddler to remove the core top right menu. The menu items that it would include are instead included in the menubar -->"
        },
        "$:/plugins/tiddlywiki/menubar/readme": {
            "title": "$:/plugins/tiddlywiki/menubar/readme",
            "text": "!! Introduction\n\nThis plugin provides a menu bar with the following features:\n\n* Menu items take the form of simple text links, dropdowns, or entirely custom content\n* Menu items can be individually enabled via the control panel\n* Responds to reduced screen width by abbreviating the menu items to a \"hamburger\" dropdown\n\n!! Menu Item Tiddlers\n\nMenu items are tagged <<tag $:/tags/MenuBar>>. The following fields are used by this plugin:\n\n|!Field Name |!Purpose |\n|title |Each menu item must have a unique title (not shown to the user) |\n|description |Description for use in listings |\n|tags |Must contain `$:/tags/MenuBar` |\n|caption |The text that is displayed for the menu item. Avoid links, using `~` to suppress CamelCase links if required |\n|target |For simple link menu items specifies a tiddler title as the target of the link |\n|is-dropdown |Set to `yes` to indicate a dropdown menu item |\n|text |For dropdown menu items, specifies the body of the dropdown |\n|custom-menu-content |Optional wikitext to be displayed in place of the caption |\n|custom-menu-styles-wide |Optional string of styles to be applied to menu item when the menubar is wide |\n|custom-menu-styles-narrow |Optional string of styles to be applied to menu item when the menubar is narrow |\n\nCustom menu items should make sure that the clickable link or button is an immediate child, and not wrapped in another element.\n\nNote that menu items can be pushed to the right of the menu bar setting the ''custom-menu-styles'' field to `float: right;`.\n"
        },
        "$:/plugins/tiddlywiki/menubar/styles": {
            "title": "$:/plugins/tiddlywiki/menubar/styles",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": "\\define breakpoint-plus-one()\n<$text text={{{ [{$:/config/plugins/menubar/breakpoint}removesuffix[px]add[1]addsuffix[px]] ~[{$:/config/plugins/menubar/breakpoint}] }}} />\n\\end\n\n\\define sidebarbreakpoint-minus-one()\n<$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}} />\n\\end\n\n\\define set-sidebar-scrollable-top-if-hamburger()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/MenuBar]] -[all[tiddlers+shadows]prefix[$:/config/plugins/menubar/MenuItems/Visibility/]regexp:text[hide]removeprefix[$:/config/plugins/menubar/MenuItems/Visibility/]] -[all[tiddlers+shadows]tag[$:/tags/TopLeftBar]limit[1]then[]else[$:/plugins/tiddlywiki/menubar/items/topleftbar]] -[all[tiddlers+shadows]tag[$:/tags/TopRightBar]limit[1]then[$:/plugins/tiddlywiki/menubar/items/toprightbar]] -$:/plugins/tiddlywiki/menubar/items/hamburger +[limit[1]]\">\n\n\t.tc-sidebar-scrollable {\n\t\tmargin-top: 2em;\n\t}\n\n</$list>\n\\end\n\n\\define set-sidebar-scrollable-top()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/MenuBar]] -[all[tiddlers+shadows]prefix[$:/config/plugins/menubar/MenuItems/Visibility/]regexp:text[hide]removeprefix[$:/config/plugins/menubar/MenuItems/Visibility/]] -[all[tiddlers+shadows]tag[$:/tags/TopLeftBar]limit[1]then[]else[$:/plugins/tiddlywiki/menubar/items/topleftbar]] -[all[tiddlers+shadows]tag[$:/tags/TopRightBar]limit[1]then[$:/plugins/tiddlywiki/menubar/items/toprightbar]] +[limit[1]]\">\n\n\t.tc-sidebar-scrollable {\n\t\tmargin-top: 2em;\n\t}\n\n</$list>\n<$reveal state=\"$:/state/popup/menubar/hamburger\" type=\"match\" text=\"yes\">\n\n\t<$set name=\"itemCount\" value={{{ [all[tiddlers+shadows]tag[$:/tags/MenuBar]] -[all[tiddlers+shadows]prefix[$:/config/plugins/menubar/MenuItems/Visibility/]regexp:text[hide]removeprefix[$:/config/plugins/menubar/MenuItems/Visibility/]] -[all[tiddlers+shadows]tag[$:/tags/TopLeftBar]limit[1]then[]else[$:/plugins/tiddlywiki/menubar/items/topleftbar]] -[all[tiddlers+shadows]tag[$:/tags/TopRightBar]limit[1]then[]else[$:/plugins/tiddlywiki/menubar/items/toprightbar]] +[count[]] }}}>\n\n\t\t.tc-sidebar-scrollable {\n\t\t\tmargin-top: calc(<<itemCount>> * 2em);\n\t\t}\n\n\t</$set>\n\n</$reveal>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\nnav.tc-menubar {\n\tposition: fixed;\n\tz-index: 850;\n\tdisplay: inline-block;\n\ttop: 0;\n\tright: 0;\n\tleft: 0;\n}\n\nnav.tc-menubar ul.tc-menubar-list {\n\tposition: relative;\n\tlist-style-type: none;\n\tmargin: 0;\n\tpadding: 0 0 0 42px;\n\tbackground: <<colour background>>;\n\tbackground: <<colour menubar-background>>;\n\t<<box-shadow \"1px 1px 5px rgba(0, 0, 0, 0.3)\">>\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\thtml nav.tc-menubar ul.tc-menubar-list {\n\t\tpadding: 0 0 0 8px;\n\t}\n\n}\n\nnav.tc-menubar li.tc-menubar-item {\n\tdisplay: inline-block;\n\tmargin: 0;\n\tpadding: 0;\n}\n\nnav.tc-menubar .tc-menubar-narrow li.tc-menubar-item {\n\tdisplay: block;\n}\n\nnav.tc-menubar li.tc-menubar-item > a,\nnav.tc-menubar li.tc-menubar-item > button {\n\tdisplay: inline-block;\n/*\ttext-transform: uppercase; */\n\tline-height: 1;\n\tfont-weight: 700;\n\tcolor: <<colour foreground>>;\n\tcolor: <<colour menubar-foreground>>;\n\tfill: <<colour foreground>>;\n\tfill: <<colour menubar-foreground>>;\n\ttext-decoration: none;\n\tpadding: 0.5em;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\tcursor: pointer;\n\tborder-radius: 0;\n\ttext-decoration: none;\n}\n\nnav.tc-menubar li.tc-menubar-item > a.tc-selected,\nnav.tc-menubar li.tc-menubar-item > button.tc-selected {\n\tbackground: <<colour foreground>>;\n\tbackground: <<colour menubar-foreground>>;\n\tcolor: <<colour background>>;\n\tcolor: <<colour menubar-background>>;\n\tfill: <<colour background>>;\n\tfill: <<colour menubar-background>>;\n}\n\nnav.tc-menubar li.tc-menubar-item svg {\n\ttransition: none;\n\twidth: 1em;\n\theight: 1em;\n\tfill: <<colour foreground>>;\n\tfill: <<colour menubar-foreground>>;\n}\n\nnav.tc-menubar li.tc-menubar-item .tc-menubar-dropdown-arrow svg {\n\twidth: 0.5em;\n\theight: 0.5em;\n}\n\nnav.tc-menubar li.tc-menubar-item > a.tc-selected svg,\nnav.tc-menubar li.tc-menubar-item > button.tc-selected svg {\n\tfill: <<colour background>>;\n\tfill: <<colour menubar-background>>;\n}\n\nnav.tc-menubar li.tc-menubar-item > a:hover,\nnav.tc-menubar li.tc-menubar-item > button:hover svg,\nnav.tc-menubar li.tc-menubar-item > button:hover {\n\tbackground: <<colour foreground>>;\n\tbackground: <<colour menubar-foreground>>;\n\tcolor: <<colour background>>;\n\tcolor: <<colour menubar-background>>;\n\tfill: <<colour background>>;\n\tfill: <<colour menubar-background>>;\n\tborder-radius: 0;\n\ttext-decoration: none;\n}\n\nnav.tc-menubar li.tc-menubar-item > a:active,\nnav.tc-menubar li.tc-menubar-item > button:active svg,\nnav.tc-menubar li.tc-menubar-item > button:active {\n\tbackground: <<colour foreground>>;\n\tbackground: <<colour menubar-foreground>>;\n\tcolor: <<colour background>>;\n\tcolor: <<colour menubar-background>>;\n\tfill: <<colour background>>;\n\tfill: <<colour menubar-background>>;\n\tborder-radius: 0;\n\ttext-decoration: none;\n}\n\nnav.tc-menubar .tc-drop-down,\nnav.tc-menubar .tc-block-dropdown {\n\tmax-width: 70vw;\n\tmax-height: 70vh;\n\toverflow: auto;\n}\n\nnav.tc-menubar .tc-drop-down a {\n\ttext-decoration: none;\n}\n\nnav.tc-menubar .tc-drop-down .tc-table-of-contents button {\n\tdisplay: inline-block;\n\twidth: auto;\n}\n\nnav.tc-menubar .tc-drop-down ol {\n\tmargin: 0;\n}\n\nnav.tc-menubar .tc-drop-down .tc-menubar-dropdown-sidebar a,\nnav.tc-menubar .tc-drop-down .tc-menubar-dropdown-sidebar button {\n\tdisplay: inline;\n\twidth: auto;\n}\n\nnav.tc-menubar .tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\n\tdisplay: block;\n\twidth: 100%;\n}\n\n@media (max-width: {{$:/config/plugins/menubar/breakpoint}}) {\n\n\t.tc-menubar-wide {\n\t\tdisplay: none;\n\t}\n\n}\n\n@media (min-width: <<breakpoint-plus-one>>) {\n\n\tnav.tc-menubar li.tc-menubar-item.tc-menubar-narrow,\n\t.tc-menubar-narrow {\n\t\tdisplay: none;\n\t}\n\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t<<set-sidebar-scrollable-top-if-hamburger>>\n\n}\n\n@media (max-width: {{$:/config/plugins/menubar/breakpoint}}) {\n\n\t<<set-sidebar-scrollable-top>>\n\n}\n@media print {\n\n\tnav.tc-menubar {\n\t\tdisplay: none;\n\t}\n\n}\n"
        },
        "$:/tags/MenuBar": {
            "title": "$:/tags/MenuBar",
            "list": "$:/plugins/tiddlywiki/menubar/items/hamburger $:/plugins/tiddlywiki/menubar/items/topleftbar $:/plugins/tiddlywiki/menubar/items/contents $:/plugins/tiddlywiki/menubar/items/search $:/plugins/tiddlywiki/menubar/items/pagecontrols $:/plugins/tiddlywiki/menubar/items/server $:/plugins/tiddlywiki/menubar/items/toprightbar"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tiddlywiki/stacked-view/StackedControls": {
            "title": "$:/plugins/tiddlywiki/stacked-view/StackedControls",
            "caption": "Stacked View",
            "tags": "$:/tags/SideBar",
            "text": "Set the [[fan separation|$:/config/StackedStoryViewFanHeight]]:\n\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"-10\">-10</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"0\">0</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"10\">10</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"30\">30</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"50\">50</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"100\">100</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"150\">150</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"200\">200</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"250\">250</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"300\">300</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"500\">500</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"700\">700</$button>\n* <$button set=\"$:/config/StackedStoryViewFanHeight\" setTo=\"1500\">1500</$button>\n"
        },
        "$:/config/StackedStoryViewFanHeight": {
            "title": "$:/config/StackedStoryViewFanHeight",
            "text": "100"
        },
        "$:/plugins/tiddlywiki/stacked-view/readme": {
            "title": "$:/plugins/tiddlywiki/stacked-view/readme",
            "text": "This plugin provides a new story visualisation that displays individual tiddlers as a stack of cards. It is currently experimental and incomplete.\n\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/stacked-view]]\n"
        },
        "$:/plugins/tiddlywiki/stacked-view/config-macros/stacked-storyview": {
            "title": "$:/plugins/tiddlywiki/stacked-view/config-macros/stacked-storyview",
            "tags": "$:/tags/Macro",
            "text": "\\define tv-stacked-storyview-fan-height-config-title() $:/config/StackedStoryViewFanHeight\n"
        },
        "$:/plugins/tiddlywiki/stacked-view/stacked.js": {
            "title": "$:/plugins/tiddlywiki/stacked-view/stacked.js",
            "text": "/*\\\ntitle: $:/plugins/tiddlywiki/stacked-view/stacked.js\ntype: application/javascript\nmodule-type: storyview\n\nKeeps tiddlers in a stack\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar StackedListView = function(listWidget) {\n\tvar self = this;\n\tthis.listWidget = listWidget;\n\tthis.fanHeightConfigTitle = listWidget.getVariable(\"tv-stacked-storyview-fan-height-config-title\");\n\tthis.placeTiddlers();\n};\n\nStackedListView.prototype.placeTiddlers = function() {\n\t// Initialise the stack of tiddler titles\n\tthis.listStack = [];\n\tvar numItems = this.listWidget.children.length,\n\t\tt, itemWidget,\n\t\tduration = $tw.utils.getAnimationDuration();\n\tfor(t=numItems-1; t>=0; t--) {\n\t\titemWidget = this.listWidget.children[t];\n\t\tthis.listStack.push(itemWidget.parseTreeNode.itemTitle);\n\t}\n\t// Ensure the tiddler at the top of the history stack is at the top of the array\n\tvar history = this.listWidget.wiki.getTiddlerData(this.listWidget.historyTitle,[]);\n\tfor(t=0; t<history.length; t++) {\n\t\tvar title = history[t].title;\n\t\tif(this.listStack.indexOf(title) !== -1) {\n\t\t\t$tw.utils.pushTop(this.listStack,title);\n\t\t}\n\t}\n\t// Get the configured fan height\n\tvar fanHeight = parseInt(this.listWidget.wiki.getTiddlerText(this.fanHeightConfigTitle),10);\n\t// Position each tiddler\n\tfor(var t=numItems-1; t>=0; t--) {\n\t\t// Get the DOM node for this tiddler\n\t\titemWidget = this.listWidget.children[t];\n\t\tvar domNode = itemWidget.findFirstDomNode();\n\t\tif(domNode instanceof Element) {\n\t\t\t// Allows the width of the tiddler to be adjusted\n\t\t\t$tw.utils.addClass(domNode,\"tc-storyview-zoomin-tiddler\");\n\t\t\t// Find the position of the tiddler in the stack\n\t\t\tvar pos = this.listStack.indexOf(itemWidget.parseTreeNode.itemTitle);\n\t\t\tif(pos !== -1) {\n\t\t\t\t// Style the tiddler to position it\n\t\t\t\tvar posFactor = pos/(numItems-1);\n\t\t\t\t$tw.utils.setStyle(domNode,[\n\t\t\t\t\t{position: \"absolute\"},\n\t\t\t\t\t{transformOrigin: \"50% 0\"},\n\t\t\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration * (0.5 + posFactor) + \"ms \" + easing},\n\t\t\t\t\t{transform: \"translateX(0px) translateY(\" + (fanHeight * posFactor * posFactor) + \"px) scale(\" + (0.1 + posFactor * 0.9) + \")\"},\n\t\t\t\t\t{zIndex: pos + \"\"}\n\t\t\t\t]);\n\t\t\t}\n\t\t}\n\t}\n};\n\nStackedListView.prototype.refreshStart = function(changedTiddlers,changedAttributes) {\n};\n\nStackedListView.prototype.refreshEnd = function(changedTiddlers,changedAttributes) {\n\tthis.placeTiddlers();\n};\n\nStackedListView.prototype.navigateTo = function(historyInfo) {\n};\n\nStackedListView.prototype.insert = function(widget) {\n};\n\nStackedListView.prototype.remove = function(widget) {\n\twidget.removeChildDomNodes();\n};\n\nexports.stacked = StackedListView;\n\n})();",
            "type": "application/javascript",
            "module-type": "storyview"
        },
        "$:/core/images/storyview-stacked": {
            "title": "$:/core/images/storyview-stacked",
            "tags": "$:/tags/Image",
            "text": "<svg class=\"tc-image-storyview-stack tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n    <g fill-rule=\"evenodd\">\n        <path d=\"M8.00697327,0 C3.58484404,0 0,3.59075293 0,8.00697327 L0,119.993027 C0,124.415156 3.59075293,128 8.00697327,128 L119.993027,128 C124.415156,128 128,124.409247 128,119.993027 L128,8.00697327 C128,3.58484404 124.409247,0 119.993027,0 L8.00697327,0 L8.00697327,0 Z M32,43 L32,37.3807213 C32,34.4040057 34.3875896,32 37.3328305,32 L45.5,32 L45.5,32 L84,32 L90.6671695,32 C93.6079301,32 96,34.409031 96,37.3807213 L96,43 L32,43 Z M30,48 L23.9992458,48 C19.5813843,48 16,51.578055 16,56.0085154 L16,103.991485 C16,108.414466 19.5881049,112 23.9992458,112 L104.000754,112 C108.418616,112 112,108.421945 112,103.991485 L112,56.0085154 C112,51.5855345 108.411895,48 104.000754,48 L98.5,48 L30,48 Z M80,27 L80,23.7529272 C80,22.2325275 78.803965,21 77.3335847,21 L50.6664153,21 C49.1937948,21 48,22.2299564 48,23.7529272 L48,27 L80,27 Z\"></path>\n    </g>\n</svg>"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tobibeer/appear/widget.js": {
            "title": "$:/plugins/tobibeer/appear/widget.js",
            "text": "/*\\\r\ntitle: $:/plugins/tobibeer/appear/widget.js\r\ntype: application/javascript\r\nmodule-type: widget\r\n\r\nUse the appear widget for popups, sliders, accordion menus\r\n\r\n@preserve\r\n\\*/\n(function(){\"use strict\";var t=require(\"$:/core/modules/widgets/widget.js\").widget,e=function(t,e){this.initialise(t,e)},i={};e.prototype=new t;e.prototype.render=function(t,e){this.parentDomNode=t;this.nextSibling=e;this.computeAttributes();this.execute();var i,s,r,a,h,n,l=[];if(this.handle){this.getHandlerCache(this.handle,1);this.refreshHandler()}else{s={type:\"button\"};s.attributes=this.setAttributes(s,\"button\");i=s.attributes[\"class\"].value.trim();s.attributes[\"class\"].value=i+\" appear-show\"+(this.handler?\" tc-popup-absolute\":\"\");s.children=this.wiki.parseText(\"text/vnd.tiddlywiki\",this.show,{parseAsInline:true}).tree;h={type:\"reveal\",children:this.parseTreeNode.children};h.attributes=this.setAttributes(h,\"reveal\");h.isBlock=!(this.mode&&this.mode===\"inline\");if(h.attributes.type&&h.attributes.type.value===\"popup\"){s.attributes.popup=h.attributes.state;l.push(s);if(!this.handler){l.push(h)}else{s.attributes.handler=this.handler}}else{h.attributes.type={type:\"string\",value:\"match\"};h.attributes.text={type:\"string\",value:this.currentTiddler};s.attributes.set=h.attributes.state;s.attributes.setTo={type:\"string\",value:this.currentTiddler};a={type:\"reveal\",isBlock:this.block,children:[s],attributes:{type:{type:\"string\",value:\"nomatch\"},state:h.attributes.state,text:{type:\"string\",value:this.currentTiddler}}};if(!this.once){r=$tw.utils.deepCopy(s);r.attributes[\"class\"].value=i+\" appear-hide \"+(this.attr.button.selectedClass?this.attr.button.selectedClass:\"\");r.attributes.setTo={type:\"string\",value:\"\"};r.children=this.wiki.parseText(\"text/vnd.tiddlywiki\",this.hide,{parseAsInline:true}).tree}n=$tw.utils.deepCopy(a);n.children=[];if(!this.once){n.children.push(r)}if(!this.handler){n.children.push(h)}n.attributes.type.value=\"match\";l.push(a,n)}this.makeChildWidgets(l);this.renderChildren(this.parentDomNode,e);if(this.handler){this.addToHandlerCache(h)}}};e.prototype.execute=function(){var t=this;this.attr={map:{reveal:{\"class\":1,position:1,retain:1,state:1,style:1,tag:1,type:1},button:{\"button-class\":1,\"button-style\":1,\"button-tag\":1,tooltip:1,selectedClass:1}},rename:{\"button-class\":\"class\",\"button-style\":\"style\",\"button-tag\":\"tag\"},button:{},reveal:{}};$tw.utils.each(this.attributes,function(e,i){var s;$tw.utils.each(t.attr.map,function(r,a){$tw.utils.each(Object.keys(r),function(r){if(r==i){t.attr[a][i]=e;s=false;return false}});return s})});this.currentTiddler=this.getVariable(\"currentTiddler\");this.show=this.getValue(this.attributes.show,\"show\");this.hide=this.getValue(this.attributes.hide,\"hide\");if(!this.hide){this.hide=this.show}this.once=this.attributes.once&&this.attributes.once!==\"false\";this.$state=this.attributes.$state;this.mode=this.getValue(this.attributes.mode,\"mode\");this.handle=this.attributes.handle;this.handler=this.attributes.handler;this.handlerVariables=(this.attributes.variables||\"\")+\" currentTiddler\";this.keep=[\"yes\",\"true\"].indexOf((this.getValue(this.attributes.keep,\"keep\")||\"\").toLocaleLowerCase())>-1;if(!this.attr.reveal.state){this.attr.reveal.state=this.getValue(undefined,\"default-state\")+this.currentTiddler+this.getStateQualifier()+\"/\"+(this.attr.reveal.type?this.attr.reveal.type+\"/\":\"\")+(this.mode?this.mode+\"/\":\"\")+(this.once?\"once/\":\"\")+(this.$state?\"/\"+this.$state:\"\")}};e.prototype.refresh=function(t){var e=this.computeAttributes();if(Object.keys(e).length){this.refreshSelf();return true}if(this.handle){this.refreshHandler()}return this.refreshChildren(t)};e.prototype.getValue=function(t,e){var i,s,r={show:\"»\",\"default-state\":\"$:/temp/appear/\"};if(t===undefined){i=this.wiki.getTiddler(\"$:/plugins/tobibeer/appear/defaults/\"+e);if(i){s=i.getFieldString(\"undefined\");if(!s||s===\"false\"){t=i.getFieldString(\"text\")}}}if(t===undefined){t=r[e]}return t};e.prototype.setAttributes=function(t,e){var i=this,s={};$tw.utils.each(Object.keys(this.attr.map[e]),function(r){var a,h=i.attr.rename[r];if(!h){h=r}a=i.getValue(i.attr[e][r],r);if(h===\"class\"){a=[\"appear\",\"appear-\"+e,e===\"reveal\"&&i.keep?\"tc-popup-keep\":\"\",i.mode?\"appear-\"+i.mode:\"\",i.once?\"appear-once\":\"\",a||\"\"].join(\" \")}if(a!==undefined){if(h===\"tag\"){t.tag=a}else{s[h]={type:\"string\",value:a}}}});return s};e.prototype.getHandlerCache=function(t,e){var s=i[t];if(!s||e){i[t]={handled:{},handle:{}};s=i[t]}return s};e.prototype.refreshHandler=function(){var t=this,e=this.getHandlerCache(this.handle),s=e.handle;if(Object.keys(s).length){$tw.utils.each(s,function(e,i){t.removeChildNode(i);t.children.push(t.makeChildWidget(e));t.children[t.children.length-1].render(t.parentDomNode,t.nextSibling)});i[this.handle].handle={}}};e.prototype.removeChildNode=function(t){var e=this;$tw.utils.each(this.children,function(i,s){if(i.children[0].state===t){i.removeChildDomNodes();e.children.splice(s);return false}})};e.prototype.addToHandlerCache=function(t){var e=this,i=t.attributes.state.value,s=this.getHandlerCache(this.handler),r=s.handled[i],a={type:\"vars\",children:[t],attributes:{}};$tw.utils.each((this.handlerVariables||\"\").split(\" \"),function(t){t=t.trim();if(t){a.attributes[t]={type:\"string\",value:(e.getVariable(t)||\"\").toString()}}});if(a!==r){s.handle[i]=a;this.wiki.setText(\"$:/temp/appear-handler/\"+this.handler,\"text\",undefined,i)}};exports.appear=e})();",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/tobibeer/appear/defaults/show": {
            "title": "$:/plugins/tobibeer/appear/defaults/show",
            "text": "»"
        },
        "$:/plugins/tobibeer/appear/defaults/mode": {
            "title": "$:/plugins/tobibeer/appear/defaults/mode",
            "text": "block"
        },
        "$:/plugins/tobibeer/appear/defaults/keep": {
            "title": "$:/plugins/tobibeer/appear/defaults/keep",
            "text": "yes"
        },
        "$:/plugins/tobibeer/appear/defaults/button-class": {
            "title": "$:/plugins/tobibeer/appear/defaults/button-class",
            "text": "tc-btn-invisible tc-tiddlylink"
        },
        "$:/plugins/tobibeer/appear/defaults/default-state": {
            "title": "$:/plugins/tobibeer/appear/defaults/default-state",
            "text": "$:/temp/appear/"
        },
        "$:/plugins/tobibeer/appear/popup.js": {
            "title": "$:/plugins/tobibeer/appear/popup.js",
            "text": "/*\\\r\ntitle: $:/plugins/tobibeer/appear/popup.js\r\ntype: application/javascript\r\nmodule-type: utils\r\n\r\nAn enhanced version of the core Popup to support:\r\n* absolute popups\r\n* preview popups\r\n* popup z-index\r\n\r\n@preserve\r\n\\*/\n(function(){\"use strict\";var t=require(\"$:/core/modules/utils/dom/popup.js\").Popup,e=require(\"$:/core/modules/widgets/reveal.js\").reveal,s=e.prototype.refresh;t.prototype.show=function(t){var e,s=t.domNode,p=$tw.utils.hasClass(s,\"tc-popup-absolute\"),o=this.popupInfo(s),i=function(t){var e=t,s=0,p=0;do{s+=e.offsetLeft||0;p+=e.offsetTop||0;e=e.offsetParent}while(e);return{left:s,top:p}},l={left:s.offsetLeft,top:s.offsetTop};e=o.popupLevel;if(o.isHandle){e++}this.cancel(e);if(this.findPopup(t.title)===-1){this.popups.push({title:t.title,wiki:t.wiki,domNode:s})}l=p?i(s):l;t.wiki.setTextReference(t.title,\"(\"+l.left+\",\"+l.top+\",\"+s.offsetWidth+\",\"+s.offsetHeight+\")\");if(this.popups.length>0){this.rootElement.addEventListener(\"click\",this,true)}};t.prototype.popupInfo=function(t){var e,s=false,p=t;while(p&&e===undefined){if($tw.utils.hasClass(p,\"tc-popup-handle\")||$tw.utils.hasClass(p,\"tc-popup-keep\")){s=true}if($tw.utils.hasClass(p,\"tc-reveal\")&&($tw.utils.hasClass(p,\"tc-popup\")||$tw.utils.hasClass(p,\"tc-popup-handle\"))){e=parseInt(p.style.zIndex)-1e3}p=p.parentNode}var o={popupLevel:e||0,isHandle:s};return o};t.prototype.handleEvent=function(t){if(t.type===\"click\"){var e=this.popupInfo(t.target),s=e.popupLevel-1;if(e.isHandle){if(s<0){s=1}else{s++}}this.cancel(s)}};e.prototype.refresh=function(){var t,e,p=this.isOpen;e=s.apply(this,arguments);t=this.domNodes[0];if(this.isOpen&&(p!==this.isOpen||!t.style.zIndex)&&t&&(this.type===\"popup\"||$tw.utils.hasClass(t,\"tc-block-dropdown\")&&$tw.utils.hasClass(t,\"tc-reveal\"))){t.style.zIndex=1e3+$tw.popup.popups.length}return e}})();",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/plugins/tobibeer/appear/readme": {
            "title": "$:/plugins/tobibeer/appear/readme",
            "text": "This plugin provides the ''$appear'' widget that can render popups and sliders (inline or block) as well as accordion menus.\n\n!! Attributes\r\n; type\r\n: set to `popup` to have the content appear as a popup\r\n; show\r\n: the button label\r\n; hide\r\n: the hide button label\r\n; mode\r\n: either `block` or `inline`, with respect to the inner content\r\n: any other mode is interpreted as block mode, without the default styles applying, e.g. drop-shadows\r\n; once\r\n: allows to click the button once, then hides it (unless the state is deleted)\r\n; $state\r\n: the widget calculates a state for you, use this to append a simple id\r\n; state\r\n: alternatively, specify a fully qualified state\r\n; keep\r\n: make popups sticky when `yes` or `true`\r\n; handle / handler / variables\r\n: allows to take the popup contents out of the flow and render them elsewhere on the page\r\n: required to properly create popups in table cells and other constained elements\r\n: specify variables to take along\n\n<br>\n\n; documentation / examples / demos...\r\n: http://tobibeer.github.io/tw5-plugins#appear\r\n"
        },
        "$:/plugins/tobibeer/appear/styles": {
            "title": "$:/plugins/tobibeer/appear/styles",
            "tags": "$:/tags/Stylesheet",
            "text": "\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\n\n<pre>.tc-reveal.appear-block,\r\n.tc-popup.appear {\r\n\tborder-radius: 5px;\r\n\tpadding: 1px 1em;\r\n\t<<box-shadow \"2px 2px 4px rgba(0,0,0,0.3)\">>;\r\n}\r\n.tc-popup.appear {\r\n\tpadding: 0 1em;\r\n\tbackground: <<colour background>>;\r\n}\r\n.appear-reveal.appear-inline{\r\nmargin-left:5px;\r\n}\r\n.appear-reveal.appear-inline.appear-once{\r\nmargin-left:0;\r\n}</pre>"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/tobibeer/preview/config": {
            "title": "$:/plugins/tobibeer/preview/config",
            "text": "\\define default()\r\n<dt>$(defaults)$$(option)$</dt>\r\n<dd>\r\n//{{$:/plugins/tobibeer/preview/lingo/$(option)$}}<$list\r\nfilter=\"[[$(option)$]prefix[template]]\">\r\n{{$(defaults)$$(option)$}}</$list>://<br>\r\n<$edit-text tag=input tiddler=\"$(defaults)$$(option)$\"/>\r\n</dd>\r\n\\end\n\n<dl class=\"preview-defaults\">\r\n<$vars defaults=\"$:/plugins/tobibeer/preview/defaults/\">\r\n<$list filter=\"[all[tiddlers+shadows]removeprefix<defaults>sort[title]]\" variable=\"option\">\r\n<<default>>\r\n</$list>\r\n</$vars>\r\n</dl>\r\n<style>.preview-defaults input {width:90%;}</style>"
        },
        "$:/plugins/tobibeer/preview/lingo/keys": {
            "title": "$:/plugins/tobibeer/preview/lingo/keys",
            "text": "modifier keys to trigger popup directly on-hover (ctrl, alt+shift, meta, etc...)"
        },
        "$:/plugins/tobibeer/preview/defaults/keys": {
            "title": "$:/plugins/tobibeer/preview/defaults/keys",
            "text": "CTRL"
        },
        "$:/plugins/tobibeer/preview/lingo/delay": {
            "title": "$:/plugins/tobibeer/preview/lingo/delay",
            "text": "delay popup for this many milliseconds"
        },
        "$:/plugins/tobibeer/preview/defaults/delay": {
            "title": "$:/plugins/tobibeer/preview/defaults/delay",
            "text": "1500"
        },
        "$:/plugins/tobibeer/preview/lingo/class": {
            "title": "$:/plugins/tobibeer/preview/lingo/class",
            "text": "css classes applied to the popup"
        },
        "$:/plugins/tobibeer/preview/defaults/class": {
            "title": "$:/plugins/tobibeer/preview/defaults/class",
            "text": "tc-popup-keep"
        },
        "$:/plugins/tobibeer/preview/lingo/not": {
            "title": "$:/plugins/tobibeer/preview/lingo/not",
            "text": "no preview for links inside elements with these classes"
        },
        "$:/plugins/tobibeer/preview/defaults/not": {
            "title": "$:/plugins/tobibeer/preview/defaults/not",
            "text": "tc-drop-down tc-sidebar-scrollable tc-topbar tc-tiddler-title"
        },
        "$:/plugins/tobibeer/preview/lingo/exclude": {
            "title": "$:/plugins/tobibeer/preview/lingo/exclude",
            "text": "no preview for links to tiddlers matching this filter"
        },
        "$:/plugins/tobibeer/preview/defaults/exclude": {
            "title": "$:/plugins/tobibeer/preview/defaults/exclude",
            "text": "[is[system]] [all[shadows]] [!has[text]]"
        },
        "$:/plugins/tobibeer/preview/lingo/template": {
            "title": "$:/plugins/tobibeer/preview/lingo/template",
            "text": "the preview template"
        },
        "$:/plugins/tobibeer/preview/defaults/template": {
            "title": "$:/plugins/tobibeer/preview/defaults/template",
            "text": "$:/plugins/tobibeer/preview/template"
        },
        "$:/plugins/tobibeer/preview/lingo/open": {
            "title": "$:/plugins/tobibeer/preview/lingo/open",
            "text": "view at ''<<WIKI>>''"
        },
        "$:/plugins/tobibeer/preview/keyboard.js": {
            "title": "$:/plugins/tobibeer/preview/keyboard.js",
            "text": "/*\\\r\ntitle: $:/plugins/tobibeer/preview/keyboard.js\r\ntype: application/javascript\r\nmodule-type: utils\r\n\r\nFixes $:/core/modules/utils/dom/keyboard.js by providing an alternative.\r\nDo not use as an API, let's fix the core.\r\n\r\n@preserve\r\n\\*/\n(function(){\"use strict\";var e={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,PAGEUP:33,PAGEDOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,INSERT:45,DELETE:46};exports.parseKeyDescriptorTB=function(t){var l,r,y,s=t.toUpperCase().split(\"+\"),K={keyCode:null,shiftKey:false,altKey:false,ctrlKey:false};for(y=0;y<s.length;y++){l=false;r=s[y];if(r.substr(0,1)===\"!\"){l=true;r=r.substr(1)}if(r===\"CTRL\"){K.ctrlKey=l?null:true}else if(r===\"SHIFT\"){K.shiftKey=l?null:true}else if(r===\"ALT\"){K.altKey=l?null:true}else if(r===\"META\"){K.metaKey=l?null:true}else if(e[r]){K.keyCode=e[r]}else{K.keyCode=r.charCodeAt(0)}}return K};exports.checkKeyDescriptorTB=function(e,t){var l=!!t.metaKey;return(t.keyCode===null||e.keyCode===t.keyCode)&&(t.shiftKey===null?!e.shiftKey:e.shiftKey===t.shiftKey)&&(t.altKey===null?!e.altKey:e.altKey===t.altKey)&&(t.ctrlKey===null?!e.ctrlKey:e.ctrlKey===t.ctrlKey)&&(t.metaKey===null?!e.metaKey:e.metaKey===l)}})();",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/plugins/tobibeer/preview/link.js": {
            "title": "$:/plugins/tobibeer/preview/link.js",
            "text": "/*\\\r\ntitle: $:/plugins/tobibeer/preview/link.js\r\ntype: application/javascript\r\nmodule-type: startup\r\n\r\nEnhances the link widget for on-hover previews\r\n\r\n@preserve\r\n\\*/\n(function(){var e,t=require(\"$:/core/modules/widgets/link.js\").link,i=t.prototype.render,o=t.prototype.handleClickEvent;t.prototype.render=function(){i.apply(this,arguments);var t=this,o=this.wiki,p=this.domNodes[0],r=o.getTiddler(t.to),n=\"$:/plugins/tobibeer/preview/defaults/\",u=\"$:/temp/tobibeer/preview-\",l=$tw.utils.parseKeyDescriptorTB(o.getTextReference(n+\"keys\",\"\").toUpperCase()),s=o.getTextReference(n+\"delay\").toUpperCase(),a=function(e){var i=$tw.popup.popupInfo(e),p=i.popupLevel;return o.getTextReference(u+p)&&o.getTextReference(u+p+\"-tiddler\")===t.to?null:i},f=function(){var i,r=a(p);if(r){i=r.popupLevel;clearTimeout(t.previewTimeout);$tw.popup.cancel(i);i++;o.setText(u+i+\"-tiddler\",\"text\",null,t.to);if($tw.popup.findPopup(u+i)===-1){setTimeout(function(){$tw.popup.triggerPopup({domNode:p,title:u+i,wiki:o});e=0},50)}}},d=function(){var e,i,r=1,u=o.getTextReference(n+\"not\",\"\");if(u){$tw.utils.each(u.split(\" \"),function(e){var t=p;while(t&&r){if($tw.utils.hasClass(t,e)){r=0;return false}t=t.parentNode}})}if(r){i=o.getTextReference(n+\"exclude\",\"\");e=i?o.filterTiddlers(i):[];if(e.indexOf(t.to)>=0){r=0}}return r};s=s!==undefined?parseInt(s):null;if(s!==null&&isNaN(s)){s=0}if(r){$tw.utils.addClass(p,\"tc-popup-handle\");$tw.utils.addClass(p,\"tc-popup-absolute\");[\"mouseover\",\"mouseout\"].forEach(function(i){p.addEventListener(i,function(o){var p=o||window.event;if(i===\"mouseover\"){if(d()){if(!p.keyCode){p.keyCode=0}if($tw.utils.checkKeyDescriptorTB(p,l)){if(!e){e=1;f()}}else if(s!==null){e=0;t.previewTimeout=setTimeout(f,s)}}}else{e=0;clearTimeout(t.previewTimeout)}})})}};t.prototype.handleClickEvent=function(){o.apply(this,arguments);clearTimeout(this.previewTimeout);$tw.popup.cancel(Math.max(0,$tw.popup.popupInfo(this.domNodes[0]).popupLevel))}})();",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/plugins/tobibeer/preview/popups": {
            "title": "$:/plugins/tobibeer/preview/popups",
            "tags": "$:/tags/PageTemplate",
            "text": "\\define state(num)\n$:/temp/tobibeer/preview-$num$\n\\end\n\n\\define classes(num)\ntc-popup appear appear-block appear-reveal tc-preview-tiddler tc-preview-tiddler-$num$ $(default-classes)$\n\\end\n\n\\define level(num)\n<$reveal tag=\"div\" type=\"popup\" state=<<state $num$>> class=<<classes $num$>>>\n<$tiddler tiddler={{$:/temp/tobibeer/preview-$num$-tiddler}}>\n<$transclude tiddler={{$:/plugins/tobibeer/preview/defaults/template}} mode=\"block\"/>\n</$tiddler>\n</$reveal>\n\\end\n\n<$vars default-classes={{$:/plugins/tobibeer/preview/defaults/class}}>\n<$list filter=\"1 2 3 4 5 6 7 8 9\">\n<$macrocall $name=\"level\" num={{!!title}}/>\n</$list>\n</$vars>"
        },
        "$:/plugins/tobibeer/preview/readme": {
            "title": "$:/plugins/tobibeer/preview/readme",
            "text": "The plugin $:/plugins/tobibeer/preview enhances the core <<x LinkWidget>> to display a preview of tiddlers when hovering an internal link.\n\n<br>\n\n; documentation / examples / demos...\r\n: http://tobibeer.github.io/tw5-plugins#preview"
        },
        "$:/plugins/tobibeer/preview/styles": {
            "title": "$:/plugins/tobibeer/preview/styles",
            "tags": "$:/tags/Stylesheet",
            "text": ".tc-popup.tc-preview-tiddler{\r\n\tmax-width:600px;\r\n\twidth:100%;\r\n\tpadding:1em;\r\n}"
        },
        "$:/plugins/tobibeer/preview/template": {
            "title": "$:/plugins/tobibeer/preview/template",
            "text": "{{||$:/core/ui/ViewTemplate/tags}}\n\n<$transclude mode=\"block\"/>"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/TWaddle/SideEditor/icon": {
            "created": "20160421222805854",
            "creator": "Mat von TWaddle",
            "text": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAABISURBVDhP1ZAxDgAgCMR4Oj9H1EnDXRjOwSZl0oZg7h7MxJgrgJAFkjlqu4EKXYC5373eACENQDsBZuuITM0GiI8CzPvDadgAbYISbVw2M04AAAAASUVORK5CYII=",
            "type": "image/png",
            "title": "$:/plugins/TWaddle/SideEditor/icon",
            "modifier": "Mat von TWaddle",
            "modified": "20200716000102665"
        },
        "$:/plugins/TWaddle/SideEditor/Revealer": {
            "created": "20150601115921432",
            "creator": "Mat von TWaddle",
            "text": "<$macrocall $name=\"sideeditor\" tid={{$:/state/SideEditor}}/>",
            "title": "$:/plugins/TWaddle/SideEditor/Revealer",
            "tags": "$:/tags/PageTemplate",
            "modifier": "Mat von TWaddle",
            "modified": "20200716000129021"
        },
        "$:/plugins/TWaddle/SideEditor/Button": {
            "text": "\\whitespace trim\n\n\\define buttoncontent()\n<$action-setfield\n   $tiddler=\"$:/state/SideEditor\"\n   text={{!!title}}\n   display=\"block\" />\n<$action-deletetiddler\n   $tiddler=\"$:/temp/SideEditor/macrotext\"/>\n<$action-deletetiddler\n   $tiddler=<<unusedtitle>>/>\n<$list filter=\"[all[current]!has[title]]\">\n   <$action-setfield\n      $tiddler=\"$:/state/SideEditor\"\n      newtid=yes />\n</$list>\n<$list filter=\"[all[current]has[title]]\">\n   <$action-sendmessage\n      $message=\"tm-close-tiddler\"\n      $param=<<unusedtitle>>/>\n   <$action-deletefield\n      $tiddler=\"$:/state/SideEditor\" newtid />\n</$list>\n\\end\n\n<$list filter=\"[all[current]!tag[$:/tags/Macro]]\">\n   <$button  class=<<tv-config-toolbar-class>> >\n      {{$:/core/images/right-arrow}}\n      <<buttoncontent>>\n   </$button>\n</$list>\n<$list filter=\"[all[current]tag[$:/tags/Macro]]\">\n   <$button class=<<tv-config-toolbar-class>>\n        actions=\"\"\"<$action-setfield $tiddler='$:/temp/SideEditor/macrotext' text={{!!text}} />\"\"\" >\n      {{$:/core/images/right-arrow}}\n      <<buttoncontent>>\n   </$button>\n</$list>",
            "title": "$:/plugins/TWaddle/SideEditor/Button",
            "tags": "$:/tags/ViewToolbar",
            "modifier": "Mat von TWaddle",
            "modified": "20200728135353447",
            "description": "A live editor floating next to the story river...",
            "creator": "Mat von TWaddle",
            "created": "20200708141207266",
            "caption": "{{$:/core/images/right-arrow}} SideEditor"
        },
        "$:/plugins/TWaddle/SideEditor/minimize-icon": {
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-full-screen-button tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M0 8a8 8 0 018-8h32a8 8 0 110 16H16v24a8 8 0 11-16 0V8zM128 120a8 8 0 01-8 8H88a8 8 0 110-16h24V88a8 8 0 1116 0v32zM8 128a8 8 0 01-8-8V88a8 8 0 1116 0v24h24a8 8 0 110 16H8zM120 0a8 8 0 018 8v32a8 8 0 11-16 0V16H88a8 8 0 110-16h32zM64 76.314l-16.97 16.97a7.999 7.999 0 01-11.314 0c-3.118-3.118-3.124-8.19 0-11.313L52.686 65l-16.97-16.97a7.999 7.999 0 010-11.314c3.118-3.118 8.19-3.124 11.313 0L64 53.686l16.97-16.97a7.999 7.999 0 0111.314 0c3.118 3.118 3.124 8.19 0 11.313L75.314 65l16.97 16.97a7.999 7.999 0 010 11.314c-3.118 3.118-8.19 3.124-11.313 0L64 76.314z\"/></svg>",
            "title": "$:/plugins/TWaddle/SideEditor/minimize-icon",
            "tags": "$:/tags/Image",
            "modified": "20200729140646679",
            "created": "20200729134809913"
        },
        "$:/plugins/TWaddle/SideEditor/new-btn": {
            "text": "\\whitespace trim\n<$button\n   tooltip={{$:/language/Buttons/NewTiddler/Hint}} \n   aria-label={{$:/language/Buttons/NewTiddler/Caption}}\n   class=<<tv-config-toolbar-class>>\n>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n   {{$:/plugins/TWaddle/SideEditor/new-icon}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n   <span class=\"tc-btn-text\">\n      <$text text={{$:/language/Buttons/NewTiddler/Caption}}/>\n   </span>\n</$list>\n<$action-setfield $tiddler=\"$:/state/SideEditor\" display=\"block\"\n   text=<<unusedtitle>>\n   newtid=yes\n/>\n<$action-deletetiddler\n   $tiddler=\"$:/temp/SideEditor/macrotext\"\n/>\n<$action-navigate $to=<<unusedtitle>>/>\n</$button>",
            "title": "$:/plugins/TWaddle/SideEditor/new-btn",
            "tags": "$:/tags/PageControls",
            "modified": "20200726210831832",
            "description": "Create \"New tiddler\" in SideEditor",
            "created": "20200721144103904",
            "caption": "{{$:/plugins/TWaddle/SideEditor/new-icon}} new tiddler"
        },
        "$:/plugins/TWaddle/SideEditor/new-icon": {
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M56 72H8.007C3.591 72 0 68.418 0 64c0-4.41 3.585-8 8.007-8H56V8.007C56 3.591 59.582 0 64 0c4.41 0 8 3.585 8 8.007V56h47.993c4.416 0 8.007 3.582 8.007 8 0 4.41-3.585 8-8.007 8H72v47.993c0 4.416-3.582 8.007-8 8.007-4.41 0-8-3.585-8-8.007V72z\"/><rect width=\"16\" height=\"48\" x=\"96\" y=\"80\" rx=\"8\"/><rect width=\"48\" height=\"16\" x=\"80\" y=\"96\" rx=\"8\"/></svg>",
            "title": "$:/plugins/TWaddle/SideEditor/new-icon",
            "tags": "$:/tags/Image",
            "modified": "20200726210412628",
            "created": "20200726205428653"
        },
        "$:/plugins/TWaddle/SideEditor/Window": {
            "created": "20200718164532180",
            "text": "\\define bar() macDefInWin\n\n\\define newtidtitle() macronewtidtitle -title (or empty row)aaa<<currentTiddler>>bbb\n\n\\define newTidActions()\n<$action-setfield $tiddler=\"$:/state/SideEditor\" text=<<unusedtitle>> newtid=yes/><$action-deletetiddler $tiddler=\"$:/temp/SideEditor/macrotext\"/><$action-navigate $to=<<unusedtitle>> $scroll=yes/>\n\\end\n\n\\define newTid(tid)\n<$list filter=\"\"\"[{$:/state/SideEditor!!newtid}match[yes]]\"\"\" variable=\"_NUL\">\n<$vars\n    tmptitle={{{ [[$tid$]get[text]splitregexp[\\n]nth[1]] }}}\n    title={{{ [[$tid$]get[text]splitregexp[\\n]nth[1]!match[]else[$tid$]] }}}\n    tags={{{ [[$tid$]get[text]splitregexp[\\n]nth[2]] }}} >\n<$vars text={{{ [[$tid$]get[text]removeprefix<tmptitle>trim[]removeprefix<tags>trim[]] ~[[$tid$]get[text]removeprefix<tmptitle>]}}} >\n   <$action-setfield\n      $tiddler=<<title>>\n       tags=<<tags>>\n       text=<<text>> />\n   <$action-setfield\n       $tiddler=\"$:/StoryList\"\n       list={{{ [{$:/StoryList!!list}split[$tid$]!is[blank]join<title>] }}} />\n   <$action-navigate $to=<<title>> $scroll=yes/>\n</$vars>\n</$vars>\n<$list filter=\"\"\"[[$tid$]get[text]splitregexp[\\n]nth[1]!match[]]\"\"\">\n   <$action-sendmessage $message=\"tm-close-tiddler\" $param=\"\"\"$tid$\"\"\"/>\n   <$action-deletetiddler $tiddler=\"\"\"$tid$\"\"\"/>\n</$list>\n<$action-deletefield $tiddler=\"$:/state/SideEditor\" newtid />\n</$list>\n\\end\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" >\n<$list filter=\"[<inWindow>match[true]]\" variable=\"_NUL\">\n<div class=\"se-window\">\n<div class=\"se-toolbar\">\n<span class=\"se-toolbar-btns se-left\">\n<!--Closing window doesn't work here (but it does work for delete button)\n<a href=\"javascript:open(location, '_self').close();\">\n<$button tooltip=\"Save and Close editor\"\n   actions=\"\"\"<$action-deletetiddler $tiddler=\"$:/state/SideEditor\"/><$action-deletetiddler $tiddler=\"$:/temp/SideEditor/macrotext\"/>\"\"\" >\n   <$list filter=\"\"\"[{$:/state/SideEditor}tag[$:/tags/Macro]]\"\"\">\n      <$action-setfield\n         $tiddler={{$:/state/SideEditor}}\n         text={{$:/temp/SideEditor/macrotext}} />\n   </$list>\n   <$list filter=\"[{$:/state/SideEditor}!is[missing]]\">\n      <$macrocall $name=newTid tid={{$:/state/SideEditor}} />\n   </$list>\n   <$list filter=\"[{$:/state/SideEditor}is[missing]]\">\n      <$action-setfield\n          $tiddler=\"$:/StoryList\"\n          list={{{ [{$:/StoryList!!list}split[$tid$]!is[blank]join<title>] }}} />\n   </$list>\n   {{$:/core/images/done-button}}\n</$button>\n</a>\n-->\n\n<$list filter=\"[{$:/state/SideEditor}tag[$:/tags/Macro]]\" variable=\"_NUL\">\n   <$button tooltip=\"Save macro and Keep open\" style=\"xfill:red\" class=\"tc-dirty-indicator\">\n      {{$:/core/images/done-button}}\n      <$action-setfield\n        $tiddler={{$:/state/SideEditor}}\n        text={{$:/temp/SideEditor/macrotext}} />\n   </$button>\n</$list>\n\n<$button class=\"tc-btn-invisible tc-tiddlylink se-toolbar-title\">\n   <$list  emptyMessage={{$:/state/SideEditor}}\n    filter=\"[[$:/state/SideEditor]newtid[yes]] ~[{$:/state/SideEditor}is[missing]]\" >\n      //{{$:/state/SideEditor}}//\n   </$list>\n   <$action-navigate $to={{$:/state/SideEditor}} />\n</$button>\n</span>\n\n<span class=\"se-toolbar-btns se-right\">\n<$button tooltip=\"Delete tiddler and Create new ADD ACTIONS=NEWTIDACTIONS\"\n     actions=\"\"\"<<newTidActions>>\"\"\">\n   {{$:/core/images/delete-button}}\n   <$action-setfield\n      $tiddler=\"$:/StoryList\"\n       list={{{ [{$:/StoryList!!list}split{$:/state/SideEditor}!is[blank]join[]] }}} />\n   <$action-deletetiddler $tiddler={{$:/state/SideEditor}} />\n   <$action-deletetiddler $tiddler=\"\"\"$:/temp/SideEditor/macrotext\"\"\"/>\n </$button>\n\n<$button tooltip=\"Save tiddler and Create new\"\n    actions=\"\"\"<$action-setfield $tiddler=\"$:/state/SideEditor\" text=<<unusedtitle>> newtid=yes /><$action-deletetiddler $tiddler=\"$:/temp/SideEditor/macrotext\" /><$action-navigate $to=<<unusedtitle>> $scroll=yes/>\"\"\">\n   {{$:/core/images/new-button}}\n   <$macrocall $name=newTid tid={{$:/state/SideEditor}} />\n   <$list filter=\"[{$:/state/SideEditor}tags[$:/tags/Macro]]\" variable=\"_NUL\">\n      <$action-setfield\n         $tiddler={{$:/state/SideEditor}}\n         text={{$:/temp/SideEditor/macrotext}} />\n   </$list>\n</$button>\n\n<a href=\"javascript:open(location, '_self').close();\">\n  <$button tooltip=\"Switch to in-tiddly SideEditor\"\n      actions=\"\"\"<$action-setfield $tiddler=\"$:/state/SideEditor\" display=block />\"\"\"\n      style=\"transform: rotate(180deg);\">\n        {{$:/core/images/open-window}}\n  </$button>\n</a>\n</span>\n</div>\n\n<table class=\"se-editor-table\">\n<tr>\n<td style=\"min-height:100px;\">\n   <$list filter=\"\"\"[{$:/state/SideEditor}!tag[$:/tags/Macro]] +[then{$:/state/SideEditor}else[$:/temp/SideEditor/macrotext]]\"\"\">\n     <$edit-text field=\"text\" tag=\"textarea\" class=\"se-editor\"\n         tiddler=<<currentTiddler>> minHeight=\"100%\" default=\"\" />\n   </$list>\n</td>\n<td class=\"se-editor-placeholder\">\n   ''title row'': type title - OR - leave row __empty__ to accept \"<$text text={{$:/state/SideEditor}}/>\"<br>\n   ''tags row'': type tags and [&zwj;[bracketed tags]&zwj;] - OR - leave row __empty__<br>\n   ''text'' ...\n</td>\n</tr>\n</table>\n\n</div>\n</$list>\n</$navigator>",
            "title": "$:/plugins/TWaddle/SideEditor/Window",
            "tags": "",
            "modifier": "Mat von TWaddle",
            "modified": "20200802221157096",
            "creator": "twMat"
        },
        "$:/plugins/TWaddle/SideEditor/Stylesheet": {
            "text": "<pre>\n#sideeditor { \n  display:none;\n  display:{{$:/state/SideEditor!!display}};\n}\n#se-main {\n  position:fixed;\n  z-index:2001;\n  top:{{$:/plugins/TWaddle/SideEditor/Metrics!!top}}vh; \n  left:{{$:/plugins/TWaddle/SideEditor/Metrics!!left}}vw;\n  right:0px;\n  height:0;\n}\n\n/********** TOOLBAR *********/\n.se-toolbar {\n  background:<<colour background>>;\n  border:1px solid silver; \n  height:2.3em;\n}\n.se-toolbar-title {\n  display:inline-block;\n  white-space:nowrap;\n  width:auto !important;\n}\n.se-toolbar-btns {\n  position:absolute;\n  background:<<colour background>>; \n  margin:1px;\n}\n.se-toolbar-btns.se-right {\n  right:0;\n  padding-right:2em;\n  margin-right:2px;\n}\n.se-toolbar-btns.se-left { \n}\n.se-toolbar-btns.se-right:before { /* Fade title if covered */\n  position:absolute; margin-top:1px;\n  content:\" \";\n  min-width:1em; margin-left:-1em;\n  height:90%;\n  background:linear-gradient(90deg, transparent 0%, <<colour \n  background>> 100%);\n}\n.se-toolbar-btns button {\n  width:3em; height:2em;\n  fill:<<colour tiddler-controls-foreground>>;\n  background:transparent;\n  border:0;\n  margin:0px 0 0 -4px;\n}\n.se-toolbar-btns button:hover svg {\n  fill: <<colour tiddler-controls-foreground-hover>>;\n}\n.se-toolbar-btns button:active,\n .se-toolbar-btns button:focus { outline:0;\n}\n\n/********** EDITOR AREA **********/\n\n/* In a table cos textarea don't allow pseudo elements for hover margin. */\n.se-editor-table,\n .se-editor-table tr,\n .se-editor-table td {padding:0; margin:0; border:0;\n}\n.se-editor-table {\n  margin-left:-1.5em;\nx min-width:calc(100% + 1.5em); \n  background:transparent;\n}\n.se-editor-table:after {\n  position:absolute;\n  content:\"\";\n  width:100%;\n  height:1em;\n}\n.se-editor,\n .se-editor-placeholder {\n  min-height:100px;\n  padding:5px; padding-bottom:1em;\n  max-height:calc(100vh - {{$:/plugins/TWaddle/SideEditor/Metrics!!top}}vh - 2.3em);\n  width:calc(100vw - {{$:/plugins/TWaddle/SideEditor/Metrics!!left}}vw - 1.2em);\n  vertical-align:top;\n}\n.se-editor {\n  resize:none;  /* remove to get resize */\n  margin-bottom:-5px;\n  border:1px solid darkgrey;\n  border-top:0; \n}\n.se-editor-placeholder {\n  color:silver;\n  background:<<colour background>>;\n}\n\n/********** RESIZING SLIDERS ************/\n\n.se-slider-top { /* Covers/hides eventual sidebar scrollbar */\n  position:fixed;\n  transform:rotate(90deg);\n  width:100vh !important;\n  height:22px; /* width to cover sidebar scrollbar */\n  right:calc(-50vh + 10px);\n  bottom:50vh;\n  background: <<colour page-background>> !important;\n  border:none;\n}\n.se-slider-left {\n  position:fixed;\n  left:.5em;\n  z-index:2003;\n  bottom:2vmin;\n  width:100%; /* MS can't handle vmax here */\n  border:none;\n}\n\n/*** CRED: https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ ***/\n\n/** Applying base styles *******************/\n\n.se-sliders input[type=range] { /* for FF */\n  -webkit-appearance: none; width: 100%; background:transparent; }\n.se-sliders input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; }\n.se-sliders input[type=range]:focus { outline: none; }\n\n/** Styling the Thumb ***********************/\n\n/* Special styling for WebKit/Blink */\n.se-sliders input[type=range]::-webkit-slider-thumb {\n  -webkit-appearance: none;\n  box-shadow: inset 4px 0px 0px silver, 0px 0px 0px #000000;\n  border: 0px;  border-radius: 0px;\n  height: 20px; width: 6px;\n  background: transparent;\n  cursor: pointer;\n}\n.se-sliders input[type=range]::-webkit-slider-thumb:hover {\n  border:3px solid silver;\n}\n\n/* All the same stuff for Firefox */\n.se-sliders input[type=range]::-moz-range-thumb {\n  box-shadow: inset 4px 0px 0px silver, 0px 0px 0px #000000;\n  border: 0;  border-radius: 0px;\n  height: 20px; width: 6px;\n  background: transparent;\n  cursor: pointer;\n}\n.se-sliders input[type=range]::-moz-range-thumb:hover {\n  border:3px solid silver;\n}\n\n/* All the same stuff for IE */\n.se-sliders input[type=range]::-ms-thumb {\n  box-shadow: inset 4px 0px 0px silver, 0px 0px 0px #000000;\n  border: 0px solid blue;  border-radius: 0px;\n  /* height: 20px; width: 16px; */ \n  background: transparent;\n  cursor: pointer;\n}\n.se-sliders input[type=range]::-ms-thumb:hover {\n  border:3px solid silver;\n}\n/** Styling the Track *************************/\n\n.se-sliders input[type=range]::-webkit-slider-runnable-track {\n  width: 100%; height: 1px; margin-top:-10px;\n}\n.se-sliders input[type=range]::-moz-range-track { height: 0px; \n}\n.se-sliders input[type=range]::-ms-track{ height: 1px; margin-top:-10px;\n}\n\n</pre>",
            "z-index": "2000",
            "type": "text/vnd.tiddlywiki",
            "top": "17",
            "title": "$:/plugins/TWaddle/SideEditor/Stylesheet",
            "tags": "$:/tags/Stylesheet",
            "peek": "1px",
            "modifier": "Mat von TWaddle",
            "modified": "20200803081511010",
            "left": "46",
            "display": "none",
            "creator": "Mat von TWaddle",
            "created": "20160514162106379"
        },
        "$:/plugins/TWaddle/SideEditor/readme": {
            "created": "20150807204704723",
            "creator": "Mat von TWaddle",
            "text": "''SideEditor'' floats a tiddlers editor by the story river side, giving you a //live// view of the effects from your editing.\n\n''Usage''\n\n*''Activate'' SideEditor via the tiddler tool <span class=\"about-icon\">{{$:/core/images/right-arrow}}</span> or page tool <span class=\"about-icon\">{{$:/plugins/TWaddle/SideEditor/new-icon}}</span>\n*''Re-size'' it via the \"handle bars\" at upper-right and lower-left corner\n*''Switch focus'' between //Sidebar, River// and //SideEditor// by ''hovering''\n\n''Separate window use'' &nbsp; <span class=\"about-icon\">{{$:/core/images/open-window}}</span>\n\n*''Stick window'', using separate software ([[e.g|https://www.google.com/search?q=deskpins&oq=deskpins&aqs=chrome.0.69i59j0l7.5485j0j7&sourceid=chrome&ie=UTF-8]]), to simplify copy-pasting\n*''Go distraction free'' by maximizing the window\n\n;Macros\n:Macros are not //live// updated but changes are applied on save&nbsp; <span class=\"about-icon\">{{$:/core/images/done-button}}</span>\n\n''Plugin home'': http://sideeditor.tiddlyspot.com/\n\n<br>//Mat <:-) von TWaddle//\n\n<style>.about-icon svg {display:inline; max-width:1em; max-height:1em; fill:gray; margin-bottom:-2px;}</style>",
            "title": "$:/plugins/TWaddle/SideEditor/readme",
            "modifier": "Mat von TWaddle",
            "modified": "20200803113647541"
        },
        "$:/plugins/TWaddle/SideEditor/Main": {
            "created": "20200725234414413",
            "text": "\\define se-resizer(field)\n<div class=\"se-sliders\">\n<$range tiddler=\"$:/plugins/TWaddle/SideEditor/Metrics\" field=\"$field$\"\n    class=\"se-slider-$field$\" /> \n</div>\n\\end\n\n\\define extraActions()\n<$action-setfield\n   $tiddler={{$:/state/SideEditor}}\n   text={{$:/temp/SideEditor/macrotext}} />\n\\end\n\n\\define newTid(tid)\n<$list filter=\"\"\"[{$:/state/SideEditor!!newtid}match[yes]]\"\"\" variable=\"_NUL\">\n<$vars\n    tmptitle={{{ [[$tid$]get[text]splitregexp[\\n]nth[1]] }}}\n    title={{{ [[$tid$]get[text]splitregexp[\\n]nth[1]!match[]else[$tid$]] }}}\n    tags={{{ [[$tid$]get[text]splitregexp[\\n]nth[2]] }}} >\n<$vars text={{{ [[$tid$]get[text]removeprefix<tmptitle>trim[]removeprefix<tags>trim[]] ~[[$tid$]get[text]removeprefix<tmptitle>]}}} >\n   <$action-setfield\n      $tiddler=<<title>>\n       tags=<<tags>>\n       text=<<text>> />\n<$set name=newstory filter={{{ [[$:/StoryList]get[list]] [<title>] +[replace{$:/state/SideEditor}] }}}>\n   <$action-setfield\n       $tiddler=\"$:/StoryList\"\n       list=<<newstory>> />\n</$set>\n   <$action-navigate $to=<<title>> $scroll=yes/>\n</$vars>\n</$vars>\n<$list filter=\"\"\"[[$tid$]get[text]splitregexp[\\n]nth[1]!match[]]\"\"\">\n   <$action-sendmessage $message=\"tm-close-tiddler\" $param=\"\"\"$tid$\"\"\"/>\n   <$action-deletetiddler $tiddler=\"\"\"$tid$\"\"\"/>\n</$list>\n<$action-deletefield $tiddler=\"$:/state/SideEditor\" newtid />\n</$list>\n\\end\n\n\\define se-main(tid, toedit, extraActions:\"dummycall\")\n<div class=\"se-toolbar\">\n<span class=\"se-toolbar-btns se-left\">\n<$list filter=\"\"\"[{$:/state/SideEditor}tag[$:/tags/Macro]]\"\"\">\n   <$button tooltip=\"Close without saving macro\" >\n      <$action-deletetiddler $tiddler=\"$:/state/SideEditor\"/>\n      <$action-deletetiddler $tiddler=\"$:/temp/SideEditor/macrotext\"/>\n      {{$:/core/images/left-arrow}}\n   </$button>\n</$list>\n\n<$button tooltip=\"Save and Close editor\"\n   style=\"margin-left:1px;\"\n   actions=\"\"\"<$action-deletetiddler $tiddler=\"$:/state/SideEditor\"/><$action-deletetiddler $tiddler=\"$:/temp/SideEditor/macrotext\"/>\"\"\" >\n   <$list filter=\"\"\"[[$tid$]tag[$:/tags/Macro]]\"\"\">\n      <$action-setfield\n         $tiddler={{$:/state/SideEditor}}\n         text={{$:/temp/SideEditor/macrotext}} />\n   </$list>\n   <$list filter=\"[{$:/state/SideEditor}!is[missing]]\">\n      <<newTid \"\"\"$tid$\"\"\">>\n   </$list>\n<!--\n   <$list filter=\"[{$:/state/SideEditor}is[missing]]\">\n      <$action-sendmessage $message=\"tm-close-tiddler\" $param=\"\"\"$tid$\"\"\"/>\n   </$list>\n-->\n   {{$:/core/images/done-button}}\n</$button>\n\n<$list filter=\"[[$:/state/SideEditor]newtid[yes]] ~[{$:/state/SideEditor}is[missing]]\" emptyMessage=\"\"\"[[$tid$]]\"\"\">\n<$button class=\"tc-btn-invisible tc-tiddlylink se-toolbar-title\">\n   <$action-setfield $tiddler=\"$:/state/SideEditor\" newtid=yes />\n   <$action-navigate $to=\"\"\"$tid$\"\"\" />\n   //[[$tid$]]//\n</$button>\n</$list>\n</span>\n\n<span class=\"se-toolbar-btns se-right\">\n<$button tooltip=\"Delete tiddler and Close editor\">\n   {{$:/core/images/delete-button}}\n   <$action-sendmessage $message=\"tm-close-tiddler\" $param=\"\"\"$tid$\"\"\"/>\n   <$action-deletetiddler $tiddler=\"\"\"$tid$\"\"\"/>\n   <$action-deletetiddler $tiddler=\"\"\"$:/temp/SideEditor/macrotext\"\"\"/>\n   <$action-deletetiddler $tiddler=\"\"\"$:/state/SideEditor\"\"\"/>\n</$button>\n\n<$button tooltip=\"Save tiddler and Create new\"\n    actions=\"\"\"<$action-setfield $tiddler=\"$:/state/SideEditor\" text=<<unusedtitle>> newtid=yes /><$action-deletetiddler $tiddler=\"$:/temp/SideEditor/macrotext\" />\"\"\">\n   <<$extraActions$>>\n   <$macrocall $name=newTid tid={{$:/state/SideEditor}} />\n   <$action-navigate $to=<<unusedtitle>> $scroll=yes/>\n   {{$:/core/images/new-button}}  \n</$button>\n\n<$button tooltip=\"Open in separate window\">\n   <$action-deletefield $tiddler=\"$:/state/SideEditor\" display />\n   <$set name=isMacro\n      filter=\"\"\"[{$:/state/SideEditor}tag[$:/tags/Macro]then[yes]else[no]]\"\"\">\n   <$action-sendmessage\n      $message=\"tm-open-window\"\n      $param=\"\"\"$toedit$\"\"\"\n      extraActions=\"$extraActions$\"\n      isMacro=<<isMacro>>\n      inWindow=true\n      template=\"$:/plugins/TWaddle/SideEditor/Window\"\n      height={{{[{$:/info/browser/screen/height}multiply{$:/plugins/TWaddle/SideEditor/Metrics!!top}divide[100]trunc[]subtract{$:/info/browser/screen/height}multiply[-1]subtract[100]]}}}\n      width={{{[{$:/info/browser/screen/width}multiply{$:/plugins/TWaddle/SideEditor/Metrics!!left}divide[100]trunc[]subtract{$:/info/browser/screen/width}multiply[-1]subtract[50]]}}}\n   />\n   </$set>\n   {{$:/core/images/open-window}}\n</$button>\n</span>\n</div>\n\n<table class=\"se-editor-table\">\n<tr>\n<td style=\"min-width:1.5em; background:transparent;\"></td>\n<td style=\"min-height:100px;\">\n   <$edit-text tiddler=\"\"\"$toedit$\"\"\" field=\"text\" \n      tag=\"textarea\" class=\"se-editor\" default=\"\"/>\n</td>\n<$list filter=\"\"\"[{$:/state/SideEditor!!newtid}match[yes]]\"\"\">\n<$list filter=\"\"\"[[$toedit$]is[missing]] [[$toedit$]!has[text]] +[first[]]\"\"\">\n   <td style=\"min-height:100px; background:white;\">\n      <div class=\"se-editor-placeholder\">\n         ''title row'': type title - OR - leave row __empty__ to accept \"//$toedit$//\"<br>\n         ''tags row'': type tags and [&zwj;[bracketed tags]&zwj;] - OR - leave row __empty__<br>\n         ''text'' ...\n      </div>\n   </td>\n   <style>.se-editor-table td:nth-of-type(2) {position:absolute;}\n.se-editor {background:transparent;}</style>\n</$list>\n</$list>\n</tr>\n</table>\n\\end\n\n\\define sideeditor(tid)\n<div id=\"sideeditor\">\n<$list filter={{$:/state/SideEditor}}>\n   <<se-resizer \"left\">><<se-resizer \"top\">>\n</$list>\n<div id=\"se-main\">\n   <$list filter=\"\"\"[{$:/state/SideEditor}!tag[$:/tags/Macro]]\"\"\">\n      <$macrocall $name=se-main\n          tid=\"\"\"$tid$\"\"\" toedit={{$:/state/SideEditor}}/>\n   </$list>\n   <$list filter=\"\"\"[{$:/state/SideEditor}tag[$:/tags/Macro]]\"\"\">\n      <$macrocall $name=se-main\n         tid=\"\"\"$tid$\"\"\" toedit=\"$:/temp/SideEditor/macrotext\" extraActions=extraActions />\n   </$list>\n   <$list filter=\"[[$:/state/SideEditor]display[block]]\">\n      <style>{{$:/plugins/TWaddle/SideEditor/StylesheetActive}}</style>\n   </$list>\n</div>\n</div>\n\\end",
            "title": "$:/plugins/TWaddle/SideEditor/Main",
            "tags": "$:/tags/Macro",
            "modifier": "Mat von TWaddle",
            "modified": "20200804215351362",
            "creator": "Mat von TWaddle"
        },
        "$:/plugins/TWaddle/SideEditor/Metrics": {
            "created": "20160514163926446",
            "text": "",
            "top": "25",
            "title": "$:/plugins/TWaddle/SideEditor/Metrics",
            "tags": "",
            "modifier": "Mat von TWaddle",
            "modified": "20200804215228279",
            "left": "53",
            "creator": "Mat von TWaddle"
        },
        "$:/plugins/TWaddle/SideEditor/StylesheetActive": {
            "created": "20160514142353426",
            "text": "/*\n * In-macro styles, i.e called from within the SideEditor macro, when that is active.\n * Do NOT tag it $:/tags/Stylesheet as that would make it permanently active.\n * Do NOT enclose in pre tags.\n */\n\n\n/* Hide regular sidebar scrollbar */\n.tc-sidebar-scrollable {overflow:hidden !important;}\n.tc-sidebar-scrollable:hover {overflow-y:auto !important;} \n\n/* Prioritize access to sidebar or river when they're hovered */\n.tc-sidebar-scrollable:hover,\n .tc-story-river > .tc-tiddler-frame:hover {\n  z-index:2002;\n}\n.tc-sidebar-scrollable:hover {\n  overflow-x:hidden;\n  right: 20px; /* access SE */\n}\n@media (min-width:{{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n  .tc-sidebar-scrollable:hover {\n    max-width:{{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n    border-right:1em solid transparent; /* hover margin*/\n    top:42px; /* access to top bar */\n    <$list filter=\"[{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fluid-fixed]]\">\n       position:fixed;\n       padding-left:62px; /* 42default+20for access to SE */\n    </$list>\n  }\n  .tc-sidebar-scrollable:hover > div { margin-top:-42px;\n  }\n}\n@media (max-width:{{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n  .tc-sidebar-scrollable:hover {\n    position:relative;\n    border-right:none;\n    margin-left:20px;\n    <$list filter=\"[{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fluid-fixed]]\">\n       max-width:calc(100vw - 40px); /*access SE*/\n    </$list>\n  }\n}\n\n.tc-sidebar-scrollable:hover .tc-sidebar-header {\n  background:<<colour page-background>>;\n}\n@media (min-width:{{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n  .tc-sidebar-scrollable:hover .tc-sidebar-header {\n    padding-left:1em;\n    margin-left:-1em;\n  }\n}\n/* lower sidebar area hazed out to indicate it blocks typing into SE */\n.tc-sidebar-scrollable:hover:after {\n  position: absolute;\n  z-index:-1;\n  height:calc(100vh - 3em); \n  width:calc(100% - .5em);\n  top:0; \n  content: ' ';\n  margin-left:-1em;\n  background:<<colour page-background>>;\n  <$set name=bg value={{{ [{$:/palette}getindex[page-background]prefix[#]addsuffix[66]] }}}>\n    background: <<bg>>; /* 40% transparency */\n  </$set>\n  box-shadow: inset -1px 0px 0px 0px <<colour page-background>>, inset 1px 0px 0px 0px <<colour page-background>>;\n}\n.tc-sidebar-tabs:after { /* Border below sidebar lists */\n  content:\" \";\n  height:1em;\n  width:100%;\n  margin-left:-1em;\n  background:<<colour page-background>>;\n  margin-top:-3px;\n  position:absolute;\n  border-bottom:1px solid <<color sidebar-tab-background>>;\n}\n/*****************************************/\n\n/* Chrome adds ugly usability outline on the tiddler tool button */\n.tc-titlebar button.tc-btn-invisible:focus  {outline:none;}\n\n/* Unclear why *some* SE content causes page horiz scrollbar */\nbody {overflow-x:hidden;}\n\n.tc-notification {z-index:2300;}\n\n\n",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/plugins/TWaddle/SideEditor/StylesheetActive",
            "modifier": "Mat von TWaddle",
            "modified": "20200806084305725",
            "creator": "Mat von TWaddle"
        },
        "$:/plugins/TWaddle/SideEditor/Window/Stylesheet": {
            "created": "20200720133330820",
            "text": "<pre>\n@media (min-width: 960px) { \n  .se-window .se-toolbar         { border:0; z-index:1}\n  .se-window .se-toolbar *       { visibility:hidden; }\n  .se-window .se-toolbar:hover * { visibility:visible; }\n  .se-window .se-editor,\n   .se-window td.se-editor-placeholder {\n    position:fixed; left:0;\n    min-height:100vh !important;\n    width:100vw;\n    padding:4em 25% !important;\n    top:0; bottom:0  !important;\n  }\n  .se-window .se-editor, .se-window .se-editor:active, .se-window .se-editor:focus {\n   border:0; outline:0; }\n  .se-window .se-sliders { display:none; }\n  .se-window .se-editor {width:100vw !important;\n  }\n  .se-window .se-editor {\n  }\n  .se-window > .se-toolbar { background:transparent; max-width:calc(100vw - 2em);\n  }\n  .se-window > .se-toolbar:hover {background:<<colour background>>;\n  }\n  .se-window .se-toolbar:after {\n    content:\"\";\n    position:absolute; top:0em; z-index:-1;\n    width:100%; height:2em;\n    display:block;\n    background:linear-gradient(0deg, transparent 0%, <<colour background>> 100%);\n }\n}\n\n.se-window {\n  position:fixed;\n  top:0; left:0; right:0; bottom:0;\n}\n\n/**** TOOLBAR ****/\n.se-window > .se-toolbar {\n  position:fixed; top:0; left:0; right:0;\n  border-width:0px; border-bottom-width:1px;\n}\n.se-window .se-toolbar-title { margin-left:5px;\n}\n.se-window .se-toolbar-btns.se-right { padding:0;\n}\n.se-window .se-toolbar-btns.se-left button { float:left;\n}\n\n/***** EDITOR *****/\n.se-window .se-editor-table {\n  margin-left:0;\n  margin-top:2em; \n  border:0;\n  width:100%;\n  background:transparent;\n}\n.se-window .se-editor-table:after {display:none;\n}\n.se-window-table tr, .se-window-table td {\n  border:0; padding:0;\n}\n.se-window .se-editor,\n .se-window .se-editor-placeholder {\n  height:100vh !important;\n  width:100vw;\n  padding:5px;\n  left:0;\n}\n.se-window .se-editor {\n  outline:0; border:0;\n  min-height:calc(100vh - 3em);\n  background:transparent !important;\n}\n.se-window .se-editor-placeholder {\n  position:absolute;\n  z-index:-1;\n  overflow:hidden;\n  white-space:nowrap;\n  display:none; /* default */\n}\n<$list filter=\"\"\"[{$:/state/SideEditor}!has[title]]\"\"\">\n<$list filter=\"\"\"[{$:/state/SideEditor!!newtid}match[yes]] [<currentTiddler>is[missing]] +[first[]then{$:/state/SideEditor}]\"\"\">\n.se-window .se-editor-placeholder { display:table-cell; }\n</$list>\n</$list>\n</pre>",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/plugins/TWaddle/SideEditor/Window/Stylesheet",
            "tags": "$:/tags/Stylesheet",
            "modified": "20200809204032471"
        }
    }
}

Knowledge Management Wiki
$:/themes/jd/Whitespace
{
    "tiddlers": {
        "$:/themes/anstosa/tw5-material/base": {
            "title": "$:/themes/anstosa/tw5-material/base",
            "tags": "$:/tags/Stylesheet",
            "list-after": "$:/themes/tiddlywiki/vanilla/base",
            "text": "@font-face {\n    font-family: 'Roboto';\n    font-style: normal;\n    font-weight: 400;\n    src:\n        local('Roboto'),\n        local('Roboto-Regular'),\n        url(<<datauri \"$:/themes/anstosa/tw5-material/Roboto-Regular.woff\">>) format('woff')\n    ;\n}\n\n@font-face {\n    font-family: 'Roboto';\n    font-style: italic;\n    font-weight: 400;\n    src:\n        local('Roboto Italic'),\n        local('Roboto-Italic'),\n        url(<<datauri \"$:/themes/anstosa/tw5-material/Roboto-Italic.woff\">>) format('woff')\n    ;\n}\n\n@font-face {\n    font-family: 'Roboto';\n    font-style: normal;\n    font-weight: 700;\n    src:\n        local('Roboto Bold'),\n        local('Roboto-Bold'),\n        url(<<datauri \"$:/themes/anstosa/tw5-material/Roboto-Bold.woff\">>) format('woff')\n    ;\n}\n\n@font-face {\n    font-family: 'Roboto';\n    font-style: italic;\n    font-weight: 700;\n    src:\n        local('Roboto Bold Italic'),\n        local('Roboto-BoldItalic'),\n        url(<<datauri \"$:/themes/anstosa/tw5-material/Roboto-BoldItalic.woff\">>) format('woff')\n    ;\n}\n\n@font-face {\n    font-family: 'Material Icons';\n    font-style: normal;\n    font-weight: 400;\n    src:\n        local('Material Icons'),\n        local('MaterialIcons-Regular'),\n        url(<<datauri \"$:/themes/anstosa/tw5-material/MaterialIcons-Regular.woff\">>) format('woff')\n    ;\n}\n\n.material-icons {\n    font-family: 'Material Icons';\n    font-weight: normal;\n    font-style: normal;\n    font-size: 24px;  /* Preferred icon size */\n    display: inline-block;\n    line-height: 1;\n    text-transform: none;\n    letter-spacing: normal;\n    word-wrap: normal;\n    white-space: nowrap;\n    direction: ltr;\n\n    /* Support for all WebKit browsers. */\n    -webkit-font-smoothing: antialiased;\n    /* Support for Safari and Chrome. */\n    text-rendering: optimizeLegibility;\n\n    /* Support for Firefox. */\n    -moz-osx-font-smoothing: grayscale;\n\n    /* Support for IE. */\n    font-feature-settings: 'liga';\n}\n\n* { box-sizing: border-box; }\n\nhtml {\n    height: 100%;\n    overflow: hidden;\n}\n\n.tc-body {\n    color: <<colour foreground>>;\n    font-family: 'Roboto';\n    height: 100%;\n    margin: 0;\n}\n\n.tc-dropzone > p {\n    margin: 0;\n}\n\n.material-icons {\n    font-size: 22px !important;\n}\n\ncode {\n    font-family: 'Roboto Mono', monospace;\n}\n\n.tc-error-form button {\n    color: <<colour foreground>>;\n}\n\nbutton.tc-tag-label,\nspan.tc-tag-label {\n    border-radius: {{$:/themes/anstosa/tw5-material/metrics/borderradius}};\n    margin-right: 10px;\n    position: relative;\n}\n\nbutton.tc-tag-label::after,\nspan.tc-tag-label:not(.tc-untagged-label)::after {\n    background: <<colour tag-background>>;\n    content: \"\";\n    display: block;\n    height: 13px;\n    position: absolute;\n    right: 0;\n    top: 0;\n    transform-origin: top right;\n    transform: rotate(-45deg);\n    width: 13px;\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor,\ninput[type=text],\ninput[type=search],\ninput[type=\"\"],\ninput:not([type]) {\n    background: transparent;\n    border: none;\n    border-bottom: 1px solid <<colour foreground>>;\n    height: {{$:/themes/anstosa/tw5-material/metrics/buttonheight}};\n    line-height: {{$:/themes/anstosa/tw5-material/metrics/buttonheight}};\n    outline: none;\n}\n\ninput[type=text]::placeholder,\ninput[type=search]::placeholder,\ninput[type=\"\"]::placeholder,\ninput:not([type])::placeholder {\n    text-transform: uppercase;\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor:hover,\ninput[type=text]:hover,\ninput[type=search]:hover,\ninput[type=\"\"]:hover,\ninput:not([type]):hover {\n    border-bottom-width: 2px;\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor:focus,\ninput[type=text]:focus,\ninput[type=search]:focus,\ninput[type=\"\"]:focus,\ninput:not([type]):focus {\n    border-bottom-color: <<colour primary>>;\n    border-bottom-width: 2px;\n    margin-bottom: 0;\n}\n\nbutton:not(.tc-btn-invisible) {\n    background: <<colour button-background>>;\n    border: none;\n    border-radius: {{$:/themes/anstosa/tw5-material/metrics/borderradius}};\n    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .12);\n    color: <<colour button-foreground>>;\n    line-height: {{$:/themes/anstosa/tw5-material/metrics/buttonheight}};\n    padding: 0 10px;\n    text-transform: uppercase;\n}\n\nbutton:not(.tc-btn-invisible) .material-icons {\n    float: left;\n    line-height: {{$:/themes/anstosa/tw5-material/metrics/buttonheight}};\n    opacity: 0.65;\n    margin-right: 10px;\n}\n\nbutton:not(.tc-btn-invisible):hover,\nbutton:not(.tc-btn-invisible):focus {\n    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .24);\n}\n\n.tc-btn-invisible {\n    padding: 0 5px;\n}\n\n    .tc-btn-invisible .material-icons {\n        float: left;\n        height: {{$:/themes/anstosa/tw5-material/metrics/buttonheight}};\n        line-height: {{$:/themes/anstosa/tw5-material/metrics/buttonheight}};\n        position: relative;\n        text-align: center;\n        width: {{$:/themes/anstosa/tw5-material/metrics/buttonheight}};\n        z-index: 1;\n    }\n\n    .tc-btn-invisible:focus .material-icons::before,\n    .tc-btn-invisible:hover .material-icons::before {\n        background: black;\n        border-radius: 50%;\n        content: \"\";\n        display: block;\n        height: 100%;\n        left: 0;\n        outline: none;\n        opacity: 0.12;\n        position: absolute;\n        top: 0;\n        width: 100%;\n        z-index: 0;\n    }\n\n    .tc-btn-invisible .material-icons + .tc-btn-text {\n        margin-left: 12px;\n    }\n\n.tc-drop-down {\n    border: none;\n    border-radius: {{$:/themes/anstosa/tw5-material/metrics/borderradius}};\n    box-shadow: 0 1px 3px rgba(0,0,0,.4);\n}\n\n    .tc-drop-down .material-icons {\n        line-height: 1.3;\n        opacity: 0.65;\n    }\n\n.tc-editor-toolbar {\n    background: <<colour tab-background>>;\n    border-radius: {{$:/themes/anstosa/tw5-material/metrics/borderradius}};\n}\n\n    .tc-editor-toolbar button {\n        background: transparent;\n        border-radius: {{$:/themes/anstosa/tw5-material/metrics/borderradius}};\n        line-height: {{$:/themes/anstosa/tw5-material/metrics/buttonheight}};\n        margin: 0;\n        padding: 0;\n        text-align: center;\n        width: {{$:/themes/anstosa/tw5-material/metrics/buttonheight}};\n    }\n\n    .tc-editor-toolbar button:focus,\n    .tc-editor-toolbar button:hover {\n        background: <<colour button-background>>;\n        box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .24);\n        z-index: 1;\n    }\n\n        .tc-editor-toolbar .tc-btn-invisible:focus .material-icons::before,\n        .tc-editor-toolbar .tc-btn-invisible:hover .material-icons::before {\n            display: none;\n        }\n\n        button.tc-btn-invisible.tc-text-editor-toolbar-item-start-group {\n            position: relative;\n        }\n        button.tc-btn-invisible.tc-text-editor-toolbar-item-start-group::before {\n            background-color: #a7a7a7;\n            content: \"\";\n            display: block;\n            height: 80%;\n            left: -5px;\n            position: absolute;\n            top: 10%;\n            width: 1px;\n        }\n\n.tc-tab-buttons {\n    background: <<colour sidebar-tab-background>>;\n    display: flex;\n    padding-top: 0;\n}\n\n    .tc-sidebar-lists > p {\n        min-height: 56px;\n    }\n\n    .tc-sidebar-lists > p + p {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .tc-sidebar-lists > p > .tc-tab-set > .tc-tab-buttons {\n        display: block;\n        margin-bottom: 0;\n    }\n\n    .tc-sidebar-lists > p > .tc-tab-set > .tc-tab-buttons button,\n    .tc-tab-buttons button {\n        background: none;\n        border-radius: initial;\n        box-shadow: initial;\n        border: none;\n        border-bottom: 2px solid transparent;\n        height: 40px;\n        margin: 0;\n        outline: 0;\n        opacity: 0.65;\n        text-align: center;\n    }\n\n    .tc-sidebar-lists > p > .tc-tab-set > .tc-tab-buttons button {\n        color: white;\n    }\n\n    .tc-sidebar-lists > p > .tc-tab-set > .tc-tab-buttons button:focus,\n    .tc-sidebar-lists > p > .tc-tab-set > .tc-tab-buttons button:hover,\n    .tc-tab-buttons button:focus,\n    .tc-tab-buttons button:hover {\n        box-shadow: none;\n        opacity: 1;\n    }\n\n    .tc-sidebar-lists > p > .tc-tab-set > .tc-tab-buttons button.tc-tab-selected,\n    .tc-tab-buttons button.tc-tab-selected {\n        background: none;\n        border: 0;\n        border-bottom: 2px solid <<colour primary>>;\n        opacity: 1;\n    }\n\n    .tc-sidebar-lists > p > .tc-tab-set > .tc-tab-buttons button.tc-tab-selected {\n        border-bottom-color: white;\n    }\n\n.tc-tab-divider { display: none; }\n\n.tc-tab-content {\n    margin-top: 0;\n    overflow-y: auto;\n    padding: 20px;\n}\n\n.tc-table-of-contents li {\n    clear: both;\n}\n\n.tc-toc {\n    margin: 0;\n}\n\n    .tc-toc .tc-btn-invisible .material-icons {\n        height: initial;\n        line-height: initial;\n        width: initial;\n    }\n\n    .tc-table-of-contents li a.tc-tiddlylink * {\n        float: left;\n    }\n\n.tc-topbar {\n    top: 0;\n}\n\n    .tc-topbar-right {\n        background: <<colour primary>>;\n        box-shadow: 0 2px 5px rgba(0,0,0,.26);\n        display: flex;\n        height: {{$:/themes/anstosa/tw5-material/metrics/toolbarheight}};\n        left: 0;\n        overflow: hidden;\n        position: fixed;\n        right: initial;\n        top: 0;\n        transition: background ease-out 0.15s;\n        width: 100%;\n    }\n\n    @media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n        .tc-topbar-right + p {\n            height: calc(100% - {{$:/themes/anstosa/tw5-material/metrics/toolbarheight}});\n            position: relative;\n            z-index: 1;\n        }\n    }\n\n    .tc-dirty .tc-topbar-right {\n        background: <<colour dirty-indicator>>\n    }\n\n        .tc-topbar-right .tc-site-title {\n            flex: 1;\n            font-size: 18px;\n            line-height: {{$:/themes/anstosa/tw5-material/metrics/toolbarheight}};\n        }\n\n            .tc-topbar-right .tc-site-title,\n            .tc-topbar-right .tc-site-title a,\n            .tc-topbar-right .tc-site-title a:hover {\n                color: white;\n                text-decoration: none;\n            }\n\n\n        .tc-topbar-right .tc-page-controls {\n            margin-top: 0;\n            padding-right: 10px;\n        }\n\n        .tc-topbar-right button {\n            margin-right: 0;\n            margin-top: 9px;\n            outline: none;\n            padding: 0 10px;\n        }\n\n            .tc-topbar-right button .material-icons {\n                color: white;\n            }\n\n.tc-sidebar-scrollable {\n    background: <<colour background>>;\n    box-shadow: 2px 0 5px rgba(0,0,0,.26);\n    height: calc(100vh - {{$:/themes/anstosa/tw5-material/metrics/toolbarheight}});\n    left: 0;\n    margin: 0;\n    overflow-y: hidden;\n    padding: 0;\n    position: absolute;\n    right: auto;\n    top: {{$:/themes/anstosa/tw5-material/metrics/toolbarheight}};\n    transition: left ease-out 0.15s;\n}\n\n    @media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n        .tc-sidebar-scrollable {\n            width: 80%;\n        }\n    }\n\n.tc-plugin-reload-warning {\n    height: {{$:/themes/anstosa/tw5-material/metrics/toolbarheight}};\n    z-index: 9999\n}\n\n.tc-plugin-reload-warning p {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n}\n\n<<if-no-sidebar \"\n    .tc-sidebar-scrollable {\n        left: -100%;\n    }\n\">>\n\n    .tc-sidebar-header {\n        display: flex;\n        height: 100%;\n        flex-direction: column;\n    }\n\n    @media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n        .tc-sidebar-header {\n            padding: 0;\n        }\n    }\n\n        .tc-site-subtitle {\n            background: <<colour primary>>;\n            color: white;\n            padding: 20px;\n            padding-bottom: 0;\n        }\n\n        .tc-sidebar-lists {\n            display: flex;\n            flex: 1;\n            flex-direction: column;\n            position: relative;\n        }\n\n            .tc-sidebar-header .tc-sidebar-lists p {\n                margin: 0;\n                overflow: hidden;\n            }\n\n            .tc-sidebar-lists .tc-search {\n                background: <<colour primary>>;\n                display: flex;\n                padding: 10px 20px;\n            }\n\n                .tc-sidebar-lists .tc-search > input + span {\n                    display: flex;\n                }\n\n                .tc-block-dropdown.tc-search-drop-down {\n                    border-radius: 2px;\n                    border: none;\n                    box-shadow: 0 2px 5px rgba(0,0,0,.26);\n                    min-height: 10vh;\n                    max-height: 80vh;\n                    margin-left: 20px;\n                    overflow: hidden;\n                    top: 41px;\n                    width: calc(100% - 40px);\n                }\n                    .tc-block-dropdown.tc-search-drop-down a {\n                        text-overflow: ellipsis;\n                        overflow: hidden;\n                    }\n\n                .tc-sidebar-lists .tc-search input,\n                .tc-sidebar-lists .tc-search input:hover,\n                .tc-sidebar-lists .tc-search input:focus {\n                    border-bottom-color: white;\n                    color: white;\n                    flex: 1;\n                }\n\n                .tc-sidebar-lists .tc-search button {\n                    color: white;\n                }\n\n                .tc-sidebar-lists .tc-search button em {\n                    display: none;\n                }\n\n                .tc-block-dropdown-wrapper {\n                    position: initial;\n                }\n\n            .tc-sidebar-lists > p > .tc-tab-set {\n                display: flex;\n                flex-direction: column;\n                overflow: hidden;\n            }\n\n            .tc-sidebar-lists > p > .tc-tab-set > .tc-tab-buttons {\n                background: <<colour primary>>;\n                color: white;\n                padding: 2px 20px 0;\n            }\n\n.tc-story-river {\n    height: calc(100% - {{$:/themes/anstosa/tw5-material/metrics/toolbarheight}});\n    left: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n    margin-right: 0;\n    overflow-y: auto;\n    padding: {{$:/themes/anstosa/tw5-material/metrics/cardmargin}};\n    position: fixed;\n    right: 0;\n    top: {{$:/themes/anstosa/tw5-material/metrics/toolbarheight}};\n    transition: all ease-out 0.15s;\n    width: calc(100% - {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}});\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n    .tc-story-river {\n        left: 0;\n        width: 100%\n    }\n}\n\n<<if-no-sidebar \"\n    .tc-story-river {\n        left: 0;\n        width: 100%;\n    }\n\">>\n\n    .tc-tiddler-frame {\n        border-radius: 2px;\n        box-shadow:\n            rgba(0, 0, 0, 0.12) 0px 1px 6px,\n            rgba(0, 0, 0, 0.12) 0px 1px 4px\n        ;\n        margin-bottom: {{$:/themes/anstosa/tw5-material/metrics/cardmargin}};\n        padding: 20px;\n    }\n"
        },
        "$:/themes/anstosa/tw5-material/MaterialIcons-Regular.woff": {
            "text": "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",
            "type": "application/font-woff",
            "title": "$:/themes/anstosa/tw5-material/MaterialIcons-Regular.woff"
        },
        "$:/themes/anstosa/tw5-material/Roboto-Regular.woff": {
            "text": "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",
            "type": "application/font-woff",
            "title": "$:/themes/anstosa/tw5-material/Roboto-Regular.woff"
        },
        "$:/themes/anstosa/tw5-material/Roboto-Italic.woff": {
            "text": "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",
            "type": "application/font-woff",
            "title": "$:/themes/anstosa/tw5-material/Roboto-Italic.woff"
        },
        "$:/themes/anstosa/tw5-material/Roboto-Bold.woff": {
            "text": "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",
            "type": "application/font-woff",
            "title": "$:/themes/anstosa/tw5-material/Roboto-Bold.woff"
        },
        "$:/themes/anstosa/tw5-material/Roboto-BoldItalic.woff": {
            "text": "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",
            "type": "application/font-woff",
            "title": "$:/themes/anstosa/tw5-material/Roboto-BoldItalic.woff"
        },
        "$:/core/images/advanced-search-button": {
            "title": "$:/core/images/advanced-search-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">search</i>\n"
        },
        "$:/core/images/auto-height": {
            "title": "$:/core/images/auto-height",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">swap_vert</i>\n"
        },
        "$:/core/images/blank": {
            "title": "$:/core/images/blank",
            "tags": "$:/tags/Image",
            "text": "<svg class=\"tc-image-blank tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\"></svg>"
        },
        "$:/core/images/bold": {
            "title": "$:/core/images/bold",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">format_bold</i>\n"
        },
        "$:/core/images/cancel-button": {
            "title": "$:/core/images/cancel-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">cancel</i>\n"
        },
        "$:/core/images/chevron-down": {
            "title": "$:/core/images/chevron-down",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">more_vert</i>\n"
        },
        "$:/core/images/chevron-left": {
            "title": "$:/core/images/chevron-left",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">cancel</i>\n"
        },
        "$:/core/images/chevron-right": {
            "title": "$:/core/images/chevron-right",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">send</i>\n"
        },
        "$:/core/images/chevron-up": {
            "title": "$:/core/images/chevron-up",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">keyboard_arrow_up</i>\n"
        },
        "$:/core/images/clone-button": {
            "title": "$:/core/images/clone-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">content_copy</i>\n"
        },
        "$:/core/images/close-all-button": {
            "title": "$:/core/images/close-all-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">clear_all</i>\n"
        },
        "$:/core/images/close-button": {
            "title": "$:/core/images/close-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">close</i>\n"
        },
        "$:/core/images/close-others-button": {
            "title": "$:/core/images/close-others-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">star</i>\n"
        },
        "$:/core/images/copy-clipboard": {
            "title": "$:/core/images/copy-clipboard",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">content_copy</i>\n"
        },
        "$:/core/images/delete-button": {
            "title": "$:/core/images/delete-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">delete</i>\n"
        },
        "$:/core/images/done-button": {
            "title": "$:/core/images/done-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">done</i>\n"
        },
        "$:/core/images/down-arrow": {
            "title": "$:/core/images/down-arrow",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">keyboard_arrow_down</i>\n"
        },
        "$:/core/images/download-button": {
            "title": "$:/core/images/download-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">file_download</i>\n"
        },
        "$:/core/images/edit-button": {
            "title": "$:/core/images/edit-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">mode_edit</i>\n"
        },
        "$:/core/images/erase": {
            "title": "$:/core/images/erase",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">backspace</i>\n"
        },
        "$:/core/images/excise": {
            "title": "$:/core/images/excise",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">open_in_new</i>\n"
        },
        "$:/core/images/export-button": {
            "title": "$:/core/images/export-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">file_upload</i>\n"
        },
        "$:/core/images/file": {
            "title": "$:/core/images/file",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">insert_drive_file</i>\n"
        },
        "$:/core/images/fixed-height": {
            "title": "$:/core/images/fixed-height",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">vertical_align_bottom</i>\n"
        },
        "$:/core/images/fold-all-button": {
            "title": "$:/core/images/fold-all-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">expand_less</i>\n"
        },
        "$:/core/images/fold-button": {
            "title": "$:/core/images/fold-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">expand_less</i>\n"
        },
        "$:/core/images/fold-others-button": {
            "title": "$:/core/images/fold-others-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">star</i>\n"
        },
        "$:/core/images/folder": {
            "title": "$:/core/images/folder",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">folder</i>\n"
        },
        "$:/core/images/full-screen-button": {
            "title": "$:/core/images/full-screen-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">fullscreen</i>\n"
        },
        "$:/core/images/globe": {
            "title": "$:/core/images/globe",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">language</i>\n"
        },
        "$:/core/images/heading-1": {
            "title": "$:/core/images/heading-1",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">looks_one</i>\n"
        },
        "$:/core/images/heading-2": {
            "title": "$:/core/images/heading-2",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">looks_two</i>\n"
        },
        "$:/core/images/heading-3": {
            "title": "$:/core/images/heading-3",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">looks_3</i>\n"
        },
        "$:/core/images/heading-4": {
            "title": "$:/core/images/heading-4",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">looks_4</i>\n"
        },
        "$:/core/images/heading-5": {
            "title": "$:/core/images/heading-5",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">looks_5</i>\n"
        },
        "$:/core/images/heading-6": {
            "title": "$:/core/images/heading-6",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">looks_6</i>\n"
        },
        "$:/core/images/help": {
            "title": "$:/core/images/help",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">help</i>\n"
        },
        "$:/core/images/home-button": {
            "title": "$:/core/images/home-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">home</i>\n"
        },
        "$:/core/images/import-button": {
            "title": "$:/core/images/import-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">file_download</i>\n"
        },
        "$:/core/images/info-button": {
            "title": "$:/core/images/info-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">info</i>\n"
        },
        "$:/core/images/italic": {
            "title": "$:/core/images/italic",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">format_italic</i>\n"
        },
        "$:/core/images/left-arrow": {
            "created": "20150315234410875",
            "modified": "20150315235324760",
            "tags": "$:/tags/Image",
            "title": "$:/core/images/left-arrow",
            "text": "<i class=\"material-icons\">keyboard_arrow_left</i>\n"
        },
        "$:/core/images/line-width": {
            "title": "$:/core/images/line-width",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">line_weight</i>\n"
        },
        "$:/core/images/link": {
            "title": "$:/core/images/link",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">insert_link</i>\n"
        },
        "$:/core/images/list-bullet": {
            "title": "$:/core/images/list-bullet",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">format_list_bulleted</i>\n"
        },
        "$:/core/images/list-number": {
            "title": "$:/core/images/list-number",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">format_list_numbered</i>\n"
        },
        "$:/core/images/list": {
            "title": "$:/core/images/list",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">view_list</i>\n"
        },
        "$:/core/images/locked-padlock": {
            "title": "$:/core/images/locked-padlock",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">lock</i>\n"
        },
        "$:/core/images/mail": {
            "title": "$:/core/images/mail",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">mail</i>\n"
        },
        "$:/core/images/menu-button": {
            "title": "$:/core/images/menu-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">more_vert</i>\n"
        },
        "$:/core/images/mono-block": {
            "title": "$:/core/images/mono-block",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">code</i>\n"
        },
        "$:/core/images/mono-line": {
            "title": "$:/core/images/mono-line",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">code</i>\n"
        },
        "$:/core/images/new-button": {
            "title": "$:/core/images/new-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">note_add</i>\n"
        },
        "$:/core/images/new-here-button": {
            "title": "$:/core/images/new-here-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">note_add</i>\n"
        },
        "$:/core/images/new-image-button": {
            "title": "$:/core/images/new-image-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">insert_photo</i>\n"
        },
        "$:/core/images/new-journal-button": {
            "title": "$:/core/images/new-journal-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">note_add</i>\n"
        },
        "$:/core/images/opacity": {
            "title": "$:/core/images/opacity",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">opacity</i>\n"
        },
        "$:/core/images/open-window": {
            "title": "$:/core/images/open-window",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">open_in_new</i>\n"
        },
        "$:/core/images/options-button": {
            "title": "$:/core/images/options-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">settings</i>\n"
        },
        "$:/core/images/paint": {
            "title": "$:/core/images/paint",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">brush</i>\n"
        },
        "$:/core/images/palette": {
            "title": "$:/core/images/palette",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">palette</i>\n"
        },
        "$:/core/images/permalink-button": {
            "title": "$:/core/images/permalink-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">link</i>\n"
        },
        "$:/core/images/permaview-button": {
            "title": "$:/core/images/permaview-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">share</i>\n"
        },
        "$:/core/images/picture": {
            "title": "$:/core/images/picture",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">photo</i>\n"
        },
        "$:/core/images/plugin-generic-language": {
            "title": "$:/core/images/plugin-generic-language",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">language</i>\n"
        },
        "$:/core/images/plugin-generic-plugin": {
            "title": "$:/core/images/plugin-generic-plugin",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">extension</i>\n"
        },
        "$:/core/images/plugin-generic-theme": {
            "title": "$:/core/images/plugin-generic-theme",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">palette</i>\n"
        },
        "$:/core/images/preview-closed": {
            "title": "$:/core/images/preview-closed",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">flip</i>\n"
        },
        "$:/core/images/preview-open": {
            "title": "$:/core/images/preview-open",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">check_box_outline_blank</i>\n"
        },
        "$:/core/images/print-button": {
            "title": "$:/core/images/print-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">print</i>\n"
        },
        "$:/core/images/quote": {
            "title": "$:/core/images/quote",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">format_quote</i>\n"
        },
        "$:/core/images/refresh-button": {
            "title": "$:/core/images/refresh-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">refresh</i>\n"
        },
        "$:/core/images/right-arrow": {
            "title": "$:/core/images/right-arrow",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">keyboard_arrow_right</i>\n"
        },
        "$:/core/images/save-button": {
            "title": "$:/core/images/save-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">save</i>\n"
        },
        "$:/core/images/size": {
            "title": "$:/core/images/size",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">photo_size_select_large</i>\n"
        },
        "$:/core/images/stamp": {
            "title": "$:/core/images/stamp",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">library_add</i>\n"
        },
        "$:/core/images/star-filled": {
            "title": "$:/core/images/star-filled",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">star_rate</i>\n"
        },
        "$:/core/images/storyview-classic": {
            "title": "$:/core/images/storyview-classic",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">view_stream</i>\n"
        },
        "$:/core/images/storyview-pop": {
            "title": "$:/core/images/storyview-pop",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">view_stream</i>\n"
        },
        "$:/core/images/storyview-zoomin": {
            "title": "$:/core/images/storyview-zoomin",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">view_stream</i>\n"
        },
        "$:/core/images/strikethrough": {
            "title": "$:/core/images/strikethrough",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">strikethrough_s</i>\n"
        },
        "$:/core/images/tag-button": {
            "title": "$:/core/images/tag-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">label</i>\n"
        },
        "$:/core/images/theme-button": {
            "title": "$:/core/images/theme-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">palette</i>\n"
        },
        "$:/core/images/timestamp-off": {
            "title": "$:/core/images/timestamp-off",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">timer_off</i>\n"
        },
        "$:/core/images/timestamp-on": {
            "title": "$:/core/images/timestamp-on",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">timer</i>\n"
        },
        "$:/core/images/tip": {
            "title": "$:/core/images/tip",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">lightbulb_outline</i>\n"
        },
        "$:/core/images/underline": {
            "title": "$:/core/images/underline",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">format_underline</i>\n"
        },
        "$:/core/images/unfold-all-button": {
            "title": "$:/core/images/unfold-all-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">expand_more</i>\n"
        },
        "$:/core/images/unfold-button": {
            "title": "$:/core/images/unfold-button",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">expand_more</i>\n"
        },
        "$:/core/images/unlocked-padlock": {
            "title": "$:/core/images/unlocked-padlock",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">lock_open</i>\n"
        },
        "$:/core/images/up-arrow": {
            "created": "20150316000544368",
            "modified": "20150316000831867",
            "tags": "$:/tags/Image",
            "title": "$:/core/images/up-arrow",
            "text": "<i class=\"material-icons\">keyboard_arrow_up</i>\n"
        },
        "$:/core/images/video": {
            "title": "$:/core/images/video",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">video_library</i>\n"
        },
        "$:/core/images/warning": {
            "title": "$:/core/images/warning",
            "tags": "$:/tags/Image",
            "text": "<i class=\"material-icons\">warning</i>\n"
        },
        "$:/themes/anstosa/tw5-material/metrics/toolbarheight": {
            "title": "$:/themes/anstosa/tw5-material/metrics/toolbarheight",
            "text": "56px"
        },
        "$:/themes/anstosa/tw5-material/metrics/cardmargin": {
            "title": "$:/themes/anstosa/tw5-material/metrics/cardmargin",
            "text": "20px"
        },
        "$:/themes/anstosa/tw5-material/metrics/buttonheight": {
            "title": "$:/themes/anstosa/tw5-material/metrics/buttonheight",
            "text": "36px"
        },
        "$:/themes/anstosa/tw5-material/metrics/borderradius": {
            "title": "$:/themes/anstosa/tw5-material/metrics/borderradius",
            "text": "2px"
        },
        "Core schema meta-schema": {
            "$schema": "http://json-schema.org/draft-06/schema#",
            "$id": "http://json-schema.org/draft-06/schema#",
            "title": "Core schema meta-schema",
            "definitions": {
                "schemaArray": {
                    "type": "array",
                    "minItems": 1,
                    "items": {
                        "$ref": "#"
                    }
                },
                "nonNegativeInteger": {
                    "type": "integer",
                    "minimum": 0
                },
                "nonNegativeIntegerDefault0": {
                    "allOf": [
                        {
                            "$ref": "#/definitions/nonNegativeInteger"
                        },
                        {
                            "default": 0
                        }
                    ]
                },
                "simpleTypes": {
                    "enum": [
                        "array",
                        "boolean",
                        "integer",
                        "null",
                        "number",
                        "object",
                        "string"
                    ]
                },
                "stringArray": {
                    "type": "array",
                    "items": {
                        "type": "string"
                    },
                    "uniqueItems": true,
                    "default": []
                }
            },
            "type": [
                "object",
                "boolean"
            ],
            "properties": {
                "$id": {
                    "type": "string",
                    "format": "uri-reference"
                },
                "$schema": {
                    "type": "string",
                    "format": "uri"
                },
                "$ref": {
                    "type": "string",
                    "format": "uri-reference"
                },
                "title": {
                    "type": "string"
                },
                "description": {
                    "type": "string"
                },
                "default": {},
                "multipleOf": {
                    "type": "number",
                    "exclusiveMinimum": 0
                },
                "maximum": {
                    "type": "number"
                },
                "exclusiveMaximum": {
                    "type": "number"
                },
                "minimum": {
                    "type": "number"
                },
                "exclusiveMinimum": {
                    "type": "number"
                },
                "maxLength": {
                    "$ref": "#/definitions/nonNegativeInteger"
                },
                "minLength": {
                    "$ref": "#/definitions/nonNegativeIntegerDefault0"
                },
                "pattern": {
                    "type": "string",
                    "format": "regex"
                },
                "additionalItems": {
                    "$ref": "#"
                },
                "items": {
                    "anyOf": [
                        {
                            "$ref": "#"
                        },
                        {
                            "$ref": "#/definitions/schemaArray"
                        }
                    ],
                    "default": {}
                },
                "maxItems": {
                    "$ref": "#/definitions/nonNegativeInteger"
                },
                "minItems": {
                    "$ref": "#/definitions/nonNegativeIntegerDefault0"
                },
                "uniqueItems": {
                    "type": "boolean",
                    "default": false
                },
                "contains": {
                    "$ref": "#"
                },
                "maxProperties": {
                    "$ref": "#/definitions/nonNegativeInteger"
                },
                "minProperties": {
                    "$ref": "#/definitions/nonNegativeIntegerDefault0"
                },
                "required": {
                    "$ref": "#/definitions/stringArray"
                },
                "additionalProperties": {
                    "$ref": "#"
                },
                "definitions": {
                    "type": "object",
                    "additionalProperties": {
                        "$ref": "#"
                    },
                    "default": {}
                },
                "properties": {
                    "type": "object",
                    "additionalProperties": {
                        "$ref": "#"
                    },
                    "default": {}
                },
                "patternProperties": {
                    "type": "object",
                    "additionalProperties": {
                        "$ref": "#"
                    },
                    "default": {}
                },
                "dependencies": {
                    "type": "object",
                    "additionalProperties": {
                        "anyOf": [
                            {
                                "$ref": "#"
                            },
                            {
                                "$ref": "#/definitions/stringArray"
                            }
                        ]
                    }
                },
                "propertyNames": {
                    "$ref": "#"
                },
                "const": {},
                "enum": {
                    "type": "array",
                    "minItems": 1,
                    "uniqueItems": true
                },
                "type": {
                    "anyOf": [
                        {
                            "$ref": "#/definitions/simpleTypes"
                        },
                        {
                            "type": "array",
                            "items": {
                                "$ref": "#/definitions/simpleTypes"
                            },
                            "minItems": 1,
                            "uniqueItems": true
                        }
                    ]
                },
                "format": {
                    "type": "string"
                },
                "allOf": {
                    "$ref": "#/definitions/schemaArray"
                },
                "anyOf": {
                    "$ref": "#/definitions/schemaArray"
                },
                "oneOf": {
                    "$ref": "#/definitions/schemaArray"
                },
                "not": {
                    "$ref": "#"
                }
            },
            "default": {}
        },
        "Reactive Extensions for JavaScript (RxJS) Lite": {
            "_args": [
                [
                    {
                        "raw": "rx-lite@^3.1.2",
                        "scope": null,
                        "escapedName": "rx-lite",
                        "name": "rx-lite",
                        "rawSpec": "^3.1.2",
                        "spec": ">=3.1.2 <4.0.0",
                        "type": "range"
                    },
                    "/home/ansel/TW5/themes/anstosa/tw5-material/node_modules/parse5/node_modules/inquirer"
                ]
            ],
            "_from": "rx-lite@>=3.1.2 <4.0.0",
            "_id": "rx-lite@3.1.2",
            "_inCache": true,
            "_location": "/rx-lite",
            "_nodeVersion": "0.12.7",
            "_npmUser": {
                "name": "mattpodwysocki",
                "email": "matthew.podwysocki@gmail.com"
            },
            "_npmVersion": "3.1.1",
            "_phantomChildren": {},
            "_requested": {
                "raw": "rx-lite@^3.1.2",
                "scope": null,
                "escapedName": "rx-lite",
                "name": "rx-lite",
                "rawSpec": "^3.1.2",
                "spec": ">=3.1.2 <4.0.0",
                "type": "range"
            },
            "_requiredBy": [
                "/inquirer"
            ],
            "_resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz",
            "_shasum": "19ce502ca572665f3b647b10939f97fd1615f102",
            "_shrinkwrap": null,
            "_spec": "rx-lite@^3.1.2",
            "_where": "/home/ansel/TW5/themes/anstosa/tw5-material/node_modules/parse5/node_modules/inquirer",
            "author": {
                "name": "Cloud Programmability Team",
                "url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
            },
            "browser": {
                "index.js": "rx.lite.js"
            },
            "bugs": {
                "url": "https://github.com/Reactive-Extensions/RxJS/issues"
            },
            "dependencies": {},
            "description": "Lightweight library for composing asynchronous and event-based operations in JavaScript",
            "devDependencies": {},
            "directories": {},
            "dist": {
                "shasum": "19ce502ca572665f3b647b10939f97fd1615f102",
                "tarball": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz"
            },
            "homepage": "https://github.com/Reactive-Extensions/RxJS",
            "jam": {
                "main": "rx.lite.js"
            },
            "keywords": [
                "React",
                "Reactive",
                "Events",
                "Rx",
                "RxJS"
            ],
            "licenses": [
                {
                    "type": "Apache License, Version 2.0",
                    "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
                }
            ],
            "main": "rx.lite.js",
            "maintainers": [
                {
                    "name": "mattpodwysocki",
                    "email": "matthew.podwysocki@gmail.com"
                }
            ],
            "name": "rx-lite",
            "optionalDependencies": {},
            "readme": "ERROR: No README data found!",
            "repository": {
                "type": "git",
                "url": "git+https://github.com/Reactive-Extensions/RxJS.git"
            },
            "scripts": {},
            "title": "Reactive Extensions for JavaScript (RxJS) Lite",
            "version": "3.1.2"
        },
        "$:/themes/anstosa/tw5-material/readme": {
            "title": "$:/themes/anstosa/tw5-material/readme",
            "text": "This theme is a material design skin for TiddlyWiki5\n\n!! Installation\n\nTo add the theme to your own TiddlyWiki5:\n\n# drag the following links to the browser window:\n#* [[$:/themes/anstosa/tw5-material]]\n#* [[$:/plugins/anstosa/tw5-material]]\n# Save and reload\n# Select the Material Design theme in [[$:/ControlPanel]] > Appearance > Theme\n# Select the Material Design Palette in [[$:/ControlPanel]] > Appearance > Palette\n\n!! Bugs\n\nThere are a ''lot'' of bugs at this point. Please [[report them|https://github.com/anstosa/tw5-material-theme/issues]] as you encounter them.\n\n!! Contributing\n\n[[github.com/anstosa/tw5-material-theme|https://github.com/anstosa/tw5-material-theme]]\n[[github.com/anstosa/tw5-material-plugin|https://github.com/anstosa/tw5-material-plugin]]\n"
        },
        "$:/core/ui/Buttons/save": {
            "title": "$:/core/ui/Buttons/save",
            "tags": "$:/tags/EditToolbar",
            "caption": "{{$:/core/images/save-button}} {{$:/language/Buttons/Save/Caption}}",
            "description": "{{$:/language/Buttons/Save/Hint}}",
            "text": "<$fieldmangler><$button tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-add-tag\" $param={{$:/temp/NewTagName}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n<$action-sendmessage $message=\"tm-add-field\" $name={{$:/temp/newfieldname}} $value={{$:/temp/newfieldvalue}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldname\"/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldvalue\"/>\n<$action-sendmessage $message=\"tm-save-tiddler\"/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/save-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Save/Caption}}/></span>\n</$list>\n</$button></$fieldmangler>\n"
        },
        "$:/core/ui/EditorToolbar/more": {
            "title": "$:/core/ui/EditorToolbar/more",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/menu-button",
            "caption": "{{$:/language/Buttons/More/Caption}}",
            "description": "{{$:/language/Buttons/More/Hint}}",
            "condition": "[<targetTiddler>]",
            "dropdown": "$:/core/ui/EditorToolbar/more-dropdown",
            "text": ""
        },
        "$:/core/ui/Buttons/save-wiki": {
            "title": "$:/core/ui/Buttons/save-wiki",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}",
            "description": "{{$:/language/Buttons/SaveWiki/Hint}}",
            "text": "<$button message=\"tm-save-wiki\" param={{$:/config/SaveWikiButton/Template}} tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>\n<span class=\"tc-dirty-indicator\">\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/download-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/SaveWiki/Caption}}/></span>\n</$list>\n</span>\n</$button>\n"
        },
        "$:/core/ui/PageTemplate/sidebar": {
            "title": "$:/core/ui/PageTemplate/sidebar",
            "tags": "$:/tags/PageTemplate",
            "text": "<div class=\"tc-sidebar-scrollable\">\n    <$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\" retain=\"yes\" animate=\"yes\">\n        <div class=\"tc-sidebar-header\">\n            <div class=\"tc-site-subtitle\">\n                <$transclude tiddler=\"$:/SiteSubtitle\" mode=\"inline\"/>\n            </div>\n            <$transclude tiddler=\"$:/core/ui/SideBarLists\" mode=\"inline\"/>\n        </div>\n    </$reveal>\n</div>\n"
        },
        "$:/core/ui/TopBar/menu": {
            "title": "$:/core/ui/TopBar/menu",
            "tags": "$:/tags/TopRightBar",
            "text": "<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"no\">\n    <$button set=\"$:/state/sidebar\" setTo=\"no\" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class=\"tc-btn-invisible\">\n        <i class=\"material-icons\">arrow_back</i>\n    </$button>\n</$reveal>\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"no\">\n    <$button set=\"$:/state/sidebar\" setTo=\"yes\" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class=\"tc-btn-invisible\">\n        <i class=\"material-icons\">menu</i>\n    </$button>\n</$reveal>\n<h1 class=\"tc-site-title\">\n    <$transclude tiddler=\"$:/SiteTitle\" mode=\"inline\"/>\n</h1>\n{{||$:/core/ui/PageTemplate/pagecontrols}}\n"
        }
    }
}
{
    "tiddlers": {
        "$:/themes/jd/Whitespace/template/sidebar": {
            "text": "\\define wsconfig(name) $:/config/Whitespace/$name$\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n\\define config-title-sidebar()\n$:/config/SideBar/Visibility/$(currentTiddler)$\n\\end\n\\define drop-actions()\n<$action-listops $tiddler=\"$:/tags/SideBar\" $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n<$fieldmangler tiddler=<<actionTiddler>>>\n<$action-sendmessage $message=\"tm-add-tag\" $param=\"$:/tags/SideBar\"/>\n</$fieldmangler>\n\\end\n\\define drop-actions-PageControls-buttons()\n<$action-listops $tiddler=\"$:/tags/PageControls\" $subfilter=\"+[insertbefore:listItem<actionTiddler>]\"/>\n\\end\n\\define sidebar-title()\n<$list filter=\"[all[shadows+tiddlers]!has[draft.of]is[current]has[caption]]\">{{!!caption}}</$list>\n<$list filter=\"[all[shadows+tiddlers]!has[draft.of]is[current]!has[caption]]\">{{!!title}}</$list>\n\\end\n\\define control-panel-button(class)\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$action-setfield $tiddler=<<wsconfig search>> text=\"no\"/>\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text={{$:/temp/search}}/>\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\"/>\n{{$:/core/images/advanced-search-button}}\n</$button>\n\\end\n\\define NewTidActions()\n<$action-setfield $tiddler=<<wsconfig search>> text=\"no\"/>\n<$action-createtiddler $basetitle={{$:/temp/search}} $savetitle=\"$:/temp/NewTidTitle\"/>\n<$action-sendmessage $message=\"tm-edit-tiddler\" $param={{$:/temp/NewTidTitle}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/NewTidTitle\"/>\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\"/>\n\\end\n\\define ws-page-controls()\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n<$droppable actions=<<drop-actions-PageControls-buttons>>>\n<div class=\"tc-droppable-placeholder\">\n&nbsp;\n</div>\n<$list filter=\"[<config-title>!text[hide]]\" variable=\"checker\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$draggable tiddler=<<listItem>> tag=\"span\"><$transclude tiddler=<<listItem>>/></$draggable>\n</$set>\n</$list>\n</$droppable>\n</$list>\n\\end\n\n<div class=\"vertical-controls\">\n<<ws-page-controls>>\n</div>\n\n<$scrollable class='jd-sidebar'>\n<div class=\"jd-header\">\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"no\">\n<$button set=\"$:/state/sidebar\" setTo=\"no\" tooltip=\"Unfix sidebar\" class=\"tc-btn-invisible\">{{$:/core/images/menu-button}}</$button>\n</$reveal>\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"no\">\n<$button set=\"$:/state/sidebar\" setTo=\"yes\" tooltip=\"Fix sidebar\" class=\"tc-btn-invisible\">{{$:/core/images/menu-button}}</$button>\n</$reveal>\n<span class=\"header-buttons\">\n<<ws-page-controls>>\n</span>\n</div>\n<$list filter=\"[[$:/config/Whitespace/show-sitetitle]!text[no]]\" variable=\"checker\">\n<div class=\"jd-sitetitle-wrapper\">\n<$list filter=\"[[$:/SiteTitle]!text[]]\" variable=\"checker\">\n<div class=\"jd-sitetitle\"><$transclude tiddler=\"$:/SiteTitle\"/></div>\n</$list>\n<$list filter=\"[[$:/SiteSubtitle]!text[]]\" variable=\"checker\">\n<div class=\"jd-sitesubtitle\"><$transclude tiddler=\"$:/SiteSubtitle\"/></div>\n</$list>\n</div>\n</$list>\n<div class=\"jd-sidebar-column\">\n<div class=\"jd-search-wrapper\">\n<div class=\"jd-search-header\">\n<$keyboard class=\"jd-searchbar-wrapper\" tag=\"div\" key=\"ctrl+space\" actions=<<NewTidActions>>>\n<$edit-text tiddler=\"$:/temp/search\" type=\"search\" tag=\"input\" placeholder=\"Search / create\" class=\"jd-searchbar\"/>\n</$keyboard>\n<div class=\"jd-searchbar-buttons\">\n<$list filter=\"[[$:/temp/search]!text[]]\">\n<$button tooltip=\"Create new tiddler with this title\" class=\"tc-btn-invisible\" actions=<<NewTidActions>>>\n{{$:/core/images/new-button}}\n</$button>\n<$button tooltip=\"Clear searchbar\" class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=<<wsconfig search>> text=\"no\"/>\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text=\"\"/>\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$list>\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/AdvancedSearch]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n</div>\n</div>\n<$reveal state=\"$:/temp/search\" type=\"nomatch\" text=\"\">\n<div class=\"jd-search-results\">\n<$scrollable fallthrough=\"no\" class=\"results\">\n<$set name=\"searchTiddler\" value=\"$:/temp/search\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude/>\n</$list>\n\"\"\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n</$list>\n</$set>\n</$scrollable>\n</div>\n</$reveal>\n</div>\n</div>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\" variable=\"currentTiddler\">\n<$droppable actions=<<drop-actions>>>\n<div class=\"tc-droppable-placeholder\">\n&nbsp;\n</div>\n<div class=\"jd-sidebar-column\">\n<div class=\"jd-sidebar-column-header\">\n<$list variable=\"checker\" filter=\"[<config-title-sidebar>!text[hide]]\" emptyMessage=\"\"\"\n<$button set=<<config-title-sidebar>> setTo=\"show\" dragTiddler=<<currentTiddler>> class=\"tc-btn-invisible\" tag=\"text\">\n<<sidebar-title>>\n</$button>\n\"\"\">\n<$button set=<<config-title-sidebar>> setTo=\"hide\" dragTiddler=<<currentTiddler>> class=\"tc-btn-invisible\" tag=\"text\">\n<<sidebar-title>>\n</$button>\n</$list>\n<div class=\"jd-sidebar-column-header-buttons\">\n<$button tooltip=\"Open in story river\" to=<<currentTiddler>> dragTiddler=<<currentTiddler>> class=\"tc-btn-invisible\">{{$:/core/images/open-window}}</$button>\n<$button tooltip=\"Edit this tiddler\" dragTiddler=<<currentTiddler>> class=\"tc-btn-invisible\">\n<$action-sendmessage $message=\"tm-edit-tiddler\"/>{{$:/core/images/edit-button}}</$button>\n<$button tooltip=\"Remove from sidebar\" dragTiddler=<<currentTiddler>> class=\"tc-btn-invisible\">\n<$fieldmangler tiddler=<<currentTiddler>>>\n<$action-sendmessage $message=\"tm-remove-tag\" $param=\"$:/tags/SideBar\"/>\n</$fieldmangler>{{$:/core/images/close-button}}</$button>\n</div>\n</div>\n<$list variable=\"checker\" filter=\"[<config-title-sidebar>!text[hide]]\">\n<div class=\"jd-sidebar-column-header-border\"></div>\n<div class=\"jd-sidebar-column-body\">\n\n<$transclude/>\n\n</div>\n</$list>\n</div>\n</$droppable>\n</$list>\n<div style=\"height:32px;\">\n</div>\n</$scrollable>",
            "title": "$:/themes/jd/Whitespace/template/sidebar",
            "tags": "$:/tags/PageTemplate",
            "modifier": "jd",
            "modified": "20200727013547023",
            "creator": "JD",
            "created": "20171201152819844"
        },
        "$:/themes/jd/Whitespace/readme": {
            "text": "!!! Compatibility checked with ''TW 5.1.17'' & ''TW 5.1.22'' only!\n\nThis theme uses an overhauled sidebar, which can be accessed via a hamburger button at the topright or topleft of the screen. I turned this into a theme just to make it easier for me to move it around my TW5's. \n\n''The hamburger button:''\n\n* When the sidebar is minimized, hovering on the hamburger button will expand the sidebar. The sidebar will minimize when it loses mouse focus. Clicking on the hamburger button will make the sidebar \"sticky\" until it is clicked again.\n\n* Below the hamburger button (when sidebar is minimized) are the usual Page Control buttons. \n\n''Changes to the sidebar:''\n\n# Minimize-able via the hamburger button\n# Movable to the left or the right of the screen\n# Sidebar tabs are turned into draggable, removable, and minimize-able \"card\"-things\n\n''Changes to the sidebar tabs:''\n\n# Draggable = click on the card title + drag above or below other \"cards\" in the sidebar\n# Removable = hover on card title + click the right-most button that appears\n# Minimize-able = click on the card title (expand by clicking again)\n* The card title is the \"caption\" of the tiddler. Otherwise, it's the tiddler title\n\n''~PageControls:''\n\n* ~PageControls appear beside the hamburger button on hover (when sidebar is expanded), or below it when sidebar is \"minimized\"\n\n<hr>\n\n!!! Compatibiliy with ''Stories'' Plugin\n\nhttps://giffmex.org/stroll/empty.html#%24%3A%2Fplugins%2Fsq%2FStories\n\nFor compatibility with the great 2-story plugin above, please also import this to your wiki:\n\n<<<\n''~$:/themes/jd/Whitespace/Stylesheet/StoriesPluginCompatibility''\n[[get it here|http://j.d.whitespace.tiddlyspot.com/#Compatibility%20with%20''Stories''%20Plugin]]\n<<<\n\n<hr>\n\n//Note:// \n\nThis theme is best used with [[Very Simple Mobile Layout (plugin)|http://j.d.tiddlyspot.com/#Very%20Simple%20Mobile%20Layout%20(plugin)]].\n\n<a target=\"blank\" href=\"http://j.d.whitespace.tiddlyspot.com\">Project Homepage on Tiddlyspot</a>\n\n<hr>\n\n```\n'20/07/27 : fixed the story river scrolling issue (finally!) just by using a <$scrollable/> widget\n```\n\n<hr>\n\n//MIT License://\n\nCopyright 2020 jologsdialogue@gmail.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
            "title": "$:/themes/jd/Whitespace/readme",
            "modifier": "jd",
            "modified": "20200727014016503",
            "creator": "JD",
            "created": "20180203113849420"
        },
        "$:/themes/jd/Whitespace/config": {
            "text": "\\define wsconfig(name) $:/config/Whitespace/$name$\n\\define config-base() $:/config/SideBar/Visibility/\n\\define config-title-sidebar()\n$(config-base)$$(currentTiddler)$\n\\end\n\\define drop-actions()\n<$action-listops $tiddler=\"$:/tags/SideBar\" $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n<style>\n.tc-control-panel table input[type=\"radio\"] { width: auto; }\n.ws-select-button {\n    display: inline-flex;\n    width: 1em;\n    height: 1em;\n    border-radius: 50%;\n    border: 1px solid <<colour primary>>;\n}\n.ws-disabled-btn {\n    background: <<colour muted-background>>;\n}\n.ws-enabled-btn {\n    background: <<colour primary>>;\n}\n</style>\n\n<table width=\"99%\">\n<tr>\n<td>\nSidebar width:\n</td>\n<td>\n<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\" tag=\"input\" placeholder=\"350px\" default=\"\"/>\n</td>\n</tr>\n<tr>\n<td>\nTiddler width:\n</td>\n<td>\n<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\" tag=\"input\" placeholder=\"100%\" default=\"\"/>\n</td>\n</tr>\n<tr>\n<td>\nSidebar top buttons area height:\n</td>\n<td>\n<$edit-text tiddler=\"$:/w/config/jd-sidebar-top-buttons-height\" tag=\"input\" placeholder=\"42px\" default=\"\"/>\n</td>\n</tr>\n<tr>\n<td>\nSidebar top padding:\n</td>\n<td>\n<$edit-text tiddler=\"$:/w/config/jd-sidebar-top-padding\" tag=\"input\" placeholder=\"39px\" default=\"\"/>\n</td>\n</tr>\n<tr>\n<td>\nLimit sidebar card height:\n</td>\n<td>\n<$checkbox tiddler=<<wsconfig SidebarHeight>> field=\"text\" checked=\"limit\" unchecked=\"full\" default=\"limit\"/>\n<$list filter=\"[[$:/config/Whitespace/SidebarHeight]text[limit]]\"><$edit-text tiddler=<<wsconfig SidebarHeight>> field=\"height\" tag=\"input\" placeholder=\"300px\"/></$list>\n</td>\n</tr>\n<tr>\n<td>\nVisible scrollbars:\n</td>\n<td>\n<$checkbox tiddler=<<wsconfig scrollbar-style>> field=\"text\" checked=\"visible\" unchecked=\"invisible\" default=\"visible\"/>\n</td>\n</tr>\n<tr>\n<td>\nShow Sitetitle and Subtitle:\n</td>\n<td>\n<$checkbox tiddler=<<wsconfig show-sitetitle>> field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"/>\n</td>\n</tr>\n<tr>\n<td>\nShow buttons on hover:\n</td>\n<td>\n<$checkbox tiddler=<<wsconfig Spacious>> field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"/>\n</td>\n</tr>\n<tr>\n<td>\nTheme the tiddler edit mode:\n</td>\n<td>\n<$checkbox tiddler=<<wsconfig ThemeEditFrame>> field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"/>\n</td>\n</tr>\n<tr>\n<td>\nSidebar position:\n</td>\n<td>\n<$radio tiddler=<<wsconfig \"sidebar\">> value=\"left\"> left</$radio><br>\n<$radio tiddler=<<wsconfig \"sidebar\">> value=\"right\"> right</$radio>\n</td>\n</tr>\n</table>",
            "title": "$:/themes/jd/Whitespace/config",
            "tags": "$:/tags/ControlPanel/Appearance",
            "modifier": "jd",
            "modified": "20200727063111886",
            "creator": "JD",
            "created": "20171203134043686",
            "caption": "Whitespace tweaks"
        },
        "$:/themes/jd/Whitespace/Stylesheet": {
            "text": "\\define wsconfig(name) $:/config/Whitespace/$name$\n\\define ws-sidebar-op() <$list filter=\"[[$:/config/Whitespace/sidebar]text[right]]\" emptyMessage=\"right\">left</$list>\n\\define ws-sidebar-width() <$list filter=\"[[$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth]!text[]get[text]]\" emptyMessage=\"350px\"/>\n\\define ws-tiddler-width() <$list filter=\"[[$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth]!text[]get[text]]\" emptyMessage=\"100%\"/>\n\\define ws-sidebarbreakpoint() <$list filter=\"[[$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint]!text[]get[text]]\" emptyMessage=\"960px\"/>\n\n<$wikify name=\"ws-sidebar-po\" text=\"\"\"<$list filter=\"[[$:/config/Whitespace/sidebar]get[text]]\" emptyMessage=\"left\"/>\"\"\">\n\n@media (min-width: <<ws-sidebarbreakpoint>>) { \n\n<$reveal state=<<wsconfig ThemeEditFrame>> type=\"match\" text=\"yes\" default=\"yes\">\n\n\n/**  NO BOX SHADOW ON INPUTS  **/\n\n.tc-tiddler-edit-frame .tc-edit-field-add input.tc-edit-texteditor, \n.tc-tiddler-edit-frame text, \n.tc-tiddler-edit-frame textarea, \n.tc-tiddler-edit-frame .tc-edit-tags, \n.tc-tiddler-edit-frame textarea.tc-edit-texteditor {\n    -moz-box-shadow: none !important;\n    -ms-box-shadow: none !important;\n    -o-box-shadow: none !important;\n    -webkit-box-shadow: none !important;\n    box-shadow: none !important;\n}\n\n.tc-tiddler-edit-frame input.tc-titlebar.tc-edit-texteditor,\n.tc-tiddler-edit-frame .tc-edit-tags, \n.tc-tiddler-edit-frame text, \n.tc-tiddler-edit-frame textarea, \n.tc-tiddler-edit-frame textarea.tc-edit-texteditor { border: none !important; }\n\n\n/**  EDIT TIDDLER  **/\n\n.tc-tiddler-edit-frame input.tc-titlebar.tc-edit-texteditor {\n    -moz-box-shadow: none !important;\n    -ms-box-shadow: none !important;\n    -o-box-shadow: none !important;\n    -webkit-box-shadow: none !important;\n    box-shadow: none !important;\n    padding: .25em .5em !important;\n    font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}; \n    font-weight: normal;\n}\n\n.tc-tiddler-edit-frame .tc-edit-tags, \n.tc-tiddler-edit-frame .tc-editor-toolbar,\n.tc-tiddler-edit-frame .tc-type-selector,\n.tc-tiddler-edit-frame .tc-edit-field-add {\n    background-color: <<colour tiddler-editor-background>>;\n    padding: 8px 4px;\n}\n\n.tc-tiddler-edit-frame input.tc-edit-texteditor,\n.tc-tiddler-edit-frame .tc-edit-tags, \n.tc-tiddler-edit-frame .tc-editor-toolbar,\n.tc-tiddler-edit-frame .tc-type-selector,\n.tc-tiddler-edit-frame .tc-edit-field-add {\n    margin: 0 0 4px 0 !important;\n}\n\n.tc-tiddler-edit-frame iframe.tc-edit-texteditor,\n.tc-tiddler-edit-frame table.tc-edit-fields { margin: 0 !important; }\n\n.tc-tiddler-edit-frame .tc-editor-toolbar { background: <<colour tiddler-editor-border>>; margin-bottom: 0 !important; }\n\n.tc-tiddler-edit-frame .tc-editor-toolbar .tc-btn-invisible  { background: transparent; }\n\n.tc-tiddler-edit-frame .tc-editor-toolbar .tc-btn-invisible:hover  {\n    background: transparent;\n    fill: <<colour primary>>;\n}\n\n</$reveal>\n\n\n.borderless { border: none !important; }\n\ntextarea.large-textarea { \n    min-height: 100px;\n    width: 100%;\n    max-width: 100%;\n    border: 1px solid <<colour table-border>> !important;\n}\n\ninput.scene-textarea { \n    border: 1px solid <<colour table-border>> !important;\n}\n\n.tc-tiddler-frame {\n    width: <<ws-tiddler-width>> !important;\n    border-radius: {{!!box-radius}};\n    margin-left: auto;\n    margin-right: auto;\n    <<box-shadow \"2px 2px 5px rgba(0, 0, 0, 0.09)\">>\n}\n\n.tc-storyview-zoomin-tiddler {\n    position: relative !important;\n    width: calc(<<ws-tiddler-width>> - 84px) !important;\n}\n\n\n/**  CARD BUTTONS  **/\n\n.jd-sidebar-column-header > .tc-btn-invisible {\n    color: <<colour foreground>>;\n    margin-top: -3px;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n\n<$reveal state=<<wsconfig Spacious>> type=\"match\" text=\"yes\" default=\"yes\">\n.tc-tiddler-view-frame .tc-tiddler-controls svg {\n    opacity: 0; \n    <<transition \"opacity 150ms ease-in-out\">>\n}\n\n.tc-tiddler-view-frame .tc-tiddler-controls:hover svg { opacity: 1; }\n</$reveal>\n\n/**  FONT SIZES  **/\n\n.jd-buttons .tc-btn-invisible { font-size: 18px; }\n.jd-sidebar:hover .jd-header .tc-btn-invisible, \n.jd-sidebar .header-buttons .tc-btn-invisible { font-size: 16px; }\n.jd-header .tc-btn-invisible,\n.jd-sidebar .jd-header .tc-btn-invisible,\n.vertical-controls .tc-btn-invisible { font-size: 20px; }\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">\n.jd-sidebar .jd-header .tc-btn-invisible { font-size: 16px; }\n</$reveal>\n\n\n<$reveal state=<<wsconfig Spacious>> type=\"match\" text=\"yes\" default=\"yes\">\n\n/**  AUTOHIDE VERTICAL BUTTONS  **/\n\n.vertical-controls {\n    opacity: 0;\n    <<transition \"opacity 150ms ease-in-out\">>\n}\n\n.vertical-controls:hover {\n    opacity: 1;\n}\n\n</$reveal>\n\n\n/**  STORY RIVER  **/\n\n.tc-story-river { transition: left 250ms, right 250ms; }\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">\n.tc-story-river { padding: 42px 2em !important; }\n</$reveal>\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"no\" default=\"yes\">\n.tc-story-river { padding: 42px 10% !important; }\n</$reveal>\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">\n.tc-story-river {\n    <<ws-sidebar-po>>: <<ws-sidebar-width>> !important;\n    width: calc(100% - <<ws-sidebar-width>>) !important;\n}\n.jd-sidebar { opacity: 1; }\n</$reveal>\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"no\" default=\"yes\">\n\n.tc-story-river { width: 100% !important; }\n\n</$reveal>\n\n.tc-tiddler-body {\n    margin-top: 10px;\n    padding-right: 10px;\n    padding-bottom: 20px;\n    overflow-y: auto;\n    overflow-x: hidden;\n}\n\n\n/**  VERTICAL CONTROLS  **/\n\n.jd-header {\n    width: 50px;\n    height: 50px;\n    position: fixed;\n    top: 0;\n    overflow: hidden;\n    <<ws-sidebar-po>>: 0;\n    padding: 15px;\n    z-index: 700;\n}\n\n<$reveal state=<<wsconfig Spacious>> type=\"match\" text=\"yes\" default=\"yes\">\n\n.jd-header .header-buttons {\n    opacity: 0;\n    -webkit-transition: opacity {{$:/config/AnimationDuration}}ms;\n    transition: opacity {{$:/config/AnimationDuration}}ms;\n}\n\n.jd-header:hover .header-buttons { opacity: 1; }\n\n</$reveal>\n\n.jd-header .header-buttons .tc-image-button {\n    width: 0;\n    height: 0;\n}\n\n.jd-sidebar:hover .header-buttons .tc-image-button {\n    width: 1em;\n    height: 1em;\n    margin: 0 0 0 10px;\n}\n\n.jd-header .tc-btn-invisible {\n    fill: <<colour sidebar-controls-foreground>>;\n    -webkit-transition: fill {{$:/config/AnimationDuration}}ms, font-size {{$:/config/AnimationDuration}}ms;\n    transition: fill {{$:/config/AnimationDuration}}ms, font-size {{$:/config/AnimationDuration}}ms;\n}\n\n.jd-sidebar:hover .jd-header {\n<$list filter=\"[<ws-sidebar-po>prefix[right]]\" emptyMessage=\"\"\"\n    width: calc(<<ws-sidebar-width>> - 1.5em);\n\"\"\">\n    width: <<ws-sidebar-width>>;\n</$list>\n    height: <$list filter=\"[[$:/w/config/jd-sidebar-top-buttons-height]is[tiddler]] +[get[text]]\" emptyMessage=\"39px\"/>;\n    background: <<colour page-background>>;\n    padding: 10px 20px;\n    -webkit-transition: width {{$:/config/AnimationDuration}}ms;\n    transition: width {{$:/config/AnimationDuration}}ms;\n}\n\n<$list filter=\"[<ws-sidebar-po>prefix[left]]\">\n.jd-sidebar:hover .jd-header {\n    box-shadow: -5px 0 5px 0 <<colour page-background>>;\n}\n</$list>\n\n<$list filter=\"[<ws-sidebar-po>!prefix[right]]\">\n.jd-sidebar:hover .jd-header {\n    box-shadow: 5px 0 5px 0 <<colour page-background>>;\n    margin-right: calc(1.5em - 1px);\n}\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">\n.jd-header {\n    margin-right: calc(1.5em - 1px);\n}\n</$reveal>\n</$list>\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">\n.jd-sidebar .jd-header {\n<$list filter=\"[<ws-sidebar-po>prefix[right]]\" emptyMessage=\"\"\"\n    width: calc(<<ws-sidebar-width>> - 1.5em);\n\"\"\">\n    width: <<ws-sidebar-width>>;\n</$list>\n    height: <$list filter=\"[[$:/w/config/jd-sidebar-top-buttons-height]is[tiddler]] +[get[text]]\" emptyMessage=\"39px\"/>;\n    background: <<colour page-background>>;\n    padding: 10px 20px;\n}\n.jd-sidebar .header-buttons .tc-image-button {\n    width: 1em;\n    height: 1em;\n    margin: 0 0 0 10px;\n}\n</$reveal>\n\n.vertical-controls {\n    background: <<colour page-background>>;\n    position: fixed;\n    top: 50px;\n    <<ws-sidebar-po>>: 0;\n    width: 50px;\n    height: calc(100% - 50px);\n    padding: 5px 15px;\n    z-index: 600;\n}\n\n.vertical-controls button {\n    margin-bottom: 15px;\n    outline: none;\n}\n\n.vertical-controls .tc-btn-invisible {\n    fill: <<colour sidebar-controls-foreground>>;\n    <<transition \"fill 150ms ease-in-out\">>\n}\n\n.jd-header .tc-droppable.tc-dragover > .tc-droppable-placeholder { display: inline; }\n\n\n/**  STYLED SIDEBAR  **/\n\n.jd-sitetitle-wrapper { text-align: center; }\n\n.jd-sitetitle { font-size: 2em; padding: 0.2em 0; }\n\n.jd-sitesubtitle { padding-bottom: 2em; }\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"no\">\n\n.jd-sitetitle-wrapper { opacity: 0; }\n\n.jd-sidebar:hover .jd-sitetitle-wrapper { opacity: 1; }\n\n</$reveal>\n\n<$reveal state=\"$:/SiteSubtitle\" type=\"match\" text=\"\">\n\n.jd-sitetitle { padding-bottom: 1em; }\n\n</$reveal>\n\n.jd-sidebar p {\n    margin: 5px 0;\n}\n\n.jd-sidebar {\n    background: <<colour page-background>>;\n    height: 50px;\n    display: inline-block;\n    position: fixed;\n    top: 0;\n    <<ws-sidebar-po>>: 0;\n    justify-content: center;\n    z-index: 800;\n    -webkit-transition: width {{$:/config/AnimationDuration}}ms, height {{$:/config/AnimationDuration}}ms;\n    transition: width {{$:/config/AnimationDuration}}ms, height {{$:/config/AnimationDuration}}ms;\n}\n\n.jd-sidebar:hover {\n    width: <<ws-sidebar-width>>;\n    border-<<ws-sidebar-op>>: 1px solid<<colour page-background>>;\n    padding: <$list filter=\"[[$:/w/config/jd-sidebar-top-padding]is[tiddler]] +[get[text]]\" emptyMessage=\"42px\"/> 20px 0 20px;\n    height: 100%;\n    overflow-y: auto !important;\n}\n\n<$list filter=\"[<ws-sidebar-po>prefix[left]]\">\n.jd-sidebar:hover {\n    <<box-shadow \"6px 0 20px 0 rgba(0, 0, 0, 0.1)\">>\n}\n</$list>\n<$list filter=\"[<ws-sidebar-po>prefix[right]]\">\n.jd-sidebar:hover {\n    <<box-shadow \"-6px 0 20px 0 rgba(0, 0, 0, 0.1)\">>\n}\n</$list>\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">\n.jd-sidebar {\n    width: <<ws-sidebar-width>>;\n    padding: <$list filter=\"[[$:/w/config/jd-sidebar-top-padding]is[tiddler]] +[get[text]]\" emptyMessage=\"42px\"/> 20px 0 20px;\n    border-<<ws-sidebar-op>>: 1px solid<<colour page-background>>;\n    height: 100%;\n    overflow-y: auto;\n}\n.jd-sidebar-column { opacity: 1; }\n<$list filter=\"[<ws-sidebar-po>prefix[left]]\">\n.jd-sidebar {\n    <<box-shadow \"6px 0 20px 0 rgba(0, 0, 0, 0.1)\">>\n}\n</$list>\n<$list filter=\"[<ws-sidebar-po>prefix[right]]\">\n.jd-sidebar {\n    <<box-shadow \"-6px 0 20px 0 rgba(0, 0, 0, 0.1)\">>\n}\n</$list>\n</$reveal>\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"no\" default=\"yes\">\n.jd-sidebar {\n    width: 50px;\n    overflow: hidden !important;\n}\n.jd-sidebar-column {\n    opacity: 0;\n}\n</$reveal>\n\n.jd-sidebar-column {\n    display: block;\n    background: <<colour background>>;\n    padding: 10px;\n    margin-bottom: 10px;\n    border: 1px solid <<colour tiddler-border>>;\n    border-radius: {{!!box-radius}};\n    <<box-shadow \"2px 2px 5px rgba(0, 0, 0, 0.09)\">>\n    overflow: hidden;\n    -webkit-transition: opacity {{$:/config/AnimationDuration}}ms;\n    transition: opacity {{$:/config/AnimationDuration}}ms;\n}\n\n.jd-sidebar-column-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 2px 0;\n    overflow: hidden;\n}\n\n.jd-sidebar-column-header-border {\n    height: 10px;\n    width: 100%;\n    border-top: 1px solid <<colour table-border>>;\n    margin-top: 8px;\n}\n\n.jd-sidebar-column-header .jd-sidebar-column-header-buttons {\n    display: flex;\n    align-items: flex-end;\n}\n\n.jd-sidebar-column-header .jd-sidebar-column-header-buttons button {\n    margin-left: 6px;\n}\n\n<$reveal state=<<wsconfig Spacious>> type=\"match\" text=\"yes\" default=\"yes\">\n.jd-sidebar-column-header .jd-sidebar-column-header-buttons {\n    opacity: 0;\n    <<transition \"opacity 150ms ease-in-out\">>\n}\n.jd-sidebar-column-header:hover .jd-sidebar-column-header-buttons { opacity: 1; }\n</$reveal>\n\n<$reveal type=\"match\" state=<<wsconfig SidebarHeight>> text=\"limit\" default=\"limit\">\n.jd-sidebar-column-body {\n    max-height: <$list filter=\"[[$:/config/Whitespace/SidebarHeight]!height[]]\" emptyMessage=\"300px\">{{$:/config/Whitespace/SidebarHeight!!height}}</$list>;\n    overflow-y: auto;\n    overflow-x: hidden;\n}\n</$reveal>\n\n.jd-sidebar:hover .jd-sidebar-column {\n    opacity: 1;\n}\n\n.tc-droppable {\n    padding: 0;\n    margin: 0;\n}\n\n.tc-sidebar-scrollable,\n.jd-config,\n.tc-topbar,\n.tc-bottombar { \n    width: 0; \n    height: 0; \n    margin: 0; \n    padding: 0; \n    display: none; \n}\n\n\n/**  POPUPS AND DROPDOWNS  **/\n\n.jd-sidebar .tc-drop-down,\n.tc-tiddler-frame .tc-drop-down,\n.tc-tiddler-frame .tc-block-dropdown {\n    overflow: auto;\n    <<box-shadow \"2px 2px 5px rgba(0, 0, 0, 0.09)\">>\n}\n\n.jd-sidebar .tc-drop-down {\n    position: fixed;\n    <<ws-sidebar-po>>: 20px;\n    top: 50px;\n    min-width: calc(<<ws-sidebar-width>> - 40px) !important;\n    max-width: calc(<<ws-sidebar-width>> - 40px) !important;\n    max-height: 360px !important;\n}\n\n.tc-tiddler-frame .tc-drop-down,\n.tc-tiddler-frame .tc-block-dropdown {\n    min-width: 230px !important;\n    max-height: 230px !important;\n}\n\n.tc-menu-list-item {\n    -webkit-word-break: break-all !important;\n    -moz-word-break: break-all !important;\n    -ms-word-break: break-all !important;\n    -o-word-break: break-all !important;\n    word-break: break-all !important;\n}\n\n.tc-edit-type-dropdown { overflow: auto; }\n\n\n/**  BUTTONS  **/\n\n.jd-sidebar-column .tc-btn-invisible,\n.jd-edit-title-controls .tc-btn-invisible {\n    fill: <<colour sidebar-controls-foreground>>;\n    <<transition \"fill 150ms ease-in-out\">>\n}\n\n.vertical-controls .tc-btn-invisible:hover,\n.jd-edit-title-controls .tc-btn-invisible:hover,\n.jd-sidebar .tc-btn-invisible:hover,\n.jd-sidebar-column .tc-btn-invisible:hover {\n    fill: <<colour sidebar-controls-foreground-hover>>;\n}\n\n\n/**  NOTIFICATION  **/\n\n<$list filter=\"[<ws-sidebar-po>prefix[right]]\">\n.tc-notification { left: 14px; width: initial; }\n</$list>\n\n\n/**  SCROLLBARS  **/\n\n<$reveal state=<<wsconfig scrollbar-style>> type=\"match\" text=\"visible\" default=\"visible\">\n.tc-tiddler-frame .tc-drop-down::-webkit-scrollbar,\n.tc-tiddler-frame .tc-block-dropdown::-webkit-scrollbar,\ndiv::-webkit-scrollbar {\n    background: transparent;\n    width: 6px;\n}\n\n.tc-tiddler-frame .tc-drop-down::-webkit-scrollbar-thumb,\n.tc-tiddler-frame .tc-block-dropdown::-webkit-scrollbar-thumb,\ndiv::-webkit-scrollbar-thumb {\n    background: rgba(0, 0, 0, 0.3); \n    -webkit-border-radius: {{!!box-radius}};\n    border-radius: {{!!box-radius}};\n}\n\n.jd-sidebar::-webkit-scrollbar-thumb {\n    background: <<colour primary>>; \n}\n</$reveal>\n<$reveal state=<<wsconfig scrollbar-style>> type=\"match\" text=\"invisible\" default=\"visible\">\n.tc-tiddler-frame .tc-drop-down::-webkit-scrollbar,\n.tc-tiddler-frame .tc-block-dropdown::-webkit-scrollbar,\n.jd-sidebar::-webkit-scrollbar,\ndiv::-webkit-scrollbar {\n    background: transparent;\n    width: 0;\n}\n</$reveal>\n\n\n/**  SIDEBAR SEARCH  **/\n\n.jd-search-wrapper {\n    width: 100%;\n    display: inline-block;\n}\n\n.jd-search-header {\n    background: <<colour background>>;\n    display: flex;\n    justify-content: space-between;\n}\n\n.jd-searchbar-wrapper { width: 100%; }\n\n.jd-searchbar-buttons {\n    display: flex;\n    align-items: center;\n    justify-content: flex-end;\n    width: 120px;\n}\n\n.jd-searchbar {\n    width: 100%;\n    outline: none !important;\n    border: none !important;\n    background: transparent !important;\n}\n\n.jd-search-results {\n    margin-top: 10px;\n    padding-right: 15px;\n    overflow-x: hidden;\n    overflow-y: auto;\n}\n\n<$reveal type=\"match\" state=<<wsconfig SidebarHeight>> text=\"limit\" default=\"limit\">\n.jd-search-results { max-height: <$list filter=\"[[$:/config/Whitespace/SidebarHeight]!height[]]\" emptyMessage=\"300px\">{{$:/config/Whitespace/SidebarHeight!!height}}</$list>; }\n</$reveal>\n\n.jd-searchbar-buttons button {\n    outline: none;\n    margin-left: 10px;\n}\n\n.jd-searchbar-buttons .tc-btn-invisible {\n    fill: <<colour sidebar-controls-foreground>>;\n    <<transition \"fill 150ms ease-in-out\">>\n}\n\n.jd-searchbar-buttons .tc-btn-invisible:hover {\n    fill: <<colour sidebar-controls-foreground-hover>>;\n    color: <<colour sidebar-controls-foreground-hover>>;\n}\n\n.jd-search-results .tc-menu-list-item {\n    white-space: normal;\n    word-wrap: break-word;\n    padding-left: 5px;\n    text-indent: -5px;\n}\n\n\n/**  SIDEBAR CONTROLS**/\n\n.jd-buttons { \n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    justify-content: flex-start;\n}\n\n.jd-buttons > .tc-reveal {\n    min-width: 0 !important;\n    width: 20% !important;\n    text-align: center;\n}\n\n.jd-buttons > .tc-btn-invisible {\n    margin: 5px 0;\n    outline: none;\n    fill: <<colour sidebar-controls-foreground>>;\n    <<transition \"fill 150ms ease-in-out\">>\n}\n\n.jd-buttons > .tc-btn-invisible:hover {\n    fill: <<colour sidebar-controls-foreground-hover>>;\n}\n\nbutton, button:hover { outline: none; }\n\ninput, input:focus { outline: none !important; }\n\n}\n\n@media (max-width: <<ws-sidebarbreakpoint>>) { \n\n.jd-sidebar, .vertical-controls { display: none; }\n.tc-titlebar text, input.tc-titlebar.tc-edit-texteditor { font-size: 18px; }\n\n}\n\n</$wikify>",
            "title": "$:/themes/jd/Whitespace/Stylesheet",
            "tags": "$:/tags/Stylesheet",
            "modifier": "jd",
            "modified": "20200727071748669",
            "creator": "JD",
            "created": "20171127170053658",
            "box-radius": "1px"
        }
    }
}
{
    "tiddlers": {
        "$:/themes/telmiger/bricks/baremetal/styles.css": {
            "title": "$:/themes/telmiger/bricks/baremetal/styles.css",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": ""
        }
    }
}
{
    "tiddlers": {
        "$:/themes/tiddlywiki/snowwhite/base": {
            "title": "$:/themes/tiddlywiki/snowwhite/base",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": "\\define sidebarbreakpoint-minus-one()\n<$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}}/>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n.tc-sidebar-header {\n\ttext-shadow: 0 1px 0 <<colour sidebar-foreground-shadow>>;\n}\n\n.tc-tiddler-info {\n\t<<box-shadow \"inset 1px 2px 3px rgba(0,0,0,0.1)\">>\n}\n\n@media screen {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow \"1px 1px 5px rgba(0, 0, 0, 0.3)\">>\n\t}\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow none>>\n\t}\n}\n\n.tc-page-controls button svg, .tc-tiddler-controls button svg, .tc-topbar button svg {\n\t<<transition \"fill 150ms ease-in-out\">>\n}\n\n.tc-tiddler-controls button.tc-selected,\n.tc-page-controls button.tc-selected {\n\t<<filter \"drop-shadow(0px -1px 2px rgba(0,0,0,0.25))\">>\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-edit-tags {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-tiddler-frame .tc-edit-tags input.tc-edit-texteditor {\n\t<<box-shadow \"none\">>\n\tborder: none;\n\toutline: none;\n}\n\ntextarea.tc-edit-texteditor {\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\n}\n\ncanvas.tc-edit-bitmapeditor  {\n\t<<box-shadow \"2px 2px 5px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-drop-down {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-block-dropdown {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-modal {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.3)\">>\n}\n\n.tc-modal-footer {\n\tborder-radius: 0 0 6px 6px;\n\t<<box-shadow \"inset 0 1px 0 #fff\">>;\n}\n\n\n.tc-alert {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.6)\">>\n}\n\n.tc-notification {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.3)\">>\n\ttext-shadow: 0 1px 0 rgba(255,255,255, 0.8);\n}\n\n.tc-sidebar-lists .tc-tab-set .tc-tab-divider {\n\tborder-top: none;\n\theight: 1px;\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.0) 100%\">>\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.1) 100%\">>\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.05) 100%\">>\n}\n\n.tc-message-box img {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n\n.tc-plugin-info {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n"
        }
    }
}
{
    "tiddlers": {
        "$:/themes/tiddlywiki/vanilla/themetweaks": {
            "title": "$:/themes/tiddlywiki/vanilla/themetweaks",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ThemeTweaks/ThemeTweaks}}",
            "text": "\\define lingo-base() $:/language/ThemeTweaks/\n\n\\define replacement-text()\n[img[$(imageTitle)$]]\n\\end\n\n\\define backgroundimage-dropdown()\n<div class=\"tc-drop-down-wrapper\">\n<$button popup=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$macrocall $name=\"image-picker\" actions=\"\"\"\n\n<$action-setfield\n\t$tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\"\n\t$value=<<imageTitle>>\n/>\n\n\"\"\"/>\n</div>\n</$reveal>\n</div>\n\\end\n\n\\define backgroundimageattachment-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\" default=\"scroll\">\n<option value=\"scroll\"><<lingo Settings/BackgroundImageAttachment/Scroll>></option>\n<option value=\"fixed\"><<lingo Settings/BackgroundImageAttachment/Fixed>></option>\n</$select>\n\\end\n\n\\define backgroundimagesize-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\" default=\"scroll\">\n<option value=\"auto\"><<lingo Settings/BackgroundImageSize/Auto>></option>\n<option value=\"cover\"><<lingo Settings/BackgroundImageSize/Cover>></option>\n<option value=\"contain\"><<lingo Settings/BackgroundImageSize/Contain>></option>\n</$select>\n\\end\n\n<<lingo ThemeTweaks/Hint>>\n\n! <<lingo Options>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><<lingo Options/SidebarLayout>></$link> |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><option value=\"fixed-fluid\"><<lingo Options/SidebarLayout/Fixed-Fluid>></option><option value=\"fluid-fixed\"><<lingo Options/SidebarLayout/Fluid-Fixed>></option></$select> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><<lingo Options/StickyTitles>></$link><br>//<<lingo Options/StickyTitles/Hint>>// |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><option value=\"no\">{{$:/language/No}}</option><option value=\"yes\">{{$:/language/Yes}}</option></$select> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/codewrapping\"><<lingo Options/CodeWrapping>></$link> |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/codewrapping\"><option value=\"pre\">{{$:/language/No}}</option><option value=\"pre-wrap\">{{$:/language/Yes}}</option></$select> |\n\n! <<lingo Settings>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\"><<lingo Settings/FontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\"><<lingo Settings/CodeFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\"><<lingo Settings/EditorFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\"><<lingo Settings/BackgroundImage>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" default=\"\" tag=\"input\"/> |<<backgroundimage-dropdown>> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\"><<lingo Settings/BackgroundImageAttachment>></$link> |<<backgroundimageattachment-dropdown>> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\"><<lingo Settings/BackgroundImageSize>></$link> |<<backgroundimagesize-dropdown>> | |\n\n! <<lingo Metrics>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\"><<lingo Metrics/FontSize>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\"><<lingo Metrics/LineHeight>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\"><<lingo Metrics/BodyFontSize>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\"><<lingo Metrics/BodyLineHeight>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\"><<lingo Metrics/StoryLeft>></$link><br>//<<lingo Metrics/StoryLeft/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\"><<lingo Metrics/StoryTop>></$link><br>//<<lingo Metrics/StoryTop/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\"><<lingo Metrics/StoryRight>></$link><br>//<<lingo Metrics/StoryRight/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\"><<lingo Metrics/StoryWidth>></$link><br>//<<lingo Metrics/StoryWidth/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\"><<lingo Metrics/TiddlerWidth>></$link><br>//<<lingo Metrics/TiddlerWidth/Hint>>//<br> |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\"><<lingo Metrics/SidebarBreakpoint>></$link><br>//<<lingo Metrics/SidebarBreakpoint/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\"><<lingo Metrics/SidebarWidth>></$link><br>//<<lingo Metrics/SidebarWidth/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\" default=\"\" tag=\"input\"/> |\n"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize",
            "text": "15px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/bodylineheight": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/bodylineheight",
            "text": "22px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/fontsize": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/fontsize",
            "text": "14px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/lineheight": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/lineheight",
            "text": "20px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storyleft": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storyleft",
            "text": "0px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storytop": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storytop",
            "text": "0px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storyright": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storyright",
            "text": "770px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storywidth": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storywidth",
            "text": "770px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth",
            "text": "686px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint",
            "text": "960px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth",
            "text": "350px"
        },
        "$:/themes/tiddlywiki/vanilla/options/stickytitles": {
            "title": "$:/themes/tiddlywiki/vanilla/options/stickytitles",
            "text": "no"
        },
        "$:/themes/tiddlywiki/vanilla/options/sidebarlayout": {
            "title": "$:/themes/tiddlywiki/vanilla/options/sidebarlayout",
            "text": "fixed-fluid"
        },
        "$:/themes/tiddlywiki/vanilla/options/codewrapping": {
            "title": "$:/themes/tiddlywiki/vanilla/options/codewrapping",
            "text": "pre-wrap"
        },
        "$:/themes/tiddlywiki/vanilla/settings/fontfamily": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/fontfamily",
            "text": "system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
        },
        "$:/themes/tiddlywiki/vanilla/settings/codefontfamily": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/codefontfamily",
            "text": "\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"
        },
        "$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment",
            "text": "fixed"
        },
        "$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize",
            "text": "auto"
        },
        "$:/themes/tiddlywiki/vanilla/reset": {
            "title": "$:/themes/tiddlywiki/vanilla/reset",
            "type": "text/plain",
            "text": "/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */\n\n/*\nDocument\n========\n*/\n\n/**\nUse a better box model (opinionated).\n*/\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box;\n}\n\n/**\nUse a more readable tab size (opinionated).\n*/\n\n:root {\n  -moz-tab-size: 4;\n  tab-size: 4;\n}\n\n/**\n1. Correct the line height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n*/\n\nhtml {\n  line-height: 1.15; /* 1 */\n  -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/*\nSections\n========\n*/\n\n/**\nRemove the margin in all browsers.\n*/\n\nbody {\n  margin: 0;\n}\n\n/**\nImprove consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n*/\n\nbody {\n  font-family:\n    system-ui,\n    -apple-system, /* Firefox supports this but not yet `system-ui` */\n    'Segoe UI',\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif,\n    'Apple Color Emoji',\n    'Segoe UI Emoji';\n}\n\n/*\nGrouping content\n================\n*/\n\n/**\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n*/\n\nhr {\n  height: 0; /* 1 */\n  color: inherit; /* 2 */\n}\n\n/*\nText-level semantics\n====================\n*/\n\n/**\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr[title] {\n  text-decoration: underline dotted;\n}\n\n/**\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n  font-weight: bolder;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the odd 'em' font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n  font-family:\n    ui-monospace,\n    SFMono-Regular,\n    Consolas,\n    'Liberation Mono',\n    Menlo,\n    monospace; /* 1 */\n  font-size: 1em; /* 2 */\n}\n\n/**\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n  font-size: 80%;\n}\n\n/**\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n  font-size: 75%;\n  line-height: 0;\n  position: relative;\n  vertical-align: baseline;\n}\n\nsub {\n  bottom: -0.25em;\n}\n\nsup {\n  top: -0.5em;\n}\n\n/*\nTabular data\n============\n*/\n\n/**\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n*/\n\ntable {\n  text-indent: 0; /* 1 */\n  border-color: inherit; /* 2 */\n}\n\n/*\nForms\n=====\n*/\n\n/**\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n  font-family: inherit; /* 1 */\n  font-size: 100%; /* 1 */\n  line-height: 1.15; /* 1 */\n  margin: 0; /* 2 */\n}\n\n/**\nRemove the inheritance of text transform in Edge and Firefox.\n1. Remove the inheritance of text transform in Firefox.\n*/\n\nbutton,\nselect { /* 1 */\n  text-transform: none;\n}\n\n/**\nCorrect the inability to style clickable types in iOS and Safari.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n  -webkit-appearance: button;\n}\n\n/**\nRemove the inner border and padding in Firefox.\n*/\n\n::-moz-focus-inner {\n  border-style: none;\n  padding: 0;\n}\n\n/**\nRestore the focus styles unset by the previous rule.\n*/\n\n:-moz-focusring {\n  outline: 1px dotted ButtonText;\n}\n\n/**\nRemove the additional ':invalid' styles in Firefox.\nSee: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737\n*/\n\n:-moz-ui-invalid {\n  box-shadow: none;\n}\n\n/**\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\n*/\n\nlegend {\n  padding: 0;\n}\n\n/**\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n  vertical-align: baseline;\n}\n\n/**\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n  height: auto;\n}\n\n/**\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n  -webkit-appearance: textfield; /* 1 */\n  outline-offset: -2px; /* 2 */\n}\n\n/**\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\n\n/**\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to 'inherit' in Safari.\n*/\n\n::-webkit-file-upload-button {\n  -webkit-appearance: button; /* 1 */\n  font: inherit; /* 2 */\n}\n\n/*\nInteractive\n===========\n*/\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n  display: list-item;\n}\n"
        },
        "$:/themes/tiddlywiki/vanilla/sticky": {
            "title": "$:/themes/tiddlywiki/vanilla/sticky",
            "text": "<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\" type=\"match\" text=\"yes\">\n``\n.tc-tiddler-title {\n\tposition: -webkit-sticky;\n\tposition: -moz-sticky;\n\tposition: -o-sticky;\n\tposition: -ms-sticky;\n\tposition: sticky;\n\ttop: 0px;\n\tbackground: ``<<colour tiddler-background>>``;\n\tz-index: 500;\n}\n\n``\n<$list filter=\"[range[100]]\">\n`.tc-story-river .tc-tiddler-frame:nth-child(100n+`<$text text=<<currentTiddler>>/>`) {\nz-index: `<$text text={{{ [[200]subtract<currentTiddler>] }}}/>`;\n}\n`\n</$list>\n</$reveal>\n"
        },
        "$:/themes/tiddlywiki/vanilla/base": {
            "title": "$:/themes/tiddlywiki/vanilla/base",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": "\\define custom-background-datauri()\n<$set name=\"background\" value={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}>\n<$list filter=\"[<background>is[image]]\">\n`background: url(`\n<$list filter=\"[<background>!has[_canonical_uri]]\">\n`\"`<$macrocall $name=\"datauri\" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>`\"`\n</$list>\n<$list filter=\"[<background>has[_canonical_uri]]\">\n`\"`<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field=\"_canonical_uri\"/>`\"`\n</$list>\n`) center center;`\n`background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;\n-webkit-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\n-moz-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\n-o-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\nbackground-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;`\n</$list>\n</$set>\n\\end\n\n\\define sidebarbreakpoint()\n<$text text={{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}/>\n\\end\n\n\\define sidebarbreakpoint-minus-one()\n<$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}}/>\n\\end\n\n\\define if-fluid-fixed(text,hiddenSidebarText)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"match\" text=\"fluid-fixed\">\n$text$\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">\n$hiddenSidebarText$\n</$reveal>\n</$reveal>\n\\end\n\n\\define if-editor-height-fixed(then,else)\n<$reveal state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"fixed\">\n$then$\n</$reveal>\n<$reveal state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"auto\">\n$else$\n</$reveal>\n\\end\n\n\\define set-type-selector-min-width()\n<$set name=\"typeLength\" value={{{ [all[shadows+tiddlers]prefix[$:/language/Docs/Types/]get[name]length[]maxall[]] }}}>\n\n\t.tc-type-selector-dropdown-wrapper {\n\t\tmin-width: calc(<<typeLength>>ch + 4em);\n\t}\n\n\t.tc-type-selector-dropdown-wrapper input.tc-edit-typeeditor {\n\t\tmin-width: <<typeLength>>ch;\n\t}\n\n</$set>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\n\n/*\n** Start with the normalize CSS reset, and then belay some of its effects\n*/\n\n{{$:/themes/tiddlywiki/vanilla/reset}}\n\n*, input[type=\"search\"] {\n\tbox-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\t-webkit-box-sizing: border-box;\n}\n\ninput[type=\"search\"] {\n  outline-offset: initial;\n}\n\nhtml button {\n\tline-height: 1.2;\n\tcolor: <<colour button-foreground>>;\n\tfill: <<colour button-foreground>>;\n\tbackground: <<colour button-background>>;\n\tborder-color: <<colour button-border>>;\n}\n\n/*\n** Basic element styles\n*/\n\nhtml, body {\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/fontfamily}};\n\ttext-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\nhtml:-webkit-full-screen {\n\tbackground-color: <<colour page-background>>;\n}\n\nbody.tc-body {\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/fontsize}};\n\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}};\n\tword-wrap: break-word;\n\t<<custom-background-datauri>>\n\tcolor: <<colour foreground>>;\n\tbackground-color: <<colour page-background>>;\n\tfill: <<colour foreground>>;\n}\n\n<<if-background-attachment \"\"\"\n\nbody.tc-body {\n        background-color: transparent;\n}\n\n\"\"\">>\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n\tfont-size: 2em;\n}\n\nh1, h2, h3, h4, h5, h6 {\n\tline-height: 1.2;\n\tfont-weight: 300;\n}\n\npre {\n\tdisplay: block;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n\tword-break: normal;\n\tword-wrap: break-word;\n\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\n\tbackground-color: <<colour pre-background>>;\n\tborder: 1px solid <<colour pre-border>>;\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\ncode {\n\tcolor: <<colour code-foreground>>;\n\tbackground-color: <<colour code-background>>;\n\tborder: 1px solid <<colour code-border>>;\n\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\nblockquote {\n\tborder-left: 5px solid <<colour blockquote-bar>>;\n\tmargin-left: 25px;\n\tpadding-left: 10px;\n\tquotes: \"\\201C\"\"\\201D\"\"\\2018\"\"\\2019\";\n}\n\nblockquote > div {\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n}\n\nblockquote.tc-big-quote {\n\tfont-family: Georgia, serif;\n\tposition: relative;\n\tbackground: <<colour pre-background>>;\n\tborder-left: none;\n\tmargin-left: 50px;\n\tmargin-right: 50px;\n\tpadding: 10px;\n    border-radius: 8px;\n}\n\nblockquote.tc-big-quote cite:before {\n\tcontent: \"\\2014 \\2009\";\n}\n\nblockquote.tc-big-quote:before {\n\tfont-family: Georgia, serif;\n\tcolor: <<colour blockquote-bar>>;\n\tcontent: open-quote;\n\tfont-size: 8em;\n\tline-height: 0.1em;\n\tmargin-right: 0.25em;\n\tvertical-align: -0.4em;\n\tposition: absolute;\n    left: -50px;\n    top: 42px;\n}\n\nblockquote.tc-big-quote:after {\n\tfont-family: Georgia, serif;\n\tcolor: <<colour blockquote-bar>>;\n\tcontent: close-quote;\n\tfont-size: 8em;\n\tline-height: 0.1em;\n\tmargin-right: 0.25em;\n\tvertical-align: -0.4em;\n\tposition: absolute;\n    right: -80px;\n    bottom: -20px;\n}\n\ndl dt {\n\tfont-weight: bold;\n\tmargin-top: 6px;\n}\n\nbutton, textarea, input, select {\n\toutline-color: <<colour primary>>;\n}\n\ntextarea,\ninput[type=text],\ninput[type=search],\ninput[type=\"\"],\ninput:not([type]) {\n\tcolor: <<colour foreground>>;\n\tbackground: <<colour background>>;\n}\n\ninput[type=\"checkbox\"] {\n  vertical-align: middle;\n}\n\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-results-button,\ninput[type=\"search\"]::-webkit-search-results-decoration {\n\t-webkit-appearance:none;\n}\n\n.tc-muted {\n\tcolor: <<colour muted-foreground>>;\n}\n\nsvg.tc-image-button {\n\tpadding: 0px 1px 1px 0px;\n}\n\n.tc-icon-wrapper > svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\nkbd {\n\tdisplay: inline-block;\n\tpadding: 3px 5px;\n\tfont-size: 0.8em;\n\tline-height: 1.2;\n\tcolor: <<colour foreground>>;\n\tvertical-align: middle;\n\tbackground-color: <<colour background>>;\n\tborder: solid 1px <<colour muted-foreground>>;\n\tborder-bottom-color: <<colour muted-foreground>>;\n\tborder-radius: 3px;\n\tbox-shadow: inset 0 -1px 0 <<colour muted-foreground>>;\n}\n\n::selection {\n\tbackground-color: Highlight;\n\tcolor: HighlightText;\n\tbackground-color: <<colour selection-background>>;\n\tcolor: <<colour selection-foreground>>;\n}\n\n/*\nMarkdown likes putting code elements inside pre elements\n*/\npre > code {\n\tpadding: 0;\n\tborder: none;\n\tbackground-color: inherit;\n\tcolor: inherit;\n}\n\ntable {\n\tborder: 1px solid <<colour table-border>>;\n\twidth: auto;\n\tmax-width: 100%;\n\tcaption-side: bottom;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n\t/* next 2 elements needed, since normalize 8.0.1 */\n\tborder-collapse: collapse;\n\tborder-spacing: 0;\n}\n\ntable th, table td {\n\tpadding: 0 7px 0 7px;\n\tborder-top: 1px solid <<colour table-border>>;\n\tborder-left: 1px solid <<colour table-border>>;\n}\n\ntable thead tr td, table th {\n\tbackground-color: <<colour table-header-background>>;\n\tfont-weight: bold;\n}\n\ntable tfoot tr td {\n\tbackground-color: <<colour table-footer-background>>;\n}\n\n.tc-csv-table {\n\twhite-space: nowrap;\n}\n\n.tc-tiddler-frame img,\n.tc-tiddler-frame svg,\n.tc-tiddler-frame canvas,\n.tc-tiddler-frame embed,\n.tc-tiddler-frame iframe {\n\tmax-width: 100%;\n}\n\n.tc-tiddler-body > embed,\n.tc-tiddler-body > iframe {\n\twidth: 100%;\n\theight: 600px;\n}\n\n/*\n** Links\n*/\n\nbutton.tc-tiddlylink,\na.tc-tiddlylink {\n\ttext-decoration: none;\n\tfont-weight: 500;\n\tcolor: <<colour tiddler-link-foreground>>;\n\t-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */\n}\n\n.tc-sidebar-lists a.tc-tiddlylink {\n\tcolor: <<colour sidebar-tiddler-link-foreground>>;\n}\n\n.tc-sidebar-lists a.tc-tiddlylink:hover {\n\tcolor: <<colour sidebar-tiddler-link-foreground-hover>>;\n}\n\nbutton.tc-tiddlylink:hover,\na.tc-tiddlylink:hover {\n\ttext-decoration: underline;\n}\n\na.tc-tiddlylink-resolves {\n}\n\na.tc-tiddlylink-shadow {\n\tfont-weight: bold;\n}\n\na.tc-tiddlylink-shadow.tc-tiddlylink-resolves {\n\tfont-weight: normal;\n}\n\na.tc-tiddlylink-missing {\n\tfont-style: italic;\n}\n\na.tc-tiddlylink-external {\n\ttext-decoration: underline;\n\tcolor: <<colour external-link-foreground>>;\n\tbackground-color: <<colour external-link-background>>;\n}\n\na.tc-tiddlylink-external:visited {\n\tcolor: <<colour external-link-foreground-visited>>;\n\tbackground-color: <<colour external-link-background-visited>>;\n}\n\na.tc-tiddlylink-external:hover {\n\tcolor: <<colour external-link-foreground-hover>>;\n\tbackground-color: <<colour external-link-background-hover>>;\n}\n\n.tc-drop-down a.tc-tiddlylink:hover {\n\tcolor: <<colour tiddler-link-background>>;\n}\n\n/*\n** Drag and drop styles\n*/\n\n.tc-tiddler-dragger {\n\tposition: relative;\n\tz-index: -10000;\n}\n\n.tc-tiddler-dragger-inner {\n\tposition: absolute;\n\ttop: -1000px;\n\tleft: -1000px;\n\tdisplay: inline-block;\n\tpadding: 8px 20px;\n\tfont-size: 16.9px;\n\tfont-weight: bold;\n\tline-height: 20px;\n\tcolor: <<colour dragger-foreground>>;\n\ttext-shadow: 0 1px 0 rgba(0, 0, 0, 1);\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour dragger-background>>;\n\tborder-radius: 20px;\n}\n\n.tc-tiddler-dragger-cover {\n\tposition: absolute;\n\tbackground-color: <<colour page-background>>;\n}\n\n.tc-dropzone {\n\tposition: relative;\n}\n\n.tc-dropzone.tc-dragover:before {\n\tz-index: 10000;\n\tdisplay: block;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbackground: <<colour dropzone-background>>;\n\ttext-align: center;\n\tcontent: \"<<lingo DropMessage>>\";\n}\n\n.tc-droppable > .tc-droppable-placeholder {\n\tdisplay: none;\n}\n\n.tc-droppable.tc-dragover > .tc-droppable-placeholder {\n\tdisplay: block;\n\tborder: 2px dashed <<colour dropzone-background>>;\n}\n\n.tc-draggable {\n\tcursor: move;\n}\n\n.tc-sidebar-tab-open .tc-droppable-placeholder, .tc-tagged-draggable-list .tc-droppable-placeholder,\n.tc-links-draggable-list .tc-droppable-placeholder {\n\tline-height: 2em;\n\theight: 2em;\n}\n\n.tc-sidebar-tab-open-item {\n\tposition: relative;\n}\n\n.tc-sidebar-tab-open .tc-btn-invisible.tc-btn-mini svg {\n\tfont-size: 0.7em;\n\tfill: <<colour muted-foreground>>;\n}\n\n/*\n** Plugin reload warning\n*/\n\n.tc-plugin-reload-warning {\n\tz-index: 1000;\n\tdisplay: block;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbackground: <<colour alert-background>>;\n\ttext-align: center;\n}\n\n/*\n** Buttons\n*/\n\nbutton svg, button img, label svg, label img {\n\tvertical-align: middle;\n}\n\n.tc-btn-invisible {\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\tcursor: pointer;\n\tcolor: <<colour foreground>>;\n\tfill: <<colour foreground>>;\n}\n\n.tc-btn-boxed {\n\tfont-size: 0.6em;\n\tpadding: 0.2em;\n\tmargin: 1px;\n\tbackground: none;\n\tborder: 1px solid <<colour tiddler-controls-foreground>>;\n\tborder-radius: 0.25em;\n}\n\nhtml body.tc-body .tc-btn-boxed svg {\n\tfont-size: 1.6666em;\n}\n\n.tc-btn-boxed:hover {\n\tbackground: <<colour muted-foreground>>;\n\tcolor: <<colour background>>;\n}\n\nhtml body.tc-body .tc-btn-boxed:hover svg {\n\tfill: <<colour background>>;\n}\n\n.tc-btn-rounded {\n\tfont-size: 0.5em;\n\tline-height: 2;\n\tpadding: 0em 0.3em 0.2em 0.4em;\n\tmargin: 1px;\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour muted-foreground>>;\n\tcolor: <<colour background>>;\n\tborder-radius: 2em;\n}\n\nhtml body.tc-body .tc-btn-rounded svg {\n\tfont-size: 1.6666em;\n\tfill: <<colour background>>;\n}\n\n.tc-btn-rounded:hover {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour background>>;\n\tcolor: <<colour muted-foreground>>;\n}\n\nhtml body.tc-body .tc-btn-rounded:hover svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-icon svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-text {\n\tpadding: 0;\n\tmargin: 0;\n}\n\n/* used for documentation \"fake\" buttons */\n.tc-btn-standard {\n\tline-height: 1.8;\n\tcolor: #667;\n\tbackground-color: #e0e0e0;\n\tborder: 1px solid #888;\n\tpadding: 2px 1px 2px 1px;\n\tmargin: 1px 4px 1px 4px;\n}\n\n.tc-btn-big-green {\n\tdisplay: inline-block;\n\tpadding: 8px;\n\tmargin: 4px 8px 4px 8px;\n\tbackground: <<colour download-background>>;\n\tcolor: <<colour download-foreground>>;\n\tfill: <<colour download-foreground>>;\n\tborder: none;\n\tborder-radius: 2px;\n\tfont-size: 1.2em;\n\tline-height: 1.4em;\n\ttext-decoration: none;\n}\n\n.tc-btn-big-green svg,\n.tc-btn-big-green img {\n\theight: 2em;\n\twidth: 2em;\n\tvertical-align: middle;\n\tfill: <<colour download-foreground>>;\n}\n\n.tc-primary-btn {\n \tbackground: <<colour primary>>;\n}\n\n.tc-sidebar-lists input {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-sidebar-lists button {\n\tcolor: <<colour sidebar-button-foreground>>;\n\tfill: <<colour sidebar-button-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini {\n\tcolor: <<colour sidebar-muted-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini:hover {\n\tcolor: <<colour sidebar-muted-foreground-hover>>;\n}\n\n.tc-sidebar-lists button small {\n\tcolor: <<colour foreground>>;\n}\n\nbutton svg.tc-image-button, button .tc-image-button img {\n\theight: 1em;\n\twidth: 1em;\n}\n\n.tc-unfold-banner {\n\tposition: absolute;\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\twidth: 100%;\n\twidth: calc(100% + 2px);\n\tmargin-left: -43px;\n\ttext-align: center;\n\tborder-top: 2px solid <<colour tiddler-info-background>>;\n\tmargin-top: 4px;\n}\n\n.tc-unfold-banner:hover {\n\tbackground: <<colour tiddler-info-background>>;\n\tborder-top: 2px solid <<colour tiddler-info-border>>;\n}\n\n.tc-unfold-banner svg, .tc-fold-banner svg {\n\theight: 0.75em;\n\tfill: <<colour tiddler-controls-foreground>>;\n}\n\n.tc-unfold-banner:hover svg, .tc-fold-banner:hover svg {\n\tfill: <<colour tiddler-controls-foreground-hover>>;\n}\n\n.tc-fold-banner {\n\tposition: absolute;\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\twidth: 23px;\n\ttext-align: center;\n\tmargin-left: -35px;\n\ttop: 6px;\n\tbottom: 6px;\n}\n\n.tc-fold-banner:hover {\n\tbackground: <<colour tiddler-info-background>>;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-unfold-banner {\n\t\tposition: static;\n\t\twidth: calc(100% + 59px);\n\t}\n\n\t.tc-fold-banner {\n\t\twidth: 16px;\n\t\tmargin-left: -16px;\n\t\tfont-size: 0.75em;\n\t}\n\n}\n\n/*\n** Tags and missing tiddlers\n*/\n\n.tc-tag-list-item {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin-right: 7px;\n}\n\n.tc-tags-wrapper {\n\tmargin: 4px 0 14px 0;\n}\n\n.tc-missing-tiddler-label {\n\tfont-style: italic;\n\tfont-weight: normal;\n\tdisplay: inline-block;\n\tfont-size: 11.844px;\n\tline-height: 14px;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n}\n\n.tc-block-tags-dropdown > .tc-btn-invisible:hover {\n\tbackground-color: <<colour primary>>;\n}\n\nbutton.tc-tag-label, span.tc-tag-label {\n\tdisplay: inline-block;\n\tpadding: 0.16em 0.7em;\n\tfont-size: 0.9em;\n\tfont-weight: 400;\n\tline-height: 1.2em;\n\tcolor: <<colour tag-foreground>>;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour tag-background>>;\n\tborder-radius: 1em;\n}\n\n.tc-sidebar-scrollable .tc-tag-label {\n\ttext-shadow: none;\n}\n\n.tc-untagged-separator {\n\twidth: 10em;\n\tleft: 0;\n\tmargin-left: 0;\n\tborder: 0;\n\theight: 1px;\n\tbackground: <<colour tab-divider>>;\n}\n\nbutton.tc-untagged-label {\n\tbackground-color: <<colour untagged-background>>;\n}\n\n.tc-tag-label svg, .tc-tag-label img {\n\theight: 1em;\n\twidth: 1em;\n\tmargin-right: 3px; \n\tmargin-bottom: 1px;\n\tvertical-align: bottom;\n}\n\n.tc-edit-tags button.tc-remove-tag-button svg {\n\tfont-size: 0.7em;\n\tvertical-align: middle;\n}\n\n.tc-tag-manager-table .tc-tag-label {\n\twhite-space: normal;\n}\n\n.tc-tag-manager-tag {\n\twidth: 100%;\n}\n\nbutton.tc-btn-invisible.tc-remove-tag-button {\n\toutline: none;\n}\n\n.tc-tag-button-selected,\n.tc-list-item-selected a.tc-tiddlylink, a.tc-list-item-selected {\n\tbackground-color: <<colour primary>>;\n\tcolor: <<colour tiddler-background>>;\n}\n\n/*\n** Page layout\n*/\n\n.tc-topbar {\n\tposition: fixed;\n\tz-index: 1200;\n}\n\n.tc-topbar-left {\n\tleft: 29px;\n\ttop: 5px;\n}\n\n.tc-topbar-right {\n\ttop: 5px;\n\tright: 29px;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-topbar-right {\n\t\tright: 10px;\n\t}\n\n}\n\n.tc-topbar button {\n\tpadding: 8px;\n}\n\n.tc-topbar svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-topbar button:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-show-sidebar-btn svg.tc-image-chevron-left, .tc-hide-sidebar-btn svg.tc-image-chevron-right {\n\t\ttransform: rotate(-90deg);\n\t}\n\n}\n\n.tc-sidebar-header {\n\tcolor: <<colour sidebar-foreground>>;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {\n\tfont-weight: 300;\n}\n\n.tc-sidebar-header .tc-sidebar-lists p {\n\tmargin-top: 3px;\n\tmargin-bottom: 3px;\n}\n\n.tc-sidebar-header .tc-missing-tiddler-label {\n\tcolor: <<colour sidebar-foreground>>;\n}\n\n.tc-advanced-search input {\n\twidth: 60%;\n}\n\n.tc-search a svg {\n\twidth: 1.2em;\n\theight: 1.2em;\n\tvertical-align: middle;\n}\n\n.tc-page-controls {\n\tmargin-top: 14px;\n\tfont-size: 1.5em;\n}\n\n.tc-page-controls .tc-drop-down {\n  font-size: 1rem;\n}\n\n.tc-page-controls button {\n\tmargin-right: 0.5em;\n}\n\n.tc-page-controls a.tc-tiddlylink:hover {\n\ttext-decoration: none;\n}\n\n.tc-page-controls img {\n\twidth: 1em;\n}\n\n.tc-page-controls svg {\n\tfill: <<colour sidebar-controls-foreground>>;\n}\n\n.tc-page-controls button:hover svg, .tc-page-controls a:hover svg {\n\tfill: <<colour sidebar-controls-foreground-hover>>;\n}\n\n.tc-sidebar-lists .tc-menu-list-item {\n\twhite-space: nowrap;\n}\n\n.tc-menu-list-count {\n\tfont-weight: bold;\n}\n\n.tc-menu-list-subitem {\n\tpadding-left: 7px;\n}\n\n.tc-story-river {\n\tposition: relative;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-sidebar-header {\n\t\tpadding: 14px;\n\t\tmin-height: 32px;\n\t\tmargin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\ttransition:  min-height {{$:/config/AnimationDuration}}ms ease-in-out, padding-top {{$:/config/AnimationDuration}}ms ease-in-out, padding-bottom {{$:/config/AnimationDuration}}ms ease-in-out;\n\t}\n\t\n\t<<if-no-sidebar \"\"\"\n\n\t\t.tc-sidebar-header {\n\t\t\tmin-height: 0;\n\t\t\tpadding-top: 0;\n\t\t\tpadding-bottom: 0;\n\t\t}\n\n\t\"\"\">>\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tpadding: 0;\n\t}\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n\t.tc-message-box {\n\t\tmargin: 21px -21px 21px -21px;\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tposition: fixed;\n\t\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\n\t\tbottom: 0;\n\t\tright: 0;\n\t\toverflow-y: auto;\n\t\toverflow-x: auto;\n\t\t-webkit-overflow-scrolling: touch;\n\t\tmargin: 0 0 0 -42px;\n\t\tpadding: 71px 0 28px 42px;\n\t}\n\n\thtml[dir=\"rtl\"] .tc-sidebar-scrollable {\n\t\tleft: auto;\n\t\tright: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\n\t}\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\n\t\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/storywidth}};\n\t\tpadding: 42px 42px 42px 42px;\n\t}\n\n<<if-no-sidebar \"\n\n\t.tc-story-river {\n\t\twidth: calc(100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}});\n\t}\n\n\">>\n\n\t.tc-story-river.tc-static-story-river {\n\t\tmargin-right: 0;\n\t\tpadding-right: 42px;\n\t}\n\n}\n\n@media print {\n\n\tbody.tc-body {\n\t\tbackground-color: transparent;\n\t}\n\n\t.tc-sidebar-header, .tc-topbar {\n\t\tdisplay: none;\n\t}\n\n\t.tc-story-river {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t}\n\n\t.tc-story-river .tc-tiddler-frame {\n\t\tmargin: 0;\n\t\tborder: none;\n\t\tpadding: 0;\n\t}\n}\n\n/*\n** Tiddler styles\n*/\n\n.tc-tiddler-frame {\n\tposition: relative;\n\tmargin-bottom: 28px;\n\tbackground-color: <<colour tiddler-background>>;\n\tborder: 1px solid <<colour tiddler-border>>;\n}\n\n{{$:/themes/tiddlywiki/vanilla/sticky}}\n\n.tc-tiddler-info {\n\tpadding: 14px 42px 14px 42px;\n\tbackground-color: <<colour tiddler-info-background>>;\n\tborder-top: 1px solid <<colour tiddler-info-border>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-border>>;\n}\n\n.tc-tiddler-info p {\n\tmargin-top: 3px;\n\tmargin-bottom: 3px;\n}\n\n.tc-tiddler-info .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour tiddler-info-tab-background>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-tab-background>>;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-tiddler-info {\n\t\tpadding: 14px 14px 14px 14px;\n\t}\n\n}\n\n.tc-view-field-table {\n\twidth: 100%;\n}\n\n.tc-view-field-name {\n\twidth: 1%; /* Makes this column be as narrow as possible */\n\ttext-align: right;\n\tfont-style: italic;\n\tfont-weight: 200;\n}\n\n.tc-view-field-value {\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\t.tc-tiddler-frame {\n\t\tpadding: 14px 14px 14px 14px;\n\t\tmargin-bottom: .5em;\n\t}\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -14px 0 -14px;\n\t}\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\t.tc-tiddler-frame {\n\t\tpadding: 28px 42px 42px 42px;\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}};\n\t\tborder-radius: 2px;\n\t}\n\n<<if-no-sidebar \"\n\n\t.tc-tiddler-frame {\n\t\twidth: 100%;\n\t}\n\n\">>\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -42px 0 -42px;\n\t}\n}\n\n.tc-site-title,\n.tc-titlebar {\n\tfont-weight: 300;\n\tfont-size: 2.35em;\n\tline-height: 1.35em;\n\tcolor: <<colour tiddler-title-foreground>>;\n\tmargin: 0;\n}\n\n.tc-site-title {\n\tcolor: <<colour site-title-foreground>>;\n}\n\n.tc-tiddler-title-icon {\n\tvertical-align: middle;\n\tmargin-right: .1em;\n}\n\n.tc-system-title-prefix {\n\tcolor: <<colour muted-foreground>>;\n}\n\n.tc-titlebar h2 {\n\tfont-size: 1em;\n\tdisplay: inline;\n}\n\n.tc-titlebar img {\n\theight: 1em;\n}\n\n.tc-subtitle {\n\tfont-size: 0.9em;\n\tcolor: <<colour tiddler-subtitle-foreground>>;\n\tfont-weight: 300;\n}\n\n.tc-subtitle .tc-tiddlylink {\n\tmargin-right: .3em;\n}\n\n.tc-tiddler-missing .tc-title {\n  font-style: italic;\n  font-weight: normal;\n}\n\n.tc-tiddler-frame .tc-tiddler-controls {\n\tfloat: right;\n}\n\n.tc-tiddler-controls .tc-drop-down {\n\tfont-size: 0.6em;\n}\n\n.tc-tiddler-controls .tc-drop-down .tc-drop-down {\n\tfont-size: 1em;\n}\n\n.tc-tiddler-controls > span > button,\n.tc-tiddler-controls > span > span > button,\n.tc-tiddler-controls > span > span > span > button {\n\tvertical-align: baseline;\n\tmargin-left:5px;\n}\n\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img,\n.tc-search button svg, .tc-search a svg {\n\tfill: <<colour tiddler-controls-foreground>>;\n}\n\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img {\n\theight: 0.75em;\n}\n\n.tc-search button svg, .tc-search a svg {\n    height: 1.2em;\n    width: 1.2em;\n    margin: 0 0.25em;\n}\n\n.tc-tiddler-controls button.tc-selected svg,\n.tc-page-controls button.tc-selected svg  {\n\tfill: <<colour tiddler-controls-foreground-selected>>;\n}\n\n.tc-tiddler-controls button.tc-btn-invisible:hover svg,\n.tc-search button:hover svg, .tc-search a:hover svg {\n\tfill: <<colour tiddler-controls-foreground-hover>>;\n}\n\n@media print {\n\t.tc-tiddler-controls {\n\t\tdisplay: none;\n\t}\n}\n\n.tc-tiddler-help { /* Help prompts within tiddler template */\n\tcolor: <<colour muted-foreground>>;\n\tmargin-top: 14px;\n}\n\n.tc-tiddler-help a.tc-tiddlylink {\n\tcolor: <<colour very-muted-foreground>>;\n}\n\n.tc-tiddler-frame .tc-edit-texteditor {\n\twidth: 100%;\n\tmargin: 4px 0 4px 0;\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor,\n.tc-tiddler-frame textarea.tc-edit-texteditor,\n.tc-tiddler-frame iframe.tc-edit-texteditor {\n\tpadding: 3px 3px 3px 3px;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tline-height: 1.3em;\n\t-webkit-appearance: none;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor,\n.tc-tiddler-frame textarea.tc-edit-texteditor {\n\tbackground-color: <<colour tiddler-editor-background>>;\n}\n\n.tc-tiddler-frame iframe.tc-edit-texteditor {\n\tbackground-color: <<colour tiddler-background>>;\n}\n\n.tc-tiddler-frame .tc-binary-warning {\n\twidth: 100%;\n\theight: 5em;\n\ttext-align: center;\n\tpadding: 3em 3em 6em 3em;\n\tbackground: <<colour alert-background>>;\n\tborder: 1px solid <<colour alert-border>>;\n}\n\ncanvas.tc-edit-bitmapeditor  {\n\tborder: 6px solid <<colour tiddler-editor-border-image>>;\n\tcursor: crosshair;\n\t-moz-user-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n\tmargin-top: 6px;\n\tmargin-bottom: 6px;\n}\n\n.tc-edit-bitmapeditor-width {\n\tdisplay: block;\n}\n\n.tc-edit-bitmapeditor-height {\n\tdisplay: block;\n}\n\n.tc-tiddler-body {\n\tclear: both;\n}\n\n.tc-tiddler-frame .tc-tiddler-body {\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};\n\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};\n}\n\n.tc-titlebar, .tc-tiddler-edit-title {\n\toverflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */\n}\n\nhtml body.tc-body.tc-single-tiddler-window {\n\tmargin: 1em;\n\tbackground: <<colour tiddler-background>>;\n}\n\n.tc-single-tiddler-window img,\n.tc-single-tiddler-window svg,\n.tc-single-tiddler-window canvas,\n.tc-single-tiddler-window embed,\n.tc-single-tiddler-window iframe {\n\tmax-width: 100%;\n}\n\n/*\n** Editor\n*/\n\n.tc-editor-toolbar {\n\tmargin-top: 8px;\n}\n\n.tc-editor-toolbar button {\n\tvertical-align: middle;\n\tbackground-color: <<colour tiddler-controls-foreground>>;\n\tcolor: <<colour tiddler-controls-foreground-selected>>;\n\tfill: <<colour tiddler-controls-foreground-selected>>;\n\tborder-radius: 4px;\n\tpadding: 3px;\n\tmargin: 2px 0 2px 4px;\n}\n\n.tc-editor-toolbar button.tc-text-editor-toolbar-item-adjunct {\n\tmargin-left: 1px;\n\twidth: 1em;\n\tborder-radius: 8px;\n}\n\n.tc-editor-toolbar button.tc-text-editor-toolbar-item-start-group {\n\tmargin-left: 11px;\n}\n\n.tc-editor-toolbar button.tc-selected {\n\tbackground-color: <<colour primary>>;\n}\n\n.tc-editor-toolbar button svg {\n\twidth: 1.6em;\n\theight: 1.2em;\n}\n\n.tc-editor-toolbar button:hover {\n\tbackground-color: <<colour tiddler-controls-foreground-selected>>;\n\tfill: <<colour background>>;\n\tcolor: <<colour background>>;\n}\n\n.tc-editor-toolbar .tc-text-editor-toolbar-more {\n\twhite-space: normal;\n}\n\n.tc-editor-toolbar .tc-text-editor-toolbar-more button {\n\tdisplay: inline-block;\n\tpadding: 3px;\n\twidth: auto;\n}\n\n.tc-editor-toolbar .tc-search-results {\n\tpadding: 0;\n}\n\n/*\n** Adjustments for fluid-fixed mode\n*/\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n<<if-fluid-fixed text:\"\"\"\n\n\t.tc-story-river {\n\t\tpadding-right: 0;\n\t\tposition: relative;\n\t\twidth: auto;\n\t\tleft: 0;\n\t\tmargin-left: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\n\t\tmargin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\t.tc-tiddler-frame {\n\t\twidth: 100%;\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tleft: auto;\n\t\tbottom: 0;\n\t\tright: 0;\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\tbody.tc-body .tc-storyview-zoomin-tiddler {\n\t\twidth: 100%;\n\t\twidth: calc(100% - 42px);\n\t}\n\n\"\"\" hiddenSidebarText:\"\"\"\n\n\t.tc-story-river {\n\t\tpadding-right: 3em;\n\t\tmargin-right: 0;\n\t}\n\n\tbody.tc-body .tc-storyview-zoomin-tiddler {\n\t\twidth: 100%;\n\t\twidth: calc(100% - 84px);\n\t}\n\n\"\"\">>\n\n}\n\n/*\n** Toolbar buttons\n*/\n\n.tc-page-controls svg.tc-image-new-button {\n  fill: <<colour toolbar-new-button>>;\n}\n\n.tc-page-controls svg.tc-image-options-button {\n  fill: <<colour toolbar-options-button>>;\n}\n\n.tc-page-controls svg.tc-image-save-button {\n  fill: <<colour toolbar-save-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-info-button {\n  fill: <<colour toolbar-info-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-edit-button {\n  fill: <<colour toolbar-edit-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-close-button {\n  fill: <<colour toolbar-close-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-delete-button {\n  fill: <<colour toolbar-delete-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-cancel-button {\n  fill: <<colour toolbar-cancel-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-done-button {\n  fill: <<colour toolbar-done-button>>;\n}\n\n/*\n** Tiddler edit mode\n*/\n\n.tc-tiddler-edit-frame em.tc-edit {\n\tcolor: <<colour muted-foreground>>;\n\tfont-style: normal;\n}\n\n.tc-edit-type-dropdown a.tc-tiddlylink-missing {\n\tfont-style: normal;\n}\n\n.tc-type-selector .tc-edit-typeeditor {\n\twidth: auto;\n}\n\n.tc-type-selector-dropdown-wrapper {\n\tdisplay: inline-block;\n}\n\n<<set-type-selector-min-width>>\n\n.tc-edit-tags {\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tpadding: 4px 8px 4px 8px;\n}\n\n.tc-edit-add-tag {\n\tdisplay: inline-block;\n}\n\n.tc-edit-add-tag .tc-add-tag-name input {\n\twidth: 50%;\n}\n\n.tc-edit-add-tag .tc-keyboard {\n\tdisplay:inline;\n}\n\n.tc-edit-tags .tc-tag-label {\n\tdisplay: inline-block;\n}\n\n.tc-edit-tags-list {\n\tmargin: 14px 0 14px 0;\n}\n\n.tc-remove-tag-button {\n\tpadding-left: 4px;\n}\n\n.tc-tiddler-preview {\n\toverflow: auto;\n}\n\n.tc-tiddler-preview-preview {\n\tfloat: right;\n\twidth: 49%;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tmargin: 4px 0 3px 3px;\n\tpadding: 3px 3px 3px 3px;\n}\n\n<<if-editor-height-fixed then:\"\"\"\n\n.tc-tiddler-preview-preview {\n\toverflow-y: scroll;\n\theight: {{$:/config/TextEditor/EditorHeight/Height}};\n}\n\n\"\"\">>\n\n.tc-tiddler-frame .tc-tiddler-preview .tc-edit-texteditor {\n\twidth: 49%;\n}\n\n.tc-tiddler-frame .tc-tiddler-preview canvas.tc-edit-bitmapeditor {\n\tmax-width: 49%;\n}\n\n.tc-edit-fields {\n\twidth: 100%;\n}\n\n.tc-edit-fields.tc-edit-fields-small {\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n}\n\n.tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td {\n\tborder: none;\n\tpadding: 4px;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(odd) {\n\tbackground-color: <<colour tiddler-editor-fields-odd>>;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(even) {\n\tbackground-color: <<colour tiddler-editor-fields-even>>;\n}\n\n.tc-edit-field-name {\n\ttext-align: right;\n}\n\n.tc-edit-field-value input {\n\twidth: 100%;\n}\n\n.tc-edit-field-remove {\n}\n\n.tc-edit-field-remove svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n\tvertical-align: middle;\n}\n\n.tc-edit-field-add-name-wrapper input.tc-edit-texteditor {\n\twidth: auto;\n}\n\n.tc-edit-field-add-name-wrapper {\n\tdisplay: inline-block;\n}\n\n.tc-edit-field-add-value {\n\tdisplay: inline-block;\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n\t.tc-edit-field-add-value {\n\t\twidth: 35%;\n\t}\n\n}\n\n.tc-edit-field-add-button {\n\tdisplay: inline-block;\n\twidth: 10%;\n}\n\n/*\n** Storyview Classes\n*/\n\n.tc-viewswitcher .tc-image-button {\n\tmargin-right: .3em;\n}\n\n.tc-storyview-zoomin-tiddler {\n\tposition: absolute;\n\tdisplay: block;\n\twidth: 100%;\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n\t.tc-storyview-zoomin-tiddler {\n\t\twidth: calc(100% - 84px);\n\t}\n\n}\n\n/*\n** Dropdowns\n*/\n\n.tc-btn-dropdown {\n\ttext-align: left;\n}\n\n.tc-btn-dropdown svg, .tc-btn-dropdown img {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-drop-down-wrapper {\n\tposition: relative;\n}\n\n.tc-drop-down {\n\tmin-width: 380px;\n\tborder: 1px solid <<colour dropdown-border>>;\n\tbackground-color: <<colour dropdown-background>>;\n\tpadding: 7px 0 7px 0;\n\tmargin: 4px 0 0 0;\n\twhite-space: nowrap;\n\ttext-shadow: none;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-drop-down {\n\tmargin-left: 14px;\n}\n\n.tc-drop-down button svg, .tc-drop-down a svg  {\n\tfill: <<colour foreground>>;\n}\n\n.tc-drop-down button.tc-btn-invisible:hover svg {\n\tfill: <<colour background>>;\n}\n\n.tc-drop-down .tc-drop-down-info {\n\tpadding-left: 14px;\n}\n\n.tc-drop-down p {\n\tpadding: 0 14px 0 14px;\n}\n\n.tc-drop-down svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-drop-down img {\n\twidth: 1em;\n}\n\n.tc-drop-down a, .tc-drop-down button {\n\tdisplay: block;\n\tpadding: 0 14px 0 14px;\n\twidth: 100%;\n\ttext-align: left;\n\tcolor: <<colour foreground>>;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-tab-set .tc-tab-buttons button {\n\tdisplay: inline-block;\n    width: auto;\n    margin-bottom: 0px;\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n}\n\n.tc-drop-down .tc-prompt {\n\tpadding: 0 14px;\n}\n\n.tc-drop-down .tc-chooser {\n\tborder: none;\n}\n\n.tc-drop-down .tc-chooser .tc-swatches-horiz {\n\tfont-size: 0.4em;\n\tpadding-left: 1.2em;\n}\n\n.tc-drop-down .tc-file-input-wrapper {\n\twidth: 100%;\n}\n\n.tc-drop-down .tc-file-input-wrapper button {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-drop-down a:hover, .tc-drop-down button:hover, .tc-drop-down .tc-file-input-wrapper:hover button {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n.tc-drop-down .tc-tab-buttons button {\n\tbackground-color: <<colour dropdown-tab-background>>;\n}\n\n.tc-drop-down .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour dropdown-tab-background-selected>>;\n\tborder-bottom: 1px solid <<colour dropdown-tab-background-selected>>;\n}\n\n.tc-drop-down-bullet {\n\tdisplay: inline-block;\n\twidth: 0.5em;\n}\n\n.tc-drop-down .tc-tab-contents a {\n\tpadding: 0 0.5em 0 0.5em;\n}\n\n.tc-block-dropdown-wrapper {\n\tposition: relative;\n}\n\n.tc-block-dropdown {\n\tposition: absolute;\n\tmin-width: 220px;\n\tborder: 1px solid <<colour dropdown-border>>;\n\tbackground-color: <<colour dropdown-background>>;\n\tpadding: 7px 0;\n\tmargin: 4px 0 0 0;\n\twhite-space: nowrap;\n\tz-index: 1000;\n\ttext-shadow: none;\n}\n\n.tc-block-dropdown.tc-search-drop-down {\n\tmargin-left: -12px;\n}\n\n.tc-block-dropdown a {\n\tdisplay: block;\n\tpadding: 4px 14px 4px 14px;\n}\n\n.tc-block-dropdown.tc-search-drop-down a {\n\tdisplay: block;\n\tpadding: 0px 10px 0px 10px;\n}\n\n.tc-drop-down .tc-dropdown-item-plain,\n.tc-block-dropdown .tc-dropdown-item-plain {\n\tpadding: 4px 14px 4px 7px;\n}\n\n.tc-drop-down .tc-dropdown-item,\n.tc-block-dropdown .tc-dropdown-item {\n\tpadding: 4px 14px 4px 7px;\n\tcolor: <<colour muted-foreground>>;\n}\n\n.tc-block-dropdown a.tc-tiddlylink:hover {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n.tc-search-results {\n\tpadding: 0 7px 0 7px;\n}\n\n.tc-image-chooser, .tc-colour-chooser {\n\twhite-space: normal;\n}\n\n.tc-image-chooser a,\n.tc-colour-chooser a {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\ttext-align: center;\n\tposition: relative;\n}\n\n.tc-image-chooser a {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tpadding: 2px;\n\tmargin: 2px;\n\twidth: 4em;\n\theight: 4em;\n}\n\n.tc-colour-chooser a {\n\tpadding: 3px;\n\twidth: 2em;\n\theight: 2em;\n\tvertical-align: middle;\n}\n\n.tc-image-chooser a:hover,\n.tc-colour-chooser a:hover {\n\tbackground: <<colour primary>>;\n\tpadding: 0px;\n\tborder: 3px solid <<colour primary>>;\n}\n\n.tc-image-chooser a svg,\n.tc-image-chooser a img {\n\tdisplay: inline-block;\n\twidth: auto;\n\theight: auto;\n\tmax-width: 3.5em;\n\tmax-height: 3.5em;\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: 0;\n\tright: 0;\n\tmargin: auto;\n}\n\n/*\n** Modals\n*/\n\n.tc-modal-wrapper {\n\tposition: fixed;\n\toverflow: auto;\n\toverflow-y: scroll;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\tz-index: 900;\n}\n\n.tc-modal-backdrop {\n\tposition: fixed;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\tz-index: 1000;\n\tbackground-color: <<colour modal-backdrop>>;\n}\n\n.tc-modal {\n\tz-index: 1100;\n\tbackground-color: <<colour modal-background>>;\n\tborder: 1px solid <<colour modal-border>>;\n}\n\n@media (max-width: 55em) {\n\t.tc-modal {\n\t\tposition: fixed;\n\t\ttop: 1em;\n\t\tleft: 1em;\n\t\tright: 1em;\n\t}\n\n\t.tc-modal-body {\n\t\toverflow-y: auto;\n\t\tmax-height: 400px;\n\t\tmax-height: 60vh;\n\t}\n}\n\n@media (min-width: 55em) {\n\t.tc-modal {\n\t\tposition: fixed;\n\t\ttop: 2em;\n\t\tleft: 25%;\n\t\twidth: 50%;\n\t}\n\n\t.tc-modal-body {\n\t\toverflow-y: auto;\n\t\tmax-height: 400px;\n\t\tmax-height: 60vh;\n\t}\n}\n\n.tc-modal-header {\n\tpadding: 9px 15px;\n\tborder-bottom: 1px solid <<colour modal-header-border>>;\n}\n\n.tc-modal-header h3 {\n\tmargin: 0;\n\tline-height: 30px;\n}\n\n.tc-modal-header img, .tc-modal-header svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-modal-body {\n\tpadding: 15px;\n}\n\n.tc-modal-footer {\n\tpadding: 14px 15px 15px;\n\tmargin-bottom: 0;\n\ttext-align: right;\n\tbackground-color: <<colour modal-footer-background>>;\n\tborder-top: 1px solid <<colour modal-footer-border>>;\n}\n\n\n/*\n** Centered modals\n*/\n.tc-modal-centered .tc-modal {\n\twidth: auto;\n\ttop: 50%;\n\tleft: 50%;\n\ttransform: translate(-50%, -50%) !important;\n}\n\n/*\n** Notifications\n*/\n\n.tc-notification {\n\tposition: fixed;\n\ttop: 14px;\n\tright: 42px;\n\tz-index: 1300;\n\tmax-width: 280px;\n\tpadding: 0 14px 0 14px;\n\tbackground-color: <<colour notification-background>>;\n\tborder: 1px solid <<colour notification-border>>;\n}\n\n/*\n** Tabs\n*/\n\n.tc-tab-set.tc-vertical {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-tab-buttons {\n\tfont-size: 0.85em;\n\tpadding-top: 1em;\n\tmargin-bottom: -2px;\n}\n\n.tc-tab-buttons.tc-vertical  {\n\tz-index: 100;\n\tdisplay: block;\n\tpadding-top: 14px;\n\tvertical-align: top;\n\ttext-align: right;\n\tmargin-bottom: inherit;\n\tmargin-right: -1px;\n\tmax-width: 33%;\n\t-webkit-flex: 0 0 auto;\n\tflex: 0 0 auto;\n}\n\n.tc-tab-buttons button.tc-tab-selected {\n\tcolor: <<colour tab-foreground-selected>>;\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-left: 1px solid <<colour tab-border-selected>>;\n\tborder-top: 1px solid <<colour tab-border-selected>>;\n\tborder-right: 1px solid <<colour tab-border-selected>>;\n}\n\n.tc-tab-buttons button {\n\tcolor: <<colour tab-foreground>>;\n\tpadding: 3px 5px 3px 5px;\n\tmargin-right: 0.3em;\n\tfont-weight: 300;\n\tborder: none;\n\tbackground: inherit;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-right: 1px solid <<colour tab-border>>;\n\tborder-top-left-radius: 2px;\n\tborder-top-right-radius: 2px;\n\tborder-bottom-left-radius: 0;\n\tborder-bottom-right-radius: 0;\n}\n\n.tc-tab-buttons.tc-vertical button {\n\tdisplay: block;\n\twidth: 100%;\n\tmargin-top: 3px;\n\tmargin-right: 0;\n\ttext-align: right;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tborder-right: none;\n\tborder-top-left-radius: 2px;\n\tborder-bottom-left-radius: 2px;\n\tborder-top-right-radius: 0;\n\tborder-bottom-right-radius: 0;\n}\n\n.tc-tab-buttons.tc-vertical button.tc-tab-selected {\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-right: 1px solid <<colour tab-background-selected>>;\n}\n\n.tc-tab-divider {\n\tborder-top: 1px solid <<colour tab-divider>>;\n}\n\n.tc-tab-divider.tc-vertical  {\n\tdisplay: none;\n}\n\n.tc-tab-content {\n\tmargin-top: 14px;\n}\n\n.tc-tab-content.tc-vertical  {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tpadding-top: 0;\n\tpadding-left: 14px;\n\tborder-left: 1px solid <<colour tab-border>>;\n\t-webkit-flex: 1 0 70%;\n\tflex: 1 0 70%;\n\toverflow: auto;\n}\n\n.tc-sidebar-lists .tc-tab-buttons {\n\tmargin-bottom: -1px;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour sidebar-tab-background-selected>>;\n\tcolor: <<colour sidebar-tab-foreground-selected>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border-selected>>;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button {\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tcolor: <<colour sidebar-tab-foreground>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border>>;\n}\n\n.tc-sidebar-lists .tc-tab-divider {\n\tborder-top: 1px solid <<colour sidebar-tab-divider>>;\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\n\tdisplay: block;\n\twidth: 100%;\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tborder-top: none;\n\tborder-left: none;\n\tborder-bottom: none;\n\tborder-right: 1px solid #ccc;\n\tmargin-bottom: inherit;\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {\n\tbackground-color: <<colour sidebar-tab-background-selected>>;\n\tborder: none;\n}\n\n/*\n** Manager\n*/\n\n.tc-manager-wrapper {\n\t\n}\n\n.tc-manager-controls {\n\t\n}\n\n.tc-manager-control {\n\tmargin: 0.5em 0;\n}\n\n.tc-manager-list {\n\twidth: 100%;\n\tborder-top: 1px solid <<colour muted-foreground>>;\n\tborder-left: 1px solid <<colour muted-foreground>>;\n\tborder-right: 1px solid <<colour muted-foreground>>;\n}\n\n.tc-manager-list-item {\n\n}\n\n.tc-manager-list-item-heading {\n    display: block;\n    width: 100%;\n    text-align: left;\t\n\tborder-bottom: 1px solid <<colour muted-foreground>>;\n\tpadding: 3px;\n}\n\n.tc-manager-list-item-heading-selected {\n\tfont-weight: bold;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n\tbackground-color: <<colour foreground>>;\n}\n\n.tc-manager-list-item-heading:hover {\n\tbackground: <<colour primary>>;\n\tcolor: <<colour background>>;\n}\n\n.tc-manager-list-item-content {\n\tdisplay: flex;\n}\n\n.tc-manager-list-item-content-sidebar {\n    flex: 1 0;\n    background: <<colour tiddler-editor-background>>;\n    border-right: 0.5em solid <<colour muted-foreground>>;\n    border-bottom: 0.5em solid <<colour muted-foreground>>;\n    white-space: nowrap;\n}\n\n.tc-manager-list-item-content-item-heading {\n\tdisplay: block;\n\twidth: 100%;\n\ttext-align: left;\n    background: <<colour muted-foreground>>;\n\ttext-transform: uppercase;\n\tfont-size: 0.6em;\n\tfont-weight: bold;\n    padding: 0.5em 0 0.5em 0;\n}\n\n.tc-manager-list-item-content-item-body {\n\tpadding: 0 0.5em 0 0.5em;\n}\n\n.tc-manager-list-item-content-item-body > pre {\n\tmargin: 0.5em 0 0.5em 0;\n\tborder: none;\n\tbackground: inherit;\n}\n\n.tc-manager-list-item-content-tiddler {\n    flex: 3 1;\n    border-left: 0.5em solid <<colour muted-foreground>>;\n    border-right: 0.5em solid <<colour muted-foreground>>;\n    border-bottom: 0.5em solid <<colour muted-foreground>>;\n}\n\n.tc-manager-list-item-content-item-body > table {\n\tborder: none;\n\tpadding: 0;\n\tmargin: 0;\n}\n\n.tc-manager-list-item-content-item-body > table td {\n\tborder: none;\n}\n\n.tc-manager-icon-editor > button {\n\twidth: 100%;\n}\n\n.tc-manager-icon-editor > button > svg,\n.tc-manager-icon-editor > button > button {\n\twidth: 100%;\n\theight: auto;\n}\n\n/*\n** Import table\n*/\n\n.tc-import-table {\n\twidth: 100%;\n}\n\n.tc-import-table svg.tc-image-edit-button {\n\tmax-width: unset;\n}\n\n.tc-import-table th:first-of-type {\n\twidth: 10%;\n}\n\n.tc-import-table th:last-of-type {\n\twidth: 30%;\n}\n\n.tc-import-table .tc-row-disabled {\n\tbackground: <<colour very-muted-foreground>>10;\n\topacity: 0.8;\n}\n\n.tc-import-table .tc-row-warning {\n\tbackground: <<colour diff-delete-background>>50;\n}\n\n/*\n** Alerts\n*/\n\n.tc-alerts {\n\tposition: fixed;\n\ttop: 28px;\n\tleft: 0;\n\tright: 0;\n\tmax-width: 50%;\n\tz-index: 20000;\n}\n\n.tc-alert {\n\tposition: relative;\n\tmargin: 14px;\n\tpadding: 7px;\n\tborder: 1px solid <<colour alert-border>>;\n\tbackground-color: <<colour alert-background>>;\n}\n\n.tc-alert-toolbar {\n\tposition: absolute;\n\ttop: 7px;\n\tright: 7px;\n    line-height: 0;\n}\n\n.tc-alert-toolbar svg {\n\tfill: <<colour alert-muted-foreground>>;\n}\n\n.tc-alert-subtitle {\n\tcolor: <<colour alert-muted-foreground>>;\n\tfont-weight: bold;\n    font-size: 0.8em;\n    margin-bottom: 0.5em;\n}\n\n.tc-alert-body > p {\n\tmargin: 0;\n}\n\n.tc-alert-highlight {\n\tcolor: <<colour alert-highlight>>;\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n\t.tc-static-alert {\n\t\tposition: relative;\n\t}\n\n\t.tc-static-alert-inner {\n\t\tposition: absolute;\n\t\tz-index: 100;\n\t}\n\n}\n\n.tc-static-alert-inner {\n\tpadding: 0 2px 2px 42px;\n\tcolor: <<colour static-alert-foreground>>;\n}\n\n/*\n** Floating drafts list\n*/\n\n.tc-drafts-list {\n\tz-index: 2000;\n\tposition: fixed;\n\tfont-size: 0.8em;\n\tleft: 0;\n\tbottom: 0;\n}\n\n.tc-drafts-list a {\n\tmargin: 0 0.5em;\n\tpadding: 4px 4px;\n\tborder-top-left-radius: 4px;\n\tborder-top-right-radius: 4px;\n\tborder: 1px solid <<colour background>>;\n\tborder-bottom-none;\n\tbackground: <<colour dirty-indicator>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n}\n\n.tc-drafts-list a:hover {\n\ttext-decoration: none;\n\tbackground: <<colour foreground>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n}\n\n.tc-drafts-list a svg {\n\twidth: 1em;\n\theight: 1em;\n\tvertical-align: text-bottom;\n}\n\n/*\n** Control panel\n*/\n\n.tc-control-panel td {\n\tpadding: 4px;\n}\n\n.tc-control-panel table, .tc-control-panel table input, .tc-control-panel table textarea {\n\twidth: 100%;\n}\n\n.tc-plugin-info {\n\tdisplay: flex;\n\tborder: 1px solid <<colour muted-foreground>>;\n\tfill: <<colour muted-foreground>>;\n\tbackground-color: <<colour background>>;\n\tmargin: 0.5em 0 0.5em 0;\n\tpadding: 4px;\n    align-items: center;\n}\n\n.tc-plugin-info-sub-plugins .tc-plugin-info {\n    margin: 0.5em;\n\tbackground: <<colour background>>;\n}\n\n.tc-plugin-info-sub-plugin-indicator {\n\tmargin: -16px 1em 0 2em;\n}\n\n.tc-plugin-info-sub-plugin-indicator button {\n\tcolor: <<colour background>>;\n\tbackground: <<colour foreground>>;\n\tborder-radius: 8px;\n    padding: 2px 7px;\n    font-size: 0.75em;\n}\n\n.tc-plugin-info-sub-plugins .tc-plugin-info-dropdown {\n\tmargin-left: 1em;\n\tmargin-right: 1em;\n}\n\n.tc-plugin-info-disabled {\n\tbackground: -webkit-repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\n\tbackground: repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\n}\n\n.tc-plugin-info-disabled:hover {\n\tbackground: -webkit-repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\n\tbackground: repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\n}\n\na.tc-tiddlylink.tc-plugin-info:hover {\n\ttext-decoration: none;\n\tbackground-color: <<colour primary>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour foreground>>;\n}\n\na.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk > svg {\n\tfill: <<colour background>>;\n}\n\n.tc-plugin-info-chunk {\n    margin: 2px;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-toggle {\n\tflex-grow: 0;\n\tflex-shrink: 0;\n\tline-height: 1;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-icon {\n\tflex-grow: 0;\n\tflex-shrink: 0;\n\tline-height: 1;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-description {\n\tflex-grow: 1;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-buttons {\n\tfont-size: 0.8em;\n\tline-height: 1.2;\n\tflex-grow: 0;\n\tflex-shrink: 0;\n    text-align: right;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-description h1 {\n\tfont-size: 1em;\n\tline-height: 1.2;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-description h2 {\n\tfont-size: 0.8em;\n\tline-height: 1.2;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-description div {\n\tfont-size: 0.7em;\n\tline-height: 1.2;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-toggle img, .tc-plugin-info-chunk.tc-plugin-info-toggle svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-icon img, .tc-plugin-info-chunk.tc-plugin-info-icon svg {\n\twidth: 2em;\n\theight: 2em;\n}\n\n.tc-plugin-info-dropdown {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour background>>;\n\tmargin-top: -8px;\n}\n\n.tc-plugin-info-dropdown-message {\n\tbackground: <<colour message-background>>;\n\tpadding: 0.5em 1em 0.5em 1em;\n\tfont-weight: bold;\n\tfont-size: 0.8em;\n}\n\n.tc-plugin-info-dropdown-body {\n\tpadding: 1em 1em 0 1em;\n\tbackground: <<colour background>>;\n}\n\n.tc-plugin-info-sub-plugins {\n\tpadding: 0.5em;\n    margin: 0 1em 1em 1em;\n\tbackground: <<colour notification-background>>;\n}\n\n.tc-install-plugin {\n\tfont-weight: bold;\n\tbackground: green;\n\tcolor: white;\n\tfill: white;\n\tborder-radius: 4px;\n\tpadding: 3px;\n}\n\n.tc-install-plugin.tc-reinstall-downgrade {\n\tbackground: red;\n}\n\n.tc-install-plugin.tc-reinstall {\n\tbackground: blue;\n}\n\n.tc-install-plugin.tc-reinstall-upgrade {\n\tbackground: orange;\n}\n\n.tc-check-list {\n\tline-height: 2em;\n}\n\n.tc-check-list .tc-image-button {\n\theight: 1.5em;\n}\n\n/*\n** Message boxes\n*/\n\n.tc-message-box {\n\tborder: 1px solid <<colour message-border>>;\n\tbackground: <<colour message-background>>;\n\tpadding: 0px 21px 0px 21px;\n\tfont-size: 12px;\n\tline-height: 18px;\n\tcolor: <<colour message-foreground>>;\n}\n\n.tc-message-box svg {\n\twidth: 1em;\n\theight: 1em;\n    vertical-align: text-bottom;\n}\n\n/*\n** Pictures\n*/\n\n.tc-bordered-image {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tpadding: 5px;\n\tmargin: 5px;\n}\n\n/*\n** Floats\n*/\n\n.tc-float-right {\n\tfloat: right;\n}\n\n/*\n** Chooser\n*/\n\n.tc-chooser {\n\tborder-right: 1px solid <<colour table-header-background>>;\n\tborder-left: 1px solid <<colour table-header-background>>;\n}\n\n\n.tc-chooser-item {\n\tborder-bottom: 1px solid <<colour table-header-background>>;\n\tborder-top: 1px solid <<colour table-header-background>>;\n\tpadding: 2px 4px 2px 14px;\n}\n\n.tc-drop-down .tc-chooser-item {\n\tpadding: 2px;\n}\n\n.tc-chosen,\n.tc-chooser-item:hover {\n\tbackground-color: <<colour table-header-background>>;\n\tborder-color: <<colour table-footer-background>>;\n}\n\n.tc-chosen .tc-tiddlylink {\n\tcursor:default;\n}\n\n.tc-chooser-item .tc-tiddlylink {\n\tdisplay: block;\n\ttext-decoration: none;\n\tbackground-color: transparent;\n}\n\n.tc-chooser-item:hover .tc-tiddlylink:hover {\n\ttext-decoration: none;\n}\n\n.tc-drop-down .tc-chosen .tc-tiddlylink,\n.tc-drop-down .tc-chooser-item .tc-tiddlylink:hover {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-chosen > .tc-tiddlylink:before {\n\tmargin-left: -10px;\n\tposition: relative;\n\tcontent: \"» \";\n}\n\n.tc-chooser-item svg,\n.tc-chooser-item img{\n\twidth: 1em;\n\theight: 1em;\n\tvertical-align: middle;\n}\n\n.tc-language-chooser .tc-image-button img {\n\twidth: 2em;\n\tvertical-align: -0.15em;\n}\n\n/*\n** Palette swatches\n*/\n\n.tc-swatches-horiz {\n}\n\n.tc-swatches-horiz .tc-swatch {\n\tdisplay: inline-block;\n}\n\n.tc-swatch {\n\twidth: 2em;\n\theight: 2em;\n\tmargin: 0.4em;\n\tborder: 1px solid #888;\n}\n\ninput.tc-palette-manager-colour-input {\n\twidth: 100%;\n\tpadding: 0;\n}\n\n/*\n** Table of contents\n*/\n\n.tc-sidebar-lists .tc-table-of-contents {\n\twhite-space: nowrap;\n}\n\n.tc-table-of-contents button {\n\tcolor: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents svg {\n\twidth: 0.7em;\n\theight: 0.7em;\n\tvertical-align: middle;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents ol {\n\tlist-style-type: none;\n\tpadding-left: 0;\n}\n\n.tc-table-of-contents ol ol {\n\tpadding-left: 1em;\n}\n\n.tc-table-of-contents li {\n\tfont-size: 1.0em;\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li a {\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li li {\n\tfont-size: 0.95em;\n\tfont-weight: normal;\n\tline-height: 1.4;\n}\n\n.tc-table-of-contents li li a {\n\tfont-weight: normal;\n}\n\n.tc-table-of-contents li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\n\tline-height: 1.5;\n}\n\n.tc-table-of-contents li li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\n}\n\n.tc-tabbed-table-of-contents {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents {\n\tz-index: 100;\n\tdisplay: inline-block;\n\tpadding-left: 1em;\n\tmax-width: 50%;\n\t-webkit-flex: 0 0 auto;\n\tflex: 0 0 auto;\n\tbackground: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a,\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tdisplay: block;\n\tpadding: 0.12em 1em 0.12em 0.25em;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a {\n\tborder-top: 1px solid <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-background>>;\n\tborder-bottom: 1px solid <<colour tab-background>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a:hover {\n\ttext-decoration: none;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour background>>;\n\tmargin-right: -1px;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a:hover {\n\ttext-decoration: none;\n}\n\n.tc-tabbed-table-of-contents .tc-tabbed-table-of-contents-content {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tpadding-left: 1.5em;\n\tpadding-right: 1.5em;\n\tborder: 1px solid <<colour tab-border>>;\n\t-webkit-flex: 1 0 50%;\n\tflex: 1 0 50%;\n}\n\n/*\n** Dirty indicator\n*/\n\nbody.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg {\n\tfill: <<colour dirty-indicator>>;\n\tcolor: <<colour dirty-indicator>>;\n}\n\n/*\n** File inputs\n*/\n\n.tc-file-input-wrapper {\n\tposition: relative;\n\toverflow: hidden;\n\tdisplay: inline-block;\n\tvertical-align: middle;\n}\n\n.tc-file-input-wrapper input[type=file] {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\tfont-size: 999px;\n\tmax-width: 100%;\n\tmax-height: 100%;\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\toutline: none;\n\tbackground: white;\n\tcursor: pointer;\n\tdisplay: inline-block;\n}\n\n::-webkit-file-upload-button {\n\tcursor:pointer;\n}\n\n/*\n** Thumbnail macros\n*/\n\n.tc-thumbnail-wrapper {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin: 6px;\n\tvertical-align: top;\n}\n\n.tc-thumbnail-right-wrapper {\n\tfloat:right;\n\tmargin: 0.5em 0 0.5em 0.5em;\n}\n\n.tc-thumbnail-image {\n\ttext-align: center;\n\toverflow: hidden;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-image svg,\n.tc-thumbnail-image img {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n\tmin-width: 100%;\n\tmin-height: 100%;\n\tmax-width: 100%;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image img {\n\tfilter: alpha(opacity=0.8);\n\topacity: 0.8;\n}\n\n.tc-thumbnail-background {\n\tposition: absolute;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-icon svg,\n.tc-thumbnail-icon img {\n\twidth: 3em;\n\theight: 3em;\n\t<<filter \"drop-shadow(2px 2px 4px rgba(0,0,0,0.3))\">>\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon img {\n\tfill: #fff;\n\t<<filter \"drop-shadow(3px 3px 4px rgba(0,0,0,0.6))\">>\n}\n\n.tc-thumbnail-icon {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\tdisplay: -webkit-flex;\n\t-webkit-align-items: center;\n\t-webkit-justify-content: center;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n.tc-thumbnail-caption {\n\tposition: absolute;\n\tbackground-color: #777;\n\tcolor: #fff;\n\ttext-align: center;\n\tbottom: 0;\n\twidth: 100%;\n\tfilter: alpha(opacity=0.9);\n\topacity: 0.9;\n\tline-height: 1.4;\n\tborder-bottom-left-radius: 3px;\n\tborder-bottom-right-radius: 3px;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-caption {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n}\n\n/*\n** Diffs\n*/\n\n.tc-diff-equal {\n\tbackground-color: <<colour diff-equal-background>>;\n\tcolor: <<colour diff-equal-foreground>>;\n}\n\n.tc-diff-insert {\n\tbackground-color: <<colour diff-insert-background>>;\n\tcolor: <<colour diff-insert-foreground>>;\n}\n\n.tc-diff-delete {\n\tbackground-color: <<colour diff-delete-background>>;\n\tcolor: <<colour diff-delete-foreground>>;\n}\n\n.tc-diff-invisible {\n\tbackground-color: <<colour diff-invisible-background>>;\n\tcolor: <<colour diff-invisible-foreground>>;\n}\n\n.tc-diff-tiddlers th {\n\ttext-align: right;\n\tbackground: <<colour background>>;\n\tfont-weight: normal;\n\tfont-style: italic;\n}\n\n.tc-diff-tiddlers pre {\n    margin: 0;\n    padding: 0;\n    border: none;\n    background: none;\n}\n\n/*\n** Errors\n*/\n\n.tc-error {\n\tbackground: #f00;\n\tcolor: #fff;\n}\n\n/*\n** Tree macro\n*/\n\n.tc-tree div {\n    \tpadding-left: 14px;\n}\n\n.tc-tree ol {\n    \tlist-style-type: none;\n    \tpadding-left: 0;\n    \tmargin-top: 0;\n}\n\n.tc-tree ol ol {\n    \tpadding-left: 1em;    \n}\n\n.tc-tree button { \n    \tcolor: #acacac;\n}\n\n.tc-tree svg {\n     \tfill: #acacac;\n}\n\n.tc-tree span svg {\n    \twidth: 1em;\n    \theight: 1em;\n    \tvertical-align: baseline;\n}\n\n.tc-tree li span {\n    \tcolor: lightgray;\n}\n\nselect {\n        color: <<colour select-tag-foreground>>;\n        background: <<colour select-tag-background>>;\n}\n\n/*\n** Utility classes for SVG icons\n*/\n\n.tc-fill-background {\n\tfill: <<colour background>>;\n}\n\n/*\n** Flexbox utility classes\n*/\n\n.tc-flex {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-flex-column {\n\tflex-direction: column;\n}\n\n.tc-flex-row {\n\tflex-direction: row;\n}\n\n.tc-flex-grow-1 {\n\tflex-grow: 1;\n}\n\n.tc-flex-grow-2 {\n\tflex-grow: 2;\n}\n\n/*\n** Other utility classes\n*/\n\n.tc-small-gap {\n\tmargin-left: .5em;\n\tmargin-right: .5em;\n}\n\n.tc-small-gap-left {\n\tmargin-left: .5em;\n}\n\n.tc-small-gap-right {\n\tmargin-right: .5em;\n}\n\n.tc-big-gap {\n\tmargin-left: 1em;\n\tmargin-right: 1em;\n}\n\n.tc-big-gap-left {\n\tmargin-left: 1em;\n}\n\n.tc-big-gap-right {\n\tmargin-right: 1em;\n}\n\n.tc-word-break {\n\tword-break: break-all;\n}\n"
        }
    }
}
fixed-fluid
{
    "text": "",
    "tmap.id": "dbc3baf9-9275-459d-a370-e10c76fb0f22",
    "title": "Camus",
    "tags": "Author",
    "modifier": "Tobias Beer",
    "modified": "20150120114159861",
    "creator": "Tobias Beer",
    "created": "20150120111104956"
}
{
    "text": "",
    "tmap.id": "1a284fbd-7c95-40f2-8ef6-99f6e227c62c",
    "title": "Draft of 'Awesome Beaver Builder Extensions'",
    "modified": "20210722214835847"
}
{
    "created": "20210703222951261",
    "text": "",
    "draft.title": "qdPM - Web-Based Project Management Tool",
    "tags": "",
    "title": "Draft of 'New Tiddler '",
    "draft.of": "New Tiddler ",
    "modified": "20210703223033290",
    "url": "https://sourceforge.net/projects/qdpm/"
}
{
    "text": "https://chrome.google.com/webstore/detail/extension-manager/gjldcdngmdknpinoemndlidpcabkggco",
    "tmap.id": "4045c951-9697-4711-b651-01bdc71e3607",
    "title": "Extension Manager-Chrome Extension",
    "tags": "[[Chrome Extensions]] [[Extension Manager]]",
    "modified": "20210608182511203",
    "created": "20210608182447313"
}
{
    "created": "20210728212146292",
    "text": "The ZiLink plugins work together - please ensure you download and install the full set of ZiLink plugins. The extent of integration depends on the data being available within the school MIS. Data integration is supplied by ZiNET Connect - 30-day trial, ZiLink Community Programme or Premier Support is available.\n",
    "url": "https://moodle.org/plugins/local_zilink",
    "tmap.id": "1d742b1e-95fd-4bcd-b4e6-18342a983ffb",
    "title": "General plugins (Local) ::: local_zilink",
    "tags": "Moodle",
    "modified": "20210728212204901"
}
{
    "text": "",
    "tmap.id": "bae6d010-8a26-421b-865f-3a3591ce0422",
    "title": "L'Étranger",
    "tags": "Albert Camus",
    "modified": "20150120111150111",
    "created": "20150120111131389"
}
{
    "text": "",
    "tmap.id": "4516318d-6973-49d8-a281-2aa418d9948c",
    "title": "New Tiddler",
    "tags": "",
    "modified": "20211020203516046",
    "created": "20211020203511878"
}
{
    "created": "20210829211525355",
    "text": "Notepad++ plugins is a collection of tools which plays a role of completion for Notepad++. This project contains Explorer, Function List, Hex Editor, Spell Checker and a console program NppExec. Other plugin developers are invited to share their projects",
    "tags": "NotePad++",
    "title": "Notepad++ Plugins",
    "modified": "20210829211554616",
    "url": "https://sourceforge.net/projects/npp-plugins/",
    "tmap.id": "9182de56-189a-4be2-989c-ec9468e1a3fc"
}
top
{
    "Ebooks": "1"
}
Knowldge
The simplest chrome VPN. Unblock any website and stay secure. Easy use with one-click activation. Unlimited and completely free.
Unable to access some websites? Open all fringes of web browsing without any restriction absolutely secured and anonymously as well as unblock any website and receive all information from different sources.

Using 1clickVPN for quick access:

* 1. Install 1clickVPN extension to your browser.
* 2. Open VPN.
* 3. Click your desired country.
* 4. Use our VPN to get access to sites you otherwise couldn't.
* Isotropix Clarisse Builder
* Isotropix Clarisse iFX v5.0
* https://sourceforge.net/projects/deled/
* [[Learn Low Poly Modeling in Blender 2.83|https://www.youtube.com/watch?v=1jHUY3qoBu8]]
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
https://sourceforge.net/projects/lpub3d/


[[https://www12.9anime.to/watch/akibas-trip-the-animation.my1z|]]
[[https://www12.9anime.to/genre/ecchi]]
* [[Intro|Complete Guide to Tagging Introduction]]
* [[Hierarchies vs. networks]]
* [[Hierarchies and networks are constantly giving rise to each other]]
* [[Hierarchies and networks balance each other]]
* [[Hierarchies are resilient]]
* [[The intelligent use of space – tags as virtual spaces]]
* [[Information mapping – tagging for the knowledge lifecycle]]
* [[How to use tags effectively for personal knowledge management]]
* [[The scalability of tagging]]
* [[Ambient findability]]







*http://totton.idirect.com/abacus/sitemap.html
*http://www.cut-the-knot.org/blue/Abacus.shtml

* Optikey Pro
* https://getleon.ai/
*







*
WordPress plugin which adds Quick Edit functionality to Advanced Custom Fields Plugin (Pro and Free 5+.

!!! FEATURES
* Show ACF field values in List views
* Supported ACF Fields.
* Supports Post, Term and User list tables
* Scalar Columns (Like Text, Number, …) can be made sortable
* Edit ACF Field values in Quick edit and Bulk edit
* Jed carty for [[Making a plugin library|http://inmysocks.tiddlyspot.com/#Making%20a%20Plugin%20Library]]
* Tobias Beer for [[Tiddlywiki on Node.js|http://tobibeer.github.io/tw/node/#Welcome]]
* Matt Lauber for [[Plugin library template|https://github.com/mklauber/tw5-plugins-template]]


<div>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
Acorn supports key Laravel components for you to use in your WordPress projects such as Laravel Blade, View Composers, and Localization. Lazy-load specific functionality, including assets manifests, events, filesystem, and more.

Acorn is still in early development.
Acrylic is a local DNS proxy for Windows which improves the performance of your computer by caching the responses coming from your DNS servers and helps you fight unwanted ads through a custom HOSTS file optimized for handling hundreds of thousands of domain names and with additional support for wildcards and regular expressions.

When you browse a web page a portion of its loading time is dedicated to name resolution (usually from a few milliseconds to 1 second or more) while the rest is dedicated to the transfer of the web page contents and resources to your browser. What Acrylic does is to reduce the time dedicated to name resolution for frequently visited addresses closest to zero possible. It may not seem such a great optimization but in a few weeks of Internet browsing you will probably save an hour or so, which is definitely not such a bad thing. Furthermore Acrylic's sliding expiration caching mechanism, simultaneous forwarding to multiple DNS servers and support for background DNS updates are able to improve your browsing experience independently of the browser.

With Acrylic you can also gracefully overcome downtimes of your DNS servers without disrupting your work, because in that case you will at least be able to connect to your favourite websites and to your email server.

!! [[Configuration|https://mayakron.altervista.org/support/acrylic/Windows7Configuration.htm]]
The verb part of your function name. The most important part responsible for describing what the function _does_.

### `get`

Accesses data immediately (i.e. shorthand getter of internal data).

```js
function getFruitCount() {
  return this.fruits.length
}
```

> See also [compose](#compose).

### `set`

Sets a variable in a declarative way, with value `A` to value `B`.

```js
let fruits = 0

function setFruits(nextFruits) {
  fruits = nextFruits
}

setFruits(5)
console.log(fruits) // 5
```

### `reset`

Sets a variable back to its initial value or state.

```js
const initialFruits = 5
let fruits = initialFruits
setFruits(10)
console.log(fruits) // 10

function resetFruits() {
  fruits = initialFruits
}

resetFruits()
console.log(fruits) // 5
```

### `fetch`

Request for some data, which takes some indeterminate time (i.e. async request).

```js
function fetchPosts(postCount) {
  return fetch('https://api.dev/posts', {...})
}
```

### `remove`

Removes something _from_ somewhere.

For example, if you have a collection of selected filters on a search page, removing one of them from the collection is `removeFilter`, **not** `deleteFilter` (and this is how you would naturally say it in English as well):

```js
function removeFilter(filterName, filters) {
  return filters.filter((name) => name !== filterName)
}

const selectedFilters = ['price', 'availability', 'size']
removeFilter('price', selectedFilters)
```

> See also [delete](#delete).

### `delete`

Completely erases something from the realms of existence.

Imagine you are a content editor, and there is that notorious post you wish to get rid of. Once you clicked a shiny "Delete post" button, the CMS performed a `deletePost` action, **not** `removePost`.

```js
function deletePost(id) {
  return database.find({ id }).delete()
}
```

> See also [remove](#remove).

### `compose`

Creates new data from the existing one. Mostly applicable to strings, objects, or functions.

```js
function composePageUrl(pageName, pageId) {
  return (pageName.toLowerCase() + '-' + pageId)
}
```

> See also [get](#get).

### `handle`

Handles an action. Often used when naming a callback method.

```js
function handleLinkClick() {
  console.log('Clicked a link!')
}

link.addEventListener('click', handleLinkClick)
```
The game activity module makes use of questions, quizzes and glossaries to create offer a variety of interactive games.
Accredible lets you issue digital certificates, open badges, or Blockchain credentials from your Moodle instance. They are a feature-rich replacement for the PDF certificates normally generated for your courses.
Active quiz started originally as an update to the realtime quiz module, which has now grown into a separate module due to the very large functionality additions/changes. You will be able to offer in class quizzes on any device using a responsive theme, any question type from the question bank, use timed/not timed questions, grades reported back to the grade book, group quizzing (with a group attendance feature), view student responses in real time to offer in-class discussion about the results, and more!
This module allows teachers to vizualize dependencies between moodle activities in a interactive graph.
This is an activity module for tracking time spent by Students (or other users) in a Course or in a related group of Courses.
The module is perfect for managing participants and subscription of online and offline courses and events.
Bootstrap Elements gives you the ability to add modal and toggles to your courses, helping to improve the layout of courses.
CAP is short for Computer Adaptive Practice. In CAPQuiz, the proficiency is measured by a rating. Good answers increase the rating, and bad answers decrease it. To increase the rating, students need to give good answers more of than bad ones over time. Estimating question difficulty is known to be difficult. CAPQuiz automates this process to some extent. The question author must provide an initial estimate, but CAPQuiz improves the estimates based by comparing how the same student answers different questions. Hence the rated question sets will improve over time.
This module (mod/checkmark) allows teachers to obtain information about the assignments completed by the students prior to a lesson.
This module allows students to enrol themselves in a group within a course. The teacher can select which groups students can chose from and the maximum number of students allowed in each group.
This activity module provides a document editor for real-time collaboration. Changes to a document are immediately reflected for other users who are accessing the same document. Moodle users can collaborate on simple text files, word, spreadsheet and presentation documents or upload a document. The plugin requires a self-hosted Collabora Online Server (CODE) that is accessed using the so-called WOPI protocol.
Moodle integration plugin for Blackboard Collaborate with Ultra experience. Use of this plugin requires a Blackboard Collaborate license.
Modern virtual classroom with sharing / collaboration for your Screen, Audio, Webcam, whiteboard, documents, media with students, ask questions, bookmarks and notes with optional recording.
Automatically issue digital certificates to course participants. This plugin is fully compatible with Moodle LMS.
Mod which allows to display links in your course to other courses (to facilitate navigation between courses for example). This mod is displayed in a label.
Course elements is a content strategy to improve course writing quality and editorial stability by providing preshaped pedagogic elements. The integrator or administrator (through custom CSS rules) can take over the styling of the elements. Some elements can have local dynamic behaviour, or have an internal logic strategy based on other data of Moodle. This plugin is supported by Edunao.
Debate is a moodle activity which allows students to debate in a given topic inside moodle.
Diary is based on a highly modified version of the Journal plugin. It allows a user to create one or more entries for almost any day. Each entry can be individually rated, with results being shown based on the selected aggregate type of rating. If the, Edit all, setting is enabled, the user can edit any entry. When, Edit all, is disabled, the user can edit only the entry for the current day. If the, Edit entry dates, setting is enabled, the user can create one or more entries for almost any date. If it is disabled, the user can create only one entry on a new calendar day. Weekly course format can use the, Days available, setting to control entry edit access. Open time and Close time, can be used for other course formats, to control entry edit access. When a Diary is closed but accessed by the user, it will automatically display all entries made by the user, along with the rating as well as the date and time the activity was closed for editing. A teacher can still rate and provide feedback to entries when a Diary is closed for editing. Diary now includes new tool buttons on the report page for, Sort ascending, and, Sort descending, as well as the diary name and sort order label.
This plugin lets you add any Javascript or Java application (typically virtual and real-remote experiments) created with Easy Java/Javascript Simulations (EjsS) to your Moodle course.
An activity module to integrate etherpad-lite with Moodle. To use this plugin, you will need to have an etherpad-lite server that runs on at least the same 2nd-level-domain as your Moodle server.
The E-Voting activity module enables students to vote via their smartphone or their laptop and to have the results displayed on a graph in real time.
The goal of this activity is to bring the aspect of game-based-learning into Moodle-courses. The way the acitivity works is that two of our exagames are based upon quizzes given to students within a Moodle course (braingame and exaclick), one activity links games created with the OpenSource-platform gamelabs.at directly into Moodle courses. See readme.txt for further instructions.
Face-to-face activities are used to keep track of in-person (e.g. classroom) trainings which require advance booking. Each activity is offered in one or more identical sessions. These sessions can be given over multiple days. Reminder messages are sent to users and their managers a few days before the session is scheduled to start. Confirmation messages are sent when users sign-up for a session or cancel. This module may be of interest to administrators looking for a way to provide event management support for blended learning environments.
This module allows the incorporation of GeoGebra activities in Moodle and save its state.
The Google Meet™ for Moodle plugin allows the teacher, without having to leave Moodle, to create a Google Meet room and make available to the students the recordings of the room saved in Google Drive.
This plugin adds a resource module. Teachers can use it to communicate groups and group co-members to participants.
Lets students create and select groups.
The grouptool module (mod/grouptool) enhances the functionality of Moodle default groups. Two of the additional features are the possibility for students to enrol themselves in groups with waiting lists, and the transfer of grades within groups.
This plugin will help teachers to collect entries/posts from users in or out of a classroom.
The plugin for Moodle (Content pages), was designed so that from it, tutors, teachers and technicians can add content in courses, following usability and accessibility standards. This tool will be responsible for signaling the good practice of adding text, images, multimedia, among others. In it, the content will be distributed in pages, so that the monitoring of the content does not become something exhausting and tiring. The plugin also has a bookmark, so that the participant can be located, based on last logged furthermore allow the inclusion of public or private notes, which the participant can provide feedback on the content studied on the page and enjoy and reply comments from other colleagues.
JazzQuiz lets the teacher run a preplanned quiz, but with the power of improvisation. Several improvise questions are included, which lets you quickly run a multichoice or short answer question during the quiz. You can also start a vote on the students' responses. After the session, you can review the responses for each question (even repolls). You can also download reports for attendance or responses in CSV.
This module allows the incorporation of JClic activities in Moodle and save its state.
This module allows creating jitsi-meet videoconference sessions.
This module allows having a live updating poll.
The Live Streaming web based software can easily be used with Moodle sites to build live video interactive virtual learning management systems. Teachers can broadcast live video from their webcam and students can watch and write questions in text chat.
This activity proposes a multitrack test such as visible in magazines. Questions are defined with a predefined number of answer categories, one answer per category. If the participant chooses the answer, it gives points to the relevant category. Each category drives a scoring track and the feedback of the most rated category is given. The result of the test can be used to generate groups in the course.
This Mindmap module allows you to create and save simple mindmaps from within moodle.
Quick install instructions:
- Copy this "/mindmap"-Folder and place it in your /mod directory
- Go to your admin area and "Notifications"
A non-linear, non-chronological discussion forum. Similar to the forum activity, but focuses on straightforward question-and-answer discussions. Additionally, users rate posts and gain a rating score ("reputation") by being rated by other users. Users who have started a discussion can mark an answer as helpful; and teachers can mark a post as a (correct) solution to the posed question.
MooTyper implements a typing practice/instruction functionality into Moodle.
The MC Offline quiz module (mod/offlinequiz) adds paper-and-pencil multiple-choice quizzes to Moodle. In offline quizzes students mark answers to questions on a sheet of paper (the answer form).
OpenMeetings is a free browser-based software that allows you to set up instantly a conference in the Web. You can use your microphone and/or webcam, share documents on a white board, discuss in a chat, share your screen or record meetings. It is available as hosted service or you download and install a package on your own server.
The organizer (mod/organizer) allows participants to subscribe to events, which can be created easily and efficiently by teachers.
Alternative wiki. Simple wiki designed for teaching and learning.
Activity module to create podcasts in Moodle
The PDF annotator allows students to insert questions, comments and remarks on learning materials in PDF format directly into the document. Since all students, lecturers and tutors can read and answer the questions and comments asked, it is made easier to clarify open questions on lecture slides, scripts and other PDF learning materials quickly and in a concrete context.
The Peerwork plugin was designed to replicate functionality of WebPA in Moodle allowing a peer weighting to be applied to assignments. Using this plugin teachers still grade the assignment, but available marks are distributed between students based on peer ratings.
With the module student folder (mod/publication) students can upload documents which can be made visible by teachers.
Activity for engaging the students into a game of questions (named as challenges). The students can be authors of challenges. A competitive scoring scheme is used to foster motivation.
Quizventure is an activity module that loads quiz questions from the course it's added to. The possible answers come down as space ships and you have to shoot the correct one.
This Module lets you add an activity to courses, in which users can rate choices. You may then distribute the users fairly to the choices by maximizing overall 'happiness' in terms of ratings. This may be an alternative to the choice activity or first-come-first-served.
Face-to-face quiz with all students answering the questions at the same time.
Allows timed release of content and emails users to remind them to complete course activities.
Displays multimedia HTML5 presentations and slide shows in users' web browsers. A web friendly and more feature rich alternative to MS PowerPoint and PDF. However, presentations must be uploaded to moodledata via FTP and you'll need to learn some basic HTML to create presentations for it.
This plugin allows teachers to keep synchronized users enrolled in a Moodle course into a dedicated Rocket.Chat private channel.
An appointment scheduler for planning face-to-face meetings between teachers and students. Teachers can set up time slots, and students can choose one of these on Moodle.
Share your PDF to students without letting them to download or save it.
Skype activity plugin module implements a user listing and shows, Create Conference, Create Chat, Send Voicemail, Add Contact, and Send File links to any user who has entered a Skype ID into their profile.
StudentQuiz enables students to collaboratively create their own question pools in Moodle. Students can filter these questions into quizzes, and they can rate and comment questions while working through the quizzes. StudentQuiz computes each students contribution and learning progress and compares this with the community. The created questions become part of the Moodle question bank and can be reused in other Moodle quizzes. The video "StudentQuiz in a minute" tube.switch.ch/videos/d0e37788 provides a quick introduction.
Subcourse behaves as a graded activity. The grade for each student is automatically fetched from a final grade in another course. This allows course designers to organize the learning content into separate units.
A simple 360° feedback activity plugin for Moodle.
Launch external xAPI (Tin Can) activities from Moodle and track on a Learning Record Store (LRS). Compatible with Storyline, Captivate, and others!
Provides network capable, multi instance bindable user support / ticket management. Generalisable for use in course as managed todo list.
The tutorial booking module is designed to allow instructors of a course to create slots that the students can sign themselves up to.
This Moodle activity module allows users to add media or channels from a UbiCast MediaServer in their courses. They can also edit media directly from Moodle without having to go on the MediaServer site.
The Via activity module provides integration between Moodle and Via, our virtual classroom tool. It is designed to simplify the use of synchronous events within Moodle. It provides a single sign on between the two systems with easy event creation and management.
This Video Conference edition integrates into Moodle as an activity module so video conference rooms can be added to courses as activities.
Easy cross-browser compatibility videos using Video.js.
Plugin for video library integration with Moodle
The Video Time activity enables the teacher to easily embed videos from Vimeo.
VPL is an activity module to manage programming assignments
Wooclap activity plugin for Moodle

Wooclap (www.wooclap.com) is a classroom response system with which teachers can transform smartphones from a nuisance into a learning tool, give every student a voice, and gauge their understanding of material in real-time.
ActivityWatch is an app that automatically tracks how you spend time on your devices.

It is open source, privacy-first, cross-platform, and a great alternative to services like RescueTime, ManicTime, and WakaTime.

It can be used to keep track of your productivity, time spent on different projects, bad screen habits, or just to understand how you spend your time.


https://github.com/ActivityWatch/aw-server
A simple jQuery plugin to extract the dominant color of an image and apply it to the background of its parent element.
# Roll your own Adblocking VPN
This is a how to guide to creating your own VPN server that also blocks malicious domains to enhance your security and privacy while browsing.

## How does this work?
Quite simply, this guide will set you up with a Linux server that runs OpenVPN, with Dnsmasq, with a modified `hosts` file that routes offending sites to `0.0.0.0`.

## Prerequisites
- You will need a Debian/CentOS/Ubuntu server to run your OpenVPN server on.
  - If you don't have one, you can get a low cost VPS from a provider like [Bandwagon Host](https://bandwagonhost.com/aff.php?aff=575&pid=12)
  - Disclaimer: Wherever you get a server from, be sure you're obeying their TOS. I'm not responsible for anything you do from following this guide.

## Instructions
1. Get OpenVPN installed on your server. For this, we will use [Nyr](https://github.com/Nyr)'s fantastic [OpenVPN installer script](https://github.com/Nyr/openvpn-install)
  - `wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh`
    - Follow the instructions to get it set up, it should take about 1 minute
    - It will generate an `.ovpn` file which you will use to connect to the VPN with from your client. We'll need this later on, so feel free to `scp` it to your client machine.
2. Now we're going to overwrite our `hosts` file to route malicious domains to `0.0.0.0` by using [StevenBlack](https://github.com/StevenBlack)'s amazing [hosts](https://github.com/StevenBlack/hosts) project.
  - `wget https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts -O /etc/hosts`
3. Install [Dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html)
  - `sudo apt-get install dnsmasq`
4. We need to edit the dnsmasq config file to do a few things:
  - `sudo vim /etc/dnsmasq.conf`
    - Enable `domain-needed` and `bogus-priv`
    - Add in some alternative DNS servers (if you don't like the one provided by your host). For this example, we'll add Google DNS
    ```
    server=8.8.8.8
    server=8.8.4.4
    ```
    - Tell dnsmasq to listen on both localhost and to the subnet that OpenVPN created
    ```
    listen-address=127.0.0.1
    listen-address=10.8.0.1
    ```
5. Edit the OpenVPN config file to resolve dhcp through dnsmasq
  - `vim /etc/openvpn/server.conf`
    - Add `push "dhcp-option DNS 10.8.0.1"`
    - Delete any other lines about `"dhcp-option"`
6. Create a crontab entry that updates your hosts file every night at midnight:
  - `crontab -e`
    - Add the following line `0 0 * * * wget https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts -O /etc/hosts && service openvpn restart`
7. Restart the services
  - `sudo service dnsmasq restart && sudo service openvpn restart`
8. At this point, we have an OpenVPN server routing traffic through Dnsmasq, which is checking our hosts file for malicious hosts, and falling back to a DNS provider for non-malicious hosts. Using the `.ovpn` file from earlier, you can now connect to the VPN from your client.
  - Mac: [Tunnelblick](https://tunnelblick.net/)
  - iOS: [OpenVPN Connect](https://itunes.apple.com/us/app/openvpn-connect/id590379981)
  - Android: [OpenVPN Connect](https://play.google.com/store/apps/details?id=net.openvpn.openvpn)

## Adding/Removing Users
Thanks to the thoughtful work on Nyr, we can just use their script from the first step to manage users. It will detect that OpenVPN is already installed and prompt you to Add a new User, Removing existing user, or Remove OpenVPN completely: `wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh`

## License
These instructions are licensed under an [MIT License](LICENSE)
It sounds like RemoteFX work with Windows Server 2012 with Windows 8 Enterprise VM or Windows 7 Enterprise VM, not Windows 8 with XP VM.

 

5.1 What are the requirements to use RemoteFX graphics acceleration by using the vGPU?

    Hyper-V running on Full Installation of Windows Server 2008 R2 SP1 or Windows Server 2012
    DX11 vGPU with WDDM v1.2 driver
    SLAT-Capable processor
    Remote Desktop Virtualization Host role service must be installed (to enable RemoteFX vGPU)
    Hyper-V must have Physical GPUs enabled for use with RemoteFX vGPU
    The virtual machine must have the “RemoteFX 3D Video Adapter” added
    The Windows SKU running inside the virtual machine must be “Windows 8 Enterprise” or “Windows 7 Enterprise”
It is very tempting when organizing knowledge to decide on one kind of structure upfront, and then stick to it no matter what. Although there are benefits to consistency, when it comes to personal knowledge management, the most important priority is that it suits your day to day needs. Even the perfect organizational system, if you stop using it, is not perfect.

One of the most valuable features of digital information is that it is highly malleable. It can change form almost instantaneously, with nothing more than a few clicks or taps. We can take advantage of this malleability by adding structure incrementally, in small steps, as our knowledge of a subject accumulates and our needs change.

For example, if I become interested in learning Spanish for a vacation, I might save some useful Spanish words I learn to my “Travel” notebook. No structure is needed at this point, because everything I know about the topic is contained in one note.

[img[https://i0.wp.com/fortelabs.co/wp-content/uploads/2019/01/Screen-Shot-2019-01-08-at-17.59.28.png?resize=1024%2C764&ssl=1]]

But let’s say that I have such a good trip, I decide I want to explore the possibility of moving to Mexico. I start collecting notes with travel gear, blog posts explaining how to rent an apartment, options for cell phone plans, visa application forms, and guides on which credit cards to apply for, among other things. That original “Spanish vocab” note is now just one among many notes. The usage of that knowledge has changed. At this point, it makes sense to create a new notebook called “Move to Mexico” (a “project” according to my PARA methodology) and move these notes into it.

[img[https://i0.wp.com/fortelabs.co/wp-content/uploads/2019/01/Screen-Shot-2019-01-09-at-10.25.10.png?resize=1024%2C855&ssl=1]]

After a few months of research, I may have gathered several dozen notes, and the notebook might be starting to get too cluttered to find what I’m looking for. At this point I can easily “segment” the notebook by tagging notes according to broad types like [apartment], [language], [logistics], [financial], [gear], [research], [writing], etc. I suggest using a small number of types so you can see your options at a glance just by looking at the Tags column.

Clicking the “Tags” header at the top of the right-hand column will sort the notes according to type, which allows you to see related notes in one place while keeping them in the same notebook:

[img[https://i2.wp.com/fortelabs.co/wp-content/uploads/2019/01/tags.png?resize=1024%2C854&ssl=1]]

Let’s say a few months pass, and now I’m actually living and working in Mexico City. At this point, a single notebook no longer covers the many facets of life in a new city. I’ll need to create several new notebooks, including projects like “Find gym” and “Activate cell phone service,” areas of responsibility such as “Apartment,” and resources like “Mexican food” and “Spanish language.”

It wouldn’t make sense to have created all these notebooks upfront, when I had so little to store in them. It is effortless, once the relevant categories have revealed themselves, to move notes into these new notebooks (right click > Move notes to…):

[img[https://i1.wp.com/fortelabs.co/wp-content/uploads/2019/01/Screen-Shot-2019-01-09-at-10.46.13.png?resize=1024%2C998&ssl=1]]

With this approach, I’m only adding as much structure as is needed for a given stage of my learning journey. This helps ensure that I’m spending most of my time engaging with the content, instead of maintaining a complex organizational system. You would think that adding the structure later is more difficult, but in fact it is easier: instead of trying to guess which categories will be needed, I can look at what I’ve already collected and pick the categories that perfectly suit it.

How do you know which divisions or categories to use? Again, instead of trying to guess that upfront, start with the laziest approach: simply collect whatever seems interesting on a given topic. When the time comes, and only when the time comes, look at what you’ve already captured organically and look for patterns. The best time to do this is when starting a project that might draw on these notes, because often the divisions will come from the project itself.

For example, let’s say you’re hired by a company to improve their hiring process. You might have dozens or even hundreds of notes related to hiring if that is a service you provide. But the way the project is organized will often tell you what parts or stages are most relevant. Perhaps the contract is split between “Résumé collection” and “Interviewing.” By reviewing your notes retrospectively and tagging them with these two labels, you can very quickly re-orient your notes related to hiring along these lines. Using an organizational scheme that matches the structure of the project will make that project much easier to execute.

I’m constantly surprised at how clearly divisions appear, as long as I’m starting with a batch of real notes. If I try to theorize about the correct tags before I’ve actually collected anything, it’s always off the mark. The magic of digital information is that it is easy and frictionless to make such retrospective changes. This kind of backward-looking reorganization also allows us to jump into new topics much faster: instead of spending my precious energy getting set up when I’m excited about something, I plunge directly into the heart of the subject, capturing whatever seems interesting and trusting that I can sort it out later.

There is another benefit to this method: it is perfectly okay to not tag a note at all. So long as  you’re not using tags as your primary organizational system, there is no chance that a note left untagged will completely fall through the cracks. It will always be right there in the notebook where you left it. This avoids the frustrating experience of trying to force yourself to think of a tag for a note, even when nothing comes to mind, because otherwise it will be lost completely.

The lesson here is to not create structure before it’s needed. By adding just enough structure, at just the right moment, the work required to maintain it will always feel like a welcome relief, instead of a heavy burden.
store how to add _?
You could try:

```
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
```

I am not sure if it works or not since I don't use it.

EDIT:
In Powershell (admin)

better safe than sorry
* Once set, you cannot change the storage space resiliency or file system.
* Yes, you can add more drives and upgrade a storage space on-demand without disrupting access and affecting data already in the "space".
* At any time, you can rename a pool or space.
* Storage Spaces is available in Windows 10 Pro and Windows 10 Home.
* The drive has to be around 5GB of size to be available in Storage Spaces.
* https://adguard.com/en/adguard-home/overview.html
*https://github.com/AdguardTeam/AdGuardHome#getting-started
* https://github.com/AdguardTeam/AdGuardHome/wiki/VPS

!!! Public DNS server
*AdGuardDNS
 [[AdGuard-DNS|https://adguard.com/en/adguard-dns/overview.html]]

# Find the DNS settings. Look for the DNS letters next to a field which allows two or three sets of numbers, each broken into four groups of one to three numbers.
# Enter our DNS server addresses there:

!!! IPv4
!!!! For "Default" servers:
# 94.140.14.14
# 94.140.15.15
!!!! For "Family protection" servers:
# 94.140.14.15
# 94.140.15.16

!!! IPv6
!!!! For "Default" servers:
# 2a10:50c0::ad1:ff
# 2a10:50c0::ad2:ff
!!!! For "Family protection" servers:
# 2a10:50c0::bad1:ff
# 2a10:50c0::bad2:ff

Please note: the "Non-filtering" DNS servers provide a secure and reliable connection, but they don't filter anything like the "Default" and "Family protection" servers do. Please don't use them unless you know what you're doing.

!!! IPv4
!!!! For "Non-filtering":
# 94.140.14.140
# 94.140.14.141
!!! IPv6
!!!! For "Non-filtering":
# 2a10:50c0::1:ff
# 2a10:50c0::2:ff
This plugin is used to generate periodical training certificates for students on a massive scale, based on learning milestones completion.
This is an admin tool plugin for Moodle 3.9+ which adds an action to bulk user actions allowing you to send emails to a list of users.
Design, issue and verify digital certificates. This plugin is fully compatible with Moodle LMS.
Archive and remove past courses with this handy tool that can also be used to send notifications to course teachers, hide courses in bulk, and has the ability for course teachers to opt out of the archiving.
An admin tool robot crawler which scans your moodle for broken, large or slow links.
A Moodle admin tool to edit the permissions for one capability in all roles on one screen.
A plugin to help override the default colors for Moodle Mobile and manage other custom CSS. It walks you through picking out replacement colors and adding other custom CSS, then generates a file for you to set as your mobile CSS.
This plugin deletes inactive user accounts. This cleanup process runs with Moodle cron job.
Course Life Cycle is a moodle plugin, which has the purpose to help you with the execution of reoccurring tasks on your moodle platform. Possible use cases are (not limited to): Deleting courses at end of life (including asking teachers for permission). Doing a rollover at the end of a semester. Automatically setting an end date for courses.
This is a Moodle plugin which adds Multi-Factor authentication (MFA), also known as Two-factor authentication (2FA) on top of your existing chosen authentication plugins. https://en.wikipedia.org/wiki/Multi-factor_authentication
Moodle plugin which adds a PHP Opcache management GUI to Moodle site administration, a CLI tool to reset PHP Opcache and a Nagios check for PHP Opcache.
This tool provides API functions as well as general settings for the different opencast tools (e.g. block_opencast, filter_opencast, repository_opencast) and is required by them. The tool stores the relation between courses and series ids and offers webservice endpoints for the opencast role provider.
Allows developers to quickly generate code skeleton for a new Moodle plugin.
Moodle plugin which adds a Redis management GUI to Moodle site administration.
With this plugin you can synchronize groups and groups members between two courses, in a way that a course A will be a mirror of course B. Only users that are already enrolled are added as group members.
The Sebsoft User Restore Plugin offers you the possibility to restore user accounts that were deleted from moodle.
The Sebsoft User Suspension Plugin offers you the possibility to automate the process of suspending users and/or removing user accounts (using moodle's default methods to delete users).
!!! AdminKit - Bootstrap 5 Admin Template

A professional Admin & Dashboard template based on Bootstrap 5 that comes with hundreds of UI components, forms, tables, charts, pages and icons. AdminKit does not require jQuery and neither does one of the 3rd party libraries AdminKit is using.
AdminLTE is a fully responsive administration template. Based on Bootstrap 4.6 framework and also the JS/jQuery plugin. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.

https://github.com/topics/adminlte
A javascript plug-in script to Adobe InDesign for automatically generating a calendar.
''Activate'', deactivate, run, list or delete the services running in the background on your system using this simple and straightforward tool
https://www.elcomsoft.com/aefsdr.html
# AdvancedConnect Plugin
AdvancedConnect is a plugin for [KeePass](http://keepass.info) password manager which gives you the possibility to provide different applications for direct connections.


## Requirements

- Microsoft Windows with .NET/[Mono](http://www.mono-project.com/download/) 2.0 or newer.
- Unix/Linux with [Mono](http://www.mono-project.com/download/) 2.0 or newer.
- [KeePass](http://keepass.info) version 2.28 or newer.


## Installation

- Download the [latest](https://github.com/aalbng/AdvancedConnectPlugin/releases/latest) release.
- Copy the AdvancedConnectPlugin.plgx in your KeePass directory and restart the application.

## Usage

- The plugin adds a new menu item named **AdvancedConnect** under **Tools** menu.
- Use the **Main** tab in the **Options** dialog to configure the custom fields from which the plugin gets the connection method and the connection options field (overrides default options). <br /><br />
On windows operation system the native remote desktop client have no option to provide the username and password via command-line. The built-in rdp support is a little workaround wich provides this functionality. You have to configure the keepass connection field (containing ip or hostname), a connection method (e.g. rdp) and you can set additional parameters (e.g. /w:1440 /h:900).<br />
- Use the **Applications** tab in the **Options** dialog to configure your connection applications. <br />
The **Path** and **Commandline Options** column is also supporting keepass placeholders and OS environment variables.
- To use a **portable configuration** you have to create an emtpy file named **AdvancedConnect.xml** next to **KeePass.exe**. <br />
(If a portable\admin configuration file is available, the default configuration *%appdata%\Keepass\AdvancedConnect.xml* will be ignored)


## Example
- Configure main options
<p align="center">[img[AdvancedConnectPlugin2.jpg]]</p>
- Add your applications
<p align="center">[img[AdvancedConnectPlugin.jpg]]</p>
- Set custom fields in keepass entries
<p align="center">[img[AdvancedConnectPlugin3.jpg]]</p>
- Start your applications directly from keepass
<p align="center">[img[AdvancedConnectPlugin4.jpg]]</p>

## Security

Please take note that launching applications via command-line can expose your password arguments in the taskmanager.

## Repository

The main repository is hosted on [GitHub](https://github.com/aalbng/AdvancedConnectPlugin).

## Changelog

See [CHANGELOG](https://github.com/aalbng/AdvancedConnectPlugin/blob/master/AdvancedConnectPlugin/CHANGELOG.txt) file for details.

## Download

You can get all binaries from [here](https://github.com/aalbng/AdvancedConnectPlugin/releases).

## License

The source code in this repository is released under the Apache License, Version 2.0 license. <br />
See the [LICENSE](https://github.com/aalbng/AdvancedConnectPlugin/blob/master/AdvancedConnectPlugin/LICENSE.txt) file for details.


____
The AdvancedConnect plugin is inspired by [QuickConnect](https://github.com/cristianst85/QuickConnectPlugin) 




Get Free Web Hosting with Unlimited Disk Space, Unlimited Bandwidth and Unlimited Websites from Aeonfree. With PHP and MySQL and no forced ads on your free website.
* https://aescripts.com/bodymovin/
* https://aescripts.com/keyfast/
*https://aescripts.com/newton/
* https://aescripts.com/character-tool/
*https://aescripts.com/editing-essentials-bundle/
*https://aescripts.com/3d-flip-board/
* https://aescripts.com/easy-arrows/
* https://aescripts.com/motion-designers-bundle/




AG Grid is a fully-featured and highly customizable JavaScript data grid. It delivers outstanding performance, has no third-party dependencies and integrates smoothly with all major JavaScript frameworks.

https://ahadns.com/setup-guides/
AHCI is short for `Advanced Host Controller Interface` that is defined by Intel. This operating mode is commonly seen in the newer PCs.

AHCI is a relatively new technology that owns many native functions of the Serial ATA standard interface such as NCQ and hot swapping, which improve the compatibility and performance of your devices.

The specification of AHCI refers to the registry-level interface for a host controller of SATA. Its specification is suitable for software (device driver) designers and hardware designers. AHCI mode provides a standard method to program SATA/AHCI adapters, especially intended for those hardware component designers, system builders, etc. 

Now, AHCI mode is supported by many operating systems such as Windows Vista, Linux, and some newer Windows versions. If you are using the Windows 10 operating system on an SSD, you must enable the AHCI mode before the system installation, or your computer will fail to boot with a BSOD error.
There is an essential difference between AHCI and RAID. AHCI is an operation mode in the SATA environment. You can enable the AHCI mode in BIOS settings before the installation. RAID is an advanced data storage technology that can enable you to use multiple hard drives for performance enhancement in different configurations.

Apart from this essential difference, other aspects of the RAID vs AHCI are obvious as well.

[[AHCI vs RAID Impacts on the Performance|]]


[[Is RAID Better Than AHCI?|]]

[[Can you use RAID with SSD and HDD?|]]

[[How do you update a SATA AHCI controller?|]]



[[How do I enable AHCI in Windows 10?|]]



[[How do I configure RAID?|]]
The different features between AHCI and RAID mode have a significant impact on the performance of your devices such as motherboard, memory, and storage devices. Based on the demands of lots of users, here we mainly discuss the impact on the performance of HDD and SSD.

AHCI is a programming interface that’s mainly suitable for SATA devices. So, if you are using a SATA SSD or HDD, you can set up the AHCI mode to utilize the advantages of the SATA interface. With the emergency of NVMe, more and more SSDs are designed with the NVMe interface. 

Many hardware and SSD manufacturers recommend that AHCI mode can be used for SSD drives. However, according to users’ reports, AHCI mode has little impact on optimizing the performance of SSDs. In many cases, it even shortens the lifespan of your device.

RAID is widely used for HDD and hybrid array data protection. It enables HDDs and SSDs to keep running normally even after the data loss of the devices. RAID is now available for SSD array, but it has little impact on SSD performance improvement. In addition, the type of the RAID controllers (hardware and software-based) and RAID levels have also impact on performance.
There is a useful pattern to follow when naming functions:

```
prefix? + action (A) + high context (HC) + low context? (LC)
```

Take a look at how this pattern may be applied in the table below.

| Name                   | Prefix   | Action (A) | High context (HC) | Low context (LC) |
| ---------------------- | -------- | ---------- | ----------------- | ---------------- |
| `getUser`              |          | `get`      | `User`            |                  |
| `getUserMessages`      |          | `get`      | `User`            | `Messages`       |
| `handleClickOutside`   |          | `handle`   | `Click`           | `Outside`        |
| `shouldDisplayMessage` | `should` | `Display`  | `Message`         |                  |

> **Note:** The order of context affects the meaning of a variable. For example, `shouldUpdateComponent` means _you_ are about to update a component, while `shouldComponentUpdate` tells you that _component_ will update on itself, and you are but controlling when it should be updated.
> In other words, **high context emphasizes the meaning of a variable**.

---
Use the AI Planner package to create agents that generate and execute plans. For example, use AI Planner to create an NPC, generate storylines, or validate game/simulation mechanics. The AI Planner package also includes authoring tools and a plan visualizer.
[[AIO Boot|https://www.aioboot.com/en/]] is an All-in-One bootable software for USB and HDD. Is one of the best Multiboot USB Creator for Windows.

AIO Boot uses Grub2 as the default boot loader. Grub2 is a powerful loader developed by GNU which supports both MBR and GPT and supports booting in both Legacy BIOS and UEFI. In addition, AIO Boot also supports to install Grub4dos, rEFInd, Clover, Syslinux and Enoch Chameleon. See more features of AIO Boot.

AIO Boot also supports install OS through network boot. It uses iPXE as boot loader and uses Tiny PXE Server to initialize PXE server (HTTP and TFTP). Windows will be booted via wimboot, small utilities and DOS programs will be booted via memdisk. AIO Boot also uses FreeNFS to create an NFS server to boot some Linux distributions like Ubuntu, Linux Mint…

''How to use''

<iframe width="474" height="267" src="https://www.youtube.com/embed/H7_1Ts7Iivs?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen="" data-ss1589117976="1"></iframe>
* https://www.airesis.eu/
* https://github.com/airesis/airesis
* https://github.com/johnshearing/PrivateKeyVault
AirSim is a simulator for drones, cars and more, built on Unreal Engine (we now also have an experimental Unity release). It is open-source, cross platform, and supports software-in-the-loop simulation with popular flight controllers such as PX4 & ArduPilot and hardware-in-loop with PX4 for physically and visually realistic simulations. It is developed as an Unreal plugin that can simply be dropped into any Unreal environment. Similarly, we have an experimental release for a Unity plugin.

Our goal is to develop AirSim as a platform for AI research to experiment with deep learning, computer vision and reinforcement learning algorithms for autonomous vehicles. For this purpose, AirSim also exposes APIs to retrieve data and control vehicles in a platform independent way.

!!!Features
*Use remote control (RC) to manually control the drones
*For cars, arrow keys can be used to drive manually
*You can interact with the vehicle in the simulation programmatically
*AirSim uses simple_flight as its flight controller which connects to RC via USB
*You can test your code in the simulator, and execute it on real vehicles

Albert is a desktop agnostic launcher. Its goals are usability and beauty, performance and extensibility. It is written in C++ and based on the Qt framework.

Access everything with virtually zero effort. Run applications, open files or their paths, open bookmarks in your browser, search the web, calculate things and a lot more .
Algolia is a hosted API for building search into web and mobile applications, with typo-tolerance, fully configurable relevance, and other tools for making great search experiences.
A JavaScript library that lets you quickly build autocomplete experiences

All you need to get started is:

* A container to inject the experience into
* Data to fill the autocomplete with
* Any Virtual DOM solution (JavaScript, Preact, React, Vue, etc.)
The data that populates the autocomplete results are called sources. You can use whatever you want in your sources: a static set of searches terms, search results from an external source like an Algolia index, recent searches, and more.

By configuring just those two required parameters (container and getSources) you can have an interactive autocomplete experience. The library creates an input and provides the interactivity and accessibility attributes, but you're in full control of the DOM elements to output.
* خواريزمية العفن الغروي Physarum polycephalum

Which of the current tags is itself tagged [[Developer]]?

`<<list-links filter:"[all[current]tags[]tag[Developer]]">>`

> <<list-links filter:"[all[current]tags[]tag[Developer]]">>

Which of the current tags has a field `url`?

`<<list-links filter:"[all[current]tags[]has[url]]">>`

> <<list-links filter:"[all[current]tags[]has[url]]">>

Allure Framework is a flexible lightweight multi-language test report tool that not only shows a very concise representation of what have been tested in a neat web report form, but allows everyone participating in the development process to extract maximum of useful information from everyday execution of tests.
* https://github.com/pytorch/ELF
* https://github.com/suragnair/alpha-zero-general
* https://github.com/maxpumperla/deep_learning_and_the_game_of_go
* https://github.com/yhyu13/AlphaGOZero-python-tensorflow
* https://deepmind.com/blog/article/alphago-zero-starting-scratch





Your new, lightweight, JavaScript framework.

Alpine is a rugged, minimal tool for composing behavior directly in your markup. Think of it like jQuery for the modern web. Plop in a script tag and get going.

Alpine is a collection of 15 attributes, 6 properties, and 2 methods.
[![Version](https://img.shields.io/badge/Version-v2.1.19-brightgreen.svg)](https://ambar.cloud)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/RD17/ambar/blob/master/License.txt)

:mag: Ambar: Document Search Engine
================================

![Ambar Search](https://ambar.cloud/img/search.gif)

Ambar is an open-source document search engine with automated crawling, OCR, tagging and instant full-text search.

Ambar defines a new way to implement full-text document search into your workflow.
- Easily deploy Ambar with a single `docker-compose` file
- Perform Google-like search through your documents and contents of your images
- Tag your documents
- Use a simple REST API to integrate Ambar into your workflow

## Features

### Search
[Tutorial: Mastering Ambar Search Queries](https://ambar.cloud/blog/2017/03/24/mastering-search-queries/)

* Fuzzy Search (John~3)
* Phrase Search ("John Smith")
* Search By Author (author:John)
* Search By File Path (filename:\*.txt)
* Search By Date (when: yesterday, today, lastweek, etc)
* Search By Size (size>1M)
* Search By Tags (tags:ocr)
* Search As You Type
* Supported language analyzers: English `ambar_en`, Russian `ambar_ru`, German `ambar_de`, Italian `ambar_it`, Polish `ambar_pl`, Chinese `ambar_cn`, CJK `ambar_cjk`

### Crawling

Ambar 2.0 only supports local fs crawling, if you need to crawl an SMB share of an FTP location - just mount it using standard linux tools.
Crawling is automatic, no schedule is needed due to crawlers monitor file system events and automatically process new, changed and removed files.

### Content Extraction

**Ambar supports large files (>30MB)**

Supported file types:
* ZIP archives
* Mail archives (PST)
* MS Office documents (Word, Excel, Powerpoint, Visio, Publisher)
* OCR over images
* Email messages with attachments
* Adobe PDF (with OCR)
* OCR languages: Eng, Rus, Ita, Deu, Fra, Spa, Pl, Nld
* OpenOffice documents
* RTF, Plaintext
* HTML / XHTML
* Multithread processing

## Installation

**Notice**: Ambar requires Docker to run

You can build Docker images by yourself or buy prebuilt Docker images for **$50** [here](https://ambar.cloud/pricing/).

* Installation instruction for prebuilt images: [here](https://ambar.cloud/docs/installation/)
* Tutorial on how to build images from scratch see below

If you want to see how Ambar works w/o installing it, try our [live demo](https://app.ambar.cloud/). No signup required.

## Building the images yourself

All the images required to run Ambar can be built locally. In general, each image can be built by navigating into the directory of the component in question, performing the compilation steps required and building the image like that:

```
# From project root
$ cd FrontEnd
$ docker build . -t <image_name>
```

The resulting image can be referred to by the name specified, and run by the containerization tooling of your choice.

In order to use a local Dockerfile with `docker-compose`, simply change the `image` option to `build`, setting the value to the relative path of the directory containing the Dockerfile. Then run `docker-compose build` to build the relevant images. For example:

```
# docker-compose.yml from project root, referencing local dockerfiles
pipeline0:
  build: ./Pipeline/
image: chazu/ambar-pipeline
  localcrawler:
    image: ./LocalCrawler/
```

Note that some of the components require compilation or other build steps be performed _on the host_ before the docker images can be built. For example, `FrontEnd`:

```
# Assuming a suitable version of node.js is installed (docker uses 8.10)
$ npm install
$ npm run compile
```

## FAQ
### Is it open-source?
Yes, it's fully open-source.

### Is it free?
Yes, it is forever free and open-source.

### Does it perform OCR? 
Yes, it performs OCR on images (jpg, tiff, bmp, etc) and PDF's. OCR is perfomed by well-known open-source library Tesseract. We tuned it to achieve best perfomance and quality on scanned documents. You can easily find all files on which OCR was perfomed with `tags:ocr` query

### Which languages are supported for OCR?
Supported languages: Eng, Rus, Ita, Deu, Fra, Spa, Pl, Nld.
If you miss your language please contact us on hello@ambar.cloud.

### Does it support tagging?
Yes!

### What about searching in PDF?
Yes, it can search through any PDF, even badly encoded or with scans inside. We did our best to make search over any kind of pdf document smooth.

### What is the maximum file size it can handle?
It's limited by amount of RAM on your machine, typically it's 500MB. It's an awesome result, as typical document managment systems offer 30MB maximum file size to be processed.  

### I have a problem what should I do?
Request a dedicated support session by mailing us on hello@ambar.cloud



https://github.com/RD17/ambar/
“Ambient findability” is a term coined by information architect Peter Morville in a book of the same name. It describes the practice of creating environments where relevant information can be found and used, whether that is a library or a smartphone. When an item is “findable,” it means that it is easy to discover and locate.

The key skill in navigating such an environment is wayfinding, which refers to “the series of things people know and do in order to get from one place to another, inside or outside.” It is a skill we developed to navigate physical environments that we’ve since adapted to virtual environments. But the virtual worlds we’ve created lack the natural landmarks we rely on in the natural world. They lack trees, rivers, seashores, and paths. In the digital world, we have to create them ourselves, out of words.

But the way we’ve used tags in the past comes from a different era. Morville recounts his memories of “online searching” at the University of Michigan’s School of Information and Library Studies, in the ancient epoch of 1993:

“We searched through databases via dumb terminals connected to the Dialog company’s mainframe. Results were output to a dot matrix printer. And Dialog charged by the minute. This made searching quite stressful. Mistakes were costly in time and money. So, we’d spend an hour or more in the library beforehand, consulting printed thesauri for descriptors, considering how to combine Boolean operators most efficiently, and plotting our overall search strategy. A computer’s time was more precious than a human’s, so we sweated every keyword.”

Elaborate, precise tagging systems made sense at that time, when every operation cost money. But the challenge today is not to conserve computer power, but to spend it. Instead of wasting hours of precious human time with laborious tagging just to make a computer’s job easier, we should generously spend the computer’s power to make our job easier.

Thanks to Andrew Brož, Chris Harris, Sachin Rekhi, and Jessica Malnik for their feedback and contributions


''andLinux ''is an Ubuntu-based system using the Linux kernel designed to run a Linux environment natively on Windows systems (2000, XP, 2003, Vista, 7; 32-bit versions only). It is FOSS being released under the GNU GPL license.[1] It uses the coLinux kernel to run, Xming to run X Window, PulseAudio for sound, and has the option of either using a stripped down version of KDE or Xfce.

http://andlinux.org/
* [[Android Hacks]]
* [[Androidx86]]
*[[Android Emulation]]
*https://github.com/fastlane/fastlane
*https://github.com/w446108264/XhsEmoticonsKeyboard
* https://github.com/AnySoftKeyboard/AnySoftKeyboard

*[[Android Development]]

 *[[Android Open Source Projects]]

* [[Android Security]]
*https://github.com/igorwojda/android-showcase
*https://github.com/hillelcoren/flutter-redux-starter
* https://github.com/google/material-design-icons
*https://github.com/wasabeef/awesome-android-ui
* https://github.com/bartonhammond/snowflake
* https://www.back4app.com/
* https://github.com/android/architecture-samples
* https://github.com/Solido/awesome-flutter
* https://github.com/PhilJay/MPAndroidChart
* https://github.com/fastlane/fastlane
* https://github.com/airbnb/lottie-android
* https://github.com/bumptech/glide
* https://github.com/airbnb/lottie-android
*https://github.com/shadowsocks/shadowsocks-android
* https://github.com/bilibili/ijkplayer
*https://github.com/codepath/android_guides
*https://github.com/alibaba/fastjson
*https://github.com/react-native-elements/react-native-elements
*https://github.com/NativeScript/NativeScript
*https://github.com/futurice/android-best-practices
*https://github.com/afollestad/material-dialogs
*https://github.com/google/ExoPlayer
*https://github.com/didi/DoraemonKit
*https://github.com/android10/Android-CleanArchitecture
* https://github.com/scwang90/SmartRefreshLayout
*https://github.com/CarGuo/GSYVideoPlayer
* https://github.com/iampawan/FlutterExampleApps
* https://square.github.io/leakcanary/
*https://github.com/codepath/android_guides
*https://github.com/flutter/plugins
*https://github.com/Curzibn/Luban
* https://github.com/Tencent/MMKV
* https://github.com/txthinking/brook
* https://github.com/zhihu/Matisse
*https://github.com/hyb1996/Auto.js
*http://playir.com/features/
*https://www.b4x.com/






* https://linuxhint.com/android_qemu_play_3d_games_linux/
*https://www.ldplayer.net/
*Gomoku 1.01
*https://en.androeed.ru/files/logiclike-logicheskie-igri-zadachi-golovolomki-detei.html
*https://sites.google.com/site/androidmultiplayergames/home
* [[Display and control your Android device|]]
* [[Gnirehtet provides reverse tethering for Android|]]
* https://github.com/android-hacker/VirtualXposed
*https://github.com/tejado/android-usb-gadget
*https://github.com/x0b/rcx
* https://forum.xda-developers.com/t/live-iso-fwul-adb-fastboot-without-any-installation-and-driver-issues-v3-2.3526755/
* https://github.com/SecUSo
* https://github.com/f-droid/fdroidserver
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* [[osmdroid|https://github.com/osmdroid/osmdroid]]
*https://dofabien.github.io/OsmGo/
*https://github.com/oNaiPs/droidVncServer
* [[Android On real Hardware|]]
* [[Android on Virtual Machines|]]
!! * ''Android OS Editions''
**PhoenixOS
**Androidx86
DroidFS
!!! Books
* Android System programming by Roger Ye (z-lib.org).pdf

A cross-browser library of CSS animations. As easy to use as an easy thing.
* [[After Effects]]
* https://sourceforge.net/projects/synfig/
* https://sourceforge.net/projects/kpedit/
* [[سكريبت الكتابة بالعربى مباشرة داخل أدوبى أنيميت Arabic Letters Script for Adobe Animate|https://www.youtube.com/watch?v=qrXj5hLTBtA]]
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* [[https://www12.9anime.to/home]]
**[[9Anime.ToWatch|]]
Anime.js (/ˈæn.ə.meɪ/) is a lightweight JavaScript animation library with a simple, yet powerful API.
It works with CSS properties, SVG, DOM attributes and JavaScript Objects.
Anki integration for animebook.github.io
Enhance animebook.github.io to automatically export screenshots, audio, and subtitles into your Anki deck. While watching a show, use an extension like Yomichan to add new words you encounter into Anki, and then add context using Animebook Anki Export.
https://github.com/topics/anki

https://www.youtube.com/watch?v=w_gieyVnKXs

*create Anki cards from movies and TV shows.
**https://github.com/Ajatt-Tools/mpvacious



*https://github.com/pwenker/chessli
* https://github.com/luoliyan/incremental-reading
* http://frankraiser.de/drupal/AnkiIR
* https://github.com/mmjang/AnkiIRExtension
* https://github.com/klieret/AnkiPandas
* https://github.com/tianshanghong/awesome-anki
* https://github.com/kelciour/movies2anki
* https://chrome.google.com/webstore/detail/online-dictionary-helper/lppjdajkacanlmpbbcdkccjkdbpllajb?hl=en
* https://github.com/tsudoko/anki-sync-server
* https://github.com/corollari/ankiTab
*https://github.com/Psionica/Autocards
*https://github.com/camiloaa/duolingonextlesson
* https://github.com/lazy-void/inka
*https://github.com/Troyciv/anki-templates-superlist
*https://github.com/glutanimate/cloze-overlapper
*https://github.com/glutanimate/anki-addons-misc
*https://github.com/corollari/ankiTab
*https://github.com/taivop/anki-decks
*https://github.com/1nsp1r3rnzt/chrome-anki-quick-adder
* https://github.com/troggy/anki-leo
* https://www.youtube.com/watch?v=RKK7wGAYP6k
This extension provides the ability to create anki cards directly from Google Chrome on your Anki Desktop.
Welcome to Anki Quick Adder. This extension provides
Ability to create anki cards directly from Google Chrome on your Anki Desktop.
It includes an inline WYSIWYG editor and keyboard shortcuts for editing your notes before adding them to anki.

!!! Requirements
You will require the following sofware to use the extension.

# Anki
# Anki Connect plugin

This extension is currently in beta. so, bear the bugs with me :-) 
Instantly make Anki cards with AnkiConnect by highlighting over sentences.
If you read books in Chrome and are tired of copying and pasting sentences into Anki for future study, then use Anki Sentence Miner to quickly add sentences and keep reading. Make sure AnkiConnect is downloaded first for this extension to work. Download AnkiConnect here: https://ankiweb.net/shared/info/2055492159 or install with the add-on number 2055492159.

After downloading, simply select in the popup which deck, model, and field you'd like to use for the added sentences. Then, after highlighting over the desired sentence to add, hit Command+Shift+A in macOS or Ctrl+Shift+A in any other OS.
Export your Lingualeo dictionary into CSV file compatible with Anki
This extension allows you to download your words from the LinguaLeo dictionary as CSV file. The file is ready for import to Anki

Works for all the wordsets and supports all the build-in Lingualeo filtering.

!!! Downloaded for each word:
* - translation
* - link to the picture
* - transcription
* - example of use (context)
* - link to mp3 file with pronunciation
* - sets of words in which the word enters
* - example of use (context) for cloze cards

Source code: https://github.com/troggy/anki-leo
A sentences management system for learning languages.
Anki Soup helps you to find out a new word by Command(Control) + Double click, and stocks sentences from all over the website to this site.
Replace new tab page with Anki flashcards
Make reviewing flashcards lighter and easier by integrating them on your browsing habits.

No more dreaded hour-long Anki sessions! AnkiTab gives you a selection of flashcards each time a new tab is opened, allowing you to mix in tiny chunks of card reviewing through the day, which leads to a more lightweight and productive learning.

Featuring built-in deck interleaving, which has been scientifically proved to improve the learning process [1][2][3][4].

The extension is totally open source and all the code is licensed under The Unlicense, which is extremely permissive. The code repository can be found at https://github.com/corollari/ankiTab.
AnsPress is an open source, developer friendly, question and answer plugin for WordPress. AnsPress adds a full question and answer system to your existing WordPress site. It can be used to create a Q&A network similar to StackOverflow and Quora, or be a single page on existing site. The plugin supports multiple languages, shortcodes, reCAPTCHA, email and push notifications, and more.

AnsPress is not just limited to questions and answers. It can be used in many different ways, like a bug tracker, an internal Q&A board, support ticket forum, FAQ, and more. Anspress is trusted and used by many popular companies and sites at scale.
An enterprise-class UI components based on Ant Design and Vue

!!! Features
* An enterprise-class UI design system for desktop applications.
* A set of high-quality Vue components out of the box.
* Shared Ant Design of React design resources.
An out-of-box UI solution for enterprise applications as a React boilerplate
An enterprise-class UI design language and React UI library.

!!! Features
* rainbow Enterprise-class UI designed for web applications.
* package A set of high-quality React components out of the box.
* shield Written in TypeScript with predictable static types.
* gear Whole package of design resources and development tools.
* earth_africa Internationalization support for dozens of languages.
* art Powerful theme customization in every detail.
Anti-Plagiarism - software designed to effectively detect and thereby prevent plagiarism. It is a versatile tool to deal with World Wide Web copy-pasting information from the assignment of authorship.

The goal of this program is to help reduce the impact of plagiarism on education and educational institutions. At present, it distributes free software to detect plagiarism.

Checking documents in a format *.rtf, *.doc, *.docx, *.pdf

Check the source code C, C++, C#, Java, ...
AntV - An Enterprise-level Data Visualization Solution. AntV 3.0 has been fully upgraded which includes G2, G6, F2, L7, combining with a set of usage and desgin principles for visualization. AntV has supported more than 20,000 business systems inside and outside of Alibaba Group. Polished by rich business scenarios for several years.

https://github.com/antvis
Apache Beam is an open source, unified model for defining both batch and streaming data-parallel processing pipelines. Using one of the open source Beam SDKs, you build a program that defines the pipeline. The pipeline is then executed by one of Beam’s supported distributed processing back-ends, which include Apache Flink, Apache Spark, and Google Cloud Dataflow.

Beam is particularly useful for [[Embarrassingly parallel]] data processing tasks, in which the problem can be decomposed into many smaller bundles of data that can be processed independently and in parallel. You can also use Beam for Extract, Transform, and Load (ETL) tasks and pure data integration. These tasks are useful for moving data between different storage media and data sources, transforming data into a more desirable format, or loading data onto a new system.

Apache MXNet is an open source deep learning framework designed for efficient and flexible research prototyping and production. It contains a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations. On top of this is a graph optimization layer, overall making MXNet highly efficient yet still portable, lightweight and scalable.

!!! Features
* Design notes providing useful insights that can re-used by other DL projects
* Flexible configuration for arbitrary computation graph
* Mix and match imperative and symbolic programming to maximize flexibility and efficiency
* Lightweight, memory efficient and portable to smart devices
* Scales up to multi GPUs and distributed setting with auto parallelism
* Support for Python, Scala, C++, Java, Clojure, R, Go, Javascript, Perl, Matlab, and Julia
* Cloud-friendly and directly compatible with AWS S3, AWS Deep Learning AMI, AWS SageMaker, HDFS, and Azure
The official catalog of Apache OpenOffice templates. You'll find templates ranging from letters and résumés to calendars and brochures. Templates can save your time, and are easy to use.

!!! Features
* The most popular Apache OpenOffice templates including:
* Basic Resume
* Calendar
* Business card
* Basic Invoice
* And many more
Apache Cassandra is a highly-scalable partitioned row store. Rows are organized into tables with a required primary key.

Partitioning means that Cassandra can distribute your data across multiple machines in an application-transparent matter. Cassandra will automatically repartition as machines are added and removed from the cluster.

Row store means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL.
Apollo is a high performance, flexible architecture which accelerates the development, testing, and deployment of Autonomous Vehicles.

Apollo is loaded with new modules and features but needs to be calibrated and configured perfectly before you take it for a spin. Please review the prerequisites and installation steps in detail to ensure that you are well equipped to build and launch Apollo. You could also check out Apollo's architecture overview for a greater understanding of Apollo's core technology and platforms.
An Applicant tracking system, or ATS, is software designed specifically for Recruiting firms, and HR departments within organizations to organize and track everything within the recruiting process for their organizations.
To apply the Install.wim to the VHDs
Because a .wim image can contain more than one edition of Windows, you first need to determine the correct index number of the edition that you want to use. This is particularly important for Windows 7 because only Windows 7 Ultimate and Windows 7 Enterprise can be used for native VHD boot. To view the contents of the Install.wim, type the following commands:

```
cd \tools 
imagex /info E:\WIM\WIN7\Install.wim
```

The output will display an overview of the Install.wim in XML format. To locate Windows 7 Ultimate, which is used in this scenario, find the following line:


```
<NAME>Windows 7 ULTIMATE</NAME>
```

After you locate this line, scroll up and locate the index number that is associated with it. Specifically, for Windows 7 Ultimate, you will see:


```
<IMAGE INDEX="4">
```

Remember this index number because you will use it in the next step.

To apply the data from Windows 7 Ultimate to the WIN7.vhd file, type:

```
imagex /apply E:\WIM\WIN7\Install.wim 4 V:\
```
OR


```
dism /apply-image /imagefile:E:\WIM\WIN7\Install.wim /index:4 /applydir:V:\
```

Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the complexity and repetitiveness required to build a modern backend API from scratch and allows you to build secure apps faster.

Using Appwrite, you can easily integrate your app with user authentication & multiple sign-in methods, a database for storing and querying users and team data, storage and file management, image manipulation, Cloud Functions, and more services.
Simple library to check the spelling of arabic sentences. This library uses a vocabulary that consists of +500K words, and uses 1-edit_distance and 2-edit_distance to correct the misspelled words. It also uses 1-ngram language model to correct the words depending on the previous context.
https://mega.nz/folder/XkUCxKDI#dCAKZ6bK97XQxc0TxrUiNg
https://archman.org/
Note the following restrictions for attaching VHDs:

* ''You must have volume management privileges ''(which is granted by default only to administrators) to attach a VHD because attaching a VHD is equivalent to bringing a hard disk drive or volume online.

* ''You can only attach a VHD that is located on an NTFS volume.'' However, if you already have a VHD file, you can place the file on any FAT, ExFAT, NTFS, or UDFS volume for storage or transfer.

* ''You cannot attach a VHD that has been compressed by NTFS or encrypted using Encrypting File System on the host volume.'' However, you can compress or encrypt the volumes inside the VHD if compression and encryption are otherwise supported.

* ''You cannot configure two attached VHDs to be a dynamically expanding VHD.'' A dynamically expanding VHD is a physical disk that you have initialized for dynamic storage. It contains dynamic volumes such as simple, spanned, striped, or mirrored volumes or RAID-5 volumes.

* ''You cannot attach a VHD located on a network file system (NFS) or File Transfer Protocol (FTP) server.'' However, as mentioned previously, you can attach a VHD that is located on a Server Message Block (SMB) share.

* ''You cannot use client-side caching on the remote SMB share to attach a VHD.'' If you use a network file share to store VHD files that you want to attach remotely, change the caching properties of the share to disable automatic caching.

*'' You can only attach two nested VHDs. When you create a VHD within another VHD,'' it is referred to as a nested VHD. The limit for nested VHDs is two. That is, you can attach a VHD within another attached VHD, but you cannot attach a third.

** For example, you have a fixed VHD on a computer at C:\vhd\ExampleFixed.vhd. Inside the ExampleFixed.vhd, you create a partition, initialize an NTFS file system volume, and assign the drive letter M to the volume. You then create another VHD at M:\vhd\NestedFixed.vhd. The NestedFixed.vhd file is called a nested VHD because it is created on the file system volume inside the first VHD. If you attach both VHDs (C:\vhd\ExampleFixed.vhd and M:\vhd\NestedFixed.vhd), then both N: and M: drives would be available on the computer for users to use.

* ''When an operating system restarts, VHDs that were attached before reboot are not automatically attached.'' If you native boot to a VHD, only the file system partitions contained in the VHD are automatically attached. If there are other VHDs on the physical volume that were attached during a previous boot, they are not automatically attached.
*[[Machine Learning]]
* [[Language models|]]
*[[Algorithms]]
* https://github.com/ViiSkor/Anki-decks-deeplearning.ai
* https://github.com/jdorfman/awesome-json-datasets
* https://github.com/NaturalIntelligence/imglab
* https://github.com/heartexlabs/awesome-data-labeling
* https://github.com/Zhenye-Na/crnn-pytorch
* https://github.com/heartexlabs/label-studio
* https://github.com/openvinotoolkit/cvat
* https://github.com/doccano/doccano
* https://github.com/googlecreativelab/quickdraw-dataset
* https://github.com/joke2k/faker
* https://github.com/zalandoresearch/fashion-mnist
* https://github.com/fzaninotto/Faker
* https://github.com/doccano/doccano-client
* https://github.com/phurwicz/hover
* https://github.com/alteryx/compose
* https://github.com/Slava/label-tool
* https://github.com/shoumikchow/bbox-visualizer
* https://github.com/leon-ai/leon
* https://github.com/Bonfire/OptiGrader
* https://huggingface.co/
*https://github.com/wit-ai
* https://github.com/Belval/TextRecognitionDataGenerator
* https://github.com/thiagoalessio/tesseract-ocr-for-php
* https://github.com/hwalsuklee/awesome-deep-text-detection-recognition
* https://github.com/whitelok/image-text-localization-recognition
* [[alphago-zero]]
*https://github.com/microsoft/ailab
*https://github.com/MicrosoftDocs/ai-fundamentals


*https://sourceforge.net/projects/meri/

[[Hardware for AI|]]
* https://en.wikipedia.org/wiki/Speech_recognition_software_for_Linux
* https://nvidia.github.io/OpenSeq2Seq/html/speech-recognition/deepspeech2.html
* https://github.com/SEPIA-Framework
* https://dictanote.co/
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
This allows a teacher to annotate and return PDF files that have been submitted by students. Teachers can add and position comments and draw lines, ovals, stamps, rectangles and highlights onto the student's work, from within the browser. For Moodle 2.6 and above, I advise you use the standard functionality instead.
This plugin allows instructors/teachers to make media collections a gradable activity by leveraging the assign activity.
This allows a teacher to annotate and return PDF files that have been submitted by students. Teachers can add and position comments and draw lines, ovals, stamps, rectangles and highlights onto the student's work, from within the browser.
Astar VPN - Free and fast VPN for everyone
Astar VPN - Free and fast VPN for everyone,Encrypt your connection, access our secure proxy servers & unblock websites easily.

Stay anonymous, secure and unlimited! Unblock any website with Astar VPN service
Astar VPN is the fastest and the most secure Proxy utility across the Chrome webstore. Astar VPN was designed on the edge of cyber security technologies as an evolution of restrictions bypass extension for the most popular websites. The most trusted, reliable and protected Proxy extension CIS countries is now available worldwide! With Astar VPN you can unblock, bypass government constraints and access any website anonymously, FREE and with ZERO connection restrictions.
Astroid Framework is built with simplicity and ease use of mind. Astroid lets you manage every aspect of your Joomla website without writing a single line of code which helps you build Joomla templates easily. Also available in multiple languages (know more here).

Its a powerful framework for designers & developers to create responsive, fast & robust Joomla based websites and templates.

https://en.wikipedia.org/wiki/Atomic_battery
Occasionally, you’ll need to (re)connect an existing VHDX file to an existing virtual machine. Sometimes, you have to rebuild the virtual machine because its XML file was damaged. I sometimes do this because I have VHDX files that I use for templates that I can usually patch offline, but sometimes need to bring online.

While not directly related to the preceding, there are times when a virtual machine loses the ability to open a VHDX. This is invariably the rest of an administrator or security application removing necessary permissions from the VHDX file, often by erroneously setting inheritance from its containing folder.

Both problems have the same solution: use the attach directions. Hyper-V will automatically set the permissions as necessary when it connects the VHDX to the virtual machine.
The Attendance activity allows teachers to maintain a record of attendance, replacing or supplementing a paper-based attendance register. It is primarily used in blended-learning environments where students are required to attend classes, lectures and tutorials and allows the teacher to track and optionally provide a grade for the students attendance. The instructor can set the frequency of their classes (# of days per week & length of course) or create specific sessions. 
Attendize is a free and open source ticket selling and event management platform designed to give event organizers a simple, affordable yet full-featured solution for managing general admission events. It’s built using the Laravel PHP framework and has plenty of very useful features.

!!! Features
* Beautiful mobile friendly event pages
* Easy attendee management - Refunds, Messaging etc.
* Data export - attendees list to XLS, CSV etc.
* Generate print friendly attendee list
* Ability to manage unlimited organizers / events
* Manage multiple organizers
* Real-time event statistics
* Customizable event pages
* Multiple currency support
* Quick and easy checkout process
* Customizable tickets - with QR codes, organizer logos etc.
* Fully brandable - Have your own logos on tickets etc.
* Affiliate tracking - track sales volume / number of visits generated etc.
* Widget support - embed ticket selling widget into existing websites / WordPress blogs
* Social sharing
* Support multiple payment gateways - Stripe and PayPal out the box. Other payment gateways can be added
* Support for offline payments
* Refund payments - partial refund & full refunds
* Ability to add service charge to tickets
* Messaging - eg. Email all attendees with X ticket
* Public event listings page for organizers
* Ability to ask custom questions during checkout
* Browser based QR code scanner for door management
Edit chemistry equations in Moodle 2.7, or later, using the mhchem extension to the MathJax or TeX filter. Useful for full and ionic equations, isotopes, equilibrium reactions, thermochemistry and reaction kinetics. Includes a periodic table of element symbols.
Chemical structure editor and molecular data file import plugin for the Atto HTML Editor.
Computer science equation editor plugin for Moodle 2.7, or later, using either the TeX or MathJax filter. Designed for UK A Level (post-16) Computing and Computer Science curriculum, but can be easily customised for other levels or content.
Allows inline corrections to be set inside any text with the editor.
Chemical structure and equation editor much like the Moodle equation editor. Requires filter_easychem.
The edu-sharing atto plugin adds the option to embed all kinds of edu-sharing content to all WYSIWYG fields. The new button will open the edu-sharing search engine and let you pick an item embed. Audio and video-files will be embedded with a player. Documents will be represented by a link. You may pick which version of the content you would like to provide in the course (always the latest vs. the version you just picked)
An Atto editor plugin for use with the embed questions filter.
In order for the MEDIAL Video Assignment Activity to launch from the text editor you must install this Atto Plugin. MEDIAL Video Assignment Activity allows Teachers and Students to create and respond to Video Assignments that are uploaded and cataloged in MEDIAL (a video streaming media library) rather than Moodle itself.
Mathslate is a customizable graphical tool for constructing mathematics within Moodle. This plugin adds the tool to the Atto editor. It may be used in addition to or as a replacement for other formula editors.
Moodle Atto Editor plugin for TeX/MathJax Matrices and Arrays.
This plugin will make the creation of multilingual contents on Moodle much more easier with Atto editor.
PasteSpecial button for Atto reduces clutter when pasting from non-Atto text editors.
An Atto editor plugin that shows a preview of the filtered editor content.
Creates a button visible to teachers that inserts a text link, question number and display mode into Moodle editable text with delimiter tags which will be picked up by moodle_filter_simplequestion.
Add audio and video annotations to text, anywhere an Atto text editor is present. This plugin adds buttons for recording audio or video (with audio) to the editor's toolbar. Using WebRTC technologies, all recording is done instantly in the browser. After recording, users can embed the annotation directly into the text they are currently editing. The recording will appear as an audio or video player in the published writing.
Simple image "paint like" editor for atto.
Easily draw and insert chemical structures using MarvinJS. Requires MarvinJS from Chemaxon.
This is an atto plugin for Moodle which allows the administrator to define a set of predefined templates which a teacher can insert into their course pages.
Type and handwrite mathematical notation in Moodle with MathType.
An Atto editor plugin to help create embedded answer questions
Instantly listen to any web page in the web browser or using a podcast player.
Send As Podcast turns any web article into an audio podcast using the latest AI and lets you listen to it!

- It sounds like an audiobook (demo at https://audiblogs.com)
- Your own, private podcast channel. 
- Use your own podcast player to listen.
- Or use our web-based podcast player to listen.
- Supported languages: English, Spanish, Arabic, Chinese, Danish, Dutch, French, German, Hindi, Italian, Japanese, Korean, Polish, Portuguese, Romanian, Russian, Swedish, Turkish
<<list-links "[tag[AudioAssets]sort[title]]">>
AUMBI “Absolute USB MultiBoot Installer” is a tool for copy a Operating system from ISO file to USB Key.
This tool make easy install or test of your favourite Linux Operating system.
The Portable Linux operating system it can be run from any PC and independently can select the type of architecture, among other things, that way you could use a Linux distribution even in persistent mode, which preserves your files.
* [[SQRL|]]
* BrowserID
* Central Authentication Service
* Information Card
* Light-weight Identity
* OAuth
* OpenID Connect
* Single sign-on
* WebID
* FIDO Alliance
The Sebsoft Anti Hammering Authentication Plugin offers you the possibility to prevent hammering your login system. This plugin can be configured to "smart detect" so called hammering on IP basis or for users in general.
A CAS (SSO) authentication module for Moodle that uses released attributes rather than LDAP for user information.
Provides email-based self-registration with admin confirmation instead of user confirmation.
Email One-Time Password Authentication.
This auth plugin combines the best of both email based signup and self enrolment keys into a streamlined process making it much faster for students to get into a course. For the student it saves around 9-10 clicks and avoids context switching between a browser and their email client where they can become easily become disengaged or run into issues if their email is unavailable.
Auto assign parents, mentors or managers a role to users based on a custom profile field.
This authentication plugin helps to manage manual accounts being accessed only by the list of restricted IPs.
Provides Single Sign On between Joomla and Moodle, showing Moodle contents in Joomla, search Moodle contents from Joomla, showing Moodle inside a wrapper, selling courses through e-commerce extensions, integration with other 3rd party components such as Jomsocial or Community Builder...
Moodle authentication plugin which provides all functionality of auth_ldap, but supports advanced features for the LDAP synchronization task and LDAP authentication.
LenAuth is a plugin for easy OAuth authorize methods via social networks: Facebook, Google, Yahoo, Twitter, VK, Yandex, Mail.Ru. Easy integrate methods to Moodle theme and a lot of settings.
Allows sysadmin to force redirection to certain pages upon login or logout.
SAML Authentication plugin based on the simplesamlphp software. (Also install the SAML Enrolment plugin if you want auto-enrol based on SAML)
This plugin does authentication, user auto creation with field mapping.
This is a plugin that makes Moodle an Identity Provider site: other application can use Moodle as a login portal. Requires SimpleSAMLphp, configured as IdP: https://simplesamlphp.org/docs/stable/simplesamlphp-idp.
This authentication plug-in prevents that each one Moodle user has more than one active session simultaneously.
This Moodle plugin attempts to check HIBP's list of exposed passwords. Enabling your learners to be informed if their password has ever been involved in a data breach.
<$list filter="[all[current]tagging[]tagging[]sort[title]]" variable="item">
<$tiddler tiddler=<<item>>>
<h3><$link><$view field=title/></$link></h3>
</$tiddler>
<blockquote><b><<currentTiddler>>:</b>
<$list filter="[<item>tags[]] +[tag<currentTiddler>]">
<$link><$view field=title/></$link>
</$list>
</blockquote>
</$list>
Automated follow up emails and mail merge
Gmail Auto Follow Up is a Google Chrome Extension that helps you follow up with your clients or prospects. Just set up a sequence of emails to send to your prospects over time from your Gmail. 

✅Take advantage of all your opportunities and close more business. 
✅Save time and get more done with automated outreach emails to prospects. 
✅Always be visible to your clients in their inbox. 

Let’s say you meet a lot of people at a networking event. You want to email all of them to explore opportunities, but it’s hard to follow up with so many people. Gmail Auto Follow Up makes it easy to reach your clients. It automates the process for you with personalized emails to multiple contacts with just a few clicks. 

Features include: 

👉 Mail merge so that you can send out bulk email messages that look personalized.
👉 Simple-to-set-up, automated email responses.
👉 Email tracking so that you know who read your emails, and when. 
👉 Gmail email templates so that your emails can either be beautiful html-based templates, or just simple text-based templates. The choice is yours!
👉 Video email so that you can record yourself in an email via video so that you can "speak" to your audience.
👉 Screencasting so that you can demonstrate something on your screen. 
👉 The ability to link back to your CRM, like Salesforce.

All this, right from your Gmail account! There's no 3rd party website you'll need to learn or visit.

Whether you're a:
👨🏾‍💼A busy professional, and you want to follow up with 40 new potential clients whose cards you just picked up at a convention last week.
👩‍🏫An overworked teacher that needs to schedule 75 parent/teacher conferences.
👨🏿‍⚖️A lawyer who needs to constantly remind his clients that they need to send their emails for discovery.
👩🏽‍💼A realtor who wants to send out her latest listing to your clients.
👨🏼‍🎓A job seeker who wants to make sure that they're automatically following up with recruiters.
👰🏻🤵🏽Or maybe you’re getting married and you need to remind 150 of your friends to RSVP.
* AlternateAutoType 2.x
* Adds hot keys for alternative auto-type sequences.
* AutoTypeCustomFieldPicker 2.x
* Allows to pick a custom field during auto-type.
* AutoTypeSearch 2.x
* Provides quick searching as enhancement to global auto-type.
* AutoTypeShow 2.x
* Shows an entry after auto-typing.
* AutoTypeSplitter 2.x
* Splits auto-typing into distinct parts.
* CheckPasswordBox 2.x
* Prevents auto-typing passwords into wrong places.
* Cycle Input Focus Plus 1.x 2.x
* Browser extension to automate navigation during auto-type.
* Disambiguator 2.x
* Allows matching by application name and control properties.
* HotKeyEnabler 2.x
* Allows to add entry-specific system-wide auto-type hot keys.
* KeePasser 1.x 2.x
* Allows auto-typing into webforms based on URLs (Internet Explorer and Maxthon).
* PickCharsDeferred 2.x
* Changes the behavior of {PICKCHARS}.
* RDCAutoTypeAndTCATO 2.x
* RDC auto-type support and improved TCATO selection.
* TAN Placeholder 2.x
* Adds support for a placeholder that retrieves a TAN.
* TCATO Placeholder 2.x
* Allows to enable/disable TCATO per auto-type sequence.
* URL in Title Bar 1.x 2.x
* Browser extensions that show the current URL in the title bar (for multiple browsers).
* WebAutoType 2.x
* Allows auto-typing into webforms based on URLs (multiple browsers).
* 
AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on text, image, and tabular data.
https://sourceforge.net/projects/autogtd/
*https://github.com/letsencrypt/boulder
* SmallStep
* LuttuceEncrypt
*https://github.com/certbot/certbot
*https://github.com/win-acme/win-acme
* https://github.com/puppeteer/puppeteer
* https://github.com/huginn/huginn
* https://github.com/ariya/phantomjs
* https://github.com/n8n-io/n8n
* https://github.com/timgrossmann/InstaPy
*https://www.bisok.com/grooper-data-capture-method-features/
*https://fastlane.tools/





*https://automatetheboringstuff.com/



[[KPScript]]
Autoware is the world's first "all-in-one" open-source software for self-driving vehicles. The capabilities of Autoware are primarily well-suited for urban cities, but highways, freeways, mesomountaineous regions, and geofenced areas can be also covered. The code base of Autoware is protected by the Apache 2 License. Please use it at your own discretion. For safe use, we provide a ROSBAG-based simulation environment for those who do not own real autonomous vehicles. If you plan to use Autoware with real autonomous vehicles,
Restrict module and section access based on course completion.
This plugin allows teachers to add activities with restriction based on the student course completion progress.
This plugin allows opening closing activity or sections at a day shift delay after course start or user enrolment in course.
This plugin enables integration with Examus Proctoring System to provide supervision over test takers. Examus utilizes face and emotion recognition technology to analyze users' behavior during the test.
Restrict access to course content until students reach the required level in the Block Game.
With this plugin you can choose if an activity, resource or a complete section is (or is not) visible for users accessing the course via the Mobile app.
This plugin allows restricting access of activities and resources in your course based on other course completion status.
This is a Moodle conditional availability rule, which makes it possible to show or hide another resource, based on the state of one particular question in one quiz.
Restrict module and section access based on a relative date.
Moodle availability plugin which lets users restrict resources, activities and sections based on roles
Stash availability is used in conjunction with block_stash to allow items from the stash to determine the availability of course activities. #game #gamification
Restrict access to course content until students reach the required level.
There are three types of VHDs that you can create:

* ''Fixed-size VHD''. A fixed-size VHD is configured with a disk size that is allocated in full when the VHD is created. For example, a fixed-size VHD with a configured size of a 100 GB allocates the entire 100 GB at the moment the VHD is created. This configuration is best for performance and guarantees available disk space.

* ''Dynamically expanding VHD''. A dynamically expanding VHD is created as a small file with an initial size of around 250 KB. As data is written to the VHD, it expands until it reaches its maximum size (which is configured when the file is created). Note that as a dynamically expanding VHD expands, the host volume could run out of space and cause the write operations to fail. Therefore, you should consider using fixed-size VHDs or configuring the VHD as discussed in Step 12 of Scenario 3: Performing an Advanced Deployment of Native Boot VHDs.

* ''Differencing VHD''. A differencing VHD is similar to a dynamically expanding VHD in respect to how it grows as data is written to it. However, differencing VHDs have a parent/child relationship between two disks. The child disk (the differencing VHD) holds the differences and grows when data is written to it. The parent disk remains read-only and it cannot be modified, which prevents data corruption. The parent file can be a fixed-size, dynamically expanding, or another differencing VHD. The latter will create a differencing disk chain.
A name should not duplicate the context in which it is defined. Always remove the context from a name if that doesn't decrease its readability.

```js
class MenuItem {
  /* Method name duplicates the context (which is "MenuItem") */
  handleMenuItemClick = (event) => { ... }

  /* Reads nicely as `MenuItem.handleClick()` */
  handleClick = (event) => { ... }
}
```
Do **not** use contractions. They contribute to nothing but decreased readability of the code. Finding a short, descriptive name may be hard, but contraction is not an excuse for not doing so.

```js
/* Bad */
const onItmClk = () => {}

/* Good */
const onItemClick = () => {}
```
# Awesome Agile [![Awesome](https://awesome.re/badge.svg)](https://github.com/sindresorhus/awesome)

Awesome List of resources on Agile Software Development.

*"When to use iterative development? You should use iterative development only on projects that you want to succeed." - Martin Fowler*

## Contents
- [The Fundamentals](#the-fundamentals)
- [Key Concepts](#key-concepts)
- [Agile Adoption](#agile-adoption)
- [Team and Roles](#team-and-roles)
- [Engineering](#engineering)
- [Product Development](#product-development)
- [User Stories and Estimation](#user-stories-and-estimation)
- [Ceremonies](#ceremonies)
- [Metrics](#metrics)
- [Agile Leadership](#agile-leadership)
- [Blogs and Podcasts](#blogs-and-podcasts)

## The Fundamentals
- [Agile Manifesto](http://agilemanifesto.org)
- [Agile Principles](https://www.agilealliance.org/agile101/12-principles-behind-the-agile-manifesto)
- [Agile Glossary](https://www.solutionsiq.com/agile-glossary)
- [Agile Mindset](https://www.cio.com.au/article/609763/more-agile-need-mindsets-change)
- [Periodic Table of Agile Principles and Practices](https://www.niceideas.ch/Agile_table.pdf) - by Jerome Kehrli 

## Key Concepts
- [Extreme Programming (XP)](Extreme-Programming-XP.md)
- [Kanban](Kanban.md)
- [Lean](Lean.md)
- [Scrum](Scrum.md)
    
## Agile Adoption
- [Antipatterns](Antipatterns.md)
- [Case Studies](Case-Studies.md)
- [Patterns](Agile-Adoption-Patterns.md)

## Team and Roles
- [Team](Team.md) (includes resources on Team Building, Teamwork, Great Teams and Team Dysfunctions)
- [Product Owner](Product-Owner.md)
- [Scrum Master](Scrum-Master.md)
- [Agile Coach](Agile-Coach.md)

## Engineering
- [Acceptance Testing](Acceptance-Testing.md)
- [Agile Architecture](https://www.youtube.com/watch?v=VjKYO6DP3fo&t=12s)
- [Agile Engineering Self Assessment](http://wall-skills.com/2016/agile-engineering-self-assessment/)
- [Behaviour Driven Development (BDD)](Behaviour-Driven-Development-BDD.md)
- [Code Reviews](Code-Review.md)
- [Continuous Delivery](Continuous-Delivery.md)
- [Continuous Integration](Continuous-Integration.md)
- [Domain Driven Design (DDD)](Domain-Driven-Design-DDD.md)
- [Feature Flag Driven Development](Feature-Flag-Driven-Development.md)
- [InnerSource](InnerSource.md)
- [Pair Programming](Pair-Programming.md)
- [Refactoring](Refactoring.md)
- [Test Driven Development (TDD)](Test-Driven-Development-TDD.md)
- [Technical Debt](Technical-Debt.md)

## Product Development
- [A/B Testing](A-B-Testing.md)
- [Design Sprint](Design-Sprint.md)
- [Design Thinking](Design-Thinking.md)
- [Objectives and Key Results (OKRs) and Radical Focus](Objectives-and-Key-Results-OKRs.md)
- [Product Backlog](Product-Backlog.md)
- [Product Management](Product-Management.md)
- [Product Roadmap and Prioritisation](Product-Roadmap-and-Prioritisation.md)    
- [Minimum Viable Product (MVP)](Minimum-Viable-Product-MVP.md)

## User Stories and Estimation
- [Epics](Epic.md)
- [User Stories](User-Stories.md)
- [User Story Splitting](Story-Splitting.md)
- [User Story Mapping](Story-Mapping.md)
- [Estimation](Estimation.md)
- [Definition of Done](Definition-of-Done.md)
- [Definition of Ready](Definition-of-Ready.md)

## Ceremonies
- [Backlog Refinement](Backlog-Refinement.md)
- [Daily Standup](Daily-Standup-Meeting.md)
- [Retrospectives](Retrospectives.md)
- [Sprint Demo](Sprint-Demo.md)
- [Sprint Planning](Sprint-Planning.md)
    
## Metrics
- [Metrics](Metrics.md)

## Agile Leadership
- [7 Lessons Agile Can Teach Us about Leadership](https://www.agileconnection.com/article/7-lessons-agile-can-teach-us-about-leadership) - by Ryan Ripley
- [Decisions](Decisions.md)
- [Management 3.0](Management-3.0.md)

## Blogs and Podcasts
- [The Agile Revolution Podcast - The Podcast That Is Everything Agile, Lean and Kanban](https://theagilerevolution.com)
- [J.D. Meier's Blog - Agile Results, Digital Business Transformation, and Program Management](https://blogs.msdn.microsoft.com/jmeier)
- [Agile Archives - Atlassian Blog](https://www.atlassian.com/blog/agile)
- [DZone Agile](https://dzone.com/agile-methodology-training-tools-news)
- [Blog - Agile Alliance](https://www.agilealliance.org/community/blog)
- [Mike Cohn's Blog at Mountain Goat Software](https://www.mountaingoatsoftware.com/blog)
- [Resources Archive - SolutionsIQ](https://www.solutionsiq.com/resource)
- [Blog – Gamestorming](http://gamestorming.com/blog)


## Contribute Your Favourites
Please share your favourite agile software development resources (books, articles, videos, podcasts) by adding them to this list. Review the [contributor guidelines](CONTRIBUTING.md) and make a pull request.

## FAQ
- [How can I submit a link or ask a question?](#how-can-i-submit-a-link-or-ask-a-question)
- [How can I get more info on missing topic?](#how-can-i-get-more-info-on-missing-topic)

### How can I submit a link or ask a question?
For submissions, follow the [contributing guidelines](CONTRIBUTING.md). For questions, go ahead and post an issue in our Issues Tracker.

### How can I get more info on missing topic?
If there is a topic you would like this list to include submit it via the Issues Tracker.


### License

[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
# Awesome Beaver Builder Extensions
Extensions for the awesome [Beaver Builder](https://www.wpbeaverbuilder.com/) page builder plugin for WordPress.

## Table Of Contents
* [Modules](#modules)
* [Custom Field Types](#custom-field-types)
* [Add-on Plugins and Libraries](#add-on-plugins--libraries)
* [Layouts](#layouts)
* [Beaver Builder Friendly Themes](#beaver-builder-friendly-themes)
* [Beaver Builder Child Themes](#beaver-builder-child-themes)
* [Beaver Builder Reference](#beaver-builder-reference)
* [Common Snippets](#common-snippets)

## Modules
Modules to add to your theme or plugin
* [ZestSMS Map](https://github.com/ZestSMS/BB-Override-Modules)
* [Beaver Builder Google Maps Module](https://github.com/thierrypigot/beaver-builder-googlemaps)
* [Custom Beaver Builder Icon Module](https://github.com/thierrypigot/bb-custom-icon-module)
* [Custom Module for Beaver Builder](https://github.com/bacoords/cb-custom-modules)
* [Timeline for Beaver Builder](https://wordpress.org/plugins/timeline-for-beaver-builder/)
* [Layout Module for Beaver Builder](https://github.com/thierrypigot/bb-layout)
* [Related Content Module for Beaver Builder](https://github.com/johnbuck/bb-related-content)
* [Advanced Posts Module for Beaver Builder](https://github.com/johnbuck/bb-advanced-posts)
* [Yoast Breadcrumbs Module for Beaver Builder](https://github.com/johnbuck/bb-yoast-breadcrumbs)
* [Beaver Builder Imagebox Module](https://wordpress.org/plugins/imagebox-module/)
* [Kntnt's Any Term for Beaver Builder Page Builder](https://wordpress.org/plugins/kntnts-bb-any-term/)
* [Beaver Charts – Beaver Builder Chart Module](https://wordpress.org/plugins/fd-beaver-charts/)
* [Dadevarzan Beaver Builder Modules](https://wordpress.org/plugins/dadevarzan-beaver-builder-modules/)
* [Vapor Modules for Beaver Builder](https://wordpress.org/plugins/bb-vapor-modules/)
* [DeskAddons for Beaver Builder – Lite](https://wordpress.org/plugins/deskaddons-for-beaver-builder-lite/)

## Custom Field Types
These are additional settings field types to use in your custom modules.
* [PDF Field Type](https://github.com/ZestSMS/BB-PDF-field)
* [Date Picker](https://github.com/ZestSMS/BB-fields)
* [Location](https://github.com/ZestSMS/BB-fields)
* [Time Picker](https://github.com/ZestSMS/BB-fields)
* [Time Range](https://github.com/ZestSMS/BB-fields)
* [Post Select](https://github.com/ZestSMS/BB-fields)
* [Select2 Drop-Down](https://github.com/ZestSMS/BB-fields/tree/master/fields/select2)

## Add-On Plugins & Libraries
* [Beaverlodge Plugin](https://beaverlodgehq.com/downloads/beaverlodge-plugin/)
* [ZestSMS Field Types Bundle](https://github.com/ZestSMS/BB-fields)
* [BB Templates as Headers](https://github.com/jatacid/bb-template-as-header/)
* [Beaver Builder TinyMCE Advanced Icon Fix](https://wordpress.org/plugins/r3df-beaver-builder-tinymce-advanced-icon-fix/)
* [Beaver Builder Toolbox](https://github.com/thierrypigot/beaver-builder-toolbox)
* [Beaver Builder theme header manager](https://github.com/thierrypigot/beaver-builder-theme-header-manager)
* [Dashboard Welcome for Beaver Builder](https://wordpress.org/plugins/dashboard-welcome-for-beaver-builder/)
* [Template Widget for Beaver Builder](https://wordpress.org/plugins/template-widget-for-beaver-builder/)
* [Beaver Builder Templates for Genesis](https://github.com/crowdfavorite/bb-templates-genesis)
* [Column Separator for Beaver Builder](https://wordpress.org/plugins/column-separator-for-beaver-builder/)
* [Pods Beaver Themer Add-On](https://wordpress.org/plugins/pods-beaver-builder-themer-add-on/)
* [Genesis Dambuster](https://wordpress.org/plugins/genesis-dambuster/)
* [BB Delete cache](https://wordpress.org/plugins/bb-delete-cache/)
* [Beaverlodge Transparent Header](https://wordpress.org/plugins/beaverlodge-transparent-header/)
* [Beaverlodge Logout](https://wordpress.org/plugins/beaverlodge-logout/)
* [Fullwidth Templates for Any Theme & Page Builder](https://wordpress.org/plugins/fullwidth-templates/)
* [Beaver Builder Header Footer](https://wordpress.org/plugins/bb-header-footer/)
* [Beaver Builder Custom Dashboard Plugin](https://github.com/bluedognz/beaverbuilder-custom-dashboard)
* [Dynamic Template Switchboard for Beaver Builder](https://github.com/simbasounds/Dynamic-Template-Switchboard-for-Beaver-Builder-and-Dynamik)
* [Bootstrap Alerts For Beaver Builder](https://wordpress.org/plugins/bb-bootstrap-alerts/)
* [Expandable Row for Beaver Builder](https://wordpress.org/plugins/expandable-row-for-beaver-builder/)
* [WPD BB Additions](https://wordpress.org/plugins/wpd-bb-additions/)
* [Beaver Builder Peek-a-boo](https://wordpress.org/plugins/peek-a-boo-for-beaver-builder/)
* [BWPD Beaver Popups](https://wordpress.org/plugins/wpd-beaver-popups/)
* [Ninja Beaver Add-ons for Beaver Builder](https://wordpress.org/plugins/ninja-beaver-lite-addons-for-beaver-builder/)
* [FacetWP integration with Beaver Builder](https://github.com/FacetWP/facetwp-beaver-builder)
* [Addons for Beaver Builder](https://wordpress.org/plugins/addons-for-beaver-builder/)
* [Beaver Builder + Amazon S3](https://github.com/liquidweb/beaverbuilder-s3)
* [Timed Content For Beaver Builder](https://wordpress.org/plugins/timed-content-for-beaver-builder/)
* [Beaver Lister](https://wordpress.org/plugins/wpbw-beaver-lister/)
* [Add Beaver Builder Support to Storefront Child Theme](https://gist.github.com/helgatheviking/617187f95c528f5cabf58c1d0f8ebc9f)
* [Custom Fonts For Beaver Builder](https://wordpress.org/plugins/custom-fonts-for-beaver-builder/)
* [Bridge Addons – Addons for Beaver Builder](https://wordpress.org/plugins/custom-fonts-for-beaver-builder/)
* [Toolbox for Beaver Builder](https://wordpress.org/plugins/bb-toolbox/)
* [Meta Box – Beaver Themer Integrator](https://wordpress.org/plugins/meta-box-beaver-themer-integrator/)
* [Image Carousel Addon for Beaver Builder](https://wordpress.org/plugins/image-carousel-addon-for-beaver-builder/)
* [Easy ACF Connect For Themer](https://wordpress.org/plugins/easy-acf-connect-for-themer/)
* [WPZOOM Addons for Beaver Builder](https://wordpress.org/plugins/wpzoom-addons-for-beaver-builder/)
* [Logic Hop Personalization for Beaver Builder Add-on](https://wordpress.org/plugins/logic-hop-beaver-builder/)
* [Fast Beaver Control](https://wordpress.org/plugins/fast-beavercontrol/)
* [Modules Kit – Beaver Builder Modules](https://wordpress.org/plugins/modules-kit/)
* [Alerts for Beaver Builder](https://wordpress.org/plugins/bb-bootstrap-alerts/)
* [Filterable Photo Gallery Addon For Beaver Builder](https://wordpress.org/plugins/filterable-photo-gallery-beaver-builder-elementor/)
* [Responsive UI for Beaver Builder](https://wordpress.org/plugins/responsive-ui-for-beaver-builder/)
* [Filterable Portfolio For Beaver Builder Elementor](https://wordpress.org/plugins/filterable-portfolio-for-beaver-builder-elementor/)

## Layouts
Have you designed a layout you'd like to share? Shoot me a link!

## Beaver Builder friendly Themes
Know of a free or premium theme with great [Beaver Builder](http://www.wpbeaverbuilder.com) support? Send me the link!
* [GeneratePress](https://generatepress.com/)
* [OceanWP](https://oceanwp.org/)
* [OceanWP Child Theme](https://github.com/oceanwp/oceanwp-child-theme)
* [Genesis](http://my.studiopress.com/themes/genesis/)
* [Actions](https://wordpress.org/themes/actions/)
* [Astra](https://wordpress.org/themes/astra/)
* [Astra Child Theme](https://github.com/brainstormforce/astra-child)
* [Blocksy](https://wordpress.org/themes/blocksy/)
* [Blocksy Child Theme](https://creativethemes.com/downloads/blocksy-child.zip)

## Beaver Builder Child Themes
* [GBeaver](http://gbeaver.com/)
* [Beaver Builder Child theme with Gulp](https://github.com/stephengreer08/bb-theme-child)
* [Beaver Builder Child Theme Generator](https://wpbeaveraddons.com/beaver-child-theme-generator/)

## Beaver Builder Reference
* [Beaver Builder Plugin Hooks](http://hooks.wpbeaverbuilder.com/bb-plugin/)
* [Beaver Themer Hooks](http://hooks.wpbeaverbuilder.com/bb-themer/)
* [Beaver Builder Theme Hooks](http://hooks.wpbeaverbuilder.com/bb-theme/)

## Common Snippets

How to check if a page is using a builder layout:
```php
<?php
// Include this function in functions.php of your theme.
function is_builder_layout() {
  if (class_exists( 'FLBuilderModel' ) && FLBuilderModel::is_builder_enabled()) return true;
  return false;
}

// Inside page.php, single.php, or singular.php use is_builder_layout() to determine what kind of layout to display.
if (is_builder_layout()) {
  // big wide open edge-to-edge space for builder to use.
} else {
  // default page layout, two column w/ sidebar maybe? Go nuts.
}
?>
```

How to default new pages to use Beaver Builder instead of the WordPress Editor.
```php
function make_beaver_builder_default_editor( $post_ID, $post, $update ) {

  // Enable BB Editor by default?
  $enabled = true;

  // On the first insert (not an update), set BB enabled to true.
  if (!$update) {
    update_post_meta( $post_ID, '_fl_builder_enabled', $enabled );
  }
}
add_action('wp_insert_post', 'make_beaver_builder_default_editor', 10, 3 );
```

There is also a nice collection of [CSS Snippets for the BB Plugin](https://www.wpbeaverbuilder.com/kb/css-snippets-plugin/) and [CSS Snippets for the BB Theme](https://www.wpbeaverbuilder.com/kb/css-snippets-theme/) on the [knowledge base](https://www.wpbeaverbuilder.com/knowledge-base/)

Hope this was helpful.

For any missing resources, please add them as issues. https://github.com/lukecav/awesome-beaver-builder/issues
# Awesome Culture [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A curated list of awesome thought on tech culture. Inspired by the various `awesome-*` projects

This is an ever-evolving list, and thus a continual work in progress. Feel free to contribute! Please follow the [pull request](https://help.github.com/articles/using-pull-requests/) model ;)

NB: _There will be duplicates!_ If a resource falls under multiple categories, it will be placed under each section.

# Table of Contents
- [Manifestos](https://github.com/expede/awesome-culture/blob/master/README.md#manifestos)
- [Company Ethos](https://github.com/expede/awesome-culture/blob/master/README.md#company-ethos)
- [Lessons Learned](https://github.com/expede/awesome-culture/blob/master/README.md#lessons-learned)
- [Quality of Life](https://github.com/expede/awesome-culture/blob/master/README.md#quality-of-life)
- [Engineering Management](https://github.com/expede/awesome-culture/blob/master/README.md#engineering-management)
- [Work Space](https://github.com/expede/awesome-culture/blob/master/README.md#work-space)
- [Hiring](https://github.com/expede/awesome-culture/blob/master/README.md#hiring)
- [Interviewing](https://github.com/expede/awesome-culture/blob/master/README.md#interviewing)
- [Inspiration](https://github.com/expede/awesome-culture/blob/master/README.md#inspiration)
- [Diversity](https://github.com/expede/awesome-culture/blob/master/README.md#diversity)
- [Miscellaneous](https://github.com/expede/awesome-culture/blob/master/README.md#miscellaneous)

# Manifestos
- [Here's to the crazy ones (Apple)](https://www.youtube.com/watch?v=8rwsuXHA7RA)
- [Code & Coffee Manifesto](https://github.com/Code-and-Coffee-YVR/how-to-organize/blob/master/Manifesto.md)
  - Full disclaimer: [@expede](https://github.com/expede/) (repo owner) helps organize [Code & Coffee](http://www.meetup.com/Code-Coffee-Vancouver/)
- [Humane Development](http://humanedevelopment.org)
  - [RailsConf 2015 Presentation](https://www.youtube.com/watch?v=-ZLYxLjwNWo)

# Company Ethos
- [How GitHub Works](http://zachholman.com/posts/how-github-works/)
- [bjeanes/culture](https://github.com/bjeanes/culture/blob/master/culture_and_ethos.md)
- [Buffer Culture](http://www.slideshare.net/Bufferapp/buffer-culture-02)
- [How GitHub Works](https://vimeo.com/43684882)
  - [Slides](https://speakerdeck.com/holman/how-github-works-v2)

# Lessons Learned
- [Patty McCord: A Culture of Innovation](https://www.youtube.com/watch?v=o3e1lnixKBM)

# Quality of Life
- [Your Lifestyle Has Already Been Designed](http://www.raptitude.com/2010/07/your-lifestyle-has-already-been-designed/)
- [How GitHub Works](https://vimeo.com/43684882)
  - [Slides](https://speakerdeck.com/holman/how-github-works-v2)
- ["Vacations are for the weak"](http://sethbannon.com/vacations-are-for-the-weak)
- ["Silence is for the Weak"](http://blog.circleci.com/silence-is-for-the-weak/)
- [work-for-a-remote-culture](http://www.higginsninja.net/Blog/work-for-a-remote-culture/)
- [What makes us feel good about our work?](http://www.ted.com/talks/dan_ariely_what_makes_us_feel_good_about_our_work#t-175528)
- [How to make work-life balance work](https://www.ted.com/talks/nigel_marsh_how_to_make_work_life_balance_work)

# Engineering Management
- [Why Firing Brilliant Assholes Is Required to Build a Great Engineering Culture](http://firstround.com/review/why-firing-brilliant-assholes-is-required-to-build-a-great-engineering-culture/)
- [Building a strong engineering culture](https://www.slideshare.net/kevingoldsmith/building-a-strong-engineering-culture-my-talk-from-bbc-develop-2013)
- [DevOps Culture](https://martinfowler.com/bliki/DevOpsCulture.html)

# Work Space
- ["Silence is for the Weak"](http://blog.circleci.com/silence-is-for-the-weak/)
- [work-for-a-remote-culture](http://www.higginsninja.net/Blog/work-for-a-remote-culture/)

# Hiring
- [Patty McCord: A Culture of Innovation](https://www.youtube.com/watch?v=o3e1lnixKBM)
- [Why Firing Brilliant Assholes Is Required to Build a Great Engineering Culture](http://firstround.com/review/why-firing-brilliant-assholes-is-required-to-build-a-great-engineering-culture/)
- [What Company Culture Is and Is Not](https://moz.com/rand/what-company-culture-is-and-is-not/)
- [Never, Ever Compromise: Hiring For Culture Fit](http://blog.eladgil.com/2012/04/never-ever-compromise-hiring-for.html)
- [People matter most](https://martinfowler.com/bliki/PeopleMatterMost.html)

# Interviewing
- [Why We Don't Ask Technical Questions for Technical Interviews at Buffer](https://medium.com/buffer-posts/why-we-dont-ask-technical-questions-for-technical-interviews-at-buffer-73f8132a8abd)
- [You suck at technical interviews](http://seldo.com/weblog/2014/08/26/you_suck_at_technical_interviews)
- [Never, Ever Compromise: Hiring For Culture Fit](http://blog.eladgil.com/2012/04/never-ever-compromise-hiring-for.html)

# Inspiration
- [Value Handbook for New Employees](http://assets.sbnation.com/assets/1074301/Valve_Handbook_LowRes.pdf)
- [How GitHub Works](https://vimeo.com/43684882)
  - [Slides](https://speakerdeck.com/holman/how-github-works-v2)

# Diversity
- [Recurse Center (previously Hacker School)](https://www.recurse.com/diversity)
- [Django Community Diversity Statement](https://www.djangoproject.com/diversity/)
- [Diversity Debt: How Much Does Your Startup Have?](https://medium.com/@abarrica/startups-diversity-debt-and-what-to-do-about-it-cd385364506#.37de3laye)

# Miscellaneous
- [What Company Culture Is and Is Not](https://moz.com/rand/what-company-culture-is-and-is-not/)
- [Kindness is Underrated](http://blog.circleci.com/kindness-is-underrated/)
- [Be Kind](http://boz.com/articles/be-kind.html)
- [Why It's Safe for Founders to Be Nice](http://paulgraham.com/safe.html)
- [What makes us feel good about our work?](http://www.ted.com/talks/dan_ariely_what_makes_us_feel_good_about_our_work#t-175528)
- [Valve Employee Handbook](http://www.valvesoftware.com/company/Valve_Handbook_LowRes.pdf)
- [Making 20% Time Work](http://begriffs.com/posts/2016-01-29-making-twenty-percent-time-work.html)
- [Why Spotify’s agile patterns work and why you shouldn’t copy them](https://zenexmachina.wordpress.com/2017/07/25/why-spotifys-agile-patterns-work-and-why-you-shouldnt-copy-them/)
- [Applying Design Thinking to HR and People Ops](https://www.ideou.com/blogs/inspiration/applying-design-thinking-to-hr-and-people-operations-at-fivestars)
# Awesome Database Design [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

> A collection of resources and tutorials to model entity relationship and design a better database schema.

## Preamble
I am a self taught programmer. I understand the frustation and joy of being a self taugh progrmmer. I have myself spent a lot of time to just find proper
resources for learning a new thing.
When it comes to database design, there are not that much resources on internet. You have to collect many pieces and build your knowledge.

Over the past couple of mongths, I've accumulated bookmarks, saved stackoverflow, dbexchange posts, youtube links, Udemy courses and GitHub stars all related to  schema design and entity modeling.
This list is my attempt to add structure to those resources and share them. Everything you need to get started on your first database design project.

## How to use this list
Some items in this list could easily fit in more than one category, so to make sure you find what you're looking for please use `Ctrl + F` (or `Cmd + F` on macOS).

### Youtube
- [Normalization - 1NF, 2NF, 3NF and 4NF](https://www.youtube.com/watch?v=UrYLYV7WSHM)
- [Database Conceptual Design| Entities and Relationships](https://www.youtube.com/watch?v=r0S5QqX1XpU)
- [Data Modeling - Complex Relationships](https://www.youtube.com/watch?v=ZTPAMJ9MzdY)
- [Database Conceptual Design| Entities and Relationships](https://www.youtube.com/watch?v=ZTPAMJ9MzdY)
- [conceptual, logical and physical design for a database](https://www.youtube.com/watch?v=RzbH-oumqpo)
- [Models for Hierarchical Data in SQL](https://www.youtube.com/watch?v=wuH5OoPC3hA)
- [Database Lessons](https://www.youtube.com/playlist?list=PL1LIXLIF50uXWJ9alDSXClzNCMynac38g)
- [B Trees and B+ Trees](https://www.youtube.com/watch?v=aZjYr87r1b8)
- [Introduction to RDBMS and design](https://www.youtube.com/watch?v=Jk0r7vbzzL0&list=PL7NE8oKPrqN4hlEczr_aGWgeCHO--6UNJ)
- [Database Sharding Crash Course (with Postgres examples)](https://www.youtube.com/watch?v=d1fXBLqnFvc&t)

### Stackoverflow
- [Represent inheritance in a database](https://stackoverflow.com/questions/3579079/how-can-you-represent-inheritance-in-a-database)
- [Inheritance in a database I](https://stackoverflow.com/questions/190296/how-do-you-effectively-model-inheritance-in-a-database)
- [Inheritance in a database II](https://stackoverflow.com/questions/554522/something-like-inheritance-in-database-design)
- [Storing hierarchical data in a relational database](https://stackoverflow.com/questions/4048151/what-are-the-options-for-storing-hierarchical-data-in-a-relational-database)
- [Database design for multiple language](https://stackoverflow.com/questions/929410/what-are-best-practices-for-multi-language-database-design)
- [Difference between identifying and non-identifying relationships](https://stackoverflow.com/questions/762937/whats-the-difference-between-identifying-and-non-identifying-relationships)
- [Database, Table and Column Naming Conventions](https://stackoverflow.com/questions/7662/database-table-and-column-naming-conventions)
- [Character set and Collation](https://stackoverflow.com/questions/341273/what-does-character-set-and-collation-mean-exactly)
- [Proper use of array in Postgresql](https://stac43912/what-are-the-proper-use-cases-for-the-postgresql-array-datatype)
- [Why do you create a View in a database?](https://stackoverflow.com/questions/1278521/why-do-you-create-a-view-in-a-database)
- [Best practices for multi-language database design](https://stackoverflow.com/questions/929410/what-are-best-practices-for-multi-language-database-design)

### dba.stackexchange
- [Super type/Sub type design pattern I](https://dba.stackexchange.com/questions/140604/implementing-subtype-of-a-subtype-in-type-subtype-design-pattern-with-mutually-e)
- [Super type/Sub type design pattern II](https://dba.stackexchange.com/questions/149904/how-to-model-an-entity-type-that-can-have-different-sets-of-attributes)
- [Using NULL properly- You decide ](https://dba.stackexchange.com/questions/5222/why-shouldnt-we-allow-nulls)


### Quora
- [Difference between NF, 2NF, and 3NF](https://www.quora.com/What-is-the-difference-between-NF-2NF-and-3NF)


### Blogs an Links
- [Managing hierarchical data in mysql](http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql/)
- [Managing hierarchical RDBSM](http://troels.arvin.dk/db/rdbms/links/#hierarchical)
- [SQL Training Videos](http://www.metamanager.com/cbt)
- [Premade Database Designs and Models](http://www.databaseanswers.org/data_models/)
- [Database design for multiple language](https://www.apphp.com/tutorials/index.php?page=multilanguage-database-design-in-mysql)
- [MySQL: Building the best INDEX for a given SELECT](http://mysql.rjweb.org/doc.php/index_cookbook_mysql#many_to_many_mapping_table)
- [Database Normalization Tutorial with example](http://dotnetanalysis.blogspot.com/2012/01/database-normalization-sql-server.html)
- [A guide to database performance for developers](https://use-the-index-luke.com/)
- [A Quick-Start Tutorial on Relational Database Design](https://www3.ntu.edu.sg/home/ehchua/programming/sql/Relational_Database_Design.html)
- [Database Journal - FEATURED DATABASE ARTICLES](https://www.databasejournal.com/)
- [Multilanguage Database Design in MySQL](https://www.apphp.com/tutorials/index.php?page=multilanguage-database-design-in-mysql)
- [8 Reasons Why MySQL's ENUM Data Type Is Evil](http://komlenic.com/244/8-reasons-why-mysqls-enum-data-type-is-evil/)

## Bonus - Off Topic
- [Ultimate guide to understanding CORS](https://softwareengineering.stackexchange.com/questions/252679/should-i-parse-xml-on-the-server-or-provide-a-proxy-and-let-the-browser-parse-it/253043#253043)
- [git pull Vs git fetch](https://stackoverflow.com/questions/292357/what-is-the-difference-between-git-pull-and-git-fetch/58743394#58743394)
# Awesome Digital Global Health [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

> Digital Global Health is an overarching discipline or a set of disciplines related the the use of information technology to improve the health of people around the globe.

A curated list of awesome Digital Global Health software, resources, and courses. Mostly free or open-source. Please feel free to [contribute](CONTRIBUTING.md)!

## Table of Contents

- [Electronic Health Records](#electronic-health-records)
- [mHealth](#mhealth)
- [Analytics](#analytics)
- [SMS Platforms](#sms-platforms)
- [Mobile Data Collection](#mobile-data-collection)
- [Books](#books)
- [Courses](#courses)
- [Papers](#papers)
  - [Evaluation and Monitoring](#evaluation-and-monitoring)

## Contents

### Electronic Health Records

* [OpenMRS](https://github.com/openmrs/openmrs-core) - Open source electronic health records.
* [Bahmi](https://github.com/bahmni) - Easy-to-use EMR & hospital system. It combines and enhances existing open source products into a single solution.
* [OpenELIS](https://github.com/Bahmni/OpenElis) - Open source laboratory information system (LIS) designed to act as a "software and business process framework for the robust functioning of public health laboratories."

### mHealth

* [Dimagi CommCare](https://github.com/dimagi/commcare-core) - Open source mobile data collection platform mobile platform for low-resource settings.
* [MIT SANA](https://github.com/SanaMobile/sana.mobile) - Open source and highly customizable end-to-end mobile telehealth platform.


### Analytics

* [DHIS 2](https://github.com/dhis2/dhis2-core) - Flexible, web-based open-source information system with awesome visualization features including GIS, charts and pivot tables.

### SMS Platforms

* [RapidPro](https://github.com/rapidsms/rapidsms) - An open source platform that allows anyone to build interactive messaging systems using an easy visual interface.
* [RapidSMS](https://github.com/rapidsms/rapidsms) - Flexible platform and modular components for building mobile services for large-scale data collection, managing complex workflows, and automating data analysis.
* [SMSSync](https://github.com/ushahidi/SMSSync) -  A simple, yet powerful SMS to HTTP sync utility that turns any Android phone into a local SMS gateway by sending incoming messages(SMS) to a configured URL (web service).

### Mobile Data Collection

* [Open Data Kit](https://github.com/opendatakit) - Free and open-source software for collecting, managing, and using data in resource-constrained environments.
* [KoBo Toolbox](https://github.com/kobotoolbox/kobo-docker) - A suite of tools for field data collection for use in challenging environments.
* [ONA](https://github.com/onaio/onadata) - Reliable mobile data collection, accessible visualization, seamless collaboration.

### Books

* [Global Health Informatics](https://mitpress.mit.edu/books/global-health-informatics) - Principles of eHealth and mHealth to Improve Quality of Care.

### Courses

* [EdX MOOC - Global Health Informatics to Improve Quality of Care](https://www.edx.org/course/global-health-informatics-improve-mitx-hst-936x)

### Papers

#### Evaluation and Monitoring

* [WHO Monitoring and evaluating digital health interventions](http://www.who.int/reproductivehealth/publications/mhealth/digital-health-interventions/en/) - A practical guide to conducting research and assessment.
* [Process evaluation of complex interventions: Medical Research Council guidance](http://www.bmj.com/content/350/bmj.h1258) - MRC framework for conducting and reporting process evaluation studies.
A collection of third party add-ons for Elementor page builder plugin.
# Awesome Gravity Forms

A collection of third party add-ons for [Gravity Forms](http://www.gravityforms.com/) plugin.

## Third-Party Add-Ons

- [Gravity Perks](https://gravitywiz.com/) - A WordPress plugin that allows you to effortlessly install and manage easy-to-use enhancements (aka "perks") for Gravity Forms.
- [Gravity Forms SendinBlue Add-On](https://wordpress.org/plugins/gravity-forms-sendinblue-add-on/) - If you use SendinBlue email service and the Gravity Forms plugin, you're going to want this plugin!
- [Gravity Forms Constant Contact](https://wordpress.org/plugins/gravity-forms-constant-contact/) - If you use Constant Contact email service and the Gravity Forms plugin, you're going to want this plugin!
- [Gravity Forms + Custom Post Types](https://wordpress.org/plugins/gravity-forms-custom-post-types/) - Gravity Forms allows you to create posts from a form submission using special Post Fields. By default, the submitted form will be created as a standard WordPress post. This plugin allows you to change the post type of the generated post.
- [Pods Gravity Forms Add-On](https://wordpress.org/plugins/pods-gravity-forms/) - If you are using Pods for custom post types, then you can create a new CPT post and map form fields to Pods custom fields.
- [Postmatic for Gravity Forms](https://wordpress.org/plugins/postmatic-for-gravity-forms/) - This simple plugin allows individuals to subscribe to Postmatic feeds using Gravity Forms.
- [Gravity Forms Encryptorator](https://gist.github.com/willmot/4155391) - Encrypt all Gravity Forms data on the way into the database using openssl public encryption, data can only be decrypted with the associated private key.
- [Gravity Forms + Typeform Addon](https://wordpress.org/plugins/typeform-addon-for-gravity-forms/) - Turn gravity forms into beautiful, mobile-friendly typeforms.
- [Gravity Forms + Accelerated Mobile Pages Addon](https://ampforwp.com/gravity-forms/) - Add Automatic Support for gravity forms for Accelerated Mobile Pages aka AMP Pages.
- [Automate Slack Invite Gravityforms](https://wordpress.org/plugins/automate-slack-invite-gravityforms/) - With this plugin, you can send auto slack invitation via email to user who submitted a gravity form.
- [Wrap form fields in Gravity Forms](https://wordpress.org/plugins/wrap-form-fields-in-gravity-forms/) - An add-on for Gravity Forms which allows you to wrap form items in a div with a custom class for styling purposes. Supports conditional statements.
- [Gravity Pre-submission Confirmation](https://wordpress.org/plugins/gravity-pre-submission-confirmation/) - This is an easy way to add a quick pre-submission confirmation page to your forms where users can preview the information entered in the form before they submit it.
- [Gravity Forms Duplicate Prevention](https://wordpress.org/plugins/gravity-forms-duplicate-prevention/) - This plugin adds silent duplicate detection to the popular Gravity Forms WordPress plugin.
- [Gravity Forms Sticky List](https://wordpress.org/plugins/gravity-forms-sticky-list/) - Sticky List is an add-on for the WordPress plugin Gravity Forms that lets you list and edit entries from the front end.
- [GravityView](https://gravityview.co/) - GravityView is the most simple and powerful way to display Gravity Forms entries on your website.
- [Inline Edit by GravityView](https://gravityview.co/extensions/gravityview-inline-edit/) - Inline Edit is easiest and fastest way to edit Gravity Forms entries. GravityView not required.
- [Gravity Forms Import Entries](https://gravityview.co/extensions/gravity-forms-entry-importer/) - The best way to import entries from a CSV into Gravity Forms.
- [Gravity Forms Calendar](https://gravityview.co/extensions/calendar/) - Display your Gravity Forms entries in a flexible calendar.
- [Gravity Forms Google Calendar - gfCalendar](http://gfcalendar.com/) - Create events in Google Calendar directly from your Gravity Forms without third-party services.
- [Gravity Flow](https://gravityflow.io/) - Gravity Flow is a form-based workflow platform for WordPress based on Gravity Forms which allows users to implement complex workflow processes quickly and easily using simple drag and drop configuration.
- [GF Chart](https://gfchart.com/) - GFChart is an extension to WordPress Gravity Forms. It empowers you to showcase a visual snapshot summary of form submissions - automatically.
- [WP Raw HTML Form Importer for Gravity Forms](https://wordpress.org/plugins/better-raw-html-form-import-to-gravity-forms/) - Better Raw HTML Form Importer will give you a list of all inputs displayed in a table with editable label, name and value.
- [Gravity Forms Advanced File Uploader](https://wordpress.org/plugins/gravity-forms-advanced-file-uploader/) - This is the Gravity Forms uploader plugin for those who need a little more than the default multi file upload of Gravity Forms.
- [Gravity Forms Salesforce Add-on](https://wordpress.org/plugins/gravity-forms-salesforce/) A Powerful Combination = This free Salesforce Add-On for Gravity Forms adds contacts into Salesforce automatically, making customer relationship management simple.
- [Forms: 3rd-Party Integration](https://wordpress.org/plugins/forms-3rdparty-integration/) - Send Gravity Forms forms Submissions to a 3rd-party Service, like a CRM. Multiple configurable services, custom field mapping. Provides hooks and filters for pre/post processing of results.
- [Gravity Forms Directory](https://wordpress.org/plugins/gravity-forms-addons/) - Gravity Forms is already the easiest form plugin...now, the Gravity Forms Directory & Addons plugin turns Gravity Forms into a great directory.
- [Gravity Forms Data Persistence Add-On Reloaded](https://wordpress.org/plugins/gravity-forms-data-persistence-add-on-reloaded/) - This plugin makes your Gravity Forms data-persistent.
- [Gravity Forms Google Analytics Event Tracking](https://wordpress.org/plugins/gravity-forms-google-analytics-event-tracking/) - This plugin provides an easy way to add Google Analytics event tracking to your Gravity Forms, allowing you to properly track form submissions as events/conversions within Google Analytics.
- [Gravity Forms Repeater Add-On](https://wordpress.org/plugins/repeater-add-on-for-gravity-forms/) - A Gravity Forms add-on that allows specified groups of fields to be repeated by the user.
- [HubSpot for Gravity Forms](https://wordpress.org/plugins/gravityforms-hubspot/) - If you’ve got a WordPress site that uses Gravity Forms, you’ve probably already spent time designing them to match your site and function the way you need - responsive, beautiful forms. Now, you or your client wants to integrate HubSpot and you need a way to get those contacts into your lead management funnel - well here’s your solution!
- [Gravity Forms Toolbar](https://wordpress.org/plugins/gravity-forms-toolbar/) - This small and lightweight plugin just adds a lot Gravity Forms related resources to your toolbar / admin bar. Also links to all admin settings pages pages of the plugin are included, making the life of form administrators/ developers a lot easier.
- [Gravity PDF](https://wordpress.org/plugins/gravity-forms-pdf-extended/) - Gravity PDF is the ultimate solution for generating digital PDF documents using Gravity Forms and WordPress.
- [Drip Email Campaigns + Gravity Forms](https://wordpress.org/plugins/drip-gravity-forms/) - Integrates Gravity Forms with personalized Email Marketing tool Drip.
- [Gravity Forms CLI Add-On](https://wordpress.org/plugins/gravityformscli/) - The Gravity Forms CLI Add-On allows WP-CLI users to manage forms and entries on the command line.
- [Real Time Validation for Gravity Forms](https://wordpress.org/plugins/real-time-validation-for-gravity-forms/) - This plugin ensures that users gets the feedback on each field as he types even before form is submitted. Specific validation messages shown to user help him quickly rectify the mistakes.
- [Gravity Forms - Uploads as Attachments](https://wordpress.org/plugins/gf-uploads-as-attachments/) - This plugin adds an option to notifications to add files uploaded to fileupload fields as attachment to that specific notification
- [Gravity Forms IFrame Add-on](https://github.com/cedaro/gravity-forms-iframe) - Embed a Gravity Form in an iframe on any site.
- [Gravity Forms Button - An Ajax Form Loader](https://github.com/stevehenty/gravityformsbutton) - Renders a button which will load a form. Supports multiple forms both in admin and in the front-end.
- [Gravity Tooltips](https://github.com/norcross/gravity-tooltips) - Adds a custom field to each form element for tooltips.
- [Gravity Forms Javascript Validation](https://github.com/bhays/gravity-forms-javascript-validation) - Enable front-end javascript validation to Gravity Forms.
- [Gravity Forms Digest Bulk Reports](https://github.com/soulseekah/Gravity-Forms-Digest-Bulk-Reports) - Generates bulk reports for submitted form entries and e-mails these as a digest to specific addresses.
- [Gravity Forms: Multiple Form Instances](https://github.com/tyxla/Gravity-Forms-Multiple-Form-Instances) - Allows multiple instances of the same form to be run on a single page when using AJAX.
- [Gravity Forms Related Fields Add-On](https://wordpress.org/plugins/gravity-forms-related-fields/) - A plugin to dynamically populate Gravity Form fields with form submissions.
- [Gravity Forms After Forms](https://github.com/fahrenheit-marketing/gravity-forms-after-forms) - This plugin adds an "after" field to each Gravity Form, for content or code that should be inserted after the closing form tag.
- [Gravity Forms ConvertKit Add-On](https://github.com/ConvertKit/convertkit-gravity-forms) - Integrates Gravity Forms with ConvertKit allowing form submissions to be automatically sent to your ConvertKit account.
- [Automatic Export to CSV for Gravity Forms](https://github.com/alexcavender/Automatic-Export-to-CSV-for-Gravity-Forms) - Export your Gravity Forms entries on a schedule and sends .CSV file to an email address.
- [Gravity Forms Product Add-ons](https://woocommerce.com/products/gravity-forms-add-ons/) - With the Gravity Forms Product Add-ons extension, advanced product configuration forms can be built and linked to any product in WooCommerce. Forms that contain conditional logic, pricing fields, user input prices, conditional-pricing fields, conditional submit button logic can all be created for your products.
- [Gravity Forms Checkout](https://easydigitaldownloads.com/downloads/gravity-forms-checkout/) - Gravity Forms Checkout combines the tremendous power of Gravity Forms with the ease and simplicity of Easy Digital Downloads. The extension allows you to create purchase forms for any of your products through Gravity Forms.
- [Gravity Forms Checkout Pro](https://ithemes.com/purchase/ithemes-exchange-add-ons-gravity-forms-checkout-pro/) - Gravity Forms Checkout Pro for iThemes Exchange combines the flexibility of Gravity Forms’ data collection system and the power of your Exchange store to create a robust eCommerce experience for you and your customers.
- [WCAG 2.0 form fields for Gravity Forms](https://wordpress.org/plugins/gravity-forms-wcag-20-form-fields/) - Modifies Gravity Forms form fields and improves validation so that forms meet WCAG 2.0 accessibility requirements.
- [Gravity Forms - Start progress bar at zero percent](https://wordpress.org/plugins/gravity-forms-start-progress-bar-at-zero-percent/) - Forces the progress bar on multi-page forms to start at zero percent.
- [Gravity Forms Lock](https://www.download-monitor.com/extensions/gravity-forms/) - The Gravity Forms extension for Download Monitor allows you to require users to fill in a Gravity Forms form before they gain access to a download.
- [WP Job Manager - Contact Listing](https://wordpress.org/plugins/wp-job-manager-contact-listing/) - Allow sites using the WP Job Manager plugin to contact listings via Gravity Forms plugin.
- [Affiliate Forms For Gravity Forms](https://affiliatewp.com/addons/affiliate-forms-for-gravity-forms/) - Create the affiliate registration form you need using the power of Gravity Forms.
- [Gravity Forms Geolocation](https://geomywp.com/add-ons/gravity-forms-geolocation/) - Gravity Forms Geo Fields is a complete Geolocation solution for Gravity Forms plugin. Using Gravity Forms Geo Fields add-on you can add Geolocation to posts created from the front end using Gravity Forms.
- [Date Picker in List Fields for Gravity Forms](https://wordpress.org/plugins/gravity-forms-list-field-date-picker/) - Allows you to turn a list field column into a 'date' field.
- [Gravity Forms Remove Entries](https://wordpress.org/plugins/gravity-forms-remove-entries/) - Remove Gravity Form entries by form or date range.
- [Gravity Fieldset for Gravity Forms](https://wordpress.org/plugins/gravity-fieldset-for-gravity-forms/) - Extends the Gravity Forms plugin - adding an fieldset open and close field that can be used to create 'real' sections.
- [GravityWP - Count](https://wordpress.org/plugins/gravitywp-count/) - Count, filter and display total number of Gravity Forms entries or the total of a number field for multiple entries.
- [Gravity Forms Disable Autofill Add-On](https://wordpress.org/plugins/gravity-forms-disable-autofill-add-on/developers/) - Disable the browser's ability to autofill forms and input fields on selected Gravity Forms. Ideal for forms with sensitive information and provides extra level of form submission security.
- [Sliced Invoices & Gravity Forms](https://wordpress.org/plugins/sliced-invoices-gravity-forms/) - Create an invoice or quote request form using Gravity Forms. Each form entry then creates a quote (or an invoice) using the Sliced Invoices plugin.
- [Gravity Forms to Zoho CRM](https://helpforwp.com/downloads/gravity-forms-to-zoho-crm/) - This plugin is an extension to the amazing Gravity Forms Plugin for WordPress. It allows you to send form entries directly from Gravity Forms to your account on Zoho CRM as a lead.
- [Gravity Forms Sendy Addon](http://amansaini.me/downloads/gravity-forms-sendy-addon/) - Gravity Forms Sendy Addon lets you subscribe users using gravity forms. Create unlimited number of subscribe forms and begin growing your mailing lists.
- [Gravity Forms Address Autocomplete](https://codecanyon.net/item/gravity-forms-address-autocomplete/16361484) - Used Google Places API to provide autocomplete function to address fields in Gravity Forms.
- [Gravity Forms to Trello](https://helpforwp.com/downloads/gravity-forms-to-trello/) - As the names suggests this plugin is all about connecting Gravity Forms to Trello.
- [Gravity Forms Leadsquared Add-On](http://help.leadsquared.com/gravity-forms-leadsquared-add-on/) - Many companies use Gravity forms on their WordPress sites to capture leads. We provide an integration with Gravity form to get these leads into LeadSquared.
- [Bulk Actions for Gravity Forms](http://jetsloth.com/bulk-actions-for-gravity-forms/) - Duplicate & delete fields, copy them to another form, bulk edit their labels, css classes and required settings quicker than ever before.
- [Inspect Gravity Forms](https://wordpress.org/plugins/inspect-gravityforms/) - Add-on to Gravity Forms that shows some form info in the forms list.
- [Gravity Forms eWAY](https://wordpress.org/plugins/gravityforms-eway/) - Easily create online payment forms with Gravity Forms and eWAY.
- [Gravity Forms DPS PxPay](https://wordpress.org/plugins/gravity-forms-dps-pxpay/) - Integrate Gravity Forms with the DPS Payment Express PxPay credit card payment gateway.
- [Gravity Forms PGP Encryption](https://wp2pgpmail.com/) - Gravity Forms PGP Encryption plugin allows you to receive encrypted emails from your visitors, without the need for them to use any specific software. To achieve this, the plugin only uses your PGP public key.
- [Integration for Salsa and Gravity Forms](https://wordpress.org/plugins/integration-for-salsa-and-gravity-forms/) - A Gravity Forms Add-On to feed submission data into the Salsa "Classic" CRM/fundraising/advocacy platform.
- [Gravity Forms List Field Calculations Add-On](https://github.com/richardW8k/RWListFieldCalculations) - A simple add-on to enable the use of List fields in calculations.
- [List Field Number Format for Gravity Forms](https://wordpress.org/plugins/list-field-number-format-for-gravity-forms/) - Turn your list field columns into repeatable number fields.
- [Enable Gravity Forms Payment Details](https://github.com/richardW8k/enablegfpaymentdetails) - Adds a form setting allowing the editing of payment details on the entry detail page to be enabled for forms not processed by payment add-ons.
- [Gravity Forms add-on: SharpSpring Forms](https://github.com/Fulcrum-Creatives/gravityforms-sharpspring-forms) - A GravityForms add-on for integrating SharpSpring forms.
- [Surbma - Divi & Gravity Forms](https://wordpress.org/plugins/surbma-divi-gravity-forms/) - Responsive Divi form styles for Gravity Forms.
- [Infusionsoft Gravity Forms Add-on](https://wordpress.org/plugins/infusionsoft/) - Integrate the remarkable Gravity Forms plugin with Infusionsoft.
- [GF Upload to Email Attachment](https://wordpress.org/plugins/gf-upload-to-email-attachment/) - This allows you to create a notification in gravity forms of an email that would send with the files being uploaded by that form as an attachment.
- [Blue Cube Mighty Gravity Forms](https://wordpress.org/plugins/bluecube-mighty-gravity-forms/) - This plugin adds some additional features to the Gravity Forms plugin: Advanced input validations, Input ID change, Form access control.
- [Gravity Forms Mailerlite Add-On](https://codecanyon.net/item/gravity-forms-mailerlite-addon/17673452) - The Gravity Forms MailerLite Add-On gives you an easy way to integrate all of your online forms with the MailerLite email marketing service.
- [GravityForms Multi Column](https://wordpress.org/plugins/gf-form-multicolumn/) - This plugin allows modification of Gravity Forms by splitting a form into columns. Columns are specified by creating 'starting' and 'closing' Section elements that surround other elements in the form.
- [Gravity Forms Braintree Add-On](https://wordpress.org/plugins/gravity-forms-braintree/) - Allow your customers to purchase goods and services through Gravity Forms via Braintree Payments.
- [Lastform](https://lastform.com) - Typeform-like template add-on for Gravity Forms.
- [Gravity Forms ACF Select Field Choices](https://codecanyon.net/item/gravity-forms-acf-select-field-choices/12252676) - Change the Gravity Forms select choices to the available ACF Select fields of the current post automatically.
- [Double opt in for Gravity Forms](https://codecanyon.net/item/double-opt-in-for-gravity-forms/17809351) - Email address verification for Gravity Form's sender address.
- [Gravity Forms: Multiple Form Instances](https://wordpress.org/plugins/gravity-forms-multiple-form-instances/) - Allows multiple instances of the same form to be run on a single page when using AJAX.
- [Gravity Forms Charts Reports](https://wordpress.org/plugins/gf-charts-reports/) - Create amazing HTML5 charts from Gravity Forms submission data with a simple shortcode.
- [Gravity-Forms jQuery Datatable](https://codecanyon.net/item/gravityforms-jquery-datatable/14257361) - Display your Gravity Forms Entries with the famous jQuery Datatables Plugin.
- [Gravity Forms: Post Updates](https://wordpress.org/plugins/gravity-forms-post-updates/) - Allows you to use Gravity Forms to update any post on the front-end. If you use the "Gravity Forms + Custom Post Types", you can even update custom post types and use custom taxonomies.
- [RealtyCandy GravityForms IDX Broker Connector](https://wordpress.org/plugins/realtycandy-gravity-forms-to-idxbroker-connector/) - Use any Gravity Forms form on your site to connect to the IDXBroker backend. You simply put a checkmark and your new leads will automatically go to your IDX Broker account.
- [Kanban + Gravity Forms](https://wordpress.org/plugins/kanban-gravity-forms/) - This is an add-on plugn for Kanban for WordPress. Allow visitors, users, or clients to create tasks easily from Gravity Forms.
- [Integration for Salsa and Gravity Forms](https://wordpress.org/plugins/integration-for-salsa-and-gravity-forms/) - A Gravity Forms Add-On to feed submission data into the Salsa "Classic" CRM/fundraising/advocacy platform.
- [Installments for Gravity Forms and Stripe](https://wordpress.org/plugins/installments-for-stripe-gf/) - Installments for Gravity Forms and Stripe enables you to set up subscription payments that autocancel after x times paid / user per feed.
- [Image Captcha For Gravity Forms](https://github.com/ilanco/gravity-forms-multi-currency) - Adds a Honeypot and a clean image captcha to Gravity Forms. Images are made using Font Awesome's font icon.
- [Import/Export Add-On Feeds for Gravity Forms](https://wordpress.org/plugins/importexport-add-on-feeds-for-gravity-forms/) - Easily export and import Gravity Form add-on feeds.
- [LeadSources for Gravity Forms Infusionsoft Add-On](https://wordpress.org/plugins/leadsources-for-gravityforms-infusionsoft/) - LeadSources for Gravity Forms Infusionsoft Add-On lets you create and assign LeadSources to your Infusionsoft contacts automatically through Gravity Forms.
- [Shortcodes for Gravity Forms](https://wordpress.org/plugins/shortcodes-for-gravity-forms/) - Shortcodes for Gravity Forms adds a column in form list to display form shortcodes in backend.
- [Date Field Conditional Logic for Gravity Forms](https://wordpress.org/plugins/date-field-conditional-logic-for-gravity-forms/) - Add conditional logic support for Date fields in Gravity Forms.
- [WP Mautic Form Integrator](https://wordpress.org/plugins/wp-mautic-form-integrator/) - Mautic is a marketing automation software and WP Mautic Form Integrator plugin is a bridge between Mautic and several highly used form plugins.
- [Simple Range Slider for Gravity Forms](https://wordpress.org/plugins/simple-range-slider-for-gravityforms/) - Adds a simple range slider to the Gravity Forms plugin. Allows users to select a minimum, maximum and steps to the slider.
- [Gravity Forms Encrypted Fields](https://codecanyon.net/item/gravity-forms-encrypted-fields/18564931) - Gravity Forms Encrypted Fields works seamlessly within Gravity Forms to give you the data security and data privacy you need, as well as the custom control to implement it quickly smartly within your WordPress installations needs.
- [Magic Conversation For Gravity Forms](https://wordpress.org/plugins/magic-conversation-for-gravity-forms/) - Magic Conversation For Gravity Forms is a WordPress conversational form plugin that let's you convert a Gravity Form into a conversational form.
- [Styler for Gravity Forms](https://wordpress.org/plugins/styler-for-gravity-forms/) - Styler for Gravity Forms is an addon for Gravity Forms plugin to help you customize the form styling with Live Preview.
- [Mailster Gravity Forms](https://wordpress.org/plugins/mailster-gravity-forms/) - Integrates Mailster Newsletter Plugin with Gravity Forms to subscribe users with a Gravity Form.
- [GravityWP - Merge Tags](https://wordpress.org/plugins/gravitywp-merge-tags/) - Adds a shortcode to show all the merge tags from a specific Gravity Form.
- [Gravity Forms - Advanced Conditional Logic](https://gist.github.com/spivurno/79f82d340942fd33fa05c263754f8663) - Allows multiple groups of conditional logic per field.
- [Gravity Forms Auto Formatter](https://codecanyon.net/item/gravity-forms-auto-formatter/19513275) - Automatic capitalization/case formatting, blacklist validation, link removal, text replacement, HTML tag and PHP code removal, and before/after text appending all per individual field.
- [Easy Passthrough](https://forgravity.com/plugins/easy-passthrough/) - Easily transfer entry values from one Gravity Forms form to another.
- [Entry Automation](https://forgravity.com/plugins/entry-automation/) - Automate common entry clean up actions including deletion and export.
- [Live Population](https://forgravity.com/plugins/live-population/) - Use merge tags to populate field values, labels and more without reloading the page.
- [Brilliant Geocoder for Gravity Forms](https://wordpress.org/plugins/brilliant-geocoder-gravity-forms/) - Capture location information in Gravity Forms by geocoding user's input into other form fields.
- [Invisible reCaptcha for WordPress](https://wordpress.org/plugins/invisible-recaptcha/) - Invisible reCaptcha for WordPress is an extremely powerful plugin which integrates the new Invisible reCaptcha by Google with your WordPress site.
- [Gravity Forms CSS Themes with Fontawesome and Placeholders](https://wordpress.org/plugins/gravity-forms-css-themes-with-fontawesome-and-placeholder-support/) - The plugin will enable you to use FontAwesome icons, placeholder and cool CSS themes.
- [Gravity Forms MC Unique ID Generator Field](https://wordpress.org/plugins/gf-mc-unique-id-generator-field/) - Gravity Forms MC Unique ID Generator Field plugin adds new field to Gravity Forms fields editor that you can use to generate random unique (site wide) identifiers like user identifiers, order identifiers, passwords, serial numbers and so on.
- [Multiple Columns for Gravity Forms](https://wordpress.org/plugins/gf-form-multicolumn/) - Add multiple columns (and multiple rows of multiple columns) to Gravity Forms.
- [List Field Character Limit for Gravity Forms](https://wordpress.org/plugins/list-field-character-limit-for-gravity-forms/) - Allows you to set character limits for list fields.
- [Gravity Forms Wysija Add-on](https://github.com/bhays/gravity-forms-wysija) - Send your Gravity Forms entries to Wysija.
- [Gravity Forms Image Choices](https://jetsloth.com/gravity-forms-image-choices/) - Easily add images as choices for Radio Buttons or Checkboxes fields within Gravity Forms. Supports Survey, Poll, Quiz, Product and Options fields.
- [Gravity Forms Utility](https://github.com/wturrell/wt-gravity-forms-utility) - WordPress command-line utlity to resend Gravity Forms emails, view notification settings. (Requires WP-CLI)
- [Entry Expiration for Gravity Forms](https://wordpress.org/plugins/gravity-forms-entry-expiration/) - Entry Expiration for Gravity Forms allows you to automatically delete Gravity Forms entries older than a defined timeframe.
- [Gravity Forms User Registration Enhanced](https://gravityplus.pro/gravity-forms-user-registration-enhanced/) - The Gravity Forms User Registration Enhanced plugin now allows you to use the same form for both creating a new WordPress user and updating a current WordPress user on the front-end of your site.
- [Gravity Forms Campaign Fields Add-On](https://wordpress.org/plugins/gf-campaign-fields/) - This plugin adds advanced fields to Gravity Forms that collect campaign and device data and attaches the data to form entries.
- [Gravity Forms Disable Submit](https://github.com/leepeterson/gravity-forms-disable-submit) - One of the most common UX issues we see in interfaces these days are buttons/input[type="submit"] that don't change state once clicked and activated. This leads to many double-charges on credit cards, double signups, and frustration.
- [Slim Image Cropper for Gravity Forms](https://codecanyon.net/item/slim-image-cropper-for-gravity-forms/19606752) - Slim Image Cropper for Gravity Forms enables your users to attach images to forms. You define the aspect ratio and size of the uploaded images, Slim will make sure all uploaded images fit the set requirements.
- [Gravity Forms Timesheet Field](https://github.com/soulseekah/gravityformstimesheet) - A new type of field that allows timesheets to be submitted via Gravity Forms.
- [Gravity Forms Advanced File Uploader](https://github.com/pressoholics/prso-gravity-forms-adv-uploader) - Chunked Multiple file uploads, Auto upload of videos to YouTube & Brightcove, Files stored in WP Media Library, Advanced options.
- [Gravity Forms Sass](https://github.com/thatryan/gravity-forms-sass) — This project aims to offer styling for GForms using Sass and minimal selectors.
- [PaymentSpring for Gravity Forms](https://wordpress.org/plugins/paymentspring-gravity-forms/) — PaymentSpring is a credit card processing gateway with a developer friendly API. This plugin is officially supported by PaymentSpring and is specifically designed for use with Gravity Forms.
- [Gravity Forms IBAN](https://wordpress.org/plugins/gravity-forms-iban/) — This plugin adds an new IBAN mask to the built-in input masks of Gravity Forms.
- [Gravity Forms Payment Continue](https://wordpress.org/plugins/gf-payment-continue/) — Exposes the PayPal URL needed to complete payments.
- [Save and Continue Link Recovery for Gravity Forms](https://wordpress.org/plugins/save-and-continue-link-recovery-for-gravity-forms/) — If a Gravity Forms form submitter loses their "Save and Continue" Link, this will help you recover it.
- [Gravity Forms Intelligence](https://wordpress.org/plugins/gf-intelligence/) — Integrates Intelligence with Gravity Forms enabling easy Google Analytics goal tracking and visitor intelligence gathering.
- [Gravity Forms Multi Currency](https://wordpress.org/plugins/gf-intelligence/) — Per form currency for Gravity Forms.
- [Gravity Forms Heidelpay](https://wordpress.org/plugins/gf-heidelpay/) — Easily create online payment forms with Gravity Forms and heidelpay.
- [GF Forms – UK address format](https://wordpress.org/plugins/gf-forms-uk-address-format/) — Add Support for UK address and postcode to Gravity forms, allowing for one click selection of “UK” as an option in countries within Gravity forms.
- [Gravity Forms Ready Class Selector Revised](https://github.com/bryanwillis/gravityforms-ready-class-selector-revised) — Easily select a CSS "Ready Class" for your fields within Gravity Forms.
- [Gravity Forms Exponent Calculation](https://github.com/michaeldozark/gravity-forms-exponents) —  Adds exponent support for calculations in number fields.
- [Fillable PDFs for Gravity Forms](https://forgravity.com/plugins/fillable-pdfs/) —  Generate editable PDFs from Gravity Forms form submissions.
- [GravityWP – CSS Selector](https://wordpress.org/plugins/gravitywp-css-selector/) —  Easily select a Gravity Forms CSS Ready Class for your form fields.
- [Gravity Forms: Autocomplete Fields](https://github.com/growella/gravityforms-autocomplete-fields) —  Configure autocomplete attributes on Gravity Forms' inputs.
- [Táve Gravity Forms Integration](https://wordpress.org/plugins/tave-integration-using-gravity-forms/) —  Integrate Gravity Forms with Táve Studio Manager.
- [Gravity Form Locator](https://wordpress.org/plugins/gf-form-locator/) —  Simple add-on for Gravity Forms that scans your website in the background and shows a list of each form published with the page or post that it is published on.
- [Gravity Forms Date & Time Picker](https://wpgurus.org/products/gravity-forms-date-time-picker/) — Easily Add Advanced Date & Time Picker to your Gravity Forms.
- [MaxiCharts](https://wordpress.org/plugins/maxicharts/) —  Create beautiful interactive HTML5 charts from Gravity Forms / CSV into your posts with a simple shortcode. Uses chart.js.
- [MaxiCharts Gravity Forms Source add-on](https://wordpress.org/plugins/maxicharts-gravity-forms-source-add-on/) — Extend MCharts : Add the possibility to graph Gravity Forms submitted data.
- [MaxiCharts CSV Source add-on](https://wordpress.org/plugins/maxicharts-csv-source-add-on/) —  Extend MaxiCharts : Add the possibility to show beautiful Chartjs graphs from CSV files imported in WordPress.
- [MaxiCharts Gravity View Add-on](https://wordpress.org/plugins/maxicharts-gravity-view-add-on/) —  Extends MCharts : Add the possibility to filter gf entries on Gravity View approval status.
- [MaxiCharts Query Builder Add-on](https://wordpress.org/plugins/maxicharts-query-builder-add-on/) —  Extends MaxiCharts : Add the possibility to build complex query and update chart dynamically.
- [Gravity Forms – Edit Entries](https://wordpress.org/plugins/gf-edit-entries/) — This plugin lets you edit the entries for the forms created with Gravity Forms.
- [Gravity Asana Sync](https://github.com/norcross/gravity-asana-sync) — Sends details of a form into Asana.
- [GamiPress – Gravity Forms integration](https://wordpress.org/plugins/gamipress-gravity-forms-integration/) — Connect GamiPress with Gravity Forms.
- [Wider Gravity Forms Stop Entries](https://wordpress.org/plugins/wider-gravity-forms-stop-entries/) — Help your websites comply with the GDPR and general privacy - selectively stops individual Gravity Forms entries being stored so potentially sensitive data is not stored on your web server.
- [Gutenberg Gravity Form Selector](https://github.com/lucasstark/gutenberg-gravityforms) — Adds a Gravity Forms block to the Gutenberg editor.
- [Gravity Forms + Wufoo](https://wordpres.s.org/plugins/gf-wufoo-forms/) — A simple plugin that allows you to pass data to Wufoo forms from your Gravity Form.
- [Customer.io Gravity Forms Add-on](https://wordpress.org/plugins/cio-gravity-forms-add-on/) — Easily add customers to customer.io when users submit a Gravity Form.
- [Gravity Forms Entries in Excel](https://wordpress.org/plugins/gf-entries-in-excel/) — Download all entries for a form using a unique and hashed URL.
- [S3 CORS Uploader for Gravity Forms](https://brilliantplugins.com/downloads/s3-cors-uploader-for-gravity-forms/) — Automatically upload files from Gravity Forms directly to AWS S3 to the bucket of your choice (no PHP proxy or server bandwidth required).
- [Send Gravity Forms File Uploads to Amazon S3](https://gist.github.com/renventura/a84b0f66b7efdf49c371) — This snippet will send files uploaded to a Gravity Forms form to your Amazon S3 account.
- [Drop Down Options in List Fields for Gravity Forms](https://wordpress.org/plugins/gravity-forms-list-field-select-drop-down/) — Gives the option of adding a drop down (select) list to a list field column.
- [Gravity Forms Salesmate Add-On](https://wordpress.org/plugins/gf-salesmate-add-on/) — A gravity add-on for salemate.io.
- [Gravity Forms Eloqua](https://github.com/solepixel/gravityforms-eloqua) — Integrate Eloqua into Gravity Forms.
- [Add-on Gravity Forms – MailPoet 3](https://wordpress.org/plugins/add-on-gravity-forms-mailpoet/) — Add a MailPoet 3 signup field to your Gravity Forms.
- [Gravity Forms Total Amount Shortcode](https://wordpress.org/plugins/gf-total-amount-shortcode/) — A simple shortcode that displays the total filed value from any Gravity Form.
- [Gravity Forms Prevent Duplicates](https://wordpress.org/plugins/gf-prevent-duplicates/) — Prevent duplicate submissions for all GF forms on your site.
- [Events Calendar Gravity Forms Registration](https://wordpress.org/plugins/ecgf-registration/) — Use Gravity Forms to handle registration for The Events Calendar events.
- [Integration for Engaging Networks and Gravity Forms](https://wordpress.org/plugins/gf-engaging-networks-add-on/) - Integrates Gravity Forms with the Engaging Networks CRM, allowing form submissions to automatically create/update constituents.
- [Gravity Forms: Multiple Form Instances](https://wordpress.org/plugins/gravity-forms-multiple-form-instances/) - Allows multiple instances of the same form to be run on a single page when using AJAX.
- [Integrate Gravity Forms + Polylang](https://github.com/pdme/gravity-forms-polylang) - Add form titles, descriptions, field labels, etc, to Polylang string translations.
- [Block IPs for Gravity forms](https://wordpress.org/plugins/gf-block-ips/) - Block IPs in your Gravity Forms.
- [Gravity Forms integration for wpDataTables](https://codecanyon.net/item/gravity-forms-integration-for-wpdatatables/20549439) - This plugin is an add-on that builds a bridge between the wpDataTables plugin which renders awesome interactive responsive tables and charts and Gravity Forms advanced form builder.
- [GF Custom Style](https://wordpress.org/plugins/gf-custom-style/) - Customize gravity forms plugin, colors, inputs... style.
- [Gravity Forms - amoCRM - Integration](https://codecanyon.net/item/gravity-forms-amocrm-lead-generation/20483165) - Gravity Forms amoCRM Integration is a amoCRM leads generator plugin for WordPress that makes it really simple to send your Gravity Forms forms directly to your amoCRM account.
- [Gravity Forms Add-on AutoExport Entries to CSV – Basic](https://wordpress.org/plugins/gf-add-on-autoexport-entries-to-csv/) - Automatically export a CSV report of form entries attached and send it to your email.
- [MK GF WC Country](https://wordpress.org/plugins/mk-gf-wc-country/) - Make Gravity Forms use Woocommerce's list of countries.
- [Connector GravityForms and MailerLite](https://wordpress.org/plugins/connector-gravityforms-mailerlite/) - Connects GravityForms with MailerLite.
- [Simple Chase E-xact for Gravity Forms](https://wordpress.org/plugins/gf-chase-exact/) - Integrates Gravity Forms with Chase E-xact Hosted Payments.
- [Source Input for Gravity Forms](https://wordpress.org/plugins/source-input-for-gravity-forms/) - Source Input for Gravity Forms.
- [Remove Reference to Zip Code in Gravity Forms](https://wordpress.org/plugins/remove-reference-to-zip-code/) - Changes "Zip Code / Post Code" to just "Postcode".
- [Agile CRM Gravity Forms](https://wordpress.org/plugins/agile-crm-gravity-forms/) - Agile CRM integration plugin for gravity forms. Sync form entries to Agile easily.
- [Gravity Forms Klaviyo](https://wordpress.org/plugins/gf-klaviyo-add-on/) - Integrates Gravity Forms with Klaviyo allowing form submissions to be automatically sent to your Klaviyo account.
- [Hide Gravity Form Labels](https://wordpress.org/plugins/hide-gravity-form-labels/) - Adds options to hide labels and and sub-labels on Gravity Forms fields.
- [Gravity Add-on Salesforce](https://wordpress.org/plugins/gf-add-on-salesforce/) - Plugin Gravity form Add-on for SalesForce.
- [Pipwave Gravity Forms](https://wordpress.org/plugins/pipwave-gravity-forms/) - Simple, reliable, and cost-effective way to accept payments online.
- [FB GoCardless Hosted for Gravity Forms](https://wordpress.org/plugins/fb-gocardless-hosted-for-gravity-forms/) - Provides an integration with the GoCardless redirect flows hosted payment pages.
- [Sprout Invoices + Gravity Forms](https://wordpress.org/plugins/sprout-invoices-gravity-forms/) - Allows for a form submitted by Gravity Forms to create all necessary records to send your client an invoice or estimate.
- [Gravity Forms: Autofill List Row Count](https://github.com/uamv/gravityforms-autofill-list-row-count) - Adds option for autofilling the number of rows in a list to another field within a Gravity Form.
- [Gravity Forms: Custom Entry Limit](https://github.com/uamv/gravityforms-custom-entry-limit) - Adds options for custom limiting of number of entries to a Gravity Form.
- [Gutenberg block for Gravity Forms](https://wordpress.org/plugins/gf-gutenberg/) - Adds simple Gravity Forms selector in Gutenberg.
- [Gravity Forms MIN/MAX Calculations](https://github.com/snaptortoise/gravity-forms-minmax) - Adds MIN and MAX functions for Gravity Forms number field calculations.
- [Gravity Forms Create User & Auto login](https://wordpress.org/plugins/gf-create-user-auto-login-free/) - This plugin creates a new user and log in that user when a form is submitted with Gravity Forms.
- [SV Gravity Forms Enhancer](https://wordpress.org/plugins/sv-gravity-forms-enhancer/) - Fixes several issues in Gravity Forms.
- [Gravity Forms Borgun Add-On](https://wordpress.org/plugins/gf-borgun-add-on/) - Take payments in your gravity forms using the Borgun Gateway.
- [Gravity Forms Intercom](https://github.com/skyverge/gravity-forms-intercom) - Lets you create new Intercom conversations from Gravity Forms submissions.
- [Unbounce To Gravity Form (U2GF)](https://wordpress.org/plugins/hkinfosoft-unbounce-to-gravity-form-integration/) - Fetch leads from Unbounce landing pages to Gravity forms.
- [Gravity Forms FreshDesk CRM Perks](https://wordpress.org/plugins/gf-freshdesk/) - Integrates Gravity Forms with Freshdesk allowing form submissions to be automatically sent to your Freshdesk account.
- [Vision6 Gravity Forms Add-On](https://wordpress.org/plugins/vision6-gravity-forms/) - Integrates Gravity Forms with Vision6, allowing form submissions to be automatically sent to your Vision6 account.
- [Gravity Forms Data Purge](https://wordpress.org/plugins/gf-data-purge/) - Adds the ability to purge gravity form entries after a certain amount of time to comply with GDPR.
- [Pay with Square in Gravity Forms](https://apiexperts.io/solutions/square-for-gravity-forms/) - Gravity Form Square plugin is a WordPress plugin that allows users to pay from their gravity form using Square payment gateway.
- [Gravity Forms Pushover Add-On](https://wordpress.org/plugins/gf-pushover-add-on/) - Get Gravity Forms submissions as instant push notifications on your phone or tablet with Pushover.
- [Surbma – GDPR Proof Gravity Forms](https://wordpress.org/plugins/surbma-gdpr-proof-gravity-forms/) - Gravity Forms add-on to help meet GDPR compliance.
- [Profiler Donations for Gravity Forms](https://wordpress.org/plugins/profiler-donations-gravityforms/) - Integrates Gravity Forms with Profiler, enabling donation data to be sent directly to Profiler.
- [Gravity Forms Privacy AddOn](https://wordpress.org/plugins/gf-privacy-addon/) - Plugin adding in Gravity form data to the Personal data section of WordPress.
- [Gravity Forms Auto Complete](https://codecanyon.net/item/gravity-forms-autocomplete/19220825) - This plugin is an add-on for Gravity Forms that enables a field autocomplete feature.
- [Gravity Forms Fields Persistence](https://wordpress.org/plugins/gf-fields-persistence/) - Adds persistence to the Gravity Forms fields, so inputs will be saved in order to use it in other forms. This will improve user experience and boost your goals.
- [Facebook Tracking Pixel for Gravity Forms](https://wordpress.org/plugins/gf-facebook-pixel-tracking/) - Add event tracking to your Gravity Form
- [Styler for Gravity Forms](https://wordpress.org/plugins/styler-for-gravity-forms/) - Provide Gravity Forms styling options in customizer.
- [Spark GF Failed Submissions](https://wordpress.org/plugins/spark-gf-failed-submissions/) - Track failed form submissions and get notified when they reach a customisable threshold. Requires Gravity Forms.
- [Delayed notifications for Gravity Forms](https://github.com/zewlak/delayed-notifications-for-gravity-forms) - Add-on for Gravity Forms to send delayed notifications.
- [Connect EmailOctopus and Gravity Forms](https://wordpress.org/plugins/connect-eo-gf/) - EmailOctopus add-on for Gravity Forms.
- [Upload to Envira from Gravity Forms](https://wordpress.org/plugins/upload-to-envira-via-gravity-forms/) - Attaches photos posted in a Gravity Form to a selected Envira Gallery.
- [Gravity Forms ClinchPad CRM Add-On](https://wordpress.org/plugins/gowp-gravity-forms-clinchpad-crm/) - Integrate Gravity Forms with ClinchPad CRM.
- [Integration for Salsa Engage and Gravity Forms](https://wordpress.org/plugins/gf-engage-add-on/) - Integrates Gravity Forms with Salsa Labs' Engage CRM, allowing form submissions to automatically create/update Supporters.
- [Multi Page Auto Advance for Gravity Forms](https://wordpress.org/plugins/auto-advance-for-gravity-forms/) - The Auto Advance plugin for Gravity Forms makes the form filling process quicker and more user friendly for visitors. The plugin gives an easy way to choose which field(s) trigger an auto advance to the next step of your form.
- [Gravity Forms Pages](https://github.com/lmoffereins/gravityforms-pages) - List and display Gravity Forms forms without shortcodes.
- [GF Queries](https://wordpress.org/plugins/gf-queries/) - Some additional queries for Gravity Forms like getting recurring payment notifications in the notes.
- [GF Limit Payments](https://wordpress.org/plugins/gf-limit-payments/) - End subscription payments after a certain number of payments.
- [Paytm Gravity Forms](https://wordpress.org/plugins/paytm-gravity-forms/) - This plugin allows you to accept payments using Paytm. After setup configuration with Payment Form.
- [MyChoice2Pay Gravity Forms Add-on](https://wordpress.org/plugins/mc2p-gravityforms-addon/) - Gravity Forms library for the MyChoice2Pay API.
- [Gravity Forms Braintree Payments](https://wordpress.org/plugins/angelleye-gravity-forms-braintree/) - Allow your customers to purchase goods and services through Gravity Forms via Braintree Payments.
- [Integrate GravityView With Polylang](https://wordpress.org/plugins/integrate-gravityview-with-polylang/) - This is extreamly simple plugin to enable translations of GravityView Labels.
- [GF Stripe Extensions](https://wordpress.org/plugins/gf-stripe-extensions/) - Add Stripe functions to Wordpress (Apple Pay) including limit payments and payment recovery to Gravity Forms.
- [Logic Hop Personalization for Gravity Forms Add-on](https://wordpress.org/plugins/logic-hop-personalization-for-gravity-forms-add-on/) - The Logic Hop Personalization for Gravity Forms Add-on brings the power of personalization to WordPress with Gravity Forms.
- [GF WorldPay](https://github.com/ItinerisLtd/gf-worldpay) - WorldPay payment gateway for Gravity Forms.
- [Gravity Forms Confirmation Page List](https://wordpress.org/plugins/gf-confirmation-page-list/) - Display Confirmation Page of each Gravity Forms.
- [WP fail2ban – Gravity Forms](https://wordpress.org/plugins/wp-fail2ban-addon-gravity-forms/) - Integration with Gravity Forms - log spam form submissions.
- [EngageBay for Gravity Forms](https://wordpress.org/plugins/engagebay-gravity-forms/) - EngageBay Gravity Forms integration plugin for gravity forms. Sync form entries to my website easily.
- [Gravity Forms HubSpot](https://wordpress.org/plugins/gf-hubspot/) - Integrates Gravity Forms with HubSpot allowing form submissions to be automatically sent to your HubSpot account.
- [Gravity Forms Dynamics CRM](https://wordpress.org/plugins/gf-dynamics-crm/) - Integrates Gravity Forms with Dynamics allowing form submissions to be automatically sent to your Dynamics account.
- [Gravity Forms Zendesk](https://wordpress.org/plugins/gf-zendesk/) - Integrates Gravity Forms with Zendesk allowing form submissions to be automatically sent to your Zendesk account.
- [WP Gravity Forms Insightly](https://wordpress.org/plugins/gf-insightly/) - Integrates Gravity Forms with Insightly allowing form submissions to be automatically sent to your Insightly account.
- [Gravity Forms Block Email Domains](https://wordpress.org/plugins/gf-block-email-domains/) - Easily set a list of email domains to block on email fields in Gravity Forms.
- [GF Email Validator](https://wpfejleszto.com/termek/gf-email-validator/) -
  GravityForms addon. With real-time email validation and disposable mail filtering, you get rid of bad email addresses.
- [Nutshell Gravity Forms WordPress Plugin](hhttps://wordpress.org/plugins/wp-gf-nutshell/) -
  The plugin creates Nutshell entries form GravityForms submissions.
- [PDF Builder for Gravity](https://wordpress.org/plugins/pdf-builder-for-gravity/) - Design your own pdf in seconds with the first and only drag and drop builder. No coding experience required.
- [WP SpreadSheets for Gravity Forms](https://wordpress.org/plugins/wp-gravity-forms-spreadsheets/) - Integrates Gravity Forms with Google Sheets allowing form submissions to be automatically sent to your Google Sheets.
- [FormSync](https://www.wpformsync.com) - Resolves tedious, manual form migrations by Git-ifying and syncing your forms across local, staging, and production environments. Simply update your forms locally, push the updated JSON files to a git repo, and sync your forms.
- [Razorpay for Gravity Forms](https://wordpress.org/plugins/razorpay-gravity-forms/) - Integrates Gravity Forms with Razorpay Payments, enabling end users to purchase goods and services through Gravity Forms.
- [IP Block for Gravity Forms](https://wordpress.org/plugins/gf-ip-block/) - Easily Block user IP as per Gravity Forms in entries within the WordPress admin.
- [WPComment Blacklist support for Gravity Forms](https://wordpress.org/plugins/wpcomment-blacklist-support-for-gravity-forms/) - This Plugin adds Comment Blacklist support to Gravity Forms.
- [Gravity Forms: Multiple Form Instances Add On](https://wordpress.org/plugins/multiple-gf-form-on-single-page/) - Allows multiple instances of the same form to be run on a single page when using AJAX.
- [Fresh Forms for Gravity](https://wordpress.org/plugins/fresh-forms-for-gravity/) - Prevent posts and pages with a Gravity Forms shortcode or Gutenberg block from being cached.
- [Ohmylead Add-on Gravity Forms](https://wordpress.org/plugins/ohmylead-add-on-gravity-forms/) - Integrates Gravity Forms with Ohmylead, allowing form submissions to be automatically sent to your configured Sources.
- [GF Forms LeadsBridge Add-On](https://wordpress.org/plugins/gf-forms-leadsbridge-add-on/) - Submits Gravity Forms form data to LeadsBridge.
- [Gravity Forms ACH Field Type](https://wordpress.org/plugins/gf-ach-field/) - Adds and ACH field type to Gravity Forms just like a credit card type field.
- [Clone Gravity Form Entry](https://wordpress.org/plugins/clone-gravity-form-entry/) - Clone your gravity form entries with just one click event.
- [G-Forms hCaptcha](https://wordpress.org/plugins/gf-hcaptcha/) - A new way to monetize your site traffic with the hCaptcha addon for Gravity Forms.
- [Zola CRM Add-on for Gravity Forms](https://wordpress.org/plugins/zola-crm-add-on-for-gravity-forms/) - Add-on for Gravity Forms to submit leads data to Zola CRM. Needs Gravity Forms to function. This plugin keeps track of where users where refered from and the pages the user visits within the site. Upon submission it is sent to your CRM account at Zola Suite.
- [q-invoice Mollie iDeal for Gravity Forms](https://wordpress.org/plugins/qinvoice-mollie-ideal-for-gravity-forms/) - Accept iDeal (and other) payments for your Gravity Forms.
- [GravityStripe Subscription Manager](https://wordpress.org/plugins/manage-gravity-forms-stripe-subscriptions/) - An easy way for people to manage their stripe subscriptions made through GravityForms. Subscriptions are shown using a shortcode. Even includes an admin shortcode to manage ALL subscriptions and see any overdue subscription payments that failed to process in Stripe.com.
- [Block Styler For Gravity Forms](https://wordpress.org/plugins/block-styler-for-gravity-forms/) - Style Gravity Forms with the gutenberg block editor. Get real-time feedback on the style updates within the super fast gutenberg editor.
- [q-invoice Sisow iDeal for Gravity Forms](https://wordpress.org/plugins/qinvoice-sisow-ideal-for-gravity-forms/) - Accept iDeal (and other) payments through Sisow for your Gravity Forms.
- [Integration for CardConnect and Gravity Forms](https://wordpress.org/plugins/integration-for-cardconnect-and-gravity-forms/) - Allows Gravity Forms to process payments using CardConnect's CardPointe gateway.
- [Gravitizer - Gravity Forms Material UI Styler](https://codecanyon.net/item/gravitizer-gravity-forms-material-ui-styler/26570055) - Gravitizer lets you make your traditional looking Gravity Forms into Material UI design in single click.
- [Send Form Entries To Telegram](https://wordpress.org/plugins/send-form-entries-to-telegram/) - Send GravityForms Entries To Telegram Chats.
- [Add-On for Gravity Forms + Rejoiner](https://wordpress.org/plugins/gf-rejoiner/) - Integrate Gravity Forms with the Rejoiner platform.
- [Disposable Email Blocker - Gravity Forms](https://wordpress.org/plugins/disposable-email-blocker-gravityforms/) - Prevent From Submitting Any Disposable/Temporary Emails On Gravity Forms Forms.
- [BCT for Gravity Forms](https://wordpress.org/plugins/bct-for-gravity-forms/) - Button Click Text is a really simple way for people using your form to see that your form is actually working when they push the submit button. The "click text" will change from the original submit text to anything you desire.
- [Integration for Gravity Forms and Pipedrive](https://wordpress.org/plugins/integration-for-gravity-forms-and-pipedrive/) - Integrates Gravity Forms with Pipedrive allowing form submissions to be automatically sent to your Pipedrive account.
- [Field Helper for Gravity Forms](https://wordpress.org/plugins/field-helper-for-gravity-forms/) - Enables Gravity Forms users to set consistent, human-friendly field names for use in the Gravity Forms REST API.
- [Easexport – Gravity Forms Scheduled Entries Export](https://wordpress.org/plugins/easexport-gravity-forms-scheduled-entries-export/) - Automatically export a CSV report of form entries attached and send it to your email.
- [Gravitizer – Material UI Styler for Gravity Forms](https://wordpress.org/plugins/gravitizer-lite/) - Convert your traditional looking Gravity Forms into Material UI in one click.
- [BSK Gravity Forms Custom Validation](https://wordpress.org/plugins/bsk-gravity-forms-custom-validation/) - The plugin help you validate users input and let users submit right data on gravity forms form. Such as mobile phone number, age by date field, ZIP code etc.
- [DateTime Field Add-On for Gravity Form](https://wordpress.org/plugins/gf-datetime-field-add-on/) - Add a datetime field for gravity form with an option for custom date time format.
- [Modern Designs for Gravity Forms](https://wordpress.org/plugins/modern-designs-for-gravity-forms/) - Enables Modern Designs for Gravity Forms.
- [Gragrid: Gravity Forms + SendGrid](https://wordpress.org/plugins/gragrid/) - Integrates Gravity Forms with SendGrid, allowing form submissions to be automatically sent to your SendGrid contact lists.
- [Integrate SharpSpring and Gravity Forms](https://wordpress.org/plugins/integrate-sharpspring-and-gravity-forms/) - Integrates Gravity Forms with SharpSpring, allowing form submissions to be automatically sent to your SharpSpring account.
- [Move Fields for Gravity Forms](https://wordpress.org/plugins/gf-move-fields/) - Fast Move Fields for Gravity Forms.
- [UI Elements for Gravity Forms](https://wordpress.org/plugins/ui-elements-gravity-forms/) - Now your Gravity Forms will have label animations and modern input styles for select, radio and checkboxes, and input types. With labels and placeholders colour options. Select/Dropdown styled with modern Ui design. Custom styled Radio and Checkbox with modern Ui design and highlight colour options.
- [Store Locator Plus – Gravity Forms Locations](https://wordpress.org/plugins/slp-gravity-forms-locations/) - SLP Gravity Forms Locations is an add-on pack for Store Locator Plus that supports adding basic locations using Gravity Forms.
- [WPSyncSheets Lite For Gravity Forms](https://wordpress.org/plugins/wpsyncsheets-gravity-forms/) - Gravity Forms Google Spreadsheet Addon - Allow syncronization in Google Spreadsheet with add/edit rows to have multiple forms and feeds.
- [GravityCaptcha](https://wordpress.org/plugins/better-captcha-gravity-forms/) - GravityCaptcha is an easy, encrypted alternative to the frustrating Google Captcha. It adds a random math problem or word question to the end of your form. When a user enters the answer, it is compared to the answer on our external database.
- [Retrigger Notifications Gravity Forms](https://wordpress.org/plugins/retrigger-notifications-gravity-forms/) - Plugin allows to manually re-send data of a Gravity Forms entry to external API in case the data has not been sent correctly.
- [Notification Attachments for Gravity Forms](https://wordpress.org/plugins/notification-attachments-for-gravity-forms/) - Send attachments in Gravity Forms Notification.
- [Automizy Gravity Forms](https://wordpress.org/plugins/automizy-gravity-forms/) - Automizy connector for Gravity Forms.
- [Easy Gravity Tooltip](https://wordpress.org/plugins/easy-gravity-tooltip/) - Easily attach tooltips to any field type in Gravity Forms.
- [Smart phone field for Gravity Forms](https://wordpress.org/plugins/smart-phone-field-for-gravity-forms/) - This plugin adds countries flag with ip address on gravity form phone field.
- [Paystack Add-On for Gravity Forms](https://wordpress.org/plugins/paystack-add-on-for-gravity-forms/) - Integrates Gravity Forms with Paystack, enabling end users to purchase goods and services through Gravity Forms.
- [click5 CRM add-on for Gravity Forms](https://wordpress.org/plugins/gf-add-on-by-click5/) - Seemingly integrate your Gravity Forms with click5 CRM.
- [Zibal Payment Gateway for Gravity Forms](https://wordpress.org/plugins/zibal-payment-gateway-for-gravity-forms/) - 
Zibal Payment Gateway for Gravity Forms plugin adds the possibility of online and offline sales through the Zibal payment gateway to Gravity Forms plugin.
- [WP Activity Log for Gravity Forms](https://wordpress.org/plugins/activity-log-gravity-forms/) - 
A WP Activity Log plugin extension for Gravity Forms.
- [PayFlexi Instalment Payment Gateway for Gravity Forms](https://wordpress.org/plugins/payflexi-instalment-payment-gateway-for-gravity-forms/) - 
Integrates Gravity Forms with PayFlexi, enabling end users to purchase goods and services through Gravity Forms and pay in full or flexible instalments.
- [Search field for Gravity Forms](https://wordpress.org/plugins/search-field-for-gravity-forms/) - 
Searches selected post types after a user types, displaying results below field.
- [PDF Importer for Gravity Forms](https://wordpress.org/plugins/pdf-importer-for-gravity/) - Import a pdf and fill with with your form.
- [Power Boost for Gravity Forms](https://wordpress.org/plugins/power-boost-for-gravity-forms/) - Enhances the dashboard for Gravity Forms power users.
- [Bulk Download for Gravity Forms](https://wordpress.org/plugins/bulk-download-for-gravity-forms/) - Bulk download all files from a Gravity Forms entry in one go.
- [Marketing 360® Payments for Gravity Forms](https://wordpress.org/plugins/marketing-360-payments-for-gravity-forms/) - Integrates Marketing 360® Payments with Gravity Forms, enabling your customers to make safe and secure purchases through Gravity Forms. To get started: activate the plugin and connect to your Marketing 360 Payments account.
- [List-Forms for Gravity](https://wordpress.org/plugins/list-forms-for-gravity/) - The “List-Forms for Gravity” plugin extends the capabilities of the standard Forms-List in the Admin Panel on the “Gravity Forms” page.
- [Better Redirects for Gravity Forms](https://wordpress.org/plugins/better-redirects-for-gravity-forms/) - Avoids 404 errors in your form confirmation redirects. Specify your confirmation redirect URL with this plugin, and your confirmation redirects will never 404 again.
- [Add Editor Role to Gravity Forms Registration](https://wordpress.org/plugins/gf-registration-for-editor-role/) - Show Gravity Form Registration for Editor role.
- [FormsCRM](https://wordpress.org/plugins/formscrm/) - Connects Forms with CRM.
- [Qualpay Add-on for Gravity Forms](https://wordpress.org/plugins/qualpay-payment-for-gravity-forms/) - Qualpay for Gravity forms supports both one-time and subscription payments.  All customer payment data is collected in Qualpay's Level 1 PCI compliant Embedded Fields
- [Very Good Collection Add-On](https://wordpress.org/plugins/vgc-for-gravity-forms/) - Integrates Gravity Forms with Very Good Collection Payments, enabling end users to purchase goods and services through Gravity Forms.
# Awesome Joomla! [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

> A curated list of awesome Joomla! resources by [@anibalhsanchez](https://twitter.com/anibal_sanchez) [https://blog.anibalhsanchez.com](https://blog.anibalhsanchez.com)

Awesome list of Joomla! seed repos, starters, boilerplates, examples, tutorials, components, modules, videos, and anything else in Joomla! community. All references are mainly coming from my personal bookmarks and suggestions. Feel free to send me new additions.

Aweseome Joomla! Guidelines:

- Joomla! has more than 10 years of history. So, there are many many many resources. Please, submit only links with up-to-date information.

## Contents

- [Joomla In A Nutshell](#joomla-in-a-nutshell)
- [Top Extensions](#top-extensions)
- [Joomla! Extensions Directory (JED)](#joomla-extensions-directory-jed)
- [Development](#development)
- [Official Resources](#official-resources)
- [Joomla Official Sites](#community-sites)
- [Events](#events)
- [Leadership](#leadership)
- [Marketing](#marketing)
- [Podcasts](#podcasts)
- [Archive](#archive)

## Joomla In A Nutshell

- [Joomla](https://en.wikipedia.org/wiki/Joomla). From Wikipedia: _Joomla is a free and open-source content management system (CMS) for publishing web content. It is built on a model–view–controller web application framework that can be used independently of the CMS._

### Current Joomla! version

- [Joomla! Downloads](https://downloads.joomla.org/)
  - Download Joomla! Stable
  - Upgrade Packages
- [Usage Statistics](https://developer.joomla.org/about/stats.html)
- [Unofficial - Joomla Core Files Mirror](https://mirror.myjoomla.io/) - The oldest, most complete, most respected mirror of all Joomla and Mambo versions ever compiled and maintained.

## Top Extensions

These extensions are always found in any Joomla! site. For more extensions, search the [Joomla! Extensions Directory (JED)](https://extensions.joomla.org).

- [Akeeba Backup](https://extensions.joomla.org/extensions/extension/access-a-security/site-security/akeeba-backup/) and [Admin Tools](https://extensions.joomla.org/extensions/extension/access-a-security/site-security/admin-tools/) - Essential backup and administration tools
- [AcyMailing Starter](https://extensions.joomla.org/extensions/extension/marketing/newsletter/acymailing-starter/) - A well-known extension for mailing
- [Advanced Module Manager](https://extensions.joomla.org/extensions/extension/style-a-design/modules-management/advanced-module-manager/) - Beyond the standard Module Manager, with many powerful features.

## Extensions by Category

- [Photos & Images](https://extensions.joomla.org/category/photos-a-images)
- [Social Web](https://extensions.joomla.org/category/social-web)
- [News Display](https://extensions.joomla.org/category/news-display)
- [Style & Design](https://extensions.joomla.org/category/style-a-design)
- [Site Management](https://extensions.joomla.org/category/site-management)
- [Contacts & Feedback](https://extensions.joomla.org/category/contacts-and-feedback)
- [Structure & Navigation](https://extensions.joomla.org/category/structure-a-navigation)
- [Core Enhancements](https://extensions.joomla.org/category/core-enhancements)
- [e-Commerce](https://extensions.joomla.org/category/e-commerce)
- [Directory & Documentation](https://extensions.joomla.org/category/directory-a-documentation)

To browse the whole catalog of extensions, please, visit the extension directory here, [JED](https://extensions.joomla.org/).

- [Extensions Compatible with J4 Alpha](https://extensions.joomla.org/extensions/extension/?searchall=&filter%5Btags%5D%5B%5D=&filter%5Bcore_catid%5D=&filter%5Bincludes%5D=&filter%5Bversions%5D=40&filter%5Btype%5D=&filter%5Bhasdemo%5D=&filter%5Bnewupdated%5D=&filter%5Bscore%5D=&dir=DESC&limitstart=&controller=filter&view=extension&layout=list&Itemid=145&clearorders=0&clearfilters=1) - Extensions ready for Joomla 4.
- [Custom Fields for Joomla](https://extensions.joomla.org/extensions/extension/?searchall=&filter%5Btags%5D%5B%5D=517&filter%5Bcore_catid%5D=&filter%5Bincludes%5D=&filter%5Bversions%5D=&filter%5Btype%5D=&filter%5Bhasdemo%5D=&filter%5Bnewupdated%5D=&filter%5Bscore%5D=&dir=DESC&limitstart=&controller=filter&view=extension&layout=list&Itemid=145&clearorders=0&clearfilters=1) - New Custom Fields in the Joomla! Extension Directory (JED).

## Development

### Source Code

- [joomla/joomla-cms - Main Repository](https://github.com/joomla/joomla-cms) - Home of the Joomla! Content Management System

### Development Frameworks

- [FOF (Framework on Framework)](https://github.com/akeeba/fof) - FOF (Framework on Framework) is a Rapid Application Development framework for Joomla!.
- [Javascript Frameworks](https://docs.joomla.org/J3.x:Javascript_Frameworks) - The Joomla! CMS includes a number of JavaScript Frameworks.
- [Joomla! Framework](https://framework.joomla.org/) - Designed by software developers for software developers. Easy to Adapt. Easy to Extend.
- [Joomlatools Framework](https://www.joomlatools.com/developer/framework/) - All of Joomlatools extensions are powered by the Joomlatools Framework.

### DevOps, Continuous Integration and Development Toolbox

- [JAB17 - Your Joomla dev-ops, ci & cd toolbox](https://www.youtube.com/watch?v=H5JgIQTLoO0&t=492s) - By Andy Gaskell. This talk will provide a gourmet buffet of information and ideas for dev-ops, continuous integration and continuous deployment.
- [JD17UK - DevOps for Joomla](https://www.youtube.com/watch?v=w5ORPXt6W_o&feature=youtu.be) - By Andy Gaskell. The talk is about DevOps for Joomla, from a practical perspective.
- [AndyGaskell/Joomla_Day_UK_2017](https://github.com/AndyGaskell/Joomla_Day_UK_2017) - Slides and examples from Joomla Day UK 2017
- [DevOps with Lando and Docker](https://extly.tech/media/devops-with-lando-and-docker/index.html#/) - By Anibal Sanchez. Introduction to Lando and Docker, in a Joomla context.

### Extension Development

- [joomla-extensions/boilerplate](https://github.com/joomla-extensions/boilerplate) - Boilerplate files for Joomla! extensions
- [anibalsanchez/extly-buildfiles-for-joomla](https://github.com/anibalsanchez/extly-buildfiles-for-joomla) - Webpack-automated build files for Joomla! extensions. Supports all extensions types + JavaScript Apps (Angular, React, Vue or VanillaJS with Laravel Mix) + Node/NPM + Composer.
- [joomla-extensions/weblinks](https://github.com/joomla-extensions/weblinks) - This repo is meant to hold the decoupled com_weblinks component and related code.
- [anibalsanchez/VSCode-Joomla-Snippets](https://github.com/anibalsanchez/VSCode-Joomla-Snippets) - Extension for Visual Studio.
- [vdm-io/Joomla-Component-Builder](https://github.com/vdm-io/Joomla-Component-Builder) - Builds complex Joomla! extensions in Joomla!

#### Template Frameworks

There are many templates. So, the topic of "Templates Frameworks" seems to be the right way to name the family of the best templates around.

- [Gantry - Next Generation Theme Framework](http://gantry.org/) - Develop CMS themes quickly and efficiently while providing flexibility and ease-of-use for end-users.
- [T3 for Joomla!](http://www.t3-framework.org/) - The all new, modern and flexible Joomla Template Framework built with Bootstrap 3.
- [phproberto/tailwind-joomla](https://github.com/phproberto/tailwind-joomla) - Tailwind CSS template for Joomla!
- [anibalsanchez/XT-Tailwind-for-Joomla](https://github.com/anibalsanchez/XT-Tailwind-for-Joomla) - XT Tailwind for Joomla. My Blog template, based on Tailwind CSS.

#### Boilerplates and Tutorials

- [BL4NK](https://github.com/Bloggerschmidt/Blank#bl4nk) - Light, powerful and free template for Joomla!™ for faster and easier web development.
- [Bootstrap Tutorial](https://docs.blank.rocks/bootstrap-tutorial) - A free guide to use BL4NK with Bootstrap
- [anibalsanchez/extly-buildfiles-for-joomla](https://github.com/anibalsanchez/extly-buildfiles-for-joomla) - Description
Webpack-automated build files for Joomla! extensions.

#### PWA - Progressive Web Apps

- [JAB18 - Let’s build a Joomla PWA PWS website, Dimitris Grammatikogiannis](https://www.youtube.com/watch?v=Hg_ATQEl9_U&list=PLE_ZsP4SqZpynn-n0q1G8iUaeGYaqVF4k) - A session to collectively demonstrate all the best practices of 2018. Starting from a blank template to the final website using all the buzzwords of the year: critical assets, lazy loaded assets, lazy loaded images, images with source sets and even webp format, manifest, service worker.
- [Performant Joomla, Dimitris Grammatikogiannis](https://www.youtube.com/watch?v=S7Mr4bZjXBA) - Live Coding Sessions to apply the latest best practices.
- [joomla-projects/joomla-pwa](https://github.com/joomla-projects/joomla-pwa) - Official Joomla PWA repository.
- [anibalsanchez/workboxforjoomla](https://github.com/anibalsanchez/workboxforjoomla) - Workbox for Joomla: JavaScript libraries for Progressive Web Apps.
- [tbela99/gzip](https://github.com/tbela99/gzip) - Optimize any Joomla website and/or turn it into a Progressive Web Application.

### Testing

- [Tutorial - How to setup a local environment for Joomla 4](https://docs.joomla.org/J4.x:Setting_Up_Your_Local_Environment)
- [Joomla! Bug Squad Portal](https://docs.joomla.org/Portal:Bug_Squad)
- [Testing Joomla! patches](https://docs.joomla.org/Special:MyLanguage/Testing_Joomla!_patches)
- [Testing Joomla! patches](https://docs.joomla.org/Testing_Joomla!_patches)
- [Testing Joomla! patches QuickReferenceGuide](https://docs.joomla.org/Testing_Joomla!_patches_QuickReferenceGuide)
- [Codeception for Joomla!](http://codeception.com/for/joomla) - Combine all testing levels (acceptance, functional, unit).
- [JAB16 - Beyond Testing, by Michael Bodnarchuk](https://www.youtube.com/watch?v=YBL2sN-Bj7g&t=194s) - What are best practices for tests (with code samples).
- [Running Automated Tests for the Joomla CMS](https://docs.joomla.org/Running_Automated_Tests_for_the_Joomla_CMS)

### Extension Development for JED submission

- Most Common Submission Errors
  - Install name doesn't match listing name.
  - Use the [JED Checker](https://extensions.joomla.org/extensions/extension/miscellaneous/development/jedchecker/) tool to screen your extension before resubmitting.
  - [Submission Error Codes](https://extensions.joomla.org/support/knowledgebase/item/submission-error-codes/)

### Administration

- [How do you recover or reset your admin password?](https://docs.joomla.org/How_do_you_recover_or_reset_your_admin_password%3F)
- [Security Checklist/You have been hacked or defaced](https://docs.joomla.org/Security_Checklist/You_have_been_hacked_or_defaced) - On Line Action List.

### Coding standard

- [Joomla! Developer Network - Coding standard](https://developer.joomla.org/coding-standards)
- [Joomla CodeSniffer (PHP CS 1.5.6)](https://docs.joomla.org/Joomla_CodeSniffer#1._Installation_of_PHP_Code_Sniffer_.28phpcs.29) - Legacy - 1.x - <https://github.com/joomla/coding-standards/tree/1.x>
- [Joomla CodeSniffer - (PHP CS 2.8)](https://github.com/joomla/coding-standards) - Modern 2.0.0-alpha

### Tips and Tricks

A handy reference for beginners.

- [Accessing the database using JDatabase](https://docs.joomla.org/How_to_use_the_database_classes_in_your_script)- [Retrieving request data using JInput](https://docs.joomla.org/Retrieving_request_data_using_JInput)
- [Adding JavaScript and CSS to the page](https://docs.joomla.org/Adding_JavaScript_and_CSS_to_the_page)
- [Understanding Output Overrides](https://docs.joomla.org/Understanding_Output_Overrides) - A Personal Note: This is VERY important to master the art of customizing a site.

### Joomla 4 Resources

#### General Resources for J4

- [Potential backward compatibility issues in Joomla 4](https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4) - This document tracks potential backward compatibility issues for Joomla! 4. Listed are issues which potentially break extensions.
- [Joomla 4 Readiness Survey - December 21st 2017](https://docs.google.com/forms/d/1VNNe77rEFMKtK0oT9ZVKi17ZhHC8iVwj1GNM3XMlNgg/viewanalytics?edit_requested=true)
- [Joomla - Nightly Builds](https://developer.joomla.org/nightly-builds.html) - Help test the latest Joomla! code.
- [Testing Joomla! patches](https://docs.joomla.org/Testing_Joomla!_patches) - This page explains how you can contribute to the Joomla project by testing
- [Testing Joomla! patches QuickReferenceGuide](https://docs.joomla.org/Testing_Joomla!_patches_QuickReferenceGuide) - A Quick Reference Guide for testing
- [Ruud68 - coding-standards/Joomla/Sniffs](https://github.com/Ruud68/coding-standards/tree/master/Joomla/Sniffs/Deprecated) - A whole bunch of depreacted functions and classes
- [Joomla 4 - Roadmap](https://developer.joomla.org/roadmap.html#4) - The full Joomla 4 roadmap is published on the Developer site.

#### Videos about Joomla 4

- [JWC 2017 - Joomla 4 - Coming to a Website near you!](https://www.youtube.com/watch?v=1UKh8RmWTrI&list=PL0Lg2fzcJu1Rk-Ylwo1kKNZvY_Pz8yhW0&index=9), by George Wilson
- [JWC 2017 - Joomla 4ward](https://www.youtube.com/watch?v=uT05Co1hqDA&list=PL0Lg2fzcJu1Rk-Ylwo1kKNZvY_Pz8yhW0&index=23), by Michael Babker
- [JAB17 - New authorization library in J4 - redone for performance and flexybility](https://www.youtube.com/watch?v=XwX_dYpZw5k&index=3&list=PLSwFVRVZ3joRaNi8VgagcqW4IxX5MmYOc), by Klas - All about new authorization library is replacing JAccess in J4.
- [JAB17 - Prepare your extension for Joomla 4](https://www.youtube.com/watch?v=4FKSrAVcDqU&list=PLSwFVRVZ3joRaNi8VgagcqW4IxX5MmYOc&index=6), by Allon Moritz. Allon leads the media manager team and is porting the Joomla CMS to namespaces in the Joomla 4 working group.

#### New Media Manager

- [Joomla 4 New Media Manager: How it helps manage media files](https://www.gavick.com/blog/joomla-4-new-media-manager-how-it-helps-manage-media-files)

#### New User Interface of J4

- [Bootstrap v4.0 - Documentation](http://getbootstrap.com/docs/4.0/getting-started/introduction/)
- [Be smart, load but don’t unload!](https://developer.joomla.org/news/716-be-smart-load-but-dont-unload-ui-frameworks.html) - Information to our users / Joomla and UI Frameworks
- [Episode IV - A new User Interface for the Joomla Backend](https://magazine.joomla.org/item/3289-episode-iv-a-new-user-interface-for-the-joomla-backend)
- [Joomla 4 - Custom Elements](https://magazine.joomla.org/issues/issue-nov-2017/item/3286-joomla-4-custom-elements), by Dimitris Grammatikogiannis
- [Joomla 4 and Bootstrap 4: Perfect integration](https://www.jomsocial.com/blog/joomla-4-and-bootstrap-4-perfect-integration)

#### PHP 7 - Minimum Requirement

- [4 reasons why you should get PHP 7](https://www.joomla.org/announcements/general-news/5719-4-reasons-why-you-should-get-php-7.html). Be ready for #Joomla 4. It's coming in 2018

#### Community News about Joomla 4

- [Joomla 4 compatibility layer in 3.8](https://developer.joomla.org/news/717-joomla-4-compatibility-layer-in-3-8.html) - With the release of Joomla 3.8 a first compatibility layer for Joomla 4 was released.
- [8 most exciting Joomla 4 new features](https://www.joomlart.com/blog/8-most-excited-joomla-4-new-features)
- [9 exciting Joomla 4 new features introduction](https://www.joomlart.com/blog/infographic-9-exiting-joomla-4-new-features-introduction)
- [A First Look at Joomla 4](https://www.joomlashack.com/blog/tutorials/first-look-joomla-4/)
- [Discovery Joomla 4 News Features and Release Plan](https://www.smartaddons.com/blog/discovery-joomla-4-news-features-and-release-plan)
- [Everything you need to know about Joomla 4](https://www.joomshaper.com/blog/everything-you-need-to-know-about-joomla-4)
- [Joomla 3 and Joomla 4 features comparison: 15 new things to take note](https://www.joomlart.com/blog/joomla-3-vs-joomla-4-features-comparison-15-new-things-to-take-note)
- [Joomla 4 Alpha is Out! Check the extensions for compatibility Joomla](https://magazine.joomla.org/item/3290-joomla-4-alpha-is-out)
- _Podcast Español_ - [Mastermind Joomla - ¿Qué esperar de Joomla 4?](https://mastermindjoomla.com/17-que-esperar-joomla-4)

![9 exciting Joomla 4 new features introduction](https://static.joomlart.com/images/blog/2017/joomla-4/joomla-4-new-features-infographics/joomla-4-new-features-infographics.jpg)

## Official Resources

- [Joomla! - Main Site](https://www.joomla.org/)
- [Joomla! Volunteers Portal™](https://volunteers.joomla.org/)
  - [Board of Directors - Reports](https://volunteers.joomla.org/board-of-directors)
  - [Departments - Reports](https://volunteers.joomla.org/departments)
    - [Events](https://volunteers.joomla.org/departments/events)
    - [Legal & Financial](https://volunteers.joomla.org/departments/legal-financial)
    - [Marketing & Communication](https://volunteers.joomla.org/departments/marketing-communication)
    - [Operations](https://volunteers.joomla.org/departments/operations)
    - [Production](https://volunteers.joomla.org/departments/production)
    - [Programs](https://volunteers.joomla.org/departments/programs)
- [Advertise on Joomla! | BuySellAds](https://www.buysellads.com/buy/detail/278743)

## Joomla Official Sites

- Main Site - [www.joomla.org](https://www.joomla.org)
- Joomla! API - [api.joomla.org](https://api.joomla.org)
- Joomla! Certification Program - [certification.joomla.org](https://certification.joomla.org)
- The Joomla! Community Portal - [community.joomla.org](https://community.joomla.org)
- Joomla! World Conference - [conference.joomla.org](https://conference.joomla.org)
- Joomla! Developer Network - [developer.joomla.org](https://developer.joomla.org)
- Joomla! Documentation - [docs.joomla.org](https://docs.joomla.org)
- Joomla! Downloads - [downloads.joomla.org](https://downloads.joomla.org)
- Joomla! Certification Exam - [exam.joomla.org](https://exam.joomla.org)
- Joomla! Extensions Directory - [extensions.joomla.org](https://extensions.joomla.org)
- The Joomla! Forum - [forum.joomla.org](https://forum.joomla.org)
- Joomla! Framework - [framework.joomla.org](https://framework.joomla.org)
- Joomla! Issue Tracker - [issues.joomla.org](https://issues.joomla.org)
- Joomla! Community Magazine - [magazine.joomla.org](https://magazine.joomla.org)
- Open Source Matters! - [opensourcematters.org](http://opensourcematters.org)
- Joomla! Resources Directory - [resources.joomla.org](http://resources.joomla.org)
- Joomla! Showcase Directory - [showcase.joomla.org](https://showcase.joomla.org)
- Joomla! Trademark & Licensing - [tm.joomla.org](https://tm.joomla.org)
- The Joomla! Vulnerable Extensions List - [vel.joomla.org](https://vel.joomla.org)
- Joomla! Volunteers Portal - [volunteers.joomla.org](https://volunteers.joomla.org)
- JoomlaCode - [joomlacode.org](http://joomlacode.org)

## Events

- [Joomla! World Conference](https://conference.joomla.org/) - The official main event
- [J and Beyond](http://jandbeyond.org/) - The community main event
- [Joomla! Days](https://community.joomla.org/events/joomladays.html) - Joomla Days are local events, coordinated by user groups at city level.

## Leadership

### Organization Chart

![Organization Chart](https://community.joomla.org/images/blogs/leadership-blog/joomla_leadership_structure.png)

### Teams

- Events
  - Events
  - User Groups (JUG)
  - World Conference (JWC)
- Legal & Finance
  - Capital
  - Finance Team (FIT)
  - Trademark & Licensing (TLWG)
- Marketing & Communication
  - Community Translation
  - Marketing
  - Social Media
- Operations
  - Community Magazine (JCM)
  - Extensions Directory (JED)
  - Forum
  - Resources Directory (JRD)
  - Showcase Directory (JSD)
  - Template Directory (JTD)
  - Vulnerable Extensions List (VEL)
- Production
  - Automated Testing
  - Bug Squad
  - CMS Maintainance
  - CMS Release
  - Core Translation
  - Documentation (JDOCS)
  - Framework
  - Google Summer of Code (GSOC)
  - Joomla! X
  - Security Strike Team (SST)
  - User Experience (JUX)
- Programs
  - Certification
  - Event Traveller Program (JET)

### Joomla! Board of Directors

- [President](https://volunteers.joomla.org/board-of-directors)
- [Vice-President](https://volunteers.joomla.org/board-of-directors)
- [Secretary](https://volunteers.joomla.org/board-of-directors)

#### Department Coordinators

- [Production](https://volunteers.joomla.org/board-of-directors)
- [Treasurer](https://volunteers.joomla.org/board-of-directors)
- [Operations](https://volunteers.joomla.org/board-of-directors)
- [Marketing & Communication](https://volunteers.joomla.org/board-of-directors)
- [Events](https://volunteers.joomla.org/board-of-directors)
- [Legal](https://volunteers.joomla.org/board-of-directors)
- [Programs](https://volunteers.joomla.org/board-of-directors)

## Marketing

- [30 Joomla Statistics for the Informed Digital Marketer in 2019](https://hostingtribunal.com/blog/30-joomla-statistics-for-the-informed-digital-marketer-in-2019/)
  - Joomla usage statistics
    - Joomla is the 2nd most widely used CMS in the world.
    - Joomla has been downloaded over 97M times.
    - Joomla powers 3.1% of the World Wide Web.
    - Joomla has a global CMS market share of 5.7%.
    - More than 2.5M websites worldwide use Joomla.
    - Among the top 100,000 most visited websites, more than 1,000 use Joomla.
    - Among the top 1M websites, more than 20K use Joomla.
    - Over 9% of business websites use Joomla.
    - 300+ Joomla websites are added every day.
    - Version 3 of Joomla is used by 66% of all websites that use the CMS.
  - Key Joomla advantages
    - Joomla has won the CMS Critic People’s Choice Award for Best Free CMS four years in a row.
    - Joomla has been selected as a Google Summer of Code Mentor organization 10 times.
    - Top advantages of using Joomla include better user management, flexibility in displaying non-standard content, and built in multilingual support.
    - Joomla offers over 70 translation packs for the core.
    - There are thousands of free and paid templates for Joomla.
    - According to official Joomla stats, it has close to 8,000 extensions.
    - Joomla offers SEO-friendly functions natively.
    - Joomla comes with built in performance-boosting functionality.
    - Joomla is more secure than WordPress out of the box.
    - The most popular websites using Joomla include those of Harvard University, IKEA, Linux, Guggenheim Museum, and The Fashion Spot.
    - Some of the most amazing Joomla sites are showcased at the Joomla.org site.
    - Joomla is the best CMS for creating social networks.
    - Contrary to popular belief, Joomla offers powerful blogging capabilities.
    - The most popular e-commerce-related Joomla extension is VirtueMart.
  - General Joomla statistics
    - How long has Joomla been around? In its current form, since 2005.
    - Joomla is a totally community-driven, open source CMS.
    - The Joomla code has had 29,000+ commits made by 780+ contributors.
    - Joomla has an active community of nearly 700K members.
    - There are 180 Joomla user groups spread across the world.
    - The Joomla global community had over 35 major events in 2018.
  - Key Joomla statistics 2019 takeaways
    - Despite the obvious and substantial domination of the CMS market by WordPress, Joomla continues to maintain a steady global user base.
    - This is driven by some important advantages that Joomla has to offer, which can be pertinent for your specific needs. These include greater security, more flexibility, better user management, and very strong multilingual functionality.
    - Joomla statistics also show that it is far from being a product in its death throes; quite the contrary, Joomla remains a thriving, community-driven open source movement that continues to respond to user demands.
- [Brochure - 2017](https://github.com/anibalsanchez/awesome-joomla/blob/master/Joomla_Brochure-UseCases-2017-US-English-2-opt.pdf). High-level informative document.
- [Media Kit](https://docs.google.com/document/d/1EU_d_-uae2lHA-IbvnXJo5h6ZBK84tUO0-Xx7lC0qm0/edit#). Promotional Materials about Joomla. - Key Facts - Joomla is an award-winning content management system (CMS) used to build powerful web sites and online applications. - A global volunteer community of developers has been building and improving Joomla since the first version was released in 2005. This immense effort has made _Joomla easy to use, stable and very secure_. - Joomla is an award-winning content management system (CMS). During 2017, Joomla won the **Best Free CMS**, by [2017 CMS Critic Awards](https://community.joomla.org/blogs/community/joomla-is-the-best-free-cms-by-2017-cms-critic-awards.html) - Within the main functionality,"ease of use" and "extensibility" (8,000+ approved extensions) are always highlighted. This is the core functionality: <https://www.joomla.org/core-features.html>. Natively, Joomla incorporates 2FA authentication. - Joomla is an established CMS, with a mature code base (370,000+ lines of code), more than 12 years of evolution (29,000+ commits) and supported by a great team of collaborators (780+). - Joomla is used in 6.6% of CMS and 3.2% of global websites. - Key Numbers - 6.5% of the websites built with a CMS. 3.2% of all websites - 2+ million websites - 90+ million downloads - 370,000+ lines of code - 29,000+ commits - 780+ core developers - 10+ core extensions - 170+ User Groups - 70+ Events per year - 1,200+ registered volunteers - 25 million sessions in 2017
  In particular, security is a strength of Joomla: - Joomla has the [Best Practice Guides](https://developer.joomla.org/coding-standards.html) in its development standard and is a measure that applies to core development and approved extensions within the ecosystem.
  To confirm Joomla's security assurances in perspective, Joomla had 94 security reports, while WordPress had 254 and Drupal 313 respectively. You can find the full analysis here: https://www.getastra.com/blog/cms/security-comparison-of-cms-wordpress-vs-drupal-vs-joomla/ - In short, Joomla is ideal for corporate sites, non-profit organisations, or educational institutions. - About the news in 2017, this is a good summary of the day-to-day topics of the project: https://www.joomla.org/announcements/general-news/5722-joomla-year-in-review-2017.html
- [A sustainable ecosystem for Joomla](https://docs.google.com/presentation/d/1Sx1UPZ8whxsxFvyHCMoGhtF5_HvHH1Xy3QWJe3EeCcE/edit#slide=id.g1ba30ac4d2_0_6)
- [Joomla Marketing Visuals](https://docs.joomla.org/Joomla_Marketing_Visuals) - [Google Drive](http://goo.gl/VRlZCP)
- [Joomla Signature](https://drive.google.com/drive/folders/0B-WMsfRg_wiva0ZIMUtNNWVIVnM)
- [Joomla Brandmark](https://drive.google.com/drive/folders/0B-WMsfRg_wivamdtTnppRkpFMmM)
- [Official Colours](https://drive.google.com/drive/folders/0B-WMsfRg_wivZVRST29TMUQ3blk)
- [Typography](https://drive.google.com/drive/folders/0B-WMsfRg_wivMVp2T0V4VU5EOW8)
- [Logos - Conditional Use](https://drive.google.com/drive/folders/0B0yY6xU4qDVUaVdoXzlHeHZMeTg)
- [Joomla 3.6 Imagery](https://docs.joomla.org/J3.x:Joomla_3.6_Imagery)
- [Social Media - Joomla 3.5](https://drive.google.com/drive/folders/0B5uNo3ban2UnN05UYUh6M1hXVmM)

## Podcasts

- [Joomla Beat Podcast | Spreaker](https://www.spreaker.com/show/joomla_beat_podcast)
- [Mastermind Joomla!](https://mastermindjoomla.com/) - _Español_

## Archive

List of archived Joomla! sub-projects, unsupported or longer active:

- [What version of Joomla! should you use?](https://docs.joomla.org/What_version_of_Joomla!_should_you_use%3F) Joomla! 1.0, 1.5, 1.6, 1.7 and 2.5.
- [API16:Framework](https://docs.joomla.org/API16:Framework) - The Joomla! Framework was an important part of the Joomla! CMS architecture in the versions 1.5 and 1.6. Do NOT confuse with the current JFramework (Yes, I know ...).
- [JPlatform](https://docs.joomla.org/Platform) - As of 24 April 2013, the Platform project has been retired. The Platform has been merged back into the CMS.

## Contribute

Contributions welcome! Read the [contribution guidelines](contributing.md) first.

## License

[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)

To the extent possible under law, Anibal Sanchez has waived all copyright and
related or neighboring rights to this work.
# Awesome Probabilistic Planning [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

> A curated list of resources for people starting to research in Probabilistic Planning in Artificial Intelligence.


## Table of Contents

* [Books](https://github.com/thiagopbueno/planning-resources-roadmap#books)
* [Conferences and Competitions](https://github.com/thiagopbueno/planning-resources-roadmap#conferences-and-competitions)
* [Courses](https://github.com/thiagopbueno/planning-resources-roadmap#courses)
* [Papers](https://github.com/thiagopbueno/planning-resources-roadmap#papers)
* [Research Groups](https://github.com/thiagopbueno/planning-resources-roadmap#research-groups)
* [Software](https://github.com/thiagopbueno/planning-resources-roadmap#software)
* [Tutorials](https://github.com/thiagopbueno/planning-resources-roadmap#tutorials)


## Books

* [Automated Planning and Acting](http://projects.laas.fr/planning/)
* [Automated Planning: Theory & Practice](https://www.cs.umd.edu/~nau/planning/slides/)
* [A Concise Introduction to Models and Methods for Automated Planning](http://www.morganclaypool.com/doi/abs/10.2200/S00513ED1V01Y201306AIM022)
* [Planning with Markov Decision Processes: An AI Perspective](http://www.morganclaypool.com/doi/abs/10.2200/S00426ED1V01Y201206AIM017)
* [Heuristic Search: Theory and Applications](https://www.amazon.com/Heuristic-Search-Applications-Stefan-Edelkamp/dp/0123725127/)


## Courses

* [AI Planning MOOC, School of Informatics, University of Edinburgh](http://media.aiai.ed.ac.uk/Project/AIPLAN/)
* [CMSC 722, AI Planning](http://www.cs.umd.edu/~nau/cmsc722/)


## Conferences and Competitions

* [International Conference on Automated Planning and Scheduling (ICAPS)](http://www.icaps-conference.org/)
* [International Planning Competition (IPC)](http://www.icaps-conference.org/index.php/Main/Competitions)


## Papers

* Boutilier, Craig, Thomas Dean, and Steve Hanks. **Decision-theoretic planning: Structural assumptions and computational leverage.** Journal of Artificial Intelligence Research 11, no. 1 (1999): 94.

* Dean, Thomas, and Keiji Kanazawa. **A model for reasoning about persistence and causation.** Computational intelligence 5, no. 2 (1989): 142-150.

* Howard, Ronald A. **Comments on the origin and application of Markov decision processes.** Operations Research 50, no. 1 (2002): 100-102.

* Browne, Cameron B., Edward Powley, Daniel Whitehouse, Simon M. Lucas, Peter I. Cowling, Philipp Rohlfshagen, Stephen Tavener, Diego Perez, Spyridon Samothrakis, and Simon Colton. **A survey of monte carlo tree search methods.** IEEE Transactions on Computational Intelligence and AI in games 4, no. 1 (2012): 1-43.

* Guestrin, Carlos, Daphne Koller, Ronald Parr, and Shobha Venkataraman. **Efficient solution algorithms for factored MDPs.** Journal of Artificial Intelligence Research 19 (2003): 399-468.

* Trevizan, Felipe W., Fabio Gagliardi Cozman, and Leliane Nunes de Barros. **Planning under Risk and Knightian Uncertainty.** In IJCAI, vol. 2007, pp. 2023-2028. 2007.

* Edelkamp, Stefan. **Heuristic Search Planning with BDDs.** In PuK. 2000.

* Hansen, Eric A., and Shlomo Zilberstein. **LAO\*: A heuristic search algorithm that finds solutions with loops.** Artificial Intelligence 129, no. 1-2 (2001): 35-62.

* Bonet, Blai, and Hector Geffner. **Labeled RTDP: Improving the Convergence of Real-Time Dynamic Programming.** In ICAPS, vol. 3, pp. 12-21. 2003.

* Younes, Håkan LS, and Michael L. Littman. **PPDDL1.0: An extension to PDDL for expressing planning domains with probabilistic effects.** Techn. Rep. CMU-CS-04-162 (2004).

* Sanner, Scott. **Relational dynamic influence diagram language (RDDL): Language description.** Unpublished ms. Australian National University (2010): 32.

* Hoffmann, Jörg. **Everything you always wanted to know about planning.** In Annual Conference on Artificial Intelligence, pp. 1-13. Springer Berlin Heidelberg, 2011.

* Sanner, Scott. **How to spice up your planning under uncertainty research life.** In Workshop on a Reality Check for Planning and Scheduling Under Uncertainty (ICAPS-08). 2008.


## Research Groups

* [Automated Planning and Control Group at the University of Washington](https://www.cs.washington.edu/research/ai/automated_planning_control)
* [Decision-theoretic Planning and Learning in The Artificial Intelligence Group at the University of Waterloo](http://ai.uwaterloo.ca/)
* [Foundations of Artificial Intelligence (FAI) Group](https://fai.cs.uni-saarland.de/research.html)
* [Foundations of Artificial Intelligence University of Freiburg, Germany](http://gki.informatik.uni-freiburg.de/)
* [Planning and Activity Management Group within the Artificial Intelligence Applications Institute (AIAI) in the School of Informatics at the University of Edinburgh](http://www.aiai.ed.ac.uk/project/plan/)
* [Planning Research Group in the Department of Informatics at King's College London](http://nms.kcl.ac.uk/planning/)
* [Planning, Cognitive Robotics and Applications Research Group in LIAMF Group at the University of São Paulo, Brazil](https://www.ime.usp.br/~liamf/)
* [Robotics and InteractionS (RIS) in Laboratory for Analysis and Architecture of Systems at CNRS, France](https://www.laas.fr/public/en/ris/)
* [The Artificial Intelligence and Machine Learning group at the Universitat Pompeu Fabra (UPF) in Barcelona, Spain](http://www.ai.upf.edu/)


## Software


### Online Tools

* [planning.domains](http://planning.domains/)
A collection of tools for working with planning domains. Tutorial available at [https://www.youtube.com/watch?v=hPoWf-cKSww](https://www.youtube.com/watch?v=hPoWf-cKSww). Source code available at [https://bitbucket.org/planning-researchers/cloud-solver](https://bitbucket.org/planning-researchers/cloud-solver).

### Parsers

* [Universal PDDL-parser](https://github.com/aig-upf/universal-pddl-parser)
* [PDDL-pp](https://github.com/thiagopbueno/pddlparser-pp)


### Planners

#### Classical

* [Lightweight Automated Planning Toolkit](https://github.com/LAPKT-dev/LAPKT-public)
LAPKT stands for the **Lightweight Automated Planning ToolKiT**. It aims to make your life easier if your purpose is to create, use or extend basic to advanced Automated Planners. It's an open-source Toolkit written in C++ and Python with simple interfaces that give you complete flexibility by decoupling parsers from problem representations and algorithms.

* [Automated Programming Framework](http://aig-upf.github.io/)
This is the main software repository of the Artificial Intelligence and Machine Learning Research Group at Universitat Pompeu Fabra, Barcelona, Spain. The Automated Programming Framework includes the code necessary to configure and execute different compilations related to the formalisms of Planning Programs and Hierarchical Finite State Controllers. 

* [FastDownward (FD)](http://www.fast-downward.org/HomePage)
Helmert, Malte. **The Fast Downward Planning System.** J. Artif. Intell. Res.(JAIR) 26 (2006): 191-246.

* [FastForward (FF)](https://fai.cs.uni-saarland.de/hoffmann/ff.html)
Hoffmann, Jörg. **FF: The fast-forward planning system.** AI magazine 22, no. 3 (2001): 57.

* [SATPLAN](http://www.cs.rochester.edu/u/kautz/satplan/index.htm)
Henry Kautz, Bart Selman, and Joerg Hoffmann (2006). **SatPlan: Planning as Satisfiability.**  Working Notes of the 5th International Planning Competition, Cumbria, UK, 2006.

* [blackbox](http://www.cs.rochester.edu/u/kautz/satplan/blackbox/index.html)
Kautz, Henry, and Bart Selman. **Unifying SAT-based and graph-based planning.** In IJCAI, vol. 99, pp. 318-325. 1999.

#### Probabilistic

* [MDP-engine](https://github.com/bonetblai/mdp-engine)
Implementation of different algorithms and policies for solving MDPs.

* [G-Pack](https://github.com/arian/G-pack-2.0)
G-pack is a software package for planning under uncertainty that currently implements: **LR^2TDP** (Reverse Iterative Deepening LRTDP), **Glutton**, the runner-up at the 2011 International Probabilistic Planning Competition (IPPC-2011), essentially a beefed-up offline version of LR^2TDP; and **Gourmand**, an online version of Glutton. Because planning offline isn't feasible for large MDPs, Gourmand tends to outperform Glutton on such problems.

* [PROST](https://bitbucket.org/tkeller/prost/wiki/Home)
Keller, Thomas, and Patrick Eyerich. **PROST: Probabilistic Planning Based on UCT.** In ICAPS. 2012.

* [SPUDD](https://cs.uwaterloo.ca/~jhoey/research/spudd/index.php)
Hoey, Jesse, Robert St-Aubin, Alan Hu, and Craig Boutilier. **SPUDD: Stochastic planning using decision diagrams.** In Proceedings of the Fifteenth conference on Uncertainty in artificial intelligence, pp. 279-288. Morgan Kaufmann Publishers Inc., 1999.

* [FPG](http://fpg.loria.fr/wiki/index.html)
Buffet, Olivier, and Douglas Aberdeen. **The factored policy-gradient planner.** Artificial Intelligence 173, no. 5-6 (2009): 722-747.

### Simulators

* [RDDLSim](https://github.com/ssanner/rddlsim)
Implements a parser, simulator, and client/server evaluation architecture for the relational dynamic influence diagram language (RDDL) -- pronounced "riddle".

### Libraries

* [Colorado University Decision Diagrams (CUDD)](http://vlsi.colorado.edu/~fabio/CUDD/html/)

* [List of BDD packages](https://github.com/johnyf/tool_lists/blob/master/bdd.md)


## Tutorials

* [ICAPS 2016: Planning under Uncertainty (part 1), Scott Sanner](https://www.youtube.com/watch?v=IVmXLsa-Usc&index=5&list=PLj-ZdQ5rfSEpnsOfJeG7UfheAuZ42tEOM)

* [Probabilistic Planning with Markov Decision Processes, Andrey Kolobov and Mausam](https://homes.cs.washington.edu/~mausam/papers/tut12b.pdf)

* [Advanced Introduction to Planning: Models and Methods, Hector Geffner](http://www.dtic.upf.edu/~hgeffner/tutorial-ijcai-2011.pdf)

* [Probabilistic Planning, Blai Bonet](https://bonetblai.github.io/tutorials/uc3m_2012_probabilistic_planning.pdf)


## License

Copyright (c) 2017 Thiago Pereira Bueno All Rights Reserved.

Planning-Resources-Roadmap is free ~~software~~ documentation: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Planning-Resources-Roadmap is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Planning-Resources-Roadmap. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).
Awesome Screen Recorder & Video Editor, Full page screen capture & Annotation tool
Capture your screen with Awesome Screenshot & Screen Recorder, a powerful tool for screen sharing, used by millions of users. Save screen recordings & screenshots to awesomescreenshot.com and share your videos and images instantly with unique shareable links. 

The two-tab popup menu allows you to switch between screen recording and screen capture easily. 
Want to share your screen for cases like reporting technical issue, making product demo or how-to tutorials? Set the Record tab as the primary tab in Options and start recording whenever needed. 

**Record**
- Record your Desktop, current Tab or Camera only
- Include your voice in recording with Microphone option on
- Include your face in your video by embedding your webcam
- Choose video dimensions from 720p, 1080p or 4K 

**Save & Share Recording**
- Instantly get a shareable link of a video after finishing recording 
- Easily share a recording video to Jira, Slack, Trello, Asana, GitHub
- Download uploaded videos in WebM or MP4 format
- Save recordings to local disk 


Prefer to screenshot web pages as images? No problem, you can set the Capture tab as the primary tab. 

**Screen Capture** 
- Capture a screenshot of the page you visit, full page, selected area or visible part 
- Capture a screenshot of your entire screen or a specific application window 
- Capture visible part, entire screen or app window after delay


**Annotate Screenshot**
- Resize or crop a screenshot to the size you need 
- Annotate your screenshot with rectangle, circles, arrows, lines, etc.
- Add text to your screenshot with or without background color, change text font and font size
- Blur sensitive information on your screenshot 
- Highlight important part on your screenshot 
- Select a local image or paste a copied image from your clipboard to annotate 


**Save & Share Screenshot**
- Save screenshot as image in PNG or JPG format, or download screenshot as PDF
- One click to save screenshot to your Awesome Screenshot account and get a shareable link 
- Send a screenshot to a destination in Jira, Slack, Trello, Asana, GitHub 
- Copy a screenshot directly when capturing selected area for quick pasting 
# Awesome Search

I've been building e-commerce search applications for almost ten years. Below you can find a list of (some) publications, conferences and books that inspire me. Grouped by topic (If an article fits into multiple topics - it goes into multiple sections).

:star: Star us on GitHub — it helps!

:bell: Start watching the repo or follow the [atom feed](https://github.com/frutik/awesome-search/commits/master.atom) to receive updates.

### Topics
- [General, fun, philosophy](#general-fun-philosophy)
- [Types of search](#types-of-search)
- [Relevance](#relevance)
- [Search UX](#search-ux)
  - Baymard Institute
  - Nielsen Norman Group
  - Enterprise Knowledge LLC
  - Facets
    - Accidental Taxonomist
  - Other
- [Spelling correction](#spelling-correction)
- [Suggestions](#suggestions)
- [Synonyms](#synonyms)
- [Personalisation](#personalisation)
- [Graphs/Taxonomies/Knowledge Graph](#graphstaxonomiesknowledge-graph)
  - Integrating Search and Knowledge Graphs (by Enterprise Knowledge)
- [Query understanding](#query-understanding)
  - Search Intent
  - Query segmentation
- [Algorithms](#algorithms)
  - Relevance Algorithms
  - Learning to Rank
    - Click models for search
  - BERT
  - Collocations, common phrases
  - Other Algorithms
- [Tracking, profiling, GDPR, Analysis](#tracking-profiling-gdpr-analysis)
- [Testing, metrics, KPIs](#testing-metrics-kpis)
  - Metrics
  - KPIs
  - Evaluating Search (by Daniel Tunkelang)
  - Measuring Search (by James Rubinstein)
  - Three Pillars of Search Relevancy (by Andreas Wagner)
- [Architecture](#architecture)  
- [Blogs and Portals, News](#blogs-and-portals)
- [Conferences](#conferences)
- [Books](#books)
- [Papers](#papers)
- [Management, Search Team](#management-search-team)
  - Job Interviews
- [Industry players](#industry-players)
  - Personalies and influencers
  - Search Engines
  - Products and services
  - Consulting companies
- [Blogposts series](#blogposts-series)
  - Search Optimization 101 (by Charlie Hull)
  - Query Understanding (by Daniel Tunkelang)
  - Grid Dynamics
  - Considering Search: Search Topics (by Derek Sisson)
- [Videos](#videos)
  - Channels
  - Featured
- [Usecases](#usecases)
- [Tools](#tools)

## Unsorted

- [sandbox Jun 2021](https://github.com/frutik/awesome-search/issues/19)
- [sandbox May 2021](https://github.com/frutik/awesome-search/issues/18)
- [sandbox April 2021](https://github.com/frutik/awesome-search/issues/17)
- [sandbox Dec 2020](https://github.com/frutik/awesome-search/issues/10)
- [sandbox Jan 2020](https://github.com/frutik/awesome-search/issues/1)

## General, fun, philosophy

* [Falsehoods Programmers Believe About Search](https://opensourceconnections.com/blog/2019/05/29/falsehoods-programmers-believe-about-search/)
* [Ethical Search: Designing an irresistible journey with a positive impact](https://medium.com/empathyco/fooddiscovery-2-ethical-search-designing-an-irresistible-journey-with-a-positive-impact-cc921c07a5a8)
* [On Semantic Search](https://medium.com/modern-nlp/semantic-search-fuck-yeah-e371c0f639d)
* [Feedback debt: what the segway teaches search teams](https://opensourceconnections.com/blog/2020/03/19/feedback-debt/)
* [Supporting the Searcher’s Journey: When and How](https://medium.com/@dtunkelang/supporting-the-searchers-journey-when-and-how-568e9b68fe02)
* [Shopping is Hard, Let’s go Searching!](https://medium.com/@dtunkelang/shopping-is-hard-lets-go-searching-f61f3d5764d3)
* [An Introduction to Search Quality](https://opensourceconnections.com/blog/2018/11/19/an-introduction-to-search-quality/)
* [On-Site Search Design Patterns for E-Commerce: Schema Structure, Data Driven Ranking & More](https://project-a.github.io/on-site-search-design-patterns-for-e-commerce/)
* [In Search of Recall](https://www.linkedin.com/pulse/search-recall-daniel-tunkelang/)

## Types of search

* Etsy. [Targeting Broad Queries in Search](https://codeascraft.com/2015/07/29/targeting-broad-queries-in-search/)
* [How Etsy Uses Thermodynamics to Help You Search for “Geeky”](https://codeascraft.com/2015/08/31/how-etsy-uses-thermodynamics-to-help-you-search-for-geeky/)
* [Broad and Ambiguous Search Queries](https://medium.com/@dtunkelang/broad-and-ambiguous-search-queries-1bbbe417dcc)
* [Deconstructing E-Commerce Search: The 12 Query Types](https://baymard.com/blog/ecommerce-search-query-types)

## Relevance

* [Humans Search for Things not for Strings](https://www.linkedin.com/pulse/humans-search-things-strings-andreas-wagner/)
* [What is a ‘Relevant’ Search Result?](https://opensourceconnections.com/blog/2019/12/11/what-is-a-relevant-search-result/)
* [How to Achieve Ecommerce Search Relevance](https://blog.searchhub.io/how-to-achieve-ecommerce-search-relevance?cn-reloaded=1&cn-reloaded=1)
* [Setting up a relevance evaluation program](https://medium.com/@jamesrubinstein/setting-up-a-relevance-evaluation-program-c955d32fba0e)

## Search UX

### Baymard Institute

* [Deconstructing E-Commerce Search: The 12 Query Types](https://baymard.com/blog/ecommerce-search-query-types)
* [Autodirect or Guide Users to Matching Category](https://baymard.com/blog/autodirect-searches-matching-category-scopes)
* [13 Design Patterns for Autocomplete Suggestions (27% Get it Wrong)](https://baymard.com/blog/autocomplete-design)
* [E-Commerce Search Needs to Support Users’ Non-Product Search Queries (15% Don’t)](https://baymard.com/blog/support-non-product-search)
* [Search UX: 6 Essential Elements for ‘No Results’ Pages](https://baymard.com/blog/no-results-page)
* [Product Thumbnails Should Dynamically Update to Match the Variation Searched For (54% Don’t)](https://baymard.com/blog/color-and-variation-searches)
* [Faceted Sorting - A New Method for Sorting Search Results](https://baymard.com/blog/faceted-sorting)
* [The Current State of E-Commerce Search](https://baymard.com/blog/external-article-state-of-ecommerce-search)
* [E-Commerce Sites Need Multiple of These 5 ‘Search Scope’ Features](https://baymard.com/blog/search-scope)
* [E-Commerce Search Field Design and Its Implications](https://baymard.com/blog/search-field-design)
* [E-Commerce Sites Should Include Contextual Search Snippets (96% Get it Wrong)](https://baymard.com/blog/search-snippets)
* [E-Commerce Search Usability: Report & Benchmark](https://baymard.com/blog/ecommerce-search-report-and-benchmark)
* [Six ‘COVID-19’ Related E-Commerce UX Improvements to Make](https://baymard.com/blog/covid-19-ux-improvements)

### Nielsen Norman Group

* [The Love-at-First-Sight Gaze Pattern on Search-Results Pages](https://www.nngroup.com/articles/love-at-first-sight-pattern/)
* [Good Abandonment on Search Results Pages](https://www.nngroup.com/articles/good-abandonment/)
* [Complex Search-Results Pages Change Search Behavior: The Pinball Pattern](https://www.nngroup.com/articles/pinball-pattern-search-behavior/)
* [Site Search Suggestions](https://www.nngroup.com/articles/site-search-suggestions/)
* [Search-Log Analysis: The Most Overlooked Opportunity in Web UX Research](https://www.nngroup.com/articles/search-log-analysis/)
* [Scoped Search: Dangerous, but Sometimes Useful](https://www.nngroup.com/articles/scoped-search/)
* [Metacrap: Putting the torch to seven straw-men of the meta-utopia](Guidelines for Search Engine "No Results" Pages](https://www.nngroup.com/articles/search-no-results-serp/)

### Enterprise Knowledge LLC

* [Optimizing Your Search Experience: A Human-Centered Approach to Search Design](https://enterprise-knowledge.com/optimizing-your-search-experience-a-human-centered-approach-to-search-design/)

### Facets

* [Facets of Faceted Search](https://medium.com/@dtunkelang/facets-of-faceted-search-38c3e1043592)
* [Coffee, Coffee, Coffee!](https://medium.com/@dtunkelang/coffee-coffee-coffee-de3121b797d1)
* [Faceted Search](https://queryunderstanding.com/faceted-search-7d053cc4fada)
* [How to implement faceted search the right way](https://medium.com/empathyco/how-to-implement-faceted-search-the-right-way-4bfba2bd2adc)
* [Metadata and Faceted Search](https://medium.com/searchblox/metadata-and-faceted-search-62ec6e4de353)
8 [](https://people.well.com/user/doctorow/metacrap.htm)

#### Accidental Taxonomist

* [How Many Facets Should a Taxonomy Have](http://accidental-taxonomist.blogspot.com/2020/07/how-many-facets-in-taxonomy.html)
* [When a Taxonomy Should not be Hierarchical](https://accidental-taxonomist.blogspot.com/2020/06/when-taxonomy-should-not-be-hierarchical.html)
* [Customizing Taxonomy Facets](http://accidental-taxonomist.blogspot.com/2020/10/customizing-taxonomy-facets.html)

### Other

* [Learning from Friction to Improve the Search Experience](https://medium.com/@dtunkelang/learning-from-friction-to-improve-the-search-experience-8937c71ec97a)
* [Why is it so hard to sort by price?](https://medium.com/@dtunkelang/why-is-it-so-hard-to-sort-by-price-2a5e63899233)
* [Faceted Sorting](https://baymard.com/blog/faceted-sorting)
* [Google kills Instant Search](https://www.904labs.com/en/blog-google-kills-instant-search.html)

## Spelling correction

* Peter Norvig. ["How to Write a Spelling Corrector"](http://norvig.com/spell-correct.html). Classic publication.
* Daniel Tunkelang. ["Spelling Correction"](https://queryunderstanding.com/spelling-correction-471f71b19880)
* [A simple spell checker built from word vectora](https://blog.usejournal.com/a-simple-spell-checker-built-from-word-vectors-9f28452b6f26)
* A closer look into the spell correction problem: [1](https://medium.com/@searchhub.io/a-closer-look-into-the-spell-correction-problem-part-1-a6795bbf7112), [2](https://medium.com/@searchhub.io/a-closer-look-into-the-spell-correction-problem-part-2-introducing-predict-8993ecab7226), [3](https://medium.com/@searchhub.io/a-closer-look-into-the-spell-correction-problem-part-3-the-bells-and-whistles-19697a34011b), [preDict](https://github.com/searchhub/preDict)
* [Deep Spelling](https://machinelearnings.co/deep-spelling-9ffef96a24f6)
* [Modeling Spelling Correction for Search at Etsy](https://codeascraft.com/2017/05/01/modeling-spelling-correction-for-search-at-etsy/)
* Wolf Garbe. Author of [Sympell](https://github.com/wolfgarbe/symspell). [1000x Faster Spelling Correction algorithm](https://medium.com/@wolfgarbe/1000x-faster-spelling-correction-algorithm-2012-8701fcd87a5f), [Top highlight SymSpell vs. BK-tree: 100x faster fuzzy string search & spell checking](https://towardsdatascience.com/symspell-vs-bk-tree-100x-faster-fuzzy-string-search-spell-checking-c4f10d80a078), [Fast Word Segmentation of Noisy Text](https://towardsdatascience.com/fast-word-segmentation-for-noisy-text-2c2c41f9e8da)
* [Chars2vec: character-based language model for handling real world texts with spelling errors and](https://hackernoon.com/chars2vec-character-based-language-model-for-handling-real-world-texts-with-spelling-errors-and-a3e4053a147d)
* JamSpell, spelling correction taking into account surrounding context - [library](https://github.com/bakwc/JamSpell), (in russian) [Исправляем опечатки с учётом контекста](https://habr.com/ru/post/346618/)
* [Embedding for spelling correction](https://towardsdatascience.com/embedding-for-spelling-correction-92c93f835d79)
* [A simple spell checker built from word vectors](https://blog.usejournal.com/a-simple-spell-checker-built-from-word-vectors-9f28452b6f26)
* [What are some algorithms of spelling correction that are used by search engines?](https://www.quora.com/String-Searching-Algorithms/What-are-some-algorithms-of-spelling-correction-that-are-used-by-search-engines-For-example-when-I-used-Google-to-search-Google-imeges-it-prompted-me-Did-you-mean-Google-images/answer/Wolf-Garbe)
* [Moman](https://github.com/jpbarrette/moman) - lucene/solr/elasticsearch spell correction/autocorrect is (was?) actually powered by this library.
* [Query Segmentation and Spelling Correction](https://towardsdatascience.com/query-segmentation-and-spelling-correction-483173008981)
* [Applying Context Aware Spell Checking in Spark NLP](https://medium.com/spark-nlp/applying-context-aware-spell-checking-in-spark-nlp-3c29c46963bc)
* [Autocorrect in Google, Amazon and Pinterest and how to write your own one](https://towardsdatascience.com/autocorrect-in-google-amazon-and-pinterest-and-how-to-write-your-own-one-6d23bc927c81)

## Synonyms

* [Boosting the power of Elasticsearch with synonyms](https://www.elastic.co/blog/boosting-the-power-of-elasticsearch-with-synonyms)
* [Real Talk About Synonyms and Search](https://medium.com/@dtunkelang/real-talk-about-synonyms-and-search-bb5cf41a8741)
* [Synonyms in Solr I — The good, the bad and the ugly](https://medium.com/empathyco/synonyms-in-solr-i-the-good-the-bad-and-the-ugly-efe8e437a940)
* [Synonyms and Antonyms from WordNet](https://medium.com/@tameremil/synonyms-and-antonyms-from-wordnet-778f6274fb09)
* [Synonyms and Antonyms in Python](https://towardsdatascience.com/synonyms-and-antonyms-in-python-a865a5e14ce8)
* [Dive into WordNet with NLTK](https://medium.com/parrot-prediction/dive-into-wordnet-with-nltk-b313c480e788)
* [Creating Better Searches Through Automatic Synonym Detection](https://lucidworks.com/post/search-automatic-synonym-detection/)
* [Multiword synonyms in search using Querqy](https://sharing.luminis.eu/blog/multiword-synonyms-in-search-using-querqy/)
* [How to Build a Smart Synonyms Model](https://blog.kensho.com/how-to-build-a-smart-synonyms-model-1d525971a4ee)

## Suggestions

Synonyms: autocomplete, search as you type, suggestions

* Giovanni Fernandez-Kincade.
[Bootstrapping Autosuggest](https://medium.com/related-works-inc/bootstrapping-autosuggest-c1ca3edaf1eb), [Building an Autosuggest Corpus, Part 1](https://medium.com/related-works-inc/building-an-autosuggest-corpus-part-1-3acd26056708), [Building an Autosuggest Corpus, Part 2](https://medium.com/related-works-inc/building-an-autosuggest-corpus-nlp-d21b0f25c31b), [Autosuggest Retrieval Data Structures & Algorithms](https://medium.com/related-works-inc/autosuggest-retrieval-data-structures-algorithms-3a902c74ffc8), [Autosuggest Ranking](https://medium.com/related-works-inc/autosuggest-ranking-d8a3242c2837)
* [On two types of suggestions](https://web.archive.org/web/20181207194952/https://www.searchblox.com/autosuggest-search-query-based-vs-content-based)
* [Improving Search Suggestions for eCommerce](https://medium.com/empathyco/improving-search-suggestions-for-ecommerce-cb1bc2946021)
* [Autocomplete Search Best Practices to Increase Conversions](https://lucidworks.com/post/autocomplete-search-increase-conversions/)
* [Why we’ve developed the searchhub smartSuggest module and why it might matter to you](https://www.linkedin.com/pulse/why-weve-developed-searchhub-smartsuggest-module-might-andreas-wagner/)
* Nielsen Norman Group: [Site Search Suggestions](https://www.nngroup.com/articles/site-search-suggestions/)
* [13 Design Patterns for Autocomplete Suggestions](https://baymard.com/blog/autocomplete-design)
* [Autocomplete](https://queryunderstanding.com/autocomplete-69ed81bba245)
* [Autocomplete and User Experience](https://queryunderstanding.com/autocomplete-and-user-experience-421df6ab3000)
* [IMPLEMENTING A LINKEDIN LIKE SEARCH AS YOU TYPE WITH ELASTICSEARCH](https://spinscale.de/posts/2020-05-29-implementing-a-linkedin-like-search-as-you-type-with-elasticsearch.html)
* [Smart autocomplete best practices: improve search relevance and sales](https://blog.griddynamics.com/smart-autocomplete-best-practices/)
* OLX: [Building Corpus for AutoSuggest (Part 1)](https://tech.olx.com/building-corpus-for-autosuggest-part-1-4f63512b1ea1), [AutoSuggest Retrieval & Ranking (Part 2)](https://tech.olx.com/autosuggest-retrieval-ranking-part-2-14a8f50fef34)

## Graphs/Taxonomies/Knowledge Graph

* [Knowledge graphs applied in the retail industry](https://towardsdatascience.com/knowledge-graphs-applied-in-the-retail-industry-ecac4e7baf8)

  Knowledge graphs are becoming increasingly popular in tech. We explore how they can be used in the retail industry to enrich data, widen search results and add value to a retail company.  

* [Search query expansion with query embeddings](https://bytes.grubhub.com/search-query-embeddings-using-query2vec-f5931df27d79)
* [Awesome Knowledge Graphs](https://github.com/frutik/awesome-knowledge-graphs)

### Integrating Search and Knowledge Graphs (by Enterprise Knowledge)

* [Part 1: Displaying Relationships](https://enterprise-knowledge.com/integrating-search-and-knowledge-graphs-series-part-1-displaying-relationships/)


## Personalisation

* [Patterns for Personalization in Recommendations and Search](https://eugeneyan.com/writing/patterns-for-personalization/)
* Daniel Tunkelang [Personalization](https://queryunderstanding.com/personalization-3ed715e05ef)
* Airbnb - [Real-time personalization in search](https://medium.com/airbnb-engineering/listing-embeddings-for-similar-listing-recommendations-and-real-time-personalization-in-search-601172f7603e)
* [98 personal data points that facebook uses to target ads to you](https://www.washingtonpost.com/news/the-intersect/wp/2016/08/19/98-personal-data-points-that-facebook-uses-to-target-ads-to-you/)


## Query understanding

* Daniel Tunkelang [Query Understanding](https://queryunderstanding.com/introduction-c98740502103).
* [Query Understanding, Divided into Three Parts](https://medium.com/@dtunkelang/query-understanding-divided-into-three-parts-d9cbc81a5d09)
* [Search for Things not for Strings](https://blog.searchhub.io/humans-search-for-things-not-for-strings-2?cn-reloaded=1)
* Understanding the Search Query. [Part 1](https://towardsdatascience.com/understanding-the-search-query-part-i-632d1b323b50), [Part 2](https://medium.com/analytics-vidhya/understanding-the-search-query-part-ii-44d18892283f), [Part 3](https://medium.com/@sonusharma.mnnit/understanding-the-search-query-part-iii-a0c5637a639)
* [Food Discovery with Uber Eats: Building a Query Understanding Engine](https://eng.uber.com/uber-eats-query-understanding/)
* [AI for Query Understanding](https://www.linkedin.com/pulse/ai-query-understanding-daniel-tunkelang)

### Search Intent

* [Mapping Search Queries To Search Intents](https://medium.com/@dtunkelang/search-queries-and-search-intent-1dec79ad155f)
* [Search: Intent, Not Inventory](https://medium.com/@dtunkelang/search-intent-not-inventory-289386f28a21)

### Query segmentation

* Paper [Unsupervised Query Segmentation Using only Query Logs ](https://www.microsoft.com/en-us/research/wp-content/uploads/2011/01/pp0295-mishra.pdf)
* Paper [Towards Semantic Query Segmentation](https://arxiv.org/pdf/1707.07835.pdf)

## Algorithms

### Relevance Algorithms

* Practical BM25: [How Shards Affect Relevance Scoring in Elasticsearch](https://www.elastic.co/blog/practical-bm25-part-1-how-shards-affect-relevance-scoring-in-elasticsearch), [The BM25 Algorithm and its Variables](https://www.elastic.co/blog/practical-bm25-part-2-the-bm25-algorithm-and-its-variables)
* [The influence of TF-IDF algorithms in eCommerce search](https://medium.com/empathyco/the-influence-of-tf-idf-algorithms-in-ecommerce-search-e7cb9ab8e662)
* [BM25 The Next Generation of Lucene Relevance](https://opensourceconnections.com/blog/2015/10/16/bm25-the-next-generation-of-lucene-relevation/)

### Learning to Rank

* [How is search different than other machine learning problems?](https://opensourceconnections.com/blog/2017/08/03/search-as-machine-learning-prob/)
* [Reinforcement learning assisted search ranking](https://medium.com/sajari/reinforcement-learning-assisted-search-ranking-a594cdc36c29)
* [E-commerce Search Re-Ranking as a Reinforcement Learning Problem](https://towardsdatascience.com/e-commerce-search-re-ranking-as-a-reinforcement-learning-problem-a9d1561edbd0)
* [When to use a machine learned vs. score-based search ranker](https://towardsdatascience.com/when-to-use-a-machine-learned-vs-score-based-search-ranker-aa8762cd9aa9)
* [What is Learning To Rank?](https://opensourceconnections.com/blog/2017/02/24/what-is-learning-to-rank/)
* [Using AI and Machine Learning to Overcome Position Bias within Adobe Stock Search](https://medium.com/adobetech/evaluating-addressing-position-bias-in-adobe-stock-search-9807b11ee268)

#### Click models for search

* [Click models](https://github.com/filipecasal/knowledge-repo/blob/master/click_models.md)
* [Click Modeling for eCommerce](https://tech.ebayinc.com/engineering/click-modeling-for-ecommerce/)
* [Using Behavioral Data to Improve Search](https://tech.ebayinc.com/engineering/using-behavioral-data-to-improve-search/)

### BERT

* [Understanding BERT and Search Relevance](https://opensourceconnections.com/blog/2019/11/05/understanding-bert-and-search-relevance/)
* [Google is improving web search with BERT – can we use it for enterprise search too?](https://www.linkedin.com/pulse/google-improving-web-search-bert-can-we-use-too-mickel-gr%C3%B6nroos/)

### Collocations, common phrases

* [Automatically detect common phrases – multi-word expressions / word n-grams – from a stream of sentences.]( https://radimrehurek.com/gensim/models/phrases.html)
* [The Unreasonable Effectiveness of Collocations](https://opensourceconnections.com/blog/2019/05/16/unreasonable-effectiveness-of-collocations/)

### Other Algorithms

* [Locality Sensitive Hashing](https://towardsdatascience.com/understanding-locality-sensitive-hashing-49f6d1f6134)
* [Minhash](http://ekzhu.com/datasketch/minhash.html)
* [Better than Average: Sort by Best Rating](https://www.elastic.co/blog/better-than-average-sort-by-best-rating-with-elasticsearch)
* [How Not To Sort By Average Rating](https://www.evanmiller.org/how-not-to-sort-by-average-rating.html)
* [One hot encoding](https://medium.com/fintechexplained/nlp-text-data-to-numbers-d28d32294d2e)
* [Keyword Extraction using RAKE](https://codelingo.wordpress.com/2017/05/26/keyword-extraction-using-rake/)
* [Yet Another Keyword Extractor (Yake)](https://github.com/LIAAD/yake)
* [Writing a full-text search engine using Bloom filters](https://www.stavros.io/posts/bloom-filter-search-engine/)

## Tracking, profiling, GDPR, Analysis

* [Anonymisation: managing data protection risk (code of practice)](https://ico.org.uk/media/1061/anonymisation-code.pdf)
* [The Anonymisation Decision-Making Framework](https://ukanon.net/wp-content/uploads/2015/05/The-Anonymisation-Decision-making-Framework.pdf)
* [98 personal data points that facebook uses to target ads to you](https://www.washingtonpost.com/news/the-intersect/wp/2016/08/19/98-personal-data-points-that-facebook-uses-to-target-ads-to-you/)
* [Opportunity Analysis for Search](https://www.linkedin.com/pulse/opportunity-analysis-search-daniel-tunkelang/)
* [A Face Is Exposed for AOL Searcher No. 4417749](https://www.nytimes.com/2006/08/09/technology/09aol.html)
* [AOL search data leak](https://en.wikipedia.org/wiki/AOL_search_data_leak)
* [Personal data](https://en.wikipedia.org/wiki/Personal_data)

## Testing, metrics, KPIs

### Metrics

* [Discounted cumulative gain](https://en.wikipedia.org/wiki/Discounted_cumulative_gain)
* [Mean reciprocal rank](https://en.wikipedia.org/wiki/Mean_reciprocal_rank)
* [P@k](https://en.wikipedia.org/wiki/Evaluation_measures_(information_retrieval)#Precision_at_K)
* [Demystifying nDCG and ERR](https://opensourceconnections.com/blog/2019/12/09/demystifying-ndcg-and-err/)
* [Choosing your search relevance evaluation metric](https://opensourceconnections.com/blog/2020/02/28/choosing-your-search-relevance-metric/)
* [How to Implement a Normalized Discounted Cumulative Gain (NDCG) Ranking Quality Scorer in Quepid](https://opensourceconnections.com/blog/2018/02/26/ndcg-scorer-in-quepid/)
* https://en.wikipedia.org/wiki/Precision_and_recall
* https://en.wikipedia.org/wiki/F1_score
* [Visualizing search metrics](https://nathanday.shinyapps.io/rank-algo-app/)
* [Choosing your search relevance evaluation metric](https://opensourceconnections.com/blog/2020/02/28/choosing-your-search-relevance-metric/)
* [Compute Mean Reciprocal Rank (MRR) using Pandas](https://softwaredoug.com/blog/2021/04/21/compute-mrr-using-pandas.html)

### KPIs

* [5 Right Ways to Measure How Search Is Performing](https://opensourceconnections.com/blog/2020/05/11/5-right-ways-to-measure-search/)
* E-commerce Site-Search KPIs. [Part 1 – Customers](https://opensourceconnections.com/blog/2020/08/28/e-commerce-site-search-kpis/), [Part 2 – Products](https://opensourceconnections.com/blog/2020/09/10/e-commerce-site-search-kpis-part-2/), [Part 3 - Queries](https://opensourceconnections.com/blog/2020/09/24/e-commerce-site-search-kpis-part-3-queries/)
* [A/B Testing for Search is Different](https://medium.com/@dtunkelang/a-b-testing-for-search-is-different-f6b0f6f4d0f5)
* [Learning from Friction to Improve the Search Experience](https://medium.com/@dtunkelang/learning-from-friction-to-improve-the-search-experience-8937c71ec97a)
* [Behind the Wizardry of a Seamless Search Experience](https://enterprise-knowledge.com/if-i-only-had-an-enterprise-search-brain-behind-the-wizardry-of-a-seamless-search-experience/)
* [Analyzing online search relevance metrics with the Elastic Stack](https://www.elastic.co/blog/analyzing-online-search-relevance-metrics-with-the-elastic-stack)
* [How to Gain Insight From Search Analytics](https://www.searchblox.com/how-to-gain-insight-from-search-analytics/)

### Evaluating Search (by Daniel Tunkelang)

* [Measure It](https://medium.com/@dtunkelang/evaluating-good-search-part-i-measure-it-5507b2dbf4f6)
* [Measuring Searcher Behavior](https://medium.com/@dtunkelang/evaluating-search-measuring-searcher-behavior-5f8347619eb0)
* [Using Human Judgement](https://medium.com/@dtunkelang/evaluating-search-using-human-judgement-fbb2eeba37d9)
* [When There’s No Conversion Rate](https://medium.com/@dtunkelang/when-theres-no-conversion-rate-67a372666fed)

### Measuring Search (by James Rubinstein)

* [Statistical and human-centered approaches to search engine improvement](https://medium.com/@jamesrubinstein/statistical-and-human-centered-approaches-to-search-engine-improvement-52af0e98f38f)
* [A Human Approach](https://medium.com/@jamesrubinstein/measuring-search-a-human-approach-acf54e2cf33d)
* [Setting up a relevance evaluation program](https://medium.com/@jamesrubinstein/setting-up-a-relevance-evaluation-program-c955d32fba0e)
* [Metrics Matter](https://medium.com/@jamesrubinstein/measuring-search-metrics-matter-de124c2f6f8c)
* [A/B Testing Search: thinking like a scientist](https://medium.com/@jamesrubinstein/a-b-testing-search-thinking-like-a-scientist-1cc34b88392e)
* [Query Triage: The Secret Weapon for Search Relevance](https://medium.com/@jamesrubinstein/query-triage-the-secret-weapon-for-search-relevance-1a02cdd297ed)
* [The Launch Review: bringing it all together…](https://medium.com/@jamesrubinstein/the-launch-review-bringing-it-all-together-2f7e4cfbf86e)

### Three Pillars of Search Relevancy (by Andreas Wagner)

* [Part 1: Findability](https://blog.searchhub.io/three-pillars-of-search-quality-in-ecommerce-part-1-findability)
* [part 2: Search Quality For Discovery & Inspiration](https://blog.searchhub.io/three-pillars-of-search-quality-in-ecommerce-part-2-discovery-inspiration)

## Architecture

* [The Art Of Abstraction – Revisiting Webshop Architecture](https://blog.searchhub.io/the-art-of-abstraction-revisting-webshop-architecture)

## Blogs and Portals

* [Searchnews](http://searchnews.org/)

## Conferences

* [Activate](https://www.activate-conf.com/)
* [Berlin buzzword](berlinbuzzwords.de)
* [Haystack](https://haystackconf.com/)
* [Elastic{ON}](https://www.elastic.co/elasticon/)
* [MIX-CAMP E-COMMERCE SEARCH](http://www.mices.co)
* [SIGIR eCommerce](https://sigir-ecom.github.io/index.html)
  - [2019](https://sigir-ecom.github.io/ecom2019/index.html)
  - [2018](https://sigir-ecom.github.io/ecom2018/index.html)
  - [2017](http://sigir-ecom.weebly.com/)

## Books

* [AI-powered search](https://www.manning.com/books/ai-powered-search)
* [Relevant Search](https://www.manning.com/books/relevant-search)
* [Deep Learning for search](https://www.manning.com/books/deep-learning-for-search)
* [Interactions with search systems](https://www.cambridge.org/core/books/interactions-with-search-systems/5B3CF5920355A8B09088F2C409FFABDC)
* [Embeddings in Natural Language Processing. Theory and Advances in Vector Representation of Meaning](http://josecamachocollados.com/book_embNLP_draft.pdf)
* [Search User Interfaces](http://www.searchuserinterfaces.com)
* [Search Patterns](https://searchpatterns.org/)
* [Search Analytics for Your Site: Conversations with Your Customers](https://www.amazon.com/Search-Analytics-Your-Site-Conversations/dp/1933820209)
* [Click Models for Web Search](https://www.amazon.com/Synthesis-Lectures-Information-Concepts-Retrieval/dp/1627056475/)

## Papers

* [List of papers](PAPERS.md)

## Management, Search Team

* [Search is a Team Sport](https://medium.com/search-in-21st-century/search-is-a-team-sport-400eecdfe736)
* [Thoughts about Managing Search Teams](https://medium.com/@dtunkelang/thoughts-about-managing-search-teams-f8d2f54fbed7)
* [Building an Effective Search Team: the key to great search & relevancy](https://opensourceconnections.com/blog/2020/05/14/building-an-effective-search-team-the-key-to-great-search-relevancy/)
* [Query Triage: The Secret Weapon for Search Relevance](https://medium.com/@jamesrubinstein/query-triage-the-secret-weapon-for-search-relevance-1a02cdd297ed)
* [The Launch Review: bringing it all together ](https://medium.com/@jamesrubinstein/the-launch-review-bringing-it-all-together-2f7e4cfbf86e)
* [The Role of Search Product Owners](https://enterprise-knowledge.com/the-role-of-search-product-owners/)
* [Search Product Management: The Most Misunderstood Role in Search?](https://jamesrubinstein.medium.com/search-product-management-the-most-misunderstood-role-in-search-2b7569058638)

### Job Interviews

* [Interview Questions for Search Relevance Engineers, Data Scientists, and Product Managers](https://medium.com/@dtunkelang/interview-questions-for-search-relevance-engineers-and-product-managers-7a1b6b8cacea)
* [Data Science Interviews: Ranking and search](https://github.com/alexeygrigorev/data-science-interviews/blob/master/theory.md#ranking-andsearch)

## Blogposts series

### Search Optimization 101 (by Charlie Hull)

* [How do I know that my search is broken?](https://blog.supahands.com/2020/07/08/how-do-i-know-that-my-search-is-broken/)
* [What does it mean if my search is ‘broken’?](https://blog.supahands.com/2020/07/20/search-optimization-101-what-does-it-mean-if-my-search-is-broken/)
* [How do you fix a broken search?](https://blog.supahands.com/2020/08/04/search-optimization-101-how-do-you-fix-a-broken-search/)
* [Reducing business risk by optimizing search
](https://blog.supahands.com/2020/09/02/reducing-business-risks-by-optimizing-search/)

### Query Understanding (by Daniel Tunkelang)
   Better search through query understanding.

* [An Introduction](https://queryunderstanding.com/introduction-c98740502103)
* [Language Identification](https://queryunderstanding.com/language-identification-c1d2a072eda)
* [Character Filtering](https://queryunderstanding.com/character-filtering-76ede1cf1a97)
* [Tokenization](https://queryunderstanding.com/tokenization-c8cdd6aef7ff)
* [Spelling Correction](https://queryunderstanding.com/spelling-correction-471f71b19880)
* [Stemming and Lemmatization](https://queryunderstanding.com/stemming-and-lemmatization-6c086742fe45)
* [Query Rewriting: An Overview](https://queryunderstanding.com/query-rewriting-an-overview-d7916eb94b83)
* [Query Expansion](https://queryunderstanding.com/query-expansion-2d68d47cf9c8)
* [Query Relaxation](https://queryunderstanding.com/query-relaxation-342bc37ad425)
* [Query Segmentation](https://queryunderstanding.com/query-segmentation-2cf860ade503)
* [Query Scoping](https://queryunderstanding.com/query-scoping-ed61b5ec8753)
* [Entity Recognition](https://queryunderstanding.com/entity-recognition-763cae840a20)
* [Taxonomies and Ontologies](https://queryunderstanding.com/taxonomies-and-ontologies-8e4812a79cb2)
* [Autocomplete](https://queryunderstanding.com/autocomplete-69ed81bba245)
* [Autocomplete and User Experience](https://queryunderstanding.com/autocomplete-and-user-experience-421df6ab3000)
* [Contextual Query Understanding: An Overview](https://queryunderstanding.com/contextual-query-understanding-65c78d792dd8)
* [Session Context](https://queryunderstanding.com/session-context-4af0a355c94a)
* [Location as Context](https://queryunderstanding.com/geographical-context-77ce4c773dc7)
* [Seasonality](https://queryunderstanding.com/seasonality-5eef79d8bf1c)
* [Personalization](https://queryunderstanding.com/personalization-3ed715e05ef)
* [Search as a Conversation](https://queryunderstanding.com/search-as-a-conversation-bafa7cd0c9a5)
* [Clarification Dialogues](https://queryunderstanding.com/clarification-dialogues-69420432f451)
* [Relevance Feedback](https://queryunderstanding.com/relevance-feedback-c6999529b92c)
* [Faceted Search](https://queryunderstanding.com/faceted-search-7d053cc4fada)
* [Search Results Presentation](https://queryunderstanding.com/search-results-presentation-7d6c6c384ec1)
* [Search Result Snippets](https://queryunderstanding.com/search-result-snippets-e8c447950219)
* [Search Results Clustering](https://queryunderstanding.com/search-results-clustering-b2fa64c6c809)
* [Question Answering](https://queryunderstanding.com/question-answering-94984185c203)
* [Query Understanding and Voice Interfaces](https://queryunderstanding.com/query-understanding-and-voice-interfaces-6cd60d063fca)
* [Query Understanding and Chatbots](https://queryunderstanding.com/query-understanding-and-chatbots-5fa0c154f)

### Grid Dynamics

* [Not your father’s search engine: a brief history of retail search](https://blog.griddynamics.com/not-your-fathers-search-engine-a-brief-history-of-retail-search/)
* [Semantic vector search: the new frontier in product discovery](https://blog.griddynamics.com/semantic-vector-search-the-new-frontier-in-product-discovery/)
* [Boosting product discovery with semantic search](https://blog.griddynamics.com/boosting-product-discovery-with-semantic-search/)
* [Semantic query parsing blueprint](https://blog.griddynamics.com/semantic-query-parsing-blueprint/)

### Considering Search: Search Topics (by Derek Sisson)

* [Intro](https://www.philosophe.com/archived_content/search_topics/search_topics.html)
* [Assumptions About Search](https://www.philosophe.com/archived_content/search_topics/search_assumptions.html)
* [Assumptions About User Search Behavior](https://www.philosophe.com/archived_content/search_topics/user_behavior.html)
* [Types of Information Collections](https://www.philosophe.com/archived_content/search_topics/collections.html)
* [A Structural Look at Search](https://www.philosophe.com/archived_content/search_topics/structure.html)
* [Users and the Task of Information Retrieval](https://www.philosophe.com/archived_content/search_topics/search_tasks.html)
* [Testing Search](https://www.philosophe.com/archived_content/search_topics/search_tests.html)
* [Useful Search Links and References](https://www.philosophe.com/archived_content/search_topics/search_links.html)

## Industry players

### Personalies and influencers

* [Daniel Tunkelang (he is God of Search)](https://medium.com/@dtunkelang)
* [Max Irwin](https://twitter.com/binarymax)
* [Doug Turnbull](https://twitter.com/softwaredoug)
* [Baymard’s Institute](https://baymard.com/blog)

### Search Engines

* Google
* Bing
* Yandex
* Amazon
* eBay

### Products and services

* [Algolia](https://www.algolia.com/)
* Vespa
* Elastic
* Solr
* [Fess Enterprise Search Server](https://github.com/codelibs/fess)
* [Typesense](https://github.com/typesense/typesense) - an opensource alternative to Algolia.
* [SearchHub.io](https://www.searchhub.io/)
* [Datafari](https://www.datafari.com/en/index.html) - an open source enterprise search solution. 

### Consulting companies

* [OpenSource Connections](https://www.opensourceconnections.com)
* https://sease.io/

## Case studies

* Airbnb - [Machine Learning-Powered Search Ranking of Airbnb Experiences](https://medium.com/airbnb-engineering/machine-learning-powered-search-ranking-of-airbnb-experiences-110b4b1a0789)
* Airbnb - [Listing Embeddings in Search Ranking](https://medium.com/airbnb-engineering/listing-embeddings-for-similar-listing-recommendations-and-real-time-personalization-in-search-601172f7603e)
* Skyscanner - [Learning to Rank for Flight Itinerary Search](https://hackernoon.com/learning-to-rank-for-flight-itinerary-search-8594761eb867)
* [Search at Slack](https://slack.engineering/search-at-slack-431f8c80619e)
* [How Google Search Ranking Works – Darwinism in Search](https://www.searchenginejournal.com/how-google-search-ranking-works/307591/)
* [How Bing Ranks Search Results: Core Algorithm & Blue Links](https://www.searchenginejournal.com/how-bing-ranks-search-results/357804/)
* [Discover How Cassini (The eBay Search Engine) Works and Rank](https://crazylister.com/blog/ebay-search-engine-cassini/)
* [Amazon SEO Explained: How to Rank Your Products #1 in Amazon Search Results in 2020](https://crazylister.com/blog/amazon-seo-ultimate-guide/)
* [Building a Better Search Engine for Semantic Scholar](https://medium.com/ai2-blog/building-a-better-search-engine-for-semantic-scholar-ea23a0b661e7)


## Videos

### Channels

* [Lucid Thoughts](https://www.youtube.com/c/LucidThoughts)
* [Lucidworks](https://www.youtube.com/user/LucidWorksSearch)
* [MIx-Camp E-commerce Search](https://www.youtube.com/channel/UCCxvMykUdtFFc1O_tIr9oxA)
* [OpenSource Connections](https://www.youtube.com/channel/UCiuXt-f2Faan4Es37nADUdQ)
* [SIGIR eCom](https://www.youtube.com/channel/UCd6PyC_9zrxgA7vmT05Mx4Q)

### Featured

* [Relevant Facets](https://www.youtube.com/watch?v=W8DJYfAKKLA)


## Tools

### Spacy

[Awesome Spacy](https://github.com/frutik/awesome-spacy) - Natural language upderstanding, content enrichment etc.

### Word2Vec

* [Word2Vec For Phrases — Learning Embeddings For More Than One Word](https://towardsdatascience.com/word2vec-for-phrases-learning-embeddings-for-more-than-one-word-727b6cf723cf)
* [Gensim Word2Vec Tutorial](http://kavita-ganesan.com/gensim-word2vec-tutorial-starter-code/#.XV-wnJMzbUL)
* [How to incorporate phrases into Word2Vec – a text mining approach](http://kavita-ganesan.com/how-to-incorporate-phrases-into-word2vec-a-text-mining-approach/#.XV-wnJMzbUL)
* [Word2Vec — a baby step in Deep Learning but a giant leap towards Natural Language Processing](https://medium.com/explore-artificial-intelligence/word2vec-a-baby-step-in-deep-learning-but-a-giant-leap-towards-natural-language-processing-40fe4e8602ba)
* [How to Develop Word Embeddings in Python with Gensim](https://machinelearningmastery.com/develop-word-embeddings-python-gensim/)

### Libs

* [Query Segmenter](https://github.com/soumyaxyz/query-segmenter)
* https://github.com/zentity-io/zentity
* https://github.com/mammothb/symspellpy
* https://github.com/searchhub/search-collector
* [Kiri](https://github.com/kiri-ai/kiri) - State-of-the-art semantic search made easy.

### Other

* [Chorus](https://github.com/querqy/chorus), [Smui](https://github.com/querqy/smui), [Querqy](https://github.com/querqy/querqy)
* [Quepid](https://github.com/o19s/quepid)
* [Rated Ranking Evaluator](https://github.com/SeaseLtd/rated-ranking-evaluator)
* [Jina AI](https://github.com/jina-ai/jina) - A neural search framework

## Other awesome stuff

* [Awesome Knowledge Graphs](https://github.com/frutik/awesome-knowledge-graphs)
* [Awesome time series](https://github.com/frutik/awesome-timeseries)
* [Awesome Spacy](https://github.com/frutik/awesome-spacy)
* [Query-Understanding](https://github.com/sanazb/Query-Understanding)
* [Click models](https://github.com/filipecasal/knowledge-repo/blob/master/click_models.md)
```
 █████╗ ██╗    ██╗███████╗███████╗ ██████╗ ███╗   ███╗███████╗
██╔══██╗██║    ██║██╔════╝██╔════╝██╔═══██╗████╗ ████║██╔════╝
███████║██║ █╗ ██║█████╗  ███████╗██║   ██║██╔████╔██║█████╗
██╔══██║██║███╗██║██╔══╝  ╚════██║██║   ██║██║╚██╔╝██║██╔══╝
██║  ██║╚███╔███╔╝███████╗███████║╚██████╔╝██║ ╚═╝ ██║███████╗
╚═╝  ╚═╝ ╚══╝╚══╝ ╚══════╝╚══════╝ ╚═════╝ ╚═╝     ╚═╝╚══════╝
███████╗██╗  ██╗███████╗██╗     ██╗
██╔════╝██║  ██║██╔════╝██║     ██║
███████╗███████║█████╗  ██║     ██║
╚════██║██╔══██║██╔══╝  ██║     ██║
███████║██║  ██║███████╗███████╗███████╗
╚══════╝╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝
```

# Awesome Shell [![Awesome][awesome-badge]][awesome-link]

A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php. This awesome collection is also available on [Unix-Shell.ZEEF.com](https://unix-shell.zeef.com/caleb.xu).
- [Shells](#shells)
- [Command-Line Productivity](#command-line-productivity)
  - [Directory Navigation](#directory-navigation)
- [Customization](#customization)
- [For Developers](#for-developers)
- [System Utilities](#system-utilities)
- [Downloading and Serving](#downloading-and-serving)
- [Multimedia and File Formats](#multimedia-and-file-formats)
- [Applications](#applications)
- [Games](#games)
- [Shell Package Management](#shell-package-management)
- [Shell Script Development](#shell-script-development)
- [Guides](#guides)
- [**Awesome Zsh**][awesome-zsh]&nbsp; [![Awesome][awesome-badge]][awesome-zsh]
- [**Awesome Fish**][awesome-fish] [![Awesome][awesome-badge]][awesome-fish]
- [Other Awesome Lists](#other-awesome-lists)

## Shells

*Choose your base shell.*

* [bash](https://www.gnu.org/software/bash/) - GNU Project's shell (Bourne Again SHell)
* [elvish](https://elv.sh/) - Friendly, expressive shell features like anonymous functions and data structures
* [es](https://wryun.github.io/es-shell/) - The extensible shell, based on Plan 9's [rc](https://github.com/rakitzis/rc) shell
* [fish](https://fishshell.com) - Smart and user-friendly command line shell
* [ion](https://github.com/redox-os/ion) - A modern system shell that features a simple, yet powerful, syntax. It is written entirely in Rust.
* [ksh93](https://github.com/att/ast) - Korn Shell
* [mksh](https://github.com/MirBSD/mksh) - MirBSD Korn Shell
* [ngs](https://github.com/ngs-lang/ngs) - Fully featured scripting language created specifically for Ops. REPL is being developed.
* [nushell](https://github.com/nushell/nushell) - A modern shell written in Rust
* [oksh](https://github.com/ibara/oksh) - Portable OpenBSD ksh
* [osh](https://www.oilshell.org) - Bash compatible, with new/modern Unix shell language called Oil
* [pdksh](https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin/ksh/) - Public domain Korn shell
* [powershell](https://docs.microsoft.com/en-us/powershell/scripting/overview) a cross-platform task automation and configuration management framework, consisting of a command-line shell and scripting language
* [shell++](https://github.com/alexst07/shell-plus-plus) - Friendly and modern functional and object oriented shell script language
* [shenv](https://github.com/shenv/shenv) - Simple shell version management
* [tcsh](https://www.tcsh.org/) - C shell with file name completion and command line editing
* [xonsh](https://xon.sh) - Python-ish, BASHwards-looking shell language and command prompt
* [yash](https://yash.osdn.jp/) - A POSIX-compliant command line shell with built-in support for completion and prediction based on command history
* [zsh](https://www.zsh.org) - Powerful shell with scripting language

## Command-Line Productivity

*Search, bookmarks, multiplexing, and other tools that make your terminal experience more productive.*

* [AdvancedNewFile](https://github.com/tanrax/terminal-AdvancedNewFile) - Fast creation of files and directories in a recursive way. Inspired by the Vim plugin.
* [ag](https://github.com/ggreer/the_silver_searcher) - Super fast string search through a directory hierarchy
* [aliases](https://github.com/sebglazebrook/aliases) - Contextual, dynamic, organized aliases for bash
* [autoenv](https://github.com/inishchith/autoenv) - Directory-based environments
* [bashhub](https://github.com/rcaloras/bashhub-client) - :cloud: Bash history in the cloud. Indexed and searchable.
* [boilr](https://github.com/tmrts/boilr) - A blazingly fast CLI tool for creating projects from boilerplate templates.
* [boom](https://github.com/holman/boom) - Store links and snippets in the command line
* [borg](https://github.com/ok-borg/borg) - A terminal based search engine for bash commands
* [browsh](https://github.com/browsh-org/browsh) - The modern text-based browser
* [Buku](https://github.com/jarun/Buku) - Powerful command-line bookmark manager
* [byobu](https://www.byobu.org) - Text-based window manager and terminal multiplexer
* [cod](https://github.com/dim-an/cod) — A completion daemon for shell that learns when you invoke `--help` commands
* [CloudClip](https://github.com/skywind3000/CloudClip) - Your own clipboard in the cloud, copy and paste text with gist between different systems
* [ddgr](https://github.com/jarun/ddgr) - DuckDuckGo from the terminal
* [desk](https://github.com/jamesob/desk) - A lightweight workspace manager for the shell
* [direnv](https://github.com/direnv/direnv) - An environment switcher for the shell, compare with autoenv
* [dnote](https://github.com/dnote/dnote) - A simple command line notebook with multi-device sync and web interface
* [eureka](https://github.com/simeg/eureka/) - :bulb: CLI tool to input and store your ideas without leaving the terminal
* [fasd](https://github.com/clvv/fasd) - Command-line productivity booster, offers quick access to files and directories
* [fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to find.
* [foxy](https://github.com/s-p-k/foxy) - Plain text bookmarks for Firefox and surf browsers.
* [fselect](https://github.com/jhspetersson/fselect) - Find files with SQL-like queries.
* [funky](https://github.com/bbugyi200/funky) - Extends functionality of shell functions making them more powerful and flexible.
* [fz](https://github.com/changyuheng/fz) - Seamless fuzzy tab completion for z
* [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder
* [gitmux](https://github.com/arl/gitmux) - Show Git status in Tmux status bar
* [googler](https://github.com/jarun/googler) - Google Search, Google Site Search, Google News from the terminal
* [googlr](https://github.com/Astranno/googlr) - Command line tool that lets you search Google from your terminal.
* [has](https://github.com/kdabir/has) - `has` helps you check presence of various command line tools and their versions on path
* [how2](https://github.com/santinic/how2) - `how2` finds the simplest way to do something in a unix shell. It's like `man`, but you can query it in natural language.
* [navi](https://github.com/denisidoro/navi) - An interactive cheatsheet tool for the command-line
* [hhighlighter](https://github.com/paoloantinori/hhighlighter) - Colorize words in a command output
* [hr](https://github.com/LuRsT/hr) - `<hr />` for your terminal
* [hss](https://github.com/six-ddc/hss) - An interactive parallel ssh client featuring autocomplete and asynchronous execution
* [hstr](https://github.com/dvorka/hstr) - Bash History Suggest Box
* [k](https://github.com/supercrabtree/k) - k is a Zsh script to make directory listings more readable, adding Git status, fileweight colors and rotting dates
* [k alias](https://github.com/lingtalfi/k) - get kool aliases (and more) working with a simple one-liner
* [lf.sh](https://github.com/suewonjp/lf.sh) - Quickly search files with fewer typings and do many more (grepping, copying path to clipboard, etc)
* [Lmod](https://lmod.readthedocs.io/en/latest/) - Lua-based Environment Modules that enhances Tcl-based modules while being backward compatible (compare to modules)
* [loop](https://github.com/Miserlou/Loop) - Write and control complex loops with as one-liners
* [marker](https://github.com/pindexis/marker) - Bookmark your shell commands
* [mackup](https://github.com/lra/mackup/) - Keep your application settings in sync (OS X/Linux)
* [mcfly](https://github.com/cantino/mcfly) - Fly through your shell history. Great Scot!
* [modules](http://modules.sourceforge.net/) - Classical Tcl-based Environment Modules managing the shell environment (compare to Lmod, direnv, and autoenv)
* [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration
* [parallel](https://www.gnu.org/software/parallel/) - Build and execute shell command lines from standard input in parallel
* [pass](https://www.passwordstore.org/) - Manage passwords from the command line with GPG encryption and optional git integration.
* [pathpicker](https://github.com/facebook/PathPicker) - Accepts inputs like grep, searches, git etc; allows selecting files from the result of the input, which you can then open or provide as argument to a command.
* [pdd](https://github.com/jarun/pdd) - Tiny date, time diff calculator with timers
* [percol](https://github.com/mooz/percol) - Adds flavor of interactive filtering to the traditional pipe concept of UNIX shell
* [q](https://github.com/cal2195/q) - Vim like macro registers for your Bash and Zsh Shell
* [qfc](https://github.com/pindexis/qfc) - File-completion widget for Bash and Zsh
* [resh](https://github.com/curusarn/resh) - Contextual shell history for Zsh and Bash
* [rg](https://github.com/BurntSushi/ripgrep) - ripgrep is a line oriented search tool that combines the usability of The Silver Searcher with the raw speed of GNU grep
* [screen](https://www.gnu.org/software/screen/) - GNU terminal multiplexer
* [shell-history](https://github.com/pawamoy/shell-history) - Visualize your shell usage with Highcharts
* [SHML](https://github.com/odb/shml) - Style framework for the terminal (Shell Markup Language)
* [slugify](https://github.com/benlinton/slugify) - Command that converts filenames and directories to a web friendly format
* [sman](https://github.com/tokozedg/sman) - :bug: A command-line snippet manager
* [spark](https://github.com/holman/spark) - ▁▂▃▅▂▇ in your shell
* [spark.fish](https://github.com/jorgebucaran/spark.fish) - ▁▂▃▅ Sparkline Generator
* [sheet](https://github.com/oscardelben/sheet) -  Text snippets for the command line
* [spot](https://github.com/rauchg/spot) - Tiny file search utility
- [snips](https://github.com/srijanshetty/snips) - Command line tool to manage snippets of code.
* [sqlline](https://github.com/julianhyde/sqlline) - Shell for issuing SQL to relational databases via JDBC (multiline, completion, highlighting, dialect support)
* [sshfs](https://github.com/osxfuse/sshfs) - A tool for mounting remote file systems over SSH
* [sudocabulary](https://github.com/badarsh2/Sudocabulary) - Learn English Vocabulary from your terminal
* [surfraw](https://gitlab.com/surfraw/Surfraw) - browse specific site and search the web from your terminal without browser.
* [task-manager](https://github.com/lingtalfi/task-manager) - Execute all your scripts with just two or three keystrokes.
* [td-cli](https://github.com/darrikonn/td-cli) - A todo command line manager to organize and manage your todos across multiple projects.
* [thefuck](https://github.com/nvbn/thefuck) - Fix common shell mistakes by using an easy to remember command
* [tldr](https://github.com/raylee/tldr-sh-client) - A fully-functional bash client for tldr, simplified and community-driven man pages
* [tmux](https://tmux.github.io/) - Amazing terminal multiplexer
* [topalias](https://github.com/CSRedRat/topalias) - bash/zsh aliases generator from command history with shell statistic
* [undollar](https://github.com/xtyrrell/undollar) - undollar bites the dollar sign off the tip of the command you just pasted into your terminal
* [usql](https://github.com/xo/usql) - Universal command-line interface for SQL databases.
* [v](https://github.com/rupa/v) - z for vim.
* [wemux](https://github.com/zolrath/wemux) - Multi-User Tmux Made Easy
* [xiki](https://xiki.org) - Makes the shell console more friendly and powerful
* [xplr](https://github.com/sayanarijit/xplr) -  A hackable, minimal, fast TUI file explorer
* [xsv](https://github.com/BurntSushi/xsv) - a fast CSV command line toolkit written in Rust
* [xxh](https://github.com/xxh/xxh) - Bring your favorite shell wherever you go through the SSH.

### Directory Navigation

* [aliasme](https://github.com/Jintin/aliasme) - alias helper to change directory quickly
* [autojump](https://github.com/wting/autojump) - A cd command that learns - easily navigate directories from the command line
* [bashmarks](https://github.com/huyng/bashmarks) - Directory bookmarks for the shell
* [bd](https://github.com/vigneshwaranr/bd) - Quickly go back to a parent directory
* [commacd](https://github.com/shyiko/commacd) - A faster way to move around in Bash
* [enhancd](https://github.com/b4b4r07/enhancd) - :rocket: A next-generation cd command with an interactive filter
* [goto](https://github.com/iridakos/goto) - A shell utility for navigation to aliased directories supporting auto-completion
* [jump](https://github.com/gsamokovarov/jump) - Jump helps you navigate your file system faster by learning your habits.
* [lazy-cd](https://github.com/pedramamini/lazy-cd) - Simple bash commands for bookmarked navigation of the file system, complete with bash-completion.
* [up](https://github.com/shannonmoeller/up) - Ascend directories by name or count; for bash, zsh, and fish.
* [z](https://github.com/rupa/z) - z is the new j, yo
* [z.lua](https://github.com/skywind3000/z.lua) - A new cd command that helps you navigate faster by learning your habits
* [zoxide](https://github.com/ajeetdsouza/zoxide) - A faster way to navigate your filesystem, written in Rust
* [zpyi](https://github.com/sakshamsharma/zpyi) - Python in Zsh - Easy python scripting in shell

## Customization

*Custom prompts, color themes, etc.*

* [base16-builder](https://github.com/base16-builder/base16-builder) - Base16-Builder
* [bash-full-of-colors](https://github.com/slomkowski/bash-full-of-colors) - Powerful prompt with screen, tmux, git support and many more
* [bash-git-prompt](https://github.com/magicmonty/bash-git-prompt) - An informative and fancy Bash prompt for Git users
* [bash-powerline](https://github.com/riobard/bash-powerline) - Powerline-style Bash prompt in pure Bash script
* [bashstrap](https://github.com/barryclark/bashstrap) - A quick way to spruce up OSX terminal
* [bullet-train-oh-my-zsh-theme](https://github.com/caiogondim/bullet-train.zsh) - :bullettrain_side: An oh-my-zsh shell theme based on the Powerline Vim plugin
* [emojify](https://github.com/mrowa44/emojify) Emoji on the command line :scream:
* [flatui-terminal-theme](https://dribbble.com/shots/1021755-Flat-UI-Terminal-Theme) - Nicer colors for terminal
* [geometry](https://github.com/geometry-zsh/geometry) - A minimal ZSH theme where any function can be added to the left prompt or (async) right prompt on the fly.
* [git-prompt](https://github.com/lvv/git-prompt) - Bash prompt with Git, SVN and HG modules
* [gittify](https://github.com/momeni/gittify) - A colorful Bash prompt + customized Git aliases
* [Gogh - Color Scheme](https://github.com/Mayccoll/Gogh) - Color Scheme for Gnome Terminal
* [liquidprompt](https://github.com/nojhan/liquidprompt) - A full-featured & carefully designed adaptive prompt for Bash & Zsh
* [mysql-colorize](https://github.com/zpm-zsh/mysql-colorize) -  Colorization for mysql comand-line client
* [oh-my-git](https://github.com/arialdomartini/oh-my-git) - An opinionated git prompt for bash and zsh
* [polyglot](https://github.com/agkozak/polyglot) - An informative Git prompt that works in bash, zsh, ksh, mksh, pdksh, dash, and busybox sh
* [powerlevel10k](https://github.com/romkatv/powerlevel10k) - Super flexible awesome powerline ZSH theme
* [sexy-bash-prompt](https://github.com/twolfson/sexy-bash-prompt) - Bash prompt with colors, Git statuses, and Git branches
* [starship](https://starship.rs/) - Fast, customisable, cross-shell prompt written in rust
* [synth-shell](https://github.com/andresgongora/synth-shell) - Greeter with a customizable status report and a fancy bash prompt

## For Developers

*Command-line development, version control, and deployment.*

* [ack](https://beyondgrep.com/) - A grep-like search tool optimized for source code.
* [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs.
* [bcal](https://github.com/jarun/bcal) - Byte CALculator for storage conversions and calculations
* [bitwise](https://github.com/mellowcandle/bitwise) - Terminal based interactive bit manipulator in curses.
* [bocker](https://github.com/p8952/bocker) - Docker implemented in 100 lines of bash
* [cloc](https://github.com/AlDanial/cloc) - Count Lines of Code
* [doclt](https://github.com/omgimanerd/doclt) - A command line interface to Digital Ocean
* [dokku](https://github.com/dokku/dokku) - Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.
* [getopts.fish](https://github.com/jorgebucaran/getopts.fish) - CLI parser for fish
* [forgit](https://github.com/wfxr/forgit) - Utility tool for `git` taking advantage of fuzzy finder fzf.
* [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Many Git extra utilities. Churn, cut-branch, improved-merge and many more.
* [git-extras](https://github.com/tj/git-extras) - Git utilities -- repo summary, repl, changelog population, author commit percentages and more
* [git-open](https://github.com/paulirish/git-open) - Type `git open` to open the GitHub page or website for a repository in your browser
* [git-quick-stats](https://github.com/arzzen/git-quick-stats) - Git quick statistics is a simple and efficient way to access various statistics in git repository.
* [git-semver](https://github.com/markchalloner/git-semver) - Git plugin for easing semantic versioning and changelog validation
* [git-sh](https://github.com/rtomayko/git-sh) - A customized Bash environment suitable for Git work
* [hub](https://github.com/github/hub) - hub helps you win at git.
* [just](https://github.com/casey/just) - Task runner for saving and running project-specific commands.
* [licins](https://github.com/dogoncouch/licins) - Insert commented software licenses into source code.
* [mkdkr](https://github.com/rosineygp/mkdkr) - Makefile + Docker = CI Pipeline
* [mr](https://myrepos.branchable.com) - Multiple Repository management tool
* [overcommit](https://github.com/sds/overcommit) - A fully configurable and extendable Git hook manager
* [pre-commit](https://pre-commit.com) - A framework for managing and maintaining multi-language pre-commit hooks
* [rebound](https://github.com/shobrook/rebound) - Instantly browse Stack Overflow results in your terminal when you get a compiler error
* [repren](https://github.com/jlevy/repren) - Command-line search-and-replace and file-renaming swiss army knife
* [slap](https://github.com/slap-editor/slap) - Sublime-like terminal-based text editor that runs on Node.js
* [shipit](https://github.com/sapegin/shipit) - Minimalistic SSH deployment
* [starring](https://github.com/ritz078/starring) - Automatically star the npm-packages that you are using on GitHub.
* [tag](https://github.com/aykamko/tag) - Instantly jump to your ag matches.
* [wipe-modules](https://github.com/bntzio/wipe-modules) - A little agent that removes the node_modules folder of non-active projects

## System Utilities

*OS-related tools, including system administration, system debugging, and file and process management.*

* [atop](https://www.atoptool.nl) - ASCII full-screen performance monitor that is capable of reporting the activity of all processes
* [bat](https://github.com/sharkdp/bat) - A `cat` clone with wings
* [bmon](https://github.com/tgraf/bmon) - Real-time network bandwidth monitor and rate estimator with human-friendly visual output
* [bpytop](https://github.com/aristocratos/bpytop) - Linux/OSX/FreeBSD resource monitor
* [catcli](https://github.com/deadc0de6/catcli) -  The command line catalog tool for your offline data
* [ccat](https://github.com/owenthereal/ccat) - ccat is the colorizing cat. It works similar to cat but displays content with syntax highlighting.
* [exa](https://github.com/ogham/exa) - A modern version of `ls`.
* [progress](https://github.com/Xfennec/progress) - Linux tool to show progress for `cp`, `rm`, `dd`, and more...
* [stronghold](https://github.com/alichtman/stronghold) - Easily configure MacOS security settings from the terminal.
* [glances](https://github.com/nicolargo/glances) - Glances an Eye on your system
* [goaccess](https://github.com/allinurl/goaccess) - GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in \*nix systems.
* [hblock](https://github.com/hectorm/hblock) - Hosts-file based adblocker
* [histstat](https://github.com/vesche/histstat) - History for netstat
* [htop](https://github.com/hishamhm/htop) - A ncurses based interactive process viewer which aims to be a better `top`
* [lnav](https://lnav.org) - An advanced log file viewer for the small-scale
* [logdissect](https://github.com/dogoncouch/logdissect) - CLI utility and Python API for analyzing log files and other data.
* [ls++](https://github.com/trapd00r/ls--) - Colorized ls on steroids
* [lsp](https://github.com/dborzov/lsp) - An improved `ls`, with file descriptions in plain language and intelligent file grouping
* [maza](https://github.com/tanrax/maza-ad-blocking) - Local ad blocker. Like Pi-hole but local and using your operating system.
* [mtr](https://github.com/traviscross/mtr) - The functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
* [ncdu](https://dev.yorhel.nl/ncdu) - NCurses Disk Usage
* [nmtui](https://github.com/NetworkManager/NetworkManager) - Text User Interface for controlling NetworkManager
* [powertop](https://github.com/fenrus75/powertop) - Battery/Power usage and device stats monitoring command-line tool, with tune-up options.
* [prettyping](https://github.com/denilsonsa/prettyping) - Making the output of `ping` prettier, more colorful, more compact, and easier to read.
* [procdog](https://github.com/jlevy/procdog) - Lightweight command-line control of long-lived processes like servers
* [quick-secure](https://github.com/marshyski/quick-secure) - Quickly secure and harden UNIX/Linux systems
* [rng](https://github.com/nickolasburr/rng) - Copy range of lines from file or stdin to stdout.
* [wifi-wand](https://github.com/keithrbennett/wifiwand) - a Ruby command line application for managing WiFi on MacOS (install by `gem install wifi-wand`)
* [xiringuito](https://github.com/ivanilves/xiringuito) - SSH-based "VPN for poors"

## Downloading and Serving

*Self-hosted, lightweight servers and networking tools written in shell scripts.*

* [aria2](https://github.com/aria2/aria2) - aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink
* [balls](https://github.com/jneen/balls) - Bash on Balls
* [bashttpd](https://github.com/avleen/bashttpd) - A web server written in Bash
* [bashhub-server](https://github.com/nicksherron/bashhub-server) - Private cloud shell history. Open source server for bashhub
* [bitpocket](https://github.com/sickill/bitpocket) - "DIY Dropbox" or "2-way directory (r)sync with proper deletion"
* [Dropbox-Uploader](https://github.com/andreafabrizi/Dropbox-Uploader) - Dropbox Uploader is a Bash script which can be used to upload, download, list or delete files from Dropbox
* [httpie](https://github.com/httpie/httpie) - HTTPie is a command line HTTP client, a user-friendly cURL replacement
* [HTTPLab](https://github.com/gchaincl/httplab) - The interactive web server, let you inspect HTTP requests and forge responses.
* [ngincat](https://github.com/jaburns/ngincat) - Tiny Bash HTTP server using netcat
* [resty](https://github.com/micha/resty) - Little command line REST client that you can use in pipelines
* [shell2http](https://github.com/msoap/shell2http) - HTTP-server to execute shell commands. Designed for development, prototyping or remote control
* [vesper](https://github.com/chris-rock/vesper) - 🍸Vesper is a HTTP framework for Bash/Unix Shell
* [youtube-dl](https://yt-dl.org/) - Small command-line program to download videos from YouTube.com and other video sites

## Multimedia and File Formats

*Tools for handling video and audio files.*

* [adb-export](https://github.com/sromku/adb-export) - Export Android content providers to CSV format
* [Android-Kitchen](https://github.com/dsixda/Android-Kitchen) - A text-based kitchen for Android ROM customization. Uses shell scripts and works with Cygwin/OS X/Linux
* [Beets](https://github.com/beetbox/beets) - Music library manager and MusicBrainz tagger
* [cmus](https://github.com/cmus/cmus) - Cross-platform cli audio player.
* [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to [jq](https://github.com/stedolan/jq) / [yq](https://github.com/kislyuk/yq) but supports JSON, YAML, TOML and XML with zero runtime dependencies.
* [fx](https://github.com/antonmedv/fx) - Command-line JSON processing tool by anononymus JavaScript functions
* [gifgen](https://github.com/lukechilds/gifgen) - Simple high quality GIF encoding
* [image-scraper](https://github.com/sananth12/ImageScraper) - A cool command line image scraper with a lot of features.
* [imgp](https://github.com/jarun/imgp) - Blazing fast batch image resizer and rotator
* [jo](https://github.com/jpmens/jo) - A small utility to create JSON objects from command-line arguments.
* [jq](https://github.com/stedolan/jq) - Sed for json data. You can use it to slice and filter and map and transform structured data
* [korkut](https://github.com/oguzhaninan/korkut) - Quick and simple image processing at the command line.
* [mpv](https://mpv.io/) - Lets you play most audio and video formats (using ASCII characters) in the shell as well as in a GUI.
* [nehm](https://github.com/bogem/nehm) - Console tool, which downloads, sets IDv3 tags and adds to your iTunes (if you use it) your SoundCloud likes in convenient way
* [PiCAST](https://github.com/lanceseidman/PiCAST) - PiCAST turns your $35 Raspberry Pi in to a Chromecast like Device
* [sejda](https://github.com/torakiki/sejda/) - Command line manipulation of PDF documents (split, merge, rotate, convert to jpg, extract text, etc)
* [visidata](https://github.com/saulpw/visidata) - A terminal spreadsheet multitool for exploring and arranging data (csv/json/xml/xls/yaml/etc)
* [xidel](https://github.com/benibela/xidel/) - Cli tool to filter, map and create HTML/XML/JSON data with (Turing-complete) XPath and XQuery.
* [xmlstarlet](http://xmlstar.sourceforge.net/) - Old but powerful tool for command-line XML formatting, filtering, and manipulation.
* [yq](https://github.com/mikefarah/yq) - yq is a portable command-line YAML processor

## Applications

*Command line-based applications or command line access to existing services.*

* [ansiweather](https://github.com/fcambus/ansiweather) - Weather in your terminal, with ANSI colors and Unicode symbols
* [awless](https://github.com/wallix/awless) - A powerful, innovative and small surface CLI to manage AWS.
* [bashblog](https://github.com/cfenollosa/bashblog) - A Bash script that handles blog posting
* [carbon-now-cli](https://github.com/mixn/carbon-now-cli) - 🎨 Beautiful images of your code — from right inside your terminal.
* [choosealicense-cli](https://github.com/lord63/choosealicense-cli) - Choose an OSS license from the comfort of your terminal
* [cointop](https://github.com/miguelmota/cointop) - The fastest and most interactive terminal based UI application for tracking cryptocurrencies
* [dstask](https://github.com/naggie/dstask) - Single binary terminal-based TODO manager with git-based sync + markdown notes per task
* [editly](https://github.com/mifi/editly) - Command line video editor
* [facebook-cli](https://github.com/specious/facebook-cli) - Facebook command line tool
* [fanyi](https://github.com/afc163/fanyi) - Translate English to Chinese in terminal
* [gcalcli](https://github.com/insanum/gcalcli) - Google Calendar command line interface
* [geeknote](https://github.com/VitaliyRodnenko/geeknote) - Command line evernote client
* [haxor-news](https://github.com/donnemartin/haxor-news) - Browse Hacker News like a haxor
* [hn-cli](https://github.com/rafaelrinaldi/hn-cli) - Browse Hacker News from the comfort of your Terminal
* [iponmap](https://github.com/nogizhopaboroda/iponmap) - Draw point on world map using ip address
* [isitup](https://github.com/lord63/isitup) - Check whether a website is up or down
* [jrnl](https://github.com/jrnl-org/jrnl) - A simple command line journal application that stores your journal in a plain text file
* [kanban.bash](https://github.com/coderofsalvation/kanban.bash) - commandline asciii kanban board for minimalist productivity bash hackers (csv-based)
* [ledger](https://github.com/ledger/ledger) - Command line accounting
* [licen](https://github.com/lord63/licen) - Generate your license. Yet another lice, but implement with Jinja2 and docopt
* [md2png](https://github.com/weaming/md2png) - Convert markdown to PNG image
* [moviemon](https://github.com/iCHAIT/moviemon) - Everything about your movies within the command line.
* [nomino](https://github.com/yaa110/nomino) - Batch rename utility using regex, sort and map file options.
* [pcalc](https://github.com/alt-romes/programmer-calculator) - Calculator made for programmers working with multiple number representations, sizes, and overall close to the bits.
* [pockyt](https://github.com/achembarpu/pockyt) - Read, Manage, and Automate your [Pocket](https://getpocket.com) collection.
* [pushblast](https://github.com/alebcay/pushblast) - Get PushBullet notifications when a shell program exits
* [pushbullet-bash](https://github.com/Red5d/pushbullet-bash) - Bash interface to the PushBullet API
* [ranger](https://github.com/ranger/ranger) - A console file manager with VI key bindings.
* [Reddit Terminal Viewer](https://github.com/michael-lazar/rtv) - Browse Reddit from your terminal
* [SAWS](https://github.com/donnemartin/saws) - A Supercharged AWS CLI
* [taskbook](https://github.com/klaussinani/taskbook) - Tasks, boards & notes for the command-line habitat
* [taskwarrior](https://taskwarrior.org/) - A command-line TODO list manager
* [terjira](https://github.com/keepcosmos/terjira) - Command line power tool for Jira
* [transfer.sh](https://transfer.sh/) — Quickly upload and share files from your shell
* [vl](https://github.com/ellisonleao/vl) - URL link checker on text documents
* [wego](https://github.com/schachmat/wego) - Weather app for the terminal
* [whales](https://github.com/Gueils/whales) - A tool to automatically dockerize your applications
* [whereami](https://github.com/rafaelrinaldi/whereami) - Get your geolocation information from the CLI
* [wttr.in](https://github.com/chubin/wttr.in) - :partly_sunny: The right way to check the weather (curl wttr.in)

## Games

*All work and no play is a cruddy way to spend your day.*

* [bash2048](https://github.com/mydzor/bash2048) - Bash implementation of 2048 game
* [minesweeper](https://github.com/feherke/Bash-script/tree/master/minesweeper) - Bash implementation of minesweeper
* [nudoku](https://github.com/jubalh/nudoku) - ncurses based sudoku game written in C
* [piu-piu](https://github.com/vaniacer/piu-piu-SH) - Horizontal scroller game in bash with multiplayer mode!
* [sedtris](https://github.com/uuner/sedtris) - Tetris in sed
* [sed-scripts](https://github.com/aureliojargas/sed-scripts) - Arkanoid and Sokoban written using sed
* [SHTAP](https://notimetoplay.org/engines/shtap/) - Reusable text adventure engine for Bash 4
* [tty-solitaire](https://github.com/mpereira/tty-solitaire) - Play solitaire in your terminal!

## Shell Package Management

*Tools for managing multiple shell configurations. For zsh-specific tools, see the Zsh section.*

* [bash-it](https://github.com/Bash-it/bash-it) - A community Bash framework
* [basher](https://github.com/basherpm/basher) - A package manager for shell scripts
* [bashing](https://github.com/xsc/bashing) - Smashing Bash into Pieces
* [bpkg](https://www.bpkg.sh/) - JavaScript has npm, Ruby has Gems, Python has pip and now Shell has bpkg
* [dotdrop](https://github.com/deadc0de6/dotdrop) - Save your dotfiles once, deploy them everywhere
* [dotfiler](https://github.com/svetlyak40wt/dotfiler) – Shell agnostic git based dotfiles package manager, written in Python.
* [fresh](https://github.com/freshshell/fresh) - Keep your dotfiles fresh
* [homeshick](https://github.com/andsens/homeshick) - Git dotfile synchronizer written in Bash
* [shallow-backup](https://github.com/alichtman/shallow-backup) - Easily create lightweight documentation of installed packages, dotfiles, and more
* [shundle](https://github.com/javier-lopez/shundle) - Plugin manager for shell scripts
* [vcsh](https://github.com/RichiH/vcsh) - Config manager based on Git
* [yadm](https://yadm.io/) - Git-based dotfiles manager supporting encryption, alternates, and bootstrapping

## Shell Script Development

*Tools for writing, improving, or organizing Bash or other shell scripts*

* [ansi](https://github.com/fidian/ansi) - ANSI escape codes in pure bash - change text color, position the cursor, much more
* [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework
* [bashew](https://github.com/pforret/bashew) - bash script creator - from small stand-alone script to complex projects with CI/CD and testing
* [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts
* [Bashlets](https://github.com/reale/bashlets) - A modular extensible toolbox for Bash
* [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools
* [bashwithnails](https://github.com/mindaugasbarysas/bashwithnails) - a Bash framework written just for fun with testing, dependency management & packaging
* [bash-language-server](https://github.com/bash-lsp/bash-language-server) - [LSP](https://microsoft.github.io/language-server-protocol/)-based Bash language server
* [bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System
* [crash](https://github.com/molovo/crash) - Proper error handling, exceptions and try/catch for ZSH
* [critic.sh](https://github.com/Checksum/critic.sh) - Dead simple testing framework for Bash with coverage reporting
* [esh](https://github.com/jirutka/esh) - A simple templating engine based on shell, implemented in ~290 lines of POSIX shell and awk.
* [Fishtape](https://github.com/jorgebucaran/fishtape) - TAP producer and test harness for fish
* [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions
* [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - A command line argument parser in 50 lines of portable shell script.
* [getoptions](https://github.com/ko1nksm/getoptions) - An elegant option parser for shell scripts (sh, bash and all POSIX shells)
* [is.sh](https://github.com/qzb/is.sh) - An alternative for builtin test command, it will make your "if" statements pretty
* [lumberjack](https://github.com/molovo/lumberjack) - A logging interface for shell scripts
* [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash
* [optparse](https://github.com/nk412/optparse) - A BASH wrapper for getopts, for simple command line arguments.
* [rerun](https://github.com/rerun/rerun) - A modular shell automation framework to organize your keeper scripts
* [revolver](https://github.com/molovo/revolver) - A reusable progress spinner for shell scripts
* [phases](https://github.com/sorokine/phases) - Minimally invasive bash preprocessor, select sections of your script to run
* [powscript](https://github.com/coderofsalvation/powscript) - bash transpiler written in bash (coffeescript for bash)
* [semver_bash](https://github.com/cloudflare/semver_bash) - Semantic Versioning in Bash
* [sh-semver](https://github.com/qzb/sh-semver) - Semver tool for bash - finds versions matching to specified rules
* [shellcheck](https://github.com/koalaman/shellcheck) - Static analysis tool for shell scripts
* [shellfire](https://github.com/shellfire-dev/shellfire) -  A repository of namespaced, composable shell (bash, sh and dash) function libraries
* [shellspec](https://github.com/shellspec/shellspec) - A full-featured BDD unit testing framework for dash, bash, ksh, zsh and all POSIX shells
* [shfmt](https://github.com/mvdan/sh) - A shell parser, formatter, and interpreter with bash support; includes shfmt
* [shpec](https://github.com/rylnd/shpec) - A shell testing framework
* [shutit](https://ianmiell.github.io/shutit/) - Automation framework based on bash and pexpect
* [sub](https://github.com/basecamp/sub) - A delicious way to organize programs
* [ts](https://github.com/thinkerbot/ts) - A shell test script
* [urchin](https://github.com/tlevine/urchin) - An idiomatic shell testing framework that uses only shell commands
* [shunit2](https://github.com/kward/shunit2) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit.
* [rebash](https://github.com/jandob/rebash) - Scripting library/framework. Features: imports, exceptions, doc-tests ...
* [zunit](https://github.com/zunit-zsh/zunit) - A powerful unit testing framework for ZSH

# Guides

* [Bash Official Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html)
* [Bash Hackers Wiki](https://wiki.bash-hackers.org/)
* [Greg Wooledge's (aka "greycat") wiki](https://mywiki.wooledge.org).
  Specifically [Bash Guide](https://mywiki.wooledge.org/BashGuide), [Bash FAQ](https://mywiki.wooledge.org/BashFAQ) and [Bash Pitfalls](https://mywiki.wooledge.org/BashPitfalls)
* [Google's Shell Style Guide](https://google.github.io/styleguide/shell.xml)
* [The Linux Documentation Project: Bash Programming - Intro/How-to](https://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)
* [The Linux Documentation Project: Advanced Bash Scripting Guide](https://tldp.org/LDP/abs/html/)
* [WikiBooks: Bash Shell Scripting](https://en.wikibooks.org/wiki/Bash_Shell_Scripting)
* [Use the Unofficial Bash Strict Mode (Unless You Looove Debugging)](http://redsymbol.net/articles/unofficial-bash-strict-mode/)
* [The Art of Command Line](https://github.com/jlevy/the-art-of-command-line)
* [Learn Enough Command Line to Be Dangerous](https://www.learnenough.com/command-line-tutorial/basics)
* [A guide to learn bash](https://github.com/Idnan/bash-guide)
* [Shell Field Guide](https://raimonster.com/scripting-field-guide/)

# Other Awesome Lists

Other amazingly awesome lists can be found in [awesome-awesome](https://github.com/emijrp/awesome-awesome) and [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness).

### See also

* [awesome-cli-apps](https://github.com/agarrharr/awesome-cli-apps)
* [awesome-fish][awesome-fish]
* [awesome-zsh][awesome-zsh]
* [terminals-are-sexy](https://github.com/k4m4/terminals-are-sexy)

[awesome-badge]: https://raw.githubusercontent.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
[awesome-fish]: https://github.com/jorgebucaran/awsm.fish
[awesome-link]: https://github.com/sindresorhus/awesome
[awesome-zsh]: https://github.com/unixorn/awesome-zsh-plugins

<div align="center">
	{{AwesomeLogo}}
	<br>
	<br>
	<hr>
	<p>
		<p>
			<sup>
				<a href="https://github.com/sponsors/sindresorhus">My open source work is supported by the community</a>
			</sup>
		</p>
		<sup>Special thanks to:</sup>
		<br>
		<br>
		<a href="https://standardresume.co/tech">
			<img src="https://sindresorhus.com/assets/thanks/standard-resume-logo.svg" width="160"/>
		</a>
		<br>
		<br>
		<a href="https://retool.com/?utm_campaign=sindresorhus">
			<img src="https://sindresorhus.com/assets/thanks/retool-logo.svg" width="210"/>
		</a>
		<br>
		<br>
		<a href="https://doppler.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=awesome&utm_source=github">
			<div>
				<img src="https://dashboard.doppler.com/imgs/logo-long.svg" width="230" alt="Doppler">
			</div>
			<b>All your environment variables, in one place</b>
			<div>
				<sub>Stop struggling with scattered API keys, hacking together home-brewed tools,</sub>
				<br>
				<sup>and avoiding access controls. Keep your team and servers in sync with Doppler.</sup>
			</div>
		</a>
		<br>
		<a href="https://workos.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=awesome&utm_source=github">
			<div>
				<img src="https://sindresorhus.com/assets/thanks/workos-logo-white-bg.svg" width="200" alt="WorkOS">
			</div>
			<b>Your app, enterprise-ready.</b>
			<div>
				<sub>Start selling to enterprise customers with just a few lines of code.</sub>
				<br>
				<sup>Add Single Sign-On (and more) in minutes instead of months.</sup>
			</div>
		</a>
		<br>
		<a href="https://strapi.io/?ref=sindresorhus">
			<div>
				<img src="https://sindresorhus.com/assets/thanks/strapi-logo-white-bg.png" width="200" alt="Strapi">
			</div>
			<b>Strapi is the leading open-source headless CMS.</b>
			<div>
				<sup>It’s 100% JavaScript, fully customizable, and developer-first.</sup>
			</div>
		</a>
		<br>
		<a href="https://oss.capital">
			<div>
				<img src="https://sindresorhus.com/assets/thanks/oss-capital-logo-white-bg.svg" width="300" alt="OSS Capital">
			</div>
			<div>
				<sup><b>Founded in 2018, OSS Capital is the first and only venture capital platform focused<br>exclusively on supporting early-stage COSS (commercial open source) startup founders.</b></sup>
			</div>
		</a>
		<br>
		<br>
		<a href="https://bit.io/?utm_campaign=github_repo&utm_medium=referral&utm_content=awesome&utm_source=github">
			<div>
				<img src="https://sindresorhus.com/assets/thanks/bitio-logo.svg" width="190" alt="bit.io">
			</div>
			<b>Instant, shareable cloud PostgreSQL database</b>
			<div>
				<sup>Import any dataset in seconds, share with anyone with a click, try without signing up</sup>
			</div>
		</a>
	</p>
	<hr>
	<br>
	<br>
	<br>
	<br>
</div>

<p align="center">
	<a href="awesome.md">What is an awesome list?</a>&nbsp;&nbsp;&nbsp;
	<a href="contributing.md">Contribution guide</a>&nbsp;&nbsp;&nbsp;
	<a href="create-list.md">Creating a list</a>&nbsp;&nbsp;&nbsp;
	<a href="https://twitter.com/awesome__re">Twitter</a>&nbsp;&nbsp;&nbsp;
	<a href="https://www.redbubble.com/people/sindresorhus/works/30364188-awesome-logo">Stickers & t-shirts</a>
</p>

<br>

<div align="center">
	<b>Follow the <a href="https://twitter.com/awesome__re">Awesome Twitter account</a> for updates on new list additions.</b>
</div>

<br>

<p align="center">
	<sub>Just type <a href="https://awesome.re"><code>awesome.re</code></a> to go here. Check out my <a href="https://blog.sindresorhus.com">blog</a> and follow me on <a href="https://twitter.com/sindresorhus">Twitter</a>.</sub>
</p>
<br>

<div align="center">
	<h2>
		<a href="https://www.producthunt.com/posts/system-color-picker">My color picker app is on Product Hunt</a>
	</h2>
</div>

## Contents

- [Platforms](#platforms)
- [Programming Languages](#programming-languages)
- [Front-End Development](#front-end-development)
- [Back-End Development](#back-end-development)
- [Computer Science](#computer-science)
- [Big Data](#big-data)
- [Theory](#theory)
- [Books](#books)
- [Editors](#editors)
- [Gaming](#gaming)
- [Development Environment](#development-environment)
- [Entertainment](#entertainment)
- [Databases](#databases)
- [Media](#media)
- [Learn](#learn)
- [Security](#security)
- [Content Management Systems](#content-management-systems)
- [Hardware](#hardware)
- [Business](#business)
- [Work](#work)
- [Networking](#networking)
- [Decentralized Systems](#decentralized-systems)
- [Higher Education](#higher-education)
- [Events](#events)
- [Testing](#testing)
- [Miscellaneous](#miscellaneous)
- [Related](#related)

## Platforms

- [Node.js](https://github.com/sindresorhus/awesome-nodejs#readme) - Async non-blocking event-driven JavaScript runtime built on Chrome's V8 JavaScript engine.
	- [Cross-Platform](https://github.com/bcoe/awesome-cross-platform-nodejs#readme) - Writing cross-platform code on Node.js.
- [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks#readme)
- [iOS](https://github.com/vsouza/awesome-ios#readme) - Mobile operating system for Apple phones and tablets.
- [Android](https://github.com/JStumpp/awesome-android#readme) - Mobile operating system developed by Google.
- [IoT & Hybrid Apps](https://github.com/weblancaster/awesome-IoT-hybrid#readme)
- [Electron](https://github.com/sindresorhus/awesome-electron#readme) - Cross-platform native desktop apps using JavaScript/HTML/CSS.
- [Cordova](https://github.com/busterc/awesome-cordova#readme) - JavaScript API for hybrid apps.
- [React Native](https://github.com/jondot/awesome-react-native#readme) - JavaScript framework for writing natively rendering mobile apps for iOS and Android.
- [Xamarin](https://github.com/XamSome/awesome-xamarin#readme) - Mobile app development IDE, testing, and distribution.
- [Linux](https://github.com/inputsh/awesome-linux#readme)
	- [Containers](https://github.com/Friz-zy/awesome-linux-containers#readme)
	- [eBPF](https://github.com/zoidbergwill/awesome-ebpf#readme) - Virtual machine that allows you to write more efficient and powerful tracing and monitoring for Linux systems.
	- [Arch-based Projects](https://github.com/PandaFoss/Awesome-Arch#readme) - Linux distributions and projects based on Arch Linux.
- [macOS](https://github.com/iCHAIT/awesome-macOS#readme) - Operating system for Apple's Mac computers.
	- [Command-Line](https://github.com/herrbischoff/awesome-macos-command-line#readme)
	- [Screensavers](https://github.com/agarrharr/awesome-macos-screensavers#readme)
	- [Apps](https://github.com/jaywcjlove/awesome-mac#readme)
	- [Open Source Apps](https://github.com/serhii-londar/open-source-mac-os-apps#readme)
- [watchOS](https://github.com/yenchenlin/awesome-watchos#readme) - Operating system for the Apple Watch.
- [JVM](https://github.com/deephacks/awesome-jvm#readme)
- [Salesforce](https://github.com/mailtoharshit/awesome-salesforce#readme)
- [Amazon Web Services](https://github.com/donnemartin/awesome-aws#readme)
- [Windows](https://github.com/Awesome-Windows/Awesome#readme)
- [IPFS](https://github.com/ipfs/awesome-ipfs#readme) - P2P hypermedia protocol.
- [Fuse](https://github.com/fuse-compound/awesome-fuse#readme) - Mobile development tools.
- [Heroku](https://github.com/ianstormtaylor/awesome-heroku#readme) - Cloud platform as a service.
- [Raspberry Pi](https://github.com/thibmaek/awesome-raspberry-pi#readme) - Credit card-sized computer aimed at teaching kids programming, but capable of a lot more.
- [Qt](https://github.com/JesseTG/awesome-qt#readme) - Cross-platform GUI app framework.
- [WebExtensions](https://github.com/fregante/Awesome-WebExtensions#readme) - Cross-browser extension system.
- [RubyMotion](https://github.com/motion-open-source/awesome-rubymotion#readme) - Write cross-platform native apps for iOS, Android, macOS, tvOS, and watchOS in Ruby.
- [Smart TV](https://github.com/vitalets/awesome-smart-tv#readme) - Create apps for different TV platforms.
- [GNOME](https://github.com/Kazhnuz/awesome-gnome#readme) - Simple and distraction-free desktop environment for Linux.
- [KDE](https://github.com/francoism90/awesome-kde#readme) - A free software community dedicated to creating an open and user-friendly computing experience.
- [.NET](https://github.com/quozd/awesome-dotnet#readme)
	- [Core](https://github.com/thangchung/awesome-dotnet-core#readme)
	- [Roslyn](https://github.com/ironcev/awesome-roslyn#readme) - Open-source compilers and code analysis APIs for C# and VB.NET languages.
- [Amazon Alexa](https://github.com/miguelmota/awesome-amazon-alexa#readme) - Virtual home assistant.
- [DigitalOcean](https://github.com/jonleibowitz/awesome-digitalocean#readme) - Cloud computing platform designed for developers.
- [Flutter](https://github.com/Solido/awesome-flutter#readme) - Google's mobile SDK for building native iOS and Android apps from a single codebase written in Dart.
- [Home Assistant](https://github.com/frenck/awesome-home-assistant#readme) - Open source home automation that puts local control and privacy first.
- [IBM Cloud](https://github.com/victorshinya/awesome-ibmcloud#readme) - Cloud platform for developers and companies.
- [Firebase](https://github.com/jthegedus/awesome-firebase#readme) - App development platform built on Google Cloud Platform.
- [Robot Operating System 2.0](https://github.com/fkromer/awesome-ros2#readme) - Set of software libraries and tools that help you build robot apps.
- [Adafruit IO](https://github.com/adafruit/awesome-adafruitio#readme) - Visualize and store data from any device.
- [Cloudflare](https://github.com/irazasyed/awesome-cloudflare#readme) - CDN, DNS, DDoS protection, and security for your site.
- [Actions on Google](https://github.com/ravirupareliya/awesome-actions-on-google#readme) - Developer platform for Google Assistant.
- [ESP](https://github.com/agucova/awesome-esp#readme) - Low-cost microcontrollers with WiFi and broad IoT applications.
- [Deno](https://github.com/denolib/awesome-deno#readme) - A secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.
- [DOS](https://github.com/balintkissdev/awesome-dos#readme) - Operating system for x86-based personal computers that was popular during the 1980s and early 1990s.
- [Nix](https://github.com/nix-community/awesome-nix#readme) - Package manager for Linux and other Unix systems that makes package management reliable and reproducible.

## Programming Languages

- [JavaScript](https://github.com/sorrycc/awesome-javascript#readme)
	- [Promises](https://github.com/wbinnssmith/awesome-promises#readme)
	- [Standard Style](https://github.com/standard/awesome-standard#readme) - Style guide and linter.
	- [Must Watch Talks](https://github.com/bolshchikov/js-must-watch#readme)
	- [Tips](https://github.com/loverajoel/jstips#readme)
	- [Network Layer](https://github.com/Kikobeats/awesome-network-js#readme)
	- [Micro npm Packages](https://github.com/parro-it/awesome-micro-npm-packages#readme)
	- [Mad Science npm Packages](https://github.com/feross/awesome-mad-science#readme) - Impossible sounding projects that exist.
	- [Maintenance Modules](https://github.com/maxogden/maintenance-modules#readme) - For npm packages.
	- [npm](https://github.com/sindresorhus/awesome-npm#readme) - Package manager.
	- [AVA](https://github.com/avajs/awesome-ava#readme) - Test runner.
	- [ESLint](https://github.com/dustinspecker/awesome-eslint#readme) - Linter.
	- [Functional Programming](https://github.com/stoeffel/awesome-fp-js#readme)
	- [Observables](https://github.com/sindresorhus/awesome-observables#readme)
	- [npm scripts](https://github.com/RyanZim/awesome-npm-scripts#readme) - Task runner.
	- [30 Seconds of Code](https://github.com/30-seconds/30-seconds-of-code#readme) - Code snippets you can understand in 30 seconds.
	- [Ponyfills](https://github.com/Richienb/awesome-ponyfills#readme) - Like polyfills but without overriding native APIs.
- [Swift](https://github.com/matteocrippa/awesome-swift#readme) - Apple's compiled programming language that is secure, modern, programmer-friendly, and fast.
	- [Education](https://github.com/hsavit1/Awesome-Swift-Education#readme)
	- [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds#readme)
- [Python](https://github.com/vinta/awesome-python#readme) - General-purpose programming language designed for readability.
	- [Asyncio](https://github.com/timofurrer/awesome-asyncio#readme) - Asynchronous I/O in Python 3.
	- [Scientific Audio](https://github.com/faroit/awesome-python-scientific-audio#readme) - Scientific research in audio/music.
	- [CircuitPython](https://github.com/adafruit/awesome-circuitpython#readme) - A version of Python for microcontrollers.
	- [Data Science](https://github.com/krzjoa/awesome-python-data-science#readme) - Data analysis and machine learning.
	- [Typing](https://github.com/typeddjango/awesome-python-typing#readme) - Optional static typing for Python.
	- [MicroPython](https://github.com/mcauser/awesome-micropython#readme) - A lean and efficient implementation of Python 3 for microcontrollers.
- [Rust](https://github.com/rust-unofficial/awesome-rust#readme)
- [Haskell](https://github.com/krispo/awesome-haskell#readme)
- [PureScript](https://github.com/passy/awesome-purescript#readme)
- [Go](https://github.com/avelino/awesome-go#readme)
- [Scala](https://github.com/lauris/awesome-scala#readme)
	- [Scala Native](https://github.com/tindzk/awesome-scala-native#readme) - Optimizing ahead-of-time compiler for Scala based on LLVM.
- [Ruby](https://github.com/markets/awesome-ruby#readme)
- [Clojure](https://github.com/razum2um/awesome-clojure#readme)
- [ClojureScript](https://github.com/hantuzun/awesome-clojurescript#readme)
- [Elixir](https://github.com/h4cc/awesome-elixir#readme)
- [Elm](https://github.com/sporto/awesome-elm#readme)
- [Erlang](https://github.com/drobakowski/awesome-erlang#readme)
- [Julia](https://github.com/svaksha/Julia.jl#readme) - High-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science.
- [Lua](https://github.com/LewisJEllis/awesome-lua#readme)
- [C](https://github.com/inputsh/awesome-c#readme)
- [C/C++](https://github.com/fffaraz/awesome-cpp#readme) - General-purpose language with a bias toward system programming and embedded, resource-constrained software.
- [R](https://github.com/qinwf/awesome-R#readme) - Functional programming language and environment for statistical computing and graphics.
	- [Learning](https://github.com/iamericfletcher/awesome-r-learning-resources#readme)
- [D](https://github.com/dlang-community/awesome-d#readme)
- [Common Lisp](https://github.com/CodyReichert/awesome-cl#readme) - Powerful dynamic multiparadigm language that facilitates iterative and interactive development.
	- [Learning](https://github.com/GustavBertram/awesome-common-lisp-learning#readme)
- [Perl](https://github.com/hachiojipm/awesome-perl#readme)
- [Groovy](https://github.com/kdabir/awesome-groovy#readme)
- [Dart](https://github.com/yissachar/awesome-dart#readme)
- [Java](https://github.com/akullpp/awesome-java#readme) - Popular secure object-oriented language designed for flexibility to "write once, run anywhere".
	- [RxJava](https://github.com/eleventigers/awesome-rxjava#readme)
- [Kotlin](https://github.com/KotlinBy/awesome-kotlin#readme)
- [OCaml](https://github.com/ocaml-community/awesome-ocaml#readme)
- [ColdFusion](https://github.com/seancoyne/awesome-coldfusion#readme)
- [Fortran](https://github.com/rabbiabram/awesome-fortran#readme)
- [PHP](https://github.com/ziadoz/awesome-php#readme) - Server-side scripting language.
	- [Composer](https://github.com/jakoch/awesome-composer#readme) - Package manager.
- [Pascal](https://github.com/Fr0sT-Brutal/awesome-pascal#readme)
- [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey#readme)
- [AutoIt](https://github.com/J2TeaM/awesome-AutoIt#readme)
- [Crystal](https://github.com/veelenga/awesome-crystal#readme)
- [Frege](https://github.com/sfischer13/awesome-frege#readme) - Haskell for the JVM.
- [CMake](https://github.com/onqtam/awesome-cmake#readme) - Build, test, and package software.
- [ActionScript 3](https://github.com/robinrodricks/awesome-actionscript3#readme) - Object-oriented language targeting Adobe AIR.
- [Eta](https://github.com/sfischer13/awesome-eta#readme) - Functional programming language for the JVM.
- [Idris](https://github.com/joaomilho/awesome-idris#readme) - General purpose pure functional programming language with dependent types influenced by Haskell and ML.
- [Ada/SPARK](https://github.com/ohenley/awesome-ada#readme) - Modern programming language designed for large, long-lived apps where reliability and efficiency are essential.
- [Q#](https://github.com/ebraminio/awesome-qsharp#readme) - Domain-specific programming language used for expressing quantum algorithms.
- [Imba](https://github.com/koolamusic/awesome-imba#readme) - Programming language inspired by Ruby and Python and compiles to performant JavaScript.
- [Vala](https://github.com/desiderantes/awesome-vala#readme) - Programming language designed to take full advantage of the GLib and GNOME ecosystems, while preserving the speed of C code.
- [Coq](https://github.com/coq-community/awesome-coq#readme) - Formal language and environment for programming and specification which facilitates interactive development of machine-checked proofs.
- [V](https://github.com/vlang/awesome-v#readme) - Simple, fast, safe, compiled language for developing maintainable software.

## Front-End Development

- [ES6 Tools](https://github.com/addyosmani/es6-tools#readme)
- [Web Performance Optimization](https://github.com/davidsonfellipe/awesome-wpo#readme)
- [Web Tools](https://github.com/lvwzhen/tools#readme)
- [CSS](https://github.com/awesome-css-group/awesome-css#readme) - Style sheet language that specifies how HTML elements are displayed on screen.
	- [Critical-Path Tools](https://github.com/addyosmani/critical-path-css-tools#readme)
	- [Scalability](https://github.com/davidtheclark/scalable-css-reading-list#readme)
	- [Must-Watch Talks](https://github.com/AllThingsSmitty/must-watch-css#readme)
	- [Protips](https://github.com/AllThingsSmitty/css-protips#readme)
	- [Frameworks](https://github.com/troxler/awesome-css-frameworks#readme)
- [React](https://github.com/enaqx/awesome-react#readme) - App framework.
	- [Relay](https://github.com/expede/awesome-relay#readme) - Framework for building data-driven React apps.
	- [React Hooks](https://github.com/glauberfc/awesome-react-hooks#readme) - A new feature that lets you use state and other React features without writing a class.
- [Web Components](https://github.com/mateusortiz/webcomponents-the-right-way#readme)
- [Polymer](https://github.com/Granze/awesome-polymer#readme) - JavaScript library to develop Web Components.
- [Angular](https://github.com/PatrickJS/awesome-angular#readme) - App framework.
- [Backbone](https://github.com/sadcitizen/awesome-backbone#readme) - App framework.
- [HTML5](https://github.com/diegocard/awesome-html5#readme) - Markup language used for websites & web apps.
- [SVG](https://github.com/willianjusten/awesome-svg#readme) - XML-based vector image format.
- [Canvas](https://github.com/raphamorim/awesome-canvas#readme)
- [KnockoutJS](https://github.com/dnbard/awesome-knockout#readme) - JavaScript library.
- [Dojo Toolkit](https://github.com/petk/awesome-dojo#readme) - JavaScript toolkit.
- [Inspiration](https://github.com/NoahBuscher/Inspire#readme)
- [Ember](https://github.com/ember-community-russia/awesome-ember#readme) - App framework.
- [Android UI](https://github.com/wasabeef/awesome-android-ui#readme)
- [iOS UI](https://github.com/cjwirth/awesome-ios-ui#readme)
- [Meteor](https://github.com/Urigo/awesome-meteor#readme)
- [BEM](https://github.com/sturobson/BEM-resources#readme)
- [Flexbox](https://github.com/afonsopacifer/awesome-flexbox#readme)
- [Web Typography](https://github.com/deanhume/typography#readme)
- [Web Accessibility](https://github.com/brunopulis/awesome-a11y#readme)
- [Material Design](https://github.com/sachin1092/awesome-material#readme)
- [D3](https://github.com/wbkd/awesome-d3#readme) - Library for producing dynamic, interactive data visualizations.
- [Emails](https://github.com/jonathandion/awesome-emails#readme)
- [jQuery](https://github.com/petk/awesome-jquery#readme) - Easy to use JavaScript library for DOM manipulation.
	- [Tips](https://github.com/AllThingsSmitty/jquery-tips-everyone-should-know#readme)
- [Web Audio](https://github.com/notthetup/awesome-webaudio#readme)
- [Offline-First](https://github.com/pazguille/offline-first#readme)
- [Static Website Services](https://github.com/agarrharr/awesome-static-website-services#readme)
- [Cycle.js](https://github.com/cyclejs-community/awesome-cyclejs#readme) - Functional and reactive JavaScript framework.
- [Text Editing](https://github.com/dok/awesome-text-editing#readme)
- [Motion UI Design](https://github.com/fliptheweb/motion-ui-design#readme)
- [Vue.js](https://github.com/vuejs/awesome-vue#readme) - App framework.
- [Marionette.js](https://github.com/sadcitizen/awesome-marionette#readme) - App framework.
- [Aurelia](https://github.com/aurelia-contrib/awesome-aurelia#readme) - App framework.
- [Charting](https://github.com/zingchart/awesome-charting#readme)
- [Ionic Framework 2](https://github.com/candelibas/awesome-ionic#readme)
- [Chrome DevTools](https://github.com/ChromeDevTools/awesome-chrome-devtools#readme)
- [PostCSS](https://github.com/jdrgomes/awesome-postcss#readme) - CSS tool.
- [Draft.js](https://github.com/nikgraf/awesome-draft-js#readme) - Rich text editor framework for React.
- [Service Workers](https://github.com/TalAter/awesome-service-workers#readme)
- [Progressive Web Apps](https://github.com/TalAter/awesome-progressive-web-apps#readme)
- [choo](https://github.com/choojs/awesome-choo#readme) - App framework.
- [Redux](https://github.com/brillout/awesome-redux#readme) - State container for JavaScript apps.
- [webpack](https://github.com/webpack-contrib/awesome-webpack#readme) - Module bundler.
- [Browserify](https://github.com/browserify/awesome-browserify#readme) - Module bundler.
- [Sass](https://github.com/Famolus/awesome-sass#readme) - CSS preprocessor.
- [Ant Design](https://github.com/websemantics/awesome-ant-design#readme) - Enterprise-class UI design language.
- [Less](https://github.com/LucasBassetti/awesome-less#readme) - CSS preprocessor.
- [WebGL](https://github.com/sjfricke/awesome-webgl#readme) - JavaScript API for rendering 3D graphics.
- [Preact](https://github.com/preactjs/awesome-preact#readme) - App framework.
- [Progressive Enhancement](https://github.com/jbmoelker/progressive-enhancement-resources#readme)
- [Next.js](https://github.com/unicodeveloper/awesome-nextjs#readme) - Framework for server-rendered React apps.
- [lit-html](https://github.com/web-padawan/awesome-lit-html#readme) - HTML templating library for JavaScript.
- [JAMstack](https://github.com/automata/awesome-jamstack#readme) - Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt markup.
- [WordPress-Gatsby](https://github.com/henrikwirth/awesome-wordpress-gatsby#readme) - Web development technology stack with WordPress as a back end and Gatsby as a front end.
- [Mobile Web Development](https://github.com/myshov/awesome-mobile-web-development#readme) - Creating a great mobile web experience.
- [Storybook](https://github.com/lauthieb/awesome-storybook#readme) - Development environment for UI components.
- [Blazor](https://github.com/AdrienTorris/awesome-blazor#readme) - .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
- [PageSpeed Metrics](https://github.com/csabapalfi/awesome-pagespeed-metrics#readme) - Metrics to help understand page speed and user experience.
- [Tailwind CSS](https://github.com/aniftyco/awesome-tailwindcss#readme) - Utility-first CSS framework for rapid UI development.
- [Seed](https://github.com/seed-rs/awesome-seed-rs#readme) - Rust framework for creating web apps running in WebAssembly.
- [Web Performance Budget](https://github.com/pajaydev/awesome-web-performance-budget#readme) - Techniques to ensure certain performance metrics for a website.
- [Web Animation](https://github.com/sergey-pimenov/awesome-web-animation#readme) - Animations in the browser with JavaScript, CSS, SVG, etc.
- [Yew](https://github.com/jetli/awesome-yew#readme) - Rust framework inspired by Elm and React for creating multi-threaded frontend web apps with WebAssembly.
- [Material-UI](https://github.com/nadunindunil/awesome-material-ui#readme) - Material Design React components for faster and easier web development.
- [Building Blocks for Web Apps](https://github.com/componently-com/awesome-building-blocks-for-web-apps#readme) - Standalone features to be integrated into web apps.
- [Svelte](https://github.com/TheComputerM/awesome-svelte#readme) - App framework.
- [Design systems](https://github.com/klaufel/awesome-design-systems#readme) - Collection of reusable components, guided by rules that ensure consistency and speed.
- [Inertia.js](https://github.com/innocenzi/awesome-inertiajs#readme) - Make single-page apps without building an API.

## Back-End Development

- [Flask](https://github.com/mjhea0/awesome-flask#readme) - Python framework.
- [Docker](https://github.com/veggiemonk/awesome-docker#readme)
- [Vagrant](https://github.com/iJackUA/awesome-vagrant#readme) - Automation virtual machine environment.
- [Pyramid](https://github.com/uralbash/awesome-pyramid#readme) - Python framework.
- [Play1 Framework](https://github.com/PerfectCarl/awesome-play1#readme)
- [CakePHP](https://github.com/friendsofcake/awesome-cakephp#readme) - PHP framework.
- [Symfony](https://github.com/sitepoint-editors/awesome-symfony#readme) - PHP framework.
	- [Education](https://github.com/pehapkari/awesome-symfony-education#readme)
- [Laravel](https://github.com/chiraggude/awesome-laravel#readme) - PHP framework.
	- [Education](https://github.com/fukuball/Awesome-Laravel-Education#readme)
	- [TALL Stack](https://github.com/blade-ui-kit/awesome-tall-stack#readme) - Full-stack development solution featuring libraries built by the Laravel community.
- [Rails](https://github.com/gramantin/awesome-rails#readme) - Web app framework for Ruby.
	- [Gems](https://github.com/hothero/awesome-rails-gem#readme) - Packages.
- [Phalcon](https://github.com/phalcon/awesome-phalcon#readme) - PHP framework.
- [Useful `.htaccess` Snippets](https://github.com/phanan/htaccess#readme)
- [nginx](https://github.com/fcambus/nginx-resources#readme) - Web server.
- [Dropwizard](https://github.com/stve/awesome-dropwizard#readme) - Java framework.
- [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes#readme) - Open-source platform that automates Linux container operations.
- [Lumen](https://github.com/unicodeveloper/awesome-lumen#readme) - PHP micro-framework.
- [Serverless Framework](https://github.com/pmuens/awesome-serverless#readme) - Serverless computing and serverless architectures.
- [Apache Wicket](https://github.com/PhantomYdn/awesome-wicket#readme) - Java web app framework.
- [Vert.x](https://github.com/vert-x3/vertx-awesome#readme) - Toolkit for building reactive apps on the JVM.
- [Terraform](https://github.com/shuaibiyy/awesome-terraform#readme) - Tool for building, changing, and versioning infrastructure.
- [Vapor](https://github.com/Cellane/awesome-vapor#readme) - Server-side development in Swift.
- [Dash](https://github.com/ucg8j/awesome-dash#readme) - Python web app framework.
- [FastAPI](https://github.com/mjhea0/awesome-fastapi#readme) - Python web app framework.
- [CDK](https://github.com/kolomied/awesome-cdk#readme) - Open-source software development framework for defining cloud infrastructure in code.
- [IAM](https://github.com/kdeldycke/awesome-iam#readme) - User accounts, authentication and authorization.

## Computer Science

- [University Courses](https://github.com/prakhar1989/awesome-courses#readme)
- [Data Science](https://github.com/academic/awesome-datascience#readme)
	- [Tutorials](https://github.com/siboehm/awesome-learn-datascience#readme)
- [Machine Learning](https://github.com/josephmisiti/awesome-machine-learning#readme)
	- [Tutorials](https://github.com/ujjwalkarn/Machine-Learning-Tutorials#readme)
	- [ML with Ruby](https://github.com/arbox/machine-learning-with-ruby#readme) - Learning, implementing, and applying Machine Learning using Ruby.
	- [Core ML Models](https://github.com/likedan/Awesome-CoreML-Models#readme) - Models for Apple's machine learning framework.
	- [H2O](https://github.com/h2oai/awesome-h2o#readme) - Open source distributed machine learning platform written in Java with APIs in R, Python, and Scala.
	- [Software Engineering for Machine Learning](https://github.com/SE-ML/awesome-seml#readme) - From experiment to production-level machine learning.
	- [AI in Finance](https://github.com/georgezouq/awesome-ai-in-finance#readme) - Solving problems in finance with machine learning.
	- [JAX](https://github.com/n2cholas/awesome-jax#readme) - Automatic differentiation and XLA compilation brought together for high-performance machine learning research.
	- [XAI](https://github.com/altamiracorp/awesome-xai#readme) - Providing insight, explanations, and interpretability to machine learning methods.
- [Speech and Natural Language Processing](https://github.com/edobashira/speech-language-processing#readme)
	- [Spanish](https://github.com/dav009/awesome-spanish-nlp#readme)
	- [NLP with Ruby](https://github.com/arbox/nlp-with-ruby#readme)
	- [Question Answering](https://github.com/seriousran/awesome-qa#readme) - The science of asking and answering in natural language with a machine.
	- [Natural Language Generation](https://github.com/tokenmill/awesome-nlg#readme) - Generation of text used in data to text, conversational agents, and narrative generation applications.
- [Linguistics](https://github.com/theimpossibleastronaut/awesome-linguistics#readme)
- [Cryptography](https://github.com/sobolevn/awesome-cryptography#readme)
	- [Papers](https://github.com/pFarb/awesome-crypto-papers#readme) - Theory basics for using cryptography by non-cryptographers.
- [Computer Vision](https://github.com/jbhuang0604/awesome-computer-vision#readme)
- [Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning#readme) - Neural networks.
	- [TensorFlow](https://github.com/jtoy/awesome-tensorflow#readme) - Library for machine intelligence.
	- [TensorFlow.js](https://github.com/aaronhma/awesome-tensorflow-js#readme) - WebGL-accelerated machine learning JavaScript library for training and deploying models.
	- [TensorFlow Lite](https://github.com/margaretmz/awesome-tensorflow-lite#readme) - Framework that optimizes TensorFlow models for on-device machine learning.
	- [Papers](https://github.com/terryum/awesome-deep-learning-papers#readme) - The most cited deep learning papers.
	- [Education](https://github.com/guillaume-chevalier/awesome-deep-learning-resources#readme)
- [Deep Vision](https://github.com/kjw0612/awesome-deep-vision#readme)
- [Open Source Society University](https://github.com/ossu/computer-science#readme)
- [Functional Programming](https://github.com/lucasviola/awesome-functional-programming#readme)
- [Empirical Software Engineering](https://github.com/dspinellis/awesome-msr#readme) - Evidence-based research on software systems.
- [Static Analysis & Code Quality](https://github.com/analysis-tools-dev/static-analysis#readme)
- [Information Retrieval](https://github.com/harpribot/awesome-information-retrieval#readme) - Learn to develop your own search engine.
- [Quantum Computing](https://github.com/desireevl/awesome-quantum-computing#readme) - Computing which utilizes quantum mechanics and qubits on quantum computers.

## Big Data

- [Big Data](https://github.com/onurakpolat/awesome-bigdata#readme)
- [Public Datasets](https://github.com/awesomedata/awesome-public-datasets#readme)
- [Hadoop](https://github.com/youngwookim/awesome-hadoop#readme) - Framework for distributed storage and processing of very large data sets.
- [Data Engineering](https://github.com/igorbarinov/awesome-data-engineering#readme)
- [Streaming](https://github.com/manuzhang/awesome-streaming#readme)
- [Apache Spark](https://github.com/awesome-spark/awesome-spark#readme) - Unified engine for large-scale data processing.
- [Qlik](https://github.com/ambster-public/awesome-qlik#readme) - Business intelligence platform for data visualization, analytics, and reporting apps.
- [Splunk](https://github.com/sduff/awesome-splunk#readme) - Platform for searching, monitoring, and analyzing structured and unstructured machine-generated big data in real-time.

## Theory

- [Papers We Love](https://github.com/papers-we-love/papers-we-love#readme)
- [Talks](https://github.com/JanVanRyswyck/awesome-talks#readme)
- [Algorithms](https://github.com/tayllan/awesome-algorithms#readme)
	- [Education](https://github.com/gaerae/awesome-algorithms-education#readme) - Learning and practicing.
- [Algorithm Visualizations](https://github.com/enjalot/algovis#readme)
- [Artificial Intelligence](https://github.com/owainlewis/awesome-artificial-intelligence#readme)
- [Search Engine Optimization](https://github.com/marcobiedermann/search-engine-optimization#readme)
- [Competitive Programming](https://github.com/lnishan/awesome-competitive-programming#readme)
- [Math](https://github.com/rossant/awesome-math#readme)
- [Recursion Schemes](https://github.com/passy/awesome-recursion-schemes#readme) - Traversing nested data structures.

## Books

- [Free Programming Books](https://github.com/EbookFoundation/free-programming-books#readme)
- [Go Books](https://github.com/dariubs/GoBooks#readme)
- [R Books](https://github.com/RomanTsegelskyi/rbooks#readme)
- [Mind Expanding Books](https://github.com/hackerkid/Mind-Expanding-Books#readme)
- [Book Authoring](https://github.com/TalAter/awesome-book-authoring#readme)
- [Elixir Books](https://github.com/sger/ElixirBooks#readme)

## Editors

- [Sublime Text](https://github.com/dreikanter/sublime-bookmarks#readme)
- [Vim](https://github.com/mhinz/vim-galore#readme)
- [Emacs](https://github.com/emacs-tw/awesome-emacs#readme)
- [Atom](https://github.com/mehcode/awesome-atom#readme) - Open-source and hackable text editor.
- [Visual Studio Code](https://github.com/viatsko/awesome-vscode#readme) - Cross-platform open-source text editor.

## Gaming

- [Game Development](https://github.com/ellisonleao/magictools#readme)
- [Game Talks](https://github.com/hzoo/awesome-gametalks#readme)
- [Godot](https://github.com/Calinou/awesome-godot#readme) - Game engine.
- [Open Source Games](https://github.com/leereilly/games#readme)
- [Unity](https://github.com/RyanNielson/awesome-unity#readme) - Game engine.
- [Chess](https://github.com/hkirat/awesome-chess#readme)
- [LÖVE](https://github.com/love2d-community/awesome-love2d#readme) - Game engine.
- [PICO-8](https://github.com/pico-8/awesome-PICO-8#readme) - Fantasy console.
- [Game Boy Development](https://github.com/gbdev/awesome-gbdev#readme)
- [Construct 2](https://github.com/WebCreationClub/awesome-construct#readme) - Game engine.
- [Gideros](https://github.com/stetso/awesome-gideros#readme) - Game engine.
- [Minecraft](https://github.com/bs-community/awesome-minecraft#readme) - Sandbox video game.
- [Game Datasets](https://github.com/leomaurodesenv/game-datasets#readme) - Materials and datasets for Artificial Intelligence in games.
- [Haxe Game Development](https://github.com/Dvergar/awesome-haxe-gamedev#readme) - A high-level strongly typed programming language used to produce cross-platform native code.
- [libGDX](https://github.com/rafaskb/awesome-libgdx#readme) - Java game framework.
- [PlayCanvas](https://github.com/playcanvas/awesome-playcanvas#readme) - Game engine.
- [Game Remakes](https://github.com/radek-sprta/awesome-game-remakes#readme) - Actively maintained open-source game remakes.
- [Flame](https://github.com/flame-engine/awesome-flame#readme) - Game engine for Flutter.
- [Discord Communities](https://github.com/mhxion/awesome-discord-communities#readme) - Chat with friends and communities.
- [CHIP-8](https://github.com/tobiasvl/awesome-chip-8#readme) - Virtual computer game machine from the 70s.
- [Games of Coding](https://github.com/michelpereira/awesome-games-of-coding#readme) - Learn a programming language by making games.

## Development Environment

- [Quick Look Plugins](https://github.com/sindresorhus/quick-look-plugins#readme) - For macOS.
- [Dev Env](https://github.com/jondot/awesome-devenv#readme)
- [Dotfiles](https://github.com/webpro/awesome-dotfiles#readme)
- [Shell](https://github.com/alebcay/awesome-shell#readme)
- [Fish](https://github.com/jorgebucaran/awsm.fish#readme) - User-friendly shell.
- [Command-Line Apps](https://github.com/agarrharr/awesome-cli-apps#readme)
- [ZSH Plugins](https://github.com/unixorn/awesome-zsh-plugins#readme)
- [GitHub](https://github.com/phillipadsmith/awesome-github#readme) - Hosting service for Git repositories.
	- [Browser Extensions](https://github.com/stefanbuck/awesome-browser-extensions-for-github#readme)
	- [Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet#readme)
	- [Pinned Gists](https://github.com/matchai/awesome-pinned-gists#readme) - Dynamic pinned gists for your GitHub profile.
- [Git Cheat Sheet & Git Flow](https://github.com/arslanbilal/git-cheat-sheet#readme)
- [Git Tips](https://github.com/git-tips/tips#readme)
- [Git Add-ons](https://github.com/stevemao/awesome-git-addons#readme) - Enhance the `git` CLI.
- [Git Hooks](https://github.com/compscilauren/awesome-git-hooks#readme) - Scripts for automating tasks during `git` workflows.
- [SSH](https://github.com/moul/awesome-ssh#readme)
- [FOSS for Developers](https://github.com/tvvocold/FOSS-for-Dev#readme)
- [Hyper](https://github.com/bnb/awesome-hyper#readme) - Cross-platform terminal app built on web technologies.
- [PowerShell](https://github.com/janikvonrotz/awesome-powershell#readme) - Cross-platform object-oriented shell.
- [Alfred Workflows](https://github.com/alfred-workflows/awesome-alfred-workflows#readme) - Productivity app for macOS.
- [Terminals Are Sexy](https://github.com/k4m4/terminals-are-sexy#readme)
- [GitHub Actions](https://github.com/sdras/awesome-actions#readme) - Create tasks to automate your workflow and share them with others on GitHub.

## Entertainment

- [Science Fiction](https://github.com/sindresorhus/awesome-scifi#readme) - Scifi.
- [Fantasy](https://github.com/RichardLitt/awesome-fantasy#readme)
- [Podcasts](https://github.com/ayr-ton/awesome-geek-podcasts#readme)
- [Email Newsletters](https://github.com/zudochkin/awesome-newsletters#readme)
- [IT Quotes](https://github.com/victorlaerte/awesome-it-quotes#readme)

## Databases

- [Database](https://github.com/numetriclabz/awesome-db#readme)
- [MySQL](https://github.com/shlomi-noach/awesome-mysql#readme)
- [SQLAlchemy](https://github.com/dahlia/awesome-sqlalchemy#readme)
- [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb#readme)
- [Neo4j](https://github.com/neueda/awesome-neo4j#readme)
- [MongoDB](https://github.com/ramnes/awesome-mongodb#readme) - NoSQL database.
- [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb#readme)
- [TinkerPop](https://github.com/mohataher/awesome-tinkerpop#readme) - Graph computing framework.
- [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres#readme) - Object-relational database.
- [CouchDB](https://github.com/quangv/awesome-couchdb#readme) - Document-oriented NoSQL database.
- [HBase](https://github.com/rayokota/awesome-hbase#readme) - Distributed, scalable, big data store.
- [NoSQL Guides](https://github.com/erictleung/awesome-nosql-guides#readme) - Help on using non-relational, distributed, open-source, and horizontally scalable databases.
- [Contexture](https://github.com/chrislatorres/awesome-contexture#readme) - Abstracts queries/filters and results/aggregations from different backing data stores like ElasticSearch and MongoDB.
- [Database Tools](https://github.com/mgramin/awesome-db-tools#readme) - Everything that makes working with databases easier.
- [Grakn](https://github.com/graknlabs/awesome#readme) - Logical database to organize large and complex networks of data as one body of knowledge.
- [Cassandra](https://github.com/Anant/awesome-cassandra#readme) - Open-source, distributed, wide column store, NoSQL database management system.

## Media

- [Creative Commons Media](https://github.com/shime/creative-commons-media#readme)
- [Fonts](https://github.com/brabadu/awesome-fonts#readme)
- [Codeface](https://github.com/chrissimpkins/codeface#readme) - Text editor fonts.
- [Stock Resources](https://github.com/neutraltone/awesome-stock-resources#readme)
- [GIF](https://github.com/davisonio/awesome-gif#readme) - Image format known for animated images.
- [Music](https://github.com/ciconia/awesome-music#readme)
- [Open Source Documents](https://github.com/44bits/awesome-opensource-documents#readme)
- [Audio Visualization](https://github.com/willianjusten/awesome-audio-visualization#readme)
- [Broadcasting](https://github.com/ebu/awesome-broadcasting#readme)
- [Pixel Art](https://github.com/Siilwyn/awesome-pixel-art#readme) - Pixel-level digital art.
- [FFmpeg](https://github.com/transitive-bullshit/awesome-ffmpeg#readme) - Cross-platform solution to record, convert and stream audio and video.
- [Icons](https://github.com/notlmn/awesome-icons#readme) - Downloadable SVG/PNG/font icon projects.
- [Audiovisual](https://github.com/stingalleman/awesome-audiovisual#readme) - Lighting, audio and video in professional environments.

## Learn

- [CLI Workshoppers](https://github.com/therebelrobot/awesome-workshopper#readme) - Interactive tutorials.
- [Learn to Program](https://github.com/karlhorky/learn-to-program#readme)
- [Speaking](https://github.com/matteofigus/awesome-speaking#readme)
- [Tech Videos](https://github.com/lucasviola/awesome-tech-videos#readme)
- [Dive into Machine Learning](https://github.com/hangtwenty/dive-into-machine-learning#readme)
- [Computer History](https://github.com/watson/awesome-computer-history#readme)
- [Programming for Kids](https://github.com/HollyAdele/awesome-programming-for-kids#readme)
- [Educational Games](https://github.com/yrgo/awesome-educational-games#readme) - Learn while playing.
- [JavaScript Learning](https://github.com/micromata/awesome-javascript-learning#readme)
- [CSS Learning](https://github.com/micromata/awesome-css-learning#readme) - Mainly about CSS – the language and the modules.
- [Product Management](https://github.com/dend/awesome-product-management#readme) - Learn how to be a better product manager.
- [Roadmaps](https://github.com/liuchong/awesome-roadmaps#readme) - Gives you a clear route to improve your knowledge and skills.
- [YouTubers](https://github.com/JoseDeFreitas/awesome-youtubers#readme) - Watch video tutorials from YouTubers that teach you about technology.

## Security

- [Application Security](https://github.com/paragonie/awesome-appsec#readme)
- [Security](https://github.com/sbilly/awesome-security#readme)
- [CTF](https://github.com/apsdehal/awesome-ctf#readme) - Capture The Flag.
- [Malware Analysis](https://github.com/rshipp/awesome-malware-analysis#readme)
- [Android Security](https://github.com/ashishb/android-security-awesome#readme)
- [Hacking](https://github.com/carpedm20/awesome-hacking#readme)
- [Honeypots](https://github.com/paralax/awesome-honeypots#readme) - Deception trap, designed to entice an attacker into attempting to compromise the information systems in an organization.
- [Incident Response](https://github.com/meirwah/awesome-incident-response#readme)
- [Vehicle Security and Car Hacking](https://github.com/jaredthecoder/awesome-vehicle-security#readme)
- [Web Security](https://github.com/qazbnm456/awesome-web-security#readme) - Security of web apps & services.
- [Lockpicking](https://github.com/fabacab/awesome-lockpicking#readme) - The art of unlocking a lock by manipulating its components without the key.
- [Cybersecurity Blue Team](https://github.com/fabacab/awesome-cybersecurity-blueteam#readme) - Groups of individuals who identify security flaws in information technology systems.
- [Fuzzing](https://github.com/cpuu/awesome-fuzzing#readme) - Automated software testing technique that involves feeding pseudo-randomly generated input data.
- [Embedded and IoT Security](https://github.com/fkie-cad/awesome-embedded-and-iot-security#readme)
- [GDPR](https://github.com/bakke92/awesome-gdpr#readme) - Regulation on data protection and privacy for all individuals within EU.
- [DevSecOps](https://github.com/TaptuIT/awesome-devsecops#readme) - Integration of security practices into [DevOps](https://en.wikipedia.org/wiki/DevOps).

## Content Management Systems

- [Umbraco](https://github.com/umbraco-community/awesome-umbraco#readme)
- [Refinery CMS](https://github.com/refinerycms-contrib/awesome-refinerycms#readme) - Ruby on Rails CMS.
- [Wagtail](https://github.com/springload/awesome-wagtail#readme) - Django CMS focused on flexibility and user experience.
- [Textpattern](https://github.com/drmonkeyninja/awesome-textpattern#readme) - Lightweight PHP-based CMS.
- [Drupal](https://github.com/nirgn975/awesome-drupal#readme) - Extensible PHP-based CMS.
- [Craft CMS](https://github.com/craftcms/awesome#readme) - Content-first CMS.
- [Sitecore](https://github.com/MartinMiles/Awesome-Sitecore#readme) - .NET digital marketing platform that combines CMS with tools for managing multiple websites.
- [Silverstripe CMS](https://github.com/wernerkrauss/awesome-silverstripe-cms#readme) - PHP MVC framework that serves as a classic or headless CMS.

## Hardware

- [Robotics](https://github.com/Kiloreux/awesome-robotics#readme)
- [Internet of Things](https://github.com/HQarroum/awesome-iot#readme)
- [Electronics](https://github.com/kitspace/awesome-electronics#readme) - For electronic engineers and hobbyists.
- [Bluetooth Beacons](https://github.com/rabschi/awesome-beacon#readme)
- [Electric Guitar Specifications](https://github.com/gitfrage/guitarspecs#readme) - Checklist for building your own electric guitar.
- [Plotters](https://github.com/beardicus/awesome-plotters#readme) - Computer-controlled drawing machines and other visual art robots.
- [Robotic Tooling](https://github.com/protontypes/awesome-robotic-tooling#readme) - Free and open tools for professional robotic development.
- [LIDAR](https://github.com/szenergy/awesome-lidar#readme) - Sensor for measuring distances by illuminating the target with laser light.

## Business

- [Open Companies](https://github.com/opencompany/awesome-open-company#readme)
- [Places to Post Your Startup](https://github.com/mmccaff/PlacesToPostYourStartup#readme)
- [OKR Methodology](https://github.com/domenicosolazzo/awesome-okr#readme) - Goal setting & communication best practices.
- [Leading and Managing](https://github.com/LappleApple/awesome-leading-and-managing#readme) - Leading people and being a manager in a technology company/environment.
- [Indie](https://github.com/mezod/awesome-indie#readme) - Independent developer businesses.
- [Tools of the Trade](https://github.com/cjbarber/ToolsOfTheTrade#readme) - Tools used by companies on Hacker News.
- [Clean Tech](https://github.com/nglgzz/awesome-clean-tech#readme) - Fighting climate change with technology.
- [Wardley Maps](https://github.com/wardley-maps-community/awesome-wardley-maps#readme) - Provides high situational awareness to help improve strategic planning and decision making.
- [Social Enterprise](https://github.com/RayBB/awesome-social-enterprise#readme) - Building an organization primarily focused on social impact that is at least partially self-funded.
- [Engineering Team Management](https://github.com/kdeldycke/awesome-engineering-team-management#readme) - How to transition from software development to engineering management.
- [Developer-First Products](https://github.com/agamm/awesome-developer-first#readme) - Products that target developers as the user.

## Work

- [Slack](https://github.com/matiassingers/awesome-slack#readme) - Team collaboration.
	- [Communities](https://github.com/filipelinhares/awesome-slack#readme)
- [Remote Jobs](https://github.com/lukasz-madon/awesome-remote-job#readme)
- [Productivity](https://github.com/jyguyomarch/awesome-productivity#readme)
- [Niche Job Boards](https://github.com/tramcar/awesome-job-boards#readme)
- [Programming Interviews](https://github.com/DopplerHQ/awesome-interview-questions#readme)
- [Code Review](https://github.com/joho/awesome-code-review#readme) - Reviewing code.
- [Creative Technology](https://github.com/j0hnm4r5/awesome-creative-technology#readme) - Businesses & groups that specialize in combining computing, design, art, and user experience.

## Networking

- [Software-Defined Networking](https://github.com/sdnds-tw/awesome-sdn#readme)
- [Network Analysis](https://github.com/briatte/awesome-network-analysis#readme)
- [PCAPTools](https://github.com/caesar0301/awesome-pcaptools#readme)
- [Real-Time Communications](https://github.com/rtckit/awesome-rtc#readme) - Network protocols for near simultaneous exchange of media and data.

## Decentralized Systems

- [Bitcoin](https://github.com/igorbarinov/awesome-bitcoin#readme) - Bitcoin services and tools for software developers.
- [Ripple](https://github.com/vhpoet/awesome-ripple#readme) - Open source distributed settlement network.
- [Non-Financial Blockchain](https://github.com/machinomy/awesome-non-financial-blockchain#readme) - Non-financial blockchain applications.
- [Mastodon](https://github.com/tleb/awesome-mastodon#readme) - Open source decentralized microblogging network.
- [Ethereum](https://github.com/ttumiel/Awesome-Ethereum#readme) - Distributed computing platform for smart contract development.
- [Blockchain AI](https://github.com/steven2358/awesome-blockchain-ai#readme) - Blockchain projects for artificial intelligence and machine learning.
- [EOSIO](https://github.com/DanailMinchev/awesome-eosio#readme) - A decentralized operating system supporting industrial-scale apps.
- [Corda](https://github.com/chainstack/awesome-corda#readme) - Open source blockchain platform designed for business.
- [Waves](https://github.com/msmolyakov/awesome-waves#readme) - Open source blockchain platform and development toolset for Web 3.0 apps and decentralized solutions.
- [Substrate](https://github.com/substrate-developer-hub/awesome-substrate#readme) - Framework for writing scalable, upgradeable blockchains in Rust.

## Higher Education

- [Computational Neuroscience](https://github.com/eselkin/awesome-computational-neuroscience#readme) - A multidisciplinary science which uses computational approaches to study the nervous system.
- [Digital History](https://github.com/maehr/awesome-digital-history#readme) - Computer-aided scientific investigation of history.
- [Scientific Writing](https://github.com/writing-resources/awesome-scientific-writing#readme) - Distraction-free scientific writing with Markdown, reStructuredText and Jupyter notebooks.

## Events

- [Creative Tech Events](https://github.com/danvoyce/awesome-creative-tech-events#readme) - Events around the globe for creative coding, tech, design, music, arts and cool stuff.
- [Events in Italy](https://github.com/ildoc/awesome-italy-events#readme) - Tech-related events in Italy.
- [Events in the Netherlands](https://github.com/awkward/awesome-netherlands-events#readme) - Tech-related events in the Netherlands.

## Testing

- [Testing](https://github.com/TheJambo/awesome-testing#readme) - Software testing.
- [Visual Regression Testing](https://github.com/mojoaxel/awesome-regression-testing#readme) - Ensures changes did not break the functionality or style.
- [Selenium](https://github.com/christian-bromann/awesome-selenium#readme) - Open-source browser automation framework and ecosystem.
- [Appium](https://github.com/SrinivasanTarget/awesome-appium#readme) - Test automation tool for apps.
- [TAP](https://github.com/sindresorhus/awesome-tap#readme) - Test Anything Protocol.
- [JMeter](https://github.com/aliesbelik/awesome-jmeter#readme) - Load testing and performance measurement tool.
- [k6](https://github.com/k6io/awesome-k6#readme) - Open-source, developer-centric performance monitoring and load testing solution.
- [Playwright](https://github.com/mxschmitt/awesome-playwright#readme) - Node.js library to automate Chromium, Firefox and WebKit with a single API.
- [Quality Assurance Roadmap](https://github.com/fityanos/awesome-quality-assurance-roadmap#readme) - How to start & build a career in software testing.

## Miscellaneous

- [JSON](https://github.com/burningtree/awesome-json#readme) - Text based data interchange format.
	- [GeoJSON](https://github.com/tmcw/awesome-geojson#readme)
	- [Datasets](https://github.com/jdorfman/awesome-json-datasets#readme)
- [CSV](https://github.com/secretGeek/awesomeCSV#readme) - A text file format that stores tabular data and uses a comma to separate values.
- [Discounts for Student Developers](https://github.com/AchoArnold/discount-for-student-dev#readme)
- [Radio](https://github.com/kyleterry/awesome-radio#readme)
- [Awesome](https://github.com/sindresorhus/awesome#readme) - Recursion illustrated.
- [Analytics](https://github.com/onurakpolat/awesome-analytics#readme)
- [REST](https://github.com/marmelab/awesome-rest#readme)
- [Continuous Integration and Continuous Delivery](https://github.com/cicdops/awesome-ciandcd#readme)
- [Services Engineering](https://github.com/mmcgrana/services-engineering#readme)
- [Free for Developers](https://github.com/ripienaar/free-for-dev#readme)
- [Answers](https://github.com/cyberglot/awesome-answers#readme) - Stack Overflow, Quora, etc.
- [Sketch](https://github.com/diessica/awesome-sketch#readme) - Design app for macOS.
- [Boilerplate Projects](https://github.com/melvin0008/awesome-projects-boilerplates#readme)
- [Readme](https://github.com/matiassingers/awesome-readme#readme)
- [Design and Development Guides](https://github.com/NARKOZ/guides#readme)
- [Software Engineering Blogs](https://github.com/kilimchoi/engineering-blogs#readme)
- [Self Hosted](https://github.com/awesome-selfhosted/awesome-selfhosted#readme)
- [FOSS Production Apps](https://github.com/DataDaoDe/awesome-foss-apps#readme)
- [Gulp](https://github.com/alferov/awesome-gulp#readme) - Task runner.
- [AMA](https://github.com/sindresorhus/amas#readme) - Ask Me Anything.
	- [Answers](https://github.com/stoeffel/awesome-ama-answers#readme)
- [Open Source Photography](https://github.com/ibaaj/awesome-OpenSourcePhotography#readme)
- [OpenGL](https://github.com/eug/awesome-opengl#readme) - Cross-platform API for rendering 2D and 3D graphics.
- [GraphQL](https://github.com/chentsulin/awesome-graphql#readme)
- [Urban & Regional Planning](https://github.com/APA-Technology-Division/urban-and-regional-planning-resources#readme) - Concerning the built environment and communities.
- [Transit](https://github.com/CUTR-at-USF/awesome-transit#readme)
- [Research Tools](https://github.com/emptymalei/awesome-research#readme)
- [Data Visualization](https://github.com/fasouto/awesome-dataviz#readme)
- [Social Media Share Links](https://github.com/vinkla/shareable-links#readme)
- [Microservices](https://github.com/mfornos/awesome-microservices#readme)
- [Unicode](https://github.com/jagracey/Awesome-Unicode#readme) - Unicode standards, quirks, packages and resources.
	- [Code Points](https://github.com/Codepoints/awesome-codepoints#readme)
- [Beginner-Friendly Projects](https://github.com/MunGell/awesome-for-beginners#readme)
- [Katas](https://github.com/gamontal/awesome-katas#readme)
- [Tools for Activism](https://github.com/drewrwilson/toolsforactivism#readme)
- [Citizen Science](https://github.com/dylanrees/citizen-science#readme) - For community-based and non-institutional scientists.
- [MQTT](https://github.com/hobbyquaker/awesome-mqtt#readme) - "Internet of Things" connectivity protocol.
- [Hacking Spots](https://github.com/daviddias/awesome-hacking-locations#readme)
- [For Girls](https://github.com/cristianoliveira/awesome4girls#readme)
- [Vorpal](https://github.com/vorpaljs/awesome-vorpal#readme) - Node.js CLI framework.
- [Vulkan](https://github.com/vinjn/awesome-vulkan#readme) - Low-overhead, cross-platform 3D graphics and compute API.
- [LaTeX](https://github.com/egeerardyn/awesome-LaTeX#readme) - Typesetting language.
- [Economics](https://github.com/antontarasenko/awesome-economics#readme) - An economist's starter kit.
- [Funny Markov Chains](https://github.com/sublimino/awesome-funny-markov#readme)
- [Bioinformatics](https://github.com/danielecook/Awesome-Bioinformatics#readme)
- [Cheminformatics](https://github.com/hsiaoyi0504/awesome-cheminformatics#readme) - Informatics techniques applied to problems in chemistry.
- [Colorful](https://github.com/Siddharth11/Colorful#readme) - Choose your next color scheme.
- [Steam](https://github.com/scholtzm/awesome-steam#readme) - Digital distribution platform.
- [Bots](https://github.com/hackerkid/bots#readme) - Building bots.
- [Site Reliability Engineering](https://github.com/dastergon/awesome-sre#readme)
- [Empathy in Engineering](https://github.com/KimberlyMunoz/empathy-in-engineering#readme) - Building and promoting more compassionate engineering cultures.
- [DTrace](https://github.com/xen0l/awesome-dtrace#readme) - Dynamic tracing framework.
- [Userscripts](https://github.com/bvolpato/awesome-userscripts#readme) - Enhance your browsing experience.
- [Pokémon](https://github.com/tobiasbueschel/awesome-pokemon#readme) - Pokémon and Pokémon GO.
- [ChatOps](https://github.com/exAspArk/awesome-chatops#readme) - Managing technical and business operations through a chat.
- [Falsehood](https://github.com/kdeldycke/awesome-falsehood#readme) - Falsehoods programmers believe in.
- [Domain-Driven Design](https://github.com/heynickc/awesome-ddd#readme) - Software development approach for complex needs by connecting the implementation to an evolving model.
- [Quantified Self](https://github.com/woop/awesome-quantified-self#readme) - Self-tracking through technology.
- [SaltStack](https://github.com/hbokh/awesome-saltstack#readme) - Python-based config management system.
- [Web Design](https://github.com/nicolesaidy/awesome-web-design#readme) - For digital designers.
- [Creative Coding](https://github.com/terkelg/awesome-creative-coding#readme) - Programming something expressive instead of something functional.
- [No-Login Web Apps](https://github.com/aviaryan/awesome-no-login-web-apps#readme) - Web apps that work without login.
- [Free Software](https://github.com/johnjago/awesome-free-software#readme) - Free as in freedom.
- [Framer](https://github.com/podo/awesome-framer#readme) - Prototyping interactive UI designs.
- [Markdown](https://github.com/BubuAnabelas/awesome-markdown#readme) - Markup language.
- [Dev Fun](https://github.com/mislavcimpersak/awesome-dev-fun#readme) - Funny developer projects.
- [Healthcare](https://github.com/kakoni/awesome-healthcare#readme) - Open source healthcare software for facilities, providers, developers, policy experts, and researchers.
- [Magento 2](https://github.com/DavidLambauer/awesome-magento2#readme) - Open Source eCommerce built with PHP.
- [TikZ](https://github.com/xiaohanyu/awesome-tikz#readme) - Graph drawing packages for TeX/LaTeX/ConTeXt.
- [Neuroscience](https://github.com/analyticalmonk/awesome-neuroscience#readme) - Study of the nervous system and brain.
- [Ad-Free](https://github.com/johnjago/awesome-ad-free#readme) - Ad-free alternatives.
- [Esolangs](https://github.com/angrykoala/awesome-esolangs#readme) - Programming languages designed for experimentation or as jokes rather than actual use.
- [Prometheus](https://github.com/roaldnefs/awesome-prometheus#readme) - Open-source monitoring system.
- [Homematic](https://github.com/homematic-community/awesome-homematic#readme) - Smart home devices.
- [Ledger](https://github.com/sfischer13/awesome-ledger#readme) - Double-entry accounting on the command-line.
- [Web Monetization](https://github.com/thomasbnt/awesome-web-monetization#readme) - A free open web standard service that allows you to send money directly in your browser.
- [Uncopyright](https://github.com/johnjago/awesome-uncopyright#readme) - Public domain works.
- [Crypto Currency Tools & Algorithms](https://github.com/Zheaoli/awesome-coins#readme) - Digital currency where encryption is used to regulate the generation of units and verify transfers.
- [Diversity](https://github.com/folkswhocode/awesome-diversity#readme) - Creating a more inclusive and diverse tech community.
- [Open Source Supporters](https://github.com/zachflower/awesome-open-source-supporters#readme) - Companies that offer their tools and services for free to open source projects.
- [Design Principles](https://github.com/robinstickel/awesome-design-principles#readme) - Create better and more consistent designs and experiences.
- [Theravada](https://github.com/johnjago/awesome-theravada#readme) - Teachings from the Theravada Buddhist tradition.
- [inspectIT](https://github.com/inspectit-labs/awesome-inspectit#readme) - Open source Java app performance management tool.
- [Open Source Maintainers](https://github.com/nayafia/awesome-maintainers#readme) - The experience of being an open source maintainer.
- [Calculators](https://github.com/xxczaki/awesome-calculators#readme) - Calculators for every platform.
- [Captcha](https://github.com/ZYSzys/awesome-captcha#readme) - A type of challenge–response test used in computing to determine whether or not the user is human.
- [Jupyter](https://github.com/markusschanta/awesome-jupyter#readme) - Create and share documents that contain code, equations, visualizations and narrative text.
- [FIRST Robotics Competition](https://github.com/andrewda/awesome-frc#readme) - International high school robotics championship.
- [Humane Technology](https://github.com/humanetech-community/awesome-humane-tech#readme) - Open source projects that help improve society.
- [Speakers](https://github.com/karlhorky/awesome-speakers#readme) - Conference and meetup speakers in the programming and design community.
- [Board Games](https://github.com/edm00se/awesome-board-games#readme) - Table-top gaming fun for all.
- [Software Patreons](https://github.com/uraimo/awesome-software-patreons#readme) - Fund individual programmers or the development of open source projects.
- [Parasite](https://github.com/ecohealthalliance/awesome-parasite#readme) - Parasites and host-pathogen interactions.
- [Food](https://github.com/jzarca01/awesome-food#readme) - Food-related projects on GitHub.
- [Mental Health](https://github.com/dreamingechoes/awesome-mental-health#readme) - Mental health awareness and self-care in the software industry.
- [Bitcoin Payment Processors](https://github.com/alexk111/awesome-bitcoin-payment-processors#readme) - Start accepting Bitcoin.
- [Scientific Computing](https://github.com/nschloe/awesome-scientific-computing#readme) - Solving complex scientific problems using computers.
- [Amazon Sellers](https://github.com/ScaleLeap/awesome-amazon-seller#readme)
- [Agriculture](https://github.com/brycejohnston/awesome-agriculture#readme) - Open source technology for farming and gardening.
- [Product Design](https://github.com/matttga/awesome-product-design#readme) - Design a product from the initial concept to production.
- [Prisma](https://github.com/catalinmiron/awesome-prisma#readme) - Turn your database into a GraphQL API.
- [Software Architecture](https://github.com/simskij/awesome-software-architecture#readme) - The discipline of designing and building software.
- [Connectivity Data and Reports](https://github.com/stevesong/awesome-connectivity-info#readme) - Better understand who has access to telecommunication and internet infrastructure and on what terms.
- [Stacks](https://github.com/stackshareio/awesome-stacks#readme) - Tech stacks for building different apps and features.
- [Cytodata](https://github.com/cytodata/awesome-cytodata#readme) - Image-based profiling of biological phenotypes for computational biologists.
- [IRC](https://github.com/davisonio/awesome-irc#readme) - Open source messaging protocol.
- [Advertising](https://github.com/cenoura/awesome-ads#readme) - Advertising and programmatic media for websites.
- [Earth](https://github.com/philsturgeon/awesome-earth#readme) - Find ways to resolve the climate crisis.
- [Naming](https://github.com/gruhn/awesome-naming#readme) - Naming things in computer science done right.
- [Biomedical Information Extraction](https://github.com/caufieldjh/awesome-bioie#readme) - How to extract information from unstructured biomedical data and text.
- [Web Archiving](https://github.com/iipc/awesome-web-archiving#readme) - An effort to preserve the Web for future generations.
- [WP-CLI](https://github.com/schlessera/awesome-wp-cli#readme) - Command-line interface for WordPress.
- [Credit Modeling](https://github.com/mourarthur/awesome-credit-modeling#readme) - Methods for classifying credit applicants into risk classes.
- [Ansible](https://github.com/KeyboardInterrupt/awesome-ansible#readme) - A Python-based, open source IT configuration management and automation platform.
- [Biological Visualizations](https://github.com/keller-mark/awesome-biological-visualizations#readme) - Interactive visualization of biological data on the web.
- [QR Code](https://github.com/aureooms/awesome-qr-code#readme) - A type of matrix barcode that can be used to store and share a small amount of information.
- [Veganism](https://github.com/sdassow/awesome-veganism#readme) - Making the plant-based lifestyle easy and accessible.
- [Translations](https://github.com/mbiesiad/awesome-translations#readme) - The transfer of the meaning of a text from one language to another.

## Related

- [All Awesome Lists](https://github.com/topics/awesome) - All the Awesome lists on GitHub.
- [Awesome Indexed](https://awesome-indexed.mathew-davies.co.uk) - Search the Awesome dataset.
- [Awesome Search](https://awesomelists.top) - Quick search for Awesome lists.
- [StumbleUponAwesome](https://github.com/basharovV/StumbleUponAwesome) - Discover random pages from the Awesome dataset using a browser extension.
- [Awesome CLI](https://github.com/umutphp/awesome-cli) - A simple command-line tool to dive into Awesome lists.
- [Awesome Viewer](http://awesome.digitalbunker.dev) - A visualizer for all of the above Awesome lists.
# Awesome WooCommerce
Plugins and code snippets for your [WooCommerce](https://woocommerce.com) store.

## Table Of Contents
* [Handy Code Snippets and Plugins](#handy-code-snippets-and-plugins)
* [Action Scheduler](#action-scheduler)
* [WooCommerce Code Snippets](#woocommerce-code-snippets)
* [Gist links for WooCommerce](#gist-links-for-woocommerce)
* [Search Plugins](#search-plugins)
* [Search Helper Plugins](#search-helper-plugins)
* [Google Analytics](#google-analytics)
* [Performance](#performance)

## Handy Code Snippets and Plugins
* [Product Reviews and Ratings for WooCommerce](https://wordpress.org/plugins/sparrow/) - Collect product reviews on autopilot and boost conversions & increase organic CTR with star ratings in Google.
* [WC Map Guest Orders and Downloads](https://wordpress.org/plugins/wc-map-guest-orders-and-downloads/) - Maps WooCommerce guest orders and downloads to an account with the same e-mail on account creation or login.
* [Quantity Before Add to Cart and Product Update](https://gist.github.com/lukecav/b31f856daaa8c726ea24472b5792166b) - Quantity Before Add to Cart and Product Update.
* [How to Find Product by SKU in WooCommerce](https://www.skyverge.com/blog/find-product-sku-woocommerce/) - How to Find Product by SKU in WooCommerce.
* [Indexing and Searching WooCommerce Product Variation SKUs](https://searchwp.com/docs/kb/woocommerce-product-variation-skus/) - Indexing and Searching WooCommerce Product Variation SKUs.
* [WooCommerce Custom Product Redirects](https://github.com/zao-web/WooCommerce-Custom-Product-Redirects) - Configure checkout redirects for your products. Can be configured globally and individually per product with a priority.
* [WooCommerce Customizer](https://wordpress.org/plugins/woocommerce-customizer/) - Customize WooCommerce without code! Easily change add to cart button text and more.
* [WooCommerce Confirm Password](https://gist.github.com/neilgee/a352bd18a914f6abb450b6c70fd1641d#file-password-validation-php) - Check the password and confirm password fields match before allow checkout to proceed.
* [Remove the password strength meter on the checkout page](https://gist.github.com/SiR-DanieL/c9714add5b279550cef05957bc4481a1#file-functions-php) - You can completely remove the strength meter and restore the checkout process as it was before.
* [Disable Cart Fragments](https://www.littlebizzy.com/plugins) - Completely disables the AJAX cart fragments feature in WooCommerce for a huge boost in loading speed (redirect to cart page highly recommended).
* [WooCommerce International SKU](https://github.com/pmgarman/wc-international-sku) - Add a secondary SKU to products that is used for orders shipping outside of the base country of WooCommerce (international orders).
* [Woocommerce Global Cart](https://github.com/stephenafamo/woocommerce-global-cart) - This allows users to maintain a single shopping cart across all subsites in a multisite install.
* [Custom code snippets and examples for SkyVerge-built WooCommerce extensions](https://github.com/skyverge/wc-plugins-snippets) - Welcome to the wc-plugins-snippets repository! This repository stores code snippets related to SkyVerge WooCommerce plugins to modify or add onto plugin behavior.
* [WooCommerce Subscriptions Importer and Exporter](https://github.com/Prospress/woocommerce-subscriptions-importer-exporter) - Import or export subscriptions in your WooCommerce store via CSV.
* [Woocommerce disable email notifications](https://wordpress.org/plugins/woo-disable-email-notifications/) - Woocommerce disable email notifications.
* [WC Multiple Email Recipients](https://wordpress.org/plugins/wc-multiple-email-recipients/) - Allows for multiple recipients for WooCommerce Emails.
* [Quick Tracking Conversion Codes for WooCommerce](https://wordpress.org/plugins/quick-tracking-conversions-for-woocommerce/) - Create any tracking code you'd like and attach to links.  When someone clicks the link to your site they will be tracked for purchase.
* [WPE Ecommerce Toolkit for WooCommerce](https://github.com/NickBWagner/wpe-wc-toolbox) - A toolbox of performance tweaks and reporting extensions for WooCommerce.
* [WooCommerce Continue Shopping](https://wordpress.org/plugins/continue-shopping-for-woocommerce/) - Provides the ability to choose where the 'Continue Shopping' button on the WooCommerce Checkout takes you.
* [Empty Cart Button for WooCommerce](https://wordpress.org/plugins/woo-empty-cart-button/) - This plugin is for use to empty whole cart using single click from cart.
* [Delete Expired Transients](https://wordpress.org/plugins/delete-expired-transients/) - Delete old, expired transients from WordPress wp_options table.
* [Display Order Details](https://wordpress.org/plugins/display-order-details/) - This plugin displays the list of items in an order in the WooCommerce->Orders page.
* [WooCommerce External Product Embed](https://github.com/WPprodigy/woocommerce-external-product-embed) - Provides a shortcode to embed products from another store.
* [WooCommerce Product Fees](https://wordpress.org/plugins/woocommerce-product-fees/) - Add additional fees at checkout based on products that are in the cart.
* [Bulk Delete](https://wordpress.org/plugins/bulk-delete/) - Bulk delete users and posts from selected categories, tags, post types, custom taxonomies or by post status like drafts, scheduled posts, revisions etc.
* [NC Size Chart for Woocommerce](https://wordpress.org/plugins/productsize-chart-for-woocommerce/) - This plugin allow you to use size charts to products on woocommerce.
* [WC Hide Shipping Methods](https://wordpress.org/plugins/wc-hide-shipping-methods/) - This plugin automatically hides all other shipping methods when "Free shipping" is available during checkout. It also includes an option to keep "local pickup".
* [WC Restore the Purchased Items Column in Orders Page](https://wordpress.org/plugins/restore-purchased-items-column/) - This plugin restores the "Purchased Items" column in the orders page.
* [WC Password Strength Settings](https://wordpress.org/plugins/wc-password-strength-settings/) - Allows administrators to set the required password strength or disable it entirely from the WooCommerce Accounts menu.
* [WC Quick Customer Redirects](https://wordpress.org/plugins/wc-quick-customer-redirects/) - This plugin lets you set custom page redirects for customers after registration, login, logout actions.
* [Order / Coupon / Subscription Export Import Plugin for WooCommerce (BASIC)](https://wordpress.org/plugins/order-import-export-for-woocommerce/) - Export and Import Order detail including line items, From and To your WooCommerce Store.
* [Woo Product Recommendation Wizard)](https://wordpress.org/plugins/woo-product-recommendation-wizard/) - Woo Product Recommendation Wizard let customers narrow down the product list on the basis of their choices. It enables the store owners to add a questionnaire to the product page. The product recommendations are then rendered according to the answers, given by the users. You can showcase ‘n’ number of products, matching the answers and query.
* [Disable WooCommmerce Status](https://wordpress.org/plugins/disable-wc-status-littlebizzy/) - Completely disables the WooCommerce Status widget in the WP Admin dashboard to greatly improve backend performance on high traffic WooCommerce shops.
* [WooCommerce Custom Availability](https://github.com/anttiviljami/woocommerce-custom-availability) - Custom availability strings for products.
* [WooCommerce Facebook Conversion Pixel](https://github.com/anttiviljami/woocommerce-facebook-conversion-pixel) - Set up the Facebook conversion pixel and event tracking for WooCommerce.
* [How to Create WooCommerce Refunds Programmatically](https://gist.github.com/igorbenic/63438fb45fd42417ff9a02ea45177097) - WooCommerce refunds can be created using their own API function wc_create_refund.
* [Metorik Helper](https://wordpress.org/plugins/metorik-helper/) - Provides some fixes & extensions for WooCommerce, required by Metorik.
* [WooCommerce Calculate Shipping In Product Page](https://wordpress.org/plugins/woo-calculate-shipping-in-product-page/) - Calculate shipping before adding the product to the cart with avaialable shipping methods.
* [WooCommerce Product Bundles - Min/Max Items](https://github.com/somewherewarm/woocommerce-product-bundles-min-max-items) - WooCommerce Product Bundles plugin that allows you to define min/max bundled item count constraints.
* [PW WooCommerce Bulk Edit](https://wordpress.org/plugins/pw-bulk-edit/) - PW WooCommerce Bulk Edit is a powerful way to update your WooCommerce product catalog. Finally, no more tedious clicking through countless pages making the same change to all products.
* [WooCommerce variations Select2](https://wordpress.org/plugins/woo-variations-select2/) - A simple plugin that enables Select2 for WooCommerce variations select boxes.
* [WooCommerce Order Cancel for Customers](https://wordpress.org/plugins/woo-order-cancel-for-customers/) - A tiny plugin that will enable customers to cancel woocommerce order within a certain amount of time.
* [WC Search Orders By Product](https://wordpress.org/plugins/wc-search-orders-by-product/) - A simple plugin that helps you search your WooCommerce orders by product.
* [WooCommerce Order Search Admin powered by Algolia](https://wordpress.org/plugins/wc-order-search-admin/) - Search for WooCommerce orders in the admin at the speed of thought with Algolia..
* [Motif Woocommerce Qty Field Shop Page](https://wordpress.org/plugins/motif-woocommerce-qty-field-shop-page/) - To allow woocommerce customer to buy their products from shop page with their desire quantity.
* [Facebook for WooCommerce](https://github.com/facebookincubator/facebook-for-woocommerce) - Grow your business with Facebook for WooCommerce! This plugin will install a Facebook Pixel and optionally create a shop on your Facebook page.
* [WooCommerce SEO Addon](https://wordpress.org/plugins/woo-seo-addon/) - Plugin expands the capabilities Yoast Seo.
* [WooCommerce Permalink Manager](https://wordpress.org/plugins/woo-permalink-manager/) - Premmerce WooCommerce Permalink Manager allows you to change WooCommerce permalink and remove product and product_category slugs from the URL.
* [Custom Related Products for WooCommerce](https://wordpress.org/plugins/custom-related-products-for-woocommerce/) - Select your own related products instead of pulling them in by category.
* [Multilingual Comments](https://github.com/Yame-/multilingual-comments) - Shows Multilingual Comments & Reviews.
* [Quotes for WooCommerce](https://wordpress.org/plugins/quotes-for-woocommerce/) - This plugin allows you to convert your WooCommerce store into a quote only store. It will hide the prices for the products and not take any payment at Checkout. You can then setup prices for the items in the order and send a notification to the Customer.
* [WooCommerce Digital Checkout](https://github.com/kenanfallon/woocommerce-digital-checkout) - Hide Billing and Shipping Checkout Fields For Virtual/Download Products.
* [WooCommerce Checkout For Digital Goods](https://wordpress.org/plugins/woo-checkout-for-digital-goods/) - This plugin will remove billing address fields for downloadable and virtual products.
* [Flexible Checkout Fields for WooCommerce](https://wordpress.org/plugins/flexible-checkout-fields/) - Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
* [WooCommerce Product Variations Popup](https://wordpress.org/plugins/woo-product-variations-popup/) - This plugin provides the functionality to select product options on the product listing page in a popup.
* [Conditional Shipping for WooCommerce](https://wordpress.org/plugins/conditional-shipping-for-woocommerce/) - Disable shipping methods based on shipping classes, weight, categories and much more.
* [WP WooCommerce Redirect](https://wordpress.org/plugins/wp-woocommerce-redirect/) - WP WooCommerce Redirect is a WordPress plugin to redirect your WooCommerce website after register or login!  You can set any custom page or custom redirect according to user role.
* [WooCommerce Global Cart](https://wooglobalcart.com/) - WooCommerce Global Cart plugin facilitates a single shopping cart across all stores, a unique checkout process for products from different shops in a MultiSite environment.
* [WooCommerce Software License](https://woosoftwarelicense.com/) - WooCommerce Software License provides the ability to manage license keys, activation and maintenance via your store.
* [WooCommerce Extended Coupon Features](https://wordpress.org/plugins/woocommerce-auto-added-coupons/) - Additional functionality for WooCommerce Coupons: Apply certain coupons automatically, allow applying coupons via an url, etc.
* [WooCommerce Putler Connector](https://wordpress.org/plugins/woocommerce-putler-connector/) - Track WooCommerce transactions data with Putler. Insightful reporting that grows your business.
* [Disable WooCommerce Reviews](https://wordpress.org/plugins/disable-woocommerce-reviews/) - Disable WooCommerce reviews on all products.
* [WC Shipping Rates Importer](https://wordpress.org/plugins/wc-shipping-rates-importer/) - Export and import Woocommerce Shipping Rates.
* [Printify for WooCommerce](https://wordpress.org/plugins/printify-for-woocommerce/) - Live shipping rates for Printify products.
* [WooCommerce Bookings add-on](https://github.com/baperrou/WooBookings-Recurring-Booking) - Woobooking Recurring Bookings by Week is an add-on for the paid plugin WooCommerce Bookings.  It allows you to tag products as a re-occurring course over a set number of weeks.
* [WooCommerce Bookings Dropdown](https://wordpress.org/plugins/woo-bookings-dropdown/) - Swaps the date picker for a dropdown of dates.
* [WooCommerce – Mailerlite](https://wordpress.org/plugins/woo-mailerlite/) - Mailerlite integration for WooCommerce.
* [Nav Menu Roles + WooCommerce Memberships Bridge](https://github.com/helgatheviking/nav-menu-roles-woocommerce-memberships) - Add WooCommerce Membership Plans to Nav Menu Roles.
* [WooCommerce Frontend Manager](https://wordpress.org/plugins/wc-frontend-manager/) - WooCommerce is really Easy and Beautiful. We are here to make your life much more Easier and Peaceful.
* [Disable WooCommerce Styles](https://wordpress.org/plugins/disable-wc-styles-littlebizzy/) - Completely disables all of the CSS stylesheets that are loaded by WooCommerce in order that styling can be better managed by a single style.css file.
* [Woo Update Variations In Cart](https://wordpress.org/plugins/woo-update-variations-in-cart/) - WooCommerce Update Variations In Cart.
* [WooCommerce Advanced Free Shipping](https://wordpress.org/plugins/woocommerce-advanced-free-shipping/) - WooCommerce Advanced Free Shipping is an plugin which allows you to set up advanced free shipping conditions.
* [Refer A Friend for WooCommerce](https://wordpress.org/plugins/refer-a-friend-for-woocommerce-by-wpgens/) - Simple yet powerful referral system for WooCommerce. Each customer has referral link that rewards them with a coupon after someone makes a purchase through their link.
* [Colissimo Delivery Integration](https://wordpress.org/plugins/colissimo-delivery-integration/) - Easy Colissimo Services with WooCommerce.
* [WooCommerce Pre-Orders Fix](https://github.com/amg262/woocommerce-pre-orders-fix) - Sell pre-orders for products in your WooCommerce store, multiple pre-order cart add-on.
* [Coupon Generator for WooCommerce](https://wordpress.org/plugins/coupon-generator-for-woocommerce/) - Easily generate millions of unique coupons for your online store. Use all the coupon settings you are familiar with.
* [Advanced Shipping Validation for WooCommerce](https://wordpress.org/plugins/advanced-shipping-validation-for-woocommerce/) - Setup shipping validation rules based on your own conditions. Show customers a specific message why they can't continue to checkout.
* [WC Duplicate Order](https://wordpress.org/plugins/wc-duplicate-order/) - Adds a duplicate link to Woocommerce on the order actions to duplicate the existing order.
* [WooCommerce Bookings Order Item Meta Addon](https://github.com/jessepearson/woocommerce-bookings-order-item-meta) - This addon is a WooCommerce Bookings helper which will make it so future booking orders have meta data saved within the order as they did with version 1.9.12 and below.
* [WooCommerce Dynamic Pricing Table](https://github.com/stuartduff/woocommerce-dynamic-pricing-table) - Displays a pricing discount table on WooCommerce products, a user role discount message and a simple category discount message when using the WooCommerce Dynamic Pricing plugin.
* [WooCommerce Discounts Per Payment Method](https://wordpress.org/plugins/woocommerce-payment-discounts/) - Adds discounts on specific payment methods in WooCommerce.
* [WooCommerce Returnado](https://wordpress.org/plugins/woo-returnado/) - WC Rest API extension for Returnado system and widget interface providing order returning functionality. Includes bypassing loggin on purchasing for non-guest mode.
* [Order Simulator for WooCommerce](https://github.com/75nineteen/order-simulator-woocommerce) - Automate orders to generate WooCommerce storefronts at scale for testing purposes.
* [OnSale Page for WooCommerce](https://wordpress.org/plugins/on-sale-page-for-woocommerce/) - WooCommerce Onsale Page is an extension for Woocommerce. We developed this plugin because Woocommerce has onsale widget and shortcode but it lacks paging, sorting and filtering which you can usually find on regular Woocommerce catalog page.
* [WooCommerce Pay for Payment](https://wordpress.org/plugins/woocommerce-pay-for-payment/) - Setup individual charges for each payment method in WooCommerce.
* [WooCommerce Customers Manager](https://wordpress.org/plugins/woo-customers-manager/) - This plugin extends the standard user list and the edit user page in WordPress and adds the customer data from WooCommerce.
* [Client Admin Message After Purchase for WooCommerce](https://wordpress.org/plugins/admin-and-client-message-after-order-for-woocommerce/) - This plugin allow users chat with shop manager after checkout. Admin can also reply.
* [WooCommerce Coupon Restrictions](https://github.com/devinsays/woocommerce-coupon-restrictions) - Allows coupons to be restricted to new customers or existing customers.
* [Pricing Deals for WooCommerce](https://wordpress.org/plugins/pricing-deals-for-woocommerce/) - An e-commerce add-on for WooCommerce, supplying Pricing Deals functionality.
* [WooCommerce Checkout Age Verification](https://github.com/lukecav/woocommerce-checkout-age-verification) - This plugin is used to verify the age of customer at WooCommerce checkout.
* [Woo Flow: Cart Abadonment Analytics](https://wordpress.org/plugins/woo-flow/) - The plugin to track user behaviour in your WooCommerce site and show analytics reports in admin dashboard.
* [Decorator – WooCommerce Email Customizer](https://wordpress.org/plugins/decorator-woocommerce-email-customizer/) - Use native WordPress Customizer to make WooCommerce emails match your brand.
* [Additional Order Filters for WooCommerce](https://wordpress.org/plugins/additional-order-filters-for-woocommerce/) - Adds additional order filters for WooCommerce.
* [Premmerce WooCommerce Toolkit](https://wordpress.org/plugins/premmerce-woocommerce-toolkit/) - Premmerce WooCommerce Toolkit is a versatile set of add-ons and extensions for WooCommerce, developed to add the missing essential tools for e-commerce business to the basic version of WooCommerce.
* [WooCommerce Ajax Cart Plugin](https://wordpress.org/plugins/woocommerce-ajax-cart/) - Change the default behavior of WooCommerce Cart page, making AJAX requests when quantity field changes.
* [WooCommerce Order Pending To Cancelled Email](https://wordpress.org/plugins/woo-order-pending-to-cancelled-email/) - Brings back the email when an order status changes from pending to cancelled.
* [WooCommerce Auto Restore Stock](https://wordpress.org/plugins/woocommerce-auto-restore-stock/) - Auto restore stock when orders are cancelled.
* [WooCommerce Price Based on Country](https://wordpress.org/plugins/woocommerce-product-price-based-on-countries/) - Product Pricing and Currency based on Shoppers Country for WooCommerce.
* [WooCommerce Cart Stock Reducer](https://wordpress.org/plugins/woocommerce-cart-stock-reducer/) - Allow WooCommerce inventory stock to be reduced when adding items to cart and/or expire items from the cart.
* [WooCommerce Login Popup and Shortcodes](https://wordpress.org/plugins/woocommerce-login-popup-and-shortcodes/) - Simple Modal Login Page & Shortcode for WooCommerce.
* [Checkout Address Autocomplete for WooCommerce](https://wordpress.org/plugins/checkout-address-autocomplete-for-woocommerce/) - Allows your customers to autocomplete billing and shipping addresses on the checkout page using the Google Maps API.
* [Storefront Design Customizer](https://wordpress.org/plugins/storefront-design-customizer/) - Add beautiful layouts into your Storefront theme, without having to write code.
* [WooCommerce Cash On Pickup](https://wordpress.org/plugins/wc-cash-on-pickup/) - A WooCommerce Extension that adds the payment gateway "Cash On Pickup".
* [WooCommerce Country Based Bank Accounts](https://wordpress.org/plugins/woo-country-based-bank-accounts/) - Choose in which countries certain BACS gateway bank accounts will be available.
* [WooCommerce Disable Local Pickup on Ship to Different Address](https://wordpress.org/plugins/woo-disable-local-pickup-on-ship-to-different-address/) - WooCommerce Disable Local Pickup on Ship to Different Address.
* [Woo Lightspeed Customizer](https://github.com/rafdizzle86/woo-lightspeed-customizer) - An example plugin on how to utilize filter and action hooks for the WooCommerce Lightspeed POS integration plugin to further customize it's functionality.
* [WooCommerce Better Usability](https://wordpress.org/plugins/woo-better-usability/) - Improves overall Woocommerce user experience.
* [One Time Subscription with monthly order generator](https://github.com/somendrakm/Subscriptions-to-add-one-time-payment-with-a-monthly-subscription-Order) - Subscriptions to add one time payment with a monthly subscription Order.
* [Color Filters for WooCommerce](https://wordpress.org/plugins/color-filters/) - This plugin allows you to filter WooCommerce products by color from sidebar widget.
* [WooCommerce Live Sales Notification](https://wordpress.org/plugins/sales-pop/) - The best social-proof idea to increase customer's buying confidence and trust on your brand: show live sales notification popups to create the sense of a busy store and motivate customers to start buying.
* [Up Sell Product Display For WooCommerce](https://wordpress.org/plugins/up-sell-product-display-for-woocommerce/) - Woocommerce Up Sell product display using Widgets and Shortcode.
* [Cross Sell Product Display For Woocommerce](https://wordpress.org/plugins/cross-sell-product-display-for-woocommerce/) - Woocommerce Cross Sell product display using Widgets and Shortcode.
* [WooRef](https://wordpress.org/plugins/wooref/) - WooRef is a Wordpress plugin that allows you to view and track WooCommerce sales comes from any referral site.
* [Woocommerce Google Feed Manager](https://wordpress.org/plugins/wp-product-feed-manager/) - An easy to use WordPress plugin that generates and submits your product feeds to merchant centres.
* [WooCom Add Multiple Products](https://wordpress.org/plugins/woocom-add-multiple-products/) -  plugin for adding bulk product by SKU or product name to cart when you're in cart.
* [Zao WooCommerce Wholesale](https://github.com/zao-web/zao-woocommerce-wholesale) -  Generate wholesale orders for WooCommerce.
* [Zao WooCommerce QuickBooks Online Integration](https://github.com/zao-web/zao-woocommerce-quickbooks-online-integration) -  Integrates QuickBooks Online with WooCommerce.
* [WooCommerce Force Default Variant](https://wordpress.org/plugins/force-default-variant-for-woocommerce/) -  Removes the standard WooCommerce 'Select an Option' from variant Drop Downs and the option to Clear Selection.
* [Payment Gateway Based Fees and Discounts for WooCommerce](https://wordpress.org/plugins/checkout-fees-for-woocommerce/) -  WooCommerce Payment Gateways Fees and Discounts.
* [SIP Cart Ajax Refresh](https://wordpress.org/plugins/sip-cart-ajax-refresh/) -  This plugin allows you to refresh the WooCommere checkout via Ajax. This is useful when you have the cart and checkout on the same page.
* [SIP Custom Order Satus for WooCommerce](https://wordpress.org/plugins/sip-custom-order-satus-for-woocommerce/) -  Allows to create custom order statuses on WooCommerce.
* [Advanced AJAX Product Filters](https://wordpress.org/plugins/woocommerce-ajax-filters/) -  Take a look at this fantastic AJAX products filter plugin for WooCommerce. Add unlimited filters with one widget.
* [Load More Products for WooCommerce](https://wordpress.org/plugins/load-more-products-for-woocommerce/) -  Load products from next page via AJAX with infinite scrolling or load more products button.
* [iThemes Sales Accelerator](https://wordpress.org/plugins/ithemes-sales-accelerator/) -   Transform your WordPress dashboard with dynamic reports so you can get detailed data and e-commerce insights about your WooCommerce store.
* [Disable WooCommerce Status](https://wordpress.org/plugins/disable-wc-status-littlebizzy/) -   Completely disables the WooCommerce Status widget in the WP Admin dashboard to greatly improve backend performance on high traffic WooCommerce shops.
* [WooCommerce Direct Checkout](https://wordpress.org/plugins/woocommerce-direct-checkout/) -   Allow you to implement direct checkout (skip cart page) for WooCommerce.
* [WooCommerce Subscriptions Product Removed Message](https://gist.github.com/thenbrent/7254185) -  Display a notice on checkout when a product was removed from the cart after a subscription was added.
* [Groups WooCommerce Completed Customer](https://github.com/itthinx/groups-wc-completed-customer) -  This plugin adds customers to the Customer group upon their first completed order.
* [WooCommerce RRP](https://wordpress.org/plugins/woocommerce-rrp/) -  WooCommerce RRP allows users to add text before the regular price and sale price of a product from within WooCommerce General settings.
* [WooCommerce Unit Of Measure](https://wordpress.org/plugins/woocommerce-unit-of-measure/) -  WooCommerce Unit Of Measure allows the user to add a unit of measure after the price on WooCommerce products.
* [WC City Select](https://wordpress.org/plugins/wc-city-select/) -  City Select for WooCommerce. Show a dropdown select as the cities input.
* [WC Variations Radio Buttons](https://wordpress.org/plugins/wc-variations-radio-buttons/) -  Variations Radio Buttons for WooCommerce. Let your customers choose product variations using radio buttons instead of dropdowns.
* [WC Extension](https://github.com/helgatheviking/generator-wc-extension) -  Yeoman generator for a WooCommerce extension.
* [MC Export Bookings WC to CSV](https://github.com/MarieComet/mc-export-bookings-wc-to-csv) -  MC Export Bookings WC to CSV provides user ability to Export WooCommerce Bookings to CSV.
* [WooRewards](https://wordpress.org/plugins/woorewards/) -  Rewarding and Fidelity system for WooCommerce.
* [WooCommerce Software License Manager](https://github.com/maddisondesigns/woocommerce-software-license-manager) -  Seamless integration between Woocommerce and Software License Manager.
* [Simple Catalog for WooCommerce](https://github.com/maddisondesigns/Simple-Catalog-for-WooCommerce) -  Turn your WooCommerce store into a simple online catalog. You can disable your eCommerce functionality for all users or only for users that aren't logged in.
* [WooCommerce Cancel Abandoned Order](https://wordpress.org/plugins/woo-cancel-abandoned-order/) -  Cancel "on hold" orders after a certain number of days.
* [WooCommerce Customer Care](https://wordpress.org/plugins/woo-customer-care/) - Customer care system for WooCommerce.
* [WooCommerce Smart Compare](https://wordpress.org/plugins/woo-smart-compare/) - Smart products compare for WooCommerce.
* [WooCommerce Downloadable Product Update-Emails](https://github.com/UVLabs/WooCommerce-Downloadable-Product-Update-Emails) - Inform customers when there is an update to their WooCommerce downloadable product via email.
* [WooCommerce Product Finder](hhttps://wordpress.org/plugins/woo-product-finder/) - Woo Product Finder let customers narrow down the product list on the basis of their choices. It enables the store owners to add a questionnaire to the product page. The product recommendations are then rendered according to the answers, given by the users. You can showcase ‘n’ number of products, matching the answers and query.
* [WooCommerce Add GTIN: UPC, EAN, and ISBN](https://wordpress.org/plugins/woo-add-gtin/) - Add GTIN including UPC, EAN, and ISBN code fields to your WooCommerce product pages and checkout.
* [WooCommerce Filter Orders by Product](https://wordpress.org/plugins/woocommerce-filter-orders-by-product/) - This plugin lets you filter the WooCommrce Orders by any specific product.
* [Recover Abandoned Cart for WooCommerce – ChatX.ai](https://wordpress.org/plugins/chatx-ai/) - Recover abandoned carts on WooCommerce using an intelligent Facebook Messenger chatbot.
* [WooCommerce Product Dependencies](https://wordpress.org/plugins/woocommerce-product-dependencies/) - Restrict access to WooCommerce products, depending on the ownership and/or purchase of other, prerequisite products.
* [WooCommerce Stacked Product Layout](https://wordpress.org/plugins/woocommerce-full-width-add-to-cart-forms/) - A handy plugin for stacking the add-to-cart section of complex WooCommerce product types below the main product image and summary. Useful if the add-to-cart section of your products appears very narrow or squeezed.
* [Remarkety – Email Marketing for WooCommerce](https://wordpress.org/plugins/remarkety-for-woocommerce/) - Email Marketing automation tool for WooCommerce.
* [Profit Reports for WooCommerce](https://wordpress.org/plugins/profit-reports-for-woocommerce/) -  Adds Profit Reporting Capability to WooCommerce.
* [Easy Options for WooCommerce](https://wordpress.org/plugins/easy-options-for-woocommerce/) -  Access hidden WooCommerce options such as: Disable Confirm Logout, Change Minimum Password Strength, Show Empty Product Categories, Hide Product Category Name/Count, Disable New User Registration from wp-login.php screen.
* [Robot Ninja Helper](https://wordpress.org/plugins/robot-ninja-helper/) -  Helper plugin for Robot Ninja users.
* [WooCommerce Subscriptions - Cancel on Refund](https://github.com/Prospress/woocommerce-subscriptions-cancel-on-refund) -  Cancel a subscription when its parent order or last renewal order is fully refunded.
* [WooCommerce Subscriptions Renewal Timer](https://github.com/Prospress/woocommerce-subscriptions-renewal-timer) -  Log the beginning and end of subscription renewal events. To view the log file: Go to WooCommerce > System Status > Logs and select the log file with the `'wcs-renewal'` prefix.
* [WooCommerce One Page Checkout - Do Not Empty Cart](https://github.com/Prospress/woocommerce-one-page-checkout-do-not-empty-cart) -  By default, WooCommerce One Page Checkout will empty the cart for product selection via radio elements or Easy Pricing Tables. This changes that to allow existing cart items to persist.
* [Product Quantity for WooCommerce](https://wordpress.org/plugins/product-quantity-for-woocommerce/) -  Set minimum and maximum product quantities for cart and order in WooCommerce.
* [WooCommerce Custom Thank You](https://github.com/liquidweb/woocommerce-custom-thank-you) -  A WooCommerce extension that allows you to set a custom "Thank You" page on a per-product basis.
* [Uni CPO – WooCommerce Options and Price Calculation Formulas Lite](https://wordpress.org/plugins/uni-woo-custom-product-options/) -  Creates an opportunity to add custom options for products with the possibility to calculate product price based on the chosen options and using custom maths formula.
* [CartStack for WooCommerce](https://wordpress.org/plugins/cartstack-for-woocommerce/) -  Brings the power of CartStack to WooCommerce.
* [Mauticommerce](https://wordpress.org/plugins/mauticommerce/) -  Send WooCommerce customer information to Mautic Form.
* [WooCommerce Cart Restrictions](https://gist.github.com/devinsays/ff6fa702e308aa07d9cfcd206aac3006) -  Restricts which items can be added to cart based on whether a specific item is already in the cart or being added to the cart.
* [Snappic for WooCommerce](https://wordpress.org/plugins/snappic/) -  Link your WooCommerce store to Snappic.
* [Razorpay Subscriptions for WooCommerce](https://wordpress.org/plugins/razorpay-subscriptions-for-woocommerce/) -  Razorpay Subscriptions for WooCommerce.
* [WooCommerce Quantity Increment](https://wordpress.org/plugins/woocommerce-quantity-increment/) -  WooCommerce Quantity Increment adds JavaScript powered quantity buttons to your cart page.
* [Crystal for WooCommerce](https://wordpress.org/plugins/crystal-for-woocommerce/) -  Crystal for WooCommerce is the smart plug-in to monitor your e-shop, maximize results and boost your business.
* [WooCommerce Multiple Customer Addresses](https://wordpress.org/plugins/multiple-customer-addresses-for-woocommerce/) -  The plugin allows customers have more than one shipping or billing addresses. Customers can switch one to another on checkout or setup a default one in My Account.
* [RFQ-ToolKit for WooCommerce](https://wordpress.org/plugins/woo-rfq-for-woocommerce/) -  Request For Quote For WooCommerce.
* [WooCommerce Distance Based Fee](https://wordpress.org/plugins/woo-distance-based-fee/) -  This plugin adds fee based on distance.
* [WooCommerce Extra Product Sorting Options](https://wordpress.org/plugins/woocommerce-extra-product-sorting-options/) -  Rename default sorting and optionally extra product sorting options.
* [Woo Cart Fields](https://wordpress.org/plugins/woo-cart-fields/) -  Add form fields to the cart page.
* [Woo Product Addons Cart Editable Fields](https://wordpress.org/plugins/woo-product-addons-cart-editable-fields/) -  Allow the user to edit their addons in the cart.
* [DHL for WooCommerce](https://wordpress.org/plugins/dhl-for-woocommerce/) -  WooCommerce integration for DHL eCommerce, DHL Paket and DHL Parcel Europe (Benelux and Iberia).
* [Multi Order for WooCommerce](https://github.com/algoritmika/multi-order-for-woocommerce) -  Split your orders in suborders.
* [WC Custom Add to Cart labels](https://wordpress.org/plugins/wc-custom-add-to-cart-labels/) -  This plugin lets you change the "add to cart" labels on single product pages (per product type) and archive / shop page (per product type).
* [Akaunting for WooCommerce](https://wordpress.org/plugins/akaunting-for-woocommerce/) -  Akaunting is a free and online accounting software. This plugin integrates Akaunting with WooCommerce.
* [Escrow.com Payments for WooCommerce](https://wordpress.org/plugins/woo-escrow-gateway/) -  Take secure escrow payments on your store using Escrow.com.
* [WooCommerce Product Stock Alert](https://wordpress.org/plugins/woocommerce-product-stock-alert/) -  Woocommerce plugin using which a customer can subscribe for interest on an out of stock product. When the product becomes available, subscribed customer will get an alert email.
* [More Sorting Options for WooCommerce](https://wordpress.org/plugins/woocommerce-more-sorting/) -  Add new custom, rearrange, remove or rename WooCommerce sorting options.
* [Woo Product Suggest](https://wordpress.org/plugins/woo-product-suggest/) -  Suggest and link a WooCommerce product to an existing product or bundle with custom notice.
* [Facebook Pixel by PixelYourSite – Events, WooCommerce & Easy Digital Downloads](https://wordpress.org/plugins/pixelyoursite/) -  Add the Facebook Pixel code into your Wordpress site and set up standard events with just a few clicks. Fully compatible with Woocommerce, purchase event included.
* [Performance Improvements for WooCommerce](https://github.com/lukecav/performance-improvements-for-woocommerce) -  Performance tweaks related to orders on the front-end and the back-end of a store. Will also disable dashboard widgets for reviews and status in WooCommerce.
* [Premmerce](https://wordpress.org/plugins/premmerce/) -  Premmerce is a must-have toolkit for WooCommerce with a detailed Setup Wizard for your store.
* [WooCommerce Customer Source](https://github.com/devinsays/woocommerce-customer-source) -  Learn where your customers are coming from. Adds a select field to the WooCommerce checkout screen that asks how new customers found out about the store.
* [Phone Orders for WooCommerce](https://wordpress.org/plugins/phone-orders-for-woocommerce/) -  Create manual/phone orders in WooCommerce quickly.
* [Disable email notifications](https://wordpress.org/plugins/woo-disable-email-notifications/) -  Disable email notifications on your Woocommerce installation.
* [Customer Reviews for WooCommerce](https://wordpress.org/plugins/customer-reviews-woocommerce/) -  Customer Reviews for WooCommerce plugin helps you get more customer reviews for your shop by sending automated reminders and coupons.
* [WooCommerce Google Sheets Integration](https://github.com/mithunmanohar/woocommerce-orders-google-sheets-integration) -  Sync order data from your WooCommerce store to Google sheets automatically. A free alternative to Zapier-WooCommerce integration.
* [One Time Subscription with monthly order generator](https://github.com/somendrakm/Subscriptions-to-add-one-time-payment-with-a-monthly-subscription-Order) -  Subscriptions to add one time payment with a monthly subscription Order.
* [WooCommerce Autocomplete Orders](https://wordpress.org/plugins/woocommerce-autocomplete-order/) -  Would you buy twice from a website that does not give you instanctly access to the product you purchased? Why would you want that for your customer? Take back the ownership of your ecommerce.
* [Premmerce Woocommerce Wholesale Pricing](https://wordpress.org/plugins/premmerce-woocommerce-wholesale-pricing/) -  Premmerce WooCommerce Wholesale Pricing is a plugin that allows you to add individual wholesale prices or other price types for WooCommerce products to  any customers roles.
* [WooCommerce Product Feed](https://wordpress.org/plugins/webappick-product-feed-for-woocommerce/) -  This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more.
* [Premmerce Woocommerce Product Bundles](https://wordpress.org/plugins/premmerce-woocommerce-product-bundles/) -  Plugin create product bundles in WooCommerce.
* [WC REST Payment](https://wordpress.org/plugins/wc-rest-payment/) -  WC REST Payment adds in the missing REST API endpoint for process payment in WooCommerce. 
* [WooCommerce Square](https://wordpress.org/plugins/woocommerce-square/) -  Adds ability to sync inventory between WooCommerce and Square POS. In addition, you can also make purchases through the Square payment gateway.
* [Shop as Client for WooCommerce](https://wordpress.org/plugins/shop-as-client/) -  Allows a WooCommerce Store Administrator or Shop Manager to use the frontend and assign a new order to a registered or new customer. Useful for phone or email orders.
* [WooCommerce Custom Add To Cart Button](https://wordpress.org/plugins/woo-custom-add-to-cart-button/) - Change the 'Add to Cart' button text in WooCommerce, and optionally add a cart icon.
* [WooCommerce Stripe fee in Report](https://wordpress.org/plugins/woo-stripe-fee-in-report/) - Shows Stripe fees in WooCommerce charts. Calculates a correct net total.
* [Cart REST API for WooCommerce](https://wordpress.org/plugins/cart-rest-api-for-woocommerce/) - Provides additional REST-API endpoints for WooCommerce to enable the ability to add, view, update and delete items from the cart.
* [WooCommerce Cart Product Title](https://github.com/jcasabona/woocommerce-product-cart-title) - This is a simple plugin for WooCommerce that will change the product title in the cart to help prevent cart abandonment.
* [HubSpot WooCommerce Integration](https://wordpress.org/plugins/hubwoo-integration/) - A very powerful plugin to integrate your WooCommerce store with HubSpot seemlesly.
* [Smart Related Products for Woocommerce](https://wordpress.org/plugins/smart-related-products-for-woocommerce/) - By defaualt Woocommerce displays related products by the category. Smart related products for Woocommerce can override this logic and show them by attributes.
* [WooCommerce Cart Items Bulk Deletion](https://wordpress.org/plugins/woo-cart-items-bulk-deletion/) - This plugin allows you to delete all your cart items with on click.
* [WooCommerce Global Price Options](https://wordpress.org/plugins/atr-woo-global-price-options/) - Add global price options by category to WooCommerce products. 
* [Jet Integration for WooCommerce](https://wordpress.org/plugins/woo-jet-integration/) - JET Integration Plugin, a complete solution for integrating your online store with Jet.com.
* [Negotiabl for WooCommerce](https://wordpress.org/plugins/negotiabl-woocommerce-extension/) - Sparking instant negotiations over Facebook Messenger.
* [Sales Notifications for WooCommerce](https://wordpress.org/plugins/sales-notifications-for-woocommerce/) - Increase store trust with social proof to build credibility.
* [WooCommerce Reviews Admin Sidebar](https://github.com/norcross/woo-reviews-admin-menu) - Adds a dedicated menu item to look at reviews.
* [WooCommerce Max Quantity](https://wordpress.org/plugins/woocommerce-max-quantity/) -  Set a limit for the max quantity of products that can be added to cart, per product. Now with individual product limits.
* [WooCommerce Move Reviews](https://wordpress.org/plugins/woocommerce-move-reviews/) -  Allows you to easily move reviews from one product to another.
* [Multiple Packages for WooCommerce](https://wordpress.org/plugins/multiple-packages-for-woocommerce/) -  A simple UI to take advatage of multiple shipping packages without PHP knowledge.
* [WooCommerce Quick View by Beeketing](https://wordpress.org/plugins/woo-quick-view-by-beeketing/) -  Show Quick View popup when customers click product images on home and collection pages. Show size guide, color swatch and review sections to increase add-to-cart rate.
* [Square Thumbnails](https://wordpress.org/plugins/square-thumbnails/) -  Making Square Thumbnails without cropping the image. 
* [WooCommerce Manual Payment](https://wordpress.org/plugins/woo-mp/) -  Process payments right from the backend. No need to leave the WooCommerce Edit Order screen. 
* [WooCommerce Invoicing Payments w/ Sprout Invoices](https://wordpress.org/plugins/woo-invoicing-payments-w-sprout-invoices/) -  A Sprout Invoices payment integration with WooCommerce checkout.
* [Quantities and Units for WooCommerce](https://wordpress.org/plugins/quantities-and-units-for-woocommerce/) -  Easily require your customers to buy a minimum / maximum / incremental amount of products to continue with their checkout.
* [Order Hours Scheduler for WooCommerce](https://wordpress.org/plugins/order-hours-scheduler-for-woocommerce/) -  Create Custom Schedules to Automatically Enable & Disable WooCommerce Customer Checkout Functionality.
* [SEON – Fraud Prevention](https://wordpress.org/plugins/seon-fraud/) -  SEON API Fraud.
* [WooCommerce GDPR User Opt Ins](https://github.com/liquidweb/lw-woo-gdpr-user-optins) -  A toolset to allow WooCommerce store owners to create and manage user opt-in data.
* [Hello Event](https://wordpress.org/plugins/hello-event/) -  Manage events and sell tickets with WooCommerce as easy as Hello World.
* [WooCommerce Notification](https://wordpress.org/plugins/woo-notification/) -  Increase conversion rate by highlighting other customers that have bought products.
* [Subscriptions for WooCommerce](https://wordpress.org/plugins/xa-woocommerce-subscriptions/) -  Sell products with recurring payments in your WooCommerce Store.
* [Mail Debug for WooCommerce](https://wordpress.org/plugins/mail-debug-for-woocommerce/) -  Mail Debug for WooCommerce allows you to debug WordPress and WooCommerce emails.
* [Conversio for WooCommerce](https://wordpress.org/plugins/receiptful-for-woocommerce/) -  Conversio is the all-in-one marketing dashboard for your WooCommerce store.
* [Feedo](https://wordpress.org/plugins/feedo/) -  Feedo Plugin for Wordpress WooCommerce products.
* [WooCommerce Variation Image Gallery](https://wordpress.org/plugins/woo-variation-gallery/) -  Allows to insert multiple images for per variation to let visitors to see a different images when WooCommerce product variations are switched.
* [WooCommerce Smooth Generator](https://github.com/woocommerce/wc-smooth-generator) -  A smooth customer, order and product generator for WooCommerce.
* [Recurring Bookings for WooCommerce](https://wordpress.org/plugins/recurring-bookings-for-woocommerce/) -  Recurring Bookings for WooCommerce - works with WooCommerce Bookings to create repeated bookings.
* [WooCommcerce checkout product quantity change](https://wordpress.org/plugins/wc-checkout-product-quantity-change/) -  This plugin will allow user to change product quantity on checkout field. 
* [Popup Notices for WooCommerce](https://wordpress.org/plugins/popup-notices-for-woocommerce/) -  Turn your WooCommerce Notices into Popups.
* [Automatic Expiration for Categories](https://wordpress.org/plugins/categories-expiration-date/) -  Set an expiration date for certain categories.
* [WooCommerce Cart Expiration](https://wordpress.org/plugins/woo-cart-expiration/) -  Set a time limit on a customer checking out.
* [WooCommerce Stock Synchronization](https://github.com/pronamic/wp-woocommerce-stock-synchronization) -  Synchronizes stock with sites that are connected to one another, using WooCommerce Stock Synchronization.
* [WooCommerce Interest In Products](https://wordpress.org/plugins/woo-interest-in-products/) -  Allow customers to opt-in to notices about individual products.
* [WooCommerce Birthday Discount Vouchers](https://wordpress.org/plugins/birthday-discount-vouchers/) -  This plugin allows you to send discount vouchers to your customers on their birthday
* [Woo Benchmark Email](https://wordpress.org/plugins/woo-benchmark-email/) -  Connects WooCommerce with Benchmark Email for syncing customers and abandoned carts.
* [WooCommerce Shop Manager Admin Bar](https://wordpress.org/plugins/woo-shop-manager-admin-bar/) -  This plugin adds useful admin links and resources for the WooCommerce Shop Plugin to the WordPress Toolbar / Admin Bar.
* [Repeat Order For Woocommerce](https://wordpress.org/plugins/repeat-order-for-woocommerce/) -  Add an "order again" button in Recent Orders list.
* [WooCommerce Schedule Stock Manager](https://wordpress.org/plugins/woo-schedule-stock-manager/) -  This Plugin provide you options to manage the stock quantity automatic increase throughout daily, weekly, monthly, hourly and yearly schedule type options of all your woocommerce products.
* [WooCommerce Ajax Login/Register](https://wordpress.org/plugins/woo-ajax-loginregister/) -  Woocommerce Ajax login/register (addon / plugin) is allows you to login and register using Ajax and add jquery validation.
* [Cart links for WooCommerce](https://wordpress.org/plugins/soft79-cart-links-for-woocommerce/) -  Create links that will populate a cart.
* [WooCommerce Email Order Digest](https://wordpress.org/plugins/woo-email-orders/) -  Sends out a daily digest of orders placed through WooCommerce.
* [WooCommerce Advanced Shipment Tracking](https://wordpress.org/plugins/woo-advanced-shipment-tracking/) -  Add shipment tracking information to your WooCommerce orders and provide customers with an easy way to track their orders. Shipment tracking Info will appear in customers accounts (in the order panel) and in WooCommerce order complete email. 
* [Smart Image Resize for WooCommerce](https://wordpress.org/plugins/smart-image-resize/) -  Prevent an image from being cutt-off to perfecly fit your website design while preserving the aspect-ratio.
* [WooCommerce Wishlist Plugin](https://wordpress.org/plugins/ti-woocommerce-wishlist/) -  Wishlist functionality for your WooCommerce store.
* [CartFlows](https://wordpress.org/plugins/cartflows/) -  Create beautiful checkout pages & sales flows for WooCommerce.
* [Smaily for WooCommerce](https://wordpress.org/plugins/smaily-for-woocommerce/) -  Smaily email marketing and automation extension plugin for WooCommerce (set up opt-in form, client sync and output RSS-feed) for easy product import into template.
* [Bolt Checkout for WooCommerce](https://wordpress.org/plugins/bolt-checkout-woocommerce/) -  Adds Bolt Checkout for WooCommerce.
* [Nth Order Discount for WooCommerce](https://wordpress.org/plugins/nth-order-discount-for-woocommerce/) -  Automatic discounts after every nth order.
* [WooCommerce Sales Report By Country](https://wordpress.org/plugins/woo-sales-by-country-reports/) -  This plugin simply adds a report tab to display sales report by country WooCommerce Reports. The plugin adds an additional report tab which display sales report by country. You will find this report available in WooCommerce reports section.
* [Perfect WooCommerce Brands](https://wordpress.org/plugins/perfect-woocommerce-brands/) -  Perfect WooCommerce Brands allows you to show product brands in your WooCommerce based store.
* [Premmerce WooCommerce Variation Swatches](https://wordpress.org/plugins/premmerce-woocommerce-variation-swatches/) -  This plugin flexibly extends standard features of the WooCommerce attributes and variations.
* [Shipping Zones by Drawing for WooCommerce](https://wordpress.org/plugins/shipping-zones-by-drawing-for-woocommerce/) -  Define your WooCommerce shipping zones by drawing them on a map.
* [Facebook for WooCommerce](https://wordpress.org/plugins/facebook-for-woocommerce/) -  Grow your business on Facebook! Use this official plugin to help sell more of your products using Facebook. After completing the setup, you'll be ready to create ads that promote your products and you can also create a shop section on your Page where customers can browse your products on Facebook.
* [WooCommerce Checkout Field Manager](https://wordpress.org/plugins/n-media-woocommerce-checkout-fields/) -  Checkout Fields Manager plugin allow to manage fields on Checkout page. Billing, Shipping, Extra fields etc.
* [WooCommerce Bulk Order](https://wordpress.org/plugins/woo-bulk-order/) -  Woocommerce Bulk Order allows your customers to order multiple products on single page.
* [Better Reviews For WooCommerce](https://wordpress.org/plugins/better-reviews-for-woocommerce/) -  Like reviews, only way better.
* [AutomateWoo - Subscriptions Add-on](https://github.com/Prospress/automatewoo-subscriptions/) -  Advanced actions for automating a subscription's lifecycle with AutomateWoo.
* [Woomotiv](https://wordpress.org/plugins/woomotiv/) -  Powerful and easy to use Woocommerce Plugin that leverages social proof to increase your conversions.
* [WooCommerce Return and Warranty Management System](https://wordpress.org/plugins/wc-return-warrranty/) -  An extension for manage return and warranty system for WooCommerce shop.
* [Retainful – WooCommerce Abandoned Cart Recovery Emails and Next Order Coupons](https://wordpress.org/plugins/retainful-next-order-coupon-for-woocommerce/) -  Drive repeat purchases by sending single-use, unique coupon codes to customers for their next purchase.
* [Smart Variations Images for WooCommerce](https://wordpress.org/plugins/smart-variations-images/) -  This is a WooCommerce extension plugin, that allows the user to add any number of images to the product images gallery and be used as variable product variations images in a very simple and quick way, without having to insert images p/variation.
* [Simple Cart](https://wordpress.org/plugins/simple-cart-solution/) -  A Cart solution to provide a better user purchasing experience.
* [Price Drop Alert for WooCommerce](https://wordpress.org/plugins/woo-price-drop-alert/) -  User will notify via email if user's selected product price get down by current price.
* [Simple Linked Variations for WooCommerce](https://wordpress.org/plugins/simple-linked-variations-for-woocommerce/) -  An add-on plugin for WooCommerce which allows variations to be linked together, and will then toggle dropdowns on the front end based on the links made.
* [Conditional Add To Cart for WooCommerce](https://wordpress.org/plugins/conditional-add-to-cart/) -  Conditionally disable, customize, or replace "Add to Cart" button for WooCommerce.
* [Drip for WooCommerce](https://wordpress.org/plugins/drip/) -  A WordPress plugin to connect to Drip's WooCommerce integration.
* [Marketing Tools for WooCommerce](https://wordpress.org/plugins/devman-marketing-tools/) -  The perfect "All in One". Discover the most complete Google Tag Manager extension on WooCommerce.
* [Disable Dashboard for WooCommerce](https://wordpress.org/plugins/disable-dashboard-for-woocommerce/) -  Disables new WooCommerce Dashboard introduced in WooCommerce 4.0. Simply activate the plugin and disable whole Analytics section. No configuration needed.
* [Gift Up! Gift Cards for WordPress and WooCommerce](https://wordpress.org/plugins/gift-up/) -   The simplest way to sell your own gift cards/certificates/vouchers from inside your WordPress website easily with no monthly fee. Redeemable in your WooCommerce shopping cart.
* [Limit Orders for WooCommerce](https://wordpress.org/plugins/limit-orders/) -   Automatically disable WooCommerce's checkout process after reaching a maximum number of orders.
* [WooCommerce Payments](https://wordpress.org/plugins/woocommerce-payments/) -   Accept payments via credit card. Manage transactions within WordPress. Beta.
* [Leave At Door For WooCommerce](https://wordpress.org/plugins/leave-at-door-for-woocommerce/) -   Let customers request that a delivery is left at the door.
* [HubSpot for WooCommerce](https://wordpress.org/plugins/makewebbetter-hubspot-for-woocommerce/) -   Integrate WooCommerce with HubSpots free CRM, abandoned cart tracking, email marketing, marketing automation, analytics & more.
* [Minimum Order Amount for Checkout](https://wordpress.org/plugins/minimum-order-amount-for-checkout/) -   Set a minimum order amount for Woocommerce orders.  Shows a notice in cart and validates at checkout before order can be placed.
* [WooCommerce Coupons by Advanced Coupons](https://wordpress.org/plugins/advanced-coupons-for-woocommerce-free/) -   Advanced Coupons for WooCommerce (Free Version) gives WooCommerce store owners extra coupon features so they can market their stores better.
* [Platform.ly for WooCommerce](https://wordpress.org/plugins/platformly-for-woocommerce/) -   Easily connect WooCommerce to your Platformly CRM, set up abandoned cart campaigns and access detailed customer reporting: lifetime value and more.
* [Manual Related Products for WooCommerce](https://wordpress.org/plugins/manual-related-products-for-woo/) -   Allows you to choose a manual set of products for display under the Related Products section on WooCommerce single product pages.
* [Delete product images for WooCommerce](https://wordpress.org/plugins/wc-delete-product-images/) -   Removes product assigned images (featured and gallery only) on product delete.
* [Checkout Manager for WooCommerce](https://wordpress.org/plugins/woocommerce-checkout-manager/) -   Manages WooCommerce Checkout, the advanced way.
* [Woo Custom Stock Status](https://wordpress.org/plugins/woo-custom-stock-status/) -   Write the custom stock status with different colors for each woocommerce product, to show in product details and listing pages.
* [Product image Lazy Loader for WooCommerce](https://wordpress.org/plugins/wc-products-lazy-loader/) -   This plugin lazy loads your WooCommerce product images on the shop and archive pages.
* [Recapture for WooCommerce](https://wordpress.org/plugins/recapture-for-woocommerce/) -   Recapture helps you increase revenue by automatically recovering abandoned carts.
* [Easyship WooCommerce Shipping Rates](https://wordpress.org/plugins/easyship-woocommerce-shipping-rates/) -   Easyship plugin for easy shipping method.\
* [TCP Clean Coupons](https://wordpress.org/plugins/tcp-clean-coupons/) -   TCP Clean Coupons is a plugin to clean up expired coupons from Woocommerce. This allows you to free up space and unclutter your coupon list.
* [Sequential Order Numbers for WooCommerce](https://wordpress.org/plugins/sequential-order-numbers-for-woocommerce/) -   Manage WooCommerce order numbers. Make them follow your site logic.
* [Woo Manage Fraud Orders](https://wordpress.org/plugins/woo-manage-fraud-orders/) -   WooCommerce plugin to manage the fraud orders by blackilisting the customer's details.
* [Paysley](https://wordpress.org/plugins/paysley/) -   Receive payments using Paysley.
* [Invoice Gateway For WooCommerce](https://wordpress.org/plugins/invoice-gateway-for-woocommerce/) -   Provides an invoice gateway for WooCommerce so your customers can check out without immediate payment.
* [Oliver POS – Points and Rewards for WooCommerce](https://wordpress.org/plugins/oliver-pos-points-and-rewards/) -   Oliver POS extension plugin for Woocommerce Points and Rewards.
* [Leo Product Recommendations for WooCommerce](https://wordpress.org/plugins/leo-product-recommendations/) -   Recommend products smartly for boosting WooCommerce sales by nice-looking add to cart popup.
* [Ajax Search for WooCommerce](https://wordpress.org/plugins/ajax-search-for-woocommerce/) -   The most popular WooCommerce product search. Gives your users a well-designed advanced AJAX search bar with live search suggestions.
* [Stock Triggers for WooCommerce](https://wordpress.org/plugins/stock-triggers-for-woocommerce/) -   Automatic product stock increase/decrease actions for WooCommerce.
* [Split Order By Warehouse for WooCommerce](https://wordpress.org/plugins/split-order-by-warehouse/) -   A store owner might like to see orders related to the warehouse only. This plugin helps split into multiple orders as per the number of warehouses in that particular order.
* [CartPops – High Converting Add To Cart Popup For WooCommerce](https://wordpress.org/plugins/cartpops/) -   This plugin allows you to show an elegant drawer/side cart each time a new product is added to the cart.
* [Customer verification for WooCommerce](https://wordpress.org/plugins/customer-email-verification-for-woocommerce/) -   The Customer verification helps WooCommerce store owners to reduce registration spam by requiring customers to verify their email address when they register an account on your store, before they can access their account area.
* [WOWRestro](https://wordpress.org/plugins/wowrestro/) -   WOWRestro is an Ordering system for WooCommerce.
* [Easy Email Checkout](https://wordpress.org/plugins/easy-email-checkout/) -   Make the email field in checkout process easier for your customers by suggest autocomplete email services.
* [Integration of Sendy with WooCommerce](https://wordpress.org/plugins/wc-sendy/) -   Add Customers to Sendy List from WooCommerce.
* [Conditional Payment Gateways for WooCommerce](https://wordpress.org/plugins/conditional-payment-gateways-for-woocommerce/) -   Manage payment gateways in WooCommerce.
* [Sender.net for WordPress](https://wordpress.org/plugins/sender-net-automated-emails/) -   Sender.net is an email marketing platform tailored for smaller businesses and e-commerce ventures.
* [Tips, Gratuity, Donations & Fees For WooCommerce](https://wordpress.org/plugins/wc-tip-gratuity-donation-fee/) -   Toolkit for add tip amount during checkout.
* [WPC Share Cart for WooCommerce](https://wordpress.org/plugins/wpc-share-cart/) -   WPC Share Cart is a simple but powerful tool that can help your customer share their cart.
* [WPC Smart Quick View for WooCommerce](https://wordpress.org/plugins/woo-smart-quick-view/) -   WPC Smart Quick View allows users to get a quick look of products without opening the product page.
* [WPC Fly Cart for WooCommerce](https://wordpress.org/plugins/woo-fly-cart/) -   WooCommerce interaction mini cart with many styles and effects.
* [Swiss Knife for WooCommerce](https://wordpress.org/plugins/swiss-knife-for-woocommerce/) -   A well crafted bundle of WooCommerce Utilities.
* [Fast Checkout for WooCommerce](https://wordpress.org/plugins/fast-checkout-for-woocommerce/) -   Install the Checkout button that increases conversion, boosts sales and delights customers.
* [Pending Payment Reminder for WooCommerce](https://wordpress.org/plugins/pending-payment-reminder-for-woocommerce/) -   List orders with pending payment status and send out a reminder email on a button click.
* [PeachPay for WooCommerce](https://wordpress.org/plugins/peachpay-for-woocommerce/) -   PeachPay is the fastest checkout for WooCommerce.
* [WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels](https://wordpress.org/plugins/print-invoices-packing-slip-labels-for-woocommerce/) -   Prints Packing List, invoice, delivery note & shipping label.
* [WooCommerce Zero Orders Alert](https://wordpress.org/plugins/zero-orders-alert-for-woocommerce/) -   Notify store owners when a store has no orders for the previous day.
* [Multi-Step Checkout for WooCommerce](https://wordpress.org/plugins/wp-multi-step-checkout/) -   Nice multi-step checkout for your WooCommerce store.
* [Editorify – Product Reviews For WooCommerce](https://wordpress.org/plugins/editorify/) -   Boost Your Sales By Adding Products Reviews, Videos & Images to your product page.
* [Fluid Checkout for WooCommerce](https://wordpress.org/plugins/fluid-checkout/) -   Provides a Fluid Checkout experience for any WooCommerce store.
* [WPC Shop as a Customer for WooCommerce](https://wordpress.org/plugins/wpc-shop-as-customer/) -   WPC Shop as a Customer allows store administrators to login as a customer on the frontend.

## Action Scheduler
* [Action Scheduler Timeout Monitor](https://github.com/Prospress/action-scheduler-timeout-monitor/) -  Gather additional information about subscription action scheduled events which timeout.
* [Action Scheduler - Disable WP Cron Queue Runner](https://github.com/Prospress/action-scheduler-disable-default-runner/) -  Disable Action Scheduler's default queue runner, by removing it from the WP-Cron hook.

## WooCommerce Code Snippets
* [Frontend Snippets](https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/snippets/frontend-snippets/) -  Front-end code snippets.
* [General Snippets](https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/snippets/general-snippets/) -  General code snippets.
* [Theming Snippets](https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/snippets/snippets-theming/) -  Theming related code snippets.

## Gist links for WooCommerce
* [Mike Jolley](https://gist.github.com/mikejolley)
* [Claudio Sanches](https://gist.github.com/claudiosanches)
* [Rynaldo](https://gist.github.com/rynaldos)
* [James Koster](https://gist.github.com/jameskoster)
* [Lucas Stark](https://gist.github.com/lucasstark)
* [Nicola Mustone](https://gist.github.com/SiR-DanieL)
* [Caleb Burks](https://gist.github.com/WPprodigy)
* [Stuart Duff](https://gist.github.com/stuartduff)
* [Vishal Kothari](https://gist.github.com/vishalck)
* [Patrick Rauland](https://gist.github.com/BFTrick)
* [Beka Rice](https://gist.github.com/bekarice)
* [Daniel Espinoza](https://gist.github.com/growdev)
* [Remi Corson](https://gist.github.com/corsonr)'
* [Jesse Pearson](https://gist.github.com/jessepearson)
* [Danny Santoro](https://gist.github.com/DanielSantoro)
* [WooThemes](https://gist.github.com/woogist)
* [Will Brubaker](https://gist.github.com/WillBrubaker)
* [Devin Price](https://gist.github.com/devinsays)
* [Scott DeLuzio](https://gist.github.com/ScottDeLuzio)
* [Andrew Benbow](https://gist.github.com/ChromeOrange)
* [Kathy Darling](http://github.com/helgatheviking)
* [Laurena Rehbein](https://gist.github.com/LaurenaRehbein)
* [Manos Psychogyiopoulos](https://gist.github.com/franticpsyx)
* [Gareth Harris](https://gist.github.com/plugin-republic)

## Search Plugins
* [ElasticPress](https://wordpress.org/plugins/elasticpress/) - A fast and flexible search and query engine for WordPress.
* [Search by Algolia](https://wordpress.org/plugins/search-by-algolia-instant-relevant-results/) - Search by Algolia is the smartest way to improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.
* [SearchWP](https://searchwp.com/) - Instantly improve your site search without writing a line of code.
* [FacetWP](https://facetwp.com/) - Advanced Filtering for WordPress.
* [Relevanssi](https://wordpress.org/plugins/relevanssi/) - This plugin replaces WordPress search with a relevance-sorting search.

## Search Helper Plugins
* [FacetWP - Bookings Integration](https://github.com/FacetWP/facetwp-bookings) - WooCommerce Bookings support.

## Google Analytics
* [Tracking Shopping Cart Abandonment in Google Analytics](https://ecommercecosmos.com/tracking-cart-abandonment-in-google-analytics/) - We have all heard the statistics; about 70% of your customers are abandoning your shopping cart without actually making a purchase.

## Performance
* [Slow WooCommerce with Many Products](http://www.danielauener.com/slow-woocommerce-many-products/) - WooCommerce is the most used webshop system in the world and its  awesome! However, using WordPress as its application framework has some drawbacks.
* [WooCommerce with Thousands of Products: Workarounds for Slow Admin Panel](http://www.danielauener.com/woocommerce-with-thousands-of-products-workarounds-for-slow-admin-panel/) - It’s the WordPress plugin for webshops, without a question. For a shop that is not running WooCommerce with thousands of products, it has a very nice performance, too. However there are limitations and drawbacks running WooCommerce with many products.
* [WP Static Menus](https://github.com/liquidweb/wp-static-menus) - Navigation rarely changes on most WordPress sites, why dynamically regenerate it every time? This plugin will store WordPress navigation menus as static HTML, even the really large ones.
# Awesome WP Developer Tools
A collection of plugins, starter themes and tools to make WordPress development easier.

## Table Of Contents
* [WordPress Libraries](#wordpress-libraries)
* [WordPress API Libraries](#wordpress-api-libraries)
* [WordPress Plugins](#wordpress-plugins)
* [WordPress Starter Themes](#wordpress-starter-themes)

## WordPress Libraries
* [Cortex](https://github.com/Brain-WP/Cortex) - Cortex is routing system for WordPress based on FastRoute.
* [Controller](https://github.com/soberwp/controller) - WordPress package to enable a controller when using Blade with Sage.
* [WP Emerge](https://github.com/htmlburger/wpemerge) - A micro framework which modernizes WordPress as a CMS development by providing tools to implement MVC and more.

## WordPress API Libraries
* [wp-api-base](https://github.com/wp-api-libraries/wp-api-base) - Abstract PHP class to build additional WordPress APIs.
* [wp-api-tester](https://github.com/wp-api-libraries/wp-api-tester) - A plugin for aiding development of APIs and other PHP plugins.
* [wp-google-cloud-source-api](https://github.com/wp-api-libraries/wp-google-cloud-source-api) - Google Cloud Platform's Cloud DNS API integration.
* [wp-uptime-robot-api](https://github.com/wp-api-libraries/wp-uptime-robot-api) - Uptime Robot API integration.
* [wp-slack-api](https://github.com/wp-api-libraries/wp-slack-api) - Slack messaging API integration.
* [wp-keycdn-api](https://github.com/wp-api-libraries/wp-keycdn-api) - KeyCDN content delivery network API integration.
* [wp-amazon-s3-api](https://github.com/wp-api-libraries/wp-amazon-s3-api) - Amazon Web Services' Simple Storage Service (AWS S3) API integration.
* [wp-deploybot-api](https://github.com/wp-api-libraries/wp-deploybot-api) - Deploybot API integration.
* [wp-packagist-api](https://github.com/wp-api-libraries/wp-packagist-api) - Composer's Packagist API integration.

## WordPress Plugins
* [A Healthier Option](https://github.com/zao-web/a-healthier-option) - Ever had an unwieldy options table slow you down and cause crazy errors? Maybe you have, but don't know it? A Healthier Option helps your options table get back into shape.
* [AceIDE](https://wordpress.org/plugins/aceide/) - AceIDE is a WordPress code editor with the long term goal of becoming the ultimate environment to code/develop WordPress themes and plugins.
* [Add Admin CSS](https://wordpress.org/plugins/add-admin-css/) - Interface for easily defining additional CSS (inline and/or by URL) to be added to all administration pages.
* [Admin Menu in Frontend](https://wordpress.org/plugins/admin-menu-in-frontend/) - Allows to show admin menu when viewing site.
* [Admin Select Box To Select2](https://wordpress.org/plugins/admin-select-box-to-select2/) - This plugin is used to convert all simple Select boxes to Select2.
* [Advanced Options Editor](https://wordpress.org/plugins/advanced-options-editor/) - Edit WP Options from the WordPress Dashboard.
* [Advanced iFrame](https://wordpress.org/plugins/advanced-iframe/) - This plugin includes any webpage as shortcode in an advanced iframe or embeds the content directly.
* [ACF to REST API](https://wordpress.org/plugins/acf-to-rest-api/) - Exposes Advanced Custom Fields Endpoints in the WP REST API v2.
* [Advanced Bulk Actions](https://wordpress.org/plugins/bulk-actions/) - Advanced Bulk Actions is a WordPress plugin that adds new bulk actions to your admin panel on the posts, pages and users overviews.
* [Advanced Cron Manager – debug & control](https://wordpress.org/plugins/advanced-cron-manager/) - View, pause, remove, edit and add WP Cron events.
* [Advanced Forms Processors](https://wordpress.org/plugins/acf-processors/) -  Adds form processors to the Advanced Forms plugin.
* [Advanced Password Security](https://wordpress.org/plugins/advanced-password-security/) -  Force your admins and/or select roles to update their password to a new one after a set amount of time.
* [Admin Columns](https://wordpress.org/plugins/codepress-admin-columns/) - Manage and organize columns in the posts, users, comments and media lists in the WordPress admin panel. Transform the WordPress admin screens into beautiful, clear overviews.
* [Admin Menu Editor](https://wordpress.org/plugins/admin-menu-editor/) - Admin Menu Editor lets you manually edit the Dashboard menu. You can reorder the menus, show/hide specific items, change premissions, and more.
* [Admin Trim Interface](https://wordpress.org/plugins/admin-trim-interface/) - This plugin uses a combination of WordPress hooks, CSS (when possible), and Javascript (last resort) to removed specified admin interface elements.
* [Adminimize](https://wordpress.org/plugins/adminimize/) - Visually compresses the administrative meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for all roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles.
* [Allow Multiple Accounts](https://wordpress.org/plugins/allow-multiple-accounts/) - Allow multiple user accounts to be created, registered, and updated having the same email address.
* [Amr Users](https://wordpress.org/plugins/amr-users/) - Configurable users listings by meta keys and values, comment count and post count. Includes  display, inclusion, exclusion, sorting configuration and an option to export to CSV.
* [Amuga Ajax Log](https://wordpress.org/plugins/amuga-ajax-log/) - Log admin-ajax hits for troubleshooting purposes.
* [Attachments](https://wordpress.org/plugins/attachments/) - Attachments gives the ability to append any number of Media Library items to Pages, Posts, and Custom Post Types.
* [ARI Adminer](https://wordpress.org/plugins/ari-adminer/) - This plugin connects WordPress and Adminer database management tool. Can work with MySQL, PostgreSQL and SQLite databases.
* [Auto Upload Images](https://wordpress.org/plugins/auto-upload-images/) - Automatically upload and import external images of a post to Wordpress upload directory and media management.
* [AJAX Action Wrapper](https://github.com/YahnisElsts/ajax-wrapper) - This helper library makes it easier to handle AJAX requests in WordPress plugins.
* [AutomatePlus – Mautic for WordPress](https://wordpress.org/plugins/automate-mautic/) - Add registered WP users and commentors to mautic contacts.
* [Banhammer](https://wordpress.org/plugins/banhammer/) - Monitor traffic and ban unwanted visitors.
* [BE Media from Production](https://github.com/billerickson/BE-Media-from-Production) - Uses local media when available, and uses the production server for the rest.
* [BEA – Sanitize Filename](https://wordpress.org/plugins/bea-sanitize-filename/) - Remove all punctuation and accents from the filename of uploaded files.
* [Better Font Awesome](https://wordpress.org/plugins/better-font-awesome/) - The ultimate Font Awesome icon plugin for WordPress.
* [Better Search Replace](https://wordpress.org/plugins/better-search-replace/) - When moving your WordPress site to a new domain or server, you will likely run into a need to run a search/replace on the database for everything to work correctly.
* [Better WordPress Admin API](https://github.com/luizbills/better-wordpress-admin-api) - A better way to build admin pages and options for you plugins/themes.
* [Blackhole for Bad Bots](https://wordpress.org/plugins/blackhole-bad-bots/) - Protects your site against bad bots by trapping them in a blackhole.
* [Block Logic](https://wordpress.org/plugins/block-logic/) - Adds a conditional block attribute Block Logic to control block display to the "Advanced" control panel.
* [BRAD](https://wordpress.org/plugins/brad/) - Better Responsibility Around Discoverability.
* [BrowserStack for WordPress](https://wordpress.org/plugins/browserstack/) - This plugin enables the integrations of BrowserStack products for testing your content on real devices.
* [Bulk Actions Select All](https://wordpress.org/plugins/bulk-actions-select-all/) - Bulk Actions For All Posts adds an option to the posts overview in the WordPress Admin to select “All Posts”. By default, WordPress only allows you to select the posts on the current page.
* [Bulk Block Converter](https://wordpress.org/plugins/bulk-block-converter/) - Quickly convert all content to WordPress 5 blocks. An extremely useful tool when upgrading to the WordPress 5 Gutenberg editor.
* [Bulk Change Role](https://wordpress.org/plugins/bulk-role-change/) - Transfer all users from one role to another.
* [Carbon Fields](https://wordpress.org/plugins/carbon-fields/) - Developer-oriented library for WordPress custom fields for all types of WordPress content.
* [Carbon Field: Display Checkbox](https://github.com/statenweb/carbon-field-display-checkbox) - Display Field extension for Carbon Fields. Displays "yes" instead of 1 for displaying checkbox values.
* [Cavalcade](https://github.com/humanmade/Cavalcade) - A better wp-cron. Horizontally scalable, works perfectly with multisite.
* [CF7 to Zapier](https://wordpress.org/plugins/cf7-to-zapier/) - Use Contact Form 7 as a trigger to Zapier.
* [Child Theme Configurator](https://wordpress.org/plugins/child-theme-configurator/) - Generates a child theme based on an existing theme, and even migrates all of your settings to the child theme from the parent (like widgets and menus).
* [Classic Widgets)](https://wordpress.org/plugins/classic-widgets/) - Enables the classic widgets settings screens in Appearance - Widgets and the Customizer. Disables the block editor from managing widgets.
* [Cleanup Multisite DB Tables (WP-CLI Custom Command)](https://github.com/shawnhooper/delete-orphaned-multisite-tables) - Finds and delete orphaned tables in a WordPress Multisite network using WP-CLI.
* [CMB2 Attached Posts Field](https://github.com/CMB2/cmb2-attached-posts) - Custom field for Custom Metaboxes and Fields for WordPress for attaching posts to a page.
* [CMB2 Code Snippet Library](https://github.com/CMB2/CMB2-Snippet-Library) - This is a community-maintained repository of code snippets that help modify the default behavior of CMB2.
* [CMB2 Conditionals](https://github.com/jcchavezs/cmb2-conditionals) - Plugin to establish conditional relationships between fields in a CMB2 metabox.
* [CMB2 Post Search field](https://github.com/CMB2/CMB2-Post-Search-field) - Custom field for CMB2 which adds a post-search dialog for searching/attaching other post IDs.
* [CMB2 Group Map](https://github.com/CMB2/cmb2-group-map) - This CMB2 addon allows you to use CMB2 group fields to manage custom post type entries.
* [CMB2 Markdown](https://github.com/Rekenna/cmb2-markdown) - Adds a Markdown enabled textarea with a live preview to the available CMB2 fields.
* [CMB2 Metatabs Options](https://github.com/rogerlos/cmb2-metatabs-options) - Add admin option pages with multiple metaboxes--and place those metaboxes into optional tabs. Requires CMB2.
* [CMB2 Related Links](https://github.com/CMB2/CMB2-Related-Links) - Special CMB2 Field that allows users to add a related links repeating field group.
* [CMB2 Tabs](https://wordpress.org/plugins/cmb2-tabs/) - CMB2 Tabs is an extenstion for CMB2 which allow you to oragnize fields into tabs.
* [CMB2 Term Select](https://github.com/CMB2/cmb2-term-select) - Select terms to associate with your content.
* [Change Username](https://wordpress.org/plugins/cmb2/) - The Change Username plugin allows you to change the usernames of your WordPress users in an easy and effective way.
* [Classic Editor](https://wordpress.org/plugins/classic-editor/) - Enables the WordPress classic editor and the old-style Edit Post screen layout (TinyMCE, meta boxes, etc.). Supports the older pluhins that extend this screen.
* [Classic Editor Addon](https://wordpress.org/plugins/classic-editor-addon/) - The Classic Editor plugin doesn't remove Gutenberg by default. This addon changes that and makes some more changes. See readme.txt for more details.
* [Co-Authors Plus](https://wordpress.org/plugins/co-authors-plus/) - Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box.
* [Cookie Consent](https://wordpress.org/plugins/uk-cookie-consent/) - The only cookie consent plugin you'll ever need.
* [Conditional Blocks](https://wordpress.org/plugins/conditional-blocks/) - Conditionally show or hide any Gutenberg Block for any reason.
* [Cron Logger](https://wordpress.org/plugins/cron-logger/) - Logs for cron runs.
* [Customize Posts](https://wordpress.org/plugins/customize-posts/) - Manage posts and postmeta via the Customizer.
* [Custom Field Suite](https://wordpress.org/plugins/custom-field-suite/) - Visually add custom fields to your WordPress edit pages.
* [Custom Field Suite Options Screens](https://wordpress.org/plugins/cfs-options-screens/) - Register options screens powered by Custom Field Suite.
* [Custom Field Suite Yoast Analysis](https://wordpress.org/plugins/cfs-yoast-analysis/) - Integrate Custom Field Suite content in Yoast WordPress SEO analysis.
* [Custom Layouts](https://wordpress.org/plugins/custom-layouts/) - Build a list or grid layout of any post type.  Design the look of each item in the layout using our powerful drag and drop template editor. 
* [Customize Plugin Manager](https://wordpress.org/plugins/customize-plugin-manager/) - Manage plugins within the customizer (experimental).
* [Debug Bar ElasticPress](https://github.com/10up/debug-bar-elasticpress) - A WordPress plugin that adds a Debug Bar panel to examine ElasticPress queries.
* [DebugPress](https://wordpress.org/plugins/debugpress/) - DebugPress is an easy to use plugin implementing popup for debugging and profiling currently loaded WordPress powered website page with support for intercepting AJAX requests.
* [Debug Objects](https://wordpress.org/plugins/debug-objects/) - List filter and action-hooks, cache data, defined constants, queries, included scripts and styles, php and memory information and return of conditional tags only for admins, for debug, information or learning purposes.
* [Debug Quick Look](https://github.com/norcross/debug-quick-look) - Creates an admin bar link to view or purge the debug log file.
* [Debug Toolkit](https://wordpress.org/plugins/debug-toolkit/) - Code debug made easier and more enjoyable.  A suite of tools to help you debug your code.
* [Dedicated Transients](https://wordpress.org/plugins/dedicated-transients/) - WordPress plugin to re-route transient storage to dedicated tables.
* [Dev Content Blocks](https://wordpress.org/plugins/dev-content-blocks/) - This plugin adds content blocks with HTML, JS, and CSS blocks to be called by using a shortcode.
* [Digital Ocean Spaces Sync](https://wordpress.org/plugins/do-spaces-sync/) - This WordPress plugin syncs your media library with Digital Ocean Spaces Container.
* [Disable admin notices individually](https://wordpress.org/plugins/disable-admin-notices/) - Disable admin notices plugin gives you the option to hide updates warnings and inline notices in the admin panel.
* [Disable Comments](https://wordpress.org/plugins/disable-comments/) - Easily turns off comments across your site if it doesn't fit well with your site's goals.
* [Disable Emails](https://wordpress.org/plugins/disable-emails/) - Stop WordPress from sending any emails.
* [Disable Gutenberg](https://wordpress.org/plugins/disable-gutenberg/) - Completely disable Gutenberg Editor sitewide or for specific post types.
* [Disable Gutenberg Blocks](https://wordpress.org/plugins/disable-gutenberg-blocks/) - Remove unwanted blocks from the Gutenberg Block Inserter.
* [Disable Gutenberg Dashboard](https://github.com/lukecav/disable-gutenberg-dashboard) - Disable the try Gutenberg dashboard widget from showing in WordPress 4.9.
* [Dismiss "try Gutenberg" Nag Dashboard Widget](https://wordpress.org/plugins/dismiss-gutenberg-nag/) - Dismiss 'try Gutenberg" nag, dashboard widget, when is activated, or automatically, when put on mu-plugins directory.
* [Disable Privacy Tools](https://wordpress.org/plugins/disable-privacy-tools/) - Disables core's privacy tools including tools for exporting/erasing personal data.
* [Dobby](https://wordpress.org/plugins/wp-dobby/) - Dobby, the friendly Admin Elf, takes care of all your (unwanted) admin notices.
* [Dovedi](https://github.com/ericmann/dovedi) - Time-based One Time Password authentication for WordPress.
* [Duplicate Menu](https://wordpress.org/plugins/duplicate-menu/) - Easily duplicate your WordPress Menus.
* [Duplicate Post](https://wordpress.org/plugins/duplicate-post-littlebizzy/) - Easily duplicate (clone) any blog post, custom post, or page in WordPress which are then saved in Draft mode, saving you tons of time and headache.
* [Duplicate Page](https://wordpress.org/plugins/duplicate-page/) - Duplicate Posts, Pages and Custom Posts using single click.
* [Easy Updates Manager](https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/) - Manage and disable WordPress updates, including core, plugin, theme, and automatic updates - Works with Multisite and has built-in logging features.
* [Easy Query](https://wordpress.org/plugins/easy-query/) - Easy Query is the fastest and simplest way to build and display WordPress queries without writing a single line of code.
* [Edit Author Slug](https://wordpress.org/plugins/edit-author-slug/) - Allows an Admin (or capable user) to edit the author slug of a user, and change the Author Base.
* [Extended CPTs](https://github.com/johnbillion/extended-cpts) - A library which provides extended functionality to WordPress custom post types, allowing developers to quickly build custom post types without having to write the same code again and again.
* [Extended Taxonomies](https://github.com/johnbillion/extended-taxos) - A library which provides extended functionality to WordPress custom taxonomies, allowing you to quickly build custom taxonomies without having to write the same code again and again.
* [Expire Password Protected Pages](https://wordpress.org/plugins/expire-password-protected-pages/) - This plugin will require visitors to type in the password each time they are visiting a password protected page. This will also prevent the page from being accessible if someone types in the password on a public computer.
* [Expire Users](https://wordpress.org/plugins/expire-users/) - Set expiry dates for user logins.
* [FakerPress](https://wordpress.org/plugins/fakerpress/) - FakerPress is a clean way to generate fake data to your WordPress installation, great for developers who need testing.
* [FastDev](https://wordpress.org/plugins/fastdev/) - Provides helpful information and functions for WordPress developers to make the development even faster.
* [Favorites](https://github.com/kylephillips/favorites) - Simple and flexible favorite buttons for any post type.
* [FluentSMTP](https://wordpress.org/plugins/fluent-smtp/) - The Ultimate SMTP Connection Plugin for WordPress.
* [Fresh Plugins](https://wordpress.org/plugins/fresh-plugins/) - A simple plugin to allow fresh plugin re-installation of plugins from WordPress.org.
* [GDPR Data Request Form](https://wordpress.org/plugins/gdpr-data-request-form/) - Integrates WordPress Core 4.9.6 GDPR tools to allow users/visitors to request Personal Data export/erasure with front-end forms.
* [Gitium](https://wordpress.org/plugins/gitium/) - Keep all your code on git version control system.
* [Glance That](https://wordpress.org/plugins/glance-that/) - Adds content control to At a Glance on the Dashboard.
* [Gutenberg Ramp](https://wordpress.org/plugins/gutenberg-ramp/) - Allows theme authors to control the circumstances under which the Gutenberg editor loads. Options include "load" (1 loads all the time, 0 loads never) "post_ids" (load for particular posts) "post_types" (load for particular posts types.)
* [Hide all notices in wp admin](https://github.com/pmgarman/hide-admin-notices) - Uses CSS to hide standard WordPress admin notices.
* [Hide Backend Notices](https://wordpress.org/plugins/wp-hide-backed-notices/) - The Hide admin notices plugin adds “Hide notification forever” link for each admin notice. Click this link and plugin will filter this notice and you will never see it.
* [HookPress](https://github.com/mohland/hookpress) - HookPress turns your WordPress-internal hooks into webhooks. Possible uses include generating push notifications or extending WordPress with non-PHP.
* [Inactive Logout](https://wordpress.org/plugins/inactive-logout/) - Inactive logout provides functionality to log out any idle users defined specified time showing a message. Works for frontend as well.
* [Invalid Login Redirect](https://github.com/CodeParrots/Invalid-Login-Redirect) - Invalid Login Redirect is a WordPress plugin that allows you to specify the number of times a user can enter invalid credentials before being redirected to a custom page of your choosing.
* [Laps](https://github.com/Rarst/laps) - Light WordPress profiler.
* [Laravel DD for WordPress](https://wordpress.org/plugins/laravel-dd/) - Use Laravel's dd() (die dump) function in your WordPress projects.
* [Locomotive](https://github.com/reaktivstudios/locomotive) - Run custom batch processes from the WP admin.
* [Loco Translate](https://wordpress.org/plugins/loco-translate/) - Translate themes and plugins directly in WordPress.
* [Log Deprecated Notices](https://wordpress.org/plugins/log-deprecated-notices/) - This plugin logs the usage of deprecated files, functions, and function arguments. It identifies where the deprecated functionality is being used and offers the alternative if available.
* [Lorem User Generator](https://wordpress.org/plugins/lorem-user-generator/) -  straightforward way to add randomly generated users to your WordPress.
* [Link Picker for CMB2](https://wordpress.org/plugins/link-picker-for-cmb2/) - Using the Link Picker for CMB2 control, you can choose a link from your WordPress site, or manually enter a link.
* [Machete](https://wordpress.org/plugins/machete/) - Machete is a simple suite of tools that solve common WordPress annoyances using as few resources as posible.
* [Preserve MainWP Connection](https://wordpress.org/plugins/preserve-mainwp/) - Preserve MainWP's connection details from being overwritten by Delicious Brains' WP Migrate DB Pro and severing the connection when pushing or pulling.
* [Manage Notification E-mails](https://wordpress.org/plugins/manage-notification-emails/) - This plugin gives you the option to disable some of the notification e-mails send by Wordpress. It's a simple plugin but effective.
* [Media from Production](https://github.com/codelight-eu/wp-media-from-production) - Uses local media when it's available, and uses the production server for rest.
* [Meta Box](https://wordpress.org/plugins/meta-box/) - Meta Box plugin is a powerful, professional toolkit for developers to create and handle everything related to custom meta boxes and custom fields for WordPress.
* [Meta Box - FacetWP Integrator](https://github.com/wpmetabox/meta-box-facetwp-integrator) - Integrates Meta Box custom fields with FacetWP.
* [MB Comment Meta](https://wordpress.org/plugins/mb-comment-meta/) - Add custom fields (meta data) for comments.
* [MB Custom Post Type](https://github.com/rilwis/mb-custom-post-type) - MB Custom Post Type helps you to create and manage custom post types and custom taxonomies easily in WordPress by providing an easy-to-use interface in the admin area.
* [Meta Box for WordPress SEO](https://github.com/rilwis/mb-yoast-seo) - Meta Box for WordPress SEO is a free extension for Meta Box plugin which allows developers to add content of custom fields to Yoast SEO Content Analysis to have better SEO score.
* [MetaShortcode](https://wordpress.org/plugins/metashortcode/) - Use custom fields as shortcode in post content.
* [MB Rest API](https://github.com/rilwis/mb-rest-api) - MB Rest API is an extension of the Meta Box plugin which pulls all custom fields' values (meta value) from posts, pages, custom post types, terms into the WordPress REST API responses under 'meta_box' key.
* [MB Custom Taxonomy](https://github.com/rilwis/mb-custom-taxonomy) - MB Custom Taxonomy helps you to create and manage custom taxonomies easily in WordPress by providing an easy-to-use interface in the admin area.
* [Meks Quick Plugin Disabler]https://wordpress.org/plugins/meks-quick-plugin-disabler/) - Temporarily disable (and restore) all currently active plugins with a single click. Main purpose of the plugin is to quickly find out if any recent issue you are having on your website is related to the one of currently active plugins.
* [Meta Pixie](https://wordpress.org/plugins/meta-pixie/) - List, filter, sort and view commentmeta, postmeta, termmeta, sitemeta and usermeta records, even serialized and base64 encoded values.
* [Minimum Featured Image Size](https://wordpress.org/plugins/minimum-featured-image-size/) - Set the minimum size required for featured images.
* [Move Admin Menu Items](https://wordpress.org/plugins/move-admin-menu-items/) - Move admin menu items to an overview menu page.
* [My Simple Space](https://wordpress.org/plugins/my-simple-space/) - Shows the diskspace and memory usage of your site.
* [Multisite Enhancements](https://wordpress.org/plugins/multisite-enhancements/) - Enhance Multisite for Network Admins with different topics.
* [Multisite Post Duplicator](https://wordpress.org/plugins/multisite-post-duplicator/) - Duplicate/Copy/Clone any individual page, post or custom post type from one site on your multisite network to another.
* [Multisite Post Duplicator Auto Post](https://github.com/magicstickuk/multisite-post-duplicator-auto-post) - Auto duplicate posts to a select range of sites on save of post.
* [New User Approve](https://wordpress.org/plugins/new-user-approve/) - Allow administrators to approve users once they register. Only approved users will be allowed to access the site.
* [NinjaDB](https://wordpress.org/plugins/ninjadb/) - Query Builder Database Wrapper for WordPress, Build for developers by developers.
* [Parsedown Party](https://wordpress.org/plugins/parsedown-party/) - Markdown editing for WordPress.
* [PAP Texturize](https://github.com/gitlost/pap-texturize) - Patch-as-plugin that texturizes text containing inline HTML tags.
* [Permalink Manager Lite](https://wordpress.org/plugins/permalink-manager/) - Most advanced Permalink utility for Wordpress. It allows to bulk edit the permalinks & permastructures and regenerate/reset all the URIs in your Wordpress instance.
* [PHP Settings](https://wordpress.org/plugins/php-settings/) - This plugin provides a simple user interface with a code editor to edit your local php.ini settings.
* [Plugin Git SVN sync script](https://github.com/rayrutjes/wp-plugin-git-svn-sync/) - Seamlessly synchronize your plugin's Git repository with the WordPress SVN repository with a zero config bash script.
* [Plugin Installer Speedup](https://wordpress.org/plugins/plugin-installer-speedup/) - Speedups: dont't load featured plugins, make Search Plugins button visible, skip plugin install confirmation.
 [Plugin Load Filter](https://wordpress.org/plugins/plugin-load-filter/) - Although have installed a lot of plugins, if you do not want to activate for all of the pages, you will be able to deactivate unnecessary plugins of each individual page.
* [Pods](https://wordpress.org/plugins/pods/) - Manage all your custom content needs in ONE location with the Pods Framework.
* [Pollux](https://wordpress.org/plugins/pollux/) - Pollux is a theme-agnostic scaffolding plugin for WordPress.
* [Posts 2 Posts Relationships](https://wordpress.org/plugins/posts-2-posts-relationships/) - Efficient many-to-many connections between posts, pages and custom post types.
* [Postmenu](https://wordpress.org/plugins/postmenu/) - Duplicate Posts, Pages, Menus, Menu Links (Items of Menu).
* [Post Meta Inspector](https://wordpress.org/plugins/post-meta-inspector/) - A quick and easy way to see post meta associated with any given post. When activated, this plugin prints your post meta keys and values inside of a post meta box.
* [Post Type Switcher](https://wordpress.org/plugins/post-type-switcher/) - This plugin adds a simple post-type drop-down to the post editor interface, allowing you to reassign any post to a new post type.
* [Piklist](https://github.com/piklist/piklist) - The most powerful framework available for WordPress.
* [PWA](https://wordpress.org/plugins/pwa/) - Feature plugin to bring Progressive Web App (PWA) capabilities to Core.
* [Public Post Preview](https://wordpress.org/plugins/public-post-preview/) - Enables you to give a link to anonymous users for public preview of any post type before it is published.
* [Quick Purge Debug for WordPress](https://github.com/norcross/wp-quick-purge-debug) - Add ways to quickly purge the debug log file.
* [One Call – WP REST API Extension](https://wordpress.org/plugins/one-call/) - Get featured images, categories, tags, taxonomies,custom fields & author details etc all together by one call from WordPress rest api to reduce responsed time.
* [One-time Callbacks](https://github.com/stevegrunwell/one-time-callbacks) - Enable WordPress actions and filter callbacks to be called exactly once.
* [Options Pixie](https://wordpress.org/plugins/options-pixie/) - List, filter, sort and view options records, even serialized and base64 encoded values.
* [Override Comment Options](https://wordpress.org/plugins/override-comment-options/) - Enables override of "Automatically close comments on posts older than" option in the WP Discussion Settings.
* [Redirect Front-end to Login | Headless WP](https://wordpress.org/plugins/redirect-front-end-to-login-headless-wp/) - Redirects all front-end pages to the login page, best for building a headless WP REST API backend.
* [Regenerate Thumbnails Advanced](https://wordpress.org/support/plugin/regenerate-thumbnails-advanced/) - Regenerate Thumbnails Advanced (RTA) plugin comes in handy when you install a new WordPress theme on your site that has different image sizes.
* [Reporting API](https://wordpress.org/plugins/reporting-api/) - WordPress plugin for receiving browser reports via a Reporting API endpoint.
* [Remove WP Meta Tags and Links](https://wordpress.org/plugins/remove-wp-meta-tags/) - It is a very lightweight plugin for enable, disable or remove the unwanted meta tags and links from the source code.
* [Remove WP Update Nags](https://wordpress.org/plugins/remove-wp-update-nags/) - Free WordPress plugin that removes all WP Update Nags, great for if you want to stay on WP 4.9.x and do not want to be constantly "reminded".
* [Remove Category Base](https://wordpress.org/plugins/remove-category-base-littlebizzy/) - Completely disables the category base from all URLs generated by WordPress so that there is no category slug displayed on archive permalinks, etc.
* [Remove Protected](https://wordpress.org/plugins/remove-protected/) - This small plugin will remove "Protected: " from your title names on pages that are password protected.
* [REST API Multiple Post Types](https://wordpress.org/plugins/rest-api-multiple-post-types/) - Query for multiple post types on the default post route.
* [REST API Taxonomy Boxes](https://github.com/talyes-in/rest-api-taxonomy-boxes) - Update the default WordPress Taxonomy Meta Boxes to use Backbone.js and the REST API.
* [REST API Toolbox](https://wordpress.org/plugins/rest-api-toolbox/) - Allows easy tweaks of several REST API settings.
* [Restrict Content by Role](https://wordpress.org/plugins/restrict-content-by-role/) - Restrict users with certain User Roles from accessing certain pieces of content and sub-content, both publicly and within the WordPress Dashboard (WP Admin).
* [Restrict Dashboard by Role](https://wordpress.org/plugins/restrict-dashboard-by-role/) - Restrict users with certain User Roles from accessing the WordPress Dashboard (WP Admin).
* [Restrict Passwords by Role](https://wordpress.org/plugins/restrict-passwords-by-role/) - Restrict users with certain User Roles from changing or resetting their password.
* [Rest Routes](https://wordpress.org/plugins/custom-rest-routes/) - Activate routes for custom post types that were registered by another plugin or theme. Visit the settings menu and click on the "REST Routes" menu item.
* [Re-slug Updated](https://github.com/lukecav/re-slug/) - This WordPress plugin allows you to generate a new permalink when you change a post title.
* [Revision Strike](https://wordpress.org/plugins/revision-strike/) - Periodically purge old post revisions via WP Cron.
* [Revisr](https://wordpress.org/plugins/revisr/) - A plugin that allows users to manage WordPress websites with Git repositories.
* [Salt Shaker](https://wordpress.org/plugins/salt-shaker/) - A plugin that changes the WP salt values.
* [Safe SVG](https://wordpress.org/plugins/safe-svg/) - WordPress has disallowed SVG uploading for some time because detecting one with malicious code inside it is hard to do. Well, one guy finally figured out a way to sanitize them, so he wrote this plugin that finally enables SVG uploads by passing them through his sanitizer. This SVG enabler is the only one that should be trusted.
* [Search Regex](https://wordpress.org/plugins/search-regex/) - Adds search & replace functionality across posts, pages, comments, and meta-data, with full regular expression support.
* [ShortPixel Image Optimizer](https://wordpress.org/plugins/shortpixel-image-optimiser/) - Freemium image optimization. Lossy, glossy, loseless. Images backup, WebP delivery, image resize, bulk optimization.
* [The SEO Framework](https://wordpress.org/plugins/autodescription/) - A full-featured, yet less-bloated, alternative to the likes of Yoast and All-in-One SEO.
* [ServerMonitor](https://wordpress.org/plugins/servermonitor/) -  A simple plugin to view server resource usage (ram, cpu, disk), check your PHP error log, and more.
* [Send System Info](https://wordpress.org/plugins/send-system-info/) - Displays System Info for debugging.  This info can be emailed and/or displayed to support personnel via unique URL.
* [Server Status](https://wordpress.org/plugins/server-status-littlebizzy/) - Useful statistics about the server OS, CPU, RAM, load average, memory usage, IP address, hostname, timezone, disk space, PHP, MySQL, caches, etc.
* [Show IDs by 99 Robots](https://wordpress.org/plugins/wpsite-show-ids/) - Show IDs by 99 Robots is super light-weight and does not need any configuration or separate options page. 
* [Simple Custom CSS and JS](https://wordpress.org/plugins/custom-css-js/) - Easily add Custom CSS or JS to your website with an awesome editor.
* [Site Health Manager](https://wordpress.org/plugins/site-health-manager/) - Site Health Manager allows you to customize your info data visibility.
* [Site Health Tool Manager](https://wordpress.org/plugins/site-health-tool-manager/) - Control which tests appear in the the Site Health Tool.
* [Sitemap UI](https://wordpress.org/plugins/sitemap-ui/) - Configure WP core sitemaps within the admin UI.
* [Slash Admin](https://wordpress.org/plugins/slash-admin/) - Slash Admin lets you change various different options in a WordPress website, keeps them active even if you switch your theme and helps you create a friendlier Admin Panel for you and your editors.
* [Stop Emails](https://wordpress.org/plugins/stop-emails/) - Stops outgoing emails generated by WordPress core, plugins, and themes. All emails sent following the best practice of using wp_mail() will be stopped. If code uses the PHP mail() function directly, this plugin will not stop the email.
* [Stream](https://wordpress.org/plugins/stream/) - With Stream, you’re never left in the dark about WordPress Admin activity.
* [Style the Toolbar](https://wordpress.org/plugins/style-the-toolbar/) - Changes the admin toolbar to the colour scheme selected in the dashboard.
* [Suppress WHIP Notification](https://wordpress.org/plugins/suppress-whip-notification/) - Suppresses WHIP notifications generated by Yoast SEO and similar plugins.
* [Temporary Access for users](https://wordpress.org/plugins/temporary-access-for-users/) - Plugin is usefull for provide temporary access to user. Also we can disable the user to temporary based.
* [Theme Switcha](https://wordpress.org/plugins/theme-switcha/) - Theme switching done right.
* [Toggle wpautop](https://wordpress.org/plugins/toggle-wpautop/) - Allows the disabling of wpautop filter on a Post by Post basis. Toggle can also be enabled on a Post Type by Post Type basis or globally.
* [Transients Manager](https://wordpress.org/plugins/transients-manager/) - Provides a UI to manage your site's transients. You can view, search, edit, and delete transients at will.
* [TranslatePress](https://wordpress.org/plugins/translatepress-multilingual/) - Experience a better way of translating your WordPress site, with full support for WooCommerce and site builders.
* [Trigger Happy](https://wordpress.org/plugins/trigger-happy/) - Connect your plugins and automate your workflow with Trigger Happy - a powerful flow-based visual scripting and automation tool.
* [Two Factor Authentication](https://wordpress.org/plugins/two-factor-authentication/) - Secure your WordPress login forms with two factor authentication - including WooCommerce login forms.
* [User Session Control](https://wordpress.org/plugins/user-session-control/) - View and manage all active user sessions in a custom admin screen.
* [Unyson](https://wordpress.org/plugins/unyson/) - A free drag & drop framework that comes with a bunch of built in extensions that will help you develop premium themes fast & easy.
* [User Session Control](https://wordpress.org/plugins/user-switching/) - View and manage all active user sessions in a custom admin screen.
* [User Switching](https://wordpress.org/plugins/user-switching/) - Instant switching between user accounts in WordPress.
* [Vevida Optimizer](https://wordpress.org/plugins/vevida-optimizer/) - Configure automatic updates for each WordPress component, and optimize the mySQL database tables.
* [View Admin As](https://github.com/JoryHogeveen/view-admin-as) - View the WordPress admin as a different role or visitor, switch between users, temporarily change your capabilities, set default screen settings for roles.
* [Website File Changes Monitor](https://wordpress.org/plugins/website-file-changes-monitor/) - A hassle-free way to get alerted of file changes on your WordPress site & boost security.
* [What The File](https://wordpress.org/plugins/what-the-file/) - What The File adds an option to your toolbar showing what file and template parts are used to display the page you are currently viewing. You can click the file name to directly edit it through the theme editor. Supports BuddyPress and Roots Theme.
* [Widget Options](https://wordpress.org/plugins/widget-options/) - Additional Widget options for better widget control.
* [Wordfence](https://wordpress.org/plugins/wordfence/) - The top free WordPress security plugin. A true software-based WAF (web application firewall).
* [WP-API Response Modify](https://github.com/outlandishideas/wp-api-response-modify) - Makes response JSON from the WP API sensible.
* [WP Background Processing](https://github.com/A5hleyRich/wp-background-processing) - Asynchronous requests and background processing in WordPress.
* [WP Browser](https://github.com/lucatume/wp-browser) - A WordPress specific set of extensions for Codeception.
* [WP Codeception](https://github.com/10up/wp-codeception) - Registers WP-CLI commands which allow you to execute Codeception tests.
* [WP Crontrol](https://wordpress.org/plugins/wp-crontrol/) - WP Crontrol lets you view and control what's happening in the WP-Cron system.
* [WP Dashboard Cleaner](https://wordpress.org/plugins/wp-dashboard-cleaner/) - The Admin can remove unwanted widgets / sections from your WordPress Dashboard.
* [WP Data Access](https://wordpress.org/plugins/wp-data-access/) - Local and remote data administration, publication and app development tool available directly from the WordPress dashboard.
* [WP Deploy Flow](https://wordpress.org/plugins/wp-deploy-flow/) - Deploy to and from remote environments.
* [WP_Model](https://github.com/anthonybudd/WP_Model) - A simple drop-in abstract class for creating active record style eloquent-esque models of WordPress Posts.
* [WP Widget Disable](https://wordpress.org/plugins/wp-widget-disable/) - Disable Sidebar and Dashboard Widgets with an easy to use interface. Simply use the checkboxes provided under Appearance -> Disable Widgets and select the Widgets you'd like to hide.
* [WP Easy Updates](https://github.com/AyeCode/wp-easy-updates) - Update plugins provided by EDD software licencing or via github with ease.
* [WP Force Lowercase URLs](https://wordpress.org/plugins/wp-force-lowercase-urls/) - Redirect uppercase URLs to lowercase.
* [WPFront User Role Editor](https://wordpress.org/plugins/wpfront-user-role-editor/) - WPFront User Role Editor plugin allows you to easily manage WordPress user roles within your site.
* [WP Hammer](https://github.com/10up/wp-hammer) - This plugin adds a wp-cli ha command to clean your environment and prepare it for staging / development by removing Personally Identi.fiable Information.
* [WP Hide & Security Enhancer](https://wordpress.org/plugins/wp-hide-security-enhancer/) - Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
* [WP Inspect](https://wordpress.org/plugins/wp-inspect/) - The WordPress Debug Plugin.
* [WP Media Metadata Fix](https://wordpress.org/plugins/wp-media-metadata-fix/) - Fixes the metadata of the images in the Media library.
* [WP Migrate DB Anonymization](https://wordpress.org/plugins/wp-migrate-db-anonymization/) - An extension to WP Migrate DB and WP Migrate DB Pro that anonymizes user data.
* [WP Monitor](https://wordpress.org/plugins/wp-monitor/) - Collects important data from site and displays it on the dashboard.
* [WP Notification Center](https://wordpress.org/plugins/wp-notification-center/) - Adds a notification center to WordPress, no more pages that are cluttered with notifications.
* [WP Original Media Path](https://wordpress.org/plugins/wp-original-media-path/) - Change the location for the uploads folder for WordPress.
* [WordPress-Gear](https://github.com/wecodemore/WordPress-Gear) - A bunch of gear for WP developers.
* [WP Query Console](https://wordpress.org/plugins/wp-query-console/) - Handy tool for developers to quickly test various WordPress queries (WP_Query, WP_User_Query, WP_Comment_Query, WP_Term_Query, WP_Network_Query, WP_Site_Query). Simply provide your arguments array and select the query type you would like to test. 
* [WP REST API Cache](https://wordpress.org/plugins/wp-rest-api-cache/) - Enable caching for WordPress REST API and increase speed of your application.
* [WP Rest API Customizer](https://wordpress.org/plugins/wp-rest-api-customizer/) - Customize the WP REST API endpoints to improve your app speed and performance by adding or removing objects fron JSON response.
* [WP REST Allow All CORS](https://github.com/ahmadawais/WP-REST-Allow-All-CORS) - Allow all cross origin requests to your WordPress site's REST API.
* [WP Reset](https://wordpress.org/plugins/wp-reset/) - It’s Resets the your database to the default installation and does not modify files. Deletes all customizations and content of wordpress.
* [WP Rollback](https://wordpress.org/plugins/wp-rollback/) - Rollback (or forward) any WordPress.org plugin or theme like a boss. 
* [WP Safe Mode](https://wordpress.org/plugins/wp-safe-mode/) - Safe mode for debugging WordPress issues, without destroying your site for other visitors.
* [WP Site Replicator](https://github.com/kasparsd/wp-cli-replicator) - Quickly create replicas of large production websites from WordPress eXtended RSS (WXR) export files.
* [WP Sitemaps Config](https://wordpress.org/plugins/wp-sitemaps-config/) - Provides options to control all XML sitemaps generated by the WordPress core.
* [WP Site Monitor](https://github.com/BWibrew/WP-Site-Monitor/) - Provides extra WP REST API endpoints to help manage sites remotely.
* [WP SmartCrop](https://wordpress.org/plugins/wp-smartcrop/) - Allows you to set the ‘focal point’ of any image right from the media library, then crops your images to match your css rules _(no more squished aspect ratios)_, keeping that focal point not only in view but as near as possible to a ‘rule of thirds’ position in the image.
* [WP Plugin Git SVN Sync](https://github.com/rayrutjes/wp-plugin-git-svn-sync) - Zero config synchronizing of Git repository with SVN for publishing WordPress plugins.
* [WPTerm](https://wordpress.org/plugins/wpterm/) - An xterm-like plugin to run non-interactive shell commands.
* [WP Tools (wpt)](https://github.com/gedex/wp-tools) - wp-tools (wpt) is a command line interface to reduce boring tasks when working on WordPress plugin / theme project that will be published to wp.org.
* [WP API Menus](https://wordpress.org/plugins/wp-api-menus/) - Extends WP API with WordPress menu routes.
* [WP User Groups](https://wordpress.org/plugins/wp-user-groups/) - Group users together with taxonomies & terms.
* [WordPress Log Viewer](https://github.com/allbitsnbytes/wp-log-viewer) - WordPress debug log viewer plugin.
* [WordPress MU Domain Mapping](https://wordpress.org/plugins/wordpress-mu-domain-mapping/) - Map any blog on a WordPress website to another domain.
* [WordPress Sentry](https://wordpress.org/plugins/wp-sentry-integration/) - A (unofficial) WordPress plugin to report PHP and JavaScript errors to Sentry.
* [WPOnion](http://github.com/wponion/) - ~ Lightweight & Flexible WP Options & Rapid Development Framework ~ 
* [Yoast SEO: Search Index Purge](https://wordpress.org/plugins/yoast-seo-search-index-purge/) - Remove attachment URLs from Google's index as fast as possible to prevent thin content penalties.
* [Yeoman WordPress Plugin Generator](https://github.com/WebDevStudios/generator-plugin-wp) - Yeoman generator for WordPress plugins.
* [Upgrade for Unattach and Re-attach Media Attachments](https://wordpress.org/plugins/upgrade-for-unattach-re-attach-media-attachments/) - Unattach and Re-attach images and other attachments from within the media library. The plugin is similar to its predecessors but security and code refactoring has been done.
* [Uploads by Proxy](https://github.com/pdclark/uploads-by-proxy) - Load images from production site if missing in development environment.

## WordPress Starter Themes
* [New Project Boilerplate](https://github.com/craigsimps/new-project-boilerplate) - Using Composer and WPStarter, this repository is used to kick off new WordPress projects and installs WordPress, Genesis, my Genesis starter theme and common plugins (free and premium). Premium plugins are made available using SatisPress.
* [Sage](https://roots.io/sage/) - A starter theme with a modern development workflow. Built to use Sass, ESlint, Webpack, imagemin, Browsersync, and Blade templates. Includes integrations for Bootstrap, Foundation, Bulma, Tachyons, and Tailwind.
* [Underscores](https://github.com/Automattic/_s) - Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there.
* [WP Emerge Theme](https://github.com/htmlburger/wpemerge-theme) - Built around the WP Emerge framework with features such as routing, middleware, controllers and multiple template engines. Powered by Webpack 4, ES6 and SASS with a multitude of developer-orientied tools like browsersync, automatic sprite generation, lints for PHP, JS and CSS and more.
# Awesome WP Speed Up
Plugins and resources to speed up and optimize your WordPress site.

## Table Of Contents
* [Page Caching Plugins](#page-caching-plugins)
* [Object Caching Plugins](#object-caching-plugins)
* [Fragment Caching Plugins](#fragment-caching-plugins)
* [Browser Caching Plugins](#browser-caching-plugins)
* [Minification Plugins](#minification-plugins)
* [CDN Integration Plugins](#cdn-integration-plugins)
* [Image Optimization Plugins](#image-optimization-plugins)
* [Lazy Loading Plugins](#lazy-loading-plugins)
* [Reduce HTTP Requests on Load Plugins](#reduce-http-requests-on-load-plugins)
* [Database Optimization Plugins](#database-optimization-plugins)
* [Slow Query and Debugging Plugins](#slow-query-and-debugging-plugins)
* [NGNIX and Varnish Control Plugins](#ngnix-and-varnish-control-plugins)
* [Caching Helper Plugins](#caching-helping-plugins)
* [WP-CLI Commands and Packages](#wp-cli-commands-and-packages)
* [Performance Benchmarking Sites](#performance-benchmarking-sites)
* [Load Impact Tools](#load-impact-tools)
* [New Relic Plugins](#new-relic-plugins)
* [NGNIX Configs](#ngnix-configs)
* [Apache Configs](#apache-configs)
* [Varnish Configs](#varnish-configs)
* [Further Reading](#further-reading)

## Page Caching Plugins
* [WP Fastest Cache](https://wordpress.org/plugins/wp-fastest-cache/) - This plugin creates static html files from your dynamic WordPress blog.
* [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/) - This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.
* [Comet Cache](https://wordpress.org/plugins/comet-cache/) - If you care about the speed of your site, Comet Cache is one of those plugins that you absolutely MUST have installed Comet Cache takes a real-time snapshot (building a cache) of every Page, Post, Category, Link, etc. 
* [Cache Enabler](https://wordpress.org/plugins/cache-enabler/) - The Cache Enabler plugin creates static HTML files and stores them on the servers disk.
* [Simple Cache](https://wordpress.org/plugins/simple-cache/) - Simple Cache was constructed after getting frustrated with the major caching plugins available and building sites with developer-only complex caching solutions that get millions of page views per day.
* [Gator Cache](https://wordpress.org/plugins/gator-cache/) - Gator Cache is an easy to manage page cache for WordPress. Once installed, it automatically updates new and updated content in your cache.
* [Vendi Cache](https://wordpress.org/plugins/vendi-cache/) - Vendi Cache takes your slow database-driven pages and turns them into very fast static HTML files.
* [SG Optimizer](https://wordpress.org/plugins/sg-cachepress/) - This plugin is designed to link WordPress with the SiteGround Performance services.
* [WP Rocket](https://wp-rocket.me/) - Your website at lightspeed.
* [W3 Total Cache Fixed](https://github.com/szepeviktor/w3-total-cache-fixed) - A community driven build of W3 Total Cache. The aim is to continuously incorporate fixes, improvements, and enhancements over the official WordPress release of W3 Total Cache.
* [WP-FFPC](https://wordpress.org/plugins/wp-ffpc/) - WP-FFPC is a cache plugin for WordPress.
* [Cachify](https://wordpress.org/plugins/cachify/) - Cachify optimizes your page loads by caching posts, pages and custom post types as static content.
* [Batcache](https://wordpress.org/plugins/batcache/) - Batcache uses Memcached to store and serve rendered pages.
* [Hyper Cache](https://wordpress.org/plugins/hyper-cache/) - Hyper Cache is a cache plugin specifically written to get the maximum speed for your WordPress site.
* [Powered Cache](https://wordpress.org/plugins/powered-cache/) - Comprehensive caching and performance plugin for WordPress.
* [WP Spider Cache](https://github.com/stuttter/wp-spider-cache) - WP Spider Cache is your friendly neighborhood caching solution for WordPress. It uses Memcached to store both objects & page output.
* [Redis Page Cache for WordPress](https://github.com/pressjitsu/pj-page-cache-red) - A Redis-backed full page caching plugin for WordPress, extremely flexible and fast. Requires a running Redis server and the PHP Redis PECL extension.
* [Varnish Caching](https://github.com/razvanstanga/varnish-caching-wordpress-plugin) - Complete Wordpress Varnish Cache 3.x/4.x integration.
* [WordPress Cache and CDN](https://wordpress.org/plugins/cache-performance/) - Fast, easy to use cache for WordPress with option for up-to 3 separate CDN’s – for js, css & images from 3 providers.
* [Breeze](https://wordpress.org/plugins/breeze/) - Breeze is a WordPress cache plugin with extensive options to speed up your website. All the options including Varnish Cache are compatible with Cloudways hosting.
* [Varnish Caching](https://wordpress.org/plugins/vcaching/) - WordPress Varnish Cache integration.
* [Pantheon Advanced Page Cache](https://wordpress.org/plugins/pantheon-advanced-page-cache/) - Automatically clear related pages from Pantheon's Edge when you update content. High TTL. Fresh content. Visitors never wait.
* [WP LCache](https://wordpress.org/plugins/wp-lcache/) - Supercharge your WP Object Cache with LCache, a persistent, performant, and multi-layer cache library.
* [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/) - WordPress plugin to connect to LSCache on LiteSpeed Web Server.
* [Project Nami Blob Cache](https://github.com/ProjectNami/projectnami-blob-cache) - External full page caching for WordPress.
* [WOT Cache](https://wordpress.org/plugins/wot-cache/) - Wordpress Optimization Tool & Cache.
* [Swift Performance Lite](https://wordpress.org/plugins/swift-performance-lite/) - Boost your WordPress site.
* [CodeDragon SmartCache](https://wordpress.org/plugins/codedragon-smartcache/) - An intelligent site performance and caching optimization facility for Wordpress.  It offers super-fast, adaptive minification, GZIP compression, browser caching, database performance improvements, and more.
* [WP Performance](https://wordpress.org/plugins/wp-performance/) - WP Performance Optimizer.
* [Pegasaas Accelerator WP](https://wordpress.org/plugins/pegasaas-accelerator-wp/) - The Pegasaas Accelerator WP plugin interfaces with the Pegasaas API to optimize a website for Web Perormance and Google PageSpeed.
* [WPCacheOn](https://wordpress.org/plugins/wpcacheon/) - Simple and powerful cache plugin for WordPress. Install and activate, that simple, your website is already loading faster.
* [GhostBird WP](https://wordpress.org/plugins/ghostbirdwp/) - The WordPress performance and security plugin for humans.
* [NitroPack](https://wordpress.org/plugins/nitropack/) - A site performance optimization plugin.
* [ezCache](https://wordpress.org/plugins/ezcache/) - EzCash is an easy and innovative cache plugin that will help you significantly improve your site speed.
* [Splendid Speed](https://wordpress.org/plugins/splendid-speed/) - Splendid Speed is a all-in-one WordPress performance plugin that removes the need to know the ins and outs of web performance by communicating clearly to you what each of the options do, in a way anyone would understand. 
* [Performance Accelerator All-in-one Performance Accelerator](https://wordpress.org/plugins/all-in-one-performance-accelerator/) - Simple and effective tool to boostup your site’s speed and performance and it makes wordPress loads faster in a few clicks.

## Object Caching Plugins
* [WP Redis](https://wordpress.org/plugins/wp-redis/) - For sites concerned with high traffic, speed for logged-in users, or dynamic pageloads, a high-speed and persistent object cache is a must.
* [Redis Object Cache](https://wordpress.org/plugins/redis-cache/) - A persistent object cache backend powered by Redis. Supports Predis, PhpRedis (PECL), HHVM, replication, clustering and WP-CLI. 
* [Memcached Redux](https://wordpress.org/plugins/memcached-redux/) - Changes the famous Memcached WP Object Cache backend to actually use the Memcached class (not the Memcache class).
* [Fork of Memcached Redux](https://github.com/Ipstenu/memcached-redux) - The real Memcached (not Memcache) backend for the WP Object Cache.
* [Memcached](https://github.com/humanmade/memcache-object-cache) - Memcached backend for the WP Object Cache.
* [Memcached Is Your Friend Updated](https://github.com/wpbullet/memcached-is-your-friend) - Memcached via PHP Memcache or Memcached Class Support for WordPress with fixes for compatibility.
* [APCu Object Cache Backend](https://wordpress.org/plugins/apcu/) - Using this Plugin WordPress is able to store certain regular used elements into a persistent cache.
* [FOCUS Cache](https://wordpress.org/plugins/focus-object-cache/) - A File-based Object Cache that is Utterly Slow.  Persistenly caches WP_Cache objects in the file system.  Can really help speed up a site that has fast disk access and slow database access.
* [phpmemcacheadmin](https://code.google.com/archive/p/phpmemcacheadmin/) - Graphic stand-alone administration for memcached to monitor and debug purpose.
* [Tiny Cache](https://github.com/szepeviktor/tiny-cache) - Cache post content, translations and nav menu output in persistent object cache.
* [WP Redis Cache](https://github.com/BenjaminAdams/wp-redis-cache) - Cache WordPress using Redis, the fastest way to date to cache WordPress.
* [Transient Page Flush](https://github.com/andyphillips82/wp-page-transient-flush) - Adds a page specific transient flush button to Debug Bar.
* [Use Memcached](https://wordpress.org/plugins/use-memcached/) - Adds memcached support for WP_Object_Cache.
* [Docket Cache](https://wordpress.org/plugins/docket-cache/) - A file-based persistent WordPress Object Cache stored as a plain PHP code.

## Fragment Caching Plugins
* [Fragment Cache](https://github.com/Rarst/fragment-cache) - Fragment Cache is a WordPress plugin for partial and async caching of heavy front-end elements. It currently supports caching navigation menus, widgets, and galleries.
* [Blunt Cache](https://wordpress.org/plugins/blunt-cache/) - Blunt Cache is a persistent fragment and object cache for those of us that cannot use full page caching.
* [ShortCache](https://wordpress.org/plugins/shortcache/) - A shortcode fragment cache plugin.
* [PJ Fragment Cache](https://github.com/pressjitsu/fragment-cache) - Fragment caching with storage support for transients, object cache and object metadata.

## Browser Caching Plugins
* [Speed Up – Browser Caching](https://wordpress.org/plugins/speed-up-browser-caching/) - This small plugin (10 Kb) enables browser caching in your Apache web server and help browser to cache a local copy of static files and improve page load times. 
* [WP Performance Score Booster](https://wordpress.org/plugins/wp-performance-score-booster/) - This plugin speed-up page load times and improve website scores in services like PageSpeed, YSlow, Pingdom and GTmetrix.

## Minification Plugins
* [Autoptimize](https://wordpress.org/plugins/autoptimize/) - Autoptimize makes optimizing your site really easy. It concatenates all scripts and styles, minifies and compresses them, adds expires headers, caches them, and moves styles to the page head and can move scripts to the footer.
* [Autoptimize criticalcss.com power-up](https://wordpress.org/plugins/autoptimize-criticalcss/) - Let Autoptimize and CriticalCSS unleash your site performance and make it appear better than anyone in search results.
* [WP Roids](https://wordpress.org/plugins/wp-roids/) - Fast AF caching! Plus minifies your site’s HTML, CSS & Javascript.
* [Minit](https://github.com/kasparsd/minit/) - Combine CSS files and Javascript files into single file in the correct order. Use the latest modified time in filename generation to ensure freshness. Load all external Javascript files asynchronously.
* [Minit Pro](https://github.com/markoheijnen/Minit-Pro) - Add additional functionality to the Minit plugin of Kaspars Dambis.
* [WP-Concatenator](https://github.com/spacedmonkey/wp-concatenator) - CSS concatenation of individual style files into one resource request.
* [Advanced WPPerformance](https://wordpress.org/plugins/advanced-wpperformance/) - This plugin adds several performance improvements to your WordPress site.
* [CSS Optimization](https://wordpress.org/plugins/css-optimization/) - Advanced CSS optimization toolkit. Critical CSS, minification, concatenation, async loading, advanced editor, CSS Lint, Clean CSS (professional), beautifier and more.
* [Javascript Optimization](https://wordpress.org/plugins/javascript-optimization/) - Advanced Javascript optimization toolkit. Minify, concat/merge, async loading, advanced editor, ES Lint, UglifyJS (professional), beautifier and more.
* [HTML Optimization](https://wordpress.org/plugins/html-optimization/) - Advanced HTML optimization toolkit. Minify, code optimization, search & replace, strip comments and more.
* [Merge + Minify + Refresh](https://wordpress.org/plugins/merge-minify-refresh/) - Merge/Concatenate & Minify CSS & JS.
* [Minify HTML](https://www.littlebizzy.com/plugins/) - Tactfully minifies HTML output and markup to remove line breaks, whitespace, comments, and other code bloat to cleanup source code and improve speed.
* [Featherlight HTML Minify](https://wordpress.org/plugins/featherlight-html-minify/) - A featherlight plugin that Minifies HTML output for a faster loading website.
* [RapidLoad Power-Up for Autoptimize](https://wordpress.org/plugins/unusedcss/) - Makes your site even faster and lighter by automatically removing Unused CSS from your website.

## CDN Integration Plugins
* [CDN Enabler](https://wordpress.org/plugins/cdn-enabler/) - A content delivery network (CDN) is a network of distributed edge servers, which accelerate your content around the globe. The main benefits of a CDN are scalability, reliability and performance.
* [Cloudflare](https://wordpress.org/plugins/cloudflare/) - The easiest way to setup Cloudflare for your WordPress site.
* [Cloudflare Page Cache](https://wordpress.org/plugins/cloudflare-page-cache/) - Cache HTML pages on the Cloudflare CDN when used with the page cache Worker.
* [Easy Speedup](https://wordpress.org/plugins/pagecdn/) - Easy Speedup enables advanced and very aggressive cloud based optimizations for your website including, global edge delivery, image optimization, WebP conversion, cross-origin cache sharing, aggressive compression, CSS and JS minification, immutable browser caching, and more.
* [Fastly](https://wordpress.org/plugins/fastly/) - Using this plugin means you won’t have to purge content in Fastly when you make changes to your WordPress content. Purges will automatically happen with no need for manual intervention.
* [Purgely](https://github.com/CondeNast/purgely) - Purgely manages caching and purging behavior for WordPress sites using the Fastly edge caching services. The plugin sets up default behaviors based on best practices for WordPress websites.
* [DreamSpeed CDN](https://wordpress.org/plugins/dreamspeed-cdn/) - This plugin will automatically copy images, videos, documents, and any other media added through WordPress’ media uploader to DreamSpeed.
* [Full Site Cache for KeyCDN](https://wordpress.org/plugins/full-site-cache-kc/) - This plugin can help you to use KeyCDN on your WordPress, not only your Media and CSS, but also all HTML page.
* [Full Site Cache for CloudFront](https://wordpress.org/plugins/full-site-cache-cf/) - If you blog are using CloudFront on the main WordPress domain and you want to cache HTML page for not logged in user.
* [Cloudinary](https://wordpress.org/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/) - With Cloudinary, all your images are automatically uploaded, normalized, optimized and backed-up in the cloud instead of being hosted on your servers.
* [Photon](https://jetpack.com/support/photon/) - Photon is an image acceleration and editing service for sites hosted on WordPress.com or on Jetpack-connected WordPress sites. That means less load on your host and faster images for your readers.
* [ILAB Media Tools](https://en-ca.wordpress.org/plugins/ilab-media-tools/) - ILAB Media Tools are a suite of tools designed to enhance media handling in WordPress in a number of ways.
* [WP Offload S3](https://deliciousbrains.com/wp-offload-s3/) - ILAB Media Tools are a suite of tools designed to enhance media handling in WordPress in a number of ways.
* [DADI CDN](https://github.com/dadi/cdn) - A self-hosted, just-in-time asset manipulation and delivery application, providing a complete content distribution/delivery solution.
* [Tachyon](https://github.com/humanmade/tachyon-plugin) - Tachyon is an image resizing processor built to be used withaccelerates your WordPress website Amazon S3 as the image backend, and sits behind a CDN such as CloudFlare.
* [Timber with Jetpack Photon](https://wordpress.org/plugins/timber-with-jetpack-photon/) - Make the Timber plugin work with Jetpack’s Photon. Once installed, all TimberImages use Photon as a CDN and for image manipulation (eg. resize).
* [wp wpDone website content accelerator](https://wordpress.org/plugins/wpdone-website-content-accelerator/) - Accelerates your WordPress website.
* [Dynamic CDN](https://github.com/ericmann/dynamic-cdn) - Dynamic CDN for front-end assets.
* [Thumbor](https://github.com/CodeKitchenBV/Thumbor/) - Thumbor is an open-source photo thumbnail service. This plugin connects to it.
* [Tiny CDN](https://wordpress.org/plugins/tiny-cdn/) - Use an origin pull CDN with very few lines of code.
* [CDN Linker](https://github.com/wmark/CDN-Linker) - Modifies links pointing to <code>wp-content</code> and/or <code>wp-includes</code> (or whatever you configure) by replacing your ‘blog_url’ with a custom one. Enables you to pull static files, such as images, CSS or JS, from a different host, mirror or CDN.
* [C3 Cloudfront Cache Controller](https://wordpress.org/plugins/c3-cloudfront-clear-cache/) - This is simple plugin that clear all cloudfront cache if you publish posts.
* [Beaver Builder + Amazon S3](https://github.com/liquidweb/beaverbuilder-s3) - Ensures compatibility between Beaver Builder and Human Made's S3 Uploads plugin.
* [Sunny](https://wordpress.org/plugins/sunny/) - Automatically purge CloudFlare cache, including cache everything rules.
* [WP-Stateless](https://wordpress.org/plugins/wp-stateless/) - Stores and serves WordPress media files directly from Google Cloud Storage.
* [WP Azure offload](https://wordpress.org/plugins/wp-azure-offload/) - Automatically copies media to Azure storage and deliver using CDN.
* [CloudFlare](https://www.littlebizzy.com/plugins) - Easily connect your WordPress website to CloudFlare's free optimization features, including one-click options to purge cache and enable 'dev' mode.
* [CloudFront Page Cache CDN](https://wordpress.org/plugins/cf-page-cache/) - Low cost and high performance page cache based on Amazon's CloudFront CDN for international SEO. CloudFront provides international fast website speed and dedicated geographic IP's for local SEO advantage.
* [WordPress CDN and Image Hosting Plugin – Sirv](https://wordpress.org/plugins/sirv/) - Instantly resize or crop images to any size. Add watermarks, titles, text and image effects. Embed them as images, galleries, zooms or 360 spins. Serve them from the fast CDN. Responsive, to perfectly fit the screen. Use the "Add Sirv Media" button on posts and pages.
* [Google Cloud CDN Page Cache](https://wordpress.org/plugins/gc-page-cache-cdn/) - Low cost and high performance international page cache based on Google Cloud CDN.
* [WP Godspeed – One click CDN](https://wordpress.org/plugins/wp-godspeed/) - The premiere free CDN plugin for WordPress.
* [CDNsun](https://wordpress.org/plugins/cdnsun/) - Integrates any Content Delivery Network (CDN) into WordPress.
* [ImageBoss](https://wordpress.org/plugins/imageboss/) - Content aware image resizing, cropping, compression, cache and CDN. All web development best practices, hassle free in one simple and powerful API.
* [DigitalOcean Spaces Sync](https://wordpress.org/plugins/do-spaces-sync/) - This WordPress plugin syncs your media library with DigitalOcean Spaces Container.
* [Medianova CDN](https://wordpress.org/plugins/medianova-cdn/) - Integrate our Content Delivery Network(CDN) into your WordPress site.
* [Cloudflare Stream Video](https://wordpress.org/plugins/cloudflare-stream/) - Cloudflare Stream Video is an easy-to-use, affordable, on-demand video streaming platform. Stream seamlessly integrates video storage, encoding, and a customizable player with Cloudflare's fast, secure, and reliable global network, so that you can spend less time managing video delivery and more time building and promoting your product.
* [Statically](https://wordpress.org/plugins/statically/) - Free CDN to optimize your static assets such as images, CSS or JavaScript files.
* [WP Cloudflare Super Page Cache](https://wordpress.org/plugins/wp-cloudflare-page-cache/) - Speed up your website by enabling page caching on Cloudflare on free plans.
* [QuantCDN](https://wordpress.org/plugins/quant/) - QuantCDN static edge integration.
* [StaticOptimizer](https://wordpress.org/plugins/static-optimizer/) - Makes your images, js, css load faster by optimizing them and loading them from StaticOptimizer Optimization servers.
* [TwicPics](https://wordpress.org/plugins/twicpics/) - TwicPics is a real-time image processing service that enables individuals and businesses of all sizes to deliver high performing and rich visual content with easy setup.
* [Edge Caching and Firewall with BunnyCDN](https://wordpress.org/plugins/edge-caching-firewall-bunnycdn/) - Edge Caching and DDoS protection made simple.
* [Amazon AWS CDN](https://wordpress.org/plugins/aws-cdn-by-wpadmin/) - Setup Amazon Cloudfront CDN for your website. Now with intuitive layout and more flexibility. Also supports WordPress Multisite installation.

## Image Optimization Plugins
* [EWWW Image Optimizer](https://wordpress.org/plugins/ewww-image-optimizer/) - The EWWW Image Optimizer is a WordPress plugin that will automatically optimize your images as you upload them to your blog.
* [EWWW Image Optimizer Cloud](https://wordpress.org/plugins/ewww-image-optimizer-cloud/) - The EWWW Image Optimizer is a WordPress plugin that will automatically optimize your images as you upload them to your blog.
* [TinyPNG](https://wordpress.org/plugins/tiny-compress-images/) - Make your website faster by optimizing your JPEG and PNG images. This plugin automatically optimizes all your images by integrating with the popular image compression services TinyJPG and TinyPNG.
* [Imagify](https://wordpress.org/plugins/imagify/) - Speed up your website with lighter images without losing quality.
* [ImageRecycle](https://wordpress.org/plugins/imagerecycle-pdf-image-compression/) - ImageRecycle is an automatic Image and PDF content optimizer for WordPress website.
* [ShortPixel Image Optimizer](https://wordpress.org/plugins/shortpixel-image-optimiser/) - Increase your website’s SEO ranking, number of visitors and ultimately your sales by optimizing any image or PDF document on your website.
* [Kraken.io](https://wordpress.org/plugins/kraken-image-optimizer/) - This plugin allows you to optimize and resize new and existing WordPress image uploads through Kraken.io Image Optimizer’s API.
* [Optimus](https://wordpress.org/plugins/optimus/) - Optimus reduces the file size of uploaded media files automatically. Depending on the image and format, reductions in size of up to 70% are possible.
* [WP ImageEngine Responsive Image Resizer](https://wordpress.org/plugins/wp-imageengine/) - WP ImageEngine is an intelligent image CDN for optimizing, compressing and resizing images.
* [Image Compression and optimization](https://wordpress.org/plugins/wp-image-compression/) - Optimize your Images as well as Image Compression of upto 80%. Also resize images on upload to help reduce storage and bandwidth before compressing.
* [Media Cleaner](https://wordpress.org/plugins/media-cleaner/) - Clean your Media Library from the media which aren’t used in any of your posts, gallery and so on.
* [ImageLint](https://github.com/imagelint/imagelint-wordpress) - One-stop hassle-free no-config ImageLint WordPress integration.
* [FAF Optim](https://github.com/fafiebig/faf-optim) - Optimize images of your WordPress media storage.
* [Media Deduper](https://wordpress.org/plugins/media-deduper/) - Save disk space and bring some order to the chaos of your media library by removing and preventing duplicate files.
* [WP Smush](https://wordpress.org/plugins/wp-smushit/) - Reduce image file sizes, improve performance and boost your SEO using the free WordPress Smush API.
* [JPG, PNG Compression and Optimization](https://wordpress.org/plugins/wp-image-compression/) - WP Image Compression is a quick and easy way to not only resize your images, but compress them as well for optimimum performance going forward.
* [Resizefly](https://wordpress.org/plugins/resizefly/) - Dynamically resize your images on the fly.
* [WP Google PageSpeed Image Optimizer Lite](https://wordpress.org/plugins/wp-google-pagespeed-image-optimizer-lite/) - This plugin will optimize your images exactly like Google Pagespeed Insights.
* [Image Optimizer WD – WordPress Image Optimizer](https://wordpress.org/plugins/image-optimizer-wd/) - Image Optimizer WordPress plugin enables you to resize, compress and optimize PNG, JPG, GIF files while maintaining image quality.
* [WP Compress - Image Optimizer](https://wordpress.org/plugins/wp-compress-image-optimizer/) - Compress and optimize images to shrink file size, improve load times and boost PageSpeed scores in just one click using WP Compress image optimization.
* [Auto Cloudinary](https://wordpress.org/plugins/auto-cloudinary/) - Super simple Cloudinary auto-upload implementation for WordPress.
* [Fly Dynamic Image Resizer](https://wordpress.org/plugins/fly-dynamic-image-resizer/) - Dynamically create image sizes on the fly.
* [Autoremove Attachments](https://wordpress.org/plugins/autoremove-attachments/) - Autoremove Attachments helps you keep your media library clean by deleting all media files attached to a post when that post is permanently removed from your system.
* [Dynamic Image Resizer](https://github.com/RadoslavGeorgiev/dynamic-image-resizer) - Generates image sizes only when needed, instead of the 404 page.
* [Image Optimize Command](https://github.com/TypistTech/image-optimize-command) - Easily optimize images using WP CLI.
* [Just Image Optimizer](https://wordpress.org/plugins/just-image-optimizer/) - Compress image files, improve performance and boost your SEO rank using Google Page Speed Insights compression and optimization.
* [Octify Image Compression](https://wordpress.org/plugins/octify/) - Octify Image Compression for WordPress.
* [WP Image Optimizer](https://wordpress.org/plugins/wp-image-optimizer/) - Reduce image file sizes and improve website performance using Linux littleutils image optimizers within WordPress.
* [tiny.pictures Image CDN](https://wordpress.org/plugins/tiny-pictures-image-cdn/) - Scales and optimizes your images using the tiny.pictures image processing service in the cloud and delivers them through worldwide CDN nodes.
* [Piio – Powerful Image Compressor, Optimization and Delivery](https://wordpress.org/plugins/piio-image-optimization/) - Generates responsive and optimized images, so you don't have to.
* [Resize Image After Upload](https://wordpress.org/plugins/resize-image-after-upload/) - Automatically resize uploaded images to within specified maximum width and height. Also has option to force recompression of JPEGs.
* [Image optimization & Lazy Load by Optimole](https://wordpress.org/plugins/optimole-wp/) - Complete handling of your website images.
* [MegaOptim Image Optimizer](https://wordpress.org/plugins/megaoptim-image-optimizer/) - MegaOptim is image compression plugin that optimizes your images in the cloud using intelligent image compression methods to save as much space as possible while keeping the quality almost identical. It's compatible with NextGen Gallery, MediaPress, WP Retina 2x and many other gallery plugins.
* [Stop Generating Image Sizes](https://wordpress.org/plugins/image-sizes/) - So, it creates multiple sizes of an image while uploading? Here is the solution.
* [ShortPixel Adaptive Images](https://wordpress.org/plugins/shortpixel-adaptive-images/) - Display properly sized, smart cropped and optimized images on your website. Images are processed on the fly and served from our CDN.
* [Pixelerate Image CDN](https://wordpress.org/plugins/pixelerate-cdn/) - Integrate the Pixelerate Image Optimization and CDN into your WordPress website.
* [Regenerate thumbnails and delete unused thumbnails](https://wordpress.org/plugins/regenerate-thumbnails-and-delete-unused/) - Regenerate thumbnails and delete unused.
* [Warp iMagick](https://wordpress.org/plugins/warp-imagick/) - Optimize (jpeg) media images/thumbnails to reduce file size.
* [WebP Express](https://wordpress.org/plugins/webp-express/) - Serve autogenerated WebP images instead of jpeg/png to browsers that supports WebP. Works on anything (media library images, galleries, theme images etc).
* [Robin image optimizer](https://wordpress.org/plugins/robin-image-optimizer/) - Optimize images without losing quality, speed up your website load, improve SEO and save money on server and CDN bandwidth.
* [Scale Large Image Threshold](https://wordpress.org/plugins/scale-large-image-threshold/) - Control scaling of big images in Wordpress using big_image_size_threshold filter. Image will be scaled forcefully when it will reach this threshold. Useful to control large images in Wordpress.
* [Crush.pics – Image Compression and Optimization](https://wordpress.org/plugins/crush-pics/) - Image Compression and Optimization using Crush.pics API.
* [Image CDN – WordPress CDN Plugin](https://wordpress.org/plugins/image-cdn/) - Optimize your WordPress site with ImageEngine or another Image CDN (or any other Content Delivery Network).
* [Abraia](https://wordpress.org/plugins/abraia/) - Bulk optimize your Wordpress images with Abraia.
* [CompressWP](https://wordpress.org/plugins/compresswp-optimize-and-compress-jpeg-and-png-images/) - Optimize JPEG and PNG images to significantly improve your page load speeds.
* [NutsForPress Images and Media](https://wordpress.org/plugins/nutsforpress/) - NutsForPress Images and Media is an essential companion for having your images and your meta in perfect order. Images and Media automatically resizes images, compresses JPGs, bulk rebuilds thumbnails and PDF previews, writes automatically and bulk rewrites your attachments meta.
* [Giga WebP Image Converter](https://wordpress.org/plugins/giga-webp-image-converter/) - Convert images with ease for free: reduce image sizes without deleting the originals. Improve Google Site Speed Score and SEO.
* [WPvivid Imgoptim](https://wordpress.org/plugins/wpvivid-imgoptim/) - Optimize, compress and resize images in WordPress in bulk. Automatic image optimization, auto resize images upon upload.
* [External Images](https://www.wpintense.com/product/external-images/) - This plugin alters WordPress and WooCommerce to allow you to use images hosted anywhere on the internet, rather than having to have images hosted on your own server.
* [OptiPic images optimization](https://wordpress.org/plugins/optipic/) - OptiPic.io - image optimization via smart CDN. The module automates the process of optimizing and compressing all images on the site according to the recommendations of Google PageSpeed Insights.
* [Image Regenerate & Select Crop](https://wordpress.org/plugins/image-regenerate-select-crop/) - Regenerate and crop images, details and actions for image sizes registered and image sizes generated, clean up, placeholders, custom rules, register new image sizes, crop medium settings, WP-CLI commands, optimize images.
* [Preload Featured Images](https://wordpress.org/plugins/preload-featured-images/) - Preload featured images in single post to get higher PageSpeed Score.
* [Modern Images WP](https://wordpress.org/plugins/modern-images-wp/) - Choose a default format for subsized images. Choose WebP, JPGXL or AVIF when your server image library supports them.
* [Compress Images with Squeezeimg](https://wordpress.org/plugins/compress-images-with-squeezeimg/) - The "Compress Images with Squeezeimg" plugin helps to optimize all your images and improve the performance of your website.

## Lazy Loading Plugins
* [Rocket Lazy Load](https://wordpress.org/plugins/rocket-lazy-load/) - Lazy Load displays images on a page only when they are visible to the user. This reduces the number of HTTP requests mechanism and improves the loading time.
* [Lazy Load](https://wordpress.org/plugins/lazy-load/) - Lazy Load displays images on a page only when they are visible to the user. This reduces the number of HTTP requests mechanism and improves the loading time.
* [Lazy Load XT](https://wordpress.org/plugins/lazy-load-xt/) - Lazy load images, YouTube and Vimeo videos, and iframes using Lazy Load XT.
* [Progressive Lazy Load](https://gist.github.com/Stegosource/3be8d6bdc168a957eabffdb0e1421850) - An example of my "Progressive Lazy Load" technique in WordPress using vanilla Javascript.
* [Lazy Load for Videos](https://wordpress.org/plugins/lazy-load-for-videos/) - This plugin improves page load times and increases your Google PageSpeed Score. It replaces embedded Youtube and Vimeo videos with a clickable preview image.
* [Disqus Conditional](https://wordpress.org/plugins/disqus-conditional-load/) - DCL is an advanced version of Disqus Commenting System, with which experience the boosted page loading speed difference. 
* [Lazy Facebook Comments](https://wordpress.org/plugins/lazy-facebook-comments/) - Use Facebook comments system in your website without slowing down your website. 
* [Lazy Load for Comments](https://wordpress.org/plugins/lazy-load-for-comments/) - Lazy load WordPress default commenting system without any complex configurations.
* [Velocity](https://wordpress.org/plugins/velocity/) - Velocity is a WordPress plugin for lazy loading video and audio embedded media – it’s an alternative loading method to the standard YouTube, Vimeo and SoundCloud iframe embeds.
* [BJ Lazy Load](https://wordpress.org/plugins/bj-lazy-load/) - Lazy image loading makes your site load faster and saves bandwidth.
* [Image Preloading](https://wordpress.org/plugins/image-preloading/) - Similar to DNS prefetching, image preloading/prefetching with JavaScript to get faster page loading experience.
* [Easy Lazy Loader](https://wordpress.org/plugins/easy-lazy-loader/) - Lazy load images, iframes, videos and audios to improve page load times.
* [WordPress Image Preload](https://github.com/aderaaij/wp-image-preload) - A modern lazyload / image preload plugin based on Intersection Observer.
* [LH CSS Lazy Load](https://wordpress.org/plugins/lh-css-lazy-load/) - Lazy load non critical css.
* [Crazy Lazy](https://wordpress.org/plugins/crazy-lazy/) - Lazy load images. Simple to use: Activate, done. Search engine and noscript user friendly.
* [QazyWP – Image Lazy Loader](https://wordpress.org/plugins/image-lazy-loader/) - Lazy Load Images in WordPress - Built off Narayan Prusty's Qazy library.
* [Lazy Load Optimizer](https://wordpress.org/plugins/lazy-load-optimizer/) - Lazy loading images to speed up sites page load speed.
* [WordPress Accelerate](https://wordpress.org/plugins/wp-accelerate/) - Speed Optimizations for WordPress websites.
* [Picafto](https://wordpress.org/plugins/picafto/) - Instantly, automatically and painlessly make your website faster by reducing image payload and lazy loading them.
* [LH Native Lazy Loading](https://wordpress.org/plugins/lh-native-lazy-loading/) - Automatically add the new `loading` attribute to images and iframes within your content to support native lazy loading.
* [SARVAROV Lazy Load](https://wordpress.org/plugins/sarvarov-lazy-load/) - Lazy Load all your images, videos and iframes in just one click. Make your blog faster and look better with blurred LQIP and primary color placeholder.
* [Native Lazyload + Polyfill](https://wordpress.org/plugins/native-lazyload-polyfill/) - Adds native lazyloading to all images and iframes (embeds), also wraps them in <noscript> and adds a polyfill to make it work in all browsers.
* [Native Lazyload](https://wordpress.org/plugins/native-lazyload/) - Lazy-loads media using the native browser feature.
* [Flying Images](https://wordpress.org/plugins/nazy-load/) - High-performance Native Image Lazy Loading.
* [Lazy Images Without Jetpack](https://wordpress.org/plugins/lazy-images-without-jetpack/) - Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once. Based on Lazy Images module, from Jetpack plugin.
* [reGenerate Thumbnails Advanced](https://wordpress.org/plugins/regenerate-thumbnails-advanced/) - Regenerate thumbnails fast and easy while removing unused thumbnails of existing images; very useful when changing a theme.
  
## Reduce HTTP Requests on Load Plugins
* [Heartbeat Control](https://wordpress.org/plugins/heartbeat-control/) - Allows you to easily manage the frequency of the WordPress heartbeat API with just a few dropdowns.
* [Disable Emoji](https://wordpress.org/plugins/disable-emojis/) - This plugin disables the new WordPress emoji functionality.
* [Disable Emojis](https://www.littlebizzy.com/plugins) - Completely disables both the old and new versions of WordPress emojis, removes the corresponding javascript calls, and improves page loading times.
* [Emoji Settings](https://wordpress.org/plugins/emoji-settings/) - Emoji Settings adds an option within your Writing Settings page to disable or enable emojis.
* [Compressed Emoji](https://wordpress.org/plugins/compressed-emoji/) - WordPress emoji comes from s.w.org and they are not optimized well, Compressed Emoji fixes this problem.
* [Disable Embeds](https://wordpress.org/plugins/disable-embeds/) - Disable Embeds
* [Disable Custom CSS](https://wordpress.org/plugins/disable-custom-css/) - This plugin automatically disables frontend database query for Custom CSS and Customizer section for setting Custom CSS, without need to manually choose any setting or option.
* [Plugin Organizer](https://wordpress.org/plugins/plugin-organizer/) - This plugin allows you to do the following, change the order that your plugins are loaded,selectively disable plugins by any post type or wordpress managed URL and adds grouping to the plugin admin age.
* [Query Strings Remover](https://wordpress.org/plugins/query-strings-remover/) - Query Strings Remover removes query strings from your static resources like CSS and JavaScript files.
* [WP Asset CleanUp](https://wordpress.org/plugins/wp-asset-clean-up/) - There are often times when you are using a theme and a number of plugins which are enabled and run on the same page.
* [WP Disable](https://wordpress.org/plugins/wp-disable/) - Reduce HTTP requests - Disable Emojis, Disable Gravatars, Disable Embeds and Remove Querystrings. Added support to disable pingbacks, disable trackbacks, close comments after 28 days, Added the ability to force pagingation after 20 posts, Disable WooCommerce scripts and CSS on non WooCommerce Pages, Disable RSS, Disable XML-RPC, Disable Autosave, Remove Windows Live Writer tag, Remove Shortlink Tag, Remove WP API from header.
* [Only Load Scripts and Styles if a shortcode is present](https://gist.github.com/Stegosource/8504035f7ff9417284a26af7e3c3db74) - Only load scripts and styles if a specific shortcode is present in the content when the page/post is saved.
* [Complete Analytics Optimization Suite (CAOS)](https://wordpress.org/plugins/host-analyticsjs-local/) - Only load scripts and styles if a specific shortcode is present in the content when the page/post is saved.
* [Gonzales](https://tomasz-dobrzynski.com/wordpress-gonzales) - This plugin allows you to get rid of CSS and JavaScript files that are simply useless. Less is better, right? One of the biggest problem of modern websites is page weight.
* [WPtimize](https://wordpress.org/plugins/wptimize/) - WPtimize is optimization and cleanup plugin for WordPress that cleanup all the unnecessary tags and scripts from your WordPress header and optimize your code for faster loading page speed, security and performance.
* [WP Load List](https://wordpress.org/plugins/wp-load-list/) - When you are trying to speed up your site, minifying CSS and JS files can really gain you some speed but can also break your site. This plugin allows you to get a full list of all CSS and JS files loading on each page so you can use this list to target the files you must avoid minifying.
* [Plugin Logic](https://wordpress.org/plugins/plugin-logic/) - Activate plugins on pages only if they are really needed.
* [Code Snippets WP Speed Up](https://github.com/lukecav/code-snippets-wp-speed-up) - Code Snippets for WordPress speed up which can be imported into the plugin.
* [WP FastClick](https://wordpress.org/plugins/wp-fastclick/) - WP FastClick plugin remove click delays on browsers with touch UIs.
* [WP Head Optimizer](https://wordpress.org/plugins/wp-head-optimizer/) - This plugin allow you to remove unnecessary tags, urls, scrips and manymore additional things from your WordPress header to speed up site loading time and hide some details form visitors for security purpose.
* [Disable XML-RPC](https://wordpress.org/plugins/disable-xml-rpc-littlebizzy/) - Completely disables all XML-RPC related functions in WordPress including pingbacks and trackbacks, and helps prevent attacks on the xmlrpc.php file.
* [Machete](https://wordpress.org/plugins/machete/) - Machete is a lean and simple suite of tools that solve common WordPress anoyances: cookie bar, tracking codes, header cleanup.
* [Disable User Gravatar](https://wordpress.org/plugins/disable-user-gravatar/) - Stops wordpress from automatically grabbing the users' gravatar with their registered email.
* [Slim WordPress](https://wordpress.org/plugins/slim-wp/) - Send your site on a diet and remove unnecessary WordPress features.
* [Smart WordPress](https://wordpress.org/plugins/smart-wp/) - Optimize the caching behavior of your Website the easy way and reload pages only if something has been changed.
* [Fast WordPress](https://wordpress.org/plugins/fast-wp/) - Speed Up your WordPress page the easy way and optimize your site's assets.
* [Lean WP](https://wordpress.org/plugins/lean-wp/) - Lean WP does a great job cleaning up the WordPress backend (Dashboard) and frontend.
* [Disable Author Pages](https://github.com/staude/disable-author-pages/) - Disable the author pages in WordPress and redirect to the homepage.
* [Simple DNS Prefetch](https://wordpress.org/plugins/simple-dns-prefetch/) - This plugin controls the DNS prefetch settings.
* [Complete Analytics Optimization Suite (CAOS)](https://wordpress.org/plugins/host-analyticsjs-local/) - A plugin that allows you to completely optimize Google Analytics for your Wordpress Website: host analytics.js locally, keep it updated using wp_cron(), anonymize IP, disable tracking of admins, place tracking code in footer, and more.
* [Cache External Scripts](https://wordpress.org/plugins/cache-external-scripts/) - This plugin allows you to cache the Google Analytics JavaScript file to be cached for more than 2 hours.
* [WordPress WPO Tweaks](https://wordpress.org/plugins/wpo-tweaks/) - Several WPO Optimisations to Speed Up WordPress and get better results in Google PageSpeed, GTMetrix and Pingdom Tools.
* [Webcraftic Disable Comments](https://wordpress.org/plugins/comments-plus/) - Allows administrators to globally disable comments on their site. Comments can be disabled for individual record types.
* [Webcraftic Clearfy - disable unused features](https://wordpress.org/plugins/clearfy/) - Disables unused Wordpress features, improves performance and increases SEO rankings, using Clearfy, which makes WordPress very easy.
* [Remove jQuery Migrate](https://wordpress.org/plugins/remove-jquery-migrate/) - This plugin removes the jQuery Migrate script from the front end of your site.
* [Remove Emoji Styles & Scripts](https://wordpress.org/plugins/remove-emoji-styles-scripts/) - If you do not want or need Emoji it is best to remove/dequeue Emoji styles and scripts for better performance.
* [Disable Embeds](https://wordpress.org/plugins/disable-embeds-littlebizzy/) - Disables both external and internal embedding functions to avoid slow page render, instability and SEO issues, and to improve overall loading speed.
* [Native Performance](https://wordpress.org/plugins/native-performance/) - Native Performance is an all-in-one complement that integrates, in a complete and robust core, a set of tools for the solution of common errors, optimization, performance and much more.
* [Disable WordPress Events and News Dashboard Widget](https://wordpress.org/plugins/disable-events-and-news-dashboard-widget/) -  Disable WordPress Events and News widget from the dashboard.
* [Dismiss "Welcome" Nag Dashboard Widget](https://wordpress.org/plugins/dismiss-welcome-nag/) -  Dismiss Welcome Panel nag, dashboard widget, when is activated, or automatically, if it is in mu-plugins directory.
* [EVE Dynamic Prerender](https://wordpress.org/plugins/eve-dyn-prepender/) -  This WordPress plugin creates and inject into HTML head a Dynamic Prerender Meta Tag. The system stores users navigational paths inside the database e retrieve the most common next visited page as prerender meta tag. If the plugin doesn't has data for the next probable page, it will show a prerender to the homepage.
* [Webcraftic Assets Manager](https://wordpress.org/plugins/gonzales/) -  Increase the speed of the pages by disabling unused scripts (.JS) and styles (.CSS). Make your website reactive.
* [WP Widget Disable](https://wordpress.org/plugins/wp-widget-disable/) -  Disable Sidebar and Dashboard Widgets with an easy to use interface. Simply use the checkboxes provided under <strong>Appearance -> Disable Widgets</strong> and select the Widgets you'd like to hide.
* [WP YouTube Video Optimizer](https://wordpress.org/plugins/wp-youtube-video-optimizer/) -  Embed multiple YouTube videos using a simple shortcode.
* [Above The Fold Optimization](https://wordpress.org/plugins/above-the-fold-optimization/) -  Above the fold optimization toolkit that enables to achieve a Google PageSpeed 100 Score. Supports most optimization, minification and full page cache plugins.
* [Disable jQuery Migrate](https://wordpress.org/plugins/disable-jq-migrate-littlebizzy/) -  Easily prevent the jQuery migrate script that is included with WordPress core from being loaded to slim down source code (for advanced users only).
* [Header Cleanup](https://wordpress.org/plugins/header-cleanup-littlebizzy/) -  Cleans up most of the unnecessary junk meta included by default in the WordPress header including generator, RSD, shortlink, previous and next, etc.
* [Web Font Optimization](https://wordpress.org/plugins/web-font-optimization/) -  Advanced Web Font optimization toolkit. Font Face API, Web Font Observer, Google Font Loader, Critical CSS, async and timed font rendering and more.
* [Disable Admin-AJAX](https://wordpress.org/plugins/disable-admin-ajax-littlebizzy/) -  Completely disables frontend access to admin-ajax.php regardless of Heartbeat settings, to avoid unwanted AJAX calls and vastly improve performance.
* [Scripts To Footer](https://wordpress.org/plugins/scripts-to-footerphp/) -  Moves scripts to the footer to decrease page load times, while keeping stylesheets in the header. Requires that plugins and theme correctly utilizes wp_enqueue_scripts hook. Can be disabled via a checkbox on specific pages and posts.
* [WP-Tweaker](https://wordpress.org/plugins/wp-tweaker/) -  WordPress automatically provides some features that not every blogger really needs. 
* [Speed Demon](https://www.littlebizzy.com/plugins) -  A powerful bundle of lightweight tools and settings that drastically improve the loading speed of WordPress by reducing bulk and improving efficiency.
* [Self-Hosted Google Fonts](https://wordpress.org/plugins/selfhost-google-fonts/) -  Automatically self-host your Google Fonts - works with any theme or plugin.
* [Redirect Gravatar requests](https://wordpress.org/plugins/redirect-gravatar-requests/) -  All requests to load an avatar from gravatar.com are redirected to a local image, preventing Gravatar from potentially gathering data about your site's visitors.
* [Speed Booster Pack](https://wordpress.org/plugins/speed-booster-pack/) -  Speed Booster Pack helps you improve your page loading speed and get higher scores on speed test services like GTmetrix, Google PageSpeed or WebPageTest.
* [Better Speed](https://wordpress.org/plugins/better-speed/) -  Improve the loading speed of your website by removing bloat and unused features.
* [WP Toolbelt](https://wordpress.org/plugins/wp-toolbelt/) -  More features, fast.
* [WP PLC Swissknife](https://wordpress.org/plugins/wp-plc-swissknife/) -  One place swiss knife for WordPress. Increase WordPress Security and Performance.
* [Optenhanse](https://wordpress.org/plugins/wp-plc-swissknife/) -  A unique plugin for Optimizing, Enhancing and Securing your WordPress website.
* [Flying Scripts by WP Speed Matters](https://wordpress.org/plugins/flying-scripts/) -  Flying Scripts by WP Speed Matters.
* [Speed Booster By Melotheme](https://wordpress.org/plugins/speed-booster-by-melotheme/) -  Easy WordPress website Speed & Performance optimization with one click.
* [WP Utility and Performance](https://wordpress.org/plugins/wp-utility-and-performance/) -  Allows you to remove unused resources and improve speed and performance of your WordPress website.
* [Freesoul Deactivate Plugins](https://wordpress.org/plugins/freesoul-deactivate-plugins/) -  Freesoul Deactivate Plugins allows you to disable specific plugins on specific pages. Useful to reach excellent performance and for support in problem-solving even when many plugins are active.
* [Local Gravatars](https://wordpress.org/plugins/local-gravatars/) -  Locally host gravatars - for the privacy concious.
* [Flying Fonts by WP Speed Matters](https://wordpress.org/plugins/flying-fonts/) -  Remove Google Fonts and Use System Fonts.
* [AutoTweaks](https://wordpress.org/plugins/autotweaks/) -  AutoTweaks configures a series of default options to WordPress.
* [WP Inline Cacher](https://wordpress.org/plugins/wp-inline-cacher/) -  Speed up your website by automatically inlining your stylesheets for first-time visitors.
* [Plugin Optimizer](https://wordpress.org/plugins/plugin-optimizer/) -  The Most Powerful Performance Plugin for WordPress is now available for FREE.
* [SpeedPlus OptiMini](https://wordpress.org/plugins/speedplus-optimini/) -  Increase PageSpeed score and make your site much faster. Go to WP Dashboard => Settings => SpeedPlus OptiMini.

## Database Optimization Plugins
* [WP-Optimize](https://wordpress.org/plugins/wp-optimize/) - WP-Optimize is an effective tool for automatically cleaning your WordPress database so that it runs at maximum efficiency.
* [WP-Sweep](https://wordpress.org/plugins/wp-sweep/) - WP-Sweep allows you to clean up unused, orphaned and duplicated data in your WordPress. It also optimizes your database tables.
* [Optimize Database after Deleting Revisions](https://wordpress.org/plugins/rvg-optimize-database/) - Host your Google Analytics javascript-file (analytics.js) locally and keep it updated using wp_cron().
* [Plugins Garbage Collector](https://wordpress.org/plugins/plugins-garbage-collector/) - Plugins Garbage Collector scans your WordPress database and shows the tables beyond of core WordPress installation.
* [Delete Expired Transients](https://wordpress.org/plugins/delete-expired-transients/) - Delete old, expired transients from WordPress wp_options table.
* [Advanced Database Cleaner](https://wordpress.org/plugins/advanced-database-cleaner/) - Clean database by deleting unused data such as 'old revisions', 'old drafts', 'orphan options', etc. Optimize database and more.
* [Add Index To Autoload](https://wordpress.org/plugins/add-index-to-autoload/) - This tool will speed up your database queries by adding an index to the autoload field.
* [Clean Up Optimizer](https://wordpress.org/plugins/wp-clean-up-optimizer/) - Clean Up Optimizer is a Superlative High Quality WordPress Plugin which not only allows you to clean and optimize the WordPress Database but also performs other vast functions.
* [Dedicated Transients](https://wordpress.org/plugins/dedicated-transients/) - WordPress plugin to re-route transient storage to dedicated tables.
* [Transient Cleaner](https://wordpress.org/plugins/artiss-transient-cleaner/) - Housekeep expired transients from your options table.
* [PJ Transient Cleaner](https://github.com/pressjitsu/wp-transients-cleaner) - Cleans expired transients behind the scenes.
* [Servebolt Optimizer](https://wordpress.org/plugins/servebolt-optimizer/) - A plugin that checks and implements Servebolt Performance best practises for WordPress.
* [Delete Expired Transients](https://www.littlebizzy.com/plugins) - Deletes all expired transients upon activation and on a daily basis thereafter via WP-Cron to maintain a cleaner database and improve performance.
* [Yoast SEO Cleaner](https://wordpress.org/plugins/clean-yoast-seo-cache/) - Cleans up your WP options table by removing Yoast SEO "_cache_validator" entries.
* [Yoast SEO Cleaner](https://wordpress.org/plugins/wps-cleaner/) - WPS Cleaner cleans the database and WordPress.
* [Custom Post Type Cleanup](https://wordpress.org/plugins/custom-post-type-cleanup/) - Detect and delete posts from custom post types that are no longer in use.
* [Cleanup Duplicate Meta](https://wordpress.org/plugins/cleanup-duplicate-meta/) - Checks for and deletes duplicate Post and/or User Meta entries in the database tables.
* [HTML Pages](https://wordpress.org/plugins/html-pages/) - Create pure HTML pages without any of the WordPress code.
* [Scalability Pro](https://www.wpintense.com/product/scalability-pro/) - The Scalability Pro Plugin is the core WP Intense plugin to transform the speed and scalability of your WordPress site. It does so primarily by eliminating table scans and using index seeks instead.
* [Index WP MySQL For Speed](https://wordpress.org/plugins/index-wp-mysql-for-speed/) - Add useful indexes to your WordPress installation's MySQL database.

## Slow Query and Debugging Plugins
* [Query Monitor](https://wordpress.org/plugins/query-monitor/) - Query Monitor is a debugging plugin for anyone developing with WordPress.
* [Debug Bar](https://wordpress.org/plugins/debug-bar/) - Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.

## NGNIX and Varnish Control Plugins
* [Ngnix Helper](https://wordpress.org/plugins/nginx-helper/) - Add greater control for purging NGNIX cache if using for page caching.
* [Varnish HTTP Purge](https://wordpress.org/plugins/varnish-http-purge/) - Varnish HTTP Purge sends a PURGE request to the URL of a page or post every time it it modified.
* [WP Super Cache nginx.conf example](https://github.com/vstoykovbg/nginx.conf-examples/blob/master/wp-super-cache-nginx.conf.md) - Example configuration for Nginx and WordPress with WP Super Cache plugin.
* [Rocket-Nginx](https://github.com/maximejobin/rocket-nginx) - Rocket-Nginx is a Nginx configuration for the WordPress cache plugin WP-Rocket.
* [WPBase Cache](https://wordpress.org/plugins/wpbase-cache/) - Plugin is developed to optimize wordpress deployment on varnish + nginx + php-fpm + php-apc server stack using three type of caches full page cache, db cache and opcode cache.
* [Nginx Cache](https://wordpress.org/plugins/nginx-cache/) - Purge the Nginx cache (FastCGI, Proxy, uWSGI) automatically when content changes or manually within WordPress.

## Caching Helping Plugins
* [WP Rocket Helpers](https://github.com/wp-media/wp-rocket-helpers) - This repository hosts a number of helper plugins that target some specific use cases for WP Rocket.
* [WP Rocket Static Resources List](https://github.com/wp-media/wp-rocket-static-resources-list) - List the CSS and JS files loaded on a WordPress page.
* [WP-Rocket Background Cache](https://wordpress.org/plugins/rocket-background-cache/) - This plugin will defer all cache pre-loading to wp-cron. If a page request comes and a page is not cached yet, wp-rocket will be disabled.
* [WP Rocket Footer JS](https://wordpress.org/plugins/rocket-footer-js/) - Unofficial WP-Rocket addon to force all JS both external and inline to the footer
* [WP Rocket ASYNC CSS](https://wordpress.org/plugins/rocket-async-css/) - This plugin will combine all inline and external CSS in the order found on the page and save it to WP-Rocket’s cache folder as a new file.
* [WP Rocket Disable Cache for Members](https://wordpress.org/plugins/disable-wp-rocket-cache-members/) - Unofficial WP-Rocket addon to disable cache from being saved for members, but still be enabled.
* [VIP Performance Plugin](https://github.com/Automattic/vip-code-performance) - A plugin that helps every site benefit from the performance features built into WordPress.com VIP.
* [Inpsyde Menu Cache](https://github.com/inpsyde/menu-cache) - Easily cache rendered menus using the Transients API.
* [WP Static HTML Output](https://wordpress.org/plugins/static-html-output-plugin/) - This plugin produces a static HTML version of your wordpress install, incredibly useful for anyone who would like the publishing power of wordpress but whose webhost doesn’t allow dynamic PHP driven sites.
* [DB Cache Reloaded Fix](https://github.com/ivankristianto/DB-Cache-Reloaded-Fix) - The fastest cache engine for WordPress, that produces cache of database queries with easy configuration.
* [OPcache Dashboard](https://wordpress.org/plugins/opcache/) - As you know, OPcache has no management page. This plugin offers you the OPcache dashboard designed for WordPress.
* [WP REST Cache](https://wordpress.org/plugins/wp-rest-cache/) - Adds caching to the WP REST API
* [Warm Cache](https://wordpress.org/plugins/warm-cache/) - Crawls your website-pages based on any XML sitemap. If you have a caching plugin this will keep your cache warm.
* [Cache Buddy](https://github.com/markjaquith/cache-buddy) - Minimizes the situations in which logged-in users appear logged-in to WordPress, which increases the cacheability of your site.
* [Inpsyde Translation Cache](https://github.com/inpsyde/translation-cache) - Improves site performance by caching translation files using WordPress object cache.
* [Batcache Manager](https://github.com/spacedmonkey/batcache-manager) - Batcache manager is a drop-in solution, that adds cache clearing the popular caching Batcache plugin by Automattic. This plugin is based on the work by Andy Skelton and expands upon it, clearing archive pages, author pages and feeds.
* [Advanced Nav Cache](https://github.com/spacedmonkey/advanced-nav-cache) - Cache wp_nav_menu output in object cache.
* [Advanced Comment Cache](https://github.com/spacedmonkey/advanced-comment-cache) - A plugin to force caching of comments in wp_comment_query.
* [Clear cache for Timber](https://github.com/ogrosko/clear-cache-for-timber) - Clear cache for Timber and Twig caching.
* [Cache Enabler rebuild cache Based on sitemap.xml](https://gist.github.com/iyaozhen/53e6a57a2f7e945ba1161953959a7cb2) - According to sitemap.xml rebuild cache in Cache Enabler.
* [Object Cache Flusher Button](https://github.com/georgestephanis/object-cache-flusher-button) - This plugin adds a button to the adminbar that simply flushes the object cache.
* [Analytics For Cloudflare](https://github.com/ChuckMac/analytics-for-cloudflare) - This is a WordPress plugin to connect your WordPress dashboard to your CloudFlare account to display some key analytics data.
* [Hyperdrive](https://wordpress.org/plugins/hyperdrive/) - The fastest way to load pages in WordPress.
* [oEmbed Cache Clear](https://wordpress.org/plugins/oembed-cache-clear/) - With this plugin you can clear the cached oEmbed responses that WordPress saves for outgoing (oEmbed-Provider) links in posts and pages.
* [Cache Blocks](https://github.com/WordPressUtilities/wpucacheblocks) - Cache blocks.
* [WP Engine Advanced Cache](https://wordpress.org/plugins/wpe-advanced-cache-options/) - This plugin works to increase cache time across the board, and gives a smarter way to purge the cache.
* [Shin's Pageload Magic](https://wordpress.org/plugins/shins-pageload-magic/) - A lightweight Wordpress plugin that dramatically boosts your page's render speed.
* [LH HTTP/2 Server Push](https://wordpress.org/plugins/lh-http2-server-push/) - HTTP/2 Server Push Optimization for JavaScript and CSS resources enqueued in the page.
* [Async JavaScript](https://wordpress.org/plugins/async-javascript/) - Async JavaScript adds a 'async' or 'defer' attribute to scripts loaded via wp_enqueue_script.
* [PageSpeed Purge Button](https://wordpress.org/plugins/wp-purge-pagespeed-button/) - One-click PageSpeed cache purging using an admin bar button.
* [Cache Version](https://github.com/kasparsd/cache-version) - Adds a version number (a timestamp) of all content that can be used in cache keys.
* [FacetWP Cache](https://facetwp.com/add-ons/caching/) - Caching support for FacetWP.
* [Far Future Expiry Header](https://wordpress.org/plugins/far-future-expiry-header/) - This plugin will add a "far future expiration" date for various file types to improve site performance.
* [Clear Sucuri Cache](https://wordpress.org/plugins/clear-sucuri-cache/) - Simply clears whole Sucuri cache. Clear is done from wp admin panel or plugin's page.
* [WP Rocket User Role](https://gist.github.com/glueckpress/6a5ec40dc71e9775fcaa) - Restrict WP Rocket settings access to superadmins.
* [Hummingbird](https://wordpress.org/plugins/hummingbird-performance/) - Hummingbird zips through your site finding new ways to make it load faster, from file compression and minification to browser caching because when it comes to pagespeed, every millisecond counts.
* [Cache Sniper for Nginx](https://wordpress.org/plugins/snipe-nginx-cache/) - Purge the Nginx FastCGI Cache within WordPress on a global or per-page basis.
* [Purge Varnish Cache](https://wordpress.org/plugins/purge-varnish/) - This plugin provides integration between your wordpress site and Varnish Cache to purge cache objects automate/manaully.
* [WP Rocket Disable Cache for Members](https://wordpress.org/plugins/disable-wp-rocket-cache-members/) - Unofficial WP-Rocket addon to disable cache from being saved for members, but still be enabled.
* [WP Critical CSS](https://wordpress.org/plugins/wp-criticalcss/) - Use CriticalCSS.com web service to automatically create the required CSS for above the fold.
* [Multisite Support for WP Rocket](https://wordpress.org/plugins/multisite-wp-rocket/) - Plugin to enable WP-Rocket to be managed in multisite.
* [FV Gravatar Cache](https://wordpress.org/plugins/fv-gravatar-cache/) - Speeds up your website by making sure the gravatars are stored on your website and not loading from the gravatar server.
* [ACF Simple Cache](https://wordpress.org/plugins/acf-simple-cache/) - Boost ACF speed by enabling json caching.
* [Widget Output Cache](https://wordpress.org/plugins/widget-output-cache/) - Caches widget output in WordPress object cache.
* [Beaver Builder Cache Helper](https://github.com/Pross/beaver-cache-helper) - This plugin will clear various caches when layouts and templates are saved. It also clears the cache when WordPress finishes updating plugins and themes. The plugin also defines the DONOTCACHEPAGE constant when the builder is active, this is respected by most cache plugins.
* [Flush Opcache with Varnish](https://wordpress.org/plugins/flush-opcache-with-varnish/) - Automatically flush the PHP opcache when you click the "Purge Cache" button created by Varnish HTTP Purge.
* [Rest API Cache](https://wordpress.org/plugins/rest-api-cache/) - Boost your application speed by caching the WordPress REST API.
* [WP Super Cache Cleaner](https://wordpress.org/plugins/clean-wp-super-cache/) - Ajax based Clear cache for WP super cache, with this you can clear WP super cache from any place in WordPress dashboard without leaving the present page.
* [reBusted!](https://wordpress.org/plugins/rebusted/) - Force browsers to load the most recent file if modified.
* [WP Cache Remember](https://github.com/stevegrunwell/wp-cache-remember) - Helper for the WordPress object cache and transients.
* [Cache control by Cacholong](https://wordpress.org/plugins/cache-control-by-cacholong/) - Automates purging of Nginx Pagespeed cache and Nginx FastCGI cache on your Nginx server(s).
* [HTTP/2 Optimization](https://github.com/o10n-x/wordpress-http2-optimization) - Advanced HTTP/2 optimization toolkit. HTTP/2 Server Push, Service Worker based Cache-Digest and more.
* [Cache-Control](https://wordpress.org/plugins/cache-control/) - Configurable HTTP Cache-Control headers for webpages generated by WordPress.
* [Next Page Caching](https://wordpress.org/plugins/next-page-caching/) - Speed up the loading of the NEXT page your visitors will go to.
* [Merge + Minify + Refresh Clear Caches](https://wordpress.org/plugins/merge-minify-refresh-clear-caches/) - Clears popular caching plugins when the Merge + Minify + Refresh cache is updated.
* [Better Resource Hints](https://wordpress.org/plugins/better-resource-hints/) - Easy preloading, prefetching, and HTTP/2 server pushing for your CSS and JavaScript.
* [Real IP and Geo for Cloudflare](https://wordpress.org/plugins/real-ip-and-geo-for-cloudflare/) - Saves and displays visitors' real IP and location, instead of Cloudflare's.
* [Autoclear Autoptimize Cache](https://wordpress.org/plugins/autoclear-autoptimize-cache/) - A companion plugin for Autoptimize that automatically clears cache if it grows larger then selected size.
* [WP Rocket LoadCSS](https://wordpress.org/plugins/enhance-wp-rocket-loadcss/) -  WordPress plugin to quickly modify php output with appropriate loadCSS syntax.
* [Static Menus](https://wordpress.org/plugins/static-menus-inventivo/) -  Save WordPress menus as static files for faster page loading times.
* [Quicklink for WordPress](https://wordpress.org/plugins/quicklink/) -  Faster subsequent page-loads by prefetching in-viewport links during idle time.
* [WP Admin Cache](https://wordpress.org/plugins/wp-admin-cache/) -  The first cache plugin for WordPress admin area.
* [Admin UI Cleaner](https://wordpress.org/plugins/admin-ui-cleaner/) -  Cleanup WordPress admin area.
* [Flying Pages](https://wordpress.org/plugins/flying-pages/) -  Load inner pages instantly, intelligently.
* [WP FOFT Loader](https://github.com/seezee/WP-FOFT-Loader) -  Implements and automates Zach Leatherman'sCritical FOFT with Data URI.
* [API Cache Pro](https://wordpress.org/plugins/api-cache-pro/) -  A simple plugin to cache WP Rest API Requests.
* [OPcache Manager](https://wordpress.org/plugins/opcache-manager/) -  OPcache statistics and management right in the WordPress admin dashboard.
* [Faster Woo Widgets](https://www.wpintense.com/product/faster-woo-widgets/) -  Gorgeous WooCommerce widgets built to be lightning fast, especially on large sites with hundreds of thousands (or millions) of products.
* [Static 404](https://wordpress.org/plugins/static-404/) -  Quickly output a 404 for static files that aren’t found, rather than loading the normal 404 page.
* [WP Meteor](https://wordpress.org/plugins/wp-meteor/) -  Improves your page speed, even on top of your existing optimizations.
* [Staatic](https://wordpress.org/plugins/staatic/) -  Staatic for WordPress allows you to generate a highly optimized static version of your WordPress site.

## WP-CLI Commands and Packages
* [WP Orphans](https://github.com/liquidweb/wp-orphans) - Locate and remove orphaned media from the WordPress media library.
* [wp transient](https://developer.wordpress.org/cli/commands/transient/) - Adds, gets, and deletes entries in the WordPress Transient Cache.
* [wp db optimize](https://developer.wordpress.org/cli/commands/db/optimize/) - Optimizes the database.
* [wp cache flush](https://developer.wordpress.org/cli/commands/cache/flush/) - Flushes the object cache.
* [wp media](https://developer.wordpress.org/cli/commands/media/) - Imports files as attachments, regenerates thumbnails, or lists registered image sizes.
* [wp media regenerate](https://developer.wordpress.org/cli/commands/media/regenerate/) - Regenerates thumbnails for one or more attachments.
* [EWWW IO via WP-CLI](https://docs.ewww.io/article/25-optimizing-with-wp-cli) - EWWW Image Optimizer features a WP-CLI extension that allows you to optimize your images "en masse". 

## Performance Benchmarking Sites
* [WebPageTest](https://www.webpagetest.org/) - Run a free website speed test from multiple locations around the globe using real browsers (IE and Chrome) and at real consumer connection speeds. You can run simple tests or perform advanced testing including multi-step transactions, video capture, content blocking and much more.
* [KeyCDN Site Speed Test](https://tools.keycdn.com/speed) - A page speed test that includes a waterfall breakdown and the website preview. Select any of the 14 test locations.
* [KeyCDN Performance Test](https://tools.keycdn.com/performance) - A free online web performance test. Query a single asset from 14 test locations.
* [Sucuri Load Time Tester](https://performance.sucuri.net/) - How fast is your site? You can test here the performance of any of your sites from across the globe.
* [GTmetrix](https://gtmetrix.com/) - Start optimizing your site! GTmetrix provides explanations for each recommendation, and gives you actionable advice.
* [Pingdom](https://tools.pingdom.com/) - Enter a URL to test the load time of that page, analyze it and find bottlenecks.

## Load Impact Tools
* [Locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
* [Bees with Machine Guns!](https://github.com/newsapps/beeswithmachineguns) - A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications).
* [Iago](https://github.com/twitter/iago/) - A load generator, built for engineers.
* [k6](https://github.com/loadimpact/k6) - A modern load testing tool, using Go and JavaScript.
* [k6 Cloud](https://k6.io/cloud/) - The k6 Cloud is a commercial SaaS product that we’ve designed to be the perfect companion to k6 OSS.
* [Apache JMeter](https://github.com/apache/jmeter) - Apache JMeter is a 100% pure Java application designed to test and measure performance. It may be used as a highly portable server benchmark as well as multi-client load generator.
* [Artillery](https://github.com/shoreditch-ops/artillery) - Artillery is a modern, powerful, easy-to-use load-testing toolkit. Artillery has a strong focus on developer happiness & ease of use, and a batteries-included philosophy.
* [Serverless Artillery](https://github.com/Nordstrom/serverless-artillery) - Combine serverless with artillery and you get serverless-artillery (a.k.a. serverless-artillery) for instant, cheap, and easy performance testing at scale.
* [Gatling](https://github.com/gatling/gatling) - Gatling is a stress tool. Development is currently focusing on HTTP support.
* [Seige](https://github.com/JoeDog/siege) - Siege is an open source regression test and benchmark utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously.
* [Tsung](https://github.com/processone/tsung) - Tsung is multi-protocol distributed load testing tool.
* [Wrk](https://github.com/wg/wrk) - Wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It combines a multithreaded design with scalable event notification systems such as epoll and kqueue.
* [Boom2](https://github.com/tarekziade/boom2) - Like Boom, but based on Molotov.
* [Vegeta](https://github.com/tsenart/vegeta) - Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command line utility and a library.
* [Loader](https://loader.io/) - Loader.io is a FREE load testing service that allows you to stress test
your web-apps & apis with thousands of concurrent connections.

## New Relic Plugins
* [New Relic Reporting for WordPress](https://wordpress.org/plugins/wp-newrelic/) - New Relic APM reports for WordPress

## NGNIX Configs
* [Browser caching rules for NGNIX and expire headers](https://gist.github.com/matthewjackowski/062be03b41a68edbadfc) - Browser caching rules for NGNIX and expire headers being set.
* [Enabling Gzip compression in NGNIX](https://gist.github.com/lukecav/a8e63b732e2cfd0008c6f82d4a3191fe) - Enabling Gzip compression in NGNIX.
* [NGNIX Modules](https://github.com/nginx-modules) - Forked community NGNIX modules.
* [NGINX Amplify Agent](https://github.com/nginxinc/nginx-amplify-agent) - The NGINX Amplify Agent is a Python application that provides system and NGINX metric collection.
* [Nginx WordPress Configurations](https://github.com/davidegreenwald/Nginx-for-WordPress-Configurations) - TNginx-only, Apache-free configurations for WordPress with PHP-FPM, FastCGI cache, SSL, security settings, .webp support, and phpMyAdmin (just in case!). Mix and match the .conf files for your preferred configuration and traffic needs.

## Apache Configs
* [Browser caching rules, mod_deflate and expires](https://gist.github.com/lukecav/c806c253608a7b9abfcb572bf46eb54c) - Browser caching rules for Apache, mod_deflate and expire headers being set.
* [mod_expires example](https://gist.github.com/lukecav/a9fa14d32d08cca818b7a7762eef84aa) - mod_expires examples for most common file types.

## Varnish Configs
* [Varnish 4 VCL for WordPress](https://gist.github.com/lukecav/ed29bd779ccb2f8a46fc8b30ed48c141) - Varnish 4 VCL configuration for WordPress. Also allows purging.
* [Example VCL file for Varnish](https://github.com/nicolargo/varnish-nginx-wordpress/blob/master/varnish/varnish4-wordpress) - Update to work with Varnish 4.
* [Install + Configure Varnish 3 Cache with NGNIX for WooCommerce Speed](https://guides.wp-bullet.com/install-configure-varnish-3-cache-nginx-woocommerce-speed/) - Varnish is one of the best WooCommerce caching solutions I have tried. I’ve managed to get WooCommerce shop load times under 1 second.
* [Cache AJAX GET Requests in Varnish](https://gist.github.com/lukecav/2e5b24ffda25e897c5bc5f169349607b) - Possibility to cache admin-ajax GET requests.
* [Gzip in Varnish](https://gist.github.com/lukecav/bf4d647ab4b8bb309fd8f9f2948ed106) - Set to Gzip, deflate or remove entirely in Varnish.
* [How to check if chosen Varnish cache size is ideal](https://serverfault.com/questions/54276/how-to-check-if-chosen-varnish-cache-size-is-ideal) - You can monitor how much of the maximum cache size (512 MB in this case) that Varnish has allocated by running varnishstat. Then look for the output lines "bytes allocated" and "bytes free".

## Further Reading
* [WordPress Performance – Breaking It Down by HTTP Requests](https://www.keycdn.com/blog/wordpress-performance/) - WordPress can be a tricky beast as they say when it comes to web performance. Especially if you are comparing it against others running static sites.
* [Cloudflare Cache WordPress Posts and Pages Guide](https://guides.wp-bullet.com/cloudflare-cache-wordpress-posts-and-pages-guide/) - Cloudflare helps speed up WordPress and WooCommerce sites all around the world. Powered by more than 100 datacenters globally, Cloudflare’s CDN and security is a great addition to any web site.
* [18 Tips on How to Speed Up WordPress](https://www.keycdn.com/blog/speed-up-wordpress/) - WordPress is an amazing CMS platform, but it can also be quite slow if not optimized correctly. In this guide, we will show you how to speed up WordPress by sharing our web performance strategies and recommendations.
* [15 Website Speed Test Tools for Analyzing Web Performance](https://www.keycdn.com/blog/website-speed-test-tools/) - That is why it is important to take advantage of the many free website speed test tools available out there so you can achieve optimal performance.
* [Batch Optimize JPG Lossy Linux Command Line with jpeg-recompress](https://guides.wp-bullet.com/batch-optimize-jpg-lossy-linux-command-line-with-jpeg-recompress/) - Optimizing your images can feel like black magic sometimes. The safest JPG compression is lossless meaning no quality loss (guide), lossy compression has far superior space savings.
* [Cache AJAX GET Requests with Cloudflare and Varnish](https://guides.wp-bullet.com/cache-ajax-get-requests-with-cloudflare-and-varnish/) - AJAX requests are typically used to provide dynamic content on WordPress sites and bypass cache. I have already shown how to Cache AJAX requests with Varnish to bypass PHP and MySQL for AJAX processing by storing the cache in Varnish.
* [How to Diagnose High Admin-Ajax Usage on Your WordPress Site](https://kinsta.com/blog/admin-ajax/) - A very common scenario when dealing with WordPress is diagnosing high admin-ajax.php usage. If you have been working with WordPress for a while, you have most likely encountered this when running speed tests or checking your server access logs.
* [How to Enable GZIP Compression in WordPress](https://kinsta.com/knowledgebase/enable-gzip-compression/) - To achieve fast load times on your WordPress site, decreasing the size of your pages is crucial. This can mean the difference between a site that loads in under 1 second and one that feels like its crawling.
* [How to Fix “Specify a Vary: Accept-Encoding Header” Warning](https://kinsta.com/knowledgebase/specify-vary-accept-encoding-header/) - Are you seeing the “Specify a Vary: Accept-Encoding Header” warning in Pingdom, GTmetrix, or Google PageSpeed Insights on your WordPress site? This is an HTTP header and should be included on every origin server response, as it tells the browser whether or not the client can handle compressed versions of the content.
* [WordPress Cache Enabler Plugin](https://www.keycdn.com/support/wordpress-cache-enabler-plugin/) - The WordPress Cache Enabler plugin is a lightweight caching plugin that creates static HTML files and stores them on your web server. This means that a static HTML file will be delivered whenever possible to provide users with the response data that would otherwise involve the resource intensive process of using the WP core, plugins, and database.
* [Setting Up WooCommerce Cache](https://www.keycdn.com/support/setting-up-woocommerce-cache/) - WordPress caching plugins are a popular choice when looking for ways to improve page load times.
* [Configuring caching plugins Excluding pages from the cache for WC](https://docs.woocommerce.com/document/configuring-caching-plugins/) - If using caching plugins (such as WP Super Cache or W3 Total Cache), make sure you exclude the following pages from the cache through their respective settings panels.
* [A Guide on Web Font Optimization in WordPress](https://kinsta.com/blog/web-font-optimization/ - Web fonts are a staple of modern web design and used by the overwhelming majority of WordPress websites. Optimizing the use and delivery of web fonts is critical because poorly optimized web fonts can bog down the performance of your website.
* [Troubleshooting slow page speed on your WordPress site](https://torbjornzetterlund.com/troubleshooting-slow-page-speed-on-your-wordpress-site/) - If you think that your wordpress pages are loading slowly, it is time to do some troubleshooting to improve the page speed. Do not wait in doing the troubleshooting and let your site’s success be its downfall. 
* [What is hit-for-pass in Varnish](https://info.varnish-software.com/blog/hit-for-pass-varnish-cache) - There is a term in Varnish Cache that every Varnish Cache user should know: “Hit for pass”. Like other Varnish Cache terms it is not self-explanatory and in order to understand what it is you’ll need to understand some of the mechanics of the caching.
* [10 Varnish Cache mistakes and how to avoid them](https://info.varnish-software.com/blog/10-varnish-cache-mistakes-and-how-avoid-them) - Caching an object with a Set-Cookie header can have devastating effects, as any client requesting the object will get that same cookie set.
* [How do I enable HTTP/2 Server Push in WordPress](https://support.cloudflare.com/hc/en-us/articles/115002816808-How-do-I-enable-HTTP-2-Server-Push-in-WordPress) - HTTP/2 Server Push allows a website to push content to a browser, without having to wait for the HTML of one page to render first.
* [Get to know New Relic Reporting for WordPress](https://10up.com/blog/2017/new-relic-wordpress/) - New Relic is a SaaS product that offers application performance monitoring (APM), which provides developers with real-time data for use in proactive diagnostics as well as debugging. This data—including basic information about WordPress hooks, plugins, and themes—can be queried and visualized using the New Relic Insights dashboard.

Hope this was helpful.

For any missing resources, please add them as issues. https://github.com/lukecav/awesome-wp-speed-up/issues
[![AWESOME CHEATSHEETS LOGO](_design/cover_github@2x.png)](https://lecoupa.github.io/awesome-cheatsheets/)

[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/LeCoupa/awesome-cheatsheets/blob/master/LICENSE)

**WEBSITE DIRECTORY**: [Available here](https://lecoupa.github.io/awesome-cheatsheets/).

> 📚 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

## 🤔 Why Awesome-Cheatsheets?

I usually make a cheat sheet when I want to improve my skills in a programming language, a framework or a development tool. [I started doing these kinds of things a long time ago on Gist](https://gist.github.com/LeCoupa). To better keep track of the history and to let people contribute, I reorganized all of them into this single repository. Most of the content is coming from official documentation and some books I have read.

Feel free to take a look. You might learn new things. They have been designed to provide a quick way to assess your knowledge and to save you time.

## 📚 Table of Contents

### 📃 Languages

<details>
<summary>View cheatsheets</summary>

#### Command line interface

- [Bash](languages/bash.sh)

#### Imperative

- [C](languages/C.txt)
- [C#](languages/C%23.txt)
- [Go](languages/golang.md)
- [Java](languages/java.md)
- [PHP](languages/php.php)
- [Python](languages/python.md)

#### Functional

- [JavaScript](languages/javascript.js)

</details>

### 📦 Backend

<details>
<summary>View cheatsheets</summary>

#### PHP

- [Laravel](backend/laravel.php)

#### Python

- [Django](backend/django.py)

#### Javascript

- [Adonis.js](backend/adonis.js)
- [Feathers.js](backend/feathers.js)
- [Moleculer](backend/moleculer.js)
- [Node.js](backend/node.js)
- [Sails.js](backend/sails.js)
  </details>

### 🌐 Frontend

<details>
<summary>View cheatsheets</summary>

#### Basics

- [HTML5](frontend/html5.html)

#### Frameworks

- [React.js](frontend/react.js)
- [Vue.js](frontend/vue.js)
- [Tailwind.css](frontend/tailwind.css)
- [Ember.js](frontend/ember.js)
- [Angular (2+)](frontend/angular.js)
- [AngularJS](frontend/angularjs.js)
  </details>

### 🗃️ Databases

<details>
<summary>View cheatsheets</summary>

#### SQL

- [MySQL](databases/mysql.sh)

#### NoSQL

- [Redis](databases/redis.sh)
  </details>

### 🔧 Tools

<details>
<summary>View cheatsheets</summary>

#### Development

- [cURL](tools/curl.sh)
- [Drush](tools/drush.sh)
- [Elasticsearch](tools/elasticsearch.js)
- [Emmet](tools/emmet.md)
- [Git](tools/git.sh)
- [Puppeteer](tools/puppeteer.js)
- [Sublime Text](tools/sublime_text.md)
- [VIM](tools/vim.txt)
- [Visual Studio Code](tools/vscode.md)
- [Xcode](tools/xcode.txt)

#### Infrastructure

- [AWS CLI](tools/aws.sh)
- [Docker](tools/docker.sh)
- [Heroku CLI](tools/heroku.sh)
- [Kubernetes](tools/kubernetes.md)
- [Nanobox Boxfile](tools/nanobox_boxfile.yml)
- [Nanobox CLI](tools/nanobox_cli.sh)
- [Nginx](tools/nginx.sh)
- [PM2](tools/pm2.sh)
- [Ubuntu](tools/ubuntu.sh)
  </details>

## 🙌🏼 How to Contribute?

You are more than welcome to contribute and build your own cheat sheet for your favorite programming language, framework or development tool. Just submit changes via pull request and I will review them before merging.
AwesomeBump is a free and open source graphic app written using Qt library. It was made as an alternative to known gimp plugin Insane Bump or the commercial tool Crazy Bump. It is designed to generate normal, height, specular or ambient occlusion, metallic, roughness and other textures from a single image. Most of the image processing is done on GPU so the program runs very fast and all the parameters can be changed in real time.

!!! Features
* Converts normal map to height map (bump map and vice versa
* Extract the bump from the arbitrary image
* Calculate ambient occlusion and specularity of image
* Perspective tranformation of the image
* Creating seamless texture (simple linear filter, random mode, or mirror filter)
* Generate roughness and metallic textures (different types of surface analysis are available)
* Real time tessellation is available
* Saving images to following formats: PNG, JPG,BMP,TGA
* Edit one texture which contains different materials
* Add some grunge to your map with grunge texture
* Mix two bumpmaps together with normal map mixer
* and many others...
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-178.3 -167.1 1000 700"><path d="M79.9 323.1c4 0 7.3 1.4 10.1 4.2 2.8 2.8 4.2 6.2 4.2 10.1V387H43.5c-4 0-7.3-1.4-10.1-4.2-2.8-2.8-4.2-6.2-4.2-10.1v-23.6h53.1v-11.7c0-.7-.2-1.2-.7-1.7-.5-.5-1-.7-1.7-.7H29.2v-11.9h50.7zm2.4 52V361H41.1v11.7c0 .7.2 1.2.7 1.7.5.5 1 .7 1.7.7h38.8zm114.7-52h12.7l-24 63.9H176l-21.5-47.5-20.3 47.5-.2-.1.1.1h-9.6l-25.1-63.9H112l17.3 42.4 18.4-42.4h13.6l19.5 42.4 16.2-42.4zm67.2 0c4 0 7.3 1.4 10.1 4.2 2.8 2.8 4.2 6.2 4.2 10.1V361h-53.1v11.7c0 .7.2 1.2.7 1.7.5.5 1 .7 1.7.7h50.7V387h-50.7c-4 0-7.3-1.4-10.1-4.2-2.8-2.8-4.2-6.2-4.2-10.1v-35.3c0-4 1.4-7.3 4.2-10.1 2.8-2.8 6.2-4.2 10.1-4.2h36.4zm-38.8 26h41.2v-11.7c0-.7-.2-1.2-.7-1.7-.5-.5-1-.7-1.7-.7h-36.4c-.7 0-1.2.2-1.7.7-.5.5-.7 1-.7 1.7v11.7zm129-11.6v2.4h-11.9v-2.4c0-.7-.2-1.2-.7-1.7-.5-.5-1-.7-1.7-.7h-36.4c-.7 0-1.2.2-1.7.7-.5.5-.7 1-.7 1.7v9.3c0 .7.2 1.2.7 1.7.5.5 1 .7 1.7.7h36.4c4 0 7.3 1.4 10.1 4.2 2.8 2.8 4.2 6.2 4.2 10.1v9.3c0 4-1.4 7.3-4.2 10.1-2.8 2.8-6.2 4.2-10.1 4.2h-36.4c-4 0-7.3-1.4-10.1-4.2-2.8-2.8-4.2-6.2-4.2-10.1v-2.4h11.9v2.4c0 .7.2 1.2.7 1.7.5.5 1 .7 1.7.7h36.4c.7 0 1.2-.2 1.7-.7.5-.5.7-1 .7-1.7v-9.3c0-.7-.2-1.2-.7-1.7-.5-.5-1-.7-1.7-.7h-36.4c-4 0-7.3-1.4-10.1-4.2-2.8-2.8-4.2-6.2-4.2-10.1v-9.3c0-4 1.4-7.3 4.2-10.1 2.8-2.8 6.2-4.2 10.1-4.2h36.4c4 0 7.3 1.4 10.1 4.2 2.8 2.7 4.2 6.1 4.2 10.1zm25.2-14.4H416c4 0 7.3 1.4 10.1 4.2 2.8 2.8 4.2 6.2 4.2 10.1v35.3c0 4-1.4 7.3-4.2 10.1-2.8 2.8-6.2 4.2-10.1 4.2h-36.4c-4 0-7.3-1.4-10.1-4.2-2.8-2.8-4.2-6.2-4.2-10.1v-35.3c0-4 1.4-7.3 4.2-10.1 2.8-2.8 6.2-4.2 10.1-4.2zM416 335h-36.4c-.7 0-1.2.2-1.7.7-.5.5-.7 1-.7 1.7v35.3c0 .7.2 1.2.7 1.7.5.5 1 .7 1.7.7H416c.7 0 1.2-.2 1.7-.7.5-.5.7-1 .7-1.7v-35.3c0-.7-.2-1.2-.7-1.7-.5-.4-1-.7-1.7-.7zm107.5-11.9c4 0 7.3 1.4 10.1 4.2 2.8 2.8 4.2 6.2 4.2 10.1V387H526v-49.6c0-.7-.2-1.2-.7-1.7-.5-.5-1.1-.7-1.8-.7h-25.2c-.7 0-1.2.2-1.7.7-.5.5-.7 1-.7 1.7V387H484v-49.6c0-.7-.2-1.2-.7-1.7-.5-.5-1-.7-1.7-.7h-25.3c-.7 0-1.2.2-1.7.7-.5.5-.7 1-.7 1.7V387H442v-63.9h81.5zm76.5 0c4 0 7.3 1.4 10.1 4.2 2.8 2.8 4.2 6.2 4.2 10.1V361h-53.1v11.7c0 .7.2 1.2.7 1.7.5.5 1 .7 1.7.7h50.7V387h-50.7c-4 0-7.3-1.4-10.1-4.2-2.8-2.8-4.2-6.2-4.2-10.1v-35.3c0-4 1.4-7.3 4.2-10.1 2.8-2.8 6.2-4.2 10.1-4.2H600zm-38.8 26h41.2v-11.7c0-.7-.2-1.2-.7-1.7-.5-.5-1-.7-1.7-.7h-36.4c-.7 0-1.2.2-1.7.7-.5.5-.7 1-.7 1.7v11.7z" fill="#494368"/><path fill="#FC60A8" d="M614.2 91l-150-137.6-21.1 23L568.1 91H75.4l125-114.7-21.1-23L29.3 91h-.1v90.7c0 41 39.5 74.4 88 74.4h92.5c48.5 0 88-33.4 88-74.4v-59.6h48v59.6c0 41 39.5 74.4 88 74.4h92.5c48.5 0 88-33.4 88-74.4V91z"/></svg>
# Awesome Piracy [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

> A curated list of arrrrrrrrr!

## Preamble
Over the past couple of years, I've accumulated bookmarks, saved Reddit posts, and GitHub stars all related to piracy in some form or another. This list is my attempt to add structure to those resources and share them. Everything you need to get started on your pirate voyage can be found below.

I am aware that a number of websites featured in this list rely on operating under obscurity, and that this list could potentially contribute to their demise through excess exposure. I'm sorry about that - I just like making lists.

Please ensure you use an adblocker like [uBlock Origin](https://github.com/gorhill/uBlock) to access any of the websites listed here, otherwise, you will have a bad time.

For discussion and feedback, please head to [the Reddit thread on /r/Piracy](https://www.reddit.com/r/Piracy/comments/9nontk/awesome_piracy_a_curated_list_of_awesome_warez/). If you come across dead links, please report them by [creating an issue](https://github.com/Igglybuff/awesome-piracy/issues/new).

## How to use this list
Some items in this list could easily fit in more than one category, so to make sure you find what you're looking for please use `Ctrl + F` (or `Cmd + F` on macOS).

## Emoji
You will notice some items on this list have a :star2: next to them. Items with a :star2: represent the author's top pick for that category. This is an entirely opinionated rating from someone who doesn't know everything about every item on the list, so be sure to check out alternative options before assuming something is "the best". That said, I do explore and test every resource I add to this list wherever possible.

## Background Information
- [Wikipedia "File sharing" category](https://en.wikipedia.org/wiki/Category:File_sharing) Wikipedia's full list of file-sharing related articles.

## Contents
- [VPNs](#vpns)
    - [VPN Guides and Tutorials](#vpn-guides-and-tutorials)
    - [VPN Subscription Services](#vpn-subscription-services)
    - [Self-hosted VPNs](#self-hosted-vpns)
- [Browser Extensions](#browser-extensions)
- [Userscripts](#userscripts)
- [Password Vaults](#password-vaults)
- [Antivirus](#antivirus)
- [Privacy](#privacy)
    - [Windows 10 Privacy](#windows-10-privacy)
- [Email](#email)
- [Operating Systems](#operating-systems)
- [Decentralised Networks](#decentralised-networks)
- [Domain Names](#domain-names)
- [Torrenting](#torrenting)
    - [Trackers](#trackers)
        - [Private Trackers](#private-trackers)
        - [Semi-Private Trackers](#semi-private-trackers)
        - [Public Trackers](#public-trackers)
    - [Tracker Aggregators](#tracker-aggregators)
    - [Tracker Proxies](#tracker-proxies)
    - [Tracker Invites](#tracker-invites)
    - [Torrent Clients](#torrent-clients)
    -   - [Deluge](#deluge)
        - [rTorrent](#rtorrent)
        - [WebTorrent Clients](#webtorrent-clients)
    - [autodl-irssi](#autodl-irssi)
    - [Seedboxes](#seedboxes)
        - [Web-based Cloud Seedboxes](#web-based-cloud-seedboxes)
        - [Seedbox Hosting Providers](#seedbox-hosting-providers)
        - [Seedbox Setup Tools and Guides](#seedbox-setup-tools-and-guides)
    - [Tracker Frameworks](#tracker-frameworks)
- [Usenet](#usenet)
    - [Usenet Providers](#usenet-providers)
    - [Usenet Indexers](#usenet-indexers)
        - [Usenet Indexing Software](#usenet-indexing-software)
        - [Paid Indexers](#paid-indexers)
        - [Free Indexers](#free-indexers)
    - [Usenet Clients](#usenet-clients)
- [Direct Downloads](#direct-downloads)
    - [Download Managers](#download-managers)
    - [DDL Tools](#ddl-tools)
    - [Custom Google Search Engines](#custom-google-search-engines)
    - [FTP Indexers](#ftp-indexers)
    - [DDL Search Engines and Crawlers](#ddl-search-engines-and-crawlers)
    - [DDL Link Sites](#ddl-link-sites)
    - [Premium Link Generators](#premium-link-generators)
    - [Premium Link Hosts](#premium-link-hosts)
    - [Open Directories](#open-directories)
    - [Streaming Sites](#streaming-sites)
        - [HD Streaming](#hd-streaming)
        - [Big Media Libraries](#big-media-libraries)
        - [TV](#tv)
        - [Anime](#anime)
        - [Cartoons](#cartoons)
        - [Sports Streaming](#sports-streaming)
        - [Specialty Sites](#specialty-sites)
        - [Openload Hosts](#third-party-hosts)
- [Media Centre Applications](#media-centre-applications)
- [Stremio](#stremio)
- [Plex](#plex)
    - [Plex Plugins](#plex-plugins)
    - [Plex Requests](#plex-requests)
    - [Plex Scripts and Tools](#plex-scripts-and-tools)
    - [Plex Shares](#plex-shares)
    - [Plex Transcoding](#plex-transcoding)
    - [Plex Logging and Metrics](#plex-logging-and-metrics)
    - [Plex Clients](#plex-clients)
- [Kodi](#kodi)
- [Gaming](#gaming)
    - [Repacks](#repacks)
    - [ROMs](#roms)
    - [Console Games](#console-games)
    - [Homebrew and Custom Firmware](#homebrew-and-custom-firmware)
- [Music](#music)
    - [Music Streaming](#music-streaming)
    - [Music Downloading](#music-downloading)
    - [Spotify](#spotify)
    - [iTunes](#itunes)
- [Software](#software)
- [Ebooks](#ebooks)
- [Magazines](#magazines)
- [Academic Papers and Material](#academic-papers-and-material)
- [Textbooks](#textbooks)
- [Courses and Tutorials](#courses-and-tutorials)
- [Audiobooks](#audiobooks)
- [Comicbooks](#comicbooks)
- [Manga](#manga)
- [Documentaries](#documentaries)
- [Fonts, Icons and Graphics](#fonts-icons-and-graphics)
- [Automation](#automation)
    - [TV Automation](#tv-automation)
    - [Movie Automation](#movie-automation)
    - [Music Automation](#music-automation)
    - [Subtitles Automation](#subtitles-automation)
- [P2P Networks](#p2p-networks)
- [Ripping, Transcoding, Converting, Encoding](#ripping-transcoding-converting-encoding)
- [Cloud Storage](#cloud-storage)
- [File Renaming and Tagging](#file-renaming-and-tagging)
- [Mobile Apps](#mobile-apps)
    - [Streaming Apps](#streaming-apps)
    - [Torrent Apps](#torrent-apps)
    - [APKs](#apks)
- [Discord Servers](#discord-servers)
- [IPTV and DVR](#iptv-and-dvr)
    - [Acestreams](#acestreams)
- [IRC](#irc)
    - [IRC Clients](#irc-clients)
    - [IRC Networks](#irc-networks)
    - [IRC Search Engines](#irc-search-engines)
- [DC++](#dc)
- [Full Movies On](#full-movies-on)
- [Piracy Blogs and News](#piracy-blogs-and-news)
- [Content Discovery](#content-discovery)
    - [PreDB Sites](#predb-sites)
- [Dashboards and Homepages](#dashboards-and-homepages)
- [Proxy Sites](#proxy-sites)
- [File Sharing Tools](#file-sharing-tools)
- [Stream Synchronisation](#stream-synchronisation)
- [Telegram Piracy](#telegram-piracy)
- [Miscellaneous](#miscellaneous)

## VPNs

### VPN Guides and Tutorials
- [That One Privacy Site](https://thatoneprivacysite.net/vpn-section/) VPN section of That One Privacy Site with VPN comparisons
- [Choosing the best VPN (for you)](https://www.reddit.com/r/VPN/comments/4iho8e/that_one_privacy_guys_guide_to_choosing_the_best/?st=iu9u47u7&sh=459a76f2) That One Privacy Guy's - Guide to Choosing the Best VPN (for you)
- [/r/VPN wiki](https://www.reddit.com/r/VPN/wiki/index) Helpful FAQ-type resource composed by the folks at /r/VPN
- [Choosing the VPN that's right for you](https://ssd.eff.org/en/module/choosing-vpn-thats-right-you) Helpful guide from the EFF
- [Which VPN services keep you anonymous in 2018?](https://torrentfreak.com/vpn-services-keep-anonymous-2018/) TorrentFreak Article by Ernesto
- [privacytools.io](https://www.privacytools.io/) "Encryption against global mass surveillance". Plenty of information to help protect your privacy online.
- [VPN over SSH](https://wiki.archlinux.org/index.php/VPN_over_SSH) ArchWiki page describing how to achieve a poor man's VPN with SSH tunneling
- [/r/VPNTorrents](https://www.reddit.com/r/VPNTorrents) This is for the discussion of torrenting (and similar P2P protocols) using VPN type technology.

### VPN Subscription Services
- [Private Internet Access](https://www.privateinternetaccess.com/) :star2: Hugely popular subscription-based VPN provider with a proven track record for not keeping logs
- [Mullvad](https://mullvad.net/en/) A Bitcoin-friendly, privacy-first VPN.
- [ProtonVPN](https://protonvpn.com/) High-speed Swiss VPN that safeguards your privacy.
- [NordVPN](https://nordvpn.com/) With NordVPN, encrypt your online activity to protect your private data from hackers or snoopy advertisers.
- [Windscribe](https://windscribe.com/) Simple VPN, has a free plan that gives you 10gb/mo bandwidth, paid version even has port forwarding for static IPs, privacy-focused.
- [ExpressVPN](https://www.expressvpn.com/vpnmentor1) VPN with 256-bit encryption, 94 countries, and no logs. It is also rated as one of the fastest VPNs out there.

### Self-hosted VPNs
- [n2n](https://github.com/ntop/n2n) Peer-to-peer VPN
- [PeerVPN](https://peervpn.net/) PeerVPN is a software that builds virtual ethernet networks between multiple computers.
- [OpenVPN](https://openvpn.net/) :star2: OpenVPN provides flexible VPN solutions to secure your data communications, whether it's for Internet privacy, remote access for employees, securing IoT, or for networking Cloud data centers.
- [Nebula](https://github.com/slackhq/nebula) A scalable overlay networking tool with a focus on performance, simplicity and security
- [Pritunl](https://pritunl.com/) Enterprise Distributed OpenVPN and IPsec Server
- [WireGuard VPN](https://www.wireguard.com/) WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec.
- [sshuttle](https://github.com/sshuttle/sshuttle) Transparent proxy server that works as a poor man's VPN.
- [ZeroTier](https://www.zerotier.com) Peer-to-peer multi-platform VPN
- [Outline by Alphabet](https://www.getoutline.org/) Not exactly a VPN, but is strong in privacy and security. Works with DO, Google Cloud, AWS and more.
- [Mysterium Network](https://mysterium.network/) Open-source VPN client and server software. It can be used to sell your spare bandwidth for cryptocurrency.
- [tinc](https://tinc-vpn.org/) Peer-to-peer VPN software with mesh routing.
- [OpenConnect](https://www.infradead.org/openconnect/) Multiplatform VPN compatible with Cisco's AnyConnect. Uses well-tested, standard TLS connections which easily bypass DPI.
- [Shadowsocks](https://shadowsocks.org/) Secure SOCKS proxy used in China for bypassing the Great Firewall.

## Browser Extensions
- [Decentraleyes](https://decentraleyes.org/) Protects against tracking with a local CDN (Content Delivery Network) emulation.
- [Privacy Badger](https://www.eff.org/privacybadger) Privacy Badger blocks spying ads and invisible trackers.
- [HTTPS Everywhere](https://www.eff.org/https-everywhere) HTTPS Everywhere is a Firefox, Chrome, and Opera extension that encrypts your communications with many major websites, making your browsing more secure.
- [uBlock Origin](https://github.com/gorhill/uBlock) :star2: An efficient blocker for Chromium and Firefox. Fast and lean.
- [TamperMonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en) The world's most popular userscript manager
- [WebRTC Network Limiter](https://chrome.google.com/webstore/detail/webrtc-network-limiter/npeicpdbkakmehahjeeohfdhnlpdklia?hl=en) Configures how WebRTC's network traffic is routed by changing Chrome's privacy settings.
- [ScriptSafe](https://chrome.google.com/webstore/detail/scriptsafe/oiigbmnaadbkfbmpbfijlflahbdbdgdf?hl=en) A browser extension that gives users control of the web and more secure browsing while emphasizing simplicity and intuitiveness.
- [NoScript](https://noscript.net/getit) Allow active content to run only from sites you trust, and protect yourself against XSS and clickjacking attacks. Firefox only.
- [Burlesco](https://burles.co/en/) Read the news without subscribing, bypass the paywall
- [Universal Bypass](https://github.com/Sainan/Universal-Bypass) Universal Bypass automatically skips annoying link shorteners.
- [Violentmonkey](https://violentmonkey.github.io/) An open-source userscript manager.
- [Anti-Paywall](https://github.com/nextgens/anti-paywall) A browser extension that maximizes the chances of bypassing paywalls
- [Google Unlocked](https://github.com/Ibit-to/google-unlocked) Uncensor google search results.

## Userscripts
- [IMDb Scout](https://greasyfork.org/en/scripts/3967-imdb-scout) Add links from IMDb pages to torrent sites -- easy downloading from IMDb
- [IMDb Scout Mod](https://greasyfork.org/en/scripts/407284-imdb-scout-mod) Adds links to IMDb pages from the torrent, ddl, subtitles, streaming, usenet and other sites.
- [AdsBypasser](https://adsbypasser.github.io/) This user script helps you to skip countdown ads or continue pages and prevent ad pop-up windows.
- [AntiAdware](https://greasyfork.org/en/scripts/4294-antiadware) Remove forced download accelerators, managers, and adware on supported websites
- [Direct download from Google Play](https://greasyfork.org/en/scripts/33005-direct-download-from-google-play/) Adds APKPure, APKMirror and Evozi download buttons to Google Play when browsing apps.
- [AdGuard Popup Blocker](https://github.com/AdguardTeam/PopupBlocker) Popup Blocker by AdGuard is a userscript that blocks all unwanted pop-up windows in different browsers.
- [Torrentz2 Magnet](https://greasyfork.org/en/scripts/21547-torrentz2-magnet) Add magnet link to torrentz2
- [Bypass paywalls for scientific documents](https://greasyfork.org/en/scripts/35521-bypass-paywalls-for-scientific-documents) This script adds download buttons on Google Scholar, Scopus, and Web Of Science, which lead to sci-hub.tw.
- [Bypass Google Sorry (reCAPTCHA)](https://greasyfork.org/en/scripts/33226-bypass-google-sorry-recaptcha) Redirect Google reCAPTCHA to a new search window.
- [Google Image "View Image" button](https://greasyfork.org/en/scripts/392076-google-images-direct-link-fix) Add "View Image" button. This is a fork of the original.
- [MoreCAPTCHA](https://greasyfork.org/en/scripts/31088-morecaptcha) Speeds up solving Google reCAPTCHA challenges by shortening transition effects and providing continuous selection ability.
- [MAL-Sync](https://greasyfork.org/en/scripts/372847-mal-sync) Integrates MyAnimeList into various sites, with auto episode tracking.
- [Remove fake TPB torrents](https://www.removeddit.com/r/Piracy/comments/78aicx/i_wrote_a_small_script_that_automatically_hides/) Script that automatically hides fake torrents on The Pirate Bay based on conditional logic.
- [Get DLC Info from SteamDB](https://cs.rin.ru/forum/viewtopic.php?t=71837) For use with CreamAPI and similar tools.
- [The Pirate Bay Cleaner](https://greasyfork.org/en/scripts/1573-the-pirate-bay-cleaner) Auto-sorting, torrentifying, theme-change, search-change, SSL/HTTPS and more.

## Password Vaults
- [BitWarden](https://bitwarden.com/) :star2: Open source password management solution, can be self-hosted
- [1Password](https://1password.com/) Popular cloud-hosted password manager
- [KeePass](https://keepass.info/) Free, open source, light-weight, and easy-to-use password manager.
  - [Plugins](https://keepass.info/plugins.html) : A list of third-party plugins for KeePass
  - Android: [Keepass2Android](https://github.com/PhilippC/keepass2android)
  - iPhone: [KeePassium](https://keepassium.com/)
  - Chrome: [Tusk](https://chrome.google.com/webstore/detail/keepass-tusk-password-acc/fmhmiaejopepamlcjkncpgpdjichnecm)
  - Firefox: [Tusk](https://addons.mozilla.org/en-US/firefox/addon/keepass-tusk)
  - Web App: [KeeWeb](https://keeweb.info/)
- [LastPass](https://www.lastpass.com/) LastPass remembers all your passwords, so you don't have to.
- [Pass](https://www.passwordstore.org/) Simple GPG/Git password manager. Follows the Unix philosophy.
- [Dashlane](https://www.dashlane.com/) An intuitive password manager with over with over 8 million users worldwide.
- [Passbolt](https://www.passbolt.com/) Free, open source, self-hosted, extensible, OpenPGP based.
- [LessPass](https://lesspass.com/) Stateless open source password manager
- [Psono](https://psono.com/) Open source and self-hosted password manager for teams
- [Buttercup](https://buttercup.pw/) Another open source password manager with desktop, mobile, and browser clients.

## Antivirus
- [MalwareBytes](https://www.malwarebytes.com/) :star2: "crushes malware so you are protected and your machine keeps running smoothly."
- [HitmanPro](https://www.hitmanpro.com) Antivirus product from Sophos
- [VirusTotal](https://www.virustotal.com/) Web service for scanning files and URLs for viruses
- [How to remove viruses and malware on your Windows PC](https://www.howtogeek.com/126911/what-to-do-if-you-get-a-virus-on-your-computer/) Helpful HowToGeek article on cleaning out the pipes
- [Avast Antivirus](https://www.avast.com) Avast Antivirus is a multi-platform antivirus application with a free tier. Be sure to opt-out of sending anonymous usage statistics.

## Privacy
- [Prism Break](https://prism-break.org/en/) Opt out of global data surveillance programs like PRISM, XKeyscore, and Tempora.
- [/r/privacy](https://www.reddit.com/r/privacy/) The intersection of technology, privacy, and freedom in a digital world.
- [Any Soft Keyboard](https://github.com/AnySoftKeyboard/AnySoftKeyboard) A privacy-focused keyboard

### Windows 10 Privacy
- [O&O ShutUp10](https://www.oo-software.com/en/shutup10) O&O ShutUp10 means you have full control over which comfort functions under Windows 10 you wish to use, and you decide when the passing on of your data goes too far.
- [Windows 10 Privacy Guide](https://github.com/adolfintel/Windows10-Privacy) :star2: an In-depth guide on purging Windows 10 of Microsoft's attempts to track you
- [Windows Privacy Tweaker](https://www.phrozen.io/freeware/windows-privacy-tweaker/) Freeware app from phrozen.io
- [Winaero](https://winaero.com/blog/about-us/) Free, small and useful software for Windows.
- [WPD](https://wpd.app/) The real privacy dashboard for Windows
- [Destroy-Windows-10-Spying](http://m.majorgeeks.com/files/details/destroy_windows_10_spying.html) Destroy Windows Spying tool
- [Tron](https://www.reddit.com/r/TronScript) Tron, an automated PC cleanup script
- [Tallow](https://github.com/basil00/TorWall) Tallow is a transparent Tor firewall and proxying solution for Windows.

## Email
- [ProtonMail](https://protonmail.com/) Secure Email Based in Switzerland
- [10 Minute Mail](https://10minutemail.net/) Disposable, private mailboxes
- [Cock.li](https://cock.li/) Yeah it's mail with cocks
- [Tutanota](https://tutanota.com/) Secure, open source email service

## Decentralised Networks
- [Tor](https://www.torproject.org/) :star2: Tor is free software and an open network that helps you defend against traffic analysis.
- [I2P](https://geti2p.net/en/) I2P is an anonymous overlay network - a network within a network. It is intended to protect communication from dragnet surveillance and monitoring by third parties such as ISPs.
- [Freenet](https://freenetproject.org) Freenet is free software which lets you anonymously share files, browse and publish "freesites" (web sites accessible only through Freenet) and chat on forums, without fear of censorship.
- [Zeronet](https://zeronet.io/) Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network
- [Loki](https://github.com/loki-project/loki-network) Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
- [IPFS](https://ipfs.io/) A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open.
- [Yggdrasil](https://yggdrasil-network.github.io/about.html) Makes use of a global spanning tree to form a scalable IPv6 encrypted mesh network.

## Operating Systems
- [Qubes OS](https://www.qubes-os.org/) Qubes OS is a security-oriented operating system
- [Tails](https://tails.boum.org/) Tails is a live operating system that you can start on almost any computer from a USB stick or a DVD.

## Domain Names
- [Njalla](https://njal.la/) a privacy-aware domain registration service
- [xip.io](http://xip.io/) magic domain name that provides wildcard DNS
for any IP address.
- [Domainr](https://domainr.com/) Domainr finds domain names and short URLs. Instantly check availability and register for all top-level domains.

## Torrenting
- [/r/torrents](https://www.reddit.com/r/torrents) Questions and discussion about all things torrent-related
- [BitTorrent](https://en.wikipedia.org/wiki/BitTorrent) Wikipedia's article on the BitTorrent file sharing protocol
- [Live Tracer](https://trace.corrupt-net.org/live.php) Pre-time tracer for scene releases
- [magent2torrent.me](http://magnet2torrent.me/) Converts magnet links to torrent files
- [mgnet.me](http://mgnet.me/) Magnet URI shortener
- [Torrent🧲Parts](https://torrent.parts/) - Inspect and edit what's in your Torrent file or Magnet link
- [Torrage](https://torrage.info/) Torrage is a free service for caching torrent files online.
- [peerflix Google Search](https://www.google.com/search?q=peerflix+site%3Aherokuapp.com) Searches Heroku-deployed instances of Peerflix for streaming torrents
- [Torznab](https://nzbdrone.readthedocs.io/Implementing-a-Torznab-indexer/) Newznab-like API offering a standardized recent/search API for both TV and movies
- [xbit](https://xbit.pw) Magnet link repository
- [torrents.csv](https://gitlab.com/dessalines/torrents.csv) Torrents.csv is a collaborative repository of torrents, consisting of a single, searchable torrents.csv file.
- [torrents-csv.ml](https://torrents-csv.ml) The above torrents.csv hosted.
- [mktorrent](https://github.com/Rudde/mktorrent) mktorrent is a simple command line utility to create BitTorrent metainfo files.
- [Torrent Paradise](https://torrent-paradise.ml/) IPFS-based decentralised torrent search engine.
- [torrent.nz](https://torrent.nz/) Torrent.nz is a magnet torrent search engine.
- [magnetico](https://github.com/boramalper/magnetico) Autonomous (self-hosted) BitTorrent DHT search engine suite

### Trackers
- [/r/trackers](https://www.reddit.com/r/trackers) :star2: A subreddit for discussing public & private trackers.
- [A Simple Guide To A Better Ratio](https://www.reddit.com/r/trackers/comments/fthja/a_simple_guide_to_a_better_ratio/) A good tracker requires you to upload what you download. This guide explains many of the methods involved with keeping on top of this sometimes difficult task.
- [Tracker Twitters](https://filenetworks.blogspot.com/2010/12/list-of-private-torrent-trackers.html) List Of Private Torrent Trackers & BitTorrent News Accounts To Follow On Twitter
- [Bravo List](http://www.bvlist.com/) Tracker directory

#### Private Trackers
- [AlphaRatio ](https://alpharatio.cc) (AR) :star2: A good starter tracker with lots of freeleech content.
- [AnimeBytes](https://animebytes.tv/) (AB) community centralized around Japanese media, including anime, manga, and music
- [Audionews](https://audionews.org/) (AN) Private torrent tracker for music production audio. (DJ apps, audio editor, DAW apps, etc) Open signups on the 1st-2nd every month.
- [Awesome HD](https://awesome-hd.me/) (AHD) Awesome-HD is a private tracker for quality enthusiasts.
- [BakaBT](https://bakabt.me/) (BBT) a torrent tracker which specializes in serving anime fans
- [Bibliotik](https://bibliotik.me/) (BI) Popular ebooks/audiobooks private tracker
- [Bitspyder](http://bitspyder.net/) (BS) Bitspyder is an educational torrent site devoted to e-Learning content such as e-Books, video courses, and audiobooks.
- [Blutopia](https://blutopia.xyz) (BLU) Blutopia is a private tracker for HD movies and HD TV shows.
- [CGPeers](https://www.cgpeers.com/) (CGP) CGPeers is a private torrent tracker for all things computer graphics: tutorials, graphics software, 3D, visual effects, design, and computer-assisted art.
- [Filelist](https://filelist.io/) (FL) Large Romanian general tracker with mostly English content. No RAR files allowed. (Scene torrents are unrared, and then allowed.)
- [GazelleGames](https://gazellegames.net/login.php) (GGn) Currently the largest private tracker for games.
- [HD4Free](https://hd4.xyz) (HD4F) HD4Free is a general HD tracker with a good range of content. It is a ratioless tracker so it is great for beginners. Note that any adult content/porn is strictly prohibited there.
- [HD-Forever](https://hdf.world/) (HD-F) HD-Forever is a French private tracker for HD movies.
- [HD-Space](https://hd-space.org/) (HDS) HD-Space is a private torrent tracker hosting HD movies, TV shows, and music torrents. Good tracker for beginners.
- [IPTorrents](https://iptorrents.com/) (IPT) Private tracker with movies, books, and more.
- [JPopsuki](https://jpopsuki.eu/) (JPop) JPopsuki is a torrent tracker focused on Asian music.
- [MyAnonaMouse](https://www.myanonamouse.net/) (MAM) Private E-Learning tracker with about 360 000 torrents including audiobooks, e-learning, musicology, and radio.
- [MySpleen](http://www.myspleen.org/login.php) (MS) MySpleen is a private tracker which specialises in comedy, animation, and TV series.
- [Nostalgic Torrents](https://nostalgic.is/) (NT) Private tracker for anime, comics/manga, documentaries, movies, TV - PRE 2013, TV - PRE 2009 With Original Commercials, etc. Also known as The-Archive and HeyNow.
- [PassThePopcorn](https://passthepopcorn.me/) (PTP) ratio-based torrent tracker for movies
- [PolishTracker](https://pte.nu/) (PT) PolishTracker is the oldest private Polish tracker existing to this day
- [PolishSource](https://polishsource.cz/) (PS) PolishSource is a big private Polish ratio-less tracker
- [PrivateHD](https://privatehd.to/) (PhD) PrivateHD is a private BitTorrent tracker focused on high definition movies and TV show torrents.
- [Redacted](https://redacted.ch/) (RED) Largest private music tracker at 1.5 million torrents.
- [TheGeeks](https://thegeeks.click/) (TGBZ) Private tracker for e-learning
- [TorrentLeech](https://torrentleech.org/) (TL) Well-known popular private tracker
- [TVChaos UK](https://www.tvchaosuk.com/) (TVCUK) Private tracker for British television
- [UHDBits](https://uhdbits.org/) (UHD) UHDBits is a Vietnamese private torrent tracker focused on HD movies and TV shows.
- [WorldOfP2P](https://worldofp2p.net) (WOP) Private tracker for Movies, TV, and General.
- [/PTG tracker manifesto](https://pastebin.com/thLgSkNE) List of private trackers
- [0QoLttS.jpg](https://i.imgur.com/0QoLttS.jpg) Screenshot of a table from somewhere of private trackers and their sign-up requirements
- [Private Tracker Flowchart](https://wiki.installgentoo.com/images/9/97/Private_tracker_flowchart.png) V4 of the private tracker flowchart. Somewhat out of date.
- [Private trackers](https://wiki.installgentoo.com/index.php/Private_trackers) Guide on how to get into (and survive) the world of private trackers.
- [RED Interview Prep](https://interviewfor.red/en/index.html) This site was written as a guide for potential users to learn about music formats, transcodes, torrenting, and burning and ripping — everything you need to know to pass the RED interview.
- [Tracker Spreadsheet](https://docs.google.com/spreadsheets/d/1zYZ2107xOZwQ37AjLTc5A4dUJl0ilg8oMrZyA0BGvc0/edit#gid=1357476050) Comprehensive spreadsheet of private trackers (somewhat out of date)

#### Semi-Private Trackers
- [ruTracker](https://rutracker.org/forum/index.php) :star2: RuTracker is a huge Russian torrent site with a thriving file-sharing community.
- [Zamunda.net](http://zamunda.net) A Bulgarian tracker with English and Russian translations available.
- [ArenaBG](https://arenabg.com/) A Bulgarian tracker with an English translation available.
- [NoNaMe Club](https://nnmclub.to/) Russian semi-private tracker and forum
- [MetalArea](https://metalarea.org/) Russian (someplaces english) tracker for obscure metal and dungeon synth.

#### Public Trackers
- [1337x](https://1337x.to/) 1337x is a torrent site that offers verified torrent downloads.
- [ETTV](https://www.ettv.tv/) ETTV is a torrent site specific for movie torrents.
- [EZTV](https://eztv.ag/) EZTV is a torrent site for TV shows founded by TV-torrent distribution group EZTV.
- [Isohunt2](https://isohunt2.net/) Clone of the original isoHunt torrent index and repository
- [KickAss Torrents](https://katcr.co/) Community-made reincarnation launched in 2016
- [RARBG](https://rarbg.to/) :star2: Public tracker with its own release group
- [YTS](https://yts.am/) Small-size HD movies from YIFY
- [The Pirate Bay](https://thepiratebay.org/) Infamous torrent site which is somehow still running, blocked in most places but can be [accessed](https://piratebayblocked.com/) [via](https://cruzing.xyz/) [numerous](https://thepiratebay.vin/) [proxy](https://pirateproxy.life/) [sites](https://tpbproxy.online/)
- [The Proxy Bay](https://proxybay.bz/) Can't access The Pirate Bay? Try one of these proxy sites.
- [Idope (Clone)](https://idope.se/) iDope is a torrent search engine presenting direct magnet links, comments and up to date seeder/leecher statistics.
- [Torrentz2](https://torrentz2.is/) A good replacement of the defunct Torrentz.eu [other](https://torrentsmirror.com/) [mirrors](https://torrentz.pl/)
- [Zooqle](https://zooqle.com/) Zooqle is a relatively new torrent index providing a huge database of verified torrents.
- [rutor](http://rutor.info/) Russian tracker
- [GloTorrents](https://glodls.to/) Download Movies, TV, Games and Other Torrents Free
- [BTDB](https://btdb.eu/) Large BitTorrent DHT search engine
- [BTDigg](https://btdig.com/) BTDigg is a popular BitTorrent DHT search engine.
- [trackerslist](https://github.com/ngosang/trackerslist) An updated list of public BitTorrent trackers
- [MagnetDL](http://www.magnetdl.com/) Magnet link only search engine
- [TorrentGalaxy](https://torrentgalaxy.org/) Public tracker with a clean UI which now supports embedded streaming for internal uploads
- [Games4theworld](https://games4theworld.org) Torrents and magnet links for games
- [metal-tracker.com](http://en.metal-tracker.com/) Heavy metal music tracker
- [SkyTorrents](https://www.skytorrents.lol/) Revival of the recently-shut-down, privacy-focused, ad-free torrent indexer
- [Pirateiro](http://pirateiro.com/) Pirateiro is a torrent index for Brazilian and Portuguese torrents.
- [TorrentKing](https://torrentking.io/) Torrentking is a popular movie torrent site.
- [moviemagnet](http://moviemagnet.co/) Verified torrents for movies.
- [Zonatorrent](https://zonatorrent.tv/) Spanish tracker
- [TorrentFunk](https://www.torrentfunk.com/) TorrentFunk is a torrent site providing verified torrents for all kinds of content.
- [OTorrents](https://otorrents.com/) Yet another public torrent tracker
- [Torlock](https://www.torlock.com/) Torlock is a torrent index and torrent search that helps to access the latest in TV series and movies.
- [DIGBT](https://www.digbt.org/) DIGBT is a DHT torrent search engine.
- [Torrent9](https://www.torrent9.ph/) French torrent search engine
- [YggTorrent](https://yggtorrent.li/) French tracker and search engine (have a download/upload ratio limitation)
- [WorldWide Torrents](https://worldwidetorrents.me/) Another public tracker with a reasonably nice UI
- [Rock Box](https://rawkbawx.rocks/) Metal music tracker
- [Music Torrent](http://music-torrent.net) General music tracker
- [7torrents](https://www.7torrents.cc/) Fast, clean, ad-free, privacy-focused DHT search engine

### Tracker Aggregators
- [snowfl](https://snowfl.com/) snowfl is a torrent aggregator which searches various public torrent indexes in real-time
- [Torrents.me](https://torrents.me/) Torrents.me combines popular torrent sites and specialized private trackers in a torrent multisearch.
- [rats-search](https://github.com/DEgITx/rats-search) P2P Bittorrent search engine
- [AIO Search](http://www.aiosearch.com/) Torrent search engine
- [SolidTorrents](https://solidtorrents.net) :star2: A clean, privacy focused torrent search engine.

### Tracker Proxies
- [Jackett](https://github.com/Jackett/Jackett) API Support for your favorite torrent trackers.
- [Cardigann](https://github.com/cardigann/cardigann) A proxy server for adding new indexers to Sonarr, SickRage, and other media managers
- [nzbhydra2](https://github.com/theotherp/nzbhydra2/) :star2: Primarily a Usenet metasearch engine but also supports Torznab

### Tracker Invites
- [/r/OpenSignups](https://www.reddit.com/r/opensignups) Open Signups - When Private Trackers Open Their Doors To The Public
- [/r/Invites](https://www.reddit.com/r/invites) Post wanted ads for private tracker invites here
- [Open sign-ups thread](https://www.reddit.com/r/trackers/comments/7ildxx/open_signups_thread/) /r/trackers thread for posting trackers that are currently open for registration.
- [Opentrackers.org](https://opentrackers.org/) Private Torrent Trackers & File Sharing
- [getting_into_private_trackers](https://www.reddit.com/r/trackers/wiki/getting_into_private_trackers) :star2: Helpful resource from the /r/trackers wiki

### Torrent Clients
- [qBitTorrent](https://www.qbittorrent.org/) Popular, lightweight, multi-platform torrent client
- [qBitTorrent search function](https://www.techsupportalert.com/qbittorrent-help-torrent-search-engine) Allows you to search popular trackers directly from qBittorrent
- [qBitTorrent plugins for public sites](https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins#plugins-for-public-sites) List of qBitTorrent plugins for searching public torrent sites.
- [Transmission](https://transmissionbt.com/) Default torrent client in many distros.
- [Popcorn Time](https://github.com/popcorn-official/popcorn-desktop) Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player.
- [Butter Project](http://butterproject.org/) A legal fork of Popcorn Time which is configurable to allow for custom sources of video
- [BitLord](http://www.bitlord.com/) Another BitTorrent streaming client
- [Tixati](https://tixati.com/) Lightweight torrent client for Windows and Linux
- [PicoTorrent](https://picotorrent.org/) A lightweight and minimalistic torrent client for Windows
- [FrostWire](https://www.frostwire.com/) FrostWire is a Free and open-source BitTorrent client first released in September 2004, as a fork of LimeWire.
- [peerflix](https://github.com/mafintosh/peerflix) Streaming torrent client for node.js
- [RapidBay](https://github.com/hauxir/rapidbay) Rapid bay is a self-hosted video service/torrent client that makes playing videos from torrents easy.
- [Tornado](https://tornado-torrent.gitlab.io/posts/first-beta/) Tornado is a modern web-first BitTorrent client designed with usability in mind. Based on Transmission.

#### Deluge
- [Deluge](https://www.deluge-torrent.org/) :star2: Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
- [AutoRemovePlus](https://github.com/omaralvarez/deluge-autoremoveplus) Auto removing of deluge torrents
- [ltConfig](https://github.com/ratanakvlun/deluge-ltconfig/releases)
ltConfig is a plugin for Deluge that allows direct modification to libtorrent settings and has preset support.
- [Deluge Plugins](https://dev.deluge-torrent.org/wiki/Plugins) List of official and third-party plugins for Deluge

#### rTorrent
- [rTorrent](https://rakshasa.github.io/rtorrent/) :star2: rTorrent is a text-based ncurses BitTorrent client written in C++
- [ruTorrent](https://github.com/Novik/ruTorrent) Yet another web front-end for rTorrent
- [rTorrent Community wiki](https://github.com/rtorrent-community/rtorrent-community.github.io/wiki) GitHub wiki for rTorrent
- [rTorrent Docs](https://rtorrent-docs.readthedocs.io/en/latest/) Comprehensive manual and user guide for the rTorrent bittorrent client
- [rutorrent-themes](https://github.com/InAnimaTe/rutorrent-themes) A collection of default and new, original themes for ruTorrent.
- [flood](https://github.com/jfurrow/flood) A web UI for rTorrent with a Node.js backend and React frontend.
- [rTorrent ArchWiki Page](https://wiki.archlinux.org/index.php/RTorrent) Detailed article to answer most common questions about rTorrent
- [rTorrent Seedbox Guide](https://jes.sc/kb/rTorrent-ruTorrent-Seedbox-Guide.php) This guide is a single-page, comprehensive guide to take you step-by-step through installation and configuration.
- [rtorrent-ps](https://github.com/pyroscope/rtorrent-ps) Extended rTorrent distribution with a fully customizable canvas and colors, other feature additions, and complete docs.
- [pyrocore](https://github.com/pyroscope/pyrocore) A collection of tools for the BitTorrent protocol and especially the rTorrent client
- [rTorrent research](https://calomel.org/rtorrent_mods.html) security modifications and other hacks for usability
- [rutorrent-all-seeders](https://github.com/AkdM/rutorrent-all-seeders) This ruTorrent plugin adds the columns 'All Seeders' to the torrents list.

#### WebTorrent Clients
- [magnetoo](https://www.magnetoo.io/) Fancy new in-browser WebTorrent streaming service
- [βTorrent](https://btorrent.xyz/) fully-featured [WebTorrent](https://webtorrent.io/) browser client written in HTML, JS and CSS
- [WebTorrent Desktop](https://webtorrent.io/desktop/) WebTorrent Desktop is for streaming torrents.
- [Instant.io](https://instant.io/) Streaming file transfer over WebTorrent (torrents on the web)

### autodl-irssi
- [autodl-irssi](https://autodl-community.github.io/autodl-irssi/) autodl-irssi is a plugin for irssi that monitors IRC announce channels for torrent trackers and downloads torrent files based on user-defined filters.
- [autodl-curl-sonarr](https://github.com/Zymest/autodl-curl-sonarr) Script to use as upload-command for autodl-irssi to post to Sonarr
- [mreg](https://github.com/Igglybuff/mreg) Generates a "Match releases" expression for your autodl-irssi filter based on dvdsreleasedates.com's "Most Requested DVD Release Dates" section.
- [Slack notifications for autodl-irssi](https://gist.github.com/Igglybuff/00d5e91274a562ac724d358bbbc8bc7b) Guide by yours truly on enabling Slack notifications for autodl-irssi

### Seedboxes
- [/r/seedboxes](https://www.reddit.com/r/seedboxes) A place to discuss seedboxes and everything related to them.
- [SeedSync](https://github.com/ipsingh06/seedsync) SeedSync is a GUI-configurable, LFTP-based file transfer and management program.

#### Web-based Cloud Seedboxes
- [Seedr](https://www.seedr.cc/) Essentially a seedbox you can paste torrents into which returns a streamable direct link
- [ZXCFiles](http://www.zxcfiles.net) A similar service that allows you to paste magnet links or upload torrent files and get a DDL. The first 20GB are free.
- [Bitport.io](https://bitport.io/) Another direct download site for pasting magnet links or .torrent files. Free accounts offer 1GB for free.
- [Torrent Safe](https://www.torrentsafe.com/) Free plan includes 1GB max file size, 2 days file lifetime. Discounts for paid subscriptions pop up on their [Facebook page](https://www.facebook.com/TorrentSafe/)
- [Furk.net](https://www.furk.net/) Free trial offers 1GB per day or 5GB per week if you can get an invite/voucher or use Facebook
- [FileStream.me](https://filestream.me/) The free subscription offers 200Mb max file size and 200GB storage total
- [2Giga.link](https://www.2giga.link/)
- [Foxleech](https://www.foxleech.com/) No free trial, plans start at $3 per month
- [Boxopus](https://boxopus.com/) No free trial, plans start at $0.99 per day
- [Put.io](https://put.io/) $0.99 1 day trial
- [Put.io automator](https://github.com/datashaman/putio-automator) A suite of commands for managing torrents, transfers, and files on Put.IO

#### Seedbox Hosting Providers
- [novaDedi](https://novadedi.net/index.php) novaDedi formerly known as metaDedi was created to help to find you the cheapest dedicated server for your intended use case.
- [CheckServers.OVH](https://checkservers.ovh/) Checks the availability of OVH servers.
- [Kimsufi](https://www.kimsufi.com/uk/) Affordable dedicated servers
- [Online.net](https://www.online.net/en) :star2: Seedbox-friendly, affordable, dedicated server host
- [Hetzner](https://hetzner.co.za/) Reliable and affordable server host
- [/u/Andy10gbit](https://www.reddit.com/r/seedboxes/comments/9iu7o8/andy10gbit_server_and_seedbox_list/) Reddit user with good deals on servers and seedboxes
- [Bytesized Hosting](https://bytesized-hosting.com/) "The best Plex server hosting in town"
- [FeralHosting](https://www.feralhosting.com/pricing) Shared seedbox hosting provider
- [Whatbox](https://whatbox.ca/) Whatbox is a BitTorrent CDN
- [Seedboxes.cc](https://seedboxes.cc/) Reliable and affordable web hosting, with the power of your friendly monsters!
- [UltraSeedbox](https://www.ultraseedbox.com/) "Plex optimized" servers to rent
- [SeedHost](https://www.seedhost.eu/seedboxes.php) "Seedhost.eu is the oldest continuously operating seedbox hosting provider on the internet."
- [Chmuranet](https://www.chmuranet.com/) Chmuranet is a small private boutique seedbox provider.
- [Xirvik](https://www.xirvik.com/) Preconfigured seedbox servers
- [OVH](https://www.ovh.com/world/) Large cloud server provider
- [SoYouStart](https://www.soyoustart.com/us/) Another dedicated server host
- [PulsedMedia](https://pulsedmedia.com/) Inexpensive seedbox provider
- [Cloudboxes.io](https://cloudboxes.io/) Seedboxes with impressive 20Gbps uplinks
- [Seedbox.io](https://seedbox.io/) Shared and dedicated slots with 1Gbps+ uplinks
- [Giga-Rapid.com](https://giga-rapid.com/gigaseedbox.php) Shared 1Gbps seedboxes with massive storage & lots of addon applications.

#### Seedbox Setup Tools and Guides
- [swizzin](https://swizzin.ltd/) a light, modular package management suite for media-oriented servers
- [Seedbox Guide](https://seedboxgui.de/) comparison tool to help you find the best fitting Seedbox
- [rtinst](https://github.com/arakasi72/rtinst) seedbox installation script for Ubuntu and Debian systems
- [sboxsetup](https://github.com/dannyti/sboxsetup) Another seedbox setup script
- [QuickBox IO](https://quickbox.io/) Seedbox installer script
- [MediaServer-DockerComposeFiles](https://github.com/vaeyo/MediaServer-DockerComposeFiles) Docker-Compose Files for Media Server Related Apps [Radarr, Sonarr, Plex, rTorrent, NZBGet, Ombi, Emby, etc]
- [usenet-docker](https://github.com/justinhamlett/usenet-docker) Docker-compose configuration for Sabnzbd, CouchPotato, Plex, Sonarr, Plexpy, Nzbhydra, Muximux, Radarr, NZBGet and Ombi with an Nginx proxy.
- [DockSTARTer](https://github.com/GhostWriters/DockSTARTer) DockSTARTer helps you get started with home server apps running in Docker.
- [OpenFLIXR](http://www.openflixr.com/) OpenFLIXR Media Server is an all-in-one media server for automated downloading and serving media.

### Tracker Frameworks
- [Torrent-Tracker-Platforms](https://github.com/HDVinnie/Torrent-Tracker-Platforms) A Curated List Of Torrent Tracker Platforms/Codebases Written In Multiple Coding Languages
- [UNIT3D](https://github.com/HDInnovations/UNIT3D) The Nex-Gen Private Torrent Tracker (Aimed For Movie / TV Use)
- [meanTorrent](https://github.com/taobataoma/meanTorrent) A BitTorrent Private Tracker CMS with Multilingual, and IRC announce support, Cloudflare support.
- [NexusPHP](https://github.com/ZJUT/NexusPHP) BitTorrent private tracker scripts written in PHP.
- [Gazelle](https://whatcd.github.io/Gazelle/) :star2: web framework geared towards private torrent trackers with a focus on music
- [opentracker](https://erdgeist.org/arts/software/opentracker/) Opentracker is an open and free BitTorrent tracker project.

## Usenet
- [Usenet](https://en.wikipedia.org/wiki/Usenet) Usenet is a worldwide distributed discussion system available on computers.
- [Usenet newsgroup](https://en.wikipedia.org/wiki/Usenet_newsgroup) A Usenet newsgroup is a repository usually within the Usenet system, for messages posted from many users in different locations using the Internet.
- [/r/Usenet](https://www.reddit.com/r/Usenet) :star2: a thriving community dedicated to helping users old and new understand and use Usenet.
- [/r/UsenetInvites](https://www.reddit.com/r/UsenetInvites) Requests and offers for Usenet indexers
- [NZBLINK](https://nzblnk.info/) The NZBLNK™ URI scheme defines the format of NZBLNK™ links to identify binary Usenet content and supplies some extra information to handle that content correct (similar to magnet links, but for NZBs).
- [Usenet-Uploaders](https://github.com/animetosho/Nyuu/wiki/Usenet-Uploaders) Table of applications for uploading content to Usenet
- [QuickPar](http://www.quickpar.org.uk/index.htm) Tool for reconstructing damaged/missing/corrupt Usenet binaries
- [NZB Monkey](https://nzblnk.info/nzb-monkey/) NZB download helper-tool
- [SABconnect++](https://github.com/gboudreau/sabconnectplusplus) Chrome extension which adds one-click 'Send to SABnzbd' buttons to many popular NZB index sites.

### Usenet Providers
- [Usenet Providers and Backbones](https://upload.wikimedia.org/wikipedia/commons/7/7d/Usenet_Providers_and_Backbones.svg) This is a simple overview of the current companies, backbones, providers and resellers in the Usenet landscape.
- [A Quick Guide to Choosing a Usenet Provider](https://www.reddit.com/r/usenet/comments/a7ffm7/a_quick_guide_to_choosing_a_usenet_provider/) Reddit post by /u/FlickFreak
- [Eweka](https://www.eweka.nl/) Netherlands-based Usenet provider
- [Newsdemon](https://www.newsdemon.com/) Cheap and cheerful Usenet provider with frequent discounts
- [Newsgroup Ninja](https://www.newsgroup.ninja/en) Popular Usenet provider with a competitive subscription fee
- [Usenet Express](http://usenetexpress.com/) UsenetExpress is a powerful new tier-1 Usenet provider that offers strong security, a 10GB uplink per server and up to 150 streams for an excellent price.
- [Usenet.Farm](https://usenet.farm/) Usenet reseller with 1000+ days retention.

### Usenet Indexers
- [/r/Usenet wiki: indexers](https://www.reddit.com/r/Usenet/wiki/indexers) Information about /r/Usenet's favourite indexing services

#### Usenet Indexing Software
- [nZEDb](https://github.com/nZEDb/nZEDb) a fork of nnplus(2011) | NNTP / Usenet / Newsgroup indexer.
- [newznab-tmux](https://github.com/NNTmux/newznab-tmux) Laravel based usenet indexer
- [newznab](http://www.newznab.com/) newznab is a usenet indexing application, that makes building a usenet community easy.
- [nZEDb-deploy](https://github.com/PREngineer/nZEDb-deploy) A collection of scripts to automate and simplify the deployment of a nZEDb Usenet Indexer using the new format of their GitHub repository.

#### Paid Indexers
- [NZBgeek](https://nzbgeek.info/) Affordable Usenet indexer operating since 2014.
- [NZBFinder](https://nzbfinder.ws/) Usenet indexer and newznab API with a clean UI and 8+ year backlog of NZBs.
- [DrunkenSlug](https://drunkenslug.com/) :star2: Popular NZB indexer with a free tier and decent retention.
- [NZBCat](https://nzb.cat/) Meow *cough* nzb-hair-bal.
- [DOGnzb](https://dognzb.cr/login) Invite-only NZB site.
- [omgwtfnzbs](https://omgwtfnzbs.me/login) Invite-only NZB indexer with a funny name.

#### Free Indexers
- [6box](https://6box.me/) :star2: A recently revived free Usenet indexing service with a generous API
- [Usenet Crawler](https://usenet-crawler.com/) Usenet indexer with API access for registered users
- [NZBIndex](https://www.nzbindex.com) The first free Usenet indexer you find in your Google search results
- [Binsearch](https://www.binsearch.info/) With this site you can search and browse binary Usenet newsgroups.
- [NZBKing](http://nzbking.com/) This service allows you to search and browse binary files that have been posted to Usenet newsgroups.
- [GingaDADDY](https://www.gingadaddy.com/) Another popular free NZB indexer, requires sign-up

### Usenet Clients
- [SABnzbd](https://sabnzbd.org/) :star2: SABnzbd is an Open Source Binary Newsreader written in Python.
- [NZBget](https://nzbget.net/) Efficient Usenet downloader written in C++
- [Usenetic](https://www.usenetic.com/) The full-featured Usenet client for Mac OSX
- [Unison](https://panic.com/blog/the-future-of-unison/) OS X app for accessing Usenet Newsgroups and the many wonders and mysteries contained within (discontinued)
- [spotweb](https://github.com/spotweb/spotweb) Spotweb is a decentralized Usenet community based on the Spotnet protocol.
- [Newsbin](http://newsbin.com/about.php) Newsbin is software for Microsoft Windows Operating Systems that downloads files from Usenet Newsgroups.
- [NZBVortex 3](https://www.nzbvortex.com/landing/) Simply the best Usenet client for Mac
- [alt.binz](https://www.altbinz.net/) alt.binz is a powerful binary newsreader, for downloading and managing articles from Usenet.

## Direct Downloads

### Download Managers
- [JDownloader2](https://jdownloader.org/jdownloader2) :star2: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be.
- [Internet Download Manager](https://www.internetdownloadmanager.com/) shareware download manager for Windows
- [idm-trial-reset](https://github.com/J2TeaM/idm-trial-reset) Use IDM forever without cracking.
- [Persepolis](https://github.com/persepolisdm/persepolis) An open source download manager and GUI for Aria2 written in Python with IDM like browser integration. Cross platfrom.
- [pyLoad](https://pyload.net/) Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web
- [Xtreme Download Manager](https://subhra74.github.io/xdm/#) Xtreme Download Manager is a tool that claims to increase download speeds by up to 500%.
- [Plowshare](https://github.com/mcrapet/plowshare) Command-line tool and engine for managing sharing websites
- [FreeDownloadManager](https://www.freedownloadmanager.org/) FDM can boost all your downloads up to 10 times, process media files of various popular formats, drag & drop URLs right from a web browser as well as simultaneously download multiple files! Compatible with  Google Chrome, Mozilla Firefox, Microsoft Edge, Internet Explorer and Safari
- [EagleGet](http://www.eagleget.com/) EG is a free all-in-one download manager, lightweight and fast, supports all popular browsers and downloads from many streaming services, a perfect alternative to IDM.

### DDL Tools
- [youtube-dl](https://youtube-dl.org/) :star2: youtube-dl is a command-line program to download videos from YouTube.com and a few more sites.
- [youtube-dl-gui](https://mrs0m30n3.github.io/youtube-dl-gui/) A cross-platform front-end GUI of the popular youtube-dl written in wxPython
- [youtube-dl-helper](https://youtube-dl-helper.github.io/) Uses youtube-dl to download video/audio from many sites without requiring you to use the command-line (for Windows)
- [YouTube MP3 Rip](https://ytmp3.cc/en9/) Download YouTube music videos as MP3 files without registration
- [Leonflix](https://leonflix.net/) :star2: A multi-platform desktop app for finding movies and TV shows.
- [maulvi.github.io](https://maulvi.github.io/) Google Drive direct download link generator
- [RapidLeech](https://github.com/Th3-822/rapidleech) a free server transfer script for use on various popular upload/download sites such as uploaded.net, Rapidgator.net, and more than 127 others.
- [megatools](https://github.com/megous/megatools) Open-source command-line tools and C library (libmega) for accessing Mega.co.nz cloud storage.
- [MegaCrypt.js](https://github.com/JohnDeved/megacrypt.js) MegaCrypt.js lets you share your Mega.nz files without actually having to share any Mega.nz links by encrypting them to create a secure proxy for your files.
- [netclix](https://github.com/ston3o/netclix) A simple CLI tool to get movie streaming premium links from VodLocker's API
- [FilePursuit](https://filepursuit.com) :star2: FilePursuit provides a very powerful file indexing and search service allowing you to find a file among millions of files located on web servers.
- [grayhatwarfare S3 bucket search](https://buckets.grayhatwarfare.com/) Not likely to find much with this one but interesting nonetheless
- [annie](https://github.com/iawia002/annie) Fast, simple and clean video downloader
- [aria2](https://aria2.github.io/) a lightweight multi-protocol & multi-source command-line download utility.
- [Persepolis](https://persepolisdm.github.io/) Front-end for aria2.
- [axel](https://github.com/axel-download-accelerator/axel) light command line download accelerator
- [uGet](https://ugetdm.com/) Open Source Download Manager
- [ripme](https://github.com/RipMeApp/ripme) A album/video downloader with support for over 80 sites
- [rdcli](https://github.com/ston3o/rdcli) The simple way to download and unrestrict DDL files, torrents and magnets using Real-Debrid
- [get_iplayer](https://github.com/get-iplayer/get_iplayer) A utility for downloading TV and radio programmes from BBC iPlayer
- [MEGAsync](https://mega.nz/sync) Easily automated synchronisation between your computer and your MEGA account. Can stream Mega videos directly.
- [wget](https://www.gnu.org/software/wget/) `wget` is a free and open-source tool for downloading files using HTTP, HTTPS, FTP, and FTPS. It can be easily called from scripts, cronjobs, terminals without X-Windows support, etc.
- [wget - a noob's guide](https://the-eye.eu/public/Wget_Linux_Guide.pdf) Beginner guide on how to use `wget`.
- [wget for Windows](https://eternallybored.org/misc/wget/) A command-line utility for retrieving files using HTTP, HTTPS, and FTP protocols.
- [curl](https://en.wikipedia.org/wiki/CURL) `curl` is a command-line tool for downloading data using a variety of protocols. Easily installable on most operating systems.
- [FlixGrab](https://www.flixgrab.com/) FlixGrab+ is a unique application for downloading entire NetFlix serials, TV shows, documentaries, movies.
- [Mega.nz IDM Downloader](https://web.archive.org/web/20200629125743/https://github.com/CHEF-KOCH/Mega.nz-IDM-downloader) Unlimited downloading from Mega.nz with IDM.

### Custom Google Search Engines
- These all do the same thing:
    - [FileChef](http://filechef.com/)
    - [The Eye CGS Engine](https://cgs.the-eye.eu/)
    - [opendirectory-finder](https://ewasion.github.io/opendirectory-finder/)
    - [lumpySoft.com](https://lumpysoft.com/)
- [Musgle](http://www.musgle.com/) Searches specifically for music
- [Jimmyr](http://www.jimmyr.com/mp3_search.php) Also searches for music

### FTP Indexers
- [Davos](https://github.com/linuxserver/davos) Web-based FTP automation for Linux servers.
- [Napalm FTP Indexer](https://www.searchftps.net/) NAPALM FTP Indexer lets you search and download files located on public FTP servers.
- [Mamont's open FTP Index](http://www.mmnt.net/) Browsable directory listing of publicly available FTP-sites

### DDL Search Engines and Crawlers
- [ololo](https://ololo.to/) ololo is a video streaming link search engine.
- [MegaSearch](http://megasearch.co) Search engine for finding content hosted on Mega and other premium hosts like OpenLoad
- [VideoSpider](https://videospider.in/) VideoSpider crawls various websites and search engines to find movie and TV episode streaming links
- [Orion](https://orionoid.com/) :star2: Orion is a service that indexes metadata and links from a variety of public websites and networks, including torrent, Usenet, and hoster indexes.
- [Alluc](https://w1.alluc.uno/) Search engine with over 80 million streaming-links from over 700 VOD services, video hosters, and file-hosters
- [OD-Database](https://od-db.the-eye.eu/) Database of searchable open directories curated by The-Eye.eu
- [IPLIVE](https://iplive.club/) DDL search engine
- [SoftArchive](https://sanet.st/full/) SoftArchive or SA is a scene release website, more known for new releases of software, games, music, movies, and eBooks.

### DDL Link Sites
- [/r/ZippyShare](https://www.reddit.com/r/ZippyShare) DDL links hosted on ZippyShare
- [DirtyWarez Forum](https://forum.dirtywarez.com/) Popular warez forum with films, TV shows, ebooks, anime, games, and more
- [snahp.it](https://snahp.it/) :star2: replaced /r/megalinks
- [BlackPearl.biz](https://blackpearl.biz/) Drop-in replacement for snahp.it while their registrations remain closed
- [hdencode](https://hdencode.com/)
- [WarezForums](https://warezforums.com/) Warez forum with films, TV shows, ebooks, anime, games, and more.
- [Movies "R" Us](https://moviesrus.tk) The newest movies in 1080p. Available with DDL through MediaFire and streaming through AnonFile.
- [Movie Glide](https://www.movieglide.com/)
- [Release BB](http://rlsbb.ru)
- [DDLValley](https://www.ddlvalley.me/) DDL links for Movies, Games, Tv Shows, Apps, Ebooks and Music.
- [AdiT-HD](http://adit-hd.com/) direct download site
- [TwoDDL](http://2ddl.ws) Direct download links
- [RapidMoviez](http://rmz.cr/)
- [SceneSource](https://scnsrc.me/) WordPress powered website dedicated to bringing you the latest info on new scene releases
- [MkvCage](https://www.mkvcage.ws/)
- [MovieFiles](https://moviefiles.org/) Direct download search engine which generates Google Drive links
- [IceFilms.info](https://www.icefilms.info/) Another DDL site with TV and movie links on FileUpload, GoUnlimited, Filecandy, and more
- [DownArchive](http://downarchive.org/) DDL blog with premium links on a number of hosts. Lots of software
- [PSARips](https://psarips.com/) Popular site for movies and TV shows, includes torrent files
- [DeeJayPirate's Pastebin](https://pastebin.com/u/DeeJayPirate) Pastebin user who uploads premium links for TV shows
- [AvaxHome](https://avxhm.se) Another DDL site with eBooks, TV, movies, magazines, software, comics, newspapers, games, graphics, etc.
- [Moviesleak](https://moviesleak.net/)
- [Dospelis](https://www.dospelis.net) Spanish DDL indexer
- [movidy](https://movidy.co) Links for movies and shows in Spanish
- [Vidics](https://www.vidics.to/)
- [watchepisodeseries](https://watchepisodeseries.bypassed.wtf/)
- [watchtvseries](http://watchtvseries.unblckd.club/)
- [DownTurk](https://www.downturk.net/)
- [ScnLog](https://scnlog.me/)
- [filewarez.tv](https://filewarez.tv/) Invite-only, hosts both Mega and Google Drive links for TV shows
- [Movie-blog.org](http://movie-blog.sx/) German site for movies
- [Movieworld.to](http://movieworld.to/) Another German site for movies
- [DDL-Warez](https://ddl-warez.to/) German site for movies, shows, books and games
- [DDL-Music](https://ddl-music.to/) German site for music
- [AppNee Freeware Group](https://appnee.com/) Massive DDL site, eBooks, Programs, Games, Operating Systems, etc.
- [480mkv](http://480mkv.com/) 480p DDL for TV Shows
- [FilmRls](https://filmrls.com/) DDL site that generally features quality previews of video content
- [Tinymkv](https://tinymkv.xyz/) High quality small size movies/tv shows. It also does high quality HEVC movies.

### Premium Link Generators
- [File Hosting Wiki](https://filehostlist.miraheze.org/wiki/Main_Page) This site aims to provide the most complete lists of premium link generators, torrent downloaders and more, with (possibly) frequent updates.
- [Real-Debrid](https://real-debrid.com/) :star2: Real-Debrid is an unrestricted downloader that allows you to quickly download files hosted on the Internet or instantly stream them into an innovative web player
- [Premiumize](https://www.premiumize.me/) Combine direct and secure access to
premium services
- [Premiumizer](https://github.com/piejanssens/premiumizer) Premiumizer is a download management tool for premiumize.me cloud downloads.
- [OffCloud](https://offcloud.com/?=85a8b709) A simple, elegant and intuitive SaaS to retrieve any data from the cloud.
- [Reevown](https://reevown.com/) A free download service with which you can perform premium downloads.

### Premium Link Hosts
- [File sharing table](https://nafanz.github.io/) Regularly updated table of information about file hosts.
- [Mega](https://mega.nz/) :star2:
- [OpenLoad](https://openload.co/)
- [RapidGator](https://rapidgator.net/)
- [4shared](https://www.4shared.com/)
- [Mediafire](https://www.mediafire.com/)
- [Sendspace](https://www.sendspace.com/)
- [Uploaded](https://uploaded.net/)
- [Zippyshare](https://www.zippyshare.com/)
- [NitroFlare](http://nitroflare.net/)
- [PutLocker](https://www5.putlockertv.to/)

### Open Directories
- [httpdirfs](https://github.com/fangfufu/httpdirfs) A filesystem which allows you to mount HTTP directory listings
- ["All resources I know related to Open Directories"](https://www.reddit.com/r/opendirectories/comments/933pzm/all_resources_i_know_related_to_open_directories/) Thorough post from /u/ElectroXexual
- [The Eye](https://the-eye.eu/public/) :star2: The Eye is a non-profit website dedicated to content archival and long-term preservation.
- [The Holy Grail of Indexes](https://www.reddit.com/r/opendirectories/comments/75ya8g/the_holy_grail_of_indexes/) Posted by /u/shadow_hunter104
- [36 GB of Flash Games](https://www.reddit.com/r/opendirectories/comments/902j1i/36_gb_of_flash_games_19k_files/) Posted by /u/blue_star_
- [FileMasta](https://github.com/HerbL27/FileMasta) Search servers for video, music, books, software, games, subtitles and much more
- [/r/opendirectories](https://www.reddit.com/r/opendirectories) Unprotected directories of pics, vids, music, software, and otherwise interesting files.
- [opendirectories-bot](https://github.com/simon987/opendirectories-bot) Bot used on /r/opendirectories for analysing the contents of open directories posted on the subreddit
- [Panelshow.club](http://panelshow.club/) Directory of panel show TV episodes from [/r/panelshow](https://www.reddit.com/r/panelshow)
- [andesite](https://github.com/nektro/andesite) Easily manage access to your open directory through OAuth2
- [OpenDirectoryDownloader](https://github.com/KoalaBear84/OpenDirectoryDownloader) Indexes open directories

### Streaming Sites
- [How To Stream Movies, TV, Anime & Sports Online](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index) :star2: Huge list by /u/nbatman

#### HD Streaming
- [/r/MovieStreamingSites](https://www.reddit.com/r/MovieStreamingSites/) Reddit, random streaming sites
- [HD MultiredditHD](https://www.reddit.com/user/nbatman/m/streaming2/) Alternate subreddit curated by /u/nbatman
- [Best Free Streaming](https://www.bestfreestreaming.com/) Site that rates streaming services
- [YMovies](https://ymovies.tv/) Unique design, HD server with additional hosts, nice speeds, YIFY and other releases (+ torrents)
- [HDO](https://hdo.to/) Unique design, HD server with additional hosts, also country-specific films/series
- [M4UFree.TV](http://m4ufree.tv/) Unique design, HD server with backup and additional hosts
- [Movie123](http://movie123.club/) Unique design, HD server with Backup and additional hosts
- [LookMovie](https://lookmovie.ag/) Unique design, HD server, very nice speeds (offers auto quality)
- [AZMovies](https://azmovies.xyz/) Unique design, HD server with additional hosts, also on Reddit
- [Streamlord](http://www.streamlord.com/) Unique design, HD server (subtitles)
- [FlixGo](https://flixgo.net/) Unique design, HD server, very nice speeds
- [Solarmovie](https://solarmoviez.ru/solar.html) Basic streaming site layout, HD server with additional hosts, Popular Site
- [123Movies](https://123movies.website/) Basic streaming site layout, HD server with additional hosts. Previously HDFlix.
- [Yes! Movies](https://yesmovies.to) Basic streaming site layout, HD server with additional hosts
- [Spacemov](http://spacemov.io/) Basic streaming site layout, HD server, only certain films have additional hosts
- [HDOnline](https://www1.hdonline.eu) Basic streaming site layout, HD server with additional hosts
- [#1 Movies Website](https://www1.1movies.is) Basic streaming site layout, HD server with additional hosts
- [CMoviesHD](https://www2.cmovieshd.bz) Basic streaming site layout, HD server with additional hosts
- [Vidcloud](https://vidcloud.icu/) Basic streaming site layout, HD server with additional hosts
- [Series9](https://www2.series9.io/) Unique design, HD server with additional hosts
- [Soap2day](https://www.soap2day.com/) Unique design, very nice speeds, HD server with subtitles.
- [Best-movies.watch](https://best-movies.watch/) Unique design, more than 19000 available

#### Big Media Libraries
- [Streaming Multireddit](https://www.reddit.com/user/nbatman/m/streaming/) Reddit with all types of Streaming Links
- [5Movies](http://5movies.to/) Large collection dating as far back as 1990
- [2TwoMovies](https://two-movies.net/) Large collection dating as far back as 1895
- [CafeHulu](http://cafehulu.com/) Collection of movies/TV shows + many foreign films
- [Solarmovie.fm](http://www.solarmovie.fm/) or [Solarmovies.cc](https://solamovies.cc/) Plenty of movies and TV shows
- [Afdah](http://afdah.to/) Large collection dating as far back as 1920
- [YouTube](http://YouTube.com/) Contains very old films/vlogs/tutorials
- [WorldSrc](https://worldsrc.org) Movies, software, apps, games, music, and images available for fast direct download + torrents.

#### TV
- [WatchSeries](http://dwatchseries.to/) TV series, multiple links/backups to different streaming hosts
- [TVBox](https://tvbox.ag/) TV/Movies, easy to navigate site, multiple links/backups to different streaming hosts

#### Anime
- [Nyaa](https://nyaa.si/) BitTorrent software for cats [(Repo)](https://github.com/nyaadevs/nyaa)
- [Hi10 Anime](https://hi10anime.com/) High-Quality 10-bit Anime Encodes
- [Anime Kaizoku](https://animekaizoku.com/) Up to 1080p DDL links, mostly Google Drive
- [Anime Kayo](https://animekayo.com/) Up to 1080p DDL links, mostly Google Drive (no longer updated, site is still accessible)
- [/r/animepiracy](https://www.reddit.com/r/animepiracy) This sub is about streaming and torrent websites for anime.
- [/r/animepiracy wiki](https://www.reddit.com/r/animepiracy/wiki/index) Lists for sourcing Anime streaming sites, manga sites, and more
- [9Anime](https://9anime.to) Watch anime online. English anime, dubbed, subbed.
- [All-animes](https://all-animes.com) Watch Online Anime In HD English Subbed, Dubbed.
- [GoGo Anime](https://www3.gogoanime.in/) Popular website for watching anime
- [AniLinkz](https://anilinkz.to/) Large database of streaming anime episodes.
- [NyaaPantsu](https://nyaa.pantsu.cat/) Primarily Anime torrents but includes an open directory of DDL links too.
- [Alternatives to Kiss websites](https://www.reddit.com/r/KissCartoon/wiki/alternatives) /r/KissCartoon wiki page with lots of anime sites
- [anime-sharing](http://www.anime-sharing.com/forum/) Forum for sharing anime
- [AniDex](https://anidex.info) Torrent tracker and indexer, primarily for English fansub groups of anime
- [animeEncodes](https://www.animencodes.com/)
- [Anime Twist](https://twist.moe/) An anime direct streaming site with a decent UI and video player
- [AnimeOut](https://www.animeout.xyz/) Over 1000's of Encoded Anime with DDL links.
- [Kissanime.ac](https://kissanime.ac/) Large cartoon collection, uses RapidVideo/Openload
- [Anime8](https://anime8.me/) Basic streaming site layout, large collection of anime shows
- [4anime](https://4anime.to/) A relatively new site the might become the new Masterani.me. Clean interface.
- [AnimeRam](https://ww2.animeram.cc/) A streaming website for dubbed/subbed anime.
- [animepahe](https://animepahe.com/) A minimilistic anime streaming/download website, subs only.

#### Cartoons
- [KissCartoon](https://kisscartoon.ac/) Popular cartoon streaming site
- [watchcartoononline.com](https://www.watchcartoononline.com/) Cartoons, dubbed/subbed anime streaming site
- [watchcartoononline.io](https://www.watchcartoononline.io/) Large DDL site for cartoons as well as anime and movies
- [animetoon](http://www.animetoon.org/) Lots of streaming via premium hosts for cartoons
- [Toonova](http://www.toonova.net/) Another site for streaming cartoons
- [KimCartoon](https://kimcartoon.to/) Large cartoon collection, primarily Openload
- [WatchCartoon](https://www.watchcartoononline.io/) Outdated site layout, still active, uses Openload

#### Sports Streaming
- [/r/MLBstreams](https://www.reddit.com/r/MLBstreams/) Reddit - MLB streams
- [/r/NHLstreams](https://www.reddit.com/r/NHLstreams/) Reddit - NHL streams
- [/r/ncaaBBallstreams](https://www.reddit.com/r/ncaaBBallstreams/) Reddit - NCAABBall streams
- [/r/CFBstreams](https://www.reddit.com/r/CFBstreams/) Reddit - CFB streams
- [/r/WWEstreams](https://www.reddit.com/r/WWEstreams/) Reddit - WWE streams
- [/r/rugbystreams](https://www.reddit.com/r/rugbystreams/) Reddit - rugby streams
- [/r/mmafights](https://www.reddit.com/r/mmafights/) Reddit - MMA streams
- [/r/motorsportsstreams](https://www.reddit.com/r/motorsportsstreams) Reddit - motorsports streams
- [Best Sport Streaming](https://www.bestsportstreaming.com/) Site that rates sport streaming services
- [LiveTV](https://livesx.eu/) Wide variety of sports, results/live scores, video archive and betting
- [Cricfree](https://crickfree.org/) Offers popular sports streams
- [VIPBox](https://www.vipbox.live/) Many sport streams, TV, friendly UI
- [MamaHD](https://www.mamahd.org/) 24/7 feeds, sports streams, clean UI
- [Send It](https://sendit.gg/) Live stream listings for sports, news, gaming, and more.
- [SportsHD](http://www.speedsports.me) Variety of sports including college sports, clean design
- [720pStream](http://www.720pstream.me/) Popular sports only, simple design
- [footybite](https://www.footybite.com/) Soccer streaming site.

#### Specialty Sites
- [Einthusan](https://einthusan.tv/intro/) Foreign
- [Dramago](http://www.dramago.com/) Drama movies/series
- [WatchAsian](https://www2.watchasian.co/) Foreign
- [Layarkaca](http://layarkaca21.ru/) Foreign
- [DramaCool](http://www1.dramacoolfirst.com/) Foreign
- [Daxiv Video](https://daxiv.com/) Primarily Chinese content
- [KingsofHorror](https://www.YouTube.com/user/TheKingsofHorror/) YouTube Horror
- [MutantSorority](https://www.YouTube.com/channel/UCWcF6KTn_sSSJ1AIj1bQmRg) YouTube horror
- [TromaMovies](https://www.YouTube.com/channel/UC4O0LNYmaOczcSMHA_FE1Mw) YouTube horror
- [Film1k](http://www.film1k.com/la-bestia-uccide-a-sangue-freddo-1971.html) Movies with nudity
- [Rulu](https://www.rulu.co/) YouTube Red series
- [Club MST3k](http://www.club-mst3k.com/) Every episode of MST3K
- [Archive.org](https://archive.org/) Old movies
- [MioMio](http://www.miomio.tv/) Asian TV shows/anime

#### Third Party Hosts
- [MovieZion](https://www.nicemoviezion.pro/) Openload
- [Vmovee](https://vmovee.me/) Openload (Many outdated/removed links, not updated)
- [MovieJagg](https://www.coolmoviejagg.pro/) Openload
- [IWannaWatch](https://www.iwannawatch.is/) Openload, Streamango
- [UWatchFree](https://www.uwatchfree.tv/) VidPlayer, ViDeoZa
- [Oakmovies](http://oakmovies.com/) Openload, NT, NY, NW
- [Vexmovies](http://vexmovies.org/) Openload, NY, NW, MC-2
- [Openloadmovie](https://openloadmovie.ws/) Openload (some outdated links)
- [cine.to](https://cine.to/) Openload, Vivo, Streamcloud, Flashx, Streamango
- [cinebloom](https://www2.cinebloom.com) Openload, Streamango
- [HDEUROPIX](https://topeuropix.net/) Openload, Rapidvideo
- [openloadmovies.net](https://openloadmovies.net/) OpenLoad
- [HD MOVIES](https://hdm.to/) OpenLoad, Streamango, Streamcherry
- [VodLocker](https://vodlocker.tv/) Openload, Streamango
- [StreamCouch](https://www2.streamcouch.com/) Openload, Streamango
- [Qwemovies](https://www3.qwemovies.com/) OpenLoad
- [movies2k](http://www.movie2k.st) Openload, Streamango, Streamcloud, Rapidvideo, Upvid
- [xPau.se](http://xpau.se/) Googledrive
- [Flixanity](https://flixanity.xyz/) Openload, Streamango, hls.22x.cartoonhd.pw (subtitles)
- [MegaShare](http://megashare9.su) Openload
- [XMovies8](https://xmovies8.ru/) Openload, FServer, PTServer
- [IceFilms](http://www.icefilms.info/) Openload, FileUpload
- [FilmXY](https://www.filmxy.nl/) RapidVideo, Vidoza, Uptostream (offers download links)
- [1Movies](http://1movies.nl) Openload, FServer
- [WatchFullMovie](http://watchfullmovie.co) Openload
- [FMOVIES](https://www3.fmovies.to/) Openload, MyCloud, RapidVideo, Streamango
- [WatchFree](https://watchfree.at/) Openload, FServer
- [pahe.in](https://pahe.in/) Uptostream, Google Drive, Openload, Mega
- [megaDDL](https://megaddl.co/) Mega, Go4up, 1Fichier, NitroFlare, Openload

## Media Centre Applications
- [Plex](https://www.plex.tv/) :star2: Your content—from live and recorded TV and personal media, to on-demand web shows, video news, and podcasts—beautifully organized and ready to stream everywhere.
- [Emby](https://emby.media/) a personal media server with apps on just about every device.
- [Kodi](https://kodi.tv/) an award-winning free and open-source home theater/media center software and entertainment hub for digital media.
- [OpenPHT](https://github.com/RasPlex/OpenPHT) a community-driven fork of Plex Home Theater
- [Viewscreen](https://github.com/viewscreen/viewscreen) a personal video streaming server
- [Streama](https://github.com/streamaserver/streama) Self-hosted streaming media server.
- [Myflix](https://github.com/pastapojken/Myflix) Myflix tries to be a somewhat simple and lightweight "DIY Netflix", similar to Plex, streama or Emby, for your DIY NAS, especially aimed at the Raspberry Pi/Odroid/etc ecosystem.
- [Stremio](https://www.stremio.com/) Multi-platform video content aggregator with a comprehensive add-on system for extending the functionality
- [Gerbera](https://github.com/gerbera/gerbera) UPnP Media Server for 2018 (Based on MediaTomb)
- [Serviio](http://serviio.org/) Serviio is a free media server. It allows you to stream your media files (music, video or images) to renderer devices (e.g. a TV set, Blu-ray player, games console or mobile phone) on your connected home network.
- [OSMC](https://osmc.tv/) OSMC (short for Open Source Media Center) is a Linux distribution based on Debian that brings Kodi to a variety of devices.
- [Subsonic](http://www.subsonic.org/pages/index.jsp) Music and movie streaming server with a client app and web frontend
- [Rygel](https://wiki.gnome.org/Projects/Rygel) Rygel is a home media solution (UPnP AV MediaServer) that allows you to easily share audio, video, and pictures to other devices.
- [jellyfin](https://github.com/jellyfin/jellyfin) An open-source fork of Emby

## Stremio
- [r/StremioAddons](https://www.reddit.com/r/StremioAddons/) Discussion and links pertaining to unofficial add-ons for Stremio
- [A complete curated list of all working Stremio Add-ons](https://www.reddit.com/r/StremioAddons/comments/ahd6gk/sticky_stremio_addons_list/)
- [PimpMyStremio](https://github.com/sungshon/PimpMyStremio) Local add-on manager for Stremio add-ons, adds tens of new (self-hosted, and much more powerful) add-ons to Stremio
- [Stremio Downloader](https://github.com/BurningSands70/stremio-downloader) An application that allows you to download any stream from Stremio (as opposed to just stream it). Also includes an internal add-on that lets users watch their downloaded content in Stremio while being offline
- [Stremio - Watch together with friends](https://www.reddit.com/r/StremioAddons/comments/cvmu80/guide_stremio_how_to_watch_together/) A guide explaining how to watch videos on Stremio remotely with friends, keeping the playback in sync
- [Stremio - Phone Remote](https://www.reddit.com/r/StremioAddons/comments/cuc3yo/news_phone_remote_for_stremio/) A guide explaining how to control Stremio with your phone
- [Stremio Catalog Builder](https://www.reddit.com/r/StremioAddons/comments/atizrk/news_stremio_catalog_builder/) A website that allows users to customize catalogs in Stremio

## Plex
- [linuxserver/docker-plex](https://github.com/linuxserver/docker-plex) LinuxServer.io Plex Media Server docker image
- [plexinc/pms-docker](https://github.com/plexinc/pms-docker) official Plex docker image
- [timhaak/plex](https://github.com/timhaak/docker-plex) alternative Plex docker image
- [PGBlitz.com](https://pgblitz.com/) :star2: Deploy a Hastey Server through Docker & Ansible with local or Unlimited Google HD Space (Former Name: PlexGuide)
- [hoarding.me](https://hoarding.me/) Unlimited and Automated. How to setup your own dream Plex server.
- [PlexPi](http://plexpi.com/) Plex Media Server for Raspberry Pi 3

### Plex Plugins
- [Official Plex Plugins](https://github.com/plexinc-plugins) Repos for every official Plex Inc. plugin
- [WebTools.bundle](https://github.com/ukdtom/WebTools.bundle) a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
- [Audiobooks.bundle](https://github.com/macr0dev/Audiobooks.bundle) Plex metadata scraper for Audiobooks
- [Sub-Zero.bundle](https://github.com/pannal/Sub-Zero.bundle) :star2: Subtitles for Plex, as good you would expect them to be. (*read*: [plans for a world without Plex plugins](https://www.reddit.com/r/PleX/comments/9n9qjl/subzero_the_future/))
- [TvplexendChannel.bundle](https://github.com/pgaubatz/TvplexendChannel.bundle) A Tvheadend Channel Plugin for PLEX Media Server
- [IPTV.bundle](https://github.com/Cigaras/IPTV.bundle) plays live streams (like IPTV) from an M3U playlist
- [HDGrandSlam.bundle](https://github.com/jumpmanjay/HDGrandSlam.bundle) interfaces with HDHomeRun tuners and DVRs
- [HDHRViewerV2.bundle](https://github.com/zynine-/HDHRViewerV2.bundle) HDHomeRun + Plex
- [SS Plex](https://mikew.github.io/ss-plex.bundle/) Imagine if all the media scattered around the internet could be found in one collection.
- [ExportTools.bundle](https://github.com/ukdtom/ExportTools.bundle) Export Plex Library to a csv, xlsx or m3u8 file
- [Plex-Trakt-Scrobbler](https://github.com/trakt/Plex-Trakt-Scrobbler) Add what you are watching on Plex to trakt.tv
- [Moviemania.bundle](https://www.reddit.com/r/MoviemaniaHQ/comments/6znf6b/plex_pluginagent_beta_1/) Textless movie posters from Moviemania.io
- [lmwt-kiss.bundle](https://github.com/Twoure/lmwt-kiss.bundle) creates a new channel within Plex Media Server (PMS) to view content from PrimeWire.
- [RequestChannel.bundle](https://github.com/ngovil21/RequestChannel.bundle) A Plex Channel to create requests
- [SRT2UTF-8.bundle](https://github.com/ukdtom/SRT2UTF-8.bundle) Plex Agent that'll convert sidecar subtitle files into UTF-8
- [PlexTools.bundle](https://github.com/jwdempsey/PlexTools.bundle) Downloads subtitles for any videos in your library from OpenSubtitles and modifies them to work with Roku clients, and converts videos to MP4 for direct play
- [FMoviesPlus.bundle](https://github.com/coder-alpha/FMoviesPlus.bundle) Plex Media Server plug-in designed for FMovies, G2G, Primewire and more.
- [SuperPLEX](https://normantheidiot.neocities.org/superplex/) A website dedicated to Plex Plugins.

### Plex Requests
- [Ombi](http://ombi.io/) :star2: Want a Movie or TV Show on Plex or Emby? Use Ombi!
- [plexrequests-meteor](https://github.com/lokenx/plexrequests-meteor) Meteor version of the original Plex Requests
- [Mellow](https://github.com/v0idp/Mellow/) Bot which can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli which are related to home streaming. Based off of node:9.3
- [MediaButler](https://github.com/physk/MediaButler) Discord bot for use with PleX and several other apps that work with it.

### Plex Scripts and Tools
- [plex_top_playlists](https://github.com/pbrink231/plex_top_playlists) A python script to get top weekly or top popular lists and put them in plex as playlists.
- [JBOPS](https://github.com/blacktwin/JBOPS) Just a Bunch Of Plex Scripts
- [plex-subtitles-normalizer](https://github.com/caridy/plex-subtitles-normalizer) CLI tool to fix subtitles needed by Plex Media Center
- [plex_autoscan](https://github.com/l3uddz/plex_autoscan) Script to assist sonarr/radarr with plex imports.
- [plexupdate](https://github.com/mrworf/plexupdate) script to simplify the life of Linux Plex Media Server users.
- [plex2netflix](https://github.com/SpaceK33z/plex2netflix) See how much of your media from Plex is available on Netflix.
- [plexReport](https://github.com/bstascavage/plexReport) Scripts to generate a weekly email of new additions to Plex
- [plex-sync](https://github.com/jacobwgillespie/plex-sync) A simple command-line utility to synchronize watched/seen status between different Plex Media Servers.
- [PlexIPTV](https://github.com/xiaodoudou/PlexIPTV) This app simulates a DVR device for Plex by providing a layer to any IPTV provider (that provide an m3u8 playlist)
- [Plex Media Tagger](https://github.com/ccjensen/PlexMediaTagger) Uses the metadata held in the PlexMediaServer to tag media files
- [PlexEmail](https://github.com/jakewaldron/PlexEmail) This script aggregates all-new TV, movie and music releases for the past configured time then optionally writes to your web directory and sends out an email.
- [Transmogrify](https://github.com/Transmogrify-for-Plex/Transmogrify-for-Plex-chrome) A Chrome extension that adds several features to the Plex/Web 2.0 client for Plex
- [PlexAuth](https://github.com/hjone72/PlexAuth) Plex based authentication using PHP
- [Phlex](https://github.com/d8ahazard/Phlex) A super-sexy voice interface for the Plex HTPC
- [Plex Redirect](https://github.com/ITRav4/PlexRedirect) a Plex landing page that redirects you to various sites.
- [Plaxt](https://plaxt.herokuapp.com/) Webhook-based Trakt.tv scrobbling for Plex
- [goplaxt](https://github.com/XanderStrike/goplaxt/) Full rewrite of the above, written in Go and deployable with Docker
- [plxdwnld](https://piplong.run/plxdwnld/) Bookmarklet for downloading original files from the Plex web interface
- [Kitana](https://github.com/pannal/Kitana) Kitana exposes your Plex plugin interfaces "to the outside world".
- [Python-PlexLibrary](https://github.com/adamgot/python-plexlibrary) Python command-line utility for creating and maintaining dynamic Plex libraries based on "recipes".
- [NowShowing](https://github.com/ninthwalker/NowShowing) Generates an email and web page of Plex recently added content
- ["My (scripted) solution to having a single Movies library for 4k and non-4k."](https://www.reddit.com/r/PleX/comments/afs8m9/my_scripted_solution_to_having_a_single_movies/) Post by /u/spazatk
- [PlexMissingEpisodes](https://github.com/MysticRyuujin/PlexMissingEpisodes) Scan Plex library for missing episodes using TheTVDB#
- [Gaps](https://github.com/JasonHHouse/Gaps) Find the missing movies in your Plex Server
- [PlexRecs](https://github.com/nwithan8/PlexRecs) A Discord bot that provides movie and TV show recommendations from your Plex library
- ["I made my own Pseudo TV for Plex with Kodi and Nvidia Shield"](https://old.reddit.com/r/PleX/comments/awsvp9/i_made_my_own_pseudo_tv_for_plex_with_kodi_and/ehox9zf/) Guide from /u/nads84 on how to make your own "live" TV channels with a Plex library, Kodi, and an NVIDIA Shield
- [Varken](https://github.com/Boerderij/Varken) Standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana for a frontend

### Plex Shares
- [/r/plexshares](https://www.reddit.com/r/plexshares/) A nice place to find Plex Media Server shares.
- [Elysium](https://elysium.to/) Plex media streaming service

### Plex Transcoding
- [kube-plex](https://github.com/munnerz/kube-plex) Scalable Plex Media Server on Kubernetes -- dispatch transcode jobs as pods on your cluster!
- [UnicornTranscoder](https://github.com/UnicornTranscoder/UnicornTranscoder) a remote transcoder for Plex Media Server
- [Plex-Remote-Transcoder](https://github.com/wnielson/Plex-Remote-Transcoder) A distributed transcoding backend for Plex
- [nvidia-patch](https://github.com/keylase/nvidia-patch) Unlock the transcode or 'session' limit on nVidia consumer grade GPUs

### Plex Logging and Metrics
- [Tautulli](https://tautulli.com/) :star2: Tautulli is a 3rd party application that you can run alongside your Plex Media Server to monitor activity and track various statistics.
- [plexWatch](https://github.com/ljunkie/plexWatch) Notify and Log watched content on a Plex Media Server
- [Plex-Data-Collector-For-InfluxDB](https://github.com/barrycarey/Plex-Data-Collector-For-InfluxDB) Collects data about your Plex server and sends it to InfluxDB

### Plex Clients
- [RasPlex](https://github.com/RasPlex/RasPlex) Rasplex is a community driven port of Plex Home Theater for the Raspberry Pi
- [PlexConnect](https://github.com/iBaa/PlexConnect) Unofficial Plex app for Apple TV devices
- [go-plex-client](https://github.com/jrudio/go-plex-client) A Plex.tv and Plex Media Server Go client

## Kodi
- [/r/Addons4Kodi](https://www.reddit.com/r/addons4kodi) Discussion and links pertaining to unofficial add-ons for Kodi Media Center
- [Seren](https://www.reddit.com/r/Addons4Kodi/comments/dt4kg2/recommended_addons_november_2019/f6ukyfr?utm_source=share&utm_medium=web2x) :star2: Streaming addon which works with Premiumize and Real-Debrid to stream torrents with the appropriate provider package instantly, and behaves similarly to Netflix, with autoplay and Up Next integration
- [Recommended Addons - November 2019](https://www.reddit.com/r/Addons4Kodi/comments/dt4kg2/recommended_addons_november_2019/) Latest working Kodi addons compiled into one place
- [Placenta](http://www.wirelesshack.org/how-to-install-placenta-Kodi-addon.html) a Fork of Exodus / Covenant with more options and links from Mr. Blamo and Muad'Dib
- [Gaia](https://gaiakodi.com/) Grants the ability to instantly watch high-quality files via cached torrents from Real-Debrid or Premiumize.
- [Yoda](http://supremacy.org.uk/zip/repo/) Another solid Exodus/Covenant fork, and this time it's from S-media.
- [Elementum](https://elementum.surge.sh/) Elementum addon is an addon for Kodi, that manages your virtual library, syncs with your Trakt account.
- [Tooonmania2](https://github.com/doko-desuka/doko.repository/releases) lets you watch cartoons, dubbed anime and movies (from animetoon) and subbed anime and movies (from animeplus)
- [PlexKodiConnect](https://github.com/croneter/PlexKodiConnect) Plex integration in Kodi done right
- [Official Plex Addon](https://forums.plex.tv/t/installation-instructions/168854) Official Plex addon for Kodi
- [Ultimate Kodi Guide](https://www.reddit.com/r/Piracy/comments/7wp42u/ultimate_guide_to_install_kodi_popular_streaming/) ULTIMATE GUIDE TO INSTALL KODI + POPULAR STREAMING ADDONS by /u/giorgiomilan
- [kodi-headless](https://hub.docker.com/r/linuxserver/kodi-headless/) A headless install of Kodi in a docker container, most useful for a MySQL setup of Kodi to allow library updates to be sent without the need for a player system to be permanently on.
- [Exodus Redux](https://www.reddit.com/r/Addons4Kodi/comments/9tasx5/requests_recommendations_basics_november_2018/e8uti6w) The newest Exodus fork around, paired with LambdaScrapers.
- [Sparkle](https://github.com/iwannabelikemike/plugin.video.sparkle) Kodi addon for finding acestream links
- [Plexus](http://fusion.tvaddons.co/) Plexus is used in conjunction with Sparkle to play Ace Stream links.
- [Pneumatic](https://forum.kodi.tv/showthread.php?tid=97657) Pneumatic is an NZB engine add-on for XBMC. It requires SABnzbd as a backbone.
- [Python-GoogleDrive-VideoStream](https://github.com/ddurdle/Python-GoogleDrive-VideoStream) The purpose of this plugin is to serve content delivered in Google Drive plugin for KODI through any HTML5 client.
- [Quasar](http://quasar.surge.sh) The purpose of this plugin is to search and stream torrents in Kodi.
- [Burst](http://burst.surge.sh) A torrent content provider to the Quasar plugin.

## Gaming
- [/r/CrackWatch](https://reddit.com/r/CrackWatch/) :star2: New video game crack releases are posted here
- [Beginners Guide to Crack Watch](https://www.reddit.com/r/CrackWatch/comments/a7l141/crack_watch_beginners_guide_to_crack_watch/) Reddit post by /u/EssenseOfMagic
- [GOD scraped URLs](https://drive.google.com/file/d/17MB0gCcCMr3QqE_CgJkaxmdXtZk61TdZ/view) All DDL links for games listed on the now-dead GoodOldDownloads site.
- [Free GOG PC Games](http://freegogpcgames.com/) Magnet links site to download games from GOG.
- [cs.rin.ru](https://cs.rin.ru/) Popular gaming piracy forum
- [SmartSteamEmu](https://github.com/MAXBURAOT/SmartSteamEmu) Steam emulator
- [goldberg_emulator](https://gitlab.com/Mr_Goldberg/goldberg_emulator) Steam emulator that emulates steam online features. Lets you play games that use the steam multiplayer APIs on a LAN without steam or an internet connection
- [CreamAPI](https://cs.rin.ru/forum/viewtopic.php?t=70576) "A Legit DLC Unlocker" for Steam
- [cream-api-autoinstaller](https://github.com/Douile/cream-api-autoinstaller) A python script to automatically install Cream API for Steam games
- [CDRomance](https://cdromance.com/) PSP, PSX, PS2, Gameboy, NDS, SNES, Dreamcast, and Gamecube ROMs and ISOs.
- [redump.org](http://redump.org/) Disc preservation database and internet community dedicated to collecting precise and accurate information about every video game ever released on optical media of any system.
- [Steamless](https://github.com/atom0s/Steamless) Steamless is a DRM remover of the SteamStub variants.
- [MachineGunnur/GOG-Games](https://github.com/MachineGunnur/GOG-Games) A fork of Good Old Downloads' "GOG Games" hosted on Tor

### Repacks
- [FitGirl Repacks](http://fitgirl-repacks.site/) :star2: Popular DDL and torrent site for game repacks
- [Xatab Repacks](https://xatab-repack.net) Russian game repacker, primarily torrents
- [ElAmigos Games](https://www.elamigos-games.com/) Premium links to cracked games
- [qoob.name](http://qoob.name/) Repacker site
- [Nicoblog](https://nicoblog.org/) Plenty of ISOs, ROMs, and repacks
- [Dark Umbra](https://darkumbra.net/) Forum for sourcing games
- [Skidrow Repacks](https://skidrowrepacks.com/) Repacks from popular repacker SKIDROW. Lots of anime stuff too

### ROMs
- [Romsmania](https://romsmania.cc/) Good ROMs collection with a decent UI.
- [Doperoms](https://www.doperoms.com/) Huge collection with over 170,000 ROM files. PS3 included.
- [Vimm's Lair](https://vimm.net/?p=vault) Large collection of ROMs
- [ROM/ISO sites](http://emulation.gametechwiki.com/index.php/ROM_%26_ISO_Sites) Wiki page from gametechwiki.com with more links
- [Romulation.net](https://www.romulation.net/) Collection of ~28,000 console game ROMs
- [The Eye ROMs](http://the-eye.eu/public/rom/) Open directory of ROMs from The Eye
- [myabandonware](https://www.myabandonware.com/) More than 14000 old games to download for free!
- [Old Games Finder](http://www.oldgamesfinder.com/) Old Games Finder is an automated old game search engine. (avoid ISO Zone links, as that site is dead)
- [The ROM Depot](https://theromdepot.com/roms/) About 3TB of ROMs. You may need a VPN.
- [Emulator.Games](https://emulator.games/) Download or play ROMs on your PC, Mobile, Mac, iOS and Android devices.
- ["A simple script for easily downloading emulator.games roms"](https://www.reddit.com/r/Piracy/comments/aytutr/a_simple_script_for_easily_downloading/) Reddit guide and userscript created by /u/estel_smith to allow you to easily download ROMs from Emulator.Games.
- [3DSISO](http://www.3dsiso.com/) Nintendo 3DS ROMs downloads forum.
- [3DSCIA.com](https://www.3dscia.com/) DDL links for 3DS CIA files.
- [Ziperto](https://www.ziperto.com/nintendo/3ds-roms/3ds-cia/) DDL link site primarily for Nintendo games.

### Console Games
- [/r/PkgLinks](https://www.reddit.com/r/PkgLinks/) A place to share working Playstation 4 PKGs
- [NoPayStation](https://nopaystation.com) A Database for PSN content including Vita, PS3, PSX, and PSP
- See [Discord Servers](#discord-servers) for more Switch games

### Homebrew and Custom Firmware
- [3DS Hacks Guide](https://3ds.hacks.guide/) A complete guide to 3DS custom firmware, from stock to boot9strap.
- [/r/3dshacks](https://www.reddit.com/r/3dshacks) Nintendo 3DS hacking and homebrew.
- [/r/WiiHacks](https://www.reddit.com/r/WiiHacks/) This Subreddit is for people interested in modifying their Wii.
- [/r/WiiUHacks](https://www.reddit.com/r/WiiUHacks) A subreddit dedicated to Wii U hacking and homebrew!
- [/r/vitahacks](https://www.reddit.com/r/vitahacks/) A place to discuss Vita hacking and homebrew.
- [/r/ps4homebrew](https://www.reddit.com/r/ps4homebrew) News, releases, and questions regarding the PS4 jailbreak, homebrew, and mods.
- [/r/SwitchHaxing](https://www.reddit.com/r/SwitchHaxing) Nintendo Switch hacking & homebrew subreddit
- [/r/SwitchHacks](https://www.reddit.com/r/SwitchHacks) Another Nintendo Switch hacking subreddit
- [/r/ps3homebrew](https://www.reddit.com/r/ps3homebrew/) News, updates, apps, and answers regarding PS3 homebrew!
- [/r/YuzuPiracy](https://www.reddit.com/r/YuzuPiracy) Links for Yuzu, the open-source Nintendo Switch emulator
- [/r/VitaPiracy](https://www.reddit.com/r/VitaPiracy/) Fairly active community of PS Vita pirates with guides and releases

## Music
- [MOOVAL](https://www.mooval.de/) Easily move your playlists, tracks, and likes from one streaming service to another.
- [Madsonic](https://www.madsonic.org/) Madsonic is a web-based media library and media streamer with jukebox functionality.
- [MusicBrainz](https://musicbrainz.org/) MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.
- [airsonic](https://airsonic.github.io/) Airsonic is a free, web-based media streamer, providing ubiquitous access to your music.
- [Beets](http://beets.io/) The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database.
- [gonic](https://github.com/sentriz/gonic) Music streaming server / subsonic server API implementation.
- [LibreSonic](https://github.com/Libresonic/libresonic) Media streaming software

### Music Streaming
- [Muxiv Music](https://muxiv.com/) Stream 45 million songs on all your devices, online or offline. Primarily Chinese content.
- [Hikarinoakariost](https://hikarinoakariost.info/) Site with Japanese music
- [mp3Clan](http://mp3guild.com/) Free music streaming
- [GoSong](https://gosong.unblocked.gdn/) Streamable MP3s
- [MP3Juices](https://mp3juices.unblocked.gdn/) MP3 search engine tool which uses YouTube
- [mp3.li](http://mp3li.unblckd.club) Another MP3 streaming site
- [SongsPK](https://songs-pk.in/) Mainly for downloading Bollywood songs. Domain changes frequently.
- [datmusic](https://datmusic.xyz/) Search engine with a clean UI for streaming music in your browser
- [MusicPleer](https://musicpleer.la/) Another music streaming site with a decent search engine
- [slider.kz](http://slider.kz/) Quirky and fast music streaming site

### Music Downloading
- [Soulseek](http://www.soulseekqt.net/news/) Soulseek is an ad-free, spyware free, just plain free file-sharing network for Windows, Mac, and Linux.
- [irs](https://github.com/kepoorhampond/irs) A music downloader that understands your metadata needs.
- [Deezloader Remaster](https://www.reddit.com/r/DeezloadersIsBack/comments/9n3pf1/deezloader_alpha_latest_version_download10102018/) Tool for downloading music from Deezer
- [Deezloader Remix](https://notabug.org/RemixDevs/DeezloaderRemix) Another program with the same purpose, both based on the original, now defunct Deezloader.
- [/r/DeezloaderIsBack](https://www.reddit.com/r/DeezloadersIsBack) Community supporting Deezloader
- [Deemix](https://codeberg.org/RemixDev/deemix) Another program with the same purpose. "Deemix is a python library that lets you download millions of songs [from Deezer]". "Deemix is meant to replace Deezloader Remix".
- [/r/deemix](https://www.reddit.com/r/deemix) Community supporting Deemix
- [New Album Releases](http://newalbumreleases.net/) Premium DDL links for full albums
- [KHInsider](https://downloads.khinsider.com/) Site collecting soundtracks, mostly MP3, some FLAC, OGG or M4A.
- [VGMLoader](https://github.com/TheLastZombie/VGMLoader) Tool for bulk downloading from KHInsider.
- [Free MPS Download.net](https://free-mp3-download.net/) Search engine with streamable samples and download links
- [chimera](https://notabug.org/Aesir/chimera) Multiple source terminal-based music downloader with audio search engine
- [YouTube to MP3](https://ytformp3.com/)

### Spotify
- [Get rid of Spotify ads](https://www.reddit.com/r/Piracy/comments/9jvlf8/get_rid_of_spotify_adsbannerslimited_skips_and/) Short guide on avoiding ads, banners, limited skips, and locked shuffle mode in Spotify Free
- [Spotify AdBlock Host file](https://www.reddit.com/r/Piracy/comments/9tcbvc/spotify_adblock_host_file_uptodate_effective/) :star2: This is the most up-to-date list and will block all annoying Spotify ads & analytics.
- [EZBlocker](https://github.com/Xeroday/Spotify-Ad-Blocker/) a Spotify Ad Blocker written in C# for Windows 7/8/10.
- [BlockTheSpot](https://github.com/mrpond/BlockTheSpot) Video, audio & banner AdBlock/skip for Spotify
- [Spytify](https://jwallet.github.io/spy-spotify/) Records Spotify without ads while it plays and includes media tags and album cover to the recorded files
- [Spotify modded APK](https://forum.mobilism.org/viewtopic.php?f=1332&t=2950704) Modded APK with no ads.
- [Downtify](https://github.com/eviabs/downtify-premium) Downtify is an open-source Spotify downloader which makes it possible to download all your favourite songs and/or playlists directly from Spotify.

### iTunes
- [TunesKit](https://www.tuneskit.com/) iTunes DRM removal tool
- [Requiem](https://digiex.net/threads/requiem-4-1-remove-itunes-drm-fairplay-from-music-video-and-books.11796/) Requiem is a program that removes Apple's DRM (called FairPlay) from songs, videos, and books purchased on iTunes
- [How to Remove DRM From iTunes Movies and TV Shows](https://www.howtogeek.com/291612/how-to-remove-drm-from-itunes-movies-and-tv-shows/) HowToGeek article on how to use TunesKit and Requiem
- [Plus Premieres](https://www.pluspremieres.eu/) Download newest iTunes music in M4A format
- [forked-daapd](https://ejurgensen.github.io/forked-daapd/) Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay devices (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.

## Software
- [/r/piracy/wiki/tools](https://www.reddit.com/r/piracy/wiki/tools) Windows/Office activation tools, and images/installers for Windows, Office, and Adobe
- [nsane.down](https://www.nsanedown.com/) A popular file-sharing forum focused on software
- [CrackingPatching.com](https://crackingpatching.com/) Cracked software
- [Appked](https://www.macbed.com/) Mac application sharing site
- [Team-OS HKRG](https://www.teamos-hkrg.com/index.php) Windows software and various activation tools.
- [CracksNow](https://cracksnow.com/) Cracks for Android, Windows, and macOS applications.
- [Nulled](https://www.nulled.to/) Nulled is a cracking community where you can find links to cracked software
- [/s/sjain_guides](https://saidit.net/s/sjain_guides) Guides and downloads for CS:GO, Windows 10 gaming optimisations, and more
- [My Digital Life Forums](https://forums.mydigitallife.net/) Popular forum for modded/cracked software and apps
- [Pro Design Tools](https://prodesigntools.com) Site focused on Adobe Development including cracked software and ebooks.
- [ShareAppsCrack](https://shareappscrack.com/) Website with a plethora of development tools and engineering-focused software, including video tutorials, and some ebooks.

### Adobe CC
- [Adobe CC 2019/2020 AIO Patcher](https://cracked.to/Thread-Cracked-CRACK-ADOBE-CC-2019-2020-GENP-V2-7) Latest Working All-In-One Patcher for all Adobe Creative Cloud 2019/2020 Applications (Windows)
- [Adobe Master Collector](https://saidit.net/s/sjain_guides/wiki/downloads#wiki_adobe_master_collector.3A) This tool downloads pre-activated Adobe applications released by m0nkrus, ranging from CS6 to CC 2020.
- [Adobe CC 2018](https://saidit.net/s/sjain_guides/comments/9oz/adobe_cc_2018_full_indepth_guide_to_installing/) Full in-depth guide to installing and cracking any application (Windows)
- [Adobe Zii 4.0.3](https://www.reddit.com/r/Piracy/comments/9v7tr6/adobe_zii_403_released_now_includes_incopy/) Tool for patching and cracking Adobe CC applications.
- [Adobe Acrobat Pro DC](https://saidit.net/s/sjain_guides/comments/9p5/adobe_acrobat_pro_dc_full_indepth_guide_to/) Full in-depth guide to downloading, installing, activating and optimising.

### Windows
- [/f/MSToolkit](https://raddle.me/f/MSToolkit) Tools for activating Windows software, including Windows 10 itself.
- [Windows 10 Digital License](https://www.nsaneforums.com/topic/316668-microsoft-activation-scripts/) Scripts for activating Windows 10 "legitimately" by binding your HWID to a Microsoft account
- [How to download and install Windows 10 LTSB](https://www.reddit.com/r/Piracy/comments/8pfnun/how_to_download_and_install_windows_10_ltsb/) Guide by /u/sq_skez. "Take everything we loved about Windows 7, add the under-the-hood improvements of Windows 8 and 10 but none of the marketing/cloud/phone app/user-tracking crap, and what do you get? Windows 10 Enterprise LTSC edition."
- [TechBench](https://tb.rg-adguard.net/public.php) Find official Windows isos for Windows 7/8/10
- [Windows 10 Digital License (HWID) & KMS38 Generation](https://web.archive.org/web/20190114172332/https://www.reddit.com/r/s1ave77_library/comments/9o13fq/windows_10_digital_license_hwid_kms38_generation/) Reddit guide by /u/s1ave77 with instructions on how to use HWID to activate various editions of Windows 10.

## Ebooks
- [BookStack](https://www.bookstackapp.com/) BookStack is a simple, self-hosted, easy-to-use platform for organizing and storing information.
- [Ubooquity](http://vaemendis.net/ubooquity/) Ubooquity is a free home server for your comics and ebooks library
- [COPS](https://github.com/seblucas/cops) Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, etc.)
- [b-ok](http://b-ok.xyz/) Free ebook library
- [The idiot-proof guide to downloading ebooks off IRC](https://www.reddit.com/r/Piracy/comments/2oftbu/guide_the_idiot_proof_guide_to_downloading_ebooks/) Posted by /u/Servaplur
- [Guide to Copy Kindle Content to PDF using Calibre](https://www.reddit.com/r/Piracy/comments/bm837l/guide_to_copy_kindle_content_to_pdf_using_calibre/)
- [Apprentice Alf's Blog](https://apprenticealf.wordpress.com/) Everything you ever wanted to know about DRM and ebooks but were afraid to ask.
- [Calibre](https://calibre-ebook.com/) :star2: ebook management tool
- [Calibre-Web](https://github.com/janeczku/calibre-web) Web app for browsing, reading and downloading eBooks stored in a Calibre database
- [Custom Search Engine](https://cse.google.com/cse?cx=000661023013169144559:a1-kkiboeco) A Google custom search engine specifically for ebooks
- [Exploring over 1,800 Calibre ebook servers](https://blog.chrisbonk.ca/2018/12/knowledge-is-power-exploring-over-1800.html?m=1) Blog post detailing how to use Shodan to find Calibre ebook servers
- [DeDRM_tools](https://github.com/apprenticeharper/DeDRM_tools) DeDRM tools for ebooks.
- [ReadAnyBook](https://readanybook.com/) Free online reading.
- [PDFdrive](http://pdfdrive.com) PDF Drive is your search engine for PDF files. No annoying ads, no download limits.
- [Memory of the world](http://library.memoryoftheworld.org) A new website containing a lot of books.

## Magazines
- [PDF Giant](http://pdf-giant.com/) Various categories of downloadable PDFs
- [MagazineLib](https://magazinelib.com/) Free PDF and interactive e-magazines

## Academic Papers and Material
- [LibGen](https://libgen.fun/) search engine for articles and books on various topics, which allows free access to content that is otherwise paywalled or not digitized elsewhere
- [Sci-Hub](https://sci-hub.se/) the first pirate website in the world to provide mass and public access to tens of millions of research papers
- [BookSC](http://booksc.org/) The world's largest scientific articles store. 50,000,000+ articles for free.
- [Academic Torrents](http://academictorrents.com/) A Community-Maintained Distributed Repository for researchers, by researchers. Making 32.66TB of research data available!

## Textbooks
- [All IT eBooks](http://www.allitebooks.com/) A big database of free, direct links for IT and programming ebooks
- [it-ebooks](http://it-ebooks.info) Large selection of free and open-source IT ebooks
- [PDF/Ebook trackers for college textbooks](https://www.reddit.com/r/trackers/comments/hrgmv/tracker_with_pdfsebooks_of_college_textbooks/c1xrq44/) Old-but-still-useful list of ebook/textbook trackers, DDL sites, and IRC communities
- [How to "rent" your textbooks for free from Amazon](https://www.reddit.com/r/Piracy/comments/3ma9qe/guide_how_to_rent_your_textbooks_for_free_from/) "Going to college? Living off top ramen for dinner? Let me show you have to "rent" your textbooks for free & for life!"
- [Guide for Finding Textbooks](https://www.reddit.com/r/Piracy/comments/3i9y7n/guide_for_finding_textbooks/) Extensive tutorial by /u/Amosqu
- [forcoder](https://forcoder.su/) Ebooks & Elearning For Programming

## Courses and Tutorials
- [CourseClub](https://courseclub.me/) Download courses from (Lynda, Pluralsight, CBG Nuggets, etc)
- [FreeCourseSite](https://freecoursesite.com/) Mostly highest rated udemy courses torrent
- [FreeTutorials.eu](https://www.freetutorials.eu/) Lots of Udemy courses for free; Has Adblock detector
- [Gigacourse](https://gigacourse.com/)
- [Desire Course](https://desirecourse.net/)
- [GFXDomain.net Tutorials board](http://forum.gfxdomain.net/forums/others-tutorials.42/) Forum with free tutorials for graphic design, mostly via premium file hosts but some torrents
- [tpget](https://github.com/0x6a73/tpget) Tutorialspoint downloader
- [udemy-downloader-gui](https://github.com/FaisalUmair/udemy-downloader-gui) A cross-platform (Windows, Mac, Linux) desktop application for downloading Udemy Courses.
- [tut4dl](https://tut4dl.com/) Download tutorial and training courses from many paid MOOCs, with categories ranging from Cuisine to Cryptography.

## Audiobooks
- [AudioBook Bay](http://audiobookbay.nl/) Download unabridged audiobooks for free or share your audiobooks, safe, fast and high quality
- [AAXtoMP3](https://github.com/KrumpetPirate/AAXtoMP3) Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
- [Booksonic](http://booksonic.org/) Booksonic is a server and an app for streaming your audiobooks to any pc or android phone.
- [The Eye /public/AudioBooks](http://the-eye.eu/public/AudioBooks/) A few publicly accessible audiobooks hosted by The Eye
- [AudioBooks.Cloud](https://audiobooks.cloud/) DDL links for lots of audiobooks.
- [Tokybook](https://tokybook.com/) Free audiobook streaming site.

## Comicbooks
- [Kindle Comic Converter](https://kcc.iosphe.re/) Comic and manga converter for ebook readers
- [readcomiconline.to](https://readcomiconline.to/) Manga and comics uploaded daily
- [Readcomicbooksonline](https://readcomicbooksonline.org/) Tends to Error 520 occasionally
- [Comic Extra](https://www.comicextra.com/) Daily comic uploads, clean UI
- [GetComics](https://getcomics.info/) GetComics started as an alternative place to get downloaded comic files, particularly US-based comics published by DC and Marvel.
- [Gazee!](https://hub.docker.com/r/linuxserver/gazee/) A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web-connected device with a modern web browser.
- [Comix-Load](https://comix-load.in/) DDL links for comic books and manga in English and German.
- [Omnibus](https://github.com/fireshaper/Omnibus) Search for and download comics that are added to GetComics.info easily

## Manga
- [MangaDex](https://www.mangadex.org/) MangaDex is an online manga reader that caters to all languages.
- [/r/manga](https://www.reddit.com/r/manga) Everything and anything manga! (manhwa is okay too!)
- [Madokami](https://manga.madokami.al/) Requires sign-up (currently closed), see mirrors below.
- [Madokami 0-E](https://archive.org/download/Madokami.Manga.0-E) Download manga titles named 0 to E.
- [Madokami F-K](https://archive.org/download/Madokami.Manga.F-K) Download manga titles named F to K.
- [Madokami L-Q](https://archive.org/download/Madokami.Manga.L-Q) Download manga titles named L to Q.
- [Madokami R-Z](https://archive.org/download/Madokami.Manga.R-Z) Download manga titles named R to Z.
- [Madokami novels, raws and artbooks](https://archive.org/download/Madokami.NotManga) Download novels, manga raws and artbooks.
- [Tachiyomi](https://tachiyomi.org/) Free and open source manga reader for Android.
- [MangaZone](http://mangazoneapp.com/) A manga reader app.
- [NineAnime](https://www.nineanime.com/) Updated/Active Manga Site
- [Free Manga Downloader (FMD)](https://github.com/fmd-project-team/FMD) A manga download manager and reader that supports downloading from various websites.
- [HakuNeko](https://github.com/manga-download/hakuneko) A cross-platform downloader for manga and anime from +400 websites. Manga and anime in multiple languages and formats (cbz, a folder with images, epub).

## Documentaries
- [/r/Documentaries](https://www.reddit.com/r/documentaries) Popular documentaries subreddit
- [My big list of documentary sites (streaming and download)](https://www.reddit.com/r/Documentaries/comments/h9pu7/my_big_list_of_documentary_sites_streaming_and/) An old post by /u/whatwhat888 that may still be useful
- [DocuWiki.net](http://docuwiki.net/index.php?title=Main_Page) DocuWiki.net serves as an index of documentary films on the Edonkey Network.
- [MVGroup](http://forums.mvgroup.org/) Forum for documentary torrent and ED2K downloads. Sign-up required.
- [Documentary Addict](https://documentaryaddict.com/) A website which scrapes Youtube for documentaries
- [iHaveNoTv](https://ihavenotv.com/) Community managed documentary collection

## Fonts, Icons, and Graphics
- [Web4Sync](https://web4sync.com/) Forum with DDL links catering to web development, graphics design, 3D animation, and photography
- [GFXDomain](http://forum.gfxdomain.net/) Forum for graphic design resources and software
- [GFxtra](https://www.gfxtra.com/) DDL links for graphics, icons, 3D models, and more
- [GraphicEx](https://graphicex.com/) Stock/vector graphics, PhotoShop/InDesign resources, fonts, and more
- [Tomato.to](https://tomato.to/) Stock Downloader | Supports Shutterstock, Gettyimages, Adobe stock, Fotolia, Vectorstock, iStockphoto, PNGTree & PicFair.
- [How to download paid fonts for free](https://www.reddit.com/r/Piracy/comments/8tqfg6/how_to_download_paid_fonts_for_free/) Post by /u/Bebhio on how to use clever Google searches to find fonts online
- [gallery-dl](https://github.com/mikf/gallery-dl) Command-line program to download image-galleries and -collections from several image hosting sites

## Automation
- [FlexGet](https://flexget.com/) FlexGet is a multipurpose automation tool for all of your media with support for torrents, nzbs, podcasts, comics, TV, movies, RSS, HTML, CSV, and more.
- [Pulsarr](https://github.com/roboticsound/Pulsarr) Browser extension (currently Chrome & Firefox) for adding movies to Radarr or Series' to Sonarr while browsing IMDB or TVDB.
- [Bonarr](https://github.com/klassicstudios/Bonarr) A fork of Radarr to work with porn.
- [traktarr](https://github.com/l3uddz/traktarr) Script to add new series & movies to Sonarr/Radarr based on Trakt lists.
- [Mylar](https://github.com/evilhero/mylar) An automated Comic Book Downloader (cbr/cbz) for use with SABnzbd, NZBGet, and torrents
- [LazyLibrarian](https://github.com/DobyTang/LazyLibrarian) LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.
- [CloudBox](https://cloudbox.works/) An All-In-One, Cloud-Centric, Media Server Solution
- [Piracy and automation, an overview](https://docs.google.com/document/d/1TwUrRj982WlWUhrxvMadq6gdH0mPW0CGtHsTOFWprCo/edit) Guide by /u/JukeCity101 on how to improve your experience pirating with automation tools
- [Nefarious](https://lardbit.github.io/nefarious/) Nefarious is a web application that helps you download movies and TV shows.

### TV Automation
- [Sonarr](https://github.com/Sonarr/Sonarr) :star2: Smart PVR for newsgroup and BitTorrent users.
- [SickRage](https://github.com/SiCKRAGE/SiCKRAGE) Automatic Video Library Manager for TV Shows.
- [SickChill](https://sickchill.github.io/) an automatic Video Library Manager for TV Shows.
- [SickBeard](http://sickbeard.com/) The ultimate PVR application that searches for and manages your TV shows
- [SickGear](https://github.com/SickGear/SickGear) SickGear has proven the most reliable stable TV fork of the great Sick-Beard to fully automate TV enjoyment with innovation.
- [Medusa](https://pymedusa.com/) Automatic Video Library Manager for TV Shows.

### Movie Automation
- [Radarr](https://radarr.video/) :star2: A fork of Sonarr to work with movies à la Couchpotato.
- [RadarrSync](https://github.com/Sperryfreak01/RadarrSync) Syncs two Radarr servers through web API.
- [CouchPotato](https://github.com/CouchPotato/CouchPotatoServer) Automatic Movie Downloading via NZBs & Torrents
- [Watcher](https://github.com/nosmokingbandit/Watcher3) Watcher is an automated movie NZB & Torrent searcher and snatcher.

### Music Automation
- [betanin](https://github.com/sentriz/betanin) beets.io based man-in-the-middle of your torrent client and music player.
- [Lidarr](https://github.com/lidarr/Lidarr) Looks and smells like Sonarr but made for music.
- [Headphones](https://github.com/rembo10/headphones) Automatic music downloader for SABnzbd

### Subtitles Automation
- [Bazarr](https://github.com/morpheus65535/bazarr) Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements.
- [autosub](https://github.com/agermanidis/autosub) Command-line utility for auto-generating subtitles for any video file using speech recognition
- [nzb-subliminal](https://github.com/caronc/nzb-subliminal) Fetches subtitles for the videos it's provided. It can be easily integrated into NZBGet and SABnzbd too.
- [subsync](https://github.com/smacke/subsync) Automagically synchronize subtitles with the video.
- [vlsub](https://github.com/exebetche/vlsub) VLC extension to download subtitles from opensubtitles.org

## P2P Networks
- [eDonkey network](https://en.wikipedia.org/wiki/EDonkey_network) a decentralized, mostly server-based, peer-to-peer file-sharing network
- [Gnutella](https://en.wikipedia.org/wiki/Gnutella) P2P network behind the popular LimeWire file sharing app
- [FastTrack](https://en.wikipedia.org/wiki/FastTrack) Protocol used by the Kazaa, Grokster, iMesh, and Morpheus file-sharing programs
- [Napster](https://en.wikipedia.org/wiki/Napster) Peer-to-peer file sharing Internet service that emphasized sharing digital audio files, typically audio songs, encoded in MP3 format.
- [Peer-to-peer file sharing](https://en.wikipedia.org/wiki/Peer-to-peer_file_sharing) Detailed Wikipedia page about file sharing
- [IPFS - Distributed Web](https://en.wikipedia.org/wiki/InterPlanetary_File_System) Peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files
- [Kad](https://en.wikipedia.org/wiki/Kad_network) The Kad network is a peer-to-peer (P2P) network that implements the Kademlia P2P overlay protocol.

## Ripping, Transcoding, Converting, Encoding
- [Handbrake](https://handbrake.fr/) :star2: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
- [MakeMKV](http://www.makemkv.com/) MakeMKV is your one-click solution to convert video that you own into a free and patents-unencumbered format that can be played everywhere.
- [ffmpeg](https://ffmpeg.org/) A complete, cross-platform solution to record, convert and stream audio and video.
- [sickbeard_mp4_automator](https://github.com/mdhiggins/sickbeard_mp4_automator) Automatically convert video files to a standardized mp4 format with proper metadata tagging to create a beautiful and uniform media library
- [Automatic Ripping Machine](https://b3n.org/automatic-ripping-machine/) The A.R.M. (Automatic Ripping Machine) detects the insertion of an optical disc, identifies the type of media and autonomously performs the appropriate action
- [DVD Decrypter](http://dvddecrypter.org.uk/) The original unofficial DVD Decrypter mirror since June 7th, 2005.
- [DVDFab](https://www.dvdfab.cn/) DVD ripping tool
- [The Encoding Guide](https://encoding-guide.neocities.org/) :star2: In-depth guide on encoding video

## Cloud Storage
- [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) FUSE filesystem over Google Drive
- [rclone](https://rclone.org/) :star2: "rsync for cloud storage"
- [plexdrive](https://github.com/dweidenfeld/plexdrive) mounts your Google Drive FUSE filesystem (optimized for media playback)
- [/r/PlexACD](https://www.reddit.com/r/PlexACD/) Discussion about unlimited cloud storage for Plex libraries
- [rclone-gdrive](https://bytesized-hosting.com/pages/rclone-gdrive) Wiki page on setting up Google Drive with rclone cache and crypt
- [Connect Your Plex Server To Your Google Drive](https://bytesized-hosting.com/pages/plexdrive) This tutorial will help you connect your Google Drive to your Plex server using Plexdrive.
- [RcloneBrowser](https://martins.ninja/RcloneBrowser/) Simple cross-platform GUI for rclone
- [UDS](https://github.com/stewartmcgown/uds) Unlimited Drive Storage. Store files in Google Docs without counting against your quota.
- [Comparison of file hosting services](https://en.wikipedia.org/wiki/Comparison_of_file_hosting_services) This is a comparison of file hosting services that are currently active.
- [Cloud storage table](https://nafanz.github.io/cloudstorage.html) Regularly updated table of information about top cloud storage providers.

## File Renaming and Tagging
- [FileBot](https://www.filebot.net/) :star2: the ultimate tool for organizing and renaming your Movies, TV Shows and Anime as well as fetching subtitles and artwork. It's smart and just works.
- [filebot-node](https://github.com/filebot/filebot-node) a client-server application that'll allow you to run filebot commands
- [docker-filebot](https://github.com/coppit/docker-filebot) A Docker container for FileBot
- [MediaMonkey](https://www.mediamonkey.com/) Manage a movie/music library from 100 to 100,000+ audio/video files and playlists
- [MP3TAG](https://www.mp3tag.de/en/) Mp3tag is a powerful and easy-to-use tool to edit metadata of audio files.
- [Picard](https://picard.musicbrainz.org/) Picard is a cross-platform music tagger written in Python.
- [Beets](https://github.com/beetbox/beets) beets is a music library manager
- [Metatogger](https://www.luminescence-software.org/en/metatogger.html) Metatogger is the new generation of tag editor allowing you to rename, tag and easily sort your audio files.
- [MediaInfo](https://mediaarea.net/en/MediaInfo) MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.
- [iFlicks2](https://iflicksapp.com/) Useful for adding metadata to movies and TV shows
- [MediaElch](https://www.kvibes.de/mediaelch/) Media manager for Kodi. Metadata & artwork retrieval, as well as renaming.
- [/r/datacurator](https://www.reddit.com/r/datacurator/) Subreddit for discussion about the curation of digital data. Be it sorting, file formats, file encoding, best practices, discussion of your setup, tips, and tricks, asking for help, etc.

## Mobile Apps
- [AdAway](https://adaway.org/) An open-source ad blocker for Android using the hosts file. It needs ROOT access
- [NewPipe](https://newpipe.schabi.org/) The original YouTube experience without annoying ads and questionable permissions
- [nzb360](http://nzb360.com/) :star2: nzb360 is a full-featured NZB manager that focuses on providing the best experience possible for controlling all of your Usenet needs.
- [Ombi](https://play.google.com/store/apps/details?id=com.tidusjar.Ombi) Companion app for Ombi to request Plex content
- [Tautulli Remote](https://play.google.com/store/apps/details?id=com.williamcomartin.plexpyremote) Mobile version of Tautilli for monitoring Plex on the go
- [MyJDownloader](https://play.google.com/store/apps/details?id=org.appwork.myjdandroid&hl=en_US) enables you to remote control your desktop JDownloader from your pocket while you're on the go.
- [FilePursuit Pro](https://play.google.com/store/apps/details?id=com.filepursuit.filepursuitpro) FilePursuit provides a very powerful file indexing and search service allowing you to find a file among millions of files located on web servers.
- [YMusic](https://forum.xda-developers.com/android/apps-games/app-youtube-music-sound-stream-youtubes-t3399722) YouTube Music Player & Downloader
- [Cygery AdSkip for YouTube](https://labs.xda-developers.com/store/app/com.cygery.adskip.xda) Automatically click on the "Skip ad" button in the YouTube™ app when it appears.
- [Blokada](https://blokada.org) Blokada is a compact app that transparently blocks unwanted content like ads, tracking, malware, and other annoyances.
- [Tachiyomi](https://github.com/inorichi/tachiyomi) Tachiyomi is a free and open-source manga reader for Android.
- [4PDA.ru](http://4pda.ru/forum/index.php?act=idx) 4PDA is the biggest Russian forum about mobile devices. You can find an endless amount of APKs and Mobile software there. For download, registration is required
- [AnYme](https://github.com/zunjae/anYme) Unofficial Anime App for MyAnimeList
- [Perfect Player](https://play.google.com/store/apps/details?id=com.niklabs.pp) Perfect Player is set-top box style IPTV/Media player for watching videos on TVs, tablets and smartphones.
- ["My little guide for piracy on iPhone"](https://www.reddit.com/r/Piracy/comments/ajkeq2/my_little_guide_for_piracy_on_iphone/) Post by /u/Impulse_13
- [nzbUnity](https://nzbunity.dozenzb.com/) iOS app for managing your favourite NZB applications
- [TiviMate IPTV player](https://play.google.com/store/apps/details?id=ar.tvplayer.tv) A popular Android app for watching IPTV on Android set-top boxes.
- [Fildo](https://fildo.net/android/en/#) Android music streaming app which fetches files from third party MP3 search engines.
- [YouTube Vanced](https://vancedapp.com/) Vanced is a well known modded version of YouTube with many features such as adblocking and background playback and many more.

### Streaming Apps
- [MediaBox HD](https://mediaboxhd.net) MediaBox HD is a free streaming app with movies, tv shows, and music. VIP membership grants access to 1000s of reliable high-quality streams. It can cast to Chromecast, Apple TV, Fire TV, and Xbox.
- [Kokotime](https://www.kokotime.tv/) Kokotime is an addon-based, simple, free and elegantly designed app that will let you watch all your favorite media content in a unique and elegant user-friendly design
- [Mobdro](https://forum.mobilism.org/viewtopic.php?f=429&t=2720792&hilit=mobdro) Mobdro constantly searches the web for the best free video streams and brings them to your device.
- [Cinema](https://forum.mobilism.org/viewtopic.php?t=2786441) a lot of Movies & TV/Shows to watch and download.
- [Fildo](https://fildo.net/android/en/) Music streaming app
- [TeaTV](https://teatv.net/) App for Android, Windows, and macOS for watching 1080p movies and TV shows for free
- [AniméGlare](https://animeglare.xyz/)
- [AniméVibe](http://animevibe.tv/)
- [ApolloTV](https://apollotv.xyz/)
- [BeeTV](http://beetvapk.me/)
- [Cinema](https://cinemaapk.com/)
- [CKayTV](http://ckaytv.com/)
- [Cyberflix](https://cybercloud.media/) Terrarium clone
- [DreamTV](http://dream-tv.xyz/) Terrarium clone
- [Morph TV](http://titaniumtv.xyz/Morph2.apk) Morpheus fork
- [PhoenixTV](https://tinyurl.com/y7z5zct8) Morpheus fork
- [TitaniumTV](http://titaniumtv.xyz/) Terrarium clone
- [TVZion](https://tvzionapp.live/)
- [UnlockMyTV](https://unlockmytv.com/) Cinema clone ad-free

### Torrent Apps
- [Transdrone](https://play.google.com/store/apps/details?id=org.transdroid.lite) Transdrone allows you to manage the torrents you run on your home server or seedbox.
- [Flud](https://play.google.com/store/apps/details?id=com.delphicoder.flud&hl=en) Flud is a simple and beautiful BitTorrent client for Android.
- [BiglyBT](https://f-droid.org/packages/com.biglybt.android.client/) Free, open-source torrent client for Android phone, tablet, Chromebook, & Android TV
- [LibreTorrent](https://f-droid.org/en/packages/org.proninyaroslav.libretorrent/) LibreTorrent is a Free as in Freedom torrent client for Android 4+, based on libtorrent.
- [Vuze](https://play.google.com/store/apps/details?id=com.vuze.torrent.downloader) Lightweight & powerful BitTorrent app.
- [aTorrent](https://play.google.com/store/apps/details?id=com.mobilityflow.torrent) Another popular torrent client for Android.
- [Trireme](https://www.f-droid.org/en/packages/org.deluge.trireme/) Use this app to connect and manage your Deluge Daemon.

### APKs
- [Aptoide](https://en.aptoide.com/) An alternative repository-based marketplace for Android applications
- [F-Droid](https://f-droid.org/fr/) An installable catalogue of FOSS (Free and Open Source Software) Android applications
- [Yalp Store](https://github.com/yeriomin/YalpStore) Download apks from Google Play Store
- [Mobilism Forum](https://forum.mobilism.org/index.php) :star2: Large forum of mobile apps and books
- [On HAX](https://onhax.me/) APK mirrors
- [APKMirror](https://www.apkmirror.com/) Download free Android APKs
- [ApkPure](https://apkpure.com/) Another free APK mirror site
- [ACMARKET](https://acmarket.net/) download cracked & modified android apps & games free
- [BlackMod](https://blackmod.net/) Lots of cracked Android games
- [Android Zone](https://android-zone.ws/) Another place to find premium links for APKs
- [RevDl](https://www.revdl.com/) Direct download site for Android apps and games.
- [/r/ApksApps](https://www.reddit.com/r/apksapps) "The best Modded apps on Reddit."
- [/r/moddedandroidapps](https://www.reddit.com/r/moddedandroidapps) Modded Android app releases subreddit.
- [IndexOutOfBounds Store](https://store.ioob.pw/) Streaming apps including Liveflix, PopFlix, SeriesDroid S2, and AnimeDroid S2.
- [Aurora OSS](https://gitlab.com/AuroraOSS/AuroraStore) An open-source alternative for the Google Play Store.
- [AuroraDroid](https://gitlab.com/AuroraOSS/auroradroid) Aurora Droid is an unofficial, FOSS client for F-Droid.

## Discord Servers
- [The Ratio](https://discordapp.com/invite/wab3Qag) :star2: Community of seedbox enthusiasts. Buying advice, application setup, and automation help.
- [DoujinStyle](https://discord.gg/z2QDFdA) Discord server with Doujin related materials. Things such as Japanese doujin music and games
- [The Eye](https://discordapp.com/invite/py3kX3Z) Official Discord server for the-eye.eu
- [PlayStation Homebrew](https://discord.gg/JJnvEN8) Home of /r/ps3homebrew and /r/ps4homebrew.
- [Snahp.it](https://discord.gg/ypyKZCj) Official Discord server for snahp.it.
- [WarezNX](https://discord.gg/d6xxuPq) Nintendo Switch Warez server. (/hbg/ has more up to date games as of April 2019)
- [/hbg/ Homebrew General](https://discord.io/homebrew) A Discord server that shares Nintendo Switch Games.
- [/r/soccerstreams](https://discord.gg/geyTtth) Official Discord server for the recently-killed /r/soccerstreams subreddit.
- [APK'S 2 Day](https://discord.gg/2qWqzN8) This is a discord server that acts as a hub for numerous streaming apps.


## IPTV and DVR
- [iptv-org/iptv](https://github.com/iptv-org/iptv) Collection of 8000+ publicly available IPTV channels from all over the world
- [telly](https://github.com/tellytv/telly) IPTV proxy for Plex Live written in Golang
- [tvheadend](https://github.com/tvheadend/tvheadend) Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, SAT>IP, and other formats through the Unix pipe as input sources.
- [/r/IPTV](https://www.reddit.com/r/IPTV) Subreddit some may find helpful for gauging the current state of IPTV providers
- [/r/iptvresellers](https://www.reddit.com/r/IPTVresellers) promotions and advertisements from IPTV providers
- [/r/IPTVReviews](https://www.reddit.com/r/IPTVreviews) Reviews of IPTV service providers
- [MythTV](https://www.mythtv.org/) Free Open Source software digital video recorder
- [allsprk.tv](https://stream.allsprk.tv) A channel-hoppable live streaming site with a chat room
- [UlstreaMix](https://ssl.ustreamix.com/) Live TV streaming site, predominantly sports
- [Xtream Editor](http://www.xtream-editor.com/) Xtream Editor allows you to create, edit and sort m3u playlists online.
- [xTeVe](https://xteve.de/) :star2: M3U Proxy for Plex DVR
- [STBEmulator](http://rocketstreams.tv/stbemu) Popular Android app for using IPTV streams with EPG
- [IPTV Community](https://iptv.community/) Technology and IPTV discussion website, useful for finding an IPTV provider/reseller
- [antennas](https://github.com/TheJF/antennas) HDHomeRun emulator for Plex DVR to connect to Tvheadend.
- [IPTV Providers list](https://docs.google.com/spreadsheets/d/1ehpk3OCkqj4QgF71v410avGpGC5bQ_lOLl5ppRb3Q9s/edit) A recently created list of 40+ IPTV providers with notes
- [fastocloud](https://github.com/fastogt/fastocloud) IPTV/Video cloud admin panel for servers

### Acestreams
- [acestream.org](http://acestream.org/) Ace Stream is a peer-to-peer streaming application that lets you stream live sports and other content
- [AceStreamSearch](https://acestreamsearch.com/en/) Ace Stream Broadcasts Search
- [aceproxy](https://github.com/ValdikSS/aceproxy) Ace Stream HTTP Proxy. (abandonware)
- [iktason/aceproxy](https://hub.docker.com/r/ikatson/aceproxy/) A docker image to run aceengine + aceproxy, e.g. to watch Torrent-TV.ru.

## IRC
- [XDCC Tutorial](http://theloadguru.com/xdcc-irc-beginners-guide/) XDCC Downloading For Beginners: Do It Like A Pro
- [XDCC](https://en.wikipedia.org/wiki/XDCC) XDCC (Xabi DCC or eXtended DCC) is a computer file sharing method which uses the Internet Relay Chat (IRC) network as a hosting service.
- [ZNC](https://github.com/znc/znc) An advanced IRC bouncer

### IRC Clients
- [weechat](https://github.com/weechat/weechat) :star2: The extensible chat client.
- [irssi](https://irssi.org/) Your text mode chatting application since 1999.
- [HexChat](https://hexchat.github.io/) HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems.
- [KVIrc](https://github.com/kvirc/KVIrc) Graphical IRC client
- [mIRC](https://www.mirc.com/) IRC client for Windows
- [Shout](https://github.com/erming/shout) The self-hosted web IRC client
- [Kiwi IRC](https://kiwiirc.com/) Popular web-based IRC client
- [TheLounge](https://hub.docker.com/r/linuxserver/thelounge/) TheLounge (a fork of shoutIRC) is a web IRC client that you host on your own server.

### IRC Networks
- [irc.p2p-network.net](https://p2p-network.net/) P2P file-sharing network
- [p2p-network.net channel list](https://search.mibbit.com/channels/p2p-network) List of all channels on the p2p-network.net IRC network
- [Orpheus](https://orpheus.network/) Formerly known as Apollo
- _Moviegods_  `irc://irc.abjects.net/MOVIEGODS` :star2: XDCC file-sharing network, join #mg-chat to continue downloading
- _The Source_ `irc://irc.scenep2p.net/THE.SOURCE` Another XDCC source
- _Beast-XDCC_ `irc://irc.abjects.net/BEAST-XDCC` One more XDCC source
- _irc.undernet.org/bookz_ `irc://irc.undernet.org/bookz` For downloading ebooks (use `@search <book name>` for a list of available ebooks)
- _irc.irchighway.net/ebooks_ `irc://irc.irchighway.net/ebooks` A nice, friendly IRC channel for trading ebooks

### IRC Search Engines
- [xWeasel](http://xweasel.org) xWeasel is a free stand-alone Download Client based on IRC technology including a multifunctional XDCC Search Engine.
- [ixIRC](https://ixirc.com/) ixIRC lets you search through 17 IRC networks, 32 channels, and over 189915 user-supplied XDCC packs.
- [SunXDCC](http://sunxdcc.com/) Another XDCC file search engine
- [xdcc.eu](http://www.xdcc.eu/) XDCC search engine indexing packets from a large number of networks

## DC++
- [Direct Connect (protocol)](https://en.wikipedia.org/wiki/Direct_Connect_(protocol)) Wikipedia page describing Direct Connect.
- [DC++](https://en.wikipedia.org/wiki/DC%2B%2B) Wikipedia page describing DC++
- [AirDC++](https://www.airdcpp.net/) :star2: Windows GUI and Linux Web DC++ client in active development, with ADC, IPv6 and DHT support.
- [FlylinkDC++](http://www.flylinkdc.com/) Windows DC++ and BitTorrent client in active development, with ADC and DHT support.
- [EiskaltDC++](https://github.com/eiskaltdcpp/eiskaltdcpp) Windows/Linux/macOS DC++ client, with ADC and DHT support
- [LinuxDC++](https://launchpad.net/linuxdcpp) Utilizing the latest DC++ core, LinuxDC++ offers similar functionality to the Windows client like segmented downloading, TTH based file integrity, etc. with a GTK+ user interface.
- [Tankafett](http://tankafett.biz/?do=hublist) List of public DC++ hubs, previously known as hublist.org and TheHubList.com.
- [Linux DC++](https://launchpad.net/linuxdcpp) Easy to configure and use DC++ client

## Full Movies On
- [/r/fullmoviesonyoutube](https://www.reddit.com/r/fullmoviesonyoutube/)
- [/r/fullmovierequest](https://www.reddit.com/r/fullmovierequest/)
- [/r/Fullmoviesonvimeo](https://www.reddit.com/r/Fullmoviesonvimeo/)
- [/r/fulltvshowsonyoutube](https://www.reddit.com/r/fulltvshowsonyoutube/)
- [/r/fulltvshowsonvimeo](https://www.reddit.com/r/fulltvshowsonvimeo/)
- [/r/fullcartoonsonyoutube](https://www.reddit.com/r/fullcartoonsonyoutube/)
- [/r/FullLengthFilms](https://www.reddit.com/r/FullLengthFilms/)
- [/r/FullMoviesDailyMotion](https://www.reddit.com/r/FullMoviesDailyMotion)
- [/r/1080pMoviesOnline](https://www.reddit.com/r/1080pMoviesOnline)
- [fullmoviesandtv multireddit](https://www.reddit.com/user/Wiggly_Poop/m/fullmoviesandtv/) All of the above subreddits as a multireddit

## Piracy Blogs and News
- [TorrentFreak](https://torrentfreak.com) :star2: TorrentFreak is a publication dedicated to bringing the latest news about copyright, privacy, and everything related to filesharing.
- [TechWorm](https://www.techworm.net) Techworm is a Tech, Cyber-security news platform.

## Content Discovery
- [Trakt.tv](https://trakt.tv/) :star2: a platform that does many things, but primarily keeps track of TV shows and movies you watch.
- [IMDb](https://www.imdb.com/) Find movies, TV shows, celebrities, and more
- [Movieo](https://movieo.me/) Discover, organize and track over 250,000 movies.
- [MetaCritic](https://www.metacritic.com) website that aggregates reviews of media products: music albums, video games, films, TV shows, and formerly, books.
- [popular-movies](https://github.com/sjlu/popular-movies) Tries to create a list of popular movies based on a series of heuristics
- [Letterboxd](https://letterboxd.com/) Your life in film
- [Squawkr.io](https://www.squawkr.io/) sends notifications when movies are available for download.
- [What is my movie?](https://www.whatismymovie.com/) AI-powered movie search. "Use your own words, or search with titles, actors, directors, genres, etc. We find movies for you to watch."
- [2160p BluRay Remux List](https://docs.google.com/spreadsheets/d/1qU8E0JT9JQk_BaBCxZS79tn7YmUyY4XBEpHPm3j16jI/edit) Complete list of all available 2160p remuxes
- [Flox](https://github.com/devfake/flox) Flox is a self-hosted movie, series and anime watch list.
- [TVmaze](https://www.tvmaze.com/) TVmaze is a community of TV lovers and dedicated contributors that discuss and help maintain TV information on the web.
- [JustWatch](https://www.justwatch.com/) On JustWatch you can find out where to watch your favorite movies & TV series
- [WhereYouWatch](https://whereyouwatch.com/latest-reports/) Follow upcoming movies and receive email alerts when they are out online as a download or stream – pirated or via retail.
- [Flickmetrix](https://flickmetrix.com/) Movie database search engine with disc/Netflix/Prime filtering
- [dvdsreleasedates.com](https://www.dvdsreleasedates.com/) The latest info on new Blu-ray and DVD releases
- [Simkl](https://simkl.com/) Movie and TV show scrobbler similar to Trakt.tv

### PreDB Sites
- [Urban Dictionary: predb](https://www.urbandictionary.com/define.php?term=predb) Urban Dictionary definition
- [PreDB.org](https://predb.org/)
- [PreDB.me](https://predb.me/)
- [PREdb](https://predb.ovh/)
- [WarezBot](https://github.com/enzobes/WarezBot) Discord bot for scene releases.
- [NSW Releases](http://nswdb.com/) Nintendo Switch scene releases.
- [3DS Releases](http://3dsdb.com/) Nintedo 3DS scene releases.
- [NSWDBot](https://github.com/HunterKing/NSWDBot) A discord bot for scraping NSWDB.com for "Scene" releases.

## Dashboards and Homepages
- [Muximux](https://github.com/mescon/Muximux) A lightweight way to manage your HTPC
- [Heimdall](https://github.com/linuxserver/Heimdall) An Application dashboard and launcher
- [Organizr](https://github.com/causefx/Organizr) :star2: HTPC/Homelab Services Organizer - Written in PHP
- [weboas.is](http://weboas.is/) Homepage for pirates
- [Anonmasky](https://github.com/Anonmasky/anonmasky.github.io) Anonmasky is a beautiful start page for geeks out there. Clone of weboas.is.
- [iDashboard-PHP](https://github.com/causefx/iDashboard-PHP) HTPC Dashboard to load website services, written in PHP (predecessor to Organizr)
- [HTPC-Manager](https://github.com/Hellowlol/HTPC-Manager) A fully responsive interface to manage all your favorite software on your Htpc.
- [Monitorr](https://github.com/Monitorr/Monitorr) Self-hosted PHP-based web front platform that displays the status of any web app or service in real-time.
- [Logarr](https://github.com/Monitorr/logarr) "Logarr" is a self-hosted, PHP-based, single-page log consolidation tool which formats and displays log files for easy analysis.

## Proxy Sites
- [Unblocked](https://unblocked-pw.github.io/) :star2: a Proxy site for accessing your favorite blocked sites
- [ByPassed](https://bypassed.wtf/) ByPassed is an all-in-one solution to unblock censored websites including thepiratebay, kickass, eztv, yts, extratorrent & more.

## File Sharing Tools
- [transfer.sh](https://transfer.sh/) Easy file sharing from the command line
- [FilePizza](https://file.pizza/) Free peer-to-peer file transfers in your browser.
- [DBREE](https://dbr.ee/) DBREE is a simplistic and easy way to upload and share any type of file.
- [WeTransfer](https://wetransfer.com/) WeTransfer was founded in 2009 as the simplest way to send big files around the world.
- [dmca.gripe](https://dmca.gripe/) A DMCA-resistant, permanent file hosting service.
- [FileBin](https://filebin.net/) Convenient file sharing on the web, without registration.

## Stream Synchronisation
- [/r/Movie_Club](https://www.reddit.com/r/Movie_Club) Where you can get together with strangers and watch a great movie every week!
- [sync](https://github.com/calzoneman/sync/) Node.JS Server and JavaScript/HTML Client for synchronizing online media
- [watch2gether](https://www.watch2gether.com/) Enjoy the internet in sync with your friends. Watch videos, listen to music or go shopping on Watch2Gether.
- [SyncLounge](https://synclounge.tv/) :star2: A third-party tool that allows you to watch Plex in sync with your friends/family, wherever you are.
- [Netflix Party](https://chrome.google.com/webstore/detail/netflix-party/oocalimimngaihdkbihfgmpkcpnmlaoa/related) Netflix Party is a Chrome extension for watching Netflix remotely with other users.
- [CyTube](https://cytu.be/) Channel-based shared streaming platform for synchronized viewing of YouTube and Google Drive videos
- [ArconaiTV](https://www.arconaitv.us/) Another stream sharing platform with a nice UI
- [&chill](https://andchill.tv/) Watch videos with people.

## Telegram Piracy
- [Raymond's Piracy Group](https://t.me/raymondfreesoftware) A group of 5000+ pirates chatting on Telegram. This group replaces the now-defunct piracy group which suicideboy used to run.
- [Piracy Links Portal](https://t.me/PiracyLinks) Official invite links portal for piracy groups & channels.
- [piratebazaar](https://t.me/piratebazaar) Curated list of piracy-related links.
- [@itorrentsearchbot](https://t.me/itorrentsearchbot) Search bot for finding torrent and magnet links on 1337x.to by keyword search
- [@vkmusic_bot](https://telegram.me/vkmusic_bot) Find and download pretty much any song
- [@RickyChristanto](https://t.me/RickyChristanto) Channel for movie releases, usually from YTS in MKV format.
- [iMediaShare channel](https://t.me/iMediaShare) Movies, TV shows, apps, and more
- [@movies_inc](https://t.me/movies_inc) Another Telegram channel for downloading movies
- [@Qualitymovies](https://t.me/Qualitymovies) Lots of 720p Blu-Ray movie releases
- [@MusicHuntersBot](https://t.me/MusicHuntersBot) Another music downloader bot
- [@DeezerMusicBot](https://t.me/DeezerMusicBot) Music bot which downloads tracks from Deezer
- [SMLoadrCommuntiy](https://t.me/SMLoadrCommunity) Telegram community for SMLoadr
- [aria-telegram-mirror-bot](https://github.com/out386/aria-telegram-mirror-bot) A Telegram bot to download files via HTTP(S)/BitTorrent and upload them to Google Drive.
- [CrackWatch trackers](https://www.reddit.com/r/CrackWatch/comments/b2ywcn/crackwatch_telegram_tracker/) Telegram channels for CrachWatch.com games & cracks by /u/SHADOWSLIFER.

## Miscellaneous
- [UK ISP Court Orders](http://www.ukispcourtorders.co.uk/) :star2: List of websites recently taken down in the UK by the High Court. Use a VPN to access them, they must be pretty good!
- [Counterfeit and Piracy Watch List 2018](https://torrentfreak.com/images/tradoc_157564.pdf)
- [/r/EmbyShares](https://www.reddit.com/r/EmbyShares) This subreddit is dedicated to the sharing of Emby servers.
- [/r/freefolk](https://www.reddit.com/r/freefolk) Streams for new episodes of Game of Thrones
- [/r/ProshotMusicals](https://www.reddit.com/r/ProShotMusicals) Subreddit for all those theatre obsessed people who want pro shots instead of bootlegs to be seen.
- [Shodan](https://www.shodan.io/) Shodan is the world's first search engine for Internet-connected devices.
- [Pi-hole](https://pi-hole.net/) Pi-hole is a Linux network-level advertisement and internet tracker blocking application which acts as a DNS sinkhole
- [How to use eMule in 2018](https://archive.is/j1T6o) An up-to-date guide detailing how to use eMule to download rare content from the eDonkey and Kad P2P networks.
- [Anon.to](https://anon.to/) URL shortener to de-referer or null-referer your links.
- [Movie Release Types](https://i.imgur.com/kEOrKJT.png) Table of common movie release types, their labels, and descriptions.
- [How To Host "Questionable" Websites v4.0](https://weboas.is/media/host.pdf) PDF from weboas.is. There are also [PNG](https://weboas.is/media/host.png), [PSD](https://weboas.is/media/host.psd), and [TXT](https://weboas.is/media/host.txt) versions
- [Privacy.com](https://privacy.com/) Privacy creates secure virtual cards and completes checkout forms for you, saving you time and money while masking your real card details.
- [/f/Piracy](https://raddle.me/f/Piracy) Raddle forum for Piracy
- [/s/piracy](https://saidit.net/s/piracy) Saidit forum for Piracy - unofficially the backup forum for /r/Piracy if/when it is banned by the Reddit moderators.
- [/v/piracy](https://voat.co/v/piracy) Voat forum for Piracy - another potential fallback option for /r/Piracy.
- [2019 Oscar DVD Screeners](https://whereyouwatch.com/articles/here-are-the-2019-oscar-dvd-screeners/) List of DVD screeners for 2019's Oscars
- [Academy Awards 2019 Screeners Megathread](https://www.reddit.com/r/Piracy/comments/aaqc0b/academy_awards_2019_screeners_megathread/) Post by /u/idoideas listing all available DVDSCR releases for 2019
- [iNFekt](https://infekt.ws/) A text viewer application that has been carefully designed around its main task: viewing and presenting NFO files.
- [NFForce](http://nfforce.temari.fr/) Another NFO viewer.
- [TheTrove](https://thetrove.net/) The Trove is a non-profit website dedicated to content archival and long-term preservation of RPGs.
- [serials](http://www.serials.ws/) Serial keys for software that may or may not work.
- [scenerules](https://scenerules.org/) NFOs with rules and guidelines for scene releasing standards.
- [SceneLinkList](https://www.scenelinklist.com/) SceneLinkList is a project initiated to display and share as many scene and warez links as possible.
- [castnow](https://github.com/xat/castnow) Castnow is a command-line utility that can be used to play back media files on your Chromecast device.
- [Grabber](https://grabber.co.in/) Download stock images from Shutterstock
- [The Pirate Society](https://thepiratesociety.org/forums/) A mysterious members-only forum for pirates.
- [Bandersnatch Interactive Player](https://mehotkhan.github.io/BandersnatchInteractive/) Online video player for watching the new interactive episode of Black Mirror, "Bandersnatch".
- [Multiup](https://multiup.org/) Website which allows you to upload files to several different file hosting websites.
- [DirtyWarez](https://dirtywarez.org/) Lists top warez sites with Alexa rankings and other metadata.
- [MacGuffin](https://github.com/hwkns/macguffin) Automated tools for handling Scene and P2P film releases.
- [PiracyArchive](https://github.com/nid666/PiracyArchive) A complete backup of the Reddit /r/Piracy subreddit
- [List of warez groups](https://en.wikipedia.org/wiki/List_of_warez_groups) Wikipedia's list of warez groups and individuals.
- [netflix-proxy](https://github.com/ab77/netflix-proxy/) Smart DNS proxy to watch Netflix out-of-region
- [k8s-usenet](https://github.com/aldoborrero/k8s-usenet) A collection of Helm (Kubernetes) charts related to different Usenet services (sabnzbd, radarr, sonarr...).
- [Outline](https://outline.com/) Designed to remove ads, comments, and other junk from news articles but conveniently also bypasses paywalls

## Contribute
Contributions welcome! Read the [contribution guidelines](contributing.md) first.

## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)

To the extent possible under law, Igglybuff has waived all copyright and
related or neighboring rights to this work.
Tooling and guidance on deploying Scalable Moodle Clusters on Azure.

The “best” way to backup and restore of a virtual machine is to use a backup application specifically built for that purpose. But, the poor man’s way involves just copying the VHDX files wherever they are needed. For a “restore”, you’ll need to attach the virtual disks to the virtual machine that will own them.
https://sourceforge.net/projects/dargui/
* DataBaseBackup 2.x
* Creates backups of databases.
* KPSimpleBackup 2.x
* Creates backups of databases.
* SimpleDatabaseBackup 2.x
* Creates backups of databases.
Bahmni is an easy-to-use EMR & hospital system. It combines and enhances existing open source products into a single solution.
Barba.js is a small (7kb minified and compressed) and easy-to-use library that helps you create fluid and smooth transitions between your website's pages.

It helps reduce the delay between your pages, minimize browser HTTP requests and enhance your user's web experience.
LifeRay
* https://github.com/strapi/strapi
* https://sourceforge.net/projects/ghost.mirror/
* 
* 
* 
* 
* 
* https://sourceforge.net/projects/php-fusion/
* WordPress
* Joomla
* Drupal
* https://github.com/LavaLite/cms
* 
*https://en.m.wikipedia.org/wiki/XOOPS

* https://www.django-cms.org/en/
* http://mezzanine.jupo.org/
* https://wagtail.io/
https://www.basiccat.org



Beaver Builder is a flexible drag and drop page builder that works on the front end of your WordPress website. Whether you’re a beginner or a professional, you’re going to love taking control of your website. Stop writing HTML or wrestling with confusing shortcodes. With Beaver Builder, building beautiful, professional WordPress pages is as easy as dragging and dropping.

https://wordpress.org/plugins/beaver-builder-lite-version/
It’s kind of ridiculous how easy it is to generate the files needed to become a certificate authority. It only takes two commands. First, we generate our private key:


```
openssl genrsa -des3 -out myCA.key 2048
```


You will be prompted for a passphrase, which I recommend not skipping and keeping safe. The pass phrase will prevent anyone who gets your private key from generating a root certificate of their own. Output should look like this:


```
Generating RSA private key, 2048 bit long modulus
.................................................................+++
.....................................+++
e is 65537 (0x10001)
Enter pass phrase for myCA.key:
Verifying - Enter pass phrase for myCA.key:
```


Then we generate a root certificate:


```
openssl req -x509 -new -nodes -key myCA.key -sha256 -days 1825 -out myCA.pem
```

You will be prompted for the passphrase of your private key (that you just chose) and a bunch of questions. The answers to those questions aren’t that important. They show up when looking at the certificate, which you will almost never do. I suggest making the Common Name something that you’ll recognize as your root certificate in a list of other certificates. That’s really the only thing that matters.


```
Enter pass phrase for myCA.key:
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:CA
State or Province Name (full name) [Some-State]:Nova Scotia
Locality Name (eg, city) []:Truro
Organization Name (eg, company) [Internet Widgits Pty Ltd]:Delicious Brains Inc
Organizational Unit Name (eg, section) []:
Common Name (e.g. server FQDN or YOUR name) []:Delicious Brains
Email Address []:noreply@deliciousbrains.com
```

You should now have two files: myCA.key (your private key) and myCA.pem (your root certificate).

🎉 Congratulations, you’re now a CA. Sort of.

To become a real CA, you need to get your root certificate on all the devices in the world. Let’s start with the ones you own.
WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure

''Better WordPress project structure''
The organization of Bedrock is similar to putting WordPress in its own subdirectory but with some improvements, including renaming wp-content/ to app/.

''Dependency management with Composer''
Manage your WordPress install and plugins with Composer, a PHP dependency manager. Composer will make development more reliable, help with team collaboration, and it helps maintain a better Git repository.

''Easy WordPress configuration''
Environment specific configuration files and environment variables with Dotenv.

''Enhanced Security''
Isolated web root to limit access to non-web files and more secure passwords through wp-password-bcrypt.

!!! Features
* Better folder structure
* Dependency management with Composer
* Easy WordPress configuration with environment specific files
* Environment variables with Dotenv
* Autoloader for mu-plugins (use regular plugins as mu-plugins)
* Enhanced security (separated web root and secure passwords with wp-password-bcrypt)
https://berryboot.alexgoldcheidt.com/
Use best proxy switcher with your proxy servers or let it download most recently checked list from our web site FREE for LIFETIME!
Best Proxy Switcher was developed by the team, who provides proxy service since 2004 year. You can use Best Proxy Switcher with your own proxy or download most recently checked list from our web site automatically FREE for lifetime!

For advanced users and web masters who needs more proxy servers, there is an option to register at our web site for 9.99 USD and get unlimited access to our database (please use 'register' button within extension to get special price) and unlimited access to our premium VPN proxy servers!

Proxy-List.org web site offers more than 10.000 working proxy servers per day during 10 years! Our high quality service is confirmed by time and our clients!

Due to high popularity, our web site is disabled in many countries by ISP. If Proxy-List.org web site is not accessible, please use Best-Proxy.com address instead.
Storing and grouping tabs are very useful. Onetab could help you to store the tabs you opened so that to free up your resources and remove clutter. But Onetab still lacks some features such as the simple list and just store selected tabs. Since One tab it's not open source and because they update very rarely I decided to make a "Better" Onetab extension. 

★ Basic

If you used OneTab in the past, you can use Better Onetab like before. Expect store all tabs from a window, you can also just store the tabs you selected.

Better Onetab still provide the ability to store all tabs, store left or right tabs and any others. And you can also use it from the context menu.

Samely, you can also use "pin list" to keep a list will not be removed, set the title of a list or drag to change the order of tabs. Even you can set the color of a list in the new version.

★ Popup simple list

This is one of the key features I wanted One tab to have. This allows you to have the list of stored tabs at hand just with a click of the icon. You can also manage the lists of tabs as well quickly from the popup.

 * You can change the "Behavior when icon is clicked" in the options page and enable or disable "simple popup list".

★ Keyboard shortcut

You can set a keyboard shortcut for "store selected tabs" or other action so that you can store tabs very easily. It is helpful for improving efficiency.

★ Add to history

You can choose to add the tabs to browser history if you like.

★ Migrate from Onetab

It is very simple. Better Onetab support to import the data exported from Onetab so that you can try Better Onetab easily.

★ Execute from other extensions

If you are using some others extensions, such as a mouse gesture extension, you can use the following code to execute "store selected tabs" command.

chrome.runtime.sendMessage('eookhngofldnbnidjlbkeecljkfpmfpg', 'store-selected-tabs')

Expect it, you can replace 'store-selected-tabs'  with other string to call other commands:

 - store-all-tabs
 - restore-lastest-list
 - open-lists

★ Some other quality of life improvements

Better Onetab will not open pages when you open the browser, but if you want, it is a simple thing.

------------------

visit this link if you want to check codes, submit a feedback or new features request:

https://github.com/cnwangjie/better-onetab
BigBlueButton is an open source web conferencing system.

BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboard, and breakout rooms.

Presenters can record and playback content for later sharing with others.

We designed BigBlueButton for online learning (though it can be used for many other applications). The educational use cases for BigBlueButton are

Online tutoring (one-to-one)
Flipped classrooms (recording content ahead of your session)
Group collaboration (many-to-many)
Online classes (one-to-many)
Integrate BigBlueButton within Moodle - including record and playback of sessions.
Decentralized open source online storage network
Currently, personal information is becoming more valuable and significant in the rapidly developing digital world. Personal photos, files, data on relatives and children, etc. are currently stored separately in various centralized services and are often used without the permission of the data owner, sometimes even causing harm.

The lack of secure storage is a problem for Internet users. BitDust Technology solves this problem by providing users the ability to store their data fully encrypted on a decentralized network via an easy-to-use application. Providing them the ability to share data only with trusted contacts.

In the future the blockchain within BitDust will be used to account for the work carried out (storage, data processing, data rebuilding, etc.) and to compensate supporters within the network. BitDust will benefit the collaborative economy by allowing normal people to rent-out their hard disk space, thereby supporting the network. Uploaded data is divided into blocks and fragments, encrypted and uploaded to your suppliers. The system is designed to perform continuous monitoring of each supplier, who stores your data.

BitDust is written in Python using pure Twisted framework and is published under GNU AGPLv3.

An alpha version is already available for you to try out. If you want to join our project or support us in anyway possible then please contact us.

We believe that this technology will benefit society by increasing ownership of personal data and protecting data from unauthorized access or censorship.


https://bitdust.io/
Bitwarden Server is an open source project that contains all of the core infrastructure backend of all Bitwarden client applications. This includes APIs, database, Docker and other infrastructure items. Bitwarden is an open source password management solution that stores sensitive information in an encrypted vault.

This project is written in C# using .NET Core with ASP.NET Core, while the database is written in T-SQL/SQL Server. Cross-platform, its codebase can be developed, built, run and deployed via Docker containers on Windows, macOS, and Linux distributions.

Features
Cross-platform
Can be deployed using Docker containers
http://bjtools.tiddlyspot.com/
* https://sia.tech/
*Storj
*https://www.corda.net/
Allow administrators to export the site settings to .xml presets, import and load other sites presets.
Easily create, manage and display notifications/alerts to users.
Block that generates graphs intendend to facilitate pedagogical decisions. The graphs have zoom capabilities and allow fast communication with students through email.
This block works with the attendance module, it provides teachers with quick access to Attendance functionality, and provides students quick access to a summary report for their own attendance.
This autoattend block is modification of the Attendance block by Mr. Dmitry Pupinin (v1.0.8, 2007). In addition to the original manual mode, automatic attendance mode (from the access log of Moodle) and semi-automatic attendance mode (user clicks a link) are also possible.
Provides a visual and central place for a teacher to access everything he can use in his course (activities, reports, blocks, …) Frequently used items can be marked as favorites for quick access. Unless the teacher wants to delete or move an activity or block, he rarely needs to switch to editing mode. Students can also use the Catalogue to access the tools they're allowed to. No need, for users, to learn a first method to add an activity, then a different one to add a block, then a third one to use enrolment methods, and so on, searching the four corners of the UI... With Catalogue, it's the same method for all of these tools and they all can be found at the same place.
The Sebsoft Coupon Plugin offers you the possibility to create coupons for various levels of course access. Using a coupon code, users will be enrolled into courses that are attached to the coupon.
A Moodle course checker plugin that improves the quality and eliminate human routine tasks in online courses.
The Course Contacts block displays a list of users on your course, various methods for communicating with them, and their current activity status.
A simple course slider block that displays a chosen list of courses in a carousel.
Graphic, one query dashboard element using MIT library JQplot and other libraries
This block allows to see the estimated dedication time to a Moodle course by the participants of the course.

How dedication time is estimated?

Time is estimated based in the concepts of Session and Session duration applied to Moodle's log entries:
Edwiser Site Monitor lets you stay on top, tracking everything that matters to your Moodle, all at one place.
Block to show the user their remaining time enrolled in a course with live countdown and lots of settings to customise the display of this timer.
The block can be accessed from within any course. The admin can add any kind of document using the "manage library" link of the block. New entries can be made with references to the source, links, file, content and author. Also categories can be defined with the link "manage categories". With the search box the library can be searched as a whole or within each category.
With this block, teachers can create detailed periodical reviews of their students. The module lets teachers/trainers team-assess students. The assessment can be done on different scales that can be defined.
Faces is a simple block that allows you to print or view a collection of user profile pictures for your moodle course. Its very useful for those of us who need to put a name to a face. Faces can be viewed/printed for the entire class or by group.
Add Facebook like and comment box to your moodle.
The Filtered Course List block displays a configurable list of courses. It is intended as a replacement for the My Courses block, although both may be used. It is maintained by the Collaborative Liberal Arts Moodle Project (CLAMP).
Block Game - An option to apply gamification to the Moodle platform. The purpose of the plugin is to apply gamification techniques to the moodle platform in a simple and uncomplicated way.
Global chat for Moodle. With this plugin teachers and students can communicate in real time through Moodle.
Shows a teacher all of the assignments and manual quiz questions (essays and file responses) that have been submitted, but not graded.
The Heatmap block overlays a heatmap onto a course to highlight activities with more or less activity to help teachers improve their courses.
The Ellucian ILP Integration package enables the exchange of data between Moodle and Ellucian applications: Banner, Colleague, Ellucian Experience, Ellucian Mobile, Ellucian Portal and Ellucian Advise.
Popular plugin "Learning Plan" has now been upgraded & is compatible with Moodle version 3.3. This plugin serves as a database and plan for all learning activities in the organization for a structured learning program, including management reports.
Live-School is a free unified communication web platform dedicated for live teaching through real time communication and teaching tools including face to face, classroom, conference, phone, fax, SMS, phone meeting, desktop streaming, movie player, whiteboard, big image zoom, file/folder sharing, all document format import supported like PDF, DOC, EXCEL, POWER POINT. Create unlimited teachers and students and manage automatically your teachers income through an automated payment system. Live-School allows you to cross connect all existing communication protocols transparently from your computer/tablet/smartphone in one click.
This blocks shows the progress of learning plans in a vertical progress bar with "check" icons for each competency. It's also possible to display the competencies's descriptions and access the courses related to each competency.
This block provides an alternative user dashboard for learners.
This block allows configuration of roles to be considered "Teachers" of a course. The block will then display a list of these teachers for the current course in the block, with a link to message each one.
This block allows users to make profile picture with their webcam.
Based on the stand-alone MRBS project ( http://mrbs.sourceforge.net ), this allows users to book rooms and other resources from within Moodle.
Using Multiblock you can collect all those blocks together and use 'one block's worth' of space and put all those blocks into the one space with one of several layouts, whether it's tabs or an accordion, or something else. Several preset layouts are bundled with Multiblock.
My Enrolled Courses block enables users to show or hide the courses they are enrolled in. The block contains links to the courses enrolled, the visibility of which can be changed from the settings panel, as per requirement. You can hide the ones you are done with and change their visibility again, if need be. One click on a course link will redirect to that particular course page.
The mymindmap_overview block presents the courses in the dashboard. Block mymindmap_overview has the advantage of seeing all its courses containing at least one module on a single screen zone and being able to navigate to the section, the activity or the chosen resource to access it. This view also shows how many modules constitute a course or section, which allows you to only go to courses offering content. This plugin uses jsmind javascript tool to design the schemas. You can find it here: https://github.com/hizzgdev/jsmind
Part of the Adaptable UI set, this block allows you to add a news slider that displays: 1: Unread course announcements (from all enrolled courses) 2: Site announcements (front page news announcements) 3: Both of the above (combined course and site announcements) The slider uses the jQuery slick slider and whilst designed to work with the Adaptable Theme, it *may* work with other themes.
Displays current lesson objectives in the side-bar
This block can be used to link moodle courses to opencast series. Users with respective priviledges (in the following called teacher) can use this block to upload videos to moodle. These videos are transmitted to the opencast system by the cronjob and create a event for the respective series there. The block can be automatically set the access privileges of moodle user enrolled in the course.
Moodle block which displays all teachers of a course with contact quicklinks, as well as a quicklink to the participants list
Did you ever want to know the feelings of students about your courses, exercises or other activities? Point of View is a reaction system with emojis representing feelings; students can vote and rate activities and hence share their experiences. It improves social networking and gamification in your courses with students and professors reactions. Point of view plugin allows to add customizable reaction buttons to moodle activities, display the number of users who reacted and the type of reaction or specify graphically difficulty levels for activities with color tracks. And it is fully customizable!
Allows you to create custom polls for use in a Moodle course. A course can have many polls created within it; you can then choose which one to display through the block configuration tabs.
This plugins integrates PowerBI Embedded dashboards.
A Moodle block to display a QR code link that leads to the course page. The QR code can be downloaded by teachers, e.g. to put them into introductory slides. A custom logo can be shown within the QR code.
A block that provides selective, bulk emailing within courses. Developed by LSU.
A ranking block to improve the gamification into the course.
This block provides an Amazon-style 5 star rating system for courses. Users each give a rating and the total is displayed in the block.
Allows distinct roles to get differetn content within an HTML bloc at the same layout location.
The Sharing Cart is a block that enables sharing of Moodle content (resources, activities) between multiple courses on your site. You can share among teachers or among your own courses. It copies and moves single course items without user data -- similar to the "Import" function in Course Administration. Items can be collected and saved on the Sharing Cart indefinitely, serving as a library of frequently used course items available for duplication.
This block is a simple way to generate attendance / signature lists for students in your course.
A one way SMS messaging block.
The social comments block plugin for Moodle increases engagement by fostering peer learning through comment subscription, email digests, comments newsfeed, comment search and pinning of important comments and content to the pin board. This plugin is part of a collection of open source plugins, which all have the goal to improve the overall usability/ user experience of Moodle.
Add an inventory of items to your course and let your students find items by exploring the activities. #game #gamification
This block aims to give teachers and staff a simple tool to view how many students didn't visit a course for a long time and doing so, tries to reduce student's dropping out.
Add an awesome responsive slider to your home page, dashboard or static pages
Highlight your most important course categories!
This block helps course / site administrators to check / verify certificates based on the code printed on the certificate. It will list all the details for the certificates so it can be manually verified against the copy of the certificate. Requirement: The certificate module is required for this plugin to work. In order for this plugin to work you need to make sure the "Print Code" is set to Yes under the certificate 'Text options'.
VMoodle provides an infrastructure to virtualize moodle getting many platforms running on the same codebase. VMoodle can register moodle "templates", as a complete snaphsot of a preset Moodle and create new moodles from this template in a few clicks.

Vmoodle provides :

* Moodle instance creation, monitoring and management
* Moodle Mnet "supernetwork" command system, running meta-adminsitration commands over several or all instances.

The Moodle 2.x versions are the result of the French state level project "ENTLibre 2.0" Of the National Funding program "Investissement d'Avenir"
This block allows you to manage the process of producing courses or activities. A workflow make it clear who is responsible for doing the next step, and what tasks they should be doing. The workflow can also assign and unassign roles, or automatically set certain settings, when the workflow moves from one step to the next.
Blocksi is the #1 rated extension for Web & Youtube Filtering, Time Management and trend analysis for Chrome and Chromebooks.
Blocksi Parental Control, Web Filter & Youtube Filtering extension for Chrome & Chromebooks

Offered by Blocksi @ www.blocksi.net

Since 2011, Blocksi extension free edition is the #1 rated extension for Web Filtering,Youtube Filtering and Internet Access Time control. 


Blocksi is fast, reliable with a proven track record at many school districts, homes, enterprises and government agencies.


Main features of the free extension are:

- Web filtering across 79 rated categories including pornography, adult, security and malware

- Youtube filtering across 20 categories

- Youtube content filtering

- Youtube channel filtering

- Safe Search across text,image,video across major search engine              

- Content filtering ( scans web pages and blocks by keyword match)

- Black/White List

- Application Control Filters (Google Docs, Google Classroom, Netflix, Clash of Clans..)

- Homework Access Time Control

Download it and enjoy free internet filtering on any chrome based browser or any chromebook. 

***Blocksi Manager Home (BMH)***

Blocksi Manager Home (BMH) is a perfect addition for parents who want to lock down the Blocksi  extension onto their children’s chromebooks or chrome browser.

BMH offers to a parent a cloud dashboard from which they can control the Blocksi extension settings from anywhere and on any device, including on smartphones. 

BMH allows to check analytics, web history and set the filtering policy on  chromebooks based on its location at school or off school.

Sign up for Blocksi Manager Home @ www.blocksi.net


******Blocksi Manager for Schools ******

Blocksi Manager for the education market comes in two flavors:

                             BMEE and BMOC

==> Blocksi Manager Education Everywhere (BMEE)

For school districts owned chromebooks enrolled into a Google App For Education domain (GAFE), Blocksi Manager Education Everywhere (BMEE) lets the Director of Technology   in full control of the filtering policies across the entire chromebook fleet whatever its size, whether these are on campus or/and off campus.

School districts admin can   signup for BMEE @ www.blocksi.net


*************************************************************


More info on BMEE or BMH can be found at www.blocksi.net

Privacy policy is http://www.blocksi.net/privacy.php
''Purpose''

Block players from joining if they are on a VPN or proxy.
''About''

This resource uses [[GetIPIntel|https://getipintel.net/]] 733 which is a free service that calls their API with the IP address and returns the likelihood of it being a VPN or proxy. The recommended threshold to block is 0.99 and above; any lower and you may get false positives.
Permissions

 blockVPN.bypass - Allows the rank/person to bypass being blocked.

[[Download|https://github.com/ATG-Github/atg-blockvpn]]
!!! Abstract
Thanks to digitization, we often have access to large databases, consisting of various fields of information, ranging from numbers to texts and even boolean values. Such databases lend themselves especially well to machine learning, classification and big data analysis tasks. We are able to train classifiers, using already existing data and use them for predicting the values of a certain field, given that we have information regarding the other fields.

Most specifically, in this study, we look at the Electronic Health Records (EHRs) that are compiled by hospitals. These EHRs are convenient means of accessing data of individual patients, but there processing as a whole still remains a task. However, EHRs that are composed of coherent, well-tabulated structures lend themselves quite well to the application to machine language, via the usage of classifiers. In this study, we look at a Blood Transfusion Service Center Data Set (Data taken from the Blood Transfusion Service Center in Hsin-Chu City in Taiwan). We used scikit-learn machine learning in python. From Support Vector Machines(SVM), we use Support Vector Classification(SVC), from the linear model we import Perceptron. We also used the K.neighborsclassifier and the decision tree classifiers. Furthermore, we use the TPOT library to find an optimized pipeline using genetic algorithms. Using the above classifiers, we score each one of them using k fold cross-validation.

!!! How do I run the script?
In order to run the script, you will need Python (Version 3.6), and the Scikit learn, TPOT and Pandas library. One easy way to do this is to get Anaconda for the appropriate Python version, as it comes pre-installed with a number of Python libraries which are typically used in Machine learning, such as Scikit learn and Pandas. However, you still need to install TPOT separately.
https://github.com/effgarces/BookedScheduler/
BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience.

BookStack is not designed as an extensible platform to be used for purposes that differ to the statement above.

In regards to development philosophy, BookStack has a relaxed, open & positive approach. At the end of the day this is free software developed and maintained by people donating their own free time.

!!! Features
* Easy, Simple Interface
* Fully Searchable and Connected
* Configuration Options
* Cross-book sorting
* Page revisions
* Image management
* Multi-lingual
* Optional Markdown Editor
* Integrated Authentication
* Free and Open Source
Boost provides free peer-reviewed portable C++ source libraries.

We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages the use of Boost libraries for all users with minimal restrictions.

We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Beginning with the ten Boost Libraries included in the Library Technical Report (TR1) and continuing with every release of the ISO standard for C++ since 2011, the C++ Standards Committee has continued to rely on Boost as a valuable source for additions to the Standard C++ Library.
*[[Native VHD Boot|]]

# [[Booting Windows 10 natively from a .VHDX drive file]]
#[[How to Native Boot to VHD of Hyper-V Virtual Machine|https://www.tenforums.com/tutorials/53256-hyper-v-native-boot-vhd.html]]
#[[Apply the Install.wim to the VHDs|]]
#[[Fixed VHDs recommended for production|]]
#[[When is it appropriate to use dynamically expanding VHDs?|]]
# [[Are there any restrictions that I should be aware of when attaching VHDs?|]]
#[[What are the recommendations for using VHDs for native boot?|]]
#[[What is not supported for native boot when using VHDs?|]]

#[[The difference between VHD and VHDX|]]

#[[Boot Linux from VHD(x)|]]

#[[Creating a small footprint, base image|]]

[[Tools for VHD(X)|]]
# [[Boot from VHD(X)]]
# [[Boot from VMDK]]
# [[Boot from VDI]]

!!! ''Mounting Virtual disk in Fuse for linux''
* [[vdfuse|]]
* [[with vdfuse|]]
* [[http://reboot.pro/topic/22339-boot-kali-linux-from-vhdx/]]
!! ''On Boot''
!!!''Local''
# [[Windows BootLoader|Windows BootLoader]]
#[[vBoot|vBoot]]
# [[Grub2Win|Grub2Win]]
# AcronisOsSelector
# [[Clover EFI bootloader|Clover EFI bootloader]]
# rEFInd 
# [[Bootmanager BootStar|Bootmanager BootStar]]
# plpbt
# BootIt Bare Metal
<br>

!!! ''PXE''
#iPXE - open source boot firmware
#[[Serva|Serva]]
!! ''On OS''
#[[AIO Boot|AIO Boot]]

# EasyBCD
# EasyUEFI Professional.v3


!!'' USB booting Tools''

#[[Ventoy]]
#Easy2Boot
#RMPrepUSB
#rufus
#UNetbootin
#LinuxLive USB Creator
#[[DasBoot|DasBoot]]
#[[AUMBI]]


!!''Booting Points'' 

*[[Boot from HDD]]
*[[Boot from Virtual Disk]]
*[[Boot/Install from USB]]
*[[Boot from ISO]]
*[[Boot from RAMDisk]]
*[[Boot from Network]]

!''Resources''
 
* http://bbs.wuyou.net/forum.php?mod=viewthread&tid=157812&extra=
* http://www.usbdev.ru/f/index.php
                                                                                                                                                                                                                                                                      [[GoBack|Process to Setup Windows]]
* [[Installing and running Hyper-V from a USB stick|https://www.altaro.com/hyper-v/installing-and-running-hyper-v-from-a-usb-stick/]]
* [[WinNTSetup v4.2.5 / 4.5.0 Beta 1|]]
* [[Install XP in VHD using XP Setup ISO file and WinVBlock driver|]]
* [[Mini 10x64 in VHD created with Win_Reduce_Trusted]]
# You need to have any Windows .ISO image, like a “Windows 10 x64 – DVD (English)” from MSDN subscription, or any other version (any Windows 10 version and x64 or x86).
# Download Convert-WindowsImage.ps1 from Microsoft TechNet Gallery ( https://gallery.technet.microsoft.com/scriptcenter/Convert-WindowsImageps1-0fe23a8f ) and copy it to a temporary directory. You can also download it from this .ZIP download in my Blog where I already wrote the function execution line [Another way to create the .VHDX, that I haven’t tested, instead of using that PowerShell script is by using the DISM tool (Deployment Image Servicing and Management) from the Windows ADK) ]

# Start the PowerShell console in administrator mode

# Before executing the PowerShell script, you’ll need to allow scripts executions in the policies of your machine or user. If you want to allow that at a local machine scope, run the following command in the PowerShell console. IMPORTANT, run PowerShell with Admin rights (“Run as Administrator” mode):

Set-ExecutionPolicy Unrestricted -Scope LocalMachine

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb354.png]]

If you don’t run that command or you don’t have that policy in place, you’ll get an error like the following when trying to execute any PowerShell script:

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb355.png]]

For more info about those policies, read the following: http://technet.microsoft.com/library/hh847748.aspx

5. Edit the Convert-WindowsImage.ps1 file with Windows Powershel ISE (or with any editor, even NOTEPAD can work for this).

If using Windows Powershel ISE, you’d better run it with admin rights (“Run as Administrator” mode) so you can directly run the script with F5 afterwards.

Then, add the following line at the end of the script (or update it with your .ISO image name and settings if you got my updated file:

Convert-WindowsImage -SourcePath .\en_windows_10_enterprise_x64_dvd.iso -VHDFormat VHDX -SizeBytes 150GB -VHDPath .\Windows10_Enterprise_x64_Bootable.vhdx

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb356.png]]

6. Now, run the script either from Windows PowerShell ISE (with F5) or running it from a plain PowerShell command-line (In both cases with Admin privileges)

It’ll be executed like the following screenshot. Be patient, it’ll take a while as it has to copy all the files from the Windows .ISO image to the logical drive based on the .VHDX file that has been created.

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb357.png]]

Since my .VHDX is Dynamic and it is still not mounted, its size was just something less than 8GB!

7. MOUNT the .VHDX as a drive in your machine

Right-click the VHDX and mount it. In my case I got the F: as my mounted drive.

8. Set the BOOT files within the .VHDX

The following steps are needed to make your computer boot from the VHDX file:
a.Open an administrative command prompt via WIN+X Command Prompt (Admin)
b.Type bcdboot F:\Windows in order to create the boot files in your .VHDX drive.

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb381.png]]

9. SAVE/COPY YOUR “MASTER .VHDX IMAGE FILE”!!!

At this point you have a “MASTER IMAGE .VHDX” that you could use in different machines/hardware since you still didn’t spin it up, therefore, it still doesn’t have any specific driver related to any hardware. Copy the Windows10_Enterprise_x64_Bootable.vhdx somewhere else so you’d be able to re-use it in multiple machines or in the same machine but for mutiple environments

 

10. Change the Boot Loader Description to the boot option’s name you’d like

Type again bcdedit /v, search for the boot loader pointing to the .VHDX and copy its GUID.

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb382.png]]

Taking that GUID identifier you can change the description in your bootlist by typing something like:

bcdedit /set {bd67a0a8-a586-11e6-bf4e-bc8385086e7d} description “Windows 10 Enterprise – VHDX boot”

(Of course, you should have and use a different GUID..)

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb383.png]]

Check again with bcdedit /v that the descrption for your new boot loader has changed:

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb384.png]]

11. Re-enable Hyper-V if you had Hyper-V enabled in your original and normal boot partition

If you had configured Hyper-V on your Windows 8.1 computer, don’t forget to enable the hypervisor launchtype:

bcdedit /set hypervisorlaunchtype auto

When messing with the startup, it rebuilds your boot configuration data store. But it doesn’t know if Hyper-V needs to have some specific settings enabled in the boot configuration data store in order to start the hypervisor. In any case, this is not related and you just need to do it if you also have HyperV installed.

 

12. YOU CAN NOW RE-START YOUR COMPUTER AND FINISH THE WINDOWS INSTALLATION.

If you reboot your machine, you’ll be able to select the new NATIVE WINDOWS BOOT but from a .VHDX like in the following screenshot!

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/Dual-Boot_thumb.png]]

It’ll be just the final Windows installation detecting devices, applying drivers and final configuration/personalization, and YOU ARE GOOD TO GO!

 

Additionally, bcdedit has many useful options, like copying an entry for pointing to another .VHDX that you just copied in your hard drive, etc. Just type bcdedit /? to check it out or see other options

[[CONFIGURING OTHER MACHINES OR MULTIPLE BOOT LOADERS FROM .VHDXs]]
All of these templates are created with the help of 📥 MDB 5 - the first UI Kit was ever created for the latest Bootstrap v5.

A collection of free Bootstrap 5 templates designed with Material Design 2.0.

📊 Admin dashboard

🖤 Dark Theme

🛒 Pricing template

⏲️ Coming soon page

📰 Blog & Magazine pages

🖼️ Multiple landing page layout variants

Bootstrap 4.4 Offline Documentation
An extended Bootstrap table with radio, checkbox, sort, pagination, extensions and other added features.

!!! Features
* Created for Twitter Bootstrap (All versions supported)
* Responsive web design
* Scrollable Table with fixed headers
* Fully configurable
* Via data attributes
* Show/Hide columns
* Show/Hide headers
* Show/Hide footers
* Get data in JSON format using AJAX
* Simple column sorting with a click
* Format column
* Single or multiple row selection
* Powerful pagination
* Card view
* Detail view
* Localization
* Extensions
From <$link to=<<currentTidler>>><$view field=title/></$link>...

<div style="background:#f6f6f6;padding:10px">

{{!!text}}
</div>
Braigo (Brai-lle +Le-go) is a Braille printer design. Braigo version 1.0 uses a Lego Mindstorms EV3 kit,[1] which includes a microprocessor with assorted components such as electric motors, sensors and actuators. Braigo v1.0 was designed by 13-year-old Shubham Banerjee in January 2014, as an entry in 7th grade school science fair project.[2] The model was based on the PLOTT3R, a bonus model released with the EV3 kit and originally designed by Ralph Hempel.

[[BraiGo-ProjectEv3.ev3]]

This project is an open source Braille printer/embosser based on the arduino IDE which an work with a variety of microcontrolers and parts with minor code modifications. Braille printers are very expensive, and the cheap ones have limited functionality, which has been a boundary to providing printed media and education to the blind. Why is this world changing? It could give all braille users equal access to the worlds information, and there is no limit to what they may use that information for.

* Will be capable of many modes including
* Standard format 6 dot braille
* Large format 6 dot braille*
* Brailler (type writer) mode when using a braille keyboard*
* 8 dot international formats*
* Moon code*
* Latin and other unicode characters*
* Mathematical charts and formatting*
* graphics mode*
* Maps*
* G code free style*
* and other not yet imagined.
on my to do list

Completely open hardware just please credit me, Creative Commons Attribution 4.0 International (CC BY 4.0).
The following plugins check entries against breach lists:

# HaveIBeenPwned
Author: Andrew Schofield. Language: English

This plugin checks entries against breach lists.

[[Website|https://github.com/andrew-schofield/keepass2-haveibeenpwned]]

# HIBPOfflineCheck
Author: Mihai Ciuraru. Language: English

This plugin performs offline checks against the 'Have I Been Pwned' passwords file.

[[Website|https://github.com/mihaifm/HIBPOfflineCheck]]

# KeePassHIBP
Author: Janis Estelmann. Language: English

KeePassHIBP tests your passwords against the 'Have I Been Pwned' database.

The plugin hooks into two windows in KeePass (the 'Create Master Key' form and the 'Edit Entry' form). When you type into the password field, your input gets checked whether it has previously appeared in a data breach.

[[Website|https://github.com/JanisEst/KeePassHIBP/]]

# HaveIBeenPwnedKeePassPlugin
Author: kapsiR. Language: English

This plugin integrates the k-anonymity pwned password search from 'Have I Been Pwned'.

[[Website|https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin]]
Based on the original constraint design between React components, the coding process of components in real development is restored, and what you see is what you get. The current version is still under development, and new features continue to be updated

Full scene streaming layout, visual drag and drop, random nesting combination, real-time rendering, real-time auxiliary line display, real-time component spacing display, real-time drag-and-drop sorting, state domain management, visual attribute configuration, visual style configuration, multi-device adaptation display , Support logic rendering, template character variables, expressions, custom methods, custom states
Secure direct video group chat

The difference between Briefing and most similar projects is, that it does not use a central server that distributes the video streams (SFU). Briefing instead sends data from peer to peer directly ("Mesh") and therefore the data does not travel over the server under normal operation. The WebRTC peers however still trust the signaling server for the authenticity of the peer-to-peer communications encryption in place.

Get-Script | Set-Automation
This took a little longer than I had expected. However I’m satisfied with the results if not the quality of my code.

I shortened up the process in Part1 by pointing Convert-WindowsImage.ps1 at the ISO directly. And I added some code deal with working folder and cleaning files we dont need.

The basic process is as follows

# Create the VHDX from ISO
# Insert three files
## unattend.xml : sets up a silent OOBE, autologin and start the first script.
## FirstRun.ps1 : handles any windows features and sets creates an ‘atstartup’ task to run the next script
## AtStarup.ps1 : Installs windows updates, and reboots, once none left shuts down the computer
# Create a VM
## If WIM, attach the ISO
## start VM
##wait for VM to shutdown
# If it’s the Template
## copy the VHDX
## replace AtStartup with a script that cleans up extra files and runs sysprep
## createa new VMfor the sysprep
## start VM and wait for it to shutdown
## delete sysprep VM
## Create an WIM from VHDX
## If template
## create VHDX from WIM
# delete VM
# copy VHDX and for source the WIM to the OutFolder
# Create VM using VHDX in OutFolder
# Create a scheduled task to run every Wednesday to boot the VM’s and rerun steps 4-9 exporting the Template VHDX and Source.WIM to second output folder
The process takes a few hours based on the speed of your processor and hard drive.

!!! Start-ImageBuild.ps1

There are two functions in this one.

Convert-WindowsImage is a wrapper around the ps1 file so I can use it multiple times.

Start-ImageBuild is an ungodly long function I created just so I can have parameters.

At the end it’ calls Start-ImageBuild with the values that match my test environment

now Start-ImageBuild can be provided a -WIMOnly parameter if I only want Source.WIM

[[Source-FirstRun.ps1|https://gist.github.com/wahidmounir/a4a51068db866609c897576cbe15aa81]]

Template-FirstRun.ps1
Same as Source-FirstRun.ps1, without adding any ‘Removed’ Features

Note: I don’t actually add any Features to Template VHDX in my example but the code is there in case it’s needed. You just have to add a Template-Features.txt and/or Template-FeaturesIncludingSub.txt

[[Template-FirstRun.ps1]]

Source-Features.txt

Features to add to Sorce.WIM


```
AD-Domain-Services
AD-Certificate
ADCS-Cert-Authority
```


Source-FeaturesIncludingSub.txt

Features including Sub-Features to add to Source.WIM


```
DNS
DHCP
File-Services
RSAT
```
WinUpdate.ps1
Copied into both Template.VHDX and Source.VHDX as AtStarup.ps1. This scrip is a modification of Add-WindowsUpdate James O’Neil’s Blog with some additional parameters

* -ForceRestart  to reboot after each patch run if it needs it or not
* -ShutdownOnNoUpdate  to shutdown once there are no additional patches.


[[WinUpdate.ps1]]

SysPrep.ps1
Copied into Templat_Sysprep.VHDX as AtStartup.ps1

* Unregistered the AtStartup Task
* Deletes c:\Unattent.xml
* Deletes all other files in c:\pstemp but itself.
* Removes all ‘Available’ Windows Features
* Use Dism to remove any overridden patches.
* Defrag and consolidate free space (still don’t think this is necessary, but it’s not going to hurt)
* Sysprep
** Silent
** OOBE
** leave Hyper-V drivers active (this speeds up first boot so long as the VHDX is ran on the same version of Hyper-V as the machine your building on.)
** Reboot

[[SysPrep.ps1]]


Update-SourceAndTempldate.ps1

Script scheduled to run every Wednesday to update the Template and Source VHDX and WIM. This is a lot like Start-ImageBuild.ps1. you will have to edit the bottom of the script to match your environment

* Has a wrapper for Convert-WindowsImage
* Starts the Existing VM left in place by Start-ImageBuild.ps1
* waits for VM to shutdown
* gets the VHDX path from the VM configuration
* for Template
** Copies VHDX
** Create’s new VM
** copies in Sysprep.ps1
** Starts VM
** waits for it to stop
** Delets VM
* creates WIM form VHDX
* for Template
** Delets SysPrep VHDX
** Converts WIM to VHDX
* copies Templast_Production.VHDX and Source.WIM to OutPath

[[Update-SourceAndTemplate.ps1]]
A new way to see and navigate directory trees
* https://github.com/mozilla/persona
* http://web.archive.org/web/20161129012928/https://developer.mozilla.org/en-US/Persona
* https://en.wikiversity.org/wiki/Java_Tutorial/Trail:_Java_and_Javascript#Example:_Mozilla_Persona_for_Applets

A Password dictionaries.

* 8-more-passwords.txt sorting only passwords with more than 8 characters, removed all numeric passes, removed consecutive characters (3 characters or more), removed all lowercase passwords, passwords without a capital letter and also a number (61.682 password).
* 7-more-passwords.txt it consists of passwords 7 characters or more, and numeric passwords removed (528.136 passwords).
* 1000000_password_seclists.txt 1.000.000 password from SecLists
* bitcoin-brainwallet.lst bitcoin-brainwallet with 394.748 lines
* usernames.txt collection username of/at US - 403.355 lines
* us-cities.txt list 20.580 cities at US
* facebook-firstnames.txt 4.347.667 of Facebook firstnames.
* 2151220-passwords.txt 2.151.220 passwords from dazzlepod.com
* subdomains-10000.txt 10.000 subdomain for domain scanner.
* 38650-password-sktorrent.txt 38.650 passwords from sktorrent.eu.
* uniqpass_v16_password.txt UNIQPASS is a large password list for use with John the Ripper (JtR) wordlist mode to translate large number of hashes, e.g. MD5 hashes, into cleartext passwords
* indo-cities.txt list 102 cities at Indonesia
* 38650-username-sktorrent.txt 38.650 usernames from sktorrent.eu.
* forced-browsing every wordlist you need for forced browsing
* [[BTRFS Tools|]]
* [[BTRFS Drivers|]]
* [[BTRFS Commands]]

* [[https://github.com/maharmstone/btrfs]]
* https://github.com/Antynea/grub-btrfs
* https://github.com/g2p/bedup
Drag and drop page builder and CMS for React, Vue, Angular, and more
Use your code components and the stack of your choice. No more being pestered for HTML changes :)

Bumblebee is a system for managing instruments and other resources (e.g. analytical equipment) that must be shared between a number of users. Bumblebee is designed to be more efficient than a calendar on the wall or a whiteboard for both users and administrators. Bumblebee is also able to generate reports of resource usage with breakdowns by user, research group and research project. (more »)

* https://sourceforge.net/projects/bumblebeeman/
Check out the new style for App Design aims for Bus Booking Service...
* https://github.com/Bottelet/DaybydayCRM
* https://en.m.wikipedia.org/wiki/Issabel
* [[SEO]]
* [[Marketing]]
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
Business Jekyll Theme is a theme that is designed to be used for small and medium business. It is designed by a team from Technext. The theme is then ported over by Melvin Ch'ng for Jekyll support. The original source code can be obainted from Technext's repository

Unlike most Jekyll Themes, Business Jekyll Theme is not meant to be a single page theme. This theme is a package that you can use for your business website or promote certain project. I reorganized all the files and make it Jekyll friendly.

Big thanks to the creator of Office as this theme would not be possible without their hard work! You are always welcome to contribute to this repository to make it better!
* [[Terminal.Gui]]
* https://downloadly.ir/software/programming/infragistics-ultimate/
* https://polterguy.github.io/
* http://www.omnisharp.net/
* 
* 
* 
* 
* 
* 
https://github.com/fastflow/fastflow
Caddy is a powerful, extensible, enterprise-ready server platform that uses TLS by default. Everything you would require in your infrastructure, from TLS certificate renewals and OCSP stapling, to reverse proxying and ingress, Caddy simplifies it all. Its modular architecture lets you do more with just a single static binary that compiles for any platform.

Caddy is the only web server that uses HTTPS automatically and by default. It automatically renews TLS certificates, staples OCSP responses and more. Though used mostly as an HTTPS server, Caddy can be used to run Go applications, offering automated documentation, graceful on-line config changes via API and more to these apps.

Caddy is very extensible, with a powerful plugin system unlike any other web server.

!!! Features
* Easy configuration with the Caddyfile
* Native JSON config
* JSON API
* Config adapters as alternative to JSON
* Automatic HTTPS
* Stays up when other servers don't from TLS/OCSP/certificate-related issues
* HTTP/1.1, HTTP/2, and experimental HTTP/3 support
* Highly extensible modular architecture
* Runs anywhere with no external dependencies
* Written in Go for higher memory safety guarantees
Cairo is a desktop environment for Windows. Our goal is to develop a desktop experience that increases productivity and advances current technology standards. With a focus on stability, performance, and productivity, Cairo aims to deliver an interface that exceeds expectations and delivers superior ease of use.
*https://github.com/FriendsOfCake/crud
*https://github.com/croogo/croogo
*https://github.com/cakephp/debug_kit
*https://github.com/passbolt/passbolt_api
*https://github.com/CakeDC/users
*https://github.com/markstory/asset_compress
*https://github.com/dereuromark/cakephp-tools
*https://github.com/FriendsOfCake/bootstrap-ui
*https://github.com/FriendsOfCake/cakephp-csvview
*https://github.com/maiconpinto/cakephp-adminlte-theme
*https://github.com/burzum/cakephp-file-storage
*https://github.com/alt3/cakebox
*https://github.com/cakephp/elastic-search
*https://github.com/dereuromark/cakephp-ajax
* [[CakePHP-UseMuffinThrottle]]
*https://github.com/XetaIO/Xeta
*https://github.com/FriendsOfCake/crud


*https://github.com/FriendsOfCake/CakePdf
*https://github.com/UseMuffin/Throttle

(API) Rate limiting requests in CakePHP

This plugin allows you to limit the number of requests a client can make to your app in a given time frame.
CalemEAM is an open source enterprise asset management (EAM/CMMS) suite, featuring Web 2.0 Ajax client with drag-and-drop customization and a PHP based server. This free CMMS/EAM project can be used for industrial, facility and IT asset management.
Camus is a group video chat app that uses WebRTC for direct peer-to-peer communication. Users can create and join rooms, stream audio and video with a microphone and webcam, share their screen, and send text messages. You can try a demo at https://camus.chat, or run your own server using Snap, pip, Docker, or Heroku.

!!! Features
* Create public or private rooms, optionally with a password and guest limit
* Stream audio & video
* Share your desktop
* Send text messages
* Control video feeds -- set your camera resolution, toggle fullscreen or picture-in-picture, disable incoming video
* Configure custom STUN and TURN servers
* Responsive user interface that works on large or small screens
Yes, RAID mode is still available for SSD drives. SSD works much faster than conventional hard disks. So, many users want to add an SSD to the RAID system. This operation has little impact on improving performance and even makes the array unstable. It would better use the same types of drives in the RAID system.
CapRover is an extremely easy to use app/database deployment & web server manager for your NodeJS, Python, PHP, ASP.NET, Ruby, MySQL, MongoDB, Postgres, WordPress (and etc...) applications!

It's blazingly fast and very robust as it uses Docker, nginx, LetsEncrypt and NetData under the hood behind its simple-to-use interface.

✔ CLI for automation and scripting

✔ Web GUI for ease of access and convenience

✔ No lock-in! Remove CapRover and your apps keep working!

✔ Docker Swarm under the hood for containerization and clustering

✔ Nginx (fully customizable template) under the hood for load-balancing

✔ Let's Encrypt under the hood for free SSL (HTTPS)
* https://github.com/wahidmounir/visualCaptcha
* https://github.com/subwindow/negative-captcha
*https://github.com/search?q=captcha
*https://www.phpcaptcha.org/
*NomoreCaptcha
*https://web.archive.org/web/20201109025450/https://wiki.hsr.ch/StefanKeller/wiki.cgi?ReMAPTCHA
*https://www.w3.org/WAI/GL/wiki/Captcha_Alternatives_and_thoughts
*https://github.com/google/recaptcha




*https://privacypass.github.io/
Realtime video transcription
Provides a live, on-screen transcription of any video or audio content playing from a webpage. Simply click the extension, select the language and press play and transcription appears instantly.
Grow your knowledge with flashcards and gamification while browsing the web.
Carden is a Chrome Extension that helps you turn the content you consume into long-term knowledge. Create flashcards in context, view in-depth stats, collect points and level up, and much more.

!!! FEATURES
* 🔬 Practice using spaced repetition based on the evidence-based SM2 algorithm
* ✏️ Create flashcards in context whenever you read something interesting
* 🗄️ Organize your flashcards into decks
* 🏆 Collect points and level up as you practice and grow your knowledge
* 🧩 Cross-compatible with apps like Anki, Quizlet, Brainscape, and more
* 📦 Import and export flashcards as .txt and .csv files
* 📊 View and download in-depth stats

...and much more!

Want to self-host, add new features to Carden, or even make your own flashcard app? Feel free to check out the code on GitHub! 👉 https://github.com/alyssaxuu/carden

Carden was made by Anne-Laure Le Cunff and Alyssa X
* https://dyumnin.com/Cardo.html
* https://groups.google.com/g/tiddlywiki-gtd/c/Te0fYV8OW44
CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous driving systems. In addition to open-source code and protocols, CARLA provides open digital assets (urban layouts, buildings, vehicles) that were created for this purpose and can be used freely. The simulation platform supports flexible specification of sensor suites and environmental conditions.
CarotDAV is a Simple WebDAV / FTP / SkyDrive / DropBox / GoogleDrive / Box / SugarSync client for Windows OS, available free of charge. It is also able to read GoogleDocs or IMAP.
https://github.com/TheLastProject/Catima

A better wp-cron. Horizontally scalable, works perfectly with multisite.

Cavalcade is a scalable job system, designed as a drop-in replacement for WordPress's built-in pseudo-cron system.
cbrTekStraktor is an application to automatically extract text from the text bubbles or speech balloons present in comic book reader files (CBR). Its prime goal is to perform analysis on the texts of comic books. cbrTekStraktor can however also be used for scanlation or similar purposes.

The application also enables to manually define text areas in CBR files. The application comprises a simple graphical editor for further processing the extracted text.

The text extraction is achieved by a combination of statistical and graphical processing operations. It is based on the following 3 major algorithms
- Binarization of color images (Niblak and other methods)
- Connected components
- K-Means clustering

Apache Tesseract is used to perform Optical Character Recognition on the extracted text.

A subsequent version of the application will integrate with translation software in order to provide automated translation of comic book texts and re-inserion of translated texts

!!! Features
* java
* image processing
* text extraction
* comic book
* statistics
* OCR
ceativo is a One Page modern and responsive bootstrap template design for web agencies, it can be used in many other business, and as web hosting ,as well as portfolio if you need to start your inline company ,creativo is your best choice because its a , creativo supports many plugins and new Technologis, CSS3 And HTML5.

[[img|https://github.com/gaassis/Free-creative-template-bootstrap-4-RTL/blob/master/fullScreen.png]]
Open-source productivity booster with a brain
* [[SSL|]]
* [[Automated Certificate Management Environment (ACME)|]]
In cryptography, a certificate authority or certification authority (CA) is an entity that issues digital certificates. A digital certificate certifies the ownership of a public key by the named subject of the certificate. This allows others (relying parties) to rely upon signatures or on assertions made about the private key that corresponds to the certified public key. A CA acts as a trusted third party—trusted both by the subject (owner) of the certificate and by the party relying upon the certificate. The format of these certificates is specified by the X.509 or EMV standard.

One particularly common use for certificate authorities is to sign certificates used in HTTPS, the secure browsing protocol for the World Wide Web. Another common use is in issuing identity cards by national governments for use in electronically signing documents.
It sIt should be very easy to chainload from other boot loaders.


```
Chainloading from GRUB2:
menuentry "VBOOT" {
    set root='(hd0,1)'
    linux16 /vbootldr
}
```
If your current host is Windows, then you already have Windows boot manager, which is the first software program to run after your PC powers on. We need to add a boot entry to Windows boot manager for VBoot, so you can click this entry and go to VBoot boot menu.

!!! 2.1.2 ''Manual Setup''

If somehow the automatic setup doesn't work, then you can perform the following manual steps:

!!!!2.1.2.1 ''[[Copy VBoot Loader Files|Copy VBoot Loader Files]]''

!!!!2.1.2.2 ''[[Configure Windows Boot Loader|Configure Windows Boot Loader]]''


Chakra UI provides a set of accessible, reusable, and composable React components that make it super easy to create websites and apps.
Chart.js is a Javascript library that allows designers and developers to draw all kinds of charts using the HTML5 canvas element. Chart js offers a great array of simple, clean charts including animated and interactive versions. Chartjs is an easy way to include beautiful and engaging charts into your website for free.

!!! Features
* Eight different chart types, all animated and customizable
* Mixed chart types provide a clear visual distinction between datasets
* Great rendering performance across all modern browsers (IE9+)
* Redraws charts on window resize for perfect scale granularity
Chart.js is a Javascript library that allows designers and developers to draw all kinds of charts using the HTML5 canvas element. Chart js offers a great array of simple, clean charts including animated and interactive versions. Chartjs is an easy way to include beautiful and engaging charts into your website for free.

!!! Features
* Eight different chart types, all animated and customizable
* Mixed chart types provide a clear visual distinction between datasets
* Great rendering performance across all modern browsers (IE9+)
* Redraws charts on window resize for perfect scale granularity
Open Source Messaging Platform for Marketing, Support & Sales

!!! Main features:

* Customer Segment Filters with custom attributes support
* Web Messenger embed
* Agent's conversation routing
* Text chat with customizable content blocks support
* Video Calls !
* Triggerable conversational bots
* Mailing campaigns
* Onboarding tours
* API integrations - Whatsapp / Twitter DM / Slack / Calendly / Zoom and more!
* CRM integration - Pipedrive supported
* Webhooks
* Help Center system with multilanguage support
* API support - consumable via GrapqhQL with Oauth authorization
* Quick replies (as canned responses)
* Configurable Data protection (GDPR) consent
ChatKit is a library designed to simplify the development of UI for such a trivial task as chat. It has flexible possibilities for styling, customizing and data management
\define fa-size() 3x

\define fa-glyph-base() $:/fontawesome/glyph/
\define fa-class-base() $:/fontawesome/class/
\define fa-family-base() $:/fontawesome/family/

\define fa-classfilter-base() $:/temp/filter/class-
\define fa-familyfilter-base() $:/temp/filter/family-

\define fa-icon(fam, id, size, classes)
<i class="$fam$ fa-$id$ fa-$size$ $classes$"></i>
\end

\define icon-box(fam, id, unicodepoint)
  <div class="chsh-glyph-box">
    <div class="chsh-glyph-icon"><$macrocall $name="fa-icon" fam=$fam$ id=$id$ size=<<fa-size>>/></div>
    <div class="chsh-glyph-id">$fam$ fa-$id$</div>
    <div class="chsh-unicode-codepoint">$unicodepoint$</div>
  </div>
\end

<div class="chsh">

  <div class="chsh-filter-bar">
    <!-- 1st filter set: list all families -->
    <$list filter="[prefix<fa-family-base>sort[description]]">
      <$set name="famname" filter="[all[current]removeprefix<fa-family-base>]">
      <$set name="famfilter-statetiddler" filter="[<fa-familyfilter-base>addsuffix<famname>]">
        <$checkbox class="chsh-filter" tiddler=<<famfilter-statetiddler>> field="text" checked=<<famname>> unchecked=""><$view field="description"/></$checkbox>
      </$set>
      </$set>
    </$list>

	<p style="padding-bottom: 1.5ex;"/>

    <!-- 2nd filter set: icon categories (=classes) -->
    <$list filter="[prefix<fa-class-base>sort[description]]">
      <$set name="classname" filter="[all[current]removeprefix<fa-class-base>]">
      <$set name="classfilter-statetiddler" filter="[<fa-classfilter-base>addsuffix<classname>]">
      <$set name="class-tiddler" filter="[<fa-class-base>addsuffix<classname>]">
        <$checkbox class="chsh-filter" tiddler=<<classfilter-statetiddler>> field="text" checked=<<class-tiddler>> unchecked=""><$view field="description"/></$checkbox>
      </$set>
      </$set>
      </$set>
    </$list>
  </div>

  <div class="chsh-content">
	<!-- search field -->
	<$edit-text tiddler="$:/temp/glyphsearch" type="search" tag="input" placeholder="Search icons for..." default="" size="40"/>
    &nbsp;
    <$button class="tc-btn-invisible" aria-label="clear search" tooltip="clear search">
      <$action-setfield $tiddler="$:/temp/glyphsearch" text="" />
      {{$:/core/images/close-button}}
    </$button>

	<p/>
    <hr/>

    <!-- search/filter results -->

	<!-- list of set family filters -->
    <$set name="family-filter-tags" filter="[removeprefix<fa-family-base>addprefix<fa-familyfilter-base>get[text]]">
    <!-- (never empty!) list of CSS fa class filters -->
    <$set name="css-class-filters" filter="[enlist<family-filter-tags>lookup[$:/fontawesome/lookup/css/bytag/]]" emptyValue="fab far fas">
    <!-- list of all glyphs needed as default list when no glyph class filters are set -->
    <$set name="all-glyphs" filter="[prefix<fa-glyph-base>]">
    <!-- filtered list of glyphs; filtered by class (not: CSS class) -->
    <$set name="classified-glyphs" filter="[prefix<fa-classfilter-base>get[text]enlisttitlesfield[]addprefix<fa-glyph-base>each[]]" emptyValue=<<all-glyphs>> >
    <$set name="regex" filter="[[(?i)]addprefix{$:/temp/glyphsearch}]">
    <$set name="glyphs" filter="[enlist<classified-glyphs>taglisted<family-filter-tags>]">
    <!-- finally filter by matching search(es), without duplicates, and sorted -->
    <$set name="glyphs" filter="[enlist<glyphs>regexp:fa-label<regex>] [enlist<glyphs>regexp:tags<regex>] +[each[]sort[]]">

      <div><$count filter="[enlist<glyphs>]"/> Awesome icon(s)</div>

	  <div class="chsh-glyph-grid">
        <$list filter="[enlist<glyphs>]">
		  <!-- -->
          <$set name="glyph-fam" value={{!!fa-default-style}}>
          <$set name="glyph-id" filter="[all[current]removeprefix<fa-glyph-base>]">
          <$set name="unicodepoint" value={{!!fa-unicode}}>
            <$list variable="glyph-fam" filter="[all[current]list[!!fa-style-classes]inlist<css-class-filters>]">
              <$macrocall $name="icon-box" fam=<<glyph-fam>> id=<<glyph-id>> unicodepoint=<<unicodepoint>> />
            </$list>
          </$set>
          </$set>
          </$set>
		  <!-- -->
        </$list>
      </div>

    </$set>
    </$set>
    </$set>
    </$set>
    </$set>
    </$set>
    </$set>

  </div>

</div>
Get notifications, read, listen to or delete emails without opening Gmail and easily manage multiple accounts.
• The fastest and easiest way to manage multiple email accounts
• 5 star extension with great reviews!
• Trusted developer of many extensions
• 1 million satisfied users worldwide
• Lots of features, options and updates
• Extensive FAQs and personal tech support with very quick responses
• Safer. Requires minimal permissions.
Click "Website" or visit jasonsavard.com for more info.

• Extra features are available upon contributing "any" amount.

• Supports Push Notifications

• Beautiful Material Design

• I'll add your suggestions

• See the people emailing you just like in the Gmail chat notification, with an option to show their contact photos or your assigned photos for them.

• Voice notification: If you get an email while you're busy watching a movie or cooking dinner this extension can optionally read it out loud ie. "Jason says, dinner at my place". It's great for the visually impaired.

• Option to monitor any Gmail or custom labels

• Option to run in this notifier in the background when Google Chrome is closed and still get new email alerts

• Popup mail preview window to read, archive, mark as read or delete emails without leaving the current tab (or option to go directly to your Gmail tab)

• Supports offline view

• Desktop sound or voice notifications when new mail arrives or add your own sounds

• Support for multiple Gmail and Google Apps accounts

• Add voices
* https://github.com/ArneVogel/listudy
* https://lichess.org/
* https://github.com/ornicar/chessground
* https://github.com/veloce/lichobile
* http://lucaschess.pythonanywhere.com/
* https://github.com/clarkerubber/irwin
--------------------------------
* https://github.com/Zeta36/chess-alpha-zero
* https://deepmind.com/blog/article/alphago-zero-starting-scratch
*https://github.com/LeelaChessZero/lc0
* https://github.com/niklasf/python-chess
*https://github.com/CSSLab/maia-chess
* https://github.com/ShailChoksi/lichess-bot
* https://github.com/rooklift/nibbler




https://github.com/jzyong/game-server



























COMPLETE MANAGEMENT SYSTEM For Hospitals, Clinic and Laboratories

Maintain Patient History

Entire History of diagnosis and treatment for each patient will be available at a glance for future reference.    

Generate Bills/Invoice

Create and Maintain Bills. Add unlimited Invoice Items.  Give Discounts. Print Bills.    ReportsReports to keep an eye on the collections, new patients, pending bills and more    Backup and RestoreTake regular backup and restore when required. So your information is always secure.    Appointment CalendarSee Doctorwise Appointments. See the appointments color coded according to appointment status.    Receive PaymentsReceive Payments for bills. Maintain pending Payments. Different Payment Options    Configuration OptionsConfigure your clinics timings, working days , appointment timings    Language SettingsEnabled with translation options. Preloaded languages available. Option to translate your own language.
Patient Management System to keep track of your patients. Keep Patient Contact Details. Give Appointment. Print Fees Receipt. Stock Management for Medicines and more

Requires PHP 5.1.6

!!! Features
* Maintain Patient Visit
* Diagnosis and Treatment History
* Patient Contact Detail
* Book Appointments for Doctors
* Maintain Appointment Status
* Easily Generate Bill
* Print Receipt
Chocolatey - the package manager for Windows
Choco-solver is an open-source Java library for Constraint Programming.

Current stable version is 4.10.6 (11 Dec 2020).

Choco-solver comes with:

various type of variables (integer, boolean, set, graph and real),
various state-of-the-art constraints (alldifferent, count, nvalues, etc.),
various search strategies, from basic ones (first_fail, smallest, etc.) to most complex (impact-based and activity-based search),
explanation-based engine, that enables conflict-based back jumping, dynamic backtracking and path repair,
But also, facilities to interact with the search loop, factories to help modelling, many samples, etc.

Choco-solver is distributed under BSD 4-Clause License (Copyright (c) 1999-2020, IMT Atlantique).
Choco is a Free Open-Source Java library dedicated to Constraint Programming.
The user models its problem in a declarative way by stating the set of constraints 
that need to be satisfied in every solution.
Then, problem is solved by alternating constraint filtering algorithms with a search mechanism.
Chocolatey is a software management solution unlike any you've ever experienced on Windows. Think of it like this - you create a software deployment package using a little PowerShell, then you can deploy it anywhere you have Windows with everything (like Puppet, SCCM, Altiris, Connectwise Automate, etc).

Write your deployment once for any software, then deploy it with any solution everywhere you have Windows.
Chocolatey GUI is a user interface for Chocolatey (the Machine Package Manager for Windows).

''Installation''

You can install Chocolatey GUI via Chocolatey itself by executing:


```
choco install ChocolateyGUI
```


If you are interested in trying out the latest pre-release version of Chocolatey GUI then you can use the following installation command:

choco install chocolateygui --source https://www.myget.org/F/chocolateygui/ --pre

This uses the public Chocolatey GUI feed which is hosted on MyGet.org as the source.
Record matching software

!!! Features
* Finds duplicate records in a SQL, XML or flat-file database
* Uses machine learning to mimic human intuition about when records match
* Plug-in architecture based on Eclipse 2.1.3 is extensible to a wide variety of matching applications
* Based on patented algorithms that may be licensed from Open Invention Network
* Matches personal identifying information (PII)
* Adapts to available datasets and learns from expert analysts
* Use multiple fields such as names, addresses, and birth dates even when they're not complete and reliable  
* # Dark Mod
* [[Midnight Lizard|https://chrome.google.com/webstore/detail/midnight-lizard/pbnndmlekkboofhnbonilimejonapojg?hl=en-US]]

# TTS

* [[Read Aloud: A Text to Speech Voice Reader|https://chrome.google.com/webstore/detail/read-aloud-a-text-to-spee/hdhinadidafjejdhmfkjgnolgimiaplp?hl=en-US]]
*[[Capti Voice|https://chrome.google.com/webstore/detail/capti-voice/nlngjmhlfdekmgoaaiendhkcbhdcedjh?hl=en-US]]

# Translation
* [[ImTranslator: Translator, Dictionary, TTS|https://chrome.google.com/webstore/detail/imtranslator-translator-d/noaijdpnepcgjemiklgfkcfbkokogabh?hl=en-US]]
* [[Google Translate|https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb?hl=en-US]]

* [[MyJDownloader Browser Extension|https://chrome.google.com/webstore/detail/myjdownloader-browser-ext/fbcohnmimjicjdomonkcbcpbpnhggkip?hl=en-US]]
* [[Volume Master|https://chrome.google.com/webstore/detail/volume-master/jghecgabfgfdldnmbfkhmffcabddioke?hl=en-US]]


* [[VLC Video Downloader|https://chrome.google.com/webstore/detail/vlc-video-downloader/lcilbmcmenblfdnimnnipllhgjkhnfko?hl=en-US]]
* [[Video Downloader Professional|https://chrome.google.com/webstore/detail/video-downloader-professi/eooikgjpbiiaebbbnjbcnmgggekfnhfj?hl=en-US]]
* https://chrome.google.com/webstore/detail/vision-translate-smart-hi/aemapjnikiphnefgmocicmlmbdhodkea
* [[Stylish - Custom themes for any website|https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en-US]]

* [[Mercury Reader|https://chrome.google.com/webstore/detail/mercury-reader/oknpjjbmpnndlpmnhmekjpocelpnlfdi/related?hl=en-US]]

[[Single click Flash games access|https://chrome.google.com/webstore/detail/single-click-flash-games/cngjoacjdpnadhhjpdppcdjboiclnclc?hl=en-US]]

[[AlphaText - Make text readable!|https://chrome.google.com/webstore/detail/alphatext-make-text-reada/lpcaoilgpobajbkiamaojipjddpkkida?hl=en-US]]

<<list-links "[tag[Chrome Extensions]sort[title]]">>


Are you looking for POS software for your outlet? then look no further

This project was forked from [[uniCenta POS]], to allow user continued access to the large number of features, made available by a member of the Chromis dev team, with no unicenta data loss

Chromis is a feature rich Point of Sale software. Which will run a variety of hardware, the only requirement is that it must be capable of running Java 1.8

Installing Chromis is simple and fast, using its own custom installer available for a number of operating systems

It supports multi terminal mode, and works with a number of Open Source database solutions. It is supplied with ability to use a Derby embedded db as standard, but if you wish to use a multi terminal then a product like MySQL is used

Chromis pos has a small team of people who are always willing to assist with any issues

!!! Features
* Windows XP, Vista, 7, 8 & 10; WePOS; Linux; Mac OSX
* Extensive hardware support
* Java 1.8 supported
* Multi sales modes
* Screen resolutions from 800 x 600
* User customizable Sales screen, Ticket and Receipt layouts
* Builtin scripting language
* Support for Derby, MySql & PostgreSQL supported
* Barcode reader Support
* Kitchen Display monitor, supprt multiple stations
* Builtin customer database
* User security
* CSV product import
* Builtin reporting and reports
* Support for Price\weight encoded barcodes conforms to GS1 standards
* Supports USB printer, so you no longer need to rely on serial ports
* Ability to migrate to multiuser db after testing with builtin db
https://wikileaks.org/ciav7p1/
https://sourceforge.net/projects/citespace/
Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.
Filter tweets based on keywords. Automatically removes Twitter and Facebook ads. 
No need to log into your Twitter or Facebook account through this browser. 

TWITTER FILTER

* - Remove tweets based on keywords/topics
* - Remove tweets that contain #hastags
* - Remove ads
* - Remove friends without unfollowing them

FACEBOOK FILTER

 - Remove ads from Facebook

This extension is brought to you by MetaCert, experts in Web Categorization / Filtering and Mobile Security. We believe in an open web where you decide on what to see and what not to see. 
* [[MotionBox|https://omega.gg/MotionBox/get/]]
* [[GTK YouTube Viewer|https://github.com/trizen/youtube-viewer]]
*FreeTube
*NewPipe
*SkyTube
*Minitube
*Echoes Player
*Kaku
*SMTube
*ElectronPlayer
*
*
*
Clinic365 – Clinic Management System is for any types of small and medium type Clinic, Diagnostic centre and medium hospital.it is useful for doctors, hospitals and clinic. This is also developed for doing dynamic prescription system.it is developed by PHP and Code igniter framework.
ClinicCases is an open source case management system designed specifically for law school clinics. It uses PHP and MySQL.

!!! Features
ClinicCases is designed to be easy to use with a minimal learing curve for new users. Documentation is available at the ClinicCases site.

* Complete case management: reports, case notes, calendaring, contacts
* Self-contained messaging system to ensure completeness of case history and confidentiality
* Fully-featured journaling system: compose, read, and comment on student journals
* Document storage and organization
* Time keeping and user management
* and much more!

php dev tools integrated to your browser
Clockwork is a development tool for PHP available right in your browser. Clockwork gives you an insight into your application runtime - including request data, performance metrics, log entries, database queries, cache queries, redis commands, dispatched events, queued jobs, rendered views and more - for HTTP requests, commands, queue jobs and tests.

Install the Clockwork server-side component via Composer to collect all the metrics.

Includes a first-class Laravel support, easy integration with vanilla or custom apps.

Read the full installation guide on the Clockwork website - https://underground.works/clockwork/#documentation

Learn more about privacy when using Clockwork extensions - https://underground.works/clockwork/#docs-privacy
* [[Storj|]]
*[[Sia]]
* BitDust
*[[IPFS|]]
Cloud computing[1] is the on-demand availability of computer system resources, especially data storage (cloud storage) and computing power, without direct active management by the user.[2] The term is generally used to describe data centers available to many users over the Internet.[3] Large clouds, predominant today, often have functions distributed over multiple locations from central servers. If the connection to the user is relatively close, it may be designated an edge server.
The CloudFS library is a collection of .NET assemblies as gateways to various publicly accessible Cloud storage services.
Orchestrate Real Apps on the Cloud with Cloudify
Achieve a smooth transition to the cloud and easy automation of even the most complex applications throughout their entire lifecycle with Cloudify. Orchestrate the creation of the whole cloud infrastructure required for your application, starting from compute resources all the way down to networks and block storage devices. Cloudify will then deploy your applications to the cloud (OpenStack, VMWare vSphere, or even bare metal like Softlayer), monitor their progress and scale them when needed.

With Cloudify, you won’t be locked in to any one cloud provider or one type of cloud; deploy the same application in your own data center or on the cloud of your choice using your favorite automation and configuration management tools. Monitor, manage and scale your application with Cloudify, whatever the topology or technology stack.
Cloudron is a platform that makes it easy to run and maintain web apps on your server. Unlike 1-click solutions that do not assist you with any tasks post installation and require knowledge of system administration (like installing certificates, creating databases, having a backup/restore strategy), Cloudron provides a complete integrated solution for app and user management.

Installing Cloudron on your server instantly transforms it into a "smart server". There is a UI to install apps. It has a centralized place to manage the users and groups across all apps. Third party app developers can iterate as quickly as SaaS and provide support via the Cloudron App Store.

Cloudron also has a built-in email server solution which supports DKIM signing, SPF validation, spam filtering, seive rules, mail aliases and email lists.
Cloud Zoom is a super-smooth, touch-enabled jQuery image zoom plugin used on many high profile retail sites.

Changes since the fork:

* Since version 1.0.2.3 compatible with jquery 1.9.x +
* You can specify the transparentImage for the mousetrap
* You can disable the creation of the wrapper div
* The wrapper div styles are moved to the css file
* The wrapper div has no longer an id, but a css class name instead (cloud-zoom-wrap)
Project has moved to https://github.com/CloverHackyColor/CloverBootloader.

Features

* Boot macOS, Windows, and Linux in UEFI or legacy mode on Mac or PC with UEFI or BIOS firmware
* Boot using UEFI firmware directly or CloverEFI UEFI firmware emulation
* Customizable GUI including themes, icons, fonts, background images, animations, and mouse pointers.
* Theme manager and theme repository at http://sourceforge.net/p/cloverefiboot/themes/
* Native screen resolution in GUI
* Press Page Up or Page Down to change GUI resolution
* Press F1 for multilingual help, depending on language setting in configuration
* Press F2 to save preboot.log from GUI
* Press F4 to save original (OEM) ACPI tables into /EFI/CLOVER/ACPI/origin
* Press F5 to test DSDT patching
* Press F6 to save graphics firmware into /EFI/CLOVER/misc
* Press F10 to save screenshots from GUI
* Press F12 to eject CD/DVD
* GUI refreshes after CD/DVD insertion
* Ability to boot previously selected boot entry after default timeout
* Boot entries menu scrolls if screen resolution is too low for menu
* Create custom boot entries for personalizing boot entries and add support for other operating systems
* Create Clover boot entry in NVRAM with tool from GUI
* Launch EFI command shell from GUI
* Startup sound controlled by F8 and checked by F7
Data integration framework; can be used to transform/map/manipulate data in various formats (CSV,FIXLEN,XML,JSON,XBASE,COBOL,LOTUS, etc.). Connects to RDBMS/JMS/SOAP/LDAP/S3/HTTP/FTP/ZIP/TAR.
[[PelicanHPC|https://sourceforge.net/projects/pelicanhpc/]]
CMDBuild is the most flexible software to configure a custom database of assets (CMDB stands for "Configuration and Data Base Management") and design related workflow processes.
The purpose is to let operators have full control of the assets, knowing their composition, location, functional relations and the changes over time.
CMDBuild allows you to design ITIL compliant workflows.

!!! Features
* Database modeling
* Workflow engine
* Report
* Dashboard
* Interoperability and connectors
* Gis and BIM
* GUI Framework
* App mobile
* Correlations
* History
* Document management
* Email manage
* Barcode and QRcode
* Relation Graph
* Scheduler
* User profiling
* Administration Module
* Data Management Module
* [[Based on PHP]]
* [[Based on JAVA]]
* [[Based on JS]]
* [[Based on Python]]
!!! Functions Of CMSeek:
* Basic CMS Detection of over 170 CMS
* Drupal version detection
* Advanced Wordpress Scans
** Detects Version
** User Enumeration
** Plugins Enumeration
** Theme Enumeration
** Detects Users (3 Detection Methods)
** Looks for Version Vulnerabilities and much more!
* Advanced Joomla Scans
** Version detection
** Backup files finder
** Admin page finder
** Core vulnerability detection
** Directory listing check
** Config leak detection
** Various other checks
* Modular bruteforce system
** Use pre made bruteforce modules or create your own and integrate with it
CMSScan provides a centralized Security Dashboard for CMS Security scans. It is powered by wpscan, droopescan, vbscan and joomscan. It supports both on demand and scheduled scans and has the ability to sent email reports.
cmus is a small, fast and powerful console music player for Unix-like operating systems.
* https://en.wikipedia.org/wiki/COBIT
* COBIT 5: Enabling Information
* CobiT : Pour une meilleure gouvernance des systèmes d'information
CoBlocks is a suite of professional page building content blocks for the WordPress Gutenberg block editor. This the most innovative collection of page building WordPress blocks for the new Gutenberg block editor. We will make you rethink what WordPress is capable of.
Cockpit is a brain-child of Artur Heinze developed since 2013. Cockpit was born out of the need for a backend which just manages structured content that can be re-used across different channels and devices. Working around the shortcomings of existing content management solutions led to the development of Cockpit.
Quickly find functions, elements, tags and methods of programming languages.
This extension allows you to quickly find functions, elements, tags and methods of various programming languages in your browser.

Now supported:

HTML Reference;
CSS Reference;
JavaScript Reference;
Python Reference;
JQuery Reference;
Java Reference;
C++ Reference;
Angular JS Reference;
PHP Reference;
XML Reference;

Want more data added? Send the developer a message!
!!! What is CodeIgniter?
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the official site.

This repository holds the source code for CodeIgniter 4 only. Version 4 is a complete rewrite to bring the quality and the code into a more modern version, while still keeping as many of the things intact that has made people love the framework over the years.


https://codeigniter.com/
Simple and Lightweight Auth System for CodeIgniter

http://benedmunds.com/ion_auth/
A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.
Codeigniter-HMVC, CodeIgniter 3.1.11 is the current version of the framework, intended for use with PHP 5.6+

This version is already configured to work with HMVC, so just download this version and start using.

A full e-commerce project built with CI3 HMVC with Email confirmation,Paypal payement , Ion Auth , Live Chatroom and full admin dashboard
CodiMD lets you collaborate in real-time with markdown. Built on HackMD source code, CodiMD lets you host and control your team's content with speed and ease.
CoGrOO (A LibreOffice & OpenOffice.org Grammar Checker), the only open source Portuguese grammar checker that can be used with LibreOffice & OpenOffice.org.
ColdBox Hierarchical MVC is the de-facto enterprise-level HMVC framework for ColdFusion (CFML) developers. It's professionally backed, conventions-based, modular, highly extensible, and productive. Getting started with ColdBox is quick and painless. ColdBox takes the pain out of development by giving you a standardized methodology for modern ColdFusion (CFML) development with features such as:

* Conventions instead of configuration
* Modern routing engine
* RESTFul API ready
* A hierarchical approach to MVC using ColdBox Modules
* Event-driven programming
* Async and Parallel programming constructs
* Integration & Unit Testing
* Included dependency injection
* Caching engine and API
* Logging engine
* An extensive eco-system
* Much More
ColdFusion Markup Language, more commonly known as CFML, is a scripting language for web development that runs on the JVM, the .NET framework, and Google App Engine. Multiple commercial and open source implementations of CFML engines are available, including Adobe ColdFusion, Lucee, New Atlanta BlueDragon (who offer both a Java-based and a .NET-based version), Railo, and Open BlueDragon as well as other CFML server engines.
''Cooperative Linux'', abbreviated as ''coLinux'', is software which allows Microsoft Windows and the Linux kernel to run simultaneously in parallel on the same machine.[2]

Cooperative Linux utilizes the concept of a Cooperative Virtual Machine (CVM). In contrast to traditional virtual machines, the CVM shares resources that already exist in the host OS. In traditional VM hosts, resources are virtualized for every (guest) OS. The CVM gives both OSs complete control of the host machine while the traditional VM sets every guest OS in an unprivileged state to access the real machine.
!!! Key features
* View and edit text documents, spreadsheets, presentations & more
* Collaborative editing features
* Works in any modern browser – no plugin needed
* Open Source
This plugin enables Mattermost users to preview and collaboratively edit documents (simple text files, word, spreadsheet and presentation documents) via a Collabora Online Server using the WOPI protocol.
* [[SpiderOak Semaphor|]]
* Element
* Signal
* Librem Chat
*Librem Mail
* ProtonMail
* Cyph
* ElectronMail
*uTox
* Tox
* Jitsi
* Matrix.org
* FluffyChat
* Tutanota
* Jami
* RetroShare
* Keybase
* Nextcloud Talk
* Briar
* CTemplar
* Kontalk Messenger
* Session
* Briefing
* https://github.com/hedgedoc/hedgedoc
* 
* 
* 

!! GroupWare







Production recording and barcoding solution using EAN128 barcodes. Runs on Windows, OSX, Linux and supports MS SQL, Oracle and mySQL databases.

!!! Features
* Barcode Printing
* GS-1 Labels
* SSCC - Pallet Labels
* Case - Tray - Labels
* Pallet Level Traceability
* ERP Integration
* SAP Compatibility
* Automatic Labeller Interfaces
* Zebra ZPL Compatibility
* Java Based
* mySQL, Oracle and MS SQL Server
* Works with Zebra Mobile Computers
* Weight Checks Module
* Waste Logging and Reporting
* https://github.com/berty/berty
* http://www.coverme.ws/en/index.html
*https://github.com/signalapp
* https://github.com/jitsi
*https://sourceforge.net/projects/liberte/

* [[Matrix.org]]

* https://mattermost.org/
!!!e-MAIL
* ProtonMail
*https://github.com/vladimiry/ElectronMail
*https://www.enigmail.net/index.php/en/
*https://www.mailvelope.com/en
*[[Kopano|]]
*https://mailcow.email/
*https://obm.org/
*https://james.apache.org/

!!! Conference
* https://github.com/holtwick/briefing

!!! SMS

* https://www.developershome.com/sms/
*http://openbts.org/hardware/

!!! [[XMPP]]
https://sourceforge.net/projects/neurotranslator/
Personal Knowledge Management (PKM)  is the practice of capturing the ideas and insights we encounter in our daily life, whether from personal experience, from books and articles, or from our work, and cultivating them over time to produce more creative, higher quality work. I teach people how to master PKM in my online course Building a Second Brain.

By collecting our knowledge in a centralized place outside of our own heads, we can create an engine of creative output – a “second brain” – to advance a career, build a business, or pursue a passion. By making this knowledge digital, we can reap the benefits of searchability, backups, syncing between devices, sharing with others, and more.

But there’s one aspect of personal knowledge management I haven’t fully addressed, which is tags. In the past, I [[criticized tags harshly|https://fortelabs.co/tagging-is-broken-11e46eb24979/]] as being too taxing, overly complicated, and low value for the effort required. I advised people not to use tags to manage their knowledge, favoring notebooks or folders instead.

But I’ve changed my mind since then. Over several years of observations, findings, and experiments, I’ve come to believe that tags could be the missing link in making our knowledge collections truly adaptable – able to reorient and reconfigure themselves on the fly to enable any goal we wish to pursue.

Let me tell you what I believe is required to unlock the immense potential of tagging for personal knowledge management.
The Completion Progress block is a time-management tool for students.

* Visual representation of activities to be completed
* Colour-coded for quick reference
* Overview for teachers, identify students at risk
* Combined progress on Dashboard page
There are no limits to the number of tables, fields or times you can generate. Code Templates for Joomla 3.x and 2.5 are included in the Component Architect install package and will be updated with new functionality in core Joomla as it is introduced.

Using the included Component Wizard you can quickly create your first component and tables (with existing table import).

This is NOT a generator which just creates a basic skeleton MVC structure with simple CRUD admin and front end functionality! You get fully working multi-table components, modules and plugins!

You select at component and/or table level the functionality you want - your components, modules and plugins only have the code they need. All with a very high match to Joomla standards and compliant with the MVC structure.

What you can get in a generated component includes:

!!! Fully working admin component:
* - List view
* - Edit view
* - Filters
* - Batch processing
* - Categories
* - Tags
* - Version Control
* - ACL (component and record level)
* - All core fields - state, access, created fields, modified fields etc etc can be defined
* - Core Joomla field types plus modal views for linked tables
* - Client and Server side validation code generation (this is also in the front end)

!!! Fully working front end component:

Each view has fully defined menu parameters so you perform all the customisation of what is shown in a view via the menu items - this includes having global defaults and record level overrides. Views included are:
* - Categories and Category views
* - Blog view
* - List view (default) - with filters and search
* - Article View (mimics the core article view)
* - Single Item View (default)
* - Form view for Edit/Create

!!! Plugins for core functionality:
* - Item navigation
* - Pagebreak
* - Vote
* - Search
* - Smart Search (Finder)

!!! Modules to present your data:
* - Most popular items
* - Recently created items
* - Alphabetically
* - By user
* - By category
* - Featured items

!!! Custom Installation package:

Manifest files for all extensions and a custom component installer script which will install everything generated.

All of this is supported with 'in' component help files and a downloadable Quick Start guide.

Download of Component Architect does not require registration but access to downloadable documentation and the support forum does.

CompreFace is a free and open-source face detection and recognition GitHub project. Essentially, it is a docker-based application that can be used as a standalone server or deployed in the cloud. You don’t need prior machine learning skills to set up and use CompreFace.

CompreFace provides REST API for face recognition, face verification, face detection, landmark detection, age, and gender recognition. The solution also features a role management system that allows you to easily control who has access to your Face Recognition Services.

CompreFace is delivered as a docker-compose config and supports different models that work on CPU and GPU. Our solution is based on state-of-the-art methods and libraries like FaceNet and InsightFace.

!!! Features
* Face recognition
* Face verification
* Face detection
* Face identification
* Age detection
* Gender detection
* Landmarks detection
* [[BasicCAT]]
* [[Fiskmo]]
* [[nectm]] 
* [[OmrgaT]]
* https://github.com/filipok/jsalign

; based on...
: https://groups.google.com/d/msg/tiddlywiki/1eVLcslhmLM/23qcvi8I2Z4J
; test: an example journal (click edit)
: [[7th January 2015]] {{7th January 2015||$:/core/ui/Buttons/edit}}
; field visibility and available values stored in `value` fields
: [[$:/config/EditTemplateFields/Visibility/exercise]]
: [[$:/config/EditTemplateFields/Visibility/meditation]]
; the code — a conditional edit template
: <<source "$:/.tb/ui/EditTemplate/drop-fields">>
The following implements a [[Conditional ViewTemplate Section|http://tb5.tiddlyspot.com/#Conditional%20ViewTemplate%20Section]]:

; [[$:/.tb/ui/ViewTemplate/filter]]
: for all tiddlers that have a field `filter`
: outputs that field value in a code block above the tiddler body

What is Condution?
Experience Condution, a powerful yet incredibly simple check-list application that support your needs from study, business, and life. Bring Condution with you across the Globe and let it be your second brain — so you can focus on living your best life.

## Your Favorite Task-List

Create tasks, manage them in projects, add some tags, set due dates, and repeat them at will. Condution has the whole nine-yards of the core list-making features nailed so you could create and edit anything from grocery lists to hundred-task projects.

## Due + Start Dates (and Times!)

Yes, you heard it right! Unlike some of the other apps out there, we know that timing is important to people! Every task is hidden until a certain *time* and due at precisely at a *time*, so your know day could be managed right down to your needs.

## Sequential and Parallel Projects!

Some tasks can't really be done without others before it being done first, and we understand that. Tasks blocked in a sequential project could be hidden if needed, and shown again when ready.

## Filters and Perspectives

Filter tasks by tag? Check. Filter by projects? Check. Filter by due date? Check. Filter by due date and project with tags and sort tasks based on defer date while hiding eveything that's not avaliable? You bet.
This block is a Moodle custom reports builder. You can create custom reports without SQL knowledge. It's a tool suitable for admins or teachers.
There are a few things to understand about VHDX files before creating them. I have explained the process for VHDX creation in another article.

!! Generation 1 (VHD) vs. Generation 2 (VHDX)
I’ve seen some people use the Generation 1 and Generation 2 labels with VHD and VHDX. They’re correct in the abstract sense, but the capitalization is wrong because these are not formal labels. I encourage you not to use these terms at all because they easily become confused with Generation 1 and Generation 2 Hyper-V virtual machines. A Generation 1 virtual machine can use both VHD and VHDX as long as the management operating system can use both. A Generation 2 virtual machine can only utilize VHDX.

!! VHDX Block Sizes
The block size for a VHDX has nothing to do with anything that you know about block sizes for disks in any other context. For VHDX, block size is the increment by which a dynamically-expanding disk will grow when it needs to expand to hold more data. It can only be set at creation time, and only when you use PowerShell or native WMI commands to build the VHDX. For a fixed disk, it is always 0:

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2016/05/VHDX-Fixed-BlockSize.png]]

The default block size is 32 megabytes. This means that if a VHDX does not have enough space to satisfy the latest write request and has not yet reached the maximum configured size, the VHDX driver will allocate an additional 32 megabytes for the VHDX and will perform the write. If that is insufficient, it will continue allocating space in 32 megabyte blocks until the write is fully successful. While this article is not dedicated to dynamically expanding VHDXs, I want to point out that there is persistent FUD that these expansion events kill performance.

The people making that claim have absolutely no idea what they’re talking about. A heavily-written VHDX will either reach its maximum size very quickly and stop expanding or it will re-use blocks that it has already allocated. A VHDX simply cannot spend a significant portion of its lifetime in expansion, therefore it is impossible for expansion to cause a significant performance impact.

Expansion events will cause the new data blocks to be physically placed in the next available storage block on the management operating system’s file space. This, of course, will likely lead to the VHDX file becoming fragmented. Disk fragmentation in the modern datacenter is mostly a bogeyman used to terrify new administrators and sell unnecessary software or oversell hardware to uneducated decision makers, so expect to be confronted with a great deal of FUD about it. Just remember that disk access is always scattered when multiple virtual machines share a storage subsystem and that your first, best way to reduce storage performance bottlenecks is with more array spindles/SSDs.

For Linux systems, there is a soft recommendation to use a 1 megabyte block size. Space is allocated differently with the Linux file systems than NTFS/ReFS. With the 32 megabyte default, you will find much more slack space inside a Linux-containing VHDX than you will inside a Windows-containing VHDX. The recommendation to use the smaller block size can be considered soft because it doesn’t really hurt anything to leave things be — your space utilization just won’t be as efficient.

!! VHDX Sector Sizes
The term sector is somewhat outdated because it refers to a method of mapping physical drives that no one uses anymore. In more current terms, it signifies the minimum amount of space that can be used to store data on a disk. So, if you want to write a bit of data to the disk that is smaller than the sector size, it will pad the rest of the space with zeroes. The logical sector size is the smallest amount of data that the operating system will work with. The physical sector size is the smallest amount of data that the physical device will use. They don’t necessarily need to be the same size.

If the logical sector size is smaller than the physical sector size, read and write operations will be larger on the actual hard drive system. The operating system will discard the excess from read operations. On write operations, the physical drive will only make changes to the data indicated by the operating system although it may need to touch more data space than was called for. There are a great many discussions over “performance” and “best” and the like but they are all largely a waste of time. The VHDX driver is an intermediate layer responsible for translating all requests as best it can. The true performance points are all in the physical disk subsystem. To make your I/Os the fastest, use faster hardware. Do not waste time trying to tinker with VHDX sector sizes.

Remember that “portability” is a major component of virtualization. If you do spend a great deal of time ensuring that your VHDX files’ sector sizes are perfectly in-line with your physical subsystem, you may find that your next storage migration places your VHDXs in a sub-optimal configuration. The “best” thing to do is use the defaults for sector sizes and let the VHDX driver take care of it.
Once VBoot Loader files are copied, you need to configure Windows boot manager to have a VBoot entry. 

!!!!__ ''Windows XP ''__

You need to append the vbootldr.mbr entry to the [operating systems] section. The following is sample boot.ini file with VBoot entry added at the very last. Shown in red is what you need to add to boot.ini. Change C: to whatever drive you have copied VBoot Loader files.

```
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
C:\vbootldr.mbr="VBoot"
```



!!!!__''Windows Vista/2008/7 ''__

Windows Vista and above use a different mechanism other than `boot.init` to boot, and you need to run bcdedit.exe to make changes to the boot manager. The following are the commands to run if you have copied VBoot Loader to drive C:.  You must rum these commands as Administrator. Go to Windows Start menu > All Programs > Accessories, then right click on "Command Prompt", then select "Run As Administrator". Once command prompt window is open, you can enter these commands.

```
bcdedit /create {D3DCE997-7447-41FC-9740-A8D20EE3BF55} /d "VBoot" /application BOOTSECTOR
bcdedit /set {D3DCE997-7447-41FC-9740-A8D20EE3BF55} device partition=C:
bcdedit /set {D3DCE997-7447-41FC-9740-A8D20EE3BF55} path \vbootldr.mbr
bcdedit /displayorder {D3DCE997-7447-41FC-9740-A8D20EE3BF55} /addlast
bcdedit /timeout 30
```
If you copy the “MASTER .VHDX”, you could re-use it for multiple boots, even for other machines.

Here’s the procedure once you have an existing MASTER .VHDX already created.

First, copy and rename the .VHDX to a different name depending on what you will install, like “Windows_10_for_Testing_Betas.VHDX” or whatever. In my screenshots I’m still using a similar name than before, though.

!! ''1. Check initial boot loaders''

You can configure the boot options of windows by using the command-line tool bcdedit.exe.

```
bcdedit /v
```

Let’s say you start in another computer with a single boot from a single regular partition, you’ll see a similar description to the following:

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb358.png]]

You can see that I currently just have a single boot loader, booting from the C: partition.

2 What we want to do is to create a second BOOT LOADER by copying the current Windows Boot Loader. Type:


```
bcdedit /copy {current} /d “Windows 10 .VHDX Boot”
```


That line means you are copying the current Boot loader (the one I marked) but naming it with a different DESCRIPTION. And also, very important, when you copy any BOOT LOADER, the new copy will have a new GUID identifier, which is what you are going to use.

Then, type again bcdedit /v to see the new BOOT LOADER created:

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb359.png]]

You can see how now you have a second BOOT LOADER (#2 BOOT) with a different GUID than the original (#1 BOOT).

It also has the new description applied like “Windows 10 .VHDX Boot”. You’ll see that description when selecting the Boot option when starting your machine.

However ,you are still not done, as that second BOOT LOADER is still pointing to the C:\ partition, and you want it to be pointing to the .VHDX file!

 

3 Copy the new GUID (from BOOT #2) with the mouse, so you can use it in the next step. In this case I copy: {bd67a0a4-a586-11e6-bf4e-bc8385086e7d}

 

4 In order to point BOOT LOADER #2 to your .VHDX file, type the following 2 commands:


```
bcdedit /set {My_new_GUID_Number} device vhd=[C:]\VHDs\Windows10_Enterprise_x64_Bootable.vhdx

bcdedit /set {My_new_GUID_Number} osdevice vhd=[C:]\VHDs\Windows10_Enterprise_x64_Bootable.vhdx 
```


Note the difference in “device” and “osdevice”..

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb360.png]]

Now, you are done with the “hard” configuration.

Check that you have this new boot from Computer properties –> Advanced System Settings –> Advaced –>Startup and Recvovery –>Settings button:

[img[https://devblogs.microsoft.com/wp-content/uploads/sites/32/2019/03/image_thumb361.png]]

You can just reboot the machine and select the BOOT option for your new .VHDX, and it’ll boot natively from that .VHDX!

 

Other BCDEDIT configurations:

You can update your boot loaders with commands like the following using the GUID of the BOOT LOADER you want to change:

TO CHANGE THE DESCRIPTION

bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} description “Windows 7 .VHD Image”

COPY

```
bcdedit /copy {Original_GUID_Number} /d “my new description”
```

or

```
bcdedit /copy {current} /d “my new description”
```

or


```
bcdedit /copy {default} /d “my new description”
```

Quite simply, Connections Business Directory is one of the best business directory plugins available for WordPress. Its simplicity in design and function, vast array of unique features and versatility are the reasons more and more people are turning to Connections Business Directory for their directory needs. You can use Connections to create a simple address book, maintain a staff or member directory and run a business directory or link directory. Connections Business Directory was built bottom up to be as configurable as possible while providing the features you need. Read on to learn about some of the best features Connections Business Directory has to offer...

''Features''

* Seamless integration with WordPress.
* Highly rated support.
* Continuously updated bringing you new features for free.
* Dashboard admin page where you can see at a glance today's anniversaries and birthdays as well as upcoming anniversaries and birthdays of members in your directory.
* Multiple entry types from which to choose; such as individual, organization and family. The family entry type is unique to Connections. This entry type allows you to group individuals together as a family which makes Connections ideally suited for creating a church directory.
* You control which entries are viewable to the public and which entries are private, viewable for logged in users only. You can even have entries set as unlisted so only admins can view them.
* Repeatable fields for address, phone numbers, email, IM, social media, links and dates which allow you to add as much or as little as you need for each business in your business directory.
* Hierarchical (nested) category support. Businesses and members in your business directory can be added to any number of categories.
* Include a biographical text for an individual member or business description for each entry in your business directory using an easy to use rich text editor.
* You can easily add a business logo or photo of the staff member for each entry in your business directory or staff directory. The photo and logo images are fully responsive with HiDPI (Retina) display support.
* Scalable, manage directories which contain hundreds of thousands of entries.
* CSV Export of addresses, phone numbers, email addresses and dates.
* CSV Import of nested categories.
* Role capability support.
* Displaying your business directory on the frontend is as simple as putting a shortcode on a page. Don't let this simplicity fool you. The shortcode provides a large array of options that are just too numerous to list. To learn more, go here.
* SEO. Every entry in your business directory outputs following the hCard spec. Soon to be updated to following Schema.org.
* Extensible and developer friendly.
* Robust templating support with the Template Customizer. Several basic templates are provided to get you started with you business directory with many more premium templates available to really make your business directory shine.
Main article: [[Operating-system-level virtualization|https://en.wikipedia.org/wiki/Operating-system-level_virtualization]]

Operating-system-level virtualization, also known as containerization, refers to an operating system feature in which the kernel allows the existence of multiple isolated user-space instances. Such instances, called containers,[16] partitions, virtual environments (VEs) or jails (FreeBSD jail or chroot jail), may look like real computers from the point of view of programs running in them. A computer program running on an ordinary operating system can see all resources (connected devices, files and folders, network shares, CPU power, quantifiable hardware capabilities) of that computer. However, programs running inside a container can only see the container's contents and devices assigned to the container.

Containerization started gaining prominence in 2014, with the introduction of Docker
A domain that a function operates on.

A function is often an action on _something_. It is important to state what is its operable domain, or at least an expected data type.

```js
/* A pure function operating with primitives */
function filter(predicate, list) {
  return list.filter(predicate)
}

/* Function operating exactly on posts */
function getRecentPosts(posts) {
  return filter(posts, (post) => post.date === Date.now())
}
```

> Some language-specific assumptions may allow omitting the context. For example, in JavaScript, it's common that `filter` operates on Array. Adding explicit `filterArray` would be unnecessary.

--
```
VBoxManage.exe clonehd "D:\Ubuntu VM1.vhd" D:\UbuntuServer1.vdi --format vdi
```

```
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe clonehd --format vmdk j:\disk1.vhd j:\disk1.vmdk
```
Function
Convert-WindowsImage
{

  <#
    .NOTES
        Copyright (c) Microsoft Corporation.  All rights reserved.

        Use of this sample source code is subject to the terms of the Microsoft
        license agreement under which you licensed this sample source code. If
        you did not accept the terms of the license agreement, you are not
        authorized to use this sample source code. For the terms of the license,
        please see the license agreement between you and Microsoft or, if applicable,
        see the LICENSE.RTF on your install media or the root of your tools installation.
        THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
    
    .SYNOPSIS
        Creates a bootable VHD(X) based on Windows 7 or Windows 8 installation media.

    .DESCRIPTION
        Creates a bootable VHD(X) based on Windows 7 or Windows 8 installation media.

    .PARAMETER SourcePath
        The complete path to the WIM or ISO file that will be converted to a Virtual Hard Disk.
        The ISO file must be valid Windows installation media to be recognized successfully.

    .PARAMETER VHDPath
        The name and path of the Virtual Hard Disk to create.
        Omitting this parameter will create the Virtual Hard Disk is the current directory, (or,
        if specified by the -WorkingDirectory parameter, the working directory) and will automatically 
        name the file in the following format:

        <build>.<revision>.<architecture>.<branch>.<timestamp>_<skufamily>_<sku>_<language>.<extension>
        i.e.:
        8250.0.amd64chk.winmain_win8beta.120217-1520_client_professional_en-us.vhd(x)

    .PARAMETER WorkingDirectory
        Specifies the directory where the VHD(X) file should be generated.  
        If specified along with -VHDPath, the -WorkingDirectory value is ignored.
        The default value is the current directory ($pwd).

    .PARAMETER SizeBytes
        The size of the Virtual Hard Disk to create.
        For fixed disks, the VHD(X) file will be allocated all of this space immediately.
        For dynamic disks, this will be the maximum size that the VHD(X) can grow to.
        The default value is 40GB.

    .PARAMETER VHDFormat
        Specifies whether to create a VHD or VHDX formatted Virtual Hard Disk.
        The default is VHD.

    .PARAMETER VHDType
        Specifies whether to create a fixed (fully allocated) VHD(X) or a dynamic (sparse) VHD(X).
        The default is dynamic.

    .PARAMETER UnattendPath
        The complete path to an unattend.xml file that can be injected into the VHD(X).

    .PARAMETER Edition
        The name or image index of the image to apply from the WIM.

    .PARAMETER Passthru
        Specifies that the full path to the VHD(X) that is created should be
        returned on the pipeline.

    .PARAMETER BCDBoot
        By default, the version of BCDBOOT.EXE that is present in \Windows\System32
        is used by Convert-WindowsImage.  If you need to specify an alternate version,
        use this parameter to do so.

    .PARAMETER VHDPartitionStyle
        Partition style (MBR or GPT) for the newly created disk (VHDX or VHD). By default
        it will be partitioned with MBR partition style, used for older BIOS-based computers
        and Generation 1 Virtual Machines in Hyper-V. For modern UEFI-based computers
        and Generation 2 Virtual Machines, GPT partition layout is required.

    .PARAMETER BCDinVHD
        Specifies the purpose of the VHD(x). Use NativeBoot to skip cration of BCD store
        inside the VHD(x). Use VirtualMachine (or do not specify this option) to ensure
        the BCD store is created inside the VHD(x).

    .PARAMETER Driver
        Full path to driver(s) (.inf files) to inject to the OS inside the VHD(x).

    .PARAMETER ExpandOnNativeBoot
        Specifies whether to expand the VHD(x) to its maximum suze upon native boot.
        The default is True. Set to False to disable expansion.

    .PARAMETER RemoteDesktopEnable
        Enable Remote Desktop to connect to the OS inside the VHD(x) upon provisioning.
        Does not include Windows Firewall rules (firewall exceptions). The default is False.

    .PARAMETER Feature
        Enables specified Windows Feature(s). Note that you need to specify the Internal names
        understood by DISM and DISM CMDLets (e.g. NetFx3) instead of the "Friendly" names
        from Server Manager CMDLets (e.g. NET-Framework-Core).

    .PARAMETER Package
        Injects specified Windows Package(s). Accepts path to either a directory or individual
        CAB or MSU file.

    .PARAMETER ShowUI
        Specifies that the Graphical User Interface should be displayed.

    .PARAMETER EnableDebugger
        Configures kernel debugging for the VHD(X) being created.
        EnableDebugger takes a single argument which specifies the debugging transport to use.
        Valid transports are: None, Serial, 1394, USB, Network, Local.

        Depending on the type of transport selected, additional configuration parameters will become
        available.

        Serial:
            -ComPort   - The COM port number to use while communicating with the debugger.
                         The default value is 1 (indicating COM1).
            -BaudRate  - The baud rate (in bps) to use while communicating with the debugger.
                         The default value is 115200, valid values are:
                         9600, 19200, 38400, 56700, 115200
            
        1394:
            -Channel   - The 1394 channel used to communicate with the debugger.
                         The default value is 10.

        USB:
            -Target    - The target name used for USB debugging.
                         The default value is "debugging".

        Network:
            -IPAddress - The IP address of the debugging host computer.
            -Port      - The port on which to connect to the debugging host.
                         The default value is 50000, with a minimum value of 49152.
            -Key       - The key used to encrypt the connection.  Only [0-9] and [a-z] are allowed.
            -nodhcp    - Prevents the use of DHCP to obtain the target IP address.
            -newkey    - Specifies that a new encryption key should be generated for the connection.
   
    .EXAMPLE
        .\Convert-WindowsImage.ps1 -SourcePath D:\foo\install.wim -Edition Professional -WorkingDirectory D:\foo

        This command will create a 40GB dynamically expanding VHD in the D:\foo folder.
        The VHD will be based on the Professional edition from D:\foo\install.wim,
        and will be named automatically.

    .EXAMPLE
        .\Convert-WindowsImage.ps1 -SourcePath D:\foo\Win7SP1.iso -Edition Ultimate -VHDPath D:\foo\Win7_Ultimate_SP1.vhd

        This command will parse the ISO file D:\foo\Win7SP1.iso and try to locate
        \sources\install.wim.  If that file is found, it will be used to create a 
        dynamically-expanding 40GB VHD containing the Ultimate SKU, and will be 
        named D:\foo\Win7_Ultimate_SP1.vhd

    .EXAMPLE
        .\Convert-WindowsImage.ps1 -SourcePath D:\foo\install.wim -Edition Professional -EnableDebugger Serial -ComPort 2 -BaudRate 38400

        This command will create a VHD from D:\foo\install.wim of the Professional SKU.
        Serial debugging will be enabled in the VHD via COM2 at a baud rate of 38400bps.

    .OUTPUTS
        System.IO.FileInfo
  #>

   #region Data

        [CmdletBinding(DefaultParameterSetName="SRC",
        HelpURI="http://gallery.technet.microsoft.com/scriptcenter/Convert-WindowsImageps1-0fe23a8f")]

        param(
            [Parameter(ParameterSetName="SRC", Mandatory=$true, ValueFromPipeline=$true)]
            [Alias("WIM")]
            [string]
            [ValidateNotNullOrEmpty()]
            [ValidateScript({ Test-Path $(Resolve-Path $_) })]
            $SourcePath,

            [Parameter(ParameterSetName="SRC")]
            [Alias("SKU")]
            [string[]]
            [ValidateNotNullOrEmpty()]
            $Edition,

            [Parameter(ParameterSetName="SRC")]
            [Alias("WorkDir")]
            [string]
            [ValidateNotNullOrEmpty()]
            [ValidateScript({ Test-Path $_ })]
            $WorkingDirectory = $pwd,

            [Parameter(ParameterSetName="SRC")]
            [Alias("VHD")]
            [string]
            [ValidateNotNullOrEmpty()]
            $VHDPath,

            [Parameter(ParameterSetName="SRC")]
            [Alias("Size")]
            [UInt64]
            [ValidateNotNullOrEmpty()]
            [ValidateRange(512MB, 64TB)]
            $SizeBytes        = 40GB,

            [Parameter(ParameterSetName="SRC")]
            [Alias("Format")]
            [string]
            [ValidateNotNullOrEmpty()]
            [ValidateSet("VHD", "VHDX")]
            $VHDFormat        = "VHDX",

            [Parameter(ParameterSetName="SRC")]
            [Alias("DiskType")]
            [string]
            [ValidateNotNullOrEmpty()]
            [ValidateSet("Dynamic", "Fixed")]
            $VHDType          = "Dynamic",

            [Parameter(ParameterSetName="SRC")]
            [string]
            [ValidateNotNullOrEmpty()]
            [ValidateSet("MBR", "GPT")]
            $VHDPartitionStyle = "GPT",

            [Parameter(ParameterSetName="SRC")]
            [string]
            [ValidateNotNullOrEmpty()]
            [ValidateSet("NativeBoot", "VirtualMachine")]
            $BCDinVHD = "VirtualMachine",

            [Parameter(ParameterSetName="SRC")]
            [Parameter(ParameterSetName="UI")]
            [string]
            $BCDBoot          = "bcdboot.exe",

            [Parameter(ParameterSetName="SRC")]
            [Parameter(ParameterSetName="UI")]
            [string]
            [ValidateNotNullOrEmpty()]
            [ValidateSet("None", "Serial", "1394", "USB", "Local", "Network")]
            $EnableDebugger = "None",

            [Parameter(ParameterSetName="SRC")]
            [string[]]
            [ValidateNotNullOrEmpty()]
            $Feature,

            [Parameter(ParameterSetName="SRC")]
            [string[]]
            [ValidateNotNullOrEmpty()]
            [ValidateScript({ Test-Path $(Resolve-Path $_) })]
            $Driver
            ,
            [Parameter(ParameterSetName="SRC")]
            [string[]]
            [ValidateNotNullOrEmpty()]
            [ValidateScript({ Test-Path $(Resolve-Path $_) })]
            $Package
            ,
            [Parameter(ParameterSetName="SRC")]
            [Switch]
            $ExpandOnNativeBoot = $True,

            [Parameter(ParameterSetName="SRC")]
            [Switch]
            $RemoteDesktopEnable = $False,

            [Parameter(ParameterSetName="SRC")]
            [Alias("Unattend")]
            [string]
            [ValidateNotNullOrEmpty()]
            [ValidateScript({ Test-Path $(Resolve-Path $_) })]
            $UnattendPath,

            [Parameter(ParameterSetName="SRC")]
            [Parameter(ParameterSetName="UI")]
            [switch]
            $Passthru,

            [Parameter(ParameterSetName="UI")]
            [switch]
            $ShowUI
    
        )

   #endregion Data

   #region Code

        # Begin Dynamic Parameters
        # Create the parameters for the various types of debugging.
        DynamicParam {

            # Set up the dynamic parameters.
            # Dynamic parameters are only available if certain conditions are met, so they'll only show up
            # as valid parameters when those conditions apply.  Here, the conditions are based on the value of
            # the EnableDebugger parameter.  Depending on which of a set of values is the specified argument
            # for EnableDebugger, different parameters will light up, as outlined below.
    
            $parameterDictionary = New-Object System.Management.Automation.RuntimeDefinedParameterDictionary
 
            If
            (
                Test-Path -Path "Variable:\EnableDebugger"
            )
            {
                switch ($EnableDebugger) {
       
                    "Serial" {
                        #region ComPort
        
                        $ComPortAttr                   = New-Object System.Management.Automation.ParameterAttribute
                        $ComPortAttr.ParameterSetName  = "__AllParameterSets"
                        $ComPortAttr.Mandatory         = $false

                        $ComPortValidator              = New-Object System.Management.Automation.ValidateRangeAttribute(
                                                            1, 
                                                            10   # Is that a good maximum?
                                                         )

                        $ComPortNotNull                = New-Object System.Management.Automation.ValidateNotNullOrEmptyAttribute

                        $ComPortAttrCollection         = New-Object System.Collections.ObjectModel.Collection[System.Attribute]
                        $ComPortAttrCollection.Add($ComPortAttr)
                        $ComPortAttrCollection.Add($ComPortValidator)
                        $ComPortAttrCollection.Add($ComPortNotNull)
        
                        $ComPort                       = New-Object System.Management.Automation.RuntimeDefinedParameter(
                                                            "ComPort",
                                                            [UInt16],
                                                            $ComPortAttrCollection
                                                         )

                        # By default, use COM1
                        $ComPort.Value                 = 1
                        $parameterDictionary.Add("ComPort", $ComPort)
                        #endregion ComPort

                        #region BaudRate
                        $BaudRateAttr                  = New-Object System.Management.Automation.ParameterAttribute
                        $BaudRateAttr.ParameterSetName = "__AllParameterSets"
                        $BaudRateAttr.Mandatory        = $false

                        $BaudRateValidator             = New-Object System.Management.Automation.ValidateSetAttribute(
                                                            9600, 19200,38400, 57600, 115200
                                                         )

                        $BaudRateNotNull               = New-Object System.Management.Automation.ValidateNotNullOrEmptyAttribute

                        $BaudRateAttrCollection        = New-Object System.Collections.ObjectModel.Collection[System.Attribute]
                        $BaudRateAttrCollection.Add($BaudRateAttr)
                        $BaudRateAttrCollection.Add($BaudRateValidator)
                        $BaudRateAttrCollection.Add($BaudRateNotNull)

                        $BaudRate                      = New-Object System.Management.Automation.RuntimeDefinedParameter(
                                                             "BaudRate",
                                                             [UInt32],
                                                             $BaudRateAttrCollection
                                                         )

                        # By default, use 115,200.
                        $BaudRate.Value                = 115200
                        $parameterDictionary.Add("BaudRate", $BaudRate)
                        break
                        #endregion BaudRate

                    } 
        
                    "1394" {
                        $ChannelAttr                   = New-Object System.Management.Automation.ParameterAttribute
                        $ChannelAttr.ParameterSetName  = "__AllParameterSets"
                        $ChannelAttr.Mandatory         = $false

                        $ChannelValidator              = New-Object System.Management.Automation.ValidateRangeAttribute(
                                                            0,
                                                            62
                                                         )

                        $ChannelNotNull                = New-Object System.Management.Automation.ValidateNotNullOrEmptyAttribute

                        $ChannelAttrCollection         = New-Object System.Collections.ObjectModel.Collection[System.Attribute]
                        $ChannelAttrCollection.Add($ChannelAttr)
                        $ChannelAttrCollection.Add($ChannelValidator)
                        $ChannelAttrCollection.Add($ChannelNotNull)

                        $Channel                       = New-Object System.Management.Automation.RuntimeDefinedParameter(
                                                             "Channel",
                                                             [UInt16],
                                                             $ChannelAttrCollection
                                                         )

                        # By default, use channel 10
                        $Channel.Value                 = 10
                        $parameterDictionary.Add("Channel", $Channel)
                        break
                    } 
        
                    "USB" {
                        $TargetAttr                    = New-Object System.Management.Automation.ParameterAttribute
                        $TargetAttr.ParameterSetName   = "__AllParameterSets"
                        $TargetAttr.Mandatory          = $false

                        $TargetNotNull                 = New-Object System.Management.Automation.ValidateNotNullOrEmptyAttribute

                        $TargetAttrCollection          = New-Object System.Collections.ObjectModel.Collection[System.Attribute]
                        $TargetAttrCollection.Add($TargetAttr)
                        $TargetAttrCollection.Add($TargetNotNull)

                        $Target                        = New-Object System.Management.Automation.RuntimeDefinedParameter(
                                                             "Target",
                                                             [string],
                                                             $TargetAttrCollection
                                                         )

                        # By default, use target = "debugging"
                        $Target.Value                  = "Debugging"
                        $parameterDictionary.Add("Target", $Target)
                        break
                    }
        
                    "Network" {
                        #region IP
                        $IpAttr                        = New-Object System.Management.Automation.ParameterAttribute
                        $IpAttr.ParameterSetName       = "__AllParameterSets"
                        $IpAttr.Mandatory              = $true

                        $IpValidator                   = New-Object System.Management.Automation.ValidatePatternAttribute(
                                                            "\b(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b"
                                                         )
                        $IpNotNull                     = New-Object System.Management.Automation.ValidateNotNullOrEmptyAttribute

                        $IpAttrCollection              = New-Object System.Collections.ObjectModel.Collection[System.Attribute]
                        $IpAttrCollection.Add($IpAttr)
                        $IpAttrCollection.Add($IpValidator)
                        $IpAttrCollection.Add($IpNotNull)

                        $IP                            = New-Object System.Management.Automation.RuntimeDefinedParameter(
                                                             "IPAddress",
                                                             [string],
                                                             $IpAttrCollection
                                                         )

                        # There's no good way to set a default value for this.
                        $parameterDictionary.Add("IPAddress", $IP)
                        #endregion IP

                        #region Port
                        $PortAttr                      = New-Object System.Management.Automation.ParameterAttribute
                        $PortAttr.ParameterSetName     = "__AllParameterSets"
                        $PortAttr.Mandatory            = $false

                        $PortValidator                 = New-Object System.Management.Automation.ValidateRangeAttribute(
                                                            49152,
                                                            50039
                                                         )

                        $PortNotNull                   = New-Object System.Management.Automation.ValidateNotNullOrEmptyAttribute

                        $PortAttrCollection            = New-Object System.Collections.ObjectModel.Collection[System.Attribute]
                        $PortAttrCollection.Add($PortAttr)
                        $PortAttrCollection.Add($PortValidator)
                        $PortAttrCollection.Add($PortNotNull)


                        $Port                          = New-Object System.Management.Automation.RuntimeDefinedParameter(
                                                             "Port",
                                                             [UInt16],
                                                             $PortAttrCollection
                                                         )

                        # By default, use port 50000
                        $Port.Value                    = 50000
                        $parameterDictionary.Add("Port", $Port)
                        #endregion Port

                        #region Key
                        $KeyAttr                       = New-Object System.Management.Automation.ParameterAttribute
                        $KeyAttr.ParameterSetName      = "__AllParameterSets"
                        $KeyAttr.Mandatory             = $true

                        $KeyValidator                  = New-Object System.Management.Automation.ValidatePatternAttribute(
                                                            "\b([A-Z0-9]+).([A-Z0-9]+).([A-Z0-9]+).([A-Z0-9]+)\b"
                                                         )

                        $KeyNotNull                    = New-Object System.Management.Automation.ValidateNotNullOrEmptyAttribute

                        $KeyAttrCollection             = New-Object System.Collections.ObjectModel.Collection[System.Attribute]
                        $KeyAttrCollection.Add($KeyAttr)
                        $KeyAttrCollection.Add($KeyValidator)
                        $KeyAttrCollection.Add($KeyNotNull)

                        $Key                           = New-Object System.Management.Automation.RuntimeDefinedParameter(
                                                             "Key",
                                                             [string],
                                                             $KeyAttrCollection
                                                         )

                        # Don't set a default key.
                        $parameterDictionary.Add("Key", $Key)
                        #endregion Key

                        #region NoDHCP
                        $NoDHCPAttr                    = New-Object System.Management.Automation.ParameterAttribute
                        $NoDHCPAttr.ParameterSetName   = "__AllParameterSets"
                        $NoDHCPAttr.Mandatory          = $false

                        $NoDHCPAttrCollection          = New-Object System.Collections.ObjectModel.Collection[System.Attribute]
                        $NoDHCPAttrCollection.Add($NoDHCPAttr)

                        $NoDHCP                        = New-Object System.Management.Automation.RuntimeDefinedParameter(
                                                             "NoDHCP",
                                                             [switch],
                                                             $NoDHCPAttrCollection
                                                         )

                        $parameterDictionary.Add("NoDHCP", $NoDHCP)
                        #endregion NoDHCP

                        #region NewKey
                        $NewKeyAttr                    = New-Object System.Management.Automation.ParameterAttribute
                        $NewKeyAttr.ParameterSetName   = "__AllParameterSets"
                        $NewKeyAttr.Mandatory          = $false

                        $NewKeyAttrCollection          = New-Object System.Collections.ObjectModel.Collection[System.Attribute]
                        $NewKeyAttrCollection.Add($NewKeyAttr)

                        $NewKey                        = New-Object System.Management.Automation.RuntimeDefinedParameter(
                                                             "NewKey",
                                                             [switch],
                                                             $NewKeyAttrCollection
                                                         )

                        # Don't set a default key.
                        $parameterDictionary.Add("NewKey", $NewKey)
                        break
                        #endregion NewKey

                    }
        
                    # There's nothing to do for local debugging.
                    # Synthetic debugging is not yet implemented.
        
                    default {
                       break
                    }
                }
            }
    
            return $parameterDictionary   
        }

        Begin {
            ##########################################################################################
            #                             Constants and Pseudo-Constants
            ##########################################################################################
            $PARTITION_STYLE_MBR    = 0x00000000                                   # The default value
            $PARTITION_STYLE_GPT    = 0x00000001                                   # Just in case...

            # Version information that can be populated by timebuild.
            $ScriptVersion = DATA {

            ConvertFrom-StringData -StringData @"
        Major     = 10
        Minor     = 0
        Build     = 9000
        QFE       = 0
        Branch    = fbl_core1_hyp_dev(mikekol)
        Timestamp = 141224-3000
        Flavor    = amd64fre
"@
        }

          # $vQuality               = "Release to Web"
            $vQuality               = "Beta"

            $myVersion              = "$($ScriptVersion.Major).$($ScriptVersion.Minor).$($ScriptVersion.Build).$($ScriptVersion.QFE).$($ScriptVersion.Flavor).$($ScriptVersion.Branch).$($ScriptVersion.Timestamp)"
            $scriptName             = "Convert-WindowsImage"                       # Name of the script, obviously.
            $sessionKey             = [Guid]::NewGuid().ToString()                 # Session key, used for keeping records unique between multiple runs.
            $logFolder              = "$($env:Temp)\$($scriptName)\$($sessionKey)" # Log folder path.
            $vhdMaxSize             = 2040GB                                       # Maximum size for VHD is ~2040GB.
            $vhdxMaxSize            = 64TB                                         # Maximum size for VHDX is ~64TB.
            $lowestSupportedVersion = New-Object Version "6.1"                     # The lowest supported *image* version; making sure we don't run against Vista/2k8.
            $lowestSupportedBuild   = 8250                                         # The lowest supported *host* build.  Set to Win8 CP.
            $transcripting          = $false

            # Since we use the VHDFormat in output, make it uppercase.
            # We'll make it lowercase again when we use it as a file extension.
            $VHDFormat              = $VHDFormat.ToUpper()
            ##########################################################################################
            #                                      Here Strings
            ##########################################################################################

            # Text used for flag file embedded in VHD(X)
            $flagText = @"
This $VHDFormat was created by Convert-WindowsImage.ps1 $myVersion $vQuality
on $([DateTime]::Now).
"@

            # Banner text displayed during each run.
            $header    = @"

Windows(R) Image to Virtual Hard Disk Converter for Windows(R) 10
Copyright (C) Microsoft Corporation.  All rights reserved.
Version $myVersion $vQuality

"@

            # Text used as the banner in the UI.
            $uiHeader  = @"
You can use the fields below to configure the VHD or VHDX that you want to create!
"@

            $code      = @"
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Xml.Linq;
using System.Xml.XPath;
using Microsoft.Win32.SafeHandles;

namespace WIM2VHD {

    /// <summary>
    /// P/Invoke methods and associated enums, flags, and structs.
    /// </summary>
    public class
    NativeMethods {

        #region Delegates and Callbacks
        #region WIMGAPI

        ///<summary>
        ///User-defined function used with the RegisterMessageCallback or UnregisterMessageCallback function.
        ///</summary>
        ///<param name="MessageId">Specifies the message being sent.</param>
        ///<param name="wParam">Specifies additional message information. The contents of this parameter depend on the value of the
        ///MessageId parameter.</param>
        ///<param name="lParam">Specifies additional message information. The contents of this parameter depend on the value of the
        ///MessageId parameter.</param>
        ///<param name="UserData">Specifies the user-defined value passed to RegisterCallback.</param>
        ///<returns>
        ///To indicate success and to enable other subscribers to process the message return WIM_MSG_SUCCESS.
        ///To prevent other subscribers from receiving the message, return WIM_MSG_DONE.
        ///To cancel an image apply or capture, return WIM_MSG_ABORT_IMAGE when handling the WIM_MSG_PROCESS message.
        ///</returns>
        public delegate uint
        WimMessageCallback(
            uint   MessageId,
            IntPtr wParam,
            IntPtr lParam,
            IntPtr UserData
        );

        public static void
        RegisterMessageCallback(
            WimFileHandle hWim,
            WimMessageCallback callback) {

            uint _callback = NativeMethods.WimRegisterMessageCallback(hWim, callback, IntPtr.Zero);
            int rc = Marshal.GetLastWin32Error();
            if (0 != rc) {
                // Throw an exception if something bad happened on the Win32 end.
                throw
                    new InvalidOperationException(
                        string.Format(
                            CultureInfo.CurrentCulture,
                            "Unable to register message callback."
                ));
            }
        }

        public static void 
        UnregisterMessageCallback(
            WimFileHandle hWim,
            WimMessageCallback registeredCallback) {

            bool status = NativeMethods.WimUnregisterMessageCallback(hWim, registeredCallback);
            int rc = Marshal.GetLastWin32Error();
            if (!status) {
                throw
                    new InvalidOperationException(
                        string.Format(
                            CultureInfo.CurrentCulture,
                            "Unable to unregister message callback."
                ));
            }
        }

        #endregion WIMGAPI
        #endregion Delegates and Callbacks

        #region Constants

        #region VDiskInterop

        /// <summary>
        /// The default depth in a VHD parent chain that this library will search through.
        /// If you want to go more than one disk deep into the parent chain, provide a different value.
        /// </summary>
        public   const uint  OPEN_VIRTUAL_DISK_RW_DEFAULT_DEPTH   = 0x00000001;

        public   const uint  DEFAULT_BLOCK_SIZE                   = 0x00080000;
        public   const uint  DISK_SECTOR_SIZE                     = 0x00000200;

        internal const uint  ERROR_VIRTDISK_NOT_VIRTUAL_DISK      = 0xC03A0015;
        internal const uint  ERROR_NOT_FOUND                      = 0x00000490;
        internal const uint  ERROR_IO_PENDING                     = 0x000003E5;
        internal const uint  ERROR_INSUFFICIENT_BUFFER            = 0x0000007A;
        internal const uint  ERROR_ERROR_DEV_NOT_EXIST            = 0x00000037;
        internal const uint  ERROR_BAD_COMMAND                    = 0x00000016;
        internal const uint  ERROR_SUCCESS                        = 0x00000000;

        public   const uint  GENERIC_READ                         = 0x80000000;
        public   const uint  GENERIC_WRITE                        = 0x40000000;
        public   const short FILE_ATTRIBUTE_NORMAL                = 0x00000080;
        public   const uint  CREATE_NEW                           = 0x00000001;
        public   const uint  CREATE_ALWAYS                        = 0x00000002;
        public   const uint  OPEN_EXISTING                        = 0x00000003;
        public   const short INVALID_HANDLE_VALUE                 = -1;

        internal static Guid VirtualStorageTypeVendorUnknown      = new Guid("00000000-0000-0000-0000-000000000000");
        internal static Guid VirtualStorageTypeVendorMicrosoft    = new Guid("EC984AEC-A0F9-47e9-901F-71415A66345B");

        #endregion VDiskInterop

        #region WIMGAPI

        public   const uint  WIM_FLAG_VERIFY                      = 0x00000002;
        public   const uint  WIM_FLAG_INDEX                       = 0x00000004;

        public   const uint  WM_APP                               = 0x00008000;

        #endregion WIMGAPI

        #endregion Constants

        #region Enums and Flags

        #region VDiskInterop

        /// <summary>
        /// Indicates the version of the virtual disk to create.
        /// </summary>
        public enum CreateVirtualDiskVersion : int {
            VersionUnspecified         = 0x00000000,
            Version1                   = 0x00000001,
            Version2                   = 0x00000002
        }

        public enum OpenVirtualDiskVersion : int {
            VersionUnspecified         = 0x00000000,
            Version1                   = 0x00000001,
            Version2                   = 0x00000002
        }

        /// <summary>
        /// Contains the version of the virtual hard disk (VHD) ATTACH_VIRTUAL_DISK_PARAMETERS structure to use in calls to VHD functions.
        /// </summary>
        public enum AttachVirtualDiskVersion : int {
            VersionUnspecified         = 0x00000000,
            Version1                   = 0x00000001,
            Version2                   = 0x00000002
        }

        public enum CompactVirtualDiskVersion : int {
            VersionUnspecified         = 0x00000000,
            Version1                   = 0x00000001
        }

        /// <summary>
        /// Contains the type and provider (vendor) of the virtual storage device.
        /// </summary>
        public enum VirtualStorageDeviceType : int {
            /// <summary>
            /// The storage type is unknown or not valid.
            /// </summary>
            Unknown                    = 0x00000000,
            /// <summary>
            /// For internal use only.  This type is not supported.
            /// </summary>
            ISO                        = 0x00000001,
            /// <summary>
            /// Virtual Hard Disk device type.
            /// </summary>
            VHD                        = 0x00000002,
            /// <summary>
            /// Virtual Hard Disk v2 device type.
            /// </summary>
            VHDX                       = 0x00000003
        }

        /// <summary>
        /// Contains virtual hard disk (VHD) open request flags.
        /// </summary>
        [Flags]
        public enum OpenVirtualDiskFlags {
            /// <summary>
            /// No flags. Use system defaults.
            /// </summary>
            None                       = 0x00000000,
            /// <summary>
            /// Open the VHD file (backing store) without opening any differencing-chain parents. Used to correct broken parent links.
            /// </summary>
            NoParents                  = 0x00000001,
            /// <summary>
            /// Reserved.
            /// </summary>
            BlankFile                  = 0x00000002,
            /// <summary>
            /// Reserved.
            /// </summary>
            BootDrive                  = 0x00000004,
        }

        /// <summary>
        /// Contains the bit mask for specifying access rights to a virtual hard disk (VHD).
        /// </summary>
        [Flags]
        public enum VirtualDiskAccessMask {
            /// <summary>
            /// Only Version2 of OpenVirtualDisk API accepts this parameter
            /// </summary>
            None                       = 0x00000000,
            /// <summary>
            /// Open the virtual disk for read-only attach access. The caller must have READ access to the virtual disk image file.
            /// </summary>
            /// <remarks>
            /// If used in a request to open a virtual disk that is already open, the other handles must be limited to either
            /// VIRTUAL_DISK_ACCESS_DETACH or VIRTUAL_DISK_ACCESS_GET_INFO access, otherwise the open request with this flag will fail.
            /// </remarks>
            AttachReadOnly             = 0x00010000,
            /// <summary>
            /// Open the virtual disk for read-write attaching access. The caller must have (READ | WRITE) access to the virtual disk image file.
            /// </summary>
            /// <remarks>
            /// If used in a request to open a virtual disk that is already open, the other handles must be limited to either
            /// VIRTUAL_DISK_ACCESS_DETACH or VIRTUAL_DISK_ACCESS_GET_INFO access, otherwise the open request with this flag will fail.
            /// If the virtual disk is part of a differencing chain, the disk for this request cannot be less than the readWriteDepth specified
            /// during the prior open request for that differencing chain.
            /// </remarks>
            AttachReadWrite            = 0x00020000,
            /// <summary>
            /// Open the virtual disk to allow detaching of an attached virtual disk. The caller must have
            /// (FILE_READ_ATTRIBUTES | FILE_READ_DATA) access to the virtual disk image file.
            /// </summary>
            Detach                     = 0x00040000,
            /// <summary>
            /// Information retrieval access to the virtual disk. The caller must have READ access to the virtual disk image file.
            /// </summary>
            GetInfo                    = 0x00080000,
            /// <summary>
            /// Virtual disk creation access.
            /// </summary>
            Create                     = 0x00100000,
            /// <summary>
            /// Open the virtual disk to perform offline meta-operations. The caller must have (READ | WRITE) access to the virtual
            /// disk image file, up to readWriteDepth if working with a differencing chain.
            /// </summary>
            /// <remarks>
            /// If the virtual disk is part of a differencing chain, the backing store (host volume) is opened in RW exclusive mode up to readWriteDepth.
            /// </remarks>
            MetaOperations             = 0x00200000,
            /// <summary>
            /// Reserved.
            /// </summary>
            Read                       = 0x000D0000,
            /// <summary>
            /// Allows unrestricted access to the virtual disk. The caller must have unrestricted access rights to the virtual disk image file.
            /// </summary>
            All                        = 0x003F0000,
            /// <summary>
            /// Reserved.
            /// </summary>
            Writable                   = 0x00320000
        }

        /// <summary>
        /// Contains virtual hard disk (VHD) creation flags.
        /// </summary>
        [Flags]
        public enum CreateVirtualDiskFlags {
            /// <summary>
            /// Contains virtual hard disk (VHD) creation flags.
            /// </summary>
            None                       = 0x00000000,
            /// <summary>
            /// Pre-allocate all physical space necessary for the size of the virtual disk.
            /// </summary>
            /// <remarks>
            /// The CREATE_VIRTUAL_DISK_FLAG_FULL_PHYSICAL_ALLOCATION flag is used for the creation of a fixed VHD.
            /// </remarks>
            FullPhysicalAllocation     = 0x00000001
        }

        /// <summary>
        /// Contains virtual disk attach request flags.
        /// </summary>
        [Flags]
        public enum AttachVirtualDiskFlags {
            /// <summary>
            /// No flags. Use system defaults.
            /// </summary>
            None                       = 0x00000000,
            /// <summary>
            /// Attach the virtual disk as read-only.
            /// </summary>
            ReadOnly                   = 0x00000001,
            /// <summary>
            /// No drive letters are assigned to the disk's volumes.
            /// </summary>
            /// <remarks>Oddly enough, this doesn't apply to NTFS mount points.</remarks>
            NoDriveLetter              = 0x00000002,
            /// <summary>
            /// Will decouple the virtual disk lifetime from that of the VirtualDiskHandle.
            /// The virtual disk will be attached until the Detach() function is called, even if all open handles to the virtual disk are closed.
            /// </summary>
            PermanentLifetime          = 0x00000004,
            /// <summary>
            /// Reserved.
            /// </summary>
            NoLocalHost                = 0x00000008
        }

        [Flags]
        public enum DetachVirtualDiskFlag {
            None                       = 0x00000000
        }

        [Flags]
        public enum CompactVirtualDiskFlags {
            None                       = 0x00000000,
            NoZeroScan                 = 0x00000001,
            NoBlockMoves               = 0x00000002
        }

        #endregion VDiskInterop

        #region WIMGAPI

        [FlagsAttribute]
        internal enum 
        WimCreateFileDesiredAccess 
            : uint {
            WimQuery                   = 0x00000000,
            WimGenericRead             = 0x80000000
        }

        /// <summary>
        /// Specifies how the file is to be treated and what features are to be used.
        /// </summary>
        [FlagsAttribute]
        internal enum
        WimApplyFlags
            : uint {
            /// <summary>
            /// No flags.
            /// </summary>
            WimApplyFlagsNone          = 0x00000000,
            /// <summary>
            /// Reserved.
            /// </summary>
            WimApplyFlagsReserved      = 0x00000001,
            /// <summary>
            /// Verifies that files match original data.
            /// </summary>
            WimApplyFlagsVerify        = 0x00000002,
            /// <summary>
            /// Specifies that the image is to be sequentially read for caching or performance purposes.
            /// </summary>
            WimApplyFlagsIndex         = 0x00000004,
            /// <summary>
            /// Applies the image without physically creating directories or files. Useful for obtaining a list of files and directories in the image.
            /// </summary>
            WimApplyFlagsNoApply       = 0x00000008,
            /// <summary>
            /// Disables restoring security information for directories.
            /// </summary>
            WimApplyFlagsNoDirAcl      = 0x00000010,
            /// <summary>
            /// Disables restoring security information for files
            /// </summary>
            WimApplyFlagsNoFileAcl     = 0x00000020,
            /// <summary>
            /// The .wim file is opened in a mode that enables simultaneous reading and writing.
            /// </summary>
            WimApplyFlagsShareWrite    = 0x00000040,
            /// <summary>
            /// Sends a WIM_MSG_FILEINFO message during the apply operation.
            /// </summary>
            WimApplyFlagsFileInfo      = 0x00000080,
            /// <summary>
            /// Disables automatic path fixups for junctions and symbolic links.
            /// </summary>
            WimApplyFlagsNoRpFix       = 0x00000100,
            /// <summary>
            /// Returns a handle that cannot commit changes, regardless of the access level requested at mount time.
            /// </summary>
            WimApplyFlagsMountReadOnly = 0x00000200,
            /// <summary>
            /// Reserved.
            /// </summary>
            WimApplyFlagsMountFast     = 0x00000400,
            /// <summary>
            /// Reserved.
            /// </summary>
            WimApplyFlagsMountLegacy   = 0x00000800
        }

        public enum WimMessage : uint {
            WIM_MSG                    = WM_APP + 0x1476,                
            WIM_MSG_TEXT,
            ///<summary>
            ///Indicates an update in the progress of an image application.
            ///</summary>
            WIM_MSG_PROGRESS,
            ///<summary>
            ///Enables the caller to prevent a file or a directory from being captured or applied.
            ///</summary>
            WIM_MSG_PROCESS,
            ///<summary>
            ///Indicates that volume information is being gathered during an image capture.
            ///</summary>
            WIM_MSG_SCANNING,
            ///<summary>
            ///Indicates the number of files that will be captured or applied.
            ///</summary>
            WIM_MSG_SETRANGE,
            ///<summary>
            ///Indicates the number of files that have been captured or applied.
            ///</summary>
            WIM_MSG_SETPOS,
            ///<summary>
            ///Indicates that a file has been either captured or applied.
            ///</summary>
            WIM_MSG_STEPIT,
            ///<summary>
            ///Enables the caller to prevent a file resource from being compressed during a capture.
            ///</summary>
            WIM_MSG_COMPRESS,
            ///<summary>
            ///Alerts the caller that an error has occurred while capturing or applying an image.
            ///</summary>
            WIM_MSG_ERROR,
            ///<summary>
            ///Enables the caller to align a file resource on a particular alignment boundary.
            ///</summary>
            WIM_MSG_ALIGNMENT,
            WIM_MSG_RETRY,
            ///<summary>
            ///Enables the caller to align a file resource on a particular alignment boundary.
            ///</summary>
            WIM_MSG_SPLIT,
            WIM_MSG_SUCCESS            = 0x00000000,                
            WIM_MSG_ABORT_IMAGE        = 0xFFFFFFFF
        }

        internal enum 
        WimCreationDisposition 
            : uint {
            WimOpenExisting            = 0x00000003,
        }

        internal enum 
        WimActionFlags 
            : uint {
            WimIgnored                 = 0x00000000
        }

        internal enum 
        WimCompressionType 
            : uint {
            WimIgnored                 = 0x00000000
        }

        internal enum 
        WimCreationResult 
            : uint {
            WimCreatedNew              = 0x00000000,
            WimOpenedExisting          = 0x00000001
        }

        #endregion WIMGAPI

        #endregion Enums and Flags

        #region Structs

        [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct CreateVirtualDiskParameters {
            /// <summary>
            /// A CREATE_VIRTUAL_DISK_VERSION enumeration that specifies the version of the CREATE_VIRTUAL_DISK_PARAMETERS structure being passed to or from the virtual hard disk (VHD) functions.
            /// </summary>
            public CreateVirtualDiskVersion Version;

            /// <summary>
            /// Unique identifier to assign to the virtual disk object. If this member is set to zero, a unique identifier is created by the system.
            /// </summary>
            public Guid UniqueId;

            /// <summary>
            /// The maximum virtual size of the virtual disk object. Must be a multiple of 512.
            /// If a ParentPath is specified, this value must be zero.
            /// If a SourcePath is specified, this value can be zero to specify the size of the source VHD to be used, otherwise the size specified must be greater than or equal to the size of the source disk.
            /// </summary>
            public ulong MaximumSize;

            /// <summary>
            /// Internal size of the virtual disk object blocks.
            /// The following are predefined block sizes and their behaviors. For a fixed VHD type, this parameter must be zero.
            /// </summary>
            public uint BlockSizeInBytes;

            /// <summary>
            /// Internal size of the virtual disk object sectors. Must be set to 512.
            /// </summary>
            public uint SectorSizeInBytes;

            /// <summary>
            /// Optional path to a parent virtual disk object. Associates the new virtual disk with an existing virtual disk.
            /// If this parameter is not NULL, SourcePath must be NULL.
            /// </summary>
            public string ParentPath;

            /// <summary>
            /// Optional path to pre-populate the new virtual disk object with block data from an existing disk. This path may refer to a VHD or a physical disk.
            /// If this parameter is not NULL, ParentPath must be NULL.
            /// </summary>
            public string SourcePath;

            /// <summary>
            /// Flags for opening the VHD
            /// </summary>
            public OpenVirtualDiskFlags OpenFlags;

            /// <summary>
            /// GetInfoOnly flag for V2 handles
            /// </summary>
            public bool GetInfoOnly;

            /// <summary>
            /// Virtual Storage Type of the parent disk
            /// </summary>
            public VirtualStorageType ParentVirtualStorageType;

            /// <summary>
            /// Virtual Storage Type of the source disk
            /// </summary>
            public VirtualStorageType SourceVirtualStorageType;

            /// <summary>
            /// A GUID to use for fallback resiliency over SMB.
            /// </summary>
            public Guid ResiliencyGuid;
        }

        [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct VirtualStorageType {
            public VirtualStorageDeviceType DeviceId;
            public Guid VendorId;
        }

        [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct SecurityDescriptor {
            public byte revision;
            public byte size;
            public short control;
            public IntPtr owner;
            public IntPtr group;
            public IntPtr sacl;
            public IntPtr dacl;
        }

        [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct
        OpenVirtualDiskParameters {
            public OpenVirtualDiskVersion Version;
            public bool GetInfoOnly;
            public Guid ResiliencyGuid;
        }

        [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct VirtualDiskProgress {
            public int OperationStatus;
            public ulong CurrentValue;
            public ulong CompletionValue;
        }

        [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct AttachVirtualDiskParameters {
            public AttachVirtualDiskVersion Version;
            public int Reserved;
        }

        [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct CompactVirtualDiskParameters {
            public CompactVirtualDiskVersion Version;
            public uint Reserved;
        }

        #endregion Structs

        #region VirtDisk.DLL P/Invoke

        [DllImport("virtdisk.dll", CharSet = CharSet.Unicode)]
        public static extern uint
        CreateVirtualDisk(
            [In, Out] ref VirtualStorageType VirtualStorageType,
            [In]          string Path,
            [In]          VirtualDiskAccessMask VirtualDiskAccessMask,
            [In, Out] ref SecurityDescriptor SecurityDescriptor,
            [In]          CreateVirtualDiskFlags Flags,
            [In]          uint ProviderSpecificFlags,
            [In, Out] ref CreateVirtualDiskParameters Parameters,
            [In]          IntPtr Overlapped,
            [Out]     out SafeFileHandle Handle);

        [DllImport("virtdisk.dll", CharSet = CharSet.Unicode)]
        internal static extern uint
        OpenVirtualDisk(
            [In, Out] ref VirtualStorageType VirtualStorageType,
            [In]          string Path,
            [In]          VirtualDiskAccessMask VirtualDiskAccessMask,
            [In]          OpenVirtualDiskFlags Flags,
            [In, Out] ref OpenVirtualDiskParameters Parameters,
            [Out]     out SafeFileHandle Handle);

        /// <summary>
        /// GetVirtualDiskOperationProgress API allows getting progress info for the async virtual disk operations (ie. Online Mirror)
        /// </summary>
        /// <param name="VirtualDiskHandle"></param>
        /// <param name="Overlapped"></param>
        /// <param name="Progress"></param>
        /// <returns></returns>
        [DllImport("virtdisk.dll", CharSet = CharSet.Unicode)]
        internal static extern uint
        GetVirtualDiskOperationProgress(
            [In]          SafeFileHandle VirtualDiskHandle,
            [In]          IntPtr Overlapped,
            [In, Out] ref VirtualDiskProgress Progress);

        [DllImport("virtdisk.dll", CharSet = CharSet.Unicode)]
        public static extern uint
        AttachVirtualDisk(
            [In]          SafeFileHandle VirtualDiskHandle,
            [In, Out] ref SecurityDescriptor SecurityDescriptor,
            [In]          AttachVirtualDiskFlags Flags,
            [In]          uint ProviderSpecificFlags,
            [In, Out] ref AttachVirtualDiskParameters Parameters,
            [In]          IntPtr Overlapped);

        [DllImport("virtdisk.dll", CharSet = CharSet.Unicode)]
        public static extern uint
        DetachVirtualDisk(
            [In]          SafeFileHandle VirtualDiskHandle,
            [In]          NativeMethods.DetachVirtualDiskFlag Flags,
            [In]          uint ProviderSpecificFlags);

        [DllImport("virtdisk.dll", CharSet = CharSet.Unicode)]
        public static extern uint
        CompactVirtualDisk(
            [In]          SafeFileHandle VirtualDiskHandle,
            [In]          CompactVirtualDiskFlags Flags,
            [In, Out] ref CompactVirtualDiskParameters Parameters,
            [In]          IntPtr Overlapped);

        [DllImport("virtdisk.dll", CharSet = CharSet.Unicode)]
        public static extern uint
        GetVirtualDiskPhysicalPath(
            [In]          SafeFileHandle VirtualDiskHandle,
            [In, Out] ref uint DiskPathSizeInBytes,
            [Out]         StringBuilder DiskPath);

        #endregion VirtDisk.DLL P/Invoke

        #region Win32 P/Invoke

        [DllImport("advapi32", SetLastError = true)]
        public static extern bool InitializeSecurityDescriptor(
            [Out]     out SecurityDescriptor pSecurityDescriptor,
            [In]          uint dwRevision);

        /// <summary>
        /// CreateEvent API is used while calling async Online Mirror API
        /// </summary>
        /// <param name="lpEventAttributes"></param>
        /// <param name="bManualReset"></param>
        /// <param name="bInitialState"></param>
        /// <param name="lpName"></param>
        /// <returns></returns>
        [DllImport("kernel32.dll", CharSet = CharSet.Unicode)]
        internal static extern IntPtr
        CreateEvent(
            [In, Optional]  IntPtr lpEventAttributes,
            [In]            bool bManualReset,
            [In]            bool bInitialState,
            [In, Optional]  string lpName);

        #endregion Win32 P/Invoke

        #region WIMGAPI P/Invoke

        #region SafeHandle wrappers for WimFileHandle and WimImageHandle

        public sealed class WimFileHandle : SafeHandle {

            public WimFileHandle(
                string wimPath)
                : base(IntPtr.Zero, true) {

                if (String.IsNullOrEmpty(wimPath)) {
                    throw new ArgumentNullException("wimPath");
                }

                if (!File.Exists(Path.GetFullPath(wimPath))) {
                    throw new FileNotFoundException((new FileNotFoundException()).Message, wimPath);
                }

                NativeMethods.WimCreationResult creationResult;

                this.handle = NativeMethods.WimCreateFile(
                    wimPath,
                    NativeMethods.WimCreateFileDesiredAccess.WimGenericRead,
                    NativeMethods.WimCreationDisposition.WimOpenExisting,
                    NativeMethods.WimActionFlags.WimIgnored,
                    NativeMethods.WimCompressionType.WimIgnored,
                    out creationResult
                );

                // Check results.
                if (creationResult != NativeMethods.WimCreationResult.WimOpenedExisting) {
                    throw new Win32Exception();
                }

                if (this.handle == IntPtr.Zero) {
                    throw new Win32Exception();
                }

                // Set the temporary path.
                NativeMethods.WimSetTemporaryPath(
                    this,
                    Environment.ExpandEnvironmentVariables("%TEMP%")
                );
            }

            protected override bool ReleaseHandle() {
                return NativeMethods.WimCloseHandle(this.handle);
            }

            public override bool IsInvalid {
                get { return this.handle == IntPtr.Zero; }
            }
        }

        public sealed class WimImageHandle : SafeHandle {
            public WimImageHandle(
                WimFile Container,
                uint ImageIndex)
                : base(IntPtr.Zero, true) {

                if (null == Container) {
                    throw new ArgumentNullException("Container");
                }

                if ((Container.Handle.IsClosed) || (Container.Handle.IsInvalid)) {
                    throw new ArgumentNullException("The handle to the WIM file has already been closed, or is invalid.", "Container");
                }

                if (ImageIndex > Container.ImageCount) {
                    throw new ArgumentOutOfRangeException("ImageIndex", "The index does not exist in the specified WIM file.");
                }

                this.handle = NativeMethods.WimLoadImage(
                    Container.Handle.DangerousGetHandle(),
                    ImageIndex);
            }

            protected override bool ReleaseHandle() {
                return NativeMethods.WimCloseHandle(this.handle);
            }

            public override bool IsInvalid {
                get { return this.handle == IntPtr.Zero; }
            }
        }

        #endregion SafeHandle wrappers for WimFileHandle and WimImageHandle

        [DllImport("Wimgapi.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "WIMCreateFile")]
        internal static extern IntPtr
        WimCreateFile(
            [In, MarshalAs(UnmanagedType.LPWStr)] string WimPath,
            [In]    WimCreateFileDesiredAccess DesiredAccess,
            [In]    WimCreationDisposition CreationDisposition,
            [In]    WimActionFlags FlagsAndAttributes,
            [In]    WimCompressionType CompressionType,
            [Out, Optional] out WimCreationResult CreationResult
        );

        [DllImport("Wimgapi.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "WIMCloseHandle")]
        [return: MarshalAs(UnmanagedType.Bool)]
        internal static extern bool
        WimCloseHandle(
            [In]    IntPtr Handle
        );

        [DllImport("Wimgapi.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "WIMLoadImage")]
        internal static extern IntPtr
        WimLoadImage(
            [In]    IntPtr Handle,
            [In]    uint ImageIndex
        );

        [DllImport("Wimgapi.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "WIMGetImageCount")]
        internal static extern uint
        WimGetImageCount(
            [In]    WimFileHandle Handle
        );

        [DllImport("Wimgapi.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "WIMApplyImage")]
        internal static extern bool
        WimApplyImage(
            [In]    WimImageHandle Handle,
            [In, Optional, MarshalAs(UnmanagedType.LPWStr)] string Path,
            [In]    WimApplyFlags Flags
        );

        [DllImport("Wimgapi.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "WIMGetImageInformation")]
        [return: MarshalAs(UnmanagedType.Bool)]
        internal static extern bool
        WimGetImageInformation(
            [In]        SafeHandle Handle,
            [Out]   out StringBuilder ImageInfo,
            [Out]   out uint SizeOfImageInfo
        );

        [DllImport("Wimgapi.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "WIMSetTemporaryPath")]
        [return: MarshalAs(UnmanagedType.Bool)]
        internal static extern bool
        WimSetTemporaryPath(
            [In]    WimFileHandle Handle,
            [In]    string TempPath
        );

        [DllImport("Wimgapi.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "WIMRegisterMessageCallback", CallingConvention = CallingConvention.StdCall)]
        internal static extern uint
        WimRegisterMessageCallback(
            [In, Optional] WimFileHandle      hWim,
            [In]           WimMessageCallback MessageProc,
            [In, Optional] IntPtr             ImageInfo
        );

        [DllImport("Wimgapi.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "WIMUnregisterMessageCallback", CallingConvention = CallingConvention.StdCall)]
        [return: MarshalAs(UnmanagedType.Bool)]
        internal static extern bool
        WimUnregisterMessageCallback(
            [In, Optional] WimFileHandle      hWim,
            [In]           WimMessageCallback MessageProc
        );


        #endregion WIMGAPI P/Invoke
    }

    #region WIM Interop

    public class WimFile {

        internal XDocument m_xmlInfo;
        internal List<WimImage> m_imageList;

        private static NativeMethods.WimMessageCallback wimMessageCallback;
        
        #region Events
        
        /// <summary>
        /// DefaultImageEvent handler
        /// </summary>
        public delegate void DefaultImageEventHandler(object sender, DefaultImageEventArgs e);

        ///<summary>
        ///ProcessFileEvent handler
        ///</summary>
        public delegate void ProcessFileEventHandler(object sender, ProcessFileEventArgs e);
                
        ///<summary>
        ///Enable the caller to prevent a file resource from being compressed during a capture.
        ///</summary>
        public event ProcessFileEventHandler ProcessFileEvent;

        ///<summary>
        ///Indicate an update in the progress of an image application.
        ///</summary>
        public event DefaultImageEventHandler ProgressEvent;

        ///<summary>
        ///Alert the caller that an error has occurred while capturing or applying an image.
        ///</summary>
        public event DefaultImageEventHandler ErrorEvent;

        ///<summary>
        ///Indicate that a file has been either captured or applied.
        ///</summary>
        public event DefaultImageEventHandler StepItEvent;

        ///<summary>
        ///Indicate the number of files that will be captured or applied.
        ///</summary>
        public event DefaultImageEventHandler SetRangeEvent;

        ///<summary>
        ///Indicate the number of files that have been captured or applied.
        ///</summary>
        public event DefaultImageEventHandler SetPosEvent;

        #endregion Events

        private
        enum
        ImageEventMessage : uint {
            ///<summary>
            ///Enables the caller to prevent a file or a directory from being captured or applied.
            ///</summary>
            Progress = NativeMethods.WimMessage.WIM_MSG_PROGRESS,
            ///<summary>
            ///Notification sent to enable the caller to prevent a file or a directory from being captured or applied.
            ///To prevent a file or a directory from being captured or applied, call WindowsImageContainer.SkipFile().
            ///</summary>
            Process = NativeMethods.WimMessage.WIM_MSG_PROCESS,
            ///<summary>
            ///Enables the caller to prevent a file resource from being compressed during a capture.
            ///</summary>
            Compress = NativeMethods.WimMessage.WIM_MSG_COMPRESS,
            ///<summary>
            ///Alerts the caller that an error has occurred while capturing or applying an image.
            ///</summary>
            Error = NativeMethods.WimMessage.WIM_MSG_ERROR,
            ///<summary>
            ///Enables the caller to align a file resource on a particular alignment boundary.
            ///</summary>
            Alignment = NativeMethods.WimMessage.WIM_MSG_ALIGNMENT,
            ///<summary>
            ///Enables the caller to align a file resource on a particular alignment boundary.
            ///</summary>
            Split = NativeMethods.WimMessage.WIM_MSG_SPLIT,
            ///<summary>
            ///Indicates that volume information is being gathered during an image capture.
            ///</summary>
            Scanning = NativeMethods.WimMessage.WIM_MSG_SCANNING,
            ///<summary>
            ///Indicates the number of files that will be captured or applied.
            ///</summary>
            SetRange = NativeMethods.WimMessage.WIM_MSG_SETRANGE,
            ///<summary>
            ///Indicates the number of files that have been captured or applied.
            /// </summary>
            SetPos = NativeMethods.WimMessage.WIM_MSG_SETPOS,
            ///<summary>
            ///Indicates that a file has been either captured or applied.
            ///</summary>
            StepIt = NativeMethods.WimMessage.WIM_MSG_STEPIT,
            ///<summary>
            ///Success.
            ///</summary>
            Success = NativeMethods.WimMessage.WIM_MSG_SUCCESS,
            ///<summary>
            ///Abort.
            ///</summary>
            Abort = NativeMethods.WimMessage.WIM_MSG_ABORT_IMAGE
        }

        ///<summary>
        ///Event callback to the Wimgapi events
        ///</summary>
        private        
        uint
        ImageEventMessagePump(
            uint MessageId,
            IntPtr wParam,
            IntPtr lParam,
            IntPtr UserData) {

            uint status = (uint) NativeMethods.WimMessage.WIM_MSG_SUCCESS;

            DefaultImageEventArgs eventArgs = new DefaultImageEventArgs(wParam, lParam, UserData);

            switch ((ImageEventMessage)MessageId) {

                case ImageEventMessage.Progress:
                    ProgressEvent(this, eventArgs);
                    break;

                case ImageEventMessage.Process:
                    if (null != ProcessFileEvent) {
                        string fileToImage = Marshal.PtrToStringUni(wParam);
                        ProcessFileEventArgs fileToProcess = new ProcessFileEventArgs(fileToImage, lParam);
                        ProcessFileEvent(this, fileToProcess);

                        if (fileToProcess.Abort == true) {
                            status = (uint)ImageEventMessage.Abort;
                        }
                    }
                    break;

                case ImageEventMessage.Error:
                    if (null != ErrorEvent) {
                        ErrorEvent(this, eventArgs);
                    }
                    break;
                    
                case ImageEventMessage.SetRange:
                    if (null != SetRangeEvent) {
                        SetRangeEvent(this, eventArgs);
                    }
                    break;

                case ImageEventMessage.SetPos:
                    if (null != SetPosEvent) {
                        SetPosEvent(this, eventArgs);
                    }
                    break;

                case ImageEventMessage.StepIt:
                    if (null != StepItEvent) {
                        StepItEvent(this, eventArgs);
                    }
                    break;

                default:
                    break;
            }
            return status;
            
        }

        /// <summary>
        /// Constructor.
        /// </summary>
        /// <param name="wimPath">Path to the WIM container.</param>
        public
        WimFile(string wimPath) {
            if (string.IsNullOrEmpty(wimPath)) {
                throw new ArgumentNullException("wimPath");
            }

            if (!File.Exists(Path.GetFullPath(wimPath))) {
                throw new FileNotFoundException((new FileNotFoundException()).Message, wimPath);
            }

            Handle = new NativeMethods.WimFileHandle(wimPath);

            // Hook up the events before we return.
            //wimMessageCallback = new NativeMethods.WimMessageCallback(ImageEventMessagePump);
            //NativeMethods.RegisterMessageCallback(this.Handle, wimMessageCallback);
        }

        /// <summary>
        /// Closes the WIM file.
        /// </summary>
        public void
        Close() {
            foreach (WimImage image in Images) {
                image.Close();
            }

            if (null != wimMessageCallback) {
                NativeMethods.UnregisterMessageCallback(this.Handle, wimMessageCallback);
                wimMessageCallback = null;
            }

            if ((!Handle.IsClosed) && (!Handle.IsInvalid)) {
                Handle.Close();
            }
        }

        /// <summary>
        /// Provides a list of WimImage objects, representing the images in the WIM container file.
        /// </summary>
        public List<WimImage>
        Images {
            get {
                if (null == m_imageList) {

                    int imageCount = (int)ImageCount;
                    m_imageList = new List<WimImage>(imageCount);
                    for (int i = 0; i < imageCount; i++) {

                        // Load up each image so it's ready for us.
                        m_imageList.Add(
                            new WimImage(this, (uint)i + 1));
                    }
                }

                return m_imageList;
            }
        }

        /// <summary>
        /// Provides a list of names of the images in the specified WIM container file.
        /// </summary>
        public List<string>
        ImageNames {
            get {
                List<string> nameList = new List<string>();
                foreach (WimImage image in Images) {
                    nameList.Add(image.ImageName);
                }
                return nameList;
            }
        }

        /// <summary>
        /// Indexer for WIM images inside the WIM container, indexed by the image number.
        /// The list of Images is 0-based, but the WIM container is 1-based, so we automatically compensate for that.
        /// this[1] returns the 0th image in the WIM container.
        /// </summary>
        /// <param name="ImageIndex">The 1-based index of the image to retrieve.</param>
        /// <returns>WinImage object.</returns>
        public WimImage
        this[int ImageIndex] {
            get { return Images[ImageIndex - 1]; }
        }

        /// <summary>
        /// Indexer for WIM images inside the WIM container, indexed by the image name.
        /// WIMs created by different processes sometimes contain different information - including the name.
        /// Some images have their name stored in the Name field, some in the Flags field, and some in the EditionID field.
        /// We take all of those into account in while searching the WIM.
        /// </summary>
        /// <param name="ImageName"></param>
        /// <returns></returns>
        public WimImage
        this[string ImageName] {
            get {
                return
                    Images.Where(i => (
                        i.ImageName.ToUpper()  == ImageName.ToUpper() ||
                        i.ImageFlags.ToUpper() == ImageName.ToUpper() ))
                    .DefaultIfEmpty(null)
                        .FirstOrDefault<WimImage>();
            }
        }

        /// <summary>
        /// Returns the number of images in the WIM container.
        /// </summary>
        internal uint
        ImageCount {
            get { return NativeMethods.WimGetImageCount(Handle); }
        }

        /// <summary>
        /// Returns an XDocument representation of the XML metadata for the WIM container and associated images.
        /// </summary>
        internal XDocument
        XmlInfo {
            get {

                if (null == m_xmlInfo) {
                    StringBuilder builder;
                    uint bytes;
                    if (!NativeMethods.WimGetImageInformation(Handle, out builder, out bytes)) {
                        throw new Win32Exception();
                    }

                    // Ensure the length of the returned bytes to avoid garbage characters at the end.
                    int charCount = (int)bytes / sizeof(char);
                    if (null != builder) {
                        // Get rid of the unicode file marker at the beginning of the XML.
                        builder.Remove(0, 1);
                        builder.EnsureCapacity(charCount - 1);
                        builder.Length = charCount - 1;

                        // This isn't likely to change while we have the image open, so cache it.
                        m_xmlInfo = XDocument.Parse(builder.ToString().Trim());
                    } else {
                        m_xmlInfo = null;
                    }
                }

                return m_xmlInfo;
            }
        }

        public NativeMethods.WimFileHandle Handle {
            get;
            private set;
        }
    }

    public class
    WimImage {

        internal XDocument m_xmlInfo;

        public
        WimImage(
            WimFile Container,
            uint ImageIndex) {

            if (null == Container) {
                throw new ArgumentNullException("Container");
            }

            if ((Container.Handle.IsClosed) || (Container.Handle.IsInvalid)) {
                throw new ArgumentNullException("The handle to the WIM file has already been closed, or is invalid.", "Container");
            }

            if (ImageIndex > Container.ImageCount) {
                throw new ArgumentOutOfRangeException("ImageIndex", "The index does not exist in the specified WIM file.");
            }

            Handle = new NativeMethods.WimImageHandle(Container, ImageIndex);            
        }

        public enum
        Architectures : uint {
            x86   = 0x0,
            ARM   = 0x5,
            IA64  = 0x6,
            AMD64 = 0x9
        }

        public void
        Close() {
            if ((!Handle.IsClosed) && (!Handle.IsInvalid)) {
                Handle.Close();
            }
        }

        public void
        Apply(
            string ApplyToPath) {

            if (string.IsNullOrEmpty(ApplyToPath)) {
                throw new ArgumentNullException("ApplyToPath");
            }

            ApplyToPath = Path.GetFullPath(ApplyToPath);

            if (!Directory.Exists(ApplyToPath)) {
                throw new DirectoryNotFoundException("The WIM cannot be applied because the specified directory was not found.");
            }

            if (!NativeMethods.WimApplyImage(
                this.Handle,
                ApplyToPath,
                NativeMethods.WimApplyFlags.WimApplyFlagsNone
            )) {
                throw new Win32Exception();
            }
        }

        public NativeMethods.WimImageHandle
        Handle {
            get;
            private set;
        }

        internal XDocument
        XmlInfo {
            get {

                if (null == m_xmlInfo) {
                    StringBuilder builder;
                    uint bytes;
                    if (!NativeMethods.WimGetImageInformation(Handle, out builder, out bytes)) {
                        throw new Win32Exception();
                    }

                    // Ensure the length of the returned bytes to avoid garbage characters at the end.
                    int charCount = (int)bytes / sizeof(char);
                    if (null != builder) {
                        // Get rid of the unicode file marker at the beginning of the XML.
                        builder.Remove(0, 1);
                        builder.EnsureCapacity(charCount - 1);
                        builder.Length = charCount - 1;

                        // This isn't likely to change while we have the image open, so cache it.
                        m_xmlInfo = XDocument.Parse(builder.ToString().Trim());
                    } else {
                        m_xmlInfo = null;
                    }
                }

                return m_xmlInfo;
            }
        }

        public string 
        ImageIndex {
            get { return XmlInfo.Element("IMAGE").Attribute("INDEX").Value; }
        }

        public string
        ImageName {
            get { return XmlInfo.XPathSelectElement("/IMAGE/NAME").Value; }
        }

        public string
        ImageEditionId {
            get { return XmlInfo.XPathSelectElement("/IMAGE/WINDOWS/EDITIONID").Value; }
        }

        public string
        ImageFlags {
            get { return XmlInfo.XPathSelectElement("/IMAGE/FLAGS").Value; }
        }

        public string
        ImageProductType {
            get {
                return XmlInfo.XPathSelectElement("/IMAGE/WINDOWS/PRODUCTTYPE").Value;
            }
        }

        public string
        ImageInstallationType {
            get { return XmlInfo.XPathSelectElement("/IMAGE/WINDOWS/INSTALLATIONTYPE").Value; }
        }

        public string
        ImageDescription {
            get { return XmlInfo.XPathSelectElement("/IMAGE/DESCRIPTION").Value; }
        }

        public ulong
        ImageSize {
            get { return ulong.Parse(XmlInfo.XPathSelectElement("/IMAGE/TOTALBYTES").Value); }
        }

        public Architectures
        ImageArchitecture {
            get {
                int arch = -1;
                try {
                    arch = int.Parse(XmlInfo.XPathSelectElement("/IMAGE/WINDOWS/ARCH").Value);
                } catch { }

                return (Architectures)arch;
            }
        }

        public string
        ImageDefaultLanguage {
            get {
                string lang = null;
                try {
                    lang = XmlInfo.XPathSelectElement("/IMAGE/WINDOWS/LANGUAGES/DEFAULT").Value;
                } catch { }

                return lang;
            }
        }

        public Version
        ImageVersion {
            get {
                int major = 0;
                int minor = 0;
                int build = 0;
                int revision = 0;

                try {
                    major = int.Parse(XmlInfo.XPathSelectElement("/IMAGE/WINDOWS/VERSION/MAJOR").Value);
                    minor = int.Parse(XmlInfo.XPathSelectElement("/IMAGE/WINDOWS/VERSION/MINOR").Value);
                    build = int.Parse(XmlInfo.XPathSelectElement("/IMAGE/WINDOWS/VERSION/BUILD").Value);
                    revision = int.Parse(XmlInfo.XPathSelectElement("/IMAGE/WINDOWS/VERSION/SPBUILD").Value);
                } catch { }

                return (new Version(major, minor, build, revision));
            }
        }

        public string
        ImageDisplayName {
            get { return XmlInfo.XPathSelectElement("/IMAGE/DISPLAYNAME").Value; }
        }

        public string
        ImageDisplayDescription {
            get { return XmlInfo.XPathSelectElement("/IMAGE/DISPLAYDESCRIPTION").Value; }
        }
    }

    ///<summary>
    ///Describes the file that is being processed for the ProcessFileEvent.
    ///</summary>
    public class
    DefaultImageEventArgs : EventArgs {
        ///<summary>
        ///Default constructor.
        ///</summary>
        public
        DefaultImageEventArgs(
            IntPtr wideParameter, 
            IntPtr leftParameter, 
            IntPtr userData) {
            
            WideParameter = wideParameter;
            LeftParameter = leftParameter;
            UserData      = userData;
        }

        ///<summary>
        ///wParam
        ///</summary>
        public IntPtr WideParameter {
            get;
            private set;
        }

        ///<summary>
        ///lParam
        ///</summary>
        public IntPtr LeftParameter {
            get;
            private set;
        }

        ///<summary>
        ///UserData
        ///</summary>
        public IntPtr UserData {
            get;
            private set;
        }
    }

    ///<summary>
    ///Describes the file that is being processed for the ProcessFileEvent.
    ///</summary>
    public class
    ProcessFileEventArgs : EventArgs {
        ///<summary>
        ///Default constructor.
        ///</summary>
        ///<param name="file">Fully qualified path and file name. For example: c:\file.sys.</param>
        ///<param name="skipFileFlag">Default is false - skip file and continue.
        ///Set to true to abort the entire image capture.</param>
        public
        ProcessFileEventArgs(
            string file, 
            IntPtr skipFileFlag) {

            m_FilePath = file;
            m_SkipFileFlag = skipFileFlag;
        }

        ///<summary>
        ///Skip file from being imaged.
        ///</summary>
        public void
        SkipFile() {
            byte[] byteBuffer = {
                    0
            };
            int byteBufferSize = byteBuffer.Length;
            Marshal.Copy(byteBuffer, 0, m_SkipFileFlag, byteBufferSize);
        }

        ///<summary>
        ///Fully qualified path and file name.
        ///</summary>
        public string 
        FilePath {
            get {
                string stringToReturn = "";
                if (m_FilePath != null) {
                    stringToReturn = m_FilePath;
                }
                return stringToReturn;
            }
        }

        ///<summary>
        ///Flag to indicate if the entire image capture should be aborted.
        ///Default is false - skip file and continue. Setting to true will
        ///abort the entire image capture.
        ///</summary>
        public bool Abort {
            set { m_Abort = value; }
            get { return m_Abort;  }
        }

        private string m_FilePath;
        private bool m_Abort;
        private IntPtr m_SkipFileFlag;

    }

    #endregion WIM Interop

    #region VHD Interop
    // Based on code written by the Hyper-V Test team.
    /// <summary>
    /// The Virtual Hard Disk class provides methods for creating and manipulating Virtual Hard Disk files.
    /// </summary>
    public class
    VirtualHardDisk : IDisposable {

        #region Member Variables

        private SafeFileHandle m_virtualHardDiskHandle = null;
        private string m_filePath = null;
        private bool m_isDisposed;
        private NativeMethods.VirtualStorageDeviceType m_deviceType = NativeMethods.VirtualStorageDeviceType.Unknown;

        #endregion Member Variables

        #region IDisposable Members

        /// <summary>
        /// Disposal method for Virtual Hard Disk objects.
        /// </summary>
        public void
        Dispose() {
            this.Dispose(true);
            GC.SuppressFinalize(this);
        }

        /// <summary>
        /// Disposal method for Virtual Hard Disk objects.
        /// </summary>
        /// <param name="disposing"></param>
        public void
        Dispose(
            bool disposing) {
            // Check to see if Dispose has already been called.
            if (!this.m_isDisposed) {
                // If disposing equals true, dispose all managed
                // and unmanaged resources.
                if (disposing) {
                    // Dispose managed resources.
                    if (this.DiskIndex != 0) {
                        this.Close();
                    }
                }

                // Call the appropriate methods to clean up
                // unmanaged resources here.
                // If disposing is false,
                // only the following code is executed.

                // Note disposing has been done.
                m_isDisposed = true;
            }
        }

        #endregion IDisposable Members

        #region Constructor

        private VirtualHardDisk(
            SafeFileHandle Handle,
            string Path,
            NativeMethods.VirtualStorageDeviceType DeviceType) {
            if (Handle.IsInvalid || Handle.IsClosed) {
                throw new InvalidOperationException("The handle to the Virtual Hard Disk is invalid.");
            }

            m_virtualHardDiskHandle = Handle;
            m_filePath = Path;
            m_deviceType = DeviceType;
        }

        #endregion Constructor

        #region Gozer the Destructor
        /// <summary>
        /// Destroys a VHD object.
        /// </summary>
        ~VirtualHardDisk() {
            this.Dispose(false);
        }

        #endregion Gozer the Destructor

        #region Static Methods

        #region Sparse Disks

        /// <summary>
        /// Abbreviated signature of CreateSparseDisk so it's easier to use from WIM2VHD.
        /// </summary>
        /// <param name="virtualStorageDeviceType">The type of disk to create, VHD or VHDX.</param>
        /// <param name="path">The path of the disk to create.</param>
        /// <param name="size">The maximum size of the disk to create.</param>
        /// <param name="overwrite">Overwrite the VHD if it already exists.</param>
        /// <returns>Virtual Hard Disk object</returns>
        public static VirtualHardDisk
        CreateSparseDisk(
            NativeMethods.VirtualStorageDeviceType virtualStorageDeviceType,
            string path,
            ulong size,
            bool overwrite) {

            return CreateSparseDisk(
                path,
                size,
                overwrite,
                null,
                IntPtr.Zero,
                (virtualStorageDeviceType == NativeMethods.VirtualStorageDeviceType.VHD) 
                    ? NativeMethods.DEFAULT_BLOCK_SIZE
                    : 0,
                virtualStorageDeviceType,
                NativeMethods.DISK_SECTOR_SIZE);
        }

        /// <summary>
        /// Creates a new sparse (dynamically expanding) virtual hard disk (.vhd). Supports both sync and async modes.
        /// The VHD image file uses only as much space on the backing store as needed to store the actual data the VHD currently contains. 
        /// </summary>
        /// <param name="path">The path and name of the VHD to create.</param>
        /// <param name="size">The size of the VHD to create in bytes.  
        /// When creating this type of VHD, the VHD API does not test for free space on the physical backing store based on the maximum size requested, 
        /// therefore it is possible to successfully create a dynamic VHD with a maximum size larger than the available physical disk free space.
        /// The maximum size of a dynamic VHD is 2,040 GB.  The minimum size is 3 MB.</param>
        /// <param name="source">Optional path to pre-populate the new virtual disk object with block data from an existing disk
        /// This path may refer to a VHD or a physical disk.  Use NULL if you don't want a source.</param>
        /// <param name="overwrite">If the VHD exists, setting this parameter to 'True' will delete it and create a new one.</param>
        /// <param name="overlapped">If not null, the operation runs in async mode</param>
        /// <param name="blockSizeInBytes">Block size for the VHD.</param>
        /// <param name="virtualStorageDeviceType">VHD format version (VHD1 or VHD2)</param>
        /// <param name="sectorSizeInBytes">Sector size for the VHD.</param>
        /// <returns>Returns a SafeFileHandle corresponding to the virtual hard disk that was created.</returns>
        /// <exception cref="ArgumentOutOfRangeException">Thrown when an invalid size is specified</exception>
        /// <exception cref="FileNotFoundException">Thrown when source VHD is not found.</exception>
        /// <exception cref="SecurityException">Thrown when there was an error while creating the default security descriptor.</exception>
        /// <exception cref="Win32Exception">Thrown when an error occurred while creating the VHD.</exception>
        public static VirtualHardDisk
        CreateSparseDisk(
            string path,
            ulong size,
            bool overwrite,
            string source,
            IntPtr overlapped,
            uint blockSizeInBytes,
            NativeMethods.VirtualStorageDeviceType virtualStorageDeviceType,
            uint sectorSizeInBytes) {

            // Validate the virtualStorageDeviceType
            if (virtualStorageDeviceType != NativeMethods.VirtualStorageDeviceType.VHD && virtualStorageDeviceType != NativeMethods.VirtualStorageDeviceType.VHDX) {

                throw (
                    new ArgumentOutOfRangeException(
                        "virtualStorageDeviceType",
                        virtualStorageDeviceType,
                        "VirtualStorageDeviceType must be VHD or VHDX."
                ));
            }

            // Validate size.  It needs to be a multiple of DISK_SECTOR_SIZE (512)...
            if ((size % NativeMethods.DISK_SECTOR_SIZE) != 0) {

                throw (
                    new ArgumentOutOfRangeException(
                        "size", 
                        size, 
                        "The size of the virtual disk must be a multiple of 512."
                ));
            }

            if ((!String.IsNullOrEmpty(source)) && (!System.IO.File.Exists(source))) {

                throw (
                    new System.IO.FileNotFoundException(
                        "Unable to find the source file.",
                        source
                ));
            }

            if ((overwrite) && (System.IO.File.Exists(path))) {

                System.IO.File.Delete(path);
            }

            NativeMethods.CreateVirtualDiskParameters createParams = new NativeMethods.CreateVirtualDiskParameters();

            // Select the correct version.
            createParams.Version = (virtualStorageDeviceType == NativeMethods.VirtualStorageDeviceType.VHD)
                ? NativeMethods.CreateVirtualDiskVersion.Version1
                : NativeMethods.CreateVirtualDiskVersion.Version2;

            createParams.UniqueId                 = Guid.NewGuid();
            createParams.MaximumSize              = size;
            createParams.BlockSizeInBytes         = blockSizeInBytes;
            createParams.SectorSizeInBytes        = sectorSizeInBytes;
            createParams.ParentPath               = null;
            createParams.SourcePath               = source;
            createParams.OpenFlags                = NativeMethods.OpenVirtualDiskFlags.None;
            createParams.GetInfoOnly              = false;
            createParams.ParentVirtualStorageType = new NativeMethods.VirtualStorageType();
            createParams.SourceVirtualStorageType = new NativeMethods.VirtualStorageType();

            //
            // Create and init a security descriptor.
            // Since we're creating an essentially blank SD to use with CreateVirtualDisk
            // the VHD will take on the security values from the parent directory.
            //

            NativeMethods.SecurityDescriptor securityDescriptor;
            if (!NativeMethods.InitializeSecurityDescriptor(out securityDescriptor, 1)) {

                throw (
                    new SecurityException(
                        "Unable to initialize the security descriptor for the virtual disk."
                ));
            }

            NativeMethods.VirtualStorageType virtualStorageType = new NativeMethods.VirtualStorageType();
            virtualStorageType.DeviceId = virtualStorageDeviceType;
            virtualStorageType.VendorId = NativeMethods.VirtualStorageTypeVendorMicrosoft;

            SafeFileHandle vhdHandle;

            uint returnCode = NativeMethods.CreateVirtualDisk(
                ref virtualStorageType,
                    path,
                    (virtualStorageDeviceType == NativeMethods.VirtualStorageDeviceType.VHD)
                        ? NativeMethods.VirtualDiskAccessMask.All
                        : NativeMethods.VirtualDiskAccessMask.None,
                ref securityDescriptor,
                    NativeMethods.CreateVirtualDiskFlags.None,
                    0,
                ref createParams,
                    overlapped,
                out vhdHandle);

            if (NativeMethods.ERROR_SUCCESS != returnCode && NativeMethods.ERROR_IO_PENDING != returnCode) {

                throw (
                    new Win32Exception(
                        (int)returnCode
                ));
            }

            return new VirtualHardDisk(vhdHandle, path, virtualStorageDeviceType);
        }

        #endregion Sparse Disks

        #region Fixed Disks

        /// <summary>
        /// Abbreviated signature of CreateFixedDisk so it's easier to use from WIM2VHD.
        /// </summary>
        /// <param name="virtualStorageDeviceType">The type of disk to create, VHD or VHDX.</param>
        /// <param name="path">The path of the disk to create.</param>
        /// <param name="size">The maximum size of the disk to create.</param>
        /// <param name="overwrite">Overwrite the VHD if it already exists.</param>
        /// <returns>Virtual Hard Disk object</returns>
        public static VirtualHardDisk
        CreateFixedDisk(
            NativeMethods.VirtualStorageDeviceType virtualStorageDeviceType,
            string path,
            ulong size,
            bool overwrite) {

            return CreateFixedDisk(
                path,
                size,
                overwrite,
                null,
                IntPtr.Zero,
                0,
                virtualStorageDeviceType,
                NativeMethods.DISK_SECTOR_SIZE);
        }

        /// <summary>
        /// Creates a fixed-size Virtual Hard Disk. Supports both sync and async modes. This methods always calls the V2 version of the 
        /// CreateVirtualDisk API, and creates VHD2. 
        /// </summary>
        /// <param name="path">The path and name of the VHD to create.</param>
        /// <param name="size">The size of the VHD to create in bytes.  
        /// The VHD image file is pre-allocated on the backing store for the maximum size requested.
        /// The maximum size of a dynamic VHD is 2,040 GB.  The minimum size is 3 MB.</param>
        /// <param name="source">Optional path to pre-populate the new virtual disk object with block data from an existing disk
        /// This path may refer to a VHD or a physical disk.  Use NULL if you don't want a source.</param>
        /// <param name="overwrite">If the VHD exists, setting this parameter to 'True' will delete it and create a new one.</param>
        /// <param name="overlapped">If not null, the operation runs in async mode</param>
        /// <param name="blockSizeInBytes">Block size for the VHD.</param>
        /// <param name="virtualStorageDeviceType">Virtual storage device type: VHD1 or VHD2.</param>
        /// <param name="sectorSizeInBytes">Sector size for the VHD.</param>
        /// <returns>Returns a SafeFileHandle corresponding to the virtual hard disk that was created.</returns>
        /// <remarks>Creating a fixed disk can be a time consuming process!</remarks>  
        /// <exception cref="ArgumentOutOfRangeException">Thrown when an invalid size or wrong virtual storage device type is specified.</exception>
        /// <exception cref="FileNotFoundException">Thrown when source VHD is not found.</exception>
        /// <exception cref="SecurityException">Thrown when there was an error while creating the default security descriptor.</exception>
        /// <exception cref="Win32Exception">Thrown when an error occurred while creating the VHD.</exception>
        public static VirtualHardDisk
        CreateFixedDisk(
            string path,
            ulong size,
            bool overwrite,
            string source,
            IntPtr overlapped,
            uint blockSizeInBytes,
            NativeMethods.VirtualStorageDeviceType virtualStorageDeviceType,
            uint sectorSizeInBytes) {

            // Validate the virtualStorageDeviceType
            if (virtualStorageDeviceType != NativeMethods.VirtualStorageDeviceType.VHD && virtualStorageDeviceType != NativeMethods.VirtualStorageDeviceType.VHDX) {

                throw (
                    new ArgumentOutOfRangeException(
                        "virtualStorageDeviceType",
                        virtualStorageDeviceType,
                        "VirtualStorageDeviceType must be VHD or VHDX."
                ));
            }

            // Validate size.  It needs to be a multiple of DISK_SECTOR_SIZE (512)...
            if ((size % NativeMethods.DISK_SECTOR_SIZE) != 0) {

                throw (
                    new ArgumentOutOfRangeException(
                        "size",
                        size,
                        "The size of the virtual disk must be a multiple of 512."
                ));
            }

            if ((!String.IsNullOrEmpty(source)) && (!System.IO.File.Exists(source))) {

                throw (
                    new System.IO.FileNotFoundException(
                        "Unable to find the source file.",
                        source
                ));
            }

            if ((overwrite) && (System.IO.File.Exists(path))) {

                System.IO.File.Delete(path);
            }

            NativeMethods.CreateVirtualDiskParameters createParams = new NativeMethods.CreateVirtualDiskParameters();

            // Select the correct version.
            createParams.Version = (virtualStorageDeviceType == NativeMethods.VirtualStorageDeviceType.VHD)
                ? NativeMethods.CreateVirtualDiskVersion.Version1
                : NativeMethods.CreateVirtualDiskVersion.Version2;

            createParams.UniqueId                 = Guid.NewGuid();
            createParams.MaximumSize              = size;
            createParams.BlockSizeInBytes         = blockSizeInBytes;
            createParams.SectorSizeInBytes        = sectorSizeInBytes;
            createParams.ParentPath               = null;
            createParams.SourcePath               = source;
            createParams.OpenFlags                = NativeMethods.OpenVirtualDiskFlags.None;
            createParams.GetInfoOnly              = false;
            createParams.ParentVirtualStorageType = new NativeMethods.VirtualStorageType();
            createParams.SourceVirtualStorageType = new NativeMethods.VirtualStorageType();

            //
            // Create and init a security descriptor.
            // Since we're creating an essentially blank SD to use with CreateVirtualDisk
            // the VHD will take on the security values from the parent directory.
            //

            NativeMethods.SecurityDescriptor securityDescriptor;
            if (!NativeMethods.InitializeSecurityDescriptor(out securityDescriptor, 1)) {
                throw (
                    new SecurityException(
                        "Unable to initialize the security descriptor for the virtual disk."
                ));
            }

            NativeMethods.VirtualStorageType virtualStorageType = new NativeMethods.VirtualStorageType();
            virtualStorageType.DeviceId = virtualStorageDeviceType;
            virtualStorageType.VendorId = NativeMethods.VirtualStorageTypeVendorMicrosoft;

            SafeFileHandle vhdHandle;

            uint returnCode = NativeMethods.CreateVirtualDisk(
                ref virtualStorageType,
                    path,
                    (virtualStorageDeviceType == NativeMethods.VirtualStorageDeviceType.VHD)
                        ? NativeMethods.VirtualDiskAccessMask.All
                        : NativeMethods.VirtualDiskAccessMask.None,
                ref securityDescriptor,
                    NativeMethods.CreateVirtualDiskFlags.FullPhysicalAllocation,
                    0,
                ref createParams,
                    overlapped,
                out vhdHandle);

            if (NativeMethods.ERROR_SUCCESS != returnCode && NativeMethods.ERROR_IO_PENDING != returnCode) {

                throw (
                    new Win32Exception(
                        (int)returnCode
                ));
            }

            return new VirtualHardDisk(vhdHandle, path, virtualStorageDeviceType);
        }

        #endregion Fixed Disks

        #region Open

        /// <summary>
        /// Opens a virtual hard disk (VHD) using the V2 of OpenVirtualDisk Win32 API for use, allowing you to explicitly specify OpenVirtualDiskFlags, 
        /// Read/Write depth, and Access Mask information.
        /// </summary>
        /// <param name="path">The path and name of the Virtual Hard Disk file to open.</param>
        /// <param name="accessMask">Contains the bit mask for specifying access rights to a virtual hard disk (VHD).  Default is All.</param>
        /// <param name="readWriteDepth">Indicates the number of stores, beginning with the child, of the backing store chain to open as read/write. 
        /// The remaining stores in the differencing chain will be opened read-only. This is necessary for merge operations to succeed.  Default is 0x1.</param>
        /// <param name="flags">An OpenVirtualDiskFlags object to modify the way the Virtual Hard Disk is opened.  Default is Unknown.</param>
        /// <param name="virtualStorageDeviceType">VHD Format Version (VHD1 or VHD2)</param>
        /// <returns>VirtualHardDisk object</returns>
        /// <exception cref="FileNotFoundException">Thrown if the VHD at path is not found.</exception>
        /// <exception cref="Win32Exception">Thrown if an error occurred while opening the VHD.</exception>
        public static VirtualHardDisk
        Open(
            string path,
            NativeMethods.VirtualDiskAccessMask accessMask,
            uint readWriteDepth,
            NativeMethods.OpenVirtualDiskFlags flags,
            NativeMethods.VirtualStorageDeviceType virtualStorageDeviceType) {

            if (!File.Exists(path)) {
                throw new FileNotFoundException("The specified VHD was not found.  Please check your path and try again.", path);
            }

            NativeMethods.OpenVirtualDiskParameters openParams = new NativeMethods.OpenVirtualDiskParameters();

            // Select the correct version.
            openParams.Version = (virtualStorageDeviceType == NativeMethods.VirtualStorageDeviceType.VHD)
                ? NativeMethods.OpenVirtualDiskVersion.Version1
                : NativeMethods.OpenVirtualDiskVersion.Version2;

            openParams.GetInfoOnly = false;

            NativeMethods.VirtualStorageType virtualStorageType = new NativeMethods.VirtualStorageType();
            virtualStorageType.DeviceId = virtualStorageDeviceType;

            virtualStorageType.VendorId = (virtualStorageDeviceType == NativeMethods.VirtualStorageDeviceType.Unknown)
                ? virtualStorageType.VendorId = NativeMethods.VirtualStorageTypeVendorUnknown
                : virtualStorageType.VendorId = NativeMethods.VirtualStorageTypeVendorMicrosoft;

            SafeFileHandle vhdHandle;

            uint returnCode = NativeMethods.OpenVirtualDisk(
                ref virtualStorageType,
                    path,
                    accessMask,
                    flags,
                ref openParams,
                out vhdHandle);

            if (NativeMethods.ERROR_SUCCESS != returnCode) {
                throw new Win32Exception((int)returnCode);
            }

            return new VirtualHardDisk(vhdHandle, path, virtualStorageDeviceType);
        }

        #endregion Open

        #region Other

        /// <summary>
        /// Retrieves a collection of drive letters that are currently available on the system.
        /// </summary>
        /// <remarks>Drives A and B are not included in the collection, even if they are available.</remarks>
        /// <returns>A collection of drive letters that are currently available on the system.</returns>
        public static ReadOnlyCollection<Char>
        GetAvailableDriveLetters() {

            List<Char> availableDrives = new List<Char>();
            for (int i = (byte)'C'; i <= (byte)'Z'; i++) {
                availableDrives.Add((char)i);
            }

            foreach (string drive in System.Environment.GetLogicalDrives()) {
                availableDrives.Remove(drive.ToUpper(CultureInfo.InvariantCulture)[0]);
            }

            return new ReadOnlyCollection<char>(availableDrives);
        }

        /// <summary>
        /// Gets the first available drive letter on the current system.
        /// </summary>
        /// <remarks>Drives A and B will not be returned, even if they are available.</remarks>
        /// <returns>Char representing the first available drive letter.</returns>
        public static char
        GetFirstAvailableDriveLetter() {
            return GetAvailableDriveLetters()[0];
        }

        #endregion Other

        #endregion Static Methods

        #region AsyncHelpers

        /// <summary>
        /// Creates a NativeOverlapped object, initializes its EventHandle property, and pins the object to the memory.
        /// This overlapped objects are useful when executing VHD meta-ops in async mode.
        /// </summary>
        /// <returns>Returns the GCHandle for the pinned overlapped structure</returns>
        public static GCHandle
        CreatePinnedOverlappedObject() {
            NativeOverlapped overlapped = new NativeOverlapped();
            overlapped.EventHandle = NativeMethods.CreateEvent(IntPtr.Zero, true, false, null);

            GCHandle handleForOverllapped = GCHandle.Alloc(overlapped, GCHandleType.Pinned);

            return handleForOverllapped;
        }

        /// <summary>
        /// GetVirtualDiskOperationProgress API allows getting progress info for the async virtual disk operations (ie. Online Mirror)
        /// </summary>
        /// <param name="progress"></param>
        /// <param name="overlapped"></param>
        /// <returns></returns>
        /// <exception cref="Win32Exception">Thrown when an error occurred while mirroring the VHD.</exception>
        public uint
        GetVirtualDiskOperationProgress(
            ref NativeMethods.VirtualDiskProgress progress,
                IntPtr overlapped) {
            uint returnCode = NativeMethods.GetVirtualDiskOperationProgress(
                    this.m_virtualHardDiskHandle,
                    overlapped,
                ref progress);

            return returnCode;
        }

        #endregion AsyncHelpers

        #region Public Methods

        /// <summary>
        /// Closes all open handles to the Virtual Hard Disk object.
        /// If the VHD is currently attached, and the PermanentLifetime was not specified, this operation will detach it.
        /// </summary>
        public void
        Close() {
            m_virtualHardDiskHandle.Close();
        }

        /// <summary>
        /// Attaches a virtual hard disk (VHD) by locating an appropriate VHD provider to accomplish the attachment.
        /// </summary>
        /// <param name="attachVirtualDiskFlags">
        /// A combination of values from the attachVirtualDiskFlags enumeration which will dictate how the behavior of the VHD once mounted.
        /// </param>
        /// <exception cref="Win32Exception">Thrown when an error occurred while attaching the VHD.</exception>
        /// <exception cref="SecurityException">Thrown when an error occurred while creating the default security descriptor.</exception>
        public void
        Attach(
            NativeMethods.AttachVirtualDiskFlags attachVirtualDiskFlags) {

            if (!this.IsAttached) {

                // Get the current disk index.  We need it later.
                int diskIndex = this.DiskIndex;

                NativeMethods.AttachVirtualDiskParameters attachParameters = new NativeMethods.AttachVirtualDiskParameters();

                // For attach, the correct version is always Version1 for Win7 and Win8.
                attachParameters.Version = NativeMethods.AttachVirtualDiskVersion.Version1;
                attachParameters.Reserved = 0;

                NativeMethods.SecurityDescriptor securityDescriptor;
                if (!NativeMethods.InitializeSecurityDescriptor(out securityDescriptor, 1)) {

                    throw (new SecurityException("Unable to initialize the security descriptor for the virtual disk."));
                }

                uint returnCode = NativeMethods.AttachVirtualDisk(
                         m_virtualHardDiskHandle,
                    ref  securityDescriptor,
                         attachVirtualDiskFlags,
                         0,
                    ref  attachParameters,
                         IntPtr.Zero);

                switch (returnCode) {

                    case NativeMethods.ERROR_SUCCESS:
                        break;

                    default:
                        throw new Win32Exception((int)returnCode);
                }

                // There's apparently a bit of a timing issue here on some systems.
                // If the disk index isn't updated, keep checking once per second for five seconds.
                // If it's not updated after that, it's probably not our fault.
                short attempts = 5;
                while ((attempts-- >= 0) && (diskIndex == this.DiskIndex)) {
                    System.Threading.Thread.Sleep(1000);
                }
            }
        }

        /// <summary>
        /// Attaches a virtual hard disk (VHD) by locating an appropriate VHD provider to accomplish the attachment.
        /// </summary>
        /// <remarks>
        /// This method attaches the VHD with no flags.
        /// </remarks>
        /// <exception cref="Win32Exception">Thrown when an error occurred while attaching the VHD.</exception>
        /// <exception cref="SecurityException">Thrown when an error occurred while creating the default security descriptor.</exception>
        public void
        Attach() {

            this.Attach(NativeMethods.AttachVirtualDiskFlags.None);
        }

        /// <summary>
        /// Unsurfaces (detaches) a virtual hard disk (VHD) by locating an appropriate VHD provider to accomplish the operation.
        /// </summary>
        public void
        Detach() {

            if (this.IsAttached) {
                uint returnCode = NativeMethods.DetachVirtualDisk(
                    m_virtualHardDiskHandle,
                    NativeMethods.DetachVirtualDiskFlag.None,
                    0);

                switch (returnCode) {

                    case NativeMethods.ERROR_NOT_FOUND:
                    // There's nothing to do here.  The device wasn't found, which means there's a 
                    // really good chance that it wasn't attached to begin with.
                    // And, since we were asked to detach it anyway, we can assume that the system
                    // is already in the desired state.
                    case NativeMethods.ERROR_SUCCESS:
                        break;

                    default:
                        throw new Win32Exception((int)returnCode);
                }
            }
        }

        /// <summary>
        /// Reduces the size of the virtual hard disk (VHD) backing store file. Supports both sync and async modes.
        /// </summary>
        /// <param name="overlapped">If not null, the operation runs in async mode</param>
        public uint
        Compact(IntPtr overlapped) {
            return this.Compact(
                overlapped,
                NativeMethods.CompactVirtualDiskFlags.None);
        }

        /// <summary>
        /// Reduces the size of the virtual hard disk (VHD) backing store file. Supports both sync and async modes.
        /// </summary>
        /// <param name="overlapped">If not null, the operation runs in async mode</param>
        /// <param name="flags">Flags for Compact operation</param>
        public uint
        Compact(
            IntPtr overlapped,
            NativeMethods.CompactVirtualDiskFlags flags) {

            NativeMethods.CompactVirtualDiskParameters compactParams = new NativeMethods.CompactVirtualDiskParameters();
            compactParams.Version = NativeMethods.CompactVirtualDiskVersion.Version1;

            uint returnCode = NativeMethods.CompactVirtualDisk(
                m_virtualHardDiskHandle,
                flags,
            ref compactParams,
                overlapped);

            if ((overlapped == IntPtr.Zero && NativeMethods.ERROR_SUCCESS != returnCode) ||
                (overlapped != IntPtr.Zero && NativeMethods.ERROR_IO_PENDING != returnCode)) {
                throw new Win32Exception((int)returnCode);
            }

            return returnCode;
        }


        #endregion Public Methods

        #region Public Properties

        /// <summary>
        /// The SafeFileHandle object for the opened VHD.
        /// </summary>
        public SafeFileHandle
        VirtualHardDiskHandle {
            get {
                return m_virtualHardDiskHandle;
            }
        }

        /// <summary>
        /// Indicates the index of the disk when attached.
        /// If the virtual hard disk is not currently attached, -1 will be returned.
        /// </summary>
        public int
        DiskIndex {
            get {
                string path = PhysicalPath;

                if (null != path) {

                    Match match = Regex.Match(path, @"\d+$"); // look for the last digits in the path
                    return System.Convert.ToInt32(match.Value, CultureInfo.InvariantCulture);
                } else {

                    return -1;
                }
            }
        }

        /// <summary>
        /// Indicates whether the current Virtual Hard Disk is attached to the system.
        /// </summary>
        public bool
        IsAttached {
            get {
                return (this.DiskIndex != -1);
            }
        }

        /// <summary>
        /// Retrieves the path to the physical device object that contains a virtual hard disk (VHD), if the VHD is attached.
        /// If it is not attached, NULL will be returned.
        /// </summary>
        public string
        PhysicalPath {
            get {
                uint pathSize = 1024;  // Isn't MAX_PATH 255?
                StringBuilder path = new StringBuilder((int)pathSize);
                uint returnCode = 0;

                returnCode = NativeMethods.GetVirtualDiskPhysicalPath(
                        m_virtualHardDiskHandle,
                    ref pathSize,
                        path);

                if (NativeMethods.ERROR_ERROR_DEV_NOT_EXIST == returnCode) {

                    return null;
                } else if (NativeMethods.ERROR_SUCCESS == returnCode) {

                    return path.ToString();
                } else {

                    throw new Win32Exception((int)returnCode);
                }
            }
        }

        #endregion Public Properties
    }

    #endregion VHD Interop
}
"@

            #region Helper Functions

            ##########################################################################################
            #                                   Helper Functions
            ##########################################################################################

            <#
                Functions to mount and dismount registry hives.
                These hives will automatically be accessible via the HKLM:\ registry PSDrive.

                It should be noted that I have more confidence in using the RegLoadKey and
                RegUnloadKey Win32 APIs than I do using REG.EXE - it just seems like we should
                do things ourselves if we can, instead of using yet another binary. 

                Consider this a TODO for future versions.
            #>
            Function Mount-RegistryHive {
                [CmdletBinding()]
                param(
                    [Parameter(Mandatory = $true, ValueFromPipeline = $true, Position = 0)]
                    [System.IO.FileInfo]
                    [ValidateNotNullOrEmpty()]
                    [ValidateScript({ $_.Exists })]
                    $Hive
                )

                $mountKey = [System.Guid]::NewGuid().ToString()
                $regPath  = "REG.EXE"

                if (Test-Path HKLM:\$mountKey) {
                    throw "The registry path already exists.  I should just regenerate it, but I'm lazy."
                }

                $regArgs = (
                    "LOAD",
                    "HKLM\$mountKey",
                    $Hive.Fullname
                )
                try {

                    Run-Executable -Executable $regPath -Arguments $regArgs

                } catch {
                    throw
                }

                # Set a global variable containing the name of the mounted registry key
                # so we can unmount it if there's an error.
                $global:mountedHive = $mountKey

                return $mountKey
            }

            ##########################################################################################

            Function Dismount-RegistryHive {
                [CmdletBinding()]
                param(
                    [Parameter(Mandatory = $true, ValueFromPipeline = $true, Position = 0)]
                    [string]
                    [ValidateNotNullOrEmpty()]
                    $HiveMountPoint
                )

                $regPath = "REG.EXE"

                $regArgs = (
                    "UNLOAD",
                    "HKLM\$($HiveMountPoint)"
                )

                Run-Executable -Executable $regPath -Arguments $regArgs

                $global:mountedHive = $null
            }

            ##########################################################################################

            Function 
            Apply-BCDStoreChanges {
                [CmdletBinding()]
                param(
                    [Parameter(Mandatory = $true)]
                    [string]
                    [ValidateNotNullOrEmpty()]
                    $BcdStoreFile,

                    [Parameter()]
                    [string]
                    [ValidateNotNullOrEmpty()]
                    [ValidateScript({ ($_ -eq $PARTITION_STYLE_MBR) -or ($_ -eq $PARTITION_STYLE_GPT) })]
                    $PartitionStyle = $PARTITION_STYLE_MBR,

                    [Parameter()]
                    [UInt64]
                    [ValidateScript({ $_ -ge 0 })]
                    $DiskSignature,

                    [Parameter()]
                    [UInt64]
                    [ValidateScript({ $_ -ge 0 })]
                    $PartitionOffset
                )

                #########  Set Constants #########
                $BOOTMGR_ID              = "{9DEA862C-5CDD-4E70-ACC1-F32B344D4795}"
                $DEFAULT_TYPE            = 0x23000003
                $APPLICATION_DEVICE_TYPE = 0x11000001
                $OS_DEVICE_TYPE          = 0x21000001
                ##################################

                Write-W2VInfo "Opening $($BcdStoreFile) for configuration..."
                Write-W2VTrace "Partition Style : $PartitionStyle"
                Write-W2VTrace "Disk Signature  : $DiskSignature"
                Write-W2VTrace "Partition Offset: $PartitionOffset"

                $conn    = New-Object Management.ConnectionOptions
                $scope   = New-Object Management.ManagementScope -ArgumentList "\\.\ROOT\WMI", $conn
                $scope.Connect()

                $path    = New-Object Management.ManagementPath `
                           -ArgumentList "\\.\ROOT\WMI:BCDObject.Id=`"$($BOOTMGR_ID)`",StoreFilePath=`"$($BcdStoreFile.Replace('\', '\\'))`""
                $options = New-Object Management.ObjectGetOptions
                $bootMgr = New-Object Management.ManagementObject -ArgumentList $scope, $path, $options

                try {
                    $bootMgr.Get()
                } catch {
                    throw "Could not get the BootMgr object from the Virtual Disks BCDStore."
                }
    
                Write-W2VTrace "Setting Qualified Partition Device Element for Virtual Disk boot..."
    
   
                $ret = $bootMgr.SetQualifiedPartitionDeviceElement($APPLICATION_DEVICE_TYPE, $PartitionStyle, $DiskSignature, $PartitionOffset)
                if (!$ret.ReturnValue) {
                    throw "Unable to set Qualified Partition Device Element in Virtual Disks BCDStore."
                }

                Write-W2VTrace "Getting the default boot entry..."
                $defaultBootEntryId = ($bootMgr.GetElement($DEFAULT_TYPE)).Element.Id

                Write-W2VTrace "Getting the OS Loader..."

                $path    = New-Object Management.ManagementPath `
                         -ArgumentList "\\.\ROOT\WMI:BCDObject.Id=`"$($defaultBootEntryId)`",StoreFilePath=`"$($BcdStoreFile.Replace('\', '\\'))`""

                $osLoader= New-Object Management.ManagementObject -ArgumentList $scope, $path, $options

                try {
                    $osLoader.Get()
                } catch {
                    throw "Could not get the OS Loader..."
                }

                Write-W2VTrace "Setting Qualified Partition Device Element in the OS Loader Application..."
                $ret = $osLoader.SetQualifiedPartitionDeviceElement($APPLICATION_DEVICE_TYPE, $PartitionStyle, $DiskSignature, $PartitionOffset)
                if (!$ret.ReturnValue) {
                    throw "Could not set Qualified Partition Device Element in the OS Loader Application."
                }

                Write-W2VTrace "Setting Qualified Partition Device Element in the OS Loader Device..."
                $ret = $osLoader.SetQualifiedPartitionDeviceElement($OS_DEVICE_TYPE, $PartitionStyle, $DiskSignature, $PartitionOffset)
                if (!$ret.ReturnValue) {
                    throw "Could not set Qualified Partition Device Element in the OS Loader Device."
                }

                Write-W2VInfo "BCD configuration complete. Moving on..."
            }

            ##########################################################################################

            function 
            Test-Admin {
                <#
                    .SYNOPSIS
                        Short function to determine whether the logged-on user is an administrator.

                    .EXAMPLE
                        Do you honestly need one?  There are no parameters!

                    .OUTPUTS
                        $true if user is admin.
                        $false if user is not an admin.
                #>
                [CmdletBinding()]
                param()

                $currentUser = New-Object Security.Principal.WindowsPrincipal $([Security.Principal.WindowsIdentity]::GetCurrent())
                $isAdmin = $currentUser.IsInRole([Security.Principal.WindowsBuiltinRole]::Administrator)
                Write-W2VTrace "isUserAdmin? $isAdmin"

                return $isAdmin
            }

            ##########################################################################################

            function
            Test-WindowsVersion {
              
              # This breaks on Windows 10

              # $os = Get-WmiObject -Class Win32_OperatingSystem
              # $isWin8 = (($os.Version -ge 6.2) -and ($os.BuildNumber -ge $lowestSupportedBuild))

              # New version check which works on Windows 10 an down-level
                
                $os = [System.Environment]::OSVersion.Version
                
                $isWin8 = (
                    (
                        $os -ge 6.2
                    ) -and
                    (
                        $os.Build -ge $lowestSupportedBuild
                    )
                )

                Write-W2VTrace "is Windows 8 or Higher? $isWin8"
                return $isWin8
            }

            ##########################################################################################

            function
            Write-W2VInfo {
            # Function to make the Write-Host output a bit prettier. 
                [CmdletBinding()]
                param(
                    [Parameter(Mandatory = $False, ValueFromPipeline = $true)]
                    [string]
                    [ValidateNotNullOrEmpty()]
                    $text
                )
        
                If ( $text )
                {
                    Write-Host "INFO   : $($text)" -ForegroundColor White
                }
                Else
                {
                    Write-Host
                }
            }

            ##########################################################################################

            function
            Write-W2VTrace {
            # Function to make the Write-Verbose output... well... exactly the same as it was before.
                [CmdletBinding()]
                param(
                    [Parameter(Mandatory = $true, ValueFromPipeline = $true)]
                    [string]
                    [ValidateNotNullOrEmpty()]
                    $text
                )
                Write-Verbose $text
            }

            ##########################################################################################

            function
            Write-W2VError {
            # Function to make the Write-Host (NOT Write-Error) output prettier in the case of an error.
                [CmdletBinding()]
                param(
                    [Parameter(Mandatory = $true, ValueFromPipeline = $true)]
                    [string]
                    [ValidateNotNullOrEmpty()]
                    $text
                )
                Write-Host "ERROR  : $($text)" -ForegroundColor Red
            }

            ##########################################################################################

            function
            Write-W2VWarn {
            # Function to make the Write-Host (NOT Write-Warning) output prettier.
                [CmdletBinding()]
                param(
                    [Parameter(Mandatory = $true, ValueFromPipeline = $true)]
                    [string]
                    [ValidateNotNullOrEmpty()]
                    $text
                )
                Write-Host "WARN   : $($text)" -ForegroundColor Yellow
            }

            ##########################################################################################

            function
            Run-Executable {
                <#
                    .SYNOPSIS
                        Runs an external executable file, and validates the error level.

                    .PARAMETER Executable
                        The path to the executable to run and monitor.

                    .PARAMETER Arguments
                        An array of arguments to pass to the executable when it's executed.

                    .PARAMETER SuccessfulErrorCode
                        The error code that means the executable ran successfully.
                        The default value is 0.  
                #>

                [CmdletBinding()]
                param(
                    [Parameter(Mandatory=$true)]
                    [string]
                    [ValidateNotNullOrEmpty()]
                    $Executable,

                    [Parameter(Mandatory=$true)]
                    [string[]]
                    [ValidateNotNullOrEmpty()]
                    $Arguments,

                    [Parameter()]
                    [int]
                    [ValidateNotNullOrEmpty()]
                    $SuccessfulErrorCode = 0

                )

                Write-W2VTrace "Running $Executable $Arguments"
                $ret = Start-Process           `
                    -FilePath $Executable      `
                    -ArgumentList $Arguments   `
                    -NoNewWindow               `
                    -Wait                      `
                    -RedirectStandardOutput "$($env:temp)\$($scriptName)\$($sessionKey)\$($Executable)-StandardOutput.txt" `
                    -RedirectStandardError  "$($env:temp)\$($scriptName)\$($sessionKey)\$($Executable)-StandardError.txt"  `
                    -Passthru

                Write-W2VTrace "Return code was $($ret.ExitCode)."

                if ($ret.ExitCode -ne $SuccessfulErrorCode) {
                    throw "$Executable failed with code $($ret.ExitCode)!"
                }
            }

            ##########################################################################################
            Function Test-IsNetworkLocation {
                <#
                    .SYNOPSIS
                        Determines whether or not a given path is a network location or a local drive.
            
                    .DESCRIPTION
                        Function to determine whether or not a specified path is a local path, a UNC path,
                        or a mapped network drive.

                    .PARAMETER Path
                        The path that we need to figure stuff out about,
                #>
    
                [CmdletBinding()]
                param(
                    [Parameter(ValueFromPipeLine = $true)]
                    [string]
                    [ValidateNotNullOrEmpty()]
                    $Path
                )

                $result = $false
    
                if ([bool]([URI]$Path).IsUNC) {
                    $result = $true
                } else {
                    $driveInfo = [IO.DriveInfo]((Resolve-Path $Path).Path)

                    if ($driveInfo.DriveType -eq "Network") {
                        $result = $true
                    }
                }

                return $result
            }
            ##########################################################################################

            #endregion Helper Functions
        }

        Process {

            $openWim      = $null
            $openVhd      = $null
            $openIso      = $null
            $openImage    = $null
            $vhdFinalName = $null
            $vhdFinalPath = $null
            $mountedHive  = $null
            $isoPath      = $null
            $vhd          = @()

            Write-Host $header
            try {

                # Create log folder
                if (Test-Path $logFolder) {
                    $null = rd $logFolder -Force -Recurse
                }

                $null = md $logFolder -Force

                # Try to start transcripting.  If it's already running, we'll get an exception and swallow it.
                try {
                    $null = Start-Transcript -Path (Join-Path $logFolder "Convert-WindowsImageTranscript.txt") -Force -ErrorAction SilentlyContinue
                    $transcripting = $true
                } catch {
                    Write-W2VWarn "Transcription is already running.  No Convert-WindowsImage-specific transcript will be created."
                    $transcripting = $false
                }

                Add-Type -TypeDefinition $code -ReferencedAssemblies "System.Xml","System.Linq","System.Xml.Linq"

                # Check to make sure we're running as Admin.
                if (!(Test-Admin)) {
                    throw "Images can only be applied by an administrator.  Please launch PowerShell elevated and run this script again."
                }

                # Check to make sure we're running on Win8.
                if (!(Test-WindowsVersion)) {
                    throw "$scriptName requires Windows 8 Consumer Preview or higher.  Please use WIM2VHD.WSF (http://code.msdn.microsoft.com/wim2vhd) if you need to create VHDs from Windows 7."
                }
    
                # Resolve the path for the unattend file.
                if (![string]::IsNullOrEmpty($UnattendPath)) {
                    $UnattendPath = (Resolve-Path $UnattendPath).Path
                }

                if ($ShowUI) { 
        
                    Write-W2VInfo "Launching UI..."
                    Add-Type -AssemblyName System.Drawing,System.Windows.Forms

                    #region Form Objects
                    $frmMain                = New-Object System.Windows.Forms.Form
                    $groupBox4              = New-Object System.Windows.Forms.GroupBox
                    $btnGo                  = New-Object System.Windows.Forms.Button
                    $groupBox3              = New-Object System.Windows.Forms.GroupBox
                    $txtVhdName             = New-Object System.Windows.Forms.TextBox
                    $label6                 = New-Object System.Windows.Forms.Label
                    $btnWrkBrowse           = New-Object System.Windows.Forms.Button
                    $cmbVhdSizeUnit         = New-Object System.Windows.Forms.ComboBox
                    $numVhdSize             = New-Object System.Windows.Forms.NumericUpDown
                    $cmbVhdFormat           = New-Object System.Windows.Forms.ComboBox
                    $label5                 = New-Object System.Windows.Forms.Label
                    $txtWorkingDirectory    = New-Object System.Windows.Forms.TextBox
                    $cmbVhdType             = New-Object System.Windows.Forms.ComboBox
                    $label4                 = New-Object System.Windows.Forms.Label
                    $label3                 = New-Object System.Windows.Forms.Label
                    $label2                 = New-Object System.Windows.Forms.Label
                    $label7                 = New-Object System.Windows.Forms.Label
                    $txtUnattendFile        = New-Object System.Windows.Forms.TextBox
                    $btnUnattendBrowse      = New-Object System.Windows.Forms.Button
                    $groupBox2              = New-Object System.Windows.Forms.GroupBox
                    $cmbSkuList             = New-Object System.Windows.Forms.ComboBox
                    $label1                 = New-Object System.Windows.Forms.Label
                    $groupBox1              = New-Object System.Windows.Forms.GroupBox
                    $txtSourcePath          = New-Object System.Windows.Forms.TextBox
                    $btnBrowseWim           = New-Object System.Windows.Forms.Button
                    $openFileDialog1        = New-Object System.Windows.Forms.OpenFileDialog
                    $openFolderDialog1      = New-Object System.Windows.Forms.FolderBrowserDialog
                    $InitialFormWindowState = New-Object System.Windows.Forms.FormWindowState

                    #endregion Form Objects

                    #region Event scriptblocks.

                    $btnGo_OnClick                          = {
                        $frmMain.Close()
                    }

                    $btnWrkBrowse_OnClick                   = {
                        $openFolderDialog1.RootFolder       = "Desktop"
                        $openFolderDialog1.Description      = "Select the folder you'd like your VHD(X) to be created in."
                        $openFolderDialog1.SelectedPath     = $WorkingDirectory
        
                        $ret = $openFolderDialog1.ShowDialog()

                        if ($ret -ilike "ok") {
                            $WorkingDirectory = $txtWorkingDirectory = $openFolderDialog1.SelectedPath
                            Write-W2VInfo "Selected Working Directory is $WorkingDirectory..."
                        }
                    }

                    $btnUnattendBrowse_OnClick              = {
                        $openFileDialog1.InitialDirectory   = $pwd
                        $openFileDialog1.Filter             = "XML files (*.xml)|*.XML|All files (*.*)|*.*"
                        $openFileDialog1.FilterIndex        = 1
                        $openFileDialog1.CheckFileExists    = $true
                        $openFileDialog1.CheckPathExists    = $true
                        $openFileDialog1.FileName           = $null
                        $openFileDialog1.ShowHelp           = $false
                        $openFileDialog1.Title              = "Select an unattend file..."
        
                        $ret = $openFileDialog1.ShowDialog()

                        if ($ret -ilike "ok") {
                            $UnattendPath = $txtUnattendFile.Text = $openFileDialog1.FileName
                        }
                    }

                    $btnBrowseWim_OnClick                   = {
                        $openFileDialog1.InitialDirectory   = $pwd
                        $openFileDialog1.Filter             = "All compatible files (*.ISO, *.WIM)|*.ISO;*.WIM|All files (*.*)|*.*"
                        $openFileDialog1.FilterIndex        = 1
                        $openFileDialog1.CheckFileExists    = $true
                        $openFileDialog1.CheckPathExists    = $true
                        $openFileDialog1.FileName           = $null
                        $openFileDialog1.ShowHelp           = $false
                        $openFileDialog1.Title              = "Select a source file..."
        
                        $ret = $openFileDialog1.ShowDialog()

                        if ($ret -ilike "ok") {

                            if (([IO.FileInfo]$openFileDialog1.FileName).Extension -ilike ".iso") {
                    
                                if (Test-IsNetworkLocation $openFileDialog1.FileName) {
                                    Write-W2VInfo "Copying ISO $(Split-Path $openFileDialog1.FileName -Leaf) to temp folder..."
                                    Write-W2VWarn "The UI may become non-responsive while this copy takes place..."                        
                                    Copy-Item -Path $openFileDialog1.FileName -Destination $env:Temp -Force
                                    $openFileDialog1.FileName = "$($env:Temp)\$(Split-Path $openFileDialog1.FileName -Leaf)"
                                }
                    
                                $txtSourcePath.Text = $isoPath = (Resolve-Path $openFileDialog1.FileName).Path
                                Write-W2VInfo "Opening ISO $(Split-Path $isoPath -Leaf)..."
                    
                                $openIso     = Mount-DiskImage -ImagePath $isoPath -StorageType ISO -PassThru
                        
                                # Refresh the DiskImage object so we can get the real information about it.  I assume this is a bug.
                                $openIso     = Get-DiskImage -ImagePath $isoPath
                                $driveLetter = ($openIso | Get-Volume).DriveLetter

                                $script:SourcePath  = "$($driveLetter):\sources\install.wim"

                                # Check to see if there's a WIM file we can muck about with.
                                Write-W2VInfo "Looking for $($SourcePath)..."
                                if (!(Test-Path $SourcePath)) {
                                    throw "The specified ISO does not appear to be valid Windows installation media."
                                }
                            } else {
                                $txtSourcePath.Text = $script:SourcePath = $openFileDialog1.FileName
                            }

                            # Check to see if the WIM is local, or on a network location.  If the latter, copy it locally.
                            if (Test-IsNetworkLocation $SourcePath) {
                                Write-W2VInfo "Copying WIM $(Split-Path $SourcePath -Leaf) to temp folder..."
                                Write-W2VWarn "The UI may become non-responsive while this copy takes place..."
                                Copy-Item -Path $SourcePath -Destination $env:Temp -Force
                                $txtSourcePath.Text = $script:SourcePath = "$($env:Temp)\$(Split-Path $SourcePath -Leaf)"
                            }

                            $script:SourcePath = (Resolve-Path $SourcePath).Path

                            Write-W2VInfo "Scanning WIM metadata..."
        
                            $tempOpenWim = $null

                            try {

                                $tempOpenWim   = New-Object WIM2VHD.WimFile $SourcePath

                                # Let's see if we're running against an unstaged build.  If we are, we need to blow up.
                                if ($tempOpenWim.ImageNames.Contains("Windows Longhorn Client") -or
                                    $tempOpenWim.ImageNames.Contains("Windows Longhorn Server") -or
                                    $tempOpenWim.ImageNames.Contains("Windows Longhorn Server Core")) {
                                    [Windows.Forms.MessageBox]::Show(
                                        "Convert-WindowsImage cannot run against unstaged builds. Please try again with a staged build.",
                                        "WIM is incompatible!",
                                        "OK",
                                        "Error"
                                    )

                                    return
                                } else {

                                    $tempOpenWim.Images | %{ $cmbSkuList.Items.Add($_.ImageFlags) }
                                    $cmbSkuList.SelectedIndex = 0
                                }

                            } catch {

                                throw "Unable to load WIM metadata!"
                            } finally {

                                $tempOpenWim.Close()
                                Write-W2VTrace "Closing WIM metadata..."
                            }
                        }
                    }

                    $OnLoadForm_StateCorrection = {

                        # Correct the initial state of the form to prevent the .Net maximized form issue
                        $frmMain.WindowState      = $InitialFormWindowState
                    }

                    #endregion Event scriptblocks

                    # Figure out VHD size and size unit.
                    $unit = $null
                    switch ([Math]::Round($SizeBytes.ToString().Length / 3)) {
                        3 { $unit = "MB"; break }
                        4 { $unit = "GB"; break }
                        5 { $unit = "TB"; break }
                        default { $unit = ""; break }
                    }

                    $quantity = Invoke-Expression -Command "$($SizeBytes) / 1$($unit)"

                    #region Form Code
                    #region frmMain
                    $frmMain.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 579
                    $System_Drawing_Size.Width    = 512
                    $frmMain.ClientSize           = $System_Drawing_Size
                    $frmMain.Font                 = New-Object System.Drawing.Font("Segoe UI",10,0,3,1)
                    $frmMain.FormBorderStyle      = 1
                    $frmMain.MaximizeBox          = $False
                    $frmMain.MinimizeBox          = $False
                    $frmMain.Name                 = "frmMain"
                    $frmMain.StartPosition        = 1
                    $frmMain.Text                 = "Convert-WindowsImage UI"
                    #endregion frmMain

                    #region groupBox4
                    $groupBox4.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 10
                    $System_Drawing_Point.Y       = 498
                    $groupBox4.Location           = $System_Drawing_Point
                    $groupBox4.Name               = "groupBox4"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 69
                    $System_Drawing_Size.Width    = 489
                    $groupBox4.Size               = $System_Drawing_Size
                    $groupBox4.TabIndex           = 8
                    $groupBox4.TabStop            = $False
                    $groupBox4.Text               = "4. Make the VHD!"

                    $frmMain.Controls.Add($groupBox4)
                    #endregion groupBox4

                    #region btnGo
                    $btnGo.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 39
                    $System_Drawing_Point.Y       = 24
                    $btnGo.Location               = $System_Drawing_Point
                    $btnGo.Name                   = "btnGo"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 33
                    $System_Drawing_Size.Width    = 415
                    $btnGo.Size                   = $System_Drawing_Size
                    $btnGo.TabIndex               = 0
                    $btnGo.Text                   = "&Make my VHD"
                    $btnGo.UseVisualStyleBackColor = $True
                    $btnGo.DialogResult           = "OK"
                    $btnGo.add_Click($btnGo_OnClick)

                    $groupBox4.Controls.Add($btnGo)
                    $frmMain.AcceptButton = $btnGo
                    #endregion btnGo

                    #region groupBox3
                    $groupBox3.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 10
                    $System_Drawing_Point.Y       = 243
                    $groupBox3.Location           = $System_Drawing_Point
                    $groupBox3.Name               = "groupBox3"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 245
                    $System_Drawing_Size.Width    = 489
                    $groupBox3.Size               = $System_Drawing_Size
                    $groupBox3.TabIndex           = 7
                    $groupBox3.TabStop            = $False
                    $groupBox3.Text               = "3. Choose configuration options"

                    $frmMain.Controls.Add($groupBox3)
                    #endregion groupBox3

                    #region txtVhdName
                    $txtVhdName.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 25
                    $System_Drawing_Point.Y       = 150
                    $txtVhdName.Location          = $System_Drawing_Point
                    $txtVhdName.Name              = "txtVhdName"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 418
                    $txtVhdName.Size              = $System_Drawing_Size
                    $txtVhdName.TabIndex          = 10

                    $groupBox3.Controls.Add($txtVhdName)
                    #endregion txtVhdName

                    #region txtUnattendFile
                    $txtUnattendFile.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 25
                    $System_Drawing_Point.Y       = 198
                    $txtUnattendFile.Location     = $System_Drawing_Point
                    $txtUnattendFile.Name         = "txtUnattendFile"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 418
                    $txtUnattendFile.Size         = $System_Drawing_Size
                    $txtUnattendFile.TabIndex     = 11

                    $groupBox3.Controls.Add($txtUnattendFile)
                    #endregion txtUnattendFile

                    #region label7
                    $label7.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 23
                    $System_Drawing_Point.Y       = 180
                    $label7.Location              = $System_Drawing_Point
                    $label7.Name                  = "label7"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 23
                    $System_Drawing_Size.Width    = 175
                    $label7.Size                  = $System_Drawing_Size
                    $label7.Text                  = "Unattend File (Optional)"

                    $groupBox3.Controls.Add($label7)
                    #endregion label7

                    #region label6
                    $label6.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 23
                    $System_Drawing_Point.Y       = 132
                    $label6.Location              = $System_Drawing_Point
                    $label6.Name                  = "label6"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 23
                    $System_Drawing_Size.Width    = 175
                    $label6.Size                  = $System_Drawing_Size
                    $label6.Text                  = "VHD Name (Optional)"

                    $groupBox3.Controls.Add($label6)
                    #endregion label6

                    #region btnUnattendBrowse
                    $btnUnattendBrowse.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 449
                    $System_Drawing_Point.Y       = 199
                    $btnUnattendBrowse.Location   = $System_Drawing_Point
                    $btnUnattendBrowse.Name       = "btnUnattendBrowse"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 27
                    $btnUnattendBrowse.Size       = $System_Drawing_Size
                    $btnUnattendBrowse.TabIndex   = 9
                    $btnUnattendBrowse.Text       = "..."
                    $btnUnattendBrowse.UseVisualStyleBackColor = $True
                    $btnUnattendBrowse.add_Click($btnUnattendBrowse_OnClick)
    
                    $groupBox3.Controls.Add($btnUnattendBrowse)
                    #endregion btnUnattendBrowse

                    #region btnWrkBrowse
                    $btnWrkBrowse.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 449
                    $System_Drawing_Point.Y       = 98
                    $btnWrkBrowse.Location        = $System_Drawing_Point
                    $btnWrkBrowse.Name            = "btnWrkBrowse"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 27
                    $btnWrkBrowse.Size            = $System_Drawing_Size
                    $btnWrkBrowse.TabIndex        = 9
                    $btnWrkBrowse.Text            = "..."
                    $btnWrkBrowse.UseVisualStyleBackColor = $True
                    $btnWrkBrowse.add_Click($btnWrkBrowse_OnClick)
    
                    $groupBox3.Controls.Add($btnWrkBrowse)
                    #endregion btnWrkBrowse

                    #region cmbVhdSizeUnit
                    $cmbVhdSizeUnit.DataBindings.DefaultDataSourceUpdateMode = 0
                    $cmbVhdSizeUnit.FormattingEnabled = $True
                    $cmbVhdSizeUnit.Items.Add("MB") | Out-Null
                    $cmbVhdSizeUnit.Items.Add("GB") | Out-Null
                    $cmbVhdSizeUnit.Items.Add("TB") | Out-Null
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 409
                    $System_Drawing_Point.Y       = 42
                    $cmbVhdSizeUnit.Location      = $System_Drawing_Point
                    $cmbVhdSizeUnit.Name          = "cmbVhdSizeUnit"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 67
                    $cmbVhdSizeUnit.Size          = $System_Drawing_Size
                    $cmbVhdSizeUnit.TabIndex      = 5
                    $cmbVhdSizeUnit.Text          = $unit

                    $groupBox3.Controls.Add($cmbVhdSizeUnit)
                    #endregion cmbVhdSizeUnit

                    #region numVhdSize
                    $numVhdSize.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 340
                    $System_Drawing_Point.Y       = 42
                    $numVhdSize.Location          = $System_Drawing_Point
                    $numVhdSize.Name              = "numVhdSize"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 63
                    $numVhdSize.Size              = $System_Drawing_Size
                    $numVhdSize.TabIndex          = 4
                    $numVhdSize.Value             = $quantity

                    $groupBox3.Controls.Add($numVhdSize)
                    #endregion numVhdSize

                    #region cmbVhdFormat
                    $cmbVhdFormat.DataBindings.DefaultDataSourceUpdateMode = 0
                    $cmbVhdFormat.FormattingEnabled = $True
                    $cmbVhdFormat.Items.Add("VHD")  | Out-Null
                    $cmbVhdFormat.Items.Add("VHDX") | Out-Null
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 25
                    $System_Drawing_Point.Y       = 42
                    $cmbVhdFormat.Location        = $System_Drawing_Point
                    $cmbVhdFormat.Name            = "cmbVhdFormat"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 136
                    $cmbVhdFormat.Size            = $System_Drawing_Size
                    $cmbVhdFormat.TabIndex        = 0
                    $cmbVhdFormat.Text            = $VHDFormat

                    $groupBox3.Controls.Add($cmbVhdFormat)
                    #endregion cmbVhdFormat

                    #region label5
                    $label5.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 23
                    $System_Drawing_Point.Y       = 76
                    $label5.Location              = $System_Drawing_Point
                    $label5.Name                  = "label5"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 23
                    $System_Drawing_Size.Width    = 264
                    $label5.Size                  = $System_Drawing_Size
                    $label5.TabIndex              = 8
                    $label5.Text                  = "Working Directory"

                    $groupBox3.Controls.Add($label5)
                    #endregion label5

                    #region txtWorkingDirectory
                    $txtWorkingDirectory.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 25
                    $System_Drawing_Point.Y       = 99
                    $txtWorkingDirectory.Location = $System_Drawing_Point
                    $txtWorkingDirectory.Name     = "txtWorkingDirectory"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 418
                    $txtWorkingDirectory.Size     = $System_Drawing_Size
                    $txtWorkingDirectory.TabIndex = 7
                    $txtWorkingDirectory.Text     = $WorkingDirectory

                    $groupBox3.Controls.Add($txtWorkingDirectory)
                    #endregion txtWorkingDirectory

                    #region cmbVhdType
                    $cmbVhdType.DataBindings.DefaultDataSourceUpdateMode = 0
                    $cmbVhdType.FormattingEnabled = $True
                    $cmbVhdType.Items.Add("Dynamic") | Out-Null
                    $cmbVhdType.Items.Add("Fixed")   | Out-Null
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 176
                    $System_Drawing_Point.Y       = 42
                    $cmbVhdType.Location          = $System_Drawing_Point
                    $cmbVhdType.Name              = "cmbVhdType"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 144
                    $cmbVhdType.Size              = $System_Drawing_Size
                    $cmbVhdType.TabIndex          = 2
                    $cmbVhdType.Text              = $VHDType

                    $groupBox3.Controls.Add($cmbVhdType)
                    #endregion cmbVhdType

                    #region label4
                    $label4.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 340
                    $System_Drawing_Point.Y       = 21
                    $label4.Location              = $System_Drawing_Point
                    $label4.Name                  = "label4"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 27
                    $System_Drawing_Size.Width    = 86
                    $label4.Size                  = $System_Drawing_Size
                    $label4.TabIndex              = 6
                    $label4.Text                  = "VHD Size"

                    $groupBox3.Controls.Add($label4)
                    #endregion label4

                    #region label3
                    $label3.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 176
                    $System_Drawing_Point.Y       = 21
                    $label3.Location              = $System_Drawing_Point
                    $label3.Name                  = "label3"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 27
                    $System_Drawing_Size.Width    = 92
                    $label3.Size                  = $System_Drawing_Size
                    $label3.TabIndex              = 3
                    $label3.Text                  = "VHD Type"

                    $groupBox3.Controls.Add($label3)
                    #endregion label3

                    #region label2
                    $label2.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 25
                    $System_Drawing_Point.Y       = 21
                    $label2.Location              = $System_Drawing_Point
                    $label2.Name                  = "label2"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 30
                    $System_Drawing_Size.Width    = 118
                    $label2.Size                  = $System_Drawing_Size
                    $label2.TabIndex              = 1
                    $label2.Text                  = "VHD Format"

                    $groupBox3.Controls.Add($label2)
                    #endregion label2

                    #region groupBox2
                    $groupBox2.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 10
                    $System_Drawing_Point.Y       = 169
                    $groupBox2.Location           = $System_Drawing_Point
                    $groupBox2.Name               = "groupBox2"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 68
                    $System_Drawing_Size.Width    = 490
                    $groupBox2.Size               = $System_Drawing_Size
                    $groupBox2.TabIndex           = 6
                    $groupBox2.TabStop            = $False
                    $groupBox2.Text               = "2. Choose a SKU from the list"

                    $frmMain.Controls.Add($groupBox2)
                    #endregion groupBox2

                    #region cmbSkuList
                    $cmbSkuList.DataBindings.DefaultDataSourceUpdateMode = 0
                    $cmbSkuList.FormattingEnabled = $True
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 25
                    $System_Drawing_Point.Y       = 24
                    $cmbSkuList.Location          = $System_Drawing_Point
                    $cmbSkuList.Name              = "cmbSkuList"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 452
                    $cmbSkuList.Size              = $System_Drawing_Size
                    $cmbSkuList.TabIndex          = 2

                    $groupBox2.Controls.Add($cmbSkuList)
                    #endregion cmbSkuList

                    #region label1
                    $label1.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 23
                    $System_Drawing_Point.Y       = 21
                    $label1.Location              = $System_Drawing_Point
                    $label1.Name                  = "label1"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 71
                    $System_Drawing_Size.Width    = 464
                    $label1.Size                  = $System_Drawing_Size
                    $label1.TabIndex              = 5
                    $label1.Text                  = $uiHeader

                    $frmMain.Controls.Add($label1)
                    #endregion label1

                    #region groupBox1
                    $groupBox1.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 10
                    $System_Drawing_Point.Y       = 95
                    $groupBox1.Location           = $System_Drawing_Point
                    $groupBox1.Name               = "groupBox1"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 68
                    $System_Drawing_Size.Width    = 490
                    $groupBox1.Size               = $System_Drawing_Size
                    $groupBox1.TabIndex           = 4
                    $groupBox1.TabStop            = $False
                    $groupBox1.Text               = "1. Choose a source"

                    $frmMain.Controls.Add($groupBox1)
                    #endregion groupBox1

                    #region txtSourcePath
                    $txtSourcePath.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 25
                    $System_Drawing_Point.Y       = 24
                    $txtSourcePath.Location       = $System_Drawing_Point
                    $txtSourcePath.Name           = "txtSourcePath"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 418
                    $txtSourcePath.Size           = $System_Drawing_Size
                    $txtSourcePath.TabIndex       = 0

                    $groupBox1.Controls.Add($txtSourcePath)
                    #endregion txtSourcePath

                    #region btnBrowseWim
                    $btnBrowseWim.DataBindings.DefaultDataSourceUpdateMode = 0
                    $System_Drawing_Point         = New-Object System.Drawing.Point
                    $System_Drawing_Point.X       = 449
                    $System_Drawing_Point.Y       = 24
                    $btnBrowseWim.Location        = $System_Drawing_Point
                    $btnBrowseWim.Name            = "btnBrowseWim"
                    $System_Drawing_Size          = New-Object System.Drawing.Size
                    $System_Drawing_Size.Height   = 25
                    $System_Drawing_Size.Width    = 28
                    $btnBrowseWim.Size            = $System_Drawing_Size
                    $btnBrowseWim.TabIndex        = 1
                    $btnBrowseWim.Text            = "..."
                    $btnBrowseWim.UseVisualStyleBackColor = $True
                    $btnBrowseWim.add_Click($btnBrowseWim_OnClick)

                    $groupBox1.Controls.Add($btnBrowseWim)
                    #endregion btnBrowseWim

                    $openFileDialog1.FileName     = "openFileDialog1"
                    $openFileDialog1.ShowHelp     = $True

                    #endregion Form Code

                    # Save the initial state of the form
                    $InitialFormWindowState       = $frmMain.WindowState
    
                    # Init the OnLoad event to correct the initial state of the form
                    $frmMain.add_Load($OnLoadForm_StateCorrection)

                    # Return the constructed form.
                    $ret = $frmMain.ShowDialog()

                    if (!($ret -ilike "OK")) {
                        throw "Form session has been cancelled."
                    }

                    if ([string]::IsNullOrEmpty($SourcePath)) {
                        throw "No source path specified."
                    }

                    # VHD Format
                    $VHDFormat        = $cmbVhdFormat.SelectedItem

                    # VHD Size
                    $SizeBytes        = Invoke-Expression "$($numVhdSize.Value)$($cmbVhdSizeUnit.SelectedItem)"

                    # VHD Type
                    $VHDType          = $cmbVhdType.SelectedItem

                    # Working Directory
                    $WorkingDirectory = $txtWorkingDirectory.Text

                    # VHDPath
                    if (![string]::IsNullOrEmpty($txtVhdName.Text)) {
                        $VHDPath      = "$($WorkingDirectory)\$($txtVhdName.Text)"
                    }

                    # Edition
                    if (![string]::IsNullOrEmpty($cmbSkuList.SelectedItem)) {
                        $Edition      = $cmbSkuList.SelectedItem
                    }

                    # Because we used ShowDialog, we need to manually dispose of the form.
                    # This probably won't make much of a difference, but let's free up all of the resources we can
                    # before we start the conversion process.

                    $frmMain.Dispose()
                }

                # There's a difference between the maximum sizes for VHDs and VHDXs.  Make sure we follow it.
                if ("VHD" -ilike $VHDFormat) {
                    if ($SizeBytes -gt $vhdMaxSize) {
                        Write-W2VWarn "For the VHD file format, the maximum file size is ~2040GB.  We're automatically setting the size to 2040GB for you."
                        $SizeBytes = 2040GB
                    }
                }

                # Check if -VHDPath and -WorkingDirectory were both specified.
                if ((![String]::IsNullOrEmpty($VHDPath)) -and (![String]::IsNullOrEmpty($WorkingDirectory))) {
                    if ($WorkingDirectory -ne $pwd) {
                        # If the WorkingDirectory is anything besides $pwd, tell people that the WorkingDirectory is being ignored.
                        Write-W2VWarn "Specifying -VHDPath and -WorkingDirectory at the same time is contradictory."
                        Write-W2VWarn "Ignoring the WorkingDirectory specification."
                        $WorkingDirectory = Split-Path $VHDPath -Parent
                    }
                }

                if ($VHDPath) {
                    # Check to see if there's a conflict between the specified file extension and the VHDFormat being used.
                    $ext = ([IO.FileInfo]$VHDPath).Extension

                    if (!($ext -ilike ".$($VHDFormat)")) {
                        throw "There is a mismatch between the VHDPath file extension ($($ext.ToUpper())), and the VHDFormat (.$($VHDFormat)).  Please ensure that these match and try again."
                    }
                }

                # Create a temporary name for the VHD(x).  We'll name it properly at the end of the script.
                if ([String]::IsNullOrEmpty($VHDPath)) {
                    $VHDPath      = Join-Path $WorkingDirectory "$($sessionKey).$($VHDFormat.ToLower())"
                } else {
                    # Since we can't do Resolve-Path against a file that doesn't exist, we need to get creative in determining 
                    # the full path that the user specified (or meant to specify if they gave us a relative path).
                    # Check to see if the path has a root specified.  If it doesn't, use the working directory.
                    if (![IO.Path]::IsPathRooted($VHDPath)){
                        $VHDPath  = Join-Path $WorkingDirectory $VHDPath
                    }

                    $vhdFinalName = Split-Path $VHDPath -Leaf
                    $VHDPath      = Join-Path (Split-Path $VHDPath -Parent) "$($sessionKey).$($VHDFormat.ToLower())"
                }

                Write-W2VTrace "Temporary $VHDFormat path is : $VHDPath"
 
                # If we're using an ISO, mount it and get the path to the WIM file.
                if (([IO.FileInfo]$SourcePath).Extension -ilike ".ISO") { 

                    # If the ISO isn't local, copy it down so we don't have to worry about resource contention
                    # or about network latency.
                    if (Test-IsNetworkLocation $SourcePath) {
                        Write-W2VInfo "Copying ISO $(Split-Path $SourcePath -Leaf) to temp folder..."
                        Copy-Item -Path $SourcePath -Destination $env:Temp -Force
                        $SourcePath = "$($env:Temp)\$(Split-Path $SourcePath -Leaf)"
                    }

                    $isoPath = (Resolve-Path $SourcePath).Path

                    Write-W2VInfo "Opening ISO $(Split-Path $isoPath -Leaf)..."
                    $openIso     = Mount-DiskImage -ImagePath $isoPath -StorageType ISO -PassThru
                    # Refresh the DiskImage object so we can get the real information about it.  I assume this is a bug.
                    $openIso     = Get-DiskImage -ImagePath $isoPath
                    $driveLetter = ($openIso | Get-Volume).DriveLetter

                    $SourcePath  = "$($driveLetter):\sources\install.wim"

                    # Check to see if there's a WIM file we can muck about with.
                    Write-W2VInfo "Looking for $($SourcePath)..."
                    if (!(Test-Path $SourcePath)) {
                        throw "The specified ISO does not appear to be valid Windows installation media."
                    }
                }

                # Check to see if the WIM is local, or on a network location.  If the latter, copy it locally.
                if (Test-IsNetworkLocation $SourcePath) {
                    $SourceIsNetwork = $true
                    Write-W2VInfo "Copying WIM $(Split-Path $SourcePath -Leaf) to temp folder..."
                    Copy-Item -Path $SourcePath -Destination $env:Temp -Force
                    $SourcePath = "$($env:Temp)\$(Split-Path $SourcePath -Leaf)"
                }

                $SourcePath  = (Resolve-Path $SourcePath).Path
    
                # We're good.  Open the WIM container.
                $openWim     = New-Object WIM2VHD.WimFile $SourcePath

                # Let's see if we're running against an unstaged build.  If we are, we need to blow up.
                if ($openWim.ImageNames.Contains("Windows Longhorn Client") -or
                    $openWim.ImageNames.Contains("Windows Longhorn Server") -or
                    $openWim.ImageNames.Contains("Windows Longhorn Server Core")) {
                    throw "Convert-WindowsImage cannot run against unstaged builds. Please try again with a staged build."
                }

                # If there's only one image in the WIM, just selected that.
                if ($openWim.Images.Count -eq 1) { 
                    $Edition   = $openWim.Images[0].ImageFlags
                    $openImage = $openWim[$Edition]
                } else {

                    if ([String]::IsNullOrEmpty($Edition)) {
                        Write-W2VError "You must specify an Edition or SKU index, since the WIM has more than one image."
                        Write-W2VError "Valid edition names are:"
                        $openWim.Images | %{ Write-W2VError "  $($_.ImageFlags)" }
                        throw
                    } 
                }

                $Edition | ForEach-Object -Process {

                    $Edition = $PSItem
    
                    if ([Int32]::TryParse($Edition, [ref]$null)) {
                        $openImage = $openWim[[Int32]$Edition]    
                    } else {
                        $openImage = $openWim[$Edition]
                    }    

                    if ($null -eq $openImage) {
                        Write-W2VError "The specified edition does not appear to exist in the specified WIM."
                        Write-W2VError "Valid edition names are:"
                        $openWim.Images | %{ Write-W2VError "  $($_.ImageFlags)" }
                        throw
                    }

                    Write-W2VInfo
                    Write-W2VInfo "Image $($openImage.ImageIndex) selected ($($openImage.ImageFlags))..."

                    # Check to make sure that the image we're applying is Windows 7 or greater.
                    if ($openImage.ImageVersion -lt $lowestSupportedVersion) {
                        throw "Convert-WindowsImage only supports Windows 7 and Windows 8 WIM files.  The specified image does not appear to contain one of those operating systems."
                    }

                    <#
                        Create the VHD using the VirtDisk Win32 API.
                        So, why not use the New-VHD cmdlet here?
        
                        New-VHD depends on the Hyper-V Cmdlets, which aren't installed by default.
                        Installing those cmdlets isn't a big deal, but they depend on the Hyper-V WMI
                        APIs, which in turn depend on Hyper-V.  In order to prevent Convert-WindowsImage
                        from being dependent on Hyper-V (and thus, x64 systems only), we're using the 
                        VirtDisk APIs directly.
                    #>
                    if ($VHDType -eq "Dynamic") {
                        Write-W2VInfo "Creating sparse disk..."
                        $openVhd = [WIM2VHD.VirtualHardDisk]::CreateSparseDisk(
                            $VHDFormat,
                            $VHDPath,
                            $SizeBytes,
                            $true
                        )
                    } else {
                        Write-W2VInfo "Creating fixed disk..."
                        $openVhd = [WIM2VHD.VirtualHardDisk]::CreateFixedDisk(
                            $VHDFormat,
                            $VHDPath,
                            $SizeBytes,
                            $true
                        )
                    }

                    # Attach the VHD.
                    Write-W2VInfo "Attaching $VHDFormat..."
                    $openVhd.Attach()

                    if ($VHDPartitionStyle -eq "MBR" ) {
                        Initialize-Disk -Number $openVhd.DiskIndex -PartitionStyle MBR
                        Write-W2VInfo "Disk initialized with MBR..."
                    } elseif ($VHDPartitionStyle -eq "GPT" ) {
                        Initialize-Disk -Number $openVhd.DiskIndex -PartitionStyle GPT
                        Write-W2VInfo "Disk initialized with GPT..."
                    }
                
                    $disk      = Get-Disk -Number $openVhd.DiskIndex

                    if ( $VHDPartitionStyle -eq "MBR") {
                        $partition       = New-Partition -DiskNumber $openVhd.DiskIndex -Size $disk.LargestFreeExtent -MbrType IFS -IsActive
                        Write-W2VInfo "Disk partitioned..."
                    } elseif ( $VHDPartitionStyle -eq "GPT" ) {
                
                        Write-W2VInfo "Disk partitioned"

                        If
                        (
                            $BCDinVHD -eq "VirtualMachine"
                        )
                        {
                            $PartitionSystem = New-Partition -DiskNumber $openVhd.DiskIndex -Size 100MB -GptType '{c12a7328-f81f-11d2-ba4b-00a0c93ec93b}'
                            Write-W2VInfo "System Partition created"

                        }
                
                        $partition       = New-Partition -DiskNumber $openVhd.DiskIndex -UseMaximumSize -GptType '{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}'
                        Write-W2VInfo "Boot Partition created"
                    }

                    if ( $VHDPartitionStyle -eq "MBR" ) {
                        $volume    = Format-Volume -Partition $partition -FileSystem NTFS -Force -Confirm:$false
                        Write-W2VInfo "Volume formatted..."
                    } elseif ( $VHDPartitionStyle -eq "GPT" ) {

                        If
                        (
                            $BCDinVHD -eq "VirtualMachine"
                        )
                        {
                
                          # The following line won't work. Thus we need to substitute it with DiskPart
                          # $volumeSystem    = Format-Volume -Partition $partitionSystem -FileSystem FAT32 -Force -Confirm:$false

                            @"
select disk $($disk.Number)
select partition $($partitionSystem.PartitionNumber)
format fs=fat32 label="System"
"@ | & $env:SystemRoot\System32\DiskPart.exe | Out-Null

                            Write-W2VInfo "System Volume formatted (with DiskPart)..."
                
                        }
              
                        $volume          = Format-Volume -Partition $partition -FileSystem NTFS -Force -Confirm:$false
                        Write-W2VInfo "Boot Volume formatted (with Format-Volume)..."
                    }
        
                    if ( $VHDPartitionStyle -eq "MBR") {
                        $partition       | Add-PartitionAccessPath -AssignDriveLetter
                        $drive           = $(Get-Partition -Disk $disk).AccessPaths[0]
                        Write-W2VInfo "Access path ($drive) has been assigned..."
                    } elseif ( $VHDPartitionStyle -eq "GPT" ) {

                        If
                        (
                            $BCDinVHD -eq "VirtualMachine"
                        )
                        {

                            $partitionSystem | Add-PartitionAccessPath -AssignDriveLetter
                            $driveSystem     = $(Get-Partition -Disk $disk).AccessPaths[1]
                            Write-W2VInfo "Access path ($driveSystem) has been assigned to the System Volume..."

                            $partition       | Add-PartitionAccessPath -AssignDriveLetter
                            $drive           = $(Get-Partition -Disk $disk).AccessPaths[2]
                            Write-W2VInfo "Access path ($drive) has been assigned to the Boot Volume..."
                        }
                        ElseIf
                        (
                            $BCDinVHD -eq "NativeBoot"
                        )
                        {
                            $partition       | Add-PartitionAccessPath -AssignDriveLetter
                            $drive           = $(Get-Partition -Disk $disk).AccessPaths[1]
                            Write-W2VInfo "Access path ($drive) has been assigned to the Boot Volume..."
                        }
                    }

                    Write-W2VInfo "Applying image to $VHDFormat. This could take a while..."

                    $openImage.Apply($drive)

                    if (![string]::IsNullOrEmpty($UnattendPath)) {
                        Write-W2VInfo "Applying unattend file ($(Split-Path $UnattendPath -Leaf))..."
                        Copy-Item -Path $UnattendPath -Destination (Join-Path $drive "unattend.xml") -Force
                    }

                    Write-W2VInfo "Signing disk..."
                    $flagText | Out-File -FilePath (Join-Path $drive "Convert-WindowsImageInfo.txt") -Encoding Unicode -Force

                    if ($openImage.ImageArchitecture -ne "ARM") {

                        if ( $BCDinVHD -eq "VirtualMachine" ) {
                        # We only need this if VHD is prepared for a VM.
                        # In this case VHD is "Self-Sustainable", i.e. contains a boot loader and does not depend on external files.
                        # (There's nothing "External" from the perspecitve of VM by definition).

                            Write-W2VInfo "Image applied. Making image bootable..."

                            if ( $VHDPartitionStyle -eq "MBR" ) {

                                $bcdBootArgs = @(
                                    "$($drive)Windows",    # Path to the \Windows on the VHD
                                    "/s $drive",           # Specifies the volume letter of the drive to create the \BOOT folder on.
                                    "/v"                   # Enabled verbose logging.
                                    "/f BIOS"              # Specifies the firmware type of the target system partition
                                )

                            } elseif ( $VHDPartitionStyle -eq "GPT" ) {

                                $bcdBootArgs = @(
                                    "$($drive)Windows",    # Path to the \Windows on the VHD
                                    "/s $driveSystem",     # Specifies the volume letter of the drive to create the \BOOT folder on.
                                    "/v"                   # Enabled verbose logging.
                                    "/f UEFI"              # Specifies the firmware type of the target system partition
                                )

                            }

                            Run-Executable -Executable $BCDBoot -Arguments $bcdBootArgs


                          # I'm commenting this out in order to workaround the bug in VMM diff disk handling.
                          # This turns out to affect the VM Role provisioning with Windows Azure Pack.
                          # Nowadays, everything is supposed to work even without specifying the Disk Signature.

                         <# if ( $VHDPartitionStyle -eq "MBR" ) {          

                                Apply-BcdStoreChanges                     `
                                    -BcdStoreFile    "$($drive)boot\bcd"  `
                                    -PartitionStyle  $PARTITION_STYLE_MBR `
                                    -DiskSignature   $disk.Signature      `
                                    -PartitionOffset $partition.Offset    

                            } #>

                          # The following is added to mitigate the VMM diff disk handling
                          # We're going to change from MBRBootOption to LocateBootOption.

                            if ( $VHDPartitionStyle -eq "MBR" ) {

                                Write-W2VInfo "Fixing the Device ID in the BCD store on $($VHDFormat)..."
                                Run-Executable -Executable "BCDEDIT.EXE" -Arguments (
                                    "/store $($drive)boot\bcd",
                                    "/set `{bootmgr`} device locate"
                                )
                                Run-Executable -Executable "BCDEDIT.EXE" -Arguments (
                                    "/store $($drive)boot\bcd",
                                    "/set `{default`} device locate"
                                )
                                Run-Executable -Executable "BCDEDIT.EXE" -Arguments (
                                    "/store $($drive)boot\bcd",
                                    "/set `{default`} osdevice locate"
                                )

                            }

                            Write-W2VInfo "Drive is bootable. Cleaning up..."

                        } elseif ( $BCDinVHD -eq "NativeBoot" ) {
                        # For Native Boot we don't need BCD store inside the VHD.
                        # Both Boot Loader and its configuration store live outside the VHD (on physical disk).

                            Write-W2VInfo "Image applied. It is not bootable without an external boot loader. Cleaning up..."

                        }

                        # Are we turning the debugger on?
                        if ($EnableDebugger -inotlike "None") {
                            Write-W2VInfo "Turning kernel debugging on in the $($VHDFormat)..."
                            Run-Executable -Executable "BCDEDIT.EXE" -Arguments (
                                "/store $($drive)\boot\bcd",
                                "/set `{default`} debug on"
                            )
                        }
            
                        # Configure the specified debugging transport and other settings.
                        switch ($EnableDebugger) {
                
                            "Serial" {
                                Run-Executable -Executable "BCDEDIT.EXE" -Arguments (
                                    "/store $($drive)\boot\bcd",
                                    "/dbgsettings SERIAL",
                                    "DEBUGPORT:$($ComPort.Value)",
                                    "BAUDRATE:$($BaudRate.Value)"
                                )
                                break
                            }
                
                            "1394" {
                                Run-Executable -Executable "BCDEDIT.EXE" -Arguments (
                                    "/store $($drive)\boot\bcd",
                                    "/dbgsettings 1394",
                                    "CHANNEL:$($Channel.Value)"
                                )
                                break
                            }
                
                            "USB" {
                                Run-Executable -Executable "BCDEDIT.EXE" -Arguments (
                                    "/store $($drive)\boot\bcd",
                                    "/dbgsettings USB",
                                    "TARGETNAME:$($Target.Value)"
                                )
                                break
                            }
                
                            "Local" {
                                Run-Executable -Executable "BCDEDIT.EXE" -Arguments (
                                    "/store $($drive)\boot\bcd",
                                    "/dbgsettings LOCAL"
                                )
                                break
                            }
             
                            "Network" {
                                Run-Executable -Executable "BCDEDIT.EXE" -Arguments (
                                    "/store $($drive)\boot\bcd",
                                    "/dbgsettings NET",
                                    "HOSTIP:$($IP.Value)",
                                    "PORT:$($Port.Value)",
                                    "KEY:$($Key.Value)"
                                )
                                break
                            }
                                
                            default {
                                # Nothing to do here - bail out.
                                break
                            }
                        }
            
                    } else {
                        # Don't bother to check on debugging.  We can't boot WoA VHDs in VMs, and 
                        # if we're native booting, the changes need to be made to the BCD store on the 
                        # physical computer's boot volume.
            
                        Write-W2VInfo "Not making VHD bootable, since WOA can't boot in VMs."
                    }

                    if (
                        ( 
                            $RemoteDesktopEnable -eq $True
                        ) -or (
                            $ExpandOnNativeBoot -eq $False
                        )
                    ) {
        
                        $hive         = Mount-RegistryHive -Hive (Join-Path $drive "Windows\System32\Config\System")
        
                        if ( $RemoteDesktopEnable -eq $True ) {

                            Write-W2VInfo -text "Enabling Remote Desktop"
                            Set-ItemProperty -Path "HKLM:\$($hive)\ControlSet001\Control\Terminal Server" -Name "fDenyTSConnections" -Value 0

                        }

                        if ( $ExpandOnNativeBoot -eq $False ) {
            
                            Write-W2VInfo -text "Disabling automatic $VHDFormat expansion for Native Boot"
                            Set-ItemProperty -Path "HKLM:\$($hive)\ControlSet001\Services\FsDepends\Parameters" -Name "VirtualDiskExpandOnMount" -Value 4
            
                        }

                        Dismount-RegistryHive -HiveMountPoint $hive

                    }

                    if ( $Driver ) {

                        Write-W2VInfo -text "Adding Windows Drivers to the Image"

                        $Driver | ForEach-Object -Process {

                            Write-W2VInfo -text "Driver path: $PSItem"
                            $Dism = Add-WindowsDriver -Path $drive -Recurse -Driver $PSItem
                        }
                    }

                    If ( $Feature ) {
            
                        Write-W2VInfo -text "Installing Windows Feature(s) $Feature to the Image"
                        $FeatureSourcePath = Join-Path -Path "$($driveLetter):" -ChildPath "sources\sxs"
                        Write-W2VInfo -text "From $FeatureSourcePath"
                        $Dism = Enable-WindowsOptionalFeature -FeatureName $Feature -Source $FeatureSourcePath -Path $drive -All

                    }

                    if ( $Package ) {

                        Write-W2VInfo -text "Adding Windows Packages to the Image"
            
                        $Package | ForEach-Object -Process {

                            Write-W2VInfo -text "Package path: $PSItem"
                            $Dism = Add-WindowsPackage -Path $drive -PackagePath $PSItem
                        }
                    }

                    if ([String]::IsNullOrEmpty($vhdFinalName)) {
                        # We need to generate a file name. 
                        Write-W2VInfo "Generating name for $($VHDFormat)..."
                        $hive         = Mount-RegistryHive -Hive (Join-Path $drive "Windows\System32\Config\Software")

                        $buildLabEx   = (Get-ItemProperty "HKLM:\$($hive)\Microsoft\Windows NT\CurrentVersion").BuildLabEx
                        $installType  = (Get-ItemProperty "HKLM:\$($hive)\Microsoft\Windows NT\CurrentVersion").InstallationType
                        $editionId    = (Get-ItemProperty "HKLM:\$($hive)\Microsoft\Windows NT\CurrentVersion").EditionID
                        $skuFamily    = $null

                        Dismount-RegistryHive -HiveMountPoint $hive

                        # Is this ServerCore?
                        # Since we're only doing this string comparison against the InstallType key, we won't get
                        # false positives with the Core SKU.
                        if ($installType.ToUpper().Contains("CORE")) {
                            $editionId += "Core"
                        }

                        # What type of SKU are we?
                        if ($installType.ToUpper().Contains("SERVER")) {
                            $skuFamily = "Server"
                        } elseif ($installType.ToUpper().Contains("CLIENT")) {
                            $skuFamily = "Client"
                        } else {
                            $skuFamily = "Unknown"
                        }

                        $vhdFinalName = "$($buildLabEx)_$($skuFamily)_$($editionId)_$($openImage.ImageDefaultLanguage).$($VHDFormat.ToLower())"
                        Write-W2VTrace "$VHDFormat final name is : $vhdFinalName"
                    }

                    $vhdFinalPathCurrent = Join-Path (Split-Path $VHDPath -Parent) $vhdFinalName
                    Write-W2VTrace "$VHDFormat final path is : $vhdFinalPathCurrent"

                    Write-W2VInfo "Closing $VHDFormat..."
                    $openVhd.Close()
                    $openVhd = $null
    
                    if (Test-Path $vhdFinalPathCurrent) {
                        Write-W2VInfo "Deleting pre-existing $VHDFormat : $(Split-Path $vhdFinalPathCurrent -Leaf)..."
                        Remove-Item -Path $vhdFinalPathCurrent -Force
                    }
            
                    $vhdFinalPath += $vhdFinalPathCurrent

                    Write-W2VTrace -Text "Renaming $VHDFormat at $VHDPath to $vhdFinalName"
                    Rename-Item -Path (Resolve-Path $VHDPath).Path -NewName $vhdFinalName -Force

                    $vhd += Get-DiskImage -ImagePath $vhdFinalPathCurrent

                    $vhdFinalName = $Null
                }

            } catch {
    
                Write-W2VError $_
                Write-W2VInfo "Log folder is $logFolder"

            } finally { 
 
                # If we still have a WIM image open, close it.
                if ($openWim -ne $null) {
                    Write-W2VInfo 
                    Write-W2VInfo "Closing Windows image..."
                    $openWim.Close()
                }

                # If we still have a registry hive mounted, dismount it.
                if ($mountedHive -ne $null) {
                    Write-W2VInfo "Closing registry hive..."
                    Dismount-RegistryHive -HiveMountPoint $mountedHive
                }

                # If we still have a VHD(X) open, close it.
                if ($openVhd -ne $null) {
                    Write-W2VInfo "Closing $VHDFormat..."
                    $openVhd.Close()
                }

                # If we still have an ISO open, close it.
                if ($openIso -ne $null) {
                    Write-W2VInfo "Closing ISO..."
                    Dismount-DiskImage $ISOPath
                }
 
                # Check to see if the WIM is local, or on a network location.  If the latter, remove the copy.
                if ( Test-Path -Path "Variable:\SourceIsNetwork" ) {

                    Remove-Item -Path $SourcePath
                }
    
                # Close out the transcript and tell the user we're done.
                Write-W2VInfo "Done."
                if ($transcripting) {
                    $null = Stop-Transcript
                }
            }
        }

        End {

            if ($Passthru) {
    
                return $vhd
            }
        }

   #endregion Code

}
VBoot natively supports a variety of disk image formats that you can find from popular virtual machine software, including VHD, VMDK, VDI and Raw. If for some reason you want to convert from one format to the other, you can use the vbootctl program that ships with VBoot to convert virtual disk files between different formats.

For example, the following command converts VDI file to a VMDK file: 

```
        vbootctl convertvd c:\win7.vdi c:\win7.vmdk
```



The full syntax of the command is listed below:
SYNTAX:

```
  vbootctl converthd src_diskfile dst_diskfile [/srcfmt format] [/dstfmt format]
```



<<<
OPTIONS:
  src_diskfile  Specify the path to the source virtual disk file.
                It can be a .vdi, .vmdk, or .vhd file.

  dst_diskfile  Specify the path to the destination virtual disk file.
                It can be a .vdi, .vmdk, or .vhd file.

  [/srcfmt format]
                Specify the source format, "VDI", "VMDK" or "VHD".

  [/dstfmt format]
                Specify the destionation format, "VDI", "VMDK" or "VHD".

<<<

EXAMPLES:

```
  vbootctl comvertvd disk1.vmdk disk1.vdi
```

If you already have a virtual disk file, such as Windows 7 or Windows 8 Native boot VHD file, you can run the following command to make it to become bootable using VBoot. This command will install the correct components to your existing virtual disk file.

For example, you can run the following command to prepare the vhd file so it can boot with VBoot.

```
vbootctl prepare c:\my-windows7.vhd
```

CopperCube (successor of irrEdit) is a free 3D authoring editor, also the most user-friendly 3D game engine. It is developed based on the free and open-source 3D game engine – Irrlicht Engine (SWFZ Engine was rewritten from this engine too), and its essence is a simple, lightweight but powerful interactive 3D scenes designing software with concise and clear user interface, convenient operation, and humanized design. It is mainly used in the production of 3D application, 3D game, 3D website, and 3D animation.


As an efficient, incorporate 3D game engine, the greatest feature of CopperCube lies in that it’s very easy to use. You don’t need to have the senior theory knowledge or industry experience, and you can create simple or complex 3D games without editing any code – only through the mouse clicks. Besides, CopperCube supports the import of all kinds of scripts and files; can import the ready-made 3D models, and allows you to create your own ones; allows to set up the camera controller, and more.

CopperCube can not only directly export the scenes, resources and logics as a single scene file that it supports, but also generate simple game or application (from the simplest 3D scenes to very complex and complete 3D games) without having to write a single line of code. In addition, the projects made with CopperCube support multiple platforms. As a result, you can create 3D apps or games for Windows and Mac, WebGL– and HTML5-enabled web browsers, Android based mobile devices, even generate the SWF file for Flash, etc.
There are many ways to get a physical disk into a VHDX. Be aware that just because you can convert a disk to VHDX does not mean that it can successfully boot inside a virtual machine! However, it will always be readable by any management operating system that can mount a VHDX and has the proper file system driver. These are the most common ways to convert a physical drive to VHDX:

* Directly attach a physical drive to the system, then use the VHD creation wizard to copy its contents to a VHDX (see step 6).
* Use Disk2VHD.
* Use the Microsoft Virtual Machine Converter. MSVMC can currently generate a virtual machine from another virtual machine or perform a physical-to-virtual conversion (P2V) of a physical computer.
The VBoot loader is based on GNU GRUB2, and its files are located in vboot sub directory. 

* •vbootldr.mbr and vbootldr are the two critical boot loader files that must be copied to the root directory of a drive, typical C:\. 
* •The fonts directory contains font files to be used by our boot loader. 
* •The grub directory contains grub2 modules, and the very import grub.cfg configuration file. 

For example, if you want to copy the files to C:\, you need to copy the vboot directory to c:\, so you will have c:\vboot directory. Then you must copy vbootldr.mbr and vbootldr to c:\. 



The following commands can be used to copy the files. Make sure to run from the extracted dir. Obviously, if you have already extracted the vboot zip file to c:\vboot directory, then you don't need to copy most of the files except vbootldr and vbootldr.mbr, which must be present at the root folder of the boot partition.

```
md c:\vboot
xcopy /s vboot c:\vboot
copy vboot\vbootldr c:\
copy vboot\vbootldr.mbr c:\
```
@@color:#999;//see below for the code//@@
{{$:/.tb/template/fields-core}}

Rendered via...
<pre><$view tiddler="$:/.tb/template/fields-core"/></pre>
CoreDNS is a DNS server/forwarder, written in Go, that chains plugins. Each plugin performs a (DNS) function.

CoreDNS is a Cloud Native Computing Foundation graduated project.

CoreDNS is a fast and flexible DNS server. The key word here is flexible: with CoreDNS you are able to do what you want with your DNS data by utilizing plugins. If some functionality is not provided out of the box you can add it by writing a plugin.
Open Source UI Components Library built on top of Bootstrap 5.
CoreUI is an Open Source Bootstrap Admin Template. But CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let’s just add that CoreUI consists bunch of unique features and over 1000 high quality icons.

CoreUI offers 6 versions: Bootstrap, Angular, Laravel, React.js, Vue.js, and Vue.js + Laravel.

CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!
Courier Management System is the simplest solution for Courier & Cargo Tracking Business. If you need to enable Tracking Option in your existing or new website, this is quickest Software Solution.

You can get install it yourselves or We do the installation and brand it in your name on your hosting !

The Courier Software is Very easy to setup and manage powerful administration. Provide online tracking system of consignment and shipping detail for International or domestic shipping.

!!! Features
* Courier Office Login
* Add Shipment
* Edit/Update Shipment
* List all Shipment
* Search By Shipment Number
* View Reports
Buttons is a course format that creates a menu with buttons to access the sections, one by one. Please favourite ♥!
Place the grading table with additional functionality directly on the course page and manage gradable activities easily. Provide your students a quick overview of grading and motivate them to be better.
The Flexible course format is based on Grid adding better mobile support, responsiveness, completion tracking and the ability to make sections collapsable.
Organises course content in any number of sections that can be nested. Each section can be displayed expanded or collapsed
Create better courses with ready made course templates.
LUDIC presents course structure and contents graphically. A range of gamification options are also provided to strengthen student engagement.
Course format that allows you to display the topics/sections in a menu.
Mindmap Course Format allows Moodle users using courses through interactive, personalized mindmap. Additionally, it provides features unavailable in standard Moodle, which are: graphical presentation of conditional dependencies and distinction of modules where student have problems (and which are near deadline).
Shows multiple topics per page, with tabbed navigation between pages. Topics are collapsible, and can optionally be timed.
The Pop up activities course format displays resources and simple activities embedded in modals instead of redirecting from the course page.
Let your students focus on what matters - learning, with the all-new and intuitive Edwiser Course Formats plugin! Choose from unique course formats like Card and List.
The Moodle Socialwall will transform your Moodle course into a social learning platform. This includes a familiar post interface, timeline of posts, filtering of the timeline, and integration with Moodle's activities and resources. A social learning format allows teachers to pick up the tool and begin using it right away.
A simple timeline to simulate a real social network course in moodle.
An interchangeable topic or week (day for 2.3.1+) based format that solves the issue of the 'Scroll of Death' when a course has many topics / weeks. All sections except zero have a toggle that displays that section. One or more sections can be displayed at any given time. Toggles are persistent on a per browser session per course basis but can be made to persist longer by a small code change. 
Trail format was developed based on the Grid format plugin. He distributes the grids on a trail. Some features were designed to meet some aspects of gamification, being able to change the background style and transparency for grids. In addition to having the responsibility for mobile equipment.
Weekly format listed in reverse format so first week at bottom and current week at the top
https://docs.cozy.io/en/tutorials/selfhost-debian/
[[cppcryptfs]] is based on the design of Gocryptfs, an encrypted overlay filesystem written in Go.

[[cppcryptfs]] is an implementation of the gocryptfs filesystem in C++ for Windows. cppcryptfs is compatible with gocryptfs. Filesystems created with one can generally be mounted (and synced) with the other. Please see the statement on compatibility near the end of this document.

[[cppcryptfs]] provides on-the-fly, at-rest and in-the-cloud encryption of files and file names in a virtual filesystem. It uses the Dokany driver and library to provide a virtual fileystem in user mode under Windows.

You can use [[cppcryptfs]] to create an encrypted filesystem in a folder. The encrypted filesystem is protected with a password that you choose.

When you use [[cppcryptfs]] to mount the encrypted filesystem by providing the password, then you have a new drive letter in Windows. This virtual drive letter gives you an unencrypted view of your files. The encryption and decryption are done on the fly and are transparent to applications that use the files on that virtual drive.

After you tell cppcryptfs to dismount the virtual drive letter, then there is no way to get at your unencrypted data unless the filesystem is re-mounted again using your password.

Shutting down your computer automatically dismounts all cppcryptfs drive letters.

If the folder where the encrypted files are kept is being synced with a cloud service, then only the encrypted files with encrypted file names will be uploaded to the cloud service.

This way, neither the employees of the cloud service nor anybody who hacks into the cloud service can use your files.

Also, if someone steals your computer and the encrypted filesystem is not mounted, then the thief cannot use your files.

Because the encryption is done on a per-file basis instead of using a container file to store the data, you do not have to decide ahead of time how much encrypted storage you will need. cppcryptfs has very minimal storage overhead, and your encrypted filesystem can grow dynamically limited only by the amount of free space on the physical drive on which the encrypted filesystem is located.

Another advantage of per-file encryption over container-based encryption is that per-file encryption syncs very quickly and efficiently with cloud-based services.

https://github.com/bailey27/cppcryptfs
Page editors are a great way to provide an excellent user experience. However, to build one is often a pretty dreadful task.

There're existing libraries that come with a fully working page editor out of the box with a user interface and editable components. However, if you wish to make customisations such as modifying the user interface and its behavior, it will most definitely involve modifying the library itself.

Craft.js solves this problem by modularising the building blocks of a page editor. It ships with a drag-n-drop system and handles the way user components should be rendered, updated and moved - among other things. With this, you'll be able to build your own page editor exactly how you want it to look and behave.
Crater is an open-source web & mobile invoicing app made especially for freelancers and small businesses. It's the complete invoicing solution you need, allowing you to track expenses and payments, calculate taxes, and create estimates and invoices. As both a web and a mobile app, Crater allows you to manage your invoices and keep track of everything even on the go. Crater's web application is made with Laravel & VueJS, while the mobile apps are built using React Native.

Crater is a completely free and open source professional invoicing solution. Make the smart choice for managing your budding business's transactions with Crater.

!!! Features
* Create and send professional invoices
* Professional Invoice Templates
* Estimates
* Payment tracking
* Expense tracking
* Detailed reports
* Tax calculation
* Web or mobile app
By using differencing VHDs with native VHD boot, you can restore an operating system to its default configuration within a few minutes. Differencing VHDs with native VHD boot are the same identical to those you may have used with Hyper-V or Microsoft Virtual PC. The VHDs have a parent/child relationship where all new blocks are written to the child disk (the differencing VHD), leaving the parent disk in its preconfigured state. This enables you to quickly restore the operating system to its original state by replacing the differencing VHD and re-enabling the parent/child relationship.

In the previous steps, you installed and configured Windows 7 and Windows Server 2008 R2. Now that you have booted back into Windows PE, you can create the differencing VHDs. Essentially, you will follow the same steps that you performed previously: create two differencing VHDs, one for Windows 7 and one for Windows Server 2008 R2, and then alter the BCD store so that you can boot to the differencing VHDs.

To configure booting to a differencing VHD
To create differencing VHDs that have a parent/child relationship with the VHDs you created previously, type:



```
diskpart
create vdisk file="D:\WIN7_Diff0.vhd" parent="D:\WIN7.vhd" 
create vdisk file="D:\W2K8R2_Diff0.vhd" parent="D:\W2K8R2.vhd" 
exit
```

To boot to the differencing VHDs, you need to update the BCD store to reflect these intended changes. To do this, type the following commands, and use the GUIDs for the Windows 7 VHD boot entry and the Windows Server 2008 R2 VHD boot entry that you created in Steps 8 and 9. You can run the `bcdedit /enum all /v` command to view the appropriate GUIDs.

Windows 7



```
BCDEdit -store c:\Boot\BCD /set {24761cb1-3f82-11de-8235-0003ffa37a4a} device VHD=[D:]\W2K8R2_Diff0.vhd
BCDEdit -store c:\Boot\BCD /set {24761cb1-3f82-11de-8235-0003ffa37a4a} osdevice VHD=[D:]\W2K8R2_Diff0.vhd
Windows Server 2008 R2

```



```
BCDEdit -store c:\Boot\BCD /set {4a453550-3f84-11de-8235-0003ffa37a4a} device VHD=[D:]\W2K8R2_Diff0.vhd
BCDEdit -store c:\Boot\BCD /set {4a453550-3f84-11de-8235-0003ffa37a4a} osdevice VHD=[D:]\W2K8R2_Diff0.vhd
```


This concludes the steps that are required for this advanced deployment scenario.
<<<
create-guten-block is zero configuration dev-toolkit (#0CJS) to develop WordPress Gutenberg blocks in a matter of minutes without configuring React, webpack, ES6/7/8/Next, ESLint, Babel, etc.
<<<


Create Guten Block is not like other starter-kits or boilerplates. It's a developer's toolbox which is continuously updated. Since it has zero-configuration, you can always update it without any changes in your code.
To get Diskpart to do that work, however, you need to understand the way Microsoft thinks about snapshots. Suppose you have a drive P: that's actually a VHD, and you want to give it the snapshot capability. In Microsoft parlance, you do that by employing two VHDs—one called the parent and the other called the child.

In this model, you'd call P's original VHD the parent VHD. To make P: snapshot-capable, you wouldn't do anything to the parent; instead, you'd use Diskpart to create a second VHD called a child VHD. (When you create the VHD, you must inform Windows that the new VHD is a child and you must identify the name of the parent VHD.) You then tell Windows to no longer attach the parent as P, because to get snapshot functionality, you must attach the child VHD, which automatically becomes P. Assuming that the parent VHD is called e:\parent.vhd and the child is named e:\child.vhd, you'd type the following commands to detach the parent, create the child, and attach the child:

```
select vdisk file=e:\parent.vhd
detach vdiskcreate vdisk file=e:\child.vhd parent=e:\parent.vhd
select vdisk file=e:\child.vhd
attach vdisk
```
Open PowerShell and type

```
New-VHD -Path "Full\path\to\vhd\file" -Fixed -SizeBytes <size>
```
To create a dynamically expanding VHD, issue the command 

```
New-VHD -Path "Full path of .vhd or .vhdx location" -Dynamic -SizeBytes <size>.
```
Open a command prompt


```
diskpart 
create vdisk file="Full\path\to\vhd\file" maximum=<size> type=expandable
create vdisk file="Full\path\to\vhd\file" maximum=<size> type=fixed

select vdisk file=c:\install1.vhd
attach vdisk
detail vdisk
convert mbr
create partition primary
format fs=ntfs label=”install” quick
assign letter=e




exit
```

* https://medium.com/@mestacey/creating-a-self-signed-ssl-certificate-for-your-intranet-services-4d33e555574b
* Part 1 [[VHDX from ISO|]]
* Part 2 [[Patching and Cleanup via PowerShell|]]
* Part 3 [[SysPrep and Compacting Images|]]
* Part 4 [[Bringing it all together with automation|]]
Use the New-VHD cmdlet to create the VHD, then Add-VMHardDiskDrive to attach it.


```
New-VHD -Path 'C:\LocalVMs\Virtual Hard Disks\newvdisk.vhdx' -SizeBytes 50gb -Dynamic | Add-VMHardDiskDrive -VMName svtest -ControllerType IDE -ControllerNumber 1 -ControllerLocation 1
```
A made-easy offline PHP and MySQL Syntax Generator for Web developers.
Stop wasting time doing it all by yourself. PHP MySQL (PDO) CRUD Generator that is designed with one goal in mind to reduce development time by creating any CRUD (Select, Insert, Update, Delete) syntax development process. Creating CRUD manually is time consuming and overwhelming. PHP MySQL (PDO) CRUD Generator help you generating beautiful and customized CRUD script quickly.
Download CRX File for Chrome Apps & Extensions.
CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others. See https://www.cryfs.org.

!! ''Install latest release''
!!! ''Linux''
This only works for Ubuntu 17.04 and later, and Debian Stretch and later. You can also use CryFS on older versions of these distributions by following the Building from source instructions below.


```
sudo apt install cryfs
```

!!! ''OSX''
CryFS is distributed via Homebrew. Just do


```
brew cask install osxfuse
brew install cryfs
```

!!! ''Windows (experimental)''
CryFS has experimental Windows support since the 0.10 release series. To install it, do:

* Install DokanY
* Install Microsoft Visual C++ Redistributable for Visual Studio 2019
* Install CryFS
!!!! ''GUI''
Theres some GUI applications with CryFS support. You usually have to install the GUI and also CryFS itself for it to work.

* SiriKali
* [[Plasma Vault]] in KDE Plasma >= 5.11
* CertKeyProvider 2.x
* Advanced certificate-based key provider.
* Multi Cert Key Provider 2.x
* RSA certificate-based key provider.
* RSA Cert Key Provider 2.x
* Simple RSA certificate-based key provider.
* KeyManager 2.x
* Certificate-based key provider with GUI.
* Smart Certificate Key Provider 2.x
* Certificate-based key provider with smart card support.
* OtpKeyProv 2.x
* Key provider based on one-time passwords.
* KeeChallenge 2.x
* Key provider based on challenge-response.
* Key Xchanger 2.x
* A bluetooth key provider plugin.
* KeePassQuickUnlock 2.x
* Unlocks databases quickly.
* KeePassWinHello 2.x
* Unlocks databases quickly using Windows Hello.
* WinHelloUnlock 2.x
* Manages database access credentials using Windows Hello.
* WinKee 2.x
* Manages database access credentials.
* KeePassAutoUnlock 2.x
* Opens a database when starting KeePass.
* KeePassRFID 2.x
* Key provider using RFID/NFC smart cards.
* LoginCard Key Provider 2.x
* Key provider using RFID LoginCard (OWOK light).
* Token Engine Key Provider 2.x
* Key provider using Token Engine.
* KeePassKeyServer 2.x
* Key provider that retrieves a key from a key server.
* Twofish Cipher 2.x
* Adds the Twofish encryption algorithm.
* Serpent Cipher 2.x
* Adds the Serpent encryption algorithm.
* Salsa Cipher 2.x
* Adds the Salsa20 encryption algorithm.
* GostPlugin 2.x
* Adds the GOST R 34.12-2015 encryption algorithm.
* MultiCipher 2.x
* Encrypts databases using two algorithms.
Cryptomator Transparent, client-side encryption support in Cyberduck and Mountain Duck to secure your data on any server or cloud storage. Based on the excellent concepts and work of Cryptomator. Encryption for data at rest prevents unauthorized access regardless of the server or cloud storage infrastructure. 
CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.

The synchronization works both ways: a change in one folder gets synchronized to the other folder. If a file is added or modified in the unencrypted folder, it gets encrypted. If a file is added or modified in the encrypted folder, it gets decrypted to the other folder.

*http://compass-style.org/
* [[JQuery]]
* https://bulma.io/
*https://css-tricks.com/
*[[Do we really need a CSS Framework?|https://dev.to/xenoxdev/do-we-really-need-a-css-framework-4ma6]]
*https://purgecss.com/
* https://www.mockplus.com/blog/post/css-framework
* https://unsemantic.com/
*https://animate.style/
*https://bulma.io/



Extract CSS and build beautiful styleguides.
🔎 No more digging in a code. Inspect styles in a simple, well-organized & beautiful way. Get it now!

CSS Peeper is a CSS viewer tailored for Designers. Get access to the useful styles with our Chrome extension. Our mission is to let Designers focus on design, and spend as little time as possible digging in a code.

Ever wondered what’s the line-height, font or a button size on a website? We provide you the ultimate tool to satisfy your curiosity. We enable you to inspect code in the easiest possible way. Check the hidden CSS style of objects, colors and assets on the web.
Cuckoo Sandbox uses components to monitor the behavior of malware in a Sandbox environment; isolated from the rest of the system. It offers automated analysis of any malicious file on Windows, Linux, macOS, and Android.

!!! Features
* detailed reports
* analyze malicious files
* Trace API calls and behavior of files
* Dump and analyze network traffic
* advanced memory analysis of infected virtualized system
* modular and open source

<<list-links "[list[$:/StoryList!!list]]">>
Enables the creation of dynamically generated certificates with complete customisation via the web browser.
{{$:/.tb/template/fields-non-standard}}

Rendered via <<source "$:/.tb/template/fields-non-standard">>
{{||$:/.tb/template/fields-custom-current}}

Rendered via template <<source "$:/.tb/template/fields-custom-current">>
This plugin provides some management features and statistics for custom icons in KeePass.

High definition of custom icon can be uploaded. URLs of associated entries are used to 
retrieve the highest definition of icons.

For each custom icon, the following information is available:
- Number and list of entries that use it
- Number and list of groups that use it


Features are:
- Download highest definition of custom icons from favicon URL
- Remove custom icons
- Modify custom icons of groups and entries
- Get list of custom icons in KeePass
- Get number and list of entries used by each custom icon
- Get number and list of groups used by each custom icon


## Installation

### Pre-requisites

- KeePass Password Safe 2.00+
- Framework .NET 4.5+


### Installation steps
1. Download [latest](https://github.com/incognito1234/Keepass-Custom-Icon-Dashboarder/releases/latest) plgx release
2. Put the _.plgx_ file into a folder called **plugins** inside your KeePass Password Safe installation folder


## Screenshots
A menu item is added to **Tool** menu

[img[Icon-Dashboarder.jpg]]

Custom icon Dashboard (downloading in progress)

[img[Icon-Dashboarder2.jpg]]
https://github.com/crossmeta/cxfuse
Cybera is an Internet cafe administration system. It works with prepaid cards or client accounts or in a post paid Self Service mode. Features include workstation control, user rights lockdown, accounting, stats and screen replication for CAI.
Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox.
https://cymatics.fm/pages/free-download-vault
D-Fend Reloaded is a graphical environment for DOSBox. D-Fend Reloaded is a successor of the discontinued D-Fend. Both environments look alike and D-Fend Reloaded contains all features of D-Fend. Even the D-Fend config files can be used.
Rich user interface for the DAISY Pipeline. The DAISY Pipeline is a cross-platform, open source framework for DTB-related document transformations.
DasBoot is a software utility produced by Subrosasoft.com Inc. It allows the user to create a bootable Mac OS X USB device for Mac OS X 10.5 and earlier. It is a freeware product. This live USB device can be used for diagnostic, repair, and recovery of Mac OS X systems.
Dashio It is fully responsive admin dashboard template built with Bootstrap Framework. Flat color, Customized Chart, Easy to customize and developer friendly code Dashio comes with 35+ well crafted pages required for creating a complete admin for your app. It’s very much adaptive with any size viewport including iPhone, iPad, android phone and tablet. Dashio comes with a well commented and easy code that can be used by newbies as if is also very straightforward. It is amazingly crafted and comes with many features, many reusable UI components and so much more that will all work to make you a great dashboard.
https://github.com/pandas-dev/pandas
* [[Firebase|]]
* ParsePlatform
* [[Supabase|]]
* 
* 
* 
* 
* 
* 


* https://github.com/infinispan/infinispan
* https://github.com/Erudika/para
* https://github.com/pingcap/tidb
* https://github.com/pouchdb/pouchdb
* [[SpinRite]]
Open-source Version Control System for Machine Learning Projects

!!! Key features:

* Simple command line Git-like experience. Does not require installing and maintaining any databases. Does not depend on any proprietary online services.
* Management and versioning of datasets and machine learning models. Data can be saved in S3, Google cloud, Azure, Alibaba cloud, SSH server, HDFS, or even local HDD RAID.
* Makes projects reproducible and shareable; helping to answer questions about how a model was built.
* Helps manage experiments with Git tags/branches and metrics tracking.
* DVC aims to replace spreadsheet and document sharing tools (such as Excel or Google Docs) frequently used as both knowledge repositories and team ledgers. DVC also replaces both ad-hoc scripts to track, move, and deploy different model versions and ad-hoc data file suffixes and prefixes.
Author: Francis Noël. Language: English

Creates backups of modified databases.

Download plugin: [[[v2.0.8.6|https://keepass.info/extensions/v2/databasebackup/DataBaseBackup-2.0.8.6.zip]] for KeePass 2.27 and higher]
The premier Open Source Data Quality solution.

DataCleaner is a Data Quality toolkit that allows you to profile, correct and enrich your data. People use it for ad-hoc analysis, recurring cleansing as well as a swiss-army knife in matching and Master Data Management solutions.


!!! Features
* Profiles and analyzes your database within minutes!
* Access almost any datastore - Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, CUBRID, CSV files, Excel spreadsheets, dbase and more
* Discover patterns in your textual data with the Pattern Finder
* Find out which values occur the most with the Value Distribution profile
* Cleanse your contact details with name and address validations
* Detect duplicates using fuzzy logic and configurable weights and thresholds
* Merge your duplicates and create a single version of the truth
* Write data back to relational databases, CSV files, Excel spreadsheets or MongoDB databases
* https://github.com/therealsreehari/Learn-Data-Science-For-Free
* https://github.com/apache/superset
http://davmail.sourceforge.net/
Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP gateway allowing users to use any mail client with Exchange and Office 365, even from the internet through Outlook Web Access on any platform, tested on MacOSX, Linux and Windows

!!! Features
* POP
* IMAP
* SMTP
* Caldav
* Carddav
* LDAP
* Office 365
* Exchange
* OllyDebug
* https://downloadly.ir/software/programming/pvs-studio/
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
*https://github.com/DebianDog
*https://debiandog.github.io/doglinux/
!!! What is Decentr Browser?
Privacy-focused, lightning fast, and completely secure web browser built on Decentr's custom blockchain with a free, fully-featured VPN and ad blocker.

Companies have been selling your stolen data for over a decade now – raw user data that actually belongs to you.

Decentr returns the control – and value – of your data to you, the user. Securely. Immutably.

You retain the payable value assigned to the secure data you generate on Decentr. You use this data value to offset purchases made via our platform, making goods and services cheaper for you.

The net result? The more data generated by you = less “money” (fiat or digital) needed at point of sale (POS).

* On Decentr you own your personal user data. Each visit online remains part of your personal ID, which is stored securely on your DecID.

* Secure data has superior “value store” properties to money. This value can be used on Decentr as an exchangeable “currency” to offset payments at POS.

* Your “Personal Data Value” (PDV) functions as your personal “exchange rate” between all money-currencies, fiat and digital.

* Your PDV fluctuates: positive engagement on the network will see a rise in your PDV, making payments cheaper, and negative engagement will see a similar fall.

Decentr is Currently in Beta Development With Free, Fully Functional VPN/Adblocker—PDV and DEC Functionality Arriving At The End Of Q3 2021.

As part of the ongoing beta program, each wallet is issued 1,000 tDEC, or "Test DEC," which have zero value. tDEC is currently used for beta testing and will be phased out and replaced with DEC tokens once the Decentr mainnet is released.

DEC is a cryptocurrency token currently being traded on Uniswap and various other exchanges.
Protects you against tracking through "free", centralized, content delivery.
It prevents a lot of requests from reaching networks like Google Hosted Libraries, and serves local files to keep sites from breaking. Complements regular content blockers.

----------------------------------------------------------------

Websites have increasingly begun to rely much more on large third-parties for content delivery. Canceling requests for ads or trackers is usually without issue, however blocking actual content, not unexpectedly, breaks pages. The aim of this add-on is to cut out the middleman by providing lightning speed delivery of local (bundled) files to improve online privacy.

     • Protects privacy by evading large delivery networks that claim to offer free services.
     • Complements regular blockers such as uBlock Origin (recommended), Adblock Plus, et al.
     • Works directly out of the box; absolutely no prior configuration required.

Note: Decentraleyes is no silver bullet, but it does prevent a lot of websites from making you send these kinds of requests. Ultimately, you can make Decentraleyes block requests for any missing CDN resources, too.
* https://github.com/DemocraciaEnRed/estamos-listas
* https://github.com/decidim/decidim
* https://github.com/consul/consul/
* https://github.com/VoteIT
* ZeroPolls
* [[Airesis|]]
* [[openDCN|]]
* https://github.com/loomio/loomio
* 
* 
* 
* 
* 








DeepSpeech is an open-source Speech-To-Text engine, using a model trained by machine learning techniques based on Baidu's Deep Speech research paper. Project DeepSpeech uses Google's TensorFlow to make the implementation easier.
https://www.deepspeed.ai

DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective.

''10x Larger Models''

''10x Faster Training''

''Minimal Code Change''

DeepSpeed delivers extreme-scale model training for everyone, from data scientists training on massive supercomputers to those training on low-end clusters or even on a single GPU:

Extreme scale: Using current generation of GPU clusters with hundreds of devices, 3D parallelism of DeepSpeed can efficiently train deep learning models with trillions of parameters.
Extremely memory efficient: With just a single GPU, ZeRO-Offload of DeepSpeed can train models with over 10B parameters, 10x bigger than the state of arts, democratizing multi-billion-parameter model training such that many deep learning scientists can explore bigger and better models.
Extremely long sequence length: Sparse attention of DeepSpeed powers an order-of-magnitude longer input sequence and obtains up to 6x faster execution comparing with dense transformers.
Extremely communication efficient: 3D parallelism improves communication efficiency allows users to train multi-billion-parameter models 2–7x faster on clusters with limited network bandwidth. 1-bit Adam reduces communication volume by up to 5x while achieving similar convergence efficiency to Adam, allowing for scaling to different types of GPU clusters and networks.
Early adopters of DeepSpeed have already produced a language model (LM) with over 17B parameters called Turing-NLG, establishing a new SOTA in the LM category.

DeepSpeed is an important part of Microsoft’s new AI at Scale initiative to enable next-generation AI capabilities at scale, where you can find more information here.
Virtualization began in the `1960s`, as a method of logically dividing the system resources provided by mainframe computers between different applications. Since then, the meaning of the term has broadened.




#[[Hardware virtualization|]]
##[[Snapshots|]]
##[[Migration|]]
##[[Failover|]]
##[[Video game console emulation|]]
##[[Nested virtualization|]]
##[[Licensing|]]
#[[Desktop virtualization|]]
#[[Containerization|]]
#[[Other types|]]
A hierarchy is a system of nested groups. A standard organizational chart is a hierarchy, with employees grouped into business units and departments reporting to a centralized authority. Other kinds of hierarchies include government bureaucracies, biological taxonomies, and a system of menus in a software program. Hierarchies are inherently “top-down,” in that they are designed to enable centralized control from a single, privileged position.

[img[https://i1.wp.com/fortelabs.co/wp-content/uploads/2019/01/1-2.001.jpeg?resize=1024%2C576&ssl=1]]

A network, by contrast, has no “correct” orientation, and thus no bottom and no top. Each individual, or “node,” in a network functions autonomously, negotiating its own relationships and coalescing into groups. Examples of networks include a flock of birds, the World Wide Web, and the social ties in a neighborhood. Networks are inherently “bottom-up,” in that the structure emerges organically from small interactions without direction from a central authority.

[img[https://i1.wp.com/fortelabs.co/wp-content/uploads/2019/01/1-2.002.jpeg?resize=1024%2C576&ssl=1]]

These two structures are not mutually exclusive – in fact, they coexist everywhere. A company might have a formal organizational chart that is hierarchical, but at the same time, it is permeated by a network of “influence relationships” between employees that don’t respect official boundaries.


<<<
There is a network in the hierarchy.
<<<


Even the internet, the most prototypical example of a pure network, requires hierarchies to function. The servers that send us data are organized hierarchically, as are the packets of data they send. The web browsers that allow us to view webpages are designed hierarchically, as are the menus we navigate to find what we’re looking for.


<<<
There is a hierarchy in the network.
<<<
!!! What's DelphiMVCFramework
DMVCFramework is a very popular Delphi framework which provides an easy to use, scalable, flexible RESTful, JSON-RPC and ActiveRecord framework for Delphi developers. DMVCFramework is the most popular Delphi project on GitHub and compiles for Windows (32 and 64bit) and Linux (64bit). DMVCFramework services can be compiled as console application, Windows Service, Linux daemon, Apache module (Windows and Linux) and IIS ISAPI (Windows).

DMVCFramework works with Delphi 10.4 Sydney, Delphi 10.3 Rio, Delphi 10.2 Tokyo, Delphi 10.1 Berlin, Delphi 10 Seattle.

!!! DelphiMVCFramework Main Features
* DMVCFramwork is simple to use, has a lot of examples, is documented and there are a lot of tutorials available.
* 
* DMVCFramework is very well documented and the book DMVCFramework - the official guide is available to fastly get a solid knowledge.
* 
* Project Roadmap is always public
* 
* There are more than 40 samples to learn all the features and be proficient and productive
* 
* Commercially supported by bit Time Professionals (training, consultancy, custom development etc.)
* 
* RESTful (RMM Level 3) compliant
* 
* JSON-RPC 2.0 Support with automatic objects remotization (check sample)
* 
* DMVCFramework' MVCActiveRecord allows an easy and fast database access.
* 
* Stable and solid, used by small/mid/big projects since 2010
* 
* Very fast! (2.x was pretty fast and now, 3.x is 60% faster than the 2.x!)
* 
* Support group at https://www.facebook.com/groups/delphimvcframework with more than 4900 active members
* 
* Can be used in load balanced environment
* 
* Wizard for the Delphi IDE. It makes DelphiMVCFramework even more simple to use!
* 
* Optional session support
* 
* JSON Web Token Support (JWT) (check sample)
* 
* Extendable using middleware - simple hooks to handle request/response (check sample)
* 
* Flexible yet simple to use, authorization/authentication framework based on industry standards.
* 
* HTTP Basic Authentication
* JWT Authentication
* Custom Authentication
* CORS support
* Controllers inheritance! You can define your own base controller and inherit from it.
* 
* Fancy URL with parameter mappings
* 
* Specialized renders to generate text, HTML, JSON.
* 
* Powerful and customizable mapper to serialize/deserialize data.
* 
* Can be packaged as stand alone server, apache module (XE6 or better) and ISAPI dll
* 
* Integrated REST Client
* 
* Works on Linux (Delphi 10.2 Tokyo or better)
* 
* Completely unit tested (more than 250 unit tests)
* 
* There is a sample for each functionality (check the dmvcframework_(yourversion)_samples.zip)
* 
* Server side generated pages using Mustache for Delphi or TemplatePro
* 
* Specific trainings are available (email to professionals@bittime.it for a date and a place)
* 
* Push notifications support using ServerSentEvents
* 
* Automatic documentation through /system/describeserver.info
* 
* Driven by its huge community (Facebook group https://www.facebook.com/groups/delphimvcframework)
* 
* Semantic Versioning
* 
* To get a fast introduction to DMVCFramework read the slides from ITDevCon conference
Depending on what you chose at the first select, the below example dynamcally retrieves the secondary options from the fields of the current tiddler. It uses the set widget to store the primary selection in a variable thus accessible to the get filter in the secondary select. A nested list then loops the options retrieved via the outer list filter.

```
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>

<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[all[current]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>

''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
```

<<<
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>

<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[all[current]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>

''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
<<<
The below example gets the secondary options from corresponding fields of the the system tiddler [[$:/.tb/dummy]].

```
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>

<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[[$:/.tb/dummy]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>

''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
```

<<<
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>

<$set name="primary" value={{!!primary}}>
<$select field='secondary'>
<$list filter="[[$:/.tb/dummy]get<primary>]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>

''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
<<<
\define secondary() $:/.tb/dummy/$(primary)$

The below example gets the secondary options from tiddlers whose name correspond to the selected primary option, e.g. [[$:/.tb/dummy/2]].

```
\define secondary() $:/dummy/$(primary)$

<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>

<$set name="primary" value={{!!primary}}>
<$select field="secondary">
<$list filter="[<secondary>get[text]]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>

''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
```

<<<
<$select field='primary'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>

<$set name="primary" value={{!!primary}}>
<$select field="secondary">
<$list filter="[<secondary>get[text]]">
<$list filter=<<currentTiddler>>>
<option><<currentTiddler>></option>
</$list>
</$list>
</$select>
</$set>

''first:'' {{!!primary}}<br>
''second:'' {{!!secondary}}
<<<
https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/deploy/deploying-graphics-devices-using-dda
* [[Isometric Design|]]
* [[Animation and Transition Effects|]]
* [[Design Resources|]]
* [[Icons and Glyphs|]]
* WebDesign
*[[3D Design]]
*[[Digital Image Manipulation]]
*[[Design Essentials|https://github.com/collections/design-essentials]]
* https://www.freepik.com/
* https://all-free-download.com
* https://depositphotos.com
*https://github.com/GitSquared/edex-ui
*https://ant.design/
*https://pixelbuddha.net/all





*https://tympanus.net/codrops/category/freebies/

!!! Audio Resources

* https://cymatics.fm/pages/free-download-vault
Main article: [[Desktop virtualization|https://en.wikipedia.org/wiki/Desktop_virtualization]]

Desktop virtualization is the concept of separating the logical desktop from the physical machine.

One form of desktop virtualization, virtual desktop infrastructure (VDI), can be thought of as a more advanced form of hardware virtualization. Rather than interacting with a host computer directly via a keyboard, mouse, and monitor, the user interacts with the host computer using another desktop computer or a mobile device by means of a network connection, such as a LAN, Wireless LAN or even the Internet. In addition, the host computer in this scenario becomes a server computer capable of hosting multiple virtual machines at the same time for multiple users.[11]

As organizations continue to virtualize and converge their data center environment, client architectures also continue to evolve in order to take advantage of the predictability, continuity, and quality of service delivered by their converged infrastructure. For example, companies like HP and IBM provide a hybrid VDI model with a range of virtualization software and delivery models to improve upon the limitations of distributed client computing.[12] Selected client environments move workloads from PCs and other devices to data center servers, creating well-managed virtual clients, with applications and client operating environments hosted on servers and storage in the data center. For users, this means they can access their desktop from any location, without being tied to a single client device. Since the resources are centralized, users moving between work locations can still access the same client environment with their applications and data.[12] For IT administrators, this means a more centralized, efficient client environment that is easier to maintain and able to more quickly respond to the changing needs of the user and business.[13] Another form, session virtualization, allows multiple users to connect and log into a shared but powerful computer over the network and use it simultaneously. Each is given a desktop and a personal folder in which they store their files.[11] With multiseat configuration, session virtualization can be accomplished using a single PC with multiple monitors, keyboards, and mice connected.

Thin clients, which are seen in desktop virtualization, are simple and/or cheap computers that are primarily designed to connect to the network. They may lack significant hard disk storage space, RAM or even processing power, but many organizations are beginning to look at the cost benefits of eliminating “thick client” desktops that are packed with software (and require software licensing fees) and making more strategic investments.[14] Desktop virtualization simplifies software versioning and patch management, where the new image is simply updated on the server, and the desktop gets the updated version when it reboots. It also enables centralized control over what applications the user is allowed to have access to on the workstation.

Moving virtualized desktops into the cloud creates hosted virtual desktops (HVDs), in which the desktop images are centrally managed and maintained by a specialist hosting firm. Benefits include scalability and the reduction of capital expenditure, which is replaced by a monthly operational cost.[15]
The history of organizing information is largely concerned with “taxonomies” – hierarchical systems for categorizing information in one all-encompassing model.

Passionate debates about which is the “correct” taxonomy go back millennia. Aristotle believed that knowledge could be classified according to its substance, quantity, quality, relation, place, time, position, state, action, & passion. Francis Bacon categorized all human knowledge into memory (i.e. history), reason (i.e. philosophy), and imagination (i.e. fine arts). The 20th century Indian librarian Shiyali Ramamrita Ranganathan argued that any document could be defined according to its personality, matter, energy, space, and time.

The goal has always been to create a single, completely comprehensive ordering of knowledge that any future idea can be placed into. But over many hundreds of years, as our knowledge has exploded in size and complexity, the possibility of a universal taxonomy has faded. It is now quite clear that any such taxonomy will either be too broad to be useful, or too narrow to be universal. The dream of a universal taxonomy is dead.

But for specific fields and professions, it is clear that taxonomies have tremendous value. Biology would be a hopeless tangle of overlapping specialties without the Linnaean taxonomy. Chemistry would be futile without the periodic table. Trends in art would be impossible to make sense of without schools and periods. As long as you can rely on a “controlled vocabulary” of agreed upon terms, it makes a lot of sense to put everything into a category.

A student in one of my courses explained his system for writing scripts (emphasis mine):

“If you know what the constituent parts are of your particular art form, you can collect “snippets” of evocative ideas for any one of them in a single notebook and use tags to label them. So, for example, I have a “Film Ideas” folder where I store ideas and then tag them with one of the following labels:

* C = description of Characters who could be used in a story.
* L = interesting and visual Location.
* O= curious or evocative Object.
* S = loaded or revealing Situation.
* A = unusual or revealing Act.
* T = any Theme that intrigues you or that you see embodied in life
Then I can see all of these notes side by side and if any particular combination of elements sticks out to me, I have the beginnings of a story idea.”

Such a taxonomy can be even more specific than your field or profession, since you are the same person recording and retrieving this knowledge. They can be “personomies,” or personal tag vocabularies, containing the terms that you use to refer to the parts of your work. This personomy is something you will have to develop yourself, but your profession or industry is a good place to start.
*[[Android|]]
*[[Compilers]]
*[[Linux]]
*[[Artificial Intellegence]]
*DataScience
*[[CMS]]
*[[DMS]]
* GroupWare
* [[Data Bases]]
*[[OCR]]
*[[OMR|]]
*[[Data Analysis]]
*[[Game Development|]]
*[[Mapping and GIS|]]
*[[Instant Messaging|]]
*[[Automation]]
*[[SaaS Tools]]
* [[Web Development]]
*[[TTS]]
*[[ASR]]
*[[Forms]]
* [[Simulation]]
* [[Natural Language Process]]
* 
* 
* 
* 
*[[Best Dev Practices|https://github.com/topics/best-practices]]
*[[Learn to Code|https://github.com/collections/learn-to-code]]
*https://github.com/attackercan/regexp-security-cheatsheet
*https://awesomeopensource.com/
*SolidProject
* https://github.com/kamranahmedse/developer-roadmap
* https://github.com/labuladong/fucking-algorithm/tree/english
* https://github.com/donnemartin/system-design-primer
* https://github.com/BootstrapDash/PurpleAdmin-Free-Admin-Template
* https://github.com/celery/celery
* http://acarvalho.tiddlyspot.com/
* https://arxiv.org/
* https://www.appcelerator.org/
* https://www.coderforlife.com/
* https://mauikit.org/#get-started
*https://github.com/tauri-apps/tauri
*https://medium.com/dailyjs/a-realworld-comparison-of-front-end-frameworks-2020-4e50655fe4c1
* https://codebase.show/projects/realworld?category=backend&language=all
* 
* 
* 
* 
* 
* 
* 
* 
*[[IDE]]
* [[Software Architecture Modeling|]]
*https://github.com/x64dbg/x64dbg
*https://github.com/sdmg15/Best-websites-a-programmer-should-visit

*https://github.com/PowerShell/PowerShell
* https://github.com/go-gitea/gitea
* https://github.com/remy/nodemon
* https://docusaurus.io/
* BrowserSync
* Tachyon
* [[NotePad++|]]
* https://code2flow.com/
* https://travis-ci.org/
* http://www.openfst.org/twiki/bin/view/FST/WebHome
* https://developer.nvidia.com/cuda-downloads?target_os=Linux
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 







<<tagging>>
*[[Noticable Open source Projects]]
* [[Developement Fields|]]
*[[Programming Languages]]

*[[Developement Tools]]

*[[Developement Resources|]]
* jusqu'a 18-20 ans est en constant progression ensuite il se stabilise
* apres 55 ans il va se decliner resultat d'1 etude MIT
* realiser des tache rapidement atteint son sommet envers 20 ans
*reconstruire des recit 30 et + 
* Le vocabulaire s'elargé et la culture génenerale et l'arithmetique, memoire sémantique
* 2000 ans l'inteligence humaine est en regression selon une etude stanford atteint le pique l'ans -4000 et 0 etude sur les genes qui regissent lea capacités intellictuelles qui semble l'affirmé
* d'ici 3000 ans a20 génération les 2 ou 3 mutation supplimentaire que l'homme va subir seront plus nuisible à ça statbilité intellictuel
* 

* GoldenDict
* http://stardict-4.sourceforge.net/
* Wiktionary
* Artha
* QuickDic Offline Dictionary










Facilitate your language learning by marking words in articles, looking up in various dictionaries, and exporting to Anki.
Dictionariez(dictionaries) is a tool to break down the language barriers on browsers.

Just double click on a word you will see the floating definition, and click on the app's icon, a dictionary window will pop up. Really simple.

The floating definition is the fastest way to look up. In this case the app has builtin dictionaries to support English, Chinese, Japanese, Korean (aka CJK), German, Spanish, French, Italian, Portuguese, Russian and Tajik languages, I am happy to add more languages support if you are interested.    

The other way is to click on the app's icon, a popup window will show to let you look up any words in a batch of your favorite dictionaries. This way you can look more deeply on the words. And it just looks like a traditional dictionary app. It has auto-completion function, word history, keyboard shortcuts, real human pronunciation and many more. Some example dictionaries include Urban dictionary, Oxford, Cambridge, Longman, Thesaurus, Merrian webster, Collins and Wikipedia etc.  

My goal is providing a universal tool to look up any word in any language, currently more dictionaries are needed, and more user reviews are wanted to improve its usability, HELP me on github!

So it's not just a dictionary app, it's a tool to help you learn. The basic learning flow is like this: reading an article, looking up new words, exporting them to Anki after finish the article.
https://wikileaks.org//wiki/Dictionary_of_Military_and_Associated_Terms
VBoot fully supports differencing files and snapshots. You can use ';' separated file names to specify a child disk and its parent, or use nested menu entries to represent a snapshot, for example: 

method 1:

```
menuentry "Vista VHD" {
    vboot harddisk="(hd0,1)/vista-s1.vhd;(hd0,1)/vista.vhd"
}
```
method 2:

```
menuentry "Vista VHD" {
    vboot harddisk="(hd0,1)/vista.vhd"
    snapshotentry "Snapshot 1"
    {
        vboot harddisk="(hd0,1)/vista-s1.vhd"
    }
}
```
When you use nested menu entries, the boot menu will display a tree like structure, as shown below:
[img[vbootscreen.jpg]]

The easiest way to create a snapshot is from the boot menu, you can simply press 's' key to take a snapshot, and press 'r' key to perform a recovery. You can also press 'i' key to boot as immutable session. 

You can also create a snapshot manually, and you need to follow these two steps:

(1) to create a differencing file, you can use the following command:

```
vbootctl creatediff c:\vista-s1.vhd c:\vista.vhd
```

(2) add a boot entry for the snapshot:

```
vbootedit create title="Snapshot 1" harddisk=c:\vista-s1.vhd parent=1
```

parent=1 indicates the boot entry index for the parent entry, you can run "vbootedit enum" to display a list of boot entries along with their indexes.

digiCamControl is an free and open source software. This allows you to save time by transferring images directly from your camera to your computer as you take each shot and allow to control camera shooting parameters.

!!! Features
* Control you camera remotely from your computer via USB
* Trigger image capture via release button on camera body or remotely from your computer.
* Handhold the camera, shoot, and have the resulting images displayed on the computer monitor.
* Bracketing with an arbitrary shutter speed or exposure value.
* Use the advanced interval meter to create a series of time-lapse images and generate time-lapse video.
* Manage multiple profiles.
* Histogram & photo metadata view.
* Review in full screen.
* Manage camera presets (saved camera settings).
* Webserver function allows the remote control of application functions via a web browser, e.g. smart phone.
* Multiple camera support, you can control multiple connected cameras at the same time, triggering photo capture in parallel, or one by one - we're looking forward to seeing your "bullet time" photos!
* Live view in computer display
* Bulb mode for D800, D4, D600, possibility to define custom shutter speed
* Automated focus stacking
* Motion detection
* More on http://digicamcontrol.com/#features
* Nobe Omniscope
* DxO PureRAW
* https://filecr.com/windows/photoglory/
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
The most comprehensive directory plugin to create job listings, classified ads, booking directory, local directory, service directory, pets directory

''THE MOST INTUITIVE WORDPRESS BUSINESS DIRECTORY PLUGIN''

Want to build an online directory of business listings similar to Yelp, Yellow-Pages or Tripadvisor on your WordPress site? Well, if the answer is YES, you have come to the right place. Directorist streamlines the process of creating powerful business directories or classified websites.
Directus is a real-time API and App dashboard for managing SQL database content.

* ''Free & open-source.'' No artificial limitations, vendor lock-in, or hidden pricing.
* ''REST & GraphQL API.'' Instantly adds a blazingly fast Node.js API layer to your database.
* ''Manage pure SQL.'' Works with existing SQL databases, or helps build new architectures from scratch.
* ''Choose your database.'' Supports PostgreSQL, MySQL, SQLite, OracleDB, MariaDB and MS-SQL.
* ''Allows self-hosting.'' Choose your hosting and infrastructure, run locally, or deeply integrate on-premises.
* ''Completely extensible.'' Built to white-label, it is easy to customize our modular platform.
* ''A modern dashboard.'' A Vue.js Admin App so safe and intuitive, non-technical users require no training.
When you create a raw partition with TrueCrypt, it specifies it as partition type 0x06. This is a FAT partition, and Windows will always try to mount it.

Using a utility such as Beeblebrox (or your favorite RAW partition editor), change it to something else. I chose 0x64 which (based on the partition lists available) is a "PC-ARMOUR encrypted partition".

After changing it and then unplugging and replugging your device (power cycle), Windows will treat this partition as foreign and will not attempt to mount it. I will test it on Linux later, but I believe that'll prevent Linux from mounting it as well.

P.S. As Beeblebrox seems a bit outdated (last update of the Windows version in 2002) for newer Windows you can use internal diskpart. The commands for diskpart are:


```
list disk
select disk # <- your disk number here
list partition
select partition # <- your partition number here
set id=64
exit 
```
FUSE driver to read/write Windows' BitLocker-ed volumes under Linux / Mac OSX

!! ''Introduction and explanations''
This software has been designed to read BitLocker encrypted partitions under a Linux system. The driver has the capability to read/write on:

Windows Vista, 7, 8, 8.1 and 10 encrypted partitions - that's AES-CBC, AES-XTS, 128 or 256 bits, with or without the Elephant diffuser, encrypted partitions;
BitLocker-To-Go encrypted partitions - that's USB/FAT32 partitions.
The core driver is composed of a library, with multiple binaries (see the NOTES section below) using this library. Two binaries are of interest when wanting to decrypt a BitLocker encrypted partition:

dislocker-fuse: binary using FUSE to dynamically decrypt the BitLocker-ed partition. You have to give it a mount point where, once keys are decrypted, a file named dislocker-file appears. This file is a virtual NTFS partition, so you can mount it as any NTFS partition and then read from or write to it. Note that writing to the NTFS virtual file will change the underlying BitLocker partition's content.

dislocker-file: binary decrypting a BitLocker encrypted partition into a flat file. This file has to be given through command line and, once dislocker-file is finished, will be an NTFS partition. It won't have any link to the original BitLocker partition. Therefore, if you write to this file, the BitLocker volume won't change, only the NTFS file will. Note that this may take a long time to create that file, depending on the size of the encrypted partition. But afterward, once the partition is decrypted, the access to the NTFS partition will be faster. Another thing to think about is the size on your disk this binary needs: the same size as the volume you're trying to decrypt. Nevertheless, once the partition is decrypted, you can mount your file as any NTFS partition.

!! ''A note on Bitlocker-To-Go''
Microsoft's idea behind BitLocker-To-Go is that computers running Microsoft operating systems will be able to mount encrypted removable media without too much trouble.

To achieve this, the data on the media has a dual format. First it is a valid FAT32 filesystem. In that filesystem they store executables and datafiles that allow access to the encrypted volume. Besides that you will see big "encrypted" files that hold the actual encrypted volume.

On the other side, it is a BitLocker volume. Just with some unused space, from the BitLocker point-of-view. That's where the FAT32 stuff lives.

So, to access a BitLocker-To-Go encrypted media, the whole partition is the volume that dislocker works with. The use of dislocker is therefore the same whether the volume is a standard BitLocker partition or a BitLocker-To-Go one.
Discourse is the 100% open source discussion platform built for the next decade of the Internet. Use it as a:

* mailing list
* discussion forum
* long-form chat room
This is the official Discourse advertising plugin. It allows advertisements to be served by supported advertising platforms for users with a Discourse forum.
The discourse-algolia plugin uses the Algolia API, which provides powerful indexing and search capabilities.

Speed: Results update immediately with each keystroke
Relevance: Metrics like views and likes are used to surface the best content first
User experience: All indicies are searched simultaneously and presented in a unified view
Analytics: See what users are searching for, see top queries that produce 0 results
Plugin for assigning users to a topic
It allows sending notifications about new Discourse posts to ‘group chats’ on a number of instant messaging platforms (Provider: Slack,Telegram,Discord,Mattermost,Google Chat,Matrix (riot.im),Zulip,Rocket.Chat,Gitter,Flowdock,Stride,Microsoft Teams,Basecamp,IRC Cloud,Flock,Webex).

It is based on, and aims to supersede, the existing discourse-slack-official plugin.

Notifications can be triggered by new topics, new replies, messages to a group, or mentions of a group.
Discourse Encrypt is a plugin that provides a secure communication channel through Discourse.
Native iOS and Android app for Discourse
Provides a solved button on designated categories
Translate posts on Discourse using Microsoft, Google, or Yandex translation APIs.
Adds the ability for voting on a topic within a specified category.
Freeware Linux Reader™ for Windows
Safe and quick access to alternative file systems
Linux Reader™ is a popular and free software product, and it remains non-commercial freeware. Since version 4.0, there are extra features that are available as Linux Reader Pro™.

With Linux Reader Pro™, you can read files from even more file systems, get remote access through an SSH connection, create a virtual drive, export files via FTP, and more.

All significant features of Linux Reader™ remain free: no annoying advertising, no trial mode, no restrictions.

!!! Important to Know
Both Linux Reader™ and Linux Reader Pro™ provide you with safe, read-only access to the source drive. Moreover, Linux Reader™ and Linux Reader Pro™ bypass file security policies, so you can access any file on a Linux disk.

This easy-to-use tool runs under Windows and allows you to browse Ext2/3/4, HFS and ReiserFS file systems
System requirements for Linux Reader™ and Linux Reader Pro™: Windows 7, 8 or 10.

!!! Linux Reader™ Specifications
Linux Reader™ and Linux Reader Pro™ provide you with access to files on the following file systems:

* Ext2/3/4
* ReiserFS, Reiser4
* HFS, HFS+(reader)
* FAT, exFAT
* NTFS, ReFS
* UFS2
* RomFS(reader)
* RAID 0, 1, 4, 5, 50, 10, and JBOD
* APFS (reader mode)
* ZFS (preview only*)
* XFS (preview only*)
* Hikvision NAS and DVR (preview only*)

Linux Reader Pro™ license is required to obtain full access to files.
* [[Create Virtual Hard Disk (VHD)|]]
* [[How to Compact a Dynamic VHD with Diskpart|]]
* [[Create snapshots|]]
*[[Rolling Back snapshot|]]
*[[Merging VHD parent and child snapshots]]
WinSxS Cleanup
No need to worry about disk free space anymore while installing updates!


CompactOS
At least 33% used space reduction without streamlining your OS Image.


ESD Support
No need to worry about converting ESD to ISO anymore.


Windows Update
Choose your updates -- no worries.


Backup and Recovery
Backup or restore your system WITHOUT using Windows PE


Truly Portable
FREE, NO ADS AND SPYWARE
* [[https://github.com/Genymobile/scrcpy]]
* [[Introducing scrcpy|https://blog.rom1v.com/2018/03/introducing-scrcpy/]]

* https://github.com/kbumsik/VirtScreen
* 
* 
* 
* 
* 
* 
* 
Distribyted tries to make easier integrations with other applications among torrent files, presenting them as a standard filesystem.

We aim to use some compressed file characteristics to avoid download it entirely, just the parts that we'll need.

Also, if the file format is not supported, distribyted can stream and seek through the file if needed.

Note that distribyted is in alpha version, it is a proof of concept with a lot of bugs.
! Resources
* https://download.ir/udemy-djangoflix-build-a-netflix-like-service-in-django-python/
* http://viewflow.io/
*https://github.com/MaistrenkoAnton/django-material-admin



* MayanEDMS
* PaperLess
* 
* 
* 
* 
* 
* 
* 
* http://dnm.blop.be/
* OpenDNS
* NextDNS
*[[Pi-hole]]
*[[AdGuard Home]]
*AhaDNS
*[[DNS66]]
* [[NoTracks]]
*[[ONE-DNS]] 
*https://alternativeto.net/software/opendns/?license=free
https://github.com/julian-klode/dns66
https://sourceforge.net/projects/docfetcher/
Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how the one or more containers that make up your application are configured. Once you have a Compose file, you can create and start your application with a single command: docker-compose up.
The main goal of DockSTARTer is to make it quick and easy to get up and running with Docker.

You may choose to rely on DockSTARTer for various changes to your Docker system or use DockSTARTer as a stepping stone and learn to do more advanced configurations.
Converts files to pdf using Microsoft OneDrive.
Docusaurus is a project that makes maintaining, building and deploying open source documentation websites incredibly easy. Simple to set up and start, Docusaurus allows you to save time and focus on your documentation. All you have to do is write docs and blog posts with Markdown and Docusaurus will handle the rest of the website build process.

Docusaurus comes with pre-configured localization, as well as all the key pages and sections you need to get started. It’s also customizable, so you can have a site that is uniquely yours.

!!! Features
* Powered by Markdown
* Easy to extend or customize through React
* Pre-configured localization
* Document versioning
* Document search
* Quick setup
* Special documentation markdown features
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.

Objective
DokanCloudFS implements a virtual filesystem that allows direct mounting of various publicly accessible cloud storage services on the Microsoft Windows platform.

Mounted cloud storage drives appear as ordinary removable drives in Windows Explorer (albeit very slow ones) and can be used just about like any local drive or file share.

[img[https://github.com/viciousviper/DokanCloudFS/raw/master/Images/MultipleMountedDrives.PNG]]

All content written through DokanCloudFS is transparently AES-encrypted with a user-specified key before handing it off to the cloud storage backend.

Some limitations apply concerning transfer speed, maximum file size, permissions, and alternate streams depending on parameters of the cloud storage service used as a backend.

!!! ''Features''
* Mounting of cloud storage volumes as removable drives into Windows Explorer
* number of mounted volumes only limited by available drive letters
* mounting of multiple accounts of the same cloud storage service in parallel
* automatic re-authentication to cloud storage services after first login (optional AES encryption of persisted account credentials and authentication tokens)
* Full support for interactive file manipulation in Winows Explorer including but not limited to
* copying and moving of multiple files and folders between DokanCloudFS drives and other drives
* opening of files in default application via Mouse double click
* right-click-menu on drive, files, and folders with access to menu commands and drive/file properties
* thumbnails display for media files
* Transparent client-side encryption and decryption of all file content via AESCrypt
* encryption key configurable per drive
* unencrypted files may be read and will be encrypted on modification
!! ''Supported Cloud storage services''
DokanCloudFS requires a gateway assembly for any cloud storage service to be used as a backend.

The expected gateway interface types and a set of prefabricated gateways are provided in a separate GitHub repository for the CloudFS project.
The associated NuGet packages CloudFS and CloudFS-Signed include preconfigured API keys for the included cloud storage services and are ready to use. Unless marked otherwise, CloudFS NuGet packages should be used in a version matching the DokanCloudFS version.
! ''What is Dokan''
When you want to create a new file system on Windows, other than FAT or NTFS, you need to develop a file system driver. Developing a device driver that works in kernel mode on windows is extremely technical. By using Dokan, you can create your own file systems very easily without writing device drivers. Dokan is similar to FUSE (Linux file system in user space) but works on Windows. Moreover, dokany includes a FUSE wrapper that helps you to port your FUSE filesystems without changes.

! ''What is Dokany''
Dokany is a fork of Dokan 0.6.0 with bug fixes, clean change history and updated to build with latest tools.

Because the original Dokan Legacy (< 0.6.0) project is no longer maintained.

Since version 0.8.0, dokany broke compatibility with the dokan API. See Choose a version for more information.

Signed x86 / x64 / ARM / ARM64 drivers are provided at each release.

[[Projects. See it working.]]

http://github.com/dokan-dev/dokany
https://sourceforge.net/projects/dolibarr/
DOSBox emulates a full x86 pc with sound and DOS. Its main use is to run old DOS games on platforms which don't have DOS (Windows 7, 8, 8.1 and 10 / Linux / FreeBSD / Mac OS X)
* https://dotproject.net/
* https://github.com/dotproject/dotProject
*https://sourceforge.net/projects/dotmods/
After download, unzip the package to \vboot folder on your ''boot partition.''
It must be inside \vboot folder. 
Usually c:\vboot, or d:\vboot folder. 

The boot partition is the partition that contains the ntldr file for Windows XP, or the bootmgr file for Vista, Windows 7 and 8. For Vista and Windows 7 and 8, vboot directory should be installed in the same partition as the \Boot directory that installed by Windows. 


<<<
! Boot partition is not necessary same as your Windows partition.
<<<


After extraction, the directory structure should look like this:


```
C:\.
    |   vbootldr
    |   vbootldr.mbr
    |----- vboot
    |
    |-------- fonts
    |
    |-------- grub
    |
    |-------- tools
 ........... 

```

The tools directory contains tools that are not needed to boot the virtual disks, so you can move this tools directory to somewhere else.
 
Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL and to some extent D.
The ''draft.of'' field indicates that this tiddler is a a draft of a tiddler currently being edited.
Security-first diagramming for teams. Bring your storage to our online tool, or go max privacy with the desktop app. Works with Google Drive and Google Workplace (G Suite). Use add-ons for Docs, Sheets and Slides. Works with OneDrive and Sharepoint. Office 365 app for Word, Powerpoint and Excel. Highest-rated Confluence app in the Atlassian Marketplace. Works in Jira too. Works with GitHub, GitLab and Dropbox for visual documentation in distributed teams. Download diagrams.net Desktop for offline use on Windows, macOS, Linux and ChromeOS. Nextcloud is an ideal on-premise file hosting system for diagrams.net. Entity relationship diagrams or ER models in software engineering show the structure of and relationships between database objects. They are used extensively in database modelling to plan new systems, and document existing systems for maintenance and updates.

!!! Features
* Diagram files created in 2005 will load in the app today
* Entity relationship diagrams have their own shape library
* Works with Google Drive and Google Workplace
* Create an interactive diagram and toggle layers with custom links
* Use diagrams.net with Google Classroom
* Use swimlanes with flowcharts to show who does each step
https://reactos.org/wiki/Driver_Signing
Host websites on Google Drive and Microsoft OneDrive
https://github.com/hardcore-sushi/DroidFS
https://github.com/reidgould/tiddlywiki-dropboard
Notepad++ Spell-checking Plug-In

Following main features:

* Underlining spelling mistakes
* Iterating through all mistakes in document
* Finding mistakes only in comments and strings (For files with standard programming language syntax e.g. C++, Basic, Tex and so on)
* Possible usage of multiple languages (dictionaries) simultaneously to do spell-checking.
* Getting suggestions for words by either using default Notepad++ menu or separate context menu called by special button appearing under word.
* Able to add words to user dictionary or ignore them for current session of Notepad++
* Using either Aspell library (needs to be installed), either Hunspell library (Dictionaries by default should be placed to %Plugin Config Dir%\Hunspell)
* A lot of customizing available from Plugin settings (Ignoring/Allowing only specific files, Choosing delimiters for words, Maximum number of suggestions etc)
* Support for downloading and removing Hunspell dictionaries through user friendly GUI interface
* Ability to quickly change current language through context menu or DSpellCheck sub-menu.
Dualless - For those who don't have dual monitor.
Dualless is a poor man's dual monitor solution. It splits your browser windows into two by just 2 clicks. The ratio can be adjusted according to your needs.You may have a  browser window showing on the right that occupy 30% of your  screen. Then the rest of space leave to Google+. 

The extension simulates the environment of dual monitor. Utilize the space for 16:9 monitor

Features

 * Split current browser window into a pair. And resize their position and size according to the ratio specified by user. (3:7,4:6,5:5,6:4,7:3)

 * Merge splitted browser windows back to a single window , or make it occupy the full screen area.

 * MacOS X like windows management. When one of the splitted windows got focused, the other in pair will be shown together. They always occupy the whole screen.

 * Press middle key on split window button will duplicate the current page on other window. 

 * Bookmark management. Relaunch your favior site in a new tab and windows will be splitted in the recorded ratio.
Duck DNS free dynamic DNS hosted on Amazon EC2.
Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
Exports and syncs Duolingo dictionary to Anki Deck. Required Anki Connect plugin.
Exports learned vocabulary of chosen language on https://www.duolingo.com/ to Anki, including original words, translations and audio.
Supports multiple decks, customising resulting deck name, and custom tags to such cards.


Export might take a while on bigger collections(~40 sec on each 100 words, due to both Duolingo and Anki limitations), so please be patient :) If owl is spinning, then it's working.

 I am working on improvements, so please don't hesitate to contact me in case you have any issues.

For more details about how to connect to Anki please follow https://github.com/pavelgordon/duolingo2anki-chrome-extension. 
Clip and capture to your Dynalist.
Dynalist Companion Clipper clips the current page URL and selected text to your Dynalist inbox location.

Instructions:

(1) To use this extension, you need to have a Dynalist account. If you don't have one, sign up for one here: https://dynalist.io/signup

(2) Set an inbox location in Dynalist. Here's how: https://help.dynalist.io/article/119-set-an-inbox-location

(3) Log into Dynalist on the browser.

(4) Use the extension icon to capture the current page, or use the right click menu to clip current page or selected text.


Advanced usage:

(1) When the capture popup is open, you can hit Ctrl+Enter to capture;

(2) Customize the format of your captured text in options.
Powerful web highlighter for Dynalist
Using Dynalist Highlighter you can easily highlight text on any web page and sync them to your Dynalist Inbox. This is especially helpful if you are doing research or when you want to build your own knowledge-base.

FEATURES:
→ Highlight any text on web page
→ Collect your highlights and send them in one bookmark to Dynalist
→ Code, Links and HTML elements are automatically converted
→ Adjust the bookmark title before you send it to Dynalist
https://sourceforge.net/projects/otahotel/
e-Dokyumento is opensource web-based Document Management System (DMS)

A Document Management which automates the basic office document workflow such as receiving, filing, routing, and approving through capturing (scanning), digitizing (OCR Reading), storing, tagging, and electronically routing and approving (e-signature) of electronic documents.

!!! Features
* 1. Simple UI for browsing files and folders
* 2. Document routing and workflow
* 3. Add file links to the document
* 4. Add notes, comments, and annotations
* 5. PKI-based digital signature
* 6. Content Searching
* 7. Store and index multiple file format
* 8. Graphical monitoring of document routing
* 9. Edit document through mapped drive
* 10. Send document to other users
* 11. Intelligent Document Classification using Machine Learning
* 12. Document Tracking using QR Code

In the below example, all available types are iterated and assigned to a listvariable called type from which radio buttons are rendered:

```
<$list filter="[each[type]get[type]]" variable="type">
<$radio field="type" value=<<type>>> ''<<type>>'' </$radio><br>
</$list>
```

<<<
<$list filter="[each[type]get[type]]" variable="type">
<$radio field="type" value=<<type>>> ''<<type>>'' </$radio><br>
</$list>
<<<

''Note:'' Hitting that radio button will actually change this tiddler's type. ;-)
Let’s face it: Most budget apps are too complicated and their design looks like it come straight from... 1994. If you are looking for a clean and easy-to-use app to manage your money then here's the good news: With EasyBudget you just found what you need!

A list of what EasyBudget does NOT do:

*Manage multiple accounts: 1 account is all you need (and probably all you got)
*Classify expenses into categories: Ain't nobody got time for that!
*Show charts and statistics: What for? Check your balance in 1 second and go on with your life!

This app is simple, seriously simple. Exactly what you expect your budget management to be. Oh and.. It's free!
Improve your language skills by watching TV shows and movies.
Features:

* - Support multiple video services: Netflix, YouTube (videos and originals), KinoPub (kino.pub), English With Fun (https://english-with-fun.com)
* - Word and full subtitle translation. Just hover over the word you want to translate it or click on subtitles for translation all text. 
* - Export words to learning services. Support: LinguaLeo (lingualeo.com) and Puzzle English (https://puzzle-english.com/)
* - Rewind to previous and next subtitle. Press to arrow button on keyboard for rewind by subtitles. 
* - Subtitles progress bar. At the bottom of the player, there is a subtitles progress bar to simplify navigation between subtitles. Click on the progress bar to rewind the video to the desired point.
* - Subtitles settings. The extension allows you to adjust the size of the subtitles and their delay.
* - Custom subtitles. You can upload your custom subtitles if they are not on the video service, supported SRT and VTT formats.
* - Show all available audio tracks and subtitles on Netflix regardless of region.
* https://lucid.fyi/
*Surgical Reading
**http://viewer.lucid.fyi/chapter/-MFf0YH3Kv0EbdfI80UP/-MFf0YJb7r7KB9oA1l-B
*The Elephant in the Brain
**https://viewer.lucid.fyi/chapter/-MULJb-McKl9SMEvb0Va/-MULJb0i-ZO9dFPs8eLs

* https://visual.ly/view
*https://github.com/lucidl/tedegraph
*https://github.com/justjavac/free-programming-books-zh_CN#%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F
* https://github.com/xitu/gold-miner
Lightweight, accessible, fast, mobile friendly text editor.
Reclaim the control over formatting your text with this Markdown friendly editor for Moodle. Markdown is a lightweight markup language with plain text formatting syntax. It allows you to write using an easy-to-read, easy-to-write plain text format that is automatically converted to structurally valid HTML.
eduTrac SIS is an advanced open source student information system for higher education.

!!! Features
* Manage Students
* Manage Human Resources
* Manage Staff
* Manage Faculty
* Manage Courses
* Manage Course Sections
* Manage Roles / Permissions
* Manage Students / Records
* Print Course Catalogs
* Print Section Rosters
* SQL Interface
* Manage Applications
* Enter final grades for GPA calculation
* Graduate Students
* Generate Transcripts
* Set Business Rules
* Plugin API
* RESTful API
* and much more...
Go For It! is a simple and stylish productivity app, featuring a to-do list, merged with a timer that keeps your focus on the current task.

Effitask is a graphical task manager, based on the todo.txt format.

Inbox view Add a task Edit a task Projects view Note Contexts view Agenda view Flag view Done view Search view Light theme

Supported toto.txt addons:

* due
* flag
* future
* note
* schedule

!!! Hidden features
* Double click on a feature, everywhere, open the edit panel;
* You can create sub-projects (or sub-contexts) by adding a backslash. For example, the project +work\admin\automation create this arborescence
* Double click on a project/context select all there sub-projects/contexts, therefore show their tasks;
* The project/context tooltip (keep your mouse pointer on the name) display done tasks and total tasks number, including sub-projects/contexts (also showed as progress bar);
* Press enter in the "subject" input in the edit panel validate modification.
Ekylibre is a simple enterprise management web application for farmers and small enterprises. Ekylibre is written with Ruby on Rails framework and use PostgreSQL/PostGIS stack. More details can be found on the official website http://ekylibre.org.
Elassandra is an Apache Cassandra distribution including an Elasticsearch search engine. Elassandra is a multi-master multi-cloud database and search engine with support for replicating across multiple datacenters in active/active mode.

Elasticsearch code is embedded in Cassanda nodes providing advanced search features on Cassandra tables and Cassandra serves as an Elasticsearch data and configuration store.

ElasticPress, a fast and flexible search and query engine for WordPress, enables WordPress to find or “query” relevant content extremely fast through a variety of highly customizable features. WordPress out-of-the-box struggles to analyze content relevancy and can be very slow. ElasticPress supercharges your WordPress website making for happier users and administrators. The plugin even contains features for popular plugins.
https://sourceforge.net/projects/elasticsearch.mirror/
https://github.com/oscartbeaumont/ElectronPlayer
''A Desktop UI Library''

Element Plus, a Vue 3.0 based component library for developers, designers and product managers
Introducing a WordPress website builder, with no limits of design. A website builder that delivers high-end page designs and advanced capabilities, never before seen on WordPress.

Elementor is the most advanced frontend drag & drop website builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
Eliasis is an open-source HMVC web framework for development dynamic web sites with PHP. Lightweight, modular and optimized for the development of WordPress plugins.
Automated hacking tool that will find leaked databases with 97.1% accurate to grab mail + password together from recent uploads from https://pastebin.com. Bruteforce support for spotify accounts, instagram accounts, ssh servers, microsoft rdp clients and gmail accounts
Embarcadero Dev-C++ is a new and improved fork (sponsored by Embarcadero) of Bloodshed Dev-C++ and Orwell Dev-C++. It is a full-featured Integrated Development Environment (IDE) and code editor for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as its compiler. Embarcadero Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler. Embarcadero Dev-C++ is built using the latest version of Embarcadero Delphi. Embarcadero Dev-C++ has a low memory footprint because it is a native Windows application and does not use Electron.

Download the latest release: https://github.com/Embarcadero/Dev-Cpp/releases

!!! Keystone Features:

* C++17/C++20 (partial) support.
* Unicode support.
* Parallel Compilation support.
* Windows 7/8/10 support.

!!! Main Features include:

* TDM-GCC 9.2.0 32/64bit
* Support GCC-based compilers
* Integrated debugging (using GDB)
* GPROF profiling
* Project Manager
* Customizable syntax highlighting editor
* Class Browser
* Code Completion
* Code Insight
* Function listing
* AStyle code formatting support
* GPROF Profiling support
* Quickly create Windows, console, static libraries and DLLs
* Support of templates for creating your own project types
* Makefile creation
* Edit and compile Resource files
* Tool Manager
* Devpak IDE extensions
* Print support
* Find and replace facilities
* CVS support
In parallel computing, an embarrassingly parallel workload or problem (also called embarrassingly parallelizable, perfectly parallel, delightfully parallel or pleasingly parallel) is one where little or no effort is needed to separate the problem into a number of parallel tasks. This is often the case where there is little or no dependency or need for communication between those parallel tasks, or for results between them.

Thus, these are different from [[distributed computing]] problems that need communication between tasks, especially communication of intermediate results. They are easy to perform on server farms which lack the special infrastructure used in a true supercomputer cluster. They are thus well suited to large, Internet-based distributed platforms such as [[BOINC]], and do not suffer from parallel slowdown. The opposite of embarrassingly parallel problems are inherently serial problems, which cannot be parallelized at all.

A common example of an embarrassingly parallel problem is 3D video rendering handled by a graphics processing unit, where each frame (forward method) or pixel ([[ray tracing]] method) can be handled with no interdependency.[3] Some forms of [[password cracking]] are another embarrassingly parallel task that is easily distributed on central processing units, CPU cores, or clusters.
* http://ee.heavengames.com/
*https://ee.theroyalchampions.in/downloads.html
Web application for solving Employee Rostering using OptaPlanner

An end-to-end OptaPlanner web application ready to deploy on OpenShift 4.
EncFS - an Encrypted Filesystem
About
EncFS provides an encrypted filesystem in user-space. It runs in userspace, using the FUSE library for the filesystem interface. EncFS is open source software, licensed under the LGPL.

EncFS is now over 15 years old (first release in 2003). It was written because older NFS and kernel-based encrypted filesystems such as CFS had not kept pace with Linux development. When FUSE became available, I wrote a CFS replacement for my own use and released the first version to Open Source in 2003.

EncFS encrypts individual files, by translating all requests for the virtual EncFS filesystem into the equivalent encrypted operations on the raw filesystem.

! ''Unique Features''
EncFS has a few features still not found anywhere else (as of Dec 2014) that may be interesting to you:

!!! ''Reverse mode''
encfs --reverse provides an encrypted view of an unencrypted folder. This enables encrypted remote backups using standard tools like rsync.

!!! ''Fast on classical HDDs''
EncFS is typically much faster than ecryptfs for stat()-heavy workloads when the backing device is a classical hard disk. This is because ecryptfs has to to read each file header to determine the file size - EncFS does not. This is one additional seek for each stat. See PERFORMANCE.md for detailed benchmarks on HDD, SSD and ramdisk.

!!! ''Works on top of network filesystems''
EncFS works on network file systems (NFS, CIFS...), while ecryptfs is known to still have problems.

!! ''Windows''
*[[Encfs4Win]] 
* EncFSMP
* Boxcryptor: Proprietary software based on EncFS for Windows, Android, and iOS
*[[Safe]]
Windows port of EncFS https://encfs.win

! ''About''
EncFS4win is a revival of the original encfs4win project, but has been brought up-to-date with recent changes done to the EncFS project. The original encfs4win was based on EncFS v1.7.4, which was shown to have some security issues. Updates to EncFS have been done recently to fix many of these issues, and the goal of this project is to port these modernizations to Windows.

EncFS encrypts individual files, by translating all requests for the virtual EncFS filesystem into the equivalent encrypted operations on the raw filesystem.

A GUI for encfs4win is available through encfsw, providing a tray icon that makes mounting and unmounting encrypted partitions even easier!

EncFS provides an encrypted filesystem in user-space, using the Dokan library for the filesystem interface. EncFS is open source software, licensed under the LGPL.

For more info, see:

The excellent encfs manpage
The technical overview in DESIGN.md
NOTE: Be sure to use a drive (like "X:") as plain_dir to avoid case sensitive problems which results in file/folder not found problems!

! ''Installing''
Installation is as simple as a few clicks! Simply download the latest encfs4win installer from encfs4win/releases (e.g., encfs4win-installer.exe) and run it.

The installer contains everything needed to run encfs on Windows, including the encfs executables, OpenSSL libraries, and all necessary MS Visual C++ libraries. It will also automatically install the Dokan library (if it is not already installed).

Encfs4win is also now available through the Chocolatey package manager. For installation instructions via choco, please refer to https://chocolatey.org/packages/encfs4win.
! ''EncFSMP project''
This is the git project for EncFSMP, the tool to mount encfs folders on Windows and Mac OS.

!! ''How to compile''
This is a guide to compile EncFSMP using Visual Studio 2015 Community edition. All tools and libraries are available for free on the internet. In order to complete these steps, you need some experience with C++, CMake and Visual Studio. Unfortunately, I am not able to give support to build EncFSMP due to my limited spare time.

* Please go to my project "Build scripts" (link) and download the latest release.
* Follow the instructions in the README of this project to compile zlib, jpeg, png, tiff, bzip2, boost, openssl, wxwidgets, gtest (in this order). The other libraries are not required for EncFSMP.
* Download the latest PFM developer kit from the [[PismoTech|https://pismotec.com/download/]] homepage and extract it.
* Download and extract the latest source release of EncFSMP
* Copy the file build_msvc2015_x64_sb_templ.bat to build_msvc2015_x64_sb.bat and adjust the path SB_SCRIPT_PATH to the path where you extracted the build scripts, and adjust the path PFM_ROOT to the include folder in the path where you extracted the PFM SDK.
* Run the batch file by double-clicking, it should create a new folder with several files. Double click on EncFSMP.sln.
https://danielorodriguez.com/TW5-EncryptTiddlerPlugin/
*https://www.youtube.com/watch?v=q7zYnGjvpwc
*https://tools.stefankueng.com/CryptSync.html
Use English language when naming your variables and functions.

```js
/* Bad */
const primerNombre = 'Gustavo'
const amigos = ['Kate', 'John']

/* Good */
const firstName = 'Gustavo'
const friends = ['Kate', 'John']
```

> Like it or not, English is the dominant language in programming: the syntax of all programming languages is written in English, as well as countless documentations and educational materials. By writing your code in English you dramatically increase its cohesiveness.
cd command is one of the frequently used commands.

Nevertheless, it is not so easy to handle unfortunately. A directory path given as an argument to cd command must be a valid path that exists and is able to resolve. In other words, you cannot pass a partial path such as "dir" (you are in /home/lisa, dir is /home/lisa/work/dir) to cd command.

The new cd command called "enhancd" enhanced the flexibility and usability for a user. enhancd will memorize all directories visited by a user and use it for the pathname resolution. If the log of enhancd have more than one directory path with the same name, enhancd will pass the candidate directories list to the filter within the ENHANCD_FILTER environment variable in order to narrow it down to one directory.
The enrolment plugin "enrol on approval" adds an approval step into the course enrolment process. Users will be informed by mail as soon as their course application has been approved/ rejected.
Sell and manage your Moodle and face-to-face courses. Shopping cart, online registrations, payments, CRM, lead management, marketing campaigns and more. Arlo for Moodle is built for training providers and higher education.
This plugin allows users to be enrolled according to any value stored in their user profile.
This plugin allows for an enrolment into a course to occur automatically when a user views a course or course activity/resource. The plugin can also be configured to enrol a user upon login.
Adds functionality to automatically enrol users onto a course, either as they log in to your Moodle site or as they access a course. This plugin was at first intended for use on courses which you want all users to be able to access but can also be configured for more advanced purposes as reserved access courses. Using the new user filtering you can think at Autoenrol as a Swiss Army knife for Moodle enrolments.
With this plugin it is possible to create a chain of courses. After completion of a course, the student is automatically enrolled in one or more other courses. But it is also possible to give a user another role in the same course when he/she completes the course.
The easiest e-commerce solution for moodle: Use credits to buy courses. Or sync credits with Level Up experience points to create rewards within moodle.
Get students from the homepage to learning in seconds using 6 digit enrollment codes or a QR Code. This plugin is part of a set. For best results please install Fordson version 1.4.4 or newer.
Send notifications to users when any enrolment event is executed
Now avail the much-awaited coupon functionality while enrolling students in Moodle courses using a Stripe payment gateway for paid courses with Strong customer authentication (SCA). Stripe Receipt sent to customers for any successful transaction. This plugin will help the admins and webmasters to offer their students a percent-off or amount-off discount for the paid courses. This plugin helps admins and webmasters use Stripe as the payment gateway.
If students enrol via the enrolment plugin "Waitlist & Custom course fields" they are put into a waitlist in case the maximum amount of course participants is reached. They later get enrolled automatically as soon as free seats are available. The plugin also can be used to add custom course fields. Related moodle forum: https://moodle.org/mod/forum/discuss.php?d=220078
Enrol users in courses when a certain level from Level up! is attained.
* [[Anime]]
* [[Movies|]]
*[[Gaming]]
*https://sourceforge.net/projects/cbsg/
* [[Entertainement Software]]
*https://www.makeuseof.com/tag/self-isolation-quarantine-tips/
*[[Interesting Websites Directory]]
*PodCasts
!!! Movies and streaming Apps
* https://github.com/SchizoDuckie/DuckieTV
Eric is a full featured Python editor and IDE, written in Python. It is based on the cross platform Qt UI toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as everdays' quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder. eric includes a plug-in system, which allows easy extension of the IDE functionality with plug-ins downloadable from the net.

ERPNext as a monolith includes the following areas for managing businesses:

* Accounting
* Warehouse Management
* CRM
* Sales
* Purchase
* HRMS
* Project Management
* Support
* Asset Management
* Quality Management
* Manufacturing
* Website Management
* Customize ERPNext
* And More

ERPNext requires MariaDB.

ERPNext is built on the Frappe Framework, a full-stack web app framework built with Python & JavaScript.
Essential Excel Add-In is a Microsoft Excel Add-In, written in VBA, that contains useful User Defined Functions (UDFs) and macros to performs a number of different tasks that either Excel does not provide (Regular Expressions (RegEx), improved VLookUp).

!!! Features
* Simplied VLOOKUP look into and return from any column
* Regular Expressions (RegEx)
* Text similarity functions (Levenshtein distance)
* Automate number series
* Text functions (append, prepend, change case)
EtherCalc is an open source, web-based spreadsheet that allows multiple users to collaborate and work remotely and in real time. Users can edit the same spreadsheet at the same time, with changes instantly reflected on screen. It accepts various mathematical formulae and other functions, and supports several default text formatting directives as well. It can be used for just about anything you’d need a desktop spreadsheet for-- accounting, inventory, scheduling, list management and so much more. 

EtherCalc is the improved successor to SocialCalc, optimized for simultaneous editing. It’s a great open source alternative to Google sheets, without pesky logins or editing locks.

!!! Features
* Simultaneous, multiple-user editing of web-based spreadsheets
* Accepts numerous mathematical formulae and other functions, dates and text
* Text formatting options
* Advanced editing and formatting options (e.g. text/background colors, etc.)
* Conditional formatting of cells
Ethibox is an open-source web apps hoster. Host and share the most popular open-source web apps for your friends and/or your clients.
!! CRM
*https://github.com/YetiForceCompany/YetiForceCRM
* https://github.com/Bottelet/DaybydayCRM
* https://github.com/monicahq/monica
* https://frappeframework.com/
* https://github.com/papercups-io/papercups
* https://github.com/salesagility/SuiteCRM
*https://github.com/Dolibarr/dolibarr
*https://github.com/ever-co/gauzy
*https://github.com/Robinyo/serendipity

!! OAuth 2.0
*https://github.com/ory/hydra
*https://www.ory.sh/run-oauth2-server-open-source-api-security/

!! [[Cloud Storage|]]

* [[PAAS|]]

*[[Decision Making|]]

[[Collaboration and Messaging|]]

https://github.com/donnemartin/system-design-primer















Ever® Gauzy™ - Open-Source Business Management Platform for On-Demand and Sharing Economies.

Ever® Gauzy™ Platform is an:

* Enterprise Resource Planning (ERP) software
* Customer Relationship Management (CRM) software
* Human Resource Management (HRM) software with employee Time and Activity Tracking functionality
To help you gain insight into what can be achieved by using native VHD boot, the following sections detail three step-by-step scenarios. The scenarios range from a simple setup to an advanced deployment that utilizes various deployment tools.

*[[Scenario 1: Configuring Native VHD Boot on a Single Computer.|]] In this scenario, you will use the Disk Management MMC snap-in on an existing installation of Windows 7 to create a VHD, apply Windows 7 Enterprise to it, and then configure the boot configuration data (BCD) store so it can boot by using the VHD.

*[[Scenario 2: Deploying Native Boot VHDs Using Windows Deployment Services.|https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-7/gg318057(v=ws.10)]] In this scenario, you will deploy a custom Windows 7 VHD by using Windows Deployment Services in Windows Server 2008 R2.

*[[Scenario 3: Performing an Advanced Deployment of Native Boot VHDs|]]. In this scenario, a locally installed version of Windows is not used—only VHDs are used. You will configure native VHD boot with two operating systems and have a local copy of the Windows Preinstallation Environment (Windows PE) for recovery purposes.

Scenario 2 is the only scenario that requires you to have a computer running Windows Server 2008 R2. You can perform all of the steps in Scenarios 1 and 3 on a computer running Windows 7 Enterprise or Windows 7 Ultimate.
<$list filter="[all[current]tagging[]]">

</$list>
; list
: {{!!list}}
; reverse
: {{!!reverse}}
Virtual whiteboard for sketching hand-drawn like diagrams.
Collaborative and end-to-end encrypted.
Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLSX / XLSM / XLTM / XLTX files. Supports reading and writing spreadsheet documents generated by Microsoft Excel™ 2007 and later. Supports complex components by high compatibility, and provided streaming API for generating or reading data from a worksheet with huge amounts of data. This library needs Go version 1.15 or later.
ExpanDrive is a Network file system client for Mac OS X and Microsoft Windows that facilitates mapping of local volume to any SFTP server the user can access. It also can connect to FTP, Amazon S3, RackSpace Cloud Files, OpenStack Swift Object Storage, DreamObjects, WebDAV, Dropbox, Google Drive and Box.com. When a server is mounted with ExpanDrive any program can read, write, and manage remote files (that is, files that only exist on the server) as if they were stored locally.

Map your SSH server as a Windows drive letter over SFTP with ExpanDrive. ExpanDrive connects your Windows desktop to your Linux, UNIX, and Mac OS X server files through the industry-standard in security, SFTP and SSH.
💰 Expenses is a progressive web application on top of Google Sheets 📉 written in React ⚛️. It is only a static HTML that works great on mobile 📱 and can be deployed anywhere.

!!! Features
* Multiple accounts
* Checking, savings, joint, etc.
* Categories
* Google Sheet as a backend
* Great privacy and access control.
* Don't share sensitive data with 3rd party.
* Unlimited analysis up to your sheet skill.
* Works great on mobile
* Progressive Web App. Loads quickly and works as a standalone app.
* Beautiful material design
* Better than native ;)
* Recurring expenses
* Totally doable with Zapier.
* Monthly summary
* This month. Last month. You immediately know how you doing.
VMoodle packs a Moodle Virtualisation toolset for running many independant or mnet bound moodles as an array.
* KeePassNewKeyExport 2.x
* Export data with a new master key.
* PartialKeePassDatabaseExport 2.x
* Export tagged entries.
* KeePassSubsetExport 2.x
* Export tagged entries.
* KeeOldFormatExport 2.x
* Export to old KeePass file formats.
* KdbxLite 2.x
* Creates lite KDBX files.
* SecExchange 2.x
* Send entries via Secure Exchanges.
* Seclave Plugin 2.x
* Export to Seclave password manager device.
* SimpleSelectionExport 2.x
* Export to flat text files.
* TheVaultExport 2.x
* Export to The Vault CSV files.
* KeePass to Keyring 1.x 2.x
* Export KeePass data to Keyring files.
* KeePassIPhone 1.x
* Convert KeePass 1.x files to iPhone bookmarklets.
* 
Ext2Fsd-0.69.exe
[[Windows driver examples|http://www.acc.umu.se/~bosse/]]
https://github.com/bobranten/Ext4Fsd
Manage extensions, Quickly enable/disable, Support batching operation, Smart sorting. Fast, Simple and Secure.
* 1. One Key fast enable/disable extension
* 2. Lightning Group: Quickly enable/disable extension groups according to the scene (except for locked or theme class extensions)
* 3. Smart Sort: intelligent sorting according to your frequency of use (default sort by name)
* 4. Right-click Menu: provides shortcut functions such as lock, uninstall, option configuration, home page, APP running, etc.
* 5. Smart Search: Quickly find the extension you need with keywords or phrases
* 6. Reminder: display the extended status in real time, remind reset after use, reduce resource consumption (except for locked or theme class extension)
* 7. View Selection: Provide list view and grid view, in line with user habits
* 8. Group management: general group and fixed group, flexible management
* 9. Extension Naming: Give your extension an alias you like
* 10. Automatic matching: You can turn extensions on and off according to different websites
Quickly enable/disable Google Chrome extensions
Tired of having too many extensions in your toolbar? Try Extensity, the ultimate tool for lightning fast enabling and disabling all your extensions for Google Chrome. Just enable the extension when you want to use it, and disable when you want to get rid of it for a little while. You can also launch Chrome Apps right from the list.

* Keep your browser lean and fast - disable extensions that you won't use right away.
* Keep your toolbar clean.
* Turn all extensions off (and back on) with a single click.
* Quick switch between several extensions groups using the Profiles feature.
* Allow your most important extensions to be always enabled.
* Keep computers in sync with Chrome Cloud Storage support.
* Ideal companion for extensions collectors.


* external link: [[http://example.org]]
* external link, secure: [[https://example.org]]

* Wikipedia: [[http://en.wikipedia.org]]
* ~GitHub: [[http://github.com]]

* PDF: [[http://example.org/document.pdf]]
* GNU ZIP archive: [[http://example.org/document.gz]]
* PNG image: [[http://example.org/document.png]]

These styles are defined in the plugin tiddlers [[$:/plugins/TheDiveO/FontAwesome/styles/extlinks]] (including sub tiddlers).
eXtplorer is a PHP-based File Manager. It allows to browse directories, edit, copy, move, delete, search, upload and download files, create & extract archives, create new files and directories, change file permissions (chmod) and much more.

Features
rename, edit files
copy/move/delete files
create/uncompress file archives (ZIP, Tar, Gz, Bz2, RAR)
FTP, SSH2
Main article: [[Failover|https://en.wikipedia.org/wiki/Failover]]

Similar to the migration mechanism described above, failover allows the VM to continue operations if the host fails. Generally it occurs if the migration has stopped working. However, in this case, the VM continues operation from the last-known coherent state, rather than the current state, based on whatever materials the backup server was last provided with.
Falco is a open source project to detect abnormal application behavior in a cloud native environment like Kubernetes. This cloud native runtime security project allows you to detect unexpected application behavior and alerts on threats.

Features
* Build rules specific to your Cloud Native platforms
* Runtime Security built for containers.
* Complete insight into application and container behavior
Collaborative Penetration Test and Vulnerability Management Platform

Faraday introduces a new concept - IPE (Integrated Penetration-Test Environment) a multiuser Penetration test IDE. Designed for distributing, indexing, and analyzing the data generated during a security audit.

Made for true pentesters!

Faraday was made to let you take advantage of the available tools in the community in a truly multiuser way.

Faraday crunches the data you load into different visualizations that are useful to managers and pentesters alike.
FastAdmin is an extremely fast background development framework based on ThinkPHP5+Bootstrap.

!!! Main features
* Based on Authproven rights management system
** Support unlimited inheritance of parent and child permissions, parent administrators can add, delete and modify child administrators and permissions settings at will
** Support single administrator and multiple roles
** Support management of child data or personal data
* Powerful one-click generation function
** One-click generation of CRUD, including controllers, models, views, JS, language packs, menus, recycle bins, etc.
** One-click compression and packaging of JS and CSS files, one-click CDN static resource deployment
** One-click generation of controller menus and rules
** One-click generation of API interface documents
* Complete front-end functional component development
** Based on AdminLTEsecondary development
** Based on Bootstrapdevelopment, adaptive mobile phone, tablet, PC
** Based RequireJSon JS module management, load on demand
** Less Style development based on
* Powerful plug-in extension function, online installation and uninstallation of upgrade plug-ins
* General membership module and API module
* Web-side member center authorization verification and API interface member authorization verification that share the same account system
* Second-level domain name deployment support, and domain name support can be bound to application plug-ins
* Multi-language support, server and client support
* Supports large file segment upload, clipboard paste upload, drag and drop upload, progress bar display, image compression before upload
* Support table fixed column, fixed header, cross-page selection, Excel export, template rendering and other functions
* Powerful third-party application module support ( CMS , blog , paid knowledge Q&A , online voting system , B2C mall , B2B2C mall )
* Supports seamless integration of CMS, blog, and knowledge paid Q&A with Xunsearch full-text search
* Third-party applet support ( CMS applet , booking applet , question and answer applet , ordering applet , B2C applet , B2B2C applet , blog applet )
* Integrate third-party SMS interface (Alibaba Cloud, Tencent Cloud SMS)
* Seamless integration of third-party cloud storage (Qiniu Cloud, Alibaba Cloud OSS, Youpai Cloud) functions, and support for cloud storage segment upload
* Third-party rich text editor support (Summernote, Kindeditor, Baidu editor)
* Third-party login (QQ, WeChat, Weibo) integration
* Seamless integration of third-party payment (WeChat, Alipay), WeChat supports PC-side scan code payment
* Rich plug-in application market
Faveo Helpdesk is an automated, web-based help desk system for managing customer support. It serves as an easy to install, easy to use and cost-effective ticket management solution for startups, SMEs and enterprises. 

Faveo Helpdesk enables you to efficiently tackle customer service management, incident management and SLA management, with a built-in knowledge base so you can share information with staff and customers. It’s been integrated with numerous platforms including Facebook, WhatsApp and Twitter, and can be customised according to your particular business requirements.

!!! Features
* Built-in Knowledge Base
* Integrated with Popular Platforms
* Company Branded - allows rebranding, colour changes to match company style.
* Unlimited and Affordable
* Seamless Email Integration
* Priority Support
* Easy-to-use Portal
* Highly Customizable
A favorite item also called a bookmark is a shortcut, you are creating for quick access to it. You can access that bookmark at any time and view that as many times as you want without having to search and find it again.

''Favorites plugin'' is a set of tool for creating favorites (bookmarks) in Tiddlywiki. Each favorite item is a shortcut to a tiddler.

The ''Favorites plugin'' contains three modes

* ''flat mode'': one favorite list, no folder
* ''structured mode'': use folder, search tool, export and delete tool
* ''frozen list'': read only, simple table of content style
Ferdi is a desktop app that helps you get organized and work more efficiently by having all of your favorite apps in one application. Ferdi is based on Franz, a messaging browser that combines all messaging services into one application, but Ferdi offers a whole lot more. Ferdi puts all your web apps in one place, has "Find in Page" and "Quick Switch" features, makes all users Premium by default, and so much more! Ferdi supports multiple accounts on any service, has full proxy support and is also cross-platform. If you're looking for a much better experience from Franz or just want a more efficient way of using your apps and services, Ferdi is definitely the way to go. Ferdi is compatible with Franz so you can easily switch your existing Franz account if you have one.

!!! Features
* Puts all your web apps into one
* Native support for 100+ services
* Separate workspaces
* Support for multiple accounts on any service
* Dark Mode on all services
* Optional cloud sync
* Better notification control
* Cross-platform
* Supports 20+ languages
* Full proxy support
* Process Manager
* Shortcuts and menu options
* Ferdi API
* "Private Notification"-Mode
* Password Lock feature
* ...and many more!
!!! Family Educational Rights and Privacy Act (FERPA)

The Family Educational Rights and Privacy Act (FERPA) (20 U.S.C. § 1232g; 34 CFR Part 99) is a Federal law that protects the privacy of student education records. The law applies to all schools that receive funds under an applicable program of the U.S. Department of Education.

FERPA gives parents certain rights with respect to their children's education records. These rights transfer to the student when he or she reaches the age of 18 or attends a school beyond the high school level. Students to whom the rights have transferred are "eligible students."

* Parents or eligible students have the right to inspect and review the student's education records maintained by the school. Schools are not required to provide copies of records unless, for reasons such as great distance, it is impossible for parents or eligible students to review the records. Schools may charge a fee for copies.
* Parents or eligible students have the right to request that a school correct records which they believe to be inaccurate or misleading. If the school decides not to amend the record, the parent or eligible student then has the right to a formal hearing. After the hearing, if the school still decides not to amend the record, the parent or eligible student has the right to place a statement with the record setting forth his or her view about the contested information.
* Generally, schools must have written permission from the parent or eligible student in order to release any information from a student's education record. However, FERPA allows schools to disclose those records, without consent, to the following parties or under the following conditions (34 CFR § 99.31):
** School officials with legitimate educational interest;
** Other schools to which a student is transferring;
** Specified officials for audit or evaluation purposes;
**Appropriate parties in connection with financial aid to a student;
** Organizations conducting certain studies for or on behalf of the school;
** Accrediting organizations;
** To comply with a judicial order or lawfully issued subpoena;
** Appropriate officials in cases of health and safety emergencies; and
** State and local authorities, within a juvenile justice system, pursuant to specific State law.
Schools may disclose, without consent, "directory" information such as a student's name, address, telephone number, date and place of birth, honors and awards, and dates of attendance. However, schools must tell parents and eligible students about directory information and allow parents and eligible students a reasonable amount of time to request that the school not disclose directory information about them. Schools must notify parents and eligible students annually of their rights under FERPA. The actual means of notification (special letter, inclusion in a PTA bulletin, student handbook, or newspaper article) is left to the discretion of each school.
https://sourceforge.net/projects/fet-timetabling/
https://lalescu.ro/liviu/fet/
An Express-inspired web framework written in Go. Fiber is a Go web framework built on top of Fasthttp, the fastest HTTP engine for Go. It's designed to ease things up for fast development with zero memory allocation and performance in mind. Setting up routes for your application has never been so easy! The Express-like route definitions are easy to understand and work with. Serve your static HTML, CSS, and JavaScript files with ease by defining static routes. You can also serve the contents of multiple directories on the same route! Since Fiber is built on top of Fasthttp, your apps will enjoy unmatching performance! Don't believe us? Here's a benchmark that proves how Fiber shines compared to other frameworks. Are you building an API server? We've got you covered! Fiber is the perfect choice for building REST APIs in Go. Receiving and sending data is fast and easy!

!!! Features
* Choose from a number of already existing middleware or create your own!
* Fiber's low memory footprint allows you to implement features without worrying too much about how much memory your application will use
* Focus on your application and its business logic, rather than technical particularities
* Take your idea and turn it into reality in no time! Thanks to the well-designed and easy-to-learn API
* Develop your application in record speed (especially if you're coming from an Express.js background)
* Fiber supports multiple template engines, such as Handlebars and Pug, thanks to the template middleware
* Use the power of WebSockets in your Fiber app!
Fido is a script for PowerShell designed to help you automatically access the official Microsoft Windows retail ISO files. Even though it was initially designed to work with Rufus, the application can also be used as standalone. The advantage of the script stems from the fact that you no longer need to jump from page to page in order to get to the download links, an issue that has irritated many especially with Windows 8 and 10.

It can be argued that you might as well use the Media Creating tool to download and install Windows for your system. While this is true, you should bear in mind that the official ISO files are a surefire way to know that the content has not been altered. Simply put, the Microsoft retail ISO files are 100% clean, have not been corrupted and therefore, save to use.

\define starts-with() ^$(currentTiddler)$

The following example uses a ''starts-with'' macro concatenating a regular expression string into a variable then used in a filter to match field-values starting with the current tiddlers title...

```
\define starts-with() ^$(currentTiddler)$

<$set name=regexp value=<<starts-with>>>
<$list filter="[regexp:my-field<regexp>]" mode=block/>
</$set>

; proof
: <code>{{!!my-field}}</code>
```

<<<
<$set name=regexp value=<<starts-with>>>
<$list filter="[regexp:my-field<regexp>]" mode=block/>
</$set>

; proof
: <code>{{!!my-field}}</code>
<<<
The following wiki markup examples use filters to list implemented fields types and related information...

<<tabs "[[standard fields]] [[core fields]] [[custom fields]] [[fields of current tiddler]] [[custom fields of current tiddler]]" default:"standard" "$:/state/tabs-fields">>

{{||$:/core/ui/TiddlerFields}}

rendered via <<source "$:/core/ui/TiddlerFields">>
Convert Figma designs into high quality HTML, React, Vue, Svelte, Angular, Solid, etc code via JSX Lite
* VeraCrypt
* EncFS
*[[Gocryptfs]] 
*CryFS
*[[Securefs]]
*ZuluCrypt
*[[Hasleo BitLocker Anywhere]]
*[[SSHFS]]
*[[MetFS]]
*[[CryptSync]]
*[[loop-AES]]
# FreeCommanderPortable
S3 Compatible Object Storage Powered by Blockchain
Encrypted and Geo-redundant object storage at a fraction of the price.
A federated search application for discovering interesting files that are being shared online, such as video, music, books, software, games, subtitles and much more. All data is crawled by od-database which collects information about the contents of servers worldwide. We don't search file contents.

We host no content, we provide only access to already available files in the same way Google and other search engines do.

!!! Features
* Explore hundreds of server contents
* Sort by name, size and age
* Filter by type/category
* Filter by more than or equal to size
* Filter by start/end last modified date
* Search external search engines
* View file information, such as size, last modifed, etc.
* Bookmark files
* Share files by email
* Copy direct download links
* Open url in external apps
* Add new servers easily
* Configure connection options
https://sourceforge.net/projects/file-search/
!! HDD Partitioning
* MBR
* GPT
* [[Hybrid partition table|]]

!!'' Windows File System''

* FAT
* exFAT
*[[NTFS]] 

!! ''Linux File System''
* [[EXT2/3/4|]]
* [[BTRFS|]]

!! ''FUSE''
* DokanY
*WinFsp
*[[cxfuse]]


!! ''[[Linking|https://ss64.com/nt/mklink.html]]''
* HardLinks
* SymbolicLinks
* JunctionLink

!! ''Combining Hard Drives''
* [[RAID|]]
* StorageSpace
This wiki gives examples for various [[filters|Filters]] and their use in the [[list widget|ListWidget]]. A good starting point to understand what filters yield which results also is [[test-filters.js|https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/test/tiddlers/tests/test-filters.js]].

<div class="overview-link">
[[Grouped By FilterOperator »|FilterOperator]]
</div>
<dl class="overview">
<<list-search
"[[Filters]tagging[]!sort[modified]]"
"search"
"$:/temp/list-search-list-examples"
"$:/.tb/template/list-examples"
placeholder:"Filter all examples..." >>
</dl>
\define sorted() $(filter)$sort[]]

In the below example, a selected filter is written to a field, then a variable constructs the desired filter by appending a default sort parameter...

<<source "$:/.tb/examples/from-field">>

''Renders as:''

{{||$:/.tb/examples/from-field}}
<<tagging>>
http://tiddlywiki.com/#FilterOperators

<div style="float:right;font-size:1.2em;">
[[« All Examples|Filter Examples]]
</div>
<div class="by-operator overview">
<<list-search
"[all[current]tagging[]sort[title]]"
"search"
"$:/temp/list-search-list-by-operator"
"$:/.tb/template/list-by-operator"
placeholder:"Filter by operator name..." >>
</div>

@@.align-top
@@.no-border
|<<list-search [all[current]tagging[]] search list-search-filters placeholder:"Filter examples...">> |<<list-search [[FilterOperator]tagging[]] search list-search-filter-operators placeholder:"Filter operators...">>  |
@@
The Ally filter provides accessibility scores and tools for files uploaded to Moodle by teachers. It also provides alternative download types to enhance accessibility - e.g. audio, braille, etc
Add HTML5 videos, photo galleries, music, podcasts and playlists to any section of your moodle site. Supported formats mp4, mp3, jpg, wmv and many others. Enjoy more than 100 designed templates for slideshows, video players, video portal, Lightbox and many more. Cincopa is fully hosted and seamlessly integrated with a CDN which makes sure it will work fast and smooth without any load on your moodle server.
This filter is required for the oohoo Pop-up Dictionary block. OOHOO Pop-up Dictionary is a Moodle package that gives the students the possibility to double click on any word within a Moodle HTML resource and retrieve its definition from an online dictionary chosen by the teacher.
Along with the Ensemble Video Moodle Repository Plugin, this plugin makes it easier for Moodle users to add videos and playlists to content without having to navigate to Ensemble Video and copy/paste complicated embed codes. This plugin filters content to render urls added by the repository plugin as Ensemble Video embed codes.
The FilterCodes filter enables Moodle content creators to easily customize and personalize site and course content using over 140 plain text tags. Version 2.2 introduces 12 new FilterCodes including tags to list teacher, course request link, a conditional tag based on custom profile fields, tags to display support information, a menu of tools for developer and more. You can now even create your own global tags.
This filter allows you to use fontawesome icons in the Moodle text editor without worrying about the HTML syntax.
Generico is a simple filter for creating templates of code snippets and text that can be inserted into Moodle text areas.
This filter adds the possibility to get [[H5P]] content being automatically embedded in textfields based on the activityname.
This filter allows the automated creation of MP4 sources for HTML5 and elements.
Moodle filter to facilitate embedding of third-party content using simple copy/paste of URLs (e.g. Google Docs, YouTube, ThingLink, Quizlet, Padlet, etc.). 3 new services recently added -> now supports 31 services!
This filter is a greatly simplified multi-language filter. It uses very simple non-HTML tags to mark multi-language blocks. Namely {mlang XX} {mlang} pairs, where XX is the Moodle short name for the language pack (i.e., en, fr, eu, es, es_mx, etc.) It uses the same tags as the filter_multilangsecond plugin (to be compatible with it), but there is one difference between the two. This filter allows standalone {mlang} tags that don't require adjoining alternative language tags. This makes the filter more flexible at the cost of potentially producing empty sets of tags.
A filter that will swap hyperlinks pointing towards supported websites with an embedded version using code retrieved from the site using the oEmbed protocol. An option for "Lazy" loading of some sites is also available.
Poodll is a toolbox of features for Moodle, including audio and video recording, media players for the classroom and widgets such as tabs and stopwatches. The Poodll filter is a pre-requisite plugin for the Classic Poodll plugins.
Allows users to inject and modify content using shortcodes provided by other plugins.
This is a filter plugin that uses a 3rd party Javascript module called highlight.js to make your code look like something you'd see in an IDE.
Moodle filter which creates tabs in textfields
Type and handwrite mathematical notation in Moodle with MathType.
* https://github.com/invertase/react-native-firebase
* https://github.com/firebase/quickstart-android
* https://github.com/FirebaseExtended/flutterfire
* https://github.com/firebase/FirebaseUI-Android
* 
* 
* 
* 
Record & transcribe meetings & calls directly from your browser across Google Meet, Zoom, Teams, Google Voice or any web app where you're making calls.

Record your meetings, transcribe, search, and share with 1 simple click

Just hit the record button in the chrome extension. A widget will pop up and start recording.

Pause, Stop Capturing at any time

Meeting will process in a few mins and transcript + audio will be in dashboard.
It’s Free to use!

!!! 12+ web-conferencing, dialers, & telephony platforms supported:
* •	Zoom
* •	Google Meet/Hangouts
* •	GoToMeeting
* •	Webex
* •	Skype for Business
* •	Uber Conference
* •	Free Conference Call
* •	Microsoft Team
* •	Lifesize 

•	Slack Calling

•	Google Voice

`•	Hubspot Dialer

- many more see [fireflies.ai/integrations](http://fireflies.ai/integrations)

Fireflies is an AI voice assistant that’ll help you automate note taking automatic transcripts, highlights, and powerful search capabilities. Find action items, next steps, dates, metrics, and more with a click of a button. 

!!! Fireflies has a free forever tier
* •	Record
* •	Share
* •	Route to different integrations
* •	Create notes along the audio
* •	Collaborate with teammates and mark important moments from meetings

!!! Fireflies Pro ($10) & Business tier ($19) have
* •	Automatic meeting notes (action items, next steps, dates, deadlines, etc)
* •	More storage
* •	And several other features
"Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. Using a bunch of external tools, you can import data. It also has many neat financial reports available.

Firefly III should give you insight into and control over your finances. Money should be useful, not scary. You should be able to see where it is going, to feel your expenses and to... wow, I'm going overboard with this aren't I?

But you get the idea: this is your money. These are your expenses. Stop them from controlling you. I built this tool because I started to dislike money. Having money, not having money, paying bills with money, you get the idea. But no more. I want to feel "safe", whatever my balance is. And I hope this tool can help you. I know it helps me.
Firetable is an open-source platform to unlock the full potential of Google Firestore
With Firetable, non-technical team members can access Firestore data with a permission controlled intuitive UI while developers can build fast on the GCP stack (manage their data models, create and deploy cloud functions, connect to third party apps via webhooks and APIs...and more!) 🚀
FireX Proxy allows you to change your IP address. The proxy list updates about every minute.

Repository on github for developers: https://github.com/Orogenesis/FireX-Proxy
You can only install .Appx or .AppxBundle software if sideloading is enabled on your Windows 10 device. Sideloading is enabled by default starting with the November Update, but sideloading may be disabled by company policy on some devices.

To check if sideloading is enabled, head to Settings > Update & Security > For Developers. Ensure the setting here is set to either “Sideload apps” or “Developer mode”. If it’s set to “Windows Store apps”, you won’t be able to install .Appx or .AppxBundle software from outside the Windows Store.

[img[https://www.howtogeek.com/wp-content/uploads/2016/12/img_585447d47c6df.png]]
If this option is set to “Windows Store apps” and you enable sideloading, Windows will warn that apps you install could expose your device and data, or harm your PC. It’s like installing normal Windows software: You should only install software from sources you trust.

 https://github.com/Helsinki-NLP/OPUS-CAT
I see the exact same thing, but I'm on an insider preview version of Windows 10.

Try launching PowerShell as admin and typing the following:


```
Add-VMRemoteFx3dVideoAdapter -VMName <MyVM>
```



<<<
This worked for me and I can see the RemoteFX 3D Adapter in the hardware settings for the VM. I haven't tried actually turning it on yet though! After adding using PowerShell I still see the warning about it being no longer supported on new machines though.

This PowerShell command worked immediately for me

It added (as desired) a "RemoteFX 3D Video Adapter" under the "Processor" field in Hyper-V -> VM-Settings

Defaulted w/ 1080p-res and 128MB dedicated video memory

<<<


its not supported on Windows Desktop, only on Windows Server.
A spreadsheet program that registers fixed assets details (including location) & calculates depreciation. Fixed Assets Pro (Excel) is both powerful & yet easy to use. See the list of extensive features below for further details. The program is a VBA project.

!!! Features
* Registers fixed asset details & location.
* 6 fixed asset categories.
* 3 depreciation methods including straight line & declining (reducing) balance.
* Depreciation journal (annual & monthly depreciation).
* 7 cost centres / departments for allocating the depreciation charge.
* Full or partial depreciation in year of purchase.
* Macros which add and delete fixed assets at a press of a button.
* Prepares the fixed asset schedules (notes) for published accounts.
* Detailed fixed asset & depreciation reports.
* Data validation to reduce input / accounting errors.
* Intuitive interface with on screen guides.
* Comprehensive user manual.
* Registers asset revaluations & impairments.
Fixed VHDs are recommended for production instead of dynamically expanding or differencing VHDs for the following reasons:

*The I/O performance is highest for fixed VHDs because the file is not dynamically expanded.

*When a dynamically expanding disk is expanded, the host volume could run out of space and cause the write operations to fail. Using fixed VHDs ensures this does not happen.

*The file data will not become inconsistent due to lack of storage space or power loss. Dynamically expanding and differencing VHDs depend on multiple write operations to expand the file. The internal block allocation information can become inconsistent if all I/O operations to the VHD file and the host volume are not complete and persisted on the physical disk. This can happen if the computer suddenly loses power.
Flare is a Laravel-tailored exception tracker that helps you spend more time fixing bugs and less time uncovering them. Over at Spatie we built Flare with the same amount of care and attention we put into the hundreds of open source packages we maintain. It's the exception tracker that we always wanted.

Exception tracking
Track exceptions from all your production environments and gain debugging superpowers with Flare's Laravel specific reports. Need more details? Provide additional context to exceptions with Glows.

No need to worry about a growing team, all plans include unlimited projects, team members and guest invites.

Notifications
Flare provides fine-grained control over notifications. We can send emails, rich Slack notifications, SMSes with Nexmo and webhooks.

Local development with Ignition
Seamless integration with Ignition, our free Laravel error handler. Tired of No application encryption key has been specified.? Ignition provides one-click solutions for common Laravel errors.

Still staring at defeat? Share local or production exception reports with a coworker or anyone else for a fresh pair of eyes.
flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates a C source file named, "lex.yy.c", which defines the function yylex(). The file "lex.yy.c" can be compiled and linked to produce an executable. When the executable is run, it analyzes its input for occurrences of text matching the regular expressions for each rule. Whenever it finds a match, it executes the corresponding C code.
When it comes to raw search speed FlexSearch outperforms every single searching library out there and also provides flexible search capabilities like multi-field search, phonetic transformations or partial matching.

Depending on the used options it also provides the most memory-efficient index. FlexSearch introduce a new scoring algorithm called "contextual index" based on a pre-scored lexical dictionary architecture which actually performs queries up to 1,000,000 times faster compared to other libraries. FlexSearch also provides you a non-blocking asynchronous processing model as well as web workers to perform any updates or queries on the index in parallel through dedicated balanced threads.
Picture-in-Picture mode allows you to watch video in a floating window with playback video controls
Play video in a floating window with no interruption from work or searching the web. Called picture-in-picture mode creates a fully working video player that will float with you across the browser and always on the top of other windows. 

After clicking the icon selected video is opened outside the browser in a mini player with all functionality of the original player and general playback video controls. Fully customized settings suppose to resize the floating window as much as you want and set it at any place on the screen. 

Picture-in-picture mode supports all video formats and works with popular video hubs like Youtube, Vimeo, Facebook and many others. Floating Video extension equipped with bunch of useful features, such as the following:

* - Broad playback controls allow you to manage video files like on the original video player: advanced/ rewind, play/ stop video, etc.
* - custom settings concerning floating window: set it in any place on the screen.
* - supports all video formats
* - resize floating window for convenient watching 
* - play video in a floating pop-up from all websites including all popular 
* - Hotkeys (Keyboard shortcut) function added

Watch video in a floating window that is always on the top of other websites and opened applications. Keep watching the video while browsing other websites or review sheets and graphics. Opened video will always upper other windows and float from site to site.
Sync your bookmarks across browsers via Nextcloud, WebDAV or Google Drive
Sync your bookmarks across browsers via your own self-hosted server.

Requirements:

 * Nextcloud Bookmarks (v0.11 or later), or a WebDAV server (like nextcloud is, too), or the LoFloccus desktop app: https://github.com/TCB13/LoFloccus
 * a recent Chrome version (or a compatible browser) with native Bookmark Sync disabled

Usage

- **The accounts panel**; After installation the accounts pane will pop up allowing you to create and manage accounts. You will be able to access this pane at all times by clicking the floccus icon in the browser tool bar.
- **Your accounts**: You can setup multiple accounts and select a bookmark folder for each, that should be synced with that account. Floccus will keep the bookmarks in sync with the server you selected whenever you add or change them and will also sync periodically to pull the latest changes from the server.
- **Syncing the root folder**: If you want to sync all bookmarks in your browser you need to select the topmost untitled folder in the folder picker. (In case you're wondering: Syncing the root folder across browsers from different vendors is now possible out of the box, because the built-in folder names are now normalized).


Limitations

 - Note that currently you cannot sync the same folder with multiple accounts in order to avoid data corruption. If you sync the root folder with one account and sync a sub folder with a different account, that sub-folder will not be synced with the account connected to the root folder anymore.
Last Update: 2020-06-18

Enterprise Grade Point of Sale application for QSR, Casual Dine-In, Fine Dine-In, Cafe and Retail. Established in 2008 Floreant POS has powered 30,000 restaurants in 25 countries around the world. It can run on single or multiple terminals and manage new order, visualize tables, manage kitchen and produce advanced reports.

Floreant POS is initiated and maintained by OROCUBE LLC, USA (https://orocube.com) and released under MRPL 1.2, a variant of Mozilla Public License 1.1. http://floreantpos.org/license-html/

!!! Features
* Dine In - Table Management, Guest, Seat*, Split Check, Tips
* Take out - Fast navigation, Food item Inventory, 86
* Home delivery - Customer lookup, Driver assign
* Bar - open Tab, Pre-auth, tips
* Retail - Barcode scanner, Digital Scale
* Pizza Designer - Topping, Slice, Speciality, Visual layout
* Kitchen Management - Printer routing, Kitchen Display
* Cash terminals - Magnetic card, Partial payment and multiple Automatically calculate Discounts by percent and fixed amounts, Discounts and Coupon
* Multiple price of item by Modifier, Forced-modifier, Combo, Shift and Order type
* Manager facilities: Credit card tips, Drawer Pull, Drawer bleed, Void, Split & reports in Receipt printer.
* Deployment - Embedded & Client-server database
* Database supported - Derby, MySQL and PostgreSQL
* Included price & Multiple tax, Per item tax, Tax exemption, for UK and European restaurants
* i18n: Supports 20+ languages. User translatable message file.
* Supports Commercial plugin for Floor plan & Home Delivery and Inventory system Orocube.com
* To learn upcoming features visit http://floreant.org
Fluany is a chrome extension to memorize and study anything, fast and easy while you're surfing the Internet. You can learn a lot…
Fluany is a chrome extension to memorize and study anything, fast and easy while you're surfing the Internet. You can learn a lot while you work, or spend hours on social networks. Create your study lists, customize, add questions, terms or expressions you want to memorize, coosing the interval at which a question/term should appear for you. Friendly and intuitive interface. Start practicing in a few clicks.

Your time is precious and with fluany, you can study while you work, talk with your friends or even watching videos. The fluany enters into your routine forcing your mind to learn.
Learn Learn French, Spanish, or Italian while browsing the web
Fluent automatically translates words on websites so you can learn a language while browsing the web. You never have to set aside extra time just to study. You can now learn from content that you're already interested in.

1. You browse the web.
2. Fluent replaces a few words with their translation.
3. Hover over to see the original in English.

!!! Features:
* ✓ Practice over 250,000 different words
* ✓ Track your progress
* ✓ Listen to the pronunciation
* ✓ See the gender of nouns and adjectives
* ✓ Test yourself on words you've seen
* ✓ Block out any website you don't want it on
Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.
The goal of this project is to provide an ultimate collection of real world app's UIs. While I built Flutter UIKit for my own needs, it is also intented to showcase good app structure and a clean, well-organized Flutter codebase.
fluxday is a task & productivity management application ideal for fast growing startups and small companies. fluxday was developed by Foradian starting in 2014 and was a critical part of the company’s [[hyper growth and success|http://www.fedena.com/history]]. fluxday was opensourced by Foradian in May 2016 to help more startups use the power of a no-nonsense productivity tracking tool.

fluxday is engineered based on the concepts of OKR - Objectives and Key Results, invented and made popular by John Doerr. OKRs and OKR tools are used today by many companies, including Google, LinkedIn and Twitter

!!! You can use fluxday for
* Managing and Tracking OKRs
* Creating, assigning and tracking tasks
* Maintaining log of time spent by employees
* Generating different types of reports, and in different formats
* Analyzing progress and productivity of your company, its departments, teams and employees
* OAuth server with filtered access to users
Open source credit system

Innovative, easy to use credit system for multiple users that comes with an intuitive design: Create an account and charge or discharge your credit.

This is the backend repository, for the frontend look at https://github.com/fnordcredit/frontend.

fnordcredit is written in Javascript/Node.js/react/knex.
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.

It helps define, organize, track and manage work across individuals and teams. Focalboard comes in two editions:

Focalboard Personal Desktop: A stand-alone desktop app for your todos and personal projects. This is a single-tenant locally run server running Focalboard for optimal speed and performance.

Focalboard Personal Server: A self-hosted server for your team to collaborate.

The same MIT-licensed binary powers both desktop and server editions.
<<fa-lbadge glyph:"fa-font-awesome-flag" fam:"fab">>
! About

This tiny [[TiddlyWiki 5|https://tiddlywiki.com]] contains the [[FontAwesome plugin|$:/plugins/TheDiveO/FontAwesome]] that brings you support for [[Font Awesome|http://fontawesome.io/Font-Awesome/]] 5.x. Normally, all you need to do to use this font in your own projects is to drag the plugin [[$:/plugins/TheDiveO/FontAwesome]] from this wiki into your own ~TiddlyWiki&nbsp;5 instances.

> ''Note:'' you ''don't need to install'' the font(s) in your operating system. The Font Awesome is already embedded into this ~TiddlyWiki itself and is then automatically detected by your web browser (assuming a recent major browser).

<<fa-lbadge glyph:"fa-question">>
! Icon Cheatsheet

See our awesome [[Cheatsheet]].

<<fa-lbadge glyph:"fa-sliders-h">>
! Tweaks

Enable or disable [[link decoration|$:/plugins/TheDiveO/FontAwesome/ui/ControlPanel/FontAwesome]].

<<fa-lbadge glyph:"fa-tachometer-alt">>
! Piffle Paffle Lies & Statistics

|!Font Awesome fonts version |<code><$view tiddler="$:/plugins/TheDiveO/FontAwesome" field="fa-version" /></code> |
|!# of free icons |<$count filter="[prefix[$:/fontawesome/glyph/]]"/> |
|!# of icon categories |<$count filter="[prefix[$:/fontawesome/class/]]"/> |

> The Font Awesome fonts have been auto-imported from the `@fortawesome/fontawesome-free` npm package.

<<fa-lbadge glyph:"fa-info">>
! Information

You don't need to install the //Font Awesome// font itself in your operating system in order to use it in your ~TiddlyWikis. Instead, //Font Awesome// is already embedded into the TW5FontAwesome plugin itself and is automatically loaded by your web browser -- assuming a modestly recent major browser.

Further plugin information:

* [[Plugin readme|$:/plugins/TheDiveO/FontAwesome/readme]]
* [[Plugin history|$:/plugins/TheDiveO/FontAwesome/history]]
* [[Plugin license|$:/plugins/TheDiveO/FontAwesome/license]]
* [[User macro documentation|$:/plugins/TheDiveO/FontAwesome/macros/fa/doc]]

If everything here works correctly, then you should see the waving flag (<i class="fas fa-flag"></i>&nbsp;) that is the symbol of Font Awesome.

<<fa-lbadge glyph:"fa-hand-point-right">>
! Notable Notes

Your browser needs to support so-called [[WOFF web fonts|http://en.wikipedia.org/wiki/Web_Open_Font_Format]] (Wikipedia). All recent major browsers do so.


<<fa-lbadge glyph:"fa-cog">>
! Plugin Version

This is the //~FontAwesome// plugin version "<$view tiddler="$:/plugins/TheDiveO/FontAwesome" field="version" />" (<$list filter="[[$:/plugins/TheDiveO/FontAwesome/readme]is[shadow]]" emptyMessage="<span style='color: #c00; font-weight: bold'>development</span>">release</$list> wiki).
*[[ufficiozero|]]
ForgeBox is the package repository and software directory for ColdFusion (CFML). Just leverage CommandBox CLI so you can also contribute to this directory and build amazing reusable code.
Not your typical form-making plugin. Forminator is the easy-to-use WordPress form builder plugin for every website and situation. It’s the easiest way to create any form – contact form, order form, payment form, email form, feedback widgets, interactive polls with real-time results, buzzfeed-style “no wrong answer” quizzes, service estimators, and registration forms with payment options including PayPal and Stripe.
FormRead is a completely free OMR (optical mark recognition) web software for scanning and grading user-filled, multiple choice forms.

Create your formats with any of your office or drawing tools, scan them and parameterize their coordinates in an easy way.

Once you have parameterized your form, you can print many of them, give it to your students/respondents, scan and recognize them with formread, and you can finally export the data in your preferred formats (excel, pdf, csv)

!!! Features
* OMR, OCR and BCR (QR code) recognition
* Design your forms with any of your office or drawing tools
* Scan form as image or pdf
* Export results as CSV, MS Excel, PDF or just copy the data
* Don't install anything, it is a WEB-based software
* https://modules.formtools.org/
* http://www.info-3000.com/access/cours/lecon11/lecon11.php
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
FormScanner is an OMR (Optical Mark Recognition) software that automatically marks multiple-choice papers.
FormScanner not bind you to use a default template of the form, but gives you the ability to use a custom template created from a simple scan of a blank form.
The modules can be scanned as images with a simple scanner and processed with FormScanner software.
All the collected information can be easily exported to a spreadsheet.

!!! Features
* OMR open source
* Use personal templates
* Use any type of images
* Change automatically selected points and corners
* Export output in csv format
* Multilanguage
* Run on Windows, Mac and Linux
What is FOF?
FOF (Framework on Framework) is a rapid application development framework for Joomla!. It's designed to abstract changes between different Joomla versions and provide a better, faster, fluent coding interface based on the same MVC concepts that you learned with Joomla.
Frappe is a full stack, batteries-included, web framework written in Python and Javascript.

It is the framework which powers ERPNext. It is pretty generic and can be used to build database driven apps.
Improve your rank in freelancer by using Freelancer Exams Academy services. Be the first in bid list get more projects!
Specially designed for Freelancers to take online exams to get certified developer, designer, content writers, seo experts, marketers and entrepreneurs.

While taking online exams some websites disabled copy question statement. so this Freelancer Exams Academy Test Helper chrome extension will Allow Copy text and highlighted text will copy to clipboard to use further.

!!! Usage:
* - Install the extension from chrome web store. 
* - Click browser action icon to Enable & Disable the copy mode.
* - Make the order for getting our service.

!!! Features:
* - Rights to Copy (for all websites.)
* - AutoCopy (as you select the text it will copy to clipboard.)
* - Minimal overhead (a light wight no background process.)
Improvements for freelancer.com. Hiding projects by country, showing employer details...
This extension makes using freelancer.com an easier and less frustrating experience. Hopefully it will save you lots of time and stress.

!!! Free tier features:
* - Show employer name and link to their profile on each project.
* - Let you view employer reviews on employer profile.

!!! Premium tier features:
* - Hide projects from employers basing on what country they are from. Unfortunately we all know there are some countries with an ungodly amount of spam projects.
* - Hide projects basing on what tags the project has or on employer verifications or name.
* - Increase the amount of projects shown on the search page from the default of 10. This is especially useful if your other filters remove many projects and you are often left with none.
* - In addition to employer name, also view their project statistics to decide if they are likely to award the project. There are many employers who post hundreds of projects but never award, which is a waste of a bid and time. Also view the employer avatar.
* - Open the project attachments in the browser (For now they can only be opened in the current tab)
* - Show employer country flag on the search page.
FreeMedForms is free and open source medical suite, available for all current platforms (Linux, Mac OS X, Windows and FreeBSD). It is powerful and fully configurable. It can be adapted to many needs: various medical specialties, para-medical specialties and even veterinary profession.

Please note, that future version will be released only on the freemedforms.com website.
FreeNFS is a Network File Server for Microsoft Window XP, Windows Vista, Windows 7, and Windows 8. It is currently a 32 bit application that runs in your taskbar, it has a minimal memory footprint, and connects to the li/unix world simply.
Free Pascal is a mature, versatile, open source Pascal compiler. It can target many processor architectures: Intel x86 (16 and 32 bit), AMD64/x86-64, PowerPC, PowerPC64, SPARC, SPARC64, ARM, AArch64, MIPS, Motorola 68k, AVR, and the JVM. Supported operating systems include Windows (16/32/64 bit, CE, and native NT), Linux, Mac OS X/iOS/iPhoneSimulator/Darwin, FreeBSD and other BSD flavors, DOS (16 bit, or 32 bit DPMI), OS/2, AIX, Android, Haiku, Nintendo GBA/DS/Wii, AmigaOS, MorphOS, AROS, Atari TOS, and various embedded platforms. Additionally, support for RISC-V (32/64), Xtensa, and Z80 architectures, and for the LLVM compiler infrastructure is available in the development version. Additionally, the Free Pascal team maintains a transpiler for pascal to Javascript called pas2js.
Application for Mind Mapping, Knowledge Management, Project Management. Develop, organize and communicate your ideas and knowledge in the most effective way.

!!! Features
* Mind Mapping
* Knowledge Management
* Project Management
* Presentation
* Outline
* Writing

https://www.freeplane.org/wiki/index.php/Home

!! ''Plugins''

<<list-links "[tag[Freeplane]sort[title]]">>
Freeplane in an application for mind mapping.

This addon brings versionning control to freeplane enabling team working on a single mindmap.

Currently supports diff/update/commit operations on a map via cvs and git (experimental).

!!! Features
* - mind map collaborative edition
* - mind map versionning through CVS
* - mind map versionning through GIT
Freeplane add-on to extract GTD-style Next Action lists from a mind map. Intended for Freeplane version 1.2.x.

!!! Features
* Extracts Next Action list from nodes marked with a next action icon
* Displays Next Action list sorted by Project, Context, Waiting-For, or Due Date
* Accepts simple, natural shorthand notation for Next Actions
* Next Actions in lists are hyperlinked back to th
Freeplane is a widely used mind mapping tool. GTD is a time management methodology by David Allen.

Freeplane GTD is an addon, that can collect tasks specified in a mindmap, thus allowing the users of Freeplane to use the concepts of GTD in their mind

!!! Features
* Freeplane add-on
* GTD
* Document outliner
* Todo list
* Note taking

FREJ stands for "Fuzzy Regular Expressions for Java" - it is a command-line tool and library which allow you easily compare strings with patterns disregarding nasty typos and considering several variants (like "Barack Obama", "B.H.Obama" etc.)
https://github.com/freqtrade/freqtrade
<h1 align="center">
<br>
  <img src="https://raw.githubusercontent.com/thedaviddias/Front-End-Checklist/master/data/images/logo-front-end-checklist.jpg" alt="Front-End Checklist" width="130">
  <br>
    <br>
  Front-End Checklist
  <br>
</h1>

---
<h3 align="center">🚨 Currently working on a V2 of frontendchecklist.io,<br>feel free to <a href="https://github.com/thedaviddias/Front-End-Checklist/discussions">discuss</a> any feature you would like to see in the next version</h3>

---

<h4 align="center">The Front-End Checklist is an exhaustive list of all elements you need to have / to test before launching your website / HTML page to production.</h4>

<p align="center">
  <a href="http://makeapullrequest.com">
    <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome">
  </a>
    <a href="https://github.com/thedaviddias/Front-End-Checklist/graphs/contributors">
    <img src="https://img.shields.io/github/contributors/thedaviddias/Front-End-Checklist.svg?style=flat-square" alt="Contributors">
  </a>
  <a href="https://github.com/thedaviddias/Front-End-Checklist/">
    <img src="https://img.shields.io/badge/Front‑End_Checklist-followed-brightgreen.svg?style=flat-square" alt="Front‑End_Checklist followed">
  </a>
    <a href="https://creativecommons.org/publicdomain/zero/1.0/">
    <img src="https://img.shields.io/badge/license-CC0-green.svg?style=flat-square" alt="CC0">
  </a>
</p>

<p align="center">
  <a href="#how-to-use">How To Use</a> • <a href="#contributing">Contributing</a> • <a href="https://frontendchecklist.io">Website</a> • <a href="https://www.producthunt.com/posts/front-end-checklist">Product Hunt</a>
</p>
<p align="center">
    <span>Other Checklists:</span>
    <br>
  <a href="https://github.com/thedaviddias/Front-End-Performance-Checklist#---------front-end-performance-checklist-">🎮 Front-End Performance Checklist</a> • <a href="https://github.com/thedaviddias/Front-End-Design-Checklist#front-end-design-checklist">💎 Front-End Design Checklist</a>
</p>


It is based on Front-End developers' years of experience, with the additions coming from some other open-source checklists.

---

## How to use?

All items in the **Front-End Checklist** are required for the majority of the projects, but some elements can be omitted or are not essential (in the case of an administration web app, you may not need RSS feed for example). We choose to use 3 levels of flexibility:

* ![Low][low_img] means that the item is **recommended** but can be omitted in some particular situations.
* ![Medium][medium_img] means that the item is **highly recommended** and can eventually be omitted in some really particular cases. Some elements, if omitted, can have bad repercussions in terms of performance or SEO.
* ![High][high_img] means that the item **can't be omitted** by any reason. You may cause a dysfunction in your page or have accessibility or SEO issues. The testing priority needs to be on these elements first.

Some resources possess an emoticon to help you understand which type of content / help you may find on the checklist:

* 📖: documentation or article
* 🛠: online tool / testing tool
* 📹: media or video content

> You can contribute to the ***Front-End Checklist App*** reading the [CONTRIBUTING.md file](https://github.com/thedaviddias/Front-End-Checklist/blob/master/CONTRIBUTING.md) which explains everything about the project.

---

## Head

> **Notes:** You can find [a list of everything](https://github.com/joshbuchea/HEAD) that could be found in the `<head>` of an HTML document.

### Meta tag

* [ ] **Doctype:** ![High][high_img] The Doctype is HTML5 and is at the top of all your HTML pages.

```html
<!doctype html> <!-- HTML5 -->
```

> * 📖 [Determining the character encoding - HTML5 W3C](https://www.w3.org/TR/html5/syntax.html#determining-the-character-encoding)

*The next 2 meta tags (Charset and Viewport) need to come first in the head.*

* [ ] **Charset:** ![High][high_img] The charset (UTF-8) is declared correctly.

```html
<!-- Set character encoding for the document -->
<meta charset="utf-8">
```

* [ ] **Viewport:** ![High][high_img] The viewport is declared correctly.

```html
<!-- Viewport for responsive web design -->
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
```

* [ ] **Title:** ![High][high_img] A title is used on all pages (SEO: Google calculates the pixel width of the characters used in the title, and it cuts off between 472 and 482 pixels. The average character limit would be around 55-characters).

```html
<!-- Document Title -->
<title>Page Title less than 55 characters</title>
```

> * 📖 [Title - HTML - MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title)
> * 🛠 [SERP Snippet Generator](https://www.sistrix.com/serp-snippet-generator/)

* [ ] **Description:** ![High][high_img] A meta description is provided, it is unique and doesn't possess more than 150 characters.

```html
<!-- Meta Description -->
<meta name="description" content="Description of the page less than 150 characters">
```

> * 📖 [Meta Description - HTML - MDN](https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML#Adding_an_author_and_description)

* [ ] **Favicons:** ![Medium][medium_img] Each favicon has been created and displays correctly. If you have only a `favicon.ico`, put it at the root of your site. Normally you won't need to use any markup. However, it's still good practice to link to it using the example below. Today, **PNG format is recommended** over `.ico` format (dimensions: 32x32px).

```html
<!-- Standard favicon -->
<link rel="icon" type="image/x-icon" href="https://example.com/favicon.ico">
<!-- Recommended favicon format -->
<link rel="icon" type="image/png" href="https://example.com/favicon.png">
```

> * 🛠 [Favicon Generator](https://www.favicon-generator.org/)
> * 🛠 [RealFaviconGenerator](https://realfavicongenerator.net/)
> * 📖 [Favicon Cheat Sheet](https://github.com/audreyr/favicon-cheat-sheet)
> * 📖 [Favicons, Touch Icons, Tile Icons, etc. Which Do You Need? - CSS Tricks](https://css-tricks.com/favicon-quiz/)
> * 📖 [PNG favicons - caniuse](https://caniuse.com/#feat=link-icon-png)

* [ ] **Apple Web App Meta:** ![Low][low_img] Apple meta-tags are present.

```html
<!-- Apple Touch Icon (at least 200x200px) -->
<link rel="apple-touch-icon" href="/custom-icon.png">

<!-- To run web application in full-screen -->
<meta name="apple-mobile-web-app-capable" content="yes">

<!-- Status Bar Style (see Supported Meta Tags below for available values) -->
<!-- Has no effect unless you have the previous meta tag -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
```

> * 📖 [Configuring Web Applications](https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html)
> * 📖 [Supported Meta Tags](https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html)

* [ ] **Windows Tiles:** ![Low][low_img] Windows tiles are present and linked.

```html
<!-- Microsoft Tiles -->
<meta name="msapplication-config" content="browserconfig.xml" />
```

Minimum required xml markup for the `browserconfig.xml` file is as follows:

```xml
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
   <msapplication>
     <tile>
        <square70x70logo src="small.png"/>
        <square150x150logo src="medium.png"/>
        <wide310x150logo src="wide.png"/>
        <square310x310logo src="large.png"/>
     </tile>
   </msapplication>
</browserconfig>
```

> * 📖 [Browser configuration schema reference](https://msdn.microsoft.com/en-us/library/dn320426(v=vs.85).aspx)

* [ ] **Canonical:** ![Medium][medium_img] Use `rel="canonical"` to avoid duplicate content.

```html
<!-- Helps prevent duplicate content issues -->
<link rel="canonical" href="http://example.com/2017/09/a-new-article-to-read.html">
```

> * 📖 [Use canonical URLs - Search Console Help - Google Support](https://support.google.com/webmasters/answer/139066?hl=en)
> * 📖 [5 common mistakes with rel=canonical - Google Webmaster Blog](https://webmasters.googleblog.com/2013/04/5-common-mistakes-with-relcanonical.html)

### HTML tags

* [ ] **Language attribute:** ![High][high_img] The `lang` attribute of your website is specified and related to the language of the current page.

```html
<html lang="en">
```

* [ ] **Direction attribute:** ![Medium][medium_img] The direction of lecture is specified on the html tag (It can be used on another HTML tag).

```html
<html dir="rtl">
```

> * 📖 [dir - HTML - MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir)

* [ ] **Alternate language:** ![Low][low_img] The language tag of your website is specified and related to the language of the current page.

```html
<link rel="alternate" href="https://es.example.com/" hreflang="es">
```

* [ ] **x-default:** ![Low][low_img] The language tag of your website for international landing pages.

```html
<link rel="alternate" href="https://example.com/" hreflang="x-default" />
```

> * 📖 [x-default - Google](https://webmasters.googleblog.com/2013/04/x-default-hreflang-for-international-pages.html)


* [ ] **Conditional comments:** ![Low][low_img] Conditional comments are present for IE if needed.

> * 📖 [About conditional comments (Internet Explorer) - MSDN - Microsoft](https://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx)

* [ ] **RSS feed:** ![Low][low_img] If your project is a blog or has articles, an RSS link was provided.

* [ ] **CSS Critical:** ![Medium][medium_img] The CSS critical (or "above the fold") collects all the CSS used to render the visible portion of the page. It is embedded before your principal CSS call and between `<style></style>` in a single line (minified).

> * 🛠 [Critical by Addy Osmani on GitHub](https://github.com/addyosmani/critical) automates this.

* [ ] **CSS order:** ![High][high_img] All CSS files are loaded before any JavaScript files in the `<head>`. (Except the case where sometimes JS files are loaded asynchronously on top of your page).

### Social meta

Visualize and generate automatically our social meta tags with [Meta Tags](https://metatags.io/)

***Facebook OG*** and ***Twitter Cards*** are, for any website, highly recommended. The other social media tags can be considered if you target a particular presence on those and want to ensure the display.

* [ ] **Facebook Open Graph:** ![Low][low_img] All Facebook Open Graph (OG) are tested and no one is missing or with false information. Images need to be at least 600 x 315 pixels, although 1200 x 630 pixels is recommended.

> **Notes:** Using `og:image:width` and `og:image:height` will specify the image dimensions to the crawler so that it can render the image immediately without having to asynchronously download and process it.

```html
<meta property="og:type" content="website">
<meta property="og:url" content="https://example.com/page.html">
<meta property="og:title" content="Content Title">
<meta property="og:image" content="https://example.com/image.jpg">
<meta property="og:description" content="Description Here">
<meta property="og:site_name" content="Site Name">
<meta property="og:locale" content="en_US">
<!-- Next tags are optional but recommended -->
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
```

> * 📖 [A Guide to Sharing for Webmasters](https://developers.facebook.com/docs/sharing/webmasters/)
> * 📖 [Best Practices - Sharing](https://developers.facebook.com/docs/sharing/best-practices/)
> * 🛠 Test your page with the [Facebook OG testing](https://developers.facebook.com/tools/debug/)

* [ ] **Twitter Card:** ![Low][low_img]

```html
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@site_account">
<meta name="twitter:creator" content="@individual_account">
<meta name="twitter:url" content="https://example.com/page.html">
<meta name="twitter:title" content="Content Title">
<meta name="twitter:description" content="Content description less than 200 characters">
<meta name="twitter:image" content="https://example.com/image.jpg">
```

> * 📖 [Getting started with cards — Twitter Developers](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started)
> * 🛠 Test your page with the [Twitter card validator](https://cards-dev.twitter.com/validator)

**[⬆ back to top](#table-of-contents)**

---

## HTML

### Best practices

* [ ] **HTML5 Semantic Elements:** ![High][high_img] HTML5 Semantic Elements are used appropriately (header, section, footer, main...).

> * 📖 [HTML Reference](http://htmlreference.io/)

* [ ] **Error pages:** ![High][high_img] Error 404 page and 5xx exist. Remember that the 5xx error pages need to have their CSS integrated (no external call on the current server).

* [ ] **Noopener:** ![Medium][medium_img] In case you are using external links with `target="_blank"`, your link should have a `rel="noopener"` attribute to prevent tab nabbing. If you need to support older versions of Firefox, use `rel="noopener noreferrer"`.

> * 📖 [About rel=noopener](https://mathiasbynens.github.io/rel-noopener/)

* [ ] **Clean up comments:** ![Low][low_img] Unnecessary code needs to be removed before sending the page to production.

### HTML testing

* [ ] **W3C compliant:** ![High][high_img] All pages need to be tested with the W3C validator to identify possible issues in the HTML code.

> * 🛠 [W3C validator](https://validator.w3.org/)

* [ ] **HTML Lint:** ![High][high_img] I use tools to help me analyze any issues I could have on my HTML code.

> * 🛠 [Dirty markup](https://www.10bestdesign.com/dirtymarkup/)

> * 🛠 [webhint](https://webhint.io/)

* [ ] **Link checker:** ![High][high_img] There are no broken links in my page, verify that you don't have any 404 error.

> * 🛠 [W3C Link Checker](https://validator.w3.org/checklink)

* [ ] **Adblockers test:** ![Medium][medium_img] Your website shows your content correctly with adblockers enabled (You can provide a message encouraging people to disable their adblocker).

> * 📖 [Use AdBlocking in your Dev Environment](https://andreicioara.com/use-adblocking-in-your-dev-environment-48db500d9b86)


**[⬆ back to top](#table-of-contents)**

---

## Webfonts

> **Notes:** Using web fonts may cause Flash Of Unstyled Text/Flash Of Invisible Text - consider having fallback fonts and/or utilizing web font loaders to control behavior.
> * 📖 [Google Technical considerations about webfonts](https://developers.google.com/fonts/docs/technical_considerations)

* [ ] **Webfont format:** ![High][high_img] WOFF, WOFF2 and TTF are supported by all modern browsers.

> * 📖 [WOFF - Web Open Font Format - Caniuse](https://caniuse.com/#feat=woff).
> * 📖 [WOFF 2.0 - Web Open Font Format - Caniuse](https://caniuse.com/#feat=woff2).
> * 📖 [TTF/OTF - TrueType and OpenType font support](https://caniuse.com/#feat=ttf)
> * 📖 [Using @font-face - CSS-Tricks](https://css-tricks.com/snippets/css/using-font-face/)

* [ ] **Webfont size:** ![High][high_img] Webfont sizes don't exceed 2 MB (all variants included).

* [ ] **Webfont loader:** ![Low][low_img] Control loading behavior with a webfont loader

> * 🛠 [Typekit Web Font Loader](https://github.com/typekit/webfontloader)

**[⬆ back to top](#table-of-contents)**

---

## CSS

> **Notes:** Take a look at [CSS guidelines](https://cssguidelin.es/) and [Sass Guidelines](https://sass-guidelin.es/) followed by most  Front-End developers. If you have a doubt about CSS properties, you can visit [CSS Reference](http://cssreference.io/). There is also a short [Code Guide](http://codeguide.co/) for consistency.

* [ ] **Responsive Web Design:** ![High][high_img] The website is using responsive web design.
* [ ] **CSS Print:** ![Medium][medium_img] A print stylesheet is provided and is correct on each page.
* [ ] **Preprocessors:** ![Low][low_img] Your project is using a CSS preprocessor (e.g [Sass](http://sass-lang.com/), [Less](http://lesscss.org/), [Stylus](http://stylus-lang.com/)).
* [ ] **Unique ID:** ![High][high_img] If IDs are used, they are unique to a page.
* [ ] **Reset CSS:** ![High][high_img] A CSS reset (reset, normalize or reboot) is used and up to date. *(If you are using a CSS Framework like Bootstrap or Foundation, a Normalize is already included into it.)*

> * 📖 [Reset.css](https://meyerweb.com/eric/tools/css/reset/)
> * 📖 [Normalize.css](https://necolas.github.io/normalize.css/)
> * 📖 [Reboot](https://getbootstrap.com/docs/4.0/content/reboot/)

* [ ] **JS prefix:** ![Low][low_img] All classes (or id- used in JavaScript files) begin with **js-** and are not styled into the CSS files.

```html
<div id="js-slider" class="my-slider">
<!-- Or -->
<div id="id-used-by-cms" class="js-slider my-slider">
```

* [ ] **embedded or inline CSS:** ![High][high_img] Avoid at all cost embedding CSS in `<style>` tags or using inline CSS: only use for valid reasons (e.g. background-image for slider, critical CSS).
* [ ] **Vendor prefixes:** ![High][high_img] CSS vendor prefixes are used and are generated accordingly with your browser support compatibility.

> * 🛠 [Autoprefixer CSS online](https://autoprefixer.github.io/)

### Performance

* [ ] **Concatenation:** ![High][high_img] CSS files are concatenated in a single file *(Not for HTTP/2)*.
* [ ] **Minification:** ![High][high_img] All CSS files are minified.
* [ ] **Non-blocking:** ![Medium][medium_img] CSS files need to be non-blocking to prevent the DOM from taking time to load.

> * 📖 [loadCSS by filament group](https://github.com/filamentgroup/loadCSS)
> * 📖 [Example of preload CSS using loadCSS](https://gist.github.com/thedaviddias/c24763b82b9991e53928e66a0bafc9bf)

* [ ] **Unused CSS:** ![Low][low_img] Remove unused CSS.

> * 🛠 [UnCSS Online](https://uncss-online.com/)
> * 🛠 [PurifyCSS](https://github.com/purifycss/purifycss)
> * 🛠 [PurgeCSS](https://github.com/FullHuman/purgecss)
> * 🛠 [Chrome DevTools Coverage](https://developer.chrome.com/docs/devtools/coverage/)


### CSS testing

* [ ] **Stylelint:** ![High][high_img] All CSS or SCSS files are without any errors.

> * 🛠 [stylelint, a CSS linter](https://stylelint.io/)
> * 📖 [Sass guidelines](https://sass-guidelin.es/)

* [ ] **Responsive web design:** ![High][high_img] All pages were tested at the following breakpoints: 320px, 768px, 1024px (can be more / different according to your analytics).
**Responsive Checker -**
> * 🛠 [Am I Responsive?](http://ami.responsivedesign.is/)
> * 🛠 [Mobile Friendly Test](https://search.google.com/test/mobile-friendly)
> * 🛠 [Responsive Website Design Tester](https://responsivedesignchecker.com/)
> * 🛠 [Responsinator](https://www.responsinator.com/)
> * 🛠 [XRespond](https://xrespond.com/)


* [ ] **CSS Validator:** ![Medium][medium_img] The CSS was tested and pertinent errors were corrected.

> * 🛠 [CSS Validator](https://jigsaw.w3.org/css-validator/)

* [ ] **Desktop Browsers:** ![High][high_img] All pages were tested on all current desktop browsers (Safari, Firefox, Chrome, Internet Explorer, EDGE...).
* [ ] **Mobile Browsers:**  ![High][high_img] All pages were tested on all current mobile browsers (Native browser, Chrome, Safari...).
* [ ] **OS:**  ![High][high_img] All pages were tested on all current OS (Windows, Android, iOS, Mac...).

* [ ] **Design fidelity:** ![Low][low_img] Depending on the project and the quality of the creatives, you may be asked to be close to the design. You can use some tools to compare creatives with your code implementation and ensure consistency.

> [Pixel Perfect - Chrome Extension](https://chrome.google.com/webstore/detail/perfectpixel-by-welldonec/dkaagdgjmgdmbnecmcefdhjekcoceebi?hl=en)

* [ ] **Reading direction:** ![High][high_img] All pages need to be tested for LTR and RTL languages if they need to be supported.

> * 📖 [Building RTL-Aware Web Apps & Websites: Part 1 - Mozilla Hacks](https://hacks.mozilla.org/2015/09/building-rtl-aware-web-apps-and-websites-part-1/)
> * 📖 [Building RTL-Aware Web Apps & Websites: Part 2 - Mozilla Hacks](https://hacks.mozilla.org/2015/10/building-rtl-aware-web-apps-websites-part-2/)

**[⬆ back to top](#table-of-contents)**

---

## Images

> **Notes:** For a complete understanding of image optimization, check the free ebook **[Essential Image Optimization](https://images.guide/)** from Addy Osmani.

### Best practices

* [ ] **Optimization:** ![High][high_img] All images are optimized to be rendered in the browser. WebP format could be used for critical pages (like Homepage).

> * 🛠 [Imagemin](https://github.com/imagemin/imagemin)
> * 🛠 Use [ImageOptim](https://imageoptim.com/) to optimise your images for free.
> * 🛠 Use [KeyCDN Image Processing](https://www.keycdn.com/support/image-processing) for image optimization in real time.
> * 🛠 Use [Kraken.io](https://kraken.io/web-interface) awesome alternative for both png and jpg optimization. Up to 1mb per files on free plan.
> * 🛠 [TinyPNG](https://tinypng.com/) losslessly optimises png, apng (animated png) and jpg images. Free and paid version available.
> * 🛠 [ZorroSVG](http://quasimondo.com/ZorroSVG/) jpg-like compression for transparent images using svg masking.
> * 🛠 [SVGO](https://github.com/svg/svgo) a Nodejs-based tool for optimizing SVG vector graphics files.
> * 🛠 [SVGOMG](https://jakearchibald.github.io/svgomg/) a web-based GUI version of SVGO for optimising your svgs online.


* [ ] **Picture/Srcset:** ![Medium][medium_img] You use picture/srcset to provide the most appropriate image for the current viewport of the user.

> * 📖 [How to Build Responsive Images with srcset](https://www.sitepoint.com/how-to-build-responsive-images-with-srcset/)

* [ ] **Retina:** ![Low][low_img] You provide layout images 2x or 3x, support retina display.
* [ ] **Sprite:** ![Medium][medium_img] Small images are in a sprite file (in the case of icons, they can be in an SVG sprite image).
* [ ] **Width and Height:** ![High][high_img] Set `width` and `height` attributes on `<img>` if the final rendered image size is known (can be omitted for CSS sizing).
* [ ] **Alternative text:** ![High][high_img] All `<img>` have an alternative text which describes the image visually.

> * 📖 [Alt-texts: The Ultimate Guide](https://axesslab.com/alt-texts/)

* [ ] **Lazy loading:** ![Medium][medium_img] Images are lazyloaded (A noscript fallback is always provided).
> * 🛠 [Native lazy loading polyfill](https://github.com/mfranzke/loading-attribute-polyfill/)

**[⬆ back to top](#table-of-contents)**

---

## JavaScript

### Best practices

* [ ] **JavaScript Inline:** ![High][high_img] You don't have any JavaScript code inline (mixed with your HTML code).
* [ ] **Concatenation:** ![High][high_img] JavaScript files are concatenated.
* [ ] **Minification:** ![High][high_img] JavaScript files are minified (you can add the `.min` suffix).

> * 📖 [Minify Resources (HTML, CSS, and JavaScript)](https://developers.google.com/speed/docs/insights/MinifyResources)

* [ ] **JavaScript security:** ![High][high_img]

> * 📖 [Guidelines for Developing Secure Applications Utilizing JavaScript](https://www.owasp.org/index.php/DOM_based_XSS_Prevention_Cheat_Sheet#Guidelines_for_Developing_Secure_Applications_Utilizing_JavaScript)

* [ ] **`noscript` tag:** ![Medium][medium_img] Use `<noscript>` tag in the HTML body if a script type on the page is unsupported or if scripting is currently turned off in the browser. This will be helpful in client-side rendering heavy apps such as React.js, see [examples](https://webdesign.tutsplus.com/tutorials/quick-tip-dont-forget-the-noscript-element--cms-25498).

```html
<noscript>
  You need to enable JavaScript to run this app.
</noscript>
```

* [ ] **Non-blocking:** ![Medium][medium_img] JavaScript files are loaded asynchronously using `async` or deferred using `defer` attribute.

> * 📖 [Remove Render-Blocking JavaScript](https://developers.google.com/speed/docs/insights/BlockingJS)

* [ ] **Optimized and updated JS libraries:** ![Medium][medium_img] All JavaScript libraries used in your project are necessary (prefer Vanilla Javascript for simple functionalities), updated to their latest version and don't overwhelm your JavaScript with unnecessary methods.

> * 📖 [You may not need jQuery](http://youmightnotneedjquery.com/)
> * 📖 [Vanilla JavaScript for building powerful web applications](https://plainjs.com/)

* [ ] **Modernizr:** ![Low][low_img] If you need to target some specific features you can use a custom Modernizr to add classes in your `<html>` tag.

> * 🛠 [Customize your Modernizr](https://modernizr.com/download?setclasses)

### JavaScript testing

* [ ] **ESLint:** ![High][high_img] No errors are flagged by ESLint (based on your configuration or standards rules).

> * 📖 [ESLint - The pluggable linting utility for JavaScript and JSX](https://eslint.org/)

**[⬆ back to top](#table-of-contents)**

---

## Security

### Scan and check your web site

> * [securityheaders.io](https://securityheaders.io/)
> * [Observatory by Mozilla](https://observatory.mozilla.org/)

### Best practices

* [ ] **HTTPS:** ![High][high_img] HTTPS is used on every page and for all external content (plugins, images...).

> * 🛠 [Let's Encrypt - Free SSL/TLS Certificates](https://letsencrypt.org/)
> * 🛠 [Free SSL Server Test](https://www.ssllabs.com/ssltest/index.html)
> * 📖 [Strict Transport Security](http://caniuse.com/#feat=stricttransportsecurity)

* [ ] **HTTP Strict Transport Security (HSTS):** ![Medium][medium_img] The HTTP header is set to 'Strict-Transport-Security'.

> * 🛠 [Check HSTS preload status and eligibility](https://hstspreload.org/)
> * 📖 [HTTP Strict Transport Security Cheat Sheet - OWASP](https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html)
> * 📖 [Transport Layer Protection Cheat Sheet - OWASP](https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Protection_Cheat_Sheet.html)

* [ ] **Cross Site Request Forgery (CSRF):** ![High][high_img] You ensure that requests made to your server-side are legitimate and originate from your website / app to prevent CSRF attacks.

> * 📖 [Cross-Site Request Forgery (CSRF) Prevention Cheat Sheet  - OWASP](https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html)

* [ ] **Cross Site Scripting (XSS):** ![High][high_img] Your page or website is free from XSS possible issues.

> * 📖 [XSS (Cross Site Scripting) Prevention Cheat Sheet  - OWASP](https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html)
> * 📖 [DOM based XSS Prevention Cheat Sheet  - OWASP](https://cheatsheetseries.owasp.org/cheatsheets/DOM_based_XSS_Prevention_Cheat_Sheet.html)

* [ ] **Content Type Options:** ![Medium][medium_img] Prevents Google Chrome and Internet Explorer from trying to mime-sniff the content-type of a response away from the one being declared by the server.

> * 📖 [X-Content-Type-Options - Scott Helme](https://scotthelme.co.uk/hardening-your-http-response-headers/#x-content-type-options)

* [ ] **X-Frame-Options (XFO):** ![Medium][medium_img] Protects your visitors against clickjacking attacks.

> * 📖 [X-Frame-Options - Scott Helme](https://scotthelme.co.uk/hardening-your-http-response-headers/#x-frame-options)
> * 📖 [RFC7034 - HTTP Header Field X-Frame-Options](https://tools.ietf.org/html/rfc7034)

* [ ] **Content Security Policy:** ![Medium][medium_img] Defines how content is loaded on your site and from where it is permitted to be loaded. Can also be used to protect against clickjacking attacks.

> * 📖 [Content Security Policy - An Introduction - Scott Helme](https://scotthelme.co.uk/content-security-policy-an-introduction/)
> * 📖 [CSP Cheat Sheet - Scott Helme](https://scotthelme.co.uk/csp-cheat-sheet/)
> * 📖 [CSP Cheat Sheet - OWASP](https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html)
> * 📖 [Content Security Policy Reference](https://content-security-policy.com/)

**[⬆ back to top](#table-of-contents)**

---

## Performance

### Best practices

* [ ] **Goals to achieve:** ![Medium][medium_img] Your pages should reach these goals:
  * First Meaningful Paint under 1 second
  * Time To Interactive under 5 seconds for the "average" configuration (a $200 Android on a slow 3G network with 400ms RTT and 400kbps transfer speed) and under 2 seconds for repeat visits
  * Critical file size under 170Kb gzipped

> * 🛠 [Website Page Analysis](https://tools.pingdom.com)
> * 🛠 [WebPageTest](https://www.webpagetest.org/)
> * 📖 [Size Limit: Make the Web lighter](https://evilmartians.com/chronicles/size-limit-make-the-web-lighter)

* [ ] **Minified HTML:** ![Medium][medium_img] Your HTML is minified.

* [ ] **Lazy loading:** ![Medium][medium_img] Images, scripts and CSS need to be lazy loaded to improve the response time of the current page (See details in their respective sections).

* [ ] **Cookie size:** ![Medium][medium_img] If you are using cookies be sure each cookie doesn't exceed 4096 bytes and your domain name doesn't have more than 20 cookies.

> * 📖 [Cookie specification: RFC 6265](https://tools.ietf.org/html/rfc6265)
> * 📖 [Cookies](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies)
> * 🛠 [Browser Cookie Limits](http://browsercookielimits.squawky.net/)

* [ ] **Third party components:** ![Medium][medium_img] Third party iframes or components relying on external JS (like sharing buttons) are replaced by static components when possible, thus limiting calls to external APIs and keeping your user's activity private.

> * 🛠 [Simple sharing buttons generator](https://simplesharingbuttons.com/)

### Preparing upcoming requests

> * 📖 [Explanation of the following techniques](https://css-tricks.com/prefetching-preloading-prebrowsing/)

* [ ] **DNS resolution:** ![Low][low_img] DNS of third-party services that may be needed are resolved in advance during idle time using `dns-prefetch`.

```html
<link rel="dns-prefetch" href="https://example.com">
```

* [ ] **Preconnection:** ![Low][low_img] DNS lookup, TCP handshake and TLS negotiation with services that will be needed soon is done in advance during idle time using `preconnect`.

```html
<link rel="preconnect" href="https://example.com">
```

* [ ] **Prefetching:** ![Low][low_img] Resources that will be needed soon (e.g. lazy loaded images) are requested in advance during idle time using `prefetch`.

```html
<link rel="prefetch" href="image.png">
```

* [ ] **Preloading:** ![Low][low_img] Resources needed in the current page (e.g. scripts placed at the end of `<body>`) in advance using `preload`.

```html
<link rel="preload" href="app.js">
```

> * 📖 [Difference between prefetch and preload](https://medium.com/reloading/preload-prefetch-and-priorities-in-chrome-776165961bbf)

### Performance testing

* [ ] **Google PageSpeed:** ![High][high_img] All your pages were tested (not only the homepage) and have a score of at least 90/100.

> * 🛠 [Google PageSpeed](https://developers.google.com/speed/pagespeed/insights/)
> * 🛠 [Test your mobile speed with Google](https://testmysite.withgoogle.com)
> * 🛠 [WebPagetest - Website Performance and Optimization Test](https://www.webpagetest.org/)
> * 🛠 [GTmetrix - Website speed and performance optimization](https://gtmetrix.com/)
> * 🛠 [Speedrank - Improve the performance of your website](https://speedrank.app/)

**[⬆ back to top](#table-of-contents)**

---

## Accessibility

> **Notes:** You can watch the playlist [A11ycasts with Rob Dodson](https://www.youtube.com/playlist?list=PLNYkxOF6rcICWx0C9LVWWVqvHlYJyqw7g) 📹

### Best practices

* [ ] **Progressive enhancement:** ![Medium][medium_img] Major functionality like main navigation and search should work without JavaScript enabled.

> * 📖 [Enable / Disable JavaScript in Chrome Developer Tools](https://www.youtube.com/watch?v=kBmvq2cE0D8)

* [ ] **Color contrast:** ![Medium][medium_img] Color contrast should at least pass WCAG AA (AAA for mobile).

> * 🛠 [Contrast ratio](https://leaverou.github.io/contrast-ratio/)

#### Headings

* [ ] **H1:** ![High][high_img] All pages have an H1 which is not the title of the website.
* [ ] **Headings:** ![High][high_img] Headings should be used properly and in the right order (H1 to H6).

> * 📹 [Why headings and landmarks are so important -- A11ycasts #18](https://www.youtube.com/watch?v=vAAzdi1xuUY&index=9&list=PLNYkxOF6rcICWx0C9LVWWVqvHlYJyqw7g)

### Semantics

* [ ] **Specific HTML5 input types are used:** ![Medium][medium_img] This is especially important for mobile devices that show customized keypads and widgets for different types.

> * 📖 [Mobile Input Types](http://mobileinputtypes.com/)

### Form

* [ ] **Label:** ![High][high_img] A label is associated with each input form element. In case a label can't be displayed, use `aria-label` instead.

> * 📖 [Using the aria-label attribute - MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute)

### Accessibility testing

* [ ] **Accessibility standards testing:** ![High][high_img] Use the WAVE tool to test if your page respects the accessibility standards.

> * 🛠 [Wave testing](http://wave.webaim.org/)

* [ ] **Keyboard navigation:** ![High][high_img] Test your website using only your keyboard in a previsible order. All interactive elements are reachable and usable.
* [ ] **Screen-reader:** ![Medium][medium_img] All pages were tested in a screen-reader (VoiceOver, ChromeVox, NVDA or Lynx).
* [ ] **Focus style:** ![High][high_img] If the focus is disabled, it is replaced by visible state in CSS.

> * 📹 [Managing Focus - A11ycasts #22](https://www.youtube.com/watch?v=srLRSQg6Jgg&index=5&list=PLNYkxOF6rcICWx0C9LVWWVqvHlYJyqw7g)

**[⬆ back to top](#table-of-contents)**

---

## SEO

* [ ] **Google Analytics:** ![Low][low_img] Google Analytics is installed and correctly configured.

> * 🛠 [Google Analytics](https://analytics.google.com/analytics/web/)
> * 🛠 [GA Checker (and others)](http://www.gachecker.com/)

* [ ] **Search Console:** ![Low][low_img] Search Console is installed and correctly configured. It is a free service offered by Google that helps you monitor, maintain, and troubleshoot your site's presence in Google Search results.

> * 🛠 [Search Console](https://search.google.com/search-console/about)

* [ ] **Headings logic:** ![Medium][medium_img] Heading text helps to understand the content in the current page.

> * 🛠 [Tota11y, tab Headings](http://khan.github.io/tota11y/#Try-it)

* [ ] **sitemap.xml:** ![High][high_img] A sitemap.xml exists and was submitted to Google Search Console (previously Google Webmaster Tools).

> * 🛠 [Sitemap generator](https://websiteseochecker.com/html-sitemap-generator/)

* [ ] **robots.txt:** ![High][high_img] The robots.txt is not blocking webpages.

> * 📖 [The robots.txt file](https://varvy.com/robottxt.html)
> * 🛠 Test your robots.txt with [Google Robots Testing Tool](https://www.google.com/webmasters/tools/robots-testing-tool)

* [ ] **Structured Data:** ![High][high_img] Pages using structured data are tested and are without errors. Structured data helps crawlers understand the content in the current page.

> * 📖 [Introduction to Structured Data - Search - Google Developers](https://developers.google.com/search/docs/guides/intro-structured-data)
> * 📖 [JSON-LD](https://json-ld.org/)
> * 📖 [Microdata](https://www.w3.org/TR/microdata/)
> * 🛠 Test your page with the [Rich Results Test](https://search.google.com/test/rich-results)
> * 🛠 Complete list of vocabularies that can be used as structured data. [Schema.org Full Hierarchy](http://schema.org/docs/full.html)

* [ ] **Sitemap HTML:** ![Medium][medium_img] An HTML sitemap is provided and is accessible via a link in the footer of your website.

> * 📖 [Sitemap guidelines - Google Support](https://support.google.com/webmasters/answer/183668?hl=en)

**[⬆ back to top](#table-of-contents)**

---

## Translations

The Front-End Checklist is also available in other languages. Thanks for all translators and their awesome work!

* 🇯🇵 Japanese: [miya0001/Front-End-Checklist](https://github.com/miya0001/Front-End-Checklist)
* 🇪🇸 Spanish: [eoasakura/Front-End-Checklist-ES](https://github.com/eoasakura/Front-End-Checklist-ES)
* 🇨🇳 Chinese: [JohnsenZhou/Front-End-Checklist](https://github.com/JohnsenZhou/Front-End-Checklist)
* 🇰🇷 Korean: [kesuskim/Front-End-Checklist](https://github.com/kesuskim/Front-End-Checklist)
* 🇧🇷 Portuguese: [jcezarms/Front-End-Checklist](https://github.com/jcezarms/Front-End-Checklist)
* 🇻🇳 Vietnamese: [euclid1990/Front-End-Checklist](https://github.com/euclid1990/Front-End-Checklist)
* 🇹🇼 Traditional Chinese: [EngineLin/Front-End-Checklist](https://github.com/EngineLin/Front-End-Checklist)
* 🇫🇷 French: [ynizon/Front-End-Checklist](https://github.com/ynizon/Front-End-Checklist)
* 🇷🇺 Russian: [ungear/Front-End-Checklist](https://github.com/ungear/Front-End-Checklist)
* 🇹🇷 Turkish: [eraycetinay/Front-End-Checklist](https://github.com/eraycetinay/Front-End-Checklist)
* 🇩🇪 German: [xfuture603/Front-End-Checklist](https://github.com/xFuture603/Front-End-Checklist)
* 🇵🇱 Polish: [mbiesiad/Front-End-Checklist](https://github.com/mbiesiad/Front-End-Checklist)
* 🇮🇩 Indonesian: [nniinnoo/Front-End-Checklist](https://github.com/nniinnoo/Front-End-Checklist)

---

## Front-End Checklist Badge

If you want to show you are following the rules of the Front-End Checklist, put this badge on your README file!

➔ [![Front‑End_Checklist followed](https://img.shields.io/badge/Front‑End_Checklist-followed-brightgreen.svg)](https://github.com/thedaviddias/Front-End-Checklist/)

```md
[![Front‑End_Checklist followed](https://img.shields.io/badge/Front‑End_Checklist-followed-brightgreen.svg)](https://github.com/thedaviddias/Front-End-Checklist/)
```

**[⬆ back to top](#table-of-contents)**

---

## Contributing

**Open an issue or a pull request to suggest changes or additions.**

### Guide

The **Front-End Checklist** repository consists of two branches:

#### 1. `master`

This branch consists of the `README.md` file that is automatically reflected on the [Front-End Checklist](https://frontendchecklist.io) website.

#### 2. `develop`

This branch will be used to make some significant changes to the structure, content if needed. It is preferable to use the master branch to fix small errors or add a new item.

## Support

If you have any question or suggestion, don't hesitate to use Gitter or Twitter:

* [Chat on Gitter](https://gitter.im/Front-End-Checklist/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
* [Facebook](https://www.facebook.com/frontendchecklist/)
* [Twitter](https://twitter.com/thedaviddias)

## Author

**[David Dias](https://github.com/thedaviddias)**

## Contributors

This project exists thanks to all the people who contribute. [[Contribute]](.github/CONTRIBUTING.md).
<a href="https://github.com/thedaviddias/Front-End-Checklist/graphs/contributors"><img src="https://opencollective.com/front-end-checklist/contributors.svg?width=890" /></a>


## Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/front-end-checklist#backer)]

<a href="https://opencollective.com/front-end-checklist#backers" target="_blank"><img src="https://opencollective.com/front-end-checklist/backers.svg?width=890"></a>


## Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/front-end-checklist#sponsor)]

<a href="https://opencollective.com/front-end-checklist/sponsor/0/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/1/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/2/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/3/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/4/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/5/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/6/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/7/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/8/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/9/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/9/avatar.svg"></a>

## License

[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)

**[⬆ back to top](#table-of-contents)**

[low_img]: data/images/priority/low.svg
[medium_img]: data/images/priority/medium.svg
[high_img]: data/images/priority/high.svg
![Front-End Design Checklist](/images/front-end-design-checklist-banner.jpg)
<h2 align="center">Front-End Design Checklist</h2>

<p align="center">
  <em> The Design Checklist for Front-End Developers is an exhaustive list of elements which can help developers to analyse and understand web designs and ensure the quality of their Front-End development.</em>
</p>

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) [![Join the chat at https://gitter.im/Front-End-Checklist/Front-End-Design-Checklist](https://badges.gitter.im/Front-End-Checklist/Front-End-Design-Checklist.svg)](https://gitter.im/Front-End-Checklist/Front-End-Design-Checklist) [![CC0](https://img.shields.io/badge/license-CC0-green.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

## Table of Contents
* **[1. Design requirements](#1---design-requirements)**
	* [1.1 Grid system](#11---grid-system)
	* [1.2 Colors](#12---colors)
	* [1.3 Fonts and texts](#13---fonts-and-texts)
	* [1.4 Links and navigation](#14---links-and-navigation)
	* [1.5 Images / Icons](#15---images--icons)
	* [1.6 Forms and buttons](#16---forms-and-buttons)
	* [1.7 Responsive Web Design](#17---responsive-web-design)
	* [1.8 Style Guide and component approach](#18---style-guide-and-component-approach)
	* [1.9 Delivery files](#19---delivery-files)
* **[2. Analysis and pre-work phases](#2---analysis-and-pre-work-phases)**
	* [2.1 Paper analysis](#21---paper-analysis)
	* [2.2 Pre-development phase](#22---pre-development-phase)
* **[3. Validation](#3---validation)**
* **[4. Development phase](#4---development-phase)**
* **[5. Before production](#5---before-production)**

---

> The **Design Checklist for Front-End Developers** is an exhaustive list of elements which Web Designers and Front-End Developers need to take into consideration to facilitate their collaboration. The following elements are a mix between known practices and new elements based on a long experience analysing web designs.

In case you are looking for a list of all elements you need to have/to test before launching your site/HTML page to production, take a look on the → [Front-End Checklist](https://github.com/thedaviddias/Front-End-Checklist).


## How to use the Design Checklist?

When comes the moment where developers discover new web designs, before converting them to code, some important elements may be missing. The Front-End Design Checklist is a tool for Front-End developers and Web Designers which aim to help both to work in a seamlessly way.

You can share that checklist to Web Designers to ensure time will be saved at the delivery time or you can use it to review all elements delivered by the creative team and ensure everything is correct before digging into the code integration.


## Why you need to use the Design Checklist?

* Ensure all points are taken into consideration by the Creative Team
* Having a document where Web Designers and Developers can rely to ensure a better communication and coherence in the way they interact.
* Because it's easy to forget some important elements when you are pushed by short timelines
* Avoid discovering issues after the creative team is already working on another project.
* To show the complementary work between a Web Designer and a Front-End Developer

---

## 1. - Design requirements

Designing a website or a webapp requires following some rules and taking into consideration that the project is not only a graphic project but a web project too. The next sections are crucial for any web project.

### 1.1 - Grid system

![Grid system](/images/grid-system.png)

* [ ] A **grid** is explicitly provided in the design, and the details of the grid are present in the technical specification (width, gutters, number of columns…). The Web Designer can keep the grid in a transparent layer and use it on all his project.
	> ℹ️ [Guide Guide][6] is a plugin for Photoshop that can help you easily build your grid.

	> ℹ️ On Sketch, you can use the integrated “[Make Grid Tool][7]” to design your desired grid.

* [ ] **Be familiar with the grid system** you’ll use on your project. Most of the time, some options (like alignment, offsetting, nesting…) are ignored by the developer and tend to be replaced by manual padding or margin unnecessarily.
* [ ] Before working on each components of your website, you can **build every templates** used in the creatives only with the grid classes. Building the structure before everything else, will facilitate your work afterwards.

```html
<div class="container">
  <div class="row">
    <div class="col-sm">
      <!-- Let empty at first -->
    </div>
    <div class="col-sm">
      <!-- Let empty at first -->
    </div>
    <div class="col-sm">
      <!-- Let empty at first -->
    </div>
  </div>
</div>
```

⚠️ *If you want to ensure that the grid and the width of the devices are respected, you may want to generate yourself a PSD template and that you will send it to the Web Designer.*

__Additional Resources:__

* 🛠 [Bootstrap Grid System][8] (v4)
* 🛠 [Flexbox Grid][9]
* 📖 [Don't Overthink It Grids | CSS-Tricks][10]

**[⬆ back to top](#table-of-contents)**

### 1.2 - Colors

![Colors](/images/colors.png)

* [ ] **All colors used in the creatives are named** ($gray-light, $gray-dark, $green) or accordingly with their use ($body-background, $body-copy, $text-paragraph…). They can be exported in an [ACO file][11] (if use Photoshop or on a symbol page for Sketch) and shared with the developers.

![Color Swatches](/images/color-swatches.jpg)

* [ ] The different **color state** of some elements (like buttons, links, inputs...) are defined and worked in the context of a light or dark background and with a light or a dark text.

* [ ] All or the most important/used **colors are accessible** in the design to allow a fluid navigation on the website/webapp.

__Additional Resources:__
* 🛠 [WCAG - Contrast Checker](https://contrastchecker.com/)
* 🛠 [Color Safe - accessible web color combinations](http://colorsafe.co/)
* 🛠 [Coolors.co - The super fast color schemes generator](https://coolors.co/)

**[⬆ back to top](#table-of-contents)**

### 1.3 - Fonts and texts

![Fonts](/images/fonts.png)

Fonts are an essential part of every design, they shouldn’t be chosen without discernment. Choosing the wrong font for a project could have financial and legal impacts.

It is recommended to ask your client to buy these fonts to avoid possible future issues and take into consideration the condition of use. Some webfonts are limited in terms of pageviews and can’t be hosted ([Understanding Webfont Licensing Structures](https://aeolidia.com/understanding-webfont-licensing-structures/)).

* [ ] The fonts for desktop (TTF or OTF in general) and the webfonts, in **WOFF, WOFF2 and TTF format** were provided (in a Zip file or given access to the website where they were bought).
	> ℹ️ TTF format for desktop is not the same than TTF for Web.

  __Resources:__
	* 📖 [Using @font-face | CSS-Tricks](https://css-tricks.com/snippets/css/using-font-face/)
* [ ] [Fallback font](https://en.wikipedia.org/wiki/Fallback_font) stacks were specified in a document (ideally the Style Guide) to the Front-End Developer.

  __Resources:__
  * 📖 [CSS Basics: Fallback Font Stacks for More Robust Web Typography | CSS-Tricks](https://css-tricks.com/css-basics-fallback-font-stacks-robust-web-typography/)
  * [Create Your Own @font-face Kits » Font Squirrel](https://www.fontsquirrel.com/tools/webfont-generator)

* [ ] The **total weight** of the all webfonts don’t exceed 1-2 Mb (all variants included: italic, bold etc).

* [ ] As far as possible, **all texts are provided in the proper language** instead of dummy texts in English (Lorem Ipsum and affiliates).

	> ℹ️ In case of a multilingual website, always ask yourself how the design can react if the text is longer than it was previously define. Remember that Web Designers use to create perfect designs and don’t always think about possible issues or situation with too much text.

__Additional Resources:__
* 📖 [Web Font Optimization  |  Web Fundamentals  |  Google Developers](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization)
* [`font-display` for the Masses | CSS-Tricks](https://css-tricks.com/font-display-masses/)
* [Rhythm in Typography | improve legibility, readability, and visual hierarchy](https://betterwebtype.com/rhythm-in-web-typography)

**[⬆ back to top](#table-of-contents)**

### 1.4 - Links and navigation

![Links and navigation](/images/links.png)

* [ ] All **links have a default, hover, focus, active and visited state** clearly defined (the Style Guide is the best document to specified these).
* [ ] Alternate views of all navigation states (hover, active/current page).

### 1.5 - Images / Icons

![Images](/images/images.png)

* [ ] A **favicon image** with at least 512px X 512px is provided in PNG format. The generation of all the others Favicons can be easily done with online tools.

  __Resources:__
  * [Favicon Generator for all platforms: iOS, Android, PC/Mac...](https://realfavicongenerator.net/)

* [ ] All icons are provided in **SVG format**, each in the same square dimension, in black and in a separated folder.

  __Resources:__
  * 🛠 [SVGOMG - SVGO's Missing GUI](https://jakearchibald.github.io/svgomg/)

* [ ] The **name of each icon** starts with `icon-` and is entirely in lowercase (without any space and using dashes to separate each word).

__Additional Resources:__
* 📖 [Essential Image Optimization](https://images.guide/)

**[⬆ back to top](#table-of-contents)**

### 1.6 Forms and buttons

![Forms](/images/forms.png)

* [ ] All forms possess a title that can be used as a legend
* [ ] An example of the **different states of all input fields** were provided (at least focus and inactive/disabled state).
* [ ] **All error messages** were provided, the text (eventually in a separated document) the position and the color are clearly identifiable in the creatives and consistent. Some messages should be different according to the error.
  __Resources:__
  * 📖 [Forms Need Validation – UX Collective](https://uxdesign.cc/forms-need-validation-2ecbccbacea1)
* [ ] **Indicators of required/optional** fields are provided.
* [ ] The **primary and secondary buttons** are clearly identifiable and are used following common practices.
  __Resources:__
  * 📖 [Primary & Secondary Action Buttons – UX Planet](https://uxplanet.org/primary-secondary-action-buttons-c16df9b36150)
* [ ] An example of the **different states of a button** were provided (Normal, hover, focused, pressed and inactive state).
* [ ] Buttons with built-in **loading indicators** are provided and can be applied to any button.

__Additional Resources:__

* 📖 [Design Better Forms – UX Collective](https://uxdesign.cc/design-better-forms-96fadca0f49c)
* 📖 [Design Better Input Fields – UX Collective](https://uxdesign.cc/design-better-input-fields-3d02985a8e24)
* 📖 [Designing Perfect Text Field: Clarity, Accessibility and User Effort](https://uxplanet.org/designing-perfect-text-field-clarity-accessibility-and-user-effort-d03c1e26004b)
* 📖 [Button UX Design: Best Practices, Types and States – UX Planet](https://uxplanet.org/button-ux-design-best-practices-types-and-states-647cf4ae0fc6)
* 📖 [How To Design Better Buttons — Smashing Magazine](https://www.smashingmagazine.com/2016/11/a-quick-guide-for-designing-better-buttons/)
* 📖 [Buttons in Design Systems – EightShapes – Medium](https://medium.com/eightshapes-llc/buttons-in-design-systems-eac3acf7e23)

**[⬆ back to top](#table-of-contents)**

### 1.7 - Responsive Web Design

![Responsive](/images/responsive.png)

* [ ] The **mobile version** of the design is provided before or at the same time of the desktop version.

	> If the “**mobile first**” thinking was not followed by the creative team, some irregularities and inconsistencies may appear between the mobile and the desktop version. Check and flag these issues before starting the development of the project.
* [ ] The **tablet version** of the design in certain cases should be provide too.

⚠️ *The **pixel perfect** notion is today in a certain way deprecated. Today, it’s impossible to have a design that worked the same facing the multitude of the screen sizes.*

__Additional Resources:__

* 📖 [Official Google Webmaster Central Blog: Mobile-first Indexing](https://webmasters.googleblog.com/2016/11/mobile-first-indexing.html)

**[⬆ back to top](#table-of-contents)**

### 1.8 - Style Guide and component approach

![Styleguide](/images/styleguide.png)

* [ ] All components designed on each page were created with the **component based approach**  (Atomic Design). If not, issues can occur in terms of performance, maintainability of the project...

  __Resources:__
  * 📖 [Atomic design][16]
  * 📖 [6 Reasons for Component-Based UI Development](https://www.tandemseven.com/technology/6-reasons-component-based-ui-development/)

* [ ] A **Style Guide** needs to be provided listing all elements, components, styles, dimensions. Some boilerplates like [UX Power Tools](https://www.uxpower.tools/) can help saving time and keep consistency in the designs.

⚠️ *In the case where the Style Guide is missing, it's a good practice to build yourself a [living Style Guide](https://github.com/davidhund/styleguide-generators) to facilitate your work. Some CMS like Drupal, for example, have plugins that allow to develop a living Style Guide using [Pattern Lab](https://drupal-pattern-lab.github.io/).*

__Additional Resources:__

* 📖 [Style Guides – Design + Sketch – Medium](https://medium.com/sketch-app-sources/tagged/style-guides)
* 📖 [The CodePen Design Patterns and Style Guide](https://codepen.io/guide)
* 📖 [Lonely Planet Travel Guides and Travel Information](http://rizzo.lonelyplanet.com/styleguide/design-elements/colours)
* 📖 [Styleguide](https://www.yelp.com/styleguide)

#### In the case of an existing project:

Sometimes, the creative team needs to add new pages or modules in an existing project. They should have or create a list of all existing elements and try to use what is already there. Having a Style Guide already created can save hours and ensure consistency of the project.

**[⬆ back to top](#table-of-contents)**

### 1.9 - Delivery files

![Delivery files](/images/delivery-files.png)

* [ ] For all websites, the web designer needs to provide at least **2 PSD** (mobile, desktop and eventually tablet) or at least **1 Sketch file** which needs to be delivered with the dimension below (if you have Photoshop CC 2015 and above, I recommend using artboards).

	> ℹ️ Some web designers could eventually create multiple PSD corresponding to each components used and import them in a single PSD as “smart layer”. In that case, you’ll have multiple PSD linked to one or two files. In the case of Sketch, since the **libraries** exist since version 47, it is possible to link multiples files with symbols ……..

* [ ] The **creative files are cleaned** before delivering to developers (empty and unnecessary layer needs to be removed to avoid large files).

* [ ] The **404 error** (and eventually the page 500 error) page were designed.
* [ ] All **popins, popups and alert boxes** were designed and can be enable throw layers of compositions.

__Additional Resources:__

* 📖 [Photoshop Etiquette: A Guide to Discernible Web Design](http://photoshopetiquette.com/)

#### Specific rules for PSD file:

* [ ] **Layer compositions** are used to show each different pages, if multiple views are provided within the same PSD. It’s an easy way to avoid confusions and check that all elements are correctly organized.

**[⬆ back to top](#table-of-contents)**

## 2. - Analysis and pre-work phases

![Analysis and phases](/images/phases.png)

Before starting the analysis and the pre-work phases and after receiving the creative files, you need to check some important elements:

* __*Which version of Photoshop, Sketch is used?*__
  Some features are specific to some versions of Photoshop or Sketch. It is important to flag any issue regarding this as soon as possible.
* __*Is the width of each PSD or artboard correct?*__
  In case some space is added on each side of the design, check the exact width of the website.
* __*Are the creatives using too much “box-shadow”, “linear or radial gradient”…?*__
  Don’t forget the .... Effect which can have impacts on the browser painting performance.
* __*Is a sitemap / breadcrumb provided to understand the architecture of all pages and their dependencies?*__
* __*Does the website needs to have retina images?*__

**[⬆ back to top](#table-of-contents)**

### 2.1 - Paper analysis

![Paper Analysis](/images/analysis.png)

It is recommended **printing** some (or all) of the pages you have on an A3 format (or A4 if you don’t have this format). Because of the height of the page. you’ll probably need to print some designs on multiple pages.

I can’t imagine a better way to start than analysing creatives on a paper with a pencil (or different colourful pencils chosen to highlight different type of information).

1. Define the **structure of the pages**, the headers, the sections, the articles, main, footer outlining these on at least one printed page.

2. Find all the **headings** that structured a page, ensure the `H1` is not on the logo and that the logical order is followed. Most of the time, the H1 for the homepage will be hidden with CSS but needs to keep its legitimate meaning. That analysis should be done with the help of a SEO specialist in case you have one in your team.

3. Try to find and regroup **similar components** giving them an individual name regarding their functionality and not just their context. For example, naming a tab system “

4. Most of the creative elements can be **done using CSS**. Today, it is not recommended to create any layout element using images. Any simple graphical element like buttons or borders should be done in CSS to avoid performance or scalability issues.

5. Find some **possible lack of coherence**, in case a Styleguide was not provided by the creative team, it’s your responsibility to ensure that every graphic element belong to a possible category (Buttons, Typography, Sliders…). It’ll help you to create your own CSS / Sass architecture or to identify which component you’ll need from an identified CSS Framework.

⚠️ *After the paper analysis phase, you can invite the creative team to use a tool like [InVision](https://www.invisionapp.com/), to facilitate the communication and exchange between the creative team and the developers. The possibility to comment directly on pages can be a time-saver and allow to keep a history of modifications and decisions.*

### 2.2 - Pre-development phase

* [ ] According to the specifications, **plugins needed were defined** in an early stage. Having a pre-list of possible plugins before starting the development can help the developer to stay focus and not spend too much time in doing research during the development phase. Obviously, some plugins may not perfectly fit and will be changed accordingly.

__Additional Resources:__

* 🛠 [Awesome JS][22]
* 🛠 [BestOfJS][23]


**[⬆ back to top](#table-of-contents)**

## 3. - Validation

The validation phase is when everything seems to be ready to be integrated. The client, in general, validate the creatives without waiting for any approval from the technical team. As exposed in the Design Checklist, it is essential that developers ensure the quality of the delivery before starting to code.

## 4. - Development phase

* [ ] All **medias can be cut and saved** before starting the development phase. That can help you to avoid back and forth between your creative software and your code editor.

* [ ] **The image folder has a clear architecture** where you  arranged the layout's images. It is important to stay consistent between projects in general. Defining a structure for that folder and a naming convention can be helpful.


  You can find an example of a possible structure with prefixes used to recognise each image appurtenance.

```bash
.
└── images
    ├── background
    ├── banners
    ├── icons
    └── layout
```

* [ ] **A naming convention is used** like adding prefixes to differentiate types of images, all images used for background can be prefixed by `bg-`, icons by `icon-`, hero banners by `hero-` or `banner-` and so on.

## 5. - Before production

Before launching your website, be sure to review all your pages using the [Front-End Checklist](https://frontendchecklist.io)!

**[⬆ back to top](#table-of-contents)**

---

## Translations

The Front-End Checklist is also available in other languages. Thanks for all translators and their awesome work!

* 🇨🇳 Chinese: [JohnsenZhou/Front-End-Design-Checklist](https://github.com/JohnsenZhou/Front-End-Design-Checklist)
* 🇪🇸 Spanish: [eoasakura/Front-End-Design-Checklist](https://github.com/eoasakura/Front-End-Design-Checklist)

## Support

If you have any question or suggestion, don't hesitate to use Gitter or Twitter:

* [Give an UP on Product Hunt](https://www.producthunt.com/posts/front-end-design-checklist)
* [Chat on Gitter](https://gitter.im/Front-End-Checklist][28]/Front-End-Design-Checklist?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
* [Facebook](https://www.facebook.com/frontenddesignchecklist/)
* [Twitter](https://twitter.com/thedaviddias)

## Author

**[David Dias](https://github.com/thedaviddias)**

## Contributors

This project exists thanks to all the people who [contribute!](.github/CONTRIBUTING.md)

## License

[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)

All icons are provided by [Icons8](https://icons8.com/)

**[⬆ back to top](#table-of-contents)**


[6]:	https://guideguide.me/
[7]:	https://www.sketchapp.com/docs/canvas/rulers-guides-grids/
[8]:	https://getbootstrap.com/docs/4.0/layout/grid/
[9]:	http://flexboxgrid.com/
[10]: https://css-tricks.com/dont-overthink-it-grids/
[11]:	https://www.lifewire.com/aco-file-2619477
[16]:	http://bradfrost.com/blog/post/atomic-web-design/
[22]:	https://js.libhunt.com/
[23]:	https://bestof.js.org/
[28]:	https://gitter.im/Front-End-Checklist/Front-End-Design-Checklist
<h1 align="center">
<br>
  <a href="https://github.com/thedaviddias/Front-End-Performance-Checklist"><img src="https://raw.githubusercontent.com/thedaviddias/Front-End-Performance-Checklist/master/images/logo-front-end-performance-checklist.jpg" alt="Front-End Performance Checklist" width="170"></a>
  <br>
    <br>
  Front-End Performance Checklist
  <br>
</h1>

<h4 align="center">🎮 The only Front-End Performance Checklist that runs faster than the others.</h4>
<p align="center">One simple rule: "Design and code with performance in mind"</p>

<p align="center">
  <a href="http://makeapullrequest.com">
    <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome">
  </a>
  <a href="https://discord.gg/btHQRkm">
    <img src="https://img.shields.io/badge/chat-on_discord-4837E2.svg?style=flat-square" alt="Discord">
  </a>
    <a href="https://opensource.org/licenses/MIT">
    <img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="Licence MIT">
  </a>
</p>

<p align="center">
  <a href="#how-to-use">How To Use</a> • <a href="#contributing">Contributing</a> • <a href="https://www.producthunt.com/posts/front-end-performance-checklist">Product Hunt</a>
</p>

<p align="center">
  <a href="https://github.com/JohnsenZhou/Front-End-Performance-Checklist">🇨🇳</a>
  <a href="https://github.com/WilliamDASILVA/Front-End-Performance-Checklist">🇫🇷</a>
  <a href="https://github.com/ParkSB/Front-End-Performance-Checklist">🇰🇷</a>
  <a href="https://github.com/fernandofawkes/Front-End-Performance-Checklist">🇵🇹</a>
  <a href="https://github.com/lex111/Front-End-Performance-Checklist">🇷🇺</a>
  <a href="https://github.com/GameWith/Front-End-Performance-Checklist">🇯🇵</a>
  <a href="https://github.com/ms-fadaei/Front-End-Performance-Checklist">🇮🇷</a>
</p>

<p align="center">
    <span>Other Checklists:</span>
    <br>
  🗂 <a href="https://github.com/thedaviddias/Front-End-Checklist#---------front-end-checklist-">Front-End Checklist</a> • 💎 <a href="https://github.com/thedaviddias/Front-End-Design-Checklist#front-end-design-checklist">Front-End Design Checklist</a>
</p>

## Introduction

Performance is a huge subject, but it's not always a "back-end" or an "admin" subject: it's a Front-End responsibility too. The Front-End Performance Checklist is an exhaustive list of elements you should check or at least be aware of, as a Front-End developer and apply to your project (personal and professional).

### How to use?

For each rule, you will have a paragraph explaining *why* this rule is important and *how* you can fix it. For more deep information, you should find links that will point to 🛠 tools, 📖 articles or 📹 medias that can complete the checklist.

All items in the **Front-End Performance Checklist** are essentials to achieve the highest performance score but you would find an indicator to help you to eventually prioritised some rules amount others. There are 3 levels of priority:

* ![Low][low] means that the item has a **low** priority.
* ![Medium][medium] means that the item has a **medium** priority. You shouldn't avoid tackling that item.
* ![High][high] means that the item has a **high** priority. You can't avoid following that rule and implement the corrections recommended.

### Performance tools

List of the tools you can use to test or monitor your website or application:

 * 🛠 [WebPagetest - Website Performance and Optimization Test](https://www.webpagetest.org/)
 * 🛠 ☆ [Dareboost: Website Speed Test and Website Analysis](https://www.dareboost.com/) (use the coupon WPCDD20 for -20%)
 * 🛠 [Treo: Page Speed Monitoring](https://treo.sh/?ref=perfchecklist)
 * 🛠 [GTmetrix | Website Speed and Performance Optimization](https://gtmetrix.com/)
 * 🛠 [PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/)
 * 🛠 [Web.dev](https://web.dev/measure)
 * 🛠 [Pingdom Website Speed Test](https://tools.pingdom.com)
 * 📖 [Make the Web Faster | Google Developers](https://developers.google.com/speed/)
 * 🛠 [Sitespeed.io - Welcome to the wonderful world of Web Performance](https://www.sitespeed.io/)
 * 🛠 [Calibre](https://calibreapp.com/)
 * 🛠 [Website Speed Test | Check Web Performance &raquo; Dotcom-Tools](https://www.dotcom-tools.com/website-speed-test.aspx)
 * 🛠 [Website and Server Uptime Monitoring - Pingdom](https://www.pingdom.com/product/uptime-monitoring/) ([Free Signup Link](https://www.pingdom.com/free))
 * 🛠 [Uptime Robot](https://uptimerobot.com)
 * 🛠 [SpeedCurve: Monitor front-end performance](https://speedcurve.com)
 * 🛠 [PWMetrics - CLI tool and lib to gather performance metrics](https://github.com/paulirish/pwmetrics)
 * 🛠 [Varvy - Page speed optimization]( https://varvy.com/pagespeed/)
 * 🛠 [Lighthouse - Google]( https://developers.google.com/web/tools/lighthouse/#devtools)
 * 🛠 [Checkbot browser extension - Checks for web performance best practices](https://www.checkbot.io/)
 * 🛠 [Yellow Lab Tools | Online test to help speeding up heavy web pages](https://yellowlab.tools/)
 * 🛠 [Speedrank - Web Performance Monitoring](https://speedrank.app/)
 * 🛠 [DebugBear - Monitor website performance and Lighthouse scores](https://www.debugbear.com/)
 * 🛠 [packtracker.io - Check your webpack bundle size on every pull request.](https://packtracker.io/)
 * 🛠 [Exthouse - Analyze the impact of a browser extension on web performance](https://github.com/treosh/exthouse)
 * 🛠 [LogRocket - Measure front-end performance in production apps](https://logrocket.com)

### References

 * 📹 [The Cost Of JavaScript - YouTube](https://www.youtube.com/watch?v=_bzqF05xsC4) ([text version](https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4))
 * [AddyOsmani.com - Start Performance Budgeting](https://addyosmani.com/blog/performance-budgets/)
 * 📖 [Get Started With Analyzing Runtime Performance  |  Google Developers](https://developers.google.com/web/tools/chrome-devtools/evaluate-performance/)
 * 📖 [State of the Web | 2018_01_01](https://httparchive.org/reports/state-of-the-web?start=2018_01_01)
 * 📖 [Page Weight Doesn't Matter](https://www.speedshop.co/2015/11/05/page-weight-doesnt-matter.html)
 * 📖 [Front-End Performance Checklist 2021 [PDF, Apple Pages, MS Word]](https://www.smashingmagazine.com/2021/01/front-end-performance-2021-free-pdf-checklist/)
 * 📖 [Designing for Performance Weighing Aesthetics and Speed - By Lara Callender Hogan [eBook, Print]](http://designingforperformance.com/index.html)
 * 📖 [Varvy - Web performance glossary](https://varvy.com/performance/)
 * 📖 [fabkrum/web-performance-resources: Up to date collection of valuable web performance resources](https://github.com/fabkrum/web-performance-resources)
 * 📖 [Checkbot - Web Speed Best Practices](https://www.checkbot.io/guide/speed/)
 * 🛠 [Progressive Tooling - A list of community-built, third-party tools that can be used to improve page performance](https://progressivetooling.com/)

---

## HTML

![html]

- [ ] **Minified HTML:** ![medium] The HTML code is minified, comments, white spaces and new lines are removed from production files.

    *Why:*
    > Removing all unnecessary spaces, comments and attributes will reduce the size of your HTML and speed up your site's page load times and obviously lighten the download for your user.

    *How:*
    > Most of the frameworks have plugins to facilitate the minification of the webpages. You can use a bunch of NPM modules that can do the job for you automatically.

    * 🛠 [HTML minifier | Minify Code](http://minifycode.com/html-minifier/)
    * 🛠 [Online HTML Compressor](http://refresh-sf.com)
    * 📖 [Experimenting with HTML minifier — Perfection Kills](http://perfectionkills.com/experimenting-with-html-minifier/#use_short_doctype)
   
- [ ] **Place CSS tags always before JavaScript tags:** ![high] Ensure that your CSS is always loaded before having JavaScript code.

    ```html
    <!-- Not recommended -->
    <script src="jquery.js"></script>
    <script src="foo.js"></script>
    <link rel="stylesheet" href="foo.css"/>

    <!-- Recommended -->
    <link rel="stylesheet" href="foo.css"/>
    <script src="jquery.js"></script>
    <script src="foo.js"></script>
    ```

    *Why:*
    > Having your CSS tags before any JavaScript enables better, parallel download which speed up browser rendering time.

    *How:*
    > ⁃ Ensure that `<link>`  and `<style>` in your `<head>` are always before your `<script>`.

    * 📖 [Ordering your styles and scripts for pagespeed](https://varvy.com/pagespeed/style-script-order.html)

- [ ] **Minimize the number of iframes:** ![high] Use iframes only if you don't have any other technical possibility. Try to avoid iframes as much as you can.

- [ ] **Pre-load optimization with prefetch, dns-prefetch and prerender:** ![low] Popular browsers can use directive on `<link>` tag and "rel" attribute with certain keywords to pre-load specific URLs.

    *Why:*
    > Prefetching allows a browser to silently fetch the necessary resources needed to display content that a user might access in the near future. The browser is able to store these resources in its cache and speed up the way web pages load when they are using different domains for page resources. When a web page has finished loading and the idle time has passed, the browser begins downloading other resources. When a user go in a particular link (already prefetched), the content will be instantly served.

    *How:*
    > ⁃ Ensure that `<link>` is in your `<head>` section.

    * 📖 [What Is Prefetching and Why Use It](https://www.keycdn.com/support/prefetching)
    * 📖 [Prefetching, preloading, prebrowsing](https://css-tricks.com/prefetching-preloading-prebrowsing/)
    * 📖 [What is Preload, Prefetch, and Preconnect](https://www.keycdn.com/blog/resource-hints)

**[⬆ back to top](#table-of-contents)**

## CSS

![css]

- [ ] **Minification:** ![high] All CSS files are minified, comments, white spaces and new lines are removed from production files.

    *Why:*
    > When CSS files are minified, the content is loaded faster and less data is sent to the client. It's important to always minify CSS files in production. It is beneficial for the user as it is for any business who wants to lower bandwidth costs and lower resource usage.

    *How:*
    > ⁃ Use tools to minify your files automatically before or during your build or your deployment.

    * 🛠 [cssnano: A modular minifier based on the PostCSS ecosystem. - cssnano](https://cssnano.co/)
    * 🛠 [CSS Minfier](https://goonlinetools.com/css-minifier/)
    * 🛠 [@neutrinojs/style-minify - npm](https://www.npmjs.com/package/@neutrinojs/style-minify)
    * 🛠 [Online CSS Compressor](http://refresh-sf.com)


- [ ] **Concatenation:** ![medium] CSS files are concatenated in a single file *(Not always valid for HTTP/2)*.

    ```html

    <!-- Not recommended -->
    <link rel="stylesheet" href="foo.css"/>
    <link rel="stylesheet" href="bar.css"/>

    <!-- Recommended -->
    <link rel="stylesheet" href="foobar.css"/>
    ```

    *Why:*
    > If you are still using HTTP/1, you may need to still concatenate your files, it's less true if your server use HTTP/2 (tests should be made).

    *How:*
    > ⁃ Use online tool or any plugin before or during your build or your deployment to concatenate your files. <br>
    ⁃ Ensure, of course, that concatenation does not break your project.

    * 📖 [HTTP: Optimizing Application Delivery - High Performance Browser Networking (O'Reilly)](https://hpbn.co/optimizing-application-delivery/#optimizing-for-http2)
    * 📖 [Performance Best Practices in the HTTP/2 Era](https://deliciousbrains.com/performance-best-practices-http2/)

- [ ] **Non-blocking:** ![high] CSS files need to be non-blocking to prevent the DOM from taking time to load.

    ```html
    <link rel="preload" href="global.min.css" as="style" onload="this.rel='stylesheet'">
    <noscript><link rel="stylesheet" href="global.min.css"></noscript>
    ```

    *Why:*
    > CSS files can block the page load and delay the rendering of your page. Using `preload` can actually load the CSS files before the browser starts showing the content of the page.

    *How:*
    > ⁃ You need to add the `rel` attribute with the `preload` value and add `as="style"` on the `<link>` element.

    * 🛠 [loadCSS by filament group](https://github.com/filamentgroup/loadCSS)
    * 📖 [Example of preload CSS using loadCSS](https://gist.github.com/thedaviddias/c24763b82b9991e53928e66a0bafc9bf)
    * 📖 [Preloading content with rel="preload"](https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content)
    * 📖 [Preload: What Is It Good For? — Smashing Magazine](https://www.smashingmagazine.com/2016/02/preload-what-is-it-good-for/)

- [ ] **Unused CSS:** ![medium] Remove unused CSS selectors.

    *Why:*
    > Removing unused CSS selectors can reduce the size of your files and then speed up the load of your assets.

    *How:*
    > ⁃ ⚠️ Always check if the framework CSS you want to use don't already has a reset / normalize code included. Sometimes you may not need everything that is inside your reset / normalize file.

    * 🛠 [UnCSS Online](https://uncss-online.com/)
    * 🛠 [PurifyCSS](https://github.com/purifycss/purifycss)
    * 🛠 [PurgeCSS](https://github.com/FullHuman/purgecss)
    * 🛠 [Chrome DevTools Coverage](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage)

* [ ] **CSS Critical:** ![high] The CSS critical (or "above the fold") collects all the CSS used to render the visible portion of the page. It is embedded before your principal CSS call and between `<style></style>` in a single line (minified if possible).

    *Why:*
    > Inlining critical CSS help to speed up the rendering of the web pages reducing the number of requests to the server.

    *How:*
    > Generate the CSS critical with online tools or using a plugin like the one that Addy Osmani developed.

    * 📖 [Understanding Critical CSS](https://www.smashingmagazine.com/2015/08/understanding-critical-css/)
    * 🛠 [Critical by Addy Osmani on GitHub](https://github.com/addyosmani/critical) automates this.
    * 📖 [Inlining critical CSS for better web performance | Go Make Things](https://gomakethings.com/inlining-critical-css-for-better-web-performance/)
     * 🛠 [Critical Path CSS Generator - Prioritize above the fold content :: SiteLocity](https://www.sitelocity.com/critical-path-css-generator)
     * 📖 [Reduce the size of the above-the-fold content
](https://developers.google.com/speed/docs/insights/PrioritizeVisibleContent)

- [ ] **Embedded or inline CSS:** ![high] Avoid using embed or inline CSS inside your `<body>` *(Not valid for HTTP/2)*

    *Why:*
    > One of the first reason it's because it's a good practice to **separate content from design**. It also helps you have a more maintainable code and keep your site accessible. But regarding performance, it's simply because it decreases the file-size of your HTML pages and the load time.

    *How:*
    > Always use external stylesheets or embed CSS in your `<head>` (and follow the others CSS performance rules)

    * 📖 [Observe CSS Best Practices: Avoid CSS Inline Styles](https://www.lifewire.com/avoid-inline-styles-for-css-3466846)

- [ ] **Analyse stylesheets complexity:** ![high] Analyzing your stylesheets can help you to flag issues, redundancies and duplicate CSS selectors.

    *Why:*
    > Sometimes you may have redundancies or validation errors in your CSS, analysing your CSS files and removed these complexities can help you to speed up your CSS files (because your browser will read them faster)

    *How:*
    > Your CSS should be organized, using a CSS preprocessor can help you with that. Some online tools listed below can also help you analysing and correct your code.

    * 🛠 [TestMyCSS | Optimize and Check CSS Performance](http://www.testmycss.com/)
    * 🛠 [CSS Stats](https://cssstats.com/)
    * 🛠 [macbre/analyze-css: CSS selectors complexity and performance analyzer](https://github.com/macbre/analyze-css)
    * 🛠 [Project Wallace](https://www.projectwallace.com/) is like CSS Stats but stores stats over time so you can track your changes

**[⬆ back to top](#table-of-contents)**

## Fonts

![fonts]

* 📖 [A Book Apart, Webfont Handbook](https://abookapart.com/products/webfont-handbook)

- [ ] **Webfont formats:** ![medium] You are using WOFF2 on your web project or application.

    *Why:*
    > According to Google, the WOFF 2.0 Web Font compression format offers 30% average gain over WOFF 1.0. It's then good to use WOFF 2.0, WOFF 1.0 as a fallback and TTF.

    *How:*
    > Check before buying your new font that the provider gives you the WOFF2 format. If you are using a free font, you can always use Font Squirrel to generate all the formats you need.

    * 📖 [WOFF 2.0 – Learn more about the next generation Web Font Format and convert TTF to WOFF2](https://gist.github.com/sergejmueller/cf6b4f2133bcb3e2f64a)
    * 🛠 [Create Your Own @font-face Kits » Font Squirrel](https://www.fontsquirrel.com/tools/webfont-generator)
    * 🛠 [IcoMoon App - Icon Font, SVG, PDF & PNG Generator](https://icomoon.io/app/)
    * 📖 [Using @font-face | CSS-Tricks](https://css-tricks.com/snippets/css/using-font-face/?ref=frontendchecklist)
    * 📖 [Can I use... WOFF2](https://caniuse.com/#feat=woff2)

- [ ] **Use `preconnect` to load your fonts faster:** ![medium]

    ```html
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    ```

    *Why:*
    > When you arrived on a website, your device needs to find out where your site lives and which server it needs to connect with. Your browser had to contact a DNS server and wait for the lookup complete before fetching the resource (fonts, CSS files...). Prefetches and preconnects allow the browser to lookup the DNS information and start establishing a TCP connection to the server hosting the font file. This provides a performance boost because by the time the browser gets around to parsing the css file with the font information and discovering it needs to request a font file from the server, it will already have pre-resolved the DNS information and have an open connection to the server ready in its connection pool.

    *How:*
    > ⁃ Before prefetching your webfonts, use webpagetest to evaluate your website <br>
    ⁃ Look for teal colored DNS lookups and note the host that are being requested <br>
    ⁃ Prefetch your webfonts in your `<head>` and add eventually these hostnames that you should prefetch too

    * 📖 [Faster Google Fonts with Preconnect - CDN Planet](https://www.cdnplanet.com/blog/faster-google-webfonts-preconnect/)
    * 📖 [Make Your Site Faster with Preconnect Hints | Viget](https://www.viget.com/articles/make-your-site-faster-with-preconnect-hints/)
    * 📖 [Ultimate Guide to Browser Hints: Preload, Prefetch, and Preconnect - MachMetrics Speed Blog](https://www.machmetrics.com/speed-blog/guide-to-browser-hints-preload-preconnect-prefetch/)
    * 📖 [A Comprehensive Guide to Font Loading Strategies—zachleat.com](https://www.zachleat.com/web/comprehensive-webfonts/#font-face)
    * 🛠 [typekit/webfontloader: Web Font Loader gives you added control when using linked fonts via @font-face.](https://github.com/typekit/webfontloader)

- [ ] **Webfont size:** ![medium] Webfont sizes don't exceed 300kb (all variants included)

 * 📖 [Font Bytes - Page Weight](https://httparchive.org/reports/page-weight#bytesFont)

- [ ] **Prevent Flash or Invisible Text:** ![medium] Avoid transparent text until the Webfont is loaded

 * 📖 [`font-display` for the Masses](https://css-tricks.com/font-display-masses/)
 * 📖 [CSS font-display: The Future of Font Rendering on the Web](https://www.sitepoint.com/css-font-display-future-font-rendering-web/)

**[⬆ back to top](#table-of-contents)**

## Images

![images]

 * 📖 [Image Bytes in 2018](https://httparchive.org/reports/page-weight#bytesImg)

* [ ] **Images optimization:** ![high] Your images are optimized, compressed without direct impact to the end user.

    *Why:*
    > Optimized images load faster in your browser and consume less data.

    *How:*
    > ⁃ Try using CSS3 effects when it's possible (instead of a small image) <br>
    ⁃ When it's possible, use fonts instead of text encoded in your images <br>
    ⁃ Use SVG <br>
    ⁃ Use a tool and specify a level compression under 85.

    * 📖 [Image Optimization | Web Fundamentals | Google Developers](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization)
    * 📖 [Essential Image Optimization - An eBook by Addy Osmani](https://images.guide/)
    * 🛠 [TinyJPG – Compress JPEG images intelligently](https://tinyjpg.com/)
    * 🛠 [Kraken.io - Online Image Optimizer](https://kraken.io/web-interface)
    * 🛠 [Compressor.io - optimize and compress JPEG photos and PNG images](https://compressor.io/compress)
    * 🛠 [Cloudinary - Image Analysis Tool](https://webspeedtest.cloudinary.com)
    * 🛠 [ImageEngine - Image Webpage Loading Test](https://demo.imgeng.in)
    * 🛠 [SVGOMG - Optimize SVG vector graphics files](https://jakearchibald.github.io/svgomg/)


* [ ] **Images format:** ![high] Choose your image format appropriately.

    *Why:*
    > To ensure that your images don't slow your website, choose the format that will correspond to your image. If it's a photo, JPEG is most of the time more appropriate than PNG or GIF. But don't forget to look a the nex-gen formats which can reduce the size of your files. Each image format has pros and cons, it's important to know these to make the best choice possible.

    *How:*
    > ⁃ Use [Lighthouse](https://developers.google.com/web/tools/lighthouse/) to identify which images can eventually use **next-gen formats** (like JPEG 2000m JPEG XR or WebP) <br>
    ⁃ Compare different formats, sometimes using PNG8 is better than PNG16, sometimes it's not.

    * 📖 [Serve Images in Next-Gen Formats  |  Tools for Web Developers  |  Google Developers](https://developers.google.com/web/tools/lighthouse/audits/webp)
    * 📖 [What Is the Right Image Format for Your Website? — SitePoint](https://www.sitepoint.com/what-is-the-right-image-format-for-your-website/)
    * 📖 [PNG8 - The Clear Winner — SitePoint](https://www.sitepoint.com/png8-the-clear-winner/)
    * 📖 [8-bit vs 16-bit - What Color Depth You Should Use And Why It Matters - DIY Photography](https://www.diyphotography.net/8-bit-vs-16-bit-color-depth-use-matters/)

- [ ] **Use vector image vs raster/bitmap:** ![medium] Prefer using vector image rather than bitmap images (when possible).

    *Why:*
    > Vector images (SVG) tend to be smaller than images and SVG's are responsive and scale perfectly. These images can be animated and modified by CSS.

* [ ] **Images dimensions:** ![medium] Set `width` and `height` attributes on `<img>` if the final rendered image size is known.

    *Why:*
    > If height and width are set, the space required for the image is reserved when the page is loaded. However, without these attributes, the browser does not know the size of the image, and cannot reserve the appropriate space to it. The effect will be that the page layout will change during loading (while the images load).

* [ ] **Avoid using Base64 images:** ![medium] You could eventually convert tiny images to base64 but it's actually not the best practice.

    * 📖 [Base64 Encoding & Performance, Part 1 and 2 by Harry Roberts](https://csswizardry.com/2017/02/base64-encoding-and-performance/)
    * 📖 [A closer look at Base64 image performance – The Page Not Found Blog](http://www.andygup.net/a-closer-look-at-base64-image-performance/)
    * 📖 [When to base64 encode images (and when not to) | David Calhoun](https://www.davidbcalhoun.com/2011/when-to-base64-encode-images-and-when-not-to/)
   * 📖 [Base64 encoding images for faster pages | Performance and seo factors](https://varvy.com/pagespeed/base64-images.html)

* [ ] **Lazy loading:** ![medium] Offscreen images are loaded lazily (A noscript fallback is always provided).

    *Why:*
    > It will improve the response time of the current page and then avoid loading unnecessary images that the user may not need.

    *How:*
    > ⁃ Use [Lighthouse](https://developers.google.com/web/tools/lighthouse/) to identify how many **images are offscreen**. <br>
    ⁃ Use a JavaScript plugin like the following to lazyload your images. Make sure you target offscreen images only. <br>
    ⁃ Also make sure to lazyload alternative images shown at mouseover or upon other user actions.

    * 🛠 [verlok/lazyload: GitHub](https://github.com/verlok/lazyload)
    * 🛠 [aFarkas/lazysizes: GitHub](https://github.com/aFarkas/lazysizes/)
    * 🛠 [mfranzke/loading-attribute-polyfill: GitHub](https://github.com/mfranzke/loading-attribute-polyfill/)
    * 📖 [Lazy Loading Images and Video  |  Web Fundamentals  |  Google Developers](https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video/)
    * 📖 [5 Brilliant Ways to Lazy Load Images For Faster Page Loads - Dynamic Drive Blog](http://blog.dynamicdrive.com/5-brilliant-ways-to-lazy-load-images-for-faster-page-loads/)

* [ ] **Responsive images:** ![medium] Ensure to serve images that are close to your display size.

    *Why:*
    > Small devices don't need images bigger than their viewport. It's recommended to have multiple versions of one image on different sizes.

    *How:*
    > ⁃ Create different image sizes for the devices you want to target. <br>
    ⁃ Use `srcset` and `picture` to deliver multiple variants of each image.

     * 📖 [Responsive images - Learn web development | MDN](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images)

**[⬆ back to top](#table-of-contents)**

## JavaScript

![javascript]

- [ ] **JS Minification:** ![high] All JavaScript files are minified, comments, white spaces and new lines are removed from production files *(still valid if using HTTP/2)*.

    *Why:*
    > Removing all unnecessary spaces, comments and break will reduce the size of your JavaScript files and speed up your site's page load times and obviously lighten the download for your user.

    *How:*
    > ⁃ Use the tools suggested below to minify your files automatically before or during your build or your deployment.

    * 🛠 [uglify-js - npm](https://www.npmjs.com/package/uglify-js)
    * 🛠 [Online JavaScript Compressor](http://refresh-sf.com)
    * 📖 [Short read: How is HTTP/2 different? Should we still minify and concatenate?](https://scaleyourcode.com/blog/article/28)

* [ ] **No JavaScript inside:** ![medium] *(Only valid for website)* Avoid having multiple JavaScript codes embedded in the middle of your body. Regroup your JavaScript code inside external files or eventually in the `<head>` or at the end of your page (before `</body>`).

    *Why:*
    > Placing JavaScript embedded code directly in your `<body>` can slow down your page because it loads while the DOM is being built. The best option is to use external files with `async` or `defer` to avoid blocking the DOM. Another option is to place some scripts inside your `<head>`. Most of the time analytics code or small script that need to load before the DOM gets to main processing.

    *How:*
    > Ensure that all your files are loaded using `async` or `defer` and decide wisely the code that you will need to inject in your `<head>`.

     * 📖 [11 Tips to Optimize JavaScript and Improve Website Loading Speeds](https://www.upwork.com/hiring/development/11-tips-to-optimize-javascript-and-improve-website-loading-speeds/)

* [ ] **Non-blocking JavaScript:** ![high] JavaScript files are loaded asynchronously using `async` or deferred using `defer` attribute.

    ```html
    <!-- Defer Attribute -->
    <script defer src="foo.js"></script>

    <!-- Async Attribute -->
    <script async src="foo.js"></script>
    ```

    *Why:*
    > JavaScript blocks the normal parsing of the HTML document, so when the parser reaches a `<script>` tag (particularly is inside the `<head>`), it stops to fetch and run it. Adding `async` or `defer` are highly recommended if your scripts are placed in the top of your page but less valuable if just before your `</body>` tag. But it's a good practice to always use these attributes to avoid any performance issue.

    *How:*
    > ⁃ Add `async` (if the script don't rely on other scripts) or `defer` (if the script relies upon or relied upon by an async script) as an attribute to your script tag. <br>
    ⁃ If you have small scripts, maybe use inline script place above async scripts.

    * 📖 [Remove Render-Blocking JavaScript](https://developers.google.com/speed/docs/insights/BlockingJS)
    * 📖 [Defer loading JavaScript](https://varvy.com/pagespeed/defer-loading-javascript.html)

* [ ] **Optimized and updated JS libraries:** ![medium] All JavaScript libraries used in your project are necessary (prefer Vanilla JavaScript for simple functionalities), updated to their latest version and don't overwhelm your JavaScript with unnecessary methods.

    *Why:*
    > Most of the time, new versions come with optimization and security fix. You should use the most optimized code to speed up your project and ensure that you'll not slow down your website or app without outdated plugin.

    *How:*
    > If your project use NPM packages, [npm-check](https://www.npmjs.com/package/npm-check) is a pretty interesting library to upgrade / update your libraries.
    > [Greenkeeper](https://greenkeeper.io/) can automatically look for your dependencies and suggest an update every time a new version is out.

    * 📖 [You may not need jQuery](http://youmightnotneedjquery.com/)
    * 📖 [Vanilla JavaScript for building powerful web applications](https://plainjs.com/)

- [ ] **Check dependencies size limit:** ![low] Ensure to use wisely external libraries, most of the time, you can use a lighter library for a same functionality.

    *Why:*
    > You may be tempted to use one of the 745 000 packages you can find on [npm](https://www.npmjs.com/), but you need to choose the best package for your needs. For example, MomentJS is an awesome library but with a lot of methods you may never use, that's why Day.js was created. It's just 2kB vs 16.4kB gz for Moment.

    *How:*
    > Always compare and choose the best and lighter library for your needs. You can also use tools like [npm trends](http://www.npmtrends.com/) to compare NPM package downloads counts or [Bundlephobia](https://bundlephobia.com/) to know the size of your dependencies.

    * 🛠 [ai/size-limit: Prevent JS libraries bloat. If you accidentally add a massive dependency, Size Limit will throw an error.](https://github.com/ai/size-limit)
    * 🛠 [webpack-bundle-analyzer - npm](https://www.npmjs.com/package/webpack-bundle-analyzer)
    * 🛠 [js-dependency-viewer - npm](https://www.npmjs.com/package/js-dependency-viewer)
    * 📖 [Size Limit: Make the Web lighter — Martian Chronicles, Evil Martians’ team blog](https://evilmartians.com/chronicles/size-limit-make-the-web-lighter)

- [ ] **JavaScript Profiling:** ![medium] Check for performance problems in your JavaScript files (and CSS too).

    *Why:*
    > JavaScript complexity can slow down runtime performance. Identifying these possible issues are essential to offer the smoothest user experience.

    *How:*
    > Use the Timeline tool in the Chrome Developer Tool to evaluate scripts events and found the one that may take too much time.

     * 📖 [Speed Up JavaScript Execution  |  Tools for Web Developers  |  Google Developers](https://developers.google.com/web/tools/chrome-devtools/rendering-tools/js-execution)
    * 📖 [JavaScript Profiling With The Chrome Developer Tools — Smashing Magazine](https://www.smashingmagazine.com/2012/06/javascript-profiling-chrome-developer-tools/)
    * 📖 [How to Record Heap Snapshots  |  Tools for Web Developers  |  Google Developers](https://developers.google.com/web/tools/chrome-devtools/memory-problems/heap-snapshots)
    * 📖 [Chapter 22 - Profiling the Frontend - Blackfire](https://blackfire.io/docs/book/22-frontend-profiling)
    * 📖 [30 Tips To Improve Javascript Performance](http://www.monitis.com/blog/30-tips-to-improve-javascript-performance/)

- [ ] **Use of Service Workers:** ![medium] You are using Service Workers in your PWA to cache data or execute possible heavy tasks without impacting the user experience of your application.
   
    * 📖 [Service Workers: an Introduction  |  Web Fundamentals  |  Google Developers](https://developers.google.com/web/fundamentals/primers/service-workers/)
    * 📖 [Measuring the Real-world Performance Impact of Service Workers  |  Web  |  Google Developers](https://developers.google.com/web/showcase/2016/service-worker-perf)
    * 📖 [What Are Service Workers and How They Help Improve Performance](https://www.keycdn.com/blog/service-workers/)
    * 📹 [How does a service worker work? - YouTube](https://www.youtube.com/watch?v=__xAtWgfzvc)

**[⬆ back to top](#table-of-contents)**

## Server

![server-side]

- [ ] **Your website is using HTTPS:** ![high]

    *Why:*
    > HTTPS is not only for ecommerce websites, but for all websites that are exchanging data. Data shared by a user or data shared to an external entity. Modern browsers today limit functionalities for sites that are not secure. For example: geolocation, push notifications and service workers don't work if your instance is not using HTTPS. And today is much more easy to setup a project with an SSL certificate than it was before (and for free, thanks to [Let's Encrypt](https://letsencrypt.org/)).

 * 📖 [Why Use HTTPS? | Cloudflare](https://www.cloudflare.com/learning/security/why-use-https/)
 * 📖 [Enabling HTTPS Without Sacrificing Your Web Performance - Moz](https://moz.com/blog/enabling-https-without-sacrificing-web-performance)
 * 📖 [How HTTPS Affects Website Performance](https://wp-rocket.me/blog/https-affects-website-performance/)
 * 📖 [HTTP versus HTTPS versus HTTP2 - The real story | Tune The Web](https://www.tunetheweb.com/blog/http-versus-https-versus-http2/)
 * 📖 [HTTP vs HTTPS — Test them both yourself](https://www.httpvshttps.com/)

- [ ] **Page weight < 1500 KB (ideally < 500 KB):** ![high] Reduce the size of your page + resources as much as you can.

    *Why:*
    > Ideally you should try to target < 500 KB but the state of web shows that the median of Kilobytes is around 1500 KB (even on mobile). Depending on your target users, network connection, devices, it's important to reduce as much as possible your total Kilobytes to have the best user experience possible.

    *How:*
    > ⁃ All the rules inside the Front-End Performance Checklist will help you to reduce as much as possible your resources and your code.

    * 📖 [Page Weight](https://httparchive.org/reports/page-weight#bytesTotal)
    * 🛠 [What Does My Site Cost?](https://whatdoesmysitecost.com/)
    * 🛠 [web - Measure full page size in Chrome DevTools - Stack Overflow](https://stackoverflow.com/questions/38239980/measure-full-page-size-in-chrome-devtools)

- [ ] **Page load times < 3 seconds:** ![high] Reduce as much as possible your page load times to quickly deliver your content to your users.

    *Why:*
    > Faster your website or app is, less you have probability of bounce increases, in other terms you have less chances to lose your user or future client. Enough researches on the subject prove that point.

    *How:*
    > Use online tools like [Page Speed Insight](https://developers.google.com/speed/pagespeed/insights/) or [WebPageTest](https://www.webpagetest.org/) to analyze what could be slowing you down and use the Front-End Performance Checklist to improve your load times.

    * 🛠 [Compare your mobile site speed](https://www.thinkwithgoogle.com/feature/mobile/)
    * 🛠 [Test Your Mobile Website Speed and Performance - Think With Google](https://testmysite.thinkwithgoogle.com/intl/en-us)
    * 📖 [Average Page Load Times for 2018 - How does yours compare? - MachMetrics Speed Blog](https://www.machmetrics.com/speed-blog/average-page-load-times-websites-2018/)

- [ ] **Time To First Byte < 1.3 seconds:** ![high] Reduce as much as you can the time your browser waits before receiving data.

    * 📖 [What is Waiting (TTFB) in DevTools, and what to do about it](https://scaleyourcode.com/blog/article/27)
    * 📖 [Monitoring your servers with free tools is easy](https://scaleyourcode.com/blog/article/7)
    * 📖 [Time to First Byte (TTFB)](https://varvy.com/pagespeed/ttfb.html)
    * 🛠 [Global latency testing tool](https://latency.apex.sh)

* [ ] **Cookie size:** ![medium] If you are using cookies, be sure each cookie doesn't exceed 4096 bytes and your domain name doesn't have more than 20 cookies.

    *Why:*
    > Cookies are exchanged in the HTTP headers between web servers and browsers. It's important to keep the size of cookies as low as possible to minimize the impact on the user's response time.

    *How:*
    > Eliminate unnecessary cookies.

    * 📖 [Cookie specification: RFC 6265](https://tools.ietf.org/html/rfc6265)
    * 📖 [Cookies](https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies)
    * 🛠 [Browser Cookie Limits](http://browsercookielimits.squawky.net/)
    * 📖 [Website Performance: Cookies Don't Taste So Good - Monitis Blog](http://www.monitis.com/blog/website-performance-cookies-dont-taste-so-good/)
    * 📖 [Google's Web Performance Best Practices #3: Minimize Request Overhead - GlobalDots Blog](https://www.globaldots.com/googles-web-performance-best-practices-3-minimize-request-overhead/)

- [ ] **Minimizing HTTP requests:** ![high] Always ensure that every file requested are essential for your website or application.
 * 📖 [Combine external CSS](https://varvy.com/pagespeed/combine-external-css.html)
 * 📖 [Combine external JavaScript](https://varvy.com/pagespeed/combine-external-javascript.html)

- [ ] **Use a CDN to deliver your assets:** ![medium] Use a CDN to deliver faster your content over the world.

 * 📖 [10 Tips to Optimize CDN Performance - CDN Planet](https://www.cdnplanet.com/blog/10-tips-optimize-cdn-performance/)
 * 📖 [HTTP Caching  |  Web Fundamentals  |  Google Developers](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching)

- [ ] **Serve files from the same protocol:** ![high] Avoid having your website serving files coming from source using HTTP on your website which is using HTTPS for example. If your website is using HTTPS, external files should come from the same protocol.

- [ ] **Serve reachable files:** ![high] Avoid requesting unreachable files (404).
 * 📖 [How to avoid bad requests](https://varvy.com/pagespeed/avoid-bad-requests.html)

- [ ] **Set HTTP cache headers properly:** ![high] Set HTTP headers to avoid expensive number of roundtrips between your browser and the server.
 * 📖 [Using cache-control for browser caching](https://varvy.com/pagespeed/cache-control.html)

- [ ] **GZIP / Brotli compression is enabled:** ![high] Use a compression method such as Gzip or Brotli to reduce the size of your JavaScript files. With a smaller sizes file, users will be able to download the asset faster, resulting in improved performance.

 * 🛠 [Check GZIP compression](https://checkgzipcompression.com/)
 * 🛠 [Check Brotli Compression](https://tools.keycdn.com/brotli-test)
 * 📖 [Can I use... Brotli](https://caniuse.com/#feat=brotli)

**[⬆ back to top](#table-of-contents)**

---
## Performances and JS Frameworks

### Angular
 * 📖 [Angular Performance Checklist](https://github.com/mgechev/angular-performance-checklist)

### React

 * 📖 [Optimizing Performance - React](https://reactjs.org/docs/optimizing-performance.html)
 * 📖 [React image manipulation | Cloudinary](https://cloudinary.com/documentation/react_image_manipulation)
 * 📖 [Debugging React performance with React 16 and Chrome Devtools.](https://building.calibreapp.com/debugging-react-performance-with-react-16-and-chrome-devtools-c90698a522ad)
  * 📖 [Build Performant - React](https://web.dev/react/)

### Vue
 * 📖 [Vue - Useful Links|Style Guide and Performance](https://learn-vuejs.github.io/vue-patterns/useful-links/)

## Performances and CMS

### WordPress

* 🛠 [Test Your Website Speed | WordPress Hosting by @WPEngine](https://wpengine.com/speed-tool/)

#### Articles

 * 📖 [19 Tips to Speed Up WordPress Performance (Updated)](https://www.wpbeginner.com/wordpress-performance-speed/)
 * 📖 [Speed Up Your WordPress - How to Save Images Optimized for Web](https://www.wpbeginner.com/beginners-guide/speed-wordpress-save-images-optimized-web/)

#### Plugins recommended

* 🛠 [Caching Plugin for WordPress - Speed up your website with WP Rocket](https://wp-rocket.me/)
* 🛠 [WP-Sweep | WordPress.org](https://wordpress.org/plugins/wp-sweep/)
* 🛠 [Imagify Image Optimizer | WordPress.org](https://wordpress.org/plugins/imagify/)

---

## Translations

The Front-End Performance Checklist wants to also be available in other languages! Don't hesitate to submit your contribution!

* 🇵🇹 Portuguese: [fernandofawkes/Front-End-Performance-Checklist](https://github.com/fernandofawkes/Front-End-Performance-Checklist)
* 🇨🇳 Chinese: [JohnsenZhou/Front-End-Performance-Checklist](https://github.com/JohnsenZhou/Front-End-Performance-Checklist)
* 🇷🇺 Russian: [lex111/Front-End-Performance-Checklist](https://github.com/lex111/Front-End-Performance-Checklist)
* 🇫🇷 French: [WilliamDASILVA/Front-End-Performance-Checklist](https://github.com/WilliamDASILVA/Front-End-Performance-Checklist)
* 🇰🇷 Korean: [ParkSB/Front-End-Performance-Checklist](https://github.com/ParkSB/Front-End-Performance-Checklist)
* 🇪🇸 Spanish: [dagerzuga/Front-End-Performance-Checklist](https://github.com/dagerzuga/Front-End-Performance-Checklist)
* 🇻🇳 Vietnamese : [huynhan147/Front-End-Performance-Checklist](https://github.com/huynhan147/FrontEnd-Performance-Checklist)
* 🇯🇵 Japanese: [GameWith/Front-End-Performance-Checklist](https://github.com/GameWith/Front-End-Performance-Checklist)
* 🇵🇱 Polish: [mbiesiad/Front-End-Performance-Checklist](https://github.com/mbiesiad/Front-End-Performance-Checklist)
* 🇮🇷 Persian: [ms-fadaei/Front-End-Performance-Checklist](https://github.com/ms-fadaei/Front-End-Performance-Checklist)

## Contributing

**Open an issue or a pull request to suggest changes or additions.**

## Support

If you have any question or suggestion, don't hesitate to use Discord or Twitter:

* [Chat on Discord](https://discord.gg/btHQRkm)
* [Facebook](https://www.facebook.com/frontendchecklist/)
* [Twitter](https://twitter.com/thedaviddias)

## Author

**Build with ❤️ by [David Dias](https://github.com/thedaviddias)

## Contributors

This project exists thanks to all the people who contribute. [[Contribute]](.github/CONTRIBUTING.md).
<a href="https://github.com/thedaviddias/Front-End-Performance-Checklist/graphs/contributors">
    <img src="https://opencollective.com/front-end-checklist/contributors.svg?width=890" />
</a>


## Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/front-end-checklist#backer)]

<a href="https://opencollective.com/front-end-checklist#backers" target="_blank"><img src="https://opencollective.com/front-end-checklist/backers.svg?width=890"></a>


## Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/front-end-checklist#sponsor)]

<a href="https://opencollective.com/front-end-checklist/sponsor/0/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/1/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/2/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/3/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/4/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/5/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/6/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/7/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/8/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/front-end-checklist/sponsor/9/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/9/avatar.svg"></a>

## License

[MIT](LICENSE)

All icons are provided by [Icons8](https://icons8.com/)

**[⬆ back to top](#table-of-contents)**

[logo]: images/logo-front-end-performance-checklist.jpg
[html]: images/html.png
[css]: images/css.png
[fonts]: images/fonts.png
[images]: images/images.png
[javascript]: images/javascript.png
[server-side]: images/server-side.png

[low]: images/priority/low.svg
[medium]: images/priority/medium.svg
[high]: images/priority/high.svg
A finite-state machine (FSM) or finite-state automaton (FSA, plural: automata), finite automaton, or simply a state machine, is a mathematical model of computation. It is an abstract machine that can be in exactly one of a finite number of states at any given time. The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition.[1] An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition. Finite-state machines are of two types—deterministic finite-state machines and non-deterministic finite-state machines.[2] A deterministic finite-state machine can be constructed equivalent to any non-deterministic one.

The behavior of state machines can be observed in many devices in modern society that perform a predetermined sequence of actions depending on a sequence of events with which they are presented. Simple examples are vending machines, which dispense products when the proper combination of coins is deposited, elevators, whose sequence of stops is determined by the floors requested by riders, traffic lights, which change sequence when cars are waiting, and combination locks, which require the input of a sequence of numbers in the proper order.

The finite-state machine has less computational power than some other models of computation such as the Turing machine.[3] The computational power distinction means there are computational tasks that a Turing machine can do but an FSM cannot. This is because an FSM's memory is limited by the number of states it has. A finite-state machine has the same computational power as a Turing machine that is restricted such that its head may only perform "read" operations, and always has to move from left to right. FSMs are studied in the more general field of automata theory.
# Fsociety Hacking Tools Pack

[![Python2.7](https://img.shields.io/badge/Python-2.7-green.svg?style=flat-square)](https://www.python.org/downloads/release/python-2714/) 
![OS](https://img.shields.io/badge/Tested%20On-Linux%20|%20OSX%20|%20Windows%20|%20Android-yellowgreen.svg?style=flat-square) 
![Docker](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg?style=flat-square) 
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://github.com/Manisso/fsociety/blob/master/LICENSE)

A Penetration Testing Framework, you will have every script that a hacker needs. Works with Python 2. For a Python 3 version see our updated version at [`fsociety-team/fsociety`](https://github.com/fsociety-team/fsociety).

## Fsociety Contains All Tools Used in Mr. Robot Series

[![Mr. Robot](Mr._Robot_Logo.svg.png)](https://wikipedia.org/wiki/Mr._Robot)

## Menu

- Information Gathering
- Password Attacks
- Wireless Testing
- Exploitation Tools
- Sniffing & Spoofing
- Web Hacking
- Private Web Hacking
- Post Exploitation
- Contributors
- Install & Update

### Information Gathering:

- Nmap
- Setoolkit
- Host To IP
- WPScan
- CMS Scanner
- XSStrike
- Dork - Google Dorks Passive Vulnerability Auditor
- Scan A server's Users
- Crips

### Password Attacks:

- Cupp
- Ncrack

### Wireless Testing:

- Reaver
- Pixiewps
- Bluetooth Honeypot

### Exploitation Tools:

- ATSCAN
- sqlmap
- Shellnoob
- Commix
- FTP Auto Bypass
- JBoss Autopwn

### Sniffing & Spoofing:

- Setoolkit
- SSLtrip
- pyPISHER
- SMTP Mailer

### Web Hacking:

- Drupal Hacking
- Inurlbr
- Wordpress & Joomla Scanner
- Gravity Form Scanner
- File Upload Checker
- Wordpress Exploit Scanner
- Wordpress Plugins Scanner
- Shell and Directory Finder
- Joomla! 1.5 - 3.4.5 remote code execution
- Vbulletin 5.X remote code execution
- BruteX - Automatically brute force all services running on a target
- Arachni - Web Application Security Scanner Framework

### Private Web Hacking:

- Get all websites
- Get joomla websites
- Get wordpress websites
- Control Panel Finder
- Zip Files Finder
- Upload File Finder
- Get server users
- SQli Scanner
- Ports Scan (range of ports)
- Ports Scan (common ports)
- Get server Info
- Bypass Cloudflare

### Post Exploitation:

- Shell Checker
- POET
- Weeman

# Installation

## Installation [Linux](https://wikipedia.org/wiki/Linux) [![alt tag](http://icons.iconarchive.com/icons/dakirby309/simply-styled/32/OS-Linux-icon.png)](https://fr.wikipedia.org/wiki/Linux)

```bash
bash <(wget -qO- https://git.io/vAtmB)
```

## Installation

Download [Termux](https://play.google.com/store/apps/details?id=com.termux)

```bash
bash <(wget -qO- https://git.io/vAtmB)
```

Follow this video [Arif - Tech](https://www.youtube.com/watch?v=JwK5oOBjpgQ)

## Installation [Windows](https://wikipedia.org/wiki/Microsoft_Windows)[![alt tag](http://icons.iconarchive.com/icons/yootheme/social-bookmark/32/social-windows-button-icon.png)](https://fr.wikipedia.org/wiki/Microsoft_Windows)

Download Linux Bash Like [Cygwin](https://www.cygwin.com/)

Download [Python](https://www.python.org/downloads/release/python-2714/)

Use Google Cloud Console [Cloud Shell](https://console.cloud.google.com/cloudshell/editor?project=&pli=1&shellonly=true)

Or use free Ubuntu VPS [c9.io](https://c9.io/)

## [Docker](https://en.wikipedia.org/wiki/Docker_(software)) Usage ![docker logo](https://png.icons8.com/color/50/000000/docker.png)

### Dependecies

[Docker](https://www.docker.com/)

[Docker-compose](https://docs.docker.com/compose/install/)

```bash
docker-compose build
docker-compose up -d
docker-compose exec fsociety fsociety
docker-compose down # destroys instance
```

# Screenshots

[![asciicast](https://asciinema.org/a/URj2nvpbYpeJyJe43KlASZ7fz.png)](https://asciinema.org/a/URj2nvpbYpeJyJe43KlASZ7fz)

![alt logo](https://media.giphy.com/media/xT0xeFxyHAKirrLa24/giphy.gif)

# Contributors

[alexcreek](https://github.com/alexcreek)

[mswell](https://github.com/mswell)

[Ev3](https://github.com/Ev3)

[huangsam](https://github.com/huangsam)

[RyanFilho](https://github.com/RyanFilho)

[gabru-md](https://github.com/gabru-md)

[jdrago999](https://github.com/jdrago999)

[CRO-TheHacker](https://github.com/CRO-THEHACKER)

# License

[MIT Licence](https://github.com/Manisso/fsociety/blob/master/LICENSE)
A simple and easy to use library that creates fullscreen scrolling websites (also known as single page websites or onepage sites) and adds landscape sliders inside the sections of the site.
!! Feature Overview
!!! Automated update of the assets
FusionInventory acts like a gateway and collect information sent by the agents. It will create or update the information in GLPI it minimal effort from the administrator.

For now, these class of devices are supported:

* Computers
* Network devices
* Printers
* Virtual machines
* Android phone
!!! Virtual machines inventory
FusionInventory supports different virtualization mechanisms.

* VMware vCenter/ESX/ESXi
* Virtualbox
* Libvirt
* Xen
* OpenVZ/Virtuozzo
* Parallels
* LXC
* FreeBSD Jails
* HPVM
* Vserver
* Hyper-V

!!! Software deployment

You can use FusionInventory to install, update or remove software. You can also push administration scripts.

The solution can be run on any kind of operating system, espcially:

* Windows
* OS X
* Linux
*BSD
FusionInventory is designed to take care of the network bandwidth.

!!! Wake on Lan
The agent can send Wake on Lan order on its local network. By using the GLPI plugin, you can planify when computers have to be awaken and from which agent.

!! The solution main components
!!! The agent

The FusionInventory Agent is a generic multi-platform agent. It can perform a large array of management tasks, such as local inventory, software deployment or network discovery. It can be used either standalone, or in combination with a compatible server (OCS Inventory, GLPI, OTRS, Uranos, …) acting as a centralized control point.

Two of these tasks are included in agent source distribution, local inventory and wake on lan. Other tasks are distributed separatly, excepted for binary distributions where they are bundled together.

!!! The GLPI Plugin
GLPI is the Information Resource-Manager with an additional Administration Interface.

You can use it to build up a database with an inventory for your company (computer, software, printers, …). It has enhanced functions to make the daily life for the administrators easier, like a job tracking system with mail-notification and methods to build a database with information about your network-topology.

GLPI also comes with an integrated Request Tracking solution.

FusionInventory for GLPI is a plugin for GLPI.
fzf is a general-purpose command-line fuzzy finder.

It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc.

!!! Using Linux package managers
|Package Manager	|Linux Distribution	|Command|
|APK	|Alpine Linux	|sudo apk add fzf|
|APT	|Debian 9+/Ubuntu 19.10+	|sudo apt-get install fzf|
|Conda		|conda |install -c conda-forge fzf|
|DNF	|Fedora	|sudo dnf install fzf|
|Pacman	|Arch Linux	|sudo pacman -S fzf|
|pkg	|FreeBSD	|pkg install fzf|
|pkgin	|NetBSD	|pkgin install fzf|
|pkg_add	|OpenBSD	|pkg_add fzf|
|XBPS	|Void Linux	|sudo xbps-install -S fzf|
|Zypper	|openSUSE	|sudo zypper install fzf|
!! Why use this over fzf, pick, selecta, ctrlp, ...?
fzy is faster and shows better results than other fuzzy finders.

Most other fuzzy matchers sort based on the length of a match. fzy tries to find the result the user intended. It does this by favouring matches on consecutive letters and starts of words. This allows matching using acronyms or different parts of the path.

A gory comparison of the sorting used by fuzzy finders can be found in ALGORITHM.md

fzy is designed to be used both as an editor plugin and on the command line. Rather than clearing the screen, fzy displays its interface directly below the current cursor position, scrolling the screen if necessary.

!!! Installation
''macOS''

Using Homebrew

brew install fzy
Using MacPorts

sudo port install fzy
Arch Linux/MSYS2: pacman -S fzy

FreeBSD: pkg install fzy

Gentoo Linux: emerge -av app-shells/fzy

Ubuntu/Debian: apt-get install fzy

pkgsrc (NetBSD and others): pkgin install fzy

openSUSE: zypper in fzy
* [[Learning Games|]]

!!! Resources
http://nehe.gamedev.net/
https://sonniss.com/gameaudiogdc
!!! Criticism
University of Hamburg researcher Sebastian Deterding has characterized the initial popular strategies for gamification as not being fun and creating an artificial sense of achievement. He also says that gamification can encourage unintended behaviours.[139]

Poorly designed gamification in the workplace has been compared to Taylorism, and is considered a form of micromanagement.[136]

In a review of 132 of the top health and fitness apps in the Apple app store, in 2014, using gamification as a method to modify behavior, the authors concluded that "Despite the inclusion of at least some components of gamification, the mean scores of integration of gamification components were still below 50 percent. This was also true for the inclusion of game elements and the use of health behavior theory constructs, thus showing a lack of following any clear industry standard of effective gaming, gamification, or behavioral theory in health and fitness apps."[67]

Concern was also expressed in a 2016 study analyzing outcome data from 1,298 users who competed in gamified and incentivized exercise challenges while wearing wearable devices. In that study the authors conjectured that data may be highly skewed by cohorts of already healthy users, rather than the intended audiences of participants requiring behavioral intervention.[140]

Game designers like Jon Radoff and Margaret Robertson have also criticized gamification as excluding elements like storytelling and experiences and using simple reward systems in place of true game mechanics.[141][142]

Gamification practitioners[143][144] have pointed out that while the initial popular designs were in fact mostly relying on simplistic reward approach, even those led to significant improvements in short-term engagement.[145] This was supported by the first comprehensive study in 2014, which concluded that an increase in gamification elements correlated with an increase in motivation score, but not with capacity or opportunity/trigger scores.[67][146]

The same study called for standardization across the app industry on gamification principles to improve the effectiveness of health apps on the health outcomes of users.[67]

MIT Professor Kevin Slavin has described business research into gamification as flawed and misleading for those unfamiliar with gaming.[147] Heather Chaplin, writing in Slate, describes gamification as "an allegedly populist idea that actually benefits corporate interests over those of ordinary people".[148] Jane McGonigal has distanced her work from the label "gamification", listing rewards outside of gameplay as the central idea of gamification and distinguishing game applications where the gameplay itself is the reward under the term "gameful design".[149]

"Gamification" as a term has also been criticized. Ian Bogost has referred to the term as a marketing fad and suggested "exploitation-ware" as a more suitable name for the games used in marketing.[150] Other opinions on the terminology criticism have made the case why the term gamification makes sense.[151]

In an article in Forbes Magazine, Fredrick E. Allen has assigned "Electronic Whip" for the attempts done in Disneyland to keep worker engaged to their work.[152] Workers had reported feelings similar to slavery behaviors and whipping sense.
* [[Open Source Games|]]
* https://www.borjamorales.com/3d-piano-player/
* https://en.wikipedia.org/wiki/Dungeons_&_Dragons
*https://pcsx2.net/
* EmpireEarth
*https://arsyi88.blogspot.com/2015/05/kumpulan-game-pc-komputer-atau-laptop.html
*http://anggajr99.blogspot.com/2018/03/game-pc-highly-compressed.html
*https://par30games.net/pc/compact/page/60/
*https://www.downloadha.com/

<<list-links "[tag[Gaming]sort[title]]">>
*https://sourceforge.net/projects/gammu/
*https://wammu.eu/
https://sourceforge.net/projects/ganib/
Gantry 5 was made from the ground up to make life easier for both the developer and the user. Themes made with Gantry 5 share a consistent user experience, reducing the learning curve for both parties. So, whether you are managing one site or fifty, the process for managing your theme is the same no matter how many different themes you use.

In particular there is a focus on using a GUI to design your site rather than having to code everything by hand. A lot of options can be changed in the administration area of the Template Framework and for the more adventurous or web developers amongst you there is a lot of scope to alter styling and other things because Gantry is based on a text file configuration (YAML) and editing these text files is easy.

Gantry 5 is really easy to use. It has drag-and-drop functionality that enables you to dramatically change the layout of your site in seconds without ever having to even touch your keyboard. Gantry is a theming framework.

http://gantry.org/
Gatsby is a free and open source web framework based on React that allows you to build blazing fast websites and apps. It offers the latest web technologies, such as React.js, Webpack, modern JavaScript, CSS and more to help you build really fast websites. A Progressive Web App generator, it’s fast in every way that matters.

''The hardest parts of the web, made simple''

Performance. SEO. Security. Integrations. Accessibility. We’ve got it covered for you. Gatsby makes the hardest parts of building an amazing digital experience simple, leaving you more time focusing on your business.

!! Features
* Create high-quality, dynamic web apps, from blogs to e-commerce sites to user dashboards
* Use a modern stack for every site
* Pulls in data from any data source
* Automates code splitting, image optimization, inlining critical styles, lazy-loading, and prefetching resources, and more
* Host at scale for pennies
* Equipped with the power of the latest web technologies
* Internet Scale
* Plugins and starters
A collection of open source, well designed, highly customizable and 100% free Gatsby themes for blazing fast sites.
<<list-links "[tag[GDebi]sort[title]]">>
Checking/Installing GDebi Package Installer:



```
which gdebi
```

If Not there then:



```
sudo apt-get install gdebi gdebi-core
```

If Got “User is Not in Sudoers file” then see: How to Enable sudo
Gecode is an open source C++ toolkit for developing constraint-based systems and applications. Gecode provides a constraint solver with state-of-the-art performance while being modular and extensible.
This plugin is based on the great tool adminer. The main advantage of this plugin is, it can handle different types of database. So it works with MySQL/MariaDB, PostgreSQL, Oracle and MSSQL.
A local Moodle Module adding Analytics. This plugin currently supports 3 Analytics modes, Piwik, Google Universal Analytics and Google Legacy Analytics.
Dropout Detective™ identifies students that are most at risk of dropping out of or failing courses.
A local plugin which automatically assigns enrolled users on a course into groups dependant upon information within their user profile. (Now with custom profile field support - called User Info Field in settings.) This plugin will create, update, and delete groups automatically to match the users on your course. All behaviour is event-driven and so will occur within page loads. The system can also monitor manual group setting changes and moderate them to ensure that groups are kept neat and tidy.
Moodle plugin which tries to overcome some fixed appearance behaviours of Boost's nav drawer in a clean way
Moodle plugin which provides the possibility to bulk enrol a list of users who are identified by their e-mail adresses into a course.
A tool for developers that helps them follow Moodle's coding style.
Automatically adds users into auto-created cohorts, with names that derived from users' profile fields.
Automatically synchronize cohort members into system roles.
This local plugin allows site administrators to create "template" courses which will be restored into new courses on course creation.
This blocks allow to select some courses to be displayed on front page. It is also possible to set sort order.
With this plugin you can easily create courses based on course templates. The plugin also can be used to easily duplicate courses
This plugin allows an admin to create a Custom Security Policy (CSP) in both reporting mode and enforcing mode. A simple use case is to detect and cleanup issues with non secure content after a migration from http to https, through to advanced policies to mitigate from XSS attacks.
Plugin helps to disable Right Click(Context Menu), Cut, Copy, Paste and developer tools.
The Download Center plugin (local/downloadcenter) enables all users to download all files, folders as well as all documents of student folders of an entire course as a ZIP archive with a clear folder structure.
Tool to package (into downloadable files) and deploy sets of Moodle plugins, settings, language packs and language customizations
Import the contents of a Microsoft Word file (in '.docx' format) into a glossary, splitting it into terms based on the heading styles. The file can be from either Microsoft Word or LibreOffice. Also supports exporting glossaries to Word format, for round-trip editing.
IntelliBoard provides analytic and reporting services to education communities and institutions that use Moodle as their Learning Management System.
This plugin allows lesson modules to be exported to PDF documents with optional protection.
Moodle plugin which shows the Moodle maintenance announcement even if there is no full page load
A tool to all teachers to enrol existing users to their courses using CSV files (without bothering the admins)
Automatically synchronize groups from child courses into meta-courses.
Supports all features added to the latest Moodle App releases

Local plugin for adding new features to the current Moodle Mobile app.

THIS PLUGIN IS NOT NECESSARY FOR MOODLE 3.5 ONWARDS
Motrain and Mootivated are personalized motivational platforms that reward employee/student effort for learning in Moodle. Virtual coins are awarded for working in Moodle and they can be spent at the discretion of the user.
The Open LMS Framework offers enhanced functionality for Moodle plugin development. It is required by several of the plugins that have been open sourced by BlackBoard. For more information, see https://docs.moodle.org/dev/Blackboard_Open_LMS_Framework
This plugin is to enable Custom pages and forms in Moodle. It provides a quick way to create custom contact forms and custom page content. The pages created can be publicly accessed or available to certain users based on settings you choose for the page. This allows you to create pages such as: "terms and conditions", marketing material and more.
Moodle plugin which lets admins manage cohort memberships based on users' custom profile fields
This plugin adds course level settings for recompletion - clearing all course and activity completion for a user based on the duration set notifying the student they need to return to the course and recomplete it.
This plugin will automate sending reminders for calendar events.
This Moodle plugin allows a teacher to notify course students by internal messaging when a new resource/activity is created or modified into a course.
Moodle plugin which programatically restores courses to predefined course states. It can be used to provide playground moodle courses which will be cleaned periodically.
Moodle plugin which checks for unsent user input in the browser and keeps the user session alive as long as needed to prevent that user input which is sent to the server after the user session has expired will be lost
SmartKlass™ is a Learning Analytics dashboard for Institutions, Teachers and Students. Its Free! View different info from analytics about Course Performance to LMS Activity / Usage. Individual, Collaborative work & Results, Course evolution and more on a daily basis. We use xAPI 1.0 especification (aka Tin Can API) to collect user interaction with the platform. Our technology analyzes the statements collected using machine learning algorithms and builds dashboards analysis with consolidated user information.
It is designed to deliver static HTML documents, enriched with Moodle layout and navigation as a standard Moodle page which exist outside any course. Static pages will be available on catchy URLs like http://www.yourmoodle.com/static/faq.html and can be linked from Moodle HTML blocks, from your Moodle theme footer and so on.

Using this plugin, you can create information pages within moodle, but without misusing a whole course just for showing a textbox. It is not meant as a fully featured content management solution, especially as you have to work with raw HTML, but it is quite handy for experienced admins for creating some few static pages within Moodle.
Use this local plugin to import user enrollments and group assignments from a delimited text file into the course. New user accounts will not be created, so each of the users listed in the input file must already have an account set up in the site.
Create customized dashboard with multi columns or tiled look for all employees or different ones for each departments!
Adding WebHook features to the Moodle system.
Wiris Quizzes local plugin implements a thin wrapper for Wiris Quizzes question types. Wiris Quizzes plugin declares all the necessary dependencies for Wiris Quizzes question types.
Yeoman WordPress Plugin Generator
https://sourceforge.net/projects/geoserver/
GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards: WMS, WFS, WCS, WPS and REST
GeoTools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data.

GeoTools is an Open Source Geospatial Foundation project.

The GeoTools library data structures are based on Open Geospatial Consortium (OGC) specifications.

!! Features
* Definition of interfaces for key spatial concepts and data structures
* Open plug-in system allowing additional formats. Plugins supplied for raster, database and geospatial file formats.
* Includes extensions provide additional capabilities using the spatial facilites of the core library. Extensions provide graph and networking support (for finding the shortest path), validation, a web map server client, bindings for xml parsing and encoding and style generation
* Clean data access API supporting feature access, transaction support and locking between threads
* Vector support for app-schema, arcsde, csv, dxf, edigeo, excel, geojson, org, property, shapefile, wfs
* Spatial Database Support db2, h2, mysql, oracle, postgis, spatialite, sqlserver
* Raster plugins for arcsde, arcgrid, geotiff, grassraster, gtopo30, image (JPEG, TIFF, GIF, PNG), imageio-ext-gdal, imagemoasaic, imagepyramid, JP2K, matlab
* Powerful schema assisted parsing technology using XML Schema to bind to Java objects.
* XML Bindings for parsing/encoding xsd-core (xml simple types), fes, filter, gml2, gml3, kml, ows, sld, wcs, wfs, wms, wps, vpf.
* Rendering engine configured with OGC Standard Style Layer Descriptor files. Renderer is stateless, allowing low memory use particularly useful in server-side environments.
* Referencing using ESPG Database
* OGC Standards Support SLD/SE,Simple Feature,Grid Coverage, Filter/CQL,WMS,WFS,WPS, KML
GeoWebCache is a tiling server. It runs as a proxy between a map client and map server, caching (storing) tiles as they are requested, eliminating redundant request processing and thus saving large amounts of processing time. GeoWebCache is integrated with GeoServer, though it is also available as a standalone product for use with other map servers.
An automated, Web based IP address management (IPAM) software. It features powerful search and filter functions for both networks and host, as well as many tools (e.g. a subnet calculator) helping Administrators to plan and handle complex IP networks

!!! Features
* Easy script based installation
* Integration with Microsoft DNS by secure dynamic DNS updates
* Web form to migrate from spreadsheet based IP management
* Integrated VLAN management
* Integrated lease and dial-up line management
* Network and VLAN discovery
* Support for multiple clients with overlapping networks
* Automatic update of the networks against DNS/OCS InventoryNG/via SNMP
* Customizable columns for network and host list views
* DNS zone file generator for forward and reverse zones (BIND and tinydns)
* Supports full IP life cycle
* Tools to split/join/scaling up/scaling down networks
* Shows free network ranges
* Integrated subnet calculator
* Auditable
* Well documentated
* Full IPv4/IPv6 support
* Commercial support available

<<<
The #1 headless Node.js CMS for professional publishing
<<<


Ghost was founded in April 2013, after a very successful Kickstarter campaign to create a new platform focused solely on professional publishing. Our mission is to create the best open source tools for independent journalists and writers across the world, and have a real impact on the future of online media.

Today Ghost powers an incredible range of websites; from individual bloggers who are just getting started, to large teams of writers and editors at some of the largest organisations in the world. We've built a sustainable business around a free core application, funded by a premium platform as a service to run it on.
GISVM is a free(dom) and ready to use anywhere Geographic Information System Virtual Machine.

!! GISVM OpenGeo suite
Your free OpenGeo suite server companion, based on Boundless Geospatial enterprise solution for web mapping. A complete geospatial platform for managing data, building maps and applications across web browsers, desktops and mobile devices. Publish your data using WMS and WFS

!! GISVM Geoserver
Your free Webmap Server companion based on the powerful Geoserver solution. It can publish data using WMS and WFS web map services from any data source, including the provided geospatial database server (PostgreSQL+PostGIS).

!! GISVM PostGIS
Your free Geospatial Database Server companion, based on PostgreSQL and PostGIS server software. It’s a ready to use and lightweight virtual machine, based on Ubuntu Server LTS, that runs in the background. It offers you PostgreSQL/PostGIS, a free geospatial database


!! What is Gitfs
Gitfs is a fuse file system that fully integrates with git

!! Welcome to gitfs
gitfs is a FUSE file system that fully integrates with git. You can mount a remote repository’s branch locally, and any subsequent changes made to the files will be automatically committed to the remote.

!! What’s its purpose?
gitfs was designed to bring the full powers of git to everyone, irrespective of their experience using the tool. You can mount any repository, and all the changes you make will be automatically converted into commits. gitfs will also expose the history of the branch you’re currently working on by simulating snapshots of every commit.

gitfs is useful in places where you want to keep track of all your files, but at the same time you don’t have the possibility of organizing everything into commits yourself. A FUSE file system for git repositories, with local cache.

!! Features
* Automatically commits changes: create, delete, update files and their metadata
* Browse through working index and commit history
* Merges with upstream by automatically accepting local changes
* Mounts the file system as a user or a group
* Caching commits reduces the memory footprint and speeds up navigation
* Reduces the number of commits by grouping pushes
Jump to the PHP Manual from the php functions and classes on your GitHub source codes and discussion.
This Chrome Extension allows you to jump to the PHP Manual from php functions and classes on your GitHub source codes and discussion.

This Chrome extension published on GitHub repository.
https://github.com/memory-agape/github-php-function-jumper
# GlobalSearch
[![Version](https://img.shields.io/github/release/rookiestyle/globalsearch)](https://github.com/rookiestyle/globalsearch/releases/latest)
[![Releasedate](https://img.shields.io/github/release-date/rookiestyle/globalsearch)](https://github.com/rookiestyle/globalsearch/releases/latest)
[![Downloads](https://img.shields.io/github/downloads/rookiestyle/globalsearch/total?color=%2300cc00)](https://github.com/rookiestyle/globalsearch/releases/latest/download/GlobalSearch.plgx)\
[![License: GPL v3](https://img.shields.io/github/license/rookiestyle/globalsearch)](https://www.gnu.org/licenses/gpl-3.0)

Keepass offers a variety of powerful search functions, unfortunately none of them performs a search in all currently open databases.

GlobalSearch is a KeePass plugin that uses the built-in search functions to search in all open databases.  
The database containing a found entry will be shown as an additional column in the result.

If only one database is open, it will simply use the standard KeePass search function.
If more then one databases are open, it will search in all of them and will show you all entries in all open databases that match your search criteria.

Currently covered search functions:
- Find... (who would have thought that...)
- Last Modified Entries
- Large Entries
- Duplicate Passwords
- Similar Passwords (Pairs)...
- Similar Passwords (Clusters)...
- Password Quality...
- Expired entries

# Table of Contents
- [Configuration](#configuration)
- [Usage](#usage)
- [Translations](#translations)
- [Download and Requirements](#download-and-requirements)

# Configuration
GlobalSearch integrates into KeePass' options form.
[img[GlobalSearch1.jpg]]

The upper part lets you chose which search functions shall be enhanced.  
GlobalSearch will perform a search in all open databases if both criteria are met:
- More than one database is opened
- The corresponding option in GlobalSearch's configuration is active

The lower part will show additional information if a search returned results from multiple databases.

# Usage
Global Search will perform the search in all open databases.  

KeePass as well as many of the available plugins assume that all entries shown in the entry list are contained in the currently active database.  
To not break compatibility and to avoid inconsistencies like flagging the wrong database as changed, Global Search will behave as follows:

If 'Find...' returns only entries from exactly one database, this database will be activated and the search results will be shown as usual.

If a search returns results from multiple databases, the results will be shown in a separate window. 
Selecting an entry will
- Activate the selected entry's database
- Show all found entries in the entry list, that are contained in this database


## Example 1 - Result from a search triggered with *Find...*
[img[GlobalSearch2.jpg]]
[img[GlobalSearch3.jpg]]

## Example 1 - Result from a search for duplicate passwords
[img[GlobalSearch4.jpg]]

# Translations
GlobalSearch is provided with English language built-in and allow usage of translation files.
These translation files need to be placed in a folder called *Translations* inside in your plugin folder.
If a text is missing in the translation file, it is backfilled with the English text.
You're welcome to add additional translation files by creating a pull request as described in the [wiki](https://github.com/Rookiestyle/GlobalSearch/wiki/Create-or-update-translations).

Naming convention for translation files: `<plugin name>.<language identifier>.language.xml`\
Example: `GlobalSearch.de.language.xml`
  
The language identifier in the filename must match the language identifier inside the KeePass language that you can select using *View -> Change language...*\
This identifier is shown there as well, if you have [EarlyUpdateCheck](https://github.com/rookiestyle/earlyupdatecheck) installed.

# Download and Requirements
## Download
Please follow these links to download the plugin file itself.
- [Download newest release](https://github.com/rookiestyle/globalsearch/releases/latest/download/GlobalSearch.plgx)
- [Download history](https://github.com/rookiestyle/globalsearch/releases)

If you're interested in any of the available translations in addition, please download them from the [Translations](Translations) folder.
## Requirements
* KeePass: 2.41
* .NET framework: 3.5




GLPI stands for Gestionnaire Libre de Parc Informatique is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing.

!!! GLPI features:

* Inventory of computers, peripherals, network printers and any associated components through an interface, with inventory tools such as: FusionInventory or [[OCS Inventory]]
* Data Center Infrastructure Management (DCIM)
* Item lifecycle management
* Licenses management (ITIL compliant)
* Management of warranty and financial information (purchase order, warranty and extension, damping)
* Management of contracts, contacts, documents related to inventory items
* Incidents, requests, problems and changes management
* Knowledge base and Frequently-Asked Questions (FAQ)
* Asset reservation
GLPI Plugin
Beautiful email templates accessible directly from Gmail. Import templates from Mailchimp, or make your own - with team sharing!
Create and share beautiful email templates! With this Chrome extension, you can: 

1) Copy someone's email template by clicking on a button from any email that you received in your inbox
2) Select any template from our free library of pre-designed email templates
3) Use our intuitive email design creator to create your own email (equipped with free stock photos!)
4) Use our HTML editor in cases where you know how to code in HTML 
5) Upload your own email templates from Mailchimp
6) Share your email templates with your team 
7) Access and send your email templates from your mobile phone  

!!! Great for:
* ✅ Newsletters
* ✅ Discount sales
* ✅ Party invitations
* ✅ Congratulations
* ✅ Holiday greetings
* ✅ Event emails (like when you need to send a client a reminder to pay their bill)
* ✅ Common email responses (like asking a potential customer to fill out an intake form, troubleshooting instructions, etc) 

Open a template directly in your Gmail email compose window. Once you’ve personalized your template you’ll be able to send it out like any other email in Gmail.

The email templates library is FREE and we’re adding new templates all the time.  

📲 Do you also want to access your email templates on your mobile phone? Just install our mobile add-on and send your email template responses while on-the-go: https://workspace.google.com/marketplace/app/email_templates_by_cloudhq/183322770515
[[https://github.com/Genymobile/gnirehtet|]]
This extension provides integration with GNOME Shell and the corresponding extensions repository https://extensions.gnome.org
You MUST install native connector for this extension to work.

For Arch Linux there is a PKGBUILD available in the AUR: https://aur.archlinux.org/packages/chrome-gnome-shell-git

For Debian, Fedora, Gentoo and Ubuntu you can install package named "chrome-gnome-shell".

You also can install connector manually. See https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation for install instructions.
Gnome Subtitles is a subtitle editor for the GNOME desktop. It supports the most common text-based subtitle formats, video previewing, timings synchronization and subtitle translation.

Go For It! is a simple and stylish productivity app, featuring a to-do list, merged with a timer that keeps your focus on the current task.
*https://github.com/avelino/awesome-go
*https://github.com/gohugoio/hugo
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
* The main goals for introducing native VHD boot are to:

* Deploy a single image type in virtual and physical infrastructures.

* Manage virtual and physical infrastructures by using a single set of tools.

* Deploy operating systems to new computers in a rapid manner.

* Enable computers to boot from more than one operating system (multiboot or dual-boot) without requiring separate partitions.

* Create a system that has the flexibility of a virtual environment (such as running the Hyper-V role) but uses physical hardware.
Gocryptfs, like VeraCrypt, offers you a virtual filesystem, so the encryption is happening in the background and doesn't interfere with your workflows. It doesn't support Windows (only Linux and Mac), but that might be enough for some users, and there is a third party client for Windows ([[cppcryptfs|cppcryptfs]]). As opposed to VeraCrypt, it doesn't store your files in one big container file, but encrypts your files individually. For each of your files, there is an encrypted version in your Dropbox. This solves the problem we described for VeraCrypt.

Gocryptfs
When you change a small file, only that small file has to be re-uploaded and when you modify different files on different computers at the same time, they modify different encrypted files in the Dropbox and the Dropbox client is able to handle that. However, that is also a disadvantage. Since there is an encrypted file for each of your files, a hacker can exactly see how many files you have, how large each file is and how they are structured into directories. This might not be a problem for some applications, but it can be a problem faster than you would think at first. Say they see that you have a lot of folders with about 20 files each and each file has about 3 megabyte, then they can say with fair certainty that you are storing a music CD collection there. Or say you store an illegal copy of a current Windows installation CD (not that we recommend that), the police could ask your cloud provider to hand over your encrypted files and they could analyze them. When the number of files, file sizes and directory structure match the CD, they know you're storing it. The same thing is also an issue for watermarking attacks, which we will not explain in detail here. There are alternatives to gocryptfs that are not vulnerable to these attacks and also hide your file sizes, metadata and directory structure.

Gocryptfs uses GCM cipher mode. This means it doesn't only protect confidentiality, i.e. against adversaries reading your files, but also integrity, i.e. against adversaries modifying your files without you noticing it. The same restriction mentioned for confidentiality also applies for integrity though. It only ensures that the file contents you're reading were at some point written by you. Attackers can change directory structure, add or delete files or folders, re-add files deleted earlier by you, replace files with earlier versions of themselves or replace their content with the content of other files, or earlier versions of those other files, and you wouldn't necessarily notice any of that. The alternatives mentioned above do also protect against these kinds of attacks.
The Go programming language is an open source project to make programmers more productive.

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
Windows ssh network drive
* https://github.com/goldendict/goldendict
* http://goldendict.org/
Goldilocks is a utility that can help you identify a starting point for resource requests and limits.
An async Python library to automate solving ReCAPTCHA v2 by images/audio using Mozilla's DeepSpeech, PocketSphinx, Microsoft Azure’s, Google Speech and Amazon's Transcribe Speech-to-Text API. Also image recognition to detect the object suggested in the captcha. Built with Pyppeteer for Chrome automation framework and similarities to Puppeteer, PyDub for easily converting MP3 files into WAV, aiohttp for async minimalistic web-server, and Python’s built-in AsyncIO for convenience.

!!! Features
* solver recaptcha v2
* asynchronized Python library
* solving by images or audio
* bypass captcha google
* free bypass captcha
Self hosted project management and collaboration tool powered by TALL stack.

Self hosted project management and collaboration tool inspired by basecamp.
Google Map Gps Cell Phone Tracker has a responsive design using twitter bootstrap! Google Map Gps Cell Phone Tracker includes clients for IOS, Android, Windows Phone and Java Me/J2ME cell phones.

The project allows you to track cell phones periodically. For instance, every minute or every five minutes. With Google Map Gps Cell Phone Tracker, you can watch the cell phone being tracked in real time and you can store and reload routes easily.

With Google Map Gps Cell Phone Tracker, you have the choice of two server stacks. Either using asp.net and Sql Server or using php and mySQL, postgreSQL or Sqlite. Both are included in the same download but you only need to use one.
40 new features for Google Meet such as mute all, remove all, auto admit, emojis, mirror videos, background color, and push to talk!
Meet Enhancement Suite improves the Google Meet experience with a set of over 40 features and smart defaults.

Join over 300,000 remote workers who are using Meet Enhancement Suite to make their work from home lives easier.

!!! BASIC FEATURES
* • Push to Talk: quickly mute and unmute yourself with the press of a key
* • Auto Join: skip the join screen and get straight to the meeting 
* • Auto Join with Participants: automatically join the Meet only if participants are present
* • Quick Leave: quickly leave a hangout by pressing Shift + K
* • [NEW] Return to home screen on leave: automatically returns you to the Meet home screen after leaving a Meet
* • Leave Confirmation: asks to confirm when you try to leave a meeting
* • Always Play Chimes: always hear chime sounds when participants join and leave, or a when a new chat message is received
* • Open Meet links in desktop app: automatically open Google Calendar Meet links directly in our Google Meet desktop app
* • Quick Start: quickly start a new Google Meet with the click of a button
* • Set Background Color: set custom background color for your Meet
* • Auto Captions: automatically enable captions on calls
* • Auto Mute: auto mute microphone on join
* • Auto Video Off: set video to off on join 
* • Pin Bottom Bar: pins the control bar to the bottom of the screen
* • Participant Video Style: show or hide participant names and speaking icons

!!! PRO FEATURES
* • Auto Record: automatically start recording the Meet when you join (requires Google Workspace plan)
* • Sort Participant List: adds toggle to sort the participant list by last name
* • Meet Attendance: collect attendance of participants / students who attended your meeting and export to a CSV
* • Auto-Unmute: stop others from muting your mic
* • Speaker Highlight: adds a colored border around speaking participants 
* • Find Active Meet Tab: click the extension icon to find the active Meet tab
* • Quick Emoji Reactions: adds quick emoji shortcuts to the chat window
* • Meeting Timer: displays a meeting timer in top menu bar
* • Toggle Bottom Bar: toggle the bottom control bar to appear or disappear
* • Mirror Videos: mirror all videos in the Meet
* • Auto Admit New Entrants: automatically admit all new entrants (see FAQ below for more details)
* • Auto Deny New Entrants: automatically denies all new entrants (see FAQ below for more details)
* • Mute All: mute all participants in a Meet with a single click (see FAQ below for more details)
* • Remove All: remove all participants in a Meet with a single click (see FAQ below for more details)
* • Do Not Disturb Mode: remain focused muting all Meet sounds, and hiding new comments and participant pop-ups
* • Picture-in-Picture: view a participants video in a hovering video on top of your screen
* • Dark Mode: give your eyes a rest by turning Google Meet into dark mode.
* • Hotkey Editing: customize your push-to-talk hotkey
* • Hide "Add Others" pop-up: hides "Add Others" pop-up when joining a Meet
* • Auto Pin Chat: automatically open and pin the chat every time you join a Meet
* • Transparent Bar: make the bottom bar transparent so it doesn't cut off participants videos
* • Auto Hide Top Bar: hides away the top menu bar when the bottom bar disappear
* • Auto Copy Meet URL: automatically copy Meet URL to clipboard
* • Auto-Full Screen on Presentation: automatically sets your Meet window to full-screen when someone begins presenting
* • Hide Mute Pop-up: hides the "Are you speaking" pop-up from appearing when muted
* • Display Clock: always display the clock in the top right hand corner of Google Meet
Hold <space> in Google Meet to talk instead of fumbling around trying to mute and unmute
Simple add-on that allows you to mute and unmute yourself with a key press instead of fumbling around trying to click the icon. Now works in Google Meet *and* Zoom web client! 

BONUS: Webinars are now one click easy to record! When viewing a webinar page a RECORD button will be available making it a snap to record the webinar and have the video sent to you afterwards. Never miss another webinar!

This software is provided by Zoomcorder.com where you can record any Zoom or Google Meet without attending and get a video sent to watch later.


* 🎉  Click the "Add to Chrome"  button over that way ⤴️(reload your Meet tab if you have one open)


* 🔕  Mute/unmute: Quick push <space>

* 🔈 Hold <space> (default) to talk, release to go back to mute

* ⌨️  Configure your own hotkey if you don't like <space>

* 📣  Mute will be on by default, but you can disable that feature in settings
*🗂  Mute from any tab by pushing <ctrl> + <space>

!!! 🤔 PURPOSE
 Bring sanity to Google Meetings (and now Zoom too!) by insuring you're transmitting audio only when you're intending to and one click easy to record webinars. 

🕵️‍♀️ PRIVACY POLICY
  We don't store your data, period.
Record & Transcribe Google Meet
Record Google Meet closed captions with Scribbl.  

This extension will detect when you are on a meeting and create a Google Doc for you, inserting the captions from your meeting.

After your meeting is finished, your document will open up in a new tab.
Send emojis, Text Overlay, Cam Effects and layout tweaks in Google Meet + record meetings with Zoomcorder
😇 Publish emojis and text messages on your webcam so other meeting attendees can see them. The emojis and text appear on top of your video making them visible to all attendees - even if chat is off during the meeting. Change them anytime during a meeting to convey a message or mood. Advanced video controls give you pinpoint control of your webcam to add the focus to just the part of your video you desire or create any desired special effect.

Includes some options to enhance your meeting by transforming participant names, hide participants without video, hide selected participants from your grid. 

BONUS: Adds a record button to webinars making it 1-click easy to record a webinar without attending them meeting and getting a recording sent to you. 

 🎉  Click the "Add to Chrome"  button in the upper right corner ⤴️, then open/reload a Meet or Zoom tab and get immediate access to these new features in a drawer in the lower left hand corner of the screen.

This software is provided by Zoomcorder.com where you can record any Zoom or Google Meet without attending and get a video sent to you to watch later. 

The text overlay will auto-adjust to fit the size of your webcam. Use blank lines (the return key) if you want to move the text down on the webcam. 

Right click to open the emoji selector to insert emojis over your webcam display. 

!!! Have fun or get professional using the advanced camera controls: 
* · Rotate
* - Scale
* - Mirror 
* - Flip
* - Letterbox (black on sides)
* · Pillarbox (black on top/bottom)

!!! Professional lighting and color adjustments to customize your look for any mood or occasion:
* · Exposure & Contrast
* · Temperature & Tint
* · Hue & Saturation
* · Sepia & Blur
* · Fade & Vignette
Discover webpages similar to the page you're currently browsing.
Discover webpages similar to the page you're currently browsing.
Enjoying the page you're looking at and interested in other similar pages?  Trying to find more pages about a topic you're researching, but having a hard time coming up with the right query on Google?  Google Similar Pages can help!

Now you can quickly preview and explore other pages that are similar to the one you are browsing -- on the fly.

When you click the Similar Pages button, your browser will send a search query to Google to see if there are any similar pages for the page you are viewing.  The data related to the query will be handled as described in Google's privacy policy (http://www.google.com/privacypolicy.html).
Google2SRT allows you to download, save and convert multiple subtitles and translations from YouTube and Google Video to SubRip (.srt) format, which is recognized by most video players. You can download XML subtitles or simply type video's URL, Google2SRT will do the rest.

!!! Features
* Download YouTube subtitles - Closed Captions (CC)
* Convert YouTube subtitles to SRT (SubRip)
* Download YouTube subtitle translations
* Download YouTube ASR (Automatic Speech Recognition) subtitles and their translations
* Download multiple YouTube subtitles and translations at once
* Proxy support
https://sourceforge.net/projects/gophish.mirror/
gowitness is a website screenshot utility written in Golang, that uses Chrome Headless to generate screenshots of web interfaces using the command line, with a handy report viewer to process results. Both Linux and macOS is supported, with Windows support mostly working.

Inspiration for gowitness comes from Eyewitness. If you are looking for something with lots of extra features, be sure to check it out along with these other projects.
* [[https://en.wikipedia.org/wiki/GPT-3]]
The gradereport gradedist module allows for viewing the distribution of student grades for a course regarding the current grade letter boundaries as well as changing these to shift the distribution.
Site Wide grader reports on one page with the ability to filter by course category / course. No editing functionality.
This plugin provides users with the most important part of an exam/quiz, i.e, analytics. Every attempt each user make on a quiz is scrutinised and relevant data are portrayed via visually appealing graphs.
The course completion overview report is a simple reporting tool based on the existing course completion report. This plugin allows the Moodle Admin and system level Managers to view course completion tracking information from a centralised location rather than having to access each course individually.
Advanced grading form allowing multiple graders for assignments
Check your texts for spelling and grammar problems everywhere on the web

* ★ Finds many errors that a simple spell checker cannot detect
* ★ No registration needed
* ★ Supports more than 25 languages (see below)
* ★ Works on almost any website including Gmail, Facebook, Twitter

With this extension you can check text with the free style and grammar checker LanguageTool. LanguageTool finds many errors that a simple spell checker cannot detect, like mixing up there/their, a/an, or repeating a word, and it can detect some grammar problems. It supports more than 25 languages, including English, Spanish, French, German, Polish, and Russian.

LanguageTool is designed with simplicity in mind. It instantly checks the spelling and grammar of any text in the current text field. LanguageTool is compatible with almost all text, regardless of source, including social networks such as Twitter or LinkedIn and online e-mail services, such as Gmail. Very few sites like chrome.google.com currently aren't supported.

With LanguageTool our aim is to give users a fully-featured grammar checker and proofreader that will enable them to have control and confidence over their content. While LanguageTool is a vital extension for non-native speakers, it’s also smart enough to recognize many mistakes that native speakers commonly make. This grammar and spelling correction works across all variations of common language; distinguishing between U.S. and British English, for instance. LanguageTool also features a personal dictionary for exceptions or words that you might commonly use but that are not found in a conventional dictionary. LanguageTool will recognize these words in future grammar checking and proofreading.

LanguageTool works for many languages - unlike Grammarly (a.k.a. Grammerly :-), Ginger, and ProWritingAid.

Your privacy is important to us: By default, this extension will check your text by sending it to https://languagetool.org over a securely encrypted connection. No account is needed to use this extension. We don't store your IP address. See https://languagetool.org/privacy/ for our privacy policy.

Please send bug reports or questions to https://forum.languagetool.org

List of supported languages: English (Australian, Canadian, GB, New Zealand, South African, US), French, German (Austria, Germany, Swiss), Asturian, Belarusian, Breton, Catalan (also Valencian), Chinese, Danish, Dutch, Esperanto, Galician, Greek, Italian, Japanese, Khmer, Persian, Polish, Portuguese (Brazil, Portugal, Angola, Mozambique), Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Tagalog, Tamil, Ukrainian, Arabic
GraphQL stands for Graph Query Language. Graph, meaning "Application Data Graph". So, GraphQL is a specification for a Query Language for interacting with API data as a data graph.
Adds a button to use a grid layout in Google Meet™.
Grid View for Google Meet

This extension helps to adds a button to use a grid layout in Google Meet. 
This extension adds a button to the top right bar (next to chat & participant list) to enable grid-view in Google Meet. Grid view gives every participant an equal sized video for use in meetings without a primary speaker 
(such as working from home silent meetings ).

This extension forcibly loads every participant's video camera, when grid view is enabled and may cause performance issues in extremely large meetings .

Includes a variety of options to enhance your meeting: include your own video, highlight who is speaking, and hide participants without video!

To begin using this extension, here is what you need to do

Install the Software Extension
Go inside a Google Meet meeting.
Click on the extension icon when you are IN the meeting to activate our extension.
Grid.js is a Free and open-source JavaScript table plugin. It works with most JavaScript frameworks, including React, Angular, Vue and VanillaJs.
Groceries Organic Store is a responsive Bootstrap 4 Ecommerce Template. It provides you with a collection of ready to use some pages. You can use and customize this template as you want.

!! Built With
* O2System UI
* Bootstrap
* Popper.js
* jQuery
* Pace - website preloader
* Owl Carousel
* Cloud Zoom
* Sass/SCSS
* Font Awesome 5
Grocery CRUD is a PHP Codeigniter Framework library that creates a full functional CRUD system without the requirement of extra customisation to the JavaScripts or the CSS to do it so.


http://www.grocerycrud.com/
ERP beyond your fridge
grocy is a web-based self-hosted groceries & household management solution for your home
* https://sourceforge.net/projects/tikiwiki/
*https://obm.org/content/obm-features
Grub2Win is completely free, open source software. All modules are digitally signed for your security.

Safely boot multiple Windows and Linux systems on both GPT and MBR disks.

Supports both 64 and 32 bit EFI firmware as well as BIOS. Installs to Windows 10, 8, 7 and XP.

Grub2Win boots native GNU Grub version 2.04 code. Everything is installed to a single 20 MB directory on your Windows C: drive. The install also copies five boot modules to your EFI partition.

Automatically generates config files for PhoenixOS, Android, Ubuntu, Debian, Suse, Fedora, Manjaro, Mint, Clover and Windows. You can import Linux config files for all other distributions.

You can enter your own custom commands for each menu entry.

Grub2Win began in 2010. It has been downloaded more than 650,000 times in 180 countries worldwide .

If you find Grub2Win useful, please consider making a small donation to be used for hardware and testing.

Features

* Supports both 64 and 32 bit EFI as well as BIOS firmware.
* Installs to Windows 10, 8, 7 and XP.
* Requires just one directory on the Windows C: drive, about 20 MB disk space.
* Works with all languages. Boot time help is available in 30 languages.
* Simple Windows GUI easily sets up Grub2Win in seconds.
* Lets you set your EFI firmware boot order from within Windows.
* Preview and customize the 9 included graphic background themes. You can also create and customize your own background themes.
* Works with all filesystems including Mac hfs and Btrfs.
* Can search for and boot a partition by it's UUID or label. Supports advanced scripting.
* Works with both GPT and MBR disks - up to 128 primary partitions per drive.
* Supports extremely large (over 40 TB) disks and partitions.
* Automatically generates config files for Windows, PhoenixOS, Android, Ubuntu, Debian, Suse, Fedora, Manjaro, Mint, Clover and more.
* Import config files for all other Linux distributions.
* Grub customization is done from Windows - Configuration in Linux is not required.
* Includes open source GNU Grub 2.04 boot modules and libraries. Frequent releases and enhancements.
* No adware or spyware - No hassles... It just works.
https://gitlab.com/gsd5-tiddlywiki/gsd5-core

* ''[[Overview|]]''
* [[More About GSD|]]
* https://viewer.lucid.fyi/chapter/-MCMx58QAOsFHcdSTc4_/-MCMx59yX8MQVNJ0zgqf
* https://github.com/EpocDotFr/webtodotxt
* https://mashable.com/2009/01/29/getting-things-done/
*https://github.com/usernamehw/vscode-todo-md
* https://github.com/rkokkelk/todo.txt-ext






https://sourceforge.net/projects/gtdsync/
GtkLP is a graphical Frontend to CUPS. It is intended to be easy to use, small and it should compile on many UniX-Systems.

!!! Features
* Gtk-Interface with theme-support
* Printer specific options
* different preferences-files for each printer
* X- and Console-Support
* hide printers
* select favorite printers
"Gutenberg" is a codename for a whole new paradigm in WordPress site building and publishing, that aims to revolutionize the entire publishing experience as much as Gutenberg did the printed word. Right now, the project is in the second phase of a four-phase process that will touch every piece of WordPress -- Editing, Customization (which includes Full Site Editing, Block Patterns, Block Directory and Block based themes), Collaboration, and Multilingual -- and is focused on a new editing experience, the block editor.
Gutenprint, formerly named Gimp-Print, is a suite of printer drivers that may be used with CUPS, the Common UNIX Printing System. CUPS is the printing system used by all modern Linux and UNIX systems. These drivers provide high quality printing for UNIX (including Macintosh OS X 10.2 and later) and Linux systems that in many cases equal or exceed proprietary vendor-supplied drivers in quality and functionality, and can be used for demanding printing tasks requiring flexibility and high quality. This software package include an enhanced Print plugin for the GIMP that replaces the plugin packaged with the GIMP in addition to the CUPS driver.

Gutenprint has been renamed in order to clearly distinguish it from the GIMP. While this package started out as the original Print plugin for the GIMP, it has expanded into a collection of general purpose printer drivers, and the new, enhanced Print plugin for the GIMP is now only a small part of the package. Furthermore, the name Gutenprint recognizes Johannes Gutenberg, the inventor of the movable type printing press. Finally, the word guten is the German word for good.
Get to know gvSIG Desktop, the Open Source Geographic Information System
A powerful, user-friendly, interoperable GIS used by thousands of users worldwide.

It is easy to work in a variety of formats with gvSIG  Desktop, vector and raster files, databases and remote services. There are always available all kinds of tools to analyze and manage your geographic information.

gvSIG Desktop is designed to be an easily extensible solution, allowing  thus continually improving the software application and developing tailor made solutions.
 
gvSIG Desktop is open source software, GNU / GPL license, this makes its free use, distribution, study and improvement.

Download gvSIG Desktop, access quick guide and start using it!
GWSL automates the process of running X on top of WSL and over SSH:

* It lets you easily run graphical Linux apps on Windows 10.
* It lets you run graphical apps located on remote Linux machines.
* It provides a simple UI for launching Linux apps, managing them graphically, and creating customized Windows shortcuts for them.
* All this at the click of a button! No memorization of commands necessary. Easy!
h4rpy is an automated WPA/WPA2 PSK attack tool, wrapper of aircrack-ng framework.

h4rpy provides clean interface for automated cracking of WPA/WPA2 PSK networks. h4rpy enables monitor mode on selected wireless interface, scans the wireless space for access points, tries to capture WPA/WPA2 4-way handshake for the acess point, and starts a dictionary attack on the handshake. It is also possible to send disassociate packets to clients associated with access point.
H5P is an abbreviation for HTML5 Package. It enables educators to create content such as interactive videos, quizzes and presentations. H5P content can be created in the Content bank or on the h5p.com site, or with the LUMI app for desktop, and added to your course as an H5P activity or embedded into any other activity or resource.
High-Availability
http://viewer.lucid.fyi/chapter/-MFf0YH3Kv0EbdfI80UP/-MFf0YJb7r7KB9oA1l-B
Habitica is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.
Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website.
With this extension you can add tasks to Habitica in only a few seconds!

You can set: Title, Priority and Notes to your Task.

Habitica Add Task, it's pretty simple and does not do any other thing.

This extension may help you if:
* Need to add a task, fast and without losing focus in what are you doing right now.
* You open Habitica again and again during the day only for add one trivial task.
* You have a lot of tabs active and open Habitica can potentialy crash your PC.
The latest version creates a progress bar on the bottom of your Anki review screen.

As you answer questions, reach timeboxes, and clear decks, the progress bar advances. When it reaches the end, the addon scores an Anki Points habit on Habitica (will be created automatically). Additionally, a pop-up message tells you how many XP, HP, MP, and gold you earned, and notifies you if you've leveled up.
This extension adds a Habitica chat client to habitica.com
Adds a more interactive chat box throughout Habitica.com to facilitate interactions within Parties, Guilds and the Tavern.

Contribute and submit bugs at on Github: https://github.com/HabitRPG/habitica-chat-extension

Features include:
- One-click setup
- Be sure not to miss anything by navigating through your @mentions
- Chat with up to 5 guilds / groups at once, including your party and the tavern
- +1, Flag or Delete messages
- Markdown & emoji support
- Multi-lines support (using shift+Enter)
Pomodoro Timer and Site Blocker that Plugs into Habitica and turns your time-wasting navigation tendencies into rewards.
To report a bug or suggesting new features please use this link:
https://github.com/ofekmiz/Habitica-Pomodoro-SiteKeeper/issues

-----------------------------------------

This extension has two main features:

1."Pay to Pass" Website Blocker:
Website Blocker that plugs into Habitica and limits you from visiting websites that you decide. You can decide to visit these sites by spending Habitica currency, which you'll earn by developing good habits and doing chores.

2.Pomodoro Timer:
Including a Pomodoro Timer.
You can read about the pomodoro technique here:
https://habitica.fandom.com/wiki/Pomodoro

During Pomodoro mode, all websites in the list are blocked, websites with cost 0 are blocked only during pomodoro.
A Pomodoro habit is created automatically for the user in Habitica, with an option in the extension settings to automatically score [+] or [-] of the habit when a Pomodoro is done successfully or fails accordingly.

How to use:
After installing the extension, click on the icon at the top right to open the menu. In here, you must set your API Credentials. You can then block a site by navigating to it and clicking block site. It will ask you to enter a cost. From this point on, when you visit this site, the extension will ask you if you'd like to spend GP to access it. To start a pomodoro timer simply click on the Tomato character. Click again to stop the timer. In the settings you will find a lot of option that allow you tweak and change the pomodoro behavior to fit best for you.
Handsontable is a JavaScript component that combines data grid features with spreadsheet-like UX.
It provides data binding, data validation, filtering, sorting, and CRUD operations.

Features
The most popular features of Handsontable:

* ✓  Multiple column sorting
* ✓  Non-contiguous selection
* ✓  Filtering data
* ✓  Export to file
* ✓  Validating data
* ✓  Conditional formatting
* ✓  Merging cells
* ✓  Freezing rows/columns
* ✓  Moving rows/columns
* ✓  Resizing rows/columns
* ✓  Hiding rows/columns
* ✓  Context menu
* ✓  Comments
Any number of hard links, and thus any number of names, can be created for any file. Hard links can also be created to other hard links. However, they cannot be created for directories, and they cannot cross filesystem boundaries or span across partitions.

* A hard link preserves the contents of the file.
* A hard link cannot be created for directories, and they cannot cross filesystem boundaries or span across partitions.
* In a hardlink you can use any of the hardlink names created to execute a program or script in the same manner as the original name given.


<<<
Underneath the file system files are represented by inodes
A file in the file system is basically a link to an inode.
A hard link then just creates another file with a link to the same underlying inode.
When you delete a file it removes one link to the underlying inode. The inode is only deleted (or deletable/over-writable) when all links to the inode have been deleted.
<<<

<<<
Once a hard link has been made the link is to the inode. deleting renaming or moving the original file will not affect the hard link as it links to the underlying inode. Any changes to the data on the inode is reflected in all files that refer to that inode.
Note: Hard links are only valid within the same File System. Symbolic links can span file systems as they are simply the name of another file.”
<<<
[[Jetson Nano Developer Kit|]]
* https://www.videocardbenchmark.net/
Hardware virtualization or platform virtualization refers to the creation of a virtual machine that acts like a real computer with an operating system. Software executed on these virtual machines is separated from the underlying hardware resources. For example, a computer that is running Microsoft Windows may host a virtual machine that looks like a computer with the Ubuntu Linux operating system; Ubuntu-based software can be run on the virtual machine.[2][3]

In hardware virtualization, the host machine is the machine that is used by the virtualization and the guest machine is the virtual machine. The words host and guest are used to distinguish the software that runs on the physical machine from the software that runs on the virtual machine. The software or firmware that creates a virtual machine on the host hardware is called a hypervisor or virtual machine monitor.

Different types of hardware virtualization include:

Full virtualization – almost complete simulation of the actual hardware to allow software environments, including a guest operating system and its apps, to run unmodified.
Paravirtualization – the guest apps are executed in their own isolated domains, as if they are running on a separate system, but a hardware environment is not simulated. Guest programs need to be specifically modified to run in this environment.
Hardware-assisted virtualization is a way of improving overall efficiency of virtualization. It involves CPUs that provide support for virtualization in hardware, and other hardware components that help improve the performance of a guest environment.

Hardware virtualization can be viewed as part of an overall trend in enterprise IT that includes autonomic computing, a scenario in which the IT environment will be able to manage itself based on perceived activity, and utility computing, in which computer processing power is seen as a utility that clients can pay for only as needed. The usual goal of virtualization is to centralize administrative tasks while improving scalability and overall hardware-resource utilization. With virtualization, several operating systems can be run in parallel on a single central processing unit (CPU). This parallelism tends to reduce overhead costs and differs from multitasking, which involves running several programs on the same OS. Using virtualization, an enterprise can better manage updates and rapid changes to the operating system and applications without disrupting the user. "Ultimately, virtualization dramatically improves the efficiency and availability of resources and applications in an organization. Instead of relying on the old model of “one server, one application” that leads to underutilized resources, virtual resources are dynamically applied to meet business needs without any excess fat" (ConsonusTech).

Hardware virtualization is not the same as hardware emulation. In hardware emulation, a piece of hardware imitates another, while in hardware virtualization, a hypervisor (a piece of software) imitates a particular piece of computer hardware or the entire computer. Furthermore, a hypervisor is not the same as an emulator; both are computer programs that imitate hardware, but their domain of use in language differs.


# **keepass2-haveibeenpwned**

**KeePass 2.x plugin to check all entries with URLs against various breach lists.**

**Download plgx from [here](https://github.com/andrew-schofield/keepass2-haveibeenpwned/raw/master/HaveIBeenPwned.plgx).**

**Mono users can download the dlls from [here](https://github.com/andrew-schofield/keepass2-haveibeenpwned/tree/master/mono).**
Mono users may find they need to install their distro equivalent of `mono-complete` for the plugin to work properly.

## Currently Supported Breach Lists

### Site/Domain based
* [Have I Been Pwned (HIBP)](https://haveibeenpwned.com/) - Checks the domains of any entries against the Have I Been Pwned? list curated by Troy Hunt.
* [Cloudbleed vulnerability list](https://github.com/pirate/sites-using-cloudflare) - Checks the domains of any entries that appear in the Cloudbleed vulnerability list. This has potential to produce false positives due to the way this list was produced.

### Username based
* [Have I Been Pwned (HIBP)](https://haveibeenpwned.com/) - Checks the usernames of any entries against the Have I Been Pwned? list curated by (Troy Hunt)[https://www.troyhunt.com/]. This service requires you to register for an API key via [https://haveibeenpwned.com/API/Key
](https://haveibeenpwned.com/API/Key). The cost of API key is $3.50 per month (Credit card required).

### Password based
* [Have I Been Pwned (HIBP)](https://haveibeenpwned.com/) - Checks the passwords of any entries against the Have I Been Pwned? list curated by Troy Hunt.

**This checker sends a small portion of the password hash to HIBP and then checks the full hash locally against the list of hashes returned by HIBP. This service does not send your password, nor enough of the hash to expose your password to HIBP.**

## Usage

* Install the plugin into KeePass, this will add an entry to the Tools menu for "Have I Been Pwned?"
* Clicking this entry will open a sub-menu with entries for the different breach types to check
* Clicking these entries will open a prompt asking which breach to check, or all, whether to check only entries that have not been modified since the breach date. You also have the option of auto-expiring any breached entries and including any deleted entries.
* Running the check will result in a dialog listing all the breached entries, and from which breach they originated (entries can appear multiple times if they appear in multiple breach lists). These can then be modified directly from the list.
* In the case of username breaches the dialog will also list accounts that have been breached but are not stored in the database
* Right clicking on entries, or groups in the KeePass interfaces will also show the "Have I Been Pwned?" menu items, to allow the checks to be run on more specific sets of entries.
* If you have an api key from [haveibeenpwned.com](https://haveibeenpwned.com/API/Key) you need to add it as a password to an entry called "hibp-apikey"


## Notes

* HaveIBeenPwned breach data is downloaded every time the check is run as the data file is small.
* Cloudbleed data is only downloaded once and then cached here: `%PROGRAMDATA%\KeePass\cloudbleed.txt` (Windows) or `%LOCALAPPDATA%\KeePass\cloudbleed.txt` (Linux) as this is currently a ~70MB download. If you wish to refresh the cache, simply delete this file.
* As KeePass doesn't have a native method for determining when an entry's password was last changed, keepass2-haveibeenpwned will use the history entries if any exist and compare their passwords.
* Username/password checking could take a while to complete as HIBP applies a rate limit on requests, which means we can only check one username/password every 1.6s
* Common usernames (such as admin & root) are not removed from the check and will likely result in false positives in your results, however these should be immediately obvious.

## Donate

keepass2-haveibeenpwned is developed entirely in my own time. If you wish to support development you can donate via PayPal here.

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=S2DVYTS47PX4S)

## Contributers

* **Andrew Schofield**
* **Matt Schneeberger**
* **strayge**
* **SlightlyMadGargoyle**
* **Jakob Ledermann**
Simple [KeePass plugin] which uses the service [Have I Been Pwned](https://haveibeenpwned.com/) from [Troy Hunt](https://www.troyhunt.com)

## [Changelog](./CHANGELOG.md)

## Installation and Updates
### Requirements
#### Windows
 - [.NET Framework 4.7.2](https://dotnet.microsoft.com/download/thank-you/net472) or higher

#### Linux
 - [Mono 5.18](https://www.mono-project.com/docs/about-mono/releases/5.18.0/) or higher
 - On some Linux systems, the `mono-complete` package may be required for plugins to work properly ([Details on keepass.info](https://keepass.info/help/v2/setup.html#mono))

### How to install/update
 1. Download the [latest release (.dll file) from GitHub](https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/releases)
 2. In KeePass, click 'Tools' → 'Plugins' → button 'Open Folder'  
    *KeePass now opens a folder called 'Plugins'*
 3. Exit KeePass to free up the lock on the plugin
 4. Move the plugin file into the 'Plugins' folder (replace if exists already)  
 5. Start KeePass again

### Uninstall 
 1. In KeePass, click 'Tools' → 'Plugins' → button 'Open Folder'  
    *KeePass now opens a folder called 'Plugins'*  
 2. Exit KeePass to free up the lock on the plugin
 3. Delete the plugin file

## Some impressions:
- Check all passwords in the opened database  
![check all passwords](./images/checkAllPasswords.jpg)

- Check all passwords status indicators  
![check all passwords status bar](./images/checkAllPasswordsStatusBar.jpg)

- Check all passwords result  
![check all results](./images/checkAllResult.jpg)

- Show all entries which are pwned  
![show all pwned entries](./images/showAllPwned.jpg)

- Check the current selected entry  
![check the current selected entry](./images/checkSingleResult.jpg)

- Check the current selected entry result  
![check current selected result](./images/pwnedEntry.jpg)

- Toggle the ignore-state of a single entry  
![toggle ignore state](./images/toggleIgnoreState.jpg)

[KeePass plugin]: https://keepass.info/help/v2/plugins.html
We help organizations avoid getting bogged down in rules that no longer make sense by integrating modern tools and practices without abandoning responsible oversight and administrative controls.

By prioritizing people and culture (beliefs and assumptions aka mental models) over prescriptive checklists, we build resilience and cut down on toil.

!! What does Haven GRC do?
* Measures and reports on key security metrics. such as SCDS and FORCE.
* Guided tool for performing scenario-based risk analysis as required by NIST CSF. Risk analysis modules based on FAIR topology for quantitative risk estimation.
* Calibration exercises for subject matter experts. Subject matter experts provide estimates based on their expert judgement, calibration training improves accuracy of estimates.
* Tamper proof evidence store for compliance artifacts. Examples include risk acceptance documents, attestations of management oversight task completion, and third-party security assessment reports. Make your audits much easier!
https://github.com/gentics/headless-cms-comparison
Postlight's Headless WordPress + React Starter Kit is an automated toolset that will spin up three things:

# A WordPress backend that serves its data via the WP REST API and GraphQL.
# A sample React frontend powered by the WP GraphQL API, which supports posts, pages, categories, menus, search, and user sign-in.
# Another sample server-side rendered React frontend using Next.js powered by the WP REST API.

You can read all about it in this handy introduction.

!!! What's inside:

* An automated installer which bootstraps a core WordPress installation that provides an established, stable REST API.
* A plugin which exposes a newer, in-progress GraphQL API for WordPress.
* The WordPress plugins you need to set up custom post types and custom fields (Advanced Custom Fields and Custom Post Type UI).
* Plugins which expose those custom fields and WordPress menus in the WP REST API (ACF to WP API and WP-REST-API V2 Menus).
* JWT authentication plugins: JWT WP REST and JWT WP GraphQL.
* All the starter WordPress theme code and settings headless requires, including pretty permalinks, CORS Allow-Origin headers, and useful logging functions for easy debugging.
* A mechanism for easily importing data from an existing WordPress installation anywhere on the web using WP Migrate DB Pro and its accompanying plugins (license required).
* A sample, starter frontend React app powered by GraphQL.
* Another sample, starter frontend React app, server-side rendered via Next.js, powered by the WP REST API.
* Docker containers and scripts to manage them, for easily running the frontend React apps and backend locally or deploying it to any hosting provider with Docker support.
*https://lifehacker.com/health
HeidiSQL is free software, and has the aim to be easy to learn. "Heidi" lets you see and edit data and structures from computers running one of the database systems MariaDB, MySQL, Microsoft SQL, PostgreSQL and SQLite. Invented in 2002 by Ansgar, HeidiSQL belongs to the most popular tools for MariaDB and MySQL worldwide.

Features
* Free for everyone, OpenSource
* Connect to multiple servers in one window
* Supported database systems: MariaDB, MySQL, MS SQL, PostgreSQL and SQLite
* Connect to servers via commandline
* Connect via SSH tunnel, or pass SSL settings
* Create and edit tables, views, stored routines, triggers and scheduled events.
* Generate nice SQL-exports, compress these afterwards, or put them on the clipboard.
* Export from one server/database directly to another server/database
* Manage user-privileges
* Import text-files
* Export table rows as CSV, HTML, XML, SQL, LaTeX, Wiki Markup and PHP Array
* Browse and edit table-data using a comfortable grid
* Bulk edit tables (move to db, change engine, collation etc.)
* Batch-insert ascii or binary files into tables
* Write queries with customizable syntax-highlighting and code-completion
* Pretty reformat disordered SQL
* Monitor and kill client-processes
* Find specific text in all tables of all databases of one server
* Optimize and repair tables in a batch manner
* Launch a parallel mysql.exe command line window using your current connection settings
HelioHost is a Community powered free hosting for everyone.
Helpy is a modern, self-hosted, on-premise customer support helpdesk platform designed from the ground up to give your customers a heroic customer service experience. Written in Ruby on Rails, Helpy seamlessly integrates support ticketing, Knowledgebase and a public community into one powerful solution. Helpy powers your helpcenter by providing a host of exceptional features, including multichannel ticketing, a full text searchable and SEO optimized Knowledgebase, community support forums and more. Helpy lets you harness the power of automation with Carin™, a customer support bot that can answer up to 90% of Tier 1 questions autonomously. All this and more guarantees better performance results for your helpdesk staff and the delivery of outstanding customer service experiences every time.

!!! Features
* Multichannel ticketing with various integrations
* Full text searchable and SEO optimized Knowledgebase
* Mobile support
* Publicly accessible Community Support Forums
* Embed Widget
* Multi-lingual
* Changeable themes and colors
* Can send HTML email with emojis and attachments
* GDPR Compliant
Hermes is a JavaScript engine optimized for fast start-up of React Native apps. It features ahead-of-time static optimization and compact bytecode.

If you're only interested in using pre-built Hermes in a new or existing React Native app, you do not need to follow this guide or have direct access to the Hermes source. Instead, just follow these instructions to enable Hermes.

Noted that each Hermes release is aimed at a specific RN version. The rule of thumb is to always follow Hermes releases strictly. Version mismatch can result in instant crash of your apps in the worst case scenario.

If you want to know how to build and hack on Hermes directly, and/or integrate Hermes built from source into a React Native app then read on.
Heroku is a cloud application platform for Ruby, Rails, Node.js, Java, Python, Scala and Clojure web apps. Everything you need to build, run, and scale:

Dynos: Run virtually any language at any scale.

Database: Enterprise-grade Postgres as a service.

Elements: Marketplace of tools, components and services for your app.

Heroku Connect: Seamlessly integrate and sync with Salesforce.

Heroku provides services and tools to build, run and scale web apps. We enable flow—for developers to focus on the design and craft of compelling apps.

Powerful platform built by developers for developers that let you focus on building great apps.

Build and Run Your Apps, Your Way.

Heroku supports Ruby, Node.js, Python, Java, Go and PHP so you can use the languages you already know to build and deploy apps on Heroku.
HFSExplorer is an application that can read Mac-formatted hard disks and disk images.
It can read the file systems HFS (Mac OS Standard), HFS+ (Mac OS Extended) and HFSX (Mac OS Extended with case sensitive file names).

HFSExplorer allows you to browse your Mac volumes with a graphical file system browser, extract files (copy to hard disk), view detailed information about the volume and create disk images from the volume.
![screen](https://user-images.githubusercontent.com/981184/37559417-71ac2bc4-2a2e-11e8-8e3d-5877d9d7a999.png)

This is a __[KeePass](https://keepass.info/)__ plugin for __[Have I been pwned](https://haveibeenpwned.com/)__.    
It can perform both __offline__ and __online__ checks against the password breach list for any selected password entry.    
Double click the plugin column to get an instant status check, or use the right click menu to perform the same check for all selected passwords.

## Motivation

[Have I been pwned?](https://haveibeenpwned.com/) is an excellent tool for checking leaked passwords.
While it does provide an API for securely checking the passwords online, some bits of a hashed password still need to be sent to the service when performing this type of check.

This plugin offers the alternative of an offline check, by using the downloadable file provided by [Have I been pwned](https://haveibeenpwned.com/).    

Online check mode is also provided as an option, being implemented using the [k-anonimity](https://haveibeenpwned.com/API/v2#SearchingPwnedPasswordsByRange) model required by the HIBP public API.

The plugin adds a new column to KeePass. When double-clicking the column for a specific entry, the SHA1 hash is calculated for the password, which is then searched in the file. A status will be displayed on the column for that specific password.

## Features

- passwords can be checked in offline or online mode
- binary search in the large password file gives an instant result for the offline mode
- [bloom filter](https://en.wikipedia.org/wiki/Bloom_filter) support
- [k-anonimity](https://haveibeenpwned.com/API/v2#SearchingPwnedPasswordsByRange) method implemented for the online mode
- the status (Pwned or Secure) is saved in the KeePass database and will be retrieved when reopening the app, and updated if the password entry changes
- each password is individually checked only on user request
- multiple passwords can be checked in bulk by using the right click menu
- option to check all passwords in the database

## Prerequisites

- Download the [pwned-passwords-sha1-ordered-by-hash-v4.txt](https://haveibeenpwned.com/Passwords) file from 
haveibeenpwned.com [password list](https://haveibeenpwned.com/Passwords). Use the torrent if possible, as suggested by the author.

    __It's important that you get the SHA-1 (ordered by hash) version of the file, the plugin uses it for fast searching__.
- Extract the file from the 7zip archive
- Place the `pwned-passwords-sha1-ordered-by-hash-v4.txt` file in the same location as `KeePass.exe` (file location is configurable in the options)

Downloading the file is not required if Online mode is selected in the options, however using Offline mode significantly speeds up the checking process if you have a lot of passwords. 

## Installation

#### Secure:

- Build the plugin from source using Visual Studio: open the .sln file and compile the Release configuration.
- Copy the .dll from `bin\Release` to the Plugins folder of the KeePass installation

#### Quick

- Download [HIBPOfflineCheck.plgx](https://github.com/mihaifm/HIBPOfflineCheck/releases/latest) from Releases
- Copy it in the Plugins folder of the KeePass installation

## Usage

### Enable

In KeePass, enable the plugin column in `View -> Configure Columns -> Provided by Plugins`.     
Double clicking the `Have I been pwned?` column for any entry will display the password status. The status is also automatically checked when creating or updating an entry.

### Single password check

__Double click__ a password entry under the `Have I been pwned?` column to get the status

![image](https://user-images.githubusercontent.com/981184/46235975-6ce7d700-c385-11e8-9a1e-2d473d825ba1.png)    
    
### Multiple passwords check

__Select multiple entries__, `right click -> Have I been pwned? -> Check`
    
![image](https://user-images.githubusercontent.com/981184/64819685-86465b00-d5b7-11e9-8e81-e95b31acbfd7.png)
        
### Check all passwords 

To check all the passwords in the database:    

`Tools -> HIBP Offline Check -> Check All Passwords`

### Automatic checks

Newly created and updated entries are automatically checked. There is also an option to display a warning after creating an insecure password. 

### Bloom filter

A [Bloom filter](https://en.wikipedia.org/wiki/Bloom_filter) allows you to save disk space by not having to store the HIBP passwords file on your drive. Instead, a generated file (currently under 1GB in size) would be loaded, providing an accuracy of 99.9% for password checking. Only about 1/1000 Secure passwords would be false positives, showing up as Pwned. Pwned passwords will *never* show up as Secure.

You can generate the Bloom filter by selecting `Tools -> HIBP Offline Check -> Bloom filter` and then `Generate Bloom Filter...`
It may take anywhere between 15-45 minutes to generate the filter, depending on your hardware. For convenience the filter has also been uploaded to this separate [HIBPBloomFilter](https://github.com/mihaifm/HIBPBloomFilter) repository, so you can download it instead of generating it.

## Configuration

To configure the plugin, open `Tools -> HIBP Offline Check...`

![image](https://user-images.githubusercontent.com/981184/60772001-3307e600-a0f8-11e9-83f6-ae7dcc65ce71.png)

Note that after changing the `Column name`, a new column will be created with the new name and needs to be enabled under `View -> Configure Columns -> Provided by Plugins`. Before changing the column name, it is recommended that you clear the status of all entries (`Tools -> HIBP Offline Check -> Clear Status`).

**Enjoy!**
Hidden Windows 10 Features is a smart piece of software developed to offer its users a little more control over their operating system. The purpose of this app is to improve your computing experience by bringing some important features closer to your reach and to push you to modify some aspects of your system.
Not only do networks and hierarchies peacefully coexist, they are constantly giving rise to each other. They are like symbiotic organisms, each one balancing and complementing the other.

One theory of the origins of life on Earth envisions the first multicellular life forms as self-organizing networks of simpler, single-cell organisms. First coming together to exchange byproducts and for mutual protection, over time a hierarchy emerged: a complex nervous system. These complex organisms in turn coalesced into even higher-order social networks, which provided even more survival benefits.

The online encyclopedia Wikipedia has long been praised for its crowdsourced, populist approach to gathering knowledge. But in recent years, Wikipedia’s rapid growth has forced it to develop a series of hierarchical control systems, such as a governance body and approval process. Networks can self-organize and spawn novel ideas and connections, but a hierarchy is required to give it form and structure to survive in the long term.

As John Seely Brown and Paul Duguid write in The Social Life of Information, “While it’s clear that self-organization is extraordinarily productive, so too is formal organization. Indeed, the two perform an intricate (and dynamic) balancing act, each compensating for the other’s failings. Self-organization overcomes formal organizing’s rigidity. Formal organization keeps at bay self-organization’s tendency to self-destruct.”

Hierarchies are effective for large-scale, slow-moving efforts in relatively predictable environments. They enable centralized direction and tight synchronization between many moving parts. In times of command and control warfare, mass producing a standardized product, or managing a vast bureaucracy, only a hierarchy will work.

Networks are good in small-scale, quickly changing situations in unpredictable environments.  They favor adaptability, flexibility, and individual autonomy. In times of guerrilla warfare, revolutionary innovation, or open-ended creativity, networks are indispensable.
Throughout history, every time we reach the limits of one form, the other emerges as a counter-balance.

Francis Bacon’s scientific method, first introduced in the 17th century, was a bottom-up, networked approach to building scientific understanding. Scientists were expected to reach their own conclusions and then verify each others’ work directly through scholarly networks. This approach contrasted with the tradition of receiving knowledge from hierarchical authorities like the church and state without questioning.

In the 18th century, the encyclopedia movement promoted most famously by Denis Diderot moved in the opposite direction. So much knowledge was being produced from so many sources that people sought a top-down categorization to make sense of it all. Thus the modern encyclopedia was born.

In modern times we face a similar dilemma. The explosion of digital information on the internet has overwhelmed every tool we have for classifying and categorizing it. Only a bottom-up, automated tool is capable of making sense of so much data. Google’s PageRank algorithm made it possible to assign importance and meaning to a webpage not through human judgment, but by analyzing keywords and hyperlinks. It is a bottom-up, algorithmic approach to making meaning out of the network.
Despite the popularity of networks in the Information Age, the hierarchy persists as a simple, consistent way to organize knowledge.

Numerous studies (Bergman et al. 2008; Fitchett and Cockburn 2015; Teevan et al. 2004) have found that people strongly prefer to navigate their file systems manually, scanning for the file they’re looking for, as opposed to searching. Manual navigation gives people a concrete structure to navigate, with folders and labels giving them visual feedback and control in incremental steps (Jones and Dumais 1986).

Searching relies on declarative memory – remembering and entering the precise contents of a file – which is a higher-level brain function that consumes a lot of energy. Manual navigation, on the other hand, relies on procedural memory (Barreau 1995) – specifying partial information, recognizing clues and context, and receiving feedback (Teevan et al. 2004; Jones 2013). This kind of memory uses “older” parts of the brain that developed to navigate spatial environments, and thus comes to us more naturally.

In other words, it’s clear that hierarchies aren’t going away, even as our search tools become ever more sophisticated.

But the weakness of hierarchical systems is that knowledge remains siloed from other ideas that could spark interesting connections. Adding a network to our file systems can help us preserve the benefits of hierarchy, while infusing it with cross-connections and associations.

This is the true purpose of tagging in the modern digital age. Not to replace the hierarchy, but to complement it. Tags allow us to create alternative pathways that tunnel through the walls of our siloed folders, while leaving them just as we left them.
There are two kinds of basic structures that permeate reality: hierarchies and networks.

We currently live in a “network age,” as the internet and digital technology have given people the ability to connect and collaborate directly with each other across the world. Organizational charts are flattening, social movements rise and fall without central direction, and borders of all kinds are becoming more porous as the internet flows across them.

Our infatuation with networks has led to a widely held belief that the era of hierarchies is over. That we now live in a golden age of individual self-expression and autonomy, uniquely enabled by networks. In this view, hierarchies are inherently restrictive, oppressive tools of control that we should abolish whenever possible, and networks are inherently open, democratic tools of personal liberation.

The history of information revolutions tells quite a different story. Networked information is not an exclusively modern invention, and hierarchies are not necessarily doomed. The tension and the balance between them has existed for millennia. Today we’re witnessing only the latest chapter in this history.

[[Definitions|Definitions Hierarchies vs. networks]]
HivePress Build marketplaces, directories and classifieds with WordPress
HivePress is a free multipurpose WordPress plugin that allows you to create any type of directory and listing websites in next to no time.
This is a comprehensive Hospital Information Management System that is knowingly used by more than 40 health care institutions for up to 8 years successfully. It has several modules that support most of the workflows of a modern hospital. Most of the differences in the requirements of different hospitals can be achieved through configuration. The system has given priority to user-friendliness and speed of the system rather than the fancy decoration of the user interfaces loaded with colours and graphics. It has been tested extensively in production since 2015.

The main strength of the system is the Object Oriented Design. The design is simple as it could be, yet very robust and flexible to address diverse and complex business worlflows in the healcare domain.

The system is mainly designed using Object Oriented Principles. The system design has always followed well tested and recognized data models like dm+d of NHS, UK. The system design is so robust and optimized so that it can easily accommodate new extensions for emerging requirements.

Java Enterprise Edition is used to develop the web application and RESTful server. The database management system can be selected on preferences of the implementing team, but MySQL or MariaDB is recommended. The technologies used with JavaEE include JSF, JPA and PrimeFaces. The lab middleware is developed with C#. The standalone applications consume RESTful services are developed using JavaSE.



!!!Functionality
* Electronic Medical Record System / EMR
* Electronic Health Record System / EHR
* Pharmacy Information Management System / Medical Logistics Information Management
* Laboratory Information Management System / LIMS / LIS
* Admission , Discharge and Transfer System
* Inpatient Management System
* Theatre Management System
* Appointment Management System
* OPD / Outpatient Management System
* Clinic Management System
* Human Resource Management System
* Payroll Management System
* Fleet Management System
* Linan Management System
* Inventory Management System
* Assests and Consumable Management System
HMVC stands for Hierarchical Model View Controller application design pattern which makes your application modular. It give you chance to separate the controller, model and view in to some module so you can maintenance or improve the application easily.

http://hood.ie/intro/#showcases
!!! Goals for HospitalRun

But we were not interested in running the favour-of-the-year open source health project, merely choosing today’s “cool tools” and fading out in 3-4 years. Instead, we’ve worked to establish very specific goals for why we’re doing what we’re doing. Those are:

!!! 1) Building specifically for low-to-medium income countries
This is about more than supporting internationalization (which HospitalRun does). Building software for the developing world is about embracing the realities of lower-resource settings as a driver - rather than a constraint - for innovation. When you can’t health-care-consultant your way out of a problem, it reframes the opportunity to produce a truly useful solution that is focused on meeting the needs (technical, business, and otherwise) of those environments.

!!! 2) Making Usability the #1 requirement
The lack of attention to user experience or even the user interface in electronic health solutions has generated a track record of confusion and cost, as high-paid consultants are needed to enforce less-than-optimal solutions onto teams. The settings for which we’re building have no such conquistador-like luxury, where teams of health care IT professionals can enforce change. In many of these settings, there may even be little financial incentive to enforce record-keeping policy.

Yet rather than lament those constraints, we’re choosing to see these settings as an opportunity to focus on the needs of the user(s) - clinical and administrative. So we set out to build a solution that people might even (…dream with me) enjoy using, and we brought UX expertise into the core maintainer team of the project to help hold us accountable to producing the kind of solution that strives to delight users.

But we didn’t want to limit our usability goals to just clinical or even administrative users. What if we could build a system that was easy to setup, administer, and upgrade? And what if we could build an open source project that was… wait for it… easy to contribute to? (No more spending a day polishing your secret decoder ring to make a contribution.) Could we build a system that allows someone to make a meaningful contribution in one 8-hour day?

That’s what we set out to do with usability: make HospitalRun the most ambitious AND delightful open source health project in the world - for users, administrators, and contributors. We still think we have a long way to go, but that’s the goal - making usability #1.

!!! 3) Solving for Time
A recent survey of Western health care practitioners found that 20% of their time was being spent on administrative tasks that (arguably) had little to do with improving the quantity or quality of care being provided. Much of that time was caused by - rather than improved by - the software they were using.

11 o'clock, tick tock
"How are we saving time for users of HospitalRun?" is one of the primary considerations in any feature.

With HospitalRun, we saw the opportunity to give health care professionals in exceptionally constrained environments back the only resource we can’t make more of: their time.

Going forward, we’re purposing to metric the system to not only inform requirements but also to baseline the time it takes to accomplish common tasks so that future feature development can seek to improve on those measurements. The result of every feature should be time given back to more doctors, nurses, and administrators so that their attention can go where it should - on the patients and families they serve.

!!! 4) Embracing Offline First
Not only because offline first met our “carry records into the field” requirement but also because we believe that it’s just the right thing to do with modern business applications, we wanted to make offline first a core principle of the project from the beginning.

offline first
HospitalRun embraces the principles of offline first

!!! 5) More than a Download
Deploying software isn’t like installing a refrigerator that you spec out, buy, plug in, walk away from, and expect to work perfectly until the compressor dies. This is clear to the business world, as the rise of software as a service models are driving home not only the effectiveness but the lower total cost of ownership in signing on to a service that has ongoing, continuous improvement and maintenance.

Yet far too often (and even particularly today with open source projects), we treat software solutions like a utility that is installed once and expected to meet all our needs until the day it is replaced (much like a kitchen appliance). The reality couldn’t be further from the truth. Innovation and support need the opportunity for continuous upgrades, and HospitalRun is committed to a future where the HospitalRun code is only a part of the overall open source project.

We’re building an open source service.

software isn't a refridgerator
Software isn't a refrigerator, so HospitalRun is building a service

!!! 6) Partnering to Make a Difference
It seems to us that HospitalRun:

as an open source project,
backed / incubated by an international NGO,
focused on issues of global health and data, and
committed to modern, cloud technologies
holds a tremendous opportunity to partner the NGO, government, and tech sectors in a problem that has mutual interest and benefit.

It’s almost as if, by working together… we just might have a fighting chance of changing the world.

Moreover, through initiatives like our Hack Day events, we’re seeing tremendous opportunity to engage those with programming, design, devops, project management, and marketing backgrounds to use their true gifts in service to a cause that has utility, opportunity, and innovative technology.
https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site
HotCorners is a recreation of a MacOs utility component for windows 10

this utility software triggers event when your mouse is pointed to any of the
four corners of the screen, events can be choosed from the gui, or the user can
set his own app trigger to run!

Features
GUI Control
10 Event Triggers
Custom App Event
Runs On Startup
All-in-one browser extension to improve your web dev experience.
Tools to make your web dev life a bit easy.

⭐ Inspector
1) Inspect CSS and HTML just by hovering over the element.
2) Live edit CSS and HTML. 
3) Export code to Codepen. 
4) Inspect media queries and animations. 
5) Edit the content of any HTML element. 
6) Traverse DOM elements with arrow keys. 
7) Know fonts per tag. 
8) Finds font on Google Fonts.
9) Extract all the colors used on the page. 
10) Toggle visibility of any element or remove an element from the page and persist changes.  
11) Easily search elements by tag, class, or id. 

⭐ Color Eyedropper
1) Pick colors from anywhere on the page, even images and IFrames.
2) Get hex and RGB values.
3) Save colors. 

⭐ Assets
1) Extract images, SVGs, and videos from the page.
2) Download all the assets at once in ZIP.

⭐ Responsive 
1) Any click, scroll, or navigation you perform in one device will be replicated to all devices in real-time.
2) Add new custom device profiles as you like and arrange devices to fit your style.
3) Hot-Reloading Support.

⭐ Debug
1) Clear cache, cookies, and local storage of specific origin or whole browser.
2) Get meta tags from the page and copy them with one click.
3) Check HTTP status of all the links present on the page. 
4) Check the whole page for spelling mistakes (Only supports English).

⭐ Screenshots
1) Take a screenshot of the whole page or just a visible area.
2) Screenshot the visible area of every tab with just one click.
3) Save the screenshot in PDF, JPG, or PNG.

⭐ Built with
1) Know what technologies the page uses with one click.
Press the F2 key once the Startup screen appears to enter the BIOS setup.

Navigate to the Configuration > SATA Drives one by one.

Change the SATA mode to RAID mode, and then press the F10 key to save this change and exit.
Type command prompt in the search box, and right-click the Command Prompt and select Run as administrator.
Type bcdedit /set {current} safeboot minimal command and hit Enter.
Boot your computer into BIOS and enable the AHCI mode.
Enter Safe Mode and reopen Command Prompt. Then run the bcdedit /deletevalue {current} safeboot
Restart your computer to execute the change.
Use the included command line program mkbtrfs.exe. We can't add Btrfs to Windows' own dialog box, unfortunately, as its list of filesystems has been hardcoded. You can also run format /fs:btrfs, if you don't need to set any Btrfs-specific options.
Right-click the Start menu and select the Device Manager from the context menu.
Expand the IDE ATA/ATAPI Controller section, and then right-click the Standard SATA AHCI Controller and select Update Driver.
Select the Search automatically for updated driver software option and Windows 10 will search for the updated driver automatically.
To request an SSL certificate from a CA like Verisign or GoDaddy, you send them a Certificate Signing Request (CSR), and they give you a certificate in return that they signed using their root certificate and private key. All browsers have a copy (or access a copy from the operating system) of Verisign’s root certificate, so the browser can verify that your certificate was signed by a trusted CA.

That’s why when you generate a self-signed certificate the browser doesn’t trust it. It’s self-signed. It hasn’t been signed by a CA. But we can generate our own root certificate and private key. We then add the root certificate to all the devices we own just once, and then all certificates that we generate and sign will be inherently trusted.
At any time, you can always add more drives to the pool to expand a storage space -- just follow the steps below:

1- While in "Manage Storage Spaces" click the Add drives from the storage pool.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/storage-pool-options-storage-spaces_0.jpg?itok=wUcO53cT]]

2- The available drives you can add will appear, select the one you want, and click the Add drives button. You will also notice the Optimize drive usage to spread existing data across all drives, make sure this option is enabled as well.
[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/add-drive-storage-pool-windows10.jpg?itok=FyC2k5Nn]]
1- Open Start, do a search and open Storage Spaces.

2- Under the storage space you want to modify, click the Change option.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/storage-pool-options-storage-spaces_0.jpg?itok=wUcO53cT]]

3- From this page, you can change the name of the "space", drive letter, and size. Make your changes, and click the Change storage space button to complete the process.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/change-storage-space-capacity-windows10.jpg?itok=xlPfVT9F]]
Open a command prompt


```
diskpart 
select vdisk file="d:\store\vdisk.vhd"
attach vdisk readonly
compact vdisk
detach vdisk
exit
```

1- Connect all the drives you want to participate on Storage Spaces.

2- Open Start, do a search and open Storage Spaces.

3- Click the link Create a new pool and storage space.

[img[storage-space-control-panel.jpg]]

4- Select the drives you want to be part of the pool and click Create Pool. It's important to note that all the data currently on the drives will be erased during the process.

[img[select-drive-storage-pool.jpg]]

5- Now, it's the time to create the storage space (virtual drive), choose a descriptive name, as it will get confusing if you don't. Then choose the drive letter and file system -- for most people NTFS will be fine, but you always REFS (Resilient File System).aspx){.nofollow}, which is a new "local file system. It maximizes data availability, despite errors that would historically cause data loss or downtime. Data integrity ensures that business-critical data is protected from errors and available when needed."

6- Pick the resiliency type you want to use for this particular storage space.

7- Select the size you want to allocate. Remember that you can pick any size you want. It doesn't matter if you don't have the available physical space as you will get an alert when it's time to add more storage.

8- Click the Create storage space button to complete the process.

[img[create-storage-pool-windows10.jpg]]

Now that you have created the storage space, in "Manage Storage Spaces" you can now view some useful information, such as physical storage usage, information about the storage space and from the participating physical drives.
1- If you want to create a second storage space, open Start, do a search and open Storage Spaces.

2- Click the Create a storage space link under the storage pool.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/storage-pool-options-storage-spaces_0.jpg?itok=wUcO53cT]]

3- Choose your preferences (remember to pick a descriptive name).

4- Click the Create storage space button to complete the process (refer to the previous image).
Setting up HTTPS locally can be tricky business. Even if you do manage to wrestle self-signed certificates into submission, you still end up with browser privacy errors. In this article, we’ll walk through creating your own Certificate Authority for your local servers so that you can run HTTPS sites locally without issue.

!! ''Why HTTPS Locally?''

Why not just use regular HTTP locally? Because if your production site is HTTPS-only and you’re developing locally on regular HTTP, your dev and production environments are not as similar as they could be. For example, my dev environment for this site (deliciousbrains.com) runs as an Ubuntu server in a VMware virtual machine (VM) on his Mac. The production site is an Ubuntu server running on Linode with an almost identical configuration.

You definitely want your dev environment to mirror production as closely as possible.
When it doesn’t, you invite more issues showing up in production that didn’t show up in dev. Running HTTP when your production site is HTTPS-only is definitely an unnecessary risk.

However, trying to get an SSL certificate working with your local server kind of sucks if you’re not using a tool that handles it for you like Valet.

If you’ve ever tried to run an HTTPS site locally, you’ve probably seen something like the following in Chrome:

The workaround used to be creating a self-signed certificate and using that. MAMP Pro does this for you and was my go-to for years. Unfortunately, that’s no longer possible. The modern approach is to become your own Certificate Authority (CA)!
You cannot delete a storage pool that contains a storage space. You first need to remove all the storage spaces created in a pool properly. Only then the option to delete the pool will be available.

1- Open Start, do a search and open Storage Spaces.

2- Click the Delete pool on the storage pool you want to remove.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/detele-pool-storage-spaces.jpg?itok=a5hzEF7M]]

3- Then click the Delete pool to complete the process.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/delete-storage-pool-windows10.jpg?itok=OT_YA5du]]

Once you delete the pool, the participating drive will be reinstated to your system, but again, as I have mentioned in the steps, the drives won't be visible in File Explorer until you manually reformat each drive through Disk Management.
If you no longer need a storage space, you can easily delete it. Simply follow the steps below:

1- Open Start, do a search and open Storage Spaces.

2- Under "Storage Spaces" click the Delete option next to the "space" you no longer need. It's important to note that that deleting a storage space permanently deletes the data it contains. The only way to recover is by using a previously made backup.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/storage-pool-options-storage-spaces_0.jpg?itok=wUcO53cT]]

3- Once you're ready, click the Delete storage space.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/delete-storage-space-windows10.jpg?itok=O-uGJ1Gb]]
https://www.howtogeek.com/285410/how-to-install-.appx-or-.appxbundle-software-on-windows-10/

Microsoft’s new Universal Windows Platform applications use the .Appx or .AppxBundle file format. They’re normally installed from the Windows Store, but Windows 10 allows you to sideload Appx packages from anywhere.

Like other software, you should only install .Appx or .AppxBundle packages from sources you trust.

[[What’s an .Appx or .AppxBundle?]]

[[First: Enable Sideloading]]

[[How to Install an .Appx Package Using the Graphical Installer]]

[[How to Install an .Appx Package With PowerShell]]

[[How to Install an Unpackaged App With PowerShell]]
On Windows 10’s Anniversary Update, Microsoft added a new “App Installer” tool that allows you to install .Appx or .AppxBundle applications graphically. To install them, just double-click a .Appx or .AppxBundle package.

[img[https://www.howtogeek.com/wp-content/uploads/2016/12/img_585449c9f00bf.png]]

You’ll be shown information about the .Appx package, including the name, publisher, version number, and an icon provided by the developer. To install the package, click the “Install” button.

[img[https://www.howtogeek.com/wp-content/uploads/2016/12/img_585449e4da82b.png]]

Windows 10 also includes PowerShell cmdlets you can use to install an .Appx package. The cmdlet offers more features than the App Installer tool, such as the ability to point Windows at a dependency path that contains other packages the .Appx package needs.

To install an Appx package with PowerShell, first open a PowerShell window. You can search the Start menu for “PowerShell” and launch the PowerShell shortcut to open one. You don’t need to launch it as Administrator, as .Appx software is just installed for the current user account.

[img[https://www.howtogeek.com/wp-content/uploads/2016/12/ximg_58544bd8b164d.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.tZGAuJv5ro.png]]

To install an Appx package, run the following cmdlet, pointing it at the path to the .Appx file on your system:

```

Add-AppxPackage -Path "C:\Path\to\File.Appx"
```

For more advanced usage options, consult Microsoft’s [[Add-AppxPackage documentation.|https://technet.microsoft.com/en-us/library/dn448376.aspx]]

[img[https://www.howtogeek.com/wp-content/uploads/2016/12/img_58544c9f3ce23.png]]

''RELATED'': [[How to Convert a Windows Desktop App to a Universal Windows App|https://www.howtogeek.com/250041/how-to-convert-a-windows-desktop-app-to-a-universal-windows-app/]]


If you’re developing your own software, the above cmdlet won’t be ideal for you. It will only install properly signed applications, but you don’t necessarily want to sign your application while developing it.

That’s why there’s an alternate way to install Appx software. This only works with apps left in “unpackaged” form. The Desktop App Converter also creates both an unpackaged app, which you can install using the below command, and the final .Appx application package.

To do this, you’ll need to open a PowerShell window as Administrator. Afterwards, run the following command, pointing Windows at the “AppxManifest.xml” file in the unpackaged app’s directory:


```
Add-AppxPackage -Path C:\Path\to\AppxManifest.xml -Register
```

The application will be registered with the system in developer mode, effectively installing it.

[img[https://www.howtogeek.com/wp-content/uploads/2016/04/ximg_570bfbdb38ca1.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.ptwhr0xsSZ.png]]

To uninstall an AppX package, just right-click the application in the Start menu and select “Uninstall”. You can also use the Remove-[[AppxPackage cmdlet|https://technet.microsoft.com/en-us/library/dn448374.aspx]] in PowerShell.
[[source|https://www.howtogeek.com/117635/how-to-install-kvm-and-create-virtual-machines-on-ubuntu/]]

If you’re using Linux, you don’t need VirtualBox or VMware to create virtual machines. You can use KVM – the kernel-based virtual machine – to run both Windows and Linux in virtual machines.

You can use KVM directly or with other command-line tools, but the graphical Virtual Machine Manager (Virt-Manager) application will feel most familiar to people that have used other virtual machine programs.

Installing KVM
KVM only works if your CPU has hardware virtualization support – either Intel VT-x or AMD-V. To determine whether your CPU includes these features, run the following command:


```
egrep -c ‘(svm|vmx)’ /proc/cpuinfo
```


A 0 indicates that your CPU doesn’t support hardware virtualization, while a 1 or more indicates that it does. You may still have to enable hardware virtualization support in your computer’s BIOS, even if this command returns a 1 or more.

Use the following command to install KVM and supporting packages. Virt-Manager is a graphical application for managing your virtual machines — you can use the kvm command directly, but libvirt and Virt-Manager simplify the process.


```
sudo apt-get install qemu-kvm libvirt-bin bridge-utils virt-manager
```


Only the root user and users in the libvirtd group have permission to use KVM virtual machines. Run the following command to add your user account to the libvirtd group:


```
sudo adduser name libvirtd
```
or

```
$ sudo adduser [username] libvirt
```


After running this command, log out and log back in. Run this command after logging back in and you should see an empty list of virtual machines. This indicates that everything is working correctly.


```
virsh -c qemu:///system list
```
!! ''Creating Virtual Machines''
Once you’ve got KVM installed, the easiest way to use it is with the Virtual Machine Manager application. You’ll find it in your Dash.

[img[https://www.howtogeek.com/wp-content/uploads/2012/06/ximage387.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.POkmxpHzUv.png]]

Click the Create New Virtual Machine button on the toolbar and the Virtual Machine Manager will walk you through selecting an installation method, configuring your virtual machine’s virtual hardware, and installing your guest operating system of choice.

[img[https://www.howtogeek.com/wp-content/uploads/2012/06/ximage388.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.p0EEyW6Ge-.png]]

The process will by familiar if you’ve ever used VirtualBox, VMware, or another virtual machine application. You can install from a disc, ISO image, or even a network location.

[img[https://www.howtogeek.com/wp-content/uploads/2012/06/image389.png]]

To assign more than 2GB of memory to a virtual machine, you’ll need a 64-bit Linux kernel. Systems running 32-bit kernels can assign a maximum of 2 GB of RAM to a virtual machine.

[img[https://www.howtogeek.com/wp-content/uploads/2012/06/ximage390.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.2ySFYwd7Jq.png]]

By default, KVM gives you NAT-like bridged networking – your virtual machine won’t appear on the network as its own device, but it will have network access through the host operating system. If you’re running server software in your virtual machine and want it accessible from other devices on the network, you’ll have to tweak the networking settings.

[img[https://www.howtogeek.com/wp-content/uploads/2012/06/image391.png]]

After selecting your installation method, Virt-Manager will boot the guest operating system in a window. Install the guest operating system as you would on a physical machine.

[img[https://www.howtogeek.com/wp-content/uploads/2012/06/image392.png]]

!! ''Managing Virtual Machines''

The Virtual Machine Manager window displays a list of your installed virtual machines. Right-click virtual machines in the window to perform actions, including starting, shutting down, cloning, or migrating them.

[img[https://www.howtogeek.com/wp-content/uploads/2012/06/ximage393.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.vAigW046vR.png]]

You can view information about the virtual machine and configure its virtual hardware by clicking the i-shaped toolbar icon in the virtual machine’s window.

[img[https://www.howtogeek.com/wp-content/uploads/2012/06/ximage394.png.pagespeed.gp+jp+jw+pj+ws+js+rj+rp+rw+ri+cp+md.ic.RNLtTCOLdp.png]]
While "Storage Spaces" remains pretty much unchanged since Windows 8.1, Microsoft is adding a new feature to optimize drive usage in Windows 10. This feature is useful when you add new drives to an existing pool, as it will move some data to the newly added drive to better utilize the drives in the pool and capacity.

The optimization happens by default when you add a new drive to an existing pool, when you select the Optimize drive usage to spread existing data across all drives option. However, if you didn't check the option or drives were added before upgrading the pool, you need to perform an optimization manually.

1- While in Storage Spaces click the Optimize drive usage from the storage pool.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/storage-pool-options-storage-spaces_0.jpg?itok=wUcO53cT]]

2- Click the Optimize drive usage button. Keep in mind that this process in intensive, as such you may notice your PC being slow for a while.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/optimize-drive-usage-windows10.jpg?itok=QlHNb7_m]]

When you have a Storage Space configured, you cannot just disconnect a drive out of the blue, as it may cause data loss and other problems.

Fortunately, Windows 10 includes a mechanism to remove a drive properly from a pool, by moving the data on that drive other drives in the pool, and then you can disconnect the drive from your computer, or you can use to store something else.

Follow the step below to remove a drive from a pool:

1- Open Start, do a search and open Storage Spaces.

2- On the storage pool expand Physical drives.

3- Click the Prepare for removal option.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/remove-drive-storage-spaces-windows10.jpg?itok=mE9_RS1u]]
4- Make you're removing the correct drive and then click the Prepare for removal button.
[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/prepare-removal-storage-spaces-windows10.jpg?itok=AEu4vS3K]]

5- Once again locate the drive you want to remove and click the Remove button (refer to the image in step number three).

6- Finally, click the Remove drive button to complete the process.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/xlarge/public/field/image/2015/12/remove-drive-storage-space-windows10.jpg?itok=7UGnsCmh]]

It's important to note that after you remove the drive, it won't be accessible through File Explorer. You'll need to open Disk Management and reformat the drive in question.

1- Simply, right-click the Start button, and click Disk Management, locate the drive with the "Unallocated" label.

2- Right-click the drive, select New Simple Volume and follow the on-screen instructions to format the drive using NTFS file system and performing a quick format.

Now the removed drive should be usable again.

[img[https://www.windowscentral.com/sites/wpcentral.com/files/styles/w830/public/field/image/2015/12/disk-management-windows10.jpg?itok=Zvf0H4L8]]

[[https://unix.stackexchange.com/questions/120874/how-to-setup-a-raid-system-using-usb-sticks-as-storage-media]]
Now that you have a little background on Storage Spaces for Windows, below we'll go through how to use and manage the feature.

* [[How to create a storage pool and storage space]]
* [[How to create multiple storage spaces]]
* [[How to add new drives to a storage pool]]
*[[How to change the size of a storage space]]
*[[How to optimize drive usage]]
*[[How to properly remove a drive in use]]
*[[How to delete a Storage Space]]
*[[How to delete a Storage Pool]]


Building on that foundation, these are my four recommendations for how to use tags effectively in personal knowledge management.

# [[Tag notes according to the actions taken or deliverables created with them]]
# [[Add structure slowly, in stages and only as needed, using accumulated material to guide you in what structures are needed]]
# [[Tag notes according to their internal, external, and social context, and status]]
# [[Develop customized, profession-specific taxonomies]]
* https://html5boilerplate.com/
* https://github.com/topics/html5-boilerplate
*https://github.com/kevinSuttle/html-meta-tags
Manage your meetings, notes and tasks in Chrome.
The power of our award-winning meeting note software is now just a new tab away!

The Hugo Chrome extension replaces your empty Chrome tab with a quick view into your upcoming meetings. It’s the perfect launchpad to prepare for and run your meetings.

KEY HUGO FEATURES
• 📝 Prepare agendas and write notes in your browser
• ✅ Track tasks and action items
• 💼 A library of 80+ agenda templates
• 🚀 Quick access buttons on Google Calendar entries

COMMITMENT TO PRIVACY
Because Hugo connects to your calendar data, we’ve made sure it’s the safest place for your meeting knowledge. 

• 🕵️‍♀️ Private. Your data is private, accessible only by you (or your team with your permission).
• 💂‍♀️ Safe. Permissions to read and change site data allow the extension to work, not track you.
• 🔒 Encrypted. All information is encrypted during transit and storage.

PRICING
Hugo is **free** for individuals and small teams. The Pro plan starts at $6/user/month.
The world’s fastest framework for building websites
Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
Most x86 and x86_64 systems only use either the MBR (MS-DOS based) partition table layout, or the GPT (GUID Partition Table) layout. However, in certain situations it might be necessary for a GPT partition layout to have an "MBR view" overlayed. This is called Hybrid MBR/GPT.

[[Using hybrid partition table|]]

[[Supporting boot loaders|]]
#[[INSTALL HYPER-V ON WINDOWS 10 USING POWERSHELL]]
# [[vGPU]]
# [[VHD(X)]]
# 
# [[Info]]
*https://www.altaro.com/hyper-v/101-hyper-v-management-monitoring-tools/
* [[RemoteFX vGPU put out to pasture as Microsoft RDP grows up|https://www.brianmadden.com/opinion/RemoteFX-vGPU-put-out-to-pasture-as-Microsoft-RDP-grows-up]]
* 
* 
Have effective meetings with collaborative agendas, meeting notes, next steps, feedback and more with Hypercontext (prev. Soapbox).

KEY HYPERCONTEXT FEATURES 🚀


* • 🤝 Collaborate on shared meeting agendas and notes
* • 📚 Built-in library of suggested questions and agenda templates
* • 📝 Automatically send meeting notes to the team once the meeting is finished
* • ✅ Document, track, and follow-up on next steps and action items
* • 🚦 Get real-time employee feedback with post-meeting survey questions
* • 📊 Meeting insights: AI-Powered analytics into the conversations you have with your team
* • 🗒 Scratchpad: Public and private notes to document important information
* • 📅 Google Calendar: View and check off next steps directly from your Google Calendar
* • 📹 Google Meet: Interact with your meeting agenda directly in Google Meet video call
* • 📄 Google Drive integration: Edit Google docs and sheets within your agenda
i-doit is a web based IT documentation and CMDB. i-doit documents IT-systems and their changes, defines emergency plans, displays vital information and helps to ensure a stable and efficient IT operation:

The technical documentation: This means that all information can be organised (details flexibly adjusted), stored and maintained in one place. This allows simple Helpdesk, Support and Planning functions and provides the basis for quality assurance and certification.

i-doit allows services to be documented as a logical grouping of objects placed in relation to each other. This provides the basis for (ITIL) processes such as Change and Problem Management, helps to control and manage the SLA (Service Level Agreement) or the communication with users.

Its interfaces to other ITSM applications (like Nagios, Request Tracker etc.) allow the entering of data only once in the ITSM environment. i-doit maintains one holistic view of the operational situation.

!!! Features
* CMDB
* Open Source
* ITSM
* IT Documentation
* Asset Management
* ITIL
* Inventory
* Infrastructure Planning
* Ticket System
* Cable Management
* Patch Management
* IP Address Management
* Virtual systems
* Cluster
* Storage Area Networks
* Discovery
* Monitoring
* IOProtocolExt 2.x
* Adds support for SCP, SFTP and FTPS.
* SftpSync 2.x
* Adds support for SFTP and SCP.
* KeeAnywhere 2.x
* Adds support for online storage providers.
* KeePassSync 2.x
* Synchronize using online storage providers.

* KPGoogleSync 2.x
* Synchronize using Google Drive.
* KeePassOneDriveSync 2.x
* Synchronize using OneDrive.
* KeePassMasterSlaveSync 2.x
* Synchronize specific entries only.
IceHrm is a HRM software which enable companies of all sizes to manage HR activities properly.



* https://github.com/feathericons/feather
*https://www.flaticon.com/
iCopy lets you combine your scanner and printer into a powerful, but easy to use photocopier by only pressing a button. Its simple user interface lets you manage scanner and printer options with a few clicks.

!!! Features
* Copy from scanner to printer with a click
* Save acquired image to file
* Image settings such as brightness, constrast, resolution and enlargment
* ADF (Automatic Document Feeder) support
* Easy PDF creation
* Scan multiple pages before printing them
* Run directly form scanner button
* Preview function
* Works from command line
*
* https://github.com/conwnet/github1s
* https://www.monodevelop.com/
*https://www.cevelop.com/
* https://sourceforge.net/projects/code-server.mirror/
* 
* 
* 
* 
* 
* 
* 

<<list-links "[tag[IDE]sort[title]]">>
*https://github.com/ory/kratos
*https://www.freeipa.org
*https://github.com/hashicorp/boundary
*



The Show and Tell model is a deep neural network that learns how to describe the content of images.
Intelligent formulas: Numeric and symbolic calculations in LibreOffice and Openoffice Writer. The iMath extension to Libreoffice and OpenOffice enables numeric and symbolic calculations inside a Writer document.

If your OS can install .deb packages, have a look at my PPA http://launchpad.net/~jrheinlaender/+archive/ppa

Features
Intelligent formulas for LO/OOo writer
Numeric and symbolic calculations in LO/OOo writer documents
http://www.ltr-data.se/opencode.html/
imgcook is an ingenious chef who specializes in cooking with various images (Sketch / PSD / static images). it will intelligently generate front-end codes, including view codes, data-binding codes, component codes as well as part of business logic codes from different kinds of design documents.
# Create a VHD in each hard (physical) drive, in my case 4 drives, 4 VHDs. 
# From Storage Spaces create 4 pools, with one VHD in each of them. (Windows 7,8, Windows Server 2008+) 
# Create 1 volume with simple (no resilience) in each pool 
# Now you will have 4 logical disks controlled by Microsoft Storage Spaces Controller. You can stripe all of them together.
* KeePassPfpConverter 2.x
* Imports/exports Pain-free Passwords JSON files.
* KeeToReady 2.x
* Imports/exports records from/to ReadySignOn.
* MSWifiPlugin 2.x
* Exchange wireless connection information.
* 1P2KeePass 2.x
* Imports 1Password 1PIF files.

* CardFileKPPlugin 2.x
* Imports CRD files created by 'Cardfile'.
* CodeWallet 3 Import 2.x
* Imports TXT files exported by 'CodeWallet 3'.
* CodeWallet 6 Konverter 2.x
* Converts TXT files exported by 'CodeWallet 6' to importable CSV files.

* eWallet Data Liberator 2.x
* Export data from 'eWallet' and import it into KeePass.
* eWallet2KeePass 2.x
* Migrate 'eWallet' data to KeePass.
* KeePassBrowserImporter 2.x
* Imports credentials from various browsers.
* KeePassFirefoxImporter 1.x 2.x
* Imports passwords from Firefox.
* MSDN/TechNet Key Importer 2.x
* Imports MSDN/TechNet key files.
* OnePIF 2.x
* Imports 1Password 1PIF files.
* OneVault 2.x
* Imports 1Password OPVault files.

* PasscommImport 2.x
* Imports Password Commander CSV files.
* Password Minder Import 2.x
* Imports Password Minder data.


* SafeInCloudImp 2.x
* Imports SafeInCloud XML files.
* SpmImport 2.x
* Imports Steganos Password Manager files.

* Vault3Importer 2.x
* Imports Vault3 XML files.
* VaultSyncPlugin 2.x
* Imports HashiCorp Vault data.

* Convert to 1.x CSV 1.x 2.x
* Utilities to convert text files to KeePass 1.x CSV files.
* Convert to 1.x XML 1.x 2.x
* Utilities to convert text files to KeePass 1.x XML files.
* Convert to 2.x XML 1.x 2.x
* Utilities to convert text files to KeePass 2.x XML files.
* Favicon Downloader 2.x
* Download and store website favicons.
* Yet Another Favicon Downloader 2.x
* Download and store website favicons.
* ExeIconPicker 2.x
* Imports icons from Windows executables.
Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
The easiest way to browse LinkedIn privately: InCognito instantly places a switch in your LinkedIn navigation bar. Want users to see when you visit their profile? Simply toggle the switch. Want to browse LinkedIn profiles anonymously? Toggle the InCognito switch back on, and you're off to the races!
Kopere Dashboard is a tool panel with reports, online users, backup, notifications and more.
This plugin concentrates all CSV based approaches for feeding massively Moodle with initialisations as courses, users, and enrollements, completing all existing mechanisms with missing parts (cron automation, failure reports, tryback files, archiving, CSV files repository and selection, instant upload and run).
\define tempTidInputs()   $:/temp/searchwiki/input
\define searchwikiTag()   $:/tags/SearchWikis
\define indexTiddler()    $:/stw/index/{{{ [<tempTidInputs>getindex[wikiTitle]] ~[{$:/SiteTitle}] }}}


\define indexvalue() $(title)$|$(caption)$|$(tags)$

\define index-all-tiddlers()
<!-- this macro will inedex all tiddlers in the wiki -->
<$list filter="[all[tiddlers]!is[system]] $(exclude)$">
<$vars title={{!!title}} caption={{!!caption}} tags={{!!tags}} >
<$action-setfield $tiddler=<<indexTiddler>> $index=<<currentTiddler>> $value=<<indexvalue>>/>
</$vars>
</$list>
\end

\define add-wiki-info()
<!-- add the source wiki info to index tiddler through dedicated fields -->
<$action-setfield $tiddler=<<indexTiddler>> $field="stw_wiki_title"  $value={{{ [<tempTidInputs>getindex[wikiTitle]] ~[{$:/SiteTitle}] }}}/>
<$action-setfield $tiddler=<<indexTiddler>> $field="stw_wiki_url"    $value={{{ [<tempTidInputs>getindex[wikiUrl]]  }}} />
<$action-setfield $tiddler=<<indexTiddler>> $field="stw_last_update" $value=<<now "mmm DDth, YYYY 0hh:0mm:0ss">> />
<$action-setfield $tiddler=<<indexTiddler>> tags=<<searchwikiTag>> />
\end


\define display-summary()
<div class="kk-stw-indent">
<$list filter="[all[shadows+tiddlers]prefix[$:/stw/index/]tag[$:/tags/SearchWikis]]" emptyMessage="//No index tiddler existed//">
{{||$:/core/ui/Buttons/delete}}&nbsp;
{{||$:/core/ui/Buttons/export-tiddler}}&nbsp;
<$link/> <$text text={{{[<currentTiddler>get[stw_last_update]]  }}}/><br>
</$list>
</div>
\end

\define btn-Clear(index) 
<$reveal state="$(tempTidInputs)$##$index$" type="nomatch" text="">
<$button class="tc-btn-invisible kk-stw-btn">{{$:/core/images/close-button}}
<$action-setfield $tiddler=<<tempTidInputs>> $index=<<__index__>> />
</$button>
</$reveal>
\end

\define index-ui()
<label class="kk-stw-lbl">Wiki title </label>
<$edit-text tiddler=<<tempTidInputs>> index="wikiTitle" tag=input default="" placeholder={{$:/SiteTitle}} class="kk-stw-txtbox"/>&nbsp;
<<btn-Clear index:"wikiTitle">><br>

<label class="kk-stw-lbl">Wiki url </label>
<$edit-text tiddler=<<tempTidInputs>> index="wikiUrl" tag=input default="" placeholder="e.g. https://tiddlywiki.com" class="kk-stw-txtbox"/>&nbsp;
<<btn-Clear index:"wikiUrl">><br>

<label class="kk-stw-lbl">Exclude filter</label>
<$edit-text tiddler=<<tempTidInputs>> index="excludeItems" tag=input default="" placeholder="e.g. -[prefix[demo]]" class="kk-stw-txtbox"/>&nbsp;
<<btn-Clear index:"excludeItems">><br>

<!-- Make index tiddler-->
<$wikify name=indexTiddler text=<<indexTiddler>> >
<$vars exclude={{{ [<tempTidInputs>getindex[excludeItems]] }}}>
<span class="kk-stw-lbl"/>
<$button>Make Index
<$list filter="[<tempTidInputs>getindex[wikiUrl]!is[blank]]" variable=ignore>
<<index-all-tiddlers>>
<<add-wiki-info>>
</$list>
</$button>
<<display-export-button>>
<<display-summary>>
</$vars>
</$wikify>
\end


<style>
.kk-stw-lbl {display:inline-block; width:85px;}
.kk-stw-txtbox {display:inline-block; width:40ch;}
.kk-stw-indent{padding-left:60px; margin-top:1em;font-size:small;}
.kk-stw-btn svg{fill:#999999}
</style>


<<index-ui>>

Infection Monkey is a open source automated security testing tool for testing a network's security baseline.

Monkey is a tool that infects machines and propagates and Monkey Island is the server for an administrator to control and visualize progress of Infection Monkey.

!!! Features
* Multiple Attack Capabilities
* Multiple Detection Capabilities
* Multiple propagation techniques
* Numerous exploit methods
* [[Comparing Hyper-V Generation 1 and Generation 2 Virtual Machines|https://www.vembu.com/blog/comparing-hyper-v-generation-1-and-generation-2-virtual-machines-2/]]
* [[Several tips and hints to full-throttle your Hyper-V performance|https://www.hyper-v.io/several-tips-hints-full-throttle-hyper-v-performance/]]
* 
* 
* 
* 
* 
* 
As useful as it is to think of tags as “virtual spaces,” this still leaves us with overwhelming complexity. Conceptual spaces are vast, ever-changing, and complex. The failure of every attempt throughout history to create a “universal taxonomy” for all human knowledge is a testament to how incredibly difficult (or impossible) this task is.

I believe that what is needed for tagging to fulfill its potential while remaining feasible is to change its function: from labeling the “conceptual meaning” of bits of knowledge (which is labor-intensive, time-consuming, and fragile), to tracking its lifecycle.

What is a “knowledge lifecycle”?

It is the series of stages that knowledge moves through on its way to becoming a finished product. The stages vary based on what exactly that finished product is, but can include:

* Identifying knowledge
* Capturing knowledge
* Verifying knowledge
* Interpreting knowledge
* Organizing knowledge
* Categorizing knowledge
* Disseminating knowledge
* Combining knowledge
* Creating knowledge
* Using knowledge
* Re-evaluating knowledge

[img[https://i2.wp.com/fortelabs.co/wp-content/uploads/2019/01/3.001.jpeg?resize=1024%2C576&ssl=1]]

The key feature of these stages is that there are relatively few of them, and they change slowly. The products of creativity are constantly evolving and in flux, but the creative process is ancient and unchanging. By tagging according to the stages of this process, we can facilitate creativity without having to constantly redesign our organizational systems.

This idea is anything but new. In 1969, Robert Horn first published a paper outlining “information mapping” as a new approach to creating technical reference books. It was a system of principles for identifying, categorizing, and interrelating information to make learning easier in complex, information-rich environments. It was first applied to the military and to computer instruction, and has since been applied to dozens of other fields and scenarios.

At the heart of information mapping is a project lifecycle methodology. It assumes that the overarching goal of knowledge collection is to put it to use in real projects. But there is not one fixed, predetermined use. The same chunk of knowledge might be used in different ways at different times. For example:

* Initial learning
* Relearning or review
* Reference
* Briefing and browsing
* Updating with changes
* Using as job aids (preparing checklists, menus, or protocols)

All these activities may use the same bits of knowledge, but in different ways and at different levels of detail. A training manual has to be able to adapt and reorganize itself according to the needs of different kinds of readers, instead of offering a “one size fits all” version. Horn’s solution to this challenge was “information blocks” – organizing knowledge into standardized “chunks” that could be mixed and matched to suit a specific need.

Information blocks replaced paragraphs as the fundamental unit of meaning and presentation. Unstructured information was “clustered” into information blocks with clear labels, which were linked together and further refined in the writing process.

Horn and his collaborators identified 40 types of information blocks that could be categorized as one of seven types:

# Procedure
# Process
# Concept
# Structure
# Classification
# Principle
# Fact

These types were standardized across all kinds of topics and projects. Research by Horn and others indicated that about 80% of virtually any subject matter could be classified using this system. It was found that by chunking a body of information in this way early on in a project, there were tremendous benefits at every subsequent stage.

Information mapping was, on the surface, designed to make writers’ jobs easier, specifying standardized ways of gathering and presenting the right information for a given document. But it also made the readers’ job easier. With each information block labeled according to its type and purpose, readers were able to scan a block and quickly understand its content and structure. This allowed them to customize the learning process: they could read from beginning to end if it was their first pass, or go directly to the block most relevant to their needs if they were already familiar with the subject. The labels made it easier to manage the intermediate stages of what they were reading, increasing reader’s confidence in their ability to understand and make use of the text.

Information mapping was an important step toward “Just-in-Time Learning.” Instead of giving readers a massive text and expecting them to hold it all in their mind until some future, unspecified date, information was structured so that it could be retrieved quickly and efficiently just as it was needed.

What can information mapping teach us about tagging? Decades of research in this field have shown that the best use for labels is as an output mechanism, not an input mechanism. Horn’s breakthrough was distinguishing two very different functions of information – learning and reference – and recognizing that we needed to enable flexible, dynamic ways of re-organizing blocks of information to suit these different needs.

By labeling our notes when they are being used, instead of when they are created, we move the work of tagging as close as possible to the problem it is meant to solve. And by making that work conditional on the execution of a project, we ensure that every bit of effort spent in tagging is put to use.
https://github.com/sharkdp/insect
```
Enable-WindowsOptionalFeature -Online -FeatureName:Microsoft-Hyper-V -All
```
or you can use the following CMD DISM command:


```
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
```
you need to modify some scripts, and regenerate a new initrd. It's a bit involving.

The easiest way is to copy the vloop folder from our pre-build vhd file to your vhd, then do "sudo make".


////////////////// readme file /////////////////
# Copyright (C) 2011 VMLite, Inc.
#
# www.vmlite.com
#
# Authors: Huihong Luo and Bin He
#
# This file is part of VMLite VBoot for Linux project, as available from www.vmlite.com.
# VBoot Linux is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.

If your Linux Ubuntu system has exactly same version as VBoot supports, you can simply run the following to install VBoot:

"sudo make"

which installs VBoot drivers, modified initramfs scripts, as well as creating a new initrd file in /boot that can be used to boot from a virtual disk file.

This folder contains VBoot Linux binary files.

vloop.ko is the Linux kernel module that provides virtual disk support.
vlosetup is the user space program that you can use to mount virtual disk files. It supports VHD, VMDK and VDI formats.

The other folders contain scripts that must be modified in order to boot from a virtual disk file.

initramfs-tools --- the original Ubuntu scripts that VBoot patch is modified from.

initramfs-tools-vboot --- the modified scripts that supports VBoot. You can diff this folder to initramfs-tools to find our the difference. If your system has same scripts as inside initramfs-tools, then you can simply copy this modified version to overwrite your system files.

initramfs-backup --- if you run "make" to install the modified scripts in initramfs-tools-vboot, this folder contains the backup copy of your system's original files.

After you have install VBoot in your Linux system, you will need to use and configure VBoot Loader to boot the virtual disk file.
After you extracted the vboot zip file, you need to install it in order to boot from VBoot. There are two ways, the first and safest way is to chainload from your existing Windows boot manager, which keeps all of your Windows boot entries, and VBoot appears as an extra boot entry from the Windows boot manager. The second way is to install VBoot directly to the hard disk or to a USB drive, so VBoot Loader will be the first program to run after your PC powers on, which bypasses Windows Boot Manager, so you don't need Windows Boot Manager at all. 

*[[Chainloading from Windows Boot Manager|Chainloading from Windows Boot Manager]]
*[[Installing VBoot Loader directly to a hard disk or external USB drive|Installing VBoot Loader directly to a hard disk or external USB drive]]
*[[ Chainloading from other boot loaders|Chainloading from other boot loaders]]
First, boot your computer using the physical cdrom.

Once you see the Install button, on Vista/2008, you need to click it first, then you can press Shift F10 key to launch the command window.  On Windows 7/2008R2, you can press Shift-F10 without clicking the Install button.

Once the command window appears, you need to run the following commands to create a virtual disk and the mount it: 
32-bit:
c:\vboot\tools\x86\vbootctl.exe createhd c:\win7.vhd /size 40 
c:\vboot\tools\x86\vbootctl mount c:\win7.vhd /setup

64-bit:
c:\vboot\tools\amd64\vbootctl.exe createhd c:\win7.vhd /size 40 
c:\vboot\tools\amd64\vbootctl mount c:\win7.vhd /setup  (for 64-bit)


After this, you proceed the installation as usual. At one step, you need to select a disk to install Windows, make sure you select the virtual disk, usually the last disk. 

After  reboot, your virtual disk is ready to go, and finally, you can boot to the virtual disk using this entry: 
menuentry "Vista VHD" {
   vboot harddisk=(hd0,1)/vista.vhd
}
vbootedit.exe create title="Vista VHD" harddisk=c:\vista.vhd
To make the installation experience really simple, we have created a command line to help you. You can simply run this command line using your Windows CD/DVD or .ISO file as input, by the end, you will have a bootable virtual disk file that you can add to VBoot Loader, and boot to it.

For example, you can run the following commands to create a 80G Windows 7 VMDK file, then add a boot entry to VBoot Loader.
(1) vbootctl make c:\win7.vhd c:\en_windows_7_x86.iso /size 80
(2) vbootedit.exe create title="Windows 7 VMDK Boot" harddisk=c:\win7.vhd


After reboot, you should see an entry named as "Windows 7 VMDK Boot", and you select it to boot to Windows 7 VMDK.

Note that this command does not work for Windows 2000, Windows XP and Windows 2003. 

It's recommended to run this command on Windows Vista and above hosts. If you run this command on Windows XP, you will have trouble booting to the virtual disk file, and you need to run "bootsect.exe" utility to correct the NTFS boot sectors.

The full syntax is described as follows:
D:\vboot\tools\x86>vbootctl.exe make

SYNTAX:
  vbootctl make diskfile source [/imageIndex index] [/size size_in_G] [/format VDI|VHD|VMDK] [/fixed]

OPTIONS:
  diskfile  Specify the path to the new virtual disk file to create.
            It can be a .vmdk, .vhd or .vdi file.

  source    Specify the source of Windows OS.
            It can be an .iso file, or cdrom drive, or a .wim file.

  /imageIndex index
            Specify the 1-based index that identifies the image within the WIM file.

  /size size_in_G
            Specify the virtual disk size in giga bytes, e.g., 1.5.
            Default size is 16G if you don't specify any size.

  /format   Specify virtual disk format: VDI, VHD or VMDK. Default is VHD format.

  /fixed    The virtual disk is fixed, all space will be allocated.

EXAMPLES:
  vbootctl make c:\win7.vhd en_windows_7_x86.iso /size 80
  vbootctl make c:\win7.vhd E:\ /size 80
  vbootctl make c:\win7.vhd E:\sources\install.wim /size 80

Once you have VBoot Loader installed, you can now proceed to install a fresh operating system to a virtual disk file. 

1) On your host disk, create a virtual disk file. VBoot support VHD/VMDK/VDI formats. 

For example, you can use this command to create 40 G dynamic VHD: 


```
c:\vboot\tools\x86\vbootctl.exe createhd c:\win7.vhd /size 40
```


You can use /format option to specify other virtual disk formats.

(2) Edit and configure grub.cfg file, a sample grub.cfg should exist in \vboot\grub folder. You need to follow these 2 steps to install Vista to the virtual disk, then boot from it. Note that you must adjust all of the paths according to your own files.
First step: 

```
menuentry "Vista Install" {
   vboot harddisk=(hd0,1)/vista.vhd cdrom=(hd0,1)/vista.iso boot=cdrom
}
vbootedit.exe create title="Vista Install" harddisk=c:\vista.vhd cdrom=c:\vista.iso boot=cdrom
```



After you boot to this entry, you will see the normal Vista setup screens as booted from a physical cdrom.

Once you see the Install button, you need to click it first, then you will be able to press Shift F10 key to launch the command window.  

You need to run the following command to load the VBoot virtual disk drivers:


```
c:\vboot\tools\x86\vbootctl setup    (for 32-bit)
c:\vboot\tools\amd64\vbootctl setup  (for 64-bit)

```


After this, you proceed the installation as usual. At one step, you need to select a disk to install Vista, make sure you select the virtual disk, usually the last disk. 

After  reboot, your virtual disk is ready to go, and finally, you can boot to Vista virtual disk using this entry: 

```
menuentry "Vista VHD" {
vboot harddisk=(hd0,1)/vista.vhd
}
vbootedit.exe create title="Vista VHD" harddisk=c:\vista.vhd

```
Once you have VBoot Loader installed, you can now proceed to install a fresh operating system to a virtual disk file. 

1) On your host disk, create a virtual disk file. VBoot support VHD/VMDK/VDI formats. 

For example, you can use this command to create 40 G dynamic VHD: 

 c:\vboot\tools\x86\vbootctl.exe createhd c:\win7.vhd /size 40  

You can use /format option to specify other virtual disk formats.

(2) Edit and configure grub.cfg file, a sample grub.cfg should exist in \vboot\grub folder. You need to follow these two steps to install Windows 7/8 to the virtual disk, then boot from it. Note that you must adjust all of the paths according to your own files.
First step: menuentry "Windows 7 Install" {
   vboot harddisk=(hd0,1)/win7.vhd cdrom=(hd0,1)/win7.iso boot=cdrom
}
vbootedit.exe create title="Windows 7 Install" harddisk=c:\win7.vhd cdrom=c:\win7.iso boot=cdrom


After you boot to this entry, you will see the normal Windows 7 setup screens as booted from a physical cdrom.

Once you see the Install button, make sure to press Shift F10 key to launch the command window.  You need to run the following command to load the VBoot virtual disk drivers:
c:\vboot\tools\x86\vbootctl setup    (for 32-bit)
c:\vboot\tools\amd64\vbootctl setup  (for 64-bit)


After this, you proceed the installation as usual. At one step, you need to select a disk to install Windows 7 or Windows 8, make sure you select the virtual disk, usually the last disk. 

After  reboot, your virtual disk is ready to go, and finally, you can boot to Windows 7 or Windows 8 virtual disk using this entry: 
menuentry "Windows 7 VHD" {
    vboot harddisk=(hd0,1)/win7.vhd
}
vbootedit.exe create title="Windows 7 VHD" harddisk=c:\win7.vhd
#[[Install Windows XP to a virtual disk file|Install Windows XP to a virtual disk file]]
#[[Install Windows 7/2008 R2/Windows 8 32- and 64-bit to a virtual disk file|Install Windows 7/2008 R2/Windows 8 32- and 64-bit to a virtual disk file]]
#[[Install Vista/2008 32- and 64-bit to a virtual disk file|Install Vista/2008 32- and 64-bit to a virtual disk file]]
#[[Install Vista, 2008, Windows 7, Windows 8, 2008 32- and 64-bit to a virtual disk file from a physical cdrom|Install Vista, 2008, Windows 7, Windows 8, 2008 32- and 64-bit to a virtual disk file from a physical cdrom]]
#[[Install Vista, Windows 7, Windows 8 and 2008 32- and 64-bit to a virtual disk file using a simple command line|Install Vista, Windows 7, Windows 8 and 2008 32- and 64-bit to a virtual disk file using a simple command line]]

#[[Converting virtual disk files to become bootable via VBoot|Converting virtual disk files to become bootable via VBoot]]


#[[Troubleshooting vBoot for Windows|]]
Once you have VBoot Loader installed, you can now proceed to install a fresh operating system to a virtual disk file. 

(1) On your host disk, create a virtual disk file. VBoot support VHD/VMDK/VDI formats. 

For example, you can use this command to create 40 G dynamic VHD: 

 c:\vboot\tools\x86\vbootctl.exe createhd c:\winxp.vhd /size 40  

You can use /format option to specify other virtual disk formats.

(2) Edit and configure grub.cfg file, a sample grub.cfg should exist in \vboot\grub folder. You need to follow these 3 steps to install Windows XP/2003 to the virtual disk, then boot from it. Note that you must adjust all of the paths according to your own files.
First step: menuentry "XP Install Step 1" {
   vboot harddisk=(hd0,1)/winxp.vhd floppy=(hd0,1)/vboot/vboot.img cdrom=(hd0,1)/winxp-sp2.iso boot=cdrom
}


If you don't want to manually edit grub.cfg file, or have trouble getting the correct paths, you can also run this command to add the entry automatically. Note that you have to use Windows paths as input to vbootedit program.
vbootedit.exe create title="XP Install Step 1" harddisk=c:\winxp.vhd floppy=c:\vboot\vboot.img cdrom=c:\winxp-sp2.iso boot=cdrom

After you boot to this entry, you will see the normal Windows XP setup screens. At one step, you need to select a disk to install XP, make sure you select the virtual disk, usually the last disk labeled as VBOOTMP. After first reboot, you select this boot entry: 
menuentry "XP Install Step 2" {
    vboot harddisk=(hd0,1)/winxp.vhd cdrom=(hd0,1)/winxp-sp2.iso boot=harddisk
}


If you don't want to manually edit grub.cfg file, or have trouble getting the correct paths, you can also run this command to add the entry automatically. Note that you have to use Windows paths as input to vbootedit program.
vbootedit.exe create title="XP Install Step 2" harddisk=c:\winxp.vhd cdrom=c:\winxp-sp2.iso boot=harddisk

After another reboot, your virtual disk is ready to go, and finally, you can boot to XP virtual disk using this entry: 
menuentry "XP VHD" {
    vboot harddisk=(hd0,1)/winxp.vhd
}


If you don't want to manually edit grub.cfg file, or have trouble getting the correct paths, you can also run this command to add the entry automatically. Note that you have to use Windows paths as input to vbootedit program.
vbootedit.exe create title="XP VHD" harddisk=c:\winxp.vhd

For Windows 2003, you do the following with the same floppy image.
menuentry "Windows 2003" {
    vboot harddisk=(hd0,1)/win2k3.vhd
}
vbootedit.exe create title="Windows 2003" harddisk=c:\win2k3.vhd

menuentry "Windows 2003 Install Step 2" {
    vboot harddisk=(hd0,1)/win2k3.vhd cdrom=(hd0,1)/win2k3.iso boot=harddisk
}
vbootedit.exe create title="Windows 2003 Install Step 2" harddisk=c:\win2k3.vhd cdrom=c:\win2k3.iso boot=harddisk

menuentry "Windows 2003 Install Step 1" {
   vboot harddisk=(hd0,1)/win2k3.vhd floppy=(hd0,1)/vboot/vboot.img cdrom=(hd0,1)/win2k3.iso boot=cdrom
}
vbootedit.exe create title="Windows 2003 Install Step 1" harddisk=c:\win2k3.vhd floppy=c:\vboot\vboot.img cdrom=c:\win2k3.iso boot=cdrom


For Windows XP/2003 64-bit, you do the following with a different floppy image, vboot-x64.img. You can also use the same vboot.img as the 32-bit, but you will need to press F6 and select 64-bit driver. vboot.img and vboot-x64.img are same except for the default driver, so you don't need to press F6.
menuentry "Windows 2003" {
   vboot harddisk=(hd0,1)/win2k3.vhd
}
vbootedit.exe create title="Windows 2003" harddisk=c:\win2k3.vhd

menuentry "Windows 2003 Install Step 2" {
   vboot harddisk=(hd0,1)/win2k3.vhd cdrom=(hd0,1)/win2k3-64.iso boot=harddisk
}
vbootedit.exe create title="Windows 2003 Install Step 2" harddisk=c:\win2k3.vhd cdrom=c:\win2k3-64.iso boot=harddisk

menuentry "Windows 2003 Install Step 1" {
   vboot harddisk=(hd0,1)/win2k3.vhd floppy=(hd0,1)/vboot/vboot-x64.img cdrom=(hd0,1)/win2k3-64.iso boot=cdrom
}
vbootedit.exe create title="Windows 2003 Install Step 1" harddisk=c:\win2k3.vhd floppy=c:\vboot\vboot-x64.img cdrom=c:\win2k3-64.iso boot=cdrom


* [[http://reboot.pro/topic/18547-vhd-xp-setup-install-xp-in-vhd/]]
* [[https://github.com/wimbrts/VHD_XP_Setup]]
YaCy is a free search engine that anyone can use to build a search portal for their intranet or to help search the public internet. When contributing to the world-wide peer network, the scale of YaCy is limited only by the number of users in the world and can index billions of web pages.

!! Why Yacy instead of Other Search Engines?

It is fully decentralized, all users of the search engine network are equal, the network does not store user search requests and it is not possible for anyone to censor the content of the shared index. We want to achieve freedom of information through a free, distributed web search which is powered by the world’s users.

Install Yacy On Debian 7 ‘Wheezy’

You need to install OpenJDK6. You don’t need to install any external databases or a web server, everything will be installed with YaCy.

Add the Yacy repository

Open `/etc/apt/sources.list file,`


```
# nano /etc/apt/sources.list
```

and add the following line.


```
deb http://debian.yacy.net ./
```

Now update the sources list with command.


```
# apt-get update
```

Now install Yacy with command:


```
# apt-get install openjdk-6-jre-headless yacy
```

During the installation, you will be asked to enter the name of your server.

Choose the admin user password for Yacy.

Choose a Yacy network to participate from the list. All are self explanatory. Choose the relevant network to participate.

Enter the size of the initial java memory setting:

Enter the maximum size of java memory setting:

After a while, Yacy installation has been completed now.

Access Yacy Web Interface

You can access the Yacy web interface by navigating to the URL http://ip-address:8090/. If you can’t access Yacy web interface from your remote clients allow the port 8090 through firewall/router.



At this time Yacy can’t be accessed from the outside of your network. You should adjust the router by allowing the port 8090 to access YaCy from outbound network.

!! Access Yacy Administration Interface

Click on the ‘Administration’ link on the right top corner of the Yacy main interface. Enter the user name as ‘admin’ and its password that you’re created earlier during the installation.

Console Status - Mozilla Firefox_014This is how your Yacy admin console looks.

Access Configuration - Mozilla Firefox_015

From here, you can do various administration things such as shutdown/restart admin console, change Yacy admin console default port 8090, monitor yacy statistics etc.

Starting/Stopping Yacy

Yacy will be started automatically after installing it. If you want to start/restart/stop yacy service, use the following commands with root user.


```
# /etc/init.d/yacy start
# /etc/init.d/yacy restart
# /etc/init.d/yacy stop
```

Also you can view the status of the Yacy service with command:


```
# /etc/init.d/yacy status
```

Automatic Updates

By default, Yacy internal updater doesn’t work automatically. So we need to make it to update automatically using cron job.

Open `/etc/crontab` file,


```
# nano /etc/crontab
```

Add the following line:


```
0 6 * * * root apt-get update && apt-get -y --force-yes install yacy
```

Restart cron service to take effect the saved changes.


```
# /etc/init.d/cron restart
```

Now your peer-peer search engine is ready to use. For more information about Yacy configuration and administration i suggest you to visit the official demo page.
VBoot Loader is an independent piece of software, it does not depend on Windows boot manager at all, VBoot itself can boot your virtual disk files or cdrom ISO files. However, in this case, you need to install VBoot Loader directly to the first few sectors of the hard disk, or external USB drive. This way, VBoot Loader will be the first program to run after your PC powers on. From here, you can also chainload to your Windows boot manager, please refer to GRUB2 user manual for more info.

Note that once you installed VBoot Loader to a hard disk, your original Windows boot manager will no longer start up, so be very careful about installing VBoot to your real hard disk, unless you are absolutely clear in what you are doing. Otherwise, chainloading from Windows boot manager is the safest way to go.

To install VBoot Loader to a hard disk or external USB drive, you run this command:
vbootedit.exe install /drive C: /mbr

Obviously, you need to replace the drive letter with your hard disk or USB drive's drive letter. Once installed, when you power on your PC, you will first see VBoot boot menu appears. If for some reason, it does not show up, you can hold down Shift key while your PC is booting up.
We need to add the root certificate to any laptops, desktops, tablets, and phones that will be accessing your HTTPS sites. This can be a bit of a pain, but the good news is that we only have to do it once. Once our root certificate is on each device, it will be good until it expires.
* https://github.com/esl/MongooseIM
* https://www.igniterealtime.org/projects/openfire/index.jsp
*https://deepstream.io/




Image CRUD is an automatic multiple image uploader for Codeigniter, using the same philoshopy as grocery CRUD library. Just some simple lines of code and you have all the functionality that you need.
https://download.ir/udemy-neuroplasticity-the-ultimate-brain-rewiring-formula-3-0/
Create and add rich content inside your LMS for free. Some examples of what you get with H5P are Interactive Video, Quizzes, Collage and Timeline.
* [[Warez Websites]]
* [[Tutorials websites]]
* [[AwesomePiracy]]
* 
* 
* 
* 
* 
* 
#[[WebBrowsers]]
Wubi ("Windows-based Ubuntu Installer") is a discontinued free software Ubuntu installer, that was the official Windows-based software, from 2008 until 2013,[2] to install Ubuntu from within Windows, to a single file within an existing Windows partition.

After installation, it added a new "Ubuntu" option to the existing Windows boot menu which allowed the user to choose between running Linux or Windows, and avoided the need to re-partition the disk.
* ''[[What is native VHD boot|]]''?
* ''[[Goals|]]''
* ''[[Available VHD types|]]''
<<<
 Note

The maximum size of a VHD is 2040 GB (2 TB).
<<<

[[Limitations|]]

[[Example scenarios|]]

[[Tools|]]
https://i2pd.website/
!!! Invoice Ninja is incredibly easy to use.
Invoice Ninja was built to serve freelancers and business owners with a complete suite of invoicing & payment tools to advance your business. Invoicing & Payments Every feature is geared towards accurate and secure invoicing and getting you paid. Instead of using Word and Excel docs, nondescript PayPal forms or overpriced software, with Invoice Ninja you can send beautiful branded invoices with minimum of effort and maximum professionalism.

!!! Invoice Ninja’s ‘Suite of Solutions’ – every tool a business owner needs
Time Tracker & Projects The feel of desktop software but with the power of a web-based app. The time-tracker app can either launched from within your online Invoice Ninja account, or using a downloaded desktop icon. Just click, and begin! Create projects and individual tasks per project. When done, simply “Send task to invoice” and all details will be sent ready for your clients to pay! Track Vendors & Expenses With Invoice Ninja, all your earnings, expenses, clients and vendors are stored and managed in one system. Categorize your vendors & re-invoice expenses to clients, or simply run expense reports.

!!! Invoice Ninja is dynamic, online and accessible anywhere.
Everything about Invoice Ninja happens online, in your secure account. You can access your invoicing activity no matter where you are and what device you’re using. Integrate with thousands of apps And although everything you need to invoice your customers & get paid can be found on InvoiceNinja.com, Invoice Ninja also integrates with thousands of apps via Zapier, Integromat, and more!

This plugin adds support for loading/saving files from/to servers using the SCP (Secure CoPy) protocol, SFTP (SSH File Transfer Protocol) and FTPS (FTP over SSH).

KeePass can handle FTP by default (using classes of the .NET framework). However, this plugin replaces the FTP handler to use WinSCP instead. So, if you have problems with the .NET FTP classes, installing IOProtocolExt might solve them.

Due to its usage of WinSCP, the IOProtocolExt plugin only works on Windows. If you are using Linux, consider other plugins (like SftpSync) instead.

Download plugin: [[[v1.16|https://keepass.info/extensions/v2/ioprotocolext/IOProtocolExt-1.16.zip]] for KeePass 2.40 and higher]
*https://github.com/ipfs-shipyard/ipfs-companion
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 

AHCI vs RAID mode which one is better? This answer depends on the type of drives. Compared with RAID, AHCI mode is relatively suitable for the SSD drives with the SATA interface. Well, the interface of your SSDs has an impact on the performance.

Generally speaking, RAID is widely used to manage your multiple hard disk drives, which can improve the performance of your computer and provide the fault tolerance features. So, if you are using multiple hard drives, RAID may be a better choice.

Some people want to add an SSD drive on the Windows computer that’s already installed the HDDs under RAID mode. For this situation, it’s not recommended that you convert RAID configuration to AHCI. Once you convert to AHCI, your RAID array might not work any longer, but you can still stipe the multiple drives in Windows.

To sum up, there are 3 major situations about RAID vs AHCI based on your drives.

If you are using a SATA SSD drive, AHCI may be more suitable than RAID.
If you are using multiple hard drives, RAID is a better choice.
If you want to use an SSD plus extra HHDs under RAID mode, it’s recommended that you continue using RAID mode.
In fact, the question “RAID vs AHCI which’s better” is discussed out of the concern for performance. You don’t have to worry the performance will be affected if you are using multiple drives (for example, an SSD plus 2 hard drives) under RAID. No matter you choose RAID or AHCI, you still can manage the multiple drives effectively using professional software.
* [[Isometric Design Resources]]

* [[Isometric Design Concepts]]

* https://design.tutsplus.com/articles/22-illustrator-tutorials-for-creating-isometric-illustrations--vector-5017
Axonometric Grid
* [[Create beautiful 3D looking Maps, Infographics and Isometric Illustrations within minutes|https://icograms.com/]]
*[[Creating Stylized Art training course for Isometric Games in 3ds Max|https://download.ir/%D8%AF%D8%A7%D9%86%D9%84%D9%88%D8%AF-%D8%AF%D9%88%D8%B1%D9%87-%D8%A2%D9%85%D9%88%D8%B2%D8%B4%DB%8C-creating-stylized-art-for-isometric-games-in-3ds-max/]]
* [[2D Isometric Art For Video Games: Drawing and Designing|https://download.ir/%D8%AF%D8%A7%D9%86%D9%84%D9%88%D8%AF-%D9%81%DB%8C%D9%84%D9%85-%D8%A2%D9%85%D9%88%D8%B2%D8%B4%DB%8C-2d-isometric-art-for-video-games-drawing-and-designing/]]
* [[Drawing Vector Graphics - Isometric Illustration|https://download.ir/%D8%AF%D8%A7%D9%86%D9%84%D9%88%D8%AF-%D9%81%DB%8C%D9%84%D9%85-%D8%A2%D9%85%D9%88%D8%B2%D8%B4%DB%8C-drawing-vector-graphics-isometric-illustration/]]
* 
* 
* 
* 
* 
* 

https://ar.wikiversity.org/wiki/%D8%A3%D8%B3%D8%A7%D8%B3%D9%8A%D8%A7%D8%AA_%D8%AA%D9%83%D9%86%D9%88%D9%84%D9%88%D8%AC%D9%8A%D8%A7_%D8%A7%D9%84%D9%85%D8%B9%D9%84%D9%88%D9%85%D8%A7%D8%AA
* [[Identity Management Solution (IPA)|]]
* [[AirGapped Systems]]
* [[VPN|]]
* [[Password Management|]]
* KeePass
*[[Communication|]]
*[[Web Filtering|]]
*[[Privacy|]]
*[[Certificate Authority|]]
*[[Authentication|]]
*[[Encryption]]
*[[Pentesting]]
*[[Backup Data & Recovery]]
*[[Windows Updates]]

!!! ''Resources''

*https://github.com/Hack-with-Github/Awesome-Hacking

!![[Security IT Tools]]
iTans or 'indexed security tokens' are becoming standard to improve access security in online banking and similar applications.

iTanMaster provides easy and fast access to the encrypted storage of such indexed security tokens.

iTanMaster supports single, dual (e.g. Interactive Brokers) and triple token systems (e.g. Flatex AG) where the final access TAN is constructed from multiple separately indexed and then concatenated token parts.
\define drop-values() $:/config/EditTemplateFields/Visibility/$(field)$

In the below example, the output of the macro `drop-values` is used as a variable to construct a reference to the following tiddler...

; [[$:/config/EditTemplateFields/Visibility/exercise]]
: sets the gobal visibility of the field `exercise` to hidden
: also defines `values` to be used for the select box in a `values` field

Subsequently, its field `values` is extracted using the [[get]] FilterOperator. Another nested list then uses the thus retrieved values to evaluate them as a filter expression...

```
\define drop-values() $:/config/EditTemplateFields/Visibility/$(field)$

<$set name=field value=exercise>
<$select field=<<field>>>
<$list filter="[<drop-values>get[values]]">
<$list filter=<<currentTiddler>>>
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$list>
</$select>
</$set>
```

Renders as...

<<<
<$set name=field value=exercise>
<$select field=<<field>>>
<$list filter="[<drop-values>get[values]]">
<$list filter=<<currentTiddler>>>
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$list>
</$select>
</$set>
<<<

''proof''

```
{{!!exercise}}
```

<<<
{{!!exercise}}
<<<

For the full example, see [[Conditional EditTemplate Fields]]...
''iterate standard `list` field of ExampleTiddler''

```
<$list filter="[list[ExampleTiddler]]">
<<currentTiddler>><br>
</$list>
```

<<<
<$list filter="[list[ExampleTiddler]]">
<<currentTiddler>><br>
</$list>
<<<

''proof''

```
{{ExampleTiddler!!list}}
```

<<<
{{ExampleTiddler!!list}}
<<<

''iterate list field called `reverse` of ExampleTiddler''

```
<$list filter="[list[ExampleTiddler!!reverse]]">
<<currentTiddler>><br>
</$list>
```

<<<
<$list filter="[list[ExampleTiddler!!reverse]]">
<<currentTiddler>><br>
</$list>
<<<

''proof''

```
{{ExampleTiddler!!reverse}}
```

<<<
{{ExampleTiddler!!reverse}}
<<<
Free Opensource ITGlue alternative - Client IT Documentation, Ticketing, Invoicing and Accounting Web Application for MSP (Managed Service Providers).

IT Documentation Accounting and Invoicing System for Small MSPs.
iTop stands for IT Operations Portal. It is a complete open source, ITIL, web based service management tool including a fully customizable CMDB, a helpdesk system and a document management tool. iTop also offers mass import tools and web services to integrate with your IT

!!! Features
* Fully configurable Configuration Management (CMDB)
* HelpDesk and Incident Management
* Service and Contract Management
* Change Management
* Configurable SLA Management
* Graphical impact analysis
* CSV import tool for any data
* Consistency audit to check data quality
* Data synchronization (for data federation)
Ivory Search is a simple to use advanced WordPress search plugin.

It enhances the default WordPress search and also allows you to create new custom search forms.

!!! KEY FEATURES
* Search WooCommerce products.
* Search images, files and attachments.
* Customize search form using customizer.
* Search using AJAX search.
* Track searches in search analytics.
* Create unlimited number of search forms.
* Configure each search forms separately.
* Configure search form to search specific content.
* Exclude specific content from search results.
* Display Search Forms anywhere on your site.
* Supports multilingual search.
* Multilingual Search supported by Weglot
* Integrates with popular plugins such as WooCommerce, Weglot, Polylang, bbPress, WPML etc.
A QR code is a two dimensional barcode that stores information in black and white dots. J QR Code Generator is a simple easy to use QR code generator that works offline and completely free.
Current version support to generate QR Code for plain text, website(URL), SMS, and Email (more will be added in next version).

!!! Features
* Generate QR Codes offline
* Create QR Code for Plain Text,Website,SMS and Email
* Export in PNG & JPEG format
* Copy generated QR code to clipboard
* Portable
* Small size
A starter template that supports multi-tenant (Frontend / Admin Panel / API) website in a single application. This is a fork of abandoned CodeIgniter 3 Bootstrap.

This repository is developed upon the following tools:

* CodeIgniter (3.1.11) - PHP framework
* CodeIgniter HMVC Extensions - modular structure by wiredesignz
* codeigniter-base-model - more advanced CRUD functions for models by jamierumbelow
* codeigniter-restserver - base setup for API module
* Ion Auth - (3.0) authentication library for CodeIgniter by Ben Edmunds
* Bootstrap (4.4.1) - popular frontend framework
* Grocery CRUD (custom based on v1.6.3) - feature-rich library to build CRUD tables
* Image CRUD (v0.8) - CRUD library for image management
* AdminLTE (3.0.2) - bootstrap theme for Admin Panel

!!! Features
This repository contains setup for rapid development:

* Multi-tenant (e.g. Frontend Website, Admin Panel, API) website in single application
* Modular design by CodeIgniter HMVC extension
* Custom config files (sites.php, locale.php) for easy configuration of website behavior
* Admin Panel with AdminLTE v3 theme, and Grocery CRUD integration
* Admin Panel includes usage of Sortable library
* API Site with Swagger UI integrated, via annotations supported by swagger-php library
* API Site to handle RESTful endpoints, with shortcut functions to grab parameters and display results
* User authentication for Frontend Website (Sign Up, Login, Forgot Password, etc.)
* User authentication for Admin Panel (Login, Change Password, etc.)
* Preset layouts and templates
* Preset asset pipeline (e.g. minify scripts, image optimization) via gulp (reference from gulp-starter)
* Preset data structure for Blogging (with pagination) and Cover Photos (carousel), which can be managed from Admin Panel
* Form Builder library to help with form rendering with Bootstrap theme, form validation, etc.
* Breadcrumb and Pagination handling fit with Bootstrap theme
* Custom 404 pages for Frontend Website and Admin Panel
* Multilingual support
* Email config setup
* Functions to be called from CLI (e.g. daily cron job, database backup)
... more coming!
Helps you read Japanese text
This Chrome extension works in concert with Japanese IO (https://www.japanese.io) and brings easy access to dictionary lookups, readings, kanji and example sentences to help you read Japanese web pages.

Notice that this extension requires a free Japanese IO account, which can be created from the extension after it has been installed.  Paid feature upgrades are available.

Word lookups are stored in your profile and you can review and study this vocabulary on the Japanese IO website.
* https://agrtech.com.au/windows/setup-j-r-v-s-pc/
*https://www.youtube.com/watch?v=fm8MGPKgUPk
*https://www.youtube.com/watch?v=wvkikkRm-_Q
JasperReports Library is the world's most popular open source business intelligence and reporting engine.
It is entirely written in Java and it is able to use data coming from any kind of data source and produce pixel-perfect documents that can be viewed, printed or exported in a variety of document formats including HTML, PDF, Excel, OpenOffice and Word.

The project is also available at:
https://github.com/TIBCOSoftware/jasperreports

Jaspersoft Studio is the open source report designer for the JasperReports Library.
https://community.jaspersoft.com/project/jaspersoft-studio

JasperReports Server is the most popular open source interactive reporting and analytics server built-on JasperReports Library.
https://community.jaspersoft.com/project/jasperreports-server

JasperReports IO is for reporting and data visualization in a world of cloud, microservices, and DevOps.
https://community.jaspersoft.com/project/jasperreports-io
JasperReports Server is a powerful, yet flexible and lightweight reporting server. Generate, organize, secure, and deliver interactive reports and dashboards to users with a web based BI Platform. Available as an open source community edition download as well as a commercially licensed, enterprise-grade business intelligence solution.

!!! Features
* Secure Repository with User and Role based Permissions and hooks for Single Sign On and LDAP
* Self-Service Report Execution and Exporting to 9 formats such as PDF, XLS, CSV, etc.
* Scheduled Report Execution and Distribution
* OLAP Analysis
* REST Web Services for Integration
* Themable and embeddable UI Framework
* Mobile Access via JasperMobile for iOS and Android
* Multiple deployment options including AWS
* Support, additional features and commercial licenses available through TIBCO Jaspersoft - www.jaspersoft.com
* Commercial and free open source editions. Compare at - www.jaspersoft.com/editions
Jaspersoft® Studio is editing software for JasperReports®. It will help you design and run report templates; build report queries; write complex expressions; layout components like 50+ types of charts, maps, tables, crosstabs, custom visualisations. It integrates 

You can build documents of any complexity from your data. Print-ready PDFs to interactive dynamic HTML with navigation inside or outside the report. High quality PowerPoint, RTF, Word, spreadsheet documents or raw CSV, JSON, or XML. It's not difficult to build custom exporter to suit any need.
Different types of data sources are accessible, big data, CSV, Hibernate, Jaspersoft Domain, JavaBeans, JDBC, JSON, NoSQL, XML, or custom data source.

Available as an Eclipse plug-in or a standalone application, it comes in two editions: Community and Professional. The Professional edition includes additional features, maps, advanced HTML5 charts and professional support.
* https://github.com/iluwatar/java-design-patterns
*https://github.com/TheAlgorithms/Java
* https://www.zkoss.org/download/zkstudio.dsp
* http://jmetal.sourceforge.net/
* https://choco-solver.org/
* 
* 
* 
* 
* 
* 
* 
* 
Java CSV is a small fast open source Java library for reading and writing CSV and plain delimited text files. All kinds of CSV files can be handled, text qualified, Excel formatted, etc.

!!! Features
* Handles column delimiters within data using quoted text qualifiers.
* Handles record delimiters within data using quoted text qualifiers.
* 1.4+ compatibility.
*[[Hoodie|]]
*[[React|]]
*[[svelte]]
*TypeScript
*VueJs
*https://github.com/emberjs/ember.js
*NodeJS
*[[Javascript CRUD]]
*


!! Resources
* https://github.com/trekhleb/javascript-algorithms
* https://github.com/neuronetio/gantt-schedule-timeline-calendar
* https://github.com/30-seconds/30-seconds-of-code
* https://github.com/chartjs/Chart.js
* https://github.com/meteor/meteor
*https://github.com/date-fns/date-fns
* https://github.com/MrRio/jsPDF
* https://sourceforge.net/projects/sweetalert2.mirror/
* https://menismu.github.io/popcorn-docs/plugins/
* [[33 JavaScript concepts every developer should know.|https://github.com/leonardomso/33-js-concepts]]
* https://animejs.com/
* https://github.com/alpinejs/alpine
* https://github.com/SheetJS/sheetjs
* https://mauikit.org/#get-started
* https://visjs.org/
* https://download.ir/udemy-build-10-javascript-projects-in-less-than-6-hours/
* https://github.com/jhawthorn/fzy.js
* 
* 
* 
* 
* https://handsontable.com/
* https://www.appsmith.com/
JBZoo Content Builder is a multifunctional extension for Joomla CMS that allows you to easily create online stores, blogs, product catalogs, real estate websites or just plain text pages. At the same time, you do not even need to know the basics of programming - most of the site is configured with a mouse from the control panel.

Thus, you can easily concentrate site content management on just one extension. It is convenient because you do not need to switch between different components, study and combine many solutions from different developers. That is, using one constructor, you will save time, effort and speed up the development of the site.
Experience the Next Generation of Joomla Page Builder
Create stunning dynamic web pages in minutes. Technical hassles removed! Joomla Development redefined…

!!! Everything You Need to Create a Stunning Looking & Beautiful Joomla Website!
With an extensive library of template layouts, sections, and page builder elements, you can create any imaginable Joomla design within minutes.


JD Social Login is a lightweight and fully functional social login plugin for Joomla that enables your website visitors to register or login to your Joomla website using one of their favorite social accounts such as Facebook or Twitter.
Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories.
Pagination gem built specially for Jekyll 3, and newer, that is fully backwards compatible and serves as an enhanced replacement for the previously built-in jekyll-paginate gem. 
https://sourceforge.net/projects/jello5/
Clone and open projects from GitHub, GitLab, and Bitbucket in JetBrains IDEs right from your browser
The extension adds buttons that allow you to clone and open projects from GitHub, GitLab, and Bitbucket in IntelliJ-based IDEs. 
Note: The Toolbox App must be installed on your computer to make the extension work. Download the Toolbox App from https://www.jetbrains.com/toolbox-app.

To open the projects from self-hosted GitHub, GitLab, and Bitbucket instances, make sure to enable the extension for your website by ticking “Enable on this domain” in the extension settings menu.

If you encounter any problem using the extension, please create an issue request at our tracker: https://youtrack.jetbrains.com/issues/TBX

Would you like to collaborate on the extension? Because you can! It's an open-source project.  Here is the repository address: https://github.com/JetBrains/toolbox-browser-extension
The NVIDIA® Jetson Nano™ Developer Kit is a small AI computer for makers, learners, and developers. After following along with this brief guide, you’ll be ready to start building practical AI applications, cool AI robots, and more.
JHipster is a development platform to quickly generate, develop, and deploy modern web applications and microservice architectures. We support many frontend technologies, including Angular, React, and Vue. We even have mobile app support for Ionic and React Native! On the backend, we support Spring Boot (with Java or Kotlin), Micronaut, Quarkus, Node.js, and .NET. For deployment, we embrace cloud native principles with Docker and Kubernetes. Deployment support exists for AWS, Azure, Cloud Foundry, Google Cloud Platform, Heroku, and OpenShift.

https://www.jhipster.tech/
Just-in-time teaching (often abbreviated as JiTT) is a pedagogical strategy that uses feedback between classroom activities and work that students do at home, in preparation for the classroom meeting. The goals are to increase learning during classroom time, to enhance student motivation, to encourage students to prepare for class, and to allow the instructor to fine-tune the classroom activities to best meet students' needs. This should not be confused with just-in-time learning, which itself focuses on immediate connections between learners and the content that is needed at that moment.
Joomdle consists of a series of extensions for Moodle and Joomla to integrate them. SSO from Joomla to Moodle. Show Moodle contents in Joomla pages.

!!! Features
* Single Sign on from Joomla and Moodle
* Show Moodle contents in Joomla
* Show Moodle in a Joomla wrapper
* Sell Moodle courses from Joomla's Tienda or Virtuemart
* Search Moodle contents from Joomla
This repository includes the Joomla coding standard definition for [[PHP Codesniffer]] along with a few other helpful resources. The PHP_CodeSniffer standard will never be 100% accurate, but should be viewed as a strong set of guidelines while writing software for Joomla.

See Joomla coding standards documentation at https://developer.joomla.org/coding-standards.html

If you want to contribute and improve this documentation, you can find the source files in the manual section of the master branch 

https://github.com/joomla/coding-standards/tree/master/manual
The Component Builder for Joomla is highly advanced tool that is truly able to build extremely complex components in a fraction of the time.

Whether you're a seasoned Joomla developer, or have just started, Component Builder will save you lots of time and money. A real must have!

You can install it quite easily and with no limitations. On github is the latest release (2.12.10) with ALL its features and ALL concepts totally open-source and free!

Watch Quick Build of a Hello World component in JCB on Youtube

Once installed upgrades are quick and easy via the default Joomla upgrade area.

[[Tutorials|https://www.youtube.com/playlist?list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE]]

https://www.joomlacomponentbuilder.com/
Joomla! admin isis template but using Bootstrap 3 styles.
Joomla! is a free and open-source content management system (CMS) for publishing web content. Over the years Joomla! has won several awards. It is built on a model–view–controller web application framework that can be used independently of the CMS that allows you to build powerful online applications.

Joomla! is one of the most popular website softwares, thanks to its global community of developers and volunteers, who make sure the platform is user friendly, extendable, multilingual, accessible, responsive, search engine optimized and so much more.
Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format.

Notes exported from Evernote via .enex files can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported.

The notes can be synchronised with various cloud services including Nextcloud, Dropbox, OneDrive, WebDAV or the file system (for example with a network directory). When synchronising the notes, notebooks, tags and other metadata are saved to plain text files which can be easily inspected, backed up and moved around.

The application is available for Windows, Linux, macOS, Android and iOS (the terminal app also works on FreeBSD). A Web Clipper, to save web pages and screenshots from your browser, is also available for Firefox and Chrome.
Capture and save web pages and screenshots from your browser to Joplin.
Important: This version requires the Joplin desktop application 2.1+

This is a web clipper that allows you to clip web pages and take screenshots while you're browsing the internet. You can either save complete web pages or simplified versions of it.

* https://github.com/Mottie/Keyboard
* https://jquerymobile.com/
* 
* 
* 
* 


JSON is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs.

JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.
This plugin is meant to display a JSON string in a Treeview. It also marks the error position in case of parsing errors. That's it!!! The plugin can be used in Notepad++.
A JavaScript (JSON) tool for Notepad++ (formerly JSMinNpp) and Visual Studio Code.

* Douglas Crockford's JSMin algorithm to minimize JavaScript code.
* My own algorithm to format JavaScript code.
* A JSON tree viewer. The JSON tree viewer for Notepad++ can handle >10MB JSON file easily.
* Support 64bit Notepad++ (from version 1.20.0, ".64.zip" package).

Really helpful to JavaScript coder on Notepad++ and Visual Studio Code. Easy to use it.
Made in China.
Project site: http://www.sunjw.us/jstool

Any bugs, please send me email: sunjw8888 at? gmail.com or submit issue at https://github.com/sunjw/jstoolnpp/issues

Source code repository has been moved to GitHub. Please check https://github.com/sunjw/jstoolnpp.

!!! Features
* js minimize
* js format
* json viewer
* json sort
Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and Liquid.
Sometimes referred to as soft links, the function of a junction is to reference a target directory, unlike a hard link which points to a file. Junctions can be created to link directories located on different partitions or volume, but only locally on the same computer. It does this through the implementation of the NTFS feature called reparse points. Redirected targets in junctions are defined by an absolute path. An absolute path refers to a path which will contain the root element and the complete directory list that is required to locate the target. For example, \Main\Folder\report is an absolute path. All the information required to locate the target is contained in the path string.

Like hard links, directory junctions do not take up additional space even though they are stored on the drive partition; their function is to point to the original files in the original directory. Thus, it should be noted that if the target is deleted, moved or renamed, all junctions which point to the target will break and continue to point to a non-existing directory. Content changes from any of the junction links or the target will automatically propagate to the rest.

Junctions are only compatible with Windows 2000 or later. An example in which junctions are often used is on Windows Vista, where the name “C:\Documents and Settings” is a junction that points to C:\Users. Thus, older programs that reference hard-coded legacy file paths can continue to work in Vista.
JXplorer is a cross platform LDAP browser and editor. It is a standards compliant general purpose LDAP client that can be used to search, read and edit any standard LDAP directory, or any directory service with an LDAP or DSML interface.
https://sourceforge.net/projects/kalkun/
Kaltura plug-ins for Moodle 2.1 - 2.x and 3.x
World's #1 digital classroom tool with complete assignment workflow. Annotate and transform any document.
In or out of the classroom, Kami provides tools to support any learning style, drive engagement, and improve learning outcomes for all! Now, teachers can spend less time on tiresome admin, and more time with their students.

You’ll instantly level up your documents, PDFs, images (or any other resource) to an interactive learning space. From there, you and your students can collaborate in real-time through live annotations, video and audio recordings, drawings, and much, much more. Kami keeps you teaching and learning—whenever, wherever—by allowing you to feedback, grade, and push student work straight from your preferred LMS, including Google Classroom, Canvas, Schoology, and Microsoft Teams.

Why Kami?

!!! Every student succeeds:
*Kami encourages success for all students, regardless of ability, by providing inclusive and intuitive tools that support any learning style: Text-to-speech, voice-typing, freehand drawing, audio and video comments, and more. 
By empowering students to learn their own way, Kami keeps a class engaged and inspired, whether that’s in-person, remote, or blended.

!!! Resources are elevated:
*Physical or digital; Kami can work with any document or file type you’re already comfortable using (like PDFs, slides, spreadsheets, or image files) and elevate it from a static resource to an interactive learning space where teacher and peer collaborations can flourish. Plus, you’ll never be on your own – embracing Kami means you share exciting new resources with any teacher in our community. 

!!! Teachers save time:
* Less time spent handling endless stacks of paper means more time for your students, your resources, and yourself! Kami keeps things simple by seamlessly integrating with your LMS, including Google Classroom, Canvas, Schoology, and Microsoft Teams, to power a streamlined assessment workflow and real-time collaboration. 

!!! Schools save money:
* Embracing Kami means saying “see-ya” to all costs associated with traditional, paper-based methods like printing, copying, and filing. And trust us – those costs add up! Plus, you can get all our essential tools without the high price point. There are several different license options available depending on how you're looking to use Kami. 

Ready to transform your classroom? Sign up today for free – no commitment required! Head to www.kamiapp.com.

!!! Top tools and features:
* • Full integration with Google Classroom, Canvas, Schoology, and Microsoft Teams
* • Auto-sync and save files to Google Drive
* • Detect text on scanned files with built-in OCR
* • Split and merge documents with ease
* • In-app dictionary
* • Text-to-speech: Loop, Read Page, Change Voice, and Adjust Speed
* • Speech-to-text
* • Markup: Text highlight, box highlight, strikethrough, underline
* • Feedback: Leave a comment using text, voice, video, or screen capture
* • Equation: Insert math and music symbols
* • Drawing: Adjust stroke, color, and transparency
* • Shapes: Insert shapes and adjust their stoke, color, and transparency
* • Eraser: Remove all annotations or drawings/shapes only
* • Add Media: Provide extra learning materials by inserting an image or video from your computer, Google Drive, Google Search, or YouTube
* Sign any document with the signature feature
* • Exceptional online support

!!! Files Supported:
* • PDF (.pdf)
* • Documents (Microsoft Word, Google Docs, RTF)
* • PowerPoint Presentations (Microsoft PowerPoint, Google Slides)
* • Spreadsheets (Microsoft Excel, Google Sheets)
* • Image Files (.jpg, .jpeg, .png, .gif)
https://tiddlywiki.com/plugins/tiddlywiki/katex/
KeeAnywhere is a KeePass Password Safe plugin that provides access to cloud storage providers (cloud drives). The main goal is to offer a simple UI while integrating deeply into KeePass. This covers all kind of users: novices, experienced and power users.

!! Supported providers (in alphabetical order):
* Amazon AWS S3
* Box
* Dropbox
* Google Drive
* HiDrive
* hubiC
* OneDrive

!! Key features
Support for multiple cloud storage providers
Support for multiple accounts for each cloud storage provider
Open/Save databases with a feature rich user interface
Easy and intuitive configuration
Access to cloud stored databases via URL (“Open from URL”/”Save to URL”)
Full support of recent files list
Deep integration into KeePass’ core functions (synchroniziation, triggers, scripting, etc.)
No need for technical configuration entries in a database
No need to have cloud storage provider’s native client be installed
Proxy support
Simple Automatic Backup
Offline Caching

https://keeanywhere.de/
This plugin allows to automatically open additional databases when opening a database.
* [[Backup KeePass DB|]]
* [[I/O & Synchronization|]]
* [[KeePass Utilities|]]
* [[Automation & Scripting|]]
* [[KeePass Integration & Transfer|]]
* [[Auto-Type KeePass Passwords|]]
* [[Cryptography & Key Providers|]]
* [[Import Password To KeePass|]]
* [[Export KeePass DB|]]
* [[Import & Export KeePass DB|]]
* KeeForm 1.x 2.x
* Opens websites and fills in the login data automatically.
* Kee 2.x
* Bridge between KeePass and web browsers.
* Passafari 2.x
* Integrates KeePass and the Safari browser.
* KPFloatingPanel 2.x
* Displays an always on top KeePass floating panel.
* KeePassHelper 2.x
* Browser extension that retrieves credentials from KeePass.
* KeePassOTP 2.x
* Generates TOTP/HOTP authentication codes.
* KeeOtp2 2.x
* Generates TOTP authentication codes.
* KeeTrayTOTP 2.x
* Generates TOTP authentication codes.
* TwoFactorQRCodeReader 2.x
* Creates 2FA placeholder parameters from QR codes or OTP URLs.
* Character Copy 2.x
* Allows copying individual characters from entry strings.
* Password Change Assistant 2.x
* Helps to change passwords.
* QrCodeGenerator 2.x
* Displays passwords as QR codes.
* KeePassQRCodeView 2.x
* Displays entry fields as QR codes.

* KeeAgent 2.x
* Adds SSH agent support to KeePass.
* KeePassRest 2.x
* Allows KeePass to supply credentials via REST.
* KeePassRPC 2.x
* Allows KeePass to supply credentials via RPC.
* KeePassHttp 2.x
* Allows KeePass to supply credentials via HTTP.
* KeePassCommander 2.x
* Allows KeePass to supply credentials via named pipes.
* KeePassNatMsg 2.x
* Allows KeePass to supply credentials via Native Messaging.
* Remote Desktop Manager Plugin 2.x
* Allows KeePass to supply credentials to Remote Desktop Manager.
* KeeSAPLogon 2.x
* Logon to SAP systems.
* SalesforcePlugin 2.x
* Logon to Salesforce environments.
* Ubuntu Integration Plugins 2.x
* Plugins to help KeePass integrate better with the Ubuntu desktop.
AdvancedConnect 2.x

* Allows to specify applications for direct connections.
[[Breach/Leak Checkers|]] 2.x

* Check entries against breach lists.
[[Custom Icon Dashboarder|]] 2.x

* Statistics and management features for custom icons.
[[GlobalSearch|]] 2.x

* Allows searching in all open databases at once.
[[iTanMaster|]] 2.x

* Advanced indexed security token management.
[[KeeAutoExec|]] 2.x

* Automatically opens additional databases.
[[KeePassOpenId|]] 2.x

* Improves support for OpenID providers.
[[KeePassRDP|]] 2.x

* Connects to a server via RDP.
[[KeePassTimestampChanger|]] 2.x

* Allows to change timestamps.
KeeResize 2.x

* Makes dialogs resizable.
KeeTheme 2.x

* Changes the appearance of KeePass.
[[KP2faChecker|]] 2.x

* Displays whether a website supports 2FA.
KPEntryTemplates 2.x

* Allows to design new entry types based on templates.
KPEnhancedListView 2.x

* Extends the KeePass entry list.
KPEnhancedEntryView 2.x

* Extends the KeePass entry view.
KPFieldsAdminConsole 2.x

*Get statistics and perform bulk operations on fields.
MinLock 2.x

* Keeps a minimized KeePass locked.
[[On-Screen Keyboard|]] 2 2.x

* Extends KeePass by an on-screen keyboard functionality.
[[Passphrase Generators|]] 2.x

* Generate passphrases.
PasswordChangeReminder 2.x

* Reminds you to change entry passwords.
[[Password Counter|]] 2.x

* Counts and shows entries sharing a password.
PatternPass 2.x

* Allows to store and view pattern-based passwords.
PEDCalc 2.x

* Allows to define a default lifetime for passwords.
[[Pronounceable Password Generator|]] 2.x

* Generates pronounceable passwords.
QualityColumn 2.x

* Provides a 'Password Quality' column.
QualityHighlighter 2.x

* Highlights entries based on the password quality.
QuickConnect Plugin 2.x

*Connects to Windows/Linux/ESXi hosts.
QuickSearch 2.x

*Provides enhanced search capabilities.
RDPPlugin 2.x

* Connects to a server via RDP.
RuleBuilder 2.x

* Simplifies password changes with entry-specific generator rules.
StrengthReport 2.x

* Creates password strength reports.
TeamViewerAndAmmyy 2.x

* Conveniently run TeamViewer or Ammyy Admin.
Title Display 2.x

* Customize main window title display.
TrayRecentFiles 2.x

* Lists recent files in the system tray icon menu.
[[TrueCrypt/VeraCrypt Mount|]] 2.x

* Mounts TrueCrypt/VeraCrypt volumes.
[[TrueCrypt/VeraCrypt AutoDismount|]] 2.x

* Automatically dismounts TrueCrypt/VeraCrypt volumes.
OVERVIEW
-----
KeePassHIBP (Have I Been Pwned) is a plug-in for KeePass 2.x which tests your passwords against the [Have I Been Pwned](https://haveibeenpwned.com/) database.

The plugin hooks into two windows in KeePass (the 'Create Composite Master Key' form and the 'Edit Entry' form). When you type in the password field your input gets checked if it has previously appeared in a data breach. You can get [here](https://www.troyhunt.com/ive-just-launched-pwned-passwords-version-2/) more informations about how the API of HIBP works.

INSTALLATION
-----
- Download from https://github.com/JanisEst/KeePassHIBP/releases
- Copy the plug-in (KeePassHIBP.plgx) into the KeePass plugin directory
- Start KeePass

HOW TO USE
-----
Type into the password field in one of the mentioned forms. If the password is weak you will see a little tooltip:

![alt tag](https://abload.de/img/hibpksq5z.jpg)
KeePassMasterSlaveSync is a KeePass 2 plugin that Allows synchronization of specific Groups or Tags between local databases. This plugin is heavily based on KeePassSubsetExport.

Why?
Automatically and securely share entries and groups with other databases. I have my personal database from which I share a group containing bank and family entries with my wife's database. My Database act as a Master for those entries: If I delete or move any entry, It will be deleted from the Slave; but if there is different data in any entry, the one with the newer modification time will be synced across both databases. Also, my wife's database (slave Database) can have entries to share too, for which it will be the master.

http://github.com/Angelelz/KeePassMasterSlaveSync/releases
A free plugin for KeePass (installable and portable) that allows syncing of multiple password databases from multiple OneDrives to a local version. It allows you to synchronize an unlimited amount of KeePass databases with an unlimited amount of OneDrives. So i.e. you can synchronize your personal KeePass database with your personal OneDrive and your work related KeePass with a OneDrive for Business on Office 365 that is shared among your colleagues, if you wish. This way it's also easy to be able to access your same KeePass database from all of your devices. Note that this plugin is only supported on Windows based platforms, but has been reported to work on *nix as well using Mono. It can also operate in conjunction with other KeePass plugins serving other operating systems such as KeePass2Android on Android devices.

http://github.com/KoenZomers/KeePassOneDriveSync/releases
KeePassOpenId is a plugin for KeePass that allows the user to save an OpenId provider used to register/login to websites instead of a username and password. You can link the OpenId provider (i.e. Facebook) with an existing KeePass entry to create a reference to the provider username/password.
[<img alt="latest release" src="https://img.shields.io/github/v/release/iSnackyCracky/KeePassRDP?style=flat-square">](https://github.com/iSnackyCracky/KeePassRDP/releases/latest) <img alt="downloads (all releases)" src="https://img.shields.io/github/downloads/iSnackyCracky/KeePassRDP/total?style=flat-square"> [<img alt="GitHub" src="https://img.shields.io/github/license/iSnackyCracky/KeePassRDP?style=flat-square">](https://github.com/iSnackyCracky/KeePassRDP/blob/master/COPYING)

## Overview
KeePassRDP is a plugin for KeePass 2.x which adds multiple options to connect via RDP to the URL of an entry.

## Installation
1. Download the zip file from the newest [release](https://github.com/iSnackyCracky/KeePassRDP/releases)
2. Unzip and copy the KeePassRDP.plgx file to your KeePass plugins folder.

## Usage
To connect via RDP to a machine, select the entry containing the IP-address or hostname, right-click and select *KeePassRDP* \> *Open RDP connection* (or just press <kbd>CTRL</kbd> + <kbd>M</kbd>).

To use the other connection options, just select the corresponding entries in the context-menu.

## Features
- Connect to host via RDP
- Connect to host via RDP admin session (`mstsc.exe /admin` parameter)
- Customize `mstsc.exe` parameters (`/f`, `/span`, `/multimon`, `/w`, `/h`)
- Gather and show possible Windows or domain credentials when the connection entry is inside a group called "RDP" (see below for details)


### RDP subgroup / folder
This is how I use the extension on a daily basis (I work for an MSP where we store credentials for customer domains or machines inside KeePass):

Our KeePass Database is structured like this:

![DB structure image](https://isnackycracky.github.io/KeePassRDP/img/db_structure.jpg)

Where each group contains entries specific to that customer.

If there ist just a single jumphost or something like that, we just create an entry like this directly inside the customer group:

![jumphost example image](https://isnackycracky.github.io/KeePassRDP/img/jumphost_entry.jpg)

But if a customer has many hosts and multiple accounts to access them, we create a subgroup called **RDP** (this has to be uppercase and directly inside the customer group to work) inside a customer group:

![rdp subgroup example image](https://isnackycracky.github.io/KeePassRDP/img/rdp_subgroup.jpg)

Which may contain entries like this:

![RDP subgroup example entries](https://isnackycracky.github.io/KeePassRDP/img/rdp_subgroup_entries.jpg)

The customer group itself contains the account-entries in this case (they can also be in different subgroups one level below the customer group):

![cusotmer example entries](https://isnackycracky.github.io/KeePassRDP/img/customer_entries.jpg)

If we now want to connect to one of the machines in the RDP subgroup (with credential usage), just select the machine-entry, press <kbd>CTRL</kbd> + <kbd>M</kbd> and KeePassRDP shows you a dialog with viable account-entries (with titles like e.g. *domain-admin*, *local user*, ...) it always ignores entries where the title contains **[rdpignore]** or where a custom field named **rdpignore** is created with a value not equal to *false* (not case-sensitive).
This "ignore-flag" can be toggled via the KeePassRDP context menu since v1.9.0.

![credential selection dialog](https://isnackycracky.github.io/KeePassRDP/img/credential_picker.jpg)

Now just select the entry you want and click ok (or press <kbd>Enter</kbd>).

## How it works
The plugin basically just calls the default `mstsc.exe` with the `/v:<address>` (and optionally other) parameter(s) to connect.

If you choose to open a connection *with credentials* it stores the credentials into the Windows Credential Manager ("Vault") for usage by the `mstsc.exe` process.

These Credentials then get removed again after about 10 seconds.

## Third-party Software
This plugin uses the following third-party libraries:
- the *awesome* "ListView" wrapper [**ObjectListView**](http://objectlistview.sourceforge.net/cs/index.html) by Phillip Piper
- the *awesome* "Windows Credential Management API" wrapper [**CredentialManagement**](https://github.com/ilyalozovyy/credentialmanagement) by [iLya Lozovyy](https://github.com/ilyalozovyy)
Last Update: 2012-10-07
Nextcloud is an open source, self-hosted file sync and share and communication app platform. Keeweb is a web application for working with databases of the Keepass password manager.

This integrates the two with each other. Just click on a *.kdbx file in Your Nextcloud to open it.
Kimai desktop client
End-to-end encryption for things that matter.Keybase is secure messaging and file-sharing.

!! ''Install on Linux''

Stable Releases
Ubuntu, Debian, and friends
64-bit

```
curl --remote-name https://prerelease.keybase.io/keybase_amd64.deb
sudo apt install ./keybase_amd64.deb
run_keybase
```

32-bit

```
curl --remote-name https://prerelease.keybase.io/keybase_i386.deb
sudo apt install ./keybase_i386.deb
run_keybase -g # run without GUI; it is not supported on 32-bit Linux
```
Note: if your apt version is below 1.1, you won't be able to install the package using the above instructions. Instead, do

```
# if you see an error about missing `libappindicator1` from the next
# command, you can ignore it, as the subsequent command corrects it
sudo dpkg -i keybase_amd64.deb
sudo apt-get install -f
```
Keywhiz is a system for managing and distributing secrets. It can fit well with a service oriented architecture (SOA). 

Every organization has services or systems that require secrets. Secrets like:

* TLS certificates/keys
* GPG keys
* API tokens
* database credentials
* Common practices include putting secrets in config files next to code or copying files to servers out-of-band. The former is likely to be leaked and the latter difficult to track.

Keywhiz makes managing secrets easier and more secure. Keywhiz servers in a cluster centrally store secrets encrypted in a database. Clients use mutually authenticated TLS (mTLS) to retrieve secrets they have access to. Authenticated users administer Keywhiz via CLI. To enable workflows, Keywhiz has automation APIs over mTLS.

Keywhiz is reliable and used in production, however occasional changes may break API backward compatibility.
https://sourceforge.net/projects/kibana.mirror/
UIkit 3 Starter Layout / Templates for your UIKit 3 project.
*https://worldpossible.org/collections/rachel
*https://alternativeto.net/software/brilliant-org/?license=free&p=2
*https://keexybox.org/
*https://sourceforge.net/directory/home-education/education/
* [[Learning Methods|]]
*[[Baby Signs|]]
* Mind maps for kids: the shortcut to success at school
* Help Your Kids with Math by DK (z-lib.org)
* https://www.annafreud.org/
* https://alternativeto.net/category/home-and-family/parental-control/
* https://eblocker.org/en/
* https://allow2.github.io
* https://sourceforge.net/projects/keexybox/
* https://tinkercast.com/shows/wow-in-the-world/
* https://www.instructables.com/contest/blockcode2020/
* https://www.parentschoice.org/
*https://code.org/
*https://brilliant.org/
*https://ninchanese.com/
*https://play.google.com/store/apps/details?id=air.Beelabs.Phonematy
*https://play.google.com/store/apps/details?id=com.rvappstudios.kids.coloring.book.color.painting
*https://play.google.com/store/apps/details?id=com.rvappstudios.abc_kids_toddler_tracing_phonics
*https://play.google.com/store/apps/details?id=com.rvappstudios.numbers123.toddler.counting.tracing
*أكبر وأضخم موسوعة اسطوانات تعليمية للأطفال
*
*
*
*

















Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. It is built with modern technologies such as Symfony, Bootstrap, RESTful API, Doctrine, AdminLTE, Webpack, ES6 etc.

*https://www.kimai.org/
*https://sourceforge.net/projects/kimai/
King Phisher is a tool for testing and promoting user awareness by simulating real world phishing attacks. It features an easy to use, yet very flexible architecture allowing full control over both emails and server content. King Phisher can be used to run campaigns ranging from simple awareness training to more complicated scenarios in which user aware content is served for harvesting credentials.

King Phisher is only to be used for legal applications when the explicit permission of the targeted organization has been obtained.

https://sourceforge.net/projects/king-phisher.mirror/
Using Kirki theme developers can create rich experiences for the WordPress Customizer using best coding practices.

Included are more than 30 custom control types ranging from simple sliders to complex typography controls with Google-Fonts integration, automatic CSS generation, postMessage scripts automatically generated, tooltips and a lot of extras that make developing themes a lot faster for developers and meaningful for users.
* https://github.com/kiteco/KiteSublime
*https://marketplace.visualstudio.com/items?itemName=kiteco.kite
*https://github.com/search?q=ai+coding
*https://github.com/icditwang/AICoder
*https://www.tabnine.com/install
*https://github.com/aicodes/dashboard
*https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode
*https://github.com/MicrosoftDocs/intellicode



*https://www.saashub.com/visual-studio-intellicode-alternatives
* https://www.kiwix.org/en/download/
* https://download.kiwix.org/zim/
* https://youzim.it/
* https://www.kiwix.org/en/downloads/kiwix-serve/
* https://github.com/kiwix/kiwix-js-windows/releases/tag/v0.9.9.95-WikiMed
* https://play.google.com/store/apps/details?id=org.kiwix.kiwixcustomwikimedar&hl=en
*[[miraheze]] 
* [[TiddlyWiki Hacks|]]

* [[COBIT|]]

*[[IT Fumdamentals|]]

* https://nesslabs.com/
* https://www.bookstackapp.com/
* https://foambubble.github.io/foam/
* [[Zettelkasten Method]]
* http://cluster.cis.drexel.edu/~cchen/citespace/
* 
* 
* 
* 
* 
* 
* 
* 
* 
kodbox is a file manager for web. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available.

!!! Features
* Use experience like operating system, Rich context menu and toolbar, drag and drop, shortcut keys......
* Available in more than 40 languages.
* File Manage
* All operations with files and folders on a remote server(copy,cute,paste,move,remove,upload,create folder/file,rename,etc.)
* Multi-User support,custom role group.
* Flexible configuration of access rights,file types restriction, user - interface and other
* Clipboard: copy, cut, paste, clear
* Selectable files & folders support (mouse click & Ctrl & Shift & words & Keyboard shortcuts)
* Keyboard shortcuts: delete deletion, ctrl+A select, ctrl+C replication, ctrl+X splicing, up/down/left/right/home/end etc.
* Multiple actions support for selected files & folders: move,copy,cute,remove,rename,open,archive,delete,download etc.
* Double or single click setup to open files & folders
* Filetree: allow to open and display multiple subfolders at a time
* Implemented natural sorting on the client-side
* List,Icons and Split view;
* Move/Copy/Clone/Delete files with Drag & Drop
* Share files or folder to others.
* Add folder to your favorites
* Calculate directory sizes
* Thumbnails for image files
* Normalizer:UTF-8 Normalizer of file-name and file-path etc.
* Muti Charset support, in a variety of circumstances garbled solution;Sanitizer of file-name and file-path etc.
* Multiple & chunked uploads support,
* Background file upload with Drag & Drop HTML5 support;Folder upload with Chrome, Firefox and Edge
* Upload form URL (or list)
* Direct extraction to the current working directory (you do not want - to create a folder)
* Search: search by filename & file contents
* File exclusion based on name
* Copy direct file URL
* Archives create/extract/preview (zip, rar, 7z, tar, gzip, tgz)
* Quicklook, preview for common file types; image file,text file,pdf,swf,document file etc.
* Video and audio player relying on web browser capabilities
* Editor
* Syntax highlighting for over 120 languages
* Multiple label, Drag & Drop the label.
* Over 15 themes,Choose your favorite programming style
* Web development: HTML/JS/CSS editor with Emmet integrated
* Automatic indent and outdent;Line wrapping;Code folding
* Multiple cursors and selections;(Middle key select;Ctrl+Command+G)
* Autocomplete.
* Fully customizable key bindings including vim and Emacs modes
* Search and replace with regular expressions;Highlight matching parentheses
* Toggle between soft tabs and real tabs
* Displays hidden characters
* Drag and drop text using the mouse
* Live syntax checker (JavaScript/CoffeeScript/CSS/XQuery/HTML/PHP etc.)
* Cut, copy, and paste functionality
* Markdown support.(live preview;convert to html etc.)
* Format: JavaScript/CSS/HTML/JSON/PHP etc.
* Cross-platform, even on mobile devices
* Easy to integrate with other systems
* Developed by kod itself, this is a nice try.
*https://bestvpn.org/kodi/
* https://kodiaddons.blog/install-kodi-addon/
* https://sourceforge.net/projects/movistartv/

!! IPTV
* https://github.com/iptv-org/awesome-iptv
* https://github.com/iptv-org/iptv
* https://github.com/imDazui/Tvlist-awesome-m3u-m3u8
* https://github.com/fastogt/fastotv
* https://github.com/fastogt/fastocloud
* https://github.com/freearhey/iptv-checker
* https://github.com/Free-IPTV/Countries
*https://www.progdvb.com/
* https://play.google.com/store/apps/details?id=es.ottplayer.tv
* https://github.com/4gray/iptvnator/releases
* https://github.com/simphax/eyetv-iptv-server
* https://koditips.com/best-kodi-addons/
* https://kodilivetv.online/
* https://github.com/Isayso/PlaylistEditorTV/releases/tag/v1.6.3
* https://github.com/efoxbr/megacubo
* https://github.com/hmlendea/iptv-playlist-aggregator/releases

Kolab is a free and open source groupware suite. It consists of the Kolab server and a wide variety of Kolab clients, including KDE PIM-Suite Kontact, Roundcube web frontend, Mozilla Thunderbird and Mozilla Lightning with SyncKolab extension and Microsoft Outlook with proprietary Kolab-Connector PlugIns.
{{Status}}

!! Introduction
<<<
This repo contains most useful plugins developed under the name ''Kookma ''for Tiddlywiki 5.

The plugin library introduces a very simple mechanism like Tiddlywiki Official Plugin Library to let you select among the published plugins and install any number of them you like.
<<<

<div style="float:right">[img width=64px [$:/favicon.ico]]</div>

!! How to use (install)
<<<
# Simply drag and drop [[$:/config/KookmaPluginLibrary]] to your wiki
# Open $:/ControlPanel in your wiki
# Goto Plugins tab
# Click on the ''Get more plugins'' button
# Under ''Kookma Plugin Library'' click Open plugin library
# In the list of plugins appeared, click install on those plugins you like to install in your wiki
<<<

<<alert info "''Note'': Installing new plugins from Kookma library is similar to installing plugins from Official library.">>

!! Published list

The below list shows which plugins are distributed through [[$:/config/KookmaPluginLibrary]] 

{{Plugins Library List}}
*{{Kookma Plugin Library}}

[[Kookma Plugin Library]]








* https://github.com/zokradonh/kopano-docker
*https://github.com/docker-mailserver/docker-mailserver














KP2faChecker is a plugin for [KeePass](http://keepass.info). It provides a column and a form to display whether or not they support 2FA.

[![Latest Release](https://img.shields.io/github/v/release/tiuub/KP2faChecker)](https://github.com/tiuub/KP2faChecker/releases/latest)
[![GitHub All Releases](https://img.shields.io/github/downloads/tiuub/KP2faChecker/total)](https://github.com/tiuub/KP2faChecker/releases/latest)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5F5QB7744AD5G&source=url)

## Installation

 - Download the latest release [here](https://github.com/tiuub/KP2faChecker/releases/latest)
 - Copy the KP2faChecker.plgx in the KeePass plugins directory and restart the application.


### Alternative Installation
- Using [chocolatey](https://chocolatey.org/) in Powershell with `choco install keepass-plugin-kp2fachecker`



## Usage

### First Method

At first you have to activate the column. Therefore navigate to
 - View -> Configure Columns -> (Scroll down) -> Check "2FA Support"


If you have activated, it should show you the column.

[img[KP2faChecker.jpg]]

Now you can douple click the column to get additional informations.

[img[KP2faChecker1.jpg]]


### Second Method

Just right click any entry in your database and click on "Check for 2fa support". 

[img[KP2faChecker2.jpg]]

This will open another window with additional informations.

[img[KP2faChecker3.jpg]]


### Third Method

You can search your wanted website by name or domain. Therefore navigate to
- Tools -> KP2faChecker - Search Websites -> Search query.

[img[KP2faChecker4.jpg]]



## Download

You can download the .plgx file [here](https://github.com/tiuub/KP2faChecker/releases/latest).


## Additional Information

I have build my own API [here](https://toasted.top/kp2fac/api/v1/get/all.php), which receives its data from [twofactorauth.org](https://twofactorauth.org/). 
To save resources and also because twofactorauth.org isnt changing its data that often, the plugin will only request every 2 days for new added websites. 



## Data privacy

The plugin is requesting a huge json file from a server and compares the domains inside this json locally on your computer. This means your private data will never be sent through the internet.



## License

[![GitHub](https://img.shields.io/github/license/tiuub/KP2faChecker)](https://github.com/tiuub/KP2faChecker/blob/master/LICENSE)





For the rationale and design behind this project, see the forum post linked to as the homepage

!! Features

* All fields (standard and custom string) shown in a grid view
* Field values and, for custom strings, names, are in place-editable
* Easy to add new custom fields through in-place editing
* Protected (password) fields can be edited, or their value shown through the in-place editor
* Attachments can be dragged and dropped to and from files in Windows Explorer
* Metadata properties shown on a separate tab to details field
* Original textual entry view still available, through the "All Text" tab
* Multiple selected entries can be edited together to perform mass changes
## Warning: KeePass 2.39 significantly changed the password control. Version 7.8 and higher are only compatible with keepass 2.39 and higher.


![KPEntryTemplates Screenshot](https://raw.githubusercontent.com/mitchcapper/KPEntryTemplates/master/screenshot.png "KPEntryTemplates Screenshot")

OVERVIEW
-----
KPEntryTemplates (KPET) is a plug-in that is supposed to make it easier for 
KeePass to be used for storing additional things than web logins and extend 
the built in templating system by providing a UI. 

Bug reports and feature requests should be filed in GitHub while general discussion in https://gitter.im/KeePassUnofficial/Plugins 

The primary interface for the plug-in is an 
extra tab that shows up in the main Add Entry form.   By default going to 
the tab on a new entry will present you with one of two buttons, 
"Init�As�Template" or "Set Template Parent".  "Init�As�Template" shows up 
if it is in the Template Group for the database.

"Init�As�Template" marks the entry as a template, and shows the GUI builder 
interface on the tab.   This is a table that has 4 columns, "Title", 
"Field", "Field Name", and "Type".  "Title" is the title that will be 
displayed to the user to explain the field.  "Field" is either one of the 
default fields for the entry (Title, Username, Password, Expiry Date, etc.) 
or Custom for a standard additional string field.  The "Field�Name" is the 
actual name for the field, this must be unique (just like string fields) 
and is the actual field name the field is stored under.    Finally, the 
"Type" is how the field is displayed to the user, it has many options, most 
of which are self explanatory.  A few may require some explanation:

- "Inline" is a standard textbox
- "Rich Textbox" is a rich textbox (URL highlighting and such like the normal notes box).
- "Popout" shows the standard custom field editing window

- "Divider" is not a field at all, but rather can be used to section the 
GUI to the user

If the type starts with the word "Protected", that means it is in memory 
encrypted.  Note that "Field�Name" and "Type" cannot be changed, except on 
custom entries.   Rows can be deleted by selecting the row header (box on 
the left) and clicking Delete.  Rows can be re-ordered by dragging the row 
by the header.

Once you have a template setup, you can now create a child.  Create an 
entry anywhere other than your Template folder and when you go to the 
Template tab you will see "Set�Template�Parent". Click this and choose the 
template you just created.  Once you do this you will see the GUI you built 
show up.  It will now show this GUI by default when you open an entry that 
you set the parent to.  Editing the fields in the GUI has the same effect 
as editing them by hand, so you do not have to use the GUI.

ADDITIONAL FEATURES OF THE GUI
-----
- If you add the "Confirm�Field" to your GUI it will show the password 
generator option and ensure the confirmed password matches the password 
field before allowing the user to save (same as the main entry editing). 
Note you should always have the "Password�Field" in your template if you 
have the "Confirm�Field", otherwise, the Confirm is somewhat useless.

- When you click the dropdown in the main menu to create a new template 
based entry, if that template is a GUI template it will automatically strip 
all the GUI template strings from it and make the new entry a proper child 
of it.

- Some types (inline fields and listboxes) may have options, click the
option button on the GUI builder to set the options for the item.

- Two options have been added to the context right click) menu for entries. 
For all entries (including multiple entries at once) you can click 
"Set�Template�Parent", to assign a template as their parent.  Secondly, on 
entries that already have a template parent, there is a 
"Copy�Template�String" sub menu that allows you to copy any of the strings 
to the clipboard, this is very similar to the "Copy�Custom�String" sub 
menu, but lets you do it by the template title rather than whatever the 
fieldname is.

IMPORTANT NOTES
-----
The plug-in relies on you having set a Template Group for the database, so 
make sure you do this and store your templates in this folder.

The plug-in stores all template GUI setup in the template entry itself (in 
the extra fields) these can be removed by clicking "Remove�As�Template". 
The only other change the plug-in makes is on entries that are a child of a 
template they have 1 extra field set (Removable by clicking Remove As 
Template Child) There is _no_ outside data or configuration stored. Meaning 
you do not have to copy settings or additional files, if you copy your 
keepass database to another computer and have the plug-in installed it will 
just work as it did on your last computer.


DEFAULT VALUES  
-----  
In order to save default values inside template one should know a small trick: the name of your field on `Template` tab should be the same with the name of string field ("Field Name" on the main GUI). I.e. every field to be defaulted should have correspondent field on `Advanced` tab populated with some value to give it a default. 

INSTALLATION
-----
- Download from https://github.com/mitchcapper/KPEntryTemplates/releases
- Extract the plug-in (KPEntryTemplates.plgx) and place in the KeePass 
program directory

- Start KeePass and open a database

- In KeePass, click "Edit�>�Add�Group" and name it something like 
"Templates", press Enter to finish adding the new group.

- Select "File�>�Database�Settings..." and select the "Advanced" tab.

- In the "Templates" group set, set the "Entry�templates�group:" select the 
group you just created, and click "OK".  This will close the database 
settings dialog and return you to the main application.

- In the main application, select your "Templates" folder and click 
"Edit�>�Add�Entry..."

- On the "Add�Entry" dialog, select the "Template" tab and click 
"Init�As�Template"

- Build you new template by adding whatever fields you desire

- Be sure to switch back to the "Entry" tab and enter the name of the 
template in the "Title" field.

- Once you are satisfied, click "OK" to save the template

- Your template is now ready to use when adding or editing entries
Synchronize KeePass database with Google Drive using Google API.

Features include: manual sync from 'Tools' menu, enable/disable sync on save, only sync if local database is newer than remote database in Google Drive.

[[Usage|https://www.kpsync.org/install/config]]

* https://www.kpsync.org/
* http://github.com/walterpg/google-drive-sync
This utility allows scripting KeePass. For details, see the KeePass Scripting Documentation.

Download plugin: [[[2.47|https://keepass.info/extensions/v2/kpscript/KPScript-2.47.zip]]]
This is a simple KeePass Plugin that saves a backup of your Password-Database to a backup location and keeps a specific amount of the most recent backups - every time you save your database or trigger the backup manually.

http://github.com/marvinweber/KPSimpleBackup/releases
Kunena is a native Joomla forum and communications component written in PHP. Kunena enables forums, bulletin board, support forums, discussions and comments for a Joomla base website.
# [[How to Install KVM and Create Virtual Machines on Ubuntu]]
# [[Multiheaded NVIDIA Gaming using Ubuntu 14.04 + KVM|https://www.pugetsystems.com/labs/articles/Multiheaded-NVIDIA-Gaming-using-Ubuntu-14-04-KVM-585/]]
# https://github.com/joeknock90/Single-GPU-Passthrough
# https://www.youtube.com/watch?v=1IP-h9IKof0
# 
# 
# 
LabelImg is a graphical image annotation tool. It is written in Python and uses Qt for its graphical interface. Annotations are saved as XML files in PASCAL VOC format, the format used by ImageNet. Besides, it also supports YOLO and CreateML formats. Linux/Ubuntu/Mac requires at least Python 2.6 and has been tested with PyQt 4.8. However, Python 3 or above and PyQt5 are strongly recommended. Virtualenv can avoid a lot of the QT / Python version issues. Build and launch using the instructions. Click 'Change default saved annotation folder' in Menu/File. Click 'Open Dir'. Click 'Create RectBox'. Click and release left mouse to select a region to annotate the rect box. You can use right mouse to drag the rect box to copy or move it. The annotation will be saved to the folder you specify. You can refer to the hotkeys to speed up your workflow.

!!! Features
* Your label list shall not change in the middle of processing a list of images
* When you save an image, classes.txt will also get updated, while previous annotations will not be updated
* You can edit the data/predefined_classes.txt to load pre-defined classes
* When pressing space, the user can flag the image as verified, a green background will appear
* The difficult field is set to 1 indicates that the object has been annotated as "difficult"
* According to your deep neural network implementation, you can include or exclude difficult objects during training
Image Polygonal Annotation with Python

!!! Description
Labelme is a graphical image annotation tool inspired by http://labelme.csail.mit.edu.
It is written in Python and uses Qt for its graphical interface.

!!! Features
* Image annotation for polygon, rectangle, circle, line and point. (tutorial)
* Image flag annotation for classification and cleaning. (#166)
* Video annotation. (video annotation)
* GUI customization (predefined labels / flags, auto-saving, label validation, etc). (#144)
* Exporting VOC-format dataset for semantic/instance segmentation. (semantic segmentation, instance segmentation)
* Exporting COCO-format dataset for instance segmentation. (instance segmentation)
Language Learning with Netflix and YouTube
>>> Say goodbye to using dictionaries when watching movies. 
>>> A must-have tool that makes language learning A LOT easier.
>>> Learning a language is f ☠️ ing hard. So we made it f 🦋 ing fun for you. 
 ;)

 
- One of the best Google Chrome Extension for language learning.
* [[GPT-3|]]
* [[Google Open-Sources ALBERT Natural Language Model|]]
* [[DeepSpeed|]]
*Switch Transformers
https://sourceforge.net/projects/lanhunt/
* https://int64software.com/blog/2018/12/03/why-arent-you-using-microsofts-local-administrator-password-solution-laps-yet/
* https://voyager.devdojo.com/
* https://orchid.software/
*https://github.com/gothinkster/realworld

!! Crud
*https://github.com/getspooky/yaldash
* https://crudbooster.com/
* https://github.com/wahidmounir/Builder
*https://github.com/LaravelRUS/SleepingOwlAdmin
* https://amranidev.github.io/scaffold-interface/docs/
* https://github.com/CrestApps/laravel-code-generator
Easy access to laravel's documentation
New to laravel ?

Being relatively new to Laravel, I created this extension to help me get to docs faster. This extension helps you skip Google and directly dive into laravel's docs.

It saved a lot of my time, now for you.

Official Docs at http://laravel.com/docs
Chrome extension to generate Laravel integration tests while using your app.
Create your Laravel integration tests while you surf on your website.

Important note: If you want to use the new "Import Factories" feature, you need to manually allow the chrome extension to access file URLs.
You can do so by visiting chrome://extensions , search for the "Laravel TestTools" extension and activate the checkbox "Allow access to file URLs"
Manage your Laravel Schedule from a pretty dashboard. Schedule your Laravel Console Commands to your liking. Enable/Disable scheduled tasks on the fly without going back to your code again.
This package provides an easy way to quickly set up AdminLTE v3 with Laravel (6 or higher). It has no requirements and dependencies besides Laravel, so you can start building your admin panel immediately. The package provides a blade template that you can extend and advanced menu configuration possibilities. Also, and optionally, the package includes a set of AdminLTE styled authentication views that you can use in replacement of the ones that are provided by the laravel/ui authentication scaffolding.
The Open-source container management platform
Last.Backend container management platform is the new and modern open-source container management system with service discovery, overlay networks and more..
https://www.texstudio.org/
The Laundry Management Application is a very simple and Online Services with mobile and computer friendly themes development.

!!! Features
* Online Payment
* Admin Management
* Google Map Integration
* World Currency Support
* World Time Zone Support
* Customer Management
* Employee Management
* Account Management
* Cloth Service Management
* Invoice Management ( Pdf )
* Report Management (pdf, xls)
* Multiple Admin and Users Access Models
Laverna is a JavaScript note-taking web application with a Markdown editor and encryption support. It's built to be an open source alternative to Evernote.

The application stores all your notes in your browser databases such as indexedDB or localStorage, which is good for security reasons, because only you have access to them.

Demo: https://laverna.cc/ OR http://laverna.github.io/static-laverna

!!! Features
* Markdown editor based on Pagedown
* Manage your notes, even when you're offline
* Secure client-side encryption
* Synchronizes with cloud storage services (currently only with Dropbox and RemoteStorage)
* Three editing modes: distraction free, preview, and normal mode
* WYSIWYG control buttons
* MathJax support
* Syntax highlighting
* No registration required
* Web based
* Keybindings
Laxis, your next generation AI meeting assistant. Stay engaged in your meeting and let Laxis take care of the note taking for you.
Free and Unlimited Transcription for Google Meet!

Register a free account with Laxis and enjoy unlimited Transcription of Google Meet!

Stay engaged in your meeting while Laxis takes notes for you.

* Highly accurate real time transcription for the whole meeting
* One-click tagging of key points throughout the meeting 
* Speaker identification 
* Time-stamped transcript 
* Transcript download and highlighting in Word, PDF, and TXT files
* Share the transcript and highlight with your team
* More advanced features in Laxis web application
Hands on the meeting, Hands off the note taking!

How to use:

* Download the Laxis Chrome extension and install
* Start Google Meet in your Chrome Browser. 
* Laxis will automatically launch and enable caption. For some users, if the caption is not turned on automatically, you can turn on the caption yourself and the caption will be recorded in Laxis.
* Keep captions on. Real time transcription will display on the Laxis panel.
* Highlighting: Tap on any of the three highlight buttons to mark the sentence below as “Important”, “Follow up” and “Action”.
* Auto-scroll: Click on the auto-scrolling icon to enable or disable this feature, or, manually scroll through the panel to automatically disable.
* Download: Your transcripts is automatically saved to Laxis cloud. You can manage all your meeting notes in our web application. You can also click the download icon and choose the file format (word, pdf, txt) you prefer. 

Laxis also supports audio to text transcription, microphone recording and transcription, Zoom Integration and more! Check out more advanced features in our website: https://laxis.tech/

Laxis is best used for English conversation. French, German, Portuguese (Brazil) and Spanish (Spain and Latin America) are also supported, but some advanced features are not available for those languages. 
The Lazarus IDE is a stable and feature rich visual programming environment for the FreePascal Compiler. It supports the creation of self-standing graphical and console applications and runs on Linux, FreeBSD, MacOSX and Windows.
Lazarus is a free and open source development tool for the Free Pascal Compiler. The purpose of this project is to serve as a Code Repository, Wiki Knowledgebase and support site for converting existing components and libraries to work with Lazarus and the Free Pascal Compiler.
* https://lbry.com/
* https://github.com/lbryio
https://github.com/lbryio/lbry-sdk
https://en.wikipedia.org/wiki/List_of_LDAP_software
LDAP Account Manager (LAM) is a webfrontend for managing accounts stored in an LDAP directory. You can use templates for account creation and use multiple configuration profiles. Account information can be exported as PDF file.

!!! Features
* management of Unix user and group accounts
* management of Samba 3/4 user/group/host accounts
* management of Kolab 3 accounts
* Zarafa support
* Bind DLZ DNS entries
* profiles for account creation
* account creation via file upload
* multi-language support
Ldap Admin is a free Windows LDAP client and administration tool for LDAP directory management. This application lets you browse, search, modify, create and delete objects on LDAP server. It also supports more complex operations such as directory copy and move between remote servers and extends the common edit functions to support specific object types (such as groups and accounts).
Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just about 39 KB of gzipped JS plus 4 KB of gzipped CSS code, it has all the mapping features most developers ever need.

Leaflet is designed with simplicity, performance and usability in mind. It works efficiently across all major desktop and mobile platforms out of the box, taking advantage of HTML5 and CSS3 on modern browsers while being accessible on older ones too. It can be extended with a huge amount of plugins, has a beautiful, easy to use and well-documented API and a simple, readable source code that is a joy to contribute to.
Leantime is a lean open source project management system for startups and innovators written in PHP, Javascript with MySQL. https://leantime.io

!!! Features:

* Task management using kanban boards, table and calendar views
* Idea boards & idea kanban boards
* Research boards using the Lean Canvas
* Milestone management using Gantt charts
* Timesheet management
* Retrospectives
* Project dashboards
* Project reports
* Multiple user roles (client, team member, client manager, manager, administrator)
* Two-Factor Authentication
* Integrations with Mattermost, Slack & Zulip
* Export timesheets, tasks and milestones to CSV
* File storage with AWS S3 or local file system
* Available in English, Spanish, Russian, Dutch
Learn programming in a practical way without moving out from browser!
Learn2Code provides a way for users to compile and run their programs from within the browsers.

Features:
* Compile and test your code from within the browser.
* Support for 13 major programming languages(C/C++/Java/Python/C#/Perl/Ruby/Scala/Clojure/Haskell/Go/Erlang)
* Syntax highlighting for all supported languages.

Upcoming features:
* Save/Load the code from local file system.
* Clean and intuitive UI design.

Source code:
https://github.com/sridhar87/Learn2Code
If you are a developer, feel free to contribute to this project, and give me a pull request, I will update the extension and will include your name in the list of contributors.

Credits:
The online compiler is powered by hackerrank.com backend and the code editor is powered by ACE javascript editor.
* [[Ebooks|]]
* [[Video Training|]]
*[[Natural Languages|]]
*[[Offline Websites]]
*[[Learning Platforms]]
*[[Spaced Repetition System|]]
* [[Chess Training]]
* Get coins by resolving puzzles (maths, science, ..etc)
* Networking games
*[[Montessori Method|]]
* https://metacademy.org/
* WikiVersity
* Khan Academy
* Moodle
* https://www.oppia.org/
*  OLAT
* .LRN
* https://www.openolat.com/
* https://open.edx.org/
* https://github.com/burtonator/polar-bookshelf
* https://www.question2answer.org/
* https://github.com/4clojure/4clojure
* 
* 
* 





The easiest way to add gamification to your Moodle site! Engage your students! Gamify their learning experience by allowing them to level up in their courses. #gamification #game
!! ''Scientific Articles Collection''

* http://libgen.rs/scimag/repository_torrent/
* LibrePhotos is a fork of Ownphotos
* A self-hosted open source photo management service, with a slight focus on cool graphs
* Django backend and React frontend

!!! Features
* Support for all types of photos including raw photos
* Support for videos
* Timeline view
* Scans pictures on the file system
* Multiuser support
* Generate albums based on events like "Thursday in Berlin"
* Face recognition / Face classification
* Reverse geocoding
* Object / Scene detection
* Semantic image search
* Search by metadata
This is SDL 1.2 ported to Google Android (also bunch of other libs included).
Sources or patches of the individual games are in the directory project/jni/application.

The libsdl.org now has an official SDL 2 Android port, which is more recent and
better suited for creating new applications from scratch, this port is focused mainly
on SDL 1.2 and compiling existing applications, it's up to you to decide which port is better.
Also this port is developed very slowly, although the same is true for an official port.
Virtual machines running proprietary operating systems require licensing, regardless of the host machine's operating system. For example, installing Microsoft Windows into a VM guest requires its licensing requirements to be satisfied.
[[For Old PCs|]]

[[Universal|]]
Lighthouse analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices.
LimeReport - multi-platform C++ | Qt report generator library written using Qt framework and intended for software developers that would like to add into their application capability to form report or print forms generated using templates. Report designer included in the library allows to create fast and intuitive print form templates which can be saved in XML format and used to generate report pages. So formed pages could be send to preview, PDF file or printer. As a data source developer can use SQL database or data passed from application using QAbstractTableModel interface. Besides one can initialize variables which available as database request parameters. LimeReport goal is to provide your application with functionaly abundant and at the same time simple to use tool for a report generation to be used even by inexperienced in IT users.

!!! Features
* Multi-platform support
* Pure Qt4/Qt5 compatible code
* Embedded report designer
* Embedded preview
* Various band types for a report of any complexity
* Page header and footer
* Data grouping (GroupHeader, GroupFooter, Subdetail, SubdetailHeader, SubdetailFooter)
* Aggregation functions (SUM, COUNT, AVG, MIN, MAX)
* Report elements: Text, Geometric (Line, Ellipsis, Rectangle), Picture
* Horizontal elements groups
* HTML to format input fields
* Scripts to format output data
* An Automatic band height adjustment
* A Smart band split moving data to the next page
* PDF output
* And much more ...
Limesurvey is the number one open-source survey software.

Advanced features like branching and multiple question types make it a valuable partner for survey-creation.

The following are limitations with native VHD boot in Windows 7 and Windows Server 2008 R2:

*''BitLocker''. Although you can place a VHD on a partition that is enabled with BitLocker™ Drive Encryption, it is not possible to boot from that VHD. Enabling BitLocker on the operating system within the VHD is also not a supported configuration.

*''Manual image creation.'' Creating VHD images is still a manual process. However, you can configure VHDs to align with the existing image engineering methods in your organization (creating a standard image, editing its configuration, and so on). For example, you can apply an image to a VHD with the same method as you would apply it to a hard disk drive.

*''No setup configuration during deployment.'' There is no setup support while deploying a Windows image to a VHD. That is, you can only apply an image directly to a VHD; you cannot use setup to configure the operating system to be installed on a specific partition.

*''Location of differencing VHDs.'' When using differencing VHDs, all VHD files (the parent files and the differencing VHD itself) must be stored on the same partition.

*''Supported editions.'' You can only use VHDs that contain Windows 7 Enterprise or Windows 7 Ultimate edition for native VHD boot. However, all editions of Windows Server 2008 R2 are supported.

*''Hibernation.'' You cannot hibernate an operating system that runs on a VHD. However, sleep functionality is available.

*''Windows Experience Index.'' The Windows Experience Index cannot be calculated for VHDs that are configured for native boot because of the way disk performance is measured. This means some features, such as the Aero® desktop experience, will not be automatically configured based on the index of the VHD’s operating system. However, you can use the Winsat command-line tool to manually configure these indexes, except for the index for the disk data transfer rate.
LINBIT keeps Linux systems up and running. As the developers of DRBD® software (http://docs.linbit.com/), LINBIT has led the way in high availability since 2001. DRBD has been included in the Linux kernel since version 2.6.33 (2009), has been deployed on all major Linux distributions and is fully compatible with systems, applications, devices and services. LINBIT’s DRBD® software seamlessly replicates data between servers, eliminating “single points of failure” within your IT infrastructure, no matter which applications are running on top.

Today, DRBD is in use by thousands of companies worldwide who trust LINBIT when it comes to the safety and security of their data. To top it off, comparison after comparison DRBD beats the competition in ROI and TCO analysis.

And DRBD is the basis for further applications: With LINBIT SDS; LINBIT creates a high performing Software-Defined Storage (SDS) solution using Linux OS for shared block storage which integrates with the relevant cloud and virtualization systems. With the LINBIT SDS solution, common-off-the-shelf hardware is turned into blazingly fast, reliable block storage. DRBD is integrated into OpenStack via a Cinder Driver and the Nova-Driver which enable OpenStack users to base their clouds on LINBIT SDS.
* WinBuntu
* [[Install Yacy on Linux]]
*https://www.arcolinux.info/learning-path/
*PuppyLinux
* [[Light Dsitros]]
* [[Specialized Distros]]

*https://en.wikipedia.org/wiki/List_of_Linux_distributions_that_run_from_RAM

!! ''Tools''

* [[Wubi]]
* [[Windows Subsystem for Linux]]

<<list-links "[tag[linux]sort[title]]">>

FUSE (Filesystem in Userspace) is an interface for userspace programs to export a filesystem to the Linux kernel. The FUSE project consists of two components: the fuse kernel module (maintained in the regular kernel repositories) and the libfuse userspace library (maintained in this repository). libfuse provides the reference implementation for communicating with the FUSE kernel module.
[[On real hardware|]]

[[Linux On Virtual Machines|]]

* ! ''Linux Editions''
* !!! Light Linux Distros
* https://lubuntu.net/downloads/
Run Linux Mint online server with the free hosting OnWorks
This extension provides OnWorks Linux Mint online, an Ubuntu-based distribution whose goal is to provide a classic desktop experience with many convenient, custom tools and optional out-of-the-box multimedia support. 

Linux Mint is one of the most popular and best user-friendly Ubuntu-based Linux distro available out there. It is perfect fit for both newcomers and advanced users. The main motto of Linux Mint is “From freedom came elegance” which provides a stable, powerful, easy to use, and a complete out of the box experience.

Its main features are:

As Linux Mint is Ubuntu-based Linux distro, so it is fully compatible with Ubuntu software repositories.

Comes with a full-packed system including browser plugins, media codecs, support for DVD playback, Java, and other components.

Linux Mint comes with a set of different templates as per user’s need including Cinnamon, GNOME, KDE, MATE, Xfce.

This one comes with Cinnamon desktop environment which is super stable and looks elegant.
https://virtual-machines.github.io

https://github.com/astsam/vboxsf
This plugin is used by Ventoy to boot vdisk file (vhd/vdi/raw ...with a Linux distro in it) on a real machine.
Both Legacy BIOS and UEFI are supported. The advantages of this model are:

# The Linux OS runs on a physical machine, not in a virtual machine, so there is no loss in efficiency.
# The Linux OS does not need a disk or partition, just in a file.
For example, Windows is your main OS, and you put some Ubuntu/Debian/Arch... VHD file in D:\
You can boot any of them as you want. If you don't need it anymore, just delete it as a normal file.

''Supported vDisk Format''

* Fixed size vhd (vhdx is not supported)
* Fixed size vdi
* Raw Disk Image

1-''Usage''

Install Linux to vDisk
Create vhd/vdi with fixed size (dynamic type not supported) and install supported Linux distro into the vhd/vdi.
You can make use of VirtualBox, the installation process is no different from normal installation.

`It should be noted that, when you boot the vdisk file with a real machine, the BIOS mode must be the same with when the Linux distro was installed.
That is to say:
If you installed the Linux distro by VirtualBox in UEFI mode, you must change your real machine to UEFI mode before boot it.
If you installed the Linux distro by VirtualBox in Legacy BIOS mode, you must change your real machine to Legacy BIOS mode before boot it.

Currently, many PC/laptop are UEFI mode by default. However, the VirtualBox is Legacy BIOS mode by default.
`
''run vtoyboot script in the Linux OS''

After install and boot into the linux distro. Run vtoyboot script to make some process to support Ventoy boot.
vtoyboot is a project developed with Ventoy and released separately. Download its package from here:
https://github.com/ventoy/vtoyboot/releases

Put the downloaded package into the linux distro, decompress it and run vtoyboot.sh as root sudo sh vtoyboot.sh
Note that vtoyboot will be updated to support more Linux distros and fix bugs, so please use the latest release.

''Copy to USB drive, change the suffix to .vtoy and boot with Ventoy''
After completing the first 2 steps, now you can copy the vdi/vhd file to the Ventoy USB drive and boot it.
`For facilitate identification and processing, you need to change the file suffix to .vtoy`

It is recommended to keep the original suffix while adding a .vtoy suffix. For example: 
CentOS7.vhd.vtoy   ubuntu20.04.vdi.vtoy   Manjaro.vhd.vtoy

''Boot vDisk at Local disk by Ventoy''
The manual above is for copy the vdisk file to the USB drive and boot with Ventoy. You can also use a custom boot menu to boot the vdisk file at local disk by Ventoy.
Please refer Menu Extension Plugin for details about the custom boot menu.

Add a menu like follows to ventoy_grub.cfg, only need to change my_vdisk_path to the absolute path of the actual file (from the root of that partition).

```
menuentry "Boot My Linux VHD" {    
    set my_vdisk_path="/VhdDir/Ubuntu.vhd.vtoy"
    
    if search -n -s vdiskhd -f "$my_vdisk_path"; then
        vtoyboot_common_func "($vdiskhd)$my_vdisk_path"
    else
        echo "$my_vdisk_path not found"
    fi
}
```

In this example, my_vdisk_path is set to /VhdDir/Ubuntu.vhd.vtoy you can change it to your customized path (e.g. set my_vdisk_path="/images/LinuxMint.vdi.vtoy").
You don't need to specify which HD the file is on. It will use search command to enumerate all the HDs to find the file.

Below, the outer list gathers all items, e.g. publications, tagging to any tiddler tagged [[Author]] sorted by title. The inner list then loops all [[Author]] associated with a publication.

Example <<source Author>>

`{{Author}}`

> {{Author}}
* [[ViperOS|https://www.getdroidtips.com/viperos-condor-plume-p8/]]
* [[CrDroid ROM|https://www.getdroidtips.com/crdroid-os-condor-plume-p8/]]
* [[Resurrection Remix|https://www.getdroidtips.com/resurrection-remix-condor-p8/]]
* [[MIUI 8|https://www.getdroidtips.com/miui-8-condor-p8/]]
* [[Flyme OS 6|https://www.getdroidtips.com/flyme-os-6-condor-p8/]]
* [[XOSP OS|https://drive.google.com/file/d/1Shc8z1iAl7rhGx_iSS4ql2H-zj8vvAra/view]]
* [[XenonHD|https://www.getdroidtips.com/android-nougat-condor-plume-p8/]]



! ''List.js''
Perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML. Really simple and easy to use!

Donate npm version CircleCI codecov jsDelivr Hits

''Core idea''

* Simple and invisible
* Easy to apply to existing HTML
* No dependencies
* Fast
* Small
* Handle thousands of items

''Features''

* Works both lists, tables and almost anything else. E.g. `<div>,<ul>,<table>, etc.`
* Search Read more ›
* Sort Read more ›
* Filter Read more ›
* Simple templating system that adds possibility to add, edit, remove items Read more ›
* Support for Chrome, Safari, Firefox, IE9+

''lists all tiddlers where `foo` is listed in the standard `list` field''

```
<$list filter="[[foo]listed[]]">
<<currentTiddler>><br>
</$list>
```

<<<
<$list filter="[[foo]listed[]]">
<<currentTiddler>><br>
</$list>
<<<

''proof''

```
{{ExampleTiddler!!list}}
```

<<<
{{ExampleTiddler!!list}}
<<<

''lists all tiddlers where `bar` is listed in a field called `reverse`''

```
<$list filter="[[bar]reverse[]]">
<<currentTiddler>><br>
</$list>
```

<<<
<$list filter="[[bar]listed[reverse]]">
<<currentTiddler>><br>
</$list>
<<<

''proof''

```
{{ExampleTiddler!!reverse}}
```

<<<
{{ExampleTiddler!!reverse}}
<<<
<<static ListWidget 800px yes>>
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.

''Features''

* Renders on Canvas2D (zoom in/out and panning, easy to render complex interfaces, can be used inside a WebGLTexture)
* Easy to use editor (searchbox, keyboard shortcuts, multiple selection, context menu, ...)
* Optimized to support hundreds of nodes per graph (on editor but also on execution)
* Customizable theme (colors, shapes, background)
* Callbacks to personalize every action/drawing/event of nodes
* Subgraphs (nodes that contain graphs themselves)
* Live mode system (hides the graph but calls nodes to render whatever they want, useful to create UIs)
* Graphs can be executed in NodeJS
* Highly customizable nodes (color, shape, slots vertical or horizontal, widgets, custom rendering)
* Easy to integrate in any JS application (one single file, no dependencies)
* Typescript support
LittleLink is a lightweight DIY alternative to services like Linktree and many.link. LittleLink was built using Skeleton, a dead simple, responsive boilerplate—we just stripped out some additional code you wouldn't need and added in branded styles for popular services. 
This project is based on the great work from littlelink It takes the same simple approach to a link page and hosts it within a nodeJS server containerized for you to use. Now, customizing LittleLink with littlelink-server is as easy as passing in some environment variables. If you need help configuring this, please see this video that explains everything.

[[USB Format Tool and UEFI_MULTI]]
Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.
LizardFS is a distributed, scalable, fault-tolerant and highly available file system. It allows users to combine disk space located on many servers into a single name space which is visible on Unix-like and Windows systems in the same way as other file systems. LizardFS makes files secure by keeping all the data in many replicas spread over available servers. It can be used also to build an affordable storage, because it runs without any problems on commodity hardware.

Disk and server failures are handled transparently without any downtime or loss of data. If storage requirements grow, it’s possible to scale an existing LizardFS installation just by adding new servers - at any time, without any downtime. The system will automatically move some data to newly added servers, because it continuously takes care of balancing disk usage across all connected nodes. Removing servers is as easy as adding a new one.

https://github.com/topics/lms
The #1 local WordPress development tool
An effortless way to develop WordPress sites locally
Fast and transparent file system and swap encryption package for linux. No source code changes to linux kernel. Works with 5.x, 4.x, 3.x, 2.6, 2.4, 2.2 and 2.0 kernels.
This Moodle LTI Source plugin allows communication between an LTI tool and a consumer site.
LuBan-H5 is a mobile page builder based on Vue.js, which is similar with Amolink eqx (opens new window)(it's a chinese website, you may need to translate the page). It also supports parsing PSD file to HMTL5 Page
Lucee Server (or simply Lucee) is a dynamic, Java based, tag and scripting language used for rapid web application development.

Lucee simplifies technologies like webservices (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), datasources (MSSQL, Oracle, MySQL and others), caching (infinispan, ehcache, and memcached) and many more.

Lucee provides a compatibility layer for Adobe ColdFusion © CFML using less resources and delivering better performance.

https://github.com/lucee/Lucee
Lunyr is a decentralized crowdsourced encyclopedia and knowledge base, on the Ethereum blockchain. It rewards users with app tokens for peer-reviewing and contributing information.
* https://github.com/natemcmaster/LettuceEncrypt
* [[OSD Lyrics|https://github.com/osdlyrics/osdlyrics]] 
* [[Autolyrics]]
* [[MiniLyrics]]
* [[LyricsWiki]]
*[[Lyricfier 2|https://github.com/emilioastarita/lyricfier2]]
M3m0 Tool crossed_swords Website Vulnerability Scanner & Auto Exploiter
You can use this tool to check the security by finding the vulnerability in your website or you can use this tool to Get Shells | Deface | cPanels | Databases
As a user, installing the macFUSE software package will let you use any third-party FUSE file system. Legacy MacFUSE file systems are supported through the optional MacFUSE compatibility layer.

As a developer, you can use the FUSE SDK to write numerous types of new file systems as regular user space programs. The content of these file systems can come from anywhere: from the local disk, from across the network, from memory, or any other combination of sources. Writing a file system using FUSE is orders of magnitude easier and quicker than the traditional approach of writing in-kernel file systems. Since FUSE file systems are regular applications (as opposed to kernel extensions), you have just as much flexibility and choice in programming tools, debuggers, and libraries as you have if you were developing standard macOS applications.

How It Works :
In more technical terms, FUSE implements a mechanism that makes it possible to implement a fully functional file system in a user-space program on macOS. It provides multiple APIs, one of which is a superset of the FUSE API (file system in user space) that originated on Linux. Therefore, many existing FUSE file systems become readily usable on macOS.

The macFUSE software consists of a kernel extension and various user space libraries and tools. It comes with C-based and Objective-C-based SDKs. If you prefer another language (say, Python or Java), you should be able to create file systems in those languages after you install the relevant language bindings yourself.

The filesystems repository contains source code for several exciting and useful file systems for you to browse, compile, and build upon, such as sshfs, procfs, AccessibilityFS, GrabFS, LoopbackFS, SpotlightFS, and YouTubeFS.
* Deep Networks with Stochastic Depth
* https://github.com/ml-tooling/best-of-ml-python
* https://github.com/google/mediapipe
* https://github.com/EpistasisLab/tpot
* https://github.com/iperov/DeepFaceLab
* https://github.com/horovod/horovod
* http://mlpy.sourceforge.net/
* https://sourceforge.net/projects/exstracs/
* 
* 
* 

https://downloadly.ir/software/operating-system/hackintosh-macos/
Macronize, a macro builder, a mouse click and key press recorder with which you can automate your Windows programs and apps throught recording or adding precise steps (macro actions) and playing them back.

A macro is a series of steps to automate your computer. With a macro you take over the control of your programs and apps so you don't have to do things manually like copying/pasting. Or recording a YouTube video and at the same time clicking to show the users what to do.

!!! Features
* Record and play back mouse clicks and key presses
* Do repetitive tasks so you don't have to
* Automate multiple programs to combine their power
* Copy/paste data from one program to another
* Do a certain task on a certain time
* Check if anything has changed on screen or disk and act accordingly
* Create a YouTube tutorial without having to click things at the same time you're talking

PHP MySQL Admin Panel Generator (MAGE), a PHP tool that helps you create a PHP Admin Panel for any MySQL database in seconds.

Mage is not PHPMyAdmin; it doesn't contain all your databases. It physically creates an admin panel for a database.

A suggested use-case for the tool would be creating an admin panel for a PHP / MySQL project in seconds, and then you can tweak it before delivery.

You may use this tool for charity or school projects, for commercial use, please contact me.

!! Name
MAGE is derived from MySql Admin panel GEnerator. Mage (meɪdʒ): a magician or learned person.
The MainWP Dashboard is an open source self-hosted WordPress management plugin that allows you to maintain virtually all aspects of multiple WordPress sites.
Mantis is an easily deployable, web based bugtracker to aid product bug tracking. It requires PHP, MySQL and a web server. Checkout our demo and hosted offering.
* LeafLet
* https://downloadly.ir/software/engineering-specialized/sputnik-gis/
* https://downloadly.ir/software/engineering-specialized/eliis-paleoscan/
* http://vterrain.org/Packages/Artificial/
* https://turbocg.com/
* https://blog.mapbox.com/bringing-3d-terrain-to-the-browser-with-three-js-410068138357
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
MAPS.ME is an open source offline maps application for iOS and Android. It provides detailed offline maps of the world and is built on top of crowd-sourced OpenStreetMap data, with its own binary format for map styles.

!! Features
* Updated, offline map data
* GPS support
* Offline search (by name, address, category and coordinates)
* Offline routes for cars, foot, bicycle and subway
* Map Editor (OpenStreetMap.org)
* Bookmarks (with cloud back up option)
* Auto-follow mode
* Location and bookmarks sharing
* Travel guides (itineris)
* Car traffic
* KML import
Mapus is a tool to explore and annotate collaboratively on a map. You can draw, add markers, lines, areas, find places to go, observe other users, and much more.

!!! Features
* 🙌 Real-time collaboration to help plan trips synchronously
* ✏️ Draw to highlight areas on the map
* 📏 Create lines to designate paths and measure distance
* 📐 Create areas to mark different zones
* 📍 Create markers to save places on the map
* ☕️ Find places and things to do nearby
* 🔍 Search and navigate to specific places
* 👀 Observe other users by clicking on their avatar
* 📝 View a list of all the annotations, and toggle their visibility
* 💾 Export the map data as GeoJSON
* ...and much more - all for free!

It's basically Google's MyMaps, except it has real-time collaboration.
Pomodoro® time management assistant.
* • Short & long breaks
* • Toolbar icon with countdown timer
* • Track Pomodoro history & stats
* • Configurable long break intervals
* • Configurable timer durations
* • Desktop & tab notifications
* • Audio notifications with over 20 sounds
* • Ticking timer sounds
* • Scheduled automatic timers
* • Open source software

https://github.com/schmich/marinara
This extension works like a web clipper, but it downloads articles in markdown format.
This is an extension to clip websites and download them into a readable markdown file. Please keep in mind that it is not guaranteed to work on all websites.

To use this add-on, simply click the add-on icon while you are browsing the page you want to save offline. A popup will show the rendered markdown so you can make minor edits or copy the text, or you can click the download button to download an .md file.
Selecting text will allow you to download just the selected text

Context Menus
You can also right-click on pages, images, links and selections to copy or download snippets of Markdown.
You can also download all tabs in a window as Markdown files
* https://download.ir/udemy-marketing-strategies-for-business-success/
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
Markor is a TextEditor for Android. This project aims to make an editor that is versatile, flexible, and lightweight. Markor utilizes simple markup formats like Markdown and todo.txt for note-taking and list management. It is versatile at working with text; it can also be used for keeping bookmarks, copying to clipboard, fast opening a link from text and lots more. Created files are interoperable with any other plaintext software on any platform. Markor is openly developed free software that accepts community contributions.

!!! Features
* 📝 Create notes and manage your to-do list using simple markup formats
* 🌲 Work completely offline -- whenever, wherever
* 👌 Compatible with any other plaintext software on any platform -- edit with notepad or vim, filter with grep, convert to PDF or create a zip archive
* 
* 🖍 Syntax Highlighting and format related actions -- quickly insert pictures and to-dos
* 👀 Convert, preview, and share documents as HTML and PDF
* 
* 📚 Notebook: Store all documents on a common filesystem folder
* 📓 QuickNote: Fast accessible for keeping notes
* ☑️ To-Do: Write down your to-do
* 🖍 Formats: Markdown, todo.txt, csv, ics, ini, json, toml, txt, vcf, yaml
* 
* 📋 Copy to clipboard: Copy any text, including text shared into Markor
* 💡 Notebook is the root folder of documents and can be changed to any location on the filesystem. QuickNote and To-Do are textfiles
* 
* 🎨 Highly customizable, dark theme available
* 💾 Auto-Save with options for undo/redo
* 👌 No ads or unnecessary permissions
* 🌎 Language selection -- use other language than on the system
* 
* 🔃 Markor is an offline app. It works with sync apps, but they have to do syncing respectively. Sync clients known to work in combination include BitTorrent Sync, Dropbox, FolderSync, OwnCloud, NextCloud, Seafile, Syncthing, Syncopoli
* 🔒 Can encrypt your textfiles with AES256. You need to set a password at the settings and use Android device with version Marshmallow or newer. You can use jpencconverter to encrypt/decrypt easily on desktop. Be aware that only the text is encrypted not pictures or attachments.
https://marlinfw.org/docs/basics/introduction.html
MASS Users Password Reset is a WordPress Plugin that lets you resets the password of all users. It can group the users according to their role and resets password of that group. It sends notification email to users about their new randomly generated password.
Created by Gonzalo Suez. See the official site for more info: http://www.masterbootstrap.com

This template is based on Twitter Bootstrap 3, for Joomla! 3.x.

!!! Some features:
* 100% Bootstrap 3.5
* HTML 5
* Modernizr
* Font Awesome
* PIE for IE
* Holder, client-side image placeholders
* Upload Logo from Administrator
* Fast and Light
* Positions 100% managed for class CSS
* Left and Right Modules with independent proportions!
* A Fullwidth position for your sliders!
* Hide front content option, from admin!
* Constantly developing
* And more!

Master3 – modern, comfortable and flexible template for Joomla! 3, based on the UIkit 3 framework
Material DevTools Theme Collection
This is a porting of the famous Material Theme (https://www.material-theme.com) for Chrome DevTools. It completely redesigns the Chrome DevTools panels to the Material Theme Colors. And just like its inspiration, it also provides options to switch to other themes as well in the blink of an eye!

Installation:

To use this theme, you'll need first to enable Developer Tools experiments in chrome://flags:

* - Go to chrome://flags
* - Look for "Developer Tools experiments"
* - Enable it and restart Chrome
* - Open Developer Tools
* - Open the Settings > Experiments > "Allow Custom UI Themes"
* - Close and reopen the DevTools
Material Kit is a Free Bootstrap 4 UI Kit with a fresh, new design inspired by Google's material design. You asked for it, so we built it. It's a great pleasure to introduce to you the material concepts in an easy to use and beautiful set of components. Along with the restyling of the Bootstrap elements, you will find three fully-coded example pages, to help you design your next project.
https://invidious.blamefran.net/watch?v=HeQX2HjkcNo
* https://github.com/matrix-org
* https://tox.chat/
* https://github.com/vector-im




bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Mattermost is an open source, private cloud, Slack-alternative from https://mattermost.com.

It's written in Golang and React and runs as a single Linux binary with MySQL or PostgreSQL. Every month on the 16th a new compiled version is released under an MIT license.

!!! Communicate seamlessly
* Organized conversations in teams and channels
* Fully searchable message history
* 1-on-1 and group messaging
* Voice, video, and screen sharing
* File, image, and link sharing
* Emoji and rich Markdown formatting
* Multi-language support

!!! Focus on what’s most important
* Custom desktop, email, and mobile notifications
* Do not disturb mode
* Favorite channels
* Keyword mention alerts

!!! Administer with full control over your data
* eDiscovery and compliance reporting
* Data retention policies
* Custom terms of service
* AD/LDAP authentication and group sync
* Enforced multi-factor authentication
* SAML 2.0 single sign-on
* Command line and database management tools
* Performance and system monitoring
Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, sets, lists, vectors, matrices and tensors. Maxima yields high precision numerical results by using exact fractions, arbitrary-precision integers and variable-precision floating-point numbers. Maxima can plot functions and data in two and three dimensions.

https://maxima.sourceforge.io/index.html
Mazer is a Admin Dashboard Template that can help you develop faster. Made with Bootstrap 5. No jQuery dependency.
 (Bootstrap 5 & Material Design 2.0 UI KIT)
 
Material Design
for Bootstrap 5 & Vanilla JavaScript
Standard Bootstrap version built with plain JS (but works also with jQuery)

700+ UI components & templates
Built with plain, vanilla JavaScript
Super simple, 1 minute installation
Free hosting
MIT license - free for personal & commercial use
!! Model-Driven Generation (mdgen)

A command line tool for template-based code generation from metadata encoded in JSON format based on metadata-json files (.mdj) typically created by StarUML.
It's a side project that I made for myself since when I use my own mechanical keyboard at late night or in the office and my parents and my coworkers hate that a lot because the sound of the keyboard is very loud (especially in quiet places). So if you are facing this issue just like me then this product is for you!

- Plays typewriter sound

- You can add more keyboard sound set by recording any sound you like and add them to this app with some easy steps.

- Use your laptop keyboard or non-mechanical keyboard at work and still hear your loved sound.

- Use this app as any purpose as you want (such as demo for the buyer about the keyboard sound before they buy it, custom any sound for any key...)

With Mechvibes Editor, you can create a new sound pack, edit existing sound pack or share them with your friends.

!!! Features
* Plays mechanical keyboard sounds as you type
* Plays typewriter sound as you type
* Create, edit, share your customized sound packs
* Add existing sound packs from community
* Help blind people type on their keyboard easier with voice pack
JW Player is the solution for seamless video playback across browsers and media types.
* [[Kodi|]]
*https://github.com/ornrocha/rencoder
Breakout rooms,attendance,dark mode,chat,emojis,reward points,quiz,poll,file sharing,stickies,many more features for Google Meet
❤️️GMP is now available in English, Français, Italiano, Español, Português & 中文❤️️

🔰Google Meet Plus is a must-have extension for Google Meet users. It provides Google Meet users a way to collaborate, interact, and having fun with each other in real-time.🔰

🢂GMP Settings: GMP allows you to config your default microphone and camera state, press/tap to talk, buzz another meeting participant, changing your Google Meet background color, changing languages and many useful settings.

🢂Real-time Whiteboard Sharing: Allowing participants to share and collaborate on a whiteboard in the meeting. Everyone in the session can see the drawing in real-time. Drawing can be downloaded as an image file.

🢂Emoji/Memes Reaction: Allowing participants to react using some funny emojis or memes to express feelings. It also has allow users to switch two emoji modes.

🢂GMP Instant Poll: Allowing participants start an instant poll during a Google Meet session. Result can be downloaded as an image.

🢂User Status Update: Participants in Google Meet can now set their status via top status bar. Also, can view everyone's status by mouse over the eye icon on the status bar on the top. It also allows custom status. A notification will appear when someone change status.

🢂Trivia Quiz: Allowing participants start a trivia competition in two mode(GMP Vanilla Trivia and GMP Bamboozling Trivia). We have around 50K trivia for players to choose from.

🢂Share Inspirational Quotes: Participants can retrieve an inspirational quote from a famous person, everyone in the session will see it.

🢂Meeting Timer: Allowing a participant to start a timer for the meeting. Every participant will see the timer,

🢂Mute/Umute Meeting: Allowing participant to mute/unmute the audio of current Google Meet session. Also allowing other participant to request unmute of a muted user.

🢂Minimize/Draggable: GMP can be drag and park anywhere on your screen, also user can minimize it anytime to the Google Meet control bar.

🢂Focus on Google Meet: By clicking on the extension icon of Google Meet Plus, Google Meet tab will be maximized and focused.

Google Meet Plus works best when everyone in the meeting room install it, ask your friends and colleagues to install it today!
Record Google Meet captions, chat messages, and screenshots to Google Docs.
Features
1. Automatically save live meeting captions.
2. Saves chat messages when the right sidebar is open.
3. Option to disable transcribing a meeting or portions of it.
4. Option to take screenshots during a meeting.
5. Option to hide captions from appearing on the screen.
6. Transcripts include meeting name, timestamps, and speakers.
Capture actionable meeting notes directly in Google Calendar
Use the FREE Meetric Chrome extension to write down notes + tasks in your calls and meetings, without having to switch windows, in Google Calendar.

HOW TO USE IT: https://www.youtube.com/watch?v=8P58OYY-PvA

Extension features:
✍️ Capture and keep track of meeting minutes, notes, tasks.
🧑‍🤝‍🧑 Collaborate in real-time on the agenda & the notes with other guests.
📜 Find any meeting notes & decisions from past meetings.
✅ Assign tasks to yourself and others in the meeting.
⌛ Keep track of time with our meeting timer.

Help docs: https://help.meetric.app/

Capture meeting notes live in your browser with the (free) Meetric Chrome extension! Think of it like a connected Google Calendar notepad.

Meetric helps you keep track of what is being discussed in the meeting. 

Unlike other note-taking apps, Meetric was designed with meetings in mind. Meetric works directly on your Google Calendar or Google Meet, so you can take notes without switching windows. This means that you can easily capture meeting minutes, notes, and tasks ✍️. 

For example, you can prepare your agenda 📝 ahead of time with Meetric. Even before your meeting starts, you can open up Meetric and type in pointers that you and your team want to cover during the meeting. 

Having a meeting agenda is a must-have for any productive meeting. With Meetric, you can make sure that every meeting is off to a good start.

Ever bumped into the problem of everyone being on a different page during the meeting? You can also use Meetric to collaborate in real time 🧑‍🤝‍🧑 on the meeting notes and agenda with other meeting guests. 

This means that every participant — not just the scribe! — has access to what is being recorded. By making sure everyone has access to the minutes and agenda, you and your team can better coordinate your workflow.

Meetric also solves the age-old problem of losing all your meeting minutes. The extension has a nifty feature which lets you easily search for past meeting notes and decisions 📜.

Another important thing about meetings is making sure that everyone knows what their next steps are. There is nothing worse than having a productive, engaging meeting only for people to forget what is supposed to be done. This is a problem that many face when meeting minutes are sparse and not helpful.

Meetric tackles this too! You can use the extension to assign tasks to yourself and other meeting guests ✅. 

You can also make the most out of your time with a super handy meeting timer ⌛. 

In fact, it is very common for meetings to go over the allocated time limit. This is a big problem. 

It creates a knock-on effect and spills over into the rest of the day. It might even cause other meetings to start late and end late, resulting in fatigue and listlessness for meeting guests. 

Meetric solves this problem with its built-in timer, which helps you keep track of time, so that the meeting does not overrun.

Common Questions & Answers:

What's Meetric?
Meetric is a tool to have more effective meetings. From easily preparing an agenda, capturing meeting minutes and tracking the completion of actions discussed in meetings, Meetric ensures nothing gets lost and meetings don't become a pain.

How is my data secure?
First, none of your calendar information is saved without your permission, and even with it, we only store information for the events you've captured notes in. Second, any information recorded is secured with RSA 2048-bit encryption. Third, our server infrastructure is built upon AWS and its cloud security.

Is Meetric for teams or individuals?
Either! You can use Meetric on your own for all your calls and meetings. Or use it with the whole team just like you do with Google Docs or Asana.

How is it better than taking notes in Google Docs or Apple Notes?
Traditional note-taking tools were never built with meetings in mind. Meetric automatically links your notes with the events in your calendar, to show you instantly what was discussed in your last 1:1 or weekly customer call. Also, it gives your meetings superpowers: collaborative agenda, time tracker, next step reminders, and more!

Do you integrate with video conferencing tools?
Yes if it's web-based and you use Chrome. Our Chrome extension enables you to use Meetric in any web-based video conferencing tool, like Google Meet and Microsoft Teams.

How does it compare to other solutions?
Meetric is a great tool for your meetings but doesn't replace your videoconference solution - it works alongside it like Zoho, Zoom, Webex, Calendly,  Google Meet, Hangout, Microsoft Teams. Meetric is similar to other meeting-first solutions Hugo, Soapbox, Hypercontext, Docket, Wisembly Jam, Meetical, Meetnotes and can track actions like Todoist or Asana. The note-taking is similar to Notion, Evernote, Google Docs and others.

How much does Meetric cost?
Meetric is currently in Beta and 100% free.
https://mrbs.sourceforge.io/
Easy meeting scheduling and meeting invitations directly from Gmail
Scheduling appointments and meetings is super easy with Meeting Scheduler for Gmail

FREE: Easy, beautiful meeting calendar scheduler lets you send out a link so that other people can choose a meeting time with you based on your availability. It works directly from Gmail, and is 100% integrated with your Google Calendar.

Book meetings with only one email. Say goodbye to email "tag game" for scheduling appointments -  do everything with one email and one click.

How it works:

1) Install the extension.

2) While composing an email to your clients, colleagues, friends, students, etc... just click on the "Calendar icon" on the bottom of your email. 

3) You will be able to insert a link to your calendar availability before you send your email.

4) When the email receiver opens your email, they can pick an available time slot, and your meeting event will be added to both of your calendars.

5) It will be editable if you ever need to change the meeting time.
 
Here are some of the differences between this calendar meeting scheduler and others:

1. There are no duplicate calendars that are saved to an external calendar, this works directly with your Google calendar. You can therefore easily revise a meeting day and time, and the other person is aware of the change.

2. You can label how you see your meetings in your calendar, instead of a default meeting block labelled "Meeting".

3. The person who is booking an appointment with you doesn't need to enter in his/her name or email because we already know who it is based on their email address.

4. The sender and receiver are properly labeled in their respective fields. No more guessing who is joining you if you are looking at your Google Calendar. 

5. Settings are already based on your time zone, with meetings between 9a-5p M-F. You can change these settings at any time.

Key features:
✅ SMS Notifications
✅ Track meeting invite clicks
✅ Book me (vanity) links
✅ Unique invite links per email message 
✅ Customizable meeting page
A Members manager to use as a base for any kind of project that needs user integration. You can with much ease adapt it using the JCB package.
In normal mode, Ventoy will only read the iso file at booting time, and only read the content needed for boot. Ventoy works well in normal case, but not 100%. On some machines (especially in Legacy BIOS mode) there may be problems.
In Memdisk mode, Ventoy will load the whole ISO file into memory and boot it. This will take up some additional memory, but with higher success rate to boot.


''Scope of Memdisk mode''

The following conditions must be met to use memdisk mode:
# 1. Only ISO files are supported in Memdisk mode.
# 2. The ISO file can't be too big, normally less than 1GB
# 3. Most importantly, there is no need to mount the ISO file after boot

So not every ISO file is suitable for memdisk mode.
Memdisk mode is very suitable for WinPE (without external programs), various Live CD, Vmware ESXi, Memtest86 and all other small distros.

''How to use''
Just press F1 before you select the iso file in ventoy's boot menu. (Press again to restore the default mode)
If you don't want to press F1 every time, you can also use Auto Memdisk Plugin.
AI memory assistant for Anki – remember everything you read by automatically generating question cards from text.
🧠 Memorai is an AI to help you remember anything you read with minimal effort.

# Select a passage you want to remember, right-click '🧠 Add to memorai'.
# Our AI assistant reads the text and automatically creates a set of flash-cards questions. 
# Click the Memorai 🧠extension to see/edit the questions and send them to Anki.

HOW TO INSTALL
You need Anki installed for this to work.

# Install this chrome extension
# Open Anki (to install go to [https://apps.ankiweb.net/](https://apps.ankiweb.net/) and download Anki for your desktop)
# Add AnkiConnect add-on so this can send cards to anki
#*Tools > Add ons
#*Click 'Get Add ons...' and a box will appear asking for a code
#*Paste `2055492159` in the box and click OK
VBoot command utility supports merging child disks to it parents, compacting and expanding virtual disk files. These are examples:


```
    vbootctl merge  c:\xp-s1.vhd c:\xp.vhd
    vbootctl compact c:\xp.vhd
    vbootctl expand c:\xp.vhd /newsize 40  (size in GB)
```

If you're happy with the changes you've made to P under the guise of child.vhd, use the Merge Vdisk command. To do that, you must first detach the child VHD (if it's currently attached), then select that VHD (which might not be necessary but can't hurt), then use the Merge Vdisk command to stuff child.vhd's changes into parent.vhd, and finally re-select and re-attach parent.vhd. Again, you can now delete child.vhd, as it's superfluous at this point. Here's the syntax:


```
select vdisk file=e:\child.vhd
detach vdisk
merge vdisk depth=1
select vdisk file=e:\parent.vhd
attach vdisk
```
This plugin provides a Moodle message output for Telegram. Users can configure the plugin to send Moodle notifications through a Telegram Bot and channel.
Meta Box is a powerful, professional, and lightweight toolkit for developers to create unlimited custom meta boxes and WordPress custom fields.

Meta Box helps you add custom fields and details on your website such as pages, posts, forms and anywhere you want using over 40 different field types such as text, images, file upload, checkboxes, and more.

On top of that, each WordPress custom field type has extensive internal options for unlimited content possibilities. Complete customization and control is just a few clicks away.
Metabase is the easiest way to let everyone in your company access business data and analytics, learn from it and ask questions. Even if you or your colleagues have no experience in SQL, you can easily summarize and visualize your data, share it and let your team ask questions about it.

Metabase creates beautiful graphs and charts, with an easy-to-use dashboard where everyone can create, organize and share exceptionally visualized data. It supports a great number of databases, including Postgres, MySQL, Druid, MongoDB, SQLite and more. Setup literally takes 5 minutes.

!!! Features
* Speedy and simple setup
* Lets everyone ask questions even without SQL knowledge
* Rich dashboards with auto refresh and fullscreen option
* SQL Mode for analysts and data pros
* Create canonical segments and metrics
* Schedule and send charts or results via email or Slack
* Metabot lets you view data anytime on Slack
* Option to humanize data
* Alerts lets you see changes in your data
MetFS is a filesystem software in userspace that is FUSE based, encrypted, dynamic sized (increase when new data added, decrease when data removed), single file when it's unmounted and very fast.
MetFS also has a Java GUI!

!! ''Features''

* MetFS partitions are visible only to the user who mounted them. No other users (including root) can view the filesystem contents.
* MetFS partition looks like a single file when it's unmounted.
* Clear version of the user password is never written to disk.
* RC4 stream cipher algorithm is used.
* MD5 hash algorithm is preferred.
* Clear data never stored in anywhere.
* Writing 1.6 GB sized data in ext3 filesystem is just 16 seconds faster than MetFS.
* Faster and more secure string functions of OpenBSD and D.J.B are used.
* .mfs is official file extension of MetFS.
* MetFS also has a GUI in Java.

[img[http://www.enderunix.org/metfs/MetFS.png]]
Mibew Messenger is an open-source live support application allowing visitors of your site to chat with your operators.

!! Features
* Easy integration into existing sites
* Custom chat buttons
* Themes engine
* Multiple localizations
* Visitors tracking and interaction
* Pre-chat survey
* Manageable permissions
* Operators groups
* Plugins API
* Multiple official plugins
* Built-in statistics
* PHP7 compatible
https://github.com/microweber/microweber
Main article: [[Migration (virtualization)|https://en.wikipedia.org/wiki/Migration_(virtualization)]]

The snapshots described above can be moved to another host machine with its own hypervisor; when the VM is temporarily stopped, snapshotted, moved, and then resumed on the new host, this is known as migration. If the older snapshots are kept in sync regularly, this operation can be quite fast, and allow the VM to provide uninterrupted service while its prior physical host is, for example, taken down for physical maintenance.
[[https://msfn.org/board/topic/182020-mini-10x64-in-vhd/|]]
Minio is an open source object storage server compatible with Amazon S3 APIs

MinIO’s high performance, Kubernetes-native object storage suite is
built for the demands of the hybrid cloud. Software-defined, it delivers
a consistent experience across every Kubernetes environment.
miniOrange Password Policy Manager includes user’s password management features like auto password expiration, one click password reset, Enforce strong password on login and user creation, weak password detection, role based password management, Enforce strong password for inactive users and many more. Weak passwords are the primary perpetrator of WordPress hack assaults. The poor passwords of your users put your website and company at risk unless you introduce strict password policies. To fix this issue, miniOrange password policy Manager was developed. This will help WordPress website owners and administrators ensure that their users use strong and unassessable passwords.
MiniSearch is a tiny but powerful in-memory fulltext search engine written in JavaScript. It is respectful of resources, and it can comfortably run both in Node and in the browser.

''Use case''

MiniSearch addresses use cases where full-text search features are needed (e.g. prefix search, fuzzy search, ranking, boosting of fields…), but the data to be indexed can fit locally in the process memory. While you won't index the whole Internet with it, there are surprisingly many use cases that are served well by MiniSearch. By storing the index in local memory, MiniSearch can work offline, and can process queries quickly, without network latency.

A prominent use-case is real time search "as you type" in web and mobile applications, where keeping the index on the client enables fast and reactive UIs, removing the need to make requests to a search server.

''Features''

Memory-efficient index, designed to support memory-constrained use cases like mobile browsers.

Exact match, prefix search, fuzzy match, field boosting

Auto-suggestion engine, for auto-completion of search queries

Documents can be added and removed from the index at any time

Zero external dependencies

MiniSearch strives to expose a simple API that provides the building blocks to build custom solutions, while keeping a small and well tested codebase.
MinPOS is Point Of Sale free software licensed. You can use and free update forever.
It's developed from Openbravo POS but modified so many. Please see how to install at Wiki

Support muilti language (English, France, Vietnam...)

Run good: Retail, Market, Restaurant, Hotel, Motel, Karaoke, Nail, Billiard....

--------------

!!! In this release (4.00):
* - Add Dual Screen
* - Kitchen Screen Order
* - Create table's Map by Drag and Drop position in Tables screen
* - Fix: bugs promotion module
* - Add new promotion type "Customer: Discount products, Category by Customer in %"
* - Translate promotion type list
* - Fix: Send order to Kitchen/Bar : Only send new rows in ticket
* - Fix bug when use Arabia language
* - Add option Receipt paper size for 58mm/80mm
* - Backup MySQL database feature
* - Show ID of location in localtions list screen

!!! Features
* Retail management
* Restaurant management
* Hotel - Motel management
* Product - Stock management
* Customer management
* Supplier management
* Check In - Check Out for employee
* Barcode - Draw cash - Receipt printer - MSR - Customer display - Dual screen -Scale
* Kitchen Screen Order
* Web module for PDA, smartphone, mobile
* Promotion - Voucher
* Payment
* Tax
* Multi languages
Mintable helps you:

* Keep track of your account balances
* Aggregate transactions from all your banking institutions, including checking accounts, savings accounts, and credit cards
* Analyze and budget your spending using a spreadsheet and formulas
* https://github.com/miraheze
* https://miraheze.org/
* 
Generate Java, MyBatis and MySQL code from table define object.
This is a tool to generate Java, MyBatis and MySQL code from table define object. With it, plenty of time will be saved and a lot of tedious work will be finished efficiently.
Mocodo est un logiciel d'aide à l'enseignement et à la conception des bases de données relationnelles.

En entrée, il prend une description textuelle des entités et associations du modèle conceptuel de données (MCD).
En sortie, il produit son diagramme entité-association en SVG et son schéma relationnel (MLD) en SQL, LaTeX, Markdown, etc.

La devise de Mocodo, « nickel, ni souris », en résume les principaux points forts:

description textuelle des données. L'utilisateur n'a pas à renseigner, placer et déplacer des éléments comme avec une lessive ordinaire. Il ne fournit rien de plus que les informations définissant son MCD. L'outil s'occupe tout seul du plongement;
propreté du rendu. La sortie se fait en vectoriel, prête à être affichée, imprimée, agrandie, exportée dans une multitude de formats sans perte de qualité;
rapidité des retouches. L'utilisateur rectifie les alignements en insérant des éléments invisibles, en dupliquant des coordonnées ou en ajustant des facteurs mutiplicatifs: là encore, il travaille sur une description textuelle, et non directement sur le dessin.
Modularbase codeigniter Adminlte admin panel with grocery crud, ion auth and many more
[img[Monica PMR.png]]

Monica is an open-source web application to organize and record your interactions with your loved ones. We call it a PRM, or Personal Relationship Management. Think of it as a CRM (a popular tool used by sales teams in the corporate world) for your friends or family. This is what it currently looks like:


!!! Purpose
Monica allows people to keep track of everything that’s important about their friends and family. Like the activities with them. When you last called someone and what you talked about. It will help you remember the name and the age of their kids. It can also remind you to call someone you haven’t talked to in a while.

!!! Features
* Add and manage contacts
* Define relationships between contacts
* Reminders
* Automatic reminders for birthdays
* Stay in touch with a contact by sending reminders at a given interval
* Management of debts
* Ability to add notes to a contact
* Ability to record how you met someone
* Management of activities with a contact
* Management of tasks
* Management of gifts given and received and ideas for gifts
* Management of addresses and all the different ways to contact someone
* Management of contact field types
* Management of a contact’s pets
* Basic journal
* Ability to record how your day went
* Upload documents and photos
* Export and import of data
* Export contacts as vCards
* Ability to define custom genders
* Ability to define custom activity types
* Ability to favorite contacts
* Track conversations on social media or SMS
* Multiple users
* Tags to organize contacts
* Ability to define what section should appear on the contact sheet
* Multiple currencies
* Multiple languages
* An API that covers most of the data

*How To Raise An Amazing Child the Montessori Way
* The Montessori toddler : a parent’s guide to raising a curious and responsible human being 
* Montessori from the Start: The Child at Home, from Birth to Age Three
* Montessori at Home! : The Complete Guide to Doing Montessori Early Learning Activities
* Teaching Montessori in the Home: Pre-School Years: The Pre-School Years
* Le guide Hachette de la pédagogie Montessori : l’ouvrage complet pour comprendre et appliquer la pédagogie au quotidien
* Les 7 profils d’apprentissage : [pour former, enseigner et apprendre] 
* La gestion des competences : Une demarche essentielle pour la competitivite des entreprises
* 
* 
* 
* 
* 
* 
Moodle - the world's open source learning platform

Moodle <https://moodle.org> is a learning platform designed to provide
educators, administrators and learners with a single robust, secure and
integrated system to create personalised learning environments.
With the official mobile app for Moodle, you can

* Browse the content of your courses, even when offline
* Receive instant notifications of messages and other events
* Quickly find and contact other people in your courses
* Upload images, audio, videos and other files from your mobile device
* Track your progress, mark tasks as complete and browse your learning plans
* Attempt quizzes, post in forums and edit wiki pages
* View your course grades
... and lots more - see the full list of Moodle app features.
This authentication plug-in enables LDAP single sign-on's from web portal SSL forms and uses a modified standalone version of the core LDAP Authentication Plug-in. Currently supports MS-ADLS (AD), and OpenLDAP (RFC2307 compliant) Server back ends.

!!! Features
* Pass-Through Security Authentication from Web Forms via HTTP/TLS & [SSL]
* Authenticates private key + Server FQDN Remote Host + User LDAP login credentials
* MS-ADLS (AD), and OpenLDAP (RFC2307 compliant) LDAPv2-3 Server back ends
* Cron Sync via auth_ldapsso_sync_users.php
* Sample test.php web form for local server testing
* New LDAP user creation via LDAP organizationalUnits (openLDAP)
* SSO Failed Login URL
* MD5, SHA-1 and plain passwords
* Optional Data mapping LDAP attributes to User profile
* Change LDAP password via Change Password on Edit profile page
There are not that many full-fledged lock-free queues for C++. Boost has one, but it's limited to objects with trivial assignment operators and trivial destructors, for example. Intel's TBB queue isn't lock-free, and requires trivial constructors too. There're many academic papers that implement lock-free queues in C++, but usable source code is hard to find, and tests even more so. This queue not only has less limitations than others (for the most part), but it's also faster. It's been fairly well-tested, and offers advanced features like bulk enqueueing/dequeueing (which, with my new design, is much faster than one element at a time, approaching and even surpassing the speed of a non-concurrent queue even under heavy contention). In short, there was a lock-free queue shaped hole in the C++ open-source universe, and I set out to fill it with the fastest, most complete, and well-tested design and implementation I could.

!!! Features
* An industrial-strength lock-free queue for C++
* Single-header implementation, just drop it in your project
* Fully thread-safe lock-free queue
* Use concurrently from any number of threads
* Elements are moved (instead of copied) where possible
* No artificial limitations on element types or maximum count
* Memory can be allocated once up-front, or dynamically as needed
* Fully portable (no assembly; all is done through standard C++11 primitives)
* Supports super-fast bulk operations
* Includes a low-overhead blocking version (BlockingConcurrentQueue)
MooseFS is a breakthrough concept in the Big Data storage industry. It allows us to combine data storage and data processing in a single unit using commodity hardware thereby providing an extremely high ROI. Through this innovative approach, we provide professional services and expert advisory for storage solutions as well as implementation and support for all your operations.

MooseFS which was introduced around 12 years ago as a spin-off of Gemius (a leading European company which measures internet in over 20 countries), has went on to become one of the most sought after Data storage software for companies worldwide. It is still being used to store huge amounts of data for Gemius core operations, where over 300 000 events are gathered and processed per second, for 24 hours and 7 days a week. Therefore, any solution we present to our customers has been tested in real-life work environment involving Big Data Analytics.

We have mastered it to perfection by combining considerable savings with enormous reliability and exceptional performance. Our focus is on delivering optimal solutions - which are widely recognized by organizations globally. As we wanted to share our great invention, we decided to release an open-source version - available for FREE to everyone. We also offer a Professional version and support for enterprises that need cutting-edge solutions at a reasonable price. Our customers no longer have to choose between investing money and a reliable storage space for their business.
Moove it's a modern theme, simple and focused on the main content. You can minimize both side columns to enjoy the maximum of space in your environment.
!!Goal
GSD5 will not attempt to do everything.  Its goal is to be a bare-bones framework that uses plugin concepts from the ~TiddlyWiki5 development. Allowing plugins to provide enhancements will allow the end-user to tailor their GTD/GSD5 experience.

!! Features

; Realms
: Divide your Actions/Projects into appropriate, custom groups. //(eg Personal, Professional, Volunteer)//
; Projects
: A collection of Actions that have a similar purpose or goal.  //An awesome TW5 plugin.//
; Actions (Tasks)
: Short, single step actions that accomplish a task.  //Learn about TW5 filters.//
; References
: Place snippets of text, links, or anything else in a tiddler for future reference.  //List of good text editors.//
; Contacts
: Have an action that needs some else's expertise?  Assign them a waiting action and use the tiddler to keep contact information. //Get a glioblastoma removed by Surgeon Joe.//
; Dashboards for Management
: Take control by overlooking your actions and projects through a number of dashboards.
* https://download.ir/udemy-growth-hacking-a-z-definitive-growth-hacking-strategy-2021/
As briefly mentioned in the opening portion of this article, you can mount a VHDX file in Windows 10 (as well as Windows 8 and 8.1 and Windows Server 2012+). This allows you to salvage data from a VHDX file if its original operating system had some sort of fatal problem. You can use it for more benign situations, such as injecting installation files into a base image. Just right-click on the file in Windows Explorer and click Mount:

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2016/05/VHDX-Win10-Mount.png]]

All of the partitions will then be assigned drive letters in your management operating system and you can work with them as you would any other partition.

Note: When mounting VHDX files that contain boot partitions, you will sometimes get Access Denied messages because the file system drivers can’t read from those partitions. These messages do not impact the mount action.

When you’re done, just right-click on any of the partitions and click Eject. If there are no partitions visible in Windows Explorer, right-click the disk in Disk Management and click Detach VHD.
You can use PowerShell to mount a VHDX only on systems that have Hyper-V installed. Just having the Hyper-V PowerShell module installed is not enough.

Mount a VHDX:

```
Mount-VHD -Path D:\Imports\ImportedDisk.vhdx
```
Dismount a VHDX:

```
Dismount-VHD -Path D:\Demo\DemoDisk.vhdx
```
If you know the disk number of the mounted VHDX, you can use the -DiskNumber parameter instead of the -Path parameter.
[[https://forums.virtualbox.org/viewtopic.php?f=26&t=33355]]
Cyberduck for mounting volumes in the file explorer.

Mountain Duck lets you mount server and cloud storage as a disk in Finder on macOS and the File Explorer on Windows. Open remote files with any application and work like on a local volume.
Hi guys recently I need to work on remote with some projects and I need to mount a remote linux folder on my windows machine. For that I follow these steps:

* Install the latest version of WinFsp.
* Install the latest version of SSHFS-Win. Choose the x64 or x86 installer according to your computer’s architecture.
* Map Windows Drive using this URL: \\sshfs\username@machine_ip\..\..
Basically this mount all linux fs (/) I try to mount specific folder but I can’t. For now works great for me.
Happy Hacking…
Generation 1 virtual machines have both a virtual IDE bus and a virtual SCSI bus. It’s rare, but sometimes you’ll want to move a VHDX from one to the other. The volume that contains the system bootstrapper must always be IDE 0 disk 0 (the first one), but any other disk can be moved.

You might need to do this because you accidentally placed a Windows page file on a virtual SCSI disk, which usually doesn’t work (and wouldn’t help with performance if it did, so stop that) or because you discovered the hard way that online resize operations don’t work with IDE-connected VHDX files. You can, of course, also move between different controllers and positions on the same bus type, if you have some need to do that.

Remember that you cannot modify anything on a VHDX connected to the virtual IDE bus while the virtual machine is online. The virtual SCSI bus allows for online modification.

!! Use the GUI to Move a VHDX to another Bus or Location
You must use Hyper-V Manager for non-clustered virtual machines and Failover Cluster Manager for clustered virtual machines. Or you could use some other application not covered here, like SCVMM.

In the relevant tool, open the settings dialog for the virtual machine and click the drive that you want to change. On the right, choose the new destination bus and location:

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2016/07/vhdx-Bus-Move.png]]

Notice that as you change the controller, the dialog contents will change automatically so that it already appears to be on the destination location before you even click OK or Apply. It will also show In Use for any location that already has an attached drive.

!! Use PowerShell to Move a VHDX to another Bus or Location
In PowerShell, use Set-VMHardDiskDrive to relocate a VHDX:


```
Set-VMHardDiskDrive -VMName svtest -ControllerType IDE -ControllerNumber 1 -ControllerLocation 1 -ToControllerType SCSI -ToControllerNumber 0 -ToControllerLocation 0
```

''Warning:'' If running through a remote PowerShell session, be extremely mindful about second hop and delegation concerns. While it is not obvious, the above cmdlet first detaches the drive from its current location and then attaches it at the specified destination. Far fewer permissions are required to detach than attach. It is entirely possible that you will successfully detach the VHDX… and then the cmdlet will error, leaving the disk detached.
* [[https://openloadmov.net/]]
*https://www2.gustatv.to/





*[[Youtube Alternative and Clients|]]
*ToWatch
*https://archive.org/details/softwarelibrary_msdos_games?and%5B%5D=emulator_start%3A%2Aiafix%2A&sin=&sort=-publicdate
*http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/
#  [[Video|]]
#  Music
##[[Lyrics]]
This is a simple Plugin that let´s you set multiple passwords for your password protected posts and pages.

On posts/pages with password protection it will show an extra Metabox with a field to input additional passwords, one in each line.

Note that if you just changed a post/page to password protection you have to save once so that the extra field appears.
MuPDF viewer is an app for reading PDF, XPS, CBZ, and unprotected EPUB documents.

This is a slim version of the MuPDF app, which focuses on reading only. It does not support editing annotations or filling out forms.

Tapping on the left and right side of the screen will flip to the previous and next pages. Tapping in the middle of the screen will bring up or hide the tool bars.

The link button in the tool bar will toggle highlighting hyperlinks. When the links are highlighted they are also active and tappable. You can pinch to zoom in and out. When zoomed in, tapping will scroll to advance to the next screenful of content.

The toolbar also has a search button, and possibly a table of contents button.

The scrubber at the bottom of the screen will let you quickly go to any place in the document.

With the "Overview" system button, you can go back to the file chooser and open multiple documents at once.
MX Linux relies on the excellent upstream work by Linux and the open-source community, deploying Xfce4 as Desktop Environment on top of a Debian Stable base. We draw from the core antiX system and and include work and ideas used by Warren Woodford for his MEPIS project. Ongoing backports and outside additions to our repos serve to keep components current with developments.

!!!! Default passwords
* user demo: demo
* user root: root

https://mxlinux.org/
MxSite - Is a free and unlimited web hosting provider that offers unlimited internet hosting accounts for free. Founded in 2017, MxSite now 2019 has more than 250k websites hosted.
Check your texts for style and grammar problems everywhere on the web
GrammarCheck is a software tool designed for the worldwide community of students, teachers, and researchers. GrammarCheck was designed by a professionally proficient team of developers to guarantee accurate results. GrammarCheck goal is to check grammar, proofreading, plagiarism detection and make your writing easy, effective & error-free.

GrammarCheck provides our users with an effective, easy-to-use way to improve their English writing and creates clear, concise and error-free English language content. By combining our advanced technology Natural Language Processing, AI-power products, involving rule-based and statistical algorithms, we provide our users with the tools necessary to improve their writing and protect them from accusations of plagiarism.

We continuously update our software tool and constantly investing in the creation of advance technologies to meet our user's expectations. We are dedicated to excellence and always make sure that our GrammarCheck platform gives only the most accurate results for a fair fee.

Millions of users depend on GrammarCheck every day to make their messages, documents, and writing clear, effective and error-free. GrammarCheck headquarter is located in Fredericksburg, Virginia, USA.
A Flutter app showcasing a list of popular movies from MovieDB.

Here is a quick video of the app:

https://www.youtube.com/watch?v=krXb9CzGRxU

So the series "Architect your Flutter project using BLoC pattern" is complete. I have shown you what it takes to architect a Flutter app from the ground up. I have covered the following important topics in the series:

Repository and BLoC pattern

Separating UI and business logic

Dependency Injection

Unit and Integration testing
https://sourceforge.net/projects/myitcrm/
MySky is a decentralized identity protocol that gives users their own empire of data within Skynet. Everything that happens inside of that empire is under the control of the user, but it can also be visited by anyone else and shared around freely.
It is free software to visualize and analyze tours which are recorded by a GPS device, bike- or exercise computer and ergometer.
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
[img[https://github.com/heroiclabs/nakama/raw/master/.github/logo.png?raw=true]]

Distributed server for social and realtime games and apps.

!!! Features
* Users - Register/login new users via social networks, email, or device ID.
* Storage - Store user records, settings, and other objects in collections.
* Social - Users can connect with friends, and join groups. Builtin social graph to see how users can be connected.
* Chat - 1-on-1, group, and global chat between users. Persist messages for chat history.
* Multiplayer - Realtime, or turn-based active and passive multiplayer.
* Leaderboards - Dynamic, seasonal, get top members, or members around a user. Have as many as you need.
* Tournaments - Invite players to compete together over prizes. Link many together to create leagues.
* Parties - Add team play to a game. Users can form a party and communicate with party members.
* Runtime code - Extend the server with custom logic written in Lua, TypeScript/JavaScript, or native Go code.
* Matchmaker, dashboard, metrics, and more.
* Build scalable games and apps with a production ready server used by ambitious game studios and app developers all around the world. Have a look at the documentation and join the developer community for more info.
- [English language](#English-language)
- [Naming convention](#naming-convention)
- [S-I-D](#s-i-d)
- [Avoid contractions](#avoid-contractions)
- [Avoid context duplication](#avoid-context-duplication)
- [Reflect the expected result](#reflect-the-expected-result)
- **Naming functions**
  - [A/HC/LC pattern](#ahclc-pattern)
    - [Actions](#actions)
    - [Context](#context)
    - [Prefixes](#prefixes)
- [Singular and Plurals](#singular-and-plurals)

---

Naming things is hard. This sheet attempts to make it easier.

Although these suggestions can be applied to any programming language, I will use JavaScript to illustrate them in practice.
Pick **one** naming convention and follow it. It may be `camelCase`, `PascalCase`, `snake_case`, or anything else, as long as it remains consistent. Many programming languages have their own traditions regarding naming conventions; check the documentation for your language or study some popular repositories on Github!

```js
/* Bad */
const page_count = 5
const shouldUpdate = true

/* Good */
const pageCount = 5
const shouldUpdate = true

/* Good as well */
const page_count = 5
const should_update = true
# ''[[Introduction to native VHD boot|]]''






*https://opensource.com/life/16/9/openwords
* https://glotdojo.com/
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
NClass is a free tool to easily create UML class diagrams with full C# and Java language support. The user interface is designed to be simple and user-friendly for easy and fast development. Properties, enums, delegates and other language specific elements are fully supported with strict syntactical and semantical verification.

Design your application with just a few clicks - the main goal is to provide a simple but powerful class designer that is very intuitive to use. Diagram styles help you to create professional looking diagrams, just like in Visual Studio or other commercial products. Furthermore, you can generate code from your models or you can also import classes from existing .NET assemblies.

!!! Features
* Full C# and Java support with many language specific elements
* Simple and easy to use user interface
* Inline class editors with syntactic parsers for easy and fast editing
* Source code generation
* Reverse engineering from .NET assemblies (thanks to Malte Ried)
* Configurable diagram styles
* Printing / saving to image
* Multilingual user interface
* Mono support for non-Windows users
ncnn is a high-performance neural network inference computing framework optimized for mobile platforms. ncnn is deeply considerate about deployment and uses on mobile phones from the beginning of design. ncnn does not have third party dependencies. it is cross-platform, and runs faster than all known open source frameworks on mobile phone cpu. Developers can easily deploy deep learning algorithm models to the mobile platform by using efficient ncnn implementation, create intelligent APPs, and bring the artificial intelligence to your fingertips. ncnn is currently being used in many Tencent applications, such as QQ, Qzone, WeChat, Pitu and so on.

Support most commonly used CNN network

* Classical CNN: VGG AlexNet GoogleNet Inception ...
* Practical CNN: ResNet DenseNet SENet FPN ...
* Light-weight CNN: SqueezeNet MobileNetV1/V2/V3 ShuffleNetV1/V2 MNasNet ...
* Face Detection: MTCNN RetinaFace scrfd ...
* Detection: VGG-SSD MobileNet-SSD SqueezeNet-SSD MobileNetV2-SSDLite MobileNetV3-SSDLite ...
* Detection: Faster-RCNN R-FCN ...
* Detection: YOLOV2 YOLOV3 MobileNet-YOLOV3 YOLOV4 YOLOV5 YOLOX ...
* Detection: NanoDet
* Segmentation: FCN PSPNet UNet YOLACT ...
* Pose Estimation: SimplePose ...

!!! Features
* Supports convolutional neural networks, supports multiple input and multi-branch structure, can calculate part of the branch
* No third-party library dependencies, does not rely on BLAS / NNPACK or any other computing framework
* Pure C++ implementation, cross-platform, supports android, ios and so on
* ARM NEON assembly level of careful optimization, calculation speed is extremely high
* Sophisticated memory management and data structure design, very low memory footprint
* Supports multi-core parallel computing acceleration, ARM big.LITTLE cpu scheduling optimization
* Supports GPU acceleration via the next-generation low-overhead vulkan api
* The overall library size is less than 700K, and can be easily reduced to less than 300K
* Extensible model design, supports 8bit quantization and half-precision floating point storage, can import caffe/pytorch/mxnet/onnx/darknet/keras/tensorflow(mlir) models
* Support direct memory zero copy reference load network model
* Can be registered with custom layer implementation and extended
* Well, it is strong, not afraid of being stuffed with 卷 QvQ
Nebula is an open source broadcast automation and media asset management system for television, radio and VOD platforms. Since 2012 Nebula has proven stable and reliable software in 24/7 broadcast environment and it is now used by TV and production companies worldwide. We put great emphasis on simplicity, modularity and speed.
https://github.com/shasha79/nectm
<<tagging>>
Nested virtualization refers to the ability of running a virtual machine within another, having this general concept extendable to an arbitrary depth. In other words, nested virtualization refers to running one or more hypervisors inside another hypervisor. Nature of a nested guest virtual machine does not need not be homogeneous with its host virtual machine; for example, application virtualization can be deployed within a virtual machine created by using hardware virtualization.[4]

Nested virtualization becomes more necessary as widespread operating systems gain built-in hypervisor functionality, which in a virtualized environment can be used only if the surrounding hypervisor supports nested virtualization; for example, Windows 7 is capable of running Windows XP applications inside a built-in virtual machine. Furthermore, moving already existing virtualized environments into a cloud, following the Infrastructure as a Service (IaaS) approach, is much more complicated if the destination IaaS platform does not support nested virtualization.[5][6]

The way nested virtualization can be implemented on a particular computer architecture depends on supported hardware-assisted virtualization capabilities. If a particular architecture does not provide hardware support required for nested virtualization, various software techniques are employed to enable it.[5] Over time, more architectures gain required hardware support; for example, since the Haswell microarchitecture (announced in 2013), Intel started to include VMCS shadowing as a technology that accelerates nested virtualization
Use Remote Storage as Your Local Drive
Anti-porn website blocker. block porn sites, Protect from offensive content and sex-adult websites.
Netfencer Porn Block is an Anti-porn website blocker extension on chrome. Easily block any porn or harmful website. Protecting your family from adult and inappropriate content.
It's also useful to block NSFW content for Nofap or parental control.

⭐️Features⭐️

🚫 Blocked Sites
Block sites including its subdomains, Remove all distracting and harmful websites from your life by blocking them. Once in the list, our extension will block the site in chrome and it wouldn't be accessible.

🔞 Block sites by keywords
Just add separate words or phrases to block all domains that contain related content.

👨 Trusted Sites
Sites from this list avoid all blocking settings. list of websites that you allow to be opened in your browser.

🌎 Profanity Hidden
Making sure that you don’t see any inappropriate words or other words you don't want to see.

🔐 Password protection
You can also password protect the options page to keep you from easily removing sites from your list.
You can set a password on activation and deactivation of extension and extension settings. Use this feature to exclude the possibility of your child deactivating the extension or to eliminate accidental changes in settings.

🛠 Customized Blocked Page
You can choose the website you want to be redirected to instead. make your own blocked page by choosing your own text to design customized blocked pages and make them unique to you.
Netlify is a San Francisco-based [[Cloud Computing|CloudComputing]] company that offers hosting and [[Serverless Backend]] services for web applications and static websites.[5]

The company provides hosting for websites whose source files are stored in the version control system Git and then generated into static web content files[b 1] served via a Content Delivery Network.[b 2][b 3] Given the limitations of the purely static model, the company later expanded services to include content management systems, and features of Serverless computing[6] to handle websites with interactive features.[7]
A CMS for static site generators. Give users a simple way to edit and add content to any site built with a static site generator.

!!! How It Works
Netlify CMS is a single-page app that you pull into the /admin part of your site.

It presents a clean UI for editing content stored in a Git repository.

You setup a YAML config to describe the content model of your site, and typically tweak the main layout of the CMS a bit to fit your own site.

When a user navigates to /admin/ they'll be prompted to log in, and once authenticated they'll be able to create new content or edit existing content.

https://www.netlifycms.org/docs/examples/
In package nette/utils you will find a set of useful classes for everyday use:

* Arrays - manipulate arrays
* Callback - PHP callbacks
* Date and Time - modify times and dates
* Filesystem - copying, renaming, …
* Helper Functions
* HTML elements - generate HTML
* Images - crop, resize, rotate images
* JSON - encoding and decoding
* Generating Random Strings
* Paginator - pagination math
* PHP Reflection
* Strings - useful text functions
* SmartObject - PHP object enhancements
* Validation - validate inputs
Nettu Meet is an open source video conference web application designed for interactive online tutoring. Some of the features included are:

* Audio and video: Real-time sharing of audio and video.
* Shared whiteboard: Collaborate with students on a shared whiteboard.
* Screen sharing: Go to presenting mode by sharing your screen.
* Chat: Send simple messages to other participants of the meeting.
* File sharing: Upload relevant files to the meeting.
* Graph plotter: Insert mathematical graphs to the whiteboard.
* Customizable: Create an account and upload your own logos.
Share a scanner / Twain device via TCP/IP in Win32.
[[The Userman|The Userman]]
* https://sourceforge.net/projects/dhcp-dns-server/
* https://www.opennic.org
* https://github.com/TeemIP
* https://sourceforge.net/projects/gestioip/
*https://scripttiger.github.io/dualserver/
*https://sourceforge.net/projects/acrylic/
*https://opnsense.org/
* https://www.nethserver.org/
* https://www.cloudron.io/
* YunoHost
*SandStorm
*[[Cozy|]]
*https://caprover.com/
* https://freedombox.org/
* Univention Corporate Server
*Zentyal
* [[LDAP|]]
*https://github.com/Zimbra
*https://freedombox.org/

[[DNS Administration]]

*https://www.sockscap64.com/homepage/

* https://download.ir/udemy-ip-networking-masterclass-22-hours/
KPScript
Focus on Simple & Clean writing experience on Chrome.
Simply turn your New Tab page into a clean space to take notes. And all your notes will be kept safely in Chrome Local Storage not on cloud.

Features:
#Note List
You can create as many notes as you want.
You can pin notes to make them fixed at top.

#Protect your privacy
New Tab Draft help you save it in your browser not on cloud.

#Auto Backup
All the drafts can be auto backup to your local folder on regular base.

#Customization
Customize font and background to make it your own way.

#Others
Post on twitter, Send as email, Emoji, Daily Inspiration, Spell Check options...

People use New Tab Draft to take notes, todo, inspiration... whatever they want.

VHD creation is a fairly easy-to-understand process but there are a few things to be mindful of.

* If you create a disk using a virtual machine’s Settings page, the wizard will automatically pre-populate with the new disk file when it is finished creating.
* If you create a new disk from a physical disk or another virtual disk, the new VHD is built up from scratch. If it’s dynamically expanding, any empty blocks in the source will not be duplicated in the new disk. This means that it will likely be smaller than the original.
* The new disk that you create does not need to be in the same location or on the same storage as any of a virtual machine’s other files.
* A new differencing disk’s parent cannot be actively in use by any virtual machine, although it can be a parent of other differencing disks.
* For Linux virtual machines, it is recommended that you specify -BlockSize 1MB for dynamically-expanding virtual hard disks. You can only provide this option with PowerShell’s New-VHD. None of the GUI tools allows for a block size override. Due to the way that common Linux file systems work, this switch will result in more efficient space utilization.
 
Whichever method you chose above, you’ll now be looking at the New Virtual Hard Disk Wizard. Follow the steps below to actually create the virtual hard disk.

# The first screen that appears is informational unless it was previously suppressed via the Do not show this page again checkbox. When ready, click Next.
# If you aren’t adding the disk to a Generation 2 virtual machine, the first active screen is the Choose Disk Format page. This allows you to choose between the earlier VHD format or the newer VHDX format. Unless you need to use the disk on a pre-2012 version of Hyper-V or share it with a third party hypervisor that can’t understand VHDX, you’ll likely want to choose VHDX. Make your choice and click Next.

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2015/10/addvhd__format.png]]

The next screen is Choose Disk Type. Your options are between fixed size, dynamically expanding, and differencing.

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2015/10/addvhd_type.png]]

Next, you’ll be asked to provide the name and location for your new virtual hard disk.

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2015/10/addvhd_name.png]]

If you are creating a new differencing disk, the next screen will ask you to select the parent virtual hard disk.

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2015/10/addvhd_parent.png]]

If you chose either a fixed size or a dynamically expanding disk, you’ll be brought to the Configure Disk screen.

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2015/10/addvhd_configuredisk.png]]

You have three options:

* Create a new blank virtual hard disk does exactly that. You’ll need to supply the size for the disk that you wish to create.
* You can also choose to copy an existing physical disk’s contents to the file that you specified in step 4.
* The final option is like the second except that the source is an existing VHD file.
The final screen is a summary. Review the settings, click Back if you need to correct anything.
nexrender is a simple, small, carefully designed application with the main goal of rendering automation for Adobe After Effects based rendering workflows.

At this point in time, the project is mainly targeted at people at least somewhat comfortable with scripting or development, and that have basic knowledge of javascript language and json formats.

!!! Features
* data-driven, dynamic, personalized video rendering
* automated video management, processing, and delivery
* network oriented project structure, render farm
* highly modular nature, extensive plugin support
* works only in cli mode, never launches After Effects GUI application
* does not require licenses for Adobe After Effects on any worker machine
* free to use and open source
save it in a bat file and run it

```
@ECHO off
cls
:start
ECHO.
ECHO 1. NextDNS
ECHO 2. Cloud Flare 1.1.1.1
set /p choice=Type the number to print text.
rem if not '%choice%'=='' set choice=%choice:~0;1% (don`t use this command, because it takes only first digit in the case you type more digits. After that for example choice 23455666 is choice 2 and you get "bye"
if '%choice%'=='' ECHO "%choice%" is not valid please try again
if '%choice%'=='1' goto next
if '%choice%'=='2' goto cloudflare
 
ECHO.
goto start
:next
netsh interface ip del dnsservers "Ethernet" 1.1.1.1
netsh interface ip add dnsservers "Ethernet" 45.90.XX.XX
netsh interface ip add dnsservers "Ethernet" 45.90.XX.XX
ipconfig /flushdns
netsh interface ip show dnsservers "Ethernet"
goto end
:cloudflare
netsh interface ip del dnsservers "Ethernet" 45.90.XX.XX
netsh interface ip del dnsservers "Ethernet" 45.90.XX.XX
netsh interface ip add dnsservers "Ethernet" 1.1.1.1
ipconfig /flushdns
netsh interface ip show dnsservers "Ethernet"
goto end
:end
pause
exit
```
Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.

* Add your tasks to cards and put them in order
* Write down additional notes in markdown
* Assign labels for even better organization
* Share with your team, friends or family
* Integrates with the Circles app!
* Attach files and embed them in your markdown description
* Discuss with your team using comments
* Keep track of changes in the activity stream
* Get your project organized
 Android client for nextcloud deck app

!!! Why is this so awesome?
* 🚀 Integration with other Nextcloud apps! Currently Contacts, Calendar & Files – more to come.
* 📥 Multiple mail accounts! Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.
* 🔒 Send & receive encrypted mails! Using the great Mailvelope browser extension.
* 🙈 We’re not reinventing the wheel! Based on the great Horde libraries.
* 📬 Want to host your own mail server? We don’t have to reimplement this as you could set up Mail-in-a-Box!
Client for Nextcloud Passwords application.
Nextcloud is a suite of client-server software for creating and using file hosting services. Nextcloud application functionally is similar to Dropbox. Unlike Dropbox, Nextcloud does not offer off-premises file storage hosting. Nextcloud is free and open-source, which means that anyone is allowed to install and operate it on their own private server devices.
In contrast to proprietary services like Dropbox, the open architecture allows adding functionality to the server in the form of applications and enables users to have full control of their data.
This extension allows you to synchronize passwords from the application with the browser. The application Nextcloud Passwords must already be installed on the server.
* This extension uses the new API version.
!!! Why is this so awesome? 🤩
* 📁 Access your Data You can store your files, contacts, calendars and more on a server of your choosing.
* 🔄 Sync your Data You keep your files, contacts, calendars and more synchronized amongst your devices.
* 🙌 Share your Data …by giving others access to the stuff you want them to see or to collaborate with.
* 🚀 Expandable with hundreds of Apps ...like Calendar, Contacts, Mail, Video Chat and all those you can discover in our App Store
* 🔒 Security with our encryption mechanisms, HackerOne bounty program and two-factor authentication.
!!! Why is this so awesome?

💬 Chat Nextcloud Talk comes with a simple text chat, allowing you to share or upload files from your Nextcloud Files app or local device and mentioning other participants.

👥 Private, group, public and password protected calls! Invite someone, a whole group or send a public link to invite to a call.
💻 Screen sharing! Share your screen with participants of your call. You just need to use Firefox version 66 (or newer), latest Edge or Chrome 72 (or newer, also possible using Chrome 49 with this Chrome extension).

🚀 Integration with other Nextcloud apps like Files, Calendar, User status, Dashboard, Flow, Contacts and Deck, with more to come.

🎡 We’re not reinventing the wheel! Based on the great simpleWebRTC library.

🌉 Sync with other chat solutions With Matterbridge being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
*https://my.nextdns.io/24d48b/analytics

*https://help.nextdns.io/
* https://help.nextdns.io/t/g9hmv0a/how-to-install-and-trust-nextdns-root-ca
*https://github.com/nextdns/nextdns
Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.
NG Bootstrap - Angular powered Bootstrap widgets

Angular widgets built from the ground up using only Bootstrap 4 CSS with APIs designed for the Angular ecosystem. No dependencies on 3rd party JavaScript.
An enterprise-class Angular UI component library based on Ant Design.

!!! Features
* An enterprise-class UI design system for Angular applications.
* 60+ high-quality Angular components out of the box.
* Written in TypeScript with predictable static types.
* The whole package of development and design resources and tools.
* Support OnPush mode, high performance.
* Powerful theme customization in every detail.
* Internationalization support for dozens of languages.
Screen Capture FULL Web page or any part. Edit screenshots. Record screencasts - record video from your screen.
★ Used by Several Million users on different platforms ★

✔ Screen capture whole or partial screenshots
✔ Edit and annotate screenshots
✔ Screencasts — record video from your screen and webcam
✔ Trim and Crop screencasts
✔ Convert video to gif and mp4
✔ Quickly Upload and Share screenshots and screencasts

📷 Capture screenshots

▸ Capture the entire web page, or a specific section of it
▸ Supports scrolling when capturing screenshots from web pages
▸ Capture the entire browser window
▸ Capture a screenshot of another program
▸ Quickly capture a section of the webpage
▸ On a blank canvas, create your own simple drawing or model
▸ You can add own watermark on screenshot (Premium)

🎥 Record videos and share screencasts

▸ Record video from your screen to make a screencast
▸ Record video of another active program
▸ Record video from a webcam
▸ Add your own watermark on the video (Premium)
▸ Customize the video screen resolution and frame rate
▸ Annotate the video with various shapes, including arrows and rectangles
▸ Convert from WebM to MP4 and GIF (Premium)
▸ Crop your video (Premium)
▸ Trim your video (Premium)
▸ Upload the screencast either to Nimbus Note or save to your disk
▸ Publish screencasts on Youtube (Premium)
▸ Upload videos to Google Drive, and Dropbox (Premium).

✄ Edit your screenshots

▸ Add graphics and text boxes to your screenshot
▸ Resize and crop
▸ Add arrows and stickers
▸ Highlight text
▸ Blur certain sections to hide sensitive information
▸ Add watermarks (premium)

🚀 Share your screenshots

▸ Save screenshots in JPG and PNG
▸ Save to Nimbus Note
▸ Quick upload and share without registration
▸ Send screenshots to Slack
▸ Upload screenshots to Google Drive, and Google Classroom
▸ Upload screenshots to Dropbox (Premium)
▸ Save screenshots to a PDF
▸ Add comments to your screenshots and screencasts

★ Nimbus is certified for Education:

✔ FERPA (Family Education Rights & Privacy Act)

✔ COPPA (Children's Online Privacy Protection)

✔ CSPC (California's Student Privacy Certified)

✔ iKeepSafe (Privacy Compliance Organization)


3 easy ways to capture a screenshot

1) Click a small icon in your address bar.
2) Right-click and choose an item from the context menu.
3) Use custom hot keys that you configure in Nimbus Screenshot settings.

Nimbus Screenshot supports horizontal scrolling. The editor interface allows editing objects even after you add them to the screenshot (and this feature is totally unique)! Good alternative to TechSmith Snagit extension.

It is good replacement for "awesome screenshot capture & annotate" extension or App. 
The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries.
💢  Block adult and porn websites. Filter Google, Bing and Yahoo search results! 💢

✅  Do you want to protect your family from adult content?
We blocked over 30,000 URLs on the web. Most visited adult websites and adult keywords! So don't worry about using the Internet!

👉  Please let us know if you see an address not blocked. We'll add it in our database!

🍀  Enjoy from the clean web.
nvm is a version manager for node.js, designed to be installed per-user, and invoked per-shell. nvm works on any POSIX-compliant shell (sh, dash, ksh, zsh, bash), in particular on these platforms: unix, macOS, and windows WSL.
a Node.js module for parsing the todo.txt format created by Gina Trapani. A variety of configuration options allow it to parse a strict canonical todo.txt format, or a more relaxed version permitting more liberal whitespace, comments, user-defined metadata extensions, and even indented hierarchical tasks with metadata inheritance.
* https://github.com/crazy-max/nodejs-portable
*https://nwjs.io/
*https://github.com/learning-zone/nodejs-interview-questions
*https://resthapi.com/   (Crud)
https://wordpress.org/support/topic/conflict-with-wordpres-5-1-x/
A powerful Extensions Manager and Userscript Manager with many unique features
NooBoss is an extension that manages your extensions.
With NooBoss, you can check the details of your extensions, from permissions they need to the date they got updated. You can also check the community tags for each apps/extensions, and tag it so others will know if it's a good app/extension or not. You can also set rules for extensions so that they will be enabled only when you opened certain websites.

Functions that NooBoss provides:

*Manage your apps
**enable/disable/remove one or a bunch of apps
*NooBoss community
**get apps recommended by NooBoss community for the website you are visiting
**you can recommend useful apps to NooBoss community
**you can tag useful or spam apps
*Auto state management
**automatically enable/disable apps base on auto state rules
**(you can save memory)
**(enable apps only when you need them)
*Show history of apps
**installation, removal, enabling, disabling
---show the version change
---(you can tell when did apps got updated)
*Show detailed information of apps
**download crx file
**open manifest file
**see permissions
**And a lot more information
Comparison plugin for Notepad++ editor.

!!! Features
* Side-by-side visual differencing
* Comparison against SVN database
* Highlight differences inside lines
* Navigation bar shows a map of compared files
* Moved line detection
* Easy navigation between differences
* Customizable results presentation
This plugin works Notepad++ max version 7.5.3 and PHP v 5.26 (sorry).
Plugin for text editor Notepad + +(both. UNICODE & ANSI). This plugin allows you to control and word processing using a scripting language PHP(as Visual Basic for Excel). No need to install PHP and Apache. Full Server HTTP is buildIn.
Notepad++ plugins is a collection of tools which plays a role of completion for Notepad++. This project contains Explorer, Function List, Hex Editor, Spell Checker and a console program NppExec. Other plugin developers are invited to share their projects
Notepad++ is a source code editor that is free to use and is available in various languages. The source code editor is also written in C++ and is based on the Scintilla editing component. Notepad++ offers a wide range of features, such as autosaving, line bookmarking, simultaneous editing, tabbed document interface, and many more features. Over 140 plugins are also available to use in the default program.

Notepad++ takes advantage of higher execution speed and smaller program size by using Win32 API and STL. The ability to optimize efficiency without sacrificing user-friendliness results in an environment-friendly technology that reduces carbon dioxide emissions. Ultimately, the reduction in power consumption is much better for the environment while still being a viable option for businesses.


!!! Features
* Syntax Folding
* Syntax Highlighting
* Perl Compatible Regular Expression Search/Replace
* Customizable
* Auto-completion
* Multi-Document (Tab interface)
* Multi-View
* WYSIWYG (Printing)
* Zoom in and zoom out
* Multi-Language environment supported
* Bookmark
* Macro recording and playback
Plugin Manager is a plugin for Notepad++ that allows you to install, update and remove plugins from Notepad++. A centrally hosted XML file holds the list of plugins, that the plugin manager downloads and processes against the list of installed plugins.

!!! Installation
To install the plugin manager, simply download (release section) the .zip, and place the PluginManager.dll file in the Notepad++ plugins directory, and the gpup.exe in the updater directory under your Notepad++ program directory. (e.g. "C:\Program Files\Notepad++\updater")

In fact, if you prefer, you can just add the PluginManager.dll to the plugins directory, then do a reinstall of Plugin Manager from the plugin itself, which will place the file in the right place! Of course, if you're already using an earlier version of the plugin manager, you'll be able to just update from the update tab (or when you get the notification that the update has happened).

Additionally for the x64 version there is a Chocolatey package for nppPluginManager so that it can be installed with one command for N++ installer version:

`choco install notepadplusplus-nppPluginManager`

---------------------

https://bruderste.in/npp/pm/
*https://github.com/awesome-selfhosted/awesome-selfhosted#
*TiddlyWiki
*[[Naming cheatsheet|]]
*TaskManager
*https://github.com/home-assistant
*https://github.com/prometheus/prometheus
* https://github.com/pi-hole/pi-hole
* https://github.com/webtorrent/webtorrent
* [[IPFS|]]
* https://github.com/aceking007/100ProjectsOfCode* 
* https://www.youtube.com/watch?v=x8xjj6cR9Nc
* [[P2P|]]
* https://sourceforge.net/projects/arabiclicenceplaterecognition/
* [[QR Code]]
* [[Terminal and console app with GUI]]
* https://github.com/nurdism/neko
* https://github.com/alievk/avatarify-python#windows
* https://github.com/aceking007/100ProjectsOfCode
* https://www.openwords.com/
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
!! ''Resources''
*https://awesomeopensource.com/
*https://github.com/unicodeveloper/awesome-opensource-apps
Boost Notion productivity with 15+ customizations like outline,small text full width for all,back to top button etc
Make Notion more productive and less distractive. Notion Boost is a lightweight extension to add extra features and tweaks to Notion:

* ✔️ Show sticky outline (table of contents) for pages that have headings or sub-headings.
* ✔️ Set full width for all pages by default.
* ✔️ Set small text for all pages by default.
* ✔️ Add 'Scroll to top' button.
* ✔️ Show full text in table cells on mouse hover.
* ✔️ Close slash command menu '/' by pressing space key.
* ✔️ Don't show slash command menu when pressing '/'.
* ✔️ Hide floating help button for all pages.
* ✔️ Align document images to left instead of center.
* ✔️ Show line numbers for code blocks.
* ✔️ Enable spellcheck inside code blocks.
* ✔️ Don't show popup menu when pasting external links.
* ✔️ Hide red notification icon from sidebar.
* ✔️ Add more height to page by hiding top padding, image cover, & icon
* ✔️ Make bold text bolder when using Notion in dark mode.
* ✔️ Truly hide 'Hidden columns' in Kanban board view.
* ✔️ Hide comments section from all pages.
* ✔️ Hide backlinks section from all pages.
* ✔️ Open full pages instead of preview.
* ✔️ Narrow spacing between list items
https://quidsup.net/notrack/
Npm (originally short for Node Package Manager) is a package manager for the JavaScript programming language. It is the default package manager for the JavaScript runtime environment Node.js. It consists of a command line client, also called npm, and an online database of public and paid-for private packages, called the npm registry.
encryption-tool / plugin for notepad++ (https://notepad-plus-plus.org).

features: encryption/decryption with symmetric ciphers like aes. hash-functions like sha3. generation of random values (i.e. for passwords), various encoding options.
Hide NSFW content from websites using this extension powered by AI! PS: We don't access your data, it runs locally in your browser!
NSFW Filter filters out Not-Safe-For-Work images from your web browser.

It uses state-of-the-art computer vision algorithms to detect and filter out NSFW content.

Internet is an unfiltered ground. You do not want to stumble across content that you do not wish to see. Or you want to make sure that the Internet is a safe place for your little ones.

A solution, use NSFW Filter.

NSFW Filter searches for images in the web pages that you load on your browser and check if they have any NSFW content. The images are shown only after they have been verified safe by our algorithm.

This project is completely open-source and new updates and features would be pushed periodically. 

If you would like to contribute to the development of this project, visit: https://github.com/navendu-pottekkat/nsfw-filter

Client-side indecent content checking

A simple JavaScript library to help you quickly identify unseemly images; all in the client's browser. NSFWJS isn't perfect, but it's pretty accurate (~90% with small and ~93% with midsized model)... and it's getting more accurate all the time.

https://shift.infinite.red/avoid-nightmares-nsfw-js-ab7b176978b1
!! Nudity image detection HTTP API
This project provides a ready to deploy REST API allowing to predict if an image is offensive or has adult content.

It relies on open_nsfw, which provides a pre-trained open source neural network model for Caffe.

The current project doesn't aim at improving the quality of the predictions. The main goal is to provide a ready to deploy solution for people that might need this kind of service for free.
As you know, stupid setup.exe for nt 6.x (vista/win7/2008/2008 r2) has many limitations:

# You can't start install vista/win7 under xp based pe (winpe 1.x) and can't install win7 under win2000
# You can't install win7 directly to USB hard disk
# The stupid setup.exe may put the boot files to a wrong drive when you boot winpe with USB device and there is even no way to choose the boot partition Posted Image
# When you install win7 from winpe, the drive letter of the OS partition will always be C:, no matter which partition you choose.

On the other hand, the fastest way to install nt 6.x is imagex+bcdboot, e.g


```
imagex f:\sources\install.wim 5 c:

bcdboot c:\windows /s c:

bootsect /nt60 c:
```

And no setup.exe is needed.

Based on this, I wrote an "nt 6.x fast installer" which has the following advatages compare to the original M$ setup.exe:

# You can install nt 6.x directly from iso file mounted by any kind of virtual drive.And you needn't extract or burn the iso.
# You can directly install nt 6.x from any version winpe and win2000 above windows
# You can install the OS directly onto a USB external hard drive. And no virtual machine, copy tool or complicated "tutorial" is needed.
# You can manually choose which partition is the boot partition.
# You can decide which letter the OS partition will occupy in Win7/2008 R2.
# The install speed is very fast. With this installer, you can install win7 in 11-12 min for 5400rpm notebook hdd, and in less than 10min for desktop 7200 hdd (vista needs about 2 min more because of the score evaluation)


This installer is a set of cmd batch files.
Attached File  [[NT6.X_fast_installer_100219.7z|http://reboot.pro/index.php?app=core&module=attach&section=attach&attach_id=10559]]   162.16KB   279019 downloads

Download and extract it to a folder. For copyright reason, I can't include the imagex, bcdboot and bootsect. You need to find them by yourself and put them in the folder.
You need:

# 1. imagex.exe from win7 7600 waik (imagex from vista can't show the wim contents properly)
# 2. bcdboot.exe from win7 (win7 beta 7000 is recommended, higher version may not run in xp based winpe and win 2000 )
# 3. bootsect.exe from vista or win7 (win7 7600 is recommended).

Then, run the installer.cmd.


PS:

# 1. If you install vista or 2008 from the original iso with this installer, the windows partition will occupy d:.
# 2. After installing the OS on a USB hard drive, you should open the write cache of the hard drive in device manager to speedup the system.
# 3. If you want to plug the usb OS to another PC, please run the command as administrator

```
\Windows\System32\sysprep\sysprep.exe /oobe /generalize /shutdown
```

After the shutting down the computer, you can plug the hard disk to another computer.
*[[Open Source: NTFS-3G]]

<<list-links "[tag[NTFS]sort[title]]">>


!! Neural Nets for Nudity Classification, Detection and selective censoring

This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader
This extension allows you to directly download a file by right clicking a link on a web page and selecting"Download With ocDownloader" in the context menu.

Requirements
1. You need a Nextcloud (http://www.nextcloud.com) server up and running
2. Install the ocDownloader application from the Nextcloud App Store (https://apps.nextcloud.com/apps/ocdownloader) on your Nextcloud instance
Ocomon is a Helpdesk system aimed at the complete management of support calls and integrated inventory control for IT equipment. It has many interesting features like SLA control and clock stop. Try it!

!!! Features
* Rows of food
* Clock Stops
* SLA Control
* Workday Profiles
* Advanced queries
* Knowledge base
* Warranty Control
* Configuration Templates
* Change History
* Hardware change history
* Occurrence History
* Relapses
* Report and Statistics
* And much more!
* https://www.kaggle.com/mloey1/ahcd1
* https://github.com/Shreeshrii/
* https://github.com/jbarlow83/OCRmyPDF
* https://github.com/pannous/tensorflow-ocr
* https://realpython.com/setting-up-a-simple-ocr-server/
* https://github.com/oh-my-ocr/text_renderer
* https://github.com/tesseract-ocr/tessdoc/blob/master/TrainingTesseract-4.00.md
* https://nanonets.com/blog/ocr-with-tesseract/
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
Open Computers and Software Inventory Next Generation is an assets management and deployment solution.
OctoPrint is a snappy web interface for your 3D printer that allows you to control and monitor all aspects of your 3D printer and print jobs right from within any browser on your network.

OctoPi includes the OctoPrint software for 3d printer and a mjpg-streamer, which can be used to stream JPEG files over an IP-based network. Includes RaspiCam support.


Learn how you can support OctoPrint here.
https://octoprint.org/support-octoprint/

!!! Features
* Full remote control & monitoring
* Compatible and extendable

Control and monitor every aspect of your 3D printer and your printing jobs right from within your browser:

* Access the embedded webcam feed and watch remotely how your printer is creating your newest thing.
* Get constant feedback regarding the current progress of your print job.
* Take a look at the integrated GCODE visualizer to see a rendition of the GCODE you are currently printing.
* Keep an eye on the temperatures of your hotends and print bed and adapt them on the fly.
* Move the print head along all axes, extrude, retract or just define your own custom controls.
* Start, stop or just pause your current print job, you are in full control at any time.
Odoo is a suite of web based open source business apps.

The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce, Warehouse Management, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, ...

Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get a full-featured Open Source ERP when you install several Apps.
Google Drive GUI for Windows / Mac / Linux
odt2braille is a Braille extension to OpenOffice.org Writer. odt2braille enables authors to print documents to a Braille embosser and to export documents as Braille files. The Braille output is well-formatted and highly customizable.

!!! Features
* Translate OpenOffice.org Writer documents in various languages to Braille.
* Supported languages are: Arabic, Bulgarian, Tibetan, Welsh, Czech, Danish, Esperanto, Spanish, Estonian, Finnish, Irish, Scottish Gaelic, Modern Hebrew, Hindi, Croatian, Hungarian, Armenian, Icelandic, Italian, Lithuanian, Latvian, Maltese, Norwegian, Polish, Portugese, Romanian, Russian, Slovak, Slovene, Swedish, Turkish, Vietnamese, German, Greek, Koine Greek, English, French, Dutch, Chinese and a lot of Indian languages (Assamese, Bengali, Khasi, Manipuri, Munda, Old Newari, Santali, Awadhi, Bihari, Braj Bashha, Gondi, Konkani, Kurukh, Marathi, Marwari, Nepali, Pali, Sanskrit, Sindhi, Gujarati, Panjabi, Kannada, Malayalam, Oriya, Dravidian, Tamil, Telugu)
* Contracted or uncontracted Braille.
* Support for multi-language documents.
* Support for 8-dot Braille
* Export the Braille document to a computer file (.brf, .bra or .pef) or emboss the document on a variety of Braille printers.
* Supported printers are: the Interpoint 55 from Interpoint NV, the Everest V2, Basic V2, Everest V3, Basic-D V3 and Basic "Blue Bar" from Index Braille, and the Braillo 200, 400S and 400SR from Braillo Norway AS.
* The Braille-output is highly configurable through user preferences.
* Adjust the Braille layout of most common document units: paragraphs, headings, lists, tables, table of contents, list of special symbols.
* Other units are processed as well, but are not configurable: textboxes, captions, images (descriptions), footnotes, endnoted, bibliographies, ...
* Determine how pages are numbered.
* Translate formula's into Braille math (Nemeth, UK maths, Marburg or Woluwe math).
* Automatic generation of some preliminary pages: a title page, a list of special symbols, a transcriber's notes page and a table of contents.
* Split Braille documents into multiple volumes.
* Transcribe according to formal Braille rules (BANA, ...).
* Save Braille settings.
* Insert Braille characters directly with the 6 key entry mode (keys S, D, F, J, K and L).
* Users are notified in time of structure problems that could lead to unwanted artifacts in the Braille output.
* Hyphenation dictionaries for automatic breaking of words (supported languages are: German, Dutch, US-English, UK-English, Spanish, French, Italian, Norwegian, Polish, Portuguese, Swedish, Turkish, Irish, Hungarian, Croatian, Czech and Icelandic)
* Preview the Braille output before embossing.
* Localised in 12 languages: English, Dutch, French, Catalan, Spanish, Italian, Portuguese (Portugal and Brazil), Slovenian, German, Swedish and Norwegian (Bokmål)
https://odysee.com/
* [[Computer Assisted Translation (CAT)]]
* [[Presentation Tools|]]
*[[Spreadsheet|]]
*https://cryptpad.fr/
*https://github.com/airbornio
* [[Dictionaries|]]
* [[Latex]]
* 
* 
* 
* 
* https://standardnotes.org/
* https://www.thewindowsclub.com/list-freeware-releases-from-the-windows-club
If a company wants to have a complete 360 view of what’s happening inside its walls, it needs to buy and configure a lot of tools. There is a tool for every specific aspect of a company: HR, project management, time tracking, holidays and time offs, team management, One on Ones,... There isn't a software available today, that combine all of them together in a simple way.

Not only buying and configuring all those software is a time-consuming process, but it also costs a lot of money - especially for smaller companies with a limited budget. Moreover, most of the SAAS out there have a let's-call-us-and-talk-for-an-hour-before-you-can-see-what-the-pricing-will-look-like-for-you policy, which most people hate and that we refuse to follow.
VBoot provides a command utility to mount virtual disk files. This way, you can access your files offline while the virtual disk file is not running.

Be very cautious if your disk has snapshot child disks. When you mount a parent disk, it might get modified, and cause the child disks not consistent with the parent, this will most likely result in data loss because all of its child disk become invalid. If your disk file has a snapshot, make sure to mount the deepest child disk, or mount parent disk files as readonly to prevent modifications.

You can use the following command to mount a disk file in VHD, VMDK, VDI format, cdrom ISO file, Microsoft WIM file and floppy images.

For differencing disk files, you can use ';' separated file paths to specify the child and parent disk files.
 
SYNTAX:

```
  vbootctl mount diskfile [/parentdir parent_dir] [/imageIndex index] [/mountdir mount_dir] [/setup] [/r] [/raw]
```


OPTIONS:

```
  diskfile  Specify the path to the virtual disk file.
            It can be a .vmdk, .vhd, .vdi or .wim file.
            For differencing disk file, you can use ';' separated paths to specify all
            child disks and base image file.

  /parentdir parent_dir
            Specify the directory to search for parent disk files when mounting a diferencing
            disk file.

  /imageIndex index
            Specify the 1-based index that identifies the image within the .wim file.

  /mountdir mount_dir
            Specify the full path of an existing directory to which the .wim file
            will be mounted. This is only used for .wim file.

  /setup        The virtual disk is mounted to setup Windows.
            You must use this option to install Vista, Windows 7 and later OSes.

  /r        The virtual disk is mounted as readonly.

  /raw      Attach the virtual disk without going to diskmgmt service.
            This option is useful for newly created virtual disk files.
```


EXAMPLES:

```
  vbootctl mount c:\xp.vhd
  vbootctl mount "c:\xp-s1.vhd;c:\xp.vhd"
  vbootctl mount c:\xp-s1.vhd /parentdir c:\my_base_images
  vbootctl mount D:\sources\install.wim /imageIndex 3 /mountdir c:\mnt
```
To dismount the mounted virtual disk, you can use this command:

 SYNTAX:



```
  vbootctl umount [x: | target | mount_dir] [/commit]

```

OPTIONS:

```
  x:        Specify the drive letter, e.g., Z:, that the virtual disk was mounted.

  target    Specify an integer number for the target id of the disk to dismount.

  mount_dir
            Specify the full path of the directory to which the .wim file was mounted.
            This option is only used to dismount a .wim file.

  /commit   If specified, changes (if any) to the .wim file must be committed before unmounting
            the .wim file. This flag has no effect if the .wim file was mounted not to enable edits.
```


EXAMPLES:

```
   vbootctl umount z:
   vbootctl umount 0
   vbootctl umount c:\mnt
   vbootctl umount c:\mnt /commit
```
* [[Wikipedia And similar|]]
Oh My Zsh is an open source, community-driven framework for managing your zsh configuration.

Sounds boring. Let's try again.

Oh My Zsh will not make you a 10x developer...but you may feel like one.

Once installed, your terminal shell will become the talk of the town or your money back! With each keystroke in your command prompt, you'll take advantage of the hundreds of powerful plugins and beautiful themes. Strangers will come up to you in cafés and ask you, "that is amazing! are you some sort of genius?"

Finally, you'll begin to get the sort of attention that you have always felt you deserved. ...or maybe you'll use the time that you're saving to start flossing more often. 😬
Orion HealthCare Hospital Management System is a web based and opensource Hospital Information System crafted with love and passion which targets low level and middle class health care corporations.

Oh My Zsh is an open source, community-driven framework for managing your zsh configuration.

Sounds boring. Let's try again.

Oh My Zsh will not make you a 10x developer...but you may feel like one.

Once installed, your terminal shell will become the talk of the town or your money back! With each keystroke in your command prompt, you'll take advantage of the hundreds of powerful plugins and beautiful themes. Strangers will come up to you in cafés and ask you, "that is amazing! are you some sort of genius?"

Finally, you'll begin to get the sort of attention that you have always felt you deserved. ...or maybe you'll use the time that you're saving to start flossing more often. 😬
OKRs comprise an objective—a clearly defined goal—and 3–5 key results—specific measures used to track the achievement of that goal.[1] The goal of OKR is to define how to achieve objectives through concrete, specific and measurable actions.[2] Key results can be measured on a 0–100% scale or any numerical unit (e.g. dollar amount, %, items, etc.). Objectives should also be supported by initiatives, which are the plans and activities that help to achieve the objective and move forward the key results.[3]

It is recommended[4] that your target success rate for key results be 70%. A 70% success rate encourages competitive goal making that is meant to stretch workers at low risk. If 100% of the key results are consistently being met, key results should be reevaluated.[5]

OKRs may be shared across the organization with the intention of providing teams with visibility of goals with the intention to align and focus effort.[1] OKRs are typically set at the company, team, and personal levels although there is criticism[6] that this causes too much of a waterfall approach, something that OKRs in many ways intend to avoid.

There is an overlap with other strategic frameworks like OGSM and Hoshin Kanri's X-Matrix. OGSM however explicitly includes "Strategy" as one of its components. In addition OKRs overlap with other performance management frameworks, sitting somewhere between KPI and the balanced scorecard.

*[[Objectives & Key Results (OKRs)|http://127.0.0.1:8080/M.L.O#Objectives%20%26%20Key%20Results%20(OKRs)]]
http://ricardonarvaja.info/WEB/CURSO%20NUEVO/TEORIAS%20NUMERADAS/
Omniscient - Let’s Map [Your] Network (v2.0)

It is utmost important for any security engineer to understand their network first before securing it and it becomes a daunting task to have a ‘true’ understanding of a widespread network. In a mid to large level organisation’s network having a network architecture diagram doesn’t provide the complete understanding and manual verification is a nightmare. Hence in order to secure entire network it is important to have a complete picture of all the systems which are connected to your network, irrespective of their type, function, techology etc.

BOTTOM LINE - YOU CAN'T SECURE WHAT YOU ARE NOT AWARE OF.
Let’s Map Your Network (LMYN) aims to provide an easy to use interface to security engineer and network administrator to have their network in graphical form with zero manual error, where a node represents a system and relationship between nodes represent the connection.

LMYN does it in two phases:

* Learning: In this phase LMYN 'learns' the network by performing the network commands and quering the APIs and then builds graph database leveraging the responses. User can perform any of the learning activities at any point of time and LMYN will incorporate the results in existing database.
* Monitoring: This is a continuos process, where LMYN monitors the 'in-scope' network for any changes, compare it with existing information and update the graph database accordingly.
* https://github.com/tik9/tesseractToMarkdown
* https://sdaps.org/
* https://github.com/rquast/formreturn
* https://github.com/JeremyArsenault/OMR_dataset
* https://github.com/epaulson/PyBallotImage
* https://github.com/DavidLu1997/ScanGrader
* https://github.com/ShaunHowell/py-omrx
*
*https://github.com/shehabkotb/Bubble-sheet-scanner-using-opencv
* https://github.com/jin-zhe/OMR_Tools
* https://github.com/ccszwg/RescueOMR_mrk
* 
* 
* 
* 
* 
* 
* https://github.com/estherleah/StuScanner
* https://github.com/dao-duc-tung/Optical-Mark-Recognition-software
* https://github.com/ylemkimon/formscanner
* https://github.com/Ajayaryan/OPTICAL-MARK-RECOGNITION-OMR-MCQ-Automated-Grading--OpenCV-Python
* https://github.com/rbaron/omr
* https://github.com/GregoryCMiller/omr
* https://github.com/Bonfire/OptiGrader
* https://github.com/Udayraj123/AndroidOMRHelper
* https://github.com/jansenfelipe/omr
* https://github.com/letssolvetogether/OMRChecker
* https://github.com/MohawkMEDIC/omrmarkengine
* https://play.google.com/store/apps/details?id=com.ekodroid.omrevaluator
* https://github.com/iansan5653/open-mcr
* https://play.google.com/store/apps/details?id=com.bebyaz.examreader
* https://play.google.com/store/apps/details?id=com.zipgradellc.android.zipgrade
* https://github.com/krish4512/Omr
* https://github.com/Jojojoppe/qandaomr
*
* https://github.com/bthicks/OMR-Grader
* https://github.com/Kiryuumaru/MassChecker
* https://github.com/EuracBiomedicalResearch/RescueOMR
* https://play.google.com/store/apps/details?id=com.gradecam.insight
* 
* https://github.com/manharsharma007/OMR
* https://github.com/mythrex/OMR-Scanner
* https://github.com/Auggen21/Optical-Mark-Reader-using-python
* 
* https://github.com/nsssayom/Theia_OMR_Scanner
* 
https://sourceforge.net/projects/omegatscripts/files/text%20manipulation%20scripts/
When opening a database, this plugin automatically shows an on-screen keyboard for entering the master password.

This plugin runs on Windows 2000 and higher. Unix-like systems are not supported.
https://one.one.one.one/

Malware and Adult Content Blocking Together

Change your router DNS to:

* 1.1.1.3
* 1.0.0.3

Ready to set it up? You’ll find an easy guide for every device in the setup instructions page.

------------------------------------------

Malware Blocking Only

Change your router DNS to:

* 1.1.1.2
* 1.0.0.2

Ready to set it up? You’ll find an easy guide for every device in the setup instructions page.
Save 95% of memory and reduce label clutter.
Free help you categorize and organize tabs,making it efficientand more convenient to use the Chrome browser
A translation popup tool to show online dictionary content (with anki support)
It's a tool to show online dictionary content and help make note in anki desktop (with ankiconnect installed). When users are reading web page online, they can move mouse cursor to the unkown word, press shift key, and then a pop up windows with that word definition will be displayed. It also can help make an anki note filling fields with word, definition and context (the surrounding sentence of selected word).
A space to store classic OOo dependencies that cannot be easily redistributed in Apache OpenOffice's Source tree.

Initially this was meant for copyleft tarballs only but it is also pretty handy to mirror other file dependencies.
Open Dental, previously known as Free Dental, is an Open Source Practice Management Software.
ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible, robust and platform independent, with advanced joints, contact with friction, and built-in collision detection.

This library is free software; you can redistribute it and/or modify it under the terms of EITHER:

* The GNU Lesser General Public License version 2.1 or any later.
* 
* The BSD-style License.
* 
* See the COPYING file for more details.
* 
* Installation instructions are in the INSTALL.txt file.
* 
* The ODE web pages are at ode.org.
* 
* An online manual is at the Wiki.
* 
* API documentation is in the file ode/docs/index.html, or you can view it on the web at opende.sf.net/docs/index.html.
* 
* Coding style requirements can be found in the CSR.txt file.
* https://en.wikipedia.org/wiki/Open_educational_resources
*http://oer2go.org/
*https://learningequality.org/kolibri/
Open Hospital (OH) is an electronic health record (EHR) application. Open Hospital is currently provided as a desktop application written in Java and it's designed to work without an internet connection.

Open Hospital is composed by the following components, hosted in separated repositories:

* OH Core, a library that contains the business logic and the data abstraction layer
* OH GUI, which provides a graphical user interface (GUI) made with Java Swing
* OH Doc, which contains the user and admin documentation in Asciidoc format
* OH UI, a web user interface that consists of a React SPA (single page application) [WIP]
* OH API, a web server that exposes REST APIs over the Core component, and it's used by the UI component [WIP].

!!! Features
* Multiuser / Multigroup
* Multilanguage (Arab, English, French, German, Italian, Spanish, Swahili, Portuguese)
* Extendend Patient Registration (with picture)
* Out Patient Department Visits
* In Patient Departments Management
* Pregnancy Management
* Pharmacy Management (with cost tracking)
* Laboratory Module
* Malnutrition control management
* Bills Management
* Vaccines database
* Therapy management
* SMS patient's reminder
* XMPP Communication (internal chat)
* DICOM viewer
* Reports & Statistics in PDF & Excel formats

https://sourceforge.net/projects/openhospital/
Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)
This is a Dev Tools Extension to open resources like Javascript or CSS files directly inside your IntelliJ IDE (IntelliJ IDEA, WebStorm, PHPStorm etc.) 


For installation instructions, troubleshooting tips and source code go to:
https://github.com/bernhardc/open-in-intellij



(Note: You might have to go into your WebStorm/PHPStorm Settings ->Build,Execution,Deployment -> Debugger -> Built-In Server and check the box "Allow unsigned requests". Also if the web root directory is different from your project root, you need to set up path mappings. Please refer to the instructions page.)
Open Github and Gitlab links in VSCode
Just right click on any link to a file and select "Open in VSCode". You can also click on line links to open the file to the specific file.

Once you have installed, make sure to configure the extension in the options page.
You can do this by right clicking on the "Open in VSCode" icon in the extensions bar on chrome, and then selecting "Options".

Troubleshooting
---------------

The extension expects the repository you are browsing to already be cloned into the folder in the options page.

Tested with the following websites:

- Github (no line support)
- Gitlab

It might work on some other websites as well (no guarantee), if you do discover that it works on other websites please let me know so I can add it to the list!
This project is dedicated to open source data quality and data preparation solutions. Data Quality includes profiling, filtering, governance, similarity check, data enrichment alteration, real time alerting, basket analysis, bubble chart Warehouse validation, single customer view etc. defined by Strategy.

This tool is developing high performance integrated data management platform which will seamlessly do Data Integration, Data Profiling, Data Quality, Data Preparation, Dummy Data Creation, Meta Data Discovery, Anomaly Discovery, Data Cleansing, Reporting and Analytic.

It also had Hadoop ( Big data ) support to move files to/from Hadoop Grid, Create, Load and Profile Hive Tables. This project is also known as "Aggregate Profiler"

Resful API for this project is getting built as (Beta Version) https://sourceforge.net/projects/restful-api-for-osdq/

apache spark based data quality is getting built at https://sourceforge.net/projects/apache-spark-osdq/

!!! Features
* Teiid, Mysql, Oracle,Postgres,Access,Db2,SQL Server certified Big data support - HIVE
* Create Hive table, Profile Hive table, Move file to/from Profiler System and Hadoop Grid
* Fuzzy Logic based similarity check, Cardinailty check between tables and files
* Export and import from XML, XLS or CSV format, PDF export
* File Analysis, Regex search, Standardization, DB search
* Complete DB Scan, SQL interface, Data Dictionary, Schema Comparison
* Statistical Analysis, Reporting ( dimension and measure based), Ad Hoc reports and Analytics
* Pattern Matching , DeDuplication, Case matching, Basket Analysis, Distribution Chart
* Data generation, Data Preparation and Data masking features
* Meta Data Information, Reverse engineering of Data Model
* Timeliness analysis , String length analysis, KMean, Prediction, Regression
* Address Correction, Single View of Customer, Product, Golden merge for records
* Record Match, Linkage and Merge added based on fuzzy logic
* Format Creation, Format Matching ( Phone, Date, String and Number), Format standardization
* Data Preparation: Ordinal,Normalization,Bucketing,Regression
* data masking, encryption, randomization of data
* https://megaglest.org
* http://www.freecol.org
* http://www.freeciv.org
*https://www.cs2d.com/serverhosting.php


The [[Open Source Physics|https://en.wikipedia.org/wiki/Open_Source_Physics]] (OSP) Project is a group of physicists and educators working to provide high quality computer-based curricular resources to engage students in physics, computation, and computer modeling. Building on the curricular development work of the [[Just-in-Time Teaching|https://en.wikipedia.org/wiki/Just-in-time_teaching]] (JiTT) Project led by Gregor Novak, Andy Gavrin (both at Indiana University-Purdue University Indianapolis), and Evelyn Patterson (United States Air Force Academy), the OSP project began in 2002 when Wolfgang Christian and Mario Belloni (both at Davidson College) received an NSF grant to develop interactive web-deliverable curricular material using Java Applets known as Physlets. The Davidson team was joined by Anne Cox (Eckerd College), Aaron Titus (High Point University), Melissa Dancy (University of Colorado), and Thomas Colbert (Augusta University) who authored materials for the Physlet Physics and Physlet Quantum Physics books, worksheets, and instructor manuals that were published as part of Prentice Hall’s Series in Educational Innovation and were subsequently translated by international collaborators into Spanish, German, Slovenian, Hebrew, and Chinese.
!! ''Read-Write NTFS Driver''
NTFS-3G is a stable, full-featured, read-write NTFS driver for Linux, Android, Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other operating systems. It provides safe handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008, Windows 7, Windows 8 and Windows 10 NTFS file systems. A high-performance alternative, called Tuxera NTFS is available for embedded devices and Mac OS X.

!! ''Installation''
Linux: Most distributions include and use NTFS-3G by default. Please use that one unless it’s an old version. If you wish to install NTFS-3G from the source code then make sure you have installed the basic development tools (gcc compiler, libc-dev libraries). Then type:


```
./configure
make
make install # or 'sudo make install' if you aren't root
```


Non-Linux: Please see the OS specific installation and source packages above.

!! ''Usage''
If there was no error during installation then the NTFS volume can be mounted in read-write mode for everybody as follows. Unmount the volume if it had already been mounted, replace /dev/sda1 and /mnt/windows, if needed.


```
mount -t ntfs-3g /dev/sda1 /mnt/windows
```


Please see the [[NTFS-3G Manual|http://www.tuxera.com/community/ntfs-3g-manual/]] for more options and examples.

You can also make NTFS to be mounted during boot by adding the following line to the end of the /etc/fstab file:


```
/dev/sda1 /mnt/windows ntfs-3g defaults 0 0
```
Name
ntfs-3g – Third Generation Read/Write NTFS Driver

''Description''
ntfs-3g is an NTFS driver, which can create, remove, rename, move files, directories, hard links, and streams; it can read and write files, including streams and sparse files; it can handle special files like symbolic links, devices, and FIFOs; moreover it can also read and create transparently compressed files.

It comes in two variants ntfs-3g and lowntfs-3g with a few differences mentioned below in relevant options descriptions.

The volume to be mounted can be either a block device or an image file.

''Windows hibernation and fast restarting''
On computers which can be dual-booted into Windows or Linux, Windows has to be fully shut down before booting into Linux, otherwise the NTFS file systems on internal disks may be left in an inconsistent state and changes made by Linux may be ignored by Windows.

So, Windows may not be left in hibernation when starting Linux, in order to avoid inconsistencies. Moreover, the fast restart feature available on recent Windows systems has to be disabled. This can be achieved by issuing as an Administrator the Windows command which disables both hibernation and fast restarting :


```
  powercfg /h off
```
  
''Windows Filename Compatibility''
NTFS supports several filename namespaces: DOS, Win32 and POSIX. While the ntfs-3g driver handles all of them, it always creates new files in the POSIX namespace for maximum portability and interoperability reasons. This means that filenames are case sensitive and all characters are allowed except ’/’ and ’\0′. This is perfectly legal on Windows, though some applications may get confused. The option windows_names may be used to apply Windows restrictions to new file names.
OpenALPR is an open source Automatic License Plate Recognition library written in C++ with bindings in C#, Java, Node.js, Go, and Python. The library analyzes images and video streams to identify license plates. The output is the text representation of any license plate characters.
OpenBD is the worlds first truly open source and free GPLv3.0 Java CFML runtime. OpenBD has a long legacy, first created in 2000.
OpenBoard is an open source cross-platform interactive white board application designed primarily for use in schools. It was originally forked from Open-Sankoré, which was itself based on Uniboard.

Supported platforms are Windows (7+), OS X (10.9+) and Linux (tested on Ubuntu 16.04).
OpenBoxes is an Open Source Inventory and Supply Chain Management System. The initial implementation of OpenBoxes will occur at Partners In Health-supported facilities in Haiti.
The OpenCA Labs host a variety of Security and Identity Management projects. Our main research and development area is Trust Infrastructures deployment and Usable Security. Our projects are managed using a collaborative, consensus-based process. Moreover, each project has its own set of core developers who manage all the different aspects: from code development to user support.

We strongly hope that you will contribute to the OpenCA LABS projects either by providing feedback to developers or by deciding to join the development teams.
OpenCATS is a Free and Open Source Candidate/Applicant Tracking System designed for Recruiters to manage recruiting process from job posting, candidate application, through to candidate selection and submission.
It is based on java and very popular in its category, the good thing is it’s an active and up to date project. Thus, no worry about its compatibilities with the latest platforms. OpenClinic CA is available in multiple languages to cover broad audiences of the world, the supported ones are English, french, dutch, Spanish, and Portuguese available. So far commercially more than 500 health-care institutes have successfully implemented, covering clinics and hospitals from 5 to 400 users.
The Open Source Computer Vision Library has >2500 algorithms, extensive documentation and sample code for real-time computer vision. It works on Windows, Linux, Mac OS X, Android, iOS in your browser through JavaScript.
Languages: C++, Python, Julia, Javascript
http://opendcn.org/index.php/en
*The OpenDNS nameservers are 208.67.222.222 and 208.67.220.220.
OpenEduCat is a fully open source ERP system for educational institute, for efficient management of students, faculties, courses and classes keeping a collaborative platform.

Based on best of class enterprise level architecture make OpenEduCat ready to use in environments like local infrastructure or a highly scalable cloud environment.

To install OpenEduCat, Install Odoo / OpenERP and go to Settings -> Apps and search OpenEduCat and that's it module is available for installation, click on install, that's it.
OpenEMR is a Free and Open Source electronic health records and medical practice management application. It features fully integrated electronic health records, practice management, scheduling, electronic billing, internationalization, free support, a vibrant community, and a whole lot more. It runs on Windows, Linux, Mac OS X, and many other platforms.
Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance.

Openfire is a XMPP server licensed under the Open Source Apache License.
OpenJUMP is a community driven fork of JUMP the "Java Unified Mapping Platform" GIS software. The original JUMP was developed by Vivid Solutions, released under GPL2 in 2003 and discontinued in 2006.

During 2004 already some enthusiastic developers joined together to enhance further the features of JUMP. They launched an independent development branch called OpenJUMP. The name gives credit to the original JUMP development, and at the same time describes the objectives of this project to be fully open to anyone wanting to contribute.

These days OpenJUMP is developed and maintained by (some few) volunteers around the globe. If you need functionality or even better want to contribute you are very welcome to contact us at our mailing list.

!! Features
* Vector GIS (that can read rasters as well)
* provides open API & PlugIn system, scripting via BeanShell and Java Python
* edit, save, analyse, conflate and display your GIS data
* strives to handle empty geometries well
* elaborate shortcuts, undo/redo
* Vector formats:
* read DXF*, JML, GeoJSON, GML, SHP
* write DXF*, JML, GeoJSON, GML, SHP, SVG*
* Raster format read support:
* georeferencing per world file or GeoTIFF
* BMP, DCX, FPX, GIF, JB2, JBIG2, JPEG, PAM, PBM, PCX
* PGM, PNG, PNM, PPM, PSD, TGA, TIFF, WBMP, XBM, XPM
* ECW & JPEG2000 (with 32bit Java on Windows, Linux, MacOSX)* incl. in Plus
* MrSID (with oracle jre on Windows, Linux)*
* Raster format write support:
* JPG, PNG
* Database access:
* read PostGIS, ArcSDE*, Oracle*, MySQL*, SpatialLite
* write PostGIS*
* Archives and compressed files:
* read known data formates from zip, tar, tar.gz, tar.bz2 archives or gz, bz2 compressed files
* supports OGC standards WMS & WFS (-T), GML 2, SLD, SFS
* Topology tools: line noder, polygonizer, planar graph,...
* Raster analysis via SEXTANTE connector
* Attribute transfer tools (1:1 transfer, or n:1 transfer)
* calculating length, area, centroid, buffer, convex hull,...
* spatial and attribute query functions
* rotating, scaling, auto-complete polygon, cut, merge, simplify polygons and lines
* warping, quality assurance tools*
* map generalization functions*
* sophisticated print out capability*
OpenKirin is a team of developers who believe that a pure, AOSP Android experience should be easily available for users running Huawei devices with Kirin chipsets. Developing AOSP builds for Kirin can often be challenging due to the implementation of Android on Kirin devices. However, our team is dedicated to overcoming these challenges and providing high-quality builds which can be used as a daily driver with confidence.

*https://openkirin.net/devices/
openMAINT is an enterprise open source solution for the Property & Facility Management (CMMS).

openMAINT helps to know and manage the inventory, maintenance, logistic and economic information related to buildings, plants and movable assets.

openMAINT is a ready-to-use solution, configured with databases, workflows, reports and dashboards.

The software can be gradually activated according to the needs of each organization and the available resources.

openMAINT includes the modules of Space & Asset Inventory, Facility Maintenance, Logistic Management, Economic Management, Energy & Environment, GIS & BIM.

The FM module manages the preventive / scheduled / breakdown maintenance using worflows based on the Maintenance Manual criteria.

openMAINT also supports the new BIM extensions (Building Information Modeling) with a connector based on the open IFC standard and a viewer of IFC 3D models.

openMAINT is implemented on the open source asset management framework CMDBuild.

!!! Features
* Space & Asset Inventory
* Facility Maintenance
* Logistic Management
* Economic Management
* Energy & Environment
* GIS & BIM support
odt2daisy is an OpenOffice.org Writer extension, enabling to export in DAISY XML, Full DAISY (xml+audio) and Audiobook format. DAISY is an NISO Z39.86 standard for blind, visual impaired, print-disabled, and learning-disabled people.

!!! Features
* Export As DAISY XML 3.0
* Export As Full DAISY 2.02
* Export As Full DAISY 3.0
!!! ''What is OpenPBS?''

OpenPBS® software optimizes job scheduling and workload management in high-performance computing (HPC) environments – clusters, clouds, and supercomputers – improving system efficiency and people’s productivity. Built by HPC people for HPC people, OpenPBS is fast, scalable, secure, and resilient, and supports all modern infrastructure, middleware, and applications.

* Scalability: supports millions of cores with fast job dispatch and minimal latency; tested beyond 50,000 nodes
* Policy-Driven Scheduling: meets unique site goals and SLAs by balancing job turnaround time and utilization with optimal job placement
* Resiliency: includes automatic fail-over architecture with no single point of failure – jobs are never lost, and jobs continue to run despite failures
* Flexible Plugin Framework: simplifies administration with enhanced visibility and extensibility; customize implementations to meet complex requirements
* Health Checks: monitors and automatically mitigates faults with a comprehensive health check framework
* Voted #1 HPC Software by HPC Wire readers and proven for over 20 years at thousands of sites around the globe in both the private sector and public sector
OpenRefine is a powerful Java-based tool designed to work with messy data and improve it. With OpenRefine you can load data, understand it, clean it up, transform it, reconcile it, and augment it with web services and external data. It allows you to do this all from a web browser and in the convenience and privacy of your own computer. OpenRefine keeps all data securely in your computer by running a small server on it, using your web browser to interact with it. When you're ready, then that is the only time the data will be shared outside of your computer.

OpenRefine is available in over 15 languages, is cross-platform and part of the Code for Science & Society.

!!! Features
* Explore large data sets with ease
* Clean and Transform Data
* Reconcile and Match Data
* Has a number of extensions
Red Hat® OpenShift® is an enterprise-ready Kubernetes container platform with full-stack automated operations to manage hybrid cloud, multicloud, and edge deployments. Red Hat OpenShift is optimized to improve developer productivity and promote innovation. 
openSIS-CE, the community edition has become immensely popular globally over the last eleven years. It has been downloaded from different servers for over 500,000 times and is in use in approximately 50,000 institutions worldwide, servicing 15 million+ students. Listening to user demands, we released a multi lingual version of the community edition that supports 49 languages.

openSIS-CE helps 30 million+ parents to stay abreast of their students’ education proceedings on a real time basis. The built in messaging services has truly bridged the communication gap between the guardians, teachers and school administration.

We are humbled by the profound impact it has on education and we are motivated by the success to make the core system better and better.

The following are the core features:

* Student Demographics
* Goals and Progresses
* Address & Contact Information
* Multiple types of Scheduling
* Gradebook
* Advanced Reports
* Report Cards
* Transcripts
* Medical Records
* Attendance
* Parent Portal
* User Customizable Preferences
* User Permission
* Built in messaging
* Multi-school support
* Teacher Portal
* Native iOS and Android Apps
* Data Upload Utilities

!! Available Integrations

 ''openSIS + Moodle''
 
 openSIS is bi-directionally integrated with Moodle LMS in the code level using REST-API specifications. It supports Moodle versions 2.x thru 3.8.x

!!! Moodle Rooms
The two applications are integrated in the following areas:
''Users'' » When a new student, teacher or staff is created in openSIS, they are automatically created in Moodle. For existing users, there is a check box option and when it is checked, the user gets created in Moodle.

''Course Manager'' » openSIS courses are divided into three levels. Subject, Course and Course Period. We have provided the ability to synchronize each level into Moodle as it is created.

''Student Schedule'' » In openSIS, when students are scheduled in a class period that also exist in Moodle, all students are automatically synchronized in Moodle with proper authentication. Students get access to that class and all its contents. The teacher who is teaching the class gets to see all those students enrolled in the Moodle course. The system even creates the calendar weeks in Moodle based on the begin and end dates of the marking period (in openSIS) in which the course period is offered.

''Teacher Grade Book'' » When a Course period is created in openSIS with the option to create in Moodle, a default Assignment category called Moodle is created within the openSIS Grade book This category synchronizes Teacher activities from Moodle in the form of Assignments, Lessons and Quizzes. All grades given in Moodle gets automatically pulled into openSIS.

In openSIS, a Teacher can look at progress report that will show grades from openSIS and Moodle. When the final grades are created for report cards, there is an option to import grade book grades. When you do so, your Moodle grades get factored in. Therefore, if you are using Moodle for graded assignments, you can combine the grades in openSIS and Moodle to give the student a combined grade.

Alternately, if a Teacher wants to exclude the grades from Moodle, he/she can put an asterisk (*) in the assignment to exclude it from the calculation.
OpenSTAManager is software for the management of technical assistance and billing. It is a web based and modular software. It has been designed to allow the addition and creation of modules to integrate additional functionality.

opsi is a Client Management System for Windows and Linux clients based on Linux servers.
opsi is used for automatic OS installation, software depolyment, hard- and software inventory, distributed software depots.

!!! Features
* Automatic OS installation (unattended or image based)
* Automatic software deployment
* Hardware and software inventories
* Patch Management
* Multi location support
OptaPlanner is an AI constraint solver.It optimizes planning and scheduling problems,such as the Vehicle Routing Problem,Employee Rostering,Maintenance Scheduling,Task Assignment,School Timetabling,Cloud Optimization,Conference Scheduling,Job Shop Scheduling, Bin Packingand many more.Every organization faces such challenges:assign a limited set of constrained resources (employees, assets, time and/or money)to provide products or services.OptaPlanner delivers more efficient plans, which reduce costs and improve service quality.

OptaPlanner is a lightweight, embeddable planning engine.It enables everyday Java programmers to solve optimization problems efficiently.It is also compatible with other JVM languages (such as Kotlin and Scala).Constraints apply on plain domain objects and can call existing code.There’s no need to input constraints as mathematical equations.Under the hood, OptaPlanner combines sophisticated Artificial Intelligence optimization algorithms(such as Tabu Search, Simulated Annealing, Late Acceptance and other metaheuristics)with very efficient score calculation and other state-of-the-art constraint solving techniques.
Web application for solving Employee Rostering using OptaPlanner
! ''Tools''
!! ''Memory''

# eBoostr
# CleverCache
#PrimoCache 
# for Linux 
#*[[rapiddisk|https://github.com/pkoutoupis/rapiddisk/]]
#*[[Open-CAS|https://github.com/Open-CAS/open-cas-linux]]
#*[[Other tweks|Other Tweaks]]
#
!! ''Tweaking''
# [[Ultimate Windows Tweaker]]
# [[SharpApp]]
# [[Wise Care 365 PRO]]
# [[Hidden Windows 10 Features]]
# [[FixMy10]]
# [[Win10 All Settings]]
# [[ADS]]
# [[HotCorners]]
# [[Fido]]
# [[WPD]]
# [[XP Services Optimizer]]
# PC Services Optimizer 3 PROFESSIONAL
# Puran Utilities
# [[Dism++|Dism++]]
# 
# 

! ''Hacks''

# [[Add windows Store]]

OrangeHRM is an Open Source Human Resource Management System that covers Personnel Information Management, Employee Self Service, Leave, Time & Attendance, Benefits, and Recruitment. Tags: HRM, HRMS, HRIS, HR Software

!!! Features
* Administration Module
* Personal Information Management
* Leave Module
* Time Module
* Employee Self Service Module
* Recruitment/ Applicant Tracking Module
* Performance Module
* [[Windows Installation]]
* [[Linux Installation]]
* [[MacOs Installation]]
*[[Android OSs Installation]]
*[[ChromeOS similar]]
#[[Windows Hacks]]
#TuneUP 
#WinOptimizer
#
#
#
#
#
#
#
#
#
#


OSGeoLive is a self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu that allows you to try a wide variety of open source geospatial software without installing anything. It is composed entirely of free software, allowing it to be freely distributed, duplicated and passed around.

It provides pre-configured applications for a range of geospatial use cases, including storage, publishing, viewing, analysis and manipulation of data. It also contains sample datasets and documentation.

http://live.osgeo.org/en/index.html
This project aims at providing comfortable map viewing and navigation (routing) application for mobile devices. Particular stress lies with complete offline features (via pre-loaded offline map data) or economic internet usage. To get started, continue with the basic description below, then find more detail on our Welcome Wiki Pages, the Project Homepage, or the OpenStreetMap OsmAnd Wiki Page. You are welcome to discuss any question regarding the project at the Google group OsmAnd. Please do not use comments on wiki pages because it is rather difficult to find them.
Open Source Point of Sale is a web based point of sale system. The main features are:

* Stock management (Items and Kits with extensible list of Attributes)
* VAT, GST, customer and multi tiers taxation
* Sale register with transactions logging
* Quotation and invoicing
* Expenses logging
* Cashup
* Receipt and invoice printing and/or emailing
* Barcode generation and printing
* Suppliers and Customers database
* Multiuser with permission control
* Reporting on sales, orders, expenses, inventory status
* Receivings
* Giftcard
* Rewards
* Restaurant tables
* Messaging (SMS)
* Multilanguage
* Selectable Boostrap (Bootswatch) based UI theme
* Mailchimp integration
* reCAPTCHA to protect login page from brute force attacks
* GDPR ready
* The software is written in PHP language, it uses MySQL (or MariaDB) as data storage back-end and has a simple but intuitive user interface.

The latest 3.x version is a complete overhaul of the original software. It is now based on Bootstrap 3 using Bootswatch themes, and uses CodeIgniter version 3 as framework. It also has improved functionality and security.
* https://ubuntuforums.org/showthread.php?t=395435
* https://lifehacker.com/speed-up-your-linux-box-with-a-thumb-drive-274911
''Software''

Application virtualization and workspace virtualization: isolating individual apps from the underlying OS and other apps; closely associated with the concept of portable applications
Service virtualization: emulating the behavior of specific components in heterogeneous component-based applications such as API-driven applications, cloud-based applications and service-oriented architectures

''Memory''

Memory virtualization: aggregating random-access memory (RAM) resources from networked systems into a single memory pool
Virtual memory: giving an app the impression that it has contiguous working memory, isolating it from the underlying physical memory implementation
''Storage''

Storage virtualization: the process of completely abstracting logical storage from physical storage
Distributed file system: any file system that allows access to files from multiple hosts sharing via a computer network
Virtual file system: an abstraction layer on top of a more concrete file system, allowing client applications to access different types of concrete file systems in a uniform way
Storage hypervisor: the software that manages storage virtualization and combines physical storage resources into one or more flexible pools of logical storage[19]
Virtual disk: a computer program that emulates a disk drive such as a hard disk drive or optical disk drive (see comparison of disc image software)

''Data''

Data virtualization: the presentation of data as an abstract layer, independent of underlying database systems, structures and storage
Database virtualization: the decoupling of the database layer, which lies between the storage and application layers within the application stack over all

''Network''

Network virtualization: creation of a virtualized network addressing space within or across network subnets
Virtual private network (VPN): a network protocol that replaces the actual wire or other physical media in a network with an abstract layer, allowing a network to be created over the Internet
Transcribe and caption Google Meet in real time, and save audio transcripts to your Otter.ai account.
Stay engaged in your meetings and let Otter.ai capture conversations for you.
Otter.ai offers the best automatic live transcription and note-taking experience for virtual and in-person meetings. Otter.ai is available in English across Web, iOS, Android, Zoom, and Google Meet.
The Otter.ai Chrome Extension lets you transcribe and caption Google Meet in real time, and save audio transcripts to your Otter account.

!!! HOW TO USE:
* • Start Google Meet in your browser
* • Click on the Otter.ai Chrome Extension icon to open the extension. Sign up or log in.
* • Click on the Record button
* • Click the CC button to open live captions 
* • Click the || button to pause, then either select Resume Recording or Stop Recording
* • Two ways to highlight: (1) click and drag to select some text, then click the Highlight icon in the popup menu; (2) click the Highlight button at the lower right corner to highlight the last sentence(s) instantly.
* • The audio transcript is automatically saved in your Otter account
A modern team knowledge base for your internal documentation, product specs, support answers, meeting notes, onboarding, & more. An intuitive editor with markdown support, slash commands, rich embeds, and more. Beautiful documents, without even trying. Search and share documents without ever leaving your team chat. Nest documents in a hierachy, automatically build a network of backlinks and search across everything. Onboard new team members easily through internal guides, resources, and checklists. Give new team members a leg up getting to know your product, best practices, and culture. Don't lock away your company handbook in a PDF document hidden on a shared drive. Make it accessible, searchable and easily updatable so everyone can find the information they need. Whether your team are seasoned remote workers or new to working from home. Outline is a great place to keep your team’s shared knowledge accessible, searchable, and coordinated.

!!! Features
* Beautiful documents, without even trying
* Integrated with Slack
* Structured & instantly searchable
* Manage the knowledge base with read & write permissions
* Simple integrations into tools you use every day like Slack, Figma, Loom and many more
* Give your documentation structure with collections, nested documents, and automatic backlinks
<<list-links "[tag[Outlook]sort[title]]">>
GSD5, or Getting-Stuff-Done 5, is a plugin for TiddlyWiki5 that attempts to combine the workflow and philosophy of David Allen's Getting Things Done with the TiddlyWiki5 platform. GSD5 is heavily influenced by mGSD for TiddlyWiki classic.
```
<<list-links filter:"[is[shadow]]">>
```

> <<list-links filter:"[is[shadow]]">>
!! OWASP JoomScan Project
OWASP Joomla! Vulnerability Scanner (JoomScan) is an open source project, developed with the aim of automating the task of vulnerability detection and reliability assurance in Joomla CMS deployments. Implemented in Perl, this tool enables seamless and effortless scanning of Joomla installations, while leaving a minimal footprint with its lightweight and modular architecture. It not only detects known offensive vulnerabilities, but also is able to detect many misconfigurations and admin-level shortcomings that can be exploited by adversaries to compromise the system. Furthermore, OWASP JoomScan provides a user-friendly interface and compiles the final reports in both text and HTML formats for ease of use and minimization of reporting overheads.
OWASP JoomScan is included in Kali Linux distributions.
*https://github.com/berty/berty
*https://sourceforge.net/projects/p2pbackupsmile/
*https://btdb.eu/
*https://ibit.uno/
https://dokku.com/
Pace will automatically monitor your ajax requests, event loop lag, document ready state, and elements on your page to decide the progress. On ajax navigation it will begin again!

If you use AMD or Browserify, require pace.js and call pace.start() as early in the loading process as is possible.

https://codebyzach.github.io/pace/
Pachno is an open source platform for collaboration: issue tracking, project management, documentation, code and more.

With Pachno you get:

* A powerful documentation editor for all your teams documentation needs
* Workflow support with custom workflow configuration
* Planning boards with kanban and scrum features
* Issue tracking including custom fields and data
* Time tracking for individual tasks and user
* Team support for multiple teams and clients
* Built-in features for supporting a wide range of projects and configurations
* An extensible module-based platform, built to expand and improve
PaddleOCR offers exceptional, multilingual, and practical Optical Character Recognition (OCR) tools that can help users train better models and apply them into practice. Inspired by PaddlePaddle, PaddleOCR is an ultra lightweight OCR system, with multilingual recognition, digit recognition, vertical text recognition, as well as long text recognition. It features a PPOCR series of high-quality pre-trained models, which includes: ultra lightweight ppocr_mobile series models, general ppocr_server series models, and ultra lightweight compression ppocr_mobile_slim series models. PaddleOCR is easy to install and easy to use on Windows, Linux, MacOS and other systems.

!!! Features
* PPOCR series of high-quality, commercial-grade, pre-trained models
* Multilingual support
* Digit recognition
* Vertical text recognition
* Long text recognition
* Support for user-defined training
* PIP installation support
* Easy to use
* Cross-platform
https://github.com/jonaswinkler/paperless-ng
Parabol is an open-source SaaS application for running team retrospectives and operating a distributed organization. We publish our company's history and business metrics, too.

Free online agile retrospective meeting tool
!!! ''On Android''
*https://www.zenz-solutions.de/personaldnsfilter-wp/

!!!''On Windows''
* Dns Angel

!!!''On Linux''
*
!!! Crossplatform
*https://adguard.com/en/adguard-dns/overview.html#instruction
*Pluckeye 

!!! Router Config
*https://developers.cloudflare.com/1.1.1.1/1.1.1.1-for-families/setup-instructions/router

* [[Dns Filtering]]
Block porn sites and protect your child from adult content. Best Anti-porn addon on the store.
This browser add-on blocks more pornography than any other software solution. Like any software, it's not perfect, but it is the best. And we released a software update recently to fix some outstanding bugs that were reported in some of the comments. The only add-on with multiple settings. And the only add-on to block adult content across social media sites like Twitter, Dailymotion and Facebook.

🛠 EASY TO USE SETTINGS

🚫 SAFE BROWSING

This option comes with two settings - "Strong" and "Extra Strong". 

★★★★★ EXTRA STRONG (recommended) blocks over 10 billion pages of adult content. Enforces SafeSearch on YouTube. It also automatically removes search results that contain links to pornography. 

★★★ STRONG is for adults who wish to have complete access to the open web while blocking pornography. This setting does not automatically remove search results that contain links to pornography - but the software does block access to them. 

🚫 JUST FOR KIDS

This setting allows you to block access to the entire Web except for your own white list - it's extremely easy to setup and can be updated at anytime. 

🔐 FEATURES

* ★ Right-click to hide the MetaCert icon on the toolbar.
* ★ Automatically removes search results that contain links to pornography.
* ★ Filters for sites such as Dailymotion and YouTube.
* ★ Blocks 10 billion+ million pages of pornography 
* ★ XXX images removed from image search results.
* ★ You can enable proxy blocking so others can't circumvent the software.
Firebase Alternative


* https://parseplatform.org/
* https://github.com/parse-community/parse-server
* https://github.com/parse-community/parse-dashboard
* https://github.com/parse-server-modules
* https://github.com/parse-community/Parse-SDK-Android

* https://github.com/sebsylvester/parse-server-mailgun
*https://github.com/modernistik/parse-stack
*https://github.com/sailstech/multiple-apps-parse-server
*https://github.com/dplewis/parse-server-mysql-adapter
















particles.js is a lightweight, dependency-free and responsive javascript plugin for particle backgrounds.
Passbolt extension for the open source password manager for teams.
Passbolt is an open source password manager for teams. It allows your team to securely share and store credentials. For instance, the wifi password of your office, or the administrator password of a router or your organisation social media account password.

!!! Passbolt is different from the other password managers because :
* - It is free & open source;
* - It is primarily designed for teams and not individuals;
* - It is based on OpenPGP, a proven cryptographic standard;
* - It is easy to use for both novice and IT professionals alike;
* - It is extensible thanks to its restful API;
* - It is respectful of privacy.

This add-on is required to use the software.
Passman - The password manager for NextCloud / ownCloud
Password synchronization browser companion, meant to work alongside with nextcloud app "Passman" (https://github.com/nextcloud/passman).

Bring the power of your passwords back to you and make them easy to manage, organized and simple to use.

About passman 
Passman is a full featured password manager.

!!! Features:
* - Vaults
* - Vault key is never sent to the server
* - Credentials are stored with 256 bit AES
* - Ability to add custom fields to credentials
* - Built-in OTP(One Time Password) generator
* - Password analyzer
* - Share passwords internally and via link in a secure manner.
* - Import from various password managers:
* - KeePass
* - LastPass
* - DashLane
* - ZOHO
* - Clipperz.is
The following plugins add password generator algorithms that create passphrases.

* [[Readable Passphrase Generator|]]

Author: Murray Grant. Language: English

The Readable Passphrase Generator plugin generates passphrases, which are (mostly) grammatically correct, but nonsensical. These are easy to remember (for humans), but difficult to guess (for humans and computers).

[[Website|https://github.com/ligos/readablepassphrasegenerator]]

* [[Word Sequencer|]]

Author: FireOut. Language: English

The Word Sequencer plugin generates passphases consisting of words.

[[Website|https://github.com/fireout/keepasssequencer]]

* [[Würfelware|]]

Author: Heinrich Ulbricht. Language: English

Generates passphrases within KeePass.

[[Website|https://github.com/heinrich-ulbricht/wuerfelware-passphrases-for-keepass]]
* [[LAPS|]]
*https://github.com/tejado/Authorizer
*https://github.com/freeotp/freeotp-android
*https://sourceforge.net/projects/passwdsafe/
*https://www.pwsafe.org/
Password lists with top passwords to optimize bruteforce attacks
PasswordChangeReminder is a plugin for [KeePass](http://keepass.info). It will remind you to change choosen passwords repetitive after a specific timespan. For example every 90 or 120 days.

[![Latest Release](https://img.shields.io/github/v/release/tiuub/PasswordChangeReminder)](https://github.com/tiuub/PasswordChangeReminder/releases/latest)
[![GitHub All Releases](https://img.shields.io/github/downloads/tiuub/PasswordChangeReminder/total)](https://github.com/tiuub/PasswordChangeReminder/releases/latest)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5F5QB7744AD5G&source=url)


## Installation

- Download the latest release [here](https://github.com/tiuub/PasswordChangeReminder/releases/latest)
- Copy the PasswordChangeReminder.plgx in the KeePass plugins directory and restart the application.



## Usage

To set up a reminder, you have to activate the reminder in the "Advanced"-Tab of a entry. 

For this, you have to choose the entry, you want to get remind for:
- Advanced -> Check the Box -> Choose the reminder interval

[img[PasswordChangeReminder.jpg]]


After you the configuration, you can see a overview by clicking 
- Tools -> Password Change Reminder. 

Otherwise you can activate the function, "Automatically remind on startup", which will remind you for changing matured passwords on startup, if there is one.

[img[PasswordChangeReminder1.jpg]]


Also you can activate the column, to get a great overview of the remaining timings.

[img[PasswordChangeReminder2.jpg]]



## Settings

You can change some settings in the settings form.
Therefore navigate to 
- Tools -> Password Change Reminder -> Settings.

[img[PasswordChangeReminder3.jpg]]



## Download

You can download the .plgx file [here](https://github.com/tiuub/PasswordChangeReminder/releases/latest).




The goal of this plugin is to shore up the WordPress authentication using standard security practice recommendations. At this time, the plugin improves WordPress authentication by doing the following:

* ENFORCING UNCOMPROMISED PASSWORDS
* USING STRONGER PASSWORD HASHING
The official browser extension for Passwords for Nextcloud
This WebExtension is a client for the Passwords app for Nextcloud. 

Passwords always at hand 
By clicking on the "Passwords"-icon, you will be presented with the login data that matches the current website. The desired user account can easily be inserted into existing login forms with one click. Alternatively, you can also copy the password to the clipboard. 

Keep your passwords up-to-date 
New and updated passwords will be detected automatically and can be saved to Nextcloud. 

Integrated Search 
If you are unable to find a user account, the practical search function is guaranteed to help you.
Patching The Core Image
Starting with our Core image we are going to Patch and clean up extra files. At the command prompt I’m going to type: start Powershell Now I could use sconfig to patch, but we are doing this via PowerShell. Using James Oniel’s blog as a reference. I have cut the code down to just the needed commands because the paste keystrokes has a limited size. And sometimes opening a fresh VM does not give me the options for an Advanced Session. I’m going to take the code below and “Paste from clipboard” into PowerShell to download the all patches, including optional patches


```
$Criteria = "IsInstalled=0 and Type='Software'"
$updateSession = New-Object -ComObject 'Microsoft.Update.Session'
$updates = $updateSession.CreateupdateSearcher().Search($Criteria).Updates
$downloader = $updateSession.CreateUpdateDownloader()   
$downloader.Updates = $updates  
"Downloading $($downloader.Updates.count) updates"
$Result = $downloader.Download() 
if (($Result.Hresult -eq 0) -and (($Result.resultCode -eq 2) -or ($Result.resultCode -eq 3)) ) 
{
    $updatesToInstall = New-Object -ComObject 'Microsoft.Update.UpdateColl'

    $updates |
    Where-Object -FilterScript {
        $_.isdownloaded
    } |
    ForEach-Object -Process {
        $null = $updatesToInstall.Add($_)
    }
    $installer = $updateSession.CreateUpdateInstaller()
    $installer.Updates = $updatesToInstall


    "Installing $($installer.Updates.count) updates"
    $installationResult = $installer.Install()
    $Global:counter = -1
    $installer.updates | Format-Table -AutoSize -Property Title, EulaAccepted, @{
        label      = 'Result'
        expression = {
            $resultcode[$installationResult.GetUpdateResult($Global:counter++).resultCode ]
        }
    } 
}

$installationResult
```

This takes a while. Once it’s done I’m going to reboot the VM and paste the script again until there are 0 updates. It can take 2-3 times depending on the age of your ISO.


```
Restart-Computer
```

Once we have updated Core with every patch, it’s time to remove unneeded file. If you going install any features, special software or setup boot time scripts. now is the time to do so. I’m not going to this time. I will start by removing the source file for adding windows features. We will be creating a WIM from our GUI image for that purpose.


```
Get-WindowsFeature | where-object{$_.Installed -eq 0 -and $_.InstallState -eq 'Available'} | uninstall-windowsfeature -remove
dism /online /cleanup-image /StartComponentCleanup /ResetBase
defrag c: /UVX
```

First we removes the source from SxS
Second we remove any “superseded” items in SxS. So any older patches that have been updated with a newer one will be removed.
Third, we defrag the drive and consolidate free space (this probably is not necessary)
Preparing and Patching the GUI Image
With that done lets move to the GUI VM. I’m going to first make sure every feature is available


```
get-windowsfeature | Where InstallState -eq Removed
```


```
Display Name                                            Name                       Install State
 ------------                                            ----                       -------------
     [ ] .NET Framework 3.5 (includes .NET 2.0 and 3.0)  NET-Framework-Core               Removed
     [ ] Windows PowerShell 2.0 Engine                   PowerShell-V2                    Removed
```

So .NET 3.5 and PowerShell 2.0 are removed. If your never going to use them that is ok. I find that .NET 3.5 is frequently needed so to be safe I’m going to add them both to SxS.


```
get-windowsfeature | Where InstallState -eq Removed | Install-WindowsFeature -Source D:\sources\sxs
```


```
Success Restart Needed Exit Code      Feature Result
 ------- -------------- ---------      --------------
 True    No             Success        {.NET Framework 3.5 (includes .NET 2.0 and...
 WARNING: Windows automatic updating is not enabled. To ensure that your newly-installed role or feature is
 automatically updated, turn on Windows Update.
```

Because we want the WIM to be a source when adding to VM’s created from our Core Image, and we want the feature to be patched from the get-go. They need to be installed and patched on this VM. If they are not all installed, that is OK, it will still work as a source so long as the installed features in the WIM are the same version or newer then the VM your adding the feature to.So if we don’t mind patching the new items after the fact when we can just remove the GUI, patch and move on. I’m going to keep the GUI, and add some features I know I will be using in my lab. (now before you go and think I’ll just run Get-WindowsFeature | Add-WindowsFeature, that does not work because some features are mutually exclusive)


```
Install-WindowsFeature DNS, DHCP, File-Services, RSAT -IncludeAllSubFeature
Install-WindowsFeature AD-Domain-Services, AD-Certificate, ADCS-Cert-Authority
```

There will be a few warnings but everything should install Now I’m going to use the same code used on the Core VM to run updates. Once that is patched and shutdown it’s ready for Part 3.
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A KeePass plugin that allows storage and viewing of pattern-based passwords (like the Android lock-screen). I actually made this to store my [Apex Launcher](https://www.apexlauncher.com/) App Lock pattern, but it works for almost anything of that format.


# Setting Up and Storing Drawn Patterns is Very Easy
To store a pattern in your password database, all you have to do is open the setup window of PatternPass, pick the dimensions of the pattern you wish to store, and set the order:

[img[PatternPassDemoSetup.gif]]

(/Documentation/Media/PatternPassDemoSetup.gif "PatternPass allows for quick and easy storage of complex drawn patterns.")


After that, any time you need to recall the pattern, the plugin will animate it in an easy display to make it straightforward to copy:

[img[PatternPassDemoDisplay.gif]]


Alipay payment gateway for Moodle.
WeChat payment gateway for Moodle.
Pdf Viewer Plus is a smooth PDF viewer written in Java. It contains a simple user interface, multiple themes, and the ability to share a PDF.
PDF.js is a web standards-based platform for parsing and rendering Portable Document Formats (PDFs). Open source and built with HTML5, this PDF viewer is supported by a great community and Mozilla Labs. PDF.js can be used on both modern and older browsers, and is built into version 19+ of Firefox.

!! Features
* Open source
* Available for both modern and older browsers
* Browser extensions available
* Can be used in a web application
* API can be accessed directly from browser through live demos
Tool to create signed S3 urls and upload files to them.
Simple P2P teaching platform starting from the 1st class

Pentaho tightly couples data integration with business analytics in a modern platform that brings together IT and business users to easily access, visualize and explore all data that impacts business results. Use it as a full suite or as individual components that are accessible on-premise in the cloud or on-the-go (mobile). Pentaho Kettle enables IT and developers to access and integrate data from any source, and deliver it to your business applications, all from within an intuitive and easy to use graphical tool.

Need help installing PDI? Access the installation guides for the following operations systems:
Windows: https://www.hitachivantara.com/en-us/pdf/white-paper/pentaho-community-edition-installation-guide-for-windows-whitepaper.pdf

Linux: https://www.hitachivantara.com/en-us/pdf/white-paper/pentaho-ce-installation-guide-on-linux-operating-system-whitepaper.pdf

Mac: Coming Soon

!!! Features
* Data Access and ETL (Kettle)
* Reporting
* Data Discovery and Analysis (OLAP)
* Dashboards and Visualizations
* Pentaho Platform
* Big data capabilities (community.pentaho.com/BigData)
* Multicluster Support
* Embedded Reporting (sourceforge.net/projects/jfreereport)
* Embedded OLAP Engine (sourceforge.net/projects/mondrian)
* Data Mining (sourceforge.net/projects/weka)
Java class library for generating reports. XML-based templates provide flexible reporting and printing functionality using data from multiple sources and supports output to display devices, printers, PDF, Excel, HTML, XHTML, PlainText, XML and CSV files.
*https://github.com/swisskyrepo/PayloadsAllTheThings
* https://github.com/rapid7/metasploit-framework
* https://getgophish.com/
* https://github.com/rsmusllp/king-phisher
* https://sqlmap.org
* https://sourceforge.net/projects/waircut/
* https://sourceforge.net/projects/closethedoor/
* https://www.netresec.com/index.ashx?page=Networkminer
* https://filecr.com/windows/rapid7-appspider/
* https://github.com/alienwithin/OWASP-mth3l3m3nt-framework
* 
* 
* https://download.ir/udemy-perl-programming-for-beginners/
!!! PHP framework
*https://github.com/symfony/symfony
*[[Laraval Framework]]
*https://github.com/directus/directus
*CodeIgniter
*CakePHP 
*[[Yii]]
*PhpCrud
* [[Symphony]]


!!! Libs
*https://ezsql.github.io/ezsql/
*https://github.com/nilportugues/php-sql-query-builder
*https://www.agiletoolkit.org/
* https://github.com/openid/php-openid
* https://sourceforge.net/projects/tcpdf/
*https://www.doctrine-project.org/

Tools

* https://github.com/squizlabs/PHP_CodeSniffer
*https://phpmicrosite.jenskuerschner.de/
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
A class for PHP to talk to Active Directory through LDAP.

!!! Features
* Authentication against Active Directory using PHP and LDAP
* Creation of Active Directory user accounts over PHP
* Creation of Microsoft Exchange email accounts over PHP
* Management of Active Directory groups, users and contacts using PHP
This plugin swaps out WordPress core’s password hashing mechanism with PHP 5.5’s password_hash() and its accompanying functions. By default, PHP uses bcrypt to hash the passwords. If available, this plugin will use modern Argon2 algorithm. The transition will be transparent.

* A password salt will be generated using a Cryptographically Secure Pseudo-Random Number Generator (CSPRNG)
* Password hashes are safe from dictionary attacks with rainbow tables or any other precomputed hash lists, because a secure salt is generated for each password.
* The password hashing is iterated multiple times to provide a good resistance against brute-force attacks.
* Password checks are made in a way that it mitigates time-attacks.
* You do not have to reset passwords of all users. Passwords already hashed in the database will be rehashed automatically and transparently the next time the user logs in.
* PHP might come up with newer password hashing algorithms, and they will be automatically supported without having to reset all the passwords.
PHP offline documentation in a popup
PHP 7 documentation in 10 languages always available right in your browser.

P.S. This is working copy of "PHP Ninja Manual" extension with bug fixes and PHP7 support.

Last update: 1.1.2 - Oct 15th 2020. Noticeable changes:
 - Upgrade database to PHP 7.4.11 version for all languages.
PHP QR Code is open source (LGPL) library for generating QR Code, 2-dimensional barcode. Based on libqrencode C library, provides API for creating QR Code barcode images (PNG, JPEG thanks to GD2). Implemented purely in PHP.

!!! Features
* Supports QR Code versions (size) 1-40
* Numeric, Alphanumeric, 8-bit and Kanji encoding.
* Implemented purely in PHP, no external dependencies except GD2
* Exports to PNG, JPEG images, also exports as bit-table
* TCPDF 2-D barcode API integration
* Easy to configure
* Data cache for calculation speed-up
* Debug data dump, error logging, time benchmarking
* Provided merge tool helps deploy library as a one file
* new! API documentation
* new! Over 30 detailed examples
* 100% Open Source, LGPL Licensed
A QR Code generator for PHP7.4+

Open source tool to monitor your servers and websites

https://sourceforge.net/projects/phpservermon/
https://github.com/mevdschee/php-crud-api
phpdesktop develops desktop application software like a website

!!! characteristic
* Support any version of php
* Support the use of php5.6 on winxp system
* Support window shadow, skin editing
* Support sqlite
* Support stand-alone, cs mode software development
* Support the latest version of flash
* Support message communication between windows
* Support window running in child process
* Support the start page as the home page, and the start page does not return operation
* Support multiple workerman services
phpDocumentor is an application that is capable of analyzing your PHP source code and DocBlock comments to generate a complete set of API Documentation.

Inspired by phpDocumentor 1 and JavaDoc it continues to innovate and is up to date with the latest technologies and PHP language features.
*https://github.com/PHPFusion
*https://www.php-fusion.co.uk/infusions/marketplace/
Export query result from phpMyAdmin as markdown table
Easy way to copy phpMyAdmin table to markdown table.
PhpSpreadsheet is a library written in pure PHP and offers a set of classes that allow you to read and write various spreadsheet file formats such as Excel and LibreOffice Calc.

!!! Features
* PhpSpreadsheet is the next version of PHPExcel
* It breaks compatibility to dramatically improve the code base quality
* Namespaces, PSR compliance, use of latest PHP language features, etc.
* It is necessary to use UTF-8 encoding for all texts in PhpSpreadsheet
* PhpSpreadsheet uses a measure where padding is included
* PhpSpreadsheet can read a number of different spreadsheet and file formats
Physics and Chemistry Resources, Tutorials and Current Science
*https://pi-hole.net/
*https://docs.pi-hole.net/
The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
Watch video using Picture-in-Picture
Picture-in-Picture (PiP) allows you to watch videos in a floating window (always on top of other windows) so you can keep an eye on what you’re watching while interacting with other sites, or applications.

Keyboard shortcut: Alt + P (⌥ + P on macOS)

Source code: https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
Keep your videos visible at all times while doing something else!
Picture-in-Picture for Chrome - allows you to watch videos in a floating window (always on top of other windows) so you can keep track of what you are watching when interacting with other sites or applications.

Just click on the extension icon to display the video player on YouTube or any other websites on the Web. This window will play the video on all pages of the browser on which there is a video resource.

* ✔️ Play video in floating popup window.
* ✔️ Resize floating video pop-up.
* ✔️ Keyboard shortcut: Alt + P (⌥ + P on macOS)
* ✔️ All video formats supported.

Try real multitasking with a floating mini player that simplifies your life on the Web! Watch videos in picture-in-picture mode on popular sites such as: YouTube, FaceBook, Twitter, Vimeo, VK, Twitch, Instagram, Vevo ....
This is a plugin to create a pinboard

* a pinboard contains some notices pinned on a board
* a notice is a tiddler tagged with `pin`
* a notice is removed from board if it is tagged with `done`
* a notice has a priority. The priority of a notice tiddler is set through adding a field entitled `priority`
* The priority filed value can only be chosen from the below value
** red
** blue
** green
** yellow
* The priority actually set the color of pin and the background color of note
* If the priority field is missed the white color is used!
The aim of this project is to provide a fast lightweight 2D library that works across all devices. The PixiJS renderer allows everyone to enjoy the power of hardware acceleration without prior knowledge of WebGL. Also, it's fast. Really fast.

What to Use PixiJS for and When to Use It
PixiJS is a rendering library that will allow you to create rich, interactive graphics, cross platform applications, and games without having to dive into the WebGL API or deal with browser and device compatibility.

PixiJS has full WebGL support and seamlessly falls back to HTML5's canvas if needed. As a framework, PixiJS is a fantastic tool for authoring interactive content, especially with the move away from Adobe Flash in recent years. Use it for your graphics rich, interactive websites, applications, and HTML5 games. Out of the box cross-platform compatibility and graceful degradation mean you have less work to do and have more fun doing it! If you want to create polished and refined experiences relatively quickly, without delving into dense, low level code, all while avoiding the headaches of browser inconsistencies, then sprinkle your next project with some PixiJS magic!

Boost your development and feel free to use your imagination!
A public key infrastructure is a set of roles, policies, hardware, software and procedures needed to create, manage, distribute, use, store and revoke digital certificates and manage public-key encryption.
The goal of PL/JSON is to create a correct implementation of JSON to use in a PL/SQL environment. The Oracle object syntax has been chosen to ensure a straightforward and easy way to decode and encode JSON. PL/JSON is delivered AS IS and we cannot make any guarantee or be held responsible to any unwanted effects that may arise from using this software. However, we would like to stress that we have tested, and used this software, and believe that it is a safe product to use.
Turnitin is an academic integrity solution, designed to integrate seamlessly with existing Moodle Assignments, forums, and workshops. A Turnitin license is required for use.
The beautiful new tab page with your calendars and tasks.
Everything you have to do, and everywhere you have to be, effortlessly organized. Plan is your entire day in one place.

With the official Plan Chrome extension, it’s now even easier to manage all of your tasks, meetings and documents. In a beautiful new tab page, create and view tasks and meetings that automatically sync with your Google Calendar and Outlook Calendar. 

• Create and view all of your tasks and meetings in one place
• Two-way sync with Google Calendar and Outlook Calendar
• Quickly access Google Drive and Box documents
• Links to the default Chrome tab & Chrome apps
• See the weather, date and time of day
• Get inspired by backgrounds individualized to you!

ABOUT PERMISSIONS

Browsing history - Plan never tracks or stores your browsing history. Access to cookies is required to check if you’re logged into Plan.

Location - For weather reporting only
http://www.plandora.org/index.html
A Trello-like kanban board built with React and Redux.

!!! Features
* Create projects, boards, lists, cards, labels and tasks
* Add card members, track time, set a due date, add attachments, write comments
* Markdown support in a card description and comment
* Filter by members and labels
* Customize project background
* Real-time updates
* User notifications
* Internationalization
!!! PlantUML is a component that allows to quickly write:
* Sequence diagram
* Usecase diagram
* Class diagram
* Object diagram
* Activity diagram (here is the legacy syntax)
* Component diagram
* Deployment diagram
* State diagram
* Timing diagram

!!! The following non-UML diagrams are also supported:
* JSON data
* YAML data
* Network diagram (nwdiag)
* Wireframe graphical interface or UI mockups (salt)
* Archimate diagram
* Specification and Description Language (SDL)
* Ditaa diagram
* Gantt diagram
* MindMap diagram
* Work Breakdown Structure diagram (WBS)
* Mathematic with AsciiMath or JLaTeXMath notation
* Entity Relationship diagram (IE/ER)
A simple editor for PlantUML. Requires PlantUML (and its dependencies, java and graphviz/dot).

!!! Some features:
* update the diagram while editing
* code assistant to insert ready-made code snipets
* written in Qt4, so it should run on all platforms supported by Qt4 and PlantUML
* option to cache the PlantUML output to speed redo, undo and loading from disk
* can be used as a PlantUML viewer (see the wiki for more info)
PlantUml Dependency allows to parse / reverse engineering source files (only Java is supported by now) to generate a PlantUml description, allowing to draw the UML class diagram associated to the source code.
Provides better integration with the KDE Plasma 5 desktop.
Multitask efficiently by controlling browser functions from the desktop, even while Chrome is in the background. Manage audio and video playback, check downloads in the notification area, send files to your phone using KDE Connect and more inside the KDE Plasma Desktop!

The plasma-browser-integration package must be installed for this extension to work. It should be available from your distribution's package manager when running Plasma 5.13 or later.
For users who often deal with sensitive, confidential and private information, the new Plasma Vault offers strong encryption features presented in a user-friendly way. Plasma Vault allows to lock and encrypt sets of documents and hide them from prying eyes even when the user is logged in. These 'vaults' can be decrypted and opened easily. Plasma Vault extends Plasma's activities feature with secure storage.
https://www.playitsoftware.com/Plugins/View/InternetBroadcast
https://sourceforge.net/projects/playsms/
Playwright is a Node.js library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast.
PLDAP provides a universal LDAP connector; which supports Microsoft AD, IBM Domino, Novell E-Directory, and Open LDAP. It enables PHP programs to implement comprehensive LDAP Single-Sign-On systems.
It's a side project that I made for myself since when I use my own mechanical keyboard at late night or in the office and my parents and my coworkers hate that a lot because the sound of the keyboard is very loud (especially in quiet places). So if you are facing this issue just like me then this product is for you!

- Plays typewriter sound

- You can add more keyboard sound set by recording any sound you like and add them to this app with some easy steps.

- Use your laptop keyboard or non-mechanical keyboard at work and still hear your loved sound.

- Use this app as any purpose as you want (such as demo for the buyer about the keyboard sound before they buy it, custom any sound for any key...)

With Mechvibes Editor, you can create a new sound pack, edit existing sound pack or share them with your friends.

!!! Features
* Plays mechanical keyboard sounds as you type
* Plays typewriter sound as you type
* Create, edit, share your customized sound packs
* Add existing sound packs from community
* Help blind people type on their keyboard easier with voice pack
<<list-links "[tag[plugin]]">>
These are the list of mature plugins

<<tabs tabsList:"[tag[plugin]!has[draft.of]sort[title]]" default:"Shiraz" class:"tc-vertical" template:"tab-template">>
Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
With Podcastle, you can instantly turn your authored news and articles, blog posts into podcasts 🎧.
And continue the editing of your podcast in our all-in-one Web-based collaborative podcast creation platform.
Are you ready to give it a try?

★ NEW: 
- New HD Voice Skins
- Redesigned look and feel
- Integration with our Podcast creation and enhancement platform
*https://linuxunplugged.com/
Welcome to Polyaxon, a platform for building, training, and monitoring large scale deep learning applications. We are making a system to solve reproducibility, automation, and scalability for machine learning applications.

Polyaxon deploys into any data center, cloud provider, or can be hosted and managed by Polyaxon, and it supports all the major deep learning frameworks such as Tensorflow, MXNet, Caffe, Torch, etc.

Polyaxon makes it faster, easier, and more efficient to develop deep learning applications by managing workloads with smart container and node management. And it turns GPU servers into shared, self-service resources for your team or organization.

Recognizes and blocks porn and suggestive images. Help us make porn detection better by reporting images.
Help us improve automatic porn detection by flagging images that actually aren't porn so that we can make it better!

Note: This tool is not meant to be used as a parental control or accountability software. It is easily disabled in Chrome. The goal is to gather images to improve the state of the art so that reliable porn detection can work on all devices in real time.

** Why we created this **

Porn detection with computer vision is a difficult problem with varying levels of success. Nowadays best of breed porn detection is very good at correctly identifying porn, but also recognizes many images as false positives. This can be attributed to the datasets used for training. It is easy to scrape a website for porn images and train a classifier to correctly identify those images as porn, with a sample of control images used to make sure the classifier finds particular features in the images. In the case of porn, the assumption would be that particular body parts would be the features that determine whether an image is porn or not. The problem is that if the control images are not choosen well, the features could actually be too broad and classify images as porn that aren't even closely related. For instance, the NSFW Mobile classifier currently classifies some images of rockets and bananas as porn. A reasonable observer can surmise why that's the case. We hypothesize that there are significant other types of images that result in false positives. The only way to know is to gather a dataset of the false positive images, which is what this chrome extension strives to do. Also, since this tool will be used in the wild, it will be a good proxy to build a dataset that contains a good distribution of all types of images.
Install VMware PowerCLI
There is an easy way without downloading the module files first to install VMware PowerCLI. This can be performed online without copying any files, etc. Let’s look first at installing VMware PowerCLI.

PowerCLI is a module that is found within the PowerShell gallery. So, the great thing with the PowerCLI module is that you don’t have to download anything (they get downloaded in the background) aside from opening a PowerShell cmd window.

Let’s look at the steps to do this. First, open a PowerShell window with administrator privileges. Then enter the cmdlet below. This will install the latest version of PowerCLI.

Install-Module VMware.PowerCLI
You will need to approve the module install from the “untrusted repository”. Enter “Y” to proceed.
Enterprise job scheduling middleware with distributed computing ability.
Powershell is a cross-platform, task-based command-line shell and scripting language that helps rapidly automate tasks that manage operating systems (Linux, macOS and Windows) and processes. It works well with existing tools and is optimized for dealing with structured data, REST APIs and object models. PowerShell was developed by Microsoft as a task management and configuration management framework.

Powershell is designed to let you manage computers from the command line and improve the command-line and scripting environment.

!!! Features
* Easy discoverability of features
* Framework ensures consistency with all features
* Interactive and scripting environments
* Object orientation
* Easy transition to scripting
https://gist.github.com/mmdemirbas/5229315
* [[Create VHD file|]]

Prefix enhances the meaning of a variable. It is rarely used in function names.

### `is`

Describes a characteristic or state of the current context (usually `boolean`).

```js
const color = 'blue'
const isBlue = color === 'blue' // characteristic
const isPresent = true // state

if (isBlue && isPresent) {
  console.log('Blue is present!')
}
```

### `has`

Describes whether the current context possesses a certain value or state (usually `boolean`).

```js
/* Bad */
const isProductsExist = productsCount > 0
const areProductsPresent = productsCount > 0

/* Good */
const hasProducts = productsCount > 0
```

### `should`

Reflects a positive conditional statement (usually `boolean`) coupled with a certain action.

```js
function shouldUpdateUrl(url, expectedUrl) {
  return url !== expectedUrl
}
```

### `min`/`max`

Represents a minimum or maximum value. Used when describing boundaries or limits.

```js
/**
 * Renders a random amount of posts within
 * the given min/max boundaries.
 */
function renderPosts(posts, minPosts, maxPosts) {
  return posts.slice(0, randomBetween(minPosts, maxPosts))
}
```

### `prev`/`next`

Indicate the previous or the next state of a variable in the current context. Used when describing state transitions.

```jsx
function fetchPosts() {
  const prevPosts = this.state.posts

  const fetchedPosts = fetch('...')
  const nextPosts = concat(prevPosts, fetchedPosts)

  this.setState({ posts: nextPosts })
}
```
* https://github.com/jaspervdj/patat
* https://github.com/hakimel/reveal.js
* https://github.com/sloria/doitlive
* https://github.com/pearmini/gossip
* https://github.com/deckgo/deckdeckgo
* https://github.com/tmcw/big
* https://sourceforge.net/directory/graphics/graphics/presentation/os:windows/
*https://github.com/eerotal/LibreSignage#minimum-system-requirements
*https://github.com/didiatworkz/screenly-ose-monitoring
* https://www.concerto-signage.org/
* https://wordpress.org/plugins/foyer/
* https://wordpress.org/plugins/wpscreens/
* 
* 
* 
* 
* 
pretalx is a conference planning tool focused on providing the best experience for organisers, speakers, reviewers, and attendees alike. It handles the submission process with a configurable Call for Participation, the reviewing and selection of submissions, and the scheduling and release handling. After the event, pretalx allows speakers to receive feedback, upload their slides, and organisers to embed recordings.

Read our feature list on our main site to get a better idea of what pretalx can do for you, but it typically involves everything you'll need to curate submissions and contents for a conference with several tracks and conference days.

You can host pretalx yourself, as detailed in our administrator documentation, or use our public instance at pretalx.com. If you want to use pretalx, we recommend you follow our blog, where we announce new versions and upcoming features.
During boot time, a dynamically expanding VHD will expand to its full size to guarantee space on the computer and to prevent data corruption. If the computer cannot allocate sufficient space from the physical disk that the VHD resides on, it will generate a stop error message and prevent the operating system from booting.

When you have a single VHD configured on a computer , this is typically not an issue. However, when you have multiple VHDs (as in this scenario), and you do not want to use all of the space at one time, you can prevent this expansion by adjusting a registry key. This is sometimes called “thin provisioning”.


Therefore, in scenarios where multiple VHDs reside on the same hard disk drive and disk space is an issue, you can prevent this behavior in two ways:

''After the operating system has booted''

 For VHDs that you have already booted into, you can prevent this expansion by using Registry Editor. To do this, browse to the following location and change the value to 4:

```
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\FsDepends\Parameters] "VirtualDiskExpandOnMount"=dword:00000004
```


''Before the operating system has booted.''

You can also configure this setting from within Windows PE when the operating system has not already been booted into. You need to mount the registry from the operating system that resides on the VHD, apply the appropriate setting, and then save the registry file. Use the following procedure to configure this functionality on your Windows 7 VHD.

To prevent the VHD from expanding by using Windows PE
In the Windows PE command prompt, type Regedit.

* Click the HKEY_LOCAL_MACHINE hive.

* Click File, and then click Load Hive.

* Browse to the appropriate drive letter. In our example, this is V.

* In the V:\Windows\System32\Config folder, select the SYSTEM file (shown in Figure 17), and then click Open.
[img[regeditfolder.jpg]]

Figure 17  The SYSTEM file

*In the Load Hive dialog box, type TEMP.

*Browse to the following key:



```
HKEY_LOCAL_MACHINE\TEMP\ControlSet001\services\FsDepends\Parameters
Change the VirtualDiskExpandOnMount setting to a value of 4.
```


*In the left pane under HKEY_LOCAL_MACHINE, click TEMP.

*Click the File menu, and then click Unload Hive.

*On the Confirm Unload Hive page, click Yes to save your changes.

*Repeat these steps to change the registry value for the VHD that hosts Windows Server 2008 R2.


<<<
 Note

For increased performance during native VHD boot, Windows will place the paging file (Pagefile.sys) outside the VHD on the host volume. Therefore, when you only have a single VHD on a computer, you can use the following calculation to determine the maximum size that the VHD should be:
<Maximum size of the VHD> = <Size of the physical disk> - <Size of Pagefile.sys>
<<<
https://chrome.google.com/webstore/detail/print-friendly-pdf/ohlencieiipommannpdfcmfdpjjmeolj/related
* https://one.one.one.one/
*OpenNIC
*OpenDNS
*Quad9
*[[SponsorBlock|sponsor.ajay.app]] 
* https://github.com/disconnectme
* https://github.com/AdguardTeam/AdguardSDNSFilter
* https://github.com/StevenBlack/hosts
* https://github.com/CHEF-KOCH/NSABlocklist
* https://kb.adguard.com/general/adguard-ad-filters#mobile-ads-filter
* https://easylist.to/
* https://oisd.nl/
* https://github.com/notracking/hosts-blocklists
* https://github.com/jerryn70/GoodbyeAds
* https://github.com/AdAway/adaway.github.io
* https://github.com/anudeepND/blacklist
* http://sysctl.org/cameleon
* https://github.com/crazy-max/WindowsSpyBlocker
* https://someonewhocares.org/hosts
* http://winhelp2002.mvps.org/hosts.htm
* https://gitlab.com/quidsup/notrack-blocklists
* https://www.github.developerdan.com/hosts
* https://fanboy.co.nz/
* https://github.com/EnergizedProtection/block
* https://github.com/Yhonay/antipopads
* https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html
* https://unchecky.com/
* https://badmojr.github.io/1Hosts
* https://280blocker.net/
* https://www.shallalist.de/
* https://notabug.org/latvian-list/adblock-latvian
* https://github.com/EasyList-Lithuania/easylist_lithuania
* https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html
* https://github.com/lassekongo83/Frellwits-filter-lists
* https://github.com/hufilter/hufilter
* https://github.com/bkrucarci/turk-adlist
* https://github.com/finnish-easylist-addition/finnish-easylist-addition
* https://github.com/easylist/EasyListHebrew
* https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html
* https://github.com/tomasko126/easylistczechandslovak
* https://github.com/jmdugan/blocklists
* https://abpvn.com/
* https://github.com/jdlingyu/ad-wars
* https://paulgb.github.io/BarbBlock
* https://github.com/yous/YousList
* https://github.com/bigdargon/hostsVN
* https://github.com/privacy-protection-tools/anti-AD
* https://www.github.developerdan.com/hosts
* https://github.com/MajkiIT/polish-ads-filter
* https://github.com/VeleSila/yhosts
* https://logroid.github.io/adaway-hosts
* https://github.com/ABPindo/indonesianadblockrules
* https://firebog.net/about
* https://gitlab.com/CHEF-KOCH/cks-filterlist
* https://forums.lanik.us/viewforum.php?f=102
* http://hostsfile.org/hosts.html
* https://badmojr.github.io/1Hosts
* https://kb.adguard.com/general/adguard-ad-filters#russian-filter
* https://github.com/Perflyst/PiHoleBlocklist
* https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html
* https://www.shallalist.de/
* https://github.com/EnergizedProtection/block
*https://github.com/nickspaargaren/no-google
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes.

It has application for both stand-alone systems and multi-user networks.

!!! Features
* Ad blocking
* Cookie crunching
* Content filtering
* HTTP header rewriting
* HTTP routing
* HTTPS inspection (new in 3.0.29)

https://www.privoxy.org/
# [[Boot Manager|Boot Manager]]
#[[OS installation|]]
# [[FileSystem|FileSystem]]

#[[Virtualisation|Virtualisation]]
#[[OS management]]
# [[Security|Security]]

#[[Optimisation Tools]]

#[[File Managers|File Managers]]

#[[Networking|Networking]]

#[[Internet]]


#[[Automation]]

#[[Multimedia]]

#[[Storage Hardware Administration|]]
Professional Free Web Hosting with Unlimited Disk Space, Unlimited Bandwidth, Unlimited websites, Unlimited domains and No Forced ads on your site. PHP, MySQL, FTP, Emails hosting
*[[HTML]]
* JavaScript
*[[C++]]
*[[Python]]
*[[PHP]]
*[[JAVA]]
*[[GO Language]]
*[[CSS]]
*[[C# and .Net]]
*[[Batch]]
*[[Debbuging and Assembler]]
*[[Perl]]



https://sourceforge.net/projects/project-open/
https://sourceforge.net/projects/projectlibre/
https://sourceforge.net/projects/projectorria/
* [[Keybase]]	A cryptographically secure file mount using PGP key.
* DokanCloudFS	Access to different cloud storage services as virtual driver (OneDriver, Google Drive, MEGA, ...).
* MooseFS	Fault-tolerant, POSIX-compliant, network distributed filesystem
* yasfw  Yet Another SSHFS for Windows
* win-sshfs
* Opendedup CDFS	Deduplication Based File System
* 
* 
* 
* 
* 
* 





DISCLAIMER:
Compared to traditional randomly generated passwords of the same length, pronounceable passwords are inherently weaker against brute force attacks. Using pronounceable passwords sacrifice some resistance against brute force attacks to reduce the risk of inadvertent password exposure. Whether this trade-off is worth it or not depends entirely on your use case.

When using this application I recommend generating considerably longer passwords to make any brute force attack as difficult as possible. This application uses FIPS-181 for generating passwords and it is particularly vulnerable to brute force attacks that are targeted specifically towards the algorithm. I added modifications to the implementation (such as allowing the insertion of random numbers or symbols between syllables) with the intention of protecting against a targeted attack, but I cannot make any supported claims as to its effectiveness.

Features
Pronounceable password generator based on FIPS-181

https://sourceforge.net/projects/pronouncepwgen/
Lets you quickly download pronunciation audio for Anki
List of supported websites: https://bit.ly/3asKfNG

For a better experience with this extension, I recommend you to use one of the apps that would allow you to "lock" the Anki "Add" window on top of the browser. Personally I use "Always On Top Maker" for Windows.

----------------------------------------------------------------
Permissions:
Read and change your data on a number of websites
Allows the extension to copy pronunciation audio link. All websites are dictionaries.

https://github.com/ProtonVPN
Manage and switch between multiple proxies quickly & easily.
Changing proxy settings has never been so convenient. Think SwitchyOmega as a modern version of the "Proxy Settings" dialog, designed to be simpler, quicker and more powerful, specially optimized for Chrome.

No more digging through the advanced section in Chrome settings. No repeated filling and clearing the proxy config dialog of your operating system. Just tell SwitchyOmega about all your proxies, and enjoy switching with one click on the popup menu. You can also teach Auto Switch to use the right proxy for the right website automatically.

This extension replaces SwitchySharp, SwitchyPlus and Proxy Switchy. If you are using SwitchySharp, installing this extension will automatically migrate all profiles and settings for you. As a fallback, you can also export a backup file manually in SwitchySharp and then import the file in SwitchyOmega.

psn-php is a PHP library for interacting with the PlayStation API. You can use psn-php to add things like a trophy leaderboard or status of users on Playstation on your website or any PHP application.

!!! Features
* Login with your PSN account
* Grab user details (either yourself or other PSN users)
* Manage your friends
* View trophies
* Send messages and read recent messages
*https://pspiso2.weebly.com/psp-applications.html
!! Introduction
Systems administrators that manage local administrative accounts on multiple computers regularly need to change the account password as part of standard security practices. PsPasswd is a tool that lets you change an account password on the local or remote systems, enabling administrators to create batch files that run PsPasswd against the computers they manage in order to perform a mass change of the administrator password.

PsPasswd uses Windows password reset APIs, so does not send passwords over the network in the clear.

!! Installation
Just copy PsPasswd onto your executable path, and type "pspasswd" with the command-line syntax shown below..

Using PsPasswd
You can use PsPasswd to change the password of a local or domain account on the local or a remote computer.

usage: pspasswd [[\\computer[,computer[,..] | @file [-u user [-p psswd]]] Username [NewPassword]

USING PSPASSWD
Parameter	Description
computer	Perform the command on the remote computer or computers specified. If you omit the computer name the command runs on the local system, and if you specify a wildcard (\\*), the command runs on all computers in the current domain.
@file	Run the command on each computer listed in the text file specified.
-u	Specifies optional user name for login to remote computer.
-p	Specifies optional password for user name. If you omit this you will be prompted to enter a hidden password.
Username	Specifies name of account for password change.
NewPassword	New password. If ommitted a NULL password is applied.

!! PsTools
PsPasswd is part of a growing kit of Sysinternals command-line tools that aid in the administration of local and remote systems named PsTools.

Runs on:

Client: Windows Vista and higher.
Server: Windows Server 2008 and higher.
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.

Current version: 0.38.3 (build 14238)

!!! Why Publii?
Unlike static-site generators that are often unwieldy and difficult to use, Publii provides an easy-to-understand UI much like server-based CMSs such as WordPress or Joomla!, where users can create posts and other site content, and style their site using a variety of built-in themes and options. Users can enjoy the benefits of a super-fast and secure static website, with all the convenience that a CMS provides.

What makes Publii even more unique is that the app runs locally on your desktop rather than on the site's server. Available for Windows, Mac, Linux once the app has been installed you can create a site in minutes, even without internet access; since Publii is a desktop app you can create, update and modify your site offline, then upload the site changes to your server at the click of a button. Publii supports multiple upload options, including standard HTTP/HTTPS servers, Netlify, Amazon S3, GitHub Pages and Google Cloud or SFTP.

!! Theming
* http://puppylin.freehostia.com/gtk.htm
*https://www.desktoplinux.com/articles/AT6545156120.html
* https://www.addictivetips.com/ubuntu-linux-tips/make-your-linux-desktop-look-like-windows-xp/

* https://github.com/B00merang-Project/Windows-XP
* 
* 
* 
* 
* 
* 
* 
* 
* 
Pretty, minimal and fast ZSH prompt

!!! Overview
Most prompts are cluttered, ugly and slow. We wanted something visually pleasing that stayed out of our way.

* !!! Why?
* Comes with the perfect prompt character. Author went through the whole Unicode range to find it.
* Shows git branch and whether it's dirty (with a *).
* Indicates when you have unpushed/unpulled git commits with up/down arrows. (Check is done asynchronously!)
* Prompt character turns red if the last command didn't exit with 0.
* Command execution time will be displayed if it exceeds the set threshold.
* Username and host only displayed when in an SSH session or a container.
* Shows the current path in the title and the current folder & command when a process is running.
* Support VI-mode indication by reverse prompt symbol (Zsh 5.3+).
* Makes an excellent starting point for your own custom prompt.
Progressive Web Apps (PWA) is a new technology that creates a middle ground between a website and a mobile app. They are installed on the phone like a normal app (web app) and can be accessed from the home screen.

Users can come back to your website by launching the app from their home screen and interact with your website through an app-like interface. Your return visitors will experience almost-instant loading times and enjoy the great performance benefits of your PWA!
Pydio Cells is the mature open source alternative to dropbox and box, for the enterprise.

Why building your own box?

You need to access your documents across multiple devices, and regularly share documents (weblinks) and folders with your contacts and teams. Still, using a consumer SaaS box or drive service is neither practical nor safe. And enterprise SaaS box or drive services are expensive and come with Disk Storage that you already have on your servers or private cloud.

How to build your own box with Pydio?

Easily install Pydio on your servers or cloud of choice,
Simply share documents and folders with your teams,
Administrate your box with an Entreprise grade console (rights, groups, plug ins),
Access documents with a Web Gui, Smartphones and tablet apps (iOS, Android),
Sync folders on your computer (PC, Mac, Linux).

!! Features
* File sharing to internal and external users
* Standard file system actions, plus metadata
* Drag'n'drop, right-click for contextual menus, modal windows
* Connect to your S3 object storage (AWS, AZURE and GoogleCloud)
* Users / Roles Management
* Built-in WebDAV access to the repositories
* iOS and Android applications available
* Synchronization client available for mac & windows.
* Micro service architecture
Installed on your own infrastructure, Pydio Cells provides a central place for your users to collaborate and share files internally and externally, while empowering your IT admins to monitor and protect your company's data.

Pydio 8 is No Longer Maintained
PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
* [[Django]]
* https://github.com/TheAlgorithms/Python
*https://github.com/scrapy/scrapy
*https://github.com/boppreh/keyboard
*https://github.com/kivy/kivy
*https://winpython.github.io/
*https://github.com/awtkns/fastapi-crudrouter

! Resources

*https://download.ir/udemy-python-exercises-for-beginners-solve-100-coding-challenges/




PyVmMonitor is a profiler with a simple goal: being the best way to profile a Python program.

!!! Current Features
* Attach profiler to a running (CPython) program
* Deterministic profiling through cProfile/profile integration
* On demand profiling with Yappi integration
* Analyze existing PStats results
* Open DOT files
* Programatic API access
* Profile on a different machine
* Multiple processes support (multiprocessing, django...)
* Live sampling/CPU view
* Select time range
* Group samples by method or line
Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple to use but provides power and versatility normally reserved for complicated math packages, as well as useful tools for everyday needs (such as currency conversion and percent calculation). Features include a large library of customizable functions, unit calculations and conversion, physical constants, symbolic calculations (including integrals and equations), arbitrary precision, uncertainty propagation, interval arithmetic, plotting, and a user-friendly interface (GTK and CLI).


https://qalculate.github.io/index.html
qdPM is a free web-based project management tool suitable for a small team working on multiple projects. It is fully configurable. You can easy manage Projects, Tasks and People. Customers interact using a Ticket System that is integrated into Tasks.

Compatible with php 7.2+ and php 8.0+

!!! Features
* configurable Project Types e.g. Fixed Price, Support, Internal
* configurable Task Status e.g. Open, Closed, Approve
* configurable Users including Group Access Controls
* unlimited extra fields for Projects, Tasks & Users
* different billing types such as per hour, fixed price, free
* multiple Project/Tasks edit
* multiple task views using Project and Task filters
* powerful reports module including custom report generator
* export Tasks in XLS format
* customer support Tickets linked to Tasks for easy customer interaction
* calendars
* multi-lingual
* fully configurable
* skins and color themes
qdPM is a free web-based project management tool suitable for a small team working on multiple projects. It is fully configurable. You can easy manage Projects, Tasks and People. Customers interact using a Ticket System that is integrated into Task management.
QGIS is a full-featured, user-friendly, free-and-open-source (FOSS) geographical information system (GIS) that runs on Unix platforms, Windows, and MacOS.

[[How to use|https://wiki.openstreetmap.org/wiki/QGIS#QuickOSM]]
QOwnNotes is the open source notepad with markdown support and todo list manager for GNU/Linux, macOS and Windows, that works together with Nextcloud Notes and ownCloud Notes.

You are able to write down your thoughts with QOwnNotes and edit or search for them later from your mobile device, like with Nextcloud Notes for Android or the Nextcloud / ownCloud web-service.

The notes are stored as plain text markdown files and are synced with Nextcloud's/ownCloud's file sync functionality. Of course other software, like Syncthing or Dropbox can be used too.

If you like the concept of having notes accessible in plain text files, like it is done in the Nextcloud / ownCloud notes apps to gain a maximum of freedom then QOwnNotes is for you.

Visit the project page here: QOwnNotes project page

To manage your todo lists in the web and on your mobile devices, you need to install the Tasks backend on Nextcloud or ownCloud.

To get more on-line features for your notes, like versioning and trash access, you might also want to install the QOwnNotesAPI app on your server.

To access your ownCloud notes from your mobile device you may want to get one of these:

* For Android and OwnCloud: MyOwnNotes
* For Android and Nextcloud: Notes
* For iOS: CloudNotes

On Android you could also use any sync-tool like Synchronize Ultimate or FolderSync to sync your note files and use software like neutriNotes or Markor to edit your notes.

!!! Features
* written in C++ and optimized for low resource consumption (no CPU and memory-hungry Electron app)
* multiple note folders can be used
* you can use your existing text or markdown files, no need for an import most of the times
* older versions of your notes can be restored from your Nextcloud / ownCloud server (install QOwnNotesAPI on your server)
* trashed notes can be restored from your Nextcloud / ownCloud server (install QOwnNotesAPI on your server)
* there also is a local trash
* sub-string searching of notes is possible and search results are highlighted in the notes
* application can be operated with customizable keyboard shortcuts
* external changes of note files are watched (notes or note list are reloaded)
* differences between current note and externally changed note are shown in a dialog
* markdown highlighting of notes and a markdown preview
* spellchecking support
* tabbing support for editing notes
* scripting support and an online script repository where you can install scripts inside the application
* QOwnNotes Web Companion browser extension to a add notes from the selected text and other features
* visit the Chrome Web Store page to install the app on Google Chrome
* visit the Firefox Add-ons page page to install the app on Mozilla Firefox
* notes are getting their name from the first line of the note text (just like in the Nextcloud / ownCloud notes web-application) and the note text files are automatically renamed, if the the first line changes
* this feature can also be turned off and you can use any filename you like
* manage your Nextcloud / ownCloud todo lists (ownCloud tasks or Tasks Plus / Calendar Plus)
* encryption of notes (AES-256 is built in or you can use custom encryption methods like Keybase.io (encryption-keybase.qml) or PGP (encryption-pgp.qml))
* dark mode theme support
* all panels can be placed wherever you want, they can even float or stack (fully dockable)
* toolbars are fully customizable
* support for freedesktop theme icons, so you can use QOwnNotes with your native desktop icons and with your favorite dark desktop theme QOwnNotes supports Freedesktop icon themes
* support for hierarchical note tagging and note subfolders
* support for sharing notes on your Nextcloud / ownCloud server
* portable mode for carrying QOwnNotes around on USB sticks
* Vim mode
* distraction free mode, full-screen mode, typewriter mode
* Evernote and Joplin import
* QOwnNotes is available in over 60 different languages like English, German, French, Polish, Chinese, Japanese, Russian, Portuguese, Hungarian, Dutch and Spanish
* Your help is very much appreciated to improve these translations or to translate QOwnNotes in more languages
* Join the fun at Crowdin to help with the translations
* https://github.com/somdipdey/Encrypted_QR_Code
* https://github.com/ciaochaos/qrbtf
* https://github.com/SumiMakito/AwesomeQRCode
* https://github.com/lodow/encryptedQR
*https://github.com/johnshearing/PrivateKeyVault
* https://github.com/simonmeusel/e2e-p2p
* https://github.com/skironDotNet/encrypted-qr-backup-generator
*https://github.com/reekol/nk-seqr
* https://github.com/akindave/identity-card-generator-with-qrcode
Introduction
This project aims to be the best, clearest QR Code generator library in multiple languages. The primary goals are flexible options and absolute correctness. Secondary goals are compact implementation size and good documentation comments.

Home page with live JavaScript demo, extensive descriptions, and competitor comparisons: https://www.nayuki.io/page/qr-code-generator-library

!!! Features

* Available in 6 programming languages, all with nearly equal functionality: Java, TypeScript/JavaScript, Python, Rust, C++, C
* Significantly shorter code but more documentation comments compared to competing libraries
* Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard
* Output format: Raw modules/pixels of the QR symbol
* Detects finder-like penalty patterns more accurately than other implementations
* Encodes numeric and special-alphanumeric text in less space than general text
* Open-source code under the permissive MIT License
This is yet another QR code reader.
It grabs code from a screen, decodes it and copies content into clipboard.
Decoded text can be formated before being copied,
so it can be easily pasted to i.e. spreadsheet application.

!!! Features
* Easy interface
* Configurable texts replacement copied to clipboard
* Configurable spreadsheet columns order
QR & Barcode Scanner is an ad-free, open-source scanner app. It uses the ZXing scanning library.
The plugin provides a way to designate which fields on a page or post are to be multilingual. Once a field is declared multilingual, it will be distinguishably highlighted (in a customizable way) on admin side. At frontend, the value of active language, as defined by a page viewer, is extracted from multilingual field to be displayed within HTML context. Thus, a concept of multilingual field is in use here, as opposite to a concept of whole separate page or separate site for each language, as it is done in a number of other multilingual content management plugins, see, for example, free Polylang or paid WPML. Each plugin has its own pros and cons, please, choose carefully the one which suits your needs the best.
QtRPT is the easy-to-use report engine written in C++ QtToolkit. It allows combining several reports in one XML file. For separately taken field, you can specify some condition depending on which this field will display in different font and background color, etc. The project consists of two parts: report library QtRPT and report designer application QtRptDesigner. Report file is a file in XML format. The report designer makes easy to create report XML file.

!!! Features
* Supported output formats: Printer, PDF, HTML
* Universal type of data source
* SQL datasource
* Report elements: Label field, Images, Diagram
* Parameters from application side
* Several reports together
* Page header/footer
* Report page/header
* Data band
* Data grouping
* Group header/footer
* Aggregate functions: AVG, SUM, COUNT
* Mathematic functions
* Highlighting of the fields by login conditions
* Show/hide fields by logic conditions
* System variables
* Images: static or from application side
* Diagrams with manual data or with aggregate functions
* Barcode printing
* Pure Qt4/Qt5 code
* And much more…
* il datte de l'antiquité 
* à l'origine c'est un signe de paix quand deux gerrier ae remctrant pour montrer qu'il n'ont pas d'arme employé jusqua 17eme siecle
* au 17eme siecle le salut est repré par les soldat levant la main droit vers le siel en ecartant trois doight faisant allusion au trinité et s'arrete au tour de la coiffe (casquette)
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
A specialised version of the standard Moodle adaptive behaviour for use with the CodeRunner plugin (qtype_coderunner).
A question behaviour designed for use by qtype_stack.
This is a question behaviour for Moodle Quiz that forces all questions to be graded all or nothing using deferred feedback mode. It will work with a variety of question types that normally produce credit for partially correct responses
A question behaviour designed for use by qtype_stack.
This behaviour activate question-type specific hints support in Interactive mode.
This question behaviour uses web services to connect to other question engines like OpenMark or ounit, so that their questions can be used in a Moodle quiz.
A question format plugin to convert between quiz questions and glossary entries
This plugin provides an additional export format for questions, which presents them in an easily readable, clear format, also suited for printout.
Import questions (including images and equations) from structured tables in a Word file (.docx format) into a course question bank, and also export questions to a Word file, allowing for round-trip editing.
A question type that allows question authors to set programming questions in which the student answer is code in some programming language, which is graded by running it. More generally it can handle any question to which the answer is text that can be graded by a computer program written by the question author.
A Moodle question type which allows questions to be built up from parts that are other simpler question types (requires you to have these question types installed)
Question type that allows students to draw and submit a Concept Map as answer
As of Moodle 3.0, this question type is part of the standard Moodle release. That is why there is no plugin from Moodle 3.x. You don't need one!
The student can drag markers to indicate key features on an image.
Question type similar to the matching question type but with a drag and drop interface for the students during attempt.
The "Essay (auto-grade)" question type awards a provisional grade as soon as the student submits an essay. The provisional grade is based on the number of words, sentences and target phrases that are present in the essay. 
Cloze (fill in the blanks) question type with VERY simple question creation syntax. Can do drag drop, dropdowns or gapfill questions
The GeoGebra question type plugin allows teachers to set up questions which can be solved and automatically checked using GeoGebra. This question type also supports randomization of the applet and automatic and manual grading.
A four option multiple true-false question type for moodle, as introduced by Krebs (1997). Kprime questions consist of an item stem and four corresponding statements or options.
Matrix question type.
The all-or-nothing multiple choice question is a version of the core multi-answer multiple choice question with modified grading. In an all-or-nothing multiple choice question, a respondent can choose one or more answers. If the chosen answers correspond exactly to the correct choices defined in the question, the respondent gets 100%. If he/she chooses any incorrect choices or does not select all of the correct choices, the grade is 0%.
The ordering question type displays several short sentences in a random order which are to be dragged into the correct sequential order. It was developed for the ordering questions used in the Reader activity module for Moodle 2.x
The main difference from the standard Moodle multiple choice question type is in the way that grading works. When creating the question, the teacher just indicates which choices are correct. If there are n correct choices, then the student scores 1/n for each correct choice. If they select too many choices, then incorrect choices outweigh correct ones.
Allows a short response of one or a few sentences that is graded by comparing against various model answers, which are described using the OU's pattern match syntax.
If students enrol via the enrolment plugin "Waitlist & Custom course fields" they are put into a waitlist in case the maximum amount of course participants is reached. They later get enrolled automatically as soon as free seats are available. The plugin also can be used to add custom course fields. Related moodle forum: https://moodle.org/mod/forum/discuss.php?d=220078
A manually graded Moodle question type, where the student records a short audio response to answer the question asked.
This question type (for the Moodle quiz module) aims at a more advanced system of student's response analysis, through the use of regular expresssions. This question type is an extension of the SHORTANSWER type. It can be used on its own and can also be incorporated into the existing Cloze (embedded) question type.
A question type for writing mathematical expressions using MathQuill. This question type is an extension of the shortanswer question type, and has been designed for use with JazzQuiz.
The splitset question is alike a matrix question but with simpler model. Il allows layouting a serie of questions with a common set of possible answers (f.e. yes/no, allowed/not allowed, less/more/equal ...).
The STACK question type adds a sophisticated assessment in mathematics and related disciplines, with emphasis on formative assessment underpinned by computer algebra.
This is one of the seven question types of the Wiris Quizzes set. Please install Wiris Quizzes to obtain the entire plugin package with seven question types.
This question type can have randomly selected numbers, and the student's answer must include the correct unit. Unit grading is done using the pmatch algorithm.
VPL Questions are questions that can fit within a Moodle quiz. They are intended to create small to medium coding exercises, based on the Virtual Programming Lab plugin. They are designed to offer a simple interface for students, while keeping the power and versatility of Virtual Programming Labs.
Wiris Quizzes Commons question type is the engine needed for each WIRIS question type to work properly. It is a necessary component for all Wiris Quizzes question types.
Question2Answer (Q2A) is a popular free open source Q&A platform for PHP/MySQL, used by over 22,000 sites in 40 languages.

!!! Key features
* Asking and answering questions (duh!)
* Voting, comments, best answer selection, follow-on and closed questions.
* Complete user management including points-based reputation management.
* Create experts, editors, moderators and admins.
* Fast integrated search engine, plus checking for similar questions when asking.
* Categories (up to 4 levels deep) and/or tagging.
* Easy styling with CSS themes.
* Supports translation into any language.
* Custom sidebar, widgets, pages and links.
* SEO features such as neat URLs, microformats and XML Sitemaps.
* RSS, email notifications and personal news feeds.
* User avatars (or Gravatar) and custom fields.
* Private messages and public wall posts.
* Log in via Facebook or others (using plugins).
* Out-of-the-box WordPress 3+ integration.
* Out-of-the-box Joomla! 3.0+ integration (in conjunction with a Joomla! extension).
* Custom single sign-on support for other sites.
* PHP/MySQL scalable to millions of users and posts.
* Safe from XSS, CSRF and SQL injection attacks.
* Beat spam with captchas, rate-limiting, moderation and/or flagging.
* Block users, IP addresses, and censor words

!!! Plugins
* Q2A also features an extensive plugin system:

* Modify the HTML output for a page with layers.
* Add custom pages to a Q2A site with page modules.
* Add extra content in various places with widget modules.
* Allow login via an external identity provider such as Facebook with login modules.
* Integrate WYSIWYG or other text editors with editor/viewer modules.
* Do something when certain actions take place with event modules.
* Validate and/or modify many types of user input with filter modules.
* Implement a custom search engine with search modules.
* Add extra spam protection with captcha modules.
* Extend many core Q2A functions using function overrides.
An Open Source, web based data cleaning and coding system. queXC takes a data file (such as questionnaire data) and cleans the text input fields by spacing and spell checking them. Operators then code text fields using new/existing coding schemes.

!!! Features
* Import DDI and Fixed Width or CSV data files
* Export DDI and Fixed Width, CSV or PSPP/SPSS data files
* Multiple operators can code the same responses for comparison later
* Option to automatically assign codes on exact match to code label or value
* Can import a data file in parts based on an id column
* Web based - only a browser required to operate
* Create hierarchical coding schemes on the fly
* Export/Import/Share coding schemes
* Example coding schemes available on website
* Entirely Open Source (requires only Open Source programs to operate)
* Operators can refer difficult decisions to experts (supervisors)
* Data description editor for export to DDI
queXF, a CADE (Computer Assisted Data Entry) Tool, processes filled paper forms that were created in queXML, such as survey questionnaires. queXF can be used as a web based, Open Source alternative to programs such as Cardiff Teleform and Remark OMR.

!!! Features
* Unlimited number of operators for verification
* Can import queXMLPDF forms created by LimeSurvey
* Accurately guesses if check boxes have been marked
* All operations done through a web browser, so distributed processing possible
* Automatically detects locations of boxes on the form (no need to manually overlay boxes)
* Allows forms to be reviewed over the web to confirm data is accurate
* Integrates with queXML to produce a ready-to-scan form
* Output's data from forms in PSPP (SPSS), CSV, Labelled CSV, DDI and Fixed width formats
* Can export data are pre or post verification stages
* Isolated character handwriting recognition possible once trained using Intelligent Character Recognition (ICR)
queXML is a simple XML schema for designing questionnaires. Included are stylesheets to administer the questionnaire in PDF (paper), CASES and LimeSurvey. queXML is compatible with the DDI standard.

!!! Features
* Produce PDF questionnaires that are scannable and ready to import to queXF
* Produce a data description in DDI format
* Convert your queXML document to the web with Limesurvey, CATI with queXS or PDF for queXF
queXS is a web based, Open Source, CATI (Computer Assisted Telephone Interviewing) System. queXS integrates with queXML for creating questionnaires, LimeSurvey for collecting data and Asterisk for VoIP telephony.

!!! Features
* Appointments can be made easily with automatic time zone calculations
* Only relies on Open Source software to operate: Server requires PHP 5 or greater and MySQL 5 or greater.
* Only a web browser and a VoIP client required to operate on the client side
* Stores case outcomes in AAPOR Standard Definition format
* Intelligently imports sample information from a CSV file
* Export Limesurvey questionnaires directly to queXML PDF files, ready to import to queXF for paper based data collection
* Quotas can be set with auto prioritisation
https://github.com/maharmstone/quibble

Quibble - the custom Windows bootloader
QuickConnect is a plugin for [KeePass](http://keepass.info) password manager that allows you to connect to Windows/Linux/ESXi hosts.

[![Latest Release](https://img.shields.io/github/release/cristianst85/quickconnectplugin.svg)](https://github.com/cristianst85/quickconnectplugin/releases/latest)
[![Total Downloads](https://img.shields.io/github/downloads/cristianst85/quickconnectplugin/total.svg?maxAge=86400)](https://github.com/cristianst85/quickconnectplugin/releases/latest)

## Requirements

- Microsoft Windows XP/7/10 with .NET Framework 3.5;
- [KeePass](http://keepass.info) version 2.45 or newer.

## Installation

- Download the [latest](https://github.com/cristianst85/QuickConnectPlugin/releases/latest) release;
- Verify that the checksum for QuickConnectPlugin.plgx matches the one published with the release;
- Copy the QuickConnectPlugin.plgx in the KeePass plugins directory and restart the application.

## Usage

- The plugin adds a new menu item named **QuickConnect** under **Tools** menu;
- Use the **Map Fields** tab in the **Options** dialog to configure the custom fields from which the plugin gets the host address (IP address or hostname) and the connection method;
- Connection method is determined based on the text found in the mapped field. For example, if one of the following strings (case-insensitive) is found, then the corresponding items are added to the entry context menu (right-click):
    * `rdp` or `windows` - *Open Remote Desktop* and *Open Remote Desktop (console)*;
    * `esxi` or `vcenter` - *Open vSphere Client*;
    * `ssh`, `telnet`, `linux` or a known Linux distribution name - *Open PuTTY Console* and *Open WinSCP*.
- Additional options like session name or port can be specified to be used with PuTTY/WinSCP. The syntax is as follows:
    `[{ssh|telnet}|<os_type>[;session:"<regex_pattern>"[;port:<port>[;ssh_key:"<ssh_key_path.ppk>"]]]]`.

Connection method and Additional options can be mapped to the same field. This will avoid cluttering the database with too many custom fields.

<p align="center"><img src="https://raw.github.com/cristianst85/QuickConnectPlugin/master/docs/screenshot.png" alt="QuickConnectPlugin" /></p>

## Password Changer

This feature allows you to change passwords for Windows/Linux/ESXi hosts directly from KeePass.

### Requirements

- [PsPasswd](https://technet.microsoft.com/en-us/sysinternals/bb897543.aspx) utility version 1.22 for Windows hosts.
- [vSphere PowerCLI version 5.8.0](https://my.vmware.com/web/vmware/details?downloadGroup=PCLI58R1&productId=420) for ESXi hosts.

## Security Considerations

- Please take note that when launching *vSphere Client*, *PuTTY*, *WinSCP* or [*PsPasswd*](https://technet.microsoft.com/en-us/sysinternals/bb897543.aspx) (via Password Changer) the plugin exposes the password via command-line arguments and it is visible during the entire lifetime of the child process.

## Repository

The main repository is hosted on [GitHub](https://github.com/cristianst85/QuickConnectPlugin).

## Changelog

See [CHANGELOG](https://github.com/cristianst85/QuickConnectPlugin/blob/master/CHANGELOG.md) file for details.

## Download

You can download compiled binaries from [here](https://github.com/cristianst85/QuickConnectPlugin/releases/).

Some experimental builds are available [here](http://www.disruptivesoftware.ro/projects/QuickConnectPlugin/experimental/).

## License

* The source code in this repository is released under the GNU GPLv2 or later license. See the [bundled LICENSE](https://github.com/cristianst85/QuickConnectPlugin/blob/master/LICENSE) file for details.
* The menu items icons are from Crystal Clear icon set by [Everaldo Coelho](http://www.everaldo.com/) licensed under LGPL v2.1 or later.
* Includes [SSH.NET](https://github.com/sshnet/SSH.NET) library copyrighted by RENCI and released under MIT License.
* Includes code from [KeePass](https://keepass.info) licensed under GNU General Public License version 2 or later.

## Related Projects

* [AdvancedConnect Plugin](https://github.com/aalbng/AdvancedConnectPlugin)
Download OSM data thanks to the Overpass API. You can also open local OSM or PBF files. A special parser, on top of OGR, is used to let you see all OSM keys available.
This plugin is designed to allow, as far as possible, a student to continue working on a deferred-feedback quiz attempt even if the network connection goes down.
This plugin allows students to continue quiz attempt only in the same browser session. Any attempts to open same quiz attampt using another computer, device or browser will be blocked
Proctoring plugin is a quizaccess plugin to capture the user's picture via webcam. This is to verify that the student didn't attempt unusual activities during the exam. It will capture the picture automatically in every 30 seconds (configurable) and store it as a PNG image.
This quiz access rule plugin provides Safe Exam Browser 2.0 integration for Moodle

Note this plugin is not needed from Moodle 3.9 onwards any more. Its function is embedded in the default quizaccess_seb access rule. Version 'Release 1.4 for Moodle 3.4+ (20200727)' is the final release.
Plugin to integrate Safe Exam Browser into the quiz activity in Moodle.
Moodle Quiz Report Plugin for downloading essay submissions.
A quiz 'report' add-on for Moodle, like the nomal manual grading report, but which lets you grade one student at a time, rather than one question at a time.
Provides a tabular breakdown of results for quizzes containing MCQs.
Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps
QuizKlip is a word translator and vocabulary list builder for language learners. Build lists for later study as you browse the web in your target foreign language. See an unfamiliar word in an article? Activate QuizKlip to clip the word, find dictionary definitions from Google Translate, and add them to your study list. Export the list to Quizlet or Anki for flashcard-style learning.
Rachota is a portable application for time-tracking your work on different projects. It runs on Windows, Linux, Solaris and Mac. Rachota displays time data in diagram form, creates customized reports or invoices and provides suggestions to increase your efficiency.

!!! Features
* Secure personal timetracking tool
* Powerful data mining features
* Analyzes measured data and recommends how to improve
* Small: ~600kB
* Localized to 12 languages
* Generates reports or invoices as HTML, CSV or TXT files
* [[RAID Overview|]]
* [[How to setup a RAID system using USB sticks as storage media|]]
RAID is short for `Redundant Array of Independent Disks`. As a data storage virtualization technology, RAID can virtualize multiple independent hard disk drives into one or more arrays. It gets great improvement in the aspects of the performance, reliability, and capacity of your storage devices. 

RAID provides redundancy in multiple device environments and speeds up the storage devices especially for HDDs. Like AHCI and IDE, RAID also supports the SATA controllers. To get the advanced storage features for a single disk application, many RAID products allow you to enable AHCI when installing. 

There are 2 major types of RAID controllers including software and hardware RAID. Different types of RAID controllers support different RAID levels. Usually, hardware RAID has better performance with the advanced RAID levels than software RAID.

Standard RAID levels include RAID 0, RAID 1, RAID 2, RAID 4, RAID 5, RAID 6, RAID 10, etc. Each type of RAD has its own distinctive features. With RAID mode, you will enjoy several common advantages listed as follows:

Fast transmission rate: One of the biggest advantages is that RAID improves the data transferring rate. This is because using RAID can write and read data from different disks at the same time, which improves the data throughput of the storage system.
High security: Unlike those average hard disks that don’t include cyclic redundancy check, it boasts fault tolerance through data validation. Built on the basis of hardware fault tolerance, RAID provides higher security.
Data protection: A proper RAID configuration can enable the array of disks to present themselves to a computer as a single storage device. It’s able to back up data, improve performance, and operate other features automatically.
Google Drive, Google Photos, OneDrive, Dropbox
Naver MYBOX, pCloud, MEGA, Box, Yandex Disk, Mail.ru
Google Workspace, Microsoft 365, SharePoint
AWS, Azure, GCP, Alibaba, DigitalOcean, IBM
Backblaze, Wasabi, NHN Cloud, NCP
WebDAV, SFTP, FTP
Rancher is an open source project that provides a complete platform for operating Small Docker iconDocker in production. It provides infrastructure services such as multi-host networking, global and local load balancing, and volume snapshots. It integrates native Docker management capabilities such as Docker Machine and Docker Swarm. It offers a rich user experience that enables devops admins to operate Docker in production at large scale.
https://sourceforge.net/projects/rapla/
rar2fs is a FUSE based file system that can mount a source RAR archive/volume
or a directory containing any number of RAR archives and read the contents as
regular files on-the-fly. Non-archived files located in the source directory
are handled transparently. Both compressed and non-compressed 
archives/volumes are supported but full media seek support (aka. indexing) is
only available for non-compressed plaintext archives. In general support for
compressed and/or encrypted archives is "best effort", highly depending on
what type of information the archive contains and by what method it is 
accessed.

Encrypted archives are supported but since rar2fs is completely
non-interactive it requires the archive password to be stored on the local
file system in a file in plaintext format. This of course is a major security
limitation in itself. If you really need to use this feature, use it wisely.
The author(s) of rar2fs will not be held responsible for encrypted
information being exposed due to this limitation. If security is really an
issue some encryption on file system level should be considered instead.
A FUSE based encryption file system, such as encfs, has proven to work very
well together with rar2fs.
<<list-links "[tag[Raspberry Pi]sort[title]]">>
[<img src="https://rclone.org/img/logo_on_light__horizontal_color.svg" width="50%" alt="rclone logo">](https://rclone.org/)

[Website](https://rclone.org) |
[Documentation](https://rclone.org/docs/) |
[Download](https://rclone.org/downloads/) | 
[Contributing](CONTRIBUTING.md) |
[Changelog](https://rclone.org/changelog/) |
[Installation](https://rclone.org/install/) |
[Forum](https://forum.rclone.org/)

[![Build Status](https://github.com/rclone/rclone/workflows/build/badge.svg)](https://github.com/rclone/rclone/actions?query=workflow%3Abuild)
[![Go Report Card](https://goreportcard.com/badge/github.com/rclone/rclone)](https://goreportcard.com/report/github.com/rclone/rclone)
[![GoDoc](https://godoc.org/github.com/rclone/rclone?status.svg)](https://godoc.org/github.com/rclone/rclone) 
[![Docker Pulls](https://img.shields.io/docker/pulls/rclone/rclone)](https://hub.docker.com/r/rclone/rclone)

# Rclone

Rclone *("rsync for cloud storage")* is a command line program to sync files and directories to and from different cloud storage providers.

## Storage providers

  * 1Fichier [:page_facing_up:](https://rclone.org/fichier/)
  * Alibaba Cloud (Aliyun) Object Storage System (OSS) [:page_facing_up:](https://rclone.org/s3/#alibaba-oss)
  * Amazon Drive [:page_facing_up:](https://rclone.org/amazonclouddrive/) ([See note](https://rclone.org/amazonclouddrive/#status))
  * Amazon S3 [:page_facing_up:](https://rclone.org/s3/)
  * Backblaze B2 [:page_facing_up:](https://rclone.org/b2/)
  * Box [:page_facing_up:](https://rclone.org/box/)
  * Ceph [:page_facing_up:](https://rclone.org/s3/#ceph)
  * Citrix ShareFile [:page_facing_up:](https://rclone.org/sharefile/)
  * DigitalOcean Spaces [:page_facing_up:](https://rclone.org/s3/#digitalocean-spaces)
  * Dreamhost [:page_facing_up:](https://rclone.org/s3/#dreamhost)
  * Dropbox [:page_facing_up:](https://rclone.org/dropbox/)
  * Enterprise File Fabric [:page_facing_up:](https://rclone.org/filefabric/)
  * FTP [:page_facing_up:](https://rclone.org/ftp/)
  * GetSky [:page_facing_up:](https://rclone.org/jottacloud/)
  * Google Cloud Storage [:page_facing_up:](https://rclone.org/googlecloudstorage/)
  * Google Drive [:page_facing_up:](https://rclone.org/drive/)
  * Google Photos [:page_facing_up:](https://rclone.org/googlephotos/)
  * HDFS (Hadoop Distributed Filesystem) [:page_facing_up:](https://rclone.org/hdfs/)
  * HTTP [:page_facing_up:](https://rclone.org/http/)
  * Hubic [:page_facing_up:](https://rclone.org/hubic/)
  * Jottacloud [:page_facing_up:](https://rclone.org/jottacloud/)
  * IBM COS S3 [:page_facing_up:](https://rclone.org/s3/#ibm-cos-s3)
  * Koofr [:page_facing_up:](https://rclone.org/koofr/)
  * Mail.ru Cloud [:page_facing_up:](https://rclone.org/mailru/)
  * Memset Memstore [:page_facing_up:](https://rclone.org/swift/)
  * Mega [:page_facing_up:](https://rclone.org/mega/)
  * Memory [:page_facing_up:](https://rclone.org/memory/)
  * Microsoft Azure Blob Storage [:page_facing_up:](https://rclone.org/azureblob/)
  * Microsoft OneDrive [:page_facing_up:](https://rclone.org/onedrive/)
  * Minio [:page_facing_up:](https://rclone.org/s3/#minio)
  * Nextcloud [:page_facing_up:](https://rclone.org/webdav/#nextcloud)
  * OVH [:page_facing_up:](https://rclone.org/swift/)
  * OpenDrive [:page_facing_up:](https://rclone.org/opendrive/)
  * OpenStack Swift [:page_facing_up:](https://rclone.org/swift/)
  * Oracle Cloud Storage [:page_facing_up:](https://rclone.org/swift/)
  * ownCloud [:page_facing_up:](https://rclone.org/webdav/#owncloud)
  * pCloud [:page_facing_up:](https://rclone.org/pcloud/)
  * premiumize.me [:page_facing_up:](https://rclone.org/premiumizeme/)
  * put.io [:page_facing_up:](https://rclone.org/putio/)
  * QingStor [:page_facing_up:](https://rclone.org/qingstor/)
  * Rackspace Cloud Files [:page_facing_up:](https://rclone.org/swift/)
  * Scaleway [:page_facing_up:](https://rclone.org/s3/#scaleway)
  * Seafile [:page_facing_up:](https://rclone.org/seafile/)
  * SeaweedFS [:page_facing_up:](https://rclone.org/s3/#seaweedfs)
  * SFTP [:page_facing_up:](https://rclone.org/sftp/)
  * StackPath [:page_facing_up:](https://rclone.org/s3/#stackpath)
  * SugarSync [:page_facing_up:](https://rclone.org/sugarsync/)
  * Tardigrade [:page_facing_up:](https://rclone.org/tardigrade/)
  * Tencent Cloud Object Storage (COS) [:page_facing_up:](https://rclone.org/s3/#tencent-cos)
  * Wasabi [:page_facing_up:](https://rclone.org/s3/#wasabi)
  * WebDAV [:page_facing_up:](https://rclone.org/webdav/)
  * Yandex Disk [:page_facing_up:](https://rclone.org/yandex/)
  * Zoho WorkDrive [:page_facing_up:](https://rclone.org/zoho/)
  * The local filesystem [:page_facing_up:](https://rclone.org/local/)
  
Please see [the full list of all storage providers and their features](https://rclone.org/overview/)

## Features

  * MD5/SHA-1 hashes checked at all times for file integrity
  * Timestamps preserved on files
  * Partial syncs supported on a whole file basis
  * [Copy](https://rclone.org/commands/rclone_copy/) mode to just copy new/changed files
  * [Sync](https://rclone.org/commands/rclone_sync/) (one way) mode to make a directory identical
  * [Check](https://rclone.org/commands/rclone_check/) mode to check for file hash equality
  * Can sync to and from network, e.g. two different cloud accounts
  * Optional large file chunking ([Chunker](https://rclone.org/chunker/))
  * Optional transparent compression ([Compress](https://rclone.org/compress/))
  * Optional encryption ([Crypt](https://rclone.org/crypt/))
  * Optional FUSE mount ([rclone mount](https://rclone.org/commands/rclone_mount/))
  * Multi-threaded downloads to local disk
  * Can [serve](https://rclone.org/commands/rclone_serve/) local or remote files over HTTP/WebDav/FTP/SFTP/dlna

## Installation & documentation

Please see the [rclone website](https://rclone.org/) for:

  * [Installation](https://rclone.org/install/)
  * [Documentation & configuration](https://rclone.org/docs/)
  * [Changelog](https://rclone.org/changelog/)
  * [FAQ](https://rclone.org/faq/)
  * [Storage providers](https://rclone.org/overview/)
  * [Forum](https://forum.rclone.org/)
  * ...and more

## Downloads

  * https://rclone.org/downloads/

License
-------

This is free software under the terms of MIT the license (check the
[COPYING file](/COPYING) included in this package).
!! Libs
* https://github.com/JonnyBurger/remotion
* https://github.com/mui-org/material-ui
* https://github.com/typescript-cheatsheets/react
* https://github.com/react-native-elements/react-native-elements
* https://github.com/devias-io/material-kit-react
* https://github.com/facebook/create-react-app
* https://raulsebastianmihaila.github.io/crizmas-mvc-docs/
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
React Charts is first and foremost a React component for rendering many many different variations of X/Y charts including, but not limited to, line, area, bar, column and bubble charts.
Hooks for managing form state and validation in React

!!! Features
* Built with React hooks for React hooks
* Highly practical validation API with 1st-class asynchronous support
* Built-in validation debouncing with auto cancellation for stale validations
* Field Scoping for deeply nested form values
* No nonsense meta management for both forms and form fields
* Fully memoized for frequent and fast rerenders
* Flexible form API at the field, scope, and form levels
React InstantSearch is a React library that lets you create an instant-search result experience using Algolia’s search API. It is part of the InstantSearch family:

React InstantSearch | InstantSearch.js | Angular InstantSearch | Vue InstantSearch | InstantSearch Android | InstantSearch iOS

!!! Why
You should be using React InstantSearch if you want to:

* Design search experiences with best practices
* Customize your components at will
* Follow React principles
A ReactJS component that creates a pagination
React Query is often described as the missing data-fetching library for React, but in more technical terms, it makes fetching, caching, synchronizing and updating server state in your React applications a breeze.
React Table is a collection of hooks for building powerful tables and datagrid experiences. These hooks are lightweight, composable, and ultra-extensible, but do not render any markup or styles for you. This effectively means that React Table is a "headless" UI library
The Readable Passphrase Generator generates passphrases which are (mostly) grammatically correct but nonsensical.
These are easy to remember (for humans) but difficult to guess (for humans and computers). 

Developed in C# with a KeePass plugin, console app and public API.
Runs wherever the .NET Framework, .NET Core or Mono are available.

--- 

See [MakeMeAPassword](https://makemeapassword.ligos.net/generate/ReadablePassphrase) to generate readable passphrases online (without KeePass).
Or [Steven Zeck's Javascript port](https://saintly.zeck.net/readablepassphrase/) (runs entirely in your browser).

**[Click here for step-by-step instructions to install the KeePass plugin](https://github.com/ligos/readablepassphrasegenerator/wiki/KeePass-Plugin-Step-By-Step-Guide).**

**[Download KeePass plugin or console app](https://github.com/ligos/readablepassphrasegenerator/releases)**

**[Developers can install from NuGet](https://www.nuget.org/packages/ReadablePassphrase/)** ([and see the API](https://github.com/ligos/readablepassphrasegenerator/wiki/Public-API))


Use [Scoop](https://scoop.sh/) to install (from [scoop-extras](https://github.com/lukesampson/scoop-extras/blob/master/bucket/keepass-plugin-readable-passphrase.json)):

```
PS> scoop install keepass
PS> scoop install keepass-plugin-readable-passphrase
```

---

If you like the Readable Passphrase Generator you can donate to support development, or just say thanks.

[![Donate $5](https://www.paypalobjects.com/en_AU/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7J8NPZ7MEN9N8)


## Getting Started ##

[Please read the Wiki Homepage for details of using or contributing to the Readable Passphrase Generator](https://github.com/ligos/readablepassphrasegenerator/wiki).
!! Java Extension for StarUML

This extension for StarUML(http://staruml.io) support to generate Java code from UML model and to reverse Java code to UML model. Install this extension from Extension Manager of StarUML.
Record screen activity, camera, mic, tab, speakers in 4K HD video format (using RecordRTC)
* Record Cam, Mic, Screen, Speakers, Tab, etc.
* Manage recordings (everything is saved locally inside the browser)
* Upload to YouTube (if you want to make it public)

Contact via: https://github.com/muaz-khan/Chrome-Extensions/issues
Redash is an essential tool to help you make sense of your data. It allows everyone, regardless of level of technical know-how to harness the power of data. SQL users connect, query, visualize and share data easily and efficiently, allowing everyone in their organization to use the data.

Redash combines the power and comfort of an SQL client with the collaborative benefits of a cloud-based service. It lets you create big, beautiful and easy to digest visualizations on dashboards for better decision-making.

Redash supports a multitude of SQL and NoSQL data sources, and can be extended to support even more. Best of all it’s open source, so you can customize and add features to suit your organization’s needs perfectly.

!!! Features
* Browser-based with a shareable URL
* Easy to use, no need to master complex software
* Capable query editor
* Beautiful visualizations and dashboard
* Visualization sharing
* Schedule automatic refreshes
* Alerts for any changes
* REST API
* Broad support for data sources

!!! Supported Data Sources
Redash supports more than 35 SQL and NoSQL data sources. It can also be extended to support more. Below is a list of built-in sources:

* Amazon Athena
* Amazon DynamoDB
* Amazon Redshift
* Axibase Time Series Database
* Cassandra
* ClickHouse
* CockroachDB
* CSV
* Databricks (Apache Spark)
* DB2 by IBM
* Druid
* Elasticsearch
* Google Analytics
* Google BigQuery
* Google Spreadsheets
* Graphite
* Greenplum
* Hive
* Impala
* InfluxDB
* JIRA
* JSON
* Apache Kylin
* OmniSciDB (Formerly MapD)
* MemSQL
* Microsoft Azure Data Warehouse / Synapse
* Microsoft Azure SQL Database
* Microsoft SQL Server
* MongoDB
* MySQL
* Oracle
* PostgreSQL
* Presto
* Prometheus
* Python
* Qubole
* Rockset
* Salesforce
* ScyllaDB
* Shell Scripts
* Snowflake
* SQLite
* TiDB
* TreasureData
* Vertica
* Yandex AppMetrrica
* Yandex Metrica
* https://github.com/profullstack/reddit-clone-svelte
* https://github.com/jegrieve/reddit-clone
* https://github.com/ccrama/Slide
* RedReader
* Infinity for Reddit
* Libreddit
* teddit
* https://github.com/Tunous/Dawn
* https://gitlab.com/minds
* https://github.com/Minds
* https://github.com/Phuks-co/throat
* https://github.com/Erudika/scoold
* https://github.com/meloalright/guora
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
Redux – Quickly create full pages in WordPress’ Gutenberg

Supercharge the Gutenberg editor with our ever-growing library of WordPress Blocks and templates. Discover what’s possible and implement any design on your website in virtually no time at all.

Worried that our templates may not work with your theme? We’ve got you covered. With our custom page templates option you can override any theme. Missing a plugin a template needs? No worries, we’ll even help you install what you need, all from the Gutenberg editor.

Don’t waste hours trying to recreate a template you love. With a click of a button it its own website where you can start customizing it for your needs.

https://wordpress.org/plugins/redux-framework/
A name should reflect the expected result.

```jsx
/* Bad */
const isEnabled = itemCount > 3
return <Button disabled={!isEnabled} />

/* Good */
const isDisabled = itemCount <= 3
return <Button disabled={isDisabled} />
```
A library for rapid UI development with style props, color modes, themes and variants + starter kits, themes and blocks to help you build Gatsby and Next.js sites faster.
Refnotes is a set of macros and stylesheets for creating abbreviations, footnotes, citations. It also makes tables of footnotes, abbreviations (glossary) and references (bibliography table).

Refnotes works with bibtex and can read bibtex entries. For better performance use the official bibtex plugin alongside with Refnotes.
http://regain.sourceforge.net/


https://flibbles.github.io/tw5-relink/
Translate words and phrases while browsing the web, and easily replenish your foreign languages dictionary using flashcards.
Translate any text while browsing and save it if you wish to memorize it.
Rememberry utilizes innovative scientific researches of human memory and how it works. It was discovered that the most efficient way to keep knowledge in memory is to repeat it exactly at the moment when your brain is ready to forget it. Therefore after learning some foreign word you'll need to repeat it with some increasing intervals. Those intervals are calculated using complex scientific algorithms, which are based on how many times the word was already repeated, and more importantly, how hard for you it was to recall it (in learning sessions you'll be asked to evaluate if it was easy, normal or hard for you). The latter gives our algorithms some clue about specifically yours memory abilities, which provides more accurate intervals value.

!!! KEY FEATURES:
* ★ Translate any text in web page via selection, context menu or configurable hotkeys
* ★ Translate custom text inside pop-up window that's located in browser menu bar
* ★ Word pronunciation (text to speech), transcription, synonyms, antonyms, definition and usage examples
* ★ More than 100 supported languages
* ★ Extensive translation results divided on parts of speech, with ability to add custom translation
* ★ Conveniently divide your vocabulary into categories (we are calling it "decks")
* ★ Built-in reminders will notify you when you haven’t learned for too long
* ★ Badge on top of Rememberry icon will keep you informed how many words are waiting for your repetition
* ★ Different learning modes are there to help you understand which type of memory works better for you
* ★ Full control over your decks and cards
* ★ Synchronization of settings between your Google Chrome browsers
* ★ Offline mode support for repetition sessions
Remote Clinic is an open source Clinic Management System that allows you to remotely manage your clinic(s) over the web. Visit https://remoteclinic.io to know more about the product in detail.
* https://searchvirtualdesktop.techtarget.com/answer/What-are-the-open-source-remote-display-protocol-options
* 
* 
* 
* 
* 
* 

This system allow to manage the entry and exit of equipment repair in a small workshop for repairs or service center. The application allows the printing of a "Repair sheet" for each device and manage the state of repair.

!!! Features
* Repair sheet management
* Printing sheet
* Repair status monitoring
* Repair shop
* Manage repair
* equipment repairs management
The Ally reporting tool (report_allylti) provides a site wide accessibility report which can be broken down by course.
Assignment report and data/files export. Particularly handy for anonymous assignments.
At the end of the benchmark, you get a score. This score compares your system and speed.

The benchmark tests reveal whether there are worries on your platform.

There are 5 test groups:

* Server speed
* Processor speed
* Harddrive speed
* Database speed
* Loading page speed
The course completion overview report is a simple reporting tool based on the existing course completion report. This plugin allows the Moodle Admin and system level Managers to view course completion tracking information from a centralised location rather than having to access each course individually.
That is a Moodle report plugin that helps the admin to known how the courses are being used by users (e.g. as forum, as file repositories or as activities repositories).
This report plugin allows Administrators to set up arbitrary database queries to act as ad-hoc reports. Reports can be of two types, either run on demand, or scheduled to run automatically. Other users with the right capability can go in and see a list of queries that they have access to. Results can be viewed on-screen or downloaded as CSV.
The main goal of this plugin is to facilitate the work of learning plan managers. It provides an overview of user learning plan, without leaving the page to get information related to this learning plan(such as rating in courses,user evidence,). It also offers statistics by learning plans and competencies. For learning plan templates with a very large number of learning plans (generated from cohorts), this plugin is the best solution, with its advanced filter, it allows you to filter the learning plans by several criterias.
A Moodle Report that shows all student feedback on one page.
Produces various site and course report charts. The code has been designed in a way that makes adding more reports easy.
This is a simple report which displays the user pictures for everyone enrolled in the given course.
This report is a companion to the Workflow block. It provides reports on the state of the workflow in all courses or activities.
Moodle repository plugin used to browse personal YouTube channels in order to publish public, unlisted and private videos.
https://reprap.org/wiki/RepRap
RT is an enterprise-grade issue tracking system. It allows organizations
to keep track of what needs to get done, who is working on which tasks,
what's already been done, and when tasks were (or weren't) completed.

RT doesn't cost anything to use, no matter how much you use it; it is
freely available under the terms of Version 2 of the GNU General Public
License.

RT is commercially-supported software. To purchase support, training,
custom development, or professional services, please get in touch with
us at <sales@bestpractical.com>.

!!! Seamless Email Integration 

Request Tracker receives and manages all email sent to your key email addresses: support@, sales@, helpdesk@, security@. Staff can manage ticket replies via email or by using RT’s full web interface.

!!! New Theme with Responsive Design 
- New in RT 5RT 5 brings a new modern, responsive layout with all of the power and familiar features of RT. For developers familiar with Bootstrap, it means it will now be much easier to customize RT's UI or even cre…
New Theme with Responsive Design

RT 5 brings a new modern, responsive layout with all of the power and familiar features of RT. For developers familiar with Bootstrap, it means it will now be much easier to customize RT's UI or even create your own new themes using the Bootstrap toolkit as a base.

!!! Dark Theme 

Our new theme is called Elevator and with the popularity of dark modes, we knew RT needed one too. RT 5 has elevator-light and elevator-dark so you can pick the mode that best matches your current desktop settings, or maybe your mood. 

!!! Graphical Lifecycle Creator

RT’s lifecycles feature enables you to create, manage, and automate workflows.  RT 5 now includes a visual lifecycle configuration tool that you can use right in your browser.


!!! Automation via Scrips and Actions

Every transaction on a ticket automatically triggers any configured Scrips. Conditions and Actions on each Scrip allow you to automate events in RT or other systems when key updates are made to tickets.


!!! Updated Charting Interface

Take your reports to the next level with our updated charting interface. 

!!! Updated Dashboard Selection

The interface to select the components for dashboards and RT at a glance has been redesigned to provide the ability to drag and drop components.


!!! Knowledge Base

RT’s knowledge base feature is called Articles. Articles provide a way to create canned responses for answering frequently asked questions. Articles can be easily inserted into ticket replies or searched for in RT’s User Interface.

!!! Inline Edit 

Starting with your RT homepage, inline edit is now available for fields in ticket listings. Inline edit is also available on ticket display pages, search results and saved searches.

!!! Transaction Query Builder

You can now search for individual transactions and get transaction information in search results. This allows you to do searches like "show me all the replies I sent this week" or "show me all of the changes to this custom field on this ticket" or even "show me how many replies were sent by everyone on the Support queue last week".


!!! RT Configuration in Web Admin UI

SuperUsers can now take advantage of hundreds of RT’s configuration options by making change right in the browser. Changes, including updates to global settings, are applied immediately when you save.

!!! Asset Management

Assets make it easy for you to track and manage all of the equipment you are responsible for right in RT.

!!! Even More…
* Integration with Active Directory, SAML, and other authentication systems
* SLA Automation and Tracking
* Self-Service Customer Portal
* Predefined Ticket Actions
* REST 2 API for Integrations
* Multiple Search Options: free text (simple) search, query builder, and advanced
* 
* Full Text Search on Message History
* Full Custom Field Support for any data you need to track

* Customizable Dashboards with Key Ticket Information

* Fine-grained Rights and Permissions

* Automatic Notifications based on message or other ticket updates

* RSS Feeds of ticket activity based on any arbitrary search

* Time tracking and Task Priority

* General Data Protection Regulation (GDPR) Support

* PGP and S/MIME support

* Translation into 25 + languages
 
* Command-Line interface

* Over 400 freely available extensions to add functionality and features to your base RT instance
Storage Spaces supports four types of resiliency:

* ''Simple'': A simple storage space writes one copy of your data and does not protect you from driver failures. This option requires, at least, one drive, and each new additional drive adds another point of failure.
* ''Two-way mirror:'' This option writes two copies of your data on the drives, which can protect your data from a single driver failure. Two-way mirror requires a least two drives.
* ''Three-way mirror:'' This option works similar to the two-way mirror, but it writes three copies of your data on the drives, which will help you to protect your data from two simultaneous drive failures. Three-way mirror requires, at least, three drives.
* ''Parity:'' Similar to the standard RAID 5 technology, Parity for a storage space writes your data with parity information on the available driver to help you protect your data from a single driver failure. This option requires a least three drivers.
 The resiliency type you need will mainly depend on what you're trying to accomplish. If you're only interested in available space and drive speed, you could use the "Simple (no resiliency)" option. If you want to protect your data from drive failure, you can go with one of the two mirror types, but remember that the more copies of your data get written to disk, it will consume more storage. If you like a balance of available space and speed, then you should use the "Parity" option.

Here's something else to keep in mind. You can always make a storage space larger, but you cannot make the available space smaller. Every time you make a change it will cost you a quarter of a gigabyte of the available physical space, as such, you should plan in advance how large you want to make the storage space. Currently, the operating system allows a maximum of 63TB per storage space.''''
you should resize every snapshot along with the original disk 

so its like this 

1- go to c:\"Program Files\Oracle\virtualbox

2-VBoxManage.exe "c:\users\user\VirtualBox VMs\win10\win10.vhd" --resize 100000

3- VBoxManage.exe "c:\users\user\VirtualBox VMs\win10\snapshots\{6ef366d4-bc5d-4fe1-a587-77f39a6a0231}.vhd --resize 100000

and repeat step 3 for every snapshot 
Create, edit, and send restaurant schedules & timetables online. Free.
Simple, Free Online Employee Scheduling Software for Restaurants and Cafes

Effortlessly manage your staff timetables, in one place.
Our intuitive admin panel allows you to view, manage, and control your schedules in one centralized location.

Email Directly To Staff
Free and easy emailing features for sending finished schedules to your employees.

Save Yourself Time
Easily create recurring schedules to save yourself time and effort.

Access your timetables online
You'll have instant access to view, edit and send your staff schedules from any device.

Easy-to-use
Create and send your first staff scheduling in minutes. We've designed our system from the ground-up to be as intuitive as possible.

Manage your staff from anywhere
Whether you're on a desktop, laptop, tablet or smartphone - You'll be able to manage your staff & timetables effortlessly.

Time-Off & Holidays
Easily add, remove and edit holidays and time-off entries with one-click.
What is Restyaboard?

Trello like kanban board. Tasks, to-dos, chat, etc., Restyaboard is based on Restya platform with dual License (OSL 3.0 & Commercial License).

Whether you’re creating a personal todo list, planning your holidays with some friends, or working in a team on your next revolutionary concept, Restyaboard is an simple and effective tool to keep your tasks organized. The boards of restyaboard will give you a visual overview of the current state of your projects, and make you productive by allowing you to focus on the few items that matter the most.

Why use Restyaboard?
Since Restyaboard is free software, you don’t have to give us your data and you can install the Restyaboard on your own internal server. You can also increase your productivity even more by reducing the time of managing the projects with the help of the Restyaboard plugin which is available in RestyaPlatform.
A fast comic cleaner/typesetter/translator utility.

!!! Features
* Open and edit .jpg, .png, .tiff, .zip, .rar, .cbz, .cbr images/archives.
* Recognize text using optical character recognition.
* Content-aware cleaning using advance inpainting techniques.
* Mask-based cleaning using text boxes.
* Translate text using Google Translate, straight from the software.
* Add text bubbles and change font size and family.
* Easily export and share text boxes and text bubbles with others.
* Immediately export cleaned and typeset pages.
reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create fully featured and beautiful presentations for free. Check out the live demo.

The framework comes with a broad range of features including nested slides, Markdown support, Auto-Animate, PDF export, speaker notes, LaTeX support, syntax highlighted code and much more.
Facilitate the isolation of reverso examples for the purposes of creating flashcards to be uploaded to Anki or Quizlet
TL;DR: Create a list of Reverso Context example sentences and translations that can easily be imported into Anki or Quizlet

Note: this extension does not collect any user data. It is completely free.

* 1) Go to Reverso Context and search a word or phrase in the language you are learning.
* 2) Click the extension's icon in the Chrome extensions toolbar and run the extension by pressing the "Extract!" button in the extension's popup window (or run the extension by pressing ctrl+m). At the top of the page, you will now see a list of examples and translations in an easy-to-read format in order of increasing length. Each example/translation pair will have a checkbox next to it.
* 3) Check the boxes of the examples you wish to turn into flashcards and press the "Select" button below the list. The extension will save these examples until you press the "Clear Examples" button in the extension popup window.
* 4) Repeat steps 1-3 to save as many examples as you like. Adding new saved examples does not overwrite previously saved examples.
* 5) Click the "Show Examples" button in the extension popup window to view all saved examples. Each example/translation pair will be displayed on a new line separated by a vertical bar "|".
* 6) Use the import feature for Anki or Quizlet to import the examples you selected (see https://docs.ankiweb.net/importing.html or https://help.quizlet.com/hc/en-us/articles/360029977151-Creating-sets-by-importing-content).
Powerful data grid component built with StencilJS.
Support Millions of cells and thousands of columns easy and efficiently for fast data rendering. Easy to use.

!!! Key Features
* Millions of cells viewport with a powerful core in-build by default;
* Keyboard support with excel like focus;
* Super light initial starter Min size. Can be imported with polifill or as module for modern browsers;
* Intelligent Virtual DOM and smart rgRow recombination in order to achieve less redraws;
* Sorting (multiple options, can be customized per column and advanced with events);
* Filtering
* Predefined system filters;
* Preserve existing collection;
* Custom filters (extend existing system filters with your own set);
* Export to file;
* Custom sizes per Column and Row;
* Column resizing;
* Autosize support (Column size based on content);
* Pinned/Sticky/Freezed:
* Columns (define left or right);
* Rows (define top or bottom);
* Grouping:
* Column grouping (Nester headers);
* Row grouping (Nested rows);
* Cell editing;
* Customizations:
* Header template;
* Cell template (build your own cell view);
* Cell editor (apply your own editors and cell types);
* Cell properties (build you own properties around rendered cells);
* Column types;
* Text/String (default);
* Number;
* Select;
* Date;
* Custom (take any type as template and create your own extended style);
* Drag and drop rows;
* Range operations:
* Selection;
* Edit;
* Theme packages:
* Excel like (default)
* Material (compact, dark or light);
* Copy/Paste (copy/paste from Excel, Google Sheets or any other sheet format);
* Easy extenation and support with modern VNode features and tsx support;
* Trimmed rows (hide rows on demand);
* Plugin system (create your own plugins or extend existing one, it's transparent and easy);
* Automated size calculation;
* Hundred others small customizations and improvements RevoGrid.
http://richlinks.tiddlyspot.com/
rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in the browser.
As a Japanese dictionary, rikaikun helps you look up the only the words you don't know without losing your place. It's also useful for Japanese speakers wanting to know how to say Japanese phrases in English.

Features:
* Using shift or enter, switch between word, names, and Kanji dictionaries.
* Enable text to speech in the options to hear Japanese words you look up spoken out load.
* Press 'c' to copy the current word and definitions to the clipboard for making flash cards.
* Customize how the pop up dictionary looks and what content it shows.

Activate the extension by clicking the 理 icon in the top right. When the introductory pop up appears, rikaikun is ready for action.

When it's activated, when you hover over Japanese words they'll be translated in a pop up.  If you hit shift/enter, you'll see some information about the first Kanji.
Now that you have a drive that can be rolled back, how do you do it? You can either tell Windows to roll back P to its pre-child state (i.e., delete all changes) 
To tell Windows to forget anything that you did to child.vhd and to essentially roll back the changes to P, just detach ''child.vhd'' and re-attach ''parent.vhd'', as in

```
select vdisk file=e:\child.vhd
detach vdisk
select vdisk file=e:\parent.vhd
attach vdisk
```
Rostering tool for managers with text message support using ReactJS, NodeJS, ExpressJS, Mongo
Employee Rostering Web Application

[[Zephyr Project|]]
Rukovoditel is a free web-based open-source project management application. A far cry from traditional applications, Rukovoditel gives users a broader and extensive approach to project management. Its customization options allow users to create additional entities, modify and specify the relationship between them, and generate the necessary reports. The platform enables users to craft their own application that is specifically tailored for their activity (CRM, ERP, HRM, WMS, etc.).

Rukovoditel can be implemented not only as a project management tool, but also as a CRM platform, or a combination of both.

!!! Features
* Database Builder
* Form Builder
* Access Configuration
* Users Notification
* Reports
* Export/Import Records
* Maps integration
* Barcode and QR Code
* Database Backup
* Multilingual
* To-do list
* Maps Integration
* Barcode and QR Code
* LDAP Support
* [[andLinux|]]
* CoLinux
* CygWin
Chrome extension that periodically presents Anki cards via notifications
This Chrome extension allows you to review Anki decks whilst working on other important tasks by harnessing the power of desktop notifications! Cards from your chosen deck will periodically pop up for you to review.

!!! Features include:
* - Deck select
* - Set how often cards pop up (every 5 mins, 10 mins etc)
* - Turn on and off with the flick of a switch
* - Check the status of the app with a glance (pop-ups enabled/disabled etc)
* - Shortcuts to enable / disable pop-ups or show the next card early
* - Currently supports text based Anki decks and models only.
* - Configure how card fields are displayed for each model.
A name must be _short_, _intuitive_ and _descriptive_:

- **Short**. A name must not take long to type and, therefore, remember;
- **Intuitive**. A name must read naturally, as close to the common speech as possible;
- **Descriptive**. A name must reflect what it does/possesses in the most efficient way.

```js
/* Bad */
const a = 5 // "a" could mean anything
const isPaginatable = a > 10 // "Paginatable" sounds extremely unnatural
const shouldPaginatize = a > 10 // Made up verbs are so much fun!

/* Good */
const postCount = 5
const hasPagination = postCount > 10
const shouldPaginate = postCount > 10 // alternatively
```
*https://github.com/thedevdojo/wave
Safe is an application that makes it easy to encrypt your files. When you encrypt your files with Safe they are rendered unreadable to anyone who doesn't have your password.

Safe is cross-platform and currently runs on Windows and Mac OS X. It works with all applications and file types and can store encrypted files anywhere. It's also compatible with EncFS volumes.

Safe is licensed under the GPLv3 and is based on free software.

!! ''How does Safe work?''
Safe is derived from EncFS, a user-space encrypted file system based on FUSE. Its EncFS roots make Safe fully compatible with existing EncFS containers and we intend for it to stay that way.

Unlike EncFS, it does not use FUSE to integrate with your operating system. Instead Safe hosts a localhost WebDAV server and uses your operating system's existing WebDAV functionality to provide the native interface. This makes Safe more portable and more stable than FUSE-based user-space file systems. The increased stability claim is due to the fact that Safe doesn't depend on a third-party kernel-level component.

!! ''How does Safe encrypt files?''
By default, Safe encrypts files in EncFS paranoid mode. From the EncFS man page:

Cipher: AES
Key Size: 256 bits
PBKDF2 with 3 second runtime, 160 bit salt
Filesystem Block Size: 1024 bytes
Filename Encoding: Block encoding with IV chaining
Unique initialization vector file headers
Message Authentication Code block headers
External IV Chaining

!! ''What system changes does Safe make at installation?''
Safe's goal is to make sure that not a single bit of the data you store via Safe is stored on any persistent medium without being encrypted. To ensure that we must make some changes to your system: enabling pagefile/swap encryption, disabling hibernate mode, and using a RAM disk for the WebDAV cache (Windows only).

''Enable pagefile/swap encryption''

The pagefile/swap is essentially data on your hard disk that your system uses as virtual memory. In a low-memory situation, your system may take the private data you're working on in Safe and store it to the pagefile/swap. To ensure the privacy of your data we enable pagefile/swap encryption so your private data is never inadvertently stored in the clear. On Windows, the command we use to do this is:


```
> fsutil behavior set EncryptPagingFile 1
```
!!! ''Disabling hibernate mode''
Hibernate is a feature that allows your computer to sleep without using any power at all. This is implemented by storing all the data in your RAM as an image on disk without encryption. To prevent this from happening, we disable hibernate mode. On Windows, command we use to do this is:

> powercfg /hibernate off

!!! ''Using a RAM disk for WebDAV cache (Windows only)''
The system WebDAV client on Windows Vista and higher caches all data retrieved from a WebDAV server to the directory C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\TfsSTore\Tfs_DAV. When you run Safe for the first time we install a virtual RAM disk device and place a junction point to that RAM disk at the WebDAV cache location. This ensures that your data is never cached to disk and only to your RAM.
Concept
Safe Exam Browser is a web browser environment to carry out e-assessments safely. The software turns any computer temporarily into a secure workstation. It controls access to resources like system functions, other websites and applications and prevents unauthorized resources being used during an exam.

General Concept
SEB runs on a local computer and it is connected via the internet to a learning management system (LMS) or an e-assessment system. Generally SEB works with any web based LMS and other kinds of web based exam systems. Some learning management systems (LMS) like for example Moodle, ILIAS, OpenOLAT and exam solutions as Inspera Assessment offer a quiz mode specifically compatible with SEB.


!!! Features
* Webbrowser-environment to carry out online-exams safely
* Fullscreen or browser window mode (without any navigation elements)
* Disables shortcuts and operating system functions like Task Manager (Ctrl-Alt-Del / Cmd-Alt-Esc), program switcher (Alt-Tab, Win-Tab / Cmd-Tab), Print Screen / Screenshot etc. which should not be available during an exam
* Prevents students from surfing the internet during an exam
* Compatible with basically all web-based exam systems, additional integration with learning management systems Moodle, ILIAS and others
* Possibility to permit controlled use of additional external applications
* Current versions supports Windows 7, Windows 8.1, Windows 10, Mac OS X 10.7 up to macOS 10.13 High Sierra and iOS 9.3.5 to iOS 11.
* SEB 2.x can be started or reconfigured for each exam just by clicking a special link in some regular web browser or in an e-mail
* Detection if SEB is running on a virtual machine, monitoring which processes are permitted or prohibited to be running during the exam
* Easy installation and deployment: Create .seb configuration files with which SEB can be configured/reconfigured after installation
SAGA - System for Automated Geoscientific Analyses - is a Geographic Information System (GIS) software with immense capabilities for geodata processing and analysis. SAGA is programmed in the object oriented C++ language and supports the implementation of new functions with a very effective Application Programming Interface (API). Functions are organised as modules in framework independent Module Libraries and can be accessed via SAGA’s Graphical User Interface (GUI) or various scripting environments (shell scripts, Python, R, ...).

!! Features
* Object oriented system design (C++)
* Modular structure allows framework independent function development
* SAGA API with immense support for geodata handling
* GUI for intuitive data management, analysis and visualization
* Runs on Linux as well as on Windows operating systems
* Portable software running without installation even from memory sticks (MSW)
* Free and Open Source Software (FOSS)
* Scripting via command line, Python, Java, R
* Far more than 450 freely available functions for geodata analysis
* Georeferencing and cartographic projections
* Grid interpolation of scattered point data, triangulation, IDW, splines, ...
* Vector tools: clipping, buffer zones, raster to vector conversion, ...
* Image analysis: filters, supervised classification, PCA, FFT, OBIA, ...
* Geostatistics: GWR, variograms, ordinary & universal Kriging, ...
* Terrain analysis: morphometry, hydrology, illumination, classification, ...
Write stylesheets with Sass, automatically check your JavaScript for errors, optimize images, enable synchronized browser testing, and more with our Webpack based setup. Sage comes with the latest version of Bootstrap. Replace Bootstrap with Bulma, Foundation, Tachyons, Tailwind, or a blank slate upon installation. You will have the option to define theme meta information (name, URI, description, version, author) and choose a CSS framework. Sage uses Laravel's Blade templating engine, and since the .blade.php files live in a publicly accessible directory on your webserver, we recommend preventing plain-text access to them. Sage uses composer and yarn to manage dependencies, and since their files might contain private credentials and expose dependency versions, we recommend blocking them as well. Install Sage using Composer from your WordPress themes directory.

!!! Features
* Sage enables HTML5 markup for captions, comment forms, comment lists, galleries, and the search form
* Sage registers two sidebars by default, Primary & Footer
* Compile assets when file changes are made, start Browsersync session
* Compile and optimize the files in your assets directory
* Compile assets for production
* Sage is an open source project and completely free to use

https://sourceforge.net/projects/sage.mirror/
SageMath is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more. Access their combined power through a common, Python-based language or directly via interfaces or wrappers.

https://www.sagemath.org/
Saladict is an all-in-one professional pop-up dictionary and page translator which supports multiple search modes, page…
Saladict is a professional inline translator

Looking Up Words Has Never Been Easier

* - Saladict supports mixed use of multiple search modes.
* - Whether it be single-click, double-click, pop-up icon, hovering or keyboard shortcuts, you name it.
* - The combination of dictionaries is dynamically adjusted according to search text and Saladict profile.
* 
* Good Words Are Kept, Safe and Sound
* - Saladict comes with search history and a vocabulary notebook.
* - Context of each word is captured and saved.
* - WebDAV synchronization, Anki card generation, Shanbay word list, or exporting plaintext in any format.
* 
* Multilingual Support, More Than You Expect
* - Although Saladict is built for looking up English words, it also supports many other languages.
* - Chinese (simplified and traditional), Japanese, Korean, French, German and Spanish are supported with dictionaries.
* - Other languages are supported with several machine translation services.
* - Each dictionary is well polished to a unify style for comfortable reading experience.
* 
* Reading Foreign Essay Is a Piece of “Paper”
* - Saladict has three default profiles - Scholar Mode, Translation Mode and Sentence Mode.
* - These may come in handy when reading, translating and writing essays in foreign language.
* - There is also a build-in PDF viewer which can be used in conjunction with sidebar-mode standalone search panel.
Sandcat is a lightweight multi-tabbed web browser that combines the speed and power of Chromium and Lua. Sandcat comes with built-in live headers, an extensible user interface and command line console, resource viewer, and many other features that are useful for web developers and pen-testers and when you need to examine live web applications. For more details, visit http://www.syhunt.com/sandcat/. See also the docs directory and credits section below for a few more details about the Sandcat architecture.

Sandcat Browser 6 brings unique features that are useful for pen-testers and web developers. Sandcat is built on top of Chromium and uses the Lua programming language to provide extensions and scripting support.
* Sandstorm.io
SANE (Scanner Access Now Easy) is software for Unix like operating systems (BSD, Linux), that controls the scanner and allows other computers on the same network to access it.
Save Page WE provides a simple facility to save a web page (as currently displayed) as a single HTML file that can be opened in any browser. The saved page is a highly accurate representation of the original page. Multiple pages can be saved either by selecting multiple tabs or by loading a list of page URLs.

If used  with Print Edit WE, Save Page WE now requires Print Edit WE 26.1 or later for full compatibility.
Save web content or screen capture directly to Google Drive.
The Save to Google Drive Chrome extension helps you save web content or browser screenshots to your Google Drive.
* Adds a browser action to save the current page.
* Adds a right-click context menu to save hyperlinks and media.
* Configurable through an options page.


This extension allow you to save web content directly to Google Drive through a browser action or context menu. You can save documents, images, and HTML5 audio and video all by right clicking and selecting 'Save to Google Drive'. You can save the currently viewed page using the 'Save to Google Drive' browser action. The directory location and format of saved HTML pages can be controlled with the extension's options page (Choice of Entire image (default), Visible image, Raw HTML, MHTML, or Google Doc). You can automatically convert Microsoft Office files or comma separated files to Google Docs format.

After your content is saved, the progress dialog allows you to open the file, rename, or view the file in the Google Drive document list. From the document list, you can organize and share your new document.

To save a file:// URLs, or to enable in incognito mode, go to chrome://extensions/ and enable the associated checkbox.

Due to security restrictions, this extension cannot capture chrome:// pages or Chrome Web Store pages.
A single-board computer (SBC) is a complete computer built on a single circuit board, with microprocessor(s), memory, input/output (I/O) and other features required of a functional computer. Single-board computers are commonly made as demonstration or development systems, for educational systems, or for use as embedded computer controllers. Many types of home computers or portable computers integrate all their functions onto a single printed circuit board.

Unlike a desktop personal computer, single board computers often do not rely on expansion slots for peripheral functions or expansion. Single board computers have been built using a wide range of microprocessors. Simple designs, such as those built by computer hobbyists, often use static RAM and low-cost 8- or 16-bit processors. Other types, such as blade servers, would perform similar to a server computer, only in a more compact format.

A computer-on-module is a type of single-board computer made to plug into a carrier board, baseboard, or backplane for system expansion
* [[Scenario prerequisites|]]
* [[Step 1: Install the Windows AIK|]]
* [[Step 2: Create the VHD|]]
* [[Step 3: Apply the Windows image to the VHD|]]
* [[Step 4: Change the boot configuration data|]]
* [[Step 5: Detach the VHD|]]

Applies To: Windows 7, Windows Server 2008 R2

The goal of this scenario is to gain familiarity with the steps that are required to enable native VHD boot by using an existing installation of Windows 7. Alternatively, you can use Windows Server 2008 R2 in this scenario as the steps are the same for both operating systems.


<<<
 Note

Only Windows 7 Enterprise or Windows 7 Ultimate can be used with native VHD boot.

<<<

In this scenario, you will create a VHD and apply an image to the new VHD by using tools from the Windows Automated Installation Kit (Windows AIK). Then, you will alter the BCD store so that you can boot to the operating system within the VHD. To summarize, you will take the following steps:

* Install the Windows AIK

* Create a VHD through the user interface

* Mount the VHD and create a partition on it
* Apply Windows 7 to the VHD
* Configure the BCD store

To illustrate, Figure 1 represents the disk layout and placement of the VHD disk for this scenario.

[img[VHD1.jpg]]

Figure 1  Disk and VHD configuration for this scenario
#[[Prevent the VHD from expanding to its full size]]
# [[Create and configure differencing VHDs|]]
Before you proceed, ensure you have the following available:

*A computer running Windows 7 Enterprise, Windows 7 Ultimate, or Windows Server 2008 R2

*The installation media for Windows 7 Enterprise, Windows 7 Ultimate, or Windows Server 2008 R2


<<<
 Note

If you have Windows 7 or Windows Server 2008 R2 in the .iso format, extract the .iso files as flat files or burn them to a DVD
<<<


*Media that contains the Windows AIK installation files (http://go.microsoft.com/fwlink/?LinkID=154426)
<<list-links "[tag[Scheduling]sort[title]]">>
http://www.scholarpedia.org/
This is a schoolplanner. You can use it to remember your schedule, your homework and the dates of your exams. That way you can always be prepared for class. Also can you keep track of your grades so you know in what subject you have to work harder to get a better final mark.

!!! Key Features
* Schedule planner
* week management from monday to saturday
* supporting up to 15 lessons per day
* own colors for each subject
* Homework management
* Exam management
* Grade tracking

scikit-learn is an open source Python module for machine learning built on NumPy, SciPy and matplotlib. It offers simple and efficient tools for predictive data analysis and is reusable in various contexts.

!!! Features
* Classification
* Regression
* Clustering
* Dimensionality reduction
* Model selection
* Preprocessing
Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product.

As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts.
A command-line installer for Windows

!!!What does Scoop do?
Scoop installs programs from the command line with a minimal amount of friction. It tries to eliminate things like:

Permission popup windows
GUI wizard-style installers
Path pollution from installing lots of programs
Unexpected side-effects from installing and uninstalling programs
The need to find and install dependencies
The need to perform extra setup steps to get a working program
It allows you to share your screen with good quality and low latency. Screego is an addition to existing software and only helps to share your screen. Nothing else (:.

!!! Features
* Multi User Screenshare
* Secure transfer via WebRTC
* Low latency / High resolution
* Simple Install via Docker / single binary
* Integrated TURN Server see NAT Traversal
The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.
With Screenity you can record and annotate your screen like never before. Make better recordings for work, education, and more, giving contextual feedback, detailed explanations to your students, or simply showcasing your product to potential customers.

!!! FEATURES
* 🎥 Make unlimited recordings of your tab, desktop, any application, and camera
* ✏️ Annotate by drawing anywhere on the screen, adding text, and creating arrows
* 👀 Highlight your clicks, focus on your mouse, or hide it from the recording
* 🎙️ Individual microphone and computer audio controls, push to talk, and more
* ⚙️ Custom countdowns, show controls only on hover, and many other customization options
* 💾 Export as mp4, gif, and webm, or save the video directly to Google Drive
* ✂️ Trim or remove sections of your recording
* ...and much more - all for free & no sign in needed!
Screensharing utility for the Nextcloud Video calls app.
ScreenToGif is a tool that allows you to record a selected area of your screen, live feed from your webcam or live drawings from a sketchboard and edit and save the recording as a gif, apng, video, psd or png images. It comes with a powerful editor, yet remains a portable and small-sized application.

!!! Features
* A portable, single executable and very small-sized application
* Free and open source
* 3 ways of recording your content: Screen, Webcam and Sketchboard
* A powerful editor with lots of options
* You can export as Gif, Video or save as a project to edit later
* A clean and consistent interface, powered by WPF
* Over 18 different languages
Software-Defined Storage
Seafile is an open source cloud storage system with file encryption and group sharing.

Collections of files are called libraries, and each library can be synced separately. A library can be encrypted with a user chosen password. This password is not stored on the server, so even the server admin cannot view a file's contents.

Seafile allows users to create groups with file syncing, a wiki and discussions to enable easy collaboration around documents within a team.

!!! Deplyement
* https://github.com/codeoutin/seafile7/

!!! Manual
*https://manual.seafile.com/
A solution to simplify renaming a tag and tagging tiddlers posted by [[Alberto Molina|https://groups.google.com/d/msg/tiddlywiki/OCntQ79DuwM/_vYCTYRXfaUJ]].

<table class="no-border">
<tr>
<td colspan=2>
''Step 1:'' First, enter __old__ tag to the left, e.g. GettingStarted<br><br>
</td>
</tr>
<tr>
<td>''Step 3:'' <$edit-text tiddler="$:/temp/RenameTags/search" tag="input" type="text" default="" placeholder="old tag to be removed"/></td>
<td>''Step 2:'' <$edit-text tiddler="$:/temp/RenameTags/replace" tag="input" type="text" default="" placeholder="enter, then apply new tag"/></td>
</tr>
<tr>
<td style="vertical-align:top;width:50%;">

<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/search}}> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox><br>
</$list>
</td>
<td style="vertical-align:top;width:50%;">

<$list filter="[!has[draft.of]tag{$:/temp/RenameTags/search}!tag{$:/temp/RenameTags/replace}sort[created]]">
<$checkbox tag={{$:/temp/RenameTags/replace}}><$link to={{!!title}}><$view field="title"/></$link></$checkbox><br>

</$list>
</td>
</tr>
</table>

You can use this in your wiki simply by dragging [[this link|Search And Replace Tag]] over.
!! P2P Search Engines 
* [[Yacy P2P search Engine]]
*https://presearch.org/

!! Open Source search Engines
* https://github.com/semi-technologies/weaviate
* [[Ambar|]]
* ElasticSearch|https://github.com/elastic/elasticsearch
* MeiliSearch|https://github.com/meilisearch/MeiliSearch
* Sonic|https://github.com/valeriansaliou/sonic
* https://github.com/Qihoo360/poseidon
* https://github.com/NikolaiT/GoogleScraper
* https://github.com/teamtnt/tntsearch
* https://github.com/vespa-engine/vespa
* https://github.com/toshi-search/Toshi
* https://github.com/NeXTs/Jets.js
* https://github.com/sergiotapia/magnetissimo
* https://github.com/boramalper/magnetico
* https://github.com/apache/lucene-solr
* https://github.com/tantivy-search/tantivy
* https://github.com/typesense/typesense
* https://github.com/go-ego/riot
* https://github.com/nextapps-de/flexsearch
* https://github.com/searx/searx
* https://github.com/benbusby/whoogle-search
* https://github.com/jaeksoft/opensearchserver
* https://github.com/lucaong/minisearch
* https://github.com/Hironsan/bertsearch
* https://github.com/Smile-SA/elasticsuite
* https://github.com/manticoresoftware/manticoresearch
* https://github.com/OpenGenus/quark
* https://github.com/codelibs/fess
* https://github.com/ipfs-search/ipfs-search
* https://github.com/matsui528/sis
* https://github.com/algolia/algoliasearch-client-php
* https://github.com/madawei2699/awesome-seo
* https://github.com/vdaas/vald
* https://github.com/vearch/gamma
* https://github.com/rinx/alvd
* https://github.com/DEgITx/rats-search
* https://github.com/basemkhirat/elasticsearch

*https://presearch.org/




* https://github.com/IntuitionMachines/OrigamiNet
* https://github.com/mosuka/blast
* https://github.com/sethblack/python-seo-analyzer
* https://github.com/manticoresoftware/manticoresearch
* https://github.com/ohhsodead/FileMasta

* https://github.com/bit4woo/teemo
* https://github.com/gnes-ai/gnes
* https://github.com/unsplash/datasets
* https://github.com/NirantK/awesome-project-ideas



* https://github.com/KevinColemanInc/awesome-privacy

Searchwikis plugin uses index (dataTiddler) to search multiple external Tiddlywikis. It has two parts

# An indexer, to build an index of all tiddlers in an external wiki
# A search tool to search indexes and display a link to a tiddler found in an external wiki

Then one master wiki can hosts many index tiddlers and lets to search several external wikis through index tiddlers.
SeaweedFS is a distributed storage system for blobs, objects, files, and data lake, to store and serve billions of files fast! Blob store has O(1) disk seek, local tiering, cloud tiering. Filer supports cross-cluster active-active replication, Kubernetes, POSIX, S3 API, encryption, Erasure Coding for warm storage, FUSE mount, Hadoop, WebDAV.
securefs is a filesystem in userspace (FUSE) with transparent encryption (when writing) and decryption (when reading).

securefs mounts a regular directory onto a mount point. The mount point appears as a regular filesystem, where one can read/write/create files, directories and symbolic links. The underlying directory will be automatically updated to contain the encrypted and authenticated contents.

!! ''Motivation''
From sensitive financial records to personal diaries and collection of guilty pleasures, we all have something to keep private from prying eyes. Especially when we store our files in the cloud, the company and the NSA may well get their hands upon it. The best protection we can afford ourselves is cryptography, the discipline developed by mathematicians and military originally to keep the national secrets.

Security, however, is often at odds with convenience, and people easily grow tired of the hassle and revert to no protection at all. Consider the case of protecting our files either locally or in the cloud: we have to encrypt the files before committing to the cloud and decrypt it every time we need to read and write. Worse still, such actions leave unencrypted traces on our hard drive. If we store data in the cloud, another issue arise: manual encryption and decryption prevent files from being synced efficiently.

securefs is intended to make the experience as smooth as possible so that the security and convenience do not conflict. After mounting the virtual filesystem, everything just works™.

!! ''Comparison''
There are already many encrypting filesystem in widespread use. Some notable ones are TrueCrypt, FileVault, BitLocker, eCryptFS, encfs and gocryptfs. securefs differs from them in that it is the only one with all of the following features:

* Authenticated encryption (hence secure against chosen ciphertext attacks)
* Probabilistic encryption (hence provides semantical security)
* Supported on all major platforms (Mac, Linux, BSDs and Windows)
* Efficient cloud synchronization (not a single preallocated file as container)
!! ''Antiviruses''

*Crystal Security
* Immunet FREE Antivirus
*Virus Total Hash
*https://malwr.com/


!! ''Policy''
* SysHardener
*Simple Software Restriction Policy
* Hard_Configurator
* USB Flash Drives Control

!! ''[[File Encryption]]''



!! ''Network''
* Acrylic DNS Proxy

!! ''VPN''
* [[Invisible Internet Protocol]]
*ProtonVPN
*OpenVPN 
*WireGuard
*PsiPhon
*[[GNUnet]]
*[[Shadowsocks]]
*RiseupVPN
*[[Outline VPN]]
*[[FreePN]]
*[[Sentinel]]

!!''Sandboxe''
* Windows Sandbox
* Sandboxie
*Cuckoo Sandbox
*Infection monkey

!! ''Updates''

* [[0patch|0patch.com]]
* PeStudio 9.12
* https://hashcat.net/hashcat/
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
*https://mofolinux.com/

* [[Knowledge Management|]]
* [[Kids Learning]]
*[[Parental Control|]]
*[[Time Management]]
*[[Habbits]]
*[[Motivation]]
*[[Intelligence and memory]]
*[[TED Talks]]


!!! Resources
*https://deepstash.com/article/1/10-reasons-why-you-fail?source=topic-page
*https://en.opensuse.org/openSUSE:Education-Li-f-e
Given a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards compatible manner, and
PATCH version when you make backwards compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

!! Introduction
In the world of software management there exists a dreaded place called “dependency hell.” The bigger your system grows and the more packages you integrate into your software, the more likely you are to find yourself, one day, in this pit of despair.

In systems with many dependencies, releasing new package versions can quickly become a nightmare. If the dependency specifications are too tight, you are in danger of version lock (the inability to upgrade a package without having to release new versions of every dependent package). If dependencies are specified too loosely, you will inevitably be bitten by version promiscuity (assuming compatibility with more future versions than is reasonable). Dependency hell is where you are when version lock and/or version promiscuity prevent you from easily and safely moving your project forward.

As a solution to this problem, I propose a simple set of rules and requirements that dictate how version numbers are assigned and incremented. These rules are based on but not necessarily limited to pre-existing widespread common practices in use in both closed and open-source software. For this system to work, you first need to declare a public API. This may consist of documentation or be enforced by the code itself. Regardless, it is important that this API be clear and precise. Once you identify your public API, you communicate changes to it with specific increments to your version number. Consider a version format of X.Y.Z (Major.Minor.Patch). Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version.

I call this system “Semantic Versioning.” Under this scheme, version numbers and the way they change convey meaning about the underlying code and what has been modified from one version to the next.
Enterprise class MediaWiki distribution including Semantic, Visual Editor, Elasticsearch and many more powerful extensions.

Deployment and maintenance of MediaWiki may be a continuous challenge. After all, operating system, web server, database, runtime environment, MediaWiki and the numerous extensions needs to be set up and configured. We take on this task for you.

As application server for semantic::apps, semantic::core targets primarily enterprises and organizations.Combined with semantic::connect, numerous data sources and formats can be integrated, and data synchronization tasks with existing software systems be automated.

Download semantic::core go! VirtualBox Appliance and get your wiki up and running within minutes.

Click "Wiki" in the menu above to find out more.

!!! Features
* Visual Editor - reliable rich-text editor
* Chameleon Skin - highly customizable Bootstrap skin
* Search powered by Elasticsearch
* QR-Code creator - connect "real world" with your wiki
* Forms - add structured data in a jiffy
* Semantic - turning your MediaWiki into a smart knowledge base
* Queries to dynamically create content from semantic data. (Filterable) tables and lists, trees and graphs, diagrams, tag cloud, galleries and slideshows, calendar, maps.
* On Page Comments
Makes Gmail your default email application and provides a button to compose a Gmail message to quickly share a link via email
This extension will open a Compose window in Gmail when you click any email address on a webpage. It also provides a button that will create a Gmail message when clicked, using the page title as the subject and selected page text and link address as the message. For setting the domain name of your "Google Apps for your domain" account, click Options.

By installing this extension, you agree to the Terms of Service at https://chrome.google.com/extensions/intl/en/gallery_tos.html
This repository contains a PHP client to send PHP errors to Flare.
Sentrifugo is a FREE and powerful Human Resource Management System
that can be easily configured to meet your organizational needs.

!!! Features
The only solution you'll need for managing HR processes. Sentrifugo offers a host of adaptable features to meet the needs of both managers and employees.

* Human Resource
* Performance Appraisal
* Employee Self-Service
* Analytics
* Background Checks
* Leave Management
* Service Request
* Resource Requisition
* Interview Schedule
* Feed Forward
* Time Management
* Expenses
* Asset Management
* Dashboard
* Disciplinary
* Employee Exit/Separation
*https://download.ir/udemy-seo-guide-2021-how-i-get-5-000-visitors-a-day-to-my-website/
SerenityOS is a love letter to '90s user interfaces with a custom Unix-like core. It flatters with sincerity by stealing beautiful ideas from various other systems.

Roughly speaking, the goal is a marriage between the aesthetic of late-1990s productivity software and the power-user accessibility of late-2000s *nix. This is a system by us, for us, based on the things we like.
! Quickly setup PXE booting to install any Windows OS or PXE boot linux, etc. with SERVA!
[[rmprepusb.com/tutorials/serva|rmprepusb.com/tutorials/serva]]

also checkout this free PXE software from Aomei Technology - easy to setup up but only supports one boot image at any one time. (thanks to 'Jack' for the heads up on this one!).
This makes installing Windows XP, 2003, Vista, Win 7, Win 8 or Win 2K8 via PXE very easy!

It is called Serva and can be found here. It does NOT require the Windows WAIK to be installed and is quite a small download - with it you can set up a RIS and WDS server on your Windows PC and you don't need to even touch any existing DHCP server or router!

The instructions are easy to follow, but here is what I did to get PXE booting and a Windows 7 install going in just 5-15 minutes!



''My Setup''
I have a typical home network - an ADSL router which has four Ethernet ports (and a wireless aerial) and a Windows 7 PC. The target PXE boot PC was an Asus netbook.


Windows PC <------> Dlink ADSL router + 4 port hub <-------> any other PXE-boot capable computer

(Win 7 + Serva PXE & TFTP Server) (PXE client)

[img[https://www.rmprepusb.com/_/rsrc/1337445745919/tutorials/serva/dell530.jpg?height=200&width=180]]
[img[https://www.rmprepusb.com/_/rsrc/1337445750285/tutorials/serva/dlink.jpg?height=133&width=200]]
[img[https://www.rmprepusb.com/_/rsrc/1337445754815/tutorials/serva/enetnetbook.jpg?height=149&width=200]]
<------------------> <------------------>
!!"Quick How To"
1. Download Serva from the Serva website (the Community version is free)


2. Run the download to unpack and copy the Serva files to any convenient folder on your Windows hard disk (you might like to make a link on your Desktop to the exe)


3. Create a C:\SERVA_ROOT empty folder.



4. Run Serva.exe and click on the Settings button at the bottom (if you get a Windows FireWall warning then ALLOW the program access through the firewall).



5. Click on the TFTP tab and set the Root directory to C:\SERVA_ROOT and tick the TFTP Server box as shown below:


6. Click on the DHCP tab and set proxyDHCP (if you already have a DHCP server or DHCP router)and tick the BINL box.


7. Quit the app and re-run the Serva.exe app again. This is necessary because when Serva re-starts it will generate the PXE download files according to what folders you have created. Serva only does this when it starts. If you make any changes to the folders under C:\SERVA_ROOT then you should always quit and re-run Serva before you try a PXE boot.



8. Check that there are now some folders underneath the C:\SERVA_ROOT folder.



9. Set up a Windows share to the C:\SERVA_ROOT\WIA_WDS folder and after that, use the Windows Advanced Properties dialogue (click on the folder and then click Properties - Sharing) to set access for Everyone and set the Share name to WIA_WDS_SHARE.



10. Copy the contents of your Windows 7 (or Win8/10 or Vista or Server 2K8R2) DVD to a new folder - e.g. copy a Win 7 SP1 32-bit install DVD to C:\SERVA_ROOT\WIA_WDS\Win7_32_SP1



11. If you have more DVDs, just make a new folder for each of them under C:\SERVA_ROOT\WIA_WDS



12. If you have NT OS source files (e.g. 2003, XP or Server2K8 non-R2) then put these under C:\SERVA_ROOT\WIA_RIS and share the C:\SERVA_ROOT folder as WIA_RIS_SHARE (see doc on website). Make sure "Everyone" group has read permission on the just created share. You also need to set a Null Session share on the C:\SERVA_ROOT folder.


13. Quit the Serva app and re-run it



14. Now try to PXE boot your target system



15. For a WDS install (Vista, Win7,Win8, WIN10, SVR2K8R2), you will be prompted for a username and password - use your host PC computername\username and password - e.g. mynewHP\Administrator myhppwd.


That's it - now try to PXE boot a system over Ethernet.


I would recommend using a Windows 10 32-bit or 64-bit install folder (copy of the install DVD) to start with as these will have the most network drivers in them already and will work on any CPU. The troubleshoooting documentation on the Serva website explains how to add OS network drivers if the standard Microsoft install files do not already contain the correct network driver for your target systems.


Troubleshooting
After connecting the network cable, watch the Windows SystemTray network icon - wait until the icon animation has stopped (usually 1-2 minutes) before you attempt to start Serva.
If you having problems, try disabling the Windows Firewall on your PC and temporarily stopping your Anti-Virus protection,.
If you are using a router as a hub, disconnect any other Ethernet cable except for the target PXE system and your Serva Windows PC.
Try a different PXE client notebook or PC - some PXE BIOSes are buggy (not all PXE BIOS ROMs support proxyDHCP PXE booting)!
If it starts to load the OS installation files and then stops with an error message - see here.
If you are installing XP and you just see the black screen with the XP logo, make sure you have set up the Share on the C:\SERVA_ROOT folder correctly and followed the Null Session share instructions.
If the client is having communication problems with the Serva host PC (e.g. PXE client is not receiving the DHCP offer or lots of timeouts, etc.) try switching off and on your router - if still no joy, switch off your host PC, client PC and router. Then switch on the router, wait 1 minute and the switch on your host PC. Now try again!

Note: grldr and grub.exe will not work if the PXE server is using proxyDHCP mode. Grub4dos does not currently support this feature. To use grub4dos your PXE server must also be the DHCP server (i.e. do not use proxyDHCP mode and disable your DHCP server services whilst Serva is running).



Use Oracle VM VirtualBox to PXE boot from Serva
You can PXE boot using Oracle VM Virtual Box to test that PXE booting is working.



1. Add a new Virtual machine which has a virtual hard disk that you can install the OS onto.

2. Set up the Network Adapter to Bridged and set the Name to the physical network adapter on your host system (see below).





You can now install XP or Win7 to your virtual hard disk (if you wish).






Win7 logon pop-up. You may need to add the correct Win 7 network drivers if they are not already in Win 7 WinPE.

[img[https://www.rmprepusb.com/_/rsrc/1365012489668/tutorials/serva/win7logon.jpg?height=333&width=400]]

!!''Booting linux via PXE using SERVA''
Please read[[ here |https://www.vercot.com/~serva/an/NonWindowsPXE3.html]]to see how to boot various linux distros using SERVA.
* https://github.com/wahidmounir/homebase
* [[System Monitoring]]
*ThinClient

! Resources
*https://download.ir/livelesson-red-hat-openshift-administration-red-hat-ex280/
Serverless computing is a cloud computing execution model in which the cloud provider allocates machine resources on demand, taking care of the servers on behalf of their customers. Serverless computing does not hold resources in volatile memory; computing is rather done in short bursts with the results persisted to storage. When an app is not in use, there are no computing resources allocated to the app. Pricing is based on the actual amount of resources consumed by an application.[1] It can be a form of utility computing. "Serverless" is a misnomer in the sense that servers are still used by cloud service providers to execute code for developers. However, developers of serverless applications are not concerned with capacity planning, configuration, management, maintenance, fault tolerance, or scaling of containers, VMs, or physical servers.

Serverless computing can simplify the process of deploying code into production. Serverless code can be used in conjunction with code deployed in traditional styles, such as microservices or monoliths. Alternatively, applications can be written to be purely serverless and use no provisioned servers at all.[2] This should not be confused with computing or networking models that do not require an actual server to function, such as peer-to-peer (P2P).
Manage Browser Tabs and Bookmarks with Ease
Session Buddy is a session manager that allows you to:

* Save open tabs as collections that can be easily restored later. Great for freeing up memory and avoiding clutter.
* Recover your open tabs after a crash.
* See and manage all open tabs in one place.
* Search open tabs and collections to quickly find what you're looking for.
* https://openvpn.net/community-resources/setting-up-your-own-certificate-authority-ca/

This tool is based on (and primarily composed of) the work done by: Vitaly Burkut. The original tool's source can be found here: https://sourceforge.net/projects/keepass-sftp-sync/

This version of the tool contains minor code clean-ups, and one major change. The previous verions will timeout on a slow network connection, this version adds a 2 minute timeout, so even on an extremely slow network connection, you can still access your KeePass wallet. In addition, this version is compiled against .NET 4.0.

I hope to continue development of this addon, as the original developer has not made any updates since 2016.

!! ''SSH Private Key Support''
As of verion 2.2, this plugin supports authentication via SSH Private Key. There are some pitfalls with this authentication method. Please read this section carefully.

The SSHNet library (the SSH library this plugin uses) only supports an older SSH Private Key format. If you use ssh-keygen to create your key IT MOST LIKELY WILL NOT WORK directly.

To convert your key to a format that this plugin can use, load your private key into PuttyGen (https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html), then click Conversions -> Export OpenSSH key.

The new key is now in a format you can use with this plugin. To use it, copy the contents of the exported key file into the new SSH Private Key field under the Advanced tab. Though not visible in the field, the newlines need to be present as they appeared in the key file (and should be if you copied and pasted the key file content directly). Alternatively, you can replace the new line characters with "\n" in the key string that you pasted.

If your key is password protected, you should place the key password in the normal Connection tab Password field.

Not all SSH Private Key files may be supported. A list of known working types can be found here: https://github.com/sshnet/SSH.NET/tree/546e2b9ece47f1982811a0bcdafa93fec7c5d0e3/src/Renci.SshNet.Tests/Data


http://github.com/shellster/keepass-sftp-sync/releases



Shared Questionnaire System(SQS) is a full-functional Optical Mark Reader(OMR) form processing system implemented in Java-Swing, XSL-FO and AJAX with straightforward GUIs. It is aimed at developing social platform to share knowledge about questionnaire.

!!! Features
* SQS SourceEditor: An XML editor as a form designer with outline editor style GUI, which edits media type neutral abstract questionnaire sources.
* The sources can be transformed into OMR forms by using DOM, SAX, XSLT and XSL-FO.
* The OMR forms can be published as PDF files through embedded FO processor with pre-configured TrueType fonts.
* SQS MarkReader: An OMR processor, which processes images of scanned forms, extracts answers from them, calculates statistical results(ex. Excel and CSV spreadsheet files, pie and bar charts).
* The OMR runs in distributed parallel processes based on loosely coupled cluster computing subsystem, with zero configuration. The distributed parallel processes recognize each other through IP multicast.
* The OMR results can be browsed and edited through iTunes like AJAX user interfaces.
* The operators can enter questionnaire item texts of free answer areas manually.
* Internationalized: English and Japanese localized resources are available.
* You can launch SQS Applications by JavaWebStart.
SharpApp is a tool that enables you to download, organize and select from numerous security scripts so that you have a clean and debloated operating system. The program builds on similar apps, including Debonet or Ninite, for instance and spares you the trouble of having to search for, download and configure apps that help increase your privacy and security.
Parser and writer for various spreadsheet formats. Pure-JS cleanroom implementation from official specifications, related documents, and test files. Emphasis on parsing and writing robustness, cross-format feature compatibility with a unified JS representation, and ES3/ES5 browser compatibility back to IE6.

This is the community version. We also offer a pro version with performance enhancements, additional features like styling, and dedicated support.
Shiraz is a small framework including stylesheets and macros to create stylish contents in Tiddlywiki. It uses modified CSS classes from Bootstrap 4.3.1. Shiraz has customized elements like alerts, cards, panels, images, tables, badges, texts, ...

Shiraz release 2 is a rewrite of Shiraz 1.2 and aims to be a micro TW (CSS+macro) framework 
Several other projects share goals with TiddlyWiki:

* IndieWeb - http://indiewebcamp.com/
* Smallest Federated Wiki – http://fed.wiki.org/
* Offline First! – http://offlinefirst.org/
* noBackend – http://nobackend.org/
* Fargo – http://fargo.io/
* Substance.io Composer – http://substance.io/composer/
* Hoodie – http://hood.ie/
*https://news.ycombinator.com/item?id=2913670
https://github.com/NebulousLabs/docker-sia

A simulator which provides a simplified assembler syntax (based on NASM) and is simulating a x86 like cpu. Press Help inside the simulator to see an overview about the supported instructions.


!!! Features
* 8-bit CPU
* 4 general purpose registers
* 256 bytes of memory
* Console output
Simple DNSCrypt is a simple management tool to configure dnscrypt-proxy on windows based systems.
```
<$select field='foo'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>

''foo:'' {{!!foo}}
```

<<<
<$select field='foo'>
<$list filter="1 2 3 4 5">
<option><<currentTiddler>></option>
</$list>
</$select>

''foo:'' {{!!foo}}
<<<
SimpleDatabaseBackup is a KeePass plugin which was created for simpleness. There is no setup, no GUI and no configuration no dependencies. Just copy over the plugin into KeePass plugin folder and you are done.

http://github.com/jnko/SimpleDatabaseBackup/raw/master/SimpleDatabaseBackup.plgx

Last Update:on Mar 17, 2017
Simply Static is a static site generator that converts your existing WordPress website to a static website that you can host on your server, a static hosting provider, or a CDN.

It drastically improves the performance of your website and minimizes security risks as it removes the connection between your traditional server and your static website.

Simply Static can also be used by local development tools like LocalWP or Lando to develop your website offline and push the static site online.

This reduces your hosting costs to zero (depending on your requirements and the used service/provider).
Immersion-reading mode of Chrome extensions, similar to Safari read mode.
https://en.m.wikipedia.org/wiki/Rigs_of_Rods
Free and open-source admin dashboard template built with Bootstrap 4.5
Like a prefix, variable names can be made singular or plural depending on whether they hold a single value or multiple values.

```js
/* Bad */
const friends = 'Bob'
const friend = ['Bob', 'Tony', 'Tanya']

/* Good */
const friend = 'Bob'
const friends = ['Bob', 'Tony', 'Tanya']
```
SiriKali works on Linux, macOS and Microsoft Windows Operating Systems
SiriKali is a Qt/C++ GUI application that manages ecryptfs, cryfs, encfs, gocryptfs, fscrypt and securefs based encrypted folders. These projects are compared here. SiriKali can also connect to ssh servers using sshfs.

!! Supported Backends on Linux:
Fscrypt, Securefs, Ecryptfs, Cryfs, Encfs, Gocryptfs and Sshfs.

!! Supported Backends on Microsoft Windows:
Cryfs, [[Securefs|Securefs]], Encfs and Sshfs.

Users of Securefs should inform SiriKali of where Securefs binary is located on the system by setting the path at: Menu->Settings->Editable Options->Set Executables Search Path.
SiteOrigin Page Builder is a powerful content creation interface, instantly recognizable, astonishingly different. SiteOrigin Page Builder makes it easy to create responsive column-based content using the widgets you know and love. Your content will accurately adapt to all mobile devices, ensuring your site is mobile-ready.
Skynet is an open protocol for hosting data and web applications on the decentralized web using Sia.

Skynet decentralizes "the cloud" so that user and application data is not stored by (and only accessible to) a single, central authority. Instead, data is held in a decentralized manner, allowing it to be:

* Available across the globe
* On any device
* Accessible to any application
* And controlled by the user

https://github.com/SkynetLabs
Skytells Framework is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. Skytells Framework lets you creatively focus on your project by minimizing the amount of code needed for a given task.
Work at the speed of thought.
Slapdash is a rethink of how we work with our cloud apps, with a focus on speed.

This extension adds Chrome superpowers to Slapdash while enhancing the overall Slapdash experience.

Your open tabs will be searchable directly from the Slapdash desktop app. You'll also get access to the "Chrome History" command to quickly search through what you've seen. For both features, no data gets sent to Slapdash servers.

When opening the Command Bar while looking at a page in Chrome, the Command Bar will recommend contextual commands based on the page you are on. 
sleek is an open-source todo app that makes use of the todo.txt format. sleeks GUI is modern and simple but still offers a decent set of functions which help users getting things done. sleek is available as a client for Windows, MacOS and Linux.

Users can add contexts, projects, priorities, due dates, recurrences or threshold dates to their todos. These todo.txt attributes can then be used in full-text search, as filters or to group and sort the todo list.

sleek manages and watches multiple todo.txt files continuously for changes, which makes it easy to integrate sleek with other todo.txt apps. Also users can switch to dark mode and choose from multiple languages.

Todos with due date or repeating todos will trigger notifications and completed todos can be hidden or archived into separate done.txt files. If users have tons of todos, a compact view can come in handy.
Slider is a small plugin to create an ordered set of tiddlers also called ''Trail''.

A trail can be used to create a sequence of selected contents like step by step tutorial, guided help, lessons and similar.

The slider plugin user interface contains four sections

# A sidebar tab called ''Trails'' to manage trails
# A ''dashboard'' for each trail (where trail structure is managed)
# Tiddlers in a trail, also called ''slides''
# A footer tiddler to create sticky footer at the bottom of slides
https://github.com/smallstep
Intelligently blocks adult/pornographic content by applying artificial intelligence to analyze images on every page.

vRate Extension is a smart internet content blocker that filters adult and racy visual elements by analyzing images on a web page leveraging the latest advances in artificial intelligence and machine learning.    The extension gathers information about images on every page and send it to Masala.AI's high performance content rating API  to identify and rate offensive content.  All this happens at near real time to give you an un-interrupted browsing experience while keeping the internet safe for your children.   The smart filter replaces any images containing explicit nudity as well as images with racy content including revealing clothing and provocative poses.  The sensitivity for the blocking behavior, including adult vs. racy content can be controlled in the settings page.  The extension also blocks images in popular search engines including Google, Bing for further safety in search sessions.
Smart Proxy will automatically enable/disable proxy for the sites you visit, based on customizable patterns.
What is SmartProxy
Using proxies cannot be easier with SmartProxy. Think of it as configure once and forget solution. With SmartProxy you don't need to change your proxy manually or turn it on and off. All you have to do is to tell SmartProxy that you want to enable proxy for your desired website with just one click. After that, when you visit that specific website, SmartProxy will act and all you data for that website will be transferred though the proxy, without you doing anything.
Main article: [[Snapshot (computer storage)|https://en.wikipedia.org/wiki/Snapshot_(computer_storage)]]

A snapshot is a state of a virtual machine, and generally its storage devices, at an exact point in time. A snapshot enables the virtual machine's state at the time of the snapshot to be restored later, effectively undoing any changes that occurred afterwards. This capability is useful as a backup technique, for example, prior to performing a risky operation.

Virtual machines frequently use virtual disks for their storage; in a very simple example, a 10-gigabyte hard disk drive is simulated with a 10-gigabyte flat file. Any requests by the VM for a location on its physical disk are transparently translated into an operation on the corresponding file. Once such a translation layer is present, however, it is possible to intercept the operations and send them to different files, depending on various criteria. Every time a snapshot is taken, a new file is created, and used as an overlay for its predecessors. New data is written to the topmost overlay; reading existing data, however, needs the overlay hierarchy to be scanned, resulting in accessing the most recent version. Thus, the entire stack of snapshots is virtually a single coherent disk; in that sense, creating snapshots works similarly to the incremental backup technique.

Other components of a virtual machine can also be included in a snapshot, such as the contents of its random-access memory (RAM), BIOS settings, or its configuration settings. "Save state" feature in video game console emulators is an example of such snapshots.

Restoring a snapshot consists of discarding or disregarding all overlay layers that are added after that snapshot, and directing all new changes to a new overlay.
Snipe-IT is a free and open source asset/license management system with powerful built-in features. It is a web-based software, and must be run on a web server and accessed through a web browser. 

Snipe-IT is very user-friendly, and is ideal for IT operations: tracking who has which laptop, handling software licences, accessories, etc.

!!! Features
* Powerful, user-friendly interface
* Industry-standard best security practices
* Powerful REST API
* Completely free and open source

https://github.com/snipe/snipe-it
!! The Industry’s #1 API Testing Tool
Built for developers and testers alike, SoapUI is the only open source tool that covers the entire testing spectrum (functional, security, load, mocking). With its easy-to-use graphical interface, SoapUI is the entry point for API testing so you can validate REST & SOAP-based web services with ease.
Social Login for Joomla! is a professional though free Joomla! extension that allows your visitors to login and register with social networks like Twitter, Facebook, LinkedIn, LiveJournal, StackExchange, Hyves, Google and Yahoo amongst others.
ZeroMe
Most complex and innovative Dashboard Made by Creative Tim . Check our latest Free Bootstrap 5 Dashboard.

Designed for those who like bold elements and beautiful websites. Made of hundred of elements, designed blocks and fully coded pages, Soft UI Dashboard is ready to help you create stunning websites and webapps.

We created many examples for pages like Sign In, Profile and so on. Just choose between a Basic Design, an illustration or a cover and you are good to go!

Fully Coded Elements

Soft UI Dashboard is built with over 70 frontend individual elements, like buttons, inputs, navbars, navtabs, cards or alerts, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files and classes.

You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Free Bootstrap 5 Dashboard is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.
https://plantuml.com/
!! About Solid
Solid is a mid-course correction for the Web by its inventor, Sir Tim Berners-Lee. It realizes Tim’s original vision for the Web as a medium for the secure, decentralized exchange of public and private data.

!! Why fix the Web?
The first web browser was also an editor. The idea being that not only could everyone read content on the web, but they could also help create it. It was to be a collaborative space for everyone.

However, when the first browser that popularized the web came along, called Mosaic, it included multimedia and editing was taken out. It was considered too difficult a problem. This change was the first curtailing of the web’s promise and spawned an effort led by Tim and others to get the write functionality back. It was dubbed the ‘read-write web’ and led to Richard McManus’ seminal article published in 2003.

The issue with writing data, as Wikipedia and others have learned, is that you need a degree of control over who can write what. That means you need to have permissions to dictate what individuals can do to the data. And to have permissions you need to have a system for identity - a way of uniquely authenticating that an individual is who they purport to be.

Of course the social networks solved this problem within their own systems using their own specific identity and access control, but these were not standard, not interoperable, and gave you no choice in what applications you could use to access that data. You had to have your entire personal or professional life within one silo for it to work. And since the Web is ubiquitous, these silos exist across the data spectrum, from social and medical to financial and civil.

!! When your data is siloed away from you:

You have hardly any visibility into what is being retained.
You have little control over how it is used, or who is using it.
You have little choice in which applications you can use to access it.
It is hard to use as a cohesive unit, specifically because it is siloed, scattered across proprietary vendors, interfaces, and data formats.
All of these factors combine to make it very hard to access all of your own data, and put it to work on your behalf.

!! Why is Solid better?
Solid lets you bring your data together into a decentralized data store called a Pod. It is like a personal Web server for your data.

You control the data in your Pod.
It is all stored and accessed using standard, open, and interoperable data formats and protocols.
Any kind of information can be stored in a Solid Pod.
You can share slices of your data with the people, organizations, and applications you choose, and you can revoke that access at any time.
Because everything is interoperable, different applications can read and write the same data, instead of creating new data silos that make your data difficult to use in its entirety.

Consequently, you can do more with your data, because the applications you decide to use can be granted access to a wider and more diverse set of information. This lets them give you more value, without forcing you to relinquish control of what’s yours.

!! How does Solid work?
A Solid Server hosts one or more Solid Pods, accessible via the Solid Protocol.

A Pod hosted on a Solid Server is fully compartmentalized from any others. It has its own set of data and access rules, and is fully controlled by whoever it belongs to (i.e. you).

You decide where to host your Pod. You can opt to have it hosted for you by an expanding network of Pod Providers, or you can host it yourself.

You can also have more than one Pod, hosted in different places. This is effectively transparent to the applications and services you use, because your data, wherever it is hosted, or data that has been shared with you, is all linked through your Identity.

You can store any kind of data in a Solid Pod, and you can determine who or what can access that data at a granular level, using Solid’s Authentication and Authorization systems.

The linked data model makes the data you store interoperable by using open, standard formats, that can be validated by the Solid Server to ensure data isn’t corrupted by disparate applications.

This means that you can share select portions of your data with other people and groups you trust, or with an emerging ecosystem of applications and services, that can read and write data in your Pod using standard patterns for application interoperability. And just as you can share your data with others, they can also share their data with you. This creates rich and collaborative experiences across a combination of both personal and shared data.

!! How can I get involved?

Solid is a burgeoning technology that is already being applied in the real-world to solve practical problems, introducing exciting new ways for people to control their data and extract value from it.

The Solid ecosystem evolves and expands thanks to the efforts of the Solid Community. Check out some of the applications created by the community as well as some of the exciting work underway in several prestigious Research Labs across the world.


*https://solidproject.org/apps
Find your favorite (foreign) song on lyricstranslate.com and generate an Anki space-repetition flashcard set to learn all the words!
Are you learning a foreign language? Is there a song you like and wish you knew the words? 

The Song to Anki extension can help! The extension builds a custom flash card deck of all the lines in your song of choice, aligned with their translation, for easy import into Anki spaced repetition software. What's more is that the more difficult words in your target language will be left as fill-in-the-blank, following a method called "cloze deletion" designed to improve retention and force you to learn words or phrases that you don't already know.

Usage:
Go to lyricstranslate.com and find a song you like. Then select the song translation in your language of choice. Finally, click the Song to Anki icon, verify the language you're learning in the text box, and click submit. You'll then be prompted to download an Anki (.apkg) flash card deck.

The following iterates over all indexes found in the data tiddler [[$:/data/core/widgets]] and outputs it into a select widget as demonstrated in [[Widgets]]...

```
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>>>
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>

[[$:/temp/widget-browser]] => {{$:/temp/widget-browser}}
```

<<<
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>>>
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>

[[$:/temp/widget-browser]] => {{$:/temp/widget-browser}}
<<<
* https://github.com/kantord/LibreLingo
* [[Anki]]
* https://github.com/supermemo
* https://github.com/alessivs/supermemo-wine
* https://github.com/tema6120/ForgetMeNot
* https://github.com/ulangi/ulangi
* https://github.com/yishn/Recall
* http://learning.mpi-sws.org/memorize/
* https://github.com/Networks-Learning/spaced-selection
*https://github.com/frostmark/spaced_repetition_telegram_bot
* https://github.com/nordquists/cram
*https://github.com/wahidmounir/retain
*https://github.com/reshreshus/tenjin-book
*https://github.com/fasiha/ebisu
*https://github.com/manu354/spaced-in
*https://github.com/MorganJamesSmith/TerminalFlashcards
*https://play.google.com/store/apps/details?id=com.speechling.speechling


















Spaceship is a minimalistic, powerful and extremely customizable Zsh prompt. It combines everything you may need for convenient work, without unnecessary complications, like a real spaceship.

SparkleShare is a file sharing and collaboration app. It works just like Dropbox, and you can run it on your own server. It's available for Linux distributions, macOS, and Windows.

!!! How does it work?
SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or "projects") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file.
* [[Run Inside windows]]
* [[RTOS]]
*[[Security Oriented distros]]
SpeedCrunch is a high-precision scientific calculator featuring a fast, keyboard-driven user interface.
* https://spideroak.com/semaphor/
* https://spideroak.com/semaphor/whitepaper/

!! SOURCE CODE

* https://spideroak.com/release/semaphor/source
https://www.grc.com/sr/whatitdoes.htm
* https://github.com/keikai/keikai
Spreadsheet Compare (Excel compare) is a Microsoft Excel Add-In, written in VBA, that performs a cell-by-cell comparison of Worksheets within the same or different Workbooks. Requires Excel 2000 or later. Check out the Home Page for more info!

!!! Features
* Perform cell by cell compare
* Perform a database style compare (named columns)
* Generate report of changes
* Generate a merged differences workbook in the original workbook format
* Compare singular worksheets or an entire workbook
* Copy differences from one worksheet to another during a compare
Spyder is a free and open source scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It features a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.

Beyond its many built-in features, its abilities can be extended even further via its plugin system and API. Furthermore, Spyder can also be used as a PyQt5 extension library, allowing you to build upon its functionality and embed its components, such as the interactive console, in your own software.
* https://www.grc.com/sqrl/sqrl.htm
* https://github.com/trianglman/sqrl
* https://github.com/geir54/android-sqrl
* https://github.com/Novators/libsqrl
* https://github.com/jestin/SqrlNet
* https://github.com/sqrldev/SQRLDotNetClient
* https://github.com/karlthepagan/SQRL
* https://github.com/Jaaap/SQRL
* https://github.com/kalaspuffar/secure-quick-reliable-login
* https://github.com/sqrldev/wordpress-sqrl-login
* https://www.youtube.com/watch?v=uU1fY_xm9BE
* https://www.hypr.com/secure-quick-reliable-login/


SSHFS-Win is a minimal port of SSHFS to Windows. Under the hood it uses Cygwin for the POSIX environment and WinFsp for the FUSE functionality.

!! ''Installation''
Install the latest version of WinFsp.
Install the latest version of SSHFS-Win. Choose the x64 or x86 installer according to your computer's architecture.
!! ''Basic Usage''
Once you have installed WinFsp and SSHFS-Win you can map a network drive to a directory on an SSHFS host using Windows Explorer or the net use command.

!! ''Windows Explorer''
In Windows Explorer select This PC > Map Network Drive and enter the desired drive letter and SSHFS path using the following UNC syntax:

\\sshfs\REMUSER@HOST[\PATH]
The first time you map a particular SSHFS path you will be prompted for the SSHFS username and password. You may choose to save these credentials with the Windows Credential Manager in which case you will not be prompted again.

In order to unmap the drive, right-click on the drive icon in Windows Explorer and select Disconnect.

[img[https://github.com/billziss-gh/sshfs-win/raw/master/cap.gif]]

!! ''GUI front ends''
There are currently 2 GUI front ends for SSHFS-Win: SiriKali and SSHFS-Win-Manager.

!! ''SiriKali''
SiriKali is a GUI front end for SSHFS-Win (and other file systems). Instructions on setting up SiriKali for SSHFS-Win can be found at this link. Please report problems with SiriKali in its issues page.

!! ''SiriKali supports:''

Password authentication.
Key Agents and KeePass 2.
Public key authentication.
SSHFS-Win-Manager
SSHFS-Win-Manager is a new GUI front end specifically for SSHFS-Win. It is currently in Beta testing. Please report problems with [[SSHFS-Win-Manager|https://github.com/evsar3/sshfs-win-manager]] in its issues page.
* [[How to Create Your Own SSL Certificate Authority for Local HTTPS Development|]]
* [[Setting up your own Certificate Authority (CA)|]]
* [[Creating a Self-Signed SSL Certificate for your Intranet Services|]]

The Subtitling Add-In for Microsoft PowerPoint (STAMP) helps Microsoft PowerPoint 2016, 2013 and 2010 users add closed captions to the video and audio files included in their presentations, which boosts their impact for those with hearing disabilities.

!!! Features
* Microsoft Office 2016, 2013 and 2010 supported
* Included caption editor for users to enter subtitles directly into PPT
* Allows users to import and export (subset of) Timed Text Markup Language (TTML) files
* Subtitles can also be used for localizing in different languages, training and many other uses.
* Caption formatting: font colour and background colour
* Caption alignment: text within the captions and caption physical location
* Captions created are PowerPoint elements so anyone can view your presentation
{{$:/.tb/template/fields-standard}}

Rendered via...
<pre><$view tiddler="$:/.tb/template/fields-standard"/></pre>
Star live distro powered by Devuan stable linux (Non-Systemd).

Images to choose from:
64 bit - Xfce (minimal), Fluxbox, Openbox, Jwm, i3, Cli
32bit - Jwm, Cli

There is a small selection of applications, including: web browser, text editor, image viewer, pdf viewer, file manager, terminal, media player.

If you like to customize your desktop, then this is the distro you you!


This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

!!! Features
* Built on Devuan stable
* Xfce (minimal), Fluxbox, Openbox, Jwm, i3, Cli
* Small selection of applications
* Lightweight, small
* Backports enabled by default
* Graphical And Text installers
* improved video support
* improved wifi support
* Dark theme
The minimal, blazing-fast, and infinitely customizable prompt for any shell!

* Fast: it's fast – really really fast! 🚀
* Customizable: configure every aspect of your prompt.
* Universal: works on any shell, on any operating system.
* Intelligent: shows relevant information at a glance.
* Feature rich: support for all your favorite tools.
* Easy: quick to install – start using it in minutes.
SB Admin is an open source, admin dashboard template for Bootstrap created by Start Bootstrap.
SB Admin 2 is an open source admin dashboard theme for Bootstrap created by Start Bootstrap.

For the legacy Bootstrap 3 version of this theme, you can view the last stable release of SB Admin 2 for Bootstrap 3.
StarUML is an open source project to develop fast, flexible, extensible, featureful, and freely-available UML/MDA platform running on Win32 platform. The goal is a compelling replacement of commercial UML tools such as RationalRose, Together and so on.
!!! UML -> OpenAPI3.0 Generator for StarUML

This StarUML extension is an implementation of the UML->API technical specification at https://edi3.org/uml-profile/. Please review the specification before using this extension because it provides some insight into the UML constructs that are supported and how they map to OpenAPI3.0 specifications.
Codestar
=================

This extension lets the user navigate to a file and pattern in VSCode. It is designed for me to be able to draw up a diagram, and then tag various elements with VSCode locations and jump to them quickly. In essence, this is a map of your code.
!!! C++ Extension for StarUML

This extension for StarUML(http://staruml.io) support to generate C++ code from UML model and to reverse C++ code to UML model. Install this extension from Extension Manager of StarUML.
!!! C# Extension for StarUML

This extension for StarUML(https://staruml.io) support to generate C# code from UML model and to reverse C# code to UML model. Install this extension from Extension Manager of StarUML.
!!! DDL Extension for StarUML

This extension for StarUML (http://staruml.io) support to generate DDL (Data Definition Language) from ERD. Install this extension from Extension Manager of StarUML.

!!! StarUML extension to auto generate Django Models

This extension for StarUML(http://staruml.io) support to generate Django model code from UML model. Install this extension from Extension Manager of StarUML.

!!! Features

* Auto-generate Django Model Class.
* Auto-generate attributes with the suitable type, using standard Djando Model Field, provided by Django ORM.
* Generate inheritance, (if not exist by default models.Model).
* Generate relationship, using cardinality, create suitable fields, OneToOne, ForeingKey and ManyToMany.
* Auto add attributes in Meta models, using tags.
* Auto add aditional params to model attributes and model relationships fields using defined tags.
StarUML Extension for Generating Getters and Setters
This extension allows to generate getters and setters for selected attributes or selected classes.
!! Java Extension for StarUML

This extension for StarUML(http://staruml.io) support to generate Java code from UML model and to reverse Java code to UML model. Install this extension from Extension Manager of StarUML.
!! PHP Extension for StarUML

This extension for StarUML(http://staruml.io) support to generate PHP code from UML model. Install this extension from Extension Manager of StarUML.

Based on https://github.com/staruml/staruml-java
!!! Postgresql DDL Extension for StarUML 2

This extension for StarUML support to generate DDL (Data Definition Language) from PostgreSQL. Install this extension from Extension Manager of StarUML.
!!! Python Extension for StarUML

This extension for StarUML(http://staruml.io) support to generate Python code from UML model. Install this extension from Extension Manager of StarUML.

!!! ERD Generation Extension for StarUML v3

This extension for StarUML support to generate ER Data Model from database schema.
!! StarUML-TypeScript

TypeScript Code Generator for StarUML 3
Shortcut your way through all your work
Station helps you find key information scattered across hundreds of apps thanks to a unified search nested in your browser. 

Stop losing time searching for your work.

Whenever you need to access or share any document, task, and information, Station instantly resurfaces the most relevant results intelligently as you go about your work. No more switching through apps, tabs, or asking your co-workers. You can rely on Station to preserve everyone's productivity.

Make information actionable with Power-ups: check your team's latest edits and comments in Google Drive or join your next call instantly without opening your Calendar. You can customize Station to your work flow with tons of other views like pins, frequently visited pages, and more. 

We're currently working on collaborative features to help teams automatically organize all the knowledge they share across cloud services (like Google Drive), knowledge bases (Notion or Airtable), task managers, and more.

Use Station to instantly find information scattered across hundreds of apps and give yourself a productivity boost.
Shortcut your way through all your work
<<dbadge Tiddlywiki 5.1.21+ primary>> <<dbadge License MIT success>> <<dbadge Release "1.0.0" warning>> <<dbadge Status "statble" danger>>
StayFocusd increases your productivity by limiting the amount of time that you can spend on time-wasting websites.
You sit down at the computer, and you swear you'll be productive. Next thing you know, it's twelve hours later. You've checked your email, updated your Facebook status, blown through 200 pages of Reddit, read every article in your Twitter feed, looked up your favorite band on Wikipedia, vanity googled yourself, cyber-stalked your ex, browsed through all your high-school crushes' Instagram feeds, and lost a week's pay playing online poker.

What you haven't done is WORK.

StayFocusd is a productivity extension for Google Chrome that helps you stay focused on work by restricting the amount of time you can spend on time-wasting websites. Once your allotted time has been used up, the sites you have blocked will be inaccessible for the rest of the day.

Before you create a VHD file, you need to install the Windows AIK on the local computer. This kit is full of utilities for deploying and maintaining images (.wim files and .vhd files). To install the kit, use the following procedure.

''To install the Windows AIK''

# Browse to the location where you stored the Windows AIK media and double-click Startcd.exe.

# In the User Account Control dialog box, click Yes.

# In the left pane of the Welcome to the Windows Automated Installation Kit page, click Windows AIK setup.

# On the Windows Automated Installation Kit Setup Wizard page, click Next.

# On the License Terms page, select I agree, and then click Next.

# Select an appropriate installation folder or leave the default setting, and then click Next.

# On the Confirm Installation page, click Next and wait for the installation to finish.

# After the installation has finished, click Close to exit the Windows AIK setup.

When the installation is successful, you have installed all the tools that you will need. The primary tool you will use in this scenario is ImageX, which you will use to apply the image to the VHD. But before you can apply the image, you need to create the VHD as explained in the next step.
To store the VHDs that you will create, this example scenario uses a local folder, C:\VHD Files. However, you can use any name and location that you desire. Instead of storing VHDs in a subfolder, you could store them in the root of the drive. Use the following procedure to create a VHD by using the user interface.

!! ''To create a VHD by using Disk Management''
#On the start menu, right-click Computer, and then click Manage.

#In the User Account Control dialog box, click Yes.

#In the left pane of the Computer Management console, click Disk Management.

#In the right pane, click More Actions, and then click Create VHD.

#On the Create and attach Virtual Hard Disk page, specify the following settings, and then click OK:

**Location: C:\VHD Files\WIN7.vhd

**Virtual hard disk size: 50 GB

**Virtual hard disk format: Dynamically expanding

You should create a dynamically expanding VHD only when you want to save on the amount of initial disk space that you use. With this option, only a small VHD is created initially, and it will grow dynamically as you add data to the VHD. However, using this type of file has an impact on performance because not all blocks are consistently written next to each other on the physical disk. For servers or workstations where performance is of concern, you should consider creating a fixed-size VHD.


<<<
 Note

If this is the first time that you have created a VHD, an indicator appears in the notification area to inform you that a driver is being installed.

<<<

#The next thing you need to do is initialize the disk. In Disk Management, right-click the 50 GB disk that you just created (notice that the VHD is distinguished with a light blue icon), and then select Initialize Disk.

#On the Initialize Disk page, ensure that the VHD you just created is selected and that MBR is the selected partition style. Click OK.

#After the disk is initialized, you can create a partition on it. Right-click the unallocated space of the disk, and then click New Simple Volume.

#In the Welcome to the New Simple Volume Wizard, click Next.

#On the Specify Volume Size page, leave the default values (you will use the entire size of the disk as the system volume), and then click Next.

#In the Assign Drive Letter or Path list, choose drive letter V:, and then click Next.

#Under Format this volume with the following settings, specify the following options, and then click Next:

** File system: NTFS

** Allocation unit size: Default

** Volume label: system

#To create the partition, on the Completing the New Simple Volume Wizard page, click Finish.

Wait a few second for the partition to be created. Do not close the Computer Management console yet because you will need it later in this scenario.
One of the limitations of native VHD boot is that it is only available with Windows 7 Enterprise, Windows 7 Ultimate, or Windows Server 2008 R2 (all editions). Windows image (.wim) files often contain more than one edition of Windows, so you first need to determine the edition (and its “index number”) that you want to use. This is especially true for the Install.wim file that is available on the installation media. In Step 1, you installed the Windows AIK, which contains the tools to determine the index number. In the following procedure, you will search for the index number (in this example Windows 7 Enterprise), and then you will apply Windows 7 Enterprise to the VHD. The tool you will use is new to Windows 7; it is called Deployment Image Servicing and Management (DISM). To perform these steps, use the following procedure.

!! ''To apply a Windows image to the VHD''
#Click Start, point to All Programs, and then click Microsoft Windows AIK.

#Right-click Deployment Tools Command Prompt, and then click Run as administrator.

#In the User Account Control dialog box, click Yes.

#Type the following DISM command to view information about the editions of Windows within the .wim file.




```
dism /Get-Wiminfo /Wimfile:”C:\Sources\Windows 7 Enterprise\Sources\install.wim”
```


#You will see that there is only one edition of Windows 7 Enterprise available in the .wim file. Remember the index number because you will use it in the next step to apply the data to the VHD.


<<<
 Note

If you want more information about a specific edition of Windows 7 in the .wim, type /Index: `Number` at the end of the previous command.

<<<


#Now that you have the index number, you can apply the data from the .wim file to the VHD. To do this, type the following ImageX command:


```
imagex /apply ”C:\Sources\Windows 7 Enterprise\Sources\install.wim” 1 v:
```

#Wait for the command to finish. The whole process can take 10 minutes or longer depending on the performance of your computer.

#Type exit in the Command Prompt window to close it.
You have almost completed the steps that are required for booting to a VHD. The last task is to change the boot configuration data (BCD) store, which is essentially the successor to the Boot.ini file in previous versions of Windows. The default tool for editing the BCD store is the BCDEdit command-line tool.

Next, you will use BCDEdit to add a boot entry to the store. This will enable you to select the VHD when you start the computer. To do this, use the steps in the following procedure.

!!! ''To change the BCD''
# Open an elevated Command Prompt window (click Start, right-click Command Prompt, and click Run as administrator).

# In the User Account Control dialog box, click Yes.

# To take a first look at the BCD store, you will use BCDEdit to view (enumerate) the current Windows Boot Loader entries. To do this, type bcdedit /enum. The output will look similar to Figure 2:

[img[bcdedit1.jpg]]

You could create a new entry manually, but it is easier to copy the settings from the current boot entry and use that as a starting point. To copy the current entry, type the following command:


```
bcdedit /copy {current} / d “Windows 7 VHD Boot”
```

The output will generate a GUID, which is associated with the new boot entry. Take note of this GUID because you will use it to change settings in the next step.

You need to change two crucial settings in the boot loader entry. These settings tell the Windows Boot Manager to look for the VHD during initialization. Type the following commands with the appropriate GUID to alter the device and osdevice settings of the new boot entry.


```
bcdedit /set {d89f3fa4-6416-11de-b070-b08b383b8f33} device vhd=”[locate]\VHD Files\WIN7.vhd”

bcdedit /set {d89f3fa4-6416-11de-b070-b08b383b8f33} osdevice vhd=”[locate]\VHD Files\WIN7.vhd”
```

The setting [locate] instructs Windows Boot Manager to locate the VHD without requiring you to specify a drive letter.

Because you will be using an installation of Windows 7 in the VHD, you also need Windows Boot Manager to detect the hardware abstraction layer (HAL) during setup. The HAL is basically an interface between the software and hardware of the computer. To enable a setting to make this possible, type the following command:




```
bcdedit /set {d89f3fa4-6416-11de-b070-b08b383b8f33} detecthal Yes
```


<<<
Note

If you want to set the VHD boot loader entry as the default boot configuration, type the following command: Bcdedit /default {d89f3fa4-6416-11de-b070-b08b383b8f33}
<<<


If you run the bcdedit /enum command again, you will see the new entry in the output, similar to Figure 3.

[img[bcdenum.jpg]]

You have now created a boot entry for the VHD that you created earlier. Type exit in the Command Prompt window to close it.
The final step is to detach the VHD. This prevents data corruption, which can occur if you restart the computer while the VHD is attached. If the VHD remains attached, files could remain open or locked, and the data on the VHD would eventually be damaged. Just like attaching a VHD, you can detach the VHD by using the Disk Management user interface. Assuming that the Computer Management console is still open, use the following procedure to detach the VHD.

''To detach the VHD''

#In Disk Management, right-click the disk that represents the attached VHD, and then click Detach VHD. (Remember that the disk is displayed with a light blue icon.)

#On the Detach Virtual Hard Disk page, ensure that the Delete the virtual hard disk file after removing the disk check box is not selected, and then click OK.

#Close the Computer Management console.

You have now completed all the steps to create a VHD, apply an operating system to it, and configure the BCD store so that users can select the VHD when they start the computer. All that remains is to restart the computer and start the installation.
* [[AHCI|]]
* [[RAID|]]
* [[AHCI vs RAID FAQ|]]

* [[What are Storage Spaces?|What are Storage Spaces?]]
* [[Why Storage Spaces?|Why Storage Spaces?]]
* [[Resiliency]]
* [[How to setup Storage Spaces]]
* [[Additional information]]
*  [[Implement StorageSpace on VM]]

API creation made simple, secure and fast.
The most advanced open-source headless CMS to build powerful APIs with no effort.

Strapi is a free and open-source headless CMS delivering your content anywhere you need.

* Keep control over your data. With Strapi, you know where your data is stored, and you keep full control at all times.
* Self-hosted. You can host and scale Strapi projects the way you want. You can choose any hosting platform you want: AWS, Render, Netlify, Heroku, a VPS, or a dedicated server. You can scale as you grow, 100% independent.
* Database agnostic. You can choose the database you prefer. Strapi works with SQL & NoSQL databases: MongoDB, PostgreSQL, MySQL, MariaDB, and SQLite.
* Customizable. You can quickly build your logic by fully customizing APIs, routes, or plugins to fit your needs perfectly.
Substital lets you easily add subtitles to videos online.
Substital is a solution to play subtitles on videos online, either it is for entertainment, language-learning, or to make the videos accessible to the Deaf and Hard-of-Hearing.

!!! FEATURES:

* - Fully integrated with Netflix, Amazon Prime Video, YouTube, Dailymotion, and Vimeo.
* - Supports most of the videos found online and is not limited to the major video platforms.
* - Synchronize the subtitles if they are out of sync.
* - Change the subtitles color, the background color, and set the subtitles background to transparent or solid.
* - Substital automatically adapts the subtitles size to the size of the video for a better viewing experience.
* - Substital automatically detects the right character encoding to use for playing the subtitles. It makes sure that characters always display nicely, even in Greek or Arabic.
* - Substital is passive by default and won't inject anything in the pages you visit. Only YOU decide when to add subtitles to a video.
* - Add your own subtitles easily in the videos with a simple drag and drop, or directly search for subtitles with the built-in search feature. Supported format: SubRip (.SRT) or ZIP archive containing a .SRT.
SuiteCRM is the award-winning open-source, enterprise-ready Customer Relationship Management (CRM) software application.

Our vision is to be the most adopted open source enterprise CRM in the world, giving users full control of their data and freedom to own and customise their business solution.

''Plugins''

*https://crm.place/modules/sugarcrm/advanced-openportal/
Supabase is an open source Firebase alternative. We're building the features of Firebase using enterprise-grade open source tools.

* Hosted Postgres Database
* Realtime subscriptions
* Authentication and authorization
* Auto-generated APIs
* Dashboard
* Storage (coming soon)
* Functions (coming soon)



https://supabase.io/
Super CSV is a fast, programmer-friendly, open-source library for reading and writing CSV files with Java.

PLEASE NOTE: As of January 2015 we have now moved to GitHub (https://github.com/super-csv/super-csv). This SourceForge page will remain, but with limited functionality (please go to GitHub to report issues and for project downloads).

It is highly configurable, and supports reading and writing with POJOs, Maps and Lists. It also has support for deep-mapping and index-based mapping with POJOs, using the powerful Dozer extension.

Its flexible 'Cell Processor' API automates data type conversions (parsing and formatting Dates, Integers, Booleans etc) and enforces constraints (mandatory columns, matching against regular expressions etc) - and it's easy to write your own if required.

Super CSV is actively maintained, and the developers are ready and willing to help out if you get stuck :)

Please check out the project website for examples and help getting started

!!! Features
* POJO support (new and improved!)
* Automatic CSV encoding
* Highly configurable
* Data conversion
* Constraint validation
* Stream-based I/O
Organize your daily tasks in one place while making time tracking a lot less annoying. Super Productivity is a ToDo List / Time Tracker / Personal Jira Task Manager for Linux, MacOS and Windows aimed at reducing the time you spend with repetitive tasks and to provide you with a place to collect all the information you need to do your job.

* Plan, track & summarize. Create time sheets and work summaries in a breeze to easily export them to your company's time tracking system.
* Integrate with Jira, GitHub and GitLab. Auto import tasks assigned to you, plan the details locally, automatically create worklogs and get notified right away, when something changes.
* Organize your project's data. Create notes, attach files or create bookmarks for links, files and even commands and have it all out of the way, once you're ready for the weekend.
* Helps you to establish healthy habits. A break timer reminds to you, when it's time to step away. You also can collect personal metrics for yourself to see, which of your work routines need adjustments.
* Stuck and procrastinating? No problem! Super Productivity's anti procrastination feature helps you to reconsider your options and a pomodoro timer is also always at hand.
* Super Productivity does NOT collect any data and there are no user accounts or registration. It's free and open source and always will be.
Allows communication with jira and idle time tracking for super productivity inside the browser.
This is an extension for the web app (@see: https://super-productivity.com/. It is required to allow the web app to access Jira issues and to handle a users idle state in order to let them handle time tracking for those periods.  
Progressive Web Apps (PWA) is a new technology that combines the best of mobile web and the best of mobile apps to create a superior mobile web experience. They are installed on the phone like a normal app (web app) and can be accessed from the home screen.


Users can come back to your website by launching the app from their home screen and interact with your website through an app-like interface. Your return visitors will experience almost-instant loading times and enjoy the great performance benefits of your PWA!

Super Progressive Web Apps makes it easy for you to convert your WordPress website into a Progressive Web App instantly!

Once SuperPWA is installed, users browsing your website from a supported mobile device will see a “Add To Home Screen” notice (from the bottom of the screen) and will be able to ‘install your website’ on the home screen of their device. Every page visited is stored locally on their device and will be available to read even when they are offline!

SuperPWA is easy to configure, it takes less than a minute to set-up your Progressive Web App! SuperPWA does a clean uninstall, by removing every database entry and file that it creates. In fact, none of the default settings are saved to the database until you manually save it the first time.
Supertag is a tag-based filesystem, written in Rust, for Linux and MacOS. It provides a tag-based view of your files by removing the hierarchy constraints typically imposed on files and folders. In other words, it allows you to think about your files not as objects stored in folders, but as objects that can be filtered by folders.
!!! ''GRUB2''
GRUB2 supports booting from GPT and MBR partition tables via the part_gpt and part_msdos modules. However, a successful setup and GRUB2's ability to boot correctly depends both on loaded partition modules and on correctly installing GRUB2. A determining factor in how GRUB2 is installed (BIOS-MBR vs BIOS-GPT) is the presence of a EE00 (GPT protective) partition as the first partition in the MBR.

With a hybrid MBR, GRUB2 will install if the first partition in the MBR table is an EE00 partition. An EF02 partition should be present anywhere in the disk and not necessarily in the MBR list. Leave enough open sectors before the first partition!


<<<
 Note
In this case one does not have to add/list an EE00 partition in the hybrid MBR list manually, gdisk will provide a prompt to list one if booting with GRUB2 before displaying the provided list (up to 3 partitions) by the user.
<<<

GRUB2 requires an EE00 partition type at the first listing in the MBR partition list entry, however it may pose a problem when booting other operating systems on the same disk (especially Windows). A workaround is available in order to recognize a GPT partitioned disk with (or without) hybrid MBR. Removing any protective EE00 partition with the fdisk command.

 `Warning
Do not use gdisk to remove the EE00 partition! The gdisk command does not work because a "fake" partition exists to protect the main GPT table while booted in BIOS - MBR mode.`


Use other disk tools such as parted (sys-block/parted) or gparted (sys-block/gparted) to resize after that. Otherwise use gdisk to add protective EE00 partitions to protect at least GPT main and backup the partition before using any non-GPT aware tools if necessary.

Another issue should be addressed when attempting to use a GPT Hybrid MBR configuration: Windows MSDOS based bootloaders) may not find suitable partitions to boot from if there is a EE00 partition protecting the GPT main partition table (sectors 1-2047). If this happens remove the protective EE00 partition before getting a valid MBR partition list in [MS]DOS tools (to format a partition for example, the tools recognized a GPT partitioned disk at least). And then use gdisk to recompute the CHS value for hybrid MBR (in the recovery and transformation menu, or in the expert section of gdisk's main menu).
https://svelte.dev/
API Development for Everyone

Simplify API development for users, teams, and enterprises with the Swagger open source and professional toolset. Find out how Swagger can help you design and document your APIs at scale.
Generate interactive OpenAPI documentation for your RESTful API using doctrine annotations.

For a full list of supported annotations, please have look at the OpenApi\Annotations namespace or the documentation website.
a driver for Windows that let you use a Linux swap partition for temporary storage like a RAM-disk. It is possible to put Windows page file on it and it has support for Plug and Play and Power Management so that standby and hibernation works. SwapFs is implemented as a disk filter driver.

http://www.acc.umu.se/~bosse/swapfs/swapfs-3.3.zip
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of target languages including common scripting languages such as Javascript, Perl, PHP, Python, Tcl and Ruby. The list of supported languages also includes non-scripting languages such as C#, D, Go language, Java, Lua, OCaml, Octave, R and Scilab. Also several interpreted and compiled Scheme implementations (Guile, MzScheme/Racket) are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG is typically used to parse C/C++ interfaces and generate the 'glue code' required for the above target languages to call into the C/C++ code. SWIG can also export its parse tree in the form of XML.

SWIG is used in a number of ways:

''Building more powerful C/C++ programs''. Using SWIG, you can replace the main() function of a C program with a scripting interpreter from which you can control the application. This adds quite a lot of flexibility and makes the program "programmable." That is, the scripting interface allows users and developers to easily modify the behavior of the program without having to modify low-level C/C++ code. The benefits of this are numerous. In fact think of all of the large software packages that you use every day---nearly all of them include special a macro language, configuration language, or even a scripting engine that allows users to make customizations.

''Rapid prototyping and debugging''. SWIG allows C/C++ programs to be placed in a scripting environment that can be used for testing and debugging. For example, you might test a library with a collection of scripts or use the scripting interpreter as an interactive debugger. Since SWIG requires no modifications to the underlying C/C++ code, it can be used even if the final product does not rely upon scripting.

''Systems integration''. Scripting languages work fairly well for controlling and gluing loosely-coupled software components together. With SWIG, different C/C++ programs can be turned into scripting language extension modules. These modules can then be combined together to create new and interesting applications.

''Construction of scripting language extension modules''. SWIG can be used to turn common C/C++ libraries into components for use in popular scripting languages. Of course, you will still want to make sure that no-one else has already created a module before doing this.
Soft links is a special kind of file that points to another file, much like a shortcut. Unlike a hard link, a symbolic link does not contain the data in the target file. It simply points to another entry somewhere in the file system. This difference gives symbolic links certain qualities that hard links do not have, such as the ability to link to directories, or to files on remote computers networked through NFS. Also, when you delete a target file, symbolic links to that file become unusable.

* A soft link does not contain the data in the target file.
* A soft link points to another entry somewhere in the file system.
* A soft link has the ability to link to directories, or to files on remote computers networked through NFS.
* Deleting a target file for a symbolic link makes that link useless.


<<<
A symbolic link is a link to another name in the file system.
<<<
https://github.com/symfony/maker-bundle
Spelling correction & Fuzzy search: 1 million times faster through Symmetric Delete spelling correction algorithm

The Symmetric Delete spelling correction algorithm reduces the complexity of edit candidate generation and dictionary lookup for a given Damerau-Levenshtein distance. It is six orders of magnitude faster (than the standard approach with deletes + transposes + replaces + inserts) and language independent.

Opposite to other algorithms only deletes are required, no transposes + replaces + inserts. Transposes + replaces + inserts of the input term are transformed into deletes of the dictionary term. Replaces and inserts are expensive and language dependent: e.g. Chinese has 70,000 Unicode Han characters!
https://github.com/etesync/server
A tool that enables you to remove user and computer-specific data from the operating system image. This enables you to capture the image and deploy it to other computers. For more information, see Sysprep Technical Reference on Microsoft TechNet (http://go.microsoft.com/fwlink/?LinkId=155027).
Sysprep the Core Image
Now I need to sysprep the core image before it’s usable. but I don’t want to repeat this whole process from scratch next month. So I’m going to copy the VHDX and create a new VM that I will sysprep.  So back to the host


```
copy .\CorePatched.vhdx CoreSysprep.vhdx
new-vm -Name CoreSysprep -MemoryStartupBytes 512MB -BootDevice VHD -VHDPath G:\temp\CoreSysprep.vhdx -Generation 2 -SwitchName TestLab
```


```
Name        State CPUUsage(%) MemoryAssigned(M) Uptime   Status
 ----        ----- ----------- ----------------- ------   ------
 CoreSysprep Off   0           0                 00:00:00 Operating normally
```


```
start-vm coreSysprep
vmconnect localhost coresysprep
```

Now on the new VM run


```
c:\windows\System32\Sysprep\sysprep.exe /quiet /oobe /generalize /shutdown
```

Once the VM is shutdown it’s time to look at our progress on the host.

Compacting the Images

```
dir core*
```


```
    Directory: G:\temp
Mode                LastWriteTime         Length Name
 ----                -------------         ------ ----
 -a----        5/14/2015   9:20 PM     5641338880 CoreFromIso.vhdx
 -a----        5/15/2015   4:10 PM     9265217536 CorePatched.vhdx
 -a----        5/15/2015   4:27 PM     9265217536 CoreSysprep.vhdx
```

Wow, almost 10 gigs. not exactly small. Well we are not done. We need to convert both our images to WIM and the core one back to VHDX. The transfer from VHDX to WMI and back to VHDX does a better job then using a utility to write all 0’s to the disk and then compact it. This is partly due to the swap file. Back on the host we need to create a folder to mount the VHDX into and then create the WIM.


```
mkdir g:\mount
```


```
    Directory: G:\
Mode                LastWriteTime         Length Name
 ----                -------------         ------ ----
 d-----        5/15/2015   8:54 PM                mount
```


```
Mount-WindowsImage -ImagePath G:\temp\CoreSysprep.vhdx -Path G:\Mount -Index 1
```


```
Path           : G:\Mount
 Online         : False
 Restart Needed : False
```


```
New-WindowsImage -CapturePath G:\Mount -Name 2012r2_Core -ImagePath G:\Temp\2012r2Core.wim -Description "2012r2 Core Patched May 2015" -Verify
```


```
LogPath : C:\Windows\Logs\DISM\dism.log
```


```
Dismount-WindowsImage -Path G:\mount -Discard
```


```
LogPath : C:\Windows\Logs\DISM\dism.log
```


```
Mount-WindowsImage -ImagePath G:\temp\GUIPatched.vhdx -Path G:\Mount -Index 1
```


```
Path           : G:\Mount
 Online         : False
 Restart Needed : False
```


```
New-WindowsImage -CapturePath G:\Mount -Name 2012r2_Source -ImagePath G:\Temp\2012r2Source.wim -Description "2012r2 Source Patched May 2015" -Verify
```


```
LogPath : C:\Windows\Logs\DISM\dism.log
```


```
Dismount-WindowsImage -Path G:\mount -Discard
```


```
LogPath : C:\Windows\Logs\DISM\dism.log
```

Converting the Core WIM back to VHDX is going to require that we make a change to Convert-WindowsImage.ps1. The logic of the script looks at the WIM and if there is only one image it uses that one. But it does so using metadata that does not exist when a WIM is created using New-WindowsImage. So down on line 4020 we nee to comment out a few lines


```
        # If there's only one image in the WIM, just selected that.
        #if ($openWim.Images.Count -eq 1) { 
        #    $Edition   = $openWim.Images[0].ImageFlags
        #    $openImage = $openWim[$Edition]
        #} else {

            if ([String]::IsNullOrEmpty($Edition)) {
                Write-W2VError "You must specify an Edition or SKU index, since the WIM has more than one image."
                Write-W2VError "Valid edition names are:"
                $openWim.Images | %{ Write-W2VError "  $($_.ImageFlags)" }
                throw
            } 

            if ([Int32]::TryParse($Edition, [ref]$null)) {
                $openImage = $openWim[[Int32]$Edition]    
            } else {
                $openImage = $openWim[$Edition]
            }        
        #}
```


Now it will work using -edition 1 (There is only one OS inside the WIM)


```
G:\temp\Convert-WindowsImage.ps1 -SourcePath G:\temp\2012r2Core.wim -VHDPath G:\temp\2012R2Core.vhdx -SizeBytes 40gb -VHDType Dynamic -VHDFormat VHDX -VHDPartitionStyle GPT -Edition 1 -Verbose
```


```
Windows(R) Image to Virtual Hard Disk Converter for Windows(R) 8
 Copyright (C) Microsoft Corporation.  All rights reserved.
 Version 6.3.9600.7.amd64fre.fbl_core1_hyp_dev(mikekol).140217-3000 Release to Web
 VERBOSE: isUserAdmin? True
 VERBOSE: isWindows8? True
 VERBOSE: Temporary VHDX path is : G:\temp\faf6d4fa-fb64-41d7-95f3-5a1ab3825940.vhdx
 INFO   : Image 1 selected ()...
 INFO   : Creating sparse disk...
 INFO   : Attaching VHDX...
 INFO   : Disk initialized with GPT...
 INFO   : Disk partitioned with two Volumes...
 INFO   : System Volume formatted (with DiskPart)...
 INFO   : Boot Volume formatted (with Format-Volume)...
 INFO   : Access path (L:\) has been assigned to the System Volume...
 INFO   : Access path (M:\) has been assigned to the Boot Volume...
 INFO   : Applying image to VHDX. This could take a while...
 INFO   : Signing disk...
 INFO   : Image applied. Making image bootable...
 VERBOSE: Running bcdboot.exe M:\Windows /s L:\ /v /f UEFI
 VERBOSE: Return code was 0.
 INFO   : Drive is bootable. Cleaning up...
 INFO   : Closing VHDX...
 INFO   : Closing Windows image...
 INFO   : Done.
```


```
dir *core* | sort -Property LastWriteTime
```


```
    Directory: G:\temp
 Mode                LastWriteTime         Length Name
 ----                -------------         ------ ----
 -a----        5/14/2015   9:20 PM     5641338880 CoreFromIso.vhdx
 -a----        5/15/2015   4:10 PM     9265217536 CorePatched.vhdx
 -a----        5/15/2015   8:00 PM     9265217536 CoreSysprep.vhdx
 -a----        5/15/2015   9:39 PM     2376356767 2012r2Core.wim
 -a----        5/15/2015  10:15 PM     4936695808 2012R2Core.vhdx
```


```
dir *gui*, *source* | sort -Property LastWriteTime
```


```
    Directory: G:\temp
 Mode                LastWriteTime         Length Name
 ----                -------------         ------ ----
 -a----        5/14/2015   9:29 PM     9130999808 GUIFromIso.vhdx
 -a----        5/15/2015   3:56 PM    16143876096 GuiPatched.vhdx
 -a----        5/15/2015  10:03 PM     6153716725 2012r2Source.wim
```

As you can see our Source.WIM is 6.1Gig and our Core VHDX is only 4.9gig. fully patched it’s smaller then the baseline Core image. We can place the WIM on a share that is accessible to new VM’s and they can use that for adding features. In another blog I will go over how to update the WIM file automatically each month.
#requires -Version 1 -Modules ScheduledTasks, ServerManager
#region cleanup
Start-Transcript -Path c:\sysprep.log 
Get-ScheduledTask -TaskName AtStartup | Unregister-ScheduledTask -Confirm:$false
Remove-Item -Path c:\unattend.xml
Get-ChildItem -Path c:\pstemp\ -Exclude AtStartup.ps1 | Remove-Item 
Get-WindowsFeature |
Where-Object -FilterScript {
  $_.Installed -eq 0 -and $_.InstallState -eq 'Available'
} |
Uninstall-WindowsFeature -remove
Dism.exe /online /cleanup-image /StartComponentCleanup /ResetBase
Defrag.exe c: /UVX
#endregion

#region sysprep
C:\Windows\System32\sysprep\sysprep.exe /quiet /generalize /oobe /shutdown /mode:vm
Stop-Transcript
#endregion
*[[Process to Setup Windows]]
*[[Live Booting]]
*[[Virtualization]]
*[[vBoot]]
*[[Linux Distros and Tools]]
*[[IT Security]]
*[[Office Tools]]
*[[Web]]
*[[Display Tools]]
*[[Media Tools]]
*[[ETS Solutions]]
*[[Networking Administration]]
*[[Hardware Knowledge]]
*[[Data Recovery]]
*[[Communication|]]
*[[Blockchain]]
*[[Clustering]]
*[[Server Management&Administration]]
*[[Synchronisation]]
*[[Accessibility]]
https://github.com/netdata/netdata
Here's how to list all system tags and tiddlers that have them:

<$list filter="[tags[]prefix[$:/tags/]]">
<h2><$link><$view field="title"/></$link></h2>
<<list-links "[all[current]tagging[]]">>
</$list>
t14m4t is an automated brute-forcing attack tool, wrapper of THC-Hydra and Nmap Security Scanner.

t14m4t is scanning an user defined target (or a document containing targets) for open ports of services supported by t14m4t, and then starting brute-forcing attack against the services running on discovered ports, using lists of most commonly used weak credentials.
Tabbs is the fastest and simplest way to get around in Chrome

* 🕵🏻‍♂️Find tabs by titles or matches within pages
* 😴Free up memory and increase performance by suspending unused tabs with Tab Nap
* 🏕Close tabs when work is done
* 🔇Mute audio
* 📌Pin tabs you visit often
* ⌨️There’s a shortcut for every action
* 🦇And of course, it comes in black

This extension was designed and built with much love, so we hope you enjoy using it. 
Fewer tabs for better focus and productivity - Your simple ecological tab manager
Optimize your browser for productivity and focus with tabby! 

Tabby removes your unnecessary tabs automatically, without distraction - and it gives you the peace of mind of being able to restore tabs with just one-click. 

It’s all free.

Tabby.us is one of the most-advanced chrome extension to deal with your tabs.
Tab management made easy.
Give your browser superpowers and handle tabs with ease.  

“This is hands-down my favorite and most used Chrome Extension by far! 
I have fallen in love with it despite having tried several tab managers previously.”
✰✰✰✰✰
⸺ User review (May 24, 2021)

Open your new tab to access the overview. Drag and drop your tabs into groups
to save RAM and gain focus. Open the groups up again with one click. Add notes, to-dos, and text-snippets. Organize it all into categories and workspaces. 

“Nice UI, Easy to use, AMAZING extension, NEEDED this years ago. TabExtend is amazing extension, helps you organise your bookmarks into easily findable categories, columns etc.”
✰✰✰✰✰
⸺ User review (May 12, 2021), 

Features include:

* ✔︎ Manage tabs
* ✔︎ Notes / To-dos
* ✔︎ Sync data between devices
* ✔︎ Import bookmarks and top sites
* ✔︎ Save selected text-snippets
* ✔︎ Search sites and items
* ✔︎ Dark/light theme
* ☞ Shared workspaces(Coming soon)
* ☞ Mobile apps(Coming soon)
* [[System Administration|]]
* [[Design|]]
* [[Learning|]]
* [[Entertainement]]
* [[Development]]
*[[SelfImprovement]]
*[[Business]]
*[[Tools To Add|]]
*[[Awesome Stuff]]
Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern, user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful!
A Bootstrap 4.4 theme for GroceryCRUD. Modifed from @ariomoklo's Tablestrap theme.
Why Tabula?

If you’ve ever tried to do anything with data provided to you in PDFs, you know how painful this is — you can’t easily copy-and-paste rows of data out of PDF files. Tabula allows you to extract that data in CSV format, through a simple web interface.

Caveat: Tabula only works on text-based PDFs, not scanned documents. If you can click-and-drag to select text in your table in a PDF viewer (even if the output is disorganized trash), then your PDF is text-based and Tabula should work.

Security Concerns?: Tabula is designed with security in mind. Your PDF and the extracted data never touch the net -- when you use Tabula on your local machine, as long as your browser's URL bar says "localhost" or "127.0.0.1", all processing takes place on your local machine. Other than to retrieve a few badges and other static assets, there are two calls that are made from your browser to external machines; one fetches the list of latest Tabula versions from GitHub to alert you if Tabula has been updated, the other makes a call to a stats counter that helps us determine how often various versions of Tabula are being used. If this is a problem, the version check can be disabled by adding -Dtabula.disable_version_check=1 to the command line at startup, and the stats counter call can be disabled by adding -Dtabula.disable_notifications=1. Please note: If you are providing Tabula as a service using a reverse SSL proxy, users may notice a security warning due to our stats counter endpoint being hosted at a non-secure URL, so you may wish to disable the notifications in this scenario.

https://tabula.technology/

Block and Filter Inappropriate Images. This filter is donated for the hatzlacha of Moshe ben Ruth and family
TAG Image Filter blocks images when it senses any skin colors in the image. This way you can surf safely without accidently seeing any adult images. The skin blocker is adjustable and can be set to block images based upon the percentage of skin color found in the image. 


Ever wanted to surf the web without seeing all the images, but haven't found a method that keeps full Internet functionality?

If you have website that you don’t want the filter to run on, you can easily add websites to the whitelist by typing in the website name and clicking submit.
To remove websites from the whitelist, simple remove the website name and click submit. 
To add multiple websites to the whitelist, you can copy and paste a list of websites into the box, one website per line.

The TAG Image Filter extension icon appears in the top right of the browser - clicking it displays 4 options:

* 1.  Checkbox, to enable and disable the filter 
* 2.  Slider bar, to adjust the filter sensitivity, the lower the percentage, the higher the sensitivity. 
* 3.  Whitelist box, to add websites that you don’t want the filter to be active on.  
* 4.  Submit button, to submit changes made in the whitelist box.  
My first recommendation is to change the function of tags from trying to describe broad themes like “psychology” and “investing” to tracking the use or function of a piece of information. This could include tagging the note:

* ''By action'' – What actions have you taken (or will you take) with this note?
* ''By deliverable'' – What have you used (or will you use) this note to deliver?
* ''By stage of your knowledge lifecycle'' – Which stage is this note currently in (or does it best belong to)?
Tags should answer the question “Is this relevant to my current need?” just enough to make the next action clear. Don’t let your ideas get bogged down in layers of categories and classifications. Speed them through your creative process and out into the real world.

Here are a few examples of tags that have been applied according to the use or function of a chunk of knowledge:

* Tags for [reviewed] and [added], for tracking which notes have been reviewed for a deliverable, and which have been incorporated into it
* Tags that designate the kind of information a note contains, such as [content], [admin], and [meeting notes]
* Tags that track the status of notes through a workflow, such as [inactive], [active], [next], and [completed]

Here is an example of notes collected over the course of a year related to my online course Building a Second Brain. In the right-hand column you can see a few different kinds of tags that I use to segment this stream of notes into distinct types:

* [reviewed] means that I’ve looked it over and considered it for use in the course; [added] means I’ve incorporated it into the course in some way
* [admin] designates notes that don’t contain subject matter content, but are used for planning or technical information
* [PARA,] [PS], and [JITPM] refer to the three main parts of the course, allowing me to only consider notes for one at a time
* [basb] designates notes that I’d like to consider for the book I’m writing on the same topic; this allows me to “extract” a subset of notes for a different project, without removing them from this notebook

[img[https://i2.wp.com/fortelabs.co/wp-content/uploads/2019/01/Screen-Shot-2019-01-08-at-17.32.12.png?resize=1080%2C1369&ssl=1]]

Notice that these tags don’t tell me what each note contains, or try to label them with every possible association. All they do is facilitate their incorporation into a concrete project, which is my online course. Because there are so few tags needed, I can use a few different kinds of tags at once without cluttering the notebook.

I can perform a search for one of these tags, and click this button to show only results from this notebook:
[img[https://i2.wp.com/fortelabs.co/wp-content/uploads/2019/01/admin.png?w=668&ssl=1]]

I am shown only notes with the [admin] tag within this notebook:

[img[https://i1.wp.com/fortelabs.co/wp-content/uploads/2019/01/Screen-Shot-2019-01-08-at-17.49.12.png?resize=957%2C1024&ssl=1]]

This use of tags is reminiscent of the “kanban” cards in Toyota’s just-in-time manufacturing system. Instead of long, complex forms detailing every part in a bin, a simple card reveals at a glance the most important things: what it is and where it goes.

[img[https://i2.wp.com/fortelabs.co/wp-content/uploads/2019/01/kanban-card-example.jpg?w=1000&ssl=1]]

Why did Toyota create such a system of cards? Why couldn’t each part simply be placed on the assembly line in the correct order?

In post-war Japan, there were not enough factories and not enough demand to justify dedicating an entire line to one model of car, as was done in the U.S. with Ford’s Model T. The small batches of different kinds of cars that the market demanded required them to create networks of production, with different lines overlapping and sharing the same machines. One of the uses of kanban cards was to track an item through the factory regardless of which machines it passed through, in what order, and at what speed. Each item was “tagged” with its current state, so there was never any doubt as to how it should be handled

This is much the same situation we face today as knowledge workers. We rarely have enough demand for a single activity to dedicate ourselves solely to it, but instead work on an ever-changing mix of different projects and activities that wax and wane unpredictably. And these activities use the same scarce resources – our intellect, time, energy, and skills.

We should use tags in the same way that Toyota used kanban cards: to create intertwined networks in which the right “part” (or note) can be pulled from our “inventory” (or knowledge collection) at just the right moment. I should be able to capture a note today while reading a book on financial planning, and know that it will show up when I need an insight into that subject, whether that is next week, next month, or next year. The tags should remember exactly where I left off, so I don’t have to.

With tags, we have the opportunity to network our knowledge. But these networks shouldn’t be merely conceptual. They should be networks of production, pushing our ideas through our creative process and into the hands of people who can benefit from them.

This approach to tagging addresses each of the pitfalls of tagging I identified in Tagging is Broken:

* ''Tags should be easy to remember:'' since there is a limited number of actions you take with your notes, you have only a small number of options to remember
* ''Tags should be easy to decide on:'' it is usually easier to decide how a note is going to be used, rather than what it means or what it’s about
* ''Tags should be concrete:'' tagging according to actions and deliverables is far more concrete than theoretical categories
* ''Tags should enable the right behaviors:'' in this case, using tags to manage the stages of a workflow enables the productive use of knowledge, instead of mere cataloguing
* ''Tags should be forgiving:'' by maintaining tags as a supplement to a hierarchical organizational system, we reap most of their benefits without having to adhere to them perfectly
In their book The Science of Managing Our Digital Stuff, from which all the studies in this article are drawn, Ofer Bergman and Steve Whittaker identify the four attributes of a piece of information that can be used to describe its “context.”

Internal context includes the thoughts, feelings, associations, concerns, and considerations you have about a note
External context includes the other items that you are dealing with while interacting with a note, such as other notes, documents, folders, or apps
Social context refers to other people who are related to the note, such as project collaborators, the person who recommended the source, or who it was shared with
Current status refers to any actions taken with the note, or any deliverables it was used in
These attributes are universal in that they apply to any kind of note from any source, yet are also easy to apply. They don’t try to describe the content of the note; only its context. These aren’t abstract labels requiring intensive thinking. They are simple questions that can be answered by looking around at what you’re doing. They can be added incrementally and as needed. They will enable you to more easily return to the state of mind you were in the last time you interacted with a note, using contextual clues that our minds are made to understand.

Here is an Evernote note template that can be used to add these four kinds of context at the top of any note, including a short video I created on how to save the note as a template to your account. Here’s an example of the template filled out:

[img[https://i0.wp.com/fortelabs.co/wp-content/uploads/2019/01/Screen-Shot-2019-01-14-at-12.09.09.png?resize=1024%2C1012&ssl=1]]
''lists all tiddlers tagged FilterOperator''

```
<$list filter="[tag[FilterOperator]]"/>
```

<<<
<$list filter="[tag[FilterOperator]]"/>

<<<

''output at tiddler [[Examples]]:''
<pre><$view tiddler=Examples field=text format=text/></pre>

<<<
{{Examples}}
<<<

For more examples, see [[Filters]] or FilterOperator.
''output at tiddler [[TextReference]]:''

{{TextReference}}
''output at tiddler [[Variable]]:''

{{Variable}}

The above takes the value stored in the variable `<<currentTiddler>>` and uses it to specify the operand for the [[tag]] FilterOperator.

Collect and organize web content in plain files.
What is TagSpaces Web Clipper?
- A web content scraper, capturing the content as local file in HTML and MHTML file formats or taking a screenshot of the visible tab area in PNG format.

Key features:
- Saving the content of the current tab as MHTML file
- Saving the content of the current tab as HTML embedding the references images
- Saving the content of the current selection as HTML embedding the references images
- Taking a screenshot of the current tab as PNG file
- Saving the current web site as URL file containing the URL and a screenshot, useful for managing bookmarks in TagSpaces 
- Extracting geo coordinates from the URLs of web mapping services 
- Added support for geo-tagging with Plus Codes (open location codes)
 
TagSpaces is available for free as desktop application for Windows, Mac OS X, Linux and also as Firefox Addon. There are also free Android app.
Take FULL webpage screenshots. Capture, edit and save them to PDF/JPEG/GIF/PNG, upload, print, send to OneNote, clipboard or email.
Perform full page screen capture. Save screenshots to PDF or images. Instant screenshots are stored locally, and produce no traffic. FireShot can work offline.

No ads, spyware and unnecessary permissions - you're just in a couple of clicks away from an ideal screenshot.

Awarded as "The Best Free Google Chrome Extension" by PCMAG.COM in 2013

### What you can do with FireShot

* ✓ Save screenshot to disk as PDF (with links), PNG, and JPEG
* ✓ Capture only visible part of the web page or just a selection
* ✓ Send to Gmail 
* ✓ Copy to clipboard
* ✓ Print

### An upgrade is available. Activate it directly from the menu and:

* ✓ PDF with direct links and text, can be split to pa
* ✓ Capture specific elements, such as scrolling areas on web pages
* ✓ Capture all tabs in one click and save to single PDF
* ✓ Edit: crop, resize, add text and arrow annotations, blur areas and apply other effects
* ✓ Send to OneNote (Pro version)
* ✓ Save captures to disk as  PNG, GIF, JPEG, BMP
* ✓ Upload to Twitter, ImageShack, Flickr, EasyCaptures, ImgBB, custom FTP or HTTP servers
* ✓ Copy  to clipboard
* ✓ Print
* ✓ E-Mail
* ✓ Export captures to external editor
* ✓ Add page information to screenshots (URL, title, time, domain, etc)
Expand your open source stack with a free open source ETL tool for data integration and data transformation anywhere.

Work with the latest cloud applications and platforms or traditional databases and applications using Open Studio for Data Integration to design and deploy quickly with graphical tools, native code generation, and 100s of pre-built components and connectors.

Open Studio for Data Integration is fully open source, so you can see the code and work with it. Embed existing Java code libraries, create your own components or leverage community components and code to extend your project.

Millions of downloads and a full range of robust, open source integration software tools have made Talend the open source leader in cloud and big data integration.

!!! Features
* Design & productivity tools: eclipse-based developer tooling and job designer, ETL and ELT support, versioning, export and execute standalone jobs in runtime environment.
* Connectors for RDBMS, SaaS, packaged apps, plus Dropbox, Box, SMTP, FTP/SFTP, LDAP, and more technologies.
* Components to open, move, compress, and decompress files without scripting, to control data flows with master jobs, and to map, aggregate, sort, enrich, and merge data.
* Free open source Apache license.
* Data Quality & Profiling, sourceforge.net/projects/talendprofiler/.
* Data Preparation, sourceforge.net/projects/talend-data-preparation.
Map your path to clean data with Open Studio for Data Quality, the leading open source data profiling tool.

Open Studio for Data Quality easily connects to hundreds of data sources and generates analysis to help define the next steps to clean data. Evaluate data quality against custom-defined thresholds, and measure conformance to internal standards such as SKU or external standards such as postal codes. Find out how to connect data with fuzzy matching or correlation analytics.

Millions of downloads and a full range of robust, open source integration software tools have made Talend the open source leader in cloud and big data integration.

!!! Features
* Advanced data profiling: fraud pattern detection using Benford Law, advanced statistics with indicator thresholds, column set analysis, advanced matching analysis, and time column correlation analysis.
* ESB management: customizable assessment, pattern library, and analytics with graphical charts and drill down data.
* Free open source Apache license.
* Data Preparation, sourceforge.net/projects/talend-data-preparation.
* Data Integration, sourceforge.net/projects/talend-studio.
Quick start your SOA project with a free open source ESB tool to connect applications and data resources.

Based on extensible open source technology, Open Studio for ESB enables you to service-enable applications and legacy systems to build a powerful service-oriented architecture (SOA). An Eclipse-based tooling environment with pre-built connectors and components, and built-in enterprise integration patterns simplifies integrating business applications, SaaS, web services, and APIs.

Open Studio for ESB is fully open source, so you can see the code and extend it. Thousands of developers use Talend Open Studio to integrate easily with any application, database, API, or web services.

Embed existing Java code libraries or leverage community components and code to extend your project.

With millions of downloads and a full range of robust, open source integration software tools, Talend is an open source leader in cloud and big data integration.

!!! Features
* Agile application integration: drag-and-drop route, data, and web/REST services creation; delivery and routing of messages and events based on EIPs; service creation, mediation, and simulation; data integration and transformation; command line and scripting tools.
* Eclipse-based developer tooling and job designer.
* Connectors for AWS, Microsoft Azure, Google Cloud Platform, and more plus RDBMS, SaaS, packaged apps, and technologies.
* Standard support components include REST, SOAP, OpenID Connect, OAuth, SAML, STS, WSDL, SWAGGER and more.
* Transports/protocols support components include: HTTP, JMS, MQTT, AMQP, UDP, Apache Kafka, WebSphere MQ, and more.
* ESB management for monitoring, message flow activity, HypericHQ plug-ins, and web services high availability.
* Free open source Apache license.
* Open Studio for MDM, sourceforge.net/projects/talendmdm/.
* Data Quality & Profiling, sourceforge.net/projects/talendprofiler/.
Build a strong foundation for your MDM project with free open source master data management software.
Profile data from customers, suppliers, assets, employers and beyond. Create models to search and browse profiled data, so everyone can create and update master data through a web-based application. Generate a single “version of the truth” for data across your organization.
Expand your open source stack with Open Studio for ESB and pass updates to MDM to be disseminated out to connected systems.
As an active contributor to Apache projects with millions of downloads and a full range of robust, open source integration software tools, Talend is an open source leader in cloud and big data integration

!!! Features
* Design & productivity tools: Eclipse-based developer tooling and job designer, export and execute standalone jobs in runtime environments.
* MDM web application with master data repository, a fully functional MDM environment, and model-drive UI.
* Connectors for AWS, Microsoft Azure, Google Cloud Platform, and more. Plus SaaS, packaged apps, and web services.
* Components for data flow control with master jobs for basic matching and grouping of entity, and to map, aggregate, sort, enrich, and merge data.
* Free open source Apache license.
* Open Studio for ESB, sourceforge.net/projects/talendesb/.
* Data Quality & Profiling, sourceforge.net/projects/talendprofiler/.
* Data Preparation, sourceforge.net/projects/talend-data-preparation.
Tamasha is a presentation app based on web technology (Html5, CSS, and JS). It has been developed using Tiddlywiki, so it can be used as a single html file and can be opened using any modern browser. This makes Tamasha a quite powerful app. It can be viewed on any operating system (e.g. Linux, Windows, Android, IOS, ...)

;Applications
Tamasha is quite versatile. It is an html page so whatever you can do with an offline/online single html/webpage you can do with Tamasha.

* Tamasha can be used on desktop or mobile as an offline, private presentation app in a single html file.
* Tamasha can be used in a private/public network using Node.js
* Tamasha can be used as an online slideshow app. It can be hosted on GitHub Pages or other online hosts.
* Tamasha runs on top of Tiddlywiki. So, it inherits all the power of Tiddlywiki.
🧑‍💻 Developer / DevOps / Sysadmin? A command line hero?
💻 Live with the dark terminal?
📝 Think in Markdown?

Finally! A full featured task manager for YOU!

!!! Highlights
* For ninjas - do things faster with keyboard shortcuts
* Markdown lovers, feel at 🏠! You'll see markdown everywhere.
* Full featured (almost) - Projects, Tasks, due-dates, task notes...
* A <4MB app that takes <1% CPU and ~7MB memory 1 - how much lighter you can think?
* Task note editor with markdown syntax highlighting2
* Full mouse support
* [[Todo.txt|http://todotxt.org/]]
**If you want to get it done, first write it down.


* https://github.com/johannesjo/super-productivity
* https://github.com/iluminar/goodwork
* https://wordpress.org/plugins/wedevs-project-manager
*https://github.com/kanboard/kanboard
*https://github.com/opf/openproject

















https://github.com/leclercb/taskunifier-app
Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser.

Nobody really bothers about domain name resolution since it works automatically behind the scenes and is complex to understand. Most computer software use the operating system's DNS resolver that usually query the configured ISP's DNS server using UDP protocol. This way works well for most people but, your ISP can see and control what website you can visit even when the website employ HTTPS security. Not only that, some ISPs can redirect, block or inject content into websites you visit even when you use a different DNS provider like Google DNS or Cloudflare DNS. Having Technitium DNS Server configured to use DNS-over-TLS or DNS-over-HTTPS forwarders, these privacy & security issues can be mitigated very effectively.

Developers regularly use the hosts file for configuring an IP address for a domain under testing. However, using the hosts file is cumbersome at times and can only be used to resolve domain name to an IP address. With a fully configurable DNS server running on your local machine, you can configure not just simple A records (for IP address) but, also configure other types of records like CNAME or MX etc. This allow you to have more control and power when you want to do testing that simulates the exact configuration that you have running on production.

Applications of using a locally hosted DNS server is limited only by the user's imagination!
*[[How to Figure Out What You Really Want- Ashley Stahl|https://www.youtube.com/watch?v=bRtBHF-WPpM]]
TeemIp is a free, open source, WEB based, IP Address Management (IPAM) tool that provides comprehensive IP Management capabilities. It allows you to manage your IPv4, IPv6 and DNS spaces: track user requests, discover and allocate IPs, manage your IP plan, your subnet space, your zones and DNS records in accordance with best in class DDI practices.

At the same time, TeemIp's CMDB allows you to manage your IT inventory and links your CIs to the IPs they use.

Project source code has moved to https://github.com/TeemIP

!!! Features
* IPv4 and IPv6 Registration
* IPv4 and IPv6 Subnet & Range Management - Includes subnet calculator
* IPv4 and IPv6 Plans Management with nesting capabilities
* Delegation of IP and DNS spaces from an organization to another
* Capacity Planning with proactive mail notifications on capacity thresholds
* IP Discovery through delocalized probes
* OCS Inventory and vSphere integration
* DNS Zones and Views Management
* Extended and customizable CMDB
* Enhanced linkage capabilities between IPs and network devices, systems, interfaces...
* Management of VLANs, DNS Domains, WAN Links, AS Numbers, VRFs...
* Helpdesk & User Portal to manage IP and subnet requests
* Multi customers environment supporting overlapping IP spaces
* CSV / Excel import / export tool for all data
* Audit to check consitency of information
* History on all data
* ... plus all standard features provided by iTop project
* Professional support available
#requires -Version 2 -Modules ScheduledTasks, ServerManager
# Add any features required.
Start-Transcript -Path $PSScriptRoot\FirstRun.log

$features = Get-Content -Path $PSScriptRoot\Features.txt
Install-WindowsFeature $features -IncludeAllSubFeature -Verbose 
$features = Get-Content -Path $PSScriptRoot\FeaturesIncludingSub.txt
Install-WindowsFeature $features -Verbose 
$Paramaters = @{
  Action   = New-ScheduledTaskAction -Execute '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe' -Argument '-NoProfile -ExecutionPolicy Bypass -File C:\PSTemp\AtStartup.ps1'
  Trigger  = New-ScheduledTaskTrigger -AtStartup
  Settings = New-ScheduledTaskSettingsSet
}
$TaskObject = New-ScheduledTask @Paramaters
Register-ScheduledTask AtStartup -InputObject $TaskObject -User 'nt authority\system' -Verbose 
Start-Sleep -Seconds 20
Restart-Computer -Verbose -Force 
Stop-Transcript

Create self-expiring ⏱️, automatic login links 🔗 for WordPress. Give them to developers when they ask for admin access to your site. Or an editor for a quick review of work done. Login works just by opening the link, no password needed.
Tendenci is an open source content management system built for non-profits, associations and cause-based sites. Functionality including association management, event registration, membership management, forums, photo galleries, donations, payments, newsletters, CRM, and much more.
*https://github.com/la9527/mdir.js
*https://github.com/jarun/nnn
* https://github.com/nvbn/thefuck
* [[Terminal and console app with GUI]]
* https://github.com/tldr-pages/tldr







![.NET Core](https://github.com/migueldeicaza/gui.cs/workflows/.NET%20Core/badge.svg?branch=master)
![Code scanning - action](https://github.com/migueldeicaza/gui.cs/workflows/Code%20scanning%20-%20action/badge.svg)
[![Version](https://img.shields.io/nuget/v/Terminal.Gui.svg)](https://www.nuget.org/packages/Terminal.Gui)
[![Downloads](https://img.shields.io/nuget/dt/Terminal.Gui)](https://www.nuget.org/packages/Terminal.Gui)
[![License](https://img.shields.io/github/license/migueldeicaza/gui.cs.svg)](LICENSE)

# [Terminal.Gui](https://github.com/migueldeicaza/gui.cs) - Terminal GUI toolkit for .NET

A simple toolkit for building console GUI apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix.

![Sample app](https://raw.githubusercontent.com/migueldeicaza/gui.cs/master/docfx/sample.gif)

The most recent released [Nuget package is version `0.90.x`](https://www.nuget.org/packages/Terminal.Gui) which is the "Stable, Feature Complete" pre-release of 1.0.

Nuget also contains pre-release versions of 1.0; they are identified with `-pre` or `-beta` in the version number (e.g. `1.0.0-pre.1`)

## Controls & Features

*Terminal.Gui* contains various controls for building text user interfaces:

* [Button](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.Button.html) 
* [CheckBox](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.CheckBox.html)
* [ComboBox](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.ComboBox.html)
* [Dialog](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.Dialog.html)
  * [OpenDialog](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.OpenDialog.html)
  * [SaveDialog](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.SaveDialog.html)
* [FrameView](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.FrameView.html)
* [Hex viewer/editor](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.HexView.html)
* [Label](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.Label.html)
* [ListView](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.ListView.html)
* [Menu](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.MenuBar.html)
* [MessageBox](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.MessageBox.html)
* [ProgressBar](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.ProgressBar.html)
* [Radio buttons](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.RadioGroup.html)
* [TableView](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.TableView.html)
* [Time & Date Fields](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.TimeField.html)
* [TextField](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.TextField.html)
* [TextView (Text Editor)](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.TextView.html)
* [TreeView](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.TreeView.html)
* [ScrollView](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.ScrollView.html)
* [ScrollBarView](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.ScrollBarView.html)
* [StatusBar](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.StatusBar.html)
* [Window](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.Window.html)

In addition, a complete Xterm/Vt100 terminal emulator that you can embed is now part of [XtermSharp](https://github.com/migueldeicaza/XtermSharp/blob/master/GuiCsHost/TerminalView.cs) - you just need to pull [`TerminalView.cs`](https://github.com/migueldeicaza/XtermSharp/blob/master/GuiCsHost/TerminalView.cs) into your project.

### Features

* **Cross Platform** - Works on Windows, Mac, and Linux. Terminal drivers for Curses, [Windows Console](https://github.com/migueldeicaza/gui.cs/issues/27), and the .NET Console mean **Terminal.Gui** works well on both color and monochrome terminals and has mouse support on terminal emulators that support it.
* **Keyboard and Mouse Input** - Both keyboard and mouse input are supported, including limited support for drag & drop.
* **[Flexible Layout](https://migueldeicaza.github.io/gui.cs/articles/overview.html#layout)** - **Terminal.Gui** supports both *Absolute layout* and an innovative UI layout system referred to as *Computed Layout*. *Computed Layout* makes it easy to layout controls relative to each other and enables dynamic console GUIs.
* **Clipboard support** - Cut, Copy, and Paste of text provided through the [`Clipboard`](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.Clipboard.html) class.
* **[Arbitrary Views](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.View.html)** - All visible UI elements are subclasses of the `View` class, and these in turn can contain an arbitrary number of sub-views.
* **Advanced App Features** - The [Mainloop](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Mono.Terminal.MainLoop.html) supports processing events, idle handlers, timers, and monitoring file
descriptors.
* **Reactive Extensions Support** - Use [reactive extensions](https://github.com/dotnet/reactive) and benefit from increased code readability, and the ability to apply the MVVM pattern and [ReactiveUI](https://www.reactiveui.net/) data bindings. See the [source code](https://github.com/migueldeicaza/gui.cs/tree/master/ReactiveExample) of a sample app in order to learn how to achieve this.

### Keyboard Input Handling

The input handling of **Terminal.Gui** is similar in some ways to Emacs and the Midnight Commander, so you can expect some of the special key combinations to be active.

The key `ESC` can act as an Alt modifier (or Meta in Emacs parlance), to allow input on terminals that do not have an alt key.  So to produce the sequence `Alt-F`, you can press either `Alt-F`, or `ESC` followed by the key `F`.

To enter the key `ESC`, you can either press `ESC` and wait 100 milliseconds, or you can press `ESC` twice.

`ESC-0`, and `ESC-1` through `ESC-9` have a special meaning, they map to `F10`, and `F1` to `F9` respectively.

**Terminal.Gui** respects common Mac and Windows keyboard idoms as well. For example, clipboard operations use the familiar `Control/Command-C, X, V` model.

`CTRL-Q` is used for exiting views (and apps).

### Driver model

**Terminal.Gui** has support for [ncurses](https://github.com/migueldeicaza/gui.cs/blob/master/Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs), [`System.Console`](https://github.com/migueldeicaza/gui.cs/blob/master/Terminal.Gui/ConsoleDrivers/NetDriver.cs), and a full [Win32 Console](https://github.com/migueldeicaza/gui.cs/blob/master/Terminal.Gui/ConsoleDrivers/WindowsDriver.cs) front-end.

`ncurses` is used on Mac/Linux/Unix with color support based on what your library is compiled with; the Windows driver supports full color and mouse, and an easy-to-debug `System.Console` can be used on Windows and Unix, but lacks mouse support.

You can force the use of `System.Console` on Unix as well; see `Core.cs`.

## Showcase & Examples

* **[UI Catalog](https://github.com/migueldeicaza/gui.cs/tree/master/UICatalog)** - The UI Catalog project provides an easy to use and extend sample illustrating the capabilities of **Terminal.Gui**. Run `dotnet run` in the `UICatalog` directory to run the UI Catalog.
* **[Reactive Example](https://github.com/migueldeicaza/gui.cs/tree/master/ReactiveExample)** - A sample app that shows how to use `System.Reactive` and `ReactiveUI` with `Terminal.Gui`. The app uses the MVVM architecture that may seem familiar to folks coming from WPF, Xamarin Forms, UWP, Avalonia, or Windows Forms. In this app, we implement the data bindings using ReactiveUI `WhenAnyValue` syntax and [Pharmacist](https://github.com/reactiveui/pharmacist) — a tool that converts all events in a NuGet package into observable wrappers.
* **[Example (aka `demo.cs`)](https://github.com/migueldeicaza/gui.cs/tree/master/Example)** - Run `dotnet run` in the `Example` directory to run the simple demo.
* **[Standalone Example](https://github.com/migueldeicaza/gui.cs/tree/master/StandaloneExample)** - A trivial .NET core sample application can be found in the `StandaloneExample` directory. Run `dotnet run` in directory to test.
* **[F# Example](https://github.com/migueldeicaza/gui.cs/tree/master/FSharpExample)** - An example showing how to build a Terminal.Gui app using F#.
* **[Powershell Sample]()** - (Coming soon! See PR #952. Shows how to build Terminal.Gui apps using Powershell.
* **PowerShell's Out-ConsoleGridView** - The [`Out-ConsoleGridView` PowerShell Cmdlet](https://github.com/PowerShell/GraphicalTools/blob/master/docs/Microsoft.PowerShell.ConsoleGuiTools/Out-ConsoleGridView.md) sends the output from a command to a grid view window where the output is displayed in an interactive table. sends the output from a command to a grid view window where the output is displayed in an interactive table, using Terminal.Gui. 

## Documentation

* [Overview](https://migueldeicaza.github.io/gui.cs/articles/overview.html)
* [Conceptual Documentation](https://migueldeicaza.github.io/gui.cs/articles/index.html)
* [API Documentation](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.html)

See the [`Terminal.Gui/` README](https://github.com/migueldeicaza/gui.cs/tree/master/Terminal.Gui) for an overview of how the library is structured. The [Conceptual Documentation](https://migueldeicaza.github.io/gui.cs/articles/index.html) provides insight into core concepts.

### Sample Usage
The code below is done with the new [Top-level statements](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9#top-level-statements) in C# 9.0.  
```csharp
using Terminal.Gui;
using NStack;

Application.Init();
var top = Application.Top;

// Creates the top-level window to show
var win = new Window("MyApp")
{
	X = 0,
	Y = 1, // Leave one row for the toplevel menu

	// By using Dim.Fill(), it will automatically resize without manual intervention
	Width = Dim.Fill(),
	Height = Dim.Fill()
};

top.Add(win);

// Creates a menubar, the item "New" has a help menu.
var menu = new MenuBar(new MenuBarItem[] {
			new MenuBarItem ("_File", new MenuItem [] {
				new MenuItem ("_New", "Creates new file", null),
				new MenuItem ("_Close", "",null),
				new MenuItem ("_Quit", "", () => { if (Quit ()) top.Running = false; })
			}),
			new MenuBarItem ("_Edit", new MenuItem [] {
				new MenuItem ("_Copy", "", null),
				new MenuItem ("C_ut", "", null),
				new MenuItem ("_Paste", "", null)
			})
		});
top.Add(menu);

static bool Quit()
{
	var n = MessageBox.Query(50, 7, "Quit Demo", "Are you sure you want to quit this demo?", "Yes", "No");
	return n == 0;
}

var login = new Label("Login: ") { X = 3, Y = 2 };
var password = new Label("Password: ")
{
	X = Pos.Left(login),
	Y = Pos.Top(login) + 1
};
var loginText = new TextField("")
{
	X = Pos.Right(password),
	Y = Pos.Top(login),
	Width = 40
};
var passText = new TextField("")
{
	Secret = true,
	X = Pos.Left(loginText),
	Y = Pos.Top(password),
	Width = Dim.Width(loginText)
};

// Add some controls, 
win.Add(
	// The ones with my favorite layout system, Computed
	login, password, loginText, passText,

	// The ones laid out like an australopithecus, with Absolute positions:
	new CheckBox(3, 6, "Remember me"),
	new RadioGroup(3, 8, new ustring[] { "_Personal", "_Company" }, 0),
	new Button(3, 14, "Ok"),
	new Button(10, 14, "Cancel"),
	new Label(3, 18, "Press F9 or ESC plus 9 to activate the menubar")
);

Application.Run();
```

Alternatively, you can encapsulate the app behavior in a new `Window`-derived class, say `App.cs` containing the code above, and simplify your `Main` method to:

```csharp
using Terminal.Gui;

class Demo {
	static void Main ()
	{
		Application.Run<App> ();
	}
}
```

The example above shows how to add views using both styles of layout supported by **Terminal.Gui**: **Absolute layout** and **[Computed layout](https://migueldeicaza.github.io/gui.cs/articles/overview.html#layout)**.

## Installing

Use NuGet to install the `Terminal.Gui` NuGet package: https://www.nuget.org/packages/Terminal.Gui

### Installation in .NET Core Projects

To install Terminal.Gui into a .NET Core project, use the `dotnet` CLI tool with following command.

```
dotnet add package Terminal.Gui
```

## Running and Building

* Windows, Mac, and Linux - Build and run using the .NET SDK command line tools (`dotnet build` in the root directory). Run `UICatalog` with `dotnet ./UICatalog/bin/Debug/net5.0/UICatalog.dll` or by directly executing `./UICatalog/bin/Debug/net5.0/UICatalog.exe`.
* Windows - Open `Terminal.Gui.sln` with Visual Studio 2019.

## Contributing

See [CONTRIBUTING.md](https://github.com/migueldeicaza/gui.cs/blob/master/CONTRIBUTING.md).

Debates on architecture and design can be found in Issues tagged with [design](https://github.com/migueldeicaza/gui.cs/issues?q=is%3Aopen+is%3Aissue+label%3Adesign).

## History

This is an updated version of [gui.cs](http://tirania.org/blog/archive/2007/Apr-16.html) that Miguel wrote for [mono-curses](https://github.com/mono/mono-curses) in 2007.

The original **gui.cs** was a UI toolkit in a single file and tied to curses. This version tries to be console-agnostic and instead of having a container/widget model, only uses Views (which can contain subviews) and changes the rendering model to rely on damage regions instead of burdening each view with the details.

A presentation of this was part of the [Retro.NET](https://channel9.msdn.com/Events/dotnetConf/2018/S313) talk at .NET Conf 2018 [Slides](https://tirania.org/Retro.pdf)

Release history can be found in the [Terminal.Gui.csproj](https://github.com/migueldeicaza/gui.cs/blob/master/Terminal.Gui/Terminal.Gui.csproj) file.

In 2019 and 2020, Charlie Kindel (https://github.com/tig) and @BDisp (https://github.com/BDisp) vastly extended, improved, polished and fixed gui.cs to what it is today.
🦄 Record your terminal and generate animated gif images or share a web player
Program for downloading web source maps or local files maps for various programs or GPS devices.

!! Terra Incognita™ main features:
* navigating through map by simple clicking
* generating OziExplorer, Kmz, JNX, GPSdash or TrekBuddy calibrated map file
* possibility to use many web map sources Google Maps™, Bing™, Open street map ...
* managing of waypoints or tracks saved in gpx and many other formats
* selected user defined map area for saving
* simplified and easy user interface
* downloading and saving maps on background
* automatic split of very large areas to many smaller map files

!! Features
* generating OziExplorer, Kmz, GPSdash or TrekBuddy calibrated map file
* generate JNX multilevel file
* downloading and saving maps on background
* managing of waypoints or tracks saved in gpx and many other formats
Tesseract is an open source OCR or optical character recognition engine and command line program. OCR is a technology that allows for the recognition of text characters within a digital image. With the latest version of Tesseract, there is a greater focus on line recognition, however it still supports the legacy Tesseract OCR engine which recognizes character patterns.

Tesseract can recognize over 100 languages out-of-the-box, and can be trained to recognize other languages. It supports various output formats, including plain text, HTML, PDF and more. It also has unicode (UTF-8) support.

!!! Features
* OCR engine and command line program
* Line recognition and character pattern recognition
* Unicode (UTF-8) support
* Recognizes more than 100 languages, and can be trained to recognize others
* Supports various output formats

https://github.com/tesseract-ocr/tesseract
Tesseract.js is a pure Javascript port of the popular Tesseract OCR engine.

This library supports more than 100 languages, automatic text orientation and script detection, a simple interface for reading paragraph, word, and character bounding boxes. Tesseract.js can run either in a browser and on a server with NodeJS.
TestLink is a web based Test Management tool.
The application provides Test specification, Test plans and execution, Reporting, Requirements specification and collaborate with well-known bug trackers.

Repository: https://github.com/TestLinkOpenSourceTRMS

!!! Features
* Requirements Management - Define your requirements and do not lose track of the changes because of the requirement versioning- and revisioning system
* Test Specification - Define Test Cases by grouping into different Test Suites
* Test Execution Assignment - Assign Test Case Execution on Build-Level
* Test Execution - Execute Test Cases for free-definable Platforms, Builds and Test Plans
* Test Reports, Metrics, Charts, Test Execution Monitoring, ...
* Centralized User- and Role-Management
* Highly customizable because of user-definable Custom Fields
* XML-RPC API
* ... many many more
TexMaths is an addon designed to provide LaTeX support into LibreOffice. LaTeX equations can be inserted as images (SVG or PNG formats) and the LaTeX code is saved into the image attribute for further editing.
```
<$list filter="[tag{!!title}]"/>
```

<<<
<$list filter="[tag{!!title}]"/>

<<<
Number one of the biggest security holes are passwords, as every password
security study shows.
This tool is a proof of concept code, to give researchers and security
consultants the possibility to show how easy it would be to gain unauthorized
access from remote to a system.

THIS TOOL IS FOR LEGAL PURPOSES ONLY!

There are already several login hacker tools available, however, none does
either support more than one protocol to attack or support parallelized
connects.
The differences are as follows:

# The maximum capacity of VHD and VHDX is different.
# Prior to Windows Server 2012, the maximum capacity limit for VHD virtual hard disks was 2TB. VHDX can reach up to 64TB.
# VHDX is optimized for VHD performance
# The advantages of VHDX are not limited to capacity improvements. The VHDX 4KB size logical area size helps improve performance compared to VHD files.
# VHDX file self-protection function
# By continuously monitoring metadata updates, VHDX also provides file error protection in the event of a sudden power outage, which is not available in the VHD format. Providing larger file blocks for dynamic and differential disks and storing custom metadata features are the differences between VHD and VHDX.
Thinking of tags as “tunnels” through our knowledge connection allows us to make use of our rich understanding of humans’ relationship to physical space. Tunnels have a beginning and an end, a top and a bottom. We are comfortable navigating tunnels.

By adding a label to a collection of related notes, you can more easily think of them as a coherent group. They occupy a “space” in your notes (and in your mind) that makes them easier to examine, connect, share, and refer to. In this way, tags act like real spatial organization, without having to move anything from one place to another.

In his classic paper The Intelligent Use of Space, David Kirsh described three basic ways in which physical space can be utilized:

To simplify perception: such as putting the washed mushrooms on the right of the chopping board and the unwashed ones on the left
To simplify choice: such as laying out cooking ingredients in the order you will need them
To simplify thinking: such as repeatedly reordering the Scrabble pieces so as to prompt new ideas for words
These are the same capabilities that tags provide: they help us to perceive, to choose, and to think about novel groupings of data on the fly. But crucially, to do these things to facilitate action, not just abstract thought.

Tagging notes across different notebooks allows us to perceive cross-disciplinary themes and patterns that defy simple categorization. Tagging all the notes we want to review for a project could make our choices easier, by creating a boundary around the information we’ll consider before taking action. And tagging notes according to which stage of a project they are best suited for can improve our thinking by allowing us to focus on only the most relevant information for the given moment.

In his book Supersizing the Mind, Andy Clark describes “simple labeling” (or tags) as a kind of “augmented reality trick.”  With the simple act of assigning labels to things, we invite the brain’s pattern recognition ability to identify their similarities and thereby predict what other items would fit the label too. We are essentially tuning the informational environment of our notes to highlight or suppress the features most relevant to the task at hand. Our mind shapes the environment, and then the environment shapes our mind.

By thinking of tags as virtual spaces that we can create on the fly, we recruit our intuitive sense of spatial navigation to make sense of complex, abstract topics. We are able to create more concrete conceptual structures, and use our procedural memory to navigate them. 

The next question is, “What do we want to use these spaces for?”

Creating a new virtual hard disk is almost always included as a step during the creation of the virtual machine that owns it. It’s certainly not the only time or the only way that you can create a VHDX. You don’t necessarily need to attach it to a virtual machine, however, as Hyper-V Manager has a complete management system for virtual hard disks whether or not they have a connection to a virtual machine. You can use it to create both standalone virtual hard disks and disks directly attached to a virtual machine. PowerShell also offers similar functionality.

[[Use Hyper-V Manager to Create a New Virtual Disk Directly on a Virtual Machine]]

[[Using Hyper-V Manager to Create a Standalone Virtual Hard Disk]]

[[New Virtual Hard Disk Wizard]]

[[Creating a VHDX in PowerShell]]

[[New VHD Creation Notes]]
In my experience, it is only necessary to use tags when your collection becomes formidable. After nearly 10 years of note-taking and more than 8,000 notes created, I am just starting to seriously run up against the limits of a no-tagging system.

This finding has been echoed in the research. In the 1960s and 1970s, IBM conducted a series of experiments with their new Storage and Information Retrieval System (STAIRS), one of the first systems in which the computer could search the entire text of documents. They found that search accuracy could run as high as 75 to 80%. They happily proclaimed the “death of meta-data.” Why spend time and money having humans index documents when the computer could just search everything?

But there was a fatal flaw in the experiments. They used small collections containing only a few hundred documents. It was assumed that these results would apply equally well to large collections, as long as they had enough computer power. But it was a language problem, not a computer problem.

In the 1980s, researchers David C. Blair and M.E. Maron tested a full-text litigation support system containing about 40,000 documents with 350,000 pages of text. The lawyers depended on this system to retrieve all the documents that might help them win their cases. But Blair and Maron showed that recall averaged only about 20%. The system was retrieving only about 1 in every 5 relevant documents! And this was with trained researchers.

The trouble is that language has numerous, often vague, overlapping mappings to ideas. As David Blair recounts from a real example, a system with 1,000 documents contained 100 that contain the word “computer,” with the word being used 10 different ways. But in a system with 100,000 documents, 7,100 contained the word, and it was used in 84 different ways. The number of possible meanings and interpretations explodes almost as fast as the information itself.

This is where tags come in. They can provide the essential missing piece of data that computers still cannot determine: what a note is about. As long as you follow the recommendations in this article – using tags to track where a chunk of knowledge is in the knowledge lifecycle, adding structure and tags slowly and incrementally, and adding contextual data to notes – you can create paths of action for your future self to follow, without being burdened by rigid bureaucracy.

In the context of personal knowledge management, we need both hierarchies and networks. Notebooks allow us to gather a batch of related material in one place, and look for patterns and associations between the things we’ve collected. Tags add a network to this hierarchy – a distribution network for more efficiently exporting our ideas into the external world.
Built on core principles that matter.
Extremely high moral values. Best in class. Unlike all other SEO plugins.

!!! Tons of value.
No advertisements. No branding. No fake SEO magic.
Only white-hat SEO following Google’s guidelines.

!!! Focus on precision.
No slow queries. No database hogging. No distractions.
Polished to perfection. 12x faster than others.

!!! Privacy by design.
No collection. No tracking. No third-party integrations.
Completely transparent, with the peace of mind.

!!! Impenetrable code.
The SEO Framework is the only SEO plugin with a security track-record that is in mint condition.

https://sourceforge.net/projects/the-userman/
Adaptable is a highly customisable responsive two column theme with an abundance of features. The concept behind adaptable is to have a common theme developed and tested by a community of users which can be branded and configured according to each organisations needs. The freedom to brand and customise whilst sharing the burden of testing and development.
The Fordson theme is focused on students going from login to learning, with features that help teachers build better courses and students engage with content. Your school is unique and Fordson provides impressive customizations for a professional and modern learning platform. Try out Fordson and show some love by clicking "favourite" ( ♥ ) !
This theme is created to be used in Joomdle sites only (http://joomdle.com). Some parts like the header, footer and login link have been removed deliberately.

WARNING: DO NOT USE IN MOODLE STAND-ALONE INSTALLATIONS.
Klass is fully responsive and coded with the latest techniques in HTML5 and CSS3,so it will work on all devices, all browsers, and it does it all seamlessly.Just download and make your e-learn website modern.
Introducing a new theme for Moodle 3.9 and 3.10 that draws on some of the best user ehancements of the Fordson and Rebel Moodle themes! Schoollege is refined, elegant, and modern. Built using Boost, Schoollege adds custom header images, header textures, smart editing buttons, a full-screen Course Dashboard, a custom login page, and other features that enhance Moodle.
Trema has a focus on usability and beauty, so for that to became real the developers have tried to make something clean and usable for everyone in the community.
* http://lancore.sourceforge.net/en/
* http://cult-thinclient.sourceforge.net/
* https://sourceforge.net/projects/openthinclient/
* http://thinstation.org/
* 
* 
* 
* 
* 
* 
* 
https://github.com/TheDiveO/ThirdFlow
Tiddler Commander, in short ''Commander'' is a unique tool for batch operations on tiddlers. Commander has the below features

* Bulk tiddler creation/deletion
* Combo search to filter and select tiddlers
* Title operation: add, remove prefixes and suffixes, also remove cahras form begining and end of title (on renaming tiddlers, [[relink|$:/plugins/kookma/commander/help/uicomp/relink]] can be used to update title in other tiddlers)
* Tag operation: add, remove, replace
* Field operation: add, remove, rename, and set field value
* ''~SnR'', search and replace in all fields including text, tags, //title//, and common fields
* ''Inspect'', to review and inspect tiddlers in one place, scroll among them and edit all fields (including common fields), tags, text (title is an exception!)
* Log, create logs of all operations
* Search, //save and load// any combination of filter search

<<alert  info "''Note'': //Commander will not work on shadow tiddlers//, unless they are overriden! Because shadow tiddlers aren’t stored as ''real'' tiddlers. They are intentionally excluded from most operations by default so that they don’t clutter filters made by users unless explicitly required.">>

http://tiddlyclip.tiddlyspot.com/

https://github.com/buggyj/tiddlyclip/
http://tiddlymap.org/

http://muritest.tiddlyspot.com/
* https://tank.peermore.com/tanks/tiddlyweb/Installing%20TiddlyWeb
* [[Secure Wiki Server|https://github.com/OokTech/SecureWikiServer]]
* TiddlyWeb
* Rendered versions can be found at: http://www.tiddlywiki.com/#Reference

|!Option            | !Syntax            |
|bold font          | ''bold''           |
|italic type        | //italic//         |
|underlined text    | __underlined__     |
|strikethrough text | --strikethrough--  |
|superscript text   | super^^script^^    |
|subscript text     | sub~~script~~      |
|highlighted text   | @@highlighted@@    |
|preformatted text  | {{{preformatted}}} |

!Block Elements
<<<
!Heading 1

!!Heading 2

!!!Heading 3

!!!!Heading 4

!!!!!Heading 5
<<<

!!Lists
<<<
* unordered list, level 1
** unordered list, level 2
*** unordered list, level 3

# ordered list, level 1
## ordered list, level 2
### unordered list, level 3

; definition list, term
: definition list, description
<<<

!!Blockquotes
<<<
> blockquote, level 1
>> blockquote, level 2
>>> blockquote, level 3

> blockquote
<<<

!!Preformatted Text
<<<
{{{
preformatted (e.g. code)
}}}
<<<

!!Code Sections
<<<
{{{
Text style code
}}}

//{{{
JS styled code. TiddlyWiki mixed mode should support highlighter switching in the future.
//}}}

<!--{{{-->
XML styled code. TiddlyWiki mixed mode should support highlighter switching in the future.
<!--}}}-->
<<<

!!Tables
<<<
|CssClass|k
|!heading column 1|!heading column 2|
|row 1, column 1|row 1, column 2|
|row 2, column 1|row 2, column 2|
|>|COLSPAN|
|ROWSPAN| ... |
|~| ... |
|CssProperty:value;...| ... |
|caption|c

''Annotation:''
* The {{{>}}} marker creates a "colspan", causing the current cell to merge with the one to the right.
* The {{{~}}} marker creates a "rowspan", causing the current cell to merge with the one above.
<<<
!!Images /% TODO %/
cf. [[TiddlyWiki.com|http://www.tiddlywiki.com/#EmbeddedImages]]

!Hyperlinks
* [[WikiWords|WikiWord]] are automatically transformed to hyperlinks to the respective tiddler
** the automatic transformation can be suppressed by preceding the respective WikiWord with a tilde ({{{~}}}): {{{~WikiWord}}}
* [[PrettyLinks]] are enclosed in square brackets and contain the desired tiddler name: {{{[[tiddler name]]}}}
** optionally, a custom title or description can be added, separated by a pipe character ({{{|}}}): {{{[[title|target]]}}}<br>'''N.B.:''' In this case, the target can also be any website (i.e. URL).

!Custom Styling
* {{{@@CssProperty:value;CssProperty:value;...@@}}}<br>''N.B.:'' CSS color definitions should use lowercase letters to prevent the inadvertent creation of WikiWords.
* <html><code>{{customCssClass{...}}}</code></html>
* raw HTML can be inserted by enclosing the respective code in HTML tags: {{{<html> ... </html>}}}

!Special Markers
* {{{<br>}}} forces a manual line break
* {{{----}}} creates a horizontal ruler
* [[HTML entities|http://www.tiddlywiki.com/#HtmlEntities]]
* [[HTML entities local|HtmlEntities]]
* {{{<<macroName>>}}} calls the respective [[macro|Macros]]
* To hide text within a tiddler so that it is not displayed, it can be wrapped in {{{/%}}} and {{{%/}}}.<br/>This can be a useful trick for hiding drafts or annotating complex markup.
* To prevent wiki markup from taking effect for a particular section, that section can be enclosed in three double quotes: e.g. {{{"""WikiWord"""}}}.
* [[TW5 Plugins|]]
* [[TW5 Themes|]]
*[[Shout-outs|]]
*https://tiddlywiki.com/talkytalky/
*https://kookma.github.io/TW-Scripts/
* https://github.com/tiddly-gittly/TiddlyGit-Desktop
* https://github.com/joshuafontany/VSCode-TW5-Syntax
*https://help.alwaysdata.com/en/guides/
* https://github.com/simonbaird/tiddlyhost
*https://tid.li/tw5/
* https://github.com/K4rian/twserver-go
*https://ibnishak.github.io/Tesseract/


[[TW5 Editions|]]
https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM
!!! Features
* Separate User Access Roles (Admin, Agent, User)
* Automatically create Tickets by sending email
* Reply to ticket thread by replying on associated email thread
* Attachments in tickets as well as thread replies supported
* Rich text editors supported
* Ticket audit activity logged in thread - who performed what action and when
* Informative dashboard reporting
A course format which displays course topics as "Tiles", in a grid rather than as a list. When clicked, tile content is displayed under the tile with an animated transition. The layout adapts to different screen sizes and orientations. Within each tile, activities can also be set to display as "sub-tiles". For each tile, the teacher can pick an icon from a predefined set, or upload a background photo.
*https://www.proginosko.com/leechblock/
* https://www.kimai.org/
* https://www.toptal.com/tracker/
* https://cattr.app/
* https://baralga.github.io/
* [[GTD]]
* [[Pomodoro]]
* https://plaintextproject.online/tools.html
* https://github.com/johannesjo/super-productivity
* 
* 
* 
* 
* 

Timelines is a collection of four macros for creating vertical and horizontal timeline and sequence. The content or description and data of events are stored in individual tiddlers. 

Timelines contain two timeline macros and two sequence macros. A sequence macro shows event contents in sequence not necessarily in chronological order. The order can be determined by tag or list field or other methods.

The date of events can be stored in a separate field or the `modified` field can be used.
<<list-links "[tag[TimeTracking]sort[title]]">>
*https://sourceforge.net/projects/timetrex/
* 
*https://play.google.com/store/apps/details?id=air.com.timetrex.mobile&hl=fr&gl=US
*https://www.timetrex.com/direct_download/TimeTrex_Community_Edition-windows-installer.exe
* https://tinkaplugin.github.io/
* https://github.com/TinkaPlugin/Tinka
Vanilla javascript slider for all purposes.

Tiny slider for all purposes, inspired by Owl Carousel.
An interface that integrates with Moodles existing HTML editor (HTMLArea in 1.9 and TinyMCE in 2.x and 3.x) to support teachers in creating CLOZE (Embedded answers) questions in the GIFT syntax. It will also read and edit existing CLOZE items.
Moodle plugin to write formulae in TinyMCE through Google APIs
Mathslate adds a drag and drop mathematics editor to TinyMCE using MathJax as a renderer.
Add audio and video annotations to text, anywhere a TinyMCE text editor is present. This plugin adds buttons for recording audio or video (with audio) to the editor's toolbar. Using WebRTC technologies, all recording is done instantly in the browser. After recording, users can embed the annotation directly into the text they are currently editing. The recording will appear as an audio or video player in the published writing.
Type and handwrite mathematical notation in Moodle with MathType.

In the example below, all tiddlers listed in [[$:/config/Hide/TagButtons]] will be removed from the filter and thus excluded from the tags, e.g...

```
excluded: <code>{{$:/config/Hide/TagsButtons}}</code>
<<list-links filter:"[all[current]tags[]]-[list[$:/config/Hide/TagButtons!!text]]+[sort[title]]">>
```

<<<
excluded: <code>{{$:/config/Hide/TagButtons}}</code>
<<list-links filter:"[all[current]tags[]]-[list[$:/config/Hide/TagButtons!!text]]+[sort[title]]">>
<<<

If you add the following text at [[$:/core/ui/ViewTemplate/tags]], the tags listed in [[$:/config/Hide/TagButtons]] will be excluded for all tiddlers...

```
<div class="tc-tags-wrapper">
<$list filter="[all[current]tags[]]-[list[$:/config/Hide/TagButtons!!text]]+[sort[title]]"
template="$:/core/ui/TagTemplate"
storyview="pop"/>
</div>
```
[img[TNTSEARCH.png]]
TNTSearch is a full-text search (FTS) engine written entirely in PHP. A simple configuration allows you to add an amazing search experience in just minutes. Features include:

* Fuzzy search
* Search as you type
* Geo-search
* Text classification
* Stemming
* Custom tokenizers
* Bm25 ranking algorithm
* Boolean search
* Result highlighting
* Dynamic index updates (no need to reindex each time)
* Easily deployable via Packagist.org
* It supports stemming for English, Croatian, Arabic, Italian, Russian, Portuguese and Ukrainian. If the built-in stemmers aren't enough, the engine lets you easily plugin any compatible snowball stemmer. Some forks of the package even support Chinese. And please contribute other languages!

Unlike many other engines, the index can be easily updated without doing a reindex or using deltas.


http://tobibeer.github.io/tw5-plugins/#Welcome
TOC plugin contains several macros, stylesheets and templates to create table of contents and navigator buttons. In contrast to Tiddlywiki core macros, the TOC plugin has many extra features including

* non recursive two level toc
* hierarchical navigation
* exclude feature to exclude a branch or specific entries
* track and highlight the TOC entry opened from table of contents or by navigation buttons

Like core toc macro, TOC plugin supports also the recursive multi level table of contents, but here, it also support hierarchical navigation.
http://todotxt.org/
Todolist is a tiny Tiddlywiki plugin for creating simple todolist. In any tiddler you wish to have the Todolist simply call `todolist-ui` macro. Details are given below.
Minimal TODO list web app:

* Web based.
* Easy to deploy.
* Self-hosted & FLOSS.
* Allows multiple people to update a list.
* Mobile friendly - "Add to Home Screen" webapp.
* Simple text based format for easy editing (see below).
* Surprisingly, I could not find software meeting these criteria.
With Toggl Track, time tracking is a piece of cake
The world's best time tracking software for individuals and businesses
Toggl Desktop is a Toggl time tracking client with many helper functions that make tracking time more effortless and smooth. Features such as Idle detection, reminders to track and Pomodoro Timer make this app a great companion when productivity and efficiency is the goal.
The following tools are used throughout these scenarios:

*BCDBoot: A command-line tool for manually creating the boot configuration data (BCD) store. The BCD store contains the boot configuration parameters, and it is the successor to the Boot.ini.

*BCDEdit: A command-line tool for manually editing the BCD store.

*Disk Management MMC snap-in: A graphical tool for editing disk configurations.

*DiskPart: A command-line tool for editing disk configurations.

*Windows AIK: A toolkit for creating and maintaining images. Specifically, you will use the following tools:

**ImageX: A command-line tool that is used to capture, create, modify, and apply images.

**Deployment Image Servicing and Management (DISM): A command-line tool that is used to apply updates, drivers, and language packs to an image.

*Windows Deployment Services: A server role in Windows Server 2008 R2 that deploys images over the network.

*Windows PE: A version of Windows with a very small footprint that is designed especially for deployment purposes.

[[WIM2VHD for Windows 10]]
* https://github.com/AlexanderPro/SmartSystemMenu
* https://github.com/QL-Win/QuickLook/wiki/On-the-Shoulders-of-Giants


https://filecr.com/windows/topaz-denoise-ai/
opydo is a powerful todo list application using the todo.txt format.

It has three user interfaces:

* Command Line Interface (CLI) - originally inspired by the todo.txt CLI by Gina Trapani.
* Prompt mode - a convenience mode for the CLI. Launch with topydo prompt.
* Column mode - a text based user interface (TUI) with customizable columns and vim-like bindings. Launch with topydo columns.
*Man with a plan
*The accountant 2016
*The Gentlemen 2019
*The edge of seventeen
*Dark série allmend 
*Red Dog movie
*Cruella 2021
*what lies below
*detective dee 
*Status Update





*isn't it romantic
Open source server for GPS trackers. It includes support for popular devices: TK101, TK102, TK103, TK201, TK202, TK203, TK206, GPS-103, GL100, GL200, AVL-05, AVL-08, Mini MT, GT30i, GT60, VT300, VT310, VT400, PST-AVL01, PT60, PT300X, PT30, MVT340, MVT380, MVT600, GT30, GT30X, MT80, GT200, GT300, GT500, Datamax, ST210, ST900, ST910 and many others.

Application includes embedded web server to track devices on map.
Everything about Transfer Learning and Domain Adaptation

https://github.com/topics/transfer-learning
The concept behind trash plugin is to have a simple mechanism to move tiddlers to Trashbin and be able to restore them later if required.
The easiest for data-driven people way to track current internet trends on every search
The easiest way for data driven people to track current internet trends.

Trends everywhere's chrome extension adds a trends chart to every Google-search you make on the web, so you can keep track on trends and always be aware of new opportunities.

No matter if you are a VC, marketer, SEO expert, investor, CEO or a business student, it is really important to keep up with current internet trends. This extension is for you.

★ Compatibility ★

Works on Google Search and Duck Duck Go

★ Languages ★

Works on all languages, including Arabic, Russian, Chinese, Korean and Hebrew.

★ Your privacy is important to us ★

Your searches are always SSL-encrypted. We don't save your searches or track the websites you visit. Also, we will never sell your data to advertisers or other third parties.

★ Learn more about Trends Everywhere ★

To learn more about us, please visit our website at https://trendseverywhere.com

★ Permissions ★

Like any other extension we needs certain permissions to function properly:

"Hosts": This permission allows us to add our beautiful chart into google page in many languages and regions.

"Tabs": This permission is needed to get the content of the tab for adding our our beautiful chart into google search page.
VBoot is complex piece of system software, so be prepared for problems and bugs. These sections list common problems and errors.

!!! ''[VBoot] Can't load vboot to the specified memory address 00090000''
VBoot Loader loads itself to the real mode memory address 0x90000 (576k), and it occupies 64k, i.e., 576K-640K is used by VBoot, this memory region is most likely free to use. However, if you are getting this error, it indicates there is something else already using this region. Make sure you don't have other boot loaders, don't chainload to VBoot from other loaders, don't use VBoot on encrypted hard disks, etc.

!!!''Black screen or other boot loader issues''

VBoot Loader reserves a memory region for use, this might have conflicts with other devices. For example, there are reports that ATI graphic cards cause black screen during boot. If you get into this problem, you can try to use a different boot file. We provide a file "vboot-black-screen in c:\vboot folder, you need to rename this file to vboot". Make sure you backup the original "vboot" file.

More information is available on our website, ''[[http://www.vmlite.com|http://www.vmlite.com]]
* [[Prevent the VHD from expanding to its full size|]]
* [[Self-Sign Drivers]]
Send highlights to Notion.
Trove captures important information anywhere on the web and saves it to Notion.

With Trove, you can open a Notion page or database directly in the browser and start adding highlights, taking notes, and editing properties on the page.

Those highlights and comments remain on the webpage, so whenever you return, you can see exactly what you highlighted and commented on!

===> USE CASES

Notion Bookmarks Bar -- Save those webpage links to a Notion page instead of in your browser bookmarks bar.

Research/School -- Whether you're a student, a PhD, or obsessed with learning Trove allows you to highlight and take notes in the webpage itself and sync that work to Notion for later analysis.

Social -- Add multiple people to a page in Notion and collaboratively add links and highlights!
```
<<list-links filter:"[has[type]each[type]sort[type]]">>
```

> <<list-links filter:"[has[type]each[type]sort[type]]">>
https://www.wired.com/story/trump-tweeted-a-sensitive-photo-internet-sleuths-decoded-it/
* https://responsivevoice.org/pricing/?utm_campaign=rvorg_link&utm_source=responsivevoice-org&utm_term=menu
*https://github.com/TalAter/annyang
*https://awesomeopensource.com/projects/speech-synthesis
*https://www.cstr.ed.ac.uk/downloads/
*https://github.com/mozilla/TTS
*https://mycroft.ai/blog/mimic-2-is-live/?cn-reloaded=1&cn-reloaded=1



















Tungsten Replicator is a high performance, free and open source replication engine that supports a variety of extractor and applier modules. Data can be extracted from MySQL, Oracle and Amazon RDS, and applied to numerous transactional stores and datawarehouse stores (MySQL, Oracle, and Amazon RDS; NoSQL stores such as MongoDB; Vertica, Hadoop, and Amazon RDS).

Tungsten Replicator helps technically focused users solve host of problems and offers features that surpass those of most other open source replicators. During replication, Tungsten Replication allows data to be exchanged between different databases and database versions, information can be filtered and modified, and deployment can be between on-premise or cloud-based databases. It supports parallel replication and advanced topologies such as fan-in and multi-master. It can also be used efficiently in cross-site deployments.

!!! Features
* global transaction IDs to support failover
* flexible transaction filtering
* extensible transaction metadata
* sharding
* multiple replication services per process
* simple, well-documented operation
Adding productivity features to Google Meet to enhance your meetings.
Meet TurboMeet for your Google Meet. ;)

Adding features, automation and productivity quirks that enhances your meetings over Google Meet by a whole new level. 

This is a must have extension if you want to have productive and efficient meetings over Google Meet. This extension was made to help all the users who are participating in innumerous meetings, classes and events happening over Google Meet.


Features added:

1. Set the default Google Account:
When you have multiple Google accounts and you join a meet link just to realize that its not linked to the correct Google account, you have to manually switch the accounts to join with the right one. Instead set the Google Account Number (https://imgur.com/a/58dSAWS) - usually as 0, 1, 2, to auto-redirect to the correct Google Account.

2. Auto Join:
Bypass the intermediary screen and directly join the meeting.

3. Auto Mute Audio and Video:
No need to manually mute audio and video for every meeting. This is done automatically for you.

4. Push to Talk:
You can unmute and speak by enabling the push to talk feature. We now support Space and Left Shift keys. Just press and hold the key to speak and when done, release the key. Its that simple. If you need to mute / unmute, simply tap the key.

5. Auto Enable Captions:
Captions are turned on by default when you enter the meeting.

6. Copy URL button:
Its a tedious process to share just the meeting URL with another person. We have a quick solution for that.

7. Quit the meeting using keys:
Just press 'Ctrl' + 'Q' to quit any meeting directly. No more awkwardly searching for the "End Call" button.
https://sourceforge.net/projects/turbovnc/
Turf is a JavaScript library for spatial analysis. It includes traditional spatial operations, helper functions for creating GeoJSON data, and data classification and statistics tools. Turf can be added to your website as a client-side plugin, or you can run Turf server-side with Node.js. Modular, simple-to-understand JavaScript functions that speak GeoJSON. Turf is a collection of small modules, you only need to take what you want to use. Takes advantage of the newest algorithms and doesn't require you to send data to a server. TypeScript definitions are packaged with each module. No DefinitelyTyped packages required. Turf uses GeoJSON for all geographic data. Turf expects the data to be standard WGS84 longitude, latitude coordinates. Check out geojson.io for a tool to easily create this data.

!!! Features
* Most Turf functions work with GeoJSON features
* Turf provides a few geometry functions of its own
* Turf is a collection of small modules, you only need to take what you want to use
* Takes advantage of the newest algorithms and doesn't require you to send data to a server
* Modular, simple-to-understand JavaScript functions that speak GeoJSON
* Turf expects data in (longitude, latitude) order per the GeoJSON standard
Turnitin's Moodle Direct v2 integration activity module is a standalone Moodle module with the aim of representing the full suite of Turnitin's features within the standard Moodle workflow. The module is an upgrade on the previous Turnitin plugin and is developed and maintained by Turnitin.
* https://udemydownload.com/
* https://tutsgalaxy.net/
* https://freetutorialsudemy.com/
* https://downloadly.net/
* https://onlinecoursebay.com/
* https://freetutorialshub.com/
* https://downloadtutorials.net/
* 
* 
* 
* 
https://github.com/sendwheel/tw-receiver
*https://giffmex.org/stroll/stroll.html
*https://giffmex.org/gifts/tiddlyblink.html
* https://tiddlyroam.org/
* https://github.com/joekroese/tiddlyroam
* 
* 
* 
* 
* https://bimlas.gitlab.io/tw5-locator/
* https://github.com/bimlas/tw5-locator
!!! ''Layouts''
* [[TiddlyTouch]]
* https://crazko.github.io/krystal/



!!! ''Project Management (GTD)''
*[[Cardo]]
* [[GSD]]
*[[Dropboard]]

!!! ''Enhancement''
* TiddlyMap
* https://github.com/joekroese/tiddlyroam
*RichLinks
*[[Relink|]]
*[[Tobibeer-tw5-plugins|]]
*BjTools
*[[Katex|]]
*TiddlyClip
* [[kookma Plugins|]]
*[[TW5FontAwesome|]]
*[[TiddlyWiki toolmap|]]
*[[TW5 Locator|]]


* Spaced repetition in TiddlyWiki





!!! Server Configuration
* [[TW5-Bob|]]
* [[TW Receiver|]]
*https://github.com/neechbear/tiddlywiki
*https://github.com/bimlas/userscript-combine-tw5-and-search-engine-results
*https://github.com/neumark/tw5-firebase
*https://github.com/bourgeoa/tiddlywiki-node-solid-server


!!! Dev
* ThirdFlow
*[[Tw5-plantuml|]]
* https://github.com/inmysocks/PluginDevelopment
* https://github.com/TheDiveO/TiddlyWikiPluginSkeleton
*[[Tinka|]]


!!! ''Security''
*[[Encrypt Tiddler|]]

!!! Tools
* https://github.com/ibnishak/Timimi
*https://github.com/adithya-badidey/tiddlyjam
*Minimal Themes
**[[Moments|https://ibnishak.github.io/Tesseract/themes/moments.html]]

* https://tid.li/tw5/apps/bricks.html
https://github.com/OokTech/TW5-Bob
https://github.com/tobibeer/tw5-plantuml
https://github.com/TheDiveO/TW5FontAwesome
Twake is a secure open source collaboration platform to improve organizational productivity. Twake offers all the features for collaboration :

* Team chat
* File Storage
* Team Calendar
* Task Management
* Video call and conferencing
* Real time document collaboration
Twill is an open source Laravel package that helps developers rapidly create a custom CMS that is beautiful, powerful, and flexible. By standardizing common functions without compromising developer control, Twill makes it easy to deliver a feature-rich admin console that focuses on modern publishing needs.

Twill is an AREA 17 product. It was crafted with the belief that content management should be a creative, productive, and enjoyable experience for both publishers and developers.
TypeScript is a programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript and adds optional static typing to the language. TypeScript is designed for the development of large applications and transcompiles to JavaScript.[5] As TypeScript is a superset of JavaScript, existing JavaScript programs are also valid TypeScript programs.

TypeScript may be used to develop JavaScript applications for both client-side and server-side execution (as with Node.js or Deno). There are multiple options available for transcompilation. Either the default TypeScript Checker can be used,[6] or the Babel compiler can be invoked to convert TypeScript to JavaScript.



*https://github.com/grafana/grafana
*https://github.com/DefinitelyTyped/DefinitelyTyped
Typesense is a fast, typo-tolerant search engine for building delightful search experiences.

* An Open Source Algolia Alternative &
* An Easier-to-Use ElasticSearch Alternative
ubuild-jekyll is a Jekyll theme designed to work with Forestry's Blocks feature. This theme provides a set of page-level components and a pre-configured Forestry Blocks UI that will empower content editors to construct their own webpages.
Ufficio Zero Linux is a desktop operating system offered in many versions based on PCLinuxOS, Linux Mint and Devuan.
This distro has many packages for professional use.
The project is managed by the Italian company SIITE SRLS.

https://www.ufficiozero.org/
uGet Browser Integration extension replaces default download manager by uGet Download Manager.
Official extension to integrate uGet with uGet Download Manager.

Please note that "uget-chrome-wrapper" has been renamed to "uget-integrator". Please install "uget-integrator" from the following link before installing this extension.

https://github.com/ugetdm/uget-integrator/wiki/Installation


Disclaimer:
uGet respects the YouTube Policies so depending on the individual settings of a video it may not be possible to download video from YouTube. The vast majority of videos will be available for use in uGet.

To download, right click on Youtube page and select uGet Integration -> Download video with uGet
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.

* https://github.com/topics/uikit3
*https://github.com/topics/uikit
Tweak the appearance, performance and security of your computer by using this easy-to-use, yet powerful and feature-packed software solution


The most popular tweaking software, Ultimate Windows Tweaker 4 for Windows 10 adds several new tweaks for the new operating system. Those of you who have upgraded to Windows 10, would want to use it to judiciously tweak your Windows 10 and personalize your computing experience. With judicious tweaking, it can make your system faster, more stable, personal, and more secure with just a few mouse clicks.

Ultimate Windows Tweaker is like a TweakUI for Windows 10. While you may be able to access all these via the Windows 10 Settings app, the Registry Editor or the Group Policy Editor, Ultimate Windows Tweaker makes things easier for you by offering all useful tweaks from its single UI.
# [[What is a VHD/X file?]]
# [[Where can VHDX Be Used?]]
# [[Configuration Information for VHDX Files]]
# [[VHDX Files Do Not Permanently Belong to a Virtual Machine]]
# [[Mount a VHDX File to Read in Windows (Even Your Desktop!)]]
# [[Mount a VHDX File Using PowerShell]]
# [[Copy a Physical Disk to a VHDX]]
# [[Backup and Restore VHDX Files]]
# [[Attach an Existing VHDX to an Existing Virtual Machine or Reset VHDX File Security]]
# [[Move a VHDX from One Bus to Another on the Same Virtual Machine]]
# 
# 
# 
# 
uniCenta oPOS is a multi-lingual - 17 languages - commercial-grade POS (Point-Of-Sale) software. It is multi-location, multi-terminal and multi-user and runs on industry standard hardware.

Installing uniCenta oPOS requires MySQL and is simple and fast to implement.

!!! Features
* Windows XP; Windows Vista; Windows 7; Windows 8; Windows 10; WePOS; Linux; Mac OSX
* Peripheral support for Epson (and compatible), Star + other...
* Switchable/Mixable Retail, Restaurant and Store sales screens
* Bar; Cafe; Leisure; Restaurant; Retailer; Supermarket; General Store; Lots more...
* Automatic screen resolution scaling from 1024 x 768 up
* Highly User customizable Sales screen, Ticket and Receipt layouts
* Ideal for mobile retailers POS / Pop-up type stores
* Customers; Products; Inventory and Multi-Location management
* Apache Derby; MySQL; HSQLDB; PostgreSQL; Oracle databases and Cloud hosted databases
* Category + Product Import
* Multiple Printers + Output to Kitchen Display monitors
* 50+ High Quality Reports
* Internal Payment Gateways (US) and External terminal support - Chip and Pin
* Barcode scanner; iButton/Dallas Key; Weighing Scales; Mag Card; Customer Display
* Powerful scripting language
* Multi-Language - 17 langages inc' English; Spanish; German; French; Dutch; more...
* Cloud hosted database capable
* User and Role Security i.e.; Admin; Manager; Clerk; Guest Security
* Inventory Management
* Great on Windows and Linux tablets - 10"+
School Management and Accounting Software


We like to challenge the quality of what we build to make it better. To do so, we try to make the product intuitive, beautiful, and user friendly. Innovation and hard work help to fulfill these requirements. I believe in order to innovate we need to think differently. A few months ago I discovered there was no open source free school management software that met my quality standards. I happen to know a bit of programming so I decided to make one. I also believe that working with more people can push the standard higher than working alone. So I decided to make it open source and free.

!!! Features

* Roles	Master, Admin, Teacher, Student, Librarian, Accountant.
* (You can Impersonate User Roles in Development environment) See how Impersonation works. Cool !!
* Certificate	Now you can upload certificate to a student using student code.
* Payment	Stripe is used. See configuration below.
* Students can pay from their accounts.
* Student can view payment receipts (history)
* View Screenshot below
* Attendance	Take student attendance for each course
* Mark	Can give marks to students for each course
* Registration	Register students
* Notice, Syllabus	Manage uploaded Notices, Syllabus, Routines
* Library	Manage a library of books.
* Add new books.
* Keep track of books.
* Exam	Manage Semester by Examination
* Grade	Give Grades based on marks of each course.
* Accounts	Manage Income, Expense Amounts
* View Graphs based on year.
* Messaging	Uses CKEditor 5
* Export/Import	Users (Students, Teachers) from/to Excel
** Laravel Excel package is used.
** Important: Single sheet supported in an Excel file. So delete any extra sheet in an Excel file.
** Following excel column names supported for both Teachers and Students: name, email, password, address, about, phone_number, blood_group, nationality, gender.
** Other columns:
** For Teachers: department, (class, section) if assigned as class teacher.
** For Students: class, section, session, version, group, birthday, religion, father_name, father_phone_number, father_national_id, father_occupation, father_designation, father_annual_income, mother_name, mother_phone_number, mother_national_id, mother_occupation, mother_designation, mother_annual_income
** For any number(e.g: phone_number) starts with zero, put (') before zero.
* Supported Languages	English, Spanish
Unimozer intends to be a universal modelizer for Java™. It allows the user to draw UML diagrams and generates the relative Java™ code automatically and vice-versa.

!!! Features
* Allows the user to draw UML diagrams and generates the relativ Java™ code automatically.
* All changes to the Java™ code are transmitted immediately back to the UML diagram.
* Classes can be compiled and objects can be created.
* The user can interact with the created objects by calling any of their public methods.
* Methods can be automatically represented as NS-diagrams (using Structorizer).
* [[Archman|]]
* DebianDog
* https://www.bunsenlabs.org/index.html
* 
* 
* 
https://sourceforge.net/projects/unitime/
Unyson is a framework for WordPress that facilitates the development of a theme.

This framework was created from the ground up by the team behind ThemeFuse from the desire to empower developers to build outstanding WordPress themes fast and easy.
#requires -Version 3 -Modules Dism, Hyper-V
#Wrapper arround Convert-WindowsImage script to it acts like a function. 
function Convert-WindowsImage
{
  Param
  (
    [Parameter(ParameterSetName = 'SRC', Mandatory = $true, ValueFromPipeline = $true)]
    [Alias('WIM')]
    [string]
    [ValidateNotNullOrEmpty()]
    [ValidateScript({
          Test-Path -Path $(Resolve-Path $_)
        }
    )]
    $SourcePath,

    [Parameter(ParameterSetName = 'SRC')]
    [Alias('VHD')]
    [string]
    [ValidateNotNullOrEmpty()]
    $VHDPath,

    [Parameter(ParameterSetName = 'SRC')]
    [Alias('WorkDir')]
    [string]
    [ValidateNotNullOrEmpty()]
    [ValidateScript({
          Test-Path $_
        }
    )]
    $WorkingDirectory = $pwd,

    [Parameter(ParameterSetName = 'SRC')]
    [Alias('Size')]
    [UInt64]
    [ValidateNotNullOrEmpty()]
    [ValidateRange(512MB, 64TB)]
    $SizeBytes        = 40GB,

    [Parameter(ParameterSetName = 'SRC')]
    [Alias('Format')]
    [string]
    [ValidateNotNullOrEmpty()]
    [ValidateSet('VHD', 'VHDX')]
    $VHDFormat        = 'VHD',

    [Parameter(ParameterSetName = 'SRC')]
    [Alias('DiskType')]
    [string]
    [ValidateNotNullOrEmpty()]
    [ValidateSet('Dynamic', 'Fixed')]
    $VHDType          = 'Dynamic',

    [Parameter(ParameterSetName = 'SRC')]
    [Alias('Unattend')]
    [string]
    [ValidateNotNullOrEmpty()]
    [ValidateScript({
          Test-Path -Path $(Resolve-Path $_)
        }
    )]
    $UnattendPath,

    [Parameter(ParameterSetName = 'SRC')]
    [string]
    [ValidateNotNullOrEmpty()]
    $Feature,

    [Parameter(ParameterSetName = 'SRC')]
    [Alias('SKU')]
    [string]
    [ValidateNotNullOrEmpty()]
    $Edition,

    [Parameter(ParameterSetName = 'SRC')]
    [Parameter(ParameterSetName = 'UI')]
    [string]
    $BCDBoot          = 'bcdboot.exe',

    [Parameter(ParameterSetName = 'SRC')]
    [Parameter(ParameterSetName = 'UI')]
    [switch]
    $Passthru,

    [Parameter(ParameterSetName = 'UI')]
    [switch]
    $ShowUI,

    [Parameter(ParameterSetName = 'SRC')]
    [Parameter(ParameterSetName = 'UI')]
    [string]
    [ValidateNotNullOrEmpty()]
    [ValidateSet('None', 'Serial', '1394', 'USB', 'Local', 'Network')]
    $EnableDebugger = 'None',

    [Parameter(ParameterSetName = 'SRC')]
    [string]
    [ValidateNotNullOrEmpty()]
    [ValidateSet('MBR', 'GPT')]
    $VHDPartitionStyle = 'MBR',

    [Parameter(ParameterSetName = 'SRC')]
    [string]
    [ValidateNotNullOrEmpty()]
    [ValidateSet('NativeBoot', 'VirtualMachine')]
    $BCDinVHD = 'VirtualMachine',

    [Parameter(ParameterSetName = 'SRC')]
    [Switch]
    $ExpandOnNativeBoot = $true,

    [Parameter(ParameterSetName = 'SRC')]
    [Switch]
    $RemoteDesktopEnable = $False,

    [Parameter(ParameterSetName = 'SRC')]
    [string]
    [ValidateNotNullOrEmpty()]
    [ValidateScript({
          Test-Path -Path $(Resolve-Path $_)
        }
    )]
    $Driver

  )
  #$psboundparameters

  . "$($PSScriptRoot)\Convert-WindowsImage.ps1" @psboundparameters
}


function Update-SourceAndTemplate
{
  [CmdletBinding()]
  [Alias()]
  Param
  (
        
    # OutPath
    [Parameter(Mandatory = $true)]
    [ValidateNotNullOrEmpty()]
    [Alias('op')] 
    [String]
    $OutPath,

    # Create WIM Only
    [switch]
    $WimOnly,

    # Working Folder
    [Parameter()]
    [Alias('wf')] 
    [String]
    $WorkingFolder = $OutPath
  )
  #region validate input and dependent files
  Try 
  {
    Write-Verbose -Message "Testing $OutPath" 
    if (-not (Test-Path $OutPath)) 
    {
      Write-Verbose -Message "Creating $OutPath" 
      New-Item -ItemType directory -Path $OutPath -ErrorAction Stop -Verbose
    }
    Write-Verbose -Message "Testing $WorkingFolder" 
    if (-not (Test-Path $WorkingFolder)) 
    {
      Write-Verbose -Message "Creating $WorkingFolder" 
      New-Item -ItemType directory -Path $WorkingFolder -ErrorAction Stop -Verbose
    }
    if (-not (Test-Path -Path "$WorkingFolder\Mount" )) 
    {
      mkdir -Path "$WorkingFolder\Mount" -Verbose
    }
  }
  catch 
  {
    $msg = "Failed $($_.Exception.Message)"
    Write-Error $msg
    throw 'Input validation failed'
  }
  #endregion

    
    
  if ($WimOnly) 
  {
    $vmSet = 'Source'
  }
  else 
  {
    $vmSet = 'Source', 'Template'
  }
  
  foreach ($vmType in $vmSet ) 
  {
    #region cleanup target WIM
    if (Test-Path -Path "$WorkingFolder\$($vmType).wim")
    {
      Remove-Item -Path "$WorkingFolder\$($vmType).wim" -Verbose
    }
    #endregion  
    
    #region StartVM and wait
    Write-Verbose -Message "starting vm : $vmType"
    Start-VM $vmType -Verbose
    Start-Sleep -Seconds 30
    while (Get-VM $vmType | Where-Object -Property state -EQ -Value 'running')
    {
      Write-Verbose -Message "Wating for $vmType to stop" 
      Start-Sleep -Seconds 30
    }
    $vhdFile = (Get-VM $vmType | Get-VMHardDiskDrive -Verbose).Path
    
    #region Sysprep
    if ($vmType -eq 'Template')
    {
      Write-Verbose -Message "Copying $vhdFile to $WorkingFolder\$($vmType)_Sysprep.vhdx"
      Copy-Item -Path "$vhdFile" -Destination "$WorkingFolder\$($vmType)_Sysprep.vhdx" -Force -Verbose
      $vhdFile = "$WorkingFolder\$($vmType)_Sysprep.vhdx"
      $vmName = "$($vmType)_Sysprep"
      New-VM -Name $vmName -VHDPath $vhdFile -MemoryStartupBytes 1024MB -Generation 2 -Verbose| 
      Set-VMProcessor -Count 2 -Verbose
      
      Write-Verbose -Message "Adding SysPrep script to $vhdFile" 
      Mount-WindowsImage -ImagePath $vhdFile -Path "$WorkingFolder\Mount" -Index 1 -Verbose
      Copy-Item -Path "$PSScriptRoot\SysPrep.ps1" -Destination "$WorkingFolder\Mount\PSTemp\AtStartup.ps1" -Force -Verbose
      Dismount-WindowsImage -Path "$WorkingFolder\Mount" -Save -Verbose
      Write-Verbose -Message "Starting Cleanup and Sysprep of $vmName" 
      Start-VM $vmName -Verbose
      Start-Sleep -Seconds 30
      while (Get-VM $vmName | Where-Object -Property state -EQ -Value 'running')
      {
        Write-Verbose -Message "Wating for $vmName to stop"
        Start-Sleep -Seconds 30
      }
      Remove-VM $vmName -Force
    }
    #endregion
    
    #region Create WIM
    Write-Verbose -Message "Creating WIM from $vhdFile"
    Mount-WindowsImage -ImagePath "$vhdFile" -Path "$WorkingFolder\Mount" -Index 1 -Verbose
    
    New-WindowsImage -CapturePath "$WorkingFolder\Mount" -Name "2012r2_$vmType" -ImagePath "$WorkingFolder\$($vmType).wim" -Description "2012r2 $vmType Patched $(Get-Date)" -Verify -Verbose
    Dismount-WindowsImage -Path "$WorkingFolder\Mount" -Discard -Verbose


    if ($vmType -eq 'Template')
    {
      $vhdFile = "$WorkingFolder\$($vmType)_Sysprep.vhdx"
      $CwiParamaters = @{
        SourcePath        = "$WorkingFolder\$($vmType).wim"
        VHDPath           = "$WorkingFolder\$($vmType)_Production.vhdx"
        SizeBytes         = 40GB
        VHDFormat         = 'VHDX'
        VHDPartitionStyle = 'GPT'
        VHDType           = 'Dynamic'
        Edition           = 1
      }
      $CwiParamaters | Format-Table
        
      Write-Verbose -Message " Creating VHDX from WIM : $WorkingFolder\$($vmType).wim"
      Convert-WindowsImage  @CwiParamaters -Passthru -Verbose
      Write-Verbose -Message 'Removing Temp files' 
      Remove-Item -Path "$WorkingFolder\$($vmType).wim" -Force -Verbose
      Remove-Item -Path "$WorkingFolder\$($vmType)_Sysprep.vhdx" -Force -Verbose
    }
    #endregion
    if ($OutPath -ne $WorkingFolder)
    {
      Write-Verbose -Message "Moving $vmType to $OutPath"
      Copy-Item "$WorkingFolder\$($vmType)*.vhdx" $OutPath -Force -Verbose
      Copy-Item "$WorkingFolder\$($vmType).wim" $OutPath -Force -Verbose -ErrorAction SilentlyContinue
    }  
  }

  if ($OutPath -ne $WorkingFolder)
  {
    Remove-Item -Path $WorkingFolder -Recurse -Force
  }
}
Start-Transcript -Path "$env:ALLUSERSPROFILE\Logs\UpdateSorce.log"
#production
#Update-SourceAndTemplate -OutPath d:\UpdateOut -WorkingFolder d:\UpdateWorking -Verbose 
#Lab
Update-SourceAndTemplate -OutPath G:\UpdateOut -WorkingFolder G:\UpdateWorking -Verbose 
Stop-Transcript
If you already have a working virtual disk file and want to update to the latest VBoot drivers, you only need to update a few driver files (vbootmp.sys, vbootfs.sys and vbootbus.sys for xp and above, or vbootdsk.sys for windows 2000).

There are two ways of doing this, automatic or by hand.

Update by command
The first and recommended way is to use "vbootctl update" command, as described below:


```
vbootctl update current
vbootctl update virtual_disk_file
```

The first is used to update the current running Windows instance if it's booted from a virtual disk file, whereas the 2nd is used to update a virtual disk file that is offline.
Update by hand
The second way is to do it manually. If your computer is currently booted using the virtual disk file that you want to update, you can simply copy the drivers to overwrite the current version, for example,


```
copy D:\vboot\tools\x86\drivers\vbootmp\vbootmp.sys c:\windows\system32\drivers
```

If your virtual disk file is not current running, you will have to mount it first, then copy the driver file, for example,

```
D:\vboot\tools\x86\vbootctl mount c:\path\your.vhd
copy D:\vboot\tools\x86\drivers\vbootmp\vbootmp.sys Z:\windows\system32\drivers
copy D:\vboot\tools\x86\drivers\vbootfs\vbootfs.sys Z:\windows\system32\drivers
copy D:\vboot\tools\x86\drivers\vbootbus\vbootbus.sys Z:\windows\system32\drivers (vbootbus driver is used on vista and later, no need to copy it for xp/2003)
D:\vboot\tools\x86\vbootctl umount Z:
```
On Windows Vista, Windows 7 and Windows 2008, you may get a message complaining device driver not installed successfully after updating, you can get rid of this message by running the following command after booting to the virtual disk file.

```
D:\vboot\tools\x86\vbootctl dp_add default
```

The above examples assume Windows XP 32-bit is installed inside the virtual disk file, so vbootmp.sys is copied. For other operating systems, you need to copy different driver files:
Windows 2000 (32-bit) uses \vboot\tools\x86\drivers\vbootdsk-w2k\vbootdsk.sys
Windows XP (32-bit) and above use \vboot\tools\x86\drivers\vbootmp\vbootmp.sys
Windows XP (64-bit) and above use \vboot\tools\amd64\drivers\vbootmp\vbootmp.sys
!!! About
* Create web pages in the simple, fast editor
* Share code that others can edit and modify
* Clone web pages with the bookmarklet (under active development)
* "Publish" web pages instantaneously
* Published links never stop working and cannot be taken down function as long as this site is trusted and extant
* No dependencies
* No signups
* No tracking
* No hosting
* No cost
* No commitment
* A few hundred total lines of clear, well-documented HTML, CSS, and JavaScript
[[https://msfn.org/board/topic/181311-usb-format-tool-and-uefi_multi/]]

http://usbip.sourceforge.net/
To get started, open Hyper-V Manager and choose your desired creation method from one of the next two sections.

In Hyper-V Manager’s center pane, right-click a virtual machine and click Settings.

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2015/10/convertvhd_vmsettings.png]]

In the left pane of the VM’s Settings dialog, click to select the controller that you wish to connect the new disk to. Remember that you cannot make changing to the disk configuration of an IDE controller while the virtual machine is on, but this is not a restriction for the SCSI controller.
The following two screen shots show the IDE screen and the SCSI screen, respectively. On either, click the Add button (for an IDE controller, make sure that Hard Drive is highlighted).

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2015/10/addvhd_ide.png]]
[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2015/10/addvhd_scsi.png]]

Whichever you chose, the following screen will appear:
[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2015/10/addvhd_dialog.png]]

Notice that the connection information for Controller is the controller that you selected in step 2 and the Location is the next available on that controller. You can freely switch either here, with the limitation that you can’t add to an IDE controller while the VM is on and you can’t use a location that already has a disk attached. When ready, click the New button.

This will open the New Virtual Hard Disk Wizard. Jump down to the New Virtual Hard Disk Wizard section below to finish up.
It knows about TrueCrypt and can be configured to automatically pop up the TrueCrypt password dialog when certain USB drives are inserted. It also allows you to unmount the TrueCrypt drive and safely remove the USB drive with a single click.
#[[Virtual disk paths|Virtual disk paths]]
#[[Converting virtual disk files between different formats|Converting virtual disk files between different formats]]
#[[Differencing disk files and snapshots|Differencing disk files and snapshots]]
#[[Offline Virtual Disk Access|Offline Virtual Disk Access]]
#[[Merge, Compact and Expand virtual disk files |Merge, Compact and Expand virtual disk files]]
Log in to Moodle using one time user key based login URL. Auth plugin for organising simple SSO (single sign on) between moodle and your external web application.
A file upload profile field for Moodle
User Registration plugin provides you with an easy way to create frontend user registration form and login form. Drag and Drop fields make ordering and creating forms extremely easy. The plugin is lightweight, extendible, and can be used to create any type of registration form.

Beside registration form, the plugin also supports beautiful frontend profile account page for profile edit, password change, Log out and more. Users can visit their account page after registration and view the details they have filled and can make changes if necessary.

Details
 
Reviews
 
Installation
 
Support
 
Development
Description
User Registration plugin provides you with an easy way to create frontend user registration form and login form. Drag and Drop fields make ordering and creating forms extremely easy. The plugin is lightweight, extendible, and can be used to create any type of registration form.

Beside registration form, the plugin also supports beautiful frontend profile account page for profile edit, password change, Log out and more. Users can visit their account page after registration and view the details they have filled and can make changes if necessary.

The registration forms are 100% mobile responsive and optimized to display on any devices.

View All features

View Demo

Get Free Support

Check Documentation

USER REGISTRATION PLUGIN IN ACTION:

!!! FEATURES AND OPTIONS:
* Simple, Clean and Beautiful WordPress Registration Forms
* Drag and Drop Fields
* Unlimited Registration Forms
* Inbuilt Login Form
* Frontend Profile account page
* Multiple Column Design
* Multiple Form template designs
* Shortcode Support
* Google reCaptcha Support (v2 and v3)
* Email notifications
* Email Customizers
* Form Duplicate Option
* Admin approval option for registration
* Auto login option
* Email confirmation to register
* Enable/Disable Strong Password
* Default User Role Selection Option
* Support for profile image upload
* Form Preview Option on backend
* User data export in CSV
* Import/Export registration form
* Well Documented
* Translation ready
Using a hybrid partition table might be necessary when dual-booting operating systems that are blind to a GPT-partitioned disk. In these situations, the partition definition requires a tricky workaround.

Creating a hybrid MBR is easy using gdisk: at the main menu press the r key (for recovery and transformation), then press h key (CHS recompute), then enter the series of partitions (less or equal to 3) in the order they should be be listed in the MBR. Finally enter the hexadecimal partition type without the 0x prefix or accept the defaults by repeatedly pressing the y key.

Enable only a single boot flag as found the following example:


```
root #gdisk /dev/sdg
GPT fdisk (gdisk) version 0.8.1
 
Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: present
 
Found valid MBR and GPT. Which do you want to use?
 1 - MBR
 2 - GPT
 3 - Create blank GPT
 
Your answer: 2
```

```
root #gdisk /dev/sdg
...
Using GPT and creating fresh protective MBR.
 
Command (? for help): r
Recovery/transformation command (? for help): p
Disk /dev/sdg: 625142448 sectors, 298.1 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 744E8BF3-39A4-4908-8646-AC2E5661C8CF
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 625142414
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
 
Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048       566233087   270.0 GiB   8300  Linux filesystem
   2       566233088       625142414   28.1 GiB    0700  Microsoft basic data
Recovery/transformation command (? for help): h
 
WARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,
just hit the Enter key at the below prompt and your MBR partition table will
be untouched.
 
Type from one to three GPT partition numbers, separated by spaces, to be
added to the hybrid MBR, in sequence: 2 1
Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): N
 
 
Creating entry for GPT partition #2 (MBR partition #1)
Enter an MBR hex code (default 07): 
Set the bootable flag? (Y/N): Y
 
Creating entry for GPT partition #1 (MBR partition #2)
Enter an MBR hex code (default 83): 
...
Unused partition space(s) found. Use one to protect more partitions? (Y/N): N
 
Recovery/transformation command (? for help): o
 
Disk size is 625142448 sectors (298.1 GiB)
MBR disk identifier: 0x00000000
MBR partitions:
 
Number  Boot  Start Sector   End Sector   Status      Code
   1      *      566233088    625142414   primary     0x07
   2                  2048    566233087   primary     0x83
   4                     1         2047   primary     0xEE
 
 
Recovery/transformation command (? for help): w
```
To create a new standalone virtual hard disk, there’s only a single that that you need to do to open the wizard. In Hyper-V Manager, in the Actions pane at the far right, click New then Virtual Hard Disk.

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2015/10/addvhd_newstandalone.png]]

By default, TiddlyWiki uses its default fonts (Arial or Helvetica) for it’s tiddlers editor. While these fonts are more than fine as default font for the text in tiddlers, I found it much less convinient when editing tiddler’s. Furthermore, it’s even a bad choice when one has code snippets in his tiddlers.

The following code snippet solves the problem by resetting the font used in the editor to monospaced font. Just add the following snippet:


```
/*{{{*/
.editor {
    font-family: DejaVu Sans Mono, Courier New, monospace;
}
/*}}}*/
```

To your StyleSheet tiddler (or create it if it doesn’t exist yet). Now the next time you’ll edit a tiddler you will do it using a monospaced font.

Utility plugin is a small set of stylesheets, templates and macros. It has different tools for customizing and authoring specially for developers.
Be anonymous, secure and unrestricted! Unblock any website and get access to unlimited content with a VPN proxy service
uVPN is the fastest, limitless and the most secure Proxy utility across the Chrome webstore. Unlimited VPN was designed on the edge of cyber security technologies as an evolution of restrictions bypass extension for the most popular websites. The most trusted, reliable and protected Proxy extension CIS countries is now available worldwide! With unlimited VPN you can unblock, bypass government constraints and access any website anonymously, FREE and with ZERO connection restrictions.

uVPN gives you a one week premium subscription trial out of the box. After expiration, uVPN stays totally FREE, w/o premium servers available. You can add premium servers to your free coverage anytime with a few clicks.

uVPN runs a huge server network across the world and empowers unlimited VPN users with premium security against hackers/data-snoopers/unauthorized surveillance/DDoS attacks.
```
<$list filter="[tag<currentTiddler>]"/>
```

<<<
<$list filter="[tag<currentTiddler>]"/>

<<<
# [[Download and Extract|Download and Extract]]
# [[Install VBoot Loader|Install VBoot Loader]]


#[[Install Windows for vBoot|]]
#[[Vboot For Linux]]

#[[Use Virtual Disc with vBoot]]
#[[Updating VBoot|Updating VBoot]]
#[[VBoot Command Options|VBoot Command Options]] 
#[[Troubleshooting|Troubleshooting]]
To use VBoot Loader, you need to insert a command into the grub.cfg configuration files. VBoot Loader passes these options to vboot virtual disk drivers inside the operating system. The VBoot virtual disk drivers utilize these options to perform the corresponding operations, such as mounting the disk files, taking a new snapshot, restoring to a snapshot and delete the child differencing disks, updating the grub.cfg file, etc.

The full syntax of vboot command is as follows:

vboot harddisk=disk_path cdrom=file_path floppy=file_path floppy_b=file_path boot=harddisk|cdrom|floppy parent_dir=folder_path take_snapshot=differencing_disk_path boot_entry=index config_file=grub_config_file new_menu_entry=title hide=disk_or_volume_list restore immutable recover_mbr pause

Options:

harddisk=disk_path

* This option specifies a hard disk file, the path format is described here.

cdrom=file_path

*This option specifies a cdrom ISO file, the path format is described here.

floppy=file_path

*This option specifies a floppy image file, which usually contains vboot driver, the path format is described here.

floppy_b=file_path

*This option specifies a 2nd floppy image file, which usually contains a 3rd party SCSI driver, the path format is described here.

boot=harddisk|cdrom|floppy

*This option specifies which media to boot. The default boot is harddisk.

parent_dir=folder_path

*This option specifies a folder to search for base images, and should be only used for differencing hard disks.

take_snapshot=differencing_disk_path

*This option is used to take a snapshot with the specified path as the differencing disk file.

boot_entry=index

*This option is reserved for VBoot Loader to specify a boot entry. You should not use it explicitly.

config_file=grub_config_file

*This option is reserved for VBoot Loader to specify the full path of the grub.cfg file. You should not use it explicitly.

new_menu_entry=title

*This option is used to create a new menu entry inside the grub.cfg file. The virtual disk driver inserts an entry based the specified disk paths and the specified menu title. This option is typically used after you have entered some options manually using the VBoot Loader edit screen, i.e., you have pressed 'C' or 'E' . This way, you don't have to edit the grub.cfg file by hand after the operating system is booted up.

hide=disk_or_volume_list

*This option protects real hard disks from access. It is used to hide disks or volumes, e.g., hide="0,1,C:,D:", where 0,1 indicates disk number, C:, D: are volumes. When a disk or volume is in the list, its access will be denied, and becomes invisible.

The following is a typical use to restrict all access to the vhd only:
vboot harddisk=(hd0,1)/xp.vhd hide="0"

The hide option is implemented using a file filter driver (vbootfs.sys). It's much more than just hiding the disk, it actually checks all access to the disk, and denies all access other than vboot itself.

restore

*This option is used to restore to a snapshot. When a disk file contains child differencing disks, you can use this option to thrown away the child disks, and bring back to the same state before the snapshot was taken. Since the VBoot Loader does not support write access, it is the virtuald disk driver that performs the real task of deleting the snapshot and its child disks when the operating system kernel boots up. If the disk has another child disk after restoring, a new snapshot will be taken, with a new child differencing disk file created. If the disk has no child disks after restoring, then the disk will operate as a base image without taking a new snapshot. The grub.cfg file will be automatically updated to reflect the change.

immutable

*When this option is used, the operating boots as immutable, meaning that all system changes will be discarded after reboot.  This is done by automatically saving all system changes to a differencing disk, and the delete the differencing disk after reboot. Note that you can still permanently save files to your real hard disks or external disks. Only those changes that are saved to the virtual disk, including system registry entries, will be thrown away.

recover_mbr

*Immediately remove VBoot Loader code from MBR sectors and recover the original boot code.

pause

*Pause before booting, and the user needs to press a key to continue. This provide a chance to examine some messages.
* [[Install Ubuntu Vboot]]
* [[Vboot Linux VHD Boot|]]
The VBoot Loader lives outside of the virtual disk files, however in order to  boot a virtual disk file, a kernel driver corresponding to the installed operating system must be present inside the virtual disk file:

* Windows 2000 (32-bit) uses \vboot\tools\x86\drivers\vbootdsk-w2k\''vbootdsk.sys''
* Windows XP (32-bit) uses \vboot\tools\x86\drivers\vbootdsk\''vbootdsk.sys''
* Windows 2003 (32-bit) uses \vboot\tools\x86\drivers\vbootsmp\''vbootsmp.sys''
* Windows Vista, Windows 7 and Windows 2008 (32-bit) use \vboot\tools\x86\drivers\vbootstor\''vbootstor.sys''
* Windows XP, Windows 2003 (64-bit) uses \vboot\tools\amd64\drivers\vbootsmp\''vbootsmp.sys''
* Windows Vista, Windows 7 and Windows 2008 (64-bit) use \vboot\tools\amd64\drivers\vbootstor\''vbootstor.sys''
* Linux uses ''vloop.mod''
updated on Apr-09-14

Copyright © 2010, VMLite Inc.

''Overview''

## ''Linux as Real Appliance''

With VBoot for Linux, you can pre-install and pre-configure Linux OS and its applications, then distribute the resulting virtual disk file in VHD format. The vhd can boot a real computer, with configuration and apps instantly available. This way, operating systems are truly manageable, as simple as files. We call such a Linux VHD to be a real appliance, in the sense that it boots physical computers.

It's very easy to setup and boot a computer with a vhd file. You download the vhd file, drop it to Windows or Linux file system, then configure the boot loader, and reboot the computer.

## Linux as Virtual Appliance

The exact same vhd file also runs as a virtual machine using virtualization software, such as VMLite Workstation, VirtualBox, Xen and Virtual PC and Hyper-V, etc. By default, it's optimized for VMLite Workstation.

If VMLite Workstation is installed, you can simply double click the ubuntu-910-desktop-i386.mop file to launch the vhd as a virtual machine with VMLite Workstation.

## USB Boot Made Eas
You just need to store the vhd file to usb drive, then hook the USB to different computers to boot. If your computer BIOS does not support USB boot, you need to configure GRUB2 to support USB.

## The sample Ubuntu VHD
The sample  ubuntu-910-desktop-i386.vhd is a pre-installed 32-bit Ubuntu 9.10 desktop version in English.

self growing disk with disk capacity of 100G, with initial size about 3G

root username/password: user/welcome

## Make your own Ubuntu 9.10 32-bit VHD
If you don't want to use our pre-built ubuntu-910-desktop-i386.vhd file, you can go ahead to create your own .vhd file. Follow the following instructions:

Download VMLite Workstation, and create a Linux (Ubuntu 32-bit) virtual machine using Ubuntu 9.10 32-bit CDROM

Make sure you use .VHD file, run  from command line: "VBoxManage createhd --format vhd --filename c:\ubuntu-910\ubuntu-910-desktop-i386.vhd -size 102400 --remember"

After the vhd file is created, you need to download our patched initrd and VBoot Loader files from our download page. You place your own .VHD file to the same directory as VBoot files.

# System Requirements
Windows 2000 and Later, 32- and 64- bit, NTFS file systemGRUB2 or other compatible boot loaders, 32- and 64- bit

Mac - to be supported soon

4G disk space

## Download and Extract
The sample Ubuntu 9.10 package is a few hundred MB, so it will take quite some time to download, and it's recommended to use a download manager, such as FlashGet.

Once download is complete, first you need to extract the file, which is in .7z format. More info can be found at http://www.7-zip.org/download.html. On Windows, you can use WinRar or 7Zip to extract the file. On Linux, you can use the following commands to install 7zip, and unzip the file:

    sudo apt-get install p7zip

    p7zip -d ubuntu-910.7z

In order to boot a computer using the vhd file, make sure that it's not extracted to a network drive, or to another virtual disk. The vhd file must reside in a basic volume on internal or external hard disks (e.g., USB drives), otherwise, it won't boot.

## Install on Windows
If your current host is Windows, you need to install VBoot loader, and add a boot entry to Windows boot manager. In addition, you need to tell VBoot where to find the vhd file.

4.1 Automatic Setup by running setup.exe
It's highly recommend that you use this method to setup VBoot on Windows, since it's extremely simple and automates everything. You simply double click setup.exe on 32-bit Windows, or setup64.exe on 64-bit Windows. The setup utility will install VBoot Loader, and configure the Windows boot loader to contain an entry to boot the Linux VHD.

After setup.exe is successfully run, you reboot the computer, and you should see a "VBoot - Ubuntu VHD Boot" entry as the last one, select this entry to boot to Linux.


4.2.2 Configure grub.cfg

A sample grub.cfg file is placed in c:\vboot\grub directory (or d:\vboot\grub depending on where you have copied the files). This is the GRUB2 configuratrion file to load operating systems. Inside this file, the vhd file path is hard coded, and thus you have to modify it.

grub.cfg is a text file that you can use notepad to open and modify. The relevant portion is shown below:

menuentry "VHD Ubuntu, Linux 2.6.31-14-generic" {
	insmod vhd
	vhd vhd0 (hd0,1)/ubuntu-910/ubuntu-910-desktop-i386.vhd --partitions
	linux (vhd0,1)/boot/vmlinuz-2.6.31-14-generic root=/dev/sda1 vloop=/ubuntu-910/ubuntu-910-desktop-i386.vhd quiet splash
	initrd (vhd0,1)/boot/initrd.img-2.6.31-14-generic-vboot
}
menuentry groups a specific operating system. The first line insmod vhd inserts our vhd.mod module to the boot loader. vhd.mod is a GRUB2 module that treats a vhd file as hard disk, and allows GRUB2 to read files from the vhd. For example, the Linux kernel and initrd are loaded from the vhd file, as configured above.

There are three paths (as shown in red) related to the vhd file that you need to change depending on the directory to which the vhd file is extracted.

The vhd path (hd0,1)/ubuntu-910/ubuntu-910-desktop-i386.vhd is in GRUB2 format where (hd0,1) indicates hard disk 0 and partition 1, with the rest is the absolute path in UNIX format. For example, if your vhd file is inside a folder called 123 on an external USB disk, then you need to change this path to something like (hd1,1)/123/ubuntu-910-desktop-i386.vhd. The path immediately after vloop= should be the same absolute path without the disk number and partition number.

The root path is the Linux device name for the disk where the vhd file resides. The number is the partition number, and the letter 'a', 'b', 'c', etc, represents which disk. For (hd0,1), the name would be /dev/sda1; For (hd1,1),  it would be /dev/sdb1; For (hd2,4), it would be /dev/sdc4, etc.

44.2.3 Configure Windows Boot Loader

Once VBoot Loader and the vhd file are ready, you need to configure Windows boot manager, so you can boot to the Linux VHD. You need to append the vbootldr.mbr entry to the [operating systems] section. The following is sample boot.ini file with VBoot entry added at the very last. Shown in red is what you need to add to boot.ini. Change C: to whatever drive you have copied VBoot Loader files.

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
C:\vbootldr.mbr="VBoot - Ubuntu VHD Boot"
4.2.3.2 Windows Vista/2008/7
Windows Vista and above use a different mechanism other than boot.init to boot, and you need to run bcdedit.exe to make changes to the boot manager. The following are the commands to run if you have copied VBoot Loader to drive C:.  You must rum these commands as Administrator. Go to Windows Start menu > All Programs > Accessories, then right click on "Command Prompt", then select "Run As Administrator". Once command prompt window is open, you can enter these commands.

bcdedit /create {D3DCE997-7447-41FC-9740-A8D20EE3BF55} /d "Ubuntu VHD Boot" /application BOOTSECTOR
bcdedit /set {D3DCE997-7447-41FC-9740-A8D20EE3BF55} device partition=C:
bcdedit /set {D3DCE997-7447-41FC-9740-A8D20EE3BF55} path \vbootldr.mbr
bcdedit /displayorder {D3DCE997-7447-41FC-9740-A8D20EE3BF55} /addlast
bcdedit /timeout 30
5 Install on Linux
On Linux systems, there is no need to install VBoot Loader. Instead, you only need to add an entry to your current boot loader so the Linux VHD can be booted.

5.1 Configure GRUB2
You can edit the GRUB2 config file, /boot/grub/grub.cfg, using any text editor, and insert an entry like the following:

menuentry "VHD Ubuntu, Linux 2.6.31-14-generic" {
	linux (hd0,1)/ubuntu-910/vmlinuz-2.6.31-14-generic root=/dev/sda1 vloop=/ubuntu-910/ubuntu-910-desktop-i386.vhd quiet splash
	initrd (hd0,1)/ubuntu-910/initrd.img-2.6.31-14-generic-vboot
}
There are some subtle differences between Linux and Windows host. On Windows where our GRUB2 module,vhd.mod, is available, you can configure GRUB2 to load the Linux kerenl and initrd from the exactly same vhd file, whereas on Linux systems, the kernel and initrd are separate files residing externally. In other words, on Windows, it's strictly only one vhd file is required; whereas on Linux, 3 files (kernel, initrd, vhd) are required. We will try to make the vhd.mod module to support Linux file system soon.

Obviously, you need to change the paths depending on the directory to which the kernel, initrd and vhd files are extracted.

The path (hd0,1) indicates hard disk 0 and partition 1, with the rest is the absolute path in UNIX format. For example, if your vhd file is inside a folder called 123 on an external USB disk, then you need to change this path to something like (hd1,1)/123/ubuntu-910-desktop-i386.vhd. The path immediately after vloop= should be the same absolute path without the disk number and partition number.

The root path is the Linux device name for the disk where the vhd file resides. The number is the partition number, and the letter 'a', 'b', 'c', etc, represents which disk. For (hd0,1), the name would be /dev/sda1; For (hd1,1),  it would be /dev/sdb1; For (hd2,4), it would be /dev/sdc4, etc.

5.3 Configure Legacy GRUB
For GRUB 0.97 and similar, you can add an entry to your GRUB config file, /boot/grub/menu.lst, using any text editor, and insert an entry like the following:

title	VBoot - Ubuntu VHD Boot
kernel  /boot/ubuntu-910/vmlinuz-2.6.31-14-generic root=/dev/sda1 vloop=/boot/ubuntu-910/ubuntu-910-desktop-i386.vhd quiet splash
initrd  /boot/ubuntu-910/initrd.img-2.6.31-14-generic-vboot
quiet    
Obviously, you need to adjust the paths according to your own locations for the Linux kernel, initrd and vhd file.

5.4 Configure other Boot Loaders
We haven't tested other Linux boot loaders, such as LILO and SYSLINUX, but they may work as well. The important thing is to add vloop= argument to the Linux kernel line:

     root=/dev/sda1 vloop=/boot/ubuntu-910/ubuntu-910-desktop-i386.vhd
The above tells where to locate the vhd file.

*[[Convert VHD to other Formats|]]
* [[Resize Virtual Disc|]]
*[[Mount any VBox-compatible disk image on the host|]]
http://vdfuse.sourceforge.net/

''Instructions:''

* Install ubuntu in a virtual hard disk using VirtualBox. 
* Download the vdfuseboot.zip package and unzip into the VM. 
* Set execute permissions to vdprepare.sh and run it as sudo user. This prepares the virtual hard disk to be bootable from grub.

* Use vboot grub bootloader provided to install a grub entry for windows.
* Edit the grub.cfg file of the grub bootloader to include an entry for the ubuntu virtual hard disk based on your setup. Some examples below,


```
menuentry "Ubuntu-Regular-Install" {
vhd vhd0 (hd0,1)/ubuntu-14.04.vhd --partitions
linux (vhd0,1)/vmlinuz-3.5.0-46-generic host=/dev/sda1 vdisk=/ubuntu-14.04.vhd root=/dev/vdhost/Partition1 quiet
initrd (vhd0,1)/initrd.img-3.5.0-46-generic
}
```

```
menuentry "Ubuntu-Regular-Install-With-Separate-Boot-Partition" {
vhd vhd0 (hd0,1)/ubuntu-14.04.vhd --partitions
linux (vhd0,1)/vmlinuz-3.5.0-46-generic host=/dev/sda1 vdisk=/ubuntu-14.04.vhd bootpart=/dev/vdhost/Partition1 root=/dev/vdhost/Partition5 quiet
initrd (vhd0,1)/initrd.img-3.5.0-46-generic
}
```



```
menuentry "Ubuntu-With-Encrypted-Root" {
vhd vhd0 (hd0,2)/ubuntu-14.04.vhd --partitions
linux (vhd0,1)/vmlinuz-3.5.0-46-generic host=/dev/sda2 vdisk=/ubuntu-14.04.vhd bootpart=/dev/vdhost/Partition1 encroot=/dev/vdhost/Partition2 root=/dev/mapper/ubuntu-root quiet splash
initrd (vhd0,1)/initrd.img-3.5.0-46-generic
}
```
!!! up to 0.83 (epoch incremented)

https://github.com/pld-linux/vdfuse


[[Vdfuse in Ubuntu|]]
vdfuse
VirtualBox software tool to mount VDI partition files

Supplement
The vdfuse command is a tool for VirtualBox software to mount VDI partition files. VirtualBox is an open source software that can create virtual machines, and vdi is its default disk format.

What is VirtualBox
VirtualBox is a powerful x86 virtual machine software, which not only has rich features, but also has excellent performance. What's more gratifying is that VirtualBox went open source a few days ago and became a free software released under the GPL license. VirtualBox can run on Linux and Windows hosts, and supports the installation of Windows (NT 4.0, 2000, XP, Server 2003, Vista), DOS/Windows 3.x, Linux (2.4 and 2.6), OpenBSD and other client operations system.

Install vdfuse in Ubuntu, open a terminal, and enter:


```
sudo apt-get install virtualbox-fuse
grammar
vdfuse [options] -f image-file mountpoint
```

Options

* -h 帮助
* -r 只读
* -t 类型 (VDI, VMDK, VHD, or raw; default: auto)
* -f 镜像文件
* -a 允许所有用户读取
* -w 允许所有用户都写
* -g 前台运行
* -v 输出反馈
* -d debug模式

Note: You must edit it /etc/fuse.confandand remove the comment symbol (#) in front of "user_allow_other", otherwise it will not run correctly.

Instance
Use the following statement to mount the .vdi file:


```
sudo vdfuse -f /path/to/file.vdi /path/to/mountpoint
```

/path/to/mountpointShould contain the following files EntireDisk, Partition1, etc. If there is only one file, you may need to mount it like this:


```
mount /path/to/mountpoint/Partition1 /path/to/someother/mountpoint
```

The file system is mounted /path/to/someother/mountpoint.
vDos lets you conveniently run DOS applications by emulating an extended DOS PC in a window. Not in a nostalgic manner, as once in DOS/NTVDM, but adapted/optimized for modern Windows. vDos itself runs on Windows 7 or later, 32 and 64-bit. It will be the most adequate solution for using serious DOS programs.

* If you however don't still use (rely on) a DOS application, but want to play/experiment with DOS, its command prompt, programs or games: Forget about vDos, it is not meant for you!vDos highlights.
* •DOS applications start almost instantly in a scalable window and crisp TTF font (in text mode). Actually delayed (the almost) until it is ready for input, so you don’t first get a list of DOS startup commands.
* •Mature and no-nonsense, focuses exclusively on serious end-user programs, setup yours easily. No tricky configuration to load drivers, set file handles, keyboard layout, language character set…
* •Run multiple DOS applications (simultaneously), if needed with their own specific configuration. No conflicts with eventual Windows NTVDM instances running alongside (like in a mixed network).
* •Also prints to Windows-only (GDI) printers, for instance a virtual printer to produce PDF’s.
* •Reliable, its file system is (in sync with) that of Windows. No internal file caching/buffering corrupting data.
* •Secure, confines DOS applications to assigned local or network directories.
* •Network support with (verified) record locking, required by multi-user DOS applications to function reliable.
* •Copy/paste Windows text to DOS and vice versa, transparent conversion of Windows Unicode/DOS ASCII text.
* •Portable, small footprint and little impact on Windows resources. Not advertising its presence, except if unregistered and networked.
* [[Windows VHD Boot Plugin|]]
* [[Ventoy Persistence Plugin|]]
* [[Linux vDisk Boot Plugin|]]
* [[Ventoy Menu Extension Plugin|]]
* [[Memdisk Mode|]]
Ventoy is based on grub2, so you can define your own grub2 menu in a cfg file and load it.
For example, you can define a menu to load your local OS (Linux/Windows To Go ...)
It should be noted that, when you use this plugin you should be familiar with grub2 and know exactly what you are doing.

''How to use''

Write your menu and grub2 commands in a cfg file `ventoy_grub.cfg` under ventoy directory in the first partition, that is `/ventoy/ventoy_grub.cfg` and that's all.
Press `F6 `to load the customized menu when in Ventoy's boot menu.

''Menu Example''

```
menuentry "My Custom Menu" --class=custom {
    echo 'This is custom menu ... '
    sleep 1    
}

submenu 'My Custom SubMenu -->' --class=customsub {        
    menuentry "My Custom Menu2" --class=custom2 {
        echo 'This is custom menu2 ... '
        sleep 1    
    }
    
    menuentry '<-- Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
        echo 'Return ...'
    }
}

menuentry '<-- Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
    echo 'Return ...'
}
```
Many distros (like Ubuntu/MX/LinuxMint ...) provide feature for persistence. This allows saving any changes you make to the live system, so that they are still present the next time you boot to it. In normal case, we create a separate partition to do this which is not so flexible.
Now Ventoy brings a new feature here. You have no need to create any partition, no need to add persistent boot parameter. Just put a persistence data file in the 1st partition and tell Ventoy by the json configuration, and that's all.
You can put many different data files for different iso files at a time. You can also share a data file between different iso files as long as it can be supported by the distros. Even you can specify more than one data files to an iso file, Ventoy will provide a menu to choose before boot.

!!! ''Supported Distros''

Ubuntu and those distros based on them. Tested list: (Updating)

|Distros	|Tested ISO	|Label	|
|Ubuntu	|ubuntu-20.04-desktop-amd64.iso	|casper-rw|
|MX Linux	|MX-19.1_x64.iso	|MX-Persist|
|LinuxMint	|linuxmint-19.3-xfce-64bit.iso	|casper-rw|
|elementary OS	|elementaryos-5.1-stable.20200405.iso	|casper-rw|
|Zorin	|Zorin-OS-15.1-Core-64-bit-r2.iso	|casper-rw|
|Kaspersky Rescue Disk	|krd18.iso	|casper-rw|


!!! ''Json Configuration''

A persistence array is defined to describe the configuration in /ventoy/ventoy.json.


```
{
    "persistence": [
        {
            "image": "/ISO/MX-19.1_x64.iso",
            "backend": "/persistence/MX-19.1_x64.dat"
        },
        {
            "image": "/ISO/ubuntu-20.04-desktop-amd64.iso",
            "backend": [
                "/persistence/ubuntu_20.04_1.dat",
                "/persistence/ubuntu_20.04_2.dat",
                "/persistence/ubuntu_20.04_3.dat"
            ],
            "autosel": 2
        },        
        {
            "image": "/linuxmint-19.3-xfce-64bit.iso",
            "backend": "/persistence/linuxmint_19.03.dat",
            "autosel": 1            
        }
    ]
}
```

* [[Disable "You need to format this disk" message in windows 7 for encrypted partition|]]
* [[Use USB Safely Remove to auto detect encrypted partition]]
Vertical Medical
Vertical Medical provides a Free and Open Source solution for storing and processing medical records in Odoo.

Many of the workflows were built in alignment with existing Odoo processes to allow for seamless operation with other record types.
https://vestacp.com/

https://github.com/serghey-rodin/vesta
# [[Add GPU suport for VM]]
# [[Hyper-V no longer supports RemoteFX 3D]]
# [[Deploy graphics devices using Discrete Device Assignment]]


#  [[HyperV “GPU RemoteFX 3D Video adapter” gone in Windows 2019 Hyper V|https://www.geekdecoder.com/hyperv-gpu-remotefx-3d-video-adapter-gone-in-windows-2019-hyper-v/]]
#[[RemoteFX in Windows 10 Client Hyper-V|https://www.altaro.com/hyper-v/remotefx-windows-10-client-hyper-v/]]
# [[HyperV “GPU RemoteFX 3D Video adapter” gone in Windows 2019 Hyper V|https://www.geekdecoder.com/hyperv-gpu-remotefx-3d-video-adapter-gone-in-windows-2019-hyper-v/]]
# [[Nvidia GPU passthrough code 43|https://forum.proxmox.com/threads/nvidia-gpu-passthrough-code-43.59827/]]
# [[Virtual GPU Software R430 for Red Hat Enterprise Linux with KVM Release Notes|https://docs.nvidia.com/grid/9.0/grid-vgpu-release-notes-red-hat-el-kvm/index.html]]
# [[RemoteFX in Windows 10 Client Hyper-V|https://www.altaro.com/hyper-v/remotefx-windows-10-client-hyper-v/]]
#[[Deploy graphics devices using Discrete Device Assignment DDA|https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/deploy/deploying-graphics-devices-using-dda]]
# https://passthroughpo.st/
# 
# 
# 
# 
# 
# 
* [[Diskpart|]]
* [[PowerShell VHD commands|]]
*[[vboxmanage|]] 
#[[Understanding and Working with VHD(X) Files]]
#[[VHD Tools|]]
#[[Booting VHD(X)|]]

When you create a virtual machine using any of the available GUI methods, you’re also given the opportunity to create a VHDX. Behind the scenes, the virtual machine creation and the virtual hard disk creation are two separate steps, with the act of attaching the VHDX to the virtual machine being its own third operation. That final operation will set the permissions on the VHDX file so that the virtual machine can access it, but it does not mean that the VHDX requires the virtual machine in order to operate. A virtual hard disk file:

Can be detached from one virtual machine and attached to another
Can be re-assigned from one controller and/or controller location to another within the same virtual machine
Can be mounted in a management operating system
I have an article explaining [[the process for VHDX attachment]]; it shows the various elements for controller selection as well as remove options so that you can perform all of the above. As for the VHDX files themselves, they can be transported via copy, xcopy, robocopy, Windows Explorer, and other file manipulation tools. If a virtual machine somehow loses the ability to open its own VHDX file(s), use this process to detach and reattach the VHDX to the virtual machine; that will fix any security problems.
First you need a 20112r2 ISO, at work you would get this from the Volume License Service center. Every time Microsoft releases a roll-up, they usually update the ISO file so it’s a good idea check every few months for an updated ISO. Now for a home lab, unless you have a personal MSDN, your going to need an ISO from another source.  I’m just going with the latest trial from the TechNet Evaluation Center. Don’t download the VHD. We are going to need both Core and GUI from the ISO. While we could get there from the VHD, It’s not the path I’m taking.

I’m saving the ISO in c:\ISO\ and renaming it Server2012R2.ISO

Now what I’m going to do is create two VHDX one core and one with a GUI. I could use the ISO to manually install but I want to limit my use of the mouse, (and screen shots are a pain to insert in the blog)

Once I have that downloaded I can mount it on My windows 8.1 hyper-v host that contains the Test Lab. The reason for this is I will need the VHDX on the host. The WMI file can be on any share accessible by the VM’s.


```
PS C:\> Mount-DiskImage -ImagePath c:\ISO\Server2012R2.ISO
```

This will mount it as it’s own drive. in my case I:

Next I’m going to need a way to extract the contents of Install.wim and create a properly formatted VHDX. Now many of the examples of this online are for Gen1 machines. I want Gen2. so I’m going to get a copy of [[Convert-WindowsImage.ps1|https://gallery.technet.microsoft.com/scriptcenter/Convert-WindowsImageps1-0fe23a8f]]

Unfortunately this is not a module but and advanced script.  I’m not going to go in-depth on how Convert-WindowsImage works. Check it’s help and open it up if your curious.


```
Unblock-File G:\temp\Convert-WindowsImage.ps1
G:\temp\Convert-WindowsImage.ps1 -SourcePath I:\sources\install.wim -VHDPath G:\temp\CoreFromIso.vhdx -SizeBytes 40gb -VHDType Dynamic -VHDFormat VHDX -VHDPartitionStyle GPT -Edition 3 -Verbose
```


```
Windows(R) Image to Virtual Hard Disk Converter for Windows(R) 8
 Copyright (C) Microsoft Corporation.  All rights reserved.
 Version 6.3.9600.7.amd64fre.fbl_core1_hyp_dev(mikekol).140217-3000 Release to Web
 VERBOSE: isUserAdmin? True
 VERBOSE: isWindows8? True
 VERBOSE: Temporary VHDX path is : c:\temp\a585fb17-2bfe-4db6-8440-034c561e53ce.vhdx
 INFO   : Image 3 selected (ServerDataCenterEvalCore)...
 INFO   : Creating sparse disk...
 INFO   : Attaching VHDX...
 INFO   : Disk initialized with GPT...
 INFO   : Disk partitioned with two Volumes...
 INFO   : System Volume formatted (with DiskPart)...
 INFO   : Boot Volume formatted (with Format-Volume)...
 INFO   : Access path (J:\) has been assigned to the System Volume...
 INFO   : Access path (K:\) has been assigned to the Boot Volume...
 INFO   : Applying image to VHDX. This could take a while...
 INFO   : Signing disk...
 INFO   : Image applied. Making image bootable...
 VERBOSE: Running bcdboot.exe K:\Windows /s J:\ /v /f UEFI
 VERBOSE: Return code was 0.
 INFO   : Drive is bootable. Cleaning up...
 INFO   : Closing VHDX...
 INFO   : Closing Windows image...
 INFO   : Done.
```


```
G:\temp\Convert-WindowsImage.ps1 -SourcePath G:\sources\install.wim -VHDPath G:\temp\GUIFromIso.vhdx -SizeBytes 40gb -VHDType Dynamic -VHDFormat VHDX -VHDPartitionStyle GPT -Edition 4 -Verbose
```


```
Windows(R) Image to Virtual Hard Disk Converter for Windows(R) 8
 Copyright (C) Microsoft Corporation.  All rights reserved.
 Version 6.3.9600.7.amd64fre.fbl_core1_hyp_dev(mikekol).140217-3000 Release to Web
 VERBOSE: isUserAdmin? True
 VERBOSE: isWindows8? True
 VERBOSE: Temporary VHDX path is : G:\temp\dd0ac2d0-b05c-461f-b071-d73b59522bb4.vhdx
 INFO   : Image 4 selected (ServerDataCenterEval)...
 INFO   : Creating sparse disk...
 INFO   : Attaching VHDX...
 INFO   : Disk initialized with GPT...
 INFO   : Disk partitioned with two Volumes...
 INFO   : System Volume formatted (with DiskPart)...
 INFO   : Boot Volume formatted (with Format-Volume)...
 INFO   : Access path (K:\) has been assigned to the System Volume...
 INFO   : Access path (L:\) has been assigned to the Boot Volume...
 INFO   : Applying image to VHDX. This could take a while...
 INFO   : Signing disk...
 INFO   : Image applied. Making image bootable...
 VERBOSE: Running bcdboot.exe L:\Windows /s K:\ /v /f UEFI
 VERBOSE: Return code was 0.
 INFO   : Drive is bootable. Cleaning up...
 INFO   : Closing VHDX...
 INFO   : Closing Windows image...
 INFO   : Done.
```


```
disMount-DiskImage -ImagePath c:\ISO\Server2012R2.ISO
dir
```


```
Directory: C:\temp
Mode                LastWriteTime     Length Name
 ----                -------------     ------ ----
 -a---         5/14/2015   3:16 PM     187332 Convert-WindowsImage.ps1
 -a---         5/14/2015   3:29 PM 5104467968 CoreFromIso.vhdx
 -a---         5/14/2015   3:42 PM 8157921280 GUIFromIso.vhdx
```

 We now have two VHDX files however they are still a little out of date, and we can still trim them up a bit.

I’m going to copy the VHDX files, just so we can see how the size changes on each step.


```
copy .\CoreFromIso.vhdx CorePatched.vhdx

copy .\GUIFromIso.vhdx GuiPatched.vhdx
```

Now we will create VM’s and attach the two drives.  I will also add the ISO to the GUI version as we need it for making sure all windows features are ‘Available”


```
new-vm -Name CorePatch -MemoryStartupBytes 1024MB -BootDevice VHD -VHDPath G:\temp\CorePatched.vhdx -Generation 2 -SwitchName TestLab
```


```
Name      State CPUUsage(%) MemoryAssigned(M) Uptime   Status
 ----      ----- ----------- ----------------- ------   ------
 CorePatch Off   0           0                 00:00:00 Operating normally
```


```
new-vm -Name GuiPatch -MemoryStartupBytes 1024MB -BootDevice VHD -VHDPath G:\temp\GuiPatched.vhdx -Generation 2 -SwitchName TestLab
```


```
Name     State CPUUsage(%) MemoryAssigned(M) Uptime   Status
 ----     ----- ----------- ----------------- ------   ------
 GuiPatch Off   0           0                 00:00:00 Operating normally
```


```
Add-VMDvdDrive -Path C:\ISO\Server2012R2.ISO -VMName guipatch

Start-VM *patch

vmconnect localhost corepatch
vmconnect localhost guipatch
```

Those last two command connect me to the servers.

Now I’m going to go on the assumption that you have experience setting up server and you can handle the Out of Box experience on your own.

In Part 2 we will cover Windows Updates with PowerShell, along with cleaning up unneeded files.
https://github.com/SchizoDuckie/DuckieTV
Main article: [[Video game console emulator|https://en.wikipedia.org/wiki/Video_game_console_emulator]]

A video game console emulator is a program that allows a personal computer or video game console to emulate a different video game console's behavior. Video game console emulators and hypervisors both perform hardware virtualization; words like "virtualization", "virtual machine", "host" and "guest" are not used in conjunction with console emulators.
Record, Transcribe Google Meet meetings, highlight key moments live, tag teammates
* Record & transcribe your Google Meets in video & text
* Sync your meeting minutes as you type with the exact moment in the video-recording & transcript
* Instantly share fully contextualized meeting takeaways with your team 
* Empower your team to catch up on meetings in minutes

WORKS WITH:
Notion, Google Docs, Slack, Gmail, Hubspot, Salesforce, Pipedrive, and so many more

LOVED BY:

* Async-first teams
* Product and Engineering
* Customer Success & Sales 
* User Research
* Recruiters & HR
* Webinars / Onboarding / Training 

USED FOR:

*Internal Meetings 
*Customer Calls and Demos
*Hiring and Recruiting
*Onboarding / Training
*User Testing, Market Research & Customer Interviews
* https://idownloadcoupon.com/
* https://www.onlinetutorials.org/
* https://www.onlinecourses.ooo/
Provides optical character recognition (OCR) solutions for Vietnamese language.

!!! Features
* Java & .NET GUI frontends for Tesseract OCR engine
* Supports all languages provided by Tesseract
* Supports automatic download and installation of language packs
* PDF, TIFF, JPEG, GIF, PNG, BMP image formats
* Paste image from clipboard
* Selection box for Region of Interest (ROI)
* File drag-and-drop
* Bulk & batch operations
* Text replacement postprocessing
* Integrated scanning support
* Spellcheck with Hunspell
!!! What is Vikunja?
Think of Vikunja like the notebook you have with all your things to keep track of. But better.

!!! Stay organized
Organize your tasks in lists, organize lists in namespaces.

!!! Tasks

Tasks are not only simple tasks. You can let Vikunja remind you of tasks when they're due. Never miss an important deadline again!
Remember that thing you have to do every week but can't get the hang on? You can set tasks to repeat in a time interval, letting Vikunja remind you of important weekly or monthly tasks.
Vikunja also lets you split a task in multiple subtasks for easy progress tracking and more satisfaction when crossing them off the list!

!!! Collaboration

Ever wished you could just share that grocery list with your roomate instead of having to send dozens of texts on your way to the supermarket? With Vikunja, you can. Simply share a list (or a namespace with all its lists) to another user. Don't want your roommate to add new things to the grocery list and only do the shopping? You can also share a list with read-only access!
Planning a bigger thing? You can use teams to share a list or namespace with multiple people at a time!

!!! Share links

You can share a list with a link so that others can directly see or edit all tasks on a list but don't need to create an account. Share links have all the same rights management as sharing with users or teams.

!!! Labels
Effortlessly mark tasks with a colorful label to find and group relevant tasks with a click!

!!! Priorities
Know that feeling when you have a dozen things to do but can't decide on what to work next? Vikunja lets you prioritize your tasks with a few clicks, so you'll always know on what to work next.

!!! Delegation
Assign tasks to team members so everyone knows what to do.

!!! Import your data from Todoist, Trello or Microsoft To-Do
You can import your lists, tasks, notes and files from other providers into Vikunja in no time.
CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous driving systems. In addition to open-source code and protocols, CARLA provides open digital assets (urban layouts, buildings, vehicles) that were created for this purpose and can be used freely. The simulation platform supports flexible specification of sensor suites and environmental conditions.
Violet is a UML editor with these benefits: Very easy to learn and use. Draws nice-looking diagrams. Completely free. Cross-platform. Violet is intended for developers, students, teachers, and authors who need to produce simple UML diagrams quickly.

Want to contribute ? Source code is hosted on github : https://github.com/violetumleditor/violetumleditor
Violet UML Editor is a powerfull modeling software, easy to use, ready to work by Cay Horstmann. It draws nice-looking class, sequence, state, object and use-case diagrams. This plugin embeds Violet into Eclipse.
VBoot Loader is is the first software program that runs when your computer starts. It is responsible for loading and transferring control to the operating system kernel software. When VBoot first starts, Windows or Linux has not started yet, so you can't use Windows or Linux paths, such as c:\win7.vhd, or /boot/win7.vhd. 

VBoot Loader is modified from the popular GRUB2 boot loader, in particular, VBoot Loader supports loading operating system from virtual disk files in various disk formats, including VHD, VMDK, VDI, ISO and raw images, and you can use the same format as GRUB2 for file paths.

There are three formats: 

```
1.(hdx,y)/path/file.ext
```


x is the disk number starting from 0, and y is the partition number starting from 1, the rest is the absolute path in UNIX format.
 For example, the path (hd0,1)/vboot/win7.vhd indicates the file win7.vhd is inside /vboot folder on hard disk 0 and partition 1. 

```
2.(UUID=16-hex-bytes)/path/file.ext 
```

UUID is a 16 bytes hex digit id for the volume. For example, you can use (UUID=c6803bae803ba439)/vboot/win7.vhd to represent the same file as mentioned above format.

Each volume usually has a unique id after it has been formated. If you perform a reformat on the volume, this id will change.

To find the uuid for a volume on Windows, you can run this command:

```
vbootedit uuid C:
```


Inside VBoot Loader, you can enter this command to get the uuid for a volume: 

```
probe -u (hd0,1)

3.(LABEL=volume-label)/path/file.ext
```


The label format is similar to UUID format. You can find a volume's label by right click the properties dialog on Windows host. 

For example, you can use (LABEL=OS)/vboot/win7.vhd to represent the same file as discussed in (1) and (2) above.

Most of the time, you can choose your favorite format. However, when error occurs, you may want to try the others. In particular, when you boot from a USB drive, the first format may give you problems, because at boot time your USB drive is (hd0), but after Windows boots up, it becomes (hd1), so in this case, you always need to use UUID or LABEL formats.
* [[VHD(X)]]
Windows 10 users must additionally:

* use latest VirtualBox and Vagrant
* set VBoxManage.exe compatibility mode to Windows 8
* apply [[this |stackoverflow.com-Failed to opencreate the internal network Vagrant on Windows10.pdf]][[NDIS6 solution|https://stackoverflow.com/questions/33725779/failed-to-open-create-the-internal-network-vagrant-on-windows10]] to fix VERR_INTNET_FLT_IF_NOT_FOUND error
* [[vBoot|vBoot]]
* 
* [[Hyper-V]]
* 
* [[KVM]]
* 
* [[XEN]]
* 
* Qubes
* 
* Vmware Workstation
* [[Be wary of PCoIP|https://www.networkworld.com/article/2218695/be-wary-of-pcoip.html]]
* Wubi

*https://www.osboxes.org/virtualbox-images/

*VirtualBox
* [[Definition and concepts of Virtualization]]
* [[Virtual Disks|]]
*[[Remote Display Protocol]]
* https://sourceforge.net/projects/visitoridmanagementsystem/
Screen dimmer and reading aid, may help with fluency, eye-strain, concentration and comprehension whilst reading.

As well as being a great general purpose screen dimmer, Visor's overlays and point of focus feature may be assistive to users with visual perceptual difficulties such as Dyslexia, Scotopic Sensitivity Syndrome and Visual Stress. 

Whilst research shows results vary from person to person, some users may find that the use of overlays can help with fluency, eye-strain, concentration and comprehension whilst reading. 

In addition to the traditional overlay method, Visor also employs a point of focus feature, designed to further reduce visual confusions and the tendency to skip lines. 

This horizontal focal point tracks your mouse, giving full focus to the content being read, whilst reducing the visual noise of the surrounding page.

Visor requires no special permissions, so must be reactivated with each page load.
This is an Open Source Practice Management System (PMS) integrated with VistA, the electronic health record and health information system originally developed by the U.S. Department of Veterans Affairs (VA).

For more information on our VistA EHR & Billing solutions please visit us at https://vista-edge.com

!!! Features
* Patient Registration GUI integrated with VistA
* Patient Appointment integrated with VistA
* Encounters in VistA captured to generate/print HCFA 1500 forms
* Can be used independent of VistA as a stand alone Practice Management System
* Payment Posting of EOB and Patient receipts
Asynchronous Video Messaging tool for all
Record your Screen, Webcam, or both and share it on the go!

Communicating with your clients, employees, and other stakeholders can be more interactive, productive, and cost-effective if you invest in the right tools.

Vmaker is one such tool that is revolutionizing video chats without the chat.

Vmaker marries the idea of video calls with the ease of documenting that email offers. We combine the benefits of Gmail and Zoom into a single platform, which is easy for everyone to use. 

Vmaker is an application that records screen, webcam, or both at the same time in addition to capturing microphone audio. 

!!! Here's what sets Vmaker apart from the rest:
* - High-quality video recording up to 4K 
* - Custom virtual background while recording webcam
* - Screen Annotate, Mouse Emphasis, Screen blur out tools.
* - Auto deletion on videos by setting expiry timestamp
* - Real-time collaboration over the workspace 
* - Unlimited cloud storage for videos
* - Custom branding on your video player

USE IT FOR FREE
There is no limit to the number of videos you can record, edit and save in our free plan. You have to pay only if you need to record in HQ or collaborate in real-time with your team. 

COMPLETE VIDEO SUITE
Vmaker allows you to record your screen, webcam, both along with your system and external audio. Post record, you can also edit the video and share it with your team or on social media.
VocabTracker is a tool inspired by LingQ, Readlang and LWT: it can help you track your vocabulary on any web page.
VocabTracker is a vocabulary tracking tool which can let you track your vocabulary on any page so that you can use any website as a language learning resource.

!!! It supports the following features:

* - Support English, French, Spanish, German, Italian, Russian, Ukrainian, Japanese, Chinese, Korean, Dutch, Arabic, Latin, Polish and more languages are being added now.
* - Analyze words on any web page and highlight the words with different colors based on your familiarity with the words.
* - Support adding user's own dictionaries to the tool, for example: NCIKU, Glosbe, merriam-webster and so on.
* - Support flash card and SRS system to help you memorize your vocabulary.
* - Support two modes -- "Lemma" and "Variant": in "Lemma" mode, the tool can find the lemma for word variants such as "were", "was", "is", "are", "am" and treat those variants as the same word ("be").
* - Support adding phrases to your vocabulary.
* - Support segmenting Chinese (both Mandarin and Traditional Chinese) and Japanese with a very high accuracy.
* - Support exporting vocabulary to CSV file so that you can add your vocabulary to Anki or other tools.

Note: This extension doesn't save your vocabulary data locally -- it saves them on a remote server. So in order to use this tool, you will need to register a user for this extension first.

Voler is a Admin Dashboard Template that can help you develop faster. Made with Bootstrap 5 Alpha. No jQuery dependency.
Volt is a free and open source Bootstrap 5 Admin Dashboard featuring over 100 components, 11 example pages and 3 customized plugins. Volt does not require jQuery as a dependency meaning that every library and script's are jQuery free.
Vote is a simple rating tool to vote or rank any  tiddler. 

Vote can generate a voting summary table to sort tiddlers based on the name or votes.

The tiddler rank/stars appear as a pill on left of title bar. Zero, negative and positive ranks have different colors.
* [[VPN Blocking|]]
* [[VPN Solutions|]]
* [[BlockVPN v1.0.4 FIXED]]
* [[https://github.com/egg82/AntiVPN|]]
* [[https://github.com/ezaquarii/vpn-at-home|]]
*[[AdblokingVPN|]]

!! ''Free VPN''
* https://deeprism.com/en/
*https://add0n.com/network-master.html
* https://snowflake.torproject.org/
* https://www.freepn.org/








By default works for files with names todo.md & todo.archive.md (But can be changed with activatePattern setting).
The plus mainline version is based on the parallel development and maintenance of element-plus, element-ui, and ant-design-vue. At the same time, it supports computers, mobile phones, tablets, and switch branches to view different vue versions. The element-plus version has been released (vue3, vue3. 0,vue,vue3.x,vue.js) Programs know no borders, but programmers have borders, and China's national dignity cannot be challenged. If you continue to buy HM, Nike, Adidas and other brands in a special period, you will not have the right to continue using Vab
Chrome and Firefox DevTools extension for debugging Vue.js applications.
Chrome devtools extension for debugging Vue.js applications.
Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.


*https://github.com/vuetifyjs/vuetify
*https://github.com/quasarframework/quasar

!! CRUD
*https://vue-crud.github.io/
*https://github.com/ClintOxx/vuetify-admin-dashboard
*https://github.com/wxs77577/rest-admin
*https://github.com/cool-team-official/cool-admin-vue

Drag and drop website builder javascript library.
Wanda POS - Africa's Gift to the World

!!! Features
* Windows XP; Windows Vista; Windows 7; Windows 8; WePOS; Linux; Mac OSX
* Extensive peripheral support includes: Java POS; ESCPos; OPOS;
* Switchable/Mixable Retail, Restaurant and Store sales screens
* Bar; Cafe; Leisure; Restaurant; Retailer; Supermarket; General Store; Lots more...
* Automatic screen resolution scaling from 800 x 600 up
* Highly User customizable Sales screen, Ticket and Receipt layouts
* Ideal for mobile retailers POS / Pop-up type stores
* Customers; Products; Inventory and Multi-Location management
* Apache Derby; MySQL; HSQLDB; PostgreSQL; Oracle databases and Cloud hosted databases
* Category + Product Import
* Multiple Printers + Output to Kitchen Display monitors
* 40+ High Quality Reports
* Internal Payment Gateways (US) and External terminal support - Chip and Pin
* Support FCFA (Central Africa(CEMAC) and West Africa(UEMOA)) Money
* Barcode scanner; Weighing Scales; Mag Card; Customer Display
* Powerful scripting language
* Multi-Language - 15 langages inc' English; Spanish; German; French; Dutch; more...
* Cloud hosted database capable
* User and Role Security i.e.; Admin; Manager; Clerk; Guest Security
* Inventory Management
* iDempiere ERP Products Synchronisation with Unlimited Wanda POS's Stations
* iDempiere ERP Customers Synchronisation with Unlimited Wanda POS's Stations
* Orders Synchronisation with iDempiere ERP with Unlimited Wanda POS's Stations
!! All
*https://www.downloadly.ir/
*http://www.rsdown.cn/ruanjian/remenruanjian/
*https://nulled.org/






*
!! Software
*https://download.csdn.net/download/weixin_38744375/11647993
*http://rlsbb.ru/
*
*
*
*
*
*FarsiDroid
*Filecr.com
*https://apkmaza.net/category/exclusive-mods/




!! Graphic
*https://freepsdvn.com/
*https://www.uxfree.com/
*https://vfxdownload.net/
*
*
!! Multimedia
*https://freecourses.site/
Cloud storage pricing that is 80% less than Amazon S3

!!! Reseller Partner
*https://wasabi.com/channel-partners/
Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.
Get reminders to stay hydrated through your Chrome web browser. Customization options include setting reminder frequency, reminder type including audio, visual, or both, as well as audio reminder sound.  Customizations are saved for convenience as well as being synced across multiple browser instances.

Now includes the ability to keep notifications until they are acknowledged, notifications also no longer stack.
* [[Search Engines|]]
*[[WebBrowsers]]
*[[Hosting Management]]
* https://github.com/matomo-org/matomo
* 
* 
* 
* 
* 
* 
* 
Universal open source web clipper for Notion,OneNote,Joplin,Yuque,Bear,Github and more notes.
Web Clipper is an open source extension.You can save anything on the web to anywhere.And you can easily to add any platform.

SUPPORTED PLATFORM NOW
- Yuque
- Github
- Notion
- Youdao

Web Clipper is a pluginization extension.Any you can easily to write new plugin.
SUPPORTED PLUGIN
-  BOOKMARK
-  FULL PAGE
-  QR CODE
-  MANUAL SELECTION
-  SCREENSHOTS
-  READABILITY
A content filter for websites, emulating dansguardian’s score-based filter in JavaScript.
A rule-based content filter inside your browser.

The rules are taken from e2guardian: It has a number of key words, which it tries to find on the web page. For each word found, a score is incremented. If a certain limit is passed, the page is blocked.
* https://lit.dev/
* https://www.udemy.com/course/install-nginx-php-mysql-ssl-wordpress-on-ubuntu/
*https://prepros.io/
* [[Captcha]]
* 
* 
* 
* 
* 
* 

<<list-links "[tag[Web Development]sort[title]]">>
!!! ''Filtering Tools''
*NxFilter
*GateSentry
*https://www.zenz-solutions.de/personaldnsfilter-wp/




!!! Resources
* https://github.com/StevenBlack/hosts
* https://home.sophos.com/en-us/free-anti-virus-windows
* https://energized.pro/instructions
* https://www.opendns.com/home-internet-security/
* https://nextdns.io/
* https://cleanbrowsing.org/filters
* https://sourceforge.net/projects/untangle/
* https://sourceforge.net/projects/smoothwall/
* https://sourceforge.net/projects/efw/
* 
*
*
*
Web Guardian is a real time web content filtering solution.  It finds and blocks obscene words and restricts whole pages according to content concentration.

Web Guardian offers complete filtering flexibility by allowing users to customize a domain white-list, domain black-list, and list of obscene words.  In the list of obscene words, each blocked word is assigned a user chosen weight.  These weights are summed to determine whether or not a site should be restricted.

Web Guardian also does all of this in real time, meaning dynamically updated content (such as scrolling Facebook) is no problem.  New words are detected and blocked as they come into existence.

Web Guardian also features password restricted options so that changes may only be made by authorized personnel.
Web Security Dojo is a virtual machine that provides the tools, targets, and documentation to learn and practice web application security testing. A preconfigured, stand-alone training environment ideal for classroom and conferences. No Internet required to use. Ideal for those interested in getting hands-on practice for ethical hacking, penetration testing, bug bounties, and capture the flag (CTF). A single OVA file will import into VirtualBox and VMware. There is also an Ansible script for those brave souls that want transform their stock Ubuntu into a virtual dojo. Bow to your sensei!

username: dojo
password: dojo

!! Features
* vulnerable web applications
* common web security testing tools
* popular industry web application security guidelines
* walk-throughs of several targets (no peeking ahead)
* no Internet connect required to use
A REStful webservice plugin for Moodle LMS This plugin allows Moodle's webservice interface to operate in a more RESTFul way. Instead of each webservice call having a URL query parameter define what webservice function to use, webservice functions are made available by discrete URLs.
Web Stories are a free, open-web, visual storytelling format for the web, enabling you to easily create visual narratives with engaging animations and tappable interactions, and immerse your readers in great and fast-loading full-screen experiences.

With Web Stories for WordPress, we're bringing first-class Web Stories support to WordPress. Use Web Stories for WordPress by installing it directly from the WordPress admin dashboard or manually downloading the plugin from the WordPress.org plugin directory.
* https://github.com/learning-zone/website-templates
A web-based GUI to manage a Todo.txt file.

!!! Features
* Add / edit / remove tasks
* Tasks due date (WIP)
* Filters on all possible task data
* Projects and contexts are cached locally for future use (using localStorage) (WIP)
* Automatic sorting
* Save and reload the task list
* Clear displaying of the task priority and completion
* Automatic task creation date and completion date setting
* Links are automatically created for URLs and email addresses
* Possible to integrate with other system using a very basic "API" (I put API in quotes because it isn't really an API). See below for more information
* Warns before quitting if your task list wasn't saved to prevent data loss
* Support 2 storage backends (see below in the Supported storage backends section for the list)
* Internationalized & localized in 3 languages:
** English (en)
** French (fr)
** Portuguese (WIP) (pt)
** German (de)
* Multi authentication backend support
<svg height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="New_Gradient_Swatch_2" gradientUnits="userSpaceOnUse" x1="19.5" x2="19.5" y1="1.306" y2="59.129"><stop offset="0" stop-color="#fc5c7d"/><stop offset=".129" stop-color="#f35e85"/><stop offset=".343" stop-color="#d9659b"/><stop offset=".616" stop-color="#b070bf"/><stop offset=".934" stop-color="#777ff0"/><stop offset="1" stop-color="#6a82fb"/></linearGradient><linearGradient id="New_Gradient_Swatch_2-2" x1="11" x2="11" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-3" x1="15" x2="15" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-4" x1="19" x2="19" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-5" x1="52.5" x2="52.5" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-6" x1="53" x2="53" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-7" x1="30" x2="30" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-8" x1="17" x2="17" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-9" x1="10" x2="10" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-10" x1="12" x2="12" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-11" x1="40" x2="40" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-12" x1="44" x2="44" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-13" x1="48.5" x2="48.5" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-16" x1="22" x2="22" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-17" x1="25.699" x2="25.699" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-18" x1="30.5" x2="30.5" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><linearGradient id="New_Gradient_Swatch_2-19" x1="46" x2="46" xlink:href="#New_Gradient_Swatch_2" y1="1.306" y2="59.129"/><path d="m8 58v-16h-2v16a4 4 0 0 0 4 4h23v-2h-23a2 2 0 0 1 -2-2z" fill="url(#New_Gradient_Swatch_2)"/><path d="m10 10h2v2h-2z" fill="url(#New_Gradient_Swatch_2-2)"/><path d="m14 10h2v2h-2z" fill="url(#New_Gradient_Swatch_2-3)"/><path d="m18 10h2v2h-2z" fill="url(#New_Gradient_Swatch_2-4)"/><path d="m61 20h-17a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1h3v2a1 1 0 0 0 1.6.8l3.733-2.8h3.667v6h2v-6h3a1 1 0 0 0 1-1v-14a1 1 0 0 0 -1-1zm-1 14h-8a1 1 0 0 0 -.6.2l-2.4 1.8v-1a1 1 0 0 0 -1-1h-3v-12h15z" fill="url(#New_Gradient_Swatch_2-5)"/><path d="m49.475 31.851a1 1 0 0 0 .972.044l6-3a1 1 0 0 0 0-1.79l-6-3a1 1 0 0 0 -1.447.895v6a1 1 0 0 0 .475.851zm1.525-5.233 2.764 1.382-2.764 1.382z" fill="url(#New_Gradient_Swatch_2-6)"/><path d="m16.4 42.8a1 1 0 0 0 .6.2 1 1 0 0 0 1-1v-2h3a1 1 0 0 0 1-1v-12a1 1 0 0 0 -1-1h-13v-10h48v2h2v-8a4 4 0 0 0 -4-4h-44a4 4 0 0 0 -4 4v16h-3a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9.667zm-6.4-34.8h44a2 2 0 0 1 2 2v4h-48v-4a2 2 0 0 1 2-2zm-6 20h16v10h-3a1 1 0 0 0 -1 1v1l-2.4-1.8a1 1 0 0 0 -.6-.2h-9z" fill="url(#New_Gradient_Swatch_2-7)"/><path d="m16 30h2v2h-2z" fill="url(#New_Gradient_Swatch_2-8)"/><path d="m6 30h8v2h-8z" fill="url(#New_Gradient_Swatch_2-9)"/><path d="m6 34h12v2h-12z" fill="url(#New_Gradient_Swatch_2-10)"/><path d="m39 56h2v2h-2z" fill="url(#New_Gradient_Swatch_2-11)"/><path d="m43 56h2v2h-2z" fill="url(#New_Gradient_Swatch_2-12)"/><path d="m61 44h-25a1 1 0 0 0 -1 1v16a1 1 0 0 0 1 1h25a1 1 0 0 0 1-1v-16a1 1 0 0 0 -1-1zm-24 2h23v6h-23zm23 14h-23v-6h23z" fill="url(#New_Gradient_Swatch_2-13)"/><path d="m39 48h2v2h-2z" fill="url(#New_Gradient_Swatch_2-11)"/><path d="m43 48h2v2h-2z" fill="url(#New_Gradient_Swatch_2-12)"/><path d="m25.55 45.593a1 1 0 0 0 .169 1.075 5 5 0 1 1 -7.438 0 1 1 0 0 0 -.744-1.668h-4.537v-3h-2v4a1 1 0 0 0 1 1h3.681a6.989 6.989 0 0 0 5.507 9.954 7.35 7.35 0 0 0 .8.044 7 7 0 0 0 7.012-6.998 6.948 6.948 0 0 0 -.68-3h4.68v-2h-6.537a1 1 0 0 0 -.913.593z" fill="url(#New_Gradient_Swatch_2-16)"/><path d="m38 37.708v4.292h2v-5.81a1 1 0 0 0 -1.5-.865 4.958 4.958 0 0 1 -3.356.6 5.052 5.052 0 0 1 -4.112-4.359 4.993 4.993 0 0 1 7.468-4.891 1 1 0 0 0 1.5-.865v-5.81a1 1 0 0 0 -1-1h-21a7.012 7.012 0 0 0 -6.6 4.667l1.887.666a5.008 5.008 0 0 1 4.713-3.333h20v3.3a7 7 0 0 0 -8.957 7.493 7 7 0 0 0 8.957 5.915z" fill="url(#New_Gradient_Swatch_2-17)"/><path d="m18 2h25v2h-25z" fill="url(#New_Gradient_Swatch_2-18)"/><path d="m45 2h2v2h-2z" fill="url(#New_Gradient_Swatch_2-19)"/></svg>
https://web2project.net/
# ''[[Chrome Based]]''
* ''[[Chrome Extensions]]''

# [[FireFox Based]]
* [[Firefox Extensions]]
https://www.creative-tim.com/
https://webglstudio.org/WebGLStudio.js is an open-source, browser-based 3D graphics suite. You can edit scenes and materials, design effects and shaders, code behaviours, and share your work - all within a browser using standard web technologies.

''Some important WebGLStudio.js features:''

* A full 3D graphics engine (LiteScene.js) that supports multiple lights, shadowmaps, realtime reflections, custom materials, postFX, skinning, animation, and much more.
* An easily extended, component-based system for controlling the rendering pipeline and interaction event hooks
* An easy to use, what you see is what you get (WYSIWYG) editor that provides a single interface for all coding, graph compositing and timeline features.
* A graph editor for controlling behaviours, shaders and post-processing effects, using LiteGraph.js.
* Supports the LiteFileSystem.js, a virtual file system that allows drag-and-drop storage of resources on the web, with configurable quotas, users and shared folders.
* Export and share your work by sending a single link.
Wekan is an completely Open Source and Free software collaborative kanban board application with MIT license.

Whether you’re maintaining a personal todo list, planning your holidays with some friends, or working in a team on your next revolutionary idea, Kanban boards are an unbeatable tool to keep your things organized. They give you a visual overview of the current state of your project, and make you productive by allowing you to focus on the few items that matter the most.

Since Wekan is a free software, you don’t have to trust us with your data and can install Wekan on your own computer or server. In fact we encourage you to do that by providing one-click installation on various platforms.

Wekan is used in most countries of the world.
Wekan largest user has 13k users using Wekan in their company.
Wekan has been translated to about 63 languages.
Features: Wekan has real-time user interface.
Platforms: Wekan supports many platforms. Wekan is critical part of new platforms Wekan is currently being integrated to.
!!! WOOCOMMERCE POINT OF SALES (POS)
wePOS is a fast and responsive( Tablets & Desktop ) WooCommerce Point of Sales plugin. It lets you take orders and track your inventory using your WooCommerce store. You can physically count your WooCommerce products by scanning Bar codes and add them directly to customer’s cart for processing the order.

!!! BASED OF REST API
wePOS is a single page application that works super fast. We have used WooCommerce REST API and some custom API to develop the plugin. This has made the plugin to response fast and gets your work done in time. In a physical store, you get a lot of customers who wait to checkout their products. So, a fast system like wePoS can be your one-way ticket to manage your inventory easily.

!!! ATTRACTIVE USER INTERFACE
A good UI can sometimes makes a system even more attractive. wePOS has an intuitive design that allows navigating easily. With it, you can manage your inventory and orders in an organized way.

!!! SHORTCUT / HOTKEY SUPPORT
wePOS has shortcut key support that lets you use its features faster. This is very important for any physical store so that the sales executive can read the Barcodes and process the orders with pace.

https://github.com/weDevsOfficial/wepos
Storage Spaces are technically virtual drives that appear in File Explorer as normal local storage, and each storage space you create can be less, equal, or greater to the amount of the physical capacity available in the storage pool.

Storage Spaces support some drive technologies, including ATA, SATA, SAS and USB drives. Getting started with the feature only requires one or more drives, in addition to the drive where you have Windows installed.

You don't even have to use all the available drives to create storage spaces. For example, if you have three drives of 100GB each, you could only use two to create a "storage pool". Once you have a new pool, you can create a 200GB virtual drive that represents the total amount of space available, or you can provision and create a 1000GB virtual drive (storage space).

Of course, if you have a storage space of 1000GB that was created in a pool with 200GB of available physical storage, you can only store 200GB worth of data. However, as the drives begin to fill up, you will be notified to add more drives to accommodate more available space.

Also, you're not limited to one storage space per storage pool; you can create as many spaces as allowed by the available space. Let me explain. While you can create storage spaces of virtually any size, each time you create a new virtual drive, you will be using a small portion of the physically available storage, and eventually, you will run out of space as you keep creating more storage spaces.
You should use the following best practice when using VHDs for native boot.

#''Store all critical data outside the native-boot VHDs.'' When you store critical data outside the VHD that contains the Windows boot image, it is easier to recover the data if the VHD becomes unusable.

#''Use fixed VHDs for production environments.'' You can use all three VHD file types (fixed, dynamically expanding, and differencing) to native boot, but we recommend using fixed VHDs for production and using dynamically expanding or differencing VHDs for development and test environments.

#''Create VHD files with a maximum size that is larger than the minimum disk requirements for the operating system.'' When you create a VHD that is used for native boot, the maximum size of the VHD must be larger than the minimum disk space requirements for the operating system that you intend to deploy. The minimum disk space requirements are 16 GB for Windows 7 and 10 GB (but 40 GB is recommended) for Windows Server 2008 R2. The VHD contains additional information about the virtual disk, so you need to add approximately 100 MB when determining the maximum size of the VHD.

#''Ensure that there is sufficient space on the host volume for paging files (Pagefile.sys). ''During native boot, a dynamically expanding VHD is automatically expanded to the maximum size on the host volume, and the paging file is created on the host volume outside the virtual volume. The paging files must be located on a physical volume outside the VHD for system performance. If the host volume does not have enough free space for a paging file, Windows attempts to find free space on another volume. The paging file size depends on how much physical RAM is available on the system (you should estimate approximately 5 GB of available space in addition to the maximum size of the VHD file).


<<<
 Note

When Windows is running on a virtual machine, a paging file is created inside the VHD because the system volume in the virtual disk can be used for paging.
<<<

#''Run [[Sysprep|]] to generalize the image before using a VHD for native boot on a different computer.'' Sysprep generalize prepares a Windows image that is installed on a physical partition or on a native boot VHD that is to be used on another computer. After you run Sysprep, you can copy the VHD to multiple physical computers or virtual machines for native boot. During the first boot from the VHD, Windows completes the specialize configuration pass to detect the hardware devices and initializes Windows to run on the new computer.
VHDX is a semi-open file format that describes a virtual hard disk. The x was added to the current specification’s name so that it would not be confused with the earlier VHD format. Microsoft publishes this specification freely so that others can write their own applications that manipulate VHD/VHDX files, but Microsoft maintains sole responsibility for control of the format.

A VHDX mimics a hard disk. It is not related to formats, such as NTFS or FAT or EXT3. It is also not concerned with partitions. VHDX presents the same characteristics as a physical hard drive, or SSD, or SAN LUN, or any other block storage. It is up to some other component, such as the guest operating system, to define how the blocks are used. Simply, a VHDX that contains a possible NTFS format looks like the following:

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2016/05/VHDX-Visual-1024x177.png]]
Native VHD boot enables a physical computer to be booted directly from a virtual hard disk (VHD) with no requirement for virtualization software (such as Microsoft® Virtual PC or Hyper-V™). Native VHD boot is made possible with the addition of a mini-port driver that is responsible for all input/output (IO) operations to and from the disk. Earlier versions of Windows (such as Windows Vista®, Windows XP, and Windows 2000) do not support native VHD boot, and therefore, you cannot use them to implement the functionality described in this document.

With the introduction of native VHD boot, it is possible to achieve a single image deployment strategy for both physical and virtual machines. As long as the operating system that resides on the VHD is generalized and hosts Windows 7 Enterprise, Windows 7 Ultimate, or Windows Server 2008 R2 (all editions), the VHD can be used in both environments.
* ''Native boot VHDs do not support all of the features that are available when Windows is installed or deployed to a physical disk.'' You may need to consider the limitations of booting Windows from a VHD when you are planning how to deploy Windows for your environment. The following scenarios are not supported for native boot using VHDs:

* ''Using VHDs to native boot with previous versions of Windows. Windows Vista® and Windows Server 2008 (and previous versions of Windows) do not support native boot.'' Native boot VHD requires significant changes to the operating system and these changes are new in Windows 7.

* ''Hibernating to conserve power.'' An operating system that is booted from a VHD image does not support hibernation. Native boot is primarily targeted to Windows Server or managed desktops, and development and test computers where hibernation is not a critical feature.

* ''Using compressed or encrypted VHDs for native boot.'' VHDs that have been compressed by NTFS or encrypted using Encrypting File System on the host volume are not supported for native boot.

* ''Configuring native VHD boot if the host volume is protected by BitLocker.'' You can save a VHD file on a file system that is protected by BitLocker™, but you cannot use the VHD for native boot or enable Bitlocker on the volume(s) that are contained inside a VHD.

* ''Booting to a VHD that is located on a remote share or a USB flash drive. ''Windows does not support booting to a remote share or a USB flash drive, whether installed on a physical volume or from a VHD. You can boot the Windows Preinstallation Environment (Windows PE) from a USB flash drive, which is supported for Windows deployment. Windows PE typically boots from either a Boot.wim or an installed image, but booting Windows PE from a VHD is not supported.

* ''Upgrading the operating system booted from a VHD.'' If you boot from a VHD, you cannot upgrade the Windows version in the VHD to a newer version.
New Windows 10 “Universal apps” or “Universal Windows Platform” apps are distributed in .Appx or .AppxBundle files. These are application packages that include the name, description, and permissions of an app along with the application’s binaries. Windows can install and uninstall these packages in a standard fashion, so developers don’t have to write their own installers. Windows can handle everything in a consistent way, allowing it to cleanly uninstall applications with no leftover registry entries.

If a developer makes a .Appx program, you normally don’t download and install it directly. Instead, you visit the Windows Store, search for the program you want to install, and download it from the Store. All software in the Windows Store is in .Appx or .AppxBundle format behind the scenes.

In some cases, you may need to install a .Appx or .AppxBundle package from outside the Store. For example, your workplace may provide an application you need in .Appx format, or you may be a developer who needs to test your own software before uploading it to the Store.

When current tag has a tag itself tagged [[Developer]], show developer information...

```
<$list filter="[all[current]tags[]tag[Developer]limit[1]]" variable=none>
<h2>Developer</h2>
<$list filter="[all[current]tags[]tag[Developer]]">
<dl>
<dt><$link><$view field=title/></$link></dt>
<dd>{{!!url}}</dd>
</dl>
</$list>
</$list>
```

<$list filter="[all[current]tags[]tag[Developer]limit[1]]" variable=none>
<h2>Developer</h2>
<$list filter="[all[current]tags[]tag[Developer]]">
<dl>
<dt><$link><$view field=title/></$link></dt>
<dd>{{!!url}}</dd>
</dl>
</$list>
</$list>
{{ConditionalViewTemplate}}

!! Live Example

''list when current tiddler has field `foo`''

```
<$list filter="[all[current]has[foo]]">
has foo
</$list>
```

<<<
<$list filter="[all[current]has[foo]]">
has foo
</$list>
<<<

''proof''

```
{{!!foo}}
```

<<<
{{!!foo}}
<<<
The below only renders something when the current tiddler is titled ''foo'', as set by the tiddler widget for demonstration purposes.

```
<$tiddler tiddler="foo">
<$list filter="[[foo]is[current]]">
This is shown.
</$list>
</$tiddler>
<$list filter="[[foo]is[current]]">
This is NOT shown!
</$list>
```

<<<
<$tiddler tiddler="foo">
<$list filter="[[foo]is[current]]">
This is shown.
</$list>
</$tiddler>
<$list filter="[[foo]is[current]]">
This is NOT shown!
</$list>
<<<
This can be used in a conditional template.

<<<
{{ConditionalViewTemplate}}
<<<

!! Example

''list when current tiddler is tagged [[Filters]]''

```
<$list filter="[all[current]tag[Filters]]">
yes, this one is tagged [[Filters]]
</$list>
```

<<<
<$list filter="[all[current]tag[Filters]]">
yes, this one is tagged [[Filters]]
</$list>
<<<
Dynamically expanding VHDs are useful in nonproduction environments where flexible storage requirements and frequently changing the VHD image is more of an advantage than the reliability of the data within the VHD. In addition, dynamically expanding VHDs are best for testing environments because there is less impact if you have to rebuild the VHD. For example, a test environment can use multiple dynamically expanding VHDs, each with a different Windows image and set of applications to test. If the VHD files are modified during testing or accidentally become corrupt, you can replace the VHDs from a safe copy and restart testing.

Using dynamically expanding VHDs in a test environment provides the following benefits:

* Flexible use of disk space. You can use free space for the VHD to expand during native VHD boot. This space would have been unavailable if the volume hosted multiple VHDs in a fixed format.

* Faster transfer time when copying VHDs between locations. The file size for a dynamically expanding VHD that is not using its maximum capacity, will transfer in less time between a network share and a local disk than a fixed VHD of equivalent maximum size.

Although rare, you may consider using dynamically expanding VHDs in production environments if 1) all of the content of the dynamically expanding VHD can be regenerated from other sources and 2) critical data is stored on volumes outside the dynamically expanding VHD.
This is a Hyper-V blog, so naturally, I will usually only bring up VHDX in that context. It is not particular to Hyper-V at all. Windows 7 and Windows Server 2008 R2 were able to directly open and manipulate VHD files. Windows 8+ and Windows Server 2012+ can natively open and manipulate VHDX files. For instance, the Disk Management tool in Windows 10 allows you to create and attach VHD and VHDX files:
[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2016/05/VHDX-Win10-Menu.png]]

When mounted, the VHDX then looks to the operating system like any other disk:

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2016/05/VHDX-Mounted.png]]

The most important thing to know is that whether or not you can use VHDX depends entirely upon the operating system that controls the file, not anything inside the data region of the file. The contents of the data area are an issue for the operating system that will control the file system. If it’s used by Hyper-V, then that is the guest operating system. If the VHDX is mounted in Windows 10, then Windows 10 will deal with it entirely. It will do so using two different mechanisms.

! The VHDX Driver
Modern Windows operating systems, desktop, server, and Hyper-V, all include a driver for working with VHDX files. This is what that driver sees when it looks at a VHDX:

[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2016/05/VHDX-Hyper-V-Side-1024x177.png]]

Windows 7 and Windows/Hyper-V Server 2008 R2 and earlier cannot mount a VHDX because they do not contain a VHDX driver. They can only work with the earlier VHD format. If a VHDX driver existed for those operating systems, they would theoretically be able to work with those file types. Logically, this is no different than attaching a disk via a SCSI card that the operating system may or may not recognize.

! The File System Driver

The file system driver sees only this part:
[img[https://s25966.pcdn.co/hyper-v/wp-content/uploads/2016/05/VHDX-GuestOSSide.png]]

There is no indication that the visible contents are held within a VHDX. They could just as easily be on a SAN LUN or a local SSD. For this reason, it does not matter at all to any guest operating system if you use VHDX or some other format. Linux guests can run perfectly well from their common ext3 and ext4 formats when inside a VHDX.

When a VHDX is mounted in Windows 10 or a server OS, it will require both the VHDX driver and the file system driver in order to be able to manipulate and read the contents of the file. You can mount a VHDX containing ext3 partitions inside Windows 10, but it will be unable to manipulate the contents because it doesn’t know what to do with ext3.

! Should I Use VHD or VHDX?
If you will never use the virtual disk file with down-level management operating systems (Windows 7 or Windows/Hyper-V Server 2008 R2 or earlier), then you should always use VHDX (remember that guest operating systems don’t know or care which you use). Unless things have changed, Azure still can’t use a VHDX either, but you can replicate your VHDXs there. If you need to mount them on the Azure side, they will be automatically converted to VHD, although you do need to stay below the 1TB maximum size limit for Azure. If anyone has updated information that the Azure situation has changed, please let me know.
Although, there are not many scenarios where everyday users will be using this feature, "Storage Spaces" has numerous benefits. For example, you can use storage spaces to create a large network drive instead of sharing multiple drives in your network, which is cleaner and more efficient.

If you have different USB drives that you can connect to your computer to save your data, you can combine the drives into a single logical drive, which enables you to organize all your data in a single place -- and no more asking yourself: "In which drive did I save those photos?"

Perhaps the most important aspect of Storage Spaces isn't the ability to group different drive technologies with different sizes, but the ability to configure different types of data protection.
\define getValue(data,index) <$view tiddler="$(data)$" index="$(currentTiddler)$" format="text"/>
\define iframe(tiddler)
<$macrocall $name="static" tiddler={{$:/data/core/widgets##$tiddler$}} height="600px" scrolling="yes"/>
\end

Select a widget:
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>> >
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>

Documentation on ~TiddlyWiki.com...

<$macrocall $name="iframe" tiddler={{$:/temp/widget-browser}}/>

<br>

!!Components
;data
:[[$:/data/core/widgets]]
;state
:<<source [[$:/temp/widget-browser]]>>
;source
:<<source "Widget Browser">>
* [[xowa|]]
* [[Kiwix|]]
*[[Aard 2|]]
*WikiSpooks.com
* https://github.com/birros/web-archives
* http://www.okawix.com/
* https://leftypedia.org/wiki/Main_Page
* http://fastwiki.qwrite.info/en/index.html
* ScholarPedia
* [[Lunyr]]
* [[Wikiwand]]
* WikiGalaxy
* MoasdaWiki
* https://libregamewiki.org/Main_Page
* 
* https://archivebox.io/
* 
* 
* 
* 
* 
* 
https://chrome.google.com/webstore/detail/wikiwand-wikipedia-modern/emffkefkbkpkgpdeeooapgaicgmcbolj
Convert-WindowsImage.ps1 — WIM2VHD for Windows 10 (also Windows 8 and 8.1) Convert-WindowsImage is the new version of WIM2VHD designed specifically for Windows 8 and above. Written in PowerShell, this command-line tool allows you to rapidly create sysprepped VHDX and VHDX images from setup media for Windows 7/Server 2008 R2, Windows 8/8.1/Server 2012/R2

[[Convert-WindowsImage.ps1]]

[[For Updates|https://gallery.technet.microsoft.com/scriptcenter/Convert-WindowsImageps1-0fe23a8f]]
https://github.com/serialphotog/winbuntu
GTK theme based on the appearance of Win32 apps on the Windows 10 platform using the default color scheme

For the moment, this theme works with the following Desktop environments :

Cinnamon 3.x and 4.x (beta)
GNOME-SHELL 3.14 and higher
XFCE 4.x
MATE 1.8 and higher
LXDE 0.8/0.10 and higher
Unity 7.x
Openbox 3
Manual installation
Extract the zip file to the themes directory i.e. /home/USERNAME/.themes
[[Quibble|]]
#[[How to Install .Appx or .AppxBundle Software on Windows 10]]
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
[[NT 6.x fast installer: install win7 directly to usb external drive|]]

* https://www.deskmodder.de/blog/2019/12/07/windows-7-erweiterte-sicherheitsupdates-esu-erhalten-wird-moeglich-sein/
* https://www.deskmodder.de/blog/2019/09/20/0patch-wird-windows-7-nach-supportende-weiter-mit-mikro-patches-sicher-machen/
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
The Windows Updates Downloader was actually created through my long lasting addiction to the MSFN forums.

MSFN it's famous for being the number one source of information and help on the Internet for unattended Windows installations and Windows customizations. 

One of the great things about creating unattended Windows installations is that you can integrate all of the latest updates into the installation and avoid spending hours waiting for the updates to download and install themselves after a fresh installation.


WUD allows you to download all of the current Windows Updates using a simple interface. All of the updates are contained in Update Lists (ULs) which allows you to choose which updates you want for which version of Windows. Once WUD has complete it's downloads, you simply integrate them into your Windows source using one of the many popular tools such as nLite.

As time goes on the Windows Updates Downloader continues to evolve. ULs are available for software other then Windows and automatic installation of updates is available on supported versions of Windows. WUD aims to help power users, tweakers and system administrators speed up their unattended installs, network deployments and automatic updates.

http://www.windowsupdatesdownloader.com/
Ventoy use this plugin to boot VHD(x) files with Windows 7+ in it.
Both Legacy BIOS and UEFI are supported. Both fixed and dynamic VHD(x) are supported.

How to use

Download ventoy_vhdboot.img file from https://github.com/ventoy/vhdiso/releases
Put the file under ventoy directory in the first partition of the USB stick, that is /ventoy/ventoy_vhdboot.img and that's all.
Attention

* For Windows 10 v1803 and previous versions, the partition storing VHD(X) files must be formatted as NTFS file system.
* For Windows 10 v1809+, in addition to NTFS, VHD(X) files can also be stored in exFAT partition in theory.You can refer to: http://bbs.wuyou.net/forum.php?mod=viewthread&tid=414354&mobile=no
* Better to use traditional method to confirm that the VHD(x) file can be booted normally before use Ventoy to boot it.
Why not out-of-box support
This feature was not integrated by Ventoy. The main considerations are:

# 1. bootmgr, etfsboot.com ... These files in ventoy_vhdboot.img are NOT open source, they are directly extracted from Windows ISO file.
# 2. Easy to update ventoy_vhdboot.img separately
# 3. Easy to customize ventoy_vhdboot.img
! ''Windows File System Proxy''
WinFsp is system software that provides runtime and development support for custom file systems on Windows computers. In this sense it is similar to FUSE (Filesystem in Userspace), which provides the same functionality on UNIX-like computers.

Typically any information or storage may be organized and presented as a file system via WinFsp, with the benefit being that the information can be accessed via the standand Windows file API’s by any Windows application.

[[Downloads|http://www.secfs.net/winfsp/rel/]]
''Features'':

* - Install Windows 2k/XP/2003/2008/2012/Vista/7/8.x/10 x86/x64
* - Practically runs even on the most minimalistic WinPE
* - Choose able drive letter for the new Windows installation
* - Install Windows also if nlite/vlite has remove winnt32.exe/setup.exe
* - Integrate Drivers: normal PNP and Textmode Drivers also
* - patch uxtheme to allow unsigned Themes
* - Some tweaks
* - Support "Windows to Go" for Windows 7 and later installs
* - Supports WimBoot option for Windows 8.1 Update 1
* - supports all current WIM files: WIM/SWM (XPRESS / LZX / XPRESS HUFFMAN = Wimboot compression)
* - supports unencrypted ESD files (LZMS compressed WIM)


#requires -Version 2
Function Add-WindowsUpdate

{
  param (
    [string]$Criteria = "IsInstalled=0 and Type='Software'" , 
    [switch]$AutoRestart, 
    [Switch]$ShutdownAfterUpdate, 
    [switch]$ForceRestart, 
    [Switch]$ShutdownOnNoUpdate
  ) 

  $resultcode = @{
    0 = 'Not Started'
    1 = 'In Progress'
    2 = 'Succeeded'
    3 = 'Succeeded With Errors'
    4 = 'Failed'
    5 = 'Aborted'
  }

  $updateSession = New-Object -ComObject 'Microsoft.Update.Session'
  
  Write-Progress -Activity 'Updating' -Status 'Checking available updates'  
  $updates = $updateSession.CreateupdateSearcher().Search($Criteria).Updates
  $updates

  if ($updates.Count -eq 0)  
  {
    Write-Verbose -Message 'There are no applicable updates.' -Verbose
    if ($ShutdownOnNoUpdate)
    {
      Stop-Computer
    }
  }   
  else 
  {
    $downloader = $updateSession.CreateUpdateDownloader()   
    $downloader.Updates = $updates  

    Write-Progress -Activity 'Updating' -Status "Downloading $($downloader.Updates.count) updates" 
    $Result = $downloader.Download()  
    $Result
    if (($Result.Hresult -eq 0) -and (($Result.resultCode -eq 2) -or ($Result.resultCode -eq 3)) ) 
    {
      $updatesToInstall = New-Object -ComObject 'Microsoft.Update.UpdateColl'

      $updates |
      Where-Object -FilterScript {
        $_.isdownloaded
      } |
      ForEach-Object -Process {
        $null = $updatesToInstall.Add($_)
      }
      $installer = $updateSession.CreateUpdateInstaller()
      $installer.Updates = $updatesToInstall


      Write-Progress -Activity 'Updating' -Status "Installing $($installer.Updates.count) updates"
      $installationResult = $installer.Install()
      $installationResult
      $Global:counter = -1
      $installer.updates | Format-Table -AutoSize -Property Title, EulaAccepted, @{
        label      = 'Result'
        expression = {
          $resultcode[$installationResult.GetUpdateResult($Global:counter++).resultCode ]
        }
      } 
      if ($AutoRestart -and $installationResult.rebootRequired) 
      {
        Restart-Computer
      }
      if ($ForceRestart) 
      {
        Restart-Computer
      }
      if ($ShutdownAfterUpdate) 
      {
        Stop-Computer
      }  
    } 
  }
}
Start-Transcript -Path $PSScriptRoot\Patch.log

Add-WindowsUpdate -ForceRestart -ShutdownOnNoUpdate 

Stop-Transcript
Buget friendly video control surface and PTZ solution integrated with Telestream Wirecast. This application transforms your keyboard into a video control surface for wirecast and your mouse into a PTZ joystick. For use with Wirecast (https://www.telestream.net/wirecast/overview.htm) and USB Pan Tilt Controller with Sony LANC (S-Link) interface (http://www.expelec.co.uk/pantilt/pantiltlanc.htm). This application intends to simplify the task of switching between shots during live events and controlling unmanned cameras in small to medium venues. It allows you to set hot keys for your wirecast shots and press the space bar to send them live. If you have any PanTilt controlers attached to you system you will also be able assign a camera to a live shot and pan tilt zoom that camera. Hold down left Shift to enable mouse up/down/left/right joystick and scroll to zoom in/out on the HOT KEY enabled shot.

!!! Features
* Control Lanc compatible video cameras
* Use your computer keyboard as a proffesional video control surface
* No need for aditional external hardware (e.g Midi controllers)
* Create a inexpensive PTZ solution
* Control Wirecast with ease
* In the near future I plan to extend support for more camera control protocols such as Visca and automatic subject(face) tracking AI style.
Wireflow is free, online and open source tool for creating beautiful user flow prototypes. No Photoshop skills required!

100+ graphics to use

custom build graphics/cards to use, which cover most the web elements, interactions and usage cases.


Real-Time collaboration

Wireflow comes with collaboration in mind. You can invite your co-worker and togehter in real-time design the user flow for your next project.

Project permisions

You can decide who have access to project/room you are working and is it public or private.


Live chat

It have built in live chat which give you ability to communicate with your team mate and still be in the same app while you collaborating in real-time.


Easy to use interface

Simple, minimal and easy to use interface will bring you good experience while using it.


No Photoshop skills required

Wireflow is great and easy to you use cause you don't need to install or have previous experience in any complicated software.

It goes without saying that keeping your computer functioning at its optimal parameters requires not only constant surveillance and adjustments, but also a certain level of experience because there are many redundant tasks that can be performed to ultimately just waste time without solving anything.
First you need to compile a binary that will mount VHD files. But it can also mount VMDK, VDI and raw disk images. You can get the source to compile this program from here. https://github.com/SophosLabs-zz/vdfuse

But before you compile vdfuse you need to run this command.


```
sudo apt install libfuse-dev virtualbox pkg-config
```

libfuse-dev has the required header files for vdfuse to compile.
virtualbox has pre-compiled drivers needed for mounting disk images.
pkg-config is used by a script when compiling vdfuse.
Now with all the required files and binaries, let compile vdfuse.

So the commands you need to run to compile vdfuse are as follows:


```
./autogen.sh
./configure
make
sudo make install
```
Next we need to add some scripts to run before init from within the intird.img.

Create these files as follows:



''/usr/share/initramfs-tools/hooks/vdfuse''



```
#!/bin/sh -e
PREREQ=""
prereqs()
{
    echo "$PREREQ"
}

case "$1" in
    prereqs)
    prereqs
    exit 0
    ;;
esac

. /usr/share/initramfs-tools/hook-functions

copy_exec /usr/local/bin/vdfuse /sbin
```


''/usr/share/initramfs-tools/scripts/init-top/vdfuse''


```
#!/bin/sh -e
PREREQ="udev"
prereqs()
{
    echo "$PREREQ"
}

case "$1" in
    prereqs)
    prereqs
    exit 0
    ;;
esac

if [ ! -z $vdisk ]; then
    mkdir /vdhost
    mkdir /dev/vdhost
    mount -t ntfs $host /vdhost/
    vdfuse -t VHD -f /vdhost$vdisk /dev/vdhost
    mount -t ext4 $ROOT /root
fi
```

''/usr/share/initramfs-tools/scripts/init-bottom/vdhost''


```
#!/bin/sh -e
PREREQ=""
prereqs()
{
    echo "$PREREQ"
}

case "$1" in
    prereqs)
    prereqs
    exit 0
    ;;
esac

if [ -d ${rootmnt}/vdhost ]; then
    mount -n -o move /vdhost ${rootmnt}/vdhost
fi
```

Next you need to make these files executeable by running the following:

```

sudo chmod +x /usr/share/initramfs-tools/hooks/vdfuse
sudo chmod +x /usr/share/initramfs-tools/scripts/init-top/vdfuse
sudo chmod +x /usr/share/initramfs-tools/scripts/init-bottom/vdhost
```

Now we need to build a new kernel using this command: 

```
sudo update-initramfs -k all -c
```


That's everything you need to do inside Linux. The final thing is setting up grub to boot the virtual disk image.

Here is the commands that need to added to the grub.cfg file.


```
 set vhd=/vhd/Ubuntu.vhd
 set vdhost
 search --no-floppy -s root -f $vhd
 loopback lp0 $vhd tdisk=VHD
 linux   (lp0,1)/vmlinuz root=/dev/vdhost/Partition1 vdisk=$vhd host=/dev/sda1 quiet splash
 initrd  (lp0,1)/initrd.img
```

Change /dev/sda1 to whichever device the VHD resides on.
A Web Map Service (WMS) is a standard protocol developed by the Open Geospatial Consortium in 1999 for serving georeferenced map images over the Internet. These images are typically produced by a map server from data provided by a GIS database.
WolframAlpha (/ˈwʊlfrəm-/ WUUL-frəm-) is a computational knowledge engine or answer engine developed by WolframAlpha LLC, a subsidiary of Wolfram Research. It is an online service that answers factual queries directly by computing the answer from externally sourced "curated data", rather than providing a list of documents or web pages that might contain the answer, as a search engine might.
https://demonstrations.wolfram.com/

Highlights rare English dictionary words and idioms on web pages. Facilitates English language learning and expands your vocabulary.
Word Discoverer highlights rare English dictionary words, idioms and proverbs on web pages. 
It helps non-native English learners to discover new expressions while they are browsing the Internet. 
Highlighting of rare words is useful because some people do not even notice vaguely known words, especially when these words are not critical for understanding of the text that they read. One possible explanation of this strange and pertexing effect is that mind of a reader is concentrated on understanding the meaning and structure of the text, and after finishing reading a sentence many readers won't go back to check the meaning of unfamiliar words that they have already forgot. E.g. some readers will forget to check the definition of word "pertexing" from the previous sentence which, in fact, doesn't exist. And even if you did check it, you still can try this extension, it highlights only real English dictionary words and idioms =) 
Wordfence includes an endpoint firewall and malware scanner that were built from the ground up to protect WordPress. Our Threat Defense Feed arms Wordfence with the newest firewall rules, malware signatures and malicious IP addresses it needs to keep your website safe. Rounded out by 2FA and a suite of additional features, Wordfence is the most comprehensive WordPress security solution available.

One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll.
WpCrack is a tool used to force login into the WordPress CMS web application and is built in the Python programming language
WordpressDrive is a Windows Userspace Filesystem, that lets you access any Wordpress Site, that supports the Wordpress REST API (default) as a Windows Drive (Share).

Posts and Pages are organized in Folders as HTML Files. Media File types are represented by their file type depending from extension.

The Application starts as a taskbar icon, all user interaction can be started from there. Working with Wordpress data happens with the standard Windows tools (Explorer, CMD, ...).


Posts and Pages are organized in Folders as HTML Files. Media File types are represented by their file type depending from extension.

The Application starts as a taskbar icon, all user interaction can be started from there. Working with Wordpress data happens with the standard Windows tools (Explorer, CMD, ...).

Based on WinFsp by Bill Zissimopoulos https://github.com/billziss-gh/winfsp


https://github.com/printpagestopdf/WordpressDrive
The government executes the new policy of One Mandatory Day Off One Flexible Rest Day(一例一休), resulting in the difficulties of scheduling by manual work. In view of this, I develop a program to schedule working shift arrangement for the Building Management Department of Windsor Hotel, Taichung(台中裕元花園酒店).The Simulated annealing algorithm is employed to develop this project.

!!! Spec
Z : day-off A : 8:00 ~ 16:30(8.5 H) B : 15:30 ~ 24:00(8.5H) C : 24:00 ~ 8:00(8H) D : 8:00 ~ 17:00(9H)

* Workers cannot work for more than 8 hours a day.
* Workers cannot work for more than 6 days a week.
* Each group had better work with two or more workers in a day.
* At least one person in each group works in a day.
* Workers want to rest on weekends.
* Workers have choice to select which day they want to rest.
* Workers have the right to choose which day for a day-off.

!!! Input
* Schedule of last month
* Calendar of current month
* Calendar of next month
* Scheduling Rule

!!! Output
Schedule of current month and the first 7 days of next month.
Organize your work in the browser.
The Workona extension helps you find, add, and open your documents, cloud applications, and other websites within Workona.

Learn more at:
https://workona.com

______________________________________________

WORKSPACES

Workspaces (smart browser windows) are the best way to organize your work.

Use workspaces for projects, workflows, meetings, dashboards, or anything else you can dream up.

If you work in the browser, your workspaces will ensure all the tabs you need to do your job are always at your fingertips.

______________________________________________

SEARCH

Our powerful search helps you find your tabs faster. 

You can even speed dial into workspaces (saved windows) right from the new tab.
Suspend your browser tabs to save memory.
Keep your computer running quickly with the Workona Tab Suspender. You can choose to suspend tabs automatically or on demand with one click. Either way, you’ll dramatically reduce your browser’s memory usage. Now you can keep all your tabs open without getting slowed down.
The best task list for work in the browser.
Workona Tasks are the best way to manage tasks in Chrome. Now it’s simple to jot down a task, check in with your most important todos, or create a task list for a project. Creating todo lists is easier than ever — just click the button in your browser bar.

This extension lets you create and update tasks from any Chrome tab, and even attach tabs to your tasks so you have the full context.
 
Learn more about Workona: https://workona.com
 

FEATURES

Create a task instantly

Turn any tab or email into a task as soon as you think of it. Just click the extension button in your browser bar or use the keyboard shortcut Opt + Z (or Alt + Z). This lets you quickly add tasks while you work and attach a tab or resource. With your to-do list accessible from every page, it’s easier to stay on top of tasks.

Top tasks at your fingertips

Your task list is now just a click away in Chrome. Without leaving your current tab or interrupting your workflow, you can access your most important tasks and log any other to-dos that come to mind.

Convenient task popup

Workona’s task manager includes a popup that’s just a click away. This helps you capture to-dos without opening a separate app. It’s designed to cut down on context switching so you can maintain focus. Without breaking your workflow, you can create as many todo lists as you need.

To-do lists for every project

Want to separate your to-dos by project? Add them to workspaces, which can provide instant context for each task. To give even more context, attach relevant tabs and docs to the task.

Fully featured task list

Your task list includes a rich text editor for polished formatting, keyboard shortcuts to move faster, and intuitive drag-and-drop attachments. Plus, a due date email digest to let you know when deadlines are here (optional).
The website builder for Hugo. No code, build with widgets!

* Create any kind of website for free with widgets - from landing pages, knowledge bases, and courses to academic resumés, conferences, and tech blogs
* Personalize a beautiful starter template with 50+ light/dark color themes, language packs, and widgets
* Write from your sofa or on the go with the integrated open source Content Management System (CMS)

!!! Key features:

* Page builder - Create anything with widgets and elements
* Edit any type of content - Blog posts, publications, talks, slides, projects, and more!
* Create content in Markdown, Jupyter, or RStudio
* Plugin System - Fully customizable color and font themes
* Display Code and Math - Code highlighting and LaTeX math supported
* Integrations - Google Analytics, Disqus commenting, Maps, Contact Forms, and more!
* Beautiful Site - Simple and refreshing one page design
* Industry-Leading SEO - Help get your website found on search engines and social media
* Media Galleries - Display your images and videos with captions in a customizable gallery
* Mobile Friendly - Look amazing on every screen with a mobile friendly version of your site
* Multi-language - 34+ language packs including English, 中文, and Português
* Multi-user - Each author gets their own profile page
* Privacy Pack - Assists with GDPR
* Stand Out - Bring your site to life with animation, parallax backgrounds, and scroll effects
* One-Click Deployment - No servers. No databases. Only files.
A FREE & EASY TO USE TWO-FACTOR AUTHENTICATION PLUGIN FOR WORDPRESS

Add an extra layer of security to your WordPress website login page and its users. Enable two-factor authentication (2FA), the best protection against users using weak passwords, and automated password guessing and brute force attacks.
Note: the wp-discourse plugin requires >= PHP-5.4.0.

The WP Discourse plugin acts as an interface between your WordPress site and your Discourse community.

The plugin is not a substitute for Disqus-like commenting systems.

Use Discourse for Comments:
Automatically creates a forum topic for discussion when a new blog post is published.
Associates WP author accounts with their respective Discourse accounts. Does not require SSO.
Replies from the forum discussion can be embedded in the WP blog post. Select which replies to display based on post score and commenter "trust level" -- see docs.
WP ERP is a revolutionary web-based ERP solution by weDevs, made to work within your WordPress powered website. It can handle all business related tasks like HR, CRM, Project Management, Accounting and other departments which are needed to run and coordinate an entire business structure – small or large. The plugin has a family of components to extend functionality according to company needs, thus making it a complete enterprise resource planning solution.
This WP plugin will update GitHub, Bitbucket, GitLab, and Gitea hosted plugins and themes
wp-password-bcrypt is a WordPress plugin to replace WP's outdated and insecure MD5-based password hashing with the modern and secure bcrypt.
Best Project Management Tool for WordPress

Being one of the most advanced project management and task management tools for WordPress, WP Project Manager comes with some of the exceptional features that turn your project management experience of your teammates a joyful ride. Super-charge your productivity creating, organizing and assigning tasks within a few clicks.
Its user-friendly interface and web-based task management feature enable the user to complete their to-dos quicker than ever.
Query Monitor is the developer tools panel for WordPress. It enables debugging of database queries, PHP errors, hooks and actions, block editor blocks, enqueued scripts and stylesheets, HTTP API calls, and more.

It includes some advanced features such as debugging of Ajax calls, REST API calls, and user capability checks. It includes the ability to narrow down much of its output by plugin or theme, allowing you to quickly determine poorly performing plugins, themes, or functions.

Query Monitor focuses heavily on presenting its information in a useful manner, for example by showing aggregate database queries grouped by the plugins, themes, or functions that are responsible for them. It adds an admin toolbar menu showing an overview of the current page, with complete debugging information shown in panels once you select a menu item.
Create (multiple) WordPress plugins that use React, TypeScript, and object-oriented PHP in a fully customizable Docker development environment, commited in a monorepo.

Why WordPress plugin development is fun with WP React Starter
Everyone tells us: WordPress plugins are a mess. Our answer is always: Let’s take this opportunity to make the system that powers every third website on the Internet better.

With WP React Starter we have created a modern WordPress development boilerplate which contains everything you are used to from modern web development projects:

* React Frontend for reactive user interfaces (with PHP fallback for server-side rendering) - React is a part of WordPress since the Gutenberg release
* TypeScript for typesafe frontend development
* PHP in an object-oriented style with namespaces for better backend code
* Docker development environment to develop all you plugins without manual setup steps
* CI/CD integration for automated code quality checks and release management (publish on wordpress.org or wherever you want)
A WordPress plugin for static site generation and deployment.
Protect your privacy by disabling Windows services, control firewall rules, uninstall unwanted Windows 10 apps, and make various other tweaks
WPGraphQL is a free, open-source WordPress plugin that provides an extendable GraphQL schema and API for any WordPress site.
Add WooCommerce support and functionality to your WPGraphQL server

* Query your shops products and variations with complex filtering options.
* Query customers, orders, coupons, and refunds (*).
* Manage a customer's session with JWTs and cart/customer queries and mutations(*).
* Create orders manually (*), automatically with the checkout mutation, or pass a customer's session to the WooCommerce checkout page in your theme for complete payment gateway support (#).
An advanced Gulp workflow for WordPress development with extensive documentation. Used by 40,000+ themes and plugins.
With real-time notifications and third-party integrations, Stream can proactively alert you when something goes wrong with your WordPress site.

Designed for debugging and compliance purposes, Stream is useful for keeping tabs on your WordPress users: From activating plugins to deleting posts, to login attempts and new user creation, you can see what’s changed, who changed it and when.
* [[Intro About Wubi|]]
* [[Workaround|]]
# Würfelware - Passphrases for KeePass
A KeePass password generator. Generates passphrases within KeePass. In tribute to https://xkcd.com/936/.

# What does Würfelware do?
It registers as a password generator in KeePass and generates passphrases. Passphrases are passwords consisting of multiple words, thus they are "phrases".

The words used to make passphrases are taken from a text file. Words are randomly chosen. The number of words per phrase can be configured. 

The resulting passphrases look like those:

* irin schade viper pass sollst
* beraet fauna schere sampan herauf
* ans teller gerben droben lullt
* bau drehen flakon gnu gewann
* kohle kasack unten festes kardex
* sechse dose adlig pokal lage

Hard to guess but easy to memorize or type.

# Installation
Download the latest [release](https://github.com/heinrich-ulbricht/wuerfelware-passphrases-for-keepass/releases/latest). 

Then:
1. unzip the files
1. create a (new) sub-folder of the KeePass plugins folder (e.g. *KeePass\Plugins\Wuerfelware* - note: you have to create the sub-folder *Wuerfelware* when installing the plugin for the first time)
1. copy the files to the newly created folder

Plugin files that **must** be copied to *KeePass\Plugins\Wuerfelware* are:
* PwGenWuerfelware.dll
* Newtonsoft.Json.dll
* wuerfelware.txt

If everything is ok you should have a new password generator *Würfelware* available in KeePass.

# Changing the word list
Only one word list is supported - it's in the *wuerfelware.txt* file. You can change the content of this file as you wish.

Whitespaces and line breaks are used as word delimiters, so a text file containing *correct battery horse staple* will be read as a word list containing 4 words.

Any numbers (like *12435*) in this file will be ignored which is handy if you use an existing word list (like the initial *wuerfelware.txt*). Just leave the numbers in, they do no harm.

# Supported Languages
The plugin language is English.

The initial word list *wuerfelware.txt* contains German words. You can replace the file content with words in any language.

# Word lists
The initial word list *wuerfelware.txt* was downloaded from here:
http://world.std.com/~reinhold/diceware_german.txt (*A German word list provided by Benjamin Tenne under the terms of the GNU General Public License.*)

I did not alter it, just renamed it to make the file name more generic.

There are more files in different languages available, you can get an overview here:
http://world.std.com/~reinhold/diceware.html

Many more word lists can be found. A good keyword to google for is *Diceware*.
wxDev-C++ is an opensource wxWidgets Dialog designer that mimics the Delphi/Borland C++ Builder designer.
A web-based JavaScript(canvas) spreadsheet

!!! Features
* Undo & Redo
* Paint format
* Clear format
* Format
* Font
* Font size
* Font bold
* Font italic
* Underline
* Strike
* Text color
* Fill color
* Borders
* Merge cells
* Align
* Text wrapping
* Freeze cell
* Functions
* Resize row-height, col-width
* Copy, Cut, Paste
* Autofill
* Insert row, column
* Delete row, column
* hide row, column
* multiple sheets
* print
* Data validations
XAttacker Tool Free Versionbiohazard Website Vulnerability Scanner & Auto Exploiter

You can use this tool to check the security by finding the vulnerability in your website or you can use this tool to Get Shells | Sends | Deface | cPanels | Databases
Brings native (read-only) support for the GDFX, STFS/STFC & FATX Xbox filesystems to Windows, thanks to the power of WinFsp!
Brute Force Tool unlock WordPress , Joomla , DruPal , OpenCart , Magento
Easy debugging, profiling and tracing extension for Xdebug
A must have for everyone thats debugging, profiling and tracing PHP code with Xdebug. This extension will help you to enable/disable debugging, profiling and tracing easily, instead of juggling around with POST/GET variables or cookies.

This extension is very useful for PHP developers that are using PHP tools with Xdebug support like PHPStorm, Eclipse with PDT, Netbeans and MacGDBp or any other Xdebug compatible profiling tool like KCacheGrind, WinCacheGrind or Webgrind.

By default the extension icon will show up on all pages, but to keep your browser as clean as possible, the extension can be configured to be only visible at the pages you want in the settings panel.

Hotkeys:
- Ctrl+Shift+X (Cmd+Shift+X on Mac) opens the popup.
- Alt+Shift+X toggles the debugging state.

---
Feel free to submit ideas, bugs and pull request to our Github project: https://github.com/wrep/xdebug-helper-for-chrome
https://www.howtoforge.com/xen_gui_fedora_7_desktop
xlwings (Open Source)
xlwings is a BSD-licensed Python library that makes it easy to call Python from Excel and vice versa:

* Scripting: Automate/interact with Excel from Python using a syntax that is close to VBA.
* Macros: Replace your messy VBA macros with clean and powerful Python code.
* UDFs: Write User Defined Functions (UDFs) in Python (Windows only).
* REST API: Expose your Excel workbooks via REST API.
Numpy arrays and Pandas Series/DataFrames are fully supported. 

xlwings-powered workbooks are easy to distribute and work on Windows and Mac.

xlwings includes all files in the xlwings package except the pro folder, i.e. the xlwings.pro subpackage.
* https://movim.eu/#apps
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
https://github.com/gnosygnu/xowa

XState is a library for creating, interpreting, and executing [[finite state machines|FSM]] and statecharts, as well as managing invocations of those machines as actors. The following fundamental computer science concepts are important to know how to make the best use of XState, and in general for all your current and future software projects.
A solution to call your clients for Joomla, via SMS, Voice or video channels. Add a Click To Call Button & SMS Chat to Your Joomla Site.
XtreemFS is an object-based, distributed file system for wide area networks. The file system replicates objects for fault tolerance and caches metadata and data to improve performance over high-latency links. SSL and X.509 certificates support make XtreemFS usable over public networks.
!!! Haihaisoft Xvast For Windows
1. Fast: Chrome's core speed. Your fast and secure browser.

2. Security: No Ads, No Plugin, Clean browser.

3. Powerful: Support the latest HTML5 features, includes Playlist and PDF viewer, support encrypted PDF DRM.

4. Browser DRM: Xvast supports DRM-X 4.0 protection. It enables you easily enjoy the protected premium content. It supports DRM-X 4.0 Web Page Encryption(HTM,HTML Encryption), Audio/Video Encryption, PDF Encryption, Image Encryption, and Javascript Encryption.

5. HTML5 Video DRM: Includes HTML5 Video DRM Protection, it supports playback high definition video both online and offline.
XX-Net is an easy-to-use, anti-censorship web proxy tool from China. It includes GAE_proxy and X-Tunnel, with support for multiple platforms.

!!! Features
* Connectivity through IP scanning and other channels
* Fast speeds
* Supports full https encryption
* Simple and easy to use
* Compatible with most sites
Install on linux


```
sudo apt-get update
sudo dpkg --configure -a
sudo apt-get install -y openjdk-8-jre-headless
wget https://download.yacy.net/yacy_v1.924_20201214_10042.tar.gz
tar xfz yacy_v1.924_20201214_10042.tar.gz
cd yacy
./startYACY.sh
```








Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry.

Yarn allows you to use other developers’ solutions to different problems, making it easier for you to develop your software. If you have problems, you can report issues or contribute back, and when the problem is fixed, you can use Yarn to keep it all up to date.

!!! Features
* Offline Mode
* Network Performance and Resilience
* Flat Mode
* Deterministic
* Same Packages
Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive.

To do so, we provide a generator ecosystem. A generator is basically a plugin that can be run with the `yo` command to scaffold complete projects or useful parts.

Through our official Generators, we promote the "Yeoman workflow". This workflow is a robust and opinionated client-side stack, comprising tools and frameworks that can help developers quickly build beautiful web applications. We take care of providing everything needed to get started without any of the normal headaches associated with a manual setup.

With a modular architecture that can scale out of the box, we leverage the success and lessons learned from several open-source communities to ensure that developers use it as intelligently as possible.

As firm believers in good documentation and well thought out build processes, Yeoman includes support for linting, testing, minification and much more, so developers can focus on solutions rather than worrying about the little things.
*https://github.com/mootensai/yii2-enhanced-gii
AdminLTE Asset Bundle for Backend Theme in Yii2 Framework

Backend UI for Yii2 Framework, based on AdminLTE
Yjs is a CRDT implementation that exposes its internal data structure as shared types. Shared types are common data types like Map or Array with superpowers: changes are automatically distributed to other peers and merged without merge conflicts.

Yjs is network agnostic (p2p!), supports many existing rich text editors, offline editing, version snapshots, undo/redo and shared cursors. It scales well with an unlimited number of users and is well suited for even large documents.
The Most Advanced DNS Client for Windows
YogaDNS automatically intercepts DNS requests at the system level and allows you to process them over user-defined DNS servers using modern protocols and flexible rules.

Japanese dictionary with Anki integration
Yomichan turns your browser into a tool for building Japanese language literacy by helping you to decipher texts which would be otherwise too difficult tackle. It features a robust dictionary with EPWING and flashcard creation support.
* [[Clients|]]
* [[Alternative|]]
Convert YouTube Transcripts to Anki cards
Downloads the transcript of a YouTube video to a csv or send it directly to Anki as a new deck, using the original audio/video of the current sentence and without having to download the original media.


Instructions -> https://github.com/dobladov/youtube2Anki#send-to-anki-ankiconnect
Youtubefs enables a user to mount his/her favorite youtube videos as a local file system. YoutubeFS enables you to browse your favorite Youtube videos locally on your desktop without going to the youtube website. Just create a youtube account and add videos to your playlists, favorites list or subscribe to different channels. YoutubeFS then enables you to automatically load these videos to a local folder on your desktop. You can then view these videos (using a browser) as if they are local files.
Currently YoutubeFS works on Linux (Ubuntu 7.10) and Mac OS (Leopard 10.5.1). Please refer to http://code.google.com/p/youtubefs/ for details
YunoHost is a Debian GNU/Linux based distribution packaged with free software that automates the installation of a personal web server. The purpose of YunoHost is to allow users to easily host their own web services by enabling a simple point-and-click web interface for installing various web apps. Currently supported apps include an email server with webmail interface, a WordPress website, an instant messaging server, a news aggregator, a file sharing server, and a seedbox, among others. The name YunoHost comes from the question: "Why not host yourself?"

* https://yunohost.org

https://yunohost.org/en/install/hardware:virtualbox#fa-download-download-the-image-type-image
Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails. It is distributed under version 3 of the GNU AFFERO General Public License (GNU AGPLv3).

Do you receive many e-mails and want to answer them with a team of agents?

You're going to love Zammad!
ZenTao is an open source Scrum tool for application development projects with features including Backlog Management✓ Sprint and task✓ bug tracking✓ Scrum✓ Waterfall✓ Roadmap✓ Burndown✓ Kanban✓ SaaS✓ Self Hosting✓

!!! Features
* Product management: product, story, backlog, plan, release and roadmap
* Project management: project, Sprint, task, build and burndown chart
* Test management: bug, test case, test request and test result
* CI: Jenkins integration, automation testing, ZTF
* Doc management: product document library, project document library
* Work management: todo management and my task/ bug/ story/ project
* Company management: user, department, group and privileges
* Report: various statistic reports and custom reports
* Search: robust search function
* Extensible
* API
The ZeosLib is a set of database components for MySQL, MariaDB, PostgreSQL, Interbase, Firebird, MS SQL Server, SAP Adaptive Server Enterprise and Adaptive Server Anywhere (previously Sybase), Oracle and SQLite for Delphi, FreePascal/Lazarus and C++ Builder.

!!! Features
* Support object for Sequences (Generators)
* Support for Firebird, Interbase and PostgreSQL database events
* Support object for retrieving database objects meta data
* Support object for executing database scripts
The Zephyr ProjectTM strives to deliver the best-in-class RTOS for connected resource-constrained devices, built to be secure and safe.

https://youtu.be/JEpY_ETJ_jE

!!! Complete flexibility & freedom of choice
* Open source & neutral governance
* Supports multiple hardware architectures
* Small footprint: scales from small Cortex-M devices to multi-core 64-bit CPUs
!!! Connect embedded devices securely to any cloud
* Multiple protocol options including BLE mesh and Thread
* Supporting industrial, automotive, smart city and smart home
* Cloud agnostic – Connect with transport layer security to any cloud
!!! Develop products with safety built in
* Long-term support
* In-depth security development lifecycle
* Functional safety certification coming soon

https://www.zephyrproject.org/
Polls application in Small JavaScript iconJavaScript and Small SQLite iconSQLite on the distributed network Small ZeroNet iconZeroNet.

Access from the Web proxy server : https://bit.no.com:43110/ZeroPolls.bit/
With Small ZeroNet iconZeroNet installed and running , the address is : http://127.0.0.1:43110/ZeroPolls.bit/

You can get the open-source code when accessing locally ( 127.0.0.1 ) to this application.
<<list-links "[tag[Zettelkasten Method]sort[title]]">>

https://zettelkasten.sorenbjornstad.com/
Great tool for learning Chinese. Includes links to Chinese Grammar Wiki. Supports adding words to Skritter.
The most popular Chinese popup dictionary. 80,000 active users worldwide. Quick, easy and simple to use. Includes useful tools for learners of Mandarin Chinese.
The Zint project aims to provide a complete cross-platform open source barcode generating solution. The package currently consists of a Qt based GUI, a CLI command line executable and a library with an API to allow developers access to the capabilities of Zint. It is hoped that Zint provides a solution which is flexible enough for professional users while at the same time takes care of as much of the processing as possible to allow easy translation from input data to barcode image.
Zip File Password Cracking with Using Password List !
Share links with Zorin Connect, direct to the browser or by SMS.
A browser extension for sharing links with phones, tablets and other devices connected with the Zorin Connect GNOME Shell extension.

Share links to websites, images and videos, either directly to the device browser or by SMS.

This extension is an open source project based on the GSConnect web extension.
https://zorinos.com/
The Z shell (Zsh) is an extended Bourne shell with a large number of improvements and additional features.

!!! Features
* Advanced command line interface
* Adaptable line editing
* Powerful filename matching
* Programmable completion
* Completion support for most common Unix uilities
Fish-like fast/unobtrusive autosuggestions for zsh.

It suggests commands as you type based on history and completions.
Additional completion definitions for Zsh.

This projects aims at gathering/developing new completion scripts that are not available in Zsh yet. The scripts may be contributed to the Zsh project when stable enough.
Zulip is a powerful, open source group chat application that combines the immediacy of real-time chat with the productivity benefits of threaded conversations. Zulip is used by open source projects, Fortune 500 companies, large standards bodies, and others who need a real-time chat system that allows users to easily process hundreds or thousands of messages a day. With over 700 contributors merging over 500 commits a month, Zulip is also the largest and fastest growing open source group chat project.
!! ''zuluCrypt''
zuluCrypt is currently Linux only and it does hard drives encryption and it can manage PLAIN dm-crypt volumes, LUKS encrypted volumes, TrueCrypt encrypted volumes, VeraCrypt encrypted volumes and Microsoft’s BitLocker volumes.

zuluCrypt can manage encrypted volumes that are hosted in image files, lvm, mdraid, hard drives, usb sticks or any other block device.

zuluCrypt can also encrypt stand alone files (zuluCrypt menu -> zC -> encrypt a file).

!! ''zuluMount''
zuluMount is bundled with zuluCrypt and its meant to be used as a general purpose tool that mount and unmount zuluCrypt supported encrypted volumes as well as unencrypted volumes and it can be used as a substitute to udisks, pmount and related tools.

zuluMount-gui can also be used as a frontend to encfs, gocryptfs, securefs, ecryptfs and cryfs.

zuluMount-gui is ideal for use as a desktop environment/file manager independent tool for mounting/unmounting encrypted and unencrypted volumes.

Some options of zuluMount-gui are set through its tray icon, if you are on a GNOME3 desktop, you can access those options through GNOME3 extension like topicons.

cryptsetup
cryptsetup is one of the most popular linux native solutions for block device encryption.

zuluplay
zuluplay is an independent, BSD licensed full implementation of truecrypt/veracrypt formatted encrypted volumes.

!! ''VeraCrypt''

VeraCrypt is a security enhanced fork of TrueCrypt.

!! ''BitLocker''
BitLocker is a full volume encryption feature included with Microsoft Windows versions starting with Windows Vista. [[Disclocker]] backend is required for zuluCrypt to gain support for bitlocker volumes.

''zuluCrypt screenshot''

[img[https://github.com/mhogomchungu/zuluCrypt/raw/master/images/Screenshot_20190912_121900.png]]
https://github.com/mhogomchungu/zuluCrypt/raw/master/images/Screenshot_20190912_121900.png
Zuul is the front door for all requests from devices and web sites to the backend of the Netflix streaming application. As an edge service application, Zuul is built to enable dynamic routing, monitoring, resiliency and security. It also has the ability to route requests to multiple Amazon Auto Scaling Groups as appropriate.
الباحث الشامل برنامج مجاني ومفتوح المصدر يقوم بالبحث في المكتبة الشاملة في وقت قصير جدا. والبرنامج يقوم بترتيب نتائج البحث حسب التطابق أو وفاة المؤلف بالإضافة إلى مميزات أخرى

!!! مزايا البرنامج
* بحث شبه آني في كل الكتب لا يتأخر بكثرة الكتب
* ترتيب نتائج البحث حسب التطابق أو حسب وفاة المؤلف أو حسب الكتاب
* البحث في كل المكتبة أو اختيار الكتب المراد البحث فيها
* التعرف على الكتب الجديدة المضافة إلى الشاملة ويتعرف على الكتب التي تم تحديثها داخل المكتبة
* استعلامات متقدمة مثل عمليات و/أو/بدون

مكتبة القرطاس برنامج مجاني مفتوح تعمل على جميع أنظمة التشغيل لينكس او وندوز أو ماك تتيح لك 
مطالعة الكتب و تحريرها كما يمكنك إضافة كتب جديدة

!!! Features
* إمكانية تنزيل الكتب من مستودع على الأنترنت
* إمكانية تحويل كتب المكتبة الشاملة الموجودة على القرص دفعة واحدة
* إمكانية إستيراد ملفات المكتبة الشاملة bok
* إمكانية إنشاء كتاب فارغ وفهرسته بكل سهولة
* إستيراد مجموعة الكتب المظغوطة لمكتبة القرطاس أو غير المضغوطة·وذلك بتحديد مجموعة الملفات·
* إمكانية تغيير أيقونة كل كتاب على حدآ
* إمكانية تصدير الكتب إلى سيغ ملفات عديدة مثل odf,pdf,epub,html
* إضافة أدوات أخرى (plugin)
* إمكانية الربط بين الصفحات سواء في نفس الكتاب أو مع كتاب آخر
* إمكانيةاستيراد كتب من ملفات نصية او صفحات ويب
* إمكانية اضافة صفحاتك إلى المفضلة وتحريرها
* إمكانية تعديل فهرسة الكتاب
* امكانية تغيير طريقة العرظ من لون وخطوط
* امكانية تغيير سمة البرنامج
* عرض القرءان الكريم بطريقة السور والاجزاء مع امكانية البحث في الايات.
* إمكانية تغيير فهرسة الكتب والمجموعات التي تنتمي إليها
* إمكانية تغيير لغة البرنامج
* إمكانية إظهار وإخفاء التشكيل